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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes_cbc.h 56 } aes_cbc_ctx_t; typedef in typeref:struct:__anon17432
59 aes_cbc_set_key(aes_cbc_ctx_t *c,
63 aes_cbc_encrypt(aes_cbc_ctx_t *c,
68 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key,
72 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv);
75 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c,
80 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
  /external/chromium_org/third_party/libsrtp/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, int key_len,
136 aes_cbc_set_iv(aes_cbc_ctx_t *c, void *iv) {
151 aes_cbc_encrypt(aes_cbc_ctx_t *c,
201 aes_cbc_decrypt(aes_cbc_ctx_t *c,
264 aes_cbc_nist_encrypt(aes_cbc_ctx_t *c,
300 aes_cbc_nist_decrypt(aes_cbc_ctx_t *c,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 65 aes_cbc_ctx_t aes_ctx;
139 aes_cbc_ctx_t aes_ctx;
224 aes_cbc_ctx_t aes_ctx;
335 aes_cbc_ctx_t aes_ctx;

Completed in 63 milliseconds