Searched refs:pinit (Results 1 – 8 of 8) sorted by relevance
240 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()
835 plugin_init_t pinit; local861 pinit = (plugin_init_t)dlsym(handle, "init");862 if (pinit) {864 ops = (*pinit)(tag);
2174 struct usb_fs_init *pinit; in ugen_ioctl_post() member2493 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()
686 int (**pinit) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_init()688 *pinit = pmeth->init; in EVP_PKEY_meth_get_init()
454 for init, pinit in it.product(inits, pending):455 ninit = pinit.copy()
1329 int (**pinit)(EC_KEY *key),
1543 int (**pinit) (EVP_PKEY_CTX *ctx));
142 int (**pinit) (EVP_PKEY_CTX *ctx));