Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/test/
Ddlopen.c90 X509_SO_FILENAME, (unsigned) profile->allowed_mds ); in main()
/third_party/mbedtls/include/mbedtls/
Dx509_crt.h192 uint32_t allowed_mds; /**< MDs for signatures */ member
/third_party/mbedtls/programs/ssl/
Dssl_client2.c1730 crt_profile_for_test.allowed_mds |= MBEDTLS_X509_ID_FLAG( MBEDTLS_MD_SHA1 ); in main()
Dssl_server2.c2575 crt_profile_for_test.allowed_mds |= MBEDTLS_X509_ID_FLAG( MBEDTLS_MD_SHA1 ); in main()
/third_party/mbedtls/library/
Dx509_crt.c190 if( ( profile->allowed_mds & MBEDTLS_X509_ID_FLAG( md_alg ) ) != 0 ) in x509_profile_check_md_alg()
/third_party/mbedtls/docs/
D3.0-migration-guide.md997 my_profile.allowed_mds |= MBEDTLS_X509_ID_FLAG( MBEDTLS_MD_SHA224 );