Home | History | Annotate | Download | only in racoon

Lines Matching full:bignum

237 	BIGNUM *bn = BN_new();
2410 BIGNUM *r = NULL;
2431 BIGNUM *p = NULL;
2480 BIGNUM *dh_pub = NULL;
2526 * convert vchar_t <-> BIGNUM.
2529 * BIGNUM: unit is BN_ULONG, each of BN_ULONG is in host endian,
2534 * BIGNUM (BN_ULONG = u_int8_t): 04 01 05 fe 3f
2535 * BIGNUM (BN_ULONG = u_int16_t): 0x0104 0xfe05 0x003f
2536 * BIGNUM (BN_ULONG = u_int32_t_t): 0xfe050104 0x0000003f
2540 BIGNUM **bn;
2552 BIGNUM *bn;
2645 BIGNUM *exp, *mod;
2680 BIGNUM *exp, *mod;
2710 bignum_pubkey2rsa(BIGNUM *in)