Home
last modified time | relevance | path

Searched refs:PSA_MAC_OPERATION_INIT (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/include/psa/
H 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()
/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c129 psa_mac_operation_t op = PSA_MAC_OPERATION_INIT; in hmac_demo()
/third_party/mbedtls/library/
H 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()
H 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()
H A Dpsa_crypto.c5673 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; in psa_key_derivation_tls12_prf_generate_next_block()
5874 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT; in psa_key_derivation_pbkdf2_generate_block()
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c125 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1617 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac()

Completed in 23 milliseconds