/external/openssl/crypto/x509/ |
x509type.c | 81 case EVP_PKEY_RSA: 106 case EVP_PKEY_RSA:
|
/external/openssl/crypto/asn1/ |
i2d_pu.c | 79 case EVP_PKEY_RSA:
|
d2i_pu.c | 99 case EVP_PKEY_RSA:
|
d2i_pr.c | 167 else keytype = EVP_PKEY_RSA;
|
/external/openssl/crypto/evp/ |
p_dec.c | 75 if (priv->type != EVP_PKEY_RSA)
|
p_enc.c | 75 if (pubk->type != EVP_PKEY_RSA)
|
p_open.c | 83 if (priv->type != EVP_PKEY_RSA)
|
evp.h | 109 #define EVP_PKEY_RSA NID_rsaEncryption 250 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0} 254 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0} 408 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ [all...] |
p_lib.c | 287 if(pkey->type != EVP_PKEY_RSA) {
|
/external/openssl/crypto/rsa/ |
rsa_ameth.c | 77 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_RSA), 317 EVP_PKEY_RSA, 318 EVP_PKEY_RSA, 346 EVP_PKEY_RSA,
|
rsa.h | 222 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \ 226 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \ 232 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \ 236 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
|
rsa_pmeth.c | 552 EVP_PKEY_RSA,
|
/external/openssl/crypto/pem/ |
pem_seal.c | 81 if (pubk[i]->type != EVP_PKEY_RSA) 152 if (priv->type != EVP_PKEY_RSA)
|
pem_info.c | 181 ptype=EVP_PKEY_RSA;
|
pvkfmt.c | 494 else if (pk->type == EVP_PKEY_RSA)
|
/external/openssl/include/openssl/ |
rsa.h | 222 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \ 226 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \ 232 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \ 236 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
|
evp.h | 109 #define EVP_PKEY_RSA NID_rsaEncryption 250 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0} 254 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0} 408 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ [all...] |
/external/openssl/apps/ |
req.c | 652 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) 1027 if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) [all...] |
x509.c | 818 if (pkey->type == EVP_PKEY_RSA) [all...] |
/external/openssl/ssl/ |
ssl_rsa.c | 204 if ((pkey->type == EVP_PKEY_RSA) && 422 if ((c->pkeys[i].privatekey->type == EVP_PKEY_RSA) &&
|
s2_clnt.c | 1077 if (pkey->type != EVP_PKEY_RSA) 1105 if (pkey->type != EVP_PKEY_RSA)
|
s3_both.c | 582 if (i == EVP_PKEY_RSA)
|
d1_clnt.c | 823 (pkey->type != EVP_PKEY_RSA) || [all...] |
s3_clnt.c | [all...] |
s3_srvr.c | [all...] |