Home
last modified time | relevance | path

Searched refs:mbedtls_x509_buf (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509_crl.h79 mbedtls_x509_buf raw;
81 mbedtls_x509_buf serial;
85 mbedtls_x509_buf entry_ext;
97 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
98mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed…
101 mbedtls_x509_buf sig_oid; /**< CRL signature type identifier */
103 mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). */
112 mbedtls_x509_buf crl_ext;
114 mbedtls_x509_buf sig_oid2;
115 mbedtls_x509_buf sig;
H A Dx509.h214 typedef mbedtls_asn1_buf mbedtls_x509_buf; typedef
267 int mbedtls_x509_serial_gets( char *buf, size_t size, const mbedtls_x509_buf *serial );
315 mbedtls_x509_buf *alg );
317 mbedtls_x509_buf *alg, mbedtls_x509_buf *params );
319 int mbedtls_x509_get_rsassa_pss_params( const mbedtls_x509_buf *params,
323 int mbedtls_x509_get_sig( unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig );
324 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params,
330 mbedtls_x509_buf *serial );
332 mbedtls_x509_buf *ext, int tag );
333 int mbedtls_x509_sig_alg_gets( char *buf, size_t size, const mbedtls_x509_buf *sig_oid,
H A Dx509_crt.h80 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
81mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si…
84 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */
85 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */
87mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */
88mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */
98 mbedtls_x509_buf issuer_id; /**< Optional X.509 v2/v3 issuer unique identifier. */
99 mbedtls_x509_buf subject_id; /**< Optional X.509 v2/v3 subject unique identifier. */
100 mbedtls_x509_buf v3_ext; /**< Optional X.509 v3 extensions. */
113mbedtls_x509_buf sig; /**< Signature: hash of the tbs part signed with the private k…
H A Dx509_csr.h78 mbedtls_x509_buf raw; /**< The raw CSR data (DER). */
79 mbedtls_x509_buf cri; /**< The raw CertificateRequestInfo body (DER). */
83 mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). */
88 mbedtls_x509_buf sig_oid;
89 mbedtls_x509_buf sig;
H A Dssl_cache.h99 mbedtls_x509_buf peer_cert; /*!< entry peer_cert */
H A Dcompat-1.3.h2465 #define x509_buf mbedtls_x509_buf
/reactos/dll/3rdparty/mbedtls/
H A Dx509.c109 mbedtls_x509_buf *serial ) in mbedtls_x509_get_serial()
140 mbedtls_x509_buf *alg ) in mbedtls_x509_get_alg_null()
154 mbedtls_x509_buf *alg, mbedtls_x509_buf *params ) in mbedtls_x509_get_alg()
174 static int x509_get_hash_alg( const mbedtls_x509_buf *alg, mbedtls_md_type_t *md_alg ) in x509_get_hash_alg()
179 mbedtls_x509_buf md_oid; in x509_get_hash_alg()
233 int mbedtls_x509_get_rsassa_pss_params( const mbedtls_x509_buf *params, in mbedtls_x509_get_rsassa_pss_params()
241 mbedtls_x509_buf alg_id, alg_params; in mbedtls_x509_get_rsassa_pss_params()
382 mbedtls_x509_buf *oid; in x509_get_attr_type_value()
383 mbedtls_x509_buf *val; in x509_get_attr_type_value()
686 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params, in mbedtls_x509_get_sig_alg()
[all …]
H A Dx509_crl.c127 mbedtls_x509_buf *ext ) in x509_get_crl_ext()
207 mbedtls_x509_buf *ext ) in x509_get_crl_entry_ext()
331 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in mbedtls_x509_crl_parse_der()
340 memset( &sig_params1, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_crl_parse_der()
341 memset( &sig_params2, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_crl_parse_der()
342 memset( &sig_oid2, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_crl_parse_der()
H A Dx509_crt.c286 static int x509_check_wildcard( const char *cn, const mbedtls_x509_buf *name ) in x509_check_wildcard()
322 static int x509_string_cmp( const mbedtls_x509_buf *a, const mbedtls_x509_buf *b ) in x509_string_cmp()
472 mbedtls_x509_buf *uid, int n ) in x509_get_uid()
747 mbedtls_x509_buf extn_oid = {0, 0, NULL}; in x509_get_crt_ext()
867 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in x509_crt_parse_der_core()
869 memset( &sig_params1, 0, sizeof( mbedtls_x509_buf ) ); in x509_crt_parse_der_core()
870 memset( &sig_params2, 0, sizeof( mbedtls_x509_buf ) ); in x509_crt_parse_der_core()
871 memset( &sig_oid2, 0, sizeof( mbedtls_x509_buf ) ); in x509_crt_parse_der_core()
1790 const mbedtls_x509_buf *cur_oid = &cur->buf; in mbedtls_x509_crt_check_extended_key_usage()
2436 static int x509_crt_check_cn( const mbedtls_x509_buf *name, in x509_crt_check_cn()
H A Dx509_csr.c121 mbedtls_x509_buf sig_params; in mbedtls_x509_csr_parse_der()
123 memset( &sig_params, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_csr_parse_der()
H A Dssl_cache.c276 memset( &cur->peer_cert, 0, sizeof(mbedtls_x509_buf) ); in mbedtls_ssl_cache_set()