Searched refs:X509_EXTENSION_set_object (Results 1 – 5 of 5) sorted by relevance
5 X509_EXTENSION_set_object, X509_EXTENSION_set_critical,13 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj);30 X509_EXTENSION_set_object() sets the extension type of B<ex> to B<obj>. The70 X509_EXTENSION_set_object() X509_EXTENSION_set_critical() and
169 if (!X509_EXTENSION_set_object(ret, obj)) in X509_EXTENSION_create_by_OBJ()185 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) in X509_EXTENSION_set_object() function
419 MAN+= X509_EXTENSION_set_object.32943 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_create_by_NID.32944 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_create_by_OBJ.32945 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_get_critical.32946 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_get_data.32947 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_get_object.32948 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_set_critical.32949 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_set_data.3
906 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj);
3031 X509_EXTENSION_set_object;