Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_sigalgs.c33 .key_type = EVP_PKEY_RSA,
54 .key_type = EVP_PKEY_RSA,
67 .key_type = EVP_PKEY_RSA,
94 .key_type = EVP_PKEY_RSA,
101 .key_type = EVP_PKEY_RSA,
108 .key_type = EVP_PKEY_RSA,
115 .key_type = EVP_PKEY_RSA,
122 .key_type = EVP_PKEY_RSA,
129 .key_type = EVP_PKEY_RSA,
136 .key_type = EVP_PKEY_RSA,
[all …]
H A Dssl_rsa.c204 if (EVP_PKEY_id(pkey) != EVP_PKEY_RSA || in ssl_set_pkey()
410 if (EVP_PKEY_id(priv_key) != EVP_PKEY_RSA || in ssl_set_cert()
H A Dssl_both.c536 case EVP_PKEY_RSA: in ssl_cert_type()
H A Ds3_lib.c2004 if (sigalg->key_type == EVP_PKEY_RSA && in SSL_get_signature_type_nid()
2020 if (sigalg->key_type == EVP_PKEY_RSA && in SSL_get_peer_signature_type_nid()
H A Dssl_srvr.c2048 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { in ssl3_get_cert_verify()
H A Dssl_clnt.c2315 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { in ssl3_send_client_verify()
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_pubkey.c101 case EVP_PKEY_RSA: in d2i_PublicKey()
145 case EVP_PKEY_RSA: in i2d_PublicKey()
H A Dx_pubkey.c272 case EVP_PKEY_RSA: in pubkey_ex_d2i()
324 case EVP_PKEY_RSA: in pubkey_ex_i2d()
464 return pubkey_ex_d2i(EVP_PKEY_RSA, pval, in, len, it); in rsa_pubkey_ex_d2i()
471 return pubkey_ex_i2d(EVP_PKEY_RSA, pval, out, it); in rsa_pubkey_ex_i2d()
H A Da_pkey.c183 keytype = EVP_PKEY_RSA; in d2i_AutoPrivateKey()
/dragonfly/crypto/libressl/include/openssl/
H A Drsa.h185 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
193 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
197 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
201 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
H A Devp.h101 #define EVP_PKEY_RSA NID_rsaEncryption macro
310 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509type.c83 case EVP_PKEY_RSA: in X509_certificate_type()
/dragonfly/crypto/libressl/apps/openssl/
H A Dreq.c761 …if (req_config.newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)… in req_main()
1054 if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) { in req_main()
1598 *pkey_type = EVP_PKEY_RSA; in set_keygen_ctx()
1601 *pkey_type = EVP_PKEY_RSA; in set_keygen_ctx()
1628 if (*pkey_type == EVP_PKEY_RSA) { in set_keygen_ctx()
1704 if ((*pkey_type == EVP_PKEY_RSA) && (keylen != -1)) { in set_keygen_ctx()
H A Dx509.c1054 if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { in x509_main()
/dragonfly/crypto/libressl/crypto/evp/
H A Dp_lib.c352 if (pkey->type != EVP_PKEY_RSA) { in EVP_PKEY_get0_RSA()
362 if (pkey->type != EVP_PKEY_RSA) { in EVP_PKEY_get1_RSA()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c1094 .pkey_id = EVP_PKEY_RSA,
1095 .pkey_base_id = EVP_PKEY_RSA,
1128 .pkey_base_id = EVP_PKEY_RSA,
H A Drsa_lib.c423 ctx->pmeth->pkey_id != EVP_PKEY_RSA && in RSA_pkey_ctx_ctrl()
H A Drsa_pmeth.c778 .pkey_id = EVP_PKEY_RSA,
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_info.c176 ptype = EVP_PKEY_RSA; in STACK_OF()
H A Dpvkfmt.c491 } else if (pk->type == EVP_PKEY_RSA) { in do_i2b()
/dragonfly/crypto/libressl/tls/
H A Dtls.c406 case EVP_PKEY_RSA: in tls_keypair_setup_pkey()
/dragonfly/contrib/ldns/
H A Dkeys.c1116 ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL); in ldns_key_new_frm_algorithm()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c3697 if (SSL_use_PrivateKey_ASN1(EVP_PKEY_RSA, conn->ssl, in tls_connection_private_key()
5147 case EVP_PKEY_RSA: in openssl_pkey_type_str()
/dragonfly/crypto/openssh/
H A Dssh-keygen.c701 case EVP_PKEY_RSA: in do_convert_from_pkcs8()
H A Dsshkey.c4638 if (EVP_PKEY_base_id(pk) == EVP_PKEY_RSA && in sshkey_parse_private_pem_fileblob()