HomeSort by relevance Sort by last modified time
    Searched defs:used_bytes (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant/
crypto_internal.c 234 size_t used_bytes; member in struct:crypto_cipher::__anon6668::__anon6669
319 ctx->u.rc4.used_bytes, crypt, len);
320 ctx->u.rc4.used_bytes += len;
370 ctx->u.rc4.used_bytes, plain, len);
371 ctx->u.rc4.used_bytes += len;
crypto_libtomcrypt.c 296 size_t used_bytes; member in struct:crypto_cipher::__anon6673::__anon6674
366 ctx->u.rc4.used_bytes, crypt, len);
367 ctx->u.rc4.used_bytes += len;
390 ctx->u.rc4.used_bytes, plain, len);
391 ctx->u.rc4.used_bytes += len;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 235 size_t used_bytes; member in struct:crypto_cipher::__anon6834::__anon6835
320 ctx->u.rc4.used_bytes, crypt, len);
321 ctx->u.rc4.used_bytes += len;
371 ctx->u.rc4.used_bytes, plain, len);
372 ctx->u.rc4.used_bytes += len;
crypto_libtomcrypt.c 296 size_t used_bytes; member in struct:crypto_cipher::__anon6839::__anon6840
366 ctx->u.rc4.used_bytes, crypt, len);
367 ctx->u.rc4.used_bytes += len;
390 ctx->u.rc4.used_bytes, plain, len);
391 ctx->u.rc4.used_bytes += len;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
lowerlayer.cpp 440 uint16 used_bytes = 0; local
475 if (CheckLevelWithSync(buf, size, &used_bytes))
610 bool H223LowerLayer::CheckLevelWithSync(uint8* pData, uint16 size, uint16* used_bytes)
616 if (CheckLevel(pos, size, used_bytes, &sync_detected))
631 bool H223LowerLayer::CheckLevel(uint8* pData, uint16 size, uint16* used_bytes, int* sync_detected)
673 *used_bytes = (uint16)(pos - pData);
706 *used_bytes = (uint16)(pos - pData);

Completed in 331 milliseconds