Searched refs:bn_init (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_recp.c16 bn_init(&(recp->N));
17 bn_init(&(recp->Nr));
29 bn_init(&(ret->N));
30 bn_init(&(ret->Nr));
H A Dbn_mont.c245 bn_init(&ctx->RR);
246 bn_init(&ctx->N);
247 bn_init(&ctx->Ni);
286 bn_init(&tmod);
H A Dbn_gcd.c66 bn_init(&local_B);
97 bn_init(&local_A);
H A Dbn_ctx.c330 bn_init(bn);
H A Dbn_local.h640 void bn_init(BIGNUM *a);
H A Dbn_lib.c235 void bn_init(BIGNUM *a) function

Completed in 217 milliseconds