Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509.h313 } X509_TRUST; typedef
315 DECLARE_STACK_OF(X509_TRUST)
1223 X509_TRUST *X509_TRUST_get0(int idx);
1225 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int),
1228 int X509_TRUST_get_flags(X509_TRUST *xp);
1229 char *X509_TRUST_get0_name(X509_TRUST *xp);
1230 int X509_TRUST_get_trust(X509_TRUST *xp);
H A Dsafestack.h2084 # define sk_X509_TRUST_new(cmp) SKM_sk_new(X509_TRUST, (cmp))
2085 # define sk_X509_TRUST_new_null() SKM_sk_new_null(X509_TRUST)
2086 # define sk_X509_TRUST_free(st) SKM_sk_free(X509_TRUST, (st))
2087 # define sk_X509_TRUST_num(st) SKM_sk_num(X509_TRUST, (st))
2088 # define sk_X509_TRUST_value(st, i) SKM_sk_value(X509_TRUST, (st), (i))
2089 # define sk_X509_TRUST_set(st, i, val) SKM_sk_set(X509_TRUST, (st), (i), (val))
2090 # define sk_X509_TRUST_zero(st) SKM_sk_zero(X509_TRUST, (st))
2091 # define sk_X509_TRUST_push(st, val) SKM_sk_push(X509_TRUST, (st), (val))
2092 # define sk_X509_TRUST_unshift(st, val) SKM_sk_unshift(X509_TRUST, (st), (val))
2093 # define sk_X509_TRUST_find(st, val) SKM_sk_find(X509_TRUST, (st), (val))
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dx509.h283 DEFINE_STACK_OF(X509_TRUST)
1078 OPENSSL_EXPORT X509_TRUST * X509_TRUST_get0(int idx);
1080 OPENSSL_EXPORT int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
1083 OPENSSL_EXPORT int X509_TRUST_get_flags(X509_TRUST *xp);
1084 OPENSSL_EXPORT char *X509_TRUST_get0_name(X509_TRUST *xp);
1085 OPENSSL_EXPORT int X509_TRUST_get_trust(X509_TRUST *xp);
H A Dbase.h356 typedef struct x509_trust_st X509_TRUST; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509.h203 DEFINE_STACK_OF(X509_TRUST)
1905 OPENSSL_EXPORT X509_TRUST *X509_TRUST_get0(int idx);
1908 int (*ck)(X509_TRUST *, X509 *, int),
1911 OPENSSL_EXPORT int X509_TRUST_get_flags(const X509_TRUST *xp);
1912 OPENSSL_EXPORT char *X509_TRUST_get0_name(const X509_TRUST *xp);
1913 OPENSSL_EXPORT int X509_TRUST_get_trust(const X509_TRUST *xp);
H A Dbase.h455 typedef struct x509_trust_st X509_TRUST; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509.h203 DEFINE_STACK_OF(X509_TRUST)
1905 OPENSSL_EXPORT X509_TRUST *X509_TRUST_get0(int idx);
1908 int (*ck)(X509_TRUST *, X509 *, int),
1911 OPENSSL_EXPORT int X509_TRUST_get_flags(const X509_TRUST *xp);
1912 OPENSSL_EXPORT char *X509_TRUST_get0_name(const X509_TRUST *xp);
1913 OPENSSL_EXPORT int X509_TRUST_get_trust(const X509_TRUST *xp);
H A Dbase.h455 typedef struct x509_trust_st X509_TRUST; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509.h203 DEFINE_STACK_OF(X509_TRUST)
1905 OPENSSL_EXPORT X509_TRUST *X509_TRUST_get0(int idx);
1908 int (*ck)(X509_TRUST *, X509 *, int),
1911 OPENSSL_EXPORT int X509_TRUST_get_flags(const X509_TRUST *xp);
1912 OPENSSL_EXPORT char *X509_TRUST_get0_name(const X509_TRUST *xp);
1913 OPENSSL_EXPORT int X509_TRUST_get_trust(const X509_TRUST *xp);
H A Dbase.h455 typedef struct x509_trust_st X509_TRUST; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509.h203 DEFINE_STACK_OF(X509_TRUST)
1905 OPENSSL_EXPORT X509_TRUST *X509_TRUST_get0(int idx);
1908 int (*ck)(X509_TRUST *, X509 *, int),
1911 OPENSSL_EXPORT int X509_TRUST_get_flags(const X509_TRUST *xp);
1912 OPENSSL_EXPORT char *X509_TRUST_get0_name(const X509_TRUST *xp);
1913 OPENSSL_EXPORT int X509_TRUST_get_trust(const X509_TRUST *xp);
H A Dbase.h455 typedef struct x509_trust_st X509_TRUST; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dx509.h283 DEFINE_STACK_OF(X509_TRUST)
1078 OPENSSL_EXPORT X509_TRUST * X509_TRUST_get0(int idx);
1080 OPENSSL_EXPORT int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
1083 OPENSSL_EXPORT int X509_TRUST_get_flags(X509_TRUST *xp);
1084 OPENSSL_EXPORT char *X509_TRUST_get0_name(X509_TRUST *xp);
1085 OPENSSL_EXPORT int X509_TRUST_get_trust(X509_TRUST *xp);
H A Dbase.h356 typedef struct x509_trust_st X509_TRUST; typedef