OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:write_public_keyfile
(Results
1 - 2
of
2
) sorted by null
/system/extras/verity/
generate_verity_key.c
34
static int
write_public_keyfile
(RSA *private_key, const char *private_key_path)
function
97
if (
write_public_keyfile
(rsa, key_file) < 0) {
149
if (
write_public_keyfile
(rsa, file) < 0) {
/system/core/adb/
adb_auth_host.cpp
76
static bool
write_public_keyfile
(RSA* private_key, const std::string& private_key_path) {
function
77
LOG(INFO) << "
write_public_keyfile
...";
143
if (!
write_public_keyfile
(rsa, file)) {
Completed in 81 milliseconds