Searched refs:NUMBYTES (Results 1 – 7 of 7) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | BnConvert_fp.h | 51 NUMBYTES nBytes 87 NUMBYTES *size // This the number of bytes that are 102 NUMBYTES size // IN: the desired size
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | MathOnByteBuffers.c | 149 NUMBYTES tSize = (NUMBYTES)nSize; in ModExpB() 153 BnFromBytes(bnM, m, (NUMBYTES)mSize); in ModExpB() 154 BnFromBytes(bnE, e, (NUMBYTES)eSize); in ModExpB() 155 BnFromBytes(bnN, n, (NUMBYTES)nSize); in ModExpB()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | BnConvert.c | 54 NUMBYTES nBytes in BnFromBytes() 172 NUMBYTES *size // This the number of bytes that are in BnToBytes() 204 *size = (NUMBYTES)requiredSize; in BnToBytes() 235 NUMBYTES size // IN: the desired size in BnTo2B()
|
D | CryptEccSignature.c | 62 (NUMBYTES)MIN(digest->t.size, BITS_TO_BYTES(bitsInMax))); in EcdsaDigest() 352 BnTo2B(ecR->x, e, (NUMBYTES)BITS_TO_BYTES(BnSizeInBits(prime))); in BnSignEcSchnorr() 556 NUMBYTES orderBytes = in CryptEccSign() 557 (NUMBYTES)BITS_TO_BYTES(BnSizeInBits(CurveGetOrder(C))); in CryptEccSign() 737 (NUMBYTES)(BITS_TO_BYTES(BnSizeInBits(order)))); in BnValidateSignatureEcSchnorr()
|
D | CryptRsa.c | 1437 (NUMBYTES)BITS_TO_BYTES(keySizeInBits)); in CryptRsaGenerateKey() 1441 != (NUMBYTES)BITS_TO_BYTES(keySizeInBits))) in CryptRsaGenerateKey()
|
/external/vboot_reference/scripts/ |
D | genpadding.sh | 144 echo ${rsaalgo}NUMBYTES, 168 echo ${rsaalgo}NUMBYTES - ${hashalgo}_DIGEST_SIZE,
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | Global.h | 88 typedef UINT16 NUMBYTES; typedef
|