Home | History | Annotate | Download | only in ec

Lines Matching refs:err

57 #include <openssl/err.h>
72 goto err;
76 if ((order = BN_CTX_get(ctx)) == NULL) goto err;
82 goto err;
89 goto err;
94 goto err;
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
103 goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
110 goto err;
115 err: