Searched defs:cb (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_depr.c28 BN_GENCB *cb; local
H A Ddh_gen.c38 ossl_dh_generate_ffc_parameters(DH *dh, int type, int pbits, int qbits, BN_GENCB *cb) argument
114 DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb) argument
155 dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb) argument
[all...]
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_depr.c33 BN_GENCB *cb = BN_GENCB_new(); local
H A Drsa_chk.c22 static int rsa_validate_keypair_multiprime(const RSA *key, BN_GENCB *cb) argument
261 int RSA_check_key_ex(const RSA *key, BN_GENCB *cb) argument
/freebsd-current/sys/dev/wtap/wtap_hal/
H A Dhandler.h38 struct callout cb; member in struct:timehandler
/freebsd-current/tests/sys/ses/
H A Dcommon.h30 for_each_ses_dev(ses_cb cb, int oflags) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_passphrase.c65 archive_write_set_passphrase_callback(struct archive *_a, void *client_data, archive_passphrase_callback *cb) argument
H A Darchive_read_add_passphrase.c110 archive_read_set_passphrase_callback(struct archive *_a, void *client_data, archive_passphrase_callback *cb) argument
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c37 BN_GENCB *cb; local
H A Ddsa_gen.c26 ossl_dsa_generate_ffc_parameters(DSA *dsa, int type, int pbits, int qbits, BN_GENCB *cb) argument
47 DSA_generate_parameters_ex(DSA *dsa, int bits, const unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
H A Ddsa_key.c112 OSSL_CALLBACK *cb = NULL; local
143 static int dsa_keygen_pairwise_test(DSA *dsa, OSSL_CALLBACK *cb, void *cbarg) argument
/freebsd-current/crypto/openssl/crypto/pem/
H A Dpem_oth.c20 PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, pem_password_cb *cb, void *u) argument
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Derror.c45 isc_error_setunexpected(isc_errorcallback_t cb) { argument
53 isc_error_setfatal(isc_errorcallback_t cb) { argument
H A Dassertions.c64 isc_assertion_setcallback(isc_assertioncallback_t cb) { argument
/freebsd-current/crypto/openssl/providers/fips/
H A Dself_test.h32 OSSL_CALLBACK *cb; member in struct:self_test_post_params_st
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_depr.c26 BN_GENCB cb; local
50 BN_GENCB cb; local
60 BN_GENCB cb; local
H A Dbn_x931p.c23 bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx, BN_GENCB *cb) argument
53 BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
219 BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1, BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
[all...]
/freebsd-current/libexec/bootpd/
H A Dgetif.c109 nmatch(u_char *ca, u_char *cb) argument
/freebsd-current/sys/dev/mlxfw/
H A Dmlxfw_mfa2_file.h44 const void *cb; /* components block */ member in struct:mlxfw_mfa2_file
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem_rbtree.c77 rbt_ib_umem_for_each_in_range(struct rb_root *root, u64 start, u64 last, umem_call_back cb, void *cookie) argument
/freebsd-current/lib/libc/tests/gen/
H A Dftw_test.c52 cb(const char *path, const struct stat *st, int type, struct FTW *f) function
/freebsd-current/stand/libsa/
H A Dnvstore.c68 nvstore_init(const char *name, nvs_callbacks_t *cb, void *data) argument
/freebsd-current/contrib/nvi/ex/
H A Dex_move.c33 CB cb = {{ 0 }}; local
/freebsd-current/crypto/openssl/crypto/ffc/
H A Dffc_params_validate.c52 ossl_ffc_params_FIPS186_4_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int type, int *res, BN_GENCB *cb) argument
70 ossl_ffc_params_FIPS186_2_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int type, int *res, BN_GENCB *cb) argument
/freebsd-current/crypto/openssl/providers/common/
H A Dcapabilities.c204 static int tls_group_capability(OSSL_CALLBACK *cb, void *arg) argument
217 ossl_prov_get_capabilities(void *provctx, const char *capability, OSSL_CALLBACK *cb, void *arg) argument

Completed in 173 milliseconds

1234567891011>>