Searched refs:aes_cbc_set_iv (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Daes_cbc.h72 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
/external/srtp/crypto/include/
H A Daes_cbc.h37 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c107 status = aes_cbc_set_iv(&aes_ctx, iv);
183 status = aes_cbc_set_iv(&aes_ctx, iv);
271 status = aes_cbc_set_iv(&aes_ctx, iv);
437 status = aes_cbc_set_iv(&aes_ctx, iv);
/external/srtp/crypto/ae_xfm/
H A Dxfm.c72 status = aes_cbc_set_iv(&aes_ctx, iv);
148 status = aes_cbc_set_iv(&aes_ctx, iv);
237 status = aes_cbc_set_iv(&aes_ctx, iv);
403 status = aes_cbc_set_iv(&aes_ctx, iv);
/external/srtp/crypto/cipher/
H A Daes_cbc.c135 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv) { function
166 * been set, e.g. by calling aes_cbc_set_iv()
437 (cipher_set_iv_func_t) aes_cbc_set_iv,
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes_cbc.c136 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv) { function
167 * been set, e.g. by calling aes_cbc_set_iv()
532 (cipher_set_iv_func_t) aes_cbc_set_iv,

Completed in 138 milliseconds