FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVBlowfish Struct Reference

#include <blowfish.h>

Data Fields

uint32_t p [AV_BF_ROUNDS+2]
 
uint32_t s [4][256]
 

Detailed Description

Definition at line 35 of file blowfish.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: