Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v1_ext.h35 bool ActiveDoubleKeyExt(uint32_t flag, uint8_t *iv, uint32_t size, uint32_t &elType);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1_ext.cpp95 return ActiveDoubleKeyExt(flag, iv, size, elType); in ActiveKeyExt()
110 bool FscryptKeyV1Ext::ActiveDoubleKeyExt(uint32_t flag, uint8_t *iv, uint32_t size, uint32_t &elTyp… in ActiveDoubleKeyExt() function in OHOS::StorageDaemon::FscryptKeyV1Ext