Home
last modified time | relevance | path

Searched refs:null_cipher (Results 1 – 10 of 10) sorted by relevance

/external/srtp/crypto/cipher/
Dnull_cipher.c57 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/
De_null.c68 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/
Dcipher_driver.c115 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/
DAndroid.mk10 crypto/cipher/null_cipher.c \
DMakefile75 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
DMakefile.in77 ciphers = crypto/cipher/cipher.o crypto/cipher/null_cipher.o \
/external/srtp/crypto/kernel/
Dcrypto_kernel.c70 extern cipher_type_t null_cipher;
151 status = crypto_kernel_load_cipher_type(&null_cipher, NULL_CIPHER); in crypto_kernel_init()
/external/srtp/crypto/
DMakefile69 ciphers = cipher/cipher.o cipher/null_cipher.o \
DMakefile.in69 ciphers = cipher/cipher.o cipher/null_cipher.o \
/external/chromium/third_party/libjingle/source/talk/
Dlibjingle.scons29 "third_party/srtp/crypto/cipher/null_cipher.c",