Home
last modified time | relevance | path

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

/bsp/ck802/libraries/common/aes/
A Dck_aes.c231 if (aes_priv->len == 0) { in ck_aes_irqhandler()
232 if (aes_priv->cb) { in ck_aes_irqhandler()
282 aes_priv->base = base; in csi_aes_initialize()
283 aes_priv->irq = irq; in csi_aes_initialize()
287 aes_priv->cb = cb_event; in csi_aes_initialize()
288 aes_priv->iv = NULL; in csi_aes_initialize()
289 aes_priv->len = 16; in csi_aes_initialize()
313 aes_priv->cb = NULL; in csi_aes_uninitialize()
460 aes_crypto(context, in, out, len, aes_priv->iv, aes_priv->mode, aes_priv->endian); in csi_aes_crypto()
476 … aes_crypto(context, in, out, len + 16 - left_len, aes_priv->iv, aes_priv->mode, aes_priv->endian); in csi_aes_crypto()
[all …]

Completed in 8 milliseconds