Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/aes/ccm-compatible/
Daes-128-ccm.pl38 ($rOutput, $result) = &aes::ccm_decrypt($rKey, $rNonce, $rAdata, $rPdata, $tlen);
44 $rOutput = &aes::ccm_encrypt($rKey, $rNonce, $rAdata, $rPdata, $tlen);
DMakefile44 $(PERL) aes-128-ccm.pl \
/TwlSDK-5.3.1/build/demos.TWL/aes/ccm-compatible/rom_data/
Dsample_adata.txt1 TwlSDK aes ccm-compatible demo
/TwlSDK-5.3.1/build/demos.TWL/
DMakefile34 aes \
/TwlSDK-5.3.1/build/demos.TWL/aes/ctr-compatible/
Daes-128-ctr.pl35 my $encrypted = &aes::ctr($rKey, $rCounter, $rSrc);
DMakefile44 $(PERL) aes-128-ctr.pl \
/TwlSDK-5.3.1/build/demos.TWL/aes/common-perl/
Daes.pl1 package aes; package