Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccSignature.c84 bigNum bnS, // OUT: 's' component of the signature in BnSchnorrSign() argument
105 BnDiv(NULL, bnS, bnT1, bnN); in BnSchnorrSign()
106 return (BnEqualZero(bnS)) ? TPM_RC_NO_RESULT : TPM_RC_SUCCESS; in BnSchnorrSign()
117 bigNum bnS, // OUT: 's' component of the signature in BnSignEcdsa() argument
179 BnModMult(bnS, bnR, bnD, order); in BnSignEcdsa()
181 BnAdd(bnS, bnE, bnS); in BnSignEcdsa()
183 BnModMult(bnS, bnIk, bnS, order); in BnSignEcdsa()
186 } while(BnEqualZero(bnS)); in BnSignEcdsa()
211 bigNum bnS, // OUT: 's' component of the signature in BnSignEcdaa() argument
260 retVal = BnSchnorrSign(bnS, bnR, bnT, bnD, in BnSignEcdaa()
[all …]
DCryptEccMain.c800 ECC_NUM(bnS); in CryptEccGenerateKey()
809 BnSignEcdsa(bnT, bnS, E, bnD, &digest, NULL); in CryptEccGenerateKey()
811 OK = BnValidateSignatureEcdsa(bnT, bnS, E, ecQ, &digest) == TPM_RC_SUCCESS; in CryptEccGenerateKey()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptEccSignature_fp.h51 bigNum bnS, // OUT: 's' component of the signature
90 bigNum bnS, // IN: 's' component of the signature