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

  /external/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...]
alloc.c 46 #include "crypto_kernel.h"
  /external/srtp/crypto/test/
kernel_driver.c 4 * a test driver for the crypto_kernel
48 #include "crypto_kernel.h"
69 printf("error: crypto_kernel init failed\n");
72 printf("crypto_kernel successfully initalized\n");
96 printf("checking crypto_kernel status...\n");
102 printf("crypto_kernel passed self-tests\n");
107 printf("error: crypto_kernel shutdown failed\n");
110 printf("crypto_kernel successfully shut down\n");
117 * of the crypto_kernel
rand_gen.c 48 #include "crypto_kernel.h"
83 printf("error: crypto_kernel init failed\n");
134 printf("error: crypto_kernel shutdown failed\n");
  /external/srtp/crypto/include/
crypto_kernel.h 2 * crypto_kernel.h
46 #ifndef CRYPTO_KERNEL
47 #define CRYPTO_KERNEL
106 * a global variable defined in crypto_kernel.c
131 * crypto_kernel MUST NOT be used.
140 * crypto_kernel, zeroizes keys and other cryptographic material, and
153 * The function crypto_kernel_stats() checks the the crypto_kernel,
258 #endif /* CRYPTO_KERNEL */
xfm.h 13 #include "crypto_kernel.h"
  /external/srtp/
Android.mk 24 crypto/kernel/crypto_kernel.c \
srtp7.vcproj 124 RelativePath=".\crypto\kernel\crypto_kernel.c">
226 RelativePath=".\crypto\include\crypto_kernel.h">
srtp.vcproj 342 RelativePath=".\crypto\kernel\crypto_kernel.c"
487 RelativePath=".\crypto\include\crypto_kernel.h"
Makefile 93 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \
Makefile.in 95 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \
  /external/webrtc/talk/session/media/
externalhmac.cc 37 #include "crypto_kernel.h" // NOLINT
40 #include "third_party/libsrtp/srtp/crypto/include/crypto_kernel.h"
  /external/srtp/crypto/
Makefile 82 kernel = kernel/crypto_kernel.o kernel/alloc.o \
Makefile.in 82 kernel = kernel/crypto_kernel.o kernel/alloc.o \
  /external/srtp/googlepatches/
google-7-srtp-security-fix.patch 25 #include "crypto_kernel.h"
  /external/srtp/crypto/ae_xfm/
xfm.c 13 #include "crypto_kernel.h" /* for crypto_get_random() */
  /external/srtp/include/
srtp.h 53 #include "crypto_kernel.h"
  /external/srtp/test/
srtp_driver.c 130 * we use the crypto_kernel debugging system in this driver, which
    [all...]
  /external/srtp/doc/
Doxyfile 349 INPUT = intro.txt ../include/srtp.h ../crypto/include/crypto_types.h ../crypto/include/err.h ../crypto/include/crypto.h crypto_kernel.txt
    [all...]

Completed in 229 milliseconds