Searched refs:BF_ENCRYPT (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/bf/asm/ |
D | bf-686.pl | 55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3); 59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3); 75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3); 78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3); 91 sub BF_ENCRYPT subroutine
|
D | bf-586.pl | 58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1); 77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0); 93 sub BF_ENCRYPT subroutine
|
/external/openssl/crypto/bf/ |
D | blowfish.h | 72 #define BF_ENCRYPT 1 macro
|
/external/openssl/include/openssl/ |
D | blowfish.h | 72 #define BF_ENCRYPT 1 macro
|
/external/openssl/apps/ |
D | speed.c | 1929 iv,BF_ENCRYPT); in MAIN()
|