Searched refs:psa_mac_setup (Results 1 – 2 of 2) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_mac.c | 275 static psa_status_t psa_mac_setup( mbedtls_psa_mac_operation_t *operation, in psa_mac_setup() function 331 return( psa_mac_setup( operation, attributes, in mbedtls_psa_mac_sign_setup() 342 return( psa_mac_setup( operation, attributes, in mbedtls_psa_mac_verify_setup() 474 status = psa_mac_setup( &operation, in mbedtls_psa_mac_compute()
|
D | psa_crypto.c | 2377 static psa_status_t psa_mac_setup( psa_mac_operation_t *operation, in psa_mac_setup() function 2442 return( psa_mac_setup( operation, key, alg, 1 ) ); in psa_mac_sign_setup() 2449 return( psa_mac_setup( operation, key, alg, 0 ) ); in psa_mac_verify_setup()
|