Searched refs:in_point (Results 1 – 2 of 2) sorted by relevance
560 EC_POINT *in_point, BN_CTX *ctx) in EC_POINT_hex2point() argument567 if ((point = EC_POINT_bn2point(group, bn, in_point, ctx)) == NULL) in EC_POINT_hex2point()
870 EC_POINT_dup(const EC_POINT *in_point, const EC_GROUP *group) in EC_POINT_dup() argument874 if (in_point == NULL) in EC_POINT_dup()880 if (!EC_POINT_copy(point, in_point)) in EC_POINT_dup()