Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
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()
A Dpeerlookup.h31 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]);
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()
/linux/Documentation/ABI/testing/
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
/linux/drivers/crypto/
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()
A Datmel-i2c.h183 struct scatterlist *pubkey);
/linux/drivers/firmware/
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()
/linux/security/keys/trusted-keys/
A Dtpm2key.asn19 pubkey OCTET STRING ({tpm2_key_pub}),
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c58 char *pubkey; member
793 if (unlikely(!ctx->rsa.pubkey)) in hpre_rsa_enc()
894 if (!ctx->rsa.pubkey) in hpre_rsa_set_n()
903 ctx->rsa.pubkey, in hpre_rsa_set_n()
905 ctx->rsa.pubkey = NULL; in hpre_rsa_set_n()
910 memcpy(ctx->rsa.pubkey + vlen, ptr, vlen); in hpre_rsa_set_n()
926 memcpy(ctx->rsa.pubkey + ctx->key_sz - vlen, ptr, vlen); in hpre_rsa_set_e()
1027 if (ctx->rsa.pubkey) { in hpre_rsa_clear_ctx()
1029 ctx->rsa.pubkey, ctx->rsa.dma_pubkey); in hpre_rsa_clear_ctx()
1030 ctx->rsa.pubkey = NULL; in hpre_rsa_clear_ctx()
[all …]
/linux/Documentation/security/keys/
A Dtrusted-encrypted.rst329 pubkey OCTET STRING
366 pubkey is the binary representation of TPM2B_PRIVATE excluding the
/linux/Documentation/process/
A Dmaintainer-pgp-guide.rst767 If you get "``gpg: Can't check signature: unknown pubkey

Completed in 21 milliseconds