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

/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_record.c82 if (rl->write_cbc) {
83 crypto_cipher_deinit(rl->write_cbc);
84 rl->write_cbc = NULL;
87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
90 if (rl->write_cbc == NULL) {
249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload,
H A Dtlsv1_record.h55 struct crypto_cipher *write_cbc; member in struct:tlsv1_record_layer

Completed in 108 milliseconds