Searched refs:BF_ENCRYPT (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bf/asm/ |
H A D | bf-586.pl | 69 &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/crypto/bf/asm/ |
H A D | bf-586.pl | 69 &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/ohos_lite/include/openssl/ |
H A D | blowfish.h | 21 # define BF_ENCRYPT 1 macro
|
/third_party/openssl/test/ |
H A D | bftest.c | 322 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/node/deps/openssl/openssl/include/openssl/ |
H A D | blowfish.h | 31 # define BF_ENCRYPT 1 macro
|
/third_party/openssl/include/openssl/ |
H A D | blowfish.h | 31 # define BF_ENCRYPT 1 macro
|
Completed in 2 milliseconds