Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c82 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()
Dtlsv1_record.h55 struct crypto_cipher *write_cbc; member