Searched refs:null_cipher (Results 1 – 10 of 10) sorted by relevance
/external/srtp/crypto/cipher/ |
D | null_cipher.c | 57 extern cipher_type_t null_cipher; in null_cipher_alloc() 70 (*c)->type = &null_cipher; in null_cipher_alloc() 77 null_cipher.ref_count++; in null_cipher_alloc() 85 extern cipher_type_t null_cipher; in null_cipher_dealloc() 95 null_cipher.ref_count--; in null_cipher_dealloc() 140 cipher_type_t null_cipher = { variable
|
/external/openssl/crypto/evp/ |
D | 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, in null_cipher() function
|
/external/srtp/crypto/test/ |
D | cipher_driver.c | 115 extern cipher_type_t null_cipher; 166 cipher_driver_test_array_throughput(&null_cipher, 0, num_cipher); in main() 177 cipher_driver_self_test(&null_cipher); in main() 183 status = cipher_type_alloc(&null_cipher, &c, 0); in main()
|
/external/srtp/ |
D | Android.mk | 10 crypto/cipher/null_cipher.c \
|
D | Makefile | 75 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
|
D | Makefile.in | 77 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
|
/external/srtp/crypto/kernel/ |
D | crypto_kernel.c | 70 extern cipher_type_t null_cipher; 151 status = crypto_kernel_load_cipher_type(&null_cipher, NULL_CIPHER); in crypto_kernel_init()
|
/external/srtp/crypto/ |
D | Makefile | 69 ciphers = cipher/cipher.o cipher/null_cipher.o \
|
D | Makefile.in | 69 ciphers = cipher/cipher.o cipher/null_cipher.o \
|
/external/chromium/third_party/libjingle/source/talk/ |
D | libjingle.scons | 29 "third_party/srtp/crypto/cipher/null_cipher.c",
|