Searched refs:mbedtls_psa_safer_memcmp (Results 1 – 5 of 5) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_core.h | 37 static inline int mbedtls_psa_safer_memcmp( in mbedtls_psa_safer_memcmp() function
|
A D | psa_crypto_mac.c | 441 if( mbedtls_psa_safer_memcmp( mac, actual_mac, mac_length ) != 0 ) in mac_verify_finish()
|
A D | psa_crypto.c | 2212 if( mbedtls_psa_safer_memcmp( hash, actual_hash, actual_hash_length ) != 0 ) in psa_hash_verify() 2253 if( mbedtls_psa_safer_memcmp( hash, actual_hash, actual_hash_length ) != 0 ) in psa_hash_compare() 2623 if( mbedtls_psa_safer_memcmp( mac, actual_mac, actual_mac_length ) != 0 ) in psa_mac_verify()
|
A D | psa_crypto_driver_wrappers.c | 1883 mbedtls_psa_safer_memcmp( tag, check_tag, tag_length ) in psa_driver_wrapper_aead_verify()
|
/mbedtls-development/tests/src/drivers/ |
A D | test_driver_aead.c | 287 mbedtls_psa_safer_memcmp( tag, check_tag, tag_length ) in mbedtls_test_transparent_aead_verify()
|
Completed in 18 milliseconds