Searched defs:BIO_new (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_client_ssl.c89 {"BIO_new", NULL},
111 {"BIO_new", NULL},
197 #define BIO_new (* (BIO * (*)(BIO_METHOD *)) ssl_sw[36].ptr) macro
216 #define BIO_new (* (BIO * (*)(BIO_METHOD *)) crypto_sw[12].ptr) macro
606 SSL_CTX_ctrl == NULL || BIO_new == NULL || BIO_s_mem == NULL ||
715 n->ssl.read_bio = BIO_new(BIO_s_mem());
716 n->ssl.write_bio = BIO_new(BIO_s_mem());

Completed in 32 milliseconds