/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyPairGenerator2Test.java | 199 String alg = validValues[i].concat(post); in GetInstance01() local 238 String alg = validValues[i].concat(post); in GetInstance02() local 247 String alg = validValues[i].concat(post); in GetInstance02() local 260 String alg = validValues[i].concat(post); in GetInstance02() local 297 String alg = validValues[i].concat(post); in GetInstance03() local 307 String alg = validValues[i].concat(post); in GetInstance03() local
|
D | AlgorithmParameterGenerator3Test.java | 56 String alg = AlgorithmParameterGenerator.getInstance("DSA") in test_getAlgorithm() local
|
D | KeyPairGenerator4Test.java | 45 String alg = KeyPairGenerator.getInstance("DSA").getAlgorithm(); in test_getAlgorithm() local
|
D | KSPrivateKeyEntryTest.java | 186 private String alg = "My algorithm"; field in KSPrivateKeyEntryTest.tmpPrivateKey
|
D | Signature2Test.java | 61 String alg = Signature.getInstance("DSA").getAlgorithm(); in test_getAlgorithm() local
|
/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 103 public tmpKey(String alg, byte[] enc) { in tmpKey() 120 public tmp1Key(String alg, byte[] enc) { in tmp1Key()
|
/external/chromium/crypto/ |
D | symmetric_key_win.cc | 52 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/wpa_supplicant_8/src/crypto/ |
D | crypto_internal.c | 23 enum crypto_hash_alg alg; member 33 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|
D | crypto_internal-cipher.c | 24 enum crypto_cipher_alg alg; member 50 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
D | crypto_cryptoapi.c | 112 int cryptoapi_hash_vector(ALG_ID alg, size_t hash_len, size_t num_elem, in cryptoapi_hash_vector() 351 enum crypto_hash_alg alg; member 358 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 513 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
/external/openssl/crypto/asn1/ |
D | p5_pbe.c | 132 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, in PKCS5_pbe_set()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | DSAKeyFactoryImplTest.java | 374 String alg = pubKey.getAlgorithm(); in testGeneratePublicKeySpec05() local 499 String alg = prKey.getAlgorithm(); in testGeneratePrivateKeySpec05() local 781 String alg = pubKey.getAlgorithm(); in testTranslateKey04() local 825 String alg = prKey.getAlgorithm(); in testTranslateKey05() local
|
/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()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | ikev2_common.c | 61 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() 100 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() 119 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() 194 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 253 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | ikev2_common.c | 62 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() 101 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() 120 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() 195 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 254 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_mlme.c | 28 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
|
/external/openssl/crypto/pkcs7/ |
D | pk7_attr.c | 99 X509_ALGOR *alg; in PKCS7_simple_smimecap() local
|
/external/wpa_supplicant/ |
D | crypto_internal.c | 56 enum crypto_hash_alg alg; member 66 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 231 enum crypto_cipher_alg alg; member 252 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
D | crypto_cryptoapi.c | 129 int cryptoapi_hash_vector(ALG_ID alg, size_t hash_len, size_t num_elem, in cryptoapi_hash_vector() 370 enum crypto_hash_alg alg; member 377 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 532 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
/external/ipsec-tools/src/racoon/ |
D | sainfo.h | 70 int alg; member
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
D | SecurityAgreeHeader.java | 71 public void setAlgorithm(String alg) throws ParseException; in setAlgorithm()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_internal.c | 57 enum crypto_hash_alg alg; member 67 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 232 enum crypto_cipher_alg alg; member 253 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
D | crypto_cryptoapi.c | 114 int cryptoapi_hash_vector(ALG_ID alg, size_t hash_len, size_t num_elem, in cryptoapi_hash_vector() 355 enum crypto_hash_alg alg; member 362 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 517 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
/external/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 106 X509_ALGOR *alg; in OCSP_cert_id_new() local
|
/external/openssl/crypto/pkcs12/ |
D | p12_npas.c | 211 static int alg_get(X509_ALGOR *alg, int *pnid, int *piter, int *psaltlen) in alg_get()
|