/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | ecdh_helper.c | 101 int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32]) in set_ecdh_privkey() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ecdh.c | 18 u64 private_key[ECC_MAX_DIGITS]; member
|
H A D | ecc.c | 1405 __ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, unsigned int ndigits) __ecc_is_key_valid() argument 1428 ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits, const u64 *private_key, unsigned int private_key_len) ecc_is_key_valid() argument 1496 ecc_make_pub_key(unsigned int curve_id, unsigned int ndigits, const u64 *private_key, u64 *public_key) ecc_make_pub_key() argument 1595 crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, const u64 *private_key, const u64 *public_key, u64 *secret) crypto_ecdh_shared_secret() argument [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | ecdh_helper.c | 122 int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32]) in set_ecdh_privkey() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ecdh.c | 18 u64 private_key[ECC_MAX_DIGITS]; member
|
H A D | ecc.c | 1419 __ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, unsigned int ndigits) __ecc_is_key_valid() argument 1442 ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits, const u64 *private_key, unsigned int private_key_len) ecc_is_key_valid() argument 1510 ecc_make_pub_key(unsigned int curve_id, unsigned int ndigits, const u64 *private_key, u64 *public_key) ecc_make_pub_key() argument 1609 crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, const u64 *private_key, const u64 *public_key, u64 *secret) crypto_ecdh_shared_secret() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | netlink.c | 546 u8 *private_key = nla_data(info->attrs[WGDEVICE_A_PRIVATE_KEY]); in wg_set_device() local
|
H A D | noise.c | 294 wg_noise_set_static_identity_private_key( struct noise_static_identity *static_identity, const u8 private_key[NOISE_PUBLIC_KEY_LEN]) wg_noise_set_static_identity_private_key() argument
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sign-file.c | 144 EVP_PKEY *private_key; in read_private_key() local 229 EVP_PKEY *private_key; in main() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | netlink.c | 546 u8 *private_key = nla_data(info->attrs[WGDEVICE_A_PRIVATE_KEY]); in wg_set_device() local
|
H A D | noise.c | 294 wg_noise_set_static_identity_private_key( struct noise_static_identity *static_identity, const u8 private_key[NOISE_PUBLIC_KEY_LEN]) wg_noise_set_static_identity_private_key() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sign-file.c | 144 EVP_PKEY *private_key; in read_private_key() local 229 EVP_PKEY *private_key; in main() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | ecryptfs.h | 102 struct ecryptfs_private_key private_key; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ecryptfs.h | 102 struct ecryptfs_private_key private_key; member
|
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 102 u64 private_key[KMB_ECC_VLI_MAX_DIGITS]; member 454 kmb_ecc_is_key_valid(const struct ecc_curve *curve, const u64 *private_key, size_t private_key_len) kmb_ecc_is_key_valid() argument [all...] |