Home
last modified time | relevance | path

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

/mbedtls-3.4.0/include/mbedtls/
Dasn1.h134 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument
135 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \
136 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 )
138 #define MBEDTLS_OID_CMP_RAW(oid_str, oid_buf, oid_buf_len) \ argument
140 memcmp( (oid_str), (oid_buf), (oid_buf_len) ) != 0 )
/mbedtls-3.4.0/tests/suites/
Dtest_suite_x509parse.function1285 void x509_oid_numstr( data_t * oid_buf, char * numstr, int blen, int ret )
1293 oid.p = oid_buf->x;
1294 oid.len = oid_buf->len;