Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h113 #define psa_mac_update \ macro
114 PSA_FUNCTION_NAME(psa_mac_update)
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c2452 psa_status_t psa_mac_update( psa_mac_operation_t *operation, in psa_mac_update() function
3980 status = psa_mac_update( &hkdf->hmac, in psa_key_derivation_hkdf_read()
3986 status = psa_mac_update( &hkdf->hmac, in psa_key_derivation_hkdf_read()
3991 status = psa_mac_update( &hkdf->hmac, in psa_key_derivation_hkdf_read()
4061 status = psa_mac_update( &hmac, in psa_key_derivation_tls12_prf_generate_next_block()
4066 status = psa_mac_update( &hmac, in psa_key_derivation_tls12_prf_generate_next_block()
4075 status = psa_mac_update( &hmac, tls12_prf->Ai, hash_length ); in psa_key_derivation_tls12_prf_generate_next_block()
4095 status = psa_mac_update( &hmac, tls12_prf->Ai, hash_length ); in psa_key_derivation_tls12_prf_generate_next_block()
4098 status = psa_mac_update( &hmac, tls12_prf->label, tls12_prf->label_length ); in psa_key_derivation_tls12_prf_generate_next_block()
4101 status = psa_mac_update( &hmac, tls12_prf->seed, tls12_prf->seed_length ); in psa_key_derivation_tls12_prf_generate_next_block()
[all …]
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c135 PSA_ASSERT( psa_mac_update( &operation, in exercise_mac_key()
149 PSA_ASSERT( psa_mac_update( &operation, in exercise_mac_key()
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function1930 TEST_EQUAL( psa_mac_update( &func,
1933 TEST_EQUAL( psa_mac_update( &init,
1936 TEST_EQUAL( psa_mac_update( &zero,
2014 TEST_EQUAL( psa_mac_update( &operation, input, sizeof( input ) ),
2041 PSA_ASSERT( psa_mac_update( &operation, input, sizeof( input ) ) );
2045 TEST_EQUAL( psa_mac_update( &operation, input, sizeof( input ) ),
2051 PSA_ASSERT( psa_mac_update( &operation, input, sizeof( input ) ) );
2054 TEST_EQUAL( psa_mac_update( &operation, input, sizeof( input ) ),
2060 PSA_ASSERT( psa_mac_update( &operation, input, sizeof( input ) ) );
2072 PSA_ASSERT( psa_mac_update( &operation, input, sizeof( input ) ) );
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1269 status = psa_mac_update( &operation,
1385 status = psa_mac_update( &operation,
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1484 psa_status_t psa_mac_update(psa_mac_operation_t *operation,