Searched refs:BF_KEY (Results 1 - 17 of 17) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/bf/
H A Dblowfish.h105 } BF_KEY; typedef in typeref:struct:bf_key_st
108 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
110 void BF_encrypt(BF_LONG *data,const BF_KEY *key);
111 void BF_decrypt(BF_LONG *data,const BF_KEY *key);
114 const BF_KEY *key, int enc);
116 const BF_KEY *schedule, unsigned char *ivec, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
120 const BF_KEY *schedule, unsigned char *ivec, int *num);
H A Dbf_ecb.c82 const BF_KEY *key, int encrypt)
H A Dbf_skey.c65 void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
72 memcpy(key,&bf_init,sizeof(BF_KEY));
H A Dbf_cfb64.c68 const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
H A Dbf_ofb64.c67 const BF_KEY *schedule, unsigned char *ivec, int *num)
H A Dbfs.cpp39 BF_KEY key;
H A Dbf_cbc.c63 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
H A Dbf_enc.c72 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)
H A Dbfspeed.c182 BF_KEY sch;
H A Dbf_opts.c232 BF_KEY sch;
H A Dbf_pi.h59 static const BF_KEY bf_init= {
H A Dbftest.c359 BF_KEY key;
/barrelfish-master/include/openssl/
H A Dblowfish.h105 } BF_KEY; typedef in typeref:struct:bf_key_st
108 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
110 void BF_encrypt(BF_LONG *data,const BF_KEY *key);
111 void BF_decrypt(BF_LONG *data,const BF_KEY *key);
114 const BF_KEY *key, int enc);
116 const BF_KEY *schedule, unsigned char *ivec, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
120 const BF_KEY *schedule, unsigned char *ivec, int *num);
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A De_bf.c72 BF_KEY ks;
/barrelfish-master/lib/openssl-1.0.0d/times/x86/
H A Dbfs.cpp39 BF_KEY key;
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dbftest.c359 BF_KEY key;
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dspeed.c392 BF_KEY bf_ks;

Completed in 160 milliseconds