Searched refs:attrtype (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_att.c | 344 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data() argument 355 if ((attrtype & MBSTRING_FLAG) != 0) { in X509_ATTRIBUTE_set1_data() 356 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data() 364 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL in X509_ATTRIBUTE_set1_data() 369 atype = attrtype; in X509_ATTRIBUTE_set1_data() 376 if (attrtype == 0) { in X509_ATTRIBUTE_set1_data() 384 if (len == -1 && (attrtype & MBSTRING_FLAG) == 0) { in X509_ATTRIBUTE_set1_data() 385 if (!ASN1_TYPE_set1(ttmp, attrtype, data)) { in X509_ATTRIBUTE_set1_data()
|
/openssl/doc/man3/ |
H A D | X509_ATTRIBUTE.pod | 62 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, 149 If I<attrtype> has flag I<MBSTRING_FLAG> set then a table lookup using the 154 used with the passed in I<attrtype>. 155 If I<attrtype> is 0 the call does nothing except return 1.
|
/openssl/include/openssl/ |
H A D | x509.h.in | 997 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
|
Completed in 13 milliseconds