Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Information regarding unix certifications Post 302326967 by Yogesh Sawant on Friday 19th of June 2009 09:02:30 AM
Old 06-19-2009
try reading here
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX certifications

Are there any nationally recognized UNIX certifications, similar to A+., for basic unix and system admin skills? thanks (1 Reply)
Discussion started by: pacsman
1 Replies

2. What is on Your Mind?

Unix certifications

Hi all, I'm new to this forum also to unix, but eager to learn unix. Can any one gimme the certifications/exams available to validate our unix strengths. (7 Replies)
Discussion started by: sarang
7 Replies

3. UNIX for Dummies Questions & Answers

What Certifications to be done in UNIX

Hello I am a newbie i learnt Shell programming and Unix Internals.Well plz advice me what certifications i shud do as i have free time and want to utilize my time :) (1 Reply)
Discussion started by: strawberry
1 Replies

4. Shell Programming and Scripting

Certifications in Unix?

Guys, I just want information abt certifications available for unix. If they exist can anyone give some info them. Making clear I am pointing to developer level exams, not admin side. Thanks, Sharif.S (0 Replies)
Discussion started by: sharifhere
0 Replies

5. Shell Programming and Scripting

UNIX Certifications

Hi All, Can anybody let me know if there is any Unix certification course which will provide basically programming in Unix. (4 Replies)
Discussion started by: darshakraut
4 Replies

6. What is on Your Mind?

Certifications on Unix and Linux

hi there :) I will study the Linux LPI certification in a few months What do u think about it? Is this certification good enough to work with solaris too actually? I´m not sure because i think is more oriented to linux, and solaris as far as i know, is based on UNix. What else can i... (3 Replies)
Discussion started by: andriusman
3 Replies

7. HP-UX

HP-UX Certifications

Hi, I am planning to get certified on HP-UX. I googled about HPUX Certifications. I understand that I need to pass on exam HP0-A01 but I find many references to HP0-095. I bought this book: HP-UX: HP Certification Systems Administrator, Exam HP0-A01 - Training Guide and Administrator's... (16 Replies)
Discussion started by: psicopunk
16 Replies

8. UNIX for Dummies Questions & Answers

Which Unix & Linux Certifications Names In This Days ??

Hello All My Questions About Which Unix & Linux Certifications Names In This Days ? I Mean Red Hat Certifications , Solaris Certifications , IBM Certifications , HP Certifications and BSD Certifications just i need the names of these Certifications and How can i enter to Certifications... (1 Reply)
Discussion started by: Eng/G.Mohammad
1 Replies

9. What is on Your Mind?

Certifications in Linux

Hi , I am working in Perl/Shell Script for past 3 years.I am planning to learn and switch my Career as Linux Admin.So Please suggest some certifications to learn about it.Do we have separate sub categories/area of specifications in Linux Admin ? Like Virtualization ,Vmware,storage. ... (0 Replies)
Discussion started by: Ajaytts123
0 Replies
Tspi_DAA_IssuerKeyVerification(3)			     Library Functions Manual				 Tspi_DAA_IssuerKeyVerification(3)

						     TCG Software Stack Developer's Reference

NAME
Tspi_DAA_IssuerKeyVerification - verifies the DAA public key SYNOPSIS
#include <tss/tss_typedef.h> #include <tss/tss_structs.h> #include <tss/tspi.h> TSPICALL Tspi_DAA_IssuerKeyVerification( TSS_HDAA hDAA, TSS_HKEY issuerPk, TSS_DAA_PK_PROOF* issuerPkProof, TSS_BOOL* isCorrect ); DESCRIPTION
Tspi_DAA_IssuerKeyVerification verifies the DAA public key of a DAA Issuer with respect to its associated proof. This is a resource con- suming task. It can be done by trusted third party (certification). This is an optional function and does not require a TPM or a TCS. PARAMETERS
hDAA The hDAA parameter is used to specify the handle of the DAA object. issuerPk The issuerPk parameter is a DAA Issuer public key. issuerPkProof The issuerPkProof parameter is a structure representing the proofs of the correctness of the DAA Issuer public key. isCorrect The isCorrect parameter is the return corectness of the proof. RETURN CODES
Tspi_DAA_IssuerKeyVerification returns TSS_SUCCESS on success, otherwise one of the following values is returned: TSS_E_INVALID_HANDLE Either the DAA is not valid. TSS_E_BAD_PARAMETER TSS_E_INTERNAL_ERROR An internal SW error has been detected. CONFORMING TO
Tspi_DAA_IssuerKeyVerification conforms to the Trusted Computing Group Software Specification version 1.2 SEE ALSO
Tspi_DAA_IssueSetup(3) TSS 1.2 2006-09-04 Tspi_DAA_IssuerKeyVerification(3)
All times are GMT -4. The time now is 07:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy