Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c93 static CK_RV soft_add_derived_key(CK_ATTRIBUTE_PTR, CK_ULONG,
571 rv = soft_add_derived_key(new_tmpl, newattrcount, phKey, sp, basekey_p); in soft_ssl_master_key_derive()
792 rv = soft_add_derived_key(obj_tmpl, 6, in soft_ssl_key_and_mac_derive()
801 rv = soft_add_derived_key(obj_tmpl, 6, in soft_ssl_key_and_mac_derive()
886 rv = soft_add_derived_key(new_tmpl, newattrcount, in soft_ssl_key_and_mac_derive()
910 rv = soft_add_derived_key(new_tmpl, newattrcount, in soft_ssl_key_and_mac_derive()
969 soft_add_derived_key(CK_ATTRIBUTE_PTR tmpl, CK_ULONG attrcount, in soft_add_derived_key() function