Home
last modified time | relevance | path

Searched refs:gencb (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c581 BN_GENCB *gencb = NULL; in rsa_gen() local
608 gencb = BN_GENCB_new(); in rsa_gen()
609 if (gencb != NULL) in rsa_gen()
610 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
621 gctx->pub_exp, gencb)) in rsa_gen()
634 BN_GENCB_free(gencb); in rsa_gen()
H A Ddsa_kmgmt.c557 BN_GENCB *gencb = NULL; in dsa_gen() local
573 gencb = BN_GENCB_new(); in dsa_gen()
574 if (gencb != NULL) in dsa_gen()
575 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
601 gencb) <= 0) in dsa_gen()
620 BN_GENCB_free(gencb); in dsa_gen()
H A Ddh_kmgmt.c695 BN_GENCB *gencb = NULL; in dh_gen() local
747 gencb = BN_GENCB_new(); in dh_gen()
748 if (gencb != NULL) in dh_gen()
749 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
759 gctx->generator, gencb); in dh_gen()
763 gencb); in dh_gen()
788 BN_GENCB_free(gencb); in dh_gen()
/third_party/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c581 BN_GENCB *gencb = NULL; in rsa_gen() local
608 gencb = BN_GENCB_new(); in rsa_gen()
609 if (gencb != NULL) in rsa_gen()
610 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
621 gctx->pub_exp, gencb)) in rsa_gen()
634 BN_GENCB_free(gencb); in rsa_gen()
H A Ddsa_kmgmt.c554 BN_GENCB *gencb = NULL; in dsa_gen() local
570 gencb = BN_GENCB_new(); in dsa_gen()
571 if (gencb != NULL) in dsa_gen()
572 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
598 gencb) <= 0) in dsa_gen()
617 BN_GENCB_free(gencb); in dsa_gen()
H A Ddh_kmgmt.c692 BN_GENCB *gencb = NULL; in dh_gen() local
744 gencb = BN_GENCB_new(); in dh_gen()
745 if (gencb != NULL) in dh_gen()
746 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
756 gctx->generator, gencb); in dh_gen()
760 gencb); in dh_gen()
785 BN_GENCB_free(gencb); in dh_gen()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_lib.c995 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in BN_GENCB_set_old() argument
998 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set_old()
1005 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() argument
1008 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set()
/third_party/openssl/crypto/bn/
H A Dbn_lib.c995 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in BN_GENCB_set_old() argument
998 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set_old()
1005 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() argument
1008 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h97 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *),
101 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h103 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *),
107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
/third_party/openssl/include/openssl/
H A Dbn.h103 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *),
107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),

Completed in 13 milliseconds