Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dx509.c144 static int x509_get_hash_alg( const mbedtls_x509_buf *alg, mbedtls_md_type_t *md_alg ) in x509_get_hash_alg() function
272 if( ( ret = x509_get_hash_alg( &alg_params, mgf_md ) ) != 0 ) in mbedtls_x509_get_rsassa_pss_params()