Home
last modified time | relevance | path

Searched refs:oid_str (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dasn1.h102 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument
103 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \
104 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 )
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.function503 void x509_oid_desc( char *oid_str, char *ref_desc )
513 oid.len = unhexify( buf, oid_str );
533 void x509_oid_numstr( char *oid_str, char *numstr, int blen, int ret )
543 oid.len = unhexify( oid_buf, oid_str );