Home
last modified time | relevance | path

Searched refs:pinit (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/ec/
Dec_kmeth.c240 int (**pinit)(EC_KEY *key), in EC_KEY_METHOD_get_init()
250 if (pinit != NULL) in EC_KEY_METHOD_get_init()
251 *pinit = meth->init; in EC_KEY_METHOD_get_init()
/third_party/ntfs-3g/src/
Dntfs-3g_common.c835 plugin_init_t pinit; local
861 pinit = (plugin_init_t)dlsym(handle, "init");
862 if (pinit) {
864 ops = (*pinit)(tag);
/third_party/FreeBSD/sys/dev/usb/
Dusb_generic.c2174 struct usb_fs_init *pinit; in ugen_ioctl_post() member
2493 u.pinit = &init; in ugen_ioctl_post()
2494 if (u.pinit->pEndpoints == NULL) { in ugen_ioctl_post()
2498 if (u.pinit->ep_index_max > 127) { in ugen_ioctl_post()
2502 if (u.pinit->ep_index_max == 0) { in ugen_ioctl_post()
2518 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max); in ugen_ioctl_post()
2523 u.pinit->ep_index_max, M_USB, M_WAITOK | M_ZERO); in ugen_ioctl_post()
2529 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()
2530 f->fs_ep_ptr = u.pinit->pEndpoints; in ugen_ioctl_post()
/third_party/openssl/crypto/evp/
Dpmeth_lib.c686 int (**pinit) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_init()
688 *pinit = pmeth->init; in EVP_PKEY_meth_get_init()
/third_party/littlefs/scripts/
Dtest.py454 for init, pinit in it.product(inits, pending):
455 ninit = pinit.copy()
/third_party/openssl/include/openssl/
Dec.h1329 int (**pinit)(EC_KEY *key),
Devp.h1543 int (**pinit) (EVP_PKEY_CTX *ctx));
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod142 int (**pinit) (EVP_PKEY_CTX *ctx));