Searched refs:cipher_type_id_t (Results 1 - 4 of 4) sorted by relevance

/external/srtp/crypto/include/
H A Dcrypto.h14 * @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
H A Dcrypto_kernel.h77 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/
H A Dcrypto_kernel.c301 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/
H A Dsrtp.h122 cipher_type_id_t cipher_type; /**< An integer representing

Completed in 81 milliseconds