Searched refs:other_name (Results 1 – 3 of 3) sorted by relevance
1687 mbedtls_x509_san_other_name *other_name ) in x509_get_other_name() argument1723 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 …]
250 &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;
141 mbedtls_x509_san_other_name other_name; /**< The otherName supported type. */ member