Home
last modified time | relevance | path

Searched refs:NULL (Results 1 – 4 of 4) sorted by relevance

/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/common/
Dtypes.h31 #ifndef NULL
32 #define NULL 0 macro
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/vendor/controller/
Db91_bt.c198 NULL, NULL, NULL, BLE_THREAD_PRIORITY, 0, 0);
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/drivers/B91/
Dpke.h47 #ifndef NULL
48 #define NULL 0 macro
Dpke.c633 if((NULL != curve->mont_p_h) && (NULL != curve->mont_p_n1)) in pke_x25519_point_mul()