Home
last modified time | relevance | path

Searched refs:saes (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c42 struct saes_ctx saes; member
116 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 …]
/optee_os/core/arch/arm/dts/
H A Dstm32mp13xf.dtsi18 saes: saes@54005000 { label
19 compatible = "st,stm32mp13-saes";
H A Dstm32mp13xc.dtsi18 saes: saes@54005000 { label
19 compatible = "st,stm32mp13-saes";
H A Dstm32mp135f-dk.dts519 &saes {