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

  /external/srtp/crypto/include/
crypto_types.h 93 * The NULL_CIPHER leaves its inputs unaltered, during both the
97 #define NULL_CIPHER 0
  /external/srtp/test/
rtpw.c 375 policy.rtp.cipher_type = NULL_CIPHER;
381 policy.rtcp.cipher_type = NULL_CIPHER;
srtp_driver.c     [all...]
  /external/srtp/crypto/kernel/
crypto_kernel.c 70 extern cipher_type_t null_cipher;
151 status = crypto_kernel_load_cipher_type(&null_cipher, NULL_CIPHER);
  /external/srtp/srtp/
srtp.c     [all...]

Completed in 383 milliseconds