Searched refs:BF_ENCRYPT (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/crypto/blowfish/
H A Dblowfish.h69 #define BF_ENCRYPT 1 macro
/freebsd-9.3-release/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl55 &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
H A Dbf-586.pl57 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
61 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
76 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
79 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
92 sub BF_ENCRYPT subroutine
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dblowfish.h72 # define BF_ENCRYPT 1 macro
H A Dbfspeed.c249 BF_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), BF_ENCRYPT);
H A Dbftest.c421 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT);
453 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT);
469 &key, iv, BF_ENCRYPT);
491 &key, iv, &n, BF_ENCRYPT);
493 len - 13, &key, iv, &n, BF_ENCRYPT);
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c1987 iv, BF_ENCRYPT);

Completed in 122 milliseconds