OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BF_LONG
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bf/
blowfish.h
77
* !
BF_LONG
has to be at least 32 bits wide. If it's wider, then !
83
#define
BF_LONG
unsigned long
85
#define
BF_LONG
unsigned long
95
#define
BF_LONG
unsigned int
103
BF_LONG
P[BF_ROUNDS+2];
104
BF_LONG
S[4*256];
112
void BF_encrypt(
BF_LONG
*data,const BF_KEY *key);
113
void BF_decrypt(
BF_LONG
*data,const BF_KEY *key);
/external/openssl/include/openssl/
blowfish.h
77
* !
BF_LONG
has to be at least 32 bits wide. If it's wider, then !
83
#define
BF_LONG
unsigned long
85
#define
BF_LONG
unsigned long
95
#define
BF_LONG
unsigned int
103
BF_LONG
P[BF_ROUNDS+2];
104
BF_LONG
S[4*256];
112
void BF_encrypt(
BF_LONG
*data,const BF_KEY *key);
113
void BF_decrypt(
BF_LONG
*data,const BF_KEY *key);
Completed in 70 milliseconds