Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h113 #define psa_mac_update \ macro
114 PSA_FUNCTION_NAME(psa_mac_update)
/mbedtls-development/library/
A Dpsa_crypto.c2409 psa_status_t psa_mac_update( psa_mac_operation_t *operation, in psa_mac_update() function
4418 status = psa_mac_update( &hkdf->hmac, in psa_key_derivation_hkdf_read()
4424 status = psa_mac_update( &hkdf->hmac, in psa_key_derivation_hkdf_read()
4429 status = psa_mac_update( &hkdf->hmac, in psa_key_derivation_hkdf_read()
4499 status = psa_mac_update( &hmac, in psa_key_derivation_tls12_prf_generate_next_block()
4504 status = psa_mac_update( &hmac, in psa_key_derivation_tls12_prf_generate_next_block()
4513 status = psa_mac_update( &hmac, tls12_prf->Ai, hash_length ); in psa_key_derivation_tls12_prf_generate_next_block()
4533 status = psa_mac_update( &hmac, tls12_prf->Ai, hash_length ); in psa_key_derivation_tls12_prf_generate_next_block()
4536 status = psa_mac_update( &hmac, tls12_prf->label, tls12_prf->label_length ); in psa_key_derivation_tls12_prf_generate_next_block()
4539 status = psa_mac_update( &hmac, tls12_prf->seed, tls12_prf->seed_length ); in psa_key_derivation_tls12_prf_generate_next_block()
[all …]
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c134 PSA_ASSERT( psa_mac_update( &operation, in exercise_mac_key()
148 PSA_ASSERT( psa_mac_update( &operation, in exercise_mac_key()
/mbedtls-development/include/psa/
A Dcrypto.h1467 psa_status_t psa_mac_update(psa_mac_operation_t *operation,
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto.function2203 TEST_EQUAL( psa_mac_update( &func,
2206 TEST_EQUAL( psa_mac_update( &init,
2209 TEST_EQUAL( psa_mac_update( &zero,
2287 TEST_EQUAL( psa_mac_update( &operation, input, sizeof( input ) ),
2318 TEST_EQUAL( psa_mac_update( &operation, input, sizeof( input ) ),
2327 TEST_EQUAL( psa_mac_update( &operation, input, sizeof( input ) ),
2446 PSA_ASSERT( psa_mac_update( &operation,
2502 PSA_ASSERT( psa_mac_update( &operation,
2517 PSA_ASSERT( psa_mac_update( &operation,
2534 PSA_ASSERT( psa_mac_update( &operation,
[all …]
A Dtest_suite_psa_crypto_driver_wrappers.function1223 status = psa_mac_update( &operation,
1339 status = psa_mac_update( &operation,

Completed in 29 milliseconds