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

  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 116 if (rl->read_cbc) {
117 crypto_cipher_deinit(rl->read_cbc);
118 rl->read_cbc = NULL;
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
124 if (rl->read_cbc == NULL) {
357 if (crypto_cipher_decrypt(rl->read_cbc, in_data,
tlsv1_record.h 56 struct crypto_cipher *read_cbc; member in struct:tlsv1_record_layer

Completed in 702 milliseconds