libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type Usage: bf_key_st (7)


Used As Name Used In
PARAM key BF_set_key ( BF_KEY* key, int len, unsigned char const* data ) »
PARAM key BF_encrypt ( unsigned int* data, BF_KEY const* key ) »
PARAM key BF_ecb_encrypt ( unsigned char const* in, unsigned char* out, BF_KEY const* key, int encrypt ) »
PARAM key BF_decrypt ( unsigned int* data, BF_KEY const* key ) »
PARAM schedule BF_cbc_encrypt ( unsigned char const* in, unsigned char* out, long length, BF_KEY const* schedule, unsigned char* ivec, int encrypt ) »
PARAM schedule BF_cfb64_encrypt ( unsigned char const* in, unsigned char* out, long length, BF_KEY const* schedule, unsigned char* ivec, int* num, int encrypt ) »
PARAM schedule BF_ofb64_encrypt ( unsigned char const* in, unsigned char* out, long length, BF_KEY const* schedule, unsigned char* ivec, int* num ) »



Andrey Ponomarenko's ABI laboratory