Searched refs:mbedtls_x509_crt (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | x509_crt.h | 41 typedef struct mbedtls_x509_crt { struct 90 struct mbedtls_x509_crt *next; argument 92 mbedtls_x509_crt; typedef 251 mbedtls_x509_crt *MBEDTLS_PRIVATE(crt); 272 mbedtls_x509_crt *MBEDTLS_PRIVATE(trust_ca_cb_result); 286 mbedtls_x509_crt *MBEDTLS_PRIVATE(parent); /* non-null iff parent_in in progress */ 287 mbedtls_x509_crt *MBEDTLS_PRIVATE(fallback_parent); 368 int mbedtls_x509_crt_parse_der(mbedtls_x509_crt *chain, 403 mbedtls_x509_crt const *crt, 453 int mbedtls_x509_crt_parse_der_with_ext_cb(mbedtls_x509_crt *chain, [all …]
|
| D | pkcs7.h | 127 mbedtls_x509_crt MBEDTLS_PRIVATE(certs); 196 const mbedtls_x509_crt *cert, 225 const mbedtls_x509_crt *cert,
|
| D | ssl.h | 1015 mbedtls_x509_crt *cert, 1081 mbedtls_x509_crt *cert, 1259 mbedtls_x509_crt *MBEDTLS_PRIVATE(peer_cert); /*!< peer X.509 cert chain */ 1515 int(*MBEDTLS_PRIVATE(f_vrfy))(void *, mbedtls_x509_crt *, int, uint32_t *); 1553 mbedtls_x509_crt *MBEDTLS_PRIVATE(ca_chain); /*!< trusted CAs */ 1683 const mbedtls_x509_crt *MBEDTLS_PRIVATE(dn_hints);/*!< acceptable client cert issuers */ 1731 int(*MBEDTLS_PRIVATE(f_vrfy))(void *, mbedtls_x509_crt *, int, uint32_t *); 2163 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), 2482 int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), 3491 mbedtls_x509_crt *ca_chain, [all …]
|