Searched refs:thiskey (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 377 uint64_t *thiskey = in zap_leaf_array_match() local 378 kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP); in zap_leaf_array_match() 379 ASSERT(zn->zn_key_intlen == sizeof (*thiskey)); in zap_leaf_array_match() 381 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints, in zap_leaf_array_match() 382 sizeof (*thiskey), array_numints, thiskey); in zap_leaf_array_match() 383 boolean_t match = memcmp(thiskey, zn->zn_key_orig, in zap_leaf_array_match() 384 array_numints * sizeof (*thiskey)) == 0; in zap_leaf_array_match() 385 kmem_free(thiskey, array_numints * sizeof (*thiskey)); in zap_leaf_array_match()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 10849 char *thiscert = NULL, *thiskey = NULL; in test_dh_auto() local 10864 thiskey = privkey1024; in test_dh_auto() 10872 thiskey = privkey; in test_dh_auto() 10877 thiskey = privkey3072; in test_dh_auto() 10882 thiskey = privkey4096; in test_dh_auto() 10887 thiskey = privkey8192; in test_dh_auto() 10913 &sctx, &cctx, thiscert, thiskey))) in test_dh_auto()
|