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/
Dcrypto_spe.h89 #define psa_hash_operation_init \ macro
90 PSA_FUNCTION_NAME(psa_hash_operation_init)
/third_party/mbedtls/include/psa/
Dcrypto_struct.h95 static inline struct psa_hash_operation_s psa_hash_operation_init( void ) in psa_hash_operation_init() function
Dcrypto.h947 static psa_hash_operation_t psa_hash_operation_init(void);
/third_party/mbedtls/library/
Dssl_tls.c1365 psa_hash_operation_t sha256_psa = psa_hash_operation_init(); in ssl_calc_verify_tls_sha256()
1414 psa_hash_operation_t sha384_psa = psa_hash_operation_init(); in ssl_calc_verify_tls_sha384()
2544 sha256_psa = psa_hash_operation_init(); in ssl_calc_finished_tls_sha256()
2621 sha384_psa = psa_hash_operation_init(); in ssl_calc_finished_tls_sha384()
2964 handshake->fin_sha256_psa = psa_hash_operation_init(); in ssl_handshake_params_init()
2973 handshake->fin_sha384_psa = psa_hash_operation_init(); in ssl_handshake_params_init()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function1779 psa_hash_operation_t func = psa_hash_operation_init( );