Lines Matching full:encrypt
64 * @instruction: Instruction to be executed (encrypt / decrypt).
82 * used for GCM encrypt / decrypt).
306 * Called by encrypt() / decrypt() skcipher functions.
561 /* For CTS Encrypt, swap last 2 blocks, if needed. */ in kmb_ocs_sk_run()
571 /* CBC encrypt case. */ in kmb_ocs_sk_run()
633 * Called by encrypt() / decrypt() aead functions.
766 * For encrypt: in kmb_ocs_aead_dma_prepare()
818 /* If this is not CCM encrypt, we are done. */ in kmb_ocs_aead_dma_prepare()
832 * For CCM encrypt the input and output linked lists contain in kmb_ocs_aead_dma_prepare()
930 /* For GCM encrypt, we must manually copy out_tag to DST sg. */ in kmb_ocs_aead_run()
1300 .encrypt = kmb_ocs_aes_ecb_encrypt,
1322 .encrypt = kmb_ocs_aes_cbc_encrypt,
1343 .encrypt = kmb_ocs_aes_ctr_encrypt,
1365 .encrypt = kmb_ocs_aes_cts_encrypt,
1386 .encrypt = kmb_ocs_sm4_ecb_encrypt,
1407 .encrypt = kmb_ocs_sm4_cbc_encrypt,
1427 .encrypt = kmb_ocs_sm4_ctr_encrypt,
1448 .encrypt = kmb_ocs_sm4_cts_encrypt,
1476 .encrypt = kmb_ocs_aes_gcm_encrypt,
1498 .encrypt = kmb_ocs_aes_ccm_encrypt,
1519 .encrypt = kmb_ocs_sm4_gcm_encrypt,
1540 .encrypt = kmb_ocs_sm4_ccm_encrypt,