Lines Matching refs:other_name
1127 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()
1415 memcpy(&san->san.other_name, in mbedtls_x509_parse_subject_alt_name()
1416 &other_name, sizeof(other_name)); in mbedtls_x509_parse_subject_alt_name()
1545 mbedtls_x509_san_other_name *other_name = &san.san.other_name; in mbedtls_x509_info_subject_alt_name() local
1551 &other_name->type_id) == 0) { in mbedtls_x509_info_subject_alt_name()
1560 … &other_name->value.hardware_module_name.oid); in mbedtls_x509_info_subject_alt_name()
1567 for (i = 0; i < other_name->value.hardware_module_name.val.len; i++) { in mbedtls_x509_info_subject_alt_name()
1571 other_name->value.hardware_module_name.val.p[i]); in mbedtls_x509_info_subject_alt_name()