Searched refs:private_key (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/scripts/ |
H A 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/ |
H A D | ecryptfs.h | 101 struct ecryptfs_private_key private_key; member in union:ecryptfs_auth_tok::__anon11620
|
/linux-4.1.27/net/bluetooth/ |
H A D | ecc.c | 769 bool ecc_make_key(u8 public_key[64], u8 private_key[32]) ecc_make_key() argument 791 ecc_native2bytes(priv, private_key); ecc_make_key() 798 bool ecdh_shared_secret(const u8 public_key[64], const u8 private_key[32], ecdh_shared_secret() argument 809 ecc_bytes2native(private_key, priv); ecdh_shared_secret()
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | keystore.c | 1126 (*sig) = auth_tok->token.private_key.signature; ecryptfs_get_auth_tok_sig() 1313 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, parse_tag_1_packet() 1903 memcpy(&(candidate_auth_tok->token.private_key), ecryptfs_parse_packet_set() 1904 &(matching_auth_tok->token.private_key), ecryptfs_parse_packet_set() 1976 rc = write_tag_66_packet(auth_tok->token.private_key.signature, pki_encrypt_session_key() 2035 ecryptfs_from_hex(key_rec->sig, auth_tok->token.private_key.signature, write_tag_1_packet() 2051 auth_tok->token.private_key.key_size; write_tag_1_packet()
|
Completed in 253 milliseconds