Home
last modified time | relevance | path

Searched refs:X509_EXTENSION_set_object (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDX509_EXTENSION_set_object.pod5 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>. The
70 X509_EXTENSION_set_object() X509_EXTENSION_set_critical() and
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_v3.c169 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
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile419 MAN+= X509_EXTENSION_set_object.3
2943 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_create_by_NID.3
2944 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_create_by_OBJ.3
2945 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_get_critical.3
2946 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_get_data.3
2947 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_get_object.3
2948 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_set_critical.3
2949 MLINKS+= X509_EXTENSION_set_object.3 X509_EXTENSION_set_data.3
/freebsd-13-stable/crypto/openssl/include/openssl/
HDx509.h906 int X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj);
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map3031 X509_EXTENSION_set_object;