OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_type_id_t
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
crypto.h
14
* @brief A
cipher_type_id_t
is an identifier for a particular cipher
17
* A
cipher_type_id_t
is an integer that represents a particular
25
typedef uint32_t
cipher_type_id_t
;
typedef
crypto_kernel.h
77
cipher_type_id_t
id;
180
crypto_kernel_load_cipher_type(cipher_type_t *ct,
cipher_type_id_t
id);
200
crypto_kernel_alloc_cipher(
cipher_type_id_t
id,
/external/srtp/crypto/kernel/
crypto_kernel.c
301
crypto_kernel_load_cipher_type(cipher_type_t *new_ct,
cipher_type_id_t
id) {
393
crypto_kernel_get_cipher_type(
cipher_type_id_t
id) {
410
crypto_kernel_alloc_cipher(
cipher_type_id_t
id,
/external/srtp/include/
srtp.h
122
cipher_type_id_t
cipher_type; /**< An integer representing
Completed in 697 milliseconds