Searched refs:psa_mac_setup (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto_mac.c | 271 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()
|
D | psa_crypto.c | 2642 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, function 2702 return psa_mac_setup(operation, key, alg, 1); 2709 return psa_mac_setup(operation, key, alg, 0);
|