Home
last modified time | relevance | path

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

/external/srtp/crypto/kernel/
Dcrypto_kernel.c301 crypto_kernel_load_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id) { in crypto_kernel_load_cipher_type() argument
306 if (new_ct == NULL) in crypto_kernel_load_cipher_type()
310 status = cipher_type_self_test(new_ct); in crypto_kernel_load_cipher_type()
318 if ((new_ct == ctype->cipher_type) || (id == ctype->id)) in crypto_kernel_load_cipher_type()
330 new_ctype->cipher_type = new_ct; in crypto_kernel_load_cipher_type()
338 if (new_ct->debug != NULL) in crypto_kernel_load_cipher_type()
339 crypto_kernel_load_debug_module(new_ct->debug); in crypto_kernel_load_cipher_type()