Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dusercertinmem.c48 BIO *kbio = NULL; in sslctx_function() local
141 kbio = BIO_new_mem_buf((char *)mykey, -1); in sslctx_function()
142 if(kbio == NULL) { in sslctx_function()
147 rsa = PEM_read_bio_RSAPrivateKey(kbio, NULL, 0, NULL); in sslctx_function()
162 if(kbio) in sslctx_function()
163 BIO_free(kbio); in sslctx_function()