Home
last modified time | relevance | path

Searched refs:BF_ecb_encrypt (Results 1 – 6 of 6) sorted by relevance

/openssl/test/
H A Dbftest.c324 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT); in test_bf_ecb()
328 BF_ecb_encrypt(out, out, &key, BF_DECRYPT); in test_bf_ecb()
342 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT); in test_bf_set_key()
/openssl/crypto/bf/
H A Dbf_ecb.c31 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, in BF_ecb_encrypt() function
/openssl/doc/man3/
H A DBF_encrypt.pod5 BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,
18 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
56 BF_ecb_encrypt() is the basic Blowfish encryption and decryption function.
98 implement 'modes' of Blowfish. The alternative is to use BF_ecb_encrypt().
/openssl/include/openssl/
H A Dblowfish.h54 OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in,
/openssl/doc/man7/
H A Dossl-guide-migration.pod1232 BF_ecb_encrypt(), BF_ofb64_encrypt()
/openssl/util/
H A Dlibcrypto.num449 BF_ecb_encrypt 458 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0

Completed in 50 milliseconds