Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c443 CK_ULONG newattrcount; in soft_ssl_master_key_derive() local
521 newattrcount = ulAttributeCount + 4; in soft_ssl_master_key_derive()
522 if (newattrcount > MAX_DEFAULT_ATTRS) { in soft_ssl_master_key_derive()
523 new_tmpl = malloc(sizeof (CK_ATTRIBUTE) * newattrcount); in soft_ssl_master_key_derive()
573 rv = soft_add_derived_key(new_tmpl, newattrcount, phKey, sp, basekey_p); in soft_ssl_master_key_derive()
638 ulong_t newattrcount, mac_key_bytes, secret_key_bytes, iv_bytes; in soft_ssl_key_and_mac_derive() local
815 newattrcount = ulAttributeCount + extra_attr_count; in soft_ssl_key_and_mac_derive()
816 if (newattrcount > MAX_DEFAULT_ATTRS) { in soft_ssl_key_and_mac_derive()
817 new_tmpl = malloc(sizeof (CK_ATTRIBUTE) * newattrcount); in soft_ssl_key_and_mac_derive()
891 rv = soft_add_derived_key(new_tmpl, newattrcount, in soft_ssl_key_and_mac_derive()
[all …]