Lines Matching full:with

157  * @param iv Input initial vector to combine with the first input block.
179 * @param iv Input initial vector to combine with the first input block.
299 * @param iv Input initial vector to combine with the first plaintext block.
322 * @param iv Input initial vector to combine with the first plaintext block.
426 * @brief Encrypts triple DES using ECB block mode with two keys.
428 * Encrypts triple DES using ECB block mode with two keys.
448 * @brief Decrypts triple DES using ECB block mode with two keys.
450 * Decrypts triple DES using ECB block mode with two keys.
470 * @brief Encrypts triple DES using CBC block mode with two keys.
472 * Encrypts triple DES using CBC block mode with two keys.
479 * @param iv Input initial vector to combine with the first plaintext block.
495 * @brief Decrypts triple DES using CBC block mode with two keys.
497 * Decrypts triple DES using CBC block mode with two keys.
504 * @param iv Input initial vector to combine with the first plaintext block.
520 * @brief Encrypts triple DES using CFB block mode with two keys.
522 * Encrypts triple DES using CFB block mode with two keys.
544 * @brief Decrypts triple DES using CFB block mode with two keys.
546 * Decrypts triple DES using CFB block mode with two keys.
568 * @brief Encrypts triple DES using OFB block mode with two keys.
570 * Encrypts triple DES using OFB block mode with two keys.
593 * @brief Decrypts triple DES using OFB block mode with two keys.
595 * Decrypts triple DES using OFB block mode with two keys.
618 * @brief Encrypts triple DES using ECB block mode with three keys.
620 * Encrypts triple DES using ECB block mode with three keys.
642 * @brief Decrypts triple DES using ECB block mode with three keys.
644 * Decrypts triple DES using ECB block mode with three keys.
666 * @brief Encrypts triple DES using CBC block mode with three keys.
668 * Encrypts triple DES using CBC block mode with three keys.
675 * @param iv Input initial vector to combine with the first plaintext block.
693 * @brief Decrypts triple DES using CBC block mode with three keys.
695 * Decrypts triple DES using CBC block mode with three keys.
702 * @param iv Input initial vector to combine with the first plaintext block.
720 * @brief Encrypts triple DES using CFB block mode with three keys.
722 * Encrypts triple DES using CFB block mode with three keys.
746 * @brief Decrypts triple DES using CFB block mode with three keys.
748 * Decrypts triple DES using CFB block mode with three keys.
772 * @brief Encrypts triple DES using OFB block mode with three keys.
774 * Encrypts triple DES using OFB block mode with three keys.
799 * @brief Decrypts triple DES using OFB block mode with three keys.
801 * Decrypts triple DES using OFB block mode with three keys.