/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 | 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 | 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 | 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 | ChangePPS.c | 36 gc.platformAlg = TPM_ALG_NULL; in TPM2_ChangePPS() 52 gp.pcrPolicies.hashAlg[i] = TPM_ALG_NULL; in TPM2_ChangePPS()
|
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 | 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 | EncryptDecrypt.c | 42 if( in->mode == TPM_ALG_NULL) in TPM2_EncryptDecrypt() 55 if(in->mode == TPM_ALG_NULL) in TPM2_EncryptDecrypt()
|
D | CryptUtil.c | 63 #ifdef TPM_ALG_NULL //% 709 if(scheme->scheme == TPM_ALG_NULL) in CryptGenerateKeyedHash() 941 if(keyScheme->scheme == TPM_ALG_NULL) in CryptSelectRSAScheme() 947 else if(scheme->scheme == TPM_ALG_NULL) in CryptSelectRSAScheme() 997 TPMI_ALG_HASH hashAlg = TPM_ALG_NULL; // hash algorithm in the selected in CryptDecryptRSA() 1074 TPMI_ALG_HASH hashAlg = TPM_ALG_NULL; // hash algorithm in selected in CryptEncryptRSA() 3018 OK = (curveValue->sign.scheme == TPM_ALG_NULL in CryptObjectIsPublicConsistent() 3084 else if(publicArea->nameAlg != TPM_ALG_NULL) in CryptObjectPublicPrivateMatch() 3117 && publicArea->nameAlg != TPM_ALG_NULL) in CryptObjectPublicPrivateMatch() 3142 pAssert(auth->sigAlg != TPM_ALG_NULL); in CryptGetSignHashAlg() [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 | 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 | 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 | 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()
|
/external/tpm2/generator/ |
D | structures.txt | 83 _NAME TPM_ALG_NULL 778 _CONDITIONAL TPM_ALG_NULL 784 _CONDITIONAL TPM_ALG_NULL 791 _CONDITIONAL TPM_ALG_NULL 797 _CONDITIONAL TPM_ALG_NULL 806 _CONDITIONAL TPM_ALG_NULL 814 _CONDITIONAL TPM_ALG_NULL 825 _CONDITIONAL TPM_ALG_NULL 832 _CONDITIONAL TPM_ALG_NULL 861 _CONDITIONAL TPM_ALG_NULL [all …]
|
D | commands.txt | 128 _COMMENT the algorithm and key size for parameter encryption may select TPM_ALG_NULL 131 …lgorithm to use for the session Shall be a hash algorithm supported by the TPM and not TPM_ALG_NULL 431 …n for the symmetric algorithm to be used for the inner wrapper may be TPM_ALG_NULL if no inner wra… 442 _COMMENT If the caller provided an encryption key or if symmetricAlg was TPM_ALG_NULL, then this wi… 498 …yption key used as the inner wrapper for duplicate If symmetricAlg is TPM_ALG_NULL, then this para… 510 …symmetric algorithm to use for the inner wrapper If this algorithm is TPM_ALG_NULL, no inner wrapp… 539 …dle. the padding scheme to use if scheme associated with keyHandle is TPM_ALG_NULL optional label … 567 _COMMENT the padding scheme to use if scheme associated with keyHandle is TPM_ALG_NULL 705 …c mode For a restricted key, this field shall match the default mode of the key or be TPM_ALG_NULL. 740 _COMMENT algorithm for the hash being computed – shall not be TPM_ALG_NULL [all …]
|