HomeSort by relevance Sort by last modified time
    Searched defs:hashbuf (Results 1 - 4 of 4) sorted by null

  /external/selinux/libselinux/src/
label_internal.h 53 * calculate the hash the hashbuf will hold a concatenation of all the files
60 unsigned char *hashbuf; /* buffer to hold specfiles */ member in struct:selabel_digest
  /external/epid-sdk/epid/member/src/
decompress_privkey.c 242 } hashbuf; local
259 hashbuf.seed = *seed;
260 hashbuf.msg = msgstr;
261 hashbuf.msg.data[0] = 0x06;
262 result = Sha256MessageDigest(&hashbuf, sizeof(hashbuf), &digest[0]);
264 hashbuf.msg.data[0] = 0x07;
265 result = Sha256MessageDigest(&hashbuf, sizeof(hashbuf), &digest[1]);
280 hashbuf.seed = *seed
    [all...]
  /external/ipsec-tools/src/racoon/
gssapi.c 581 gss_buffer_desc hashbuf, hash_outbuf; local
582 gss_buffer_t hash_in = &hashbuf, hash_out = &hash_outbuf;
593 hashbuf.length = ntohs(iph1->pl_hash->h.len) - sizeof(*iph1->pl_hash);
594 hashbuf.value = (char *)(iph1->pl_hash + 1);
597 hashbuf.length);
  /external/curl/lib/vauth/
digest.c 693 unsigned char hashbuf[32]; /* 32 bytes/256 bits */ local
729 hash(hashbuf, hashthis);
731 convert_to_ascii(hashbuf, (unsigned char *)userh);
752 hash(hashbuf, hashthis);
754 convert_to_ascii(hashbuf, ha1);
765 hash(hashbuf, (unsigned char *) tmp);
767 convert_to_ascii(hashbuf, ha1);
793 hash(hashbuf, (const unsigned char *)"");
794 convert_to_ascii(hashbuf, (unsigned char *)hashed);
805 hash(hashbuf, hashthis)
    [all...]

Completed in 382 milliseconds