Searched refs:inlen (Results 1 – 2 of 2) sorted by relevance
/packages/modules/adb/pairing_auth/ |
D | pairing_auth.cpp | 253 bool pairing_auth_encrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, in pairing_auth_encrypt() argument 259 CHECK_GT(inlen, 0U); in pairing_auth_encrypt() 261 std::vector<uint8_t> in(inbuf, inbuf + inlen); in pairing_auth_encrypt() 280 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, in pairing_auth_decrypt() argument 286 CHECK_GT(inlen, 0U); in pairing_auth_decrypt() 288 std::vector<uint8_t> in(inbuf, inbuf + inlen); in pairing_auth_decrypt()
|
/packages/modules/adb/pairing_auth/include/adb/pairing/ |
D | pairing_auth.h | 148 bool pairing_auth_encrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, 181 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf,
|