HomeSort by relevance Sort by last modified time
    Searched defs:BF_KEY (Results 1 - 6 of 6) 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);
  /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);
  /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);
  /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 3338 milliseconds