Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireguard/
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()
Dpeerlookup.h31 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]);
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-6.12.1/Documentation/ABI/testing/
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-6.12.1/drivers/firmware/
Dturris-mox-rwtm.c85 u8 pubkey[135]; member
121 MOX_ATTR_RO(pubkey, "%s\n", pubkey);
243 sprintf(rwtm->pubkey, in mox_get_board_info()
/linux-6.12.1/drivers/crypto/
Datmel-i2c.c129 struct scatterlist *pubkey) in atmel_i2c_init_ecdh_cmd() argument
145 copied = sg_copy_to_buffer(pubkey, in atmel_i2c_init_ecdh_cmd()
146 sg_nents_for_len(pubkey, in atmel_i2c_init_ecdh_cmd()
Datmel-i2c.h190 struct scatterlist *pubkey);
/linux-6.12.1/security/keys/trusted-keys/
Dtpm2key.asn19 pubkey OCTET STRING ({tpm2_key_pub}),
/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c67 char *pubkey; member
816 if (unlikely(!ctx->rsa.pubkey)) in hpre_rsa_enc()
914 ctx->rsa.pubkey = dma_alloc_coherent(ctx->dev, vlen << 1, in hpre_rsa_set_n()
917 if (!ctx->rsa.pubkey) in hpre_rsa_set_n()
926 ctx->rsa.pubkey, in hpre_rsa_set_n()
928 ctx->rsa.pubkey = NULL; in hpre_rsa_set_n()
933 memcpy(ctx->rsa.pubkey + vlen, ptr, vlen); in hpre_rsa_set_n()
949 memcpy(ctx->rsa.pubkey + ctx->key_sz - vlen, ptr, vlen); in hpre_rsa_set_e()
1050 if (ctx->rsa.pubkey) { in hpre_rsa_clear_ctx()
1052 ctx->rsa.pubkey, ctx->rsa.dma_pubkey); in hpre_rsa_clear_ctx()
[all …]
/linux-6.12.1/Documentation/security/keys/
Dtrusted-encrypted.rst429 pubkey OCTET STRING
466 pubkey is the binary representation of TPM2B_PRIVATE excluding the