Searched refs:psa_algorithm (Results 1 – 6 of 6) sorted by relevance
429 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local597 psa_algorithm = mbedtls_md_psa_alg_from_type(ctx->md_alg); in mbedtls_x509write_crt_der()599 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
1055 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local1077 psa_algorithm = mbedtls_md_psa_alg_from_type(md_alg); in ssl_tls13_write_certificate_verify_body()1078 status = psa_hash_compute(psa_algorithm, in ssl_tls13_write_certificate_verify_body()
2016 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local2054 psa_algorithm = mbedtls_md_psa_alg_from_type(crl_list->sig_md); in x509_crt_verifycrl()2055 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()
428 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local596 psa_algorithm = mbedtls_md_psa_alg_from_type(ctx->md_alg); in mbedtls_x509write_crt_der()598 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
2015 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local2053 psa_algorithm = mbedtls_md_psa_alg_from_type(crl_list->sig_md); in x509_crt_verifycrl()2054 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()