Home
last modified time | relevance | path

Searched refs:SEC_SKCIPHER (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H A Dsec.h114 SEC_SKCIPHER, enumerator
H A Dsec_crypto.c175 (ctx->alg_type == SEC_SKCIPHER && flag != SEC_SQE_CFLAG) || in sec_req_cb()
541 ctx->alg_type = SEC_SKCIPHER; in sec_skcipher_init()
1047 sgl = alg_type == SEC_SKCIPHER ? sk_req->dst : aead_req->dst; in sec_update_iv()
1049 sgl = alg_type == SEC_SKCIPHER ? sk_req->src : aead_req->src; in sec_update_iv()
1051 if (alg_type == SEC_SKCIPHER) { in sec_update_iv()
1095 sec_update_iv(req, SEC_SKCIPHER); in sec_skcipher_callback()
1269 if (ctx->alg_type == SEC_SKCIPHER) in sec_process()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H A Dsec.h130 SEC_SKCIPHER, enumerator
H A Dsec_crypto.c211 if (unlikely(ctx->alg_type == SEC_SKCIPHER)) { in sec_cb_status_check()
710 ctx->alg_type = SEC_SKCIPHER; in sec_skcipher_init()
1398 sgl = alg_type == SEC_SKCIPHER ? sk_req->dst : aead_req->dst; in sec_update_iv()
1400 sgl = alg_type == SEC_SKCIPHER ? sk_req->src : aead_req->src; in sec_update_iv()
1402 if (alg_type == SEC_SKCIPHER) { in sec_update_iv()
1454 sec_update_iv(req, SEC_SKCIPHER); in sec_skcipher_callback()
1799 if (ctx->alg_type == SEC_SKCIPHER) in sec_process()

Completed in 8 milliseconds