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

12

/external/openssl/crypto/asn1/
H A Di2d_pu.c79 case EVP_PKEY_RSA:
H A Dd2i_pu.c99 case EVP_PKEY_RSA:
H A Dd2i_pr.c167 else keytype = EVP_PKEY_RSA;
/external/openssl/crypto/evp/
H A Dp_dec.c75 if (priv->type != EVP_PKEY_RSA)
H A Dp_enc.c75 if (pubk->type != EVP_PKEY_RSA)
H A Dp_open.c83 if (priv->type != EVP_PKEY_RSA)
H A Devp.h109 #define EVP_PKEY_RSA NID_rsaEncryption macro
253 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
257 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
452 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
H A Dp_lib.c287 if(pkey->type != EVP_PKEY_RSA) {
/external/openssl/crypto/rsa/
H A Drsa.h222 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \
226 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, \
230 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
236 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
242 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
246 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
250 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG, \
254 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG, \
H A Drsa_ameth.c77 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_RSA),
663 EVP_PKEY_RSA,
664 EVP_PKEY_RSA,
695 EVP_PKEY_RSA,
H A Drsa_pmeth.c688 EVP_PKEY_RSA,
/external/openssl/include/openssl/
H A Drsa.h222 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \
226 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, \
230 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
236 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
242 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
246 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
250 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG, \
254 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG, \
H A Devp.h109 #define EVP_PKEY_RSA NID_rsaEncryption macro
253 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
257 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
452 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
/external/openssl/crypto/x509/
H A Dx509type.c81 case EVP_PKEY_RSA:
/external/openssl/crypto/pem/
H A Dpem_seal.c81 if (pubk[i]->type != EVP_PKEY_RSA)
152 if (priv->type != EVP_PKEY_RSA)
H A Dpem_info.c181 ptype=EVP_PKEY_RSA;
/external/openssl/apps/
H A Dreq.c661 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA))
1038 if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA)
1605 *pkey_type = EVP_PKEY_RSA;
1610 *pkey_type = EVP_PKEY_RSA;
1645 if (*pkey_type == EVP_PKEY_RSA)
1740 if ((*pkey_type == EVP_PKEY_RSA) && (keylen != -1))
H A Dx509.c829 if (pkey->type == EVP_PKEY_RSA)
/external/openssl/ssl/
H A Dssl_rsa.c204 if ((pkey->type == EVP_PKEY_RSA) &&
422 if ((c->pkeys[i].privatekey->type == EVP_PKEY_RSA) &&
H A Ds2_clnt.c1077 if (pkey->type != EVP_PKEY_RSA)
1105 if (pkey->type != EVP_PKEY_RSA)
H A Ds3_both.c578 if (i == EVP_PKEY_RSA)
H A Dd1_clnt.c997 (pkey->type != EVP_PKEY_RSA) ||
1562 if (pkey->type == EVP_PKEY_RSA)
H A Ds3_clnt.c1824 if (pkey->type == EVP_PKEY_RSA && TLS1_get_version(s) < TLS1_2_VERSION)
2316 (pkey->type != EVP_PKEY_RSA) ||
3052 if (pkey->type == EVP_PKEY_RSA)
H A Ds3_srvr.c1931 if (pkey->type == EVP_PKEY_RSA
2183 (pkey->type != EVP_PKEY_RSA) ||
3067 if (pkey->type == EVP_PKEY_RSA)
/external/openssh/
H A Dauthfile.c538 } else if (pk->type == EVP_PKEY_RSA &&

Completed in 273 milliseconds

12