Tor 0.4.9.0-alpha-dev
Data Fields
crypto_options_t Struct Reference

Data Fields

BOOL HardwareAccel
 
STRING AccelName
 
FILENAME AccelDir
 

Detailed Description

Holds configuration about our cryptography options.

Definition at line 8 of file crypto_options.inc.

Field Documentation

◆ AccelDir

FILENAME AccelDir

Optional OpenSSL hardware-acceleration engine search directory.

Definition at line 17 of file crypto_options.inc.

Referenced by crypto_options_validate(), and crypto_set_options().

◆ AccelName

STRING AccelName

Optional OpenSSL hardware-acceleration engine name

Definition at line 14 of file crypto_options.inc.

Referenced by crypto_options_validate(), and crypto_set_options().

◆ HardwareAccel

BOOL HardwareAccel

Should we enable extra OpenSSL hardware acceleration (where available)?

Definition at line 11 of file crypto_options.inc.

Referenced by crypto_set_options().


The documentation for this struct was generated from the following file: