Home
last modified time | relevance | path

Searched refs:ppval (Results 1 – 25 of 68) sorted by relevance

123

/third_party/openssl/crypto/asn1/
Dx_algor.c57 const void **ppval, const X509_ALGOR *algor) in X509_ALGOR_get0() argument
67 if (ppval) in X509_ALGOR_get0()
68 *ppval = algor->parameter->value.ptr; in X509_ALGOR_get0()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dx_algor.c57 const void **ppval, const X509_ALGOR *algor) in X509_ALGOR_get0() argument
67 if (ppval) in X509_ALGOR_get0()
68 *ppval = algor->parameter->value.ptr; in X509_ALGOR_get0()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_protect.c36 const void *ppval = NULL; in ossl_cmp_calc_protection() local
50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
66 if (ppval == NULL) { in ossl_cmp_calc_protection()
78 pbm_str = (ASN1_STRING *)ppval; in ossl_cmp_calc_protection()
/third_party/openssl/crypto/cmp/
Dcmp_protect.c36 const void *ppval = NULL; in ossl_cmp_calc_protection() local
50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
66 if (ppval == NULL) { in ossl_cmp_calc_protection()
78 pbm_str = (ASN1_STRING *)ppval; in ossl_cmp_calc_protection()
/third_party/openssl/doc/man3/
DX509_ALGOR_dup.pod14 const void **ppval, const X509_ALGOR *alg);
32 and B<*ppval> from the B<AlgorithmIdentifier> B<alg>.
/third_party/openssl/crypto/ec/
Dec_ameth.c29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument
48 *ppval = asn1obj; in eckey_param2type()
62 *ppval = pstr; in eckey_param2type()
/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_ameth.c29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument
48 *ppval = asn1obj; in eckey_param2type()
62 *ppval = pstr; in eckey_param2type()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs196 ppval: *mut #[const_ptr_if(any(ossl110, libressl350))] c_void,
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h478 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
Dx509.h667 const void **ppval, const X509_ALGOR *algor);

123