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

  /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/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/
Android.mk 10 crypto/cipher/null_cipher.c \
Makefile 75 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
  /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/crypto/
Makefile 69 ciphers = cipher/cipher.o cipher/null_cipher.o \
  /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/third_party/libjingle/source/talk/
libjingle.scons 29 "third_party/srtp/crypto/cipher/null_cipher.c",

Completed in 130 milliseconds