Criptográfico RNG
Este módulo incluye funciones que generan números aleatorios criptográficos.
Resumen
Funciones | |
---|---|
otRandomCryptoFillBuffer (uint8_t *aBuffer, uint16_t aSize) | Esta función llena un búfer determinado con bytes aleatorios criptográficamente seguros. |
otRandomCryptoMbedTlsContextGet (void) | mbedtls_ctr_drbg_context * Esta función devuelve mbedtls_ctr_drbg_context inicializado. |
Funciones
otRandomCryptoFillBuffer
otError otRandomCryptoFillBuffer( uint8_t *aBuffer, uint16_t aSize )
Esta función llena un búfer determinado con bytes aleatorios criptográficamente seguros.
Detalles | |||||
---|---|---|---|---|---|
Parámetros |
|
otRandomCryptoMbedTlsContextGet
mbedtls_ctr_drbg_context * otRandomCryptoMbedTlsContextGet( void )
Esta función devuelve mbedtls_ctr_drbg_context inicializado.
Detalles | |
---|---|
Devoluciones | Un puntero a mbedtls_ctr_drbg_context inicializado. |