Home
last modified time | relevance | path

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

/components/drivers/hwcrypto/
A Dhw_hash.c52 if (ctx && ((struct hwcrypto_hash *)ctx)->ops->finish) in rt_hwcrypto_hash_finish()
54 … return ((struct hwcrypto_hash *)ctx)->ops->finish((struct hwcrypto_hash *)ctx, output, length); in rt_hwcrypto_hash_finish()
A Dhw_gcm.c81 if (gcm_ctx && gcm_ctx->ops->finish) in rt_hwcrypto_gcm_finish()
83 return gcm_ctx->ops->finish(gcm_ctx, tag, tag_len); in rt_hwcrypto_gcm_finish()
A Dhw_hash.h26 rt_err_t (*finish)(struct hwcrypto_hash *hash_ctx, member
A Dhw_gcm.h26 rt_err_t (*finish)(struct hwcrypto_gcm *gcm_ctx, member

Completed in 5 milliseconds