Home
last modified time | relevance | path

Searched refs:ctr (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/demos.TWL/aes/
DMakefile25 SUBDIRS_P = ctr \
29 ctr-partial \
30 ctr-compatible \
/TwlSDK-5.4/build/demos.TWL/aes/common-perl/
Daes.pl9 sub ctr subroutine
12 my $ctr = unpack("H*", $$rCounter);
16 open2(*PIPE_IN, *PIPE_OUT, "$aesconv -m ctr -k hex:$key -c hex:$ctr") or die "cant exec aesconv\n";
/TwlSDK-5.4/build/demos.TWL/aes/ctr-compatible/
Daes-128-ctr.pl35 my $encrypted = &aes::ctr($rKey, $rCounter, $rSrc);
DMakefile45 $(PERL) aes-128-ctr.pl \