Searched refs:cipher_src (Results 1 – 1 of 1) sorted by relevance
53 struct crypto_cipher *cipher_src = to_cipher_ctx(src_ctx); in cipher_copy_state() local56 if (cipher_src->op && cipher_src->op->copy_state) in cipher_copy_state()57 cipher_src->op->copy_state(cipher_dst->ctx, cipher_src->ctx); in cipher_copy_state()