Searched defs:BN_GENCB (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | bn.h | 74 #define BN_GENCB hc_BN_GENCB macro 85 typedef struct BN_GENCB BN_GENCB; typedef 90 struct BN_GENCB { struct 94 int (*cb_2)(int, int, BN_GENCB *); argument 95 } cb;
|
H A D | bn.c | 427 BN_GENCB_set(BN_GENCB *gencb, int (*cb_2)(int, int, BN_GENCB *), void *ctx) in BN_GENCB_set() argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
H A D | dh_meth.c | 169 int (*generate_params) (DH *, int, int, BN_GENCB *)) in DH_meth_set_generate_params() argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh_meth.c | 175 int (*generate_params) (DH *, int, int, BN_GENCB *)) in DH_meth_set_generate_params() argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/ |
H A D | dsa_meth.c | 209 unsigned long *, BN_GENCB *)) in DSA_meth_set_paramgen() argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ossl_typ.h | 85 typedef struct bn_gencb_st BN_GENCB; typedef
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
H A D | dsa_meth.c | 208 unsigned long *, BN_GENCB *)) in DSA_meth_set_paramgen() argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | types.h | 92 typedef struct bn_gencb_st BN_GENCB; typedef
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_lib.c | 985 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_lib.c | 1046 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() argument
|