Searched refs:new_ct (Results 1 – 1 of 1) sorted by relevance
276 const srtp_cipher_type_t *new_ct, in srtp_crypto_kernel_do_load_cipher_type() argument284 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() argument343 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[all …]