Lines Matching refs:other_name
1126 mbedtls_x509_san_other_name *other_name) in x509_get_other_name() argument
1185 other_name->value.hardware_module_name.oid.tag = MBEDTLS_ASN1_OID; in x509_get_other_name()
1186 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name()
1187 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name()
1195 other_name->value.hardware_module_name.val.tag = MBEDTLS_ASN1_OCTET_STRING; in x509_get_other_name()
1196 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name()
1197 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name()
1387 mbedtls_x509_san_other_name other_name; in mbedtls_x509_parse_subject_alt_name() local
1389 ret = x509_get_other_name(san_buf, &other_name); in mbedtls_x509_parse_subject_alt_name()
1396 memcpy(&san->san.other_name, in mbedtls_x509_parse_subject_alt_name()
1397 &other_name, sizeof(other_name)); in mbedtls_x509_parse_subject_alt_name()
1482 mbedtls_x509_san_other_name *other_name = &san.san.other_name; in mbedtls_x509_info_subject_alt_name() local
1488 &other_name->value.hardware_module_name.oid) != 0) { in mbedtls_x509_info_subject_alt_name()
1497 … &other_name->value.hardware_module_name.oid); in mbedtls_x509_info_subject_alt_name()
1504 for (i = 0; i < other_name->value.hardware_module_name.val.len; i++) { in mbedtls_x509_info_subject_alt_name()
1508 other_name->value.hardware_module_name.val.p[i]); in mbedtls_x509_info_subject_alt_name()