Home
last modified time | relevance | path

Searched refs:MBEDTLS_OID_SIZE (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dasn1.h113 #define MBEDTLS_OID_SIZE(x) (sizeof(x) - 1) macro
122 ((MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len) || \
126 ((MBEDTLS_OID_SIZE(oid_str) != (oid_buf_len)) || \
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_crt.c196 MBEDTLS_OID_SIZE(MBEDTLS_OID_BASIC_CONSTRAINTS), in mbedtls_x509write_crt_set_basic_constraints()
260 MBEDTLS_OID_SIZE( in mbedtls_x509write_crt_set_key_identifier()
266 MBEDTLS_OID_SIZE( in mbedtls_x509write_crt_set_key_identifier()
319 MBEDTLS_OID_SIZE(MBEDTLS_OID_KEY_USAGE), in mbedtls_x509write_crt_set_key_usage()
365 MBEDTLS_OID_SIZE(MBEDTLS_OID_EXTENDED_KEY_USAGE), in mbedtls_x509write_crt_set_ext_key_usage()
384 MBEDTLS_OID_SIZE(MBEDTLS_OID_NS_CERT_TYPE), in mbedtls_x509write_crt_set_ns_cert_type()
H A Dx509write_csr.c102 MBEDTLS_OID_SIZE(MBEDTLS_OID_KEY_USAGE), in mbedtls_x509write_csr_set_key_usage()
126 MBEDTLS_OID_SIZE(MBEDTLS_OID_NS_CERT_TYPE), in mbedtls_x509write_csr_set_ns_cert_type()
177 MBEDTLS_OID_SIZE(MBEDTLS_OID_PKCS9_CSR_EXT_REQ))); in x509write_csr_der_internal()
H A Dx509write.c160 MBEDTLS_OID_SIZE(MBEDTLS_OID_SUBJECT_ALT_NAME), in mbedtls_x509_write_set_san_common()
H A Doid.c27 #define ADD_LEN(s) s, MBEDTLS_OID_SIZE(s)
H A Dpkparse.c152 if (len != MBEDTLS_OID_SIZE(MBEDTLS_OID_ANSI_X9_62_PRIME_FIELD) || in pk_group_from_specified()
H A Dssl_tls13_server.c1158 MBEDTLS_OID_SIZE(MBEDTLS_OID_SERVER_AUTH)) != 0) { in ssl_tls13_pick_key_cert()
H A Dssl_tls.c9834 ext_len = MBEDTLS_OID_SIZE(MBEDTLS_OID_SERVER_AUTH); in mbedtls_ssl_check_cert_usage()
9837 ext_len = MBEDTLS_OID_SIZE(MBEDTLS_OID_CLIENT_AUTH); in mbedtls_ssl_check_cert_usage()