Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TPMLIB_VolatileAll_Store(3)			     TPMLIB_VolatileAll_Store(3)

NAME
     TPMLIB_VolatileAll_Store	- store all volatile state of the TPM in a
     buffer

LIBRARY
     TPM library (libtpms, -ltpms)

SYNOPSIS
     #include <libtpms/tpm_library.h>

     #include <libtpms/tpm_error.h>

     TPM_RESULT TPMLIB_VolatileAll_Store(unsigned char **buffer,
					uint32_t *buflen);

DESCRIPTION
     The TPMLIB_VolatileAll_Store() function is used to get the volatile state
     of the TPM. The function will allocate a buffer and return the number of
     bytes of state information in the buflen variable.

ERRORS
     TPM_SUCCESS
	 The function completed successfully.

     TPM_FAIL
	 General failure.

     For a complete list of TPM error codes please consult the include file
     libtpms/tpm_error.h

SEE ALSO
     TPMLIB_MainInit(3), TPMLIB_Terminate(3), TPMLIB_RegisterCallbacks(3)

libtpms 			   2026-01-02	     TPMLIB_VolatileAll_Store(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=TPMLIB_VolatileAll_Store&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help