Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_crt.c435 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local
603 psa_algorithm = mbedtls_md_psa_alg_from_type(ctx->md_alg); in mbedtls_x509write_crt_der()
605 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
H A 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()
H A 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()