Lines Matching refs:symKey
5921 10 OBJECT *symKey;
5928 17 symKey = ObjectGet(in->keyHandle);
5931 20 if( symKey->publicArea.type != TPM_ALG_SYMCIPHER
5932 21 || symKey->attributes.publicOnly == SET)
5937 26 in->mode = symKey->publicArea.parameters.symDetail.sym.mode.sym;
5941 30 if( symKey->publicArea.objectAttributes.restricted == SET
5942 31 && symKey->publicArea.parameters.symDetail.sym.mode.sym != in->mode)
5955 44 keySize = symKey->publicArea.parameters.symDetail.sym.keyBits.sym;
5956 45 alg = symKey->publicArea.parameters.symDetail.sym.algorithm;
5980 64 key = symKey->sensitive.sensitive.sym.t.buffer;
15968 15 TPM2B_SYM_KEY symKey;
16121 158 ComputeContextProtectionKey(&out->context, &symKey, &iv);
16126 163 TPM_ALG_CFB, symKey.t.buffer, &iv,
16249 22 TPM2B_SYM_KEY symKey;
16287 54 ComputeContextProtectionKey(&in->context, &symKey, &iv);
16292 59 TPM_ALG_CFB, symKey.t.buffer, &iv,