Searched refs:soft_add_derived_key (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSSL.c | 95 static CK_RV soft_add_derived_key(CK_ATTRIBUTE_PTR, CK_ULONG, 573 rv = soft_add_derived_key(new_tmpl, newattrcount, phKey, sp, basekey_p); in soft_ssl_master_key_derive() 794 rv = soft_add_derived_key(obj_tmpl, 6, in soft_ssl_key_and_mac_derive() 803 rv = soft_add_derived_key(obj_tmpl, 6, in soft_ssl_key_and_mac_derive() 891 rv = soft_add_derived_key(new_tmpl, newattrcount, in soft_ssl_key_and_mac_derive() 918 rv = soft_add_derived_key(new_tmpl, newattrcount, in soft_ssl_key_and_mac_derive() 975 soft_add_derived_key(CK_ATTRIBUTE_PTR tmpl, CK_ULONG attrcount, in soft_add_derived_key() function
|