Searched defs:recp (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Ddivtest.c25 BN_RECP_CTX *recp=BN_RECP_CTX_new(); local
H A Dbn_recp.c63 void BN_RECP_CTX_init(BN_RECP_CTX *recp) argument
83 void BN_RECP_CTX_free(BN_RECP_CTX *recp) argument
94 BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) argument
103 BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, BN_RECP_CTX *recp, BN_CTX *ctx) argument
130 BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, BN_RECP_CTX *recp, BN_CTX *ctx) argument
[all...]
H A Dbn_exp.c247 BN_RECP_CTX recp; local
[all...]
H A Dbntest.c551 BN_RECP_CTX recp; local
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dbntest.c551 BN_RECP_CTX recp; local

Completed in 41 milliseconds