Home
last modified time | relevance | path

Searched refs:from_d (Results 1 – 25 of 65) sorted by relevance

123

/third_party/openssl/test/
Dexdatatest.c40 void **from_d, int idx, long argl, void *argp) in exdup() argument
45 || !TEST_ptr(from_d)) in exdup()
90 void **from_d, int idx, long argl, void *argp) in exdup2() argument
92 MYOBJ_EX_DATA **update_ex_data = (MYOBJ_EX_DATA**)from_d; in exdup2()
98 || !TEST_ptr(from_d) in exdup2()
/third_party/openssl/doc/man3/
DCRYPTO_get_ex_new_index.pod26 void **from_d, int idx, long argl, void *argp);
142 respectively. The B<*from_d> parameter is a pointer to the source exdata.
143 When the dup_func() returns, the value in B<*from_d> is copied to the
167 type B<void **> for B<from_d>. Previously this parameter was of type B<void *>.
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dcrypto.rs46 from_d: CRYPTO_EX_dup_from_d,
/third_party/openssl/ohos_lite/include/openssl/
Dcrypto.h171 void *from_d, int idx, long argl, void *argp);
/third_party/openssl/crypto/
Dex_data.c99 void **from_d, int idx, in dummy_dup() argument
/third_party/node/deps/openssl/openssl/crypto/
Dex_data.c99 void **from_d, int idx, in dummy_dup() argument
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
Dcrypto.h243 void **from_d, int idx, long argl, void *argp);

123