Searched refs:have_precompute_mult (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_lcl.h159 int (*have_precompute_mult)(const EC_GROUP *group); member in struct:ec_method_st
H A Dec_lib.c1160 if (group->meth->have_precompute_mult != 0)
1161 return group->meth->have_precompute_mult(group);

Completed in 33 milliseconds