Searched refs:CKA_SENSITIVE (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/ |
H A D | kmsAttributeUtil.c | 50 CKA_SENSITIVE, 94 CKA_SENSITIVE, 718 case CKA_SENSITIVE: 1041 * has its CKA_SENSITIVE attribute set to TRUE or its 1055 case CKA_SENSITIVE: 1304 case CKA_SENSITIVE: 1596 case CKA_SENSITIVE:
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 590 sensitive_attr->type = CKA_SENSITIVE; 695 rc = build_attribute(CKA_SENSITIVE, &false, 1, &sensitive); 744 // after key creation, CKA_SENSITIVE may only be set to TRUE 746 case CKA_SENSITIVE: 872 sensitive_attr->type = CKA_SENSITIVE; 989 rc = build_attribute(CKA_SENSITIVE, &false, 1, &sensitive); 1037 // after key creation, CKA_SENSITIVE may only be set to TRUE 1039 case CKA_SENSITIVE:
|
H A D | key_mgr.c | 168 CKA_SENSITIVE, &attr);
|
H A D | object.c | 369 rc = template_attribute_find(o->template, CKA_SENSITIVE, &attr);
|
H A D | utility.c | 285 case CKA_SENSITIVE:
|
H A D | template.c | 962 val = template_attribute_find(tmpl, CKA_SENSITIVE, &attr);
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 56 CKA_SENSITIVE, 135 CKA_SENSITIVE, 158 CKA_SENSITIVE, 1514 case CKA_SENSITIVE: 1963 case CKA_SENSITIVE: 2516 * has its CKA_SENSITIVE attribute set to TRUE or its 2560 case CKA_SENSITIVE: 2761 * has its CKA_SENSITIVE attribute set to TRUE or its 2775 case CKA_SENSITIVE: 3106 case CKA_SENSITIVE [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 61 CKA_SENSITIVE, 141 CKA_SENSITIVE, 163 CKA_SENSITIVE, 2001 case CKA_SENSITIVE: 2640 case CKA_SENSITIVE: 4087 * has its CKA_SENSITIVE attribute set to TRUE or its 4131 case CKA_SENSITIVE: 4357 * has its CKA_SENSITIVE attribute set to TRUE or its 4371 case CKA_SENSITIVE: 4970 case CKA_SENSITIVE [all...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 340 attrs[1].type = CKA_SENSITIVE; 1367 unwrap_template[2].type = CKA_SENSITIVE; 1916 * If the template value for CKA_PRIVATE, CKA_SENSITIVE and/or CKA_TOKEN are 1921 * handle CKA_PRIVATE & CKA_SENSITIVE flags, we only care about CKA_TOKEN. 1936 if (set_template_boolean(CKA_SENSITIVE, tmpl, tmpl_len, 2144 attr[0].type = CKA_SENSITIVE;
|
H A D | metaAttrMasters.h | 162 { { CKA_SENSITIVE, NULL, sizeof (CK_BBOOL) }, \ 195 { { CKA_SENSITIVE, NULL, sizeof (CK_BBOOL) }, \
|
H A D | metaUtil.c | 952 (void) get_template_boolean(CKA_SENSITIVE, k1Template, k1AttrCount, 969 (void) get_template_boolean(CKA_SENSITIVE, k2Template, 1515 (void) get_template_boolean(CKA_SENSITIVE, pTemplate, ulAttributeCount,
|
H A D | metaObject.c | 167 * Set to true (sensitive object) if template has CKA_SENSITIVE=true; 170 (void) get_template_boolean(CKA_SENSITIVE, pTemplate, ulCount,
|
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 1480 {CKA_SENSITIVE, &false, sizeof (false)}, 3654 SETATTR(templ, i, CKA_SENSITIVE, &true, sizeof (true)); 3656 SETATTR(templ, i, CKA_SENSITIVE, &false, sizeof (false)); 3977 SETATTR(templ, i, CKA_SENSITIVE, &true, sizeof (true)); 3979 SETATTR(templ, i, CKA_SENSITIVE, &false, sizeof (false));
|
/osnet-11/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 495 #define CKA_SENSITIVE 0x00000103 macro
|
Completed in 98 milliseconds