Home
last modified time | relevance | path

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

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