Searched refs:public_key (Results 1 – 11 of 11) sorted by relevance
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs8_parser.c | 21 struct public_key *pub; 97 static struct public_key *pkcs8_parse(const void *data, size_t datalen) in pkcs8_parse() 100 struct public_key *pub; in pkcs8_parse() 106 ctx.pub = kzalloc_obj(struct public_key); in pkcs8_parse() 138 struct public_key *pub; in pkcs8_key_preparse()
|
| H A D | restrict.c | 138 const struct public_key *pkey; in restrict_link_by_ca() 179 const struct public_key *pkey; in restrict_link_by_digsig()
|
| H A D | Makefile | 13 obj-$(CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE) += public_key.o
|
| H A D | x509_cert_parser.c | 71 cert->pub = kzalloc_obj(struct public_key); in x509_cert_parse()
|
| /linux/include/keys/ |
| H A D | asymmetric-type.h | 76 const struct public_key *asymmetric_key_public_key(const struct key *key) in asymmetric_key_public_key()
|
| /linux/drivers/net/wireguard/ |
| H A D | peer.c | 22 const u8 public_key[NOISE_PUBLIC_KEY_LEN], in wg_peer_create() 41 public_key, preshared_key, peer); in wg_peer_create()
|
| H A D | peer.h | 70 const u8 public_key[NOISE_PUBLIC_KEY_LEN],
|
| /linux/include/linux/ |
| H A D | nvme-auth.h | 53 const u8 *public_key, size_t public_key_len,
|
| /linux/security/integrity/ |
| H A D | digsig_asymmetric.c | 12 #include <crypto/public_key.h> 93 const struct public_key *pk, in asymmetric_verify() 139 const struct public_key *pk; 222 const struct public_key *pk, 265 const struct public_key *pk;
|
| /linux/drivers/nvme/common/ |
| H A D | auth.c | 433 const u8 *public_key, size_t public_key_len, in nvme_auth_gen_session_key() argument 467 sg_init_one(&src, public_key, public_key_len); in nvme_auth_gen_session_key()
|
| /linux/Documentation/crypto/ |
| H A D | asymmetric-keys.rst | 89 #include <crypto/public_key.h>
|