Searched refs:saes (Results 1 – 4 of 4) sorted by relevance
42 struct saes_ctx saes; member116 struct crypto_cipher_ctx *ctx = ip_ctx->saes.fallback_ctx; in saes_init()136 ip_ctx->saes.use_fallback = true; in saes_init()141 ip_ctx->saes.use_fallback = false; in saes_init()143 return stm32_saes_init(&ip_ctx->saes.ctx, is_decrypt, ip_ctx->saes.algo, in saes_init()153 if (ip_ctx->saes.use_fallback) { in saes_update()154 struct crypto_cipher_ctx *ctx = ip_ctx->saes.fallback_ctx; in saes_update()161 return stm32_saes_update(&ip_ctx->saes.ctx, last_block, src, dst, len); in saes_update()166 struct crypto_cipher_ctx *ctx = ip_ctx->saes.fallback_ctx; in saes_final()168 if (ip_ctx->saes.use_fallback) { in saes_final()[all …]
18 saes: saes@54005000 { label19 compatible = "st,stm32mp13-saes";
519 &saes {