Home | History | Annotate | Download | only in racoon

Lines Matching refs:BIGNUM

243 	BIGNUM *bn = BN_new();
2440 BIGNUM *r = NULL;
2461 BIGNUM *p = NULL;
2515 BIGNUM *dh_pub = NULL;
2565 * convert vchar_t <-> BIGNUM.
2568 * BIGNUM: unit is BN_ULONG, each of BN_ULONG is in host endian,
2573 * BIGNUM (BN_ULONG = u_int8_t): 04 01 05 fe 3f
2574 * BIGNUM (BN_ULONG = u_int16_t): 0x0104 0xfe05 0x003f
2575 * BIGNUM (BN_ULONG = u_int32_t_t): 0xfe050104 0x0000003f
2579 BIGNUM **bn;
2591 BIGNUM *bn;
2722 BIGNUM *exp, *mod;
2757 BIGNUM *exp, *mod;
2787 bignum_pubkey2rsa(BIGNUM *in)