Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h775 CK_RV (*C_DecryptInit)(CK_SESSION_HANDLE hSession, member
1012 CK_RV C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c1249 rv = C_DecryptInit(session, mechanism, object); in cipher_init_final()
1448 rv = C_DecryptInit(*session, mechanism, object); in open_cipher_session()