Home
last modified time | relevance | path

Searched refs:mbedtls_psa_safer_memcmp (Results 1 – 5 of 5) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_core.h37 static inline int mbedtls_psa_safer_memcmp( in mbedtls_psa_safer_memcmp() function
A Dpsa_crypto_mac.c441 if( mbedtls_psa_safer_memcmp( mac, actual_mac, mac_length ) != 0 ) in mac_verify_finish()
A Dpsa_crypto.c2212 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 Dpsa_crypto_driver_wrappers.c1883 mbedtls_psa_safer_memcmp( tag, check_tag, tag_length ) in psa_driver_wrapper_aead_verify()
/mbedtls-development/tests/src/drivers/
A Dtest_driver_aead.c287 mbedtls_psa_safer_memcmp( tag, check_tag, tag_length ) in mbedtls_test_transparent_aead_verify()

Completed in 18 milliseconds