Home
last modified time | relevance | path

Searched refs:BF_ENCRYPT (Results 1 – 10 of 10) sorted by relevance

/NextBSD/crypto/openssl/crypto/bf/asm/
HDbf-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
HDbf-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
/NextBSD/contrib/apr-util/crypto/
HDcrypt_blowfish.c498 #define BF_ENCRYPT \ macro
529 BF_ENCRYPT; \
537 BF_ENCRYPT; \
702 BF_ENCRYPT; in BF_crypt()
712 BF_ENCRYPT; in BF_crypt()
718 BF_ENCRYPT; in BF_crypt()
759 BF_ENCRYPT; in BF_crypt()
/NextBSD/crypto/openssl/crypto/bf/
HDbftest.c421 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT); in test()
453 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT); in test()
469 &key, iv, BF_ENCRYPT); in test()
491 &key, iv, &n, BF_ENCRYPT); in test()
493 len - 13, &key, iv, &n, BF_ENCRYPT); in test()
HDblowfish.h72 # define BF_ENCRYPT 1 macro
HDbfspeed.c249 BF_cbc_encrypt(buf, buf, BUFSIZE, &sch, &(key[0]), BF_ENCRYPT); in main()
/NextBSD/sys/crypto/blowfish/
HDblowfish.h69 #define BF_ENCRYPT 1 macro
/NextBSD/crypto/openssl/doc/crypto/
HDblowfish.pod48 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>)
70 putting the result in B<out>. B<enc> decides if encryption (BF_ENCRYPT) or
76 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>)
/NextBSD/crypto/openssl/apps/
HDspeed.c1928 iv, BF_ENCRYPT); in MAIN()
/NextBSD/crypto/openssl/doc/
HDssleay.txt1445 The define BF_ENCRYPT is passed to specify encryption for the functions