Home | History | Annotate | Download | only in ssl

Lines Matching refs:bn_ctx

1039 	BN_CTX *bn_ctx = NULL; 
1237 bn_ctx = BN_CTX_new();
1238 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1248 encodedPoint, encodedlen, bn_ctx);
1256 BN_CTX_free(bn_ctx); bn_ctx=NULL;
1462 BN_CTX_free(bn_ctx);