/kernel/linux/linux-5.10/crypto/ |
H A D | curve25519-generic.c | 28 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
|
H A D | ecdh.c | 71 u64 *public_key; in ecdh_compute_value() local
|
H A D | ecc.c | 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
|
/kernel/linux/linux-6.6/crypto/ |
H A D | curve25519-generic.c | 28 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
|
H A D | ecdh.c | 54 u64 *public_key; in ecdh_compute_value() local
|
H A D | ecc.c | 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
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | public_key.h | 23 struct public_key { struct
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | ecdh_helper.c | 44 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], in compute_ecdh_secret() argument 145 int generate_ecdh_public_key(struct crypto_kpp *tfm, u8 public_key[64]) in generate_ecdh_public_key() argument 194 int generate_ecdh_keys(struct crypto_kpp *tfm, u8 public_key[6 argument [all...] |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | curve25519-glue.c | 68 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | curve25519-glue.c | 68 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | peer.c | 21 wg_peer_create(struct wg_device *wg, const u8 public_key[NOISE_PUBLIC_KEY_LEN], const u8 preshared_key[NOISE_SYMMETRIC_KEY_LEN]) wg_peer_create() argument
|
H A D | netlink.c | 359 u8 *public_key = NULL, *preshared_key = NULL; in set_peer() local 547 u8 public_key[NOISE_PUBLIC_KEY_LEN]; in wg_set_device() local
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | ecdh_helper.c | 60 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], in compute_ecdh_secret() argument 168 int generate_ecdh_public_key(struct crypto_kpp *tfm, u8 public_key[64]) in generate_ecdh_public_key() argument 221 int generate_ecdh_keys(struct crypto_kpp *tfm, u8 public_key[6 argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | peer.c | 21 wg_peer_create(struct wg_device *wg, const u8 public_key[NOISE_PUBLIC_KEY_LEN], const u8 preshared_key[NOISE_SYMMETRIC_KEY_LEN]) wg_peer_create() argument
|
H A D | netlink.c | 359 u8 *public_key = NULL, *preshared_key = NULL; in set_peer() local 547 u8 public_key[NOISE_PUBLIC_KEY_LEN]; in wg_set_device() local
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | public_key.h | 22 struct public_key { struct
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-ecc.c | 44 const u8 *public_key; member 93 void *public_key; in atmel_ecdh_set_secret() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-ecc.c | 43 const u8 *public_key; member 82 void *public_key; in atmel_ecdh_set_secret() local [all...] |
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | huks_adapter_test.cpp | 684 struct var_buffer public_key; in HWTEST_F() local 717 struct var_buffer public_key; in HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 1445 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_shared_secret() local
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 1656 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_shared_secret() local
|
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 1631 verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, struct var_buffer *public_key, struct signature *signature) verify_with_public_key() argument
|
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
H A D | huks_adapter_mock_for_pake.c | 1471 verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, struct var_buffer *public_key, struct signature *signature) verify_with_public_key() argument
|
H A D | huks_adapter_mock.c | 1401 verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, struct var_buffer *public_key, struct signature *signature) verify_with_public_key() argument
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_image.h | 240 __le32 public_key[MPI3_PUBLIC_KEY_MAX]; member
|