Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_mac.c271 static psa_status_t psa_mac_setup(mbedtls_psa_mac_operation_t *operation, in psa_mac_setup() function
326 return psa_mac_setup(operation, attributes, in mbedtls_psa_mac_sign_setup()
337 return psa_mac_setup(operation, attributes, in mbedtls_psa_mac_verify_setup()
478 status = psa_mac_setup(&operation, in mbedtls_psa_mac_compute()
H A Dpsa_crypto.c2691 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup() function
2758 return psa_mac_setup(operation, key, alg, 1); in psa_mac_sign_setup()
2765 return psa_mac_setup(operation, key, alg, 0); in psa_mac_verify_setup()