Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_asn1write.function20 unsigned char asn1[150] = { 0 };
27 asn1_len = unhexify( asn1, hex_asn1 );
45 TEST_ASSERT( memcmp( p, asn1, asn1_len ) == 0 );
56 unsigned char asn1[150] = { 0 };
63 asn1_len = unhexify( asn1, hex_asn1 );
81 TEST_ASSERT( memcmp( p, asn1, asn1_len ) == 0 );
92 unsigned char asn1[150];
97 memset( asn1, 0, sizeof( asn1 ) );
98 asn1_len = unhexify( asn1, check_str );
118 TEST_ASSERT( memcmp( p, asn1, asn1_len ) == 0 );
/net-tools-latest/mbedtls-2.4.0/library/
Doid.c63 while( cur->asn1 != NULL ) { \
65 memcmp( cur->asn1, oid->p, oid->len ) == 0 ) { \
123 while( cur->descriptor.asn1 != NULL ) { \
125 *oid = cur->descriptor.asn1; \
144 while( cur->descriptor.asn1 != NULL ) { \
146 *oid = cur->descriptor.asn1; \
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Doid.h383 const char *asn1; /*!< OID ASN.1 representation */ member