Searched refs:SSL_R_SHUTDOWN_WHILE_IN_INIT (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sslerr.h | 238 # define SSL_R_SHUTDOWN_WHILE_IN_INIT 407 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | sslerr.h | 670 # define SSL_R_SHUTDOWN_WHILE_IN_INIT 407 macro
|
/third_party/openssl/ssl/ |
D | ssl_err.c | 367 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_SHUTDOWN_WHILE_IN_INIT),
|
D | ssl_lib.c | 2259 ERR_raise(ERR_LIB_SSL, SSL_R_SHUTDOWN_WHILE_IN_INIT); in SSL_shutdown()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 4997 #ifdef SSL_R_SHUTDOWN_WHILE_IN_INIT 4998 {"SHUTDOWN_WHILE_IN_INIT", ERR_LIB_SSL, SSL_R_SHUTDOWN_WHILE_IN_INIT},
|
D | _ssl_data_111.h | 5223 #ifdef SSL_R_SHUTDOWN_WHILE_IN_INIT 5224 {"SHUTDOWN_WHILE_IN_INIT", ERR_LIB_SSL, SSL_R_SHUTDOWN_WHILE_IN_INIT},
|
D | _ssl_data_300.h | 7098 #ifdef SSL_R_SHUTDOWN_WHILE_IN_INIT 7099 {"SHUTDOWN_WHILE_IN_INIT", ERR_LIB_SSL, SSL_R_SHUTDOWN_WHILE_IN_INIT},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1458 SSL_R_SHUTDOWN_WHILE_IN_INIT:407:shutdown while in init
|