Home
last modified time | relevance | path

Searched defs:found_key (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/fs/btrfs/
Dsubvolume.c83 struct btrfs_key key, *found_key; in list_subvols() local
Ddir-item.c93 struct btrfs_key key, *found_key; in btrfs_readdir() local
Dchunk-map.c147 struct btrfs_key key, *found_key; in btrfs_read_chunk_tree() local
/external/openssh/
Dauth2-pubkey.c767 int found_key = 0; in check_authkeys_file() local
948 int found_key = 0; in user_key_allowed2() local
971 int r, ok, found_key = 0; in user_key_command_allowed2() local
Dssh-keygen.c1077 int found_key; /* For find/delete, host was found */ member
/external/u-boot/cmd/
Dgpt.c132 static bool found_key(const char *str, const char *key) in found_key() function