Searched refs:psa_algorithm (Results 1 – 3 of 3) sorted by relevance
403 psa_algorithm_t psa_algorithm; in mbedtls_x509write_crt_der() local541 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()
1031 psa_algorithm_t psa_algorithm = PSA_ALG_NONE; in ssl_tls13_write_certificate_verify_body() local1051 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()
2336 psa_algorithm_t psa_algorithm; in x509_crt_verifycrl() local2374 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()