Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h89 #define psa_hash_operation_init \ macro
90 PSA_FUNCTION_NAME(psa_hash_operation_init)
/mbedtls-development/include/psa/
A Dcrypto_struct.h95 static inline struct psa_hash_operation_s psa_hash_operation_init( void ) in psa_hash_operation_init() function
A Dcrypto.h947 static psa_hash_operation_t psa_hash_operation_init(void);
/mbedtls-development/library/
A Dssl_tls.c1338 psa_hash_operation_t sha256_psa = psa_hash_operation_init(); in ssl_calc_verify_tls_sha256()
1387 psa_hash_operation_t sha384_psa = psa_hash_operation_init(); in ssl_calc_verify_tls_sha384()
2517 sha256_psa = psa_hash_operation_init(); in ssl_calc_finished_tls_sha256()
2594 sha384_psa = psa_hash_operation_init(); in ssl_calc_finished_tls_sha384()
2933 handshake->fin_sha256_psa = psa_hash_operation_init(); in ssl_handshake_params_init()
2942 handshake->fin_sha384_psa = psa_hash_operation_init(); in ssl_handshake_params_init()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto.function1779 psa_hash_operation_t func = psa_hash_operation_init( );

Completed in 26 milliseconds