Home
last modified time | relevance | path

Searched refs:srtp_null_cipher (Results 1 – 4 of 4) sorted by relevance

/external/libsrtp2/crypto/cipher/
Dnull_cipher.c61 extern const srtp_cipher_type_t srtp_null_cipher; in srtp_null_cipher_alloc()
74 (*c)->type = &srtp_null_cipher; in srtp_null_cipher_alloc()
85 extern const srtp_cipher_type_t srtp_null_cipher; in srtp_null_cipher_dealloc()
141 const srtp_cipher_type_t srtp_null_cipher = { variable
/external/libsrtp2/crypto/test/
Dcipher_driver.c118 extern srtp_cipher_type_t srtp_null_cipher;
179 cipher_driver_test_array_throughput(&srtp_null_cipher, 0, in main()
208 cipher_driver_self_test(&srtp_null_cipher); in main()
219 status = srtp_cipher_type_alloc(&srtp_null_cipher, &c, 0, 0); in main()
/external/libsrtp2/crypto/include/
Dcipher_types.h47 extern const srtp_cipher_type_t srtp_null_cipher;
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c114 status = srtp_crypto_kernel_load_cipher_type(&srtp_null_cipher, in srtp_crypto_kernel_init()