/linux-6.8/fs/bcachefs/ |
D | checksum.c | 98 struct nonce nonce, in do_encrypt_sg() 115 struct nonce nonce, in do_encrypt() 155 int bch2_chacha_encrypt_key(struct bch_key *key, struct nonce nonce, in bch2_chacha_encrypt_key() 182 struct nonce nonce) in gen_poly_key() 201 struct nonce nonce, const void *data, size_t len) in bch2_checksum() 240 struct nonce nonce, void *data, size_t len) in bch2_encrypt() 249 struct nonce nonce, struct bio *bio, in __bch2_checksum_bio() 314 struct nonce nonce, struct bio *bio) in bch2_checksum_bio() 322 struct nonce nonce, struct bio *bio) in __bch2_encrypt_bio() 391 struct nonce nonce = extent_nonce(version, crc_old); in bch2_rechecksum_bio() local
|
D | checksum.h | 93 struct nonce nonce, struct bio *bio) in bch2_encrypt_bio() 173 static inline struct nonce nonce_add(struct nonce nonce, unsigned offset) in nonce_add() 196 struct nonce nonce = (struct nonce) {{ in extent_nonce() local
|
D | extents_types.h | 17 u16 nonce; member
|
D | extents_format.h | 123 nonce:10, member 149 nonce:13, member
|
D | io_write_types.h | 59 u16 nonce; member
|
D | btree_io.h | 105 struct nonce nonce = btree_nonce(i, offset); in bset_encrypt() local
|
/linux-6.8/lib/crypto/ |
D | chacha20poly1305.c | 36 static void xchacha_init(u32 *chacha_state, const u8 *key, const u8 *nonce) in xchacha_init() 92 const u64 nonce, in chacha20poly1305_encrypt() 170 const u64 nonce, in chacha20poly1305_decrypt() 211 const u64 nonce, in chacha20poly1305_crypt_sg_inplace() 335 const u64 nonce, in chacha20poly1305_encrypt_sg_inplace() 345 const u64 nonce, in chacha20poly1305_decrypt_sg_inplace()
|
/linux-6.8/drivers/crypto/caam/ |
D | caamalg_desc.c | 213 const bool is_rfc3686, u32 *nonce, int era) in init_sh_desc_key_aead() 291 u32 *nonce, const u32 ctx1_iv_off, const bool is_qi, in cnstr_shdsc_aead_encap() 386 const bool is_rfc3686, u32 *nonce, in cnstr_shdsc_aead_decap() 503 u32 *nonce, const u32 ctx1_iv_off, in cnstr_shdsc_aead_givencap() 1398 const u8 *nonce = cdata->key_virt + cdata->keylen; in cnstr_shdsc_skcipher_encap() local 1473 const u8 *nonce = cdata->key_virt + cdata->keylen; in cnstr_shdsc_skcipher_decap() local
|
/linux-6.8/drivers/crypto/nx/ |
D | nx-aes-gcm.c | 67 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_set_key() local 442 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_encrypt() local 459 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_decrypt() local
|
D | nx.h | 92 u8 nonce[NX_GCM4106_NONCE_LEN]; member 106 u8 nonce[NX_CCM4309_NONCE_LEN]; member 114 u8 nonce[CTR_RFC3686_NONCE_SIZE]; member
|
/linux-6.8/include/net/ |
D | amt.h | 117 __be32 nonce; member 132 __be32 nonce; member 152 __be32 nonce; member 173 __be32 nonce; member 190 __be32 nonce; member 249 __be32 nonce; member 356 __be32 nonce; member
|
/linux-6.8/tools/crypto/ccp/ |
D | dbc_cli.py | 98 nonce = get_nonce(d, sig) variable
|
/linux-6.8/net/mac80211/ |
D | aes_gmac.c | 17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac()
|
D | wpa.c | 1021 u8 nonce[GMAC_NONCE_LEN]; in ieee80211_crypto_aes_gmac_encrypt() local 1067 u8 aad[GMAC_AAD_LEN], *mic, ipn[6], nonce[GMAC_NONCE_LEN]; in ieee80211_crypto_aes_gmac_decrypt() local
|
/linux-6.8/arch/powerpc/perf/ |
D | hv-24x7.c | 522 int nonce) in event_to_attr() 562 int nonce) in event_to_desc_attr() 576 event_to_long_desc_attr(struct hv_24x7_event_data *event, int nonce) in event_to_long_desc_attr() 590 struct hv_24x7_event_data *event, int nonce) in event_data_to_attrs() 946 int nonce; in create_events_from_catalog() local
|
/linux-6.8/fs/crypto/ |
D | fscrypt_private.h | 42 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member 53 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member 322 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member
|
/linux-6.8/include/uapi/linux/ |
D | psp-dbc.h | 34 __u8 nonce[DBC_NONCE_SIZE]; member
|
/linux-6.8/net/ceph/ |
D | auth_x.h | 35 u64 nonce; member
|
D | auth_x_protocol.h | 73 __le64 nonce; member
|
/linux-6.8/net/dccp/ |
D | ackvec.h | 130 nonce:1; member
|
D | ackvec.c | 352 int dccp_ackvec_parsed_add(struct list_head *head, u8 *vec, u8 len, u8 nonce) in dccp_ackvec_parsed_add()
|
/linux-6.8/drivers/net/wireguard/ |
D | queueing.h | 60 u64 nonce; member
|
/linux-6.8/drivers/gpu/drm/radeon/ |
D | vce_v1_0.c | 47 uint32_t nonce[4]; member
|
/linux-6.8/net/ipv6/ |
D | ndisc.c | 604 const struct in6_addr *saddr, u64 nonce) in ndisc_ns_create() 652 u64 nonce) in ndisc_send_ns() 803 u64 nonce = 0; in ndisc_recv_ns() local
|
/linux-6.8/drivers/platform/x86/hp/hp-bioscfg/ |
D | spmobj-attributes.c | 28 u32 nonce; member
|