Searched refs:qce_cpu_to_be32p_array (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | common.c | 64 void qce_cpu_to_be32p_array(__be32 *dst, const u8 *src, unsigned int len) in qce_cpu_to_be32p_array() function 177 qce_cpu_to_be32p_array(mackey, rctx->authkey, rctx->authklen); in qce_setup_regs_ahash() 188 qce_cpu_to_be32p_array(auth, rctx->digest, digestsize); in qce_setup_regs_ahash() 289 qce_cpu_to_be32p_array(dst, swap, QCE_AES_IV_LENGTH); in qce_xts_swapiv() 299 qce_cpu_to_be32p_array((__be32 *)xtskey, enckey + enckeylen / 2, in qce_xtskey() 331 qce_cpu_to_be32p_array(enckey, ctx->enc_key, keylen); in qce_setup_regs_skcipher() 359 qce_cpu_to_be32p_array(enciv, rctx->iv, ivsize); in qce_setup_regs_skcipher()
|
H A D | common.h | 94 void qce_cpu_to_be32p_array(__be32 *dst, const u8 *src, unsigned int len);
|
H A D | sha.c | 153 qce_cpu_to_be32p_array((__be32 *)out_state->state, in qce_ahash_export() 160 qce_cpu_to_be32p_array((__be32 *)out_state->state, in qce_ahash_export() 198 qce_cpu_to_be32p_array((__be32 *)rctx->digest, (const u8 *)state, in qce_import_common()
|
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | common.c | 67 void qce_cpu_to_be32p_array(__be32 *dst, const u8 *src, unsigned int len) in qce_cpu_to_be32p_array() function 181 qce_cpu_to_be32p_array(mackey, rctx->authkey, rctx->authklen); in qce_setup_regs_ahash() 192 qce_cpu_to_be32p_array(auth, rctx->digest, digestsize); in qce_setup_regs_ahash() 295 qce_cpu_to_be32p_array(dst, swap, QCE_AES_IV_LENGTH); in qce_xts_swapiv() 304 qce_cpu_to_be32p_array((__be32 *)xtskey, enckey + enckeylen / 2, in qce_xtskey() 336 qce_cpu_to_be32p_array(enckey, ctx->enc_key, keylen); in qce_setup_regs_skcipher() 364 qce_cpu_to_be32p_array(enciv, rctx->iv, ivsize); in qce_setup_regs_skcipher()
|
H A D | common.h | 99 void qce_cpu_to_be32p_array(__be32 *dst, const u8 *src, unsigned int len);
|
Completed in 4 milliseconds