Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509write_crt.c429 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local
597 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()
H A Dssl_tls13_generic.c1055 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local
1077 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()
H A Dx509_crt.c2016 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local
2054 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()
/aosp_15_r20/external/mbedtls/library/
H A Dx509write_crt.c428 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local
596 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()
H A Dssl_tls13_generic.c1055 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local
1077 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()
H A Dx509_crt.c2015 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local
2053 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()