Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h85 #define PSA_HASH_OPERATION_INIT { 0 } macro
87 #define PSA_HASH_OPERATION_INIT { 0, { 0 } } macro
91 const struct psa_hash_operation_s v = PSA_HASH_OPERATION_INIT; in psa_hash_operation_init()
H A Dcrypto_builtin_composites.h54 #define MBEDTLS_PSA_HMAC_OPERATION_INIT { 0, PSA_HASH_OPERATION_INIT, { 0 } }
/third_party/mbedtls/programs/psa/
H A Dpsa_hash.c64 psa_hash_operation_t hash_operation = PSA_HASH_OPERATION_INIT; in main()
65 psa_hash_operation_t cloned_hash_operation = PSA_HASH_OPERATION_INIT; in main()
/third_party/mbedtls/library/
H A Dlmots.c125 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in create_digit_array_with_checksum()
220 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in hash_digit_array()
317 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in public_key_from_hashed_digit_array()
570 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in mbedtls_lmots_generate_private_key()
H A Dssl_msg.c93 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac()
97 psa_hash_operation_t aux_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac()
H A Dssl_tls.c8332 psa_hash_operation_t cloned_op = PSA_HASH_OPERATION_INIT; in ssl_calc_finished_tls_generic()
9333 psa_hash_operation_t hash_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ssl_get_key_exchange_md_tls1_2()
H A Dpsa_crypto.c2308 /* Ensure all of the context is zeroized, since PSA_HASH_OPERATION_INIT only in psa_hash_setup()
6539 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in psa_hash_try_support()

Completed in 32 milliseconds