Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bf/asm/
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
/third_party/node/deps/openssl/openssl/crypto/bf/asm/
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
/third_party/openssl/test/
Dbftest.c322 BF_ecb_encrypt(&(plain_data[n][0]), out, &key, BF_ENCRYPT); in test_bf_ecb()
340 BF_ecb_encrypt(key_data, out, &key, BF_ENCRYPT); in test_bf_set_key()
362 &key, iv, BF_ENCRYPT); in test_bf_cbc()
389 &key, iv, &n, BF_ENCRYPT); in test_bf_cfb64()
391 len - 13, &key, iv, &n, BF_ENCRYPT); in test_bf_cfb64()
/third_party/openssl/ohos_lite/include/openssl/
Dblowfish.h21 # define BF_ENCRYPT 1 macro
/third_party/node/deps/openssl/openssl/include/openssl/
Dblowfish.h31 # define BF_ENCRYPT 1 macro
/third_party/openssl/include/openssl/
Dblowfish.h31 # define BF_ENCRYPT 1 macro
/third_party/openssl/doc/man3/
DBF_encrypt.pod58 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>)
80 putting the result in B<out>. B<enc> decides if encryption (BF_ENCRYPT) or
86 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>)