Searched refs:psa_algorithm (Results 1 – 3 of 3) sorted by relevance
433 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local601 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()
954 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local976 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()
2018 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local2056 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()