Home | History | Annotate | Download | only in ec

Lines Matching refs:err

66 #include <openssl/err.h>
140 if ((tmp_bn = BN_CTX_get(ctx)) == NULL) goto err;
155 goto err;
160 err:
177 goto err;
180 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
182 if (!BN_mul(r, a, b, ctx)) goto err;
184 goto err;
187 err:
203 goto err;
206 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
208 if (!BN_sqr(r, a, ctx)) goto err;
210 goto err;
213 err: