Searched refs:pubkey (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/net/wireguard/ |
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()
|
D | peerlookup.h | 31 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]);
|
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()
|
/Linux-v6.1/Documentation/ABI/testing/ |
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
|
/Linux-v6.1/drivers/crypto/ |
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()
|
D | atmel-i2c.h | 184 struct scatterlist *pubkey);
|
/Linux-v6.1/security/keys/trusted-keys/ |
D | tpm2key.asn1 | 9 pubkey OCTET STRING ({tpm2_key_pub}),
|
/Linux-v6.1/drivers/firmware/ |
D | turris-mox-rwtm.c | 72 u8 pubkey[135]; member 146 MOX_ATTR_RO(pubkey, "%s\n", pubkey); 254 sprintf(rwtm->pubkey, in mox_get_board_info()
|
/Linux-v6.1/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 64 char *pubkey; member 799 if (unlikely(!ctx->rsa.pubkey)) in hpre_rsa_enc() 897 ctx->rsa.pubkey = dma_alloc_coherent(ctx->dev, vlen << 1, in hpre_rsa_set_n() 900 if (!ctx->rsa.pubkey) in hpre_rsa_set_n() 909 ctx->rsa.pubkey, in hpre_rsa_set_n() 911 ctx->rsa.pubkey = NULL; in hpre_rsa_set_n() 916 memcpy(ctx->rsa.pubkey + vlen, ptr, vlen); in hpre_rsa_set_n() 932 memcpy(ctx->rsa.pubkey + ctx->key_sz - vlen, ptr, vlen); in hpre_rsa_set_e() 1033 if (ctx->rsa.pubkey) { in hpre_rsa_clear_ctx() 1035 ctx->rsa.pubkey, ctx->rsa.dma_pubkey); in hpre_rsa_clear_ctx() [all …]
|
/Linux-v6.1/Documentation/security/keys/ |
D | trusted-encrypted.rst | 384 pubkey OCTET STRING 421 pubkey is the binary representation of TPM2B_PRIVATE excluding the
|
/Linux-v6.1/Documentation/process/ |
D | maintainer-pgp-guide.rst | 756 If you get "``gpg: Can't check signature: unknown pubkey
|