Searched refs:private_key (Results 1 – 7 of 7) sorted by relevance
| /linux/scripts/ |
| H A D | sign-file.c | 78 EVP_PKEY *private_key = NULL; 98 private_key = OSSL_STORE_INFO_get1_PKEY(info); in pem_pw_cb() 99 ERR(!private_key, "OSSL_STORE_INFO_get1_PKEY"); in pem_pw_cb() 102 if (private_key) in pem_pw_cb() 119 private_key = ENGINE_load_private_key(e, private_key_name, NULL, NULL); in read_private_key_pkcs11() 120 ERR(!private_key, "%s", private_key_name); in read_private_key_pkcs11() 125 return private_key; in read_private_key_pkcs11() 133 EVP_PKEY *private_key; in read_private_key_pkcs11() 138 private_key = PEM_read_bio_PrivateKey(b, NULL, pem_pw_cb, in read_private_key_pkcs11() 140 ERR(!private_key, " in read_private_key_pkcs11() 112 EVP_PKEY *private_key = NULL; read_private_key_pkcs11() local 167 EVP_PKEY *private_key; read_private_key() local 233 EVP_PKEY *private_key; main() local [all...] |
| /linux/net/bluetooth/ |
| H A D | ecdh_helper.c | 101 int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32]) in set_ecdh_privkey() 108 if (private_key) { in set_ecdh_privkey() 112 swap_digits((u64 *)private_key, (u64 *)tmp, 4); in set_ecdh_privkey()
|
| H A D | ecdh_helper.h | 28 int set_ecdh_privkey(struct crypto_kpp *tfm, const u8 private_key[32]);
|
| /linux/include/linux/ |
| H A D | ecryptfs.h | 102 struct ecryptfs_private_key private_key; member
|
| /linux/drivers/net/wireguard/ |
| H A D | noise.h | 116 const u8 private_key[NOISE_PUBLIC_KEY_LEN]);
|
| H A D | noise.c | 296 const u8 private_key[NOISE_PUBLIC_KEY_LEN]) in wg_noise_set_static_identity_private_key() 298 memcpy(static_identity->static_private, private_key, in wg_noise_set_static_identity_private_key() 302 static_identity->static_public, private_key); in wg_noise_set_static_identity_private_key()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 21 { **-L** | **--use-loader** } | [ { **-S** | **--sign** } **-k** <private_key.pem> **-i** <certificate.x509> ] } 256 -k <private_key.pem>
|