HomeSort by relevance Sort by last modified time
    Searched full:null_cipher (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c 2 * null_cipher.c
48 #include "null_cipher.h"
51 /* the null_cipher uses the cipher debug module */
57 extern cipher_type_t null_cipher;
63 /* allocate memory a cipher of type null_cipher */
70 (*c)->type = &null_cipher;
77 null_cipher.ref_count++;
85 extern cipher_type_t null_cipher;
91 /* free memory of type null_cipher */
95 null_cipher.ref_count--
140 cipher_type_t null_cipher = { variable
    [all...]
  /external/srtp/crypto/cipher/
null_cipher.c 2 * null_cipher.c
48 #include "null_cipher.h"
51 /* the null_cipher uses the cipher debug module */
57 extern cipher_type_t null_cipher;
63 /* allocate memory a cipher of type null_cipher */
70 (*c)->type = &null_cipher;
77 null_cipher.ref_count++;
85 extern cipher_type_t null_cipher;
91 /* free memory of type null_cipher */
95 null_cipher.ref_count--
140 cipher_type_t null_cipher = { variable
    [all...]
  /external/srtp/crypto/include/
crypto.h 19 * NULL_CIPHER is avaliable; this cipher leaves the data unchanged,
crypto_types.h 93 * The NULL_CIPHER leaves its inputs unaltered, during both the
97 #define NULL_CIPHER 0
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_null.c 68 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
76 null_cipher,
97 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function
  /external/openssl/crypto/evp/
e_null.c 68 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
76 null_cipher,
97 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function
  /external/srtp/crypto/test/
cipher_driver.c 52 #include "null_cipher.h"
110 * null_cipher, aes_icm, and aes_cbc are the cipher meta-objects
115 extern cipher_type_t null_cipher;
166 cipher_driver_test_array_throughput(&null_cipher, 0, num_cipher);
177 cipher_driver_self_test(&null_cipher);
182 /* do timing and/or buffer_test on null_cipher */
183 status = cipher_type_alloc(&null_cipher, &c, 0);
  /external/srtp/
Android.mk 10 crypto/cipher/null_cipher.c \
srtp7.vcproj 157 RelativePath=".\crypto\cipher\null_cipher.c">
262 RelativePath=".\crypto\include\null_cipher.h">
srtp.vcproj 396 RelativePath=".\crypto\cipher\null_cipher.c"
531 RelativePath=".\crypto\include\null_cipher.h"
Makefile 75 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 52 #include "null_cipher.h"
110 * null_cipher, aes_icm, and aes_cbc are the cipher meta-objects
115 extern cipher_type_t null_cipher;
169 cipher_driver_test_array_throughput(&null_cipher, 0, num_cipher);
185 cipher_driver_self_test(&null_cipher);
190 /* do timing and/or buffer_test on null_cipher */
191 status = cipher_type_alloc(&null_cipher, &c, 0);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto.h 54 * NULL_CIPHER is avaliable; this cipher leaves the data unchanged,
crypto_types.h 93 * The NULL_CIPHER leaves its inputs unaltered, during both the
97 #define NULL_CIPHER 0
  /external/chromium_org/third_party/libsrtp/
libsrtp.gyp 145 'srtp/crypto/include/null_cipher.h',
162 'srtp/crypto/cipher/null_cipher.c',
  /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/chromium_org/third_party/libsrtp/srtp/crypto/
Makefile 76 ciphers = cipher/cipher.o cipher/null_cipher.o \
Makefile.in 76 ciphers = cipher/cipher.o cipher/null_cipher.o \
  /external/srtp/crypto/
Makefile 69 ciphers = cipher/cipher.o cipher/null_cipher.o \
Makefile.in 69 ciphers = cipher/cipher.o cipher/null_cipher.o \
  /external/chromium_org/third_party/libsrtp/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/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c     [all...]
rtpw.c 396 policy.rtp.cipher_type = NULL_CIPHER;
402 policy.rtcp.cipher_type = NULL_CIPHER;
  /external/srtp/test/
srtp_driver.c     [all...]
rtpw.c 375 policy.rtp.cipher_type = NULL_CIPHER;
381 policy.rtcp.cipher_type = NULL_CIPHER;

Completed in 309 milliseconds

1 2