Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/crypto/
H A Dcorecrypto_chacha20poly1305.c58 chacha20poly1305_setnonce(chacha20poly1305_ctx *ctx, const uint8_t *nonce) in chacha20poly1305_setnonce()
64 chacha20poly1305_incnonce(chacha20poly1305_ctx *ctx, uint8_t *nonce) in chacha20poly1305_incnonce()
/xnu-8019.80.24/osfmk/prng/
H A Dprng_random.c189 uint64_t nonce; in early_random() local
274 uint64_t nonce = ml_get_timebase(); in register_and_init_prng() local
/xnu-8019.80.24/bsd/netinet6/
H A Desp_rijndael.c602 unsigned char nonce[ESP_GCM_SALT_LEN + ivlen]; in esp_gcm_schedule() local
696 unsigned char nonce[ESP_GCM_SALT_LEN + ESP_GCM_IVLEN]; in esp_gcm_encrypt_aes() local
941 unsigned char nonce[ESP_GCM_SALT_LEN + ESP_GCM_IVLEN]; in esp_gcm_decrypt_aes() local
H A Desp_chachapoly.c279 uint32_t nonce[ESP_CHACHAPOLY_NONCE_LEN / 4]; // ensure 32bit alignment in esp_chachapoly_encrypt() local
426 uint32_t nonce[ESP_CHACHAPOLY_NONCE_LEN / 4]; // ensure 32bit alignment in esp_chachapoly_decrypt() local
H A Dnd6_nbr.c574 uint8_t *nonce) /* duplicated address detection */ in nd6_ns_output()
1669 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *nonce) in nd6_dad_find()
H A Dnd6_prproxy.c990 struct in6_addr *taddr, uint8_t *nonce) in nd6_prproxy_ns_input()
H A Dnd6.h852 struct nd_opt_nonce *nonce; member
/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg.h49 size_t nonceLength, const void* nonce, in ccdrbg_init()
H A Dccmode_siv.h250 unsigned nonce_nbytes, const uint8_t* nonce, in ccsiv_one_shot()
H A Dccmode.h814 const void *nonce, in ccccm_set_iv()
847 const void *nonce, in ccccm_one_shot()
/xnu-8019.80.24/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c144 const void *nonce, in init()
/xnu-8019.80.24/osfmk/x86_64/
H A Dpmap.c3495 __unused const img4_nonce_t *nonce) in pmap_image4_set_nonce()