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

/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c301 crypto_kernel_do_load_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id, argument
307 if (new_ct == NULL)
310 if (new_ct->id != id)
314 status = cipher_type_self_test(new_ct);
325 status = cipher_type_test(new_ct, ctype->cipher_type->test_data);
331 else if (new_ct == ctype->cipher_type)
336 /* if not found, put new_ct at the head of the list */
349 new_ctype->cipher_type = new_ct;
353 if (new_ct->debug != NULL)
354 crypto_kernel_load_debug_module(new_ct
361 crypto_kernel_load_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id) argument
366 crypto_kernel_replace_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id) argument
[all...]
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c301 crypto_kernel_load_cipher_type(cipher_type_t *new_ct, cipher_type_id_t id) { argument
306 if (new_ct == NULL)
310 status = cipher_type_self_test(new_ct);
318 if ((new_ct == ctype->cipher_type) || (id == ctype->id))
323 /* put new_ct at the head of the list */
330 new_ctype->cipher_type = new_ct;
338 if (new_ct->debug != NULL)
339 crypto_kernel_load_debug_module(new_ct->debug);

Completed in 95 milliseconds