Home
last modified time | relevance | path

Searched refs:in_point (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcrypto/ec/
H A Dec_convert.c560 EC_POINT *in_point, BN_CTX *ctx) in EC_POINT_hex2point() argument
567 if ((point = EC_POINT_bn2point(group, bn, in_point, ctx)) == NULL) in EC_POINT_hex2point()
H A Dec_lib.c870 EC_POINT_dup(const EC_POINT *in_point, const EC_GROUP *group) in EC_POINT_dup() argument
874 if (in_point == NULL) in EC_POINT_dup()
880 if (!EC_POINT_copy(point, in_point)) in EC_POINT_dup()