/third_party/openssl/crypto/asn1/ |
D | x_algor.c | 56 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/ |
D | x_algor.c | 56 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/ |
D | X509_ALGOR_dup.pod | 13 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/ |
D | cmp_protect.c | 37 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/ |
D | cmp_protect.c | 37 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/ |
D | ec_ameth.c | 29 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/ |
D | ec_ameth.c | 29 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/ |
D | mod.rs | 2370 pptype: *mut c_int, 2377 assert!(pptype.is_null());
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 195 pptype: *mut c_int,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 477 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | x509.h.in | 472 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/ |
D | x509.h | 666 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/ |
D | x509.h | 666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|