OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_decrypt
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/include/
cipher.h
177
#define
cipher_decrypt
(c, buf, len) \
macro
/external/srtp/crypto/cipher/
cipher.c
214
status =
cipher_decrypt
(c, buffer, &len);
337
status =
cipher_decrypt
(c, buffer, &length);
Completed in 157 milliseconds