Lines Matching refs:computation
74 for actual computation. HMAC uses a digest, and CMAC uses a cipher.
76 the MAC algorithm itself and one for the underlying computation
81 "underlying context", or "computation context", which is to denote the
82 context for the underlying computation algorithm if there is one.
89 as well as a reference to a computation context, for those MACs that
90 rely on an underlying computation algorithm.
135 but only if I<outsize> is sufficient (otherwise no computation is made).
156 EVP_MAC_final() does the final computation and stores the result in
159 If I<out> is NULL or I<outsize> is too small, then no computation
166 EVP_MAC_finalXOF() does the final computation for an XOF based MAC and stores
257 For MACs that use an underlying computation algorithm, the algorithm
300 For MAC implementations that use an underlying computation cipher or
336 computation.