Symbol: BF_KEY
lib/libcrypto/bf/blowfish.c
345
BF_encrypt(BF_LONG *data, const BF_KEY *key)
lib/libcrypto/bf/blowfish.c
388
BF_decrypt(BF_LONG *data, const BF_KEY *key)
lib/libcrypto/bf/blowfish.c
430
const BF_KEY *schedule, unsigned char *ivec, int encrypt)
lib/libcrypto/bf/blowfish.c
513
const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
lib/libcrypto/bf/blowfish.c
571
const BF_KEY *key, int encrypt)
lib/libcrypto/bf/blowfish.c
598
const BF_KEY *schedule, unsigned char *ivec, int *num)
lib/libcrypto/bf/blowfish.c
643
BF_set_key(BF_KEY *key, int len, const unsigned char *data)
lib/libcrypto/bf/blowfish.c
649
memcpy(key, &bf_init, sizeof(BF_KEY));
lib/libcrypto/bf/blowfish.c
76
static const BF_KEY bf_init = {
lib/libcrypto/bf/blowfish.h
100
const BF_KEY *schedule, unsigned char *ivec, int *num);
lib/libcrypto/bf/blowfish.h
88
void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
lib/libcrypto/bf/blowfish.h
90
void BF_encrypt(BF_LONG *data, const BF_KEY *key);
lib/libcrypto/bf/blowfish.h
91
void BF_decrypt(BF_LONG *data, const BF_KEY *key);
lib/libcrypto/bf/blowfish.h
94
const BF_KEY *key, int enc);
lib/libcrypto/bf/blowfish.h
96
const BF_KEY *schedule, unsigned char *ivec, int enc);
lib/libcrypto/bf/blowfish.h
98
const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
lib/libcrypto/evp/e_bf.c
73
BF_KEY ks;
regress/lib/libcrypto/bf/bf_test.c
1020
BF_KEY key;
regress/lib/libcrypto/bf/bf_test.c
1059
BF_KEY key;
regress/lib/libcrypto/bf/bf_test.c
1100
BF_KEY key;
regress/lib/libcrypto/bf/bf_test.c
984
BF_KEY key;
usr.bin/openssl/speed.c
1036
BF_KEY bf_ks;