Searched refs:aes_cbc_context_init (Results 1 – 3 of 3) sorted by relevance
/external/srtp/crypto/ae_xfm/ |
D | xfm.c | 66 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/ |
D | aes_cbc.h | 33 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
|
/external/srtp/crypto/cipher/ |
D | aes_cbc.c | 107 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,
|