Searched defs:aes_cbc_ctx_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Daes_cbc.h56 } aes_cbc_ctx_t; typedef in typeref:struct:__anon12807
59 aes_cbc_set_key(aes_cbc_ctx_t *c,
63 aes_cbc_encrypt(aes_cbc_ctx_t *c,
68 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
72 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
75 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c,
80 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
/external/srtp/crypto/include/
H A Daes_cbc.h21 } aes_cbc_ctx_t; typedef in typeref:struct:__anon31187
24 aes_cbc_set_key(aes_cbc_ctx_t *c,
28 aes_cbc_encrypt(aes_cbc_ctx_t *c,
33 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
37 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
40 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c,
45 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,

Completed in 120 milliseconds