Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dx509_crt.c1737 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name()
1754 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name()
1755 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name()
1759 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name()
1769 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name()
1770 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name()
1774 mbedtls_platform_zeroize( other_name, in x509_get_other_name()
1795 mbedtls_x509_san_other_name other_name; in mbedtls_x509_parse_subject_alt_name() local
1803 memcpy( &san->san.other_name, in mbedtls_x509_parse_subject_alt_name()
1804 &other_name, sizeof( other_name ) ); in mbedtls_x509_parse_subject_alt_name()
[all …]
/mbedtls-development/tests/suites/
A Dtest_suite_x509parse.function251 &san->san.other_name.value.hardware_module_name.oid ) != 0 )
259 &san->san.other_name.value.hardware_module_name.oid );
265 if( san->san.other_name.value.hardware_module_name.val.len >= n )
271 for( i=0; i < san->san.other_name.value.hardware_module_name.val.len; i++ )
273 *p++ = san->san.other_name.value.hardware_module_name.val.p[i];
275 n -= san->san.other_name.value.hardware_module_name.val.len;
/mbedtls-development/include/mbedtls/
A Dx509_crt.h152 mbedtls_x509_san_other_name other_name; /**< The otherName supported type. */ member

Completed in 10 milliseconds