Searched refs:inbuf (Results 1 – 2 of 2) sorted by relevance
/system/core/adb/pairing_auth/ |
D | pairing_auth.cpp | 251 bool pairing_auth_encrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, in pairing_auth_encrypt() argument 254 CHECK(inbuf); in pairing_auth_encrypt() 259 std::vector<uint8_t> in(inbuf, inbuf + inlen); in pairing_auth_encrypt() 278 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, in pairing_auth_decrypt() argument 281 CHECK(inbuf); in pairing_auth_decrypt() 286 std::vector<uint8_t> in(inbuf, inbuf + inlen); in pairing_auth_decrypt()
|
/system/core/adb/pairing_auth/include/adb/pairing/ |
D | pairing_auth.h | 149 bool pairing_auth_encrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, 182 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf,
|