ossl_x509stctx_get_chain  324 ext/openssl/ossl_x509store.c static VALUE ossl_x509stctx_get_chain(VALUE);
ossl_x509stctx_get_chain  341 ext/openssl/ossl_x509store.c     rb_iv_set(self, "@chain", ossl_x509stctx_get_chain(ctx));
ossl_x509stctx_get_chain  680 ext/openssl/ossl_x509store.c     rb_define_method(x509stctx,"chain",       ossl_x509stctx_get_chain,0);