Home
last modified time | relevance | path

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

12

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Daes-ccm.c28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start()
84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start()
148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae()
178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
H A Daes-eax.c28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt()
92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_cryptor_private.h60 uint8_t nonce[AES_BLOCK_SIZE]; member
80 uint8_t nonce[AES_BLOCK_SIZE]; member
97 uint8_t nonce[AES_BLOCK_SIZE]; member
121 uint8_t nonce[AES_BLOCK_SIZE]; member
136 uint8_t nonce[AES_BLOCK_SIZE]; member
/dragonfly/crypto/libressl/crypto/evp/
H A De_chacha20poly1305.c126 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_chacha20_poly1305_seal()
176 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_chacha20_poly1305_open()
233 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_xchacha20_poly1305_seal()
281 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_xchacha20_poly1305_open()
375 unsigned char nonce[CHACHA20_NONCE_LEN]; member
H A Devp_aead.c107 size_t max_out_len, const unsigned char *nonce, size_t nonce_len, in EVP_AEAD_CTX_seal()
139 size_t max_out_len, const unsigned char *nonce, size_t nonce_len, in EVP_AEAD_CTX_open()
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_req_print.c73 const ASN1_INTEGER *nonce; in TS_REQ_print_bio() local
H A Dts_local.h91 ASN1_INTEGER *nonce; /* OPTIONAL */ member
137 ASN1_INTEGER *nonce; member
289 ASN1_INTEGER *nonce; member
H A Dts_verify_ctx.c189 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
H A Dts_rsp_print.c205 const ASN1_INTEGER *nonce; in TS_TST_INFO_print_bio() local
H A Dts_req_utils.c162 TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce) in TS_REQ_set_nonce()
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_validate.c870 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory) in wps_validate_r_snonce1()
884 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory) in wps_validate_r_snonce2()
898 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory) in wps_validate_e_snonce1()
912 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory) in wps_validate_e_snonce2()
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_server_psk.c94 u8 *buf, *pchannel, nonce[16]; in eap_psk_build_3() local
333 u8 *decrypted, nonce[16]; in eap_psk_process_4() local
/dragonfly/sys/net/wg/selftest/
H A Dcookie.c220 uint8_t nonce[COOKIE_NONCE_SIZE]; in cookie_mac_test() local
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1274 static const unsigned char nonce[32] = {0}; in speed_main() local
1302 static const unsigned char nonce[32] = {0}; in speed_main() local
1331 static const unsigned char nonce[32] = {0}; in speed_main() local
/dragonfly/contrib/tcpdump/
H A Dprint-babel.c420 u_short nonce, interval; in babel_print_v2_tlvs() local
434 u_short nonce; in babel_print_v2_tlvs() local
H A Dprint-mptcp.c89 nd_uint32_t nonce; member
93 nd_uint32_t nonce; member
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_ocsp.c329 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, in i2r_ocsp_nonce()
/dragonfly/sys/net/wg/
H A Dwg_noise.c992 uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE]; in noise_keypair_encrypt() local
1011 uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE]; in noise_keypair_decrypt() local
1557 static const uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE] = { 0 }; in noise_msg_encrypt() local
1570 static const uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE] = { 0 }; in noise_msg_decrypt() local
/dragonfly/sys/dev/drm/radeon/
H A Dvce_v1_0.c46 uint32_t nonce[4]; member
/dragonfly/crypto/openssh/
H A Dmac.c173 u_char nonce[8]; in mac_compute() local
/dragonfly/crypto/libressl/crypto/modes/
H A Dmodes_lcl.h107 union { u64 u[2]; u8 c[16]; } nonce, cmac; member
H A Dccm128.c77 const unsigned char *nonce,size_t nlen,size_t mlen) in CRYPTO_ccm128_setiv()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_psk.c184 u8 *buf, *rpchannel, nonce[16], *decrypted; in eap_psk_process_3() local
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Deap_tlv_common.h76 u8 nonce[32]; member

12