Searched refs:fscryptV1Ext (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1.cpp | 43 if (!fscryptV1Ext.ActiveKeyExt(flag, keyInfo_.key.data.get(), keyInfo_.key.size, elType)) { in ActiveKey() 75 if (!fscryptV1Ext.GenerateAppkey(userId, hashId, appKey.data, appKey.size)) { in GenerateAppkey() 177 if (!fscryptV1Ext.UnlockUserScreenExt(flag, keyInfo_.key.data.get(), keyInfo_.key.size)) { in UnlockUserScreen() 197 if (!fscryptV1Ext.AddClassE(isNeedEncryptClassE, isSupport, status)) { in AddClassE() 208 if (!fscryptV1Ext.DeleteClassEPinCode(userId)) { in DeleteClassEPinCode() 219 if (!fscryptV1Ext.ChangePinCodeClassE(userId, isFbeSupport)) { in ChangePinCodeClassE() 311 if (!fscryptV1Ext.ReadClassE(status, eSecretFBE.data, eSecretFBE.size, isFbeSupport)) { in EncryptClassE() 332 if (!fscryptV1Ext.WriteClassE(status, encryptedKey.data.get(), encryptedKey.size)) { in EncryptClassE() 429 if (!fscryptV1Ext.InactiveKeyExt(flag)) { in InactiveKey() 458 if (!fscryptV1Ext.LockUserScreenExt(flag, elType)) { in LockUserScreen() [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | fscrypt_key_v1.h | 31 fscryptV1Ext.SetDir(dir); 55 FscryptKeyV1Ext fscryptV1Ext; variable
|