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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dblowfish.h104 } BF_KEY; typedef in typeref:struct:bf_key_st
107 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
109 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
111 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
112 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
115 const BF_KEY *key, int enc);
117 const BF_KEY *schedule, unsigned char *ivec, int enc);
119 long length, const BF_KEY *schedule,
122 long length, const BF_KEY *schedule,
H A Dbf_skey.c66 void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
73 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data)
80 memcpy(key, &bf_init, sizeof(BF_KEY));
H A Dbf_ecb.c83 const BF_KEY *key, int encrypt)
H A Dbf_cfb64.c69 long length, const BF_KEY *schedule,
H A Dbf_ofb64.c68 long length, const BF_KEY *schedule,
H A Dbfs.cpp39 BF_KEY key;
H A Dbf_cbc.c63 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dblowfish.h104 } BF_KEY; typedef in typeref:struct:bf_key_st
107 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
109 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
111 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
112 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
115 const BF_KEY *key, int enc);
117 const BF_KEY *schedule, unsigned char *ivec, int enc);
119 long length, const BF_KEY *schedule,
122 long length, const BF_KEY *schedule,
H A Dbf_skey.c66 void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
73 void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data)
80 memcpy(key, &bf_init, sizeof(BF_KEY));
H A Dbf_ecb.c83 const BF_KEY *key, int encrypt)
H A Dbf_cfb64.c69 long length, const BF_KEY *schedule,
H A Dbf_ofb64.c68 long length, const BF_KEY *schedule,
H A Dbfs.cpp39 BF_KEY key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_bf.c72 BF_KEY ks;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_bf.c71 BF_KEY ks;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_bf.c71 BF_KEY ks;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/times/x86/
H A Dbfs.cpp39 BF_KEY key;

Completed in 116 milliseconds

12