Searched refs:short_input (Results 1 – 2 of 2) sorted by relevance
226 const int short_input = size < AEGIS_BLOCK_SIZE; in crypto_aegis128_encrypt_chunk_neon() local251 if (__builtin_expect(short_input, 0)) in crypto_aegis128_encrypt_chunk_neon()262 if (__builtin_expect(short_input, 0)) in crypto_aegis128_encrypt_chunk_neon()275 const int short_input = size < AEGIS_BLOCK_SIZE; in crypto_aegis128_decrypt_chunk_neon() local297 if (__builtin_expect(short_input, 0)) in crypto_aegis128_decrypt_chunk_neon()308 if (__builtin_expect(short_input, 0)) in crypto_aegis128_decrypt_chunk_neon()
465 struct hwrm_short_input short_input = {0}; in __hwrm_send() local513 short_input.req_type = ctx->req->req_type; in __hwrm_send()514 short_input.signature = in __hwrm_send()516 short_input.size = cpu_to_le16(msg_len); in __hwrm_send()517 short_input.req_addr = cpu_to_le64(ctx->dma_handle); in __hwrm_send()519 data = (u32 *)&short_input; in __hwrm_send()520 msg_len = sizeof(short_input); in __hwrm_send()