Home
last modified time | relevance | path

Searched refs:null_cipher (Results 1 – 9 of 9) 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/boringssl/src/crypto/cipher/
De_null.c71 static int null_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, in null_cipher() function
82 null_cipher, NULL /* cleanup */, NULL /* ctrl */,
/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/
DMakefile.in69 ciphers = cipher/cipher.o cipher/null_cipher.o \
DMakefile69 ciphers = cipher/cipher.o cipher/null_cipher.o \