Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/qemu/scripts/
H A Du2f-setup-gen.py65 pubkey = privkey.public_key()
71 pubkey_pem = pubkey.public_bytes(encoding=Encoding.PEM,
89 pubkey = crypto.load_publickey(crypto.FILETYPE_PEM, pubkey_pem)
103 cert.set_pubkey(pubkey)
/openbmc/linux/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
/openbmc/qemu/block/
H A Dssh.c286 ssh_key pubkey; in check_host_key_knownhosts() local
302 r = ssh_get_server_publickey(s->session, &pubkey); in check_host_key_knownhosts()
304 r = ssh_get_publickey_hash(pubkey, SSH_PUBLICKEY_HASH_SHA256, in check_host_key_knownhosts()
306 pubkey_type = ssh_key_type(pubkey); in check_host_key_knownhosts()
307 ssh_key_free(pubkey); in check_host_key_knownhosts()
415 ssh_key pubkey; in check_host_key_hash() local
420 r = ssh_get_server_publickey(s->session, &pubkey); in check_host_key_hash()
426 keytype = ssh_key_type_to_char(ssh_key_type(pubkey)); in check_host_key_hash()
428 r = ssh_get_publickey_hash(pubkey, type, &server_hash, &server_hash_len); in check_host_key_hash()
429 ssh_key_free(pubkey); in check_host_key_hash()
/openbmc/linux/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.h184 struct scatterlist *pubkey);
/openbmc/linux/security/keys/trusted-keys/
H A Dtpm2key.asn19 pubkey OCTET STRING ({tpm2_key_pub}),
/openbmc/linux/drivers/firmware/
H A Dturris-mox-rwtm.c72 u8 pubkey[135]; member
146 MOX_ATTR_RO(pubkey, "%s\n", pubkey);
255 sprintf(rwtm->pubkey, in mox_get_board_info()
/openbmc/qemu/tests/avocado/avocado_qemu/
H A Dlinuxtest.py218 with open(ssh_pubkey) as pubkey:
219 pubkey_content = pubkey.read()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c64 char *pubkey; member
811 if (unlikely(!ctx->rsa.pubkey)) in hpre_rsa_enc()
909 ctx->rsa.pubkey = dma_alloc_coherent(ctx->dev, vlen << 1, in hpre_rsa_set_n()
912 if (!ctx->rsa.pubkey) in hpre_rsa_set_n()
921 ctx->rsa.pubkey, in hpre_rsa_set_n()
923 ctx->rsa.pubkey = NULL; in hpre_rsa_set_n()
928 memcpy(ctx->rsa.pubkey + vlen, ptr, vlen); in hpre_rsa_set_n()
944 memcpy(ctx->rsa.pubkey + ctx->key_sz - vlen, ptr, vlen); in hpre_rsa_set_e()
1045 if (ctx->rsa.pubkey) { in hpre_rsa_clear_ctx()
1047 ctx->rsa.pubkey, ctx->rsa.dma_pubkey); in hpre_rsa_clear_ctx()
[all …]
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/
H A D0005-dropbear-enable-pam.patch24 RFC Draft requires pubkey auth, and recommends password */
/openbmc/u-boot/include/
H A Dtpm_api.h235 const void *usage_auth, void *pubkey,
H A Dtpm-v1.h504 const void *usage_auth, void *pubkey,
/openbmc/openbmc/meta-aspeed/classes/
H A Dsocsec-sign.bbclass2 # to sign the SPL (pubkey written to OTP region)
/openbmc/u-boot/lib/
H A Dtpm-v1.c766 const void *usage_auth, void *pubkey, in tpm1_get_pub_key_oiap() argument
816 if (pubkey) { in tpm1_get_pub_key_oiap()
822 memcpy(pubkey, response + res_pubkey_offset, in tpm1_get_pub_key_oiap()
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-configure-add-option-for-ps.patch98 …eserver alttimeserver rnd egd-socket port logserver altlogserver signify pubkey-checksum gpg keyid…
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass187 signing_pkcs11_tool --type pubkey --write-object "${der}" --label "${role}"
206 signing_pkcs11_tool --type pubkey --write-object /proc/self/fd/0 --label "${role}"
/openbmc/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst385 pubkey OCTET STRING
422 pubkey is the binary representation of TPM2B_PRIVATE excluding the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/
H A Dstrongswan_5.9.14.bb168 ${PN}-plugin-pubkey \
/openbmc/u-boot/doc/
H A DREADME.fdt-control149 make EXT_DTB=boot/am335x-boneblack-pubkey.dtb
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot683 ${PublicKey}= Run Keyword If ${is_csr_file} Run openssl req -in ${file_name} -noout -pubkey
684 ... ELSE Run openssl x509 -in ${file_name} -noout -pubkey