Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/
H A Dsa2ul.c700 swinfo[1] = (u32)(sc_phys & 0xFFFFFFFFULL); in sa_set_swinfo()
778 sa_dump_sc(sc_buf, ctx->sc_phys); in sa_init_sc()
839 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_exit()
840 ctx->dec.sc_id, &ctx->dec.sc_phys); in sa_cipher_cra_exit()
880 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_cipher_cra_init()
881 ctx->dec.sc_id, &ctx->dec.sc_phys); in sa_cipher_cra_init()
1524 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_sha_cra_init_alg()
1525 ctx->dec.sc_id, &ctx->dec.sc_phys); in sa_sha_cra_init_alg()
1681 __func__, tfm, ctx->enc.sc_id, &ctx->enc.sc_phys, in sa_sha_cra_exit()
1682 ctx->dec.sc_id, &ctx->dec.sc_phys); in sa_sha_cra_exit()
[all …]
H A Dsa2ul.h287 dma_addr_t sc_phys; member