Functions | |
| int | zrtp_add_system_state (zrtp_global_ctx_t *zrtp_global, MD_CTX *ctx) |
Function for entropy collecting. This function should adds some entropy portion to the RNG context. To implement this function:
| |
| int zrtp_add_system_state | ( | zrtp_global_ctx_t * | zrtp_global, | |
| MD_CTX * | ctx | |||
| ) |
Function for entropy collecting. This function should adds some entropy portion to the RNG context. To implement this function:
data is a pointer to collected entropy sources with length length.
| zrtp_global | - global ZRTP context; | |
| ctx | - hash context for storing collected entropy. |