Searched refs:finish (Results 1 – 4 of 4) sorted by relevance
52 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()
81 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()
26 rt_err_t (*finish)(struct hwcrypto_hash *hash_ctx, member
26 rt_err_t (*finish)(struct hwcrypto_gcm *gcm_ctx, member
Completed in 5 milliseconds