Home
last modified time | relevance | path

Searched refs:pubkey (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dpeerlookup.c11 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) in pubkey_bucket()
17 const u64 hash = siphash(pubkey, NOISE_PUBLIC_KEY_LEN, &table->key); in pubkey_bucket()
55 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) in wg_pubkey_hashtable_lookup()
60 hlist_for_each_entry_rcu_bh(iter_peer, pubkey_bucket(table, pubkey), in wg_pubkey_hashtable_lookup()
62 if (!memcmp(pubkey, iter_peer->handshake.remote_static, in wg_pubkey_hashtable_lookup()
H A Dpeerlookup.h31 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]);
H A Dcookie.c33 const u8 pubkey[NOISE_PUBLIC_KEY_LEN], in precompute_key()
40 blake2s_update(&blake, pubkey, NOISE_PUBLIC_KEY_LEN); in precompute_key()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/
H A Dfix-issues-when-USE_OPENSSL-1.patch17 static struct pubkey keys[] = {
47 @@ -78,7 +79,7 @@ struct pubkey {
51 -static struct pubkey keys[] = {
52 +static struct pubkey keys[] __attribute__((unused))= {
H A Dcrda-4.14-python-3.patch53 @@ -81,21 +81,21 @@ struct pubkey {
55 static struct pubkey keys[] __attribute__((unused))= {
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c43 char *pubkey; member
734 if (unlikely(!ctx->rsa.pubkey)) in hpre_rsa_enc()
832 ctx->rsa.pubkey = dma_alloc_coherent(HPRE_DEV(ctx), vlen << 1, in hpre_rsa_set_n()
835 if (!ctx->rsa.pubkey) in hpre_rsa_set_n()
844 ctx->rsa.pubkey, in hpre_rsa_set_n()
846 ctx->rsa.pubkey = NULL; in hpre_rsa_set_n()
851 memcpy(ctx->rsa.pubkey + vlen, ptr, vlen); in hpre_rsa_set_n()
867 memcpy(ctx->rsa.pubkey + ctx->key_sz - vlen, ptr, vlen); in hpre_rsa_set_e()
968 if (ctx->rsa.pubkey) { in hpre_rsa_clear_ctx()
970 ctx->rsa.pubkey, ctx->rsa.dma_pubkey); in hpre_rsa_clear_ctx()
[all …]
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Ddh.h314 DHGetPublicKey(MDH *dh, uint8_t *pubkey, size_t nPubkeyLen) in DHGetPublicKey() argument
324 memset(pubkey, 0, nPubkeyLen); in DHGetPublicKey()
325 MP_setbin(dh->pub_key, pubkey + (nPubkeyLen - len), len); in DHGetPublicKey()
350 DHComputeSharedSecretKey(MDH *dh, uint8_t *pubkey, size_t nPubkeyLen, in DHComputeSharedSecretKey() argument
360 MP_getbin(pubkeyBn, pubkey, nPubkeyLen); in DHComputeSharedSecretKey()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-firmware-turris-mox-rwtm15 What: /sys/firmware/turris-mox-rwtm/pubkey
19 Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Datmel-i2c.c105 struct scatterlist *pubkey) in atmel_i2c_init_ecdh_cmd() argument
121 copied = sg_copy_to_buffer(pubkey, in atmel_i2c_init_ecdh_cmd()
122 sg_nents_for_len(pubkey, in atmel_i2c_init_ecdh_cmd()
H A Datmel-i2c.h183 struct scatterlist *pubkey);
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dturris-mox-rwtm.c72 u8 pubkey[135]; member
146 MOX_ATTR_RO(pubkey, "%s\n", pubkey);
254 sprintf(rwtm->pubkey, in mox_get_board_info()
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_rsa.py2 (pubkey, privkey) = rsa.newkeys(512)
/OK3568_Linux_fs/rkbin/tools/
H A Dsetting.ini14 select_public_key=keys/dev.pubkey
/OK3568_Linux_fs/buildroot/package/ecryptfs-utils/
H A D0002-openssl110.patch126 if (pubkey->type != EVP_PKEY_RSA) {
128 + if (EVP_PKEY_base_id(pubkey) != EVP_PKEY_RSA) {
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt206 cp $UOUT/arch/arm/dts/am335x-boneblack.dtb am335x-boneblack-pubkey.dtb
208 $UOUT/tools/mkimage -f sign.its -K am335x-boneblack-pubkey.dtb -k keys -r image.fit
242 Now am335x-boneblack-pubkey.dtb contains the public key and image.fit contains
248 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
421 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
441 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
463 make O=b/am335x_boneblack_vboot EXT_DTB=${WORK}/am335x-boneblack-pubkey.dtb
474 fdtget -p am335x-boneblack-pubkey.dtb /signature/key-dev
/OK3568_Linux_fs/tools/linux/rk_sign_tool/
H A Dreadme.txt10 rk_sign_tool lk --key privateKey.pem --pubkey publicKey.pem
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/
H A D0005-dropbear-enable-pam.patch24 RFC Draft requires pubkey auth, and recommends password */
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D60-security.sh128 ln -rsf public_key.pem dev.pubkey
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-security.sh128 ln -rsf public_key.pem dev.pubkey
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c949 void *pubkey, size_t *pubkey_len) in tpm_get_pub_key_oiap() argument
997 if (pubkey) { in tpm_get_pub_key_oiap()
1003 memcpy(pubkey, response + res_pubkey_offset, in tpm_get_pub_key_oiap()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0142-grub-install-common-Add-sbat-option.patch20 { "pubkey", 'k', N_("FILE"), 0, \
H A D0046-docs-Document-the-cutmem-command.patch28 * distrust:: Remove a pubkey from trusted keys
/OK3568_Linux_fs/buildroot/package/crda/
H A D0001-crda-support-python-3-in-utils-key2pub.py.patch168 struct pubkey {
183 static struct pubkey keys[] = {
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h615 void *pubkey, size_t *pubkey_len);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509.h230 X509_PUBKEY *pubkey; member
515 X509_PUBKEY *pubkey; member
913 int X509_certificate_type(X509 *x, EVP_PKEY *pubkey /* optional */ );

12