Home
last modified time | relevance | path

Searched refs:HASH_ALGO__LAST (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/crypto/
Dhash_info.h37 extern const char *const hash_algo_name[HASH_ALGO__LAST];
38 extern const int hash_digest_size[HASH_ALGO__LAST];
/linux-4.4.14/crypto/
Dhash_info.c16 const char *const hash_algo_name[HASH_ALGO__LAST] = {
37 const int hash_digest_size[HASH_ALGO__LAST] = {
/linux-4.4.14/include/uapi/linux/
Dhash_info.h34 HASH_ALGO__LAST enumerator
/linux-4.4.14/security/integrity/ima/
Dima_template_lib.c174 if (hash_algo < HASH_ALGO__LAST) { in ima_eventdigest_init_common()
239 HASH_ALGO__LAST, field_data); in ima_eventdigest_init()
Dima_crypto.c89 if (algo < 0 || algo >= HASH_ALGO__LAST) in ima_alloc_tfm()
176 if (algo < 0 || algo >= HASH_ALGO__LAST) in ima_alloc_atfm()
Dima_main.c58 for (i = 0; i < HASH_ALGO__LAST; i++) { in hash_setup()