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

/freebsd-10-stable/contrib/wpa/src/tls/
H A Dtlsv1_record.c116 if (rl->read_cbc) {
117 crypto_cipher_deinit(rl->read_cbc);
118 rl->read_cbc = NULL;
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
124 if (rl->read_cbc == NULL) {
357 if (crypto_cipher_decrypt(rl->read_cbc, in_data,
H A Dtlsv1_record.h56 struct crypto_cipher *read_cbc; member in struct:tlsv1_record_layer

Completed in 109 milliseconds