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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 63 rl->cipher_alg = data->alg;
88 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
89 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
122 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
123 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
tlsv1_record.h 50 enum crypto_cipher_alg cipher_alg; member in struct:tlsv1_record_layer
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 63 rl->cipher_alg = data->alg;
88 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
89 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
122 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
123 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
tlsv1_record.h 50 enum crypto_cipher_alg cipher_alg; member in struct:tlsv1_record_layer
  /external/wpa_supplicant/
tlsv1_common.c 207 rl->cipher_alg = data->alg;
232 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
233 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
266 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
267 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
tlsv1_common.h 207 enum crypto_cipher_alg cipher_alg; member in struct:tlsv1_record_layer

Completed in 1908 milliseconds