Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:len_decrypted

1528 	int len_decrypted, len;
1563 len_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1569 if (len_decrypted < 0) {
1577 in_decrypted, len_decrypted);
1579 if (len_decrypted < 4) {
1582 "TLV frame (len=%d)", len_decrypted);
1587 end = in_decrypted + len_decrypted;