Home
last modified time | relevance | path

Searched refs:psa_hash_operation_init (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h100 #define psa_hash_operation_init \ macro
101 PSA_FUNCTION_NAME(psa_hash_operation_init)
/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h89 static inline struct psa_hash_operation_s psa_hash_operation_init(void) in psa_hash_operation_init() function
H A Dcrypto.h919 * - Assign the result of the function psa_hash_operation_init()
923 * operation = psa_hash_operation_init();
939 static psa_hash_operation_t psa_hash_operation_init(void);
/third_party/mbedtls/library/
H A Dlms.c104 op = psa_hash_operation_init(); in create_merkle_leaf_value()
178 op = psa_hash_operation_init(); in create_merkle_internal_value()
H A Dssl_tls.c971 handshake->fin_sha256_psa = psa_hash_operation_init(); in ssl_handshake_params_init()
978 handshake->fin_sha384_psa = psa_hash_operation_init(); in ssl_handshake_params_init()
6421 psa_hash_operation_t hash_operation = psa_hash_operation_init(); in mbedtls_ssl_get_handshake_transcript()
7293 psa_hash_operation_t cloned_op = psa_hash_operation_init(); in ssl_calc_verify_tls_psa()

Completed in 21 milliseconds