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

  /external/srtp/crypto/include/
aes_cbc.h 21 } aes_cbc_ctx_t; typedef in typeref:struct:__anon23395
24 aes_cbc_set_key(aes_cbc_ctx_t *c,
28 aes_cbc_encrypt(aes_cbc_ctx_t *c,
33 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
37 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
40 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c,
45 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
  /external/srtp/crypto/cipher/
aes_cbc.c 70 tmp = (sizeof(aes_cbc_ctx_t) + sizeof(cipher_t));
95 sizeof(aes_cbc_ctx_t) + sizeof(cipher_t));
107 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
135 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv) {
150 aes_cbc_encrypt(aes_cbc_ctx_t *c,
200 aes_cbc_decrypt(aes_cbc_ctx_t *c,
263 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c,
299 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
  /external/srtp/crypto/ae_xfm/
xfm.c 30 aes_cbc_ctx_t aes_ctx;
104 aes_cbc_ctx_t aes_ctx;
190 aes_cbc_ctx_t aes_ctx;
301 aes_cbc_ctx_t aes_ctx;

Completed in 32 milliseconds