Lines Matching defs:cval
50 uint8_t cval[NVMF_AUTH_DIGEST_MAX_SIZE];
419 assert(hl <= sizeof(response) && hl <= sizeof(auth->cval));
424 auth->cval, response);
452 &msg->rval[hl], auth->cval);
675 assert(hl > 0 && hl <= sizeof(auth->cval));
703 rc = RAND_bytes(auth->cval, hl);
714 memcpy(challenge->cval, auth->cval, hl);
715 memcpy(&challenge->cval[hl], dhv, dhvlen);
768 memcpy(success->rval, auth->cval, hl);