Home
last modified time | relevance | path

Searched refs:PSA_MAC_OPERATION_INIT (Results 1 – 12 of 12) sorted by relevance

/mbedtls/include/psa/
A Dcrypto_struct.h149 #define PSA_MAC_OPERATION_INIT { 0 } macro
151 #define PSA_MAC_OPERATION_INIT { 0, 0, 0, { 0 } } macro
155 const struct psa_mac_operation_s v = PSA_MAC_OPERATION_INIT; in psa_mac_operation_init()
/mbedtls/library/
A Dssl_cookie.c190 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write()
279 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check()
A Dssl_msg.c1044 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf()
1377 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf()
1721 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
A Dpsa_crypto.c5677 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; in psa_key_derivation_tls12_prf_generate_next_block()
5878 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT; in psa_key_derivation_pbkdf2_generate_block()
/mbedtls/programs/psa/
A Dhmac_demo.c117 psa_mac_operation_t op = PSA_MAC_OPERATION_INIT; in hmac_demo()
/mbedtls/tests/suites/
A Dtest_suite_constant_time_hmac.function23 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
A Dtest_suite_psa_crypto_op_fail.function78 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
A Dtest_suite_psa_crypto_driver_wrappers.function1791 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
1865 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
1982 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2037 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
A Dtest_suite_psa_crypto.function623 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2170 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3461 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
3493 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3536 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3701 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3787 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
A Dtest_suite_psa_crypto_se_driver_hal.function665 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;
/mbedtls/tests/src/
A Dpsa_exercise_key.c125 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key()
/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c1617 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac()

Completed in 64 milliseconds