OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cipher_encrypt_func_t
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h
102
/* a
cipher_encrypt_func_t
encrypts data in-place */
104
typedef err_status_t (*
cipher_encrypt_func_t
)
typedef
144
cipher_encrypt_func_t
encrypt;
145
cipher_encrypt_func_t
decrypt;
/external/srtp/crypto/include/
cipher.h
100
/* a
cipher_encrypt_func_t
encrypts data in-place */
102
typedef err_status_t (*
cipher_encrypt_func_t
)
typedef
143
cipher_encrypt_func_t
encrypt;
144
cipher_encrypt_func_t
decrypt;
Completed in 785 milliseconds