Searched refs:TOKEN_SIZE (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ | ||
D | transport.h | 93 unsigned char token[TOKEN_SIZE] = {}; |
D | adb.h | 105 #define TOKEN_SIZE 20 macro |
D | adb_auth_host.cpp | 353 if (token_size != TOKEN_SIZE) { in adb_auth_sign() |