Searched refs:HASH_ContextRestore (Results 1 – 4 of 4) sorted by relevance
417 void HASH_RestoreContext(HASH_Context* HASH_ContextRestore) in HASH_RestoreContext() argument422 HASH->IMR = HASH_ContextRestore->HASH_IMR; in HASH_RestoreContext()423 HASH->STR = HASH_ContextRestore->HASH_STR; in HASH_RestoreContext()424 HASH->CR = HASH_ContextRestore->HASH_CR; in HASH_RestoreContext()432 HASH->CSR[i] = HASH_ContextRestore->HASH_CSR[i]; in HASH_RestoreContext()
418 void HASH_RestoreContext(HASH_Context* HASH_ContextRestore) in HASH_RestoreContext() argument423 HASH->IMR = HASH_ContextRestore->HASH_IMR; in HASH_RestoreContext()424 HASH->STR = HASH_ContextRestore->HASH_STR; in HASH_RestoreContext()425 HASH->CR = HASH_ContextRestore->HASH_CR; in HASH_RestoreContext()433 HASH->CSR[i] = HASH_ContextRestore->HASH_CSR[i]; in HASH_RestoreContext()
212 void HASH_RestoreContext(HASH_Context* HASH_ContextRestore);
219 void HASH_RestoreContext(HASH_Context* HASH_ContextRestore);
Completed in 6 milliseconds