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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dblowfish.h72 #define BF_ENCRYPT 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c1103 &ks, iv->v, BF_ENCRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dspeed.c1928 iv, BF_ENCRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dspeed.c1928 iv, BF_ENCRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c1906 iv,BF_ENCRYPT);

Completed in 186 milliseconds