Searched refs:digest_info_ptr (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/ |
| H A D | nxp_crypto.c | 78 void *digest_info_ptr, unsigned int digest_info_len) in verify_hash() argument 85 uint8_t *hash_tbl = digest_info_ptr; in verify_hash()
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 110 void *digest_info_ptr, unsigned int digest_info_len) in crypto_mod_verify_hash() argument 114 assert(digest_info_ptr != NULL); in crypto_mod_verify_hash() 118 digest_info_ptr, digest_info_len); in crypto_mod_verify_hash()
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 65 void *digest_info_ptr, unsigned int digest_info_len); 109 void *digest_info_ptr, unsigned int digest_info_len);
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 447 void *digest_info_ptr, in crypto_verify_hash() argument 457 ret = get_plain_digest_from_asn1(digest_info_ptr, in crypto_verify_hash() 464 digest_info_ptr = p; in crypto_verify_hash() 475 ret = memcmp(calc_hash, digest_info_ptr, digest_info_len); in crypto_verify_hash()
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 176 void *digest_info_ptr, unsigned int digest_info_len) in verify_hash() argument 191 p = (unsigned char *)digest_info_ptr; in verify_hash()
|
| H A D | mbedtls_psa_crypto.c | 352 void *digest_info_ptr, unsigned int digest_info_len) in verify_hash() argument 367 p = (unsigned char *)digest_info_ptr; in verify_hash()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 255 void *digest_info_ptr, unsigned int digest_info_len);
|