Home
last modified time | relevance | path

Searched refs:OH_HUKS_KEY_BYTES (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/include/
H A Dhuks_mem.h31 #define OH_HUKS_KEY_BYTES(keySize) (((keySize) + 7) / 8) macro
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
H A Dutils.cpp186 #define OH_HUKS_KEY_BYTES(keySize) (((keySize) + 7) / 8) macro
425 struct OH_Huks_Blob outSharedKey = {.size = OH_HUKS_KEY_BYTES(OH_HUKS_AES_KEY_SIZE_256), .data = nullptr}; in HksImportWrappedKeyTestCommonCase()
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_wrapped_test_common.cpp230 struct OH_Huks_Blob outSharedKey = {.size = OH_HUKS_KEY_BYTES(OH_HUKS_AES_KEY_SIZE_256), .data = nullptr}; in HksImportWrappedKeyTestCommonCase()

Completed in 3 milliseconds