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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c444 CK_ULONG newattrcount; local
533 newattrcount = ulAttributeCount + 4;
534 if (newattrcount > MAX_DEFAULT_ATTRS) {
535 new_tmpl = malloc(sizeof (CK_ATTRIBUTE) * newattrcount);
585 rv = soft_add_derived_key(new_tmpl, newattrcount, phKey, sp, basekey_p);
650 ulong_t newattrcount, mac_key_bytes, secret_key_bytes, iv_bytes; local
827 newattrcount = ulAttributeCount + extra_attr_count;
828 if (newattrcount > MAX_DEFAULT_ATTRS) {
829 new_tmpl = malloc(sizeof (CK_ATTRIBUTE) * newattrcount);
896 rv = soft_add_derived_key(new_tmpl, newattrcount,
[all...]

Completed in 22 milliseconds