Home
last modified time | relevance | path

Searched refs:other_name (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509.c1127 mbedtls_x509_san_other_name *other_name) in x509_get_other_name() argument
1159 other_name->type_id = cur_oid; in x509_get_other_name()
1187 other_name->value.hardware_module_name.oid.tag = MBEDTLS_ASN1_OID; in x509_get_other_name()
1188 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name()
1189 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name()
1197 other_name->value.hardware_module_name.val.tag = MBEDTLS_ASN1_OCTET_STRING; in x509_get_other_name()
1198 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name()
1199 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name()
1406 mbedtls_x509_san_other_name other_name; in mbedtls_x509_parse_subject_alt_name() local
1408 ret = x509_get_other_name(san_buf, &other_name); in mbedtls_x509_parse_subject_alt_name()
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h295 mbedtls_x509_san_other_name other_name; member