Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509.c1187 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()
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()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h279 hardware_module_name; member