Lines Matching full:bn_ctx
1140 BN_CTX *bn_ctx = NULL;
1388 ((bn_ctx = BN_CTX_new()) == NULL))
1399 p, encoded_pt_len, bn_ctx) == 0))
1426 BN_CTX_free(bn_ctx);
1572 BN_CTX_free(bn_ctx);
1931 BN_CTX * bn_ctx = NULL;
2354 bn_ctx = BN_CTX_new();
2356 (bn_ctx == NULL))
2366 encodedPoint, encoded_pt_len, bn_ctx);
2378 BN_CTX_free(bn_ctx);
2407 BN_CTX_free(bn_ctx);