Searched defs:mbedtls_x509_crt (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | x509_crt.h | 54 typedef struct mbedtls_x509_crt struct 56 int own_buffer; /**< Indicates if \c raw is owned 58 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 59 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ 61 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 62 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ 63 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ 65 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */ 66 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */ 68 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | x509_crt.h | 54 typedef struct mbedtls_x509_crt struct 56 int own_buffer; /**< Indicates if \c raw is owned 58 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 59 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ 61 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 62 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ 63 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ 65 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */ 66 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */ 68 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | x509_crt.h | 54 typedef struct mbedtls_x509_crt struct 56 int own_buffer; /**< Indicates if \c raw is owned 58 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 59 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ 61 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 62 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ 63 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ 65 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */ 66 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */ 68 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | x509_crt.h | 54 typedef struct mbedtls_x509_crt struct 56 int own_buffer; /**< Indicates if \c raw is owned 58 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */ 59 …_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ 61 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ 62 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ 63 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ 65 … mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */ 66 … mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */ 68 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ [all …]
|