Home
last modified time | relevance | path

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

/openssl-master/test/
A Dbftest.c322 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT); in test_bf_ecb()
326 BF_ecb_encrypt(out, out, &key, BF_DECRYPT); in test_bf_ecb()
340 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT); in test_bf_set_key()
/openssl-master/crypto/bf/
A Dbf_ecb.c31 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, in BF_ecb_encrypt() function
/openssl-master/doc/man3/
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-master/include/openssl/
A Dblowfish.h54 OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in,
/openssl-master/doc/man7/
A Dmigration_guide.pod1161 BF_ecb_encrypt(), BF_ofb64_encrypt()
/openssl-master/util/
A Dlibcrypto.num449 BF_ecb_encrypt 458 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0

Completed in 19 milliseconds