Lines Matching refs:ulAttributeCount
401 * . pTemplate & ulAttributeCount: Any extra attributes for the key to be
423 CK_ULONG ulAttributeCount, CK_OBJECT_HANDLE_PTR phKey)
519 newattrcount = ulAttributeCount + 4;
549 if (ulAttributeCount > 0) {
552 for (i = 0; i < ulAttributeCount; i++) {
568 ulAttributeCount * sizeof (CK_ATTRIBUTE));
589 * . pTemplate & ulAttributeCount: Any extra attributes for the key to be
618 CK_ULONG ulAttributeCount)
813 newattrcount = ulAttributeCount + extra_attr_count;
882 if (ulAttributeCount > 0)
884 ulAttributeCount * sizeof (CK_ATTRIBUTE));