Home
last modified time | relevance | path

Searched defs:nonce (Results 1 - 11 of 11) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp154 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 Dclat_utils.h47 uint8_t nonce[6]; member
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v2_test/
H A Dfscrypt_key_v2_test.cpp410 KeyBlob nonce; in HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h161 KeyBlob nonce; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp240 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 Dobex_headers.cpp1286 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 Drtsp_unit_test.cpp194 const std::string &nonce = "nonce"; in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_encryption_util.cpp98 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 Dbase_key.cpp1010 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 Dsta_state_machine_test.cpp1978 std::vector<uint8_t> nonce; in ParseAndFillUmtsAuthParamTest() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp2250 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...]

Completed in 19 milliseconds