Searched refs:BN_mod_sub (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | div.c | 414 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() function
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 525 OPENSSL_EXPORT int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/tpm2/ |
D | CpriECC.c | 1323 || !BN_mod_sub(bnS, bnK, bnS, bnN, context) // (k - (r * dA) mod n in SignSM2()
|
D | part4.txt | 34603 1206 || !BN_mod_sub(bnS, bnK, bnS, bnN, context) // (k - (r * dA) mod n
|