Home
last modified time | relevance | path

Searched refs:tpmUnsealFile (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/crypto/external/cpl/tpm-tools/dist/man/man3/
DMakefile.am24 man3_MANS = tpmUnsealFile.3 \
DMakefile.in239 man3_MANS = tpmUnsealFile.3 \
/netbsd/src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/
Dtpm_unseal.expsym2 tpmUnsealFile
/netbsd/src/crypto/external/cpl/tpm-tools/dist/include/
Dtpm_unseal.h40 int tpmUnsealFile(char*, unsigned char**, int*, BOOL);
/netbsd/src/crypto/external/cpl/tpm-tools/dist/src/cmds/
Dtpm_unsealdata.c88 rc = tpmUnsealFile(in_filename, &tss_data, &tss_size, srkWellKnown); in main()
/netbsd/src/crypto/external/cpl/tpm-tools/dist/lib/
Dtpm_unseal.c68 int tpmUnsealFile( char* fname, unsigned char** tss_data, int* tss_size, in tpmUnsealFile() function