HomeSort by: relevance | last modified time | path
    Searched refs:tpm_errno (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/tpm-tools/dist/include/
tpm_unseal.h 38 extern int tpm_errno;
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_unseal.c 66 int tpm_errno; variable
95 tpm_errno = EINVAL;
104 tpm_errno = errno;
110 tpm_errno = errno;
120 tpm_errno = ENOTSSHDR;
129 tpm_errno = EWRONGTSSTAG;
135 tpm_errno = EAGAIN;
149 tpm_errno = EIO;
156 tpm_errno = EWRONGEVPTAG;
163 tpm_errno = EAGAIN
    [all...]

Completed in 31 milliseconds