Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c99 struct cvm_enc_ctx *ctx = crypto_skcipher_ctx(tfm); in create_ctx_hdr()
236 struct cvm_enc_ctx *ctx = crypto_tfm_ctx(tfm); in cvm_xts_setkey()
262 static int cvm_validate_keylen(struct cvm_enc_ctx *ctx, u32 keylen) in cvm_validate_keylen()
293 struct cvm_enc_ctx *ctx = crypto_tfm_ctx(tfm); in cvm_setkey()
347 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx),
365 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx),
383 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx),
400 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx),
H A Dcptvf_algs.h98 struct cvm_enc_ctx { struct