/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 417 lists:foreach(fun block_cipher_increment/1, block_iolistify(Blocks)). 789 block_cipher_increment({Type, Key, IV, PlainTexts}) function 792 block_cipher_increment({Type, Key, IV, PlainTexts, CipherText}) function 795 block_cipher_increment({Type, Key, IV, PlainTexts, _CipherText}) when Type == aes_cbc -> function 798 block_cipher_increment(Type, Key, IV, IV, Blocks, Plain, []); 799 block_cipher_increment({_Type, _, _, _, _}) -> function 801 block_cipher_increment({_Type, _, _, _}) -> function 803 block_cipher_increment({_,_,_}) -> function 805 block_cipher_increment(Type, Key, IV0, _IV, [], Plain, Acc) -> function 813 block_cipher_increment(Type, Key, IV0, IV, [PlainText | PlainTexts], Plain, Acc) -> function [all …]
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 517 lists:foreach(fun block_cipher_increment/1, block_iolistify(Blocks)). 1205 block_cipher_increment({Type, Key, IV, PlainTexts}) when Type == des_cbc ; function 1212 block_cipher_increment({Type, Key, IV, PlainTexts, CipherText}) when Type == des_cbc; function 1228 block_cipher_increment(Type, Key, IV, IV, Blocks, Plain, []); 1229 block_cipher_increment({_Type, _, _, _, _}) -> function 1231 block_cipher_increment({_Type, _, _, _}) -> function 1233 block_cipher_increment({_,_,_}) -> function 1235 block_cipher_increment(Type, Key, IV0, _IV, [], Plain, Acc) -> function 1243 block_cipher_increment(Type, Key, IV0, IV, [PlainText | PlainTexts], Plain, Acc) -> function 1246 block_cipher_increment(Type, Key, IV0, NextIV, PlainTexts, Plain, [CipherText | Acc]). [all …]
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 769 lists:foreach(fun block_cipher_increment/1, block_iolistify(Blocks)). 1536 block_cipher_increment({Type, Key, IV, PlainTexts}) when Type == des_cbc ; function 1543 block_cipher_increment({Type, Key, IV, PlainTexts, CipherText}) when Type == des_cbc; function 1559 block_cipher_increment(Type, Key, IV, IV, Blocks, Plain, []); 1560 block_cipher_increment({_Type, _, _, _, _}) -> function 1562 block_cipher_increment({_Type, _, _, _}) -> function 1564 block_cipher_increment({_,_,_}) -> function 1566 block_cipher_increment(Type, Key, IV0, _IV, [], Plain, Acc) -> function 1574 block_cipher_increment(Type, Key, IV0, IV, [PlainText | PlainTexts], Plain, Acc) -> function 1577 block_cipher_increment(Type, Key, IV0, NextIV, PlainTexts, Plain, [CipherText | Acc]). [all …]
|