Home
last modified time | relevance | path

Searched defs:bnR (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccSignature.c86 bigNum bnR, // IN: the signature 'r' value in BnSchnorrSign()
116 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcdsa()
310 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcSchnorr()
401 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcSm2()
579 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcdsa()
639 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcSm2()
707 bigNum bnR, // IN: 'r' component of the signature in BnValidateSignatureEcSchnorr()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c292 BIGNUM *bnR = BN_NEW(); in BnDiv() local