HomeSort by relevance Sort by last modified time
    Searched refs:aes_cbc_context_init (Results 1 - 3 of 3) sorted by null

  /external/srtp/crypto/include/
aes_cbc.h 33 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
  /external/srtp/crypto/ae_xfm/
xfm.c 66 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt);
142 status = aes_cbc_context_init(&aes_ctx, key, direction_decrypt);
231 status = aes_cbc_context_init(&aes_ctx, key, direction_encrypt);
401 status = aes_cbc_context_init(&aes_ctx, key, direction_decrypt);
  /external/srtp/crypto/cipher/
aes_cbc.c 107 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key, function
434 (cipher_init_func_t) aes_cbc_context_init,

Completed in 63 milliseconds