Home
last modified time | relevance | path

Searched refs:lookup_key (Results 1 – 8 of 8) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dssh-pkcs11-helper.c96 lookup_key(struct sshkey *k) in lookup_key() function
202 if ((found = lookup_key(key)) != NULL) { in process_sign()
/dragonfly/usr.sbin/bthcid/
H A Dbthcid.h38 uint8_t *lookup_key (bdaddr_t *, bdaddr_t *);
H A Dconfig.c55 lookup_key(bdaddr_t *laddr, bdaddr_t *raddr) in lookup_key() function
H A Dhci.c221 key = lookup_key(&addr->bt_bdaddr, bdaddr); in process_link_key_request_event()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dprefix.c83 static char *lookup_key (char *);
96 prefix = lookup_key (key); in get_key_value()
131 lookup_key (char *key) in lookup_key() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dprefix.c84 static char *lookup_key (char *);
97 prefix = lookup_key (key); in get_key_value()
132 lookup_key (char *key) in lookup_key() function
/dragonfly/contrib/binutils-2.34/gold/
H A Ddwarf_reader.cc2093 const Offset_to_lineno_entry lookup_key = { offset, 0, 0, true, 0 }; in offset_to_iterator() local
2098 = std::lower_bound(offsets->begin(), offsets->end(), lookup_key); in offset_to_iterator()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwarf_reader.cc2078 const Offset_to_lineno_entry lookup_key = { offset, 0, 0, true, 0 }; in offset_to_iterator() local
2083 = std::lower_bound(offsets->begin(), offsets->end(), lookup_key); in offset_to_iterator()