Home
last modified time | relevance | path

Searched refs:CryptIsAsymAlgorithm (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DMakeCredential.c70 if(!CryptIsAsymAlgorithm(object->publicArea.type) in TPM2_MakeCredential()
DActivateCredential.c75 if(!CryptIsAsymAlgorithm(object->publicArea.type) in TPM2_ActivateCredential()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Session/
DStartAuthSession.c89 if(!CryptIsAsymAlgorithm(tpmKey->publicArea.type)) in TPM2_StartAuthSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptUtil_fp.h137 CryptIsAsymAlgorithm(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c490 CryptIsAsymAlgorithm( in CryptIsAsymAlgorithm() function
1360 if(CryptIsAsymAlgorithm(publicArea->type)) in CryptSelectSignScheme()