Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h37 constexpr uint32_t CRYPTO_KEY_ALIAS_SIZE = 16; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp416 KeyBlob alias = GenerateRandomKey(CRYPTO_KEY_ALIAS_SIZE); in GenerateKey()