Searched refs:cipher_pointer_t (Results 1 - 3 of 3) sorted by relevance

/external/srtp/crypto/include/
H A Dcipher.h74 typedef struct cipher_t *cipher_pointer_t; typedef in typeref:struct:cipher_t
81 (cipher_pointer_t *cp, int key_len);
93 typedef err_status_t (*cipher_dealloc_func_t)(cipher_pointer_t cp);
116 (cipher_pointer_t cp, void *iv);
181 ((c) ? (((c)->type)->set_iv(((cipher_pointer_t)(c)->state), (n))) : \
H A Dcrypto_kernel.h201 cipher_pointer_t *cp,
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c411 cipher_pointer_t *cp,

Completed in 233 milliseconds