Searched refs:NULL (Results 1 – 4 of 4) sorted by relevance
31 #ifndef NULL32 #define NULL 0 macro
47 K_THREAD_DEFINE(ZephyrBleController, BLE_THREAD_STACK_SIZE, b91_bt_controller_thread, NULL, NULL,48 NULL, BLE_THREAD_PRIORITY, 0, -1);
47 #ifndef NULL48 #define NULL 0 macro
633 if((NULL != curve->mont_p_h) && (NULL != curve->mont_p_n1)) in pke_x25519_point_mul()