HomeSort by relevance Sort by last modified time
    Searched refs:read_cbc (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 118 if (rl->read_cbc) {
119 crypto_cipher_deinit(rl->read_cbc);
120 rl->read_cbc = NULL;
123 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
126 if (rl->read_cbc == NULL) {
319 if (crypto_cipher_decrypt(rl->read_cbc, out_data,
tlsv1_record.h 60 struct crypto_cipher *read_cbc; member in struct:tlsv1_record_layer
  /external/wpa_supplicant/
tlsv1_common.c 262 if (rl->read_cbc) {
263 crypto_cipher_deinit(rl->read_cbc);
264 rl->read_cbc = NULL;
267 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
270 if (rl->read_cbc == NULL) {
462 if (crypto_cipher_decrypt(rl->read_cbc, out_data,
tlsv1_common.h 217 struct crypto_cipher *read_cbc; member in struct:tlsv1_record_layer

Completed in 885 milliseconds