Home
last modified time | relevance | path

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

/mbedtls/library/
A Dx509.c1159 other_name->type_id = cur_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()
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
[all …]
/mbedtls/include/mbedtls/
A Dx509.h295 mbedtls_x509_san_other_name other_name; member
/mbedtls/tests/suites/
A Dtest_suite_x509parse.function246 &san->san.other_name.type_id) == 0) {
254 &san->san.other_name.value.hardware_module_name
261 for (i = 0; i < san->san.other_name.value.hardware_module_name.val.len; i++) {
265 san->san.other_name.value.hardware_module_name.val.p[i]);

Completed in 14 milliseconds