Home | History | Annotate | Download | only in test

Lines Matching defs:i32

121     int32_t i32;
135 if ((bit32 && !TEST_true(OSSL_PARAM_get_int32(param, &i32)))
140 && !TEST_true(OSSL_PARAM_get_uint32(param, (uint32_t *)&i32)))
150 le_copy(buf, sizeof(i32), &i32, sizeof(i32));
151 sz = sizeof(i32) < width ? sizeof(i32) : width;
615 int32_t i32;
627 params[n++] = OSSL_PARAM_construct_int32("int32", &i32);