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

  /external/chromium_org/third_party/openssl/openssl/crypto/bf/
blowfish.h 105 } BF_KEY;
108 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
110 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
112 void BF_encrypt(BF_LONG *data,const BF_KEY *key);
113 void BF_decrypt(BF_LONG *data,const BF_KEY *key);
116 const BF_KEY *key, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int enc);
120 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
122 const BF_KEY *schedule, unsigned char *ivec, int *num);
bf_skey.c 66 void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
72 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data)
80 memcpy(key,&bf_init,sizeof(BF_KEY));
bf_ecb.c 82 const BF_KEY *key, int encrypt)
bf_cfb64.c 68 const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
bf_ofb64.c 67 const BF_KEY *schedule, unsigned char *ivec, int *num)
bf_enc.c 72 void BF_encrypt(BF_LONG *data, const BF_KEY *key)
149 void BF_decrypt(BF_LONG *data, const BF_KEY *key)
225 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
bf_pi.h 59 static const BF_KEY bf_init= {
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
blowfish.h 105 } BF_KEY;
108 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
110 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
112 void BF_encrypt(BF_LONG *data,const BF_KEY *key);
113 void BF_decrypt(BF_LONG *data,const BF_KEY *key);
116 const BF_KEY *key, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int enc);
120 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
122 const BF_KEY *schedule, unsigned char *ivec, int *num);
  /external/openssl/crypto/bf/
blowfish.h 105 } BF_KEY;
108 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
110 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
112 void BF_encrypt(BF_LONG *data,const BF_KEY *key);
113 void BF_decrypt(BF_LONG *data,const BF_KEY *key);
116 const BF_KEY *key, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int enc);
120 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
122 const BF_KEY *schedule, unsigned char *ivec, int *num);
bf_skey.c 66 void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
72 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data)
80 memcpy(key,&bf_init,sizeof(BF_KEY));
bf_ecb.c 82 const BF_KEY *key, int encrypt)
bf_cfb64.c 68 const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
bf_ofb64.c 67 const BF_KEY *schedule, unsigned char *ivec, int *num)
bf_enc.c 72 void BF_encrypt(BF_LONG *data, const BF_KEY *key)
149 void BF_decrypt(BF_LONG *data, const BF_KEY *key)
225 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
bf_pi.h 59 static const BF_KEY bf_init= {
  /external/openssl/include/openssl/
blowfish.h 105 } BF_KEY;
108 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
110 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
112 void BF_encrypt(BF_LONG *data,const BF_KEY *key);
113 void BF_decrypt(BF_LONG *data,const BF_KEY *key);
116 const BF_KEY *key, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int enc);
120 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
122 const BF_KEY *schedule, unsigned char *ivec, int *num);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_bf.c 72 BF_KEY ks;
  /external/openssl/crypto/evp/
e_bf.c 72 BF_KEY ks;
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 420 BF_KEY bf_ks;
    [all...]
  /external/openssl/apps/
speed.c 420 BF_KEY bf_ks;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 348 BF_KEY = bf_key_st
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 348 BF_KEY = bf_key_st
    [all...]

Completed in 1147 milliseconds