Searched refs:cvm_enc_ctx (Results 1 – 2 of 2) sorted by relevance
104 struct cvm_enc_ctx *ctx = crypto_ablkcipher_ctx(tfm); in create_ctx_hdr()239 struct cvm_enc_ctx *ctx = crypto_tfm_ctx(tfm); in cvm_xts_setkey()265 static int cvm_validate_keylen(struct cvm_enc_ctx *ctx, u32 keylen) in cvm_validate_keylen()296 struct cvm_enc_ctx *ctx = crypto_tfm_ctx(tfm); in cvm_setkey()341 struct cvm_enc_ctx *ctx = crypto_tfm_ctx(tfm); in cvm_enc_dec_init()357 .cra_ctxsize = sizeof(struct cvm_enc_ctx),378 .cra_ctxsize = sizeof(struct cvm_enc_ctx),399 .cra_ctxsize = sizeof(struct cvm_enc_ctx),420 .cra_ctxsize = sizeof(struct cvm_enc_ctx),
101 struct cvm_enc_ctx { struct