OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plaintext_len
(Results
1 - 2
of
2
) sorted by null
/external/chromium/crypto/
encryptor_nss.cc
98
size_t
plaintext_len
= ciphertext.size();
99
std::vector<unsigned char> buffer(
plaintext_len
);
105
plaintext_len
,
116
plaintext_len
- op_len);
/external/srtp/crypto/cipher/
cipher.c
272
int
plaintext_len
;
local
314
plaintext_len
= length;
347
if (length !=
plaintext_len
)
350
for (i=0; i <
plaintext_len
; i++)
Completed in 202 milliseconds