HomeSort by relevance Sort by last modified time
    Searched refs:cipher_type_id_t (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto.h 49 * @brief A cipher_type_id_t is an identifier for a particular cipher
52 * A cipher_type_id_t is an integer that represents a particular
60 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);
193 crypto_kernel_replace_cipher_type(cipher_type_t *ct, cipher_type_id_t id);
222 crypto_kernel_alloc_cipher(cipher_type_id_t id,
cipher.h 52 #include "crypto.h" /* for cipher_type_id_t */
53 #include "crypto_types.h" /* for values of cipher_type_id_t */
151 cipher_type_id_t id;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c 151 (cipher_type_id_t) NULL_CIPHER
aes_icm.c 564 (cipher_type_id_t) AES_ICM
aes_cbc.c 537 (cipher_type_id_t) AES_CBC
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 301 crypto_kernel_do_load_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id,
361 crypto_kernel_load_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id) {
366 crypto_kernel_replace_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id) {
443 crypto_kernel_get_cipher_type(cipher_type_id_t id) {
460 crypto_kernel_alloc_cipher(cipher_type_id_t id,
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 122 cipher_type_id_t cipher_type; /**< An integer representing
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 364 srtp_kdf_init(srtp_kdf_t *kdf, cipher_type_id_t cipher_id, const uint8_t *key, int length) {
    [all...]

Completed in 39 milliseconds