HomeSort by relevance Sort by last modified time
    Searched full:crypto_to_hash (Results 1 - 1 of 1) sorted by null

  /external/vboot_reference/firmware/2lib/
2sha_utility.c 31 static const uint8_t crypto_to_hash[] = { variable
57 if (algorithm < ARRAY_SIZE(crypto_to_hash))
58 return crypto_to_hash[algorithm];

Completed in 64 milliseconds