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

  /external/srtp/crypto/rng/
prng.c 83 uint32_t i, tail_len; local
143 tail_len = len % 16;
144 if (tail_len) {
156 for (i=0; i < tail_len; i++) {
  /external/chromium/crypto/
encryptor_openssl.cc 115 int tail_len; local
116 if (!EVP_CipherFinal_ex(ctx.get(), out_ptr + out_len, &tail_len))
119 out_len += tail_len;
  /external/wpa_supplicant_8/src/ap/
beacon.c 494 size_t head_len = 0, tail_len = 0; local
511 tail_len = BEACON_TAIL_BUF_SIZE;
514 tail_len += wpabuf_len(hapd->wps_beacon_ie);
518 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
520 tailpos = tail = os_malloc(tail_len);
621 tail_len = tailpos > tail ? tailpos - tail : 0;
630 params.tail_len = tail_len;
  /external/javasqlite/src/main/native/
sqlite_jni.c 107 int tail_len; /* only for SQLite3/prepare */ member in struct:hvm
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 558 * tail_len - Length of the tail buffer in octets
560 size_t tail_len; member in struct:wpa_driver_ap_params
    [all...]

Completed in 606 milliseconds