OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOWFISH
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bf/
bf_skey.c
62
#include <openssl/
blowfish
.h>
69
fips_cipher_abort(
BLOWFISH
);
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h
94
#define
BLOWFISH
tomcrypt_cipher.h
6
#ifdef
BLOWFISH
148
#ifdef
BLOWFISH
149
struct blowfish_key
blowfish
;
member in union:Symmetric_key
535
#ifdef
BLOWFISH
/external/openssl/crypto/bf/
bf_skey.c
62
#include <openssl/
blowfish
.h>
69
fips_cipher_abort(
BLOWFISH
);
/external/dropbear/libtomcrypt/demos/
encrypt.c
7
/* ie: ./encrypt
blowfish
story.txt story.ct */
8
/* ./encrypt -d
blowfish
story.ct story.pt */
32
#ifdef
BLOWFISH
tv_gen.c
10
#ifdef
BLOWFISH
/external/dropbear/libtomcrypt/src/prngs/
yarrow.c
55
#elif defined(
BLOWFISH
)
/external/dropbear/libtomcrypt/src/ciphers/
blowfish.c
12
@file
blowfish
.c
13
Implementation of the
Blowfish
block cipher, Tom St Denis
17
#ifdef
BLOWFISH
21
"
blowfish
",
301
Initialize the
Blowfish
block cipher
336
skey->
blowfish
.K[x] = ORIG_P[x] ^ A;
342
skey->
blowfish
.S[x][y] = ORIG_S[x][y];
355
LOAD32H(skey->
blowfish
.K[x], &B[0]);
356
LOAD32H(skey->
blowfish
.K[x+1], &B[4]);
365
LOAD32H(skey->
blowfish
.S[x][y], &B[0])
[
all
...]
/external/dropbear/libtomcrypt/testprof/
x86_prof.c
130
#ifdef
BLOWFISH
[
all
...]
Completed in 56 milliseconds