Searched refs:pinit (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 267 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 D | ec_kmeth.c | 267 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 D | ntfs-3g_common.c | 835 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 D | usb_generic.c | 2112 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 D | e_dasync.c | 896 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 D | e_dasync.c | 896 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 D | ec.h | 1507 int (**pinit)(EC_KEY *key),
|
H A D | evp.h | 2069 (const EVP_PKEY_METHOD *pmeth, int (**pinit) (EVP_PKEY_CTX *ctx));
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 1507 int (**pinit)(EC_KEY *key),
|
H A D | evp.h | 2067 (const EVP_PKEY_METHOD *pmeth, int (**pinit) (EVP_PKEY_CTX *ctx));
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 1329 int (**pinit)(EC_KEY *key),
|
H A D | evp.h | 1543 int (**pinit) (EVP_PKEY_CTX *ctx));
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1857 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 D | pmeth_lib.c | 1856 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 D | evp_extra_test.c | 4063 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