FFmpeg
|
#include <blowfish.h>
Data Fields | |
uint32_t | p [AV_BF_ROUNDS+2] |
uint32_t | s [4][256] |
Definition at line 35 of file blowfish.h.
uint32_t AVBlowfish::p[AV_BF_ROUNDS+2] |
Definition at line 36 of file blowfish.h.
Referenced by av_blowfish_crypt_ecb(), and av_blowfish_init().
uint32_t AVBlowfish::s[4][256] |
Definition at line 37 of file blowfish.h.
Referenced by av_blowfish_init().