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

  /external/srtp/crypto/include/
aes_icm.h 34 aes_icm_encrypt(aes_icm_ctx_t *c,
  /external/srtp/crypto/cipher/
aes_icm.c 440 aes_icm_encrypt(aes_icm_ctx_t *c, unsigned char *buf, unsigned int *enc_len) { function
452 return aes_icm_encrypt(c, buffer, &len);
505 (cipher_encrypt_func_t) aes_icm_encrypt,
506 (cipher_decrypt_func_t) aes_icm_encrypt,

Completed in 531 milliseconds