Searched defs:nonce (Results 1 – 12 of 12) sorted by relevance
| /xnu-8019.80.24/libkern/crypto/ |
| H A D | corecrypto_chacha20poly1305.c | 58 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 D | prng_random.c | 189 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 D | esp_rijndael.c | 602 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 D | esp_chachapoly.c | 279 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 D | nd6_nbr.c | 574 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 D | nd6_prproxy.c | 990 struct in6_addr *taddr, uint8_t *nonce) in nd6_prproxy_ns_input()
|
| H A D | nd6.h | 852 struct nd_opt_nonce *nonce; member
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccdrbg.h | 49 size_t nonceLength, const void* nonce, in ccdrbg_init()
|
| H A D | ccmode_siv.h | 250 unsigned nonce_nbytes, const uint8_t* nonce, in ccsiv_one_shot()
|
| H A D | ccmode.h | 814 const void *nonce, in ccccm_set_iv() 847 const void *nonce, in ccccm_one_shot()
|
| /xnu-8019.80.24/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 144 const void *nonce, in init()
|
| /xnu-8019.80.24/osfmk/x86_64/ |
| H A D | pmap.c | 3495 __unused const img4_nonce_t *nonce) in pmap_image4_set_nonce()
|