Home
last modified time | relevance | path

Searched defs:digest (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth/external/dummy/src/
Dstub.cpp51 std::vector<uint8_t> digest(MD5_LENGTH, 0); in Digest() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
Dfillp_cookie.h37 FILLP_UINT8 digest[FILLP_KEYSIZE]; /* * HMAC-SHA256 Digest * */ member
59 FILLP_UINT8 digest[FILLP_KEYSIZE]; /* * HMAC-SHA256 Digest * */ member
/foundation/communication/bluetooth/services/bluetooth/service/src/obex/
Dobex_utils.cpp238 stub::MessageDigest *digest = stub::MessageDigestFactory::GetInstance(stub::DIGEST_TYPE_MD5); in MakeNonce() local
253 stub::MessageDigest *digest = stub::MessageDigestFactory::GetInstance(stub::DIGEST_TYPE_MD5); in MakeRequestDigest() local
/foundation/communication/bluetooth/services/bluetooth/service/src/pbap_pce/
Dpbap_pce_obex_client.cpp99 int PbapPceObexClient::Reconnect(ObexDigestChallenge &challenge, ObexDigestResponse &digest) in Reconnect()