Searched refs:mbedtls_x509_crt_profile (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | x509_crt.h | 108 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 D | ssl.h | 899 const mbedtls_x509_crt_profile *cert_profile; /*!< verification profile */ 2013 const mbedtls_x509_crt_profile *profile );
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_crt.c | 97 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 D | ssl_tls.c | 7293 const mbedtls_x509_crt_profile *profile ) in mbedtls_ssl_conf_cert_profile()
|
/AliOS-Things-master/components/websocket/include/ |
A D | rws_socket.h | 72 mbedtls_x509_crt_profile profile;
|
/AliOS-Things-master/components/http/src/ |
A D | http_aos_wrapper.c | 30 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 D | rws_socketpriv.c | 1210 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 D | ssl_client2.c | 555 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
|
A D | ssl_server2.c | 1206 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
|
Completed in 38 milliseconds