Searched refs:BF_ENCRYPT (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/bf/asm/ |
H A D | bf-586.pl | 69 &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 D | bftest.c | 324 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 D | blowfish.h | 31 # define BF_ENCRYPT 1 macro
|
/openssl/doc/man3/ |
H A D | BF_encrypt.pod | 58 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 15 milliseconds