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

  /external/srtp/crypto/include/
crypto_types.h 160 * The NULL_AUTH function does nothing, and can be selected to indicate
163 #define NULL_AUTH 0
  /external/srtp/test/
rtpw.c 377 policy.rtp.auth_type = NULL_AUTH;
383 policy.rtcp.auth_type = NULL_AUTH;
srtp_driver.c     [all...]
  /external/srtp/crypto/kernel/
crypto_kernel.c 79 extern auth_type_t null_auth;
162 status = crypto_kernel_load_auth_type(&null_auth, NULL_AUTH);
  /external/srtp/srtp/
srtp.c     [all...]

Completed in 206 milliseconds