Searched refs:private_key (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | ecc.h | 35 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],
|
D | ecc.c | 769 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.1.27/scripts/ |
D | sign-file | 24 my $private_key; 26 $private_key = shift @ARGV; 38 die "Can't read private key\n" if (!$signature_file && !-r $private_key); 369 "openssl rsautl -sign -inkey $private_key -keyform PEM") ||
|
/linux-4.1.27/include/linux/ |
D | ecryptfs.h | 101 struct ecryptfs_private_key private_key; member
|
/linux-4.1.27/fs/ecryptfs/ |
D | keystore.c | 1126 (*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()
|