Searched defs:CKA_VALUE2 (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | pkcs11dh_link.c | 65 #define CKA_VALUE2 CKA_PRIVATE_EXPONENT macro 124 attr = pk11_attribute_bytype(priv, CKA_VALUE2); 302 attr1 = pk11_attribute_bytype(dh1, CKA_VALUE2); 303 attr2 = pk11_attribute_bytype(dh2, CKA_VALUE2); 538 attr->type = CKA_VALUE2; 601 attr = pk11_attribute_bytype(dh, CKA_VALUE2); 620 case CKA_VALUE2: 944 case CKA_VALUE2: 1040 attr[3].type = CKA_VALUE2; 1064 attr = pk11_attribute_bytype(dh, CKA_VALUE2); [all...] |
H A D | pkcs11dsa_link.c | 63 #define CKA_VALUE2 CKA_PRIVATE_EXPONENT macro 152 case CKA_VALUE2: 481 attr1 = pk11_attribute_bytype(dsa1, CKA_VALUE2); 482 attr2 = pk11_attribute_bytype(dsa2, CKA_VALUE2); 579 attr[4].type = CKA_VALUE2; 634 attr->type = CKA_VALUE2; 667 attr = pk11_attribute_bytype(dsa, CKA_VALUE2); 689 case CKA_VALUE2: 935 case CKA_VALUE2: 1023 attr[4].type = CKA_VALUE2; [all...] |
H A D | pkcs11gost_link.c | 63 #define CKA_VALUE2 CKA_PRIVATE_EXPONENT macro 183 case CKA_VALUE2: 450 attr1 = pk11_attribute_bytype(gost1, CKA_VALUE2); 451 attr2 = pk11_attribute_bytype(gost2, CKA_VALUE2); 538 attr[1].type = CKA_VALUE2; 564 attr->type = CKA_VALUE2; 594 attr = pk11_attribute_bytype(gost, CKA_VALUE2); 613 case CKA_VALUE2: 743 attr = pk11_attribute_bytype(gost, CKA_VALUE2); 794 attr = pk11_attribute_bytype(gost, CKA_VALUE2); [all...] |
Completed in 15 milliseconds