OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tail_len
(Results
1 - 4
of
4
) 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
400
size_t head_len,
tail_len
;
local
410
tail_len
= BEACON_TAIL_BUF_SIZE;
413
tail_len
+= wpabuf_len(hapd->wps_beacon_ie);
417
tail_len
+= wpabuf_len(hapd->p2p_beacon_ie);
419
tailpos = tail = os_malloc(
tail_len
);
510
tail_len
= tailpos > tail ? tailpos - tail : 0;
513
tail,
tail_len
, hapd->conf->dtim_period,
/external/javasqlite/src/main/native/
sqlite_jni.c
107
int
tail_len
; /* only for SQLite3/prepare */
member in struct:hvm
[
all
...]
Completed in 212 milliseconds