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

/freebsd-10.0-release/sys/crypto/blowfish/
H A Dblowfish.h69 #define BF_ENCRYPT 1 macro
/freebsd-10.0-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.pl58 &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
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A Dblowfish.h72 #define BF_ENCRYPT 1 macro
H A Dbfspeed.c264 &(key[0]),BF_ENCRYPT);
H A Dbftest.c415 BF_ecb_encrypt(&(plain_data[n][0]),out,&key,BF_ENCRYPT);
450 BF_ecb_encrypt(key_data,out,&key,BF_ENCRYPT);
467 &key,iv,BF_ENCRYPT);
491 &key,iv,&n,BF_ENCRYPT);
493 &key,iv,&n,BF_ENCRYPT);
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c498 #define BF_ENCRYPT \ macro
529 BF_ENCRYPT; \
537 BF_ENCRYPT; \
702 BF_ENCRYPT;
712 BF_ENCRYPT;
718 BF_ENCRYPT;
759 BF_ENCRYPT;
/freebsd-10.0-release/crypto/openssl/apps/
H A Dspeed.c1927 iv,BF_ENCRYPT);

Completed in 77 milliseconds