Searched refs:aes_cbc_ctx_t (Results 1 – 3 of 3) sorted by relevance
/external/srtp/crypto/include/ |
D | aes_cbc.h | 21 } 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/ |
D | aes_cbc.c | 70 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/ |
D | xfm.c | 30 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()
|