Home | History | Annotate | Download | only in crypto

Lines Matching defs:state

39   abi_test::internal::CallerState state;
40 RAND_bytes(reinterpret_cast<uint8_t *>(&state), sizeof(state));
45 reinterpret_cast<crypto_word_t>(TestFunction), &state, argv, 8,
109 abi_test::internal::CallerState state;
110 RAND_bytes(reinterpret_cast<uint8_t *>(&state), sizeof(state));
113 &state, nullptr, 0, 0 /* no breakpoint */);
213 abi_test::internal::CallerState state;
214 RAND_bytes(reinterpret_cast<uint8_t *>(&state), sizeof(state));
217 &state, nullptr, 0, 0 /* no breakpoint */);
285 abi_test::internal::CallerState state;
286 RAND_bytes(reinterpret_cast<uint8_t *>(&state), sizeof(state));
289 &state, nullptr, 0, 0 /* no breakpoint */);
424 abi_test::internal::CallerState state;
425 RAND_bytes(reinterpret_cast<uint8_t *>(&state), sizeof(state));
428 &state, nullptr, 0, 0 /* no breakpoint */);