Home
last modified time | relevance | path

Searched refs:X509_EXTENSIONS (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx_exten.c69 ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) =
71 ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS)
74 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
Dx509_req.c218 ASN1_ITEM_rptr(X509_EXTENSIONS)); in STACK_OF()
239 ASN1_ITEM_rptr(X509_EXTENSIONS)); in X509_REQ_add_extensions_nid()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx_exten.c69 ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) =
71 ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS)
74 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
Dx509_req.c218 ASN1_ITEM_rptr(X509_EXTENSIONS)); in STACK_OF()
239 ASN1_ITEM_rptr(X509_EXTENSIONS)); in X509_REQ_add_extensions_nid()
/external/libchrome/crypto/
Dwincrypt_shim.h18 #undef X509_EXTENSIONS
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DX509.h53 #define X509_EXTENSIONS 0xA3 macro
/external/curl/lib/vtls/
Dschannel.h51 # undef X509_EXTENSIONS
Dopenssl.c39 #undef X509_EXTENSIONS
/external/ms-tpm-20-ref/TPMCmd/tpm/src/X509/
DX509_spt.c160 || (ctx.tag != X509_EXTENSIONS)) in X509ProcessExtensions()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Attestation/
DCertifyX509.c136 else if(ctx.tag == X509_EXTENSIONS) in TPM2_CertifyX509()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509.h162 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; typedef
786 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
/external/boringssl/src/include/openssl/
Dx509.h162 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; typedef
945 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
/external/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt199 … 'X509_EXTENSIONS* tlsext_ocsp_exts', at offset 4160 (in bits) at ssl.h:1249:1
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc9626 bssl::UniquePtr<X509_EXTENSIONS> x509_exts( in NativeCrypto_get_ocsp_single_extension()
9633 return X509Type_get_ext_oid<X509_EXTENSIONS, X509v3_get_ext_by_OBJ, X509v3_get_ext>( in NativeCrypto_get_ocsp_single_extension()