Searched refs:digest_info_len (Results 1 – 7 of 7) sorted by relevance
/tf-a-ffa_el3_spmc/drivers/auth/ |
A D | crypto_mod.c | 96 void *digest_info_ptr, unsigned int digest_info_len) in crypto_mod_verify_hash() argument 101 assert(digest_info_len != 0); in crypto_mod_verify_hash() 104 digest_info_ptr, digest_info_len); in crypto_mod_verify_hash()
|
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/auth/ |
A D | nxp_crypto.c | 78 void *digest_info_ptr, unsigned int digest_info_len) in verify_hash() argument 110 for (i = 0; i < digest_info_len; i++) { in verify_hash()
|
/tf-a-ffa_el3_spmc/include/drivers/auth/ |
A D | crypto_mod.h | 48 void *digest_info_ptr, unsigned int digest_info_len); 74 void *digest_info_ptr, unsigned int digest_info_len);
|
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/713/ |
A D | cryptocell_crypto.c | 218 void *digest_info_ptr, unsigned int digest_info_len) in verify_hash() argument 230 end = p + digest_info_len; in verify_hash()
|
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/712/ |
A D | cryptocell_crypto.c | 244 void *digest_info_ptr, unsigned int digest_info_len) in verify_hash() argument 256 end = p + digest_info_len; in verify_hash()
|
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_crypto.c | 149 void *digest_info_ptr, unsigned int digest_info_len) in verify_hash() argument 161 end = p + digest_info_len; in verify_hash()
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | auth-framework.rst | 240 void *digest_info_ptr, unsigned int digest_info_len); 949 void *digest_info_ptr, unsigned int digest_info_len);
|
Completed in 9 milliseconds