Searched refs:KEY_AGREEMENT_STATE (Results 1 - 4 of 4) sorted by relevance
/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/ |
H A D | distribution.h | 29 KEY_AGREEMENT_STATE = 1, enumerator
|
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | distribution.c | 202 if ((hichain->state != INIT_STATE) && (hichain->state != KEY_AGREEMENT_STATE) && in check_hichain_state_is_success() 203 (hichain->last_state != INIT_STATE) && (hichain->last_state != KEY_AGREEMENT_STATE)) { in check_hichain_state_is_success() 207 if ((hichain->state != KEY_AGREEMENT_STATE) && (hichain->state != OPERATION_STATE) && in check_hichain_state_is_success() 208 (hichain->last_state != KEY_AGREEMENT_STATE) && (hichain->last_state != OPERATION_STATE)) { in check_hichain_state_is_success()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 488 const struct msg_result_map map[] = { { PAKE_REQUEST, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STATE }, in set_result() 489 { PAKE_RESPONSE, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STATE }, in set_result() 494 { AUTH_START_REQUEST, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STATE }, in set_result() 495 { AUTH_START_RESPONSE, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STATE }, in set_result() 505 { INVALID_MESSAGE, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STATE } }; in set_result()
|
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | hichain_receivedata_test.cpp | 551 hcServer->last_state = KEY_AGREEMENT_STATE; in HWTEST_F()
|
Completed in 5 milliseconds