Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_struct.h144 #define PSA_MAC_OPERATION_INIT { 0, 0, 0, { 0 } } macro
147 const struct psa_mac_operation_s v = PSA_MAC_OPERATION_INIT; in psa_mac_operation_init()
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c121 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1207 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
1334 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto.function1124 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2197 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
2229 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2269 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2393 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2481 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto_se_driver_hal.function665 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;
/third_party/mbedtls/library/
Dpsa_crypto.c4523 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; in psa_key_derivation_tls12_prf_generate_next_block()