Searched defs:gost2 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dpkcs11gost_link.c429 pk11_object_t *gost1, *gost2; local
433 gost2 = key2->keydata.pkey;
435 if ((gost1 == NULL) && (gost2 == NULL))
437 else if ((gost1 == NULL) || (gost2 == NULL))
441 attr2 = pk11_attribute_bytype(gost2, CKA_VALUE);
451 attr2 = pk11_attribute_bytype(gost2, CKA_VALUE2);
459 if (!gost1->ontoken && !gost2->ontoken)
461 else if (gost1->ontoken || gost2->ontoken ||
462 (gost1->object != gost2->object))

Completed in 31 milliseconds