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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lcl.h144 size_t (*point2oct) (const EC_GROUP *, const EC_POINT *, member in struct:ec_method_st
H A Dec_lib.c915 if (group->meth->point2oct == 0) {
923 return group->meth->point2oct(group, point, form, buf, len, ctx);

Completed in 145 milliseconds