Searched refs:BN_mod_sub (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_add.pod | 6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_mod_sqrt, BN_exp, BN_mod_exp, BN_gcd - 31 int BN_mod_sub(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m, 79 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the
|
/third_party/openssl/crypto/bn/ |
D | bn_x931p.c | 111 if (!BN_mod_sub(p, p, Xp, p1p2, ctx)) in BN_X931_derive_prime_ex()
|
D | bn_mod.c | 106 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() function
|
/third_party/openssl/crypto/srp/ |
D | srp_lib.c | 201 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 253 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 954 #define BN_mod_sub BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_sub) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3219 BN_mod_sub 3171 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 9244 BN_mod_sub
|