Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_mac.c372 static psa_status_t psa_mac_finish_internal( in psa_mac_finish_internal() function
415 status = psa_mac_finish_internal(operation, mac, mac_size); in mbedtls_psa_mac_sign_finish()
440 status = psa_mac_finish_internal(operation, actual_mac, mac_length); in mbedtls_psa_mac_verify_finish()
483 status = psa_mac_finish_internal(&operation, mac, mac_size); in mbedtls_psa_mac_compute()