Symbol: BF_KEY
crypto/openssl/crypto/bf/bf_cfb64.c
26
long length, const BF_KEY *schedule,
crypto/openssl/crypto/bf/bf_ecb.c
32
const BF_KEY *key, int encrypt)
crypto/openssl/crypto/bf/bf_enc.c
109
const BF_KEY *schedule, unsigned char *ivec, int encrypt)
crypto/openssl/crypto/bf/bf_enc.c
30
void BF_encrypt(BF_LONG *data, const BF_KEY *key)
crypto/openssl/crypto/bf/bf_enc.c
69
void BF_decrypt(BF_LONG *data, const BF_KEY *key)
crypto/openssl/crypto/bf/bf_ofb64.c
25
long length, const BF_KEY *schedule,
crypto/openssl/crypto/bf/bf_pi.h
10
static const BF_KEY bf_init = {
crypto/openssl/crypto/bf/bf_skey.c
22
void BF_set_key(BF_KEY *key, int len, const unsigned char *data)
crypto/openssl/crypto/bf/bf_skey.c
28
memcpy(key, &bf_init, sizeof(BF_KEY));
crypto/openssl/crypto/evp/e_bf.c
29
BF_KEY ks;
crypto/openssl/include/openssl/blowfish.h
50
OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
crypto/openssl/include/openssl/blowfish.h
52
OSSL_DEPRECATEDIN_3_0 void BF_encrypt(BF_LONG *data, const BF_KEY *key);
crypto/openssl/include/openssl/blowfish.h
53
OSSL_DEPRECATEDIN_3_0 void BF_decrypt(BF_LONG *data, const BF_KEY *key);
crypto/openssl/include/openssl/blowfish.h
55
unsigned char *out, const BF_KEY *key,
crypto/openssl/include/openssl/blowfish.h
59
const BF_KEY *schedule,
crypto/openssl/include/openssl/blowfish.h
63
long length, const BF_KEY *schedule,
crypto/openssl/include/openssl/blowfish.h
68
long length, const BF_KEY *schedule,
crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h
17
BF_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_blowfish_hw.c
28
IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
crypto/openssl/test/bftest.c
298
BF_KEY key;
crypto/openssl/test/bftest.c
319
BF_KEY key;
crypto/openssl/test/bftest.c
338
BF_KEY key;
crypto/openssl/test/bftest.c
354
BF_KEY key;
crypto/openssl/test/bftest.c
380
BF_KEY key;
crypto/openssl/test/bftest.c
412
BF_KEY key;