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

/system/security/keystore/
H A Dkeystore.cpp850 * where code is one byte long and lengths are unsigned 16-bit integers in
930 * that the lengths of parameters are checked when they are received, so
1337 int lengths[MAX_PARAM]; member in struct:action
1399 for (i = 0; i < MAX_PARAM && action->lengths[i] != 0; ++i) {
1400 params[i].length = recv_message(sock, params[i].value, action->lengths[i]);

Completed in 6 milliseconds