Home | History | Annotate | Download | only in racoon

Lines Matching refs:BN_ULONG

2568  * BIGNUM: unit is BN_ULONG, each of BN_ULONG is in host endian,
2569 * least significant BN_ULONG must come first.
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
2594 *var = vmalloc(bn->top * sizeof(BN_ULONG));