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

/external/srtp/crypto/include/
H A Daes_cbc.h21 } aes_cbc_ctx_t; typedef in typeref:struct:__anon13552
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,
/external/srtp/crypto/cipher/
H A Daes_cbc.c70 tmp = (sizeof(aes_cbc_ctx_t) + sizeof(cipher_t));
95 sizeof(aes_cbc_ctx_t) + sizeof(cipher_t));
107 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
135 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv) {
150 aes_cbc_encrypt(aes_cbc_ctx_t *c,
200 aes_cbc_decrypt(aes_cbc_ctx_t *c,
263 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c,
299 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
/external/srtp/crypto/ae_xfm/
H A Dxfm.c30 aes_cbc_ctx_t aes_ctx;
104 aes_cbc_ctx_t aes_ctx;
190 aes_cbc_ctx_t aes_ctx;
301 aes_cbc_ctx_t aes_ctx;

Completed in 178 milliseconds