Home | History | Annotate | Download | only in bn

Lines Matching refs:BN_CTX

1 /* crypto/bn/bn_ctx.c */
78 * BN_CTX doesn't show this to be a big issue.
135 /* BN_CTX */
138 /* The opaque BN_CTX type */
153 /* Enable this to find BN_CTX bugs */
156 static void ctxdbg(BN_CTX *ctx)
200 void BN_CTX_init(BN_CTX *ctx)
214 BN_CTX *BN_CTX_new(void)
216 BN_CTX *ret = OPENSSL_malloc(sizeof(BN_CTX));
231 void BN_CTX_free(BN_CTX *ctx)
255 void BN_CTX_start(BN_CTX *ctx)
270 void BN_CTX_end(BN_CTX *ctx)
288 BIGNUM *BN_CTX_get(BN_CTX *ctx)