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

1 2 3

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_dsa.c 69 {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3,NULL},
p_lib.c 102 if (pkey->type == EVP_PKEY_DSA)
313 if(pkey->type != EVP_PKEY_DSA) {
  /external/openssl/crypto/evp/
e_dsa.c 69 {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3,NULL},
p_lib.c 102 if (pkey->type == EVP_PKEY_DSA)
313 if(pkey->type != EVP_PKEY_DSA) {
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
i2d_pu.c 83 case EVP_PKEY_DSA:
d2i_pu.c 109 case EVP_PKEY_DSA:
d2i_pr.c 146 keytype = EVP_PKEY_DSA;
  /external/openssl/crypto/asn1/
i2d_pu.c 83 case EVP_PKEY_DSA:
d2i_pu.c 109 case EVP_PKEY_DSA:
d2i_pr.c 146 keytype = EVP_PKEY_DSA;
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509type.c 86 case EVP_PKEY_DSA:
  /external/openssl/crypto/x509/
x509type.c 86 case EVP_PKEY_DSA:
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLKey.java 84 case NativeCrypto.EVP_PKEY_DSA:
119 case NativeCrypto.EVP_PKEY_DSA:
OpenSSLDSAKeyFactory.java 46 return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeCrypto.EVP_PKEY_DSA);
62 NativeCrypto.EVP_PKEY_DSA);
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_pmeth.c 229 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
234 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
286 EVP_PKEY_DSA,
dsa_ameth.c 173 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA),
648 EVP_PKEY_DSA,
654 EVP_PKEY_DSA,
660 EVP_PKEY_DSA,
666 EVP_PKEY_DSA,
671 EVP_PKEY_DSA,
672 EVP_PKEY_DSA,
dsa.h 268 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
  /external/openssl/crypto/dsa/
dsa_pmeth.c 229 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
234 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
286 EVP_PKEY_DSA,
dsa_ameth.c 173 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA),
648 EVP_PKEY_DSA,
654 EVP_PKEY_DSA,
660 EVP_PKEY_DSA,
666 EVP_PKEY_DSA,
671 EVP_PKEY_DSA,
672 EVP_PKEY_DSA,
dsa.h 268 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 168 if (keyType == NativeCrypto.EVP_PKEY_DSA) {
179 if (keyType == NativeCrypto.EVP_PKEY_DSA) {
201 if (keyType == NativeCrypto.EVP_PKEY_DSA && spec != null) {
AndroidKeyPairGenerator.java 177 case NativeCrypto.EVP_PKEY_DSA:
  /system/security/keystore-engine/
eng_keystore.cpp 141 case EVP_PKEY_DSA: {
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dsa.h 268 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
  /external/openssl/include/openssl/
dsa.h 268 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \

Completed in 467 milliseconds

1 2 3