/external/tpm2/ |
D | CpriDataEcc.c | 344 {TPM_ALG_NULL,TPM_ALG_NULL}, 354 {TPM_ALG_NULL,TPM_ALG_NULL}, 364 {TPM_ALG_NULL,{{TPM_ALG_NULL}}}, 374 {TPM_ALG_NULL,{{TPM_ALG_NULL}}}, 384 {TPM_ALG_NULL,TPM_ALG_NULL}, 393 {TPM_ALG_NULL,{{TPM_ALG_NULL}}}, 394 {TPM_ALG_NULL,{{TPM_ALG_NULL}}}, 403 {TPM_ALG_NULL,TPM_ALG_NULL}, 404 {TPM_ALG_NULL,TPM_ALG_NULL}, 414 {TPM_ALG_NULL,TPM_ALG_NULL},
|
D | HMAC_Start.c | 49 if(publicArea->parameters.keyedHashDetail.scheme.scheme == TPM_ALG_NULL) in TPM2_HMAC_Start() 58 if(in->hashAlg != TPM_ALG_NULL && in->hashAlg != hashAlg) in TPM2_HMAC_Start() 59 hashAlg = TPM_ALG_NULL; in TPM2_HMAC_Start() 62 if(hashAlg == TPM_ALG_NULL) in TPM2_HMAC_Start()
|
D | Object_spt.c | 365 && keyScheme->scheme != TPM_ALG_NULL) in SchemeChecks() 370 && keyScheme->scheme == TPM_ALG_NULL) in SchemeChecks() 380 if( keyScheme->scheme != TPM_ALG_NULL in SchemeChecks() 400 if(curveScheme->scheme != TPM_ALG_NULL) in SchemeChecks() 405 if( curveScheme->details.anySig.hashAlg != TPM_ALG_NULL in SchemeChecks() 413 if(publicArea->parameters.eccDetail.kdf.scheme != TPM_ALG_NULL) in SchemeChecks() 423 == TPM_ALG_NULL) in SchemeChecks() 426 if(publicArea->parameters.asymDetail.scheme.scheme != TPM_ALG_NULL) in SchemeChecks() 445 != TPM_ALG_NULL) in SchemeChecks() 461 if(scheme->scheme != TPM_ALG_NULL) in SchemeChecks() [all …]
|
D | HMAC.c | 49 if(publicArea->parameters.keyedHashDetail.scheme.scheme == TPM_ALG_NULL) in TPM2_HMAC() 58 if(in->hashAlg != TPM_ALG_NULL && in->hashAlg != hashAlg) in TPM2_HMAC() 59 hashAlg = TPM_ALG_NULL; in TPM2_HMAC() 62 if(hashAlg == TPM_ALG_NULL) in TPM2_HMAC()
|
D | Duplicate.c | 50 if(object->publicArea.nameAlg == TPM_ALG_NULL) in TPM2_Duplicate() 62 if(in->symmetricAlg.algorithm == TPM_ALG_NULL) in TPM2_Duplicate() 68 if(in->symmetricAlg.algorithm == TPM_ALG_NULL) in TPM2_Duplicate()
|
D | Object.c | 147 if(object->publicArea.nameAlg == TPM_ALG_NULL) in ObjectGetName() 186 if(object->publicArea.nameAlg == TPM_ALG_NULL) in ObjectGetQualifiedName() 423 (*object)->type = TPM_ALG_NULL; in AllocateSequenceSlot() 425 (*object)->nameAlg = TPM_ALG_NULL; in AllocateSequenceSlot() 526 for(count = 0; (hash = CryptGetHashAlgByIndex(count)) != TPM_ALG_NULL; count++) in ObjectCreateEventSequence() 559 for(count = 0; CryptGetHashAlgByIndex(count) != TPM_ALG_NULL; count++) in ObjectTerminateEvent() 728 if(publicArea->nameAlg == TPM_ALG_NULL) in ObjectComputeName()
|
D | ChangePPS.c | 36 gc.platformAlg = TPM_ALG_NULL; in TPM2_ChangePPS() 52 gp.pcrPolicies.hashAlg[i] = TPM_ALG_NULL; in TPM2_ChangePPS()
|
D | Hierarchy.c | 38 gp.ownerAlg = TPM_ALG_NULL; in HierarchyPreInstall_Init() 40 gp.endorsementAlg = TPM_ALG_NULL; in HierarchyPreInstall_Init() 42 gp.lockoutAlg = TPM_ALG_NULL; in HierarchyPreInstall_Init()
|
D | ZGen_2Phase.c | 50 if(scheme != TPM_ALG_NULL) in TPM2_ZGen_2Phase() 57 if(scheme == TPM_ALG_NULL) in TPM2_ZGen_2Phase()
|
D | CryptUtil.c | 63 #ifdef TPM_ALG_NULL //% 708 if(publicArea->nameAlg == TPM_ALG_NULL) in CryptGenerateKeyedHash() 715 if(scheme->scheme == TPM_ALG_NULL) in CryptGenerateKeyedHash() 947 if(keyScheme->scheme == TPM_ALG_NULL) in CryptSelectRSAScheme() 953 else if(scheme->scheme == TPM_ALG_NULL) in CryptSelectRSAScheme() 1003 TPMI_ALG_HASH hashAlg = TPM_ALG_NULL; // hash algorithm in the selected in CryptDecryptRSA() 1080 TPMI_ALG_HASH hashAlg = TPM_ALG_NULL; // hash algorithm in selected in CryptEncryptRSA() 1950 if(publicArea->nameAlg == TPM_ALG_NULL) in CryptGenerateKeySymmetric() 3030 OK = (curveValue->sign.scheme == TPM_ALG_NULL in CryptObjectIsPublicConsistent() 3096 else if(publicArea->nameAlg != TPM_ALG_NULL) in CryptObjectPublicPrivateMatch() [all …]
|
D | EncryptDecrypt.c | 42 if( in->mode == TPM_ALG_NULL) in TPM2_EncryptDecrypt() 55 if(in->mode == TPM_ALG_NULL) in TPM2_EncryptDecrypt()
|
D | tpm_generated.c | 659 #ifdef TPM_ALG_NULL in TPM_ALG_ID_Unmarshal() 660 if (*target == TPM_ALG_NULL) { in TPM_ALG_ID_Unmarshal() 879 if (*target == TPM_ALG_NULL) { in TPMI_ALG_HASH_Unmarshal() 1969 #ifdef TPM_ALG_NULL in TPMU_SYM_KEY_BITS_Marshal() 1970 case TPM_ALG_NULL: in TPMU_SYM_KEY_BITS_Marshal() 2001 #ifdef TPM_ALG_NULL in TPMU_SYM_KEY_BITS_Unmarshal() 2002 case TPM_ALG_NULL: in TPMU_SYM_KEY_BITS_Unmarshal() 2025 if (*target == TPM_ALG_NULL) { in TPMI_ALG_SYM_MODE_Unmarshal() 2077 #ifdef TPM_ALG_NULL in TPMU_SYM_MODE_Marshal() 2078 case TPM_ALG_NULL: in TPMU_SYM_MODE_Marshal() [all …]
|
D | HashSequenceStart.c | 24 if(in->hashAlg == TPM_ALG_NULL) in TPM2_HashSequenceStart()
|
D | CpriHashData.c | 31 {TPM_ALG_NULL,0,0,0,{0}}
|
D | CpriRSA.c | 810 hashAlg != TPM_ALG_NULL && in RSASSA_Encode() 818 hashAlg != TPM_ALG_NULL && in RSASSA_Encode() 948 case TPM_ALG_NULL: // 'raw' encryption in _cpri__EncryptRSA() 1026 case TPM_ALG_NULL: in _cpri__DecryptRSA() 1073 case TPM_ALG_NULL: in _cpri__SignRSA() 1134 case TPM_ALG_NULL: in _cpri__ValidateSignatureRSA()
|
D | ChangeEPS.c | 43 gp.endorsementAlg = TPM_ALG_NULL; in TPM2_ChangeEPS()
|
D | SetCommandCodeAuditStatus.c | 29 if( in->auditAlg != TPM_ALG_NULL in TPM2_SetCommandCodeAuditStatus()
|
D | Quote.c | 56 if(hashAlg == TPM_ALG_NULL) in TPM2_Quote()
|
D | VerifySignature.c | 50 || signObject->publicArea.nameAlg == TPM_ALG_NULL) in TPM2_VerifySignature()
|
D | ECDH_ZGen.c | 45 && eccKey->publicArea.parameters.eccDetail.scheme.scheme != TPM_ALG_NULL) in TPM2_ECDH_ZGen()
|
D | Sign.c | 68 in->inScheme.details.any.hashAlg != TPM_ALG_NULL && in TPM2_Sign()
|
D | LoadExternal.c | 77 skipChecks = (in->inPublic.t.publicArea.nameAlg == TPM_ALG_NULL); in TPM2_LoadExternal()
|
D | StartAuthSession.c | 91 if( in->symmetric.algorithm != TPM_ALG_NULL in TPM2_StartAuthSession()
|
D | Clear.c | 58 gp.ownerAlg = gp.endorsementAlg = gp.lockoutAlg = TPM_ALG_NULL; in TPM2_Clear()
|
D | Import.c | 96 if(in->symmetricAlg.algorithm != TPM_ALG_NULL) in TPM2_Import()
|