HomeSort by relevance Sort by last modified time
    Searched refs:BF_LONG (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/openssl/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);
bf_cfb64.c 70 register BF_LONG v0,v1,t;
73 BF_LONG ti[2];
85 BF_encrypt((BF_LONG *)ti,schedule);
105 BF_encrypt((BF_LONG *)ti,schedule);
bf_ofb64.c 69 register BF_LONG v0,v1,t;
74 BF_LONG ti[2];
90 BF_encrypt((BF_LONG *)ti,schedule);
bf_ecb.c 84 BF_LONG l,d[2];
bf_enc.c 72 void BF_encrypt(BF_LONG *data, const BF_KEY *key)
75 register BF_LONG l,r;
76 register const BF_LONG *p,*s;
111 register BF_LONG l,r,t,*k;
115 k=(BF_LONG*)key;
149 void BF_decrypt(BF_LONG *data, const BF_KEY *key)
152 register BF_LONG l,r;
153 register const BF_LONG *p,*s;
188 register BF_LONG l,r,t,*k;
192 k=(BF_LONG *)key
    [all...]
bf_locl.h 176 #define BF_LONG_LOG2 2 /* default to BF_LONG being 32 bits */
186 * have to explicitly "multiply" array index by sizeof(BF_LONG)
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
196 *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
197 *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
198 *(BF_LONG *)((unsigned char *)&(S[768])+((R<<BF_3)&BF_M))) \
205 * complemented with "multiplying" of array index by sizeof(BF_LONG).
bf_skey.c 76 BF_LONG *p,ri,in[2];
  /external/chromium_org/third_party/openssl/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);
  /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);
bf_cfb64.c 70 register BF_LONG v0,v1,t;
73 BF_LONG ti[2];
85 BF_encrypt((BF_LONG *)ti,schedule);
105 BF_encrypt((BF_LONG *)ti,schedule);
bf_ofb64.c 69 register BF_LONG v0,v1,t;
74 BF_LONG ti[2];
90 BF_encrypt((BF_LONG *)ti,schedule);
bf_ecb.c 84 BF_LONG l,d[2];
bf_enc.c 72 void BF_encrypt(BF_LONG *data, const BF_KEY *key)
75 register BF_LONG l,r;
76 register const BF_LONG *p,*s;
111 register BF_LONG l,r,t,*k;
115 k=(BF_LONG*)key;
149 void BF_decrypt(BF_LONG *data, const BF_KEY *key)
152 register BF_LONG l,r;
153 register const BF_LONG *p,*s;
188 register BF_LONG l,r,t,*k;
192 k=(BF_LONG *)key
    [all...]
bf_locl.h 176 #define BF_LONG_LOG2 2 /* default to BF_LONG being 32 bits */
186 * have to explicitly "multiply" array index by sizeof(BF_LONG)
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
196 *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
197 *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
198 *(BF_LONG *)((unsigned char *)&(S[768])+((R<<BF_3)&BF_M))) \
205 * complemented with "multiplying" of array index by sizeof(BF_LONG).
bf_skey.c 76 BF_LONG *p,ri,in[2];
  /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 162 milliseconds