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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 84 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,
tlsv1_record.h 59 struct crypto_cipher *write_cbc; member in struct:tlsv1_record_layer
  /external/wpa_supplicant/
tlsv1_common.c 228 if (rl->write_cbc) {
229 crypto_cipher_deinit(rl->write_cbc);
230 rl->write_cbc = NULL;
233 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
236 if (rl->write_cbc == NULL) {
361 if (crypto_cipher_encrypt(rl->write_cbc, payload,
tlsv1_common.h 216 struct crypto_cipher *write_cbc; member in struct:tlsv1_record_layer

Completed in 6613 milliseconds