/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/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 \
|
Makefile.in | 77 ciphers = crypto/cipher/cipher.o crypto/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/srtp/crypto/ |
Makefile | 69 ciphers = cipher/cipher.o cipher/null_cipher.o \
|
Makefile.in | 69 ciphers = cipher/cipher.o cipher/null_cipher.o \
|
/external/srtp/test/ |
srtp_driver.c | [all...] |
rtpw.c | 375 policy.rtp.cipher_type = NULL_CIPHER; 381 policy.rtcp.cipher_type = NULL_CIPHER;
|
/external/chromium/third_party/libjingle/source/talk/ |
libjingle.scons | 29 "third_party/srtp/crypto/cipher/null_cipher.c",
|
/external/srtp/srtp/ |
srtp.c | [all...] |