Searched refs:cvm_enc_ctx (Results 1 – 2 of 2) sorted by relevance
99 struct cvm_enc_ctx *ctx = crypto_ablkcipher_ctx(tfm); in create_ctx_hdr()234 struct cvm_enc_ctx *ctx = crypto_tfm_ctx(tfm); in cvm_xts_setkey()260 static int cvm_validate_keylen(struct cvm_enc_ctx *ctx, u32 keylen) in cvm_validate_keylen()291 struct cvm_enc_ctx *ctx = crypto_tfm_ctx(tfm); in cvm_setkey()345 .cra_ctxsize = sizeof(struct cvm_enc_ctx),366 .cra_ctxsize = sizeof(struct cvm_enc_ctx),387 .cra_ctxsize = sizeof(struct cvm_enc_ctx),408 .cra_ctxsize = sizeof(struct cvm_enc_ctx),
98 struct cvm_enc_ctx { struct