Searched refs:tmp_key (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.c102 unsigned char tmp_key[AES_BLOCK_LENGTH]; member in struct:__anon146
141 memcpy(ctx->tmp_key, key, 16);
175 if (!memcmp(ctx->tmp_key, ctx->V, 16)) {
180 OPENSSL_cleanse(ctx->tmp_key, 16);
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c365 uint64_t tmp_key; local
379 tmp_key = cl_qmap_key(p_item);
382 "Found key 0x%llX \n", tmp_key);
404 uint64_t tmp_key; local
427 tmp_key = cl_qmap_key(p_item);
430 "Found key 0x%llX \n", tmp_key);
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_bigkey.c503 key->data = (u_char *)hashp->tmp_key;
526 if (hashp->tmp_key != NULL)
527 free(hashp->tmp_key);
528 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL)
542 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen);
H A Dhash.h99 char *tmp_key; /* Temporary Buffer for BIG keys */ member in struct:htab
H A Dhash.c421 if (hashp->tmp_key)
422 free(hashp->tmp_key);

Completed in 102 milliseconds