Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509_crt.h133 typedef struct mbedtls_x509_crt_profile struct
140 mbedtls_x509_crt_profile; argument
242 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
248 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_next;
253 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_suiteb;
457 const mbedtls_x509_crt_profile *profile,
487 const mbedtls_x509_crt_profile *profile,
H A Dssl.h925 const mbedtls_x509_crt_profile *cert_profile; /*!< verification profile */
2037 const mbedtls_x509_crt_profile *profile );
/reactos/dll/3rdparty/mbedtls/
H A Dx509_crt.c121 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default =
140 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_next =
165 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_suiteb =
187 static int x509_profile_check_md_alg( const mbedtls_x509_crt_profile *profile, in x509_profile_check_md_alg()
203 static int x509_profile_check_pk_alg( const mbedtls_x509_crt_profile *profile, in x509_profile_check_pk_alg()
219 static int x509_profile_check_key( const mbedtls_x509_crt_profile *profile, in x509_profile_check_key()
1834 const mbedtls_x509_crt_profile *profile ) in x509_crt_verifycrl()
2292 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_chain()
2543 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_with_profile()
2565 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_restartable()
H A Dssl_tls.c7352 const mbedtls_x509_crt_profile *profile ) in mbedtls_ssl_conf_cert_profile()