Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
const EVP_CIPHER * | GetCipherPtr (VALUE) |
VALUE | ossl_cipher_new (const EVP_CIPHER *) |
void | Init_ossl_cipher (void) |
Variables | |
VALUE | cCipher |
VALUE | eCipherError |
Definition at line 56 of file ossl_cipher.c.
References cCipher, GetCipher, ossl_raise(), PRIsVALUE, rb_eArgError, rb_obj_is_kind_of(), RSTRING_PTR, and StringValueCStr.
Referenced by ossl_dsa_export(), ossl_pkcs7_s_encrypt(), ossl_pkcs7_set_cipher(), and ossl_rsa_export().
void Init_ossl_cipher | ( | void | ) |
Definition at line 839 of file ossl_cipher.c.
References cCipher, eCipherError, eOSSLError, id_auth_tag_len, id_key_set, mOSSL, ossl_cipher_alloc(), ossl_cipher_block_size(), ossl_cipher_copy(), ossl_cipher_decrypt(), ossl_cipher_encrypt(), ossl_cipher_final(), ossl_cipher_get_auth_tag, ossl_cipher_initialize(), ossl_cipher_is_authenticated(), ossl_cipher_iv_length(), ossl_cipher_key_length(), ossl_cipher_name(), ossl_cipher_pkcs5_keyivgen(), ossl_cipher_reset(), ossl_cipher_set_auth_data, ossl_cipher_set_auth_tag, ossl_cipher_set_auth_tag_len, ossl_cipher_set_iv(), ossl_cipher_set_iv_length, ossl_cipher_set_key(), ossl_cipher_set_key_length(), ossl_cipher_set_padding(), ossl_cipher_update(), ossl_s_ciphers(), rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_copy_func, rb_define_method(), rb_define_module(), rb_define_module_function(), rb_eStandardError, and rb_intern_const.
Referenced by Init_openssl().
Definition at line 79 of file ossl_cipher.c.
References AllocCipher, cCipher, eCipherError, NULL, ossl_cipher_alloc(), and ossl_raise().
Referenced by ossl_engine_get_cipher().
VALUE cCipher |
Definition at line 37 of file ossl_cipher.c.
Referenced by GetCipherPtr(), Init_ossl_cipher(), and ossl_cipher_new().
VALUE eCipherError |
Definition at line 38 of file ossl_cipher.c.
Referenced by Init_ossl_cipher(), ossl_cipher_copy(), ossl_cipher_final(), ossl_cipher_init(), ossl_cipher_initialize(), ossl_cipher_is_authenticated(), ossl_cipher_new(), ossl_cipher_pkcs5_keyivgen(), ossl_cipher_reset(), ossl_cipher_set_iv(), ossl_cipher_set_key(), ossl_cipher_set_key_length(), ossl_cipher_set_padding(), and ossl_cipher_update().