/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 | 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()
|
D | crypto_internal-cipher.c | 18 enum crypto_cipher_alg alg; member 43 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()
|
D | x_algor.c | 133 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
|
/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_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() 189 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 248 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
/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/openssl/crypto/ |
D | crypto.h | 555 #define fips_md_init(alg) fips_md_init_ctx(alg, alg) argument 558 #define fips_md_init_ctx(alg, cx) \ argument 567 #define fips_cipher_abort(alg) \ argument 572 #define fips_md_init_ctx(alg, cx) \ argument 574 #define fips_cipher_abort(alg) while(0) argument
|
/external/openssl/include/openssl/ |
D | crypto.h | 555 #define fips_md_init(alg) fips_md_init_ctx(alg, alg) argument 558 #define fips_md_init_ctx(alg, cx) \ argument 567 #define fips_cipher_abort(alg) \ argument 572 #define fips_md_init_ctx(alg, cx) \ argument 574 #define fips_cipher_abort(alg) while(0) argument
|
/external/openssl/crypto/pkcs7/ |
D | pk7_attr.c | 99 X509_ALGOR *alg; in PKCS7_simple_smimecap() local
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_mlme.c | 22 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
|
/external/ipsec-tools/src/racoon/ |
D | sainfo.h | 66 int alg; member
|
/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/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_8/src/rsn_supp/ |
D | wpa_ft.c | 319 enum wpa_alg alg; in wpa_ft_install_ptk() local 542 enum wpa_alg alg; in wpa_ft_process_gtk_subelem() local
|
/external/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 106 X509_ALGOR *alg; in OCSP_cert_id_new() local
|