Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
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()
469 status = psa_mac_setup(&operation, in mbedtls_psa_mac_compute()
Dpsa_crypto.c2586 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup() function
2646 return psa_mac_setup(operation, key, alg, 1); in psa_mac_sign_setup()
2653 return psa_mac_setup(operation, key, alg, 0); in psa_mac_verify_setup()