OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
556
size_t head_len = 0,
tail_len
= 0;
local
573
tail_len
= BEACON_TAIL_BUF_SIZE;
576
tail_len
+= wpabuf_len(hapd->wps_beacon_ie);
580
tail_len
+= wpabuf_len(hapd->p2p_beacon_ie);
583
tail_len
+= wpabuf_len(hapd->conf->vendor_elements);
584
tailpos = tail = os_malloc(
tail_len
);
700
tail_len
= tailpos > tail ? tailpos - tail : 0;
709
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
609
*
tail_len
- Length of the tail buffer in octets
611
size_t
tail_len
;
member in struct:wpa_driver_ap_params
[
all
...]
Completed in 84 milliseconds