Searched refs:zencod_bn_mod_exp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c140 static int zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
735 static int zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
1012 return zencod_bn_mod_exp(r, a, p, m, ctx);
1141 return zencod_bn_mod_exp(r, a, p, m, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c136 static int zencod_bn_mod_exp ( BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx ) ;
696 static int zencod_bn_mod_exp ( BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx ) function
963 return zencod_bn_mod_exp ( r, a, p, m, ctx ) ;
1094 return zencod_bn_mod_exp ( r, a, p, m, ctx ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c140 static int zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
735 static int zencod_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
1012 return zencod_bn_mod_exp(r, a, p, m, ctx);
1141 return zencod_bn_mod_exp(r, a, p, m, ctx);

Completed in 107 milliseconds