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

/freebsd-10-stable/contrib/wpa/src/tls/
H A Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c61 rl->cipher_alg = data->alg;
86 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
120 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,

Completed in 41 milliseconds