Lines Matching full:decryption
405 // Select either the encryption round keys or the decryption round keys.
461 // Do a single non-last round of AES encryption (if \enc==1) or decryption (if
481 // Do a single non-last round of AES en/decryption on the block(s) in \data,
497 // Do a single non-last round of AES en/decryption on the blocks in registers
520 // Do tweaked AES en/decryption (i.e., XOR with \tweak, then AES en/decrypt,
558 // decryption uses the last two tweaks in reverse order. We'll handle
719 // because CTS decryption uses the last two tweaks in reverse order.
732 // Swap the first LEN bytes of the en/decryption of the last full block
733 // with the partial block. Note that to support in-place en/decryption,
743 // in-place en/decryption, this must happen before the store to the dst
747 // Shift the first LEN bytes of the en/decryption of the last full block
762 // part of the en/decryption of the last full block.
803 // Below are the actual AES-XTS encryption and decryption functions,