Home
last modified time | relevance | path

Searched refs:BnFromBytes (Results 1 – 6 of 6) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMathOnByteBuffers.c153 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.c51 BnFromBytes( in BnFromBytes() function
107 return BnFromBytes(bn, a2B->buffer, a2B->size); in BnFrom2B()
DCryptEccSignature.c61 BnFromBytes(bnD, digest->t.buffer, in EcdsaDigest()
DCryptRsa.c160 VERIFY(BnFromBytes(bn[i], &b->t.buffer[primeSize * i], primeSize) in UnpackExponent()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DBnConvert_fp.h48 BnFromBytes(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c201 BnFromBytes(tpmTemp, test, sizeof(test)); in MathLibraryCompatibilityCheck()