Searched refs:nitrox_crypto_ctx (Results 1 – 3 of 3) sorted by relevance
52 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(tfm); in nitrox_skcipher_init()76 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(tfm); in nitrox_skcipher_exit()97 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_skcipher_setkey()207 struct nitrox_crypto_ctx *nctx = crypto_skcipher_ctx(cipher); in nitrox_skcipher_crypt()278 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_aes_xts_setkey()305 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_aes_ctr_rfc3686_setkey()334 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),353 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),372 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),391 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),[all …]
38 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_setkey()64 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_setauthsize()192 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_enc()223 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_dec()253 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_init()278 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_gcm_common_init()313 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_exit()332 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_rfc4106_setkey()413 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_rfc4106_enc()445 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_rfc4106_dec()[all …]
199 struct nitrox_crypto_ctx { struct