Home
last modified time | relevance | path

Searched refs:OnSessionKeyReturned (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp125 OnSessionKeyReturned(authSeq, nullptr, SESSION_KEY_LENGTH + 1); in HWTEST_F()
126 OnSessionKeyReturned(authSeq, nullptr, SESSION_KEY_LENGTH); in HWTEST_F()
127 OnSessionKeyReturned(authSeq, sessionKey, SESSION_KEY_LENGTH + 1); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c114 static void OnSessionKeyReturned(int64_t authSeq, const uint8_t *sessionKey, uint32_t sessionKeyLen) in OnSessionKeyReturned() function
116 AUTH_LOGI(AUTH_HICHAIN, "hichain OnSessionKeyReturned: authSeq=%{public}" PRId64 ", len=%{public}u", authSeq, in OnSessionKeyReturned()
234 .onSessionKeyReturned = OnSessionKeyReturned,

Completed in 2 milliseconds