Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dasn1.h133 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument
134 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \
135 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 )
137 #define MBEDTLS_OID_CMP_RAW(oid_str, oid_buf, oid_buf_len) \ argument
139 memcmp( (oid_str), (oid_buf), (oid_buf_len) ) != 0 )
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function1153 void x509_oid_numstr( data_t * oid_buf, char * numstr, int blen, int ret )
1161 oid.p = oid_buf->x;
1162 oid.len = oid_buf->len;