Searched refs:nitrox_crypto_ctx (Results 1 – 3 of 3) sorted by relevance
170 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_skcipher_setkey()341 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_aes_xts_setkey()366 struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm); in nitrox_aes_ctr_rfc3686_setkey()393 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),412 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),431 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),450 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),469 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),488 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),507 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),[all …]
37 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_setkey()61 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_setauthsize()216 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_enc()250 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_dec()283 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_init()308 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_gcm_common_init()343 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_exit()362 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_rfc4106_setkey()443 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_rfc4106_enc()526 .cra_ctxsize = sizeof(struct nitrox_crypto_ctx),[all …]
202 struct nitrox_crypto_ctx { struct
Completed in 8 milliseconds