OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tail_len
(Results
1 - 7
of
7
) 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/chromium_org/crypto/
encryptor_openssl.cc
127
int
tail_len
;
local
128
if (!EVP_CipherFinal_ex(ctx.get(), out_ptr + out_len, &
tail_len
))
131
out_len +=
tail_len
;
/external/wpa_supplicant_8/src/ap/
beacon.c
577
size_t head_len = 0,
tail_len
= 0;
local
594
tail_len
= BEACON_TAIL_BUF_SIZE;
597
tail_len
+= wpabuf_len(hapd->wps_beacon_ie);
601
tail_len
+= wpabuf_len(hapd->p2p_beacon_ie);
604
tail_len
+= wpabuf_len(hapd->conf->vendor_elements);
605
tailpos = tail = os_malloc(
tail_len
);
721
tail_len
= tailpos > tail ? tailpos - tail : 0;
730
params.
tail_len
=
tail_len
;
/external/javasqlite/src/main/native/
sqlite_jni.c
106
int
tail_len
; /* only for SQLite3/prepare */
member in struct:hvm
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver.h
638
*
tail_len
- Length of the tail buffer in octets
640
size_t
tail_len
;
member in struct:wpa_driver_ap_params
[
all
...]
/external/chromium_org/v8/test/cctest/
test-api.cc
13675
size_t
tail_len
= event->name.len - kPreambleLen;
local
[
all
...]
Completed in 272 milliseconds