Searched defs:extra_attr_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c637 ulong_t extra_attr_count; local
812 extra_attr_count = (secret_key_bytes == 0) ? 6 : 5;
813 newattrcount = ulAttributeCount + extra_attr_count;
883 bcopy(pTemplate, &new_tmpl[extra_attr_count],

Completed in 63 milliseconds