Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/linux/drivers/crypto/ccp/
A Dccp-crypto-aes-cmac.c46 if (req->result && rctx->final) in ccp_aes_cmac_complete()
56 unsigned int final) in ccp_do_cmac_update() argument
77 if (!final && (len <= block_size)) { in ccp_do_cmac_update()
88 rctx->final = final; in ccp_do_cmac_update()
89 rctx->hash_rem = final ? 0 : len & (block_size - 1); in ccp_do_cmac_update()
91 if (!final && !rctx->hash_rem) { in ccp_do_cmac_update()
97 if (final && (rctx->null_msg || (len & (block_size - 1)))) in ccp_do_cmac_update()
152 if (final) in ccp_do_cmac_update()
171 rctx->cmd.u.aes.cmac_final = final; in ccp_do_cmac_update()
366 alg->final = ccp_aes_cmac_final; in ccp_register_aes_cmac_algs()
A Dccp-crypto-sha.c49 if (req->result && rctx->final) in ccp_sha_complete()
59 unsigned int final) in ccp_do_sha_update() argument
74 if (!final && (len <= block_size)) { in ccp_do_sha_update()
85 rctx->final = final; in ccp_do_sha_update()
86 rctx->hash_rem = final ? 0 : len & (block_size - 1); in ccp_do_sha_update()
88 if (!final && !rctx->hash_rem) { in ccp_do_sha_update()
167 rctx->cmd.u.sha.final = rctx->final; in ccp_do_sha_update()
476 alg->final = ccp_sha_final; in ccp_register_sha_alg()
/linux/arch/x86/crypto/
A Dsha256_ssse3_glue.c105 .final = sha256_ssse3_final,
119 .final = sha256_ssse3_final,
170 .final = sha256_avx_final,
184 .final = sha256_avx_final,
246 .final = sha256_avx2_final,
260 .final = sha256_avx2_final,
321 .final = sha256_ni_final,
335 .final = sha256_ni_final,
A Dsha512_ssse3_glue.c103 .final = sha512_ssse3_final,
117 .final = sha512_ssse3_final,
179 .final = sha512_avx_final,
193 .final = sha512_avx_final,
245 .final = sha512_avx2_final,
259 .final = sha512_avx2_final,
A Dsha1_ssse3_glue.c91 .final = sha1_ssse3_final,
140 .final = sha1_avx_final,
222 .final = sha1_avx2_final,
272 .final = sha1_ni_final,
/linux/arch/ia64/kernel/
A Dunaligned.c569 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() argument
571 ia64_stf_spill(final, 0); in float_spill_f0()
577 ia64_stf_spill(final, 1); in float_spill_f1()
964 ia64_stf_spill(final, 6); in mem2float_extended()
972 ia64_stf_spill(final, 6); in mem2float_integer()
980 ia64_stf_spill(final, 6); in mem2float_single()
988 ia64_stf_spill(final, 6); in mem2float_double()
996 ia64_stfe(final, 6); in float2mem_extended()
1004 ia64_stf8(final, 6); in float2mem_integer()
1012 ia64_stfs(final, 6); in float2mem_single()
[all …]
/linux/drivers/crypto/
A Domap-sham.c371 int final, int dma) in omap_sham_write_ctrl_omap2() argument
390 if (final) in omap_sham_write_ctrl_omap2()
440 int final, int dma) in omap_sham_write_ctrl_omap4() argument
474 if (final) { in omap_sham_write_ctrl_omap4()
506 int final) in omap_sham_xmit_cpu() argument
524 if (final) in omap_sham_xmit_cpu()
573 int final) in omap_sham_xmit_dma() argument
617 if (final) in omap_sham_xmit_dma()
757 if (final) in omap_sham_align_sgs()
1430 .final = omap_sham_final,
[all …]
A Datmel-sha.c578 if (final) in atmel_sha_xmit_cpu()
616 if (final) in atmel_sha_xmit_pdc()
680 if (final) in atmel_sha_xmit_dma()
697 dma_addr2, length2, final); in atmel_sha_xmit_start()
718 size_t length, int final) in atmel_sha_xmit_dma_map() argument
737 unsigned int final; in atmel_sha_update_dma_slow() local
747 if (final) in atmel_sha_update_dma_slow()
800 if (final) { in atmel_sha_update_dma_start()
824 0, final); in atmel_sha_update_dma_start()
851 0, final); in atmel_sha_update_dma_start()
[all …]
/linux/tools/memory-model/Documentation/
A Drecipes.txt91 consequence that if the final value of r0 is equal to 1, then the final
93 say nothing about the final value of r1.
117 This also has the consequence that if the final value of r1 is equal
119 the weaker rule would say nothing about the final value of r0.
154 the final value of r0 be 1, the final value of z be 2, and the final
235 the final value of r1 must also be the value 1.
269 In this example, if the final value of r0 is &x then the final value of
312 the final value of r0 is 1, the final value of r1 must also be 1.
432 also have a final value of 1.
461 One might hope that if the final value of r0 is 1 and the final value
[all …]
/linux/arch/arm64/crypto/
A Dsha3-ce-glue.c113 .final = sha3_final,
124 .final = sha3_final,
135 .final = sha3_final,
146 .final = sha3_final,
A Dsha256-glue.c71 .final = crypto_sha256_arm64_final,
83 .final = crypto_sha256_arm64_final,
151 .final = sha256_final_neon,
163 .final = sha256_final_neon,
A Daes-neonbs-glue.c37 int rounds, int blocks, u8 iv[], u8 final[]);
217 u8 *final = (walk.total % AES_BLOCK_SIZE) ? buf : NULL; in ctr_encrypt() local
222 final = NULL; in ctr_encrypt()
227 ctx->rk, ctx->rounds, blocks, walk.iv, final); in ctr_encrypt()
230 if (final) { in ctr_encrypt()
234 crypto_xor_cpy(dst, src, final, in ctr_encrypt()
/linux/include/linux/
A Dccp.h245 u32 final; member
298 u32 final; /* Indicates final sha cmd */ member
443 u32 final; member
472 u32 final; member
/linux/net/ipv6/
A Dinet6_connection_sock.c34 struct in6_addr *final_p, final; in inet6_csk_route_req() local
41 final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final); in inet6_csk_route_req()
84 struct in6_addr *final_p, final; in inet6_csk_route_socket() local
101 final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final); in inet6_csk_route_socket()
/linux/Documentation/security/tpm/
A Dtpm_event_log.rst40 The firmware provides so called final events configuration table to sort
46 final events table size while the stub is still running to the custom
49 and the final events table.
55 - [2] The final concatenation is done in drivers/char/tpm/eventlog/efi.c
/linux/include/linux/sched/
A Dnuma_balancing.h22 extern void task_numa_free(struct task_struct *p, bool final);
37 static inline void task_numa_free(struct task_struct *p, bool final) in task_numa_free() argument
/linux/drivers/crypto/stm32/
A Dstm32-hash.c338 if (final) in stm32_hash_xmit_cpu()
364 if (final) { in stm32_hash_xmit_cpu()
383 int bufcnt, err = 0, final; in stm32_hash_update_cpu() local
399 if (final) { in stm32_hash_update_cpu()
1128 .final = stm32_hash_final,
1153 .final = stm32_hash_final,
1179 .final = stm32_hash_final,
1204 .final = stm32_hash_final,
1233 .final = stm32_hash_final,
1258 .final = stm32_hash_final,
[all …]
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c891 .final = kmb_ocs_hcu_final,
915 .final = kmb_ocs_hcu_final,
942 .final = kmb_ocs_hcu_final,
966 .final = kmb_ocs_hcu_final,
992 .final = kmb_ocs_hcu_final,
1016 .final = kmb_ocs_hcu_final,
1042 .final = kmb_ocs_hcu_final,
1066 .final = kmb_ocs_hcu_final,
1092 .final = kmb_ocs_hcu_final,
1116 .final = kmb_ocs_hcu_final,
/linux/arch/arm/crypto/
A Dsha256_neon_glue.c70 .final = crypto_sha256_neon_final,
84 .final = crypto_sha256_neon_final,
A Dsha512-neon-glue.c68 .final = sha512_neon_final,
83 .final = sha512_neon_final,
/linux/arch/alpha/lib/
A Dstrncpy.S47 subq $27, 1, $2 # clear the final bits in the prev word
73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
/linux/drivers/crypto/caam/
A Dcaamhash.c1531 return state->final(req); in ahash_final()
1545 export->final = state->final; in ahash_export()
1561 state->final = export->final; in ahash_import()
1588 .final = ahash_final,
1609 .final = ahash_final,
1630 .final = ahash_final,
1651 .final = ahash_final,
1672 .final = ahash_final,
1693 .final = ahash_final,
1712 .final = ahash_final,
[all …]
/linux/crypto/
A Dsha3_generic.c244 .final = crypto_sha3_final,
254 .final = crypto_sha3_final,
264 .final = crypto_sha3_final,
274 .final = crypto_sha3_final,
/linux/include/soc/fsl/
A Ddpaa2-fd.h440 static inline void dpaa2_sg_set_final(struct dpaa2_sg_entry *sg, bool final) in dpaa2_sg_set_final() argument
444 sg->format_offset |= cpu_to_le16(final << SG_FINAL_FLAG_SHIFT); in dpaa2_sg_set_final()
673 static inline void dpaa2_fl_set_final(struct dpaa2_fl_entry *fle, bool final) in dpaa2_fl_set_final() argument
677 fle->format_offset |= cpu_to_le16(final << FL_FINAL_FLAG_SHIFT); in dpaa2_fl_set_final()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c987 .final = safexcel_ahash_final,
1238 .final = safexcel_ahash_final,
1296 .final = safexcel_ahash_final,
1353 .final = safexcel_ahash_final,
2570 .final = safexcel_sha3_final,
2628 .final = safexcel_sha3_final,
2686 .final = safexcel_sha3_final,
2744 .final = safexcel_sha3_final,
2906 .final = safexcel_sha3_final,
2977 .final = safexcel_sha3_final,
[all …]

Completed in 69 milliseconds

12345678910>>...15