Lines Matching refs:bytes
137 const unsigned char *bytes, in STACK_OF()
143 attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len); in STACK_OF()
154 const unsigned char *bytes, in STACK_OF()
167 return ossl_x509at_add1_attr_by_OBJ(x, obj, type, bytes, len); in STACK_OF()
172 const unsigned char *bytes, in STACK_OF()
178 attr = X509_ATTRIBUTE_create_by_NID(NULL, nid, type, bytes, len); in STACK_OF()
188 const unsigned char *bytes, in STACK_OF()
201 return ossl_x509at_add1_attr_by_NID(x, nid, type, bytes, len); in STACK_OF()
207 const unsigned char *bytes, in STACK_OF()
213 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
224 const unsigned char *bytes, in STACK_OF()
230 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
317 const unsigned char *bytes, in X509_ATTRIBUTE_create_by_txt() argument
328 nattr = X509_ATTRIBUTE_create_by_OBJ(attr, obj, type, bytes, len); in X509_ATTRIBUTE_create_by_txt()