Home
last modified time | relevance | path

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

/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()
/linux/security/keys/trusted-keys/
H A Dtpm2key.asn19 pubkey OCTET STRING ({tpm2_key_pub}),
/linux/drivers/firmware/
H A Dturris-mox-rwtm.c106 u8 pubkey[MOX_ECC_PUBKEY_LEN]; member
357 return rwtm->pubkey; in mox_rwtm_get_public_key()
393 mox_ecc_public_key_to_bin(rwtm->pubkey, ret, reply->status); in mox_register_signing_key()
/linux/drivers/crypto/
H A Datmel-i2c.h190 struct scatterlist *pubkey);