Home
last modified time | relevance | path

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

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