cb_2 432 source4/heimdal/lib/hcrypto/bn.c BN_GENCB_set(BN_GENCB *gencb, int (*cb_2)(int, int, BN_GENCB *), void *ctx) cb_2 435 source4/heimdal/lib/hcrypto/bn.c gencb->cb.cb_2 = cb_2; cb_2 442 source4/heimdal/lib/hcrypto/bn.c if (cb == NULL || cb->cb.cb_2 == NULL) cb_2 444 source4/heimdal/lib/hcrypto/bn.c return cb->cb.cb_2(a, b, cb); cb_2 80 source4/heimdal/lib/hcrypto/bn.h int (*cb_2)(int, int, BN_GENCB *);