Home
last modified time | relevance | path

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

/mbedtls-latest/include/psa/
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-latest/library/
Dssl_cookie.c194 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write()
283 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check()
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()
Dpsa_crypto.c5735 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT;
5936 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;
/mbedtls-latest/programs/psa/
Dhmac_demo.c117 psa_mac_operation_t op = PSA_MAC_OPERATION_INIT; in hmac_demo()
/mbedtls-latest/tests/suites/
Dtest_suite_constant_time_hmac.function23 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto_op_fail.function78 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto_driver_wrappers.function1807 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
1881 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
1998 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2053 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto.function601 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2150 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3441 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
3473 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3516 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3681 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
3767 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto_se_driver_hal.function678 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c125 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key()
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1620 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac()