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

  /src/external/bsd/unbound/dist/validator/
val_sigcrypt.h 57 /** number of entries in algorithm needs array */
61 * Storage for algorithm needs. DNSKEY algorithms.
70 uint8_t needs[ALGO_NEEDS_MAX]; member in struct:algo_needs
76 * Initialize algo needs structure, set algos from rrset as needed.
86 * Initialize algo needs structure from a signalled algo list.
93 * Initialize algo needs structure, set algos from rrset as needed.
val_utils.c 206 * @param qinf: the query name that needs validation.
586 struct algo_needs needs; local
602 algo_needs_init_ds(&needs, ds_rrset, digest_algo, sigalg);
635 if(!sigalg || algo_needs_set_secure(&needs,
645 algo_needs_set_bogus(&needs,
669 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) {
718 struct algo_needs needs; local
747 algo_needs_init_ds(&needs, ta_ds, digest_algo, sigalg);
748 else memset(&needs, 0, sizeof(needs));
    [all...]
val_sigcrypt.c 448 if(n->needs[algo] == 0) {
449 n->needs[algo] = 1;
463 memset(n->needs, 0, sizeof(uint8_t)*ALGO_NEEDS_MAX);
466 log_assert(n->needs[algo] == 0);
467 n->needs[algo] = 1;
480 memset(n->needs, 0, sizeof(uint8_t)*ALGO_NEEDS_MAX);
488 if(n->needs[algo] == 0) {
489 n->needs[algo] = 1;
500 if(n->needs[algo]) {
501 n->needs[algo] = 0
634 struct algo_needs needs; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_refclock.c 1066 /* HP Z3801A needs 7-bit, odd parity */
1629 * Note that the receive time fudge value only needs to move the receive
1758 u_int needs; /* needed number of samples */ local
1777 needs = peer->reach;
1778 needs -= (needs >> 1) & 0x55;
1779 needs = (needs & 0x33) + ((needs >> 2) & 0x33);
1780 needs = (needs + (needs >> 4)) & 0x0F
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c 804 via _nl_find_msg. We have initialized everything this call needs.
1013 size_t needs[2]; local
1055 needs[j] = need;
1063 memneed += needs[0] + needs[1];
  /src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c 1129 size_t needs[2]; local
1171 needs[j] = need;
1179 memneed += needs[0] + needs[1];
  /src/external/bsd/pcc/dist/pcc/mip/
pass2.h 150 /* needs */
210 int needs; member in struct:optab
215 /* Special needs for register allocations */
313 int ncnt(int needs);
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 145 library needs any other shared libraries which may conflict with
193 the object we are considering needs a dynamic object
293 /* Linker needs to decompress sections. */
321 struct bfd_link_needed_list *needs; local
323 if (! bfd_elf_get_bfd_needed_list (abfd, &needs))
326 if (needs != NULL)
328 global_vercheck_needed = needs;
349 for (l = needs; l != NULL; l = l->next)
1047 /* If the lib that needs this one was --as-needed and wasn't
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 145 library needs any other shared libraries which may conflict with
193 the object we are considering needs a dynamic object
293 /* Linker needs to decompress sections. */
321 struct bfd_link_needed_list *needs; local
323 if (! bfd_elf_get_bfd_needed_list (abfd, &needs))
326 if (needs != NULL)
328 global_vercheck_needed = needs;
349 for (l = needs; l != NULL; l = l->next)
1047 /* If the lib that needs this one was --as-needed and wasn't

Completed in 47 milliseconds