Home
last modified time | relevance | path

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

/external/mbedtls/library/
Dx509write_crt.c403 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local
541 psa_algorithm = mbedtls_hash_info_psa_from_md( ctx->md_alg ); in mbedtls_x509write_crt_der()
543 status = psa_hash_compute( psa_algorithm, in mbedtls_x509write_crt_der()
Dssl_tls13_generic.c1031 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local
1051 psa_algorithm = mbedtls_hash_info_psa_from_md( md_alg ); in ssl_tls13_write_certificate_verify_body()
1052 status = psa_hash_compute( psa_algorithm, in ssl_tls13_write_certificate_verify_body()
Dx509_crt.c2336 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local
2374 psa_algorithm = mbedtls_hash_info_psa_from_md( crl_list->sig_md ); in x509_crt_verifycrl()
2375 if( psa_hash_compute( psa_algorithm, in x509_crt_verifycrl()