Searched refs:cvm_enc_ctx (Results 1 – 2 of 2) sorted by relevance
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),
98 struct cvm_enc_ctx { struct
Completed in 4 milliseconds