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

/netbsd-current/sys/crypto/blowfish/
H A Dblowfish.h69 #define BF_ENCRYPT 1 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bf/asm/
H A Dbf-586.pl70 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
74 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
89 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
92 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
105 sub BF_ENCRYPT subroutine
/netbsd-current/crypto/external/bsd/openssl/dist/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
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dblowfish.h21 # define BF_ENCRYPT 1 macro
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dblowfish.h31 # define BF_ENCRYPT 1 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dbftest.c321 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT);
339 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT);
361 &key, iv, BF_ENCRYPT);
388 &key, iv, &n, BF_ENCRYPT);
390 len - 13, &key, iv, &n, BF_ENCRYPT);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dbftest.c322 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT);
340 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT);
362 &key, iv, BF_ENCRYPT);
389 &key, iv, &n, BF_ENCRYPT);
391 len - 13, &key, iv, &n, BF_ENCRYPT);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c230 BF_ecb_encrypt(in, out, crypt->encrypt_key, BF_ENCRYPT);
244 BF_ENCRYPT);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c2567 iv, BF_ENCRYPT);

Completed in 271 milliseconds