Home
last modified time | relevance | path

Searched refs:BF_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/bf/asm/
H A Dbf-586.pl69 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
73 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
88 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
91 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
104 sub BF_ENCRYPT subroutine
/openssl/test/
H A Dbftest.c324 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT); in test_bf_ecb()
342 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT); in test_bf_set_key()
364 &key, iv, BF_ENCRYPT); in test_bf_cbc()
391 &key, iv, &n, BF_ENCRYPT); in test_bf_cfb64()
393 len - 13, &key, iv, &n, BF_ENCRYPT); in test_bf_cfb64()
/openssl/include/openssl/
H A Dblowfish.h31 # define BF_ENCRYPT 1 macro
/openssl/doc/man3/
H A DBF_encrypt.pod58 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>)
80 putting the result in B<out>. B<enc> decides if encryption (BF_ENCRYPT) or
86 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>)

Completed in 12 milliseconds