Searched refs:stLabel (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c550 CK_ATTRIBUTE stLabel; local
554 stLabel.type = CKA_LABEL;
555 stLabel.pValue = label;
556 stLabel.ulValueLen = len;
561 rv = kms_get_attribute(obj, &stLabel);
1226 CK_ATTRIBUTE stLabel; local
1236 stLabel.type = CKA_LABEL;
1237 stLabel.pValue = label;
1238 stLabel.ulValueLen = sizeof (label);
1243 if ((rv = kms_get_attribute(i_oKey, &stLabel)) !
[all...]

Completed in 23 milliseconds