Searched refs:STS_MODULAR (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 43 { STS_MODULAR, true, (void **)&hichain->sts_client }, in build_object() 44 { STS_MODULAR, false, (void **)&hichain->sts_server }, in build_object() 98 const struct object_relation mutex_map[] = { { PAKE_MODULAR, STS_MODULAR, true, false }, in check_mutex_object_is_null() 99 { STS_MODULAR, PAKE_MODULAR, false, true }, in check_mutex_object_is_null() 100 { PAKE_MODULAR, STS_MODULAR, true, true }, in check_mutex_object_is_null() 101 { STS_MODULAR, PAKE_MODULAR, true, true }, in check_mutex_object_is_null() 106 { STS_MODULAR, STS_MODULAR, true, false }, in check_mutex_object_is_null() 107 { STS_MODULAR, STS_MODULAR, false, true }, in check_mutex_object_is_null() 108 { ADD_MODULAR, STS_MODULAR, true, false }, in check_mutex_object_is_null() 109 { STS_MODULAR, ADD_MODULAR, false, true }, in check_mutex_object_is_null() [all …]
|
H A D | distribution.c | 73 { AUTH_START_REQUEST, STS_MODULAR, true }, 74 { AUTH_ACK_REQUEST, STS_MODULAR, true }, 82 { AUTH_START_RESPONSE, STS_MODULAR, false }, 83 { AUTH_ACK_RESPONSE, STS_MODULAR, false }, 96 { STS_MODULAR, false, proc_sts_response_message }, 167 if (nav->modular != STS_MODULAR && nav->modular != PAKE_MODULAR) { in connect_message() 201 if ((nav->modular == PAKE_MODULAR) || (nav->modular == STS_MODULAR)) { in check_hichain_state_is_success() 233 { UNBIND, STS_MODULAR }, in is_message_illegal() 235 { AUTHENTICATE, STS_MODULAR }, in is_message_illegal() 236 { ADD_AUTHINFO, STS_MODULAR }, in is_message_illegal() [all …]
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/ |
H A D | distribution.h | 52 STS_MODULAR, enumerator
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 212 int32_t ret = build_object(hichain, STS_MODULAR, true, params); in remove_auth_info() 273 int32_t ret = build_object(hichain, STS_MODULAR, true, params); in authenticate_peer()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | hichain_receivedata_test.cpp | 683 build_object(hcServer, STS_MODULAR, true, ¶ms);
|
H A D | deviceauth_test.cpp | 821 int32_t ret = build_object(hichainTest, STS_MODULAR, true, ¶ms); 842 int32_t ret = build_object(hichainTest, STS_MODULAR, true, ¶ms);
|