Home
last modified time | relevance | path

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

/external/srtp/crypto/ae_xfm/
Dxfm.c72 status = aes_cbc_set_iv(&aes_ctx, iv); in aes_128_cbc_hmac_sha1_96_func()
148 status = aes_cbc_set_iv(&aes_ctx, iv); in aes_128_cbc_hmac_sha1_96_inv()
237 status = aes_cbc_set_iv(&aes_ctx, iv); in aes_128_cbc_hmac_sha1_96_enc()
403 status = aes_cbc_set_iv(&aes_ctx, iv); in aes_128_cbc_hmac_sha1_96_dec()
/external/srtp/crypto/include/
Daes_cbc.h37 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
/external/srtp/crypto/cipher/
Daes_cbc.c135 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv) { in aes_cbc_set_iv() function
437 (cipher_set_iv_func_t) aes_cbc_set_iv,