OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BF_ROUNDS
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bf/
bf_skey.c
83
if (len > ((
BF_ROUNDS
+2)*4)) len=(
BF_ROUNDS
+2)*4;
87
for (i=0; i<(
BF_ROUNDS
+2); i++)
109
for (i=0; i<(
BF_ROUNDS
+2); i+=2)
blowfish.h
98
#define
BF_ROUNDS
16
103
BF_LONG P[
BF_ROUNDS
+2];
bf_locl.h
166
t= KEY[
BF_ROUNDS
+2 + 0 + ((R>>24)&0xFF)], \
167
t+= KEY[
BF_ROUNDS
+2 + 256 + ((R>>16)&0xFF)], \
168
t^= KEY[
BF_ROUNDS
+2 + 512 + ((R>>8 )&0xFF)], \
169
t+= KEY[
BF_ROUNDS
+2 + 768 + ((R )&0xFF)], \
bf_enc.c
67
#if (
BF_ROUNDS
!= 16) && (
BF_ROUNDS
!= 20)
68
#error If you set
BF_ROUNDS
to some value other than 16 or 20, you will have \
100
#if
BF_ROUNDS
== 20
106
r^=p[
BF_ROUNDS
+1];
134
#if
BF_ROUNDS
== 20
140
r^=k[
BF_ROUNDS
+1];
160
l^=p[
BF_ROUNDS
+1];
161
#if
BF_ROUNDS
== 20
194
l^=k[
BF_ROUNDS
+1]
[
all
...]
/external/openssl/crypto/bf/
bf_skey.c
83
if (len > ((
BF_ROUNDS
+2)*4)) len=(
BF_ROUNDS
+2)*4;
87
for (i=0; i<(
BF_ROUNDS
+2); i++)
109
for (i=0; i<(
BF_ROUNDS
+2); i+=2)
blowfish.h
98
#define
BF_ROUNDS
16
103
BF_LONG P[
BF_ROUNDS
+2];
bf_locl.h
166
t= KEY[
BF_ROUNDS
+2 + 0 + ((R>>24)&0xFF)], \
167
t+= KEY[
BF_ROUNDS
+2 + 256 + ((R>>16)&0xFF)], \
168
t^= KEY[
BF_ROUNDS
+2 + 512 + ((R>>8 )&0xFF)], \
169
t+= KEY[
BF_ROUNDS
+2 + 768 + ((R )&0xFF)], \
bf_enc.c
67
#if (
BF_ROUNDS
!= 16) && (
BF_ROUNDS
!= 20)
68
#error If you set
BF_ROUNDS
to some value other than 16 or 20, you will have \
100
#if
BF_ROUNDS
== 20
106
r^=p[
BF_ROUNDS
+1];
134
#if
BF_ROUNDS
== 20
140
r^=k[
BF_ROUNDS
+1];
160
l^=p[
BF_ROUNDS
+1];
161
#if
BF_ROUNDS
== 20
194
l^=k[
BF_ROUNDS
+1]
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586.pl
10
$
BF_ROUNDS
=16;
11
$BF_OFF=($
BF_ROUNDS
+2)*4;
54
for ($i=0; $i<$
BF_ROUNDS
; $i+=2)
65
&mov($tmp4,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
69
&mov($tmp2,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
73
for ($i=$
BF_ROUNDS
; $i>0; $i-=2)
bf-686.pl
9
$
BF_ROUNDS
=16;
10
$BF_OFF=($
BF_ROUNDS
+2)*4;
51
for ($i=0; $i<$
BF_ROUNDS
; $i+=2)
61
&xor($R,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
70
&xor($L,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
71
for ($i=$
BF_ROUNDS
; $i>0; $i-=2)
/external/openssl/crypto/bf/asm/
bf-586.pl
10
$
BF_ROUNDS
=16;
11
$BF_OFF=($
BF_ROUNDS
+2)*4;
54
for ($i=0; $i<$
BF_ROUNDS
; $i+=2)
65
&mov($tmp4,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
69
&mov($tmp2,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
73
for ($i=$
BF_ROUNDS
; $i>0; $i-=2)
bf-686.pl
9
$
BF_ROUNDS
=16;
10
$BF_OFF=($
BF_ROUNDS
+2)*4;
51
for ($i=0; $i<$
BF_ROUNDS
; $i+=2)
61
&xor($R,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
70
&xor($L,&DWP(($
BF_ROUNDS
+1)*4,$P,"",0));
71
for ($i=$
BF_ROUNDS
; $i>0; $i-=2)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
blowfish.h
98
#define
BF_ROUNDS
16
103
BF_LONG P[
BF_ROUNDS
+2];
/external/openssl/include/openssl/
blowfish.h
98
#define
BF_ROUNDS
16
103
BF_LONG P[
BF_ROUNDS
+2];
Completed in 130 milliseconds