_IFAPI_CRYPTO_CONTEXT.3 722 B

123456789101112131415161718192021222324252627282930313233343536
  1. .TH "_IFAPI_CRYPTO_CONTEXT" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. _IFAPI_CRYPTO_CONTEXT
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .SS "Data Fields"
  10. .in +1c
  11. .ti -1c
  12. .RI "const EVP_MD * \fBosslHashAlgorithm\fP"
  13. .br
  14. .ti -1c
  15. .RI "EVP_MD_CTX * \fBosslContext\fP"
  16. .br
  17. .ti -1c
  18. .RI "size_t \fBhashSize\fP"
  19. .br
  20. .in -1c
  21. .SH "Detailed Description"
  22. .PP
  23. Context to hold temporary values for ifapi_crypto
  24. .SH "Field Documentation"
  25. .PP
  26. .SS "size_t hashSize"
  27. The size of the hash's digest
  28. .SS "EVP_MD_CTX* osslContext"
  29. The hash engine's context
  30. .SS "const EVP_MD* osslHashAlgorithm"
  31. The currently used hash algorithm
  32. .SH "Author"
  33. .PP
  34. Generated automatically by Doxygen for tpm2-tss from the source code\&.