HomeSort by relevance Sort by last modified time
    Searched refs:cipher_alg (Results 1 - 5 of 5) 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/
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
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c 628 SSLCipherAlgorithm cipher_alg; local
659 cipher_alg=bulk_cipher_defs[cipher_def->bulk_cipher_alg ].calg;
660 PORT_Assert( alg2Mech[cipher_alg].calg == cipher_alg);
661 cipher_mech = alg2Mech[cipher_alg].cmech;
707 ((cipher_alg == calg_null) || PK11_TokenExists(cipher_mech)));
    [all...]

Completed in 184 milliseconds