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

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_record.c84 if (rl->write_cbc) {
85 crypto_cipher_deinit(rl->write_cbc);
86 rl->write_cbc = NULL;
89 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
92 if (rl->write_cbc == NULL) {
217 if (crypto_cipher_encrypt(rl->write_cbc, payload,
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc; member in struct:tlsv1_record_layer
/external/wpa_supplicant_8/hostapd/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
/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/wpa_supplicant/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 173 milliseconds