Lines Matching full:ensure
358 /* Ensure DMA error interrupts are enabled */ in aes_irq_enable()
379 /* Ensure AES interrupts are disabled */ in aes_irq_enable()
564 /* Ensure interrupts are disabled and pending interrupts cleared. */ in ocs_aes_init()
608 /* Ensure cipher, mode and instruction are valid. */ in ocs_aes_validate_inputs()
642 /* Ensure input length is multiple of block size */ in ocs_aes_validate_inputs()
646 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
654 /* Ensure input length is multiple of block size */ in ocs_aes_validate_inputs()
658 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
663 /* Ensure IV is present and block size in length */ in ocs_aes_validate_inputs()
670 /* Ensure input length of 1 byte or greater */ in ocs_aes_validate_inputs()
674 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
679 /* Ensure IV is present and block size in length */ in ocs_aes_validate_inputs()
686 /* Ensure input length >= block size */ in ocs_aes_validate_inputs()
690 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
695 /* Ensure IV is present and block size in length */ in ocs_aes_validate_inputs()
702 /* Ensure IV is present and GCM_AES_IV_SIZE in length */ in ocs_aes_validate_inputs()
707 * If input data present ensure source and destination linked in ocs_aes_validate_inputs()
714 /* If aad present ensure aad linked list is created */ in ocs_aes_validate_inputs()
718 /* Ensure tag destination is set */ in ocs_aes_validate_inputs()
722 /* Just ensure that tag_size doesn't cause overflows. */ in ocs_aes_validate_inputs()
729 /* Ensure IV is present and block size in length */ in ocs_aes_validate_inputs()
738 /* If aad present ensure aad linked list is created */ in ocs_aes_validate_inputs()
742 /* Just ensure that tag_size doesn't cause overflows. */ in ocs_aes_validate_inputs()
748 * If input data present ensure source and destination in ocs_aes_validate_inputs()
755 /* Ensure input tag is present */ in ocs_aes_validate_inputs()
771 /* If input data present ensure src linked list is created */ in ocs_aes_validate_inputs()
815 * ocs_aes_validate_inputs() is a generic check, now ensure mode is not in ocs_aes_op()
1028 /* Ensure DMA input buffer is empty */ in ocs_aes_ccm_write_encrypted_tag()
1334 * auth tag so ensure this is the case in ocs_aes_ccm_op()
1372 * Ensure there has been at least CCM_DECRYPT_DELAY_LAST_GCX_CLK_COUNT in ocs_aes_ccm_op()