Home
last modified time | relevance | path

Searched refs:X509 (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509.h190 DEFINE_STACK_OF(X509)
197 int (*check_trust)(struct x509_trust_st *, X509 *, int);
337 X509 *x509;
390 OPENSSL_EXPORT long X509_get_version(const X509 *x509);
396 OPENSSL_EXPORT int X509_set_version(X509 *x509, long version);
399 OPENSSL_EXPORT const ASN1_INTEGER *X509_get0_serialNumber(const X509 *x509);
403 OPENSSL_EXPORT int X509_set_serialNumber(X509 *x509,
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dx509_vfy.h107 X509 *x509;
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
140 X509 *x);
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
142 X509 *issuer);
145 X509 *x);
148 X509 *x);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
164 STACK_OF(X509) *additional_untrusted;
208 X509 *cert; // The cert to check
[all …]
H A Dx509v3.h139 X509 *issuer_cert;
140 X509 *subject_cert;
445 int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int);
536 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
583 const char *section, X509 *cert);
604 OPENSSL_EXPORT void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
780 OPENSSL_EXPORT int X509_check_ca(X509 *x);
781 OPENSSL_EXPORT int X509_check_purpose(X509 *x, int id, int ca);
784 OPENSSL_EXPORT int X509_check_issued(X509 *issuer, X509 *subject);
785 OPENSSL_EXPORT int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
[all …]
H A Dpkcs7.h33 DECLARE_STACK_OF(X509)
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
106 STACK_OF(X509) *cert;
111 STACK_OF(X509) *cert;
212 OPENSSL_EXPORT PKCS7 *PKCS7_sign(X509 *sign_cert, EVP_PKEY *pkey,
213 STACK_OF(X509) *certs, BIO *data, int flags);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509.h190 DEFINE_STACK_OF(X509)
197 int (*check_trust)(struct x509_trust_st *, X509 *, int);
337 X509 *x509;
390 OPENSSL_EXPORT long X509_get_version(const X509 *x509);
396 OPENSSL_EXPORT int X509_set_version(X509 *x509, long version);
399 OPENSSL_EXPORT const ASN1_INTEGER *X509_get0_serialNumber(const X509 *x509);
403 OPENSSL_EXPORT int X509_set_serialNumber(X509 *x509,
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dx509_vfy.h107 X509 *x509;
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
140 X509 *x);
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
142 X509 *issuer);
145 X509 *x);
148 X509 *x);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
164 STACK_OF(X509) *additional_untrusted;
208 X509 *cert; // The cert to check
[all …]
H A Dx509v3.h139 X509 *issuer_cert;
140 X509 *subject_cert;
445 int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int);
536 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
583 const char *section, X509 *cert);
604 OPENSSL_EXPORT void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
780 OPENSSL_EXPORT int X509_check_ca(X509 *x);
781 OPENSSL_EXPORT int X509_check_purpose(X509 *x, int id, int ca);
784 OPENSSL_EXPORT int X509_check_issued(X509 *issuer, X509 *subject);
785 OPENSSL_EXPORT int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
[all …]
H A Dpkcs7.h33 DECLARE_STACK_OF(X509)
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
106 STACK_OF(X509) *cert;
111 STACK_OF(X509) *cert;
212 OPENSSL_EXPORT PKCS7 *PKCS7_sign(X509 *sign_cert, EVP_PKEY *pkey,
213 STACK_OF(X509) *certs, BIO *data, int flags);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509.h190 DEFINE_STACK_OF(X509)
197 int (*check_trust)(struct x509_trust_st *, X509 *, int);
337 X509 *x509;
390 OPENSSL_EXPORT long X509_get_version(const X509 *x509);
396 OPENSSL_EXPORT int X509_set_version(X509 *x509, long version);
399 OPENSSL_EXPORT const ASN1_INTEGER *X509_get0_serialNumber(const X509 *x509);
403 OPENSSL_EXPORT int X509_set_serialNumber(X509 *x509,
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dx509_vfy.h107 X509 *x509;
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
140 X509 *x);
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
142 X509 *issuer);
145 X509 *x);
148 X509 *x);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
164 STACK_OF(X509) *additional_untrusted;
208 X509 *cert; // The cert to check
[all …]
H A Dx509v3.h139 X509 *issuer_cert;
140 X509 *subject_cert;
445 int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int);
536 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
583 const char *section, X509 *cert);
604 OPENSSL_EXPORT void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
780 OPENSSL_EXPORT int X509_check_ca(X509 *x);
781 OPENSSL_EXPORT int X509_check_purpose(X509 *x, int id, int ca);
784 OPENSSL_EXPORT int X509_check_issued(X509 *issuer, X509 *subject);
785 OPENSSL_EXPORT int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
[all …]
H A Dpkcs7.h33 DECLARE_STACK_OF(X509)
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
106 STACK_OF(X509) *cert;
111 STACK_OF(X509) *cert;
212 OPENSSL_EXPORT PKCS7 *PKCS7_sign(X509 *sign_cert, EVP_PKEY *pkey,
213 STACK_OF(X509) *certs, BIO *data, int flags);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509.h190 DEFINE_STACK_OF(X509)
197 int (*check_trust)(struct x509_trust_st *, X509 *, int);
337 X509 *x509;
390 OPENSSL_EXPORT long X509_get_version(const X509 *x509);
396 OPENSSL_EXPORT int X509_set_version(X509 *x509, long version);
399 OPENSSL_EXPORT const ASN1_INTEGER *X509_get0_serialNumber(const X509 *x509);
403 OPENSSL_EXPORT int X509_set_serialNumber(X509 *x509,
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dx509_vfy.h107 X509 *x509;
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
140 X509 *x);
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
142 X509 *issuer);
145 X509 *x);
148 X509 *x);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
164 STACK_OF(X509) *additional_untrusted;
208 X509 *cert; // The cert to check
[all …]
H A Dx509v3.h139 X509 *issuer_cert;
140 X509 *subject_cert;
445 int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int);
536 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
583 const char *section, X509 *cert);
604 OPENSSL_EXPORT void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
780 OPENSSL_EXPORT int X509_check_ca(X509 *x);
781 OPENSSL_EXPORT int X509_check_purpose(X509 *x, int id, int ca);
784 OPENSSL_EXPORT int X509_check_issued(X509 *issuer, X509 *subject);
785 OPENSSL_EXPORT int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
[all …]
H A Dpkcs7.h33 DECLARE_STACK_OF(X509)
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
106 STACK_OF(X509) *cert;
111 STACK_OF(X509) *cert;
212 OPENSSL_EXPORT PKCS7 *PKCS7_sign(X509 *sign_cert, EVP_PKEY *pkey,
213 STACK_OF(X509) *certs, BIO *data, int flags);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509.h301 DECLARE_STACK_OF(X509)
302 DECLARE_ASN1_SET_OF(X509)
309 int (*check_trust) (struct x509_trust_st *, X509 *, int);
318 X509 *forward;
319 X509 *reverse;
497 X509 *x509;
528 STACK_OF(X509) *certs;
631 int X509_verify(X509 *a, EVP_PKEY *r);
647 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
648 int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
[all …]
H A Dx509_vfy.h128 X509 *x509;
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
209 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
210 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
242 X509 *cert;
244 STACK_OF(X509) *untrusted;
256 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
258 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
[all …]
H A Dcms.h146 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey,
147 STACK_OF(X509) *certs, BIO *data,
151 X509 *signcert, EVP_PKEY *pkey,
152 STACK_OF(X509) *certs, unsigned int flags);
173 int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
177 STACK_OF(X509) *certs,
180 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms);
182 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
185 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
188 int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);
[all …]
H A Dpkcs7.h111 X509 *cert; /* get the pub-key from this */
120 STACK_OF(X509) *cert; /* [ 0 ] */
146 STACK_OF(X509) *cert; /* [ 0 ] */
294 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
298 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
304 X509 *x509);
308 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
310 PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509,
312 X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
316 PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509);
[all …]
H A Dx509v3.h137 X509 *issuer_cert;
138 X509 *subject_cert;
462 int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int);
580 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
619 X509 *cert);
631 char *section, X509 *cert);
649 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
697 int X509_check_ca(X509 *x);
698 int X509_check_purpose(X509 *x, int id, int ca);
701 int X509_check_issued(X509 *issuer, X509 *subject);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dx509.h269 DEFINE_STACK_OF(X509)
270 DECLARE_ASN1_SET_OF(X509)
277 int (*check_trust)(struct x509_trust_st *, X509 *, int);
465 X509 *x509;
564 OPENSSL_EXPORT int X509_verify(X509 *a, EVP_PKEY *r);
581 OPENSSL_EXPORT int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
582 OPENSSL_EXPORT int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
589 OPENSSL_EXPORT int X509_pubkey_digest(const X509 *data,const EVP_MD *type,
591 OPENSSL_EXPORT int X509_digest(const X509 *data,const EVP_MD *type,
605 OPENSSL_EXPORT X509 *X509_parse_from_buffer(CRYPTO_BUFFER *buf);
[all …]
H A Dx509_vfy.h111 X509 *x509;
172 STACK_OF(X509) *additional_untrusted;
182 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
183 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
185 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
187 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
188 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
219 X509 *cert; /* The cert to check */
220 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
229 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dx509.h269 DEFINE_STACK_OF(X509)
270 DECLARE_ASN1_SET_OF(X509)
277 int (*check_trust)(struct x509_trust_st *, X509 *, int);
465 X509 *x509;
564 OPENSSL_EXPORT int X509_verify(X509 *a, EVP_PKEY *r);
581 OPENSSL_EXPORT int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
582 OPENSSL_EXPORT int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
589 OPENSSL_EXPORT int X509_pubkey_digest(const X509 *data,const EVP_MD *type,
591 OPENSSL_EXPORT int X509_digest(const X509 *data,const EVP_MD *type,
605 OPENSSL_EXPORT X509 *X509_parse_from_buffer(CRYPTO_BUFFER *buf);
[all …]
H A Dx509_vfy.h111 X509 *x509;
172 STACK_OF(X509) *additional_untrusted;
182 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
183 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
185 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
187 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
188 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
219 X509 *cert; /* The cert to check */
220 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
229 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
[all …]

1234