Searched refs:write_cbc (Results 1 – 2 of 2) sorted by relevance
82 if (rl->write_cbc) { in tlsv1_record_change_write_cipher()83 crypto_cipher_deinit(rl->write_cbc); in tlsv1_record_change_write_cipher()84 rl->write_cbc = NULL; in tlsv1_record_change_write_cipher()87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher()90 if (rl->write_cbc == NULL) { in tlsv1_record_change_write_cipher()249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload, in tlsv1_record_send()
55 struct crypto_cipher *write_cbc; member