Home
last modified time | relevance | path

Searched refs:short_input (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/crypto/
Daegis128-neon-inner.c225 const int short_input = size < AEGIS_BLOCK_SIZE; in crypto_aegis128_encrypt_chunk_neon() local
250 if (__builtin_expect(short_input, 0)) in crypto_aegis128_encrypt_chunk_neon()
261 if (__builtin_expect(short_input, 0)) in crypto_aegis128_encrypt_chunk_neon()
274 const int short_input = size < AEGIS_BLOCK_SIZE; in crypto_aegis128_decrypt_chunk_neon() local
296 if (__builtin_expect(short_input, 0)) in crypto_aegis128_decrypt_chunk_neon()
307 if (__builtin_expect(short_input, 0)) in crypto_aegis128_decrypt_chunk_neon()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hwrm.c425 struct hwrm_short_input short_input = {0}; in __hwrm_send() local
469 short_input.req_type = ctx->req->req_type; in __hwrm_send()
470 short_input.signature = in __hwrm_send()
472 short_input.size = cpu_to_le16(msg_len); in __hwrm_send()
473 short_input.req_addr = cpu_to_le64(ctx->dma_handle); in __hwrm_send()
475 data = (u32 *)&short_input; in __hwrm_send()
476 msg_len = sizeof(short_input); in __hwrm_send()