OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cipher_alg
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.h
50
enum crypto_cipher_alg
cipher_alg
;
member in struct:tlsv1_record_layer
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
,
/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 658 milliseconds