Lines Matching refs:oid_len
148 const char *oid, size_t oid_len)
154 (const unsigned char *) oid, oid_len));
159 const char *oid, size_t oid_len,
162 return mbedtls_asn1_write_algorithm_identifier_ext(p, start, oid, oid_len, par_len, 1);
166 const char *oid, size_t oid_len,
180 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_oid(p, start, oid, oid_len));
376 const char *oid, size_t oid_len,
382 if ((cur = asn1_find_named_data(*head, oid, oid_len)) == NULL) {
391 cur->oid.len = oid_len;
392 cur->oid.p = mbedtls_calloc(1, oid_len);
398 memcpy(cur->oid.p, oid, oid_len);