Home
last modified time | relevance | path

Searched defs:secret (Results 1 – 22 of 22) sorted by relevance

/linux/include/net/
H A Dprotocol.h49 u32 secret; member
63 u32 secret; member
73 u32 secret; member
H A Dseg6_hmac.h30 char secret[SEG6_HMAC_SECRET_LEN]; member
/linux/crypto/
H A Decdh_helper.c37 struct kpp_secret secret = { in crypto_ecdh_encode_key() local
60 struct kpp_secret secret; in crypto_ecdh_decode_key() local
H A Ddh_helper.c44 struct kpp_secret secret = { in crypto_dh_encode_key() local
69 struct kpp_secret secret; in __crypto_dh_decode_key() local
/linux/arch/arm/crypto/
H A Dcurve25519-glue.c52 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 Dcurve25519-ppc64le-core.c198 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 Dauth_x.c57 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 Dauth_x.h41 struct ceph_crypto_key secret; member
/linux/net/sctp/
H A Dauth.c258 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/net/wireguard/
H A Dcookie.h15 u8 secret[NOISE_HASH_LEN]; member
/linux/arch/x86/crypto/
H A Dcurve25519-x86_64.c1618 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/include/keys/
H A Dtrusted_tpm.h21 unsigned char secret[SHA1_DIGEST_SIZE]; member
/linux/drivers/nvme/common/
H A Dauth.c164 struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret, in nvme_auth_extract_key()
441 int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key) in nvme_auth_generate_key()
/linux/security/keys/
H A Ddh.c136 uint8_t *secret; in __keyctl_dh_compute() local
/linux/drivers/nvme/target/
H A Dauth.c23 int nvmet_auth_set_key(struct nvmet_host *host, const char *secret, in nvmet_auth_set_key()
/linux/net/ipv6/
H A Dseg6.c156 char *secret; in seg6_genl_sethmac() local
H A Daddrconf.c3347 struct in6_addr secret; in ipv6_generate_stable_address() member
3354 struct in6_addr secret; in ipv6_generate_stable_address() local
6569 struct ipv6_stable_secret *secret = ctl->data; in addrconf_sysctl_stable_secret() local
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dfalcon.h31 u8 secret; member
/linux/net/rxrpc/
H A Drxperf.c37 static const u8 secret[8] = { 0xa7, 0x83, 0x8a, 0xcb, 0xc7, 0x83, 0xec, 0x94 }; global() variable
/linux/include/linux/
H A Dipv6.h75 struct in6_addr secret; member
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c5370 char secret[SHARED_SECRET_MAX]; /* 64 byte */ in drbd_do_auth() local
/linux/drivers/scsi/qla4xxx/
H A Dql4_fw.h818 uint8_t secret[MAX_CHAP_SECRET_LEN]; member