Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 line
3.6 KiB
JavaScript
1 line
3.6 KiB
JavaScript
NDSummary.OnToolTipsLoaded("File:crypt.h",{1419:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype1419\" class=\"NDPrototype WideForm\"><div class=\"PSection PParameterSection CStyle\"><table><tr><td class=\"PBeforeParameters\"><span class=\"SHKeyword\">inline void</span> Crypt_SetKey(</td><td class=\"PParametersParentCell\"><table class=\"PParameters\"><tr><td class=\"PModifierQualifier first\"><span class=\"SHKeyword\">const</span> </td><td class=\"PType\">c8* </td><td class=\"PName last\">key</td></tr></table></td><td class=\"PAfterParameters\">)</td></tr></table></div></div><div class=\"TTSummary\">Set the encryption key Call to this function is mandatory before calling Crypt_Encode or Crypt_Decode functions.</div></div>",1420:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype1420\" class=\"NDPrototype WideForm\"><div class=\"PSection PParameterSection CStyle\"><table><tr><td class=\"PBeforeParameters\"><span class=\"SHKeyword\">inline void</span> Crypt_SetMap(</td><td class=\"PParametersParentCell\"><table class=\"PParameters\"><tr><td class=\"PModifierQualifier first\"><span class=\"SHKeyword\">const</span> </td><td class=\"PType\">c8* </td><td class=\"PName last\">map</td></tr></table></td><td class=\"PAfterParameters\">)</td></tr></table></div></div><div class=\"TTSummary\">Set the encryption character mapping table Not mandatory (default one will be use instead).</div></div>",1421:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype1421\" class=\"NDPrototype WideForm\"><div class=\"PSection PParameterSection CStyle\"><table><tr><td class=\"PBeforeParameters\"><span class=\"SHKeyword\">inline void</span> Crypt_SetCode(</td><td class=\"PParametersParentCell\"><table class=\"PParameters\"><tr><td class=\"PModifierQualifier first\"><span class=\"SHKeyword\">const</span> </td><td class=\"PType\">u16* </td><td class=\"PName last\">code</td></tr></table></td><td class=\"PAfterParameters\">)</td></tr></table></div></div><div class=\"TTSummary\">Set the encryption code bit field Not mandatory (default one will be use instead).</div></div>",1422:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype1422\" class=\"NDPrototype WideForm\"><div class=\"PSection PParameterSection CStyle\"><table><tr><td class=\"PBeforeParameters\"><span class=\"SHKeyword\">bool</span> Crypt_Encode(</td><td class=\"PParametersParentCell\"><table class=\"PParameters\"><tr><td class=\"PModifierQualifier first\"><span class=\"SHKeyword\">const</span> </td><td class=\"PType\"><span class=\"SHKeyword\">void</span>* </td><td class=\"PName last\">data,</td></tr><tr><td class=\"first\"></td><td class=\"PType\">u8 </td><td class=\"PName last\">size,</td></tr><tr><td class=\"first\"></td><td class=\"PType\">c8* </td><td class=\"PName last\">str</td></tr></table></td><td class=\"PAfterParameters\">)</td></tr></table></div></div><div class=\"TTSummary\">Encrypt data</div></div>",1423:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype1423\" class=\"NDPrototype WideForm\"><div class=\"PSection PParameterSection CStyle\"><table><tr><td class=\"PBeforeParameters\"><span class=\"SHKeyword\">bool</span> Crypt_Decode(</td><td class=\"PParametersParentCell\"><table class=\"PParameters\"><tr><td class=\"PModifierQualifier first\"><span class=\"SHKeyword\">const</span> </td><td class=\"PType\">c8* </td><td class=\"PName last\">str,</td></tr><tr><td class=\"first\"></td><td class=\"PType\"><span class=\"SHKeyword\">void</span>* </td><td class=\"PName last\">data</td></tr></table></td><td class=\"PAfterParameters\">)</td></tr></table></div></div><div class=\"TTSummary\">Decrypt data</div></div>"}); |