Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c46 soft_remove_pkcs7_padding(CK_BYTE *pData, CK_ULONG padded_len, in soft_remove_pkcs7_padding() function
517 rv = soft_remove_pkcs7_padding(pLastPart, in soft_decrypt_final()
H A DsoftCrypt.h106 CK_RV soft_remove_pkcs7_padding(CK_BYTE *, CK_ULONG, CK_ULONG *);
H A DsoftDESCrypt.c730 rv = soft_remove_pkcs7_padding(last_block, in soft_des_decrypt_common()