Home
last modified time | relevance | path

Searched refs:eX509AttrError (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/openssl/
H A Dossl_x509attr.c31 VALUE eX509AttrError; variable
63 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_new()
91 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_alloc()
116 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_initialize()
188 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_get_oid()
220 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_set_value()
231 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_set_value()
263 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_get_value()
269 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_get_value()
291 ossl_raise(eX509AttrError, NULL); in ossl_x509attr_to_der()
[all …]
H A Dossl_x509.h31 extern VALUE eX509AttrError;