Home
last modified time | relevance | path

Searched refs:pptype (Results 1 – 25 of 69) sorted by relevance

123

/third_party/openssl/crypto/asn1/
Dx_algor.c56 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument
61 if (pptype) { in X509_ALGOR_get0()
63 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()
66 *pptype = algor->parameter->type; in X509_ALGOR_get0()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dx_algor.c56 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument
61 if (pptype) { in X509_ALGOR_get0()
63 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()
66 *pptype = algor->parameter->type; in X509_ALGOR_get0()
/third_party/openssl/doc/man3/
DX509_ALGOR_dup.pod13 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
31 algorithm OID in B<*paobj> and the associated parameter in B<*pptype>
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_protect.c37 int pptype = 0; in ossl_cmp_calc_protection() local
50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
/third_party/openssl/crypto/cmp/
Dcmp_protect.c37 int pptype = 0; in ossl_cmp_calc_protection() local
50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
/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
49 *pptype = V_ASN1_OBJECT; in eckey_param2type()
63 *pptype = V_ASN1_SEQUENCE; 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
49 *pptype = V_ASN1_OBJECT; in eckey_param2type()
63 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2370 pptype: *mut c_int,
2377 assert!(pptype.is_null());
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs195 pptype: *mut c_int,
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h477 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/openssl/include/openssl/
Dx509.h.in472 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,

123