OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:klen_pad
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c
382
int
klen_pad
= ((klen + 15) >> 4) << 4;
local
393
key = crypto_alloc(
klen_pad
);
410
for (; j <
klen_pad
; j++)
Completed in 122 milliseconds