Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
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 …]
/mbedtls-3.6.0/include/mbedtls/
Dx509.h295 mbedtls_x509_san_other_name other_name; member
/mbedtls-3.6.0/tests/suites/
Dtest_suite_x509parse.function245 &san->san.other_name.type_id) == 0) {
253 … &san->san.other_name.value.hardware_module_name.oid);
259 for (i = 0; i < san->san.other_name.value.hardware_module_name.val.len; i++) {
263 san->san.other_name.value.hardware_module_name.val.p[i]);