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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 102 /* a cipher_encrypt_func_t encrypts data in-place */
104 typedef err_status_t (*cipher_encrypt_func_t) typedef
144 cipher_encrypt_func_t encrypt;
145 cipher_encrypt_func_t decrypt;
  /external/srtp/crypto/include/
cipher.h 100 /* a cipher_encrypt_func_t encrypts data in-place */
102 typedef err_status_t (*cipher_encrypt_func_t) typedef
143 cipher_encrypt_func_t encrypt;
144 cipher_encrypt_func_t decrypt;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c 144 (cipher_encrypt_func_t) null_cipher_encrypt,
aes_icm.c 557 (cipher_encrypt_func_t) aes_icm_encrypt,
aes_cbc.c 530 (cipher_encrypt_func_t) aes_cbc_nist_encrypt,
  /external/srtp/crypto/cipher/
null_cipher.c 144 (cipher_encrypt_func_t) null_cipher_encrypt,
aes_cbc.c 435 (cipher_encrypt_func_t) aes_cbc_nist_encrypt,
aes_icm.c 505 (cipher_encrypt_func_t) aes_icm_encrypt,

Completed in 468 milliseconds