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 D | aes_cbc.h | 72 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
|
/external/srtp/crypto/include/ |
H A D | aes_cbc.h | 37 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/ |
H A D | xfm.c | 107 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 D | xfm.c | 72 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 D | aes_cbc.c | 135 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 D | aes_cbc.c | 136 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 120 milliseconds