Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509_crt.h108 typedef struct mbedtls_x509_crt_profile struct
115 mbedtls_x509_crt_profile; argument
208 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
214 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_next;
219 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_suiteb;
441 const mbedtls_x509_crt_profile *profile,
471 const mbedtls_x509_crt_profile *profile,
A Dssl.h899 const mbedtls_x509_crt_profile *cert_profile; /*!< verification profile */
2013 const mbedtls_x509_crt_profile *profile );
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crt.c97 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default =
116 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_next =
141 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_suiteb =
163 static int x509_profile_check_md_alg( const mbedtls_x509_crt_profile *profile, in x509_profile_check_md_alg()
179 static int x509_profile_check_pk_alg( const mbedtls_x509_crt_profile *profile, in x509_profile_check_pk_alg()
195 static int x509_profile_check_key( const mbedtls_x509_crt_profile *profile, in x509_profile_check_key()
1952 const mbedtls_x509_crt_profile *profile ) in x509_crt_verifycrl()
2412 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_chain()
2663 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_with_profile()
2685 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_restartable()
A Dssl_tls.c7293 const mbedtls_x509_crt_profile *profile ) in mbedtls_ssl_conf_cert_profile()
/AliOS-Things-master/components/websocket/include/
A Drws_socket.h72 mbedtls_x509_crt_profile profile;
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c30 mbedtls_x509_crt_profile profile; /**< x509 cacert profile */
346 memcpy(&ssl->profile, ssl->ssl_conf.cert_profile, sizeof(mbedtls_x509_crt_profile)); in http_ssl_conn_wrapper()
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c1210 memcpy(&ssl->profile, ssl->ssl_conf.cert_profile, sizeof(mbedtls_x509_crt_profile)); in rws_ssl_conn()
/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_client2.c555 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
A Dssl_server2.c1206 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()

Completed in 38 milliseconds