/external/dropbear/libtomcrypt/src/encauth/ocb/ |
D | ocb_encrypt_authenticate_memory.c | 35 const unsigned char *nonce, in ocb_encrypt_authenticate_memory()
|
D | ocb_decrypt_verify_memory.c | 36 const unsigned char *nonce, in ocb_decrypt_verify_memory()
|
D | ocb_init.c | 48 const unsigned char *key, unsigned long keylen, const unsigned char *nonce) in ocb_init()
|
/external/dropbear/libtomcrypt/src/encauth/eax/ |
D | eax_init.c | 34 const unsigned char *nonce, unsigned long noncelen, in eax_init()
|
D | eax_encrypt_authenticate_memory.c | 38 const unsigned char *nonce, unsigned long noncelen, in eax_encrypt_authenticate_memory()
|
D | eax_decrypt_verify_memory.c | 39 const unsigned char *nonce, unsigned long noncelen, in eax_decrypt_verify_memory()
|
/external/wpa_supplicant/ |
D | aes_wrap.c | 290 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt() 340 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() 397 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt()
|
D | eap_tlv.h | 70 u8 nonce[32]; member
|
D | eap_psk.c | 183 u8 *resp, *buf, *rpchannel, nonce[16], *decrypted; in eap_psk_process_3() local
|
D | wpa.c | 1186 const u8 *nonce; member 1439 int ver, const u8 *nonce, in wpa_supplicant_send_2_of_4()
|
/external/dropbear/libtomcrypt/src/encauth/ccm/ |
D | ccm_memory.c | 41 const unsigned char *nonce, unsigned long noncelen, in ccm_memory()
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | DigestScheme.java | 264 String nonce = getParameter("nonce"); in createDigest() local 395 String nonce = getParameter("nonce"); in createDigestHeader() local
|
/external/dropbear/libtomcrypt/demos/ |
D | tv_gen.c | 397 unsigned char key[MAXBLOCKSIZE], nonce[MAXBLOCKSIZE*2], header[MAXBLOCKSIZE*2], in eax_gen() local 457 unsigned char key[MAXBLOCKSIZE], nonce[MAXBLOCKSIZE*2], in ocb_gen() local 521 unsigned char key[MAXBLOCKSIZE], nonce[MAXBLOCKSIZE*2], in ccm_gen() local
|
/external/wpa_supplicant/tests/ |
D | test_aes.c | 65 u8 nonce[] = { 0xBE, 0xCA, 0xF0, 0x43, 0xB0, 0xA2, 0x3D, 0x84, in test_eax() local
|
/external/openssl/crypto/x509v3/ |
D | v3_ocsp.c | 235 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) in i2r_ocsp_nonce()
|
/external/ipsec-tools/src/racoon/ |
D | handler.h | 153 vchar_t *nonce; /* nonce value */ member 300 vchar_t *nonce; /* nonce value in phase 2 */ member
|