Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp1268 const uint8_t ObexDigestChallenge::NONCE; member in OHOS::bluetooth::ObexDigestChallenge
1273 return GetTlvtriplet(ObexDigestChallenge::NONCE); in GetNonce()
1288 tlvTriplets_.push_back(std::make_unique<TlvTriplet>(ObexDigestChallenge::NONCE, length, nonce)); in AppendNonce()
1304 const uint8_t ObexDigestResponse::NONCE; member in OHOS::bluetooth::ObexDigestResponse
1319 return GetTlvtriplet(ObexDigestResponse::NONCE); in GetNonce()
1334 tlvTriplets_.push_back(std::make_unique<TlvTriplet>(ObexDigestResponse::NONCE, length, nonce)); in AppendNonce()
1339 const uint8_t ObexSessionParameters::NONCE; member in OHOS::bluetooth::ObexSessionParameters
1351 return GetTlvtriplet(ObexSessionParameters::NONCE); in GetNonce()
1381 tlvTriplets_.push_back(std::make_unique<TlvTriplet>(ObexSessionParameters::NONCE, length, nonce)); in AppendNonce()
H A Dobex_headers.h118 static const uint8_t NONCE = 0x00; member in OHOS::bluetooth::ObexActionType::ObexDigestChallenge
142 static const uint8_t NONCE = 0x02; member in OHOS::bluetooth::ObexActionType::ObexDigestResponse
169 static const uint8_t NONCE = 0x01; member in OHOS::bluetooth::ObexActionType::ObexSessionParameters

Completed in 4 milliseconds