Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
BIO * | ossl_obj2bio (volatile VALUE *) |
VALUE | ossl_membio2str0 (BIO *) |
VALUE | ossl_membio2str (BIO *) |
VALUE | ossl_protect_membio2str (BIO *, int *) |
VALUE ossl_membio2str | ( | BIO * | ) |
Definition at line 47 of file ossl_bio.c.
References ossl_protect_membio2str(), and rb_jump_tag().
Referenced by decode_obj(), ossl_dh_export(), ossl_dh_to_text(), ossl_dsa_export(), ossl_dsa_to_text(), ossl_ocspcid_get_hash_algorithm(), ossl_pkcs7_decrypt(), ossl_pkcs7_s_read_smime(), ossl_pkcs7_s_write_smime(), ossl_pkcs7_to_pem(), ossl_pkcs7_verify(), ossl_rsa_export(), ossl_rsa_to_text(), ossl_spki_print(), ossl_ssl_session_to_pem(), ossl_ssl_session_to_text(), ossl_x509_get_signature_algorithm(), ossl_x509_to_pem(), ossl_x509_to_text(), ossl_x509attr_get_oid(), ossl_x509crl_get_signature_algorithm(), ossl_x509crl_to_der(), ossl_x509crl_to_pem(), ossl_x509crl_to_text(), ossl_x509ext_get_oid(), ossl_x509ext_get_value(), ossl_x509name_to_s(), ossl_x509req_get_signature_algorithm(), ossl_x509req_to_pem(), and ossl_x509req_to_text().
VALUE ossl_membio2str0 | ( | BIO * | ) |
Definition at line 29 of file ossl_bio.c.
References buf, and rb_str_new().
Referenced by ossl_protect_membio2str().
BIO* ossl_obj2bio | ( | volatile VALUE * | ) |
Definition at line 13 of file ossl_bio.c.
References eOSSLError, NULL, ossl_raise(), rb_funcallv, rb_intern, RB_TYPE_P, RSTRING_LENINT, RSTRING_PTR, StringValue, and T_FILE.
Referenced by DupConfigPtr(), ossl_dh_initialize(), ossl_dsa_initialize(), ossl_pkcs12_initialize(), ossl_pkcs7_add_data(), ossl_pkcs7_initialize(), ossl_pkcs7_s_encrypt(), ossl_pkcs7_s_read_smime(), ossl_pkcs7_s_sign(), ossl_pkcs7_s_write_smime(), ossl_pkcs7_verify(), ossl_pkey_new_from_data(), ossl_rsa_initialize(), ossl_ssl_session_initialize(), ossl_x509_initialize(), ossl_x509crl_initialize(), and ossl_x509req_initialize().
VALUE ossl_protect_membio2str | ( | BIO * | , |
int * | |||
) |
Definition at line 41 of file ossl_bio.c.
References ossl_membio2str0(), and rb_protect().
Referenced by ossl_membio2str().