Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509write_crt.c433 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local
601 psa_algorithm = mbedtls_md_psa_alg_from_type(ctx->md_alg); in mbedtls_x509write_crt_der()
603 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
Dssl_tls13_generic.c954 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local
976 psa_algorithm = mbedtls_md_psa_alg_from_type(md_alg); in ssl_tls13_write_certificate_verify_body()
977 status = psa_hash_compute(psa_algorithm, in ssl_tls13_write_certificate_verify_body()
Dx509_crt.c2018 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local
2056 psa_algorithm = mbedtls_md_psa_alg_from_type(crl_list->sig_md); in x509_crt_verifycrl()
2057 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()