Home
last modified time | relevance | path

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

/external/tpm2/
DActivateCredential.c46 if( !CryptIsAsymAlgorithm(object->publicArea.type) in TPM2_ActivateCredential()
DMakeCredential.c38 if( !CryptIsAsymAlgorithm(object->publicArea.type) in TPM2_MakeCredential()
DCryptUtil_fp.h229 BOOL CryptIsAsymAlgorithm(TPM_ALG_ID algID // IN: algorithm ID
DObject.c795 if( CryptIsAsymAlgorithm(publicArea->type) // must be asymmetric, in ObjectDataIsStorage()
DCryptUtil.c2127 CryptIsAsymAlgorithm( in CryptIsAsymAlgorithm() function
2831 if(CryptIsAsymAlgorithm(publicArea->type))
3326 if(CryptIsAsymAlgorithm(publicArea->type)) in CryptSelectSignScheme()
DObject_spt.c351 if(CryptIsAsymAlgorithm(publicArea->type)) in SchemeChecks()