Searched refs:cvm_enc_ctx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.c | 99 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 D | cptvf_algs.h | 98 struct cvm_enc_ctx { struct
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.c | 99 struct cvm_enc_ctx *ctx = crypto_skcipher_ctx(tfm); in create_ctx_hdr() 235 struct cvm_enc_ctx *ctx = crypto_skcipher_ctx(cipher); in cvm_xts_setkey() 261 static int cvm_validate_keylen(struct cvm_enc_ctx *ctx, u32 keylen) in cvm_validate_keylen() 291 struct cvm_enc_ctx *ctx = crypto_skcipher_ctx(cipher); in cvm_setkey() 345 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx), 363 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx), 381 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx), 398 .base.cra_ctxsize = sizeof(struct cvm_enc_ctx),
|
H A D | cptvf_algs.h | 98 struct cvm_enc_ctx { struct
|
Completed in 3 milliseconds