Lines Matching refs:oid
221 void mbedtls_asn1_write_algorithm_identifier( data_t *oid,
234 (const char *) oid->x, oid->len, par_len );
331 data_t *oid[4] = {oid0, oid1, oid2, oid3};
348 ASSERT_ALLOC( nd[i].oid.p, oid[i]->len );
349 memcpy( nd[i].oid.p, oid[i]->x, oid[i]->len );
350 nd[i].oid.len = oid[i]->len;
382 mbedtls_free( found->oid.p );
386 mbedtls_free( nd[i].oid.p );
438 const unsigned char *oid = (unsigned char *) "OID";
439 size_t oid_len = strlen( (const char *) oid );
448 (const char *) oid, oid_len,
452 TEST_ASSERT( found->oid.p != oid );
453 ASSERT_COMPARE( found->oid.p, found->oid.len, oid, oid_len );
468 mbedtls_free( found->oid.p );