HomeSort by: relevance | last modified time | path
    Searched defs:sensitive (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
compress.c 99 hash_label(uint16_t init, uint8_t *ptr, bool sensitive) {
103 if (sensitive) {
118 match_wirename(uint8_t *a, uint8_t *b, unsigned int len, bool sensitive) {
119 if (sensitive) {
160 unsigned int slen, unsigned int old_coff, bool sensitive) {
176 if (!match_wirename(bptr, sptr, llen, sensitive)) {
201 return blen >= slen && match_wirename(bptr, sptr, slen, sensitive);
259 bool sensitive = (cctx->flags & DNS_COMPRESS_CASE) != 0; local
270 hash = hash_label(hash, suffix_ptr, sensitive);
292 bool sensitive = (cctx->flags & DNS_COMPRESS_CASE) != 0 local
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sshconnect2.c 342 Sensitive *sensitive; member in struct:cauthctxt
443 const char *server_user, char *host, Sensitive *sensitive)
461 authctxt.sensitive = sensitive;
2201 for (i = 0; i < authctxt->sensitive->nkeys; i++) {
2202 if (authctxt->sensitive->keys[i] == NULL ||
2203 authctxt->sensitive->keys[i]->type == KEY_UNSPEC)
2206 sshkey_ssh_name(authctxt->sensitive->keys[i])
    [all...]

Completed in 17 milliseconds