Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dusercertinmem.c50 BIO *kbio = NULL; in sslctx_function() local
143 kbio = BIO_new_mem_buf((char *)mykey, -1); in sslctx_function()
144 if(!kbio) { in sslctx_function()
149 rsa = PEM_read_bio_RSAPrivateKey(kbio, NULL, 0, NULL); in sslctx_function()
164 if(kbio) in sslctx_function()
165 BIO_free(kbio); in sslctx_function()

Completed in 7 milliseconds