Searched refs:aes (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.3.1/build/demos.TWL/aes/ccm-compatible/ |
| D | aes-128-ccm.pl | 38 ($rOutput, $result) = &aes::ccm_decrypt($rKey, $rNonce, $rAdata, $rPdata, $tlen); 44 $rOutput = &aes::ccm_encrypt($rKey, $rNonce, $rAdata, $rPdata, $tlen);
|
| D | Makefile | 44 $(PERL) aes-128-ccm.pl \
|
| /TwlSDK-5.3.1/build/demos.TWL/aes/ccm-compatible/rom_data/ |
| D | sample_adata.txt | 1 TwlSDK aes ccm-compatible demo
|
| /TwlSDK-5.3.1/build/demos.TWL/ |
| D | Makefile | 34 aes \
|
| /TwlSDK-5.3.1/build/demos.TWL/aes/ctr-compatible/ |
| D | aes-128-ctr.pl | 35 my $encrypted = &aes::ctr($rKey, $rCounter, $rSrc);
|
| D | Makefile | 44 $(PERL) aes-128-ctr.pl \
|
| /TwlSDK-5.3.1/build/demos.TWL/aes/common-perl/ |
| D | aes.pl | 1 package aes; package
|