Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dx509write_crt.c433 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local
589 psa_algorithm = mbedtls_hash_info_psa_from_md(ctx->md_alg); in mbedtls_x509write_crt_der()
591 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
Dssl_tls13_generic.c997 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local
1019 psa_algorithm = mbedtls_hash_info_psa_from_md(md_alg); in ssl_tls13_write_certificate_verify_body()
1020 status = psa_hash_compute(psa_algorithm, in ssl_tls13_write_certificate_verify_body()
Dx509_crt.c1877 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local
1915 psa_algorithm = mbedtls_hash_info_psa_from_md(crl_list->sig_md); in x509_crt_verifycrl()
1916 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()