Lines Matching refs:other_name

1686                                 mbedtls_x509_san_other_name *other_name )  in x509_get_other_name()  argument
1722 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name()
1738 other_name->value.hardware_module_name.oid.tag = MBEDTLS_ASN1_OID; in x509_get_other_name()
1739 other_name->value.hardware_module_name.oid.p = p; in x509_get_other_name()
1740 other_name->value.hardware_module_name.oid.len = len; in x509_get_other_name()
1744 mbedtls_platform_zeroize( other_name, sizeof( *other_name ) ); in x509_get_other_name()
1753 other_name->value.hardware_module_name.val.tag = MBEDTLS_ASN1_OCTET_STRING; in x509_get_other_name()
1754 other_name->value.hardware_module_name.val.p = p; in x509_get_other_name()
1755 other_name->value.hardware_module_name.val.len = len; in x509_get_other_name()
1759 mbedtls_platform_zeroize( other_name, in x509_get_other_name()
1760 sizeof( *other_name ) ); in x509_get_other_name()
1806 mbedtls_x509_san_other_name *other_name = &san.san.other_name; in x509_info_subject_alt_name() local
1812 &other_name->value.hardware_module_name.oid ) != 0 ) in x509_info_subject_alt_name()
1819 … ret = mbedtls_oid_get_numeric_string( p, n, &other_name->value.hardware_module_name.oid ); in x509_info_subject_alt_name()
1825 if( other_name->value.hardware_module_name.val.len >= n ) in x509_info_subject_alt_name()
1831 memcpy( p, other_name->value.hardware_module_name.val.p, in x509_info_subject_alt_name()
1832 other_name->value.hardware_module_name.val.len ); in x509_info_subject_alt_name()
1833 p += other_name->value.hardware_module_name.val.len; in x509_info_subject_alt_name()
1835 n -= other_name->value.hardware_module_name.val.len; in x509_info_subject_alt_name()
1893 mbedtls_x509_san_other_name other_name; in mbedtls_x509_parse_subject_alt_name() local
1895 ret = x509_get_other_name( san_buf, &other_name ); in mbedtls_x509_parse_subject_alt_name()
1901 memcpy( &san->san.other_name, in mbedtls_x509_parse_subject_alt_name()
1902 &other_name, sizeof( other_name ) ); in mbedtls_x509_parse_subject_alt_name()