Home
last modified time | relevance | path

Searched refs:_s (Results 1 – 2 of 2) sorted by relevance

/system/core/libmincrypt/test/
Decdsa_test.c246 result = !memcmp(P256_DIGITS(&good_dsa_signature_##n##_s), P256_DIGITS(&s), \ in main()
/system/core/adb/
Dsockets.c283 static void local_socket_event_func(int fd, unsigned ev, void *_s) in local_socket_event_func() argument
285 asocket *s = _s; in local_socket_event_func()
544 static void remote_socket_disconnect(void* _s, atransport* t) in remote_socket_disconnect() argument
546 asocket* s = _s; in remote_socket_disconnect()