123456789101112131415161718192021222324252627282930313233343536 |
- .TH "_IFAPI_CRYPTO_CONTEXT" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- _IFAPI_CRYPTO_CONTEXT
- .SH SYNOPSIS
- .br
- .PP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "const EVP_MD * \fBosslHashAlgorithm\fP"
- .br
- .ti -1c
- .RI "EVP_MD_CTX * \fBosslContext\fP"
- .br
- .ti -1c
- .RI "size_t \fBhashSize\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- Context to hold temporary values for ifapi_crypto
- .SH "Field Documentation"
- .PP
- .SS "size_t hashSize"
- The size of the hash's digest
- .SS "EVP_MD_CTX* osslContext"
- The hash engine's context
- .SS "const EVP_MD* osslHashAlgorithm"
- The currently used hash algorithm
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|