Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dx509_crt.c1687 mbedtls_x509_san_other_name *other_name ) in x509_get_other_name() argument
1723 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name()
1739 other_name->value.hardware_module_name.oid.tag = MBEDTLS_ASN1_OID; in x509_get_other_name()
1740 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name()
1741 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name()
1745 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name()
1754 other_name->value.hardware_module_name.val.tag = MBEDTLS_ASN1_OCTET_STRING; in x509_get_other_name()
1755 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name()
1756 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name()
1760 mbedtls_platform_zeroize( other_name, in x509_get_other_name()
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.function250 &san->san.other_name.value.hardware_module_name.oid ) != 0 )
258 &san->san.other_name.value.hardware_module_name.oid );
264 if( san->san.other_name.value.hardware_module_name.val.len >= n )
270 for( i=0; i < san->san.other_name.value.hardware_module_name.val.len; i++ )
272 *p++ = san->san.other_name.value.hardware_module_name.val.p[i];
274 n -= san->san.other_name.value.hardware_module_name.val.len;
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h141 mbedtls_x509_san_other_name other_name; /**< The otherName supported type. */ member