/openbmc/linux/drivers/net/wireguard/ |
H A D | peerlookup.c | 11 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 D | peerlookup.h | 31 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]);
|
H A D | cookie.c | 33 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 D | u2f-setup-gen.py | 65 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 D | sysfs-firmware-turris-mox-rwtm | 15 What: /sys/firmware/turris-mox-rwtm/pubkey 19 Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
|
/openbmc/qemu/block/ |
H A D | ssh.c | 286 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 D | atmel-i2c.c | 105 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 D | atmel-i2c.h | 184 struct scatterlist *pubkey);
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | tpm2key.asn1 | 9 pubkey OCTET STRING ({tpm2_key_pub}),
|
/openbmc/linux/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 72 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 D | linuxtest.py | 218 with open(ssh_pubkey) as pubkey: 219 pubkey_content = pubkey.read()
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 64 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 D | beaglebone_vboot.txt | 206 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 D | 0005-dropbear-enable-pam.patch | 24 RFC Draft requires pubkey auth, and recommends password */
|
/openbmc/u-boot/include/ |
H A D | tpm_api.h | 235 const void *usage_auth, void *pubkey,
|
H A D | tpm-v1.h | 504 const void *usage_auth, void *pubkey,
|
/openbmc/openbmc/meta-aspeed/classes/ |
H A D | socsec-sign.bbclass | 2 # to sign the SPL (pubkey written to OTP region)
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 766 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 D | samhain-configure-add-option-for-ps.patch | 98 …eserver alttimeserver rnd egd-socket port logserver altlogserver signify pubkey-checksum gpg keyid…
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | signing.bbclass | 187 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 D | trusted-encrypted.rst | 385 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 D | strongswan_5.9.14.bb | 168 ${PN}-plugin-pubkey \
|
/openbmc/u-boot/doc/ |
H A D | README.fdt-control | 149 make EXT_DTB=boot/am335x-boneblack-pubkey.dtb
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmicert_management.robot | 683 ${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
|