Searched refs:thiskey (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 367 uint64_t *thiskey = in zap_leaf_array_match() local 368 kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP); in zap_leaf_array_match() 369 ASSERT(zn->zn_key_intlen == sizeof (*thiskey)); in zap_leaf_array_match() 371 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints, in zap_leaf_array_match() 372 sizeof (*thiskey), array_numints, thiskey); in zap_leaf_array_match() 373 boolean_t match = memcmp(thiskey, zn->zn_key_orig, in zap_leaf_array_match() 374 array_numints * sizeof (*thiskey)) == 0; in zap_leaf_array_match() 375 kmem_free(thiskey, array_numints * sizeof (*thiskey)); in zap_leaf_array_match()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 11288 char *thiscert = NULL, *thiskey = NULL; in test_dh_auto() local 11303 thiskey = privkey1024; in test_dh_auto() 11311 thiskey = privkey; in test_dh_auto() 11316 thiskey = privkey3072; in test_dh_auto() 11321 thiskey = privkey4096; in test_dh_auto() 11326 thiskey = privkey8192; in test_dh_auto() 11352 &sctx, &cctx, thiscert, thiskey))) in test_dh_auto()
|