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

  /external/selinux/libselinux/src/
label_support.c 125 Sha1Update(&context, digest->hashbuf, digest->hashbuf_size);
127 free(digest->hashbuf);
128 digest->hashbuf = NULL;
133 * digest_add_specfile - Add a specfile to the hashbuf and if gen_hash true
160 tmp_buf = realloc(digest->hashbuf, digest->hashbuf_size);
164 digest->hashbuf = tmp_buf;
168 if (fread(digest->hashbuf + (digest->hashbuf_size - buf_len),
174 tmp_buf = memcpy(digest->hashbuf +
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
label.c 106 free(ptr->hashbuf);
  /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);
791 hash(hashbuf, (const unsigned char *)"");
792 convert_to_ascii(hashbuf, (unsigned char *)hashed);
803 hash(hashbuf, hashthis)
    [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);

Completed in 3141 milliseconds