Home
last modified time | relevance | path

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

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