Home
last modified time | relevance | path

Searched defs:recp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libcrypto/bn/
H A Dbn_recp.c88 return recp; in BN_RECP_CTX_free() argument
66 BN_RECP_CTX_init(BN_RECP_CTX * recp) BN_RECP_CTX_init() argument
100 BN_RECP_CTX_set(BN_RECP_CTX * recp,const BIGNUM * d,BN_CTX * ctx) BN_RECP_CTX_set() argument
112 BN_mod_mul_reciprocal(BIGNUM * r,const BIGNUM * x,const BIGNUM * y,BN_RECP_CTX * recp,BN_CTX * ctx) BN_mod_mul_reciprocal() argument
141 BN_div_recp(BIGNUM * dv,BIGNUM * rem,const BIGNUM * m,BN_RECP_CTX * recp,BN_CTX * ctx) BN_div_recp() argument
[all...]
H A Dbn_exp.c975 BN_RECP_CTX *recp = NULL; in BN_mod_exp_recp() local
/openbsd-src/usr.bin/vi/common/
H A Drecover.c609 char *name, *p, *t, *rp, *recp, *pathp; in rcv_read() local
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_test.c566 BN_RECP_CTX *recp = NULL; in test_div_recp() local