Lines Matching defs:bytes
111 const void *bytes, int len)
113 if (X509at_add1_attr_by_OBJ(&si->signedAttrs, obj, type, bytes, len))
121 const void *bytes, int len)
123 if (X509at_add1_attr_by_NID(&si->signedAttrs, nid, type, bytes, len))
131 const void *bytes, int len)
133 if (X509at_add1_attr_by_txt(&si->signedAttrs, attrname, type, bytes, len))
194 int type, const void *bytes, int len)
196 if (X509at_add1_attr_by_OBJ(&si->unsignedAttrs, obj, type, bytes, len))
204 const void *bytes, int len)
206 if (X509at_add1_attr_by_NID(&si->unsignedAttrs, nid, type, bytes, len))
214 int type, const void *bytes, int len)
217 bytes, len))