Home
last modified time | relevance | path

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

/external/srtp/crypto/ae_xfm/
Dxfm.c66 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt); in aes_128_cbc_hmac_sha1_96_func()
142 status = aes_cbc_context_init(&aes_ctx, key, direction_decrypt); in aes_128_cbc_hmac_sha1_96_inv()
231 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt); in aes_128_cbc_hmac_sha1_96_enc()
401 status = aes_cbc_context_init(&aes_ctx, key, direction_decrypt); in aes_128_cbc_hmac_sha1_96_dec()
/external/srtp/crypto/include/
Daes_cbc.h33 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
/external/srtp/crypto/cipher/
Daes_cbc.c107 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key, in aes_cbc_context_init() function
434 (cipher_init_func_t) aes_cbc_context_init,