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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 2 * crypto_kernel.c
48 #include "crypto_kernel.h"
50 /* the debug module for the crypto_kernel */
82 /* crypto_kernel is a global variable, the only one of its datatype */
85 crypto_kernel = { variable
99 if (crypto_kernel.state == crypto_kernel_state_secure) {
170 crypto_kernel.state = crypto_kernel_state_secure;
178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list;
179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list;
180 kernel_debug_module_t *dm = crypto_kernel.debug_module_list
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/
Makefile 89 kernel = kernel/crypto_kernel.o kernel/alloc.o \
  /external/chromium_org/third_party/libsrtp/srtp/
Makefile 95 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \
  /external/chromium_org/third_party/libsrtp/
libsrtp.target.darwin-arm.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.darwin-arm64.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.darwin-mips.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.darwin-mips64.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.darwin-x86.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.darwin-x86_64.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.linux-arm.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.linux-arm64.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.linux-mips.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.linux-mips64.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.linux-x86.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \
libsrtp.target.linux-x86_64.mk 37 third_party/libsrtp/srtp/crypto/kernel/crypto_kernel.c \

Completed in 212 milliseconds