Searched refs:SEC_CLONE_MODULAR (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 46 … { SEC_CLONE_MODULAR, false, (void **)&hichain->sec_clone_server } }; in build_object() 112 { PAKE_MODULAR, SEC_CLONE_MODULAR, false, false }, in check_mutex_object_is_null() 113 … { SEC_CLONE_MODULAR, PAKE_MODULAR, false, false } }; in check_mutex_object_is_null() 140 … { SEC_CLONE_MODULAR, STS_MODULAR, false, false } }; in check_depend_object_is_not_null()
|
H A D | distribution.c | 77 { SEC_CLONE_START_REQUEST, SEC_CLONE_MODULAR, true }, 78 { SEC_CLONE_ACK_REQUEST, SEC_CLONE_MODULAR, true }, 86 { SEC_CLONE_START_RESPONSE, SEC_CLONE_MODULAR, false }, 87 { SEC_CLONE_ACK_RESPONSE, SEC_CLONE_MODULAR, false }, 241 { SEC_CLONE_OP, SEC_CLONE_MODULAR } }; in is_message_illegal()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/ |
H A D | distribution.h | 56 SEC_CLONE_MODULAR, enumerator
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | deviceauth_test.cpp | 779 int32_t ret = build_object(hichainTest, SEC_CLONE_MODULAR, false, params);
|