Searched refs:MACContext (Results 1 – 8 of 8) sorted by relevance
12 HMAC and CMAC both use the ``MACContext`` interface:16 .. class:: MACContext31 :class:`~cryptography.hazmat.primitives.mac.MACContext` that
13 class MACContext(object): class
15 @utils.register_interface(mac.MACContext)
16 @utils.register_interface(mac.MACContext)
162 :class:`~cryptography.hazmat.primitives.mac.MACContext` that169 :class:`~cryptography.hazmat.primitives.mac.MACContext`
1102 * Added :class:`~cryptography.hazmat.primitives.mac.MACContext` as a