| /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
| D | KeyPairGenerator2Test.java | 198 String alg = validValues[i].concat(post); in GetInstance01() local 237 String alg = validValues[i].concat(post); in GetInstance02() local 246 String alg = validValues[i].concat(post); in GetInstance02() local 259 String alg = validValues[i].concat(post); in GetInstance02() local 296 String alg = validValues[i].concat(post); in GetInstance03() local 306 String alg = validValues[i].concat(post); in GetInstance03() local
|
| /external/chromium_org/third_party/webrtc/base/ |
| D | messagedigest.cc | 37 MessageDigest* MessageDigestFactory::Create(const std::string& alg) { in Create() 56 bool IsFips180DigestAlgorithm(const std::string& alg) { in IsFips180DigestAlgorithm() 75 size_t ComputeDigest(const std::string& alg, const void* input, size_t in_len, in ComputeDigest() 90 bool ComputeDigest(const std::string& alg, const std::string& input, in ComputeDigest() 100 std::string ComputeDigest(const std::string& alg, const std::string& input) { in ComputeDigest() 144 size_t ComputeHmac(const std::string& alg, const void* key, size_t key_len, in ComputeHmac() 163 bool ComputeHmac(const std::string& alg, const std::string& key, in ComputeHmac() 173 std::string ComputeHmac(const std::string& alg, const std::string& key, in ComputeHmac()
|
| /external/chromium_org/content/test/data/webcrypto/ |
| D | rsa_private_keys.json | 13 "alg": "RS256", string 28 "alg": "RS256", string 43 "alg": "RS256", string 58 "alg": "RS256", string 73 "alg": "RS256", string 88 "alg": "RS256", string 103 "alg": "RS256", string 118 "alg": "RS256", string 133 "alg": "RS256", string 148 "alg": "RS256", string [all …]
|
| /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/ |
| D | MyExemptionMechanismSpi.java | 101 private String alg; field in MyExemptionMechanismSpi.tmpKey 104 public tmpKey(String alg, byte[] enc) { in tmpKey() 126 public tmp1Key(String alg, byte[] enc) { in tmp1Key()
|
| /external/chromium_org/net/cert/ |
| D | ct_log_verifier_nss.cc | 23 SECOidTag GetNSSSigAlg(ct::DigitallySigned::SignatureAlgorithm alg) { in GetNSSSigAlg() 38 SECOidTag GetNSSHashAlg(ct::DigitallySigned::HashAlgorithm alg) { in GetNSSHashAlg()
|
| D | x509_util_openssl.cc | 37 const EVP_MD* ToEVP(x509_util::DigestAlgorithm alg) { in ToEVP() 54 DigestAlgorithm alg, in CreateCertificate() 149 DigestAlgorithm alg, in SignAndDerEncodeCert() 265 DigestAlgorithm alg, in CreateChannelIDEC() 316 DigestAlgorithm alg, in CreateSelfSignedCert()
|
| /external/chromium_org/crypto/ |
| D | symmetric_key_win.cc | 51 ALG_ID alg, in ImportRawKey() 105 ALG_ID alg = GetAESAlgIDForKeySize(key_size_in_bits); in GenerateAESKey() local 137 bool CheckHMACKeySize(size_t key_size_in_bits, ALG_ID alg) { in CheckHMACKeySize() 168 ALG_ID alg, in GenerateHMACKey() 367 ALG_ID alg = 0; in DeriveKeyFromPassword() local 467 ALG_ID alg = 0; in Import() local
|
| /external/smack/src/org/xbill/DNS/ |
| D | DNSKEYRecord.java | 56 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg, in DNSKEYRecord() 72 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg, in DNSKEYRecord()
|
| D | DLVRecord.java | 26 private int alg; field in DLVRecord 45 DLVRecord(Name name, int dclass, long ttl, int footprint, int alg, in DLVRecord()
|
| D | SSHFPRecord.java | 31 private int alg; field in SSHFPRecord 49 SSHFPRecord(Name name, int dclass, long ttl, int alg, int digestType, in SSHFPRecord()
|
| D | DNSSEC.java | 93 string(int alg) { in string() 206 UnsupportedAlgorithmException(int alg) { in UnsupportedAlgorithmException() 432 int alg = r.getAlgorithm(); in toPublicKey() local 512 fromPublicKey(PublicKey key, int alg) throws DNSSECException in fromPublicKey() 545 algString(int alg) throws UnsupportedAlgorithmException { in algString() 726 verify(PublicKey key, int alg, byte [] data, byte [] signature) in verify() 807 sign(PrivateKey privkey, PublicKey pubkey, int alg, byte [] data, in sign() 858 checkAlgorithm(PrivateKey key, int alg) throws UnsupportedAlgorithmException in checkAlgorithm() 923 int alg = key.getAlgorithm(); in sign() local 943 int alg = key.getAlgorithm(); in signMessage() local
|
| D | KEYBase.java | 20 protected int flags, proto, alg; field in KEYBase 30 int alg, byte [] key) in KEYBase()
|
| D | DSRecord.java | 39 private int alg; field in DSRecord 58 DSRecord(Name name, int dclass, long ttl, int footprint, int alg, in DSRecord()
|
| D | TKEYRecord.java | 21 private Name alg; field in TKEYRecord 64 TKEYRecord(Name name, int dclass, long ttl, Name alg, in TKEYRecord()
|
| D | SIGBase.java | 20 protected int alg, labels; field in SIGBase 31 SIGBase(Name name, int type, int dclass, long ttl, int covered, int alg, in SIGBase()
|
| D | TSIGRecord.java | 23 private Name alg; field in TSIGRecord 54 TSIGRecord(Name name, int dclass, long ttl, Name alg, Date timeSigned, in TSIGRecord()
|
| D | RRSIGRecord.java | 42 RRSIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, in RRSIGRecord()
|
| /external/wpa_supplicant_8/src/crypto/ |
| D | crypto_internal.c | 18 enum crypto_hash_alg alg; member 31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|
| /external/openssl/crypto/asn1/ |
| D | x_algor.c | 133 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
|
| D | p5_pbe.c | 132 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
|
| /external/chromium_org/third_party/boringssl/src/crypto/x509/ |
| D | x_algor.c | 131 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
|
| /external/chromium_org/third_party/boringssl/src/crypto/pkcs8/ |
| D | p5_pbe.c | 132 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
|
| /external/chromium_org/third_party/boringssl/src/crypto/evp/ |
| D | p_rsa_asn1.c | 262 static X509_ALGOR *rsa_mgf1_decode(X509_ALGOR *alg) { in rsa_mgf1_decode() 277 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg, in rsa_pss_decode() 413 X509_ALGOR *alg = NULL; in rsa_pkey_ctrl() local 491 static const EVP_MD *rsa_algor_to_md(X509_ALGOR *alg) { in rsa_algor_to_md() 504 static const EVP_MD *rsa_mgf1_to_md(X509_ALGOR *alg, X509_ALGOR *maskHash) { in rsa_mgf1_to_md()
|
| /external/wpa_supplicant_8/src/eap_common/ |
| D | ikev2_common.c | 56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() 95 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() 114 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() 176 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 211 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
| /external/openssl/crypto/engine/ |
| D | eng_fat.c | 103 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb()
|