コード例 #1
0
 def create_cmac_ctx(self, algorithm):
     return _CMACContext(self, algorithm)
コード例 #2
0
ファイル: backend.py プロジェクト: CoderBotOrg/coderbotsrv
 def create_cmac_ctx(self, algorithm):
     return _CMACContext(self, algorithm)