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

12

/netbsd-current/sys/crypto/blowfish/
H A Dblowfish.h81 } BF_KEY; typedef in typeref:struct:bf_key_st
83 void BF_set_key(BF_KEY *, int, const unsigned char *);
84 void BF_encrypt(BF_LONG *, const BF_KEY *);
85 void BF_decrypt(BF_LONG *, const BF_KEY *);
87 const BF_KEY *, unsigned char *, int);
89 const BF_KEY *, int);
H A Dbf_cbc.c70 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
90 BF_encrypt(tin,(const BF_KEY *)schedule);
103 BF_encrypt(tin,(const BF_KEY *)schedule);
123 BF_decrypt(tin,(const BF_KEY *)schedule);
137 BF_decrypt(tin,(const BF_KEY *)schedule);
H A Dbf_ecb.c75 const BF_KEY *key, int encrypt)
H A Dbf_skey.c77 BF_set_key(BF_KEY *key, int len, const unsigned char *data)
83 memcpy(key, &bf_init, sizeof(BF_KEY));
H A Dbf_enc.c80 BF_encrypt(BF_LONG *data, const BF_KEY *key)
121 BF_decrypt(BF_LONG *data, const BF_KEY *key)
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dblowfish.h37 } BF_KEY; typedef in typeref:struct:bf_key_st
39 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
41 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
42 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
45 const BF_KEY *key, int enc);
47 const BF_KEY *schedule, unsigned char *ivec, int enc);
49 long length, const BF_KEY *schedule,
52 long length, const BF_KEY *schedule,
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dblowfish.h46 } BF_KEY; typedef in typeref:struct:bf_key_st
50 OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
52 OSSL_DEPRECATEDIN_3_0 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
53 OSSL_DEPRECATEDIN_3_0 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
55 unsigned char *out, const BF_KEY *key,
59 const BF_KEY *schedule,
63 long length, const BF_KEY *schedule,
68 long length, const BF_KEY *schedule,
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_blowfish.h17 BF_KEY ks;
H A Dcipher_blowfish_hw.c28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_bf.c22 BF_KEY ks;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bf/
H A Dbf_ecb.c26 const BF_KEY *key, int encrypt)
H A Dbf_skey.c16 void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
22 memcpy(key, &bf_init, sizeof(BF_KEY));
H A Dbf_ofb64.c19 long length, const BF_KEY *schedule,
H A Dbf_cfb64.c20 long length, const BF_KEY *schedule,
H A Dbf_enc.c24 void BF_encrypt(BF_LONG *data, const BF_KEY *key)
63 void BF_decrypt(BF_LONG *data, const BF_KEY *key)
103 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_ecb.c32 const BF_KEY *key, int encrypt)
H A Dbf_skey.c22 void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
28 memcpy(key, &bf_init, sizeof(BF_KEY));
H A Dbf_cfb64.c26 long length, const BF_KEY *schedule,
H A Dbf_ofb64.c25 long length, const BF_KEY *schedule,
H A Dbf_enc.c30 void BF_encrypt(BF_LONG *data, const BF_KEY *key)
69 void BF_decrypt(BF_LONG *data, const BF_KEY *key)
109 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_bf.c29 BF_KEY ks;
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dbftest.c295 BF_KEY key;
316 BF_KEY key;
335 BF_KEY key;
351 BF_KEY key;
377 BF_KEY key;
409 BF_KEY key;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dbftest.c296 BF_KEY key;
317 BF_KEY key;
336 BF_KEY key;
352 BF_KEY key;
378 BF_KEY key;
410 BF_KEY key;
/netbsd-current/sys/opencrypto/
H A Dcryptosoft_xform.c495 BF_ecb_encrypt(blk, blk, (BF_KEY *)key, 1);
502 BF_ecb_encrypt(blk, blk, (BF_KEY *)key, 0);
509 *sched = malloc(sizeof(BF_KEY),
513 BF_set_key((BF_KEY *) *sched, len, key);
520 memset(*sched, 0, sizeof(BF_KEY));
/netbsd-current/sys/dev/
H A Dcgd_crypto.c363 BF_KEY bp_key;
367 BF_KEY *be_key;

Completed in 339 milliseconds

12