Searched refs:source_buf_size (Results 1 – 3 of 3) sorted by relevance
207 size = op->source_buf_size + iv_len; in xlr_sec_setup()218 if (op->source_buf_size != 0) { in xlr_sec_setup()221 op->source_buf_size); in xlr_sec_setup()232 desc->next_src_len = op->source_buf_size - SEC_MAX_FRAG_LEN; in xlr_sec_setup()237 op->source_buf_size = SEC_MAX_FRAG_LEN; in xlr_sec_setup()238 op->source_buf_size += iv_len; in xlr_sec_setup()245 (uint8_t *) (unsigned long)op->source_buf, op->source_buf_size); in xlr_sec_setup()246 op->source_buf_size += iv_len; in xlr_sec_setup()297 (op->source_buf_size & 0x7)) { in xlr_sec_cipher_hash_command()299 op->source_buf_size); in xlr_sec_cipher_hash_command()[all …]
425 cmd->op.source_buf_size = crp->crp_ilen; in xlr_sec_process()436 if (cmd->op.source_buf_size > SEC_MAX_FRAG_LEN) { in xlr_sec_process()
586 unsigned int source_buf_size; member