Home
last modified time | relevance | path

Searched refs:psa_hash_alg (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_client.c2945 psa_algorithm_t psa_hash_alg; in ssl_tls13_postprocess_new_session_ticket() local
2963 psa_hash_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_postprocess_new_session_ticket()
2964 hash_length = PSA_HASH_LENGTH(psa_hash_alg); in ssl_tls13_postprocess_new_session_ticket()
2981 psa_hash_alg, in ssl_tls13_postprocess_new_session_ticket()
H A Dssl_tls13_server.c3162 psa_algorithm_t psa_hash_alg; in ssl_tls13_prepare_new_session_ticket() local
3216 psa_hash_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) ciphersuite_info->mac); in ssl_tls13_prepare_new_session_ticket()
3217 hash_length = PSA_HASH_LENGTH(psa_hash_alg); in ssl_tls13_prepare_new_session_ticket()
3233 psa_hash_alg, in ssl_tls13_prepare_new_session_ticket()
H A Dssl_tls.c9306 psa_algorithm_t psa_hash_alg = in mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg() local
9311 PSA_ALG_ECDSA(psa_hash_alg), in mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg()
9319 psa_hash_alg), in mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg()
10123 const psa_algorithm_t psa_hash_alg = mbedtls_md_psa_alg_from_type(hash_alg); in mbedtls_ssl_tls13_export_keying_material() local
10137 return mbedtls_ssl_tls13_exporter(psa_hash_alg, secret, hash_len, in mbedtls_ssl_tls13_export_keying_material()