Home | History | Annotate | Download | only in ssl

Lines Matching refs:EVP_PKEY

75 static int ssl_set_pkey(CERT *cert, EVP_PKEY *pkey) {
96 EVP_PKEY *pkey;
119 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) {
136 EVP_PKEY *pkey = d2i_PrivateKey(type, NULL, &p, (long)der_len);
150 EVP_PKEY *pkey;
184 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey) {
201 EVP_PKEY *pkey = d2i_PrivateKey(type, NULL, &p, (long)der_len);
375 EVP_PKEY *pkey, const uint8_t *in,
443 EVP_PKEY *pkey, const uint8_t *in, size_t in_len) {
502 EVP_PKEY *pkey, const uint8_t *in,
578 EVP_PKEY *pkey, const uint8_t *in, size_t in_len) {