Home
last modified time | relevance | path

Searched refs:pinit (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_kmeth.c267 int (**pinit)(EC_KEY *key), in EC_KEY_METHOD_get_init()
277 if (pinit != NULL) in EC_KEY_METHOD_get_init()
278 *pinit = meth->init; in EC_KEY_METHOD_get_init()
/third_party/openssl/crypto/ec/
H A Dec_kmeth.c267 int (**pinit)(EC_KEY *key), in EC_KEY_METHOD_get_init()
277 if (pinit != NULL) in EC_KEY_METHOD_get_init()
278 *pinit = meth->init; in EC_KEY_METHOD_get_init()
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c835 plugin_init_t pinit; local
861 pinit = (plugin_init_t)dlsym(handle, "init");
862 if (pinit) {
863 /* pinit() should set errno if it fails */
864 ops = (*pinit)(tag);
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c2112 struct usb_fs_init *pinit; in ugen_ioctl_post() member
2430 u.pinit = &init; in ugen_ioctl_post()
2431 if (u.pinit->pEndpoints == NULL) { in ugen_ioctl_post()
2435 if (u.pinit->ep_index_max > 127) { in ugen_ioctl_post()
2439 if (u.pinit->ep_index_max == 0) { in ugen_ioctl_post()
2455 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max); in ugen_ioctl_post()
2460 u.pinit->ep_index_max, M_USB, M_WAITOK | M_ZERO); in ugen_ioctl_post()
2466 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()
2467 f->fs_ep_ptr = u.pinit->pEndpoints; in ugen_ioctl_post()
/third_party/node/deps/openssl/openssl/engines/
H A De_dasync.c896 static int (*pinit)(EVP_PKEY_CTX *ctx); in dasync_rsa_init()
898 if (pinit == NULL) in dasync_rsa_init()
899 EVP_PKEY_meth_get_init(dasync_rsa_orig, &pinit); in dasync_rsa_init()
900 return pinit(ctx); in dasync_rsa_init()
/third_party/openssl/engines/
H A De_dasync.c896 static int (*pinit)(EVP_PKEY_CTX *ctx); in dasync_rsa_init()
898 if (pinit == NULL) in dasync_rsa_init()
899 EVP_PKEY_meth_get_init(dasync_rsa_orig, &pinit); in dasync_rsa_init()
900 return pinit(ctx); in dasync_rsa_init()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h1507 int (**pinit)(EC_KEY *key),
H A Devp.h2069 (const EVP_PKEY_METHOD *pmeth, int (**pinit) (EVP_PKEY_CTX *ctx));
/third_party/openssl/include/openssl/
H A Dec.h1507 int (**pinit)(EC_KEY *key),
H A Devp.h2067 (const EVP_PKEY_METHOD *pmeth, int (**pinit) (EVP_PKEY_CTX *ctx));
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h1329 int (**pinit)(EC_KEY *key),
H A Devp.h1543 int (**pinit) (EVP_PKEY_CTX *ctx));
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c1857 int (**pinit) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_init()
1859 *pinit = pmeth->init; in EVP_PKEY_meth_get_init()
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c1856 int (**pinit) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_init()
1858 *pinit = pmeth->init; in EVP_PKEY_meth_get_init()
/third_party/openssl/test/
H A Devp_extra_test.c4063 int (*pinit)(EVP_PKEY_CTX *ctx); in custom_pmeth_init()
4065 EVP_PKEY_meth_get_init(orig_pmeth, &pinit); in custom_pmeth_init()
4066 return pinit(ctx); in custom_pmeth_init()

Completed in 38 milliseconds