Searched defs:recp (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_recp.c | 13 void BN_RECP_CTX_init(BN_RECP_CTX *recp) in BN_RECP_CTX_init() argument 35 void BN_RECP_CTX_free(BN_RECP_CTX *recp) in BN_RECP_CTX_free() argument 45 BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) BN_RECP_CTX_set() argument 55 BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, BN_RECP_CTX *recp, BN_CTX *ctx) BN_mod_mul_reciprocal() argument 84 BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, BN_RECP_CTX *recp, BN_CTX *ctx) BN_div_recp() argument [all...] |
H A D | bn_exp.c | 177 BN_RECP_CTX recp; in BN_mod_exp_recp() local [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_recp.c | 13 void BN_RECP_CTX_init(BN_RECP_CTX *recp) in BN_RECP_CTX_init() argument 35 void BN_RECP_CTX_free(BN_RECP_CTX *recp) in BN_RECP_CTX_free() argument 45 BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) BN_RECP_CTX_set() argument 55 BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, BN_RECP_CTX *recp, BN_CTX *ctx) BN_mod_mul_reciprocal() argument 84 BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, BN_RECP_CTX *recp, BN_CTX *ctx) BN_div_recp() argument [all...] |
H A D | bn_exp.c | 177 BN_RECP_CTX recp; in BN_mod_exp_recp() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
H A D | getdents01.c | 84 void *recp = dirp; in run() local
|
/third_party/openssl/test/ |
H A D | bntest.c | 260 BN_RECP_CTX *recp = NULL; in test_div_recip() local
|
Completed in 7 milliseconds