Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 16 of 16) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/ocb/
Docb_encrypt_authenticate_memory.c35 const unsigned char *nonce, in ocb_encrypt_authenticate_memory()
Docb_decrypt_verify_memory.c36 const unsigned char *nonce, in ocb_decrypt_verify_memory()
Docb_init.c48 const unsigned char *key, unsigned long keylen, const unsigned char *nonce) in ocb_init()
/external/dropbear/libtomcrypt/src/encauth/eax/
Deax_init.c34 const unsigned char *nonce, unsigned long noncelen, in eax_init()
Deax_encrypt_authenticate_memory.c38 const unsigned char *nonce, unsigned long noncelen, in eax_encrypt_authenticate_memory()
Deax_decrypt_verify_memory.c39 const unsigned char *nonce, unsigned long noncelen, in eax_decrypt_verify_memory()
/external/wpa_supplicant/
Daes_wrap.c290 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()
Deap_tlv.h70 u8 nonce[32]; member
Deap_psk.c183 u8 *resp, *buf, *rpchannel, nonce[16], *decrypted; in eap_psk_process_3() local
Dwpa.c1186 const u8 *nonce; member
1439 int ver, const u8 *nonce, in wpa_supplicant_send_2_of_4()
/external/dropbear/libtomcrypt/src/encauth/ccm/
Dccm_memory.c41 const unsigned char *nonce, unsigned long noncelen, in ccm_memory()
/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java264 String nonce = getParameter("nonce"); in createDigest() local
395 String nonce = getParameter("nonce"); in createDigestHeader() local
/external/dropbear/libtomcrypt/demos/
Dtv_gen.c397 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/
Dtest_aes.c65 u8 nonce[] = { 0xBE, 0xCA, 0xF0, 0x43, 0xB0, 0xA2, 0x3D, 0x84, in test_eax() local
/external/openssl/crypto/x509v3/
Dv3_ocsp.c235 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) in i2r_ocsp_nonce()
/external/ipsec-tools/src/racoon/
Dhandler.h153 vchar_t *nonce; /* nonce value */ member
300 vchar_t *nonce; /* nonce value in phase 2 */ member