Searched defs:gost1 (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
432 gost1 = key1->keydata.pkey;
435 if ((gost1 == NULL) && (gost2 == NULL))
437 else if ((gost1 == NULL) || (gost2 == NULL))
440 attr1 = pk11_attribute_bytype(gost1, CKA_VALUE);
450 attr1 = pk11_attribute_bytype(gost1, CKA_VALUE2);
459 if (!gost1->ontoken && !gost2->ontoken)
461 else if (gost1->ontoken || gost2->ontoken ||
462 (gost1->object != gost2->object))

Completed in 12 milliseconds