/linux/include/net/ |
H A D | protocol.h | 49 u32 secret; member 63 u32 secret; member 73 u32 secret; member
|
H A D | seg6_hmac.h | 30 char secret[SEG6_HMAC_SECRET_LEN]; member
|
/linux/crypto/ |
H A D | curve25519-generic.c | 12 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret() local 27 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_value() local
|
H A D | ecdh_helper.c | 37 struct kpp_secret secret = { in crypto_ecdh_encode_key() local 60 struct kpp_secret secret; in crypto_ecdh_decode_key() local
|
H A D | dh_helper.c | 44 struct kpp_secret secret = { in crypto_dh_encode_key() local 69 struct kpp_secret secret; in __crypto_dh_decode_key() local
|
H A D | ecc.c | 1664 u64 *secret) in crypto_ecdh_shared_secret()
|
/linux/arch/arm/crypto/ |
H A D | curve25519-glue.c | 52 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret() local 67 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_value() local
|
/linux/arch/powerpc/crypto/ |
H A D | curve25519-ppc64le-core.c | 198 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret() local 213 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_generate_public_key() local 235 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_shared_secret() local
|
/linux/net/ceph/ |
H A D | auth_x.c | 57 static int ceph_x_encrypt(struct ceph_crypto_key *secret, void *buf, in ceph_x_encrypt() 77 static int __ceph_x_decrypt(struct ceph_crypto_key *secret, void *p, in __ceph_x_decrypt() 97 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) in ceph_x_decrypt() 161 struct ceph_crypto_key *secret, in process_one_ticket() 271 struct ceph_crypto_key *secret, in ceph_x_proc_ticket_reply() 792 static int decrypt_authorizer_challenge(struct ceph_crypto_key *secret, in decrypt_authorizer_challenge() 844 static int decrypt_authorizer_reply(struct ceph_crypto_key *secret, in decrypt_authorizer_reply()
|
H A D | auth_x.h | 41 struct ceph_crypto_key secret; member
|
/linux/net/sctp/ |
H A D | auth.c | 258 struct sctp_auth_bytes *secret; in sctp_auth_asoc_set_secret() local 295 struct sctp_auth_bytes *secret = NULL; in sctp_auth_asoc_create_secret() local 385 struct sctp_auth_bytes *secret; in sctp_auth_asoc_init_active_key() local
|
/linux/drivers/nvme/common/ |
H A D | auth.c | 161 struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret, in nvme_auth_extract_key() 449 int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key) in nvme_auth_generate_key()
|
/linux/drivers/net/wireguard/ |
H A D | cookie.h | 15 u8 secret[NOISE_HASH_LEN]; member
|
H A D | noise.c | 349 u8 secret[BLAKE2S_HASH_SIZE]; in kdf() local
|
/linux/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 1618 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret() local 1633 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_generate_public_key() local 1655 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_shared_secret() local
|
/linux/arch/s390/kernel/ |
H A D | uv.c | 903 struct uv_secret_list_item_hdr *secret) in find_secret_in_page() 923 struct uv_secret_list_item_hdr *secret) in find_secret() 962 struct uv_secret_list_item_hdr *secret) in uv_get_secret_metadata()
|
/linux/include/keys/ |
H A D | trusted_tpm.h | 21 unsigned char secret[SHA1_DIGEST_SIZE]; member
|
/linux/security/keys/ |
H A D | dh.c | 136 uint8_t *secret; in __keyctl_dh_compute() local
|
/linux/drivers/nvme/target/ |
H A D | auth.c | 22 int nvmet_auth_set_key(struct nvmet_host *host, const char *secret, in nvmet_auth_set_key()
|
/linux/net/ipv6/ |
H A D | seg6.c | 156 char *secret; in seg6_genl_sethmac() local
|
H A D | addrconf.c | 3373 struct in6_addr secret; in ipv6_generate_stable_address() member 3380 struct in6_addr secret; in ipv6_generate_stable_address() local 6560 struct ipv6_stable_secret *secret = ctl->data; in addrconf_sysctl_stable_secret() local
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | falcon.h | 31 u8 secret; member
|
/linux/net/rxrpc/ |
H A D | rxperf.c | 37 static const u8 secret[8] = { 0xa7, 0x83, 0x8a, 0xcb, 0xc7, 0x83, 0xec, 0x94 }; variable
|
/linux/include/linux/ |
H A D | ipv6.h | 75 struct in6_addr secret; member
|
/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1683 u8 secret[CURVE25519_KEY_SIZE] = { 0 }; in hpre_curve25519_fill_curve() local
|