Lines Matching full:adds
91 SSL_CTX_use_PrivateKey() adds B<pkey> as private key to B<ctx>.
92 SSL_CTX_use_RSAPrivateKey() adds the private key B<rsa> of type RSA
93 to B<ctx>. SSL_use_PrivateKey() adds B<pkey> as private key to B<ssl>;
94 SSL_use_RSAPrivateKey() adds B<rsa> as private key of type RSA to B<ssl>.
116 SSL_CTX_use_PrivateKey_ASN1() adds the private key of type B<pk>
118 SSL_CTX_use_RSAPrivateKey_ASN1() adds the private key of type RSA
123 SSL_CTX_use_PrivateKey_file() adds the first private key found in
126 SSL_CTX_use_RSAPrivateKey_file() adds the first private RSA key found in
127 B<file> to B<ctx>. SSL_use_PrivateKey_file() adds the first private key found
128 in B<file> to B<ssl>; SSL_use_RSAPrivateKey_file() adds the first private
151 SSL_CTX_use_certificate_chain_file() adds the first certificate found