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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes_icm.h 70 aes_icm_encrypt(aes_icm_ctx_t *c,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_icm.c 452 aes_icm_encrypt(aes_icm_ctx_t *c, unsigned char *buf, unsigned int *enc_len) { function
464 return aes_icm_encrypt(c, buffer, &len);
557 (cipher_encrypt_func_t) aes_icm_encrypt,
558 (cipher_decrypt_func_t) aes_icm_encrypt,

Completed in 106 milliseconds