ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| FIELD | .cbc_decrypt | struct ssh_cipher_struct { char const* name, unsigned int blocksize, unsigned int keylen, void* key, void* IV, unsigned int keysize, int(*)(struct ssh_cipher_struct*, void*, void*) set_encrypt_key, int(*)(struct ssh_cipher_struct*, void*, void*) set_decrypt_key, void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_encrypt, void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_decrypt } » |
| FIELD | .cbc_encrypt | struct ssh_cipher_struct { char const* name, unsigned int blocksize, unsigned int keylen, void* key, void* IV, unsigned int keysize, int(*)(struct ssh_cipher_struct*, void*, void*) set_encrypt_key, int(*)(struct ssh_cipher_struct*, void*, void*) set_decrypt_key, void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_encrypt, void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_decrypt } » |