Home
last modified time | relevance | path

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

/dports/security/softhsm2/softhsm-2.6.1/src/lib/
H A DSoftHSM.h206 …CK_RV SymDecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKe…
H A DSoftHSM.cpp2805 CK_RV SoftHSM::SymDecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HA… in SymDecryptInit() function in SoftHSM
3187 return SymDecryptInit(hSession, pMechanism, hKey); in C_DecryptInit()