Searched refs:pubkey (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireguard/ |
| 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()
|
| A D | peerlookup.h | 31 const u8 pubkey[NOISE_PUBLIC_KEY_LEN]);
|
| 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()
|
| /linux/Documentation/ABI/testing/ |
| 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
|
| /linux/drivers/crypto/ |
| 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()
|
| A D | atmel-i2c.h | 183 struct scatterlist *pubkey);
|
| /linux/drivers/firmware/ |
| A 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/security/keys/trusted-keys/ |
| A D | tpm2key.asn1 | 9 pubkey OCTET STRING ({tpm2_key_pub}),
|
| /linux/drivers/crypto/hisilicon/hpre/ |
| A D | hpre_crypto.c | 58 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 D | trusted-encrypted.rst | 329 pubkey OCTET STRING 366 pubkey is the binary representation of TPM2B_PRIVATE excluding the
|
| /linux/Documentation/process/ |
| A D | maintainer-pgp-guide.rst | 767 If you get "``gpg: Can't check signature: unknown pubkey
|
Completed in 21 milliseconds