Searched refs:crypto4xx_ctx (Results 1 – 3 of 3) sorted by relevance
74 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_crypt()127 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes()208 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_rfc3686()225 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_encrypt()240 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_decrypt()352 struct crypto4xx_ctx *ctx, bool do_decrypt) in crypto4xx_aead_fallback()385 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setkey_aes_ccm()487 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setauthsize_aead()531 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setkey_aes_gcm()630 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_hash_alg_init()[all …]
118 struct crypto4xx_ctx { struct150 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); argument151 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx);152 void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx);154 struct crypto4xx_ctx *ctx,
153 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx) in crypto4xx_free_sa()490 struct crypto4xx_ctx *ctx) in crypto4xx_copy_digest_to_dst()556 struct crypto4xx_ctx *ctx; in crypto4xx_ahash_done()680 struct crypto4xx_ctx *ctx, in crypto4xx_build_pd()937 struct crypto4xx_ctx *ctx) in crypto4xx_ctx_init()1202 .cra_ctxsize = sizeof(struct crypto4xx_ctx),1222 .cra_ctxsize = sizeof(struct crypto4xx_ctx),1243 .cra_ctxsize = sizeof(struct crypto4xx_ctx),1263 .cra_ctxsize = sizeof(struct crypto4xx_ctx),1283 .cra_ctxsize = sizeof(struct crypto4xx_ctx),[all …]
Completed in 9 milliseconds