HomeSort by relevance Sort by last modified time
    Searched refs:openSessionRV (Results 1 - 3 of 3) sorted by null

  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 122 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
128 if (openSessionRV != CKR_OK || subsessionHandle == CK_INVALID_HANDLE) {
130 ALOGE("Error opening secondary session with TEE: 0x%x", openSessionRV);
944 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
950 if (openSessionRV != CKR_OK || sessionHandle == CK_INVALID_HANDLE) {
952 ALOGE("Error opening primary session with TEE: 0x%x", openSessionRV);
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 122 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
128 if (openSessionRV != CKR_OK || subsessionHandle == CK_INVALID_HANDLE) {
130 ALOGE("Error opening secondary session with TEE: 0x%x", openSessionRV);
943 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
949 if (openSessionRV != CKR_OK || sessionHandle == CK_INVALID_HANDLE) {
951 ALOGE("Error opening primary session with TEE: 0x%x", openSessionRV);
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 122 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
128 if (openSessionRV != CKR_OK || subsessionHandle == CK_INVALID_HANDLE) {
130 ALOGE("Error opening secondary session with TEE: 0x%x", openSessionRV);
943 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
949 if (openSessionRV != CKR_OK || sessionHandle == CK_INVALID_HANDLE) {
951 ALOGE("Error opening primary session with TEE: 0x%x", openSessionRV);

Completed in 38 milliseconds