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

  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 46 enum crypto_cipher_alg cipher_alg; member in struct:tlsv1_record_layer
tlsv1_record.c 61 rl->cipher_alg = data->alg;
86 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
120 if (rl->cipher_alg != CRYPTO_CIPHER_NULL) {
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,

Completed in 37 milliseconds