Searched refs:psa_algorithm (Results 1 – 3 of 3) sorted by relevance
433 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local589 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()
997 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local1019 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()
1877 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local1915 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()