Home
last modified time | relevance | path

Searched defs:skreq (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c51 static void free_src_sglist(struct skcipher_request *skreq) in free_src_sglist()
58 static void free_dst_sglist(struct skcipher_request *skreq) in free_dst_sglist()
67 struct skcipher_request *skreq = arg; in nitrox_skcipher_callback() local
81 struct skcipher_request *skreq = arg; in nitrox_cbc_cipher_callback() local
208 static int alloc_src_sglist(struct skcipher_request *skreq, int ivsize) in alloc_src_sglist()
226 static int alloc_dst_sglist(struct skcipher_request *skreq, int ivsize) in alloc_dst_sglist()
290 static int nitrox_cbc_decrypt(struct skcipher_request *skreq) in nitrox_cbc_decrypt()
310 static int nitrox_aes_encrypt(struct skcipher_request *skreq) in nitrox_aes_encrypt()
315 static int nitrox_aes_decrypt(struct skcipher_request *skreq) in nitrox_aes_decrypt()
327 static int nitrox_3des_encrypt(struct skcipher_request *skreq) in nitrox_3des_encrypt()
[all …]
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dcipher.c145 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_process() local
157 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_step() local
188 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_prepare() local
202 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_req_cleanup() local
210 struct skcipher_request *skreq = skcipher_request_cast(req); in mv_cesa_skcipher_complete() local
/openbmc/linux/crypto/
H A Dauthenc.c200 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_encrypt() local
237 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_decrypt_tail() local
H A Dgcm.c73 struct skcipher_request skreq; member
183 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_init_crypt() local
452 struct skcipher_request *skreq = &pctx->u.skreq; in crypto_gcm_encrypt() local
491 struct skcipher_request *skreq = &pctx->u.skreq; in gcm_dec_hash_continue() local
H A Dauthencesn.c184 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_encrypt() local
224 struct skcipher_request *skreq = (void *)(areq_ctx->tail + in crypto_authenc_esn_decrypt_tail() local
H A Dccm.c49 struct skcipher_request skreq; member
290 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_encrypt() local
349 struct skcipher_request *skreq = &pctx->skreq; in crypto_ccm_decrypt() local
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c424 struct skcipher_request *skreq = container_of(req_base, in sec_skcipher_alg_callback() local
707 static int sec_alg_skcipher_crypto(struct skcipher_request *skreq, in sec_alg_skcipher_crypto()