OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_cbc
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_record.c
82
if (rl->
write_cbc
) {
83
crypto_cipher_deinit(rl->
write_cbc
);
84
rl->
write_cbc
= NULL;
87
rl->
write_cbc
= crypto_cipher_init(rl->cipher_alg,
90
if (rl->
write_cbc
== NULL) {
249
if (crypto_cipher_encrypt(rl->
write_cbc
, cpayload,
tlsv1_record.h
55
struct crypto_cipher *
write_cbc
;
member in struct:tlsv1_record_layer
Completed in 39 milliseconds