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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 76 typedef struct cipher_t *cipher_pointer_t; typedef in typeref:struct:cipher_t
83 (cipher_pointer_t *cp, int key_len);
95 typedef err_status_t (*cipher_dealloc_func_t)(cipher_pointer_t cp);
117 (cipher_pointer_t cp, void *iv);
183 ((c) ? (((c)->type)->set_iv(((cipher_pointer_t)(c)->state), (n))) : \
crypto_kernel.h 223 cipher_pointer_t *cp,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 461 cipher_pointer_t *cp,

Completed in 1060 milliseconds