Searched refs:M_last (Results 1 – 2 of 2) sorted by relevance
79 memcpy1( ctx->M_last + ctx->M_n, data, mlen ); in AES_CMAC_Update()83 XOR( ctx->M_last, ctx->X ); in AES_CMAC_Update()105 memcpy1( ctx->M_last, data, len ); in AES_CMAC_Update()129 XOR( K, ctx->M_last ); in AES_CMAC_Final()143 ctx->M_last[ctx->M_n] = 0x80; in AES_CMAC_Final()145 ctx->M_last[ctx->M_n] = 0; in AES_CMAC_Final()147 XOR( K, ctx->M_last ); in AES_CMAC_Final()149 XOR( ctx->M_last, ctx->X ); in AES_CMAC_Final()
51 uint8_t M_last[16]; member