Lines Matching defs:res
107 HashReturn res;
118 res = sha3_init(&self->hash_state, 28);
120 res = sha3_init(&self->hash_state, 32);
122 res = sha3_init(&self->hash_state, 48);
124 res = sha3_init(&self->hash_state, 64);
126 res = sha3_init(&self->hash_state, 16);
128 res = sha3_init(&self->hash_state, 32);
134 if (res != SUCCESS) {
147 res = SHA3_process(&self->hash_state, buf.buf, buf.len);
151 res = SHA3_process(&self->hash_state, buf.buf, buf.len);
153 if (res != SUCCESS) {
226 HashReturn res;
231 res = SHA3_done(&temp, digest);
232 if (res != SUCCESS) {
253 HashReturn res;
259 res = SHA3_done(&temp, digest);
260 if (res != SUCCESS) {
283 HashReturn res;
298 res = SHA3_process(&self->hash_state, buf.buf, buf.len);
303 res = SHA3_process(&self->hash_state, buf.buf, buf.len);
306 if (res != SUCCESS) {