Searched refs:right_response (Results 1 – 1 of 1) sorted by relevance
4900 char *right_response = NULL; in drbd_do_auth() local5036 right_response = kmalloc(resp_size, GFP_NOIO); in drbd_do_auth()5037 if (right_response == NULL) { in drbd_do_auth()5045 rv = crypto_hash_digest(&desc, &sg, sg.length, right_response); in drbd_do_auth()5052 rv = !memcmp(response, right_response, resp_size); in drbd_do_auth()5063 kfree(right_response); in drbd_do_auth()