/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_common.cpp | 154 GenerateAuthorization(const std::string &username, const std::string &realm, const std::string &password, const std::string &nonce, const std::string &method, const std::string &url) GenerateAuthorization() argument
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | clat_utils.h | 47 uint8_t nonce[6]; member
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v2_test/ |
H A D | fscrypt_key_v2_test.cpp | 410 KeyBlob nonce; in HWTEST_F() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | key_blob.h | 161 KeyBlob nonce; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 240 std::string nonce = timeStamp + ":" + priKey; in MakeNonce() local 247 std::vector<uint8_t> ObexUtils::MakeRequestDigest(const uint8_t *nonce, int sz, const std::string &password) in MakeRequestDigest() argument
|
H A D | obex_headers.cpp | 1286 void ObexDigestChallenge::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce() argument 1332 void ObexDigestResponse::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce() argument 1379 void ObexSessionParameters::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce() argument
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
H A D | rtsp_unit_test.cpp | 194 const std::string &nonce = "nonce"; in HWTEST_F() local
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_encryption_util.cpp | 98 uint8_t nonce[NONCE_SIZE] = {0}; in WifiEncryption() local 153 uint8_t nonce[NONCE_SIZE] = {0}; in WifiDecryption() local 319 uint8_t nonce[AES_256_NONCE_SIZE] = { 0 }; in EncryptParamSet() local 348 uint8_t nonce[AES_256_NONCE_SIZE] = { 0 }; DecryptParamSet() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 1010 SplitKeyBlob(const KeyBlob &keyIn, KeyBlob &encAad, KeyBlob &nonce, uint32_t start) StoreKey() argument 1051 CombKeyCtx(const KeyBlob &nonce, const KeyBlob &rndEnc, const KeyBlob &aad, KeyBlob &keyOut) StoreKey() argument 1072 SplitKeyCtx(const KeyBlob &keyIn, KeyBlob &nonce, KeyBlob &rndEnc, KeyBlob &aad) StoreKey() argument [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine_test.cpp | 1978 std::vector<uint8_t> nonce; in ParseAndFillUmtsAuthParamTest() local
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 2250 std::string StaStateMachine::SimAkaAuth(const std::string &nonce, AuthType authType) in SimAkaAuth() argument 2313 std::vector<uint8_t> nonce; in GetGsmAuthResponseWithLength() local 2409 std::vector<uint8_t> nonce; GetGsmAuthResponseWithoutLength() local 2512 ParseAndFillUmtsAuthParam(std::vector<uint8_t> &nonce) ParseAndFillUmtsAuthParam() argument 2648 std::vector<uint8_t> nonce; DealWpaEapUmtsAuthEvent() local [all...] |