Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/openssl/library/
Dssl_lib.c65 SSL_ASSERT1(ssl); in ossl_statem_in_error()
78 SSL_ASSERT1(ssl); in SSL_want()
88 SSL_ASSERT1(ssl); in SSL_want_nothing()
98 SSL_ASSERT1(ssl); in SSL_want_read()
108 SSL_ASSERT1(ssl); in SSL_want_write()
118 SSL_ASSERT1(ssl); in SSL_want_x509_lookup()
130 SSL_ASSERT1(ssl); in SSL_get_error()
161 SSL_ASSERT1(ssl); in SSL_get_state()
239 SSL_ASSERT1(ctx); in SSL_CTX_set_ssl_version()
240 SSL_ASSERT1(meth); in SSL_CTX_set_ssl_version()
[all …]
Dssl_x509.c155 SSL_ASSERT1(ctx); in SSL_CTX_add_client_CA()
156 SSL_ASSERT1(x); in SSL_CTX_add_client_CA()
173 SSL_ASSERT1(ssl); in SSL_add_client_CA()
174 SSL_ASSERT1(x); in SSL_add_client_CA()
191 SSL_ASSERT1(ctx); in SSL_CTX_use_certificate()
192 SSL_ASSERT1(x); in SSL_CTX_use_certificate()
210 SSL_ASSERT1(ssl); in SSL_use_certificate()
211 SSL_ASSERT1(x); in SSL_use_certificate()
331 SSL_ASSERT1(ctx); in X509_STORE_add_cert()
332 SSL_ASSERT1(x); in X509_STORE_add_cert()
Dssl_pkey.c187 SSL_ASSERT1(ctx); in SSL_CTX_use_PrivateKey()
188 SSL_ASSERT1(pkey); in SSL_CTX_use_PrivateKey()
207 SSL_ASSERT1(ssl); in SSL_use_PrivateKey()
208 SSL_ASSERT1(pkey); in SSL_use_PrivateKey()
286 SSL_ASSERT1(ESP_OPENSSL_FILES_IS_SUPPORTED); in SSL_CTX_use_PrivateKey_file()
296 SSL_ASSERT1(ESP_OPENSSL_FILES_IS_SUPPORTED); in SSL_use_PrivateKey_file()
Dssl_bio.c136 SSL_ASSERT1(b); in BIO_method_type()
146 SSL_ASSERT1(b); in BIO_write()
168 SSL_ASSERT1(bio); in BIO_read()
/hal_espressif-3.6.0/components/openssl/include/internal/
Dssl_dbg.h74 #define SSL_ASSERT1(s) \ macro
95 #define SSL_ASSERT1(s) \
116 #define SSL_ASSERT1(s) \
140 #define SSL_ASSERT1(s) \
164 #define SSL_ASSERT1(s)
/hal_espressif-3.6.0/components/asio/port/src/
Desp_asio_openssl_stubs.c29 SSL_ASSERT1(ESP_OPENSSL_DH_IS_SUPPORTED); in SSL_CTX_set_tmp_dh()
/hal_espressif-3.6.0/components/openssl/platform/
Dssl_pm.c335SSL_ASSERT1(ssl->mode & (SSL_MODE_ENABLE_PARTIAL_WRITE | SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)); in ssl_pm_handshake()
339 SSL_ASSERT1(ssl->mode == 0); in ssl_pm_handshake()