Home
last modified time | relevance | path

Searched refs:private_key (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/scripts/
Dsign-file.c140 EVP_PKEY *private_key; in main() local
217 private_key = ENGINE_load_private_key(e, private_key_name, NULL, in main()
219 ERR(!private_key, "%s", private_key_name); in main()
223 private_key = PEM_read_bio_PrivateKey(b, NULL, pem_pw_cb, NULL); in main()
224 ERR(!private_key, "%s", private_key_name); in main()
263 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo, in main()
271 pkcs7 = PKCS7_sign(x509, private_key, NULL, bm, in main()
/linux-4.4.14/net/bluetooth/
Decc.h35 bool ecc_make_key(u8 public_key[64], u8 private_key[32]);
53 bool ecdh_shared_secret(const u8 public_key[64], const u8 private_key[32],
Decc.c769 bool ecc_make_key(u8 public_key[64], u8 private_key[32]) in ecc_make_key()
791 ecc_native2bytes(priv, private_key); in ecc_make_key()
798 bool ecdh_shared_secret(const u8 public_key[64], const u8 private_key[32], in ecdh_shared_secret()
809 ecc_bytes2native(private_key, priv); in ecdh_shared_secret()
/linux-4.4.14/include/linux/
Decryptfs.h101 struct ecryptfs_private_key private_key; member
/linux-4.4.14/fs/ecryptfs/
Dkeystore.c1126 (*sig) = auth_tok->token.private_key.signature; in ecryptfs_get_auth_tok_sig()
1313 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet()
1903 memcpy(&(candidate_auth_tok->token.private_key), in ecryptfs_parse_packet_set()
1904 &(matching_auth_tok->token.private_key), in ecryptfs_parse_packet_set()
1976 rc = write_tag_66_packet(auth_tok->token.private_key.signature, in pki_encrypt_session_key()
2035 ecryptfs_from_hex(key_rec->sig, auth_tok->token.private_key.signature, in write_tag_1_packet()
2051 auth_tok->token.private_key.key_size; in write_tag_1_packet()