Home
last modified time | relevance | path

Searched defs:public_key (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/crypto/
H A Dcurve25519-generic.c28 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
H A Decdh.c71 u64 *public_key; in ecdh_compute_value() local
H A Decc.c1496 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 Dcurve25519-generic.c28 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
H A Decdh.c54 u64 *public_key; in ecdh_compute_value() local
H A Decc.c1510 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 Dpublic_key.h23 struct public_key { struct
/kernel/linux/linux-6.6/net/bluetooth/
H A Decdh_helper.c44 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 Dcurve25519-glue.c68 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dcurve25519-glue.c68 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dpeer.c21 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 Dnetlink.c359 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 Decdh_helper.c60 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 Dpeer.c21 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 Dnetlink.c359 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 Dpublic_key.h22 struct public_key { struct
/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-ecc.c44 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 Datmel-ecc.c43 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 Dhuks_adapter_test.cpp684 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 Dcurve25519-x86_64.c1445 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_shared_secret() local
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcurve25519-x86_64.c1656 u8 public_key[CURVE25519_KEY_SIZE]; in curve25519_compute_shared_secret() local
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c1631 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 Dhuks_adapter_mock_for_pake.c1471 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 Dhuks_adapter_mock.c1401 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 Dmpi30_image.h240 __le32 public_key[MPI3_PUBLIC_KEY_MAX]; member

Completed in 26 milliseconds

12