Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec.h128 SEC_SKCIPHER, enumerator
H A Dsec_crypto.c213 if (unlikely(ctx->alg_type == SEC_SKCIPHER)) { in sec_cb_status_check()
708 ctx->alg_type = SEC_SKCIPHER; in sec_skcipher_init()
1371 sgl = alg_type == SEC_SKCIPHER ? sk_req->dst : aead_req->dst; in sec_update_iv()
1373 sgl = alg_type == SEC_SKCIPHER ? sk_req->src : aead_req->src; in sec_update_iv()
1375 if (alg_type == SEC_SKCIPHER) { in sec_update_iv()
1427 sec_update_iv(req, SEC_SKCIPHER); in sec_skcipher_callback()
1769 if (ctx->alg_type == SEC_SKCIPHER) in sec_process()