Home
last modified time | relevance | path

Searched refs:NUMBYTES (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DBnConvert_fp.h51 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/
DMathOnByteBuffers.c149 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/
DBnConvert.c54 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()
DCryptEccSignature.c62 (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()
DCryptRsa.c1437 (NUMBYTES)BITS_TO_BYTES(keySizeInBits)); in CryptRsaGenerateKey()
1441 != (NUMBYTES)BITS_TO_BYTES(keySizeInBits))) in CryptRsaGenerateKey()
/external/vboot_reference/scripts/
Dgenpadding.sh144 echo ${rsaalgo}NUMBYTES,
168 echo ${rsaalgo}NUMBYTES - ${hashalgo}_DIGEST_SIZE,
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h88 typedef UINT16 NUMBYTES; typedef