Searched refs:ast2600_hace_update (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/aspeed/ |
A D | hace_ast2600.c | 166 static TEE_Result ast2600_hace_update(struct crypto_hash_ctx *ctx, in ast2600_hace_update() function 250 rc = ast2600_hace_update(ctx, pad, padn); in ast2600_hace_final() 254 rc = ast2600_hace_update(ctx, (uint8_t *)&dbits_be[0], in ast2600_hace_final() 266 rc = ast2600_hace_update(ctx, pad, padn); in ast2600_hace_final() 270 rc = ast2600_hace_update(ctx, (uint8_t *)&dbits_be[1], in ast2600_hace_final() 275 rc = ast2600_hace_update(ctx, (uint8_t *)&dbits_be[0], in ast2600_hace_final() 330 .update = ast2600_hace_update,
|
Completed in 3 milliseconds