Home
last modified time | relevance | path

Searched refs:bigkey_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c264 key->data = hashp->bigkey_buf; in __big_keydata()
296 key->data = hashp->bigkey_buf;
367 if (hashp->bigkey_buf) in collect_key()
368 free(hashp->bigkey_buf); in collect_key()
369 hashp->bigkey_buf = (u_int8_t *)malloc(totlen); in collect_key()
370 if (!hashp->bigkey_buf) in collect_key()
372 memcpy(hashp->bigkey_buf + len, in collect_key()
381 if (hashp->bigkey_buf) in collect_key()
382 free(hashp->bigkey_buf); in collect_key()
383 hashp->bigkey_buf = (u_int8_t *)malloc(len); in collect_key()
[all …]
H A Dhash.h94 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */ member
H A Dhash.c486 if (hashp->bigkey_buf) in hdestroy()
487 free(hashp->bigkey_buf); in hdestroy()