Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dopenssl.c701 BIO* key_bio, in cert_stuff() argument
936 if((!key_file) && (!key_bio)) { in cert_stuff()
938 key_bio = cert_bio; in cert_stuff()
949 cert_use_result = key_bio ? in cert_stuff()
950 SSL_CTX_use_PrivateKey_bio(ctx, key_bio, file_type, key_passwd) : in cert_stuff()