Lines Matching refs:new_ct
276 const srtp_cipher_type_t *new_ct, in srtp_crypto_kernel_do_load_cipher_type() argument
284 if (new_ct == NULL) { in srtp_crypto_kernel_do_load_cipher_type()
288 if (new_ct->id != id) { in srtp_crypto_kernel_do_load_cipher_type()
293 status = srtp_cipher_type_self_test(new_ct); in srtp_crypto_kernel_do_load_cipher_type()
306 srtp_cipher_type_test(new_ct, ctype->cipher_type->test_data); in srtp_crypto_kernel_do_load_cipher_type()
312 } else if (new_ct == ctype->cipher_type) { in srtp_crypto_kernel_do_load_cipher_type()
333 new_ctype->cipher_type = new_ct; in srtp_crypto_kernel_do_load_cipher_type()
340 const srtp_cipher_type_t *new_ct, in srtp_crypto_kernel_load_cipher_type() argument
343 return srtp_crypto_kernel_do_load_cipher_type(new_ct, id, 0); in srtp_crypto_kernel_load_cipher_type()
346 srtp_err_status_t srtp_replace_cipher_type(const srtp_cipher_type_t *new_ct, in srtp_replace_cipher_type() argument
349 return srtp_crypto_kernel_do_load_cipher_type(new_ct, id, 1); in srtp_replace_cipher_type()