Searched refs:oid_str (Results 1 – 2 of 2) sorted by relevance
102 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument103 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \104 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 )
503 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 );