Searched refs:vtable (Results 101 - 125 of 160) sorted by relevance

1234567

/freebsd-13-stable/usr.bin/tip/tip/
H A Dvars.c51 value_t vtable[] = { variable
/freebsd-13-stable/contrib/subversion/subversion/libsvn_auth_gnome_keyring/
H A Dgnome_keyring.c53 _SecretServiceClass vtable, the get/set would still fail but there
485 po->vtable = &gnome_keyring_simple_provider;
548 po->vtable = &gnome_keyring_ssl_client_cert_pw_provider;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_auth_kwallet/
H A Dkwallet.cpp405 po->vtable = &kwallet_simple_provider;
470 po->vtable = &kwallet_ssl_client_cert_pw_provider;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dssl_client_cert_pw_providers.c391 po->vtable = &ssl_client_cert_pw_file_provider;
503 po->vtable = &client_cert_pw_prompt_provider;
H A Dsimple_providers.c535 po->vtable = &simple_provider;
731 po->vtable = &simple_prompt_provider;
/freebsd-13-stable/lib/libsecureboot/
H A Dveopen.c379 md->init(&mctx.vtable);
387 md->update(&mctx.vtable, buf, n);
/freebsd-13-stable/contrib/bearssl/src/hash/
H A Dsha2big.c198 cc->vtable = &br_sha384_vtable;
237 cc->vtable = &br_sha512_vtable;
H A Dsha2small.c256 cc->vtable = &br_sha224_vtable;
295 cc->vtable = &br_sha256_vtable;
/freebsd-13-stable/contrib/bearssl/tools/
H A Dclient.c143 const br_ssl_client_certificate_class *vtable; member in struct:__anon313
1024 x509_noanchor_init(&xwc, &xc.vtable);
1025 br_ssl_engine_set_x509(&cc.eng, &xwc.vtable);
1027 br_ssl_engine_set_x509(&cc.eng, &xc.vtable);
1041 zc.vtable = &ccert_vtable;
1054 br_ssl_client_set_client_certificate(&cc, &zc.vtable);
H A Dtwrch.c790 br_ssl_server_set_cache(&cc.srv, &lru.vtable);
876 br_ssl_engine_set_x509(&cc.eng, &xc.vtable);
879 x509_noanchor_init(&xwc, &xc.vtable);
880 br_ssl_engine_set_x509(&cc.eng, &xwc.vtable);
882 br_ssl_engine_set_x509(&cc.eng, &xc.vtable);
H A Dbrssl.h435 const br_x509_class *vtable; member in struct:__anon310
493 * pointer should be a pointer to a vtable or to a function, where
H A Dcerts.c235 xwc->vtable = &x509_noanchor_vtable;
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_speed.c98 vt->init(&ec.vtable, key, sizeof key); \
99 vt->run(&ec.vtable, iv, buf, sizeof buf); \
107 vt->init(&ec.vtable, key, sizeof key); \
110 vt->run(&ec.vtable, iv, buf, sizeof buf); \
147 vt->init(&ec.vtable, key, sizeof key); \
148 vt->run(&ec.vtable, iv, 1, buf, sizeof buf); \
156 vt->init(&ec.vtable, key, sizeof key); \
159 vt->run(&ec.vtable, iv, 1, buf, sizeof buf); \
226 * There are no vtable selection functions for the portable implementations,
470 vt->init(&ac.vtable, ke
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_nested.c637 static const svn_branch__txn_vtable_t vtable = { local
651 = svn_branch__txn_create(&vtable, NULL, NULL, result_pool);
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_auth.h46 * certificate, etc.) Each provider implements a vtable that
93 /** The main authentication "provider" vtable. */
106 * vtable, @a parameters contains any run-time data that the
124 * provider_baton is general context for the vtable, @a parameters
138 * general context for the vtable, and @a parameters contains any
160 const svn_auth_provider_t *vtable; member in struct:svn_auth_provider_object_t
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c150 SVN_ERR(session->vtable->get_commit_editor(session, &deditor, &dedit_baton,
/freebsd-13-stable/contrib/bearssl/src/aead/
H A Dgcm.c59 ctx->vtable = &br_gcm_vtable;
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_pwr8_cbcenc.c35 ctx->vtable = &br_aes_pwr8_cbcenc_vtable;
H A Daes_x86ni_cbcdec.c42 ctx->vtable = &br_aes_x86ni_cbcdec_vtable;
H A Daes_x86ni_ctr.c42 ctx->vtable = &br_aes_x86ni_ctr_vtable;
/freebsd-13-stable/usr.bin/dc/
H A Dbcode.c274 return (src->vtable->readchar(src));
282 src->vtable->unreadchar(src);
290 return (src->vtable->readline(src));
298 src->vtable->free(src);
1729 p = (*in.vtable->readline)(&in);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c536 DBusObjectPathVTable vtable = { local
551 if (!dbus_connection_try_register_object_path(con, path, &vtable,
/freebsd-13-stable/contrib/bearssl/src/x509/
H A Dx509_minimal.c226 ctx->vtable = &br_x509_minimal_vtable;
359 ctx->dn_hash_impl->init(&ctx->dn_hash.vtable);
360 ctx->dn_hash_impl->update(&ctx->dn_hash.vtable, dn, len);
361 ctx->dn_hash_impl->out(&ctx->dn_hash.vtable, out);
1215 CTX->dn_hash_impl->out(&CTX->dn_hash.vtable, CTX->current_dn_hash);
1553 &CTX->dn_hash.vtable, CTX->hbuf, clen);
1573 CTX->dn_hash_impl->update(&CTX->dn_hash.vtable, &x, 1);
1618 CTX->dn_hash_impl->init(&CTX->dn_hash.vtable);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c854 /* Use fs->vtable->foo instead of svn_fs_foo to avoid circular
856 SVN_ERR(lb->fs->vtable->youngest_rev(&youngest, lb->fs, pool));
857 SVN_ERR(lb->fs->vtable->revision_root(&root, lb->fs, youngest, pool));
1004 SVN_ERR(ub->fs->vtable->youngest_rev(&youngest, ub->fs, pool));
1005 SVN_ERR(ub->fs->vtable->revision_root(&root, ub->fs, youngest, pool));
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c875 /* Use fs->vtable->foo instead of svn_fs_foo to avoid circular
877 SVN_ERR(lb->fs->vtable->youngest_rev(&youngest, lb->fs, pool));
878 SVN_ERR(lb->fs->vtable->revision_root(&root, lb->fs, youngest, pool));
1026 SVN_ERR(ub->fs->vtable->youngest_rev(&youngest, ub->fs, pool));
1027 SVN_ERR(ub->fs->vtable->revision_root(&root, ub->fs, youngest, pool));

Completed in 136 milliseconds

1234567