Searched refs:HWRNG_SRV_NAME (Results 1 – 3 of 3) sorted by relevance
/trusty/hardware/nxp/app/hwcrypto/ |
D | hwrng_srv.c | 35 #define HWRNG_SRV_NAME HWRNG_PORT macro 260 rc = port_create(HWRNG_SRV_NAME, 1, MAX_HWRNG_MSG_SIZE, in hwrng_start_service() 263 TLOGE("Failed (%d) to create port '%s'\n", rc, HWRNG_SRV_NAME); in hwrng_start_service()
|
/trusty/user/app/sample/hwcrypto/ |
D | hwrng_srv.c | 32 #define HWRNG_SRV_NAME HWRNG_PORT macro 263 rc = port_create(HWRNG_SRV_NAME, 1, MAX_HWRNG_MSG_SIZE, in hwrng_start_service() 266 TLOGE("Failed (%d) to create port '%s'\n", rc, HWRNG_SRV_NAME); in hwrng_start_service()
|
/trusty/kernel/services/hwrng/ |
D | hwrng_service.c | 39 #define HWRNG_SRV_NAME HWRNG_PORT macro 208 .name = HWRNG_SRV_NAME,
|