Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c116 if (rl->read_cbc) { in tlsv1_record_change_read_cipher()
117 crypto_cipher_deinit(rl->read_cbc); in tlsv1_record_change_read_cipher()
118 rl->read_cbc = NULL; in tlsv1_record_change_read_cipher()
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
124 if (rl->read_cbc == NULL) { in tlsv1_record_change_read_cipher()
357 if (crypto_cipher_decrypt(rl->read_cbc, in_data, in tlsv1_record_receive()
Dtlsv1_record.h56 struct crypto_cipher *read_cbc; member