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

  /src/crypto/dist/ipsec-tools/src/racoon/
gssapi.c 586 gss_buffer_desc hashbuf, hash_outbuf; local
587 gss_buffer_t hash_in = &hashbuf, hash_out = &hash_outbuf;
598 hashbuf.length = ntohs(iph1->pl_hash->h.len) - sizeof(*iph1->pl_hash);
599 hashbuf.value = (char *)(iph1->pl_hash + 1);
602 hashbuf.length);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
signature.c 167 uint8_t hashbuf[NETPGP_BUFSIZ]; local
184 if (keysize > sizeof(hashbuf)) {
193 hashbuf[0] = 0;
194 hashbuf[1] = 1;
199 hashbuf[n] = 0xff;
201 hashbuf[n++] = 0;
203 (void) memcpy(&hashbuf[n], prefix, prefixsize);
205 if ((t = hash->finish(hash, &hashbuf[n])) != expected) {
210 pgp_write(out, &hashbuf[n], 2);
218 t = pgp_rsa_private_encrypt(sigbuf, hashbuf, keysize, secrsa, pubrsa)
233 uint8_t hashbuf[NETPGP_BUFSIZ]; local
276 uint8_t hashbuf[NETPGP_BUFSIZ]; local
    [all...]
  /src/external/bsd/nsd/dist/
nsec3.c 919 char hashbuf[512]; local
921 (void)b32_ntop(hash, sizeof(hash), hashbuf, sizeof(hashbuf));
945 dname_to_string(to_prove, NULL), hashbuf, reversebuf));
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 571 char hashbuf[CTF_SHA1_SIZE]; local
609 ctf_sha1_fini (&hash, hashbuf);
611 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
926 ctf_sha1_fini (&hash, hashbuf);
928 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 572 char hashbuf[CTF_SHA1_SIZE]; local
610 ctf_sha1_fini (&hash, hashbuf);
612 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
928 ctf_sha1_fini (&hash, hashbuf);
930 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
  /src/external/mpl/bind/dist/lib/dns/
zoneverify.c 690 char hashbuf[DNS_NAME_FORMATSIZE]; local
753 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
755 namebuf, hashbuf);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 690 char hashbuf[DNS_NAME_FORMATSIZE]; local
753 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
755 namebuf, hashbuf);
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 573 char hashbuf[CTF_SHA1_SIZE]; local
611 ctf_sha1_fini (&hash, hashbuf);
613 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
932 ctf_sha1_fini (&hash, hashbuf);
934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 573 char hashbuf[CTF_SHA1_SIZE]; local
611 ctf_sha1_fini (&hash, hashbuf);
613 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
932 ctf_sha1_fini (&hash, hashbuf);
934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
  /src/usr.bin/vmstat/
vmstat.c 1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; local
1951 hashbuf = NULL;
2024 if (hashbuf == NULL || thissize > hashbufsize) {
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2026 errx(1, "malloc hashbuf %llu",
2028 hashbuf = nhashbuf;
2031 deref_kptr(hashaddr, hashbuf, thissize,
2036 hashtbl_list = hashbuf;
2041 hashtbl_slist = hashbuf;
2046 hashtbl_tailq = hashbuf;
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 809 unsigned char *hashbuf; member in struct:hashlist
822 l->hashbuf = malloc(l->size * l->length);
823 if (l->hashbuf == NULL) {
828 l->hashbuf = NULL;
834 if (l->hashbuf) {
835 free(l->hashbuf);
836 l->hashbuf = NULL;
849 l->hashbuf = realloc(l->hashbuf, l->size * l->length);
850 if (l->hashbuf == NULL)
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 15016 char hashbuf[64], flagbuf[64], iterbuf[64]; local
15028 strlcpy(hashbuf, ptr, sizeof(hashbuf));
15041 n = snprintf(nbuf, sizeof(nbuf), "%s %s %s", hashbuf,

Completed in 53 milliseconds