HomeSort by: relevance | last modified time | path
    Searched refs:gencb (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
dsa_kmgmt.c 596 BN_GENCB *gencb = NULL; local
636 gencb = BN_GENCB_new();
637 if (gencb != NULL)
638 BN_GENCB_set(gencb, dsa_gencb, genctx);
663 gencb)
683 BN_GENCB_free(gencb);
rsa_kmgmt.c 575 BN_GENCB *gencb = NULL; local
602 gencb = BN_GENCB_new();
603 if (gencb != NULL)
604 BN_GENCB_set(gencb, rsa_gencb, genctx);
615 gctx->pub_exp, gencb))
628 BN_GENCB_free(gencb);
dh_kmgmt.c 699 BN_GENCB *gencb = NULL; local
762 gencb = BN_GENCB_new();
763 if (gencb != NULL)
764 BN_GENCB_set(gencb, dh_gencb, genctx);
774 gctx->generator, gencb);
778 gencb);
812 BN_GENCB_free(gencb);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
dsa_kmgmt.c 557 BN_GENCB *gencb = NULL; local
573 gencb = BN_GENCB_new();
574 if (gencb != NULL)
575 BN_GENCB_set(gencb, dsa_gencb, genctx);
601 gencb) <= 0)
620 BN_GENCB_free(gencb);
rsa_kmgmt.c 581 BN_GENCB *gencb = NULL; local
608 gencb = BN_GENCB_new();
609 if (gencb != NULL)
610 BN_GENCB_set(gencb, rsa_gencb, genctx);
621 gctx->pub_exp, gencb))
634 BN_GENCB_free(gencb);
dh_kmgmt.c 695 BN_GENCB *gencb = NULL; local
747 gencb = BN_GENCB_new();
748 if (gencb != NULL)
749 BN_GENCB_set(gencb, dh_gencb, genctx);
759 gctx->generator, gencb);
763 gencb);
788 BN_GENCB_free(gencb);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
bn.c 427 BN_GENCB_set(BN_GENCB *gencb, int (*cb_2)(int, int, BN_GENCB *), void *ctx)
429 gencb->ver = 2;
430 gencb->cb.cb_2 = cb_2;
431 gencb->arg = ctx;
  /src/external/bsd/libevent/dist/
http-internal.h 167 void (*gencb)(struct evhttp_request *req, void *); member in struct:evhttp
http.c 3504 if (http->gencb) {
3505 (*http->gencb)(req, http->gencbarg);
3970 http->gencb = cb;
  /src/external/bsd/ntp/dist/sntp/libevent/
http-internal.h 168 void (*gencb)(struct evhttp_request *req, void *); member in struct:evhttp
http.c 3502 if (http->gencb) {
3503 (*http->gencb)(req, http->gencbarg);
3968 http->gencb = cb;
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c 1120 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback)(int, int, void *),
1123 BN_GENCB *tmp_gencb = gencb;
1130 void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
1133 BN_GENCB *tmp_gencb = gencb;
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_lib.c 1036 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *),
1039 BN_GENCB *tmp_gencb = gencb;
1046 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
1049 BN_GENCB *tmp_gencb = gencb;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_lib.c 975 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *),
978 BN_GENCB *tmp_gencb = gencb;
985 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
988 BN_GENCB *tmp_gencb = gencb;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bn.h 103 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 *),
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bn.h 103 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 *),
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bn.h 97 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 *),

Completed in 43 milliseconds