HomeSort by relevance Sort by last modified time
    Searched refs:EVP_PKEY_RSA (Results 1 - 25 of 45) sorted by null

1 2

  /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
253 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
257 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
451 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
    [all...]
p_lib.c 293 if(pkey->type != EVP_PKEY_RSA) {
  /external/openssl/crypto/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, -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, \
rsa_ameth.c 77 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_RSA),
663 EVP_PKEY_RSA,
664 EVP_PKEY_RSA,
695 EVP_PKEY_RSA,
rsa_pmeth.c 688 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, -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, \
evp.h 109 #define EVP_PKEY_RSA NID_rsaEncryption
253 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
257 {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
451 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
    [all...]
  /external/openssl/crypto/x509/
x509type.c 81 case EVP_PKEY_RSA:
  /external/openssl/crypto/pem/
pem_seal.c 81 if (pubk[i]->type != EVP_PKEY_RSA)
153 if (priv->type != EVP_PKEY_RSA)
pem_info.c 181 ptype=EVP_PKEY_RSA;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLKey.java 70 case NativeCrypto.EVP_PKEY_RSA:
105 case NativeCrypto.EVP_PKEY_RSA:
OpenSSLRSAKeyFactory.java 47 return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeCrypto.EVP_PKEY_RSA);
65 NativeCrypto.EVP_PKEY_RSA);
OpenSSLSignature.java 127 if (pkeyType != NativeCrypto.EVP_PKEY_RSA) {
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 60 if (key != NULL && EVP_PKEY_type(key->type) == EVP_PKEY_RSA) {
  /system/security/softkeymaster/
keymaster_openssl.cpp 261 if (wrap_key(pkey.get(), EVP_PKEY_RSA, keyBlob, keyBlobLength)) {
364 if (EVP_PKEY_type(pkey->type) != EVP_PKEY_RSA) {
417 if (EVP_PKEY_type(pkey->type) != EVP_PKEY_RSA) {
  /external/openssl/apps/
req.c 661 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)
    [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 1079 if (pkey->type != EVP_PKEY_RSA)
1107 if (pkey->type != EVP_PKEY_RSA)
  /system/security/keystore-engine/
eng_keystore.cpp 334 case EVP_PKEY_RSA: {

Completed in 586 milliseconds

1 2