Searched refs:saes_ctx (Results 1 – 1 of 1) sorted by relevance
27 struct saes_ctx { struct42 struct saes_ctx saes; argument176 struct saes_ctx *src_ctx = &src_ip_ctx->saes; in saes_copy_state()290 struct stm32_cipher_ctx *saes_ctx = NULL; in stm32_saes_cipher_allocate() local315 saes_ctx = calloc(1, sizeof(*saes_ctx)); in stm32_saes_cipher_allocate()316 if (!saes_ctx) { in stm32_saes_cipher_allocate()324 saes_ctx->ip_ctx.saes.algo = saes_algo; in stm32_saes_cipher_allocate()325 saes_ctx->ops = &saes_ops; in stm32_saes_cipher_allocate()326 saes_ctx->ip_ctx.saes.fallback_ctx = fallback_ctx; in stm32_saes_cipher_allocate()327 *ctx = &saes_ctx->c_ctx; in stm32_saes_cipher_allocate()