Home
last modified time | relevance | path

Searched refs:thiskey (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c333 uint64_t *thiskey = in zap_leaf_array_match() local
334 kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP); in zap_leaf_array_match()
335 ASSERT(zn->zn_key_intlen == sizeof (*thiskey)); in zap_leaf_array_match()
337 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints, in zap_leaf_array_match()
338 sizeof (*thiskey), array_numints, thiskey); in zap_leaf_array_match()
339 boolean_t match = memcmp(thiskey, zn->zn_key_orig, in zap_leaf_array_match()
340 array_numints * sizeof (*thiskey)) == 0; in zap_leaf_array_match()
341 kmem_free(thiskey, array_numints * sizeof (*thiskey)); in zap_leaf_array_match()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c9769 char *thiscert = NULL, *thiskey = NULL; in test_dh_auto() local
9779 thiskey = privkey1024; in test_dh_auto()
9785 thiskey = privkey; in test_dh_auto()
9790 thiskey = privkey3072; in test_dh_auto()
9795 thiskey = privkey4096; in test_dh_auto()
9800 thiskey = privkey8192; in test_dh_auto()
9824 &sctx, &cctx, thiscert, thiskey))) in test_dh_auto()