• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:keyBits

6784 44       UINT16                    keyBits;
6791 51 keyBits = CONTEXT_ENCRYPT_KEY_BITS;
6797 57 keyBits= protector->publicArea.parameters.asymDetail.symmetric.keyBits.sym;
6802 62 return sizeof(UINT16) + CryptGetSymmetricBlockSize(symAlg, keyBits);
6822 73 UINT16 *keyBits, // OUT: the symmetric key size in bits
6836 87 *keyBits = CONTEXT_ENCRYPT_KEY_BITS;
6844 95 *keyBits= symDef->keyBits.sym;
6845 96 symKey->t.size = (*keyBits + 7) / 8;
7544 613 UINT16 keyBits;
7584 653 &symAlg, &keyBits, &symKey);
7586 655 CryptSymmetricEncrypt(sensitiveData, symAlg, keyBits,
7645 693 UINT16 keyBits = 0;
7677 720 &symAlg, &keyBits, &symKey);
7687 730 if(ivIn.t.size != CryptGetSymmetricBlockSize(symAlg, keyBits))
7696 739 CryptSymmetricDecrypt(sensitiveData, symAlg, keyBits,
8002 990 innerSymKey->t.size = (symDef->keyBits.sym + 7) / 8;
8011 999 pAssert(innerSymKey->t.size == (symDef->keyBits.sym + 7) / 8);
8022 1005 symDef->keyBits.sym, TPM_ALG_CFB,
8125 1087 pAssert(innerSymKey->t.size == (symDef->keyBits.sym + 7) / 8);
8129 1091 symDef->keyBits.sym, TPM_ALG_CFB,
20383 643 publicArea->parameters.rsaDetail.keyBits,
21649 1544 != publicArea->parameters.symDetail.sym.keyBits.sym)
21654 1549 if(publicArea->parameters.symDetail.sym.keyBits.sym % 8 != 0)
21661 1556 = publicArea->parameters.symDetail.sym.keyBits.sym / 8;
22428 2150 symDef->keyBits.sym);
22443 2160 symDef->keyBits.sym, TPM_ALG_CFB,
22525 2230 session->symmetric.keyBits.aes, &(key.b),
22604 2293 session->symmetric.keyBits.sym,
23000 2597 if( (publicArea->parameters.symDetail.sym.keyBits.sym + 7)/8
23656 3047 consistent = ( ((publicArea->parameters.rsaDetail.keyBits+7)/8)