Searched defs:secret (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/include/net/
H A Dseg6_hmac.h30 char secret[SEG6_HMAC_SECRET_LEN]; member in struct:seg6_hmac_info
H A Dprotocol.h49 u32 secret; member in struct:net_protocol
63 u32 secret; member in struct:inet6_protocol
73 u32 secret; member in struct:net_offload
/linux-master/include/crypto/
H A Dcurve25519.h61 static inline void curve25519_clamp_secret(u8 secret[CURVE25519_KEY_SIZE]) argument
34 curve25519(u8 mypublic[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE], const u8 basepoint[CURVE25519_KEY_SIZE]) argument
47 curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE]) argument
67 curve25519_generate_secret(u8 secret[CURVE25519_KEY_SIZE]) argument
[all...]
/linux-master/crypto/
H A Decdh_helper.c37 struct kpp_secret secret = { local
60 struct kpp_secret secret; local
H A Dcurve25519-generic.c12 u8 *secret = kpp_tfm_ctx(tfm); local
27 const u8 *secret = kpp_tfm_ctx(tfm); local
H A Ddh_helper.c44 struct kpp_secret secret = { local
69 struct kpp_secret secret; local
H A Decc.c1609 crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, const u64 *private_key, const u64 *public_key, u64 *secret) argument
/linux-master/drivers/net/wireguard/
H A Dcookie.h15 u8 secret[NOISE_HASH_LEN]; member in struct:cookie_checker
H A Dnoise.c349 u8 secret[BLAKE2S_HASH_SIZE]; local
[all...]
/linux-master/net/bluetooth/
H A Decdh_helper.c44 compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], u8 secret[32]) argument
/linux-master/net/ceph/
H A Dauth_x.h41 struct ceph_crypto_key secret; member in struct:ceph_x_info
H A Dauth_x.c57 static int ceph_x_encrypt(struct ceph_crypto_key *secret, void *buf, argument
77 static int __ceph_x_decrypt(struct ceph_crypto_key *secret, void *p, argument
97 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) argument
160 process_one_ticket(struct ceph_auth_client *ac, struct ceph_crypto_key *secret, void **p, void *end) argument
270 ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, struct ceph_crypto_key *secret, void **p, void *end) argument
792 decrypt_authorizer_challenge(struct ceph_crypto_key *secret, void *challenge, int challenge_len, u64 *server_challenge) argument
844 decrypt_authorizer_reply(struct ceph_crypto_key *secret, void **p, void *end, u64 *nonce_plus_one, u8 *con_secret, int *con_secret_len) argument
[all...]
/linux-master/include/keys/
H A Dtrusted_tpm.h23 unsigned char secret[SHA1_DIGEST_SIZE]; member in struct:osapsess
/linux-master/arch/arm/crypto/
H A Dcurve25519-glue.c52 u8 *secret = kpp_tfm_ctx(tfm); local
67 const u8 *secret = kpp_tfm_ctx(tfm); local
42 curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE]) argument
/linux-master/security/keys/
H A Ddh.c136 uint8_t *secret; local
/linux-master/drivers/nvme/target/
H A Dauth.c22 int nvmet_auth_set_key(struct nvmet_host *host, const char *secret, argument
/linux-master/net/ipv6/
H A Dseg6.c158 char *secret; local
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dfalcon.h31 u8 secret; member in struct:nvkm_falcon
/linux-master/drivers/nvme/common/
H A Dauth.c161 struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret, argument
449 int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key) argument
[all...]
/linux-master/net/sctp/
H A Dauth.c258 struct sctp_auth_bytes *secret; local
295 struct sctp_auth_bytes *secret = NULL; local
385 struct sctp_auth_bytes *secret; local
[all...]
/linux-master/net/rxrpc/
H A Drxperf.c37 static const u8 secret[8] = { 0xa7, 0x83, 0x8a, 0xcb, 0xc7, 0x83, 0xec, 0x94 }; variable
/linux-master/fs/crypto/
H A Dkeyring.c41 static void wipe_master_key_secret(struct fscrypt_master_key_secret *secret) argument
428 add_new_master_key(struct super_block *sb, struct fscrypt_master_key_secret *secret, const struct fscrypt_key_specifier *mk_spec) argument
473 add_existing_master_key(struct fscrypt_master_key *mk, struct fscrypt_master_key_secret *secret) argument
514 do_add_master_key(struct super_block *sb, struct fscrypt_master_key_secret *secret, const struct fscrypt_key_specifier *mk_spec) argument
553 add_master_key(struct super_block *sb, struct fscrypt_master_key_secret *secret, struct fscrypt_key_specifier *key_spec) argument
652 get_keyring_key(u32 key_id, u32 type, struct fscrypt_master_key_secret *secret) argument
714 struct fscrypt_master_key_secret secret; local
770 fscrypt_get_test_dummy_secret(struct fscrypt_master_key_secret *secret) argument
784 struct fscrypt_master_key_secret secret; local
815 struct fscrypt_master_key_secret secret; local
[all...]
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c1618 u8 *secret = kpp_tfm_ctx(tfm); local
1633 const u8 *secret local
1594 curve25519_arch(u8 mypublic[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE], const u8 basepoint[CURVE25519_KEY_SIZE]) argument
1605 curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE]) argument
1655 const u8 *secret = kpp_tfm_ctx(tfm); local
[all...]
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c757 curve25519_generic(u8 mypublic[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE], const u8 basepoint[CURVE25519_KEY_SIZE]) argument
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1681 u8 secret[CURVE25519_KEY_SIZE] = { 0 }; local

Completed in 318 milliseconds

12