Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c118 # define BIGNUM_PRINT(label, bn, eol) macro
122 # define BIGNUM_PRINT(label, bn, eol) BIGNUM_print((label), (bn), (eol)) macro
303 BIGNUM_PRINT(" bnDividend: ", bnDend, TRUE); in BnDiv()
304 BIGNUM_PRINT(" bnDivisor: ", bnSor, TRUE); in BnDiv()
305 BIGNUM_PRINT(" bnQuotient: ", bnQ, TRUE); in BnDiv()
306 BIGNUM_PRINT(" bnRemainder: ", bnR, TRUE); in BnDiv()