HomeSort by relevance Sort by last modified time
    Searched defs:aes_cbc_set_iv (Results 1 - 2 of 2) sorted by null

  /external/srtp/crypto/cipher/
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/
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 376 milliseconds