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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c441 CK_ULONG newattrcount; local
519 newattrcount = ulAttributeCount + 4;
520 if (newattrcount > MAX_DEFAULT_ATTRS) {
521 new_tmpl = malloc(sizeof (CK_ATTRIBUTE) * newattrcount);
571 rv = soft_add_derived_key(new_tmpl, newattrcount, phKey, sp, basekey_p);
636 ulong_t newattrcount, mac_key_bytes, secret_key_bytes, iv_bytes; local
813 newattrcount = ulAttributeCount + extra_attr_count;
814 if (newattrcount > MAX_DEFAULT_ATTRS) {
815 new_tmpl = malloc(sizeof (CK_ATTRIBUTE) * newattrcount);
886 rv = soft_add_derived_key(new_tmpl, newattrcount,
[all...]

Completed in 56 milliseconds