/* Copyright (c) (2020) Apple Inc. All rights reserved. * * corecrypto is licensed under Apple Inc.’s Internal Use License Agreement (which * is contained in the License.txt file distributed with corecrypto) and only to * people who accept that license. IMPORTANT: Any license rights granted to you by * Apple Inc. (if any) are limited to internal use within your organization only on * devices and computers you own or control, for the sole purpose of verifying the * security characteristics and correct functioning of the Apple Software. You may * not, directly or indirectly, redistribute the Apple Software or any portions thereof. */ static const struct cckprng_op_init op_init_1 = { .hd = { .id = 1, .kind = OP_INIT }, .seed = { 0x42, 0x2d, 0x3b, 0x07, 0x4b, 0xec, 0x80, 0xff, 0xda, 0x2a, 0xd4, 0x0a, 0x0c, 0x43, 0xe9, 0x19, 0x9f, 0x9d, 0xf4, 0xf5, 0x09, 0xa4, 0x45, 0xeb, 0xd6, 0x87, 0xa8, 0x3d, 0xc4, 0xfd, 0x57, 0x38 }, .nonce = { 0xfb, 0x6b, 0xf5, 0x8c, 0x0d, 0xfe, 0x5e, 0x6f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2 = { .hd = { .id = 2, .kind = OP_REFRESH }, .rand = 8352648952054160274ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3 = { .hd = { .id = 3, .kind = OP_RESEED }, .nonce = 7099572916648938437ULL, .seed_nbytes = 31, .seed = { 0x95, 0x5c, 0x86, 0x51, 0x73, 0xe0, 0x57, 0x1c, 0x5b, 0xa7, 0x1a, 0xaa, 0x50, 0xef, 0xd4, 0xbf, 0xfd, 0x76, 0x91, 0xa2, 0xdd, 0x28, 0x72, 0xe3, 0x4d, 0xed, 0x27, 0xc6, 0x6e, 0x60, 0x43 } }; static const struct cckprng_op_reseed op_reseed_4 = { .hd = { .id = 4, .kind = OP_RESEED }, .nonce = 11344228747639358053ULL, .seed_nbytes = 244, .seed = { 0xf1, 0x09, 0x42, 0xeb, 0x38, 0x52, 0xc4, 0x65, 0x57, 0x95, 0xec, 0x1c, 0xe7, 0xda, 0xed, 0x8f, 0xb1, 0xfb, 0x69, 0x7c, 0x0f, 0x5c, 0x1f, 0x51, 0x5c, 0xb2, 0x31, 0x89, 0x4d, 0x79, 0xcd, 0xc8, 0x5a, 0xa8, 0xa1, 0x37, 0x80, 0xba, 0x1a, 0x88, 0xab, 0x61, 0x37, 0xb6, 0x7a, 0x3d, 0xbd, 0x04, 0xde, 0xdb, 0x8a, 0x16, 0xfb, 0xb0, 0x44, 0x0d, 0x11, 0x8b, 0x2a, 0x9b, 0x75, 0x69, 0x6a, 0x20, 0x0b, 0x82, 0xbe, 0x4d, 0xa7, 0xbd, 0xe5, 0x0a, 0x42, 0x52, 0xf3, 0x21, 0x9f, 0x0a, 0x6c, 0xa1, 0x56, 0xc2, 0xb2, 0x57, 0xda, 0xf2, 0x3c, 0x3c, 0xdf, 0x10, 0x48, 0x19, 0x9c, 0x4d, 0x36, 0xac, 0xc3, 0x89, 0x09, 0xc4, 0x76, 0x17, 0xd1, 0x22, 0xb8, 0x0d, 0xd8, 0xb2, 0x18, 0xe8, 0x72, 0x57, 0xa0, 0x97, 0xed, 0x08, 0x20, 0x61, 0xc6, 0x7c, 0x56, 0x11, 0x35, 0xcb, 0x41, 0x63, 0xee, 0x72, 0x3e, 0x0d, 0xdc, 0xc9, 0xaf, 0xa4, 0x20, 0x87, 0x8e, 0x52, 0x3a, 0x1e, 0x4b, 0xe5, 0x62, 0xd0, 0x06, 0x20, 0x4b, 0x9d, 0x66, 0x1d, 0x74, 0xc1, 0x63, 0xf9, 0x96, 0x7f, 0x44, 0x0c, 0xfb, 0xee, 0x6b, 0x18, 0x64, 0x6d, 0xf8, 0x71, 0x98, 0x0b, 0xf9, 0xc3, 0xee, 0xf1, 0x0e, 0xf0, 0x24, 0xd6, 0x5b, 0xc8, 0xc1, 0xc6, 0xc3, 0x6d, 0x4e, 0x98, 0x84, 0xb8, 0xca, 0x86, 0xf8, 0x59, 0x76, 0x10, 0x59, 0x08, 0xf9, 0xb1, 0xda, 0xfb, 0x28, 0x70, 0x55, 0xbd, 0x9f, 0x20, 0x75, 0x4b, 0x83, 0x33, 0x2d, 0xfb, 0xe1, 0x78, 0x52, 0xde, 0x52, 0x26, 0xd4, 0xeb, 0x9f, 0x74, 0x2d, 0xfd, 0x77, 0xec, 0x2a, 0x49, 0x7e, 0x70, 0x59, 0x9f, 0x92, 0x8f, 0xe1, 0xaf, 0xb9, 0x95, 0x5a, 0xb3, 0xfc, 0x3f, 0x44, 0x1d, 0xed, 0xf9 } }; static const struct cckprng_op_refresh op_refresh_5 = { .hd = { .id = 5, .kind = OP_REFRESH }, .rand = 906944619667436540ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6 = { .hd = { .id = 6, .kind = OP_REFRESH }, .rand = 2173072307510336380ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_7 = { .hd = { .id = 7, .kind = OP_GENERATE }, .rand_nbytes = 147, .out = { .rand = { 0xed, 0xa1, 0x33, 0x31, 0x68, 0xe4, 0xbb, 0x6d, 0x08, 0xe1, 0xe9, 0x92, 0x5d, 0x2f, 0x55, 0x2d, 0xe0, 0xa2, 0xf1, 0x61, 0x83, 0x5f, 0xae, 0xb2, 0xbc, 0xe0, 0x23, 0x49, 0x40, 0x32, 0x02, 0xc5, 0xbf, 0xc1, 0xc5, 0x43, 0x77, 0x1c, 0xa4, 0x86, 0x6b, 0x20, 0x99, 0xd5, 0x5c, 0x51, 0xd4, 0x15, 0xe5, 0x79, 0x55, 0x37, 0x45, 0xfd, 0x66, 0x24, 0x49, 0x0a, 0x60, 0xf9, 0x9b, 0x4c, 0x21, 0x3f, 0x71, 0x1a, 0xa4, 0xac, 0xd5, 0x7d, 0x19, 0xd6, 0x0d, 0x30, 0x67, 0xb7, 0x7b, 0xa5, 0xec, 0x05, 0xa3, 0xd2, 0x15, 0xa4, 0x8f, 0xf3, 0x46, 0xb1, 0xe7, 0xe1, 0x27, 0xd1, 0xd0, 0xdb, 0xee, 0x72, 0xcc, 0x06, 0x9f, 0x43, 0x2f, 0x05, 0x4f, 0x02, 0x59, 0x49, 0x44, 0xa2, 0xd1, 0x1d, 0x5a, 0xe7, 0x10, 0x55, 0x25, 0xc8, 0x93, 0x59, 0x1e, 0x05, 0xb9, 0xaf, 0x69, 0x82, 0x89, 0x33, 0xbe, 0x00, 0x8b, 0xdb, 0x3c, 0x88, 0x97, 0xa1, 0xd8, 0x0e, 0xfe, 0xcb, 0x83, 0x11, 0xad, 0xb2, 0x44, 0xba, 0x21, 0xf1, 0x9a } } }; static const struct cckprng_op_generate op_init_8 = { .hd = { .id = 8, .kind = OP_GENERATE }, .rand_nbytes = 32, .out = { .rand = { 0x9d, 0x45, 0x20, 0xcf, 0x5e, 0xfb, 0x43, 0xc3, 0x66, 0xca, 0x8f, 0x41, 0x03, 0xb7, 0xbc, 0x6c, 0x8d, 0x99, 0xd1, 0x00, 0x24, 0x12, 0x6c, 0xfd, 0x8e, 0x4b, 0xd2, 0x7b, 0xc1, 0xb4, 0xb0, 0xe3 } } }; static const struct cckprng_op_generate op_init_9 = { .hd = { .id = 9, .kind = OP_GENERATE }, .rand_nbytes = 245, .out = { .rand = { 0xf2, 0x8d, 0x4e, 0x34, 0x9b, 0x05, 0x98, 0xe3, 0x82, 0x6f, 0x65, 0x88, 0x36, 0xcf, 0xf3, 0xc5, 0x8d, 0xea, 0x68, 0xdc, 0xab, 0x02, 0x0f, 0x9d, 0xe0, 0x9a, 0x5b, 0x7f, 0xf7, 0x47, 0x18, 0xb6, 0x64, 0x9a, 0xc0, 0xa9, 0x60, 0x7a, 0x82, 0xfc, 0xad, 0xb4, 0x97, 0x51, 0x83, 0x77, 0xbf, 0x84, 0x4b, 0xdb, 0x79, 0x89, 0x8e, 0x6f, 0x90, 0x4f, 0xb4, 0x95, 0xfd, 0xc8, 0x28, 0xa5, 0x77, 0x9a, 0x63, 0xbe, 0x0c, 0x3d, 0xf7, 0xf3, 0x1e, 0x16, 0x47, 0xc9, 0xe1, 0xe5, 0xa5, 0xcb, 0xac, 0xa2, 0x40, 0x8a, 0xb8, 0x70, 0xb6, 0x39, 0xb2, 0xb7, 0x48, 0xde, 0x27, 0x5e, 0x5f, 0xe2, 0x77, 0x2a, 0x76, 0xfd, 0x17, 0xab, 0x6b, 0x93, 0x09, 0x3e, 0x3b, 0x7c, 0xdb, 0xca, 0xe3, 0xe2, 0x51, 0xa5, 0xc4, 0x05, 0x66, 0x21, 0x73, 0x38, 0xe8, 0x80, 0x97, 0x36, 0xc0, 0x15, 0x43, 0x4b, 0xc7, 0xca, 0xa7, 0xf7, 0xe6, 0x18, 0x46, 0x47, 0xcd, 0xd5, 0x06, 0xa7, 0x54, 0x76, 0x53, 0xef, 0xdf, 0x0d, 0x30, 0xe8, 0x67, 0x5f, 0x77, 0x68, 0xc4, 0x9b, 0x4a, 0x78, 0x3a, 0xa8, 0xc4, 0x41, 0x37, 0x27, 0x0f, 0xb4, 0xad, 0x90, 0xd7, 0x98, 0x14, 0xe9, 0x94, 0x0b, 0x49, 0xa5, 0x58, 0xdb, 0xa3, 0xb6, 0x36, 0x21, 0x72, 0xd6, 0x67, 0x6e, 0x9d, 0xc8, 0x29, 0xbc, 0x1a, 0x29, 0x7b, 0xde, 0x40, 0xe4, 0xb5, 0x27, 0x04, 0xfe, 0xa2, 0x57, 0xe1, 0x52, 0x45, 0x0b, 0xf6, 0x2a, 0xb8, 0xe0, 0xb8, 0xf7, 0xe2, 0xc7, 0xf5, 0x4d, 0x90, 0xef, 0xfa, 0xe2, 0xcf, 0x29, 0x4c, 0x4a, 0xd7, 0x59, 0x55, 0xd0, 0xbc, 0x9a, 0xe4, 0x71, 0xc5, 0x94, 0xf7, 0x77, 0x6a, 0xbc, 0xba, 0x66, 0xcd, 0x1a, 0xc4, 0xb4, 0x40, 0xfc, 0x13, 0xe0, 0x70 } } }; static const struct cckprng_op_refresh op_refresh_10 = { .hd = { .id = 10, .kind = OP_REFRESH }, .rand = 17810246560084880473ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_11 = { .hd = { .id = 11, .kind = OP_REFRESH }, .rand = 18055617087008689680ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_12 = { .hd = { .id = 12, .kind = OP_GENERATE }, .rand_nbytes = 114, .out = { .rand = { 0xc6, 0x50, 0xb1, 0x66, 0xb3, 0x6f, 0x1a, 0x03, 0x10, 0x35, 0x58, 0xd4, 0x50, 0x42, 0x29, 0x96, 0xc9, 0x3f, 0x56, 0x07, 0xd8, 0x46, 0x4e, 0x16, 0xcc, 0xac, 0x9d, 0x10, 0x2b, 0xcc, 0x49, 0x8e, 0x72, 0xc5, 0x13, 0x2e, 0x28, 0x4d, 0xa1, 0xb6, 0x5c, 0xbc, 0xf1, 0x8d, 0x5c, 0x6f, 0x2a, 0x77, 0x8f, 0xb2, 0xbf, 0xaf, 0x19, 0x46, 0x1d, 0x10, 0x2b, 0xca, 0x58, 0xdf, 0x11, 0xaa, 0xec, 0xe6, 0x00, 0xec, 0x85, 0x2e, 0x0f, 0x97, 0x70, 0xaa, 0x1d, 0xfe, 0xb3, 0x17, 0xdd, 0x3d, 0x72, 0xe7, 0x98, 0xb8, 0xfa, 0x71, 0xf3, 0x1b, 0x23, 0x46, 0xd5, 0x18, 0xa1, 0x8f, 0xa7, 0x95, 0x6a, 0x4b, 0x20, 0x53, 0xf1, 0x52, 0x01, 0x35, 0x00, 0x15, 0xea, 0xfd, 0xab, 0xa3, 0x1c, 0x94, 0xce, 0x9f, 0xfb, 0xe1 } } }; static const struct cckprng_op_generate op_init_13 = { .hd = { .id = 13, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0x71, 0x25, 0xcf, 0x92, 0x61, 0x3a, 0xb1, 0xf5, 0x20, 0xdb, 0x39, 0x05, 0x75, 0x40, 0x9c, 0x65, 0xd7, 0x0c, 0x57, 0xed, 0x15, 0x39, 0xe4, 0x44, 0xc5, 0xe1, 0x49, 0xfc, 0xc7, 0x5b, 0x15, 0x42, 0xdc, 0x84, 0x1c, 0xf7, 0x01, 0x12, 0x8d, 0x30, 0xa2, 0xb6, 0xc1, 0xdf, 0xa7, 0x32, 0xb2, 0x8f, 0x96, 0xda, 0x16, 0x6b, 0xe8, 0x8d, 0x62, 0x31, 0xef, 0x8c, 0x79, 0x80, 0x3c, 0xc9, 0x42, 0x34, 0x1b, 0x69, 0x74, 0xd2, 0xad, 0xf1, 0xa7, 0x2a, 0x82, 0x10, 0xa2, 0xae, 0xc2, 0x8e, 0xe3, 0xa4, 0xf6, 0x79, 0x3c, 0x87, 0xf9, 0x28, 0xec, 0xec, 0x53, 0x73, 0x24, 0xdd, 0x09, 0x0c, 0x3d, 0xf5, 0xc0, 0x29, 0xf4, 0x8c, 0xd8, 0x50, 0xfe, 0xa8, 0xf2, 0x64, 0x32, 0x89, 0x5c, 0x16, 0xc0, 0x3f, 0x9f, 0xbd, 0x76, 0x74, 0x47, 0xe4, 0x69, 0x15, 0x1d, 0x48, 0x04, 0x5d, 0x18, 0xc7, 0xe4, 0x34, 0x94, 0x52, 0x0b, 0xdd } } }; static const struct cckprng_op_refresh op_refresh_14 = { .hd = { .id = 14, .kind = OP_REFRESH }, .rand = 11637479957013190650ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_15 = { .hd = { .id = 15, .kind = OP_RESEED }, .nonce = 10389306285424678099ULL, .seed_nbytes = 263, .seed = { 0xb6, 0xb8, 0x11, 0x54, 0x74, 0x8f, 0x8d, 0x81, 0xbd, 0x6e, 0xc3, 0x61, 0xda, 0x53, 0xbe, 0x51, 0xe4, 0x17, 0x02, 0xef, 0x6d, 0xa3, 0x16, 0x30, 0x43, 0xd4, 0xa8, 0x9f, 0x2b, 0x90, 0xf6, 0x5d, 0x32, 0xcf, 0x48, 0x5b, 0xaa, 0xea, 0x65, 0x7a, 0xe5, 0xe0, 0xc9, 0x5f, 0xe3, 0x7c, 0x99, 0xbe, 0x02, 0xbc, 0x5e, 0x3e, 0xbf, 0x2e, 0xaa, 0x28, 0x74, 0xb3, 0xdb, 0xee, 0xeb, 0xfd, 0x3c, 0x79, 0xfc, 0xad, 0x38, 0x23, 0x4a, 0x96, 0xce, 0x12, 0xbb, 0x23, 0x3e, 0xa1, 0x8a, 0x10, 0xaa, 0xcd, 0x7a, 0x43, 0xe1, 0x08, 0x3d, 0x32, 0x79, 0x94, 0x65, 0xce, 0x4f, 0xca, 0x97, 0xce, 0xe4, 0xf6, 0xfb, 0xb7, 0xcb, 0xe1, 0x4a, 0x17, 0x51, 0x99, 0xb2, 0xa6, 0xb3, 0x0c, 0xb4, 0x83, 0x1c, 0x7c, 0x78, 0xe7, 0x78, 0x87, 0xb9, 0x71, 0x59, 0xec, 0x60, 0xd1, 0xa1, 0xdc, 0x77, 0x2d, 0x7e, 0xc4, 0x9d, 0x02, 0x0e, 0x37, 0x6e, 0xc3, 0x96, 0x59, 0xe0, 0x01, 0xc4, 0x76, 0x15, 0xfb, 0xd5, 0x58, 0x72, 0xe5, 0xae, 0x41, 0x22, 0x70, 0xa2, 0xc4, 0xcd, 0xd7, 0x70, 0x8c, 0x36, 0x9a, 0xac, 0x3d, 0xf8, 0x75, 0x95, 0x6d, 0x55, 0x82, 0x12, 0x7f, 0xfb, 0x3a, 0xf9, 0x78, 0x4a, 0xc9, 0xcf, 0x06, 0xdf, 0xe9, 0xa1, 0x68, 0x6a, 0xbe, 0xec, 0xc3, 0x50, 0xad, 0xb8, 0x49, 0xed, 0x57, 0xa5, 0x0a, 0xe9, 0xe8, 0x5d, 0x6d, 0x29, 0x9b, 0xee, 0xbb, 0xbd, 0xd7, 0x8d, 0x68, 0x11, 0x83, 0x14, 0x32, 0x02, 0xfa, 0x38, 0x2d, 0x7b, 0x29, 0x34, 0x35, 0xb4, 0xa7, 0xb8, 0x47, 0x2b, 0xea, 0x80, 0xe2, 0xb1, 0x1c, 0x57, 0xff, 0xa1, 0xc3, 0xb0, 0x0f, 0xbc, 0xa6, 0x35, 0x44, 0x20, 0x81, 0xb9, 0x37, 0x9c, 0xc4, 0x84, 0xb3, 0x21, 0x48, 0x20, 0xcc, 0xba, 0x34, 0x51, 0x3f, 0x56, 0x60, 0x8e, 0x98, 0xa4, 0xcd, 0x0a, 0xbd, 0x12, 0x00, 0x11 } }; static const struct cckprng_op_refresh op_refresh_16 = { .hd = { .id = 16, .kind = OP_REFRESH }, .rand = 17674377973389192899ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_17[] = { (const struct cckprng_op *)&op_init_1, (const struct cckprng_op *)&op_refresh_2, (const struct cckprng_op *)&op_reseed_3, (const struct cckprng_op *)&op_reseed_4, (const struct cckprng_op *)&op_refresh_5, (const struct cckprng_op *)&op_refresh_6, (const struct cckprng_op *)&op_init_7, (const struct cckprng_op *)&op_init_8, (const struct cckprng_op *)&op_init_9, (const struct cckprng_op *)&op_refresh_10, (const struct cckprng_op *)&op_refresh_11, (const struct cckprng_op *)&op_init_12, (const struct cckprng_op *)&op_init_13, (const struct cckprng_op *)&op_refresh_14, (const struct cckprng_op *)&op_reseed_15, (const struct cckprng_op *)&op_refresh_16 }; static const struct cckprng_vector vec_18 = { .id = 17, .note = NULL, .nops = 16, .ops = ops_17 }; static const struct cckprng_op_init op_init_19 = { .hd = { .id = 18, .kind = OP_INIT }, .seed = { 0x9d, 0xe7, 0x1e, 0x98, 0xf3, 0x06, 0x27, 0xc1, 0x43, 0x0c, 0x58, 0x15, 0xad, 0xa6, 0xba, 0x4f, 0x4d, 0xec, 0xe9, 0x38, 0xe0, 0xb4, 0x32, 0x0d, 0xb5, 0x82, 0x00, 0xf5, 0x40, 0x9c, 0x64, 0x28 }, .nonce = { 0xb5, 0x22, 0x83, 0xdd, 0x81, 0x6b, 0x51, 0xe8 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_20 = { .hd = { .id = 19, .kind = OP_RESEED }, .nonce = 3121357370903383713ULL, .seed_nbytes = 189, .seed = { 0xff, 0x0b, 0x67, 0x47, 0x29, 0xe5, 0xa2, 0x87, 0x0a, 0x9c, 0xe2, 0x01, 0xc0, 0xe4, 0xa8, 0x99, 0xb6, 0x93, 0xda, 0x8e, 0x68, 0xed, 0x70, 0xd9, 0x82, 0x6c, 0x16, 0xa9, 0x9b, 0xd6, 0x35, 0x05, 0x6a, 0x02, 0xff, 0xdc, 0xc0, 0x1f, 0x6a, 0x12, 0x40, 0xf4, 0x2c, 0x0d, 0x46, 0xbc, 0x27, 0x7d, 0xdc, 0x3a, 0x90, 0x23, 0xef, 0xcc, 0xb2, 0x17, 0x37, 0x50, 0x58, 0xc4, 0x6c, 0xbc, 0x18, 0xf0, 0x0b, 0x89, 0x08, 0xca, 0xfe, 0x36, 0xe5, 0x2a, 0x7e, 0x68, 0x75, 0xb1, 0xee, 0xaf, 0xfa, 0xbc, 0x82, 0x99, 0x09, 0x1f, 0x13, 0x2c, 0x46, 0x8d, 0x8d, 0xff, 0x75, 0x7d, 0x1a, 0x48, 0x1b, 0x31, 0xbb, 0x0a, 0xb4, 0x52, 0xa9, 0x0b, 0xb6, 0x59, 0x03, 0x61, 0x4b, 0x2b, 0x5a, 0xa1, 0xdd, 0xe4, 0x84, 0x6b, 0xa8, 0x30, 0xba, 0xc1, 0x4e, 0x9f, 0xee, 0xf0, 0x31, 0xc1, 0x45, 0xf4, 0xae, 0x75, 0x8b, 0xf3, 0xdf, 0x77, 0xbe, 0x32, 0x99, 0xa9, 0x8d, 0x7f, 0x25, 0xae, 0xd7, 0x4a, 0x41, 0x28, 0x38, 0x47, 0xcd, 0x83, 0x6a, 0x04, 0x28, 0x5d, 0xd6, 0x49, 0xcb, 0x47, 0x48, 0x94, 0x1c, 0x94, 0xcc, 0x83, 0xda, 0x8f, 0x1d, 0x11, 0x75, 0x7b, 0x51, 0xf8, 0xde, 0x4c, 0x81, 0x02, 0x3d, 0x38, 0x96, 0x08, 0x97, 0xc7, 0xd6, 0xb6, 0x88, 0x39, 0x46, 0x3f, 0xd1, 0xa1, 0xd0 } }; static const struct cckprng_op_refresh op_refresh_21 = { .hd = { .id = 20, .kind = OP_REFRESH }, .rand = 12137534382759382238ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_22 = { .hd = { .id = 21, .kind = OP_REFRESH }, .rand = 6539161401005585311ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_23 = { .hd = { .id = 22, .kind = OP_RESEED }, .nonce = 5280540981480116668ULL, .seed_nbytes = 149, .seed = { 0x9c, 0xba, 0x14, 0xc4, 0x43, 0x8d, 0x58, 0x98, 0xb2, 0xdb, 0x5c, 0x05, 0xc2, 0xa3, 0x0c, 0xd4, 0xe8, 0xdb, 0xa9, 0xf9, 0x81, 0xf2, 0xbd, 0x18, 0x35, 0xd9, 0xce, 0x7e, 0xbb, 0x39, 0x08, 0xb3, 0x76, 0x6a, 0xc6, 0x01, 0xb2, 0x80, 0xc7, 0x7c, 0xde, 0xd6, 0xf8, 0xcc, 0xaf, 0x4f, 0x72, 0x9c, 0xcd, 0x28, 0xf3, 0x5a, 0x4e, 0x11, 0x84, 0x8b, 0x1d, 0x97, 0x2e, 0x29, 0x69, 0x86, 0xc5, 0x06, 0xec, 0xb5, 0x1c, 0xd5, 0x80, 0xd1, 0x44, 0xf2, 0xb2, 0xa4, 0x2f, 0x75, 0xa5, 0x28, 0xfa, 0xaf, 0x98, 0xe4, 0x26, 0xe3, 0x0a, 0x6b, 0x30, 0x87, 0x73, 0x73, 0xc1, 0xeb, 0x57, 0x5c, 0xa8, 0xf6, 0x95, 0x09, 0xdd, 0x2b, 0x18, 0x54, 0xf8, 0xe7, 0x2c, 0xf6, 0x07, 0x08, 0xab, 0x24, 0x8d, 0xe3, 0x2c, 0x6b, 0x94, 0xb4, 0x07, 0x84, 0x56, 0xf6, 0x85, 0xe3, 0x0d, 0x00, 0xfa, 0x78, 0xeb, 0x5e, 0xc9, 0x02, 0xb4, 0x36, 0x56, 0xaa, 0xe2, 0x32, 0x8f, 0x91, 0xb0, 0xc2, 0xcc, 0x4c, 0x9e, 0x45, 0xd5, 0x3a, 0x55, 0x15, 0x18 } }; static const struct cckprng_op_refresh op_refresh_24 = { .hd = { .id = 23, .kind = OP_REFRESH }, .rand = 11313927949745130739ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_25 = { .hd = { .id = 24, .kind = OP_REFRESH }, .rand = 18018534168380727170ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_26 = { .hd = { .id = 25, .kind = OP_REFRESH }, .rand = 8681855422372188648ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_27 = { .hd = { .id = 26, .kind = OP_GENERATE }, .rand_nbytes = 152, .out = { .rand = { 0x16, 0x25, 0x2a, 0x97, 0xce, 0xd6, 0xa1, 0xc9, 0xe0, 0x63, 0x44, 0x7c, 0x03, 0xac, 0xc0, 0xf1, 0xd9, 0x3b, 0x70, 0x2d, 0x52, 0x57, 0xc2, 0xea, 0xf9, 0x0b, 0xcf, 0xc8, 0x5d, 0xdf, 0x06, 0xcf, 0x19, 0xac, 0xc2, 0x92, 0x9d, 0x44, 0x64, 0xd8, 0x27, 0xcf, 0x44, 0x4b, 0xe4, 0xa1, 0x56, 0x26, 0x8f, 0x04, 0x61, 0x29, 0x78, 0x2e, 0x2c, 0x28, 0xff, 0x29, 0x23, 0xd4, 0x2b, 0x3d, 0x3a, 0xc5, 0x4c, 0x07, 0x98, 0x35, 0x6c, 0xfd, 0xbc, 0xea, 0xb7, 0x74, 0x95, 0x8a, 0x7c, 0x1c, 0x66, 0x09, 0x7e, 0x94, 0x81, 0x85, 0xdc, 0x83, 0xf5, 0xb6, 0x56, 0xfd, 0x64, 0xa7, 0x9e, 0xcb, 0x6b, 0xd1, 0x6a, 0x38, 0xa7, 0x08, 0xc9, 0x04, 0x0b, 0x10, 0x2b, 0x9e, 0xfe, 0xb7, 0x5e, 0x36, 0x2e, 0x5b, 0x83, 0x62, 0xa2, 0xa8, 0x75, 0xa6, 0xed, 0xd1, 0xe2, 0x96, 0xb9, 0x1f, 0xd8, 0xbe, 0x45, 0x36, 0xe2, 0xd4, 0x11, 0x3b, 0xbd, 0x1f, 0xd9, 0x7b, 0xc7, 0x23, 0x3c, 0xe4, 0x1d, 0x74, 0x7c, 0x74, 0x48, 0xf1, 0x3f, 0x79, 0x35, 0x89, 0xbe, 0xed } } }; static const struct cckprng_op_refresh op_refresh_28 = { .hd = { .id = 27, .kind = OP_REFRESH }, .rand = 11730584450747737082ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_29 = { .hd = { .id = 28, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0xac, 0x3c, 0x7a, 0xd7, 0x07, 0xde, 0xbe, 0xe1, 0x46, 0xe0, 0xa7, 0x83, 0x50, 0xa7, 0x2f, 0x0b, 0xda, 0x0f, 0x7d, 0x55, 0xbd, 0x2a, 0x54, 0x4c, 0x87, 0x0b, 0xd8, 0xd1, 0xc6, 0xfb, 0xb4, 0x5c, 0xad, 0xa2, 0x6a, 0x48, 0x20, 0x16, 0xe7, 0x2d, 0xc7, 0x73, 0xd6, 0xf7, 0xaf, 0xc6, 0xa6, 0xb3, 0x72, 0x7b, 0x11, 0x1f, 0xd4, 0x35, 0x99, 0x80, 0x8b, 0xaf, 0x4f, 0x08, 0x50, 0xa7, 0x7c } } }; static const struct cckprng_op_reseed op_reseed_30 = { .hd = { .id = 29, .kind = OP_RESEED }, .nonce = 1640744863860450053ULL, .seed_nbytes = 156, .seed = { 0x29, 0xcc, 0x7b, 0xb0, 0x17, 0xc9, 0x54, 0x48, 0x9a, 0xe7, 0xce, 0xc9, 0x63, 0x62, 0x5f, 0xcb, 0x47, 0xed, 0x68, 0x54, 0x20, 0xe8, 0x3a, 0x2b, 0x91, 0x76, 0x56, 0x12, 0x48, 0xfa, 0x01, 0x7c, 0x2a, 0x48, 0x5c, 0x38, 0x16, 0x65, 0xa1, 0xbd, 0xb8, 0x6c, 0xc3, 0xef, 0xcf, 0x34, 0x91, 0x71, 0x3b, 0x6b, 0x46, 0x2c, 0xb1, 0xf8, 0x67, 0x3b, 0xd5, 0xde, 0xd7, 0x05, 0xc2, 0xa8, 0x32, 0x30, 0x53, 0x48, 0x7c, 0x39, 0x11, 0xcd, 0x4b, 0x7a, 0x45, 0x37, 0xcf, 0xd8, 0x44, 0xb9, 0xee, 0x6f, 0x31, 0xac, 0x9f, 0xbf, 0x86, 0xd1, 0x32, 0x09, 0x8d, 0xe2, 0x8c, 0x09, 0xa4, 0xa3, 0x38, 0x94, 0x93, 0x8c, 0x90, 0xdc, 0xd9, 0xcc, 0x9c, 0x5d, 0xdd, 0xd2, 0x0b, 0xf8, 0xb4, 0xf6, 0xc8, 0xed, 0xf6, 0x1a, 0x82, 0xac, 0x97, 0xe8, 0xe1, 0x5d, 0x12, 0x31, 0x30, 0x1a, 0x28, 0x4b, 0x5c, 0x51, 0x58, 0xd8, 0x1a, 0xae, 0xff, 0x35, 0x9f, 0x91, 0x6b, 0xfb, 0xe0, 0xc1, 0x4b, 0x83, 0x2a, 0x5e, 0xa3, 0x45, 0x53, 0x53, 0xc7, 0x75, 0x31, 0xd4, 0xa0, 0x79, 0x2c, 0x3d } }; static const struct cckprng_op_reseed op_reseed_31 = { .hd = { .id = 30, .kind = OP_RESEED }, .nonce = 15656788865838876534ULL, .seed_nbytes = 267, .seed = { 0x36, 0x91, 0x51, 0x40, 0xaa, 0x76, 0x75, 0x12, 0xd3, 0x8f, 0x50, 0xd1, 0x4f, 0x44, 0x7a, 0x55, 0x3f, 0x4e, 0x33, 0x50, 0x38, 0x30, 0x3c, 0x4a, 0x73, 0x51, 0x3c, 0x53, 0xbb, 0x3c, 0xa3, 0xe5, 0x8c, 0x1c, 0x50, 0x20, 0x9b, 0x7b, 0x03, 0xe2, 0x43, 0xbe, 0x41, 0x7d, 0xfb, 0x71, 0xae, 0xe2, 0x98, 0x5e, 0x5f, 0xbd, 0x9b, 0xf1, 0xfe, 0x9d, 0xdd, 0x9c, 0xb2, 0xf3, 0xc9, 0x0a, 0x78, 0xde, 0x60, 0xb8, 0x29, 0xce, 0x33, 0xd8, 0x5a, 0x46, 0x9b, 0xe3, 0x19, 0x47, 0x85, 0x16, 0x20, 0x73, 0xfc, 0x03, 0xeb, 0xf0, 0xf2, 0x3d, 0x5c, 0xf3, 0xd4, 0x73, 0x62, 0x0c, 0x82, 0x91, 0x1e, 0x5e, 0x46, 0x91, 0xc2, 0xe9, 0xaa, 0xa0, 0x1b, 0x83, 0x58, 0xdc, 0xcc, 0xc5, 0x77, 0xfa, 0xb5, 0x73, 0x04, 0x60, 0x62, 0x5e, 0xe1, 0xb0, 0x1c, 0xe2, 0x9d, 0x99, 0x53, 0x07, 0x17, 0x42, 0x04, 0x5f, 0x4c, 0x9a, 0x58, 0x8c, 0x33, 0xe0, 0xbf, 0x90, 0xc5, 0xa7, 0x3b, 0x4f, 0x49, 0x8b, 0x94, 0x80, 0x18, 0x32, 0xf3, 0x21, 0xa8, 0xfc, 0xce, 0xe4, 0x96, 0x6c, 0x07, 0x62, 0x81, 0x49, 0x07, 0x7f, 0x42, 0x44, 0x85, 0x08, 0x57, 0x5f, 0x83, 0xbd, 0xc3, 0xb2, 0xfa, 0x04, 0xbf, 0xf0, 0x21, 0xf1, 0x38, 0xf4, 0xa3, 0x69, 0xd8, 0xe1, 0xad, 0xb6, 0xbb, 0x04, 0x0d, 0x9b, 0x94, 0x4e, 0x26, 0x26, 0x8a, 0x49, 0x69, 0xd0, 0x9d, 0x06, 0xe5, 0xd7, 0xb8, 0x0c, 0x22, 0xde, 0x2c, 0x9b, 0x0b, 0x1b, 0xcb, 0xc9, 0x5f, 0x92, 0xf3, 0x1e, 0xe1, 0x40, 0x83, 0x28, 0xa8, 0x2e, 0xe7, 0x83, 0xd9, 0x27, 0x63, 0xbe, 0x42, 0x3a, 0xb9, 0xeb, 0xd7, 0x6b, 0xf6, 0x0d, 0xb1, 0xa2, 0x7f, 0xfd, 0x6f, 0xee, 0x59, 0x86, 0x2a, 0x6e, 0x2d, 0x80, 0x72, 0x65, 0x6e, 0x5d, 0xfd, 0x26, 0x4f, 0x51, 0x3f, 0xdf, 0xce, 0x3b, 0x46, 0xc8, 0xc7, 0x5f, 0x86, 0x71, 0x40, 0xe2, 0x5c } }; static const struct cckprng_op_generate op_init_32 = { .hd = { .id = 31, .kind = OP_GENERATE }, .rand_nbytes = 264, .out = { .rand = { 0xb3, 0x2d, 0xf5, 0x0a, 0xea, 0x9c, 0x80, 0x1e, 0x89, 0xc8, 0x84, 0x35, 0x8f, 0xe4, 0x3c, 0x52, 0x6c, 0xff, 0x58, 0x92, 0x07, 0xca, 0x93, 0x61, 0x5c, 0x86, 0xa7, 0xf4, 0x84, 0x0c, 0x96, 0x70, 0x7b, 0x7b, 0xb6, 0xc4, 0xc0, 0x2f, 0x3a, 0x1f, 0x28, 0xc3, 0xae, 0xdc, 0x3f, 0x0f, 0x29, 0x47, 0x7d, 0x27, 0xe7, 0x9d, 0xd4, 0x49, 0xcb, 0x7c, 0xdc, 0xcd, 0x99, 0x1a, 0xbc, 0xb9, 0x8d, 0xfb, 0xc4, 0x15, 0xc7, 0x33, 0x18, 0x21, 0x7b, 0x60, 0xf5, 0x05, 0xd1, 0x9a, 0xc6, 0xcd, 0x25, 0x99, 0x58, 0x23, 0xf8, 0x32, 0xc4, 0xf6, 0xe7, 0x17, 0xfc, 0xa7, 0x5e, 0x95, 0xe2, 0x71, 0x77, 0x4e, 0x03, 0x88, 0x51, 0x8b, 0x74, 0x90, 0x67, 0xd8, 0xe3, 0xff, 0x9b, 0xa7, 0x15, 0xad, 0x41, 0xe9, 0xc1, 0x56, 0xcf, 0x59, 0xce, 0x4b, 0xaa, 0x5e, 0x86, 0xe4, 0x2e, 0x04, 0xd9, 0xc3, 0x86, 0x7e, 0x68, 0x10, 0x2e, 0xb1, 0x9a, 0x78, 0xa7, 0x31, 0xd3, 0x9f, 0xb8, 0x8e, 0xd6, 0xe5, 0x5f, 0xf3, 0x58, 0x46, 0x79, 0x61, 0x21, 0x07, 0xde, 0x5f, 0xbd, 0xfc, 0x48, 0x6a, 0xe2, 0xda, 0x4f, 0x30, 0x2b, 0x6f, 0xc8, 0x4d, 0x41, 0x5b, 0x1c, 0x39, 0x4e, 0x65, 0xbf, 0x41, 0xa6, 0xbc, 0x95, 0x83, 0x8a, 0x21, 0x79, 0xa3, 0xaa, 0x70, 0xb5, 0xe5, 0xf0, 0xc6, 0x58, 0x2f, 0xdf, 0xe9, 0x7f, 0x26, 0xb9, 0x45, 0xff, 0x16, 0xf6, 0xe3, 0x95, 0x96, 0xf3, 0xbd, 0xcc, 0xf8, 0x81, 0x66, 0x73, 0x47, 0x05, 0xb3, 0x41, 0x61, 0x6b, 0xd3, 0x9f, 0x04, 0xc2, 0xe7, 0x41, 0xb5, 0xbc, 0x3d, 0x69, 0x99, 0xe7, 0x09, 0xa6, 0x2e, 0x6b, 0xaa, 0x10, 0x2e, 0xf4, 0xa2, 0x7f, 0x3f, 0x12, 0x63, 0xd3, 0x2b, 0xc4, 0xb9, 0x70, 0x5b, 0x86, 0x63, 0x98, 0xc0, 0x1f, 0xb7, 0xc7, 0xb1, 0x5e, 0x8f, 0x39, 0xba, 0x39, 0x9b, 0x5f, 0xc2, 0xd4, 0x93, 0x05, 0x17 } } }; static const struct cckprng_op_refresh op_refresh_33 = { .hd = { .id = 32, .kind = OP_REFRESH }, .rand = 17779107523554310302ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_34 = { .hd = { .id = 33, .kind = OP_RESEED }, .nonce = 14738824977843949505ULL, .seed_nbytes = 287, .seed = { 0x12, 0x3a, 0x4b, 0x4c, 0xaa, 0x53, 0x93, 0x2c, 0xa4, 0x35, 0x45, 0xb4, 0x4c, 0xab, 0x71, 0x8f, 0x66, 0xe8, 0x6e, 0x5e, 0xe8, 0x7b, 0x6d, 0x1c, 0x36, 0x8b, 0x00, 0xaa, 0x3e, 0x67, 0xe3, 0x95, 0x3f, 0x4e, 0xa9, 0x1e, 0xc2, 0xcd, 0xc6, 0x6e, 0xc1, 0x80, 0xe0, 0x26, 0x8e, 0xa1, 0xb2, 0x6b, 0xdd, 0x88, 0xef, 0xd4, 0x35, 0x5e, 0x34, 0x64, 0x75, 0x76, 0x06, 0x7f, 0x40, 0x76, 0xb4, 0x80, 0xed, 0x28, 0x79, 0x5d, 0x6e, 0xee, 0x65, 0x87, 0x6b, 0xe2, 0xfc, 0x42, 0xaa, 0xe1, 0xd6, 0x5c, 0x98, 0xef, 0x2e, 0xb8, 0x3e, 0xcd, 0xe9, 0x01, 0xeb, 0x2d, 0x11, 0x66, 0xe1, 0xe7, 0x8f, 0xf7, 0x1e, 0x65, 0x9f, 0x43, 0x7b, 0x2c, 0x2a, 0xd5, 0xc9, 0xe3, 0x2f, 0x83, 0x38, 0xea, 0x5b, 0xa8, 0xf5, 0x0a, 0x0c, 0x0f, 0xfa, 0x18, 0x3f, 0x69, 0x43, 0x85, 0x7c, 0x25, 0x92, 0xad, 0x92, 0x57, 0x30, 0xd9, 0x12, 0xb6, 0x66, 0xf8, 0x45, 0x20, 0x0c, 0x88, 0xae, 0x6d, 0xe1, 0x46, 0x96, 0x6a, 0xd3, 0xed, 0xc3, 0x1f, 0x43, 0x34, 0x08, 0x3d, 0xf7, 0x3d, 0x68, 0xb5, 0xa8, 0xde, 0xb6, 0x53, 0x55, 0xd8, 0x2d, 0x3c, 0xe3, 0x9d, 0x9d, 0xfa, 0xf0, 0x1d, 0x1e, 0x44, 0x51, 0x92, 0x31, 0xd3, 0x00, 0x32, 0x2d, 0x03, 0x17, 0xe6, 0xf4, 0xc1, 0x23, 0xb5, 0xf4, 0x9f, 0x2b, 0x7e, 0xa1, 0x13, 0x2f, 0x50, 0x06, 0xe8, 0x5a, 0xeb, 0xa5, 0xf7, 0x1a, 0xfd, 0xe1, 0x5f, 0x8e, 0xfc, 0xbf, 0x08, 0x9a, 0xd2, 0x3c, 0x8a, 0xc9, 0xdb, 0x4b, 0xc1, 0xf0, 0xf3, 0x3f, 0x14, 0xa6, 0x3e, 0x34, 0x98, 0xef, 0xc5, 0xcf, 0x2b, 0xaf, 0xf9, 0xeb, 0x67, 0x64, 0xdb, 0x01, 0x5f, 0x92, 0x58, 0x1e, 0xaf, 0xb5, 0x23, 0x5a, 0x11, 0x12, 0x0b, 0x84, 0x03, 0x39, 0x7c, 0x44, 0x32, 0x86, 0x4d, 0x32, 0xbc, 0xeb, 0x92, 0xea, 0x92, 0xa8, 0x86, 0x69, 0xfc, 0xf6, 0x14, 0x36, 0xd6, 0x8a, 0x23, 0x33, 0xf8, 0x36, 0x67, 0xf3, 0x10, 0xc5, 0x03, 0x0b, 0x86, 0x19, 0x98, 0x44, 0x02, 0x6a, 0x39, 0x90 } }; static const struct cckprng_op *ops_35[] = { (const struct cckprng_op *)&op_init_19, (const struct cckprng_op *)&op_reseed_20, (const struct cckprng_op *)&op_refresh_21, (const struct cckprng_op *)&op_refresh_22, (const struct cckprng_op *)&op_reseed_23, (const struct cckprng_op *)&op_refresh_24, (const struct cckprng_op *)&op_refresh_25, (const struct cckprng_op *)&op_refresh_26, (const struct cckprng_op *)&op_init_27, (const struct cckprng_op *)&op_refresh_28, (const struct cckprng_op *)&op_init_29, (const struct cckprng_op *)&op_reseed_30, (const struct cckprng_op *)&op_reseed_31, (const struct cckprng_op *)&op_init_32, (const struct cckprng_op *)&op_refresh_33, (const struct cckprng_op *)&op_reseed_34 }; static const struct cckprng_vector vec_36 = { .id = 34, .note = NULL, .nops = 16, .ops = ops_35 }; static const struct cckprng_op_init op_init_37 = { .hd = { .id = 35, .kind = OP_INIT }, .seed = { 0x9a, 0x65, 0x57, 0x03, 0x19, 0x34, 0x29, 0xf9, 0x42, 0x6d, 0x3e, 0x7d, 0x74, 0x42, 0xa6, 0xd3, 0x81, 0x01, 0xa5, 0xa8, 0xa0, 0xb9, 0xec, 0x07, 0x22, 0x10, 0xec, 0x1c, 0x0a, 0xf1, 0xe6, 0xe6 }, .nonce = { 0x63, 0x4e, 0x90, 0xe2, 0x26, 0x1a, 0x29, 0x8d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_38 = { .hd = { .id = 36, .kind = OP_REFRESH }, .rand = 14251375047514554176ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_39 = { .hd = { .id = 37, .kind = OP_RESEED }, .nonce = 3973133005483037847ULL, .seed_nbytes = 240, .seed = { 0x20, 0xdc, 0x0e, 0x77, 0x2c, 0xad, 0x8e, 0xb5, 0x05, 0x04, 0xbe, 0x7f, 0xe9, 0x0b, 0x1e, 0x43, 0x32, 0xbd, 0x7f, 0x25, 0x82, 0x4c, 0xe5, 0x34, 0x6a, 0xf3, 0xd6, 0xc0, 0xe4, 0x20, 0x01, 0x17, 0x06, 0xbd, 0x7f, 0xc3, 0x57, 0xff, 0x8b, 0xa6, 0xf5, 0x91, 0x8c, 0x41, 0xef, 0xf7, 0xed, 0x63, 0x5b, 0x05, 0xd9, 0x79, 0x3a, 0xe2, 0x2b, 0x46, 0xe8, 0x5f, 0x50, 0xe6, 0x25, 0xf4, 0x32, 0xf8, 0xde, 0xfa, 0x32, 0x4c, 0x86, 0x37, 0x09, 0xc5, 0x75, 0x10, 0x29, 0xb3, 0xad, 0xab, 0x52, 0x4f, 0x59, 0x23, 0xf4, 0xee, 0x96, 0xb9, 0x72, 0xfd, 0xfc, 0x19, 0x2e, 0x38, 0x10, 0xa0, 0x1b, 0x79, 0x1f, 0x52, 0xcd, 0xba, 0x74, 0x09, 0x92, 0xac, 0x86, 0x36, 0xcf, 0xa8, 0x89, 0x1d, 0xc5, 0x11, 0x4b, 0x34, 0x43, 0x39, 0xea, 0x0e, 0x9c, 0xbe, 0x11, 0xd9, 0x74, 0xe2, 0xad, 0x6c, 0x95, 0x99, 0xd6, 0x63, 0x39, 0x3b, 0x88, 0xd9, 0x89, 0xb5, 0xaa, 0x75, 0xa4, 0x0e, 0xd3, 0x08, 0x8a, 0xc3, 0xb4, 0x2b, 0x0c, 0x93, 0x89, 0x7c, 0x1f, 0x90, 0x8a, 0xc5, 0x9a, 0x1f, 0xfe, 0xc6, 0x06, 0x90, 0x6d, 0x4c, 0xe6, 0xc8, 0xd8, 0x37, 0x6d, 0x8c, 0xf2, 0xf2, 0xd6, 0x4a, 0xa7, 0x81, 0xe4, 0xd6, 0xf6, 0x55, 0x37, 0xf6, 0xc5, 0x8c, 0xfe, 0xa8, 0x01, 0xe9, 0xdd, 0x01, 0xfb, 0x37, 0x5c, 0xce, 0x0f, 0x21, 0xea, 0x99, 0xf6, 0xc4, 0x06, 0x1b, 0x57, 0x22, 0x0b, 0x5b, 0x0f, 0x3e, 0x9b, 0x5f, 0x5b, 0xc9, 0x6c, 0xbd, 0x8c, 0x34, 0x22, 0xdc, 0xaf, 0xc7, 0x37, 0x17, 0x21, 0x84, 0xd0, 0xbe, 0xf4, 0x70, 0x80, 0x9b, 0x0b, 0xac, 0x16, 0xdf, 0x28, 0xe2, 0x55, 0xd0, 0xc0, 0xf3, 0x67, 0x34 } }; static const struct cckprng_op_generate op_init_40 = { .hd = { .id = 38, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0xf9, 0x9c, 0xb6, 0x8a, 0xb0, 0xa3, 0x93, 0xdf, 0x91, 0xb4, 0xc0, 0x96, 0x01, 0x1b, 0x14, 0x67, 0xd1, 0xc3, 0x67, 0x01, 0x21, 0x4b, 0x47, 0xc2, 0x97, 0x09, 0x5d, 0x99, 0xdd, 0xdb, 0xe8, 0xcc, 0x01, 0x71, 0x82, 0xdb, 0x83, 0x31, 0x0f, 0xaf, 0x91, 0xa3, 0x56, 0xda, 0x56, 0x4f, 0xd3, 0xb8, 0xcd, 0xa0, 0xa2, 0xf0, 0x40, 0xc9, 0x6b, 0x3d, 0x1e, 0x51, 0x76, 0xd1, 0x76, 0x0e, 0x4a, 0x04, 0x41, 0x96, 0xd1, 0x0c, 0xa9, 0x94, 0xe2, 0x66, 0x2a, 0xf3, 0xbc, 0xff, 0x66, 0x2e, 0xc3, 0x2b, 0x6e, 0xd8, 0x9a, 0xa2, 0xa5, 0x7a, 0xc8, 0x23, 0x71, 0xd8, 0x1f, 0xff, 0x94, 0xc5, 0x19, 0xeb, 0xe7, 0x1c, 0x1e, 0xc5, 0x01, 0x8b, 0x18, 0x62, 0xfb, 0xdf, 0x9a, 0x85, 0x7c, 0x40, 0xbb, 0xcb, 0x2e, 0x61, 0x60, 0x6d, 0x99, 0xdc, 0x15, 0xbe, 0x16, 0x0e, 0xef, 0xe1, 0x42, 0xe0, 0x44, 0x51, 0xac, 0x26, 0x1d, 0x64, 0x46, 0x8b, 0x7b, 0x14, 0x22, 0x76, 0xd7, 0xe8, 0x0b, 0x18, 0xd7, 0x5c, 0x26, 0xfb, 0xa5, 0x79, 0x1a, 0xb8, 0x0f, 0xb6, 0xa0, 0x93, 0xb9, 0x2f, 0x55, 0x18, 0x41, 0x43, 0x76, 0x4c, 0xb1, 0x24, 0x68, 0x37, 0x39, 0x93, 0x93, 0xf5, 0x7c, 0x9b, 0x3c, 0x4c, 0x91, 0xbc, 0x7b, 0x78, 0x7a, 0xd9, 0x2c, 0x9a, 0x31, 0xe0, 0xd7, 0xad, 0x87, 0x6a, 0xd1, 0x28, 0x9b, 0xc8, 0x34, 0x13, 0xb9, 0x23, 0x93, 0xe1, 0xac, 0xf5, 0x09, 0x7b, 0x6b, 0x43, 0xc4, 0xea, 0x8f, 0xf7, 0x1f, 0x2b, 0xfd, 0xf6, 0xd2, 0x9f, 0x6f, 0x4a, 0x3a, 0xa9, 0xec, 0x33, 0xf0, 0x94, 0x95, 0x4e, 0xf8, 0xc0, 0x48, 0xb7, 0x68, 0x03, 0x48, 0x98, 0x7f, 0x94, 0x5f, 0x9f, 0x43, 0x2d, 0x6e, 0x25, 0x3d, 0x53, 0xc4, 0x9b, 0x4e, 0xa3, 0x88, 0x5b, 0x86, 0x0d, 0xe7, 0xc1, 0xbd } } }; static const struct cckprng_op_reseed op_reseed_41 = { .hd = { .id = 39, .kind = OP_RESEED }, .nonce = 837584508592852976ULL, .seed_nbytes = 243, .seed = { 0xde, 0x62, 0x6e, 0xe3, 0x42, 0x17, 0xd8, 0x58, 0x82, 0x86, 0x70, 0xd0, 0xe7, 0xb3, 0x04, 0x0b, 0x7a, 0xa6, 0xd6, 0xae, 0x90, 0x2d, 0xa0, 0x7a, 0x37, 0x32, 0xf0, 0x5c, 0x21, 0x1e, 0x92, 0xf8, 0x9f, 0x4c, 0xad, 0xaa, 0x66, 0xb8, 0x1a, 0xe7, 0x9f, 0xb7, 0x3b, 0xe2, 0x87, 0x94, 0x0c, 0x40, 0x9a, 0x65, 0xd8, 0x1f, 0xe6, 0x85, 0x1a, 0x19, 0x0c, 0x8e, 0x59, 0x90, 0x87, 0x1a, 0x24, 0x3f, 0xab, 0xa7, 0xc5, 0xa7, 0xf6, 0x70, 0xf5, 0x4d, 0x46, 0x54, 0x0c, 0x48, 0x5b, 0x24, 0x4a, 0x1c, 0xc6, 0x3c, 0x59, 0x59, 0x58, 0x3f, 0x1b, 0xfc, 0xab, 0xd0, 0x80, 0xf3, 0x4d, 0x68, 0x47, 0xe6, 0x99, 0x6a, 0x50, 0x65, 0xed, 0x99, 0xda, 0x98, 0xb4, 0xa5, 0x3a, 0x75, 0x67, 0xae, 0x1c, 0x10, 0xdd, 0x35, 0xf9, 0x84, 0xcb, 0x97, 0xd6, 0x77, 0x99, 0x81, 0x42, 0x32, 0x36, 0x30, 0x1a, 0x57, 0xf0, 0x55, 0x96, 0x15, 0xb6, 0xd0, 0xe5, 0x01, 0xb3, 0xba, 0x17, 0xb5, 0x74, 0x67, 0xb8, 0x31, 0x2d, 0xa1, 0x6f, 0x16, 0xe4, 0xaa, 0xe4, 0x76, 0x23, 0xee, 0x9c, 0xc7, 0xf4, 0x13, 0x73, 0x51, 0x1e, 0x6c, 0xc5, 0xb9, 0x22, 0x53, 0xf7, 0xd8, 0x0b, 0xf3, 0xb7, 0x67, 0x79, 0xac, 0xe2, 0x29, 0xf0, 0xc8, 0xe0, 0xc0, 0x3b, 0x1e, 0x36, 0xe4, 0xa5, 0x3b, 0x08, 0xd1, 0x6f, 0x01, 0x4c, 0x72, 0xd2, 0x0f, 0x32, 0x44, 0x12, 0x1d, 0x7c, 0x87, 0x8b, 0xb0, 0x38, 0x8d, 0x6c, 0xad, 0x87, 0x46, 0xca, 0xfd, 0x3d, 0xa3, 0xd5, 0x17, 0xe9, 0xd5, 0x02, 0x4e, 0xb7, 0xf9, 0x6a, 0x70, 0xc5, 0xbf, 0xb9, 0xc2, 0xe4, 0x8a, 0x12, 0x00, 0x3d, 0x8d, 0xf4, 0xf1, 0xd3, 0x74, 0x94, 0xb6, 0xf9, 0xd7, 0x44, 0x95, 0xc7 } }; static const struct cckprng_op_reseed op_reseed_42 = { .hd = { .id = 40, .kind = OP_RESEED }, .nonce = 17799094120951605017ULL, .seed_nbytes = 52, .seed = { 0x0a, 0xaa, 0xf8, 0x73, 0x46, 0x45, 0x18, 0xaf, 0x08, 0x2d, 0xe3, 0x5b, 0x81, 0xf4, 0x4c, 0x36, 0xca, 0x5b, 0x4b, 0x6a, 0xfc, 0x33, 0x73, 0x6d, 0x09, 0xd3, 0x4a, 0x7a, 0x62, 0xe7, 0x86, 0xfc, 0x6f, 0xb1, 0x22, 0xb1, 0x2b, 0xc1, 0x8e, 0xfb, 0xcf, 0x3d, 0x18, 0x6f, 0xc2, 0x5d, 0xb6, 0x89, 0xe0, 0x3c, 0xde, 0x90 } }; static const struct cckprng_op_refresh op_refresh_43 = { .hd = { .id = 41, .kind = OP_REFRESH }, .rand = 13548616540080194565ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_44 = { .hd = { .id = 42, .kind = OP_REFRESH }, .rand = 11252133764642215582ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_45 = { .hd = { .id = 43, .kind = OP_RESEED }, .nonce = 12032755073691460595ULL, .seed_nbytes = 213, .seed = { 0x62, 0x9b, 0xf7, 0x56, 0xd1, 0x4d, 0xef, 0xab, 0x84, 0xde, 0x6d, 0x43, 0x36, 0x0a, 0x60, 0x3a, 0x19, 0xf3, 0x34, 0x28, 0x41, 0xb3, 0xb9, 0x06, 0x9c, 0xb2, 0x68, 0x7a, 0x9f, 0x56, 0x4f, 0x55, 0xbf, 0xec, 0x4f, 0x94, 0xa3, 0x78, 0x82, 0xf8, 0x4f, 0xf4, 0x1e, 0xc0, 0x8a, 0x5e, 0xdb, 0x71, 0x0e, 0x0d, 0x46, 0x27, 0xcb, 0xe0, 0x56, 0xc9, 0x3b, 0xce, 0x2f, 0x97, 0x54, 0x28, 0xfa, 0xa4, 0xb1, 0x46, 0x65, 0xa5, 0xe9, 0x61, 0x3e, 0x68, 0x74, 0x06, 0x2c, 0x05, 0xa9, 0x22, 0xbd, 0x27, 0xa6, 0xcc, 0x5a, 0x5c, 0x93, 0xf8, 0x24, 0xdf, 0x04, 0x00, 0xa8, 0xb6, 0xb9, 0x92, 0x87, 0x88, 0x42, 0xc4, 0x55, 0xaa, 0xb0, 0x3c, 0x92, 0x65, 0x44, 0x5f, 0x64, 0xfb, 0x28, 0xa6, 0x04, 0x9f, 0x78, 0x63, 0xc3, 0xad, 0x6d, 0x19, 0xa5, 0x6f, 0x05, 0x24, 0xc8, 0x81, 0x2b, 0x4a, 0x1c, 0x72, 0x20, 0x45, 0xfc, 0x27, 0xe0, 0xcb, 0xda, 0x60, 0xf1, 0xd3, 0x39, 0x70, 0xa8, 0x46, 0xf6, 0xf8, 0x70, 0x84, 0x74, 0x8d, 0xc8, 0xa6, 0xc4, 0xa7, 0x22, 0xb1, 0x6e, 0x0f, 0xa3, 0x71, 0x2a, 0xf6, 0x5b, 0x27, 0x0f, 0xab, 0xb7, 0x31, 0x75, 0x8c, 0x0e, 0x18, 0xc9, 0xd6, 0x07, 0x38, 0x29, 0x47, 0x8b, 0xe6, 0x14, 0xa6, 0xea, 0xd6, 0x45, 0x1a, 0x56, 0x43, 0x48, 0x0a, 0x42, 0xdc, 0xd1, 0x7e, 0xf2, 0x3c, 0xba, 0x09, 0x8a, 0x62, 0x50, 0x20, 0x6c, 0x74, 0xe9, 0xb6, 0x5a, 0xe2, 0x70, 0xab, 0x50, 0x85, 0xfb, 0xd9, 0x0b } }; static const struct cckprng_op_reseed op_reseed_46 = { .hd = { .id = 44, .kind = OP_RESEED }, .nonce = 17657243819610097664ULL, .seed_nbytes = 169, .seed = { 0x2e, 0xd8, 0xa2, 0x3e, 0xc9, 0x6e, 0x30, 0x0c, 0x92, 0xa5, 0x8c, 0x69, 0xd2, 0x3c, 0x05, 0xaf, 0x38, 0x20, 0x04, 0x04, 0xd4, 0x1e, 0x82, 0x3a, 0x98, 0x16, 0x60, 0xf0, 0xfc, 0xe3, 0x0f, 0x8c, 0xe7, 0xff, 0xfa, 0xc0, 0xbe, 0xba, 0xe9, 0xb8, 0xce, 0x52, 0x5c, 0xc4, 0xa3, 0x72, 0x77, 0xbf, 0xa7, 0xa7, 0xf9, 0x7c, 0x8d, 0xa3, 0xcb, 0x00, 0x22, 0x52, 0x44, 0x66, 0x91, 0xd7, 0xaa, 0xef, 0xeb, 0xd6, 0x03, 0xd2, 0xc9, 0xe4, 0x9a, 0x08, 0x78, 0x70, 0x3e, 0x64, 0x1d, 0x50, 0x13, 0x51, 0xa4, 0x0d, 0xa5, 0x10, 0xca, 0x47, 0x45, 0xe2, 0xef, 0xa3, 0x6d, 0x8b, 0xd1, 0x17, 0xdc, 0xb2, 0xea, 0x76, 0xb1, 0xe4, 0x70, 0x04, 0xe9, 0x98, 0xfc, 0xde, 0x65, 0xd3, 0x93, 0xe8, 0x8f, 0x06, 0x1b, 0xbc, 0x84, 0x9b, 0xed, 0x81, 0x98, 0x3f, 0xdd, 0x1b, 0xb1, 0xef, 0x20, 0x0a, 0x00, 0x33, 0x6e, 0xc9, 0xea, 0x57, 0xe6, 0x6b, 0xc5, 0xfe, 0xb9, 0x1e, 0x65, 0xee, 0x95, 0x87, 0x16, 0x92, 0xb4, 0x93, 0x34, 0x89, 0xf3, 0xe5, 0x6d, 0xfb, 0x70, 0x02, 0x87, 0x47, 0x59, 0x37, 0xaa, 0x09, 0xc5, 0x27, 0x5f, 0xb0, 0x32, 0x5f, 0x1e, 0xcd, 0x9f } }; static const struct cckprng_op_reseed op_reseed_47 = { .hd = { .id = 45, .kind = OP_RESEED }, .nonce = 1571693476016286749ULL, .seed_nbytes = 134, .seed = { 0xef, 0x76, 0xa8, 0x2e, 0x99, 0xfb, 0x97, 0x04, 0xed, 0xb5, 0x4b, 0x34, 0xe5, 0xdd, 0x2f, 0x5e, 0xe6, 0x5f, 0xee, 0x20, 0x6e, 0x2c, 0x61, 0x02, 0x81, 0x93, 0x4d, 0x13, 0xab, 0x03, 0xfa, 0x80, 0x22, 0xd0, 0xfa, 0xe7, 0x03, 0xcd, 0x6c, 0x38, 0xae, 0x10, 0x97, 0x72, 0x4d, 0x30, 0x5d, 0x82, 0xc8, 0x64, 0x15, 0xf9, 0xb6, 0x18, 0xe2, 0xbb, 0x7a, 0xe6, 0x25, 0xf1, 0xd3, 0x3f, 0x01, 0xb0, 0x7c, 0x7e, 0x83, 0xe1, 0x98, 0x78, 0xe7, 0xd7, 0xe1, 0xc7, 0xd6, 0x3d, 0x6a, 0x10, 0x1f, 0x39, 0xc2, 0x9f, 0xcd, 0x4b, 0x63, 0xcb, 0x4c, 0xe9, 0x81, 0xe5, 0xd3, 0x84, 0x1e, 0x07, 0x54, 0x2b, 0x2e, 0xc8, 0x99, 0x37, 0x5a, 0xc7, 0x62, 0x90, 0x4b, 0xa4, 0x00, 0xc2, 0xb5, 0xa5, 0x34, 0xaf, 0xf0, 0x56, 0x3f, 0xb2, 0x06, 0x42, 0xae, 0x93, 0xd1, 0x6b, 0x82, 0x9d, 0xa0, 0xdf, 0xb4, 0x50, 0xa3, 0xa4, 0xc2, 0x35, 0xd4, 0x5a } }; static const struct cckprng_op_reseed op_reseed_48 = { .hd = { .id = 46, .kind = OP_RESEED }, .nonce = 2436131740687913989ULL, .seed_nbytes = 181, .seed = { 0x27, 0xc5, 0x8e, 0x84, 0x3a, 0x65, 0xb0, 0xca, 0x43, 0x54, 0x57, 0x23, 0x70, 0x60, 0x29, 0x44, 0x3c, 0x85, 0xa1, 0x38, 0x9e, 0xd5, 0x5e, 0xfc, 0xee, 0x95, 0xce, 0x36, 0x92, 0x64, 0x00, 0x96, 0x5c, 0x5c, 0xeb, 0x97, 0xc3, 0x39, 0x1b, 0xc9, 0x0c, 0xf9, 0xe2, 0x83, 0xa1, 0x45, 0xef, 0xc9, 0x3c, 0x71, 0x2f, 0xee, 0x2c, 0xc9, 0x42, 0x4e, 0xf6, 0xdd, 0x46, 0x92, 0x9e, 0x3c, 0xc6, 0xf7, 0x67, 0xe2, 0xdd, 0xe6, 0x12, 0x66, 0x82, 0x5d, 0x2b, 0xdb, 0x7c, 0x82, 0x52, 0x6e, 0xc7, 0x16, 0xea, 0x52, 0x99, 0x92, 0xd8, 0x16, 0x3a, 0xd1, 0x37, 0x54, 0x1d, 0x30, 0x8e, 0x17, 0x09, 0xd9, 0xc3, 0x79, 0x5b, 0xf6, 0xa4, 0x51, 0x89, 0x15, 0x86, 0x02, 0x25, 0x85, 0xaf, 0x83, 0xe7, 0x29, 0xe2, 0xcf, 0xb3, 0xe5, 0xe1, 0x5f, 0xae, 0xc0, 0xc9, 0xce, 0x82, 0x0c, 0x81, 0x35, 0x93, 0x99, 0xf7, 0xe9, 0x59, 0xdb, 0x2b, 0xb3, 0xae, 0x6c, 0x54, 0x5d, 0xab, 0x8e, 0xf1, 0x49, 0xb6, 0xb4, 0x8b, 0xe3, 0xd8, 0x32, 0xa0, 0x3e, 0xf4, 0xe9, 0x62, 0x54, 0xd4, 0x6c, 0x9f, 0xf3, 0xb9, 0xd0, 0xfe, 0xc0, 0x5e, 0x8d, 0xd4, 0xc2, 0xfc, 0xa7, 0xaa, 0x8f, 0x57, 0xfe, 0x4c, 0xb4, 0xb9, 0xbd, 0x3a, 0xe9, 0x63, 0xae, 0xff } }; static const struct cckprng_op_refresh op_refresh_49 = { .hd = { .id = 47, .kind = OP_REFRESH }, .rand = 3327339707169641043ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_50 = { .hd = { .id = 48, .kind = OP_GENERATE }, .rand_nbytes = 75, .out = { .rand = { 0xd5, 0xbf, 0xfb, 0xe5, 0x18, 0x8b, 0x01, 0x05, 0x1a, 0x6f, 0x9b, 0x42, 0x5a, 0x32, 0xce, 0x3a, 0xf9, 0xca, 0x95, 0xab, 0xbd, 0xcb, 0x4c, 0x9d, 0x07, 0x79, 0x45, 0xc3, 0x67, 0xc5, 0xa0, 0x7e, 0xa6, 0x11, 0x4d, 0x26, 0xaa, 0x9e, 0xea, 0x87, 0x2d, 0xa8, 0x3a, 0xfe, 0xab, 0xef, 0x6a, 0x10, 0xda, 0x19, 0x1e, 0xa7, 0x8b, 0xfd, 0xaa, 0x37, 0xf9, 0x4c, 0xdd, 0x91, 0x53, 0x2b, 0x13, 0x92, 0xa1, 0xc5, 0x97, 0xa9, 0x54, 0x3c, 0x9c, 0xda, 0xc0, 0x5f, 0x1c } } }; static const struct cckprng_op_refresh op_refresh_51 = { .hd = { .id = 49, .kind = OP_REFRESH }, .rand = 2010703701924582177ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_52 = { .hd = { .id = 50, .kind = OP_REFRESH }, .rand = 10967093686495291246ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_53[] = { (const struct cckprng_op *)&op_init_37, (const struct cckprng_op *)&op_refresh_38, (const struct cckprng_op *)&op_reseed_39, (const struct cckprng_op *)&op_init_40, (const struct cckprng_op *)&op_reseed_41, (const struct cckprng_op *)&op_reseed_42, (const struct cckprng_op *)&op_refresh_43, (const struct cckprng_op *)&op_refresh_44, (const struct cckprng_op *)&op_reseed_45, (const struct cckprng_op *)&op_reseed_46, (const struct cckprng_op *)&op_reseed_47, (const struct cckprng_op *)&op_reseed_48, (const struct cckprng_op *)&op_refresh_49, (const struct cckprng_op *)&op_init_50, (const struct cckprng_op *)&op_refresh_51, (const struct cckprng_op *)&op_refresh_52 }; static const struct cckprng_vector vec_54 = { .id = 51, .note = NULL, .nops = 16, .ops = ops_53 }; static const struct cckprng_op_init op_init_55 = { .hd = { .id = 52, .kind = OP_INIT }, .seed = { 0x3f, 0x3d, 0x39, 0x6e, 0xda, 0x8d, 0x0a, 0x6e, 0x67, 0x48, 0xd2, 0x44, 0x43, 0xd0, 0xe9, 0x13, 0x28, 0x7e, 0x39, 0x15, 0xdb, 0xb4, 0x43, 0x08, 0x03, 0xda, 0xd8, 0xfd, 0xe3, 0xae, 0x56, 0x34 }, .nonce = { 0xb2, 0x2d, 0xcc, 0x23, 0x29, 0xc7, 0x6a, 0xe9 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_56 = { .hd = { .id = 53, .kind = OP_REFRESH }, .rand = 17445583044516880943ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_57 = { .hd = { .id = 54, .kind = OP_RESEED }, .nonce = 2259751481466218547ULL, .seed_nbytes = 170, .seed = { 0xcd, 0xcb, 0x32, 0xdf, 0x94, 0x9c, 0x3e, 0x43, 0x5d, 0xc9, 0x83, 0xc8, 0xd4, 0x13, 0xa5, 0x16, 0x59, 0xd5, 0xa3, 0x78, 0x5b, 0xba, 0x13, 0xf2, 0x5f, 0xc4, 0x0d, 0x17, 0xcd, 0x77, 0x89, 0xe9, 0xb8, 0xf8, 0x5a, 0xd1, 0x83, 0xd6, 0x9f, 0xb7, 0x65, 0x29, 0x4a, 0xee, 0x38, 0xab, 0xe8, 0xb2, 0x1a, 0x7b, 0x1e, 0x40, 0xc3, 0xfa, 0x4d, 0x3a, 0xa4, 0x2f, 0xc4, 0x22, 0x50, 0xdf, 0x5e, 0xe2, 0x78, 0x08, 0x96, 0x6f, 0x97, 0x69, 0x6c, 0x7f, 0xcf, 0xe4, 0xbe, 0x6a, 0x56, 0x63, 0x93, 0xab, 0x9c, 0x14, 0x8d, 0x51, 0xfc, 0xb0, 0xce, 0x35, 0x0d, 0x70, 0x81, 0xb7, 0xa7, 0x2b, 0x5b, 0xbf, 0x53, 0x38, 0x95, 0x0e, 0x81, 0x87, 0x2a, 0x99, 0x14, 0x54, 0xc4, 0x7b, 0x06, 0xd2, 0xff, 0x8c, 0x02, 0x18, 0x8b, 0x6d, 0xf1, 0x92, 0x08, 0xc6, 0xf3, 0x1c, 0xd5, 0xbe, 0xdc, 0xef, 0xc1, 0xd2, 0x1d, 0xe2, 0x95, 0xb0, 0x2d, 0xa1, 0xe8, 0x51, 0x4c, 0x1a, 0xb7, 0x24, 0x52, 0x3e, 0xaf, 0x94, 0xd0, 0x44, 0x19, 0xad, 0xd2, 0xad, 0x68, 0x0f, 0x0d, 0xfe, 0x19, 0xd8, 0x21, 0x29, 0x75, 0x16, 0x87, 0xfe, 0x2b, 0x9f, 0xe8, 0x2d, 0x07, 0x00, 0x06, 0xfb } }; static const struct cckprng_op_generate op_init_58 = { .hd = { .id = 55, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0x4a, 0x56, 0x8f, 0x3b, 0x10, 0x1a, 0x8e, 0x75, 0x38, 0xad, 0x9d, 0xfb, 0xeb, 0xc1, 0xf1, 0xab, 0x16, 0xe8, 0x34, 0xac, 0x0c, 0xfd, 0x81, 0x2a, 0xd3, 0xa8, 0x56, 0xbd, 0xba, 0x2b, 0xbb, 0xf8, 0x17, 0x6f, 0xac, 0x84, 0xbf, 0xa3, 0x09, 0xe4, 0x3d, 0xaa, 0x10, 0xbb, 0x36, 0x95, 0x08, 0x7a, 0x8f, 0x91, 0x7e, 0x80, 0xec, 0x87, 0xcd, 0x3b, 0xf8, 0xb9, 0x36, 0xc4, 0x67, 0x93, 0xc2, 0x28, 0x7b, 0x0c, 0xb8, 0x31, 0xe3, 0x69, 0x95, 0xb0, 0x00, 0x91, 0x96, 0x60, 0xe6, 0x8e, 0x88, 0x25, 0xc0, 0xe7, 0x64, 0xeb, 0xb4, 0xea, 0x22, 0xf7, 0x85, 0x06, 0xdb, 0xba, 0x80, 0x3c, 0x32, 0x06, 0x25, 0xd7, 0x90, 0x68, 0x06, 0xa4, 0x4e, 0xcf, 0xd7, 0x4d, 0x80, 0x28, 0xf4, 0x39, 0x32, 0x44, 0xe3, 0xb0, 0xa5, 0x68, 0xbb, 0xde, 0x16, 0xd3, 0x39, 0x1f, 0x34, 0x19, 0x06, 0x43, 0x42, 0x6a, 0xea, 0x88, 0x46, 0x91, 0xba, 0xe4, 0x1f, 0xef, 0xb7, 0x9b, 0xc2, 0x80, 0x05, 0xcd, 0x67, 0x20, 0x53, 0x31, 0xf8, 0xba, 0xde, 0x9a, 0xac, 0x3b, 0x00, 0xe9, 0xd0, 0xc6, 0x6a, 0xf8, 0x9c, 0x48, 0x46, 0x7b, 0x67, 0x5b, 0xf9, 0xef, 0x63, 0xe4, 0x2d, 0xb9, 0x27, 0x10, 0xae, 0xb4, 0x0c, 0x5a, 0xbd, 0x16, 0x4a, 0x9c, 0x9b, 0x91, 0x8d, 0x8f, 0xfa, 0x9d, 0x3f, 0x4d, 0xd9, 0x3e, 0x2d, 0x7b, 0x80, 0x1f, 0x90, 0x76, 0x9f, 0xb0, 0x77, 0x66, 0x9a, 0xf3, 0xca, 0x43, 0x67, 0xee, 0x62, 0x41, 0xd1, 0x75, 0x45, 0x6e, 0x75, 0x6d, 0x92, 0xfa, 0x58, 0x08, 0x8e, 0xcb, 0xc8, 0x2d, 0xd1, 0x83 } } }; static const struct cckprng_op_reseed op_reseed_59 = { .hd = { .id = 56, .kind = OP_RESEED }, .nonce = 15625216599842287710ULL, .seed_nbytes = 176, .seed = { 0xb5, 0x7e, 0x1f, 0xee, 0xa5, 0xd3, 0xd7, 0xd4, 0x30, 0xb6, 0x49, 0x79, 0x11, 0xde, 0x03, 0x29, 0x86, 0xab, 0xe8, 0xb3, 0x42, 0xb3, 0x5a, 0x03, 0xf5, 0xf8, 0x3a, 0x63, 0x0d, 0x39, 0x9f, 0x09, 0xf0, 0x34, 0x29, 0x6e, 0xc8, 0x1b, 0x14, 0x19, 0xfb, 0x01, 0xd5, 0x0f, 0x63, 0xed, 0x12, 0x28, 0x7b, 0x78, 0x6e, 0x95, 0xe0, 0x01, 0x4f, 0xe7, 0x73, 0xcb, 0xcc, 0x81, 0xf3, 0x40, 0xf6, 0xcb, 0x28, 0x1b, 0xb6, 0x1e, 0x04, 0xd4, 0xad, 0x21, 0x0d, 0x9c, 0xbb, 0xad, 0xc3, 0xeb, 0x5d, 0x64, 0x9e, 0x3a, 0xbf, 0xbb, 0x35, 0x7e, 0x1d, 0x43, 0x87, 0x01, 0x2b, 0x3a, 0x65, 0x04, 0xe9, 0x45, 0xef, 0xf3, 0xdc, 0x94, 0xca, 0x27, 0x37, 0xc0, 0x7e, 0xc0, 0x78, 0x05, 0x74, 0x20, 0x26, 0x94, 0xf2, 0x15, 0x4e, 0x99, 0xc4, 0xbe, 0xc7, 0x7d, 0xe3, 0x3d, 0x22, 0xe0, 0xbb, 0x2e, 0x06, 0x62, 0x6a, 0x4c, 0x61, 0xe3, 0x91, 0x39, 0x60, 0x0a, 0xc6, 0x16, 0x78, 0x97, 0x6a, 0xea, 0x8f, 0xeb, 0xbe, 0xb8, 0xb9, 0xc6, 0x7f, 0x34, 0xc2, 0xf7, 0x3c, 0xc8, 0x07, 0xc2, 0xc4, 0x22, 0xdf, 0xde, 0x38, 0x96, 0xa6, 0x3e, 0xcf, 0x20, 0xbb, 0xfc, 0xc5, 0x65, 0xfe, 0x19, 0xcd, 0xe0, 0x50, 0x4a } }; static const struct cckprng_op_refresh op_refresh_60 = { .hd = { .id = 57, .kind = OP_REFRESH }, .rand = 13067840279720261521ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_61 = { .hd = { .id = 58, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0xa4, 0x48, 0x22, 0x57, 0xad, 0xcf, 0x62, 0x8e, 0x39, 0x4e, 0xe6, 0x4c, 0xbf, 0xdc, 0x45, 0xb8, 0xad, 0x6c, 0xa3, 0x7e, 0xc9, 0xdc, 0x88, 0xf5, 0xd4, 0x23, 0xaa, 0xe4, 0xd7, 0xc2, 0x92, 0x73, 0x34, 0x03, 0x18, 0x4d, 0x84, 0x13, 0x76, 0x06, 0xed, 0xb0, 0x29, 0xaf, 0x31, 0x12, 0x2b, 0x62, 0xe0, 0x77, 0x80, 0x70, 0x23, 0x6e, 0xb8, 0xbb, 0x07, 0x9e, 0x56, 0x13, 0xe1, 0x06, 0x94, 0x24, 0xe6, 0xc0, 0x8a, 0xba, 0x9a, 0x03, 0x7a, 0xc4, 0x5c, 0x91, 0x09, 0x78, 0xe6, 0x05, 0x45, 0x30, 0x0f, 0xe2, 0x24, 0x3a, 0x95, 0xc6, 0x87, 0x35, 0x01, 0x27, 0x1a, 0xec, 0xe7, 0xbd, 0xe8, 0xfa, 0x8d, 0x1c, 0x6f, 0x55, 0xea, 0x51, 0xeb, 0x4b, 0xc4, 0x74, 0x51, 0x7c, 0x90, 0xe9, 0x87, 0xe1, 0x24, 0x9e, 0xd9, 0x58, 0x5a, 0xa5, 0x58, 0xc0, 0x45, 0x31, 0x0f, 0x26, 0x50, 0xf4, 0xd5, 0x69, 0x9f, 0x1c, 0xed, 0x3a, 0x4e, 0x28, 0x2b, 0x1d, 0xf5, 0xcb, 0x8e, 0x04, 0x6e, 0xbd, 0x08, 0xae, 0x0a, 0xa1, 0x7b, 0xad, 0x74, 0xe4, 0xd6, 0xdd, 0x1a, 0x62, 0x4a, 0x52, 0xe5, 0x57, 0xe3, 0x98, 0xd8, 0x9e, 0xba, 0xe1, 0xa2, 0xd6, 0x26, 0xae, 0xad, 0x49, 0xf0, 0x02, 0x56, 0x60, 0x27, 0x01, 0xd1, 0xa4, 0x8b, 0xe1, 0x94, 0x6a, 0xf3, 0x65, 0x58, 0xd1, 0x8c, 0x77, 0x63, 0x68, 0x7e, 0xdf, 0x5f, 0xf2, 0xff, 0xb0, 0xe0, 0x13, 0xf0, 0xbd, 0xfd, 0x6e, 0xcf, 0x74, 0xa1, 0xf2, 0xcb, 0x8b, 0xaf, 0xa4, 0xc4, 0xcb, 0x33, 0xfe, 0x95, 0x89, 0x2d, 0xaa, 0x22, 0x0f, 0xd6, 0x6c, 0x77, 0x85, 0x1d, 0x4e, 0xac, 0x67, 0xd7, 0xeb, 0x36, 0xc4, 0x15, 0x79, 0x4b, 0x12, 0x1b, 0x2d, 0xa0, 0xef, 0xa6, 0xbc, 0x10, 0xfe, 0xe8, 0x7b, 0x22, 0xa4, 0x56, 0x9e, 0x29, 0x4a } } }; static const struct cckprng_op_reseed op_reseed_62 = { .hd = { .id = 59, .kind = OP_RESEED }, .nonce = 7713148282228391930ULL, .seed_nbytes = 279, .seed = { 0x48, 0xc3, 0xd8, 0xf8, 0xd6, 0x08, 0x38, 0xaf, 0x59, 0xbe, 0xa1, 0x73, 0x5b, 0x03, 0x77, 0x85, 0x6b, 0x6f, 0x22, 0x9f, 0xb1, 0x59, 0xce, 0xaf, 0x73, 0xae, 0xf7, 0x43, 0x31, 0xcf, 0x5e, 0x8a, 0x0a, 0x57, 0x91, 0xb7, 0xa3, 0x4b, 0xc0, 0x4e, 0x6d, 0x41, 0xe9, 0x5a, 0x70, 0x62, 0xec, 0x03, 0x11, 0xd8, 0x8e, 0x20, 0xbe, 0xf7, 0x2b, 0x10, 0x1f, 0x29, 0x97, 0x26, 0xf1, 0x1d, 0x64, 0x9c, 0x0d, 0x32, 0x02, 0xc8, 0x24, 0xdb, 0x92, 0xc1, 0x68, 0x21, 0x05, 0x62, 0xb8, 0x81, 0xf8, 0xe9, 0xd4, 0x75, 0x58, 0x8a, 0x99, 0x6c, 0x29, 0xc5, 0xe6, 0x45, 0x91, 0xbe, 0x92, 0x97, 0x04, 0x00, 0xc3, 0x97, 0x28, 0x49, 0x9b, 0xfe, 0x26, 0x4d, 0x2b, 0xeb, 0x54, 0x47, 0x16, 0xbe, 0x8f, 0x15, 0x47, 0xfc, 0x9a, 0x4a, 0x77, 0xbf, 0xa3, 0xff, 0xa3, 0x37, 0x9f, 0x6f, 0x06, 0x6f, 0x0a, 0x3e, 0x1f, 0x1b, 0xfd, 0x28, 0x96, 0x6a, 0x40, 0xb1, 0x15, 0x10, 0x31, 0xe4, 0x75, 0x3d, 0x32, 0x49, 0x13, 0xc4, 0xaf, 0x08, 0x17, 0xbb, 0xe8, 0x90, 0x36, 0x38, 0xce, 0xf5, 0xc0, 0x08, 0x68, 0x99, 0xa5, 0x1c, 0x2b, 0x18, 0x83, 0x27, 0x22, 0xc8, 0x2f, 0xc0, 0xbc, 0x56, 0xba, 0x54, 0x50, 0x25, 0x39, 0xaf, 0x86, 0x81, 0x5f, 0xad, 0x68, 0x0e, 0x09, 0xf3, 0x72, 0x88, 0x08, 0x41, 0x5b, 0x64, 0xe3, 0xcb, 0x54, 0x95, 0x54, 0x77, 0x2a, 0x16, 0x04, 0xcd, 0x18, 0xbe, 0x9a, 0x3e, 0x3b, 0xc0, 0x56, 0xc5, 0x0f, 0xc8, 0x11, 0x42, 0x72, 0x0e, 0xef, 0xf6, 0x3a, 0x35, 0xb4, 0x57, 0xcf, 0x9e, 0xc3, 0xe0, 0x03, 0x93, 0xbf, 0x98, 0xa7, 0x61, 0x07, 0x96, 0xf0, 0x14, 0xd2, 0xab, 0xd4, 0xdf, 0xea, 0x31, 0xbb, 0x27, 0x52, 0x81, 0x88, 0xad, 0x56, 0xd5, 0xc9, 0x3b, 0xa0, 0x83, 0xfd, 0xfb, 0x1d, 0x1e, 0xe2, 0x56, 0x73, 0x31, 0x9f, 0x8d, 0xa4, 0xad, 0x1b, 0xed, 0xa1, 0xa0, 0x62, 0xb1, 0x0a, 0x57, 0x38, 0xa0, 0xd8, 0xec, 0xa2 } }; static const struct cckprng_op_generate op_init_63 = { .hd = { .id = 60, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x84, 0xdf, 0x58 } } }; static const struct cckprng_op_reseed op_reseed_64 = { .hd = { .id = 61, .kind = OP_RESEED }, .nonce = 9347050825204075168ULL, .seed_nbytes = 117, .seed = { 0x68, 0x87, 0x07, 0xd6, 0xfb, 0x01, 0xa2, 0xb5, 0x15, 0xf9, 0x3d, 0xc5, 0x7c, 0x97, 0x8e, 0xa1, 0x13, 0x49, 0xc5, 0x19, 0x31, 0x1c, 0x8b, 0x4d, 0x26, 0x6d, 0xd5, 0xe6, 0x33, 0x2a, 0xf8, 0x72, 0x11, 0x9c, 0x24, 0x70, 0xb3, 0x57, 0x42, 0xee, 0x21, 0x7b, 0x84, 0xd2, 0x54, 0x18, 0xd0, 0xa5, 0xbf, 0x35, 0x62, 0x47, 0xfe, 0x25, 0x9b, 0x5c, 0x60, 0x4c, 0x43, 0x89, 0xbc, 0xef, 0x26, 0xaf, 0x98, 0x8b, 0xa9, 0x78, 0x23, 0x02, 0x56, 0x57, 0x69, 0x9c, 0x6c, 0x97, 0xc4, 0xe8, 0x1a, 0xc6, 0x2a, 0xf6, 0x52, 0xa1, 0xf1, 0x0a, 0xb2, 0x41, 0xb9, 0xb7, 0x6c, 0x67, 0xb1, 0x22, 0x02, 0x11, 0xfe, 0x02, 0x56, 0x41, 0x4c, 0x9d, 0x53, 0x66, 0x3b, 0x55, 0x0b, 0x14, 0x2b, 0x2a, 0x3c, 0xdc, 0xbc, 0x70, 0x84, 0x7e, 0x49 } }; static const struct cckprng_op_generate op_init_65 = { .hd = { .id = 62, .kind = OP_GENERATE }, .rand_nbytes = 233, .out = { .rand = { 0x20, 0x14, 0x71, 0x2f, 0xdb, 0xe5, 0x62, 0x88, 0xeb, 0x1a, 0x9e, 0x34, 0xf1, 0xb9, 0xad, 0x54, 0xdc, 0xb9, 0x64, 0xf0, 0x83, 0xb6, 0xce, 0xe1, 0x5a, 0x3f, 0xc1, 0x16, 0x3e, 0x16, 0xbc, 0xb7, 0xbe, 0x9e, 0x3e, 0xcd, 0x87, 0x8c, 0x14, 0x8a, 0xe1, 0x4a, 0xde, 0x5f, 0xbe, 0xfa, 0x5a, 0xcd, 0xf1, 0xa7, 0x7f, 0xf9, 0xc4, 0x93, 0xfb, 0xd4, 0xed, 0xd0, 0x7f, 0xbf, 0x9c, 0x76, 0x14, 0x69, 0x0e, 0xc5, 0x79, 0xd8, 0xda, 0x79, 0x97, 0x87, 0x2e, 0x15, 0x00, 0x7d, 0x04, 0x36, 0x8b, 0x68, 0xd8, 0x0a, 0xd6, 0x90, 0xa1, 0xea, 0x6e, 0x9c, 0xd2, 0xb5, 0xb4, 0x96, 0xaf, 0x26, 0xab, 0x21, 0x21, 0xff, 0x27, 0x92, 0x5c, 0x30, 0xc4, 0x65, 0x53, 0x70, 0x74, 0x7d, 0x39, 0x1f, 0xe3, 0xdb, 0x36, 0x14, 0xbf, 0xaa, 0xe5, 0xcb, 0x5f, 0xfc, 0xe3, 0x11, 0xbe, 0x3d, 0x18, 0x0a, 0x92, 0x37, 0x1e, 0x0e, 0xf8, 0xfc, 0xbd, 0x04, 0xc4, 0x25, 0x1b, 0xc9, 0x29, 0xbc, 0xe2, 0xd0, 0x54, 0x3c, 0x4a, 0x29, 0x27, 0x30, 0x46, 0x44, 0x9e, 0xb1, 0x3f, 0x3e, 0x86, 0x9e, 0xc4, 0x77, 0x4a, 0x3a, 0x0b, 0x40, 0x82, 0x63, 0x4b, 0x2b, 0x5b, 0xdb, 0xb1, 0xe5, 0x02, 0xe9, 0x99, 0x42, 0xfc, 0xa2, 0x18, 0xee, 0x96, 0x47, 0xe7, 0x09, 0xd9, 0x15, 0xbb, 0x85, 0xd7, 0xbc, 0x22, 0x8a, 0x74, 0xe4, 0xee, 0xe2, 0x35, 0x41, 0xee, 0x6a, 0x40, 0x26, 0x18, 0x91, 0xf2, 0x3e, 0xe9, 0x58, 0x62, 0x8d, 0xb6, 0xc5, 0x39, 0xc1, 0x1b, 0xeb, 0xcd, 0x8c, 0x10, 0x44, 0x7e, 0xf5, 0x0f, 0xe8, 0x04, 0x51, 0xba, 0x7d, 0x90, 0xb6, 0x6d, 0x67, 0xc6, 0xcc, 0xf1 } } }; static const struct cckprng_op_reseed op_reseed_66 = { .hd = { .id = 63, .kind = OP_RESEED }, .nonce = 434559093470295920ULL, .seed_nbytes = 35, .seed = { 0xd1, 0xd5, 0x59, 0xf0, 0xc2, 0x73, 0x5e, 0x55, 0x61, 0xce, 0x4b, 0xbb, 0x71, 0xbb, 0x05, 0x48, 0x4f, 0x5d, 0xc4, 0xc8, 0x75, 0x92, 0x5c, 0x5e, 0xbb, 0x71, 0xe6, 0x87, 0x9a, 0x67, 0x2d, 0x75, 0x7d, 0x43, 0x4d } }; static const struct cckprng_op_reseed op_reseed_67 = { .hd = { .id = 64, .kind = OP_RESEED }, .nonce = 18299832189174090267ULL, .seed_nbytes = 258, .seed = { 0x1a, 0x38, 0x07, 0xfd, 0x51, 0x44, 0x07, 0xa0, 0x2c, 0xc7, 0xcc, 0xfd, 0x8c, 0xae, 0xcb, 0x5d, 0x86, 0x23, 0x8a, 0x59, 0xb6, 0xf0, 0xa6, 0x8f, 0xeb, 0xb9, 0x78, 0x7c, 0x33, 0x52, 0x0b, 0xf9, 0xa5, 0x7a, 0x01, 0x0d, 0x84, 0xa2, 0xf5, 0x45, 0xce, 0xe5, 0x2d, 0x9e, 0xb5, 0x68, 0x7e, 0x2d, 0xdd, 0x91, 0x08, 0x1b, 0x23, 0x8c, 0x9c, 0x93, 0x8d, 0x3b, 0xfd, 0xb6, 0xad, 0x63, 0x8d, 0x61, 0xb6, 0x65, 0xab, 0x3e, 0x3b, 0x81, 0xe1, 0xd5, 0xa8, 0xdc, 0xe8, 0xb8, 0xe4, 0xf8, 0x05, 0x07, 0xfd, 0x12, 0x04, 0xa7, 0x84, 0xde, 0xef, 0xee, 0x70, 0x06, 0xfc, 0x74, 0x16, 0x22, 0x52, 0x04, 0x36, 0xde, 0xfc, 0xca, 0x00, 0x9d, 0xa6, 0x02, 0x23, 0x7d, 0x6f, 0xf9, 0x7c, 0xaf, 0xf9, 0xa0, 0x3f, 0x33, 0x49, 0xe1, 0xeb, 0x2e, 0x92, 0x66, 0x5a, 0x94, 0x3b, 0x6b, 0x71, 0x72, 0x21, 0x34, 0x66, 0xf8, 0xa2, 0x8c, 0xba, 0x42, 0x1c, 0xb2, 0xeb, 0x5f, 0xd5, 0x9d, 0x37, 0x1b, 0xbd, 0xd2, 0x3a, 0x36, 0xc9, 0x9d, 0xef, 0x01, 0xed, 0x0e, 0x40, 0x0d, 0x9f, 0x9a, 0xf3, 0x40, 0x84, 0x4f, 0xc5, 0x51, 0xfb, 0xd6, 0x33, 0xc3, 0x43, 0x4b, 0x63, 0x9e, 0x88, 0xe4, 0xc4, 0x2e, 0xd7, 0xf8, 0x42, 0x22, 0x8e, 0xa9, 0x5e, 0x37, 0xa6, 0x8f, 0x78, 0x59, 0x29, 0x81, 0xb3, 0x8b, 0x40, 0x29, 0x24, 0x96, 0x5d, 0x3b, 0x57, 0xa3, 0x34, 0x39, 0x08, 0x93, 0x3f, 0x7c, 0xe4, 0x27, 0xb8, 0xf1, 0x06, 0x9f, 0x33, 0x3a, 0x3b, 0xca, 0x46, 0x9b, 0x80, 0x1e, 0x16, 0x63, 0xca, 0x90, 0x69, 0xe2, 0xf3, 0x95, 0x84, 0x22, 0x57, 0x2a, 0xb8, 0x87, 0xe4, 0x9d, 0x34, 0xfa, 0x17, 0xc1, 0xc9, 0x88, 0x0e, 0x1b, 0x4f, 0x15, 0xff, 0xc9, 0xf6, 0x8a, 0xe5, 0x47, 0xce, 0x72, 0x12, 0x29, 0xe9, 0x22, 0x33, 0xd8 } }; static const struct cckprng_op_generate op_init_68 = { .hd = { .id = 65, .kind = OP_GENERATE }, .rand_nbytes = 228, .out = { .rand = { 0x58, 0x28, 0x02, 0x4a, 0x1f, 0x92, 0x93, 0xd8, 0x60, 0xa1, 0xca, 0xb6, 0xa1, 0xbc, 0x72, 0xd1, 0x9b, 0x78, 0x90, 0xfb, 0xbf, 0xa3, 0xcb, 0xcf, 0x5a, 0x39, 0x3e, 0xfc, 0x74, 0x0d, 0x72, 0x22, 0x70, 0x8f, 0x6b, 0x12, 0xcf, 0xd2, 0x7d, 0x87, 0x19, 0x48, 0x97, 0x61, 0x03, 0xaa, 0x37, 0x00, 0x95, 0x77, 0x7f, 0x6d, 0xf0, 0xc7, 0x3a, 0x4d, 0xb1, 0x12, 0xa2, 0x17, 0xa7, 0x6c, 0x5f, 0x86, 0xd3, 0xfc, 0x30, 0xda, 0x0b, 0x6f, 0xad, 0x8f, 0x5c, 0x17, 0xfe, 0x0d, 0x97, 0xe8, 0x33, 0x27, 0xc1, 0xe5, 0xb3, 0xdd, 0x0b, 0x5c, 0xa5, 0x6d, 0xb1, 0x36, 0x8c, 0x18, 0x37, 0xcf, 0x48, 0x6f, 0xba, 0x47, 0x9a, 0x55, 0x3b, 0x62, 0x96, 0xc0, 0x46, 0xb3, 0x91, 0xa3, 0x5d, 0x43, 0x21, 0x94, 0x9c, 0x0e, 0xd1, 0xb0, 0xd1, 0x90, 0x79, 0x9b, 0x91, 0x83, 0x0f, 0x7c, 0xe3, 0xd4, 0x93, 0xec, 0x04, 0x5f, 0xe9, 0xf6, 0xa3, 0x6e, 0x86, 0xce, 0x25, 0xeb, 0x49, 0xdf, 0x58, 0x53, 0xa1, 0x75, 0x74, 0x8e, 0xc2, 0xc5, 0xaa, 0x46, 0x5d, 0x70, 0xe0, 0x97, 0x91, 0xd9, 0xed, 0x18, 0x47, 0x67, 0x66, 0x00, 0x71, 0xa1, 0xa5, 0x99, 0x19, 0x4d, 0x88, 0x6f, 0xb1, 0xf5, 0x54, 0xe2, 0xb3, 0x5d, 0x11, 0x54, 0x43, 0xe8, 0xba, 0xe2, 0x6d, 0xb2, 0xaf, 0xb6, 0x5f, 0x46, 0x58, 0x14, 0xcc, 0x53, 0x8e, 0x30, 0xbe, 0x29, 0xce, 0x22, 0xfb, 0x01, 0x09, 0x69, 0xb2, 0xb9, 0x6e, 0x99, 0x69, 0x69, 0xf1, 0x75, 0x76, 0xcd, 0xfc, 0x64, 0x99, 0x25, 0xc5, 0xd9, 0xe8, 0xec, 0x02, 0xb7, 0xe5, 0xae, 0x8e, 0x11, 0xd2, 0x63 } } }; static const struct cckprng_op_generate op_init_69 = { .hd = { .id = 66, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0xa7, 0xea, 0xa1, 0x58, 0x09, 0xb6, 0xd0 } } }; static const struct cckprng_op_refresh op_refresh_70 = { .hd = { .id = 67, .kind = OP_REFRESH }, .rand = 10883708942940530021ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_71[] = { (const struct cckprng_op *)&op_init_55, (const struct cckprng_op *)&op_refresh_56, (const struct cckprng_op *)&op_reseed_57, (const struct cckprng_op *)&op_init_58, (const struct cckprng_op *)&op_reseed_59, (const struct cckprng_op *)&op_refresh_60, (const struct cckprng_op *)&op_init_61, (const struct cckprng_op *)&op_reseed_62, (const struct cckprng_op *)&op_init_63, (const struct cckprng_op *)&op_reseed_64, (const struct cckprng_op *)&op_init_65, (const struct cckprng_op *)&op_reseed_66, (const struct cckprng_op *)&op_reseed_67, (const struct cckprng_op *)&op_init_68, (const struct cckprng_op *)&op_init_69, (const struct cckprng_op *)&op_refresh_70 }; static const struct cckprng_vector vec_72 = { .id = 68, .note = NULL, .nops = 16, .ops = ops_71 }; static const struct cckprng_op_init op_init_73 = { .hd = { .id = 69, .kind = OP_INIT }, .seed = { 0xd2, 0x7e, 0x18, 0x10, 0x11, 0xc1, 0x4e, 0xec, 0x8d, 0x23, 0x38, 0x47, 0x9d, 0xd5, 0xa5, 0xe4, 0xef, 0x97, 0x75, 0xf2, 0xcd, 0xe8, 0x1b, 0x50, 0x9f, 0xf4, 0x02, 0x46, 0x4b, 0x5d, 0x56, 0x39 }, .nonce = { 0xae, 0x52, 0x47, 0x80, 0xfc, 0x03, 0xe4, 0xb5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_74 = { .hd = { .id = 70, .kind = OP_RESEED }, .nonce = 17941626418853296077ULL, .seed_nbytes = 209, .seed = { 0xd3, 0x5f, 0x3c, 0x35, 0xfe, 0xf5, 0xbc, 0xe1, 0xe5, 0x35, 0x86, 0x5d, 0x93, 0xcf, 0x0b, 0xd9, 0x34, 0x4a, 0x66, 0x79, 0xbe, 0x90, 0x20, 0x09, 0x42, 0x6f, 0x51, 0xb5, 0xe4, 0x2a, 0x5e, 0xa0, 0xa2, 0xe8, 0x90, 0xf5, 0x42, 0x35, 0x77, 0x6c, 0x90, 0xeb, 0x3c, 0x2b, 0x92, 0x50, 0x79, 0x30, 0xd1, 0xc3, 0x5a, 0x1d, 0x39, 0x4d, 0x97, 0xee, 0xd6, 0xcc, 0xb6, 0x06, 0x18, 0x57, 0x76, 0x5d, 0x5b, 0x68, 0xdf, 0x16, 0xd9, 0xb0, 0x80, 0x00, 0xe7, 0x16, 0x87, 0x0e, 0x7f, 0x00, 0xc2, 0xf2, 0xdb, 0x38, 0x08, 0x62, 0x00, 0x21, 0xb4, 0xf0, 0x53, 0xd2, 0xb8, 0x09, 0x12, 0xc2, 0xcb, 0x95, 0xa9, 0xb7, 0xf0, 0x2b, 0x7d, 0xd0, 0xfd, 0xc0, 0xde, 0x06, 0xbd, 0x32, 0x16, 0x35, 0x11, 0x8b, 0xcb, 0xe1, 0x8a, 0xc6, 0xf5, 0xda, 0xac, 0x30, 0xcd, 0x1c, 0x33, 0x95, 0x5f, 0x89, 0x1a, 0x1f, 0x2b, 0xb8, 0xa9, 0x0c, 0x93, 0x81, 0xc4, 0xf8, 0xcd, 0xa3, 0x94, 0x09, 0xd5, 0x2f, 0x27, 0xee, 0xb1, 0xc6, 0x05, 0xfe, 0xbb, 0x8d, 0x14, 0x82, 0x01, 0x53, 0x0a, 0x16, 0xfd, 0xac, 0xa7, 0x98, 0x73, 0x67, 0x39, 0x55, 0x29, 0x46, 0xb0, 0x88, 0xb1, 0x05, 0x4e, 0x9d, 0x25, 0x82, 0x48, 0x94, 0xa2, 0x6c, 0x26, 0x05, 0xf2, 0xde, 0x08, 0x0d, 0xad, 0x6e, 0x72, 0xae, 0xde, 0x88, 0x8c, 0x8b, 0x05, 0x03, 0xc2, 0x1d, 0x0d, 0x74, 0x0b, 0x98, 0xcc, 0xf5, 0x34, 0xd5, 0x42, 0xd0, 0xe9, 0x4f, 0xc5 } }; static const struct cckprng_op_refresh op_refresh_75 = { .hd = { .id = 71, .kind = OP_REFRESH }, .rand = 6081904390626829103ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_76 = { .hd = { .id = 72, .kind = OP_RESEED }, .nonce = 3991662604903477607ULL, .seed_nbytes = 19, .seed = { 0x75, 0x71, 0xb1, 0x02, 0xfb, 0xc6, 0xcb, 0x75, 0xce, 0xb3, 0x39, 0xf7, 0xcf, 0x56, 0x97, 0xf8, 0xed, 0x48, 0x9b } }; static const struct cckprng_op_generate op_init_77 = { .hd = { .id = 73, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0x53, 0x9c, 0x9d, 0x3d, 0xb7, 0xed, 0x85, 0xb3, 0x49, 0x02, 0xd5, 0xc0, 0x08, 0x82, 0xe5, 0x46, 0x93, 0x11, 0x02, 0x3d, 0x59, 0xd4, 0xde, 0xca, 0xcf, 0x20, 0x46, 0x51, 0x42, 0x6c, 0x4e, 0x11, 0xca, 0x94, 0x84, 0x08, 0x70, 0xcf, 0x9c, 0x9e, 0xb8, 0x95, 0xc6, 0xf6, 0x3e, 0x7c, 0xaa, 0x31, 0x38, 0x5c, 0xf2, 0x62, 0x11, 0xda, 0x25, 0xd0, 0x94, 0x42, 0xcf, 0x77, 0x18, 0x92, 0x38, 0x86 } } }; static const struct cckprng_op_refresh op_refresh_78 = { .hd = { .id = 74, .kind = OP_REFRESH }, .rand = 10453682381570884429ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_79 = { .hd = { .id = 75, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0x4c, 0x93, 0x32, 0xa5, 0x23, 0x66, 0x30, 0x94, 0x82, 0x7b, 0x74, 0xcc, 0xcd, 0xaf, 0xaa, 0x2e, 0x5d, 0x97, 0x44, 0xd2, 0xf5, 0x97, 0x13, 0xb4, 0x08, 0xf2, 0x24, 0xf7, 0x5e, 0xee, 0x3a, 0x47, 0xf5, 0x19, 0x26, 0x6a, 0x0a, 0xc0, 0x62, 0x67, 0x2a, 0x05, 0x3f, 0x4e, 0x1f, 0x7f, 0x89, 0x49, 0xb1, 0xa4, 0x17, 0x3e, 0x70, 0x59, 0xe5, 0x14, 0x47, 0xd7, 0x98, 0xa1, 0xb5, 0x05, 0xf5, 0x3e, 0x91, 0x9d, 0x61, 0xa6, 0xa4, 0xd4, 0xb1, 0x3d, 0x30, 0x32, 0x2f, 0x9e, 0xdf, 0x61, 0x38, 0x5b, 0xf2, 0xf5, 0x26, 0x67, 0xb6, 0xab, 0x0c, 0xde, 0x1a, 0xf6, 0x02, 0xf3, 0x26, 0xcc, 0xcd, 0x11, 0x2a, 0x3c, 0x7b, 0x64, 0x1e, 0x82, 0xbf, 0x1e, 0xca, 0x55, 0x0a, 0xc4, 0x00, 0xcb, 0xa2, 0xd3, 0x2c, 0xc3, 0x7b, 0xdb, 0xfe, 0x97, 0xf0, 0xa1, 0xf0, 0xe6, 0x88, 0x12, 0x14, 0xb9, 0x69, 0xb1, 0x70, 0x61, 0x20, 0x0e, 0x90, 0xf0, 0x77, 0xbb, 0x76, 0x9a, 0x31, 0xb0, 0x7c, 0x1e, 0x0d, 0xf3, 0x34, 0x32, 0xe2, 0xa0, 0xf0, 0x6d, 0xe5, 0xd8, 0x67, 0xb9, 0xdc, 0x39, 0x11, 0x96, 0xc6, 0x6d, 0x7d, 0x6e, 0x46, 0x73, 0x3b, 0xaa, 0x4b, 0x79, 0x3a, 0xe5, 0xb8, 0x6a, 0xe5, 0x25, 0x01, 0x63, 0x9f, 0x66, 0x8b, 0xfd, 0x36, 0x55, 0x33, 0xc0, 0x46, 0xd1, 0x3d, 0xc4, 0xca, 0xd7, 0x1f, 0x50, 0xe1, 0xd3, 0x47, 0x14, 0x35, 0x3a, 0x3f, 0xae, 0x02, 0xf3, 0xd3, 0x03, 0xd4, 0x54, 0xb7, 0x2b, 0x1b, 0x5d, 0x23, 0x45, 0xb4, 0xbc, 0x9f, 0x7c, 0xfd, 0x9b, 0x96, 0xad, 0x2e, 0x86, 0x0d, 0xc3, 0x13, 0xde, 0x55, 0x6f, 0x03, 0x13, 0xb1, 0x52, 0x13, 0xef, 0x48, 0xe9 } } }; static const struct cckprng_op_reseed op_reseed_80 = { .hd = { .id = 76, .kind = OP_RESEED }, .nonce = 12939602975288152196ULL, .seed_nbytes = 136, .seed = { 0x03, 0xf5, 0x92, 0x41, 0x6c, 0x30, 0xbc, 0xe3, 0x70, 0xb5, 0xe7, 0xcd, 0x63, 0x54, 0xa8, 0xad, 0x52, 0x29, 0x6c, 0x72, 0xaf, 0xd1, 0x84, 0x50, 0x6d, 0x92, 0xd9, 0x36, 0xaf, 0xd6, 0x15, 0x6b, 0x05, 0xac, 0x63, 0x17, 0x3a, 0x31, 0xad, 0x19, 0x39, 0x38, 0xc5, 0xcd, 0x05, 0x90, 0xa3, 0x02, 0x6e, 0xeb, 0x02, 0x4c, 0x50, 0x4f, 0x6c, 0x6b, 0xa9, 0xfd, 0xe2, 0x73, 0x6a, 0x94, 0xd5, 0x70, 0xca, 0xa3, 0x3f, 0x1c, 0x33, 0x5b, 0x51, 0xd9, 0x4a, 0x00, 0x81, 0xe9, 0x9e, 0xd0, 0xc4, 0xab, 0x05, 0xbb, 0xea, 0xf0, 0xb6, 0xcd, 0x4b, 0x47, 0xd1, 0x0a, 0x47, 0xf1, 0xd5, 0x47, 0x69, 0x55, 0x35, 0x57, 0xeb, 0x85, 0x6a, 0x10, 0x1a, 0xc7, 0xd3, 0x3f, 0x9e, 0x9a, 0x71, 0xa2, 0x38, 0x61, 0x95, 0x60, 0xca, 0x8b, 0xfd, 0x4a, 0x26, 0x39, 0xde, 0x18, 0x47, 0xbf, 0x7c, 0x05, 0x93, 0x60, 0xca, 0x6e, 0x53, 0x1a, 0xc1, 0xfd, 0x1b, 0xf4 } }; static const struct cckprng_op_refresh op_refresh_81 = { .hd = { .id = 77, .kind = OP_REFRESH }, .rand = 14739419315967834525ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_82 = { .hd = { .id = 78, .kind = OP_GENERATE }, .rand_nbytes = 27, .out = { .rand = { 0x61, 0x43, 0x29, 0x85, 0xbb, 0x52, 0xea, 0x33, 0x66, 0x71, 0x22, 0x6e, 0x0b, 0x55, 0x39, 0xa7, 0x37, 0x33, 0x6d, 0x32, 0x02, 0xed, 0xaf, 0xe5, 0x78, 0x1b, 0x4b } } }; static const struct cckprng_op_refresh op_refresh_83 = { .hd = { .id = 79, .kind = OP_REFRESH }, .rand = 11793732710827423328ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_84 = { .hd = { .id = 80, .kind = OP_RESEED }, .nonce = 11022224441090410831ULL, .seed_nbytes = 215, .seed = { 0xda, 0xd5, 0x49, 0x3b, 0x20, 0x39, 0x40, 0x66, 0x53, 0x18, 0x68, 0x1c, 0xf0, 0x13, 0xd4, 0x52, 0xdb, 0xb9, 0xd5, 0xd6, 0xf4, 0xed, 0xdb, 0x05, 0xbf, 0x37, 0x4d, 0x82, 0x14, 0x0e, 0x69, 0xab, 0x55, 0xa8, 0x57, 0xb9, 0x5e, 0x83, 0x68, 0xdf, 0xd2, 0x55, 0xca, 0x25, 0x8a, 0x8a, 0x3c, 0xa3, 0xc5, 0x7c, 0x6a, 0x3a, 0x84, 0xbd, 0x03, 0x25, 0x7f, 0xe5, 0x78, 0x06, 0x99, 0x2e, 0x65, 0x8e, 0x21, 0xec, 0x9f, 0x36, 0x4a, 0x11, 0x5e, 0xce, 0xcb, 0x48, 0x5d, 0x95, 0x2c, 0xef, 0xc2, 0x7a, 0x10, 0x45, 0xcc, 0xbc, 0xec, 0x87, 0xd2, 0x10, 0xa0, 0x33, 0x29, 0x57, 0x5d, 0xef, 0x83, 0x8b, 0x0a, 0x4c, 0x58, 0x1e, 0x0a, 0xd3, 0x0b, 0xf8, 0x71, 0xfe, 0xf1, 0xda, 0x10, 0x02, 0xe9, 0x4d, 0xba, 0x48, 0x45, 0x0f, 0xbc, 0x79, 0xf0, 0xe2, 0x27, 0x7b, 0xa1, 0xbe, 0xa8, 0x80, 0x0e, 0x99, 0x0c, 0x6a, 0xed, 0x08, 0xcd, 0x99, 0xcd, 0x5a, 0xd9, 0x02, 0xdf, 0x48, 0xb6, 0x3e, 0x93, 0x2b, 0x02, 0x15, 0x8d, 0xe0, 0x53, 0xde, 0x81, 0x5b, 0xa1, 0x36, 0xa6, 0xfb, 0x44, 0x6c, 0xa0, 0x13, 0x07, 0xe3, 0x01, 0x6e, 0xfa, 0x46, 0x13, 0xbd, 0x02, 0xcd, 0x8b, 0x18, 0xda, 0x3f, 0x93, 0xf5, 0x40, 0x42, 0x6c, 0xa6, 0x64, 0xdb, 0x17, 0xf9, 0xca, 0xce, 0x7a, 0x71, 0xb6, 0x44, 0x2e, 0xfe, 0xae, 0xfc, 0xe6, 0x93, 0xb0, 0xd4, 0xc8, 0xac, 0x07, 0xc2, 0x8f, 0x9f, 0xac, 0x73, 0x7d, 0x2c, 0x94, 0x57, 0x41, 0xd5, 0x7f, 0x42, 0x0f } }; static const struct cckprng_op_reseed op_reseed_85 = { .hd = { .id = 81, .kind = OP_RESEED }, .nonce = 14397677719740504516ULL, .seed_nbytes = 92, .seed = { 0x91, 0x2e, 0x78, 0x44, 0xd4, 0xbc, 0x34, 0xac, 0xc8, 0x9f, 0xe4, 0xaa, 0x28, 0x6a, 0x1e, 0x02, 0xbd, 0x06, 0xe2, 0xe4, 0x80, 0x7a, 0x6c, 0x12, 0xdf, 0x60, 0x00, 0xbe, 0xfa, 0x65, 0x23, 0x8c, 0x93, 0xd9, 0xa7, 0xad, 0xea, 0x7f, 0xe7, 0x18, 0x76, 0x87, 0x8e, 0x5b, 0x9e, 0xb2, 0xab, 0xb3, 0x85, 0xaf, 0xb9, 0xe5, 0x1b, 0xcf, 0x95, 0x69, 0x43, 0xf6, 0x20, 0xff, 0x70, 0xeb, 0xeb, 0x3d, 0xa4, 0x2a, 0xfa, 0x4b, 0x4e, 0xbc, 0x93, 0x75, 0x99, 0x52, 0xe6, 0xeb, 0xaa, 0x68, 0x39, 0xaf, 0xe5, 0xa0, 0xd5, 0xc1, 0x0f, 0x0e, 0xf3, 0x31, 0x3d, 0x49, 0x59, 0xb4 } }; static const struct cckprng_op_reseed op_reseed_86 = { .hd = { .id = 82, .kind = OP_RESEED }, .nonce = 1295890434210030929ULL, .seed_nbytes = 138, .seed = { 0x85, 0xdd, 0x13, 0xe7, 0xc8, 0xaf, 0x9d, 0xa2, 0xbf, 0xb0, 0x06, 0xea, 0xf0, 0xeb, 0x07, 0xa2, 0x94, 0x34, 0xcf, 0x02, 0xe2, 0xd6, 0x33, 0x26, 0xb7, 0x35, 0xb1, 0xcc, 0xc4, 0x33, 0x76, 0x2b, 0x76, 0xc6, 0x3d, 0xf6, 0xaf, 0x34, 0x80, 0x77, 0xe7, 0x0e, 0x30, 0x7e, 0xb8, 0xee, 0x0a, 0x38, 0x5d, 0x6b, 0x31, 0xd7, 0xb9, 0x0f, 0xc6, 0xbb, 0xdb, 0x92, 0xd8, 0x8e, 0x83, 0xb4, 0xdf, 0xa3, 0x97, 0x65, 0xa0, 0xc3, 0x03, 0xe7, 0x5e, 0x0f, 0x0f, 0x39, 0x7e, 0xbb, 0x28, 0xaf, 0x94, 0x25, 0xf8, 0xf1, 0x7f, 0xaa, 0xe1, 0x6c, 0x98, 0xbb, 0xe1, 0x51, 0xcd, 0x25, 0x18, 0xb5, 0x90, 0x31, 0x1b, 0x45, 0x03, 0xdc, 0xcd, 0x3d, 0xac, 0xd2, 0x89, 0x20, 0x2f, 0x79, 0x56, 0xb6, 0x74, 0xd3, 0x54, 0x48, 0x72, 0xa2, 0xa0, 0x32, 0x96, 0x63, 0x31, 0x4e, 0xd5, 0x61, 0xd7, 0x57, 0xd4, 0xeb, 0x5a, 0xf3, 0x6e, 0xd2, 0xbc, 0x8f, 0xa1, 0xbb, 0x3a, 0x8f } }; static const struct cckprng_op_refresh op_refresh_87 = { .hd = { .id = 83, .kind = OP_REFRESH }, .rand = 18065386881448603102ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_88 = { .hd = { .id = 84, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0xaf, 0x04, 0x3a, 0x02, 0x50, 0x37, 0xe7, 0x74, 0x68, 0x77, 0x1f, 0x47, 0x1e, 0xda, 0x4d, 0xaf, 0xca, 0xab, 0xe6, 0xbc, 0x58, 0xab, 0x7b, 0xb9, 0x04, 0xf3, 0x62, 0x1e, 0xed, 0x42, 0x95, 0xc4, 0x39, 0xfb, 0x54, 0x28, 0xb1, 0xf0, 0xb2, 0x90, 0x2f, 0x7e, 0x3b, 0xc2, 0x67, 0x44, 0x08, 0xa9, 0x5d, 0xb4, 0x88, 0xbb, 0x81, 0xf6, 0x5a, 0xb0, 0x2b, 0x42, 0xf7, 0xa1, 0xa2, 0xeb, 0x37, 0x39, 0xb9, 0x78, 0x49, 0x59, 0xe0, 0xae, 0x8a, 0x8d, 0xaf, 0x05, 0xd4, 0x22, 0xc3, 0xb2, 0x2e, 0xb8, 0x52, 0x4b, 0x92, 0x96, 0x65, 0x14, 0x6d, 0x81, 0x61, 0x9d, 0x97, 0x9b, 0x12, 0xc3, 0xf0, 0xd1, 0x08, 0x03, 0x12, 0x60, 0xf6, 0x7f, 0x18, 0x80, 0x64, 0xbe, 0x57, 0xee, 0x2a, 0xce, 0x16, 0x7e, 0xf7, 0x64, 0x41, 0x82, 0x9d, 0xeb, 0xeb, 0x22, 0x17, 0x7a, 0x06, 0xc7, 0x1f, 0x55, 0xac, 0xce, 0x64, 0x80, 0x06, 0xa9, 0x71, 0xa1, 0x9c, 0x9a, 0xfa, 0xd4, 0x31, 0x99, 0xed, 0xf5, 0xce, 0xc1, 0xc5, 0x76, 0x9e, 0x6a, 0xbe, 0x5a, 0x6a, 0x10, 0xda, 0x64, 0x0f, 0xa3, 0x38, 0x28, 0xff, 0x43, 0x3d, 0x7e, 0xd8, 0x2f, 0x95, 0x62, 0x64, 0xad, 0xb8, 0x2e, 0xaa, 0xeb, 0x9b, 0xa8, 0xd3, 0xbe, 0xef, 0xfc, 0xf3, 0x56, 0x7f, 0xd9, 0xf0, 0xb1, 0x7b, 0xd3, 0x88, 0xeb, 0xc9, 0xf3, 0xb8, 0xfc, 0x6e, 0x8e, 0x97, 0x12, 0xe9, 0x92, 0xe3, 0xc9, 0x8e, 0x90, 0x7b, 0x34, 0xb2, 0x20, 0x95 } } }; static const struct cckprng_op *ops_89[] = { (const struct cckprng_op *)&op_init_73, (const struct cckprng_op *)&op_reseed_74, (const struct cckprng_op *)&op_refresh_75, (const struct cckprng_op *)&op_reseed_76, (const struct cckprng_op *)&op_init_77, (const struct cckprng_op *)&op_refresh_78, (const struct cckprng_op *)&op_init_79, (const struct cckprng_op *)&op_reseed_80, (const struct cckprng_op *)&op_refresh_81, (const struct cckprng_op *)&op_init_82, (const struct cckprng_op *)&op_refresh_83, (const struct cckprng_op *)&op_reseed_84, (const struct cckprng_op *)&op_reseed_85, (const struct cckprng_op *)&op_reseed_86, (const struct cckprng_op *)&op_refresh_87, (const struct cckprng_op *)&op_init_88 }; static const struct cckprng_vector vec_90 = { .id = 85, .note = NULL, .nops = 16, .ops = ops_89 }; static const struct cckprng_op_init op_init_91 = { .hd = { .id = 86, .kind = OP_INIT }, .seed = { 0x58, 0xc9, 0xef, 0x25, 0xbd, 0xe3, 0x6d, 0x75, 0x3c, 0x78, 0xd9, 0xf0, 0x29, 0xff, 0x0c, 0x16, 0x81, 0xba, 0x42, 0xd4, 0x3c, 0x27, 0x35, 0xbc, 0x1c, 0x03, 0xda, 0xcf, 0x2f, 0xa1, 0x51, 0x80 }, .nonce = { 0x4d, 0x5c, 0x0e, 0x69, 0x94, 0x57, 0xde, 0xb2 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_92 = { .hd = { .id = 87, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0x93, 0x16, 0xaa, 0xb6, 0x5f, 0x1b, 0x06, 0xc3, 0xd4, 0xc7, 0xe0, 0x1e, 0x25, 0x77, 0x06, 0x33, 0x6d, 0xcf, 0x6d, 0xe3, 0x25, 0x64, 0xf5, 0x84, 0x1d, 0x3e, 0x0d, 0x7e, 0x22, 0x68, 0x62, 0xc1, 0x47, 0x55, 0xb5, 0x4d, 0xfd, 0x9a, 0x3c, 0x46, 0x65, 0xae, 0xbe, 0xd6, 0x00, 0xdb, 0x31, 0x00, 0x06, 0x84, 0xe1, 0x90, 0x81, 0x10, 0xa9, 0x29, 0x28, 0x88, 0xc0, 0x5c, 0xd2, 0xff, 0xfa, 0xd7, 0x89, 0x93, 0xb6, 0xcb, 0xbe, 0x24, 0x49, 0x13, 0x78, 0x82, 0xdd, 0xef, 0xe7, 0x98, 0x43, 0x04, 0x33, 0x19, 0x35, 0x8f, 0x53, 0x78, 0x9f, 0xbe, 0xd6, 0xdf, 0x62, 0x19, 0x98, 0x1f, 0x35, 0xfc, 0x33, 0xaf, 0x67, 0x3e, 0x13, 0x5d, 0x45, 0x1f, 0xc5, 0x51, 0xff, 0xa1, 0xd0, 0x0a, 0x53, 0xf5, 0x64, 0x72, 0x72, 0x53, 0xf2, 0xc3, 0xf6, 0xcd, 0xfc, 0x09, 0x6f, 0x05, 0x1e, 0x49, 0x5a, 0x0b, 0x9a, 0xa8, 0xf4, 0x7a, 0x49, 0x90, 0xcb, 0x7e, 0xb2, 0x2d, 0xa7, 0xe6, 0x6d, 0xa8, 0xc3, 0x6d, 0x36, 0xa7, 0x96, 0x3d, 0xbc, 0x02, 0xe3, 0x5d, 0x6a, 0xca, 0x49, 0x90, 0x8d, 0x67, 0x33, 0xc3, 0xed, 0x45, 0xe7, 0xa5, 0x86, 0xe2, 0xa0, 0x5b, 0xa5, 0x12, 0x2a, 0xf7, 0x78, 0x52, 0x7e, 0x89, 0x65, 0x23, 0x9e, 0x49, 0x65, 0x45, 0x28, 0xa8, 0x9f, 0x08, 0xa1, 0xce, 0x90, 0x46, 0xdc, 0x3c, 0xcb, 0xef, 0xe4, 0x62, 0x39, 0x43, 0x60, 0x9b, 0xff, 0x27, 0xae, 0xbf, 0x4e, 0xfc, 0x44, 0x4d, 0xa4, 0x8c, 0x6f, 0x15, 0x5b, 0x15, 0x5c, 0x1c, 0x89, 0x6b, 0x7c, 0x93, 0x81, 0x78, 0x60, 0xc2, 0x56, 0xa1, 0x73, 0x2d, 0x58, 0x56, 0x7b, 0xa2, 0xb5, 0xc9, 0x15, 0xd9, 0xcd, 0x1c } } }; static const struct cckprng_op_generate op_init_93 = { .hd = { .id = 88, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0x6a, 0x84, 0x46, 0x12, 0x1e, 0xb1, 0x5f, 0x05, 0xf9, 0x8f } } }; static const struct cckprng_op_reseed op_reseed_94 = { .hd = { .id = 89, .kind = OP_RESEED }, .nonce = 11802749726660573557ULL, .seed_nbytes = 52, .seed = { 0x01, 0xac, 0xc3, 0xb7, 0x02, 0x8b, 0x4a, 0x72, 0x7a, 0xd7, 0x91, 0xa3, 0xea, 0xa2, 0xe7, 0xf0, 0x02, 0x29, 0x3e, 0x60, 0x52, 0x19, 0xec, 0x71, 0x58, 0x44, 0x08, 0xc0, 0x49, 0x9d, 0x3a, 0xef, 0x56, 0x2d, 0x62, 0x38, 0x99, 0xe5, 0x40, 0x9a, 0x66, 0xc8, 0x05, 0x84, 0xb7, 0x38, 0xe8, 0xa5, 0xa7, 0xc7, 0xc7, 0x30 } }; static const struct cckprng_op_reseed op_reseed_95 = { .hd = { .id = 90, .kind = OP_RESEED }, .nonce = 15593033213866066872ULL, .seed_nbytes = 156, .seed = { 0x2d, 0x93, 0x76, 0x92, 0x6f, 0xac, 0x40, 0xfb, 0x46, 0x6a, 0xa1, 0xea, 0x1b, 0x24, 0xfe, 0x73, 0x35, 0xb7, 0xcd, 0xd1, 0x37, 0x18, 0xc1, 0x5f, 0x7b, 0xff, 0xdd, 0xa4, 0x35, 0x7b, 0x39, 0xc5, 0x03, 0xbb, 0x11, 0x66, 0xb1, 0x43, 0x9f, 0xe7, 0xb2, 0x67, 0x55, 0x48, 0x53, 0x8f, 0xde, 0xd3, 0xa5, 0xe1, 0xca, 0x13, 0x85, 0x75, 0xea, 0xf1, 0xf2, 0x27, 0x34, 0xfc, 0x9f, 0xa8, 0x83, 0x95, 0xac, 0x20, 0x03, 0xd6, 0xf7, 0x40, 0xeb, 0xf6, 0x4f, 0x29, 0x6f, 0xd7, 0x2d, 0xae, 0xb7, 0x61, 0x99, 0x3f, 0x44, 0xea, 0x24, 0x58, 0x03, 0xd6, 0x49, 0xbb, 0x1b, 0x0d, 0xaf, 0x26, 0x0a, 0x53, 0xa9, 0x23, 0x42, 0xfe, 0x0a, 0x4f, 0xaa, 0xab, 0x50, 0x80, 0x02, 0xb2, 0x7d, 0xed, 0xc2, 0xab, 0x2a, 0x15, 0x0a, 0x99, 0x69, 0x76, 0x69, 0xcc, 0xd4, 0x6f, 0x1e, 0xea, 0xf0, 0x29, 0x7d, 0x5d, 0xc5, 0xcd, 0x93, 0x05, 0xe4, 0x52, 0x2d, 0xae, 0x56, 0x64, 0x63, 0x55, 0x79, 0x3c, 0x6e, 0x43, 0x01, 0x40, 0x6a, 0x33, 0x01, 0xbf, 0x60, 0xcd, 0x06, 0x44, 0x1f, 0x49 } }; static const struct cckprng_op_reseed op_reseed_96 = { .hd = { .id = 91, .kind = OP_RESEED }, .nonce = 18392548234761266442ULL, .seed_nbytes = 84, .seed = { 0xce, 0xa8, 0x7b, 0x93, 0xa9, 0x64, 0x8f, 0xbb, 0xf1, 0x61, 0xc9, 0x79, 0x8a, 0xf5, 0x66, 0x29, 0x6a, 0x4b, 0xde, 0xf8, 0xbf, 0xfe, 0x8f, 0xde, 0x21, 0x8a, 0x54, 0x54, 0x5c, 0x73, 0xeb, 0xf6, 0x53, 0xed, 0xf9, 0x73, 0xe7, 0x60, 0xf5, 0xf2, 0x4e, 0xd6, 0x86, 0x95, 0x97, 0x4f, 0xad, 0x0e, 0x19, 0x69, 0x45, 0xd4, 0x65, 0xc7, 0xe1, 0xef, 0x7e, 0xa6, 0xcc, 0xda, 0x65, 0x21, 0x03, 0x90, 0x3b, 0x50, 0xbb, 0x75, 0x95, 0xae, 0x16, 0xa6, 0x4b, 0x61, 0x1e, 0x1d, 0xab, 0x3b, 0x58, 0x0b, 0x9d, 0x61, 0x41, 0xe1 } }; static const struct cckprng_op_reseed op_reseed_97 = { .hd = { .id = 92, .kind = OP_RESEED }, .nonce = 1514179448732134942ULL, .seed_nbytes = 22, .seed = { 0xa4, 0x69, 0xdb, 0x21, 0x84, 0x26, 0x1b, 0xde, 0xf3, 0x5f, 0xb4, 0xe5, 0x88, 0x9a, 0x1f, 0xaa, 0x3a, 0x4a, 0x23, 0x1f, 0x08, 0xba } }; static const struct cckprng_op_reseed op_reseed_98 = { .hd = { .id = 93, .kind = OP_RESEED }, .nonce = 3563537811207999724ULL, .seed_nbytes = 262, .seed = { 0xc5, 0x10, 0x93, 0xf0, 0xd7, 0x2b, 0xd2, 0x96, 0x1a, 0x44, 0xee, 0x41, 0xe5, 0x86, 0x54, 0x6c, 0x1b, 0x5a, 0xde, 0x9c, 0x87, 0x1b, 0xd8, 0xd0, 0x43, 0x36, 0xa5, 0x9b, 0xad, 0x3b, 0xeb, 0xec, 0x48, 0x77, 0x0c, 0x39, 0x02, 0xeb, 0xa2, 0xf0, 0xc3, 0x73, 0x84, 0x3d, 0x70, 0xd0, 0xfc, 0x17, 0x6a, 0x2e, 0x34, 0x4f, 0x50, 0x4e, 0x22, 0xc4, 0x77, 0xb5, 0x83, 0xd8, 0x23, 0xcf, 0xbe, 0x2e, 0xd3, 0x75, 0x8a, 0x7b, 0x92, 0xca, 0x44, 0xb4, 0x99, 0xf2, 0x8f, 0x89, 0x7c, 0x4c, 0x6d, 0x1d, 0xf1, 0x41, 0x69, 0xb5, 0xf6, 0xfc, 0xaf, 0x8f, 0x39, 0x2a, 0x49, 0xbd, 0x11, 0x96, 0xb8, 0x5e, 0x41, 0x38, 0x1c, 0x84, 0x5d, 0x3c, 0xbc, 0x8d, 0xcf, 0x4e, 0xb5, 0x95, 0x82, 0x52, 0xe6, 0xa2, 0xe6, 0x20, 0x40, 0x07, 0xff, 0x2f, 0xea, 0x42, 0x1c, 0xe4, 0x93, 0x38, 0x34, 0x65, 0x8e, 0x16, 0xb4, 0x84, 0xeb, 0x7c, 0x2e, 0x9e, 0xc3, 0x56, 0x2d, 0x47, 0xeb, 0x8d, 0x67, 0xef, 0xbc, 0xf6, 0x12, 0x66, 0x2e, 0xb6, 0xf9, 0x94, 0xb9, 0xf0, 0xa2, 0xbf, 0x28, 0xc1, 0xf0, 0x0b, 0x41, 0xbe, 0x69, 0x2a, 0xf0, 0xae, 0xa7, 0xef, 0xf8, 0x4d, 0x45, 0xb1, 0xa8, 0x5c, 0xba, 0xd2, 0x3d, 0x05, 0x1a, 0xde, 0x4d, 0x34, 0xe4, 0xe2, 0x15, 0x72, 0x03, 0x7b, 0xfb, 0xf0, 0xbf, 0xe9, 0xb2, 0xef, 0x07, 0xf9, 0x53, 0xd6, 0x51, 0x82, 0xd4, 0x38, 0x2a, 0xcb, 0xae, 0x00, 0x26, 0x3a, 0x62, 0xb9, 0xe8, 0x27, 0x80, 0x82, 0xff, 0x1d, 0xc1, 0x99, 0xcb, 0xf6, 0x3f, 0xa1, 0x54, 0x98, 0x23, 0x88, 0xa8, 0xbb, 0x1f, 0x7c, 0x8a, 0xa4, 0xb1, 0xfe, 0x02, 0x87, 0xf0, 0xd7, 0xd8, 0x19, 0x9d, 0x7d, 0x0f, 0x62, 0x60, 0x1c, 0x43, 0x47, 0xd6, 0x1e, 0xcd, 0x2c, 0xcb, 0xbf, 0x90, 0x6d, 0xa0, 0x30, 0x55, 0x21, 0xe5, 0x48, 0x57, 0x13 } }; static const struct cckprng_op_refresh op_refresh_99 = { .hd = { .id = 94, .kind = OP_REFRESH }, .rand = 10517390111811098314ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_100 = { .hd = { .id = 95, .kind = OP_RESEED }, .nonce = 5475491202182249253ULL, .seed_nbytes = 140, .seed = { 0x35, 0x7e, 0x07, 0x7a, 0x77, 0x27, 0x3e, 0xbf, 0x40, 0x0e, 0x24, 0x9b, 0xe9, 0x1c, 0x83, 0x08, 0x72, 0x3a, 0x76, 0x9a, 0x8c, 0xf8, 0x23, 0x38, 0x30, 0x24, 0xfb, 0x4e, 0xb7, 0x12, 0x08, 0x6f, 0x48, 0xb4, 0xa4, 0x9d, 0x36, 0xb9, 0x0c, 0x05, 0x86, 0x53, 0xf4, 0xce, 0xca, 0x0a, 0x69, 0x4e, 0x9f, 0x68, 0x08, 0x38, 0x91, 0xc3, 0xa1, 0x24, 0x67, 0x3f, 0xbf, 0x47, 0xfb, 0x2c, 0xe3, 0x92, 0x16, 0x69, 0x8d, 0x85, 0x66, 0xb9, 0xf6, 0x0b, 0x1e, 0x0e, 0x51, 0xde, 0x5f, 0x27, 0xed, 0x2d, 0x13, 0x01, 0x86, 0x0c, 0x65, 0x70, 0x08, 0xd0, 0xed, 0x31, 0x00, 0x34, 0xd9, 0xb5, 0xd6, 0x79, 0x31, 0x56, 0x9d, 0x94, 0x7e, 0xcb, 0xa0, 0x8a, 0x0e, 0x48, 0x30, 0x1d, 0xa6, 0xfc, 0x70, 0x1e, 0xa1, 0xfc, 0x4b, 0x4a, 0x53, 0xa5, 0xe9, 0xf8, 0x0e, 0x13, 0x8c, 0x9b, 0xee, 0x45, 0x42, 0x2f, 0x23, 0x39, 0xcd, 0x6c, 0x4b, 0xdb, 0x83, 0x5c, 0x69, 0x39, 0x69, 0xfb } }; static const struct cckprng_op_generate op_init_101 = { .hd = { .id = 96, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0xad, 0xeb, 0x42, 0x8e, 0xc7, 0x4e, 0x0d, 0x9b, 0x5d, 0xf7, 0x4c, 0x96, 0x66, 0xfe, 0x39, 0xcd, 0x9c, 0xad, 0x4b, 0x53, 0x9d, 0x92, 0xd8, 0xe4, 0xac, 0xe1, 0xeb, 0x1d, 0xfa, 0xe0, 0x4a, 0xe0, 0xd6, 0xa1, 0x88, 0x80, 0xb0, 0xbc, 0x82, 0xe0, 0x1d, 0xc4, 0x37, 0xcb, 0x3d, 0x71, 0xc6, 0xa1, 0x47, 0x19, 0x18, 0x24, 0x85, 0xbf, 0xd2, 0x83, 0xc6, 0x16, 0x27, 0xf0, 0x48, 0x5b, 0x6b, 0xe3, 0x81, 0x09, 0xc9, 0x1e, 0xa8, 0x95, 0x31, 0xe6, 0x70, 0xcf, 0x42, 0x16, 0xa4, 0x17, 0xaa, 0x46, 0x9a, 0x24, 0x26, 0xc5, 0xac, 0x70, 0xf9, 0x19, 0x81, 0xb6, 0x0d, 0x66, 0x7c, 0xfe, 0x0e, 0xaf, 0x9e } } }; static const struct cckprng_op_refresh op_refresh_102 = { .hd = { .id = 97, .kind = OP_REFRESH }, .rand = 6098300876989961731ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_103 = { .hd = { .id = 98, .kind = OP_REFRESH }, .rand = 14911088042948195286ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_104 = { .hd = { .id = 99, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0xc1, 0xab, 0xfa, 0xf9, 0x1b, 0x25, 0x06, 0xb3, 0x3c, 0x86, 0xa7, 0x9f, 0x3c, 0x98, 0xfa, 0x20, 0xb6, 0x40, 0xeb, 0x85, 0x15, 0xe0, 0x1a, 0xcb, 0xdc, 0xd3, 0x93, 0xf7, 0x60, 0x77, 0x05, 0x17, 0x92, 0x02, 0xef, 0x48, 0xb4, 0x5e, 0x2d, 0x95, 0xf3, 0x14, 0xe0, 0xb1, 0x2f, 0xdd, 0xbd, 0x04, 0x86, 0x2f, 0x03, 0xef, 0xf6, 0x4c, 0x1d, 0xf9, 0xa6, 0xe7, 0x40, 0x3f, 0x85, 0x7c, 0xa5, 0x2a, 0x83, 0xda, 0xea, 0xbd, 0x15, 0x2b, 0x74, 0xf5, 0xae, 0xbb, 0xd2, 0x38, 0x03, 0x8b, 0x43, 0x16, 0xd9, 0x88, 0xb0, 0x4b, 0xaf, 0x1a, 0x3b, 0x15, 0xda, 0x58, 0xc0, 0x24, 0x82, 0x4b, 0x40, 0x3b, 0x3a, 0x58, 0x9a, 0xb5, 0x59, 0x9b, 0xb8, 0xd6, 0x8d, 0x6b, 0xe9, 0xa5, 0xa6, 0x7f, 0x50, 0x4c, 0x19, 0xfd, 0xa4, 0x1b, 0xd0, 0x30, 0xfa, 0xd8, 0x4a, 0x96, 0x35, 0x20, 0xa9, 0x6a, 0x81, 0xa9, 0x87, 0x70, 0x79, 0x76, 0x6b, 0xd8, 0x91, 0x49, 0x91, 0x4e, 0x8f, 0x6b, 0x97, 0x2e, 0x17, 0xdb } } }; static const struct cckprng_op_generate op_init_105 = { .hd = { .id = 100, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x03, 0x92, 0x02, 0x35, 0x43, 0xce, 0x51, 0x5c, 0x61, 0x9a, 0xb1, 0x0f, 0xaf, 0x3d, 0xf2, 0x5f, 0xc2, 0xd8, 0x44, 0x8f, 0x9a, 0xdc, 0x92, 0xac, 0xcc, 0xa6, 0x6f, 0xae, 0x1f, 0x3c, 0x66, 0x61, 0xbf, 0x20, 0x75, 0xf6, 0xc3, 0x3a, 0x4c, 0x77, 0x94, 0xd0, 0xed, 0x1b, 0x97, 0x4d, 0x3e, 0x59, 0x6d, 0xfa, 0x59, 0xef, 0xd7, 0x16, 0x49, 0x1a, 0x9f, 0x1a, 0x88, 0x52, 0x22, 0x24, 0xef, 0x51, 0x70, 0x8b, 0x5c, 0xd3, 0xe7, 0xdb, 0xd5, 0x72, 0xb2, 0x08, 0xa6, 0x41, 0x73, 0x19, 0x56, 0x00, 0xfb, 0x3b, 0x84, 0x4f, 0x92, 0xc8, 0x44, 0x08, 0x19, 0xef, 0x03, 0x18, 0xdc, 0x7e, 0x77, 0xe1, 0xfd, 0x04, 0xd7, 0x5c, 0x62, 0xa4, 0x6e, 0x07, 0xad, 0xfa, 0xcf, 0x9f, 0x01, 0x11, 0x94, 0xef, 0x53, 0xdb, 0x7e, 0x4f, 0x6f, 0xb3, 0x24, 0x01, 0x65, 0xad, 0x75, 0xfd, 0x27, 0x9d, 0xdd, 0x61, 0x63, 0x28, 0x99, 0xfd, 0x6e, 0x87, 0xcf, 0x1e, 0xcd, 0x8e, 0x05, 0x9c, 0x7b, 0x44, 0xe1, 0xdd, 0xc7, 0xeb, 0x6c, 0x8d, 0x7a, 0x0a, 0xda, 0x02, 0x8a, 0xe5, 0xfb, 0x2c, 0x4e, 0x3d, 0x0d, 0x0a, 0xed, 0xaf, 0xb8, 0xb0, 0x3e, 0x0c, 0x8c, 0x36, 0x43, 0x9a, 0xec, 0xec, 0xec, 0xc8, 0x1c, 0xf5, 0xb2, 0x37, 0xff, 0xc2, 0x35, 0xf6, 0xd7, 0xd1, 0x9e, 0xe2, 0x2e, 0xc7, 0xe4, 0x2d, 0x2f, 0xdd, 0xde, 0x9d, 0xde, 0x1f, 0xb1, 0x30, 0x5a, 0xe2, 0xed, 0x42, 0x74, 0x9b, 0x45, 0xad, 0xe6, 0x11, 0xb5, 0x62, 0xe8, 0x9c, 0x74, 0x09, 0x4d, 0x4b, 0x24, 0xa9, 0x9e, 0xcd, 0x07, 0xe8, 0x79, 0xde, 0x9e, 0x9a, 0x31, 0xbc, 0x3f } } }; static const struct cckprng_op_reseed op_reseed_106 = { .hd = { .id = 101, .kind = OP_RESEED }, .nonce = 2696708669375228526ULL, .seed_nbytes = 285, .seed = { 0x3e, 0x07, 0x69, 0xf8, 0x27, 0x70, 0xe1, 0x6c, 0x2c, 0xc1, 0x5f, 0x84, 0x87, 0x7d, 0xfc, 0xc5, 0xad, 0x54, 0x8b, 0x53, 0x55, 0x94, 0x56, 0x79, 0x2a, 0x64, 0x10, 0xcf, 0x41, 0x37, 0xa5, 0x59, 0x7c, 0xbe, 0x6d, 0x2d, 0x61, 0x8a, 0xd6, 0x49, 0xef, 0xdf, 0x13, 0xd9, 0x34, 0x6b, 0x3b, 0xc6, 0xc4, 0x7e, 0xd8, 0x33, 0x0c, 0x34, 0xb3, 0x10, 0x7e, 0xf1, 0x5f, 0xb6, 0x53, 0xe9, 0x48, 0xac, 0x91, 0x66, 0x65, 0xa4, 0xc9, 0x3b, 0xeb, 0x0e, 0xa4, 0xc0, 0x4b, 0x13, 0x52, 0x99, 0xfb, 0x82, 0xd0, 0xef, 0xaa, 0xec, 0x79, 0x3e, 0xda, 0x82, 0xfe, 0x2d, 0x23, 0xf0, 0x23, 0x25, 0xbc, 0x7e, 0x9b, 0xe7, 0x5f, 0x45, 0x67, 0xbb, 0x30, 0xe5, 0x87, 0x53, 0xe7, 0x8a, 0x85, 0x9e, 0xf7, 0xe9, 0x2c, 0x31, 0x3f, 0x89, 0x0e, 0xda, 0x7b, 0xed, 0x3e, 0x57, 0x2d, 0xd3, 0xf1, 0x31, 0x6e, 0x4c, 0x86, 0x08, 0x10, 0xa6, 0xf9, 0xbe, 0x29, 0xfe, 0x70, 0x37, 0x61, 0x94, 0x9f, 0x46, 0x49, 0xa5, 0x9c, 0x38, 0x29, 0x28, 0xa3, 0xb4, 0x40, 0x2c, 0x34, 0x1b, 0x12, 0xa1, 0xaf, 0x2c, 0x51, 0x8f, 0x42, 0x6a, 0xf8, 0x8c, 0x9a, 0x6f, 0x84, 0x98, 0x6c, 0xcf, 0xe1, 0xbd, 0x59, 0xce, 0x00, 0xdf, 0x5c, 0xf3, 0xcf, 0xaf, 0xd5, 0x0a, 0x11, 0x7d, 0x2d, 0x3e, 0xe3, 0x39, 0x73, 0x49, 0x9d, 0x61, 0x4d, 0xb7, 0x85, 0x76, 0x4e, 0x57, 0xad, 0x73, 0x78, 0xa1, 0x7d, 0x7a, 0xef, 0xc1, 0x13, 0x89, 0xbc, 0xb4, 0xc1, 0xe7, 0x30, 0xf3, 0x1f, 0xba, 0xbd, 0xbe, 0x6b, 0x64, 0x36, 0xa0, 0xae, 0x0d, 0x57, 0x05, 0xb6, 0xea, 0xc4, 0x10, 0x8a, 0xa9, 0xca, 0x4c, 0x35, 0xa8, 0x0a, 0x04, 0x77, 0x01, 0x4b, 0x76, 0x5a, 0x58, 0x9d, 0x2f, 0x24, 0x9a, 0x57, 0xf7, 0x53, 0x75, 0xb5, 0xb0, 0x18, 0xb1, 0x0f, 0xc2, 0x0b, 0x63, 0xce, 0xff, 0xf7, 0xcc, 0xc2, 0xa8, 0x91, 0x34, 0xc2, 0xcc, 0xa0, 0x32, 0x53, 0xd0, 0x06, 0x20, 0x63, 0x0a, 0xcf, 0xde, 0x1f, 0x34, 0x1e, 0x36, 0x22 } }; static const struct cckprng_op *ops_107[] = { (const struct cckprng_op *)&op_init_91, (const struct cckprng_op *)&op_init_92, (const struct cckprng_op *)&op_init_93, (const struct cckprng_op *)&op_reseed_94, (const struct cckprng_op *)&op_reseed_95, (const struct cckprng_op *)&op_reseed_96, (const struct cckprng_op *)&op_reseed_97, (const struct cckprng_op *)&op_reseed_98, (const struct cckprng_op *)&op_refresh_99, (const struct cckprng_op *)&op_reseed_100, (const struct cckprng_op *)&op_init_101, (const struct cckprng_op *)&op_refresh_102, (const struct cckprng_op *)&op_refresh_103, (const struct cckprng_op *)&op_init_104, (const struct cckprng_op *)&op_init_105, (const struct cckprng_op *)&op_reseed_106 }; static const struct cckprng_vector vec_108 = { .id = 102, .note = NULL, .nops = 16, .ops = ops_107 }; static const struct cckprng_op_init op_init_109 = { .hd = { .id = 103, .kind = OP_INIT }, .seed = { 0xcd, 0x9a, 0x40, 0xba, 0x58, 0xcf, 0xbe, 0xe8, 0x8a, 0x18, 0xf0, 0x78, 0x4b, 0x5c, 0xb9, 0x17, 0x5a, 0x37, 0x92, 0x54, 0x64, 0x8c, 0x8d, 0x77, 0x34, 0x52, 0xf6, 0xc5, 0x9a, 0x36, 0x56, 0x21 }, .nonce = { 0xfa, 0x0a, 0x46, 0xda, 0x34, 0xa1, 0x39, 0xe3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_110 = { .hd = { .id = 104, .kind = OP_RESEED }, .nonce = 18161261580268591391ULL, .seed_nbytes = 36, .seed = { 0xde, 0xb5, 0x8f, 0x06, 0x2a, 0xbb, 0x72, 0x7e, 0x45, 0xe9, 0xcb, 0xba, 0xff, 0xb5, 0x6f, 0xa1, 0x13, 0xdd, 0x29, 0x68, 0x93, 0xe7, 0x69, 0xa3, 0x19, 0x55, 0x45, 0xe9, 0x1c, 0x34, 0xd0, 0x01, 0xe6, 0x12, 0xbd, 0xc6 } }; static const struct cckprng_op_refresh op_refresh_111 = { .hd = { .id = 105, .kind = OP_REFRESH }, .rand = 12789543787749412484ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_112 = { .hd = { .id = 106, .kind = OP_RESEED }, .nonce = 8411052891046537587ULL, .seed_nbytes = 107, .seed = { 0xeb, 0x13, 0xf6, 0x1f, 0x9b, 0x23, 0x21, 0x55, 0x80, 0xa5, 0x75, 0xcf, 0x0d, 0xb9, 0xc5, 0x2d, 0x00, 0xef, 0x37, 0x53, 0xb1, 0xc3, 0x0b, 0x35, 0x19, 0x32, 0x8c, 0xdc, 0x99, 0xdf, 0xe8, 0xe4, 0xdf, 0x98, 0xe2, 0x4f, 0xde, 0x2e, 0xfc, 0xad, 0xde, 0xf4, 0x12, 0x66, 0x14, 0x4b, 0xf4, 0x3f, 0xe2, 0xb4, 0x32, 0x93, 0xa6, 0x16, 0x54, 0xe0, 0x80, 0x1c, 0xb6, 0x57, 0xbb, 0x0a, 0x66, 0x6d, 0x66, 0x00, 0x48, 0x90, 0xbb, 0x1f, 0xfe, 0x97, 0x33, 0x89, 0x34, 0x4c, 0x36, 0x15, 0x64, 0x6b, 0xb4, 0x61, 0xda, 0x50, 0x8f, 0x6c, 0x5f, 0xab, 0xa5, 0xc7, 0x74, 0x9d, 0xab, 0x65, 0x74, 0x81, 0xce, 0xa6, 0xa6, 0xa4, 0x79, 0x97, 0x36, 0xce, 0x33, 0xb3, 0x3a } }; static const struct cckprng_op_reseed op_reseed_113 = { .hd = { .id = 107, .kind = OP_RESEED }, .nonce = 4725451160186451666ULL, .seed_nbytes = 234, .seed = { 0xac, 0xfe, 0xf9, 0x6d, 0xfa, 0xb7, 0xc0, 0xfe, 0x8f, 0xb1, 0xfc, 0x65, 0x62, 0x31, 0xe1, 0xf4, 0x47, 0xa5, 0x32, 0x82, 0xc4, 0x07, 0xcf, 0xa5, 0x48, 0x00, 0xd4, 0xc9, 0x0d, 0x9c, 0xf3, 0x34, 0xcc, 0xaf, 0xc5, 0x25, 0x2e, 0xd0, 0x65, 0xdf, 0xf3, 0x18, 0x4b, 0xed, 0xd1, 0x55, 0xe8, 0x98, 0x0e, 0x68, 0xce, 0xb1, 0x71, 0x99, 0x21, 0x6d, 0xb6, 0x6a, 0xc1, 0xaf, 0x98, 0xf3, 0x4d, 0x2e, 0xf7, 0xe7, 0x83, 0x19, 0x3d, 0x68, 0xf1, 0x9d, 0x3f, 0x35, 0xa4, 0x59, 0x2b, 0x5b, 0xf1, 0x72, 0xbc, 0x83, 0x52, 0x77, 0xa3, 0x7a, 0x90, 0x25, 0x1e, 0x34, 0x9a, 0xe6, 0xcc, 0x46, 0xa3, 0xa7, 0x49, 0xd8, 0xd4, 0xce, 0x30, 0x01, 0x98, 0xcb, 0x94, 0x87, 0x6a, 0x31, 0x34, 0x36, 0x8e, 0xad, 0x7a, 0x95, 0x2d, 0x3e, 0x8c, 0x63, 0x2a, 0x57, 0xa6, 0x5d, 0x0c, 0x09, 0xf0, 0x04, 0xf0, 0x6f, 0xe6, 0xf3, 0x77, 0xd5, 0x5c, 0x5a, 0x2b, 0xe0, 0xfe, 0xa2, 0xdb, 0xf9, 0x53, 0xf0, 0x42, 0x26, 0x09, 0x80, 0x11, 0x44, 0xb3, 0xa0, 0x0e, 0x01, 0x99, 0x2a, 0xba, 0x2b, 0x3d, 0x91, 0x94, 0x53, 0xc6, 0x99, 0x52, 0x46, 0x42, 0x0d, 0xf0, 0x34, 0x4b, 0x67, 0x63, 0x9e, 0x7b, 0xef, 0x4e, 0x6b, 0xd1, 0x02, 0xe8, 0xe5, 0x7d, 0x07, 0xfd, 0xde, 0xba, 0xec, 0x57, 0xf3, 0x61, 0x46, 0x5b, 0x37, 0x04, 0xb7, 0x0d, 0x44, 0x8b, 0x30, 0x02, 0x75, 0x1e, 0x9d, 0x68, 0x42, 0xf4, 0x80, 0x1a, 0xa8, 0x3b, 0x62, 0xbf, 0x73, 0xbc, 0x55, 0x33, 0xbe, 0x22, 0x62, 0xf8, 0xd2, 0x27, 0x65, 0x07, 0x80, 0xcf, 0x6d, 0x75, 0x60, 0xe7, 0xb5, 0xdf, 0xca, 0xac, 0x08 } }; static const struct cckprng_op_refresh op_refresh_114 = { .hd = { .id = 108, .kind = OP_REFRESH }, .rand = 6733151931750368394ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_115 = { .hd = { .id = 109, .kind = OP_REFRESH }, .rand = 10097725705888885321ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_116 = { .hd = { .id = 110, .kind = OP_REFRESH }, .rand = 6131492331191212183ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_117 = { .hd = { .id = 111, .kind = OP_RESEED }, .nonce = 9434937035404565200ULL, .seed_nbytes = 91, .seed = { 0xc7, 0xc3, 0x17, 0xde, 0x87, 0x58, 0x9d, 0xb3, 0x64, 0x9c, 0x58, 0xc2, 0x9f, 0x06, 0x41, 0xee, 0x9b, 0xe8, 0x99, 0x6b, 0x6f, 0x8b, 0x98, 0x2f, 0xc7, 0x69, 0x72, 0xba, 0x3a, 0x2f, 0x20, 0xa4, 0xb0, 0x42, 0x8f, 0x2f, 0x2d, 0x19, 0x89, 0x50, 0xeb, 0xb3, 0xc3, 0x68, 0xa3, 0x3a, 0xcc, 0x5d, 0x55, 0x65, 0x61, 0x2f, 0x45, 0x6b, 0xc5, 0xf6, 0xfb, 0xe4, 0x1f, 0x35, 0x5f, 0xf5, 0x4c, 0x03, 0xbb, 0x8c, 0xed, 0xc3, 0x66, 0x98, 0x0d, 0x38, 0x33, 0x07, 0x40, 0x67, 0x9e, 0x68, 0xa4, 0x6c, 0x0e, 0xbc, 0x63, 0x9a, 0xa0, 0x59, 0x25, 0xae, 0x5a, 0xbd, 0xa3 } }; static const struct cckprng_op_reseed op_reseed_118 = { .hd = { .id = 112, .kind = OP_RESEED }, .nonce = 789966881649038498ULL, .seed_nbytes = 163, .seed = { 0x26, 0x91, 0xe5, 0xb2, 0x4c, 0xb8, 0x14, 0x09, 0x7e, 0x6d, 0xf6, 0x5d, 0xd5, 0x7e, 0x47, 0x87, 0x51, 0x5d, 0x55, 0x89, 0x09, 0x80, 0xb6, 0xcf, 0x46, 0x75, 0x0b, 0x10, 0xed, 0x61, 0x5b, 0x0f, 0x33, 0xe1, 0x66, 0x36, 0xf8, 0xf9, 0x73, 0xa3, 0xf7, 0x1b, 0x2d, 0xac, 0x9b, 0x5c, 0x0d, 0x7b, 0x4e, 0xac, 0x81, 0xe8, 0x09, 0x91, 0x84, 0xd7, 0x5f, 0x42, 0xfd, 0x8b, 0xba, 0x39, 0x21, 0x53, 0xbe, 0xb4, 0x4d, 0x9e, 0x8d, 0x26, 0xbf, 0x1a, 0xbe, 0xda, 0x62, 0xff, 0xfb, 0xdd, 0xd5, 0xfe, 0xfa, 0x69, 0xa8, 0xc7, 0x3e, 0xf8, 0xe3, 0x6d, 0x20, 0x97, 0x84, 0xd7, 0x12, 0x04, 0x1b, 0xd9, 0x56, 0x98, 0x57, 0x7f, 0x7d, 0x24, 0x29, 0x3b, 0x95, 0x91, 0xe8, 0x08, 0x07, 0xc7, 0x52, 0xf1, 0x38, 0x40, 0xb2, 0xbf, 0x5a, 0xde, 0x75, 0xe6, 0x13, 0x01, 0x9d, 0xf1, 0x9e, 0xd9, 0x05, 0x95, 0xf9, 0x06, 0x12, 0xa5, 0x30, 0xec, 0x8f, 0xdf, 0xbb, 0x30, 0xb7, 0xf3, 0x9a, 0xf8, 0x97, 0x6a, 0x6c, 0x14, 0x43, 0x41, 0xf5, 0x44, 0xd6, 0xee, 0xb6, 0xec, 0xa8, 0xe9, 0x99, 0x80, 0xcb, 0x3b, 0x3d, 0x8b, 0x9c } }; static const struct cckprng_op_reseed op_reseed_119 = { .hd = { .id = 113, .kind = OP_RESEED }, .nonce = 16534819191140203504ULL, .seed_nbytes = 70, .seed = { 0x7d, 0x04, 0xf6, 0x8a, 0x77, 0x27, 0x90, 0x6f, 0x1e, 0x73, 0x39, 0x07, 0xdd, 0xad, 0x0d, 0xa1, 0xbf, 0xa4, 0xf3, 0xe1, 0x35, 0xf9, 0x53, 0x11, 0xc0, 0x14, 0x8b, 0xc9, 0x7e, 0x54, 0xa5, 0x08, 0xa4, 0xc6, 0xa8, 0xfb, 0xee, 0x3d, 0xc8, 0xf3, 0x6c, 0x02, 0x4d, 0xc4, 0x62, 0xad, 0x43, 0x5c, 0x9b, 0x2b, 0x34, 0x0a, 0x41, 0xc8, 0xba, 0x3b, 0x8c, 0x3b, 0x0a, 0x12, 0xbe, 0x50, 0x60, 0x50, 0x8d, 0x81, 0x87, 0x49, 0x53, 0xac } }; static const struct cckprng_op_refresh op_refresh_120 = { .hd = { .id = 114, .kind = OP_REFRESH }, .rand = 17731594017439221621ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_121 = { .hd = { .id = 115, .kind = OP_RESEED }, .nonce = 434792745343733344ULL, .seed_nbytes = 177, .seed = { 0x0a, 0x48, 0xac, 0x62, 0xb8, 0xce, 0x53, 0x3f, 0x9f, 0x29, 0xc9, 0xed, 0x10, 0x12, 0x7d, 0x3f, 0x97, 0x27, 0x4a, 0xb3, 0x81, 0xb6, 0x94, 0x25, 0x63, 0xce, 0xee, 0xbb, 0xcc, 0xda, 0xb4, 0x62, 0x53, 0x85, 0x90, 0x11, 0x4c, 0x04, 0x3e, 0x98, 0xac, 0x6a, 0x9f, 0xe7, 0xe4, 0xdf, 0x69, 0x95, 0x05, 0x33, 0xeb, 0xc6, 0x91, 0x4c, 0xab, 0x0d, 0x07, 0xb0, 0x4f, 0x91, 0x08, 0x73, 0x3a, 0xf2, 0xbe, 0xd0, 0xa8, 0xe2, 0x54, 0x44, 0x0d, 0x55, 0x6b, 0xb2, 0xea, 0x6c, 0x91, 0x89, 0x64, 0x7b, 0xcd, 0xc7, 0x42, 0x65, 0x9c, 0xa4, 0x92, 0x9d, 0x5c, 0xc5, 0x78, 0x35, 0x1c, 0x67, 0x44, 0x12, 0x20, 0xc1, 0xf9, 0xda, 0x8f, 0x2d, 0x68, 0xc0, 0x3f, 0xa2, 0x0c, 0x46, 0xce, 0x84, 0xd1, 0x60, 0x4a, 0x86, 0xb0, 0x52, 0xde, 0x74, 0x34, 0xe7, 0xfd, 0x15, 0x9e, 0x0f, 0x93, 0xb7, 0x6f, 0x6e, 0xc3, 0x32, 0x9a, 0xe4, 0x96, 0x0f, 0x12, 0xa8, 0x65, 0xdb, 0x24, 0x57, 0x3d, 0x23, 0xe8, 0x1a, 0x5d, 0x68, 0xb1, 0x2f, 0xa0, 0x3a, 0x4b, 0xee, 0xe1, 0xc6, 0xe5, 0x8c, 0x60, 0x97, 0x80, 0x15, 0x1b, 0xa9, 0xb8, 0x33, 0xed, 0x28, 0xcc, 0x4f, 0x04, 0x50, 0x20, 0x3a, 0x27, 0xaa, 0x09, 0x32, 0x20 } }; static const struct cckprng_op_reseed op_reseed_122 = { .hd = { .id = 116, .kind = OP_RESEED }, .nonce = 8702229004455051755ULL, .seed_nbytes = 99, .seed = { 0xa3, 0x4b, 0x7d, 0x69, 0xf2, 0x6d, 0xe0, 0x82, 0xd8, 0xd5, 0xf2, 0x62, 0xa3, 0x3c, 0x29, 0x29, 0x2a, 0xae, 0xea, 0x11, 0x04, 0x34, 0x52, 0x4b, 0x8e, 0x12, 0x42, 0x3d, 0x2f, 0x11, 0xe9, 0x76, 0xd1, 0x5f, 0x13, 0x11, 0x52, 0xf4, 0x91, 0x59, 0xa7, 0xfa, 0xb4, 0x1a, 0xa1, 0x19, 0x33, 0xcb, 0x28, 0xc1, 0xea, 0xf5, 0x11, 0x04, 0xdf, 0x5d, 0xf0, 0x0c, 0x68, 0xeb, 0xde, 0xe7, 0x17, 0x31, 0xc6, 0x0a, 0xe3, 0x16, 0x6b, 0x53, 0x53, 0xef, 0x90, 0xc1, 0x1b, 0x84, 0xf3, 0xa9, 0x1c, 0x47, 0x8d, 0xbb, 0xeb, 0x9d, 0x3c, 0x41, 0xa2, 0x11, 0x66, 0xd2, 0xf0, 0xa0, 0x9d, 0x98, 0x78, 0x47, 0x54, 0x3d, 0xe4 } }; static const struct cckprng_op_generate op_init_123 = { .hd = { .id = 117, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0x18, 0xb6, 0x2b, 0x97, 0xbe, 0x07, 0x79, 0x14, 0x68, 0x16, 0x68, 0xdf, 0xd5, 0x4e, 0x1d, 0x41, 0x28, 0x03, 0xeb, 0x52, 0x7a, 0x6c, 0x5c } } }; static const struct cckprng_op_refresh op_refresh_124 = { .hd = { .id = 118, .kind = OP_REFRESH }, .rand = 9317802150444277919ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_125[] = { (const struct cckprng_op *)&op_init_109, (const struct cckprng_op *)&op_reseed_110, (const struct cckprng_op *)&op_refresh_111, (const struct cckprng_op *)&op_reseed_112, (const struct cckprng_op *)&op_reseed_113, (const struct cckprng_op *)&op_refresh_114, (const struct cckprng_op *)&op_refresh_115, (const struct cckprng_op *)&op_refresh_116, (const struct cckprng_op *)&op_reseed_117, (const struct cckprng_op *)&op_reseed_118, (const struct cckprng_op *)&op_reseed_119, (const struct cckprng_op *)&op_refresh_120, (const struct cckprng_op *)&op_reseed_121, (const struct cckprng_op *)&op_reseed_122, (const struct cckprng_op *)&op_init_123, (const struct cckprng_op *)&op_refresh_124 }; static const struct cckprng_vector vec_126 = { .id = 119, .note = NULL, .nops = 16, .ops = ops_125 }; static const struct cckprng_op_init op_init_127 = { .hd = { .id = 120, .kind = OP_INIT }, .seed = { 0xad, 0xd4, 0x22, 0x4d, 0x8e, 0xdb, 0x70, 0x08, 0xcb, 0xb5, 0x3d, 0x15, 0x38, 0xba, 0x00, 0xc2, 0x04, 0x7c, 0x4b, 0xbd, 0x4e, 0x80, 0x3b, 0x67, 0xc3, 0xe6, 0xff, 0x77, 0x17, 0x3d, 0x0a, 0x15 }, .nonce = { 0x29, 0x71, 0x32, 0xff, 0x7a, 0x85, 0x5d, 0x47 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_128 = { .hd = { .id = 121, .kind = OP_REFRESH }, .rand = 15524150862123775488ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_129 = { .hd = { .id = 122, .kind = OP_REFRESH }, .rand = 2091107259737484408ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_130 = { .hd = { .id = 123, .kind = OP_RESEED }, .nonce = 11541296288136923535ULL, .seed_nbytes = 248, .seed = { 0xa6, 0x15, 0x95, 0x7c, 0xd1, 0xa9, 0xb6, 0x4d, 0x73, 0xdd, 0x9b, 0xff, 0xf1, 0x77, 0xd5, 0x07, 0x63, 0xee, 0x04, 0x57, 0xae, 0xac, 0x5b, 0x6e, 0x12, 0x4d, 0x3a, 0x46, 0xf1, 0x95, 0x22, 0x4d, 0x1d, 0x76, 0xd8, 0x96, 0xff, 0x52, 0x52, 0xc2, 0x51, 0x9c, 0x7b, 0x04, 0xa2, 0x93, 0x07, 0xe4, 0xea, 0x0c, 0xde, 0x1c, 0xaa, 0xc5, 0xef, 0xdd, 0x59, 0xa1, 0xba, 0x26, 0x1a, 0x74, 0x6f, 0x1f, 0xea, 0xf1, 0xa0, 0x18, 0x90, 0xeb, 0xe6, 0xf6, 0x87, 0x80, 0xdf, 0x30, 0x8f, 0xe1, 0x86, 0xc6, 0x37, 0x95, 0xfa, 0x22, 0x04, 0xec, 0x4c, 0x5e, 0x5e, 0x82, 0x70, 0x18, 0xe3, 0x67, 0x2a, 0x83, 0xc1, 0x52, 0x1d, 0xe7, 0xd4, 0xb9, 0x58, 0x6c, 0x32, 0x54, 0xd0, 0xe1, 0xc6, 0x41, 0x0c, 0x9c, 0x41, 0x11, 0xe3, 0xb9, 0x14, 0xfa, 0xfb, 0x7e, 0xd9, 0x62, 0xee, 0xdb, 0x4e, 0x43, 0x19, 0x8e, 0xa6, 0x41, 0x3a, 0x12, 0xc4, 0xf1, 0x52, 0x2e, 0xbf, 0xbe, 0xa0, 0x68, 0x54, 0x25, 0x6f, 0x80, 0x2c, 0x13, 0x87, 0xba, 0x78, 0x4c, 0x14, 0xa4, 0x7c, 0x50, 0xe6, 0x2f, 0x80, 0x45, 0x29, 0x1b, 0x8b, 0x5f, 0x8e, 0xaa, 0xc2, 0xa8, 0xf4, 0xa6, 0xde, 0xdd, 0x4d, 0x8e, 0x43, 0xa9, 0x8c, 0x43, 0xb0, 0x38, 0x14, 0xe3, 0x9f, 0x94, 0xec, 0xcf, 0x1f, 0xea, 0xab, 0x57, 0x42, 0x7c, 0xab, 0x29, 0x43, 0xe5, 0x38, 0x20, 0x75, 0x4d, 0x8f, 0x70, 0xf9, 0xbd, 0x52, 0x77, 0x8e, 0xc8, 0x14, 0x83, 0x57, 0x95, 0x91, 0x04, 0x5d, 0x4e, 0xb2, 0x35, 0x6f, 0x63, 0x92, 0x42, 0xbf, 0xeb, 0xf9, 0x8d, 0x65, 0x98, 0x8f, 0xd9, 0xcb, 0x23, 0x6a, 0xdf, 0x49, 0x94, 0x79, 0x5f, 0x1a, 0xb0, 0x7c, 0x98, 0xf1, 0x88, 0x8e, 0x6c, 0x09, 0x08, 0x6c, 0x3c } }; static const struct cckprng_op_generate op_init_131 = { .hd = { .id = 124, .kind = OP_GENERATE }, .rand_nbytes = 245, .out = { .rand = { 0x59, 0x06, 0xe9, 0x9e, 0x16, 0x14, 0x40, 0x4e, 0x40, 0x65, 0xbb, 0xfd, 0xc0, 0x40, 0xb6, 0x12, 0x8c, 0xda, 0x94, 0xc7, 0x9e, 0x3b, 0x7d, 0x41, 0x60, 0xdf, 0xa9, 0xa8, 0x16, 0x01, 0x81, 0x79, 0x6a, 0x67, 0xbe, 0x03, 0x61, 0xa0, 0x60, 0x59, 0xf0, 0xd9, 0x23, 0x47, 0x0f, 0xa5, 0x8d, 0xa4, 0x88, 0x22, 0xc1, 0x09, 0xb2, 0x64, 0x44, 0x1e, 0x85, 0xce, 0x1e, 0xa2, 0x63, 0x87, 0x36, 0x01, 0x65, 0x14, 0x5b, 0x57, 0x7a, 0x12, 0xba, 0x23, 0x68, 0x3e, 0x74, 0x86, 0xec, 0x23, 0xee, 0xf6, 0x47, 0x1e, 0xca, 0xec, 0x99, 0x1c, 0x33, 0xd2, 0xa8, 0x35, 0xcd, 0x03, 0x12, 0x27, 0xf1, 0x64, 0x55, 0xf4, 0x28, 0x60, 0x76, 0x24, 0xeb, 0x0a, 0x73, 0x6c, 0x84, 0xdc, 0x0a, 0xfb, 0xba, 0x0c, 0x71, 0x93, 0x6f, 0x34, 0x78, 0x82, 0xb7, 0xde, 0xfe, 0x81, 0x51, 0xc0, 0x63, 0x9e, 0x3d, 0x57, 0x70, 0xed, 0x28, 0x94, 0x99, 0xeb, 0x65, 0xd0, 0x69, 0x57, 0xeb, 0xda, 0xd8, 0xa2, 0x16, 0x12, 0xdd, 0x5e, 0xb6, 0x4e, 0x64, 0xdf, 0x90, 0xf4, 0xcb, 0xd0, 0xd9, 0x77, 0x76, 0x1f, 0x24, 0x4c, 0x5f, 0x96, 0xd1, 0x7c, 0xbb, 0x62, 0x53, 0x8e, 0x5e, 0x13, 0x32, 0x0e, 0xfa, 0x1b, 0x44, 0xb8, 0xf1, 0x9e, 0xce, 0x4c, 0xf9, 0x55, 0xcd, 0x4a, 0x0a, 0x2d, 0xec, 0x1a, 0x45, 0x36, 0xa6, 0x8e, 0x02, 0x69, 0x60, 0xe5, 0xfa, 0x86, 0x91, 0x38, 0x4a, 0x66, 0xb9, 0xc1, 0x78, 0xf7, 0xcb, 0xa8, 0xd2, 0xf8, 0x47, 0x6c, 0x54, 0x26, 0x8f, 0x8d, 0x96, 0xde, 0xc6, 0x3a, 0x98, 0xa5, 0xd7, 0x50, 0x60, 0x7c, 0x6b, 0xec, 0x46, 0xcb, 0x4c, 0x6e, 0x5c, 0xd6, 0x9e, 0x30, 0xfb, 0xe0, 0xb0, 0x0c, 0xc9, 0x07, 0x87, 0x35, 0x0e } } }; static const struct cckprng_op_refresh op_refresh_132 = { .hd = { .id = 125, .kind = OP_REFRESH }, .rand = 464788875847305586ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_133 = { .hd = { .id = 126, .kind = OP_GENERATE }, .rand_nbytes = 35, .out = { .rand = { 0xc4, 0x1c, 0x79, 0x1a, 0xc4, 0x7a, 0xcf, 0x04, 0x28, 0xf8, 0x01, 0xfb, 0xa7, 0xfd, 0x88, 0x9f, 0x42, 0x14, 0x59, 0x6e, 0x2b, 0xd0, 0xc2, 0x21, 0xf4, 0xb7, 0x14, 0x97, 0xa2, 0x1c, 0xb4, 0xfb, 0x0c, 0xf8, 0x03 } } }; static const struct cckprng_op_generate op_init_134 = { .hd = { .id = 127, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0xcd, 0x19, 0xcc, 0x2c, 0xbe, 0x98, 0xcc, 0xdd, 0x45, 0xa6, 0xca, 0x1a, 0xa9, 0x7b, 0xbf, 0x77, 0x7d, 0xf4, 0xc7, 0xc0, 0x82, 0xed, 0x57, 0x31, 0x1b, 0xec, 0x2b, 0xe7, 0x63, 0x32, 0x7b, 0x6e, 0x9e, 0x0f, 0xb9, 0x52, 0x75, 0xb8, 0x60, 0x45, 0x09, 0x0a, 0xeb, 0x9e, 0x0a, 0x6f, 0xbb, 0x31, 0xdf, 0xfc, 0x2f, 0x41, 0x34, 0xc0, 0x3b, 0xf7, 0xd9, 0xa4, 0x96, 0x13, 0x72, 0x17, 0x2b, 0x76, 0x38, 0xe0, 0x70, 0x8f, 0x30, 0x56, 0xe7, 0x38, 0x6c, 0xe0, 0xf8, 0xaf, 0x08, 0x8f, 0x3c, 0x8d, 0x43, 0xcb, 0x0e, 0x97, 0x17, 0x78, 0x02, 0xeb, 0xbb, 0xba, 0x5c, 0x14, 0x06, 0x94, 0x77, 0x21, 0x4c, 0x03, 0xa9, 0x2b, 0x09, 0xca, 0xc3, 0x00, 0xd1, 0xf0, 0x04, 0x01, 0x4f, 0xcf, 0xd4, 0x36, 0xcb, 0x61, 0x54, 0xfe, 0x79, 0x6c, 0xd9, 0xf2, 0x95, 0x94, 0xe8, 0xfd, 0xbb, 0x74, 0xc2, 0xf5, 0x9c, 0x91, 0xd7, 0xce, 0x13, 0xee, 0x60, 0x52, 0xad, 0x81, 0xed, 0x85, 0x50, 0x6a, 0x8f, 0x36, 0xd5, 0x6e, 0x6e, 0x78, 0x94, 0xf5, 0xd1, 0x50, 0xa9, 0xa4, 0x82, 0x78, 0x97, 0x46, 0xca, 0xc1, 0x6f, 0xf4, 0xa6, 0xcc, 0x91, 0xcc, 0x52, 0xae, 0x44, 0x19, 0xbd, 0x55, 0x1e, 0xb4, 0xac, 0x2b, 0x40, 0xb5, 0xab, 0xa4, 0xdb, 0x3f, 0x34, 0x6c, 0x4a, 0x6d, 0x85, 0xc1, 0xb4, 0x0a, 0xfa, 0x3b, 0x59, 0x8a, 0xc0, 0x04, 0xdc, 0xdf, 0x15, 0x52, 0x47, 0x4f, 0x86, 0x6c, 0xc3, 0x3a, 0x41, 0xe2, 0x8a, 0x9b, 0xb4, 0xfc, 0x8a, 0xc1, 0xcd, 0x7d, 0xd1, 0xa9, 0x31, 0x7e, 0x9f, 0xb3, 0xe6, 0xdc, 0xc8, 0xd2, 0x49, 0x77, 0xbb, 0x8f, 0x01, 0xa4, 0xba, 0x8f, 0xa4, 0x9a, 0xd7, 0xe3, 0xd5, 0x46, 0x19, 0xbc, 0x51, 0xc8, 0xee, 0x04, 0x41, 0x9e, 0xdc, 0x7f, 0xcb, 0x15, 0x57, 0xa8 } } }; static const struct cckprng_op_reseed op_reseed_135 = { .hd = { .id = 128, .kind = OP_RESEED }, .nonce = 15764024522115758355ULL, .seed_nbytes = 284, .seed = { 0x93, 0xce, 0x49, 0x05, 0x3e, 0x83, 0xf8, 0xb7, 0x53, 0xf4, 0x33, 0x58, 0xb9, 0x21, 0xa4, 0x0e, 0x91, 0x87, 0xe7, 0x10, 0xbe, 0x29, 0x62, 0x53, 0x2a, 0xf7, 0x35, 0x5b, 0x74, 0xcd, 0xa2, 0x64, 0x44, 0x3d, 0xeb, 0x26, 0x37, 0x9d, 0xd8, 0xee, 0xc1, 0x2c, 0xcf, 0x01, 0x08, 0x23, 0xd8, 0xdf, 0x07, 0xde, 0xe2, 0xb5, 0xe2, 0xe7, 0xc7, 0x3f, 0x6b, 0xcd, 0x2e, 0x7f, 0xc7, 0xe1, 0x4a, 0x24, 0xfc, 0x0b, 0xbe, 0x5d, 0xf0, 0xe6, 0x20, 0x99, 0xea, 0x10, 0x71, 0x1b, 0xfb, 0xa6, 0xad, 0x22, 0x90, 0x33, 0xbc, 0x78, 0xa6, 0x4e, 0x37, 0xe5, 0xe5, 0x8c, 0x92, 0x80, 0x65, 0x06, 0x4b, 0x80, 0x19, 0x2c, 0xe0, 0x25, 0x2f, 0x9e, 0x1f, 0xc5, 0x4c, 0xf9, 0x10, 0x0c, 0x2d, 0x81, 0xfd, 0x8e, 0xad, 0x45, 0xb5, 0xc5, 0x05, 0xa8, 0x22, 0xea, 0x3c, 0x85, 0x51, 0x48, 0x61, 0xae, 0xb8, 0x2a, 0x79, 0x38, 0x4c, 0x3c, 0x99, 0x99, 0x15, 0x9d, 0xa5, 0x6a, 0x00, 0xa1, 0xe1, 0x74, 0xd3, 0x0b, 0xe1, 0x11, 0x31, 0x07, 0x42, 0x92, 0x3a, 0x63, 0x70, 0x31, 0x14, 0x83, 0x08, 0xc0, 0x22, 0x9e, 0x41, 0x59, 0x1d, 0x11, 0xf0, 0x57, 0xf2, 0x00, 0x19, 0x4a, 0x87, 0x19, 0x38, 0x08, 0x62, 0xaa, 0x07, 0xab, 0xa6, 0x24, 0x3f, 0x4b, 0xc6, 0x6c, 0x4c, 0x5b, 0x58, 0x5b, 0x2e, 0xdf, 0x4c, 0x5c, 0xcd, 0xa5, 0x61, 0x1b, 0xc8, 0x56, 0x65, 0x67, 0xf5, 0x84, 0xa5, 0x86, 0xa8, 0xe9, 0xc7, 0xf0, 0x07, 0x8a, 0xce, 0x77, 0x56, 0xdd, 0x80, 0xac, 0x3b, 0x8a, 0x98, 0x9c, 0x09, 0x90, 0x02, 0x64, 0x99, 0xb3, 0x75, 0xf3, 0xad, 0x98, 0xc5, 0xc2, 0x3c, 0x1f, 0x73, 0x93, 0xa7, 0xd8, 0x28, 0x61, 0x30, 0x10, 0x5e, 0xb7, 0x74, 0x8e, 0x60, 0xe4, 0x96, 0xb0, 0x3e, 0x80, 0xaf, 0x1d, 0x8f, 0x4f, 0xcc, 0xc8, 0x9d, 0xa9, 0x96, 0x93, 0x7e, 0xe4, 0x74, 0x20, 0x82, 0xbe, 0x18, 0x16, 0xb4, 0xa1, 0x76, 0xbe, 0xc5, 0xe8, 0x4f, 0x21, 0xac, 0x02, 0xda, 0x66, 0xfc, 0xa2 } }; static const struct cckprng_op_refresh op_refresh_136 = { .hd = { .id = 129, .kind = OP_REFRESH }, .rand = 12685954932974466161ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_137 = { .hd = { .id = 130, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0x7e, 0x0f, 0xd1, 0x7b, 0x13, 0xfd, 0xad, 0x57 } } }; static const struct cckprng_op_generate op_init_138 = { .hd = { .id = 131, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0xf0, 0xfc, 0x15, 0x9a, 0xd9, 0x11, 0x21, 0x0d, 0x74, 0xfe, 0xee, 0xd1, 0x45, 0x91, 0xe1, 0xc7, 0x7b, 0xe5, 0x9c, 0xd9, 0x91, 0x89, 0x73, 0x89, 0xeb, 0x0b, 0x7a, 0x64, 0x5d, 0xe2, 0x73, 0x41, 0x20, 0x03, 0x95, 0x91, 0x3d, 0xeb, 0x2c, 0x19, 0x7d, 0x4d, 0x69, 0xb1, 0x5d, 0x7a, 0x3b, 0x72, 0x0b, 0x2f, 0xad, 0x19, 0xb0, 0x54, 0xbe, 0x25, 0x71, 0x17, 0x85, 0x25, 0x6e, 0x8e, 0x31 } } }; static const struct cckprng_op_reseed op_reseed_139 = { .hd = { .id = 132, .kind = OP_RESEED }, .nonce = 5861959877393450599ULL, .seed_nbytes = 75, .seed = { 0xc4, 0x7e, 0x7b, 0x97, 0x23, 0x1b, 0xac, 0x3b, 0x58, 0x6a, 0xac, 0xb8, 0x98, 0xf8, 0x2e, 0x5f, 0x6c, 0xda, 0xd9, 0x19, 0x58, 0x12, 0xda, 0x08, 0x3d, 0x25, 0xbf, 0x0a, 0x7f, 0xe2, 0x66, 0xec, 0x3c, 0xb8, 0x7e, 0x5b, 0xac, 0x5c, 0x4d, 0x37, 0x2c, 0xef, 0x36, 0x31, 0x87, 0x40, 0x21, 0xe7, 0x65, 0xbe, 0x7e, 0xea, 0x00, 0xd2, 0x41, 0x64, 0xdd, 0xb1, 0xe6, 0x6f, 0x3f, 0x27, 0x2c, 0xca, 0xdc, 0xa8, 0xcc, 0x6e, 0xd7, 0xaa, 0x9f, 0xcc, 0xdb, 0xef, 0x00 } }; static const struct cckprng_op_generate op_init_140 = { .hd = { .id = 133, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0x4a, 0x68, 0xd1, 0x49, 0x46, 0xc0, 0x69, 0x92, 0x45, 0x0b, 0xd1, 0x04, 0x37, 0x12, 0x2d, 0x49, 0xc8, 0x87, 0xd5, 0xeb, 0xb5, 0xc5, 0x58, 0x8c } } }; static const struct cckprng_op_refresh op_refresh_141 = { .hd = { .id = 134, .kind = OP_REFRESH }, .rand = 968728085458350107ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_142 = { .hd = { .id = 135, .kind = OP_RESEED }, .nonce = 16329585952145134308ULL, .seed_nbytes = 151, .seed = { 0xb8, 0xba, 0x7c, 0xec, 0x62, 0x40, 0x9f, 0x87, 0xba, 0xf1, 0x6a, 0xc7, 0xe1, 0xc3, 0xf0, 0x2a, 0x09, 0x23, 0x79, 0xb8, 0xef, 0x67, 0xd0, 0x21, 0xe0, 0x7f, 0x75, 0x14, 0xce, 0x48, 0xcc, 0x75, 0xd4, 0xd1, 0x0f, 0x66, 0x32, 0xb3, 0xcf, 0xd7, 0xd7, 0x7b, 0x1b, 0xc5, 0xd6, 0xbd, 0xc4, 0xda, 0x52, 0x48, 0x8c, 0x1d, 0x13, 0x4b, 0x11, 0x92, 0x07, 0x07, 0x09, 0x20, 0x8f, 0x6e, 0x55, 0xe6, 0xdc, 0x3e, 0xdc, 0xaa, 0x8e, 0x6a, 0xc7, 0x5e, 0x39, 0x16, 0xc3, 0x6d, 0x23, 0x7a, 0x5d, 0xc1, 0x21, 0xb7, 0x3b, 0xc2, 0xb5, 0xb9, 0x77, 0xdf, 0xad, 0xfc, 0x12, 0x70, 0xb9, 0xcf, 0x1d, 0x98, 0x7f, 0xe5, 0x0c, 0xf8, 0x37, 0x1f, 0x7f, 0x4a, 0x53, 0xb8, 0x1a, 0x50, 0x62, 0x4a, 0xef, 0x6b, 0x56, 0x6f, 0xfe, 0x99, 0xb7, 0xd1, 0xc6, 0x4b, 0xda, 0x37, 0xdb, 0x72, 0x2d, 0x52, 0x13, 0x2e, 0x20, 0x58, 0xa5, 0xb1, 0x24, 0x25, 0xd8, 0x48, 0x00, 0xfe, 0xb9, 0xe8, 0x8a, 0xec, 0x5f, 0xb2, 0x8b, 0x13, 0x19, 0x2c, 0xf4, 0xa3, 0xae } }; static const struct cckprng_op *ops_143[] = { (const struct cckprng_op *)&op_init_127, (const struct cckprng_op *)&op_refresh_128, (const struct cckprng_op *)&op_refresh_129, (const struct cckprng_op *)&op_reseed_130, (const struct cckprng_op *)&op_init_131, (const struct cckprng_op *)&op_refresh_132, (const struct cckprng_op *)&op_init_133, (const struct cckprng_op *)&op_init_134, (const struct cckprng_op *)&op_reseed_135, (const struct cckprng_op *)&op_refresh_136, (const struct cckprng_op *)&op_init_137, (const struct cckprng_op *)&op_init_138, (const struct cckprng_op *)&op_reseed_139, (const struct cckprng_op *)&op_init_140, (const struct cckprng_op *)&op_refresh_141, (const struct cckprng_op *)&op_reseed_142 }; static const struct cckprng_vector vec_144 = { .id = 136, .note = NULL, .nops = 16, .ops = ops_143 }; static const struct cckprng_op_init op_init_145 = { .hd = { .id = 137, .kind = OP_INIT }, .seed = { 0xda, 0x14, 0x64, 0x36, 0x08, 0x2b, 0xad, 0xcc, 0x48, 0x57, 0xce, 0xd6, 0xba, 0x26, 0xe5, 0x76, 0x8f, 0xb9, 0x0f, 0x12, 0xb1, 0x55, 0xa0, 0x36, 0x55, 0xf5, 0xc3, 0x31, 0x14, 0x38, 0x9e, 0xd6 }, .nonce = { 0xd0, 0x00, 0x7c, 0x5d, 0xb3, 0x2a, 0x84, 0xa9 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_146 = { .hd = { .id = 138, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0xac, 0xaf, 0x4f, 0x4f, 0x57, 0x30, 0xab, 0x2b, 0xcc, 0xfa, 0x10, 0xa3, 0x86, 0x03, 0x7b, 0x36, 0x92, 0xb0, 0x65, 0xd1, 0x82, 0xad, 0x65, 0x2d, 0xc9, 0x68, 0x13, 0x7f, 0xa2, 0x3f, 0x50, 0x3d, 0x16, 0xd2, 0x72, 0x7b, 0x97, 0x8a, 0xef, 0x8d, 0xef, 0x4a, 0x48, 0xdc, 0xcc, 0x44, 0xe4, 0x19, 0xd7, 0xab, 0x01, 0xd4, 0x6c, 0xae, 0xf1, 0x35, 0xf2, 0x22, 0x38, 0x9c, 0xfd, 0x3b, 0x70, 0x5f, 0xde, 0x04, 0xdc, 0xe8, 0x90, 0x85, 0x48, 0xb6, 0x5f, 0x35, 0x70, 0xf0, 0x14, 0x2e, 0x95, 0x5e, 0x02, 0x16, 0xe5, 0xb9, 0xc1, 0x6f, 0xf7, 0xec, 0x8d, 0x15, 0x8b, 0x31, 0xee, 0x9b, 0xc3, 0x06, 0x7f, 0xdc, 0x2a, 0x2d, 0x29, 0x7a, 0xeb, 0x9a, 0x04, 0xaf, 0x5e, 0x9e, 0x6b, 0x16, 0x2a, 0xac, 0x4d, 0xd7, 0x6f, 0x20, 0xa9, 0xb8, 0x5a, 0x80, 0xf8, 0x82, 0xe5, 0x5f, 0x37, 0x86, 0xe6, 0x0a, 0x32, 0x8f, 0x56, 0x77, 0x7a, 0x78, 0x26, 0xbb, 0xb8, 0x8f, 0xfc, 0x56, 0x63, 0x3b, 0x50, 0x3e, 0x37, 0x66, 0x51, 0x1f, 0xca, 0xcb, 0xa1, 0xda, 0x11, 0x84, 0xe9, 0xf1, 0x30, 0x48, 0x15, 0x98, 0xbd, 0x22, 0xe2, 0x05, 0xd6, 0xe0, 0xa3, 0x8e, 0xff, 0x54, 0xc2, 0x46, 0xc8, 0xf5, 0xc9, 0x48, 0xae, 0x7a, 0x6b, 0xd7, 0xce, 0x27, 0x3a, 0x18, 0x74, 0xd7, 0x75, 0x92, 0xae, 0xfd, 0xc2, 0x53, 0x97, 0x26, 0xb1, 0xbc, 0x5c, 0x6b, 0x59, 0xfa, 0x60, 0x54, 0x0f, 0x35, 0xfc, 0xb6, 0xe9, 0xa7, 0xb0, 0x03, 0xe2, 0x7b, 0xbb, 0x52, 0xd0, 0x2d, 0x67, 0x2b, 0x62, 0x7d, 0xaa, 0x49, 0x30, 0x0b, 0xac, 0xb2, 0x1d, 0xe6, 0xd7, 0x33, 0x4d, 0xfb, 0xa3, 0x89, 0x7e, 0x73, 0x8f, 0xc1, 0x1d, 0xda, 0xac, 0xcf, 0x6e, 0xd5, 0xae, 0x08, 0xe6, 0xf7, 0x94, 0xc2, 0x7c, 0x42, 0xf8, 0x4d, 0xd5, 0xcb, 0xb1, 0xf1, 0xa1, 0xfc, 0x81, 0x1d, 0x63, 0xf5, 0x5b, 0x9f, 0xc1, 0xc0, 0x71, 0x14 } } }; static const struct cckprng_op_generate op_init_147 = { .hd = { .id = 139, .kind = OP_GENERATE }, .rand_nbytes = 217, .out = { .rand = { 0xa7, 0x92, 0x8b, 0xbb, 0x2f, 0xda, 0x53, 0x10, 0xcb, 0xf9, 0x1f, 0x40, 0x88, 0x3f, 0x5a, 0x21, 0x49, 0xb7, 0x25, 0x33, 0x84, 0x3f, 0x18, 0xa7, 0x58, 0xde, 0x47, 0x3b, 0xf8, 0x24, 0x2e, 0x98, 0x19, 0xa7, 0xac, 0x87, 0x0e, 0xc8, 0x22, 0x81, 0x43, 0x8b, 0x21, 0x0f, 0xe2, 0x2e, 0xe3, 0x9f, 0xa7, 0x94, 0x21, 0x87, 0xae, 0xcc, 0x6b, 0xde, 0x43, 0x9c, 0x5a, 0xdb, 0x1a, 0x91, 0x24, 0xe1, 0x31, 0xf7, 0xbc, 0x11, 0x79, 0x22, 0xf4, 0xc1, 0x75, 0x8c, 0x2f, 0xa6, 0xc4, 0xd5, 0x11, 0x12, 0xe7, 0x82, 0xce, 0xed, 0x46, 0xfb, 0xe0, 0xbb, 0x8a, 0x0e, 0x5d, 0x44, 0xaa, 0x8b, 0xdc, 0x7b, 0xa2, 0x2d, 0x35, 0x15, 0xa4, 0x23, 0x80, 0x2f, 0x4c, 0xb0, 0x2b, 0x0c, 0xb2, 0xfc, 0xa3, 0xf4, 0x84, 0xce, 0x73, 0x73, 0x28, 0x5b, 0xe9, 0x2d, 0xe0, 0xae, 0xb9, 0xcd, 0x78, 0xfa, 0x8d, 0xb4, 0x08, 0xbd, 0xff, 0x5d, 0xf1, 0xca, 0x37, 0xce, 0x8d, 0x77, 0x42, 0xb1, 0x3c, 0x43, 0xee, 0xf6, 0x20, 0x7a, 0x83, 0x68, 0xe3, 0x8c, 0x68, 0x68, 0x6a, 0x81, 0x07, 0x6f, 0x57, 0x24, 0xc5, 0x8b, 0xdb, 0x55, 0x85, 0x8b, 0xdc, 0xc8, 0x01, 0x8e, 0xda, 0x84, 0x10, 0xa2, 0xb5, 0xb7, 0x1a, 0xcb, 0xa5, 0x17, 0xcf, 0xa5, 0xa5, 0x26, 0x18, 0xfd, 0xad, 0x03, 0x34, 0x17, 0xb2, 0x3c, 0xf7, 0x2f, 0x53, 0x9c, 0x20, 0x4a, 0xc8, 0xc4, 0x06, 0x68, 0x58, 0x9f, 0x12, 0xcc, 0x21, 0xd8, 0xff, 0x72, 0x69, 0x9c, 0xb2, 0xab, 0xe9, 0xd0, 0xfe, 0xed, 0xf2 } } }; static const struct cckprng_op_generate op_init_148 = { .hd = { .id = 140, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0xb4, 0xa0, 0xaa, 0x31, 0x6f, 0x80, 0x8d, 0x91, 0xc1, 0x59, 0xd4, 0x06, 0x22, 0x7c, 0xcc, 0x9d, 0xf7, 0x28, 0xff, 0x16, 0x6a, 0xde, 0x69, 0x74, 0xe1, 0xbc, 0x3f, 0x6e, 0x3e, 0x72, 0x19, 0x6c, 0x8a, 0x71, 0x79, 0x62, 0x23, 0x28, 0xea, 0x75, 0xcc, 0x8f, 0xb0, 0xbe, 0x94, 0x7d, 0x4f, 0x94, 0xdc, 0xfc, 0xe8, 0x89, 0xa7, 0x7c, 0xde, 0x4d, 0xd9, 0x39, 0x90, 0x91, 0xd1, 0x4d, 0xb1, 0xda, 0x17, 0x75, 0x1f, 0xcb, 0x64, 0xbf, 0x1b, 0x6e, 0x82, 0x86, 0xd3, 0x1a, 0x08, 0xe8, 0x18, 0xbc, 0x7a, 0x21, 0x75, 0x87, 0x07, 0xce, 0x51, 0xc1, 0x2c, 0xfe, 0xa4, 0x72, 0x9c, 0xcf, 0xd4, 0xd3, 0x6d, 0x2f, 0xa4, 0x6b, 0x46, 0xc3, 0x29, 0x95, 0x58, 0x31, 0x41, 0xad, 0xb5, 0xdb, 0x13, 0xb5, 0x53, 0x4f, 0x52, 0x2c, 0x0f, 0x2e, 0x27, 0xb8, 0x6a, 0xd2, 0x64, 0x28, 0xbc, 0x1e, 0x46, 0x38, 0x79, 0x48, 0x70, 0x77, 0x58, 0xff, 0x02, 0xdf, 0xd4, 0x63, 0xaa, 0xa3, 0x69, 0x2b, 0xc4, 0x66, 0xb4, 0xae, 0xc2, 0xcd, 0xa8, 0xd9, 0x84, 0xb7, 0x7d, 0x0a, 0x5d, 0x8e, 0x06, 0x0e, 0x41, 0x3d, 0xd7, 0x80, 0xf5, 0x64, 0x1b, 0xc4, 0x19, 0x80, 0x98, 0x0e, 0x5e, 0x4d, 0x27, 0x52, 0xca, 0x59, 0xef, 0x55, 0x35, 0x0d, 0x84, 0xb1, 0x7f, 0x6a, 0x66, 0xee, 0xce, 0xcc, 0x7d, 0xc3 } } }; static const struct cckprng_op_generate op_init_149 = { .hd = { .id = 141, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x9a, 0x0d, 0xd9, 0x44, 0x85, 0x00, 0xd6, 0xbf, 0xd3, 0x38, 0xaf, 0x4c, 0x96, 0xcb, 0x85, 0x8a, 0x18, 0x5c, 0xc0, 0x52, 0x1d, 0x1e, 0x2f, 0x55, 0x53, 0x5a, 0xe3, 0xd1, 0x1c, 0xf9, 0x50, 0xc3, 0xa7, 0x99, 0x11, 0x91, 0xe0, 0x52, 0xb9, 0x84, 0xca, 0x28, 0xf8, 0x43, 0x3d, 0xd9, 0x14, 0x4f, 0x47, 0x24, 0x80, 0x09, 0x60, 0x33, 0x41, 0x65, 0xe1, 0x89, 0x78, 0xf2, 0xa2, 0x3a, 0x83, 0xce, 0x31, 0x66, 0x5e, 0x95, 0x46, 0xf5, 0xb8, 0xce, 0x45, 0x94, 0x0f, 0x5a, 0xd5, 0x55, 0xab, 0xd7, 0xc4, 0x06, 0xdd, 0x82, 0x96, 0xe8, 0x23, 0xce, 0xd0, 0x68, 0x59, 0xa8, 0xc3, 0x2c, 0xfd, 0xc6, 0x6c, 0x43, 0xd8, 0x41, 0x9a, 0xbb, 0x06, 0x18, 0x7d, 0x8c, 0x9c, 0x91, 0x4f, 0x38, 0xf4, 0x31, 0xcf, 0x4e, 0xc8, 0x85, 0xa9, 0xe5, 0x5b, 0x1f, 0x98, 0xea, 0x82, 0x87, 0x70, 0x4c, 0x11, 0x81, 0x94, 0xfb, 0xd0, 0xd0, 0x60, 0x48, 0xf7, 0x55, 0xb3, 0x42, 0xe2, 0x41, 0xc8, 0xf8, 0xc8, 0xc9, 0x3e, 0xd9, 0x31, 0xce, 0x45, 0x45, 0x5d, 0x42, 0x90, 0x1a, 0x3c, 0xb5, 0xee, 0xd5, 0xce, 0xe1, 0xaf, 0xa7, 0x4e, 0xbd, 0xd3, 0x9f, 0x9f, 0x0e, 0xb9, 0x0d, 0xe4, 0xa2, 0xc1, 0x82, 0x00, 0x5b, 0x2a, 0x9c, 0x51, 0xd9, 0x6a, 0x49, 0xae, 0xb2, 0x27, 0xd4, 0xec, 0xf6, 0x54, 0xce, 0x08, 0x30, 0x4a, 0x62, 0x0c, 0x8b, 0x33, 0x4c, 0x76, 0x77, 0xba, 0x09, 0xc9, 0x63, 0x34, 0x8d, 0x20, 0xc7, 0xf4, 0xba, 0x47, 0x09, 0x55, 0x31, 0x3d, 0x81, 0xd8, 0x7e, 0x57, 0x9a, 0x5d, 0xc3, 0xe5, 0xce, 0x95, 0x4a, 0x1e, 0x9f, 0x04, 0x12, 0xe8, 0x2e, 0xc6, 0x00, 0x68, 0x69, 0xec, 0x63, 0x50, 0x3e, 0x9a, 0xa5, 0xe5, 0x34, 0xdf, 0x66, 0xba, 0x64, 0x59, 0x22, 0xed, 0x75, 0x22, 0x08, 0x49, 0x8c, 0x64, 0x92, 0xae, 0x33, 0xe8, 0x6c } } }; static const struct cckprng_op_refresh op_refresh_150 = { .hd = { .id = 142, .kind = OP_REFRESH }, .rand = 6449423768638889310ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_151 = { .hd = { .id = 143, .kind = OP_RESEED }, .nonce = 13860083717638155126ULL, .seed_nbytes = 278, .seed = { 0x8b, 0xa9, 0xd8, 0xaa, 0xe7, 0xc6, 0x7c, 0xbe, 0xb1, 0x53, 0x4f, 0x2d, 0x45, 0x50, 0xa0, 0x05, 0x78, 0xcd, 0x79, 0x9d, 0x9a, 0x84, 0x91, 0xe4, 0x89, 0x63, 0xb2, 0xe8, 0x61, 0xa0, 0xf5, 0x68, 0xea, 0xb1, 0x2e, 0xa1, 0xc0, 0xc4, 0xd0, 0xfd, 0xaf, 0x8e, 0x5e, 0x36, 0xca, 0x14, 0xca, 0x85, 0x7f, 0x37, 0x93, 0xe1, 0xb2, 0x4d, 0xd7, 0xfe, 0x3b, 0x14, 0xa4, 0x20, 0xe6, 0xd3, 0xf5, 0xb2, 0xdb, 0x0b, 0x7f, 0x5b, 0xe9, 0xa5, 0x1b, 0x4c, 0xb5, 0xdc, 0xac, 0x11, 0x0b, 0xd1, 0xfc, 0xa7, 0xba, 0xa3, 0xa3, 0xf6, 0x56, 0x2b, 0x79, 0x1e, 0x0b, 0x12, 0x76, 0x4d, 0xb3, 0x9d, 0x2f, 0x33, 0x95, 0x06, 0x9c, 0xf9, 0xc1, 0xd5, 0xdb, 0xf7, 0x2b, 0x08, 0x86, 0xbb, 0xdc, 0xd6, 0x2a, 0xb2, 0x3b, 0xe4, 0x47, 0xa8, 0x22, 0x61, 0xc8, 0xdb, 0x1f, 0x68, 0x8e, 0x22, 0x0d, 0xad, 0x80, 0x03, 0xbb, 0x1f, 0xba, 0xd2, 0x60, 0xb1, 0x41, 0xce, 0x76, 0xb1, 0xcd, 0xe1, 0x90, 0x2b, 0xd2, 0xc1, 0x0e, 0x2b, 0x92, 0x8b, 0xef, 0xb4, 0x84, 0x65, 0xaa, 0xf6, 0x07, 0x87, 0x3c, 0x40, 0x0d, 0xb2, 0x03, 0x78, 0xf4, 0x4f, 0x05, 0xd2, 0x68, 0xe9, 0xec, 0xe7, 0xac, 0x9d, 0x49, 0x32, 0x46, 0x75, 0x99, 0xc5, 0xac, 0x80, 0xeb, 0xcd, 0x17, 0x35, 0x4f, 0x07, 0x03, 0x51, 0xcb, 0xee, 0x32, 0x46, 0x6d, 0x5e, 0x4d, 0xe8, 0x13, 0x2a, 0x49, 0x5f, 0xa8, 0x02, 0x01, 0xd3, 0xfe, 0xbd, 0x57, 0x2b, 0xf0, 0x88, 0xff, 0xa8, 0x4b, 0x21, 0x70, 0xa5, 0x9b, 0x88, 0x9b, 0xa0, 0xba, 0xff, 0xf7, 0x41, 0x6f, 0xbb, 0xf4, 0x2c, 0x5d, 0x69, 0xe9, 0x18, 0x7a, 0x87, 0xf9, 0xfe, 0x64, 0xee, 0xea, 0x0c, 0x59, 0xe5, 0x93, 0x8a, 0xd3, 0x02, 0xc0, 0xcd, 0x6a, 0xca, 0xb8, 0x01, 0x68, 0xec, 0x6e, 0xc1, 0xa9, 0xe0, 0xb4, 0x49, 0xc1, 0xa2, 0xe7, 0x24, 0xbf, 0x6d, 0x10, 0x4e, 0x42, 0x2e, 0x12, 0xbd, 0x1d, 0xbd, 0x58, 0xcc, 0x26, 0x89 } }; static const struct cckprng_op_refresh op_refresh_152 = { .hd = { .id = 144, .kind = OP_REFRESH }, .rand = 1255715074719001229ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_153 = { .hd = { .id = 145, .kind = OP_REFRESH }, .rand = 514337462215503975ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_154 = { .hd = { .id = 146, .kind = OP_REFRESH }, .rand = 10305121699411580222ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_155 = { .hd = { .id = 147, .kind = OP_RESEED }, .nonce = 8593412449955073850ULL, .seed_nbytes = 65, .seed = { 0x27, 0x7e, 0x63, 0x11, 0x23, 0x52, 0xc9, 0x46, 0x8b, 0x4d, 0x95, 0x0f, 0x98, 0x97, 0x3e, 0xf3, 0x48, 0x94, 0x10, 0x7a, 0x17, 0x02, 0x2e, 0x6e, 0x2a, 0x31, 0xfe, 0xae, 0x9d, 0x8f, 0x69, 0xf2, 0x52, 0x9c, 0x3a, 0x85, 0xed, 0x8e, 0x05, 0xd6, 0x9d, 0x79, 0xdd, 0x62, 0x17, 0xfd, 0x57, 0x9c, 0xb3, 0x29, 0x0d, 0xd1, 0xa4, 0x9d, 0xa5, 0xec, 0xb2, 0x69, 0xd5, 0x6b, 0x40, 0x03, 0x16, 0x6d, 0xe9 } }; static const struct cckprng_op_refresh op_refresh_156 = { .hd = { .id = 148, .kind = OP_REFRESH }, .rand = 17965621483100306962ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_157 = { .hd = { .id = 149, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0x22, 0xdd, 0x5c, 0xee, 0xb4, 0xde, 0xa5, 0x78, 0xc8, 0x4a, 0xb2, 0x1f, 0x4e, 0x67, 0xfc, 0xd4, 0x57, 0xad, 0x94, 0x6e, 0xfa, 0x1d, 0xcd, 0xaa, 0xa1, 0xa7, 0x15, 0x2b, 0x21, 0x53, 0x03, 0xe1, 0x5d, 0x5f, 0xf8, 0x0d, 0x72, 0x90, 0xaa, 0xf6, 0xe1, 0xcd, 0x4d, 0x93, 0x8d, 0xfc, 0xd9, 0x0a, 0xe8, 0x34, 0x0f, 0xf2, 0x2d, 0x92, 0x6f, 0x92, 0x49, 0xed, 0x7d, 0x9e, 0x3e, 0x7b, 0x95, 0xa8, 0xf3, 0x1e, 0x08, 0x1b, 0xf9, 0x60, 0x25, 0x37, 0x18, 0x89, 0x62, 0xdd, 0x57, 0x2c, 0xe6, 0x21, 0xf1, 0x5e, 0x68, 0xb4, 0x9a, 0x9d, 0xd0, 0x3b, 0x32, 0x97, 0x4f, 0x09, 0xed, 0x09, 0xf1, 0xbd, 0xc1, 0xc8, 0x19, 0x90, 0x34, 0xb7, 0x88, 0x46, 0x3e, 0xc0, 0xf6, 0x6a, 0x4c, 0xc5, 0x10, 0x03, 0x75, 0xa8, 0x41, 0x02, 0x47, 0xad, 0x5f, 0xea, 0x3d, 0x85, 0xf0, 0x18, 0xda, 0x9d, 0x93, 0x0b, 0xdc, 0x77, 0x15, 0x67, 0x89, 0xf1, 0x63, 0xcd, 0x8a, 0x1a, 0xd0, 0x7a, 0x6d, 0x05, 0x7f, 0x68, 0xf7, 0x86, 0xc3, 0x65, 0x5b, 0x87, 0x63, 0x55, 0xfc, 0x7a, 0xa6, 0x08, 0xe5, 0xb6, 0x7a, 0xbb, 0xfe, 0xbc, 0xbe, 0xe3 } } }; static const struct cckprng_op_refresh op_refresh_158 = { .hd = { .id = 150, .kind = OP_REFRESH }, .rand = 6247772835962222357ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_159 = { .hd = { .id = 151, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0xb8, 0x35, 0x33, 0x58, 0x85, 0x02, 0x0f, 0x92, 0xb1, 0xdf, 0xd8, 0x03, 0xe0, 0x9c, 0x21, 0xe5, 0xc1, 0xbb, 0xdd, 0xee, 0xdb, 0x8d, 0x49, 0x53, 0xfd, 0xbf, 0x5e, 0xb8, 0x8c, 0xa3, 0x7a, 0x15, 0xa5, 0xba, 0x85, 0x86, 0x08, 0xce, 0xa4, 0x41, 0xa3, 0xdb, 0x82, 0xbe, 0x9a, 0xf2, 0x44, 0x85, 0xe4, 0x6c, 0x53, 0x16, 0xbe, 0xd2, 0xe6, 0x5b, 0x4c, 0x6f, 0x85, 0xdb, 0xe5, 0xa9, 0x94, 0xc7, 0x1c, 0xeb, 0x33, 0xb0, 0x7c, 0x7e, 0x6e, 0x75, 0x43, 0x1e, 0xc8, 0x21, 0x70, 0xc7, 0x09, 0xec, 0x42, 0x85, 0x0c, 0xd9, 0x1b, 0xf1, 0xfd, 0x0f, 0xf3, 0xc2, 0xdc, 0xa8, 0xe3, 0xa4, 0x84, 0x37, 0x17, 0xc4, 0xf0, 0x7f, 0x72, 0xb2, 0x02, 0x57, 0x8b, 0x48, 0xeb, 0x9c, 0x43, 0x4e, 0x3e, 0x5c, 0x70, 0xc9, 0xa1, 0x41, 0x1a, 0x5b, 0xdd, 0x63, 0x17, 0x7f, 0x14, 0xa4, 0x4f, 0xec, 0xc1, 0xea, 0x41, 0xac, 0x61, 0x10, 0x34, 0xab, 0x9b, 0x22, 0x19, 0x55, 0x45, 0x7f, 0x56, 0x67, 0xad, 0xb9, 0xe3, 0x1d, 0x70, 0x2a, 0x0c, 0x5d, 0xba, 0x27, 0x66, 0x9f, 0x27, 0xdc, 0x49, 0x4b, 0x11, 0xf7 } } }; static const struct cckprng_op_reseed op_reseed_160 = { .hd = { .id = 152, .kind = OP_RESEED }, .nonce = 17601321018958703712ULL, .seed_nbytes = 77, .seed = { 0xa2, 0xb0, 0x57, 0x09, 0xc5, 0x83, 0x9b, 0xa6, 0xc3, 0x9b, 0xe2, 0x78, 0x86, 0xa3, 0x60, 0x36, 0xfd, 0x50, 0x08, 0xd4, 0x60, 0x49, 0xd4, 0x2c, 0x2a, 0xd2, 0xa0, 0xaa, 0x58, 0x35, 0x1c, 0xea, 0xcd, 0xed, 0x0f, 0xca, 0xe0, 0x4c, 0x53, 0x01, 0xc7, 0xf0, 0xe0, 0x16, 0x72, 0x2d, 0x3d, 0x90, 0xa1, 0xf0, 0x05, 0x1f, 0xb0, 0x46, 0xd9, 0xf8, 0xda, 0x2b, 0x34, 0x18, 0x80, 0x0d, 0x02, 0x1b, 0x7f, 0x3a, 0xce, 0xdb, 0x3f, 0xaf, 0x47, 0x91, 0x83, 0xba, 0x5a, 0xe6, 0xef } }; static const struct cckprng_op *ops_161[] = { (const struct cckprng_op *)&op_init_145, (const struct cckprng_op *)&op_init_146, (const struct cckprng_op *)&op_init_147, (const struct cckprng_op *)&op_init_148, (const struct cckprng_op *)&op_init_149, (const struct cckprng_op *)&op_refresh_150, (const struct cckprng_op *)&op_reseed_151, (const struct cckprng_op *)&op_refresh_152, (const struct cckprng_op *)&op_refresh_153, (const struct cckprng_op *)&op_refresh_154, (const struct cckprng_op *)&op_reseed_155, (const struct cckprng_op *)&op_refresh_156, (const struct cckprng_op *)&op_init_157, (const struct cckprng_op *)&op_refresh_158, (const struct cckprng_op *)&op_init_159, (const struct cckprng_op *)&op_reseed_160 }; static const struct cckprng_vector vec_162 = { .id = 153, .note = NULL, .nops = 16, .ops = ops_161 }; static const struct cckprng_op_init op_init_163 = { .hd = { .id = 154, .kind = OP_INIT }, .seed = { 0x66, 0xaa, 0x0b, 0x4e, 0x4a, 0xf9, 0x18, 0x13, 0x14, 0x86, 0x5d, 0xec, 0x0e, 0xc1, 0x3d, 0x2f, 0xaa, 0x12, 0x88, 0x4e, 0xf3, 0xfb, 0x69, 0x3f, 0x7f, 0xa6, 0xc0, 0xb1, 0x5d, 0x3c, 0xd9, 0xd0 }, .nonce = { 0xae, 0x03, 0x4f, 0x2b, 0xbe, 0x5f, 0x58, 0xcb }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_164 = { .hd = { .id = 155, .kind = OP_RESEED }, .nonce = 4999560925771768064ULL, .seed_nbytes = 171, .seed = { 0xf7, 0xce, 0x4b, 0x3e, 0x8b, 0x73, 0x80, 0x9c, 0x8e, 0x65, 0x66, 0x9e, 0x68, 0x1f, 0xea, 0xbe, 0x7c, 0x27, 0x5a, 0x22, 0xeb, 0x4a, 0x0c, 0xcf, 0x01, 0xdc, 0x02, 0x04, 0xaf, 0x1c, 0x20, 0x9a, 0x59, 0xee, 0xbd, 0x9e, 0x2c, 0x63, 0x1e, 0xc9, 0xfa, 0x08, 0x33, 0xda, 0x59, 0x31, 0x2a, 0x00, 0x3c, 0xfe, 0x62, 0x63, 0x59, 0x62, 0x02, 0x3a, 0x63, 0xce, 0xfe, 0x5f, 0x57, 0xcc, 0x5a, 0x33, 0x1c, 0xed, 0x1f, 0x9b, 0x4a, 0x0f, 0x55, 0x6f, 0x1e, 0x8b, 0x8a, 0x4b, 0xc7, 0x3c, 0x2a, 0x72, 0xb8, 0xba, 0xfc, 0xf3, 0xec, 0x23, 0x67, 0x40, 0x1b, 0x9c, 0x73, 0x63, 0x58, 0x97, 0x1a, 0xbf, 0x31, 0xb0, 0x92, 0x79, 0x48, 0x46, 0x70, 0x04, 0x62, 0xfc, 0x4a, 0x62, 0x79, 0xc5, 0x39, 0x58, 0xf5, 0x30, 0x19, 0x44, 0x28, 0x1f, 0x1a, 0x1a, 0x47, 0xf5, 0x5a, 0x8f, 0xf1, 0xb2, 0x50, 0x7d, 0x28, 0x9e, 0xff, 0xee, 0x04, 0xd5, 0xbe, 0x7a, 0x88, 0x05, 0x22, 0xa3, 0xd9, 0x89, 0x5d, 0xe7, 0x9c, 0xa4, 0xbf, 0x16, 0x9f, 0x01, 0x38, 0x43, 0xe8, 0x6e, 0xcd, 0xf9, 0x08, 0x0e, 0x44, 0x24, 0x7d, 0x15, 0xde, 0xef, 0x8c, 0xce, 0x79, 0x42, 0xa1, 0x45, 0x22 } }; static const struct cckprng_op_reseed op_reseed_165 = { .hd = { .id = 156, .kind = OP_RESEED }, .nonce = 9522635914902932146ULL, .seed_nbytes = 218, .seed = { 0xf1, 0x68, 0xa6, 0x35, 0x9b, 0xec, 0xd2, 0x80, 0xd6, 0x8f, 0xc8, 0x8a, 0xe7, 0xf4, 0xb7, 0xdf, 0x25, 0x3f, 0x5e, 0x17, 0x42, 0xfc, 0xb5, 0xe2, 0x69, 0xe9, 0x80, 0xcb, 0x80, 0x32, 0x62, 0x32, 0xa7, 0x8e, 0x61, 0xd1, 0xfb, 0x67, 0x27, 0xec, 0x29, 0x0e, 0x37, 0xbc, 0xf9, 0xe3, 0xef, 0xe6, 0x36, 0x11, 0x66, 0x29, 0x55, 0x85, 0xd0, 0xd7, 0xd0, 0x04, 0xdd, 0x77, 0xa4, 0x98, 0x35, 0x4d, 0xe3, 0xd6, 0x29, 0xb5, 0x99, 0xff, 0x00, 0x58, 0x89, 0x03, 0xb7, 0x28, 0x29, 0x84, 0x4a, 0x36, 0x51, 0x40, 0x6e, 0x28, 0x9c, 0x30, 0x68, 0x7a, 0xf7, 0x88, 0x2b, 0xdc, 0xc8, 0x00, 0x17, 0xad, 0x08, 0xaf, 0x71, 0x9a, 0x5b, 0x34, 0xa8, 0x29, 0x82, 0xb4, 0x83, 0x8b, 0x90, 0x41, 0x2f, 0x02, 0xde, 0x42, 0x81, 0xb5, 0xb8, 0x1d, 0xe2, 0xcb, 0x2a, 0xa4, 0xca, 0x3b, 0x76, 0xf6, 0x87, 0x17, 0x4e, 0xc1, 0xf9, 0xbe, 0x09, 0x8f, 0x1a, 0xf1, 0x7a, 0x8d, 0x52, 0x5a, 0x5d, 0x9d, 0x2b, 0xb3, 0x2e, 0xc3, 0xa5, 0x01, 0xc2, 0x52, 0xbd, 0x48, 0x79, 0xd6, 0x94, 0xf1, 0x9c, 0x85, 0x27, 0x05, 0x59, 0x4f, 0x2d, 0x15, 0x48, 0x9b, 0x8a, 0xa8, 0xcf, 0xca, 0x40, 0x26, 0xae, 0xb1, 0x0f, 0x38, 0xac, 0x04, 0x1c, 0xcf, 0xd8, 0x2a, 0x0b, 0xe9, 0xbf, 0xb3, 0xf6, 0x23, 0x36, 0x8a, 0x29, 0xef, 0x58, 0xf4, 0x7b, 0xec, 0x37, 0x05, 0x60, 0xc6, 0xb8, 0xff, 0x6b, 0x01, 0x92, 0x13, 0xd3, 0xfb, 0xa1, 0x9f, 0xe4, 0x24, 0x8e, 0xbf, 0x12, 0x92, 0x5f, 0xf9 } }; static const struct cckprng_op_reseed op_reseed_166 = { .hd = { .id = 157, .kind = OP_RESEED }, .nonce = 5481514814186030080ULL, .seed_nbytes = 154, .seed = { 0xaf, 0x52, 0x78, 0xab, 0x4e, 0x28, 0x09, 0x57, 0x00, 0x6c, 0x07, 0x59, 0x02, 0x74, 0xcd, 0x7c, 0x72, 0xfe, 0xa6, 0xee, 0x35, 0xd1, 0xc5, 0xe4, 0xe2, 0xcc, 0x7a, 0x26, 0x6e, 0xae, 0xc0, 0xed, 0xb9, 0x25, 0x26, 0x93, 0x98, 0x0b, 0x42, 0xeb, 0x30, 0xcd, 0x49, 0x3b, 0xe6, 0x9b, 0xeb, 0x40, 0xe4, 0xca, 0x01, 0x80, 0x0a, 0xb0, 0xa2, 0x3e, 0x59, 0x22, 0x60, 0xb1, 0xd9, 0xc5, 0x88, 0x57, 0x6b, 0x1f, 0x32, 0xf8, 0x08, 0x44, 0x69, 0x32, 0xd0, 0xea, 0x94, 0xb9, 0x8c, 0xc1, 0x8b, 0x75, 0xf4, 0x94, 0xa0, 0x56, 0xc5, 0xe6, 0x14, 0xd2, 0xf1, 0x40, 0x53, 0x92, 0xcc, 0xa5, 0x88, 0x65, 0xeb, 0x03, 0x1f, 0x45, 0x94, 0x5e, 0x98, 0xab, 0xf5, 0x7e, 0xe4, 0xd3, 0xf7, 0x94, 0x87, 0x8b, 0x00, 0xd7, 0x9b, 0xbc, 0x7f, 0x07, 0xd2, 0x2e, 0x96, 0x53, 0x6d, 0x03, 0xa1, 0x60, 0x04, 0xd1, 0x30, 0x1e, 0xa2, 0xe6, 0xb8, 0x27, 0xc0, 0x2e, 0x2d, 0xb8, 0xbf, 0xc3, 0xb2, 0xde, 0x71, 0x02, 0x8a, 0x32, 0x14, 0x0b, 0x10, 0xd8, 0xb6, 0x1e, 0xaa, 0x6f } }; static const struct cckprng_op_generate op_init_167 = { .hd = { .id = 158, .kind = OP_GENERATE }, .rand_nbytes = 249, .out = { .rand = { 0x70, 0xb0, 0x44, 0x00, 0xeb, 0xf9, 0xb2, 0x1e, 0x28, 0x9e, 0x83, 0xa1, 0x6c, 0x2d, 0x9b, 0xaa, 0x62, 0x70, 0x72, 0xd9, 0x11, 0x46, 0x39, 0x68, 0x7b, 0x55, 0xcd, 0xb6, 0x7f, 0x68, 0xd8, 0xc6, 0x0a, 0x20, 0x25, 0x1a, 0x29, 0x06, 0x2f, 0x9a, 0xf8, 0xfa, 0xef, 0x5b, 0xc9, 0x27, 0x79, 0xbf, 0x79, 0x2a, 0xab, 0x0e, 0x85, 0xf0, 0x77, 0x68, 0x29, 0x72, 0x8e, 0x40, 0x1d, 0x47, 0x3f, 0x71, 0x18, 0xde, 0x55, 0x80, 0x43, 0x2b, 0x0f, 0xd2, 0x24, 0xf2, 0x4f, 0xc1, 0x5e, 0x8d, 0x69, 0x58, 0x44, 0x1a, 0x6a, 0xb2, 0xb8, 0x61, 0xd1, 0xc1, 0x90, 0x85, 0xf6, 0xa9, 0x1d, 0x00, 0xd7, 0xcc, 0x70, 0x3d, 0x73, 0xb6, 0x08, 0x79, 0x11, 0x86, 0x4f, 0x26, 0x16, 0x35, 0x6a, 0x27, 0xf7, 0x85, 0xd4, 0x20, 0x87, 0x36, 0xbd, 0xf2, 0x36, 0x33, 0x42, 0xbd, 0x7d, 0x50, 0x86, 0x25, 0x43, 0x3b, 0x7e, 0xbd, 0xfb, 0x0c, 0x9a, 0x2a, 0xec, 0x3e, 0x67, 0x3d, 0xfa, 0xb8, 0x8e, 0x7e, 0xe7, 0xca, 0x91, 0x38, 0xc3, 0x64, 0x69, 0x3e, 0x30, 0x52, 0x20, 0x10, 0x4b, 0x74, 0x9d, 0x22, 0x32, 0x18, 0x61, 0x3b, 0x7c, 0xa2, 0x15, 0xd3, 0xbf, 0x49, 0xb9, 0xfe, 0x05, 0x18, 0x66, 0x25, 0x08, 0x7f, 0x60, 0x58, 0xf7, 0x38, 0x65, 0x22, 0xa6, 0x78, 0xa1, 0xcf, 0x14, 0xfa, 0xb7, 0x63, 0xcf, 0xa1, 0xf1, 0x80, 0xeb, 0x66, 0xf0, 0xa4, 0xfb, 0xcc, 0x51, 0x82, 0x04, 0xd4, 0x81, 0x11, 0xda, 0xc8, 0x16, 0xe4, 0x4a, 0x8c, 0xbe, 0xba, 0x70, 0xe5, 0xd6, 0x15, 0xc5, 0x51, 0xbd, 0xe7, 0x39, 0x1b, 0x83, 0xfe, 0x54, 0x01, 0x96, 0x58, 0x50, 0x3e, 0xfe, 0x83, 0x0e, 0x74, 0x3c, 0xca, 0x5a, 0x5b, 0xc8, 0xf0, 0x71, 0xb3, 0xa2, 0xdc, 0x93, 0x9b, 0x0b } } }; static const struct cckprng_op_refresh op_refresh_168 = { .hd = { .id = 159, .kind = OP_REFRESH }, .rand = 12124272144367528153ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_169 = { .hd = { .id = 160, .kind = OP_RESEED }, .nonce = 4943891673298389552ULL, .seed_nbytes = 96, .seed = { 0x04, 0xe9, 0xff, 0x35, 0x13, 0x56, 0x2a, 0x32, 0x2d, 0xbf, 0x85, 0xa7, 0x7d, 0xe6, 0xff, 0xca, 0x7d, 0xa0, 0x7d, 0x73, 0x50, 0xf6, 0x78, 0x39, 0xf8, 0xdc, 0x74, 0x93, 0xa8, 0xf6, 0x02, 0x00, 0x6b, 0x16, 0xd3, 0xf3, 0xa1, 0x80, 0x8b, 0xad, 0x16, 0xa0, 0xf8, 0x94, 0xd5, 0x23, 0x15, 0xcd, 0x00, 0xf3, 0x33, 0x43, 0xc5, 0x4d, 0x41, 0x01, 0x16, 0xd0, 0xc2, 0x5a, 0x8f, 0x3e, 0x57, 0xc6, 0x55, 0xed, 0xab, 0xf4, 0x1e, 0x58, 0x93, 0x64, 0xc2, 0x13, 0x4f, 0x5b, 0xa3, 0x14, 0xae, 0x53, 0xa4, 0x46, 0x5e, 0xeb, 0xa7, 0x0f, 0x99, 0x4b, 0x0e, 0x93, 0xdd, 0x89, 0x9b, 0xb5, 0x73, 0x41 } }; static const struct cckprng_op_refresh op_refresh_170 = { .hd = { .id = 161, .kind = OP_REFRESH }, .rand = 2729864839720411014ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_171 = { .hd = { .id = 162, .kind = OP_REFRESH }, .rand = 3252565781827387659ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_172 = { .hd = { .id = 163, .kind = OP_REFRESH }, .rand = 10368654668248000223ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_173 = { .hd = { .id = 164, .kind = OP_RESEED }, .nonce = 4656889825805955617ULL, .seed_nbytes = 18, .seed = { 0x40, 0xcc, 0x9a, 0x5a, 0x70, 0x37, 0x47, 0xd6, 0xb8, 0x3e, 0xc5, 0xa4, 0x8b, 0x4a, 0x9b, 0x20, 0x84, 0xe6 } }; static const struct cckprng_op_generate op_init_174 = { .hd = { .id = 165, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0x32, 0xfb, 0x4b, 0x68, 0x4e, 0xf6, 0x15, 0xa5, 0xd8, 0x4e, 0xaa, 0x8b, 0x17, 0x33, 0x24, 0x15, 0xaa, 0xcb, 0xc4, 0xba, 0x67, 0xa1, 0xc2, 0xfd, 0x00, 0xdc, 0x82, 0x68, 0x1a, 0xb4, 0x23, 0xe7, 0x84, 0x23, 0x84, 0xd1, 0x8c, 0x68, 0x2b, 0xd7, 0x64, 0xe5, 0x9a, 0x2f, 0xef, 0x8b, 0x56, 0xd3, 0xa7, 0x9f, 0x73, 0x56, 0x74, 0xf5, 0x30, 0x18, 0x14, 0xd1, 0xf4, 0xae, 0x7f, 0x00, 0x6f, 0xc5, 0xee, 0x8c, 0x02, 0xa7, 0x0a, 0x88, 0x84, 0x36, 0x54, 0x89, 0x45, 0x83, 0xc6, 0xe7, 0x6b, 0x53, 0x2d, 0xc0, 0x86, 0x0a, 0xa0, 0x14, 0x4b, 0xf6, 0xb5, 0xa3, 0x5d, 0xe9, 0x6b, 0x67, 0x1c, 0x89, 0x76, 0x7a, 0x7c, 0xa6, 0x05, 0x43, 0xff, 0xe7, 0x11, 0xdf, 0xd4, 0x97, 0x1d, 0x32, 0xa6, 0xdf, 0xcc, 0x5a, 0xae, 0x67, 0xf1, 0x36, 0x3c, 0x95, 0x05, 0x77, 0x1b, 0x3b, 0xe7, 0x1b, 0x0a, 0x59, 0x16, 0x08, 0xc8, 0x47, 0x97, 0x04, 0x02, 0x03 } } }; static const struct cckprng_op_reseed op_reseed_175 = { .hd = { .id = 166, .kind = OP_RESEED }, .nonce = 15786478724561476995ULL, .seed_nbytes = 78, .seed = { 0xe8, 0xfc, 0x2b, 0xa7, 0xd7, 0x4e, 0x3d, 0x92, 0x75, 0x6f, 0xc4, 0xcc, 0xfd, 0x62, 0x80, 0x0e, 0x28, 0xc7, 0x3d, 0x2e, 0xdb, 0xc7, 0xf5, 0x22, 0x89, 0x2f, 0x27, 0x04, 0x32, 0x8d, 0x68, 0xbb, 0x40, 0xe1, 0xdd, 0xe7, 0xe1, 0xb2, 0xb2, 0x90, 0xe5, 0x1b, 0xe0, 0x77, 0x3a, 0x4c, 0xfd, 0xeb, 0x62, 0x47, 0x59, 0x43, 0x0d, 0x3e, 0x4b, 0xe9, 0x6c, 0x31, 0xc3, 0x75, 0x42, 0x1e, 0x35, 0xa8, 0xb2, 0x52, 0xd3, 0x68, 0x0d, 0xb1, 0x60, 0xaa, 0xe5, 0x82, 0x18, 0xa7, 0x1e, 0x1b } }; static const struct cckprng_op_reseed op_reseed_176 = { .hd = { .id = 167, .kind = OP_RESEED }, .nonce = 6049035387253487581ULL, .seed_nbytes = 78, .seed = { 0xf0, 0xd2, 0x69, 0xd9, 0xd2, 0x68, 0xf2, 0x78, 0x77, 0x57, 0xe2, 0x37, 0x74, 0xe5, 0x79, 0x91, 0x65, 0xe3, 0x0d, 0x7e, 0x44, 0x18, 0xc4, 0x32, 0x82, 0x80, 0x85, 0xd3, 0x2c, 0x74, 0x5b, 0x24, 0x1e, 0x4c, 0xb4, 0xdd, 0x54, 0x3c, 0xec, 0xb2, 0x19, 0xc7, 0xf3, 0x54, 0x2a, 0x68, 0xd3, 0xce, 0x18, 0x79, 0xd3, 0x63, 0x35, 0x2c, 0x36, 0x40, 0xba, 0x89, 0x88, 0x56, 0x91, 0x0a, 0xa8, 0x0c, 0xf9, 0x6a, 0x56, 0xb0, 0x8a, 0x9e, 0x8d, 0x80, 0xbb, 0xad, 0x09, 0x4f, 0xe8, 0x83 } }; static const struct cckprng_op_refresh op_refresh_177 = { .hd = { .id = 168, .kind = OP_REFRESH }, .rand = 3137836685026877751ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_178 = { .hd = { .id = 169, .kind = OP_RESEED }, .nonce = 18318223422820449193ULL, .seed_nbytes = 46, .seed = { 0x3c, 0xdc, 0x78, 0x0d, 0x7a, 0x60, 0xb9, 0x25, 0xb8, 0xfe, 0xa4, 0x33, 0xa9, 0x8a, 0x4d, 0x68, 0x7f, 0x2b, 0xe0, 0x5e, 0x8f, 0x42, 0x8a, 0x41, 0x22, 0xf4, 0x14, 0xfa, 0x0b, 0x65, 0x8a, 0x81, 0x6c, 0xe6, 0x14, 0x8f, 0xb0, 0x78, 0x54, 0x2f, 0x53, 0x7e, 0x60, 0x2c, 0xee, 0xc3 } }; static const struct cckprng_op *ops_179[] = { (const struct cckprng_op *)&op_init_163, (const struct cckprng_op *)&op_reseed_164, (const struct cckprng_op *)&op_reseed_165, (const struct cckprng_op *)&op_reseed_166, (const struct cckprng_op *)&op_init_167, (const struct cckprng_op *)&op_refresh_168, (const struct cckprng_op *)&op_reseed_169, (const struct cckprng_op *)&op_refresh_170, (const struct cckprng_op *)&op_refresh_171, (const struct cckprng_op *)&op_refresh_172, (const struct cckprng_op *)&op_reseed_173, (const struct cckprng_op *)&op_init_174, (const struct cckprng_op *)&op_reseed_175, (const struct cckprng_op *)&op_reseed_176, (const struct cckprng_op *)&op_refresh_177, (const struct cckprng_op *)&op_reseed_178 }; static const struct cckprng_vector vec_180 = { .id = 170, .note = NULL, .nops = 16, .ops = ops_179 }; static const struct cckprng_op_init op_init_181 = { .hd = { .id = 171, .kind = OP_INIT }, .seed = { 0x8c, 0xfe, 0xa6, 0x69, 0x9a, 0x0f, 0x5f, 0xc1, 0xc3, 0x76, 0xd7, 0x15, 0x81, 0xc0, 0xc0, 0x71, 0xc5, 0x33, 0xa2, 0xbe, 0x30, 0xfb, 0x9a, 0x28, 0xa3, 0x85, 0xd0, 0xa4, 0x70, 0xf2, 0xcd, 0x7c }, .nonce = { 0xe9, 0xf8, 0xc6, 0x36, 0x5d, 0xc9, 0x87, 0x83 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_182 = { .hd = { .id = 172, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0x4e, 0x94, 0xe0, 0x79, 0xdd, 0xef, 0x86, 0x63, 0xc9, 0x93, 0x33, 0xc9, 0x46, 0x3e, 0x7f, 0x79, 0x41, 0x0b, 0x3d, 0x3c, 0x83, 0x7b, 0x66, 0xce, 0x3d, 0x91, 0xb5, 0xda, 0x88, 0x23, 0x0f, 0xf6, 0x67, 0x40, 0xff, 0x2f, 0xc6, 0x66, 0x9d, 0x96, 0x4a, 0xfa } } }; static const struct cckprng_op_refresh op_refresh_183 = { .hd = { .id = 173, .kind = OP_REFRESH }, .rand = 14302885626333631790ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_184 = { .hd = { .id = 174, .kind = OP_REFRESH }, .rand = 16408914802214148762ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_185 = { .hd = { .id = 175, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0xdb, 0xc5, 0x70, 0x56, 0x93, 0xd1, 0x31, 0x1d, 0x67, 0xf2, 0xb8, 0x85, 0x5c, 0x4f, 0xc4, 0x5d, 0x38, 0xf0, 0xf5, 0x56, 0xbc, 0x0e, 0x8d, 0xf1, 0xb7, 0xa6, 0xb1, 0x15, 0x6e, 0x5a, 0xa8, 0xcb, 0xfb, 0x65, 0x46, 0xfc, 0xa3, 0xa0, 0xdd, 0xa7, 0x34, 0xa3, 0xd0, 0xd3, 0xff, 0x52, 0x80, 0xfb, 0x34, 0x04, 0xd6, 0x8f, 0xcf, 0x85, 0x10, 0x66, 0x70, 0x94, 0xf0, 0xf4, 0x10, 0xa3, 0x2e, 0xfb, 0xc0, 0x4c, 0x0a, 0x32, 0x09, 0x78, 0xe5, 0x7f, 0x7d, 0x1a, 0x8e, 0x51, 0x8e, 0x1e, 0x1a, 0x3a, 0x0c, 0x86, 0x03, 0xe3, 0x5f, 0xe5, 0x3e, 0xfe, 0x3a, 0x3b, 0xa8, 0x09, 0x23, 0xef, 0x0a, 0x08, 0x18, 0x67, 0xe8, 0x69, 0xb9, 0xb1, 0x36, 0x07, 0xf1, 0x61, 0xfe, 0x3d, 0xbf, 0x12, 0x69, 0x4d, 0x3a, 0x27, 0x06, 0x96, 0xab, 0x6b, 0x1c, 0x8b, 0x81, 0x2e, 0x4f, 0x4c, 0x52, 0x20, 0x4c, 0x4b, 0xfb, 0x81, 0x33, 0xd5, 0x19, 0xbe, 0xad, 0xc6, 0x4d, 0x09, 0x0f, 0xfc, 0x4c, 0x8c, 0x07, 0x38, 0x86, 0x4a, 0xb1, 0xb7, 0x41, 0xf4, 0xfc, 0x91, 0x32, 0x76, 0x08, 0x95, 0x4a, 0x97, 0xb6, 0xbd, 0x76, 0xd8, 0x41, 0xdc, 0x1c, 0x19, 0x64, 0xd0, 0x8e, 0xd9, 0xc2, 0xd8, 0x11, 0xb7, 0x52, 0xba, 0xf0, 0xd6, 0x64, 0xa2, 0xf9, 0x89, 0xa3, 0x1b, 0x61, 0x01, 0xc3, 0xfd, 0xd3, 0xfd, 0xa1, 0xfc, 0x70 } } }; static const struct cckprng_op_reseed op_reseed_186 = { .hd = { .id = 176, .kind = OP_RESEED }, .nonce = 4341437926225790440ULL, .seed_nbytes = 253, .seed = { 0x27, 0x9b, 0xaf, 0x74, 0x30, 0xf5, 0xa0, 0x7f, 0xa5, 0x64, 0x74, 0x9e, 0x77, 0xf9, 0x2d, 0xe6, 0xc4, 0x57, 0x15, 0x56, 0xc3, 0x64, 0x32, 0x6f, 0x99, 0x58, 0x13, 0xda, 0x08, 0x77, 0xa1, 0xfe, 0x02, 0x12, 0xf9, 0x9a, 0xcd, 0x83, 0x83, 0x44, 0xf6, 0x69, 0xc4, 0xc1, 0x89, 0x63, 0x43, 0x7d, 0x71, 0xe4, 0xdd, 0xef, 0x0f, 0xf4, 0xb5, 0x7a, 0x72, 0x6e, 0x05, 0x48, 0xb0, 0x01, 0x3f, 0x0e, 0x41, 0x28, 0x0c, 0xd2, 0x93, 0xc7, 0x26, 0xda, 0x21, 0x2a, 0xbd, 0x4c, 0x51, 0x86, 0x54, 0xca, 0xda, 0xe1, 0x0e, 0x9c, 0x82, 0x06, 0xc2, 0x05, 0xe3, 0x15, 0x34, 0x72, 0x44, 0xa5, 0xc5, 0x42, 0x0c, 0xbb, 0xab, 0xd8, 0xdd, 0x8b, 0xd1, 0x6b, 0xba, 0x53, 0x21, 0x5c, 0x47, 0x59, 0x0e, 0x8b, 0xd1, 0x4c, 0x3a, 0x44, 0x4a, 0xe1, 0x29, 0xc5, 0x7c, 0x33, 0x1d, 0x40, 0xbc, 0x60, 0x54, 0x25, 0x78, 0x70, 0xc8, 0xa1, 0x10, 0x16, 0xf8, 0x75, 0xbc, 0x74, 0x23, 0x38, 0x2f, 0x5b, 0x8f, 0xd9, 0x22, 0x6a, 0x99, 0x3f, 0x37, 0x63, 0xf9, 0xec, 0xb6, 0x4a, 0xdc, 0x42, 0xe3, 0x81, 0x83, 0x37, 0x5a, 0xc0, 0x01, 0xe1, 0x27, 0xed, 0xd4, 0xa4, 0x44, 0x7f, 0xaa, 0xe3, 0x22, 0x96, 0xee, 0xa8, 0x8d, 0xab, 0xe9, 0xfc, 0x0b, 0x70, 0xed, 0x16, 0xe1, 0x13, 0xb0, 0x0d, 0xf2, 0x80, 0x16, 0x8a, 0xbd, 0x43, 0x7b, 0x26, 0x1d, 0x26, 0x8e, 0xbf, 0x99, 0xe2, 0x05, 0x89, 0x95, 0x2b, 0xc4, 0xde, 0xaf, 0x85, 0x5c, 0x0a, 0x41, 0x0a, 0x47, 0x49, 0xf2, 0x19, 0xb4, 0xe5, 0x63, 0xcc, 0x43, 0xdc, 0x85, 0xbb, 0x27, 0x39, 0xaf, 0x11, 0x0e, 0xc3, 0xd4, 0xe4, 0x03, 0x0b, 0xd7, 0xbb, 0xce, 0x8a, 0xbc, 0x3d, 0xa3, 0x81, 0x82, 0xe6, 0xb7, 0x46, 0x89, 0x90, 0x72, 0x4a, 0xeb } }; static const struct cckprng_op_refresh op_refresh_187 = { .hd = { .id = 177, .kind = OP_REFRESH }, .rand = 5886349847844585320ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_188 = { .hd = { .id = 178, .kind = OP_GENERATE }, .rand_nbytes = 108, .out = { .rand = { 0x2e, 0xa0, 0xf6, 0x02, 0x89, 0xa2, 0x96, 0xde, 0x51, 0xd1, 0x22, 0xf0, 0x6e, 0x00, 0x00, 0x75, 0xf4, 0x4c, 0xd1, 0xcc, 0x89, 0x7a, 0x4d, 0xb8, 0x96, 0x14, 0xbd, 0x21, 0x2e, 0x3b, 0xae, 0xed, 0xe6, 0xd3, 0x65, 0x6f, 0xfd, 0x01, 0x58, 0x18, 0x94, 0x38, 0x73, 0xcb, 0x97, 0x54, 0xc8, 0x93, 0xd4, 0x90, 0x4d, 0xf5, 0xa5, 0x65, 0x51, 0x50, 0xcf, 0xbb, 0x78, 0xe9, 0xd8, 0x6c, 0x9f, 0x9d, 0x33, 0xef, 0x37, 0x8c, 0x9d, 0x11, 0xb0, 0xb9, 0xc6, 0xc9, 0xb9, 0x86, 0x56, 0xbe, 0xe9, 0xf4, 0x89, 0x93, 0xe4, 0x88, 0x18, 0xfd, 0x38, 0xf6, 0x35, 0x2b, 0x55, 0x95, 0xc0, 0x93, 0x28, 0xbe, 0x14, 0x16, 0xb8, 0xc4, 0xc4, 0xb0, 0x67, 0x32, 0x60, 0xe6, 0x9e, 0x68 } } }; static const struct cckprng_op_reseed op_reseed_189 = { .hd = { .id = 179, .kind = OP_RESEED }, .nonce = 3495444485473668894ULL, .seed_nbytes = 109, .seed = { 0x11, 0x8a, 0xe3, 0x98, 0x6a, 0x88, 0xdb, 0xf9, 0x08, 0x79, 0x35, 0x22, 0x60, 0x21, 0xd2, 0x99, 0xfa, 0x5e, 0xc3, 0x3f, 0x5b, 0x47, 0x31, 0x38, 0x6e, 0x3c, 0x8a, 0x2a, 0xdd, 0xc4, 0x19, 0xea, 0x09, 0x23, 0x17, 0x22, 0xae, 0x98, 0x5c, 0x41, 0x9d, 0x53, 0xbb, 0x47, 0x96, 0xac, 0x0a, 0x54, 0x8a, 0xef, 0x20, 0x09, 0xfb, 0x0d, 0xa0, 0x77, 0x08, 0x24, 0x0b, 0x34, 0x7f, 0x74, 0x9d, 0x0d, 0xea, 0xfd, 0x8c, 0xe0, 0x57, 0xc1, 0x61, 0xfc, 0x7c, 0xd0, 0x6c, 0x8c, 0x24, 0x99, 0xb1, 0xe3, 0x18, 0x5e, 0x1d, 0xda, 0xcd, 0x8b, 0xa1, 0xa8, 0x13, 0xb4, 0x17, 0x4c, 0x96, 0xea, 0xe5, 0x3d, 0x04, 0x7a, 0xf1, 0x43, 0xeb, 0xec, 0xa7, 0x34, 0xed, 0xf3, 0x07, 0x92, 0x7b } }; static const struct cckprng_op_refresh op_refresh_190 = { .hd = { .id = 180, .kind = OP_REFRESH }, .rand = 17737265126965306919ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_191 = { .hd = { .id = 181, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0xa0, 0x8d, 0x1a, 0x3b, 0xb2, 0x21, 0x19, 0xaa, 0xad, 0x73, 0xe4, 0xa0, 0x50, 0xab, 0xdf, 0x05, 0x77, 0x67, 0xdf, 0xd0, 0x9a, 0xed, 0xeb, 0x4a, 0xae, 0x3c, 0x1b, 0x3f, 0xf7, 0xf8, 0x24, 0xa0, 0xfe, 0x86, 0xcc, 0x28, 0x03, 0xf4, 0x8e, 0x1b, 0x1f, 0xc6, 0x96, 0xff, 0xc3, 0x07, 0x59, 0x57, 0x36, 0x72, 0x49, 0xb9, 0xc0, 0x16, 0x47, 0xf4, 0x05, 0x77, 0x59, 0x8f, 0xa6, 0xb9, 0x90, 0xc1, 0xb0, 0x7a, 0x4f, 0xa0, 0x4e, 0x8a, 0xac, 0xbb, 0xfd, 0xc9, 0x41, 0x4a, 0x08, 0xd6, 0xaa, 0xa3, 0x18, 0xd0, 0xb2, 0xaf, 0x1c, 0xdf, 0xa9, 0x5b, 0x13, 0xa0, 0x7d, 0x78, 0x2a, 0xa6, 0xff, 0xb0, 0xd6, 0x9e, 0x49, 0x4a, 0x4c, 0x3d, 0x44, 0x0a, 0x66, 0x97, 0xc2, 0xb9, 0xf2, 0x8a, 0xbf, 0xa3, 0xaa, 0x69, 0xad, 0x2f, 0x47 } } }; static const struct cckprng_op_generate op_init_192 = { .hd = { .id = 182, .kind = OP_GENERATE }, .rand_nbytes = 60, .out = { .rand = { 0xba, 0x3b, 0x83, 0x07, 0xb9, 0x4a, 0x2d, 0x5f, 0x51, 0xad, 0xe9, 0x3b, 0x63, 0xbc, 0xac, 0x67, 0xa6, 0x5c, 0x85, 0xac, 0x99, 0xc8, 0x73, 0xa3, 0xda, 0x38, 0x8a, 0x3e, 0x70, 0x5c, 0xeb, 0x85, 0x77, 0xfc, 0x18, 0xa5, 0x04, 0x72, 0x98, 0xd7, 0x4c, 0xc0, 0xf5, 0xd0, 0x3f, 0x21, 0xc0, 0x9d, 0x85, 0x30, 0x30, 0x32, 0x90, 0x6b, 0x76, 0x65, 0x36, 0x02, 0x06, 0x90 } } }; static const struct cckprng_op_refresh op_refresh_193 = { .hd = { .id = 183, .kind = OP_REFRESH }, .rand = 10091749143323758301ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_194 = { .hd = { .id = 184, .kind = OP_GENERATE }, .rand_nbytes = 101, .out = { .rand = { 0x79, 0x38, 0xe0, 0x9d, 0x1c, 0x07, 0x84, 0xd2, 0xbc, 0x8b, 0x3b, 0xeb, 0xea, 0x08, 0x53, 0x34, 0x71, 0x9e, 0xed, 0x93, 0xd8, 0xea, 0xd3, 0xb1, 0x71, 0x64, 0x44, 0xe9, 0x98, 0x15, 0xf4, 0x48, 0xa0, 0xe9, 0xac, 0x2b, 0xa7, 0x75, 0x33, 0x84, 0x82, 0xcd, 0x8a, 0xea, 0x30, 0x01, 0x08, 0x08, 0x00, 0x08, 0x10, 0x04, 0xeb, 0xb7, 0xf4, 0xb2, 0x37, 0xff, 0x3b, 0xcd, 0x3f, 0xc6, 0x30, 0xf1, 0x76, 0xc1, 0x42, 0x13, 0x89, 0xb0, 0xbf, 0xb6, 0x9f, 0xae, 0x57, 0xbb, 0xbb, 0x71, 0x36, 0x7b, 0xc5, 0x3d, 0x75, 0x1e, 0x40, 0x88, 0xac, 0x57, 0x5e, 0x66, 0xb0, 0xcc, 0xd2, 0xd8, 0x3f, 0x7b, 0x56, 0x82, 0x59, 0x0f, 0xa1 } } }; static const struct cckprng_op_refresh op_refresh_195 = { .hd = { .id = 185, .kind = OP_REFRESH }, .rand = 2594419993321530487ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_196 = { .hd = { .id = 186, .kind = OP_RESEED }, .nonce = 15786023872677631491ULL, .seed_nbytes = 57, .seed = { 0xbb, 0x02, 0xec, 0xb2, 0x26, 0x18, 0x13, 0x59, 0xf1, 0x2b, 0x85, 0xad, 0x80, 0x51, 0xf9, 0x7f, 0x94, 0x26, 0xd8, 0xb5, 0x37, 0xc6, 0xb4, 0xed, 0x29, 0x32, 0x61, 0x61, 0x43, 0x49, 0x26, 0xd1, 0xc7, 0xaf, 0x20, 0xde, 0xdb, 0x3e, 0xaf, 0x1b, 0xba, 0xe5, 0x36, 0x98, 0x3b, 0xd4, 0xa8, 0x4b, 0x62, 0xd2, 0xae, 0x4c, 0x85, 0xa2, 0x3a, 0x3d, 0x74 } }; static const struct cckprng_op *ops_197[] = { (const struct cckprng_op *)&op_init_181, (const struct cckprng_op *)&op_init_182, (const struct cckprng_op *)&op_refresh_183, (const struct cckprng_op *)&op_refresh_184, (const struct cckprng_op *)&op_init_185, (const struct cckprng_op *)&op_reseed_186, (const struct cckprng_op *)&op_refresh_187, (const struct cckprng_op *)&op_init_188, (const struct cckprng_op *)&op_reseed_189, (const struct cckprng_op *)&op_refresh_190, (const struct cckprng_op *)&op_init_191, (const struct cckprng_op *)&op_init_192, (const struct cckprng_op *)&op_refresh_193, (const struct cckprng_op *)&op_init_194, (const struct cckprng_op *)&op_refresh_195, (const struct cckprng_op *)&op_reseed_196 }; static const struct cckprng_vector vec_198 = { .id = 187, .note = NULL, .nops = 16, .ops = ops_197 }; static const struct cckprng_op_init op_init_199 = { .hd = { .id = 188, .kind = OP_INIT }, .seed = { 0xf7, 0xbd, 0x92, 0xe2, 0x53, 0x27, 0x66, 0x40, 0x53, 0xbb, 0xa2, 0x95, 0x72, 0xb0, 0x7b, 0x49, 0xcb, 0x84, 0x41, 0x86, 0xa0, 0x10, 0x85, 0xd9, 0xe3, 0xa8, 0x30, 0xb8, 0x43, 0x71, 0x98, 0xf1 }, .nonce = { 0x92, 0x46, 0xeb, 0x96, 0x71, 0x30, 0x39, 0x64 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_200 = { .hd = { .id = 189, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0x14, 0xf1, 0x9e, 0xbf, 0x81, 0xc8, 0xc9, 0x8f, 0x74, 0x35, 0xba, 0x45, 0x78, 0xdf, 0xb2, 0xa9, 0x09, 0xb6, 0xd4, 0x4f, 0x39, 0xdc, 0x75, 0xe5, 0x73, 0xd8, 0x18, 0x0c, 0xb2, 0x1c, 0xd3, 0x27, 0x8e, 0x78, 0xe2, 0xc5, 0xa6, 0x83, 0x8d, 0xc2, 0x8d, 0x2f, 0x04, 0x5e, 0xdd, 0x82, 0xfa, 0x24, 0x30, 0x63, 0x5e, 0xf4, 0xfa, 0xe5, 0xa6, 0x56, 0x01, 0x5a, 0x9a, 0x2e, 0x22, 0xe6, 0x5b, 0xe4, 0x0c, 0xe5, 0x38, 0x82, 0xdb, 0x99, 0x96, 0x55, 0x88, 0x54, 0x19, 0xdc, 0xa0, 0xb8, 0xd3, 0x86, 0xe6, 0xd8, 0x41, 0xc2, 0x96, 0xf7, 0xb1, 0x08, 0x42, 0x72, 0x25, 0x53, 0x15, 0x8d, 0xbb, 0x1e, 0xf6, 0x44, 0xca, 0x0a, 0x65, 0x43, 0x71, 0x50, 0x77, 0xa1, 0x33, 0xe3, 0x3c, 0x63, 0x57, 0xea, 0x32, 0xff, 0x11, 0xfc, 0xa4, 0x60, 0x24, 0xc5, 0x30, 0x51, 0x01, 0x04, 0xe2, 0xf9, 0xf9, 0x14, 0x72, 0x3a, 0xf1, 0x1d, 0xc8, 0xd7, 0x79, 0x3f, 0x5b, 0x2c, 0x96, 0x92, 0xd8, 0x2e, 0xe5, 0x3b, 0xcf, 0x62, 0xc2, 0xba, 0x58, 0x95, 0xb3, 0x22, 0x7d, 0xd7, 0xe9, 0xd2, 0xff, 0xa4, 0x56, 0x71, 0xd1, 0xe0, 0xe1, 0x82 } } }; static const struct cckprng_op_generate op_init_201 = { .hd = { .id = 190, .kind = OP_GENERATE }, .rand_nbytes = 273, .out = { .rand = { 0x4c, 0x68, 0x4c, 0xe6, 0xa8, 0xb4, 0x9b, 0x8e, 0x5b, 0x82, 0xa9, 0xed, 0x98, 0x75, 0x96, 0x45, 0xd6, 0x55, 0xb7, 0x48, 0xf3, 0x47, 0x78, 0x59, 0xb7, 0x57, 0x3c, 0xc2, 0xec, 0x83, 0x5a, 0x3d, 0x68, 0x83, 0x87, 0x9a, 0xb9, 0x61, 0xcc, 0x3a, 0xae, 0x3a, 0xa4, 0x67, 0x0b, 0x79, 0xd1, 0x36, 0x07, 0x20, 0xb3, 0x1b, 0x9d, 0x47, 0x29, 0xff, 0x53, 0x4d, 0xf8, 0x01, 0xb3, 0x47, 0x56, 0xfc, 0x61, 0x71, 0x54, 0x34, 0x36, 0xb5, 0x6a, 0x90, 0x1e, 0xe9, 0x02, 0x1d, 0x17, 0x5e, 0x3b, 0x95, 0x52, 0x2d, 0x63, 0xa9, 0x04, 0x6a, 0x3a, 0x8d, 0x6d, 0xae, 0x32, 0xc4, 0xf2, 0xd1, 0x81, 0xd3, 0x26, 0x5d, 0x9b, 0xa9, 0x9f, 0xf7, 0xed, 0x8a, 0x19, 0xb5, 0xc3, 0xa7, 0x12, 0xe3, 0x1d, 0x04, 0x87, 0xed, 0x13, 0x01, 0x0a, 0x94, 0x42, 0x03, 0x75, 0x64, 0x87, 0x9c, 0xc8, 0x01, 0x8f, 0x1f, 0x86, 0x69, 0x1d, 0x8b, 0xba, 0xe4, 0x9a, 0xd4, 0x91, 0x8a, 0xe9, 0x93, 0x05, 0x55, 0x5d, 0x6a, 0xe6, 0xf5, 0xde, 0x6d, 0x8b, 0xde, 0x6d, 0x4b, 0x7b, 0xd4, 0x67, 0x68, 0x61, 0x1a, 0x52, 0x45, 0xe1, 0xe5, 0xe1, 0xbf, 0x56, 0xc6, 0x42, 0x8f, 0x60, 0xa2, 0xaa, 0x32, 0x07, 0x8c, 0x3e, 0x25, 0xbe, 0x57, 0x04, 0x9c, 0x74, 0xab, 0x56, 0x0a, 0xff, 0x23, 0xf6, 0x19, 0x16, 0x23, 0x0c, 0xbc, 0xb8, 0x0d, 0xdb, 0xbd, 0xe1, 0xdc, 0xc9, 0x91, 0x2e, 0xb0, 0x70, 0x29, 0xe3, 0xc0, 0xe3, 0xe3, 0xe8, 0xe7, 0x47, 0x3f, 0x7a, 0x0e, 0x74, 0xb5, 0x00, 0x17, 0xac, 0x48, 0xef, 0xc7, 0x31, 0x95, 0x4a, 0x6c, 0xf7, 0xe6, 0xba, 0x64, 0x90, 0x1e, 0xab, 0x6a, 0xa6, 0x4b, 0x42, 0x2e, 0x8b, 0x91, 0x92, 0x8d, 0x7e, 0xc7, 0xd8, 0x72, 0xdc, 0xfb, 0x80, 0xd7, 0x7e, 0x14, 0x57, 0x9c, 0xc5, 0x97, 0x81, 0x1c, 0xaf, 0x12, 0xca, 0xf2, 0x4b, 0x8c, 0xdd, 0xe9, 0xeb, 0x74, 0x0d, 0xeb, 0xf6, 0xf3, 0xeb } } }; static const struct cckprng_op_reseed op_reseed_202 = { .hd = { .id = 191, .kind = OP_RESEED }, .nonce = 6737215242181700569ULL, .seed_nbytes = 229, .seed = { 0xcb, 0x3d, 0x26, 0xd9, 0x6e, 0xc0, 0xd5, 0x82, 0x30, 0xff, 0x15, 0x2b, 0xf5, 0x46, 0x0b, 0x2e, 0xa8, 0xab, 0xcd, 0x66, 0xab, 0x19, 0x8a, 0xfb, 0x0f, 0xe4, 0x6b, 0x49, 0xae, 0xbb, 0x04, 0xad, 0x2f, 0xe5, 0x71, 0x46, 0xbb, 0x70, 0xe8, 0xfd, 0x84, 0xc1, 0x6f, 0x98, 0x86, 0xa8, 0x86, 0xca, 0x9d, 0x98, 0x9b, 0x4d, 0x66, 0x28, 0x31, 0xd9, 0xc2, 0xb7, 0x85, 0x55, 0xd6, 0x1f, 0xed, 0xd9, 0xd7, 0x56, 0x94, 0xb8, 0xe2, 0x76, 0x16, 0x8b, 0x07, 0xdd, 0x85, 0x28, 0xf7, 0x1c, 0xdb, 0x68, 0x7f, 0x2f, 0x89, 0x4e, 0x95, 0x2b, 0xd2, 0xef, 0x5c, 0x5a, 0x76, 0xe9, 0x91, 0x95, 0xb6, 0xf5, 0xc5, 0x32, 0x05, 0x41, 0x8f, 0x4f, 0xc2, 0xb0, 0xb1, 0x2f, 0xc1, 0x27, 0x16, 0x32, 0x64, 0x4b, 0x12, 0xc1, 0x85, 0xb3, 0xa8, 0x23, 0xde, 0x63, 0x38, 0x2a, 0x12, 0x99, 0xe8, 0xde, 0xe3, 0xb4, 0x2b, 0x92, 0x65, 0x4f, 0x73, 0xf3, 0xe2, 0xed, 0x59, 0xfa, 0x35, 0x83, 0x1d, 0x8f, 0xd9, 0xe6, 0xca, 0xcf, 0x44, 0xa8, 0x24, 0x64, 0x6f, 0x54, 0xb0, 0x37, 0x9c, 0x1c, 0x9e, 0x64, 0x45, 0xf0, 0x9a, 0x05, 0xc1, 0x67, 0x3f, 0x9d, 0xde, 0x46, 0x26, 0x62, 0x06, 0x75, 0x45, 0x0b, 0x0b, 0xc2, 0x12, 0xcc, 0x53, 0x33, 0x08, 0x80, 0x65, 0x9e, 0xeb, 0xd1, 0x52, 0x72, 0x5d, 0x2b, 0x16, 0xdd, 0xe1, 0xe6, 0xa5, 0x41, 0xea, 0x57, 0x57, 0xe0, 0x6b, 0x66, 0x4c, 0x55, 0x78, 0x46, 0x5b, 0x21, 0x32, 0x28, 0xfa, 0x34, 0x2c, 0x61, 0x41, 0x49, 0xca, 0x84, 0xe9, 0x8e, 0xac, 0x6a, 0x65, 0x10, 0x44, 0x17, 0xfd, 0x8c, 0x4a } }; static const struct cckprng_op_generate op_init_203 = { .hd = { .id = 192, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0xb6, 0x9f, 0xca, 0xa5, 0xb5, 0x6d, 0xe7, 0x51, 0x4b, 0x38, 0xce, 0x45, 0x8d, 0xff, 0xd7, 0x77, 0x6b, 0xf9, 0xd4, 0xb3, 0xfb, 0x59, 0x5e, 0x1c, 0x10, 0xae, 0xff, 0xe3, 0xdc, 0x55, 0x66, 0x17, 0xa1, 0x00, 0xd0, 0x00, 0x0f, 0xd3, 0xcc, 0x46, 0x8e, 0xce, 0xfa, 0xb3, 0x29, 0x8d, 0x5d, 0x37, 0xaa, 0x4e, 0xe7, 0xec, 0x38, 0x8a, 0x6e, 0x24, 0xb2, 0x85, 0xc0, 0xa1, 0xf7, 0xdb, 0x1c, 0x44, 0x12, 0xe6, 0xac, 0xa2, 0x6a, 0x41, 0xd8, 0xc1, 0xd2, 0x09, 0xa8, 0x52, 0x16, 0x80, 0xab, 0xde, 0xf8, 0x90, 0xab, 0xc0, 0xa6, 0xf1, 0x43, 0xbd, 0xb9, 0xd4, 0xb5, 0xdf, 0x41, 0x7b, 0x1c, 0x2e, 0x0f, 0x65, 0x35, 0x51, 0xa1, 0xee, 0xdf, 0x55, 0x2c, 0x33, 0xd3, 0x13, 0x85, 0x23, 0xeb, 0x7d, 0xa5, 0xe5, 0x63, 0xea, 0x81, 0x21, 0x7c, 0x7b, 0xba, 0xcb, 0xf3, 0x4f, 0x12, 0x52, 0xb2, 0x1f, 0xbd, 0x9e, 0xaa, 0x90, 0x59, 0x70, 0x2e } } }; static const struct cckprng_op_refresh op_refresh_204 = { .hd = { .id = 193, .kind = OP_REFRESH }, .rand = 2401661205462999517ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_205 = { .hd = { .id = 194, .kind = OP_REFRESH }, .rand = 1859953510170314994ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_206 = { .hd = { .id = 195, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0x04, 0x3b, 0xb9, 0x54, 0xf0, 0xf6, 0x87, 0x69, 0x47, 0xf4, 0x55, 0xb0, 0xe8, 0x2a, 0xe7, 0xa3, 0x3a, 0x35, 0x42, 0x71, 0x76, 0x7a, 0x5f, 0xb2, 0x4d, 0xf8, 0x95, 0x66, 0xd2, 0xee, 0x47, 0xfe, 0x39, 0x04, 0xf7, 0x92, 0x6e, 0x0d, 0x7c, 0xf0, 0x87, 0xfa, 0x7b, 0xd6, 0x5d, 0x41, 0x9e, 0x71, 0x26, 0xb5, 0x04, 0x62, 0x90, 0x6d, 0xa6, 0x65, 0xe0, 0x60, 0x9f, 0x44, 0x7b, 0x47, 0xc4, 0xcf, 0xfb, 0xd3, 0xda, 0x80, 0x40, 0x3b, 0x71, 0x11, 0x74, 0x2c, 0x61, 0x38, 0x7c, 0x1f, 0xbb, 0x84, 0x68, 0xb4, 0x53, 0x0d, 0x01, 0x58, 0xc4, 0x06, 0xc0, 0xd7, 0xf9, 0x52, 0x36, 0x5d, 0x5d, 0x6b, 0xa7, 0x77, 0xd5, 0x2d, 0x5d, 0xf5, 0x2e, 0x5d, 0x2b, 0x7e, 0x3d, 0xf8, 0x96, 0x48, 0x6f, 0x8e, 0xd2, 0xfa, 0x80, 0x2e, 0x75, 0x76, 0xed, 0x57, 0x07, 0xf7, 0x1e, 0x2e, 0x94, 0x7d, 0x32, 0x55, 0xf2, 0x31, 0x36, 0x8b, 0xe8, 0x9d, 0x41, 0x74, 0xfe, 0x2f, 0x55, 0xad, 0xb9, 0xa7, 0x71, 0xe3, 0x34, 0x39, 0xfa, 0xa0, 0xff, 0x14, 0xca, 0xe1, 0x7d, 0xf2, 0x0b, 0xa4, 0x2c, 0xe2, 0x80, 0x4b, 0x91, 0x32, 0xb9, 0xdc, 0xe3, 0x52, 0x75, 0xae, 0xd4, 0xa5, 0x5f, 0x80, 0x7f, 0x06, 0x62, 0x03, 0xcb, 0x54, 0x8a, 0xd9, 0xfb, 0x33, 0x4c, 0x8e, 0x6b, 0x25, 0x39, 0x63, 0x45, 0x21, 0x0b, 0x59, 0x16, 0xc0, 0xd9, 0x59, 0x59, 0x59, 0x16, 0x97, 0x0f, 0xb3, 0x8e, 0x7d, 0x47, 0x08, 0x70, 0x36, 0x53, 0xdc, 0xe6, 0x23, 0x0c, 0x2a, 0xa5, 0x99, 0x1a, 0xd2, 0xb6, 0x57, 0x80, 0xf5, 0xd4, 0x86, 0xd5, 0xcd, 0x1a, 0xa3, 0x7a, 0x01, 0xca, 0x24, 0xe4, 0x49, 0x37, 0x20, 0x5a, 0xae, 0xba, 0xdc, 0x41, 0x7d } } }; static const struct cckprng_op_generate op_init_207 = { .hd = { .id = 196, .kind = OP_GENERATE }, .rand_nbytes = 5, .out = { .rand = { 0x59, 0x32, 0x74, 0x6b, 0x6f } } }; static const struct cckprng_op_refresh op_refresh_208 = { .hd = { .id = 197, .kind = OP_REFRESH }, .rand = 15551922376659326029ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_209 = { .hd = { .id = 198, .kind = OP_GENERATE }, .rand_nbytes = 71, .out = { .rand = { 0x35, 0x48, 0xf4, 0x98, 0x42, 0xd9, 0x3c, 0xd1, 0x93, 0xb4, 0x2f, 0x84, 0x34, 0xa3, 0xc8, 0x0f, 0x64, 0x7c, 0xcd, 0xd1, 0x05, 0xf3, 0x3f, 0x40, 0x6a, 0xe9, 0x28, 0x90, 0x7a, 0xde, 0xff, 0xa3, 0xe7, 0x64, 0x9c, 0x32, 0x74, 0x34, 0xe4, 0x22, 0x50, 0x23, 0xce, 0x8c, 0x2c, 0x1b, 0xa9, 0x8f, 0xde, 0xf6, 0xd6, 0x46, 0xc2, 0x57, 0x61, 0xf7, 0x96, 0xd4, 0x08, 0xfa, 0x22, 0x2d, 0x53, 0xd3, 0x48, 0xf4, 0x37, 0x99, 0xd8, 0x54, 0x8e } } }; static const struct cckprng_op_refresh op_refresh_210 = { .hd = { .id = 199, .kind = OP_REFRESH }, .rand = 18227716845916472376ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_211 = { .hd = { .id = 200, .kind = OP_REFRESH }, .rand = 2383788144313935694ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_212 = { .hd = { .id = 201, .kind = OP_GENERATE }, .rand_nbytes = 33, .out = { .rand = { 0x45, 0xb8, 0x21, 0x83, 0xbd, 0xb6, 0xf9, 0x57, 0xb4, 0x8c, 0x01, 0xcc, 0xfd, 0x90, 0x83, 0x7e, 0x36, 0xdc, 0xad, 0x78, 0x78, 0xf8, 0x7a, 0x0b, 0x7f, 0x8b, 0x9a, 0x4e, 0xbe, 0x6e, 0x3e, 0x1a, 0xe5 } } }; static const struct cckprng_op_generate op_init_213 = { .hd = { .id = 202, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0xbe, 0xbe, 0x74, 0x47, 0x2c, 0xce, 0x44, 0xf2, 0x02, 0xd3, 0xf0, 0xbe, 0xdc, 0xc6, 0x55, 0x98, 0x15, 0x86, 0x3e, 0x43, 0xb2, 0x3f, 0x46, 0xc8, 0xcd, 0x64, 0xe8, 0xb0, 0xe7, 0x4d, 0x34, 0xdd, 0xfb, 0xd4, 0xb0, 0x8b, 0xdf, 0xd2, 0x4d, 0xad, 0x60, 0x8b, 0x7c, 0x72, 0x57, 0x4a, 0x7e, 0xdf, 0xdb, 0x06, 0x81, 0xdf, 0xe8, 0x0f, 0x0e, 0xfe, 0xc8, 0x10, 0x66, 0x1d, 0x29, 0x7d, 0x5c, 0x97, 0x4d, 0xb8, 0x7f, 0x7d, 0x51, 0x8e, 0x12, 0x4b, 0xa2, 0x04, 0xe4, 0xb5, 0x1c, 0xd8, 0xb8, 0x2c, 0x7d, 0xc0, 0x9f, 0x89, 0xf6, 0xe7, 0xd8, 0x85, 0x6d, 0x8b, 0xb5, 0xe4, 0x73, 0x2b, 0xc4, 0xbf, 0x4a, 0x81, 0xcf, 0x79, 0x15, 0x77, 0x8c, 0x44, 0x3b, 0x7e, 0xea, 0xcd, 0x7b, 0x92, 0x7b, 0x26, 0x18, 0xd2, 0x0c, 0x52, 0x3f, 0x8e, 0x08, 0x94, 0x5f, 0x38, 0x82, 0x83, 0xf4, 0x41, 0xcf, 0x32, 0x40, 0x6e, 0xea, 0x0b, 0xd0, 0x68, 0x56, 0xfd, 0x61, 0xdd, 0x4f, 0x20, 0x0b, 0x84, 0x3c, 0x0f, 0xef, 0x23, 0x06, 0x4b, 0x44, 0x2b, 0xfc, 0xea, 0xdc, 0x2d, 0x92, 0x4c, 0x6d, 0xd1, 0xa1, 0x9c, 0x40, 0xe7, 0xf6, 0x65, 0xd8, 0x07, 0x0d, 0xf7, 0x59, 0xcb, 0x6c, 0xef, 0x53, 0x8c, 0x2e, 0x6a, 0x6b, 0x79, 0x49, 0xa4, 0xfc, 0x96, 0x3b, 0xd7, 0x36, 0xa6, 0x37, 0xb1, 0xea, 0x08, 0x8c, 0x6c, 0x7b } } }; static const struct cckprng_op_generate op_init_214 = { .hd = { .id = 203, .kind = OP_GENERATE }, .rand_nbytes = 209, .out = { .rand = { 0x8a, 0xd0, 0x72, 0xbb, 0x93, 0xf6, 0x6b, 0x47, 0x1c, 0x55, 0x60, 0xfd, 0x34, 0x33, 0xf0, 0x89, 0x11, 0xec, 0x45, 0xd5, 0xb0, 0xad, 0x98, 0x39, 0x17, 0xc5, 0x9c, 0x2c, 0x23, 0xd0, 0x9b, 0x6c, 0x5d, 0x9e, 0x2f, 0x16, 0xaf, 0xad, 0x87, 0x54, 0x71, 0xef, 0x8f, 0x39, 0x87, 0x75, 0xb0, 0x3a, 0xbf, 0x00, 0xf4, 0x11, 0x5b, 0xf4, 0xc3, 0xfa, 0x78, 0xfa, 0xf1, 0xfe, 0x57, 0x4f, 0x25, 0x25, 0x87, 0x58, 0xf0, 0xcf, 0xfb, 0xe9, 0x40, 0x2f, 0xa4, 0xbf, 0xbb, 0xde, 0xb0, 0xe2, 0xd1, 0x6b, 0xc3, 0xfd, 0x3f, 0xb1, 0xf1, 0x10, 0xe8, 0x75, 0xfd, 0x5e, 0x46, 0xe8, 0xf7, 0x39, 0x32, 0xff, 0xb1, 0xbe, 0x7d, 0x1d, 0x3e, 0xc3, 0xdd, 0x70, 0x58, 0xf9, 0x88, 0x38, 0xb5, 0xab, 0x3a, 0xf8, 0xd4, 0xf3, 0x22, 0x81, 0xc4, 0xd5, 0x03, 0xb5, 0x23, 0xed, 0x0f, 0x7c, 0x1f, 0x63, 0x22, 0x1e, 0x78, 0xec, 0xf2, 0xa2, 0xa0, 0x85, 0x31, 0x35, 0xef, 0x60, 0xab, 0x6d, 0xff, 0x65, 0xe0, 0x2d, 0x04, 0x0b, 0x08, 0xc7, 0x47, 0x09, 0xe8, 0xbf, 0xef, 0x40, 0xec, 0x4a, 0x24, 0xa3, 0x19, 0xed, 0xe9, 0x14, 0xc2, 0x42, 0xaf, 0xb5, 0x35, 0x5e, 0x2d, 0xf5, 0xbc, 0x4c, 0x9a, 0x1a, 0x4d, 0x84, 0xe7, 0x3a, 0x77, 0xa0, 0x9b, 0x16, 0x2a, 0xf1, 0x67, 0x58, 0x77, 0x34, 0x06, 0xf4, 0x1a, 0x4e, 0x70, 0xb6, 0x49, 0xf4, 0xb5, 0x34, 0xdd, 0xef, 0x28, 0x4a, 0xd3, 0xff, 0xd5, 0xd6, 0x52, 0x37, 0x5e } } }; static const struct cckprng_op *ops_215[] = { (const struct cckprng_op *)&op_init_199, (const struct cckprng_op *)&op_init_200, (const struct cckprng_op *)&op_init_201, (const struct cckprng_op *)&op_reseed_202, (const struct cckprng_op *)&op_init_203, (const struct cckprng_op *)&op_refresh_204, (const struct cckprng_op *)&op_refresh_205, (const struct cckprng_op *)&op_init_206, (const struct cckprng_op *)&op_init_207, (const struct cckprng_op *)&op_refresh_208, (const struct cckprng_op *)&op_init_209, (const struct cckprng_op *)&op_refresh_210, (const struct cckprng_op *)&op_refresh_211, (const struct cckprng_op *)&op_init_212, (const struct cckprng_op *)&op_init_213, (const struct cckprng_op *)&op_init_214 }; static const struct cckprng_vector vec_216 = { .id = 204, .note = NULL, .nops = 16, .ops = ops_215 }; static const struct cckprng_op_init op_init_217 = { .hd = { .id = 205, .kind = OP_INIT }, .seed = { 0x37, 0x8d, 0xfc, 0x82, 0xf3, 0xbe, 0x8c, 0xf3, 0x03, 0x42, 0xde, 0x44, 0x6c, 0x3f, 0x22, 0x05, 0x72, 0xc4, 0xb7, 0xee, 0xec, 0xa1, 0x3f, 0x52, 0x89, 0xfa, 0xd0, 0x37, 0xec, 0x9d, 0x36, 0x7c }, .nonce = { 0xff, 0x91, 0x99, 0x37, 0x89, 0x51, 0xb9, 0xe4 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_218 = { .hd = { .id = 206, .kind = OP_RESEED }, .nonce = 13351287150068667251ULL, .seed_nbytes = 130, .seed = { 0xe5, 0x2b, 0xe3, 0xd3, 0xd5, 0xa3, 0xd9, 0x70, 0xd4, 0x22, 0x5a, 0xfc, 0x07, 0xe0, 0xb4, 0xf9, 0x30, 0x4a, 0xd1, 0x94, 0x6e, 0xb9, 0x36, 0x67, 0xa3, 0x9c, 0x7a, 0xc9, 0x84, 0xd1, 0xdb, 0x8f, 0x98, 0xf7, 0xc8, 0xc9, 0x53, 0xeb, 0x17, 0x5a, 0x41, 0x8c, 0xd5, 0x45, 0xae, 0x98, 0xae, 0x1a, 0x8c, 0x14, 0xe9, 0x43, 0xa1, 0xc3, 0xf9, 0x8f, 0x2b, 0x8f, 0xeb, 0x6d, 0x3d, 0x4a, 0x05, 0x95, 0xed, 0x02, 0xd4, 0x6e, 0xa3, 0x1e, 0xdd, 0x12, 0xe2, 0x08, 0xe9, 0x47, 0xa7, 0x55, 0x16, 0xda, 0xf5, 0x6e, 0x68, 0x99, 0xfd, 0x23, 0x5b, 0x02, 0x6d, 0x16, 0x3b, 0x0c, 0x4d, 0xde, 0x1a, 0x4e, 0x63, 0xbf, 0xf9, 0x9d, 0xfe, 0x67, 0xaa, 0x85, 0x61, 0xd0, 0xf7, 0x3b, 0x6d, 0x31, 0xa8, 0xb0, 0x5c, 0xa5, 0xce, 0xa7, 0x7c, 0xb3, 0xef, 0x75, 0xf4, 0x6f, 0x70, 0xa2, 0x10, 0x83, 0x65, 0xc4, 0xfe, 0x2a } }; static const struct cckprng_op_generate op_init_219 = { .hd = { .id = 207, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0x4d, 0xa9, 0x32, 0x84, 0xc6, 0xca, 0xa7, 0x63, 0x1e, 0xd0, 0xf6, 0x95, 0x97, 0x14, 0xed, 0xc8, 0x6e, 0xf3, 0x93, 0xd0, 0x92, 0x03, 0x2b, 0xc8, 0x2c, 0x74, 0x1b, 0x9e, 0x11, 0x3c, 0x14, 0x84, 0x66, 0xbf, 0xd7, 0xa6, 0xb0, 0x6f, 0x17, 0xee, 0x10, 0xa6, 0xed, 0xd2, 0xaf, 0xa6, 0x17, 0xca, 0x3b, 0x0c, 0xf7, 0x09, 0xd9, 0xd6, 0x57, 0x7e, 0x3d, 0xcf, 0x37, 0x9b, 0xfa, 0x48, 0xdf, 0x98, 0xec, 0x28, 0x44, 0x71, 0xce, 0xd1, 0x88, 0x0d, 0xc2, 0x71, 0xd2, 0x59, 0xfd, 0x1a, 0x96, 0x19, 0x5b, 0xe3, 0xdf, 0x65, 0x2b, 0x63, 0xba, 0xf1, 0x93, 0x99, 0xb1, 0x6b, 0x17, 0xd2, 0x0d, 0x4b, 0x4c, 0xfb, 0x10, 0x5f, 0xf8, 0x0e, 0x2c, 0xed, 0x4f, 0xfb, 0x6c, 0x44, 0x71, 0x7c, 0x87, 0x45, 0xb4, 0xef, 0xb0, 0xc0, 0x4a, 0xc5, 0xc2, 0x22, 0x9c, 0x4c, 0x1c, 0xaf, 0xd2, 0x59, 0xf9, 0xdc, 0xc1, 0x60, 0x26, 0x43, 0xed, 0x59, 0x49, 0x8f, 0x50, 0xb0, 0x09, 0xca, 0x3a, 0x1c, 0xb8, 0x04, 0x47, 0xe0, 0x1c, 0x9f, 0x0b, 0xfd, 0xbe, 0x10, 0x8f, 0x3b, 0x83, 0x74, 0x65, 0x0f, 0xac, 0xf2, 0x4f, 0xa4, 0x97, 0x93, 0x33, 0x9f, 0xb8, 0x7c, 0x10 } } }; static const struct cckprng_op_generate op_init_220 = { .hd = { .id = 208, .kind = OP_GENERATE }, .rand_nbytes = 102, .out = { .rand = { 0xe7, 0xde, 0x73, 0xec, 0x6d, 0x39, 0xd5, 0x9f, 0x5b, 0xf1, 0x5f, 0x36, 0xbe, 0xaa, 0x1e, 0x2d, 0x7d, 0xb8, 0x00, 0xad, 0xb9, 0x1e, 0x4e, 0xc8, 0x4d, 0xf1, 0x66, 0x3b, 0xcb, 0xb9, 0xe0, 0xe7, 0xab, 0x90, 0xd8, 0x2e, 0xd9, 0x1a, 0x00, 0x55, 0x2d, 0xaf, 0xe8, 0xd5, 0x69, 0x9f, 0x18, 0x75, 0x39, 0x5f, 0x6d, 0xe4, 0x54, 0x1e, 0xf2, 0x12, 0xd7, 0xbc, 0x1b, 0xa7, 0x11, 0xa3, 0x31, 0x1f, 0x73, 0x38, 0xa1, 0x91, 0x71, 0xb0, 0xb8, 0xaf, 0xc9, 0x1b, 0x04, 0x41, 0xed, 0x35, 0xb6, 0x25, 0x76, 0x8a, 0xb1, 0x02, 0x71, 0x9f, 0xfe, 0x46, 0x47, 0xfd, 0x1f, 0x29, 0xbe, 0xb5, 0xb3, 0x89, 0xed, 0x93, 0x0d, 0x43, 0x54, 0xaf } } }; static const struct cckprng_op_generate op_init_221 = { .hd = { .id = 209, .kind = OP_GENERATE }, .rand_nbytes = 65, .out = { .rand = { 0xcb, 0xa6, 0x7b, 0xba, 0x77, 0x10, 0xcb, 0x07, 0xb2, 0x76, 0x18, 0xc1, 0x9f, 0x33, 0xcb, 0x2a, 0xdd, 0x56, 0x51, 0x31, 0xbf, 0xa4, 0x42, 0x70, 0xe3, 0x40, 0xd8, 0x46, 0x86, 0x15, 0x2d, 0xb4, 0x58, 0x80, 0xa2, 0x06, 0xf1, 0x4d, 0x13, 0xc8, 0x1f, 0x7e, 0xc9, 0x01, 0xad, 0x06, 0x43, 0xe1, 0x2a, 0xa9, 0x74, 0xd5, 0xc8, 0x70, 0x29, 0x80, 0x9d, 0x5c, 0xfc, 0x2d, 0x03, 0x26, 0xb5, 0xdc, 0x87 } } }; static const struct cckprng_op_refresh op_refresh_222 = { .hd = { .id = 210, .kind = OP_REFRESH }, .rand = 7777444253378234462ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_223 = { .hd = { .id = 211, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x31, 0x5b, 0xd5, 0xb1, 0xf0, 0xff, 0xae, 0x44, 0x83, 0xbd, 0xaf, 0x68, 0xb3, 0x7b, 0x14, 0x1a, 0x77, 0xe8, 0xd0, 0x85, 0x12, 0xf6, 0xed, 0x58, 0x97, 0xc0, 0x8c, 0x44, 0xc3, 0xec, 0x52, 0x5e, 0x7c, 0x8d, 0xd0, 0xf2, 0xd1, 0xd9, 0x54, 0x21, 0xb1, 0x90, 0x2c, 0x26, 0x3a, 0x43, 0xcc, 0xdb, 0x6f, 0x2e, 0xbe, 0x08, 0xe7, 0xb9, 0xad, 0xa1, 0x53, 0xc9, 0xb6, 0x6d, 0x1d, 0xb3, 0xec, 0xe1, 0xff, 0x79, 0x16, 0x81, 0xd1, 0x19, 0x77, 0x37, 0x68, 0xd6, 0x59, 0x93, 0xd8, 0x50, 0xcd, 0xeb, 0x5f, 0xb7, 0xb8, 0x43, 0xfe, 0x55, 0x5c, 0xfe, 0xd8, 0x41, 0x42, 0x50, 0x26, 0x66, 0xba, 0x11, 0x9c, 0xf0 } } }; static const struct cckprng_op_reseed op_reseed_224 = { .hd = { .id = 212, .kind = OP_RESEED }, .nonce = 1433456489677909408ULL, .seed_nbytes = 106, .seed = { 0xd6, 0x4f, 0x23, 0x13, 0x02, 0x1e, 0x51, 0x2c, 0xfc, 0x4b, 0x23, 0xb4, 0x68, 0x96, 0xf5, 0x09, 0xc6, 0x41, 0xb9, 0xd0, 0x21, 0x4b, 0xaf, 0xb9, 0xfa, 0x97, 0x90, 0x93, 0xd5, 0xe4, 0x7f, 0xd3, 0x6c, 0x16, 0x95, 0xd1, 0xd6, 0xd0, 0x6a, 0x86, 0x83, 0x7b, 0x97, 0xfc, 0xf6, 0xe2, 0x47, 0x7c, 0x23, 0x40, 0xa9, 0x6d, 0x49, 0xd1, 0x6b, 0xe4, 0xd9, 0x4a, 0x04, 0x80, 0x36, 0x89, 0x41, 0x91, 0x9e, 0x24, 0xb1, 0x3a, 0x1c, 0xe4, 0x4d, 0xb9, 0xc4, 0x64, 0x61, 0x8a, 0x32, 0x99, 0xde, 0x33, 0xf3, 0x6a, 0x40, 0xc3, 0x9b, 0x2f, 0x41, 0x05, 0x20, 0x89, 0xf6, 0x38, 0xa2, 0xc5, 0x6b, 0x17, 0x39, 0x61, 0x7b, 0x7c, 0x2c, 0x9c, 0xee, 0x77, 0xd1, 0x57 } }; static const struct cckprng_op_reseed op_reseed_225 = { .hd = { .id = 213, .kind = OP_RESEED }, .nonce = 16061047046090562346ULL, .seed_nbytes = 36, .seed = { 0xe4, 0x4e, 0x5f, 0x95, 0xdf, 0x1f, 0xac, 0x54, 0x0f, 0x8b, 0x5f, 0xe7, 0x1d, 0x14, 0xcd, 0x53, 0xd3, 0xc6, 0x8e, 0x90, 0x75, 0xbb, 0x28, 0xeb, 0x93, 0xaf, 0x81, 0xab, 0xee, 0xb5, 0xaa, 0x43, 0xf0, 0x38, 0x53, 0x41 } }; static const struct cckprng_op_generate op_init_226 = { .hd = { .id = 214, .kind = OP_GENERATE }, .rand_nbytes = 121, .out = { .rand = { 0x2a, 0x64, 0xaa, 0x15, 0x02, 0xfa, 0x7d, 0x15, 0xd5, 0xf1, 0xd7, 0xf0, 0xfb, 0x67, 0xab, 0x9c, 0xae, 0xed, 0xd5, 0x31, 0x79, 0x33, 0xf8, 0x8b, 0x7b, 0x0e, 0xc1, 0xe7, 0x56, 0xb2, 0xcd, 0x45, 0xf0, 0x38, 0xa3, 0xb7, 0x05, 0x6c, 0xc2, 0xdb, 0xbb, 0x9f, 0x0e, 0x4a, 0x26, 0x52, 0xaf, 0x6a, 0x91, 0xb0, 0x59, 0x81, 0xee, 0x48, 0x5f, 0x8b, 0x45, 0x4e, 0x11, 0x2d, 0xcf, 0x3c, 0xf7, 0x09, 0x7d, 0x7f, 0x24, 0xc9, 0xcc, 0x35, 0xfd, 0xef, 0x3b, 0x36, 0x8d, 0xfa, 0x68, 0x8e, 0xc2, 0x37, 0x44, 0x8b, 0x65, 0x57, 0xeb, 0x05, 0x36, 0x20, 0xc6, 0x79, 0xb9, 0x00, 0x08, 0x22, 0xf0, 0xc0, 0x03, 0xd6, 0xee, 0x48, 0x74, 0x76, 0xb7, 0x92, 0xbd, 0x5b, 0x8d, 0xdd, 0xfd, 0x7d, 0xe8, 0x6e, 0x12, 0x4c, 0xde, 0x0d, 0x2b, 0xb7, 0xcb, 0x8b, 0x67 } } }; static const struct cckprng_op_reseed op_reseed_227 = { .hd = { .id = 215, .kind = OP_RESEED }, .nonce = 6089410828761319173ULL, .seed_nbytes = 216, .seed = { 0xe3, 0xcb, 0x3f, 0x74, 0xbc, 0xec, 0xab, 0x56, 0x68, 0x35, 0x0c, 0x59, 0x4a, 0xb2, 0xc0, 0x35, 0xe9, 0xcf, 0x7b, 0xfb, 0x31, 0x3e, 0x02, 0xac, 0x24, 0x49, 0x8d, 0x05, 0xa9, 0x8d, 0x56, 0x35, 0xf8, 0xc4, 0x78, 0x01, 0xec, 0xbd, 0x94, 0xe0, 0x97, 0x05, 0xd8, 0x6f, 0x8f, 0x5c, 0x19, 0x1f, 0x0d, 0x9e, 0xe7, 0xa5, 0xdb, 0x4b, 0x28, 0x6c, 0x87, 0x3f, 0xeb, 0x66, 0xae, 0xe1, 0x53, 0x86, 0xc1, 0xe4, 0xcb, 0x47, 0x98, 0xd8, 0x54, 0xf0, 0xac, 0xc5, 0x09, 0x96, 0x14, 0x03, 0x59, 0x06, 0x54, 0x30, 0x28, 0x6a, 0x79, 0x86, 0xc9, 0x5c, 0x64, 0x30, 0xbb, 0x93, 0xed, 0x70, 0xb5, 0xf4, 0x44, 0xde, 0x56, 0x1d, 0x36, 0xda, 0x9a, 0xe0, 0x5d, 0xe5, 0x6a, 0xb9, 0xa4, 0x37, 0x47, 0xc5, 0x0b, 0x52, 0x4c, 0xb6, 0x82, 0x7c, 0x40, 0x56, 0x2a, 0xa1, 0x29, 0x26, 0x47, 0x4e, 0xfe, 0x96, 0xa2, 0xd2, 0x1c, 0x09, 0x88, 0xf5, 0x5d, 0xc5, 0x01, 0xf7, 0xc6, 0x68, 0x47, 0xe3, 0x6d, 0xe0, 0x68, 0x1f, 0xcc, 0xe8, 0x04, 0x15, 0x2a, 0xf5, 0x91, 0xc5, 0x1e, 0x82, 0xc7, 0x62, 0x72, 0xaf, 0x43, 0x30, 0xcd, 0x0e, 0xc2, 0xca, 0xe2, 0x4b, 0xbb, 0xc7, 0x06, 0x4d, 0x2b, 0x3e, 0x7f, 0x24, 0x4d, 0xdb, 0x40, 0xb0, 0x61, 0xb0, 0xfd, 0xaf, 0x00, 0x6e, 0x68, 0xe9, 0x09, 0x6d, 0x1e, 0x5b, 0x57, 0x69, 0xb7, 0xc7, 0x0a, 0x16, 0xc0, 0x5b, 0xda, 0x78, 0xcd, 0x1f, 0x8b, 0x03, 0xf6, 0x92, 0x52, 0xf5, 0xcb, 0x87, 0xec, 0xc0, 0xae, 0x80 } }; static const struct cckprng_op_generate op_init_228 = { .hd = { .id = 216, .kind = OP_GENERATE }, .rand_nbytes = 129, .out = { .rand = { 0x11, 0x97, 0x61, 0x54, 0x80, 0x97, 0x8a, 0x60, 0xed, 0x6e, 0x6f, 0x72, 0xc3, 0x59, 0x19, 0x9d, 0xaa, 0x7d, 0x5a, 0x76, 0xe2, 0x3b, 0x6f, 0xaa, 0xda, 0x0f, 0xed, 0x1a, 0xc2, 0x91, 0x41, 0xec, 0x2a, 0x2c, 0xfa, 0x79, 0xdb, 0xfb, 0xdc, 0xe9, 0xd6, 0x1a, 0x74, 0xda, 0x6f, 0x3e, 0x3f, 0xd1, 0x5a, 0x9b, 0xb6, 0xe6, 0x5d, 0x0d, 0xf4, 0xca, 0xda, 0xc0, 0x28, 0x2f, 0x9f, 0x0a, 0x88, 0x99, 0xad, 0xd9, 0x99, 0x1e, 0x0e, 0x91, 0xe6, 0x9c, 0x8d, 0x2d, 0x46, 0x92, 0xdf, 0x00, 0xf6, 0x7a, 0xc4, 0xf1, 0x21, 0x89, 0x68, 0x33, 0xa1, 0xe3, 0x42, 0x65, 0xd1, 0xe7, 0x6e, 0x88, 0x7c, 0xb6, 0x74, 0xda, 0x01, 0xd1, 0x92, 0xa8, 0x36, 0x54, 0x54, 0xdc, 0xae, 0xba, 0xc6, 0xa4, 0x13, 0xb4, 0xf9, 0x4e, 0xd4, 0x49, 0x86, 0x15, 0xae, 0x9d, 0x1d, 0xc6, 0xed, 0x5e, 0xfd, 0x13, 0x66, 0xe9, 0xfd } } }; static const struct cckprng_op_refresh op_refresh_229 = { .hd = { .id = 217, .kind = OP_REFRESH }, .rand = 18145199184165991869ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_230 = { .hd = { .id = 218, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0x32, 0xb9, 0xb5, 0xe2, 0x84, 0xca, 0xc1, 0x7a, 0x38, 0x63, 0xc6, 0xe4, 0xef, 0x90, 0x18, 0x11, 0x75, 0xc8, 0x43, 0x5f, 0xbb, 0x71, 0x0a, 0x00, 0xda, 0x79, 0x32, 0xb0, 0xa8, 0xbd, 0x3f, 0x94, 0x3b, 0xc5, 0x77, 0x85, 0xd2, 0x18, 0xaf, 0x42, 0x1c, 0x86, 0xab, 0x0a, 0x0f, 0x65, 0x25 } } }; static const struct cckprng_op_refresh op_refresh_231 = { .hd = { .id = 219, .kind = OP_REFRESH }, .rand = 8569654997724112527ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_232 = { .hd = { .id = 220, .kind = OP_REFRESH }, .rand = 11012004528711998103ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_233[] = { (const struct cckprng_op *)&op_init_217, (const struct cckprng_op *)&op_reseed_218, (const struct cckprng_op *)&op_init_219, (const struct cckprng_op *)&op_init_220, (const struct cckprng_op *)&op_init_221, (const struct cckprng_op *)&op_refresh_222, (const struct cckprng_op *)&op_init_223, (const struct cckprng_op *)&op_reseed_224, (const struct cckprng_op *)&op_reseed_225, (const struct cckprng_op *)&op_init_226, (const struct cckprng_op *)&op_reseed_227, (const struct cckprng_op *)&op_init_228, (const struct cckprng_op *)&op_refresh_229, (const struct cckprng_op *)&op_init_230, (const struct cckprng_op *)&op_refresh_231, (const struct cckprng_op *)&op_refresh_232 }; static const struct cckprng_vector vec_234 = { .id = 221, .note = NULL, .nops = 16, .ops = ops_233 }; static const struct cckprng_op_init op_init_235 = { .hd = { .id = 222, .kind = OP_INIT }, .seed = { 0xed, 0xd0, 0xdd, 0xb2, 0xda, 0xb0, 0x9d, 0x3a, 0xec, 0xae, 0x15, 0x7f, 0xca, 0xe5, 0xfc, 0x7f, 0x1f, 0xf8, 0x74, 0xd2, 0x0c, 0x80, 0x55, 0xf4, 0xbc, 0x42, 0x43, 0x36, 0x82, 0x87, 0x24, 0x47 }, .nonce = { 0xbf, 0x91, 0x7d, 0xf5, 0x4a, 0xeb, 0x25, 0xd8 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_236 = { .hd = { .id = 223, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0xbc, 0x16, 0x39, 0x5b, 0x24, 0x56, 0xe2, 0xd0, 0x93, 0x90, 0xe0, 0x25, 0x08, 0x25, 0x97, 0x72, 0x31, 0x5b, 0xed, 0xce, 0x57, 0xe0, 0x11, 0x4c, 0x73, 0xe6, 0x49, 0x9b, 0x53, 0xce, 0x21, 0x19, 0x15, 0xad, 0x56, 0x1e, 0xcf, 0xf9, 0xb1, 0x13, 0xb3, 0x61, 0x04, 0x24, 0x1f, 0xd9, 0x0e, 0xcc, 0xd8, 0xc4, 0xdf, 0xdf, 0xeb, 0x6f, 0x41, 0xdc, 0xa6, 0x74, 0x1e, 0x88, 0xbf, 0x69, 0x22, 0x7a, 0xcc, 0x64, 0x2c, 0xc7, 0x6b, 0x77, 0x06, 0x95, 0xc6, 0x3b, 0xca, 0x2f, 0x4f, 0x3f, 0xf1, 0x32, 0x01, 0x0f, 0x54, 0xeb, 0x05 } } }; static const struct cckprng_op_generate op_init_237 = { .hd = { .id = 224, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0xff, 0x1f, 0x76, 0x8c, 0xb0, 0xf2, 0xa3, 0xe5, 0x25, 0x29, 0xab, 0x6b, 0x0a, 0x24, 0x82, 0x37, 0x06, 0x17, 0x6e, 0x18, 0x47, 0x95, 0xf5, 0xf9, 0xee, 0x30, 0xf6, 0xd6, 0x9e, 0xe6, 0xea, 0xf2, 0xc5, 0xac, 0xa2, 0xd7, 0xf8, 0xf7, 0xab, 0x9c, 0x24, 0x51, 0x8a, 0x0b, 0x65, 0x33, 0xd5, 0x59, 0xfc, 0x84, 0xf4, 0xea, 0x5c, 0xc1, 0xa2, 0xcd, 0xc6, 0x35, 0x48, 0x00, 0x52, 0xd8, 0x98, 0x78, 0xd4, 0x32, 0x5d, 0x19, 0x22, 0x1f, 0x6f, 0xa4, 0x2f, 0x8e, 0x77, 0x71, 0x63, 0xdf, 0x0a, 0x7b, 0x56, 0x90, 0xe3, 0x2c, 0xd1, 0x55, 0xc1, 0xb3, 0xc0, 0x18, 0xb8, 0x19, 0x2c, 0x06, 0x8c, 0x68, 0x75, 0x05, 0xee, 0xfc, 0x16, 0x25, 0xf6, 0x21, 0x43, 0x64, 0x16, 0x4c, 0x7a, 0x77, 0x35, 0xa8, 0x9e, 0x16, 0x09, 0x5c, 0xb1, 0x4c, 0x91, 0x63, 0x96, 0x79, 0xc8, 0xc8, 0x6d, 0x7f, 0x89, 0xd9, 0x46, 0x41, 0x9a, 0xd8, 0xf1, 0x97, 0x04, 0x0e, 0x6d, 0x55, 0x55, 0xcd, 0xbf, 0xa0, 0xcc, 0x8a, 0xc8, 0xfd, 0x7b, 0x23, 0xea, 0xca, 0xbc, 0x33, 0x3e, 0xd5, 0x3c, 0xf8, 0x90, 0xf2, 0xb2, 0x45, 0xb4, 0xb4, 0xa3, 0xd8, 0x8d, 0xed, 0xc5, 0x06, 0xaa, 0x93, 0xe1, 0x60, 0xa7, 0x77, 0x28, 0x5f, 0x0e, 0xc4, 0xb5, 0x16, 0x15, 0xcf, 0x5a, 0x61, 0x06, 0xb0, 0x12, 0x3c, 0xf2, 0x29, 0x18, 0xac, 0x82, 0xa0, 0x41, 0xd2, 0x84, 0x23, 0xff, 0x31, 0x42, 0xb1 } } }; static const struct cckprng_op_generate op_init_238 = { .hd = { .id = 225, .kind = OP_GENERATE }, .rand_nbytes = 131, .out = { .rand = { 0xbb, 0xf1, 0xb9, 0xed, 0x64, 0x7a, 0x75, 0xfb, 0xb4, 0x6c, 0xa5, 0x7d, 0x68, 0x17, 0xcd, 0x4f, 0xe7, 0x5b, 0xa5, 0x37, 0x5a, 0xd7, 0xef, 0x5c, 0x58, 0x56, 0x55, 0x36, 0xfc, 0xb8, 0x13, 0x28, 0x18, 0x8f, 0x14, 0xc1, 0xed, 0xff, 0x3b, 0xb2, 0x29, 0x42, 0xcd, 0x89, 0x33, 0xbc, 0x75, 0xc9, 0x76, 0x9b, 0xc9, 0xfc, 0xdb, 0xe6, 0x3a, 0xf5, 0xe6, 0xe9, 0x32, 0x92, 0x45, 0x96, 0x86, 0x66, 0x90, 0xe8, 0xd3, 0x29, 0xf8, 0x14, 0x41, 0xad, 0x2a, 0xba, 0x54, 0x3b, 0xaa, 0x85, 0x9d, 0xbc, 0x6a, 0x6a, 0xcc, 0x72, 0xa1, 0x47, 0xc5, 0x4d, 0xf8, 0x29, 0x65, 0x65, 0xeb, 0x54, 0x61, 0x8d, 0xd6, 0x5b, 0x7a, 0x07, 0xd3, 0xb4, 0x6d, 0x67, 0x88, 0x8d, 0xf6, 0x8b, 0xf8, 0xdf, 0x7a, 0xed, 0x5e, 0xce, 0xae, 0x94, 0xea, 0x02, 0x60, 0xc1, 0x19, 0xe0, 0xd6, 0xe7, 0xd6, 0x99, 0x92, 0x7d, 0xf5, 0xb4, 0xe9 } } }; static const struct cckprng_op_reseed op_reseed_239 = { .hd = { .id = 226, .kind = OP_RESEED }, .nonce = 13802536755739639949ULL, .seed_nbytes = 137, .seed = { 0xb6, 0x66, 0x9a, 0x6b, 0xd7, 0x8e, 0xb0, 0xcc, 0xf7, 0x2d, 0xbc, 0x4d, 0x48, 0x56, 0x4e, 0x4f, 0x7a, 0x86, 0x2d, 0xed, 0x67, 0x89, 0xf7, 0x7a, 0xa2, 0xcd, 0x27, 0x0f, 0x6f, 0x8b, 0xe5, 0x54, 0x7d, 0xca, 0x65, 0xad, 0x51, 0xf1, 0xf8, 0x7c, 0xf8, 0x3b, 0xe6, 0x4f, 0x2d, 0xa4, 0xb9, 0x25, 0xde, 0xb7, 0x64, 0xf6, 0x9a, 0xdd, 0x11, 0xbf, 0xed, 0x01, 0x59, 0x70, 0x56, 0x2b, 0x43, 0xe0, 0x7e, 0xfb, 0x8e, 0xaa, 0xf0, 0x19, 0x2c, 0x66, 0x23, 0x26, 0x08, 0xe6, 0x77, 0x9f, 0x96, 0x5d, 0xd0, 0x0c, 0xe4, 0xb6, 0x54, 0xfa, 0xc5, 0xd8, 0x84, 0x8b, 0xae, 0x59, 0x27, 0xa1, 0xb0, 0xdf, 0xea, 0xda, 0x62, 0x6e, 0xfa, 0x35, 0x7a, 0x48, 0xa5, 0xf5, 0x3d, 0x4f, 0xf8, 0x10, 0xbb, 0xe4, 0x72, 0xc0, 0xc9, 0x36, 0xf2, 0x60, 0xbb, 0xf0, 0x1f, 0x63, 0x51, 0xe1, 0xcd, 0x77, 0x42, 0x40, 0x48, 0x4e, 0x1b, 0x48, 0xc4, 0x2b, 0xf6, 0xfa, 0x72 } }; static const struct cckprng_op_reseed op_reseed_240 = { .hd = { .id = 227, .kind = OP_RESEED }, .nonce = 18063222047959223313ULL, .seed_nbytes = 250, .seed = { 0xde, 0xc4, 0x4a, 0x69, 0xb4, 0x8d, 0xc6, 0xc2, 0xc6, 0x99, 0x7e, 0x4a, 0xe0, 0x58, 0xa6, 0x40, 0x28, 0x6a, 0x1f, 0xef, 0x49, 0x16, 0x8b, 0xbd, 0x04, 0xce, 0xf5, 0x50, 0xab, 0x1f, 0x83, 0xc5, 0x0f, 0x5f, 0x13, 0x1c, 0xec, 0xa1, 0xb9, 0x79, 0xc9, 0xeb, 0xe7, 0xba, 0x35, 0xe9, 0x3a, 0x64, 0x91, 0xf2, 0x42, 0x41, 0xc4, 0xb7, 0xba, 0x06, 0xd2, 0x20, 0x99, 0x4e, 0x8d, 0x46, 0x66, 0x3b, 0xaf, 0xda, 0x50, 0xe4, 0x6a, 0x90, 0x74, 0xd0, 0x8b, 0xcb, 0x58, 0x9e, 0xd8, 0x2e, 0x9e, 0xba, 0x32, 0x55, 0xa5, 0x4c, 0xf0, 0x99, 0x72, 0x8c, 0x24, 0xd2, 0xb9, 0x37, 0xa8, 0x5d, 0xee, 0x1b, 0xf6, 0xab, 0x78, 0xe4, 0x7f, 0xd5, 0x2a, 0x9d, 0x28, 0xc0, 0x39, 0x24, 0xb4, 0xe5, 0xc8, 0x11, 0x1a, 0x31, 0xe3, 0xa7, 0x20, 0x38, 0x18, 0x26, 0x62, 0x10, 0x60, 0xfa, 0xc0, 0x87, 0x43, 0x7b, 0x43, 0xe4, 0xf6, 0x98, 0x62, 0x60, 0x72, 0x06, 0xf5, 0xa6, 0x62, 0xa3, 0xe2, 0xca, 0x1e, 0x3a, 0xd6, 0x9d, 0x3d, 0xc5, 0x41, 0xdf, 0x96, 0x1c, 0x64, 0x0a, 0x7f, 0xb8, 0x3e, 0x14, 0x35, 0xf5, 0x81, 0xef, 0x66, 0xaf, 0xd5, 0x80, 0x77, 0x01, 0xd1, 0x3b, 0x11, 0xfa, 0x5b, 0x93, 0xdd, 0xa4, 0x25, 0xc4, 0x12, 0x5b, 0xdc, 0xde, 0x38, 0xed, 0x42, 0x78, 0xed, 0x57, 0x27, 0x49, 0x00, 0x2c, 0xda, 0xe4, 0xa8, 0x2b, 0x2a, 0x54, 0x01, 0xf4, 0x6b, 0xc5, 0xdd, 0x60, 0x0c, 0xba, 0xf0, 0x87, 0xa8, 0x89, 0xa1, 0x34, 0x08, 0x68, 0x91, 0xc4, 0x9c, 0x6c, 0x75, 0xe6, 0xc2, 0xec, 0x58, 0x89, 0xec, 0x4d, 0x1f, 0x23, 0x4e, 0x74, 0x57, 0x1c, 0x0f, 0xb4, 0x21, 0x36, 0xfe, 0x93, 0xa9, 0x7f, 0xb9, 0x38, 0xd9, 0x0a, 0x7a, 0x1f, 0x4b, 0x0e, 0xb7, 0x06 } }; static const struct cckprng_op_generate op_init_241 = { .hd = { .id = 228, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0x66, 0x0a, 0x4b, 0x71, 0x1a, 0x28, 0xeb, 0x19, 0xcd, 0xa7, 0xf2, 0xad, 0x4d, 0xed, 0xe4, 0xf1, 0xa3, 0x74, 0xd8, 0x86, 0x8a, 0x17, 0x5c, 0x05, 0xbc, 0xaf, 0x65, 0xfa, 0x29, 0xfb, 0x70, 0x6f, 0xe7, 0x3f, 0xdd, 0x93, 0x93, 0xbf, 0x50, 0x38, 0x55, 0x8a, 0x78, 0xb2, 0x87, 0xc6, 0x29, 0x01, 0x02, 0x15, 0x6d, 0xb6, 0x04, 0xe1, 0x09, 0x85, 0xd1, 0xaf, 0xf3, 0xd8, 0xc1, 0x00, 0x89, 0x6f, 0xff, 0x84, 0xc9, 0x65, 0x9a, 0x08, 0x33, 0xa5, 0x2d, 0x14, 0x3a, 0x28, 0xfe, 0x56, 0x7d, 0xba, 0x91, 0xa9, 0xf9, 0x5a, 0xf8, 0xf4, 0x12, 0x4f, 0x5e, 0x49, 0x17, 0x18, 0xbe, 0xde, 0x90, 0xfa, 0x1e, 0x01, 0x8c, 0x96, 0xe1, 0x3c, 0x33, 0x35, 0xc1, 0x70, 0x80, 0x85, 0xdc, 0x42, 0x36, 0xf2, 0x2f, 0x1f, 0x83, 0x09, 0xf8, 0x15, 0x91, 0x41, 0x32, 0x3b, 0xdb, 0x6b, 0xe6, 0x1a, 0x41, 0x13, 0x40, 0xec, 0x58, 0x7d, 0x44, 0x6b, 0x6e, 0x02, 0x12, 0xf6, 0x05, 0x93, 0x2c, 0x80, 0x59, 0x76, 0x7f, 0xe7, 0x7c, 0xc7, 0x12, 0xb7, 0x8d, 0x31, 0xc9, 0x01, 0xe9, 0xc5, 0x3d, 0xe6, 0x1d, 0xe5, 0x8a, 0x6d, 0x44, 0x00, 0x42, 0x86, 0x2b, 0xf4, 0x04, 0xe1, 0x42, 0x4f, 0x78, 0x12, 0x9a, 0xaa, 0xc1, 0x5f, 0x41, 0xee, 0x6b, 0x3f, 0x9f, 0x94, 0xef, 0x3f, 0xbe, 0xd9, 0x23, 0x55, 0x04 } } }; static const struct cckprng_op_reseed op_reseed_242 = { .hd = { .id = 229, .kind = OP_RESEED }, .nonce = 3812778213347030346ULL, .seed_nbytes = 165, .seed = { 0x5e, 0x3f, 0x92, 0xec, 0x22, 0x60, 0x3d, 0x88, 0x19, 0x2b, 0xd6, 0xc4, 0x62, 0x35, 0x8f, 0x74, 0xc9, 0x01, 0xeb, 0x92, 0xca, 0xe7, 0xd0, 0x65, 0xec, 0x11, 0x4a, 0x1b, 0xfa, 0x06, 0x02, 0x36, 0xbb, 0x75, 0xe5, 0x1f, 0xde, 0x80, 0xe2, 0x74, 0x0a, 0xc6, 0x40, 0x27, 0xa0, 0xaf, 0x90, 0x75, 0x47, 0x22, 0x4a, 0xff, 0x1d, 0xc3, 0xd3, 0xf1, 0x26, 0x54, 0x6f, 0x7e, 0x3c, 0xe9, 0x53, 0xb9, 0xb4, 0xeb, 0x57, 0x05, 0x7b, 0xa2, 0xdf, 0x9d, 0x25, 0xbc, 0x3c, 0xd5, 0x80, 0xa5, 0x8b, 0x30, 0xc1, 0xb0, 0x0a, 0x5a, 0xcd, 0x2d, 0x0c, 0x1c, 0x17, 0x48, 0xfe, 0xc0, 0xd0, 0x15, 0x85, 0x07, 0x32, 0x88, 0x3f, 0x38, 0x04, 0xe8, 0x57, 0x0a, 0x03, 0x71, 0xae, 0x85, 0x67, 0xe2, 0x80, 0x51, 0x04, 0x96, 0x06, 0xfc, 0x02, 0xd7, 0x77, 0x03, 0xc1, 0x18, 0xad, 0x37, 0x31, 0xa7, 0x93, 0x0a, 0x7b, 0xa9, 0xf7, 0xac, 0xb7, 0x6b, 0x2b, 0xc3, 0xc2, 0x66, 0xa5, 0xd6, 0x72, 0xf7, 0x19, 0x2c, 0x92, 0x09, 0x60, 0xc5, 0xf7, 0xd0, 0xa9, 0x76, 0x2e, 0x61, 0x6b, 0xfd, 0xce, 0xe8, 0x7f, 0x76, 0xf4, 0x23, 0xda, 0x4e, 0xc6 } }; static const struct cckprng_op_generate op_init_243 = { .hd = { .id = 230, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0xc7, 0xcf, 0x6a, 0x4e, 0x4f, 0x0b, 0x9a, 0xa2, 0x07, 0xdf, 0x51, 0x49, 0x2c, 0x98, 0x87, 0x12, 0xcd, 0x70, 0x5f, 0x1f, 0x63, 0xcf, 0x4b, 0x6f, 0x48, 0x53, 0x48, 0x69, 0xa8, 0x0f, 0xd3, 0x3c, 0x5a, 0xf3, 0xae, 0x36, 0x25, 0x05, 0x3f, 0x71, 0xfb, 0x10, 0xdf, 0xaf, 0x03, 0xc4, 0x25, 0xc7, 0xb6, 0x38, 0xba, 0x70, 0xe6, 0x8c, 0x85, 0x71, 0xe2, 0x31, 0xa0, 0x9b, 0x85, 0x06, 0xa2, 0xf2, 0x06, 0xac, 0xd3, 0xd9, 0xb7, 0x97, 0xdf, 0x13, 0x3e, 0x9b, 0x9c, 0xbd, 0x8b, 0xe5, 0x77, 0x55, 0x7d, 0xd5, 0x7e, 0x7c, 0xd1, 0x70, 0xd7, 0xde, 0xf9, 0xb5, 0xbe, 0x52, 0x8a, 0x69, 0x77, 0x5b, 0xf4, 0xef, 0x39, 0x3f, 0xd0, 0x64, 0x6f, 0x8b, 0x4d, 0xab, 0x7b, 0x6d, 0x51, 0x7c, 0x53, 0x90, 0x33, 0xc9, 0x5d, 0x25, 0x56, 0xe5, 0x48, 0x3b, 0x4e, 0x15, 0x21, 0x4f, 0xb6, 0x0a, 0xe8, 0x9e, 0x8c, 0x3a, 0x75, 0x5b, 0xef, 0xaa, 0x78, 0x8f, 0xb9, 0x81, 0x0d, 0x79, 0x23, 0x5d, 0xcb, 0xb9, 0x43, 0x63, 0x2b, 0x7c } } }; static const struct cckprng_op_generate op_init_244 = { .hd = { .id = 231, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0x9e, 0xad, 0x52, 0x69, 0x8d, 0x61, 0xc9, 0x3d, 0xc7, 0x31, 0xfd, 0x47, 0x2d, 0xaa, 0x34, 0x0d, 0xea, 0xb7, 0x03, 0xad, 0xd0, 0xb4, 0x2a, 0x5e, 0xab, 0x6a, 0x93, 0xfe, 0xcd, 0x9d, 0x09, 0x1a, 0x9d, 0x00, 0xa8, 0x3b, 0x4e, 0xf9, 0x8f, 0x3f, 0x94, 0x81, 0x18, 0x68, 0x01, 0x7f, 0x2b, 0xa4, 0x60, 0x83, 0x39, 0x9e, 0xa1, 0xe8, 0xe8, 0xf6, 0xe0, 0x46, 0x9d, 0x23, 0x70, 0xf7, 0xf5 } } }; static const struct cckprng_op_refresh op_refresh_245 = { .hd = { .id = 232, .kind = OP_REFRESH }, .rand = 14417550439580746193ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_246 = { .hd = { .id = 233, .kind = OP_RESEED }, .nonce = 13747147275910434377ULL, .seed_nbytes = 105, .seed = { 0xb6, 0x72, 0xd7, 0xb6, 0x57, 0x01, 0x62, 0x29, 0x2f, 0x6f, 0xc9, 0xe4, 0xde, 0xb0, 0x25, 0xad, 0xb0, 0xa5, 0xff, 0xbb, 0x59, 0xdc, 0x6c, 0x01, 0x82, 0x45, 0xe3, 0xd8, 0xe1, 0x3c, 0x03, 0x05, 0xdd, 0xa5, 0x67, 0x2d, 0x9e, 0x30, 0xc6, 0x49, 0xa1, 0xd0, 0x29, 0xb2, 0x60, 0x8c, 0x14, 0xcc, 0x36, 0x27, 0x4a, 0x7c, 0x79, 0x92, 0xc7, 0x6a, 0x62, 0xdf, 0x53, 0x58, 0x73, 0x1b, 0x6e, 0x73, 0x1f, 0xe4, 0x09, 0x96, 0xea, 0x53, 0xbf, 0x9e, 0xdc, 0x35, 0x79, 0xf3, 0xaf, 0x1b, 0x83, 0x9b, 0x6b, 0x22, 0x08, 0xd4, 0xb0, 0x0e, 0xb5, 0x91, 0x7e, 0x61, 0x36, 0x9d, 0x61, 0x86, 0x4d, 0xf9, 0xb1, 0x5f, 0x5d, 0x0c, 0x5c, 0x20, 0xd9, 0x9e, 0x99 } }; static const struct cckprng_op_reseed op_reseed_247 = { .hd = { .id = 234, .kind = OP_RESEED }, .nonce = 17105894957966881214ULL, .seed_nbytes = 55, .seed = { 0x97, 0xbd, 0xca, 0x50, 0x1e, 0xcb, 0xa0, 0x34, 0x75, 0xb6, 0x29, 0x84, 0x2d, 0x5d, 0x16, 0x2e, 0x80, 0x11, 0x16, 0x57, 0xa6, 0x1f, 0x31, 0x95, 0x0f, 0x78, 0x9d, 0x07, 0x10, 0xcc, 0x2d, 0xac, 0x3e, 0xb8, 0x29, 0x9f, 0x9b, 0x29, 0x5a, 0x51, 0x37, 0x38, 0x33, 0xaa, 0x83, 0xa1, 0x8b, 0xa6, 0x64, 0xe3, 0x48, 0xe4, 0x72, 0xc6, 0x45 } }; static const struct cckprng_op_reseed op_reseed_248 = { .hd = { .id = 235, .kind = OP_RESEED }, .nonce = 6273231008406830763ULL, .seed_nbytes = 164, .seed = { 0xf9, 0xb2, 0x50, 0x78, 0x10, 0xb6, 0xa5, 0x9a, 0x60, 0x27, 0xd3, 0x94, 0x0a, 0x67, 0x0f, 0x03, 0xfe, 0x0b, 0x77, 0xaa, 0xf8, 0x0d, 0x60, 0xe6, 0x59, 0x97, 0xd2, 0xd1, 0x65, 0x0b, 0x5d, 0x2c, 0xba, 0x09, 0xf7, 0x35, 0xd4, 0x71, 0x67, 0xe4, 0xeb, 0x46, 0xbd, 0xb3, 0xef, 0xd7, 0x49, 0x5d, 0xb7, 0xdb, 0xa1, 0xfc, 0x6e, 0x5c, 0x9f, 0x81, 0x2e, 0xd2, 0x19, 0xf7, 0xd9, 0xf5, 0x3b, 0x52, 0x64, 0x6c, 0x4c, 0x60, 0x03, 0x1c, 0x87, 0x33, 0xf9, 0xba, 0x61, 0x18, 0x01, 0xed, 0xc3, 0x3c, 0x35, 0x67, 0x6d, 0xb6, 0x7b, 0x03, 0xcd, 0x76, 0x03, 0x8e, 0xfe, 0xa6, 0xfd, 0xc0, 0xae, 0x45, 0x67, 0xb8, 0x8c, 0xf2, 0xaf, 0xe1, 0x2b, 0xa3, 0x6d, 0x53, 0x66, 0x22, 0x4f, 0xba, 0x1f, 0x9a, 0xcb, 0xa4, 0x1e, 0x77, 0x58, 0xb2, 0x69, 0xcc, 0x83, 0x5b, 0xfd, 0xa8, 0xcb, 0x72, 0x7e, 0xfd, 0x96, 0xb8, 0xb9, 0x96, 0xf7, 0x78, 0xc0, 0x63, 0x23, 0xf8, 0x29, 0x2d, 0xe1, 0x28, 0x16, 0xbb, 0x5d, 0x6d, 0x07, 0xd1, 0x97, 0x98, 0xed, 0xae, 0x9c, 0x78, 0xf9, 0x2f, 0x83, 0xf2, 0xb7, 0x89, 0x8d, 0xc6, 0x22, 0x86 } }; static const struct cckprng_op_generate op_init_249 = { .hd = { .id = 236, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0x3d, 0xfe, 0x7b, 0x0b, 0xd0, 0x5d, 0xb5, 0x6b, 0x30, 0x62, 0x08, 0xe3, 0x14, 0xd0, 0xd0, 0x6f, 0x33, 0xf1, 0x97, 0x76, 0x4d, 0x32, 0x99, 0xa9, 0x42, 0x4a, 0xd4, 0xd9, 0xf6, 0xcd, 0xca, 0xed, 0x41, 0x3f, 0x9e, 0x71, 0x00, 0xd0, 0x3a, 0x74, 0x05, 0x21, 0x82, 0x74, 0x61, 0xfc, 0xe5, 0x86, 0xd8, 0xc5, 0xaf, 0x9a, 0x82, 0x26, 0x47, 0xfd, 0x77, 0x29, 0xb8, 0x61, 0xf2, 0x68, 0x6c, 0x2a, 0x97, 0x61, 0x8f, 0x84, 0xb0, 0xc1, 0xe5, 0xf2, 0xaa, 0x7f, 0xf3, 0x41, 0xf2, 0x60, 0x67, 0x46, 0xe2, 0x8d, 0x04, 0x73, 0x1f, 0xd6, 0xd2, 0x70, 0x0a, 0x03, 0xbe, 0x8b, 0xd2, 0x26, 0x05, 0x89, 0x5a, 0xe5, 0xcc, 0x1a, 0xd2, 0xf8, 0x6a, 0x93, 0x84, 0xa9, 0xac, 0x38, 0xe3, 0xa2, 0x3b, 0xd8, 0x55, 0xe0, 0x43, 0xc9, 0x95, 0x4d, 0xa3, 0x04, 0x0b, 0x9b, 0x36, 0xf6, 0x35, 0x8c, 0xd6, 0xe0, 0x2a, 0x09, 0x9c, 0xc7, 0x9f, 0x38, 0x87, 0x3f, 0x8f, 0xe0, 0x48, 0x4f, 0x4f, 0x69, 0x3e, 0x1e, 0x1c, 0xca, 0x8e, 0x65, 0x97, 0x67, 0x39, 0x93, 0x29, 0x7b, 0xae, 0xff, 0x00, 0xc5 } } }; static const struct cckprng_op_reseed op_reseed_250 = { .hd = { .id = 237, .kind = OP_RESEED }, .nonce = 12251148492523175928ULL, .seed_nbytes = 224, .seed = { 0xbb, 0x20, 0xa1, 0xc5, 0xa5, 0xce, 0x6b, 0x69, 0x04, 0x1f, 0x60, 0xf3, 0xf0, 0x7b, 0xa7, 0x51, 0xf4, 0x27, 0xa8, 0x6b, 0x77, 0xdf, 0x17, 0xf8, 0x93, 0xa5, 0x19, 0x42, 0x0e, 0x9b, 0xbb, 0xdf, 0x60, 0x04, 0x25, 0x1f, 0x23, 0x6f, 0x89, 0x03, 0x86, 0x07, 0x8f, 0x5a, 0xbe, 0xf1, 0xc6, 0x19, 0x9c, 0x94, 0xf6, 0x3a, 0xb3, 0x99, 0x74, 0xe2, 0x7f, 0x84, 0x07, 0x69, 0x71, 0xcd, 0x6f, 0x79, 0x2b, 0xe2, 0xb6, 0x98, 0x99, 0x78, 0x40, 0xd7, 0x1e, 0x52, 0xf9, 0xd2, 0x61, 0xbe, 0x41, 0xaa, 0x34, 0xde, 0x42, 0x94, 0x93, 0x70, 0xe7, 0x34, 0x33, 0x07, 0x21, 0x63, 0x76, 0x0e, 0xe9, 0xf7, 0x9b, 0xb6, 0xec, 0x38, 0x11, 0x64, 0xc4, 0xe8, 0x82, 0xb6, 0xee, 0x80, 0x16, 0x8e, 0xed, 0x38, 0x66, 0xea, 0x4c, 0x3f, 0xc0, 0xaa, 0xd8, 0xdb, 0xfa, 0xac, 0x88, 0x7c, 0xce, 0xec, 0x58, 0x8d, 0xcc, 0xae, 0x97, 0x29, 0x2b, 0x6c, 0xbe, 0xb0, 0x22, 0x67, 0x7a, 0x15, 0x50, 0x71, 0x95, 0x7d, 0x3d, 0xc0, 0x99, 0x0e, 0xd1, 0x5d, 0x02, 0x4f, 0xb1, 0x9f, 0xdd, 0x3f, 0x2d, 0x5b, 0xa8, 0x50, 0x71, 0x5e, 0xff, 0xeb, 0xec, 0x6b, 0xcc, 0x0b, 0x7f, 0xec, 0x17, 0x5c, 0x81, 0x3a, 0x70, 0x27, 0xb9, 0x19, 0xf6, 0x8c, 0x4b, 0x32, 0xff, 0x59, 0xda, 0xfc, 0x89, 0x1f, 0x4f, 0xcb, 0xff, 0xf4, 0x84, 0xef, 0x85, 0x83, 0x84, 0x06, 0x8d, 0xaa, 0xfd, 0x69, 0xbe, 0xf4, 0xf1, 0x27, 0xc8, 0x9b, 0x4d, 0x0e, 0x78, 0x26, 0xda, 0xe3, 0x66, 0x03, 0x15, 0x1f, 0xec, 0x2d, 0xa9, 0x11, 0x73, 0x04 } }; static const struct cckprng_op *ops_251[] = { (const struct cckprng_op *)&op_init_235, (const struct cckprng_op *)&op_init_236, (const struct cckprng_op *)&op_init_237, (const struct cckprng_op *)&op_init_238, (const struct cckprng_op *)&op_reseed_239, (const struct cckprng_op *)&op_reseed_240, (const struct cckprng_op *)&op_init_241, (const struct cckprng_op *)&op_reseed_242, (const struct cckprng_op *)&op_init_243, (const struct cckprng_op *)&op_init_244, (const struct cckprng_op *)&op_refresh_245, (const struct cckprng_op *)&op_reseed_246, (const struct cckprng_op *)&op_reseed_247, (const struct cckprng_op *)&op_reseed_248, (const struct cckprng_op *)&op_init_249, (const struct cckprng_op *)&op_reseed_250 }; static const struct cckprng_vector vec_252 = { .id = 238, .note = NULL, .nops = 16, .ops = ops_251 }; static const struct cckprng_op_init op_init_253 = { .hd = { .id = 239, .kind = OP_INIT }, .seed = { 0xbf, 0xe8, 0xf0, 0x0b, 0x69, 0x83, 0xca, 0xac, 0x8e, 0xa6, 0xb9, 0xc9, 0xa8, 0x51, 0x4a, 0x07, 0x73, 0x87, 0x6f, 0xa5, 0x68, 0xd6, 0xe5, 0x46, 0x06, 0x7e, 0x0b, 0x6c, 0x6b, 0x24, 0xcf, 0x1b }, .nonce = { 0x2d, 0x01, 0x5d, 0x36, 0x56, 0x26, 0x6e, 0xbf }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_254 = { .hd = { .id = 240, .kind = OP_REFRESH }, .rand = 8487896802962189289ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_255 = { .hd = { .id = 241, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0x8c, 0x0e, 0x08, 0x8f, 0xe9, 0x8c, 0xe1, 0xf2, 0xee, 0xef, 0x8a, 0x80, 0xf7, 0xad, 0x4b, 0xb0, 0xf2, 0xd8, 0x74, 0x56, 0x62, 0xcf, 0x5a, 0x2a, 0xbd, 0x9e, 0xc5, 0x0d, 0x05, 0xe5, 0x35, 0xe8, 0x38, 0xb5, 0x5d, 0x36, 0xf0, 0x68, 0x8a, 0x30, 0x68, 0x60, 0xde, 0x66, 0xe3, 0x53, 0x80, 0xa8, 0x22, 0x1f, 0xa5, 0xeb, 0x77, 0xf6, 0x8b, 0x4a, 0xa1, 0x47, 0x52, 0x34, 0x70, 0x23, 0xa2, 0x71, 0x5f, 0x88, 0xfa, 0x74, 0x33, 0x05, 0x86, 0x53, 0xcd, 0x0c, 0xf8, 0x97, 0x7e, 0x11, 0xaa, 0x3c, 0x10, 0xa7, 0x73, 0xf9, 0x68, 0x46, 0x8f, 0x7d, 0xc4, 0x3e, 0x0d, 0xc2, 0x7f, 0xb4, 0x49, 0xeb, 0x8b, 0x6a, 0xfa, 0x9f, 0xbb, 0xbb, 0x1a, 0xc1, 0x5e, 0x2a, 0x81, 0xd7, 0xa0, 0xd7, 0xbb, 0x5e, 0xf3, 0x19, 0xa7, 0x33, 0x55, 0xf6, 0xee, 0x63, 0x8c, 0x76, 0xc9, 0x7e, 0x67, 0x7e, 0x6f, 0xc2, 0xd3, 0x9f, 0x08, 0xcd, 0x53, 0x69, 0x4b, 0xd0, 0xde, 0x6b, 0xeb, 0xd6, 0x81, 0x2b, 0x9c, 0x2c, 0xe4, 0x8a, 0xdf, 0xd9, 0xbb, 0x0e, 0x0f, 0x3b, 0x4f, 0xce, 0xe6, 0x92, 0x0f, 0xdd, 0xec, 0x4b, 0xc8, 0xca, 0x77, 0x50, 0x98, 0x25, 0xf0, 0x31, 0xd5, 0x7f, 0xe1, 0x5e, 0x4c, 0x8d, 0x72, 0xbb, 0x2e, 0x1f, 0xbd, 0x2e, 0x36, 0x05, 0x2d, 0x35, 0x63, 0x47, 0x76, 0x24, 0xef, 0xd8, 0x06, 0xc6, 0x2c, 0x56, 0x12, 0xec, 0x1a, 0xd9, 0xcc, 0x7a, 0xf3, 0xbe, 0x54, 0xfe, 0xf7, 0x27, 0xe5, 0x48, 0x95, 0xb4, 0x4b, 0x79, 0x6d, 0x83, 0x92, 0x7a, 0x7b, 0x56, 0x5f, 0xca, 0x64, 0x18, 0x25, 0x94, 0x27, 0x7a, 0x2d, 0x5b, 0xa9, 0xaa, 0x69, 0x6a, 0x1b, 0xa5, 0x92, 0x66, 0x4a, 0x26, 0x33, 0xbf, 0x2e, 0x1b, 0x7c, 0x36, 0x33, 0xb4, 0x2c, 0xde, 0x5e, 0x79, 0xc4, 0x0a, 0x54, 0xab, 0x80, 0xb4, 0x31, 0x0a } } }; static const struct cckprng_op_reseed op_reseed_256 = { .hd = { .id = 242, .kind = OP_RESEED }, .nonce = 8918853725363162053ULL, .seed_nbytes = 253, .seed = { 0x47, 0x33, 0xfe, 0x99, 0x2a, 0xcd, 0x3c, 0x2f, 0x9f, 0x70, 0x3f, 0xcf, 0xcc, 0x84, 0x47, 0x38, 0xce, 0x5e, 0x1b, 0x63, 0xd9, 0xe2, 0xf7, 0x27, 0x1c, 0xdc, 0x37, 0xc9, 0x50, 0x18, 0x88, 0xf6, 0xae, 0x35, 0xbf, 0x8f, 0x92, 0xf9, 0xc2, 0x5d, 0xcb, 0x4e, 0xe4, 0xc5, 0xa2, 0x91, 0x33, 0x1e, 0x72, 0x07, 0xa3, 0xc5, 0x4a, 0x83, 0x60, 0x84, 0x41, 0x31, 0xbd, 0xcf, 0x27, 0x4e, 0x85, 0xbf, 0xed, 0xc6, 0x42, 0x5b, 0xf0, 0x66, 0xf2, 0xcc, 0xd6, 0x7b, 0xd8, 0x68, 0x74, 0x7e, 0x61, 0xfc, 0x1d, 0xbf, 0xc6, 0x32, 0x26, 0x2f, 0x84, 0x16, 0x18, 0x09, 0x02, 0xf2, 0x37, 0x26, 0x95, 0x30, 0xd5, 0x57, 0x31, 0x23, 0x07, 0x93, 0xb3, 0x04, 0xeb, 0x7f, 0x60, 0x5a, 0x64, 0xa4, 0x29, 0xff, 0x76, 0x92, 0x54, 0xd0, 0xf1, 0x0a, 0x9f, 0x91, 0x54, 0x37, 0x56, 0xea, 0x8c, 0xda, 0xcc, 0xce, 0x6c, 0xa0, 0x38, 0x80, 0x29, 0x7a, 0x94, 0xfa, 0xa1, 0x47, 0xa0, 0xcc, 0x33, 0x8e, 0x31, 0x0b, 0x1d, 0xfb, 0x95, 0xe8, 0x27, 0x7c, 0x81, 0x9d, 0xcf, 0x11, 0xd1, 0x72, 0xd1, 0xd4, 0x73, 0xcd, 0x62, 0x90, 0x3a, 0x5d, 0x1d, 0x21, 0x1d, 0x45, 0xe5, 0x41, 0xe1, 0xe6, 0x57, 0x05, 0x91, 0xa2, 0xed, 0x08, 0x0b, 0x46, 0x9c, 0x20, 0xae, 0x62, 0xb5, 0x9c, 0x2a, 0xa6, 0x0e, 0xa0, 0x3c, 0x32, 0xb9, 0x6c, 0x05, 0x71, 0x5d, 0x72, 0x3f, 0x99, 0xa6, 0xf0, 0xdf, 0x98, 0x8a, 0x03, 0x29, 0x52, 0xeb, 0x6a, 0x77, 0xf4, 0x23, 0x8f, 0x0c, 0x3a, 0x48, 0x08, 0x44, 0x74, 0x77, 0x64, 0xef, 0x02, 0x8a, 0xd4, 0xe1, 0x73, 0xc2, 0xe2, 0xf4, 0x6a, 0x51, 0x0d, 0xef, 0x6d, 0x7d, 0x84, 0x3b, 0x73, 0x81, 0xed, 0xee, 0x36, 0x19, 0x50, 0x21, 0x3b, 0x23, 0x25, 0x49, 0x60, 0x30 } }; static const struct cckprng_op_reseed op_reseed_257 = { .hd = { .id = 243, .kind = OP_RESEED }, .nonce = 3448629983720348086ULL, .seed_nbytes = 125, .seed = { 0xdc, 0x3b, 0x26, 0x50, 0x71, 0x75, 0xbe, 0x29, 0x1f, 0x9d, 0x20, 0xd5, 0x65, 0x38, 0xf8, 0xcf, 0x8f, 0x5a, 0x66, 0x1e, 0x2f, 0xdb, 0x5a, 0xa8, 0xf3, 0xa6, 0x28, 0x36, 0x73, 0x68, 0xf0, 0x22, 0xca, 0x90, 0x8b, 0x8f, 0x6d, 0x94, 0xfa, 0xc4, 0x9d, 0x9f, 0x09, 0x89, 0x6f, 0xfe, 0x7a, 0xeb, 0x5e, 0x43, 0xe6, 0x39, 0x9e, 0x9a, 0x96, 0x25, 0x41, 0x41, 0xe8, 0x5c, 0x1f, 0x28, 0x11, 0x7a, 0x46, 0xde, 0xef, 0x48, 0x10, 0xb7, 0xee, 0x88, 0xff, 0x05, 0x16, 0xc4, 0x78, 0xfa, 0xa9, 0xb2, 0xc0, 0xdc, 0x32, 0x86, 0x5b, 0x88, 0x48, 0xb4, 0xda, 0xe8, 0x78, 0x7d, 0x84, 0xe7, 0x8d, 0x6a, 0x02, 0x5b, 0x45, 0x1b, 0x9d, 0x5a, 0x14, 0x98, 0xbf, 0x6b, 0xd9, 0xd3, 0xf5, 0x08, 0x04, 0xe5, 0xc1, 0x0a, 0x73, 0x8b, 0xf9, 0x0d, 0x10, 0x77, 0xad, 0x91, 0x84, 0x64, 0x24 } }; static const struct cckprng_op_generate op_init_258 = { .hd = { .id = 244, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0x0e, 0x4e, 0x10, 0xef, 0x15, 0xd5, 0x02, 0x71, 0xb3, 0x75, 0x55, 0x52, 0xc8, 0xd2, 0x37, 0xe1, 0xa3, 0x76, 0x78, 0xbb, 0xef, 0xc1, 0xf9, 0x73, 0xe9, 0x6c, 0x2c, 0x6d, 0x57, 0x8f, 0x33, 0xa1, 0xe9, 0x9f, 0x11, 0x16, 0x27, 0x77, 0xc5, 0xbe, 0x90, 0xed, 0xf1, 0x6b, 0x99, 0x4f, 0xdf, 0xa7, 0x15, 0x2c, 0xf8, 0x84, 0x1d, 0x4d, 0x48, 0x62, 0x41, 0x6d, 0xa7, 0x78, 0x1a, 0x37, 0xb3, 0xd6, 0xa1, 0x81, 0xb0, 0xab, 0x3d, 0x9e, 0x54, 0xf7, 0x1b, 0x72, 0x28, 0x29, 0x1e, 0xcf, 0x1c, 0x69, 0x46, 0xe4, 0x8d, 0x55, 0x98, 0x9a, 0x28, 0x6f, 0x01, 0x5c, 0x11, 0xc0, 0xfd, 0x52, 0xd8, 0x12, 0x5c, 0xa4, 0xa3, 0xe0, 0x6e, 0xf4, 0x68, 0x90, 0xf8, 0x59, 0x17, 0x6f, 0x8e, 0x34, 0x6e, 0xa4, 0x6a, 0x0e, 0x26, 0x4d, 0x58, 0x8d, 0x9f, 0x30, 0x27, 0xaf, 0x2d, 0x94, 0x26, 0x39, 0xe1, 0x68, 0x56, 0x0d, 0xf1, 0xc1, 0x80, 0x21, 0xf5, 0xde, 0x90, 0xbb, 0x73, 0x3a, 0xbc, 0xd2, 0x71, 0xb7, 0xa1, 0xff, 0x08, 0x05, 0xb0, 0x3e, 0x83, 0x45, 0x08, 0xab, 0xea, 0xc1, 0x53, 0x0f, 0x5f, 0xbc, 0xd8, 0xd1, 0x2e, 0x07, 0x56, 0xc1, 0x7f, 0x72, 0x73, 0xc1, 0x7f, 0xea, 0x0f, 0x95, 0x65, 0xb6, 0x2d, 0x31, 0xea, 0x3c, 0xba, 0x9f, 0xf4, 0xd4, 0x7d, 0xc1, 0x04, 0xfc, 0x0a, 0x99, 0xab, 0x56, 0x87, 0x74, 0x17, 0x62, 0x48, 0x2d, 0x48, 0xb1, 0x6e, 0x6c, 0x98, 0x09, 0x2f, 0x86, 0x1d, 0xf9, 0x88, 0xa9, 0xa4, 0x9f, 0xdc, 0x4b, 0xc9, 0x51, 0x77, 0xfe, 0x7a, 0x73, 0x79, 0xdd, 0x63, 0x1f, 0xef, 0x1d, 0xf8, 0x00, 0xfa, 0x17, 0xb4, 0x0f, 0x82, 0xb8, 0xac, 0xc8 } } }; static const struct cckprng_op_generate op_init_259 = { .hd = { .id = 245, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0x9a, 0x7a, 0xe9, 0xd0, 0xf4, 0xac, 0x96, 0x75, 0x7c, 0x3c, 0x1a, 0xf4, 0x93, 0xf1, 0xc6, 0x1d, 0x6d, 0xfe, 0x0d, 0x55, 0x25, 0x7d, 0x6e, 0xc8, 0x6a, 0xc1, 0x48, 0xb6, 0x2e, 0xd9, 0x4d, 0x8a, 0x06, 0xb6, 0x6f, 0x2f, 0x11, 0x89, 0x89, 0x9f, 0x16, 0xd2, 0x8e, 0x77, 0x4e, 0xfa, 0x1c, 0x31, 0x2e, 0x9b, 0xfb, 0xd5, 0xe2, 0x45, 0xa1, 0x55, 0xde, 0x63, 0xe6, 0x47, 0x30, 0x98, 0xd4, 0xd5, 0x8d, 0x3b, 0xd3, 0x74, 0x40, 0xb8, 0x50, 0xcf, 0x6a, 0xb1, 0x7f, 0x55, 0x0c, 0xac, 0x6b, 0x4e, 0xad, 0xdc, 0x36, 0x40, 0xeb, 0x39, 0xc1, 0x3e, 0xd2, 0xfc, 0x42, 0x36, 0x1d, 0xd1, 0x5c, 0x06, 0x14, 0x50, 0x5a, 0xa7, 0x9c, 0x33, 0xe4, 0x3d, 0x33, 0xe8, 0x87, 0xc8, 0x6b, 0x95, 0xb3, 0x0c, 0x22, 0x89, 0x5e, 0x59, 0x66, 0x6c, 0x64, 0x07, 0xd0, 0xb9, 0x0f, 0x91, 0x25, 0xb5, 0x48, 0x8a, 0xbc, 0x74, 0x38, 0x99, 0xfe, 0x5c, 0x52, 0x47, 0x9f, 0x96, 0x45, 0x0c, 0x81, 0xaa, 0xd6, 0x56, 0x9b, 0x57, 0x25, 0xcb, 0x85, 0x31, 0x2f, 0xba, 0x56 } } }; static const struct cckprng_op_generate op_init_260 = { .hd = { .id = 246, .kind = OP_GENERATE }, .rand_nbytes = 201, .out = { .rand = { 0xbf, 0xbb, 0x12, 0x3e, 0xcf, 0x1d, 0xbb, 0xdb, 0x0a, 0xa9, 0xa9, 0xa3, 0x11, 0xd6, 0xa4, 0x5a, 0xec, 0xb8, 0x41, 0x2f, 0x3e, 0x57, 0xe5, 0x20, 0xb7, 0xbe, 0x22, 0x86, 0xfe, 0x67, 0x50, 0x18, 0xc4, 0x9d, 0x57, 0x36, 0xa4, 0xa2, 0x66, 0x84, 0xf0, 0x82, 0x0b, 0x54, 0xc3, 0x2f, 0x61, 0x2c, 0x9c, 0x11, 0x19, 0x5c, 0x9b, 0x68, 0x94, 0x39, 0xd5, 0x36, 0x9d, 0x09, 0x9b, 0xa4, 0xba, 0xce, 0xab, 0x6c, 0x06, 0x89, 0x2d, 0xfc, 0xff, 0xf8, 0x32, 0x7e, 0x7d, 0x4e, 0xe6, 0x2d, 0x87, 0x58, 0x54, 0xdd, 0x99, 0x3f, 0xbf, 0xb7, 0x6c, 0x06, 0x74, 0xd2, 0x9d, 0x4c, 0x1f, 0x08, 0xb2, 0x27, 0x2b, 0xf7, 0x2e, 0x63, 0x13, 0xf0, 0xbd, 0xc6, 0x3c, 0xb9, 0x00, 0xe8, 0xbe, 0x7d, 0x8f, 0x7b, 0x28, 0x96, 0x18, 0x6b, 0xc1, 0x7c, 0x07, 0x65, 0x98, 0x19, 0x72, 0xfa, 0x6c, 0x86, 0x77, 0x6a, 0x92, 0x3d, 0xe3, 0x2d, 0xda, 0x24, 0x5d, 0x03, 0xd6, 0x13, 0x2e, 0xb6, 0x7e, 0x32, 0x5a, 0x32, 0xfc, 0xbc, 0x6a, 0x22, 0x3d, 0xe1, 0xa3, 0x69, 0x88, 0xe8, 0xf1, 0x6a, 0xa2, 0x7b, 0x1a, 0x01, 0x02, 0x1b, 0xc2, 0x85, 0x23, 0xcb, 0xec, 0x50, 0x8b, 0xe2, 0x05, 0x1f, 0x40, 0x5c, 0xfa, 0x7e, 0x64, 0x85, 0x8e, 0x18, 0x1e, 0x13, 0xcc, 0x22, 0xdb, 0x8e, 0xb6, 0x17, 0x6f, 0x63, 0xd9, 0x94, 0x48, 0xa6, 0xda, 0x34, 0x29, 0x4b, 0xc6, 0xeb, 0x76 } } }; static const struct cckprng_op_refresh op_refresh_261 = { .hd = { .id = 247, .kind = OP_REFRESH }, .rand = 16263132886183354235ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_262 = { .hd = { .id = 248, .kind = OP_REFRESH }, .rand = 6952418858732980115ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_263 = { .hd = { .id = 249, .kind = OP_REFRESH }, .rand = 11136798087055788327ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_264 = { .hd = { .id = 250, .kind = OP_RESEED }, .nonce = 3028339957954004383ULL, .seed_nbytes = 146, .seed = { 0xbd, 0x4b, 0x22, 0x24, 0x79, 0xf9, 0x9a, 0xae, 0xe1, 0xec, 0xf1, 0xcb, 0x4e, 0x77, 0xef, 0x05, 0x5d, 0x03, 0x4a, 0x9d, 0x88, 0xb5, 0x40, 0x68, 0xf0, 0x9d, 0xcb, 0x47, 0xf8, 0x78, 0x19, 0xb5, 0xbc, 0x4d, 0x4e, 0xba, 0x30, 0x63, 0xd1, 0x07, 0x3e, 0x84, 0x32, 0x2f, 0x75, 0xcd, 0xf3, 0xb2, 0x19, 0xef, 0x7e, 0xce, 0x0f, 0xc7, 0xd2, 0x39, 0xbd, 0x6c, 0x63, 0x3d, 0x63, 0x52, 0x18, 0xc1, 0xe9, 0xa3, 0xf5, 0x12, 0x74, 0x2c, 0x95, 0xb8, 0x59, 0xa9, 0xd4, 0x17, 0x0e, 0xed, 0xb7, 0x84, 0x28, 0x45, 0x50, 0x2a, 0x26, 0x0b, 0xc5, 0x6d, 0x2c, 0x84, 0x49, 0xba, 0x0b, 0xc3, 0x40, 0x2f, 0xda, 0xcb, 0x66, 0xf8, 0x8e, 0x1a, 0x32, 0x0c, 0xeb, 0x08, 0xa9, 0xfa, 0x70, 0x0a, 0xe1, 0xd3, 0x55, 0xc4, 0x96, 0x76, 0xf6, 0xd5, 0x35, 0x0c, 0x8a, 0xba, 0xee, 0x38, 0x06, 0x7f, 0x52, 0xa9, 0xba, 0xb1, 0x8c, 0x13, 0xe9, 0x96, 0x7e, 0x3a, 0x7a, 0x9d, 0x7d, 0x43, 0x78, 0xd4, 0x33, 0x05, 0x16, 0x15 } }; static const struct cckprng_op_refresh op_refresh_265 = { .hd = { .id = 251, .kind = OP_REFRESH }, .rand = 9144919389929172456ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_266 = { .hd = { .id = 252, .kind = OP_RESEED }, .nonce = 9048326434383709838ULL, .seed_nbytes = 113, .seed = { 0xef, 0x29, 0x01, 0xdb, 0xe4, 0x6c, 0x80, 0x5e, 0x0b, 0x78, 0x3a, 0x9c, 0x22, 0xb8, 0x54, 0x02, 0x82, 0x64, 0xc9, 0x50, 0xd6, 0x40, 0xbe, 0xbb, 0x7c, 0x4e, 0x69, 0x9f, 0x85, 0x74, 0x26, 0x10, 0x05, 0xc5, 0xd0, 0x05, 0x59, 0xd4, 0x65, 0xd6, 0x38, 0x18, 0x19, 0x9d, 0x22, 0xfa, 0x31, 0xbf, 0x43, 0x11, 0xa0, 0xe8, 0xba, 0xe4, 0x8d, 0xa2, 0x1e, 0x12, 0xf0, 0x18, 0x84, 0x76, 0x46, 0x4d, 0xa2, 0x36, 0x05, 0x65, 0x4e, 0xd5, 0x66, 0x4b, 0x80, 0x7a, 0x2a, 0xa0, 0x51, 0x54, 0x1d, 0xf3, 0x6e, 0x6e, 0x08, 0x05, 0x6c, 0x75, 0x9d, 0xaa, 0x16, 0xa1, 0xdd, 0x49, 0xda, 0x7a, 0xba, 0x4c, 0x53, 0xe7, 0x9a, 0xe0, 0x0c, 0xdf, 0xe8, 0x3f, 0xdf, 0x0b, 0xee, 0x53, 0x1a, 0x7b, 0x23, 0x14, 0xbb } }; static const struct cckprng_op_reseed op_reseed_267 = { .hd = { .id = 253, .kind = OP_RESEED }, .nonce = 17893964760822062639ULL, .seed_nbytes = 221, .seed = { 0xcc, 0xa9, 0xa2, 0x6d, 0xbb, 0x1c, 0x67, 0x20, 0x79, 0xaa, 0xb0, 0x27, 0x9e, 0xa5, 0x8a, 0x3a, 0xfa, 0x14, 0x13, 0xe3, 0x2f, 0xdf, 0xfd, 0x32, 0xef, 0xef, 0xe0, 0x1f, 0x9b, 0xb4, 0xf3, 0x92, 0x48, 0xb4, 0x35, 0xea, 0x4f, 0x27, 0x0f, 0xa8, 0x94, 0xe4, 0x5d, 0xa4, 0xfd, 0x65, 0xe1, 0x5f, 0xbc, 0xfc, 0xbe, 0xfd, 0x14, 0xe7, 0xef, 0x97, 0x3e, 0xff, 0x42, 0x33, 0x58, 0xed, 0xe7, 0xcf, 0xf4, 0xf5, 0xd4, 0x4b, 0x06, 0x48, 0xba, 0xfe, 0xd1, 0xb9, 0xa2, 0x0f, 0x6d, 0x6e, 0x17, 0xda, 0x89, 0x8d, 0x4c, 0x9d, 0xf9, 0xc8, 0x69, 0xce, 0x76, 0xf0, 0xde, 0xa1, 0x45, 0xe5, 0xe2, 0x0d, 0x37, 0x70, 0xbe, 0xd0, 0xb4, 0xda, 0xcc, 0x90, 0x6c, 0xc0, 0x43, 0xb9, 0x49, 0x56, 0xc0, 0x74, 0x92, 0x6b, 0xcf, 0x28, 0x1c, 0xb6, 0x0c, 0x5c, 0xec, 0x21, 0x45, 0xdb, 0x3c, 0xe3, 0xd6, 0xf7, 0xe6, 0xf4, 0xc9, 0xc6, 0x31, 0xdc, 0x9c, 0x9f, 0xab, 0x0f, 0x2a, 0x88, 0xbc, 0x2c, 0x3f, 0x68, 0xbe, 0x50, 0x72, 0xbc, 0x9f, 0x68, 0xf7, 0x22, 0xdc, 0xd4, 0x84, 0xf7, 0x48, 0x0d, 0x87, 0x5e, 0x59, 0xa0, 0x39, 0x9c, 0x7a, 0x2c, 0x54, 0x83, 0xe8, 0x54, 0x40, 0xd5, 0xb3, 0xe9, 0xaf, 0xb0, 0x3b, 0x6b, 0x47, 0xbe, 0x8b, 0x28, 0xca, 0xcd, 0x46, 0xcf, 0x0c, 0x02, 0x8a, 0x0c, 0x1c, 0x9d, 0xd1, 0xda, 0xd0, 0xad, 0xcb, 0x2b, 0xbf, 0x74, 0xda, 0xd4, 0xd9, 0x68, 0x08, 0x9c, 0xea, 0xaa, 0x92, 0xf3, 0xaf, 0xa9, 0x4f, 0xa9, 0x01, 0xea, 0xba, 0x26, 0xb5, 0xfd, 0x83 } }; static const struct cckprng_op_reseed op_reseed_268 = { .hd = { .id = 254, .kind = OP_RESEED }, .nonce = 11806677338431383366ULL, .seed_nbytes = 33, .seed = { 0xb1, 0x9f, 0xb2, 0xde, 0xe0, 0x5f, 0xb1, 0x37, 0x49, 0x7a, 0xd4, 0xe4, 0xd8, 0x2b, 0x1c, 0x7f, 0x2a, 0xed, 0xbd, 0x42, 0x8f, 0x50, 0xa5, 0x27, 0xaf, 0x6b, 0x92, 0xd3, 0x6c, 0xbc, 0xd7, 0x2c, 0x9b } }; static const struct cckprng_op *ops_269[] = { (const struct cckprng_op *)&op_init_253, (const struct cckprng_op *)&op_refresh_254, (const struct cckprng_op *)&op_init_255, (const struct cckprng_op *)&op_reseed_256, (const struct cckprng_op *)&op_reseed_257, (const struct cckprng_op *)&op_init_258, (const struct cckprng_op *)&op_init_259, (const struct cckprng_op *)&op_init_260, (const struct cckprng_op *)&op_refresh_261, (const struct cckprng_op *)&op_refresh_262, (const struct cckprng_op *)&op_refresh_263, (const struct cckprng_op *)&op_reseed_264, (const struct cckprng_op *)&op_refresh_265, (const struct cckprng_op *)&op_reseed_266, (const struct cckprng_op *)&op_reseed_267, (const struct cckprng_op *)&op_reseed_268 }; static const struct cckprng_vector vec_270 = { .id = 255, .note = NULL, .nops = 16, .ops = ops_269 }; static const struct cckprng_op_init op_init_271 = { .hd = { .id = 256, .kind = OP_INIT }, .seed = { 0x89, 0x93, 0x4d, 0x37, 0xf2, 0x81, 0xa5, 0xcd, 0xd2, 0x60, 0x08, 0xac, 0xe6, 0x2a, 0x38, 0x1c, 0xe6, 0x58, 0x0f, 0x28, 0xa5, 0x52, 0x17, 0x41, 0x87, 0xd3, 0x7a, 0x47, 0x76, 0xca, 0xea, 0xc1 }, .nonce = { 0xa1, 0xf6, 0xcd, 0x78, 0xcc, 0xc2, 0x14, 0x3d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_272 = { .hd = { .id = 257, .kind = OP_REFRESH }, .rand = 18328328046729343263ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_273 = { .hd = { .id = 258, .kind = OP_RESEED }, .nonce = 17190644596921809052ULL, .seed_nbytes = 168, .seed = { 0x28, 0x08, 0x8d, 0xdc, 0x1f, 0xe9, 0x0d, 0x13, 0x5a, 0xd2, 0x85, 0xa1, 0xa9, 0xd9, 0x5f, 0x43, 0x16, 0xce, 0x98, 0x7d, 0x19, 0x5f, 0x47, 0xf2, 0x30, 0x6a, 0x8b, 0x02, 0x1e, 0xac, 0xcd, 0x63, 0x8a, 0x04, 0xa2, 0xbc, 0x67, 0x51, 0xc1, 0xad, 0xd1, 0xcf, 0x4c, 0xce, 0xbd, 0x3d, 0xc1, 0x7c, 0x20, 0x55, 0x35, 0x41, 0xb3, 0xe3, 0xf4, 0x96, 0x5e, 0xce, 0xd3, 0x65, 0x5e, 0x56, 0xcb, 0x29, 0x19, 0xf6, 0xb3, 0x70, 0xa1, 0x66, 0x1d, 0xca, 0x5c, 0xfd, 0x2b, 0xe3, 0x03, 0x25, 0x5b, 0x10, 0x2c, 0x76, 0x83, 0x1b, 0x7e, 0x83, 0x1b, 0xce, 0x45, 0x50, 0xc9, 0x90, 0x79, 0x87, 0x2f, 0x77, 0x37, 0x7d, 0x7d, 0xc5, 0xb3, 0x00, 0x30, 0x58, 0x97, 0xbf, 0x25, 0xa1, 0xc3, 0x5a, 0xf0, 0x09, 0xbc, 0xdc, 0xe4, 0x41, 0x61, 0x42, 0xcf, 0xa6, 0x00, 0xe2, 0x8e, 0x93, 0xbc, 0xfb, 0x28, 0x10, 0xed, 0x28, 0x28, 0xa0, 0xc8, 0x3b, 0xce, 0x0b, 0xa8, 0x5e, 0xea, 0xe0, 0x7e, 0xb2, 0xf0, 0x21, 0x52, 0x3f, 0x0f, 0xc5, 0xec, 0x10, 0x0c, 0x32, 0x26, 0x4d, 0x71, 0xb4, 0x56, 0xa9, 0x10, 0xbd, 0xb7, 0xd4, 0x7d, 0x9e, 0xcd, 0x3f, 0x66, 0x3b } }; static const struct cckprng_op_refresh op_refresh_274 = { .hd = { .id = 259, .kind = OP_REFRESH }, .rand = 14440244184617032019ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_275 = { .hd = { .id = 260, .kind = OP_REFRESH }, .rand = 15464763529850573697ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_276 = { .hd = { .id = 261, .kind = OP_RESEED }, .nonce = 12097416658664028744ULL, .seed_nbytes = 246, .seed = { 0x31, 0xc5, 0xdc, 0xcf, 0x0a, 0xad, 0x43, 0x14, 0xdf, 0xfd, 0xc4, 0x41, 0x66, 0x6f, 0x62, 0x94, 0x64, 0x61, 0x42, 0xa8, 0x64, 0x63, 0x1a, 0x43, 0x89, 0x47, 0x75, 0x5c, 0x67, 0xc5, 0x94, 0x35, 0xc0, 0x6a, 0xeb, 0x3e, 0x32, 0x94, 0x3e, 0xcc, 0x0d, 0x08, 0x16, 0xf6, 0x5a, 0x3c, 0xc9, 0xec, 0x11, 0x90, 0x44, 0x6b, 0x52, 0x55, 0xe3, 0x5a, 0xd2, 0x51, 0x8b, 0xe7, 0xff, 0xd0, 0xfc, 0xd9, 0xdc, 0x71, 0x8b, 0xb1, 0x7b, 0x85, 0xe3, 0x23, 0x0c, 0x2c, 0x34, 0x5d, 0x20, 0x28, 0xfc, 0x4d, 0xae, 0x86, 0x82, 0xf7, 0xef, 0x4a, 0x7b, 0x72, 0xcc, 0x7a, 0x91, 0xac, 0xcc, 0x57, 0x18, 0x43, 0xdb, 0x21, 0xfa, 0xf3, 0x68, 0x54, 0xc7, 0x94, 0x02, 0xcf, 0x98, 0x01, 0xc9, 0x2a, 0xba, 0x1b, 0xc3, 0xc2, 0xe5, 0x32, 0x04, 0xef, 0xc9, 0x6f, 0x05, 0x1c, 0xd3, 0x0e, 0x11, 0xd5, 0x25, 0x08, 0x23, 0xcb, 0x45, 0x55, 0xe8, 0x27, 0xfb, 0x34, 0x82, 0xdc, 0x14, 0x66, 0xc5, 0x0d, 0xd3, 0x68, 0x8c, 0xb6, 0x96, 0xe7, 0x8b, 0x63, 0x18, 0x86, 0xfe, 0x6b, 0x2a, 0x2f, 0x9f, 0x55, 0x81, 0x97, 0x1c, 0xae, 0x45, 0xfc, 0xac, 0x62, 0xd8, 0xce, 0x7b, 0xaa, 0xa0, 0x20, 0xb2, 0x84, 0xb6, 0x2c, 0xb1, 0x7b, 0x26, 0x77, 0x13, 0x07, 0x80, 0x0a, 0x21, 0x4a, 0x08, 0xb0, 0x23, 0x9e, 0xd5, 0x11, 0x34, 0xfd, 0x07, 0xec, 0x3c, 0x49, 0xbf, 0x8a, 0x7d, 0x5c, 0xc1, 0xc7, 0x30, 0x23, 0x7f, 0xa4, 0xd8, 0x46, 0xb3, 0x7c, 0xa6, 0xcb, 0xce, 0x3b, 0xf2, 0xcf, 0xbc, 0x4d, 0x0d, 0x8c, 0x14, 0xdf, 0x0c, 0x0c, 0x64, 0x6a, 0xde, 0x34, 0xdf, 0x8e, 0x3d, 0xc9, 0x03, 0xf0, 0x60, 0x11, 0xd2, 0xcf, 0x51, 0xa6, 0x43, 0x3a, 0x4b, 0xba } }; static const struct cckprng_op_generate op_init_277 = { .hd = { .id = 262, .kind = OP_GENERATE }, .rand_nbytes = 284, .out = { .rand = { 0x84, 0x60, 0x57, 0xb0, 0x49, 0xdd, 0x82, 0x67, 0x4e, 0xd4, 0x72, 0x8e, 0xc9, 0x10, 0xa7, 0x33, 0x7a, 0x14, 0x9e, 0x59, 0xe2, 0xb6, 0x88, 0x7b, 0x6d, 0xcc, 0x0c, 0x40, 0x62, 0x9f, 0x41, 0xb3, 0x97, 0x77, 0x89, 0xa9, 0xf7, 0x5e, 0x96, 0xbd, 0x9d, 0x77, 0x7b, 0x18, 0x87, 0x5d, 0xc8, 0x71, 0x99, 0xd5, 0x6e, 0x29, 0x36, 0x42, 0xfb, 0x5c, 0xd9, 0x7a, 0xc5, 0xde, 0xcb, 0x27, 0xa8, 0x8f, 0x10, 0x42, 0x8c, 0x74, 0x8e, 0x88, 0xa2, 0x41, 0x91, 0xf1, 0x6d, 0x10, 0x32, 0x84, 0x60, 0x25, 0x4b, 0xdc, 0xa2, 0x9e, 0x7b, 0xc4, 0x41, 0x4a, 0x7c, 0xde, 0x16, 0xad, 0x44, 0xed, 0xbe, 0x04, 0x8c, 0x3f, 0xce, 0x49, 0x7c, 0x2f, 0xc5, 0xc5, 0x40, 0xf8, 0xb8, 0xe2, 0xf3, 0x68, 0xf8, 0xc9, 0x86, 0xfa, 0x5f, 0xc2, 0x68, 0xe3, 0x0d, 0xce, 0xe5, 0x4b, 0x24, 0xf1, 0x9b, 0xbb, 0x32, 0x3b, 0x4a, 0x95, 0x36, 0xe6, 0x4c, 0x78, 0xd7, 0x25, 0xc0, 0x5e, 0x25, 0xb7, 0x46, 0x9e, 0x64, 0x55, 0xa6, 0x6b, 0x02, 0x7f, 0x4c, 0xee, 0x25, 0xa5, 0xa6, 0xbc, 0xcf, 0x68, 0xed, 0xd2, 0x73, 0x10, 0xd2, 0xc0, 0xcf, 0x6b, 0x1a, 0x6f, 0x5a, 0xb9, 0x31, 0x82, 0x08, 0xf0, 0xf7, 0x4f, 0xea, 0x69, 0xc6, 0xc0, 0x62, 0x59, 0x1e, 0x9c, 0xae, 0x46, 0x8e, 0x74, 0xaf, 0x7f, 0xb6, 0x32, 0xc8, 0x72, 0x5e, 0xf7, 0x65, 0x34, 0xf9, 0xa8, 0xdd, 0x28, 0xca, 0x53, 0x7f, 0xb6, 0x45, 0x10, 0x1f, 0x0a, 0xed, 0xe7, 0xa2, 0x94, 0x63, 0xe9, 0xf4, 0x5d, 0x6f, 0xc8, 0xa4, 0x4f, 0xe0, 0xe8, 0x5a, 0x0d, 0xd2, 0xd0, 0xe5, 0x7b, 0x54, 0x4f, 0x33, 0x28, 0x75, 0x11, 0x05, 0x7a, 0xa9, 0x40, 0xa2, 0x5c, 0xdb, 0x44, 0xa0, 0x23, 0xc0, 0xff, 0xb8, 0xdd, 0x7e, 0xa3, 0xc2, 0x33, 0xfb, 0xe7, 0xcd, 0x38, 0xfa, 0x95, 0x41, 0x73, 0xaf, 0x46, 0xec, 0x66, 0xed, 0xa3, 0x7f, 0x3d, 0xd2, 0x59, 0x77, 0x48, 0xd8, 0xf4, 0x77, 0xba, 0xf3, 0x66, 0x86, 0x52, 0x69, 0x1a, 0xb0, 0x8a } } }; static const struct cckprng_op_reseed op_reseed_278 = { .hd = { .id = 263, .kind = OP_RESEED }, .nonce = 17230777239643257830ULL, .seed_nbytes = 73, .seed = { 0x4b, 0xad, 0xd1, 0x10, 0x26, 0xe2, 0x06, 0x9c, 0x5e, 0x4b, 0x2b, 0x1c, 0xc0, 0xf3, 0xa8, 0x64, 0x80, 0xfb, 0xab, 0xdf, 0x56, 0xd7, 0x8e, 0xe2, 0x80, 0xf3, 0x67, 0x86, 0x82, 0xb2, 0x15, 0x7b, 0x09, 0xd1, 0x48, 0x55, 0xf2, 0xb1, 0x77, 0xfe, 0x33, 0x62, 0xdc, 0x46, 0x0b, 0x46, 0x47, 0x2d, 0xe1, 0x3b, 0xbc, 0x52, 0x1e, 0x05, 0xa5, 0x02, 0x14, 0xf7, 0x8a, 0xe9, 0xda, 0xa7, 0xb0, 0x9a, 0x70, 0xfa, 0xbd, 0xbd, 0x1f, 0x2e, 0xf9, 0xb3, 0xd6 } }; static const struct cckprng_op_generate op_init_279 = { .hd = { .id = 264, .kind = OP_GENERATE }, .rand_nbytes = 273, .out = { .rand = { 0x46, 0x49, 0x5d, 0xab, 0xe1, 0x80, 0xc2, 0xb5, 0x7b, 0xbc, 0xf4, 0x92, 0xa2, 0x17, 0x5b, 0x7a, 0x83, 0x1c, 0x9d, 0x5e, 0x38, 0x87, 0xb9, 0x93, 0xe4, 0x20, 0x2e, 0x31, 0x48, 0x11, 0xfe, 0x11, 0xa1, 0xbc, 0xe8, 0x0b, 0x76, 0x5c, 0xfe, 0x92, 0xfe, 0x30, 0xda, 0x41, 0x74, 0x26, 0x7b, 0xa1, 0x27, 0x8a, 0xc9, 0x95, 0xec, 0xae, 0x54, 0x62, 0x65, 0x06, 0x31, 0x8e, 0xb4, 0xec, 0x6d, 0x84, 0xd5, 0xf2, 0x86, 0x09, 0x06, 0xde, 0xfb, 0xa5, 0xc6, 0x9a, 0x4a, 0x78, 0x18, 0x71, 0x28, 0x13, 0x47, 0xbc, 0x8a, 0xdc, 0x92, 0xf0, 0xfe, 0xd4, 0xeb, 0xf5, 0x72, 0xe3, 0x41, 0x7b, 0x2f, 0x46, 0xcd, 0x44, 0xb6, 0xa5, 0x4d, 0xca, 0xf7, 0x5a, 0xb0, 0x4d, 0x54, 0x43, 0xa8, 0xc9, 0x92, 0x21, 0x76, 0x3a, 0x31, 0xad, 0x43, 0x2e, 0xf8, 0x20, 0xbb, 0xf1, 0xb5, 0x9f, 0x63, 0x50, 0xb3, 0x6a, 0x65, 0xc3, 0xab, 0xab, 0x33, 0x5b, 0x6b, 0x55, 0xd8, 0xc3, 0xa8, 0x1c, 0x30, 0x49, 0xa4, 0x5d, 0x3e, 0x2b, 0xca, 0x2c, 0xb3, 0x9d, 0x97, 0xbd, 0x9b, 0xae, 0xb4, 0xeb, 0x60, 0x5b, 0x89, 0x31, 0x77, 0xce, 0x9c, 0x96, 0x23, 0x26, 0x1f, 0xee, 0x58, 0xb1, 0xbe, 0x2b, 0xb7, 0xf1, 0x29, 0x54, 0x93, 0x0a, 0x33, 0x04, 0x07, 0x48, 0x16, 0x40, 0x0b, 0xad, 0x85, 0xc8, 0x0d, 0x87, 0x94, 0xc6, 0xec, 0xd9, 0x58, 0x89, 0xd8, 0xba, 0x01, 0x5f, 0x1b, 0x32, 0xb1, 0x0e, 0xab, 0x72, 0x9e, 0xd1, 0xc8, 0xe1, 0xe8, 0xd1, 0x4d, 0x9e, 0x04, 0xd4, 0xf3, 0x12, 0xac, 0xd1, 0x87, 0x96, 0x9d, 0xe6, 0xbe, 0xea, 0x54, 0xcb, 0xb3, 0x24, 0x91, 0x45, 0x06, 0xf6, 0x94, 0xf8, 0xa2, 0xf7, 0xba, 0x6b, 0x90, 0x59, 0xbb, 0x3c, 0x48, 0x30, 0x8f, 0xd3, 0x39, 0xae, 0x2e, 0xc6, 0x8e, 0x3e, 0x70, 0x1b, 0x9e, 0x62, 0xc4, 0x4f, 0x7b, 0x51, 0x40, 0xfe, 0x4d, 0x5a, 0x35, 0xc7, 0xf7, 0xe8, 0x53, 0xda, 0x6d } } }; static const struct cckprng_op_reseed op_reseed_280 = { .hd = { .id = 265, .kind = OP_RESEED }, .nonce = 9221061421529546360ULL, .seed_nbytes = 237, .seed = { 0xdb, 0x7a, 0x98, 0x61, 0xff, 0xf6, 0xdc, 0x66, 0x91, 0x24, 0x04, 0xbd, 0x30, 0x5a, 0xc9, 0x98, 0xe4, 0x90, 0x2b, 0xa1, 0xd7, 0x84, 0x99, 0xb7, 0x0f, 0x95, 0xf6, 0x6b, 0x34, 0xb7, 0x29, 0x39, 0x51, 0x57, 0x1a, 0xbb, 0x87, 0x25, 0xfc, 0x0b, 0x48, 0x80, 0x87, 0x0a, 0x8a, 0xa4, 0xba, 0x27, 0x61, 0x4d, 0x7b, 0xc1, 0x66, 0x21, 0x66, 0x02, 0x89, 0x23, 0x1a, 0x14, 0xe4, 0x11, 0x05, 0x99, 0x24, 0xe7, 0xef, 0x60, 0x0e, 0x81, 0xa1, 0xd2, 0x5a, 0xb6, 0x94, 0x3e, 0xb4, 0x55, 0x0a, 0xd3, 0x00, 0xb9, 0x33, 0x00, 0xb4, 0x60, 0x8a, 0x0e, 0x63, 0xae, 0xce, 0xe9, 0xe4, 0x21, 0xb4, 0x64, 0xde, 0x25, 0x42, 0x19, 0xf1, 0xc4, 0x7e, 0x8e, 0x85, 0xfe, 0x64, 0x52, 0x66, 0x66, 0xb9, 0xe3, 0x73, 0x1d, 0xe0, 0x00, 0x4a, 0x4e, 0x7e, 0x9e, 0x2f, 0x2a, 0x3f, 0x95, 0x79, 0xdd, 0x94, 0xbd, 0x83, 0x3f, 0xcf, 0xa4, 0xf3, 0xf4, 0x90, 0xeb, 0x0f, 0xb3, 0xd5, 0x3c, 0x80, 0x83, 0xa8, 0x42, 0x71, 0x42, 0x32, 0x28, 0xb1, 0x3d, 0xb4, 0x41, 0x7a, 0x8f, 0x47, 0x47, 0xf8, 0x09, 0x86, 0x3c, 0x75, 0x18, 0x48, 0x9c, 0x79, 0xd4, 0x25, 0x14, 0xcd, 0xdd, 0x59, 0x58, 0x5b, 0x2c, 0xfd, 0x0e, 0xf2, 0x83, 0x66, 0x26, 0xb0, 0x2f, 0x78, 0xac, 0x03, 0x7d, 0xf1, 0xf4, 0xf1, 0xaf, 0xb8, 0x52, 0x39, 0x34, 0x56, 0x17, 0x77, 0x92, 0x08, 0xb5, 0x05, 0xac, 0x34, 0xc7, 0x02, 0x61, 0x17, 0x23, 0xb1, 0x4d, 0xce, 0xc3, 0xfa, 0x47, 0x17, 0x71, 0xb5, 0xbf, 0x8d, 0xb3, 0x79, 0x2c, 0x63, 0x3c, 0x2b, 0x5d, 0x27, 0xd5, 0x13, 0x6b, 0xb7, 0x3d, 0xa2, 0x94, 0x38, 0x0b, 0x78 } }; static const struct cckprng_op_generate op_init_281 = { .hd = { .id = 266, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0xd8, 0x35, 0x03, 0x3d, 0x3e, 0x90, 0x23, 0x03, 0xd6, 0xcb, 0xe2, 0x04, 0x11, 0xe9, 0x97, 0x0e, 0xf4, 0xbb, 0x1f, 0x89, 0x4c, 0xc5, 0x3e, 0xec, 0xc1, 0xf7, 0x20, 0xf2, 0xb0, 0x42, 0xbd, 0xfe, 0x07, 0x18, 0xcc, 0x4d, 0x35, 0x5b, 0x97, 0x67, 0x93, 0x4a, 0x8a, 0x3a, 0xc2, 0x6a, 0x6b, 0xe8, 0x42, 0x84, 0xe4, 0x26, 0x9e, 0x39, 0xca, 0x5c, 0x12, 0x93, 0xe7, 0x14, 0xc0, 0x0e, 0x37, 0x1d, 0xa7, 0x8d, 0xbe, 0x17, 0xb0, 0xf6, 0x26, 0x2a, 0x67, 0x44, 0x94, 0xab, 0xd9, 0xd7, 0xe4, 0xb4, 0x16, 0xcc, 0xba, 0xa2, 0xae, 0x12, 0x16, 0x51, 0x71, 0x22, 0xa4, 0x6b, 0x35, 0x76, 0x33, 0x12, 0xb9, 0x59, 0xe0, 0x9b, 0x0a, 0x8d, 0x00, 0x15, 0x48, 0x90, 0x4d, 0xae, 0xe4, 0xbd, 0x1c, 0xae, 0xa9, 0x42, 0xd2, 0x50, 0x33, 0xe0, 0x72, 0xb3, 0x1b, 0xc3, 0x5f, 0xd0, 0xa0, 0xe2, 0x40, 0xba, 0x2b, 0xe6, 0xee, 0xe1, 0xa0, 0x18, 0xed, 0x58, 0x74, 0x74, 0x08, 0xf0, 0x07, 0xf2, 0xca, 0x99, 0xd4, 0x03, 0x74, 0x88, 0x24, 0xda, 0xca, 0xec, 0xc2, 0x2f, 0xd3, 0xd8, 0x45, 0x6e, 0xde, 0xb5, 0x3b, 0x5a, 0x86, 0x0a, 0x50, 0xe2, 0x7d, 0x85, 0x2f, 0xeb, 0x39, 0x77, 0xb9 } } }; static const struct cckprng_op_refresh op_refresh_282 = { .hd = { .id = 267, .kind = OP_REFRESH }, .rand = 2272928457792122009ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_283 = { .hd = { .id = 268, .kind = OP_RESEED }, .nonce = 10518460813406128918ULL, .seed_nbytes = 235, .seed = { 0x7e, 0x92, 0x52, 0xb1, 0x66, 0x22, 0xaf, 0x3d, 0x2f, 0x4c, 0x4a, 0xe4, 0x24, 0x7c, 0x6b, 0xd9, 0xba, 0x42, 0x8d, 0xb5, 0x6c, 0x78, 0x50, 0x84, 0x02, 0x73, 0x17, 0xfb, 0x05, 0xe2, 0x1a, 0xe3, 0x81, 0xa7, 0x60, 0x94, 0x71, 0x6f, 0x09, 0xdd, 0x56, 0xdf, 0x12, 0xb2, 0x9d, 0x21, 0xd5, 0x58, 0x86, 0xb0, 0xe3, 0xe2, 0x47, 0xfd, 0x5e, 0x8c, 0x0c, 0xca, 0x1f, 0x68, 0xa3, 0xd7, 0xe3, 0x08, 0xb1, 0xa6, 0xf7, 0x95, 0x2f, 0x66, 0xf0, 0xb5, 0x69, 0x08, 0xf9, 0xab, 0x50, 0xf5, 0x0c, 0x25, 0xee, 0xc2, 0xc3, 0x86, 0xc3, 0x25, 0x1a, 0xcb, 0xe0, 0x83, 0x93, 0x15, 0x40, 0x2f, 0x5e, 0xcb, 0xfa, 0x96, 0xf2, 0x41, 0x48, 0x9c, 0x5c, 0xec, 0x0a, 0xa1, 0x1d, 0x9d, 0xa9, 0xa1, 0x6e, 0x82, 0xbe, 0x66, 0xee, 0x07, 0x14, 0x7c, 0xd5, 0xa3, 0x6d, 0x25, 0x39, 0x87, 0x3c, 0x48, 0x43, 0x22, 0xc9, 0xa2, 0x09, 0x07, 0xb9, 0x9a, 0xde, 0xbf, 0xbe, 0xb3, 0x07, 0x21, 0xd3, 0x85, 0x47, 0xcf, 0x9e, 0x32, 0x34, 0x2b, 0x5f, 0xb3, 0x11, 0x67, 0xac, 0x23, 0x30, 0xf2, 0xcb, 0x4e, 0x83, 0xae, 0xac, 0x14, 0x90, 0x16, 0x7c, 0xca, 0xda, 0x31, 0xd9, 0x90, 0x45, 0x0a, 0x56, 0x36, 0x16, 0x7f, 0x45, 0x3b, 0xfd, 0x86, 0x97, 0x38, 0x48, 0xf7, 0x96, 0x99, 0xb7, 0x5e, 0x23, 0xc0, 0xc2, 0xa4, 0xbd, 0x93, 0x99, 0xd3, 0x5f, 0xd0, 0x6c, 0x51, 0xf8, 0x99, 0xc5, 0x55, 0x05, 0xf4, 0x49, 0xf9, 0xd1, 0xf2, 0x1b, 0xdb, 0xc8, 0xb8, 0x0f, 0x47, 0xdc, 0xa7, 0x3f, 0xf6, 0x82, 0x60, 0x4b, 0x7b, 0x55, 0xd6, 0x5f, 0x99, 0xe8, 0xf5, 0xfa, 0x84, 0x6f, 0x4d, 0x4e } }; static const struct cckprng_op_refresh op_refresh_284 = { .hd = { .id = 269, .kind = OP_REFRESH }, .rand = 11109236071456435908ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_285 = { .hd = { .id = 270, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x41, 0x7a, 0x82, 0x06, 0xca, 0x06, 0xc1, 0xa1, 0x7c, 0xae, 0xb2, 0x7c, 0xa8, 0xf2, 0xb4, 0x2e, 0x73, 0x55, 0x16, 0x76, 0xe3, 0x2f, 0x14, 0xcd, 0xd3, 0xb9, 0x70, 0x01, 0xb3, 0x18, 0x74, 0x85, 0xf3, 0x78, 0x75, 0x09, 0x25, 0x59, 0x24, 0xbe, 0x54, 0xf6, 0xce, 0x75, 0x5a, 0x5e, 0x3c, 0xbf, 0x1c, 0x6a, 0x1a, 0x04, 0x8c, 0xdf, 0xf9, 0x4e, 0x77, 0xb9, 0xd8, 0xa7, 0x8d, 0xb1, 0x00, 0x6b, 0x78, 0xdc, 0x7f, 0x84, 0x46, 0x21, 0x07, 0x85, 0x8f, 0x69, 0x58, 0xbb, 0x74, 0x7c, 0xbc, 0xdb, 0xde, 0x6d, 0x0a, 0xbc, 0xe8, 0x7b, 0x7a, 0xfd, 0xa3, 0x4b, 0x9a, 0x12, 0xdf, 0x5c, 0xa4, 0x17, 0x39, 0x42, 0xbf, 0xb1, 0x2f, 0xf3, 0x3d, 0xb4, 0xfb, 0x47, 0xd8, 0x17, 0x3c, 0xdb, 0xea, 0x9e, 0x73, 0x28, 0x58, 0x3e, 0xf4, 0x9e, 0xf0, 0x79, 0xfa, 0x46, 0xac, 0x31, 0xf3, 0xb9, 0x8d, 0x2c, 0x68, 0xcf, 0x1b, 0x1d, 0xbd, 0xb7, 0xfc, 0x54, 0x4c, 0xca, 0x6c, 0xf7, 0xbf, 0xff, 0xc2, 0xd3, 0x85, 0x13, 0xba, 0xa3, 0xb6, 0x6e, 0x38, 0x70, 0x73, 0xb7, 0x87, 0x87, 0xc0, 0x74, 0x1b, 0x9f, 0x6f, 0x46, 0xf1, 0xad, 0x2f, 0x52, 0x82, 0x6e, 0x5f, 0x8e, 0x0d, 0x01, 0x33, 0xdd, 0x10, 0xd5, 0x85, 0xb9, 0xce, 0x05, 0x9b, 0xde, 0xa9, 0x9f, 0xfd, 0x2a, 0x38, 0x18, 0xf7, 0xb7, 0x67, 0x4b, 0x86, 0xf3, 0x35, 0xa9, 0xa4, 0x40, 0xdf, 0xfc, 0xa8, 0x6d, 0x47, 0xbb, 0xd6, 0xff, 0x8c, 0xaf, 0x3d, 0xd8, 0xe1, 0xfc, 0xa6, 0xe0, 0x0a, 0x88, 0x86, 0x06, 0x97 } } }; static const struct cckprng_op_refresh op_refresh_286 = { .hd = { .id = 271, .kind = OP_REFRESH }, .rand = 1716511233007007610ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_287[] = { (const struct cckprng_op *)&op_init_271, (const struct cckprng_op *)&op_refresh_272, (const struct cckprng_op *)&op_reseed_273, (const struct cckprng_op *)&op_refresh_274, (const struct cckprng_op *)&op_refresh_275, (const struct cckprng_op *)&op_reseed_276, (const struct cckprng_op *)&op_init_277, (const struct cckprng_op *)&op_reseed_278, (const struct cckprng_op *)&op_init_279, (const struct cckprng_op *)&op_reseed_280, (const struct cckprng_op *)&op_init_281, (const struct cckprng_op *)&op_refresh_282, (const struct cckprng_op *)&op_reseed_283, (const struct cckprng_op *)&op_refresh_284, (const struct cckprng_op *)&op_init_285, (const struct cckprng_op *)&op_refresh_286 }; static const struct cckprng_vector vec_288 = { .id = 272, .note = NULL, .nops = 16, .ops = ops_287 }; static const struct cckprng_op_init op_init_289 = { .hd = { .id = 273, .kind = OP_INIT }, .seed = { 0x39, 0xad, 0x39, 0x06, 0xe6, 0x8a, 0x48, 0x8f, 0x0f, 0x77, 0x00, 0x19, 0xf0, 0xa9, 0x92, 0xdb, 0x37, 0x13, 0x1a, 0xd9, 0x2a, 0x80, 0xb7, 0x13, 0x3a, 0xc3, 0xed, 0x21, 0xbf, 0x4c, 0x2f, 0x90 }, .nonce = { 0x70, 0x99, 0x3e, 0x3b, 0x3d, 0xcc, 0x23, 0x64 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_290 = { .hd = { .id = 274, .kind = OP_RESEED }, .nonce = 3248620984260535380ULL, .seed_nbytes = 215, .seed = { 0x96, 0xc8, 0x92, 0xfa, 0x5e, 0x6d, 0x1f, 0xe1, 0x4f, 0xac, 0x65, 0x68, 0x00, 0xe4, 0x8e, 0x57, 0x84, 0xb8, 0x3d, 0xa1, 0x58, 0x71, 0xfa, 0xca, 0x64, 0x86, 0xd7, 0x2a, 0x5a, 0xbb, 0xdc, 0xe1, 0x60, 0x28, 0x56, 0x7d, 0x2d, 0x34, 0xc2, 0xc4, 0x3d, 0xbf, 0xb5, 0x12, 0x57, 0xcc, 0x44, 0xf4, 0xd6, 0xf5, 0x32, 0x36, 0xe5, 0xdb, 0x5f, 0xa2, 0x22, 0xee, 0xe1, 0x48, 0x08, 0x8c, 0xaa, 0x99, 0x4b, 0x55, 0x9c, 0xd2, 0x7f, 0x5c, 0xb6, 0x8b, 0x5a, 0x23, 0xe2, 0x40, 0x4b, 0xaf, 0x83, 0x54, 0xe0, 0x9b, 0xa3, 0xcf, 0xe7, 0xcd, 0xd2, 0xa9, 0xb8, 0x5b, 0xc6, 0x1a, 0xd7, 0x20, 0x26, 0x97, 0xfe, 0x78, 0xb5, 0xb3, 0xaa, 0xd3, 0x41, 0xd6, 0x97, 0x78, 0xf6, 0x75, 0x29, 0x87, 0x48, 0x9b, 0x22, 0x26, 0xc4, 0xa8, 0x62, 0xcc, 0x14, 0xf3, 0x4d, 0x91, 0xa6, 0xd2, 0xb9, 0x08, 0x55, 0xaf, 0x7e, 0x98, 0x89, 0xb3, 0x45, 0x93, 0x2a, 0x9c, 0xd4, 0x44, 0xd9, 0xa2, 0xe0, 0xc8, 0x27, 0xb7, 0x8b, 0x76, 0xb0, 0x98, 0xf2, 0x5a, 0x3b, 0x26, 0x83, 0x06, 0x24, 0x52, 0x80, 0x73, 0xa6, 0x00, 0xfa, 0xfd, 0x65, 0x87, 0x89, 0xfb, 0xde, 0x11, 0xc1, 0x02, 0xb8, 0x93, 0xb5, 0x87, 0xc6, 0x53, 0xb8, 0x06, 0x0e, 0x55, 0x86, 0x6e, 0x68, 0x62, 0xeb, 0x55, 0xad, 0x48, 0xc5, 0x67, 0x4b, 0xcf, 0xb0, 0xe3, 0x47, 0x6b, 0xd7, 0xd6, 0xc3, 0xc6, 0x6f, 0x0e, 0xd1, 0x6d, 0xd8, 0xc3, 0x57, 0xfe, 0x46, 0x61, 0x84, 0x64, 0xab, 0xb8, 0x97 } }; static const struct cckprng_op_reseed op_reseed_291 = { .hd = { .id = 275, .kind = OP_RESEED }, .nonce = 15643449681340327144ULL, .seed_nbytes = 271, .seed = { 0x53, 0x0d, 0x4d, 0x17, 0x6a, 0x7d, 0x0e, 0x3f, 0x52, 0x4a, 0xb1, 0x03, 0x69, 0x9f, 0x83, 0x4d, 0x3b, 0x01, 0x20, 0x59, 0x83, 0x0f, 0xd9, 0xf2, 0x27, 0x66, 0x9e, 0x7b, 0x23, 0x1b, 0xda, 0x0b, 0x61, 0xe8, 0x9f, 0xad, 0xb1, 0x65, 0x79, 0xfd, 0xb5, 0xc0, 0xc0, 0xe0, 0x82, 0x00, 0x80, 0x18, 0x55, 0x28, 0xf5, 0x45, 0xa3, 0x5d, 0xa5, 0xd9, 0xa3, 0xc0, 0xaa, 0xd5, 0x14, 0x2a, 0xff, 0xbb, 0xc1, 0x85, 0x0b, 0x14, 0x0e, 0x7c, 0xbd, 0x9a, 0xaa, 0x08, 0xbb, 0x53, 0xae, 0x43, 0x09, 0x8d, 0xe2, 0xb3, 0x0b, 0x41, 0xbf, 0xf8, 0x43, 0x16, 0x7f, 0x5a, 0x9c, 0x53, 0x67, 0x82, 0xb5, 0xc5, 0xea, 0xeb, 0x6c, 0x50, 0xa8, 0x17, 0x3c, 0x8f, 0x0a, 0x79, 0x60, 0xf9, 0x14, 0x52, 0x5e, 0x69, 0xdf, 0xca, 0x34, 0x0d, 0x49, 0x35, 0x45, 0x7e, 0x13, 0x71, 0xe5, 0xd2, 0xeb, 0xea, 0x77, 0x37, 0x4c, 0x4c, 0x0a, 0x54, 0xa7, 0xe7, 0x25, 0xd8, 0x55, 0x2f, 0x22, 0xf9, 0xed, 0x6f, 0x20, 0xaf, 0x4c, 0xe9, 0x59, 0xf1, 0x3a, 0xe3, 0x21, 0x10, 0x64, 0x6b, 0x26, 0xa4, 0x58, 0x65, 0x16, 0x44, 0x71, 0x2e, 0x1a, 0x86, 0xd7, 0xd0, 0xc4, 0xc4, 0x0d, 0xf2, 0x7c, 0x01, 0xe1, 0x2d, 0xb6, 0xb7, 0xd5, 0xfb, 0x65, 0x11, 0xa5, 0x33, 0x6f, 0x58, 0x06, 0xbe, 0xe4, 0x2f, 0xe0, 0xbf, 0xbd, 0x6e, 0x47, 0xb5, 0x05, 0x90, 0xcb, 0x2f, 0x74, 0x78, 0xe8, 0x16, 0xdd, 0x82, 0x51, 0xe0, 0x48, 0x76, 0x2c, 0x23, 0x41, 0xf7, 0x42, 0x4b, 0xc2, 0xb4, 0xce, 0xf9, 0x35, 0x73, 0xb0, 0x7a, 0x5b, 0x39, 0x99, 0xf2, 0x53, 0x6b, 0x82, 0x32, 0x77, 0x46, 0x82, 0x7f, 0x9f, 0xe9, 0xcc, 0xee, 0xff, 0xd6, 0x65, 0xb8, 0x42, 0x10, 0x07, 0x4f, 0xa2, 0xbd, 0xe9, 0xa1, 0xa4, 0xa4, 0x8e, 0x02, 0xd0, 0xe3, 0x5b, 0x97, 0x89, 0xff, 0xe4, 0xfa, 0xec, 0x55, 0x2f, 0x2e, 0x86, 0x8b, 0xe0, 0xef, 0xb6 } }; static const struct cckprng_op_refresh op_refresh_292 = { .hd = { .id = 276, .kind = OP_REFRESH }, .rand = 64993803910154474ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_293 = { .hd = { .id = 277, .kind = OP_REFRESH }, .rand = 7112767829603658282ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_294 = { .hd = { .id = 278, .kind = OP_RESEED }, .nonce = 13994122134216442943ULL, .seed_nbytes = 246, .seed = { 0x9e, 0x5b, 0x39, 0x08, 0xa2, 0xd6, 0xef, 0xff, 0x75, 0xb4, 0x4a, 0xf7, 0x34, 0x64, 0x08, 0x11, 0x0c, 0xb1, 0x90, 0x18, 0x95, 0x4c, 0xab, 0x10, 0x47, 0xff, 0xc8, 0x21, 0x5a, 0x68, 0xa2, 0x45, 0x7a, 0x9c, 0x15, 0xc2, 0xb4, 0x9b, 0x02, 0x5c, 0x30, 0xb9, 0x87, 0x3b, 0x29, 0x5c, 0x0e, 0xed, 0x1f, 0x47, 0x30, 0x16, 0xd0, 0xc8, 0x8b, 0x73, 0x0a, 0x0a, 0x22, 0xb7, 0x06, 0xca, 0xbc, 0x21, 0xef, 0x61, 0x5f, 0x14, 0x77, 0xae, 0x43, 0xd9, 0xf6, 0xbb, 0xcc, 0xbd, 0xca, 0x20, 0xbc, 0xe5, 0x1d, 0xfc, 0x10, 0x2a, 0x3a, 0x80, 0x19, 0x3d, 0x0e, 0x23, 0x4b, 0xba, 0xc3, 0xcf, 0x84, 0x02, 0x7d, 0x7e, 0x4a, 0x4b, 0x1f, 0x57, 0x8c, 0x79, 0xf6, 0x9b, 0x01, 0xe5, 0x71, 0x83, 0x7d, 0xdd, 0x6e, 0x1b, 0x89, 0x1b, 0x6f, 0xcc, 0xf0, 0x60, 0x80, 0xe4, 0xa5, 0x6f, 0x91, 0x37, 0x26, 0xf1, 0xa5, 0x7f, 0xc9, 0xf8, 0x6c, 0x2f, 0xe3, 0x9a, 0x79, 0x53, 0x6a, 0x66, 0x6a, 0x9d, 0x9e, 0x68, 0x3b, 0x5f, 0xf1, 0xbb, 0x11, 0x6b, 0x7f, 0xbb, 0xd1, 0x85, 0x9a, 0xc3, 0x22, 0x14, 0xc3, 0xaf, 0x84, 0x0d, 0xc9, 0x0b, 0x8b, 0x16, 0x95, 0x32, 0x6c, 0x45, 0x18, 0x8c, 0x08, 0x1d, 0x68, 0x46, 0x65, 0x5b, 0xd5, 0x69, 0xee, 0x86, 0x34, 0x0c, 0xd6, 0x31, 0xbf, 0x5c, 0xab, 0x2e, 0x84, 0xf1, 0x5b, 0xf1, 0xae, 0xd9, 0x80, 0xff, 0x0a, 0xe1, 0xc5, 0xa6, 0x4a, 0xff, 0xfe, 0x22, 0x68, 0x00, 0x0c, 0x92, 0xa6, 0xa6, 0x58, 0x49, 0x3a, 0x0f, 0x71, 0xdc, 0xaa, 0x30, 0xf2, 0xb9, 0x21, 0x2f, 0xd6, 0x89, 0xe6, 0x06, 0x0c, 0x26, 0xdc, 0x0b, 0xab, 0x65, 0x58, 0xb9, 0xae, 0xa2, 0xd9, 0x6b, 0xae, 0x01, 0x48, 0x4b, 0x6d, 0x30 } }; static const struct cckprng_op_refresh op_refresh_295 = { .hd = { .id = 279, .kind = OP_REFRESH }, .rand = 16993914695851651798ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_296 = { .hd = { .id = 280, .kind = OP_REFRESH }, .rand = 2187897633170857400ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_297 = { .hd = { .id = 281, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x1e, 0x4f, 0x9a, 0x1d, 0xdc, 0x29, 0x6b, 0x94, 0x54, 0x1b, 0xf8, 0x7a, 0x37, 0x2d, 0x30, 0x29, 0x8c, 0x18, 0x8e, 0xe3, 0x60, 0x85, 0xbc, 0x4d, 0xfc, 0xd7, 0x04, 0x9d, 0x24, 0x70, 0xf8, 0xf1, 0x89, 0x44, 0xa7, 0x44, 0x87, 0xa2, 0x32, 0x3a, 0xce, 0xaa, 0xef, 0x95, 0x67, 0x5d, 0xd1, 0xc6, 0x22, 0x9b, 0xb7, 0x30, 0x2a, 0x6a, 0xec, 0x89, 0xa2, 0x6e, 0x41, 0x35, 0x3a, 0x49, 0xac, 0x45, 0x73, 0xb2, 0x9d, 0x97, 0x5e, 0x18, 0xa9, 0x71, 0x3d, 0x7a, 0xda, 0x4c, 0xad, 0xcb, 0x70, 0x1b, 0xc5, 0xb9, 0x16, 0x65, 0x38, 0xdb, 0xd7, 0x8f, 0x22, 0x56, 0x05, 0x16, 0x2f, 0x69, 0x63, 0x20, 0x09, 0x72, 0x18, 0x7b, 0x56, 0xa9, 0xf4, 0xdb, 0x91, 0x02, 0x84, 0x1e, 0xcc, 0x4d, 0xed, 0x99, 0x85, 0xb8, 0xff, 0x0c, 0x4d, 0xef, 0x28, 0xfe, 0xef, 0x34, 0x36, 0x6a, 0xff, 0xa1, 0xa0, 0x3b, 0x17, 0xb7, 0xdb, 0xfd, 0xd4, 0x94, 0xb1, 0x1e, 0x58, 0xf7, 0x4d, 0x2b, 0x53, 0xdd, 0xb4, 0x88, 0x12, 0xcd, 0xfb, 0xcb, 0x72, 0x6a, 0x47, 0x21, 0xf5, 0x97, 0x4d, 0x11, 0x11, 0x0a, 0x0b, 0xdb, 0xef, 0xff, 0xde, 0x92, 0x7e, 0x80, 0x92, 0x71, 0xc9, 0x07, 0x84, 0xde, 0xe2, 0xd2, 0xe8, 0xf9, 0xc9, 0x06, 0x4e, 0x4f, 0x6c, 0x79, 0xe7, 0xbf, 0x6b, 0xb7, 0x6a, 0x7f, 0x8d, 0xa5, 0x98, 0x13, 0x78, 0x18, 0x15, 0x3e, 0x82, 0x1e, 0x3a, 0xdd, 0xe8, 0xf7, 0x64, 0x11, 0x41, 0xfa, 0x3a, 0xea, 0x17, 0xd9, 0x9c, 0xa6, 0x8d, 0x02, 0xc8, 0xa5, 0x88, 0xce, 0xf1, 0x5b, 0xd1, 0xa5, 0xf4, 0x13, 0x03, 0x4b, 0xd7, 0xbb, 0x3d } } }; static const struct cckprng_op_reseed op_reseed_298 = { .hd = { .id = 282, .kind = OP_RESEED }, .nonce = 14995210631810283785ULL, .seed_nbytes = 98, .seed = { 0x2c, 0x74, 0xea, 0x07, 0xb4, 0x26, 0xe9, 0x9c, 0x51, 0x8e, 0x57, 0x5b, 0x94, 0xfc, 0x89, 0x0b, 0x97, 0xf9, 0xe2, 0x08, 0xb8, 0x26, 0xc1, 0x8d, 0xb2, 0xd3, 0xb0, 0x42, 0xb4, 0xa9, 0x25, 0x47, 0x51, 0x6b, 0x93, 0xf4, 0xd3, 0x66, 0x6f, 0xe3, 0xcc, 0x70, 0x41, 0x33, 0x08, 0x1d, 0xcd, 0xc4, 0x1f, 0x4c, 0x06, 0xb7, 0x33, 0x24, 0xf8, 0x26, 0xfa, 0x09, 0x5a, 0x66, 0xe0, 0x3f, 0x88, 0x8c, 0x9e, 0xca, 0x7a, 0x5a, 0x3b, 0x0e, 0xb2, 0xf0, 0x7b, 0x2a, 0x25, 0xb8, 0x11, 0x03, 0x56, 0xf3, 0xfa, 0xfb, 0xb2, 0x05, 0x51, 0x72, 0x34, 0xb2, 0x7f, 0xa8, 0xb5, 0x85, 0xd6, 0x05, 0xf3, 0x45, 0xd1, 0x69 } }; static const struct cckprng_op_generate op_init_299 = { .hd = { .id = 283, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0x42, 0x33, 0xcc, 0x05, 0xf3, 0x79, 0x56, 0x8b, 0x65, 0xb5, 0x28, 0xe2, 0x51, 0xbf, 0x36, 0xe1, 0x1c, 0x45, 0x31, 0x2f, 0x4e, 0x3d, 0x36, 0xad, 0xa2, 0xda, 0x78, 0x07, 0xea, 0x3e, 0x50, 0x0a, 0xe1, 0x19, 0x6e, 0x79, 0xcc, 0xdc, 0xcc, 0x95, 0xb3, 0x92, 0xcb, 0x05, 0x69, 0x66, 0xff, 0xae, 0xa9, 0x15, 0xf5, 0x95, 0x63, 0x08, 0x82, 0xa0, 0x2c, 0x52, 0x57, 0xd0, 0x57, 0x84, 0xb3, 0x6a, 0x08, 0x0b, 0x67 } } }; static const struct cckprng_op_refresh op_refresh_300 = { .hd = { .id = 284, .kind = OP_REFRESH }, .rand = 6799449910085215383ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_301 = { .hd = { .id = 285, .kind = OP_RESEED }, .nonce = 11212591940247134205ULL, .seed_nbytes = 131, .seed = { 0xc5, 0xd8, 0x40, 0xd6, 0x93, 0xfc, 0x4c, 0xc2, 0xd1, 0xc9, 0x73, 0x0e, 0xf3, 0xa5, 0xcb, 0x81, 0xa6, 0xb0, 0x42, 0xbd, 0x56, 0x1d, 0xed, 0x91, 0x89, 0xaf, 0x73, 0x24, 0xf7, 0x4e, 0xb7, 0xf7, 0x54, 0x30, 0x0a, 0xa0, 0x2c, 0x03, 0x15, 0x38, 0x2d, 0x23, 0xdd, 0x1d, 0x07, 0x24, 0x52, 0xcc, 0x29, 0x03, 0xba, 0x2d, 0xde, 0xcc, 0x39, 0x1c, 0x0c, 0xee, 0xb1, 0x0a, 0xba, 0xfe, 0x82, 0xd9, 0x77, 0x12, 0xe2, 0xc1, 0x2c, 0x66, 0x10, 0x45, 0xf9, 0x35, 0x10, 0xbd, 0x45, 0xf4, 0xf0, 0x7d, 0xbb, 0x3e, 0xc4, 0x8c, 0xd7, 0x9a, 0xe8, 0xc5, 0x43, 0xce, 0x14, 0xed, 0x02, 0xbe, 0x69, 0x9d, 0xd5, 0xfb, 0xb4, 0x63, 0xd8, 0x49, 0xb1, 0x90, 0xf2, 0x9e, 0x5f, 0xe0, 0x34, 0x86, 0xc6, 0x5f, 0x51, 0xf3, 0x12, 0xe7, 0x20, 0xb9, 0x04, 0x3e, 0xb8, 0x9c, 0x05, 0x3c, 0xa3, 0xa5, 0x28, 0x06, 0x21, 0xc4, 0xd7 } }; static const struct cckprng_op_reseed op_reseed_302 = { .hd = { .id = 286, .kind = OP_RESEED }, .nonce = 14482604834469741899ULL, .seed_nbytes = 243, .seed = { 0xdc, 0xbb, 0xbc, 0xa4, 0x15, 0x4f, 0xca, 0x9a, 0x64, 0xa0, 0xb7, 0xfc, 0x69, 0x66, 0xa2, 0x49, 0x63, 0x3a, 0x51, 0x58, 0x28, 0xe5, 0x99, 0x2b, 0x80, 0x2c, 0x8b, 0x7b, 0x81, 0x27, 0x68, 0x9f, 0xd9, 0xfd, 0xc0, 0x65, 0x1c, 0x35, 0x47, 0x13, 0x45, 0xb7, 0x45, 0xb0, 0xa2, 0x30, 0x01, 0x3a, 0x26, 0x99, 0x75, 0x9b, 0xab, 0x54, 0xb2, 0x07, 0xc2, 0x1a, 0x31, 0xc0, 0x85, 0xd4, 0x4c, 0x26, 0x3a, 0xdc, 0x9a, 0x8b, 0xbb, 0x53, 0xc6, 0x80, 0xb6, 0x26, 0xc2, 0x64, 0x9b, 0x65, 0xfa, 0x3a, 0xb0, 0x27, 0xd2, 0x28, 0x8e, 0x42, 0xe4, 0xbd, 0xde, 0x0a, 0x95, 0x5f, 0x07, 0xe8, 0x11, 0xcd, 0x43, 0xc0, 0x13, 0x8a, 0x85, 0xe0, 0xbd, 0x55, 0xf4, 0xb9, 0xdd, 0xfd, 0xe2, 0x55, 0xab, 0x0e, 0x7d, 0xf8, 0x4f, 0x87, 0xc2, 0xfb, 0x51, 0x65, 0xc8, 0xbd, 0x99, 0xf7, 0x91, 0xbf, 0xde, 0x5b, 0x5b, 0x76, 0x09, 0x06, 0xbd, 0xf9, 0x18, 0xf5, 0x5c, 0x25, 0x79, 0x3b, 0x58, 0x9e, 0x0c, 0xb2, 0xf3, 0x89, 0xe4, 0xc2, 0xd1, 0x39, 0xb9, 0xbf, 0x00, 0x45, 0xf8, 0xf5, 0x41, 0x10, 0x25, 0x75, 0x6b, 0x0f, 0x76, 0xf3, 0x15, 0xfc, 0xd0, 0xe6, 0x1b, 0x88, 0xf5, 0x1a, 0x55, 0x26, 0x29, 0x1e, 0xb9, 0xac, 0xcd, 0x64, 0x07, 0x09, 0x1f, 0xd2, 0x14, 0x7a, 0xbb, 0x7e, 0x18, 0x82, 0xab, 0x54, 0x8c, 0x59, 0xd7, 0xba, 0xd2, 0x12, 0x24, 0x98, 0x56, 0x08, 0x87, 0x17, 0xda, 0x94, 0xa7, 0x82, 0xd2, 0x1a, 0x9f, 0xbf, 0x4b, 0x16, 0x6e, 0xd8, 0x4d, 0xb2, 0x45, 0x55, 0x03, 0xc8, 0x45, 0xc3, 0xda, 0x8e, 0xcc, 0x73, 0xdb, 0x9b, 0x5d, 0x43, 0xc3, 0x4f, 0x24, 0x5f, 0x95, 0x62, 0x95, 0xe4, 0x45, 0xbc, 0x53 } }; static const struct cckprng_op_generate op_init_303 = { .hd = { .id = 287, .kind = OP_GENERATE }, .rand_nbytes = 179, .out = { .rand = { 0xa6, 0x23, 0xf1, 0xb1, 0xea, 0x02, 0x13, 0xa8, 0xf8, 0xc4, 0xe6, 0x68, 0x40, 0x90, 0x80, 0x4a, 0xf4, 0x67, 0x95, 0xcf, 0xc5, 0x93, 0x32, 0x5b, 0x14, 0x71, 0xfc, 0xbd, 0xd9, 0xd7, 0x3a, 0x29, 0xef, 0x5b, 0x72, 0xde, 0xbd, 0xfe, 0xf6, 0xa4, 0xbd, 0x35, 0x56, 0xa3, 0x22, 0xc5, 0x5a, 0xf3, 0xf4, 0x7e, 0x5f, 0x62, 0xd4, 0x91, 0x8d, 0x34, 0x22, 0x60, 0x6e, 0x7e, 0x16, 0xa3, 0x60, 0xeb, 0x34, 0x0d, 0x42, 0xa1, 0x58, 0xe8, 0x45, 0x82, 0x7e, 0x5c, 0xb1, 0xe9, 0x11, 0x3d, 0xe7, 0x74, 0xc4, 0x42, 0xe0, 0x2b, 0x34, 0x44, 0xa7, 0x28, 0x1b, 0xdb, 0xd7, 0xd0, 0xd1, 0x9f, 0x89, 0x15, 0x6f, 0x83, 0x41, 0x7e, 0xac, 0x95, 0x26, 0xe1, 0xf1, 0x0c, 0x74, 0x19, 0x94, 0x60, 0x54, 0xf7, 0xe4, 0x8f, 0x6f, 0x99, 0xd7, 0xcf, 0xfb, 0x9c, 0x4b, 0xa2, 0xe3, 0x3c, 0xec, 0xc4, 0xc4, 0xf9, 0x66, 0x66, 0xd5, 0x2d, 0x1f, 0x70, 0x5a, 0x5f, 0x88, 0x3e, 0x6b, 0x0c, 0x1d, 0xe4, 0xfb, 0xef, 0x65, 0x09, 0xd9, 0x03, 0x84, 0xd5, 0xad, 0x70, 0x75, 0xb3, 0x20, 0x84, 0x46, 0xce, 0x18, 0x57, 0x13, 0x4e, 0x0d, 0x7a, 0x7d, 0xa1, 0x8f, 0x86, 0xd2, 0x38, 0xee, 0x53, 0xa7, 0x4b, 0xf0, 0xe5, 0x4d, 0x19, 0x53 } } }; static const struct cckprng_op_generate op_init_304 = { .hd = { .id = 288, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0x3e, 0x7b, 0x37, 0x49, 0xf2, 0xc5, 0xda, 0x3f, 0x74, 0x4d, 0xd8, 0x34, 0x5b, 0x35, 0x2d, 0x6a, 0x9b, 0x3f, 0x32, 0x05, 0x59, 0x12, 0x19, 0x79, 0x5f, 0xf6, 0x58, 0x00, 0xe4, 0x3a, 0x3d, 0x9f, 0x96, 0xe2, 0x56, 0xc1, 0x28, 0x3e, 0x9e, 0x12, 0x13, 0xfb, 0xce, 0x53, 0x61, 0x1f, 0x47, 0x5d, 0xeb, 0x45, 0x89, 0xa6, 0xaa, 0x82, 0xf1, 0x06, 0x5b, 0xab, 0xd0, 0x1f, 0x11, 0x20, 0x6e, 0x7e, 0xaa, 0x7a, 0x48, 0x87, 0x93, 0xd3, 0x50, 0x6d, 0xe4, 0xad, 0xfc, 0xa1, 0x8b, 0x28, 0xf4, 0x45, 0x92, 0x43, 0x55, 0x94, 0x08, 0x2d, 0x13, 0xe1, 0xc4, 0x46, 0xe2, 0x6b, 0xdd, 0x1c, 0x55, 0x02, 0xa5, 0x0c, 0x3b, 0x9d, 0xb7, 0xbd, 0xce, 0x15, 0x62, 0xea, 0x94, 0x70, 0x78, 0x9f, 0xf2, 0x4c, 0xa8, 0xa8, 0xce, 0x64, 0xaa, 0xc6, 0xb3, 0x62, 0xcb, 0x79, 0x18, 0xab, 0x45, 0x4a, 0xc9, 0x68, 0xcf, 0xe9, 0x87, 0xe6, 0x15, 0xa8, 0x13, 0xa3, 0x56, 0x74, 0x5c, 0x58, 0x5f, 0x31, 0x53, 0x76, 0x7c, 0x4a, 0x8f, 0x8c, 0x2f, 0xe3, 0x85, 0xdf, 0xed, 0x59, 0x41, 0xc2, 0x40, 0x14, 0x30, 0x86, 0x32, 0x72, 0xf9, 0xf4, 0x9a, 0xa0, 0x82, 0x26, 0x74, 0xa8, 0x5b, 0xe9, 0x05, 0xbf, 0xdc, 0x0a, 0x72, 0xa3, 0xc3, 0xc3, 0xf0, 0xea, 0xbe, 0x14, 0x31, 0xd2, 0x6d, 0xce, 0xe4, 0x06, 0xb9, 0x63, 0x52, 0x90, 0xa3, 0x86, 0x0e, 0x1a, 0xe3, 0x10, 0x3d, 0x47, 0xe7, 0xb1, 0xdf, 0x25, 0x3f, 0x94, 0xb8, 0x1a, 0xdf, 0x40, 0x50, 0x56, 0x18, 0x83, 0x42, 0x47, 0xf3, 0xc2, 0xa9, 0x68, 0x74, 0x04, 0x6a, 0x68, 0xbc, 0xf0, 0x6d, 0xea, 0x7a, 0xfd, 0x17, 0x8c, 0xfc, 0x6d, 0xfd, 0x7f, 0x77, 0xd9, 0x37, 0x28, 0xd4, 0x37, 0x0f, 0x3f, 0x21, 0x91, 0xcf, 0xa2, 0x69, 0xf8, 0xbc, 0x60, 0xdf, 0x7b, 0xda, 0xd0, 0x53, 0xb2, 0xb5, 0x75, 0x84, 0xe2, 0xae, 0x30, 0xac, 0xb6, 0x34, 0x3d, 0xaf, 0x14, 0x2d, 0x23, 0xea, 0x7a, 0x8e, 0xca, 0x35, 0x65, 0xbf, 0x5f, 0x51, 0x3d, 0xd3 } } }; static const struct cckprng_op *ops_305[] = { (const struct cckprng_op *)&op_init_289, (const struct cckprng_op *)&op_reseed_290, (const struct cckprng_op *)&op_reseed_291, (const struct cckprng_op *)&op_refresh_292, (const struct cckprng_op *)&op_refresh_293, (const struct cckprng_op *)&op_reseed_294, (const struct cckprng_op *)&op_refresh_295, (const struct cckprng_op *)&op_refresh_296, (const struct cckprng_op *)&op_init_297, (const struct cckprng_op *)&op_reseed_298, (const struct cckprng_op *)&op_init_299, (const struct cckprng_op *)&op_refresh_300, (const struct cckprng_op *)&op_reseed_301, (const struct cckprng_op *)&op_reseed_302, (const struct cckprng_op *)&op_init_303, (const struct cckprng_op *)&op_init_304 }; static const struct cckprng_vector vec_306 = { .id = 289, .note = NULL, .nops = 16, .ops = ops_305 }; static const struct cckprng_op_init op_init_307 = { .hd = { .id = 290, .kind = OP_INIT }, .seed = { 0x5d, 0x03, 0x64, 0x8e, 0x01, 0x06, 0x89, 0x99, 0xdb, 0x55, 0x9a, 0x77, 0x45, 0x2c, 0x80, 0x55, 0x73, 0x9a, 0x4d, 0x50, 0xf1, 0x95, 0xe4, 0xde, 0xb5, 0xda, 0x26, 0xe9, 0xa6, 0xcb, 0x4a, 0xfc }, .nonce = { 0xeb, 0x0f, 0xfa, 0xe8, 0xeb, 0x68, 0xf2, 0x00 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_308 = { .hd = { .id = 291, .kind = OP_REFRESH }, .rand = 7273423608538930454ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_309 = { .hd = { .id = 292, .kind = OP_RESEED }, .nonce = 3979877359203701639ULL, .seed_nbytes = 169, .seed = { 0x20, 0xf6, 0x46, 0xc6, 0x19, 0x51, 0x4d, 0xd7, 0xf1, 0x2c, 0x86, 0x45, 0x96, 0x22, 0x4d, 0xb0, 0x21, 0x21, 0xb4, 0xbc, 0x23, 0xdd, 0x62, 0x67, 0xfb, 0xc5, 0x5d, 0x3a, 0xc1, 0x1c, 0xc5, 0xc7, 0xc6, 0xd1, 0x6b, 0x16, 0xc9, 0x86, 0xc3, 0x07, 0xec, 0x1e, 0x90, 0xeb, 0x7c, 0xf5, 0x9d, 0x0e, 0xdb, 0x36, 0xca, 0xb8, 0xc2, 0x98, 0x2c, 0x1b, 0xc0, 0x2a, 0xae, 0x24, 0xa1, 0x9d, 0x92, 0x7e, 0x7e, 0x10, 0x88, 0x61, 0xb8, 0x2f, 0x9e, 0xda, 0xbd, 0x62, 0x81, 0x26, 0x1d, 0x72, 0xde, 0x54, 0xac, 0x42, 0x75, 0xea, 0x77, 0x13, 0x24, 0x05, 0xd6, 0x11, 0xad, 0x4b, 0x06, 0x31, 0xf8, 0xc4, 0x68, 0x2b, 0x67, 0x7e, 0xad, 0xf4, 0xfa, 0xdd, 0x45, 0xe6, 0x8a, 0x6d, 0x6b, 0x98, 0x14, 0x34, 0x51, 0xa5, 0x14, 0xba, 0xab, 0xa4, 0x0f, 0x1a, 0x69, 0x2b, 0x8c, 0xac, 0x6c, 0xb7, 0xf2, 0x2f, 0x7a, 0x72, 0xbd, 0xba, 0x41, 0x88, 0x1d, 0x22, 0x63, 0xeb, 0xd6, 0x10, 0x68, 0x29, 0x88, 0xf7, 0x9f, 0x58, 0x74, 0x78, 0xaf, 0x69, 0x70, 0x3e, 0xf9, 0x69, 0x8d, 0xe3, 0x39, 0x2c, 0x8e, 0x52, 0xb6, 0x95, 0xd3, 0x66, 0x9b, 0x46, 0x63, 0x3c, 0xb1 } }; static const struct cckprng_op_generate op_init_310 = { .hd = { .id = 293, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0xa9, 0xc5, 0x93, 0x34, 0xd5, 0xdd, 0xfe, 0x53, 0x06, 0xe9, 0xfb, 0xcc, 0xd7, 0xc2, 0x29, 0x9a, 0x27, 0x4d, 0xaa, 0x10, 0x22, 0x18, 0x75, 0xd8, 0x4d, 0x37, 0xb5, 0x35, 0x41, 0xd1, 0x9a, 0xc8, 0x29, 0xff, 0xcf, 0x3a, 0x9d, 0x55, 0x0f, 0xdc, 0x8a, 0xc8, 0xaa, 0x62, 0x11, 0xe4, 0x80, 0xe4, 0xda, 0xed, 0x31, 0xe6, 0x66, 0xcf, 0xa7, 0xb3, 0xff, 0x29, 0xcb, 0x57, 0x4d, 0xdd, 0x46, 0x9f, 0x68, 0x07, 0xdd, 0x22, 0xef, 0x23, 0x14, 0xfe, 0xc4, 0x17, 0x9b, 0xd5, 0x93, 0x19, 0xf8, 0xaf, 0x33, 0x53, 0x22, 0x1a, 0x19, 0xa5, 0x82, 0x84, 0xd2, 0xee, 0xe8, 0x64, 0x7d, 0xe4, 0x3b, 0x36, 0x38, 0xe4, 0xfb, 0xa9, 0x9d, 0xb6, 0xee, 0x42, 0x9a, 0x95, 0xa7, 0xbf, 0x50, 0x33, 0xe0, 0xb1, 0x58, 0xa1, 0x44, 0x58, 0xc4, 0xab, 0xb6, 0xed, 0x70, 0x08, 0x96, 0xc8, 0xd2, 0x5d, 0xa4, 0x78, 0x41, 0xc7, 0xe7, 0x7c, 0x72, 0x3e, 0xb7, 0x2e, 0x9f, 0x83, 0x36, 0x93, 0xa6, 0x98, 0xa8, 0x4b, 0x10, 0xa8, 0x1a, 0x1f, 0x40, 0xcf, 0xe4, 0x82, 0x77, 0x14, 0xd2, 0x8c, 0x03, 0x05, 0x33 } } }; static const struct cckprng_op_generate op_init_311 = { .hd = { .id = 294, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0xbd, 0xb4, 0xf1, 0x3f, 0x19, 0x7f, 0x96, 0xdb, 0xc6, 0x69, 0x76, 0xf4, 0x03, 0xc2, 0x0b, 0xc4, 0x65, 0x0f, 0xb3, 0x92, 0x61, 0xdb, 0xfe, 0x6b, 0x6d, 0x9e, 0xb0, 0x72, 0x39, 0x2f, 0xfd, 0xd0, 0x32, 0x9d, 0xb5, 0xe0, 0x49, 0xce, 0x9e, 0xec, 0x9d, 0x9a, 0x6b, 0x77, 0x6a, 0x30, 0x00, 0x39, 0xf3, 0x34, 0xa5, 0x0a, 0x69, 0x54, 0x46, 0x7e, 0x06, 0x2d, 0xa8, 0x08, 0x82, 0xac, 0xd5, 0xf8, 0xe6, 0xc9, 0x8e, 0xd8, 0x6d, 0xea, 0x81, 0x75, 0x47, 0xeb, 0x49, 0xe0, 0x6c, 0x0d, 0x58, 0x02, 0x3f, 0x67, 0xcb, 0x06, 0xb0, 0x02, 0xf6, 0x06, 0xf6, 0xba, 0x98, 0xc5, 0x45, 0xfa, 0xeb, 0xcc, 0x65, 0xdf, 0x0f, 0x13, 0xb2, 0xf6, 0xc7, 0x94, 0xde, 0x48, 0xa0, 0xa9, 0x76, 0xa8, 0x43, 0x58, 0x21, 0x63, 0x77, 0x83, 0xdb, 0x8b, 0x52, 0x51, 0xba, 0xe4, 0xed, 0xa5, 0x2b, 0xff, 0x74, 0x69, 0x2b, 0x86, 0xea, 0x58, 0xbc, 0xf1, 0x5d } } }; static const struct cckprng_op_reseed op_reseed_312 = { .hd = { .id = 295, .kind = OP_RESEED }, .nonce = 7052112860565659966ULL, .seed_nbytes = 39, .seed = { 0xb8, 0xf0, 0xa3, 0xf5, 0x1a, 0x18, 0xdf, 0x12, 0x37, 0xdb, 0x8d, 0xf1, 0x58, 0xb6, 0xab, 0x92, 0xfc, 0x01, 0xb8, 0xd9, 0x03, 0xff, 0x89, 0x5e, 0x76, 0xbb, 0xe3, 0xe4, 0x25, 0xc1, 0xe7, 0xdc, 0x72, 0x5f, 0x26, 0x87, 0x18, 0x75, 0xca } }; static const struct cckprng_op_refresh op_refresh_313 = { .hd = { .id = 296, .kind = OP_REFRESH }, .rand = 13997914515690770313ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_314 = { .hd = { .id = 297, .kind = OP_RESEED }, .nonce = 13514759031064541345ULL, .seed_nbytes = 117, .seed = { 0x20, 0x23, 0xcd, 0x83, 0xbc, 0x7c, 0x68, 0x59, 0x87, 0x66, 0x7e, 0x91, 0xf6, 0x94, 0xa5, 0xea, 0x60, 0xf1, 0xbd, 0xd4, 0xed, 0x39, 0x71, 0xe2, 0x66, 0x07, 0x78, 0x39, 0x4d, 0x12, 0xc3, 0xf1, 0x5a, 0xa4, 0x8e, 0xd8, 0xf2, 0xcf, 0xaa, 0xef, 0xaa, 0xe3, 0x62, 0x21, 0x1d, 0x15, 0x50, 0xce, 0xec, 0xaa, 0xa3, 0x09, 0x45, 0xb4, 0xcf, 0xeb, 0x2d, 0xc5, 0x42, 0xb1, 0x21, 0x28, 0xc4, 0x35, 0x42, 0x1f, 0x3d, 0x05, 0x8c, 0xc4, 0x63, 0xe2, 0xb3, 0x9c, 0xfe, 0x52, 0xbd, 0xe6, 0x7c, 0x14, 0x92, 0xe2, 0x3b, 0x4f, 0xee, 0xbb, 0xb2, 0xa5, 0x96, 0x73, 0x82, 0x78, 0x6f, 0xa1, 0x84, 0x06, 0xaa, 0xa7, 0xef, 0x34, 0x52, 0xfa, 0xa1, 0x5c, 0xf3, 0x2f, 0x84, 0x5e, 0x58, 0xba, 0x65, 0x8b, 0xf3, 0x17, 0x14, 0xa2, 0x7a } }; static const struct cckprng_op_reseed op_reseed_315 = { .hd = { .id = 298, .kind = OP_RESEED }, .nonce = 17456583922513688825ULL, .seed_nbytes = 64, .seed = { 0x32, 0xb0, 0x42, 0x25, 0xa8, 0x4e, 0x9c, 0x3a, 0x5d, 0x83, 0xc2, 0x40, 0xb0, 0x1a, 0xf7, 0x91, 0x9a, 0x58, 0x8c, 0x80, 0xfa, 0xa0, 0x74, 0xf6, 0x64, 0x2d, 0x97, 0x1c, 0x99, 0x63, 0xf6, 0xe3, 0xc7, 0x8d, 0x85, 0xfa, 0x26, 0xd2, 0x43, 0x4f, 0xf6, 0x89, 0x39, 0x0e, 0x13, 0xac, 0x07, 0x14, 0xdd, 0x81, 0xb7, 0x2b, 0x9d, 0x9e, 0xe2, 0xea, 0xa6, 0x6d, 0x78, 0x49, 0xae, 0x43, 0xc2, 0xcc } }; static const struct cckprng_op_refresh op_refresh_316 = { .hd = { .id = 299, .kind = OP_REFRESH }, .rand = 5165861691827212174ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_317 = { .hd = { .id = 300, .kind = OP_REFRESH }, .rand = 7810843008994248252ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_318 = { .hd = { .id = 301, .kind = OP_REFRESH }, .rand = 6301099340380080495ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_319 = { .hd = { .id = 302, .kind = OP_RESEED }, .nonce = 7492504598660727029ULL, .seed_nbytes = 101, .seed = { 0x29, 0x3a, 0xf8, 0x82, 0x32, 0x58, 0x7a, 0xd3, 0xa1, 0x6e, 0x51, 0xa0, 0x1d, 0xe5, 0x4c, 0xcb, 0x76, 0x9c, 0x28, 0xa1, 0x08, 0xc8, 0xe3, 0x48, 0xff, 0x9e, 0xc1, 0xea, 0xad, 0x71, 0x90, 0x5d, 0x71, 0xdf, 0x3f, 0x58, 0xbc, 0x9f, 0xfd, 0x45, 0x88, 0xfc, 0xc3, 0x91, 0x02, 0x3a, 0x54, 0xba, 0xa1, 0xe6, 0x1d, 0x7a, 0x1c, 0xc7, 0x85, 0x5b, 0xef, 0x58, 0x62, 0x83, 0x17, 0xf8, 0xa0, 0x78, 0xca, 0x44, 0x01, 0xec, 0x5e, 0xec, 0xca, 0x94, 0x31, 0x72, 0x96, 0x43, 0x08, 0xc3, 0x6f, 0xd6, 0x8c, 0x6b, 0x53, 0x56, 0xa4, 0x72, 0x98, 0x1f, 0x81, 0xd1, 0xcb, 0x89, 0x34, 0x87, 0xb6, 0xb8, 0x7b, 0xb8, 0xa8, 0x87, 0xb2 } }; static const struct cckprng_op_refresh op_refresh_320 = { .hd = { .id = 303, .kind = OP_REFRESH }, .rand = 14004739294463551997ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_321 = { .hd = { .id = 304, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x87, 0x9f, 0x84, 0x45, 0x81, 0xbb, 0x6c, 0x68, 0x54, 0x35, 0x32, 0x2d, 0x47, 0x1f, 0x67, 0x02, 0xee, 0x10, 0x08, 0xa8, 0x6c, 0xf4, 0x6c, 0xc5, 0x1d, 0x4b, 0x72, 0x0b, 0xfc, 0x1e, 0xc2, 0xb0, 0xa7, 0x93, 0x20, 0x01, 0xab, 0x28, 0x68, 0x32, 0x81, 0x23, 0x4d, 0xb6, 0xb2, 0x27, 0xb9, 0xf6, 0x1c, 0xd5, 0x54, 0xa4, 0x4f, 0xe3, 0xdc, 0x97, 0x35, 0xa3, 0xf4, 0x85, 0x45, 0x73, 0x5c, 0x13, 0xb4, 0xc0, 0xb6, 0x5a, 0x20, 0x3e, 0x8b, 0x15, 0x4d, 0xe6, 0xff, 0xe7, 0xcc, 0x3d, 0x5a, 0x9c, 0x4c, 0x24, 0x68, 0xed, 0x17, 0x0f, 0xbc, 0xbc, 0x38, 0x0a, 0x52, 0x5c, 0x51, 0x73, 0xbf, 0xce, 0x5d, 0x13, 0xbd, 0x10, 0x9a, 0x18, 0x53, 0x0b, 0x44, 0x75, 0xf4, 0xc6, 0x1b, 0x88, 0x56, 0x70, 0xb1, 0x12, 0xc7, 0x29, 0x4f, 0x47, 0x5f, 0xe2, 0xee, 0x33, 0x2a, 0x08, 0x1b, 0x14, 0x30, 0x06, 0x9f, 0x59, 0x11, 0x1e, 0x17, 0x36, 0x33, 0x37, 0x3c, 0x89, 0x16, 0x58, 0x30, 0xa8, 0xc8, 0x68, 0xe2, 0xa2, 0x42, 0x97, 0xf9, 0x22, 0x1d, 0x4c, 0x96, 0xaa, 0x6f, 0xf5, 0x0f, 0xac, 0xe0, 0xf2, 0x05, 0xf9, 0x24, 0x13, 0xab, 0xc8, 0xfa, 0xf5, 0x44, 0x52, 0xc5, 0xb3, 0x25, 0xef, 0xed, 0xd9, 0xec, 0x32, 0xc8, 0x32, 0x1e, 0x8c, 0x51, 0x78, 0x16, 0xc3, 0x97, 0x7e, 0x78, 0x85, 0xed, 0xb2, 0x6e, 0xc3, 0xcd, 0xf9, 0x6c, 0x44, 0x73, 0x03, 0x20, 0x92, 0x7f, 0x8b, 0xfb, 0x74 } } }; static const struct cckprng_op_generate op_init_322 = { .hd = { .id = 305, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x35, 0x30, 0x7b, 0xe0, 0x46, 0x05, 0x41, 0x5a, 0xac, 0xe4, 0x5a, 0x25, 0x32, 0x61, 0x76, 0xa1, 0xdb, 0xcb, 0xf0, 0x96, 0x82, 0x29, 0xc8, 0x8e, 0x05, 0xdc, 0xe2, 0x53, 0x37, 0x58, 0xbf, 0xee, 0xda, 0x1e, 0x07, 0xe8, 0x17, 0x6d, 0xad, 0x40, 0x04, 0xe7, 0x19, 0x96, 0x63, 0xbc, 0x97, 0x51, 0x2d, 0x2f, 0x2a, 0x84, 0x2d, 0x44, 0xd7, 0x9d, 0xa2, 0xb7, 0x3d, 0xf2, 0xb8, 0x14, 0xba, 0x46, 0xf2, 0x1a, 0xd3, 0x90, 0x2c, 0x1e, 0xf2, 0xa1, 0xbd, 0x9b, 0xb2, 0xad, 0xe9, 0x5f, 0x48, 0x16, 0x7e, 0xca, 0x77, 0x8b, 0x5b, 0x15, 0x8c, 0xe1, 0x6f, 0x8c, 0xff, 0x39, 0x3d, 0x85, 0xed, 0x90, 0x09, 0x61, 0x69, 0x10, 0x19, 0x1a, 0x73, 0x9f, 0x1b, 0xb9, 0xd5, 0x69, 0x90, 0xb9 } } }; static const struct cckprng_op *ops_323[] = { (const struct cckprng_op *)&op_init_307, (const struct cckprng_op *)&op_refresh_308, (const struct cckprng_op *)&op_reseed_309, (const struct cckprng_op *)&op_init_310, (const struct cckprng_op *)&op_init_311, (const struct cckprng_op *)&op_reseed_312, (const struct cckprng_op *)&op_refresh_313, (const struct cckprng_op *)&op_reseed_314, (const struct cckprng_op *)&op_reseed_315, (const struct cckprng_op *)&op_refresh_316, (const struct cckprng_op *)&op_refresh_317, (const struct cckprng_op *)&op_refresh_318, (const struct cckprng_op *)&op_reseed_319, (const struct cckprng_op *)&op_refresh_320, (const struct cckprng_op *)&op_init_321, (const struct cckprng_op *)&op_init_322 }; static const struct cckprng_vector vec_324 = { .id = 306, .note = NULL, .nops = 16, .ops = ops_323 }; static const struct cckprng_op_init op_init_325 = { .hd = { .id = 307, .kind = OP_INIT }, .seed = { 0x92, 0x7f, 0xfe, 0x54, 0x63, 0xa1, 0xbd, 0xdb, 0x72, 0x31, 0x88, 0x8d, 0xf5, 0xb8, 0x60, 0x0f, 0xd1, 0xe9, 0x59, 0x0c, 0x0d, 0xc6, 0xea, 0x5c, 0x7a, 0x4d, 0xa8, 0xe2, 0x6e, 0x52, 0xbb, 0x6b }, .nonce = { 0x89, 0xed, 0x35, 0x44, 0xb7, 0x21, 0x2b, 0x06 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_326 = { .hd = { .id = 308, .kind = OP_REFRESH }, .rand = 14350499829615499311ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_327 = { .hd = { .id = 309, .kind = OP_RESEED }, .nonce = 6952556219172247078ULL, .seed_nbytes = 263, .seed = { 0xa9, 0x39, 0x5d, 0x4b, 0xd5, 0x7b, 0x9a, 0x27, 0xdb, 0xc4, 0x18, 0xc8, 0x32, 0xfc, 0x55, 0x72, 0xee, 0x99, 0x25, 0x9d, 0x66, 0x54, 0xc7, 0x19, 0x48, 0x95, 0x1c, 0x46, 0x04, 0xd1, 0x15, 0xbe, 0x90, 0xb9, 0xe9, 0xfc, 0x2a, 0x64, 0xcd, 0xde, 0xb2, 0xc8, 0x8d, 0x32, 0x90, 0xab, 0x05, 0x42, 0xc0, 0x89, 0x41, 0x59, 0x70, 0x83, 0xeb, 0x14, 0xa0, 0xa1, 0xf4, 0x06, 0x1b, 0x86, 0xa9, 0xac, 0x4b, 0xf6, 0xfb, 0x8a, 0x5e, 0xd4, 0x72, 0x3d, 0x55, 0x6a, 0xbb, 0x4a, 0x5e, 0xf2, 0x7c, 0xed, 0xb4, 0xd8, 0x0a, 0x53, 0xd6, 0x42, 0xad, 0x5f, 0xc3, 0xbb, 0x4d, 0xdc, 0x7b, 0x74, 0xd1, 0x6a, 0xc7, 0x05, 0x5e, 0xba, 0x60, 0x20, 0xd6, 0xf0, 0x98, 0x3c, 0x84, 0x1e, 0x65, 0x35, 0xfa, 0x6c, 0x0a, 0xe5, 0x8b, 0xb5, 0x65, 0x27, 0x5c, 0x30, 0xd8, 0xd6, 0x87, 0x61, 0xc9, 0x00, 0x94, 0xbf, 0x3c, 0xfc, 0xd2, 0x98, 0x07, 0xe6, 0x61, 0x57, 0x28, 0xf2, 0xbc, 0xdb, 0xb8, 0x7a, 0x25, 0x65, 0xdb, 0xaa, 0xfb, 0x7e, 0x23, 0xe5, 0x70, 0x91, 0x77, 0x9f, 0x31, 0x8e, 0xea, 0x42, 0xc3, 0x0c, 0x54, 0x66, 0x99, 0xe1, 0x82, 0x47, 0x37, 0x36, 0xa1, 0x4a, 0x7f, 0x51, 0x62, 0x40, 0x9b, 0x55, 0xb9, 0xe9, 0x28, 0xe9, 0x88, 0xf9, 0x4d, 0x39, 0x29, 0x5c, 0xbc, 0x02, 0xb4, 0x00, 0xbf, 0x58, 0x72, 0x39, 0x79, 0xac, 0xf3, 0xad, 0x31, 0x86, 0x99, 0x3d, 0x47, 0x5d, 0xd4, 0xc5, 0xc3, 0x50, 0x0e, 0xf8, 0x22, 0x04, 0x69, 0x8d, 0x98, 0x0d, 0xd5, 0xa2, 0x10, 0x48, 0x79, 0xd9, 0x95, 0x28, 0x33, 0x71, 0x8c, 0xe4, 0x07, 0x1d, 0x7d, 0x60, 0x95, 0x03, 0x73, 0x6a, 0x8d, 0x74, 0xb3, 0x51, 0xb5, 0x05, 0x12, 0xc0, 0x7f, 0x7a, 0x49, 0xe6, 0xf4, 0xf5, 0x93, 0x81, 0x96, 0x0a, 0xa1, 0x88, 0xd5, 0x58, 0x84, 0x7c, 0x2f, 0x06, 0x8a } }; static const struct cckprng_op_refresh op_refresh_328 = { .hd = { .id = 310, .kind = OP_REFRESH }, .rand = 4517039912313055284ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_329 = { .hd = { .id = 311, .kind = OP_RESEED }, .nonce = 4110203824058124265ULL, .seed_nbytes = 168, .seed = { 0x3b, 0xba, 0x5f, 0x63, 0xe0, 0x14, 0x34, 0xd0, 0xfc, 0x7f, 0x4b, 0xcf, 0x64, 0xfc, 0x2e, 0x11, 0x37, 0x13, 0x3a, 0xb0, 0x52, 0xd1, 0x4a, 0x7e, 0x84, 0x4d, 0x9b, 0x5c, 0x93, 0xcc, 0x48, 0xf1, 0x4e, 0x7e, 0xaf, 0x17, 0xe2, 0xf3, 0x06, 0xa7, 0x9c, 0x4b, 0x03, 0x9e, 0x3f, 0xda, 0x54, 0x14, 0xe6, 0x49, 0x45, 0x09, 0xa1, 0x4b, 0x04, 0xad, 0xf0, 0xef, 0x0b, 0x9d, 0x72, 0xa9, 0x79, 0xea, 0xb8, 0x47, 0x4b, 0xfe, 0x6b, 0xaa, 0x74, 0x0d, 0x54, 0x45, 0x01, 0x8b, 0x3c, 0xf2, 0x2b, 0xcc, 0xb4, 0x03, 0x36, 0x59, 0x42, 0x2a, 0xef, 0x51, 0x55, 0xf3, 0xe6, 0x5b, 0xad, 0xba, 0x3a, 0xb5, 0x00, 0x0c, 0x33, 0x8c, 0x55, 0x57, 0x36, 0xe0, 0x6c, 0x34, 0x3f, 0x7e, 0x6a, 0xf8, 0xf7, 0xd5, 0x41, 0x07, 0x0e, 0x59, 0xa2, 0xd8, 0x4e, 0x7b, 0x66, 0xd4, 0x46, 0x93, 0x09, 0xd7, 0xa6, 0x49, 0x02, 0x09, 0xbe, 0xbb, 0xa3, 0x75, 0x2d, 0xf5, 0xd6, 0x18, 0xf6, 0xff, 0x82, 0xe4, 0x6a, 0x54, 0xad, 0x44, 0x35, 0x64, 0x3e, 0x36, 0xbb, 0xd7, 0x9f, 0x0d, 0xcc, 0x53, 0x86, 0xe3, 0xef, 0xe2, 0xd7, 0xbf, 0x36, 0xe8, 0x5f, 0xde, 0x75, 0x9f } }; static const struct cckprng_op_generate op_init_330 = { .hd = { .id = 312, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x65, 0x75, 0xa3, 0xbb, 0x12, 0x96, 0x14, 0x57, 0xa1, 0x8a, 0xc5, 0xc1, 0x8b, 0xbb, 0xad, 0xd7, 0xa3, 0xbc, 0x4d, 0xde, 0x26, 0x5b, 0x98, 0xb9, 0x41, 0x8b, 0xa9, 0xa2, 0x8e, 0x3e, 0xd6, 0xba, 0x7a, 0xf1, 0x41, 0x12, 0x59, 0x85, 0xe1, 0x9b, 0x98, 0x08, 0x88, 0xe3, 0xbd, 0xbb, 0x1c, 0x2a, 0x74, 0x3d, 0x66, 0x95, 0xfd, 0x01, 0x7d, 0xa7, 0x88, 0xd4, 0x3b, 0xfd, 0x47, 0xe8, 0xa7, 0xed, 0x99, 0x7a, 0xaa, 0xd0, 0xef, 0x5e, 0x9c, 0xb6, 0x72, 0x89, 0x19, 0xca, 0xf9, 0x85, 0x89, 0x9a, 0x25, 0xc0, 0x12, 0x63, 0x73, 0x2e, 0x77, 0xf6, 0x03, 0x48, 0xa0, 0x37, 0x93, 0x15, 0xea, 0x1d, 0xcb, 0x5e, 0xf6, 0x30, 0x27, 0x53, 0x08, 0xca, 0xbd, 0x75, 0x75, 0x4a, 0xcd, 0xda, 0xda, 0x94, 0xbf, 0x60, 0xf3, 0x94, 0x90, 0x27 } } }; static const struct cckprng_op_generate op_init_331 = { .hd = { .id = 313, .kind = OP_GENERATE }, .rand_nbytes = 51, .out = { .rand = { 0x0d, 0xd2, 0xca, 0xbe, 0x78, 0x9c, 0x04, 0x23, 0x64, 0x72, 0x50, 0x70, 0x1b, 0xfc, 0x8d, 0x5f, 0x02, 0x7d, 0x22, 0xea, 0xb3, 0xa0, 0xed, 0xd9, 0xf6, 0x1c, 0x5d, 0xa5, 0xaa, 0x62, 0xe7, 0x66, 0xba, 0xdd, 0x5d, 0x05, 0xa8, 0x11, 0xc0, 0xb1, 0x88, 0xf7, 0x82, 0x41, 0x09, 0xa5, 0xb8, 0xdc, 0x00, 0xe4, 0xec } } }; static const struct cckprng_op_refresh op_refresh_332 = { .hd = { .id = 314, .kind = OP_REFRESH }, .rand = 156467996544071663ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_333 = { .hd = { .id = 315, .kind = OP_RESEED }, .nonce = 13541360697954702389ULL, .seed_nbytes = 37, .seed = { 0x55, 0x8e, 0x04, 0xd3, 0x85, 0x2a, 0x67, 0x92, 0x37, 0x00, 0x96, 0x68, 0xc0, 0xcf, 0xb2, 0x7a, 0x97, 0x58, 0x46, 0x47, 0x3b, 0x53, 0x3e, 0x91, 0x1b, 0x8f, 0xb7, 0xf9, 0xdc, 0x3d, 0xae, 0xd9, 0xc1, 0xb0, 0x9f, 0x05, 0xc6 } }; static const struct cckprng_op_refresh op_refresh_334 = { .hd = { .id = 316, .kind = OP_REFRESH }, .rand = 9766988701478995838ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_335 = { .hd = { .id = 317, .kind = OP_RESEED }, .nonce = 17782388539961487750ULL, .seed_nbytes = 86, .seed = { 0x68, 0x62, 0x51, 0x44, 0x50, 0x60, 0x65, 0x81, 0x32, 0xfd, 0xc9, 0x65, 0x76, 0xfe, 0xdb, 0x81, 0xfa, 0x30, 0x88, 0x55, 0xad, 0x05, 0xb0, 0xc7, 0x34, 0xde, 0x17, 0xd0, 0xbc, 0x87, 0xab, 0x97, 0x22, 0xb4, 0x39, 0xbb, 0xb0, 0x8b, 0x56, 0x98, 0xa5, 0x66, 0x2f, 0x5f, 0xc6, 0x88, 0x47, 0xfb, 0xf2, 0xd8, 0xb3, 0x3a, 0xf1, 0x17, 0x94, 0xce, 0x30, 0xd0, 0x85, 0xe1, 0xb0, 0x27, 0x76, 0x10, 0x0f, 0x02, 0x3b, 0x39, 0x57, 0x08, 0x81, 0x7c, 0x05, 0xc7, 0x51, 0x8c, 0xf1, 0xc6, 0x28, 0xe7, 0x12, 0x52, 0x46, 0xd8, 0x2f, 0x38 } }; static const struct cckprng_op_reseed op_reseed_336 = { .hd = { .id = 318, .kind = OP_RESEED }, .nonce = 11616916420229213704ULL, .seed_nbytes = 258, .seed = { 0xeb, 0x01, 0x39, 0xf7, 0xf3, 0xff, 0xd1, 0xb8, 0x97, 0x8f, 0x57, 0x5b, 0x4f, 0xfd, 0xa3, 0x18, 0x03, 0x8e, 0xa8, 0xcb, 0xc7, 0x74, 0xf1, 0xc6, 0xc4, 0xde, 0x87, 0x34, 0x7d, 0xf4, 0x78, 0xc2, 0x33, 0x79, 0x13, 0x93, 0xb4, 0xb3, 0xbd, 0xd6, 0x4d, 0x44, 0xb5, 0x51, 0x34, 0xee, 0x31, 0x49, 0x0c, 0x22, 0x54, 0x5f, 0x91, 0x75, 0x5e, 0xff, 0xf4, 0x04, 0xc6, 0x4f, 0x8a, 0x3d, 0xce, 0x32, 0xae, 0xbe, 0x5c, 0x3b, 0x1b, 0xee, 0x3d, 0x4b, 0x94, 0x77, 0x3f, 0x16, 0x5d, 0x86, 0xe7, 0x31, 0xf0, 0x14, 0x0a, 0xce, 0xc5, 0x34, 0x95, 0xba, 0xaa, 0x9f, 0x68, 0xca, 0x62, 0x89, 0x7c, 0x34, 0xb9, 0x4f, 0xe3, 0x0f, 0xbf, 0xdd, 0xe7, 0x84, 0x34, 0x52, 0xe7, 0xd5, 0x47, 0x90, 0xf5, 0x7f, 0x5c, 0xa4, 0x78, 0x9e, 0x28, 0x48, 0x42, 0x60, 0xbc, 0x9d, 0x0d, 0x3c, 0xde, 0xd6, 0xaa, 0x55, 0xbe, 0x45, 0x85, 0x0e, 0xec, 0x1d, 0x32, 0x76, 0x43, 0x0c, 0x1c, 0x50, 0x6c, 0xb0, 0x95, 0xec, 0x0c, 0x01, 0xb3, 0xec, 0x79, 0x0f, 0xa6, 0xa4, 0xc6, 0x02, 0x87, 0x8d, 0xc4, 0x66, 0x63, 0x4d, 0x03, 0xa4, 0xc5, 0x83, 0x84, 0xd0, 0x60, 0xb3, 0xf5, 0x06, 0x1c, 0xd4, 0x37, 0x86, 0xfa, 0x86, 0x34, 0x8a, 0x0e, 0xd5, 0xc6, 0xc5, 0x3c, 0x90, 0x69, 0x6b, 0x83, 0xe7, 0x32, 0xf3, 0xe9, 0x11, 0xee, 0xde, 0xd6, 0x10, 0xfd, 0x52, 0x77, 0x5a, 0x5a, 0x62, 0x7c, 0x76, 0x54, 0xc4, 0xf9, 0x3d, 0x7e, 0xe6, 0xd0, 0xb5, 0x65, 0xed, 0xb2, 0xf4, 0x00, 0x5d, 0x9d, 0x7b, 0x19, 0x8d, 0x22, 0x2b, 0x70, 0xd6, 0xbc, 0xf3, 0xb6, 0xaf, 0xd0, 0x97, 0xa3, 0x31, 0x7d, 0xa3, 0xa4, 0x92, 0x06, 0x1d, 0xca, 0xa2, 0x68, 0xb7, 0xe1, 0xbe, 0xf0, 0xd3, 0xd8, 0x37, 0x8c, 0x1b, 0x65, 0x02, 0x0e, 0x57, 0xa0, 0xe1 } }; static const struct cckprng_op_refresh op_refresh_337 = { .hd = { .id = 319, .kind = OP_REFRESH }, .rand = 9836102994259986935ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_338 = { .hd = { .id = 320, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x5e, 0x6d, 0xf7, 0x62, 0xdb, 0xba, 0x80, 0x6a, 0xa5, 0x77, 0x00, 0xc4, 0x85, 0x6e, 0x56, 0x9c, 0xf9, 0x72, 0xd0, 0xb8, 0x1f, 0x71, 0xd7, 0x55, 0xd8, 0x8d, 0x7c, 0xd2, 0xcb, 0x57, 0x84, 0xe8, 0x68, 0x9f, 0x2c, 0x53, 0x5c, 0xd5, 0xd4, 0x89, 0x8f, 0x87, 0xf3, 0x83, 0x64, 0xc7, 0xfd, 0x37, 0x63, 0x17, 0x93, 0x6a, 0xb1, 0x2a, 0x2a, 0x2c, 0x80, 0x73, 0x20, 0xf1, 0x63, 0xb7, 0x87, 0xa5, 0x03, 0xb5, 0x9d, 0xfb, 0x9e, 0xfb, 0xa2, 0x09, 0xb2, 0xef, 0x18, 0x04, 0xeb, 0x7c, 0x1a, 0x8a, 0xfc, 0x4a, 0xb6, 0x88, 0x60, 0xd7, 0x1e, 0xa7, 0xd3, 0x9b, 0xd9, 0x0b, 0x0c, 0x1f, 0x7e, 0xc8, 0x36, 0x78, 0x4d, 0xe5, 0x1f, 0x62, 0x8c, 0x6b, 0xc8 } } }; static const struct cckprng_op_reseed op_reseed_339 = { .hd = { .id = 321, .kind = OP_RESEED }, .nonce = 5733213939011462997ULL, .seed_nbytes = 224, .seed = { 0xbf, 0x2d, 0x5b, 0x40, 0xe3, 0xfd, 0x54, 0x3d, 0xcc, 0xa4, 0x2b, 0xc4, 0x78, 0xde, 0xe0, 0x93, 0x10, 0x12, 0xe5, 0x59, 0x41, 0x1d, 0x8d, 0x59, 0xc8, 0x87, 0x43, 0x59, 0x55, 0x82, 0x28, 0x60, 0x05, 0x22, 0xf7, 0x6f, 0xae, 0x3e, 0x73, 0x28, 0xa3, 0xb3, 0x9d, 0xd4, 0x1b, 0x3a, 0xba, 0x26, 0xf5, 0x48, 0x7b, 0x65, 0x9c, 0x7e, 0xf5, 0x00, 0x40, 0x2c, 0x10, 0x1f, 0xcc, 0x01, 0xcd, 0x22, 0xdf, 0x0a, 0x60, 0x87, 0x9e, 0x70, 0x80, 0xb0, 0x71, 0x86, 0x3c, 0x4c, 0xdc, 0x0a, 0xab, 0x86, 0x2b, 0xd4, 0xdf, 0xdd, 0xe7, 0x94, 0x1e, 0x3f, 0x5e, 0x40, 0x99, 0xe5, 0xcf, 0xcb, 0xb8, 0xe2, 0x79, 0x75, 0x16, 0x01, 0x68, 0x90, 0x8c, 0x7c, 0x8b, 0xb7, 0x5d, 0x31, 0x99, 0xa0, 0x02, 0xe6, 0xb3, 0x43, 0x5a, 0xa7, 0x14, 0x1f, 0x89, 0x6a, 0x23, 0x7b, 0x7b, 0x00, 0x17, 0xdd, 0x07, 0x20, 0x13, 0x3b, 0x98, 0xc7, 0x6e, 0x01, 0x9f, 0x7e, 0xfa, 0x0a, 0x1e, 0xba, 0x79, 0x8f, 0x9a, 0x78, 0x04, 0x08, 0x13, 0x97, 0x5c, 0x9e, 0xf5, 0x67, 0x6d, 0x08, 0xf3, 0x93, 0x06, 0xef, 0x63, 0x25, 0x73, 0x0a, 0xe2, 0xb8, 0xcb, 0x3e, 0x9f, 0x05, 0xc9, 0x4f, 0x5f, 0xdf, 0x52, 0xe6, 0x10, 0x5b, 0x2a, 0xe0, 0xe8, 0x5e, 0xb5, 0x3f, 0xd7, 0x60, 0xec, 0xa1, 0x48, 0x6f, 0xbd, 0xac, 0xf4, 0xed, 0xac, 0xf4, 0xce, 0x6a, 0x1b, 0xaa, 0xad, 0x49, 0x98, 0x93, 0xab, 0x31, 0xfa, 0xe7, 0x38, 0xe9, 0x70, 0xe9, 0x34, 0xae, 0x82, 0x06, 0x82, 0xd6, 0xf0, 0xde, 0xf8, 0x1b, 0x3f, 0x4b, 0xe7, 0x54 } }; static const struct cckprng_op_reseed op_reseed_340 = { .hd = { .id = 322, .kind = OP_RESEED }, .nonce = 14366408835711072791ULL, .seed_nbytes = 252, .seed = { 0x94, 0x8c, 0x4e, 0x92, 0x19, 0x5d, 0x00, 0x6c, 0x58, 0x80, 0x0f, 0xc8, 0x4d, 0x2b, 0x4b, 0xdb, 0x38, 0x62, 0x2a, 0xb0, 0x10, 0x21, 0x24, 0x19, 0xb9, 0x1a, 0x80, 0x49, 0xcb, 0xd4, 0xb7, 0xbb, 0x1d, 0x8b, 0xa6, 0x48, 0xe6, 0x61, 0x9b, 0x16, 0xe0, 0x6d, 0xd6, 0xea, 0xf5, 0x82, 0x5d, 0xc4, 0x14, 0x57, 0x40, 0x15, 0x30, 0xea, 0x89, 0x77, 0x6d, 0x02, 0x77, 0xd4, 0x0a, 0x55, 0x4c, 0x83, 0x44, 0x68, 0x35, 0xf1, 0x58, 0x88, 0x0a, 0x5f, 0x6d, 0x77, 0x9d, 0xac, 0x56, 0x4a, 0x9f, 0xde, 0x5d, 0xba, 0x4c, 0x63, 0xca, 0xd7, 0x87, 0xee, 0xff, 0xf2, 0x0e, 0xe5, 0xff, 0x23, 0x48, 0x2c, 0x6c, 0x2e, 0xc2, 0x19, 0xbc, 0x7e, 0x67, 0x03, 0xb5, 0x2f, 0x66, 0xf6, 0x81, 0x7b, 0x50, 0x8e, 0x1f, 0x83, 0x16, 0x54, 0x49, 0x67, 0xae, 0xce, 0x16, 0xf2, 0x9f, 0x98, 0x57, 0x41, 0xb7, 0x91, 0x5c, 0x0b, 0xcc, 0x2d, 0xd2, 0xd5, 0x37, 0x63, 0x08, 0xa8, 0x2d, 0xea, 0x0e, 0x9e, 0x26, 0xe2, 0x86, 0x41, 0x60, 0xad, 0xba, 0xd4, 0x61, 0x45, 0xd9, 0x25, 0xb5, 0x6c, 0xf6, 0x86, 0x17, 0x47, 0x1e, 0x1e, 0x93, 0x67, 0x05, 0xa8, 0x2d, 0xb8, 0x44, 0xff, 0x8b, 0x7c, 0x0f, 0x13, 0x7c, 0xa9, 0x44, 0x05, 0x72, 0xe8, 0x6d, 0x9c, 0x91, 0x02, 0x2c, 0xdb, 0xad, 0xf1, 0x7f, 0x50, 0x38, 0x45, 0xc3, 0x1f, 0x3b, 0x0e, 0x89, 0x21, 0x58, 0x05, 0x4c, 0xcb, 0x1b, 0xbe, 0x7f, 0x39, 0xc9, 0x58, 0x0e, 0x23, 0x17, 0xa5, 0x70, 0x11, 0x41, 0x3e, 0x20, 0x02, 0xc1, 0x3b, 0x70, 0xc0, 0xab, 0x14, 0xd4, 0x26, 0xf3, 0x79, 0x76, 0xf4, 0x94, 0x66, 0x59, 0x68, 0x75, 0xf3, 0xc0, 0x10, 0x0b, 0x0c, 0x31, 0x78, 0x5d, 0x98, 0xa1, 0x70, 0xb6, 0x1d, 0x76, 0xab, 0xfe, 0xb6 } }; static const struct cckprng_op *ops_341[] = { (const struct cckprng_op *)&op_init_325, (const struct cckprng_op *)&op_refresh_326, (const struct cckprng_op *)&op_reseed_327, (const struct cckprng_op *)&op_refresh_328, (const struct cckprng_op *)&op_reseed_329, (const struct cckprng_op *)&op_init_330, (const struct cckprng_op *)&op_init_331, (const struct cckprng_op *)&op_refresh_332, (const struct cckprng_op *)&op_reseed_333, (const struct cckprng_op *)&op_refresh_334, (const struct cckprng_op *)&op_reseed_335, (const struct cckprng_op *)&op_reseed_336, (const struct cckprng_op *)&op_refresh_337, (const struct cckprng_op *)&op_init_338, (const struct cckprng_op *)&op_reseed_339, (const struct cckprng_op *)&op_reseed_340 }; static const struct cckprng_vector vec_342 = { .id = 323, .note = NULL, .nops = 16, .ops = ops_341 }; static const struct cckprng_op_init op_init_343 = { .hd = { .id = 324, .kind = OP_INIT }, .seed = { 0xb5, 0x96, 0xc1, 0x66, 0x84, 0x85, 0x17, 0xd3, 0xd3, 0x93, 0xaa, 0xd8, 0x16, 0x3a, 0x13, 0x12, 0x94, 0x9a, 0x71, 0x3d, 0x3b, 0xbf, 0xac, 0x2b, 0xa0, 0x4f, 0xd1, 0x57, 0x7d, 0x65, 0x16, 0xc4 }, .nonce = { 0x9e, 0xbd, 0x2f, 0x33, 0x22, 0xb9, 0x6d, 0x20 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_344 = { .hd = { .id = 325, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0x4a, 0xeb, 0xf2, 0x45, 0x68, 0xd3, 0x38, 0xb4, 0xc1, 0x99, 0x06, 0x5d, 0x6b, 0x39, 0xd5, 0x25, 0x35, 0x0e, 0xed, 0x2f, 0xd3, 0x0f, 0x79, 0xe0, 0x94, 0x3a, 0xa6, 0xc0, 0x31, 0xba, 0x3c, 0x82, 0x26, 0xeb, 0x2a, 0xa3, 0xe7, 0xd0, 0x3d, 0xf9, 0x97, 0xa7, 0x9a, 0xc0, 0x86, 0x02, 0x63, 0x1e, 0xd1, 0x5d } } }; static const struct cckprng_op_reseed op_reseed_345 = { .hd = { .id = 326, .kind = OP_RESEED }, .nonce = 18356733616789982450ULL, .seed_nbytes = 91, .seed = { 0xb8, 0xda, 0x99, 0xff, 0xc5, 0x95, 0x69, 0x12, 0x8c, 0x4b, 0x05, 0xcd, 0x77, 0xfe, 0x02, 0xcf, 0xa9, 0x4b, 0xd5, 0x64, 0xc2, 0x01, 0x56, 0x0d, 0x1a, 0x83, 0x63, 0x71, 0x4e, 0x46, 0xdd, 0xdf, 0xe9, 0x4c, 0xb4, 0x62, 0xa4, 0xe8, 0xf6, 0x9d, 0x08, 0x7e, 0xfd, 0x25, 0x94, 0xd9, 0xd2, 0x1e, 0x2e, 0xc5, 0xdd, 0xa2, 0x97, 0x23, 0xe6, 0xc9, 0x37, 0x65, 0xe7, 0xfb, 0x13, 0x15, 0xa8, 0x2d, 0x9b, 0xa1, 0xe4, 0x80, 0xf9, 0x58, 0x3d, 0x77, 0xc5, 0x82, 0x3a, 0x1a, 0x06, 0xf0, 0xfd, 0xeb, 0xea, 0xea, 0xa0, 0x0b, 0x64, 0xd1, 0xb4, 0x57, 0x4e, 0x96, 0x25 } }; static const struct cckprng_op_refresh op_refresh_346 = { .hd = { .id = 327, .kind = OP_REFRESH }, .rand = 4422575166248787718ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_347 = { .hd = { .id = 328, .kind = OP_REFRESH }, .rand = 14983257193417990196ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_348 = { .hd = { .id = 329, .kind = OP_REFRESH }, .rand = 10639292620052306156ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_349 = { .hd = { .id = 330, .kind = OP_RESEED }, .nonce = 10573239273549736792ULL, .seed_nbytes = 69, .seed = { 0x2c, 0x18, 0xb6, 0xe2, 0xeb, 0xef, 0xde, 0xb8, 0x44, 0x02, 0x8a, 0xa0, 0xa1, 0x02, 0x1d, 0xce, 0xc7, 0xb2, 0xca, 0x15, 0xdc, 0xbb, 0x55, 0xd2, 0xff, 0x2a, 0xf3, 0x0c, 0x9e, 0x81, 0x1c, 0xfe, 0x68, 0x98, 0x3b, 0x9e, 0xfd, 0x97, 0xf8, 0xbf, 0x52, 0xbd, 0x07, 0x3e, 0x52, 0xf0, 0xb5, 0x2f, 0x3a, 0xb1, 0x95, 0x56, 0xc0, 0x30, 0x72, 0x59, 0x06, 0xbc, 0x63, 0x57, 0xb6, 0x98, 0xbe, 0x76, 0x84, 0x88, 0x5b, 0xd7, 0xf4 } }; static const struct cckprng_op_reseed op_reseed_350 = { .hd = { .id = 331, .kind = OP_RESEED }, .nonce = 11836134541321766759ULL, .seed_nbytes = 118, .seed = { 0x95, 0x40, 0x53, 0x99, 0x04, 0xba, 0xb4, 0xfe, 0xcd, 0x9a, 0xa0, 0x56, 0xea, 0x5d, 0x0c, 0xac, 0x75, 0x17, 0xa7, 0x35, 0x70, 0x9b, 0xb7, 0x6c, 0x32, 0x13, 0xc2, 0x6e, 0xf2, 0x46, 0x01, 0x9d, 0x11, 0x16, 0xba, 0x0c, 0x40, 0x38, 0x6c, 0xc7, 0x55, 0xb2, 0x4b, 0xc8, 0x17, 0x9c, 0x00, 0xc4, 0xe6, 0xc1, 0x26, 0x38, 0x85, 0xf0, 0x73, 0x05, 0xc3, 0x80, 0x56, 0x37, 0x9d, 0xf3, 0xc1, 0x57, 0xf2, 0x5f, 0xfc, 0xa6, 0xa7, 0xa9, 0x37, 0x3e, 0x57, 0xb3, 0xb6, 0xb3, 0xcc, 0x48, 0x39, 0x9f, 0xe8, 0x56, 0x05, 0xf2, 0xde, 0xe0, 0x7e, 0x50, 0xf4, 0x17, 0x55, 0xfb, 0xce, 0x6a, 0x5a, 0xda, 0xe3, 0xda, 0xa9, 0x65, 0xdb, 0x0f, 0xdb, 0x37, 0xf7, 0x89, 0x72, 0xca, 0xcb, 0xf6, 0xa9, 0x17, 0x45, 0x3e, 0x3e, 0xbf, 0x82, 0xcc } }; static const struct cckprng_op_generate op_init_351 = { .hd = { .id = 332, .kind = OP_GENERATE }, .rand_nbytes = 185, .out = { .rand = { 0x2b, 0x6b, 0x6b, 0xa9, 0xd7, 0x1b, 0x1c, 0x89, 0x59, 0xab, 0xbf, 0x94, 0xce, 0x02, 0x57, 0xdf, 0x90, 0x0d, 0xe2, 0x5f, 0x62, 0xa0, 0x98, 0x08, 0xe9, 0xae, 0xf6, 0xff, 0xa2, 0x6d, 0x74, 0x2c, 0x41, 0x54, 0x1a, 0x74, 0xbc, 0xf5, 0xe6, 0xa3, 0xfa, 0x88, 0xf1, 0x22, 0x7c, 0x34, 0xee, 0x42, 0xe5, 0xfd, 0x93, 0x00, 0x78, 0x73, 0xeb, 0xc0, 0x20, 0x6d, 0xec, 0x60, 0xb0, 0x15, 0x12, 0x1e, 0xe9, 0x9a, 0x5e, 0x8c, 0x94, 0x6c, 0x44, 0x51, 0x9c, 0x64, 0x7c, 0x99, 0x27, 0x56, 0x55, 0xfa, 0x76, 0x62, 0x55, 0xb6, 0xa8, 0x7e, 0x9a, 0xbc, 0xd4, 0x11, 0xeb, 0x12, 0x55, 0xf9, 0x41, 0x3c, 0x7e, 0x89, 0x0e, 0xe2, 0x12, 0x7c, 0x9f, 0x92, 0x7a, 0x16, 0xaa, 0xef, 0x80, 0x84, 0x18, 0x36, 0x68, 0xae, 0xb1, 0x8e, 0x8f, 0x0d, 0x26, 0x01, 0xf2, 0xef, 0xa7, 0xaf, 0x0b, 0x95, 0x2e, 0xd4, 0xa9, 0xa2, 0x10, 0x9a, 0xd0, 0x4b, 0x9d, 0x9c, 0x24, 0xa7, 0x44, 0x65, 0x53, 0x03, 0xf4, 0xdb, 0x5a, 0x96, 0xee, 0xfe, 0x1e, 0xca, 0xea, 0x9a, 0x63, 0xfd, 0x6d, 0x86, 0x2a, 0x6a, 0x42, 0x68, 0xfc, 0xeb, 0xfb, 0xf5, 0x62, 0x4e, 0x00, 0xe8, 0xec, 0x5b, 0x00, 0x41, 0xf5, 0x1d, 0x78, 0x29, 0x37, 0xc4, 0x7f, 0xc4, 0x72, 0x87, 0x7f, 0x61, 0xeb } } }; static const struct cckprng_op_refresh op_refresh_352 = { .hd = { .id = 333, .kind = OP_REFRESH }, .rand = 7918059572444624919ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_353 = { .hd = { .id = 334, .kind = OP_REFRESH }, .rand = 18336009811611233452ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_354 = { .hd = { .id = 335, .kind = OP_REFRESH }, .rand = 6002050238812947917ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_355 = { .hd = { .id = 336, .kind = OP_RESEED }, .nonce = 9009762077428797940ULL, .seed_nbytes = 109, .seed = { 0x12, 0x97, 0x1b, 0x78, 0xeb, 0x8a, 0xa7, 0x83, 0x29, 0x5d, 0xff, 0x34, 0x93, 0x04, 0xb8, 0x62, 0xce, 0x86, 0x07, 0xd6, 0xa3, 0xfd, 0x34, 0xee, 0x61, 0x30, 0x4d, 0x3c, 0x3c, 0x29, 0xe1, 0x55, 0x5a, 0xe7, 0x1b, 0x8e, 0x2b, 0x8a, 0x18, 0xad, 0xf3, 0xac, 0x32, 0xf0, 0x03, 0x05, 0x3a, 0xde, 0x12, 0x3a, 0x0d, 0xa3, 0xa4, 0xee, 0x9c, 0x98, 0x25, 0xcb, 0x49, 0xa8, 0xfa, 0x60, 0xa8, 0x98, 0x49, 0x4a, 0x31, 0x62, 0xfe, 0x77, 0x23, 0xb3, 0x32, 0xb5, 0x8d, 0x82, 0xb1, 0x5e, 0xd1, 0x6b, 0xdb, 0x20, 0x71, 0xc1, 0xb6, 0x81, 0x1b, 0xc8, 0x33, 0x97, 0x6d, 0x46, 0x5d, 0x6d, 0x6a, 0x98, 0x7d, 0x8d, 0x46, 0xc1, 0xfe, 0x4d, 0xcb, 0x27, 0x57, 0xc0, 0xa0, 0xd6, 0x16 } }; static const struct cckprng_op_refresh op_refresh_356 = { .hd = { .id = 337, .kind = OP_REFRESH }, .rand = 689153001594006825ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_357 = { .hd = { .id = 338, .kind = OP_REFRESH }, .rand = 1761376138431478371ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_358 = { .hd = { .id = 339, .kind = OP_RESEED }, .nonce = 17084513027920359617ULL, .seed_nbytes = 96, .seed = { 0x9a, 0x2d, 0x1d, 0xab, 0xa9, 0x3a, 0x42, 0x60, 0x35, 0x49, 0x8a, 0x65, 0x36, 0xb8, 0xee, 0xc3, 0x9c, 0x8a, 0x97, 0x89, 0xde, 0x9e, 0x95, 0xa7, 0xd3, 0xe5, 0xc5, 0xda, 0xde, 0x13, 0x44, 0x87, 0x4e, 0xf7, 0x9c, 0xbc, 0xa3, 0x81, 0x30, 0xc2, 0x6b, 0x15, 0x3c, 0x98, 0x45, 0x1b, 0x79, 0xaa, 0x5a, 0x50, 0x07, 0x88, 0x95, 0xb1, 0xc8, 0x70, 0x5c, 0x27, 0x9a, 0x18, 0x4b, 0x43, 0x48, 0x2e, 0xfe, 0x36, 0x44, 0xbe, 0xc7, 0x86, 0x7d, 0xb6, 0x10, 0x73, 0x15, 0x8f, 0x90, 0x61, 0x4e, 0xbd, 0x74, 0x1e, 0x2c, 0x37, 0xeb, 0x9b, 0xd4, 0xb6, 0x5c, 0xc9, 0x4f, 0x7c, 0xfc, 0xc7, 0x64, 0x10 } }; static const struct cckprng_op *ops_359[] = { (const struct cckprng_op *)&op_init_343, (const struct cckprng_op *)&op_init_344, (const struct cckprng_op *)&op_reseed_345, (const struct cckprng_op *)&op_refresh_346, (const struct cckprng_op *)&op_refresh_347, (const struct cckprng_op *)&op_refresh_348, (const struct cckprng_op *)&op_reseed_349, (const struct cckprng_op *)&op_reseed_350, (const struct cckprng_op *)&op_init_351, (const struct cckprng_op *)&op_refresh_352, (const struct cckprng_op *)&op_refresh_353, (const struct cckprng_op *)&op_refresh_354, (const struct cckprng_op *)&op_reseed_355, (const struct cckprng_op *)&op_refresh_356, (const struct cckprng_op *)&op_refresh_357, (const struct cckprng_op *)&op_reseed_358 }; static const struct cckprng_vector vec_360 = { .id = 340, .note = NULL, .nops = 16, .ops = ops_359 }; static const struct cckprng_op_init op_init_361 = { .hd = { .id = 341, .kind = OP_INIT }, .seed = { 0xf8, 0x6c, 0x6f, 0xaa, 0xec, 0xbd, 0x04, 0x6e, 0x35, 0xb7, 0x5c, 0x32, 0x6d, 0xa1, 0x80, 0x72, 0xcd, 0x8a, 0x4f, 0x13, 0xca, 0x2d, 0x16, 0xaa, 0xb5, 0xac, 0xa3, 0xf7, 0xf5, 0x93, 0x75, 0xf9 }, .nonce = { 0x44, 0x59, 0x98, 0x7c, 0x07, 0x19, 0xe7, 0xaf }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_362 = { .hd = { .id = 342, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0x9f, 0xbb, 0x8b, 0xfc, 0x3d, 0x9a, 0x74, 0x20, 0x1c, 0x1d, 0xa6, 0x85, 0x20, 0xab, 0x78, 0x27, 0x74, 0xe9, 0x2a, 0x1a, 0x60, 0x1b, 0x4d, 0xad, 0x10, 0xdc, 0xa1, 0xc7, 0x30, 0xbc, 0x90, 0xd5, 0x9f, 0x5c, 0xeb, 0x91, 0xf8, 0xa3, 0x63, 0x60, 0x0f, 0x5f, 0x9a, 0x35, 0x63, 0x7c, 0xe6, 0xaf, 0x77, 0x17, 0xd0, 0xac, 0xd0, 0xa4, 0x31, 0x49, 0xc9, 0xa3, 0x96, 0x8b, 0x05, 0x72, 0x3e, 0x58, 0x56, 0x93, 0xc6, 0x74, 0x7a, 0x2a, 0xc1, 0x40, 0x03, 0x90, 0xa7, 0xae, 0x16, 0xdf, 0x12, 0x1d, 0xc6, 0x91, 0x35, 0xf1, 0x87, 0xf2, 0xd1, 0xb3, 0xd0, 0xef, 0x40, 0xd2, 0x53, 0x95, 0xf9, 0x09, 0xd7, 0x2e, 0xdb, 0x75, 0xac, 0xee, 0x28, 0xf4, 0xcd, 0xc4, 0xa2, 0x8c, 0x6c, 0x24, 0xe4, 0xf9, 0x25, 0x73, 0xb9, 0xe1, 0x19, 0xac, 0x2b, 0x54, 0x2a, 0x69, 0x0c, 0x3f, 0x1b, 0x24, 0x65, 0xc4, 0x44, 0x3c, 0x7c, 0xae, 0x16, 0x1c, 0x17, 0x48, 0x2d, 0xf3, 0xb3, 0xde, 0x20, 0x0c, 0x9d, 0xa5, 0x50, 0xbb, 0x72, 0xa3, 0xd7, 0x26, 0xb7, 0x2c, 0xa1, 0x6e, 0xfc, 0xcf, 0x51 } } }; static const struct cckprng_op_generate op_init_363 = { .hd = { .id = 343, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x67, 0x9b, 0xbc, 0x69, 0xdf, 0xaa, 0xbf, 0xb9, 0xef, 0xb5, 0xe9, 0xf9, 0xd8, 0xae, 0xff, 0x57, 0xce, 0x94, 0xf5, 0x1d, 0x30, 0xff, 0xa0, 0x2a, 0xe3, 0x0a, 0x3a, 0x05, 0x11, 0x4b, 0xb3, 0x16, 0x57, 0xe4, 0x67, 0xf4, 0x80, 0xc8, 0xf7, 0x93, 0x57, 0xc4, 0x73, 0x46, 0xf3, 0x0d, 0xc1, 0xbb, 0x54, 0x12, 0x5b, 0x5d, 0xd9, 0x0f, 0x57, 0x5a, 0x1f, 0x56, 0x7a, 0xfd, 0x27, 0x2e, 0xce, 0xac, 0xca, 0x3a, 0xff, 0xc5, 0x28, 0x17, 0xbc, 0xfa, 0xd4, 0x0b, 0xac, 0xe2, 0xe0, 0xd2, 0x04, 0x99, 0x3c, 0x2e, 0x20, 0x6f, 0x4c, 0xf7, 0x74, 0x52, 0x49, 0x54, 0x39, 0xa4, 0x3f, 0x06, 0xf0, 0xe1, 0xb5, 0x2d, 0xb1, 0xb5, 0x91, 0xd0, 0x90, 0xd2, 0xf3, 0x45, 0x04, 0xca, 0x16, 0x39, 0xa0, 0xde, 0x21, 0x8e, 0x5f, 0xa9, 0xc5 } } }; static const struct cckprng_op_generate op_init_364 = { .hd = { .id = 344, .kind = OP_GENERATE }, .rand_nbytes = 75, .out = { .rand = { 0x7b, 0x19, 0xd4, 0x55, 0x5b, 0xf2, 0x97, 0x5b, 0x1e, 0x18, 0x0e, 0x03, 0x99, 0x2d, 0x51, 0x9d, 0x16, 0x36, 0x03, 0x29, 0xca, 0x74, 0x1a, 0x75, 0x2c, 0x3b, 0xac, 0xe7, 0xd4, 0x04, 0x03, 0xb1, 0x0d, 0xc1, 0xef, 0x58, 0x65, 0x41, 0x8c, 0xdb, 0x78, 0xb6, 0x3d, 0x20, 0x05, 0x16, 0x92, 0x1a, 0x56, 0xaa, 0x7b, 0xfa, 0x6c, 0x58, 0x38, 0x0e, 0xd0, 0x9a, 0x61, 0x12, 0xee, 0x8f, 0x0a, 0xb7, 0x5f, 0x98, 0xe1, 0x82, 0x0f, 0xd8, 0xe5, 0xb1, 0x14, 0x53, 0xd8 } } }; static const struct cckprng_op_refresh op_refresh_365 = { .hd = { .id = 345, .kind = OP_REFRESH }, .rand = 7313365355706253699ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_366 = { .hd = { .id = 346, .kind = OP_GENERATE }, .rand_nbytes = 197, .out = { .rand = { 0xb8, 0xc6, 0xf9, 0x38, 0xd5, 0xab, 0xb0, 0x98, 0xff, 0x90, 0x17, 0xa2, 0x18, 0xbe, 0x1a, 0xd6, 0xdb, 0x5c, 0xf4, 0x37, 0xf7, 0x03, 0x77, 0x3b, 0xe9, 0x1c, 0x9d, 0x64, 0xf7, 0x3e, 0xf8, 0x1e, 0x80, 0x3e, 0x48, 0x7c, 0x78, 0x27, 0x35, 0x70, 0xb8, 0x0d, 0x3c, 0x45, 0x6a, 0x14, 0xf4, 0x33, 0x59, 0xab, 0x87, 0xd9, 0x1a, 0xdf, 0x0a, 0x21, 0x55, 0x07, 0xd2, 0x2b, 0x44, 0x44, 0x66, 0x79, 0x15, 0xa3, 0x36, 0x92, 0x6b, 0xd9, 0x0f, 0x98, 0x09, 0x52, 0xa7, 0x95, 0xa4, 0xcc, 0xa1, 0x2d, 0x93, 0x2a, 0x7f, 0x57, 0x09, 0xac, 0xef, 0xd4, 0x49, 0xd8, 0x6d, 0xe3, 0x7a, 0xd8, 0x83, 0x8e, 0x3e, 0x22, 0xd7, 0xd1, 0x5b, 0xbd, 0x37, 0x89, 0x4b, 0xf4, 0xbf, 0xfd, 0x8a, 0x70, 0xf5, 0xe1, 0xc5, 0x1a, 0xbc, 0xf3, 0xbb, 0xb0, 0x1a, 0x38, 0x16, 0xa9, 0xcd, 0x99, 0x59, 0xee, 0xfb, 0xa2, 0x1d, 0x87, 0xc9, 0x70, 0x23, 0xb3, 0x24, 0x2a, 0xd5, 0xaa, 0x35, 0x20, 0x51, 0x4b, 0x65, 0xfa, 0x8e, 0x39, 0x94, 0xa4, 0x17, 0x1d, 0xfc, 0x2c, 0xa1, 0x6e, 0x13, 0x58, 0x69, 0x59, 0xae, 0x1c, 0x41, 0x00, 0x43, 0xa8, 0xb8, 0x0b, 0x03, 0xdd, 0xa1, 0x25, 0x33, 0x80, 0x14, 0xea, 0x3d, 0xf3, 0x15, 0x07, 0x68, 0x3c, 0xf1, 0x2d, 0x5d, 0xf3, 0x5c, 0x25, 0x55, 0xcf, 0x59, 0xe8, 0x29, 0x37, 0xa4, 0x9c, 0x10, 0x93, 0x1b } } }; static const struct cckprng_op_reseed op_reseed_367 = { .hd = { .id = 347, .kind = OP_RESEED }, .nonce = 8491209105127136974ULL, .seed_nbytes = 249, .seed = { 0xe3, 0x09, 0x77, 0xf8, 0xc3, 0xf0, 0x29, 0x93, 0xf1, 0xf4, 0xa0, 0x4c, 0xb5, 0x20, 0x05, 0x78, 0x82, 0x18, 0x86, 0x46, 0x55, 0x8d, 0x32, 0xc7, 0xd8, 0xac, 0x14, 0x3c, 0xdc, 0xca, 0xba, 0x67, 0x3f, 0x8a, 0x5f, 0x1c, 0x28, 0x05, 0xdc, 0x3d, 0x79, 0x20, 0xd5, 0x91, 0xd3, 0x24, 0x69, 0xc4, 0x57, 0x61, 0x62, 0xb7, 0xc7, 0x3c, 0x59, 0x0a, 0x48, 0xeb, 0x95, 0xc5, 0xd8, 0x58, 0x2d, 0xdf, 0xba, 0xbc, 0x8a, 0xbb, 0x93, 0x2f, 0x1b, 0xf5, 0x2c, 0xad, 0xce, 0xf9, 0xa8, 0xe8, 0x15, 0x32, 0xd5, 0x2b, 0xd7, 0x34, 0xc8, 0x96, 0x78, 0x0a, 0x49, 0x56, 0x80, 0x2b, 0x14, 0xda, 0x42, 0x2a, 0x28, 0x80, 0xc7, 0xa4, 0xc8, 0x30, 0xc9, 0xb3, 0x46, 0xdc, 0x23, 0xbe, 0x0d, 0x27, 0x45, 0xe8, 0x01, 0x25, 0xae, 0xcf, 0x85, 0x14, 0x23, 0x4f, 0x2d, 0xcf, 0x98, 0x22, 0x1a, 0x8d, 0x9f, 0x97, 0x16, 0x03, 0x2f, 0x8e, 0xc3, 0xc6, 0xba, 0xaa, 0x14, 0x14, 0x80, 0x7b, 0x62, 0x66, 0x98, 0x84, 0x04, 0xcd, 0xf2, 0x59, 0xad, 0xda, 0x19, 0x7e, 0x79, 0x78, 0xf8, 0x9c, 0xe7, 0x67, 0x13, 0xba, 0x73, 0xef, 0x50, 0xbc, 0x0b, 0x6a, 0x33, 0x21, 0xb7, 0xdf, 0x4e, 0xe2, 0xdb, 0xcd, 0xa3, 0x8f, 0xf5, 0xe2, 0x87, 0x03, 0xf3, 0xec, 0x11, 0x6a, 0x11, 0x83, 0x3d, 0x4e, 0x3d, 0xcc, 0x33, 0x1d, 0x19, 0x6a, 0x4f, 0x8f, 0x2a, 0xe7, 0x66, 0x71, 0x02, 0x86, 0x55, 0x79, 0x16, 0x82, 0xa2, 0x9f, 0x8b, 0xe6, 0xee, 0x99, 0x74, 0x18, 0xb3, 0x4b, 0x29, 0x91, 0xf1, 0xf0, 0x1d, 0xc2, 0x62, 0x0c, 0x24, 0x9f, 0xed, 0x8e, 0xda, 0x0d, 0xc9, 0x54, 0xc8, 0xee, 0xe7, 0xaa, 0x8a, 0xf7, 0xd1, 0xc9, 0x87, 0xfe, 0xc4, 0x54, 0x0a, 0xbb, 0x6b, 0x7e, 0x26 } }; static const struct cckprng_op_reseed op_reseed_368 = { .hd = { .id = 348, .kind = OP_RESEED }, .nonce = 7365610819454338843ULL, .seed_nbytes = 36, .seed = { 0xd3, 0x81, 0xc4, 0x1f, 0x0b, 0xa1, 0xd7, 0x3a, 0x68, 0xa4, 0x79, 0x38, 0x15, 0x22, 0x90, 0x68, 0x61, 0xa8, 0x9d, 0xe7, 0xb5, 0x89, 0xda, 0x01, 0x16, 0x1e, 0x87, 0xc9, 0xe3, 0xd3, 0x56, 0xc8, 0x6c, 0x0c, 0xa5, 0x8d } }; static const struct cckprng_op_generate op_init_369 = { .hd = { .id = 349, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xd5, 0xeb, 0xe7, 0x77, 0xa6, 0x6c, 0x8a, 0x4d, 0x53, 0x65, 0xa8, 0x7b, 0xf3, 0x0a, 0x59, 0xb4, 0x20, 0x11, 0x5d, 0x77, 0x52, 0xed, 0x53, 0x37, 0xae, 0x51, 0x12, 0x5d, 0x03, 0xd2, 0xb7, 0x79, 0x52, 0xb6, 0xb6, 0x62, 0x22, 0xfb, 0x9b, 0x5f, 0xe2, 0x0c, 0xe0, 0x03, 0x24, 0x7f, 0xb4, 0x3f, 0x36, 0x05, 0xff, 0xe6, 0x47, 0x11, 0x35, 0xbd, 0x72, 0x61, 0x0d, 0xf0, 0x68, 0x92, 0xe3, 0xe5, 0x0b, 0x7f, 0x1e, 0x08, 0xeb, 0x04, 0x80, 0x02, 0xda, 0xf5, 0x61, 0xca, 0xab, 0xcf, 0x6f, 0x2d, 0xa2, 0xfa, 0x27, 0x77, 0xe4, 0xdd, 0x0d, 0xda, 0xd2, 0xab, 0xf0, 0x03, 0xf3, 0x79, 0x7a, 0x0a, 0x3a, 0xa8, 0x4f, 0x49, 0xd7, 0x56, 0x21, 0x27, 0x6b, 0x28, 0x10, 0x0a, 0xca, 0x3c, 0x2f, 0xe5, 0x4d, 0xf4, 0x5f, 0xd5, 0x01, 0x37, 0x1d, 0x71, 0x26, 0x6e, 0xcc, 0x3c, 0x8d, 0x18, 0xc7, 0x9a, 0xa4, 0x81, 0x9b, 0x44, 0xa8, 0xba, 0x3b, 0xeb, 0x33, 0xdf, 0xbd, 0xbc, 0x24, 0xcd, 0xed, 0xf8, 0xe5, 0x51, 0x51, 0x3b, 0x1d, 0x38, 0x8d, 0x45, 0x6f, 0x8b, 0x78, 0x88, 0x63, 0x26, 0x21, 0xa6, 0xef, 0xd8, 0x44, 0xe5, 0x9d, 0x75, 0x33, 0x45, 0x87, 0xa9, 0x42, 0x46, 0xc7, 0x0f, 0xf8, 0xbf, 0xe4, 0x0c, 0xe9, 0x42, 0xa8, 0xb8, 0x83, 0x72, 0x5a, 0x50, 0xfe, 0x8a, 0x53, 0xd0, 0xd7 } } }; static const struct cckprng_op_reseed op_reseed_370 = { .hd = { .id = 350, .kind = OP_RESEED }, .nonce = 9173751714664170166ULL, .seed_nbytes = 275, .seed = { 0x9a, 0xe6, 0x17, 0x58, 0x88, 0x02, 0xa3, 0xd1, 0x82, 0x8b, 0xda, 0x62, 0x3a, 0x00, 0xe6, 0x1a, 0x60, 0x20, 0x20, 0x16, 0x24, 0x43, 0x3c, 0x35, 0x80, 0x1f, 0x8b, 0xb7, 0x2f, 0x9e, 0x8a, 0x41, 0xc6, 0xc8, 0xbe, 0xc2, 0xba, 0x17, 0xc8, 0xa5, 0x79, 0x7c, 0x1a, 0x4e, 0x11, 0x6b, 0x40, 0xbb, 0xdd, 0x57, 0x4a, 0xad, 0xa7, 0x95, 0x66, 0xce, 0x05, 0x2c, 0x6f, 0x70, 0x73, 0x6a, 0xd4, 0xb6, 0xb6, 0x71, 0x59, 0xcf, 0x27, 0x76, 0x55, 0x08, 0x19, 0x47, 0xc2, 0x26, 0xc8, 0xc8, 0x4e, 0x66, 0x30, 0xc6, 0xe3, 0x24, 0x1e, 0x89, 0x7d, 0x6d, 0x1d, 0xaf, 0xb1, 0x84, 0xe8, 0x0b, 0x8d, 0x9c, 0x68, 0x4d, 0xbe, 0x6e, 0x7f, 0xb4, 0x0e, 0xe3, 0xbd, 0xaa, 0x59, 0x83, 0xd5, 0x94, 0x51, 0xb2, 0xd2, 0xe0, 0x98, 0x65, 0xa4, 0x7d, 0x23, 0x57, 0xf3, 0x9a, 0xad, 0x6f, 0x36, 0x3f, 0x7a, 0x4f, 0x51, 0x84, 0xa2, 0x33, 0x6c, 0xbf, 0x65, 0xd2, 0xa9, 0x66, 0xb6, 0xb4, 0xaa, 0xdc, 0x7c, 0x27, 0x9d, 0xce, 0x8c, 0xad, 0xff, 0x35, 0x07, 0x28, 0x82, 0x77, 0xc9, 0x8a, 0x0b, 0xa2, 0x35, 0x50, 0x47, 0x14, 0x00, 0x54, 0x22, 0x77, 0x17, 0xa5, 0x13, 0x0e, 0x7f, 0xbc, 0x74, 0x3c, 0x17, 0x23, 0xff, 0x1e, 0x4e, 0x3d, 0xeb, 0x9c, 0x36, 0xd7, 0xdf, 0x47, 0x6f, 0x0a, 0x7a, 0x06, 0xd3, 0x8f, 0x91, 0x3f, 0xdb, 0xc9, 0xf7, 0x1e, 0x4b, 0x06, 0xc2, 0x1a, 0x5b, 0x75, 0x76, 0xc3, 0xee, 0xeb, 0xb7, 0x8c, 0x7d, 0xc0, 0x42, 0x58, 0xf7, 0x24, 0xf5, 0x06, 0x3c, 0xcc, 0xef, 0x9c, 0xc1, 0xcf, 0x3f, 0x84, 0x9b, 0x78, 0x29, 0xa9, 0x37, 0xf6, 0x06, 0x1f, 0x8e, 0x78, 0x15, 0x0a, 0x7e, 0x70, 0x62, 0xb4, 0x4d, 0x5f, 0xcd, 0xa7, 0xe2, 0x21, 0x06, 0xb5, 0xcb, 0x15, 0x73, 0xc4, 0xc6, 0x55, 0xd5, 0xab, 0x2a, 0xbf, 0x5d, 0x53, 0xc8, 0x99, 0x51, 0xb0, 0xc5, 0xc7, 0x12, 0x78, 0x1d, 0x66, 0x1c, 0x0a, 0x55 } }; static const struct cckprng_op_reseed op_reseed_371 = { .hd = { .id = 351, .kind = OP_RESEED }, .nonce = 11444304825035119989ULL, .seed_nbytes = 160, .seed = { 0x40, 0xf9, 0x88, 0x84, 0xa9, 0x45, 0xc5, 0x35, 0x46, 0xfb, 0x13, 0xd7, 0x48, 0x43, 0x7f, 0xd7, 0xd4, 0x4a, 0x9b, 0x00, 0x80, 0xaa, 0x98, 0xc3, 0xcc, 0x68, 0xc7, 0xa0, 0x81, 0x07, 0xbf, 0x92, 0x8b, 0x58, 0x05, 0xf5, 0x79, 0xc0, 0xdc, 0x01, 0xd6, 0x01, 0x91, 0xd1, 0x41, 0x28, 0x46, 0xf1, 0x79, 0x6b, 0x4b, 0x02, 0xca, 0x74, 0xf8, 0x80, 0xbf, 0x88, 0x5b, 0x44, 0x20, 0x98, 0xf4, 0x3c, 0xcd, 0x0e, 0x74, 0x79, 0x32, 0xc9, 0xcf, 0x78, 0x15, 0xed, 0xe2, 0x00, 0x28, 0xa5, 0x8f, 0x62, 0x56, 0x9f, 0x79, 0xa0, 0x17, 0xa9, 0x8c, 0x56, 0x6c, 0x23, 0x81, 0x46, 0x5a, 0x96, 0xb0, 0x6e, 0x38, 0xe8, 0x77, 0x45, 0xa8, 0x87, 0xb6, 0x4b, 0xaa, 0x8b, 0x0d, 0x13, 0xde, 0xf2, 0x6e, 0xb7, 0x8e, 0x35, 0x12, 0x1b, 0x0b, 0xf7, 0x93, 0xaa, 0x16, 0x99, 0xe1, 0x7f, 0xc5, 0xff, 0xd3, 0x45, 0x03, 0x35, 0x8b, 0x48, 0x27, 0xb1, 0x20, 0x41, 0x59, 0x4c, 0x3c, 0x54, 0xb4, 0x36, 0x24, 0xcd, 0x3e, 0x14, 0x94, 0x28, 0x3a, 0x9c, 0x03, 0xaf, 0xbd, 0x65, 0xee, 0x99, 0xbd, 0xa4, 0x77, 0x49 } }; static const struct cckprng_op_generate op_init_372 = { .hd = { .id = 352, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0x61, 0x65, 0x35, 0xcc, 0x07, 0xed, 0xae, 0x72, 0x0a, 0x7a, 0xf6, 0x0d, 0x94, 0x89, 0x2b, 0xd2, 0x6c, 0x9f, 0x3a, 0x6c, 0xbc, 0xfc, 0x46, 0x8d, 0xf4, 0x92, 0x10, 0xb0, 0x38, 0x4a, 0x27, 0x4d, 0x3d, 0x90, 0x21, 0xc6, 0x3c, 0xef, 0xf9, 0x3e, 0xfd, 0x4a, 0x86, 0xac, 0x81, 0x22, 0x9b, 0x88, 0x9e, 0x80, 0x59, 0x5b, 0x86, 0xb8, 0x0c, 0x56, 0x14, 0x3e, 0x4a, 0x35, 0x01, 0x7f, 0x1f, 0xa3, 0xc5, 0xfc, 0xfd, 0xcd, 0xb0, 0xaa, 0x49, 0x62, 0x7f, 0xe7, 0x73, 0xc9, 0xa0, 0x2e } } }; static const struct cckprng_op_refresh op_refresh_373 = { .hd = { .id = 353, .kind = OP_REFRESH }, .rand = 5313817329939302015ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_374 = { .hd = { .id = 354, .kind = OP_REFRESH }, .rand = 7601771747001771397ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_375 = { .hd = { .id = 355, .kind = OP_RESEED }, .nonce = 15337522615068671850ULL, .seed_nbytes = 130, .seed = { 0xc5, 0xad, 0xec, 0xe6, 0x43, 0x4f, 0xd7, 0x08, 0x2e, 0xdf, 0x6c, 0xa8, 0x03, 0x95, 0x2d, 0x18, 0xe8, 0x3e, 0x7e, 0xd6, 0xd4, 0x67, 0x7a, 0xd7, 0xbd, 0xf6, 0x44, 0x04, 0x9b, 0x4a, 0x13, 0x0d, 0x4d, 0x11, 0xca, 0x15, 0x85, 0xe4, 0x16, 0x83, 0xef, 0xf4, 0xd4, 0x7e, 0xc3, 0xda, 0x73, 0xfc, 0xf2, 0x23, 0xd8, 0x95, 0x45, 0xb6, 0xb8, 0x7e, 0x2d, 0x81, 0x8c, 0x3d, 0xc6, 0x48, 0x57, 0xed, 0x7f, 0xaf, 0x11, 0xd6, 0xaa, 0x57, 0xef, 0x3f, 0x52, 0x36, 0x2b, 0xff, 0x4d, 0x18, 0x13, 0xbb, 0x63, 0xda, 0xab, 0x35, 0x75, 0xd9, 0x82, 0x54, 0xc0, 0xf4, 0x6c, 0x59, 0xba, 0x98, 0x37, 0x21, 0x77, 0x14, 0x66, 0xde, 0xab, 0x59, 0x2f, 0x32, 0x46, 0xda, 0xdb, 0x26, 0x02, 0xcf, 0xbd, 0x41, 0xbf, 0x2d, 0x00, 0x16, 0x68, 0x0a, 0x2f, 0xf3, 0x48, 0x54, 0x76, 0x06, 0xae, 0xc2, 0xb8, 0xc8, 0x8e, 0xbb } }; static const struct cckprng_op_generate op_init_376 = { .hd = { .id = 356, .kind = OP_GENERATE }, .rand_nbytes = 228, .out = { .rand = { 0xdf, 0x75, 0xc8, 0x1a, 0x0f, 0x78, 0x92, 0x55, 0x3d, 0x16, 0x8b, 0xd9, 0x64, 0xf8, 0x66, 0x9a, 0x2a, 0x29, 0xf5, 0x32, 0xe5, 0xff, 0x75, 0x60, 0xdb, 0x53, 0xd9, 0x49, 0x50, 0x94, 0xa6, 0x9f, 0x4e, 0x6b, 0x9e, 0x51, 0xa2, 0x61, 0xa2, 0x8c, 0x4c, 0x7e, 0xbb, 0x9c, 0x18, 0x25, 0x2f, 0xa4, 0x07, 0xcd, 0xd3, 0x25, 0xda, 0xd2, 0x25, 0xb7, 0x72, 0x1d, 0x0c, 0x6c, 0xf4, 0x32, 0x58, 0xc6, 0x54, 0x08, 0xe7, 0x0b, 0xc3, 0x6b, 0xb3, 0xd7, 0x0a, 0x94, 0x00, 0x4a, 0xaf, 0x68, 0xf3, 0xd3, 0x3e, 0x8b, 0x05, 0xc4, 0x61, 0x89, 0x47, 0x44, 0x47, 0x03, 0xbe, 0xfc, 0x30, 0x90, 0xe5, 0x32, 0xa2, 0x5d, 0x50, 0x54, 0x33, 0x8d, 0xce, 0x46, 0x87, 0x74, 0x03, 0x5c, 0xf3, 0x5c, 0x4e, 0xaa, 0x98, 0x19, 0x89, 0x6a, 0xc8, 0x9d, 0xe7, 0xe7, 0x5a, 0x40, 0xeb, 0x2f, 0x79, 0x4a, 0x03, 0xac, 0xd6, 0xed, 0xec, 0x49, 0x9c, 0xa1, 0x22, 0x93, 0x18, 0xbd, 0xb5, 0x07, 0x81, 0xcf, 0xba, 0xbf, 0x32, 0x14, 0x4f, 0x36, 0x31, 0xa2, 0x1b, 0x89, 0xae, 0x58, 0xbe, 0xf5, 0xc9, 0x27, 0x6c, 0x9c, 0x5a, 0x4c, 0xf6, 0x57, 0x26, 0xa6, 0x59, 0x9e, 0x78, 0x0f, 0x8f, 0x53, 0xf4, 0x37, 0x1e, 0xc4, 0xab, 0xe7, 0xca, 0x86, 0x51, 0x26, 0x6c, 0x83, 0x07, 0xcd, 0xea, 0x22, 0x6a, 0x63, 0x7d, 0xca, 0x95, 0xec, 0xac, 0x84, 0x6e, 0xa4, 0xf0, 0x78, 0x89, 0x23, 0x9b, 0x45, 0xd5, 0xd8, 0xf2, 0x61, 0x99, 0xf3, 0x00, 0x5e, 0xa4, 0x1b, 0xd4, 0x0b, 0x43, 0x93, 0xc1, 0xea, 0x97, 0x14, 0xbb, 0x40, 0xd3, 0xe9, 0x62, 0x98 } } }; static const struct cckprng_op *ops_377[] = { (const struct cckprng_op *)&op_init_361, (const struct cckprng_op *)&op_init_362, (const struct cckprng_op *)&op_init_363, (const struct cckprng_op *)&op_init_364, (const struct cckprng_op *)&op_refresh_365, (const struct cckprng_op *)&op_init_366, (const struct cckprng_op *)&op_reseed_367, (const struct cckprng_op *)&op_reseed_368, (const struct cckprng_op *)&op_init_369, (const struct cckprng_op *)&op_reseed_370, (const struct cckprng_op *)&op_reseed_371, (const struct cckprng_op *)&op_init_372, (const struct cckprng_op *)&op_refresh_373, (const struct cckprng_op *)&op_refresh_374, (const struct cckprng_op *)&op_reseed_375, (const struct cckprng_op *)&op_init_376 }; static const struct cckprng_vector vec_378 = { .id = 357, .note = NULL, .nops = 16, .ops = ops_377 }; static const struct cckprng_op_init op_init_379 = { .hd = { .id = 358, .kind = OP_INIT }, .seed = { 0x3d, 0xeb, 0xba, 0x2e, 0x47, 0x8f, 0xcc, 0x55, 0xd0, 0x13, 0xb3, 0x52, 0xec, 0x22, 0x59, 0x0d, 0x8c, 0x78, 0x9b, 0x1c, 0x92, 0xe8, 0x5e, 0xea, 0xf0, 0xd5, 0x3c, 0x3f, 0x4d, 0x47, 0x42, 0x55 }, .nonce = { 0xa1, 0xe5, 0xf3, 0x45, 0xfe, 0xa4, 0xde, 0xe6 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_380 = { .hd = { .id = 359, .kind = OP_REFRESH }, .rand = 9509153198239087537ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_381 = { .hd = { .id = 360, .kind = OP_REFRESH }, .rand = 5287775039640589319ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_382 = { .hd = { .id = 361, .kind = OP_RESEED }, .nonce = 2801889120832194245ULL, .seed_nbytes = 258, .seed = { 0x58, 0x2b, 0xda, 0x3d, 0xd5, 0x5c, 0xe8, 0x03, 0x7a, 0xff, 0xfe, 0x27, 0xfe, 0xc4, 0x62, 0x61, 0xa5, 0xa9, 0xdf, 0x3e, 0x20, 0x81, 0x4b, 0x73, 0xe9, 0x56, 0xb9, 0x56, 0xb8, 0xd3, 0x45, 0x8e, 0x43, 0x8b, 0x2d, 0x9c, 0x9a, 0x48, 0x10, 0x23, 0x69, 0x68, 0x3f, 0x23, 0xde, 0x96, 0x6a, 0x56, 0xd7, 0x60, 0x47, 0xdc, 0x25, 0x65, 0x0c, 0x40, 0x04, 0xe4, 0x63, 0x26, 0x6d, 0xe3, 0x6d, 0x2d, 0x18, 0xba, 0x02, 0x0d, 0xd5, 0x9e, 0xe0, 0x52, 0x27, 0x0d, 0x2a, 0x4c, 0xad, 0xe7, 0x90, 0x77, 0x29, 0x1f, 0x09, 0x22, 0xac, 0xcb, 0x66, 0xf2, 0x9c, 0x3d, 0x03, 0x98, 0x2f, 0xb4, 0x1e, 0x67, 0x37, 0x9a, 0x5e, 0xb6, 0xe8, 0x25, 0xb6, 0x8f, 0x66, 0x13, 0x3f, 0x3b, 0xb0, 0x2a, 0xff, 0xf6, 0x45, 0xac, 0xb8, 0xf7, 0x78, 0x1c, 0x6c, 0x5a, 0xdf, 0x06, 0x1a, 0x1d, 0x68, 0x95, 0xe5, 0x79, 0x3d, 0xf6, 0x6e, 0x92, 0xd1, 0xfa, 0x9a, 0xcd, 0x68, 0x2d, 0x20, 0x54, 0x03, 0x40, 0x3a, 0xeb, 0x89, 0x5b, 0x85, 0x90, 0xb4, 0xae, 0x81, 0xe9, 0xdd, 0x09, 0xeb, 0xc9, 0x93, 0xcc, 0xad, 0x5d, 0xa6, 0xd0, 0x8e, 0x2c, 0xb6, 0x2a, 0xbc, 0x94, 0xee, 0x4a, 0x1c, 0x21, 0x23, 0x2d, 0x59, 0x1b, 0x85, 0x64, 0xcd, 0x22, 0xbd, 0xa6, 0x2c, 0xd4, 0x2d, 0x1d, 0x69, 0x0f, 0x0f, 0x99, 0x0c, 0x93, 0x89, 0xb4, 0xe9, 0x1d, 0xca, 0x92, 0xa1, 0xb9, 0xd5, 0x9a, 0x5f, 0x58, 0x87, 0x0f, 0x78, 0xff, 0xeb, 0xd5, 0xe9, 0xd4, 0xa6, 0xea, 0x2e, 0x0c, 0x4b, 0xd4, 0xbe, 0x73, 0x82, 0x7d, 0xe2, 0xfa, 0x41, 0xb9, 0x99, 0x96, 0x81, 0xb1, 0x26, 0x3d, 0x34, 0xd4, 0xc7, 0xaf, 0x18, 0x6d, 0x50, 0xd1, 0x39, 0x71, 0xec, 0x8a, 0x76, 0xd7, 0xa8, 0xcf, 0xfd, 0x2b, 0x4f, 0x64, 0xb5, 0xbd, 0x89, 0x1c, 0x3a, 0x8e } }; static const struct cckprng_op_refresh op_refresh_383 = { .hd = { .id = 362, .kind = OP_REFRESH }, .rand = 9974569713402306853ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_384 = { .hd = { .id = 363, .kind = OP_RESEED }, .nonce = 11324837295948782086ULL, .seed_nbytes = 233, .seed = { 0x00, 0xf9, 0xd0, 0x2d, 0xb8, 0x49, 0xb2, 0xda, 0x2a, 0xec, 0x71, 0x78, 0x04, 0xf9, 0x09, 0xf5, 0xf0, 0xd0, 0x3e, 0xea, 0x0c, 0xae, 0xa6, 0x2c, 0xc3, 0x29, 0x6d, 0xd3, 0x75, 0x05, 0x60, 0xdc, 0x5a, 0x59, 0x10, 0xb0, 0x40, 0xb7, 0x02, 0xbf, 0x3f, 0xe2, 0xa7, 0xad, 0x7e, 0x61, 0x28, 0x91, 0x95, 0xb6, 0x5b, 0x8a, 0xbd, 0x1d, 0x6b, 0x34, 0x58, 0xf8, 0xce, 0x23, 0x14, 0x59, 0xae, 0xad, 0x5a, 0x8a, 0xfd, 0x33, 0xc4, 0x29, 0xe0, 0x2c, 0xc9, 0x2e, 0xcd, 0x59, 0x99, 0xd6, 0x4e, 0x90, 0xa5, 0x6a, 0xe2, 0x84, 0xe7, 0x78, 0xf8, 0xd5, 0xed, 0x99, 0x2c, 0xdc, 0x6e, 0x55, 0x40, 0xf0, 0xcd, 0x64, 0xc6, 0xe2, 0x46, 0x01, 0xfa, 0xb1, 0xe3, 0xb1, 0xe7, 0x4a, 0x33, 0x4c, 0xe8, 0xa5, 0x04, 0x94, 0x77, 0xf5, 0xa2, 0x55, 0x58, 0x45, 0x08, 0xeb, 0xc3, 0x6b, 0xe7, 0x4e, 0xbd, 0x21, 0x4b, 0x07, 0x0e, 0x05, 0x15, 0xcb, 0x3d, 0xce, 0xe5, 0x79, 0x92, 0x1e, 0x2b, 0xf6, 0xa1, 0xd7, 0x08, 0x4f, 0x8a, 0xf7, 0x08, 0x50, 0xd0, 0x6a, 0x92, 0x3d, 0x24, 0x48, 0xe4, 0xad, 0x66, 0x24, 0x58, 0xfb, 0xdf, 0x3c, 0x03, 0xce, 0x18, 0x38, 0xa8, 0x24, 0x6b, 0xa6, 0x0c, 0x4d, 0xb0, 0xa3, 0xca, 0x6a, 0xc5, 0x25, 0x24, 0x7a, 0x0a, 0x9d, 0x60, 0x50, 0xee, 0x74, 0xe9, 0xc5, 0xa6, 0xda, 0x23, 0x20, 0xa8, 0xbd, 0x06, 0x08, 0xfe, 0x6b, 0x0e, 0x25, 0x47, 0x54, 0xff, 0x26, 0x25, 0x66, 0x51, 0xf4, 0xa7, 0xda, 0x0b, 0xa2, 0x47, 0xc0, 0x4c, 0x6a, 0xa6, 0x44, 0x48, 0xd8, 0xfc, 0x65, 0x95, 0x81, 0xe5, 0xcc, 0x9a, 0x85, 0x11, 0x4c, 0x76 } }; static const struct cckprng_op_reseed op_reseed_385 = { .hd = { .id = 364, .kind = OP_RESEED }, .nonce = 4617311596812056035ULL, .seed_nbytes = 84, .seed = { 0x26, 0x8f, 0xac, 0xbb, 0xde, 0x2a, 0xa0, 0x46, 0x69, 0x1f, 0x0e, 0xc5, 0xb8, 0x24, 0x9a, 0xcb, 0x30, 0x91, 0x88, 0x1d, 0x40, 0x85, 0x29, 0x25, 0x0c, 0x3b, 0x4b, 0xf8, 0xdb, 0xcb, 0xf0, 0x56, 0x56, 0x11, 0x06, 0x12, 0x8f, 0x91, 0x87, 0x8e, 0x16, 0x89, 0x82, 0xef, 0x81, 0xf2, 0xb5, 0x34, 0x6e, 0x95, 0xfa, 0x7e, 0xd3, 0x94, 0xb5, 0x29, 0x3d, 0x0d, 0x65, 0x8f, 0x17, 0x6f, 0x6f, 0xc2, 0x6c, 0x22, 0xf1, 0xd8, 0xa1, 0x87, 0xa3, 0x84, 0x7e, 0x5e, 0xf3, 0x6d, 0xe1, 0xaf, 0x0c, 0xf3, 0xa8, 0xef, 0x67, 0xbe } }; static const struct cckprng_op_generate op_init_386 = { .hd = { .id = 365, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0x12, 0xd3, 0xa3, 0xed, 0xd0, 0x2a, 0x5b, 0xa0, 0xec, 0x3a, 0x93, 0x8a, 0xc6, 0x6c, 0x7b, 0x5c, 0xc4, 0x4a, 0x72, 0x5f, 0xc4, 0x81, 0xc8, 0x71, 0x10, 0x62, 0xb7, 0x5e, 0xdd, 0xe7, 0xe6, 0xe0, 0xeb, 0x5f, 0xfc, 0xb3, 0x3c, 0x53, 0x39, 0x44, 0xc9, 0xd6, 0xab, 0x30, 0xa9, 0x9c, 0x58, 0xa6, 0xf3, 0xf4, 0x14, 0xff, 0xaa, 0x9a, 0x58, 0x75, 0x4f, 0xc9, 0x08, 0x9c, 0x7e, 0x03, 0x75, 0x70, 0x6c, 0x02, 0x11, 0x1c, 0xcd, 0x08, 0x18, 0xed, 0x31, 0x5a, 0x45, 0xac, 0x87, 0x86, 0x53, 0x20, 0x41, 0x6a, 0xbd, 0x16, 0x83, 0xdf, 0x0b, 0xae, 0x40, 0x5a, 0xa6, 0x10, 0x88, 0x88, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_387 = { .hd = { .id = 366, .kind = OP_REFRESH }, .rand = 4613890964941910207ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_388 = { .hd = { .id = 367, .kind = OP_REFRESH }, .rand = 12832887935668187142ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_389 = { .hd = { .id = 368, .kind = OP_REFRESH }, .rand = 10479599903847578898ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_390 = { .hd = { .id = 369, .kind = OP_RESEED }, .nonce = 11123145477644199455ULL, .seed_nbytes = 207, .seed = { 0xf0, 0x94, 0x1d, 0xc3, 0xc9, 0x2b, 0xa5, 0x37, 0xa2, 0x6a, 0xb2, 0x2e, 0x5f, 0x2e, 0xd1, 0x01, 0x78, 0xdc, 0x95, 0xc0, 0x6a, 0xe8, 0xd6, 0x25, 0x01, 0x94, 0x08, 0x6f, 0x4f, 0xf9, 0x5c, 0xd9, 0x3a, 0xa1, 0x2b, 0xae, 0x70, 0x90, 0xc2, 0xb7, 0xcd, 0xbb, 0xfc, 0x82, 0x8a, 0xc5, 0x6a, 0x72, 0x98, 0x03, 0x33, 0x91, 0xca, 0x18, 0x2e, 0x8c, 0xc2, 0x14, 0xef, 0x9e, 0xe0, 0xe8, 0xcb, 0x7d, 0xdb, 0xff, 0xd3, 0x53, 0xb3, 0x86, 0x62, 0x74, 0xa6, 0xe0, 0xb7, 0x15, 0x22, 0xf6, 0x3e, 0x7a, 0xf6, 0x0a, 0x50, 0xfd, 0x59, 0x1d, 0x6b, 0x67, 0x28, 0xe8, 0xd3, 0x5e, 0x89, 0x37, 0x54, 0xb0, 0x35, 0x90, 0x2d, 0xfb, 0x74, 0xfd, 0x21, 0xea, 0xfc, 0x38, 0x85, 0x19, 0xa1, 0x2e, 0x5b, 0xc2, 0x5e, 0x0f, 0x97, 0x23, 0xcd, 0x34, 0x1e, 0x2a, 0x57, 0xb6, 0xde, 0x75, 0x7e, 0xa8, 0xfd, 0x81, 0xd1, 0x02, 0x39, 0x6e, 0x38, 0xe0, 0x52, 0x77, 0xe3, 0x0c, 0xa3, 0x20, 0x6e, 0x7b, 0x20, 0x2a, 0x54, 0xd9, 0x82, 0x5f, 0x4f, 0x76, 0x33, 0x77, 0x88, 0xe3, 0xa3, 0x36, 0xec, 0x3e, 0xd4, 0x94, 0x64, 0xac, 0x5b, 0x61, 0xc3, 0x9e, 0x73, 0x33, 0x46, 0x3f, 0x4e, 0x83, 0x48, 0x50, 0x7d, 0x08, 0x60, 0xf5, 0x80, 0xbf, 0xfc, 0x20, 0x09, 0x92, 0xda, 0x70, 0x41, 0x15, 0x5b, 0x15, 0x60, 0xbc, 0x10, 0x44, 0x55, 0xe0, 0x69, 0xf1, 0xcf, 0xf6, 0x36, 0xdc, 0xf0, 0xb6, 0xb0, 0x09, 0x41 } }; static const struct cckprng_op_refresh op_refresh_391 = { .hd = { .id = 370, .kind = OP_REFRESH }, .rand = 1525689397026922330ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_392 = { .hd = { .id = 371, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0xb3, 0x7c, 0x0f, 0xf1, 0x23, 0x28, 0x6c, 0xc9, 0x8a, 0x14, 0x30, 0xd6, 0x56, 0x66, 0xd7, 0xd4, 0x69, 0xe6, 0x0b, 0xce, 0xf5, 0xf7, 0x36, 0x1f, 0xa1, 0x14, 0x14, 0x7f, 0xf3, 0xe4, 0x4c, 0x7a, 0x66, 0xd8, 0xac, 0xf3, 0x67, 0x60, 0x95, 0x1d, 0x23, 0xdf, 0x96, 0x0d, 0x52, 0x34, 0x0f, 0x8b, 0xd3, 0x56, 0xb0, 0x7c, 0x39, 0xf1, 0x14, 0x07, 0x02, 0x4d, 0x5c, 0x98, 0xd2, 0x0c, 0xf8, 0x15, 0x94, 0xcb, 0x1a, 0x2c, 0x47, 0x79, 0x19, 0x09, 0x71, 0x30, 0x45, 0x1c, 0x17, 0x36, 0xc4, 0x65, 0x50, 0x6e, 0x27, 0x8b, 0x12, 0xa7, 0xb1, 0xb9, 0xda, 0xdb, 0x01, 0x1e, 0x33, 0x3c, 0xf7, 0x2b, 0x04, 0x8a, 0x09, 0x07, 0x5b, 0xf1, 0xdd, 0x98, 0x24, 0x9a, 0x38, 0xb3, 0x01, 0xb2, 0xd0, 0x56, 0x32, 0x04, 0xdc, 0x77, 0x74, 0x27, 0x10, 0xd7, 0x5a, 0x3e, 0x93, 0x9b, 0xfa, 0x40, 0x54, 0xa1, 0xbb, 0x24, 0xa4, 0x25, 0x75, 0x2f, 0x90, 0x4c, 0x54, 0x52, 0xf7 } } }; static const struct cckprng_op_refresh op_refresh_393 = { .hd = { .id = 372, .kind = OP_REFRESH }, .rand = 9819351659706320416ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_394 = { .hd = { .id = 373, .kind = OP_REFRESH }, .rand = 1783504213194160027ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_395[] = { (const struct cckprng_op *)&op_init_379, (const struct cckprng_op *)&op_refresh_380, (const struct cckprng_op *)&op_refresh_381, (const struct cckprng_op *)&op_reseed_382, (const struct cckprng_op *)&op_refresh_383, (const struct cckprng_op *)&op_reseed_384, (const struct cckprng_op *)&op_reseed_385, (const struct cckprng_op *)&op_init_386, (const struct cckprng_op *)&op_refresh_387, (const struct cckprng_op *)&op_refresh_388, (const struct cckprng_op *)&op_refresh_389, (const struct cckprng_op *)&op_reseed_390, (const struct cckprng_op *)&op_refresh_391, (const struct cckprng_op *)&op_init_392, (const struct cckprng_op *)&op_refresh_393, (const struct cckprng_op *)&op_refresh_394 }; static const struct cckprng_vector vec_396 = { .id = 374, .note = NULL, .nops = 16, .ops = ops_395 }; static const struct cckprng_op_init op_init_397 = { .hd = { .id = 375, .kind = OP_INIT }, .seed = { 0x35, 0xcd, 0xe3, 0xbd, 0xb5, 0xf6, 0x62, 0x5c, 0x57, 0xd5, 0xb2, 0x18, 0xed, 0xee, 0xba, 0xf0, 0x9e, 0x5c, 0xc0, 0xae, 0x1b, 0xcd, 0xcb, 0x78, 0xb3, 0x28, 0x52, 0x3c, 0xe3, 0x1c, 0x88, 0xb5 }, .nonce = { 0x0a, 0xf7, 0x1a, 0x9e, 0x6e, 0x38, 0x4c, 0x6b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_398 = { .hd = { .id = 376, .kind = OP_GENERATE }, .rand_nbytes = 44, .out = { .rand = { 0x4c, 0x93, 0x75, 0x3b, 0x39, 0x5b, 0xd6, 0xc9, 0x6c, 0xf7, 0x3f, 0x95, 0xee, 0xe0, 0x0b, 0x8d, 0x45, 0xd4, 0x7e, 0xec, 0x0c, 0x1e, 0xcb, 0x60, 0x50, 0x25, 0x52, 0x67, 0x69, 0x8c, 0x51, 0x76, 0xa8, 0xa7, 0x62, 0x46, 0xd0, 0x12, 0x72, 0x80, 0x64, 0x1f, 0xe6, 0x13 } } }; static const struct cckprng_op_generate op_init_399 = { .hd = { .id = 377, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0xf4, 0x53, 0xe1, 0x31, 0xcd, 0xc5, 0x57, 0xe7, 0xa7, 0xcd, 0x8c, 0x8d, 0xf0, 0x00, 0x73, 0xf0, 0xb2, 0xd2, 0xcc, 0xee, 0xfc, 0xfa, 0x4d, 0xaf, 0x91, 0xfb, 0x57, 0xa6, 0x5e, 0x23, 0x79, 0x41, 0x20, 0x96, 0x57, 0xa0, 0x84, 0xf0, 0x90, 0x6a, 0x35, 0xe0, 0x3d, 0xc3, 0x54, 0x72, 0x6f, 0xa6, 0xd6, 0x20 } } }; static const struct cckprng_op_refresh op_refresh_400 = { .hd = { .id = 378, .kind = OP_REFRESH }, .rand = 211722499644148952ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_401 = { .hd = { .id = 379, .kind = OP_RESEED }, .nonce = 199975312157306876ULL, .seed_nbytes = 130, .seed = { 0xfe, 0x5c, 0xf6, 0x24, 0x79, 0x5a, 0xc1, 0x10, 0x5a, 0x5c, 0x27, 0x32, 0xbe, 0x49, 0xa7, 0xee, 0x63, 0x4c, 0xf0, 0xb2, 0xa2, 0xb9, 0x19, 0x05, 0x07, 0xbf, 0xc5, 0x12, 0x76, 0x25, 0xb1, 0x6e, 0x86, 0x10, 0x59, 0x6c, 0x3a, 0xe9, 0xba, 0x7a, 0x31, 0x03, 0x91, 0x42, 0x1c, 0xb3, 0x07, 0x1f, 0xd1, 0xde, 0x95, 0x74, 0x9f, 0x42, 0xe6, 0xe4, 0xfc, 0x57, 0x18, 0x0c, 0x0a, 0x0c, 0x4d, 0x32, 0xcd, 0x1b, 0x93, 0xaa, 0xae, 0xb1, 0xe3, 0x03, 0x38, 0x72, 0xd2, 0x62, 0x15, 0xac, 0xed, 0x09, 0x99, 0x62, 0xe4, 0x02, 0x84, 0xde, 0x3c, 0x18, 0x7e, 0xf6, 0x09, 0x46, 0x82, 0x32, 0x6a, 0xb5, 0x01, 0x32, 0x6f, 0xad, 0xb9, 0x99, 0x7f, 0xd2, 0xb6, 0x53, 0xdd, 0x4c, 0x46, 0x56, 0xe6, 0xaf, 0x6e, 0xa1, 0xfa, 0x40, 0xef, 0xe9, 0xcc, 0xed, 0x9f, 0x0e, 0x66, 0x65, 0x5b, 0xce, 0xe7, 0x0a, 0x6b, 0xfa } }; static const struct cckprng_op_reseed op_reseed_402 = { .hd = { .id = 380, .kind = OP_RESEED }, .nonce = 17424908399630645244ULL, .seed_nbytes = 46, .seed = { 0x49, 0xfd, 0x72, 0xc0, 0x57, 0x88, 0x63, 0x6f, 0xa9, 0x7d, 0xbd, 0x12, 0x9e, 0x18, 0x3b, 0xd4, 0x00, 0x66, 0x08, 0xd7, 0x87, 0xa2, 0xeb, 0x13, 0xb2, 0x62, 0xdb, 0x93, 0xf3, 0x3e, 0xa8, 0xda, 0x03, 0xc7, 0xe6, 0xd2, 0xb0, 0xa1, 0x60, 0x62, 0x28, 0xba, 0x64, 0x26, 0x86, 0xde } }; static const struct cckprng_op_refresh op_refresh_403 = { .hd = { .id = 381, .kind = OP_REFRESH }, .rand = 9500612376745374943ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_404 = { .hd = { .id = 382, .kind = OP_GENERATE }, .rand_nbytes = 106, .out = { .rand = { 0x6c, 0x23, 0x9b, 0x76, 0x13, 0xa3, 0xf2, 0xa7, 0xd9, 0xe4, 0x18, 0xf5, 0xc9, 0x7c, 0x21, 0x80, 0x71, 0xf7, 0x45, 0x7f, 0xdb, 0x6e, 0x29, 0x14, 0xbe, 0x35, 0xd2, 0xbd, 0xa7, 0xad, 0x5d, 0x01, 0x38, 0xb7, 0x31, 0x04, 0xcb, 0x5a, 0x98, 0x4e, 0x8c, 0x86, 0x22, 0xbb, 0xe5, 0xa4, 0xab, 0x5e, 0xb7, 0xa7, 0xdb, 0x4a, 0x00, 0xb7, 0x78, 0xd2, 0x5f, 0xfd, 0xc2, 0x39, 0xec, 0x73, 0x92, 0x3e, 0x23, 0xda, 0xf9, 0x1f, 0x30, 0x79, 0x57, 0xa8, 0x60, 0x27, 0x76, 0x5e, 0x15, 0x0d, 0x01, 0x8e, 0xe2, 0x26, 0xd5, 0xf9, 0x86, 0xa2, 0x89, 0x8b, 0xff, 0x60, 0xcb, 0xe9, 0x6b, 0xcf, 0x11, 0xf3, 0xe8, 0x59, 0x7b, 0x70, 0xb8, 0x6f, 0xdb, 0x42, 0xf7, 0xdd } } }; static const struct cckprng_op_reseed op_reseed_405 = { .hd = { .id = 383, .kind = OP_RESEED }, .nonce = 10298966229456273799ULL, .seed_nbytes = 186, .seed = { 0x43, 0x83, 0x54, 0x93, 0x0e, 0xfc, 0x1c, 0xc1, 0x7a, 0x21, 0xf9, 0xd5, 0x63, 0x28, 0x71, 0x79, 0xfd, 0x4c, 0x31, 0xf0, 0x9c, 0xa6, 0x52, 0x70, 0x2a, 0x6c, 0x23, 0x65, 0x72, 0xbc, 0x0a, 0xf6, 0x04, 0xf7, 0x6d, 0x2e, 0x8d, 0xf4, 0xbd, 0x5c, 0xd7, 0x9a, 0xe7, 0x79, 0xc3, 0x5d, 0x77, 0xcc, 0x02, 0xa2, 0x99, 0x29, 0x83, 0x48, 0x92, 0xbc, 0x03, 0x43, 0x69, 0xff, 0xd1, 0x36, 0xc5, 0xed, 0xd8, 0x93, 0x84, 0xd4, 0x9c, 0x73, 0x7d, 0x54, 0xca, 0xbb, 0xc2, 0xf9, 0xc3, 0x1c, 0x5f, 0xce, 0xb4, 0xe6, 0x49, 0xbf, 0x3d, 0x22, 0xcd, 0x46, 0xad, 0x87, 0x37, 0x4f, 0x48, 0xa1, 0x43, 0x20, 0x12, 0x9f, 0xff, 0x8c, 0x20, 0xbe, 0x86, 0x91, 0x3f, 0x69, 0xb7, 0xf9, 0x5d, 0x79, 0x49, 0x47, 0xfa, 0x93, 0x74, 0x58, 0x67, 0x48, 0x2b, 0x67, 0x75, 0xca, 0xb7, 0xe2, 0x7a, 0xab, 0x4d, 0x8c, 0x75, 0x0b, 0x4f, 0xa8, 0x87, 0x69, 0x85, 0xa7, 0xe6, 0x34, 0x43, 0x27, 0x7d, 0x78, 0x78, 0xbc, 0xef, 0x0e, 0xd8, 0x63, 0x2e, 0x27, 0x76, 0xef, 0x09, 0x52, 0x8f, 0x59, 0xbf, 0xed, 0xf2, 0xeb, 0x71, 0x2d, 0x52, 0x9f, 0xd6, 0xf1, 0x94, 0xf2, 0x8e, 0x20, 0xef, 0x36, 0x57, 0xda, 0xb4, 0x7f, 0x5c, 0x42, 0xd7, 0xe3, 0xca, 0xaa, 0x66, 0x10, 0x61, 0x38 } }; static const struct cckprng_op_generate op_init_406 = { .hd = { .id = 384, .kind = OP_GENERATE }, .rand_nbytes = 217, .out = { .rand = { 0x5a, 0xea, 0xb4, 0xed, 0x73, 0xfe, 0xdc, 0x19, 0x88, 0x8a, 0x36, 0xf2, 0xd2, 0x99, 0xa2, 0x42, 0xdd, 0x8b, 0x30, 0xf1, 0x61, 0xd1, 0xfb, 0xe4, 0xd5, 0xca, 0x72, 0x1f, 0xa9, 0x39, 0x58, 0x29, 0xe5, 0x21, 0x6c, 0x42, 0x1e, 0x49, 0x25, 0x69, 0x8b, 0x9b, 0xdc, 0xe5, 0xf8, 0xc1, 0x02, 0x19, 0x0e, 0xa0, 0x0e, 0x4a, 0x58, 0xbc, 0x60, 0x8c, 0x33, 0xa6, 0xf4, 0x78, 0x9b, 0x02, 0x76, 0xa3, 0x1b, 0xe4, 0x3d, 0xbc, 0x39, 0x20, 0xd5, 0x4b, 0x02, 0x43, 0xa2, 0xe3, 0x5f, 0x58, 0x98, 0x19, 0x0b, 0x8b, 0x2e, 0x1a, 0x82, 0x09, 0x5d, 0x4d, 0xc9, 0x5d, 0x42, 0x4d, 0x12, 0xb3, 0x71, 0xc3, 0xde, 0xa7, 0x44, 0xfc, 0x03, 0x11, 0xbc, 0xbc, 0x4c, 0x33, 0xc5, 0xd8, 0xd8, 0xc9, 0x52, 0x1a, 0x30, 0xc8, 0xd2, 0x4d, 0x9d, 0xa2, 0x91, 0x6b, 0x29, 0x13, 0x3c, 0x53, 0x7c, 0x25, 0xa0, 0x0e, 0x8c, 0x5a, 0x06, 0xa8, 0xec, 0xcc, 0xf3, 0xba, 0x9c, 0x8f, 0x1c, 0x63, 0x09, 0x53, 0x30, 0xed, 0xb8, 0xf5, 0x68, 0x37, 0x1c, 0xb1, 0x13, 0xa3, 0xdd, 0xcf, 0x70, 0x2d, 0xee, 0xa1, 0x5f, 0xca, 0x2b, 0xb6, 0x87, 0xc6, 0x1b, 0xa9, 0x32, 0xf8, 0xaa, 0x70, 0x17, 0x81, 0x76, 0x17, 0x3b, 0xa7, 0x6c, 0x23, 0xcb, 0x6c, 0xcb, 0x4c, 0x25, 0x4a, 0x7b, 0xde, 0x26, 0xed, 0x7e, 0x0c, 0x95, 0xbd, 0x7d, 0x3f, 0x02, 0x99, 0x91, 0x94, 0x05, 0x9f, 0x4a, 0xf7, 0x28, 0x1f, 0xea, 0xb6, 0x32, 0x10, 0xad, 0x96, 0x29, 0x5e, 0xbf, 0xf1, 0xb0, 0xc5, 0x92 } } }; static const struct cckprng_op_reseed op_reseed_407 = { .hd = { .id = 385, .kind = OP_RESEED }, .nonce = 5024032666294702752ULL, .seed_nbytes = 52, .seed = { 0x3b, 0x8b, 0x7f, 0xfe, 0xc0, 0x5a, 0xfd, 0x8b, 0xde, 0xa1, 0x5d, 0x6c, 0xd2, 0x42, 0xbb, 0x0b, 0x0e, 0x8d, 0xef, 0xa9, 0xa7, 0xeb, 0x9e, 0x1b, 0xe4, 0x95, 0xfb, 0xbd, 0x9f, 0x9a, 0xa8, 0x12, 0x24, 0x9d, 0xfc, 0x8e, 0xa5, 0x3c, 0x22, 0x1d, 0x80, 0x6e, 0xa6, 0x4b, 0x81, 0x35, 0x5b, 0x63, 0x92, 0x0f, 0xc8, 0xce } }; static const struct cckprng_op_generate op_init_408 = { .hd = { .id = 386, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0xb9, 0x14, 0x50, 0x25, 0x36, 0x95, 0x96, 0x6f, 0x37, 0x03, 0x98, 0x8b, 0x67, 0x5c, 0xd2, 0xb0, 0xbc, 0x7f, 0x4e, 0xad, 0x05, 0x7e, 0xe3, 0xd4, 0x8d, 0x73, 0x23, 0xd9, 0xcd, 0xb8, 0x38, 0xa1, 0xda, 0x3a, 0xc1, 0x4f, 0x8c, 0xb7, 0xe1, 0x22, 0xec, 0x39, 0x26, 0xac, 0xbe, 0x79, 0x76, 0x18, 0x27, 0x28, 0x62, 0x7d, 0x02, 0x84, 0x0a, 0x26, 0xd9, 0x79, 0x3c, 0x81, 0x56, 0xef, 0x64, 0xdb, 0xc3, 0xa5, 0xdf, 0xb9, 0x13, 0xfd, 0x40, 0xb2, 0x69, 0x1b, 0x0f, 0x4c, 0x33, 0x18, 0xcc, 0x75, 0x11, 0x61, 0x04, 0x48, 0x86, 0xc7, 0x4a, 0x20, 0x36, 0x4e, 0x50, 0xf5, 0x22, 0xed, 0xa7, 0x2e, 0x5f, 0x00, 0x56, 0x26, 0xde, 0xaf, 0x41, 0x8c, 0x88, 0x06, 0xc6, 0x7b, 0xfe, 0xfb, 0xbc, 0x58, 0x1d, 0x54, 0xcd, 0x32, 0x5b, 0x76, 0xc7, 0xb4, 0xda, 0x0e, 0x82, 0x74, 0xfa, 0x0c, 0xa7, 0x99, 0xcf, 0xe3, 0xe5, 0xff, 0x34, 0x1c, 0xd7, 0x4f, 0x35, 0x9f, 0x01, 0x59, 0x17, 0xac, 0xe8, 0xbd, 0xd6, 0xf6, 0x57, 0xc7, 0x93, 0x98, 0x27, 0xc9, 0xd8, 0xed, 0xfb, 0xc7, 0x43 } } }; static const struct cckprng_op_generate op_init_409 = { .hd = { .id = 387, .kind = OP_GENERATE }, .rand_nbytes = 125, .out = { .rand = { 0x81, 0x33, 0x4a, 0xeb, 0x3a, 0x20, 0x24, 0x1e, 0xe5, 0x84, 0x61, 0x39, 0x28, 0xfb, 0x62, 0x87, 0x75, 0xad, 0xac, 0x77, 0x11, 0x9b, 0x71, 0x69, 0x92, 0x37, 0xcd, 0xe6, 0x69, 0x8b, 0xf8, 0xd2, 0x0f, 0xef, 0x3b, 0x77, 0xcc, 0x01, 0xe8, 0x19, 0x34, 0xb0, 0xaa, 0x8b, 0xfe, 0x46, 0x98, 0xf3, 0xce, 0x44, 0xca, 0x67, 0xe0, 0x85, 0xb7, 0x93, 0x6d, 0x51, 0xe7, 0xbb, 0x51, 0x25, 0x1f, 0xba, 0x8a, 0xe2, 0x04, 0x9d, 0x42, 0x38, 0x74, 0x51, 0x90, 0x1e, 0xee, 0x32, 0xf8, 0x61, 0x70, 0x82, 0x1a, 0x1b, 0xab, 0x20, 0xdb, 0x53, 0x0a, 0xc2, 0x95, 0x57, 0x8d, 0x87, 0x2f, 0xd9, 0xa1, 0x2f, 0xe3, 0x95, 0xd2, 0x3a, 0x68, 0xa6, 0x87, 0xf0, 0xf8, 0xc4, 0x62, 0x2b, 0x20, 0x5a, 0x9c, 0xb4, 0xd8, 0x42, 0xfa, 0x7f, 0xd0, 0x43, 0x03, 0xff, 0x49, 0x8f, 0xe9, 0x40, 0xe3 } } }; static const struct cckprng_op_reseed op_reseed_410 = { .hd = { .id = 388, .kind = OP_RESEED }, .nonce = 301038511178474892ULL, .seed_nbytes = 81, .seed = { 0x39, 0x22, 0xd8, 0xcc, 0x40, 0xaa, 0xe7, 0xb9, 0x74, 0x80, 0x1d, 0xdb, 0x34, 0x73, 0xfb, 0xe4, 0x0e, 0xe7, 0x6b, 0xc2, 0x3a, 0xa2, 0x27, 0x7a, 0xfa, 0x80, 0x7a, 0x90, 0x0b, 0xe4, 0x30, 0xcb, 0x78, 0x0c, 0x51, 0x7d, 0x27, 0xec, 0x51, 0x5e, 0x31, 0xaa, 0xd7, 0x43, 0x91, 0xce, 0xe6, 0x24, 0x6e, 0x8c, 0x9c, 0x28, 0xaf, 0x01, 0xf5, 0xe1, 0x8b, 0x6a, 0x5f, 0xb1, 0xce, 0xf8, 0x03, 0x72, 0x6c, 0x51, 0x5a, 0x6e, 0xfd, 0x05, 0x5a, 0x07, 0x5b, 0x2f, 0x6a, 0x02, 0x67, 0x3f, 0x44, 0x99, 0x8d } }; static const struct cckprng_op_refresh op_refresh_411 = { .hd = { .id = 389, .kind = OP_REFRESH }, .rand = 11709220505762796954ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_412 = { .hd = { .id = 390, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0x25, 0x1b, 0xe8, 0x4e, 0x58, 0x12, 0xa1, 0xf2, 0x85, 0x55, 0xe5, 0x78, 0x36, 0x35, 0x31, 0x21, 0x28, 0x12, 0x67, 0x85, 0x8d, 0x9c, 0xc7, 0x37, 0xca, 0x77, 0xa4, 0x15, 0x91, 0xc7, 0x83, 0xbf, 0xa0, 0xe1, 0xcf, 0x0d, 0x39, 0x6b, 0xa8, 0xe5, 0x72, 0xcb, 0x99, 0x3d, 0x75, 0x55, 0x5e, 0x68, 0x76, 0xbd, 0xc6, 0x21, 0xf3, 0x17, 0xa5, 0x2b, 0xb4, 0xdf, 0xa0, 0xda, 0xe8, 0x2e, 0xac, 0x8f, 0xfa, 0x26, 0xe5, 0x43, 0xfc, 0xb9, 0x4c, 0xe6, 0x99, 0x57, 0xe4, 0x2c, 0x1a, 0x4a, 0xf0, 0xe9, 0x28, 0x38, 0xbf, 0x4b, 0x75, 0x25, 0x28, 0xa5, 0x91, 0x74, 0x21, 0xf9, 0xbb, 0x80, 0xfc, 0xcf, 0xe1, 0x68, 0x4c, 0x70, 0x49, 0xd5, 0xb1, 0x54, 0x15, 0x0a, 0x57, 0x91, 0x01, 0x5a, 0x31, 0x31, 0x42, 0x16, 0x2a, 0x25, 0xce, 0xf1, 0x3d, 0x93, 0xce, 0xde, 0x9d, 0x90, 0xb5, 0x95, 0x35, 0x2b, 0xeb, 0x9d, 0xa9, 0x1c, 0x65, 0xe7, 0x65, 0x69, 0x4c, 0x2f, 0x20, 0xe1, 0xfe, 0x5a, 0x12, 0x2d, 0x39, 0x59, 0xc1, 0xc3, 0xd8, 0xa0, 0x85, 0x0a, 0x20, 0x27, 0x1e, 0x4e, 0x3b, 0xc4, 0xe7, 0xde, 0x4d, 0x02, 0xa8, 0xff, 0x62, 0x35, 0x18, 0xf6, 0xab, 0xd3, 0x76, 0xea, 0x46, 0x56, 0x7f, 0xdb, 0x30, 0x64, 0x01, 0x09, 0xe3, 0x7f, 0x23, 0x47, 0x0e, 0xae, 0x89, 0x5e, 0x31, 0x22, 0x60, 0x7f, 0x51, 0x07, 0x09, 0xf2, 0x81, 0xe4, 0x13, 0x8b, 0x45, 0x1a, 0x46, 0xe8, 0x72, 0x17, 0x9c, 0x46, 0x23, 0x50, 0xf7, 0x82, 0x31, 0x69, 0x20, 0x23, 0xd2, 0xe6, 0xe4, 0x3d, 0x7c, 0xe2, 0xe1, 0xed, 0xd2, 0xef, 0xe4, 0x9e, 0x6a, 0x3f, 0x13, 0x68, 0x82, 0x7e, 0x00, 0xb2, 0xa0, 0xc6, 0x32, 0xa2, 0x81, 0xd8, 0xed, 0xd6, 0x64, 0x3f, 0x56, 0xe7, 0x97, 0x88, 0x7e, 0x0f, 0x39, 0xe0, 0x91, 0x36, 0x6a, 0x84, 0x26, 0xfb, 0x6a, 0x28, 0x48, 0x85, 0xfc, 0x1a, 0x27, 0x25, 0xbc, 0x06, 0xac, 0x47 } } }; static const struct cckprng_op *ops_413[] = { (const struct cckprng_op *)&op_init_397, (const struct cckprng_op *)&op_init_398, (const struct cckprng_op *)&op_init_399, (const struct cckprng_op *)&op_refresh_400, (const struct cckprng_op *)&op_reseed_401, (const struct cckprng_op *)&op_reseed_402, (const struct cckprng_op *)&op_refresh_403, (const struct cckprng_op *)&op_init_404, (const struct cckprng_op *)&op_reseed_405, (const struct cckprng_op *)&op_init_406, (const struct cckprng_op *)&op_reseed_407, (const struct cckprng_op *)&op_init_408, (const struct cckprng_op *)&op_init_409, (const struct cckprng_op *)&op_reseed_410, (const struct cckprng_op *)&op_refresh_411, (const struct cckprng_op *)&op_init_412 }; static const struct cckprng_vector vec_414 = { .id = 391, .note = NULL, .nops = 16, .ops = ops_413 }; static const struct cckprng_op_init op_init_415 = { .hd = { .id = 392, .kind = OP_INIT }, .seed = { 0x04, 0x23, 0x5f, 0xc6, 0x5a, 0xe6, 0xbb, 0x4f, 0xf4, 0xf1, 0x53, 0xac, 0x66, 0x5c, 0x08, 0xcf, 0x49, 0x3d, 0x74, 0xc5, 0x41, 0xc1, 0xac, 0x62, 0xdf, 0x20, 0x4e, 0x1c, 0x3a, 0x84, 0x5b, 0xe7 }, .nonce = { 0xf1, 0x96, 0x55, 0x98, 0x5b, 0x12, 0xde, 0x81 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_416 = { .hd = { .id = 393, .kind = OP_RESEED }, .nonce = 14582414402783847443ULL, .seed_nbytes = 141, .seed = { 0x6a, 0x2c, 0xe5, 0x5f, 0x31, 0x3a, 0x42, 0x8c, 0x53, 0x8b, 0xe2, 0xc4, 0xea, 0xb1, 0x98, 0xc6, 0x11, 0xf5, 0xbd, 0xc0, 0xc2, 0x92, 0x70, 0x72, 0xa6, 0x00, 0x7c, 0xf7, 0xcd, 0x4c, 0x64, 0xa9, 0x14, 0xba, 0x17, 0xc7, 0xeb, 0x33, 0xe9, 0x74, 0xf7, 0xc7, 0x74, 0x3e, 0xeb, 0xd4, 0xe2, 0x14, 0x4c, 0x3d, 0x46, 0x72, 0x78, 0x7f, 0x67, 0x78, 0x7b, 0xf8, 0x10, 0x8c, 0x69, 0x9f, 0x49, 0x72, 0x39, 0x4e, 0xcc, 0x66, 0xc6, 0x01, 0x8c, 0xcb, 0xae, 0xf8, 0x65, 0x7a, 0x35, 0x18, 0x3b, 0xc3, 0xab, 0x0e, 0x0c, 0x86, 0x7c, 0x31, 0x0e, 0x8c, 0x87, 0xe2, 0x84, 0xee, 0xc5, 0x8b, 0x6d, 0x18, 0x65, 0xf1, 0xea, 0x53, 0x8f, 0x23, 0x96, 0x05, 0x8b, 0x1d, 0xc6, 0xa8, 0x27, 0x51, 0x40, 0x48, 0xf4, 0xbc, 0xcd, 0xf5, 0xd9, 0xbc, 0xbf, 0xa8, 0xcf, 0x2b, 0x94, 0x2f, 0x86, 0x90, 0xfb, 0x9a, 0xe7, 0x9f, 0x9e, 0x02, 0x3d, 0x05, 0x2b, 0xe0, 0x4c, 0xff, 0x11, 0x6d, 0xb2 } }; static const struct cckprng_op_reseed op_reseed_417 = { .hd = { .id = 394, .kind = OP_RESEED }, .nonce = 16900748339768129816ULL, .seed_nbytes = 237, .seed = { 0x8c, 0x1e, 0x67, 0x49, 0x51, 0xe5, 0x2b, 0xcf, 0x90, 0xaa, 0x50, 0xb7, 0x45, 0x61, 0x8b, 0x73, 0xa3, 0x57, 0x14, 0x0b, 0x7f, 0xd8, 0x98, 0x20, 0xc9, 0xe6, 0x8b, 0xb6, 0x8a, 0x26, 0xdd, 0x09, 0xae, 0x00, 0x18, 0xe6, 0x1e, 0xbc, 0x7b, 0x9f, 0xb4, 0x6d, 0x07, 0x64, 0x60, 0xa2, 0xb1, 0xa1, 0x7e, 0xac, 0x5f, 0x8f, 0x83, 0x08, 0x5b, 0x16, 0x60, 0x08, 0x0c, 0xac, 0x2e, 0x1c, 0xff, 0xa4, 0x11, 0x41, 0xdc, 0x35, 0xa0, 0x45, 0xfe, 0xa2, 0x52, 0x1f, 0x11, 0x55, 0x43, 0xfa, 0x12, 0x81, 0x4e, 0x04, 0xbb, 0x8a, 0x3b, 0x2c, 0x01, 0x44, 0xad, 0x3c, 0x0b, 0x58, 0xe6, 0x68, 0x6d, 0x65, 0xe1, 0xc6, 0x73, 0xb9, 0x09, 0x32, 0x93, 0x42, 0x53, 0x85, 0xbe, 0x85, 0x10, 0xa5, 0x7c, 0x86, 0x43, 0x23, 0xdd, 0x3e, 0xea, 0x2e, 0xac, 0xd9, 0xc9, 0xba, 0x9e, 0xfb, 0xb6, 0xc8, 0x56, 0xd6, 0x6a, 0xe6, 0x67, 0xa4, 0x65, 0x66, 0x80, 0x6d, 0x34, 0xbe, 0x35, 0x53, 0x68, 0x9f, 0x08, 0x74, 0xa4, 0x06, 0xf7, 0x0f, 0x6d, 0x24, 0x19, 0x34, 0x10, 0x42, 0x32, 0xd6, 0x60, 0x88, 0x3b, 0x1a, 0x74, 0xab, 0xb2, 0x48, 0x11, 0x9b, 0x3a, 0x60, 0x44, 0xf0, 0x5b, 0xa0, 0xda, 0x3f, 0x10, 0xe6, 0xa8, 0xb5, 0xb0, 0xf6, 0xfe, 0xba, 0xc3, 0xaf, 0xb5, 0x32, 0xaa, 0xc6, 0x5a, 0xbb, 0x11, 0x6d, 0x58, 0x3d, 0x18, 0x3c, 0xe5, 0xd1, 0x47, 0xf3, 0x7c, 0x17, 0xdd, 0x64, 0xce, 0xbb, 0x68, 0x75, 0xc3, 0x93, 0x04, 0x44, 0xbe, 0xcc, 0x7b, 0xb1, 0x72, 0x3f, 0x53, 0x82, 0x6d, 0x04, 0x0f, 0x72, 0xe4, 0xfd, 0xa5, 0xce, 0x07, 0xcf, 0x7c, 0x7c, 0x1a, 0xad, 0xac, 0x83, 0x57 } }; static const struct cckprng_op_reseed op_reseed_418 = { .hd = { .id = 395, .kind = OP_RESEED }, .nonce = 5503350392846078659ULL, .seed_nbytes = 116, .seed = { 0xd4, 0x2f, 0xfa, 0x35, 0xaa, 0x51, 0xb0, 0xb3, 0x9f, 0x32, 0xc9, 0x98, 0x07, 0xda, 0x2c, 0xab, 0x9f, 0x99, 0x64, 0xc3, 0x7d, 0xfa, 0x88, 0x6e, 0x9b, 0xb7, 0x70, 0xca, 0x7f, 0x7b, 0x13, 0xc5, 0x7f, 0xc0, 0x4b, 0x1f, 0x1f, 0xb4, 0xe6, 0x56, 0x68, 0x46, 0x57, 0xac, 0xb0, 0x41, 0x83, 0xb9, 0x04, 0x3c, 0xa9, 0x9d, 0xf1, 0x79, 0x06, 0x71, 0x90, 0x9a, 0x78, 0x02, 0x0e, 0xe0, 0x14, 0xc9, 0x97, 0x60, 0x5f, 0x79, 0x3c, 0x73, 0x8e, 0xfb, 0x1e, 0x0c, 0x9e, 0x54, 0xeb, 0x63, 0x5f, 0x44, 0x9a, 0x32, 0x1a, 0xc5, 0x98, 0xb8, 0x47, 0x2d, 0xc2, 0x00, 0x86, 0x77, 0x43, 0x1c, 0x34, 0xf7, 0x41, 0x09, 0xe7, 0x0c, 0xdf, 0xb8, 0x40, 0xe8, 0xb0, 0x9d, 0x6d, 0x6f, 0x2d, 0x89, 0xed, 0x08, 0xfe, 0x03, 0xb1, 0x69 } }; static const struct cckprng_op_generate op_init_419 = { .hd = { .id = 396, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0x25, 0x29, 0x01, 0x73, 0x19, 0xff, 0xee, 0xc3, 0xf0, 0x29, 0x17, 0x1c, 0x7f, 0xab, 0x9e, 0x6a, 0x08, 0xd3, 0x3e, 0x6e, 0x90, 0xf6, 0x16, 0x14, 0xbb, 0x71, 0x4f, 0x99, 0x27, 0x1e, 0x9f, 0xb2, 0x56, 0x74, 0x39, 0x43, 0x9b, 0xb3, 0xdf, 0x02, 0x56, 0xe8, 0x6a, 0x3d, 0x80, 0xa8, 0x45, 0x6c, 0xb9, 0xe3, 0x10, 0xa0, 0xb5, 0x6b, 0xb3, 0xcf, 0xe9, 0x9a, 0xf0, 0x14, 0x41, 0x40, 0x8b, 0x0d, 0xd4, 0x9c, 0xb9, 0xf0, 0xf0, 0x68, 0xe5, 0x54, 0x44, 0xb7, 0x1c, 0x24, 0x3e, 0x7b, 0x9e, 0xd3, 0x4b, 0x4b, 0xda, 0x0c, 0xd9, 0x78, 0x44, 0x10, 0x45, 0x7e } } }; static const struct cckprng_op_generate op_init_420 = { .hd = { .id = 397, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x35, 0xd3, 0xea, 0xb4, 0xdf, 0x78, 0x40, 0xa1, 0x09, 0x2c, 0x83, 0x63, 0xde, 0xdb, 0x8e, 0x9f, 0x3f, 0x14, 0x25, 0x9c, 0xc9, 0xf1, 0x1c, 0x26, 0xa1, 0x58, 0x52, 0xe4, 0xa3, 0xb9, 0xa7, 0xd2, 0x3f, 0x39, 0x5a, 0xdc, 0xfb, 0x66, 0xf5, 0x79, 0x12, 0x28, 0xd8 } } }; static const struct cckprng_op_refresh op_refresh_421 = { .hd = { .id = 398, .kind = OP_REFRESH }, .rand = 4484813577949057209ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_422 = { .hd = { .id = 399, .kind = OP_RESEED }, .nonce = 17735868648890537108ULL, .seed_nbytes = 18, .seed = { 0x9a, 0x32, 0x85, 0xf6, 0xea, 0x46, 0x62, 0xa8, 0x3d, 0xa7, 0x97, 0x98, 0x01, 0xa6, 0x85, 0x62, 0x01, 0x61 } }; static const struct cckprng_op_refresh op_refresh_423 = { .hd = { .id = 400, .kind = OP_REFRESH }, .rand = 11568069590016761825ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_424 = { .hd = { .id = 401, .kind = OP_REFRESH }, .rand = 13065024723381462858ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_425 = { .hd = { .id = 402, .kind = OP_RESEED }, .nonce = 11879218511755231500ULL, .seed_nbytes = 136, .seed = { 0xc2, 0x4f, 0xd0, 0xbb, 0x28, 0x9f, 0x69, 0x87, 0x2e, 0x0a, 0x39, 0xce, 0x6e, 0xd3, 0x63, 0x07, 0x52, 0x37, 0xe9, 0x5c, 0x3c, 0xfe, 0x85, 0x58, 0x7e, 0x3f, 0x6d, 0x20, 0x5d, 0x95, 0x4c, 0x02, 0x38, 0x1f, 0xaf, 0x42, 0xc0, 0x6f, 0x14, 0x82, 0xf6, 0x6a, 0x90, 0x1a, 0x22, 0xfd, 0x36, 0x53, 0x02, 0xf2, 0x8a, 0xa8, 0x38, 0x7d, 0x9c, 0x4d, 0x9c, 0xe8, 0xf4, 0x92, 0x7c, 0x5a, 0x77, 0x15, 0x2e, 0x05, 0x8a, 0xe8, 0x00, 0x26, 0xc3, 0x27, 0x4f, 0x7a, 0x38, 0xf4, 0xf0, 0x7f, 0xb2, 0xf0, 0x3c, 0x00, 0xf8, 0x05, 0x11, 0xf0, 0xd9, 0xd7, 0xb4, 0x71, 0x04, 0xe8, 0xed, 0x6b, 0x54, 0x49, 0x43, 0x7f, 0x04, 0x03, 0xf3, 0xde, 0x38, 0x0b, 0xdf, 0x7e, 0xab, 0x0d, 0x97, 0xc4, 0x69, 0x57, 0xeb, 0xb2, 0xcf, 0xd6, 0x32, 0x13, 0xdd, 0x0e, 0xa7, 0x6c, 0xbb, 0x3a, 0x25, 0xe8, 0x3d, 0x6f, 0xfe, 0x76, 0x51, 0xde, 0xa3, 0xca, 0x29, 0xbc } }; static const struct cckprng_op_generate op_init_426 = { .hd = { .id = 403, .kind = OP_GENERATE }, .rand_nbytes = 80, .out = { .rand = { 0x92, 0xb3, 0xc1, 0xef, 0xba, 0xf0, 0x03, 0x5f, 0xba, 0x07, 0x60, 0xf1, 0x10, 0x46, 0x94, 0xa1, 0x2c, 0xe4, 0x4f, 0x55, 0xf6, 0xf1, 0xb1, 0x4a, 0x98, 0x85, 0x3e, 0xb3, 0xf2, 0xe8, 0x58, 0xc6, 0xf0, 0x3a, 0xf9, 0x10, 0x71, 0xfe, 0x70, 0x42, 0xac, 0xc8, 0x7e, 0x9d, 0x69, 0x47, 0x4e, 0xf8, 0x91, 0xb3, 0xd0, 0x14, 0x90, 0x7a, 0x0b, 0xaa, 0xbe, 0x67, 0xf8, 0xb8, 0x47, 0x72, 0x2e, 0xab, 0x52, 0x01, 0xf3, 0x2c, 0x35, 0x32, 0xf5, 0x88, 0xa5, 0x3b, 0x52, 0x82, 0x78, 0xad, 0x6f, 0x56 } } }; static const struct cckprng_op_generate op_init_427 = { .hd = { .id = 404, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0xcc, 0x9b, 0x86, 0xb6, 0x00, 0xac, 0x6e, 0x9e, 0xe8 } } }; static const struct cckprng_op_generate op_init_428 = { .hd = { .id = 405, .kind = OP_GENERATE }, .rand_nbytes = 51, .out = { .rand = { 0x52, 0xb3, 0xf8, 0x1a, 0xe7, 0x8c, 0xb5, 0x16, 0x59, 0xb0, 0x99, 0x7e, 0xef, 0x21, 0x19, 0xe9, 0xc1, 0xc0, 0x67, 0x00, 0xbf, 0xdc, 0x41, 0x85, 0xc1, 0xa7, 0x31, 0xd9, 0xe1, 0x27, 0x61, 0x92, 0x8f, 0x34, 0x76, 0xaf, 0x9a, 0xa6, 0x6a, 0xf1, 0xb6, 0x7a, 0x0d, 0x99, 0x5c, 0x7b, 0x56, 0x20, 0x0f, 0x24, 0x2b } } }; static const struct cckprng_op_reseed op_reseed_429 = { .hd = { .id = 406, .kind = OP_RESEED }, .nonce = 16396162852044833097ULL, .seed_nbytes = 117, .seed = { 0xe9, 0x50, 0xc2, 0x13, 0x61, 0x90, 0x3f, 0x16, 0x35, 0x1c, 0x43, 0xba, 0x6f, 0x01, 0x00, 0x22, 0x27, 0x96, 0x3d, 0x96, 0x5a, 0x19, 0x92, 0xec, 0xb7, 0x4b, 0x21, 0x52, 0x92, 0xb3, 0xb1, 0x43, 0xf4, 0x09, 0x4c, 0xab, 0x7f, 0xad, 0xf2, 0xa8, 0xbd, 0x75, 0x95, 0xfa, 0xe2, 0xd7, 0x6f, 0xd5, 0x39, 0x46, 0xa5, 0xef, 0xd8, 0x92, 0xc4, 0x0c, 0x95, 0x12, 0xd9, 0x14, 0xba, 0xd4, 0xec, 0xcc, 0x05, 0xad, 0x9f, 0xbe, 0x87, 0xb0, 0xfe, 0xee, 0x1f, 0x7f, 0x84, 0x91, 0x9e, 0x01, 0xc9, 0x76, 0x79, 0x30, 0x26, 0xe3, 0xa6, 0x32, 0x9f, 0x64, 0x4c, 0x64, 0xf7, 0xa2, 0xe9, 0x9e, 0x41, 0x5c, 0xd9, 0x08, 0x05, 0x8a, 0x94, 0x95, 0xcb, 0x3c, 0x01, 0x42, 0xc4, 0x05, 0x4d, 0xaa, 0x41, 0xfe, 0xb0, 0x22, 0x3f, 0x4d, 0xc2 } }; static const struct cckprng_op_refresh op_refresh_430 = { .hd = { .id = 407, .kind = OP_REFRESH }, .rand = 18256668773248634297ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_431[] = { (const struct cckprng_op *)&op_init_415, (const struct cckprng_op *)&op_reseed_416, (const struct cckprng_op *)&op_reseed_417, (const struct cckprng_op *)&op_reseed_418, (const struct cckprng_op *)&op_init_419, (const struct cckprng_op *)&op_init_420, (const struct cckprng_op *)&op_refresh_421, (const struct cckprng_op *)&op_reseed_422, (const struct cckprng_op *)&op_refresh_423, (const struct cckprng_op *)&op_refresh_424, (const struct cckprng_op *)&op_reseed_425, (const struct cckprng_op *)&op_init_426, (const struct cckprng_op *)&op_init_427, (const struct cckprng_op *)&op_init_428, (const struct cckprng_op *)&op_reseed_429, (const struct cckprng_op *)&op_refresh_430 }; static const struct cckprng_vector vec_432 = { .id = 408, .note = NULL, .nops = 16, .ops = ops_431 }; static const struct cckprng_op_init op_init_433 = { .hd = { .id = 409, .kind = OP_INIT }, .seed = { 0x7e, 0x85, 0x0c, 0xf7, 0xe4, 0x32, 0x69, 0x5d, 0x8b, 0x96, 0xf1, 0x76, 0x33, 0x1f, 0xe5, 0xa9, 0x15, 0xd0, 0xc2, 0xcf, 0xeb, 0x8b, 0x53, 0x77, 0x27, 0xd5, 0xad, 0xd7, 0x76, 0x39, 0x66, 0x6a }, .nonce = { 0x89, 0x4a, 0x75, 0xda, 0x63, 0xec, 0xf2, 0xf5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_434 = { .hd = { .id = 410, .kind = OP_RESEED }, .nonce = 16886429855204749727ULL, .seed_nbytes = 68, .seed = { 0xf1, 0xd8, 0x62, 0xff, 0x06, 0x1c, 0xf9, 0x79, 0x1d, 0xe3, 0x56, 0x9e, 0x3e, 0xc3, 0xf3, 0x64, 0x2f, 0x0c, 0xda, 0x11, 0x64, 0x11, 0x11, 0x04, 0x95, 0xe2, 0x82, 0xf5, 0xc4, 0x7c, 0x3a, 0xfb, 0xb1, 0x4f, 0x37, 0xf8, 0x14, 0x94, 0xa9, 0x28, 0x16, 0xc3, 0x52, 0xa4, 0xb0, 0x32, 0x72, 0xd5, 0xf4, 0x74, 0xe8, 0x36, 0x93, 0x16, 0xa7, 0x70, 0xd2, 0xa6, 0xbb, 0xea, 0xa3, 0xe9, 0x59, 0x27, 0xd4, 0x4b, 0x1e, 0x9b } }; static const struct cckprng_op_reseed op_reseed_435 = { .hd = { .id = 411, .kind = OP_RESEED }, .nonce = 5805277719654662483ULL, .seed_nbytes = 164, .seed = { 0x5b, 0xaf, 0xc6, 0x6e, 0x98, 0xae, 0x82, 0x73, 0xb4, 0xaa, 0x1c, 0x61, 0x54, 0xa1, 0x9b, 0x05, 0x7c, 0x8e, 0x7f, 0x2a, 0x7a, 0x3b, 0x4e, 0x6e, 0x12, 0xee, 0xf7, 0xb8, 0x21, 0x75, 0x5c, 0x7a, 0x42, 0xec, 0xd2, 0x55, 0x97, 0xb0, 0xc7, 0x80, 0xfd, 0xfb, 0x6b, 0xa8, 0xf4, 0xd9, 0x1c, 0x72, 0xdc, 0xea, 0xc5, 0x33, 0x18, 0x80, 0x6d, 0xfd, 0x86, 0x4b, 0x62, 0xde, 0x43, 0x1a, 0x32, 0x41, 0x50, 0x73, 0xca, 0x5e, 0x96, 0xcd, 0xf7, 0x60, 0xfb, 0xe6, 0xe9, 0xc0, 0x38, 0x18, 0xda, 0x55, 0xc1, 0x56, 0x05, 0xef, 0x34, 0x44, 0x02, 0x67, 0x11, 0x85, 0xb5, 0x55, 0x55, 0xd3, 0x1f, 0xe3, 0xb1, 0x99, 0x98, 0xdd, 0x43, 0x67, 0xe5, 0x29, 0x7e, 0xc3, 0xc9, 0xa8, 0x1d, 0xe8, 0x85, 0x73, 0x0d, 0x32, 0x1c, 0x69, 0xd4, 0x71, 0xbb, 0xdd, 0xf5, 0xcd, 0x9f, 0xd4, 0x53, 0x7b, 0x5a, 0x59, 0x17, 0x57, 0x22, 0xd3, 0x01, 0xf2, 0xd4, 0x4a, 0x93, 0xec, 0x44, 0xdc, 0x72, 0x3b, 0x26, 0x5f, 0x84, 0x6e, 0xd7, 0x1b, 0x81, 0xff, 0x6d, 0x2c, 0x6d, 0xfb, 0x73, 0x96, 0xe3, 0xe4, 0x89, 0x9d, 0x38, 0x3a, 0x39, 0x55 } }; static const struct cckprng_op_refresh op_refresh_436 = { .hd = { .id = 412, .kind = OP_REFRESH }, .rand = 7917562008750990557ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_437 = { .hd = { .id = 413, .kind = OP_GENERATE }, .rand_nbytes = 17, .out = { .rand = { 0x59, 0x33, 0x0f, 0x48, 0x1a, 0x9a, 0x0c, 0xd2, 0x0b, 0x6f, 0xb3, 0xea, 0xc5, 0xd8, 0x16, 0x04, 0x83 } } }; static const struct cckprng_op_reseed op_reseed_438 = { .hd = { .id = 414, .kind = OP_RESEED }, .nonce = 8587959034215881162ULL, .seed_nbytes = 162, .seed = { 0x0d, 0xf1, 0x95, 0xf6, 0xfe, 0xbe, 0x11, 0xa3, 0xa2, 0x62, 0xe2, 0xc8, 0xb3, 0x2e, 0x28, 0x0f, 0x3c, 0xc9, 0xb4, 0x40, 0x7c, 0xc7, 0x86, 0xe0, 0x3d, 0x9a, 0xe7, 0xa5, 0xd0, 0xc2, 0x41, 0x84, 0x8a, 0x33, 0xbd, 0x3a, 0xf9, 0x8e, 0xb3, 0xb6, 0xcc, 0x35, 0x5e, 0x26, 0x36, 0x36, 0x53, 0x28, 0x72, 0xaa, 0xd3, 0xcc, 0xb0, 0x56, 0xc8, 0x9d, 0xfe, 0x8c, 0x76, 0x22, 0xbd, 0x42, 0x49, 0x4e, 0xfa, 0x00, 0xe0, 0xb6, 0xfa, 0x96, 0xb1, 0xf6, 0x9f, 0x0a, 0xaa, 0xd9, 0xc3, 0x7e, 0x9e, 0x1c, 0xd3, 0xd2, 0x3d, 0xa9, 0xa7, 0xc9, 0x81, 0x6c, 0x78, 0xf5, 0xe2, 0x8c, 0xf9, 0xd2, 0x80, 0xba, 0x24, 0x28, 0xab, 0x41, 0xad, 0xab, 0x66, 0x66, 0xac, 0x44, 0xf3, 0x19, 0x1d, 0xa3, 0xcc, 0xb6, 0x94, 0xbf, 0xd4, 0x5c, 0xb3, 0xb2, 0x80, 0x0b, 0x7a, 0xb1, 0xe1, 0xe3, 0x10, 0xc8, 0xb8, 0xc8, 0x65, 0x8b, 0xce, 0x98, 0x9c, 0x0d, 0xd9, 0x6e, 0x09, 0x4d, 0x98, 0x24, 0x62, 0x8e, 0xdc, 0x02, 0xc8, 0x03, 0xe5, 0x47, 0xc2, 0x58, 0x7a, 0x18, 0x71, 0x41, 0x27, 0x12, 0xa5, 0xd9, 0xb6, 0xfa, 0x0e, 0xdd } }; static const struct cckprng_op_generate op_init_439 = { .hd = { .id = 415, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x62, 0x03, 0x3e, 0xc9, 0xf9, 0xf8, 0xc2, 0x21, 0xf4, 0xcf, 0x0a, 0x6b, 0xb1, 0x87, 0x38, 0xb2, 0xab, 0x1a, 0x6e, 0x3e, 0x24, 0x5e, 0xc6, 0xb1, 0x67, 0xfa, 0xa7, 0xfd, 0x5b, 0xeb, 0x6e, 0xc1, 0xd6, 0x24, 0x93, 0x4d, 0x99, 0x24, 0xfb, 0x66, 0xd2, 0xe1, 0x36, 0x25, 0x36, 0xf4, 0xb1, 0x91, 0x8f, 0x44, 0x32, 0xb7, 0xae, 0xfe, 0x4f, 0xd5, 0xa6, 0x4f, 0x30, 0x15, 0xba, 0xd6, 0xf5, 0x33, 0xb9, 0x9b, 0x18, 0xcd, 0xf1, 0x71, 0x86, 0x79, 0xff, 0x7c, 0xc6, 0x7f, 0xd6, 0x76, 0xc6, 0xbe, 0x58, 0x95, 0x5e, 0x8f, 0xd4, 0x1b, 0x0d, 0x8d, 0x0f, 0xd6, 0xcd, 0x55, 0x23, 0xc0, 0x0f, 0x2c, 0x68, 0x19, 0xba, 0x99, 0x69, 0xbe, 0x47, 0x01, 0x19, 0xe1, 0x75, 0xc0, 0x5c, 0xf2, 0xae, 0x1e, 0x94, 0xba, 0x8c, 0x1a, 0xc9, 0xad, 0x45, 0x40, 0x27, 0x9f, 0x5b, 0x18, 0xd8, 0x37, 0x04, 0x1d, 0x6b, 0x8e, 0xb6, 0x71, 0xe2, 0xf9, 0xdb, 0x8a, 0x60, 0x56, 0xdb, 0x23, 0x92, 0xcf, 0x23, 0x6b, 0xb7, 0x84, 0x43, 0x53, 0x55, 0x53, 0x45, 0xba, 0xcd, 0xcc, 0xb9, 0x9b, 0xaa, 0x16, 0xf4, 0x3c, 0x49, 0xd5, 0x4a, 0xfb, 0x0d, 0x50, 0x47, 0x0f, 0x24, 0x62, 0x98, 0x2f, 0xff, 0xc3, 0xfe, 0x05, 0xbd, 0x25, 0xf4, 0x6c, 0x81, 0xb8 } } }; static const struct cckprng_op_refresh op_refresh_440 = { .hd = { .id = 416, .kind = OP_REFRESH }, .rand = 15167475158818909433ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_441 = { .hd = { .id = 417, .kind = OP_REFRESH }, .rand = 6532692480392641166ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_442 = { .hd = { .id = 418, .kind = OP_RESEED }, .nonce = 8940582556994252710ULL, .seed_nbytes = 212, .seed = { 0xcb, 0xa0, 0x88, 0xf7, 0x04, 0xf6, 0x4b, 0x9a, 0x4f, 0x25, 0xcd, 0x31, 0x91, 0x17, 0x29, 0x77, 0x9a, 0xce, 0x3a, 0x45, 0x66, 0x08, 0x27, 0xd8, 0x7c, 0x48, 0xec, 0xe9, 0xe6, 0xdd, 0x8f, 0xd4, 0x14, 0xa5, 0xd1, 0x60, 0xae, 0xe9, 0x7d, 0xc5, 0xa9, 0x85, 0x5b, 0x5b, 0xd3, 0xfb, 0x0e, 0xef, 0xa9, 0xbd, 0xfd, 0x6b, 0x5f, 0xac, 0x9c, 0xac, 0xc5, 0x18, 0x83, 0x56, 0xbc, 0xd3, 0xda, 0x9f, 0x1c, 0xe6, 0xcf, 0xe9, 0x5e, 0x3e, 0x91, 0xa0, 0x14, 0x0c, 0x00, 0x2d, 0x2c, 0x36, 0x3e, 0x37, 0x0b, 0xcf, 0x38, 0xb3, 0xa7, 0xfc, 0x97, 0xf2, 0xd2, 0xc9, 0x40, 0xf0, 0xb0, 0x10, 0xa0, 0xe8, 0x26, 0x8f, 0x47, 0xd0, 0xee, 0xf8, 0x26, 0xf6, 0xb8, 0xe2, 0x3f, 0xdb, 0xa9, 0xc3, 0xda, 0x25, 0xd0, 0xf7, 0xd8, 0x5e, 0x8d, 0x5d, 0x1f, 0x98, 0x74, 0xc5, 0xcb, 0x52, 0x84, 0x08, 0xbe, 0xe3, 0xd5, 0x95, 0xd8, 0xbe, 0x86, 0x76, 0x5e, 0x57, 0x8e, 0x10, 0x2d, 0x6a, 0xb3, 0x5b, 0x68, 0x65, 0xfe, 0x13, 0xda, 0xd4, 0xef, 0xb1, 0x34, 0xc7, 0x10, 0x79, 0x94, 0x15, 0xec, 0x7c, 0x9f, 0x18, 0xf6, 0xd3, 0x39, 0x31, 0xff, 0x4a, 0x48, 0xa3, 0x2e, 0x79, 0xe3, 0x6a, 0xce, 0x96, 0xa8, 0x8b, 0x90, 0xb1, 0x53, 0xc9, 0x5d, 0xbc, 0xcf, 0x63, 0x92, 0xc9, 0xea, 0x17, 0x00, 0xe9, 0x73, 0x26, 0x1d, 0xde, 0xf2, 0x7b, 0x74, 0xc0, 0x9f, 0xf0, 0x57, 0xf4, 0xd9, 0x31, 0x24, 0x9d, 0x5f, 0xe2, 0x4b, 0x35, 0x3c, 0x01 } }; static const struct cckprng_op_reseed op_reseed_443 = { .hd = { .id = 419, .kind = OP_RESEED }, .nonce = 9821279989925501554ULL, .seed_nbytes = 271, .seed = { 0xdc, 0x9f, 0x73, 0xcd, 0x30, 0x99, 0x05, 0x80, 0xe8, 0x80, 0x82, 0x30, 0xaf, 0x6f, 0x37, 0xc9, 0xd1, 0x2a, 0x49, 0x2e, 0x4a, 0x3a, 0x4c, 0x9f, 0xac, 0x93, 0xbd, 0x11, 0x74, 0x37, 0x1f, 0x53, 0x7b, 0x35, 0x5f, 0x9b, 0x0b, 0xb1, 0x4c, 0xa9, 0x9e, 0xb2, 0x77, 0xfe, 0x4b, 0x81, 0x01, 0xea, 0xa6, 0x85, 0xa8, 0xa0, 0x7e, 0x60, 0xf1, 0x04, 0x7d, 0x22, 0x5c, 0xde, 0x18, 0x19, 0x50, 0x4d, 0xa4, 0x97, 0x75, 0x09, 0x3c, 0x1c, 0xfd, 0x67, 0x7a, 0x97, 0x8b, 0xb2, 0x68, 0xf0, 0x72, 0x9c, 0x3b, 0x0d, 0xb0, 0x16, 0x46, 0xa3, 0xa3, 0xb2, 0x42, 0xa1, 0x60, 0x98, 0x35, 0x6b, 0x22, 0x0b, 0xd8, 0x71, 0xfe, 0xbb, 0xca, 0x91, 0x48, 0xaa, 0xab, 0x1b, 0xa0, 0xfa, 0xff, 0x06, 0x4c, 0x26, 0x2c, 0xd8, 0x5e, 0x14, 0xdd, 0xea, 0x50, 0x80, 0x58, 0x7b, 0x6c, 0x74, 0xc0, 0xb4, 0xe8, 0x8d, 0xa3, 0x05, 0x95, 0x54, 0x94, 0xf7, 0x59, 0xcc, 0x22, 0x92, 0xae, 0xaf, 0xea, 0x1c, 0xc5, 0x45, 0x63, 0x57, 0x8e, 0x1b, 0xfe, 0x94, 0xee, 0xab, 0x1b, 0x69, 0x50, 0xb3, 0xa5, 0x44, 0xd6, 0xa1, 0xd6, 0xd1, 0xa3, 0x0e, 0xde, 0xc3, 0x07, 0x98, 0xb3, 0x26, 0x3d, 0xb8, 0x04, 0x98, 0x5b, 0x79, 0xa0, 0xaf, 0x8d, 0x5b, 0xd3, 0xa5, 0x46, 0x85, 0x45, 0x30, 0xd4, 0xa1, 0xb2, 0x0d, 0x6f, 0x5b, 0xab, 0xc0, 0x94, 0x95, 0xd8, 0xf8, 0x2e, 0xa5, 0xeb, 0xe1, 0x5c, 0x4d, 0x9d, 0x60, 0xe8, 0x38, 0x89, 0xc5, 0xeb, 0xf8, 0x15, 0x6e, 0xab, 0x44, 0x73, 0x75, 0x04, 0x65, 0xb9, 0x3b, 0xb3, 0x9f, 0xc8, 0x13, 0x9d, 0x39, 0xa4, 0x73, 0xd5, 0xb6, 0xf4, 0x27, 0xb4, 0xff, 0xf8, 0xa6, 0x17, 0x25, 0x96, 0xe3, 0x05, 0x93, 0x2b, 0x76, 0x61, 0x70, 0xa9, 0x38, 0x39, 0xe8, 0x64, 0x0b, 0xa6, 0x17, 0xbc, 0x22, 0x67, 0x03, 0x36, 0x3c, 0x21, 0x9a, 0xd8, 0x6c, 0x12, 0x39, 0xb3, 0x64, 0x0e } }; static const struct cckprng_op_refresh op_refresh_444 = { .hd = { .id = 420, .kind = OP_REFRESH }, .rand = 7512697149630363822ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_445 = { .hd = { .id = 421, .kind = OP_REFRESH }, .rand = 16488608368902353970ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_446 = { .hd = { .id = 422, .kind = OP_REFRESH }, .rand = 64982175590188069ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_447 = { .hd = { .id = 423, .kind = OP_REFRESH }, .rand = 15401645755042311020ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_448 = { .hd = { .id = 424, .kind = OP_RESEED }, .nonce = 10753458435120068483ULL, .seed_nbytes = 57, .seed = { 0x88, 0xb8, 0x06, 0xbc, 0x6d, 0x36, 0xa5, 0xe9, 0x16, 0x69, 0x63, 0xf1, 0x3e, 0x94, 0xa3, 0x8a, 0xe4, 0xab, 0x8d, 0x8b, 0x78, 0x1d, 0x5a, 0xd2, 0x55, 0x1f, 0x6c, 0x0a, 0x7f, 0x2f, 0xfc, 0xd4, 0xc9, 0x63, 0x37, 0x61, 0xa6, 0x96, 0x86, 0x20, 0xfe, 0x53, 0x7d, 0xfb, 0x71, 0x84, 0x2a, 0xf5, 0x71, 0x29, 0x64, 0x30, 0xe7, 0xbd, 0xa5, 0x57, 0x11 } }; static const struct cckprng_op *ops_449[] = { (const struct cckprng_op *)&op_init_433, (const struct cckprng_op *)&op_reseed_434, (const struct cckprng_op *)&op_reseed_435, (const struct cckprng_op *)&op_refresh_436, (const struct cckprng_op *)&op_init_437, (const struct cckprng_op *)&op_reseed_438, (const struct cckprng_op *)&op_init_439, (const struct cckprng_op *)&op_refresh_440, (const struct cckprng_op *)&op_refresh_441, (const struct cckprng_op *)&op_reseed_442, (const struct cckprng_op *)&op_reseed_443, (const struct cckprng_op *)&op_refresh_444, (const struct cckprng_op *)&op_refresh_445, (const struct cckprng_op *)&op_refresh_446, (const struct cckprng_op *)&op_refresh_447, (const struct cckprng_op *)&op_reseed_448 }; static const struct cckprng_vector vec_450 = { .id = 425, .note = NULL, .nops = 16, .ops = ops_449 }; static const struct cckprng_op_init op_init_451 = { .hd = { .id = 426, .kind = OP_INIT }, .seed = { 0xcc, 0x04, 0x6c, 0x14, 0x8a, 0x68, 0x55, 0xaa, 0x6d, 0x7f, 0x01, 0x34, 0xf4, 0x8e, 0x77, 0x85, 0xfe, 0xdd, 0xf4, 0xb6, 0x75, 0x11, 0x28, 0x52, 0xb1, 0x67, 0x56, 0xbf, 0x5d, 0xa9, 0xd4, 0xea }, .nonce = { 0xa9, 0x02, 0x1e, 0xa1, 0xbf, 0x1b, 0x7b, 0xed }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_452 = { .hd = { .id = 427, .kind = OP_RESEED }, .nonce = 13773991337084878955ULL, .seed_nbytes = 184, .seed = { 0xdf, 0xe7, 0x08, 0x5f, 0x6e, 0xa5, 0xf7, 0x4d, 0xe5, 0x61, 0x82, 0x92, 0x68, 0xfa, 0x2c, 0x00, 0x07, 0x6a, 0xa2, 0x39, 0xc2, 0xa8, 0x1a, 0x85, 0xd1, 0x04, 0x36, 0x1b, 0xa1, 0x86, 0xb7, 0x93, 0x37, 0xd1, 0x70, 0x81, 0x3c, 0x3e, 0x4a, 0xa0, 0xb6, 0x1e, 0xa5, 0x55, 0xf4, 0xb5, 0xe4, 0x41, 0xd0, 0x0a, 0xf6, 0x19, 0x53, 0xad, 0x95, 0x0c, 0xee, 0xd3, 0xc8, 0xf2, 0x6b, 0xa0, 0x28, 0x48, 0xcf, 0xa0, 0xf2, 0x04, 0xad, 0x8c, 0x16, 0x71, 0xc8, 0x67, 0x4d, 0x41, 0xf0, 0xaf, 0x7b, 0xe7, 0xbb, 0x91, 0x9b, 0x50, 0x9e, 0x76, 0x83, 0x6f, 0x85, 0x19, 0x2a, 0x89, 0x72, 0x7a, 0x79, 0x0a, 0x17, 0xf6, 0xcf, 0x05, 0x39, 0x13, 0x5e, 0xa2, 0x56, 0xf1, 0x2a, 0x8c, 0x38, 0x26, 0x83, 0xab, 0xa0, 0xea, 0x96, 0x79, 0xf0, 0xc4, 0x6a, 0x36, 0x1b, 0x84, 0x7e, 0x98, 0x6a, 0x8f, 0x3b, 0x3d, 0xaf, 0x88, 0x5e, 0x04, 0x6f, 0xef, 0x02, 0x99, 0x96, 0x0a, 0x89, 0xdc, 0x67, 0x29, 0x7e, 0x90, 0xad, 0x70, 0x47, 0xb6, 0x2d, 0x26, 0x35, 0x54, 0x97, 0xde, 0xae, 0x85, 0xff, 0xf4, 0xdc, 0x1a, 0x03, 0x77, 0x0e, 0x79, 0xf1, 0x1a, 0xf2, 0x0a, 0x3c, 0xb6, 0x5a, 0x72, 0xfc, 0x0d, 0xd0, 0x76, 0xe0, 0xa8, 0xfe, 0x54, 0x14, 0x5e, 0xe2, 0x58 } }; static const struct cckprng_op_generate op_init_453 = { .hd = { .id = 428, .kind = OP_GENERATE }, .rand_nbytes = 30, .out = { .rand = { 0x5b, 0x98, 0x23, 0x65, 0xdd, 0x6e, 0xeb, 0xf3, 0x13, 0x16, 0xe7, 0xf8, 0x98, 0x3a, 0xa1, 0x5d, 0x9c, 0x92, 0x7d, 0x26, 0x03, 0xd7, 0xa7, 0xaa, 0x29, 0x94, 0xec, 0x45, 0xe0, 0xc4 } } }; static const struct cckprng_op_reseed op_reseed_454 = { .hd = { .id = 429, .kind = OP_RESEED }, .nonce = 1708676699540718989ULL, .seed_nbytes = 201, .seed = { 0x00, 0xee, 0x42, 0x47, 0xc6, 0x31, 0xc0, 0x18, 0xef, 0x1a, 0x31, 0x00, 0x42, 0x9c, 0xf8, 0x1e, 0x10, 0xba, 0x28, 0xb5, 0x40, 0xec, 0x52, 0x10, 0xf1, 0x9b, 0x72, 0xd6, 0xdb, 0x51, 0x4b, 0x9a, 0xd6, 0xc4, 0xab, 0xfb, 0x89, 0x2b, 0x73, 0x01, 0xbf, 0x04, 0xc0, 0xd0, 0xfb, 0x93, 0x93, 0xd4, 0x1d, 0xa6, 0x79, 0x9f, 0x78, 0x7b, 0xef, 0xae, 0x03, 0xcb, 0xd5, 0xcf, 0xf6, 0x94, 0x85, 0xd7, 0x60, 0x34, 0x89, 0x79, 0x46, 0x66, 0x64, 0x6b, 0x7f, 0x45, 0x65, 0x2b, 0x20, 0x19, 0xf5, 0xd0, 0x6f, 0x36, 0x2f, 0x8c, 0x1d, 0xca, 0x06, 0x95, 0xad, 0x0e, 0xdf, 0x59, 0x31, 0x3a, 0x08, 0x27, 0xd8, 0x99, 0xe1, 0x5d, 0xf2, 0xa7, 0xe8, 0x19, 0xaf, 0x14, 0x9d, 0x79, 0x7b, 0x23, 0xd0, 0x26, 0xcc, 0xb4, 0x31, 0x6e, 0x11, 0x13, 0x29, 0x5c, 0x32, 0x83, 0x1f, 0x95, 0xdd, 0x10, 0xfa, 0x96, 0x26, 0xa1, 0x37, 0x91, 0xa1, 0x8e, 0x59, 0x4e, 0xcf, 0x77, 0x83, 0xba, 0x39, 0xfe, 0x88, 0x28, 0xbb, 0xeb, 0x50, 0x67, 0xf7, 0xc9, 0x2d, 0x07, 0xd9, 0xcd, 0x29, 0x84, 0xdd, 0xa9, 0x26, 0xaf, 0xea, 0xde, 0xb0, 0x4b, 0xe0, 0x17, 0x66, 0xb6, 0x7b, 0x5a, 0xfe, 0x3a, 0xa7, 0xda, 0x6e, 0x8b, 0x4e, 0x83, 0xdd, 0xd7, 0x72, 0x6d, 0x21, 0x0e, 0xfc, 0xb5, 0x0c, 0x27, 0x40, 0x64, 0x47, 0x4f, 0x02, 0x99, 0xcd, 0xbe, 0xdb, 0x54, 0xfc, 0x3a, 0x57 } }; static const struct cckprng_op_refresh op_refresh_455 = { .hd = { .id = 430, .kind = OP_REFRESH }, .rand = 16227193835437116091ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_456 = { .hd = { .id = 431, .kind = OP_RESEED }, .nonce = 7252064706510302997ULL, .seed_nbytes = 193, .seed = { 0xe7, 0xff, 0xe7, 0x4d, 0xd1, 0x9b, 0x3e, 0x16, 0x29, 0x02, 0x81, 0xb4, 0x82, 0x18, 0x4d, 0x9e, 0x1e, 0x3b, 0x69, 0x99, 0x99, 0x93, 0x9a, 0x84, 0x44, 0x46, 0x94, 0xaf, 0x3c, 0x79, 0x76, 0xfa, 0x27, 0x08, 0x9f, 0x34, 0x9d, 0x32, 0xc0, 0x95, 0xf2, 0xff, 0xf2, 0x36, 0x49, 0x10, 0xe0, 0x28, 0xfe, 0x72, 0x35, 0x96, 0x96, 0x26, 0x6d, 0x37, 0xb8, 0x59, 0x82, 0x79, 0x9e, 0x13, 0x54, 0x4d, 0x8e, 0x46, 0xb0, 0x98, 0xd1, 0x7e, 0xac, 0x09, 0x50, 0xb2, 0x06, 0xdb, 0x48, 0x2d, 0x42, 0x58, 0x5b, 0xe9, 0xcb, 0x00, 0x45, 0x42, 0x40, 0xc4, 0x6a, 0xd6, 0x97, 0x82, 0x44, 0x56, 0x24, 0x18, 0xf0, 0xc9, 0x2e, 0xf3, 0x7d, 0xeb, 0x45, 0xac, 0xf7, 0x80, 0xff, 0x97, 0x5a, 0x4f, 0x55, 0x28, 0x7f, 0x76, 0xbc, 0x87, 0xef, 0xfc, 0xdd, 0x51, 0xd1, 0x78, 0xa1, 0x87, 0x7d, 0x7d, 0x89, 0x1b, 0x30, 0x2e, 0x9c, 0xf6, 0x9d, 0x2a, 0xa5, 0x23, 0x44, 0xaf, 0x80, 0xc4, 0x15, 0x8b, 0x40, 0x88, 0x44, 0xe2, 0x71, 0xaf, 0x12, 0xb3, 0x05, 0xce, 0x62, 0x01, 0x98, 0x59, 0x5d, 0x0a, 0x9c, 0xc2, 0x78, 0x1c, 0xcc, 0x9f, 0xac, 0xc0, 0x35, 0x8a, 0xbf, 0xd8, 0xe6, 0x55, 0x9e, 0xe8, 0xf5, 0xe3, 0x5c, 0x80, 0xde, 0x5f, 0xfb, 0x36, 0x07, 0x74, 0x25, 0xfb, 0xaf, 0x61, 0xfa, 0x3c, 0x80, 0x37, 0x1f } }; static const struct cckprng_op_generate op_init_457 = { .hd = { .id = 432, .kind = OP_GENERATE }, .rand_nbytes = 77, .out = { .rand = { 0x68, 0x05, 0xfc, 0xf1, 0xc1, 0x7e, 0xab, 0x90, 0xe6, 0xd8, 0x25, 0x64, 0xee, 0x6c, 0xbc, 0xe8, 0xf6, 0xde, 0x07, 0x0c, 0x3d, 0x08, 0x9e, 0x65, 0x2e, 0x50, 0x12, 0xc7, 0x6b, 0x16, 0xb7, 0xdc, 0x36, 0x69, 0xfe, 0x66, 0x20, 0x85, 0x3a, 0x56, 0xf0, 0xbc, 0xcf, 0xb7, 0x22, 0x5e, 0x0d, 0x64, 0x1f, 0x8f, 0xb0, 0xad, 0xd9, 0x01, 0xf7, 0x5b, 0xf6, 0x83, 0xcc, 0x91, 0x11, 0xc2, 0xb9, 0x0e, 0xd7, 0x55, 0x2c, 0x3e, 0xc6, 0x3f, 0xbe, 0xde, 0xff, 0xe0, 0x4a, 0x01, 0xd2 } } }; static const struct cckprng_op_generate op_init_458 = { .hd = { .id = 433, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0xdf, 0xd6, 0x18, 0x07, 0xec, 0x1a, 0x70, 0x6d, 0x65, 0x21, 0x49, 0xb8, 0x4b, 0xce, 0xab, 0x00, 0xdb, 0xb6, 0x57, 0x6d, 0x7d, 0x63, 0x7d, 0x6e, 0x8a, 0xf0, 0x96, 0x44, 0xdb, 0x24, 0x9c, 0x9c, 0x7b, 0x47, 0xa5, 0xdb, 0xc2, 0x45, 0x83, 0xa9, 0xee, 0x2f, 0x5d, 0x1c, 0x46, 0x90, 0x54, 0x23, 0x2d, 0x77, 0x7c, 0x6e, 0x0c, 0x23, 0xbe, 0xff, 0x16, 0x63, 0x47, 0xa1, 0xc2, 0xf1, 0x50, 0x55, 0xa1, 0x69, 0xfb, 0x01, 0x89, 0x37, 0x22, 0x00, 0x82, 0xbf, 0x89, 0x6f, 0x2f, 0x90, 0x71, 0x84, 0x61, 0x69, 0x2e, 0x10, 0x15 } } }; static const struct cckprng_op_reseed op_reseed_459 = { .hd = { .id = 434, .kind = OP_RESEED }, .nonce = 5789314194935117480ULL, .seed_nbytes = 163, .seed = { 0xbe, 0xee, 0x08, 0xb4, 0xc6, 0xf9, 0x32, 0x36, 0x93, 0x6b, 0xcf, 0xee, 0xbe, 0xb8, 0x5c, 0x4a, 0xf8, 0x92, 0xe4, 0x12, 0x6c, 0x77, 0xb0, 0xd7, 0xce, 0x04, 0xd4, 0x0e, 0x92, 0x71, 0xef, 0x0b, 0xbb, 0x3f, 0x18, 0x79, 0xd9, 0xa8, 0x80, 0xf4, 0x4d, 0x3d, 0x6e, 0xa9, 0xfe, 0x6b, 0x37, 0xc6, 0xac, 0x2f, 0xc3, 0x47, 0xd6, 0x6b, 0xef, 0x2a, 0x2f, 0xd1, 0x53, 0x48, 0x5d, 0xc1, 0x02, 0xc6, 0xc2, 0xf0, 0xda, 0x45, 0x81, 0x87, 0x06, 0xc7, 0xa6, 0x9c, 0x2f, 0x01, 0xde, 0x6b, 0x51, 0xb5, 0x89, 0x3e, 0xa0, 0xb9, 0x33, 0x49, 0x90, 0x85, 0x23, 0xa8, 0xad, 0x4e, 0x9f, 0x3a, 0xc0, 0x67, 0x3a, 0x59, 0xc1, 0xef, 0x57, 0x49, 0x68, 0x66, 0xde, 0xe9, 0x10, 0x99, 0x1d, 0x9e, 0x8f, 0x7f, 0xba, 0x72, 0xa3, 0xb7, 0xc3, 0x9f, 0x59, 0x46, 0x9d, 0xc6, 0x3c, 0xf8, 0x6f, 0xd6, 0x87, 0x70, 0x1e, 0xe1, 0x35, 0x2b, 0xc1, 0x46, 0xa0, 0xb7, 0x13, 0x5c, 0xfa, 0xe1, 0x52, 0xb5, 0xc0, 0x13, 0x44, 0xd9, 0x0e, 0x08, 0x8f, 0xd8, 0x57, 0x12, 0x3b, 0x07, 0x52, 0x45, 0x00, 0x04, 0xbb, 0x97, 0x33, 0x3e, 0x04 } }; static const struct cckprng_op_refresh op_refresh_460 = { .hd = { .id = 435, .kind = OP_REFRESH }, .rand = 2016728353690995307ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_461 = { .hd = { .id = 436, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0xdd, 0x4e, 0xd6, 0xce, 0xfb, 0x7d, 0xa8, 0xe6, 0xd9, 0x49, 0x2c, 0x17, 0x5e, 0xf2, 0x00, 0x83, 0xd0, 0x1b, 0x02, 0x97, 0x88, 0x97, 0x72, 0x7e, 0x83, 0xc9, 0x55, 0xe7, 0x82, 0xf2, 0xfa, 0x81, 0x9c, 0x12, 0x93, 0x25, 0x61, 0x6a, 0xd3, 0x3b, 0x04, 0x77, 0x3a, 0x14, 0xd9, 0x30, 0x24, 0xa0, 0x4d, 0x93, 0x0f, 0xe6, 0xad, 0x5f, 0x73, 0xbb, 0xd5, 0x40, 0x36, 0x37, 0x08, 0x3b, 0x20, 0x18, 0xf5, 0x2c, 0x6f, 0xe3, 0x66, 0x42, 0x25, 0x1f, 0xaf, 0x8c, 0xa8, 0x56, 0x8b, 0xc0, 0xeb, 0x94, 0xf8, 0x94, 0x11, 0xc1, 0x76, 0xb9, 0xbd, 0xdf, 0x68, 0x66, 0x39, 0x5c, 0x42, 0x35, 0x6f, 0xb8, 0x83, 0x90, 0x18, 0x84, 0x84, 0xb0, 0x16, 0xeb, 0x47, 0x85, 0xee, 0xd3, 0x98, 0x1a, 0xba, 0xc9, 0x32, 0x4b, 0x3b, 0x2f, 0x0c, 0xe1, 0xb1, 0x74, 0x2e, 0x84, 0x18, 0x5d, 0xa2, 0x8d, 0x86, 0xd5, 0x80, 0xc0, 0x81, 0x7c, 0xc4, 0x25, 0x89, 0x5d, 0x30, 0x41, 0x86, 0x81, 0x36, 0xf4, 0x1c, 0x21, 0xb8, 0x15, 0xee, 0x3c, 0x4a, 0x37, 0xda, 0xfd, 0xf1, 0x5c, 0xe5, 0xc6, 0xc3, 0x8e, 0xe9, 0xe5, 0x94, 0x89, 0x78, 0x5d, 0x5e, 0x23, 0x88, 0x58, 0xeb, 0x4f, 0x8a, 0xe3, 0xf3, 0xe3, 0x9c, 0x6e, 0x89, 0x1b, 0x86, 0xe0, 0xcd, 0xa0, 0x29, 0x97, 0x24, 0x2d, 0x93, 0x56, 0xdf, 0xbf, 0x92, 0xcd, 0xf8, 0xbd, 0x41, 0x57, 0x20, 0xa9, 0x02, 0x88, 0x0f, 0x84, 0x03, 0x2d, 0x99, 0xf9, 0x47, 0x50, 0xa3, 0xa8, 0x0d, 0xf1, 0x76, 0x49, 0x87, 0x97, 0x63, 0x0a, 0x49, 0x90, 0x17, 0xa8, 0x3c, 0x23, 0x32, 0xb1, 0xc7, 0x5a, 0xb5, 0xd2, 0xe8, 0xf5, 0xd1, 0xa2, 0xf7, 0xfe, 0x89, 0xfa, 0xa4, 0x2a, 0x51, 0x6d, 0x15, 0xe4, 0xf2, 0x2d, 0x3e, 0x50, 0x8f, 0x41, 0x16, 0x30, 0x80, 0x0a, 0x0d, 0xa5, 0x76, 0xd6 } } }; static const struct cckprng_op_reseed op_reseed_462 = { .hd = { .id = 437, .kind = OP_RESEED }, .nonce = 10680546124330750089ULL, .seed_nbytes = 40, .seed = { 0x65, 0xee, 0x30, 0x43, 0x77, 0x7a, 0x8c, 0x21, 0x2c, 0x7d, 0xf8, 0x4d, 0x9c, 0x17, 0x17, 0x8a, 0xad, 0x99, 0xed, 0x1e, 0xeb, 0x34, 0xd4, 0xac, 0xe2, 0xac, 0x64, 0x5a, 0x78, 0x2d, 0x33, 0xbd, 0x33, 0x58, 0xd3, 0xa0, 0xb1, 0x13, 0xb3, 0x0b } }; static const struct cckprng_op_generate op_init_463 = { .hd = { .id = 438, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0xdf, 0xd9, 0x7d, 0x96, 0x61, 0xb5, 0xdc, 0x69, 0x09, 0xd7, 0xa2, 0x01, 0xef, 0xe8, 0xd5, 0xc9, 0x40, 0x45, 0x5f, 0x8c, 0xe0, 0x91, 0x31, 0x2f, 0x13, 0xd4, 0x11, 0xde, 0x3b, 0x9e, 0xc0, 0xd4, 0x1e, 0x4b, 0x4e, 0x34, 0x77, 0xf2, 0x1a, 0xc1, 0xeb, 0x9c, 0xcf, 0xb5, 0xfb, 0x2c, 0x0e, 0x1a, 0x14, 0xd1, 0x66, 0x59, 0x94, 0xe9, 0x97, 0x0c, 0x1b, 0x16, 0x01, 0xaf, 0x1b, 0xe4, 0x8b, 0x1c, 0xb1, 0xe7, 0x7d, 0xa0, 0xd4, 0x7a, 0xaf, 0x4f, 0x00, 0x97, 0x17, 0x80, 0x91, 0x11, 0xe8, 0x64, 0x8c, 0x02, 0x38, 0x98, 0x7c, 0x04, 0xbc, 0x63, 0x69, 0xf3, 0x9c, 0x4c, 0x14, 0xd0, 0x0c, 0x51, 0x65, 0x8b, 0x54, 0xb3, 0xc1, 0x58, 0xa0, 0x29, 0x3c, 0xa9, 0xbd, 0xb7, 0x30, 0x09, 0xc0, 0x68, 0x99, 0x9f, 0x82, 0x4c, 0xe4, 0x2a, 0x9a, 0x1d, 0x83, 0xda, 0xaf, 0x61, 0x76, 0x99, 0xcf, 0xe3, 0x91, 0x6e, 0x21, 0xd8, 0x99, 0x21, 0x9f, 0xd2, 0x65, 0x96, 0xd6, 0xce, 0xe0, 0xbd, 0xc3, 0x9d, 0xa7, 0xfb, 0x1f, 0x30, 0xfc, 0xc2, 0xc6, 0x71, 0xb9, 0x35, 0x89, 0xda, 0xee, 0x76, 0x3e, 0xbd, 0xe3, 0x4e, 0xbf, 0x3a, 0x82, 0xda, 0xbc, 0x94, 0x8e, 0xa3, 0x10, 0x70, 0x56, 0xf3, 0xf9, 0x21, 0xf7, 0xb7, 0xb2, 0x07, 0x49, 0x9c, 0x0b, 0x2d, 0x08, 0x04, 0x8d, 0xc6, 0x48, 0x0d, 0x2d, 0xeb, 0xbe, 0xfd, 0x1b, 0xbc, 0x42, 0xc2, 0xe5, 0x16, 0x0a, 0xb6, 0x03, 0xe9, 0x43, 0x41, 0x89, 0x6d, 0xdf, 0x75, 0xa1, 0x49, 0x71, 0xd2, 0x18, 0x4c, 0xeb, 0x86, 0x15, 0x70, 0xef, 0x76, 0xe1, 0x5b, 0x19, 0xc1, 0x0e, 0x8f, 0xd4, 0x82, 0x96, 0xc3, 0xd0, 0x3c, 0xa6, 0xee, 0x08, 0x10, 0xc3, 0xd9, 0xaf, 0xe2, 0xf7, 0x86, 0x46, 0x52, 0x8a, 0x31, 0x6f, 0x3c, 0xbb, 0x37, 0x9f, 0xb3, 0x44, 0x75, 0xe2, 0x0d, 0xab, 0x1a, 0xd5, 0xb3 } } }; static const struct cckprng_op_reseed op_reseed_464 = { .hd = { .id = 439, .kind = OP_RESEED }, .nonce = 17794259789772259261ULL, .seed_nbytes = 144, .seed = { 0xc8, 0xa8, 0x5c, 0xa8, 0xf2, 0xca, 0x2d, 0x20, 0xc0, 0x63, 0x84, 0x56, 0xfb, 0xf8, 0x6b, 0x70, 0xb1, 0x69, 0x43, 0x40, 0x0a, 0xfe, 0x22, 0x98, 0xef, 0xdd, 0xaa, 0x53, 0xd9, 0x82, 0x70, 0xf4, 0x4a, 0x23, 0xe1, 0x82, 0x06, 0x4e, 0xd0, 0xd0, 0x98, 0x94, 0x5f, 0x55, 0x2f, 0x91, 0xe7, 0xc9, 0x94, 0x6e, 0xcc, 0x46, 0xe0, 0x12, 0x8d, 0xa8, 0xdf, 0x5d, 0x4b, 0x61, 0x6f, 0x7a, 0x19, 0xe7, 0x68, 0x18, 0x8f, 0xcf, 0x7e, 0x9d, 0xf7, 0x34, 0x7f, 0x37, 0x23, 0x54, 0x96, 0x15, 0xd6, 0xfd, 0xb5, 0xf6, 0x63, 0x41, 0xdb, 0x07, 0xb8, 0xcc, 0x34, 0xfb, 0x03, 0x58, 0x2b, 0xe4, 0x5e, 0x29, 0xb8, 0x71, 0xe9, 0xb1, 0x41, 0x46, 0xbd, 0x61, 0xe9, 0x99, 0xef, 0xc6, 0x6d, 0x39, 0xbb, 0x15, 0xfc, 0x0c, 0x7a, 0x6f, 0x57, 0x72, 0xa2, 0xc9, 0x0c, 0x56, 0xb6, 0x7b, 0x0d, 0x53, 0x78, 0x16, 0xfc, 0xf0, 0x84, 0x0c, 0x5e, 0x09, 0x38, 0xe4, 0x40, 0x2f, 0xef, 0x96, 0xee, 0x85, 0xdb, 0x75 } }; static const struct cckprng_op_reseed op_reseed_465 = { .hd = { .id = 440, .kind = OP_RESEED }, .nonce = 7204566591439227208ULL, .seed_nbytes = 183, .seed = { 0xcf, 0x55, 0x9a, 0x18, 0x8f, 0xcc, 0x74, 0x31, 0x01, 0xdd, 0x45, 0x3f, 0x9c, 0xcb, 0xe0, 0x25, 0x97, 0x95, 0xe1, 0x19, 0xaf, 0x6c, 0x50, 0x6f, 0xe6, 0x2a, 0x41, 0x06, 0x7c, 0xbd, 0xb7, 0x4e, 0x76, 0x14, 0x76, 0x1c, 0x57, 0xf2, 0x93, 0x11, 0x9e, 0x38, 0x89, 0x4f, 0xba, 0xce, 0xc8, 0x9b, 0x0a, 0xfa, 0xfe, 0x6e, 0x16, 0x05, 0x9b, 0xa5, 0x28, 0x19, 0xde, 0x59, 0xb8, 0x43, 0x49, 0x7c, 0xa8, 0x05, 0xc6, 0x04, 0x9e, 0xf5, 0x06, 0x1a, 0xfe, 0x75, 0xd5, 0x29, 0x95, 0x44, 0x41, 0x53, 0x20, 0x86, 0xe2, 0x34, 0x88, 0xb1, 0xfb, 0x60, 0xc4, 0x3b, 0x44, 0xc7, 0x11, 0x56, 0x5f, 0x3d, 0x3a, 0xc4, 0xc2, 0x5a, 0xc8, 0x21, 0x49, 0x7c, 0xfd, 0x35, 0x76, 0xfd, 0x7d, 0x12, 0xdf, 0xa3, 0x84, 0x07, 0xbd, 0x42, 0x0e, 0x2d, 0x11, 0x75, 0xf9, 0x78, 0xba, 0xa2, 0xca, 0xe6, 0x7e, 0xce, 0x56, 0x6d, 0x99, 0x8a, 0x80, 0x04, 0x71, 0x0a, 0x5d, 0x33, 0x04, 0x26, 0xc7, 0xc3, 0xf9, 0x31, 0xfe, 0x98, 0x52, 0x26, 0x09, 0xa7, 0xd5, 0x29, 0x9e, 0x2b, 0x73, 0xab, 0x12, 0x4e, 0x34, 0x54, 0xfe, 0x39, 0x61, 0x22, 0xe6, 0x2b, 0x36, 0xa7, 0x70, 0xd2, 0xcd, 0x85, 0x95, 0x13, 0xc1, 0xc7, 0x63, 0xa0, 0xd8, 0x44, 0x8b, 0x52, 0x91 } }; static const struct cckprng_op_refresh op_refresh_466 = { .hd = { .id = 441, .kind = OP_REFRESH }, .rand = 9903498382943426261ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_467[] = { (const struct cckprng_op *)&op_init_451, (const struct cckprng_op *)&op_reseed_452, (const struct cckprng_op *)&op_init_453, (const struct cckprng_op *)&op_reseed_454, (const struct cckprng_op *)&op_refresh_455, (const struct cckprng_op *)&op_reseed_456, (const struct cckprng_op *)&op_init_457, (const struct cckprng_op *)&op_init_458, (const struct cckprng_op *)&op_reseed_459, (const struct cckprng_op *)&op_refresh_460, (const struct cckprng_op *)&op_init_461, (const struct cckprng_op *)&op_reseed_462, (const struct cckprng_op *)&op_init_463, (const struct cckprng_op *)&op_reseed_464, (const struct cckprng_op *)&op_reseed_465, (const struct cckprng_op *)&op_refresh_466 }; static const struct cckprng_vector vec_468 = { .id = 442, .note = NULL, .nops = 16, .ops = ops_467 }; static const struct cckprng_op_init op_init_469 = { .hd = { .id = 443, .kind = OP_INIT }, .seed = { 0xe6, 0x9a, 0xf4, 0x3c, 0x8a, 0x00, 0x55, 0x2e, 0xcb, 0xaa, 0x7e, 0x93, 0x32, 0x4b, 0x9f, 0x97, 0x38, 0x57, 0x4c, 0x4e, 0xe3, 0x7f, 0x70, 0x92, 0x3d, 0x23, 0x18, 0x84, 0x4d, 0x1c, 0x94, 0x59 }, .nonce = { 0x2a, 0x2c, 0x94, 0x42, 0x61, 0x54, 0x5c, 0x7b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_470 = { .hd = { .id = 444, .kind = OP_GENERATE }, .rand_nbytes = 198, .out = { .rand = { 0xc0, 0x8f, 0xb5, 0xda, 0x94, 0x2f, 0x55, 0x5b, 0x37, 0x6a, 0x92, 0x22, 0xf7, 0x83, 0x6b, 0x56, 0x52, 0xa9, 0x49, 0x3b, 0x98, 0xc9, 0x19, 0xdf, 0x30, 0x74, 0x1d, 0x13, 0xcb, 0x03, 0xd2, 0x55, 0xe8, 0x7c, 0x36, 0x04, 0xee, 0xe7, 0xf7, 0x2f, 0xaa, 0x9b, 0x6e, 0xfc, 0xee, 0x14, 0xdc, 0x43, 0x86, 0x16, 0x69, 0x2f, 0xe5, 0x53, 0xd4, 0xdb, 0x09, 0x61, 0xf3, 0xcb, 0xaf, 0x1b, 0x3e, 0x13, 0x5b, 0xf8, 0x10, 0x92, 0x71, 0xec, 0x20, 0xcc, 0x42, 0x6b, 0x18, 0xa6, 0x86, 0x01, 0xa0, 0x1a, 0x66, 0xb6, 0x46, 0x81, 0x68, 0x3b, 0x72, 0x59, 0x17, 0x71, 0xfb, 0xcd, 0x59, 0x9c, 0x21, 0x30, 0xb0, 0x59, 0xf6, 0x69, 0x83, 0xc9, 0x73, 0x8b, 0x82, 0xf4, 0x2e, 0x81, 0x31, 0xbc, 0x9c, 0x69, 0x96, 0x74, 0x94, 0xf9, 0x29, 0xe1, 0xfe, 0x5b, 0x90, 0xe5, 0xb0, 0x93, 0x10, 0x0a, 0x46, 0x44, 0xc6, 0x6f, 0x57, 0x09, 0xf5, 0xc6, 0xaa, 0xcf, 0x48, 0xb7, 0xcf, 0x7c, 0x0d, 0xff, 0xbb, 0xe9, 0xbb, 0xb7, 0x8d, 0xbd, 0x36, 0x23, 0xec, 0x9c, 0x2f, 0x53, 0x08, 0x5b, 0xea, 0x64, 0xee, 0x7a, 0xf9, 0xc5, 0x5f, 0x0f, 0x1f, 0xe0, 0x36, 0xbd, 0x13, 0x3a, 0xba, 0x09, 0x0b, 0xfd, 0xb6, 0xfd, 0x5d, 0xa1, 0xc9, 0xa4, 0x55, 0x8e, 0x55, 0xcc, 0x28, 0xbc, 0xb3, 0xc1, 0xd0, 0xa2, 0xdc, 0xbb, 0xd3, 0x0d, 0xcc, 0xba, 0xd8, 0x44 } } }; static const struct cckprng_op_generate op_init_471 = { .hd = { .id = 445, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0xaf, 0x90, 0xa1, 0x3a, 0x3d, 0xcc, 0x25, 0x64, 0x68, 0xb7, 0x02, 0x78, 0x07, 0x78, 0x85, 0x1c, 0x8f, 0x03, 0x7f, 0x8c, 0xb3, 0x38, 0xd6, 0x68, 0xd6, 0x36, 0x74, 0xc8, 0x41, 0xda, 0xbc, 0x32, 0x94, 0x99, 0xf4, 0xa2, 0x0a, 0x59, 0xda, 0xb4, 0x17, 0x95, 0x5b, 0x8d, 0x6c, 0x7d, 0x98, 0xfd, 0xf8, 0xa6, 0x1e, 0x28, 0x7b, 0x05, 0x7c, 0x04, 0xd2, 0x27, 0xf0, 0xbd, 0x46, 0xc6, 0xd5, 0x1e, 0x0e, 0x55, 0xe2, 0x6f, 0xbb, 0xe4, 0xfc, 0x24, 0x98, 0x94, 0x04, 0xb0, 0xb7, 0xb3, 0xd3, 0xe0, 0x80, 0xe8, 0xce, 0x04, 0x74, 0x1e, 0x11, 0x95, 0x9b, 0x2f, 0x9b, 0x5e, 0x10, 0xd0, 0xab, 0xea, 0x91, 0x2f, 0x0d, 0x4d, 0x30, 0xfe, 0x08, 0xb9, 0x6d, 0x76, 0x08, 0x6b, 0x76, 0x57, 0x91, 0x96, 0x7a, 0x59, 0x62, 0x6c, 0xc5, 0x8b, 0x2b, 0x12, 0x7e, 0xc9, 0x4a, 0xc2, 0xaa, 0x66, 0x70, 0xdc, 0x5c, 0xcb, 0xc4, 0x9f, 0xde, 0xa6, 0xbc, 0x86, 0x18, 0x73, 0x63, 0x7f, 0x85, 0x30, 0xb0, 0xf1, 0x43, 0x68, 0x8c, 0x9e, 0x9d, 0xc1, 0x66, 0xc3, 0x86, 0x7a, 0x71, 0xe2, 0x1d, 0xbd, 0xfb, 0xf1, 0x88, 0xe3, 0xa3, 0xd4, 0x3f, 0x14, 0x70, 0xc6, 0x18, 0xfe, 0x13, 0x10, 0x32, 0xcf, 0xaa, 0xd1, 0xbe, 0x47, 0xb1, 0x1f, 0x6f, 0xe3, 0x8b, 0x07, 0x07, 0x8e, 0xdd, 0x49, 0x4b, 0xc6, 0xd0, 0xcc, 0xc6, 0xd7, 0xd5, 0xf7, 0x08, 0x96, 0xe9, 0x8f, 0x5d, 0x9e } } }; static const struct cckprng_op_refresh op_refresh_472 = { .hd = { .id = 446, .kind = OP_REFRESH }, .rand = 9134543584989722862ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_473 = { .hd = { .id = 447, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0x4e, 0x81, 0xc2, 0xc1, 0x4b, 0x26, 0x0a, 0xd9, 0x5e, 0x52, 0xf1, 0x5f, 0x5e, 0x74, 0xf7, 0x9d, 0xcc, 0x85, 0xed, 0xe9, 0xa9, 0x2c, 0x2c, 0x6c, 0xff, 0x18, 0x21, 0x33, 0xdc, 0xc4, 0xad, 0x63, 0xeb, 0x05, 0x79, 0x21, 0xf1, 0x18, 0x02, 0x1b, 0xd1, 0xb9, 0x5e, 0x96, 0xe8, 0xf6, 0x45, 0xd4, 0xea, 0xca, 0x47, 0xf4, 0x17, 0x2b, 0x4f, 0x40, 0xe7, 0xf6, 0xe7, 0xc1, 0x15, 0x8d, 0xff, 0xa1, 0x2a, 0xb9, 0x1d, 0xbe, 0x84, 0xc4, 0x1f, 0xfa, 0x67, 0x15, 0xcf, 0x11, 0xeb, 0xde, 0xed, 0xf9, 0xf9, 0xb7, 0x43, 0x05, 0x3e, 0x43, 0xab, 0x7c, 0x6b, 0xbd, 0xc6, 0x88, 0xf9, 0x11, 0xa5, 0x9c, 0x29, 0x91, 0xfa, 0x1d, 0x71, 0x9c, 0x2b, 0x4e, 0xb0, 0x92, 0xc4, 0xc0, 0x9b, 0x53, 0x27, 0x92, 0xd6, 0xa9, 0xad, 0x6b, 0x82, 0x31, 0x4a, 0x8d, 0x05, 0x9d, 0x34, 0x4c, 0x83, 0x1b, 0x3c, 0x48, 0xda, 0xbd, 0x9b, 0x50, 0x2c, 0x0e, 0xb5, 0x4b, 0xed, 0xd0, 0xc3, 0xf9, 0xe3, 0xbd, 0x8c, 0x38, 0x62, 0xea, 0xf4, 0x28, 0x18, 0x89, 0x4c, 0x7e, 0x23, 0x47, 0xc7, 0xf5, 0x75, 0x7e, 0xbb, 0x89, 0x88, 0xfc, 0xa3 } } }; static const struct cckprng_op_refresh op_refresh_474 = { .hd = { .id = 448, .kind = OP_REFRESH }, .rand = 6090124933932792676ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_475 = { .hd = { .id = 449, .kind = OP_REFRESH }, .rand = 16031229313792625539ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_476 = { .hd = { .id = 450, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0xee, 0x9e, 0x71, 0xab, 0xa5, 0x6a, 0xef, 0xfa, 0x4e, 0xd7, 0xa3, 0x09, 0xbe, 0x75, 0xfd, 0xf7, 0xec, 0x24, 0xcd, 0xdd, 0xb8, 0x96, 0xb4, 0x4f, 0xd9, 0x96, 0x8c, 0xf6, 0xaa, 0x6b, 0x94, 0x78, 0x9c, 0xdd, 0x51, 0x6d, 0xc0, 0x1c, 0x46, 0x5a, 0x61, 0x86, 0xf3, 0xf3, 0xa4, 0xd5, 0x46 } } }; static const struct cckprng_op_refresh op_refresh_477 = { .hd = { .id = 451, .kind = OP_REFRESH }, .rand = 813415211804070331ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_478 = { .hd = { .id = 452, .kind = OP_GENERATE }, .rand_nbytes = 120, .out = { .rand = { 0x7c, 0xdf, 0x69, 0xc9, 0xc6, 0xc6, 0x28, 0xac, 0x1b, 0x5c, 0xbc, 0x5b, 0x5a, 0xa6, 0x03, 0xcf, 0xdc, 0xcf, 0x99, 0xb2, 0xed, 0x27, 0x96, 0xb4, 0x58, 0xde, 0xef, 0x6c, 0x98, 0xb8, 0x67, 0x4a, 0x3a, 0x13, 0x42, 0x01, 0xb4, 0xb2, 0x16, 0xf7, 0x38, 0x01, 0xb9, 0x7e, 0x82, 0xe6, 0x8a, 0x9e, 0xa8, 0x7e, 0x55, 0x08, 0xaf, 0x99, 0xfd, 0x17, 0x6d, 0xc9, 0xd0, 0xce, 0xe9, 0x08, 0x2e, 0x55, 0xb4, 0xe1, 0x05, 0x83, 0x94, 0xf0, 0xd0, 0x3f, 0x0c, 0x06, 0xcf, 0x6e, 0xc8, 0x00, 0xa5, 0x62, 0x1e, 0x7b, 0xe0, 0x51, 0x8f, 0x6a, 0x66, 0x02, 0x78, 0x2c, 0x4d, 0x47, 0x4a, 0x26, 0x02, 0xa7, 0x09, 0xe9, 0xa6, 0x40, 0x9e, 0x08, 0x4f, 0xbe, 0xd4, 0x94, 0xb6, 0x2b, 0x07, 0x5e, 0xab, 0x41, 0xaf, 0xc1, 0xc5, 0x75, 0xcf, 0x7a, 0x7b, 0xe2 } } }; static const struct cckprng_op_generate op_init_479 = { .hd = { .id = 453, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0x6d, 0xe2, 0xd8, 0x1b, 0x6a, 0xe0, 0xc6, 0x01, 0x75, 0x92, 0xd8, 0x96, 0x2f, 0x40, 0x42, 0xcb, 0x54, 0xbe, 0x97, 0xd0, 0xab, 0xee, 0xe8, 0x73, 0xd2, 0x4a, 0x82, 0x7e, 0x40, 0xd7, 0xca, 0xf4, 0x04, 0x36, 0x97, 0x7c, 0x4e, 0x89, 0xde, 0x9a, 0x7f, 0xe8, 0x62, 0x06, 0xec, 0x81, 0x16, 0x3f, 0x3d, 0x86, 0xd0, 0x6d, 0xfc, 0xf9, 0xdb, 0xb8, 0x90, 0xbe, 0x20, 0xd2, 0xc5, 0x2a, 0x41, 0xa4, 0xc3, 0x4e, 0x8c, 0x42, 0x7b, 0xc7, 0x55, 0xb1, 0x9b, 0x75, 0x26, 0x86, 0xee, 0x2d, 0x66, 0x4a, 0x64, 0x69, 0xa6, 0x2f, 0x2d, 0xbc, 0xa4, 0x5c, 0xfe, 0xf1, 0x46, 0xec, 0x46, 0x5a, 0x1f, 0xa1, 0x13, 0x09, 0x42, 0x78, 0xeb, 0x2b, 0x44, 0x02, 0x36, 0x90, 0x4d, 0x4b, 0x83, 0xcf, 0x17, 0xa8, 0xcc, 0xc5, 0x46, 0x09, 0x0d, 0x5f, 0x66, 0x98, 0xf1, 0x91, 0x59, 0xba, 0x9f, 0x3d, 0x7a, 0xc6, 0x7d, 0xe4, 0x51, 0x76, 0x99, 0x0f, 0x17, 0x7d, 0x47, 0x51, 0xf1, 0xe1, 0x6a, 0xb8, 0xbf, 0x10, 0xdd, 0x23, 0x23, 0x92, 0x44, 0x0c, 0xbc, 0xc7, 0x84, 0xa3, 0x73, 0x3b, 0x12 } } }; static const struct cckprng_op_reseed op_reseed_480 = { .hd = { .id = 454, .kind = OP_RESEED }, .nonce = 3065302596416172626ULL, .seed_nbytes = 97, .seed = { 0x25, 0x9b, 0x03, 0x49, 0x55, 0x39, 0x26, 0x7c, 0xf4, 0x0a, 0xb2, 0xba, 0x79, 0x92, 0x95, 0x39, 0xd3, 0x53, 0xee, 0xa9, 0xc1, 0x11, 0x68, 0x05, 0x7a, 0x6c, 0xf4, 0x39, 0xd6, 0x1f, 0x0c, 0x26, 0x6e, 0xfd, 0xbc, 0x0b, 0xba, 0x98, 0x02, 0xf8, 0xc3, 0xac, 0x5e, 0x4f, 0xfe, 0xe5, 0x28, 0x20, 0x8a, 0x11, 0xb2, 0xb8, 0x8c, 0x81, 0x1c, 0x1b, 0x8a, 0x03, 0xc7, 0xc1, 0x51, 0xd8, 0xda, 0x8e, 0x1b, 0x1f, 0xea, 0x40, 0x78, 0xb4, 0x3f, 0x24, 0x7e, 0x6a, 0x75, 0xc6, 0x21, 0xa0, 0x5b, 0xe6, 0xd7, 0x18, 0xa3, 0x19, 0x86, 0xf7, 0xc6, 0x07, 0xee, 0x73, 0x95, 0xf4, 0x1a, 0x22, 0x87, 0x7f, 0x96 } }; static const struct cckprng_op_generate op_init_481 = { .hd = { .id = 455, .kind = OP_GENERATE }, .rand_nbytes = 146, .out = { .rand = { 0xfd, 0x3b, 0x22, 0x18, 0x9a, 0x6d, 0xf9, 0xfb, 0x96, 0xca, 0x22, 0xcb, 0x13, 0xdf, 0xb6, 0xd5, 0x8b, 0x36, 0xe8, 0xc1, 0xa6, 0x28, 0xf3, 0xbe, 0x7e, 0x6d, 0xc2, 0x01, 0xf8, 0xed, 0x81, 0xd8, 0x01, 0xb2, 0xf4, 0x93, 0x90, 0xde, 0x99, 0x1e, 0xff, 0x5d, 0x32, 0x21, 0xb9, 0x24, 0x3c, 0xb8, 0x60, 0x63, 0x73, 0xd3, 0x3d, 0xcf, 0xd1, 0xa2, 0x73, 0xf0, 0xba, 0xe7, 0xe1, 0xee, 0xa2, 0x0e, 0xe5, 0xfa, 0x0f, 0xe4, 0x54, 0x2a, 0xeb, 0xc3, 0x1b, 0x06, 0xd0, 0xf4, 0x10, 0xe0, 0xba, 0x72, 0x33, 0x84, 0x29, 0x6d, 0xbf, 0x1b, 0xbb, 0xfc, 0x2c, 0xac, 0x69, 0x61, 0x2f, 0x37, 0x59, 0x0c, 0xce, 0xa7, 0xe9, 0x3b, 0xc7, 0x36, 0xd4, 0xe1, 0x59, 0x15, 0x2d, 0xe5, 0x81, 0x30, 0x42, 0x6d, 0xcb, 0x67, 0x7e, 0x6c, 0xf6, 0x52, 0x28, 0xe8, 0xbb, 0xb0, 0xfe, 0xeb, 0x7e, 0xc6, 0x34, 0xb2, 0x8b, 0xd7, 0x6e, 0x01, 0xc5, 0xd8, 0x65, 0x8e, 0x51, 0x36, 0x6b, 0x33, 0x3f, 0x9f, 0xb2, 0xa5, 0xad, 0xb2 } } }; static const struct cckprng_op_refresh op_refresh_482 = { .hd = { .id = 456, .kind = OP_REFRESH }, .rand = 3434523671094777109ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_483 = { .hd = { .id = 457, .kind = OP_RESEED }, .nonce = 14084501798810161654ULL, .seed_nbytes = 171, .seed = { 0xb6, 0xf8, 0x9b, 0x39, 0xaf, 0xe5, 0x17, 0x87, 0xa6, 0xcb, 0x8d, 0x4b, 0x69, 0x9a, 0x5e, 0x80, 0x20, 0x40, 0xc4, 0x60, 0x99, 0xb4, 0x46, 0xb9, 0x07, 0x25, 0x50, 0x51, 0x6d, 0x64, 0xac, 0x4f, 0x61, 0x24, 0xc4, 0xf8, 0x8a, 0x81, 0x9b, 0xb8, 0x44, 0xce, 0x8f, 0x33, 0x3c, 0xb6, 0x9f, 0xb9, 0xd4, 0x41, 0x96, 0x11, 0xd9, 0x35, 0xdd, 0x36, 0x50, 0x97, 0x64, 0xe7, 0x42, 0x17, 0x02, 0x31, 0x49, 0x51, 0xdd, 0xdb, 0xe5, 0x69, 0x8a, 0x82, 0x86, 0x00, 0xf8, 0x2a, 0xb4, 0x81, 0x15, 0xca, 0x0c, 0xfa, 0xf4, 0x12, 0x1c, 0xf5, 0x24, 0xee, 0x62, 0xb8, 0xe1, 0xa6, 0x62, 0x04, 0xac, 0xed, 0x30, 0x64, 0xf1, 0x9c, 0xc8, 0xb5, 0xd3, 0xb4, 0x41, 0x76, 0xae, 0x4b, 0x4f, 0xc3, 0xbd, 0x1b, 0x0e, 0x93, 0xe2, 0xa3, 0x08, 0xa5, 0xa9, 0x03, 0xa5, 0x95, 0xfa, 0x42, 0xcd, 0x2c, 0xea, 0x4f, 0x3f, 0xe1, 0x11, 0x20, 0x3b, 0x3b, 0x36, 0x2a, 0xa7, 0x75, 0x31, 0xf5, 0xe6, 0x39, 0x3a, 0xba, 0x0d, 0x9c, 0xa0, 0x77, 0xc0, 0x51, 0xd9, 0x83, 0x59, 0x4a, 0xc7, 0xbe, 0x7d, 0xb6, 0x9a, 0x32, 0x36, 0xa7, 0xbb, 0x5f, 0x21, 0xe1, 0x8b, 0xe1, 0x55, 0x56, 0xa2 } }; static const struct cckprng_op_reseed op_reseed_484 = { .hd = { .id = 458, .kind = OP_RESEED }, .nonce = 85739896498987671ULL, .seed_nbytes = 177, .seed = { 0xaf, 0x6d, 0x35, 0x1c, 0x4b, 0x64, 0x08, 0x2e, 0x9a, 0x89, 0x4b, 0xd4, 0xed, 0xb0, 0x6b, 0xa1, 0xd9, 0xfe, 0xd1, 0x10, 0x1d, 0x48, 0x8c, 0x1a, 0x04, 0xca, 0xc3, 0x83, 0x18, 0x38, 0x15, 0x84, 0xa2, 0x1f, 0x20, 0x8d, 0x4a, 0x46, 0x26, 0x89, 0x93, 0x9c, 0x0c, 0x64, 0x92, 0xa5, 0xcf, 0x31, 0x35, 0xc9, 0x9a, 0xed, 0xc7, 0x94, 0x4b, 0x96, 0xda, 0x68, 0xb9, 0x04, 0x58, 0x52, 0x4a, 0xdf, 0x66, 0xb8, 0xca, 0x8c, 0x73, 0xe0, 0xbb, 0x8f, 0x68, 0x22, 0x9d, 0x6a, 0x90, 0xd1, 0x8e, 0x35, 0x45, 0x95, 0x89, 0x22, 0xad, 0x14, 0x5b, 0x3b, 0x7e, 0x53, 0xc9, 0x88, 0xd3, 0x45, 0xd5, 0xda, 0x35, 0x1d, 0x8e, 0xe4, 0xa0, 0xa2, 0xe9, 0xce, 0x9f, 0x9b, 0x52, 0xd4, 0xdb, 0xe9, 0xdb, 0x60, 0xa1, 0xee, 0xd8, 0x99, 0x4b, 0x45, 0xf0, 0xf8, 0x6e, 0xf8, 0xe8, 0x3e, 0x15, 0x50, 0xc5, 0x04, 0xac, 0xd8, 0xb6, 0xf2, 0x9c, 0x62, 0xc1, 0xa6, 0xb6, 0x2e, 0xdf, 0xcc, 0xf7, 0x19, 0x20, 0xe7, 0x3c, 0x9d, 0xd1, 0x14, 0xe0, 0x83, 0xc8, 0xab, 0x5c, 0x74, 0x7c, 0x36, 0x35, 0x19, 0x30, 0x91, 0x5d, 0x76, 0x57, 0x19, 0x20, 0x52, 0x8e, 0xeb, 0x9e, 0x39, 0x6b, 0x8e, 0xfe, 0x0d, 0x40, 0x7e, 0x19 } }; static const struct cckprng_op *ops_485[] = { (const struct cckprng_op *)&op_init_469, (const struct cckprng_op *)&op_init_470, (const struct cckprng_op *)&op_init_471, (const struct cckprng_op *)&op_refresh_472, (const struct cckprng_op *)&op_init_473, (const struct cckprng_op *)&op_refresh_474, (const struct cckprng_op *)&op_refresh_475, (const struct cckprng_op *)&op_init_476, (const struct cckprng_op *)&op_refresh_477, (const struct cckprng_op *)&op_init_478, (const struct cckprng_op *)&op_init_479, (const struct cckprng_op *)&op_reseed_480, (const struct cckprng_op *)&op_init_481, (const struct cckprng_op *)&op_refresh_482, (const struct cckprng_op *)&op_reseed_483, (const struct cckprng_op *)&op_reseed_484 }; static const struct cckprng_vector vec_486 = { .id = 459, .note = NULL, .nops = 16, .ops = ops_485 }; static const struct cckprng_op_init op_init_487 = { .hd = { .id = 460, .kind = OP_INIT }, .seed = { 0xa2, 0x8c, 0x53, 0xd8, 0x2e, 0xc8, 0x1d, 0x0c, 0x47, 0x23, 0x56, 0xaa, 0x65, 0x8a, 0xcd, 0x67, 0xd7, 0x83, 0x54, 0x53, 0x84, 0xd3, 0xc2, 0xa7, 0xf4, 0xc7, 0x51, 0x0f, 0x3a, 0x4a, 0x3d, 0x5d }, .nonce = { 0x57, 0x2e, 0xe6, 0x1d, 0xe7, 0x23, 0x4d, 0x83 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_488 = { .hd = { .id = 461, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0x0f, 0x06, 0x87, 0x17, 0x44, 0x6c, 0x27, 0x41, 0xb2, 0x5b, 0xfc, 0x7c, 0x50, 0x30, 0x7f, 0xdf, 0x98, 0xf9, 0x04, 0x42, 0x94, 0x41, 0xcc, 0x43, 0xed, 0xea, 0xad, 0xe0, 0xaa, 0x6e, 0x78, 0x56, 0x5e, 0x58, 0x50, 0xd4, 0xab, 0x3c, 0x5e, 0x6c, 0x8a, 0x98, 0x7a, 0xa8, 0xde, 0x08, 0xdf, 0x0d, 0x7a, 0x33, 0x10, 0x8c, 0x88, 0xa8, 0xaa, 0x53, 0xe9, 0x3b, 0xb2, 0xa9, 0x16, 0x50, 0x20, 0x4b, 0x6d, 0xaa, 0xbf, 0x80, 0x97, 0xae, 0x82, 0x9e, 0x04, 0x47, 0x9a, 0x20, 0x13, 0xe2, 0x98, 0xb2, 0xf2, 0x57, 0xa8, 0x7c, 0xe2, 0xbd, 0x30, 0xf5, 0xb6, 0xf2, 0x0b, 0x9f, 0x6c, 0xfd, 0x07, 0x5c, 0x30, 0xed, 0x58, 0x7e, 0x42, 0xc0, 0x31, 0x83, 0xe6, 0x0b, 0x17, 0x1d, 0xa0, 0x19, 0xc8, 0x4c, 0x7c, 0xfe, 0x8f, 0xbe, 0x82, 0x8b, 0xc9, 0xaf, 0x1c, 0xef, 0xf8, 0xf4, 0x85, 0x74, 0xe0, 0x58, 0x41, 0x64, 0x5a, 0xf8, 0x19, 0x83, 0xb0, 0x14, 0x69, 0xae, 0xa8, 0xd6, 0x0b, 0x24, 0x0d, 0xde, 0xb2, 0x71, 0xb2, 0xbe, 0xe1, 0x9d, 0x59, 0xc0, 0x23, 0xd1, 0x2b, 0xb3, 0xee, 0x79, 0xc5, 0x10, 0xd0, 0x73, 0xdd, 0x35, 0xd8, 0x0b, 0x80, 0x32, 0x7a, 0xff, 0x7a, 0x86, 0xcf, 0x07, 0xbe, 0x79, 0x5b, 0x78, 0x41, 0x05, 0xd6, 0x86, 0x04, 0x9e, 0x78, 0xed, 0xeb, 0x04, 0xd9, 0x7d, 0xda, 0x73, 0xc1, 0xd1, 0xbc, 0x05, 0xdc, 0xec, 0xb8, 0xdb, 0xf0, 0x5a, 0xcf, 0xf5, 0xe8, 0xdf, 0xa1, 0x39, 0xd2, 0x11, 0x9d, 0x4c, 0xfd, 0xdd, 0x61, 0x97, 0x0f, 0x2d, 0xe2, 0x56, 0x1b, 0x1b, 0x52, 0xb1, 0x39, 0x92, 0x67, 0x44, 0x02, 0x1d, 0xfa, 0x94, 0xc6, 0x7f, 0x70, 0x84, 0x6f, 0xad, 0x20, 0x73, 0x77, 0x59, 0x82, 0x49, 0xf9, 0xa5, 0xda, 0xe2, 0x64, 0xa2, 0x95, 0x7d, 0xf3, 0x5b, 0xa4, 0x9d, 0x44, 0xd5, 0x6e, 0x14, 0xf5 } } }; static const struct cckprng_op_generate op_init_489 = { .hd = { .id = 462, .kind = OP_GENERATE }, .rand_nbytes = 278, .out = { .rand = { 0xed, 0x3f, 0xe9, 0xf5, 0x9b, 0x41, 0xcc, 0x4f, 0x01, 0x64, 0x60, 0xb3, 0xd3, 0x19, 0x03, 0x03, 0x56, 0xfd, 0xcb, 0xbb, 0x21, 0x9c, 0x9d, 0xeb, 0x7f, 0x79, 0x4e, 0x55, 0xef, 0x39, 0x14, 0x22, 0xfa, 0xed, 0x34, 0xd8, 0xc3, 0xfb, 0x5a, 0x95, 0x90, 0x58, 0x23, 0x20, 0x7a, 0xb2, 0x10, 0x56, 0xff, 0xf7, 0x18, 0xfe, 0x2f, 0x28, 0x23, 0x6e, 0x23, 0xf5, 0x78, 0xed, 0x94, 0xcd, 0xe3, 0x92, 0x10, 0xa7, 0xb7, 0x2c, 0xae, 0x5f, 0x8f, 0xb4, 0x5b, 0xaf, 0xcb, 0x3a, 0x9f, 0x83, 0xa6, 0xc6, 0xb6, 0x83, 0xe6, 0xfc, 0x9b, 0x05, 0x18, 0xed, 0xbb, 0x06, 0xce, 0xaa, 0x87, 0x6a, 0xf6, 0xfb, 0x8b, 0x64, 0xfe, 0x80, 0x73, 0x83, 0x50, 0x15, 0xaf, 0x5d, 0xc4, 0x6c, 0x9d, 0xc8, 0x0d, 0x03, 0xae, 0x09, 0xe1, 0x1e, 0x82, 0xf6, 0x42, 0x6b, 0xae, 0x2a, 0x11, 0x41, 0xd0, 0x86, 0xd6, 0xcf, 0xbc, 0xb1, 0x22, 0x3a, 0xae, 0xe8, 0x2e, 0xe2, 0x23, 0x72, 0xb3, 0x4f, 0x5b, 0xf5, 0x50, 0xc2, 0x42, 0xc7, 0xac, 0x65, 0xb5, 0xf8, 0x81, 0xe1, 0x05, 0x06, 0x51, 0xb1, 0x17, 0xbb, 0x14, 0x44, 0x2a, 0x83, 0x0b, 0xf8, 0xc1, 0x7a, 0x52, 0x3b, 0x1b, 0x1e, 0x33, 0x0d, 0x39, 0xa3, 0x2d, 0xcb, 0xad, 0xce, 0xc3, 0x07, 0x53, 0xe4, 0xd1, 0xdf, 0xd3, 0xe6, 0x81, 0x77, 0x8f, 0xf6, 0x9b, 0xbf, 0x83, 0xd3, 0x15, 0x85, 0xc0, 0xf6, 0x49, 0x6d, 0xa3, 0xfa, 0xcb, 0x7a, 0x4e, 0xba, 0xb4, 0x2f, 0x40, 0x3a, 0xb6, 0x3b, 0x85, 0xde, 0x56, 0xda, 0x56, 0x12, 0x65, 0x4d, 0x7c, 0x5b, 0xef, 0xcc, 0x6a, 0xc1, 0xb0, 0x19, 0x37, 0xbf, 0xd2, 0x78, 0xaa, 0x89, 0x51, 0xc8, 0xc4, 0xe9, 0xfa, 0x6a, 0x63, 0xa1, 0x8b, 0xc7, 0x1b, 0xd7, 0xc3, 0xae, 0xbe, 0xc1, 0x35, 0x44, 0xf6, 0x7d, 0x65, 0x80, 0x37, 0x4d, 0x4f, 0x8b, 0x05, 0x91, 0xdb, 0xf7, 0x88, 0x80, 0xdf, 0x49, 0x6d, 0x17, 0x9e, 0xcf, 0x42, 0xc0, 0x47, 0xd9, 0x4c, 0x97 } } }; static const struct cckprng_op_generate op_init_490 = { .hd = { .id = 463, .kind = OP_GENERATE }, .rand_nbytes = 38, .out = { .rand = { 0x67, 0x4a, 0x3a, 0xcb, 0x4c, 0xce, 0x55, 0x02, 0xa3, 0x76, 0x78, 0x78, 0x61, 0x24, 0x34, 0xe7, 0xe5, 0xc5, 0x14, 0xd8, 0xff, 0x01, 0xb7, 0xbb, 0xad, 0x05, 0xda, 0x4c, 0x8e, 0x34, 0x2b, 0x2c, 0xea, 0xcd, 0xc1, 0x70, 0x17, 0x0b } } }; static const struct cckprng_op_reseed op_reseed_491 = { .hd = { .id = 464, .kind = OP_RESEED }, .nonce = 15840445387289252881ULL, .seed_nbytes = 56, .seed = { 0x44, 0x20, 0xa4, 0x05, 0x8d, 0xd7, 0x86, 0x70, 0x9e, 0x55, 0xc1, 0xf1, 0xd0, 0x30, 0x1a, 0x07, 0x41, 0xa3, 0x8c, 0x75, 0x45, 0xe6, 0xbf, 0x4e, 0xc5, 0x6b, 0x00, 0xb3, 0xe1, 0xaf, 0x64, 0x0e, 0xa9, 0xe3, 0x0e, 0x65, 0x92, 0x63, 0xeb, 0x0e, 0x01, 0x09, 0x3f, 0xc5, 0x24, 0x5d, 0x70, 0x15, 0x52, 0x61, 0x19, 0x81, 0x41, 0xa2, 0x91, 0xf7 } }; static const struct cckprng_op_generate op_init_492 = { .hd = { .id = 465, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0x7b, 0xdd, 0x4b, 0xd2, 0x35, 0xf5, 0xde, 0xe1, 0xeb, 0xd7, 0xbf, 0xab, 0x04, 0x6a, 0x64, 0xe4, 0x15, 0xd8, 0x79 } } }; static const struct cckprng_op_refresh op_refresh_493 = { .hd = { .id = 466, .kind = OP_REFRESH }, .rand = 9576931619326934791ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_494 = { .hd = { .id = 467, .kind = OP_GENERATE }, .rand_nbytes = 196, .out = { .rand = { 0x02, 0x01, 0x66, 0x85, 0x64, 0xbd, 0x04, 0x08, 0xc3, 0xa3, 0x5d, 0xd7, 0x1a, 0x22, 0x00, 0x3c, 0x7b, 0x30, 0xba, 0xa2, 0xc6, 0x52, 0xc3, 0x84, 0x76, 0xc1, 0x6c, 0xac, 0x8b, 0x4e, 0x04, 0x4e, 0x33, 0xd2, 0xc5, 0x18, 0x69, 0xb8, 0xed, 0xbf, 0x34, 0x8e, 0x56, 0x46, 0x98, 0xdb, 0xbe, 0xd8, 0x85, 0x36, 0x9d, 0xe5, 0xb9, 0xca, 0x5f, 0xfe, 0x85, 0xa2, 0xff, 0xba, 0x00, 0x58, 0xd4, 0x5e, 0x17, 0x5e, 0x77, 0x84, 0x92, 0x81, 0xab, 0xe7, 0xcb, 0x4c, 0x1b, 0xda, 0x29, 0x33, 0x05, 0x93, 0x5f, 0xaf, 0xde, 0x27, 0xbb, 0xd2, 0xed, 0xc6, 0x68, 0xc0, 0xa4, 0x7f, 0x2f, 0x1d, 0xce, 0x30, 0x7c, 0xd4, 0xda, 0x6d, 0x77, 0x9b, 0x72, 0xef, 0xda, 0xe9, 0x5f, 0x8c, 0x67, 0xbb, 0x4e, 0xb5, 0x54, 0x73, 0x02, 0x29, 0x3a, 0xeb, 0x0b, 0x35, 0x83, 0x9c, 0x2a, 0x18, 0x6c, 0x0c, 0xda, 0xb5, 0x52, 0xb7, 0x35, 0x70, 0x38, 0x46, 0x90, 0x30, 0xf7, 0x02, 0x61, 0xde, 0xe3, 0xa8, 0xe8, 0xbc, 0xaf, 0x91, 0xbc, 0x17, 0x4f, 0x35, 0x00, 0x53, 0x5c, 0xd4, 0xc0, 0xea, 0xb9, 0xe9, 0x2f, 0xf3, 0x7c, 0x59, 0x58, 0x61, 0xed, 0x0e, 0x9d, 0x1d, 0xac, 0x08, 0x59, 0xd4, 0xe8, 0x34, 0x0c, 0x7c, 0x47, 0xde, 0xbe, 0x8a, 0x5f, 0x5f, 0xf0, 0x14, 0x23, 0x28, 0xc8, 0x6e, 0x58, 0x0e, 0x49, 0x23, 0xe5, 0x59, 0xab, 0xf7 } } }; static const struct cckprng_op_refresh op_refresh_495 = { .hd = { .id = 468, .kind = OP_REFRESH }, .rand = 12694331921187004486ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_496 = { .hd = { .id = 469, .kind = OP_GENERATE }, .rand_nbytes = 1, .out = { .rand = { 0x6c } } }; static const struct cckprng_op_refresh op_refresh_497 = { .hd = { .id = 470, .kind = OP_REFRESH }, .rand = 16944860470463143897ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_498 = { .hd = { .id = 471, .kind = OP_RESEED }, .nonce = 2203587715378830406ULL, .seed_nbytes = 231, .seed = { 0xfd, 0x0d, 0x41, 0x38, 0xf9, 0xa0, 0x59, 0x30, 0xb5, 0x04, 0x78, 0x68, 0xe3, 0xd7, 0x1e, 0x1f, 0xf2, 0xb1, 0x82, 0xfb, 0xda, 0x79, 0x11, 0xd6, 0xd5, 0xd7, 0x89, 0x2f, 0x5c, 0x49, 0xe9, 0xdd, 0x48, 0xa4, 0x10, 0xb1, 0x15, 0x7c, 0x0d, 0xe2, 0x26, 0xac, 0xd3, 0x8f, 0x65, 0x80, 0x4d, 0x7d, 0x6c, 0x36, 0x52, 0x56, 0x61, 0x32, 0x72, 0xc5, 0x47, 0xae, 0xe1, 0xcf, 0x37, 0x95, 0x75, 0x36, 0x6e, 0x50, 0x11, 0xad, 0x8e, 0x24, 0x7b, 0x7e, 0x1e, 0xd8, 0xa4, 0x62, 0xbb, 0x34, 0x2a, 0x9c, 0x7b, 0xae, 0x1f, 0xec, 0xe0, 0x71, 0xa7, 0xfe, 0xd9, 0xf0, 0x01, 0x30, 0xb8, 0xde, 0xcb, 0x1a, 0x99, 0xc3, 0xf2, 0xfc, 0x73, 0x0a, 0x63, 0xe2, 0xdd, 0xf1, 0x13, 0x04, 0xbe, 0x46, 0x63, 0xaa, 0x01, 0xbf, 0x9c, 0x29, 0xe6, 0x3e, 0xbe, 0x70, 0xb8, 0x2c, 0xab, 0x56, 0x05, 0x95, 0x66, 0x5c, 0xcd, 0x66, 0xfb, 0x04, 0xa2, 0x8d, 0x37, 0xde, 0x3c, 0xb0, 0xfe, 0x4a, 0x5b, 0xfc, 0xc0, 0x7f, 0x60, 0xac, 0x81, 0x93, 0x23, 0x8a, 0xad, 0xcc, 0x34, 0x71, 0x02, 0x50, 0x54, 0x2e, 0x0b, 0x89, 0xba, 0x66, 0xec, 0x9f, 0x7b, 0x02, 0x89, 0xb7, 0xfa, 0xc5, 0xcc, 0xaa, 0x8b, 0x03, 0x46, 0x95, 0x8d, 0x22, 0x3a, 0x15, 0xba, 0x1a, 0xd0, 0x5e, 0x28, 0xa2, 0x66, 0xcf, 0xb4, 0x04, 0x1f, 0xc9, 0x3d, 0xde, 0xab, 0x58, 0xa9, 0x28, 0xa5, 0xed, 0xf4, 0x39, 0x3d, 0x67, 0x85, 0xa9, 0x90, 0xc3, 0x5f, 0x28, 0x6c, 0x67, 0xc6, 0x59, 0xfe, 0x44, 0xe7, 0x21, 0x41, 0x69, 0xb0, 0x0b, 0x66, 0x3c, 0x62, 0x03, 0x8f, 0xdb, 0x17, 0xd0, 0xab } }; static const struct cckprng_op_generate op_init_499 = { .hd = { .id = 472, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0x48, 0xe3, 0xa3, 0x4b, 0x32, 0xb3, 0x69, 0xba, 0x4c, 0xdb, 0xb7, 0xb7, 0x33, 0xd3, 0x52, 0xa8, 0x32, 0x09, 0x77, 0x0c, 0x47, 0x60, 0x67, 0x55, 0x2b, 0x4b, 0xc4, 0x66, 0xda, 0x29, 0x96, 0xf6, 0xfb, 0x20, 0x57, 0x2e, 0x54, 0xf2, 0xa5, 0x9f, 0xc2, 0x06, 0xd6, 0xc0, 0x70, 0xa6, 0x11, 0xdd, 0x4c, 0x8c, 0x95, 0x6d, 0x92, 0xd1, 0x44, 0xa9, 0xcc, 0x79, 0x3c, 0x5d, 0xec, 0xb4, 0xb1, 0x11, 0x51, 0xe2, 0x42, 0x17, 0x45, 0xa9, 0x35, 0xe0, 0x9a, 0xb5, 0x9f, 0x8d, 0xf6, 0x03, 0x3a, 0xbe, 0x85, 0x8a, 0x4f, 0xed, 0xe7, 0xb9, 0xf9, 0x9e, 0x94, 0x81, 0x49, 0x35, 0xb0, 0x00, 0xdd, 0x39, 0x7b, 0xd5, 0xb5, 0x05, 0x4a, 0x7e, 0xa4, 0xdc, 0xee, 0x6a, 0x4b, 0xd5, 0xf0, 0x3d, 0x29, 0xc3, 0x5e, 0x82, 0x40, 0xe6, 0x5e, 0x35, 0xc6, 0xc2, 0xb1, 0x75, 0xdf, 0x63, 0x62, 0x1f, 0xfb, 0x53, 0x00, 0x85, 0x0f, 0xfc, 0x51, 0x81, 0xc4, 0x42, 0xbe, 0xce, 0x2b, 0xbd, 0xb3, 0x53 } } }; static const struct cckprng_op_refresh op_refresh_500 = { .hd = { .id = 473, .kind = OP_REFRESH }, .rand = 3883782246505123882ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_501 = { .hd = { .id = 474, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0xfe, 0x65, 0x26, 0xf9, 0x8d, 0x86, 0xfc, 0x65, 0x8a, 0x35, 0xa6, 0xf9, 0xc0, 0xeb, 0x0a, 0xbe, 0xfe, 0xe1, 0x46, 0x9b, 0x1e, 0x37, 0x3d, 0x08, 0xb9, 0xea, 0xcd, 0xad, 0xaa, 0xf9, 0x94, 0x4c, 0x45, 0xea, 0x50, 0x9c, 0x9e, 0xc5, 0x70, 0x11, 0x94, 0xc4 } } }; static const struct cckprng_op_generate op_init_502 = { .hd = { .id = 475, .kind = OP_GENERATE }, .rand_nbytes = 125, .out = { .rand = { 0x13, 0x21, 0x65, 0x16, 0x6b, 0xa3, 0x45, 0x30, 0xa8, 0x6a, 0xb7, 0x3b, 0xcf, 0xea, 0xa5, 0x22, 0x34, 0x4d, 0x4c, 0xd2, 0x65, 0x4d, 0xfd, 0x50, 0x64, 0xc6, 0x16, 0xd5, 0xab, 0x59, 0x72, 0xc3, 0x3c, 0xd0, 0x44, 0x96, 0x64, 0x99, 0x9b, 0x5c, 0x46, 0x9d, 0xc2, 0x81, 0xe4, 0xaa, 0x67, 0x54, 0x8e, 0x74, 0xd4, 0xf9, 0x7f, 0xa4, 0x93, 0x8d, 0x5b, 0x93, 0x45, 0x65, 0xd8, 0xf1, 0x30, 0x8c, 0xea, 0x7e, 0xdf, 0xf8, 0x85, 0x0e, 0xe7, 0xad, 0xc6, 0x5f, 0x41, 0x63, 0xf8, 0x24, 0x34, 0x7c, 0xf0, 0x7a, 0x9e, 0xbb, 0x6c, 0x23, 0xd1, 0x84, 0x97, 0xe7, 0x34, 0xd0, 0x5c, 0xc0, 0x54, 0x6f, 0xcd, 0x5a, 0x22, 0x89, 0xea, 0x1d, 0xc2, 0x9a, 0x76, 0x34, 0xe3, 0x68, 0x44, 0x47, 0x57, 0xa8, 0xe7, 0x38, 0x12, 0x99, 0x93, 0xcc, 0x5f, 0xe3, 0x9e, 0xeb, 0x00, 0x4f, 0xe7 } } }; static const struct cckprng_op *ops_503[] = { (const struct cckprng_op *)&op_init_487, (const struct cckprng_op *)&op_init_488, (const struct cckprng_op *)&op_init_489, (const struct cckprng_op *)&op_init_490, (const struct cckprng_op *)&op_reseed_491, (const struct cckprng_op *)&op_init_492, (const struct cckprng_op *)&op_refresh_493, (const struct cckprng_op *)&op_init_494, (const struct cckprng_op *)&op_refresh_495, (const struct cckprng_op *)&op_init_496, (const struct cckprng_op *)&op_refresh_497, (const struct cckprng_op *)&op_reseed_498, (const struct cckprng_op *)&op_init_499, (const struct cckprng_op *)&op_refresh_500, (const struct cckprng_op *)&op_init_501, (const struct cckprng_op *)&op_init_502 }; static const struct cckprng_vector vec_504 = { .id = 476, .note = NULL, .nops = 16, .ops = ops_503 }; static const struct cckprng_op_init op_init_505 = { .hd = { .id = 477, .kind = OP_INIT }, .seed = { 0xcc, 0x52, 0x7d, 0x1c, 0x1e, 0xe3, 0x5c, 0x61, 0x87, 0xee, 0x16, 0x28, 0xd8, 0xb2, 0xa0, 0x28, 0xdc, 0x7a, 0x2b, 0x0d, 0x37, 0x04, 0xa7, 0xb3, 0xf1, 0x6a, 0x35, 0x67, 0x25, 0xd3, 0x30, 0xb8 }, .nonce = { 0x21, 0xd1, 0x34, 0x79, 0x60, 0x97, 0x60, 0xe3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_506 = { .hd = { .id = 478, .kind = OP_RESEED }, .nonce = 15787623631352032475ULL, .seed_nbytes = 265, .seed = { 0x2f, 0xa5, 0x91, 0xa9, 0xce, 0x16, 0x08, 0xee, 0xb3, 0x19, 0xba, 0x62, 0x49, 0xd5, 0x9a, 0x08, 0xf6, 0x36, 0x1d, 0x28, 0x4f, 0xeb, 0xb1, 0xe2, 0xba, 0x3e, 0xdc, 0x57, 0x20, 0x58, 0x5d, 0xff, 0xc2, 0x4d, 0x9d, 0xfd, 0x26, 0x0f, 0xc4, 0x2c, 0x0e, 0x13, 0x09, 0x5a, 0x21, 0xa8, 0xcf, 0xdd, 0x59, 0x12, 0x1f, 0x31, 0x50, 0x45, 0x18, 0xe3, 0xd6, 0xca, 0xbf, 0x08, 0x5b, 0x8a, 0x02, 0x96, 0x68, 0x07, 0x75, 0x8f, 0x14, 0x41, 0x46, 0xd2, 0x1a, 0x64, 0xf5, 0x06, 0x8e, 0x84, 0x05, 0x24, 0xc0, 0x5b, 0x15, 0x86, 0x67, 0xf3, 0xeb, 0xf3, 0x9d, 0x42, 0xf1, 0xcd, 0xa2, 0x40, 0xeb, 0xfd, 0x26, 0x1e, 0xea, 0xd2, 0xfe, 0x96, 0x42, 0xa2, 0x42, 0x93, 0xca, 0x48, 0x6c, 0xc9, 0xef, 0x44, 0x55, 0x53, 0xfc, 0xaa, 0x3e, 0xfd, 0x7e, 0xae, 0x93, 0x9c, 0x1b, 0xa4, 0x48, 0x2a, 0x9b, 0x83, 0xb4, 0x96, 0xe1, 0xc3, 0xa0, 0xc9, 0xbc, 0xbe, 0x87, 0x88, 0x2e, 0xcc, 0x67, 0x6e, 0x93, 0xcd, 0x2c, 0x2e, 0x29, 0xeb, 0x00, 0x75, 0x28, 0x0a, 0x80, 0xdc, 0x58, 0x62, 0x6c, 0xa1, 0x82, 0x7c, 0x0f, 0xa6, 0x94, 0x7e, 0x93, 0x4e, 0x50, 0xed, 0x7d, 0x9c, 0xfa, 0xc5, 0xcc, 0x58, 0xec, 0x1b, 0x7b, 0x4f, 0x08, 0xed, 0xfc, 0x22, 0x94, 0xa7, 0x3d, 0x14, 0xd9, 0x45, 0x30, 0x4c, 0xcd, 0x20, 0x17, 0x5d, 0xfd, 0x0d, 0x6f, 0x57, 0xb8, 0x68, 0xb7, 0xdb, 0x0f, 0xc4, 0x36, 0x00, 0x0b, 0x3d, 0x52, 0x5d, 0x70, 0x87, 0x8c, 0xb9, 0xc1, 0x5b, 0x35, 0x15, 0xf0, 0x77, 0x29, 0x78, 0x80, 0x28, 0x4b, 0x3d, 0x7d, 0x69, 0x35, 0x9e, 0x88, 0xd4, 0xa5, 0x81, 0x5d, 0x9f, 0xaa, 0x39, 0x68, 0x0a, 0x64, 0x76, 0xdc, 0x49, 0xf1, 0x6a, 0x27, 0x5d, 0xfb, 0xdf, 0x14, 0x10, 0x7e, 0x58, 0x37, 0x1f, 0x35, 0x25, 0x67, 0x44, 0xca, 0x7c, 0x0e, 0xa1, 0x2a } }; static const struct cckprng_op_refresh op_refresh_507 = { .hd = { .id = 479, .kind = OP_REFRESH }, .rand = 16134771807478042958ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_508 = { .hd = { .id = 480, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0x15, 0xdd, 0xed, 0x0c, 0xf9, 0xf2, 0x6d, 0x38, 0x68, 0x48, 0x86, 0x08, 0xd6, 0x58, 0x5e, 0x67, 0x19, 0x3a, 0x96, 0x5f, 0x17, 0x1c, 0xdd, 0x35, 0xaf, 0x68, 0x06, 0x08, 0x3e, 0x97, 0x69, 0x78, 0xa4, 0x06, 0xd3, 0x3a, 0xa6, 0x7b, 0x1c, 0xe2, 0xb2, 0xc1, 0x15, 0x02, 0x57, 0x87, 0xb3, 0x7b, 0x0b, 0x48, 0xba, 0x19, 0xc6, 0xf8, 0x37, 0xd4, 0x98, 0x22, 0x51, 0x7c, 0xbf, 0x54, 0xb0, 0xff, 0xf6, 0x06, 0xa1, 0xf6, 0x98, 0x29, 0xd1, 0x57, 0xab, 0xcf, 0x9a, 0x34, 0x7a, 0xee, 0x4d, 0xbc, 0x74, 0xce, 0x39, 0x6c, 0xdf, 0x78, 0xd5, 0x53, 0x48, 0x64, 0x68, 0x24, 0xe7, 0x19, 0x6b, 0x16, 0xdc, 0x3c, 0xdf, 0x9d, 0x3a, 0xb9, 0x00, 0x2d, 0x22, 0xeb, 0xf1, 0x04, 0x0a, 0x4d, 0x77, 0xec, 0x73, 0x58, 0x7f, 0xbd, 0x78, 0x6e, 0x0b, 0x21, 0x8e, 0x5c, 0xd1, 0x25, 0x83, 0x59, 0x1b, 0xe4, 0x3f, 0x38, 0x4c, 0xfe, 0xaa, 0xdb, 0xb4, 0xff, 0x18, 0x4a, 0x16, 0x64, 0x34, 0xc5, 0xb3, 0x64, 0x47, 0x36, 0x33, 0xd2, 0xbf, 0x97, 0xc7, 0x4b, 0x61, 0x3c, 0x74, 0x84, 0x19, 0x13, 0xcc, 0x49, 0x9a, 0xe8, 0x55, 0x68, 0x21, 0xf1, 0x8c, 0xc9, 0x7b, 0x69, 0x0b, 0x8c, 0x9b, 0xcb, 0xf9, 0x4c, 0x1b, 0x4c, 0x3b, 0xf3, 0xff, 0x83, 0x2e, 0xb4, 0xbc, 0x36, 0xca, 0x07, 0x4e, 0xbe, 0xa1, 0xb0, 0x04 } } }; static const struct cckprng_op_reseed op_reseed_509 = { .hd = { .id = 481, .kind = OP_RESEED }, .nonce = 8017458115660587140ULL, .seed_nbytes = 91, .seed = { 0xd4, 0xa0, 0x3a, 0x66, 0xa6, 0x6c, 0x1b, 0x2d, 0xce, 0xe4, 0xbf, 0x5b, 0x5c, 0xd9, 0x95, 0xfa, 0x79, 0xbd, 0x64, 0x3e, 0x86, 0xc6, 0x81, 0x19, 0x45, 0xe8, 0x6f, 0x67, 0x22, 0x20, 0x14, 0xbf, 0x40, 0xda, 0xbd, 0x8e, 0x17, 0x78, 0xdc, 0x68, 0xab, 0xa9, 0x60, 0xbc, 0x1a, 0xce, 0x7a, 0x12, 0x17, 0xbf, 0x39, 0xb5, 0xc6, 0x0a, 0x94, 0x7c, 0xcd, 0x1e, 0x34, 0xbb, 0x3b, 0xed, 0xb7, 0x88, 0xaa, 0xe7, 0xfb, 0xbf, 0x1e, 0x19, 0xbe, 0xca, 0xb4, 0x4c, 0x87, 0xba, 0x73, 0x72, 0x4a, 0x2f, 0xc9, 0x23, 0x2a, 0x00, 0x48, 0x87, 0x90, 0x35, 0x86, 0x50, 0x09 } }; static const struct cckprng_op_refresh op_refresh_510 = { .hd = { .id = 482, .kind = OP_REFRESH }, .rand = 3170215447173823561ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_511 = { .hd = { .id = 483, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x1d, 0x63, 0x33, 0x16, 0xd0, 0x30, 0x58, 0xdf, 0x66, 0x24, 0x77, 0xee, 0x59, 0x26, 0x66, 0x02, 0x76, 0xbe, 0xa7, 0x79, 0xa2, 0x2c, 0x10, 0x32, 0xa2, 0x9a, 0xb5, 0x8b, 0x7f, 0x8f, 0x37, 0x5a, 0x2d, 0xbc, 0xea, 0x73, 0x31, 0xc3, 0xd3, 0x83, 0x6a, 0x18, 0x2e, 0xad, 0x4b, 0x67, 0x62, 0x31, 0x04, 0x0d, 0x85, 0x3b, 0x0b, 0x58, 0x74, 0xa4, 0x96, 0xc1, 0xfd, 0xc2, 0xc3, 0xd1, 0x64, 0x78, 0x49, 0x44, 0x56, 0x90, 0xaa, 0x4b, 0xda, 0xb0, 0xf2, 0x80, 0x50, 0xd5, 0x1c, 0x85, 0x46, 0xd6, 0x8d, 0x7e, 0x54, 0xa4, 0x99, 0x17, 0x9d, 0x3e, 0xb5, 0xa7, 0x00, 0x01, 0x0e, 0xb7, 0x10, 0xb9, 0x8a, 0x4d, 0xb2, 0x2a, 0xa0, 0x0c, 0xb4, 0xe6, 0x38, 0xa9, 0x6f, 0x74, 0x9a, 0xf8, 0x20, 0x3c, 0xee, 0x81, 0xf3, 0x3d, 0x13, 0x3d, 0x55, 0x39, 0x73, 0xfd, 0x2a, 0x35, 0xba, 0xad, 0x31, 0xfc, 0x3a, 0x57, 0x84, 0xe9, 0x77, 0x51, 0xf4, 0x27, 0x71, 0xc6, 0xb7, 0xad, 0xdb, 0xd7, 0x46, 0x4a, 0x7d, 0x6f, 0x10, 0x54, 0x7f, 0x92, 0x08, 0xb7, 0x2c, 0xbb, 0x84, 0xab, 0xa9, 0x4f, 0x45, 0xae, 0x04, 0xa5, 0x48, 0xbc, 0x22, 0x41, 0xce, 0x4e, 0x53, 0x3d, 0x8e, 0x8f, 0xfa, 0x16, 0xe6, 0x96, 0x7b, 0x52, 0xa2, 0x15, 0x1a } } }; static const struct cckprng_op_refresh op_refresh_512 = { .hd = { .id = 484, .kind = OP_REFRESH }, .rand = 5595365264163609685ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_513 = { .hd = { .id = 485, .kind = OP_REFRESH }, .rand = 7496745412658139634ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_514 = { .hd = { .id = 486, .kind = OP_GENERATE }, .rand_nbytes = 115, .out = { .rand = { 0x90, 0x6a, 0x94, 0x0c, 0xf5, 0x01, 0x3a, 0x4b, 0x07, 0x4f, 0xae, 0xb3, 0x49, 0x08, 0x0f, 0x68, 0x09, 0x9d, 0x6e, 0x35, 0x33, 0x4d, 0x7c, 0x2a, 0xb7, 0xe1, 0x09, 0x46, 0x3e, 0x67, 0x12, 0x5b, 0xd3, 0xb7, 0xa6, 0x3a, 0x80, 0x8c, 0x35, 0x76, 0x50, 0x1b, 0xe3, 0x69, 0x90, 0x51, 0xac, 0x0d, 0x07, 0xeb, 0x45, 0x66, 0xb8, 0x5a, 0x0d, 0xa2, 0xe5, 0x54, 0x43, 0x59, 0x16, 0xaa, 0x42, 0x40, 0x5f, 0x45, 0x42, 0xb9, 0xaa, 0xbd, 0xe8, 0x74, 0xb4, 0x40, 0x96, 0x4d, 0xca, 0x57, 0x4c, 0xdc, 0x02, 0x36, 0xe7, 0x20, 0x73, 0x28, 0xf9, 0x04, 0xb0, 0x15, 0x72, 0x21, 0xf6, 0xc5, 0xb9, 0xc9, 0x51, 0x46, 0xc6, 0x6e, 0x5e, 0x11, 0xec, 0x3b, 0x4f, 0xf1, 0x0d, 0x60, 0x57, 0x70, 0x9a, 0x54, 0x4c, 0xd1, 0x29 } } }; static const struct cckprng_op_refresh op_refresh_515 = { .hd = { .id = 487, .kind = OP_REFRESH }, .rand = 2112451685370168888ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_516 = { .hd = { .id = 488, .kind = OP_REFRESH }, .rand = 11360187039056780190ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_517 = { .hd = { .id = 489, .kind = OP_REFRESH }, .rand = 883527054662645234ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_518 = { .hd = { .id = 490, .kind = OP_REFRESH }, .rand = 9187880680399719673ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_519 = { .hd = { .id = 491, .kind = OP_REFRESH }, .rand = 8867573575493598095ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_520 = { .hd = { .id = 492, .kind = OP_REFRESH }, .rand = 8418496988057182813ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_521[] = { (const struct cckprng_op *)&op_init_505, (const struct cckprng_op *)&op_reseed_506, (const struct cckprng_op *)&op_refresh_507, (const struct cckprng_op *)&op_init_508, (const struct cckprng_op *)&op_reseed_509, (const struct cckprng_op *)&op_refresh_510, (const struct cckprng_op *)&op_init_511, (const struct cckprng_op *)&op_refresh_512, (const struct cckprng_op *)&op_refresh_513, (const struct cckprng_op *)&op_init_514, (const struct cckprng_op *)&op_refresh_515, (const struct cckprng_op *)&op_refresh_516, (const struct cckprng_op *)&op_refresh_517, (const struct cckprng_op *)&op_refresh_518, (const struct cckprng_op *)&op_refresh_519, (const struct cckprng_op *)&op_refresh_520 }; static const struct cckprng_vector vec_522 = { .id = 493, .note = NULL, .nops = 16, .ops = ops_521 }; static const struct cckprng_op_init op_init_523 = { .hd = { .id = 494, .kind = OP_INIT }, .seed = { 0x5c, 0x46, 0x89, 0x41, 0x5a, 0xd7, 0xe0, 0x3b, 0x5d, 0xc1, 0x3d, 0x6f, 0xd5, 0x22, 0xd0, 0xf7, 0xab, 0x5b, 0x0e, 0xa8, 0x83, 0xe6, 0xd4, 0x75, 0x57, 0xbd, 0x55, 0x01, 0x42, 0x9a, 0xb2, 0x7c }, .nonce = { 0xbb, 0x15, 0x89, 0x58, 0x12, 0x8d, 0x54, 0x82 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_524 = { .hd = { .id = 495, .kind = OP_RESEED }, .nonce = 13379872535368108390ULL, .seed_nbytes = 155, .seed = { 0x5c, 0xf6, 0xd2, 0x6f, 0xb7, 0x3e, 0xd1, 0x3d, 0x34, 0xf5, 0x43, 0xa3, 0xb1, 0x5b, 0x89, 0x06, 0x4d, 0xa1, 0xe6, 0x9a, 0x7a, 0xd2, 0x4e, 0x52, 0xf9, 0xc2, 0x8a, 0x03, 0xf6, 0x47, 0x66, 0x5b, 0xf2, 0x5b, 0x37, 0x6b, 0xde, 0x13, 0xc0, 0x9d, 0x6a, 0x16, 0x39, 0xf6, 0xb5, 0xad, 0x08, 0xc2, 0xb9, 0x4b, 0x38, 0xe0, 0x0d, 0x80, 0x30, 0xc6, 0x08, 0x82, 0xe0, 0x4b, 0x61, 0x3e, 0x21, 0xc7, 0x9c, 0x96, 0xa9, 0x15, 0xcc, 0xef, 0x84, 0xad, 0xd4, 0xa9, 0x08, 0x49, 0x1c, 0xbd, 0x8d, 0x4d, 0xb3, 0xd8, 0x33, 0x66, 0x4f, 0x5d, 0x77, 0x89, 0x00, 0x84, 0x12, 0x80, 0x65, 0x29, 0x27, 0x62, 0x1e, 0x5c, 0x95, 0xfe, 0xf1, 0x5a, 0x41, 0x84, 0x08, 0x2b, 0x14, 0xbe, 0x8c, 0xe9, 0x7f, 0x18, 0x99, 0x9b, 0xf7, 0x22, 0x51, 0x39, 0x0d, 0xf1, 0xe7, 0xf8, 0xb9, 0xaf, 0xbb, 0xa4, 0x09, 0xbd, 0x1f, 0xc4, 0x14, 0x6d, 0x53, 0x21, 0xc6, 0x86, 0x2e, 0xeb, 0x68, 0x22, 0x61, 0x37, 0xfb, 0xce, 0x17, 0x60, 0xa9, 0xff, 0xd2, 0xd5, 0x06, 0x5a, 0x0a, 0x48, 0x6f } }; static const struct cckprng_op_generate op_init_525 = { .hd = { .id = 496, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0x8a, 0xd9, 0x11, 0xb8, 0x5b, 0xb8, 0x0f, 0x69, 0x35, 0x4e, 0x04, 0x2e, 0x8f, 0x11, 0x69, 0x11, 0x2b, 0x80, 0x70, 0x73, 0x6d, 0xfd, 0x4b, 0x86, 0x2e, 0x03, 0x91, 0x94, 0x18, 0x6e, 0x6b, 0x67, 0xac, 0x0b, 0xfb, 0x8f, 0x0c, 0xcb, 0x6f, 0x3a, 0xef, 0xfa, 0x39, 0x2a, 0xf3, 0xaf, 0x66, 0xa4, 0x51, 0x61, 0x36, 0x50, 0xca, 0x45, 0x03, 0x3a, 0xd8, 0xc2, 0xe8, 0x44, 0xeb, 0xec, 0x42, 0xea, 0xdc, 0x80, 0x14, 0x02, 0x9e, 0xe0, 0x4a, 0x6a, 0xe9, 0xb8, 0xdd, 0x4b, 0x58, 0xcb, 0xd2, 0x01, 0x09, 0x51, 0xf7, 0xe3, 0x57, 0x7a, 0x69, 0x89, 0xf0, 0x60, 0x9b, 0x5f, 0xcf, 0x75, 0xd7, 0x04, 0xed, 0xc9, 0x79, 0x1c, 0x3b, 0xf5, 0x79, 0xf7, 0x1d, 0xd5, 0xfd, 0xcb, 0x5d, 0xfb, 0x96, 0x22, 0xc2, 0xae, 0xca, 0xb2, 0x1f, 0x41, 0xec, 0x9e, 0xcc, 0x44, 0xad, 0x6c, 0x79, 0xf4, 0x66, 0xde, 0xd6, 0x8e, 0x0c, 0x87, 0xb7, 0x9e, 0xdd, 0x9f, 0x97, 0x16, 0xb5, 0xd1, 0x05, 0x40, 0x2d, 0x12, 0xb0, 0xe3, 0x28, 0xac, 0x35, 0x59, 0x15, 0x73, 0xeb, 0xbd, 0x96, 0xdb, 0x42, 0x90, 0x81, 0x5e, 0x76, 0xbd, 0x29, 0x8f, 0x55, 0x98, 0xf2, 0xfd, 0x3c, 0xbc, 0x00, 0x30, 0x22, 0x28, 0x10, 0x3f, 0xdc, 0x95, 0x58, 0x78, 0x74, 0xdf, 0x32, 0x68, 0x74, 0x78, 0x66, 0x14, 0xd6, 0x73, 0xf5, 0xae, 0x50, 0x5e, 0xdc, 0xaa, 0x6e, 0x97, 0x01, 0xca, 0xcc, 0x0f, 0x44, 0xb2, 0x26, 0x09, 0x92, 0xe2, 0x89, 0x09, 0x36, 0x4e, 0xbd, 0x4e, 0xc1, 0xa5, 0xb0, 0x53, 0x01, 0xcb, 0x3a, 0x13, 0xc1, 0x02, 0x73, 0xf2, 0x70, 0xb3, 0xc2, 0x07, 0x6a, 0xce, 0x3d, 0xc8, 0x29, 0xed, 0xd5, 0x3f, 0x29, 0x82, 0x50, 0x19, 0x28, 0x65, 0x87, 0x63, 0xa8, 0x12, 0xa7, 0x1d } } }; static const struct cckprng_op_generate op_init_526 = { .hd = { .id = 497, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x7c, 0x00, 0xd4, 0x96, 0x32, 0x49, 0xf3, 0x9d, 0x4b, 0x09, 0xe8, 0xb9, 0xeb, 0x0d, 0x49, 0x8c, 0x26, 0x3c, 0x66, 0x2f, 0xcf, 0x8b, 0xbf, 0xdc, 0xd6, 0xba, 0xd5, 0xa8, 0x2f, 0xca, 0x74, 0x58, 0x69, 0x0e, 0x3f, 0x92, 0x18, 0x61, 0x1d, 0x2e, 0x12, 0x60, 0x62, 0xa0, 0x06, 0x73, 0x6f, 0xd8, 0xbd, 0xb1, 0xa4, 0x02, 0xe3, 0x0a, 0xa5, 0x73, 0x0a, 0x16, 0x22, 0x0d, 0x11, 0x8f, 0xc4, 0x57, 0xcf, 0x16, 0x15, 0xef, 0x33, 0x92, 0x40, 0xd5, 0xd3, 0xb1, 0x00, 0xa2, 0xee, 0xa0, 0xdf, 0x6e, 0x25, 0xef, 0x44, 0x61, 0x88 } } }; static const struct cckprng_op_reseed op_reseed_527 = { .hd = { .id = 498, .kind = OP_RESEED }, .nonce = 17091607313774040840ULL, .seed_nbytes = 22, .seed = { 0x48, 0xbe, 0x09, 0xab, 0x0a, 0x12, 0xf6, 0x76, 0x93, 0x71, 0xcf, 0x76, 0x08, 0x42, 0x95, 0x00, 0x03, 0x15, 0x6b, 0x0a, 0xb7, 0xe9 } }; static const struct cckprng_op_refresh op_refresh_528 = { .hd = { .id = 499, .kind = OP_REFRESH }, .rand = 11401547613743613262ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_529 = { .hd = { .id = 500, .kind = OP_RESEED }, .nonce = 1700352564530204694ULL, .seed_nbytes = 281, .seed = { 0x72, 0x55, 0xd0, 0x42, 0xf8, 0x59, 0x1f, 0x75, 0xc4, 0x70, 0x6e, 0xe2, 0x75, 0xc3, 0xef, 0xc5, 0xee, 0x04, 0x3d, 0x74, 0xf2, 0xeb, 0x5c, 0xd4, 0x46, 0x4d, 0x76, 0xf4, 0x1f, 0x6d, 0x66, 0x81, 0xb7, 0x65, 0x80, 0x7a, 0x2f, 0x55, 0xf1, 0xab, 0x8e, 0xbc, 0xa4, 0x04, 0xed, 0x03, 0x82, 0xda, 0xdf, 0x3b, 0x2a, 0x65, 0x4d, 0xe2, 0xe0, 0x4b, 0x6f, 0xd1, 0x5e, 0x1f, 0xbf, 0x38, 0x92, 0x7c, 0xbc, 0xc2, 0x43, 0x22, 0xa6, 0xdc, 0x4e, 0xb9, 0x48, 0xb2, 0x67, 0xeb, 0xe9, 0x01, 0x0c, 0xd3, 0x19, 0x25, 0xc4, 0xd2, 0x95, 0x06, 0x71, 0x57, 0x6f, 0x08, 0xff, 0x38, 0x30, 0xf9, 0xe9, 0xf3, 0x93, 0xd1, 0x02, 0x09, 0x31, 0x19, 0x1c, 0x11, 0x8b, 0x19, 0xef, 0x1f, 0x7a, 0xd5, 0x42, 0xba, 0x15, 0xc4, 0x99, 0xbb, 0x44, 0x4f, 0xe1, 0x0e, 0x00, 0xd5, 0x32, 0x9b, 0x4a, 0x1a, 0xd6, 0x1c, 0x39, 0x77, 0xbe, 0xd9, 0x0f, 0x2b, 0x72, 0xe9, 0x0a, 0xe6, 0x21, 0x3f, 0xe4, 0x57, 0x43, 0x3c, 0xd7, 0xe4, 0x46, 0x31, 0x87, 0x95, 0x44, 0xe2, 0x3f, 0x67, 0x0e, 0xac, 0x9c, 0xdd, 0xe6, 0xb0, 0xf0, 0xb4, 0xad, 0xbb, 0xc9, 0x62, 0xc9, 0xd6, 0x6e, 0xc2, 0xca, 0xde, 0x24, 0x4c, 0xa4, 0xcc, 0xdf, 0x13, 0x91, 0x74, 0x89, 0x75, 0xd4, 0x61, 0xcd, 0x50, 0x57, 0x21, 0xc4, 0xf9, 0xe5, 0xe9, 0x08, 0xe5, 0x8c, 0x55, 0x1b, 0x08, 0xbb, 0xc9, 0x6a, 0xa8, 0x51, 0xe6, 0xa2, 0x2f, 0x16, 0x72, 0x4f, 0x8e, 0xde, 0x7e, 0x0c, 0x73, 0x81, 0x9a, 0x10, 0x34, 0xb2, 0x61, 0xab, 0xf3, 0x85, 0x8d, 0x0d, 0x9e, 0xb2, 0x49, 0xe4, 0x9d, 0x03, 0xe6, 0x5f, 0x00, 0xfc, 0x20, 0x26, 0xbd, 0xfa, 0xf4, 0xe2, 0xe3, 0x74, 0xe9, 0xb7, 0x04, 0xa2, 0x86, 0x1a, 0x29, 0xe9, 0xf5, 0xcd, 0xd6, 0xef, 0x84, 0x6a, 0x7f, 0xe7, 0x47, 0xd8, 0x29, 0x22, 0x99, 0xe5, 0xab, 0x1f, 0xbd, 0x6c, 0xbd, 0xeb, 0x5b, 0xc6, 0x52, 0x91, 0x1d, 0x06, 0xa4, 0x26, 0x30, 0xc8 } }; static const struct cckprng_op_generate op_init_530 = { .hd = { .id = 501, .kind = OP_GENERATE }, .rand_nbytes = 130, .out = { .rand = { 0x09, 0xa5, 0x21, 0xd9, 0x68, 0xff, 0xb7, 0xc9, 0x43, 0x15, 0x8a, 0xd8, 0x2c, 0xed, 0xc3, 0x03, 0xb1, 0xae, 0xc2, 0x16, 0x83, 0x3d, 0x72, 0xe6, 0x2c, 0xe2, 0xb7, 0x76, 0x6a, 0x94, 0xbe, 0xdf, 0x48, 0xfd, 0x3c, 0xf3, 0xcb, 0xfe, 0x5d, 0x2f, 0x23, 0x93, 0xa7, 0xdb, 0x06, 0x0b, 0xa6, 0xc7, 0xc5, 0x07, 0x05, 0xf1, 0xfd, 0x54, 0x5e, 0x3b, 0x7e, 0x15, 0x69, 0x71, 0x47, 0xd5, 0xf5, 0x7e, 0x7d, 0x31, 0x55, 0x01, 0xe2, 0xe0, 0xc6, 0x38, 0x59, 0x93, 0x6e, 0xe6, 0x11, 0x6f, 0xa2, 0x4b, 0x70, 0x54, 0xab, 0x3d, 0xbe, 0x4c, 0xd4, 0xf8, 0x10, 0x5f, 0x49, 0x41, 0xe1, 0x05, 0x88, 0xab, 0x2c, 0x18, 0xe2, 0x09, 0x56, 0xfb, 0x9c, 0x85, 0x68, 0x7f, 0xe4, 0x1f, 0x83, 0xfc, 0x38, 0x2a, 0x2d, 0x19, 0x44, 0x2e, 0xc4, 0xba, 0x39, 0x56, 0x87, 0x1d, 0xe5, 0x56, 0x0c, 0x5d, 0xd3, 0x40, 0xb5, 0x9a } } }; static const struct cckprng_op_reseed op_reseed_531 = { .hd = { .id = 502, .kind = OP_RESEED }, .nonce = 3263147754253838620ULL, .seed_nbytes = 200, .seed = { 0x9d, 0xbc, 0xc3, 0x32, 0x6d, 0xdd, 0x75, 0x86, 0x3e, 0x15, 0x33, 0xda, 0x64, 0x02, 0xd4, 0x59, 0x4b, 0x3b, 0xf9, 0xbd, 0x98, 0x56, 0x48, 0x03, 0x5d, 0xbf, 0x10, 0x66, 0x57, 0xd2, 0x4e, 0xbd, 0xbb, 0xa8, 0xd7, 0x24, 0x38, 0x05, 0xa9, 0xb4, 0xaa, 0xea, 0xc0, 0xf7, 0x21, 0xff, 0x7a, 0x8c, 0x58, 0xe4, 0x63, 0xcc, 0x1b, 0x1e, 0x65, 0xe3, 0x5a, 0x5a, 0xc7, 0x38, 0x27, 0x5b, 0xa8, 0xb1, 0xbd, 0xde, 0xbd, 0x00, 0xc0, 0x6d, 0x7a, 0x69, 0xdf, 0x8e, 0x46, 0x78, 0xe4, 0xef, 0x19, 0xb3, 0x98, 0x9a, 0x2a, 0xf7, 0xf8, 0xf3, 0x57, 0x85, 0xc1, 0x97, 0xea, 0x0c, 0x25, 0x90, 0x95, 0xac, 0x9a, 0x24, 0x30, 0x61, 0x0b, 0x7b, 0x0d, 0xda, 0x5a, 0x69, 0xbc, 0x77, 0x09, 0x15, 0x54, 0x63, 0x40, 0xd9, 0xae, 0x0d, 0x21, 0xaa, 0x85, 0x7c, 0x64, 0xac, 0x25, 0x0a, 0x3f, 0x9c, 0xe4, 0xb5, 0x5c, 0x94, 0xaa, 0xab, 0x31, 0x65, 0xf6, 0x40, 0x3b, 0x93, 0x1a, 0x9a, 0x7a, 0x61, 0x3b, 0x49, 0x75, 0x2e, 0x4f, 0xe3, 0xa8, 0x09, 0x2e, 0x2e, 0x5b, 0x68, 0x02, 0x7e, 0x3a, 0xa9, 0x23, 0x4f, 0x0b, 0x71, 0x34, 0x7e, 0xa1, 0x08, 0x74, 0x46, 0xf9, 0x98, 0x1e, 0x6f, 0x42, 0x25, 0xd7, 0x8d, 0x03, 0xb0, 0xc4, 0x66, 0x55, 0xdf, 0x9a, 0x8f, 0x34, 0xcf, 0x44, 0x60, 0x22, 0xa5, 0xb1, 0x7f, 0xd2, 0xf1, 0x0f, 0x40, 0xfb, 0xa7, 0x12, 0xec } }; static const struct cckprng_op_reseed op_reseed_532 = { .hd = { .id = 503, .kind = OP_RESEED }, .nonce = 7606431170694165376ULL, .seed_nbytes = 40, .seed = { 0xb0, 0x6a, 0xd5, 0xba, 0x85, 0x3c, 0x7e, 0xa9, 0xbd, 0x8c, 0x81, 0x6e, 0xa3, 0xb1, 0x0c, 0xf9, 0xaa, 0xc6, 0x62, 0x65, 0xc3, 0x00, 0x2c, 0x53, 0x74, 0xf7, 0x3e, 0xc0, 0xfc, 0x42, 0xaf, 0x0d, 0x32, 0x18, 0x64, 0xc3, 0x03, 0x9a, 0x5b, 0x11 } }; static const struct cckprng_op_generate op_init_533 = { .hd = { .id = 504, .kind = OP_GENERATE }, .rand_nbytes = 81, .out = { .rand = { 0x24, 0x50, 0xf2, 0xed, 0xca, 0x14, 0xd8, 0xc3, 0x92, 0xc0, 0x8e, 0x8a, 0x7b, 0x9c, 0x96, 0xed, 0xcc, 0xcd, 0x5b, 0xd7, 0xe9, 0xd9, 0xb7, 0x28, 0xbb, 0x2d, 0xa8, 0x31, 0x91, 0x2f, 0x88, 0x6b, 0x15, 0xf0, 0x94, 0xc7, 0xe9, 0x75, 0x6a, 0x2e, 0x39, 0xae, 0xdf, 0x79, 0x2a, 0x24, 0xab, 0x7d, 0x05, 0xd2, 0x80, 0x46, 0xbe, 0x45, 0xcf, 0x1b, 0xf4, 0x6b, 0xb2, 0x5b, 0xcf, 0xb4, 0x00, 0x9e, 0xc9, 0xe6, 0x2c, 0xca, 0x0c, 0xc2, 0xb2, 0xfc, 0xc5, 0xd1, 0xe4, 0xca, 0x6c, 0x79, 0x2f, 0xfe, 0xf7 } } }; static const struct cckprng_op_refresh op_refresh_534 = { .hd = { .id = 505, .kind = OP_REFRESH }, .rand = 1177208980336555935ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_535 = { .hd = { .id = 506, .kind = OP_RESEED }, .nonce = 2904120725273048548ULL, .seed_nbytes = 192, .seed = { 0x27, 0x71, 0x0a, 0xec, 0xf5, 0x37, 0x7d, 0xc7, 0xf8, 0x64, 0xbe, 0x02, 0x15, 0xcf, 0x18, 0xd2, 0x66, 0xa4, 0x0f, 0xea, 0x1c, 0x41, 0x83, 0xf0, 0x51, 0x79, 0x83, 0x95, 0xfe, 0x26, 0xcb, 0x78, 0x8e, 0x05, 0x03, 0x51, 0xb8, 0x20, 0x06, 0xe2, 0x2a, 0xcb, 0x2d, 0x83, 0xbe, 0x0b, 0x7e, 0x11, 0x32, 0x56, 0x02, 0x95, 0x2a, 0x44, 0x6a, 0xbc, 0x10, 0x16, 0x8c, 0x7d, 0xdb, 0xb0, 0xaf, 0xc8, 0x24, 0xc5, 0x85, 0x4f, 0x41, 0xe3, 0xf5, 0x91, 0x31, 0x2c, 0x3d, 0x21, 0x82, 0xb9, 0x0d, 0xd0, 0x4f, 0x0b, 0xc2, 0x7f, 0x96, 0x62, 0xf2, 0xb3, 0x1f, 0x0c, 0xdf, 0xe3, 0x0f, 0x50, 0x31, 0xd8, 0x29, 0xa9, 0xae, 0x2c, 0xd2, 0x5c, 0x8e, 0x24, 0x76, 0xa9, 0xfd, 0x60, 0xad, 0x5a, 0xe0, 0x8e, 0x76, 0x67, 0xe0, 0x3a, 0x11, 0x37, 0x6b, 0xe5, 0xe7, 0x52, 0xd6, 0xfd, 0x2f, 0x9c, 0x8e, 0x2f, 0x6a, 0x74, 0x5e, 0x5c, 0xce, 0x47, 0xc1, 0x40, 0xbe, 0xcc, 0xfa, 0xfd, 0x6d, 0xfd, 0x5a, 0x4e, 0x55, 0xc1, 0xb2, 0x4e, 0xd4, 0x94, 0xe0, 0x7d, 0x1b, 0x86, 0x30, 0x1e, 0x7e, 0x4d, 0xac, 0xd4, 0xe9, 0x4a, 0x94, 0x9a, 0xcb, 0x88, 0x66, 0x1b, 0xe5, 0x89, 0x5c, 0x06, 0x4b, 0xea, 0xf4, 0xf4, 0x02, 0x83, 0x98, 0x92, 0x0d, 0xe8, 0xaa, 0x9f, 0xb8, 0x36, 0xbf, 0xab, 0xa1, 0x90, 0x5a, 0x79 } }; static const struct cckprng_op_reseed op_reseed_536 = { .hd = { .id = 507, .kind = OP_RESEED }, .nonce = 17771523991096660242ULL, .seed_nbytes = 180, .seed = { 0x96, 0xef, 0xba, 0xca, 0xaf, 0x54, 0x85, 0x3e, 0x08, 0xa5, 0xa7, 0x40, 0xc8, 0x60, 0xe2, 0xe0, 0xfa, 0x0e, 0xdb, 0x68, 0x59, 0x2c, 0x9d, 0x59, 0x04, 0x04, 0xd0, 0xfa, 0xef, 0x45, 0x3c, 0xbf, 0xe9, 0xf5, 0xd7, 0x58, 0x1f, 0x32, 0x8f, 0x37, 0xe8, 0x4d, 0xf2, 0xdb, 0x41, 0x56, 0x13, 0x55, 0x4e, 0xe3, 0x0c, 0x87, 0xc0, 0xe9, 0xf9, 0xed, 0x7b, 0x6c, 0xd3, 0x9b, 0xf1, 0xa3, 0x16, 0xb6, 0xc8, 0x3b, 0x27, 0xff, 0x6e, 0x5b, 0x11, 0x78, 0xf8, 0x17, 0xaf, 0x01, 0x92, 0xbb, 0xf7, 0x1c, 0x59, 0xab, 0x60, 0xe0, 0x77, 0x0b, 0xd2, 0x24, 0x0f, 0x06, 0x0a, 0x46, 0x2d, 0xf7, 0x30, 0xc5, 0x5a, 0x53, 0x05, 0x9e, 0x5c, 0x22, 0x38, 0x71, 0xb8, 0x47, 0x67, 0x4c, 0x83, 0x6a, 0x5f, 0x88, 0x7d, 0xa1, 0x3e, 0xa4, 0xcf, 0xad, 0x6f, 0xf4, 0xbb, 0x7a, 0x14, 0x37, 0x03, 0x98, 0xd1, 0x44, 0x2d, 0x80, 0x78, 0x7d, 0x2e, 0xba, 0x3d, 0x93, 0xe4, 0x69, 0x25, 0xe2, 0x5e, 0x38, 0xe6, 0x32, 0x33, 0x2f, 0xff, 0x0a, 0x5b, 0xc8, 0x3f, 0x1c, 0x91, 0x16, 0x06, 0xa3, 0x9d, 0x7e, 0xc2, 0x74, 0x8b, 0x76, 0xa4, 0xbd, 0x6d, 0xca, 0x56, 0x64, 0x33, 0x1f, 0x88, 0x24, 0xf2, 0x1b, 0x37, 0xb1, 0x85, 0x27, 0xd2, 0x57 } }; static const struct cckprng_op_refresh op_refresh_537 = { .hd = { .id = 508, .kind = OP_REFRESH }, .rand = 7388894459700196752ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_538 = { .hd = { .id = 509, .kind = OP_REFRESH }, .rand = 5278660385232243647ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_539[] = { (const struct cckprng_op *)&op_init_523, (const struct cckprng_op *)&op_reseed_524, (const struct cckprng_op *)&op_init_525, (const struct cckprng_op *)&op_init_526, (const struct cckprng_op *)&op_reseed_527, (const struct cckprng_op *)&op_refresh_528, (const struct cckprng_op *)&op_reseed_529, (const struct cckprng_op *)&op_init_530, (const struct cckprng_op *)&op_reseed_531, (const struct cckprng_op *)&op_reseed_532, (const struct cckprng_op *)&op_init_533, (const struct cckprng_op *)&op_refresh_534, (const struct cckprng_op *)&op_reseed_535, (const struct cckprng_op *)&op_reseed_536, (const struct cckprng_op *)&op_refresh_537, (const struct cckprng_op *)&op_refresh_538 }; static const struct cckprng_vector vec_540 = { .id = 510, .note = NULL, .nops = 16, .ops = ops_539 }; static const struct cckprng_op_init op_init_541 = { .hd = { .id = 511, .kind = OP_INIT }, .seed = { 0x30, 0x35, 0x00, 0xa2, 0x7c, 0xaf, 0x00, 0xb3, 0x16, 0x67, 0x8e, 0x8f, 0x0e, 0x8d, 0x5c, 0x24, 0x54, 0xfc, 0x71, 0x5f, 0xc6, 0xd2, 0xe4, 0xf8, 0x12, 0xb4, 0x01, 0x68, 0x59, 0xb6, 0x71, 0x4b }, .nonce = { 0x2a, 0xa6, 0x0b, 0xc5, 0xd2, 0x1c, 0xe7, 0x86 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_542 = { .hd = { .id = 512, .kind = OP_RESEED }, .nonce = 14985982266852437466ULL, .seed_nbytes = 234, .seed = { 0x00, 0x0e, 0xdf, 0x36, 0x1c, 0xb2, 0x19, 0x55, 0xd0, 0x95, 0x75, 0xa2, 0x4b, 0xee, 0x68, 0xeb, 0xa5, 0xa2, 0xc2, 0xeb, 0x02, 0x65, 0x0c, 0x2a, 0x18, 0x41, 0xd3, 0x78, 0x65, 0x7b, 0x06, 0x30, 0x69, 0x2e, 0x1f, 0x7d, 0xd6, 0xce, 0x6e, 0x32, 0xd1, 0x7d, 0x89, 0xe6, 0xc3, 0x0a, 0xeb, 0xbc, 0x87, 0x33, 0xb6, 0x2f, 0xe4, 0x5e, 0x30, 0xf8, 0xcc, 0x20, 0x20, 0xbb, 0x00, 0x01, 0x34, 0x9d, 0xd5, 0x97, 0x42, 0x00, 0x73, 0xbe, 0xc7, 0x76, 0x64, 0x70, 0x9a, 0x39, 0x67, 0x03, 0x91, 0x76, 0xfd, 0x17, 0x0b, 0x02, 0xf4, 0xd1, 0xf4, 0x1c, 0xd9, 0xc6, 0xba, 0x95, 0x0c, 0x2f, 0x48, 0xd6, 0xb6, 0x9e, 0x0c, 0xad, 0xce, 0x51, 0x21, 0x1a, 0x11, 0x02, 0x59, 0xfd, 0x2e, 0x2b, 0x37, 0x8c, 0xd3, 0x04, 0x44, 0x68, 0x81, 0xfc, 0x7c, 0x6d, 0xd3, 0xbd, 0xaa, 0xeb, 0xa7, 0x5c, 0x04, 0xee, 0x0a, 0x56, 0xbb, 0x18, 0x6a, 0x13, 0xad, 0x13, 0x25, 0x10, 0x49, 0x04, 0x92, 0xa0, 0xfe, 0x7c, 0x6e, 0xf1, 0x3b, 0xc1, 0x21, 0xe0, 0x4a, 0x40, 0x07, 0xd5, 0x1d, 0xeb, 0xd0, 0x2b, 0x8b, 0xd0, 0xd5, 0xc6, 0x56, 0xb6, 0x80, 0x45, 0x5d, 0x2e, 0xdb, 0x6f, 0x0c, 0x1f, 0xb0, 0x2b, 0xb4, 0xf1, 0x09, 0x12, 0x5f, 0x8d, 0x87, 0xae, 0xdf, 0x0a, 0x4f, 0x60, 0x1d, 0x9e, 0x3f, 0x49, 0x36, 0x7f, 0xbf, 0x0f, 0xf2, 0xd4, 0x34, 0xa4, 0xeb, 0x13, 0x4b, 0x69, 0xf9, 0x31, 0x1f, 0x0f, 0x47, 0xe8, 0x0c, 0x4d, 0xe0, 0x93, 0x88, 0xe1, 0xd7, 0x3b, 0xb2, 0xe0, 0x97, 0xac, 0xd5, 0x7c, 0xfb, 0x76, 0x97, 0xe6, 0x1e, 0xf2, 0xd6, 0x47, 0x78, 0x69, 0x84, 0xa9 } }; static const struct cckprng_op_generate op_init_543 = { .hd = { .id = 513, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xf5, 0x7f, 0x0c, 0xe1, 0x5f, 0xbb, 0x19, 0x84, 0x28, 0xeb, 0x08, 0xb4, 0x8e, 0x8b, 0xc4, 0xed, 0x00, 0xdc, 0xd9, 0x6e, 0xcb, 0x9b, 0x17, 0x60, 0x1c, 0x36, 0xc5, 0xd7, 0x97, 0xd2, 0x05, 0xfb, 0xab, 0x5f, 0x2f, 0x74, 0x0a, 0x72, 0x94, 0x1f, 0x62, 0x68, 0x60, 0x99, 0xf0, 0x43, 0x7f, 0x69, 0x58, 0xec, 0xcb, 0x52, 0xe0, 0x1a, 0x85, 0x04, 0x94, 0x10, 0xba, 0xed, 0xfe, 0xd9, 0x2c, 0x3f, 0x07, 0x5e, 0xb6, 0x4e, 0x99, 0x2a, 0x34, 0x98, 0x35, 0xf0, 0x7a, 0x0e, 0x11, 0xc1, 0x49, 0x22, 0x6e, 0x74, 0x40, 0x94, 0x7e, 0x1c, 0x55, 0xa7, 0xa9, 0xfc, 0xd2, 0x7d, 0x0c, 0xb5, 0x7d, 0xb2, 0x47, 0xd8, 0x6b, 0x25, 0x21, 0x27, 0x83, 0xcd, 0xee, 0x73, 0x66, 0xe4, 0x6e, 0x0e, 0xf7, 0xc4, 0x24, 0x9d, 0x4f, 0x55, 0x01, 0x8f, 0x20, 0x57, 0x9e, 0xed, 0x21, 0xcd, 0xa8, 0x40, 0x5d, 0xb9, 0x0e, 0x46, 0xfb, 0x77, 0x52, 0xeb, 0xa8, 0x42, 0xc8, 0xec, 0x40, 0xdf, 0xc7, 0x9b, 0x9e, 0xca, 0x38, 0xb0, 0xe9, 0xae, 0xb4, 0xba, 0x0f, 0x39, 0xf9, 0x69, 0x67, 0xc4, 0x23, 0xdf, 0x1e, 0x71, 0xca, 0x88, 0xc0, 0x39, 0x88, 0x59, 0x24, 0xa0, 0x4a, 0xe5, 0x38, 0xc0, 0xf7, 0x52, 0x86, 0xd0, 0x78, 0x72, 0x86, 0xad, 0x98, 0x61, 0xcc, 0x4e, 0x3c, 0xa4, 0xaf, 0x18, 0x64, 0x8f, 0x5f } } }; static const struct cckprng_op_refresh op_refresh_544 = { .hd = { .id = 514, .kind = OP_REFRESH }, .rand = 9071562536711736102ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_545 = { .hd = { .id = 515, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0xf0, 0x04, 0x44, 0xe4, 0xff, 0xf3, 0x34, 0xa4, 0x32, 0xbf, 0xd3, 0xc2, 0x1e, 0x54, 0x50, 0x1a, 0xa2, 0x8a, 0xdb, 0xdb, 0x2c, 0xdc, 0x69, 0xe5, 0x0f, 0xb8, 0x3d, 0xb1, 0x72, 0xa0, 0xca, 0x5a, 0xdd, 0xd3, 0xdc, 0x99, 0x3a, 0xc3, 0x35, 0xa4, 0x59, 0xdd, 0xd8, 0x99, 0x87, 0xb8, 0x20, 0x36, 0x31, 0x17, 0x40, 0x30, 0xf1, 0x3e, 0x7e, 0xfc, 0x24, 0x59, 0x36, 0x7a, 0x1d, 0x39, 0xec, 0xa5, 0x54, 0x10, 0x56, 0x0f, 0xcd, 0x9f, 0xd9, 0x0f, 0x87, 0xa5, 0x59, 0x4a, 0x21, 0xdc, 0x0f, 0xff, 0x82, 0xbe, 0xa7, 0x84, 0xfb, 0x9e, 0xfc, 0x4c, 0x02, 0x45, 0xa8, 0xa1, 0xb0, 0x26, 0x84, 0xbe, 0x54, 0xfa, 0xb0, 0xaf, 0xec, 0x8e, 0x16, 0x53, 0x69, 0x16, 0xe6, 0x7c, 0x1b, 0x88, 0x72, 0x28, 0x1e, 0x5e, 0x5a, 0x3a, 0x4b, 0x85, 0xf0, 0xf4, 0x20, 0xf5, 0x5f, 0x9e, 0x52, 0x6d, 0x6d, 0x95, 0xb7, 0x56, 0x4e, 0xc4, 0x71, 0x92, 0xa2, 0xed, 0xa8, 0x13, 0xb8, 0xaf, 0x05, 0x2d } } }; static const struct cckprng_op_refresh op_refresh_546 = { .hd = { .id = 516, .kind = OP_REFRESH }, .rand = 13078720715732397827ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_547 = { .hd = { .id = 517, .kind = OP_REFRESH }, .rand = 18141613936344069678ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_548 = { .hd = { .id = 518, .kind = OP_RESEED }, .nonce = 2403712424302614907ULL, .seed_nbytes = 105, .seed = { 0x5e, 0x61, 0x86, 0x83, 0x92, 0x33, 0x79, 0x6d, 0x53, 0x4f, 0x6c, 0x69, 0x46, 0x27, 0x94, 0xf1, 0x3f, 0x53, 0x3b, 0x47, 0xb1, 0x64, 0x0a, 0x57, 0x1c, 0x2d, 0x00, 0xa9, 0xec, 0x27, 0x94, 0xa2, 0x59, 0xec, 0xe0, 0x53, 0x30, 0x77, 0x46, 0xa1, 0xa9, 0x03, 0x2c, 0x5a, 0x7c, 0xf4, 0x31, 0xd9, 0x65, 0x59, 0xda, 0xe5, 0xe9, 0x6c, 0x0d, 0x24, 0x31, 0xc1, 0xcc, 0x22, 0xf5, 0xae, 0xba, 0x63, 0xe4, 0x39, 0xd8, 0x70, 0x47, 0x84, 0xe9, 0x70, 0x90, 0x64, 0x03, 0x97, 0x07, 0x45, 0x79, 0xde, 0x31, 0xc4, 0x49, 0x67, 0x75, 0xe8, 0x87, 0x30, 0xb9, 0x28, 0x64, 0xfc, 0x5b, 0x93, 0x80, 0xf5, 0xac, 0xd9, 0x44, 0x3c, 0x3b, 0x02, 0x79, 0x8c, 0xb1 } }; static const struct cckprng_op_generate op_init_549 = { .hd = { .id = 519, .kind = OP_GENERATE }, .rand_nbytes = 281, .out = { .rand = { 0x4f, 0xa0, 0x43, 0x1e, 0xed, 0xd6, 0x13, 0x8f, 0x91, 0x4f, 0x6c, 0xa7, 0x7a, 0x91, 0xe6, 0x6b, 0xbe, 0xff, 0x44, 0x4a, 0x8d, 0xcc, 0x83, 0x6d, 0xa6, 0x9f, 0x5a, 0xdb, 0xd3, 0x7f, 0x04, 0xfe, 0xe4, 0x69, 0x1c, 0xbf, 0x74, 0x24, 0xe3, 0xd1, 0xc6, 0x9d, 0x3e, 0x1b, 0x57, 0xe6, 0x9e, 0x7a, 0x73, 0x6e, 0x41, 0xa8, 0xd1, 0x92, 0x04, 0xc8, 0x77, 0x11, 0xae, 0x1e, 0x4e, 0x05, 0x36, 0x7e, 0x1b, 0x37, 0xc6, 0x9f, 0xe9, 0x63, 0xa1, 0xcb, 0x78, 0x09, 0x60, 0x70, 0x36, 0xc6, 0x78, 0x71, 0x4f, 0x78, 0x1e, 0xdf, 0x9a, 0xde, 0xcd, 0x7b, 0xf5, 0xfb, 0xb6, 0x22, 0xa9, 0x50, 0x41, 0x9c, 0xc7, 0xf3, 0x31, 0x95, 0x0f, 0xf7, 0x90, 0x0b, 0x55, 0x5f, 0xce, 0x2b, 0xbd, 0x22, 0xae, 0xf3, 0x84, 0x57, 0x09, 0x08, 0x48, 0x3f, 0xa7, 0x95, 0x11, 0x95, 0x47, 0x46, 0x15, 0xc5, 0xdd, 0x60, 0x3f, 0xaf, 0x95, 0x2c, 0xab, 0x88, 0xca, 0xe3, 0x81, 0x6b, 0x44, 0xec, 0x72, 0x3e, 0x0b, 0xf5, 0x1a, 0xb5, 0x38, 0x00, 0x76, 0xc1, 0xae, 0xaf, 0x5f, 0x54, 0x61, 0xb8, 0x39, 0x84, 0xfc, 0x77, 0x03, 0x85, 0xd8, 0xd0, 0xd0, 0x9e, 0xc2, 0x49, 0xec, 0x5f, 0x0c, 0x1b, 0x33, 0xe0, 0xb2, 0x42, 0x34, 0x29, 0x35, 0x37, 0x2f, 0xe6, 0xd0, 0x28, 0x13, 0x57, 0xf7, 0x7b, 0x4d, 0x9c, 0x3d, 0x4a, 0xba, 0x1a, 0xd6, 0xb9, 0xcb, 0x08, 0xa8, 0x31, 0x68, 0xa4, 0x28, 0xe3, 0x53, 0xef, 0xff, 0xb3, 0xa5, 0x3a, 0x39, 0x80, 0xdb, 0xf2, 0x82, 0x1d, 0x5a, 0x47, 0x39, 0x9f, 0x56, 0xfd, 0xbb, 0x9c, 0xa0, 0x44, 0xe0, 0xcc, 0xe9, 0x94, 0xc5, 0x7a, 0x32, 0xfa, 0xec, 0x45, 0xc8, 0xa4, 0x06, 0x93, 0x7d, 0x51, 0x7d, 0xa7, 0x80, 0xbc, 0x19, 0x52, 0x78, 0xcd, 0x9b, 0x67, 0xa4, 0x1e, 0x34, 0xf2, 0x79, 0xe5, 0x44, 0xc9, 0xcb, 0xda, 0x89, 0x3d, 0xa7, 0xf2, 0x98, 0x55, 0x2e, 0xfd, 0xf4, 0xb7, 0x80, 0x61, 0xb4, 0xc7, 0x6c, 0xf6, 0xb0, 0xf6, 0xb2 } } }; static const struct cckprng_op_generate op_init_550 = { .hd = { .id = 520, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0x7d, 0xd4, 0x68, 0x09, 0xa4, 0x85, 0x36, 0xaa, 0xac, 0x13, 0xe2, 0x7a, 0xb7, 0x68, 0x4e, 0xd5, 0x4b, 0x20, 0x54, 0x29, 0xe8, 0x2a, 0xaf, 0x02, 0x25, 0xee, 0xd9, 0xe3, 0x59, 0x5b, 0x11, 0x66, 0xfa, 0xd0, 0xa3, 0x17, 0x7b, 0x7c, 0x90, 0x06, 0x1e, 0xb7, 0x98, 0x7b, 0x05, 0x65, 0xb9, 0xe3, 0x0c, 0xc8, 0x2e, 0x4e, 0x76, 0xd0, 0xd7, 0xea, 0x96, 0xb8, 0x45, 0x29, 0x5e, 0x61, 0x12, 0xa4, 0x2e, 0xb4, 0xaa, 0xc7, 0xa1, 0xf2, 0x66, 0x5f, 0x88, 0x7a, 0x44, 0x2c, 0xaa, 0x5d, 0xbb, 0x0a, 0x3c, 0x3b, 0xaa, 0xa4, 0x39, 0x7b, 0x27, 0xc7, 0x49, 0x64, 0xdb, 0x42, 0xc4, 0xd1, 0x06, 0xdf, 0xf1, 0x2c, 0x1b, 0x88, 0x50, 0xce, 0x43, 0xee, 0x32, 0x62, 0x04, 0x19, 0x37, 0xd3, 0xaf, 0x98, 0x51, 0x64, 0xe6, 0xfe, 0xe8, 0xb8, 0x89, 0x1b, 0xf3, 0xc0, 0xdc, 0xf2, 0x10, 0xb4, 0xf2, 0x94, 0xb8, 0x63, 0x72, 0x87, 0x42, 0x94, 0x21, 0x51, 0x80, 0xd6, 0x85, 0x34, 0xc7, 0x90, 0x81, 0x4f, 0x5d, 0xc5, 0xb6, 0x2f, 0x54, 0x5f, 0xed, 0x50, 0xc8, 0x16, 0x26, 0x66, 0xc8, 0xc9, 0x6b, 0xe9, 0xba, 0x31, 0xb1, 0x0b, 0x9d, 0xdc, 0xb5, 0x2b, 0x41, 0x22, 0x17, 0x04, 0x1e, 0x6e, 0x56, 0x78, 0x92, 0xd2, 0x5f, 0x32, 0x71, 0x85, 0xb2, 0xab, 0x6a, 0x00, 0xc8, 0x12, 0xbb, 0x08, 0x07, 0x2a, 0x16, 0xef, 0x2c, 0xb2, 0x69, 0x26, 0xfc, 0x80, 0x68, 0x8f, 0xbd, 0xba, 0xcc, 0x4a, 0x6a, 0x80, 0xe5, 0x19, 0x66, 0xa6, 0xf8, 0x55, 0x8f, 0x04, 0x7a, 0xc2, 0x61, 0xaa, 0x46, 0x6d, 0x6d, 0xa5, 0xf5, 0x25, 0xe5, 0x31, 0x66, 0x2b, 0xcf, 0xac, 0xbc, 0xba, 0xa1, 0xd2, 0x02, 0x1f, 0xbf, 0x08, 0xad, 0x70, 0x57, 0xbf, 0x4e, 0x81, 0x8f, 0xe0, 0xb4, 0x07, 0x9d, 0x30, 0xc9, 0x87, 0x83, 0xa7, 0xdd, 0x06, 0x02, 0x84, 0x43, 0x8c, 0xe7, 0x69, 0x5d, 0xbc, 0x1d, 0xc8, 0x2a, 0xdc, 0xda, 0x94, 0x57, 0x9f, 0xe0, 0x40, 0x3d, 0xe0, 0xf3, 0xc8, 0x33, 0x92, 0x15, 0xff, 0xda, 0xc5, 0x2e } } }; static const struct cckprng_op_generate op_init_551 = { .hd = { .id = 521, .kind = OP_GENERATE }, .rand_nbytes = 104, .out = { .rand = { 0x6f, 0x3d, 0xb7, 0x67, 0xe2, 0x74, 0x6c, 0x23, 0xf5, 0x3b, 0x74, 0xa8, 0x6e, 0xb8, 0x15, 0x7d, 0x96, 0xaa, 0x26, 0x87, 0x17, 0x4c, 0x9d, 0x3c, 0xdf, 0x2e, 0x69, 0x7e, 0xc6, 0xfa, 0xf3, 0x54, 0x35, 0x9a, 0x41, 0x66, 0x06, 0x06, 0x2a, 0xde, 0xd2, 0xa1, 0x39, 0x55, 0x16, 0xe8, 0x13, 0x80, 0x22, 0xa5, 0xbe, 0x36, 0xfd, 0x3a, 0xef, 0x31, 0x71, 0x3a, 0x09, 0x8d, 0xea, 0x29, 0xeb, 0x04, 0x16, 0xb1, 0x5d, 0x70, 0x6f, 0xbf, 0xcb, 0x12, 0x55, 0x8f, 0xed, 0xd2, 0x5e, 0x0f, 0x0e, 0xfc, 0x8e, 0x72, 0x6d, 0xcc, 0xae, 0x72, 0xbd, 0x73, 0x31, 0xee, 0xd0, 0x4e, 0x45, 0x7e, 0xa6, 0x1a, 0x94, 0x55, 0x33, 0x60, 0x1d, 0x6d, 0xec, 0xdc } } }; static const struct cckprng_op_refresh op_refresh_552 = { .hd = { .id = 522, .kind = OP_REFRESH }, .rand = 6184004933899127002ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_553 = { .hd = { .id = 523, .kind = OP_REFRESH }, .rand = 7942298325453609439ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_554 = { .hd = { .id = 524, .kind = OP_GENERATE }, .rand_nbytes = 199, .out = { .rand = { 0x6a, 0x07, 0x98, 0xd5, 0xc1, 0xcd, 0x55, 0xcc, 0xcb, 0x04, 0x40, 0x53, 0x0d, 0x8e, 0x0c, 0xa0, 0xcc, 0x24, 0xff, 0xa6, 0x7f, 0x40, 0xff, 0x95, 0xfb, 0xb0, 0x72, 0xc5, 0x0c, 0x03, 0xc8, 0x57, 0xce, 0x30, 0x02, 0xc6, 0xb3, 0x07, 0x81, 0xe4, 0x35, 0x25, 0x8e, 0x60, 0x69, 0xb0, 0x51, 0x03, 0xcc, 0x66, 0x7b, 0x95, 0x6a, 0x75, 0x48, 0xd9, 0xb8, 0xb7, 0x2c, 0xf6, 0xdc, 0xe3, 0xde, 0xd2, 0xba, 0x2b, 0x0f, 0x7b, 0x7a, 0xa0, 0xa8, 0x6d, 0xa0, 0x0a, 0x75, 0xdf, 0x58, 0xc7, 0xc6, 0x7b, 0x2b, 0x13, 0x3f, 0x17, 0x77, 0x46, 0xfb, 0xb5, 0x23, 0x32, 0xe3, 0x71, 0x12, 0xc8, 0x3c, 0x2d, 0xc4, 0x2f, 0x7f, 0x83, 0x95, 0x9c, 0x2e, 0x9f, 0x1c, 0xff, 0xf5, 0xda, 0x6c, 0x1e, 0x11, 0x01, 0xca, 0x62, 0xbe, 0x16, 0xe2, 0x22, 0xcd, 0x79, 0x5d, 0x93, 0x2d, 0x40, 0x30, 0xfc, 0x7d, 0xf3, 0x2a, 0xf8, 0x27, 0xbd, 0xdd, 0x20, 0x7e, 0xa8, 0x0d, 0x7f, 0xa9, 0x86, 0x86, 0xcf, 0x9f, 0xc5, 0x73, 0xd7, 0x8c, 0x52, 0xd0, 0x02, 0x11, 0x1e, 0x23, 0xc3, 0x6e, 0x67, 0x14, 0xc0, 0x53, 0xd7, 0xcf, 0x18, 0xe9, 0xef, 0x3e, 0xcf, 0x4f, 0xc0, 0xde, 0x87, 0x96, 0x5a, 0x7e, 0x51, 0xbe, 0xad, 0xa9, 0xac, 0x70, 0x0d, 0xd2, 0x4d, 0xff, 0x6a, 0xaa, 0x25, 0x98, 0xc9, 0x71, 0x4c, 0x44, 0xb1, 0xc1, 0x7d, 0x1b, 0x93, 0x50, 0x59, 0x2a } } }; static const struct cckprng_op_reseed op_reseed_555 = { .hd = { .id = 525, .kind = OP_RESEED }, .nonce = 16595019725783160411ULL, .seed_nbytes = 53, .seed = { 0x4b, 0x6f, 0x69, 0xed, 0x2c, 0x94, 0xea, 0xbb, 0x4e, 0x9b, 0xe0, 0x0e, 0x6f, 0xf0, 0x01, 0x27, 0x56, 0xcc, 0xad, 0xb8, 0xea, 0x01, 0x07, 0x34, 0xaa, 0x62, 0x14, 0xeb, 0x14, 0xab, 0x1f, 0x35, 0xae, 0x42, 0x43, 0x5c, 0x4c, 0x99, 0x7f, 0xa9, 0xc4, 0x45, 0x62, 0x1c, 0xf5, 0x97, 0xf1, 0x78, 0x0f, 0x7d, 0xf5, 0xc3, 0xea } }; static const struct cckprng_op_refresh op_refresh_556 = { .hd = { .id = 526, .kind = OP_REFRESH }, .rand = 1298266721479589708ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_557[] = { (const struct cckprng_op *)&op_init_541, (const struct cckprng_op *)&op_reseed_542, (const struct cckprng_op *)&op_init_543, (const struct cckprng_op *)&op_refresh_544, (const struct cckprng_op *)&op_init_545, (const struct cckprng_op *)&op_refresh_546, (const struct cckprng_op *)&op_refresh_547, (const struct cckprng_op *)&op_reseed_548, (const struct cckprng_op *)&op_init_549, (const struct cckprng_op *)&op_init_550, (const struct cckprng_op *)&op_init_551, (const struct cckprng_op *)&op_refresh_552, (const struct cckprng_op *)&op_refresh_553, (const struct cckprng_op *)&op_init_554, (const struct cckprng_op *)&op_reseed_555, (const struct cckprng_op *)&op_refresh_556 }; static const struct cckprng_vector vec_558 = { .id = 527, .note = NULL, .nops = 16, .ops = ops_557 }; static const struct cckprng_op_init op_init_559 = { .hd = { .id = 528, .kind = OP_INIT }, .seed = { 0x3c, 0x09, 0xdf, 0x0c, 0xba, 0x57, 0xb2, 0x18, 0x3c, 0xde, 0xac, 0x65, 0x03, 0xd8, 0x16, 0x53, 0x13, 0x1a, 0x0a, 0x3c, 0x66, 0x83, 0x1e, 0xeb, 0x1c, 0x70, 0x6f, 0x29, 0x76, 0x28, 0x6e, 0x5c }, .nonce = { 0x6d, 0x63, 0xc3, 0x26, 0xfc, 0xa7, 0xb1, 0x5e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_560 = { .hd = { .id = 529, .kind = OP_GENERATE }, .rand_nbytes = 106, .out = { .rand = { 0x4b, 0x90, 0x30, 0x08, 0x9f, 0xf7, 0x0c, 0xd4, 0x14, 0x78, 0x90, 0x13, 0x8e, 0x78, 0x84, 0xcb, 0xda, 0x39, 0xed, 0xb9, 0xab, 0x0c, 0xb8, 0xfe, 0xe1, 0x3c, 0xc7, 0xcb, 0x82, 0x61, 0x5c, 0xc3, 0x40, 0x4e, 0xbc, 0x6a, 0xcd, 0x2d, 0xe4, 0x7b, 0x29, 0x89, 0x68, 0xc6, 0x74, 0xf6, 0x4d, 0x63, 0xb1, 0x6a, 0x5b, 0x77, 0x68, 0xcd, 0xe7, 0x2a, 0xfe, 0x19, 0x35, 0x7c, 0xb5, 0x0d, 0xa4, 0x96, 0x61, 0xc2, 0x5f, 0x4a, 0x4d, 0xdd, 0x65, 0x66, 0x42, 0xc4, 0xdf, 0x3a, 0xd6, 0x74, 0x7d, 0x8e, 0x44, 0x4f, 0xc5, 0xae, 0x5e, 0x21, 0x1b, 0x30, 0x31, 0x6e, 0x45, 0x9c, 0xa0, 0x29, 0x51, 0x60, 0xf3, 0x14, 0x79, 0xda, 0x04, 0x2d, 0xf4, 0xdb, 0x6c, 0xc8 } } }; static const struct cckprng_op_generate op_init_561 = { .hd = { .id = 530, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x07, 0xbc, 0xf3, 0x84, 0x42, 0xe9, 0x24, 0xc2, 0x78, 0x8e, 0xc3, 0xff, 0x38, 0x82, 0x32, 0xc2, 0xd1, 0xf7, 0xad, 0x0d, 0x1d, 0x35, 0x46, 0x80, 0xe6, 0xf5, 0xe1, 0x9b, 0x3f, 0x53, 0xfa, 0xc7, 0x42, 0x04, 0xe8, 0xa9, 0x86, 0xd6, 0xa0, 0x8e, 0xfa, 0x77, 0xd9, 0xee, 0xa9, 0xc1, 0x3e, 0x5d, 0x3d, 0x8b, 0x1c, 0x89, 0x63, 0x5f, 0xdb, 0xe9, 0x85, 0x62, 0xa3, 0x6d, 0xb4, 0xe6, 0xcf, 0x33, 0xcb, 0xe7, 0x3f, 0x03, 0xcc, 0xca, 0x56, 0x01, 0xbd, 0x26, 0xfa, 0xb6, 0xd6, 0x13, 0xab, 0xb1, 0x3e, 0x7f, 0xa5, 0x76, 0xdb } } }; static const struct cckprng_op_refresh op_refresh_562 = { .hd = { .id = 531, .kind = OP_REFRESH }, .rand = 15233808216467418150ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_563 = { .hd = { .id = 532, .kind = OP_RESEED }, .nonce = 7229218796008600289ULL, .seed_nbytes = 202, .seed = { 0x98, 0x68, 0x99, 0x7b, 0x3f, 0xd0, 0xbf, 0x37, 0xcd, 0xc5, 0x40, 0x6f, 0x8d, 0x5c, 0x92, 0x9f, 0xa9, 0xc2, 0x7a, 0x28, 0x47, 0x14, 0x0f, 0x1f, 0x5b, 0x61, 0x28, 0xe4, 0x23, 0xc8, 0x2d, 0x07, 0x9c, 0xf2, 0xe6, 0x85, 0xa0, 0x7a, 0xe0, 0xb0, 0x7d, 0xce, 0x71, 0x08, 0x86, 0x2f, 0xd2, 0xe2, 0x0b, 0xcb, 0x3c, 0x2e, 0xc1, 0x7e, 0x83, 0x34, 0x8b, 0xc0, 0x3e, 0xb1, 0x89, 0x54, 0x25, 0x6b, 0x2d, 0xfe, 0x9d, 0xd4, 0x46, 0xc2, 0x3b, 0xa7, 0x05, 0xf9, 0x5e, 0x02, 0x60, 0xfd, 0x8e, 0xf0, 0x17, 0xa8, 0x5f, 0x91, 0xa5, 0x53, 0xf1, 0x42, 0x0c, 0xb1, 0xc0, 0xee, 0xff, 0x76, 0x89, 0x1d, 0xdf, 0x24, 0x8b, 0x05, 0x7d, 0xec, 0xb5, 0xb0, 0xec, 0x58, 0x78, 0x24, 0xe3, 0xde, 0x5d, 0xb6, 0xef, 0xb6, 0xef, 0x3c, 0x59, 0x30, 0x12, 0x58, 0xbf, 0x99, 0x65, 0x33, 0x20, 0x3b, 0xab, 0x11, 0x02, 0x7f, 0x72, 0x80, 0x0a, 0x0f, 0xc8, 0x0e, 0x8a, 0x3c, 0x26, 0xf2, 0x2d, 0x29, 0x6b, 0x12, 0xed, 0x97, 0x8a, 0xa7, 0xaf, 0x17, 0x9a, 0x88, 0xc5, 0x64, 0xda, 0xa6, 0xe0, 0xd6, 0xbf, 0x41, 0x66, 0x26, 0x91, 0x45, 0x76, 0x9e, 0xe3, 0xcf, 0x50, 0xc3, 0x8d, 0x91, 0x02, 0x33, 0x1a, 0x8b, 0x5c, 0x90, 0xab, 0x5e, 0x09, 0xd7, 0x28, 0xe5, 0x73, 0x74, 0x3a, 0x0a, 0x9b, 0xbb, 0xab, 0x33, 0x39, 0x08, 0xec, 0x8f, 0x41, 0x28, 0x40, 0x74, 0xa0, 0xbb } }; static const struct cckprng_op_reseed op_reseed_564 = { .hd = { .id = 533, .kind = OP_RESEED }, .nonce = 2859478953633897342ULL, .seed_nbytes = 206, .seed = { 0xe2, 0x7f, 0x28, 0x0c, 0x79, 0x43, 0x08, 0x2d, 0xec, 0x3a, 0x15, 0xf5, 0x54, 0xa3, 0x79, 0x81, 0x2e, 0xd1, 0xa5, 0x95, 0x12, 0x47, 0x24, 0xf2, 0x2d, 0x73, 0xad, 0x09, 0x39, 0xad, 0xfd, 0xa4, 0x29, 0xae, 0x3a, 0xb3, 0x3e, 0xdd, 0xde, 0x11, 0xd2, 0xf5, 0x9d, 0x7a, 0x54, 0x7a, 0x0f, 0x0b, 0xf7, 0xa8, 0x90, 0x6b, 0x59, 0x18, 0x9a, 0x01, 0x04, 0x4e, 0xa5, 0x9e, 0x50, 0x20, 0x58, 0x61, 0x7a, 0x75, 0x6d, 0x08, 0x47, 0x59, 0x4c, 0xc9, 0x18, 0xda, 0xf5, 0xab, 0xeb, 0xcc, 0x64, 0x85, 0xd8, 0x21, 0x6a, 0xf4, 0x3c, 0xe4, 0x60, 0xec, 0x53, 0x50, 0xe4, 0x0d, 0x00, 0x10, 0x13, 0x5a, 0xb8, 0xc1, 0x03, 0x0c, 0xd4, 0x0a, 0xbd, 0x25, 0x1b, 0x69, 0x23, 0x0f, 0x44, 0x33, 0x3c, 0x1c, 0x11, 0x1f, 0x56, 0x69, 0x59, 0x4e, 0x1f, 0x41, 0x32, 0x8b, 0x5e, 0xa6, 0xcc, 0x06, 0xec, 0x4c, 0x73, 0x42, 0x21, 0x73, 0x5a, 0x85, 0xde, 0xcd, 0xfd, 0x25, 0xac, 0xfa, 0x5b, 0x99, 0x3b, 0x75, 0x02, 0x05, 0x0f, 0xa6, 0xc1, 0xf4, 0x53, 0x95, 0x1d, 0x61, 0x19, 0x60, 0x19, 0xf7, 0xcb, 0x06, 0x0e, 0x7c, 0xc6, 0xa3, 0x72, 0x05, 0x4d, 0x99, 0xe4, 0x20, 0xb4, 0x4e, 0xf4, 0xfa, 0xf0, 0x88, 0xfa, 0xee, 0x71, 0x58, 0xa8, 0xd4, 0x10, 0x6c, 0xf8, 0x66, 0xe8, 0x7a, 0xd8, 0x46, 0xd6, 0xaa, 0x5d, 0xaa, 0x2a, 0x5c, 0xbb, 0x36, 0x26, 0x87, 0xac, 0xd7, 0xca, 0x5f, 0x1b, 0x28 } }; static const struct cckprng_op_generate op_init_565 = { .hd = { .id = 534, .kind = OP_GENERATE }, .rand_nbytes = 61, .out = { .rand = { 0x46, 0xdf, 0x60, 0x15, 0xda, 0x40, 0x03, 0xa9, 0x27, 0x9f, 0x26, 0xae, 0xab, 0xa5, 0xf8, 0xd2, 0x14, 0xe3, 0x93, 0x2e, 0x38, 0x0d, 0x2a, 0xb2, 0x6f, 0x99, 0x87, 0x36, 0x7a, 0x7b, 0xf5, 0xd7, 0xeb, 0x6c, 0x24, 0x2f, 0xae, 0xa2, 0xec, 0x14, 0xb7, 0x50, 0x85, 0x87, 0x90, 0x67, 0xc1, 0x5c, 0x4c, 0x94, 0xff, 0xf6, 0x91, 0xdb, 0x82, 0xd1, 0x3f, 0xad, 0x04, 0x9e, 0x44 } } }; static const struct cckprng_op_refresh op_refresh_566 = { .hd = { .id = 535, .kind = OP_REFRESH }, .rand = 66986411465784801ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_567 = { .hd = { .id = 536, .kind = OP_GENERATE }, .rand_nbytes = 83, .out = { .rand = { 0x97, 0x68, 0xc4, 0x17, 0x25, 0x3c, 0x0a, 0x87, 0x05, 0x18, 0x34, 0x5c, 0x73, 0x0e, 0x76, 0x68, 0xb0, 0x24, 0xe4, 0x1f, 0x71, 0xfa, 0xc4, 0xb3, 0xa2, 0xa7, 0x28, 0x4f, 0x87, 0xa2, 0xb2, 0x44, 0x18, 0x6d, 0xfb, 0x50, 0x5d, 0x87, 0xe1, 0xee, 0xe3, 0x2e, 0x32, 0xfa, 0xdc, 0x80, 0x0d, 0x34, 0x4a, 0xc3, 0x75, 0xf1, 0xe3, 0x86, 0x5d, 0x74, 0xa9, 0xe7, 0x0d, 0x5c, 0x19, 0x21, 0x50, 0xb0, 0x73, 0x77, 0xae, 0x02, 0x44, 0x77, 0x45, 0x4b, 0xe8, 0xc1, 0x1d, 0x62, 0x4e, 0x7f, 0x47, 0x4a, 0x30, 0x63, 0x3f } } }; static const struct cckprng_op_reseed op_reseed_568 = { .hd = { .id = 537, .kind = OP_RESEED }, .nonce = 8588798943721027402ULL, .seed_nbytes = 96, .seed = { 0x13, 0x69, 0x02, 0x4e, 0x86, 0x59, 0xbf, 0x89, 0xd3, 0x3b, 0x4b, 0x20, 0x7a, 0xb9, 0xcd, 0x03, 0xa4, 0x85, 0x8c, 0xc0, 0x0c, 0xa1, 0xed, 0x08, 0x57, 0x79, 0x7e, 0x39, 0xe2, 0xb6, 0xb4, 0x0a, 0xd3, 0x36, 0x96, 0xf7, 0x23, 0xfc, 0xb2, 0x2b, 0x21, 0x70, 0xcc, 0x67, 0x7c, 0x11, 0x73, 0xd2, 0x50, 0x4c, 0xdc, 0x4a, 0xa3, 0x4a, 0x14, 0x1d, 0x58, 0x08, 0x1f, 0xe0, 0x1d, 0xd1, 0xc9, 0xfc, 0x35, 0xb8, 0xd3, 0x34, 0x64, 0xdd, 0xf6, 0xe2, 0x69, 0x77, 0xff, 0xa2, 0x8a, 0x1e, 0xee, 0x4a, 0x88, 0x64, 0x9c, 0x2f, 0xd7, 0x37, 0x10, 0x7c, 0x20, 0x59, 0xd8, 0xba, 0xc8, 0x55, 0x87, 0x2a } }; static const struct cckprng_op_refresh op_refresh_569 = { .hd = { .id = 538, .kind = OP_REFRESH }, .rand = 9100934815318936598ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_570 = { .hd = { .id = 539, .kind = OP_REFRESH }, .rand = 15675460485701149423ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_571 = { .hd = { .id = 540, .kind = OP_GENERATE }, .rand_nbytes = 223, .out = { .rand = { 0x2b, 0xac, 0x30, 0x35, 0xd5, 0x25, 0x2c, 0x68, 0xf6, 0x85, 0x57, 0xc0, 0x2d, 0x66, 0x69, 0x02, 0x20, 0x8c, 0xcd, 0x7a, 0xb6, 0x54, 0xf2, 0x98, 0x97, 0x63, 0xc9, 0x48, 0x4d, 0x7d, 0xee, 0x9e, 0x31, 0x4b, 0xb3, 0xc0, 0xf1, 0x03, 0x4a, 0x6a, 0x3f, 0x6d, 0x4e, 0xe5, 0x58, 0x57, 0xa9, 0x86, 0x67, 0xaf, 0x88, 0xd2, 0xb7, 0xfa, 0x2f, 0xca, 0xf2, 0x12, 0x2d, 0x4d, 0xb0, 0x97, 0x12, 0x7e, 0x4c, 0xa7, 0x54, 0xed, 0xbe, 0x17, 0x94, 0x59, 0xdd, 0x3e, 0x45, 0x22, 0xdd, 0xc5, 0x12, 0xb2, 0xea, 0xf9, 0x9e, 0x6c, 0xc7, 0xef, 0x6d, 0x18, 0xee, 0xc1, 0x5e, 0x95, 0x7c, 0xd1, 0xb0, 0x20, 0xd6, 0xe8, 0x71, 0x2f, 0x67, 0x90, 0x7f, 0xb5, 0x1f, 0x38, 0x7b, 0xb6, 0x89, 0x04, 0x6e, 0xd4, 0xf7, 0x70, 0xe9, 0x87, 0x55, 0xba, 0x67, 0x0a, 0xd7, 0xdf, 0x8e, 0x46, 0xe6, 0xf2, 0x68, 0xf5, 0x72, 0x0a, 0x76, 0x06, 0xd1, 0x2e, 0x1f, 0x05, 0xe1, 0x60, 0x8f, 0x02, 0x74, 0xd0, 0x57, 0xe9, 0x17, 0xdf, 0x89, 0x29, 0xd8, 0x35, 0x3d, 0x2a, 0x0c, 0x6b, 0x88, 0x23, 0xc2, 0x53, 0x90, 0x90, 0x4e, 0x01, 0x96, 0xc5, 0x1e, 0xf7, 0x64, 0x58, 0xa3, 0x39, 0xb1, 0xe7, 0x6e, 0x75, 0x38, 0x71, 0x02, 0x44, 0xff, 0x1b, 0x19, 0x6f, 0x0a, 0xcb, 0x4e, 0x30, 0x8f, 0x3b, 0x6e, 0xff, 0x3d, 0x19, 0x95, 0xf8, 0x57, 0x7e, 0xff, 0x59, 0xcf, 0x1b, 0xd9, 0xfd, 0xfb, 0x20, 0xf8, 0x1a, 0x3e, 0x66, 0xf4, 0x99, 0xcb, 0x8a, 0x71, 0x65, 0xaa, 0xb6, 0xf8, 0xa1, 0x60, 0x61, 0xb9, 0xa7, 0x38 } } }; static const struct cckprng_op_generate op_init_572 = { .hd = { .id = 541, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x77, 0xa6, 0x16, 0xa5, 0x00, 0xdd, 0x2e, 0x52, 0xfc, 0x5d, 0x10, 0x5a, 0x94, 0x6a, 0xae, 0x9f, 0x5b, 0xe3, 0xc6, 0x1f, 0x02, 0x05, 0xe0, 0xff, 0xce, 0x6f, 0xf9, 0xb1, 0xdd, 0x61, 0x17, 0x13, 0x95, 0x7c, 0x64, 0x40, 0xe2, 0xa6, 0x6a, 0x23, 0x54, 0xe9, 0xd0, 0xaa, 0xf7, 0xa9, 0x4b, 0xe7, 0xe6, 0x52, 0xc9, 0xb8, 0x80, 0x00, 0x18, 0xfd, 0x7c, 0xf3, 0x75, 0x97, 0x98, 0x22, 0xbd, 0x41, 0x91, 0x6a, 0xaa, 0x40, 0x87, 0x78, 0xe8, 0x0c, 0x9b, 0xed, 0x23, 0x8e, 0xe6, 0x1c, 0x09, 0x64, 0xc4, 0xc3, 0x9a, 0xbd, 0x37, 0xc4, 0xf6, 0x3f, 0x4a, 0x21, 0x09, 0xd9, 0xbd, 0x86, 0x0e, 0x91, 0xed, 0xb2, 0x34, 0x25, 0xa9, 0x9b, 0x7d, 0x95, 0x58, 0x6d, 0xf1, 0x38, 0x88, 0x9a } } }; static const struct cckprng_op_refresh op_refresh_573 = { .hd = { .id = 542, .kind = OP_REFRESH }, .rand = 6597419509090054628ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_574 = { .hd = { .id = 543, .kind = OP_REFRESH }, .rand = 17140695244840036304ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_575[] = { (const struct cckprng_op *)&op_init_559, (const struct cckprng_op *)&op_init_560, (const struct cckprng_op *)&op_init_561, (const struct cckprng_op *)&op_refresh_562, (const struct cckprng_op *)&op_reseed_563, (const struct cckprng_op *)&op_reseed_564, (const struct cckprng_op *)&op_init_565, (const struct cckprng_op *)&op_refresh_566, (const struct cckprng_op *)&op_init_567, (const struct cckprng_op *)&op_reseed_568, (const struct cckprng_op *)&op_refresh_569, (const struct cckprng_op *)&op_refresh_570, (const struct cckprng_op *)&op_init_571, (const struct cckprng_op *)&op_init_572, (const struct cckprng_op *)&op_refresh_573, (const struct cckprng_op *)&op_refresh_574 }; static const struct cckprng_vector vec_576 = { .id = 544, .note = NULL, .nops = 16, .ops = ops_575 }; static const struct cckprng_op_init op_init_577 = { .hd = { .id = 545, .kind = OP_INIT }, .seed = { 0x35, 0x57, 0xa3, 0x0d, 0x6b, 0x5e, 0x11, 0x0c, 0x0d, 0xd0, 0x12, 0x68, 0x05, 0x86, 0x90, 0x3f, 0x6e, 0xcd, 0xa7, 0xff, 0x56, 0xbf, 0x2f, 0x0f, 0xe8, 0x43, 0xf7, 0x53, 0xce, 0x71, 0xe0, 0xf7 }, .nonce = { 0xc2, 0x50, 0x8e, 0x2e, 0x65, 0x5f, 0xdb, 0x39 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_578 = { .hd = { .id = 546, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x0d, 0xbb, 0x7e, 0xf8, 0x7f, 0xf3, 0x85, 0x76, 0x9a, 0x21, 0xbb, 0x9f, 0x00, 0x61, 0x62, 0xd6, 0xd1, 0x78, 0x8f, 0x4e, 0x4b, 0x81, 0x79, 0x31, 0x72, 0xe3, 0x7e, 0x2a, 0x07, 0x08, 0xe9, 0x46, 0x8a, 0xb9, 0xe8, 0xda, 0x76, 0x4d, 0xc8, 0x1c, 0x81, 0x0c, 0x20, 0x32, 0x89, 0xc8, 0x6d, 0x9f, 0x42, 0x18, 0xeb, 0x77, 0x69, 0xd3, 0xd5, 0x39, 0xc0, 0x8f, 0x39, 0x86, 0x30, 0xea, 0x02, 0x50, 0x03, 0x3d, 0xd6, 0x40, 0xc1, 0xdd, 0x1b, 0x30, 0x6c, 0x70, 0x59, 0x25, 0xd2, 0x70, 0xda, 0x11, 0x65, 0xdb, 0x13, 0x2a, 0xc2, 0x19, 0x11, 0x2e, 0x7d, 0x41, 0x5a, 0x04, 0xd9, 0x39, 0x1b, 0xeb, 0x5c, 0x94, 0x02, 0x42, 0x3b, 0xd5, 0x22, 0x27, 0xc8, 0x83, 0xd7, 0x09, 0x2f, 0xe7, 0x34, 0x2a, 0xc8, 0xe6, 0x8c, 0x8a, 0x57, 0x2b, 0xf3, 0x07, 0x99, 0x24, 0xd6, 0xcb, 0x76, 0xb6, 0x8b, 0x40, 0x25, 0x8f, 0xd3, 0x43, 0x08, 0xc9, 0xba, 0x50, 0x42, 0xe9, 0x1a, 0x84, 0xee, 0x90, 0xd9, 0x3a, 0xca, 0x61, 0x04, 0xf9, 0x88, 0x28, 0xa8, 0x53, 0xea, 0xc3, 0x3d, 0xee, 0x37, 0x55, 0x29, 0x4e, 0x29, 0x58, 0x90, 0xd3, 0xf8, 0x91, 0x10, 0xf2, 0xfc, 0xf7, 0xc0, 0x12, 0xc9, 0xe3, 0x5c, 0x3e, 0x4d, 0xc3, 0x84, 0xe6, 0x1f, 0x68 } } }; static const struct cckprng_op_refresh op_refresh_579 = { .hd = { .id = 547, .kind = OP_REFRESH }, .rand = 18146962033432459243ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_580 = { .hd = { .id = 548, .kind = OP_REFRESH }, .rand = 14755132899437288989ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_581 = { .hd = { .id = 549, .kind = OP_GENERATE }, .rand_nbytes = 264, .out = { .rand = { 0xae, 0xdf, 0xab, 0xd3, 0xb6, 0xff, 0xc7, 0x1f, 0x92, 0x39, 0x6d, 0x62, 0xc0, 0x8a, 0x36, 0xf5, 0x55, 0xa3, 0xe4, 0x3e, 0x7f, 0x57, 0xf8, 0xe1, 0xa0, 0x4d, 0xd7, 0x16, 0x22, 0x98, 0x0b, 0xbf, 0xd8, 0x46, 0x02, 0x87, 0x92, 0x68, 0x2d, 0x79, 0x72, 0x6a, 0xb4, 0x1f, 0xc3, 0x9b, 0x0b, 0xa3, 0xc1, 0xba, 0x21, 0xd2, 0x78, 0xa3, 0x17, 0x92, 0xa5, 0x3f, 0x09, 0xeb, 0xd6, 0x33, 0x04, 0xd1, 0xb2, 0x17, 0x32, 0xec, 0xc2, 0xc5, 0xb6, 0xb2, 0xec, 0x6d, 0x5a, 0x08, 0xef, 0xc1, 0xe5, 0xb1, 0x2e, 0x1c, 0x53, 0x90, 0x3c, 0x90, 0x72, 0x43, 0x90, 0x68, 0x81, 0x0a, 0xc4, 0x82, 0xe8, 0xdb, 0xb3, 0xe1, 0x93, 0xad, 0xda, 0x1b, 0xff, 0x2d, 0x41, 0x42, 0x0d, 0x83, 0xd4, 0xe9, 0x6d, 0xa7, 0x8c, 0xe3, 0x6e, 0x05, 0x70, 0x84, 0xb4, 0x17, 0x7a, 0xd6, 0x7d, 0x6b, 0x90, 0xd4, 0x0e, 0x28, 0x15, 0xe4, 0x26, 0xe6, 0x07, 0xe7, 0xda, 0xb9, 0x2a, 0x15, 0x36, 0x36, 0x3e, 0x5a, 0x72, 0xaf, 0xf1, 0xd4, 0x90, 0xe6, 0xf1, 0xb2, 0xc7, 0xba, 0xa5, 0x36, 0xaa, 0xd0, 0x5c, 0xdf, 0x99, 0x92, 0xc3, 0xf8, 0xe2, 0x2a, 0xe6, 0x2c, 0x4e, 0xf4, 0x42, 0xf2, 0x07, 0x32, 0x7c, 0x6a, 0xe5, 0x62, 0x7b, 0x99, 0x80, 0x83, 0x96, 0x0c, 0x7a, 0x54, 0xbf, 0x73, 0x7a, 0x33, 0x3b, 0xd0, 0x15, 0xc0, 0x8d, 0x31, 0xb7, 0x15, 0xb3, 0x0c, 0x99, 0x15, 0xcd, 0x07, 0xd2, 0x45, 0x11, 0x2a, 0x89, 0x2a, 0x1d, 0x0c, 0xc5, 0x07, 0xb3, 0xd7, 0x87, 0x0d, 0xed, 0x2c, 0x82, 0x88, 0x8a, 0x67, 0x18, 0xd8, 0x29, 0xcd, 0x4d, 0xee, 0x57, 0x31, 0x32, 0x98, 0x91, 0xf7, 0x9d, 0x9d, 0x2f, 0x94, 0x5e, 0xc4, 0xe8, 0x0c, 0xe5, 0x86, 0x83, 0x1f, 0xa0, 0x05, 0x7f, 0x38, 0x7d, 0x26, 0x69, 0xf2, 0x24, 0x6c, 0x1b, 0x3e, 0x24, 0xe4, 0x08, 0xed, 0xa5, 0x67 } } }; static const struct cckprng_op_generate op_init_582 = { .hd = { .id = 550, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0x14, 0x9f, 0xa8, 0x15, 0xaa, 0xd6, 0x10, 0xfb, 0xed, 0xdc, 0xc8, 0x33, 0x5b, 0x6e, 0x5b, 0x2a, 0xef, 0x03, 0x90, 0x31, 0xbc, 0x38, 0x0e, 0x35, 0xa3, 0xbb, 0x87, 0xe4, 0x92, 0x88, 0xe9, 0xaf, 0x70, 0xb4, 0x6e, 0x22, 0x13, 0x4f, 0x71, 0x59, 0x65, 0xe4, 0x77, 0x93, 0x4e, 0xd2, 0x8b, 0xa1, 0xbd, 0x41, 0x7a, 0xba, 0x2f, 0xfe, 0x44, 0x80, 0x7f, 0xff, 0x3e, 0xee, 0x73, 0x30, 0x83, 0x47, 0x2f, 0x96, 0x59, 0xcb, 0x5d, 0x8f, 0xb7, 0xe1, 0x57, 0x51, 0xfc, 0x82, 0x92, 0x51, 0x30, 0xe3, 0xd1, 0x73, 0x89, 0xfb, 0xa9, 0xd1, 0x85, 0xe7, 0xa8, 0x21, 0x96, 0x50, 0x04, 0xd2, 0xea, 0x0f, 0x8e, 0x5d, 0xa8, 0xc6, 0x44, 0x09, 0x7e, 0x29, 0x1e, 0xbf, 0xa9, 0xfa, 0x9c, 0x86, 0xbe, 0xdc, 0x4c, 0x17, 0x19, 0x33, 0x24, 0xd4, 0xaa, 0xa9, 0xed, 0x19, 0x77, 0xf4, 0x5e, 0x40, 0x92, 0xde, 0xab, 0xb2, 0x19, 0xb6, 0xab, 0x54, 0xa3, 0x81, 0x56, 0xf1, 0x90, 0x5e, 0x3f, 0x91, 0x08, 0xbb, 0x42, 0xee, 0xfa, 0x90, 0x23, 0x04, 0xc2, 0xe1, 0xe9, 0xe4, 0xa5, 0x02, 0x42, 0x86, 0x3c } } }; static const struct cckprng_op_generate op_init_583 = { .hd = { .id = 551, .kind = OP_GENERATE }, .rand_nbytes = 283, .out = { .rand = { 0xe0, 0xb2, 0xd8, 0x65, 0xdc, 0xf8, 0xc3, 0x52, 0xdc, 0x83, 0xc4, 0xe3, 0x35, 0x13, 0x27, 0xf6, 0xc7, 0xa6, 0x58, 0xed, 0x12, 0x73, 0xd0, 0x38, 0x07, 0x94, 0xf0, 0xb6, 0x62, 0x70, 0xc9, 0x4d, 0x55, 0x80, 0x34, 0x79, 0x58, 0xf8, 0x09, 0x0d, 0x48, 0x3b, 0xfa, 0xd9, 0x44, 0x25, 0xe4, 0x67, 0x8c, 0x83, 0x99, 0x53, 0x7b, 0x4b, 0xd3, 0xbd, 0x1c, 0xed, 0x27, 0xc5, 0x33, 0xce, 0xf3, 0x40, 0xdc, 0xea, 0xf5, 0x2e, 0xbc, 0x26, 0x1f, 0x15, 0xb7, 0x5f, 0x10, 0xfb, 0x99, 0xf4, 0x52, 0x55, 0x55, 0x6c, 0xfe, 0x8b, 0xb4, 0x97, 0x87, 0xf2, 0xe9, 0x06, 0x3d, 0x9e, 0xd2, 0xa1, 0x2e, 0x33, 0x20, 0x2b, 0xd4, 0x60, 0xec, 0x04, 0xd2, 0x8b, 0x63, 0x8c, 0xb7, 0xfe, 0xbe, 0x27, 0x30, 0xef, 0x6e, 0xd3, 0x49, 0x22, 0x93, 0x9b, 0x44, 0xfc, 0x5b, 0x55, 0x7b, 0xfd, 0xd8, 0x8f, 0x1b, 0x87, 0x62, 0x05, 0x8e, 0xcd, 0x99, 0x33, 0xdd, 0x49, 0xcd, 0x98, 0xfb, 0xdf, 0xf4, 0xbc, 0xf9, 0x38, 0xe7, 0xdc, 0x65, 0xb3, 0x3a, 0x1c, 0x2c, 0x44, 0x90, 0x2b, 0x24, 0x16, 0x64, 0x55, 0x3f, 0xeb, 0xaa, 0x45, 0xd0, 0x7a, 0xcf, 0x97, 0x68, 0xb9, 0x21, 0x01, 0xcc, 0x6b, 0xf2, 0x65, 0x54, 0x0c, 0xa6, 0x09, 0x76, 0x98, 0x4c, 0xa5, 0x4f, 0x43, 0x87, 0x41, 0x66, 0x23, 0x37, 0x37, 0xb7, 0x0c, 0x54, 0x00, 0x67, 0x8b, 0xec, 0xee, 0xb6, 0x1a, 0x1f, 0xe3, 0x22, 0x00, 0x6a, 0xcd, 0x27, 0x85, 0x7d, 0xd0, 0x9e, 0x55, 0x5b, 0x0d, 0x87, 0x6d, 0xb4, 0x96, 0x96, 0xfd, 0x51, 0xa6, 0xa3, 0xb9, 0x1d, 0x06, 0x87, 0x6b, 0x69, 0x53, 0xf0, 0x4f, 0xd1, 0x7d, 0xcb, 0xeb, 0x70, 0xeb, 0xdb, 0x97, 0x6f, 0xc7, 0x98, 0x4d, 0xeb, 0x92, 0xcc, 0xaf, 0x71, 0xd3, 0x8a, 0x4c, 0x0a, 0xb6, 0x62, 0x9b, 0x9e, 0x0b, 0xb2, 0xe4, 0x79, 0xec, 0x7c, 0x8c, 0x1e, 0x1d, 0x0d, 0xac, 0x91, 0xf7, 0x01, 0x76, 0x26, 0x2a, 0xd4, 0x8c, 0x34, 0x7c, 0xec, 0x31, 0x79, 0xff, 0xe6 } } }; static const struct cckprng_op_reseed op_reseed_584 = { .hd = { .id = 552, .kind = OP_RESEED }, .nonce = 17338528925878597880ULL, .seed_nbytes = 240, .seed = { 0x39, 0x1e, 0x99, 0x27, 0x00, 0xf7, 0x03, 0x78, 0x5a, 0x0a, 0x3d, 0x03, 0xac, 0x34, 0xc3, 0x70, 0x90, 0x21, 0x28, 0x23, 0xa4, 0x7e, 0xe2, 0xc4, 0x1b, 0x0c, 0x4f, 0x1e, 0xfe, 0xb9, 0x52, 0x6c, 0xe6, 0x35, 0xbe, 0xa7, 0x98, 0xf1, 0x0c, 0x04, 0x0d, 0xb4, 0xc4, 0xce, 0xf1, 0x90, 0x50, 0x43, 0xc0, 0x55, 0x4e, 0x3b, 0x1f, 0x67, 0xbe, 0x02, 0xb7, 0xce, 0x08, 0xf8, 0x92, 0x57, 0x03, 0xdf, 0x0b, 0x25, 0x05, 0x8b, 0x90, 0x7a, 0x68, 0xad, 0x32, 0x08, 0xa4, 0x1c, 0xad, 0xf5, 0xa7, 0xd5, 0xfd, 0xe6, 0x57, 0x7c, 0xa2, 0x86, 0x7f, 0x22, 0x44, 0xce, 0xee, 0xd5, 0x2f, 0x9a, 0x62, 0x4d, 0x30, 0xce, 0x63, 0xe4, 0xe5, 0x17, 0x04, 0x23, 0x41, 0x13, 0x7b, 0xa6, 0x7a, 0x23, 0x7c, 0x6d, 0x8f, 0x36, 0x59, 0x09, 0xf7, 0x1c, 0x0d, 0xe9, 0xca, 0xd7, 0xea, 0x73, 0x19, 0xc5, 0xa3, 0x23, 0x51, 0x84, 0x21, 0xa9, 0x0f, 0x79, 0xb5, 0x8e, 0x5f, 0x11, 0x1c, 0xff, 0xba, 0x3a, 0x77, 0xcb, 0xae, 0x4e, 0xe1, 0x94, 0x1a, 0xbf, 0xc6, 0xb5, 0x65, 0xa9, 0x7c, 0x7f, 0xa3, 0x42, 0x46, 0xac, 0x5e, 0x69, 0x34, 0xea, 0x7f, 0x58, 0x7e, 0x2b, 0xfb, 0xc5, 0xa7, 0x39, 0x67, 0x6d, 0xbd, 0x0a, 0xe8, 0x15, 0x04, 0x28, 0x56, 0x28, 0xf6, 0xbb, 0x6c, 0x54, 0xe0, 0xe7, 0x8e, 0x47, 0xff, 0x30, 0xcd, 0xff, 0x73, 0xd8, 0x97, 0xb1, 0xc2, 0x4f, 0xde, 0xa4, 0x1b, 0x2c, 0x4d, 0x08, 0x45, 0x22, 0x63, 0x64, 0x3b, 0xac, 0x8f, 0x73, 0x0e, 0x06, 0xc7, 0x64, 0xec, 0x43, 0x23, 0x53, 0x85, 0x4f, 0xc3, 0x83, 0xdc, 0x9d, 0xc6, 0xa8, 0x5b, 0xdc, 0xfa, 0x25, 0xc9, 0x27, 0x29, 0x1b, 0xfc, 0x14 } }; static const struct cckprng_op_refresh op_refresh_585 = { .hd = { .id = 553, .kind = OP_REFRESH }, .rand = 8399289356519679862ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_586 = { .hd = { .id = 554, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x6c, 0xef, 0x7b, 0xb9, 0x58, 0xef, 0x03, 0x21, 0x10, 0xb6, 0xa6, 0x2c, 0x90, 0xc6, 0x14, 0x9a, 0xab, 0x88, 0xca, 0xfd, 0x14, 0x8c, 0x8c, 0xc3, 0x2c, 0x15, 0xc3, 0xe4, 0xb1, 0x7a, 0x12, 0xaa, 0xcf, 0x75, 0x81, 0x0c, 0xc7, 0xa6, 0xb5, 0x86, 0x3f, 0x4a, 0xfd, 0xfa, 0xc2, 0x7e, 0xb0, 0xb5, 0x06, 0x25, 0x93, 0xd9, 0x76, 0x8b, 0x64, 0x83, 0xba, 0x66, 0x81, 0x73, 0x2b, 0xd0, 0xe1, 0x6c, 0x32, 0x2e, 0xc3, 0x47, 0xdc, 0x40, 0x14, 0xf5, 0xd4, 0x94, 0x31, 0x05, 0x1d, 0x44, 0x7c, 0x5c, 0x76, 0x4f, 0xc4, 0x92, 0x0d, 0x82, 0xb3, 0xb7, 0x52, 0xd8, 0x67, 0xe4, 0x23, 0x70, 0x9b, 0x6d, 0x1c, 0x74, 0xe2, 0xcd } } }; static const struct cckprng_op_refresh op_refresh_587 = { .hd = { .id = 555, .kind = OP_REFRESH }, .rand = 8143465216007804198ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_588 = { .hd = { .id = 556, .kind = OP_GENERATE }, .rand_nbytes = 273, .out = { .rand = { 0x33, 0x03, 0x13, 0xf7, 0xc6, 0x16, 0xcf, 0x29, 0x02, 0xff, 0xd2, 0xf8, 0x1e, 0xd4, 0xb1, 0x06, 0x4a, 0xa3, 0xe1, 0x59, 0xa4, 0xcb, 0x3a, 0xe6, 0x57, 0x8c, 0x76, 0xbf, 0x72, 0x79, 0xd3, 0x6b, 0xbe, 0x4d, 0x7a, 0x02, 0xf3, 0x15, 0x3c, 0x5c, 0x63, 0xd6, 0x00, 0xf3, 0xda, 0x68, 0x83, 0xc3, 0xdf, 0xbb, 0xfe, 0x42, 0x35, 0x0a, 0x71, 0x63, 0x66, 0xf1, 0x98, 0x13, 0xa8, 0xd4, 0x46, 0x5d, 0xca, 0x2f, 0x9e, 0x0c, 0xb5, 0xb0, 0x2e, 0xcc, 0x2d, 0x79, 0x87, 0x12, 0x53, 0x4a, 0x06, 0xa4, 0xd3, 0xf0, 0x18, 0x47, 0x9a, 0x86, 0x97, 0xa2, 0xa4, 0x3b, 0xd4, 0xf4, 0xda, 0xb3, 0xc6, 0x07, 0xd1, 0x03, 0x85, 0x6a, 0x58, 0xba, 0xda, 0xfd, 0x3c, 0xde, 0x44, 0xac, 0xed, 0x59, 0x22, 0xfd, 0xf9, 0x29, 0x1f, 0x30, 0x12, 0x0c, 0x54, 0xca, 0x6a, 0xa5, 0x20, 0x22, 0xa8, 0x56, 0x59, 0x66, 0x05, 0xaa, 0xef, 0x12, 0x96, 0x85, 0xb6, 0xf2, 0x32, 0x4c, 0x11, 0x88, 0x1e, 0x37, 0xdc, 0x99, 0x73, 0x51, 0x44, 0x8a, 0xc7, 0x1f, 0x40, 0x48, 0x41, 0xcc, 0x63, 0x84, 0x07, 0xa9, 0x3a, 0xd0, 0xa5, 0x5a, 0xf0, 0xdf, 0x4c, 0x11, 0x3e, 0xbd, 0x35, 0x4e, 0x90, 0x45, 0x54, 0x99, 0xd0, 0x35, 0x6a, 0x1e, 0xec, 0x15, 0x5f, 0x24, 0x6d, 0xb4, 0x73, 0x94, 0xc0, 0x67, 0xa9, 0xd1, 0x13, 0x9c, 0xc8, 0xd9, 0xc5, 0x91, 0xa0, 0x3b, 0x52, 0x54, 0x51, 0xab, 0xbd, 0x8d, 0x0f, 0x55, 0x6d, 0x42, 0xff, 0x71, 0x74, 0x41, 0x34, 0x77, 0x40, 0x66, 0xc4, 0xa1, 0x08, 0xad, 0x6c, 0xb8, 0x48, 0x67, 0xd8, 0x9d, 0x6c, 0x9c, 0x8d, 0x8a, 0xc1, 0x45, 0xea, 0xf7, 0x65, 0x15, 0x5a, 0x3c, 0xd4, 0x0b, 0xec, 0x4f, 0x59, 0x9a, 0x1c, 0x5c, 0xb4, 0xcd, 0x2e, 0x20, 0x04, 0x39, 0x76, 0x4b, 0x1c, 0x2d, 0x8e, 0xe6, 0x95, 0xe2, 0x22, 0xf7, 0x7a, 0x91, 0x61, 0xb9, 0x36, 0x35, 0xcd, 0xbb, 0x5e, 0xa8, 0x9f } } }; static const struct cckprng_op_refresh op_refresh_589 = { .hd = { .id = 557, .kind = OP_REFRESH }, .rand = 13004408097539330377ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_590 = { .hd = { .id = 558, .kind = OP_GENERATE }, .rand_nbytes = 188, .out = { .rand = { 0x4e, 0x5f, 0x4b, 0x17, 0xdf, 0xf1, 0xe5, 0xcf, 0x17, 0x05, 0x51, 0x65, 0xf6, 0x32, 0xe5, 0x66, 0xbd, 0x7b, 0x26, 0xd0, 0x6a, 0xf4, 0xb4, 0xd2, 0x65, 0x9a, 0x54, 0x6c, 0x32, 0x62, 0x0e, 0xbe, 0xb8, 0x8a, 0x08, 0x21, 0x88, 0x7c, 0xbf, 0x45, 0x0a, 0xb1, 0x80, 0x7d, 0x02, 0x1b, 0x2f, 0xd5, 0xb5, 0x19, 0xd1, 0xbc, 0x09, 0x73, 0x1a, 0x9a, 0x52, 0xdb, 0x6d, 0x4a, 0x4b, 0x0c, 0xea, 0xe2, 0xdc, 0x34, 0xd4, 0x3a, 0x23, 0xe3, 0xd5, 0x0b, 0xc3, 0xf7, 0xe5, 0x5f, 0xe9, 0x8a, 0x91, 0xe9, 0x21, 0xff, 0x69, 0xbe, 0x1c, 0xbd, 0x29, 0x30, 0xa4, 0x58, 0x68, 0xeb, 0x22, 0x59, 0x4a, 0x88, 0xec, 0x9c, 0xbe, 0x7b, 0xad, 0x29, 0xf9, 0x87, 0xff, 0x63, 0x35, 0x72, 0x2e, 0x67, 0x9f, 0xc2, 0xed, 0x89, 0x44, 0xa7, 0xa7, 0x8c, 0xc1, 0xa0, 0x4a, 0x4a, 0x31, 0x32, 0x14, 0x4c, 0x2a, 0xbf, 0x80, 0xd9, 0xda, 0x33, 0xcc, 0xca, 0x72, 0x40, 0x22, 0xa1, 0x57, 0x0a, 0x11, 0x14, 0x82, 0x5b, 0x24, 0x1d, 0x21, 0x40, 0x48, 0x2a, 0xc5, 0xdf, 0x50, 0x5f, 0xc4, 0x02, 0x32, 0x0a, 0x45, 0x84, 0x2a, 0xde, 0x76, 0x6e, 0x15, 0x53, 0x80, 0xdf, 0x48, 0x1e, 0xa7, 0xc3, 0x05, 0x69, 0x85, 0xcb, 0x73, 0x9c, 0xaa, 0x8a, 0x23, 0x61, 0x99, 0xd1, 0x9f, 0x9e, 0x7a, 0xa9 } } }; static const struct cckprng_op_reseed op_reseed_591 = { .hd = { .id = 559, .kind = OP_RESEED }, .nonce = 8571148430268883320ULL, .seed_nbytes = 287, .seed = { 0x22, 0xfb, 0x48, 0xe4, 0x0d, 0x3f, 0xb3, 0x70, 0xd2, 0x7b, 0x68, 0x68, 0x7d, 0xa3, 0x7b, 0xed, 0x92, 0x1b, 0xeb, 0x96, 0x1c, 0x0f, 0x70, 0xfd, 0x73, 0xe4, 0xda, 0x3d, 0x11, 0x38, 0x57, 0x3d, 0xc6, 0x4d, 0x50, 0x71, 0xef, 0x05, 0x07, 0xce, 0xfe, 0x94, 0x2f, 0x06, 0x21, 0x2d, 0x6c, 0x6b, 0x40, 0x0a, 0xbf, 0x03, 0xe3, 0x55, 0x99, 0x66, 0xe8, 0xec, 0x68, 0xc2, 0xcb, 0x67, 0x8b, 0xc9, 0x54, 0x62, 0xfc, 0x99, 0x39, 0xa7, 0xda, 0xb6, 0x2f, 0xee, 0x01, 0xf9, 0x66, 0xe5, 0x56, 0x2a, 0x74, 0xef, 0x01, 0x06, 0x91, 0xa6, 0x5c, 0x2d, 0xc3, 0xcc, 0x4f, 0xa2, 0xbf, 0xa1, 0xf8, 0xe7, 0xff, 0xd6, 0xb1, 0x35, 0xd1, 0x4a, 0xdf, 0x7f, 0x68, 0xcc, 0x7e, 0x2a, 0xd6, 0x45, 0xdf, 0xf4, 0x01, 0x18, 0xf7, 0xf8, 0x68, 0x9e, 0x38, 0x0e, 0xbd, 0x97, 0xef, 0x7e, 0xf0, 0xc8, 0xfb, 0xc3, 0x67, 0x28, 0xd4, 0x07, 0x49, 0x55, 0xaa, 0xac, 0x78, 0x88, 0xc0, 0x6c, 0x03, 0xd2, 0xa5, 0x9c, 0xf1, 0xa5, 0xfa, 0x7a, 0x95, 0x85, 0x38, 0xbe, 0x30, 0x43, 0x1d, 0xd3, 0x4c, 0xd1, 0xb9, 0x9e, 0xad, 0xa5, 0xee, 0x56, 0xf7, 0xcf, 0x58, 0x51, 0xf8, 0x98, 0xd8, 0xb5, 0x83, 0x1d, 0x03, 0xa7, 0x81, 0x87, 0xbb, 0x9e, 0x8e, 0x93, 0x8c, 0x0c, 0x60, 0xf1, 0xc7, 0xc8, 0x5d, 0x6b, 0x41, 0xaf, 0x60, 0xc4, 0x94, 0x70, 0x77, 0x86, 0x74, 0xba, 0x15, 0x3a, 0x86, 0x1e, 0xa0, 0x8d, 0x53, 0xe7, 0x7a, 0xd5, 0xd3, 0xe3, 0x3e, 0xc3, 0xe3, 0x90, 0x13, 0xac, 0xaf, 0x4a, 0x6e, 0xa2, 0x7c, 0x2d, 0xd9, 0x2d, 0xb5, 0x04, 0x88, 0x8f, 0x12, 0x2a, 0xc4, 0x54, 0xe5, 0x02, 0x34, 0xb9, 0x06, 0xad, 0x59, 0xf1, 0x7b, 0xc8, 0x1a, 0x87, 0xbe, 0xb7, 0xe6, 0x0d, 0x25, 0x3b, 0x51, 0x69, 0x7d, 0x6c, 0x11, 0x3e, 0x8e, 0xdd, 0xc4, 0xa4, 0xa0, 0x69, 0x88, 0xcf, 0x3d, 0x05, 0x8e, 0x69, 0x14, 0xa3, 0x4c, 0xdd, 0xbe, 0xde, 0x73, 0x97, 0x57, 0xb6, 0x3b, 0x4c, 0x7f, 0x34, 0x39, 0x9b, 0xc3 } }; static const struct cckprng_op_refresh op_refresh_592 = { .hd = { .id = 560, .kind = OP_REFRESH }, .rand = 12241551400486381487ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_593[] = { (const struct cckprng_op *)&op_init_577, (const struct cckprng_op *)&op_init_578, (const struct cckprng_op *)&op_refresh_579, (const struct cckprng_op *)&op_refresh_580, (const struct cckprng_op *)&op_init_581, (const struct cckprng_op *)&op_init_582, (const struct cckprng_op *)&op_init_583, (const struct cckprng_op *)&op_reseed_584, (const struct cckprng_op *)&op_refresh_585, (const struct cckprng_op *)&op_init_586, (const struct cckprng_op *)&op_refresh_587, (const struct cckprng_op *)&op_init_588, (const struct cckprng_op *)&op_refresh_589, (const struct cckprng_op *)&op_init_590, (const struct cckprng_op *)&op_reseed_591, (const struct cckprng_op *)&op_refresh_592 }; static const struct cckprng_vector vec_594 = { .id = 561, .note = NULL, .nops = 16, .ops = ops_593 }; static const struct cckprng_op_init op_init_595 = { .hd = { .id = 562, .kind = OP_INIT }, .seed = { 0x1a, 0x46, 0xa1, 0x1a, 0x52, 0x6f, 0x77, 0xb2, 0x92, 0x9d, 0xf6, 0xd6, 0x42, 0xd2, 0xb8, 0x40, 0xba, 0x6e, 0xd0, 0x35, 0x19, 0xbe, 0xda, 0x84, 0x19, 0x13, 0x06, 0xca, 0x38, 0x14, 0x34, 0x72 }, .nonce = { 0xaa, 0x08, 0x51, 0x59, 0xff, 0x0d, 0x11, 0x15 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_596 = { .hd = { .id = 563, .kind = OP_GENERATE }, .rand_nbytes = 109, .out = { .rand = { 0xb4, 0x0f, 0xfb, 0x4f, 0xe9, 0xc6, 0xe1, 0xe8, 0x16, 0x72, 0x16, 0xf5, 0x66, 0x9b, 0xb4, 0xe3, 0xb2, 0x38, 0x36, 0x70, 0x3f, 0x79, 0x4b, 0x0e, 0x2d, 0x85, 0x91, 0x02, 0x12, 0x9f, 0x52, 0x2e, 0x30, 0x3d, 0x2c, 0x23, 0x35, 0xaf, 0x08, 0x85, 0x87, 0xc0, 0x85, 0xe5, 0xb1, 0x4e, 0x45, 0x8e, 0x0e, 0x75, 0x34, 0xda, 0x81, 0x3a, 0x35, 0x19, 0xf2, 0x5f, 0xff, 0xb4, 0xd0, 0xad, 0x8b, 0xef, 0x5d, 0xe8, 0x48, 0x55, 0x14, 0x6a, 0x37, 0xdf, 0xa1, 0x86, 0x0a, 0x17, 0x56, 0xdd, 0x86, 0x72, 0xac, 0xb3, 0x97, 0x5e, 0xf5, 0x69, 0xde, 0x40, 0xb0, 0x89, 0xd7, 0x31, 0x70, 0x03, 0x79, 0x64, 0xe6, 0x03, 0x1f, 0x5d, 0x94, 0xa9, 0x04, 0xc0, 0xbe, 0x66, 0xfb, 0x1e, 0xcd } } }; static const struct cckprng_op_reseed op_reseed_597 = { .hd = { .id = 564, .kind = OP_RESEED }, .nonce = 12924270589029673722ULL, .seed_nbytes = 42, .seed = { 0x55, 0x8e, 0xda, 0x8c, 0x33, 0x17, 0xff, 0x03, 0x24, 0x00, 0xda, 0xdb, 0x00, 0x38, 0x87, 0x96, 0x4a, 0x17, 0xb5, 0x63, 0x80, 0x0f, 0xbc, 0x43, 0xc6, 0x13, 0xc9, 0xf1, 0x27, 0x59, 0x24, 0xe5, 0x25, 0x5b, 0xf2, 0x15, 0xc1, 0x47, 0xda, 0x7f, 0xa0, 0x6e } }; static const struct cckprng_op_reseed op_reseed_598 = { .hd = { .id = 565, .kind = OP_RESEED }, .nonce = 15203494181316523615ULL, .seed_nbytes = 207, .seed = { 0x6b, 0x85, 0x4a, 0x68, 0x86, 0xe6, 0x9d, 0xa9, 0xa0, 0x56, 0xe5, 0x64, 0x8d, 0xdb, 0x01, 0xe0, 0x59, 0x6a, 0x7c, 0x63, 0xcd, 0x2e, 0xe8, 0x4e, 0x8a, 0x3d, 0x08, 0x9d, 0xc4, 0x3c, 0xb6, 0x59, 0xa2, 0xda, 0x1d, 0xe3, 0xc9, 0xc8, 0x8e, 0x7b, 0xf8, 0x6d, 0xa3, 0xf8, 0xfb, 0xac, 0x61, 0xcd, 0x5a, 0xe4, 0xce, 0x05, 0xde, 0x4e, 0x80, 0x99, 0xf3, 0xf7, 0x3b, 0x94, 0xb4, 0xd6, 0x8f, 0x6c, 0x85, 0xa2, 0x26, 0x6a, 0xf4, 0xf6, 0x46, 0x59, 0x8a, 0xa6, 0x60, 0xaa, 0xc9, 0x82, 0xc8, 0x05, 0xde, 0x00, 0x5d, 0x04, 0x9d, 0x83, 0x35, 0x39, 0x40, 0xb5, 0x9b, 0xb2, 0xbe, 0x9a, 0xba, 0x58, 0x4b, 0x69, 0x77, 0xa7, 0xed, 0x55, 0xba, 0xcb, 0x7a, 0xcd, 0xc7, 0x3c, 0x23, 0x75, 0x2a, 0xf9, 0xcc, 0xf6, 0x1a, 0x9b, 0xff, 0x6f, 0x9e, 0x22, 0xd2, 0x48, 0xdc, 0x70, 0xd2, 0x86, 0x23, 0x9f, 0xd2, 0xf2, 0xb6, 0xb2, 0xf0, 0x5d, 0xe1, 0x68, 0x60, 0x09, 0x02, 0xb9, 0x69, 0x8a, 0xbc, 0x52, 0x6b, 0x3b, 0xd6, 0x0f, 0x86, 0xb3, 0xea, 0xd3, 0x28, 0xb0, 0x33, 0x9a, 0x25, 0x68, 0x30, 0xb2, 0xd7, 0x08, 0x47, 0x4d, 0xc5, 0x19, 0x10, 0x88, 0xd9, 0xcd, 0x5c, 0xfe, 0x70, 0x0e, 0x9a, 0xae, 0x41, 0xca, 0x45, 0xed, 0x1b, 0x2e, 0x2a, 0xad, 0x27, 0xec, 0x48, 0xb5, 0x2c, 0x0c, 0x88, 0x41, 0xca, 0xa6, 0x80, 0x99, 0x81, 0x6d, 0x07, 0x9a, 0x9e, 0x2d, 0x86, 0xe9, 0x6f, 0x93, 0x46 } }; static const struct cckprng_op_refresh op_refresh_599 = { .hd = { .id = 566, .kind = OP_REFRESH }, .rand = 6701901940141226748ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_600 = { .hd = { .id = 567, .kind = OP_REFRESH }, .rand = 13314649243961882317ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_601 = { .hd = { .id = 568, .kind = OP_RESEED }, .nonce = 11268186366630761224ULL, .seed_nbytes = 187, .seed = { 0xd4, 0xc8, 0x3b, 0xa0, 0x11, 0x79, 0xf2, 0x6e, 0x08, 0xe5, 0x1b, 0x3a, 0xdb, 0xbd, 0x3c, 0x80, 0x31, 0x32, 0x8e, 0x29, 0x0c, 0x4b, 0xa7, 0x13, 0xc4, 0x38, 0x2d, 0x47, 0x9f, 0x2f, 0x4b, 0xa4, 0x75, 0x13, 0xda, 0x4a, 0xeb, 0xf8, 0xe6, 0x5c, 0x49, 0xa3, 0x35, 0x07, 0xaa, 0x82, 0x22, 0x55, 0xa1, 0x11, 0xa9, 0xbb, 0x3c, 0x82, 0x94, 0xe0, 0xfe, 0x75, 0x73, 0xb8, 0x52, 0x69, 0xd8, 0x51, 0x55, 0x29, 0xc2, 0xac, 0x67, 0x3a, 0xa5, 0xe6, 0x78, 0x84, 0x3a, 0xca, 0xc6, 0x28, 0x35, 0xd4, 0x0b, 0x8d, 0x46, 0xe9, 0x94, 0x9e, 0xf4, 0x4d, 0x75, 0xbf, 0x3f, 0x14, 0x97, 0x02, 0xe1, 0x38, 0x86, 0xc7, 0xe3, 0x3e, 0x62, 0xd6, 0x61, 0x79, 0x23, 0x52, 0x40, 0x6d, 0x03, 0x30, 0x29, 0xff, 0x31, 0x29, 0x3e, 0x3c, 0x16, 0xe2, 0xc8, 0xe4, 0x82, 0xce, 0x62, 0x74, 0x87, 0x3a, 0xe2, 0x19, 0x90, 0x6a, 0xf4, 0x3b, 0xa0, 0x39, 0xbe, 0x9f, 0xd2, 0x68, 0x4a, 0xe9, 0x04, 0x97, 0x96, 0xc0, 0x8a, 0x8e, 0xd2, 0xd2, 0x32, 0xf9, 0xdd, 0x4b, 0xf1, 0xcb, 0x7e, 0xba, 0x4a, 0x65, 0xa4, 0x21, 0x8a, 0x50, 0x81, 0x31, 0x3a, 0x13, 0xa8, 0x8a, 0xa6, 0xf8, 0x6e, 0x34, 0x5a, 0x8d, 0x44, 0xaf, 0x40, 0xba, 0x41, 0x2d, 0x16, 0x0d, 0x33, 0x8e, 0xb5, 0xd8, 0xdd } }; static const struct cckprng_op_generate op_init_602 = { .hd = { .id = 569, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0x87, 0xce, 0x76, 0xb3, 0x00, 0xfe, 0xb9, 0x0e, 0x95, 0x3e, 0xc3, 0x49, 0xc3, 0xa2, 0x2b, 0x91, 0x23, 0x25, 0x65, 0xf7, 0xc0, 0x41, 0x62, 0x6a, 0x32, 0x86, 0x77, 0xe6, 0x3e, 0xca, 0x67, 0x24, 0xb0, 0xcb, 0x38, 0xb4, 0x1d } } }; static const struct cckprng_op_reseed op_reseed_603 = { .hd = { .id = 570, .kind = OP_RESEED }, .nonce = 16435579634501564490ULL, .seed_nbytes = 109, .seed = { 0x10, 0xc8, 0x59, 0xef, 0xb8, 0x90, 0x34, 0xf6, 0x68, 0xe5, 0x3a, 0xd7, 0x35, 0x1d, 0x19, 0x54, 0xed, 0x4c, 0x2a, 0x62, 0x8e, 0x0c, 0x70, 0xac, 0x9d, 0xd5, 0xbb, 0xf7, 0x18, 0xdf, 0x86, 0x8c, 0xbf, 0xd3, 0xea, 0xb2, 0x9f, 0x71, 0xe6, 0x3c, 0x65, 0x12, 0xc5, 0x8d, 0xc6, 0xe5, 0x2e, 0x77, 0x98, 0x3e, 0x5e, 0x84, 0xe8, 0xfc, 0x47, 0xba, 0x09, 0xa9, 0x38, 0x0a, 0xc8, 0x60, 0x2f, 0x39, 0x2a, 0x69, 0x01, 0x83, 0x0e, 0xd1, 0x3d, 0x6a, 0x1e, 0xf9, 0x3c, 0xfc, 0x68, 0xf9, 0xdd, 0x0c, 0xc8, 0x10, 0x6f, 0x10, 0x9b, 0x5b, 0xd3, 0x33, 0x17, 0x70, 0xf9, 0x4d, 0xf8, 0x66, 0x21, 0x7a, 0xf7, 0x26, 0xda, 0xf4, 0x67, 0x5c, 0xc9, 0x69, 0xc9, 0xcb, 0xf1, 0xc3, 0x6e } }; static const struct cckprng_op_refresh op_refresh_604 = { .hd = { .id = 571, .kind = OP_REFRESH }, .rand = 18411450158308921513ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_605 = { .hd = { .id = 572, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0x93, 0xbb, 0x9e, 0x42, 0x9a, 0x45, 0x49, 0xbb, 0xfe, 0xee, 0xd4, 0x5d, 0x6e, 0x40, 0xb1, 0xbf, 0x84, 0x42, 0xc2, 0xb6, 0x7d, 0x22, 0xa9, 0x7c, 0x86, 0xee, 0x6f, 0x0e, 0x18, 0x3b, 0x9a, 0xc6, 0x59, 0x06, 0xc2, 0x76, 0xda, 0xf5, 0x24, 0x43, 0xf3, 0xe6, 0x4f, 0x1d, 0xd3, 0x6a, 0x21, 0xa2, 0x71, 0x57, 0x3a, 0x1b, 0xc4, 0x86, 0x86, 0x74, 0xaa } } }; static const struct cckprng_op_refresh op_refresh_606 = { .hd = { .id = 573, .kind = OP_REFRESH }, .rand = 14831312044909848697ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_607 = { .hd = { .id = 574, .kind = OP_REFRESH }, .rand = 8496413258187957260ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_608 = { .hd = { .id = 575, .kind = OP_RESEED }, .nonce = 10570157886851915928ULL, .seed_nbytes = 254, .seed = { 0xce, 0x4b, 0x12, 0xf2, 0x11, 0x4f, 0xcc, 0x4a, 0x86, 0xf8, 0x40, 0x93, 0x04, 0x8d, 0xd5, 0x93, 0x19, 0x19, 0x1a, 0x67, 0xc3, 0xe7, 0x24, 0x9d, 0x3e, 0x26, 0x97, 0xe6, 0x47, 0x7f, 0xd2, 0x3d, 0xec, 0x94, 0xa9, 0x10, 0xdd, 0xe3, 0x44, 0x31, 0x59, 0x73, 0xa9, 0xbf, 0xb1, 0xb6, 0xbe, 0x1e, 0xdd, 0x2b, 0x18, 0xf4, 0x7b, 0x77, 0x82, 0x7d, 0x7c, 0x15, 0x73, 0x69, 0xd3, 0xc6, 0xeb, 0x08, 0xd0, 0x3c, 0x40, 0x17, 0x56, 0xa3, 0xa9, 0x4e, 0xfe, 0x8a, 0x21, 0x87, 0xf7, 0x3d, 0xaa, 0x77, 0x29, 0xad, 0xa0, 0x1b, 0x5c, 0xbc, 0x52, 0x02, 0x13, 0x72, 0xae, 0xf4, 0x45, 0xb1, 0xa6, 0x7e, 0x03, 0x31, 0x43, 0x35, 0x34, 0x21, 0x5f, 0x97, 0x7a, 0xc6, 0x20, 0x2c, 0xf7, 0x6e, 0xe8, 0x2f, 0x90, 0xb2, 0x9c, 0x27, 0x69, 0xfd, 0x44, 0xe5, 0x60, 0xa4, 0x3c, 0xb6, 0xd6, 0xb9, 0xba, 0xde, 0x37, 0xe5, 0x4b, 0x35, 0xb8, 0xd9, 0xb9, 0x28, 0xf5, 0x87, 0x6d, 0x3b, 0x73, 0xd3, 0xcf, 0xf6, 0x8b, 0xca, 0xfe, 0xc3, 0x87, 0xde, 0x49, 0x3d, 0x64, 0x2b, 0xe9, 0x3a, 0x00, 0x9c, 0x1c, 0xe0, 0xda, 0x39, 0x32, 0x45, 0x7a, 0x76, 0x7a, 0x4e, 0x41, 0x49, 0x95, 0xc0, 0x9d, 0x70, 0x3c, 0xe3, 0xde, 0xb6, 0xbd, 0x0a, 0xa9, 0x6b, 0xb4, 0xf6, 0xb2, 0xcd, 0xcb, 0x84, 0x92, 0xff, 0x93, 0x58, 0xbe, 0xec, 0xfa, 0x96, 0x87, 0x99, 0xe3, 0x9a, 0x5a, 0x08, 0x58, 0x10, 0x4f, 0x0b, 0xb2, 0xd0, 0x75, 0x7a, 0x47, 0xbe, 0xca, 0xed, 0x19, 0xe4, 0xdf, 0x5e, 0x76, 0x72, 0xff, 0x49, 0x4e, 0x7e, 0xaa, 0x86, 0x84, 0xda, 0x51, 0xa1, 0x0e, 0x29, 0xc6, 0xe3, 0xed, 0x3f, 0x42, 0xc9, 0x47, 0xb6, 0x9e, 0x42, 0x44, 0x7c, 0x6d, 0x69, 0x37, 0xf8, 0x75, 0xb8, 0xfd, 0x38, 0xe8, 0xc5 } }; static const struct cckprng_op_generate op_init_609 = { .hd = { .id = 576, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0x3b, 0x23, 0x08, 0xb0, 0xb9, 0xa2, 0x8a, 0x80, 0x89, 0x60, 0xe3, 0x3a, 0x69, 0x54, 0x93, 0x9d, 0xc5, 0x9d, 0xd3, 0xc3, 0x2a, 0x04, 0x6a, 0x25, 0xc9, 0x80, 0x2c, 0x89, 0x0b, 0x0f, 0xc4, 0xcf, 0x3f, 0x5f, 0x5f, 0x73, 0x64, 0xa9, 0x04, 0xc6, 0x72, 0x81, 0x08, 0xc2, 0xce, 0x4b, 0x27 } } }; static const struct cckprng_op_generate op_init_610 = { .hd = { .id = 577, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x4f, 0x5f, 0xec, 0xfa, 0x65, 0xf8, 0x97, 0x93, 0x7a, 0x9e, 0x0a, 0xb2, 0x21, 0x8e, 0x7e, 0x8c, 0xe7, 0xc5, 0xea, 0xf3, 0x84, 0x72, 0xf4, 0xc2, 0x8a, 0xe9, 0x36, 0x40, 0x2b, 0x34, 0x5f, 0x15, 0x1b, 0xdb, 0xc3, 0x24, 0xd5, 0x7c, 0x77, 0x18, 0x24, 0x02, 0x87 } } }; static const struct cckprng_op *ops_611[] = { (const struct cckprng_op *)&op_init_595, (const struct cckprng_op *)&op_init_596, (const struct cckprng_op *)&op_reseed_597, (const struct cckprng_op *)&op_reseed_598, (const struct cckprng_op *)&op_refresh_599, (const struct cckprng_op *)&op_refresh_600, (const struct cckprng_op *)&op_reseed_601, (const struct cckprng_op *)&op_init_602, (const struct cckprng_op *)&op_reseed_603, (const struct cckprng_op *)&op_refresh_604, (const struct cckprng_op *)&op_init_605, (const struct cckprng_op *)&op_refresh_606, (const struct cckprng_op *)&op_refresh_607, (const struct cckprng_op *)&op_reseed_608, (const struct cckprng_op *)&op_init_609, (const struct cckprng_op *)&op_init_610 }; static const struct cckprng_vector vec_612 = { .id = 578, .note = NULL, .nops = 16, .ops = ops_611 }; static const struct cckprng_op_init op_init_613 = { .hd = { .id = 579, .kind = OP_INIT }, .seed = { 0x32, 0x16, 0x34, 0xc0, 0x44, 0x67, 0xc3, 0x66, 0x03, 0xf8, 0xd3, 0x61, 0xbf, 0xc5, 0x93, 0xee, 0x7c, 0x95, 0x2a, 0xdd, 0x87, 0xc6, 0x71, 0x3e, 0x9c, 0xc3, 0x94, 0x1c, 0x6d, 0x00, 0x44, 0x1d }, .nonce = { 0xb8, 0x05, 0x9e, 0xeb, 0x2e, 0x35, 0x7d, 0x32 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_614 = { .hd = { .id = 580, .kind = OP_REFRESH }, .rand = 18272818433713239652ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_615 = { .hd = { .id = 581, .kind = OP_REFRESH }, .rand = 12271712815408959870ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_616 = { .hd = { .id = 582, .kind = OP_REFRESH }, .rand = 6300037672866601618ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_617 = { .hd = { .id = 583, .kind = OP_RESEED }, .nonce = 10057278164479870840ULL, .seed_nbytes = 220, .seed = { 0xcf, 0x47, 0x13, 0x8f, 0x39, 0xfe, 0x1d, 0xcd, 0x6e, 0x97, 0x2f, 0x54, 0x48, 0xa3, 0x27, 0xdc, 0x54, 0xbd, 0xc4, 0xc6, 0x3b, 0xe3, 0x64, 0xc2, 0x74, 0xb5, 0x8e, 0xb1, 0x3f, 0x3b, 0x1b, 0x3a, 0x9a, 0xf4, 0xd9, 0xb5, 0x46, 0xd6, 0x03, 0x60, 0x51, 0x07, 0x40, 0x48, 0x97, 0x16, 0x93, 0x75, 0xfe, 0x37, 0x53, 0x4e, 0xfc, 0xc6, 0x7c, 0x22, 0x9c, 0x54, 0x42, 0xb5, 0x45, 0x07, 0xc4, 0xec, 0x82, 0x7c, 0x5c, 0x20, 0x55, 0xc5, 0x61, 0xc4, 0xc8, 0x40, 0xeb, 0x3e, 0x5f, 0xf2, 0x34, 0x9c, 0xa3, 0x08, 0xf7, 0xb0, 0x90, 0xd5, 0xd5, 0xea, 0xe6, 0x71, 0x55, 0xa0, 0x34, 0x99, 0x08, 0x8f, 0x2a, 0x9e, 0x3c, 0x79, 0xb8, 0x24, 0xbb, 0x93, 0x1e, 0xc9, 0x2c, 0xff, 0x06, 0xb3, 0x12, 0x5c, 0x32, 0x14, 0x3a, 0x91, 0x03, 0x76, 0xd3, 0xe0, 0xba, 0x2d, 0x3e, 0x99, 0x64, 0x42, 0x0a, 0x17, 0x3d, 0x5c, 0x4b, 0xa0, 0xc5, 0x0d, 0x13, 0xda, 0x2f, 0x18, 0x30, 0x92, 0x79, 0x67, 0x2c, 0x00, 0x30, 0xdf, 0x0b, 0x2f, 0x41, 0x11, 0xd2, 0xda, 0xd3, 0x0a, 0xc4, 0x83, 0x50, 0x04, 0xcd, 0x01, 0x7b, 0x1f, 0xfc, 0x5a, 0x8f, 0xaf, 0x9a, 0xfc, 0x5d, 0x7b, 0x6c, 0x21, 0xd8, 0x0f, 0x66, 0x5c, 0x7f, 0x37, 0x61, 0x7b, 0x55, 0x6f, 0x57, 0xd4, 0xaf, 0x5f, 0x17, 0xf0, 0x9e, 0xb3, 0x17, 0x61, 0xcf, 0xcd, 0xd6, 0x2d, 0xbd, 0xe9, 0xf3, 0xee, 0xcf, 0x37, 0x72, 0x42, 0xad, 0xb2, 0x3c, 0x1a, 0xc0, 0x8f, 0x18, 0xb5, 0x68, 0x9b, 0xee, 0x38, 0x3b, 0x9f, 0x70, 0x96 } }; static const struct cckprng_op_generate op_init_618 = { .hd = { .id = 584, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x3c, 0x27, 0xe5, 0x06, 0x20, 0x42, 0xe0, 0x4b, 0x60, 0xc3, 0x79, 0x9c, 0x96, 0x26, 0x03, 0xad, 0xa3, 0xb2, 0x70, 0x16, 0x3c, 0x0a, 0x62, 0x16, 0xff, 0x18, 0xce, 0x12, 0x8e, 0x4d, 0xb1, 0xb9, 0xa3, 0x37, 0x0d, 0x1d, 0xce, 0xe0, 0x05, 0x0d, 0x30, 0x46, 0xe3, 0xc8, 0x86, 0xdc, 0x13, 0xe1, 0xeb, 0xda, 0x20, 0xb7, 0x73, 0x50, 0x42, 0xdb, 0x7f, 0x33, 0x76, 0x03, 0x05, 0xf3, 0x9f, 0xa4, 0x59, 0x76, 0xec, 0x86, 0xc9, 0xf7, 0x21, 0x62, 0xde, 0xd6, 0x13, 0x50, 0x88, 0xde, 0x3d, 0x67, 0x42, 0xfd, 0xf1, 0x34, 0xa9, 0x68, 0x7f, 0x63, 0x17, 0xd7, 0x66, 0x90, 0x0e, 0xb3, 0x89, 0xa2, 0xad, 0x46, 0xf3, 0xa4, 0xcd, 0xe0, 0xda, 0x6b, 0x2f, 0xa2, 0x1f, 0x77, 0x14, 0x82, 0x26, 0x80, 0x15, 0xf8, 0x4f, 0x78, 0x68, 0xcf, 0x46, 0xcd, 0x39, 0xe2, 0x4f, 0x29, 0xb3, 0xce, 0xa4, 0x77, 0xee, 0x79, 0x4a, 0x8f, 0x2d, 0xa9, 0xe2, 0xdc, 0x04, 0xfb, 0x25, 0xe5, 0x63, 0xb9, 0xf0, 0x27, 0xf5, 0xa0, 0x05, 0xdb, 0x4d, 0x72, 0xea, 0xd8, 0x4a, 0x13, 0x22, 0x4a, 0x52, 0x52, 0xf9, 0x0c, 0xab, 0x7d, 0xd7, 0xce, 0x8f, 0x26, 0x38, 0x40, 0x13, 0xe5, 0x5f, 0xa5, 0xc5, 0x0f, 0xd8, 0xc5, 0x69, 0x32, 0x57, 0xbe, 0x0b } } }; static const struct cckprng_op_refresh op_refresh_619 = { .hd = { .id = 585, .kind = OP_REFRESH }, .rand = 10639810465596297582ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_620 = { .hd = { .id = 586, .kind = OP_GENERATE }, .rand_nbytes = 249, .out = { .rand = { 0xc0, 0x05, 0x0a, 0x19, 0x34, 0x06, 0x97, 0x9e, 0x5e, 0x5b, 0x20, 0xa7, 0xfe, 0xde, 0xbd, 0xc7, 0xa1, 0x35, 0xc5, 0xac, 0xd5, 0x8a, 0x25, 0xb6, 0xee, 0x7e, 0x33, 0xe3, 0x5e, 0x25, 0x17, 0x4f, 0x35, 0x95, 0x3d, 0xa6, 0x7d, 0xaf, 0x3d, 0xe8, 0x5b, 0xba, 0x51, 0xbb, 0x56, 0x72, 0xea, 0x9c, 0x85, 0x50, 0xe6, 0x95, 0x03, 0x77, 0xa5, 0x98, 0x95, 0xd9, 0x18, 0xfa, 0x52, 0x86, 0x1f, 0x66, 0x9c, 0x47, 0xd0, 0x1f, 0xa6, 0x13, 0xcc, 0xa9, 0xef, 0xe5, 0xcf, 0x95, 0xe0, 0xc4, 0x5d, 0xdd, 0x22, 0x87, 0x08, 0x4f, 0x58, 0xfd, 0x96, 0x44, 0xfa, 0x17, 0xf9, 0x24, 0x31, 0xad, 0xa3, 0x74, 0xa6, 0x07, 0xf8, 0x1e, 0xf1, 0xcc, 0x65, 0xf2, 0x12, 0xfa, 0xc5, 0x46, 0x02, 0xb5, 0x82, 0x67, 0xc3, 0xd1, 0x57, 0xbe, 0x4d, 0x20, 0x02, 0x29, 0xc8, 0x81, 0x6a, 0x42, 0x45, 0x8a, 0x66, 0x04, 0x26, 0xdb, 0xc9, 0x9b, 0xc5, 0x9a, 0x94, 0xfe, 0x75, 0x92, 0x94, 0x13, 0x0b, 0xe0, 0x84, 0x62, 0x26, 0x1d, 0x7a, 0x00, 0x3c, 0xf0, 0xd0, 0x6b, 0x97, 0x2d, 0x15, 0xee, 0x7c, 0xbe, 0x4a, 0x21, 0xaa, 0xb7, 0xbe, 0x9e, 0x64, 0xf8, 0x96, 0xd1, 0x18, 0xb4, 0x12, 0x17, 0x4b, 0x8f, 0xb6, 0xfd, 0x38, 0x36, 0x40, 0xc0, 0xec, 0xf5, 0x39, 0x73, 0x33, 0x53, 0xde, 0x4e, 0xaa, 0xf8, 0x65, 0x5b, 0x10, 0xc6, 0x8f, 0x8a, 0x53, 0x3d, 0xed, 0x1c, 0xbd, 0x7a, 0x44, 0x77, 0xa7, 0x26, 0x13, 0xf9, 0xa0, 0xfa, 0xba, 0x33, 0x49, 0x34, 0x1f, 0xb9, 0xb3, 0x9c, 0x2f, 0xdb, 0x14, 0x18, 0x08, 0x72, 0x80, 0x12, 0xc7, 0xef, 0x7c, 0x5c, 0x54, 0x45, 0x67, 0xf3, 0xc5, 0xc2, 0x7f, 0x4c, 0xc2, 0xd9, 0x63, 0x68, 0x4c, 0x56, 0xd6, 0xa3, 0x4c, 0xbe, 0x89 } } }; static const struct cckprng_op_generate op_init_621 = { .hd = { .id = 587, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x71, 0x76, 0x87, 0xa8, 0x45, 0xa9, 0x6c, 0x36, 0x42, 0xf8, 0xea, 0xeb, 0x35, 0xc7, 0xee, 0xdd, 0xa2, 0x62, 0x57, 0x3a, 0x84, 0x3b, 0xf6, 0x1d, 0xaf, 0x8b, 0xbb, 0x43, 0xf5, 0x0a, 0xf8, 0xaf, 0x8c, 0x31, 0x53, 0xe6, 0x76, 0xbc, 0x31, 0x5d, 0xe8, 0x2a, 0x02, 0xae, 0x82, 0x55, 0xf1, 0x53, 0xb7, 0xa2, 0xe9, 0x9a, 0x9f, 0x49, 0xc4, 0x3d, 0x6b, 0xe4, 0x6d, 0x05, 0x90, 0xbd, 0x66, 0x6f, 0x56, 0xe6, 0x39, 0x3d, 0xa6, 0x10, 0x3a, 0x56, 0x1f, 0xa5, 0x28, 0x76, 0x33, 0x4e, 0x1e, 0x65, 0x05, 0xb9, 0x67, 0xd2, 0x98, 0x92, 0xab, 0x71, 0x3d, 0x3e, 0x3d, 0xae, 0xe9, 0x84, 0x58, 0xb6, 0x11, 0x3c, 0xec, 0xa2 } } }; static const struct cckprng_op_refresh op_refresh_622 = { .hd = { .id = 588, .kind = OP_REFRESH }, .rand = 12189208824609371625ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_623 = { .hd = { .id = 589, .kind = OP_REFRESH }, .rand = 1108060591540248363ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_624 = { .hd = { .id = 590, .kind = OP_REFRESH }, .rand = 17486884531716002936ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_625 = { .hd = { .id = 591, .kind = OP_REFRESH }, .rand = 10157217563915321346ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_626 = { .hd = { .id = 592, .kind = OP_GENERATE }, .rand_nbytes = 22, .out = { .rand = { 0xa2, 0xb1, 0x30, 0x96, 0x3e, 0x8b, 0x3c, 0xa1, 0xc3, 0x19, 0xc3, 0x98, 0xf5, 0xdc, 0xb6, 0x2a, 0xfd, 0xcc, 0xde, 0xc2, 0xf1, 0xb7 } } }; static const struct cckprng_op_refresh op_refresh_627 = { .hd = { .id = 593, .kind = OP_REFRESH }, .rand = 14410760071881658245ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_628 = { .hd = { .id = 594, .kind = OP_RESEED }, .nonce = 6638481340841125049ULL, .seed_nbytes = 77, .seed = { 0xa5, 0x91, 0xe6, 0xcd, 0xf0, 0x85, 0xc6, 0xad, 0xdb, 0x4f, 0x95, 0x13, 0xa3, 0x60, 0x55, 0x03, 0xb5, 0xa8, 0xb7, 0x6f, 0x01, 0xd5, 0x4b, 0x21, 0x9e, 0xe2, 0x99, 0x5e, 0x78, 0x27, 0x34, 0x5c, 0xa9, 0x97, 0x8a, 0x9c, 0x9c, 0xfb, 0x0d, 0x04, 0x70, 0x49, 0xda, 0x92, 0x35, 0x64, 0xce, 0xaf, 0xed, 0x62, 0x45, 0x4d, 0xc6, 0x32, 0x6e, 0x9a, 0xa8, 0xe2, 0x90, 0xa6, 0xa7, 0xaf, 0xc7, 0x96, 0x85, 0x30, 0x80, 0x97, 0x9f, 0xf0, 0xe9, 0xd1, 0xfd, 0x32, 0x8c, 0xaa, 0xc4 } }; static const struct cckprng_op *ops_629[] = { (const struct cckprng_op *)&op_init_613, (const struct cckprng_op *)&op_refresh_614, (const struct cckprng_op *)&op_refresh_615, (const struct cckprng_op *)&op_refresh_616, (const struct cckprng_op *)&op_reseed_617, (const struct cckprng_op *)&op_init_618, (const struct cckprng_op *)&op_refresh_619, (const struct cckprng_op *)&op_init_620, (const struct cckprng_op *)&op_init_621, (const struct cckprng_op *)&op_refresh_622, (const struct cckprng_op *)&op_refresh_623, (const struct cckprng_op *)&op_refresh_624, (const struct cckprng_op *)&op_refresh_625, (const struct cckprng_op *)&op_init_626, (const struct cckprng_op *)&op_refresh_627, (const struct cckprng_op *)&op_reseed_628 }; static const struct cckprng_vector vec_630 = { .id = 595, .note = NULL, .nops = 16, .ops = ops_629 }; static const struct cckprng_op_init op_init_631 = { .hd = { .id = 596, .kind = OP_INIT }, .seed = { 0x7d, 0x52, 0xaa, 0xa5, 0xae, 0x5f, 0x94, 0x62, 0x00, 0x4e, 0x11, 0x2e, 0x80, 0x12, 0x7d, 0xc1, 0x2a, 0xd2, 0xe0, 0xf8, 0x7a, 0xa8, 0x78, 0x3a, 0xf4, 0x69, 0x3b, 0x6b, 0x6c, 0x96, 0x85, 0x0d }, .nonce = { 0x00, 0xfc, 0xd6, 0x57, 0x2b, 0x0c, 0x88, 0x79 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_632 = { .hd = { .id = 597, .kind = OP_GENERATE }, .rand_nbytes = 168, .out = { .rand = { 0x9a, 0xc4, 0x4a, 0x9d, 0x9c, 0x91, 0xd3, 0x69, 0x4e, 0xc7, 0x2a, 0xf2, 0xcb, 0x68, 0x1f, 0x52, 0xdb, 0x3c, 0xc6, 0x6c, 0xe0, 0x9d, 0xa6, 0xbb, 0x76, 0x41, 0x87, 0xe4, 0x30, 0x39, 0xf4, 0x07, 0xc4, 0xaf, 0xb4, 0xd8, 0x8f, 0xc2, 0x1f, 0x30, 0x2d, 0xd1, 0x52, 0x9e, 0x98, 0x72, 0xaf, 0xfa, 0xe4, 0xc6, 0x22, 0xf6, 0x04, 0x2f, 0x37, 0xf5, 0x11, 0x67, 0x99, 0x93, 0x46, 0x11, 0x28, 0x3c, 0x7c, 0x9f, 0xfc, 0x6c, 0x78, 0x23, 0x89, 0x33, 0x94, 0x25, 0xf6, 0x64, 0x75, 0x59, 0x4d, 0xd6, 0x88, 0x71, 0xb5, 0xd2, 0x66, 0xe8, 0xb0, 0xf1, 0x6d, 0xcd, 0x1a, 0xaf, 0x30, 0x73, 0xfe, 0x08, 0x2a, 0x31, 0x90, 0x7b, 0x82, 0x9b, 0x6c, 0x47, 0x3f, 0x19, 0x45, 0xf6, 0x21, 0xcb, 0x10, 0x26, 0x98, 0x65, 0x91, 0xcf, 0xb1, 0x70, 0x53, 0x9d, 0xbf, 0x0a, 0x17, 0x63, 0x41, 0xe2, 0x8d, 0x2e, 0x6d, 0xf2, 0xcb, 0x66, 0x2f, 0x64, 0x5f, 0x66, 0x27, 0xdc, 0x6b, 0x2a, 0x57, 0x09, 0xa8, 0xb7, 0x13, 0x5b, 0x50, 0x36, 0xd3, 0xa4, 0xb1, 0x20, 0x7e, 0xdd, 0x02, 0x6b, 0x1d, 0xdb, 0x18, 0x00, 0x6a, 0xf2, 0xd1, 0x0b, 0x67, 0xd5, 0x71, 0x1c } } }; static const struct cckprng_op_generate op_init_633 = { .hd = { .id = 598, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x3c, 0x0d, 0xb9, 0x7f, 0x2c, 0xad, 0x53, 0x7c, 0x9e, 0xf6, 0x7e, 0xe7, 0x4b, 0x33, 0x57, 0xe0, 0x6b, 0x30, 0xc3, 0xd6, 0x6a, 0x65, 0x16, 0xee, 0xb3, 0x33, 0xfb, 0xc4, 0xed, 0x46, 0x09, 0x52, 0xb2, 0x42, 0x12, 0x31, 0x6a, 0x88, 0xbf, 0xef, 0xd3, 0x7a, 0x7e, 0x4a, 0x2f, 0xa3, 0x44, 0x0e, 0x7c, 0x59, 0x1b, 0xb1, 0xde, 0xb6, 0x2c, 0xa1, 0x33, 0xd7, 0x4c, 0xb1, 0x45, 0x9d, 0xc2, 0xdb, 0x81, 0xa2, 0xd4, 0xb2, 0xcd, 0xee, 0x83, 0x93, 0xd2, 0x72, 0xb0, 0xfd, 0xa4, 0x02, 0x91, 0x2a, 0xd2, 0x2d, 0x55, 0x3d, 0xac, 0xd4, 0x36, 0x72, 0xaf, 0xa1, 0x32, 0xe4, 0xb4, 0xb4, 0x4e, 0x84, 0x7a, 0x1a, 0xa4, 0x3d, 0xd7, 0x3e, 0x51, 0x47, 0xd7, 0xac, 0xa4, 0xc6, 0x50, 0xfe, 0x45, 0x9f, 0x20, 0xf3, 0x4e, 0xe0, 0xa9, 0xf6, 0xc2, 0x18, 0x7e, 0x12, 0xfe, 0x20, 0xf5, 0x7b, 0x25, 0xef, 0x23, 0x19, 0x83, 0xb0, 0xb8, 0xad, 0x08, 0x4b, 0x27, 0x4d, 0xe4, 0x56, 0xcc, 0x73, 0xf9, 0xa7, 0x21, 0x53, 0x32, 0xb7, 0xff, 0x90, 0x0b, 0xaf, 0xd6, 0x72, 0xf9, 0xb9, 0xd9, 0x80, 0x52, 0xe9, 0xe5, 0xb0, 0x8c, 0x17, 0x57, 0x83, 0x43, 0xb1, 0xa8, 0x52, 0x35, 0xfa, 0x3c, 0x6a, 0x44, 0x6b, 0x64, 0xbd, 0x9d, 0xca, 0xa7, 0xbb, 0xba, 0xd2, 0x24, 0x7f, 0x2e, 0x03, 0x60, 0x2d, 0xa2, 0x2b, 0x70, 0xc3, 0xb3, 0x3f, 0x1f, 0xe8, 0x23, 0xe1, 0x7b, 0x0f, 0x33, 0xf3 } } }; static const struct cckprng_op_generate op_init_634 = { .hd = { .id = 599, .kind = OP_GENERATE }, .rand_nbytes = 106, .out = { .rand = { 0x2b, 0x6e, 0x5a, 0x9f, 0xc4, 0x06, 0xce, 0x5c, 0x28, 0xd0, 0xd7, 0xd4, 0xab, 0x74, 0x68, 0xa7, 0xbc, 0x5c, 0x48, 0x14, 0x3e, 0x91, 0x00, 0x68, 0xd0, 0xf2, 0x2a, 0xc9, 0xa9, 0x46, 0xf2, 0x39, 0x57, 0xe5, 0x6d, 0x47, 0x52, 0x68, 0xf9, 0x4c, 0xe9, 0x68, 0x95, 0xb7, 0x5b, 0x4c, 0x91, 0x61, 0xfc, 0x19, 0xe9, 0xb6, 0x2f, 0xa3, 0x4f, 0x41, 0xd8, 0x1f, 0x3f, 0x83, 0x6b, 0x16, 0xda, 0x8e, 0x9a, 0x6c, 0x8f, 0x0b, 0xfa, 0x56, 0x08, 0xc6, 0x73, 0x11, 0x83, 0x10, 0xcc, 0x9e, 0x85, 0xfa, 0xfc, 0x9f, 0xeb, 0x55, 0x15, 0xd8, 0xeb, 0xb8, 0xd6, 0x22, 0x7d, 0xec, 0x99, 0x3a, 0x7d, 0xc0, 0x87, 0x5a, 0x07, 0x38, 0x1a, 0x84, 0xfb, 0x6d, 0xda, 0x01 } } }; static const struct cckprng_op_refresh op_refresh_635 = { .hd = { .id = 600, .kind = OP_REFRESH }, .rand = 9794483540787255567ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_636 = { .hd = { .id = 601, .kind = OP_RESEED }, .nonce = 1608771990774409200ULL, .seed_nbytes = 65, .seed = { 0x5f, 0xcc, 0x36, 0x7f, 0xab, 0x0d, 0x19, 0xc7, 0xec, 0x59, 0xe8, 0xc7, 0xea, 0x0f, 0x41, 0x9d, 0xb0, 0xfd, 0x7f, 0x3b, 0xb0, 0xae, 0x42, 0x07, 0xff, 0x53, 0x93, 0xfe, 0x48, 0xf6, 0xc0, 0x84, 0x9e, 0xd8, 0x6b, 0x01, 0xcf, 0x7a, 0x6f, 0x88, 0x51, 0x24, 0xd7, 0x61, 0xc4, 0x92, 0xeb, 0xd7, 0xd2, 0xff, 0x45, 0x50, 0x7d, 0x8f, 0x09, 0x65, 0x7f, 0x7f, 0x85, 0x83, 0xca, 0x25, 0x19, 0xad, 0x62 } }; static const struct cckprng_op_refresh op_refresh_637 = { .hd = { .id = 602, .kind = OP_REFRESH }, .rand = 2698937255911073777ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_638 = { .hd = { .id = 603, .kind = OP_REFRESH }, .rand = 7109685884603240818ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_639 = { .hd = { .id = 604, .kind = OP_REFRESH }, .rand = 6099864505779823436ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_640 = { .hd = { .id = 605, .kind = OP_REFRESH }, .rand = 17853670381636313018ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_641 = { .hd = { .id = 606, .kind = OP_RESEED }, .nonce = 8039741684946193173ULL, .seed_nbytes = 108, .seed = { 0x4f, 0x07, 0xb4, 0x3d, 0x90, 0xeb, 0x11, 0xec, 0x7a, 0x0f, 0x39, 0xcb, 0xd5, 0xcc, 0x97, 0x6f, 0x20, 0xc3, 0xa2, 0xcd, 0xe6, 0x23, 0xe1, 0x3a, 0x69, 0x8f, 0x24, 0xe7, 0xa1, 0xbe, 0x31, 0xd3, 0x43, 0x24, 0xb7, 0x5f, 0xe6, 0x39, 0x90, 0xe0, 0x14, 0x6a, 0x39, 0x6c, 0x0c, 0xec, 0x65, 0x14, 0x6f, 0x28, 0x5b, 0xcd, 0x5d, 0x01, 0xbb, 0x6a, 0xc9, 0xe7, 0xfb, 0x15, 0x6d, 0xed, 0xec, 0xf5, 0xe2, 0x74, 0x5d, 0x9d, 0x17, 0x5b, 0x72, 0x5b, 0xb5, 0xff, 0xcc, 0x6a, 0xea, 0xf1, 0xec, 0x30, 0x36, 0x60, 0x01, 0x38, 0x22, 0x6e, 0xa9, 0xb8, 0xbf, 0x8a, 0x60, 0xc3, 0x2f, 0xc8, 0x24, 0x8b, 0x14, 0x3a, 0x5e, 0x7e, 0xc3, 0xa7, 0xe3, 0x35, 0x33, 0xe2, 0xc7, 0xc4 } }; static const struct cckprng_op_generate op_init_642 = { .hd = { .id = 607, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0xb3, 0x2a, 0x68, 0xa3, 0xf1, 0xef, 0xce, 0x8f, 0x6d, 0x86, 0x15, 0x68, 0xd4, 0xaf, 0xbc, 0x74, 0x3f, 0x6c, 0xdc, 0x5a, 0xdd, 0x72, 0xfb, 0x35, 0x17, 0xd8, 0x09, 0x95, 0x52, 0xc4, 0x66, 0x8d, 0xde, 0x4f, 0x24, 0x6a, 0x94, 0xe8, 0xc2, 0x5e, 0x8c, 0xf4, 0xa7, 0x9d, 0x43, 0xca, 0x52, 0xdd, 0x82, 0x1b, 0xc8, 0x2b, 0x5c, 0x58, 0xc8, 0x6a, 0x8e, 0xdb, 0x5e, 0x5a, 0x38, 0x8c, 0x53, 0xdb, 0x8a, 0xec, 0x07, 0x65, 0xf6, 0xe6, 0x37, 0xb2, 0x75, 0x2a, 0x72, 0x90, 0x5e, 0x32, 0x0b, 0xf5, 0xb0, 0x11, 0x3b, 0x30, 0x61, 0x42, 0xd8, 0xd9, 0x20, 0x2f, 0x82, 0xb9, 0x73, 0xec, 0x56, 0xbe, 0x75, 0xf5, 0xaa, 0x63, 0xbd, 0xf4, 0x4b, 0x96, 0xfe, 0x8a, 0xed, 0xfd, 0x9a, 0x53, 0xb4, 0x03, 0x4f, 0xdd, 0x19, 0xe8, 0xca, 0x8d, 0x31, 0xd2, 0x2b, 0x58, 0x24, 0x36, 0x0c, 0x53, 0xf2, 0x2b, 0x52, 0x23, 0xd4, 0x9c, 0x80, 0x06, 0xf4, 0xe0, 0xae, 0xb6, 0xe7 } } }; static const struct cckprng_op_refresh op_refresh_643 = { .hd = { .id = 608, .kind = OP_REFRESH }, .rand = 16246771953320151874ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_644 = { .hd = { .id = 609, .kind = OP_RESEED }, .nonce = 16409887716304719523ULL, .seed_nbytes = 27, .seed = { 0xbe, 0x2c, 0x11, 0x29, 0x77, 0xd5, 0x2c, 0x0f, 0x62, 0xe7, 0xdd, 0x61, 0xb1, 0xb1, 0xa5, 0x52, 0x03, 0xb8, 0xb4, 0x68, 0xe9, 0x87, 0xb9, 0xb5, 0x49, 0x1a, 0x22 } }; static const struct cckprng_op_reseed op_reseed_645 = { .hd = { .id = 610, .kind = OP_RESEED }, .nonce = 5801996846682063350ULL, .seed_nbytes = 137, .seed = { 0x98, 0x6a, 0xbe, 0xe0, 0xd4, 0xf7, 0xa9, 0x48, 0x7c, 0xb9, 0x6e, 0x6f, 0xde, 0x3f, 0xc3, 0x09, 0x93, 0x1f, 0xdc, 0x37, 0x32, 0x34, 0x32, 0x54, 0x0c, 0x0d, 0x5e, 0x88, 0x82, 0x6a, 0x49, 0x64, 0xf2, 0x11, 0xd7, 0x1e, 0x02, 0xba, 0x90, 0xf6, 0xc9, 0x44, 0x04, 0x22, 0xf0, 0x9c, 0x84, 0xae, 0x69, 0xee, 0x0b, 0x1e, 0x38, 0xe4, 0x23, 0xc4, 0xa6, 0x37, 0x51, 0xef, 0x96, 0x93, 0xde, 0x20, 0x04, 0x2c, 0x07, 0xed, 0x40, 0x87, 0x73, 0x48, 0x0d, 0xaa, 0x93, 0x77, 0xd6, 0xba, 0x03, 0x0f, 0x79, 0x86, 0x8b, 0x7e, 0x9a, 0x77, 0x4c, 0x52, 0x70, 0xa9, 0x7e, 0xac, 0xe9, 0x4f, 0xa0, 0xaa, 0xb4, 0x2d, 0xe5, 0xe8, 0xdb, 0xc6, 0x1d, 0xfd, 0x9c, 0xb0, 0x6c, 0x50, 0xc3, 0xc7, 0x30, 0x51, 0xe0, 0x55, 0x8c, 0xd2, 0xa0, 0x95, 0x36, 0xc2, 0x88, 0x7e, 0xa6, 0x66, 0x73, 0xaf, 0xa3, 0x1f, 0x09, 0x80, 0x87, 0xbc, 0x5d, 0xdd, 0x5f, 0x14, 0x5c } }; static const struct cckprng_op_reseed op_reseed_646 = { .hd = { .id = 611, .kind = OP_RESEED }, .nonce = 13200263936228728236ULL, .seed_nbytes = 98, .seed = { 0xe3, 0x2a, 0x6e, 0xb2, 0x11, 0x4f, 0x6a, 0xce, 0x06, 0x6d, 0x1a, 0x88, 0xd5, 0xb8, 0xb0, 0xd6, 0x64, 0x1d, 0x03, 0xd8, 0x63, 0x98, 0x26, 0xd1, 0xac, 0xbc, 0xee, 0x2c, 0xd5, 0x3c, 0xcb, 0xc2, 0x03, 0xa8, 0x50, 0x7e, 0x37, 0x41, 0x9e, 0x6d, 0xce, 0xee, 0x17, 0xa6, 0xab, 0xe3, 0xe9, 0x36, 0xc2, 0xb5, 0x41, 0xff, 0x81, 0xdd, 0xee, 0x92, 0xf6, 0x04, 0xef, 0xe2, 0x42, 0x06, 0xa8, 0xa2, 0xda, 0x1d, 0x1c, 0xef, 0x25, 0x91, 0x78, 0x25, 0x9b, 0xb2, 0xfb, 0x0a, 0xc1, 0x34, 0x8e, 0x6e, 0x35, 0x5f, 0x68, 0x3e, 0x89, 0xb0, 0xb0, 0x8c, 0xb2, 0x03, 0x0b, 0xe2, 0x5d, 0x6f, 0xf0, 0x28, 0xbe, 0xe7 } }; static const struct cckprng_op *ops_647[] = { (const struct cckprng_op *)&op_init_631, (const struct cckprng_op *)&op_init_632, (const struct cckprng_op *)&op_init_633, (const struct cckprng_op *)&op_init_634, (const struct cckprng_op *)&op_refresh_635, (const struct cckprng_op *)&op_reseed_636, (const struct cckprng_op *)&op_refresh_637, (const struct cckprng_op *)&op_refresh_638, (const struct cckprng_op *)&op_refresh_639, (const struct cckprng_op *)&op_refresh_640, (const struct cckprng_op *)&op_reseed_641, (const struct cckprng_op *)&op_init_642, (const struct cckprng_op *)&op_refresh_643, (const struct cckprng_op *)&op_reseed_644, (const struct cckprng_op *)&op_reseed_645, (const struct cckprng_op *)&op_reseed_646 }; static const struct cckprng_vector vec_648 = { .id = 612, .note = NULL, .nops = 16, .ops = ops_647 }; static const struct cckprng_op_init op_init_649 = { .hd = { .id = 613, .kind = OP_INIT }, .seed = { 0x3e, 0xe2, 0x94, 0xfc, 0xb4, 0x04, 0xa7, 0x5e, 0x26, 0xfe, 0xb9, 0xfb, 0xb6, 0x79, 0xb1, 0x5c, 0x58, 0xd1, 0x3c, 0xb1, 0x09, 0xe8, 0x7b, 0x66, 0x4e, 0xb7, 0x96, 0x4c, 0xe3, 0xa1, 0x87, 0x81 }, .nonce = { 0x9a, 0xaa, 0x1a, 0x87, 0x83, 0xaa, 0xd0, 0xbc }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_650 = { .hd = { .id = 614, .kind = OP_RESEED }, .nonce = 9321937840702876934ULL, .seed_nbytes = 241, .seed = { 0x1a, 0x80, 0x20, 0x9f, 0x40, 0xa5, 0x48, 0x19, 0x44, 0x05, 0xfa, 0x39, 0x87, 0xf3, 0xc1, 0xa5, 0x28, 0x65, 0x67, 0xa2, 0x81, 0xd7, 0xe0, 0xbd, 0x4c, 0x5e, 0x78, 0x48, 0x3d, 0xe5, 0x25, 0xfb, 0x57, 0x49, 0x6f, 0x9e, 0x40, 0xb8, 0x36, 0x26, 0x25, 0xfb, 0x8e, 0xb0, 0x4d, 0xe6, 0xa9, 0x46, 0x99, 0xf3, 0xac, 0x5b, 0xb0, 0x52, 0xa1, 0xab, 0x03, 0x11, 0x03, 0xbc, 0xa7, 0x5f, 0x29, 0x4c, 0x8a, 0x35, 0x2c, 0x5b, 0x7a, 0x2f, 0x8a, 0x12, 0x9a, 0x5a, 0x87, 0xef, 0xa8, 0xef, 0xc2, 0x90, 0xd5, 0x83, 0x8c, 0x28, 0xf7, 0xcd, 0xd9, 0x93, 0x33, 0x6d, 0x52, 0xf9, 0x5c, 0x5c, 0xd1, 0x84, 0xd0, 0x80, 0x0f, 0x54, 0xd6, 0xf6, 0x9d, 0xed, 0x90, 0xf8, 0x6c, 0x00, 0x2e, 0x62, 0xcb, 0x02, 0xb7, 0x89, 0x8e, 0xed, 0x35, 0xdc, 0x32, 0xba, 0x57, 0x62, 0xbd, 0x7d, 0x31, 0xb3, 0xf0, 0x2b, 0xca, 0x42, 0xb3, 0x4d, 0x66, 0xb2, 0x92, 0xb2, 0x19, 0x89, 0x5e, 0xd8, 0xc6, 0xcb, 0xc1, 0xc3, 0x65, 0x7a, 0x3b, 0xf1, 0xfd, 0x3b, 0xfc, 0x20, 0xc3, 0x58, 0x32, 0x3e, 0x09, 0x76, 0x8e, 0xd7, 0x06, 0xc7, 0x6b, 0xd7, 0xc0, 0x66, 0x9c, 0x8f, 0xcd, 0x10, 0x3b, 0x00, 0x6f, 0x2a, 0x18, 0x32, 0x68, 0x04, 0xfb, 0x63, 0x06, 0x72, 0x56, 0x13, 0x67, 0xa3, 0xce, 0x48, 0x30, 0x78, 0xbe, 0xfb, 0x97, 0x2b, 0x1a, 0xd6, 0xe7, 0xf0, 0x2c, 0xef, 0xf1, 0xb7, 0x4a, 0xc8, 0x56, 0xd5, 0x95, 0x08, 0xef, 0xbd, 0xf2, 0xcb, 0xb6, 0x6d, 0x2d, 0xeb, 0xf2, 0x42, 0xe2, 0x54, 0xfd, 0x0a, 0x16, 0xd2, 0x28, 0x5b, 0x17, 0xbe, 0x3f, 0xa8, 0xb4, 0x87, 0x51, 0x1d, 0xe5, 0xde, 0x67, 0x29, 0x25, 0x5e, 0xd2 } }; static const struct cckprng_op_refresh op_refresh_651 = { .hd = { .id = 615, .kind = OP_REFRESH }, .rand = 17330516885054121027ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_652 = { .hd = { .id = 616, .kind = OP_RESEED }, .nonce = 6857690526705245868ULL, .seed_nbytes = 119, .seed = { 0x2d, 0x3c, 0xe3, 0xad, 0x56, 0x17, 0xaa, 0x08, 0xab, 0xd9, 0x8b, 0xef, 0x86, 0x33, 0x46, 0xb0, 0x42, 0x73, 0xfa, 0x7d, 0xc9, 0xf4, 0x29, 0x73, 0x52, 0x02, 0x58, 0x68, 0xdc, 0x60, 0x5f, 0xb6, 0x0b, 0x9d, 0x73, 0xa6, 0x34, 0xde, 0xde, 0x5c, 0xe7, 0xda, 0x99, 0x7a, 0x09, 0x35, 0x6e, 0x88, 0x3a, 0xe0, 0x38, 0xc5, 0x9c, 0xa6, 0xe9, 0x14, 0x87, 0x86, 0x2b, 0x48, 0x98, 0xd9, 0x82, 0x6d, 0x84, 0xd0, 0x99, 0x9b, 0xa2, 0xf5, 0x2a, 0x61, 0x48, 0x34, 0x69, 0x21, 0x0c, 0x36, 0xd0, 0xa0, 0xbb, 0xaa, 0xa7, 0xf0, 0xf0, 0x55, 0x30, 0xc6, 0x2a, 0x46, 0xde, 0x61, 0xf0, 0xd9, 0x9c, 0x7d, 0x0b, 0x51, 0x78, 0xed, 0xc2, 0xba, 0x09, 0xc8, 0x0c, 0x3b, 0x89, 0xa2, 0x23, 0xd4, 0x89, 0x35, 0x55, 0x9b, 0xba, 0x79, 0x0d, 0xc1, 0x57 } }; static const struct cckprng_op_reseed op_reseed_653 = { .hd = { .id = 617, .kind = OP_RESEED }, .nonce = 14856189488587094450ULL, .seed_nbytes = 203, .seed = { 0x51, 0xe1, 0x78, 0x62, 0x9d, 0xda, 0x77, 0x9b, 0x20, 0x12, 0xf0, 0x5e, 0x6a, 0x38, 0xfe, 0x37, 0x85, 0xe9, 0xe8, 0x37, 0xe6, 0x92, 0x87, 0xbb, 0x94, 0xa1, 0xc3, 0x41, 0x3e, 0x65, 0xf3, 0x98, 0x4f, 0xf1, 0xaf, 0x81, 0xf9, 0x7a, 0xed, 0x35, 0xe4, 0x1c, 0xec, 0xf9, 0x63, 0x60, 0x88, 0xcd, 0x0c, 0xdb, 0xac, 0x51, 0x4c, 0x50, 0xd1, 0x6c, 0x9c, 0x9b, 0x15, 0x2b, 0x54, 0x42, 0x63, 0x37, 0xdc, 0x35, 0x52, 0x0e, 0x44, 0xe1, 0xb7, 0xc7, 0x71, 0x1f, 0x0e, 0x9a, 0x7a, 0xad, 0x22, 0xd6, 0xa0, 0x59, 0xec, 0x39, 0xa5, 0x89, 0x3e, 0x8f, 0x29, 0x9f, 0xd2, 0x12, 0xa1, 0x40, 0x02, 0xef, 0xb4, 0x36, 0x75, 0xfc, 0x0b, 0x11, 0x8a, 0x04, 0xc5, 0x36, 0x17, 0xed, 0x27, 0xba, 0x9b, 0xcb, 0xe1, 0x66, 0x48, 0x61, 0x38, 0x5a, 0x33, 0xc0, 0xbe, 0x2a, 0x29, 0xd5, 0xc9, 0xc6, 0xca, 0xd6, 0xdc, 0x7a, 0x53, 0x5a, 0x97, 0x65, 0x7f, 0xab, 0x3d, 0x91, 0xd1, 0x5e, 0x42, 0xfe, 0xed, 0x44, 0x4d, 0x0e, 0xe2, 0x52, 0x55, 0x9e, 0x4d, 0xf0, 0x5e, 0x0c, 0x2e, 0x8c, 0x06, 0x62, 0x54, 0xfb, 0x1e, 0xaa, 0x98, 0x00, 0x77, 0x89, 0x44, 0x72, 0x99, 0x9c, 0xe8, 0x3f, 0xc8, 0x98, 0x16, 0x3f, 0xfc, 0x2f, 0x13, 0x11, 0xfc, 0x92, 0x39, 0x54, 0xca, 0xa7, 0xc3, 0x14, 0x0f, 0xe1, 0xb9, 0x7f, 0x0d, 0xef, 0x75, 0x87, 0xe8, 0x45, 0xa0, 0x9e, 0x49, 0x3b, 0xc4 } }; static const struct cckprng_op_reseed op_reseed_654 = { .hd = { .id = 618, .kind = OP_RESEED }, .nonce = 4969130180602504061ULL, .seed_nbytes = 53, .seed = { 0x00, 0x6e, 0x89, 0x55, 0xf5, 0x81, 0x0a, 0xbd, 0x0a, 0xea, 0xaf, 0x59, 0xda, 0x0a, 0xe1, 0x4d, 0x21, 0x61, 0x6c, 0xb6, 0xab, 0x4a, 0xe3, 0xa6, 0x23, 0xba, 0x52, 0x1e, 0xfc, 0x78, 0x69, 0x8e, 0xe1, 0x99, 0x98, 0xf8, 0xe5, 0x50, 0x69, 0x49, 0xfc, 0xdc, 0xaa, 0x65, 0x69, 0x98, 0x59, 0xef, 0xe5, 0xdc, 0x73, 0x07, 0x05 } }; static const struct cckprng_op_generate op_init_655 = { .hd = { .id = 619, .kind = OP_GENERATE }, .rand_nbytes = 235, .out = { .rand = { 0x83, 0xc3, 0x58, 0x9b, 0xa6, 0xa7, 0x9b, 0xe8, 0x42, 0xec, 0x88, 0xea, 0x90, 0x8a, 0x60, 0x95, 0x25, 0x00, 0x1f, 0xa2, 0x2d, 0x7a, 0xfc, 0x2e, 0xf4, 0xf6, 0x73, 0xd5, 0x1c, 0x16, 0xbf, 0xbf, 0x65, 0x55, 0x13, 0xb5, 0x55, 0xb6, 0xac, 0x09, 0x1b, 0xd3, 0xf0, 0x61, 0xe9, 0x5a, 0x9c, 0x56, 0xd0, 0x47, 0x2c, 0x5f, 0x59, 0x60, 0x9d, 0x8e, 0x18, 0x76, 0xa3, 0x45, 0x30, 0x62, 0xa3, 0x16, 0x0e, 0x79, 0x0a, 0x79, 0x51, 0x84, 0x20, 0x8c, 0x77, 0x31, 0xd0, 0x7e, 0x31, 0xd8, 0xae, 0x0a, 0x7a, 0x3c, 0xd1, 0x2b, 0x46, 0xed, 0xe0, 0x6a, 0x10, 0x0d, 0x92, 0x6b, 0xd4, 0x53, 0x38, 0x58, 0x56, 0x99, 0x13, 0xb6, 0xd3, 0x97, 0x0f, 0x36, 0x83, 0xea, 0x0a, 0xd4, 0x92, 0xdf, 0xa1, 0x88, 0x8e, 0xce, 0x35, 0x14, 0xaa, 0x15, 0x44, 0x0f, 0x7d, 0xa6, 0xb8, 0x95, 0x51, 0xee, 0x61, 0x85, 0x3f, 0x08, 0x1c, 0xfc, 0x88, 0x0d, 0x97, 0x50, 0x0b, 0x62, 0xce, 0x36, 0x64, 0x8d, 0xbd, 0xc5, 0x75, 0xe5, 0xd3, 0x1a, 0x6b, 0x9b, 0xf8, 0x00, 0x61, 0xb1, 0x9f, 0x74, 0x33, 0x81, 0xa2, 0x51, 0x1a, 0x63, 0xca, 0xf5, 0x17, 0x91, 0x64, 0x0f, 0x33, 0x2a, 0x50, 0xde, 0x4c, 0xd9, 0xa8, 0x39, 0xe3, 0xf1, 0x1e, 0x64, 0x24, 0x2b, 0x73, 0xd5, 0x44, 0x8a, 0xcf, 0x7b, 0x9d, 0x14, 0x82, 0x44, 0x8a, 0xa1, 0x24, 0xc6, 0xca, 0x96, 0xbf, 0x73, 0x49, 0x79, 0xf7, 0x82, 0x3d, 0x57, 0xa6, 0xae, 0x9c, 0x63, 0xab, 0x94, 0xcb, 0x08, 0xa6, 0xf6, 0xcf, 0xbb, 0x30, 0xf5, 0xde, 0x29, 0xf2, 0x2a, 0x74, 0xf7, 0xa7, 0xa7, 0x21, 0xa2, 0x4a, 0x91, 0xee, 0x6e, 0x45 } } }; static const struct cckprng_op_refresh op_refresh_656 = { .hd = { .id = 620, .kind = OP_REFRESH }, .rand = 16311740360862956213ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_657 = { .hd = { .id = 621, .kind = OP_GENERATE }, .rand_nbytes = 124, .out = { .rand = { 0xde, 0x50, 0xdf, 0x97, 0xff, 0x81, 0xf1, 0x59, 0xe2, 0x9e, 0x46, 0x42, 0x83, 0xaf, 0x37, 0x70, 0x16, 0x44, 0x36, 0xff, 0x18, 0x10, 0x31, 0x95, 0x2d, 0x90, 0x7f, 0x9b, 0xb0, 0x66, 0xec, 0x2c, 0x2e, 0xd5, 0x69, 0x6e, 0x83, 0xe1, 0x38, 0xa4, 0x30, 0xd9, 0xf2, 0xce, 0x36, 0x4b, 0xa3, 0x3b, 0x11, 0x8f, 0xe6, 0x85, 0xb5, 0x1f, 0x12, 0xf3, 0xf9, 0x1d, 0x05, 0x31, 0x76, 0x19, 0x49, 0x04, 0xe0, 0xe6, 0x8f, 0x7a, 0x39, 0x0f, 0x5c, 0xe2, 0xf6, 0x67, 0x98, 0xe3, 0x77, 0xff, 0x8b, 0xda, 0x0a, 0x24, 0xa7, 0xbe, 0x22, 0x0e, 0xf9, 0x5e, 0x30, 0x7d, 0xaf, 0xb0, 0xd4, 0x18, 0xac, 0x1a, 0x34, 0xb6, 0xc0, 0x30, 0x64, 0xd4, 0x85, 0xd8, 0x13, 0x89, 0xe4, 0x01, 0x4e, 0x6f, 0x73, 0xfb, 0x58, 0x0e, 0xc2, 0xd0, 0xaf, 0xf2, 0x4b, 0x29, 0x36, 0x53, 0x3a, 0xe8 } } }; static const struct cckprng_op_generate op_init_658 = { .hd = { .id = 622, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0xdb, 0xe4, 0x3e, 0x6f, 0x94, 0x01, 0x14, 0x9b, 0xae, 0x09, 0x4e, 0xef, 0x44, 0x29, 0x27, 0xb2, 0xa4, 0xb2, 0xbe, 0xe0, 0x4c, 0xf6, 0xf2, 0x59, 0xc6, 0x68, 0xdd, 0x5d, 0xec, 0x78, 0x58, 0xb0, 0xdc, 0x95, 0x66, 0x29 } } }; static const struct cckprng_op_reseed op_reseed_659 = { .hd = { .id = 623, .kind = OP_RESEED }, .nonce = 8943008496059233998ULL, .seed_nbytes = 83, .seed = { 0x74, 0xd0, 0x93, 0x21, 0x14, 0xd0, 0x89, 0xbd, 0xf3, 0x67, 0xbe, 0xd7, 0xc2, 0xaf, 0x41, 0x9b, 0x27, 0x3d, 0x13, 0xa9, 0x9b, 0xaa, 0xb6, 0x4d, 0xec, 0x09, 0x31, 0x62, 0xb7, 0x45, 0x30, 0x8f, 0x95, 0xea, 0xf0, 0x5b, 0xfa, 0xe0, 0x9f, 0xe8, 0x55, 0xd1, 0x90, 0xd3, 0xa1, 0xda, 0x5f, 0xac, 0x84, 0xa0, 0xc9, 0xe9, 0x57, 0x14, 0xb6, 0x92, 0xd2, 0xf6, 0x6c, 0x9f, 0x9f, 0x97, 0xb7, 0xba, 0x7d, 0x41, 0xc2, 0xc0, 0xf6, 0x8c, 0x6b, 0x4f, 0x60, 0xc3, 0x82, 0x4f, 0x6c, 0x0c, 0xad, 0xb8, 0xd1, 0xc8, 0xf9 } }; static const struct cckprng_op_reseed op_reseed_660 = { .hd = { .id = 624, .kind = OP_RESEED }, .nonce = 1717309181970626337ULL, .seed_nbytes = 234, .seed = { 0x70, 0xd1, 0xd7, 0x77, 0xd5, 0xfe, 0xb6, 0x1b, 0x2f, 0xb8, 0xe9, 0xd5, 0x8a, 0xa9, 0x15, 0x82, 0x60, 0x5a, 0x76, 0xb9, 0x23, 0x58, 0xa5, 0xd4, 0xf1, 0x63, 0xde, 0x36, 0x41, 0x7a, 0xb7, 0x93, 0x97, 0xa1, 0xad, 0x54, 0x0d, 0xf4, 0xc7, 0xc3, 0x20, 0xb8, 0xae, 0x72, 0xa6, 0xfa, 0x59, 0xdd, 0x57, 0x1b, 0xa0, 0x79, 0xaf, 0xf7, 0x01, 0xf9, 0xd1, 0x2b, 0x93, 0x9a, 0xd5, 0x84, 0x59, 0x7c, 0x6e, 0x9d, 0x7d, 0x3b, 0x3a, 0x8d, 0x7f, 0x3b, 0xaf, 0xca, 0x4c, 0xe1, 0xb9, 0x16, 0x0e, 0xaf, 0x15, 0x3e, 0x27, 0xef, 0x2f, 0xca, 0x23, 0xc4, 0xbd, 0x03, 0xaf, 0x42, 0x45, 0x8e, 0x3f, 0x77, 0xdd, 0x47, 0x6b, 0xa9, 0x1e, 0x8d, 0x89, 0x5a, 0xcd, 0x1c, 0x08, 0x40, 0x4f, 0xd8, 0x32, 0x69, 0xef, 0x46, 0xe8, 0x44, 0xc6, 0x0c, 0x28, 0x5f, 0xbb, 0x3c, 0x55, 0x1e, 0x1f, 0xea, 0x35, 0x8a, 0xd0, 0xe2, 0x4d, 0xb6, 0xab, 0x10, 0x53, 0xff, 0x19, 0x5e, 0x59, 0x9b, 0xab, 0x2d, 0x2f, 0x89, 0x50, 0xde, 0xc6, 0x95, 0x17, 0x05, 0xcb, 0xa2, 0xd1, 0xd9, 0xbd, 0x63, 0x13, 0x04, 0xd6, 0x59, 0x80, 0x45, 0xaa, 0xbd, 0x2c, 0x45, 0xb5, 0x71, 0x33, 0x91, 0xcb, 0x8c, 0x14, 0xae, 0x49, 0xb8, 0x83, 0x8b, 0x91, 0xab, 0x5f, 0x4d, 0x22, 0xec, 0x1e, 0x12, 0xbe, 0x7f, 0xa7, 0x2f, 0xd9, 0x74, 0xe5, 0x2b, 0xa3, 0xbe, 0x21, 0x18, 0xa4, 0x66, 0x58, 0x41, 0xd4, 0xbc, 0x8c, 0x0f, 0xef, 0xa8, 0x5b, 0x3a, 0x7f, 0x9d, 0x75, 0x57, 0xbe, 0x9b, 0xde, 0x9c, 0xde, 0x5e, 0x9f, 0xf7, 0x72, 0x6a, 0x32, 0x4e, 0xc5, 0x80, 0xe6, 0xf8, 0xdb, 0x3d, 0x5a, 0x12 } }; static const struct cckprng_op_refresh op_refresh_661 = { .hd = { .id = 625, .kind = OP_REFRESH }, .rand = 1980871024373358855ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_662 = { .hd = { .id = 626, .kind = OP_RESEED }, .nonce = 11869279153038242314ULL, .seed_nbytes = 195, .seed = { 0xed, 0x86, 0x6a, 0xc1, 0x04, 0xc9, 0x68, 0xcb, 0x44, 0x76, 0xb4, 0x8a, 0x09, 0xc0, 0x43, 0xec, 0x3d, 0xdc, 0xe7, 0xe7, 0xf1, 0x37, 0xa7, 0x35, 0xe8, 0x92, 0xcd, 0xa6, 0x5c, 0x7f, 0x6e, 0x18, 0x10, 0xc7, 0xef, 0xcb, 0xd6, 0xd4, 0x78, 0xfe, 0xcb, 0x12, 0x4d, 0x33, 0x5e, 0x20, 0xba, 0xcd, 0x4b, 0x23, 0x20, 0xc0, 0xf6, 0x54, 0x30, 0xfd, 0xb3, 0xcf, 0x8f, 0x4c, 0x73, 0xee, 0xdf, 0x70, 0x81, 0x90, 0x9b, 0xb3, 0x15, 0xb6, 0x54, 0xc7, 0x67, 0x79, 0x6d, 0x5b, 0x82, 0xce, 0xb4, 0x65, 0x2e, 0x45, 0x6d, 0x35, 0xd5, 0x48, 0x13, 0x23, 0x86, 0x48, 0xa4, 0x54, 0xcf, 0x8f, 0x30, 0xf4, 0xc4, 0xbe, 0xfc, 0x1a, 0x85, 0xd1, 0x6e, 0xd7, 0x96, 0x97, 0x67, 0xfb, 0x12, 0x19, 0xe9, 0x9a, 0xfd, 0xc2, 0x68, 0xe3, 0x06, 0xed, 0x3d, 0x2f, 0xa6, 0xe4, 0x0f, 0xc6, 0x98, 0x3c, 0xd2, 0xad, 0x56, 0x10, 0xdf, 0x1e, 0x3b, 0x04, 0xff, 0xbc, 0x04, 0x65, 0x20, 0x88, 0x67, 0xc3, 0x29, 0x37, 0xfd, 0x24, 0xbc, 0x35, 0x17, 0x5a, 0xe3, 0x5f, 0x92, 0x08, 0x47, 0x09, 0x76, 0xa4, 0xe7, 0x22, 0xb1, 0xc7, 0x7b, 0x9d, 0x91, 0xf2, 0x57, 0xa6, 0x70, 0x2a, 0x9c, 0x95, 0x54, 0xa4, 0xe4, 0xfb, 0x99, 0x17, 0xe3, 0x60, 0x33, 0xf5, 0xfd, 0xb0, 0x7d, 0x84, 0x0f, 0x9c, 0xd4, 0xf2, 0x0d, 0x29, 0x95, 0xca, 0x0c } }; static const struct cckprng_op_reseed op_reseed_663 = { .hd = { .id = 627, .kind = OP_RESEED }, .nonce = 18273727030946646039ULL, .seed_nbytes = 226, .seed = { 0xfb, 0xdd, 0x20, 0x72, 0x74, 0xeb, 0x0c, 0xe2, 0x8d, 0x7f, 0x89, 0x08, 0x3b, 0xe6, 0x43, 0x32, 0x3b, 0xd2, 0x7f, 0x22, 0x2d, 0x73, 0x13, 0x42, 0x85, 0x95, 0x12, 0x2e, 0x6d, 0xdd, 0xc4, 0x0b, 0x0f, 0xe9, 0x87, 0x85, 0x40, 0xdd, 0x88, 0x24, 0xea, 0x1a, 0x47, 0x6d, 0xe6, 0x54, 0x04, 0xe8, 0x64, 0x5f, 0x6e, 0xf2, 0x55, 0x75, 0xe1, 0x1c, 0x7e, 0xfb, 0xc2, 0x52, 0x14, 0x5a, 0x05, 0xee, 0x1f, 0xe9, 0x01, 0x6f, 0xf4, 0x30, 0x64, 0xa1, 0xbf, 0xc5, 0x91, 0x59, 0x5c, 0x4f, 0xf1, 0x5d, 0xaa, 0x49, 0xb4, 0x97, 0x24, 0xc1, 0x69, 0xa5, 0xd7, 0xa8, 0x00, 0x26, 0xb8, 0xe2, 0x99, 0x22, 0x50, 0xb6, 0xc0, 0x59, 0xea, 0x3e, 0x9c, 0x1e, 0xbc, 0xc9, 0x35, 0xf4, 0x5e, 0x80, 0x9a, 0x2c, 0x5f, 0x51, 0xe4, 0xe7, 0xcb, 0x42, 0x31, 0x3d, 0x4b, 0x86, 0x7d, 0x91, 0xce, 0x61, 0x02, 0x25, 0x77, 0x54, 0x3d, 0x1f, 0x0a, 0x9a, 0xcd, 0x76, 0x76, 0xee, 0xaf, 0x19, 0x1b, 0x99, 0xdf, 0x3e, 0xce, 0x05, 0xcc, 0x3c, 0x6f, 0x97, 0x3e, 0x31, 0x9d, 0xc2, 0x9b, 0x53, 0x4c, 0x86, 0xbf, 0x99, 0xae, 0x9f, 0xd0, 0xb1, 0xf5, 0x1c, 0xd0, 0xac, 0xfd, 0x1c, 0xa0, 0x0a, 0x31, 0x99, 0xd5, 0xc0, 0x32, 0x52, 0x73, 0x26, 0x27, 0x3e, 0x7a, 0xfc, 0x6e, 0xe4, 0x4b, 0x41, 0xb0, 0x2a, 0x11, 0x6a, 0x2d, 0x32, 0x03, 0x18, 0xec, 0x94, 0x8d, 0x61, 0xfd, 0x4e, 0xb2, 0x2e, 0x83, 0x5c, 0x5f, 0x76, 0xf1, 0xe2, 0x8e, 0x3a, 0x5e, 0x5b, 0x29, 0x6a, 0x5f, 0x2c, 0x16, 0x7a, 0xe4, 0x5a, 0x10, 0x8e, 0xac, 0x7a } }; static const struct cckprng_op_generate op_init_664 = { .hd = { .id = 628, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0xd7, 0x6f, 0xd4, 0x08, 0x78, 0x2b, 0x00, 0x7e, 0xda, 0x21, 0xe7 } } }; static const struct cckprng_op *ops_665[] = { (const struct cckprng_op *)&op_init_649, (const struct cckprng_op *)&op_reseed_650, (const struct cckprng_op *)&op_refresh_651, (const struct cckprng_op *)&op_reseed_652, (const struct cckprng_op *)&op_reseed_653, (const struct cckprng_op *)&op_reseed_654, (const struct cckprng_op *)&op_init_655, (const struct cckprng_op *)&op_refresh_656, (const struct cckprng_op *)&op_init_657, (const struct cckprng_op *)&op_init_658, (const struct cckprng_op *)&op_reseed_659, (const struct cckprng_op *)&op_reseed_660, (const struct cckprng_op *)&op_refresh_661, (const struct cckprng_op *)&op_reseed_662, (const struct cckprng_op *)&op_reseed_663, (const struct cckprng_op *)&op_init_664 }; static const struct cckprng_vector vec_666 = { .id = 629, .note = NULL, .nops = 16, .ops = ops_665 }; static const struct cckprng_op_init op_init_667 = { .hd = { .id = 630, .kind = OP_INIT }, .seed = { 0xb3, 0xb8, 0x14, 0x34, 0x59, 0xbd, 0x61, 0xf3, 0xe7, 0x05, 0x26, 0xdf, 0x38, 0xaf, 0x2d, 0xc3, 0x7e, 0xc6, 0xe9, 0xf5, 0x74, 0xd8, 0xa2, 0xba, 0xd3, 0xa7, 0x97, 0xcb, 0x5f, 0xe9, 0x39, 0x49 }, .nonce = { 0x20, 0x8b, 0xb2, 0x31, 0x5f, 0xba, 0x5d, 0xcd }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_668 = { .hd = { .id = 631, .kind = OP_REFRESH }, .rand = 110589251446634400ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_669 = { .hd = { .id = 632, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0xd8, 0xf3, 0x45, 0xc1, 0x57, 0xdc, 0x44, 0x8a, 0xe3, 0x1f, 0xe7, 0x6a, 0xe8, 0xbc, 0xad, 0xab, 0xb4, 0xc8, 0x50, 0x16, 0x66, 0x06, 0x45, 0xc5, 0x76, 0x2d } } }; static const struct cckprng_op_reseed op_reseed_670 = { .hd = { .id = 633, .kind = OP_RESEED }, .nonce = 8251982592234600449ULL, .seed_nbytes = 182, .seed = { 0xff, 0x85, 0xce, 0x84, 0x79, 0x74, 0x88, 0x28, 0x8e, 0x3f, 0xb3, 0x99, 0x0d, 0xfc, 0x5c, 0x6c, 0x4a, 0x11, 0x95, 0x31, 0x34, 0x06, 0xfd, 0x55, 0xab, 0x5a, 0x6f, 0x64, 0xd9, 0xe0, 0x5f, 0x69, 0x60, 0x51, 0xbf, 0x6f, 0x83, 0xf8, 0x38, 0x51, 0x0c, 0xd2, 0xa3, 0x5e, 0x48, 0x39, 0xac, 0x7d, 0x91, 0x4d, 0x61, 0x9b, 0x5e, 0x95, 0x68, 0x04, 0x21, 0x7b, 0x2a, 0x7f, 0xc3, 0x8c, 0xfb, 0xa3, 0xd5, 0x13, 0xd3, 0x03, 0x54, 0xc6, 0x9f, 0x2e, 0x2b, 0x57, 0xd6, 0x65, 0xa0, 0x5e, 0x72, 0x81, 0x46, 0x55, 0x18, 0x1c, 0x0b, 0x9d, 0x1d, 0xdf, 0xd0, 0x62, 0x5f, 0x74, 0x2f, 0x8c, 0x7c, 0x39, 0x4e, 0x55, 0xe4, 0x81, 0x95, 0x75, 0xae, 0x8f, 0xbc, 0xa5, 0xfb, 0x50, 0xe0, 0x59, 0x01, 0x76, 0x26, 0xde, 0x0f, 0xd6, 0x64, 0x97, 0x9c, 0x6c, 0xdb, 0x91, 0x8e, 0xd8, 0x36, 0x51, 0xe6, 0x76, 0xfa, 0x27, 0x85, 0x05, 0xb7, 0x46, 0x0e, 0x83, 0x62, 0x8b, 0x34, 0x7b, 0xa7, 0x81, 0x01, 0x54, 0xcf, 0x51, 0x2f, 0xef, 0x34, 0xa8, 0x2b, 0xf8, 0x5a, 0xcd, 0x73, 0x6b, 0x45, 0x6a, 0xa6, 0xa5, 0x05, 0xbe, 0x9a, 0x10, 0x0d, 0x41, 0xc0, 0x1d, 0x93, 0x8c, 0xad, 0x8e, 0xc5, 0x5b, 0x8b, 0xa1, 0xc8, 0xf0, 0xe6, 0xb1, 0x01, 0x94 } }; static const struct cckprng_op_generate op_init_671 = { .hd = { .id = 634, .kind = OP_GENERATE }, .rand_nbytes = 69, .out = { .rand = { 0x66, 0x32, 0x42, 0x6e, 0xe9, 0x11, 0xd6, 0xaa, 0x65, 0x73, 0x86, 0xeb, 0xa9, 0xe2, 0x3c, 0x35, 0x9a, 0x46, 0x90, 0x78, 0x84, 0x9f, 0x81, 0x66, 0x3e, 0xca, 0x40, 0x9f, 0x0f, 0x2b, 0xe4, 0x5e, 0xd4, 0x0f, 0xee, 0x00, 0x38, 0x4e, 0xbc, 0x01, 0x0c, 0xe0, 0x5e, 0x8b, 0x12, 0x24, 0xe7, 0xd2, 0x5d, 0xe8, 0x6d, 0x6d, 0x54, 0xc2, 0xfd, 0x2d, 0x98, 0xed, 0x29, 0xbb, 0x77, 0xb3, 0x2f, 0xfe, 0x9d, 0xe8, 0xb6, 0x0d, 0x55 } } }; static const struct cckprng_op_reseed op_reseed_672 = { .hd = { .id = 635, .kind = OP_RESEED }, .nonce = 15687629630816686359ULL, .seed_nbytes = 223, .seed = { 0xd9, 0x32, 0x46, 0xb7, 0xbd, 0xc1, 0x34, 0xd7, 0x21, 0x3f, 0x7d, 0x99, 0x29, 0x09, 0xd2, 0x29, 0x11, 0x51, 0x14, 0xe5, 0x5c, 0x72, 0xc8, 0x18, 0x8e, 0xa2, 0x36, 0x38, 0x1a, 0x68, 0x08, 0xfc, 0xaf, 0xf6, 0x2e, 0x49, 0xb6, 0x50, 0x91, 0x44, 0x20, 0xa7, 0x7e, 0xff, 0xba, 0x9f, 0x71, 0x0f, 0x1c, 0xab, 0xd5, 0x12, 0x1d, 0xfa, 0x8a, 0xcc, 0x75, 0x5c, 0x31, 0x9f, 0x3b, 0x9b, 0x28, 0x9a, 0x48, 0x0d, 0x2e, 0x73, 0xa0, 0xf3, 0x94, 0x93, 0x2e, 0x96, 0x1a, 0xf6, 0x0d, 0xda, 0xd6, 0x84, 0x2f, 0xc6, 0xd4, 0xc5, 0x2b, 0xc9, 0x24, 0x17, 0xf2, 0xee, 0xcf, 0xa6, 0x32, 0x9b, 0xd9, 0x13, 0xfb, 0xdf, 0xc1, 0xb8, 0xdf, 0x59, 0x00, 0xb0, 0xf0, 0xa2, 0xf7, 0xef, 0x14, 0xe7, 0x01, 0x1e, 0xff, 0x27, 0xae, 0x97, 0x6a, 0x61, 0x95, 0xce, 0xa6, 0x86, 0x1b, 0x7d, 0x32, 0xe1, 0x08, 0x95, 0xa4, 0x31, 0xe2, 0x3d, 0x09, 0x2e, 0xac, 0xd3, 0xbe, 0x83, 0x56, 0x14, 0x36, 0xf1, 0x11, 0x8b, 0x00, 0x6f, 0x6e, 0xa7, 0xf2, 0x47, 0x94, 0x9a, 0xc4, 0x3e, 0xc3, 0xd5, 0xf2, 0x50, 0xc8, 0x36, 0xf8, 0xc3, 0xd8, 0xf2, 0xf2, 0x84, 0x8b, 0x9f, 0xc5, 0xec, 0x14, 0x5f, 0x42, 0x87, 0x82, 0x8f, 0x58, 0x0c, 0x2e, 0xa1, 0xc8, 0xea, 0xb2, 0xbe, 0xd9, 0x9f, 0x9e, 0x68, 0xe1, 0x36, 0x81, 0xe4, 0x82, 0x1c, 0x80, 0xea, 0x5e, 0xf9, 0xf1, 0xde, 0x84, 0x3d, 0xa2, 0x37, 0x2f, 0xdb, 0xd5, 0x6f, 0xe4, 0xf0, 0xce, 0xce, 0x51, 0x51, 0xd4, 0x2a, 0xfe, 0x14, 0x2d, 0xa3, 0xc1, 0x48, 0xd4 } }; static const struct cckprng_op_generate op_init_673 = { .hd = { .id = 636, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x5e, 0x76, 0x96, 0x03, 0x9f, 0x82, 0x92, 0x95, 0x70, 0x5c, 0x34, 0xe1, 0xcf, 0x24, 0x00, 0x0d, 0x15, 0xb8, 0x2a, 0xd0, 0x0c, 0xef, 0x82, 0x29, 0x83, 0xc0, 0x98, 0x11, 0xb9, 0x78, 0x35, 0xa2, 0x8e, 0xcb, 0x6a, 0xb2, 0x95, 0x01, 0x99, 0x24, 0xec, 0x95, 0x2e, 0x76, 0xab, 0x4b, 0xf4, 0x90, 0xe4, 0x8e, 0x69, 0x79, 0xac, 0x63, 0x3b, 0x22, 0x1d, 0x1b, 0xc8, 0x36, 0x88, 0x9b, 0x4e, 0xe1, 0xb9, 0xb2, 0x5c, 0x11, 0x5a, 0xac, 0xf1, 0x18, 0x03, 0x7e, 0x67, 0x62, 0x21, 0x88, 0x89, 0x94, 0xd8, 0x2e, 0x2c, 0x00, 0x4b, 0x68, 0xb6, 0x6e, 0x1a, 0xae, 0x81, 0xc1, 0xe4, 0xbb, 0x47, 0x7c, 0x30, 0xfe, 0x39, 0x83, 0x19, 0x9c, 0xb6, 0xfa, 0xfc, 0x02, 0xc2, 0x4e, 0x95, 0xf1 } } }; static const struct cckprng_op_generate op_init_674 = { .hd = { .id = 637, .kind = OP_GENERATE }, .rand_nbytes = 146, .out = { .rand = { 0xf3, 0x02, 0x4b, 0x35, 0x8e, 0x03, 0xe3, 0x9d, 0x0e, 0x70, 0xf5, 0xb2, 0x6c, 0x73, 0x31, 0xfe, 0x13, 0xfe, 0x93, 0xd4, 0xf4, 0xa4, 0x2f, 0x16, 0xb3, 0x61, 0x37, 0xda, 0xa4, 0x0f, 0xda, 0xbe, 0x44, 0x26, 0x1f, 0x7a, 0x5e, 0x29, 0xb2, 0xc3, 0xcc, 0xab, 0x06, 0x43, 0xea, 0x2b, 0x1c, 0x32, 0x57, 0x65, 0x14, 0xe9, 0x49, 0x3f, 0x12, 0xd6, 0x91, 0x74, 0x3e, 0xbd, 0x3d, 0xff, 0xe6, 0xbd, 0x8e, 0x07, 0x8d, 0x67, 0xbd, 0x4b, 0xbc, 0x0f, 0x40, 0x60, 0x56, 0x49, 0x86, 0xec, 0xc2, 0xb8, 0xeb, 0x0c, 0x66, 0xbf, 0x65, 0xe7, 0xa6, 0x72, 0x74, 0x4d, 0x44, 0x8f, 0x93, 0xc6, 0x9c, 0x29, 0xaa, 0x0b, 0x86, 0xfb, 0x55, 0xd2, 0x41, 0x3f, 0xfb, 0xb0, 0xe0, 0x78, 0x65, 0x38, 0xf9, 0x0e, 0x9f, 0x39, 0x41, 0xa5, 0x52, 0x4f, 0xca, 0xf9, 0xbf, 0x31, 0xd6, 0xa4, 0x71, 0x3c, 0x24, 0x66, 0x9e, 0xb8, 0xed, 0x5e, 0xf5, 0xfd, 0x4b, 0xd0, 0x89, 0xc8, 0x4d, 0xc2, 0xc2, 0x9e, 0x71, 0x58, 0x8d, 0xef } } }; static const struct cckprng_op_reseed op_reseed_675 = { .hd = { .id = 638, .kind = OP_RESEED }, .nonce = 8506432376438635329ULL, .seed_nbytes = 257, .seed = { 0x05, 0xf2, 0x72, 0xd7, 0x77, 0xcb, 0x39, 0xc5, 0x7d, 0x5c, 0x70, 0xdd, 0x52, 0x64, 0x9f, 0xd0, 0x43, 0x61, 0xec, 0x62, 0x0a, 0xb5, 0x90, 0x7c, 0x67, 0x75, 0x05, 0xc5, 0x44, 0x17, 0x77, 0x74, 0xfb, 0x02, 0x5b, 0x87, 0x04, 0x83, 0x95, 0xf6, 0x07, 0xa1, 0x36, 0x3f, 0xe0, 0x71, 0x65, 0x88, 0x98, 0xae, 0x2a, 0x2b, 0x57, 0x9f, 0x3d, 0x5f, 0x5c, 0xae, 0x4d, 0xe0, 0x45, 0x07, 0x83, 0xb0, 0x58, 0x80, 0x5d, 0x6f, 0x33, 0x6a, 0xe9, 0x9d, 0x8d, 0xf2, 0x82, 0x30, 0x5e, 0xd5, 0x3f, 0x3b, 0x4a, 0x97, 0xf1, 0x0e, 0xcd, 0x10, 0x45, 0x1d, 0xe2, 0xcb, 0x59, 0x2b, 0xb6, 0x0a, 0x7e, 0xd1, 0xb9, 0x92, 0xfb, 0xa2, 0x3d, 0xa3, 0xda, 0xbb, 0xdb, 0x15, 0x2c, 0x25, 0x31, 0x1d, 0xa2, 0x6c, 0xf4, 0xab, 0xc3, 0xe2, 0x44, 0x85, 0x38, 0x7b, 0xd5, 0xe7, 0x9b, 0xb6, 0x5d, 0x1b, 0x9b, 0xbd, 0x72, 0x68, 0x7e, 0xf0, 0x4d, 0x45, 0xe5, 0xb7, 0x86, 0x29, 0x13, 0xde, 0x7b, 0xb8, 0x76, 0xa4, 0x8f, 0xcb, 0xc4, 0x75, 0x5d, 0x32, 0xfd, 0x3d, 0x5f, 0x34, 0xca, 0x83, 0xff, 0xa3, 0xe7, 0x66, 0x25, 0xc9, 0x3c, 0x3a, 0xf4, 0x9e, 0xed, 0x56, 0x27, 0x9c, 0xb4, 0xcd, 0x77, 0x4e, 0x73, 0xb5, 0xd1, 0xd6, 0xb6, 0xe1, 0xe7, 0x7c, 0xaa, 0x19, 0x0a, 0xfb, 0x90, 0x32, 0x49, 0xca, 0xcc, 0x3f, 0x9f, 0x93, 0x5b, 0xe4, 0xd6, 0xb4, 0x8c, 0x8e, 0xb9, 0x3c, 0xa2, 0x70, 0xcd, 0x37, 0x9f, 0x52, 0x84, 0x88, 0x3d, 0xfc, 0xaf, 0x5e, 0xbb, 0xc9, 0xeb, 0x3c, 0xe1, 0x29, 0x83, 0xb8, 0x60, 0x94, 0x9d, 0xba, 0x4f, 0x81, 0xa9, 0x6c, 0x51, 0x96, 0x78, 0x0f, 0xe3, 0x8b, 0x2d, 0xdb, 0xdf, 0x04, 0xe7, 0x06, 0x8c, 0xe0, 0x50, 0xba, 0xfb, 0x7b, 0x42, 0x49, 0xb2, 0xbe, 0xf8, 0x2e, 0xed, 0x12, 0x6c } }; static const struct cckprng_op_reseed op_reseed_676 = { .hd = { .id = 639, .kind = OP_RESEED }, .nonce = 8540327687818679801ULL, .seed_nbytes = 134, .seed = { 0xd9, 0x5e, 0x1d, 0xdc, 0x11, 0x5c, 0x86, 0xf1, 0x81, 0x4b, 0xef, 0x35, 0x4a, 0xc2, 0xac, 0x8b, 0x78, 0x97, 0xd0, 0xc1, 0xe0, 0xd3, 0x87, 0x73, 0x21, 0x5c, 0x3b, 0xba, 0x32, 0xb8, 0xa7, 0x1f, 0xc4, 0x18, 0x0b, 0x71, 0xc0, 0x71, 0xd2, 0xb1, 0x91, 0xe6, 0x35, 0x9a, 0x7d, 0x0f, 0xe5, 0x94, 0x1e, 0x7b, 0x5a, 0x49, 0xd7, 0xae, 0x6f, 0xad, 0xf3, 0x2a, 0xe6, 0x5e, 0xd7, 0x93, 0x1d, 0x33, 0x8b, 0x1c, 0xaf, 0x98, 0x93, 0x51, 0x89, 0x22, 0xcc, 0xad, 0xe8, 0xa7, 0x9c, 0x9e, 0x55, 0xe4, 0x0b, 0xca, 0x2e, 0xf3, 0xd3, 0xeb, 0x39, 0x72, 0x9d, 0xa9, 0xdf, 0x85, 0xff, 0x9d, 0x50, 0xc7, 0x77, 0xc1, 0x21, 0xa5, 0x8c, 0x12, 0x87, 0xf3, 0xa1, 0x2b, 0xb8, 0x24, 0xdc, 0x07, 0xc0, 0xce, 0xfd, 0x62, 0x2b, 0x97, 0xff, 0x0e, 0x6c, 0x7b, 0x1e, 0xe9, 0xea, 0x13, 0x94, 0x1c, 0xa9, 0x97, 0x92, 0x83, 0x09, 0xea, 0x99, 0xca } }; static const struct cckprng_op_generate op_init_677 = { .hd = { .id = 640, .kind = OP_GENERATE }, .rand_nbytes = 177, .out = { .rand = { 0x3c, 0xb4, 0xf9, 0x26, 0x7f, 0x7a, 0xa1, 0xf3, 0xb7, 0x93, 0xe1, 0x11, 0xa8, 0xf3, 0x95, 0xf8, 0x07, 0xac, 0xbf, 0x20, 0x5d, 0xcf, 0x38, 0xbe, 0x9a, 0x01, 0x90, 0xf3, 0xf5, 0x60, 0xa1, 0x22, 0xaf, 0x46, 0xc6, 0xc9, 0x61, 0xdd, 0x65, 0x8a, 0xe2, 0x33, 0xe5, 0xeb, 0x39, 0x95, 0x04, 0x80, 0x29, 0xed, 0xe7, 0x6e, 0xe9, 0xe8, 0xab, 0xce, 0x30, 0x3d, 0xce, 0xfc, 0x36, 0x31, 0x54, 0xb0, 0x2e, 0xda, 0x56, 0x74, 0xa5, 0xd7, 0x2b, 0x73, 0x7c, 0xfb, 0xbb, 0x38, 0xc9, 0x1b, 0xfd, 0xf9, 0xf9, 0x69, 0xe3, 0x16, 0x6d, 0x12, 0x16, 0x03, 0x5e, 0x11, 0x6f, 0x43, 0x7a, 0xac, 0x41, 0xf7, 0xc3, 0xc7, 0xbe, 0x13, 0xb0, 0x24, 0x45, 0x1e, 0xcd, 0x75, 0xb3, 0xea, 0x42, 0x8c, 0x0d, 0x10, 0x40, 0xca, 0xae, 0x9d, 0xa1, 0xd5, 0x14, 0xb0, 0x70, 0x14, 0x7d, 0xa8, 0x7b, 0x11, 0x00, 0x7e, 0xf2, 0x61, 0x63, 0xf3, 0x7d, 0x38, 0xa1, 0x1e, 0x65, 0x5e, 0x92, 0x43, 0xac, 0xa7, 0xed, 0x91, 0x3f, 0xc0, 0x24, 0xad, 0x56, 0xbd, 0xa3, 0x30, 0xfe, 0x9d, 0xb7, 0xba, 0x56, 0x94, 0x63, 0xb7, 0x88, 0xe6, 0x37, 0xde, 0x08, 0x71, 0x1b, 0x61, 0xcb, 0x5f, 0xca, 0x4c, 0x94, 0xf1, 0x39, 0xe9, 0x6e } } }; static const struct cckprng_op_refresh op_refresh_678 = { .hd = { .id = 641, .kind = OP_REFRESH }, .rand = 2991485069112529226ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_679 = { .hd = { .id = 642, .kind = OP_REFRESH }, .rand = 7211375969836419568ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_680 = { .hd = { .id = 643, .kind = OP_RESEED }, .nonce = 13047781896468926989ULL, .seed_nbytes = 279, .seed = { 0xb8, 0x96, 0x19, 0xf4, 0xf5, 0x3f, 0xe7, 0xab, 0x5f, 0xa3, 0xd0, 0xed, 0x59, 0xd2, 0x81, 0xc4, 0xcb, 0x3a, 0x71, 0x57, 0x84, 0x15, 0xf1, 0xc8, 0xc3, 0x46, 0xb7, 0x0b, 0x87, 0x68, 0x1c, 0xec, 0x75, 0x4a, 0xac, 0x7c, 0x51, 0x17, 0x7c, 0xc5, 0x20, 0x01, 0x5b, 0x6c, 0xae, 0xc9, 0x67, 0x69, 0x05, 0x35, 0xaf, 0x89, 0x41, 0x78, 0x37, 0x45, 0x6f, 0x58, 0xae, 0x60, 0x65, 0x4d, 0xa4, 0xc6, 0x9c, 0x1d, 0xae, 0x9d, 0x70, 0xb2, 0xe4, 0xf7, 0x0e, 0x22, 0x89, 0xb5, 0xa5, 0x38, 0xb9, 0x2b, 0xe9, 0xe2, 0x05, 0x7e, 0xbe, 0x53, 0x99, 0x50, 0x59, 0x63, 0x7b, 0xa8, 0x88, 0xbb, 0x89, 0xa5, 0xaa, 0x1f, 0xd6, 0xf3, 0xa9, 0x16, 0x77, 0x40, 0x1e, 0xb6, 0xc6, 0xef, 0xca, 0xe2, 0x74, 0xc9, 0xab, 0xca, 0xb5, 0xae, 0x8f, 0xcb, 0x8f, 0x1e, 0xe0, 0xed, 0xca, 0xaa, 0xc9, 0xe7, 0xd4, 0x55, 0x2e, 0x18, 0xde, 0x40, 0x94, 0x66, 0x0b, 0x96, 0x92, 0x52, 0x67, 0xd2, 0xca, 0xc9, 0x19, 0xfb, 0xaa, 0xe0, 0x15, 0x57, 0xc9, 0xb5, 0x3c, 0x14, 0xfa, 0xf1, 0x06, 0x6a, 0x63, 0x98, 0xd6, 0x0f, 0x04, 0x0f, 0xe0, 0x9d, 0xc7, 0x89, 0x93, 0x9e, 0xae, 0x69, 0xdf, 0x64, 0xa8, 0x80, 0x03, 0x9a, 0xbd, 0xd9, 0x2a, 0xb3, 0x01, 0xb1, 0x95, 0x50, 0xf1, 0x8c, 0x7a, 0x87, 0x62, 0xf0, 0xf0, 0x87, 0xa7, 0xd0, 0xf9, 0xb0, 0x2b, 0x53, 0xfc, 0xd6, 0xef, 0xf6, 0xe3, 0x84, 0xbb, 0x9d, 0xab, 0x47, 0x65, 0x87, 0x0a, 0x88, 0x71, 0x75, 0x5f, 0xd8, 0x13, 0x7b, 0x75, 0x5a, 0xdc, 0xa9, 0x57, 0xd8, 0x75, 0xd5, 0x80, 0x42, 0x27, 0xf8, 0x1a, 0x7a, 0x50, 0xda, 0xc8, 0x62, 0x97, 0x28, 0x87, 0x85, 0xcb, 0xa4, 0xa6, 0x42, 0x5f, 0x3a, 0xc2, 0xd6, 0xee, 0x88, 0x9c, 0x27, 0xf3, 0xcf, 0x88, 0x6c, 0x60, 0x14, 0x18, 0xc2, 0x56, 0xae, 0xcf, 0x6b, 0x78, 0x5e, 0x81, 0x66, 0x7a, 0x13, 0x14, 0x17, 0xb9, 0xec, 0x1b, 0xaf, 0x5c, 0x8b, 0x58 } }; static const struct cckprng_op_generate op_init_681 = { .hd = { .id = 644, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0x01, 0x11, 0xc1, 0xfe, 0x53, 0xfc, 0x06, 0x36, 0x6b, 0x01, 0x9f, 0xd3, 0x1c, 0xb3, 0xe4, 0xff, 0x00, 0x73, 0xb1, 0x6b, 0x9c, 0x53, 0x8d, 0x02, 0x79, 0x4c, 0x83, 0x1e, 0x57, 0x2f, 0x03, 0xa4, 0xf8, 0xde, 0x3f, 0x11, 0xb3, 0x75, 0x57, 0x54, 0xc7, 0x0e, 0x1f, 0xdc, 0x45, 0xb7, 0x9d, 0xf6, 0xdd, 0xb1, 0x1f, 0x92, 0xeb, 0x8f, 0x91, 0x31, 0xd0, 0xc2, 0x64, 0x88, 0x2f, 0x5a, 0xf3, 0x4c, 0x53, 0xbb, 0x83, 0x70, 0x0f, 0xf5, 0x87, 0xf9, 0x02, 0xca, 0x5d, 0x0f, 0x7a, 0xf3, 0xe8, 0xc3, 0x7d, 0x93, 0x99, 0x10, 0x09, 0x5c, 0x06, 0x7a, 0x91, 0xf3, 0x22, 0xeb, 0xff, 0xea, 0x6b, 0xff, 0x8b, 0x00, 0xf0, 0xfd, 0xab, 0xe4, 0x8e, 0x8e, 0xfe, 0x0e, 0x7b, 0xa6, 0x67, 0x57, 0x6f, 0x2e, 0x98, 0x34, 0xd5, 0x20, 0x29, 0x43, 0xbe, 0x99, 0x9d, 0xaa, 0x1f, 0x0d, 0x3f, 0x86, 0x9a, 0xd0, 0x07, 0x0d, 0xd9, 0x32, 0xe2, 0x5d, 0x48, 0x1a, 0x79, 0x32, 0xbb, 0xc5, 0x63, 0x0e, 0x25, 0xe4, 0x7b, 0xd6, 0x94, 0x05, 0x9b, 0x6b, 0x74, 0x6f, 0x0f, 0x99, 0x67, 0x8f, 0xa7, 0x99, 0xfe, 0xee, 0x5d, 0x42, 0x67, 0x2d, 0x8d, 0xdb, 0x14, 0xc7, 0xb7, 0x6a, 0xe1, 0x0d, 0xcf, 0xc6, 0xc4, 0xd8, 0x3f, 0x91, 0xa4, 0xa5, 0x3e, 0x37, 0x93, 0x34, 0xb6, 0xf5, 0xb3, 0xfe, 0x17, 0xd3, 0x02, 0x42, 0xb5, 0x53, 0x5b, 0xe6, 0x1e, 0xa2, 0x29, 0x79, 0xea, 0xa5, 0x0e, 0x15, 0x45, 0x02, 0x75, 0xb9, 0xcd, 0x84, 0xc7, 0x78, 0xe1, 0x25, 0x82, 0x98, 0x16, 0x90, 0xde, 0x0c, 0x14, 0x96, 0xf8, 0x6f, 0x47, 0xc7, 0xea, 0xdf, 0xc3, 0x9c, 0x09, 0xfb, 0x70, 0x10, 0xeb, 0x70, 0x5e, 0xee, 0x12, 0x82, 0x58, 0x48, 0xdd } } }; static const struct cckprng_op_refresh op_refresh_682 = { .hd = { .id = 645, .kind = OP_REFRESH }, .rand = 4692732947058122736ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_683[] = { (const struct cckprng_op *)&op_init_667, (const struct cckprng_op *)&op_refresh_668, (const struct cckprng_op *)&op_init_669, (const struct cckprng_op *)&op_reseed_670, (const struct cckprng_op *)&op_init_671, (const struct cckprng_op *)&op_reseed_672, (const struct cckprng_op *)&op_init_673, (const struct cckprng_op *)&op_init_674, (const struct cckprng_op *)&op_reseed_675, (const struct cckprng_op *)&op_reseed_676, (const struct cckprng_op *)&op_init_677, (const struct cckprng_op *)&op_refresh_678, (const struct cckprng_op *)&op_refresh_679, (const struct cckprng_op *)&op_reseed_680, (const struct cckprng_op *)&op_init_681, (const struct cckprng_op *)&op_refresh_682 }; static const struct cckprng_vector vec_684 = { .id = 646, .note = NULL, .nops = 16, .ops = ops_683 }; static const struct cckprng_op_init op_init_685 = { .hd = { .id = 647, .kind = OP_INIT }, .seed = { 0x70, 0x9b, 0x7a, 0xdb, 0x02, 0x4e, 0xc8, 0x51, 0xc2, 0xde, 0xa0, 0x34, 0x75, 0x0f, 0x5b, 0xc8, 0x30, 0x2a, 0x96, 0x64, 0xc4, 0x32, 0xd0, 0x48, 0x0b, 0xca, 0x57, 0x38, 0xa8, 0xe0, 0xe0, 0x18 }, .nonce = { 0x99, 0x31, 0x7d, 0xc2, 0xe8, 0xcc, 0x60, 0x66 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_686 = { .hd = { .id = 648, .kind = OP_RESEED }, .nonce = 13149118140410100278ULL, .seed_nbytes = 75, .seed = { 0x63, 0xdf, 0xe5, 0xff, 0xc5, 0xa4, 0x64, 0x20, 0x78, 0xac, 0x06, 0x5a, 0x60, 0x05, 0x28, 0x56, 0xa8, 0xc6, 0x41, 0x57, 0xdd, 0x6c, 0xa7, 0x17, 0xd0, 0xb7, 0x20, 0xcc, 0x93, 0xe5, 0x8a, 0xda, 0xbc, 0xa1, 0x64, 0x34, 0xcb, 0x0a, 0x41, 0x26, 0x67, 0xb7, 0xf6, 0x89, 0xbb, 0xe1, 0xb8, 0x8d, 0x40, 0x52, 0xe6, 0x03, 0xc0, 0xf4, 0xcf, 0xbb, 0xcb, 0x7d, 0xbf, 0xe9, 0x89, 0x06, 0x7a, 0x1a, 0x94, 0xfa, 0x59, 0xbf, 0xa6, 0x2c, 0x36, 0x8e, 0xa5, 0x54, 0xab } }; static const struct cckprng_op_reseed op_reseed_687 = { .hd = { .id = 649, .kind = OP_RESEED }, .nonce = 12548490459040619039ULL, .seed_nbytes = 59, .seed = { 0x93, 0x0a, 0x0a, 0x4a, 0xae, 0x50, 0x07, 0xab, 0x6a, 0x6d, 0x70, 0xf7, 0xd9, 0x8f, 0x28, 0x2d, 0x9e, 0xc7, 0xcf, 0x35, 0x0a, 0xcb, 0xa8, 0x9e, 0x7d, 0x90, 0xd8, 0x7c, 0xa7, 0xfd, 0x34, 0x4e, 0xb0, 0x7e, 0x3d, 0x16, 0xc2, 0xbd, 0x67, 0x24, 0x32, 0x52, 0x14, 0x84, 0xf1, 0xa1, 0x15, 0x3d, 0x9e, 0x70, 0x99, 0x09, 0x69, 0xed, 0x2e, 0x10, 0x6a, 0x9f, 0x8d } }; static const struct cckprng_op_generate op_init_688 = { .hd = { .id = 650, .kind = OP_GENERATE }, .rand_nbytes = 86, .out = { .rand = { 0x13, 0xa1, 0x6e, 0x82, 0xe1, 0x38, 0x42, 0xed, 0xc0, 0x83, 0xae, 0x06, 0x9e, 0xab, 0x6f, 0x27, 0x44, 0x87, 0x6c, 0xf0, 0x8b, 0x12, 0xf4, 0x28, 0xf7, 0x60, 0xfb, 0xb2, 0x04, 0xc2, 0xa3, 0x09, 0x64, 0x26, 0x90, 0xf4, 0xac, 0xe5, 0x35, 0x3c, 0x02, 0xfe, 0xab, 0x99, 0x42, 0xef, 0xed, 0x3c, 0xa3, 0x79, 0x67, 0x41, 0x70, 0x61, 0x0d, 0x5f, 0xc4, 0x26, 0x0b, 0x65, 0x8f, 0xbb, 0x8f, 0x3f, 0x40, 0xa3, 0x02, 0x96, 0xad, 0x82, 0xd6, 0x84, 0x73, 0xc2, 0x11, 0xef, 0xff, 0x07, 0xd9, 0xd3, 0x50, 0x1f, 0x81, 0xba, 0x41, 0x1d } } }; static const struct cckprng_op_refresh op_refresh_689 = { .hd = { .id = 651, .kind = OP_REFRESH }, .rand = 12612958231092038176ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_690 = { .hd = { .id = 652, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0xc7, 0x0e, 0xd3, 0x68, 0x22, 0x38, 0x72, 0x24, 0x32, 0x08, 0x23, 0xd3, 0xdb, 0x0f, 0x22, 0x27, 0xa0, 0xe5, 0x21, 0x92, 0x61, 0x97, 0x1f, 0x72, 0x5f, 0x48, 0x84, 0x82, 0x44, 0x43, 0xa8, 0x37, 0x06, 0x43, 0xc1, 0x8e, 0x8e, 0x4e, 0xb6, 0x40, 0x4b, 0x37, 0x33, 0x95, 0x85, 0x92, 0x7f, 0xde, 0xa9, 0x95, 0xd9, 0xa1, 0x6b, 0x48, 0xa8, 0xa7, 0x34, 0xa7, 0xe6, 0x68, 0x7f, 0x32, 0xda, 0x25, 0xe8, 0xbd, 0x55, 0xf8, 0x87, 0x89, 0xad, 0xed, 0x5a, 0x04, 0x25, 0xfc, 0x90, 0xe0, 0x0d, 0xf3, 0xad, 0x3b, 0x66, 0x5e, 0x31, 0x0b, 0x0c, 0xdc, 0x7e, 0xac, 0x55, 0x46, 0x90, 0xa7, 0x37, 0x19, 0x1e, 0xa1, 0x47, 0xa5, 0x23, 0x8a, 0x93, 0x5f, 0x20, 0xf6, 0xcb, 0x05, 0x66, 0x39, 0x9a, 0xb8, 0xe2, 0x90, 0x2a, 0xad, 0x32, 0x16, 0xc8, 0x6c, 0x43, 0x60, 0x9d, 0x01, 0x58, 0x3a, 0x2a, 0x01, 0x54, 0x5b, 0xb4, 0x18, 0x67, 0xcd, 0x04, 0x80, 0x4e, 0x83, 0x9c, 0x9c, 0xa8, 0x84, 0xc6, 0x61, 0x4c, 0xa5, 0x79, 0x7e, 0x98, 0x74, 0xb4, 0x74, 0xa1, 0xfe, 0xc7, 0x35, 0x23, 0xca, 0xdc, 0x86, 0x0b, 0x2b, 0x03, 0x99, 0x0c, 0x44, 0x66, 0xaf, 0xfc, 0x2f, 0x4c, 0xb4, 0xea, 0xa2, 0x63, 0x0f, 0x65, 0x37, 0xac, 0x6c, 0x9c, 0x6d, 0x61, 0x19, 0x1f, 0x88, 0x57, 0x9d, 0x87, 0x2e, 0xa2, 0xc3, 0xcb, 0x6f, 0xa7, 0x96, 0x17, 0xaf, 0xc5, 0xfe, 0x3c, 0xbd, 0xf9, 0x0c, 0xac, 0x18, 0xdf, 0xf7, 0x28, 0xd2, 0x19, 0xed, 0x51, 0x47, 0xaf, 0x97, 0x2a, 0xc1, 0x27, 0xe3, 0x03, 0x4e, 0xbf, 0xb8, 0xfa, 0x65, 0x8d, 0xea, 0x94, 0x88, 0xd0, 0xe3, 0x35, 0x8a, 0x3f, 0x43, 0xc8, 0xc3, 0x15, 0x36, 0x41, 0xcc, 0xe3, 0x50, 0xb2, 0xc1, 0x8c, 0xd5 } } }; static const struct cckprng_op_refresh op_refresh_691 = { .hd = { .id = 653, .kind = OP_REFRESH }, .rand = 13838419059237461069ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_692 = { .hd = { .id = 654, .kind = OP_RESEED }, .nonce = 10457275691958903028ULL, .seed_nbytes = 177, .seed = { 0x7a, 0x77, 0xb6, 0xb2, 0x59, 0x17, 0x19, 0x8c, 0x12, 0x91, 0x4f, 0x93, 0xe2, 0xe0, 0xc6, 0xfb, 0x48, 0xee, 0x9d, 0x2b, 0xb6, 0x65, 0xab, 0x9a, 0x69, 0xfb, 0x38, 0xb0, 0x16, 0x1c, 0x88, 0xba, 0xb0, 0x8d, 0xd9, 0xfb, 0x9a, 0x59, 0xc7, 0x6a, 0x36, 0x94, 0xb0, 0x3d, 0xf1, 0x78, 0xdf, 0x5c, 0xe5, 0xc5, 0x96, 0x6d, 0x43, 0x87, 0xf1, 0xf9, 0x55, 0x93, 0x02, 0x00, 0xd8, 0xc7, 0xc5, 0xe1, 0xe2, 0xf5, 0x27, 0x0d, 0xed, 0xf6, 0x69, 0x24, 0xa6, 0x9b, 0x2f, 0xbc, 0xeb, 0x5c, 0x47, 0xba, 0xbe, 0xba, 0x67, 0xb6, 0xa1, 0x21, 0x4f, 0x8b, 0x77, 0x91, 0x61, 0x66, 0x18, 0x9b, 0x08, 0x05, 0x64, 0x7a, 0xfc, 0xd0, 0x5d, 0x2b, 0x97, 0xca, 0x17, 0xd2, 0x10, 0x25, 0x0b, 0xa6, 0xd6, 0x67, 0x8d, 0xcf, 0x5e, 0xae, 0x29, 0x94, 0xae, 0x24, 0x1f, 0x33, 0xc5, 0xd8, 0x1f, 0x55, 0x57, 0x3f, 0xac, 0x70, 0xfa, 0x0e, 0xfc, 0x38, 0xe5, 0x44, 0x1b, 0xa8, 0x75, 0xb3, 0x06, 0x6b, 0x93, 0xfb, 0x9b, 0x67, 0x78, 0x4e, 0x65, 0x1d, 0x6b, 0x73, 0x44, 0xbb, 0xe3, 0xb9, 0xd2, 0xa4, 0x36, 0xf3, 0x9a, 0x30, 0x37, 0x53, 0xf0, 0x89, 0x60, 0x37, 0xc4, 0xc5, 0xb7, 0x7d, 0xe8, 0xd9, 0x4f, 0x0b, 0x02 } }; static const struct cckprng_op_refresh op_refresh_693 = { .hd = { .id = 655, .kind = OP_REFRESH }, .rand = 10055117552780508178ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_694 = { .hd = { .id = 656, .kind = OP_REFRESH }, .rand = 11554982279748579761ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_695 = { .hd = { .id = 657, .kind = OP_GENERATE }, .rand_nbytes = 107, .out = { .rand = { 0x09, 0x6d, 0x8c, 0x92, 0xd9, 0x47, 0xc0, 0xcf, 0x7b, 0xe8, 0x34, 0x7c, 0x46, 0x26, 0x5a, 0xdb, 0x59, 0xfa, 0x9c, 0xfe, 0x06, 0xdc, 0x4d, 0x3a, 0x76, 0x08, 0x84, 0x18, 0xae, 0xc1, 0x28, 0xb1, 0x79, 0x91, 0x2d, 0x5d, 0x59, 0x66, 0x7d, 0xce, 0x95, 0xa9, 0x25, 0x11, 0x96, 0x3a, 0xf0, 0x55, 0xa4, 0x30, 0x5a, 0x8d, 0xfe, 0x70, 0x08, 0x94, 0xf9, 0x5a, 0xb0, 0x4f, 0x71, 0x47, 0x0b, 0xfc, 0x34, 0x01, 0x1d, 0x65, 0x16, 0xc3, 0xfa, 0x6e, 0xc7, 0x30, 0x9b, 0x93, 0xd9, 0x88, 0x7e, 0x23, 0xe7, 0xb3, 0xd9, 0xd1, 0x8f, 0x81, 0xf7, 0x57, 0x21, 0xe3, 0xc9, 0x11, 0x01, 0x12, 0xc4, 0xa4, 0x5a, 0xab, 0x9f, 0xdb, 0x58, 0xc8, 0x14, 0x84, 0x31, 0xfe, 0xd8 } } }; static const struct cckprng_op_generate op_init_696 = { .hd = { .id = 658, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0xf2, 0x97, 0x83, 0x86, 0x33, 0xe5, 0xb9, 0xf7, 0x5e, 0xd4, 0xc3, 0xf1 } } }; static const struct cckprng_op_generate op_init_697 = { .hd = { .id = 659, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0x8b, 0x56, 0x49, 0xbe, 0x17, 0xe1, 0x4d, 0x41, 0x91, 0x44, 0xf4, 0xd2, 0xa6, 0xf1, 0xa9, 0x15, 0xd9, 0xd9, 0x65, 0xb6, 0xe3, 0xe5, 0x2f, 0x7b, 0xff, 0x13, 0x95, 0xff, 0x50, 0x75, 0x2b, 0x62, 0xc7, 0x32, 0xee, 0xcc, 0x12, 0x68, 0x5d, 0xab, 0x3e, 0xaf, 0x18, 0x46, 0xd8, 0xa0, 0x94, 0x8f, 0x03, 0x35, 0x1f, 0x58, 0x67, 0x86, 0xd4, 0x70, 0x55, 0xa9, 0xd2, 0xd8, 0x9b, 0xd4, 0xf9, 0xf6, 0xbe, 0x31, 0xf2, 0xd0, 0x23, 0x79, 0xd1, 0xef, 0x59, 0x8d, 0x1a, 0xf0, 0x31, 0x6e, 0xf2, 0x4e, 0x6c, 0xfa, 0x17, 0xf7, 0x50, 0xf4, 0x82 } } }; static const struct cckprng_op_reseed op_reseed_698 = { .hd = { .id = 660, .kind = OP_RESEED }, .nonce = 10484383226981857902ULL, .seed_nbytes = 108, .seed = { 0xf0, 0x33, 0xcc, 0x88, 0x85, 0xed, 0xea, 0x93, 0x89, 0x9c, 0x41, 0xe0, 0x33, 0x4f, 0x4c, 0x54, 0x11, 0xa1, 0x53, 0x4c, 0xac, 0xc7, 0x01, 0xbe, 0xdc, 0x6a, 0x1d, 0x65, 0x65, 0x59, 0x2a, 0x30, 0x84, 0xcb, 0x4c, 0xdb, 0x1e, 0x9a, 0x9c, 0x91, 0xa4, 0xe2, 0xfb, 0x4b, 0x02, 0xf9, 0x90, 0xbc, 0x40, 0xcc, 0xea, 0x13, 0x2d, 0x83, 0x01, 0x01, 0x2c, 0xf3, 0xb8, 0x92, 0x65, 0x47, 0x2f, 0x73, 0x45, 0x55, 0xd9, 0x22, 0x93, 0x65, 0x7e, 0x6a, 0xbd, 0xa7, 0x2a, 0x5b, 0xef, 0xfc, 0xc6, 0xe6, 0xf7, 0xac, 0x2c, 0xe5, 0x70, 0xd7, 0xb7, 0xf3, 0x42, 0x7e, 0x48, 0x6f, 0xf4, 0x4e, 0x31, 0x40, 0x33, 0xf3, 0x94, 0xa7, 0xba, 0x70, 0x80, 0x71, 0x0e, 0x3f, 0x08, 0x8e } }; static const struct cckprng_op_refresh op_refresh_699 = { .hd = { .id = 661, .kind = OP_REFRESH }, .rand = 9957301634786771850ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_700 = { .hd = { .id = 662, .kind = OP_REFRESH }, .rand = 2138055252359106521ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_701[] = { (const struct cckprng_op *)&op_init_685, (const struct cckprng_op *)&op_reseed_686, (const struct cckprng_op *)&op_reseed_687, (const struct cckprng_op *)&op_init_688, (const struct cckprng_op *)&op_refresh_689, (const struct cckprng_op *)&op_init_690, (const struct cckprng_op *)&op_refresh_691, (const struct cckprng_op *)&op_reseed_692, (const struct cckprng_op *)&op_refresh_693, (const struct cckprng_op *)&op_refresh_694, (const struct cckprng_op *)&op_init_695, (const struct cckprng_op *)&op_init_696, (const struct cckprng_op *)&op_init_697, (const struct cckprng_op *)&op_reseed_698, (const struct cckprng_op *)&op_refresh_699, (const struct cckprng_op *)&op_refresh_700 }; static const struct cckprng_vector vec_702 = { .id = 663, .note = NULL, .nops = 16, .ops = ops_701 }; static const struct cckprng_op_init op_init_703 = { .hd = { .id = 664, .kind = OP_INIT }, .seed = { 0xd7, 0x7d, 0x60, 0x36, 0xfb, 0xc6, 0xa3, 0x8a, 0xdd, 0xf3, 0x99, 0x98, 0xeb, 0xf6, 0xa1, 0xa5, 0x5d, 0xef, 0x78, 0xf1, 0x43, 0x75, 0x7e, 0xc4, 0x07, 0xca, 0x25, 0x90, 0x1a, 0x0b, 0x84, 0x85 }, .nonce = { 0xfb, 0x1d, 0x00, 0xca, 0x13, 0xf2, 0x49, 0x7c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_704 = { .hd = { .id = 665, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0x4d, 0x47, 0xc4, 0x9b, 0xe0, 0x47, 0x2c, 0xbc, 0x05, 0x0c, 0xa7, 0xc0, 0xb5, 0xa3, 0x8d, 0x0a, 0x8a, 0x37, 0xc4, 0xed, 0xf7, 0x51, 0xac, 0x2b, 0xb1, 0xf8, 0x9f, 0xd3, 0x5b, 0xb3, 0x3d, 0xe1, 0x87, 0xaa, 0x29, 0x77, 0x19, 0xb7, 0xb7, 0xe9, 0x76, 0x36, 0x07, 0x91, 0xad, 0x14, 0xb6, 0x67, 0xee, 0x88, 0xc1, 0xdb, 0xe8, 0xfa, 0x96, 0x90, 0xe3, 0x57, 0xa4, 0x7b, 0xe1, 0x1a, 0x89, 0xa8, 0xc4, 0xeb, 0x3a } } }; static const struct cckprng_op_generate op_init_705 = { .hd = { .id = 666, .kind = OP_GENERATE }, .rand_nbytes = 235, .out = { .rand = { 0x42, 0x72, 0xb6, 0x1c, 0xdc, 0x9f, 0x05, 0xa1, 0xc2, 0x12, 0x4d, 0x2f, 0xe3, 0x38, 0xb3, 0x0a, 0x56, 0xf0, 0xf7, 0xcc, 0x25, 0x83, 0xb7, 0x5b, 0xe8, 0x9e, 0x58, 0x98, 0xdf, 0x3b, 0x5b, 0xb8, 0x02, 0xae, 0xf7, 0x96, 0xb9, 0x09, 0xac, 0xf6, 0x4c, 0x4a, 0x05, 0x8b, 0xee, 0xbf, 0xe6, 0x25, 0x80, 0xbc, 0xa3, 0xe5, 0x1a, 0x6b, 0x9a, 0x8f, 0xb7, 0x99, 0xba, 0xd3, 0xc9, 0x47, 0xcf, 0x20, 0x2a, 0x2b, 0x96, 0x5b, 0xa3, 0x60, 0x85, 0x89, 0x84, 0xcd, 0xf3, 0x56, 0x11, 0x75, 0xd0, 0xde, 0xe0, 0x6c, 0x93, 0xff, 0xc4, 0x2a, 0xe8, 0xaa, 0xb2, 0x0a, 0x30, 0xc0, 0x61, 0x01, 0x58, 0xe6, 0xe4, 0xa8, 0xc9, 0xe3, 0xa0, 0x4f, 0xc4, 0x77, 0xd2, 0xd0, 0x0c, 0x8f, 0x52, 0x4b, 0x40, 0x0f, 0x18, 0x60, 0xfb, 0xd0, 0x27, 0x94, 0xdc, 0x26, 0x7a, 0xc5, 0xf3, 0xb0, 0x1d, 0xbe, 0x1c, 0x14, 0x1e, 0x14, 0xbf, 0x91, 0x04, 0x55, 0xe7, 0x65, 0xfb, 0xaf, 0xb1, 0x26, 0xa1, 0x95, 0x7f, 0x16, 0xff, 0xb7, 0xba, 0xde, 0x15, 0x0d, 0x88, 0xd8, 0x7b, 0xd0, 0x18, 0x83, 0x33, 0xc7, 0x13, 0xd4, 0x69, 0x7e, 0x00, 0x5e, 0xfa, 0x09, 0xbc, 0x96, 0x79, 0x17, 0xdd, 0x6f, 0xa3, 0xcf, 0xe1, 0x4a, 0x2f, 0xf1, 0x47, 0xd1, 0x3f, 0x9c, 0x10, 0x04, 0x6b, 0x4c, 0x93, 0x03, 0xfd, 0xbd, 0xff, 0x5b, 0xeb, 0x1a, 0x9d, 0x24, 0x08, 0x72, 0xca, 0xde, 0xed, 0x25, 0x8f, 0x83, 0x50, 0xa2, 0x00, 0xc9, 0xaf, 0x1f, 0x92, 0xad, 0x91, 0xbb, 0xcc, 0xe9, 0x48, 0xb7, 0x30, 0x12, 0x67, 0x37, 0xfd, 0x1c, 0xcb, 0x4d, 0xb6, 0x2d, 0x12, 0x54, 0xe2, 0x42, 0x5e, 0x36, 0x31 } } }; static const struct cckprng_op_reseed op_reseed_706 = { .hd = { .id = 667, .kind = OP_RESEED }, .nonce = 12839154662203960123ULL, .seed_nbytes = 120, .seed = { 0xc3, 0xb9, 0x9d, 0x09, 0x2b, 0x03, 0x27, 0xd9, 0x8b, 0x8b, 0x21, 0x9b, 0x34, 0xc5, 0xe1, 0x38, 0xdc, 0x64, 0x70, 0xa4, 0x83, 0x98, 0xa3, 0x77, 0xbb, 0xa6, 0x49, 0xdc, 0xbf, 0x1b, 0x66, 0xc2, 0xe2, 0x83, 0xf8, 0x57, 0xa4, 0x91, 0x6d, 0x8b, 0xe9, 0xfb, 0x96, 0xc0, 0xc7, 0x96, 0xe7, 0x4e, 0x49, 0x97, 0xba, 0x45, 0x28, 0x3f, 0xed, 0x62, 0xf2, 0x75, 0x9a, 0x10, 0xfb, 0x2d, 0x6f, 0xbb, 0xe2, 0x67, 0x50, 0x7b, 0x99, 0x30, 0x19, 0xca, 0xd4, 0x8c, 0x07, 0xb6, 0xd5, 0xf7, 0xae, 0xb9, 0x2a, 0xc0, 0xcd, 0x35, 0x6c, 0xc2, 0xb2, 0x04, 0xec, 0xa2, 0xdb, 0x27, 0x93, 0x46, 0x84, 0x60, 0x6e, 0xe7, 0xbf, 0x3a, 0x64, 0xf5, 0x1d, 0xec, 0x32, 0x04, 0x2e, 0x8a, 0x70, 0x42, 0x37, 0x74, 0x29, 0xd5, 0xcb, 0x20, 0xf0, 0x0a, 0x2b, 0x39 } }; static const struct cckprng_op_refresh op_refresh_707 = { .hd = { .id = 668, .kind = OP_REFRESH }, .rand = 5272361194576907331ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_708 = { .hd = { .id = 669, .kind = OP_RESEED }, .nonce = 13644138018020007057ULL, .seed_nbytes = 181, .seed = { 0xad, 0x44, 0x2b, 0x33, 0x94, 0xca, 0x66, 0x65, 0x3b, 0xe1, 0x99, 0x5a, 0x30, 0x35, 0x95, 0x02, 0xbb, 0xb2, 0x69, 0x2a, 0x17, 0x10, 0xa1, 0x04, 0x72, 0xb7, 0xc8, 0xa0, 0xb8, 0xd5, 0x3c, 0x31, 0x70, 0x36, 0x08, 0xa7, 0x42, 0x2b, 0x6d, 0xb7, 0x8a, 0xec, 0xc3, 0xdf, 0x9f, 0x03, 0x9c, 0x90, 0xc1, 0x8c, 0xef, 0x8a, 0x7f, 0xf8, 0xef, 0xa3, 0xd9, 0x0c, 0xe3, 0xf9, 0x6d, 0x6e, 0x03, 0xf4, 0x89, 0x7a, 0xab, 0x43, 0xa9, 0x5e, 0x28, 0x92, 0xd4, 0x1f, 0x01, 0x4a, 0x4d, 0x5e, 0x6f, 0x9e, 0x49, 0xd4, 0x1d, 0xf5, 0x23, 0x97, 0x30, 0x0b, 0xd0, 0xd6, 0xa0, 0x25, 0x12, 0x41, 0xb1, 0x2d, 0xfd, 0x23, 0x8a, 0x7d, 0xb4, 0x29, 0xfd, 0x35, 0xad, 0x4c, 0xa9, 0x8f, 0x93, 0xc2, 0x4b, 0xc7, 0x26, 0xa5, 0xaa, 0x78, 0x32, 0x7b, 0x47, 0x99, 0x97, 0xb1, 0xe9, 0x91, 0x6d, 0x58, 0x71, 0x1e, 0xc9, 0x31, 0x59, 0xa9, 0xf3, 0x5e, 0x31, 0x9f, 0xf6, 0xb7, 0x6e, 0x27, 0xa7, 0x4b, 0xe0, 0xb8, 0x45, 0x41, 0x62, 0x95, 0xf9, 0xe6, 0xe5, 0x6c, 0xcb, 0x28, 0x5c, 0x40, 0xd5, 0xde, 0x4a, 0xe0, 0x37, 0xfc, 0xbb, 0xf3, 0x01, 0xe4, 0x45, 0x2d, 0xf1, 0x7f, 0xd3, 0x82, 0x4a, 0xee, 0x3a, 0x19, 0x0c, 0xb4, 0x37, 0x36, 0x64 } }; static const struct cckprng_op_generate op_init_709 = { .hd = { .id = 670, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0xe4, 0x52, 0x99, 0x1f, 0xb9, 0x9f, 0xca, 0xc3, 0x28, 0x59, 0xc1, 0xd8, 0x5e, 0x88, 0x5f, 0x7a, 0xb3, 0xaf, 0x5e, 0x3b, 0x3e, 0x38, 0xb3, 0xc2, 0xd4, 0x38, 0x46, 0x95, 0x74, 0x57, 0xfc, 0x6d, 0xf5, 0x95, 0x6a, 0xa1, 0xff, 0x51, 0x6b, 0xac, 0x20, 0x48, 0x93, 0x2b, 0x41, 0x1f, 0x4b, 0xfa, 0x15, 0x69, 0xed, 0xdc, 0xd6, 0x43, 0x65, 0xa9, 0x0d, 0x43, 0x3b, 0xd2, 0x1a, 0x9e, 0xa5, 0xd2, 0xd4, 0x41, 0x1c, 0x2e, 0xa0, 0x37, 0x70, 0xde } } }; static const struct cckprng_op_refresh op_refresh_710 = { .hd = { .id = 671, .kind = OP_REFRESH }, .rand = 14868754187407899960ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_711 = { .hd = { .id = 672, .kind = OP_RESEED }, .nonce = 12678980282983218029ULL, .seed_nbytes = 37, .seed = { 0x7f, 0x16, 0xa1, 0x94, 0x13, 0xb6, 0x14, 0x51, 0x09, 0x41, 0xa5, 0x7d, 0x81, 0x2f, 0xaa, 0x4e, 0xca, 0xab, 0x3c, 0x0c, 0xd5, 0x02, 0x7b, 0x47, 0x2d, 0x63, 0xac, 0x9e, 0xe5, 0x8e, 0xfc, 0x53, 0xa3, 0x61, 0xec, 0x85, 0xa0 } }; static const struct cckprng_op_generate op_init_712 = { .hd = { .id = 673, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0xe0, 0x73, 0x51, 0x12, 0xf9, 0xb2, 0x2d, 0xaa, 0x1b, 0x55, 0x92, 0x4d, 0x1d, 0x8b, 0xbf, 0x82, 0x4a, 0x71, 0x2e, 0x5a, 0x10, 0x7f, 0x8c, 0xec, 0x8d, 0x6f, 0x8f, 0x72, 0x95, 0xe4, 0x7d, 0xf6, 0x9e, 0xa3, 0xcb, 0xaa, 0x47, 0xa5, 0x25, 0x9c, 0xbf, 0xc8, 0x20, 0x11, 0x9f, 0x97, 0x1e, 0x2a, 0x4b, 0x4c, 0x6a, 0x10, 0xd4, 0x77, 0x83, 0x76, 0x74, 0x6e, 0x88, 0x66, 0x7e, 0x76, 0xe9, 0xc5, 0x61, 0xb6, 0x00, 0xfa, 0x54, 0x03, 0x8f, 0x63, 0x72, 0xb8, 0xd2, 0xb7, 0x99, 0x50, 0xf2, 0x9f, 0xa1, 0x8f, 0x2e, 0xf0, 0xda, 0x1d, 0x2c, 0xb7, 0x8f, 0x84, 0xa5, 0xef, 0xf0, 0x71, 0x09, 0x60, 0xb2, 0x23, 0xa7, 0x98, 0xb3, 0x72, 0xf6, 0x4e, 0xf7, 0xca, 0x02, 0x37, 0x0b, 0xf9, 0xc1, 0xbf, 0x4f, 0x61, 0x22, 0xb5, 0x88, 0x1e, 0x48, 0x02, 0xa4, 0x10, 0x1a, 0x40, 0xfb, 0x74, 0x94, 0x9f, 0x26, 0xd9, 0x51, 0xe5, 0xc9, 0xad, 0x85, 0x2a, 0x72, 0x30, 0xab, 0xca, 0x14, 0x70, 0x4a, 0xb7, 0x52, 0x6d, 0xf4, 0xdb, 0xa2, 0xb6, 0x4e, 0xbc, 0x2c, 0x0c, 0x27, 0x51, 0x92, 0xe5, 0x5d, 0x7b, 0x39, 0x31, 0x81, 0x46, 0x92, 0xe2, 0x56, 0xc7, 0x8b, 0x4d, 0xba, 0x5c, 0x05, 0xd3, 0xdd, 0xde, 0x7e, 0x2d, 0x39, 0x9e, 0x42, 0x29 } } }; static const struct cckprng_op_refresh op_refresh_713 = { .hd = { .id = 674, .kind = OP_REFRESH }, .rand = 5713081468353141208ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_714 = { .hd = { .id = 675, .kind = OP_RESEED }, .nonce = 16554823827472167038ULL, .seed_nbytes = 255, .seed = { 0x3f, 0xc4, 0x25, 0x57, 0x61, 0x8a, 0x61, 0xf0, 0xd0, 0x3a, 0xab, 0xe0, 0x3d, 0xe5, 0x5d, 0x6d, 0x60, 0x8d, 0x1d, 0xa5, 0x0e, 0x96, 0x7f, 0x99, 0x18, 0x1f, 0x7a, 0x05, 0x1d, 0x37, 0xf4, 0x72, 0x45, 0x2e, 0x89, 0xaa, 0xb9, 0xa3, 0x25, 0x27, 0xad, 0x4c, 0x75, 0x14, 0x95, 0x4c, 0x67, 0x10, 0xc8, 0xf5, 0x8d, 0x4a, 0x9b, 0x1c, 0x0c, 0xa0, 0xc2, 0x95, 0x43, 0x8b, 0xd0, 0x25, 0x84, 0x22, 0xd5, 0xdc, 0xd1, 0x0e, 0x63, 0x9c, 0x1a, 0x3b, 0x88, 0x08, 0x3b, 0xa6, 0x01, 0x39, 0x12, 0x15, 0xb0, 0xc8, 0x18, 0xa6, 0x59, 0x51, 0xba, 0x84, 0x71, 0x50, 0x7b, 0x58, 0xec, 0x92, 0xed, 0x8b, 0x93, 0xb1, 0x13, 0xa1, 0xfa, 0xea, 0x16, 0x5d, 0xad, 0x0f, 0x2e, 0xde, 0x8f, 0x6f, 0xaf, 0x60, 0xed, 0xcb, 0x86, 0x3c, 0x2a, 0x56, 0x98, 0x9d, 0x1b, 0x92, 0xca, 0x03, 0xd1, 0xd2, 0xc8, 0xa4, 0xb0, 0x4e, 0x12, 0x8c, 0x5d, 0xdd, 0x58, 0xbe, 0x6b, 0x15, 0x0f, 0xce, 0x55, 0x09, 0x05, 0x5a, 0x83, 0x80, 0x6e, 0x27, 0xca, 0x79, 0xaa, 0x30, 0xff, 0xaa, 0x5e, 0x0d, 0x3c, 0x3e, 0x9d, 0x60, 0x55, 0x77, 0xa5, 0xb3, 0x73, 0xa5, 0x01, 0xff, 0xb8, 0x31, 0x1a, 0x38, 0x10, 0x52, 0xe5, 0x67, 0x06, 0xcd, 0x22, 0x12, 0x26, 0x21, 0xce, 0x21, 0x3a, 0x82, 0x1a, 0x52, 0x4f, 0x4d, 0xfd, 0x13, 0x42, 0x01, 0xf4, 0xb3, 0xcd, 0x22, 0xd2, 0x11, 0xe4, 0x5a, 0xb4, 0x9c, 0xdd, 0x4d, 0xfb, 0xd6, 0x94, 0xc5, 0x7a, 0xc3, 0x85, 0x3d, 0xfd, 0x37, 0xf6, 0xbb, 0x3c, 0xc1, 0xfb, 0xc7, 0x48, 0x99, 0x3c, 0x33, 0xa6, 0x4f, 0x0c, 0xbe, 0x93, 0x14, 0xcf, 0xf1, 0x70, 0x3d, 0x2d, 0x5a, 0x33, 0xed, 0x2c, 0x0c, 0x06, 0x15, 0x53, 0x63, 0x32, 0x5d, 0xb0, 0xa5, 0x73, 0xf4, 0xae, 0xdf, 0x7e } }; static const struct cckprng_op_reseed op_reseed_715 = { .hd = { .id = 676, .kind = OP_RESEED }, .nonce = 2314661229414294942ULL, .seed_nbytes = 43, .seed = { 0xeb, 0xad, 0xe4, 0x33, 0xac, 0xb5, 0x98, 0x9e, 0xd1, 0x13, 0xb9, 0x33, 0xc6, 0x3e, 0x75, 0x43, 0x9a, 0x9a, 0x5b, 0xbe, 0x28, 0x4b, 0xe9, 0x64, 0xc5, 0x9b, 0x60, 0x2a, 0xa7, 0x80, 0x91, 0x6c, 0xf2, 0x06, 0xd1, 0x97, 0xdb, 0xde, 0xab, 0xf6, 0x0a, 0x17, 0x35 } }; static const struct cckprng_op_generate op_init_716 = { .hd = { .id = 677, .kind = OP_GENERATE }, .rand_nbytes = 56, .out = { .rand = { 0x69, 0xcb, 0x3d, 0x15, 0x47, 0x52, 0x09, 0x90, 0x32, 0xef, 0x3a, 0x9d, 0x91, 0x60, 0xb8, 0xd0, 0x05, 0xac, 0x16, 0xf5, 0x35, 0x58, 0x48, 0x31, 0xda, 0x3e, 0x76, 0xcf, 0xc2, 0x0e, 0xcc, 0xfe, 0x3a, 0x66, 0xf4, 0x4c, 0xd0, 0xbf, 0x0e, 0xb5, 0x38, 0xbb, 0x87, 0x9d, 0x8c, 0xba, 0xb6, 0xcf, 0x4a, 0x61, 0xce, 0xf5, 0x38, 0x2c, 0x15, 0xea } } }; static const struct cckprng_op_refresh op_refresh_717 = { .hd = { .id = 678, .kind = OP_REFRESH }, .rand = 2879644922258347126ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_718 = { .hd = { .id = 679, .kind = OP_RESEED }, .nonce = 15814496802942909799ULL, .seed_nbytes = 247, .seed = { 0x95, 0x87, 0x18, 0x22, 0x34, 0x05, 0x53, 0x9e, 0x1d, 0x1a, 0xab, 0x2b, 0xa9, 0x7e, 0x40, 0x70, 0x17, 0xdc, 0x20, 0x45, 0x90, 0x05, 0xb7, 0xb5, 0x0c, 0x3f, 0x14, 0xfe, 0xa1, 0xa0, 0xc1, 0xe2, 0x7c, 0x43, 0x14, 0x8a, 0x0b, 0x9e, 0xca, 0x92, 0x53, 0x4f, 0x26, 0x03, 0x5b, 0xd5, 0xc2, 0xf1, 0xc3, 0x30, 0x55, 0x79, 0xd3, 0x45, 0xe3, 0x69, 0x77, 0xb9, 0x8a, 0xf5, 0x3e, 0xf7, 0x50, 0xf8, 0x15, 0x6d, 0xf5, 0x26, 0xa4, 0xb5, 0x2e, 0x7a, 0x20, 0xdf, 0x98, 0xaa, 0x19, 0x0c, 0x89, 0x2a, 0xaf, 0xf1, 0x03, 0x74, 0xae, 0x9f, 0x87, 0x52, 0xf2, 0xf4, 0x35, 0xed, 0x1d, 0x8f, 0x74, 0xed, 0xf7, 0x70, 0x6a, 0x93, 0x8e, 0xc1, 0x92, 0xd1, 0xaa, 0x9a, 0xba, 0xe7, 0x13, 0x08, 0x07, 0x83, 0x76, 0x16, 0x09, 0x2f, 0x9e, 0xf6, 0x15, 0x97, 0xe3, 0x3b, 0x58, 0x32, 0x4e, 0xc2, 0x49, 0x51, 0x5c, 0xd6, 0x94, 0x1c, 0x81, 0x19, 0xdc, 0x80, 0x68, 0x12, 0x59, 0xce, 0xa7, 0x1f, 0xf1, 0x03, 0xfa, 0xd0, 0x59, 0x1c, 0x72, 0x47, 0xa5, 0x05, 0xcf, 0x86, 0xae, 0x3f, 0x04, 0xba, 0x2e, 0x5c, 0x22, 0x21, 0xc4, 0xcb, 0x36, 0x80, 0x29, 0x3a, 0xc0, 0x5e, 0xda, 0x6e, 0x68, 0x50, 0xc1, 0x5e, 0xd0, 0x44, 0xc5, 0xcb, 0x87, 0x8f, 0xc4, 0xf9, 0xbe, 0x80, 0x19, 0x32, 0x2b, 0x0b, 0xbb, 0x70, 0xa8, 0x53, 0x68, 0x4d, 0x72, 0xa9, 0xfa, 0x3a, 0x3d, 0xac, 0xff, 0x13, 0x93, 0x07, 0xd7, 0x9c, 0xfa, 0x33, 0x49, 0x9a, 0x91, 0xe3, 0xb6, 0xc5, 0xd5, 0xb7, 0xa1, 0x3b, 0x7c, 0x37, 0x95, 0x6e, 0x76, 0x4c, 0xeb, 0x81, 0x36, 0x07, 0xf0, 0x47, 0x47, 0xf1, 0xe9, 0xc8, 0x12, 0x64, 0xac, 0xdb, 0x38, 0x73, 0xf5, 0xfa, 0x7d, 0x83, 0xe3 } }; static const struct cckprng_op *ops_719[] = { (const struct cckprng_op *)&op_init_703, (const struct cckprng_op *)&op_init_704, (const struct cckprng_op *)&op_init_705, (const struct cckprng_op *)&op_reseed_706, (const struct cckprng_op *)&op_refresh_707, (const struct cckprng_op *)&op_reseed_708, (const struct cckprng_op *)&op_init_709, (const struct cckprng_op *)&op_refresh_710, (const struct cckprng_op *)&op_reseed_711, (const struct cckprng_op *)&op_init_712, (const struct cckprng_op *)&op_refresh_713, (const struct cckprng_op *)&op_reseed_714, (const struct cckprng_op *)&op_reseed_715, (const struct cckprng_op *)&op_init_716, (const struct cckprng_op *)&op_refresh_717, (const struct cckprng_op *)&op_reseed_718 }; static const struct cckprng_vector vec_720 = { .id = 680, .note = NULL, .nops = 16, .ops = ops_719 }; static const struct cckprng_op_init op_init_721 = { .hd = { .id = 681, .kind = OP_INIT }, .seed = { 0x1b, 0xc2, 0xed, 0xbe, 0xf5, 0x0b, 0xe3, 0xc6, 0x46, 0xb1, 0x80, 0x3f, 0xeb, 0x87, 0x32, 0x3f, 0xb6, 0x0c, 0x27, 0x6d, 0xcd, 0x29, 0xca, 0x39, 0x03, 0x85, 0x94, 0xf5, 0x65, 0x97, 0xe6, 0xb3 }, .nonce = { 0x54, 0xee, 0x4e, 0x29, 0xb9, 0x97, 0x34, 0xef }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_722 = { .hd = { .id = 682, .kind = OP_RESEED }, .nonce = 1466423635478498441ULL, .seed_nbytes = 86, .seed = { 0x6d, 0x12, 0xe8, 0xc6, 0x16, 0xf2, 0xb2, 0xb4, 0xb0, 0x04, 0xc3, 0x43, 0x1b, 0x88, 0x9f, 0x58, 0x81, 0x37, 0x03, 0xca, 0x0e, 0x9b, 0x15, 0xc0, 0x3e, 0xff, 0x78, 0xce, 0x8c, 0x5a, 0x99, 0x53, 0x51, 0x65, 0x21, 0x56, 0x9c, 0x93, 0x9c, 0xa9, 0x30, 0xc9, 0x91, 0xea, 0xbf, 0x07, 0xfd, 0xdd, 0xa9, 0xf3, 0x74, 0x4e, 0x15, 0xf5, 0x83, 0x0c, 0x93, 0x0e, 0x7b, 0xa6, 0xaf, 0x4f, 0x2f, 0x0c, 0x87, 0x81, 0xea, 0xa7, 0x4b, 0xb2, 0x32, 0x7e, 0x47, 0xad, 0x4e, 0xfb, 0x35, 0x96, 0x54, 0x4f, 0x52, 0x03, 0x4c, 0x5f, 0xb0, 0x5d } }; static const struct cckprng_op_reseed op_reseed_723 = { .hd = { .id = 683, .kind = OP_RESEED }, .nonce = 14543999446076492387ULL, .seed_nbytes = 61, .seed = { 0x35, 0xa5, 0x66, 0x69, 0xc4, 0x34, 0x19, 0x5a, 0x37, 0x85, 0xbf, 0x5b, 0x31, 0xa8, 0xe1, 0xeb, 0x78, 0xb0, 0x69, 0x18, 0x97, 0x8a, 0xa2, 0xbe, 0x87, 0xc3, 0x8d, 0xee, 0x4c, 0x00, 0x81, 0xb5, 0x04, 0x0c, 0xb7, 0xd7, 0x23, 0xd4, 0x82, 0x42, 0xf1, 0x65, 0x48, 0x5b, 0x82, 0x6a, 0xe1, 0x5e, 0x01, 0x8e, 0x3a, 0xba, 0x89, 0xfc, 0xd8, 0x63, 0x88, 0x9e, 0x1f, 0x4b, 0x2e } }; static const struct cckprng_op_refresh op_refresh_724 = { .hd = { .id = 684, .kind = OP_REFRESH }, .rand = 2834235404015274681ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_725 = { .hd = { .id = 685, .kind = OP_GENERATE }, .rand_nbytes = 244, .out = { .rand = { 0x6e, 0xbb, 0x0e, 0x28, 0xbe, 0x47, 0x17, 0x65, 0x0b, 0x63, 0x89, 0xff, 0xc0, 0x81, 0x1c, 0xcc, 0x64, 0x80, 0x52, 0x4a, 0x4a, 0x62, 0x7b, 0xc4, 0x03, 0xd2, 0x54, 0x71, 0x04, 0x22, 0x2d, 0xa0, 0xb6, 0x92, 0x53, 0xf1, 0x72, 0x44, 0x42, 0x25, 0xd0, 0x5e, 0x18, 0x40, 0xbc, 0xe1, 0x99, 0xf2, 0xda, 0x33, 0x2c, 0x6a, 0x90, 0x2e, 0xd5, 0xa1, 0xe6, 0xd6, 0x1b, 0x34, 0x20, 0x9b, 0x37, 0x8e, 0x8b, 0xb6, 0xb7, 0xd3, 0xb6, 0xce, 0x84, 0x78, 0x48, 0x25, 0x8a, 0x2d, 0x34, 0x9c, 0x60, 0x8e, 0xd4, 0xe3, 0x42, 0x2d, 0x89, 0xf6, 0xb8, 0xdd, 0x88, 0x4d, 0x60, 0x02, 0x0a, 0x4b, 0xec, 0x7f, 0x5e, 0xbb, 0xad, 0x5b, 0x72, 0x1f, 0x59, 0xde, 0x1e, 0xf1, 0x5b, 0x9a, 0x33, 0x17, 0x7f, 0xf1, 0x08, 0xe4, 0x25, 0x4d, 0x64, 0xdc, 0x76, 0x96, 0x74, 0xa7, 0x3c, 0xfa, 0x56, 0x48, 0x41, 0xbe, 0x46, 0xd5, 0x39, 0xee, 0xa9, 0x9f, 0xfd, 0xc6, 0x64, 0xcb, 0x5f, 0x72, 0x78, 0xef, 0x12, 0xc7, 0x3d, 0x02, 0xc9, 0x67, 0xb8, 0xbb, 0xa8, 0xdd, 0x6b, 0xbe, 0xec, 0x4c, 0xa8, 0xb6, 0x46, 0xb5, 0xe4, 0x0c, 0x5b, 0x92, 0x6b, 0x90, 0x49, 0x18, 0x86, 0x31, 0xb1, 0x38, 0xd7, 0x38, 0xb5, 0x83, 0xee, 0xae, 0xfd, 0x8e, 0x1a, 0x21, 0x38, 0x4e, 0x02, 0xea, 0x1a, 0x41, 0x4a, 0xc3, 0x97, 0xdc, 0xf7, 0x0c, 0x8e, 0x44, 0x2a, 0x50, 0x4b, 0x21, 0xf0, 0x59, 0xf6, 0x1c, 0x47, 0xaa, 0x8b, 0xf0, 0xfa, 0x84, 0x09, 0xa3, 0x84, 0xce, 0x5c, 0xfa, 0x9b, 0x73, 0x44, 0x9e, 0x74, 0x65, 0xf7, 0x80, 0x4a, 0xdb, 0xc4, 0x18, 0x42, 0xbe, 0x8c, 0x08, 0xd5, 0x32, 0xea, 0x54, 0xbf, 0xbd, 0x0b, 0x33, 0xe2, 0x95, 0x8b, 0xfb } } }; static const struct cckprng_op_reseed op_reseed_726 = { .hd = { .id = 686, .kind = OP_RESEED }, .nonce = 13975977031144809053ULL, .seed_nbytes = 59, .seed = { 0x87, 0x25, 0xbb, 0xab, 0x86, 0x63, 0x0d, 0x01, 0xcc, 0x91, 0xb8, 0x56, 0xfc, 0x70, 0x55, 0xee, 0x7e, 0x98, 0x77, 0xf2, 0xd4, 0x45, 0x84, 0xb4, 0xdc, 0x2e, 0x85, 0xd9, 0x6f, 0x18, 0x8f, 0x5d, 0x8d, 0x6d, 0x30, 0xaa, 0x89, 0x2d, 0x69, 0xa8, 0x4c, 0x68, 0x1e, 0x50, 0xa3, 0x58, 0x97, 0xa9, 0x1f, 0x5d, 0x7c, 0xc5, 0xbd, 0xa3, 0x80, 0x15, 0x81, 0xcb, 0xce } }; static const struct cckprng_op_reseed op_reseed_727 = { .hd = { .id = 687, .kind = OP_RESEED }, .nonce = 971076489769512356ULL, .seed_nbytes = 67, .seed = { 0xb4, 0xa2, 0xfc, 0xe8, 0x96, 0x34, 0x5e, 0x00, 0x56, 0x21, 0x30, 0xcd, 0xfc, 0x88, 0xf0, 0x62, 0x88, 0x4a, 0xd7, 0x21, 0x55, 0x3c, 0x7f, 0x59, 0x80, 0xb8, 0x54, 0x4b, 0xef, 0xb0, 0x94, 0x81, 0x5e, 0xc0, 0xa1, 0x32, 0x6f, 0xa0, 0xb8, 0x02, 0xa4, 0x5c, 0xd3, 0x3b, 0xd8, 0xab, 0x2d, 0xb1, 0xf4, 0x30, 0xac, 0xaf, 0xad, 0x2c, 0x44, 0xa2, 0x8a, 0xb6, 0x10, 0x9a, 0x80, 0x19, 0xdb, 0xa8, 0x9e, 0xd9, 0x5f } }; static const struct cckprng_op_reseed op_reseed_728 = { .hd = { .id = 688, .kind = OP_RESEED }, .nonce = 17664752678911625925ULL, .seed_nbytes = 109, .seed = { 0x42, 0x3e, 0x7f, 0xc1, 0xab, 0xba, 0x6e, 0x7c, 0x31, 0x3b, 0xfb, 0x24, 0x4a, 0xa4, 0x21, 0xb5, 0x55, 0x72, 0x59, 0x10, 0x31, 0x71, 0x43, 0x19, 0xee, 0xdc, 0x8c, 0xbb, 0x67, 0xea, 0x2e, 0xbf, 0xb5, 0x7a, 0xc5, 0x80, 0x77, 0xfd, 0x74, 0xd3, 0xc8, 0x70, 0xf7, 0x2d, 0xab, 0x91, 0x9e, 0x18, 0xf3, 0x04, 0x6b, 0x0a, 0x44, 0x6b, 0xb6, 0x76, 0xe7, 0x98, 0x13, 0xd9, 0x0a, 0x98, 0x4f, 0x2d, 0xff, 0x8f, 0xcd, 0x58, 0xbf, 0xe6, 0xe1, 0xeb, 0x42, 0xa5, 0x2d, 0xd2, 0xef, 0xb9, 0xcb, 0x3d, 0x60, 0x30, 0x1a, 0x63, 0xed, 0xcc, 0x79, 0xa1, 0x19, 0xac, 0xd8, 0xad, 0xbe, 0xf4, 0xdb, 0x30, 0xaa, 0x34, 0xc1, 0x42, 0xe5, 0x56, 0x65, 0x77, 0x89, 0x42, 0x16, 0xf2, 0xfc } }; static const struct cckprng_op_reseed op_reseed_729 = { .hd = { .id = 689, .kind = OP_RESEED }, .nonce = 12524929198728826575ULL, .seed_nbytes = 235, .seed = { 0x1e, 0x31, 0x2b, 0xc7, 0xeb, 0x15, 0xc3, 0xee, 0xe3, 0x46, 0x37, 0xd5, 0xa5, 0xfc, 0xcd, 0x90, 0x47, 0xee, 0xef, 0xdd, 0xf6, 0xcd, 0xaa, 0xb0, 0x69, 0xdf, 0x3e, 0x1d, 0x4e, 0x22, 0x4f, 0x23, 0x68, 0x03, 0x4f, 0x20, 0x61, 0x05, 0x02, 0x6b, 0x24, 0xf5, 0x3d, 0xfd, 0xa7, 0x92, 0xf8, 0xc0, 0xa6, 0x2b, 0xf3, 0x81, 0xb6, 0xe1, 0x42, 0x8b, 0x43, 0x56, 0x8c, 0xfe, 0x75, 0x66, 0x3a, 0x19, 0xcf, 0x06, 0xe9, 0x3f, 0xbd, 0xdf, 0x2e, 0xd7, 0xdb, 0x57, 0x3b, 0xe0, 0x38, 0x9b, 0x74, 0xb7, 0x5e, 0xc8, 0xda, 0x5d, 0x48, 0x19, 0xc9, 0x3b, 0x40, 0x54, 0xbd, 0x09, 0x1b, 0x98, 0x43, 0x09, 0xff, 0x69, 0x23, 0x33, 0x8d, 0x66, 0x04, 0x4b, 0xc7, 0x02, 0xc9, 0x32, 0xe5, 0xd5, 0x26, 0x6d, 0x67, 0x73, 0x51, 0xad, 0x54, 0xc2, 0x23, 0x1b, 0xd8, 0x00, 0x1c, 0x32, 0x5e, 0x66, 0x7e, 0xc3, 0xdf, 0xb9, 0x02, 0x88, 0x79, 0x17, 0xb7, 0xa6, 0x99, 0x38, 0x21, 0x1a, 0xee, 0x8a, 0xe9, 0x03, 0x6b, 0x86, 0xea, 0x0e, 0xc2, 0xb0, 0xfd, 0xd2, 0x5f, 0xd4, 0x34, 0xe2, 0xf0, 0x70, 0x5c, 0x2c, 0x79, 0xf3, 0x84, 0x94, 0x66, 0x1a, 0x21, 0x6d, 0x47, 0x39, 0xae, 0x25, 0xfd, 0x7b, 0x75, 0xab, 0x46, 0xaa, 0xdb, 0x42, 0x85, 0x45, 0xf3, 0xcc, 0x74, 0xd7, 0xb4, 0x17, 0x1c, 0xb4, 0xe0, 0x90, 0xc2, 0xc1, 0x87, 0x7b, 0x96, 0x09, 0xef, 0x1f, 0x3a, 0x33, 0x96, 0x71, 0x8d, 0xf4, 0x57, 0xd2, 0x97, 0xd5, 0x75, 0x87, 0x07, 0xdb, 0x06, 0x2c, 0x56, 0x37, 0xc3, 0xc0, 0x33, 0x00, 0xaf, 0xd3, 0x43, 0xb6, 0x22, 0xbf, 0x4a, 0xfa, 0xa0, 0xe0, 0x2f, 0x6e, 0xc2 } }; static const struct cckprng_op_reseed op_reseed_730 = { .hd = { .id = 690, .kind = OP_RESEED }, .nonce = 8355462648243912278ULL, .seed_nbytes = 252, .seed = { 0xda, 0xa4, 0x48, 0xd2, 0xcc, 0xaa, 0x62, 0x49, 0x9a, 0xd2, 0xcd, 0x69, 0x6a, 0xa4, 0x0e, 0x7e, 0x65, 0x8a, 0x22, 0x59, 0x13, 0x85, 0x03, 0xd5, 0x19, 0xca, 0x3c, 0x39, 0x7b, 0xc6, 0x62, 0x2c, 0xc9, 0x59, 0xa1, 0x11, 0x63, 0x13, 0x01, 0xae, 0x17, 0x16, 0x90, 0xf9, 0xe4, 0xdc, 0x29, 0x5b, 0xc2, 0x2b, 0xf1, 0x96, 0x1b, 0xd1, 0xb3, 0x6b, 0xf9, 0xb8, 0xb0, 0x22, 0x88, 0x7c, 0x07, 0xcf, 0x33, 0x98, 0xd0, 0x65, 0xf8, 0xfe, 0x17, 0x40, 0xfc, 0x59, 0x7f, 0x8b, 0x5b, 0x8c, 0x45, 0x54, 0x9a, 0x13, 0x19, 0x3e, 0xe9, 0x18, 0x5f, 0x77, 0x44, 0xbe, 0x5f, 0x04, 0xaf, 0x97, 0xfb, 0x66, 0x4d, 0xb1, 0xe7, 0x36, 0x6a, 0x99, 0x43, 0x97, 0x77, 0xf5, 0x28, 0xe6, 0x87, 0x79, 0x76, 0x6f, 0x32, 0xeb, 0xd2, 0x4c, 0xe1, 0x46, 0x1a, 0xd7, 0x0b, 0x59, 0x4f, 0x45, 0xd9, 0x0f, 0xc8, 0x20, 0xf4, 0x2c, 0x09, 0xcd, 0xf4, 0xaf, 0x60, 0x49, 0x0f, 0xf9, 0xb8, 0xaa, 0x27, 0x20, 0x57, 0x07, 0x71, 0x08, 0x4e, 0x5c, 0xa3, 0xe6, 0xb0, 0x7e, 0x09, 0xd9, 0x07, 0x40, 0xd3, 0x7d, 0xd5, 0xe7, 0xb8, 0xb7, 0xf7, 0xae, 0x18, 0xed, 0xa9, 0x38, 0x6c, 0xe5, 0xa6, 0xe3, 0xa6, 0x0a, 0xc4, 0xfd, 0x1f, 0xe7, 0x3d, 0x5c, 0x61, 0xd6, 0x8b, 0xff, 0xfe, 0xdb, 0xe2, 0x98, 0x72, 0x5b, 0x63, 0xbe, 0x18, 0x0b, 0x6c, 0xf7, 0x4c, 0xc9, 0x51, 0x8d, 0x1b, 0x88, 0x9d, 0x7c, 0x80, 0x16, 0x67, 0x99, 0xbb, 0xcc, 0xc0, 0x82, 0x98, 0x87, 0xef, 0x5a, 0x0a, 0xb5, 0x25, 0xea, 0x65, 0xa7, 0xc5, 0x33, 0xf8, 0x40, 0x0d, 0x88, 0x74, 0xfc, 0x14, 0x40, 0x69, 0x9f, 0xde, 0x02, 0x0c, 0x72, 0x28, 0xc7, 0x6d, 0x7d, 0x3a, 0x52, 0xf0, 0x25, 0x02, 0xe2, 0x63, 0x92, 0xb8, 0x24 } }; static const struct cckprng_op_generate op_init_731 = { .hd = { .id = 691, .kind = OP_GENERATE }, .rand_nbytes = 93, .out = { .rand = { 0x8e, 0x07, 0x99, 0x97, 0x91, 0xe8, 0xe5, 0x4f, 0x93, 0x51, 0xfe, 0x06, 0xa2, 0x4a, 0x4f, 0x63, 0xcd, 0x47, 0x19, 0x39, 0x2b, 0xec, 0xe4, 0x13, 0x64, 0x13, 0x8c, 0x52, 0xb4, 0x34, 0x91, 0x32, 0x27, 0xfa, 0x8a, 0x95, 0x74, 0xfe, 0xea, 0x79, 0x8e, 0xca, 0x35, 0x96, 0x3b, 0x94, 0xd5, 0x7c, 0xfe, 0x92, 0x90, 0x67, 0xa3, 0xb7, 0xf7, 0x22, 0x33, 0x54, 0x42, 0x19, 0xa9, 0x82, 0x44, 0xcb, 0xca, 0x09, 0x0c, 0xf7, 0xd6, 0xac, 0x8d, 0xa7, 0x0f, 0xd4, 0x0b, 0x69, 0x73, 0x0d, 0xe6, 0xde, 0xf6, 0xb7, 0xd3, 0xa8, 0xd9, 0x87, 0x2e, 0x66, 0x73, 0xcb, 0x27, 0x17, 0x3d } } }; static const struct cckprng_op_generate op_init_732 = { .hd = { .id = 692, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x79, 0x3c, 0x30 } } }; static const struct cckprng_op_generate op_init_733 = { .hd = { .id = 693, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0xcf, 0x35, 0x53, 0xa8, 0xd6, 0xd7, 0xfe, 0xc0, 0x06, 0xfe, 0x60, 0x7a, 0xe8, 0xe6, 0xb8, 0x22, 0x45, 0x8c, 0xdb, 0x57, 0xa8, 0x85, 0xed, 0xc1, 0xd2, 0xe8, 0x24, 0xec, 0x28, 0x80, 0xae, 0x06, 0xe8, 0x9e, 0x26, 0x51, 0xf4, 0x3f, 0x37, 0x37, 0xcc, 0xa0, 0x0e, 0x5d, 0xf5, 0xf4, 0xc0, 0x18, 0x92, 0xd8, 0xad, 0xc0, 0xdc, 0xd9, 0x6f, 0x3c, 0xe1, 0xaa, 0x08, 0xa9, 0x60, 0xdb, 0x06, 0x9c, 0x1f, 0x25, 0x22, 0x5c, 0x06, 0x8f, 0x9d, 0xbf } } }; static const struct cckprng_op_refresh op_refresh_734 = { .hd = { .id = 694, .kind = OP_REFRESH }, .rand = 7084483524191663448ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_735 = { .hd = { .id = 695, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0xca, 0xdb, 0x77, 0x1c, 0x46, 0x29, 0xe2, 0xb9, 0x7b, 0x89, 0xfb, 0x88, 0x94, 0x8c, 0x83, 0xdb, 0x03, 0x80, 0xda, 0x50, 0xb4, 0xb5, 0x6f, 0x0c, 0x76, 0xba, 0xb4, 0x8b, 0x11, 0x17, 0xfb, 0x2a, 0x48, 0x5d, 0x5f, 0x3a, 0x59, 0x0b, 0xe4, 0x7d, 0x32, 0x58, 0xf1, 0x8d, 0x05, 0x64, 0x33, 0xc0, 0xb6, 0xf4, 0x09, 0x62, 0x77, 0xc2, 0x39, 0x1c, 0xa1, 0xff, 0x1e, 0x07, 0x6e, 0x6a, 0x05, 0x0e, 0x91, 0x96, 0x43, 0xd6, 0xb4, 0x63, 0x2f, 0xd6, 0x78, 0xb4, 0x7f, 0xb1, 0x39, 0xcf, 0x6a, 0x5f, 0xea, 0x7e, 0x5b, 0x64, 0xd2, 0x8b, 0x46, 0x40, 0xaa, 0x19, 0xa9, 0xcf, 0xb2, 0x3d, 0xc6, 0x37, 0x37 } } }; static const struct cckprng_op_reseed op_reseed_736 = { .hd = { .id = 696, .kind = OP_RESEED }, .nonce = 9877313880618203891ULL, .seed_nbytes = 178, .seed = { 0x17, 0xe7, 0xfe, 0x4c, 0xd7, 0x7d, 0xf3, 0x78, 0x92, 0x6f, 0x79, 0x73, 0x4a, 0x22, 0x85, 0x49, 0xae, 0x51, 0xdf, 0x6d, 0xf0, 0xf6, 0xc4, 0x12, 0xff, 0x6b, 0x95, 0x38, 0x0d, 0x24, 0x6b, 0xf3, 0x80, 0x3c, 0x1c, 0xca, 0x59, 0x43, 0x75, 0x6e, 0x2f, 0x27, 0xdb, 0x4c, 0xfc, 0xae, 0x17, 0xb0, 0x38, 0x5f, 0x03, 0x12, 0x76, 0xec, 0x33, 0x0d, 0x8f, 0xa1, 0x4f, 0x65, 0x00, 0x41, 0xbb, 0x83, 0xa8, 0x84, 0x29, 0x46, 0xae, 0x25, 0x20, 0x20, 0x71, 0xe0, 0xed, 0xa8, 0xf4, 0x15, 0x0d, 0x09, 0x70, 0xc2, 0x00, 0x6f, 0xf8, 0xc5, 0xf7, 0x34, 0x4d, 0x45, 0xb4, 0x42, 0xcb, 0xd3, 0x30, 0x22, 0x5d, 0x8a, 0xe8, 0xf5, 0xbb, 0xf7, 0x63, 0x95, 0xe6, 0x76, 0xac, 0xad, 0x21, 0xc8, 0x14, 0x0d, 0xc8, 0x9e, 0xe8, 0x44, 0xd2, 0x45, 0x73, 0xa9, 0x52, 0x05, 0xe0, 0x2f, 0xcb, 0x21, 0xac, 0x28, 0xab, 0xe9, 0xa8, 0x80, 0x2a, 0x60, 0x6e, 0xa1, 0x8d, 0x34, 0x5b, 0xfe, 0xc3, 0x5a, 0xba, 0x75, 0x8b, 0xf1, 0xde, 0x08, 0x82, 0x2b, 0x32, 0x21, 0x31, 0xea, 0x9a, 0x54, 0xf8, 0x2d, 0xe5, 0xc4, 0x8b, 0x5a, 0xdd, 0xdb, 0x82, 0xc6, 0x44, 0x33, 0x66, 0x01, 0x21, 0xeb, 0x35, 0xc9, 0x2a, 0xd7, 0xf3, 0x3d } }; static const struct cckprng_op *ops_737[] = { (const struct cckprng_op *)&op_init_721, (const struct cckprng_op *)&op_reseed_722, (const struct cckprng_op *)&op_reseed_723, (const struct cckprng_op *)&op_refresh_724, (const struct cckprng_op *)&op_init_725, (const struct cckprng_op *)&op_reseed_726, (const struct cckprng_op *)&op_reseed_727, (const struct cckprng_op *)&op_reseed_728, (const struct cckprng_op *)&op_reseed_729, (const struct cckprng_op *)&op_reseed_730, (const struct cckprng_op *)&op_init_731, (const struct cckprng_op *)&op_init_732, (const struct cckprng_op *)&op_init_733, (const struct cckprng_op *)&op_refresh_734, (const struct cckprng_op *)&op_init_735, (const struct cckprng_op *)&op_reseed_736 }; static const struct cckprng_vector vec_738 = { .id = 697, .note = NULL, .nops = 16, .ops = ops_737 }; static const struct cckprng_op_init op_init_739 = { .hd = { .id = 698, .kind = OP_INIT }, .seed = { 0xb9, 0xa1, 0xdc, 0x34, 0xfd, 0xc7, 0x96, 0xad, 0xbe, 0x4b, 0x19, 0x65, 0xfc, 0x4a, 0x0b, 0x5c, 0x9e, 0xb2, 0x3a, 0x23, 0x65, 0x2d, 0xa8, 0x23, 0xa8, 0xd2, 0x03, 0xcb, 0x2f, 0x14, 0x9e, 0x2a }, .nonce = { 0xf4, 0x66, 0x1f, 0x72, 0xe8, 0x0b, 0xcb, 0xdb }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_740 = { .hd = { .id = 699, .kind = OP_RESEED }, .nonce = 539668721230398182ULL, .seed_nbytes = 38, .seed = { 0x93, 0x6f, 0xfe, 0xe7, 0xc4, 0xa4, 0xec, 0x09, 0xb2, 0x5c, 0x3f, 0x3d, 0x8d, 0xbe, 0xa4, 0x32, 0x32, 0xb5, 0x90, 0x86, 0x49, 0x49, 0x51, 0xbc, 0xa5, 0x20, 0x11, 0xd5, 0x47, 0x6c, 0x7c, 0x13, 0xc9, 0x7b, 0x35, 0x58, 0x4e, 0x33 } }; static const struct cckprng_op_reseed op_reseed_741 = { .hd = { .id = 700, .kind = OP_RESEED }, .nonce = 12054854448635987335ULL, .seed_nbytes = 214, .seed = { 0x24, 0x38, 0x13, 0xad, 0xa7, 0x40, 0x11, 0x03, 0x08, 0x49, 0xce, 0x9f, 0xc2, 0xfe, 0x06, 0xbc, 0x20, 0x6c, 0xc7, 0xc9, 0xad, 0x34, 0x65, 0x15, 0x73, 0x5e, 0xad, 0xce, 0xd7, 0x9c, 0x53, 0x8c, 0xf1, 0xbc, 0x63, 0x1a, 0xda, 0x53, 0x91, 0xf1, 0x45, 0x94, 0x78, 0x76, 0xb9, 0x2a, 0x8f, 0x23, 0xbf, 0x6c, 0xfd, 0xe8, 0x82, 0x7c, 0x65, 0x07, 0x57, 0xc6, 0x49, 0x93, 0x69, 0x43, 0x6d, 0xed, 0x56, 0xbe, 0x27, 0x94, 0xc0, 0xf1, 0x26, 0x5d, 0xfb, 0x16, 0x8c, 0x04, 0x7e, 0x26, 0x8d, 0x60, 0x18, 0x15, 0x13, 0xeb, 0x70, 0xe9, 0x5d, 0x7c, 0xf5, 0x31, 0xf5, 0x96, 0xfb, 0x97, 0xb6, 0xa1, 0x21, 0x98, 0xe0, 0xa1, 0x79, 0xa8, 0xeb, 0xd5, 0xe4, 0xf5, 0x18, 0x1d, 0x9b, 0x28, 0x21, 0x23, 0x48, 0x81, 0x92, 0x13, 0xe7, 0xbd, 0x43, 0x08, 0x11, 0x8c, 0xd8, 0x7d, 0x04, 0xf0, 0x4a, 0xc3, 0xad, 0xce, 0xe9, 0xef, 0x05, 0x79, 0x60, 0x6d, 0x16, 0x84, 0x2d, 0x17, 0x21, 0xfa, 0x26, 0x87, 0x2d, 0x1b, 0x3c, 0x05, 0x56, 0x1f, 0xf0, 0xad, 0x9d, 0x5e, 0x54, 0xc3, 0xc6, 0x7e, 0x8d, 0xe3, 0x18, 0xa2, 0x45, 0x69, 0x57, 0x97, 0x64, 0x93, 0xc0, 0x49, 0xf9, 0xe5, 0xaf, 0x5e, 0x88, 0x8c, 0xe3, 0xf5, 0xe0, 0xa5, 0xc9, 0x1b, 0xd1, 0xa5, 0xfb, 0x47, 0x84, 0x9e, 0x5a, 0x0f, 0x5f, 0x2e, 0x5a, 0x8b, 0xa7, 0xd3, 0xa6, 0xb8, 0x26, 0x63, 0x8a, 0x21, 0xd3, 0xb9, 0x4b, 0x2f, 0x1c, 0xfe, 0xbb, 0xce, 0x6e, 0xa3, 0xf2, 0x5c } }; static const struct cckprng_op_reseed op_reseed_742 = { .hd = { .id = 701, .kind = OP_RESEED }, .nonce = 11299055461235470991ULL, .seed_nbytes = 157, .seed = { 0x20, 0x3a, 0xc8, 0x53, 0x47, 0xb0, 0x14, 0xc3, 0x33, 0x48, 0x5b, 0xf9, 0xff, 0xd9, 0x23, 0xe0, 0xa1, 0x1e, 0xae, 0x05, 0xab, 0x86, 0x14, 0x20, 0x79, 0x29, 0xd4, 0xea, 0x81, 0x57, 0xdc, 0x74, 0xc9, 0xd1, 0x2b, 0x62, 0x2e, 0x31, 0x72, 0x27, 0xf7, 0x2e, 0x3f, 0x01, 0x0e, 0xcb, 0x0f, 0x4f, 0x2c, 0x83, 0x77, 0x46, 0x63, 0x80, 0xb1, 0x6a, 0xe1, 0x86, 0xbf, 0xff, 0xc1, 0x2c, 0x10, 0x18, 0x7e, 0xae, 0x50, 0x82, 0xd9, 0x06, 0x54, 0x96, 0x09, 0x1f, 0x9e, 0x81, 0x7e, 0x53, 0x6d, 0x1f, 0x19, 0x8a, 0x52, 0xd5, 0xf4, 0x3b, 0x35, 0xb0, 0xce, 0x95, 0x87, 0x99, 0x52, 0xb3, 0x33, 0xfb, 0xf7, 0xd7, 0x4f, 0x9d, 0xd9, 0x96, 0x6b, 0xf4, 0x7e, 0xf1, 0x67, 0x1f, 0xe9, 0x6d, 0x6a, 0x46, 0xf1, 0x75, 0xc9, 0x92, 0xf0, 0x3b, 0xce, 0x24, 0xf8, 0xd0, 0x39, 0xc2, 0xf6, 0x85, 0x11, 0x1d, 0xec, 0x01, 0x67, 0xca, 0x17, 0xee, 0x1e, 0xce, 0xa9, 0x96, 0xeb, 0xb5, 0xdc, 0x58, 0xa0, 0x08, 0xc6, 0xaa, 0xc3, 0x07, 0x9f, 0xe0, 0x81, 0xb0, 0x1a, 0x1b, 0x03, 0x22, 0x16 } }; static const struct cckprng_op_generate op_init_743 = { .hd = { .id = 702, .kind = OP_GENERATE }, .rand_nbytes = 286, .out = { .rand = { 0xc7, 0xf0, 0xaf, 0xf7, 0x18, 0x24, 0xc6, 0x58, 0x96, 0x66, 0x4f, 0x7e, 0x2d, 0xd6, 0xd6, 0xea, 0x5c, 0xaa, 0xcd, 0x63, 0xdb, 0x60, 0x59, 0x6f, 0x2c, 0xbd, 0xef, 0x8f, 0x0e, 0x55, 0x60, 0x1d, 0x73, 0xe8, 0xab, 0x7f, 0x28, 0x57, 0xc3, 0x57, 0xc1, 0xb6, 0xf8, 0xef, 0x94, 0x16, 0x41, 0x0f, 0x12, 0xed, 0xc5, 0x81, 0x7f, 0x5b, 0x01, 0xbb, 0x8c, 0xb5, 0x7b, 0x56, 0xac, 0x51, 0xda, 0x3a, 0xf3, 0xfe, 0xf0, 0xc8, 0x1e, 0x32, 0xd5, 0xbb, 0xa7, 0x5e, 0x47, 0x39, 0xbf, 0x5d, 0x65, 0xdf, 0x65, 0xdf, 0xd2, 0x7f, 0x38, 0x78, 0xcf, 0x14, 0xbf, 0x1a, 0xce, 0x1d, 0xfd, 0x51, 0xac, 0xf4, 0xa1, 0x2f, 0x5f, 0x52, 0xb6, 0x35, 0x37, 0xb4, 0xa1, 0xd0, 0xa0, 0x46, 0x4b, 0xd5, 0x08, 0x8e, 0x15, 0xeb, 0xe3, 0xa5, 0x59, 0x0b, 0xe7, 0x9e, 0x0b, 0x56, 0x18, 0x7f, 0x9f, 0x55, 0x61, 0x59, 0xfc, 0xb7, 0x98, 0xdb, 0x43, 0x7f, 0xc7, 0xc3, 0xf1, 0xe2, 0x3b, 0x02, 0x87, 0x7e, 0x37, 0xe7, 0x52, 0xa4, 0x93, 0xe6, 0xf7, 0x90, 0xfc, 0xae, 0x10, 0x99, 0xf5, 0x0f, 0x4a, 0xd1, 0xe3, 0x3f, 0xc2, 0x2d, 0x7c, 0xb8, 0x0e, 0x1c, 0xfa, 0x93, 0xaa, 0xc0, 0xb2, 0xb5, 0x9d, 0x81, 0x5e, 0x91, 0xc7, 0x6f, 0x80, 0x8a, 0xde, 0xa1, 0xf8, 0xeb, 0x0b, 0x7a, 0x41, 0xe3, 0x5d, 0x1b, 0xa1, 0x0e, 0x19, 0xe4, 0x76, 0x4d, 0x61, 0x90, 0xcf, 0x80, 0x8e, 0x7b, 0xec, 0xe0, 0x70, 0x8e, 0x10, 0x55, 0x9b, 0x3a, 0xed, 0xe6, 0xd2, 0xbc, 0x78, 0x8c, 0xc1, 0x1a, 0xf8, 0x59, 0x35, 0x8e, 0xc1, 0xd9, 0x84, 0x25, 0x37, 0xdc, 0xd5, 0xc0, 0xda, 0x0e, 0xab, 0xf6, 0x7b, 0xdd, 0xd5, 0x69, 0x82, 0x48, 0x9b, 0xb8, 0x2c, 0xfd, 0xa6, 0x0c, 0x32, 0x4c, 0x16, 0xcd, 0x2a, 0xc3, 0xac, 0x74, 0xd4, 0x16, 0x42, 0x76, 0xe7, 0xc9, 0x74, 0xee, 0xf2, 0x79, 0xcd, 0x6d, 0x14, 0x56, 0x37, 0x9f, 0x04, 0xd0, 0xab, 0xe9, 0xc6, 0xca, 0x6f, 0x16, 0x04, 0x01, 0xc9, 0x7c, 0x28, 0x9b, 0xe7, 0x98 } } }; static const struct cckprng_op_reseed op_reseed_744 = { .hd = { .id = 703, .kind = OP_RESEED }, .nonce = 14913019426159044325ULL, .seed_nbytes = 137, .seed = { 0xa9, 0x20, 0x5a, 0x80, 0x51, 0x02, 0xa8, 0x9e, 0x00, 0x09, 0x47, 0x02, 0x37, 0x06, 0xda, 0x1d, 0x16, 0xec, 0x48, 0x73, 0x98, 0x71, 0xae, 0x99, 0x7b, 0x48, 0xb5, 0xc9, 0x45, 0xea, 0x66, 0x02, 0x51, 0x53, 0xc3, 0xc2, 0x7d, 0xb5, 0x77, 0x80, 0x53, 0xaa, 0x8c, 0x12, 0xa3, 0x21, 0x39, 0x87, 0x1a, 0xe2, 0x80, 0x36, 0x13, 0x14, 0x96, 0x2f, 0x71, 0x8b, 0xab, 0x54, 0x37, 0x03, 0x94, 0x2d, 0x8e, 0xf8, 0xfa, 0xd9, 0x33, 0x15, 0xde, 0x22, 0x75, 0xa9, 0x65, 0x86, 0x95, 0xca, 0xea, 0x0a, 0x7a, 0x8c, 0x80, 0xe5, 0x36, 0x36, 0xd7, 0xdb, 0x01, 0x89, 0xae, 0x08, 0x97, 0xac, 0x95, 0xc7, 0xcb, 0xc5, 0xaa, 0x9d, 0xed, 0x2d, 0x56, 0x4d, 0x71, 0xd0, 0x5e, 0x66, 0xc7, 0xf3, 0x0e, 0x9a, 0x57, 0xd9, 0x91, 0x6e, 0x2d, 0xf7, 0x3a, 0xee, 0xa2, 0xb2, 0x46, 0x25, 0x8b, 0x8a, 0x25, 0x0f, 0x99, 0x39, 0xbb, 0xa6, 0x6f, 0x72, 0xec, 0xa1, 0x33 } }; static const struct cckprng_op_generate op_init_745 = { .hd = { .id = 704, .kind = OP_GENERATE }, .rand_nbytes = 109, .out = { .rand = { 0xcb, 0x6f, 0xfc, 0xdb, 0x85, 0x5e, 0x26, 0x25, 0xd7, 0x74, 0x7e, 0xe6, 0xb0, 0xed, 0x26, 0x0d, 0x1b, 0x02, 0x87, 0x45, 0x31, 0x3d, 0x2c, 0x07, 0x3e, 0x3f, 0xc2, 0x48, 0x53, 0x09, 0xde, 0x48, 0x27, 0x66, 0xf6, 0x52, 0x1c, 0x7e, 0x1f, 0xb9, 0x1a, 0xc1, 0x1d, 0x7f, 0x2c, 0x4b, 0xff, 0x06, 0xed, 0xb5, 0x14, 0xc0, 0x1a, 0x4a, 0xee, 0xe9, 0x1a, 0x6d, 0xae, 0x20, 0x46, 0x4b, 0x77, 0x51, 0xb3, 0xce, 0x8f, 0x08, 0x96, 0x74, 0x1c, 0xf0, 0xec, 0xf7, 0x5d, 0x28, 0xe2, 0x60, 0xe5, 0x59, 0xf8, 0x13, 0x47, 0x9a, 0x5c, 0x22, 0x5b, 0x91, 0x2c, 0xa4, 0xac, 0xb1, 0xd2, 0x77, 0x7d, 0xc7, 0xc6, 0x5c, 0xe9, 0x30, 0x25, 0xca, 0x12, 0xf1, 0xf8, 0xd7, 0x58, 0xc1, 0xd6 } } }; static const struct cckprng_op_reseed op_reseed_746 = { .hd = { .id = 705, .kind = OP_RESEED }, .nonce = 2586580809277245292ULL, .seed_nbytes = 47, .seed = { 0xec, 0x02, 0x0d, 0xbb, 0x4c, 0xc1, 0x4a, 0x86, 0xec, 0x9a, 0x08, 0x65, 0x71, 0xc7, 0x7d, 0x1e, 0x66, 0x5f, 0xf0, 0xa0, 0xf0, 0x3d, 0x15, 0xb3, 0x2e, 0xed, 0xed, 0x23, 0x3b, 0x79, 0xc6, 0xb9, 0x73, 0xbc, 0x1d, 0xaf, 0x5d, 0x4d, 0x0a, 0xb7, 0x0f, 0x47, 0xa0, 0x40, 0xd2, 0xe0, 0xe3 } }; static const struct cckprng_op_reseed op_reseed_747 = { .hd = { .id = 706, .kind = OP_RESEED }, .nonce = 3796554994683609732ULL, .seed_nbytes = 118, .seed = { 0x49, 0xeb, 0xbf, 0x0b, 0x7b, 0x66, 0xe1, 0x2f, 0x91, 0x8c, 0x7d, 0xd9, 0xb3, 0x6e, 0xae, 0x91, 0xa0, 0x2e, 0x7b, 0x20, 0x34, 0x76, 0x81, 0xea, 0xe7, 0x16, 0xc2, 0x8e, 0xda, 0x13, 0x00, 0x45, 0xd8, 0xc0, 0xd7, 0x7d, 0x56, 0x8b, 0xfd, 0x53, 0xfb, 0x39, 0x93, 0xb5, 0xf5, 0xc9, 0x87, 0xed, 0xac, 0x08, 0x83, 0x9a, 0x06, 0x46, 0xe4, 0xef, 0x66, 0x15, 0x01, 0xfd, 0x00, 0x67, 0xd4, 0xf5, 0x9f, 0x06, 0xfa, 0x64, 0x8e, 0x73, 0x81, 0x1c, 0xc1, 0xdd, 0x3b, 0x9d, 0xd7, 0x96, 0x2d, 0x3e, 0x06, 0x88, 0xc7, 0x6f, 0x9a, 0x5f, 0x2d, 0xca, 0xa5, 0xe8, 0xcd, 0x1b, 0xcc, 0x2a, 0x5a, 0xc3, 0x15, 0x0c, 0x5c, 0x83, 0x7b, 0x3c, 0x44, 0x93, 0xe6, 0xe8, 0x38, 0xaf, 0xf2, 0xb4, 0x5e, 0xc0, 0xd1, 0x26, 0xaf, 0x62, 0xbe, 0xb4 } }; static const struct cckprng_op_generate op_init_748 = { .hd = { .id = 707, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_refresh op_refresh_749 = { .hd = { .id = 708, .kind = OP_REFRESH }, .rand = 2027551001021013460ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_750 = { .hd = { .id = 709, .kind = OP_RESEED }, .nonce = 8453458782504750733ULL, .seed_nbytes = 194, .seed = { 0x79, 0x8f, 0x28, 0x1e, 0x51, 0xe8, 0x72, 0xf4, 0x86, 0x37, 0xd0, 0xb0, 0x22, 0x25, 0xcf, 0xea, 0x50, 0x10, 0xbf, 0xa2, 0x61, 0xf1, 0x55, 0x3a, 0xc6, 0xc6, 0x22, 0xc9, 0x9f, 0xda, 0x72, 0x05, 0xb8, 0xa7, 0x01, 0x85, 0xf8, 0x89, 0xc8, 0x33, 0xb2, 0xa8, 0xb5, 0x25, 0x2a, 0xe8, 0xaf, 0x21, 0x05, 0xa1, 0xd9, 0xb5, 0xaa, 0xd0, 0x86, 0xa7, 0x40, 0xe4, 0xda, 0xd1, 0x70, 0x22, 0x1d, 0x05, 0x89, 0xd1, 0x10, 0xa2, 0x93, 0x22, 0xf9, 0x4c, 0x45, 0x81, 0x07, 0x81, 0x92, 0x37, 0xa9, 0xb6, 0x1c, 0x59, 0xef, 0x9e, 0x7d, 0x3a, 0xe4, 0xd7, 0xba, 0xa4, 0x64, 0x73, 0x20, 0x1f, 0x82, 0x8e, 0x09, 0xcf, 0x79, 0xa8, 0xe6, 0xda, 0x9e, 0x47, 0xa2, 0x56, 0xa9, 0x72, 0x2b, 0xd0, 0xed, 0xd3, 0xc6, 0x1b, 0x05, 0xd8, 0x4b, 0x8e, 0x18, 0xbc, 0xae, 0xd6, 0x8c, 0x49, 0x4e, 0xd7, 0xc5, 0x38, 0xcc, 0x8e, 0x0e, 0x4e, 0x1f, 0x9b, 0xf1, 0x74, 0xb6, 0xf7, 0x84, 0xae, 0xd7, 0x94, 0x99, 0xe3, 0x40, 0x9a, 0x6b, 0xb3, 0x55, 0x73, 0x56, 0x6a, 0xa9, 0xf2, 0x00, 0x69, 0x23, 0x3d, 0x45, 0x0c, 0xa9, 0xda, 0xbf, 0x7b, 0xec, 0x37, 0xf0, 0x93, 0xd4, 0x4e, 0x92, 0x54, 0x9e, 0xb2, 0x63, 0xeb, 0x76, 0xe3, 0xd1, 0x4f, 0xe4, 0xf2, 0x58, 0x8e, 0xb4, 0x86, 0xba, 0xf6, 0xb9, 0x51, 0x2d, 0xd4, 0x20, 0xd3 } }; static const struct cckprng_op_refresh op_refresh_751 = { .hd = { .id = 710, .kind = OP_REFRESH }, .rand = 13606314594207669611ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_752 = { .hd = { .id = 711, .kind = OP_RESEED }, .nonce = 1997261677383924231ULL, .seed_nbytes = 25, .seed = { 0x50, 0x3a, 0xb6, 0x88, 0x9d, 0x98, 0xe7, 0xc1, 0xd2, 0x64, 0xb6, 0xd8, 0x6a, 0x46, 0xbf, 0xa4, 0x49, 0x1f, 0xe9, 0x57, 0xaa, 0x68, 0xa1, 0xc0, 0x94 } }; static const struct cckprng_op_refresh op_refresh_753 = { .hd = { .id = 712, .kind = OP_REFRESH }, .rand = 13030023943591856597ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_754 = { .hd = { .id = 713, .kind = OP_REFRESH }, .rand = 5291740404178501058ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op *ops_755[] = { (const struct cckprng_op *)&op_init_739, (const struct cckprng_op *)&op_reseed_740, (const struct cckprng_op *)&op_reseed_741, (const struct cckprng_op *)&op_reseed_742, (const struct cckprng_op *)&op_init_743, (const struct cckprng_op *)&op_reseed_744, (const struct cckprng_op *)&op_init_745, (const struct cckprng_op *)&op_reseed_746, (const struct cckprng_op *)&op_reseed_747, (const struct cckprng_op *)&op_init_748, (const struct cckprng_op *)&op_refresh_749, (const struct cckprng_op *)&op_reseed_750, (const struct cckprng_op *)&op_refresh_751, (const struct cckprng_op *)&op_reseed_752, (const struct cckprng_op *)&op_refresh_753, (const struct cckprng_op *)&op_refresh_754 }; static const struct cckprng_vector vec_756 = { .id = 714, .note = NULL, .nops = 16, .ops = ops_755 }; static const struct cckprng_op_init op_init_757 = { .hd = { .id = 715, .kind = OP_INIT }, .seed = { 0x37, 0xbe, 0x7d, 0xd7, 0x7e, 0xa3, 0x43, 0x0c, 0xf1, 0x12, 0x80, 0x64, 0x94, 0x75, 0x3b, 0x91, 0xb6, 0xdf, 0x9d, 0x2f, 0x79, 0x5e, 0xe2, 0x73, 0x28, 0xcc, 0x2c, 0x53, 0x4d, 0x12, 0xce, 0xb4 }, .nonce = { 0xa1, 0x1a, 0x93, 0xf5, 0x4d, 0xb1, 0x4e, 0x60 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_758 = { .hd = { .id = 716, .kind = OP_GENERATE }, .rand_nbytes = 48, .out = { .rand = { 0x58, 0x07, 0xf5, 0xc1, 0x20, 0x41, 0xcb, 0x41, 0x8b, 0x6f, 0xd8, 0xaf, 0xf6, 0x85, 0xae, 0x88, 0x8a, 0xe2, 0x25, 0x79, 0xdd, 0xa4, 0x41, 0x6d, 0x29, 0x3e, 0x4c, 0x8e, 0x82, 0x85, 0x88, 0x1c, 0x5b, 0x70, 0xbd, 0xfa, 0x01, 0x75, 0x7a, 0x4a, 0x3a, 0x0b, 0x73, 0xf7, 0x2f, 0xe3, 0x5e, 0xdd } } }; static const struct cckprng_op_generate op_init_759 = { .hd = { .id = 717, .kind = OP_GENERATE }, .rand_nbytes = 122, .out = { .rand = { 0x7e, 0xaf, 0x0c, 0x9d, 0xa1, 0x42, 0xaa, 0xef, 0xa2, 0xed, 0xe8, 0xa1, 0xc8, 0x54, 0x27, 0x92, 0x6d, 0xf7, 0x68, 0xea, 0xab, 0x24, 0x71, 0x96, 0xe8, 0x22, 0x4d, 0x0e, 0x21, 0x35, 0x9a, 0xce, 0x21, 0x64, 0x30, 0x6e, 0xff, 0x5e, 0x32, 0x90, 0xa9, 0x42, 0xbd, 0xcc, 0x43, 0xea, 0x11, 0xb9, 0xfd, 0x55, 0x4d, 0xf2, 0xf9, 0x6e, 0x97, 0x97, 0x66, 0x3e, 0xf6, 0x64, 0xf6, 0xf9, 0x7c, 0x78, 0xec, 0xde, 0x01, 0xe8, 0x78, 0x8e, 0x74, 0x8c, 0xa2, 0xc6, 0x8a, 0x47, 0x56, 0x65, 0xf3, 0x64, 0x73, 0x5e, 0x5a, 0xc8, 0x67, 0xce, 0xcb, 0x00, 0x44, 0x6a, 0x69, 0x73, 0x24, 0xf1, 0x34, 0x41, 0x7c, 0x20, 0xf2, 0xa4, 0x99, 0xe6, 0xba, 0xd5, 0xee, 0x31, 0x17, 0xb6, 0xcd, 0x85, 0x78, 0xb5, 0x26, 0x0e, 0x56, 0x28, 0xbe, 0x8a, 0xcb, 0xe1, 0xb9, 0x2e } } }; static const struct cckprng_op_refresh op_refresh_760 = { .hd = { .id = 718, .kind = OP_REFRESH }, .rand = 9388393491351353416ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_761 = { .hd = { .id = 719, .kind = OP_RESEED }, .nonce = 14924868505666715813ULL, .seed_nbytes = 86, .seed = { 0x50, 0x15, 0x41, 0x21, 0x59, 0x22, 0x34, 0x10, 0x37, 0x67, 0x00, 0x1c, 0x83, 0x33, 0xbb, 0x4c, 0xed, 0x44, 0x62, 0x2f, 0x96, 0x95, 0x60, 0xc4, 0x8b, 0x00, 0x04, 0xee, 0x49, 0x45, 0xbb, 0xc0, 0xeb, 0x54, 0x78, 0xdf, 0xf8, 0x7e, 0xca, 0x98, 0x22, 0xb8, 0xdc, 0xfc, 0xb8, 0x30, 0x79, 0x45, 0x8e, 0x39, 0x9b, 0xfb, 0xe9, 0x18, 0xc6, 0x1d, 0x0d, 0xd4, 0x70, 0xbc, 0xe0, 0xfa, 0xb9, 0x4a, 0x99, 0xa2, 0x70, 0x73, 0x8a, 0xbb, 0xf5, 0xf8, 0x2a, 0xa7, 0x36, 0x2b, 0xfa, 0x3f, 0x44, 0x05, 0x36, 0x10, 0xcf, 0x06, 0x76, 0x57 } }; static const struct cckprng_op_refresh op_refresh_762 = { .hd = { .id = 720, .kind = OP_REFRESH }, .rand = 12938307449855976689ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_763 = { .hd = { .id = 721, .kind = OP_GENERATE }, .rand_nbytes = 56, .out = { .rand = { 0x31, 0xe8, 0x0e, 0x83, 0x12, 0xf0, 0x1c, 0xe7, 0x89, 0x89, 0xd3, 0xb7, 0xce, 0x48, 0x4b, 0x2d, 0x0c, 0x5c, 0x22, 0xc0, 0x95, 0x47, 0x3d, 0xe7, 0x47, 0x35, 0x0b, 0x45, 0x53, 0x7b, 0x8a, 0x87, 0xa0, 0x5f, 0xe2, 0xbb, 0x02, 0x19, 0x09, 0x0d, 0x6d, 0x26, 0x62, 0xf5, 0x8b, 0xcd, 0x73, 0x45, 0x88, 0x63, 0xaf, 0x1a, 0x0f, 0x95, 0xd9, 0x6c } } }; static const struct cckprng_op_reseed op_reseed_764 = { .hd = { .id = 722, .kind = OP_RESEED }, .nonce = 7501314057317407815ULL, .seed_nbytes = 100, .seed = { 0x1c, 0xa0, 0xe4, 0x8b, 0x18, 0x2e, 0x54, 0x11, 0xa2, 0x33, 0x3a, 0x66, 0x74, 0x6a, 0xdd, 0x83, 0x82, 0x6b, 0x4a, 0x72, 0x37, 0xf7, 0xa7, 0xc7, 0x3d, 0x58, 0xae, 0x1b, 0x88, 0x0c, 0xba, 0x6d, 0x29, 0x61, 0xe1, 0xd2, 0xe8, 0x37, 0xd0, 0x36, 0xf7, 0x7a, 0xcc, 0x93, 0x73, 0x1a, 0x8a, 0x94, 0x9e, 0x64, 0x89, 0xc5, 0xa6, 0xb4, 0x29, 0xa8, 0xd8, 0xd8, 0x75, 0xdb, 0x39, 0x9b, 0x52, 0x0f, 0xbf, 0x32, 0x30, 0xdb, 0x0f, 0x77, 0xd6, 0xf9, 0x6b, 0x82, 0xd9, 0x0f, 0x34, 0x24, 0x9c, 0x19, 0xb4, 0xef, 0xdb, 0xba, 0xf2, 0x41, 0x70, 0xe2, 0xc7, 0x4f, 0x8e, 0x4b, 0x14, 0x30, 0x98, 0xc5, 0x27, 0x1e, 0x41, 0xc2 } }; static const struct cckprng_op_refresh op_refresh_765 = { .hd = { .id = 723, .kind = OP_REFRESH }, .rand = 13684923770939283598ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_766 = { .hd = { .id = 724, .kind = OP_RESEED }, .nonce = 17475814754042814882ULL, .seed_nbytes = 67, .seed = { 0xc1, 0x5f, 0x2e, 0x4b, 0x77, 0x4d, 0x90, 0x32, 0xa3, 0xc4, 0xbd, 0x51, 0x1c, 0x10, 0x23, 0xb2, 0x3a, 0x09, 0xa4, 0x4a, 0xb4, 0xcd, 0x6f, 0xb4, 0x86, 0xd0, 0x0b, 0xe2, 0x8e, 0x7b, 0xd2, 0xa6, 0x77, 0xb5, 0x66, 0x53, 0x18, 0x3f, 0xf5, 0xfe, 0x86, 0x6a, 0xc7, 0x8a, 0x04, 0x29, 0xaa, 0xc2, 0x2a, 0x00, 0x28, 0x10, 0x20, 0xcd, 0x31, 0x17, 0x8f, 0xd1, 0xd8, 0x7f, 0xa2, 0xbf, 0x62, 0x7a, 0x20, 0x5a, 0x19 } }; static const struct cckprng_op_generate op_init_767 = { .hd = { .id = 725, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0x47, 0x51, 0x1b, 0x5e, 0xf0, 0xd2, 0x28, 0x75, 0x17, 0x97, 0x47, 0x2c } } }; static const struct cckprng_op_generate op_init_768 = { .hd = { .id = 726, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0xf5, 0x90, 0x06, 0x84, 0x3e, 0xc8, 0x79, 0x32, 0x05, 0x35, 0x5f, 0x25, 0x7c, 0xff, 0x2e, 0x62, 0xf4, 0x2a, 0xe2, 0xee, 0x70, 0xa2, 0x6d, 0xaf, 0x12, 0x05, 0x30, 0xfa, 0x99, 0xec, 0x3a, 0xf3, 0x19, 0x8c, 0xe0, 0xff, 0x82, 0x1d, 0x9c, 0xcd, 0x3b, 0x3a, 0x0b, 0x28, 0x4f, 0xcc, 0xe8, 0xb7, 0x77, 0x65, 0x18, 0xed, 0xcd, 0x3a, 0xa3, 0x6f, 0xad, 0x9f, 0x32, 0x5d, 0x3d, 0x69, 0x13, 0x8c, 0x40, 0xdc, 0x8a, 0x10, 0x72, 0x56, 0x23, 0x93, 0x53, 0x7b, 0x2c, 0xb4, 0x20, 0x55, 0x68, 0xfa, 0x1b, 0x53, 0x43, 0xfb, 0xcf, 0x90, 0x00, 0x3c, 0xc1, 0x5e, 0x7d, 0x2e, 0xb8, 0xfe, 0xfe, 0xd5, 0x44, 0x5b, 0xbf, 0x26, 0x3a, 0x6c, 0x99, 0x7e, 0xed, 0x3d, 0xef, 0x5c, 0xd1, 0x5d, 0x1b, 0x06, 0x8d, 0x17, 0x43, 0x67, 0xd1, 0x01, 0x45, 0xa9, 0x2a, 0xb8, 0x04, 0x09, 0x6d, 0x42, 0x57, 0xee, 0x44, 0xd5, 0x25, 0x21, 0x59, 0xba, 0xc1, 0xe0, 0x7b, 0xc4, 0x40, 0x1e, 0x6c, 0x2f, 0x03, 0xeb, 0x38, 0x03, 0x62, 0x10, 0x2d, 0x3b, 0xca, 0xb1, 0xdf, 0x4e, 0x48, 0x7f, 0x74, 0xa1, 0x9f, 0xe7, 0x15, 0x3e, 0xbf, 0xde, 0x28, 0x02, 0x9b, 0xdd, 0xba, 0xa4, 0xbd, 0x1b, 0x76, 0x2d, 0x9a, 0x27, 0xe4, 0x0c, 0x1f, 0x74, 0x8b, 0x03, 0x4e, 0xc5, 0xbe, 0xea, 0xcc, 0xc1, 0x7c, 0xec, 0x0a, 0xc5, 0x30, 0x28, 0x1d, 0xf9, 0x81, 0xbe, 0x72, 0x9c, 0x92, 0x65, 0x49, 0x7e, 0x4a, 0x7a, 0x56, 0x9f, 0x1c, 0xf6, 0xea, 0xf9, 0x58, 0x19, 0x27, 0x33, 0x35, 0x4b, 0x4b, 0x39, 0xb1, 0x09, 0x31, 0x10, 0xc3, 0xcb, 0xe0, 0x35, 0x0d, 0x55, 0x3e, 0x1c, 0xa3, 0x12, 0xf3, 0xbb, 0x54, 0x08, 0x9b, 0xc1, 0x1a, 0xb5, 0x6f, 0xad, 0xcf, 0x96, 0x49, 0xf4, 0x3b, 0x0e, 0x27, 0x75, 0x67, 0x75, 0xf5, 0xa7, 0x3a, 0x1e } } }; static const struct cckprng_op_generate op_init_769 = { .hd = { .id = 727, .kind = OP_GENERATE }, .rand_nbytes = 45, .out = { .rand = { 0x6d, 0x19, 0xac, 0xb8, 0xf0, 0x3c, 0x25, 0xfa, 0x66, 0x08, 0x1e, 0x8b, 0x76, 0x5f, 0x50, 0x96, 0x46, 0x0e, 0x9b, 0x94, 0x73, 0x3c, 0x8d, 0x02, 0x55, 0x4c, 0x2a, 0x6d, 0x08, 0x0c, 0x2a, 0x13, 0x4d, 0xd1, 0xdf, 0x69, 0x88, 0xda, 0x94, 0xa6, 0x4f, 0x1b, 0x55, 0x18, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_770 = { .hd = { .id = 728, .kind = OP_RESEED }, .nonce = 3574126412422563525ULL, .seed_nbytes = 188, .seed = { 0xe8, 0x49, 0x3b, 0x4e, 0x8c, 0x6c, 0x5a, 0xad, 0xc9, 0xa5, 0xad, 0x12, 0x94, 0x75, 0x0b, 0x04, 0x99, 0x00, 0xb8, 0xda, 0xab, 0x0d, 0x68, 0x9d, 0x99, 0x88, 0x47, 0xa0, 0xe6, 0x41, 0xa0, 0x6a, 0xf1, 0xe8, 0xa0, 0x35, 0x6d, 0x7e, 0x1b, 0x09, 0xa8, 0x6e, 0xdb, 0x75, 0x94, 0x54, 0x78, 0x32, 0xab, 0xc2, 0x5a, 0x4d, 0x60, 0xaf, 0x07, 0xee, 0x8d, 0xcc, 0x35, 0x55, 0x87, 0x55, 0x8c, 0x40, 0x2f, 0xb1, 0x63, 0x7c, 0xac, 0x42, 0x2e, 0x51, 0xec, 0x66, 0x8b, 0xa9, 0x9b, 0xf3, 0xee, 0x7a, 0xe1, 0x71, 0x77, 0x75, 0x0b, 0xcc, 0xb5, 0x0b, 0xeb, 0x35, 0x2b, 0x30, 0x06, 0x16, 0xc4, 0xad, 0x09, 0xc7, 0xec, 0x74, 0x83, 0xe2, 0xb3, 0xfc, 0x08, 0x1c, 0xc9, 0xcd, 0x72, 0xae, 0x58, 0xdd, 0x1b, 0x39, 0x9f, 0x9c, 0x18, 0x08, 0x40, 0x53, 0xe8, 0x45, 0xed, 0xaf, 0x28, 0xa7, 0xb2, 0x0e, 0x48, 0x9e, 0x1d, 0x96, 0x83, 0xe9, 0xc6, 0xfd, 0x4c, 0xbb, 0xfc, 0xe1, 0x23, 0xf6, 0x8f, 0x02, 0x08, 0x79, 0x73, 0x02, 0xc4, 0x3b, 0x64, 0x72, 0x11, 0xfa, 0xe2, 0x1a, 0x61, 0x0e, 0x12, 0xf1, 0x58, 0x9a, 0xc8, 0xaf, 0xb9, 0x30, 0x59, 0x5f, 0x78, 0xbd, 0x20, 0xdb, 0xfe, 0x01, 0xe9, 0xdb, 0x48, 0xc5, 0x20, 0x00, 0xee, 0xcf, 0xe9, 0xbd, 0x41, 0x66, 0x1f, 0xa5 } }; static const struct cckprng_op_generate op_init_771 = { .hd = { .id = 729, .kind = OP_GENERATE }, .rand_nbytes = 170, .out = { .rand = { 0x1c, 0xad, 0x7c, 0xbe, 0x6a, 0x25, 0x77, 0x71, 0x82, 0x7f, 0x6c, 0x76, 0x11, 0xae, 0x59, 0x85, 0x5e, 0xf6, 0x91, 0x95, 0xe5, 0x5b, 0xb4, 0xcc, 0x3c, 0x2d, 0x5b, 0x85, 0x49, 0x3d, 0xe9, 0x0f, 0x8b, 0x4c, 0x44, 0x60, 0xbb, 0x9a, 0x3e, 0xb9, 0x90, 0x59, 0x62, 0xa6, 0x78, 0xfc, 0x13, 0x68, 0x32, 0x8a, 0x74, 0xf1, 0x30, 0x55, 0xda, 0x6b, 0xd1, 0x58, 0xf3, 0xf6, 0x3f, 0x84, 0x2e, 0xfe, 0x90, 0x38, 0x9b, 0x12, 0x6a, 0x3f, 0x33, 0xc1, 0x3a, 0x02, 0x89, 0x8a, 0x0b, 0x44, 0x35, 0xb6, 0x14, 0x95, 0x72, 0x1f, 0x56, 0x29, 0xba, 0xbc, 0xe9, 0x68, 0xfd, 0xea, 0xa7, 0xe3, 0xae, 0xa0, 0x05, 0x24, 0xa4, 0x11, 0xc2, 0x07, 0x3a, 0xaf, 0x99, 0x45, 0x8b, 0xc6, 0xbf, 0x79, 0x71, 0x59, 0x4d, 0x8f, 0xb0, 0xa5, 0x73, 0x19, 0x59, 0x5d, 0x9b, 0x3d, 0xe7, 0x01, 0x7a, 0x92, 0x2d, 0xc1, 0x4e, 0x3b, 0x34, 0x93, 0xa5, 0x16, 0x1a, 0xbd, 0x45, 0xb5, 0xdb, 0xc6, 0x8b, 0xdb, 0x5e, 0x30, 0x98, 0x9c, 0x92, 0x02, 0x6c, 0x86, 0xfd, 0xfa, 0xe6, 0x86, 0x72, 0xda, 0x04, 0x52, 0x76, 0x38, 0xa2, 0x50, 0x49, 0xb3, 0x30, 0x27, 0x43, 0x13, 0x82, 0x64 } } }; static const struct cckprng_op_refresh op_refresh_772 = { .hd = { .id = 730, .kind = OP_REFRESH }, .rand = 11147094753792150246ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_773[] = { (const struct cckprng_op *)&op_init_757, (const struct cckprng_op *)&op_init_758, (const struct cckprng_op *)&op_init_759, (const struct cckprng_op *)&op_refresh_760, (const struct cckprng_op *)&op_reseed_761, (const struct cckprng_op *)&op_refresh_762, (const struct cckprng_op *)&op_init_763, (const struct cckprng_op *)&op_reseed_764, (const struct cckprng_op *)&op_refresh_765, (const struct cckprng_op *)&op_reseed_766, (const struct cckprng_op *)&op_init_767, (const struct cckprng_op *)&op_init_768, (const struct cckprng_op *)&op_init_769, (const struct cckprng_op *)&op_reseed_770, (const struct cckprng_op *)&op_init_771, (const struct cckprng_op *)&op_refresh_772 }; static const struct cckprng_vector vec_774 = { .id = 731, .note = NULL, .nops = 16, .ops = ops_773 }; static const struct cckprng_op_init op_init_775 = { .hd = { .id = 732, .kind = OP_INIT }, .seed = { 0x51, 0x7d, 0x04, 0x48, 0x91, 0x1c, 0x06, 0xb8, 0x13, 0x18, 0x1f, 0x46, 0x81, 0xad, 0x80, 0x7b, 0x12, 0x26, 0xe9, 0x9f, 0xdf, 0xa3, 0x70, 0x0f, 0xd0, 0x0a, 0x88, 0xb5, 0x8b, 0x95, 0x7c, 0xdc }, .nonce = { 0xba, 0x65, 0xc0, 0x04, 0xe5, 0xe9, 0x92, 0xff }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_776 = { .hd = { .id = 733, .kind = OP_GENERATE }, .rand_nbytes = 61, .out = { .rand = { 0xb4, 0x23, 0xab, 0xa4, 0x3c, 0xaf, 0x6a, 0x02, 0x95, 0x0d, 0x79, 0x02, 0xc8, 0xef, 0x2f, 0x5d, 0x60, 0x32, 0xcd, 0x70, 0x0d, 0xeb, 0xa6, 0xc0, 0xb6, 0x3c, 0xc9, 0x99, 0x4b, 0xdd, 0x0a, 0x4f, 0x6c, 0xfe, 0x9c, 0xbf, 0x32, 0x03, 0xdc, 0xad, 0x07, 0x22, 0xe4, 0x00, 0x3f, 0x00, 0x70, 0x05, 0x38, 0x34, 0xc1, 0x6e, 0xb3, 0xf7, 0xbc, 0x6b, 0x49, 0xb0, 0xf0, 0x08, 0xa9 } } }; static const struct cckprng_op_generate op_init_777 = { .hd = { .id = 734, .kind = OP_GENERATE }, .rand_nbytes = 215, .out = { .rand = { 0xa4, 0xa4, 0xc5, 0x57, 0xd8, 0xa4, 0x3a, 0x33, 0x22, 0x01, 0x37, 0x22, 0xbd, 0x1c, 0xe0, 0xc4, 0xb6, 0x7d, 0x2f, 0xa0, 0x48, 0x25, 0xeb, 0xb8, 0x1f, 0x2d, 0x57, 0xed, 0x5f, 0x07, 0x10, 0xbd, 0x05, 0x14, 0x2d, 0x54, 0xb2, 0xd4, 0x05, 0x14, 0x97, 0x52, 0xe6, 0x56, 0xd6, 0xb3, 0xe3, 0xb8, 0xd9, 0xe9, 0x58, 0x65, 0x3e, 0xba, 0x2a, 0x65, 0x8c, 0xa7, 0x86, 0xd2, 0x8a, 0x9a, 0xc1, 0xaa, 0x84, 0xc1, 0x81, 0x85, 0xb5, 0x5d, 0x86, 0x7a, 0x5c, 0x6e, 0xa3, 0xff, 0xe1, 0x65, 0xe8, 0x71, 0x86, 0xb5, 0x32, 0x72, 0xa4, 0x4d, 0x8f, 0x7a, 0xaf, 0x68, 0x12, 0x31, 0x43, 0xfe, 0x96, 0x6a, 0xc7, 0x1c, 0xc1, 0xa4, 0x08, 0x4c, 0xf5, 0x83, 0x6f, 0xa4, 0x0f, 0x18, 0x1f, 0xbc, 0xd9, 0xa9, 0x9d, 0x7b, 0x94, 0x0d, 0x97, 0x65, 0xca, 0x71, 0xdd, 0x0e, 0x3c, 0xf2, 0x95, 0xcf, 0xea, 0x4f, 0xce, 0xd6, 0x77, 0xeb, 0x7b, 0xea, 0xf2, 0x45, 0x1b, 0xe0, 0x52, 0x8c, 0xd4, 0x59, 0xb5, 0xd6, 0xd2, 0x4e, 0xca, 0xe8, 0x51, 0x0e, 0x23, 0x6d, 0x92, 0x5c, 0xee, 0x22, 0x36, 0x45, 0x49, 0xfc, 0x2b, 0x3d, 0xeb, 0x69, 0x84, 0x2d, 0x31, 0x93, 0xed, 0xaa, 0xb0, 0x2c, 0x9c, 0xf9, 0x8e, 0x4c, 0xa6, 0x2f, 0x6a, 0x36, 0x5f, 0xaa, 0x15, 0x3a, 0xeb, 0x66, 0x27, 0x2f, 0x4d, 0xbd, 0xe0, 0xf3, 0xba, 0x3b, 0x74, 0x44, 0x37, 0x03, 0xac, 0xdd, 0x75, 0xda, 0x9f, 0xfd, 0x5e, 0xe7, 0x7f, 0x9f, 0xca, 0x50, 0xf1, 0x04, 0x64, 0x13, 0x4b } } }; static const struct cckprng_op_refresh op_refresh_778 = { .hd = { .id = 735, .kind = OP_REFRESH }, .rand = 3936128662872921716ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_779 = { .hd = { .id = 736, .kind = OP_GENERATE }, .rand_nbytes = 34, .out = { .rand = { 0x48, 0x33, 0x09, 0x6c, 0xbc, 0x8c, 0x43, 0xc2, 0xfc, 0x78, 0x46, 0xbc, 0x91, 0xb9, 0x96, 0xdf, 0x37, 0xb0, 0x6e, 0x3f, 0xf3, 0xb6, 0xed, 0x67, 0xcc, 0x64, 0xb1, 0x47, 0xac, 0x95, 0x7c, 0x77, 0x8a, 0x81 } } }; static const struct cckprng_op_refresh op_refresh_780 = { .hd = { .id = 737, .kind = OP_REFRESH }, .rand = 9802505065909414682ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_781 = { .hd = { .id = 738, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0xca, 0xd7, 0x7b, 0x77, 0x88, 0xc9, 0x70, 0xf6, 0xe7, 0x24, 0xe6, 0x11, 0xb7, 0xb8, 0x02, 0x4a, 0xb8, 0x17, 0xc0, 0xde, 0xb1, 0x9e, 0x39, 0x71, 0x4b, 0x1c, 0x67, 0x2e, 0xcb, 0x8c, 0x54, 0xd2, 0x7b, 0x2a, 0xa7, 0x70, 0x20, 0x80, 0x9a, 0xaa, 0x5f, 0x27, 0xd3, 0xa8, 0x57, 0x1b, 0xd6, 0xe7, 0x59, 0x88, 0xa4, 0x6c, 0xb2, 0x8a, 0x78, 0xdb, 0x66, 0x10, 0x0f, 0xd7, 0xa0, 0x3b, 0x23, 0x7d, 0xb1, 0x7a, 0xa1, 0xd0, 0x27, 0x5e, 0x72, 0x87, 0x87, 0x5f, 0xc9, 0x6d, 0xe2, 0x90, 0x6b, 0xf4, 0xfe, 0x85, 0xc3, 0x10, 0xef, 0x19, 0xef, 0x5a, 0xbd, 0xb7, 0xf8, 0xb6, 0x2c, 0x84, 0xfd, 0x6f } } }; static const struct cckprng_op_generate op_init_782 = { .hd = { .id = 739, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0xa0, 0x94, 0x2d, 0xcd, 0x4e, 0x56, 0x35, 0xff, 0x9b, 0xc2, 0xa8, 0x0f, 0x1e, 0x85, 0x54, 0x99, 0x47, 0x45, 0x04, 0xef, 0x36, 0xfc, 0xe4, 0x78, 0x60, 0xc0, 0xa7, 0xbd, 0x8b, 0x68, 0xb2, 0x3d, 0x76, 0x7a, 0x70, 0xc9, 0x87, 0x6b, 0x6c, 0xcb, 0x06, 0x8e, 0xb6, 0x05, 0xe9, 0xfc, 0x76, 0x1d, 0x94, 0xf0, 0x5d, 0x5a, 0x80, 0x7b, 0xb8, 0x4b, 0xd2, 0x5c, 0xf6, 0xf3, 0x02, 0x51, 0xb2, 0xfc, 0x33, 0x0e, 0x9c, 0x8a, 0x49, 0xb7, 0x40, 0xdb, 0x78, 0x48, 0x91, 0xae, 0xa1, 0x3f, 0x9e, 0x58, 0x8a, 0xaf, 0xd4, 0xb9, 0x72, 0x6a, 0x18, 0xc4, 0xa9, 0x9b, 0x45, 0xe8, 0x6b, 0xb6, 0xa7, 0x93, 0xa1, 0x93, 0x44, 0x75, 0x67, 0x8e, 0x55, 0x60, 0x98, 0xfc, 0xf9, 0xc0, 0x76, 0xdc, 0x01, 0x02, 0x7b, 0x1f, 0xc3, 0x2a, 0x32, 0x8e, 0x6f, 0x0e, 0xc3, 0x9c, 0x5e, 0xdd, 0x0c, 0xab, 0x4c, 0xc1, 0x86, 0x95, 0x47, 0x8f, 0x43, 0xc4, 0xbc, 0x12, 0x01, 0x18, 0x00, 0x34, 0x0a, 0xa8, 0xf0, 0x6c, 0xad, 0x06, 0x8f, 0xce, 0x3b, 0x89, 0x02, 0x99, 0x9a, 0x30, 0x4e, 0xe5, 0x6a, 0xba, 0x58, 0x7e, 0x43, 0x61, 0xf0, 0x8d, 0x9a, 0x3d, 0x45, 0x8b, 0xb7, 0x04, 0x92, 0xf7, 0x31, 0x82, 0xe4, 0xb3, 0x78, 0xe7, 0xf6, 0x0b, 0x6e, 0x79, 0xba, 0xf2, 0x3a, 0x39, 0x6a, 0x7c, 0x69, 0x54, 0x72, 0x10, 0x7d, 0x22, 0xf9, 0x00, 0xb3, 0x27, 0xaf, 0x00, 0x58, 0x12, 0x35, 0x12, 0xee, 0xb4, 0x78, 0x4e, 0x8c, 0x73, 0x1d, 0x3c, 0x0c, 0x02, 0x5b, 0x69, 0xcb, 0xb1, 0x51, 0xfb, 0xa4, 0x20, 0xab, 0x6e, 0xe6, 0x50, 0x29, 0x2c, 0x2c, 0xb7, 0x7b, 0x62, 0x88, 0xe6, 0x6e, 0x65, 0x01, 0x90, 0xd8, 0x21, 0xdb, 0x0c, 0x37 } } }; static const struct cckprng_op_reseed op_reseed_783 = { .hd = { .id = 740, .kind = OP_RESEED }, .nonce = 11125493695668366957ULL, .seed_nbytes = 191, .seed = { 0xf2, 0x61, 0x95, 0x34, 0x12, 0x96, 0x17, 0x4f, 0xea, 0xf8, 0x98, 0xd8, 0xec, 0x2c, 0x2f, 0x1d, 0x53, 0xe5, 0x84, 0xe4, 0x73, 0x87, 0x20, 0x32, 0xdf, 0xd6, 0x2a, 0x63, 0x4a, 0xc9, 0x5b, 0x71, 0x97, 0x96, 0x02, 0x45, 0xb7, 0xc7, 0xf4, 0xe8, 0x6b, 0xb9, 0x36, 0x49, 0x75, 0x06, 0x65, 0xd6, 0xb8, 0xe0, 0x6a, 0x0b, 0xda, 0xf4, 0x17, 0x48, 0x1a, 0x81, 0xb5, 0xda, 0x3c, 0x97, 0xe5, 0x7b, 0x3e, 0x30, 0x98, 0x0c, 0xdd, 0x2c, 0x2d, 0x6a, 0xeb, 0x2f, 0x7e, 0x62, 0xf3, 0x67, 0x99, 0xb9, 0xc1, 0xa2, 0x03, 0x95, 0xb7, 0x90, 0x2e, 0xa6, 0x1d, 0xc0, 0xf7, 0x7a, 0xd5, 0x4a, 0x73, 0x80, 0xc1, 0x7f, 0x4f, 0xfc, 0x25, 0x3f, 0x0a, 0x85, 0x00, 0xc1, 0x71, 0x55, 0xb2, 0x0a, 0x68, 0x44, 0x30, 0x6c, 0x62, 0x12, 0x6c, 0x75, 0xa9, 0x54, 0x70, 0xdd, 0x7d, 0x6c, 0xa0, 0xa4, 0x0a, 0xaf, 0x02, 0x8f, 0xcc, 0xf4, 0x62, 0x9c, 0xe6, 0x27, 0x85, 0xbd, 0x26, 0xbc, 0xb3, 0x00, 0x50, 0xc3, 0x47, 0x48, 0x75, 0x0f, 0x32, 0xba, 0x0c, 0x74, 0x00, 0x42, 0xdd, 0x99, 0x49, 0xec, 0xf6, 0x23, 0x01, 0xce, 0xd0, 0xcb, 0x75, 0x6a, 0x7c, 0x07, 0x82, 0x2e, 0xbb, 0x14, 0x2b, 0x40, 0x2a, 0x7f, 0xff, 0x61, 0x8d, 0xe7, 0xaa, 0x7a, 0x34, 0x56, 0x4f, 0x25, 0x3e, 0xe5, 0xfd, 0xed, 0xfa } }; static const struct cckprng_op_generate op_init_784 = { .hd = { .id = 741, .kind = OP_GENERATE }, .rand_nbytes = 52, .out = { .rand = { 0xbe, 0x5d, 0x8c, 0x83, 0x13, 0xb1, 0xbc, 0x43, 0xf8, 0xf1, 0x3c, 0xc7, 0x4d, 0x04, 0x89, 0xc9, 0x6c, 0x90, 0x93, 0x93, 0xa6, 0xb2, 0x64, 0x29, 0x90, 0xaa, 0x16, 0xc5, 0xd4, 0x67, 0x36, 0x91, 0x5a, 0xc0, 0xc2, 0x40, 0xae, 0x54, 0x84, 0x78, 0x4c, 0x2b, 0x20, 0x9e, 0xf9, 0x44, 0x0c, 0x29, 0xe6, 0xf3, 0x9c, 0x04 } } }; static const struct cckprng_op_reseed op_reseed_785 = { .hd = { .id = 742, .kind = OP_RESEED }, .nonce = 18422627621343638842ULL, .seed_nbytes = 236, .seed = { 0x8b, 0xb2, 0x13, 0x35, 0xf2, 0x40, 0xe6, 0xbc, 0xf8, 0xb2, 0x5c, 0xe2, 0x14, 0x1e, 0xf7, 0x6f, 0x33, 0x12, 0x60, 0xfe, 0x4a, 0xea, 0xaf, 0x73, 0x2b, 0xc3, 0x16, 0xad, 0x3c, 0xab, 0x7c, 0x46, 0x91, 0xac, 0xf8, 0xf3, 0xa3, 0x15, 0x6a, 0x9c, 0x49, 0x71, 0xf3, 0xb8, 0x19, 0x40, 0x62, 0x7c, 0x6a, 0x1b, 0xe1, 0xbc, 0x00, 0xff, 0x0f, 0xb9, 0x1d, 0xb2, 0x71, 0x33, 0xb8, 0xff, 0x4c, 0xa0, 0x8b, 0xa4, 0xa3, 0x61, 0xb3, 0xed, 0x8d, 0x46, 0x58, 0x79, 0x7b, 0xf9, 0x9b, 0xa9, 0x72, 0x7a, 0xed, 0x54, 0x08, 0x6f, 0xcd, 0x77, 0x48, 0xa5, 0x0c, 0x60, 0x55, 0xd8, 0x41, 0xab, 0x87, 0x67, 0xed, 0x38, 0x7c, 0xb0, 0x6b, 0xc2, 0x99, 0x44, 0x49, 0xb5, 0x73, 0xbe, 0x50, 0xe2, 0x0c, 0x56, 0x8f, 0x86, 0xfe, 0x87, 0x7a, 0x09, 0x9f, 0x48, 0xef, 0x4d, 0xff, 0x24, 0xaa, 0xa7, 0x15, 0xb4, 0xff, 0x1d, 0x0a, 0x43, 0xa9, 0xe6, 0xad, 0xfa, 0x0d, 0x9b, 0xac, 0x93, 0xc2, 0x75, 0x5b, 0x17, 0x91, 0x0a, 0xd9, 0xb1, 0xf7, 0x35, 0xbf, 0xb5, 0x1e, 0x0a, 0xed, 0x21, 0x25, 0x97, 0xed, 0x6b, 0x8a, 0xcb, 0xb1, 0xfd, 0x19, 0x4f, 0x06, 0x76, 0xc2, 0xcd, 0xd3, 0xd7, 0x6a, 0x76, 0x50, 0xf6, 0x54, 0x2b, 0x36, 0x39, 0x78, 0x06, 0x71, 0x24, 0xfa, 0x00, 0x01, 0xf2, 0x00, 0xac, 0x40, 0x75, 0xb6, 0x38, 0x12, 0x15, 0x63, 0x3e, 0xb0, 0xd5, 0x07, 0x6d, 0xed, 0xa8, 0x0c, 0x07, 0xb8, 0x7f, 0x05, 0x77, 0x95, 0x38, 0x3c, 0x08, 0x82, 0x5f, 0x5f, 0x3d, 0xe2, 0x05, 0x10, 0x33, 0xe8, 0xba, 0x54, 0xa3, 0xf0, 0xad, 0x9d, 0x46, 0xdc, 0xe7, 0xd8, 0x54, 0xfa, 0xfc } }; static const struct cckprng_op_refresh op_refresh_786 = { .hd = { .id = 743, .kind = OP_REFRESH }, .rand = 1259282024818802046ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_787 = { .hd = { .id = 744, .kind = OP_REFRESH }, .rand = 9163140005844806345ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_788 = { .hd = { .id = 745, .kind = OP_REFRESH }, .rand = 16369049307258194247ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_789 = { .hd = { .id = 746, .kind = OP_GENERATE }, .rand_nbytes = 168, .out = { .rand = { 0x5b, 0x50, 0xe0, 0xaa, 0xd2, 0xe9, 0x45, 0xdb, 0x13, 0xfd, 0x36, 0x74, 0xf8, 0x78, 0xf9, 0x5d, 0xf1, 0xb8, 0x38, 0x17, 0xa7, 0x96, 0x0d, 0x84, 0xb5, 0x7f, 0x40, 0xe7, 0xf2, 0x5e, 0xaf, 0xdc, 0x6b, 0xc1, 0xeb, 0x04, 0xf8, 0xcc, 0x0d, 0xa6, 0x31, 0xe0, 0xb2, 0xbb, 0x3f, 0x4c, 0xa3, 0x5a, 0x21, 0x7d, 0x10, 0xb3, 0xe2, 0x5c, 0x88, 0x93, 0x80, 0xf5, 0x36, 0xd4, 0xd8, 0x0e, 0xc4, 0x68, 0x85, 0x46, 0xd2, 0x35, 0x24, 0x7e, 0xcd, 0xe9, 0xf6, 0x80, 0x8e, 0x84, 0x3a, 0xf2, 0x21, 0x33, 0xfc, 0x1a, 0xe9, 0xd4, 0x52, 0xc2, 0x62, 0xab, 0x0f, 0x6a, 0x8f, 0xe2, 0x1a, 0x60, 0xf7, 0xe3, 0x2b, 0x30, 0x00, 0x1c, 0x41, 0x4a, 0x4e, 0x4d, 0xd1, 0x47, 0x49, 0xcf, 0x7b, 0x72, 0x8a, 0xb0, 0x3b, 0x10, 0x74, 0xa4, 0xbc, 0xc0, 0x69, 0x8f, 0x61, 0x19, 0x1e, 0x16, 0xe1, 0x22, 0x9f, 0x3c, 0x59, 0x9d, 0xa5, 0x0d, 0xf0, 0xf1, 0xfd, 0x38, 0x26, 0x73, 0xcd, 0x85, 0xc6, 0xe1, 0x35, 0xe8, 0x8e, 0xe3, 0xe3, 0xd0, 0x4a, 0x0e, 0xd3, 0x68, 0xaf, 0xe8, 0x58, 0x0f, 0x78, 0x5a, 0xd4, 0xec, 0xa0, 0x52, 0x29, 0x17, 0xb8, 0x87, 0xe7, 0x58 } } }; static const struct cckprng_op_generate op_init_790 = { .hd = { .id = 747, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0x60, 0xc3, 0x9f, 0x2a, 0xfa, 0xec, 0x30, 0x29, 0x69, 0x0b, 0xfc, 0x5f, 0x7b, 0x16, 0x9d, 0x03, 0x2f, 0xd5, 0xfc, 0x87, 0xfd, 0x33, 0x94, 0xd9, 0xab, 0xc5, 0x73, 0x25, 0x9d, 0x30, 0xab, 0x5e, 0x69, 0xe7, 0x0a, 0xe8, 0x09, 0x87, 0xb1, 0xb8, 0x4f, 0x85, 0xd4, 0xb5, 0xfb, 0xe4, 0x85, 0x8d, 0xa8, 0x32, 0x04, 0x86, 0xbf, 0x35, 0xe6, 0xe0, 0xb4, 0xed, 0x9c, 0x49, 0x5f, 0x44, 0x83, 0x37, 0x69, 0x62, 0x43, 0xfc, 0x5b, 0x29, 0x53, 0xa1, 0x81, 0xb9, 0x4b, 0xde, 0x48, 0x40, 0xef, 0x6c, 0xcd, 0x84, 0xa2, 0x1a, 0x09, 0xf0, 0xff, 0xc6, 0xa8, 0x18, 0x34, 0xa1, 0xea, 0xd8, 0xfc, 0xe3, 0x61, 0xa8, 0x0b, 0x9e, 0x48, 0xd4, 0xaf, 0x11, 0xe7, 0x42, 0xf2, 0x4c, 0x16, 0xe9, 0xba, 0xf4, 0xce, 0x3b, 0x7c, 0x8f, 0xa7, 0xae, 0x03, 0x1b, 0xf4, 0xac, 0xa2, 0x11, 0x46, 0xbf, 0x62, 0x36, 0x32, 0x7e, 0x2a, 0xea, 0x70, 0x3c, 0x32 } } }; static const struct cckprng_op *ops_791[] = { (const struct cckprng_op *)&op_init_775, (const struct cckprng_op *)&op_init_776, (const struct cckprng_op *)&op_init_777, (const struct cckprng_op *)&op_refresh_778, (const struct cckprng_op *)&op_init_779, (const struct cckprng_op *)&op_refresh_780, (const struct cckprng_op *)&op_init_781, (const struct cckprng_op *)&op_init_782, (const struct cckprng_op *)&op_reseed_783, (const struct cckprng_op *)&op_init_784, (const struct cckprng_op *)&op_reseed_785, (const struct cckprng_op *)&op_refresh_786, (const struct cckprng_op *)&op_refresh_787, (const struct cckprng_op *)&op_refresh_788, (const struct cckprng_op *)&op_init_789, (const struct cckprng_op *)&op_init_790 }; static const struct cckprng_vector vec_792 = { .id = 748, .note = NULL, .nops = 16, .ops = ops_791 }; static const struct cckprng_op_init op_init_793 = { .hd = { .id = 749, .kind = OP_INIT }, .seed = { 0x64, 0x52, 0x9f, 0xf1, 0xc6, 0x88, 0xe9, 0x9b, 0xd0, 0xba, 0x40, 0xa2, 0xd2, 0xf8, 0x3f, 0xbf, 0x2b, 0x0c, 0xea, 0xde, 0x6f, 0xb6, 0xa0, 0x76, 0x0e, 0xb6, 0x51, 0xda, 0x39, 0xf8, 0xde, 0x93 }, .nonce = { 0x9e, 0x53, 0x15, 0x52, 0x1d, 0x2a, 0x7d, 0x3a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_794 = { .hd = { .id = 750, .kind = OP_REFRESH }, .rand = 3210890105291978429ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_795 = { .hd = { .id = 751, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0xc1, 0xa9, 0x9a, 0x2f, 0x12, 0x53, 0x1c, 0xd6, 0xb0, 0x05, 0x05, 0x18, 0x40, 0x87, 0x66, 0x94, 0x31, 0x5e, 0x00, 0xae, 0x54, 0xdb, 0x7f, 0x65, 0x68, 0xaa, 0xd4, 0xa1, 0xf5, 0xf1, 0xdc, 0x74, 0x35, 0x71, 0xe3, 0x5e, 0xff, 0xe8, 0x16, 0x98, 0xba, 0xbf, 0xab, 0xdc, 0xa1, 0x8a, 0x5d, 0xbf, 0x65, 0x0f, 0xf6, 0xbd, 0x23, 0xa7, 0x40, 0xa9, 0x2d, 0xf4, 0x01, 0x23, 0x7f, 0xd7, 0x0a, 0xc1, 0x10, 0xc9, 0x12, 0x9f, 0x82, 0xa3, 0x80, 0xba, 0x7e, 0x69, 0x81, 0x99, 0xa8, 0xf7, 0x7f, 0x69, 0x05, 0x51, 0xd6, 0x76, 0xa6, 0x64, 0x12, 0x72, 0xe2, 0xdf, 0xa1, 0x87, 0x89, 0x69, 0xfa, 0x03, 0x8f, 0x75, 0x7e, 0x6c, 0x02, 0xb2, 0xc0, 0xdd, 0x7b, 0x6d, 0x7f, 0x7e, 0x0e, 0x19, 0xb5, 0x79, 0x59, 0x07, 0xf4, 0x47, 0x43, 0xbe, 0x6b, 0x33, 0x53, 0xf2, 0x8e, 0x25, 0x0f, 0xba, 0xc1, 0x4b, 0x40, 0x7f, 0x17, 0x16, 0x43, 0x7d, 0x18, 0x93, 0x17, 0x9d } } }; static const struct cckprng_op_reseed op_reseed_796 = { .hd = { .id = 752, .kind = OP_RESEED }, .nonce = 13793719888256637163ULL, .seed_nbytes = 168, .seed = { 0xda, 0x7c, 0x18, 0xc7, 0x71, 0x3d, 0x80, 0x6c, 0x92, 0xa3, 0xd4, 0x3e, 0xd9, 0x14, 0x52, 0xcc, 0x81, 0x58, 0xa3, 0x3f, 0x8c, 0xff, 0x19, 0x9a, 0x7f, 0x52, 0x13, 0x1f, 0x07, 0x55, 0xa5, 0x28, 0xa6, 0xbc, 0x63, 0xab, 0x90, 0x8d, 0xd3, 0x5f, 0xdc, 0xb1, 0x48, 0xbc, 0x7c, 0x02, 0x0d, 0xa5, 0x4d, 0xfe, 0x6f, 0xdf, 0x34, 0x5c, 0x75, 0x7c, 0x3c, 0xe5, 0x87, 0x2c, 0xdb, 0xc3, 0xf5, 0x0f, 0x4c, 0x38, 0xc5, 0x7f, 0xc5, 0xed, 0x69, 0x2c, 0xc2, 0x67, 0xaf, 0x4a, 0x90, 0x48, 0x45, 0x2b, 0xed, 0x59, 0x12, 0x8d, 0x40, 0x91, 0x2a, 0x6f, 0x62, 0x46, 0x06, 0x25, 0xcb, 0xb0, 0xea, 0x8b, 0x54, 0x5b, 0xe6, 0xad, 0xce, 0x5e, 0xf6, 0x9b, 0x56, 0xde, 0xa8, 0x7a, 0xf9, 0xbc, 0xe2, 0xce, 0xc7, 0xd6, 0x93, 0x5c, 0x4a, 0x29, 0x8b, 0xeb, 0x6a, 0x98, 0x93, 0x49, 0xc5, 0xf8, 0x35, 0xbe, 0x8f, 0x07, 0x8c, 0x63, 0x21, 0x2e, 0x97, 0x70, 0x52, 0xd3, 0xd2, 0xee, 0xc5, 0x48, 0x62, 0xcb, 0xc3, 0xaf, 0x30, 0xe5, 0xcd, 0x12, 0xd2, 0x68, 0xd2, 0xc9, 0x90, 0x3a, 0x4d, 0x4d, 0xad, 0x0e, 0x54, 0x56, 0xf1, 0xc9, 0x16, 0x8a, 0x10, 0x91 } }; static const struct cckprng_op_generate op_init_797 = { .hd = { .id = 753, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0xdc, 0x08, 0xcf, 0x7b, 0xb6, 0xc0, 0xec, 0x77, 0x99, 0xde, 0xf8, 0xa6, 0xd2, 0x72, 0x51, 0xa0, 0x75, 0x4c, 0x07, 0x86, 0xad, 0x7a, 0xe9, 0xf2, 0x3b, 0xf8, 0xf7, 0x89, 0x09, 0xc9, 0xba, 0x4c, 0xf1, 0x8c, 0xf5, 0xcb, 0xe6, 0xfe, 0xeb, 0x13, 0xca, 0x7a, 0x71, 0x20, 0x44, 0x4d, 0x82, 0x80, 0xea, 0xf9, 0xf4, 0xb6, 0xd1, 0xf1, 0x05, 0x02, 0xa7, 0xec, 0xb9, 0xd2, 0x68, 0xa3, 0x2c, 0x7e, 0xef, 0xa9, 0xa0, 0x95, 0xf8, 0x77, 0xde, 0x8b, 0x65, 0x8f, 0xd3, 0x47, 0x2a, 0x07, 0x53, 0x56, 0xe2, 0xe1, 0xaa, 0xc2, 0x3a, 0xa5, 0x71, 0x9e, 0xf7, 0x2f, 0xa4, 0xb7, 0xc8, 0x85, 0xd3, 0xa2, 0x14, 0x24, 0x7a, 0x5c, 0x64, 0xbc, 0x33, 0x43, 0x67, 0x2e, 0xf9, 0x26, 0xc8, 0x17, 0xbc, 0xac, 0x34, 0xa6, 0xf9, 0xf1, 0x66, 0x13, 0x16, 0xc7, 0xd4, 0x32, 0xea, 0xa4, 0xc1, 0x34, 0xd2, 0x9c, 0x2f, 0xf5, 0x8b, 0xe8, 0xe8, 0xf9, 0xbd, 0xe7, 0x48, 0x96, 0xaf, 0x96, 0x69, 0x62, 0x48, 0x5b, 0x4d, 0xa7, 0x01, 0x36, 0xff, 0xc3, 0xd6, 0xd7, 0x8c, 0x09, 0x3e, 0x55, 0xc3, 0xea, 0x17, 0x18, 0xf0, 0x01, 0x41, 0xaa, 0x59, 0x3e, 0x45, 0x43, 0xb6, 0x92, 0x6e, 0xf5, 0x98, 0xd9, 0x65, 0x0d, 0x4e, 0x87, 0x8b, 0x28, 0x61, 0x30, 0xe7, 0xa3, 0x52, 0xe9, 0xc6, 0xc5, 0x5b, 0x52, 0xa7, 0x9f, 0xd7, 0xe6, 0xc5, 0x55, 0x86, 0x95, 0xde, 0x7e, 0x4f, 0x58, 0x1f, 0xb3, 0x0b, 0x99, 0xcc, 0x5c, 0xf5, 0x48, 0xac, 0x03, 0x65, 0xf1, 0x39, 0x9f, 0xfe, 0x30, 0xa9, 0xa7, 0xfa, 0xab, 0x01, 0x85, 0xc9, 0x14, 0x41, 0x46, 0x8b, 0xe6, 0x3d, 0x82, 0x96, 0x97, 0xba, 0xf8 } } }; static const struct cckprng_op_refresh op_refresh_798 = { .hd = { .id = 754, .kind = OP_REFRESH }, .rand = 9993182474304140183ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_799 = { .hd = { .id = 755, .kind = OP_REFRESH }, .rand = 17926215389229124255ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_800 = { .hd = { .id = 756, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0x80, 0xbd, 0xe3, 0xd6, 0x86, 0xf9, 0xb9, 0x7f, 0xe0, 0xae, 0x6c, 0x09, 0x71, 0xef, 0x0a, 0x94, 0x37, 0x70, 0x46, 0x31, 0x61, 0x22, 0x94, 0xa1, 0xa8, 0x76, 0x50, 0x6a, 0x62, 0xb5, 0x52, 0x2e, 0x08, 0xdf, 0x05, 0xff, 0xa4, 0x71, 0xb4, 0x8d, 0x14, 0xa0, 0x35, 0xd6, 0x5b, 0x47, 0xb3, 0xee, 0xff, 0x18, 0x84, 0xdd, 0x92, 0x1f, 0xfc, 0x50, 0xd6, 0x25, 0xf8, 0xfb, 0xe4, 0x9e, 0x5c, 0xe3, 0xcb, 0x88, 0x72, 0x0b, 0x65, 0x67, 0x23, 0x27, 0x97, 0x98, 0x63, 0xeb, 0x18, 0x43, 0xe3, 0x80, 0x1e, 0x97, 0xbe, 0xb8, 0xa2, 0x5d, 0xc1, 0x38, 0x9b, 0xfd, 0x35, 0xc3, 0xee, 0xe5, 0xb4, 0x6f, 0x50, 0xbc, 0x25, 0xb8, 0x29, 0xbd, 0x5d, 0x8b, 0x2c, 0x09, 0x45, 0x6c, 0xba, 0xad, 0x09, 0xfe, 0xeb, 0xca, 0x86, 0xc4, 0x1f, 0xd6, 0x23, 0x4e, 0x1d, 0xd8, 0x60, 0xc4, 0xea, 0x7a, 0x5e, 0xd5, 0x04, 0x1a, 0xc5, 0xfe } } }; static const struct cckprng_op_generate op_init_801 = { .hd = { .id = 757, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0xdb, 0xac, 0xea, 0x28, 0x3d, 0xb2, 0x5e, 0x0a, 0x1e, 0xb1, 0x47, 0xf0, 0x9c, 0x8e, 0x38, 0x5a, 0x9f, 0xe7, 0xc8, 0x16, 0x2b, 0xeb, 0x7f, 0x40, 0x83, 0xcc, 0x70, 0x80, 0x29, 0x91, 0x4c, 0x36, 0xc4, 0x54, 0x48, 0x20, 0x52, 0x0e, 0x8b, 0x7a, 0x4f, 0x5e, 0x11, 0xf0, 0x42, 0x2a, 0x09, 0xe4, 0xf2, 0x48, 0x3f, 0xf4, 0xe9, 0xa6, 0xb0, 0xc6, 0xf3, 0x0d, 0x45, 0x6c, 0x48, 0x5a, 0xa3, 0x8c, 0xb6, 0xc6, 0x95, 0x9a, 0x0d, 0x5f, 0x2b, 0x8c, 0xdf, 0x80, 0xe6, 0xf9, 0x7d, 0xa9, 0x10, 0xe6, 0xa8, 0x3a, 0x8a, 0x7f, 0x30, 0xce, 0xd5, 0xdb, 0x26, 0x60, 0xb0, 0x66, 0x11, 0x58, 0xc8, 0xc0, 0xaf, 0xd2, 0xa5, 0x8d, 0x10, 0x80, 0x2e, 0x2b, 0xb6, 0x2c, 0x32, 0x1e, 0xd3, 0x7c, 0xa5, 0xe2, 0x67, 0x0f, 0x32, 0x0a, 0x4b, 0x34, 0xd1, 0xdb, 0x30, 0xaf, 0x0b, 0x28, 0x19, 0x60, 0x36, 0xf3, 0x52, 0x22, 0xba, 0x31, 0x58, 0x2c, 0xc3, 0xb4, 0xe9, 0x02, 0x63, 0xf2, 0xa6, 0x51, 0x64, 0xff, 0x79, 0x94, 0x08, 0xe4, 0x0c, 0x47, 0x8c, 0x28, 0x13, 0xb3, 0x7c, 0xe9, 0x93, 0x1c, 0x92, 0x36, 0x73, 0x44, 0xf4, 0x41, 0x8e, 0x8a, 0x7e, 0x23, 0xcf, 0x5b, 0x90, 0x6b, 0xa0, 0xb3, 0xb6, 0x8c, 0x43, 0xb0, 0xed, 0xf4, 0x18, 0xda, 0x13, 0xd6, 0x3c, 0x7b, 0x3a, 0x5c, 0xf0, 0x5a, 0x6d, 0x3c, 0x5b, 0x18, 0xc8, 0x87, 0xad, 0xe7, 0xba, 0x15, 0x6d, 0xa6, 0x81, 0x99, 0xa8, 0xa3, 0xb8, 0x99, 0x10, 0x25, 0x9f, 0x7d, 0x3b, 0x9d, 0xca, 0xb8, 0x24, 0xb7, 0x01, 0x10, 0x47, 0xcf, 0xa2, 0x56, 0x27, 0xeb, 0xcc, 0x9a, 0x9e, 0x49, 0xe1, 0xbf, 0x08, 0x65, 0xb2, 0x2b, 0x64, 0x5a, 0xe2, 0x66, 0x98, 0x66, 0x2b, 0x5c, 0xfc, 0xb7, 0x06, 0xde } } }; static const struct cckprng_op_generate op_init_802 = { .hd = { .id = 758, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0x66, 0xbb, 0x40, 0x45, 0xcd, 0xe6, 0xa2, 0xa5, 0xe0, 0xfc, 0xe8, 0x82, 0x2f, 0x4b, 0x6f, 0xcd, 0xa1, 0x1b, 0x56, 0x6c, 0x0b, 0x23, 0x4f, 0x59, 0x57, 0x1b, 0x18, 0xfe, 0x83, 0x88, 0xb6, 0x78, 0x84, 0x54, 0xde, 0x43, 0x04, 0x8f, 0xc5, 0xb3, 0xc6, 0xae, 0x51, 0xe0, 0x7f, 0xc0, 0x59, 0x84, 0x33, 0xa2, 0x6b, 0x20, 0xfb, 0xb3, 0xf4, 0x8c, 0xb0, 0xc3, 0xbe, 0xcb, 0xe9, 0x76, 0xc7, 0xfa, 0xa9, 0x1f, 0xa0, 0x5d, 0xe8, 0xd3, 0xca, 0xd1, 0xb6, 0xa8, 0xab, 0x8c, 0xdf, 0xfa, 0xa2, 0x2b, 0x36, 0xc9, 0xf6, 0xfd, 0x47, 0xe3, 0xfc, 0x82, 0x00, 0x50, 0xfa, 0x9b, 0xf6, 0x36, 0x61, 0x66, 0x45, 0xc1, 0xa7, 0x85, 0xcb, 0xd7, 0x77, 0xbb, 0x11, 0x6d, 0x4d, 0x76, 0x04, 0x29, 0x0b, 0x86, 0x67 } } }; static const struct cckprng_op_reseed op_reseed_803 = { .hd = { .id = 759, .kind = OP_RESEED }, .nonce = 3813522037662064263ULL, .seed_nbytes = 192, .seed = { 0xb5, 0xe4, 0xe8, 0x21, 0xac, 0xa9, 0x39, 0xde, 0x38, 0x91, 0x81, 0xe5, 0xd1, 0xe9, 0x30, 0xac, 0x71, 0x2b, 0xdc, 0x5e, 0xe7, 0x49, 0x67, 0x30, 0x46, 0x2a, 0x21, 0xb9, 0x39, 0x0f, 0x4e, 0xce, 0xe5, 0xe8, 0x04, 0x04, 0x74, 0x8a, 0x4f, 0xbb, 0xfc, 0x2d, 0x8b, 0x6a, 0x5b, 0x7d, 0x45, 0x31, 0xf7, 0xfe, 0xe1, 0x75, 0x33, 0x48, 0xa3, 0x85, 0x7e, 0x0d, 0xb6, 0x65, 0xb2, 0x2b, 0x99, 0x15, 0x50, 0x42, 0x00, 0xfa, 0xf0, 0x25, 0x21, 0x85, 0x23, 0x8b, 0xd0, 0x48, 0x37, 0x39, 0x08, 0x43, 0x3c, 0x03, 0xb8, 0x49, 0xa6, 0x6b, 0xb7, 0xda, 0xd6, 0x69, 0xfb, 0x15, 0x83, 0xdf, 0x7b, 0x01, 0x01, 0x57, 0x45, 0xdf, 0x45, 0xb2, 0x1c, 0x78, 0xd3, 0xb0, 0x5d, 0x33, 0xc3, 0xb3, 0x96, 0x21, 0xb4, 0x66, 0xd6, 0x27, 0x48, 0x22, 0x67, 0x65, 0x91, 0x17, 0x3b, 0xd0, 0xc2, 0xdf, 0xf4, 0xdd, 0x01, 0x36, 0x1f, 0x12, 0x08, 0x54, 0x52, 0xe7, 0x07, 0x33, 0xf2, 0xad, 0x9c, 0xa2, 0xa5, 0x77, 0xe1, 0x26, 0xc4, 0x85, 0xfb, 0x1d, 0x94, 0xff, 0x7d, 0x5d, 0x72, 0x62, 0xe0, 0xfa, 0x7d, 0xe6, 0x80, 0x62, 0xe2, 0xfb, 0xe6, 0x84, 0x38, 0x9c, 0x9a, 0x9b, 0x1c, 0x01, 0x91, 0x44, 0x6d, 0x8a, 0x51, 0x31, 0xb6, 0xb4, 0x12, 0x7d, 0x33, 0xc4, 0xef, 0x90, 0xe3, 0x86, 0xd1, 0x1e, 0x43, 0xf3 } }; static const struct cckprng_op_generate op_init_804 = { .hd = { .id = 760, .kind = OP_GENERATE }, .rand_nbytes = 65, .out = { .rand = { 0x6f, 0xdd, 0x3d, 0x3c, 0x47, 0x62, 0x2a, 0xf4, 0x5a, 0x03, 0x41, 0x76, 0x80, 0x2b, 0x7a, 0x74, 0xcf, 0x72, 0x1d, 0xc6, 0x74, 0xd5, 0x30, 0xc6, 0xf0, 0x7d, 0xfd, 0x00, 0xd6, 0xc9, 0x29, 0xaa, 0x1a, 0x7c, 0x21, 0x97, 0xe1, 0xed, 0x6e, 0x23, 0x0f, 0x5e, 0x30, 0x1d, 0xcb, 0x22, 0x16, 0x9e, 0xcc, 0x3e, 0x40, 0x94, 0x75, 0x4c, 0x4d, 0x0b, 0x89, 0x98, 0x67, 0x41, 0x3e, 0xe2, 0xa7, 0x9f, 0xe5 } } }; static const struct cckprng_op_refresh op_refresh_805 = { .hd = { .id = 761, .kind = OP_REFRESH }, .rand = 6103561196075059258ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_806 = { .hd = { .id = 762, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0x6a, 0xbd, 0x7e, 0xa6, 0xe6, 0x57, 0x43, 0x8e, 0xf5, 0x6e, 0x4b, 0x10, 0x4d, 0xbf, 0xfb, 0x9d, 0x4c, 0xfa, 0x0c, 0x50, 0x6c, 0x4d, 0xb5, 0xea, 0xb3, 0x63, 0x79, 0x49, 0x62, 0xe4, 0xe1, 0x39, 0x29, 0x0c, 0xb9, 0x17, 0xb6, 0x52, 0xfe, 0xa0, 0x97, 0x02, 0x8e, 0xdb, 0x23, 0x21, 0xd5, 0x26, 0xef, 0xad, 0xa1, 0xa8, 0x39, 0xed, 0x0c, 0x07, 0xf4, 0x97, 0xef, 0x8a, 0xbd, 0x04, 0xe3, 0x26, 0xda, 0xa1, 0x98, 0x97, 0x34, 0x30, 0x1e, 0xdc, 0xd7, 0xf1, 0x18, 0x42, 0x68, 0x5c, 0x30, 0x59, 0x02, 0xaa, 0x7e, 0xc3, 0xed, 0x9d, 0x68, 0xff, 0xbf, 0x50, 0xd1, 0x4a, 0xc9, 0xcf, 0x1b, 0x8e, 0x2c, 0x6b, 0x21, 0x8c, 0xd3, 0x1e, 0x0f, 0x41, 0xcf, 0xdc, 0xe7, 0xee, 0x93, 0xd2, 0x34, 0xcb, 0xbb, 0x15, 0x18, 0x2f, 0x24, 0x9d, 0xed, 0xba, 0xe8, 0x46, 0xce, 0x06, 0xdb, 0x4a, 0x59, 0x87, 0xa7, 0xa3, 0x53, 0xb3, 0x9b, 0x2a, 0x12, 0x2b, 0x8e, 0x88, 0x67, 0x83, 0x5b, 0x23, 0x65, 0x8f, 0xf9, 0x48, 0xf3, 0x43, 0x07, 0xb0, 0xb3, 0x16, 0xcb, 0x8c, 0xfe, 0x19, 0x64, 0xdc, 0xc5, 0x50, 0xcc, 0xf6, 0xde, 0x19, 0x4b, 0xd7, 0xf6, 0x7f, 0xbe, 0x68, 0xd6, 0xd8, 0x83, 0x23, 0x4e, 0x72 } } }; static const struct cckprng_op_refresh op_refresh_807 = { .hd = { .id = 763, .kind = OP_REFRESH }, .rand = 2979091970869124047ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_808 = { .hd = { .id = 764, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0x2b, 0x73, 0x2e, 0x1c, 0x38, 0xf0, 0xd9, 0x76, 0xa0, 0x1d, 0xa3, 0xf3, 0x29, 0xcf, 0x48, 0x51, 0x50, 0x95, 0x3b, 0x6a, 0xba, 0x23, 0x68, 0x41, 0x05, 0x03, 0x95, 0xa0, 0x10, 0xa2, 0xe1, 0xe0, 0x05, 0xde, 0xd0, 0x0d, 0x93, 0x20, 0xee, 0x14, 0xe9, 0xf1, 0x66, 0x2c, 0x07, 0x64, 0x7b, 0xdb, 0x5f, 0xf4, 0xe1, 0x68, 0xd6, 0xa9, 0xc4, 0x87, 0x69, 0xe2, 0x2d, 0xb0, 0x94, 0xe1, 0x1a, 0xef, 0x84, 0x28, 0xe9, 0x5d, 0x35, 0x0a, 0x35, 0x3c, 0x90, 0x2b, 0xb1, 0x2b, 0xdc, 0xc4 } } }; static const struct cckprng_op *ops_809[] = { (const struct cckprng_op *)&op_init_793, (const struct cckprng_op *)&op_refresh_794, (const struct cckprng_op *)&op_init_795, (const struct cckprng_op *)&op_reseed_796, (const struct cckprng_op *)&op_init_797, (const struct cckprng_op *)&op_refresh_798, (const struct cckprng_op *)&op_refresh_799, (const struct cckprng_op *)&op_init_800, (const struct cckprng_op *)&op_init_801, (const struct cckprng_op *)&op_init_802, (const struct cckprng_op *)&op_reseed_803, (const struct cckprng_op *)&op_init_804, (const struct cckprng_op *)&op_refresh_805, (const struct cckprng_op *)&op_init_806, (const struct cckprng_op *)&op_refresh_807, (const struct cckprng_op *)&op_init_808 }; static const struct cckprng_vector vec_810 = { .id = 765, .note = NULL, .nops = 16, .ops = ops_809 }; static const struct cckprng_op_init op_init_811 = { .hd = { .id = 766, .kind = OP_INIT }, .seed = { 0x0b, 0xd8, 0x49, 0xe2, 0xf6, 0x7c, 0xc3, 0x4c, 0xd0, 0x14, 0xa6, 0xdd, 0x3a, 0x9b, 0x19, 0x30, 0x0b, 0x29, 0xa5, 0xcd, 0x6d, 0x90, 0x82, 0x67, 0x61, 0x9e, 0x96, 0xcd, 0xea, 0xbb, 0x8b, 0x18 }, .nonce = { 0x13, 0xb3, 0x91, 0x68, 0x28, 0xfe, 0x1d, 0x63 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_812 = { .hd = { .id = 767, .kind = OP_RESEED }, .nonce = 13260660281074525122ULL, .seed_nbytes = 239, .seed = { 0x8f, 0xb1, 0xae, 0x63, 0x40, 0x9e, 0xc3, 0x3a, 0xe7, 0xaf, 0x1f, 0x39, 0xe2, 0x3d, 0x7f, 0x76, 0x49, 0x50, 0xb9, 0xc5, 0xc8, 0x1a, 0xe9, 0xfc, 0xaf, 0xb3, 0x7f, 0xc2, 0x2e, 0x1b, 0x90, 0x2c, 0xb6, 0x4b, 0xf0, 0x6d, 0x0d, 0xd8, 0xda, 0x59, 0x9b, 0xb3, 0x0b, 0x96, 0xc0, 0x0e, 0xa9, 0x1d, 0x0b, 0x5a, 0xd8, 0x7d, 0x4f, 0xde, 0xb6, 0xdf, 0x28, 0xd7, 0xb2, 0xe9, 0xfe, 0x7d, 0x3e, 0x95, 0xe1, 0xc3, 0x46, 0xe8, 0x68, 0x99, 0xe9, 0x04, 0x2b, 0x19, 0x4b, 0xcf, 0xed, 0xb8, 0x58, 0x7f, 0x5e, 0xae, 0x78, 0x1d, 0xf5, 0x87, 0x82, 0x32, 0xcf, 0xed, 0x86, 0x9d, 0xe7, 0xec, 0x86, 0x2e, 0xa1, 0x47, 0xf6, 0xb5, 0xdb, 0x95, 0xce, 0x8d, 0x0b, 0x03, 0x42, 0xb2, 0xb1, 0xcb, 0xdc, 0x30, 0x9c, 0xf7, 0x33, 0xaf, 0x73, 0x97, 0x4c, 0x1d, 0x6a, 0x23, 0x42, 0xcb, 0xb3, 0xe5, 0xc9, 0xa3, 0x33, 0xb1, 0x4f, 0x54, 0x6a, 0x9c, 0x63, 0x8d, 0x40, 0xf7, 0x6c, 0xe5, 0x5b, 0x7a, 0x67, 0xcc, 0x23, 0x43, 0x47, 0x8c, 0x5c, 0xda, 0xb9, 0x56, 0x63, 0x63, 0x1d, 0xf1, 0xd4, 0x74, 0xf9, 0xe6, 0xb8, 0x67, 0xc9, 0x6c, 0xd3, 0xe9, 0x35, 0x5f, 0x3b, 0x72, 0x9e, 0xde, 0x8d, 0xa9, 0xc5, 0x2c, 0x16, 0xf8, 0xba, 0x4a, 0x1e, 0x3b, 0x56, 0x96, 0xd6, 0x9e, 0x21, 0x8b, 0x31, 0x6c, 0xeb, 0x1e, 0xbc, 0xca, 0xd2, 0x5d, 0xb6, 0xf8, 0x19, 0x8c, 0xd0, 0x0f, 0xb7, 0x9b, 0x21, 0x9d, 0xe9, 0x49, 0x38, 0xb9, 0xa0, 0xa5, 0x07, 0x87, 0x31, 0xd0, 0x83, 0xe3, 0x54, 0x57, 0xc5, 0x1c, 0xf6, 0x65, 0x95, 0x6f, 0x5f, 0xca, 0x5e, 0x63, 0x3d, 0x19, 0xad, 0x31, 0xf5, 0xc8, 0xfc, 0xb4, 0x58 } }; static const struct cckprng_op_refresh op_refresh_813 = { .hd = { .id = 768, .kind = OP_REFRESH }, .rand = 14646347682990782554ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_814 = { .hd = { .id = 769, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0x93, 0xf7, 0xd4, 0x74, 0x09, 0x80, 0xb1, 0x5d, 0x5e, 0xee, 0x82, 0x22, 0x54, 0x53, 0x87, 0xb6, 0xc5, 0x80, 0x5a, 0x09, 0x6d, 0x1c, 0x74, 0x07, 0x14, 0x38, 0x61, 0x01, 0xec, 0x8b, 0x00, 0x59, 0x5c, 0x9a, 0x8b, 0x2e, 0xfc, 0x91, 0x47, 0x05, 0x91, 0xb8, 0x44, 0x67, 0xed, 0xc8, 0xf6, 0xd1, 0xba, 0xcf, 0xff, 0xf9, 0xed, 0x23, 0x2e, 0xb4, 0x14, 0x3e, 0x01, 0x90, 0xb1, 0x3d, 0xaa, 0x5e, 0x82, 0xc4, 0x85, 0x8e, 0x05, 0x34, 0x1d, 0xc6, 0x64, 0xf6, 0x10, 0x40, 0xd2, 0x81, 0x6f, 0x0a, 0x0a, 0x80, 0x10, 0xc3, 0x1a, 0x4f, 0x2b, 0xd7, 0x06, 0xe3, 0x92, 0x3b, 0xd0, 0x86, 0x3f, 0x51, 0xe9, 0xf6, 0x2a, 0x5d, 0x7c, 0xd9, 0xda, 0xfe, 0xbb, 0x39, 0x28, 0xab, 0x80, 0xc4, 0xb0, 0x61, 0x5e, 0x80, 0x15, 0x10, 0xd1, 0xd6, 0xa6, 0x6a, 0x8b, 0xd0, 0xe2, 0x05, 0x49, 0xef, 0x1c, 0x60, 0xb2, 0x0c, 0xe1, 0x90, 0xba, 0x17, 0x95, 0x90, 0x52, 0xcb, 0x89, 0xf3, 0x0e, 0xb6, 0xf0, 0x29, 0x96, 0x12, 0xd5, 0x38, 0xfc, 0x50, 0x64, 0xab, 0xb4, 0xd1, 0x95, 0x8c, 0x8e, 0x1a, 0x6f, 0x51, 0xf2, 0x25, 0xf6, 0xd4, 0x35, 0xe9, 0x67, 0xb2, 0xfc, 0x9e, 0xa7, 0x63 } } }; static const struct cckprng_op_reseed op_reseed_815 = { .hd = { .id = 770, .kind = OP_RESEED }, .nonce = 5273413172197599792ULL, .seed_nbytes = 83, .seed = { 0x6b, 0x5e, 0x3c, 0x50, 0x04, 0x8a, 0x18, 0x90, 0xd5, 0x51, 0xfd, 0xf4, 0xfa, 0x8b, 0x03, 0xf3, 0x37, 0x06, 0x0a, 0x1f, 0xcb, 0xfa, 0x7b, 0xf8, 0x05, 0x42, 0xe9, 0x8f, 0x45, 0x54, 0xaa, 0x8c, 0x5f, 0x72, 0x3e, 0xc3, 0x54, 0x3c, 0x2d, 0x5d, 0x55, 0xbe, 0x09, 0xe0, 0xbd, 0x7d, 0xb9, 0x98, 0xa3, 0xf2, 0xb6, 0xd5, 0xf0, 0x9d, 0x9d, 0xd2, 0xae, 0x51, 0xf8, 0x1a, 0x31, 0x39, 0x40, 0x08, 0xdb, 0x26, 0x54, 0x70, 0x7f, 0x50, 0xbc, 0x67, 0xd5, 0x47, 0xf7, 0xa6, 0xaf, 0x4d, 0x5e, 0x89, 0xd2, 0xc3, 0xca } }; static const struct cckprng_op_refresh op_refresh_816 = { .hd = { .id = 771, .kind = OP_REFRESH }, .rand = 10534394750737512903ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_817 = { .hd = { .id = 772, .kind = OP_GENERATE }, .rand_nbytes = 120, .out = { .rand = { 0x09, 0x74, 0xf3, 0x1e, 0x60, 0xaa, 0x5c, 0x4c, 0x4b, 0x2f, 0x06, 0xa5, 0x2f, 0x87, 0x0b, 0x59, 0x4c, 0x84, 0x55, 0x10, 0xfe, 0xda, 0xea, 0x38, 0xf1, 0xa5, 0x49, 0x9b, 0x03, 0x81, 0x5f, 0xab, 0xa1, 0x85, 0x14, 0x4f, 0x74, 0xf0, 0x73, 0xfd, 0x33, 0xee, 0x50, 0xa2, 0x33, 0x08, 0x4d, 0x43, 0xae, 0x10, 0x92, 0x77, 0xa9, 0x14, 0xa8, 0x79, 0xb0, 0xff, 0x51, 0x18, 0xaf, 0x23, 0x0c, 0x2f, 0x76, 0xff, 0xba, 0xaa, 0x24, 0xdd, 0xd3, 0x55, 0x91, 0xf2, 0xee, 0x7e, 0x42, 0xd9, 0x37, 0x2f, 0xa8, 0x2f, 0x3f, 0x71, 0x62, 0x6e, 0xf9, 0x8d, 0x81, 0x82, 0xa2, 0xc9, 0xdd, 0x49, 0xd8, 0x68, 0x0a, 0x81, 0x51, 0x9b, 0x94, 0x7c, 0x69, 0xfa, 0x5b, 0x73, 0x9d, 0x5a, 0x68, 0x38, 0xe2, 0x72, 0xe2, 0x59, 0x9f, 0x45, 0x3f, 0x1a, 0x91, 0x04 } } }; static const struct cckprng_op_reseed op_reseed_818 = { .hd = { .id = 773, .kind = OP_RESEED }, .nonce = 6878676919504469430ULL, .seed_nbytes = 74, .seed = { 0xc2, 0xc1, 0xcf, 0x11, 0x05, 0x12, 0x69, 0xf9, 0x08, 0x81, 0x6f, 0x22, 0xdd, 0xb9, 0xb1, 0xdf, 0x5c, 0x62, 0x5e, 0xae, 0x7c, 0x8e, 0xfc, 0x25, 0xdd, 0x6c, 0xce, 0x16, 0x80, 0x19, 0x08, 0x05, 0x9c, 0xcf, 0xab, 0x45, 0x38, 0xe3, 0x4a, 0x1e, 0x13, 0x53, 0x51, 0xbe, 0x65, 0x3c, 0x7d, 0xe9, 0x60, 0x59, 0x6b, 0xe5, 0x5e, 0x7f, 0x42, 0xae, 0x86, 0x7b, 0x04, 0xb5, 0x80, 0x14, 0x29, 0x03, 0x0b, 0xdf, 0xc6, 0xea, 0xa5, 0xec, 0xac, 0x51, 0x42, 0x0b } }; static const struct cckprng_op_generate op_init_819 = { .hd = { .id = 774, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0x87, 0xd4, 0xe0, 0xc7, 0x7d, 0x0b, 0x4c, 0xc5, 0x4f, 0x70, 0xf0, 0xc1, 0xfe, 0x2f, 0x78, 0xb9, 0x3b, 0x5b, 0x88, 0xd9, 0x07, 0x6e, 0x42, 0xbc, 0xcc, 0xe7, 0x46, 0x4f, 0x04, 0xb6, 0x62, 0xc6, 0xd0, 0x40, 0x7b, 0xb0, 0x5b, 0x72, 0x9f, 0xe8, 0xd6, 0xf1, 0x39, 0xdc, 0x2c, 0x53, 0x1a, 0x48, 0xe0, 0xb3, 0x03, 0xd5, 0x47, 0xa8, 0x24, 0x96, 0xb9, 0x21, 0x56, 0xe1, 0xd3, 0x83, 0xa1, 0x55, 0x19, 0x03, 0xdb, 0xe7, 0x3b, 0xc5, 0xc7, 0x4d, 0xeb, 0x05, 0xea, 0xd5, 0xfd, 0x63, 0x1c, 0x9a, 0xab, 0xec, 0xc9, 0x7b, 0x93, 0xdb, 0xc8, 0x03, 0xb1, 0x6b, 0xc4, 0xe4, 0x22, 0x9c, 0x6b, 0x8f, 0xbf, 0xfb, 0x88, 0x01, 0x3e, 0xbf, 0xad, 0xfb, 0xa7, 0x73, 0x3a, 0x61, 0x03, 0x90, 0xf8, 0x1a, 0x5c, 0x86, 0x20, 0x14, 0xb4, 0xf1, 0xfd, 0xf4, 0xb2, 0x35, 0xcd, 0x53, 0x08, 0x6b, 0x46, 0xbf, 0x6f, 0xd8, 0x91, 0x79, 0x7b, 0x5e, 0xf3, 0x5f, 0xa3, 0xb6, 0xdd, 0x0c, 0x6f, 0xa5, 0xcb, 0xdb, 0x19, 0x86, 0xb3, 0x57, 0x86, 0xc3, 0x0f, 0x99, 0x4e, 0x88, 0x88, 0x37, 0xf3, 0x25, 0xfb, 0x03, 0x7b, 0x21, 0xb0, 0x59, 0xea, 0x7a, 0x85, 0x79, 0xba, 0x1e, 0xae, 0x0b, 0x8e, 0xd1, 0xfc, 0x00, 0x53, 0xcb, 0x90, 0x09, 0xcf, 0x44, 0x23, 0x2c, 0xc1, 0x31, 0x86, 0xcf, 0xcc, 0xf8, 0x5c, 0xfc, 0x59, 0x07, 0x9e, 0xff, 0xa5, 0xee, 0xc3, 0xa3, 0xa0, 0xb7, 0xb4, 0x16, 0xa4, 0x03, 0x5e, 0x46, 0x58, 0x56, 0xc3, 0x7e, 0x05, 0x2d, 0x9a, 0x1b, 0xb7, 0xbe, 0xfb, 0xb9, 0xf3, 0xc7, 0xb8, 0x4c, 0x89, 0x9a, 0x56, 0xf0, 0x82, 0xf0, 0x1d, 0xce, 0x41, 0x93, 0xf5, 0x3f, 0x55, 0x89, 0x67, 0x22, 0xff, 0x4a, 0xf7, 0x1e, 0x5b, 0x5e, 0x7b, 0x55, 0x0a, 0x06, 0x3e, 0xf3, 0x8c, 0x5b, 0x83, 0x2d, 0xfe, 0xa3, 0xff, 0x6f, 0x3f } } }; static const struct cckprng_op_refresh op_refresh_820 = { .hd = { .id = 775, .kind = OP_REFRESH }, .rand = 11495522276445233599ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_821 = { .hd = { .id = 776, .kind = OP_GENERATE }, .rand_nbytes = 73, .out = { .rand = { 0xff, 0x3c, 0x60, 0x31, 0x1a, 0xaf, 0x9a, 0x50, 0x69, 0x38, 0xf1, 0x84, 0x2d, 0xc5, 0x17, 0x98, 0xf1, 0x3a, 0x8e, 0x03, 0x4b, 0xb1, 0x46, 0x0f, 0xc4, 0x7e, 0xb0, 0xb0, 0x43, 0x91, 0x48, 0xef, 0x6d, 0x78, 0x6e, 0x73, 0x1f, 0x47, 0x42, 0xf1, 0xa7, 0xc9, 0xad, 0x29, 0x1b, 0x93, 0x75, 0x44, 0x76, 0x9c, 0xe9, 0x19, 0x7a, 0x25, 0xc5, 0x0c, 0x65, 0x51, 0xfd, 0xe6, 0x36, 0xac, 0x95, 0xcf, 0x69, 0x9d, 0x82, 0x15, 0x7a, 0x2a, 0xf3, 0x87, 0xca } } }; static const struct cckprng_op_reseed op_reseed_822 = { .hd = { .id = 777, .kind = OP_RESEED }, .nonce = 3356515909584789763ULL, .seed_nbytes = 113, .seed = { 0xed, 0x39, 0xa1, 0x5c, 0x7e, 0x5c, 0x2c, 0xea, 0xdd, 0x18, 0xa7, 0xe4, 0x5b, 0x51, 0xee, 0xc3, 0x9e, 0xb0, 0xd4, 0xf2, 0x83, 0x36, 0xeb, 0xf4, 0xaf, 0x24, 0x37, 0xd1, 0x6d, 0xdf, 0xf9, 0x54, 0xac, 0xcb, 0x10, 0x73, 0x92, 0x1e, 0xfa, 0x7d, 0x57, 0x25, 0xbd, 0x7f, 0xf3, 0x2d, 0xa6, 0x1c, 0x1c, 0xd5, 0xd5, 0xcf, 0x43, 0xb8, 0x0d, 0x74, 0x26, 0x08, 0x5d, 0xbc, 0xe2, 0x95, 0x1f, 0xc1, 0x59, 0xb8, 0x08, 0x08, 0x40, 0x43, 0x32, 0x0d, 0xd7, 0x88, 0xf2, 0xea, 0xf6, 0x98, 0x32, 0xb6, 0x09, 0xa5, 0x01, 0x51, 0x70, 0xd8, 0xcf, 0xef, 0x13, 0x29, 0xfa, 0xaa, 0x68, 0xdd, 0x46, 0x3f, 0x0f, 0xbf, 0x7c, 0x20, 0x5f, 0xe9, 0x6f, 0x5e, 0x0c, 0x32, 0xde, 0x4a, 0xea, 0xb4, 0xdb, 0xcf, 0xea } }; static const struct cckprng_op_refresh op_refresh_823 = { .hd = { .id = 778, .kind = OP_REFRESH }, .rand = 1013896263541403582ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_824 = { .hd = { .id = 779, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0x68, 0x3c, 0xb6, 0x08, 0x81, 0x21, 0xb8, 0xf6, 0xce, 0xc7, 0x18, 0xbe, 0x01, 0x58, 0xa4, 0xbb, 0xd6, 0x83, 0x14, 0x23, 0xcd } } }; static const struct cckprng_op_reseed op_reseed_825 = { .hd = { .id = 780, .kind = OP_RESEED }, .nonce = 5127188071368805772ULL, .seed_nbytes = 264, .seed = { 0x8e, 0x86, 0x6c, 0x80, 0x94, 0x82, 0xae, 0xa1, 0x0d, 0x32, 0x39, 0x11, 0xaf, 0xe7, 0xa8, 0x66, 0xd5, 0x72, 0x45, 0x59, 0xcb, 0xa5, 0xfd, 0x8a, 0x5d, 0xbb, 0xd5, 0xa6, 0x87, 0x61, 0xf2, 0xf1, 0xac, 0x56, 0x40, 0xcc, 0x1f, 0x0c, 0xd0, 0xa6, 0x9a, 0xe5, 0x13, 0xc5, 0x72, 0xbf, 0xd4, 0x8a, 0x53, 0x51, 0x5d, 0xdc, 0x4b, 0x29, 0xe9, 0x21, 0x08, 0xa4, 0x2c, 0x00, 0xba, 0x6c, 0x41, 0xc6, 0x12, 0x52, 0x1b, 0x8e, 0x4f, 0x62, 0xf1, 0xc7, 0x8c, 0x33, 0x3a, 0x16, 0x37, 0x61, 0xb2, 0xb5, 0x79, 0xd3, 0x73, 0xde, 0x17, 0xa9, 0xe7, 0x1a, 0x25, 0x7f, 0x06, 0x10, 0xb4, 0x9a, 0x28, 0x32, 0x79, 0x89, 0x16, 0xee, 0xf8, 0x02, 0xd4, 0x96, 0x40, 0x6f, 0x25, 0x1a, 0xc9, 0xd2, 0x5f, 0xbd, 0x49, 0xa9, 0x2e, 0xf8, 0x12, 0x49, 0xdd, 0xf5, 0x21, 0x05, 0x54, 0x5a, 0x53, 0xf7, 0x86, 0x72, 0xcb, 0x63, 0x5b, 0xdc, 0x7a, 0x90, 0xaa, 0x50, 0x03, 0x1c, 0x34, 0x18, 0xb8, 0xb1, 0x65, 0x57, 0x5f, 0xd1, 0xe1, 0x37, 0x98, 0xdd, 0xca, 0x74, 0x65, 0x84, 0xd6, 0xbd, 0x3f, 0x39, 0xa6, 0x1f, 0xfd, 0xf1, 0x3f, 0xb1, 0x65, 0x08, 0xc9, 0x11, 0x70, 0x31, 0xfb, 0x34, 0xb2, 0x09, 0x18, 0x6a, 0xd9, 0x95, 0xe1, 0xd3, 0x95, 0x36, 0x9e, 0xf6, 0x2f, 0xe5, 0x90, 0xb3, 0x1e, 0xbc, 0x39, 0x24, 0x6a, 0x73, 0x5c, 0x37, 0x15, 0x52, 0xa1, 0xf5, 0xf3, 0x1b, 0x79, 0xd9, 0x6c, 0xc5, 0x9b, 0x23, 0x48, 0x56, 0xfc, 0x21, 0xf4, 0xdd, 0x17, 0x7a, 0xe2, 0x1b, 0x58, 0x01, 0xad, 0xa9, 0x82, 0xc8, 0x45, 0xee, 0x37, 0x7a, 0x61, 0x94, 0xf2, 0x05, 0xe4, 0x6c, 0x9c, 0xe2, 0x09, 0x58, 0x71, 0x91, 0x06, 0x5a, 0x6e, 0xa8, 0x54, 0x36, 0x60, 0x03, 0xf4, 0xcb, 0xdf, 0x80, 0x58, 0xb8, 0x9c, 0xb5, 0x3a, 0x8d, 0x5e, 0x4f, 0x88, 0xc3, 0x76, 0x6a } }; static const struct cckprng_op_reseed op_reseed_826 = { .hd = { .id = 781, .kind = OP_RESEED }, .nonce = 3689234233395099821ULL, .seed_nbytes = 124, .seed = { 0x77, 0x4c, 0x51, 0x50, 0xf6, 0x10, 0xcb, 0xee, 0x1b, 0x55, 0x2e, 0xd2, 0x45, 0xaf, 0x94, 0x90, 0xbd, 0xde, 0x39, 0xc0, 0xc9, 0x5a, 0x24, 0xfb, 0x32, 0xb7, 0x13, 0x9b, 0xc0, 0xb0, 0xef, 0x16, 0x36, 0x1e, 0x63, 0xe2, 0x4e, 0xcc, 0x4b, 0x6f, 0xf9, 0x5b, 0x12, 0x50, 0xf7, 0x76, 0x86, 0x9f, 0x60, 0x6a, 0x82, 0xb2, 0x48, 0xe1, 0xa7, 0x48, 0x54, 0x4d, 0x03, 0xca, 0x8b, 0x9e, 0x1a, 0xee, 0x43, 0x9b, 0xa0, 0xd5, 0x46, 0x5b, 0xe7, 0xdd, 0xf1, 0x0b, 0xa8, 0x7e, 0x10, 0xfa, 0xe5, 0x53, 0x28, 0x9f, 0x99, 0x82, 0xb9, 0x2e, 0xaa, 0x6d, 0x97, 0xb2, 0x11, 0x56, 0xd8, 0xb5, 0xe2, 0x87, 0x3a, 0x41, 0xea, 0xbe, 0x8a, 0x60, 0x5f, 0x3c, 0x62, 0x9e, 0x60, 0x7c, 0x96, 0x57, 0x1c, 0xb7, 0x36, 0x98, 0x85, 0x7c, 0x9f, 0x01, 0xf8, 0x13, 0x9b, 0x75, 0xf5, 0xc6 } }; static const struct cckprng_op *ops_827[] = { (const struct cckprng_op *)&op_init_811, (const struct cckprng_op *)&op_reseed_812, (const struct cckprng_op *)&op_refresh_813, (const struct cckprng_op *)&op_init_814, (const struct cckprng_op *)&op_reseed_815, (const struct cckprng_op *)&op_refresh_816, (const struct cckprng_op *)&op_init_817, (const struct cckprng_op *)&op_reseed_818, (const struct cckprng_op *)&op_init_819, (const struct cckprng_op *)&op_refresh_820, (const struct cckprng_op *)&op_init_821, (const struct cckprng_op *)&op_reseed_822, (const struct cckprng_op *)&op_refresh_823, (const struct cckprng_op *)&op_init_824, (const struct cckprng_op *)&op_reseed_825, (const struct cckprng_op *)&op_reseed_826 }; static const struct cckprng_vector vec_828 = { .id = 782, .note = NULL, .nops = 16, .ops = ops_827 }; static const struct cckprng_op_init op_init_829 = { .hd = { .id = 783, .kind = OP_INIT }, .seed = { 0x84, 0xc2, 0xa3, 0xe5, 0x13, 0x2c, 0x5b, 0x8a, 0xa2, 0xea, 0x50, 0x5d, 0x3f, 0x4b, 0x98, 0xa4, 0x46, 0x37, 0x89, 0xba, 0x24, 0x71, 0xa1, 0xcc, 0xa0, 0x0a, 0x7a, 0xbc, 0xe1, 0x79, 0x31, 0xef }, .nonce = { 0xd9, 0x24, 0xe4, 0xe1, 0x67, 0x1d, 0x16, 0x99 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_830 = { .hd = { .id = 784, .kind = OP_RESEED }, .nonce = 14584420905105828513ULL, .seed_nbytes = 172, .seed = { 0x7d, 0xb6, 0xa9, 0xb1, 0xd5, 0x54, 0xbb, 0x72, 0xad, 0x01, 0x7b, 0xd7, 0x94, 0xc5, 0x17, 0x3d, 0xce, 0x42, 0x1b, 0x31, 0x97, 0xeb, 0x72, 0x53, 0x6e, 0x2d, 0xf4, 0xe6, 0x26, 0x9a, 0x5f, 0x2b, 0xe4, 0xcd, 0xbe, 0xec, 0x39, 0xf2, 0xf1, 0xe0, 0x1c, 0x4e, 0x5b, 0xd1, 0x4b, 0x03, 0xd0, 0xe6, 0xc5, 0x3c, 0x70, 0xf3, 0xf4, 0xb7, 0xc8, 0x69, 0xd3, 0x03, 0xc3, 0x86, 0xe6, 0xb6, 0x0d, 0xe9, 0x30, 0x2d, 0xc2, 0x34, 0x02, 0x4c, 0x34, 0x8d, 0x52, 0xd8, 0x89, 0x69, 0xf4, 0x2c, 0x3c, 0x73, 0x49, 0xb9, 0x96, 0x75, 0x04, 0xf1, 0xde, 0x2b, 0x81, 0xaa, 0x9d, 0x82, 0x09, 0xc7, 0x8e, 0x8d, 0x8c, 0x5e, 0xb3, 0xef, 0x2a, 0x89, 0xed, 0x91, 0x27, 0xbb, 0x04, 0x55, 0xe8, 0xe0, 0x3c, 0x84, 0x7a, 0x5a, 0x14, 0x20, 0xea, 0xa8, 0x33, 0xc9, 0x00, 0x2c, 0x62, 0xab, 0x1b, 0xe5, 0x58, 0xd4, 0x50, 0xcf, 0x69, 0x9c, 0x7c, 0x1c, 0xeb, 0x2a, 0x4c, 0x79, 0xd1, 0x34, 0x1b, 0x91, 0x04, 0x5a, 0x71, 0x7d, 0x27, 0x76, 0x93, 0x9d, 0x2a, 0x27, 0x45, 0x30, 0x2b, 0xaa, 0x15, 0xe7, 0x60, 0x3d, 0xd5, 0xaf, 0xb5, 0xab, 0x1d, 0xee, 0xa8, 0xad, 0x50, 0xd6, 0xf3, 0x12 } }; static const struct cckprng_op_reseed op_reseed_831 = { .hd = { .id = 785, .kind = OP_RESEED }, .nonce = 3514270914353640808ULL, .seed_nbytes = 33, .seed = { 0xb7, 0x79, 0xf6, 0x5e, 0x26, 0x6b, 0x87, 0xb9, 0x74, 0xba, 0x55, 0x7d, 0x46, 0x3f, 0xf3, 0x79, 0x59, 0x15, 0x4b, 0x94, 0x8c, 0x8f, 0x17, 0x52, 0xb5, 0x53, 0x50, 0x8d, 0x90, 0x60, 0x16, 0xe6, 0xb2 } }; static const struct cckprng_op_reseed op_reseed_832 = { .hd = { .id = 786, .kind = OP_RESEED }, .nonce = 328445961540527077ULL, .seed_nbytes = 101, .seed = { 0xbf, 0x6f, 0x31, 0xac, 0xf2, 0xc5, 0xc3, 0x1d, 0x86, 0x96, 0xc5, 0xe3, 0xf3, 0xf9, 0x0c, 0x18, 0x70, 0x0c, 0x45, 0x79, 0x3b, 0x90, 0x36, 0x44, 0xb4, 0xab, 0xe4, 0x16, 0x96, 0xd0, 0xd1, 0xc7, 0xe3, 0x3c, 0xf3, 0x18, 0x96, 0x8a, 0xa9, 0xaa, 0x63, 0x1c, 0xd1, 0xbf, 0xe3, 0x1b, 0x93, 0x63, 0x07, 0xb2, 0xa0, 0xdb, 0x38, 0xc1, 0x59, 0x62, 0xa3, 0x94, 0x32, 0x81, 0x58, 0x2f, 0x0b, 0xf6, 0x9a, 0x96, 0xbd, 0xb4, 0xc7, 0xa3, 0xb1, 0x25, 0x9a, 0x0b, 0xf4, 0x37, 0xc5, 0x4f, 0xfc, 0xb3, 0x84, 0xfd, 0xad, 0xe2, 0x03, 0x72, 0xd1, 0x67, 0x63, 0x61, 0xad, 0xe4, 0x64, 0x3d, 0x91, 0x67, 0x31, 0x95, 0x4f, 0x80, 0x29 } }; static const struct cckprng_op_generate op_init_833 = { .hd = { .id = 787, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0xcf, 0x73, 0xe3, 0xe7, 0xe6, 0x97, 0x70, 0x46, 0x40, 0xab, 0x4c, 0xd6, 0x6a, 0x4d, 0xeb, 0xf6, 0x24, 0x95, 0xa0, 0x20, 0x09, 0xb4, 0xcd, 0xbc, 0xd2, 0xc3, 0xfa, 0xdd, 0xee, 0x81, 0xd6, 0xc0, 0x2c, 0x34, 0xbb, 0x97, 0xb3, 0xc7, 0x12, 0xa1, 0x2a, 0x68, 0x37, 0x93, 0xe6, 0xf4, 0x50, 0xdc, 0x9b, 0x53, 0xbd, 0xec, 0x7f, 0x9e, 0xfa, 0xf5, 0x3d, 0x7c, 0x82, 0xd5, 0x4f, 0xc1, 0x5a, 0x13, 0x18, 0xc2, 0x0d, 0xbf, 0xbe, 0x76, 0xf7, 0x18, 0x84, 0x77, 0x62, 0xdb, 0xf3, 0x3d, 0x08, 0x7f, 0xcf, 0xec, 0xa9, 0x81, 0x8b, 0x26, 0xca, 0xe2 } } }; static const struct cckprng_op_refresh op_refresh_834 = { .hd = { .id = 788, .kind = OP_REFRESH }, .rand = 18126581792865292424ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_835 = { .hd = { .id = 789, .kind = OP_REFRESH }, .rand = 5888244408613687418ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_836 = { .hd = { .id = 790, .kind = OP_RESEED }, .nonce = 15105856976185034959ULL, .seed_nbytes = 204, .seed = { 0xcc, 0x26, 0x0e, 0x8d, 0x3c, 0x48, 0x25, 0x04, 0xe5, 0x41, 0x57, 0xd1, 0x30, 0x3f, 0x67, 0x5b, 0x08, 0x95, 0x93, 0x35, 0x43, 0xdc, 0x84, 0x95, 0x3d, 0xc0, 0xf4, 0x92, 0xa5, 0x5d, 0x1b, 0xd1, 0xcd, 0x00, 0x87, 0xed, 0x5d, 0xf3, 0xe2, 0x98, 0xb3, 0x5c, 0x2f, 0x04, 0x85, 0xb2, 0xd4, 0xc9, 0x6c, 0x7a, 0x90, 0xa1, 0xaf, 0xeb, 0x44, 0x38, 0x8e, 0x84, 0x6e, 0x7c, 0x49, 0x09, 0xe4, 0x77, 0x08, 0x61, 0xb6, 0xf4, 0x98, 0xcc, 0x1d, 0x32, 0x9b, 0x60, 0x15, 0x04, 0x14, 0x94, 0xbc, 0x9a, 0x99, 0x8e, 0xc9, 0xf3, 0xbf, 0xde, 0x8b, 0x63, 0xee, 0xdc, 0xd1, 0xde, 0x2b, 0x1c, 0x21, 0xbb, 0x9b, 0x47, 0x95, 0xdc, 0xda, 0x14, 0x5c, 0x31, 0xb9, 0x0e, 0x07, 0x73, 0xae, 0xd4, 0xa6, 0x8c, 0x1f, 0x02, 0x49, 0x1b, 0xeb, 0x55, 0xd9, 0x5c, 0xac, 0x5d, 0xfa, 0x24, 0xd0, 0x21, 0xc0, 0x60, 0x33, 0x98, 0x98, 0x79, 0x84, 0x2e, 0xe7, 0xba, 0xc3, 0xf3, 0x3b, 0x5f, 0x4c, 0x12, 0x7c, 0x00, 0x65, 0xaa, 0x55, 0xaa, 0x34, 0xe3, 0x90, 0xc6, 0xf7, 0xcc, 0xae, 0x98, 0xb4, 0x1d, 0xf7, 0x7d, 0x37, 0x5d, 0x95, 0xa6, 0x33, 0x69, 0xcb, 0x05, 0x9d, 0xf1, 0x5f, 0x43, 0xc8, 0xce, 0x0b, 0xd0, 0x53, 0x80, 0xfc, 0x05, 0xe0, 0xd2, 0x73, 0x72, 0xfe, 0x30, 0xfb, 0x1f, 0x5d, 0xfb, 0xcb, 0x24, 0x55, 0x27, 0x61, 0xd1, 0x3d, 0xa9, 0xbc, 0xd4, 0x78, 0x2c, 0x03, 0x60 } }; static const struct cckprng_op_reseed op_reseed_837 = { .hd = { .id = 791, .kind = OP_RESEED }, .nonce = 1080328253410451825ULL, .seed_nbytes = 181, .seed = { 0x47, 0x20, 0x3f, 0x88, 0x0c, 0x6a, 0x7a, 0x98, 0x33, 0xad, 0x24, 0x2f, 0xe6, 0xda, 0x3c, 0xf3, 0xa8, 0x9e, 0x40, 0xf2, 0x71, 0x31, 0x07, 0xd0, 0x72, 0x98, 0x96, 0xac, 0x6e, 0x73, 0x90, 0xb2, 0x9d, 0x02, 0xbd, 0x75, 0x36, 0x1c, 0x4e, 0xb5, 0x69, 0xc3, 0x3c, 0x3a, 0xf5, 0x1b, 0xaa, 0x97, 0xe9, 0x6a, 0xad, 0x0f, 0xeb, 0xb9, 0x9f, 0x6b, 0x75, 0x7a, 0xf3, 0x2e, 0xcb, 0x84, 0x1c, 0x4b, 0xe2, 0x2f, 0x29, 0x71, 0x23, 0x8e, 0xa4, 0x85, 0x63, 0x8b, 0x24, 0xe7, 0x9a, 0xb0, 0x5f, 0xb5, 0xb3, 0xa9, 0xd5, 0xe3, 0xd9, 0x66, 0xf5, 0x25, 0xaf, 0x01, 0x1a, 0x91, 0x07, 0x0d, 0x35, 0xd3, 0x0e, 0x39, 0xcc, 0x68, 0xff, 0x38, 0xc2, 0xe7, 0xa6, 0x4d, 0x8b, 0xcf, 0x1b, 0x16, 0x25, 0xe2, 0xd9, 0x05, 0xa4, 0x8f, 0x1c, 0x15, 0xe5, 0xac, 0xae, 0x6d, 0x23, 0x1d, 0x16, 0x8d, 0x65, 0x4e, 0x5c, 0xfd, 0xc0, 0xda, 0xdc, 0x23, 0x4a, 0xcd, 0x91, 0x46, 0x98, 0x7c, 0x8d, 0xcd, 0xf6, 0xc7, 0xaa, 0x5c, 0x5b, 0x4b, 0xcc, 0xcd, 0x47, 0xfa, 0x3d, 0x72, 0xd8, 0x84, 0x05, 0x77, 0x7e, 0xfb, 0xb5, 0xcc, 0xf4, 0x75, 0x8d, 0x64, 0x4a, 0x80, 0xa3, 0xae, 0x19, 0xe3, 0xb5, 0xc2, 0x2e, 0x57, 0x1d, 0x2d, 0x57, 0x05, 0x61 } }; static const struct cckprng_op_refresh op_refresh_838 = { .hd = { .id = 792, .kind = OP_REFRESH }, .rand = 14694155808765286092ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_839 = { .hd = { .id = 793, .kind = OP_REFRESH }, .rand = 18258696446228840818ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_840 = { .hd = { .id = 794, .kind = OP_REFRESH }, .rand = 15044773939636515280ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_841 = { .hd = { .id = 795, .kind = OP_REFRESH }, .rand = 10727330847023556702ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_842 = { .hd = { .id = 796, .kind = OP_REFRESH }, .rand = 16001243105898518527ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_843 = { .hd = { .id = 797, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0x3c, 0x71, 0x90, 0xc1, 0xb9, 0x2f, 0xe3, 0xc1, 0x6f, 0xd3, 0x44, 0xca, 0xfe, 0x85, 0xc5, 0x5d, 0xc4, 0xcd, 0xcf, 0x8c, 0x05, 0xd2, 0xf8, 0x45, 0xfb, 0x90, 0x0d, 0x17, 0xe2, 0x3f, 0x54, 0x53, 0xaa, 0xfe, 0x17, 0xd8, 0xda, 0x98, 0x1b, 0x98, 0x93, 0xa0, 0x3f, 0x88, 0x48, 0x44, 0xdc, 0x0e, 0xd6, 0x96, 0x96, 0xec, 0x4e, 0x45, 0x3f, 0x96, 0xda, 0x2c, 0x24, 0x0d, 0x92, 0xe6, 0xf2, 0x50, 0x23, 0x8f, 0x29, 0x06, 0x39, 0x6f, 0x64, 0x6e, 0x10, 0xc7, 0xd0, 0x17, 0x45, 0x79, 0x0a, 0x8d, 0xab, 0xdb, 0x88, 0x76, 0xa1, 0xc7, 0x7a, 0x53, 0xcf, 0x15, 0x3b, 0x90, 0x90, 0xa9, 0xa2, 0x5e, 0x74, 0xb6, 0x52, 0x5f, 0xf2, 0x50, 0x8b, 0xa5, 0x59, 0x61, 0x38, 0x8c, 0x92, 0xbb, 0xdc, 0xcc, 0xb0 } } }; static const struct cckprng_op_generate op_init_844 = { .hd = { .id = 798, .kind = OP_GENERATE }, .rand_nbytes = 69, .out = { .rand = { 0x80, 0x0d, 0xcb, 0x7b, 0xe5, 0x2a, 0x1d, 0xe7, 0x3a, 0x59, 0xda, 0x9d, 0x9f, 0x88, 0xd8, 0xa7, 0xc0, 0xe3, 0xf2, 0x9d, 0xf6, 0x29, 0x6f, 0xdb, 0xf0, 0x18, 0x2d, 0x4a, 0xbf, 0x94, 0x44, 0x24, 0xb5, 0xd0, 0x3e, 0x2b, 0x79, 0x59, 0xd1, 0x71, 0x2d, 0x8b, 0x1d, 0xe8, 0xe0, 0xe4, 0xf9, 0xc6, 0xea, 0x6d, 0x61, 0x52, 0xc6, 0x64, 0x0b, 0x78, 0x85, 0x1a, 0x73, 0x39, 0x62, 0xc9, 0xf8, 0xa7, 0xb9, 0x00, 0x9d, 0x64, 0x64 } } }; static const struct cckprng_op *ops_845[] = { (const struct cckprng_op *)&op_init_829, (const struct cckprng_op *)&op_reseed_830, (const struct cckprng_op *)&op_reseed_831, (const struct cckprng_op *)&op_reseed_832, (const struct cckprng_op *)&op_init_833, (const struct cckprng_op *)&op_refresh_834, (const struct cckprng_op *)&op_refresh_835, (const struct cckprng_op *)&op_reseed_836, (const struct cckprng_op *)&op_reseed_837, (const struct cckprng_op *)&op_refresh_838, (const struct cckprng_op *)&op_refresh_839, (const struct cckprng_op *)&op_refresh_840, (const struct cckprng_op *)&op_refresh_841, (const struct cckprng_op *)&op_refresh_842, (const struct cckprng_op *)&op_init_843, (const struct cckprng_op *)&op_init_844 }; static const struct cckprng_vector vec_846 = { .id = 799, .note = NULL, .nops = 16, .ops = ops_845 }; static const struct cckprng_op_init op_init_847 = { .hd = { .id = 800, .kind = OP_INIT }, .seed = { 0x4e, 0xd2, 0x70, 0xda, 0xc4, 0xb6, 0x04, 0xd1, 0xb1, 0x99, 0xdd, 0x7e, 0xd6, 0x06, 0xb2, 0xc6, 0x01, 0x46, 0xbe, 0x3a, 0xa2, 0x2f, 0x9d, 0xe4, 0x12, 0x32, 0xc7, 0xe4, 0x46, 0x8a, 0xd6, 0xe3 }, .nonce = { 0x70, 0xdf, 0xb4, 0x97, 0xae, 0x60, 0x3b, 0xa7 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_848 = { .hd = { .id = 801, .kind = OP_REFRESH }, .rand = 15089475786151668961ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_849 = { .hd = { .id = 802, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0xd9, 0xae, 0xb0, 0x1d, 0xf3, 0xe3, 0x01, 0x68, 0x90, 0x66, 0x47, 0xb7, 0x6d, 0xd8, 0xc1, 0xab, 0x9e, 0xa5, 0xef, 0x91, 0xdd, 0x3b, 0xf7, 0xd8, 0x39, 0x17, 0x3a, 0x3c, 0x64, 0x2c, 0xf9, 0x43, 0xc1, 0xad, 0x39, 0x3c, 0x26, 0xf4, 0xfb, 0x89, 0x7d, 0xfc, 0x23, 0xc4, 0x8a, 0x22, 0x80, 0xda, 0x09, 0x03, 0x82, 0x43, 0x1f, 0x50, 0x7e, 0xa9, 0xd8, 0x81, 0x00, 0x73, 0x93, 0x66, 0x50, 0x0c, 0xc2, 0x6e, 0x4f, 0x5b, 0x75, 0x57, 0x53, 0x49, 0xae, 0x2e, 0x99, 0x65, 0x6c, 0x78, 0x1d, 0x7c, 0x5f, 0x32, 0x27, 0x6e, 0x60, 0x40, 0xdf, 0x8d, 0x92, 0x09, 0x43, 0x1f, 0x81, 0x92, 0x35, 0x5e } } }; static const struct cckprng_op_refresh op_refresh_850 = { .hd = { .id = 803, .kind = OP_REFRESH }, .rand = 11084567490883975581ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_851 = { .hd = { .id = 804, .kind = OP_RESEED }, .nonce = 12193376553968684182ULL, .seed_nbytes = 131, .seed = { 0x26, 0xf1, 0x20, 0x08, 0x3a, 0xe3, 0xda, 0x4d, 0x77, 0x66, 0x06, 0x58, 0xa0, 0xe8, 0x2c, 0x1f, 0xa1, 0x7f, 0xff, 0xcd, 0x41, 0xd4, 0xc8, 0xf1, 0x5c, 0x93, 0xe9, 0xb1, 0x1b, 0xfa, 0x34, 0xfb, 0x2d, 0xbe, 0x52, 0x98, 0xf9, 0x09, 0x3d, 0x0f, 0xdc, 0x94, 0x71, 0xb0, 0xfc, 0x34, 0x1b, 0x4d, 0x8b, 0xc1, 0x0b, 0x76, 0x4d, 0xd2, 0x5e, 0xd1, 0x4b, 0x78, 0xf3, 0x77, 0x0d, 0x00, 0x6b, 0x77, 0x03, 0x0d, 0x84, 0xbb, 0xe3, 0x84, 0xd3, 0x86, 0xce, 0xcb, 0xa3, 0xaa, 0xe2, 0x57, 0xe0, 0x3e, 0xc5, 0x90, 0x3c, 0x0e, 0x27, 0x6b, 0x47, 0x7d, 0xf3, 0x1e, 0x9a, 0xb1, 0x0c, 0x36, 0x55, 0x91, 0x92, 0x17, 0xc4, 0x88, 0x66, 0xff, 0xec, 0x4f, 0x3c, 0x5c, 0x2e, 0x4f, 0x9b, 0x73, 0x17, 0xf6, 0xb1, 0x53, 0x6d, 0xd1, 0x58, 0xe1, 0x89, 0xa8, 0xaa, 0xc3, 0x52, 0x68, 0xcc, 0xba, 0x60, 0xf5, 0x65, 0x9b, 0x53 } }; static const struct cckprng_op_generate op_init_852 = { .hd = { .id = 805, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0xe9, 0x88, 0x7a, 0xe2, 0x41, 0x98, 0xea, 0xb3, 0xfe, 0xcb, 0xc9, 0xe3, 0xc0, 0x73, 0xb1, 0x07, 0x0c, 0x51, 0xb8, 0x20, 0x08, 0x9f, 0x86, 0x7a, 0x5c, 0xfc, 0xe0, 0xc0, 0x5f, 0x2f, 0x16, 0x8b, 0x72, 0x46, 0x26, 0xa5, 0xc3, 0xb0, 0x4e, 0x75, 0x56, 0x8d, 0x90, 0x7a, 0x79, 0x29, 0x03, 0xfd, 0x81, 0x54, 0x47, 0x5a, 0xd6, 0x44, 0x0e, 0x44, 0x31, 0x7c, 0x56, 0x13, 0xd8, 0x86, 0x4d, 0x5b, 0x5d, 0x28, 0x2a, 0xcd, 0x55, 0x06, 0xe2, 0x0a, 0x13, 0x66, 0xca, 0xab, 0xfb, 0x8c, 0xda, 0x98, 0xa1, 0x9d, 0x52, 0x0f, 0x3d, 0x7a, 0xde, 0x59, 0x54, 0x13, 0x77, 0x19, 0x17, 0xbc, 0xce, 0x29, 0xcd, 0xbd, 0xcc, 0xa0, 0x12, 0x98, 0x93, 0xd1, 0xd4, 0x57, 0xbf, 0x0e, 0x67, 0x41, 0x64, 0xa5, 0x8e, 0x3e, 0xc8, 0x43, 0x73, 0x76, 0x4b, 0x00, 0x50, 0x08, 0x41, 0x8a, 0x11, 0x7e } } }; static const struct cckprng_op_generate op_init_853 = { .hd = { .id = 806, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0x0a, 0x1f, 0x48, 0x0b, 0xcd, 0x58, 0x06, 0xbf, 0x37, 0x42, 0x9f, 0x90, 0xe4, 0xb6, 0xdb, 0x16, 0x9b, 0xec, 0x2d, 0x46, 0x91, 0xd7, 0x8f, 0x70, 0x86, 0x20, 0x2e, 0xb1, 0x1f, 0x89, 0x46, 0x07, 0x16, 0x4b, 0x9c, 0xbf, 0x61, 0xf6, 0x5c, 0xb3, 0x31, 0xdb, 0xd5, 0x3a, 0x2b, 0x61, 0x98, 0x7a, 0x24, 0x89, 0xff, 0x7d, 0x5a, 0x8d, 0xab, 0xea, 0x7a, 0x67, 0x27, 0x97, 0xf9, 0x80, 0x87, 0xa7, 0xd4, 0x3f, 0xb2, 0x11, 0xd9, 0x07, 0x6d, 0xd1, 0x8a, 0xb1 } } }; static const struct cckprng_op_refresh op_refresh_854 = { .hd = { .id = 807, .kind = OP_REFRESH }, .rand = 7855889366508454264ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_855 = { .hd = { .id = 808, .kind = OP_RESEED }, .nonce = 6002233615807171264ULL, .seed_nbytes = 40, .seed = { 0xd1, 0x43, 0x41, 0xdc, 0x7a, 0x37, 0xf8, 0xb9, 0x94, 0xa1, 0xb9, 0x36, 0x16, 0x1a, 0xc9, 0x0c, 0x19, 0xe7, 0x6f, 0xed, 0xcd, 0x00, 0x65, 0x03, 0x9d, 0x21, 0xc9, 0xe1, 0x1a, 0x29, 0x45, 0x56, 0x6b, 0x3a, 0xbb, 0x88, 0xbe, 0xde, 0xeb, 0xf4 } }; static const struct cckprng_op_generate op_init_856 = { .hd = { .id = 809, .kind = OP_GENERATE }, .rand_nbytes = 268, .out = { .rand = { 0x3c, 0x2a, 0xfb, 0xec, 0xbf, 0x72, 0x0b, 0xc3, 0x1b, 0x55, 0xef, 0x10, 0x06, 0x77, 0x6d, 0xd6, 0xf0, 0xcd, 0xeb, 0xd2, 0x79, 0x2b, 0x7c, 0x8a, 0x2d, 0x1e, 0x61, 0x77, 0xf9, 0xe2, 0x5f, 0xd7, 0x00, 0xc6, 0x42, 0xc9, 0xa7, 0xba, 0x7f, 0xe3, 0x65, 0x1f, 0x00, 0x91, 0x77, 0xbd, 0x1f, 0xfd, 0x42, 0x8b, 0xef, 0xf4, 0x16, 0xe2, 0xaf, 0x4a, 0x1d, 0x38, 0x0d, 0x43, 0xac, 0xf4, 0x3e, 0x80, 0x04, 0x14, 0xe0, 0x3d, 0xec, 0x42, 0xe8, 0xa5, 0x39, 0x05, 0x2a, 0xa2, 0x6e, 0x38, 0xfe, 0xb3, 0x4e, 0x22, 0xf3, 0xc8, 0xde, 0x5e, 0xbe, 0x9e, 0x2e, 0xf6, 0x67, 0xd3, 0x24, 0x36, 0xe0, 0x3b, 0x11, 0xfb, 0x6b, 0xac, 0x95, 0x13, 0xec, 0xae, 0x4d, 0xbd, 0xf0, 0x84, 0xbe, 0x1e, 0x69, 0x17, 0xbe, 0xc4, 0x2a, 0xfa, 0x88, 0xce, 0xcf, 0xb9, 0x3b, 0xfc, 0xad, 0xc3, 0xa2, 0xa5, 0xf5, 0xbf, 0xf7, 0xc0, 0x83, 0xbe, 0x3e, 0x5e, 0xbe, 0xaf, 0x52, 0xb8, 0x59, 0x92, 0x6b, 0x2f, 0xa6, 0x27, 0x14, 0xdf, 0x62, 0xf4, 0x82, 0x30, 0xfb, 0xa8, 0x2b, 0x66, 0xf0, 0x9c, 0x8f, 0x0d, 0xc6, 0x16, 0xb1, 0x12, 0xc9, 0xf6, 0xa5, 0xec, 0xdd, 0xf6, 0xa9, 0x95, 0x83, 0x8b, 0x55, 0x3f, 0x63, 0x91, 0xb4, 0x42, 0x39, 0x26, 0x70, 0x4f, 0xe8, 0xc6, 0x99, 0xa5, 0x92, 0xe2, 0x14, 0xe5, 0xdd, 0xe0, 0xa0, 0xb0, 0xb6, 0xa8, 0xa0, 0xe9, 0x9f, 0x98, 0xe1, 0xaa, 0x1e, 0x08, 0x23, 0x40, 0x98, 0x83, 0x23, 0x92, 0x53, 0x59, 0xf8, 0x40, 0xbf, 0xf3, 0xcd, 0xc0, 0x64, 0xbc, 0xc0, 0x1e, 0x15, 0x2b, 0xbb, 0xf5, 0xe6, 0x88, 0xe8, 0x0b, 0xe0, 0xf2, 0x23, 0x95, 0x98, 0x55, 0xb7, 0xd6, 0x7c, 0x73, 0x00, 0x81, 0xea, 0xfc, 0x5f, 0xcf, 0x95, 0x75, 0x82, 0x29, 0xa6, 0x01, 0xa5, 0x22, 0x85, 0xcd, 0xf5, 0xd7, 0x3a, 0x98, 0x52, 0x9f, 0xb6, 0xe1, 0x99, 0x5a, 0x8a, 0xd5 } } }; static const struct cckprng_op_reseed op_reseed_857 = { .hd = { .id = 810, .kind = OP_RESEED }, .nonce = 252184199377564429ULL, .seed_nbytes = 140, .seed = { 0xb0, 0x19, 0xd6, 0xb3, 0x10, 0xe0, 0x83, 0x3b, 0x17, 0x8d, 0xcd, 0x69, 0x3a, 0x4e, 0x12, 0x2b, 0x3d, 0x7d, 0x97, 0xde, 0xc5, 0x2c, 0x72, 0x99, 0x18, 0x8d, 0xf9, 0x20, 0x88, 0xa0, 0x03, 0x94, 0xcd, 0x84, 0xeb, 0xa8, 0x91, 0xba, 0x17, 0xad, 0xad, 0x17, 0x46, 0xd0, 0xc1, 0xc7, 0x6f, 0x94, 0x25, 0x67, 0x8e, 0xb7, 0x32, 0xae, 0xe2, 0xcb, 0xa9, 0xe4, 0xf8, 0xae, 0x28, 0xbf, 0xaa, 0x34, 0x76, 0xb8, 0xa9, 0x72, 0xf2, 0x68, 0x7b, 0x7c, 0xd7, 0x7f, 0x5b, 0xaf, 0x1d, 0x33, 0xc8, 0x0a, 0xea, 0x11, 0xe2, 0xb1, 0xa6, 0xc1, 0xf8, 0x31, 0xd0, 0xdc, 0x1f, 0x86, 0x7f, 0xda, 0x10, 0x5a, 0x66, 0x61, 0xfd, 0x0d, 0x93, 0x44, 0x36, 0x30, 0xf0, 0xa2, 0x2d, 0x37, 0xd0, 0x17, 0x33, 0x19, 0x95, 0xab, 0x1d, 0xcb, 0xad, 0x52, 0x7b, 0xa5, 0xac, 0x8c, 0x1e, 0x1c, 0xbe, 0x2b, 0x49, 0x4b, 0x1a, 0x4d, 0x8b, 0x06, 0x48, 0x01, 0x83, 0xf8, 0x3f, 0x30, 0x8b, 0x77 } }; static const struct cckprng_op_reseed op_reseed_858 = { .hd = { .id = 811, .kind = OP_RESEED }, .nonce = 360314857755524162ULL, .seed_nbytes = 213, .seed = { 0x11, 0x20, 0xb8, 0x66, 0xca, 0x23, 0x0d, 0x8c, 0x78, 0x16, 0x0a, 0xc9, 0xe7, 0xa7, 0xd5, 0x79, 0x09, 0xc0, 0x19, 0x9e, 0xa4, 0x97, 0x2b, 0x39, 0xe7, 0xda, 0x29, 0xb7, 0xea, 0xce, 0x75, 0x99, 0x9d, 0x09, 0x83, 0xbd, 0xec, 0x68, 0x4f, 0xec, 0xcc, 0x57, 0xee, 0xdd, 0x44, 0xbb, 0xaf, 0x7e, 0xbe, 0xc3, 0x6a, 0xdd, 0x89, 0x9c, 0x58, 0x02, 0x00, 0x99, 0x59, 0xe3, 0xeb, 0x68, 0x81, 0xc7, 0xca, 0xd6, 0x3a, 0x79, 0x04, 0x9e, 0xd3, 0x73, 0xd0, 0x28, 0x02, 0x9e, 0x5a, 0x32, 0x5b, 0x87, 0x4c, 0x99, 0x80, 0x41, 0xd6, 0xe4, 0x6f, 0xce, 0x0c, 0xb0, 0xa4, 0xd7, 0x1c, 0x0a, 0x08, 0x52, 0x59, 0x83, 0xde, 0x8c, 0xe9, 0xa3, 0x33, 0x8c, 0x51, 0xf7, 0x07, 0xb8, 0x1a, 0x95, 0x69, 0x36, 0x94, 0xac, 0xf9, 0xf6, 0xf3, 0x78, 0x12, 0xda, 0x6e, 0x2d, 0x03, 0x27, 0x29, 0x2c, 0xa5, 0x03, 0xa7, 0x80, 0x67, 0x18, 0x3c, 0x5a, 0x8a, 0xb3, 0x5d, 0x8c, 0xa5, 0xee, 0x4a, 0x21, 0xc4, 0xb1, 0xfa, 0x4f, 0x24, 0x39, 0x99, 0x1c, 0x89, 0xa0, 0x96, 0x4b, 0xfc, 0xd4, 0x77, 0x4a, 0xc1, 0x5f, 0x1e, 0xf4, 0x46, 0x4f, 0x74, 0x50, 0x43, 0x0e, 0x36, 0x8f, 0xac, 0xfd, 0x4e, 0xf2, 0xf3, 0x98, 0xa2, 0xfd, 0x54, 0x4e, 0xa1, 0xeb, 0xb9, 0x88, 0xe3, 0x92, 0x7f, 0xdf, 0xa3, 0xb1, 0xf4, 0xf4, 0x87, 0xa0, 0x29, 0x5a, 0xd0, 0xca, 0x8d, 0x5d, 0xce, 0x87, 0x5f, 0xc0, 0x34, 0x4a, 0xd6, 0x33, 0x65, 0xa2, 0x51, 0xee, 0x88 } }; static const struct cckprng_op_refresh op_refresh_859 = { .hd = { .id = 812, .kind = OP_REFRESH }, .rand = 1234445928908431147ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_860 = { .hd = { .id = 813, .kind = OP_GENERATE }, .rand_nbytes = 137, .out = { .rand = { 0x19, 0x5d, 0x91, 0x7a, 0x6f, 0x83, 0x1c, 0xf9, 0x66, 0x82, 0x6b, 0x97, 0xc1, 0xb6, 0x1e, 0x17, 0x97, 0xd4, 0x98, 0x30, 0xd2, 0x4d, 0x14, 0xe7, 0x9e, 0xe5, 0xa3, 0x13, 0x7a, 0x14, 0xc3, 0xf9, 0xf1, 0x3f, 0x7d, 0xe9, 0x88, 0xd5, 0x1b, 0x18, 0x2b, 0x91, 0xb2, 0xc4, 0x18, 0x56, 0x13, 0xe2, 0x62, 0x92, 0xde, 0x22, 0x2d, 0x16, 0x78, 0xeb, 0x4d, 0x58, 0xe1, 0x1d, 0xa1, 0xcb, 0x97, 0xe1, 0xe9, 0x7d, 0x98, 0xcc, 0x89, 0x1f, 0xdd, 0xf7, 0xe2, 0x01, 0xbe, 0xdd, 0x4f, 0xed, 0x4d, 0x5e, 0x41, 0x4e, 0x4c, 0x83, 0x9f, 0x56, 0x10, 0x79, 0x41, 0x9b, 0xf3, 0x5f, 0xf8, 0xa7, 0x34, 0x4f, 0xbd, 0x1a, 0xe9, 0x73, 0xd1, 0x65, 0x61, 0x01, 0x87, 0x38, 0x66, 0xfa, 0xc0, 0xae, 0x70, 0xfd, 0xcc, 0x46, 0xd3, 0x03, 0x68, 0x34, 0xc5, 0x8f, 0x00, 0x03, 0xaa, 0x8a, 0x21, 0x84, 0x37, 0xc6, 0x9a, 0x37, 0xf1, 0xfd, 0x4f, 0x12, 0xbe, 0xaf, 0xab } } }; static const struct cckprng_op_refresh op_refresh_861 = { .hd = { .id = 814, .kind = OP_REFRESH }, .rand = 8221219654169252594ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_862 = { .hd = { .id = 815, .kind = OP_RESEED }, .nonce = 12460963200063415151ULL, .seed_nbytes = 35, .seed = { 0x17, 0x62, 0x3a, 0xea, 0xb5, 0x65, 0x84, 0x8d, 0x4e, 0x25, 0x0f, 0x2c, 0x09, 0xe7, 0x90, 0xb6, 0x47, 0x36, 0xf2, 0xce, 0xaa, 0x3d, 0x1c, 0xa0, 0x9b, 0x12, 0x46, 0xa3, 0xd3, 0xac, 0x5e, 0xde, 0x71, 0xcb, 0x37 } }; static const struct cckprng_op *ops_863[] = { (const struct cckprng_op *)&op_init_847, (const struct cckprng_op *)&op_refresh_848, (const struct cckprng_op *)&op_init_849, (const struct cckprng_op *)&op_refresh_850, (const struct cckprng_op *)&op_reseed_851, (const struct cckprng_op *)&op_init_852, (const struct cckprng_op *)&op_init_853, (const struct cckprng_op *)&op_refresh_854, (const struct cckprng_op *)&op_reseed_855, (const struct cckprng_op *)&op_init_856, (const struct cckprng_op *)&op_reseed_857, (const struct cckprng_op *)&op_reseed_858, (const struct cckprng_op *)&op_refresh_859, (const struct cckprng_op *)&op_init_860, (const struct cckprng_op *)&op_refresh_861, (const struct cckprng_op *)&op_reseed_862 }; static const struct cckprng_vector vec_864 = { .id = 816, .note = NULL, .nops = 16, .ops = ops_863 }; static const struct cckprng_op_init op_init_865 = { .hd = { .id = 817, .kind = OP_INIT }, .seed = { 0xa2, 0xad, 0x5c, 0xaf, 0xc4, 0x84, 0x0d, 0x84, 0xe7, 0x23, 0x14, 0x50, 0xc7, 0xa8, 0xbe, 0x7a, 0x3e, 0x9f, 0x2d, 0x03, 0xba, 0xce, 0xe2, 0x3d, 0xf0, 0x63, 0xa4, 0xd3, 0x68, 0xe0, 0xf2, 0x82 }, .nonce = { 0x21, 0x8e, 0x4c, 0xeb, 0x0d, 0xe9, 0x16, 0xac }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_866 = { .hd = { .id = 818, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0xa9, 0xfb, 0x31, 0x36, 0x01, 0xb4, 0x04, 0xb7, 0xd7, 0x08, 0x20, 0xdc, 0xe7, 0x2d, 0x9d, 0xfb, 0xe7, 0x16, 0x7e, 0x6f, 0x1b, 0xd9, 0x29, 0xff, 0xdb, 0xf4, 0x23, 0x4f, 0xac, 0xd0, 0xc2, 0xb0, 0x9b, 0xaa, 0xc4, 0xd4, 0x76, 0x11, 0x2a, 0x5d, 0xc7, 0xd0, 0x78, 0x6e, 0x47, 0xde, 0xde, 0xec, 0xf4, 0xf2, 0x8b, 0xfa, 0x8d, 0xee, 0xa2, 0x4d, 0x5c, 0x65, 0xfa, 0xd7, 0x65, 0xe2, 0xd6, 0xbc, 0x9c, 0x20, 0x5d, 0x60, 0x89, 0x90, 0x49, 0xdc, 0x11, 0x82, 0x01, 0xb3, 0xf5, 0x39, 0x71, 0xf2, 0x6e, 0x4e, 0xbc, 0x0a, 0x77, 0xcd, 0x74, 0x26, 0xbc, 0xa1, 0x34, 0x07, 0xf6, 0xfc, 0x64, 0x45, 0x4a, 0x7b, 0xd0, 0xbe, 0xd1, 0xd0, 0xbc, 0x46, 0xd2, 0xe0, 0x32, 0x99, 0xee, 0xff, 0xbe, 0xd3, 0x97, 0x53, 0x31, 0xa3, 0x07, 0x5d, 0x4b, 0xeb, 0xaa, 0xf0, 0x4c, 0xb9, 0x82, 0x13, 0x3c, 0xa8, 0x78, 0x61, 0x66, 0x92, 0x58, 0xd5, 0x4c, 0x10, 0x9e, 0x90 } } }; static const struct cckprng_op_reseed op_reseed_867 = { .hd = { .id = 819, .kind = OP_RESEED }, .nonce = 16191560656860049093ULL, .seed_nbytes = 252, .seed = { 0x76, 0xc0, 0x11, 0x34, 0x45, 0x65, 0xa7, 0x7a, 0xfa, 0x16, 0x97, 0xd6, 0x25, 0x6f, 0x71, 0x97, 0xfd, 0x5e, 0x28, 0xbb, 0x0d, 0x42, 0x26, 0x3d, 0x6d, 0xcf, 0xbb, 0x00, 0xbf, 0x95, 0xaf, 0xc7, 0x47, 0x20, 0x6e, 0x29, 0xbc, 0x7c, 0x13, 0x0c, 0x1a, 0xec, 0x4c, 0xef, 0xb0, 0x9b, 0x6f, 0xe7, 0xea, 0x4b, 0x21, 0x6b, 0xe4, 0xc9, 0x48, 0xe2, 0xbb, 0x29, 0x60, 0x04, 0x5c, 0xbc, 0x2f, 0x2f, 0x4d, 0xd9, 0x30, 0x9b, 0x82, 0x01, 0xa2, 0x67, 0x3e, 0xda, 0x0e, 0x78, 0x73, 0x12, 0x21, 0x80, 0x50, 0x67, 0xd8, 0xa4, 0xa7, 0x5f, 0xf0, 0x7e, 0x35, 0x87, 0x6c, 0x8d, 0x36, 0x11, 0xd8, 0x87, 0x05, 0x66, 0x26, 0x56, 0x9b, 0x34, 0x3b, 0x07, 0x1a, 0xde, 0x74, 0xbb, 0xc0, 0x71, 0xdf, 0x68, 0x8a, 0x13, 0x1a, 0xe3, 0xfd, 0xde, 0x86, 0xe6, 0xfd, 0x46, 0xba, 0xc4, 0x6b, 0x18, 0xe5, 0x3a, 0x49, 0xab, 0x53, 0xa0, 0x2e, 0xe9, 0x7a, 0x93, 0x4c, 0xc7, 0xd4, 0x65, 0xcc, 0xa7, 0x5e, 0x97, 0xb6, 0x04, 0x83, 0xe0, 0x34, 0x4a, 0x0e, 0xc5, 0x91, 0x4f, 0x97, 0xe6, 0xc4, 0xea, 0xd3, 0x9a, 0xac, 0xa2, 0x48, 0x6d, 0xa9, 0xb2, 0x1e, 0xc7, 0x19, 0x01, 0xe8, 0xcd, 0x44, 0x9b, 0x7f, 0x63, 0x9b, 0x21, 0x2b, 0x8d, 0x9b, 0xaa, 0xf7, 0x08, 0x46, 0xb5, 0xdb, 0x2c, 0xf2, 0xb2, 0x81, 0x63, 0xb2, 0x05, 0x43, 0x41, 0x37, 0x16, 0xf1, 0xb3, 0xf0, 0x5d, 0x8a, 0x91, 0x3c, 0xe1, 0x98, 0x90, 0x01, 0xa5, 0x5c, 0xdc, 0x30, 0xa8, 0x0e, 0x94, 0x3f, 0x6d, 0x3b, 0xd3, 0x0d, 0xad, 0x31, 0xc4, 0x18, 0x2d, 0x04, 0x92, 0xc8, 0x0e, 0x00, 0xef, 0xe7, 0x58, 0x4a, 0x68, 0x79, 0xa4, 0xb5, 0x28, 0x9c, 0x6f, 0x36, 0x1d, 0xd3, 0x41, 0xe5, 0x8f, 0x8c, 0x7f, 0x34, 0x56 } }; static const struct cckprng_op_reseed op_reseed_868 = { .hd = { .id = 820, .kind = OP_RESEED }, .nonce = 4704085273885731988ULL, .seed_nbytes = 279, .seed = { 0xed, 0xf5, 0x10, 0xb0, 0x76, 0x57, 0x4f, 0x25, 0xb8, 0xec, 0x36, 0xc7, 0x89, 0x14, 0x30, 0x0e, 0x34, 0xc5, 0x10, 0x32, 0x8f, 0x75, 0x15, 0xf0, 0x97, 0x45, 0xd8, 0x40, 0x3a, 0xe4, 0xb9, 0xc7, 0xd5, 0x7e, 0x5d, 0xd2, 0x9c, 0x3c, 0x77, 0xf5, 0xea, 0x94, 0x99, 0x3a, 0xc8, 0x4c, 0x0e, 0x4a, 0xf8, 0xaf, 0xbd, 0x9b, 0xfd, 0x0f, 0xc0, 0x4b, 0xc8, 0xf1, 0x4f, 0x91, 0x2e, 0xd6, 0x7b, 0x77, 0x52, 0xcd, 0xee, 0xf7, 0x4a, 0x60, 0xd0, 0x45, 0x05, 0x1b, 0x9f, 0x10, 0xb7, 0x3a, 0x20, 0xbd, 0x5d, 0x9b, 0x22, 0xc5, 0x23, 0x3c, 0x7d, 0x37, 0xb2, 0x0c, 0xc8, 0xef, 0x0c, 0x5c, 0x77, 0x79, 0xb4, 0xb8, 0x46, 0xc1, 0x05, 0xf0, 0x1d, 0xa6, 0x3d, 0xd7, 0xd2, 0xa2, 0xaf, 0xda, 0x37, 0x45, 0x3f, 0xf1, 0x8c, 0x46, 0xf3, 0x32, 0xf0, 0xe1, 0x46, 0xaf, 0xc9, 0x03, 0x66, 0xb5, 0xe6, 0xed, 0xfc, 0x4f, 0xc8, 0xbc, 0x95, 0xdb, 0x7c, 0xba, 0x21, 0x1c, 0xef, 0x6a, 0x3d, 0x4e, 0x18, 0x6d, 0x2b, 0xfc, 0x4b, 0x12, 0x0b, 0x37, 0xd9, 0x7e, 0x3f, 0x31, 0x92, 0x97, 0x60, 0x9c, 0xf4, 0x3b, 0x4d, 0x19, 0x98, 0xe8, 0xce, 0x5c, 0xfa, 0xaa, 0x52, 0x9c, 0x95, 0xa4, 0x3c, 0x7e, 0xc2, 0x5d, 0x41, 0xb9, 0x7d, 0xff, 0x0c, 0xea, 0xf0, 0x06, 0x05, 0xde, 0x17, 0xd0, 0x42, 0x54, 0x3e, 0x3a, 0x8f, 0x74, 0xc5, 0xc6, 0x8f, 0x22, 0xd0, 0xc5, 0xf2, 0x2d, 0xa2, 0x74, 0x93, 0x40, 0x84, 0xbd, 0xce, 0xb4, 0xe4, 0x49, 0x75, 0x7d, 0xdd, 0xef, 0x8d, 0xc2, 0xbc, 0x33, 0x9e, 0x23, 0x65, 0xce, 0x39, 0xe5, 0xa1, 0xd4, 0x32, 0xc3, 0xa9, 0xf9, 0x11, 0x82, 0x66, 0xdd, 0xa2, 0x44, 0xd9, 0x45, 0x84, 0xc7, 0x33, 0xa1, 0xe4, 0xc2, 0xaf, 0x76, 0x12, 0x71, 0xc9, 0xea, 0x27, 0x75, 0xd6, 0xa6, 0x54, 0x11, 0xaa, 0x05, 0x9c, 0x52, 0x97, 0x95, 0x18, 0x61, 0xcf, 0x44, 0x5b, 0xce, 0x8a, 0x7a, 0x75, 0xae, 0x46, 0x31, 0xbb, 0xca, 0x42 } }; static const struct cckprng_op_reseed op_reseed_869 = { .hd = { .id = 821, .kind = OP_RESEED }, .nonce = 10459351806954302391ULL, .seed_nbytes = 143, .seed = { 0x76, 0x10, 0xe4, 0xea, 0xe8, 0x9c, 0x94, 0x43, 0xec, 0x07, 0xe0, 0xcf, 0x5d, 0x41, 0x46, 0xb0, 0xc2, 0x65, 0x1e, 0x24, 0x8d, 0x6d, 0xf7, 0x9f, 0x4d, 0xd4, 0xf6, 0x66, 0xe4, 0x26, 0x41, 0x39, 0xcc, 0x89, 0x01, 0x6e, 0xb3, 0xb5, 0xb0, 0xe3, 0x99, 0x15, 0x00, 0xbb, 0xbb, 0x9c, 0xd9, 0xb1, 0x2e, 0x34, 0x43, 0x51, 0x32, 0x2a, 0xf9, 0x98, 0x2e, 0x90, 0x89, 0xb0, 0x5e, 0x05, 0x10, 0xe7, 0x73, 0x22, 0x9d, 0x0f, 0x8a, 0xdc, 0x56, 0x67, 0x7a, 0xb1, 0x08, 0x2e, 0xc6, 0x72, 0x8a, 0xde, 0xe0, 0x13, 0xa4, 0x58, 0xd1, 0x1f, 0x84, 0xee, 0x50, 0x5a, 0x9f, 0x58, 0x2b, 0xfd, 0x74, 0x28, 0x0f, 0xa0, 0xe7, 0x15, 0x65, 0x52, 0x1a, 0x59, 0xa5, 0xfc, 0xdf, 0xf9, 0xdc, 0xc2, 0x47, 0x8a, 0x7e, 0x61, 0xf9, 0x05, 0x99, 0x60, 0x63, 0xf6, 0xbd, 0x31, 0xca, 0xd8, 0x89, 0xf9, 0x5f, 0xd9, 0x8e, 0xc0, 0x34, 0xc1, 0xb3, 0x04, 0xfa, 0xd0, 0x3d, 0x46, 0xcd, 0x08, 0x24, 0xff, 0x63 } }; static const struct cckprng_op_reseed op_reseed_870 = { .hd = { .id = 822, .kind = OP_RESEED }, .nonce = 6697176280973042830ULL, .seed_nbytes = 197, .seed = { 0xda, 0x6b, 0x07, 0x3d, 0x50, 0x1f, 0xc7, 0x20, 0xad, 0x25, 0x20, 0xbb, 0xed, 0x7a, 0xbb, 0x3a, 0xb8, 0x5d, 0x57, 0xa5, 0x61, 0xf3, 0xf8, 0x44, 0x80, 0xb9, 0x1f, 0x3d, 0x0a, 0x4c, 0x74, 0xf7, 0xb6, 0x40, 0x2b, 0x7a, 0xda, 0xe3, 0xca, 0xbb, 0x1d, 0x60, 0xe8, 0x68, 0xa8, 0xef, 0xfc, 0x7c, 0x3a, 0x11, 0xd6, 0x8e, 0xf2, 0xb9, 0x77, 0x98, 0xbc, 0xf8, 0x79, 0x05, 0xa3, 0x6c, 0x0f, 0x5d, 0xd3, 0xfb, 0xa5, 0xdd, 0x75, 0xed, 0x71, 0x28, 0x6f, 0x69, 0x79, 0xc8, 0x71, 0xbe, 0x4e, 0x98, 0x5a, 0x4a, 0x92, 0xa1, 0x3b, 0x52, 0xbc, 0xa7, 0x88, 0x8a, 0x49, 0x4e, 0xf7, 0x0c, 0x2b, 0x6d, 0xab, 0x2c, 0x1b, 0x65, 0xfd, 0x53, 0x90, 0x03, 0x90, 0x31, 0xb3, 0xf1, 0x56, 0xe1, 0x4b, 0x7d, 0x0d, 0x16, 0x3a, 0x7a, 0xf4, 0xba, 0x6e, 0x10, 0x6c, 0xcf, 0x98, 0x8f, 0x00, 0xf0, 0x81, 0xd8, 0x05, 0x68, 0x3a, 0x63, 0xd4, 0x6b, 0xa8, 0x7f, 0x7d, 0x70, 0xb8, 0xba, 0x6c, 0x01, 0xf8, 0x20, 0xfe, 0xb2, 0x3c, 0xb8, 0xad, 0x3a, 0x04, 0x98, 0x37, 0x7c, 0x35, 0xea, 0x05, 0x68, 0x1a, 0xe2, 0x9c, 0xd6, 0x69, 0x67, 0xbf, 0x67, 0xc1, 0xab, 0x47, 0x9a, 0x11, 0x3a, 0x66, 0x16, 0x95, 0xa4, 0xa4, 0x23, 0x56, 0x96, 0xa3, 0x3f, 0x71, 0x75, 0x9c, 0xb1, 0xae, 0xfc, 0xb2, 0x9c, 0xd2, 0x94, 0x42, 0xc4, 0x71, 0x07, 0x52 } }; static const struct cckprng_op_reseed op_reseed_871 = { .hd = { .id = 823, .kind = OP_RESEED }, .nonce = 16391724631375728497ULL, .seed_nbytes = 107, .seed = { 0xe7, 0xda, 0x97, 0x53, 0xc8, 0x54, 0xbd, 0xcf, 0x07, 0x94, 0x46, 0xf8, 0x60, 0x8e, 0x12, 0xa6, 0x9c, 0x97, 0x11, 0xee, 0x95, 0x26, 0x27, 0x3e, 0xc1, 0x70, 0x59, 0xe0, 0x61, 0x75, 0x1e, 0x9e, 0x34, 0xb9, 0x02, 0x4e, 0x28, 0x83, 0x15, 0xe5, 0x5f, 0x1c, 0x28, 0xd4, 0x38, 0xb4, 0x51, 0x93, 0xf1, 0xd4, 0x78, 0x88, 0x9f, 0x8b, 0xae, 0x96, 0x3a, 0xfe, 0xd7, 0xd2, 0x2b, 0x88, 0xc5, 0x5b, 0x8b, 0xf0, 0xa0, 0xa0, 0x53, 0x86, 0x36, 0xa7, 0xdc, 0xff, 0xa6, 0x0a, 0x71, 0x4f, 0x87, 0x63, 0xd6, 0x44, 0xe7, 0xdc, 0x0f, 0xf9, 0xdd, 0xf8, 0x7c, 0x6c, 0xa8, 0xb3, 0x79, 0xd6, 0xa4, 0x56, 0x13, 0xb1, 0x33, 0x2c, 0xac, 0xea, 0xbb, 0x98, 0xfe, 0xfd, 0xb9 } }; static const struct cckprng_op_reseed op_reseed_872 = { .hd = { .id = 824, .kind = OP_RESEED }, .nonce = 14754732409501241775ULL, .seed_nbytes = 202, .seed = { 0x1e, 0xbc, 0x2b, 0x33, 0x33, 0xf4, 0x44, 0x02, 0xae, 0x0a, 0x69, 0x88, 0xba, 0xc6, 0x48, 0xec, 0x4a, 0xe0, 0xe8, 0x4f, 0x9a, 0x8f, 0xd8, 0x44, 0x7b, 0x9d, 0x86, 0x7f, 0xd1, 0xdb, 0xa2, 0xf0, 0x4d, 0xba, 0x0d, 0xec, 0xaf, 0x1c, 0x39, 0x94, 0x33, 0xe1, 0xd0, 0x88, 0x26, 0x60, 0x5f, 0x65, 0xeb, 0xb9, 0x04, 0xb8, 0x22, 0x79, 0xec, 0x21, 0x47, 0xb9, 0xd2, 0x8a, 0x92, 0x0b, 0xb8, 0xe0, 0x75, 0x14, 0x47, 0x3c, 0x2a, 0x06, 0x23, 0xce, 0x5e, 0x5c, 0x43, 0xde, 0xc0, 0xf2, 0x53, 0xae, 0xe9, 0x6f, 0xe7, 0x58, 0xbe, 0xb1, 0x59, 0x35, 0xe9, 0x69, 0x36, 0xc2, 0x3c, 0x43, 0x66, 0xb2, 0x6d, 0xa2, 0xb8, 0xc2, 0x44, 0x73, 0xb4, 0x17, 0xf9, 0xe0, 0x86, 0x1a, 0x67, 0xfc, 0xa8, 0x4f, 0x2a, 0x81, 0x7b, 0x9a, 0x52, 0xb0, 0x00, 0x37, 0xb2, 0x9f, 0xae, 0xa8, 0x50, 0x99, 0xb8, 0x1d, 0xed, 0x30, 0x80, 0x50, 0x9e, 0xff, 0xdf, 0x16, 0x72, 0x02, 0xa3, 0xd5, 0xcd, 0x0e, 0xf5, 0xc6, 0x92, 0xcf, 0x0d, 0x12, 0x36, 0xbe, 0x6b, 0xf4, 0x6b, 0xc8, 0xac, 0xfd, 0x99, 0x9c, 0x86, 0xf0, 0xc6, 0xf7, 0xb2, 0xcd, 0x31, 0x3c, 0x91, 0x4b, 0xd5, 0xdf, 0x05, 0x8d, 0x4b, 0x1d, 0x0e, 0xf5, 0x5f, 0x4e, 0x63, 0xce, 0xdb, 0xfd, 0x1e, 0x70, 0xf3, 0x74, 0x30, 0xc6, 0x3a, 0x6a, 0x41, 0xd8, 0xe5, 0xda, 0x7d, 0xfc, 0x3c, 0x18, 0x05, 0x49, 0xc2, 0xb2 } }; static const struct cckprng_op_generate op_init_873 = { .hd = { .id = 825, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0x0e, 0x2d, 0xde, 0xff, 0x2e, 0x29, 0x49, 0xa9, 0x71, 0x4e, 0x22, 0x04, 0x5c, 0x9c, 0xf9, 0xc9, 0xed, 0x26, 0x21, 0x04, 0x7a, 0x40, 0xa3, 0x24, 0x6d, 0xf1, 0x4e, 0xc7, 0xa4, 0x73, 0x83, 0x2a, 0x11, 0x07, 0x7e, 0x77, 0x94, 0x7f, 0xc4, 0x0e, 0xf4, 0xe4, 0x0e, 0x9e, 0x83, 0xe3, 0x7f, 0xe7, 0xe3, 0x86, 0xc3, 0xb8, 0x28, 0x1a, 0x19, 0xda, 0xfd, 0xdf, 0xea, 0xb4, 0x29, 0x4a, 0x69, 0xcb, 0x82, 0x8c, 0xce, 0x01, 0xbf, 0xe1, 0xdf, 0xc4, 0x7f, 0x98, 0xce, 0x00, 0xac, 0x1c, 0x2f, 0x46, 0x9d, 0xb5, 0xb7, 0x8f, 0xea, 0x1d, 0x79, 0x7b, 0x8a, 0x10, 0xf3, 0x80, 0x18, 0x2d, 0xab, 0x02 } } }; static const struct cckprng_op_refresh op_refresh_874 = { .hd = { .id = 826, .kind = OP_REFRESH }, .rand = 962102506820940911ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_875 = { .hd = { .id = 827, .kind = OP_RESEED }, .nonce = 5666607679191259641ULL, .seed_nbytes = 183, .seed = { 0xfe, 0x09, 0x41, 0x12, 0x4c, 0xc9, 0xf5, 0x68, 0x3e, 0x4b, 0x1c, 0x5f, 0x03, 0x27, 0xad, 0xaa, 0x95, 0xd5, 0xbb, 0xc5, 0x3e, 0xb3, 0x02, 0x56, 0xf7, 0x2d, 0x23, 0xfd, 0x65, 0xd5, 0x8d, 0xac, 0x08, 0x76, 0x14, 0x31, 0xef, 0xaa, 0x9b, 0x5b, 0x16, 0x00, 0xda, 0x36, 0xba, 0xef, 0x54, 0xc4, 0xa5, 0x21, 0xef, 0x47, 0x5b, 0xf6, 0x49, 0xae, 0x4b, 0x10, 0x2f, 0x5e, 0xa3, 0xdc, 0x0d, 0x95, 0x3a, 0x13, 0xe9, 0x24, 0x89, 0xb7, 0xc1, 0x99, 0x57, 0xc4, 0xa7, 0xd9, 0x28, 0xec, 0xc9, 0xe3, 0xa2, 0xf2, 0x7f, 0x07, 0xd5, 0xbf, 0x3f, 0x92, 0x35, 0x75, 0x54, 0x3e, 0xda, 0xa1, 0xaa, 0x71, 0x0d, 0xeb, 0xb7, 0x20, 0x77, 0xec, 0x3c, 0xc0, 0x56, 0x63, 0xd7, 0x16, 0xcd, 0xdb, 0xc1, 0xcd, 0x66, 0x51, 0xf1, 0x56, 0x04, 0x8d, 0x20, 0x6f, 0x25, 0x27, 0x82, 0x61, 0xe1, 0xab, 0x74, 0x4f, 0x57, 0x3a, 0x19, 0xdc, 0x79, 0x8d, 0x1a, 0x84, 0x54, 0x9e, 0xeb, 0x4c, 0x29, 0xd9, 0x2b, 0x4e, 0xc9, 0x89, 0xd4, 0x9e, 0xfa, 0x94, 0xcc, 0xe1, 0x55, 0x3b, 0xf5, 0xba, 0x12, 0x82, 0xeb, 0x4a, 0xd2, 0xfc, 0x27, 0x21, 0x54, 0x27, 0x2c, 0x33, 0xdb, 0xfa, 0x98, 0x5a, 0xda, 0x51, 0x45, 0x17, 0x4f, 0x13, 0xb0, 0x00, 0xe7, 0x93, 0xd3 } }; static const struct cckprng_op_refresh op_refresh_876 = { .hd = { .id = 828, .kind = OP_REFRESH }, .rand = 14361024054673299881ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_877 = { .hd = { .id = 829, .kind = OP_REFRESH }, .rand = 16837147005665043580ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_878 = { .hd = { .id = 830, .kind = OP_REFRESH }, .rand = 16328035017103953648ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_879 = { .hd = { .id = 831, .kind = OP_REFRESH }, .rand = 11361606098542634573ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_880 = { .hd = { .id = 832, .kind = OP_GENERATE }, .rand_nbytes = 147, .out = { .rand = { 0xe8, 0x15, 0x7d, 0xf3, 0x35, 0xd5, 0x5b, 0x93, 0xe5, 0xdc, 0xd7, 0xcd, 0xb7, 0x19, 0x40, 0x7b, 0x61, 0x1f, 0x8e, 0xfd, 0xe1, 0xc2, 0x47, 0x95, 0x64, 0x5f, 0xca, 0x0a, 0x21, 0xd2, 0xa8, 0xd4, 0x29, 0x8d, 0x68, 0x2c, 0x7e, 0xab, 0x08, 0x87, 0x31, 0x82, 0x6c, 0x4d, 0xf1, 0xef, 0x2e, 0x7e, 0x24, 0xb5, 0xb9, 0x88, 0x9e, 0xd5, 0x79, 0x59, 0xb8, 0x6c, 0x83, 0xa4, 0xea, 0xd7, 0xea, 0x02, 0x14, 0x1c, 0x34, 0xd9, 0xc2, 0x42, 0xa8, 0x12, 0xec, 0xe0, 0xaf, 0xd0, 0xab, 0xc3, 0x1d, 0x20, 0x77, 0xe8, 0x27, 0x79, 0x83, 0x03, 0x95, 0x19, 0xb5, 0x5d, 0x6f, 0x3c, 0xf0, 0x1a, 0xad, 0x9b, 0x9c, 0x16, 0x6a, 0x66, 0xb1, 0x52, 0xd5, 0xac, 0x85, 0x83, 0xe7, 0xd9, 0x26, 0xfb, 0xc9, 0x15, 0xae, 0x97, 0x82, 0x3d, 0x17, 0x3a, 0x3a, 0xf7, 0xca, 0x91, 0x7f, 0xd7, 0x0e, 0x19, 0x8b, 0x21, 0x59, 0x16, 0x37, 0x94, 0x0b, 0xb0, 0x7d, 0x82, 0xf1, 0x0c, 0xd5, 0xc9, 0xa4, 0x59, 0xcd, 0x8f, 0x02, 0xec, 0x1c } } }; static const struct cckprng_op *ops_881[] = { (const struct cckprng_op *)&op_init_865, (const struct cckprng_op *)&op_init_866, (const struct cckprng_op *)&op_reseed_867, (const struct cckprng_op *)&op_reseed_868, (const struct cckprng_op *)&op_reseed_869, (const struct cckprng_op *)&op_reseed_870, (const struct cckprng_op *)&op_reseed_871, (const struct cckprng_op *)&op_reseed_872, (const struct cckprng_op *)&op_init_873, (const struct cckprng_op *)&op_refresh_874, (const struct cckprng_op *)&op_reseed_875, (const struct cckprng_op *)&op_refresh_876, (const struct cckprng_op *)&op_refresh_877, (const struct cckprng_op *)&op_refresh_878, (const struct cckprng_op *)&op_refresh_879, (const struct cckprng_op *)&op_init_880 }; static const struct cckprng_vector vec_882 = { .id = 833, .note = NULL, .nops = 16, .ops = ops_881 }; static const struct cckprng_op_init op_init_883 = { .hd = { .id = 834, .kind = OP_INIT }, .seed = { 0x63, 0xcb, 0x7f, 0x9a, 0x72, 0x63, 0x81, 0x62, 0x02, 0x0a, 0xdc, 0x2e, 0xad, 0xbe, 0x9c, 0x8f, 0x18, 0x4b, 0x86, 0x8b, 0xee, 0xe8, 0x5c, 0xed, 0xe3, 0xa0, 0x36, 0x37, 0xf8, 0x0c, 0x23, 0x83 }, .nonce = { 0x7f, 0x6b, 0x2c, 0x7f, 0x4f, 0x29, 0x60, 0x6f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_884 = { .hd = { .id = 835, .kind = OP_REFRESH }, .rand = 8839357503815262538ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_885 = { .hd = { .id = 836, .kind = OP_REFRESH }, .rand = 17317594207409617265ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_886 = { .hd = { .id = 837, .kind = OP_RESEED }, .nonce = 2239733411381133915ULL, .seed_nbytes = 137, .seed = { 0x56, 0x2a, 0x0b, 0x2f, 0xd7, 0x35, 0x3e, 0x15, 0xcb, 0x5e, 0x01, 0xc5, 0x50, 0xe1, 0x79, 0x31, 0x92, 0x29, 0xa8, 0xc3, 0x12, 0xcf, 0xb7, 0x41, 0xd1, 0x98, 0xa6, 0x18, 0x56, 0xde, 0xdb, 0xad, 0x77, 0x83, 0x34, 0xb8, 0x4a, 0x3b, 0xe1, 0xf0, 0x8d, 0x5b, 0x18, 0xc0, 0xf7, 0x7a, 0x3c, 0x38, 0x5b, 0x42, 0x2f, 0x2e, 0x9b, 0xab, 0xba, 0x0b, 0x96, 0x57, 0x24, 0x11, 0x59, 0xce, 0x32, 0xee, 0xab, 0x64, 0x90, 0x27, 0x90, 0xec, 0x02, 0xe9, 0x0a, 0x01, 0x2b, 0x99, 0x93, 0xd1, 0xa3, 0xd6, 0xf7, 0x8b, 0xc6, 0x2f, 0x77, 0x37, 0xba, 0x9b, 0xf3, 0x0e, 0xbf, 0x8c, 0x07, 0x6b, 0xdb, 0xb0, 0x73, 0x0c, 0x06, 0xa7, 0x67, 0xc9, 0xd3, 0x76, 0x00, 0xf8, 0x67, 0xf7, 0x0d, 0xc3, 0xf7, 0xbc, 0x92, 0x24, 0x0a, 0x41, 0x1b, 0x44, 0xa7, 0x5d, 0xa2, 0x90, 0xfe, 0x92, 0x4e, 0xc4, 0x3f, 0xe0, 0xbe, 0x84, 0x9f, 0x7e, 0x5f, 0xdb, 0x64, 0xfd, 0xc2 } }; static const struct cckprng_op_generate op_init_887 = { .hd = { .id = 838, .kind = OP_GENERATE }, .rand_nbytes = 223, .out = { .rand = { 0x8a, 0x97, 0xce, 0x36, 0x7c, 0x66, 0x66, 0x3b, 0x20, 0x5c, 0x25, 0xc7, 0x8b, 0x0b, 0x3c, 0x02, 0x91, 0x97, 0xb7, 0x6b, 0x0f, 0x81, 0x1a, 0xed, 0xe8, 0x39, 0x99, 0x4a, 0xed, 0x8b, 0xc0, 0x57, 0xe2, 0x19, 0x2c, 0xca, 0x66, 0x8d, 0xbd, 0xdc, 0xa6, 0x10, 0x9e, 0xbd, 0xae, 0xfc, 0xdf, 0x1f, 0x47, 0x57, 0x46, 0xe8, 0x3a, 0xa0, 0x9b, 0x69, 0x8b, 0xad, 0xee, 0xd9, 0x27, 0xc1, 0xa0, 0x65, 0x15, 0x9a, 0xe2, 0x12, 0xc0, 0xf4, 0xc5, 0x9e, 0xb7, 0x4d, 0xef, 0xf7, 0x3b, 0xbe, 0x76, 0x02, 0x5d, 0x6c, 0xc3, 0x3c, 0xc5, 0x8c, 0xb4, 0xa5, 0xcf, 0x71, 0x50, 0x8d, 0xa2, 0x24, 0xda, 0x78, 0x5a, 0x2d, 0xbb, 0x53, 0xc5, 0xa1, 0x84, 0x31, 0x13, 0xee, 0xdb, 0x24, 0x97, 0xc6, 0x17, 0x17, 0x32, 0xd1, 0xa6, 0x69, 0xec, 0xaa, 0x67, 0x5e, 0x8b, 0x80, 0xa6, 0x91, 0xd4, 0xe0, 0x28, 0xd5, 0x40, 0xaf, 0x68, 0xd7, 0xd0, 0xeb, 0x38, 0x11, 0x8a, 0x45, 0x00, 0xb5, 0x2b, 0x59, 0x84, 0x69, 0xab, 0x2f, 0xf2, 0xfa, 0x42, 0xdb, 0x98, 0x33, 0x37, 0x89, 0x12, 0x6f, 0xe1, 0xe3, 0x67, 0xc8, 0x40, 0x86, 0xb7, 0x32, 0x77, 0x11, 0x70, 0x23, 0x97, 0x76, 0xb2, 0xbf, 0x4b, 0xa1, 0x04, 0x68, 0x54, 0x8b, 0xbe, 0x78, 0x5f, 0x4d, 0x46, 0xd7, 0x13, 0x60, 0xd8, 0xee, 0x44, 0xe0, 0xd9, 0x18, 0xe1, 0x7d, 0xce, 0xeb, 0xd4, 0xdd, 0x1f, 0x4f, 0x49, 0xc1, 0xa4, 0x13, 0xff, 0xba, 0xcf, 0xec, 0xfd, 0xbc, 0x52, 0x82, 0xb6, 0x8e, 0xf4, 0xd0, 0x03, 0xc1, 0x38, 0xb3, 0x3f, 0xd8, 0xd9 } } }; static const struct cckprng_op_generate op_init_888 = { .hd = { .id = 839, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0xb1, 0x85, 0x74, 0x85, 0x35, 0x19, 0x15, 0xcf, 0x37, 0x59, 0xbe, 0xbf, 0x5d, 0x49, 0xc4, 0xd2, 0x8c, 0x0c, 0x20, 0x4d, 0xc0, 0xcc, 0x68, 0xcc, 0x42, 0x81, 0xa9, 0x56, 0x41, 0xb4, 0x8a, 0x19, 0xc9, 0x42, 0xac, 0xee, 0x40, 0x13, 0x7d, 0x9e, 0xe8, 0x3b, 0x1e, 0x37, 0xe3, 0x61, 0x78, 0x78, 0x2f, 0xa2, 0xe2, 0xb6, 0x85, 0xf8, 0x0d, 0x23, 0x23, 0x87, 0xe7, 0xa9, 0xeb, 0x25, 0xdb, 0xef, 0x08, 0xad, 0xa4, 0x67, 0x8f, 0x4a, 0xa9, 0xa2, 0xff, 0x63, 0x54, 0x35, 0xd4, 0xcd, 0x38, 0xc8, 0xcb, 0xca, 0x9e, 0xfb, 0xce, 0xc2, 0x56, 0x37, 0xe9, 0xca, 0xe9, 0xa0, 0x1a, 0x7c, 0x9e, 0xe2, 0x93, 0xa3, 0xd9, 0x71, 0xb6, 0x95, 0xeb, 0x8f, 0x51, 0xd0, 0x43, 0x41, 0xbc, 0x28, 0x56, 0x0f, 0xaf, 0x1b, 0x48, 0x4b, 0xf3, 0x71, 0x01, 0xd2, 0x8a, 0x1a, 0xc5, 0x01, 0x84, 0x24, 0x90, 0xa7, 0x58, 0xe2, 0x34, 0xcb, 0xd5, 0x6c, 0xe6 } } }; static const struct cckprng_op_reseed op_reseed_889 = { .hd = { .id = 840, .kind = OP_RESEED }, .nonce = 11165356484048224919ULL, .seed_nbytes = 133, .seed = { 0x22, 0xec, 0x84, 0x03, 0x3d, 0x5d, 0xe8, 0x31, 0xf3, 0x21, 0x79, 0x95, 0x20, 0x79, 0xa9, 0xb3, 0x73, 0x1a, 0x84, 0x62, 0xd3, 0x0b, 0xfe, 0x4b, 0xeb, 0x8b, 0xdf, 0xc1, 0xc7, 0x96, 0x76, 0x8b, 0xb4, 0x67, 0x3f, 0x77, 0x17, 0x78, 0x7a, 0xc5, 0x2e, 0xed, 0x70, 0x25, 0xe7, 0x11, 0x69, 0x7e, 0xa2, 0x62, 0x58, 0x27, 0xdd, 0x53, 0x70, 0x57, 0xcc, 0xd5, 0xea, 0xc4, 0x32, 0x4a, 0xba, 0x48, 0x99, 0x51, 0xaa, 0x8e, 0x31, 0x68, 0x63, 0x53, 0x47, 0x60, 0xcc, 0x76, 0x30, 0xb3, 0x43, 0x43, 0xe3, 0x63, 0x40, 0x8b, 0x28, 0x6f, 0x66, 0xc2, 0x0f, 0x54, 0x17, 0x77, 0x1e, 0x8b, 0xf6, 0xde, 0xaf, 0xb0, 0xa6, 0x36, 0x15, 0xcf, 0x48, 0x7e, 0xdb, 0xdc, 0x4d, 0xb6, 0x2d, 0x60, 0x7c, 0xf2, 0x27, 0x00, 0x4e, 0xa1, 0x26, 0xb7, 0x39, 0x08, 0xaa, 0x6e, 0x08, 0x4c, 0x7f, 0xd8, 0x90, 0x1a, 0x23, 0x43, 0x1f, 0x92, 0xda } }; static const struct cckprng_op_generate op_init_890 = { .hd = { .id = 841, .kind = OP_GENERATE }, .rand_nbytes = 129, .out = { .rand = { 0x4a, 0x84, 0xc4, 0xd7, 0x8e, 0x4b, 0xbb, 0xab, 0xf3, 0xdc, 0x28, 0x59, 0x58, 0x17, 0xcf, 0x92, 0x60, 0x40, 0xec, 0x7a, 0xcf, 0x69, 0x3a, 0xb3, 0xf0, 0xad, 0xe4, 0xb1, 0x7c, 0xfb, 0x35, 0x5e, 0xc8, 0x8c, 0x04, 0xa3, 0x95, 0x22, 0xc3, 0x2a, 0x8f, 0xcb, 0x76, 0xad, 0x52, 0xa0, 0x70, 0x84, 0xb7, 0x10, 0x9b, 0x79, 0x9f, 0xc2, 0x99, 0x05, 0x57, 0xd2, 0xda, 0x49, 0x8d, 0x1a, 0x0c, 0xdb, 0xae, 0x6f, 0xa8, 0xdc, 0xc2, 0xed, 0xf4, 0x62, 0x05, 0xa1, 0x5d, 0xfb, 0xfe, 0xfb, 0x9e, 0x9c, 0x8f, 0x66, 0x55, 0x06, 0x80, 0x0e, 0x66, 0x13, 0xba, 0x72, 0xdd, 0x7e, 0x9c, 0x37, 0x00, 0xf7, 0xe9, 0x1d, 0xd2, 0x48, 0x13, 0xa6, 0xf5, 0x89, 0xbb, 0xa5, 0x80, 0x23, 0x15, 0x8c, 0x3d, 0x63, 0x59, 0x67, 0x18, 0x51, 0xd2, 0x26, 0xa2, 0x9a, 0x55, 0xf7, 0x05, 0xa1, 0x02, 0x9a, 0x2f, 0x03, 0xce } } }; static const struct cckprng_op_generate op_init_891 = { .hd = { .id = 842, .kind = OP_GENERATE }, .rand_nbytes = 192, .out = { .rand = { 0x36, 0x9e, 0x39, 0x03, 0x40, 0xe9, 0x24, 0xdc, 0x6c, 0x2e, 0x67, 0x3f, 0x0d, 0x72, 0x87, 0x29, 0x1e, 0xb3, 0xf2, 0x59, 0x3f, 0xfe, 0x60, 0x06, 0xac, 0x0b, 0x48, 0x29, 0xd4, 0xa6, 0xbe, 0x0a, 0x72, 0xa1, 0x4d, 0x0c, 0x37, 0xf0, 0x86, 0xc7, 0x0b, 0xbd, 0x1b, 0x1b, 0xae, 0xba, 0xe5, 0xa1, 0x1a, 0x96, 0x27, 0xdf, 0x41, 0x12, 0x57, 0x72, 0x7a, 0xe9, 0x1d, 0xaf, 0x0c, 0x82, 0x28, 0x5f, 0xc1, 0x6e, 0x06, 0xad, 0xed, 0x47, 0xc1, 0xe4, 0xe4, 0xff, 0xee, 0x38, 0x4d, 0x77, 0x7d, 0x07, 0x17, 0x43, 0x5b, 0x13, 0x36, 0xe6, 0xce, 0x4c, 0xa2, 0x03, 0x11, 0x2d, 0x70, 0x65, 0x5c, 0x73, 0x2e, 0xe7, 0x3e, 0x8e, 0xd5, 0x8e, 0xc2, 0xa1, 0x6b, 0x6b, 0x72, 0xaf, 0x6f, 0x35, 0xeb, 0x88, 0xe6, 0x85, 0x98, 0xa3, 0x9a, 0xf3, 0x1a, 0xd6, 0x98, 0x68, 0x25, 0x7c, 0x04, 0xd2, 0x57, 0xc3, 0x8b, 0x81, 0x54, 0x6a, 0xe7, 0x79, 0x5d, 0x55, 0x47, 0x4a, 0x9e, 0xe4, 0xf9, 0x7c, 0x10, 0x33, 0xa4, 0xe6, 0x5d, 0xf3, 0xd0, 0xcf, 0x6a, 0xcf, 0x7c, 0xcb, 0x78, 0xf7, 0xeb, 0xd5, 0xdb, 0x1c, 0xaa, 0xde, 0xcb, 0x37, 0x34, 0x8c, 0x9a, 0x43, 0xeb, 0x8f, 0x8e, 0x48, 0xf3, 0x6d, 0xbd, 0x45, 0xf9, 0x08, 0xaf, 0x0b, 0xa5, 0x3b, 0x7e, 0x33, 0x39, 0x8e, 0xc9, 0x5a, 0xd0, 0xfd, 0x68, 0xf7 } } }; static const struct cckprng_op_generate op_init_892 = { .hd = { .id = 843, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0xf8, 0x0c, 0xa0, 0x4a, 0xbb, 0xad, 0x78, 0x01, 0xba, 0x2f, 0xce, 0xb1, 0xaa, 0xee, 0xc4, 0x86, 0xda, 0xb6, 0x21, 0xca, 0xc6, 0x92, 0x0b, 0xef, 0x95, 0x0c, 0x25, 0x5e, 0xe8, 0xc1, 0xc8, 0xcd, 0x82, 0xaa, 0xfe, 0xd0, 0xf8, 0x52, 0x79, 0x89, 0x66, 0x47, 0xe3, 0x37, 0xa3, 0xd7, 0x08, 0xd7, 0xf9, 0xa0, 0x2b, 0x7b, 0x85, 0x14, 0x0c, 0x1a, 0x59, 0x17, 0xfe, 0x71, 0x46, 0xa8, 0xc8, 0xab, 0x2e, 0x95, 0xb9, 0xd3, 0x41, 0x9e, 0x91, 0x8a, 0xd4, 0x2a, 0x74, 0x6f, 0xdf, 0xf2, 0xfd, 0x84, 0x67, 0xb7, 0x13, 0x4d, 0xf8, 0x35, 0x30, 0xa0, 0xe4, 0x29, 0x9e, 0xe4, 0xde, 0x15, 0x7a, 0xed, 0x6d, 0xe0, 0x87, 0x6b, 0x3e, 0x94, 0x03, 0x60, 0xef, 0x4e, 0xfe, 0x7b, 0xbb, 0x97, 0x05, 0x12, 0x11, 0xa2, 0x98, 0x52, 0xa8, 0xa4, 0xb5, 0x63, 0xc3, 0x05, 0xee, 0x56, 0x30, 0xcc, 0x88, 0xa1, 0xa0, 0x56, 0x08, 0x9b, 0x3c, 0x14, 0x6c, 0xfc, 0x39, 0x5c, 0x1f, 0x22, 0xcb, 0xc8, 0x04, 0x46, 0x23, 0x38, 0x36, 0x4c, 0xe9, 0x92, 0x0e, 0x31, 0xa4, 0x65, 0xed, 0x54, 0x1f, 0x47, 0xf5, 0x6f, 0x73, 0x3a, 0x96, 0x86, 0x52, 0x32, 0xf7, 0x80, 0xee, 0x16, 0xea, 0x2a, 0x14, 0x29, 0x15, 0x81, 0xaa, 0x3a, 0x32, 0x9d, 0xef, 0x3b, 0x23, 0xf7, 0x2c, 0x9f, 0xf3, 0x18, 0x5f, 0x32, 0xfc, 0x15, 0xbd, 0xae, 0x75, 0x04, 0xe1, 0xe6, 0xa9, 0xeb, 0x7a, 0xd5, 0x88, 0x78, 0xfb, 0x96, 0x21, 0xef, 0xb5, 0x15, 0x6f, 0x73, 0x07, 0x6a, 0x2d, 0xf7, 0x52, 0xbe, 0x56, 0xbf, 0x3c, 0x56, 0x7c, 0x8f, 0x57, 0x5b, 0xdc, 0x56, 0xb6, 0x4a, 0x2f, 0x80, 0x16, 0xcf, 0xfe, 0x60, 0xe0, 0x9a, 0xa2, 0xc3, 0x40, 0x2b, 0x9f, 0xc6, 0x93, 0x24, 0xda, 0xa6, 0x55, 0x86, 0x16, 0x1a } } }; static const struct cckprng_op_generate op_init_893 = { .hd = { .id = 844, .kind = OP_GENERATE }, .rand_nbytes = 210, .out = { .rand = { 0x31, 0xbd, 0xce, 0x40, 0x22, 0x89, 0xac, 0xb3, 0x38, 0x20, 0x57, 0x6c, 0xeb, 0x15, 0x0d, 0xb8, 0x2b, 0x23, 0x4f, 0x35, 0x12, 0x34, 0x9a, 0xbe, 0x28, 0xea, 0xdf, 0x4a, 0xb3, 0x8e, 0x3c, 0x17, 0x4f, 0x25, 0x56, 0x02, 0x86, 0x4a, 0x11, 0x55, 0x1a, 0xf0, 0x49, 0xd2, 0xa9, 0xb5, 0x15, 0xcf, 0x5e, 0x1f, 0x13, 0x1b, 0x91, 0x5e, 0x5b, 0x80, 0x4e, 0x11, 0xaf, 0x67, 0xdd, 0x1a, 0x01, 0xfc, 0xaa, 0x02, 0xf3, 0x32, 0x60, 0xd9, 0x82, 0x4c, 0x37, 0x3c, 0x1e, 0xcf, 0x66, 0x61, 0x5c, 0xf2, 0xd6, 0x34, 0x65, 0xc0, 0x95, 0xc4, 0x69, 0xbf, 0x43, 0xf3, 0x26, 0xd0, 0x66, 0xff, 0x42, 0x6d, 0xef, 0x07, 0x7c, 0x0a, 0x14, 0xc6, 0x41, 0x6a, 0xd6, 0x97, 0xa6, 0xb8, 0xa3, 0xf4, 0xf8, 0xf2, 0x88, 0x3d, 0x25, 0x5b, 0x14, 0x53, 0xdf, 0x40, 0x96, 0x64, 0xd3, 0x2a, 0x3b, 0x6b, 0xbd, 0x83, 0x3a, 0x66, 0xef, 0xb9, 0xb6, 0x9a, 0x5b, 0x45, 0x2d, 0x14, 0x56, 0xae, 0xe3, 0xff, 0x70, 0xdd, 0x2e, 0x6d, 0x4d, 0x7d, 0x83, 0xe4, 0x48, 0x16, 0x6a, 0xcc, 0x9f, 0x9a, 0xfe, 0x1b, 0x47, 0x41, 0x1e, 0x72, 0x2e, 0xbe, 0xbd, 0xd9, 0x66, 0xbb, 0x10, 0x3b, 0x3e, 0x79, 0x9e, 0xbe, 0xc2, 0xed, 0x98, 0x20, 0xd2, 0x0d, 0x00, 0xd5, 0x85, 0x69, 0xe2, 0x0e, 0x7f, 0x52, 0xbb, 0xf8, 0xf8, 0x0f, 0xe4, 0xd8, 0x21, 0xab, 0x69, 0x83, 0xba, 0x75, 0x86, 0x55, 0xfc, 0xfd, 0xe7, 0x6b, 0x6b, 0xcb, 0x2e, 0xd4 } } }; static const struct cckprng_op_reseed op_reseed_894 = { .hd = { .id = 845, .kind = OP_RESEED }, .nonce = 6845113789973798430ULL, .seed_nbytes = 204, .seed = { 0xf2, 0x5c, 0xc4, 0xff, 0x18, 0x67, 0x10, 0x5a, 0x7f, 0x1d, 0xa2, 0x7e, 0x20, 0xd2, 0x59, 0x16, 0x78, 0xbb, 0xa3, 0x65, 0x32, 0x0f, 0x91, 0x3b, 0x55, 0xfd, 0xa1, 0x0b, 0x10, 0x48, 0xab, 0x56, 0x96, 0x4a, 0x8a, 0x9a, 0x0e, 0xb7, 0x4b, 0xfd, 0x1a, 0x37, 0xff, 0x57, 0x9f, 0xf0, 0x35, 0x49, 0x20, 0x8f, 0x4b, 0x3a, 0x0b, 0x4a, 0x19, 0x66, 0xa7, 0x67, 0x60, 0x56, 0x81, 0x78, 0x66, 0xb0, 0x70, 0xd6, 0xcd, 0xa1, 0xcd, 0x9f, 0x96, 0x27, 0x8c, 0x86, 0x04, 0x5e, 0x5b, 0x33, 0xe4, 0xf8, 0xed, 0x0b, 0xa8, 0x2a, 0x91, 0x06, 0xe0, 0xe3, 0xd5, 0x3e, 0x18, 0x26, 0x4d, 0x9a, 0x4c, 0x3b, 0xe2, 0x39, 0x2b, 0x4f, 0x17, 0xb3, 0x2f, 0x00, 0x68, 0xca, 0x14, 0x44, 0x0d, 0xdc, 0x83, 0x35, 0x19, 0xbd, 0x46, 0x71, 0xe1, 0x2d, 0x82, 0xaf, 0xa1, 0xb8, 0x64, 0xd4, 0xa7, 0xe4, 0x68, 0xd6, 0xaa, 0x11, 0xcb, 0x16, 0xf6, 0x48, 0x60, 0xe8, 0x7d, 0x1c, 0x3f, 0xca, 0x6e, 0xc1, 0xf1, 0x89, 0x53, 0x42, 0xd9, 0x3c, 0x2f, 0x41, 0xde, 0x87, 0x1a, 0x3a, 0x6c, 0x4f, 0x1e, 0x0c, 0x70, 0x8b, 0x74, 0xfa, 0xd4, 0x4d, 0x75, 0xe7, 0xe0, 0x21, 0x25, 0xaf, 0xdc, 0x09, 0x9f, 0x37, 0x16, 0xc3, 0x83, 0x99, 0x7e, 0xfb, 0xf8, 0x11, 0x15, 0xc4, 0x14, 0xe9, 0x79, 0xf5, 0x29, 0xf7, 0x8c, 0x6c, 0xcb, 0x04, 0x44, 0x66, 0x43, 0xc7, 0x53, 0xb3, 0xf5, 0x3a, 0x70, 0xa4 } }; static const struct cckprng_op_reseed op_reseed_895 = { .hd = { .id = 846, .kind = OP_RESEED }, .nonce = 1578489476361050431ULL, .seed_nbytes = 52, .seed = { 0x4b, 0x56, 0xb3, 0xda, 0x46, 0xa8, 0x90, 0xfa, 0x16, 0x0e, 0xe0, 0xb5, 0x99, 0x0b, 0x51, 0x26, 0x1f, 0xe7, 0x6e, 0x3f, 0x04, 0xa4, 0xb1, 0x7c, 0xf7, 0xa3, 0xeb, 0xd2, 0xf5, 0xf3, 0xd4, 0xd1, 0x4b, 0x86, 0x3b, 0x01, 0xa2, 0xb6, 0xf2, 0xff, 0x51, 0xac, 0x34, 0xcc, 0x53, 0x6e, 0x22, 0x6e, 0x3b, 0xaf, 0x16, 0xdf } }; static const struct cckprng_op_generate op_init_896 = { .hd = { .id = 847, .kind = OP_GENERATE }, .rand_nbytes = 278, .out = { .rand = { 0x10, 0xfe, 0x8d, 0xcb, 0x34, 0xee, 0xbf, 0xfd, 0xb5, 0x72, 0x0a, 0x79, 0xbc, 0x89, 0xc7, 0xce, 0x88, 0xc8, 0x2d, 0x52, 0xb2, 0x88, 0xc3, 0xef, 0x0e, 0x4b, 0x95, 0xf0, 0xff, 0xac, 0x3b, 0x38, 0xdd, 0x65, 0x05, 0x15, 0x30, 0x9f, 0x0c, 0x10, 0xba, 0x9f, 0xfd, 0xf9, 0xfa, 0xe4, 0x76, 0x1d, 0x2c, 0x29, 0x1d, 0xb2, 0xf5, 0xe7, 0xbf, 0x80, 0x72, 0xc1, 0x0e, 0xa0, 0x91, 0xa7, 0xd0, 0xf7, 0x49, 0x88, 0x29, 0xc2, 0x00, 0xb6, 0x8a, 0xd5, 0x69, 0x85, 0xde, 0xe2, 0xdd, 0xde, 0x23, 0x8f, 0xaf, 0x42, 0x66, 0x6e, 0x32, 0x4d, 0x47, 0x30, 0x96, 0xc9, 0x1a, 0xb4, 0x38, 0xdd, 0x4e, 0x4d, 0x41, 0x49, 0xa7, 0x15, 0x14, 0xbd, 0x9b, 0xe2, 0xbe, 0x9b, 0xb6, 0x69, 0x8e, 0xac, 0x41, 0xfd, 0xfc, 0x0f, 0xaa, 0xcd, 0x56, 0xa5, 0x78, 0x85, 0xa8, 0xb4, 0x3e, 0xc5, 0xbc, 0xc5, 0x6b, 0xf1, 0x8b, 0x54, 0x75, 0x04, 0x2d, 0x98, 0xf2, 0x9d, 0x96, 0xc8, 0x41, 0x58, 0x8d, 0xb7, 0x33, 0x51, 0x76, 0xef, 0x2c, 0xe1, 0x36, 0x6e, 0xc2, 0xdd, 0x2e, 0x66, 0x21, 0x71, 0x99, 0xfc, 0xe5, 0xfe, 0x84, 0x9b, 0x11, 0x0a, 0x93, 0x2b, 0x8d, 0xb8, 0xa3, 0xe8, 0xec, 0x46, 0xfa, 0x8e, 0x5c, 0x8e, 0x63, 0x3f, 0x3f, 0xec, 0x73, 0xc0, 0x32, 0x97, 0x69, 0xf6, 0xc7, 0xfa, 0x20, 0xbf, 0xab, 0xcf, 0xe7, 0x35, 0x95, 0x36, 0x0c, 0x9d, 0xc9, 0x8d, 0xd7, 0x5b, 0x1a, 0x36, 0x1b, 0x6f, 0x0a, 0x42, 0x5e, 0x02, 0x19, 0x9c, 0x1e, 0xc9, 0x57, 0x9e, 0x09, 0x01, 0x77, 0x9e, 0x7c, 0xdd, 0x8d, 0x66, 0x79, 0x2d, 0xce, 0x84, 0x74, 0x94, 0xf6, 0x5a, 0x93, 0x3b, 0x2e, 0x62, 0xb9, 0x47, 0x9b, 0xdd, 0xeb, 0x03, 0x15, 0x61, 0xd9, 0x23, 0x25, 0x1d, 0xb9, 0xf3, 0xb2, 0x59, 0xf6, 0x04, 0xc8, 0x57, 0xbf, 0x86, 0x32, 0x0a, 0x0b, 0x49, 0xfd, 0x9e, 0x43, 0x91, 0xd1, 0x53, 0x1c, 0xb5, 0xbf, 0x33, 0x8e, 0xb9, 0xb0, 0x46, 0x7d, 0xa9 } } }; static const struct cckprng_op_generate op_init_897 = { .hd = { .id = 848, .kind = OP_GENERATE }, .rand_nbytes = 114, .out = { .rand = { 0x7e, 0xa9, 0x94, 0x12, 0x14, 0x13, 0xdb, 0xb9, 0xa1, 0xc6, 0x8c, 0xb0, 0x3c, 0x4e, 0x09, 0x58, 0x0a, 0x73, 0x96, 0x43, 0xab, 0x67, 0xa5, 0xba, 0x17, 0xf7, 0xb0, 0xd1, 0x1c, 0x70, 0x7b, 0xfa, 0x07, 0x3d, 0xe9, 0x12, 0x7a, 0xe5, 0xbd, 0xec, 0x37, 0xc0, 0x36, 0xe9, 0xa2, 0xb4, 0xf3, 0x22, 0x57, 0xf1, 0x74, 0xf5, 0xd6, 0xfa, 0x9d, 0xcc, 0x5d, 0x3f, 0xf8, 0xd1, 0xb9, 0xae, 0x3c, 0x53, 0x45, 0xd3, 0x35, 0x53, 0x31, 0x16, 0xfc, 0x9a, 0xcd, 0x94, 0x24, 0x30, 0xc6, 0xea, 0xf4, 0x8b, 0x34, 0x9a, 0x8e, 0x57, 0x08, 0x3a, 0x4e, 0x97, 0xc3, 0x30, 0xf3, 0x1c, 0x3d, 0xff, 0xff, 0xd2, 0x73, 0x61, 0xcc, 0xa5, 0xf1, 0xb2, 0xee, 0x15, 0x0c, 0x04, 0xa3, 0xd9, 0x08, 0x80, 0x17, 0x60, 0xd7, 0x78 } } }; static const struct cckprng_op_generate op_init_898 = { .hd = { .id = 849, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0x15, 0xa2, 0x80, 0xc7, 0xaf, 0x45, 0xc7, 0x4f, 0xef, 0x66, 0x87, 0x95, 0xbd, 0xb9, 0xb9, 0x0e, 0x6e, 0xfe, 0x82, 0x35, 0x31, 0xf8, 0x0f, 0x63, 0xf5, 0xc2, 0xaa, 0xfd, 0xa6, 0xf6, 0x8c, 0x82, 0xc5, 0xe5, 0x9a, 0xd0, 0xb7, 0x50, 0x95, 0x64, 0xd7, 0x61, 0x36, 0x15, 0xb9, 0xb3, 0xbb, 0x2b, 0x21, 0x22, 0x9d, 0x1f, 0x34, 0xc3, 0x2a, 0x5b, 0xc3, 0x10, 0xe7, 0xcf, 0x16, 0x9c, 0x87, 0x1b, 0xba, 0x8a, 0x3e, 0x6e, 0x9c, 0xfc, 0x66, 0x2d, 0xe4, 0x92, 0x33, 0xd8, 0xbb, 0xe3, 0xa8, 0xf5, 0x94, 0xf9, 0xf5, 0xb0, 0x3f, 0xe6, 0x7f, 0xdc, 0x9b, 0xb7, 0xb1, 0xe7, 0x1f, 0x82, 0x54, 0x0e, 0x84, 0xfe, 0x14, 0x70, 0x3f, 0x97, 0xfa, 0xa5, 0xd4, 0xdc, 0xf0, 0x02, 0xca, 0xfd, 0xd5, 0x9f, 0x59, 0x75, 0x1c, 0x63, 0x86, 0xed, 0xeb, 0x22, 0x6e, 0xf9, 0xeb, 0xe3, 0xa9, 0xbd, 0x3e, 0xce, 0xb2, 0x69, 0x4b, 0xf4, 0x73, 0xae, 0xf0, 0x57, 0x50, 0xbd, 0x92, 0x72, 0x95, 0x02, 0x85, 0x44, 0xdb, 0xe1, 0xb4, 0x6c, 0xc4, 0x6b, 0xdd, 0xfd, 0xdb, 0xec, 0xd5, 0x60, 0x15, 0xc3, 0x4a, 0x36, 0xbc, 0xe5, 0x82, 0xf1 } } }; static const struct cckprng_op *ops_899[] = { (const struct cckprng_op *)&op_init_883, (const struct cckprng_op *)&op_refresh_884, (const struct cckprng_op *)&op_refresh_885, (const struct cckprng_op *)&op_reseed_886, (const struct cckprng_op *)&op_init_887, (const struct cckprng_op *)&op_init_888, (const struct cckprng_op *)&op_reseed_889, (const struct cckprng_op *)&op_init_890, (const struct cckprng_op *)&op_init_891, (const struct cckprng_op *)&op_init_892, (const struct cckprng_op *)&op_init_893, (const struct cckprng_op *)&op_reseed_894, (const struct cckprng_op *)&op_reseed_895, (const struct cckprng_op *)&op_init_896, (const struct cckprng_op *)&op_init_897, (const struct cckprng_op *)&op_init_898 }; static const struct cckprng_vector vec_900 = { .id = 850, .note = NULL, .nops = 16, .ops = ops_899 }; static const struct cckprng_op_init op_init_901 = { .hd = { .id = 851, .kind = OP_INIT }, .seed = { 0x6f, 0xd2, 0x0d, 0x0d, 0xb1, 0x2a, 0x6a, 0xc8, 0x37, 0x20, 0xe3, 0x69, 0xba, 0x65, 0x96, 0x64, 0xaa, 0x66, 0x49, 0x0a, 0xf7, 0x11, 0x5a, 0x28, 0xa3, 0x1a, 0x18, 0xec, 0x46, 0x3f, 0x01, 0x40 }, .nonce = { 0x75, 0x36, 0xeb, 0x71, 0x18, 0x47, 0x3d, 0x38 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_902 = { .hd = { .id = 852, .kind = OP_RESEED }, .nonce = 11553241548523033575ULL, .seed_nbytes = 102, .seed = { 0x4e, 0x8c, 0xa8, 0xbe, 0xf0, 0x14, 0x80, 0x29, 0x1a, 0x61, 0x6a, 0x29, 0x23, 0x28, 0x3f, 0x04, 0x68, 0x34, 0x37, 0x0a, 0xeb, 0xec, 0xe7, 0x6f, 0xaf, 0x72, 0xe9, 0xe5, 0x11, 0xe8, 0xa8, 0xe1, 0xa0, 0xd6, 0x4d, 0xdc, 0xed, 0x3e, 0x86, 0xda, 0xb0, 0x66, 0xb7, 0xb4, 0x4b, 0x39, 0xe3, 0x61, 0x21, 0x60, 0x5d, 0x6d, 0xfb, 0x66, 0x2d, 0x96, 0xf9, 0x42, 0xb0, 0x81, 0xaf, 0xb3, 0x19, 0x0d, 0x3a, 0x03, 0x46, 0x5a, 0xff, 0x2c, 0x3d, 0x82, 0x55, 0x8e, 0xba, 0xc1, 0xe0, 0x67, 0xaf, 0x88, 0x35, 0x6d, 0xa1, 0x85, 0xc6, 0xf9, 0xab, 0x07, 0x42, 0xd7, 0x6a, 0x1f, 0xe1, 0x5d, 0x12, 0x8d, 0x5c, 0xa1, 0x75, 0xd8, 0x2a, 0x70 } }; static const struct cckprng_op_reseed op_reseed_903 = { .hd = { .id = 853, .kind = OP_RESEED }, .nonce = 245077712570411672ULL, .seed_nbytes = 152, .seed = { 0xbe, 0x05, 0x07, 0x01, 0x72, 0x23, 0x47, 0xbc, 0x60, 0xa6, 0x19, 0x84, 0xf8, 0xb2, 0x18, 0xf4, 0x58, 0x84, 0x98, 0xf5, 0xec, 0xac, 0x92, 0x8a, 0xe1, 0xe5, 0x34, 0xcf, 0xef, 0xc2, 0x11, 0xee, 0x98, 0xfe, 0xe5, 0x04, 0xa4, 0x7e, 0x11, 0xc0, 0x4c, 0x03, 0x7f, 0xe9, 0x49, 0xc0, 0xad, 0x30, 0xcb, 0x31, 0x25, 0x66, 0x18, 0x55, 0xe1, 0x37, 0xcc, 0x29, 0xe2, 0x4e, 0xcc, 0x9a, 0x47, 0x5c, 0xc8, 0x4b, 0x71, 0x44, 0x47, 0x67, 0x10, 0x38, 0x0a, 0xe0, 0x0a, 0x95, 0xee, 0xf8, 0x02, 0x52, 0x60, 0xbb, 0x6c, 0x9f, 0xac, 0x53, 0x97, 0x7c, 0xe9, 0x6d, 0xa1, 0xe0, 0xf2, 0xd7, 0xe9, 0x15, 0xe8, 0xd7, 0x06, 0xa0, 0xd2, 0xf4, 0xb8, 0xe6, 0x5c, 0xb8, 0xe4, 0xa3, 0x58, 0x1a, 0xcd, 0x98, 0x81, 0x62, 0x4c, 0x6c, 0x2c, 0xf3, 0x6b, 0xaf, 0x87, 0x9f, 0x8a, 0xb8, 0x55, 0x17, 0x57, 0xbe, 0xf7, 0x44, 0xd0, 0x8d, 0x18, 0x64, 0x82, 0x14, 0xb9, 0x1e, 0xb8, 0x16, 0x1a, 0x21, 0xfb, 0x7c, 0xe2, 0x1b, 0xfd, 0xe0, 0x80, 0x93, 0xc6, 0x24 } }; static const struct cckprng_op_refresh op_refresh_904 = { .hd = { .id = 854, .kind = OP_REFRESH }, .rand = 3182690728450026450ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_905 = { .hd = { .id = 855, .kind = OP_RESEED }, .nonce = 12502119504649022167ULL, .seed_nbytes = 220, .seed = { 0xa8, 0xeb, 0x86, 0x31, 0xcb, 0xc3, 0xdc, 0x93, 0xa1, 0x0f, 0x20, 0xae, 0xa2, 0x0e, 0x4b, 0xba, 0xd6, 0xc8, 0x18, 0x92, 0x5a, 0x70, 0xe9, 0x87, 0x25, 0x3a, 0x70, 0xdd, 0x0f, 0x2f, 0xb4, 0x48, 0x01, 0xad, 0x2c, 0xe3, 0xdc, 0xc5, 0x9c, 0x5d, 0x59, 0x27, 0xb2, 0xe1, 0x02, 0x8e, 0x3d, 0x10, 0x55, 0x58, 0x3b, 0xa8, 0x1a, 0x1e, 0xb1, 0x08, 0xd0, 0x35, 0xdb, 0x18, 0x0b, 0x7e, 0x39, 0x35, 0x3e, 0x47, 0x9a, 0x90, 0x73, 0xcf, 0x99, 0x87, 0x4b, 0x17, 0x90, 0x0d, 0x45, 0xac, 0x8f, 0x54, 0x92, 0x80, 0xa6, 0x5a, 0x63, 0x68, 0x4b, 0xe9, 0xed, 0xb4, 0xa0, 0xd8, 0x39, 0x15, 0x48, 0x5d, 0x83, 0x2c, 0x71, 0x20, 0x36, 0x91, 0x64, 0xe8, 0xdc, 0x2d, 0x96, 0xbd, 0xeb, 0x02, 0xb1, 0x30, 0x8f, 0x94, 0xa8, 0x03, 0xf8, 0x57, 0x73, 0x42, 0x07, 0x35, 0xc0, 0x78, 0x97, 0x77, 0x33, 0x47, 0x3b, 0xc2, 0x61, 0x35, 0x05, 0x46, 0xfc, 0x50, 0xd2, 0x12, 0x9f, 0x23, 0x32, 0x1c, 0xf1, 0x51, 0xa5, 0xa5, 0x18, 0x65, 0xc8, 0x25, 0x4b, 0x22, 0xd2, 0xe3, 0x80, 0xdc, 0xaf, 0x0f, 0x69, 0x3b, 0xd4, 0x31, 0xe0, 0x65, 0x7c, 0x73, 0x01, 0x19, 0xd6, 0x15, 0x79, 0xac, 0x92, 0x7f, 0x1f, 0xa4, 0xa7, 0x7b, 0x42, 0xd5, 0xd4, 0x31, 0x1f, 0xfa, 0x2e, 0xb0, 0xd3, 0x43, 0xef, 0x85, 0x7b, 0x56, 0xfb, 0x1b, 0x7a, 0x5d, 0xf7, 0x7a, 0x3c, 0xa5, 0x26, 0x01, 0xa1, 0x03, 0xe4, 0xfe, 0xd1, 0x79, 0x5a, 0xd3, 0x96, 0x02, 0x83, 0x23, 0x5e, 0x8f, 0xfc, 0x25, 0x3b, 0x5b } }; static const struct cckprng_op_generate op_init_906 = { .hd = { .id = 856, .kind = OP_GENERATE }, .rand_nbytes = 51, .out = { .rand = { 0xd7, 0x48, 0xba, 0xf2, 0x53, 0x56, 0xfc, 0x26, 0xa5, 0x2a, 0x67, 0x3b, 0xdb, 0x34, 0x7b, 0x14, 0x43, 0x1a, 0x0c, 0xa5, 0xac, 0x2b, 0x97, 0xbb, 0x78, 0xf0, 0x6a, 0x2b, 0x10, 0x51, 0x92, 0xcc, 0xfe, 0xe9, 0x8d, 0x62, 0xef, 0xfc, 0x52, 0x84, 0xf3, 0xfc, 0x79, 0x9a, 0x58, 0x4d, 0x45, 0xc3, 0x60, 0x9c, 0x6f } } }; static const struct cckprng_op_refresh op_refresh_907 = { .hd = { .id = 857, .kind = OP_REFRESH }, .rand = 5037586858325066621ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_908 = { .hd = { .id = 858, .kind = OP_RESEED }, .nonce = 17405717243299593793ULL, .seed_nbytes = 207, .seed = { 0x0c, 0x75, 0x4f, 0xa9, 0x6f, 0x2c, 0x7f, 0x05, 0xad, 0x4a, 0x9b, 0x3c, 0x66, 0xe1, 0x3e, 0x12, 0xb3, 0xb0, 0x63, 0x4e, 0x0d, 0x9a, 0x50, 0xed, 0x31, 0x6d, 0x01, 0xde, 0xe0, 0x70, 0xb3, 0x8b, 0xd6, 0xbd, 0xee, 0xc4, 0xea, 0x09, 0xb1, 0xe4, 0x45, 0x5a, 0x8a, 0xe9, 0x37, 0xb6, 0x81, 0x60, 0xe7, 0x29, 0x77, 0x32, 0xa3, 0x20, 0xac, 0xa5, 0xfc, 0xc3, 0x88, 0x40, 0x77, 0xac, 0xb7, 0xef, 0xf1, 0x11, 0x28, 0x67, 0x3f, 0x70, 0xce, 0x2c, 0x75, 0x28, 0x0c, 0x36, 0x0d, 0x2a, 0xce, 0x9e, 0x3e, 0xa1, 0x3f, 0xa5, 0x14, 0x56, 0x07, 0x4e, 0x3e, 0x49, 0xd0, 0xf1, 0x1d, 0x0a, 0x2e, 0x09, 0x8b, 0x61, 0x3a, 0x24, 0xec, 0x09, 0x77, 0x3c, 0x54, 0x3d, 0x34, 0xb7, 0x55, 0x02, 0xf0, 0x49, 0xc7, 0xd9, 0xdc, 0x18, 0x79, 0x52, 0x04, 0x1c, 0xb7, 0x6e, 0x98, 0xed, 0x22, 0x29, 0xcd, 0x2f, 0x8a, 0xf3, 0x33, 0x70, 0x22, 0xc1, 0xb9, 0xa9, 0x05, 0x5a, 0x8f, 0x5f, 0xca, 0xe4, 0xd0, 0x77, 0x03, 0x69, 0xd0, 0xb4, 0x07, 0xeb, 0x73, 0xbf, 0x60, 0x37, 0x59, 0xc0, 0xa9, 0xba, 0x17, 0x21, 0x6a, 0x21, 0xa9, 0x93, 0x65, 0x89, 0x79, 0xb0, 0x2f, 0x3f, 0x19, 0xb0, 0xa4, 0xfd, 0xfb, 0x01, 0x53, 0xe8, 0x1e, 0x77, 0x5b, 0xa0, 0x40, 0xb6, 0x60, 0x2f, 0xcd, 0x4a, 0xac, 0xb8, 0x68, 0x3b, 0x1e, 0x81, 0x13, 0x0f, 0x27, 0x1d, 0xd8, 0xd6, 0xa2, 0xcc, 0xbd, 0xc0, 0xb3, 0xec, 0x9f } }; static const struct cckprng_op_reseed op_reseed_909 = { .hd = { .id = 859, .kind = OP_RESEED }, .nonce = 5884116764671406921ULL, .seed_nbytes = 41, .seed = { 0xe3, 0xab, 0xfc, 0xd7, 0x47, 0xe4, 0x4e, 0xed, 0x56, 0x57, 0x99, 0x06, 0xb1, 0x74, 0x52, 0x76, 0xf2, 0x2c, 0x6a, 0xeb, 0x5b, 0x52, 0xa9, 0xea, 0x53, 0x92, 0x1c, 0x24, 0xe0, 0x5a, 0x05, 0xa7, 0x99, 0x24, 0xfa, 0xdd, 0x87, 0xf3, 0x6c, 0x03, 0x0a } }; static const struct cckprng_op_refresh op_refresh_910 = { .hd = { .id = 860, .kind = OP_REFRESH }, .rand = 8668003222348203251ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_911 = { .hd = { .id = 861, .kind = OP_RESEED }, .nonce = 9366799951429024966ULL, .seed_nbytes = 19, .seed = { 0xba, 0x9e, 0xb2, 0xe9, 0x59, 0x16, 0x6f, 0x17, 0xa7, 0x7c, 0xf5, 0x7a, 0xdf, 0xa8, 0x7b, 0x9f, 0xee, 0x83, 0x68 } }; static const struct cckprng_op_generate op_init_912 = { .hd = { .id = 862, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0xf6, 0x8f, 0xa8, 0x11, 0xcf, 0xe0, 0x39, 0x88, 0x04, 0x68, 0x81, 0xab, 0x2e, 0x6e, 0xa4, 0x06, 0x51, 0xbd, 0xcc, 0xcf, 0x82, 0x33, 0x76, 0xc1, 0xe9, 0x1a, 0x9b, 0x4d, 0x27, 0x4f, 0x0a, 0x8f, 0x73, 0xba, 0xe3, 0xf8, 0x40, 0xb0, 0x54, 0x5e, 0xea, 0x5f, 0xd1, 0xf6, 0xb8, 0x87, 0xf7, 0xfc, 0xa5, 0x9c, 0x87, 0xac, 0x05, 0xb6, 0xf7, 0x1f, 0x19, 0x32, 0x9b, 0xa8, 0xfe, 0xea, 0xe8, 0x60, 0x14, 0x5f, 0xe9, 0xef, 0x2e, 0x30, 0x75, 0xcf, 0x8a, 0x41, 0x08, 0x0c, 0x4f, 0xd2, 0x57, 0x40, 0xe4, 0x47, 0x76, 0x63, 0x0e, 0x29, 0x3a, 0xf3, 0x45, 0xd6, 0x29, 0x0b, 0xc5, 0xd0, 0xa6, 0xe3, 0xae, 0x8b, 0xc6, 0x35, 0x4a, 0xba, 0x80, 0xcd, 0x44, 0xea, 0x45, 0x8e, 0xfd, 0x8b, 0xe8, 0x68, 0xba, 0x8a, 0xdc, 0xb4, 0x10, 0x22, 0xf3, 0xc7, 0xcd, 0xc1, 0xb0, 0x19, 0xaf, 0x98, 0x75, 0xc2, 0x26, 0x37, 0x5b, 0xcd, 0xed, 0x1d, 0xa6, 0xc3, 0x44, 0x5b, 0x94, 0xf0, 0xd0, 0x08, 0x92, 0x7f, 0x60, 0x46, 0x81, 0xfe, 0x94, 0x67, 0x47, 0x86, 0x0a, 0x3e, 0x45 } } }; static const struct cckprng_op_generate op_init_913 = { .hd = { .id = 863, .kind = OP_GENERATE }, .rand_nbytes = 75, .out = { .rand = { 0xb9, 0x0c, 0xdf, 0x35, 0xf3, 0xf2, 0xf0, 0xcb, 0xab, 0x25, 0xc6, 0xf5, 0x45, 0x47, 0x6f, 0x6d, 0xfb, 0xbd, 0x41, 0xec, 0x42, 0xc3, 0x9d, 0x05, 0xf9, 0x9e, 0xc7, 0x5d, 0xf7, 0x14, 0x94, 0xbe, 0xb4, 0x69, 0x03, 0x09, 0xc8, 0x4d, 0xc1, 0x9a, 0x68, 0xe5, 0x18, 0x0f, 0xa8, 0xbf, 0x82, 0xba, 0x32, 0xab, 0xf2, 0xdc, 0xe4, 0x96, 0x0d, 0xaf, 0x1f, 0x93, 0x57, 0xef, 0x1d, 0xcb, 0x3f, 0xd5, 0x0f, 0xd0, 0x00, 0x9b, 0x21, 0x54, 0xca, 0x71, 0x3c, 0xa2, 0xd3 } } }; static const struct cckprng_op_refresh op_refresh_914 = { .hd = { .id = 864, .kind = OP_REFRESH }, .rand = 15675007345327546996ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_915 = { .hd = { .id = 865, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0x0a, 0xad, 0x92, 0x46, 0x29, 0x33, 0x8b, 0xbf, 0xdc, 0xfd, 0x1e, 0x12, 0x6d, 0x48, 0x04, 0x30, 0x3c, 0xec, 0x58, 0x95, 0xff, 0x70, 0x31, 0x2e, 0x0c, 0x06, 0x74, 0x36, 0x31, 0xd8, 0x9a, 0xf3, 0x9c, 0xd6, 0xa6, 0x1a, 0x3f, 0x61, 0x35, 0x9f, 0xf4, 0x61, 0xf8, 0xc7, 0xd9, 0x3b, 0x59, 0x5d, 0x7d, 0x53, 0xa1, 0xe7, 0x52, 0x87, 0xa7, 0x34, 0xa9, 0x4d, 0xea, 0x72, 0x17, 0xa2, 0x0c, 0xde, 0x16, 0xd5, 0xff, 0x7d, 0xf2, 0x76, 0x3f, 0xbb, 0xe7, 0x7e, 0x52, 0xf7, 0xf9, 0xf1, 0x24, 0xb2, 0x9a, 0x3e, 0xf4, 0x0d, 0x0c, 0x42, 0x05, 0x6c, 0x67, 0xc0, 0xc5, 0xce, 0x0b, 0x7d, 0x33, 0xba, 0x19, 0x1a, 0x50, 0x9e, 0x26, 0x85, 0x3f, 0xc6, 0x95, 0xe8, 0xd8, 0x56, 0xae, 0x56, 0xbe, 0xeb, 0x25, 0x05, 0xd0, 0x4c, 0x64, 0x9e, 0x0c, 0x10, 0x76, 0x13, 0x62, 0x80, 0x28, 0x02, 0x37, 0xb9, 0x9a, 0x36, 0x09, 0xc7, 0x9b, 0xc9, 0xaf, 0xa1, 0x56, 0xe7, 0x07, 0x5a, 0x05, 0xf0, 0xcc, 0x9e, 0x42, 0x33, 0x79, 0x3b, 0x66, 0x09, 0x75, 0xb7, 0xd0, 0x07, 0xad, 0x4c, 0xa9, 0xcf, 0x1d, 0x14, 0xbd, 0x76, 0x41, 0x6a, 0xb2, 0xea, 0xe7, 0x40, 0x7a, 0xc3, 0xe0, 0x37, 0xc9, 0xd9, 0xcf, 0x4f, 0xbb, 0xb4, 0x5e, 0x18, 0x95, 0x60, 0x3c, 0xad, 0x4b, 0xbf, 0xda, 0xce, 0xf3, 0x04, 0xc2, 0xf5, 0x09, 0x52, 0xd0, 0x3f, 0x1b, 0xda, 0x89, 0xb5, 0x6c, 0x39, 0xcd, 0xda, 0x45, 0x61, 0x8a, 0x90, 0x02, 0xe2, 0xaf, 0x67, 0xe7, 0x04, 0x32, 0xcd, 0x28, 0xdf, 0xec, 0x24, 0xb5, 0x9a, 0x3a, 0xdf, 0x2e, 0xad, 0xdc, 0x13, 0x79, 0x67, 0xf5, 0x20, 0xe2, 0xca, 0xd5, 0xfb, 0xa9, 0x29, 0x07, 0x96, 0x8f, 0x7f, 0x36, 0xfe, 0xcf, 0xbf, 0x7d, 0xeb, 0xe7, 0x8c, 0x0d, 0x18, 0x2d, 0x63, 0x2d, 0x3d, 0x4d, 0xda, 0xb3, 0x5b, 0x1e, 0x69, 0x41, 0x90, 0x0a, 0x10, 0x43, 0x5b, 0x54, 0xf5, 0x6c, 0xc8, 0x55, 0x00, 0x4b, 0x04, 0x8a, 0x6d, 0x4c, 0x0e, 0x28, 0xbf, 0x65, 0x71, 0x60 } } }; static const struct cckprng_op_reseed op_reseed_916 = { .hd = { .id = 866, .kind = OP_RESEED }, .nonce = 16423277161026456637ULL, .seed_nbytes = 92, .seed = { 0x0a, 0x1d, 0x44, 0xdc, 0x2b, 0x30, 0x72, 0xb9, 0x0e, 0x01, 0x89, 0x33, 0x42, 0xd9, 0x94, 0x98, 0xda, 0x72, 0x47, 0xd7, 0x80, 0xe6, 0x1b, 0xaa, 0x8a, 0x0a, 0x33, 0x9b, 0x44, 0xf0, 0x3b, 0x85, 0xe0, 0x9b, 0xc1, 0xdd, 0x05, 0x56, 0xe1, 0xf5, 0x79, 0xc4, 0xb9, 0xee, 0x71, 0x15, 0x6a, 0xda, 0x00, 0xdf, 0xed, 0x90, 0xce, 0xb9, 0x0a, 0xe0, 0x2a, 0xa5, 0x8b, 0x8b, 0x1e, 0x40, 0x8b, 0xc2, 0x79, 0x8d, 0x63, 0x55, 0xa0, 0xd7, 0x4e, 0xeb, 0x6d, 0xf9, 0x94, 0x84, 0x1c, 0x36, 0xac, 0x77, 0x9a, 0xf9, 0x82, 0x78, 0xcf, 0x85, 0xa1, 0x6b, 0xbb, 0xd1, 0x8d, 0x86 } }; static const struct cckprng_op *ops_917[] = { (const struct cckprng_op *)&op_init_901, (const struct cckprng_op *)&op_reseed_902, (const struct cckprng_op *)&op_reseed_903, (const struct cckprng_op *)&op_refresh_904, (const struct cckprng_op *)&op_reseed_905, (const struct cckprng_op *)&op_init_906, (const struct cckprng_op *)&op_refresh_907, (const struct cckprng_op *)&op_reseed_908, (const struct cckprng_op *)&op_reseed_909, (const struct cckprng_op *)&op_refresh_910, (const struct cckprng_op *)&op_reseed_911, (const struct cckprng_op *)&op_init_912, (const struct cckprng_op *)&op_init_913, (const struct cckprng_op *)&op_refresh_914, (const struct cckprng_op *)&op_init_915, (const struct cckprng_op *)&op_reseed_916 }; static const struct cckprng_vector vec_918 = { .id = 867, .note = NULL, .nops = 16, .ops = ops_917 }; static const struct cckprng_op_init op_init_919 = { .hd = { .id = 868, .kind = OP_INIT }, .seed = { 0x15, 0x9d, 0x28, 0x2d, 0x92, 0xcc, 0x45, 0x8b, 0x13, 0xc0, 0x0e, 0x1f, 0x43, 0xf3, 0x93, 0xc3, 0xb5, 0xdc, 0xbf, 0xc9, 0x34, 0xc9, 0x93, 0x68, 0x03, 0x91, 0x54, 0x4d, 0x38, 0x3b, 0x87, 0xbd }, .nonce = { 0xea, 0xb0, 0x48, 0x58, 0xb5, 0xce, 0xa2, 0x19 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_920 = { .hd = { .id = 869, .kind = OP_REFRESH }, .rand = 135375391345125725ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_921 = { .hd = { .id = 870, .kind = OP_GENERATE }, .rand_nbytes = 210, .out = { .rand = { 0xb3, 0x11, 0x68, 0xee, 0xda, 0xa3, 0x26, 0xe2, 0x99, 0xa6, 0x55, 0xfe, 0x38, 0x4c, 0xb6, 0x5d, 0xc7, 0x0c, 0xbd, 0x4c, 0x35, 0x95, 0xfb, 0xd0, 0x03, 0x0d, 0x7a, 0x91, 0xc4, 0x69, 0xea, 0x82, 0x24, 0x3f, 0x48, 0xee, 0xb4, 0xa5, 0x90, 0xa1, 0x4f, 0x2d, 0x27, 0x04, 0x31, 0x4c, 0x49, 0x83, 0x99, 0xe9, 0xf1, 0x2c, 0xf7, 0xaa, 0x31, 0x72, 0xde, 0x4e, 0x57, 0x46, 0x25, 0xba, 0x2b, 0x2a, 0x21, 0x39, 0x59, 0xcb, 0x09, 0x73, 0x34, 0xb1, 0x52, 0x8c, 0x48, 0xc0, 0x33, 0x7d, 0x77, 0x81, 0xfd, 0xd0, 0x2e, 0x66, 0x7b, 0x82, 0x41, 0x75, 0x9d, 0xdc, 0x73, 0x8f, 0x09, 0x86, 0x98, 0x52, 0x24, 0xc2, 0xb9, 0xfa, 0x54, 0x4d, 0xde, 0x49, 0x0f, 0x06, 0x39, 0x12, 0xc8, 0x30, 0x6b, 0xc2, 0x93, 0xc4, 0x63, 0x9b, 0x42, 0xca, 0x58, 0x16, 0x95, 0xec, 0xca, 0x0e, 0x75, 0x64, 0xd1, 0xeb, 0x73, 0xfd, 0xcf, 0xff, 0xac, 0xe9, 0x53, 0xec, 0x03, 0x20, 0x1c, 0xab, 0xa9, 0xff, 0x04, 0x4d, 0xa2, 0xb8, 0xad, 0xf0, 0xe7, 0xd3, 0x8d, 0xd0, 0xfa, 0x53, 0x1e, 0xe9, 0x62, 0x93, 0x85, 0x4d, 0x2c, 0x0f, 0x4c, 0xcc, 0x96, 0x3e, 0x26, 0x5f, 0xba, 0xfb, 0x53, 0xb7, 0x5e, 0x27, 0x59, 0xf4, 0xbd, 0x68, 0x18, 0x39, 0x95, 0xe8, 0x4c, 0x4a, 0x41, 0x97, 0x0c, 0xb1, 0x87, 0x84, 0x01, 0xed, 0x16, 0xdb, 0x5c, 0x97, 0x4b, 0x76, 0x83, 0x6d, 0x2c, 0x46, 0xae, 0x69, 0xc6, 0x8f, 0x77, 0x18, 0xc7, 0x42 } } }; static const struct cckprng_op_generate op_init_922 = { .hd = { .id = 871, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0xb8, 0x49, 0xa8, 0x80, 0x58, 0x84, 0x72, 0x5c, 0x8e, 0x58, 0x57, 0x14, 0x43, 0xed, 0xb4, 0xab, 0x95, 0x4b, 0xc1, 0x6b, 0xdd, 0x78, 0xe3, 0xd2, 0x1f, 0xd9, 0x39, 0xfe, 0xcc, 0x3c, 0xe3, 0x4b, 0x4c, 0x0c, 0x47, 0x6e, 0x38, 0x97, 0x18, 0xb8, 0x1b, 0x27, 0x4f, 0x3c, 0xe8, 0xe6, 0x89, 0xa6, 0xc3, 0x79, 0xe8, 0xde, 0x77, 0x8f, 0x45, 0x04, 0x05, 0xae, 0x05, 0xde, 0x4a, 0xcd, 0x92, 0x83, 0x1a, 0x18 } } }; static const struct cckprng_op_generate op_init_923 = { .hd = { .id = 872, .kind = OP_GENERATE }, .rand_nbytes = 146, .out = { .rand = { 0x46, 0xef, 0x54, 0xa4, 0x48, 0x61, 0x7f, 0x15, 0xbc, 0x0b, 0x14, 0xbc, 0x14, 0x36, 0xfb, 0xbe, 0xde, 0xb7, 0xd0, 0x5b, 0x4e, 0xdd, 0xfd, 0xeb, 0xc2, 0xe8, 0x35, 0x6c, 0x07, 0x53, 0xc8, 0x7f, 0xd9, 0xad, 0xdb, 0x3b, 0xea, 0xf4, 0xa9, 0xc9, 0xbf, 0x55, 0xaf, 0xcf, 0xee, 0x84, 0xd1, 0x2c, 0xa4, 0x54, 0xf0, 0x4d, 0x39, 0x3d, 0xeb, 0xfb, 0x5a, 0x4f, 0xcd, 0x4f, 0x7a, 0x9b, 0x2a, 0xae, 0xaa, 0xbf, 0xec, 0x08, 0x40, 0x37, 0x76, 0xc0, 0x1b, 0x15, 0x1c, 0xb8, 0xbd, 0x96, 0x4a, 0xaf, 0xa9, 0x85, 0xe3, 0xfa, 0x37, 0xff, 0x7b, 0x8e, 0x44, 0xff, 0xbb, 0xf4, 0xa0, 0x83, 0xe4, 0x35, 0x8f, 0x03, 0x9c, 0xf6, 0x88, 0xbd, 0x6c, 0xcc, 0xe9, 0x1b, 0x65, 0x92, 0x8d, 0xd9, 0xa1, 0x34, 0xc9, 0xe9, 0x3a, 0x4b, 0x1f, 0x8d, 0xeb, 0x8c, 0xaa, 0x51, 0x19, 0xbe, 0xe3, 0x1a, 0x56, 0x4d, 0x52, 0x57, 0x03, 0x9f, 0x14, 0x72, 0x67, 0x67, 0x26, 0xbd, 0x34, 0xac, 0xa1, 0x3d, 0xf9, 0x5d, 0xd0, 0xe6 } } }; static const struct cckprng_op_reseed op_reseed_924 = { .hd = { .id = 873, .kind = OP_RESEED }, .nonce = 15916640701548950090ULL, .seed_nbytes = 25, .seed = { 0x5a, 0x6d, 0xb2, 0xa6, 0x2b, 0xc6, 0x2e, 0x92, 0xce, 0xe2, 0x69, 0xe1, 0x03, 0xb9, 0x48, 0xbe, 0x09, 0x9f, 0xf5, 0xc2, 0xb7, 0x3e, 0x9b, 0xe0, 0xaf } }; static const struct cckprng_op_reseed op_reseed_925 = { .hd = { .id = 874, .kind = OP_RESEED }, .nonce = 9932212193592022871ULL, .seed_nbytes = 195, .seed = { 0x76, 0xe9, 0x78, 0x24, 0xc7, 0xde, 0xf2, 0x76, 0x87, 0x8b, 0xd3, 0x13, 0x7e, 0x45, 0xe7, 0xf7, 0x0d, 0x38, 0xb1, 0x55, 0x70, 0x46, 0x76, 0x04, 0x5f, 0x6d, 0xb7, 0x4f, 0x3a, 0xb2, 0xd5, 0x52, 0x71, 0x71, 0x12, 0x12, 0xfa, 0xaa, 0xe9, 0xdd, 0x27, 0xd5, 0x34, 0xf0, 0x7f, 0x90, 0xcd, 0x5d, 0x2d, 0x60, 0x60, 0x1f, 0x5f, 0x8f, 0xbf, 0x3b, 0x7e, 0xd8, 0xdb, 0xd2, 0x79, 0x53, 0x9c, 0xf6, 0x6f, 0x51, 0xe9, 0x35, 0xc8, 0x1b, 0xcd, 0x2e, 0x2c, 0x45, 0x17, 0xf5, 0x40, 0xaf, 0xc4, 0xbf, 0x40, 0x6c, 0x3b, 0xd6, 0xf5, 0xfc, 0xcf, 0xe0, 0x63, 0x35, 0xf2, 0x3b, 0xa3, 0xd5, 0x23, 0x15, 0x69, 0xb1, 0x24, 0x23, 0xfb, 0xde, 0xd2, 0xf9, 0x85, 0x37, 0x63, 0x87, 0x5c, 0xef, 0xc3, 0x92, 0x8b, 0xa8, 0xc3, 0xba, 0xc4, 0x50, 0x4b, 0x6d, 0xbc, 0x5f, 0xa4, 0x4c, 0x8b, 0x12, 0x42, 0x9f, 0x9e, 0xc1, 0xc6, 0x99, 0xaa, 0x09, 0xc4, 0xa8, 0x8c, 0xa3, 0xec, 0x26, 0xf9, 0x04, 0xf7, 0x19, 0x6d, 0xc0, 0x8b, 0xa5, 0x0f, 0x12, 0x79, 0x7c, 0x6c, 0x11, 0x10, 0x32, 0x11, 0x21, 0xfe, 0x89, 0x03, 0x45, 0xd4, 0x0d, 0x0d, 0x85, 0x06, 0xf1, 0x29, 0xa8, 0x28, 0x1c, 0x2c, 0x8e, 0x4d, 0x19, 0x2a, 0x40, 0x20, 0x15, 0x92, 0x1f, 0xd7, 0x61, 0x6a, 0x6e, 0x73, 0xe2, 0xb0, 0xda, 0xf3, 0x38, 0xe5, 0x99, 0x86 } }; static const struct cckprng_op_generate op_init_926 = { .hd = { .id = 875, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x30, 0x31, 0x15, 0xff, 0x5c, 0x36, 0x22, 0x24, 0x82, 0x72, 0x1d, 0xfd, 0xad, 0x25, 0xab, 0x95, 0x6f, 0xc4, 0x37, 0xba, 0x03, 0xe1, 0xfd, 0x0a, 0xa8, 0x32, 0x2c, 0xa1, 0x3f, 0xf4, 0xf6, 0xbe, 0xa7, 0xbb, 0x3b, 0xc3, 0x8e, 0x00, 0x23, 0xed, 0x49, 0x93, 0x2e, 0x89, 0x1b, 0x77, 0x5f, 0xf2, 0x68, 0x05, 0x05, 0xb6, 0x92, 0xeb, 0x9f, 0x3d, 0x55, 0xd9, 0x7d, 0x82, 0xc3, 0x04, 0xb3, 0x8e, 0xce, 0xfd, 0x7d, 0xc2, 0x7c, 0x49, 0x67, 0xa5, 0x9d, 0xea, 0xcd, 0xe8, 0xd0, 0xd2, 0x26, 0x36, 0x68, 0x47, 0xc1, 0x3f, 0xf6, 0xf2, 0x6f, 0x72, 0x0c, 0x2d, 0x26, 0x74, 0x7f, 0x2f, 0x4c, 0x94, 0xcc, 0x4e, 0x9b, 0xe2, 0x35, 0x83, 0xed, 0x45, 0x76, 0x2b, 0x69, 0x06, 0x15, 0x0e, 0x53, 0x13, 0x47, 0x50, 0x13, 0xc9, 0x2a, 0xf7, 0x01, 0x61, 0x3c, 0x73, 0x50, 0x5c, 0x24, 0x16, 0x0d, 0xad, 0x81, 0xc6, 0x43, 0xac, 0xec, 0xc7, 0x29, 0x40, 0x36, 0x21, 0xb2, 0xe5, 0xf1, 0x85, 0x54, 0x88, 0xff, 0xea, 0x1c, 0x4c, 0x44, 0xfb, 0xae, 0x54, 0x31, 0xb0, 0x60, 0xc7, 0x24, 0x6e, 0xc8, 0xa1, 0x27, 0x8f, 0xc8, 0xe0, 0x04, 0x38, 0xca, 0x2a, 0xe1, 0xcf, 0xfe, 0x18, 0xd3, 0xa6, 0xc6, 0x7b, 0x50, 0x8f, 0xfb, 0xbd, 0x2a, 0xf2, 0xbc, 0x87, 0x93, 0xb4, 0x2d, 0xc9, 0x17, 0x83, 0x8b, 0x84, 0x58, 0xbd, 0x52, 0xc2, 0x14, 0x06, 0x35, 0x4b, 0x25, 0x68, 0xf3, 0x30, 0xa4, 0x35, 0x00, 0xd4, 0xdf, 0xed, 0xac, 0x62, 0x6d, 0x83, 0x2e, 0x8e, 0x34, 0xc8, 0x06, 0x07, 0x09, 0x4b, 0xf3, 0xd2, 0x33, 0x00, 0x63, 0xd8, 0x71, 0xbb, 0xea, 0xf6, 0x69, 0x68, 0x8c, 0x5f, 0xe4, 0xee, 0x83, 0xc2, 0xc8, 0x0e, 0xc0, 0xd9, 0xe2, 0x04, 0xd3, 0x20, 0xef, 0x20, 0x05, 0x70, 0x28 } } }; static const struct cckprng_op_generate op_init_927 = { .hd = { .id = 876, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x69, 0xb9, 0x68, 0xfc, 0x3e, 0x93, 0x0c, 0x24, 0xf0, 0x59, 0x5c, 0x7f, 0x98, 0x73, 0x0c, 0x07, 0x9b, 0x03, 0xad, 0xe6, 0x60, 0x20, 0x57, 0x7c, 0x11, 0x2d, 0x88, 0x94, 0xc0, 0x16, 0x28, 0x42, 0xf3, 0x6d, 0x12, 0xcf, 0xe2, 0x55, 0xbb, 0xd2, 0x98, 0x8d, 0xae, 0x53, 0x5d, 0x7e, 0x28, 0x2c, 0xe2, 0x0a, 0xfe, 0x2f, 0xb4, 0x3e, 0xd7, 0xd8, 0x05, 0xb9, 0xe7, 0x37, 0xe3, 0x6c, 0x1b, 0x1d, 0x08, 0xc0, 0x53, 0xf6, 0xbc, 0xb6, 0xd0, 0x55, 0x03, 0x2c, 0xee, 0x46, 0x33, 0xac, 0x63, 0xb8, 0x7e, 0x0d, 0x3f, 0xb2, 0xc1, 0x27, 0x73, 0xb6, 0x53, 0xfe, 0xe0, 0x7b, 0x0c, 0x0a, 0xf9, 0xe4, 0x10, 0xc6, 0x9d, 0x3c, 0x0e, 0x75, 0xc2, 0x74, 0x79, 0x37, 0x58, 0x1a, 0xa1, 0x98, 0x73, 0x94, 0x2f, 0x5e, 0x2e, 0x93, 0x04, 0x2d, 0x3d, 0x00, 0x8f, 0xb5, 0x88, 0x39, 0xe1, 0x76, 0x61, 0xde, 0xfd, 0x0e, 0x05, 0x9b, 0x92, 0x06, 0x8a, 0x2e, 0x51, 0x36, 0x79, 0xc6, 0x2f, 0x7a, 0x72, 0xb8, 0xb4, 0xe0, 0x2a, 0x0d, 0x78, 0x62, 0x8c, 0x59, 0x6e, 0x4f, 0xec, 0x83, 0x28, 0xd3, 0x7d, 0xd0, 0x88, 0x92, 0xba, 0x69, 0xd5, 0x14, 0x04, 0x65, 0x28, 0x4c, 0xc8, 0x75, 0xc0, 0x44, 0x3b, 0x44, 0x7b, 0xcf, 0x53, 0x47, 0x4b, 0x96, 0xb5, 0xeb, 0xb8, 0x92, 0x74, 0xd1, 0x36, 0x3d, 0x63, 0x30, 0x33, 0x83, 0xff, 0x9a, 0xa7, 0x23, 0x68, 0xe3, 0xea, 0xde, 0x83, 0xbf, 0x95, 0x53, 0x32, 0x7a, 0x76, 0x82, 0x1e, 0xeb, 0xdc, 0x47, 0xdd, 0x54, 0x32, 0x8a, 0xa3, 0x7d, 0xc9, 0x92, 0x1b, 0x26, 0x9c, 0x10, 0x55, 0x07, 0xfd, 0x37, 0x8c, 0x97, 0x54, 0x01, 0x2d, 0xe1, 0xf1, 0x2f, 0x89, 0x1c, 0x47, 0x46, 0xe1, 0xd5, 0x4d, 0x16, 0x7d, 0xa7, 0x8b, 0xae, 0x76, 0x70, 0x1a } } }; static const struct cckprng_op_refresh op_refresh_928 = { .hd = { .id = 877, .kind = OP_REFRESH }, .rand = 13774043281563640391ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_929 = { .hd = { .id = 878, .kind = OP_REFRESH }, .rand = 13596934803378368402ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_930 = { .hd = { .id = 879, .kind = OP_RESEED }, .nonce = 15280602334715643069ULL, .seed_nbytes = 31, .seed = { 0x5f, 0xd2, 0x54, 0x51, 0x2f, 0xdf, 0x51, 0xa5, 0x05, 0xe0, 0xbe, 0xf6, 0xb6, 0x18, 0x3c, 0x90, 0x69, 0x44, 0xc5, 0xaf, 0xd3, 0x59, 0xf9, 0x62, 0x64, 0xd2, 0x09, 0x94, 0x62, 0xe2, 0x3e } }; static const struct cckprng_op_refresh op_refresh_931 = { .hd = { .id = 880, .kind = OP_REFRESH }, .rand = 6084609952625175688ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_932 = { .hd = { .id = 881, .kind = OP_REFRESH }, .rand = 7807463496620776723ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_933 = { .hd = { .id = 882, .kind = OP_RESEED }, .nonce = 15850138562599072827ULL, .seed_nbytes = 218, .seed = { 0xc0, 0xe0, 0xd9, 0xa8, 0x3d, 0x81, 0x59, 0xda, 0xb9, 0xbc, 0xa5, 0x9f, 0x11, 0x55, 0x98, 0x83, 0x9e, 0x21, 0x40, 0xdc, 0xb7, 0x07, 0x95, 0xb2, 0xd4, 0x25, 0x92, 0xfc, 0x70, 0x9c, 0xc6, 0x72, 0x30, 0xe1, 0x79, 0xe8, 0xbc, 0xd7, 0x11, 0x95, 0xe8, 0x8a, 0xd2, 0x05, 0x27, 0xe1, 0x0a, 0x07, 0x78, 0xd0, 0x24, 0xae, 0xa4, 0x6e, 0xf3, 0xf5, 0x64, 0x37, 0x7b, 0x30, 0xcb, 0x30, 0x2d, 0xc5, 0xe8, 0x5b, 0xd6, 0xec, 0x2b, 0xda, 0x8b, 0x34, 0x42, 0x1f, 0x89, 0x17, 0x00, 0x45, 0xd0, 0x93, 0x6b, 0x20, 0xbe, 0x40, 0x35, 0x3e, 0x1d, 0x72, 0x56, 0xc8, 0x44, 0x43, 0x2a, 0xa9, 0xfa, 0x08, 0x3a, 0x40, 0xd4, 0xf1, 0x2b, 0xfd, 0xb8, 0x1b, 0xc3, 0xb2, 0x3f, 0xe2, 0x54, 0x2d, 0x0c, 0xdb, 0x42, 0xc3, 0xa7, 0x20, 0x0e, 0xcb, 0xd6, 0xf1, 0x82, 0xd3, 0x85, 0x0e, 0x75, 0x3a, 0x97, 0x8b, 0x6f, 0x55, 0xd9, 0xc9, 0xf1, 0x3c, 0xbb, 0xb7, 0x9d, 0x44, 0xa3, 0x50, 0xdd, 0xb2, 0x16, 0x46, 0xc8, 0x8b, 0x9f, 0xed, 0xab, 0x12, 0x18, 0xa6, 0x47, 0xdc, 0x24, 0x33, 0x06, 0x37, 0x99, 0x27, 0x5d, 0x46, 0xad, 0xf8, 0xa4, 0x77, 0xc4, 0xcb, 0x1a, 0x4b, 0xd9, 0x9c, 0x26, 0x10, 0x6b, 0xa6, 0x02, 0x8a, 0xef, 0x2a, 0x24, 0xe1, 0x12, 0xa5, 0xb9, 0xf4, 0x19, 0xd7, 0xdb, 0x3d, 0x71, 0xb3, 0xb1, 0xff, 0x19, 0x6f, 0xd7, 0x4f, 0xf4, 0x58, 0x8f, 0x1f, 0x29, 0xae, 0x2e, 0xbc, 0xf8, 0x52, 0xab, 0xd3, 0x3a, 0x0b, 0xe9, 0x28, 0x22, 0x5d, 0x94, 0x37 } }; static const struct cckprng_op_generate op_init_934 = { .hd = { .id = 883, .kind = OP_GENERATE }, .rand_nbytes = 274, .out = { .rand = { 0xc4, 0x3c, 0x8d, 0x56, 0x35, 0x76, 0x94, 0xdb, 0x95, 0xba, 0x25, 0x58, 0x58, 0x55, 0xb2, 0x48, 0x56, 0x82, 0x12, 0x80, 0x63, 0x2a, 0x22, 0x90, 0x9d, 0x83, 0x3a, 0x51, 0xf4, 0x6a, 0xa4, 0x63, 0x8d, 0xb2, 0x94, 0xea, 0x3f, 0x17, 0xbd, 0x22, 0xeb, 0xbd, 0xf1, 0xcf, 0xee, 0x30, 0x5b, 0x95, 0xc4, 0x9d, 0xef, 0x87, 0xde, 0xbc, 0x74, 0xc8, 0xcb, 0x0a, 0x2a, 0x82, 0x00, 0x2b, 0xe9, 0x72, 0xb7, 0x80, 0xa7, 0x5f, 0x35, 0xf3, 0xf5, 0xb4, 0x99, 0xa0, 0x04, 0x7f, 0x73, 0x2d, 0xf7, 0x51, 0x2d, 0xbf, 0x9c, 0x70, 0x9a, 0x9d, 0x45, 0x7b, 0x74, 0xdd, 0x20, 0x67, 0x3a, 0xb2, 0xc3, 0x05, 0xad, 0x2b, 0x64, 0x82, 0x6b, 0xfa, 0x26, 0xe9, 0x52, 0x3e, 0x2f, 0x65, 0xaf, 0xda, 0xc2, 0x09, 0x9b, 0xa7, 0x90, 0x09, 0xd7, 0xb4, 0x60, 0x05, 0x2a, 0x4a, 0xeb, 0x63, 0x33, 0xa2, 0x9b, 0x8d, 0x67, 0x08, 0x07, 0x59, 0x9b, 0x7d, 0x0c, 0xc4, 0xe8, 0xbc, 0x9f, 0xc5, 0x32, 0xa7, 0xda, 0x26, 0xa6, 0xcf, 0x45, 0xe8, 0x4a, 0x60, 0xbd, 0xd3, 0x9c, 0x26, 0x7c, 0x30, 0x45, 0x5d, 0x85, 0x15, 0x57, 0x93, 0xfb, 0x5d, 0x93, 0xb7, 0x1b, 0x32, 0xcd, 0x50, 0x54, 0xf5, 0xd2, 0x23, 0xab, 0xe0, 0x65, 0xf9, 0x6b, 0xaa, 0x29, 0x3b, 0xc2, 0x20, 0x19, 0xe5, 0xa0, 0xb3, 0x0a, 0x54, 0x2a, 0xac, 0x70, 0x99, 0x74, 0x99, 0xdd, 0xd0, 0xa1, 0xb8, 0x42, 0xb7, 0x7a, 0x41, 0x88, 0xfa, 0xa2, 0x30, 0xdc, 0x3b, 0xba, 0x86, 0xdc, 0xcd, 0x6a, 0x08, 0x31, 0x29, 0x36, 0xec, 0x31, 0x37, 0x21, 0x92, 0x03, 0xbe, 0x03, 0xc0, 0xdb, 0x56, 0xf7, 0x8f, 0xdf, 0x7f, 0x1c, 0xfa, 0x23, 0xfe, 0xbc, 0x87, 0x8c, 0xb1, 0x8f, 0xa6, 0xb9, 0xa6, 0x97, 0x8f, 0x3f, 0xad, 0x90, 0x8e, 0xeb, 0x8c, 0xf6, 0x16, 0x17, 0x8b, 0x6e, 0xac, 0x9d, 0x1b, 0xe7, 0x27, 0x25, 0xda, 0x3f, 0x93, 0x63, 0xd5, 0xf2, 0xd0, 0x91, 0xea } } }; static const struct cckprng_op *ops_935[] = { (const struct cckprng_op *)&op_init_919, (const struct cckprng_op *)&op_refresh_920, (const struct cckprng_op *)&op_init_921, (const struct cckprng_op *)&op_init_922, (const struct cckprng_op *)&op_init_923, (const struct cckprng_op *)&op_reseed_924, (const struct cckprng_op *)&op_reseed_925, (const struct cckprng_op *)&op_init_926, (const struct cckprng_op *)&op_init_927, (const struct cckprng_op *)&op_refresh_928, (const struct cckprng_op *)&op_refresh_929, (const struct cckprng_op *)&op_reseed_930, (const struct cckprng_op *)&op_refresh_931, (const struct cckprng_op *)&op_refresh_932, (const struct cckprng_op *)&op_reseed_933, (const struct cckprng_op *)&op_init_934 }; static const struct cckprng_vector vec_936 = { .id = 884, .note = NULL, .nops = 16, .ops = ops_935 }; static const struct cckprng_op_init op_init_937 = { .hd = { .id = 885, .kind = OP_INIT }, .seed = { 0xed, 0xc8, 0x66, 0x1f, 0x1c, 0xca, 0x0e, 0x60, 0xd2, 0x66, 0x6a, 0xa1, 0x44, 0x73, 0xfc, 0x8a, 0x23, 0x33, 0xeb, 0xa8, 0xc2, 0x6a, 0xa9, 0x22, 0xa2, 0x32, 0x39, 0x0c, 0x90, 0x33, 0xc0, 0x9c }, .nonce = { 0xdd, 0x58, 0xe6, 0x24, 0x0f, 0xd9, 0xcf, 0x4e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_938 = { .hd = { .id = 886, .kind = OP_RESEED }, .nonce = 2138268905381245959ULL, .seed_nbytes = 178, .seed = { 0x27, 0xe2, 0x02, 0xd4, 0xf3, 0xd8, 0x21, 0x9a, 0xdc, 0x08, 0xa9, 0x2a, 0xc7, 0x69, 0x60, 0x41, 0x83, 0x51, 0x55, 0x7c, 0xc9, 0x41, 0x1f, 0x3e, 0x42, 0xed, 0xe6, 0xab, 0x89, 0xbf, 0x36, 0x5e, 0x44, 0x56, 0xef, 0x76, 0x55, 0x7f, 0x2d, 0x1c, 0x41, 0xb8, 0x2e, 0x31, 0x04, 0xa3, 0x35, 0xef, 0x62, 0x84, 0x2b, 0x98, 0x31, 0x84, 0xc3, 0x69, 0x4d, 0xd3, 0xae, 0xb3, 0x55, 0x8e, 0x11, 0x86, 0x39, 0xcf, 0x7c, 0x02, 0x71, 0xd1, 0xce, 0xff, 0x7c, 0x4e, 0xa1, 0x67, 0xbb, 0xfa, 0x35, 0xa3, 0x1c, 0x11, 0xdf, 0xac, 0x33, 0xc6, 0xd0, 0xff, 0xcc, 0x30, 0x02, 0xa6, 0x32, 0x7f, 0x09, 0x59, 0x2c, 0xfa, 0x57, 0x1f, 0xc6, 0x61, 0x75, 0xde, 0xf4, 0xca, 0xa0, 0x16, 0x34, 0x7a, 0x13, 0x5b, 0x0f, 0x35, 0x56, 0xf7, 0x24, 0xfe, 0x16, 0x93, 0x28, 0xd1, 0xcb, 0xe0, 0x33, 0xe3, 0xa4, 0x40, 0xd4, 0xaa, 0x5f, 0x4e, 0xe0, 0x71, 0xa9, 0x85, 0x2a, 0xa0, 0xf9, 0x05, 0x08, 0x70, 0x50, 0xe2, 0x26, 0x9e, 0x2b, 0xfe, 0x3c, 0x56, 0xc0, 0xc6, 0x74, 0x6a, 0xa9, 0x16, 0x0a, 0xf8, 0x10, 0x2d, 0x5a, 0xda, 0x73, 0x26, 0x31, 0x2e, 0x26, 0x0f, 0xb3, 0xec, 0x76, 0xa6, 0x0c, 0x2b, 0xe9, 0x19, 0xa9, 0x8c } }; static const struct cckprng_op_refresh op_refresh_939 = { .hd = { .id = 887, .kind = OP_REFRESH }, .rand = 15819791744988091312ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_940 = { .hd = { .id = 888, .kind = OP_REFRESH }, .rand = 18286061680810699771ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_941 = { .hd = { .id = 889, .kind = OP_REFRESH }, .rand = 386494191601983890ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_942 = { .hd = { .id = 890, .kind = OP_GENERATE }, .rand_nbytes = 198, .out = { .rand = { 0x67, 0xff, 0x86, 0x9d, 0xbb, 0x9a, 0x18, 0x86, 0xc7, 0x1c, 0x77, 0x60, 0x80, 0xd0, 0xe6, 0xd5, 0x64, 0x08, 0xce, 0x8b, 0x77, 0x06, 0xf8, 0xc3, 0x11, 0xcb, 0x59, 0x2d, 0x25, 0x7b, 0x75, 0x4d, 0x36, 0x49, 0xf2, 0xec, 0x06, 0x9b, 0xbb, 0x4f, 0xeb, 0x3a, 0x47, 0x72, 0x65, 0xa7, 0xd5, 0x44, 0x9d, 0xfd, 0x9c, 0x77, 0xf7, 0xea, 0x87, 0x5f, 0xf7, 0x4f, 0xf6, 0x7e, 0x57, 0x81, 0x3e, 0xb4, 0xfc, 0x84, 0xbc, 0xaf, 0xd1, 0x89, 0xb2, 0xbf, 0xca, 0xea, 0x52, 0x15, 0x0f, 0x64, 0x80, 0x91, 0xeb, 0xf1, 0x0e, 0x0b, 0x53, 0x0f, 0xcd, 0x8c, 0xeb, 0x47, 0x1b, 0xb9, 0xf9, 0xf5, 0x26, 0x70, 0x16, 0x4f, 0x2e, 0x5d, 0x55, 0x24, 0xe2, 0x82, 0x03, 0x14, 0x5c, 0x7c, 0x9f, 0xbf, 0xc3, 0x92, 0x75, 0x78, 0x7f, 0x65, 0x7c, 0xcd, 0x8b, 0xad, 0xb7, 0x0a, 0x8e, 0xfd, 0xdf, 0xc8, 0x69, 0x73, 0x27, 0xf1, 0x7d, 0x5e, 0xa8, 0xfd, 0xc6, 0x62, 0x09, 0xbb, 0x27, 0xf5, 0xbc, 0x8d, 0xc0, 0x2c, 0x9a, 0xa0, 0xa1, 0x95, 0x25, 0x2f, 0x63, 0x87, 0xc9, 0x3f, 0xe7, 0x5b, 0xe6, 0x72, 0x42, 0x4f, 0x85, 0x8f, 0x9d, 0x79, 0xc8, 0x70, 0x36, 0x4c, 0x43, 0x14, 0x68, 0x2a, 0x33, 0xf5, 0x9f, 0xd5, 0xbf, 0xac, 0x20, 0x5f, 0xb4, 0x52, 0x02, 0x1a, 0x49, 0xa9, 0xd0, 0x82, 0xca, 0xa8, 0xaf, 0x26, 0xfb, 0x86, 0xe5, 0xd9, 0xd6, 0x7f } } }; static const struct cckprng_op_generate op_init_943 = { .hd = { .id = 891, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0x20, 0xd0, 0x29, 0xaa, 0xdd, 0x1c, 0xb6, 0x00, 0xdb, 0x22, 0x6e, 0x2c, 0x67, 0x7a, 0x5f, 0xc2, 0x1c, 0x30, 0x3c, 0xfb, 0xe8, 0xfe, 0x2f, 0x00, 0x5b, 0x25, 0x04, 0xfb, 0xd2, 0xec, 0x80, 0x94, 0xde, 0xad, 0xb7, 0x43, 0x43, 0x5a, 0x8a, 0xdf, 0x81, 0x2d, 0x96, 0x22, 0x9b, 0x74, 0x00, 0x6e, 0x69, 0x2e, 0x92, 0xfb, 0x51, 0x7c, 0x44, 0xd1, 0xf9, 0x67, 0xd5, 0xd9, 0x59, 0xca, 0xca, 0xa3, 0x2f, 0x16, 0xc8, 0x90, 0x80, 0x13, 0xdb, 0x15, 0xd3, 0x69, 0x92, 0xde, 0x82, 0x2c, 0xb4, 0x43, 0xd1, 0x11, 0x93, 0x1f, 0x16, 0x7e, 0x08 } } }; static const struct cckprng_op_reseed op_reseed_944 = { .hd = { .id = 892, .kind = OP_RESEED }, .nonce = 17278135040979309028ULL, .seed_nbytes = 99, .seed = { 0x35, 0x13, 0x1b, 0xd8, 0x5b, 0x19, 0x24, 0x4c, 0xf6, 0xe7, 0x5b, 0x5f, 0x54, 0x57, 0xd5, 0xb5, 0x43, 0xdb, 0x49, 0x75, 0x12, 0x4d, 0x26, 0x9c, 0xac, 0xa6, 0x1c, 0x3e, 0xa7, 0x27, 0xb5, 0x3c, 0x48, 0x4d, 0x4e, 0x20, 0x4c, 0x73, 0x5b, 0xfe, 0x4d, 0x7a, 0xeb, 0xea, 0xd8, 0x62, 0xec, 0xa3, 0x50, 0xe6, 0xdf, 0xc4, 0xf1, 0xef, 0x90, 0x4f, 0xef, 0x6b, 0xa2, 0x92, 0x8e, 0x54, 0x86, 0x6f, 0xf1, 0x9e, 0xe5, 0x93, 0x2d, 0x60, 0x60, 0x7f, 0x0b, 0xc1, 0x48, 0xdb, 0x25, 0xa5, 0xfb, 0xc7, 0x9a, 0xed, 0xb2, 0x31, 0x48, 0x22, 0x12, 0x81, 0x0a, 0xba, 0x94, 0x1d, 0xc2, 0x1b, 0x1f, 0x54, 0x21, 0x82, 0x73 } }; static const struct cckprng_op_generate op_init_945 = { .hd = { .id = 893, .kind = OP_GENERATE }, .rand_nbytes = 84, .out = { .rand = { 0x56, 0x51, 0xb2, 0xa0, 0xff, 0xc1, 0x85, 0x43, 0x0e, 0x6f, 0x89, 0x98, 0x31, 0x2b, 0xfc, 0xbb, 0x82, 0x87, 0xc6, 0x0a, 0xcd, 0x15, 0xfb, 0xb0, 0x1a, 0x76, 0xaa, 0x2e, 0x4d, 0x19, 0x94, 0x1c, 0x5d, 0x46, 0xc1, 0x78, 0x77, 0x7b, 0x82, 0xab, 0x8a, 0x47, 0x40, 0x4f, 0xea, 0x83, 0x57, 0x7a, 0x0c, 0x7b, 0x3d, 0x3c, 0xbf, 0x25, 0x55, 0xf7, 0x3f, 0xa9, 0x67, 0x70, 0xf2, 0x9e, 0x2e, 0xb3, 0xfc, 0x7d, 0x43, 0xd2, 0x2f, 0x42, 0x7f, 0xfa, 0x9f, 0x98, 0x17, 0xa1, 0x46, 0x02, 0x56, 0x9f, 0x2b, 0xa2, 0xc1, 0x88 } } }; static const struct cckprng_op_refresh op_refresh_946 = { .hd = { .id = 894, .kind = OP_REFRESH }, .rand = 9765633899498939151ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_947 = { .hd = { .id = 895, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x2d, 0x03, 0x6d, 0x8a, 0x4d, 0x60, 0x22, 0xa6, 0x39, 0x2a, 0x8f, 0xe3, 0x52, 0x97, 0x50, 0xed, 0xe6, 0x11, 0x33, 0xd9, 0x6e, 0xb8, 0x8d, 0x08, 0x7d, 0x03, 0xe8, 0x6a, 0xbc, 0xea, 0x59, 0x08, 0xf5, 0x3d, 0xf2, 0xc4, 0xce, 0x9e, 0x38, 0xf2, 0x24, 0xc0, 0x0f, 0x2d, 0x03, 0x7a, 0xcd, 0x8f, 0x88, 0x4e, 0xf9, 0x9d, 0x68, 0x99, 0xc2, 0x9d, 0x8e, 0xcc, 0x12, 0x9e, 0x98, 0x0c, 0xd1, 0x9c, 0x9e, 0xa3, 0x3e, 0xa6, 0x72, 0x7b, 0x80, 0x7d, 0x80, 0x4c, 0x2f, 0x42, 0x12, 0xdb, 0x1c, 0x93, 0xcb, 0xe9, 0xf3, 0xf2, 0xca, 0xa0, 0x7f, 0xd8, 0xf5, 0x8a, 0xea, 0xb0, 0x37, 0xf7, 0xcf, 0x8c, 0x4c, 0x1c, 0x7d, 0x4d } } }; static const struct cckprng_op_generate op_init_948 = { .hd = { .id = 896, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0x2e, 0xbe, 0xe3, 0xbf, 0x38, 0xc1, 0x3c, 0xcb, 0x92, 0xb5, 0xf7, 0x8f, 0x95, 0x6e } } }; static const struct cckprng_op_generate op_init_949 = { .hd = { .id = 897, .kind = OP_GENERATE }, .rand_nbytes = 230, .out = { .rand = { 0xea, 0x32, 0xa1, 0xa8, 0xb1, 0x28, 0xf9, 0x2e, 0x7a, 0x61, 0x41, 0x32, 0xdd, 0x6d, 0x70, 0x3e, 0x2e, 0x72, 0xbe, 0x31, 0x1d, 0x60, 0x2e, 0x50, 0xde, 0xe3, 0xa3, 0x1a, 0xfa, 0xd1, 0xd9, 0xa7, 0xbf, 0xf8, 0x1d, 0x64, 0xcb, 0xce, 0xb8, 0x1e, 0xbd, 0x99, 0x75, 0x94, 0xa7, 0x01, 0xc8, 0x76, 0xa5, 0x80, 0x33, 0x35, 0xe1, 0x28, 0x73, 0xb2, 0xcb, 0x86, 0xe2, 0x3f, 0xb7, 0x27, 0xde, 0x40, 0xaf, 0xe7, 0x3b, 0x64, 0x21, 0x18, 0x06, 0x53, 0x69, 0x53, 0x42, 0x8b, 0x6e, 0x7e, 0xc2, 0x73, 0xf4, 0x16, 0x27, 0x37, 0x32, 0x85, 0x81, 0xc7, 0x12, 0xe1, 0x35, 0xf2, 0x77, 0x33, 0x72, 0x1c, 0x92, 0xc9, 0x81, 0xfe, 0x22, 0x13, 0x31, 0x4a, 0x16, 0xab, 0xf9, 0xfe, 0x6c, 0x6a, 0x25, 0xbc, 0xd4, 0xdd, 0x67, 0x61, 0x08, 0x3c, 0xb2, 0xdf, 0x27, 0xaa, 0x4e, 0x98, 0xe6, 0xc0, 0x0b, 0xf4, 0x9a, 0x9a, 0xd5, 0x72, 0x58, 0x3f, 0xf3, 0xbc, 0x4f, 0xa4, 0x88, 0x30, 0xbe, 0x98, 0x63, 0xc3, 0xda, 0xee, 0x2f, 0xc5, 0x36, 0x98, 0x3c, 0x33, 0x53, 0xaa, 0xa8, 0x87, 0xab, 0x97, 0x65, 0xc1, 0x60, 0x3d, 0xce, 0xdb, 0x0a, 0xa8, 0x0e, 0x45, 0x2f, 0x67, 0x39, 0x4b, 0xb5, 0x13, 0x08, 0x69, 0xb0, 0xcc, 0xb1, 0x91, 0x19, 0x21, 0xd1, 0x31, 0x93, 0x32, 0x6c, 0xe8, 0x30, 0x81, 0x7d, 0x69, 0x48, 0xd3, 0xd2, 0xba, 0x7b, 0x74, 0xa1, 0x7f, 0x2e, 0x4d, 0x2f, 0x27, 0x2f, 0x3c, 0x3d, 0xf8, 0xb7, 0xef, 0x22, 0x39, 0x0e, 0x15, 0xde, 0xca, 0xa0, 0xda, 0xe5, 0xcc, 0x41, 0x59, 0xfd, 0xc4, 0x69, 0x99, 0x95, 0xba, 0x9b, 0xc1 } } }; static const struct cckprng_op_reseed op_reseed_950 = { .hd = { .id = 898, .kind = OP_RESEED }, .nonce = 5255199183775714989ULL, .seed_nbytes = 84, .seed = { 0x62, 0x62, 0xd2, 0xfb, 0x50, 0x73, 0xfa, 0x73, 0x81, 0x9f, 0x45, 0x87, 0xad, 0xcc, 0x17, 0x94, 0x1b, 0x18, 0xc9, 0xe0, 0xaa, 0xf5, 0xb4, 0x92, 0xb9, 0x96, 0x47, 0x37, 0x24, 0xa3, 0x57, 0x67, 0x5b, 0x4e, 0x25, 0x7c, 0x85, 0x27, 0x97, 0xbf, 0xee, 0x19, 0x28, 0xf3, 0xda, 0x16, 0xcb, 0x14, 0xbd, 0x26, 0x09, 0x64, 0xa2, 0x41, 0xba, 0xd8, 0x17, 0xbd, 0x05, 0xcd, 0x57, 0xe7, 0xc9, 0x53, 0x84, 0xc9, 0xc6, 0xdd, 0x09, 0x58, 0x90, 0xe3, 0xf5, 0x70, 0x23, 0xd9, 0x0d, 0x3f, 0x58, 0x40, 0xe9, 0xf5, 0xfd, 0xb5 } }; static const struct cckprng_op_refresh op_refresh_951 = { .hd = { .id = 899, .kind = OP_REFRESH }, .rand = 11065483668078582508ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_952 = { .hd = { .id = 900, .kind = OP_REFRESH }, .rand = 6474277378995239883ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_953[] = { (const struct cckprng_op *)&op_init_937, (const struct cckprng_op *)&op_reseed_938, (const struct cckprng_op *)&op_refresh_939, (const struct cckprng_op *)&op_refresh_940, (const struct cckprng_op *)&op_refresh_941, (const struct cckprng_op *)&op_init_942, (const struct cckprng_op *)&op_init_943, (const struct cckprng_op *)&op_reseed_944, (const struct cckprng_op *)&op_init_945, (const struct cckprng_op *)&op_refresh_946, (const struct cckprng_op *)&op_init_947, (const struct cckprng_op *)&op_init_948, (const struct cckprng_op *)&op_init_949, (const struct cckprng_op *)&op_reseed_950, (const struct cckprng_op *)&op_refresh_951, (const struct cckprng_op *)&op_refresh_952 }; static const struct cckprng_vector vec_954 = { .id = 901, .note = NULL, .nops = 16, .ops = ops_953 }; static const struct cckprng_op_init op_init_955 = { .hd = { .id = 902, .kind = OP_INIT }, .seed = { 0x72, 0xd7, 0x8b, 0x94, 0x40, 0x31, 0x8c, 0x53, 0xea, 0x6e, 0x40, 0x95, 0xcc, 0xad, 0x08, 0xea, 0x8a, 0x7b, 0xb3, 0x64, 0x3c, 0x1b, 0xa8, 0x57, 0x64, 0x2d, 0x6a, 0x1c, 0xfe, 0x6a, 0x9f, 0x29 }, .nonce = { 0xdd, 0x82, 0xf4, 0x40, 0x0d, 0x87, 0xdd, 0xce }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_956 = { .hd = { .id = 903, .kind = OP_RESEED }, .nonce = 4374404422219268241ULL, .seed_nbytes = 130, .seed = { 0x2f, 0x17, 0x30, 0xa0, 0xc4, 0x67, 0x4e, 0x8d, 0xec, 0x79, 0x6e, 0xc5, 0xa2, 0x4c, 0x73, 0x07, 0xdb, 0xdf, 0x89, 0xc0, 0x20, 0x21, 0x4a, 0x84, 0x2e, 0x63, 0x4c, 0x18, 0xf3, 0x99, 0xa0, 0x58, 0x74, 0x2e, 0xb2, 0xe8, 0x8b, 0x41, 0x28, 0x4f, 0x19, 0xcf, 0x4b, 0xd7, 0xff, 0xa6, 0x4b, 0xcc, 0xae, 0x27, 0x4e, 0x11, 0x7a, 0x2f, 0xf0, 0xb2, 0xdd, 0x8e, 0xf1, 0x94, 0x45, 0x2b, 0x20, 0x25, 0xf9, 0x4c, 0x46, 0x4a, 0xb6, 0x29, 0x0b, 0x0c, 0x28, 0xe4, 0x1e, 0xb7, 0xe6, 0x9b, 0x7b, 0xbb, 0xcf, 0xed, 0x56, 0x58, 0x41, 0xc8, 0x64, 0x8c, 0x18, 0xb6, 0xc7, 0x69, 0xe5, 0x70, 0x2b, 0xce, 0x26, 0xdd, 0xa0, 0xe0, 0x3b, 0x20, 0x32, 0xef, 0xbd, 0xf2, 0x29, 0xe7, 0x0f, 0xda, 0xfd, 0xba, 0x76, 0xfd, 0x36, 0x25, 0x6a, 0xd9, 0x02, 0xd6, 0x7c, 0x27, 0xd7, 0xe8, 0x3d, 0xe4, 0xbf, 0x33, 0x0e, 0x11 } }; static const struct cckprng_op_refresh op_refresh_957 = { .hd = { .id = 904, .kind = OP_REFRESH }, .rand = 2504026535390764547ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_958 = { .hd = { .id = 905, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0x88, 0x74, 0x26, 0xf2, 0xb2, 0xb9, 0xcd, 0x4a, 0x2f, 0x08, 0x81, 0xd6, 0x0c, 0xa5, 0x26, 0x56, 0xc6, 0xe3, 0xeb, 0x56, 0x7a, 0x45, 0x64, 0x5e, 0xa8, 0x00, 0xe7, 0xe1, 0xb0, 0x34, 0x75, 0x3c, 0x38, 0x88, 0x42, 0x13, 0x8c, 0x32, 0xb8, 0x9e, 0x56, 0x7b, 0x5a, 0x6e, 0x93, 0x73, 0x11, 0xaf, 0x88, 0xbd, 0xb5, 0x83, 0xd8, 0x6c, 0x91, 0x21, 0x61, 0x1e, 0x29, 0x60, 0xc1, 0xe1, 0x2e, 0xa1, 0x85, 0x05, 0x7f, 0x40, 0x40, 0xc0, 0xcb, 0x7a, 0xf7, 0x85, 0x66, 0xf6, 0x8a, 0xb9, 0xd4, 0x4b, 0xea, 0xc9, 0x89, 0xc3, 0x39, 0x15, 0x29, 0x23, 0xaa, 0xfc, 0x67, 0xdf, 0x16, 0xfe, 0x05, 0x8b, 0xdb, 0x32, 0x4a, 0xba, 0xf7, 0xd0, 0xd8, 0xb8, 0xaf, 0xdc, 0x46, 0xd3, 0x16, 0xd6, 0x7d, 0xe1, 0xea, 0x92, 0x0b, 0xa7, 0x24, 0xd1, 0x22, 0x1e, 0x64, 0x72, 0x2b, 0xe0, 0x69, 0x29, 0x30, 0x20, 0xd6, 0xe0, 0x7a, 0x89, 0xa8, 0x21, 0x96, 0x8b, 0x67, 0x40, 0x07, 0xe7, 0x41, 0xc0, 0xd4, 0x6d, 0x13, 0xc9, 0xbe, 0x65, 0x1c, 0x5e, 0xaa, 0x33, 0x58, 0xe0, 0x1f, 0x35, 0x3f, 0x45, 0xa4, 0xac, 0x1f, 0xc1, 0x8d } } }; static const struct cckprng_op_generate op_init_959 = { .hd = { .id = 906, .kind = OP_GENERATE }, .rand_nbytes = 38, .out = { .rand = { 0x74, 0x8a, 0xad, 0x0a, 0x97, 0xf3, 0x09, 0x5e, 0x83, 0xe5, 0xdf, 0xa1, 0xb8, 0x28, 0x86, 0x1c, 0x92, 0x75, 0xe9, 0xd6, 0xa7, 0xe8, 0x24, 0x2d, 0xda, 0xae, 0xf9, 0x02, 0xa9, 0xa2, 0x02, 0xf5, 0x23, 0x58, 0x33, 0xb1, 0x3a, 0x2b } } }; static const struct cckprng_op_refresh op_refresh_960 = { .hd = { .id = 907, .kind = OP_REFRESH }, .rand = 5907666042370759776ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_961 = { .hd = { .id = 908, .kind = OP_RESEED }, .nonce = 13129523045728732352ULL, .seed_nbytes = 68, .seed = { 0x49, 0x01, 0x20, 0x9d, 0x25, 0x52, 0x46, 0x09, 0x71, 0x4d, 0x09, 0x94, 0xb9, 0x20, 0xe3, 0x0e, 0x68, 0x89, 0x9b, 0xa1, 0x90, 0x93, 0x34, 0x57, 0x58, 0xdb, 0x35, 0xb2, 0x19, 0x9e, 0xe7, 0x93, 0x8c, 0x9e, 0xc6, 0x3b, 0x69, 0xe8, 0x4c, 0xb5, 0xd0, 0xb6, 0x03, 0xf8, 0x99, 0x83, 0xcf, 0xaa, 0x1c, 0xa4, 0x8e, 0x67, 0x33, 0x66, 0x57, 0x25, 0x82, 0x70, 0x18, 0x52, 0x43, 0x08, 0xc6, 0x80, 0x25, 0x1d, 0xa5, 0x1a } }; static const struct cckprng_op_refresh op_refresh_962 = { .hd = { .id = 909, .kind = OP_REFRESH }, .rand = 13071371081659107332ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_963 = { .hd = { .id = 910, .kind = OP_GENERATE }, .rand_nbytes = 246, .out = { .rand = { 0xfc, 0xb1, 0x96, 0x47, 0x4b, 0xd6, 0xb5, 0x87, 0x44, 0x62, 0xc8, 0x0b, 0xd2, 0x92, 0x6d, 0xfb, 0xe4, 0x12, 0xc6, 0xa4, 0xc4, 0x91, 0x0a, 0x9b, 0x62, 0xc5, 0x3b, 0xdb, 0xd3, 0x10, 0x4f, 0xf1, 0xdb, 0xb8, 0x8a, 0xf6, 0x29, 0x99, 0x37, 0x86, 0xb1, 0x33, 0xd9, 0x2e, 0x8a, 0x7e, 0x01, 0x81, 0x9c, 0x2d, 0x2e, 0xaa, 0x0d, 0xdb, 0x36, 0x5b, 0xa4, 0x98, 0x57, 0xd6, 0x47, 0x6c, 0xca, 0x5f, 0xdf, 0x70, 0x0a, 0xd2, 0x29, 0x23, 0xc3, 0xb6, 0xa6, 0x09, 0xd6, 0xe6, 0xfb, 0xd2, 0xd3, 0xf7, 0xf9, 0xd0, 0x5b, 0xce, 0xf8, 0x23, 0xa4, 0x86, 0xf0, 0xff, 0xbf, 0x32, 0x22, 0x6b, 0x57, 0xeb, 0xc9, 0xf9, 0x6d, 0x16, 0xc2, 0xcb, 0x08, 0x4d, 0x37, 0x1d, 0x4c, 0x52, 0x5d, 0xd2, 0x08, 0x8c, 0xa1, 0xde, 0xbe, 0x11, 0xe1, 0x0d, 0x04, 0x49, 0xc0, 0xc3, 0x99, 0xf5, 0xa0, 0x4d, 0x16, 0x70, 0x68, 0xaa, 0x56, 0xb3, 0x27, 0x9a, 0x69, 0x94, 0x44, 0x98, 0x56, 0xad, 0x39, 0x87, 0xf7, 0x49, 0x19, 0xa4, 0xc8, 0xea, 0x7e, 0x5e, 0x8a, 0x27, 0x01, 0xf6, 0xd7, 0xcf, 0x59, 0x23, 0x6c, 0x9f, 0xcb, 0x82, 0x90, 0x68, 0x58, 0xa9, 0x10, 0x15, 0xf2, 0xfc, 0xb1, 0xb6, 0xc3, 0x82, 0x55, 0x0e, 0xf5, 0x2d, 0x34, 0xf8, 0x6f, 0xcd, 0xbc, 0xce, 0x35, 0xbc, 0x67, 0x84, 0x20, 0x28, 0x91, 0x17, 0xd1, 0x77, 0x68, 0xc9, 0xef, 0x09, 0x9e, 0xd4, 0xdb, 0x26, 0xa1, 0xfc, 0x0b, 0x69, 0x33, 0xb7, 0xdb, 0x85, 0xd3, 0x1b, 0x5a, 0xa9, 0xa3, 0x41, 0xff, 0x4b, 0x69, 0x7d, 0x7e, 0x93, 0xb6, 0x1e, 0x62, 0xb2, 0x92, 0xb0, 0x87, 0x53, 0x8d, 0x8f, 0x1b, 0x68, 0x62, 0x99, 0x84, 0x14, 0xab, 0xfe, 0x0d, 0x45, 0x01, 0xd2, 0x28, 0x72 } } }; static const struct cckprng_op_generate op_init_964 = { .hd = { .id = 911, .kind = OP_GENERATE }, .rand_nbytes = 183, .out = { .rand = { 0x5e, 0xd3, 0x07, 0x5d, 0xe2, 0x52, 0xbf, 0x63, 0xb3, 0xa5, 0xde, 0x1c, 0x82, 0x75, 0xf3, 0xad, 0x6a, 0x4b, 0xee, 0x7a, 0x71, 0x8b, 0xfd, 0x24, 0x78, 0xe6, 0x55, 0x93, 0x03, 0xea, 0xac, 0xfc, 0x90, 0xff, 0x48, 0xc6, 0x0a, 0xc9, 0x92, 0xe8, 0x93, 0xa4, 0xde, 0xbc, 0xe2, 0x3e, 0xe5, 0x03, 0xd6, 0x09, 0x20, 0xa4, 0xc4, 0x25, 0x2f, 0x07, 0xa9, 0xc8, 0xd4, 0x40, 0x05, 0x59, 0x2e, 0xfa, 0xc1, 0x90, 0x9c, 0xac, 0xad, 0xd0, 0xd5, 0x39, 0x9f, 0xe2, 0x71, 0x85, 0x95, 0xe5, 0x0f, 0xd9, 0xe9, 0x00, 0x9d, 0x13, 0x72, 0x30, 0x29, 0x5f, 0xfb, 0x0b, 0x4a, 0x03, 0x85, 0x23, 0xf3, 0x7d, 0x5c, 0x55, 0xf6, 0x6d, 0x61, 0xa8, 0x2c, 0x0e, 0x7e, 0x04, 0x6c, 0xd0, 0xaf, 0x03, 0x8c, 0x45, 0x57, 0x0a, 0x3d, 0x0a, 0xbe, 0x8b, 0x1c, 0x1c, 0x8b, 0x2a, 0x55, 0x4d, 0x14, 0x1e, 0x16, 0x99, 0xbd, 0xf5, 0x03, 0xe3, 0x3d, 0xa9, 0x9b, 0x35, 0xf5, 0x50, 0x12, 0xf7, 0xc6, 0x29, 0x2a, 0xd0, 0x62, 0xb2, 0xa7, 0xc4, 0x84, 0x97, 0xc4, 0x12, 0x51, 0x1a, 0x3a, 0xe4, 0xb4, 0x0d, 0xab, 0x42, 0xf0, 0x3f, 0x69, 0x44, 0xe0, 0x37, 0x77, 0xb1, 0x5f, 0x70, 0x3e, 0x66, 0x3a, 0x4c, 0x17, 0x5a, 0x23, 0x5e, 0xf8, 0x93, 0xd4, 0x71, 0xa2 } } }; static const struct cckprng_op_generate op_init_965 = { .hd = { .id = 912, .kind = OP_GENERATE }, .rand_nbytes = 241, .out = { .rand = { 0x74, 0x24, 0x7f, 0x28, 0xda, 0x03, 0xcd, 0x89, 0x7b, 0xce, 0xf1, 0x63, 0x60, 0xed, 0x3f, 0xac, 0xf4, 0xeb, 0x07, 0x52, 0x08, 0xf1, 0x00, 0xce, 0x04, 0x27, 0x67, 0xc7, 0x9c, 0x62, 0x73, 0x37, 0xdd, 0x73, 0x8c, 0x00, 0x90, 0x94, 0x7e, 0xae, 0xe3, 0xde, 0x96, 0x4f, 0x65, 0x4f, 0xb5, 0x3f, 0x6a, 0x2a, 0xf3, 0x8f, 0xba, 0xbf, 0xbd, 0xff, 0x39, 0x44, 0xee, 0x32, 0x45, 0x1c, 0xfa, 0xb4, 0xa5, 0x43, 0x84, 0xb9, 0x57, 0x6e, 0x4a, 0x5d, 0x13, 0xdd, 0xbd, 0x47, 0xed, 0x45, 0x60, 0x03, 0xdc, 0x7e, 0x4c, 0xec, 0x1e, 0xb2, 0x26, 0x70, 0xca, 0x18, 0xcc, 0x29, 0x16, 0x2b, 0xc2, 0xc3, 0x0b, 0x16, 0x4b, 0x62, 0xae, 0xd3, 0xa7, 0xcb, 0xc3, 0x46, 0xfc, 0x29, 0x12, 0x12, 0x65, 0x7a, 0x35, 0x55, 0x25, 0x88, 0xdb, 0x71, 0xdf, 0x35, 0x0e, 0x37, 0x0a, 0x66, 0x35, 0x1d, 0x66, 0x67, 0xe5, 0xd0, 0x6e, 0xc9, 0x96, 0x00, 0x0a, 0x1a, 0xe8, 0x18, 0x18, 0xa6, 0x65, 0x05, 0x2f, 0x37, 0xe4, 0xcd, 0x05, 0x8d, 0x68, 0xea, 0x4c, 0x1a, 0x3d, 0x5c, 0xe8, 0xca, 0x2d, 0x0d, 0x1d, 0x7f, 0xa6, 0x89, 0x10, 0xaa, 0x45, 0xaf, 0x88, 0xf2, 0x52, 0xeb, 0x55, 0x17, 0x5f, 0x5f, 0x5d, 0x3e, 0x52, 0x5a, 0x7a, 0x7b, 0x65, 0xe9, 0xa1, 0xe7, 0x2e, 0x46, 0xd4, 0xf9, 0xaf, 0x53, 0xea, 0x9c, 0x24, 0x2d, 0x8b, 0x75, 0x2d, 0xad, 0x81, 0x3c, 0xea, 0x73, 0xba, 0x24, 0x21, 0x20, 0xe3, 0xee, 0x93, 0xef, 0x3f, 0xc2, 0x5f, 0xc7, 0xfa, 0xf3, 0x5e, 0x66, 0x9d, 0x2d, 0xcc, 0x0b, 0x93, 0x99, 0x3a, 0x87, 0x90, 0xe4, 0x31, 0xdb, 0x7c, 0xa3, 0x62, 0x40, 0x31, 0x16, 0xb7, 0x6b, 0x42, 0x7d, 0x62 } } }; static const struct cckprng_op_reseed op_reseed_966 = { .hd = { .id = 913, .kind = OP_RESEED }, .nonce = 11810768160407376537ULL, .seed_nbytes = 38, .seed = { 0x39, 0x96, 0x21, 0x46, 0xbd, 0x59, 0xd3, 0xb9, 0xd6, 0xfe, 0xf8, 0xa1, 0x61, 0x4e, 0xd0, 0xec, 0xaf, 0x09, 0x39, 0x34, 0x70, 0xac, 0xed, 0x08, 0x93, 0x4b, 0x36, 0xbd, 0x6d, 0x24, 0x6d, 0x81, 0x79, 0x55, 0x2a, 0xd5, 0xab, 0xba } }; static const struct cckprng_op_reseed op_reseed_967 = { .hd = { .id = 914, .kind = OP_RESEED }, .nonce = 5174018972553458136ULL, .seed_nbytes = 261, .seed = { 0xd4, 0x45, 0xa1, 0xca, 0x2e, 0x30, 0xb7, 0x0d, 0x9d, 0xae, 0xd1, 0x47, 0x50, 0x07, 0x9d, 0x8f, 0x15, 0xe1, 0x5c, 0x42, 0xc0, 0xf2, 0x09, 0x9a, 0x3e, 0x4a, 0xb4, 0x78, 0x2c, 0x91, 0x7f, 0x67, 0x6f, 0xdd, 0xbf, 0x99, 0x26, 0x3d, 0x22, 0x40, 0x76, 0x8a, 0xf2, 0x43, 0x8d, 0x8c, 0xaf, 0x19, 0x3d, 0x4d, 0xc2, 0xfc, 0x17, 0x50, 0xc7, 0xd9, 0x79, 0x7e, 0x6f, 0xad, 0x5d, 0xab, 0x1a, 0x02, 0xda, 0xb1, 0x17, 0x9e, 0xf8, 0x48, 0x21, 0x91, 0x46, 0xd4, 0x6e, 0x86, 0x47, 0x03, 0x7e, 0x8f, 0x2a, 0xce, 0x01, 0x48, 0x09, 0x0f, 0x6c, 0x65, 0x14, 0x4b, 0xc3, 0x60, 0x8a, 0x6e, 0xc0, 0x36, 0xb9, 0x55, 0xfb, 0x82, 0x45, 0xff, 0xf5, 0x57, 0xd2, 0x26, 0x22, 0x8b, 0x75, 0x45, 0x4b, 0xbc, 0x3b, 0xff, 0x98, 0xb4, 0x25, 0xd1, 0x9d, 0xec, 0x7e, 0x3e, 0xa0, 0x26, 0xd7, 0x15, 0x06, 0x81, 0xec, 0x54, 0x2b, 0x4d, 0x96, 0x52, 0xd2, 0x6a, 0xf7, 0xbe, 0x1b, 0xfd, 0x12, 0x5c, 0xba, 0xdb, 0x71, 0xe7, 0x12, 0xc9, 0xae, 0xf1, 0x61, 0xb9, 0xf5, 0xde, 0x41, 0x34, 0x8b, 0x4e, 0x06, 0xc4, 0xd9, 0x00, 0xb1, 0x1b, 0xaa, 0x56, 0xbc, 0xd6, 0xff, 0xba, 0x72, 0x39, 0x25, 0x38, 0x07, 0x4c, 0xdf, 0xaf, 0x39, 0xe5, 0xc5, 0x1c, 0xde, 0x8c, 0xf9, 0xd3, 0xc1, 0x73, 0xf7, 0x04, 0xd4, 0x5f, 0x43, 0xf2, 0x75, 0x02, 0xfe, 0x8e, 0xcc, 0x2c, 0xa5, 0x56, 0xf3, 0x63, 0x2c, 0x27, 0x5f, 0x71, 0xeb, 0xba, 0x07, 0x50, 0xfe, 0x07, 0x05, 0xc0, 0x0f, 0x95, 0xa0, 0x19, 0x29, 0xff, 0x45, 0x86, 0x45, 0x9d, 0x70, 0x34, 0xe3, 0x75, 0x5b, 0x7f, 0xa4, 0xc7, 0x17, 0xc0, 0x48, 0x61, 0x15, 0xe2, 0x3f, 0xa1, 0x8d, 0x1d, 0x87, 0xa6, 0xb8, 0xa2, 0x69, 0xe8, 0x7b, 0xe1, 0x3f, 0xdc, 0x9b, 0x13, 0x86, 0xa4, 0x5e, 0x3b, 0xd9 } }; static const struct cckprng_op_generate op_init_968 = { .hd = { .id = 915, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0x2d, 0x21, 0x26, 0x27, 0x68, 0xd3, 0xc0, 0xa1, 0x22, 0x55, 0x62, 0x57, 0x3f, 0x71, 0xe3, 0x5a, 0x4c, 0xdb, 0x69, 0xef, 0x7b, 0xf4, 0x14, 0xc5, 0x61, 0x1d, 0x58, 0x09, 0xa3, 0x4e, 0xc3, 0x05, 0xb1, 0x3b, 0xbe, 0x69, 0xc8, 0xe7, 0x8d, 0x79, 0x36, 0xf2, 0x54, 0x44, 0x9b, 0xa8, 0xc0, 0x24, 0xc3, 0xe5, 0xdd, 0x2b, 0xca, 0x8d, 0x0c, 0x15, 0xff, 0x4a, 0xd0, 0xe9, 0xec, 0xa5, 0xd7, 0x0b, 0x28, 0xa9, 0xae, 0x79, 0x12, 0x56, 0xcf, 0xff, 0x20, 0x3a, 0x77, 0x05, 0x39, 0xd8, 0x6b, 0x68, 0xf8, 0xa1, 0xc6, 0x86, 0x28, 0xe1, 0xd5, 0x8e, 0x17, 0xef, 0x10, 0xde, 0x6d, 0xd0, 0x26, 0x5a } } }; static const struct cckprng_op_generate op_init_969 = { .hd = { .id = 916, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0x96, 0x28, 0x3a, 0x30, 0x46, 0x7c, 0xaf, 0xbd, 0xa7, 0x67, 0x77, 0x52, 0xcf, 0x61, 0x34, 0x3b, 0xe1, 0x96, 0xb7, 0x78, 0x56, 0xd5, 0xc6, 0x54, 0x61, 0x0b, 0x87, 0x36, 0x33, 0x48, 0xa5, 0xcc, 0xe2, 0x80, 0x01, 0xf8, 0x30, 0x88, 0x2f, 0x6a, 0x21, 0x9a, 0x11, 0x90, 0x6a, 0xb8, 0x59, 0x00, 0x98, 0x82, 0x4b, 0x88, 0x55, 0xce, 0x9f, 0x82, 0xa7, 0x1c, 0x54, 0x4b, 0x72, 0x2b, 0x3b, 0x3c, 0x47, 0x84, 0x58 } } }; static const struct cckprng_op_refresh op_refresh_970 = { .hd = { .id = 917, .kind = OP_REFRESH }, .rand = 12705213226953639189ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_971[] = { (const struct cckprng_op *)&op_init_955, (const struct cckprng_op *)&op_reseed_956, (const struct cckprng_op *)&op_refresh_957, (const struct cckprng_op *)&op_init_958, (const struct cckprng_op *)&op_init_959, (const struct cckprng_op *)&op_refresh_960, (const struct cckprng_op *)&op_reseed_961, (const struct cckprng_op *)&op_refresh_962, (const struct cckprng_op *)&op_init_963, (const struct cckprng_op *)&op_init_964, (const struct cckprng_op *)&op_init_965, (const struct cckprng_op *)&op_reseed_966, (const struct cckprng_op *)&op_reseed_967, (const struct cckprng_op *)&op_init_968, (const struct cckprng_op *)&op_init_969, (const struct cckprng_op *)&op_refresh_970 }; static const struct cckprng_vector vec_972 = { .id = 918, .note = NULL, .nops = 16, .ops = ops_971 }; static const struct cckprng_op_init op_init_973 = { .hd = { .id = 919, .kind = OP_INIT }, .seed = { 0x2a, 0xb4, 0x88, 0x59, 0x48, 0xb7, 0x41, 0x6f, 0xca, 0x90, 0x00, 0x50, 0x06, 0xbb, 0xac, 0x26, 0x9a, 0x8f, 0xb8, 0x2f, 0x58, 0xed, 0xfa, 0x1d, 0xbc, 0xa0, 0xb2, 0x3c, 0x33, 0xb8, 0xb0, 0x8e }, .nonce = { 0xec, 0xac, 0xa8, 0x49, 0x5f, 0x49, 0xf5, 0x1e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_974 = { .hd = { .id = 920, .kind = OP_REFRESH }, .rand = 12804674370675484307ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_975 = { .hd = { .id = 921, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0x8f, 0x30, 0xac, 0x96, 0x99, 0x4a, 0x98, 0x43, 0x76, 0x23, 0xc7, 0x8a, 0xce, 0xf6, 0x26, 0x53, 0x0d, 0xe4, 0xf1, 0x37, 0xb0, 0xbd, 0x12, 0xff, 0x81, 0xb1, 0x8f, 0x8e, 0x2f, 0xef, 0x9f, 0x36, 0x9c, 0xeb, 0xc5, 0x58, 0xd0, 0xed, 0xba, 0xf2, 0xf4, 0xe4, 0xe4, 0xa1, 0x09, 0xcd, 0x6f, 0x7b, 0x30, 0x9e, 0xc7, 0xb1, 0x31, 0x41, 0x7c, 0xae, 0x92, 0x3c, 0x28, 0x62, 0x2c, 0xab, 0x1f, 0x30, 0x38, 0xfe, 0xff, 0xb4, 0x2e, 0x5b, 0x67, 0x00, 0x7b, 0x0c, 0x8d, 0x84, 0x77, 0xa6, 0xaa, 0x03, 0xab, 0x9c, 0x33, 0xed, 0x24, 0x09, 0xde, 0x4f, 0x63, 0x2b, 0xa5, 0xde, 0x3a, 0x16, 0x1a, 0xe9, 0x44, 0xc7, 0xa5, 0x7e, 0x4b, 0x29, 0xc3, 0x25, 0x48, 0x01, 0x01, 0x5d, 0x21, 0x66, 0x06, 0x48, 0xad, 0x23, 0x83, 0x9d, 0x86, 0x01, 0xf8, 0xcb, 0x35, 0xca, 0x31, 0xaa, 0x3f, 0x7f, 0xb4, 0x65, 0xfd, 0xbb, 0x27, 0x64, 0x5d, 0x2c, 0x04, 0xb2, 0x89, 0x58, 0xa7, 0x32, 0xbf, 0x01, 0xb1, 0x73, 0xcf, 0xc9, 0x52, 0xe1, 0x44, 0x29, 0x98, 0xd3, 0x2e, 0x66, 0x73, 0xfb, 0x5b, 0x06, 0x3b, 0x6a, 0xdf, 0x23, 0x88, 0x89, 0xd2, 0xc3, 0x63, 0x1b, 0xe6, 0x18, 0x4d, 0x57, 0x79 } } }; static const struct cckprng_op_reseed op_reseed_976 = { .hd = { .id = 922, .kind = OP_RESEED }, .nonce = 4195770602091773255ULL, .seed_nbytes = 106, .seed = { 0xb6, 0xe7, 0x04, 0x25, 0x95, 0xe7, 0x3c, 0x81, 0x89, 0xff, 0x2a, 0xec, 0xc2, 0xd2, 0x03, 0x39, 0x8a, 0xaa, 0x03, 0x75, 0x90, 0x57, 0xc2, 0xf2, 0x19, 0x43, 0xd9, 0x46, 0x04, 0x54, 0x4e, 0x55, 0xb2, 0x75, 0xa5, 0x2c, 0xf1, 0x08, 0x97, 0x3a, 0x56, 0xb7, 0x1b, 0xc3, 0xcc, 0xb0, 0x4e, 0xb9, 0xe7, 0xb3, 0x18, 0x56, 0x75, 0x96, 0x59, 0x64, 0x3d, 0xa5, 0xe5, 0x0f, 0x65, 0xcf, 0x6e, 0x95, 0x8a, 0x79, 0xb6, 0xdb, 0xa6, 0x3f, 0x9a, 0x87, 0x75, 0xab, 0xc1, 0x52, 0x81, 0x4b, 0xaf, 0xb2, 0x77, 0xdd, 0xb6, 0x43, 0xb4, 0xb2, 0xf2, 0x1a, 0xb1, 0x3c, 0xb1, 0x19, 0x47, 0xef, 0xfa, 0xd0, 0x3c, 0xea, 0x3f, 0x9e, 0x71, 0x3f, 0x2a, 0x84, 0xc5, 0xd5 } }; static const struct cckprng_op_refresh op_refresh_977 = { .hd = { .id = 923, .kind = OP_REFRESH }, .rand = 9327500445554486208ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_978 = { .hd = { .id = 924, .kind = OP_RESEED }, .nonce = 10492712196033652315ULL, .seed_nbytes = 244, .seed = { 0x18, 0x51, 0x1a, 0x27, 0x1c, 0x3e, 0xd9, 0x3f, 0x73, 0x34, 0x8b, 0xab, 0xfc, 0xe0, 0x95, 0xf5, 0xd7, 0xf1, 0xdb, 0xd8, 0x41, 0x9e, 0xfe, 0xf9, 0x01, 0x19, 0x77, 0x28, 0x67, 0xb3, 0xc9, 0xec, 0x59, 0xcc, 0xfc, 0x63, 0xb5, 0xb4, 0xa0, 0xc7, 0x43, 0x43, 0x9c, 0x3f, 0x32, 0xa3, 0xa2, 0xda, 0xac, 0x80, 0xcb, 0xf2, 0x8f, 0x4d, 0x2e, 0x63, 0x6b, 0xac, 0x58, 0x2f, 0x92, 0x4d, 0x24, 0x26, 0x5d, 0xf9, 0x55, 0x66, 0xca, 0xaa, 0x85, 0xa5, 0x0d, 0x92, 0xf5, 0xb7, 0x4c, 0x5d, 0x35, 0x9b, 0xd9, 0xa7, 0xd4, 0x02, 0x09, 0x69, 0xdc, 0x7f, 0x0e, 0x0c, 0x94, 0x96, 0x9e, 0x66, 0x7f, 0x52, 0xd8, 0xc4, 0x9b, 0x10, 0xf5, 0x80, 0x22, 0x13, 0x78, 0x78, 0x8c, 0xa4, 0x2e, 0x2e, 0xfe, 0x69, 0xca, 0x86, 0x57, 0x0e, 0x4c, 0xc2, 0xa4, 0xc0, 0xf0, 0x2a, 0x88, 0x52, 0x98, 0x42, 0xd8, 0x3b, 0x81, 0xee, 0x78, 0x38, 0x79, 0x1c, 0x0a, 0xf8, 0xf6, 0xfe, 0x69, 0xff, 0xb8, 0xcd, 0xb6, 0xd0, 0xe0, 0x25, 0x52, 0x25, 0x91, 0x49, 0x94, 0x24, 0xe8, 0xd4, 0xb2, 0x44, 0x28, 0x7b, 0x3e, 0xf9, 0x8f, 0x2d, 0x77, 0xe9, 0xdd, 0xb9, 0x7f, 0xa7, 0x58, 0x10, 0x2a, 0xdd, 0x64, 0x43, 0x85, 0x87, 0x61, 0x34, 0x3a, 0x03, 0x14, 0x1a, 0xcd, 0x11, 0xbe, 0x11, 0x99, 0xcc, 0x3c, 0x39, 0x35, 0x02, 0x19, 0xe6, 0xcb, 0x58, 0x7d, 0x1b, 0xc0, 0x51, 0x6d, 0x5e, 0x09, 0x47, 0x83, 0x74, 0x9d, 0xde, 0xa4, 0x03, 0x73, 0xcd, 0x6c, 0x8a, 0x5a, 0x61, 0xa3, 0xc7, 0xfc, 0x09, 0x01, 0xfa, 0xeb, 0x29, 0xe7, 0xea, 0x6b, 0xcc, 0xe8, 0xf4, 0xd0, 0xed, 0x1c, 0x94, 0x47, 0xfd, 0x16, 0x2c, 0x44, 0x98, 0x1e, 0x18, 0x60, 0x17 } }; static const struct cckprng_op_generate op_init_979 = { .hd = { .id = 925, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0xa7, 0xdf, 0xfe, 0x2f, 0x59, 0xbc, 0x00, 0x32, 0xe6, 0xb9, 0xa1, 0x75, 0x65, 0xac, 0xf3, 0x53, 0x14, 0x90, 0x8c, 0x43, 0x84, 0x21, 0xe8, 0xf9, 0x6c, 0x4f, 0x13, 0x37, 0xc7, 0xe1, 0x13, 0x66, 0xe7, 0x85, 0x55, 0xc2, 0xaa, 0xee, 0x23, 0xa5, 0x1e, 0xda, 0x67, 0xe1, 0xb1, 0xae, 0xef, 0xef, 0xab, 0x8b, 0x92, 0x9c, 0xe4, 0xa0, 0xea, 0x1f, 0x33, 0xc2, 0x28, 0x4e, 0xea, 0x9c, 0x87, 0x1f, 0xff, 0x84, 0xcb, 0xcd, 0x54, 0xc9, 0x86, 0x79, 0x0a, 0xe1, 0x01, 0x1b, 0xee, 0xb9, 0xe8, 0xbf, 0xd7, 0x00, 0x68, 0xb0, 0x64, 0xee, 0x79, 0xa1, 0x8a, 0x52, 0xca, 0xa4, 0xd5, 0x84, 0x7f, 0xc2, 0xa8, 0xa8, 0xd6, 0xe6, 0x63, 0x0e, 0x18, 0xa0, 0x6f, 0xe8, 0x6f, 0xe3, 0x03, 0x80, 0xa8, 0xff, 0x26, 0x70, 0x56, 0x02, 0xf4, 0xca, 0xf3, 0xaf, 0xf6, 0x25, 0x99, 0xca, 0xf6, 0xf9, 0x7c, 0x3d, 0xde, 0x38, 0x86, 0x69, 0xc7, 0xfb, 0x47, 0xde, 0xfd, 0x0f, 0x33, 0xf2, 0x7c, 0x08, 0x7d, 0x32, 0x7d, 0xdf, 0xc6, 0xb6, 0x42, 0xee, 0x29, 0x93, 0xc6, 0xac, 0x7d, 0x3d, 0xbc, 0xf9, 0xc4, 0x78, 0xa5, 0xb3, 0xb4, 0x86, 0x47, 0x3d, 0x17, 0xf5, 0x50, 0xb9, 0x6e, 0x4f, 0x53, 0xfc, 0x13, 0x34, 0x7e, 0xb1, 0x87, 0x21, 0x2a, 0xa0, 0xc4, 0x6d, 0xf3, 0x7d, 0x73, 0x51, 0x8a, 0xaa, 0x76, 0xed, 0x2a, 0xce, 0xbc, 0x5c, 0x13, 0x1f, 0xc9, 0x74, 0x2a, 0x22, 0xd5, 0xf7, 0x35, 0xda, 0xb8, 0xb2, 0x80, 0x83, 0x6a, 0xeb, 0x0a, 0x57, 0x5e, 0x88, 0xab, 0x7c, 0x31, 0x8e, 0xe5, 0xe2, 0x06, 0xc8, 0x67, 0x43, 0xd1, 0xcf, 0x03, 0x98, 0xc2, 0x8f, 0x6e, 0xb0, 0xa9, 0x79, 0x43, 0xab, 0x87, 0x4b, 0xb2, 0x36, 0x70, 0x43, 0xb4, 0x60, 0x7e, 0x0e, 0xc6, 0x2d, 0xe0, 0x32, 0xad, 0x82, 0xd4, 0xc1, 0x9e, 0xe1, 0x44 } } }; static const struct cckprng_op_reseed op_reseed_980 = { .hd = { .id = 926, .kind = OP_RESEED }, .nonce = 16817013997615669991ULL, .seed_nbytes = 149, .seed = { 0x70, 0x1a, 0xe7, 0xa5, 0x53, 0x1a, 0x6d, 0x4a, 0x13, 0x86, 0xcd, 0xe5, 0x95, 0x46, 0xd7, 0x09, 0x5f, 0xdd, 0xe3, 0x6f, 0xc8, 0xcd, 0x2d, 0x23, 0x84, 0xd0, 0x67, 0x06, 0xef, 0x19, 0x84, 0xdf, 0xa0, 0xee, 0xe2, 0x78, 0xb6, 0x27, 0x4c, 0xe4, 0xe0, 0xee, 0x02, 0x56, 0x40, 0x06, 0x96, 0x1e, 0xdc, 0xa9, 0x36, 0x44, 0xa6, 0xe0, 0xf8, 0x48, 0xf0, 0xee, 0xff, 0x79, 0xe4, 0xee, 0x6d, 0xdb, 0xce, 0x42, 0xa0, 0x8c, 0xea, 0xff, 0xb3, 0x93, 0xa3, 0x8d, 0xbc, 0x33, 0xa3, 0x6f, 0x0a, 0xbe, 0xdd, 0x0e, 0xac, 0x35, 0xdd, 0x29, 0x89, 0xf6, 0x09, 0xb3, 0xc6, 0x70, 0x98, 0xd4, 0xe6, 0x72, 0xf3, 0x6c, 0xb1, 0x9f, 0xe3, 0x1b, 0x41, 0x1f, 0x44, 0x9b, 0x89, 0x83, 0x73, 0xc5, 0x0d, 0xce, 0x78, 0x29, 0x38, 0x54, 0x83, 0x33, 0x80, 0x4f, 0xc1, 0xc6, 0x37, 0x1a, 0x55, 0x6f, 0xba, 0xe4, 0x7c, 0xda, 0xb0, 0x0e, 0xb1, 0x39, 0xfe, 0x61, 0xe3, 0xf7, 0x40, 0x45, 0x5b, 0x67, 0x95, 0x5c, 0x42, 0x29, 0x74, 0xb9, 0xa7 } }; static const struct cckprng_op_refresh op_refresh_981 = { .hd = { .id = 927, .kind = OP_REFRESH }, .rand = 102719428721329523ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_982 = { .hd = { .id = 928, .kind = OP_GENERATE }, .rand_nbytes = 112, .out = { .rand = { 0xf8, 0x9f, 0x9d, 0x48, 0x1c, 0xfe, 0xed, 0x72, 0x5d, 0x40, 0x5e, 0x04, 0xd5, 0x23, 0x6a, 0x77, 0xaf, 0xe4, 0xba, 0x6b, 0x82, 0xf7, 0x42, 0x08, 0xc0, 0xae, 0xdd, 0x74, 0xfc, 0x53, 0x94, 0xc4, 0xb2, 0x7e, 0x16, 0x20, 0xc3, 0x75, 0xb2, 0xb5, 0x0d, 0xa5, 0x3c, 0x61, 0xf0, 0xa7, 0x27, 0x31, 0x4a, 0xf4, 0xb7, 0xb3, 0x70, 0x1e, 0xc6, 0x75, 0x91, 0xf4, 0x42, 0xee, 0x2e, 0x01, 0xb3, 0x4a, 0xad, 0xc6, 0x1e, 0x8b, 0x73, 0xe2, 0x73, 0xad, 0x05, 0x8f, 0x19, 0xc2, 0x15, 0x9e, 0xbf, 0x0d, 0xb2, 0x6f, 0x5e, 0x34, 0x58, 0xcd, 0xd6, 0xaf, 0x8c, 0xb5, 0x95, 0x70, 0x3d, 0x40, 0xf6, 0x7d, 0x1d, 0x68, 0x96, 0x93, 0x78, 0x8e, 0xf3, 0x67, 0x09, 0xd4, 0xd8, 0x4b, 0x23, 0x90, 0x37, 0x16 } } }; static const struct cckprng_op_refresh op_refresh_983 = { .hd = { .id = 929, .kind = OP_REFRESH }, .rand = 13923147475492067667ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_984 = { .hd = { .id = 930, .kind = OP_REFRESH }, .rand = 13231075108028556359ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_985 = { .hd = { .id = 931, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0x09, 0xe3, 0xa5, 0x03, 0xcb, 0x93, 0xb5, 0x30 } } }; static const struct cckprng_op_refresh op_refresh_986 = { .hd = { .id = 932, .kind = OP_REFRESH }, .rand = 8371595481411209547ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_987 = { .hd = { .id = 933, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0x5c, 0xd0, 0x95, 0x2d, 0x53, 0x3c, 0xf3, 0x67, 0xc3, 0x16, 0xbe, 0xf1, 0x8f, 0x75, 0x8d, 0xaa, 0x38, 0x79, 0x39, 0xe9, 0x49, 0xcc, 0xfb, 0x13, 0xd4, 0xd0, 0x10, 0x84, 0x7f, 0xdc, 0x09, 0xab, 0xc7, 0x39, 0x9c, 0xee, 0xb6, 0xf1, 0x45, 0xa6, 0x1e, 0x18, 0xed, 0xfa, 0xe6, 0x14, 0xf1, 0x32, 0xa1, 0xfc, 0xdd, 0x14, 0xac, 0xef, 0xcd, 0xf7, 0x34, 0xbe, 0x4c, 0x2e, 0x87, 0x2e, 0xaf, 0xff, 0x7d, 0x88, 0xf5, 0x1d, 0xa1, 0xff, 0x28, 0x8e, 0x44, 0x29, 0xf4, 0xef, 0xa3, 0x5f, 0x2e, 0x56, 0x4b, 0xa9, 0x09, 0x98, 0xd9, 0xc8, 0x72, 0xd3, 0x5a, 0xa3, 0x42, 0x46, 0x6d, 0x8d, 0x5b, 0x0c, 0x1e, 0x7f, 0xb5, 0x78, 0x1f, 0x79, 0x4c, 0xeb, 0x3a, 0x33, 0x13, 0x7b, 0x54, 0x25, 0xb1, 0x07, 0xeb, 0xed, 0x6f, 0x73, 0x24, 0x67, 0x23, 0x44, 0xc3, 0x46, 0xcb, 0x04, 0xb1, 0x26, 0xe3, 0x5d, 0x4b, 0x0d, 0x74, 0xcc, 0x0e, 0xc6, 0x1b, 0xad, 0x5e, 0x04, 0x62, 0x08, 0xec, 0xe3 } } }; static const struct cckprng_op_reseed op_reseed_988 = { .hd = { .id = 934, .kind = OP_RESEED }, .nonce = 15607724746788893733ULL, .seed_nbytes = 283, .seed = { 0x33, 0x63, 0x52, 0x61, 0xaf, 0x46, 0x2f, 0xcb, 0x96, 0xaf, 0x93, 0x54, 0x34, 0x14, 0x0c, 0x12, 0x3c, 0x89, 0x78, 0x0e, 0xf2, 0xb9, 0x91, 0x73, 0xd1, 0xe6, 0x82, 0x16, 0x28, 0x14, 0xce, 0x45, 0x15, 0xb5, 0x21, 0xbd, 0xdb, 0x03, 0x0d, 0x08, 0x09, 0xd8, 0xaf, 0x74, 0x8f, 0x8a, 0x2d, 0x9f, 0x47, 0xe5, 0x4c, 0x34, 0xe2, 0xcc, 0xd6, 0x87, 0xa5, 0x4b, 0x23, 0x6d, 0x87, 0xe2, 0xa1, 0xce, 0x14, 0x1a, 0xec, 0x02, 0x82, 0xb2, 0x67, 0x86, 0xed, 0x92, 0xa2, 0xdb, 0x22, 0x93, 0xe5, 0xb0, 0xa8, 0x0d, 0x81, 0xf4, 0x52, 0xa2, 0x95, 0xf4, 0x8f, 0xef, 0x05, 0xe2, 0xab, 0x27, 0x01, 0x65, 0x11, 0xf8, 0x6d, 0x2a, 0x4f, 0x90, 0x04, 0xbc, 0xb0, 0x2d, 0x5f, 0x48, 0xd9, 0xcc, 0x5d, 0xd0, 0x5c, 0x4d, 0xdc, 0x84, 0x1c, 0x9b, 0x69, 0xfb, 0x5a, 0x43, 0x92, 0xb8, 0x3f, 0x65, 0x7e, 0xdb, 0x83, 0x22, 0xd5, 0x68, 0xd5, 0xb6, 0x4b, 0x86, 0x10, 0xb1, 0xd3, 0xbe, 0xea, 0x31, 0x70, 0x70, 0xf9, 0xbd, 0xe6, 0x38, 0x20, 0xe2, 0x9d, 0x01, 0x69, 0x18, 0x43, 0x81, 0x7a, 0xac, 0x1b, 0xa4, 0x79, 0xdb, 0xf9, 0x9d, 0xa1, 0x8b, 0xa1, 0x19, 0x5e, 0xbd, 0x2b, 0xe5, 0xbf, 0xea, 0xca, 0xf9, 0xa4, 0x23, 0x97, 0x92, 0x8b, 0xf6, 0xf9, 0x7a, 0xda, 0xe7, 0xdb, 0x10, 0xe6, 0x5e, 0x3f, 0x08, 0xc3, 0x9c, 0x79, 0x71, 0x49, 0x79, 0x59, 0x36, 0x5a, 0x98, 0x49, 0x5a, 0xc1, 0x44, 0xb7, 0x6e, 0x37, 0x51, 0x46, 0xf1, 0xf2, 0xad, 0x3e, 0xa5, 0xd9, 0xc7, 0x39, 0x73, 0x57, 0x46, 0x50, 0x5a, 0x6f, 0x37, 0xfa, 0x57, 0x62, 0xbc, 0xc9, 0x7e, 0x1e, 0x8e, 0x32, 0x32, 0x84, 0xef, 0x95, 0x33, 0xcc, 0x62, 0x01, 0x60, 0x03, 0x43, 0x76, 0xa0, 0xfe, 0xef, 0x1b, 0xf2, 0x16, 0x08, 0x29, 0x81, 0x19, 0x55, 0x92, 0x93, 0xae, 0xc7, 0xed, 0xa0, 0xf5, 0x6d, 0xab, 0xcf, 0x8c, 0x49, 0xec, 0x7a, 0x3e, 0xe5, 0x0b, 0x69, 0xf6, 0xd7, 0x03, 0x4b, 0x63, 0x49, 0x47 } }; static const struct cckprng_op *ops_989[] = { (const struct cckprng_op *)&op_init_973, (const struct cckprng_op *)&op_refresh_974, (const struct cckprng_op *)&op_init_975, (const struct cckprng_op *)&op_reseed_976, (const struct cckprng_op *)&op_refresh_977, (const struct cckprng_op *)&op_reseed_978, (const struct cckprng_op *)&op_init_979, (const struct cckprng_op *)&op_reseed_980, (const struct cckprng_op *)&op_refresh_981, (const struct cckprng_op *)&op_init_982, (const struct cckprng_op *)&op_refresh_983, (const struct cckprng_op *)&op_refresh_984, (const struct cckprng_op *)&op_init_985, (const struct cckprng_op *)&op_refresh_986, (const struct cckprng_op *)&op_init_987, (const struct cckprng_op *)&op_reseed_988 }; static const struct cckprng_vector vec_990 = { .id = 935, .note = NULL, .nops = 16, .ops = ops_989 }; static const struct cckprng_op_init op_init_991 = { .hd = { .id = 936, .kind = OP_INIT }, .seed = { 0x3e, 0x5c, 0x68, 0x90, 0xc1, 0x5d, 0x69, 0xb9, 0xba, 0x6f, 0xc2, 0x13, 0x8e, 0xe1, 0xe9, 0x42, 0x84, 0x90, 0xa0, 0x84, 0x38, 0xc8, 0xa5, 0x67, 0xef, 0x89, 0x86, 0x8a, 0x6a, 0xfe, 0x3e, 0x86 }, .nonce = { 0x99, 0x79, 0x6d, 0x8e, 0xb8, 0x45, 0xe9, 0x90 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_992 = { .hd = { .id = 937, .kind = OP_RESEED }, .nonce = 2230218553136514144ULL, .seed_nbytes = 89, .seed = { 0xf8, 0x22, 0x81, 0xaa, 0x46, 0xd8, 0x07, 0x62, 0xf2, 0x73, 0xb9, 0xbf, 0x7b, 0x15, 0x43, 0x7c, 0xbf, 0x4d, 0x3e, 0x9a, 0xd2, 0xe9, 0x8d, 0x39, 0xff, 0xe5, 0x13, 0xed, 0x2e, 0x3a, 0x24, 0x4a, 0x3d, 0x69, 0x4e, 0x0f, 0x32, 0x70, 0x08, 0x7e, 0x6c, 0x19, 0x0a, 0xb8, 0x7e, 0x84, 0xd8, 0x32, 0x0b, 0x6e, 0x4b, 0xdd, 0x60, 0xfa, 0xca, 0xc3, 0xd8, 0x0f, 0x33, 0x70, 0x53, 0xc3, 0xc6, 0xce, 0x07, 0xb7, 0x7e, 0x6f, 0xca, 0x08, 0xaa, 0xd7, 0x54, 0xb7, 0x09, 0xb9, 0xce, 0x1d, 0x72, 0x7e, 0xae, 0xbf, 0xd1, 0xd9, 0xfa, 0x10, 0x99, 0x89, 0x61 } }; static const struct cckprng_op_refresh op_refresh_993 = { .hd = { .id = 938, .kind = OP_REFRESH }, .rand = 8376225973980825197ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_994 = { .hd = { .id = 939, .kind = OP_GENERATE }, .rand_nbytes = 103, .out = { .rand = { 0xb2, 0x23, 0xf4, 0x59, 0xb3, 0x47, 0x65, 0x33, 0xea, 0x6d, 0x75, 0xe6, 0x26, 0xeb, 0x44, 0x56, 0xe9, 0xff, 0x5a, 0x3f, 0xf5, 0x87, 0x4f, 0xdc, 0x8e, 0x44, 0x17, 0x01, 0x1a, 0xf9, 0x77, 0xfd, 0x28, 0x3e, 0x82, 0xa3, 0x8c, 0x39, 0x2b, 0x7d, 0x54, 0x70, 0x13, 0xb2, 0x78, 0x12, 0xa4, 0x25, 0xd1, 0x47, 0x41, 0x05, 0xf1, 0xfe, 0x1e, 0x0b, 0x9f, 0xd2, 0x33, 0xc7, 0xcb, 0xe3, 0x84, 0x19, 0x4e, 0xf0, 0x6f, 0x98, 0x11, 0x83, 0xcb, 0x4c, 0x07, 0x71, 0x6f, 0x27, 0x1f, 0x20, 0x2f, 0x32, 0xd1, 0x20, 0x06, 0xb5, 0x76, 0x67, 0x41, 0x54, 0x44, 0x40, 0xb5, 0x08, 0xa2, 0x39, 0x44, 0x55, 0x57, 0x90, 0xe7, 0xa7, 0x91, 0xa9, 0xf1 } } }; static const struct cckprng_op_reseed op_reseed_995 = { .hd = { .id = 940, .kind = OP_RESEED }, .nonce = 9255645126132880734ULL, .seed_nbytes = 112, .seed = { 0xbe, 0xf3, 0x58, 0x80, 0xa8, 0x7d, 0xb6, 0x6e, 0x91, 0x23, 0x9e, 0x39, 0xe6, 0x49, 0x6e, 0x6d, 0xc7, 0xa1, 0x4b, 0x40, 0x7c, 0x18, 0xd0, 0xab, 0x81, 0xa0, 0x5d, 0x1d, 0x09, 0xa5, 0x40, 0x5c, 0x83, 0x11, 0x6d, 0x9b, 0x82, 0x99, 0xd9, 0xcf, 0xf5, 0x56, 0xfd, 0x7f, 0x4b, 0x5e, 0x44, 0xf1, 0x0f, 0x26, 0x01, 0xca, 0x52, 0xbf, 0x8b, 0xb9, 0xf6, 0x24, 0x59, 0xc1, 0xd0, 0x13, 0xe1, 0xd0, 0xab, 0xc9, 0xd5, 0xa1, 0x34, 0xa6, 0x85, 0xa1, 0x1d, 0x6a, 0x1e, 0x3e, 0xa7, 0xf3, 0xd2, 0x65, 0x53, 0x64, 0x98, 0xf8, 0xc7, 0x32, 0xa1, 0x75, 0xf2, 0x37, 0xc1, 0x0d, 0x94, 0xf9, 0xbc, 0x99, 0x09, 0xe4, 0x9a, 0x29, 0x43, 0xe4, 0xd6, 0x88, 0x09, 0x04, 0x7c, 0xa8, 0xb9, 0xba, 0x76, 0x17 } }; static const struct cckprng_op_generate op_init_996 = { .hd = { .id = 941, .kind = OP_GENERATE }, .rand_nbytes = 77, .out = { .rand = { 0x77, 0x9f, 0xa3, 0xdc, 0x7a, 0xdf, 0x39, 0x6c, 0x85, 0xe8, 0x82, 0xf8, 0x0f, 0x18, 0x16, 0x6c, 0x31, 0x8b, 0xca, 0x6b, 0xa0, 0xe9, 0xcf, 0x5b, 0x41, 0x27, 0xf1, 0x9e, 0x88, 0x7e, 0xd6, 0x99, 0x78, 0x28, 0x16, 0xe4, 0x30, 0xef, 0x83, 0xe0, 0x33, 0xd6, 0x01, 0xd6, 0x5b, 0x96, 0x77, 0x87, 0x32, 0x9b, 0xb9, 0x7b, 0xa7, 0x27, 0xb3, 0x10, 0x2c, 0x67, 0xff, 0xc5, 0xdc, 0xd4, 0x0b, 0xb1, 0x2c, 0xa4, 0x78, 0xf6, 0xb6, 0x02, 0xc7, 0xd4, 0x87, 0x81, 0x5c, 0x20, 0x57 } } }; static const struct cckprng_op_refresh op_refresh_997 = { .hd = { .id = 942, .kind = OP_REFRESH }, .rand = 18083936977823406357ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_998 = { .hd = { .id = 943, .kind = OP_REFRESH }, .rand = 6342686136783214504ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_999 = { .hd = { .id = 944, .kind = OP_GENERATE }, .rand_nbytes = 4, .out = { .rand = { 0xda, 0xc3, 0xb0, 0x80 } } }; static const struct cckprng_op_reseed op_reseed_1000 = { .hd = { .id = 945, .kind = OP_RESEED }, .nonce = 14312474676874545964ULL, .seed_nbytes = 165, .seed = { 0x15, 0xa7, 0xde, 0xba, 0x1d, 0xf0, 0xab, 0xb7, 0xbe, 0x1e, 0x22, 0xa5, 0x88, 0x94, 0xd0, 0x64, 0xde, 0xa7, 0x08, 0x51, 0xc2, 0x48, 0xc2, 0x23, 0xb8, 0x4e, 0xc5, 0xe5, 0xde, 0xcc, 0x3e, 0xb4, 0x06, 0x74, 0x77, 0xc1, 0xe1, 0x63, 0xbf, 0x09, 0x8b, 0xb0, 0xc8, 0xdc, 0x61, 0xcd, 0x45, 0xca, 0x19, 0xb4, 0xd9, 0x4b, 0x09, 0xe3, 0x3a, 0xfd, 0x6b, 0x64, 0x65, 0xdb, 0x62, 0x27, 0x14, 0x82, 0xff, 0x75, 0xeb, 0xe6, 0xa9, 0xb7, 0x41, 0x0e, 0x8c, 0x67, 0xe3, 0x82, 0x14, 0xa7, 0xe4, 0xae, 0x4f, 0x89, 0xb1, 0xd3, 0xd2, 0x57, 0x84, 0x96, 0xb3, 0xfe, 0x4c, 0x31, 0xbd, 0xf8, 0xf8, 0xb9, 0xa2, 0xe2, 0xb2, 0x3c, 0xb8, 0x17, 0x4b, 0xa6, 0x70, 0x2a, 0xf9, 0x5c, 0x2f, 0x5e, 0xe3, 0x8f, 0xbb, 0xb5, 0x7e, 0x80, 0x1c, 0xdf, 0xbd, 0x50, 0xa8, 0xf9, 0xad, 0x27, 0xc9, 0xb8, 0x92, 0x5d, 0x45, 0x02, 0xf2, 0x50, 0x5e, 0x8b, 0xd0, 0xb0, 0x6f, 0x2b, 0xb9, 0xb3, 0xb1, 0xee, 0x94, 0x86, 0xb5, 0xe8, 0x39, 0x7b, 0x34, 0x8f, 0x0f, 0xb1, 0x54, 0xca, 0x8a, 0xef, 0x6f, 0x3c, 0x0d, 0xda, 0xcd, 0x8c, 0x78, 0xcc, 0x4b } }; static const struct cckprng_op_generate op_init_1001 = { .hd = { .id = 946, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0x12, 0xf6, 0xcd, 0x80, 0xc6, 0x91, 0x35, 0xb9, 0xda, 0xcb, 0x5e, 0x37, 0x31, 0x07, 0x55, 0x98, 0x46, 0x49, 0xc5, 0x37, 0xca, 0xd5, 0x63, 0x8a, 0xe7, 0x9a, 0xc9, 0x14, 0x83, 0xf0, 0x6b, 0xee, 0xb1, 0x27, 0x59, 0xa9, 0x0f, 0x1f, 0xab, 0xf9, 0x46, 0x9c, 0xf4, 0x2f, 0x04, 0xd8, 0x1a, 0x1f, 0x90, 0xe5, 0xea, 0x38, 0x45, 0x6e, 0x44, 0x3f, 0xda, 0x06, 0x0e, 0x9b, 0xd8, 0xfe, 0x6a, 0x1d, 0xf0, 0x34, 0x9e, 0xc8, 0xd9, 0x31, 0x20, 0xc7, 0x4a, 0x7d, 0xbe, 0xb5, 0x3c, 0x57, 0xc8, 0x26, 0x11, 0x5f, 0xa4, 0xcb, 0xea, 0xd3, 0xd8, 0xa9, 0xa6, 0xd0, 0xc7, 0xe6, 0x10, 0x79, 0x86, 0xc4, 0xd1, 0xba, 0x44, 0xd0, 0xb7, 0x97, 0xad, 0x6e, 0xa6, 0x6b, 0x5c, 0x36, 0x2e, 0x92, 0x0a, 0x34, 0x95, 0x56, 0x47, 0xac, 0x63, 0xb8, 0xdb, 0x69, 0x9f, 0xf8, 0xbb, 0xcf, 0xa7, 0xc0, 0xe8, 0x82, 0x6c, 0xba, 0x4b, 0x06, 0xe6, 0x29, 0xa9, 0x2b, 0xd5, 0xed, 0xdd, 0xc7, 0x70, 0xeb, 0x18, 0x11, 0x69, 0xc6, 0x9f, 0x64, 0xda, 0x57, 0xe8, 0x98, 0x63, 0xb1, 0xa7, 0x30, 0x4a, 0xb6, 0x23, 0xe1, 0x4a, 0x57, 0xd0, 0x80, 0x67, 0x9c, 0x68, 0x5f, 0xe7, 0x01, 0xbd, 0x61, 0xf0, 0x50, 0x10, 0x5f, 0x99, 0xb9, 0x13, 0xd8, 0xc1, 0xca, 0xbc, 0x95, 0xb7, 0xf7, 0xd3, 0x3b, 0x77, 0x14, 0x29, 0xcb, 0x59, 0x0b, 0x1e, 0x12, 0x80, 0x10, 0x85, 0xf9, 0xa1, 0xd9, 0xf8, 0xd8, 0x73, 0x30, 0xce, 0x4c, 0x13, 0x8f, 0x5f, 0x97, 0xc7, 0xe8, 0xf7, 0xc2, 0x9a, 0x56, 0xfa, 0x72, 0xdf, 0xc9, 0x48, 0xb6, 0x75, 0x79, 0xd0, 0x4b, 0xeb, 0xf5, 0x5b, 0xfb, 0x9f, 0x01, 0x8d, 0x0a, 0xb5, 0x9d, 0x62, 0x75, 0x7a, 0x6a, 0x50, 0xef, 0xd0, 0x30, 0x38, 0x3c, 0x7e, 0x2e, 0xa4, 0xbf, 0x7e, 0x9b, 0x60, 0xd0, 0xd6, 0x73, 0x75, 0x27, 0xa3, 0x08, 0x85, 0x6e, 0x49, 0x57 } } }; static const struct cckprng_op_generate op_init_1002 = { .hd = { .id = 947, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0x07, 0x5b, 0xc1, 0x9c, 0xcd, 0xed, 0x3a, 0xaa, 0xc1, 0xcc, 0xde, 0xef, 0x9e, 0xf7, 0x8a, 0x59, 0xd0, 0xb5, 0x3d, 0xc7, 0x96, 0x87, 0x76, 0x47, 0x6f, 0x68, 0xd2, 0x70, 0x6f, 0x54, 0x7c, 0x2c, 0x62, 0x58, 0x29, 0xe9, 0x99, 0x6c, 0x8e, 0x5b, 0xae, 0x23, 0x17, 0xd8, 0x87, 0x84, 0xe1, 0x9c, 0x94, 0x8a, 0x2d, 0x6e, 0x38, 0x70, 0x9a, 0x0a, 0xe9, 0xb5, 0xf7, 0x35, 0x17, 0x93, 0x9a, 0x49, 0xbe, 0xfd, 0x0c, 0x52, 0x25, 0x49, 0x4b, 0xd9, 0xc3, 0x7a, 0xf4, 0xd6, 0xc2, 0xca, 0x39, 0x86, 0x23, 0x0b, 0x43, 0xdc, 0x42, 0xeb, 0x48, 0xd9, 0xe8, 0xeb, 0xd6, 0xc4, 0xb6, 0xd9, 0x34, 0x42, 0xaf, 0x16, 0x8f, 0xdf, 0x5a, 0xdd, 0x26, 0x8b, 0x0e, 0xe3, 0xe6, 0x02, 0x7c, 0x89, 0x26, 0x8c, 0x72, 0xc2, 0x0e, 0x3a, 0xf2, 0xc0, 0x4b, 0xf1, 0x3c, 0x29, 0xfc, 0x29, 0x05, 0xe5, 0x47, 0x1b, 0x19, 0x08, 0x8e, 0x23, 0xe8, 0x30, 0x83, 0x3b, 0xb4, 0x76, 0x90, 0xb9, 0x1e, 0x64, 0xf8, 0x61, 0x71, 0x8f, 0x46, 0x2a, 0xed, 0x37, 0x16, 0xda, 0x05, 0x42, 0xb2, 0x15, 0x2a, 0x8b, 0x63, 0xb8, 0xef, 0xe9, 0x1d, 0x20, 0xc3, 0xd6, 0x30, 0xf7, 0x50, 0x67, 0x5f, 0x18, 0xa5, 0xcd, 0xe9, 0x9d, 0x1f, 0xd1, 0x67, 0x93, 0x02, 0x5b, 0xf3, 0xe3, 0xeb, 0xbc, 0x43, 0x15, 0xac, 0x97, 0x45, 0xc7, 0x62, 0xfb, 0xf0, 0x83, 0x2a, 0x9b, 0x74, 0x21, 0xe9, 0x20, 0x3d, 0x86, 0xaf, 0xdc, 0xc3, 0xd4, 0xf3, 0x79, 0xfb, 0x9e, 0xec, 0x05, 0xd4, 0x95, 0xc7, 0x97, 0x64, 0x94, 0x2f, 0x02, 0x3c, 0x22, 0xc4, 0x4a, 0xbb, 0x91, 0x36, 0xd8, 0xe9, 0x0c, 0xe3, 0x01, 0x29, 0xd9, 0x77, 0x78, 0x74, 0x5b, 0x75, 0x13, 0x31, 0xda, 0xe7, 0xcc, 0xcc, 0xe7, 0x13, 0xc7, 0x63, 0x5a, 0x18, 0x66, 0xdc, 0xaa } } }; static const struct cckprng_op_generate op_init_1003 = { .hd = { .id = 948, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0xf6, 0x92, 0x90, 0x2f, 0xc0, 0x17, 0x9f, 0xe1, 0x44, 0x59, 0xae, 0x8b, 0x9d, 0xcd, 0xdb, 0x23, 0x6f, 0xb3, 0x4c, 0x37, 0x89, 0x45, 0x5d, 0x3a, 0x12, 0xe9, 0x9d, 0x2a, 0x51, 0xe7, 0x71, 0xa5, 0x8b, 0x41, 0x44, 0xea, 0x59, 0x9a, 0x66, 0x23, 0xa8, 0x78, 0xbf, 0xa6, 0x5c, 0x6e, 0xdc, 0xf3, 0x40, 0x14, 0x36, 0x38, 0x51, 0xe6, 0x7c, 0x8e, 0x6e, 0x8d, 0x92, 0x79, 0x41, 0x82, 0x39, 0x68, 0xc6, 0xa9, 0xf1, 0x10, 0x83, 0x6b, 0x53, 0x67, 0x46, 0xc0, 0x99, 0x08, 0xa9, 0xaa, 0x92, 0xe3, 0x7f, 0xd5, 0xa8, 0x02, 0xed, 0xa6, 0xd7, 0x20, 0x4d, 0x75, 0x2d, 0x8e, 0x58, 0xae, 0x23, 0xd9, 0x4b, 0x95, 0x0f, 0x95, 0x60, 0xc6, 0xd1, 0x48, 0x2d, 0x2b, 0xd5, 0xe0, 0xfa, 0xc9, 0x32, 0xb8, 0x45, 0x21, 0x3e, 0x86, 0x71, 0xfa, 0x01, 0x99, 0xce, 0x45, 0x21, 0xa2, 0x3f, 0xee, 0xfd, 0x10, 0xd7, 0xb8, 0x2b, 0x24, 0x2a, 0xdc, 0xab, 0xc7, 0x0f, 0x84, 0x59, 0xc8, 0x1b, 0x80, 0xba, 0x67, 0x94, 0x25, 0x47, 0x91, 0x1a, 0xb1, 0x82, 0xef, 0xd6, 0x2e, 0x73, 0xa3, 0x58, 0x86, 0x0f, 0x90, 0x85, 0xdd, 0x91, 0x5b, 0x4b, 0x66, 0x27, 0xcd, 0x10, 0x3c, 0xbf, 0x63 } } }; static const struct cckprng_op_refresh op_refresh_1004 = { .hd = { .id = 949, .kind = OP_REFRESH }, .rand = 5262555751194276890ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1005 = { .hd = { .id = 950, .kind = OP_RESEED }, .nonce = 11281584777001828770ULL, .seed_nbytes = 129, .seed = { 0x42, 0xed, 0x21, 0xff, 0xed, 0x1c, 0x1a, 0xcf, 0x0e, 0xb0, 0x12, 0xd4, 0x61, 0x62, 0x90, 0x37, 0xd8, 0xc1, 0x0e, 0xfe, 0x3d, 0x3c, 0x31, 0x8c, 0xf1, 0x0e, 0xba, 0x1e, 0x44, 0x30, 0x83, 0x8d, 0xa2, 0xe0, 0x50, 0xe6, 0x56, 0x22, 0xba, 0x75, 0x3e, 0x45, 0xde, 0x73, 0xf8, 0xb7, 0x68, 0x62, 0x3b, 0x4e, 0x36, 0x0a, 0x04, 0xa1, 0xa7, 0x31, 0xf0, 0x02, 0x28, 0xff, 0x6a, 0x1a, 0x95, 0x0a, 0x2d, 0x53, 0x22, 0x23, 0x16, 0x5a, 0x1c, 0xdd, 0x5c, 0x1a, 0xb4, 0x67, 0xbe, 0x39, 0x27, 0xbb, 0x36, 0xd8, 0x64, 0x68, 0xb6, 0x59, 0x49, 0xdf, 0x89, 0xc9, 0xa6, 0x4c, 0x61, 0x5f, 0xf4, 0xc3, 0x37, 0x89, 0x38, 0x9c, 0x35, 0x91, 0xb5, 0xc5, 0x62, 0x97, 0x10, 0x3e, 0xe1, 0xb1, 0x58, 0x14, 0x30, 0x61, 0x3d, 0xa0, 0xf0, 0x03, 0x2b, 0xbb, 0x77, 0xa0, 0xfa, 0x6b, 0x11, 0xad, 0xe5, 0x94, 0xcf } }; static const struct cckprng_op_generate op_init_1006 = { .hd = { .id = 951, .kind = OP_GENERATE }, .rand_nbytes = 246, .out = { .rand = { 0x31, 0xcb, 0x35, 0x07, 0x88, 0x1f, 0xff, 0x66, 0xb6, 0x86, 0x27, 0xac, 0x78, 0xff, 0x21, 0x07, 0x32, 0x04, 0xa3, 0x0a, 0xc5, 0xad, 0x37, 0xbd, 0x59, 0xb1, 0x51, 0x89, 0x01, 0x33, 0x91, 0x4a, 0xac, 0x44, 0x34, 0xa5, 0xf6, 0x16, 0x88, 0x79, 0x1f, 0x73, 0xaf, 0x46, 0x8a, 0x42, 0x82, 0xbf, 0xab, 0x60, 0x40, 0x91, 0xbc, 0x39, 0xd1, 0x07, 0xef, 0xe7, 0x0c, 0x6c, 0x23, 0x90, 0x3c, 0x3d, 0x95, 0x36, 0x5b, 0xe6, 0x0b, 0xb5, 0x0d, 0x8c, 0x55, 0xfc, 0xbd, 0x28, 0xfb, 0x94, 0x12, 0x61, 0xa6, 0xf7, 0x73, 0xd0, 0xa2, 0x3b, 0xe3, 0x9f, 0xf7, 0x33, 0x6d, 0xed, 0xb2, 0x78, 0xc5, 0x1f, 0x93, 0xf4, 0xcd, 0x96, 0xd6, 0x33, 0x22, 0x43, 0x50, 0xfb, 0x0a, 0x99, 0xa0, 0xad, 0xd8, 0x6e, 0x9e, 0x63, 0xa1, 0xff, 0x69, 0x98, 0x97, 0xd0, 0xd6, 0x76, 0x4c, 0x36, 0x4c, 0x72, 0x8b, 0x97, 0xf3, 0x5a, 0xc2, 0x39, 0xd5, 0x38, 0xba, 0x0c, 0xe3, 0xfe, 0xc1, 0xc1, 0x8e, 0xf3, 0x8a, 0x3d, 0x21, 0x44, 0x7a, 0x43, 0x93, 0xdd, 0xda, 0xc7, 0xe0, 0x29, 0xe6, 0x34, 0x3c, 0x85, 0xa6, 0xbb, 0x42, 0x12, 0x76, 0x84, 0xef, 0xa5, 0x1d, 0xe9, 0x31, 0x29, 0xaf, 0x3d, 0x89, 0x84, 0x2a, 0x0f, 0xca, 0x44, 0xe8, 0x71, 0xad, 0xf8, 0x41, 0x0d, 0xd2, 0x35, 0x38, 0xb4, 0x9e, 0x38, 0x92, 0x37, 0x09, 0x1a, 0x56, 0xc2, 0x3f, 0x55, 0x78, 0xe8, 0x64, 0x60, 0x25, 0x2c, 0x93, 0x1a, 0x86, 0xcb, 0x44, 0xfc, 0xee, 0x45, 0xc1, 0xfe, 0x8b, 0x1e, 0xd7, 0x27, 0x22, 0xa9, 0xa9, 0xef, 0x1b, 0xe8, 0x23, 0xaa, 0xdf, 0xae, 0x09, 0x50, 0x52, 0x5a, 0x74, 0x57, 0x50, 0x24, 0x78, 0xfb, 0xd8, 0x75, 0xf9, 0xbf, 0x55, 0xaf, 0x03, 0x63 } } }; static const struct cckprng_op *ops_1007[] = { (const struct cckprng_op *)&op_init_991, (const struct cckprng_op *)&op_reseed_992, (const struct cckprng_op *)&op_refresh_993, (const struct cckprng_op *)&op_init_994, (const struct cckprng_op *)&op_reseed_995, (const struct cckprng_op *)&op_init_996, (const struct cckprng_op *)&op_refresh_997, (const struct cckprng_op *)&op_refresh_998, (const struct cckprng_op *)&op_init_999, (const struct cckprng_op *)&op_reseed_1000, (const struct cckprng_op *)&op_init_1001, (const struct cckprng_op *)&op_init_1002, (const struct cckprng_op *)&op_init_1003, (const struct cckprng_op *)&op_refresh_1004, (const struct cckprng_op *)&op_reseed_1005, (const struct cckprng_op *)&op_init_1006 }; static const struct cckprng_vector vec_1008 = { .id = 952, .note = NULL, .nops = 16, .ops = ops_1007 }; static const struct cckprng_op_init op_init_1009 = { .hd = { .id = 953, .kind = OP_INIT }, .seed = { 0x9b, 0x45, 0xb2, 0x67, 0x52, 0x77, 0xef, 0xb2, 0xa6, 0x7a, 0x4f, 0xab, 0xea, 0xbe, 0xa3, 0xc9, 0x82, 0x85, 0x89, 0xfe, 0x81, 0x62, 0x59, 0x23, 0x9d, 0x83, 0x3a, 0x18, 0x7d, 0x08, 0xf6, 0x51 }, .nonce = { 0x3f, 0x44, 0x54, 0x9e, 0x67, 0xeb, 0x64, 0xdf }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1010 = { .hd = { .id = 954, .kind = OP_RESEED }, .nonce = 922651741487118431ULL, .seed_nbytes = 85, .seed = { 0x5d, 0xc3, 0xc9, 0x03, 0x9e, 0xf5, 0x1e, 0xc0, 0xc2, 0x85, 0x44, 0xcf, 0xd2, 0x15, 0x8d, 0xe5, 0xd2, 0xdc, 0xe6, 0x3a, 0x81, 0x5d, 0x2e, 0xef, 0x4c, 0xc3, 0x11, 0x52, 0x97, 0xfc, 0x54, 0xf8, 0x8f, 0x61, 0x6a, 0x74, 0x01, 0x08, 0x42, 0x65, 0xe6, 0x83, 0x74, 0x22, 0x7e, 0xa6, 0xcf, 0xbe, 0x23, 0x06, 0x92, 0x4b, 0xa4, 0x2d, 0x83, 0x4b, 0x76, 0xd5, 0xc9, 0x4d, 0xd1, 0xbb, 0x13, 0x6c, 0x75, 0xfe, 0xdc, 0xd1, 0x27, 0x67, 0x24, 0x11, 0x96, 0x91, 0x39, 0x46, 0xa5, 0x7a, 0x5e, 0xe1, 0xa5, 0x85, 0x08, 0x2e, 0x35 } }; static const struct cckprng_op_reseed op_reseed_1011 = { .hd = { .id = 955, .kind = OP_RESEED }, .nonce = 10226465359781649410ULL, .seed_nbytes = 161, .seed = { 0xf2, 0x05, 0x22, 0xf4, 0xe2, 0x23, 0xb7, 0x0a, 0x72, 0xe2, 0xe2, 0xb4, 0xae, 0xc6, 0x3c, 0xb3, 0x32, 0x0a, 0xf3, 0x88, 0x88, 0x7f, 0xae, 0xad, 0x48, 0x6a, 0xfa, 0xff, 0x4e, 0x94, 0xc2, 0xb7, 0xec, 0xd0, 0x04, 0x97, 0x47, 0x24, 0xa9, 0xbc, 0xfe, 0xa2, 0x36, 0xb1, 0xcc, 0x78, 0x27, 0x29, 0x75, 0x60, 0xa8, 0x34, 0x4c, 0x9b, 0x44, 0x35, 0xda, 0x7c, 0x03, 0xcd, 0xe7, 0x43, 0x70, 0x65, 0xf9, 0x68, 0xbc, 0x3e, 0x21, 0x60, 0x9f, 0x16, 0x6c, 0x6f, 0xa8, 0x6d, 0x53, 0x53, 0xbc, 0xfa, 0xf1, 0x2b, 0xe2, 0x1c, 0x0a, 0xa1, 0x7a, 0x44, 0x53, 0x8e, 0x5f, 0x79, 0xac, 0x75, 0x46, 0x0c, 0x58, 0x95, 0x2b, 0x08, 0xa6, 0xbf, 0x8d, 0xc9, 0xad, 0x2f, 0x12, 0xba, 0x7a, 0x64, 0x83, 0x57, 0x60, 0xbe, 0x09, 0xb8, 0x1f, 0x25, 0x90, 0x22, 0x71, 0x5c, 0x61, 0x1d, 0xab, 0x31, 0xf8, 0x0a, 0x40, 0x73, 0x0c, 0xbf, 0x9a, 0x03, 0xf7, 0xc7, 0x40, 0xf7, 0x1f, 0xc5, 0x23, 0x2b, 0xc4, 0xc0, 0xe1, 0x5e, 0x24, 0x13, 0x02, 0xff, 0xf4, 0x27, 0xf4, 0x80, 0x0e, 0x50, 0xc3, 0x36, 0xcf, 0x9a, 0x9d } }; static const struct cckprng_op_refresh op_refresh_1012 = { .hd = { .id = 956, .kind = OP_REFRESH }, .rand = 11127573740143038483ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1013 = { .hd = { .id = 957, .kind = OP_RESEED }, .nonce = 12088746459502345202ULL, .seed_nbytes = 17, .seed = { 0x3f, 0xfe, 0x79, 0xc2, 0xcf, 0x2b, 0x09, 0x4c, 0xbd, 0x25, 0x52, 0x7f, 0x21, 0x7c, 0xb3, 0xab, 0x97 } }; static const struct cckprng_op_refresh op_refresh_1014 = { .hd = { .id = 958, .kind = OP_REFRESH }, .rand = 1915717097822568142ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1015 = { .hd = { .id = 959, .kind = OP_REFRESH }, .rand = 7844902163321747635ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1016 = { .hd = { .id = 960, .kind = OP_RESEED }, .nonce = 15157284481547276011ULL, .seed_nbytes = 38, .seed = { 0xd7, 0x02, 0x83, 0xca, 0x55, 0x03, 0x22, 0x3c, 0xc5, 0xc0, 0x74, 0xf5, 0xa6, 0x69, 0xe6, 0x7a, 0x87, 0x03, 0x24, 0x1b, 0x80, 0xd0, 0x46, 0x6a, 0x60, 0x67, 0x7e, 0x7f, 0x95, 0x0c, 0x65, 0x49, 0x50, 0xf4, 0xdd, 0x11, 0x55, 0xbe } }; static const struct cckprng_op_refresh op_refresh_1017 = { .hd = { .id = 961, .kind = OP_REFRESH }, .rand = 8962742469272751804ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1018 = { .hd = { .id = 962, .kind = OP_GENERATE }, .rand_nbytes = 187, .out = { .rand = { 0x0e, 0xb6, 0x86, 0x74, 0x19, 0xa5, 0x27, 0x14, 0x54, 0x82, 0x78, 0xe3, 0xc4, 0xc7, 0x01, 0xe9, 0x95, 0xd0, 0xb3, 0x4c, 0x4f, 0x78, 0x89, 0x46, 0x21, 0xd4, 0x49, 0x11, 0xbb, 0xbe, 0x85, 0xa4, 0xef, 0xa5, 0x39, 0xc0, 0x0a, 0x26, 0x56, 0x0e, 0x19, 0x4f, 0xdd, 0x72, 0x05, 0xb2, 0x36, 0x1b, 0xc7, 0x01, 0xc8, 0x09, 0x7f, 0x44, 0x12, 0xeb, 0x6f, 0x22, 0x55, 0xce, 0x01, 0xc8, 0x5c, 0x26, 0x7a, 0xaf, 0x9a, 0xae, 0xbb, 0x92, 0xe5, 0x4f, 0x66, 0x59, 0x89, 0x26, 0x79, 0x27, 0x2a, 0x17, 0xee, 0xfe, 0x1c, 0x01, 0xd2, 0xbe, 0xf1, 0xf7, 0xaa, 0x08, 0x19, 0xe3, 0xff, 0x87, 0x26, 0xef, 0x92, 0x62, 0x24, 0x08, 0x02, 0x30, 0xb3, 0x73, 0x6a, 0xf9, 0x5d, 0x8f, 0xce, 0xdf, 0xe0, 0xb3, 0xf1, 0x41, 0x89, 0xd0, 0x54, 0x3c, 0x2d, 0x51, 0xe7, 0x83, 0x70, 0x60, 0xfe, 0x48, 0x3c, 0x3e, 0x7c, 0xfc, 0x14, 0x2c, 0x33, 0x34, 0x84, 0xe1, 0xb6, 0xd8, 0x85, 0x60, 0xfe, 0x79, 0xf2, 0x43, 0xc6, 0x7a, 0xca, 0x9e, 0x20, 0x9b, 0xbf, 0x5a, 0xdd, 0x30, 0xbd, 0xdd, 0xcd, 0x97, 0x37, 0x63, 0x0b, 0x05, 0x1b, 0x9b, 0x7d, 0x78, 0x1c, 0x51, 0xdc, 0x6c, 0xa3, 0x8d, 0xeb, 0x02, 0x2d, 0x2e, 0xdc, 0x41, 0xd1, 0x9c, 0x19, 0x49, 0x47, 0x15, 0xbf, 0x73, 0xd6 } } }; static const struct cckprng_op_generate op_init_1019 = { .hd = { .id = 963, .kind = OP_GENERATE }, .rand_nbytes = 102, .out = { .rand = { 0xe6, 0x81, 0x33, 0x71, 0xfb, 0x7d, 0x31, 0x9e, 0x6b, 0xe0, 0xe4, 0x98, 0x34, 0xbb, 0x52, 0xa3, 0x31, 0xff, 0x26, 0x91, 0x72, 0x26, 0xc8, 0x8a, 0x0e, 0xb2, 0x1c, 0x8c, 0x9a, 0x38, 0xdd, 0xc1, 0xaa, 0x89, 0x32, 0x1e, 0x86, 0xb3, 0xd4, 0x51, 0xa8, 0xfb, 0xce, 0x79, 0x22, 0x17, 0xa6, 0xac, 0x24, 0x95, 0xf3, 0x0a, 0xf8, 0x3d, 0x71, 0x02, 0x6b, 0x25, 0xd7, 0x1a, 0x20, 0x7d, 0x78, 0x29, 0xcb, 0x0c, 0xaf, 0x5e, 0x1f, 0xa0, 0x36, 0xde, 0x8b, 0x52, 0xf9, 0xd8, 0x0f, 0xf6, 0x03, 0x56, 0xc4, 0xb5, 0x22, 0x01, 0xe8, 0x9c, 0xb8, 0xe1, 0x84, 0xd3, 0x7f, 0x7e, 0x61, 0x45, 0x59, 0x05, 0xa0, 0xdf, 0x54, 0xda, 0xc0, 0x7f } } }; static const struct cckprng_op_generate op_init_1020 = { .hd = { .id = 964, .kind = OP_GENERATE }, .rand_nbytes = 198, .out = { .rand = { 0xdc, 0xad, 0x92, 0x4c, 0x56, 0x12, 0xba, 0x61, 0x2d, 0x69, 0xb5, 0x36, 0x44, 0xde, 0xe4, 0x07, 0x7a, 0x30, 0x94, 0xcb, 0xda, 0x05, 0xe6, 0x4a, 0xfb, 0x2f, 0x58, 0x40, 0xe3, 0xfe, 0xa8, 0x0e, 0xf6, 0x2c, 0x72, 0x40, 0xcb, 0x38, 0x99, 0x32, 0x89, 0xa6, 0xfe, 0x6f, 0x0f, 0x5f, 0x51, 0x1f, 0x97, 0xe2, 0xba, 0x56, 0x14, 0x9b, 0x1e, 0x1c, 0x1f, 0xb8, 0x50, 0x30, 0x3f, 0x2a, 0x14, 0xb5, 0x10, 0xf7, 0xc8, 0xae, 0x8d, 0xe1, 0xc5, 0xb1, 0x95, 0xae, 0x0d, 0xcc, 0xe9, 0xc0, 0xbc, 0xe6, 0x6b, 0x9d, 0xdf, 0xe4, 0x77, 0x40, 0x0d, 0x7b, 0x65, 0xa6, 0x06, 0xf7, 0xb2, 0x5a, 0x6d, 0x47, 0x85, 0xf1, 0xe4, 0x5f, 0x49, 0x27, 0x56, 0x2a, 0xa2, 0xe7, 0xcd, 0x96, 0x3d, 0xf4, 0x32, 0x99, 0x48, 0x5d, 0xd4, 0x91, 0x79, 0xfd, 0x85, 0x15, 0x29, 0x4a, 0xcd, 0xf4, 0xbb, 0x75, 0xb7, 0x4c, 0xe1, 0x7c, 0xdc, 0x7b, 0xac, 0x72, 0x64, 0xab, 0x13, 0x43, 0x78, 0x71, 0xbb, 0x7c, 0x64, 0xb5, 0xe9, 0xa9, 0x21, 0x34, 0x39, 0x53, 0xa4, 0xdc, 0x98, 0x4d, 0xcc, 0x49, 0xb7, 0x07, 0xb6, 0xef, 0xf3, 0xcb, 0xe9, 0x69, 0xde, 0x37, 0xc6, 0x40, 0x1a, 0x60, 0xc0, 0x68, 0x9d, 0x5f, 0xdf, 0x6e, 0xa7, 0x9e, 0xed, 0x78, 0xcb, 0x4a, 0x5f, 0x2a, 0x51, 0xf0, 0x6d, 0xc2, 0x10, 0xd7, 0x6e, 0x9b, 0x6e, 0xdf, 0x0c, 0xce, 0x10, 0x12 } } }; static const struct cckprng_op_reseed op_reseed_1021 = { .hd = { .id = 965, .kind = OP_RESEED }, .nonce = 15661221767667638147ULL, .seed_nbytes = 166, .seed = { 0xe1, 0x06, 0xa3, 0x0f, 0x56, 0x13, 0xbf, 0x99, 0xb4, 0x14, 0x8c, 0xa5, 0xf0, 0xbf, 0x88, 0x43, 0xae, 0x48, 0x29, 0x0f, 0xed, 0x92, 0xc2, 0xc6, 0x4f, 0xac, 0xc4, 0xc7, 0x01, 0xce, 0x3f, 0xa8, 0x1e, 0x17, 0xbf, 0xa3, 0x36, 0x29, 0x4e, 0x14, 0x7f, 0x23, 0x04, 0x8d, 0xcd, 0xe8, 0x97, 0xbb, 0xc0, 0x23, 0x83, 0x8b, 0x5d, 0x15, 0x3c, 0x24, 0x38, 0x09, 0x09, 0x83, 0x01, 0x01, 0x60, 0x57, 0x0a, 0x4b, 0x25, 0x4e, 0xf2, 0x0c, 0x04, 0x9d, 0xb0, 0x06, 0xdf, 0xad, 0x45, 0x09, 0x8b, 0x3b, 0x35, 0x08, 0xe0, 0x54, 0x0b, 0xd1, 0xb2, 0xf5, 0x3a, 0x31, 0x7c, 0xd2, 0x15, 0x80, 0xd3, 0x10, 0x12, 0x2f, 0x6b, 0xae, 0x7b, 0xbf, 0x12, 0x14, 0x8f, 0xaa, 0x77, 0x28, 0x64, 0x78, 0xde, 0x00, 0x05, 0x9f, 0x31, 0x7d, 0x1a, 0xc9, 0xce, 0x34, 0x7e, 0x12, 0x8d, 0x3e, 0x9c, 0x1d, 0x44, 0x8b, 0x7a, 0xb2, 0xd3, 0x51, 0x68, 0xaf, 0xc8, 0x68, 0x25, 0x65, 0x08, 0x36, 0x8c, 0x30, 0x35, 0x4a, 0xfe, 0x26, 0x76, 0xc2, 0x30, 0x84, 0xe2, 0x11, 0x1f, 0x75, 0x96, 0x98, 0x82, 0x80, 0xc3, 0xa8, 0x08, 0x4e, 0x76, 0xdb, 0xb5, 0x43 } }; static const struct cckprng_op_refresh op_refresh_1022 = { .hd = { .id = 966, .kind = OP_REFRESH }, .rand = 5080955422849256180ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1023 = { .hd = { .id = 967, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0xb0, 0xd6, 0x41, 0x50, 0xa3, 0x1d, 0x2b, 0x2d, 0x56, 0x2b, 0xdd, 0xf2, 0x3b, 0x12, 0xf5, 0x2a, 0x8e, 0x35, 0xb3, 0x80, 0xed, 0xe4, 0xc4, 0x71, 0xa2, 0x81, 0x85, 0x88, 0x58, 0x5e, 0xbf, 0xf5, 0x88, 0x0f, 0xa3, 0x5d, 0xf1, 0x60, 0xbe, 0x72, 0xa5, 0x1a, 0x8a, 0xfc, 0x48, 0x6b, 0xf3, 0x1c, 0x07, 0x69, 0x95, 0xd7, 0xfa, 0x86, 0x0b, 0x7c, 0x37, 0x37, 0x16, 0x52, 0xeb, 0xab, 0xbe, 0x80, 0xb8, 0x9d, 0x79, 0x0a, 0x39, 0x8d, 0xee, 0xf4, 0x76, 0xd5, 0x53, 0xf4, 0x4d, 0x9a, 0xdf, 0xf8, 0x94, 0xd4, 0x8c, 0xad, 0x84, 0xe5, 0x7b, 0x6e, 0x24, 0xe7, 0x92, 0x46, 0x97, 0xa6, 0xa5, 0x91, 0x66, 0x66, 0xa6, 0x51, 0xc5, 0xac, 0x3c, 0x99, 0xa4, 0x2f, 0x42, 0x4d, 0xd6, 0xf0, 0x5d, 0xbe, 0xb0, 0xfc, 0x7a, 0xb9, 0xb0, 0x82, 0xc1, 0x9d, 0xbf, 0x17, 0x11, 0x34, 0x95, 0x66, 0x2e, 0x79, 0x95, 0x17, 0xbf, 0xbf, 0x58, 0x01, 0x07, 0x69, 0x3b, 0xec, 0xbb, 0xcf, 0xa0, 0x33, 0x42, 0x77, 0xab, 0xdf, 0x7d, 0x14, 0xa6, 0x9e, 0x0d, 0x6f, 0xd4, 0xa0, 0x70, 0x53, 0x0c, 0xca, 0x33, 0xa6, 0x3e, 0x06, 0xd8, 0x79, 0xba, 0xd2, 0xc5, 0x4e, 0xea, 0xa5, 0xa3, 0x1d, 0x54, 0x53, 0x5d, 0x33, 0xb4, 0xe1, 0xe1, 0x5e, 0xb6, 0x6b, 0x82, 0xdc } } }; static const struct cckprng_op_refresh op_refresh_1024 = { .hd = { .id = 968, .kind = OP_REFRESH }, .rand = 13483949578098430795ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1025[] = { (const struct cckprng_op *)&op_init_1009, (const struct cckprng_op *)&op_reseed_1010, (const struct cckprng_op *)&op_reseed_1011, (const struct cckprng_op *)&op_refresh_1012, (const struct cckprng_op *)&op_reseed_1013, (const struct cckprng_op *)&op_refresh_1014, (const struct cckprng_op *)&op_refresh_1015, (const struct cckprng_op *)&op_reseed_1016, (const struct cckprng_op *)&op_refresh_1017, (const struct cckprng_op *)&op_init_1018, (const struct cckprng_op *)&op_init_1019, (const struct cckprng_op *)&op_init_1020, (const struct cckprng_op *)&op_reseed_1021, (const struct cckprng_op *)&op_refresh_1022, (const struct cckprng_op *)&op_init_1023, (const struct cckprng_op *)&op_refresh_1024 }; static const struct cckprng_vector vec_1026 = { .id = 969, .note = NULL, .nops = 16, .ops = ops_1025 }; static const struct cckprng_op_init op_init_1027 = { .hd = { .id = 970, .kind = OP_INIT }, .seed = { 0x26, 0xd2, 0xa9, 0xc9, 0xc4, 0x96, 0x5d, 0x6c, 0x84, 0x37, 0x1c, 0xa9, 0x89, 0x01, 0x63, 0xae, 0xe2, 0xd3, 0xee, 0xce, 0x3c, 0x82, 0x09, 0x9a, 0x77, 0x76, 0xf4, 0xe0, 0x67, 0xa8, 0xe3, 0x86 }, .nonce = { 0x15, 0xe4, 0x7a, 0x9e, 0x36, 0xbb, 0x17, 0x1b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1028 = { .hd = { .id = 971, .kind = OP_RESEED }, .nonce = 9830927499352423378ULL, .seed_nbytes = 57, .seed = { 0x4c, 0x36, 0x24, 0xf3, 0x16, 0xc4, 0x1c, 0xf6, 0x09, 0xb2, 0x37, 0x35, 0xeb, 0xc2, 0x1d, 0x8c, 0x1d, 0x59, 0xdd, 0x33, 0x7a, 0x7b, 0xe4, 0xf3, 0xfe, 0x19, 0x31, 0x99, 0x4f, 0x01, 0xf5, 0xe4, 0xfd, 0x14, 0xc6, 0x4d, 0x03, 0x38, 0x53, 0x09, 0x4d, 0x29, 0xb6, 0xb0, 0xa9, 0x43, 0x88, 0xd9, 0x14, 0x42, 0xe0, 0x2e, 0xff, 0x0b, 0x1e, 0x64, 0x6e } }; static const struct cckprng_op_reseed op_reseed_1029 = { .hd = { .id = 972, .kind = OP_RESEED }, .nonce = 5608918147706820859ULL, .seed_nbytes = 47, .seed = { 0x49, 0x0b, 0x1d, 0xf9, 0x7f, 0xf2, 0xf5, 0x2b, 0xb2, 0xba, 0xd3, 0xda, 0xf9, 0x1c, 0xf8, 0xde, 0x31, 0x02, 0x1f, 0x4a, 0x57, 0x76, 0x90, 0xc8, 0x9f, 0x1a, 0x47, 0xb8, 0x31, 0x46, 0x78, 0x96, 0xfc, 0x96, 0x53, 0xdd, 0x1f, 0xb9, 0xd2, 0xc9, 0x45, 0x40, 0x28, 0x4f, 0x8a, 0xcc, 0xfa } }; static const struct cckprng_op_generate op_init_1030 = { .hd = { .id = 973, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0x0c, 0xda, 0x56, 0x15, 0x41, 0x8c, 0x68, 0x8f, 0x65, 0x60, 0xa3, 0x7a, 0xef, 0x52, 0xb6, 0xd9, 0xdf, 0xaf, 0x29, 0x39, 0xd4, 0x09, 0x38, 0xbf, 0xed, 0xd8, 0x40, 0xcd, 0x14, 0x22, 0xe4, 0x64, 0xa6, 0x4d, 0x4c, 0xd0, 0x28, 0x59, 0xd9, 0x58, 0x76, 0x8f, 0xcb, 0x8c, 0xa4, 0x07, 0x15, 0x43, 0x6f, 0x4a, 0x1a, 0x5d, 0x62, 0x51, 0x52, 0x2d, 0x63, 0x34, 0x3c, 0x1c, 0xf2, 0xe2, 0x9a, 0x0c, 0x4c, 0xf2, 0xe0, 0xbd, 0x23, 0xd7, 0x0f, 0x38, 0x1f, 0x8e, 0xe9, 0x9f, 0xd6, 0xcf, 0xad, 0x31, 0xc0, 0x12, 0xa6, 0x48, 0x6b, 0xe7, 0xee, 0xb2, 0x94, 0x76, 0xce, 0x08, 0x57, 0x7e, 0x79, 0x83, 0xfb, 0x39, 0x69, 0xcb, 0x66, 0x6e, 0x02, 0x37, 0xdb, 0xdf, 0x9a, 0xac, 0x34, 0xfa, 0x13, 0x4b, 0x46, 0x54, 0x26, 0x0e, 0xd5, 0x17, 0xb3, 0xb8, 0x31, 0x5f, 0x00, 0x45, 0xa7, 0x59, 0x00, 0xd6, 0x79, 0x41, 0xff, 0xe0, 0x99, 0xd3, 0xfe, 0xb8, 0x36, 0x3e, 0x96, 0x73, 0x75, 0x6e, 0x55, 0x4c, 0x02, 0x7f, 0xac, 0xc1, 0x7d, 0x90, 0x4b, 0xd7, 0x9f, 0x45, 0x72, 0x12, 0xe0, 0x63, 0x75, 0x53, 0x71, 0x0f, 0x31, 0x27, 0x2f, 0x5b, 0x36 } } }; static const struct cckprng_op_generate op_init_1031 = { .hd = { .id = 974, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0xd1, 0xff, 0x4e, 0xfa, 0xac, 0x34, 0xa2, 0x44, 0xc3, 0x5b, 0xc4, 0xb1, 0xeb, 0x4b, 0xc1, 0xfa, 0x52, 0xd3, 0x7d, 0xab, 0x1d, 0x2f, 0xb2, 0xf6, 0x51, 0xce, 0x86, 0x97, 0xbc, 0x2b, 0x58, 0x27, 0x25, 0x0b, 0x4e, 0x83, 0x2a, 0xe1, 0x9a, 0xd4, 0x4d, 0x1a, 0xd7, 0xef, 0x79, 0x40, 0x6a, 0x27, 0xae, 0x69, 0x5a, 0x51, 0x03, 0xf8, 0xa7, 0x3d, 0x99, 0x30, 0x48, 0x6a, 0x18, 0x41, 0xba, 0xc6, 0xab, 0xa1, 0xcb, 0xb1, 0x64, 0xfb, 0x03, 0x44, 0x8b, 0xae, 0x28, 0xd4, 0x70, 0x76, 0x04, 0x0f, 0xf3, 0x05, 0x0e, 0xf1, 0xd1, 0x54, 0x41, 0x54, 0x93, 0xeb, 0xa7, 0x37, 0x26, 0x63, 0xc9, 0x4d, 0xf1, 0x69, 0xc9, 0xb4, 0x0b, 0x87, 0x27, 0x33, 0x1f, 0xc2, 0x56, 0xd0, 0x0d, 0xe2, 0xac, 0x5d, 0x4f, 0x45, 0xdc, 0x94, 0xed, 0xf0, 0x6b, 0x0d, 0x18, 0xc6, 0x83, 0xf1, 0x6a, 0x52, 0x2b, 0xfc, 0xa9, 0xf7, 0xb3, 0xf7, 0xe5, 0x0b, 0x26, 0x89, 0x64, 0x26, 0x34, 0x5c, 0x0a, 0x73, 0x82, 0x96, 0xe0, 0x14, 0xa7, 0x65, 0x14, 0x50, 0x22, 0xab, 0x11, 0xfb, 0x8f, 0x20, 0x1c, 0xcf, 0x52, 0x25, 0x11, 0x09, 0x60 } } }; static const struct cckprng_op_generate op_init_1032 = { .hd = { .id = 975, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0xa3, 0xa9, 0x99, 0x57, 0x27, 0x80, 0x0f, 0xa9, 0x62, 0x36, 0xb9, 0xf4, 0x13, 0x1e, 0xf8, 0x08, 0x78, 0x9a, 0x37, 0xd9, 0xb8, 0x10, 0x60, 0xdd, 0x33, 0x1b, 0x9a, 0xbb, 0x0f, 0x0e, 0xf4, 0x85, 0x22, 0x6d, 0xa7, 0xb6, 0x48, 0x7a, 0x73, 0x9e, 0x82, 0xf7, 0xfb, 0x18, 0x7c, 0x7f, 0x5a, 0x95, 0xec, 0x5e, 0x09, 0x91, 0x12, 0x51, 0x92, 0xd6, 0xdf, 0xba, 0x10, 0x9a, 0x93, 0xae, 0xae, 0xdd, 0x24, 0x5e, 0x29, 0x6a, 0x2a, 0x3a, 0x91, 0xe7, 0x22, 0x71, 0x2f, 0x71, 0xc5, 0x2b, 0x95, 0x9c, 0xe3, 0x6b, 0xd6, 0xb0, 0x6b, 0xaf, 0x5a, 0x3a, 0x21, 0x56, 0x62, 0x10, 0x96, 0xb4, 0x85, 0x28, 0x3f, 0x00, 0x94, 0xea, 0xe1, 0x0e, 0x2a, 0xee, 0xa2, 0x36, 0xd1, 0xfb, 0xbc, 0x69, 0x6b, 0x71, 0xd3, 0xa1, 0x70, 0xc5, 0x95, 0x74, 0x40, 0x9e, 0x4b, 0xbf, 0xa4, 0x7e, 0xdc, 0x26, 0x19, 0x89, 0x20, 0xf9, 0x41, 0x10, 0x95, 0x3d, 0xdb, 0x64, 0x99, 0xfe, 0x7e, 0x26, 0x6f } } }; static const struct cckprng_op_reseed op_reseed_1033 = { .hd = { .id = 976, .kind = OP_RESEED }, .nonce = 8333667485448923359ULL, .seed_nbytes = 250, .seed = { 0x98, 0x0c, 0xe4, 0x37, 0xef, 0x10, 0xc2, 0x31, 0x46, 0xc0, 0x0f, 0x0b, 0x2d, 0x7a, 0x2c, 0xc3, 0x81, 0xf6, 0x07, 0x0a, 0x28, 0xca, 0x95, 0xb4, 0x64, 0xe3, 0x8b, 0x83, 0xd1, 0x89, 0xd2, 0x2c, 0xb1, 0xb9, 0xaa, 0xf7, 0xa9, 0x8a, 0xd1, 0x4c, 0xb2, 0x4a, 0xb6, 0x36, 0xd3, 0x9d, 0x92, 0x05, 0x53, 0x68, 0xb8, 0x99, 0x99, 0x71, 0xf8, 0xb4, 0x4b, 0x9c, 0x1e, 0x93, 0x97, 0x45, 0x24, 0x3d, 0xaa, 0x6c, 0x29, 0xb4, 0x92, 0x35, 0x37, 0x53, 0x64, 0x8c, 0xe1, 0x1a, 0x20, 0x8e, 0x08, 0x62, 0xdc, 0xe5, 0x00, 0x35, 0xd1, 0xdb, 0x46, 0x57, 0xed, 0x12, 0x84, 0xd5, 0x32, 0x84, 0xf3, 0x4e, 0xe5, 0x2c, 0xfe, 0x8a, 0xa9, 0x34, 0x51, 0xf6, 0x90, 0xf3, 0x5e, 0x1d, 0x32, 0xf0, 0xa7, 0xdb, 0x5c, 0xa4, 0xb3, 0xc9, 0x9f, 0xe6, 0x84, 0x21, 0x4e, 0x49, 0x13, 0x3b, 0x48, 0xb2, 0x2f, 0xda, 0x8a, 0x65, 0x08, 0xf1, 0x4d, 0xe0, 0x24, 0xad, 0xb1, 0xb3, 0xfa, 0xc8, 0x4f, 0x64, 0x9e, 0x21, 0xef, 0x1f, 0xf0, 0x18, 0xa0, 0xde, 0xf3, 0x17, 0x4b, 0x65, 0xd8, 0x4b, 0x5d, 0x5a, 0x38, 0x07, 0xd4, 0x0b, 0x5b, 0x8d, 0xfd, 0x22, 0xf5, 0x91, 0x6d, 0x5f, 0x95, 0xb4, 0x5c, 0x16, 0xd0, 0x59, 0x6c, 0xd5, 0x67, 0xec, 0x2e, 0x25, 0x8e, 0x07, 0xd5, 0xa6, 0xf2, 0x5a, 0x0a, 0xe4, 0xbc, 0x9f, 0x57, 0xc4, 0xe7, 0x77, 0xcd, 0x32, 0x04, 0xef, 0x32, 0xd4, 0x42, 0xba, 0x24, 0xed, 0xe8, 0xb3, 0x7c, 0x4c, 0x25, 0x1d, 0x50, 0xcd, 0x8d, 0x47, 0x58, 0x90, 0x73, 0xd7, 0xd7, 0x37, 0xb4, 0x20, 0x83, 0x39, 0xb3, 0xfa, 0x8e, 0xc9, 0x70, 0xcc, 0x40, 0x86, 0x60, 0x6c, 0xd4, 0xd1, 0xe2, 0x61, 0x96, 0x61, 0x93, 0x9e, 0xfd, 0x7b, 0x74, 0xde, 0xe4, 0x00 } }; static const struct cckprng_op_generate op_init_1034 = { .hd = { .id = 977, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0xb9, 0x90, 0x4a, 0xb1, 0x8e, 0x58, 0xff, 0xc5, 0xd4, 0xd3, 0x2a, 0x1d, 0x21, 0xb0, 0xbb, 0x72, 0x07, 0xec, 0x4b, 0x66, 0x6e, 0xde, 0x69, 0xec, 0x1e, 0x02, 0xed, 0x06, 0x4a, 0xe7, 0x92, 0xc3, 0xb5, 0xd5, 0x0c, 0xd7, 0xad, 0xfc, 0x71, 0x3f, 0x27, 0xd2, 0x33, 0x90, 0xc9, 0x5c, 0xfa, 0x00, 0x76, 0x8d, 0x1f, 0x1b, 0xd6, 0xa4, 0x0d, 0x4f, 0x92, 0xcc, 0x08, 0xca, 0x0e, 0x1c, 0x60, 0x05, 0xc9, 0x41, 0x8a, 0x5f, 0xd8, 0x81, 0x45, 0x25, 0xff, 0xca, 0x2c, 0x59, 0x79, 0x6f, 0x78, 0xf6, 0x5c, 0x93, 0x9b, 0x74, 0x14, 0x2f, 0x21, 0x5c, 0x75, 0xe3, 0xed, 0xd1, 0x68, 0x11, 0xce, 0xd5, 0xd1, 0x05, 0x24, 0x21, 0xc1, 0xa4, 0xd8, 0x7b, 0x7d, 0xec, 0x74, 0xc9, 0x82, 0x71, 0xf0, 0x84, 0x3b, 0x0e, 0x35, 0xa0, 0x79, 0x5d, 0x6e, 0x95, 0x56, 0xc4, 0x2f, 0x45, 0x8e, 0x1c, 0xdf, 0x39, 0x6e, 0x5b, 0xac, 0xee, 0x5e, 0x46, 0x90, 0x96, 0x47, 0xf7, 0x84, 0x16, 0x32, 0x08, 0x7b, 0x04, 0x1a, 0x89, 0x90, 0x3e, 0x4e, 0x8e, 0xb4, 0x5d, 0x04, 0xcf, 0xb2, 0xf0, 0x2a, 0x49, 0x42, 0x79, 0x73, 0x10, 0xb8, 0xcd, 0xb1, 0x60, 0x2d, 0x2c, 0x3c, 0xef, 0xa4, 0x03, 0x9d, 0xdc, 0x97, 0xfe, 0xd6, 0xd6, 0x72, 0x88, 0x75, 0x23, 0xd3, 0x42, 0x75, 0xf5, 0x51, 0xd7, 0x20, 0x7d, 0x12, 0x78, 0x4e, 0x26, 0x48, 0x66, 0xa8, 0x42, 0x05, 0x07, 0x0d, 0xf9, 0xe2, 0xec, 0x05, 0x09, 0x68, 0x54, 0x25, 0x46, 0xcb, 0xeb, 0xaf, 0x17, 0x0a, 0x79, 0x83, 0x0e, 0x70, 0x65, 0xd1, 0x1d, 0x74, 0x35, 0xee, 0x6d, 0xb1, 0x66, 0x88, 0x77, 0x48, 0xd5, 0xe6, 0xfa, 0x89, 0x3b, 0xf3, 0x94, 0xa1, 0x5a, 0x36, 0x73, 0xdc, 0x07, 0x6e, 0xb7, 0xb8, 0xaa, 0x24, 0xea, 0xbb, 0xf3, 0xcb, 0x8e, 0x2e, 0x74, 0x13, 0x86, 0x0e, 0x90, 0xb6, 0xa2, 0x94, 0x4b, 0xa8, 0x2a, 0xf8, 0xb9, 0x07, 0x80, 0xba, 0x0f } } }; static const struct cckprng_op_generate op_init_1035 = { .hd = { .id = 978, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0xca, 0x7b, 0x18, 0x03, 0x43, 0xcb, 0x1f, 0x76, 0x5c, 0x81, 0x76, 0x04, 0x9d, 0xc0, 0x67, 0xcd, 0xb7, 0xe1, 0xce, 0x44, 0xf7, 0x70, 0xac, 0x50, 0x05, 0xa1, 0x28, 0x56, 0xbd, 0x96, 0x3d, 0x04, 0x33, 0x83, 0x19, 0x23, 0x91, 0x41, 0xd9, 0x12, 0x8e, 0x07, 0xf9, 0xb7, 0xee, 0x69, 0x4c, 0xb9, 0x33, 0x82, 0xce, 0xc9, 0x42, 0x8c, 0x0b, 0xc8, 0x29, 0x34, 0x5a, 0x29, 0x2f, 0x83, 0x77, 0x33, 0xfd, 0x69, 0xf9, 0x65, 0x14, 0x4e, 0x6b, 0x34, 0xd1, 0xd4, 0xa9, 0x68, 0x87, 0x6a, 0xb9, 0x2e, 0x1c, 0x1d, 0xd9, 0xa4, 0x77, 0x5b, 0x99 } } }; static const struct cckprng_op_refresh op_refresh_1036 = { .hd = { .id = 979, .kind = OP_REFRESH }, .rand = 12477061134730559102ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1037 = { .hd = { .id = 980, .kind = OP_REFRESH }, .rand = 4985311827441532295ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1038 = { .hd = { .id = 981, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0x25, 0xd3, 0xb4, 0x27, 0x8c, 0xbd, 0x16, 0x68, 0xee, 0xc4, 0x11, 0xbd, 0xd0, 0x34, 0xf3, 0xe0, 0x6a, 0xda, 0x8d, 0x59, 0xe4, 0x8e, 0xf5, 0x12, 0x3d, 0x1e, 0x73, 0xf4, 0x03, 0x0f, 0x30, 0xb7, 0x1d, 0x2f, 0x1f, 0xf8, 0xcb, 0x5e, 0x88, 0xbf, 0x02, 0x21, 0xac, 0x32, 0xb5, 0xf4, 0xd5, 0x6e, 0xd5, 0xd8, 0x04, 0xa2, 0x0e, 0xf0, 0x6d, 0xd2, 0x81, 0xe2, 0x49, 0x4f, 0xec, 0x0b, 0x61, 0x3a, 0xa1, 0x7e, 0xea, 0x72, 0xc5, 0x04, 0xbf, 0x6c, 0x3e, 0xa4, 0x9e, 0x90, 0x35, 0x51, 0xce, 0xd5, 0x49, 0x2c, 0x5b, 0x38, 0x2c, 0xe5, 0x3f, 0x03, 0xa8, 0x57, 0xfc, 0xec, 0x60, 0x51, 0xf1, 0xe4, 0xef, 0x17, 0xa8, 0xcf, 0xab, 0xb0, 0x2c, 0xfa, 0x35, 0x72, 0x7a, 0xc2, 0xa2, 0x1e, 0x28, 0x56, 0x36, 0x83, 0x1f, 0x49, 0x56, 0x91, 0x16, 0x6e, 0x86, 0x04, 0x35, 0xc1, 0x29, 0x7e, 0x54, 0x9d, 0x32, 0x37, 0xb0, 0x63, 0x84, 0x87, 0xe2, 0xb5, 0xc7, 0x33, 0x0c, 0x42, 0x0d, 0x5b, 0x42, 0x52, 0xbe, 0x8f, 0x60, 0x00, 0x72, 0xd4, 0xb1, 0xf3, 0xb9, 0x56, 0x25, 0x7f, 0x88, 0x62, 0x6f, 0x22, 0x0b, 0x87, 0xb5, 0xcb, 0xd4, 0x4f, 0xa6, 0x53, 0x9b, 0x8a, 0x03, 0x47, 0x87, 0xa8, 0xf7, 0x8f, 0x8a, 0x13, 0xbd, 0x13, 0xd2, 0x1c, 0x63, 0x5e, 0x9f, 0x6a, 0xf0, 0x84, 0x72, 0xef, 0x74, 0x5c, 0x27, 0xd4, 0x3b, 0x7c, 0x03, 0x29, 0x0b, 0x53, 0xa8, 0x43, 0xc5, 0xb1, 0x05, 0x1c, 0x4c, 0x5e, 0x62, 0x03, 0xec, 0xed, 0x22, 0x81, 0xca, 0x07, 0x4c, 0xbe, 0x04, 0x1b, 0x2b, 0xce, 0xfa, 0x1a, 0x8d, 0x67, 0x00, 0x7a, 0x1f, 0xd5, 0xde, 0xf7, 0xe7, 0x74, 0xd3, 0x56, 0xd3, 0x2f, 0xac, 0x14, 0x19, 0x91, 0xce, 0x9e, 0x77, 0x14, 0x27, 0xd9, 0xb4, 0xa7, 0x0f, 0xdb, 0x71, 0x32, 0x19, 0xf8, 0xe4, 0x0b, 0x67 } } }; static const struct cckprng_op_reseed op_reseed_1039 = { .hd = { .id = 982, .kind = OP_RESEED }, .nonce = 1230019757502851096ULL, .seed_nbytes = 233, .seed = { 0x55, 0x25, 0x42, 0x2e, 0x5c, 0x02, 0x92, 0xa2, 0x26, 0xfb, 0xcc, 0xdb, 0x3b, 0x84, 0x34, 0x03, 0x8c, 0xce, 0x0a, 0xfc, 0x69, 0x8f, 0x78, 0x4c, 0xdf, 0xf8, 0x4c, 0xa2, 0xbe, 0x0c, 0x41, 0x52, 0x0b, 0xf7, 0xb2, 0x77, 0xc3, 0xd1, 0x64, 0xa9, 0xf7, 0xf0, 0x5f, 0x8e, 0x33, 0xa6, 0x08, 0x20, 0xdf, 0x2f, 0x2a, 0x3b, 0xa4, 0xd9, 0x1b, 0xee, 0x3e, 0x60, 0x52, 0x33, 0x3f, 0xa1, 0xb6, 0xfc, 0x67, 0x9a, 0x86, 0x3a, 0xd8, 0x7b, 0x07, 0x13, 0x83, 0xa2, 0x15, 0x36, 0xa5, 0xe8, 0xa5, 0x3e, 0xf2, 0x86, 0x3b, 0xe1, 0x27, 0xc8, 0xe7, 0x3c, 0x9d, 0x00, 0x82, 0x96, 0xfc, 0x47, 0x63, 0x84, 0x05, 0x29, 0x15, 0x79, 0x65, 0x31, 0x9e, 0xe6, 0x0b, 0xf7, 0xe3, 0x27, 0xa2, 0x1b, 0x92, 0x40, 0x4b, 0x0a, 0x89, 0xcf, 0xea, 0x99, 0x5b, 0x4b, 0xc2, 0x1a, 0x30, 0x41, 0xfe, 0x8d, 0xc1, 0xaa, 0xd1, 0x4b, 0x53, 0x4f, 0xb7, 0x3a, 0xf4, 0xdf, 0xcb, 0x10, 0x97, 0x7e, 0x8d, 0x06, 0x1b, 0x44, 0xb2, 0xc8, 0x6e, 0x24, 0x21, 0xe8, 0x25, 0x5f, 0x52, 0x97, 0x9e, 0xc9, 0x40, 0x94, 0x71, 0xec, 0xfc, 0x39, 0xc5, 0x53, 0x3d, 0xc6, 0x68, 0x2e, 0x20, 0xf3, 0x76, 0x7c, 0xe3, 0x86, 0x4c, 0x40, 0x7c, 0x04, 0x6d, 0xfa, 0x76, 0x3a, 0x72, 0x8e, 0x04, 0x2f, 0x78, 0x69, 0xb7, 0xec, 0x1f, 0x9c, 0x8a, 0xff, 0x4b, 0x01, 0x01, 0x0b, 0xc8, 0x0c, 0xc2, 0x18, 0xb5, 0xfe, 0xb7, 0xee, 0x59, 0xc1, 0xc9, 0x64, 0x5b, 0x39, 0xfe, 0xb8, 0xbf, 0x88, 0x39, 0x1b, 0xdf, 0x10, 0xef, 0x28, 0x2d, 0x30, 0xb5, 0x7f, 0x3d, 0x1d, 0x7a, 0x81, 0x3f, 0xc5, 0xb2 } }; static const struct cckprng_op_generate op_init_1040 = { .hd = { .id = 983, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0xe2, 0xa1, 0x82, 0x96, 0x92, 0x7d, 0x1c, 0x77, 0x09, 0x61, 0x88, 0xca, 0x48, 0xb0, 0xb1, 0x65, 0xdd, 0x5a, 0xdb, 0x47, 0x2d, 0x42, 0xbc } } }; static const struct cckprng_op_reseed op_reseed_1041 = { .hd = { .id = 984, .kind = OP_RESEED }, .nonce = 4351349976233658909ULL, .seed_nbytes = 84, .seed = { 0x11, 0x48, 0x29, 0xac, 0xfb, 0xa5, 0x1a, 0x9b, 0xa8, 0x90, 0x0e, 0x90, 0xa1, 0x98, 0x30, 0xbf, 0xb6, 0xc1, 0xfc, 0xb5, 0xef, 0x18, 0x27, 0x5c, 0xc6, 0x7f, 0x36, 0x39, 0x3e, 0x4d, 0x4c, 0x96, 0xb4, 0xdd, 0x27, 0x3e, 0xe1, 0xe6, 0x20, 0xa3, 0x78, 0x35, 0x1b, 0x07, 0x8e, 0x71, 0x24, 0x75, 0x59, 0xb0, 0xb3, 0x52, 0xf0, 0x94, 0x19, 0x83, 0x61, 0x75, 0x0b, 0x86, 0xdb, 0xb3, 0xa8, 0x66, 0x19, 0xad, 0x32, 0xaf, 0x86, 0x2f, 0xaa, 0xbd, 0x40, 0xdb, 0xe3, 0x71, 0xe2, 0xf5, 0x17, 0x37, 0x6b, 0xc6, 0x9b, 0xfc } }; static const struct cckprng_op_refresh op_refresh_1042 = { .hd = { .id = 985, .kind = OP_REFRESH }, .rand = 17134495829098838650ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1043[] = { (const struct cckprng_op *)&op_init_1027, (const struct cckprng_op *)&op_reseed_1028, (const struct cckprng_op *)&op_reseed_1029, (const struct cckprng_op *)&op_init_1030, (const struct cckprng_op *)&op_init_1031, (const struct cckprng_op *)&op_init_1032, (const struct cckprng_op *)&op_reseed_1033, (const struct cckprng_op *)&op_init_1034, (const struct cckprng_op *)&op_init_1035, (const struct cckprng_op *)&op_refresh_1036, (const struct cckprng_op *)&op_refresh_1037, (const struct cckprng_op *)&op_init_1038, (const struct cckprng_op *)&op_reseed_1039, (const struct cckprng_op *)&op_init_1040, (const struct cckprng_op *)&op_reseed_1041, (const struct cckprng_op *)&op_refresh_1042 }; static const struct cckprng_vector vec_1044 = { .id = 986, .note = NULL, .nops = 16, .ops = ops_1043 }; static const struct cckprng_op_init op_init_1045 = { .hd = { .id = 987, .kind = OP_INIT }, .seed = { 0x8e, 0x23, 0xff, 0xbd, 0x51, 0x5d, 0x24, 0x68, 0xf9, 0x3b, 0x5d, 0x2e, 0x20, 0x7b, 0x4c, 0x5a, 0xa7, 0x40, 0xc1, 0x7c, 0xfb, 0x0c, 0x33, 0xb5, 0xfc, 0x34, 0x4f, 0xf8, 0x55, 0xf7, 0x32, 0xfc }, .nonce = { 0x99, 0xca, 0x15, 0x65, 0xcd, 0xcb, 0xe5, 0x6c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1046 = { .hd = { .id = 988, .kind = OP_REFRESH }, .rand = 10893506176857849939ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1047 = { .hd = { .id = 989, .kind = OP_REFRESH }, .rand = 15894345153033377749ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1048 = { .hd = { .id = 990, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x05, 0xd7, 0xa4, 0x05, 0xc0, 0xeb, 0x61, 0x6b, 0x8a, 0x5b, 0x66, 0x91, 0xea, 0x69, 0x69, 0x19, 0xca, 0xbc, 0x60, 0x05, 0xc1, 0x1f, 0x52, 0x64, 0x79, 0xaa, 0xab, 0x0b, 0x16, 0x8f, 0x56, 0x44, 0x86, 0x1b, 0x25, 0x5a, 0x98, 0x4c, 0xe5, 0x64, 0x8c, 0xe2, 0x58, 0xf2, 0x07, 0x4a, 0x1c, 0xeb, 0x96, 0xc0, 0xbe, 0x8b, 0x33, 0x01, 0x7f, 0x07, 0xd8, 0xc0, 0xdd, 0xbb, 0x2c, 0x4f, 0x6a, 0x19, 0x76, 0x28, 0x1d, 0x89, 0xc6, 0xba, 0x74, 0x83, 0x24, 0x73, 0xe5, 0xa0, 0x09, 0x1d, 0x0b, 0x90, 0xa8, 0x35, 0x1f, 0x5b, 0x21, 0xc1, 0x80, 0x90, 0x33, 0xf8, 0xbd, 0x58, 0x33, 0x30, 0xf5, 0xec, 0xb0, 0xe4, 0x2f, 0xd4, 0x0c, 0x47, 0x5d, 0x01, 0x69, 0xbf, 0xa1, 0xea, 0x7b, 0x1b, 0x14, 0x71, 0x07, 0xcf, 0x5a, 0x23, 0x3e, 0x6f, 0xb6, 0x8f, 0x3d, 0xd6, 0x4e, 0x72, 0xb8, 0x9c, 0x78, 0x00, 0x32, 0xae, 0xe6, 0xf0, 0xd3, 0x2d, 0x62, 0xc8, 0x01, 0x0d, 0x96, 0xbb, 0x48, 0x70, 0x08, 0xbc, 0x72, 0x10, 0xed, 0xaa, 0x18, 0xaa, 0x81, 0x75, 0xae, 0x01, 0x2c, 0x59, 0x9e, 0x93, 0xd2, 0xcc, 0xf1, 0x71, 0xdf, 0xf1, 0xdc, 0x06, 0x2a, 0x1e, 0xcd, 0x2b, 0x3a, 0x94, 0x4f, 0xa5, 0x2d, 0x62, 0x10, 0x0f, 0xf7, 0x21, 0xdf, 0x3e, 0x98, 0xb8, 0x95, 0x3a, 0xdf, 0xcf, 0x50, 0x2d, 0xf2, 0x5f, 0x1b, 0x92, 0x65, 0x7f, 0x98, 0xa1, 0xc0, 0x3f, 0x56, 0x2c, 0x3a, 0x27, 0xf9, 0x9d, 0x40, 0x98, 0x86, 0xc6, 0x2e, 0x88, 0xdf, 0x51, 0x51, 0x03, 0x32, 0x4f, 0xdc, 0xb3, 0xf5, 0x7b, 0xd5, 0xe5, 0xe7, 0x91 } } }; static const struct cckprng_op_reseed op_reseed_1049 = { .hd = { .id = 991, .kind = OP_RESEED }, .nonce = 12491784810759050410ULL, .seed_nbytes = 150, .seed = { 0x38, 0xdb, 0x66, 0x96, 0xdc, 0x95, 0x96, 0xa8, 0xc4, 0x42, 0x80, 0x64, 0xe0, 0xc0, 0xba, 0x89, 0xfd, 0xb6, 0xaa, 0x3f, 0xff, 0x6d, 0x3c, 0x69, 0x7d, 0xa8, 0xaa, 0x3e, 0xc5, 0x0b, 0x7b, 0x3d, 0x3d, 0x6f, 0xfc, 0x98, 0x3b, 0xc8, 0x98, 0x29, 0xbe, 0xca, 0x08, 0x51, 0x59, 0xa5, 0xc6, 0xc3, 0xaf, 0x4b, 0xe7, 0xb1, 0x3f, 0xcb, 0x23, 0x87, 0x5b, 0xa8, 0x16, 0x33, 0x89, 0x93, 0xd1, 0x81, 0xe6, 0x9f, 0x80, 0x09, 0x77, 0x8e, 0xdf, 0xc7, 0x23, 0xdb, 0x8d, 0x91, 0x1a, 0x46, 0x03, 0x16, 0xfc, 0xa3, 0x20, 0xcf, 0x35, 0x46, 0xca, 0xe7, 0x39, 0x99, 0x77, 0xe9, 0x60, 0xf9, 0x55, 0x0d, 0x3d, 0x3c, 0xd8, 0xa2, 0x23, 0x3e, 0x02, 0x6a, 0x5e, 0x33, 0xc3, 0xc3, 0x57, 0x04, 0x25, 0xd0, 0x97, 0xb0, 0x92, 0x26, 0xb0, 0xfb, 0x78, 0xd5, 0xde, 0xbc, 0x21, 0x5b, 0x01, 0x46, 0xf9, 0x31, 0x48, 0xbf, 0x51, 0x29, 0xe9, 0xd1, 0x47, 0x3f, 0x78, 0x23, 0x3b, 0xad, 0x85, 0xd7, 0x43, 0x53, 0xb0, 0x82, 0xd5, 0x3a, 0x6f, 0xfc } }; static const struct cckprng_op_reseed op_reseed_1050 = { .hd = { .id = 992, .kind = OP_RESEED }, .nonce = 17592764190740394162ULL, .seed_nbytes = 122, .seed = { 0x6d, 0xfd, 0xcf, 0x39, 0x33, 0x99, 0x94, 0x9c, 0x79, 0xd7, 0x78, 0xa9, 0x21, 0xfe, 0x11, 0x31, 0x1e, 0xce, 0x13, 0x67, 0x46, 0x86, 0x6c, 0x47, 0xac, 0x6f, 0x72, 0x4a, 0x6c, 0xba, 0x01, 0x86, 0x42, 0xb0, 0x45, 0x7d, 0x51, 0xe3, 0xb2, 0xd0, 0x33, 0xf0, 0x15, 0xfb, 0x66, 0x42, 0xc3, 0x34, 0x62, 0xa2, 0x3a, 0x4d, 0x91, 0x5d, 0x14, 0x80, 0xaf, 0x54, 0xb4, 0x1e, 0x9f, 0x76, 0x87, 0x4e, 0x76, 0xf4, 0x74, 0xd9, 0x07, 0x3b, 0x11, 0x64, 0x00, 0x51, 0xed, 0xcc, 0x68, 0x42, 0x61, 0x4d, 0x7b, 0xf8, 0xa0, 0xd1, 0x3d, 0x01, 0x9b, 0x3d, 0x11, 0x99, 0x0e, 0xc4, 0x5b, 0xa5, 0x7c, 0x53, 0xe6, 0xdb, 0xf0, 0x50, 0x80, 0x7d, 0x1b, 0xd4, 0x6c, 0x1a, 0x05, 0x3b, 0x3d, 0x95, 0xeb, 0x90, 0xdc, 0xc4, 0x1f, 0x33, 0x3c, 0xd9, 0xf8, 0xa1, 0x8b, 0xca } }; static const struct cckprng_op_reseed op_reseed_1051 = { .hd = { .id = 993, .kind = OP_RESEED }, .nonce = 12652909172957960198ULL, .seed_nbytes = 217, .seed = { 0xbe, 0x34, 0xf2, 0x3e, 0x2d, 0x3b, 0x89, 0x1f, 0x6c, 0x9b, 0x47, 0x7c, 0xf0, 0xf8, 0x8f, 0x03, 0xc6, 0x71, 0x45, 0x07, 0xc6, 0xef, 0x86, 0x20, 0x7c, 0x9d, 0x5c, 0xaa, 0xe7, 0x97, 0x55, 0x8c, 0xc2, 0xda, 0xc9, 0x36, 0x97, 0xe5, 0x7e, 0x79, 0x1e, 0xf8, 0xdb, 0xc9, 0x9b, 0x02, 0xea, 0xa4, 0x86, 0xec, 0x42, 0xc7, 0x3a, 0xb8, 0x95, 0x64, 0x2b, 0x9c, 0x83, 0x62, 0xab, 0x7c, 0x15, 0x10, 0xe0, 0xbc, 0x83, 0xa7, 0x23, 0x9b, 0x1b, 0x48, 0x84, 0xa1, 0x78, 0xe4, 0xd8, 0x0c, 0xc9, 0xf7, 0xb2, 0xde, 0xa9, 0xbf, 0xe0, 0xc2, 0x10, 0xfc, 0xbf, 0x5c, 0x85, 0x3d, 0xda, 0x02, 0x6b, 0xd6, 0xe6, 0x24, 0x1f, 0xd7, 0xfb, 0x99, 0x28, 0xca, 0xa6, 0x23, 0x6b, 0xa5, 0x3c, 0xfa, 0x99, 0xf8, 0x8d, 0x59, 0x4a, 0xf0, 0x6a, 0x27, 0xe0, 0xc7, 0xad, 0xa6, 0xba, 0x8f, 0x6b, 0x83, 0xa7, 0xe0, 0x72, 0x6e, 0x06, 0x96, 0xa6, 0x79, 0x10, 0x6b, 0x87, 0xb9, 0x28, 0x54, 0x27, 0x60, 0x10, 0xbf, 0x0c, 0x4b, 0x75, 0x80, 0xe4, 0x1a, 0x2d, 0x2d, 0x8d, 0x07, 0x38, 0x2a, 0x6d, 0x6d, 0x03, 0xd3, 0x74, 0xf1, 0xab, 0x26, 0x63, 0x1d, 0xf3, 0x7a, 0xa2, 0x7f, 0x48, 0xf7, 0x18, 0xc9, 0x59, 0x1d, 0x52, 0x6a, 0xfb, 0x74, 0x89, 0xbe, 0x45, 0x0e, 0x19, 0x26, 0xf0, 0xd5, 0x3f, 0xcd, 0x1b, 0x38, 0x95, 0x8f, 0x25, 0x2c, 0x6a, 0x0f, 0xc2, 0x53, 0xcc, 0x7c, 0xd2, 0xa9, 0x3c, 0xe0, 0xad, 0xec, 0x51, 0xc4, 0x4a, 0x07, 0x32, 0x6f, 0x5c, 0xa0, 0xae } }; static const struct cckprng_op_refresh op_refresh_1052 = { .hd = { .id = 994, .kind = OP_REFRESH }, .rand = 14013373232623893563ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1053 = { .hd = { .id = 995, .kind = OP_RESEED }, .nonce = 14921822614533787690ULL, .seed_nbytes = 201, .seed = { 0x19, 0x1b, 0x62, 0x2a, 0xff, 0x13, 0x80, 0xc6, 0xbc, 0x8c, 0x39, 0x77, 0x18, 0xec, 0x98, 0xab, 0x19, 0xcd, 0x52, 0xbf, 0x31, 0xa7, 0x22, 0xea, 0x3d, 0xa8, 0xdd, 0x51, 0x41, 0x35, 0x96, 0x81, 0xfa, 0x82, 0x1a, 0xac, 0x97, 0x23, 0xc8, 0x55, 0x26, 0x0e, 0x87, 0xf1, 0xe5, 0xef, 0x74, 0x3a, 0x3a, 0x91, 0x87, 0x8e, 0x91, 0xd0, 0xd0, 0xde, 0x8e, 0x04, 0x23, 0xe9, 0xba, 0xb6, 0xbb, 0xc8, 0x3e, 0xa3, 0x0f, 0x41, 0x88, 0xf6, 0x09, 0xa6, 0xb0, 0xe3, 0x70, 0x81, 0x3d, 0xd1, 0x0e, 0x45, 0x37, 0x91, 0xed, 0x21, 0xd4, 0xe9, 0x5b, 0x38, 0xb5, 0x92, 0xd3, 0xda, 0x09, 0x22, 0x63, 0x3d, 0xd8, 0xf0, 0xc7, 0x79, 0xc4, 0xbf, 0x81, 0xad, 0x76, 0x72, 0xa9, 0xe9, 0xa1, 0xae, 0x15, 0x5d, 0x53, 0xa2, 0x17, 0xe8, 0x56, 0x2d, 0x64, 0x6b, 0x32, 0x2b, 0xe4, 0xaa, 0x63, 0x7b, 0xe1, 0xf6, 0x09, 0xee, 0x56, 0x49, 0x2a, 0x57, 0x39, 0xba, 0xfa, 0xbc, 0x39, 0x39, 0x74, 0x7b, 0x4e, 0xc9, 0xb8, 0xaf, 0x67, 0x06, 0xa4, 0xd9, 0x0a, 0x33, 0xd9, 0xb5, 0xec, 0xec, 0x17, 0x0c, 0xaa, 0xbb, 0xd6, 0xb8, 0x39, 0xf7, 0x4a, 0x5c, 0x42, 0xe8, 0x2f, 0xbd, 0x35, 0xfb, 0x95, 0x26, 0xc5, 0x5e, 0x81, 0x09, 0x53, 0x6c, 0xda, 0x8c, 0xda, 0x17, 0x3e, 0x43, 0x66, 0x7c, 0x0c, 0x5e, 0x64, 0xdb, 0x86, 0x5c, 0xfb, 0x51, 0xbf, 0xc5, 0xa5, 0x03, 0x49 } }; static const struct cckprng_op_generate op_init_1054 = { .hd = { .id = 996, .kind = OP_GENERATE }, .rand_nbytes = 265, .out = { .rand = { 0xcd, 0x80, 0xd9, 0xab, 0xc1, 0xda, 0x04, 0x87, 0xab, 0x8d, 0x50, 0x18, 0x13, 0x28, 0x31, 0xb0, 0xc8, 0xd2, 0x72, 0xe9, 0x54, 0x9d, 0x8e, 0x97, 0x1b, 0xb9, 0x2a, 0x75, 0x8a, 0x64, 0x54, 0x3e, 0xdb, 0x0c, 0xaf, 0x25, 0xdd, 0xce, 0xa8, 0x42, 0xce, 0x61, 0xa7, 0x3f, 0x75, 0x71, 0x1b, 0x28, 0xac, 0x9f, 0x8a, 0xaf, 0x9d, 0xc5, 0xd9, 0x4d, 0x78, 0xa5, 0xba, 0x37, 0xbb, 0x3b, 0x7d, 0x89, 0x58, 0xfe, 0x07, 0x2e, 0x20, 0xb4, 0x45, 0x76, 0x9c, 0xd7, 0x83, 0x3a, 0x30, 0x54, 0xc0, 0x4e, 0xb1, 0x78, 0x22, 0x70, 0x38, 0x66, 0xb2, 0x30, 0x46, 0x2e, 0xdb, 0x52, 0x1c, 0x98, 0xe2, 0x29, 0xab, 0x51, 0x58, 0x8c, 0x09, 0xbb, 0xb8, 0xb1, 0xe3, 0xa1, 0x52, 0xd6, 0x0f, 0x0b, 0xfa, 0x58, 0xbe, 0x8c, 0xa0, 0x76, 0x3b, 0xe2, 0xab, 0xb0, 0x46, 0x6a, 0x37, 0xcc, 0x14, 0x61, 0x6d, 0x6a, 0xaf, 0x04, 0xff, 0x4a, 0x51, 0x9d, 0x70, 0x6f, 0xa4, 0x1a, 0x6d, 0xc2, 0x77, 0xe2, 0x29, 0x3c, 0x52, 0xdc, 0xb3, 0x8e, 0x08, 0x66, 0xb1, 0xb1, 0x6c, 0x1b, 0xb9, 0xff, 0x65, 0x5f, 0x72, 0x22, 0xce, 0x5d, 0x48, 0xfd, 0x63, 0x0e, 0xa9, 0x66, 0x1e, 0x26, 0x38, 0x46, 0xcf, 0xe7, 0xfe, 0xe4, 0x48, 0xb9, 0x70, 0x00, 0xcd, 0x1e, 0x92, 0x76, 0x67, 0x92, 0xcf, 0x74, 0x99, 0x41, 0x75, 0x40, 0x88, 0xa9, 0x9b, 0x6a, 0x28, 0xa3, 0x00, 0xd1, 0x54, 0x1d, 0x49, 0xf7, 0x6d, 0x1e, 0x91, 0xa8, 0x62, 0xdb, 0x77, 0x2a, 0xb0, 0x74, 0xbe, 0xf1, 0x06, 0xb6, 0x67, 0x92, 0x62, 0x9d, 0x90, 0x5d, 0xc2, 0xa6, 0x4f, 0x73, 0xdc, 0x5d, 0xf2, 0xc5, 0x6a, 0xcd, 0x0b, 0x0c, 0x19, 0x36, 0x1b, 0xbc, 0x6c, 0xbe, 0x9c, 0xfe, 0x16, 0x73, 0x48, 0xef, 0x82, 0xde, 0xfa, 0x66, 0xcf, 0x57, 0x52, 0x81, 0x4f, 0x33, 0x1b, 0x6e, 0x76, 0x9a, 0xf4, 0xa5, 0x9a } } }; static const struct cckprng_op_generate op_init_1055 = { .hd = { .id = 997, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0xbf, 0x2f, 0x5a, 0x05, 0x91, 0x2a, 0xf5, 0x02, 0x64, 0xab, 0xe3, 0x40, 0xb7, 0xcf, 0x65, 0x2b, 0x60, 0x22, 0xc4, 0x31, 0xe2, 0x12, 0x1a, 0x2f, 0x4f, 0xd8, 0x3e, 0x41, 0xd4, 0xdc, 0x5f, 0x2b, 0x9d, 0x5c, 0x72, 0x46, 0x0f, 0xfd, 0xf6, 0xe5, 0x50, 0x12, 0xfc, 0xcf, 0x5d, 0x33, 0xf1, 0xe8, 0x92, 0xfa, 0x20, 0xe6, 0xb9, 0x79, 0x48, 0x18, 0x1b, 0x36, 0x28, 0xa6, 0x9a, 0xc8, 0x2a, 0x23, 0x95, 0x93, 0xe0, 0x6d, 0xcc, 0x07, 0x3a, 0x95, 0x2d, 0x25, 0x2a, 0x82, 0xe8, 0x4b, 0x7a, 0x00, 0x36, 0x9c, 0xc4, 0x9d, 0x71, 0x26, 0xdd, 0x99, 0x9b, 0xd8, 0xfd, 0xe6, 0x57, 0x5c, 0x56, 0xf2, 0x08, 0xe6, 0x84, 0x52, 0xc9, 0x52, 0xf1, 0x10, 0xe3, 0x8a, 0x3b, 0x30, 0x95, 0xb7, 0x90, 0xa7, 0x0b, 0x15, 0xfe, 0x62, 0x74, 0xb8, 0x98, 0xda, 0x7a, 0xf0, 0xf6, 0xa4, 0xd8, 0xa4, 0xb3, 0x0a, 0xb7, 0x2a, 0x44, 0x38, 0x5c, 0x86, 0x2d, 0x80, 0xf2, 0xe8, 0x99, 0x40, 0x0d, 0x4b, 0xc1, 0x96 } } }; static const struct cckprng_op_reseed op_reseed_1056 = { .hd = { .id = 998, .kind = OP_RESEED }, .nonce = 17219192814623898339ULL, .seed_nbytes = 48, .seed = { 0x2c, 0x95, 0x39, 0xf7, 0x17, 0x63, 0xac, 0x67, 0x49, 0x95, 0xfc, 0xeb, 0x95, 0x81, 0x94, 0x3c, 0x53, 0xbf, 0xf1, 0xb6, 0x75, 0x72, 0xd9, 0x25, 0xd6, 0xd2, 0xc1, 0x0f, 0xee, 0x8a, 0xb4, 0x9d, 0x33, 0xa5, 0x52, 0xf8, 0x4c, 0xe9, 0x22, 0x41, 0x31, 0x3b, 0xf7, 0xff, 0x4f, 0x59, 0xcf, 0xd5 } }; static const struct cckprng_op_generate op_init_1057 = { .hd = { .id = 999, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0x05, 0xc4, 0xb2, 0xef, 0x1f, 0x78, 0x79, 0xed, 0x0c, 0xdd, 0x1c, 0x19, 0x65, 0x86, 0x5e, 0x13, 0xfc, 0xc2, 0xb2, 0xea, 0x58, 0x12, 0x4e, 0x85, 0xc4, 0xaf, 0x55, 0xa9, 0x86, 0xd1, 0x12, 0x39, 0x12, 0xc8, 0xd7, 0x73, 0x5c, 0x60, 0x5e, 0x84, 0xc7, 0x7c, 0xad, 0x28, 0x9f, 0xd1, 0x82, 0xab, 0x6b, 0x2f, 0xd1, 0xbd, 0xd8, 0x72, 0x41, 0x2b, 0xb7, 0x22, 0x90, 0x33, 0x88, 0xa2, 0x81, 0x6e, 0xdc, 0xa2, 0x5f, 0x20, 0x1a, 0x88, 0x39, 0x3b, 0x74, 0x43, 0xc6, 0xa8, 0xb9, 0xc3, 0xc3, 0xa2, 0xe0, 0x87, 0x9d, 0xc3, 0x20, 0x1c, 0x87, 0x22, 0xba, 0xe8, 0x10, 0xb6, 0xa1, 0xff, 0x9c, 0x4f, 0x69, 0x83, 0x32, 0x72, 0x6b, 0x8a, 0x2d, 0xe4, 0x58, 0x81, 0x38, 0x6d, 0x44, 0x04, 0x9c, 0x78, 0xd1, 0x7a, 0xb5, 0x82, 0x81, 0xdc, 0xb8, 0x45, 0x0d, 0x5c, 0xc5, 0xda, 0x05, 0x6a, 0x7d, 0xf5, 0x67, 0x03, 0xd5, 0x43, 0xa9, 0xa5, 0x55, 0xfc, 0xda, 0xea, 0x3a, 0x14, 0x6a, 0x81, 0x67, 0xe7, 0xb0, 0xb3, 0xed, 0x50, 0x08, 0x0d, 0xc0, 0xad, 0xb3, 0xec, 0xf0 } } }; static const struct cckprng_op_reseed op_reseed_1058 = { .hd = { .id = 1000, .kind = OP_RESEED }, .nonce = 11173317274291563104ULL, .seed_nbytes = 121, .seed = { 0x2a, 0x17, 0x55, 0x46, 0x79, 0xb8, 0x82, 0xde, 0xc5, 0xf8, 0x55, 0x83, 0x7c, 0x92, 0x14, 0x80, 0x5d, 0xec, 0x4d, 0xbe, 0x95, 0x46, 0xc5, 0xb0, 0xcc, 0xaa, 0xbf, 0x42, 0x0d, 0x7b, 0xbb, 0x79, 0xf4, 0x9c, 0xdb, 0xf2, 0x10, 0x7a, 0xc0, 0x6d, 0xbb, 0x7a, 0x09, 0xe6, 0x92, 0xbd, 0xe6, 0x11, 0x8b, 0xf3, 0xd3, 0x73, 0x28, 0x0f, 0x4f, 0x43, 0x26, 0x9b, 0xb4, 0x07, 0xfb, 0xd1, 0x82, 0x58, 0xcb, 0xdb, 0x8c, 0x4d, 0xb6, 0x74, 0x07, 0xd2, 0x86, 0xeb, 0xaf, 0x57, 0x1d, 0x7d, 0x8d, 0x6a, 0x4e, 0x4f, 0x23, 0x87, 0xeb, 0x39, 0xce, 0xc6, 0x32, 0x06, 0x1a, 0xb2, 0x79, 0x95, 0x73, 0x88, 0x3a, 0xf3, 0x5b, 0x64, 0xd1, 0x72, 0xc4, 0xcf, 0x34, 0x0c, 0x1e, 0x3d, 0xab, 0xc3, 0xed, 0x88, 0x29, 0x18, 0x2a, 0x3a, 0x53, 0x8d, 0xbf, 0x5e, 0x33 } }; static const struct cckprng_op_refresh op_refresh_1059 = { .hd = { .id = 1001, .kind = OP_REFRESH }, .rand = 428119397142076358ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1060 = { .hd = { .id = 1002, .kind = OP_REFRESH }, .rand = 552370781180343379ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1061[] = { (const struct cckprng_op *)&op_init_1045, (const struct cckprng_op *)&op_refresh_1046, (const struct cckprng_op *)&op_refresh_1047, (const struct cckprng_op *)&op_init_1048, (const struct cckprng_op *)&op_reseed_1049, (const struct cckprng_op *)&op_reseed_1050, (const struct cckprng_op *)&op_reseed_1051, (const struct cckprng_op *)&op_refresh_1052, (const struct cckprng_op *)&op_reseed_1053, (const struct cckprng_op *)&op_init_1054, (const struct cckprng_op *)&op_init_1055, (const struct cckprng_op *)&op_reseed_1056, (const struct cckprng_op *)&op_init_1057, (const struct cckprng_op *)&op_reseed_1058, (const struct cckprng_op *)&op_refresh_1059, (const struct cckprng_op *)&op_refresh_1060 }; static const struct cckprng_vector vec_1062 = { .id = 1003, .note = NULL, .nops = 16, .ops = ops_1061 }; static const struct cckprng_op_init op_init_1063 = { .hd = { .id = 1004, .kind = OP_INIT }, .seed = { 0x60, 0x1b, 0x2c, 0x35, 0x97, 0x1c, 0x50, 0xab, 0xd9, 0x40, 0x7d, 0x64, 0x44, 0x2a, 0xbd, 0xef, 0x9f, 0x82, 0x19, 0x3c, 0x53, 0xb7, 0x4f, 0x1a, 0x90, 0xb3, 0x29, 0x38, 0x9d, 0xcf, 0x41, 0x54 }, .nonce = { 0x6f, 0x01, 0x8c, 0xa7, 0xed, 0x18, 0x37, 0x06 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1064 = { .hd = { .id = 1005, .kind = OP_REFRESH }, .rand = 17048243425047531501ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1065 = { .hd = { .id = 1006, .kind = OP_RESEED }, .nonce = 12166476055375866663ULL, .seed_nbytes = 242, .seed = { 0x78, 0xf9, 0xb0, 0x06, 0x8e, 0x11, 0x00, 0xad, 0x7b, 0x20, 0xd4, 0xd6, 0x13, 0x8f, 0x96, 0xfd, 0x9e, 0x7d, 0x0c, 0xcf, 0x62, 0x00, 0x42, 0xc6, 0xd1, 0xc8, 0xdd, 0xbb, 0xe2, 0x36, 0x9e, 0x5f, 0xee, 0xe0, 0x51, 0xf4, 0x61, 0x63, 0x2d, 0x7f, 0x38, 0x50, 0x2d, 0xdd, 0x09, 0x53, 0xf3, 0xaf, 0x09, 0xc4, 0xc5, 0x29, 0x14, 0x93, 0x6e, 0x17, 0x8b, 0xfa, 0x9d, 0x9b, 0x64, 0xc6, 0x7b, 0x5a, 0x99, 0x01, 0xf0, 0x77, 0xb6, 0x7c, 0x25, 0xa3, 0x01, 0xc3, 0x8b, 0x02, 0x9f, 0xce, 0x12, 0x22, 0x8c, 0x26, 0x66, 0x09, 0xeb, 0x85, 0x04, 0x83, 0xb6, 0xa2, 0xb4, 0xcc, 0x77, 0xce, 0x6d, 0xf0, 0x3b, 0xce, 0x12, 0xce, 0x26, 0xad, 0x58, 0xca, 0xdf, 0x16, 0x5d, 0x49, 0x57, 0x31, 0xc3, 0xab, 0x59, 0x3d, 0xd0, 0xb8, 0xb0, 0x91, 0x1d, 0x36, 0xee, 0xcf, 0x34, 0x75, 0xca, 0x0b, 0x3a, 0x38, 0x4f, 0x6f, 0x1c, 0x43, 0xa6, 0x9b, 0xc4, 0x88, 0x82, 0xc5, 0x6f, 0xb0, 0xab, 0xd8, 0x1c, 0xf5, 0xc1, 0x31, 0x49, 0xb0, 0xa8, 0x09, 0x52, 0xb2, 0x4c, 0xf4, 0xd5, 0xfd, 0x27, 0xe7, 0x31, 0xb0, 0x5a, 0x49, 0x71, 0x52, 0xb7, 0x35, 0x0c, 0xb7, 0x61, 0x64, 0xec, 0x26, 0xcc, 0xca, 0x6d, 0x6a, 0xc7, 0xb8, 0xd5, 0x80, 0xb8, 0x16, 0xb2, 0x1c, 0xeb, 0xbe, 0xee, 0xf1, 0x3d, 0x82, 0x8f, 0x7f, 0xbf, 0x4e, 0xeb, 0x53, 0xbf, 0xd1, 0xf6, 0x7a, 0xef, 0xd5, 0x7b, 0x3a, 0x0b, 0xb1, 0x7d, 0x68, 0x8f, 0x89, 0x78, 0x98, 0xe2, 0xd6, 0x5d, 0x87, 0x7f, 0x1c, 0x4c, 0x1d, 0x37, 0xeb, 0x81, 0x0c, 0x1d, 0x2b, 0x81, 0x9c, 0x8f, 0xa3, 0x24, 0x60, 0xf9, 0x1d, 0x5d, 0x55, 0x34, 0x77, 0x34, 0xa2, 0xa5, 0x29 } }; static const struct cckprng_op_reseed op_reseed_1066 = { .hd = { .id = 1007, .kind = OP_RESEED }, .nonce = 781674357264439533ULL, .seed_nbytes = 216, .seed = { 0x74, 0x9a, 0x6b, 0xca, 0x7c, 0x40, 0x15, 0x22, 0x3d, 0xca, 0x7f, 0xfa, 0x77, 0x96, 0xce, 0x5c, 0xac, 0x77, 0x3c, 0xee, 0xdc, 0xaf, 0xbe, 0xee, 0x01, 0x4b, 0x26, 0x85, 0xce, 0x90, 0xd9, 0x18, 0xe7, 0xa1, 0xa2, 0x74, 0xb9, 0x53, 0x1c, 0xff, 0xca, 0xbc, 0xf5, 0x65, 0x49, 0x01, 0xdc, 0x42, 0x78, 0x8b, 0x14, 0x0f, 0x5e, 0x45, 0x78, 0x60, 0xef, 0x54, 0x07, 0xea, 0x40, 0x8b, 0xa4, 0xbb, 0xef, 0x28, 0x5b, 0xa3, 0xce, 0x29, 0x97, 0xa2, 0x8b, 0xd3, 0x77, 0x68, 0x44, 0x84, 0xb9, 0x6b, 0x6c, 0x92, 0x57, 0x78, 0xff, 0xd8, 0xf9, 0x80, 0x0e, 0x19, 0xac, 0xed, 0xac, 0x29, 0x40, 0xc8, 0xfb, 0x1d, 0xdf, 0x06, 0xba, 0x49, 0xa2, 0xce, 0xe7, 0x01, 0xb6, 0x90, 0x1c, 0x76, 0x67, 0x3a, 0xca, 0xf8, 0xa2, 0x31, 0x75, 0x9d, 0xd4, 0x3b, 0x5c, 0xc3, 0x8b, 0xa6, 0x5d, 0x1f, 0x91, 0xe8, 0x38, 0x3b, 0x6b, 0x78, 0x77, 0x80, 0xd0, 0xf9, 0x8d, 0xbe, 0x2a, 0x2e, 0x65, 0x18, 0x10, 0x54, 0x74, 0x90, 0xfd, 0x89, 0x0c, 0x35, 0x90, 0x83, 0xe5, 0xa4, 0x9d, 0x54, 0x7f, 0x4d, 0xfe, 0x24, 0x9d, 0x82, 0x96, 0x2c, 0x5a, 0xe3, 0x1a, 0x7f, 0xf3, 0x76, 0xbd, 0x02, 0x13, 0xf7, 0x41, 0x05, 0xe1, 0xe1, 0xb8, 0x7e, 0x2a, 0x2d, 0x68, 0x36, 0x33, 0xff, 0x1e, 0xd4, 0x96, 0xfb, 0x32, 0x02, 0x05, 0x14, 0x3c, 0x97, 0xa0, 0x32, 0xac, 0xae, 0xd5, 0x98, 0xbf, 0x13, 0xef, 0x8a, 0x91, 0x39, 0xfc, 0xb1, 0x24, 0x37, 0xcb, 0x8b, 0x06, 0x8d } }; static const struct cckprng_op_refresh op_refresh_1067 = { .hd = { .id = 1008, .kind = OP_REFRESH }, .rand = 7989323101572782623ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1068 = { .hd = { .id = 1009, .kind = OP_RESEED }, .nonce = 7954867170038718621ULL, .seed_nbytes = 183, .seed = { 0x01, 0xfb, 0x9e, 0x19, 0x49, 0xbd, 0x84, 0x03, 0x48, 0x35, 0x47, 0xa4, 0xbd, 0x3b, 0xb7, 0xeb, 0x2f, 0x44, 0xe8, 0x96, 0xbe, 0xf2, 0x21, 0xd0, 0x9d, 0x8c, 0xac, 0xce, 0x9c, 0x90, 0x07, 0x77, 0x11, 0x77, 0x2c, 0x61, 0xe6, 0x52, 0x92, 0x11, 0x87, 0x2e, 0x5f, 0x06, 0x48, 0xe6, 0x7f, 0xf9, 0xc2, 0x55, 0x57, 0xe3, 0x25, 0xd8, 0x8f, 0x06, 0xf8, 0xa4, 0x13, 0x23, 0x9d, 0xd2, 0x62, 0xb1, 0x4d, 0x32, 0x73, 0xd7, 0xed, 0x42, 0xcf, 0xc5, 0xa7, 0x80, 0x97, 0xcd, 0x3e, 0x6c, 0x38, 0x99, 0xa2, 0x46, 0x53, 0x14, 0xfe, 0x2b, 0xfb, 0x2a, 0x3f, 0xbd, 0x71, 0xac, 0x77, 0x18, 0xa9, 0x1c, 0x25, 0x38, 0x21, 0x61, 0x39, 0x39, 0xf2, 0xd5, 0xa4, 0x37, 0x0e, 0xeb, 0x4d, 0x9d, 0x0d, 0x9d, 0xf6, 0xee, 0x96, 0x56, 0xd8, 0x06, 0x7a, 0x0b, 0x77, 0x11, 0x82, 0xd0, 0x4f, 0x15, 0xff, 0x8f, 0xcd, 0xa1, 0xcd, 0x34, 0xb4, 0x36, 0xe7, 0xfd, 0xb2, 0x3d, 0xa8, 0x1e, 0x81, 0xac, 0xb6, 0x57, 0x51, 0xa3, 0xba, 0x6d, 0x3b, 0xf0, 0x9a, 0x7e, 0x0e, 0x14, 0x1b, 0xc9, 0x5f, 0x02, 0x50, 0x93, 0xfc, 0x4d, 0xef, 0xbc, 0xa3, 0x73, 0x71, 0x35, 0x62, 0x18, 0xd4, 0x9f, 0x25, 0xb4, 0x06, 0x8b, 0xce, 0x09, 0x62, 0xf1, 0x27, 0x26, 0x27 } }; static const struct cckprng_op_reseed op_reseed_1069 = { .hd = { .id = 1010, .kind = OP_RESEED }, .nonce = 4479412583740711677ULL, .seed_nbytes = 106, .seed = { 0x88, 0xdd, 0x55, 0xf3, 0x28, 0xc7, 0xd2, 0xe6, 0xab, 0x02, 0x48, 0x85, 0xb2, 0x94, 0xde, 0x00, 0xb0, 0x65, 0x28, 0xd8, 0xef, 0x40, 0x04, 0xc8, 0x73, 0x74, 0x89, 0xf2, 0x25, 0x2d, 0x95, 0x86, 0x9d, 0x2a, 0xd4, 0x12, 0x67, 0x72, 0x7d, 0x27, 0xc3, 0xed, 0x10, 0x69, 0x35, 0xcd, 0x8d, 0xfd, 0xc4, 0xb4, 0x59, 0x9e, 0xea, 0x78, 0xd8, 0x44, 0x65, 0xc7, 0x03, 0xa6, 0x36, 0x1d, 0x98, 0x36, 0xef, 0xfe, 0x2f, 0x04, 0xfe, 0xb4, 0x11, 0xaf, 0xfa, 0x19, 0xcd, 0x52, 0x84, 0x36, 0xd5, 0x70, 0x9d, 0xbc, 0xa9, 0xeb, 0x7d, 0xdb, 0x22, 0x13, 0x85, 0x31, 0x66, 0x85, 0x19, 0x66, 0xee, 0x5c, 0xf4, 0x1e, 0x07, 0xd7, 0x65, 0xad, 0x98, 0xa9, 0x34, 0x61 } }; static const struct cckprng_op_refresh op_refresh_1070 = { .hd = { .id = 1011, .kind = OP_REFRESH }, .rand = 1098256723337190230ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1071 = { .hd = { .id = 1012, .kind = OP_RESEED }, .nonce = 6480287117308704579ULL, .seed_nbytes = 241, .seed = { 0x39, 0x07, 0x3b, 0x77, 0x6a, 0x92, 0xa6, 0xb2, 0x3e, 0x9e, 0x20, 0x03, 0xac, 0xac, 0xe1, 0xf7, 0x0b, 0xbe, 0x0d, 0xf7, 0x5f, 0xb8, 0x24, 0x82, 0x7d, 0x71, 0x20, 0xcb, 0x09, 0x0a, 0x80, 0xd7, 0xf1, 0xe1, 0xdc, 0xa0, 0xb6, 0x5e, 0xe5, 0x06, 0x43, 0xe3, 0x89, 0xdb, 0x98, 0xec, 0xa0, 0x21, 0x8d, 0x1f, 0xb7, 0x5b, 0x20, 0x2f, 0x16, 0xd0, 0x99, 0xe2, 0x6c, 0xe6, 0xf4, 0xad, 0xd4, 0xa2, 0x3a, 0x99, 0x31, 0x9d, 0xd9, 0x80, 0xbf, 0x20, 0x7e, 0x8f, 0xdb, 0x4e, 0xf4, 0x5d, 0x70, 0x87, 0xf8, 0x35, 0x9a, 0xdb, 0x88, 0x11, 0xf6, 0x45, 0x55, 0xf9, 0xed, 0x0a, 0x94, 0x6c, 0x57, 0x05, 0x76, 0xf7, 0x52, 0xa4, 0x20, 0xd7, 0xda, 0x26, 0xa8, 0xbf, 0xa3, 0xe5, 0x54, 0xe0, 0x5a, 0x53, 0x8b, 0x75, 0xb5, 0x82, 0x96, 0xe4, 0xce, 0x90, 0xff, 0x45, 0x65, 0x27, 0x2d, 0xad, 0xce, 0x87, 0xb7, 0x28, 0xaa, 0xe4, 0xca, 0xdf, 0x3c, 0x10, 0xd7, 0xed, 0x33, 0x92, 0x80, 0xfd, 0x8b, 0x57, 0x7f, 0x7d, 0x40, 0xbc, 0x24, 0x2a, 0x61, 0xf5, 0x82, 0x73, 0x8e, 0x31, 0xfd, 0x2e, 0x67, 0x47, 0xd6, 0xfc, 0xc1, 0x87, 0x0d, 0x5d, 0xe7, 0x52, 0x4b, 0x7f, 0xc1, 0xbb, 0x9e, 0x81, 0x10, 0x5e, 0x5d, 0x18, 0x12, 0x46, 0x27, 0x8b, 0xd1, 0xac, 0xc9, 0x2e, 0x7c, 0xaa, 0x6f, 0x8b, 0xe2, 0xa0, 0x1d, 0x0a, 0x6a, 0x57, 0x58, 0x76, 0xbf, 0x3e, 0x2f, 0x5a, 0x0f, 0x6a, 0x32, 0x4e, 0xa4, 0xdb, 0xa5, 0xd3, 0x48, 0xe1, 0xc4, 0xc3, 0xa7, 0xa8, 0x75, 0xb6, 0xb5, 0x45, 0x6c, 0x9b, 0x25, 0x10, 0x87, 0x38, 0x45, 0xc1, 0x57, 0x31, 0x67, 0x9e, 0x0d, 0x24, 0x0a, 0xab, 0x84, 0x70, 0x3e, 0xb9, 0x46 } }; static const struct cckprng_op_generate op_init_1072 = { .hd = { .id = 1013, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0x90, 0xca, 0x1e, 0x05, 0x12, 0xa1, 0x4a, 0x7e, 0x3f, 0x54, 0x8f } } }; static const struct cckprng_op_reseed op_reseed_1073 = { .hd = { .id = 1014, .kind = OP_RESEED }, .nonce = 11033278142090242734ULL, .seed_nbytes = 103, .seed = { 0x80, 0xf3, 0xc1, 0x5f, 0x3e, 0x87, 0x8e, 0xcf, 0xf1, 0x30, 0x53, 0x6b, 0x9c, 0x21, 0xb1, 0x29, 0x07, 0xde, 0x53, 0xc5, 0xcb, 0xcc, 0xc1, 0xc3, 0x45, 0x32, 0xef, 0x61, 0x70, 0xfa, 0xdf, 0x16, 0x21, 0x14, 0x29, 0x5b, 0xb9, 0x09, 0x64, 0x66, 0xfb, 0x25, 0x2e, 0x57, 0x95, 0x49, 0xaf, 0x6f, 0xc7, 0x1c, 0xf3, 0xba, 0xc5, 0x98, 0xb9, 0x58, 0x4a, 0xb8, 0xae, 0x4b, 0x20, 0xa6, 0x8d, 0xe3, 0x1c, 0x47, 0xb5, 0xfe, 0x07, 0x17, 0xc6, 0xd1, 0xbf, 0x35, 0xce, 0x2b, 0x0a, 0x1e, 0xc0, 0x03, 0xd2, 0xd2, 0x5a, 0x43, 0x0b, 0x18, 0xeb, 0x8f, 0xf7, 0x42, 0x5a, 0x92, 0x33, 0xa7, 0x7b, 0xc9, 0x68, 0x5b, 0xff, 0xda, 0xee, 0x04, 0xf5 } }; static const struct cckprng_op_generate op_init_1074 = { .hd = { .id = 1015, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0xeb, 0xcb, 0x64, 0x74, 0x2d, 0x2a, 0xbc, 0x0b } } }; static const struct cckprng_op_generate op_init_1075 = { .hd = { .id = 1016, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0xe2, 0x9a, 0x2b, 0xc0, 0xd3, 0x19, 0xab, 0xa6, 0x88, 0x35, 0xae, 0x83, 0xba, 0x64, 0x4d, 0xd5, 0x5c, 0x1d, 0x77, 0xb1, 0xea, 0x9a, 0x01, 0x33, 0x93, 0x7f, 0x70, 0x34, 0x73, 0x3b, 0xbf, 0x17, 0x45, 0xa6, 0x4d, 0x1b, 0x80, 0xb7, 0x84, 0xb7, 0x78, 0x41, 0xaa, 0xc8, 0x14, 0x7b, 0xb8, 0x4d, 0xc7, 0x28, 0xf8, 0x88, 0x80, 0x74, 0x37, 0x89, 0xcd, 0x19, 0xde, 0x75, 0xdd, 0xc2, 0xbd, 0x1b, 0x0c, 0x33, 0xea, 0x6d, 0x08, 0x4a, 0xe9, 0x42, 0xec, 0xdf, 0x5f, 0xe7, 0x48, 0xf1, 0x03, 0x38, 0xde, 0xa6, 0x48, 0x19, 0x20, 0xa6, 0x08, 0x34, 0x67, 0x02, 0xdb, 0xef, 0xec, 0x22, 0x81, 0x32, 0x7e, 0x70, 0x1a, 0x40, 0xc7, 0xba, 0x0d, 0x6e, 0xe3, 0xc4, 0xf3, 0x1c, 0xc8, 0x7b, 0x3a, 0x5d, 0x32, 0xe7, 0x45, 0xc9, 0xa8, 0xf3, 0xe4, 0x21, 0x37, 0x5c, 0xfb, 0x23, 0x6a, 0x80, 0xce, 0xfc, 0x86, 0x5f, 0x2c, 0xee, 0xa6, 0x02, 0xaf, 0x41, 0x94, 0x85, 0xfe, 0x4d, 0x87, 0x6e, 0xa1, 0x0e, 0xc5, 0x0e, 0x9d, 0x3f, 0x78, 0xae, 0x64, 0x0e, 0x54, 0x30, 0x60, 0x44, 0x7e, 0x6b, 0x44, 0xca, 0x5b, 0x48, 0xcf, 0xb4, 0x3d, 0xd3, 0xc8, 0x2a, 0xd8, 0xdc, 0xbb, 0x63, 0xac, 0x5b, 0x83, 0xe6, 0x9f, 0x58, 0xb5, 0x9e, 0x96, 0xd5, 0x9e, 0x31, 0x1b, 0x0f, 0x06, 0x9a, 0xd8, 0xa5, 0xc3, 0xf8, 0xc1 } } }; static const struct cckprng_op_reseed op_reseed_1076 = { .hd = { .id = 1017, .kind = OP_RESEED }, .nonce = 11782446611900629856ULL, .seed_nbytes = 174, .seed = { 0x33, 0x13, 0xb5, 0x8e, 0xb7, 0x17, 0xd6, 0xb6, 0xa0, 0x81, 0x59, 0xc8, 0x81, 0x6a, 0xb8, 0x54, 0x59, 0xd3, 0x97, 0x50, 0xe3, 0xc7, 0xc8, 0x19, 0xa2, 0x30, 0x54, 0x23, 0x66, 0x13, 0x4d, 0xd7, 0xbf, 0x62, 0x93, 0x27, 0x8d, 0xe0, 0x29, 0xae, 0x37, 0xb7, 0x43, 0xb2, 0x47, 0x1d, 0x33, 0x1a, 0xff, 0x97, 0xa4, 0x8b, 0xbd, 0xd3, 0x0f, 0x88, 0x84, 0x3f, 0x1c, 0xde, 0x73, 0xe1, 0xae, 0x24, 0xbd, 0xd8, 0x95, 0x07, 0x0e, 0x34, 0x5d, 0x3a, 0x75, 0x77, 0x0c, 0x32, 0x6d, 0x08, 0x2e, 0xa2, 0xaa, 0x50, 0x66, 0x13, 0x77, 0xcc, 0xd0, 0x14, 0x11, 0x7a, 0xd3, 0x05, 0x06, 0xbd, 0xdb, 0xdd, 0xfb, 0xd5, 0xaf, 0xfb, 0x85, 0x33, 0xa7, 0x0c, 0x53, 0xec, 0xbf, 0x13, 0x49, 0xed, 0x2e, 0xcc, 0x8b, 0xa1, 0xe9, 0x1a, 0xa6, 0x0c, 0xbd, 0x5a, 0x06, 0x92, 0x25, 0xd0, 0xb4, 0xf2, 0x6d, 0x3e, 0x16, 0x99, 0x66, 0x40, 0xbd, 0xa0, 0x5a, 0x7a, 0x1c, 0x5a, 0xcb, 0xfe, 0xe4, 0xb8, 0x90, 0xf3, 0x0c, 0x02, 0xcb, 0x17, 0x34, 0x21, 0x59, 0x4f, 0x0d, 0x5b, 0xec, 0xf5, 0xb5, 0xc6, 0x54, 0x20, 0x14, 0x2b, 0x66, 0x5d, 0x5a, 0x5b, 0xae, 0x2c, 0xdc, 0x18, 0x43, 0x40, 0x20, 0x28 } }; static const struct cckprng_op_refresh op_refresh_1077 = { .hd = { .id = 1018, .kind = OP_REFRESH }, .rand = 4276314521801242264ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1078 = { .hd = { .id = 1019, .kind = OP_RESEED }, .nonce = 13264124349370036134ULL, .seed_nbytes = 106, .seed = { 0x0f, 0x44, 0x20, 0xa6, 0x87, 0xa9, 0x5e, 0x02, 0xa3, 0x5e, 0x16, 0xdd, 0xb4, 0x58, 0x25, 0x19, 0x79, 0xd3, 0x44, 0x70, 0x00, 0x25, 0x7f, 0x1d, 0x30, 0xbf, 0x9a, 0x9e, 0x73, 0x7e, 0x04, 0x1a, 0x52, 0xc6, 0x25, 0xb6, 0xa0, 0xba, 0x94, 0xc5, 0x93, 0xfe, 0x44, 0x02, 0x59, 0xaf, 0xaa, 0x6e, 0x05, 0xa3, 0xb9, 0x6e, 0x5c, 0x99, 0xde, 0xe5, 0xb0, 0x54, 0x4f, 0x47, 0x91, 0x2e, 0x1d, 0xb4, 0x7b, 0x47, 0xce, 0xf1, 0x0c, 0xa3, 0xf1, 0xc9, 0x04, 0x4d, 0x09, 0x69, 0x23, 0x5d, 0xd0, 0x4c, 0x43, 0xd0, 0xfc, 0x12, 0x8c, 0x43, 0xce, 0xe9, 0x50, 0x9b, 0x67, 0x15, 0x91, 0x53, 0x66, 0x6c, 0x3a, 0x0b, 0x68, 0x85, 0x03, 0x85, 0x9c, 0xd1, 0xad, 0xbb } }; static const struct cckprng_op *ops_1079[] = { (const struct cckprng_op *)&op_init_1063, (const struct cckprng_op *)&op_refresh_1064, (const struct cckprng_op *)&op_reseed_1065, (const struct cckprng_op *)&op_reseed_1066, (const struct cckprng_op *)&op_refresh_1067, (const struct cckprng_op *)&op_reseed_1068, (const struct cckprng_op *)&op_reseed_1069, (const struct cckprng_op *)&op_refresh_1070, (const struct cckprng_op *)&op_reseed_1071, (const struct cckprng_op *)&op_init_1072, (const struct cckprng_op *)&op_reseed_1073, (const struct cckprng_op *)&op_init_1074, (const struct cckprng_op *)&op_init_1075, (const struct cckprng_op *)&op_reseed_1076, (const struct cckprng_op *)&op_refresh_1077, (const struct cckprng_op *)&op_reseed_1078 }; static const struct cckprng_vector vec_1080 = { .id = 1020, .note = NULL, .nops = 16, .ops = ops_1079 }; static const struct cckprng_op_init op_init_1081 = { .hd = { .id = 1021, .kind = OP_INIT }, .seed = { 0xec, 0xe0, 0x66, 0x5e, 0x3f, 0x89, 0xe5, 0x15, 0x4b, 0xbc, 0xdb, 0x41, 0x61, 0x77, 0x06, 0x1c, 0xe4, 0xb9, 0xc3, 0xfd, 0x61, 0x89, 0xbc, 0xb9, 0x9b, 0x39, 0xc5, 0x7b, 0x02, 0xf1, 0x26, 0x1a }, .nonce = { 0xeb, 0xe4, 0xcf, 0xa1, 0xe9, 0x9c, 0xef, 0x7d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1082 = { .hd = { .id = 1022, .kind = OP_GENERATE }, .rand_nbytes = 116, .out = { .rand = { 0xd8, 0x81, 0x48, 0x3c, 0x1e, 0x20, 0x4a, 0xfd, 0x16, 0xf5, 0x8c, 0x96, 0x6f, 0x30, 0x55, 0x5d, 0x18, 0x64, 0x1e, 0xc4, 0x81, 0xd1, 0x5c, 0xd9, 0xfc, 0x1e, 0xad, 0x94, 0x50, 0xc0, 0xbc, 0x3e, 0xf4, 0x19, 0xda, 0xfd, 0x3a, 0x0a, 0xf8, 0xc8, 0x36, 0x4e, 0x5a, 0xfb, 0x17, 0x9c, 0xa8, 0xbd, 0xe0, 0xf6, 0xe1, 0x04, 0x89, 0x89, 0xba, 0x2c, 0xf9, 0x40, 0x76, 0x90, 0x1f, 0x4d, 0x66, 0x83, 0x68, 0x99, 0x7e, 0xd7, 0xcc, 0xc9, 0xf4, 0xd1, 0x39, 0x79, 0xd2, 0xa6, 0x3b, 0xe3, 0xbe, 0x40, 0xf2, 0x8b, 0x47, 0xcf, 0x54, 0xc4, 0xfd, 0x72, 0x14, 0x43, 0x2c, 0xf4, 0xb3, 0x03, 0x76, 0x33, 0xc0, 0x19, 0xd7, 0x9f, 0x54, 0xc8, 0xe0, 0x27, 0xe8, 0xca, 0x67, 0x60, 0x83, 0xbd, 0x9e, 0x9d, 0x39, 0xa6, 0x4c, 0x74 } } }; static const struct cckprng_op_refresh op_refresh_1083 = { .hd = { .id = 1023, .kind = OP_REFRESH }, .rand = 5335851344891311847ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1084 = { .hd = { .id = 1024, .kind = OP_RESEED }, .nonce = 7905530171439084856ULL, .seed_nbytes = 46, .seed = { 0x3f, 0x25, 0x12, 0x0c, 0x1b, 0x7e, 0x62, 0xaf, 0xa1, 0xaa, 0xd9, 0xed, 0x80, 0x5e, 0xf8, 0xc0, 0x2a, 0xee, 0x38, 0x84, 0xaa, 0x7d, 0x64, 0xed, 0x8b, 0x52, 0x6d, 0x5e, 0x4d, 0x64, 0x9a, 0x1b, 0xf0, 0x91, 0x91, 0xf9, 0x09, 0x12, 0x0e, 0xdf, 0x01, 0xbc, 0xdb, 0xc5, 0x3a, 0x86 } }; static const struct cckprng_op_reseed op_reseed_1085 = { .hd = { .id = 1025, .kind = OP_RESEED }, .nonce = 14019692998273480081ULL, .seed_nbytes = 39, .seed = { 0x70, 0x6d, 0x9c, 0x99, 0x9f, 0xfe, 0x20, 0xc9, 0x86, 0x58, 0xc0, 0xbe, 0x50, 0xc5, 0xfd, 0x37, 0x9a, 0xc8, 0xe1, 0xbb, 0x16, 0xb1, 0x3a, 0x14, 0x82, 0xce, 0x67, 0xb4, 0xf5, 0x96, 0xe0, 0xe0, 0xb1, 0x58, 0x43, 0x87, 0x76, 0xac, 0xb5 } }; static const struct cckprng_op_generate op_init_1086 = { .hd = { .id = 1026, .kind = OP_GENERATE }, .rand_nbytes = 30, .out = { .rand = { 0x7c, 0x5c, 0x6e, 0x2b, 0xc3, 0xf1, 0xcf, 0xa7, 0x12, 0x94, 0xad, 0xf2, 0xe0, 0x60, 0xc8, 0xfc, 0xa8, 0x41, 0xb2, 0x35, 0xa1, 0x69, 0x35, 0x6c, 0x68, 0xee, 0x34, 0xe1, 0x55, 0x37 } } }; static const struct cckprng_op_generate op_init_1087 = { .hd = { .id = 1027, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0x7d, 0x77, 0x27, 0x1f, 0x0b, 0x49, 0xc6, 0x77, 0x67, 0xdd, 0x27, 0xde, 0x7e, 0x84, 0x69, 0x05, 0x2c, 0x9c, 0x84, 0x7e, 0xcc, 0x75, 0xc2, 0xc2, 0x57, 0x53, 0x7c, 0x40, 0x90, 0xc7, 0x9c, 0x16, 0xe6, 0xae, 0x53, 0x99, 0x39, 0x39, 0x0c, 0x81, 0xf0, 0x49, 0xe8, 0x67, 0x36, 0xb2, 0xd5, 0x40, 0x28, 0x19, 0x63, 0xf7, 0x68, 0x2b, 0x43, 0xdd, 0x98, 0xd9, 0x06, 0xe0, 0xe5, 0x56, 0x3d, 0x51, 0x94, 0x1f, 0x3f, 0xb9, 0x89, 0x5e, 0x8c, 0xf2, 0xff, 0x68, 0x59, 0x61, 0x05, 0xe3, 0xab, 0x8b, 0xe1, 0x3f, 0xfd, 0xd8, 0x3c, 0xaa, 0x1a, 0x83, 0x38, 0xf4, 0x26, 0x9e, 0xfc, 0x92, 0x7d, 0x8d, 0xf2, 0x0b, 0x5a, 0x0a, 0xad, 0x5d, 0xa5, 0xe7, 0x4a, 0xd6, 0x18, 0x35, 0x4e, 0xf1, 0xb8, 0xff, 0x6d, 0xdb, 0x5d, 0x9f, 0xe4, 0x32, 0x2d, 0x85, 0x21, 0x73, 0x04, 0x05, 0x29, 0x4d, 0x74, 0x35, 0x8c, 0x5f, 0xee, 0x39, 0x5a, 0xae, 0xee, 0x70, 0xb6, 0x9d, 0x0e, 0xac, 0x34, 0x97, 0x00, 0x03, 0x98, 0x41, 0x0c, 0x0e, 0x3c, 0x9b, 0xb5, 0xf2, 0x5a, 0x8d, 0x93, 0xbf, 0x1d, 0x6d, 0xb7, 0xb4, 0xe8, 0xa2, 0xbb } } }; static const struct cckprng_op_refresh op_refresh_1088 = { .hd = { .id = 1028, .kind = OP_REFRESH }, .rand = 15687061020854699587ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1089 = { .hd = { .id = 1029, .kind = OP_RESEED }, .nonce = 17206401843433969941ULL, .seed_nbytes = 149, .seed = { 0xc6, 0x73, 0x77, 0xc2, 0xba, 0x1d, 0xaa, 0x72, 0x8f, 0x32, 0xc9, 0x2d, 0x7e, 0x3f, 0x52, 0xd5, 0x38, 0x72, 0xc0, 0x14, 0x18, 0xb2, 0x9b, 0x09, 0x69, 0x76, 0x3f, 0x0d, 0x7b, 0xd8, 0xb9, 0x14, 0xe0, 0xb7, 0x40, 0xf9, 0xab, 0x12, 0xfb, 0xb1, 0xc9, 0xd1, 0x33, 0x9c, 0x8f, 0xc1, 0x42, 0x18, 0x67, 0xbc, 0x39, 0x08, 0xf1, 0xe9, 0x40, 0xc5, 0x7c, 0x88, 0x4d, 0x6f, 0x7f, 0xf6, 0x93, 0xd9, 0xc7, 0x52, 0x5e, 0x87, 0xec, 0xac, 0x7b, 0x7f, 0x0b, 0x15, 0x6b, 0x28, 0xcd, 0x13, 0xc0, 0xcc, 0xcd, 0x0f, 0xa7, 0xd1, 0x4f, 0x6d, 0x92, 0xe3, 0x9e, 0x33, 0xb2, 0x43, 0x1d, 0x86, 0x98, 0x5d, 0xbf, 0xe9, 0x53, 0xf2, 0x7d, 0x0d, 0x46, 0x71, 0x5d, 0xbe, 0xf4, 0x9e, 0x07, 0x30, 0xeb, 0x96, 0x6e, 0x3e, 0x1a, 0x71, 0xe0, 0x3d, 0xea, 0x00, 0x9c, 0x6c, 0xc7, 0xe6, 0xd7, 0x5a, 0xcf, 0xb0, 0xbf, 0x75, 0xec, 0xe9, 0xa3, 0x03, 0x58, 0xa4, 0xd3, 0x59, 0x55, 0x95, 0xbe, 0xe6, 0x0c, 0x68, 0xa4, 0xbb, 0xbd, 0xb2, 0x46 } }; static const struct cckprng_op_reseed op_reseed_1090 = { .hd = { .id = 1030, .kind = OP_RESEED }, .nonce = 9457821982376503134ULL, .seed_nbytes = 185, .seed = { 0xc9, 0xca, 0x7d, 0xb8, 0xe6, 0xf7, 0x4d, 0x48, 0x99, 0x23, 0x65, 0x09, 0x2a, 0xab, 0xa1, 0xd4, 0x96, 0x27, 0xed, 0x59, 0xf0, 0xf3, 0x3a, 0x88, 0xe8, 0x3f, 0x08, 0x10, 0x34, 0xaf, 0xdd, 0xe7, 0x3c, 0xc2, 0x95, 0xd9, 0x5a, 0x98, 0x7f, 0xaf, 0x91, 0x71, 0x49, 0x50, 0x44, 0x64, 0x29, 0x46, 0xcf, 0xe6, 0x35, 0xd4, 0x8e, 0xd4, 0x37, 0xa2, 0x58, 0x57, 0x4c, 0xf4, 0x6f, 0xce, 0xc3, 0x5b, 0x60, 0x82, 0x96, 0x90, 0x45, 0xce, 0x95, 0x7b, 0x35, 0x98, 0x24, 0x6f, 0x02, 0x6f, 0x6b, 0xc3, 0xa3, 0xdf, 0x8d, 0x24, 0x7e, 0xfe, 0xa8, 0x49, 0x90, 0xdb, 0xef, 0x84, 0xe1, 0xeb, 0xd7, 0x6f, 0x9e, 0x22, 0xaf, 0x01, 0x3e, 0xaa, 0x41, 0x00, 0x67, 0xe0, 0x04, 0xbf, 0x20, 0x45, 0xe7, 0xe7, 0x65, 0xf3, 0x0d, 0x89, 0x5e, 0x32, 0xf7, 0xa7, 0xf3, 0x68, 0xea, 0x86, 0x0f, 0x1d, 0xf4, 0xf5, 0x2b, 0xa2, 0x46, 0x92, 0x67, 0x01, 0xeb, 0x6c, 0xf3, 0x5d, 0x11, 0xc8, 0xba, 0xb8, 0xe1, 0xd0, 0xfa, 0xd4, 0x45, 0xe3, 0xce, 0x8c, 0xaa, 0xb1, 0xae, 0x7c, 0x4a, 0xef, 0x8c, 0x9e, 0x9c, 0xb0, 0x88, 0x84, 0xd3, 0xd9, 0xfe, 0xff, 0x45, 0xda, 0x3b, 0x23, 0xa8, 0xc3, 0x01, 0x3a, 0x3a, 0xb5, 0xa3, 0x91, 0x0b, 0xb9, 0xa4, 0xa6, 0x2d, 0x10, 0x7b } }; static const struct cckprng_op_reseed op_reseed_1091 = { .hd = { .id = 1031, .kind = OP_RESEED }, .nonce = 15179081314132340597ULL, .seed_nbytes = 146, .seed = { 0x12, 0xe3, 0x71, 0xa5, 0x28, 0x03, 0x34, 0x4b, 0x01, 0xa2, 0x69, 0x5e, 0xa2, 0x21, 0xfb, 0x36, 0x71, 0x05, 0x3d, 0xf3, 0x59, 0x29, 0x93, 0x5e, 0xa4, 0x05, 0x26, 0x26, 0xef, 0xe9, 0xd8, 0xb7, 0x58, 0x68, 0x90, 0x57, 0xd7, 0xbb, 0x80, 0xff, 0xbe, 0xce, 0xb6, 0x0d, 0xe1, 0xa5, 0x49, 0x47, 0xe9, 0x0b, 0x13, 0x02, 0xd2, 0xed, 0x49, 0x4a, 0x77, 0x7e, 0xa1, 0xb9, 0xca, 0x4f, 0x7c, 0x98, 0x78, 0xf8, 0x29, 0x8d, 0xfd, 0xf4, 0xa7, 0xc0, 0xa7, 0x1a, 0x4d, 0x32, 0x9e, 0xcf, 0x31, 0x7b, 0xa9, 0xd9, 0x63, 0x14, 0xcf, 0x89, 0xe6, 0x65, 0xbd, 0xcb, 0xbe, 0x1f, 0xa5, 0x15, 0x13, 0xb4, 0x9d, 0xa3, 0x51, 0xba, 0x7f, 0x8d, 0x1a, 0x1c, 0xc4, 0xba, 0xa2, 0xd1, 0xde, 0xb4, 0xdf, 0x4b, 0x7d, 0x23, 0x13, 0x41, 0x0d, 0x10, 0xf7, 0xdb, 0x53, 0x01, 0x27, 0xd5, 0xf8, 0x27, 0x5a, 0x11, 0x15, 0xa0, 0xdf, 0xff, 0x1f, 0x92, 0xf8, 0xc5, 0x06, 0xe4, 0x03, 0xca, 0x63, 0xcd, 0x9a, 0x05, 0x1f, 0x9b } }; static const struct cckprng_op_generate op_init_1092 = { .hd = { .id = 1032, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0xac, 0x24, 0x55, 0x36, 0xd3, 0xfc, 0xbe, 0x5f, 0x6c, 0x24, 0xeb, 0x62, 0x90, 0xb2, 0x44, 0xb6, 0x19, 0xc3, 0x5e, 0xd4, 0xd6, 0xae, 0xd5, 0x1b, 0x52, 0xfd, 0x5a, 0x93, 0x78, 0x61, 0xb1, 0xfb, 0x10, 0x4c, 0x56, 0xd0, 0xb5, 0x2a, 0xd9, 0x9d, 0x4a, 0x3b, 0xff, 0x31, 0x31, 0xe2, 0x35, 0xa1, 0xf5, 0xe5, 0xbb, 0x9c, 0xe5, 0x3b, 0x99, 0xc1, 0xea, 0x1e, 0x83, 0xd4, 0xf9, 0xdc, 0xd7, 0x93, 0xc0, 0x43, 0x2b, 0xd9, 0xf7, 0x38, 0xa5, 0x96, 0x2c, 0xcf, 0xe0, 0xfd, 0xc6, 0xac } } }; static const struct cckprng_op_reseed op_reseed_1093 = { .hd = { .id = 1033, .kind = OP_RESEED }, .nonce = 12702963600107260499ULL, .seed_nbytes = 195, .seed = { 0x52, 0x74, 0x86, 0xe8, 0xd4, 0x10, 0x7a, 0xc6, 0x9d, 0x65, 0xea, 0x6b, 0xa8, 0x21, 0x90, 0x75, 0xca, 0x00, 0x3c, 0xa8, 0x0e, 0xe5, 0xf5, 0x86, 0x07, 0xda, 0xea, 0x4f, 0xf0, 0x6e, 0x83, 0x24, 0x21, 0x76, 0x7d, 0xe5, 0xc5, 0x3c, 0x42, 0x8a, 0xc1, 0xbf, 0x6f, 0x5e, 0xda, 0x15, 0x14, 0x77, 0xdd, 0x8d, 0xd5, 0xba, 0x17, 0xce, 0x96, 0xdb, 0x98, 0xb3, 0x8d, 0x65, 0xd2, 0x9f, 0x5b, 0x7e, 0xac, 0x3f, 0xda, 0x8f, 0x36, 0x59, 0x24, 0x46, 0xb5, 0x1f, 0x16, 0xbf, 0xf9, 0x65, 0x20, 0xaa, 0x53, 0x0b, 0x1f, 0xc2, 0x24, 0x04, 0x66, 0x1a, 0xff, 0xe2, 0x82, 0xf7, 0xcb, 0x14, 0x7d, 0x88, 0x9e, 0x99, 0xd2, 0x4f, 0xac, 0xfb, 0xd8, 0x5e, 0x34, 0x81, 0x78, 0x60, 0x79, 0x8b, 0xfe, 0xac, 0xc1, 0xb7, 0x4c, 0x93, 0x66, 0x63, 0x63, 0x4d, 0x36, 0x3f, 0xd6, 0x52, 0x9e, 0xc8, 0x06, 0xf9, 0xf4, 0x56, 0x51, 0x28, 0x9f, 0xb5, 0xcb, 0x2f, 0x83, 0x40, 0xe5, 0x1c, 0xb7, 0x10, 0x59, 0xb0, 0x0b, 0x67, 0x65, 0xa8, 0xba, 0xa8, 0x80, 0x9e, 0xcd, 0xc5, 0xbf, 0xf9, 0xa7, 0x74, 0x46, 0xbd, 0x81, 0xf1, 0xfe, 0xae, 0xe9, 0x03, 0xc4, 0x03, 0x02, 0xa0, 0xda, 0x99, 0xb6, 0x0a, 0x7e, 0x05, 0x48, 0x59, 0xc1, 0x1a, 0xd8, 0xa8, 0x63, 0x76, 0xb8, 0xb9, 0x41, 0xab, 0xaa, 0xe1, 0xd2, 0x05, 0xcc, 0x62, 0x79 } }; static const struct cckprng_op_refresh op_refresh_1094 = { .hd = { .id = 1034, .kind = OP_REFRESH }, .rand = 267346635274184626ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1095 = { .hd = { .id = 1035, .kind = OP_RESEED }, .nonce = 13299511465455776302ULL, .seed_nbytes = 173, .seed = { 0x1b, 0xaf, 0xd5, 0x42, 0x5c, 0xdd, 0x2e, 0x32, 0x9b, 0x7e, 0x90, 0xe3, 0x2b, 0xb4, 0x11, 0x90, 0x71, 0x4b, 0x27, 0x35, 0xa7, 0xf8, 0xff, 0xc5, 0x6f, 0x28, 0x51, 0x2f, 0xea, 0xd2, 0x60, 0x8a, 0x41, 0x0f, 0x4d, 0x43, 0xdd, 0x25, 0xc8, 0x9e, 0xf2, 0x1b, 0x2b, 0x09, 0xc7, 0xef, 0xc6, 0x8c, 0xbc, 0xda, 0x61, 0x0e, 0x50, 0xf5, 0x2b, 0x14, 0x03, 0x76, 0x88, 0xa9, 0xaa, 0xfd, 0x7b, 0xc9, 0xf5, 0xd5, 0x02, 0xc1, 0xa1, 0x8c, 0x58, 0x6b, 0x53, 0xc3, 0xa2, 0x69, 0x05, 0xdb, 0xdd, 0x44, 0xc2, 0x7b, 0x28, 0x66, 0xb8, 0x16, 0x11, 0xa0, 0x9b, 0x84, 0x72, 0xa2, 0xd0, 0x10, 0x1a, 0x33, 0xad, 0x2f, 0x38, 0x21, 0xc8, 0xc3, 0x81, 0x4e, 0x20, 0x1d, 0x8f, 0x6f, 0x42, 0x2d, 0x82, 0x2f, 0x23, 0xed, 0x16, 0x92, 0xac, 0xcf, 0x02, 0x87, 0x92, 0x6d, 0xd0, 0x86, 0xa6, 0x5b, 0x74, 0x08, 0x14, 0x57, 0x58, 0x6e, 0x11, 0xc9, 0x3a, 0x10, 0x0a, 0x89, 0x91, 0x62, 0x79, 0x39, 0xfe, 0xab, 0xe5, 0xc1, 0x13, 0x95, 0x29, 0xa7, 0xf6, 0x7a, 0x7a, 0x3a, 0x58, 0xa5, 0x3b, 0x9b, 0xc0, 0x51, 0xfb, 0xc4, 0xe8, 0x29, 0x76, 0x54, 0x84, 0xcc, 0x05, 0xd4, 0xe9, 0x4e, 0x56 } }; static const struct cckprng_op_refresh op_refresh_1096 = { .hd = { .id = 1036, .kind = OP_REFRESH }, .rand = 4119491046432001759ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1097[] = { (const struct cckprng_op *)&op_init_1081, (const struct cckprng_op *)&op_init_1082, (const struct cckprng_op *)&op_refresh_1083, (const struct cckprng_op *)&op_reseed_1084, (const struct cckprng_op *)&op_reseed_1085, (const struct cckprng_op *)&op_init_1086, (const struct cckprng_op *)&op_init_1087, (const struct cckprng_op *)&op_refresh_1088, (const struct cckprng_op *)&op_reseed_1089, (const struct cckprng_op *)&op_reseed_1090, (const struct cckprng_op *)&op_reseed_1091, (const struct cckprng_op *)&op_init_1092, (const struct cckprng_op *)&op_reseed_1093, (const struct cckprng_op *)&op_refresh_1094, (const struct cckprng_op *)&op_reseed_1095, (const struct cckprng_op *)&op_refresh_1096 }; static const struct cckprng_vector vec_1098 = { .id = 1037, .note = NULL, .nops = 16, .ops = ops_1097 }; static const struct cckprng_op_init op_init_1099 = { .hd = { .id = 1038, .kind = OP_INIT }, .seed = { 0xfb, 0xff, 0x3e, 0xa9, 0x4d, 0xa2, 0x66, 0x5d, 0xe5, 0xda, 0x5f, 0x9c, 0x63, 0x7d, 0xe9, 0x66, 0xcc, 0xed, 0x7c, 0xfc, 0x85, 0xae, 0xed, 0x6a, 0xfe, 0x8c, 0xad, 0x16, 0x85, 0x93, 0xa7, 0x86 }, .nonce = { 0x8c, 0x27, 0xad, 0xb2, 0xc3, 0xf0, 0xb1, 0x4c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1100 = { .hd = { .id = 1039, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0xe0, 0x0a, 0x78, 0x2c, 0x76, 0x88, 0x83, 0x02, 0xd3, 0xcb, 0xd4, 0xfd, 0xb1, 0xb7, 0x6c, 0xa9, 0x7c, 0x62, 0x86, 0x2b, 0xa8, 0x3f, 0x14, 0xa5, 0xbe, 0x70, 0x0e, 0x49, 0x00, 0x04, 0x6a, 0x44, 0x20, 0xc8, 0x09, 0x5d, 0x2d, 0x86, 0x90, 0x2a, 0x41, 0x2d, 0xd8, 0x1a, 0xd3, 0x5f, 0x97, 0x25, 0xbc, 0x19, 0xce, 0x39, 0xdf, 0x13, 0x8d, 0x88, 0xcd, 0x69, 0xe4, 0x15, 0x33, 0x8b, 0x59, 0xb2 } } }; static const struct cckprng_op_refresh op_refresh_1101 = { .hd = { .id = 1040, .kind = OP_REFRESH }, .rand = 9262269293031402548ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1102 = { .hd = { .id = 1041, .kind = OP_GENERATE }, .rand_nbytes = 41, .out = { .rand = { 0x29, 0xb0, 0xa6, 0x80, 0x6d, 0xb8, 0x0e, 0x38, 0xe0, 0xa3, 0xe8, 0xc1, 0xfe, 0x88, 0xf4, 0xab, 0xac, 0x9f, 0xfa, 0x4f, 0x81, 0xf5, 0x96, 0x27, 0x8e, 0x4d, 0xae, 0xa1, 0x7e, 0x25, 0x0f, 0x8b, 0xce, 0x96, 0x66, 0x28, 0x03, 0x68, 0x92, 0x72, 0x0c } } }; static const struct cckprng_op_reseed op_reseed_1103 = { .hd = { .id = 1042, .kind = OP_RESEED }, .nonce = 8111619267503061322ULL, .seed_nbytes = 287, .seed = { 0x15, 0x79, 0xc9, 0x97, 0x61, 0xa1, 0xe0, 0x54, 0x05, 0x73, 0xe4, 0x1e, 0x00, 0x0b, 0xde, 0xd8, 0x37, 0x99, 0x2c, 0x93, 0xbb, 0x38, 0x12, 0x72, 0x5a, 0x7e, 0x9c, 0xf4, 0xc6, 0xcc, 0x06, 0x29, 0xc9, 0x19, 0xae, 0x8e, 0x4c, 0xef, 0xb7, 0x89, 0x53, 0x34, 0x01, 0xb0, 0x99, 0xb9, 0xa6, 0xef, 0xca, 0x17, 0x81, 0x8a, 0x13, 0x44, 0x1a, 0x01, 0x8a, 0x82, 0xa5, 0x36, 0x18, 0xde, 0xc3, 0x95, 0x13, 0x1b, 0x71, 0x8f, 0xe2, 0x41, 0x61, 0x8a, 0xbf, 0x0b, 0x95, 0x95, 0x8f, 0xe0, 0xdf, 0x8d, 0xae, 0xa4, 0xa6, 0x12, 0x97, 0x76, 0xe3, 0x40, 0xc4, 0xd7, 0xc5, 0x8c, 0x55, 0xcc, 0x9a, 0x24, 0xbe, 0x60, 0x2d, 0x6f, 0xe0, 0x55, 0x75, 0x8f, 0x6f, 0x8e, 0x67, 0x77, 0x6c, 0x99, 0xdf, 0xdd, 0x6f, 0xa8, 0x5c, 0x6c, 0xf8, 0xb8, 0xb2, 0x83, 0x6e, 0x71, 0x1d, 0x80, 0xeb, 0x28, 0x5d, 0x1d, 0x29, 0x3f, 0x7e, 0xd0, 0x8b, 0x9e, 0xdf, 0x86, 0x6d, 0x87, 0xde, 0xb3, 0x94, 0x05, 0x02, 0xed, 0xfa, 0x8e, 0xf7, 0x3e, 0x35, 0x4f, 0x81, 0x6f, 0xbc, 0x8b, 0xf1, 0xfc, 0x31, 0x5e, 0xb5, 0xea, 0x0b, 0xc4, 0x35, 0x53, 0x33, 0x65, 0x89, 0xcc, 0xbd, 0xff, 0x5e, 0x78, 0x6a, 0xed, 0xb9, 0x97, 0xbe, 0x98, 0xb9, 0x20, 0x6c, 0xd4, 0x40, 0xa7, 0xd6, 0x53, 0x31, 0xa9, 0x5b, 0xe1, 0x13, 0x4d, 0x10, 0x59, 0xd3, 0x08, 0x75, 0xa1, 0x41, 0x3e, 0xa9, 0x7b, 0x37, 0x2a, 0x3c, 0x87, 0xa5, 0x83, 0xf6, 0x21, 0xf4, 0xe4, 0x14, 0x83, 0xdf, 0xa2, 0x0e, 0xa8, 0x0c, 0x36, 0x66, 0x6b, 0x9e, 0x76, 0xa9, 0xdd, 0xbf, 0xcb, 0x11, 0xba, 0xa5, 0x75, 0x54, 0x29, 0x07, 0x9a, 0xe5, 0xb1, 0x01, 0xd6, 0xa6, 0x28, 0x98, 0x44, 0x88, 0x78, 0xf4, 0x9f, 0xdb, 0x1e, 0xca, 0xf0, 0xaa, 0xeb, 0xfe, 0x7a, 0xe9, 0x59, 0xd5, 0x6b, 0x8c, 0x7e, 0xfa, 0xe9, 0x83, 0xa4, 0x80, 0x29, 0x59, 0xda, 0x34, 0x11, 0xef, 0xce, 0xcd, 0xe3, 0xa4, 0x50, 0x42, 0x65, 0xbb, 0x88, 0x9b, 0x96, 0x15, 0xad, 0x80 } }; static const struct cckprng_op_reseed op_reseed_1104 = { .hd = { .id = 1043, .kind = OP_RESEED }, .nonce = 13545622975067186876ULL, .seed_nbytes = 126, .seed = { 0x18, 0xad, 0x25, 0x16, 0xee, 0x37, 0x20, 0x88, 0x63, 0xf0, 0x62, 0x61, 0x79, 0xef, 0xd3, 0xca, 0xce, 0xfa, 0x51, 0xc9, 0x2c, 0x40, 0xc1, 0x2b, 0x6f, 0x18, 0x65, 0x09, 0xe9, 0x7c, 0xdf, 0x84, 0x69, 0xb6, 0xad, 0x6e, 0x09, 0x0b, 0xb5, 0xc6, 0xbc, 0x08, 0xef, 0x86, 0x0b, 0xe0, 0xa4, 0x48, 0x70, 0x2b, 0xff, 0xe1, 0xb5, 0x91, 0x78, 0x71, 0x53, 0xf5, 0x4b, 0x82, 0x4d, 0xdb, 0x90, 0x15, 0x51, 0xa4, 0xa3, 0x77, 0x69, 0xa9, 0xc5, 0x89, 0xa6, 0x1c, 0xea, 0xf1, 0xe2, 0x9b, 0x78, 0x68, 0x1b, 0xab, 0xd9, 0xf1, 0xc1, 0xc6, 0xb2, 0xc9, 0xa3, 0x28, 0x57, 0x6e, 0xa9, 0xf9, 0xde, 0x31, 0xc5, 0xa9, 0x18, 0xf5, 0x2b, 0xa0, 0xac, 0x2e, 0xa4, 0x41, 0x5e, 0x1d, 0x5d, 0x00, 0xa0, 0xec, 0x23, 0xe0, 0xe1, 0x98, 0xe0, 0x2b, 0xd3, 0xa1, 0x5b, 0x80, 0x33, 0xac, 0x65, 0x1a } }; static const struct cckprng_op_reseed op_reseed_1105 = { .hd = { .id = 1044, .kind = OP_RESEED }, .nonce = 17216689464716209374ULL, .seed_nbytes = 249, .seed = { 0xb5, 0x1d, 0x34, 0x71, 0x8c, 0x84, 0xfd, 0x66, 0xcc, 0x43, 0x9d, 0xbd, 0x0d, 0x1a, 0xf0, 0x76, 0xa8, 0x10, 0x53, 0x40, 0x9e, 0x25, 0x72, 0xa7, 0xee, 0xc5, 0x34, 0xa6, 0x38, 0xed, 0x17, 0xfb, 0x28, 0x61, 0x30, 0x3d, 0xd1, 0x26, 0x95, 0xbc, 0x2e, 0x5d, 0x6f, 0x74, 0xf4, 0xa2, 0x27, 0x67, 0xbf, 0x2c, 0xc6, 0xc8, 0xca, 0xcd, 0xa0, 0x3b, 0xcf, 0x4f, 0x14, 0x73, 0xa0, 0x64, 0x96, 0x2a, 0x27, 0xc9, 0x3d, 0x71, 0x80, 0x0f, 0xd7, 0x14, 0x74, 0x8e, 0xa5, 0xbe, 0x3a, 0xcb, 0x75, 0xc5, 0xa7, 0x01, 0x64, 0x5f, 0x62, 0x4a, 0xd5, 0x38, 0x7b, 0xb9, 0xd8, 0x9a, 0x89, 0x8a, 0x14, 0x83, 0x77, 0x94, 0xf8, 0x22, 0xaa, 0x44, 0x70, 0x9e, 0xac, 0x67, 0x41, 0x06, 0x5e, 0x25, 0x36, 0x04, 0x39, 0xa9, 0x84, 0xea, 0x8f, 0xba, 0x8b, 0x56, 0x48, 0x89, 0x2a, 0xde, 0xce, 0x95, 0x32, 0xd7, 0x56, 0x7a, 0xed, 0xcc, 0x45, 0x78, 0x5d, 0x76, 0xb5, 0x0a, 0x03, 0xee, 0xd4, 0x8d, 0x8c, 0x04, 0x04, 0x65, 0xa6, 0x87, 0xfc, 0xce, 0xcd, 0xb6, 0xd3, 0x83, 0x45, 0xe8, 0xb5, 0x71, 0xcf, 0x57, 0xe3, 0x9b, 0xca, 0x74, 0x6b, 0x1b, 0x72, 0xf4, 0x1f, 0xfe, 0x90, 0x18, 0xb7, 0x8b, 0xe2, 0xcb, 0xea, 0x51, 0xb4, 0xa2, 0x41, 0x67, 0xc0, 0x9f, 0xa5, 0x8f, 0x32, 0x7e, 0x47, 0xfb, 0x0b, 0x38, 0x56, 0x82, 0xfd, 0xec, 0x2a, 0xe2, 0xa3, 0x91, 0xbb, 0x8d, 0x6f, 0x69, 0x40, 0x01, 0x3e, 0x29, 0x93, 0x37, 0x85, 0xb2, 0xc3, 0xb2, 0xa1, 0x83, 0x95, 0x7a, 0xee, 0x16, 0x48, 0x4a, 0xa3, 0xa8, 0xe1, 0xce, 0x35, 0x36, 0x51, 0x32, 0x6f, 0x7a, 0xcc, 0x6a, 0xf0, 0xa1, 0xfa, 0xdb, 0x41, 0x00, 0x13, 0x6c, 0xb0, 0x2d, 0x2d, 0xa9, 0x53, 0xab, 0xb9 } }; static const struct cckprng_op_reseed op_reseed_1106 = { .hd = { .id = 1045, .kind = OP_RESEED }, .nonce = 14129664482790404267ULL, .seed_nbytes = 57, .seed = { 0xd0, 0x00, 0x3e, 0x52, 0xef, 0x5a, 0x36, 0x6a, 0xcf, 0xae, 0xc1, 0xc2, 0x78, 0xe5, 0xe2, 0x21, 0x65, 0x68, 0x67, 0x5e, 0x6a, 0xc2, 0x7f, 0xbc, 0x2b, 0xee, 0x1c, 0x0d, 0x3f, 0xe3, 0x9a, 0x20, 0x6f, 0xc6, 0x4f, 0x0a, 0x7d, 0x2a, 0xed, 0xb8, 0x66, 0x74, 0xa7, 0x41, 0x56, 0x2b, 0x8a, 0xc4, 0x2f, 0x39, 0xe0, 0xa4, 0xeb, 0x14, 0xb9, 0x39, 0x47 } }; static const struct cckprng_op_generate op_init_1107 = { .hd = { .id = 1046, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x68, 0x7e, 0x36, 0xea, 0x0e, 0xec, 0xd3, 0x0f, 0x08, 0x8d, 0xf8, 0xc7, 0xad, 0x3c, 0x98, 0x18, 0xc2, 0xce, 0x5f, 0xde, 0x34, 0x3a, 0x58, 0x2b, 0x05, 0x7a, 0x67, 0x6e, 0x2d, 0xde, 0x45, 0xf0, 0xd7, 0x11, 0x07, 0xa0, 0x26, 0xba, 0xa1, 0x80, 0xf9, 0x90, 0xf8, 0x69, 0x6d, 0x1b, 0x11, 0xeb, 0x9d, 0x2e, 0x09, 0x0b, 0xcb, 0xa3, 0x07, 0x9d, 0xae, 0x50, 0x4a, 0x79, 0xb1, 0xba, 0xd9, 0xb9, 0xf8, 0xf3, 0x97, 0xde, 0xbc, 0x2c, 0xb8, 0xd2, 0xbe, 0x75, 0xd9, 0x7e, 0x53, 0xe4, 0x21, 0xfe, 0xa6, 0xc7, 0x74, 0x57, 0x02, 0x01, 0x02, 0x2d, 0xde, 0x5d, 0xca, 0x4f, 0x14, 0x27, 0xcb, 0xdd, 0x2d, 0xcf, 0x0e, 0x43, 0x70, 0x69, 0xcb, 0x21, 0xc8, 0xf4, 0x4b, 0x03, 0x24, 0x5d, 0xfa, 0xa7, 0x1c, 0xd0, 0x64, 0x44, 0x8e, 0x45, 0x7a, 0xd3, 0x54, 0xec, 0xd7, 0x1d, 0x3b, 0xb0, 0x86, 0x4e, 0xdc, 0x53, 0x56, 0xd7, 0x49, 0x79, 0x26, 0x8f, 0x37, 0xcd, 0xf2, 0x5b, 0xa7, 0xdd, 0x0c, 0x49, 0x6f, 0x2c, 0xa4, 0xa8, 0xd3, 0x38, 0x3e, 0xeb, 0xba, 0xcc, 0x1a, 0xf6, 0x40, 0x9e, 0xe0, 0xf2, 0x5c, 0xf9, 0x7b, 0xf8, 0x94, 0xf6, 0x8d, 0x21, 0x5b, 0x08, 0x49, 0xf2, 0xdf, 0x0d, 0x9e, 0x8c, 0x18, 0x50, 0x54, 0x2c, 0x17, 0xd2 } } }; static const struct cckprng_op_generate op_init_1108 = { .hd = { .id = 1047, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0xc0, 0xb6, 0xa3, 0x9d, 0xb3, 0x5d, 0x60, 0x93, 0xb5, 0x55, 0xcd, 0xa6, 0xfb, 0x33, 0x93, 0xdc, 0xe0, 0x05, 0x51, 0x92, 0x6c, 0x72, 0x2b, 0x40, 0x69, 0xa9, 0xfc, 0x06, 0x36, 0x5a, 0xf3, 0x9b, 0x1d, 0x48, 0x8e, 0x20, 0xb1, 0xf0, 0x53, 0x13, 0x67, 0x1a, 0xdd, 0x60, 0x86, 0x8f, 0x74, 0xc7, 0x4d, 0xd8, 0x47, 0x0d, 0x7b, 0x7d, 0xbf, 0x22, 0xe2, 0xac, 0xdc, 0x33, 0x85, 0x10, 0xba, 0xda, 0x55, 0x98, 0x8b, 0x08, 0xd1, 0x21, 0xd0, 0xc3, 0xdf, 0x24, 0x1f, 0xb6, 0x6d, 0x40, 0x22, 0x0e, 0x7f, 0xf6, 0xa0, 0x5d, 0xa5, 0x32, 0x16, 0x7f, 0x87, 0x38, 0x43, 0xc9, 0xea, 0x9a, 0x7a, 0x86, 0x85, 0x36, 0x84, 0x14, 0x32, 0x27, 0x68, 0x3e, 0xbf, 0xe6, 0xed, 0xf1, 0xa1, 0xb7, 0xfc, 0x81, 0xd5, 0x54, 0xcb, 0xaa, 0xb7, 0xce, 0x5b, 0x77, 0xc2, 0xbb, 0x23, 0x3e, 0xe5, 0xea, 0x89, 0x94, 0x94, 0x3a, 0x1b, 0x4b, 0x37, 0xcd, 0x4a, 0x26, 0x1c, 0x8e, 0x87 } } }; static const struct cckprng_op_reseed op_reseed_1109 = { .hd = { .id = 1048, .kind = OP_RESEED }, .nonce = 8994528252360811048ULL, .seed_nbytes = 146, .seed = { 0xee, 0x3e, 0x55, 0xbe, 0x0c, 0x78, 0xea, 0x8f, 0x70, 0x59, 0xab, 0x4b, 0xbd, 0xd5, 0x36, 0x07, 0x55, 0x00, 0xbe, 0xe5, 0x46, 0xf9, 0x05, 0x18, 0x21, 0x24, 0xcd, 0x54, 0xad, 0xe8, 0x03, 0xd3, 0xd1, 0xd5, 0xbe, 0xd3, 0x4b, 0xe9, 0x88, 0x50, 0x7b, 0x16, 0x4c, 0xb0, 0x10, 0xdb, 0xa8, 0xf5, 0xc4, 0x43, 0xf0, 0xe0, 0x04, 0x52, 0x82, 0xe8, 0x0d, 0xcb, 0xaa, 0xcd, 0xcb, 0x7f, 0x97, 0xd6, 0xd2, 0x8c, 0x39, 0xb2, 0xbf, 0xe7, 0xb6, 0x36, 0x0e, 0x16, 0x99, 0xb1, 0x48, 0x13, 0x69, 0x1f, 0x86, 0x86, 0xcb, 0x3f, 0xbb, 0x3d, 0x4f, 0x12, 0xe8, 0xd9, 0xef, 0x08, 0xd1, 0x4f, 0xa0, 0x14, 0xc3, 0xc4, 0x18, 0xd7, 0x33, 0xe4, 0xe3, 0xc7, 0x73, 0xda, 0xaf, 0x77, 0xe8, 0x25, 0xe9, 0xf3, 0xc4, 0x8b, 0xfe, 0x11, 0xd5, 0x54, 0xaf, 0xd3, 0xac, 0x49, 0xc5, 0x7d, 0x9e, 0xbd, 0x9e, 0x88, 0x3a, 0x1c, 0xec, 0xb1, 0xbd, 0x5a, 0xe8, 0x8a, 0x9d, 0x32, 0xe7, 0x61, 0x63, 0xbc, 0xd9, 0xe3, 0x22, 0x81 } }; static const struct cckprng_op_generate op_init_1110 = { .hd = { .id = 1049, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0x30, 0x56, 0x46, 0xc2, 0xa2, 0x64, 0x89, 0xd7, 0xa9, 0xc2, 0x0b, 0x50, 0xbd, 0xb5, 0x6a, 0x5b, 0x75, 0x6b, 0x6e, 0x20, 0x0f, 0xac, 0xfb, 0x9d, 0xdf, 0x73, 0xfc, 0x3a, 0x3d, 0x38, 0xc6, 0xa2, 0x76, 0x09, 0xde, 0xf9, 0x08, 0x00, 0x59, 0x53, 0xb7, 0x29, 0x37, 0x0a, 0x9c, 0x3d, 0xdc, 0xea, 0xc3, 0xfe, 0x70, 0x1a, 0x9a, 0x77, 0x8c, 0x83, 0xb1, 0x0e, 0xb0, 0x4f, 0x1a, 0x49, 0x18, 0x28, 0x95, 0x3b, 0x9c, 0x16, 0xe0, 0x44, 0xdd, 0x90, 0xad, 0xa7, 0x75, 0x7d, 0xf9, 0xb9, 0xf7, 0xd4, 0x53, 0xce, 0x9d, 0xd4, 0x9c, 0x37, 0xba, 0xce, 0xfd, 0x7c, 0xbc, 0xdf, 0x2a, 0x73, 0xea, 0x37, 0x51, 0xa2, 0xf2, 0xc6, 0xe1, 0x63, 0x3b, 0x90, 0x3b, 0xd4, 0xd8, 0xf9, 0x0b, 0x2a, 0xcf, 0x9d, 0xc1, 0x31, 0xa0, 0xd3, 0xc4, 0xc5, 0x4a, 0x63, 0x2b, 0x59, 0xbf, 0x68, 0x41, 0x69, 0xdd, 0x71, 0x08, 0x5e, 0x81, 0x0e, 0x3d, 0x0d, 0x3e, 0x70, 0x50, 0x64, 0x52, 0xbe, 0x9b, 0xb3 } } }; static const struct cckprng_op_generate op_init_1111 = { .hd = { .id = 1050, .kind = OP_GENERATE }, .rand_nbytes = 244, .out = { .rand = { 0x49, 0xcf, 0x8d, 0x3c, 0x3f, 0x25, 0x78, 0xa5, 0x4b, 0xd3, 0x21, 0x59, 0x4e, 0x52, 0x6f, 0x08, 0x66, 0x19, 0x80, 0x58, 0x10, 0x3d, 0x63, 0xa6, 0x57, 0x3f, 0x95, 0x0c, 0xfd, 0x11, 0x32, 0xdd, 0xd0, 0xa5, 0xe7, 0xa9, 0x48, 0xb2, 0xb3, 0xf6, 0x68, 0x29, 0x50, 0x52, 0x81, 0xef, 0xba, 0x18, 0xcd, 0x69, 0x5a, 0xf1, 0xd5, 0x95, 0x5d, 0xff, 0x0e, 0xa7, 0x82, 0x14, 0xec, 0x13, 0x89, 0x71, 0xf4, 0xc6, 0x47, 0xb2, 0x9d, 0x4e, 0x43, 0xac, 0x4b, 0x2f, 0xac, 0x29, 0x4e, 0x6d, 0xf0, 0x94, 0x9e, 0xcc, 0xba, 0xa4, 0x1a, 0x80, 0x6c, 0x14, 0x56, 0x92, 0x8e, 0xf9, 0x4b, 0x5a, 0x38, 0x0f, 0xd7, 0xd5, 0x31, 0xf0, 0xf6, 0x34, 0x62, 0x59, 0x0a, 0xdf, 0x8c, 0x83, 0xf7, 0x52, 0x7b, 0x83, 0x8a, 0xff, 0xea, 0x3a, 0x0c, 0x1b, 0x7d, 0xa4, 0xb5, 0xa5, 0x83, 0x25, 0x9f, 0x84, 0x0f, 0x9b, 0xf9, 0xd0, 0xd0, 0xa2, 0xa7, 0x34, 0x04, 0xd4, 0x20, 0x84, 0x3d, 0xd8, 0x73, 0xa3, 0x05, 0x52, 0x65, 0x48, 0xea, 0xfe, 0xbd, 0x75, 0x09, 0xe9, 0xe9, 0xd5, 0xd9, 0xf3, 0x93, 0xe6, 0x8e, 0x34, 0x2d, 0x08, 0xdb, 0xaf, 0x4d, 0x2a, 0xc5, 0xb5, 0xf0, 0x7c, 0x26, 0xcd, 0x0c, 0x2b, 0xb0, 0xc7, 0xb4, 0x70, 0xb4, 0xea, 0x18, 0xa1, 0x31, 0xff, 0xec, 0x76, 0x47, 0xb4, 0xad, 0xff, 0x0c, 0xe4, 0x9d, 0x4c, 0x30, 0x16, 0xf1, 0xfa, 0xc5, 0xad, 0x7f, 0xd6, 0x21, 0xb4, 0xa0, 0x87, 0x0b, 0xc8, 0xff, 0x77, 0xd8, 0x8a, 0x5b, 0x37, 0xe4, 0x11, 0x11, 0xed, 0xd6, 0xa8, 0x67, 0x08, 0x48, 0x3c, 0x5b, 0xab, 0xb6, 0xd6, 0x4a, 0x3d, 0x59, 0xe9, 0xb1, 0xa0, 0x58, 0xa6, 0xb0, 0x63, 0x53, 0x42, 0xa1, 0x3e, 0x2c, 0x4a } } }; static const struct cckprng_op_refresh op_refresh_1112 = { .hd = { .id = 1051, .kind = OP_REFRESH }, .rand = 16219799683875807834ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1113 = { .hd = { .id = 1052, .kind = OP_GENERATE }, .rand_nbytes = 54, .out = { .rand = { 0x84, 0xa1, 0xbc, 0x4c, 0x21, 0x67, 0xe4, 0x2b, 0x75, 0xe3, 0x42, 0xc2, 0x9c, 0x44, 0x23, 0x7b, 0x40, 0x38, 0xb0, 0x81, 0x61, 0xc9, 0x9e, 0x13, 0x28, 0xf8, 0x06, 0x35, 0x23, 0x2c, 0xda, 0x73, 0x90, 0x50, 0x4c, 0xe0, 0x29, 0xa3, 0x88, 0x15, 0xf0, 0xc8, 0xcd, 0x42, 0xa9, 0xce, 0xe0, 0x08, 0x0f, 0xe1, 0x25, 0x25, 0x07, 0x7a } } }; static const struct cckprng_op_reseed op_reseed_1114 = { .hd = { .id = 1053, .kind = OP_RESEED }, .nonce = 8625668030808430319ULL, .seed_nbytes = 170, .seed = { 0x0e, 0xd0, 0x9e, 0xe3, 0x7f, 0x76, 0x5a, 0x8a, 0xc5, 0x27, 0x15, 0x80, 0x2e, 0xff, 0x25, 0xb2, 0x4d, 0x34, 0xae, 0x55, 0xd2, 0x40, 0x53, 0x37, 0xe1, 0x47, 0xf8, 0x96, 0x6a, 0x70, 0x77, 0x14, 0xd6, 0xfc, 0x6d, 0x69, 0xe6, 0x79, 0x2f, 0xc9, 0x92, 0xf0, 0x12, 0x44, 0x52, 0xac, 0x83, 0x2e, 0xc3, 0xed, 0xa8, 0x33, 0xe8, 0x7b, 0xe3, 0x38, 0x5b, 0x5a, 0x02, 0x2b, 0x58, 0x15, 0xa3, 0x94, 0xc5, 0xce, 0x27, 0x48, 0x31, 0x44, 0xae, 0xb1, 0x79, 0xb2, 0x5f, 0x54, 0x8b, 0x12, 0x07, 0x31, 0x1b, 0xda, 0x12, 0x95, 0xa8, 0xc8, 0xa6, 0x51, 0xf1, 0x6b, 0x73, 0x89, 0xf6, 0x23, 0x9b, 0x14, 0x80, 0x92, 0x2d, 0x4b, 0x2d, 0xee, 0x48, 0xe2, 0x25, 0x92, 0x68, 0xdd, 0x37, 0x06, 0x54, 0x7b, 0x02, 0x1b, 0xce, 0x3f, 0x95, 0x21, 0xd6, 0x99, 0xde, 0x84, 0xd7, 0xac, 0xc5, 0x7b, 0xc4, 0x10, 0x5d, 0x2a, 0x3d, 0x28, 0x3b, 0x4a, 0x02, 0xe0, 0x6d, 0xa5, 0x7d, 0xcf, 0x5e, 0xbd, 0x6f, 0xc7, 0x97, 0x3a, 0x98, 0xaa, 0x20, 0x9b, 0xa9, 0x46, 0x85, 0xc7, 0xbd, 0xae, 0x6c, 0x6e, 0x9e, 0x4b, 0xc2, 0x9e, 0x21, 0xfa, 0x10, 0xab, 0x78, 0x7a, 0x34, 0x93 } }; static const struct cckprng_op *ops_1115[] = { (const struct cckprng_op *)&op_init_1099, (const struct cckprng_op *)&op_init_1100, (const struct cckprng_op *)&op_refresh_1101, (const struct cckprng_op *)&op_init_1102, (const struct cckprng_op *)&op_reseed_1103, (const struct cckprng_op *)&op_reseed_1104, (const struct cckprng_op *)&op_reseed_1105, (const struct cckprng_op *)&op_reseed_1106, (const struct cckprng_op *)&op_init_1107, (const struct cckprng_op *)&op_init_1108, (const struct cckprng_op *)&op_reseed_1109, (const struct cckprng_op *)&op_init_1110, (const struct cckprng_op *)&op_init_1111, (const struct cckprng_op *)&op_refresh_1112, (const struct cckprng_op *)&op_init_1113, (const struct cckprng_op *)&op_reseed_1114 }; static const struct cckprng_vector vec_1116 = { .id = 1054, .note = NULL, .nops = 16, .ops = ops_1115 }; static const struct cckprng_op_init op_init_1117 = { .hd = { .id = 1055, .kind = OP_INIT }, .seed = { 0x7d, 0x27, 0x2f, 0x51, 0x8e, 0xfc, 0xb4, 0xa4, 0xff, 0x6d, 0x56, 0xc7, 0x0d, 0xe8, 0xc9, 0x2a, 0x60, 0x78, 0x13, 0xca, 0x1d, 0x2b, 0x1d, 0x66, 0x57, 0x15, 0xb8, 0x8d, 0x6a, 0x33, 0x4d, 0xd9 }, .nonce = { 0x27, 0x1b, 0x23, 0x2c, 0x1e, 0x6d, 0xb9, 0x0c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1118 = { .hd = { .id = 1056, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0x4b, 0xf6, 0xe9, 0x3e, 0xfb, 0xf6, 0x4d, 0xc3, 0x47 } } }; static const struct cckprng_op_refresh op_refresh_1119 = { .hd = { .id = 1057, .kind = OP_REFRESH }, .rand = 435279854272452641ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1120 = { .hd = { .id = 1058, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0xb9, 0x10, 0x05, 0xe8, 0xa9, 0xb1, 0x76, 0x55, 0x95, 0x76, 0x3c, 0x35, 0x97, 0xbe, 0xb4, 0xab, 0xe6, 0x33, 0x2f, 0x38, 0x2c, 0xe1, 0xd2, 0xa4, 0xdf, 0x23, 0x01, 0x45, 0x09, 0x4f, 0xe4, 0x9a, 0xfc, 0x78, 0xac, 0xad, 0xc2, 0xb2, 0xa3, 0xc4, 0x59, 0x4d, 0x6f, 0x3e, 0x4f, 0x3e, 0xc1, 0x57, 0xef, 0x15, 0xda, 0x42, 0x12, 0x5c, 0x9c, 0x4b, 0x07, 0x34, 0x84, 0x9e, 0x7b, 0xa8, 0x37, 0xe0, 0xd3, 0x6d, 0x6d, 0x8b, 0xcd, 0xbb, 0xc2, 0xed, 0x6e, 0xee, 0xd0, 0x55, 0xdd, 0x02, 0xdd, 0x16, 0xa1, 0xf7, 0x40, 0xfb, 0x93, 0x25, 0xfd, 0x54, 0x9d, 0x41, 0x80, 0x31, 0xb3, 0x73, 0xe9, 0x5a, 0x3d, 0xa3, 0x99, 0xe3, 0x93, 0x75, 0x95, 0x0f, 0x7e, 0xc0, 0x65, 0x8b, 0x51, 0xfd, 0xdf, 0xfd, 0x61, 0x4d, 0xec, 0x13, 0xf4, 0x6e, 0xbd, 0xe1, 0x5a, 0x25, 0x63, 0x92, 0xe2, 0xd2, 0x17, 0x64, 0x2f, 0xec, 0xe4, 0x15, 0x7b, 0x21, 0x26, 0xf9, 0xe8, 0x74, 0xb9, 0x3f, 0xa5, 0x96, 0x65, 0x17, 0x79, 0x4b, 0x1f, 0xb3, 0x24, 0x4a, 0x04, 0x85, 0x2a, 0xd1, 0x35 } } }; static const struct cckprng_op_reseed op_reseed_1121 = { .hd = { .id = 1059, .kind = OP_RESEED }, .nonce = 4844219991860001650ULL, .seed_nbytes = 182, .seed = { 0x6f, 0x6b, 0x95, 0x0d, 0x01, 0x7b, 0x48, 0x0d, 0x51, 0xc5, 0x62, 0x66, 0x70, 0x2f, 0x42, 0xbd, 0xbb, 0x9b, 0x25, 0xb0, 0x20, 0x24, 0x69, 0xe4, 0x98, 0x8b, 0xa9, 0xb6, 0x2a, 0x7a, 0x87, 0x15, 0x1f, 0xcc, 0x00, 0x0e, 0x63, 0x21, 0x86, 0xb4, 0x02, 0xfd, 0xbb, 0x15, 0xfd, 0x79, 0xee, 0x16, 0xaa, 0x70, 0x87, 0x03, 0x04, 0x69, 0x00, 0x92, 0x15, 0x0d, 0x30, 0xd9, 0x1c, 0x0d, 0x9a, 0xb0, 0xf1, 0xa8, 0x2c, 0xc7, 0xef, 0xc2, 0xee, 0x17, 0x6a, 0x0c, 0xc0, 0xba, 0x4f, 0x30, 0x2e, 0x15, 0x53, 0xdd, 0x0e, 0x4b, 0xfe, 0xae, 0x76, 0xb2, 0x97, 0xaf, 0x14, 0xc9, 0x20, 0x7c, 0x21, 0xb0, 0x14, 0xa0, 0x60, 0x73, 0x97, 0xee, 0x5c, 0xcc, 0x48, 0x61, 0xcd, 0xb5, 0x94, 0x12, 0xca, 0x6b, 0x23, 0xd3, 0xc5, 0x46, 0xbb, 0x98, 0xda, 0xde, 0x3d, 0xe7, 0x38, 0x2c, 0x65, 0x4d, 0x0e, 0x0a, 0x13, 0x88, 0x5c, 0x17, 0x6f, 0x52, 0x2b, 0xc0, 0xd2, 0x2e, 0xe5, 0x7a, 0x1a, 0x41, 0x69, 0x4b, 0x49, 0x8d, 0x05, 0xd1, 0x79, 0xd0, 0x74, 0xe1, 0xa9, 0xc7, 0xd0, 0x3b, 0x41, 0xcd, 0x2b, 0x81, 0x0d, 0xbc, 0xf5, 0x86, 0xd3, 0x88, 0xa4, 0xc5, 0x67, 0x13, 0xb0, 0x4b, 0x6b, 0x6a, 0xac, 0x88, 0x97, 0x2b, 0x60, 0x43, 0x08, 0x49 } }; static const struct cckprng_op_reseed op_reseed_1122 = { .hd = { .id = 1060, .kind = OP_RESEED }, .nonce = 14933480814260393949ULL, .seed_nbytes = 154, .seed = { 0x7e, 0x03, 0x11, 0x1c, 0x93, 0x5f, 0x44, 0x70, 0xe0, 0x7d, 0xe5, 0x70, 0x20, 0x0f, 0xc0, 0x30, 0x55, 0x4b, 0xde, 0x3b, 0xde, 0xf4, 0xc3, 0x2b, 0x41, 0x83, 0x71, 0x5a, 0x1c, 0x5c, 0xf1, 0x7a, 0x09, 0xfd, 0x97, 0xe5, 0x10, 0xb7, 0xcd, 0x19, 0x14, 0xaa, 0x52, 0xe6, 0x95, 0x74, 0x7d, 0xad, 0xa0, 0xf6, 0x21, 0x33, 0x9e, 0xd0, 0x75, 0xab, 0xbd, 0xbe, 0x24, 0x12, 0xdb, 0xf2, 0xc2, 0xdb, 0x56, 0x8d, 0x80, 0x28, 0x43, 0x26, 0xd2, 0x38, 0x50, 0xd8, 0xf9, 0xd9, 0xc1, 0x67, 0x6c, 0x4a, 0x43, 0x07, 0x2f, 0xff, 0x57, 0x46, 0xf0, 0xa5, 0x31, 0x99, 0x02, 0x07, 0xe8, 0xe7, 0x31, 0x8d, 0x4d, 0x82, 0x00, 0xb2, 0x21, 0x88, 0xa5, 0xa5, 0xaf, 0xcb, 0x8d, 0x69, 0x43, 0x34, 0xeb, 0x03, 0x96, 0xe4, 0xb5, 0x47, 0x81, 0x40, 0x49, 0x46, 0xef, 0xe8, 0xe9, 0x2a, 0x48, 0xe6, 0x02, 0xeb, 0x05, 0x2c, 0xcb, 0xb8, 0x29, 0x2f, 0x3e, 0xb9, 0x3b, 0xc8, 0xdc, 0x12, 0x16, 0xaa, 0x17, 0x81, 0x50, 0x13, 0x5c, 0xed, 0xcc, 0x13, 0xd2, 0x9c, 0x2f, 0x6b } }; static const struct cckprng_op_refresh op_refresh_1123 = { .hd = { .id = 1061, .kind = OP_REFRESH }, .rand = 11502522843154843253ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1124 = { .hd = { .id = 1062, .kind = OP_RESEED }, .nonce = 11482942227282450110ULL, .seed_nbytes = 106, .seed = { 0x13, 0x5b, 0xaa, 0xae, 0xe8, 0x95, 0x27, 0x87, 0xb6, 0xa1, 0x04, 0xad, 0x3a, 0xbb, 0xd1, 0xb7, 0x1d, 0xcf, 0x57, 0x3d, 0x90, 0xf9, 0x70, 0xeb, 0xa7, 0x2e, 0xc1, 0xe8, 0x8e, 0x39, 0x94, 0xf7, 0xd9, 0x1c, 0x63, 0xa2, 0xe7, 0x6c, 0xa6, 0xbc, 0xbd, 0x9e, 0x30, 0x46, 0x08, 0x47, 0x55, 0xbd, 0x60, 0xf8, 0xd0, 0xd0, 0xfd, 0xac, 0xab, 0x2a, 0xee, 0x7a, 0xf5, 0xc8, 0xcc, 0xfa, 0x69, 0xf5, 0x51, 0x71, 0x4b, 0x6b, 0xe1, 0x77, 0xda, 0x2b, 0x2b, 0xe7, 0xe6, 0x5a, 0x5c, 0x57, 0x5a, 0xe5, 0xa1, 0xea, 0x24, 0x36, 0x05, 0x35, 0x9f, 0x06, 0xaa, 0xdc, 0x43, 0x83, 0x19, 0x32, 0xb6, 0x40, 0x39, 0x50, 0x0e, 0x4a, 0x2a, 0x63, 0x3a, 0xe3, 0x47, 0x14 } }; static const struct cckprng_op_refresh op_refresh_1125 = { .hd = { .id = 1063, .kind = OP_REFRESH }, .rand = 12142601581940960718ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1126 = { .hd = { .id = 1064, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0xa1, 0x2a, 0x6e, 0xa7, 0x49, 0xdc, 0xd0, 0x61, 0xb4, 0xd3, 0x85, 0xd4, 0x3c, 0x14, 0xa3, 0x33, 0xc0, 0x37, 0xba, 0xa3, 0xea, 0x76, 0xc7, 0xd8, 0xdb, 0x07, 0x07, 0xfb, 0xb3, 0x61, 0xb6, 0xf1, 0x80, 0x99, 0xa7, 0xe5, 0x92, 0x37, 0x42, 0x5f, 0xf9, 0xc9, 0xae, 0x4e, 0xcd, 0xce, 0x1d, 0xee, 0x0e, 0x9c, 0xa9, 0xfa, 0x13, 0x23, 0x06, 0x41, 0x57, 0x27, 0x42, 0xf8, 0x83, 0xcb, 0x00, 0x4e, 0x57, 0x59, 0x89, 0xdd, 0x34, 0x24, 0x08, 0x75 } } }; static const struct cckprng_op_reseed op_reseed_1127 = { .hd = { .id = 1065, .kind = OP_RESEED }, .nonce = 8863914417540083280ULL, .seed_nbytes = 109, .seed = { 0xcf, 0x38, 0x55, 0x85, 0xbb, 0x5f, 0xc1, 0x28, 0x76, 0xe3, 0x92, 0xb0, 0xe1, 0x93, 0x25, 0x70, 0xa1, 0x23, 0x12, 0x48, 0x69, 0x41, 0x31, 0x78, 0xf5, 0x35, 0x20, 0x7b, 0xb2, 0x57, 0xb0, 0x00, 0x91, 0xb5, 0x57, 0xc1, 0x4a, 0x40, 0xe7, 0x6c, 0x47, 0x2e, 0x41, 0x37, 0x61, 0x23, 0xaa, 0x53, 0x03, 0xc6, 0xd4, 0x4d, 0xdc, 0xfe, 0x30, 0xf2, 0xa8, 0xe3, 0xbd, 0x98, 0xf4, 0x7f, 0xfc, 0x93, 0xf8, 0xcb, 0x00, 0xa6, 0xcf, 0xaa, 0xa8, 0x2f, 0x5f, 0x0d, 0x3f, 0xd3, 0x50, 0xe5, 0xa0, 0xf8, 0x00, 0x49, 0x88, 0x09, 0x8a, 0xf1, 0x96, 0xe1, 0xf7, 0x84, 0xdf, 0x30, 0x64, 0x25, 0x14, 0xdf, 0x6e, 0x68, 0xbf, 0xd4, 0x82, 0xae, 0x61, 0xef, 0x49, 0x76, 0x2b, 0xaf, 0xe7 } }; static const struct cckprng_op_refresh op_refresh_1128 = { .hd = { .id = 1066, .kind = OP_REFRESH }, .rand = 16290083300384978752ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1129 = { .hd = { .id = 1067, .kind = OP_REFRESH }, .rand = 6163802077344721564ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1130 = { .hd = { .id = 1068, .kind = OP_RESEED }, .nonce = 8113778472501665305ULL, .seed_nbytes = 285, .seed = { 0x10, 0x74, 0xab, 0x75, 0xd5, 0xf8, 0xa2, 0x87, 0x2b, 0xd7, 0x13, 0xd4, 0x41, 0xcb, 0xf7, 0xd8, 0x90, 0x2a, 0x6e, 0x76, 0x60, 0xda, 0xa8, 0x14, 0xd8, 0x7e, 0x36, 0x65, 0xc6, 0xe5, 0xc9, 0x5e, 0x7b, 0xa7, 0x21, 0x6d, 0xb0, 0xbe, 0xd9, 0x3b, 0xf7, 0xbf, 0xea, 0x54, 0x04, 0x9c, 0x9e, 0x4a, 0x3d, 0x29, 0xfc, 0xeb, 0x69, 0xfd, 0x3a, 0x22, 0x85, 0x32, 0x2d, 0x8e, 0xe2, 0x07, 0x9e, 0xac, 0x26, 0x52, 0xb0, 0xbe, 0x45, 0xde, 0x58, 0x19, 0x49, 0xf5, 0x12, 0xf3, 0xa9, 0x4b, 0x49, 0xb8, 0x88, 0x05, 0xa6, 0xef, 0x5a, 0xdb, 0xc6, 0x6b, 0x5d, 0x73, 0x48, 0x7f, 0x22, 0x81, 0x2b, 0x5d, 0xf6, 0xbc, 0xb0, 0xbb, 0x4d, 0x27, 0x70, 0xff, 0xc6, 0xc1, 0x72, 0x80, 0xa5, 0xe5, 0x22, 0xcb, 0x27, 0xe4, 0x54, 0xc6, 0xaa, 0xc2, 0xda, 0x72, 0xe7, 0xfe, 0x10, 0x31, 0x86, 0x6d, 0x01, 0x9a, 0xd6, 0x86, 0x18, 0x7c, 0xf2, 0x91, 0x08, 0x9a, 0x39, 0x05, 0x2d, 0xd8, 0x17, 0x4b, 0x2d, 0x38, 0xc7, 0x3b, 0xa6, 0xdd, 0xfc, 0xd3, 0x8d, 0x0e, 0x06, 0x15, 0x4d, 0x3c, 0x33, 0x56, 0xfb, 0x72, 0x81, 0xe7, 0x49, 0xe6, 0x5b, 0x9d, 0x9f, 0xa7, 0xbc, 0xa1, 0x81, 0x01, 0x92, 0x9e, 0x35, 0x8b, 0xcd, 0x12, 0x5e, 0x00, 0xb2, 0x42, 0x8f, 0xd6, 0x74, 0xb0, 0x12, 0x33, 0x6d, 0xab, 0x63, 0x34, 0xcf, 0xd5, 0x41, 0x4e, 0x0f, 0x2d, 0xe6, 0x6b, 0x66, 0xaa, 0x47, 0xe7, 0x35, 0xde, 0x76, 0x9b, 0x88, 0xfe, 0x5d, 0x95, 0x9f, 0xf1, 0x87, 0x26, 0x0f, 0xde, 0x5b, 0xac, 0x0b, 0x88, 0xb4, 0x30, 0x27, 0x41, 0x91, 0x6b, 0x5b, 0x61, 0x2c, 0xfc, 0x15, 0xc3, 0x3d, 0x63, 0x34, 0xf8, 0xc9, 0x07, 0x2b, 0x44, 0xec, 0x37, 0xbe, 0x57, 0xcf, 0x7a, 0xa8, 0x80, 0xe8, 0x38, 0xd1, 0x6f, 0x2b, 0x74, 0x4e, 0x2e, 0x2b, 0x4f, 0x5a, 0x00, 0x8a, 0xd3, 0x79, 0x83, 0xd6, 0x3f, 0xc3, 0x12, 0x74, 0x49, 0x44, 0xba, 0x6f, 0x02, 0x44, 0xd7, 0xf5, 0x1f, 0x57, 0xa4, 0xaf, 0xbc, 0x80 } }; static const struct cckprng_op_refresh op_refresh_1131 = { .hd = { .id = 1069, .kind = OP_REFRESH }, .rand = 3009736645523931073ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1132 = { .hd = { .id = 1070, .kind = OP_GENERATE }, .rand_nbytes = 123, .out = { .rand = { 0x0b, 0x3d, 0x7c, 0x8a, 0x0f, 0xc6, 0x59, 0x58, 0x65, 0x6e, 0x51, 0x80, 0x8f, 0xf8, 0x83, 0xf0, 0x92, 0x6e, 0xa1, 0x3d, 0x68, 0x61, 0xa8, 0x0e, 0x6a, 0xdc, 0x99, 0x4d, 0x18, 0xd5, 0x98, 0x4f, 0xb0, 0x1c, 0x01, 0xa8, 0xe7, 0xa4, 0x39, 0x3d, 0x8c, 0x14, 0x98, 0x5a, 0x44, 0xfd, 0x68, 0x93, 0x4c, 0xf0, 0xbf, 0xcd, 0x50, 0xb8, 0x11, 0xf7, 0xc4, 0xcb, 0xc1, 0x72, 0xa9, 0xec, 0x70, 0xea, 0x64, 0xff, 0xcf, 0x1d, 0x1b, 0x20, 0xcc, 0x88, 0xe7, 0xc3, 0x39, 0x4f, 0xbb, 0xee, 0x49, 0x31, 0x14, 0x1f, 0xec, 0x81, 0xfe, 0xa4, 0x01, 0x9e, 0x9d, 0xf0, 0x95, 0x79, 0x11, 0xd9, 0xee, 0x5b, 0xd2, 0x2d, 0x1a, 0x17, 0x06, 0x40, 0x40, 0x32, 0x9d, 0x98, 0xf8, 0x23, 0x1d, 0x5c, 0x70, 0x13, 0x10, 0x0c, 0xe0, 0x90, 0x76, 0xe5, 0xe1, 0xa2, 0x94, 0x97, 0x8f } } }; static const struct cckprng_op *ops_1133[] = { (const struct cckprng_op *)&op_init_1117, (const struct cckprng_op *)&op_init_1118, (const struct cckprng_op *)&op_refresh_1119, (const struct cckprng_op *)&op_init_1120, (const struct cckprng_op *)&op_reseed_1121, (const struct cckprng_op *)&op_reseed_1122, (const struct cckprng_op *)&op_refresh_1123, (const struct cckprng_op *)&op_reseed_1124, (const struct cckprng_op *)&op_refresh_1125, (const struct cckprng_op *)&op_init_1126, (const struct cckprng_op *)&op_reseed_1127, (const struct cckprng_op *)&op_refresh_1128, (const struct cckprng_op *)&op_refresh_1129, (const struct cckprng_op *)&op_reseed_1130, (const struct cckprng_op *)&op_refresh_1131, (const struct cckprng_op *)&op_init_1132 }; static const struct cckprng_vector vec_1134 = { .id = 1071, .note = NULL, .nops = 16, .ops = ops_1133 }; static const struct cckprng_op_init op_init_1135 = { .hd = { .id = 1072, .kind = OP_INIT }, .seed = { 0xab, 0x52, 0x80, 0x1d, 0x94, 0xc7, 0xe5, 0xdd, 0x98, 0x3c, 0xc7, 0x31, 0x76, 0xa8, 0x0b, 0x21, 0x5c, 0x95, 0x34, 0x4c, 0x60, 0x4c, 0xf3, 0x9e, 0x1d, 0xfd, 0x2f, 0x0c, 0xe5, 0xe0, 0x3b, 0x1a }, .nonce = { 0x97, 0xd4, 0x50, 0xe5, 0x56, 0x70, 0xc0, 0xf7 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1136 = { .hd = { .id = 1073, .kind = OP_GENERATE }, .rand_nbytes = 83, .out = { .rand = { 0x73, 0x91, 0x60, 0x68, 0x01, 0x9d, 0xb2, 0x3e, 0xba, 0xa6, 0x1b, 0x49, 0x0e, 0xdc, 0x74, 0xc6, 0xc2, 0xa5, 0x0c, 0x7e, 0x59, 0x04, 0xf2, 0x1c, 0xb5, 0xec, 0x11, 0xa3, 0x13, 0xb4, 0x66, 0x86, 0xe3, 0x8c, 0x13, 0x63, 0xd1, 0x57, 0xad, 0x7c, 0xc8, 0x83, 0x4a, 0x5d, 0x2e, 0xff, 0xdd, 0x58, 0xf4, 0xaa, 0x47, 0x9a, 0x41, 0x9d, 0xae, 0xec, 0x35, 0xfd, 0xc1, 0xe2, 0xf9, 0xfe, 0xfa, 0x87, 0x39, 0x85, 0x34, 0x48, 0x94, 0xaf, 0x8f, 0xbc, 0xc2, 0xfb, 0x43, 0xaf, 0xf5, 0xe4, 0xeb, 0x55, 0x39, 0x04, 0x3a } } }; static const struct cckprng_op_generate op_init_1137 = { .hd = { .id = 1074, .kind = OP_GENERATE }, .rand_nbytes = 216, .out = { .rand = { 0x33, 0x99, 0x92, 0xd3, 0x4f, 0xe7, 0xb5, 0x31, 0x38, 0x89, 0x57, 0x4b, 0x1c, 0xb7, 0x92, 0x36, 0x6b, 0xbd, 0x84, 0xbb, 0xca, 0x79, 0xb3, 0x45, 0x54, 0xe3, 0xcb, 0x55, 0x4a, 0x0d, 0x48, 0xaf, 0x4c, 0xbf, 0xfe, 0xb8, 0xde, 0x47, 0xbe, 0x30, 0x09, 0xca, 0x32, 0x26, 0x40, 0x72, 0x3e, 0x9d, 0x18, 0xc7, 0x5b, 0x43, 0xeb, 0x39, 0x80, 0x71, 0xb3, 0x28, 0x29, 0xf2, 0xbf, 0x4d, 0xdb, 0x37, 0x60, 0x07, 0x9e, 0xdd, 0xdd, 0x1d, 0x10, 0x75, 0x23, 0x19, 0xe1, 0x43, 0xdd, 0x06, 0x24, 0xec, 0x35, 0x57, 0xf4, 0x07, 0x6c, 0x8d, 0xaa, 0x6a, 0xe5, 0x30, 0xb1, 0x58, 0xb1, 0x38, 0x0b, 0x0b, 0x40, 0xe3, 0xbb, 0xe9, 0x32, 0x50, 0x6c, 0x4d, 0x24, 0x44, 0x64, 0xa9, 0x28, 0xd9, 0xf7, 0x6d, 0xda, 0x5d, 0x77, 0x92, 0x2f, 0x5c, 0xff, 0x4e, 0xb0, 0x95, 0x6d, 0x43, 0xfa, 0x38, 0xcb, 0x17, 0xe1, 0xd0, 0x4b, 0x67, 0x65, 0x74, 0xf1, 0x40, 0x73, 0xe5, 0xf9, 0xdb, 0xa5, 0xf9, 0x57, 0x6c, 0x06, 0xcb, 0x26, 0x15, 0x1a, 0x11, 0x97, 0x62, 0xcf, 0x7a, 0xbe, 0xb8, 0x5b, 0xdd, 0x11, 0x12, 0x00, 0x04, 0x50, 0x56, 0x7c, 0x3c, 0x86, 0xb0, 0x7f, 0x25, 0x9a, 0x8d, 0x9f, 0x81, 0xf5, 0xf2, 0x7c, 0x8b, 0x06, 0x29, 0xad, 0x8d, 0xa0, 0x51, 0x74, 0x0b, 0x3c, 0x17, 0x1e, 0xb1, 0x8f, 0xb3, 0x4c, 0xe1, 0xbb, 0x8a, 0x06, 0x9b, 0x11, 0x6e, 0xa0, 0xb5, 0x99, 0xb5, 0x81, 0x2e, 0x65, 0xbd, 0x92, 0xe5, 0xb3, 0x91, 0x0d, 0x39, 0xad, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_1138 = { .hd = { .id = 1075, .kind = OP_REFRESH }, .rand = 13644201557216752255ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1139 = { .hd = { .id = 1076, .kind = OP_REFRESH }, .rand = 18159864979049601090ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1140 = { .hd = { .id = 1077, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x2c, 0x68, 0x78, 0xda, 0xd7, 0x59, 0xa7, 0x38, 0x92, 0x24, 0xe6, 0x27, 0xfc, 0x7d, 0x2f, 0x8c, 0x06, 0xc6, 0x87, 0x87, 0x2c, 0x9d, 0xfb, 0x4c, 0x12, 0x82, 0x98, 0x4d, 0xc7, 0x49, 0xe2, 0x59, 0xd0, 0x9d, 0x42, 0x65, 0xe1, 0x77, 0xdd, 0xe1, 0xef, 0xaf, 0x35, 0x33, 0x4c, 0xfa, 0xf7, 0x42, 0xff, 0xfc, 0xef, 0x7d, 0x14, 0x61, 0xf7, 0x63, 0x5a, 0x69, 0x60, 0xd2, 0x7d, 0x23, 0x7e, 0x11, 0x83, 0xfe, 0x0e, 0x50, 0x7d, 0xf1, 0xe7, 0xdb, 0x90, 0x0e, 0x34, 0x54, 0xcb, 0x18, 0x84, 0x62, 0xa0, 0x50, 0x09, 0x9d, 0x6f, 0xed, 0x1f, 0x37, 0x97, 0x60, 0x54, 0x39, 0x3e, 0xea, 0xb8, 0xb1, 0x88, 0xae, 0x79, 0xf7, 0xb4, 0x88, 0x5f, 0xfe, 0x2c, 0x35, 0x3d, 0xbf, 0xcb, 0xb6, 0x6d, 0x8c, 0x07, 0xca, 0xe8, 0x0f, 0x31, 0x49, 0xe4, 0x72, 0x2b, 0x91, 0x75, 0xab, 0x74, 0xb9, 0x8f, 0x09, 0x12, 0xa2, 0x9d, 0xd6, 0xff, 0x22, 0x2b, 0xdf, 0xa4, 0x1b, 0x37, 0x4a, 0x74, 0xf4, 0x80, 0xc5, 0x1e, 0xe8, 0xb3, 0x92, 0x06, 0x92, 0x1b, 0xce, 0x83, 0x2c, 0x82, 0x4e, 0x02, 0x9a, 0x03, 0xc0, 0x00, 0xd9, 0xc6, 0xee, 0x19, 0x45, 0x47, 0x70, 0x62, 0x5d, 0x4f, 0xe8, 0x8a, 0x36, 0x9c, 0x44, 0x4c, 0xe7, 0x1e, 0x51, 0x6a, 0xe4, 0x9f, 0x45, 0x79, 0x39, 0x64, 0xff, 0x4c, 0x44, 0x35, 0xf9, 0x2e, 0x53, 0x33, 0x80, 0x67, 0x21, 0x24, 0x2f, 0xf2, 0x84, 0x79, 0x74, 0xfa, 0x06, 0x62, 0x32, 0x0f, 0xd4, 0xb9, 0x5d, 0xe4, 0x33, 0xdb, 0x1f, 0xdd, 0x01, 0x4f, 0x64, 0xb3, 0x9b, 0x12, 0x4a, 0xb6, 0x1b, 0x3d, 0x39, 0x6b } } }; static const struct cckprng_op_refresh op_refresh_1141 = { .hd = { .id = 1078, .kind = OP_REFRESH }, .rand = 15138559127161501612ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1142 = { .hd = { .id = 1079, .kind = OP_GENERATE }, .rand_nbytes = 121, .out = { .rand = { 0x63, 0xb5, 0x3c, 0x7f, 0x61, 0x96, 0x8f, 0x9c, 0x93, 0x8e, 0xca, 0xbd, 0x1b, 0x1d, 0xf1, 0x23, 0xc3, 0x27, 0xad, 0x24, 0xec, 0x6a, 0x24, 0x95, 0xfc, 0x60, 0x23, 0x88, 0xd7, 0xce, 0x52, 0x09, 0xa0, 0xdf, 0x48, 0x1c, 0x2c, 0x42, 0x22, 0x25, 0xdf, 0x12, 0x3c, 0xcd, 0xca, 0xd2, 0x9e, 0xc2, 0xaa, 0x35, 0xd9, 0x85, 0x30, 0x2b, 0x4d, 0x5b, 0x1e, 0x70, 0xae, 0xfd, 0x40, 0x1e, 0x8c, 0x9d, 0x87, 0xf4, 0x5a, 0x93, 0x20, 0x52, 0x59, 0x16, 0x3f, 0xbc, 0xd9, 0xe0, 0xe8, 0x88, 0x0e, 0xb9, 0x50, 0x21, 0x98, 0x9d, 0xb9, 0xa0, 0x54, 0xd1, 0x37, 0xd3, 0x8d, 0xe4, 0x26, 0x6f, 0x75, 0x6d, 0x80, 0x6c, 0xb0, 0x82, 0xb8, 0x7e, 0x4e, 0x7c, 0x0a, 0xbf, 0x7a, 0x76, 0x38, 0xef, 0xcc, 0xeb, 0x4f, 0xa3, 0x16, 0xc7, 0xcd, 0x80, 0x01, 0xf9, 0x4a } } }; static const struct cckprng_op_reseed op_reseed_1143 = { .hd = { .id = 1080, .kind = OP_RESEED }, .nonce = 14345470918165194308ULL, .seed_nbytes = 236, .seed = { 0x6e, 0x51, 0x4a, 0x3c, 0x65, 0xe1, 0xa8, 0x98, 0x5a, 0x3e, 0x03, 0x54, 0x9a, 0x59, 0x38, 0xb5, 0xaf, 0x5c, 0x98, 0x19, 0xb4, 0x66, 0x08, 0x07, 0x64, 0x4a, 0x6c, 0x25, 0x5c, 0xb6, 0xdf, 0x42, 0x53, 0xb1, 0x27, 0x63, 0xd5, 0x2f, 0x3a, 0x52, 0xf3, 0xf5, 0x9f, 0xa7, 0xe9, 0xa7, 0x66, 0x9c, 0xaf, 0x84, 0x96, 0x99, 0x61, 0x4f, 0x69, 0x81, 0x37, 0x76, 0xbc, 0x35, 0x07, 0x18, 0x47, 0x2a, 0x84, 0xfd, 0x27, 0xaa, 0xf2, 0xeb, 0xf1, 0x4e, 0xda, 0x8a, 0xe7, 0x57, 0x55, 0x45, 0x7a, 0xbd, 0x8d, 0xc5, 0x7f, 0x37, 0xf7, 0xed, 0xed, 0x31, 0x3e, 0x98, 0x1f, 0x2b, 0xbe, 0xa2, 0xbe, 0x51, 0x1a, 0xc0, 0x56, 0x66, 0xb1, 0x99, 0x3b, 0x73, 0x2a, 0x48, 0x4c, 0xe2, 0xd6, 0x54, 0xa1, 0x02, 0x2c, 0xb4, 0x70, 0xfc, 0xfc, 0xbc, 0xf6, 0x21, 0x83, 0x81, 0x42, 0x41, 0xc7, 0x9e, 0x02, 0x1f, 0x3b, 0x15, 0xcb, 0x43, 0x6a, 0xdc, 0xf6, 0xce, 0xfa, 0x97, 0x50, 0x2d, 0xc7, 0x78, 0x5b, 0x2e, 0x75, 0xca, 0x3e, 0x47, 0x90, 0x4a, 0x82, 0x7d, 0xf7, 0x6c, 0xa6, 0x99, 0xe7, 0xbc, 0xcd, 0xa1, 0xc3, 0xf2, 0xbf, 0x2b, 0x01, 0xaf, 0x85, 0x57, 0xf5, 0xa7, 0x2b, 0x8b, 0x89, 0x8d, 0xca, 0x91, 0x06, 0x39, 0x07, 0xb4, 0x57, 0x47, 0xa0, 0xe2, 0x06, 0xb2, 0x02, 0x99, 0xbe, 0x13, 0xfb, 0x4c, 0xbd, 0x8c, 0xd7, 0x4a, 0x38, 0xfc, 0x92, 0x1c, 0xda, 0x4f, 0xcf, 0x55, 0xed, 0x8d, 0xf6, 0x80, 0x52, 0xe1, 0xe8, 0xf5, 0x48, 0x98, 0xd8, 0x60, 0xe9, 0x71, 0x79, 0x5a, 0xf4, 0x04, 0x62, 0xca, 0xdb, 0x01, 0xac, 0xb8, 0x7b, 0x55, 0x94, 0xbb, 0x81, 0xd3, 0x93, 0x60 } }; static const struct cckprng_op_reseed op_reseed_1144 = { .hd = { .id = 1081, .kind = OP_RESEED }, .nonce = 12787372004777428254ULL, .seed_nbytes = 137, .seed = { 0xd1, 0x60, 0xad, 0xc5, 0xc4, 0x78, 0x4d, 0x8e, 0xc7, 0xdd, 0xd9, 0x39, 0x5e, 0xee, 0xf5, 0x11, 0xf5, 0x1b, 0x6c, 0x32, 0x33, 0xa2, 0x74, 0xe1, 0xdd, 0x8d, 0xe2, 0xae, 0x31, 0x06, 0x78, 0xb0, 0xd5, 0x7b, 0x00, 0xf5, 0x0a, 0xac, 0x54, 0xba, 0x9a, 0x7d, 0x71, 0xa7, 0xa4, 0x3d, 0xc0, 0x47, 0x15, 0x48, 0x7a, 0x0a, 0xe8, 0x11, 0x47, 0xda, 0x44, 0xc0, 0x09, 0x37, 0xb8, 0xe2, 0x1f, 0xa1, 0xae, 0x10, 0x2a, 0x07, 0x4d, 0xab, 0x9c, 0x1d, 0x01, 0xf6, 0x59, 0x8d, 0xc4, 0x0d, 0xde, 0x91, 0xfe, 0xa6, 0x8b, 0x47, 0x4a, 0x2d, 0xeb, 0x06, 0xa8, 0x57, 0x15, 0x39, 0x1c, 0x11, 0x2f, 0x62, 0x38, 0x51, 0xf9, 0x8b, 0x3a, 0x69, 0xf4, 0xba, 0x50, 0x1f, 0x0b, 0xe5, 0x30, 0xa8, 0x80, 0xbd, 0xa3, 0xf0, 0xdb, 0xb4, 0xc9, 0x1e, 0x86, 0x94, 0x1f, 0x2a, 0xba, 0x17, 0xfc, 0x9a, 0x2c, 0xed, 0x9e, 0x8a, 0x3e, 0x23, 0x08, 0x4e, 0xce, 0x3c, 0xf5 } }; static const struct cckprng_op_generate op_init_1145 = { .hd = { .id = 1082, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0xd7, 0xc2, 0x29, 0xa1, 0x35, 0xe4, 0x11, 0xec, 0xa3, 0xb9, 0x44, 0x11, 0xfc, 0x56, 0x39, 0xaa, 0x68, 0x1f, 0x51, 0xaa, 0xde, 0x18, 0x1f, 0x48, 0x7f, 0x46, 0xae, 0xc9, 0xca, 0x0a, 0x65, 0x6b, 0x02, 0xcf, 0xc2, 0x96, 0x5c, 0x28, 0xf8, 0x9e, 0x93, 0x81, 0xd4, 0x68, 0x52, 0x57, 0xa8, 0x3b, 0xd9, 0x64, 0x5f, 0x08, 0x22, 0xdd, 0x0e, 0x17, 0xab, 0xc8, 0xde, 0xe5, 0xc7, 0x93, 0x67, 0xdc } } }; static const struct cckprng_op_reseed op_reseed_1146 = { .hd = { .id = 1083, .kind = OP_RESEED }, .nonce = 2204727356515917170ULL, .seed_nbytes = 128, .seed = { 0x1a, 0x21, 0x53, 0x30, 0xed, 0x5c, 0x99, 0xe5, 0xf9, 0x9d, 0x4c, 0x65, 0x12, 0xad, 0x90, 0xe4, 0xba, 0xc5, 0xe2, 0x91, 0x05, 0xfd, 0x78, 0xd5, 0x3a, 0xb2, 0x46, 0xd3, 0xd9, 0x8c, 0x59, 0x48, 0x63, 0xa7, 0x57, 0x1c, 0xdc, 0x42, 0x57, 0x55, 0x92, 0x21, 0x0d, 0x8d, 0xad, 0x8f, 0x0c, 0xaa, 0xf3, 0x40, 0x79, 0xa9, 0x90, 0x6a, 0x8e, 0xc7, 0xec, 0xc9, 0xef, 0xbb, 0xf3, 0x5d, 0x26, 0x77, 0xef, 0xce, 0x34, 0xd9, 0x93, 0x67, 0x15, 0xd9, 0xe3, 0x70, 0xab, 0x4e, 0xda, 0x90, 0x33, 0x97, 0x8d, 0x07, 0x72, 0x47, 0x08, 0x5b, 0x77, 0x03, 0xcc, 0x18, 0x8e, 0xca, 0xe0, 0x63, 0xac, 0xa3, 0x66, 0x18, 0x89, 0x67, 0x3f, 0x89, 0x22, 0xfe, 0x72, 0x24, 0xb7, 0x58, 0x47, 0x4d, 0xa5, 0xd2, 0x1c, 0xd7, 0x34, 0x0c, 0x0a, 0x09, 0xe6, 0x66, 0x0b, 0x04, 0x1f, 0x3a, 0xfc, 0x75, 0xc2, 0x9b } }; static const struct cckprng_op_generate op_init_1147 = { .hd = { .id = 1084, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0xe6, 0xdb, 0x9e, 0xe8, 0x9b, 0x6e, 0x82, 0x22, 0xdd, 0x19, 0x48, 0xcf, 0x12, 0xb7, 0xb1, 0x72, 0x39, 0xef, 0xde, 0x01, 0x87, 0x95, 0x63, 0x83, 0x96, 0xdc, 0x6c, 0xc5, 0x2b, 0x0b, 0xa3, 0xdc, 0x00, 0x4e, 0xaf, 0x99, 0xb0, 0x2d, 0xf1, 0xd2, 0x46, 0xdd, 0xce, 0xfa, 0x9a, 0x69, 0xd1, 0x4f, 0x64, 0x62, 0x9b, 0x1c, 0x07, 0x72, 0xa2, 0x52, 0x4d, 0x25, 0xc0, 0xfd, 0x4f, 0x52, 0x37, 0x0f, 0xc2, 0xee, 0xf6, 0x0e, 0xf6, 0x9c, 0x15, 0xbe, 0xe6, 0x72, 0x37, 0x59, 0xa2, 0x63, 0x79, 0x30, 0xfb, 0xd5, 0x34, 0xd9, 0xb6, 0x17, 0x97, 0xa1, 0x27, 0xb1, 0x7a, 0xcb, 0xe7, 0xeb, 0xe4, 0x97, 0x6d, 0x1c, 0x6b, 0x01, 0x91, 0xea, 0x3d, 0xa9, 0x8b, 0x22, 0x1a, 0x16, 0x08, 0x31, 0xba, 0xa2, 0x09, 0x85, 0x00, 0x05, 0xd9, 0xa4, 0x1c, 0x41, 0xed, 0x91, 0xb1, 0x8e, 0x21, 0x5d, 0xb1, 0x80, 0x04, 0x9e, 0xcc, 0x5d, 0xd0, 0xa6, 0x42, 0x2e, 0x6c, 0xd8, 0xb6, 0x14, 0xe7, 0x50, 0xa5, 0xa4, 0x29, 0x1c, 0x78, 0x21, 0x9a, 0x81, 0xe7, 0xb2, 0x10, 0xb6, 0x3f, 0x6e, 0xea, 0xba, 0x82, 0x24, 0x51, 0x79, 0x6b, 0x7b, 0x0c, 0x7d, 0x86, 0x67, 0xb6, 0x79, 0x18, 0xef, 0xc7, 0xc4, 0xe1, 0x81, 0xfe, 0x3f, 0x4e, 0xef, 0x82, 0xf5, 0xad, 0xb9, 0x40, 0xc9, 0xc3, 0xe1, 0x28, 0x64, 0x59, 0xf0, 0xb6, 0x99, 0x88, 0x6e, 0x59, 0x53, 0x07, 0xe3, 0x65, 0xc8, 0x67, 0x94, 0xdc, 0x6a, 0xaf, 0x1e, 0x35, 0xbd, 0x86, 0xf3, 0x8b, 0x98, 0x64, 0xbd, 0x62, 0x89, 0x3a, 0x83, 0xb8, 0x01, 0xdb, 0x5d } } }; static const struct cckprng_op_reseed op_reseed_1148 = { .hd = { .id = 1085, .kind = OP_RESEED }, .nonce = 3802649562766589797ULL, .seed_nbytes = 279, .seed = { 0x8b, 0x3c, 0x6f, 0x2e, 0x14, 0xde, 0xb8, 0x41, 0x5f, 0xc7, 0xf8, 0x41, 0x14, 0x4b, 0x87, 0xd9, 0x67, 0x5f, 0x51, 0x4a, 0xf3, 0x0d, 0xf9, 0x9b, 0xa1, 0x5f, 0x93, 0x42, 0x53, 0x62, 0x8f, 0x15, 0xa7, 0x69, 0x09, 0x9d, 0xaf, 0x0f, 0xab, 0x19, 0x1a, 0x11, 0x77, 0xad, 0xce, 0xae, 0x11, 0xf4, 0xeb, 0x74, 0x08, 0x9a, 0xbc, 0x0c, 0x18, 0x58, 0xe1, 0xbb, 0x33, 0xe6, 0xc2, 0x0a, 0xf5, 0x52, 0xa6, 0xab, 0x8d, 0xd9, 0x17, 0x07, 0x21, 0x72, 0x1f, 0x40, 0xc1, 0xc7, 0x6d, 0x71, 0x84, 0x10, 0x29, 0xd3, 0xbe, 0xfb, 0x19, 0x39, 0x73, 0x66, 0x8e, 0x05, 0x2f, 0x41, 0x3b, 0x7f, 0xee, 0x3d, 0xa4, 0xb8, 0x45, 0x6d, 0x29, 0xec, 0x17, 0x0b, 0x3e, 0x63, 0xee, 0xca, 0x1c, 0xd3, 0x05, 0x96, 0xbd, 0x6a, 0x53, 0xaa, 0x7e, 0x2d, 0x1c, 0x47, 0xd6, 0x64, 0xdf, 0xb7, 0xa7, 0xe3, 0x14, 0xaa, 0x7a, 0x7c, 0x9d, 0x2f, 0xba, 0xb1, 0xeb, 0x72, 0xa9, 0xb7, 0x0f, 0xb2, 0xe9, 0x2f, 0x0e, 0x05, 0xbf, 0x82, 0xbe, 0xff, 0x68, 0x0a, 0x7c, 0x5d, 0x70, 0xd9, 0x8b, 0x55, 0x79, 0xa8, 0x56, 0x88, 0xe5, 0x40, 0xe0, 0x73, 0xa6, 0x1a, 0xb5, 0xb9, 0x92, 0xb4, 0x17, 0xee, 0x73, 0x48, 0x2d, 0x4c, 0x86, 0xc3, 0xd9, 0x86, 0x6d, 0x8d, 0x49, 0xb9, 0x8a, 0xb0, 0x52, 0xdc, 0x0b, 0xc2, 0x45, 0x88, 0xaa, 0x24, 0x75, 0xa9, 0x73, 0xb8, 0xd8, 0xd1, 0xdd, 0xf8, 0xc9, 0x39, 0x2a, 0xdb, 0x3a, 0xd2, 0x7b, 0x03, 0x04, 0xad, 0xf9, 0x35, 0x4d, 0x21, 0x37, 0x38, 0x5b, 0x10, 0x5e, 0x0e, 0x45, 0xbc, 0x60, 0x66, 0x18, 0x24, 0x95, 0xff, 0xed, 0x92, 0xf6, 0xeb, 0x76, 0x29, 0x3c, 0xa6, 0x48, 0xd4, 0x60, 0x09, 0x33, 0x16, 0x8f, 0xbe, 0x82, 0xa7, 0x0a, 0x2d, 0xf4, 0x95, 0x0c, 0x1a, 0xea, 0xec, 0x32, 0xd4, 0x98, 0xa4, 0xaf, 0x29, 0xde, 0x96, 0xba, 0xf9, 0x44, 0xc5, 0x47, 0xc0, 0xba, 0xcf, 0x37, 0x61, 0x46, 0xf7, 0xe8, 0x17, 0x1d } }; static const struct cckprng_op_refresh op_refresh_1149 = { .hd = { .id = 1086, .kind = OP_REFRESH }, .rand = 16464716543694298332ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1150 = { .hd = { .id = 1087, .kind = OP_REFRESH }, .rand = 4528389063256815267ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1151[] = { (const struct cckprng_op *)&op_init_1135, (const struct cckprng_op *)&op_init_1136, (const struct cckprng_op *)&op_init_1137, (const struct cckprng_op *)&op_refresh_1138, (const struct cckprng_op *)&op_refresh_1139, (const struct cckprng_op *)&op_init_1140, (const struct cckprng_op *)&op_refresh_1141, (const struct cckprng_op *)&op_init_1142, (const struct cckprng_op *)&op_reseed_1143, (const struct cckprng_op *)&op_reseed_1144, (const struct cckprng_op *)&op_init_1145, (const struct cckprng_op *)&op_reseed_1146, (const struct cckprng_op *)&op_init_1147, (const struct cckprng_op *)&op_reseed_1148, (const struct cckprng_op *)&op_refresh_1149, (const struct cckprng_op *)&op_refresh_1150 }; static const struct cckprng_vector vec_1152 = { .id = 1088, .note = NULL, .nops = 16, .ops = ops_1151 }; static const struct cckprng_op_init op_init_1153 = { .hd = { .id = 1089, .kind = OP_INIT }, .seed = { 0x27, 0x3f, 0x6d, 0x9b, 0xaa, 0x49, 0xf6, 0x87, 0x67, 0x87, 0xe4, 0x77, 0xd1, 0xc2, 0x14, 0x4e, 0x64, 0xa5, 0x9b, 0xa8, 0xb6, 0x3e, 0x2e, 0x57, 0x4c, 0xd0, 0x29, 0xd8, 0x38, 0x3a, 0xa9, 0x56 }, .nonce = { 0xea, 0x7f, 0x21, 0x9e, 0xaf, 0x7b, 0xe9, 0x92 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1154 = { .hd = { .id = 1090, .kind = OP_REFRESH }, .rand = 159652230385322743ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1155 = { .hd = { .id = 1091, .kind = OP_RESEED }, .nonce = 16270000897390463868ULL, .seed_nbytes = 248, .seed = { 0x2f, 0x61, 0x2d, 0xcb, 0xce, 0xe2, 0x9f, 0x10, 0xd6, 0x18, 0x8b, 0x15, 0x5e, 0x0b, 0x04, 0x33, 0x72, 0x71, 0x3e, 0xa9, 0xf8, 0x8c, 0xe6, 0x5e, 0x77, 0x3d, 0x0a, 0x8b, 0x03, 0xb7, 0x3d, 0x8d, 0x7e, 0xde, 0xfb, 0xcc, 0x64, 0x01, 0x51, 0xb0, 0xec, 0x2e, 0x8f, 0xdd, 0xb3, 0xd7, 0x9a, 0xa0, 0x2e, 0xf8, 0x1f, 0x01, 0x99, 0x18, 0xae, 0xfb, 0xd8, 0xa5, 0x74, 0xd3, 0xea, 0x58, 0xf4, 0xb9, 0xbc, 0x31, 0x72, 0xf0, 0x64, 0x57, 0xdc, 0x9d, 0x8a, 0x43, 0x97, 0x2c, 0x59, 0xc0, 0xb4, 0x0a, 0xe5, 0x94, 0x31, 0xf9, 0xe1, 0x19, 0x9a, 0xdd, 0x38, 0x8d, 0xf8, 0x28, 0x84, 0x64, 0x55, 0x24, 0x3e, 0x1d, 0x65, 0xae, 0x29, 0xa6, 0x38, 0x84, 0x20, 0x48, 0x0c, 0x0c, 0xdd, 0x7a, 0x7d, 0xec, 0xe0, 0x65, 0x07, 0x2b, 0xf0, 0x59, 0xb2, 0xac, 0x36, 0x4a, 0x28, 0x9b, 0x77, 0x57, 0x8d, 0xcb, 0xbc, 0x90, 0x6e, 0x9d, 0x2b, 0x18, 0x8c, 0xd8, 0x1a, 0xb8, 0x7c, 0x55, 0x14, 0xb6, 0x68, 0x34, 0x4d, 0xd8, 0x7b, 0xa8, 0xbc, 0x27, 0xf6, 0x87, 0xf6, 0xce, 0xd5, 0xeb, 0x63, 0x9f, 0x5c, 0xb7, 0x6a, 0xf6, 0x3a, 0x95, 0xfe, 0xcb, 0x71, 0x31, 0xb8, 0x39, 0x5c, 0x06, 0x13, 0x81, 0x11, 0x60, 0xba, 0x61, 0x19, 0xe7, 0x66, 0x42, 0xfe, 0xc1, 0xb3, 0x72, 0xca, 0xbb, 0xf7, 0x1a, 0xe4, 0x2a, 0xad, 0xce, 0x68, 0xdb, 0x7f, 0xd1, 0x86, 0x75, 0x15, 0x54, 0x03, 0xe8, 0x92, 0xdd, 0x91, 0xe5, 0xa2, 0x86, 0x92, 0x97, 0xfa, 0x9f, 0x33, 0xa9, 0x8c, 0x48, 0x80, 0x95, 0xfa, 0xae, 0x93, 0xe8, 0x3c, 0xcd, 0xd9, 0x34, 0x03, 0xb8, 0x3b, 0x72, 0x98, 0x5b, 0x1d, 0x15, 0x70, 0xfd, 0x88, 0xed, 0x40, 0xaf, 0xcb, 0x4a, 0x19, 0xd6, 0xf4, 0x95 } }; static const struct cckprng_op_reseed op_reseed_1156 = { .hd = { .id = 1092, .kind = OP_RESEED }, .nonce = 11203173346703312309ULL, .seed_nbytes = 185, .seed = { 0xe0, 0x5e, 0x57, 0x66, 0x20, 0x5b, 0x77, 0xfa, 0x60, 0x3f, 0x73, 0x0d, 0x5e, 0xad, 0x26, 0x15, 0x8e, 0x47, 0xb6, 0x84, 0xd2, 0xc5, 0x95, 0x49, 0xfd, 0x3b, 0xb0, 0x4f, 0x5a, 0xe0, 0x1a, 0xfe, 0xa7, 0xb0, 0xe4, 0x67, 0xaa, 0x9f, 0x2d, 0x66, 0xc8, 0x63, 0xa6, 0x34, 0x50, 0x4b, 0x5e, 0x48, 0xc4, 0xb2, 0xa1, 0x3b, 0x48, 0x51, 0x3c, 0xc1, 0x9f, 0x15, 0x4f, 0x80, 0xdf, 0x20, 0x95, 0xf6, 0xee, 0xea, 0xf0, 0xc2, 0x92, 0x35, 0xac, 0x24, 0xb0, 0x37, 0x58, 0x11, 0x12, 0xf7, 0x32, 0x7a, 0x0b, 0x9d, 0xed, 0xb9, 0x4f, 0xae, 0x46, 0x2d, 0xbb, 0x47, 0x01, 0xb9, 0xfe, 0x34, 0x0d, 0x55, 0x77, 0x49, 0x7e, 0xba, 0xc7, 0x63, 0xea, 0xc8, 0x71, 0xdf, 0x18, 0x12, 0xc6, 0xef, 0x55, 0xd4, 0xdd, 0x45, 0xfb, 0x9c, 0xc7, 0xca, 0xce, 0x85, 0x80, 0x32, 0x06, 0x1b, 0x0d, 0x8e, 0x11, 0x62, 0xce, 0xad, 0x6c, 0x40, 0xf5, 0x09, 0x2d, 0x4e, 0xef, 0xc8, 0xab, 0x88, 0x59, 0xe7, 0x03, 0x66, 0xff, 0xb0, 0xc0, 0x92, 0x86, 0x9d, 0xe8, 0xb8, 0x0d, 0xa4, 0x26, 0x12, 0xf8, 0x41, 0xcb, 0xef, 0x0d, 0xf8, 0x3d, 0x28, 0xf9, 0xa6, 0x21, 0xbb, 0x28, 0x77, 0x2b, 0xdf, 0x3c, 0x8c, 0xae, 0x3a, 0x8c, 0x21, 0x5c, 0xda, 0x80, 0x3a, 0x88, 0x4d, 0x90 } }; static const struct cckprng_op_generate op_init_1157 = { .hd = { .id = 1093, .kind = OP_GENERATE }, .rand_nbytes = 116, .out = { .rand = { 0xca, 0xfd, 0xa4, 0xb5, 0x6c, 0x98, 0xd2, 0x25, 0x95, 0x32, 0xf8, 0xeb, 0x3f, 0x22, 0x44, 0x48, 0x62, 0x10, 0xc6, 0x3c, 0xc5, 0x31, 0x26, 0xe9, 0x21, 0xe1, 0x19, 0x26, 0x8d, 0xc8, 0x03, 0xcc, 0x3b, 0x6c, 0xbb, 0x46, 0x34, 0xf0, 0x52, 0x69, 0xc8, 0x68, 0x8d, 0x6a, 0x6b, 0xb8, 0xaf, 0xd6, 0x68, 0x4d, 0xeb, 0x3c, 0x61, 0xd5, 0x79, 0x06, 0xe9, 0x23, 0x17, 0xad, 0x0a, 0x0a, 0xe0, 0xa7, 0x9a, 0x87, 0x0a, 0xef, 0x2e, 0x7d, 0x00, 0xae, 0xe4, 0xd1, 0x89, 0x7c, 0x02, 0x9b, 0x98, 0x0b, 0x92, 0x82, 0x34, 0x11, 0x98, 0x8f, 0xe1, 0xea, 0x1e, 0x84, 0xf9, 0xc7, 0x6d, 0x53, 0x65, 0x3b, 0x69, 0x7d, 0x24, 0x0c, 0xb6, 0x46, 0x11, 0x42, 0xa1, 0xd7, 0x8f, 0x97, 0x1f, 0xe2, 0x6e, 0xb6, 0x13, 0xce, 0xcd, 0x5c } } }; static const struct cckprng_op_generate op_init_1158 = { .hd = { .id = 1094, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0xe9, 0xe8, 0x0e, 0xd1, 0xf3, 0xed, 0x85, 0x59, 0x55, 0x1a, 0xd0, 0xb4, 0xce, 0x76, 0xad, 0x63, 0x56, 0x81, 0x76, 0x75, 0xa5, 0x2c, 0x9d, 0x3e, 0xa5, 0x2b, 0x8b, 0xa5, 0xb2, 0x02, 0x4d, 0x73, 0x60, 0x5e, 0xe9, 0xd8, 0x0d, 0x4e, 0x6d, 0x06, 0x39, 0x6c, 0xf2, 0xd2, 0x74, 0xb2, 0x81, 0x9f, 0xff, 0x23, 0x79, 0x56, 0xea, 0x8a, 0x8f, 0x81, 0x09, 0xbe, 0x6e, 0x7f, 0x5c, 0x69, 0xbf, 0xfd, 0x20, 0xef, 0xff, 0xc2, 0xe6, 0x28, 0xe2, 0xc1, 0x72, 0x87, 0xf5, 0x3a, 0xf7, 0xae, 0x56, 0x2b, 0x1d, 0x2e, 0xad, 0x3c, 0xba, 0x94, 0xa5, 0xd8, 0xd5, 0xd5, 0x6c, 0x0a, 0xa4, 0x59, 0x82, 0xd8, 0x4b, 0x70, 0xfe, 0x2e, 0xec, 0x98, 0xd7, 0x7a, 0x19, 0xcb, 0xe6, 0xf7, 0xf5, 0x7b, 0xa1, 0xa8, 0x9c, 0x90, 0xc6, 0x4f, 0x0a, 0x9d, 0xa8, 0x9f, 0x30, 0x4f, 0xb0, 0x38, 0xa3, 0x60, 0x1b, 0x0a, 0x67, 0x9f, 0xa9, 0x7d, 0x21, 0x4a, 0xb2, 0x25, 0x3c, 0x07, 0x2d, 0xc3, 0x6d, 0xc9, 0x2d, 0x17, 0xf0, 0xc5, 0x7e, 0xcf, 0x24, 0x0c, 0x59, 0x42, 0xe5, 0x6d, 0xc4 } } }; static const struct cckprng_op_generate op_init_1159 = { .hd = { .id = 1095, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0x3d, 0x4b, 0x46, 0x82, 0x09, 0xad, 0x92, 0x5e, 0x2b, 0xf0, 0x56, 0x20, 0xbd, 0x84, 0x97, 0xdf, 0x54, 0x5d, 0x29, 0xc3, 0x04, 0x38, 0x17, 0x2d, 0x11, 0x5f, 0x21, 0x37, 0x4f, 0x6a, 0x82, 0xad, 0xbb, 0x83, 0xa3, 0x5f, 0x0c, 0x58, 0x7a, 0x5b, 0x21, 0xfb, 0x38, 0xe5, 0x0a, 0xef, 0xae, 0xbb, 0x29, 0xd7, 0xb4, 0x7d, 0x1e, 0xae, 0x1f, 0x85, 0x6b, 0x44, 0x78, 0x36, 0xe3, 0x7c, 0xc5, 0x27, 0x84, 0x4a, 0xf6, 0xd9, 0x67, 0x2a, 0x03, 0x26, 0x1c, 0x6e, 0xf1, 0xff } } }; static const struct cckprng_op_reseed op_reseed_1160 = { .hd = { .id = 1096, .kind = OP_RESEED }, .nonce = 12607993353774709700ULL, .seed_nbytes = 125, .seed = { 0x2d, 0xe5, 0xbe, 0x70, 0x59, 0xf5, 0xff, 0x25, 0x16, 0xb6, 0x9d, 0x07, 0x7b, 0x48, 0x79, 0x6b, 0x0b, 0xd7, 0x0c, 0x7e, 0x79, 0x9e, 0x8f, 0x6d, 0x32, 0x3b, 0xc1, 0x39, 0x48, 0xbb, 0xdf, 0xc5, 0x61, 0x02, 0x46, 0x2d, 0xcd, 0x80, 0x11, 0x5b, 0x64, 0x33, 0xe2, 0x9c, 0x6a, 0xfd, 0x91, 0xb7, 0x62, 0x4f, 0xae, 0x62, 0xb7, 0x55, 0x98, 0xa8, 0x8b, 0xc6, 0xf7, 0x0d, 0xc9, 0x1d, 0xc4, 0x53, 0x9f, 0xd5, 0xc9, 0x90, 0xbb, 0x90, 0xe8, 0xe7, 0x48, 0xbd, 0x3b, 0xe8, 0x38, 0x11, 0x73, 0xda, 0x12, 0xd1, 0x5f, 0x96, 0x1f, 0xdf, 0xbe, 0x53, 0xf5, 0x5d, 0x41, 0x51, 0xc0, 0x74, 0xa8, 0x50, 0x30, 0xbf, 0xb6, 0x10, 0xf8, 0xab, 0x8d, 0x3e, 0x5a, 0x78, 0x94, 0x49, 0x14, 0x86, 0x4a, 0x3f, 0x67, 0x08, 0x0a, 0x31, 0xe9, 0x38, 0x31, 0x25, 0x2e, 0xa1, 0x12, 0x76, 0x45 } }; static const struct cckprng_op_generate op_init_1161 = { .hd = { .id = 1097, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x1c, 0x6f, 0xda, 0xa7, 0x2e, 0xee, 0x18, 0xd7, 0x43, 0xef, 0x69, 0x88, 0xc2, 0x15, 0x52, 0xff, 0x87, 0xf5, 0x56, 0x51, 0x3b, 0x86, 0xb2, 0xd2, 0x0f, 0x7f, 0x5f, 0xb7, 0x46, 0xa4, 0x4d, 0xe4, 0xb4, 0x14, 0xb2, 0x84, 0x42, 0xc7, 0x02, 0xde, 0xcc, 0x44, 0xe3, 0xd1, 0x7e, 0xbf, 0xc6, 0x76, 0xa0, 0xcd, 0x80, 0x95, 0x5a, 0x23, 0xcf, 0x1f, 0xa3, 0x07, 0xdc, 0xeb, 0x46, 0xd6, 0x1c, 0x59, 0x65, 0x6f, 0x5a, 0x44, 0x3f, 0x01, 0xf8, 0xb6, 0xa7, 0x54, 0x61, 0x8b, 0x94, 0x70, 0xcd, 0xea, 0xea, 0x3f, 0xef, 0xf7, 0xc6, 0x76, 0x38, 0x1f, 0xc9, 0xf0, 0x9f, 0x58, 0x46, 0x22, 0xb2, 0xed, 0x01, 0x64, 0xa3, 0x6d, 0x85, 0xd2, 0x0a, 0xb8, 0x57, 0x14, 0xd6, 0xa1, 0xa3, 0xef, 0xc7, 0x47, 0x0a, 0x7c, 0xdd, 0x13, 0x6c, 0xc6, 0x9d, 0x5f, 0x03, 0xb4, 0x9d, 0x41, 0x5a, 0x0c, 0xc1, 0xad, 0xe5, 0x79, 0xa4, 0xa4, 0x72, 0xf8, 0x08, 0x22, 0x89, 0xbe, 0x3f, 0xa2, 0x13, 0x61, 0xa0, 0x89, 0x73, 0xf0, 0x7b, 0xb0, 0xa9, 0x74, 0x3c, 0xca, 0x15, 0x68, 0x30, 0xe0, 0x70, 0xb0, 0xa8, 0xa4, 0x75, 0x2e, 0x3a, 0x02, 0x07, 0x4f, 0x01, 0x08, 0xb8, 0xcd, 0xef, 0xa8, 0xac, 0xc2, 0x22, 0xe2, 0xfe, 0x08, 0xfb, 0xd9, 0x81, 0x59, 0x1f, 0x12, 0xf0, 0xfc, 0xfd, 0x41, 0x79, 0x1a, 0x96, 0x1b, 0xfc, 0xf1, 0x89, 0x54, 0xc0, 0x64, 0x29, 0x67, 0x85, 0xb7, 0x46, 0xb2, 0xea, 0x28, 0xe2, 0x0c, 0x3c, 0xf5, 0xf6, 0xf5, 0xab, 0xfa, 0x81, 0x6c, 0x01, 0xa0, 0xfd, 0xe6, 0x6e, 0xff, 0x9a, 0x18, 0x8f, 0x07, 0xcb, 0x3e, 0x1c } } }; static const struct cckprng_op_reseed op_reseed_1162 = { .hd = { .id = 1098, .kind = OP_RESEED }, .nonce = 4952189494278560454ULL, .seed_nbytes = 74, .seed = { 0x90, 0x16, 0x81, 0x1f, 0x4d, 0xea, 0x12, 0x9b, 0xf4, 0x31, 0xd5, 0x92, 0xbd, 0x63, 0x32, 0xc0, 0x70, 0x23, 0x64, 0x88, 0x89, 0xac, 0xf3, 0x42, 0xac, 0x25, 0xd7, 0x86, 0xe0, 0xa5, 0xee, 0xc4, 0x80, 0x79, 0x0e, 0x66, 0xf7, 0x39, 0x61, 0x6e, 0xa7, 0x40, 0x62, 0x78, 0x32, 0x9e, 0xdf, 0x24, 0x4b, 0xe5, 0x4a, 0xbf, 0xa3, 0x3d, 0xc2, 0xe7, 0x86, 0x46, 0x7f, 0x77, 0x4b, 0x0e, 0xde, 0xd0, 0x1f, 0xf7, 0x33, 0xf7, 0xce, 0xbd, 0x42, 0x01, 0x11, 0xae } }; static const struct cckprng_op_reseed op_reseed_1163 = { .hd = { .id = 1099, .kind = OP_RESEED }, .nonce = 14574484375070260313ULL, .seed_nbytes = 144, .seed = { 0x6a, 0xf4, 0xd1, 0x7a, 0xe7, 0x04, 0x5f, 0xaf, 0x98, 0xc4, 0xd4, 0x7d, 0x96, 0x07, 0x57, 0xb2, 0xd3, 0x6e, 0xa3, 0x8f, 0xf9, 0x63, 0x8d, 0x48, 0x02, 0x7b, 0x1d, 0xb6, 0xde, 0x03, 0x37, 0x26, 0x1f, 0xf9, 0x44, 0x15, 0xbd, 0xd1, 0xc7, 0x65, 0xa0, 0xef, 0xbb, 0x0a, 0x8e, 0x81, 0xfb, 0xa3, 0xaf, 0x2b, 0xf9, 0x4a, 0xe5, 0x55, 0x3b, 0x83, 0xc0, 0x89, 0x8b, 0x46, 0x14, 0x0c, 0xc1, 0x89, 0x2e, 0xe0, 0x61, 0x3a, 0x5b, 0x0b, 0x85, 0xe3, 0xa8, 0x8d, 0x1f, 0x7c, 0xaf, 0xf6, 0xd8, 0xfb, 0xbc, 0xb0, 0x0d, 0xa4, 0x83, 0x10, 0xc0, 0x78, 0x4f, 0x8b, 0xf6, 0x81, 0xab, 0xc4, 0x8a, 0xc6, 0xcc, 0x47, 0xa9, 0xa2, 0x38, 0xe3, 0x21, 0xb6, 0x62, 0xa0, 0x36, 0x46, 0x4c, 0xe6, 0xb7, 0x3e, 0x99, 0x19, 0x43, 0xc2, 0xa6, 0x40, 0x95, 0xa1, 0xdd, 0x25, 0x54, 0x79, 0xa9, 0x9e, 0x51, 0xeb, 0x26, 0x6a, 0x01, 0xd7, 0x09, 0xef, 0xa7, 0xb2, 0x4c, 0xc8, 0x95, 0xad, 0x36, 0x98, 0xbd, 0x6e } }; static const struct cckprng_op_generate op_init_1164 = { .hd = { .id = 1100, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0xd7, 0x74, 0x7d, 0xcc, 0xe6, 0x3e, 0x58, 0x21, 0x71, 0xea, 0xe1, 0xaf, 0x11, 0x2e, 0xda, 0xfb, 0xe5, 0xd5, 0x60, 0xdb, 0xcf, 0xe0, 0x61, 0x3f, 0x98, 0xe7, 0x00, 0xa4, 0x15, 0x70, 0xc0, 0x11, 0xf3, 0xf3, 0xbd, 0x5b, 0x3f, 0xe4, 0x90, 0xf6, 0x8c, 0x6e, 0x48, 0x77, 0x56, 0xd5, 0x51, 0xff, 0x3d, 0xb7, 0x3f, 0x99, 0x8c, 0xff, 0x45, 0xf1, 0x75, 0x17, 0x8e, 0x7a, 0xe3, 0x1c, 0xd4, 0xbb, 0xb7, 0x5e, 0x72, 0x30, 0x32, 0x01, 0x30, 0xbf, 0x80, 0x49, 0xe8, 0xb7, 0xeb, 0x52, 0x77, 0xdb, 0x5d, 0x65, 0x61, 0xf8, 0xeb, 0xc2, 0x82, 0xba, 0x2e, 0x07, 0x39, 0x43, 0xe3, 0xf4, 0x30, 0xfe, 0x91, 0x5e, 0xbe, 0x52, 0xc0, 0x17, 0x55, 0xa0, 0x9a, 0x64, 0x3a, 0xc4, 0x1e, 0x1e, 0x15, 0x05, 0x07, 0xb7, 0x5d, 0x46, 0x82, 0x9f, 0x9e, 0x9b, 0xb0, 0xd7, 0x1c, 0xdb, 0xfd, 0xf0, 0x85, 0xc1, 0xef, 0x7a, 0x6d, 0x8c, 0xc6, 0x7c, 0xb4, 0xd6, 0xe8, 0x95, 0x3e, 0x1e, 0xbd, 0x3c, 0xb5, 0x2c, 0xaf, 0x02, 0xd6, 0xf6, 0x63 } } }; static const struct cckprng_op_generate op_init_1165 = { .hd = { .id = 1101, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0x0e, 0x7b, 0x65, 0x88, 0xd3, 0xa2, 0x52, 0xec, 0xee, 0xaf, 0x24, 0x92, 0x70, 0x26, 0x59, 0x57, 0xf3, 0xa3, 0x1f, 0xc6, 0xf3, 0x80, 0xfe, 0x35, 0xb5, 0xcb, 0xf6, 0x7c, 0x29, 0x2d, 0x97, 0x99, 0xee, 0x32, 0xee, 0xa6, 0x4a, 0x4b, 0x4c, 0xe1, 0xb1, 0xbe } } }; static const struct cckprng_op_reseed op_reseed_1166 = { .hd = { .id = 1102, .kind = OP_RESEED }, .nonce = 4513858404046993767ULL, .seed_nbytes = 270, .seed = { 0xb4, 0x94, 0x05, 0xec, 0xea, 0xe2, 0x60, 0xc1, 0xaa, 0x67, 0x56, 0xef, 0xfa, 0x34, 0x0b, 0xda, 0x06, 0xab, 0xc3, 0xf4, 0xab, 0xc5, 0x71, 0x39, 0xb3, 0x9d, 0xc7, 0xaa, 0xbe, 0xcc, 0x87, 0x5b, 0xc1, 0xfc, 0x30, 0x8c, 0xa7, 0x25, 0x10, 0x5f, 0xca, 0xae, 0x56, 0x33, 0x7a, 0x3a, 0x75, 0xdf, 0x96, 0x6e, 0xf7, 0xcc, 0xe2, 0x1c, 0x2f, 0x46, 0xec, 0x75, 0x16, 0x69, 0xd3, 0xcd, 0x25, 0x88, 0x5f, 0x7a, 0x3c, 0x5c, 0x28, 0x6d, 0xd4, 0x3f, 0x7a, 0x9e, 0x9d, 0x1a, 0xd3, 0xe7, 0xa5, 0x50, 0x12, 0xc5, 0x8c, 0xe4, 0x3e, 0xb8, 0xda, 0x2c, 0x4e, 0xb1, 0xff, 0x8d, 0xa5, 0x76, 0xbf, 0x07, 0x4f, 0xc0, 0xb9, 0x9b, 0x84, 0x91, 0x51, 0x49, 0x95, 0x6c, 0xbd, 0x10, 0x54, 0x8d, 0x68, 0xba, 0x18, 0x05, 0xab, 0xac, 0x1f, 0xde, 0xd0, 0x63, 0x0a, 0x82, 0xb6, 0x80, 0xa7, 0xd2, 0x14, 0xaa, 0xb7, 0xd4, 0xcb, 0xff, 0x0d, 0x53, 0xc1, 0x69, 0x09, 0x34, 0x50, 0x1d, 0x22, 0x2b, 0xd6, 0xd5, 0x62, 0x45, 0x71, 0x7b, 0x4c, 0x0d, 0x5c, 0x73, 0x51, 0x39, 0xc1, 0x1e, 0x18, 0x78, 0x05, 0x5f, 0x37, 0xb9, 0xba, 0x1d, 0x91, 0xf0, 0xc9, 0x0e, 0x2d, 0x12, 0x5e, 0x86, 0x3b, 0x1d, 0xe3, 0x11, 0xaf, 0xf0, 0xf1, 0x44, 0x80, 0xcf, 0x56, 0xb6, 0x2c, 0xf9, 0x3a, 0x2d, 0x48, 0x85, 0x6e, 0xb4, 0x3e, 0x75, 0xcd, 0x66, 0x01, 0x2c, 0x04, 0xb1, 0x1d, 0x1a, 0x41, 0x70, 0x79, 0x67, 0xdc, 0x5b, 0x7d, 0xaa, 0x96, 0x62, 0xfc, 0xee, 0x7a, 0x22, 0x81, 0x8e, 0xf9, 0x4c, 0xb1, 0xa4, 0x4f, 0x7f, 0xbe, 0x10, 0x71, 0x8d, 0xb4, 0x65, 0xc0, 0xbb, 0xd7, 0x52, 0x68, 0xd6, 0xd8, 0x16, 0x2d, 0x3c, 0x07, 0xfa, 0x9d, 0x78, 0x29, 0x1c, 0x5b, 0xfe, 0x65, 0xfe, 0x5b, 0x32, 0x13, 0x60, 0x8c, 0x70, 0x4a, 0x51, 0x94, 0x4d, 0x66, 0x1b, 0x26, 0xa0, 0x0b, 0xc5, 0xb3, 0xae, 0xef, 0x89 } }; static const struct cckprng_op_refresh op_refresh_1167 = { .hd = { .id = 1103, .kind = OP_REFRESH }, .rand = 3147509981211999089ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1168 = { .hd = { .id = 1104, .kind = OP_RESEED }, .nonce = 10612262675678900405ULL, .seed_nbytes = 90, .seed = { 0x63, 0x93, 0x91, 0x4d, 0xc6, 0xeb, 0x78, 0xb0, 0x91, 0x6e, 0xc2, 0xd1, 0x63, 0x90, 0xbb, 0xea, 0x2d, 0x03, 0x34, 0x12, 0x25, 0x13, 0x6e, 0x81, 0xf5, 0x48, 0xe4, 0xbb, 0xc7, 0xc9, 0xd3, 0x61, 0xbb, 0x3e, 0x3d, 0x88, 0x3c, 0xae, 0x51, 0x49, 0x66, 0xb0, 0xe1, 0xda, 0xa8, 0xb8, 0x8f, 0xb7, 0x63, 0x41, 0xb9, 0xe6, 0xf1, 0x73, 0x8a, 0x6c, 0xd0, 0xdc, 0xcf, 0xae, 0xe0, 0xcb, 0xc3, 0xbe, 0x8f, 0x75, 0x4e, 0x52, 0x2a, 0xdd, 0xb2, 0xd6, 0xe3, 0xba, 0x0e, 0xe9, 0x76, 0x0e, 0x39, 0xa9, 0x45, 0x2b, 0x24, 0x4a, 0x83, 0xd4, 0x1b, 0x07, 0x8b, 0x58 } }; static const struct cckprng_op *ops_1169[] = { (const struct cckprng_op *)&op_init_1153, (const struct cckprng_op *)&op_refresh_1154, (const struct cckprng_op *)&op_reseed_1155, (const struct cckprng_op *)&op_reseed_1156, (const struct cckprng_op *)&op_init_1157, (const struct cckprng_op *)&op_init_1158, (const struct cckprng_op *)&op_init_1159, (const struct cckprng_op *)&op_reseed_1160, (const struct cckprng_op *)&op_init_1161, (const struct cckprng_op *)&op_reseed_1162, (const struct cckprng_op *)&op_reseed_1163, (const struct cckprng_op *)&op_init_1164, (const struct cckprng_op *)&op_init_1165, (const struct cckprng_op *)&op_reseed_1166, (const struct cckprng_op *)&op_refresh_1167, (const struct cckprng_op *)&op_reseed_1168 }; static const struct cckprng_vector vec_1170 = { .id = 1105, .note = NULL, .nops = 16, .ops = ops_1169 }; static const struct cckprng_op_init op_init_1171 = { .hd = { .id = 1106, .kind = OP_INIT }, .seed = { 0xb7, 0x0c, 0x86, 0xb4, 0x98, 0x37, 0x11, 0x31, 0x0c, 0x2c, 0xce, 0xd6, 0x7c, 0x72, 0x69, 0xfa, 0x23, 0x85, 0x70, 0xf8, 0xf6, 0x3d, 0xa2, 0x9c, 0xc1, 0xd7, 0x75, 0xe2, 0x4a, 0xd8, 0x7e, 0x45 }, .nonce = { 0x21, 0xae, 0xff, 0xcc, 0x6e, 0x45, 0xd0, 0x2e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1172 = { .hd = { .id = 1107, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0xf6, 0xda, 0x6b, 0x54, 0x0e, 0x08, 0xd0, 0x56, 0xa2, 0xe7, 0x82, 0x90, 0x8e, 0x28, 0x09, 0xd3, 0x1c, 0x04, 0x05, 0x48, 0xfd, 0xec, 0xfb, 0x5a, 0x67, 0xf1, 0x5c, 0xf5, 0xeb, 0x52, 0xb9, 0xf2, 0x1e, 0xcd, 0xdf, 0xe1, 0x0e, 0x2e, 0x7d, 0xab, 0x51, 0x48, 0x72, 0x0d, 0xa4, 0x2a, 0xf0, 0xf1, 0xf3, 0xea } } }; static const struct cckprng_op_reseed op_reseed_1173 = { .hd = { .id = 1108, .kind = OP_RESEED }, .nonce = 1361139034077959640ULL, .seed_nbytes = 82, .seed = { 0xf9, 0x99, 0x11, 0x73, 0x9f, 0xaf, 0x29, 0x31, 0x16, 0xe7, 0x3e, 0x17, 0x00, 0x22, 0xb0, 0x9d, 0x21, 0x8a, 0x5b, 0x32, 0x39, 0xbd, 0x7b, 0xee, 0x0c, 0x2c, 0x31, 0x4c, 0x11, 0x75, 0x78, 0xfa, 0x9e, 0xf0, 0x44, 0x6a, 0x22, 0x89, 0x4a, 0x13, 0xc9, 0xf3, 0x96, 0x05, 0x05, 0x09, 0x86, 0x7f, 0xa0, 0xcd, 0xe1, 0x2b, 0x80, 0xe6, 0x9d, 0xe6, 0xdd, 0xc9, 0x44, 0x47, 0x82, 0x32, 0x07, 0x28, 0x5b, 0x6b, 0x09, 0xda, 0x6e, 0xda, 0x8f, 0x38, 0xd4, 0x8f, 0x54, 0xb1, 0xd9, 0xb4, 0x83, 0xab, 0x9e, 0xd9 } }; static const struct cckprng_op_generate op_init_1174 = { .hd = { .id = 1109, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0x8a, 0xaa, 0x98, 0x09, 0x84, 0xe9, 0xb7, 0x20, 0xe2, 0xeb, 0xbc, 0x63, 0x67, 0x4d, 0x47, 0x1c, 0xa1, 0xac, 0x1a, 0x77, 0xa2, 0x2a, 0xb6, 0xb5, 0x49, 0x08, 0xe8, 0x63, 0x56, 0x52, 0x39, 0xa8, 0x02, 0x0b, 0x35, 0x2c, 0x91, 0xa6, 0xda, 0x2d, 0x82, 0x3f, 0x5f, 0xb8, 0x2d, 0x54, 0x18, 0x22, 0xd9, 0x94, 0xdf, 0xb5, 0xbe, 0x16, 0xb5, 0xc6, 0xbc, 0xac, 0x4c, 0x8a, 0x96, 0xb3, 0xb4, 0xc7, 0x0c, 0xe1, 0x02, 0xa0, 0xe0, 0x62, 0x89, 0x42, 0x91, 0x00, 0xba, 0xca, 0x88, 0xe1, 0xa0, 0x5d, 0x9f, 0x83, 0x53, 0x9d, 0xf0, 0x53, 0x78, 0x55, 0x35, 0xf6, 0xaf, 0x5b, 0xa3, 0xd0, 0x8b, 0xdd, 0x92, 0x46, 0xd6, 0xc2, 0xf0, 0x73, 0xbe, 0xcc, 0xa7, 0x1b, 0x50, 0xd1, 0x86, 0x9e, 0xd7, 0x7c, 0xa4, 0x9e, 0xf8, 0xb7, 0xb4, 0x44, 0x6c, 0x81, 0x52, 0x5d, 0xcb, 0xb5, 0x7a, 0xf9, 0xdc, 0xa3, 0x27, 0x1e, 0x4d, 0x64, 0x0f, 0xee, 0x01, 0x11, 0x4f, 0xf2, 0xfe } } }; static const struct cckprng_op_reseed op_reseed_1175 = { .hd = { .id = 1110, .kind = OP_RESEED }, .nonce = 10580971301685809643ULL, .seed_nbytes = 42, .seed = { 0x60, 0xc8, 0xf1, 0xfc, 0x87, 0x0e, 0xbd, 0xf5, 0x97, 0x5b, 0x72, 0xc3, 0x97, 0x5f, 0xab, 0xc1, 0x5a, 0xe4, 0x31, 0x0d, 0xe5, 0x29, 0x7a, 0x44, 0x25, 0xfe, 0x73, 0xc3, 0x87, 0x7d, 0xdc, 0x74, 0xa6, 0x4a, 0x3a, 0x4b, 0x08, 0xc6, 0x7f, 0x21, 0x2c, 0x5e } }; static const struct cckprng_op_refresh op_refresh_1176 = { .hd = { .id = 1111, .kind = OP_REFRESH }, .rand = 12735097149699079576ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1177 = { .hd = { .id = 1112, .kind = OP_RESEED }, .nonce = 1037372506567668745ULL, .seed_nbytes = 67, .seed = { 0xd5, 0xdf, 0x3e, 0x10, 0x71, 0xce, 0xd8, 0x7c, 0x3d, 0xaa, 0xfa, 0xf9, 0x90, 0xd7, 0x4c, 0x1d, 0xfc, 0xfe, 0x46, 0xcd, 0xe8, 0x52, 0x19, 0x91, 0x73, 0x05, 0x46, 0xe1, 0xdb, 0x73, 0x8a, 0xf9, 0x7b, 0x08, 0x97, 0xcd, 0xc3, 0xe0, 0xee, 0xfe, 0x9c, 0xae, 0x73, 0x58, 0x57, 0xbb, 0xe5, 0x03, 0xa9, 0x81, 0x90, 0xca, 0xc5, 0xd8, 0xdf, 0x97, 0xd3, 0xcf, 0xc1, 0x17, 0xab, 0x68, 0xe5, 0xe7, 0x09, 0xb3, 0x19 } }; static const struct cckprng_op_generate op_init_1178 = { .hd = { .id = 1113, .kind = OP_GENERATE }, .rand_nbytes = 25, .out = { .rand = { 0x94, 0x26, 0xd0, 0xc1, 0xfd, 0x6c, 0xe7, 0x04, 0xb4, 0x0d, 0x3f, 0xfa, 0xab, 0x26, 0x61, 0x75, 0x30, 0xf9, 0x53, 0x24, 0xd4, 0x6c, 0x2b, 0xbb, 0x0d } } }; static const struct cckprng_op_refresh op_refresh_1179 = { .hd = { .id = 1114, .kind = OP_REFRESH }, .rand = 1429108114269328640ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1180 = { .hd = { .id = 1115, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0x0c, 0x58, 0x9a, 0xd8, 0xe6, 0xd7, 0x99, 0xbf, 0x0a, 0xc7, 0xf6, 0x1b, 0xfa, 0x40, 0x91, 0xd7, 0x96, 0x80, 0x39, 0x84, 0x81, 0xc2, 0x05, 0x82, 0x58, 0xd4, 0xf6, 0x01, 0x17, 0x7f, 0x98, 0xd7, 0x2c, 0x0a, 0xac, 0x60, 0x1c, 0xec, 0x49, 0x16, 0x2f, 0x5e, 0x9f, 0x0a, 0x9e, 0x09, 0x53, 0x25, 0x2b, 0xa3, 0x32, 0xa1, 0xe6, 0x0a, 0xd3, 0x6f, 0xea, 0x58, 0x42, 0x9e, 0x3d, 0x65, 0x21, 0xf2, 0x19, 0xe7, 0xd3, 0x5e, 0x3d, 0xea, 0xe0, 0x8f, 0xcf, 0xdc, 0xb8, 0xc6, 0xe7, 0x22, 0x1c, 0xed, 0x3b, 0xce, 0x81, 0x42, 0xf3, 0xe1, 0x4d, 0xcd, 0x6b, 0x5c, 0xb1, 0xb9, 0x1b, 0x9a, 0x41, 0x0e, 0x74, 0x7f, 0xfa, 0x2d, 0x36, 0x6f, 0x43, 0xfb, 0xc0, 0xb7, 0x0e, 0x40, 0xee, 0xe7, 0x32, 0x34, 0x74, 0x31, 0xa0, 0xfc, 0x53, 0x86, 0x4e, 0x74, 0xc9, 0xb2, 0x16, 0x71, 0x32, 0xb8, 0x6a, 0xd9, 0xa9, 0x58, 0xc2, 0xe0, 0xea, 0xee, 0x6a, 0xa5, 0x4c, 0xcb, 0x21, 0x27, 0x0d, 0xe2, 0xec, 0x78, 0xeb, 0x7d, 0xe9, 0xba, 0x07, 0x96, 0x4b, 0x92, 0x6a, 0xa1, 0xeb, 0x28, 0x5d, 0xa4, 0xf3, 0x9f, 0xd5, 0x24, 0x3c, 0x47, 0xaa, 0xd1, 0x94, 0x8c, 0xce, 0x53, 0x71, 0x78, 0x99, 0x3c, 0x12, 0x5a, 0xb9, 0x64, 0xca, 0x08, 0xd3, 0x05, 0x08, 0xb6, 0x6b, 0xdf, 0x52, 0xb5, 0xfb, 0xee, 0x71, 0x38, 0xd7, 0x84, 0xf6, 0xe8, 0x30, 0xfb, 0x52, 0x9e, 0xbf, 0xee } } }; static const struct cckprng_op_generate op_init_1181 = { .hd = { .id = 1116, .kind = OP_GENERATE }, .rand_nbytes = 129, .out = { .rand = { 0xf7, 0x69, 0xf8, 0x6e, 0x9d, 0x38, 0xf0, 0x43, 0x3f, 0xa4, 0x4b, 0x5a, 0x00, 0x11, 0x1e, 0xd8, 0x57, 0xe9, 0x56, 0xe8, 0xa6, 0x93, 0x95, 0xb4, 0x1d, 0xcb, 0xcc, 0x1c, 0x93, 0xe0, 0xbe, 0x48, 0x46, 0x75, 0xd3, 0xa4, 0xa4, 0x6d, 0xb0, 0x1f, 0xf0, 0x7e, 0x54, 0xff, 0xf2, 0x1e, 0xf3, 0x78, 0x93, 0x29, 0xa2, 0xa5, 0x35, 0x8f, 0x37, 0x19, 0x0d, 0x10, 0xcd, 0x5d, 0x07, 0x59, 0xf2, 0xfa, 0x77, 0x50, 0x56, 0xf9, 0x0f, 0x32, 0xb4, 0x01, 0xee, 0x4a, 0xfe, 0xcf, 0x12, 0xb7, 0x99, 0x01, 0x36, 0xcd, 0xc7, 0x32, 0x38, 0x22, 0x2a, 0x8a, 0xf3, 0xd8, 0x5f, 0x86, 0xeb, 0x19, 0x97, 0xa8, 0xca, 0x32, 0x72, 0x17, 0x92, 0xe3, 0x48, 0xcd, 0x1b, 0x33, 0x79, 0xb2, 0xa7, 0x41, 0xcd, 0xa2, 0x66, 0x66, 0x4f, 0x10, 0x1e, 0x8c, 0xbc, 0x4d, 0x23, 0x4e, 0xfd, 0x15, 0x6a, 0x86, 0x83, 0x2f, 0x79 } } }; static const struct cckprng_op_refresh op_refresh_1182 = { .hd = { .id = 1117, .kind = OP_REFRESH }, .rand = 6695335563261869983ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1183 = { .hd = { .id = 1118, .kind = OP_REFRESH }, .rand = 820121035472946192ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1184 = { .hd = { .id = 1119, .kind = OP_RESEED }, .nonce = 13989256188422665647ULL, .seed_nbytes = 80, .seed = { 0x38, 0x79, 0xcb, 0xc6, 0xf8, 0xd8, 0xb1, 0xe0, 0xbc, 0x45, 0x34, 0x02, 0x44, 0x7b, 0x76, 0x24, 0xc5, 0x49, 0xbc, 0x5f, 0x87, 0xb0, 0xf3, 0x27, 0xa4, 0xf3, 0xe1, 0x0e, 0xd7, 0xc1, 0xea, 0xe3, 0x85, 0xff, 0x55, 0xee, 0x21, 0x5b, 0x6f, 0x4f, 0xed, 0x18, 0x02, 0x5f, 0x89, 0x8b, 0x91, 0x4a, 0xa6, 0xd7, 0xbf, 0x54, 0x64, 0x65, 0x3b, 0xfd, 0xb3, 0x33, 0x19, 0x6e, 0x69, 0xcd, 0x08, 0xb6, 0x2c, 0xf2, 0x8b, 0xbe, 0xb8, 0xad, 0xca, 0x66, 0xd2, 0x7a, 0x73, 0xc8, 0x3d, 0xeb, 0x1e, 0x8a } }; static const struct cckprng_op_reseed op_reseed_1185 = { .hd = { .id = 1120, .kind = OP_RESEED }, .nonce = 3282107013087330334ULL, .seed_nbytes = 47, .seed = { 0x98, 0xef, 0x35, 0x70, 0xb2, 0x26, 0xc3, 0x34, 0x11, 0xe0, 0xc1, 0x35, 0xf0, 0xc0, 0x5e, 0x31, 0x3c, 0x4d, 0x20, 0xdb, 0x88, 0x30, 0xb7, 0x1a, 0x60, 0xed, 0xcf, 0x6b, 0x3e, 0x48, 0x7e, 0x94, 0x3b, 0x67, 0x3d, 0x48, 0x6d, 0xd1, 0xf5, 0x20, 0x42, 0xc4, 0x1d, 0x19, 0x25, 0xe5, 0xd1 } }; static const struct cckprng_op_generate op_init_1186 = { .hd = { .id = 1121, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x67, 0x18, 0x9d, 0x60, 0x33, 0x75, 0xe8, 0x28, 0xb2, 0x11, 0x1b, 0xac, 0xe7, 0x02, 0x10, 0x85, 0xed, 0xb5, 0xa9, 0xf4, 0x88, 0xfe, 0xca, 0x52, 0x48, 0x5c, 0x22, 0x68, 0x19, 0x0f, 0x82, 0x32, 0x7a, 0xa6, 0x5d, 0x6a, 0x36, 0x8d, 0x63, 0x99, 0x7d, 0xee, 0xd5, 0xf4, 0x57, 0x87, 0xf9, 0x00, 0x27, 0x15, 0x67, 0xb8, 0xfe, 0x2a, 0x7e, 0xed, 0xf0, 0x87, 0x81, 0x3e, 0xbb, 0x85, 0x29, 0xcc, 0x33, 0xb3, 0xdd, 0x8e, 0x52, 0xa3, 0xc0, 0xef, 0x22, 0x36, 0x20, 0x9f, 0x23, 0x3c, 0x8e, 0xa4, 0x0a, 0x62, 0x8f, 0xe6, 0xf2, 0x6f, 0x4c, 0x8a, 0x80, 0x74, 0xd9, 0x8c, 0xc0, 0xed, 0xed, 0x31, 0xd3, 0xe0, 0xf0, 0xaa, 0x01, 0xbf, 0xe3, 0xca, 0x68, 0x7a, 0x3d, 0xd2, 0xf7, 0xf3, 0x23, 0xb7, 0xbc, 0x19, 0x48, 0x5e, 0x70, 0x35, 0xc8, 0xdf, 0xf4, 0xcf, 0xcf, 0xc5, 0xb9, 0x4f, 0x46, 0xba, 0x7c, 0x11, 0x0e, 0xcd, 0x02, 0x92, 0x6f, 0xde, 0x37, 0xc1, 0xdd, 0xb3, 0x12, 0xa0, 0xa6, 0x74, 0x03, 0x8f, 0x05, 0x84, 0xb5, 0x47, 0x08, 0xb3, 0x23, 0x3a, 0x99, 0x65, 0xe4, 0x1a, 0xae, 0x4e, 0x2a, 0x21, 0xfd, 0x9b, 0x6f, 0x0a, 0x2d, 0xcf, 0xff, 0xe4, 0x4e, 0x0e, 0xa6, 0x34, 0x85, 0x99, 0x1a, 0x32, 0xb9, 0x73, 0xdd, 0x89, 0x11, 0x05, 0xc7, 0x13, 0xa7, 0x35, 0xca, 0x85, 0x61, 0x53, 0x63, 0xa9, 0x00, 0x0d, 0x2a, 0x0f, 0x61, 0x8c, 0x2c, 0x36, 0x27, 0xdb, 0x0b, 0x1b, 0x98, 0x7b, 0x56, 0x28, 0xdb, 0xbe, 0x48, 0x21, 0xa0, 0x04, 0x42, 0x1d, 0x7f, 0x48, 0x46, 0x86, 0x66, 0xf2, 0xff, 0xd0, 0x2a, 0xa2, 0x58, 0xf9, 0xb0, 0x9c, 0x08, 0xe1, 0xaf, 0xec, 0x6f, 0x36, 0x91, 0x52, 0x43, 0x0b, 0xc5, 0x9a, 0x2b, 0x15, 0xf4, 0x14, 0x41, 0x60, 0x68, 0x0a, 0x04, 0xa1, 0x35, 0x00, 0xec, 0x32, 0x69, 0xf8, 0x6a, 0x69 } } }; static const struct cckprng_op *ops_1187[] = { (const struct cckprng_op *)&op_init_1171, (const struct cckprng_op *)&op_init_1172, (const struct cckprng_op *)&op_reseed_1173, (const struct cckprng_op *)&op_init_1174, (const struct cckprng_op *)&op_reseed_1175, (const struct cckprng_op *)&op_refresh_1176, (const struct cckprng_op *)&op_reseed_1177, (const struct cckprng_op *)&op_init_1178, (const struct cckprng_op *)&op_refresh_1179, (const struct cckprng_op *)&op_init_1180, (const struct cckprng_op *)&op_init_1181, (const struct cckprng_op *)&op_refresh_1182, (const struct cckprng_op *)&op_refresh_1183, (const struct cckprng_op *)&op_reseed_1184, (const struct cckprng_op *)&op_reseed_1185, (const struct cckprng_op *)&op_init_1186 }; static const struct cckprng_vector vec_1188 = { .id = 1122, .note = NULL, .nops = 16, .ops = ops_1187 }; static const struct cckprng_op_init op_init_1189 = { .hd = { .id = 1123, .kind = OP_INIT }, .seed = { 0x00, 0x86, 0x82, 0x88, 0x0d, 0xf2, 0x23, 0x5c, 0xe5, 0x78, 0x1c, 0xf9, 0x09, 0x28, 0x1b, 0xbe, 0x33, 0x2d, 0x48, 0x2f, 0x70, 0xc0, 0x79, 0xab, 0x45, 0x1f, 0x5a, 0x26, 0x36, 0xc4, 0xaf, 0x56 }, .nonce = { 0xf3, 0xdb, 0x6a, 0x69, 0xb3, 0x7d, 0xb8, 0x04 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1190 = { .hd = { .id = 1124, .kind = OP_REFRESH }, .rand = 14639760381227342379ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1191 = { .hd = { .id = 1125, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0x8a, 0x8e, 0x47, 0xc2, 0xaf, 0xcc, 0x05, 0xfa, 0x09, 0x1b, 0xa7, 0x8c, 0xa8, 0x09, 0xb1, 0x97, 0x65, 0x55, 0x41, 0x2d, 0xec, 0xd8, 0xfb, 0x6c, 0xeb, 0x3f, 0xb8, 0x18, 0x8c, 0x4c, 0xb8, 0xf0, 0xa3, 0x5a, 0x44, 0xad, 0x0d, 0xfe, 0x44, 0xda, 0xc2, 0xdd, 0x82, 0x32, 0xc7, 0x77, 0x40, 0xb8, 0x6c, 0x5f, 0xba, 0x92, 0x4b, 0x81, 0x2e, 0xc4, 0xed, 0x6c, 0x47, 0x06, 0xf8, 0xba, 0x48, 0x18, 0xa7, 0x79, 0xfe, 0x86, 0x4f, 0x67, 0xc4, 0xbb, 0xb8, 0xf0, 0x06, 0xa6, 0x89, 0x17, 0x7e, 0x42, 0xb8, 0x46, 0x32, 0x0f, 0x10, 0x7f, 0xf7, 0xea, 0x0d, 0x38, 0xb0, 0x0f, 0xca, 0xe1, 0xa4, 0xe9, 0xdd, 0x9a, 0x25, 0xff, 0x1b, 0x59, 0xe3, 0xf9, 0x63, 0x65, 0xa0, 0xae, 0x99, 0xcb, 0x28, 0x3b, 0xb5, 0x34, 0x09, 0xaf, 0x5c, 0xd4, 0xa4, 0x8a, 0xcb, 0x01, 0x79, 0x70, 0x06, 0xf6, 0xb1, 0x81, 0xb4, 0x09, 0x29, 0x40, 0xd2, 0x54, 0x2f, 0xb0, 0x9d, 0x4d, 0x4a, 0xed, 0x40, 0x0d, 0x75, 0xf1, 0x35, 0xde, 0x3c, 0x33, 0x5f, 0xfc, 0xab, 0xfa, 0x17, 0x10, 0xb2, 0xf9, 0x1e, 0x7c, 0xea, 0x0e, 0xee, 0x8b, 0x1e, 0x7b, 0xca, 0x1c, 0x90, 0xd7, 0x78, 0x9a, 0x49, 0x21, 0x07, 0x59, 0x4c, 0x30, 0x88, 0x1d, 0x85, 0x3a, 0x67, 0xcb, 0xe1, 0xff, 0x3e, 0x7d, 0xce, 0x6a, 0xe5, 0xf7, 0xfd, 0x56, 0x14, 0x53, 0x38, 0x59, 0xe7, 0x84, 0x3e, 0x62, 0xbf, 0xf3, 0x95, 0x6d, 0x8d, 0xc1, 0x4b, 0x26, 0x7b, 0xa6, 0xe4, 0xf0 } } }; static const struct cckprng_op_generate op_init_1192 = { .hd = { .id = 1126, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0x21, 0x96, 0x3e, 0xd9, 0x90, 0x52, 0xd5, 0x88, 0x01, 0x3b, 0x32, 0x67, 0xf0, 0x31, 0x70, 0x56, 0x5f, 0x22, 0xb7, 0x2f, 0x23, 0xb6, 0xd2, 0x61, 0xb5, 0x31, 0x7e, 0xfb, 0xf2, 0xd8, 0x88, 0xf4, 0x00, 0xa9, 0x4f, 0xbc, 0x21, 0x84, 0x62, 0xaf, 0x80, 0x0e, 0x9f, 0x74, 0xce, 0x65, 0xe6, 0x38, 0x69, 0xbd, 0x67, 0xb4, 0x90, 0xa5, 0x78, 0xcd, 0x11, 0x14, 0x89, 0x24, 0x34, 0x58, 0xbe, 0x63, 0x1b, 0xb6, 0x84, 0x1f, 0x81, 0x80, 0x2a, 0x9e, 0xe2, 0x0d, 0xda, 0x02, 0x05, 0x30, 0x22, 0x84, 0x80, 0xc5, 0xd0, 0x68, 0x1e, 0x40, 0x73, 0x71, 0xa4, 0x29, 0x85, 0xad, 0xa6, 0x12, 0x1f, 0x88, 0xf8, 0x10, 0x94, 0xc8, 0x03, 0x79, 0xea, 0xbf, 0xea, 0x21, 0xd3, 0xb5, 0xc7, 0x7f, 0x96, 0xab, 0x79, 0x96, 0x3e, 0x0d, 0x78, 0x11, 0x2f, 0xd3, 0xf1, 0xf9, 0x0d, 0x58, 0x20, 0xe1, 0x4c, 0x63, 0x09, 0xf8, 0xce, 0xb5, 0xc3, 0xa4, 0x70, 0x92, 0xe4, 0x21, 0x65, 0xa0, 0x5c, 0xa4, 0x36, 0x02, 0x84, 0x46, 0x5b, 0x8d, 0x0b, 0xcb, 0x49, 0x4f, 0x64, 0x8f, 0xf3, 0x26, 0xcd, 0x8f, 0x97, 0xb0, 0x74, 0x90, 0xb4, 0x68, 0x5f, 0x49, 0x57, 0xd4, 0x28, 0x3f, 0x15, 0x49, 0xe1, 0x38, 0x7a, 0x23, 0xd3, 0xc7, 0x96, 0xed, 0xc7, 0x94, 0x21, 0xcb, 0xa5, 0x72, 0x22, 0xa6, 0xdb, 0x27, 0xb8, 0x49, 0xff, 0x1e, 0x2d, 0x08, 0x0b, 0x55, 0x55, 0xc2, 0xc7, 0x88, 0x68, 0x93, 0x31, 0xa9, 0x48 } } }; static const struct cckprng_op_refresh op_refresh_1193 = { .hd = { .id = 1127, .kind = OP_REFRESH }, .rand = 13320499010154223986ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1194 = { .hd = { .id = 1128, .kind = OP_REFRESH }, .rand = 9564413610595218217ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1195 = { .hd = { .id = 1129, .kind = OP_REFRESH }, .rand = 17592081616000906385ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1196 = { .hd = { .id = 1130, .kind = OP_RESEED }, .nonce = 9323662022944729105ULL, .seed_nbytes = 66, .seed = { 0xd6, 0x88, 0x90, 0xfb, 0x1e, 0x2e, 0x4d, 0x71, 0xfa, 0x91, 0xd8, 0x81, 0x45, 0x3c, 0x4b, 0xbb, 0x51, 0xd1, 0xfa, 0xc6, 0x13, 0x42, 0xd8, 0x1b, 0xee, 0x64, 0x65, 0x85, 0x0c, 0x9e, 0x1a, 0xbe, 0x6e, 0xf0, 0x7e, 0x13, 0x5b, 0xa7, 0x9e, 0x72, 0x0c, 0xb4, 0xdc, 0x7a, 0xbb, 0x4f, 0x61, 0x24, 0x68, 0x8f, 0x07, 0xf4, 0x80, 0x97, 0xc2, 0x0f, 0x93, 0xd2, 0xcf, 0xef, 0x3a, 0x5c, 0xeb, 0x8b, 0xe6, 0x80 } }; static const struct cckprng_op_reseed op_reseed_1197 = { .hd = { .id = 1131, .kind = OP_RESEED }, .nonce = 17296326255050196698ULL, .seed_nbytes = 244, .seed = { 0xb0, 0x94, 0xc3, 0xbe, 0xa9, 0x75, 0x18, 0x7f, 0x1c, 0xca, 0x79, 0xdc, 0x83, 0xf6, 0x74, 0x9d, 0x6b, 0x4b, 0xf7, 0xf7, 0x6c, 0x18, 0x60, 0x8c, 0xc4, 0x0c, 0xd6, 0x94, 0xd0, 0xd0, 0xcb, 0x9b, 0x2e, 0xb7, 0x86, 0x3d, 0xa5, 0x63, 0xfa, 0x09, 0x18, 0x12, 0x81, 0x73, 0x07, 0xd8, 0xcb, 0x1a, 0x39, 0x5b, 0x10, 0x60, 0x37, 0x7c, 0x5d, 0x6f, 0x89, 0xf1, 0x5c, 0xbc, 0x43, 0xe3, 0x30, 0x5b, 0xd2, 0x20, 0x0e, 0xad, 0xbf, 0xaf, 0xb4, 0x3b, 0x20, 0x61, 0xf3, 0xbe, 0xb4, 0x85, 0x0d, 0xba, 0x3f, 0x63, 0x00, 0x88, 0xbb, 0xe3, 0xa6, 0x0f, 0x75, 0xd4, 0x91, 0xd8, 0x85, 0xac, 0x2e, 0x3a, 0xb1, 0x86, 0xb5, 0x07, 0xbc, 0x53, 0x8c, 0x34, 0x62, 0xdd, 0xf0, 0xb6, 0x7c, 0xaa, 0x9e, 0xb4, 0x13, 0xc7, 0x8a, 0x6e, 0x5f, 0xd2, 0x55, 0x23, 0x5b, 0x7e, 0x8c, 0xad, 0x99, 0x30, 0x4d, 0x36, 0x5c, 0xc9, 0x0b, 0x1f, 0xd0, 0x56, 0x54, 0x31, 0x2e, 0x0c, 0xb6, 0xf5, 0x15, 0x53, 0x8a, 0xe6, 0x17, 0x63, 0x51, 0x59, 0xf6, 0xeb, 0x12, 0x2e, 0x0f, 0xac, 0xce, 0xb3, 0xba, 0xdc, 0xf3, 0xa9, 0xe7, 0x81, 0x0f, 0xb9, 0x1f, 0xea, 0x6b, 0xd4, 0x4b, 0xd1, 0x64, 0x59, 0x4f, 0xf6, 0xb8, 0xe5, 0x80, 0x66, 0x9d, 0xed, 0x99, 0x72, 0xe7, 0x66, 0x78, 0xfd, 0x71, 0x2f, 0xb8, 0xee, 0xa4, 0x9b, 0xf8, 0x10, 0xfc, 0x16, 0x8c, 0x0e, 0x8c, 0xe9, 0x2f, 0x83, 0xb0, 0x0a, 0xf5, 0xff, 0xdb, 0x79, 0xaa, 0x69, 0x64, 0xbd, 0xab, 0x1e, 0x21, 0xe8, 0xb5, 0x87, 0xa4, 0x9d, 0x08, 0xb3, 0xf8, 0xf5, 0x5d, 0xb5, 0x74, 0xa4, 0x8f, 0xb3, 0xaa, 0x65, 0xd1, 0xd0, 0x72, 0xfd, 0xa9, 0x4e, 0x60, 0x75, 0x83, 0xd7, 0xde, 0xaa } }; static const struct cckprng_op_generate op_init_1198 = { .hd = { .id = 1132, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0xb5, 0xbc, 0x4d, 0x0c, 0xc4, 0x56, 0x67, 0x41, 0xdd, 0x92, 0x86, 0x00, 0x81, 0x99, 0x2d, 0x62, 0x82, 0x6b, 0x43, 0x3c, 0xe3, 0xcb, 0x62, 0x4f, 0xad, 0xa6, 0xf6, 0xdd, 0x4b, 0xdb, 0x8f, 0x6c, 0xa5, 0xc4, 0xed, 0xf0, 0x62, 0x69, 0x24, 0x6d, 0x34, 0x4f, 0x96, 0x29, 0x92, 0xd3, 0xd6, 0x7d, 0xcb, 0xd3, 0x29, 0x71, 0xbf, 0xbd, 0xa5, 0x3e, 0x1f, 0xc8, 0x49, 0xeb, 0x3b, 0x8a, 0xac, 0x24, 0x5e, 0x65, 0x68, 0x35, 0x0c, 0x17, 0x07, 0x6a, 0x33, 0x08, 0x99, 0x96, 0x01, 0x8c, 0x2e, 0xb2, 0x70, 0xa7, 0xd6, 0xb1, 0x8c, 0x6b, 0xe1, 0xef, 0x9a, 0x71, 0x76, 0x5c, 0xc5, 0x4f, 0xcf, 0xd3, 0xc3, 0x64, 0xe5, 0x8b, 0xd1, 0xd9, 0xfb, 0x13, 0x4c, 0xa6, 0xcd, 0x8d, 0x53, 0x8d } } }; static const struct cckprng_op_reseed op_reseed_1199 = { .hd = { .id = 1133, .kind = OP_RESEED }, .nonce = 14372954566884142138ULL, .seed_nbytes = 54, .seed = { 0xe0, 0x3b, 0x04, 0x81, 0x17, 0x49, 0x75, 0x26, 0x55, 0xf1, 0x23, 0x37, 0x67, 0x1d, 0x60, 0x1d, 0xa7, 0x14, 0x9c, 0x9c, 0x9e, 0x2a, 0x9e, 0x31, 0x1c, 0x65, 0x63, 0xd0, 0x0c, 0xf5, 0x8e, 0xfb, 0x2e, 0x12, 0x53, 0x9a, 0x80, 0xed, 0xd1, 0xfb, 0xde, 0xa6, 0xa5, 0xf3, 0xe6, 0x9e, 0x11, 0x27, 0xa3, 0x7b, 0xc6, 0x74, 0xc4, 0x32 } }; static const struct cckprng_op_generate op_init_1200 = { .hd = { .id = 1134, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0x27, 0x2d, 0x05, 0x5d, 0xea, 0xee, 0xa7, 0x1d, 0x1d, 0x07, 0x6e, 0x36, 0x77, 0xac, 0xc7, 0xdf, 0x5d, 0x21, 0x94, 0x66, 0x59, 0xce, 0xa3, 0xa4, 0x6f, 0x62, 0xe0, 0xb6, 0x76, 0xfa, 0xfc, 0x19, 0x54, 0x1a, 0x8c, 0xd3, 0xba, 0x62, 0x46, 0x38, 0x87, 0x3e, 0x2f, 0x4b, 0xc7, 0x10, 0xef, 0xa3, 0x02, 0x93, 0x4b, 0x59, 0xaf, 0xee, 0xc5, 0xf3, 0x3a, 0xcc, 0x92, 0x0b, 0x3d, 0x7f, 0x6a, 0xd0 } } }; static const struct cckprng_op_generate op_init_1201 = { .hd = { .id = 1135, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0x0e, 0xce, 0x8c, 0x98, 0xa2, 0xe7, 0x13, 0x4b, 0x36, 0x67, 0x75, 0xa8, 0xd3, 0x44, 0x0a, 0x9e, 0x4e, 0x7e, 0x61, 0x01, 0xa5, 0xa1, 0xc4, 0x98, 0x74, 0xdb, 0x15, 0xdd, 0x70, 0x76, 0x04, 0xdc, 0x13, 0x11, 0x96, 0x11, 0x60, 0x1d, 0xa7, 0x74, 0xdd, 0xe9, 0xcb, 0xbe, 0x48, 0x18, 0x36, 0x6a, 0xcf, 0xd9, 0x05, 0x42, 0x90, 0x2a, 0xaa, 0xc1, 0x9e, 0xbf, 0x81, 0xc9, 0x50, 0xfb, 0x45, 0xb5, 0x69, 0x49, 0xe8, 0xcb, 0x63, 0x9b, 0x5b, 0xe9, 0x06, 0x71, 0xeb, 0xa4, 0x69, 0x66, 0x71, 0x45, 0xc4, 0x9c, 0x3a, 0xc3, 0x43, 0x1e, 0xf4, 0x63, 0x19, 0x52, 0x62 } } }; static const struct cckprng_op_generate op_init_1202 = { .hd = { .id = 1136, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0xfd, 0x17, 0xf0, 0x95, 0x3b, 0x66, 0xac, 0x54, 0x93, 0x6b, 0xa4, 0x6f, 0x66, 0xf2, 0x1b, 0xa0, 0xdf, 0xaf, 0xf5, 0x1d, 0x17, 0x97, 0xdf, 0x70, 0x30, 0x02, 0x71, 0xc8, 0x2e, 0x49, 0xdd, 0x78, 0x40, 0xff, 0x19, 0xdc, 0xdf, 0xbd, 0x3f, 0x82, 0x06, 0x6d, 0x8c, 0xa5, 0x94, 0xdb, 0xd4, 0x94, 0xf5, 0x20, 0x5f, 0x3f, 0x74, 0x32, 0x03, 0x35, 0xcd, 0xa8, 0xae, 0x5a, 0x08, 0x10, 0xa4, 0x12, 0xc9, 0x8a, 0x7f, 0x47, 0x4f, 0x28, 0x76, 0x52, 0xda, 0x6a, 0x61, 0x7c, 0x99, 0x72, 0x68, 0xca, 0x20, 0x4e, 0x20, 0x60, 0x26, 0x0a, 0x9b, 0xd8, 0xd2, 0x7b, 0xea, 0x5d, 0x06, 0xcd, 0xcb, 0xe5, 0x12, 0x38, 0xf0, 0x4b, 0x8a, 0x5c, 0xc4, 0xee, 0x57, 0x7f, 0x60, 0xa9, 0x22, 0xbb, 0xaf, 0x9e, 0xe3, 0x56, 0x09, 0x3a, 0xd3, 0x36, 0x13, 0xf1, 0x2f, 0xba, 0x3b, 0xd9, 0xb6, 0x92, 0x67, 0x8c, 0xe8, 0x35, 0xf4, 0xf4, 0x9c, 0x86, 0x0d, 0xea, 0x37, 0xb7, 0xba, 0x9e, 0x14, 0x35, 0xd9, 0xc1, 0xbd, 0x49, 0x78, 0x0f, 0xab, 0xa3, 0xc8, 0x88, 0xce, 0x4c, 0x03, 0x48, 0x6b, 0xd1 } } }; static const struct cckprng_op_reseed op_reseed_1203 = { .hd = { .id = 1137, .kind = OP_RESEED }, .nonce = 7702177285801569905ULL, .seed_nbytes = 272, .seed = { 0xfd, 0x32, 0x36, 0x70, 0x26, 0x28, 0x29, 0x8b, 0x29, 0xee, 0xf8, 0x09, 0x37, 0xe6, 0x87, 0x9a, 0x7d, 0x50, 0xa3, 0xb8, 0x5e, 0x55, 0x1e, 0x8e, 0xd2, 0x12, 0x12, 0x56, 0xeb, 0x7d, 0xf2, 0x57, 0x51, 0x3f, 0x4c, 0x35, 0x35, 0x8f, 0x0f, 0x0a, 0x11, 0xf4, 0x75, 0x4e, 0x1c, 0x71, 0x78, 0x07, 0x73, 0x7a, 0xd3, 0xc6, 0x28, 0x5e, 0xb8, 0x2b, 0xc7, 0xcb, 0xad, 0x33, 0x49, 0x7b, 0xac, 0x89, 0xfd, 0x8c, 0x8e, 0xba, 0x51, 0x7c, 0x09, 0xac, 0x30, 0x8f, 0x59, 0x64, 0x01, 0xa4, 0x9a, 0x3a, 0xbf, 0x33, 0xb4, 0x7c, 0x3d, 0x46, 0x1e, 0xff, 0x66, 0x83, 0x31, 0xcc, 0xd3, 0xe4, 0xe0, 0xa3, 0x63, 0xf0, 0xa3, 0x6d, 0xec, 0x23, 0x8a, 0x79, 0xda, 0xdc, 0x2e, 0xf8, 0xe5, 0x5b, 0x11, 0x0e, 0xa4, 0xe4, 0x84, 0x48, 0xc1, 0xf8, 0xec, 0xb9, 0x71, 0x85, 0x57, 0xd4, 0x61, 0x01, 0x0f, 0xa5, 0x90, 0x62, 0x3f, 0x77, 0x00, 0xec, 0x6e, 0x46, 0x6e, 0x6b, 0xd8, 0xc3, 0xac, 0xd7, 0xe5, 0x50, 0x52, 0xf8, 0x0e, 0x9e, 0xcd, 0x7e, 0xfe, 0xf9, 0xda, 0x29, 0xa6, 0x19, 0x3e, 0xc5, 0x2d, 0x93, 0x62, 0x8b, 0x32, 0xbf, 0xde, 0x44, 0x14, 0xc6, 0x58, 0xdf, 0x44, 0xc7, 0xbc, 0x67, 0x50, 0x09, 0x22, 0x4f, 0x34, 0x7a, 0x9b, 0x27, 0x8f, 0xd4, 0x05, 0xe9, 0x54, 0x7c, 0x1f, 0xbc, 0x83, 0xa1, 0x38, 0x87, 0xa3, 0xaa, 0x74, 0x27, 0x1c, 0x9c, 0x8d, 0x40, 0x58, 0x77, 0x46, 0x08, 0xb0, 0x92, 0xf3, 0x66, 0xff, 0x00, 0xfa, 0x23, 0xa2, 0x38, 0xdc, 0x4f, 0xf8, 0x47, 0xbe, 0xe8, 0x1a, 0x27, 0x70, 0x50, 0x01, 0xe0, 0x4c, 0xdc, 0x66, 0x6f, 0x3f, 0xcf, 0xe3, 0x5a, 0xff, 0x05, 0x4d, 0x2a, 0x25, 0x09, 0x82, 0x76, 0xbb, 0x39, 0x63, 0x49, 0x71, 0xa4, 0xc8, 0xb4, 0xb0, 0x05, 0xb9, 0x7d, 0x41, 0x87, 0x4e, 0x9c, 0xd9, 0xf1, 0xc2, 0x58, 0xf2, 0x7a, 0x5c, 0xe1, 0xc6, 0x60, 0x96, 0x18 } }; static const struct cckprng_op_generate op_init_1204 = { .hd = { .id = 1138, .kind = OP_GENERATE }, .rand_nbytes = 145, .out = { .rand = { 0x06, 0x37, 0xf4, 0x3e, 0x51, 0xd2, 0xcb, 0x9b, 0xf0, 0xe4, 0xf6, 0x02, 0xfa, 0x03, 0x08, 0xcc, 0x2c, 0x3b, 0xb2, 0x59, 0xf4, 0x4d, 0xf8, 0x54, 0x70, 0xa2, 0xab, 0x0d, 0x9b, 0x04, 0x89, 0x06, 0x86, 0x78, 0x37, 0x27, 0x67, 0x30, 0xe6, 0x4d, 0xf7, 0xba, 0xf4, 0x30, 0x02, 0xd7, 0xa5, 0x6b, 0x9b, 0xcc, 0xde, 0x93, 0x59, 0xd5, 0x96, 0x94, 0x9a, 0x4c, 0x81, 0xab, 0xb1, 0xfb, 0x44, 0x30, 0xea, 0xc8, 0xb1, 0xef, 0xf6, 0x8c, 0x71, 0xac, 0x2f, 0x2a, 0x46, 0x0d, 0x08, 0x24, 0xc7, 0xab, 0x4f, 0x83, 0xd0, 0xb6, 0xe6, 0xa4, 0xe3, 0x19, 0x02, 0x61, 0xf6, 0x90, 0xfd, 0xed, 0xc4, 0x9e, 0xb3, 0xfe, 0x1c, 0xfd, 0x65, 0xb9, 0x71, 0xb0, 0x26, 0xa8, 0xa0, 0xfa, 0xac, 0xe4, 0xcf, 0xd0, 0x67, 0x60, 0x21, 0x27, 0x14, 0x81, 0x56, 0x89, 0xa9, 0x7a, 0xfa, 0xb4, 0x25, 0x40, 0xef, 0xb4, 0x3a, 0x6b, 0x00, 0x4f, 0xb7, 0xcd, 0x48, 0x59, 0x8f, 0xed, 0x93, 0x03, 0x3b, 0x63, 0x6e, 0xfa, 0xf3 } } }; static const struct cckprng_op *ops_1205[] = { (const struct cckprng_op *)&op_init_1189, (const struct cckprng_op *)&op_refresh_1190, (const struct cckprng_op *)&op_init_1191, (const struct cckprng_op *)&op_init_1192, (const struct cckprng_op *)&op_refresh_1193, (const struct cckprng_op *)&op_refresh_1194, (const struct cckprng_op *)&op_refresh_1195, (const struct cckprng_op *)&op_reseed_1196, (const struct cckprng_op *)&op_reseed_1197, (const struct cckprng_op *)&op_init_1198, (const struct cckprng_op *)&op_reseed_1199, (const struct cckprng_op *)&op_init_1200, (const struct cckprng_op *)&op_init_1201, (const struct cckprng_op *)&op_init_1202, (const struct cckprng_op *)&op_reseed_1203, (const struct cckprng_op *)&op_init_1204 }; static const struct cckprng_vector vec_1206 = { .id = 1139, .note = NULL, .nops = 16, .ops = ops_1205 }; static const struct cckprng_op_init op_init_1207 = { .hd = { .id = 1140, .kind = OP_INIT }, .seed = { 0xae, 0x2e, 0xb9, 0x73, 0x88, 0x00, 0x2b, 0xc8, 0x00, 0x68, 0x53, 0x59, 0xa0, 0xa4, 0x84, 0x87, 0x8c, 0xf2, 0x23, 0x33, 0x0b, 0x8c, 0x56, 0xbc, 0x0c, 0x2c, 0xb4, 0xf8, 0x96, 0x63, 0x1b, 0xef }, .nonce = { 0xd7, 0xa9, 0x1b, 0xa1, 0x9c, 0x15, 0x4f, 0x8c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1208 = { .hd = { .id = 1141, .kind = OP_REFRESH }, .rand = 2138173416975204438ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1209 = { .hd = { .id = 1142, .kind = OP_REFRESH }, .rand = 10583755036088446378ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1210 = { .hd = { .id = 1143, .kind = OP_GENERATE }, .rand_nbytes = 44, .out = { .rand = { 0x66, 0xa7, 0xe6, 0x49, 0xb4, 0xd1, 0x4e, 0xfc, 0xb3, 0x9d, 0xee, 0x43, 0xa2, 0x41, 0xc9, 0x08, 0x0f, 0x33, 0x0c, 0x58, 0xf8, 0xf1, 0xcc, 0x93, 0x1d, 0x3c, 0xdc, 0x6d, 0x09, 0x86, 0x36, 0x81, 0x28, 0x22, 0xae, 0x2c, 0xc1, 0xa3, 0xbd, 0x48, 0x0c, 0xf0, 0x3f, 0xf3 } } }; static const struct cckprng_op_refresh op_refresh_1211 = { .hd = { .id = 1144, .kind = OP_REFRESH }, .rand = 15639133793408971739ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1212 = { .hd = { .id = 1145, .kind = OP_REFRESH }, .rand = 3364558273082898029ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1213 = { .hd = { .id = 1146, .kind = OP_RESEED }, .nonce = 9012302432152877823ULL, .seed_nbytes = 161, .seed = { 0xa2, 0x72, 0x13, 0x3c, 0xad, 0xc7, 0xa4, 0xdc, 0x51, 0x52, 0x8a, 0x17, 0x10, 0xc8, 0x8b, 0x67, 0xe1, 0x6b, 0xad, 0x65, 0x4b, 0x54, 0x7c, 0xe4, 0xae, 0xe8, 0xa3, 0x67, 0x49, 0x95, 0x7f, 0xa0, 0x67, 0x95, 0x19, 0xaa, 0x02, 0x72, 0x40, 0x06, 0x12, 0xcf, 0xa5, 0x1c, 0xba, 0x50, 0x67, 0x0a, 0x64, 0x7a, 0x30, 0xbc, 0xc9, 0x89, 0xd5, 0xcf, 0xf8, 0xda, 0x6e, 0x7e, 0x39, 0xf5, 0x3e, 0x28, 0x98, 0x36, 0x89, 0x89, 0x0a, 0x48, 0x47, 0xd4, 0x5c, 0x7a, 0xf2, 0x12, 0x9a, 0x64, 0xc2, 0x2b, 0xc4, 0x1d, 0xec, 0xa0, 0x1e, 0x1c, 0x0c, 0x71, 0x1f, 0x3b, 0xa2, 0xfb, 0x19, 0xa4, 0x11, 0x03, 0x49, 0xf8, 0xdb, 0xc9, 0x4c, 0xf7, 0xe8, 0x68, 0xeb, 0x6f, 0x2f, 0x81, 0xde, 0xc8, 0x60, 0xfd, 0x9f, 0x48, 0x82, 0xf8, 0x91, 0x73, 0x16, 0x96, 0x22, 0x64, 0xff, 0x90, 0xd9, 0x4e, 0x04, 0xc0, 0x10, 0x32, 0x81, 0x71, 0x03, 0x42, 0x9d, 0xe2, 0x5f, 0x01, 0xfb, 0x71, 0x9c, 0xe9, 0xfa, 0x02, 0x62, 0x68, 0xb8, 0x50, 0x73, 0xef, 0xc2, 0x56, 0xc1, 0xac, 0x76, 0x9e, 0x5f, 0x52, 0xb4, 0x61, 0x72 } }; static const struct cckprng_op_reseed op_reseed_1214 = { .hd = { .id = 1147, .kind = OP_RESEED }, .nonce = 9397502608770874776ULL, .seed_nbytes = 27, .seed = { 0x91, 0xff, 0xd5, 0x8b, 0x56, 0x84, 0x13, 0xf6, 0x2c, 0x89, 0xd0, 0x47, 0x40, 0xfa, 0xcf, 0xb9, 0x4e, 0x07, 0xd0, 0xfe, 0x0c, 0x3d, 0x42, 0x82, 0x74, 0x60, 0xca } }; static const struct cckprng_op_generate op_init_1215 = { .hd = { .id = 1148, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0x5b, 0x08, 0x11, 0x9b, 0x51, 0xed, 0x6e, 0x48, 0xe1, 0xe3, 0x91, 0x4c, 0xce, 0x2d, 0x6b, 0x58, 0x25, 0x85, 0xeb, 0x54, 0x8a, 0xad, 0x0a, 0x30, 0xb6, 0x5b, 0xbe, 0xc3, 0xb9, 0xde, 0x2c, 0x98, 0x45, 0x90, 0x79, 0x91, 0x07, 0x90, 0x8b, 0x57, 0xcd, 0x51, 0x0d, 0xf3, 0x96, 0x52, 0xc3, 0x70, 0x38, 0x71, 0x41, 0x01, 0xdd, 0x0c, 0xd7, 0x08, 0x28, 0x12, 0x56, 0x35, 0x81, 0x06, 0x90, 0x1d, 0x8f, 0x0b, 0x96, 0x13, 0xea, 0x04, 0x30, 0x84, 0x60, 0xd2, 0xdc, 0xba, 0x37, 0x8f, 0x13, 0x10, 0xed, 0xb0, 0x96, 0x5e, 0x55, 0x95, 0xb0, 0x4f, 0x4f, 0xbe, 0x0c, 0xb5, 0xb2, 0xac, 0xb9, 0xfb, 0x0b, 0x56, 0xbc, 0x1d, 0xd6, 0xe4, 0xa9, 0xe2, 0x9b, 0x9e, 0x49, 0xc3, 0xb5, 0x9c, 0x9f, 0x2e, 0x75, 0x1d, 0x12, 0xcf, 0xbb, 0x4a, 0x99, 0xf7, 0x8a, 0x4d, 0xab, 0x92, 0x41, 0xe2, 0xec, 0x2a, 0x54, 0x40, 0x7d, 0x10, 0xc3, 0x8f, 0x5a, 0x99, 0x0e, 0x71, 0xcb, 0x66, 0xb0, 0x38, 0xe6, 0xd8, 0x39, 0x65, 0x2c, 0x94, 0x85, 0x36, 0xc7, 0xd7, 0xb7, 0xa6, 0xe8, 0x71, 0xc1, 0xb5, 0x5f, 0xc7, 0x30, 0xd9, 0x3d, 0x70, 0x80, 0xa5, 0xac, 0x0b, 0x65, 0x0f, 0xf6, 0x22, 0x95, 0x35, 0x71, 0x00, 0xb8, 0xda, 0xc6, 0x1f, 0x87, 0xfa, 0x3a, 0xbe, 0xa2, 0xf2, 0xd2, 0xed, 0xb4, 0xbc, 0x4a, 0x5b, 0x9f, 0x84, 0x02, 0x3b, 0x75, 0x8c, 0x59, 0xc1, 0x45, 0xda, 0x33, 0x36, 0xad, 0x8d, 0xf1, 0x6f, 0xb8, 0x3d, 0xda, 0x4a } } }; static const struct cckprng_op_reseed op_reseed_1216 = { .hd = { .id = 1149, .kind = OP_RESEED }, .nonce = 17200750018483449668ULL, .seed_nbytes = 261, .seed = { 0x89, 0xe6, 0x9d, 0x2a, 0x32, 0x81, 0xee, 0x92, 0x21, 0x59, 0xaf, 0xb9, 0x3b, 0x92, 0x81, 0xa6, 0x6f, 0x9f, 0x1c, 0x7f, 0xb5, 0x65, 0xdf, 0xce, 0x5c, 0x68, 0xf2, 0xcc, 0x7d, 0xe8, 0x21, 0xd4, 0x30, 0xc7, 0x56, 0x0d, 0xc6, 0x48, 0xed, 0x62, 0x0a, 0xcb, 0xdb, 0xbd, 0xd4, 0x27, 0xe5, 0x03, 0x0f, 0x52, 0xeb, 0x4b, 0x5f, 0xb8, 0xa1, 0x5d, 0x55, 0xad, 0x39, 0xdb, 0x38, 0x41, 0xe2, 0x69, 0xf9, 0xb3, 0xfc, 0x5f, 0x08, 0x47, 0x3e, 0x3d, 0x63, 0x51, 0xec, 0xf2, 0xf8, 0x3a, 0x0f, 0xa5, 0x0e, 0xef, 0xbc, 0x64, 0x6e, 0x19, 0x7c, 0xf2, 0x82, 0xa7, 0x9c, 0x7a, 0x6c, 0x08, 0x5a, 0x60, 0x61, 0xec, 0x25, 0xd2, 0x59, 0x71, 0xa0, 0x48, 0xae, 0xb3, 0xa0, 0xa6, 0xcb, 0x87, 0x54, 0xb7, 0x39, 0xe8, 0xf6, 0x13, 0x05, 0x48, 0xb8, 0x18, 0x1f, 0x1b, 0xab, 0xbf, 0xcb, 0x08, 0x83, 0x73, 0xd9, 0xaf, 0xb7, 0xd7, 0x10, 0xd6, 0x35, 0xbb, 0x24, 0x4b, 0x91, 0xb8, 0x00, 0xa7, 0xb9, 0x5e, 0x00, 0x46, 0xc4, 0xbf, 0x28, 0x6e, 0x24, 0xf2, 0xd3, 0xae, 0x10, 0x68, 0x84, 0xc5, 0x50, 0x78, 0x7c, 0x07, 0xd1, 0xf6, 0xd7, 0x14, 0x88, 0x18, 0xf5, 0x5b, 0x97, 0xb5, 0x95, 0x9b, 0x96, 0x57, 0xca, 0xf1, 0x95, 0x6d, 0x2b, 0x35, 0x7a, 0x5d, 0x27, 0x64, 0x35, 0x4c, 0x5f, 0x00, 0x69, 0xf6, 0x03, 0xf3, 0xba, 0xf7, 0xa4, 0xed, 0xc1, 0x69, 0x05, 0x0f, 0x1a, 0x72, 0x71, 0xbb, 0x83, 0x8e, 0xfd, 0x9d, 0xf6, 0x1f, 0x1a, 0x49, 0x81, 0xd1, 0xc7, 0x19, 0x4a, 0x7c, 0x5f, 0xcd, 0x8d, 0x3c, 0x1c, 0xfe, 0xe7, 0x20, 0x6e, 0x44, 0x77, 0xe8, 0x0f, 0x29, 0x8c, 0x2e, 0x04, 0xc0, 0xf0, 0xa1, 0x50, 0x16, 0x2f, 0xf9, 0xd6, 0x15, 0x4a, 0x69, 0x37, 0x81, 0x91, 0xd9, 0xce, 0x7f, 0x08, 0x04, 0x5f, 0x11, 0x26, 0x11, 0xee } }; static const struct cckprng_op_reseed op_reseed_1217 = { .hd = { .id = 1150, .kind = OP_RESEED }, .nonce = 9704724205688279074ULL, .seed_nbytes = 273, .seed = { 0xa0, 0x5f, 0x0e, 0xdc, 0xe5, 0x09, 0x48, 0x94, 0x19, 0x6e, 0x3e, 0xb7, 0x9d, 0x6d, 0x65, 0x6d, 0x69, 0x25, 0x55, 0xeb, 0xd6, 0x29, 0xa0, 0x6d, 0x9d, 0x5b, 0xfb, 0x08, 0xf0, 0x62, 0xa3, 0xce, 0x4c, 0x8b, 0x0d, 0xf0, 0x15, 0x7c, 0x1f, 0x65, 0x4d, 0xc6, 0x34, 0xbd, 0xcc, 0x45, 0x08, 0x5d, 0x98, 0x3f, 0x29, 0xca, 0x78, 0x9d, 0x21, 0x48, 0x80, 0x96, 0x2f, 0xc5, 0xee, 0xe1, 0x25, 0xf8, 0x31, 0xe9, 0x72, 0x6e, 0xd1, 0xb0, 0x80, 0x3b, 0xad, 0xa9, 0xb3, 0x77, 0x6d, 0x13, 0x86, 0x73, 0x98, 0xa9, 0x42, 0x58, 0x7e, 0xa1, 0x4d, 0xc2, 0x1f, 0x97, 0xfe, 0x6f, 0x39, 0x37, 0x8c, 0x5f, 0x63, 0xf5, 0x39, 0xb7, 0x10, 0x94, 0x36, 0xb1, 0x17, 0x23, 0x78, 0x45, 0x09, 0x83, 0x65, 0x69, 0x7a, 0x01, 0x9f, 0x84, 0xa5, 0x4f, 0x80, 0x29, 0xf5, 0x4c, 0x82, 0x75, 0x14, 0x27, 0x57, 0xb8, 0x8b, 0x1d, 0xc8, 0x2f, 0xa6, 0xff, 0xd0, 0xf9, 0x3f, 0x78, 0xf6, 0x92, 0xb1, 0x56, 0x58, 0x20, 0x31, 0x0b, 0x4f, 0x54, 0xc6, 0x33, 0xe9, 0x71, 0x39, 0xcc, 0xc9, 0x63, 0x84, 0x1a, 0x71, 0xe9, 0x43, 0x70, 0xf0, 0x2b, 0xd8, 0x05, 0xd5, 0x32, 0x76, 0xe4, 0x43, 0x4e, 0x69, 0x84, 0x93, 0xca, 0xb7, 0x13, 0x6c, 0x12, 0xb9, 0x46, 0xa3, 0x07, 0x1e, 0x2b, 0x6d, 0xd7, 0xf9, 0x7d, 0xa3, 0x83, 0x9d, 0xf2, 0x4f, 0x35, 0xbd, 0x8d, 0x2c, 0x73, 0x11, 0xaf, 0xf9, 0xe0, 0x21, 0xfc, 0xa6, 0x06, 0x18, 0xd7, 0x3b, 0x66, 0xf0, 0x9d, 0xd0, 0x77, 0xd5, 0x93, 0x7e, 0x2c, 0xff, 0x2d, 0x28, 0xd3, 0xaa, 0x3d, 0x73, 0x76, 0x33, 0x6e, 0xb7, 0x2a, 0x23, 0x06, 0xa5, 0xb5, 0x21, 0x51, 0xa1, 0x80, 0x6e, 0x99, 0xc5, 0xc1, 0x2a, 0x01, 0x29, 0xd8, 0x36, 0x51, 0xc9, 0xcf, 0x95, 0x7f, 0x0f, 0x22, 0xae, 0x8b, 0x13, 0x70, 0x06, 0xe4, 0xaf, 0xc8, 0x31, 0xb7, 0x0b, 0xd0, 0x8a, 0x31, 0xa7, 0x33, 0x02 } }; static const struct cckprng_op_reseed op_reseed_1218 = { .hd = { .id = 1151, .kind = OP_RESEED }, .nonce = 4694561460709690257ULL, .seed_nbytes = 284, .seed = { 0x4d, 0x38, 0xdd, 0xa5, 0x80, 0x8d, 0xde, 0x45, 0x9c, 0x4e, 0x05, 0x45, 0x42, 0xb9, 0xf4, 0x3f, 0x16, 0x80, 0x15, 0xc9, 0xe2, 0x4c, 0x4d, 0x1a, 0x20, 0xf9, 0x23, 0x58, 0x84, 0x83, 0x32, 0xcf, 0x63, 0xc4, 0xd0, 0x57, 0x7a, 0x18, 0xff, 0x8b, 0xfc, 0xe0, 0x32, 0xf7, 0xb8, 0x1c, 0x50, 0x18, 0x4d, 0x6b, 0xc9, 0x42, 0xfc, 0xe7, 0x2d, 0xcd, 0xdf, 0x85, 0x49, 0x49, 0xb1, 0x3f, 0xc4, 0x40, 0xd2, 0x91, 0xaa, 0xf5, 0xe5, 0x1b, 0xcc, 0x36, 0xa1, 0x09, 0x78, 0x18, 0xb3, 0xa9, 0xcf, 0x41, 0x35, 0x4a, 0xc2, 0xf2, 0x16, 0xef, 0x2e, 0xd2, 0x2e, 0x39, 0x9b, 0x52, 0xfd, 0x1c, 0x20, 0xb8, 0x5d, 0xae, 0x9a, 0x64, 0xfc, 0xb6, 0xa4, 0x6d, 0x33, 0x81, 0x1f, 0x9d, 0xc6, 0x83, 0xf7, 0x13, 0x7d, 0x8b, 0x0e, 0x31, 0x14, 0x05, 0xed, 0x1c, 0xb2, 0x32, 0x02, 0x20, 0x1b, 0xc8, 0xc5, 0xd5, 0xb8, 0x9f, 0x7f, 0xf9, 0x3a, 0x73, 0xbb, 0xc2, 0x80, 0x14, 0x97, 0x88, 0x9b, 0x0e, 0x63, 0x61, 0xfc, 0x41, 0x12, 0x56, 0xb3, 0x9f, 0x18, 0x73, 0xd3, 0x23, 0x85, 0x56, 0x13, 0x12, 0xf2, 0x10, 0xdf, 0x18, 0x4d, 0x2d, 0x03, 0x45, 0x6f, 0x0e, 0x25, 0xbe, 0xff, 0x58, 0x53, 0xb3, 0x30, 0x1b, 0xdb, 0xeb, 0x00, 0x57, 0xc7, 0xaf, 0x55, 0x58, 0xa0, 0x88, 0x6b, 0xd0, 0xb2, 0xe7, 0xe8, 0x61, 0xf6, 0x94, 0x61, 0x98, 0x77, 0x69, 0x89, 0x7b, 0x51, 0x84, 0xfa, 0xf1, 0xed, 0xb5, 0x32, 0x8e, 0x41, 0x86, 0x75, 0xa4, 0x9e, 0xd3, 0x26, 0x78, 0x3a, 0x6f, 0x69, 0xbc, 0xbf, 0x54, 0xff, 0x87, 0x79, 0x4a, 0xa6, 0xe3, 0xe3, 0x3e, 0x69, 0xd0, 0x3d, 0xf2, 0x8c, 0xeb, 0x59, 0x03, 0x77, 0x94, 0x05, 0x45, 0x7c, 0x31, 0x71, 0xd1, 0x71, 0xe8, 0xda, 0x84, 0x62, 0x4c, 0x13, 0xbe, 0x0c, 0x59, 0x7c, 0x56, 0x46, 0xe1, 0x3f, 0x30, 0xb6, 0x7b, 0x4a, 0x46, 0x61, 0x23, 0x72, 0xc6, 0x34, 0x7c, 0xce, 0xfb, 0x6e, 0x95, 0xf1, 0xc0, 0x67, 0x2d, 0x40, 0x9c, 0x0e, 0xcc } }; static const struct cckprng_op_reseed op_reseed_1219 = { .hd = { .id = 1152, .kind = OP_RESEED }, .nonce = 15169391980496777698ULL, .seed_nbytes = 284, .seed = { 0xde, 0x50, 0x39, 0xfe, 0x8f, 0x3e, 0x09, 0x57, 0x02, 0xb0, 0xa3, 0x8a, 0x08, 0x2f, 0x73, 0x09, 0x37, 0xb1, 0xea, 0x24, 0x5e, 0x81, 0x73, 0x95, 0x84, 0x81, 0xa4, 0xf8, 0xdd, 0x05, 0xcc, 0x9b, 0x0b, 0xd4, 0xec, 0x19, 0x1b, 0xa0, 0x44, 0x46, 0x47, 0x61, 0xd2, 0xe3, 0x1b, 0x97, 0x81, 0x37, 0x7b, 0x79, 0x4d, 0x39, 0x64, 0xca, 0x42, 0x46, 0xcd, 0x75, 0x91, 0x54, 0xeb, 0x11, 0x32, 0x1f, 0x5c, 0x11, 0x91, 0x28, 0xa7, 0xb2, 0x6e, 0x2f, 0x39, 0x56, 0x4e, 0x05, 0xc4, 0x3e, 0xe9, 0x83, 0x98, 0x11, 0x17, 0x41, 0xe5, 0x5e, 0x54, 0xf5, 0x62, 0x8f, 0x27, 0xd7, 0xf4, 0xf7, 0x12, 0x78, 0x8c, 0x55, 0x3e, 0x29, 0x58, 0x9c, 0xb6, 0xbe, 0xb8, 0x72, 0x24, 0x23, 0x0f, 0x2c, 0x08, 0x43, 0x6f, 0xe1, 0x16, 0x21, 0x73, 0x81, 0xdd, 0x28, 0x5e, 0x9a, 0xfd, 0x1a, 0x8c, 0x41, 0x9b, 0xa9, 0x0a, 0xa1, 0x56, 0xbe, 0x21, 0xb5, 0xbe, 0x2d, 0x66, 0xbf, 0x20, 0xcc, 0x13, 0xae, 0x8c, 0x95, 0xb9, 0x40, 0xfe, 0x3f, 0x9f, 0xd4, 0x37, 0xd7, 0x15, 0x90, 0xb9, 0xd4, 0xee, 0x67, 0x4f, 0x95, 0x7e, 0x00, 0x0c, 0xda, 0xc8, 0x9c, 0xa2, 0x4d, 0xd1, 0xc2, 0x1b, 0x0e, 0x19, 0x8a, 0x9c, 0x2c, 0x4d, 0x58, 0xa6, 0xa7, 0x39, 0xfa, 0xd3, 0xb4, 0x97, 0xad, 0x1b, 0xb5, 0xa7, 0xdf, 0xb6, 0x13, 0x19, 0x75, 0xaa, 0x2c, 0xef, 0xf5, 0x0e, 0x49, 0xcb, 0x81, 0x8d, 0xbc, 0x84, 0xf9, 0xe3, 0xc3, 0x4b, 0xc6, 0x4e, 0x97, 0x33, 0xb6, 0x94, 0xc4, 0x32, 0x86, 0x95, 0x3d, 0xba, 0xc5, 0xc8, 0xa9, 0x70, 0x1e, 0xab, 0x3f, 0x6e, 0xc2, 0x77, 0x8f, 0x69, 0x2f, 0x8c, 0x32, 0xb8, 0x54, 0x96, 0xc4, 0x05, 0xb0, 0x52, 0xd5, 0xa3, 0xca, 0x34, 0xcd, 0x21, 0x1b, 0x3b, 0x8e, 0xde, 0xbc, 0x17, 0xe0, 0x4b, 0xf7, 0x9f, 0x65, 0x75, 0x92, 0xad, 0x72, 0xdc, 0xd7, 0x35, 0xb2, 0x02, 0xe8, 0x96, 0xce, 0x4d, 0x51, 0xf5, 0xf3, 0xea, 0x8e, 0x9c, 0x99, 0x88, 0x70, 0xbc, 0xe9 } }; static const struct cckprng_op_generate op_init_1220 = { .hd = { .id = 1153, .kind = OP_GENERATE }, .rand_nbytes = 189, .out = { .rand = { 0x31, 0xb9, 0xad, 0x9f, 0x3e, 0x7d, 0x33, 0x17, 0xb4, 0x7a, 0xdd, 0x42, 0x8c, 0xe2, 0x9c, 0xbf, 0xac, 0x17, 0x18, 0x77, 0x1f, 0x16, 0x32, 0xe8, 0x7e, 0xa5, 0x2b, 0x25, 0xa6, 0xfa, 0x61, 0x8d, 0xf4, 0xcd, 0x6a, 0xd5, 0x92, 0x94, 0xc7, 0xd5, 0x88, 0x3b, 0xfa, 0x18, 0x26, 0x83, 0xd9, 0x21, 0xe0, 0xcc, 0x68, 0x90, 0xc6, 0x5e, 0x1f, 0xf7, 0x20, 0x71, 0xda, 0x76, 0x9a, 0xb3, 0x63, 0x88, 0x00, 0x44, 0xaf, 0xc8, 0xe7, 0x01, 0x69, 0x3c, 0x1a, 0xb6, 0x81, 0x46, 0x5a, 0xf2, 0x43, 0x67, 0xb4, 0xe1, 0xfd, 0x26, 0x7e, 0xa9, 0x9e, 0xb1, 0xbe, 0xe7, 0x60, 0x52, 0x88, 0xcc, 0x33, 0xb1, 0x29, 0xfd, 0xa0, 0x63, 0x6a, 0x66, 0x25, 0x3f, 0x27, 0x86, 0x32, 0x77, 0x19, 0x81, 0x68, 0xe5, 0xe0, 0xe4, 0xaa, 0xe9, 0x16, 0xc4, 0x2d, 0xaa, 0xc9, 0x88, 0xe3, 0xbf, 0x94, 0x54, 0x9a, 0x2b, 0x47, 0x17, 0x84, 0x42, 0xf9, 0xa1, 0x00, 0x12, 0x25, 0xd3, 0xe3, 0x3f, 0x24, 0xfa, 0x1c, 0x8d, 0x0e, 0x1d, 0xbd, 0x4d, 0x9d, 0x50, 0x95, 0x85, 0xdc, 0xe8, 0x68, 0x6f, 0x3d, 0x5c, 0x27, 0x01, 0x31, 0x1d, 0x18, 0x72, 0x5d, 0xdd, 0x98, 0x1e, 0x82, 0xab, 0x9e, 0xa5, 0x3a, 0x02, 0x8f, 0x96, 0x6b, 0xf7, 0x17, 0xb7, 0xe2, 0x36, 0x38, 0xd6, 0xb9, 0x57, 0xe2, 0x5e, 0xab } } }; static const struct cckprng_op_generate op_init_1221 = { .hd = { .id = 1154, .kind = OP_GENERATE }, .rand_nbytes = 168, .out = { .rand = { 0xc5, 0x0b, 0xd2, 0xbc, 0xb8, 0x9a, 0x10, 0x57, 0xa7, 0x18, 0x7f, 0xe7, 0xe0, 0x47, 0x18, 0x4c, 0x83, 0x80, 0x6f, 0x75, 0xa0, 0xef, 0x10, 0x6c, 0xa5, 0x36, 0x15, 0xab, 0xef, 0xbd, 0x41, 0x1e, 0x97, 0x2c, 0xe9, 0x3c, 0xb9, 0xcb, 0x0d, 0xdc, 0x38, 0xf6, 0xdc, 0xe3, 0x88, 0xd2, 0x32, 0xbf, 0x3f, 0x78, 0x2e, 0xf3, 0x31, 0xbb, 0xce, 0x84, 0x9c, 0x46, 0x36, 0x10, 0xc4, 0x9b, 0xd7, 0xb8, 0xa1, 0x12, 0x92, 0x6c, 0xbd, 0xff, 0x2c, 0xdf, 0x0a, 0x9e, 0x7e, 0x2d, 0x25, 0xc6, 0x51, 0x2e, 0x5b, 0x9e, 0x43, 0x36, 0x4d, 0xfc, 0x05, 0x7f, 0x95, 0x44, 0xeb, 0xad, 0x63, 0x9d, 0x5c, 0x7f, 0xaa, 0xbc, 0xbb, 0xfa, 0xed, 0xd3, 0x42, 0xff, 0x6c, 0x66, 0x97, 0xdc, 0xf0, 0x14, 0x32, 0x08, 0x6d, 0x44, 0xb0, 0x62, 0x9d, 0x2a, 0x17, 0x2a, 0xe0, 0x9e, 0x12, 0x26, 0xe7, 0xa3, 0x16, 0x65, 0x14, 0xdf, 0xb1, 0xeb, 0x5a, 0x67, 0xfd, 0x00, 0xae, 0x90, 0x81, 0xf8, 0xfc, 0xbb, 0x32, 0x59, 0x43, 0x8a, 0x7c, 0x32, 0x6a, 0x87, 0xcd, 0xbe, 0xae, 0xa1, 0x25, 0x90, 0xc1, 0x0c, 0x76, 0x51, 0xb0, 0x34, 0x56, 0x4e, 0xd9, 0x93, 0xb7, 0x3c } } }; static const struct cckprng_op_refresh op_refresh_1222 = { .hd = { .id = 1155, .kind = OP_REFRESH }, .rand = 9280321293548307358ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1223[] = { (const struct cckprng_op *)&op_init_1207, (const struct cckprng_op *)&op_refresh_1208, (const struct cckprng_op *)&op_refresh_1209, (const struct cckprng_op *)&op_init_1210, (const struct cckprng_op *)&op_refresh_1211, (const struct cckprng_op *)&op_refresh_1212, (const struct cckprng_op *)&op_reseed_1213, (const struct cckprng_op *)&op_reseed_1214, (const struct cckprng_op *)&op_init_1215, (const struct cckprng_op *)&op_reseed_1216, (const struct cckprng_op *)&op_reseed_1217, (const struct cckprng_op *)&op_reseed_1218, (const struct cckprng_op *)&op_reseed_1219, (const struct cckprng_op *)&op_init_1220, (const struct cckprng_op *)&op_init_1221, (const struct cckprng_op *)&op_refresh_1222 }; static const struct cckprng_vector vec_1224 = { .id = 1156, .note = NULL, .nops = 16, .ops = ops_1223 }; static const struct cckprng_op_init op_init_1225 = { .hd = { .id = 1157, .kind = OP_INIT }, .seed = { 0x45, 0x75, 0x0b, 0xbc, 0x94, 0x27, 0xeb, 0x05, 0xad, 0xd2, 0xa0, 0x87, 0xd6, 0x7e, 0x9c, 0xdf, 0xdc, 0x38, 0x38, 0xa9, 0xbc, 0x25, 0x36, 0xd5, 0x97, 0x2b, 0x26, 0x83, 0x14, 0x8d, 0x31, 0x2e }, .nonce = { 0x77, 0xe3, 0xe8, 0x2b, 0xc9, 0xb1, 0x38, 0xc2 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1226 = { .hd = { .id = 1158, .kind = OP_RESEED }, .nonce = 10475599638969968525ULL, .seed_nbytes = 154, .seed = { 0xdc, 0xc4, 0xb1, 0xcb, 0x4c, 0x37, 0xe6, 0xc4, 0xa1, 0x50, 0x0b, 0x49, 0x20, 0xe4, 0x66, 0x64, 0x5a, 0x8f, 0x70, 0xe2, 0x5d, 0x88, 0xe8, 0x98, 0x8a, 0x33, 0x4d, 0x74, 0xec, 0x5f, 0x34, 0x35, 0x26, 0x0f, 0x97, 0x8f, 0x24, 0xc0, 0x97, 0x68, 0xcf, 0x8b, 0x58, 0xc5, 0xee, 0x73, 0x72, 0xf5, 0xef, 0x6d, 0x5d, 0x72, 0xbb, 0x4c, 0x0b, 0xbd, 0x6c, 0x74, 0x9d, 0x85, 0x81, 0x61, 0x2f, 0x5b, 0xea, 0xe6, 0x2e, 0x3f, 0xf7, 0xba, 0xfe, 0x4c, 0x99, 0x8a, 0x76, 0x63, 0xb3, 0x52, 0x17, 0xf8, 0x1b, 0xf5, 0xb0, 0x24, 0x3c, 0xcd, 0x34, 0x3c, 0x52, 0x6e, 0x59, 0x64, 0x88, 0xbe, 0x07, 0x4c, 0x28, 0x02, 0x20, 0xee, 0x4f, 0x85, 0x08, 0xad, 0xd9, 0xda, 0x11, 0xd0, 0x3b, 0x0b, 0xa8, 0x9a, 0x4d, 0x57, 0xc0, 0x88, 0xb0, 0x2d, 0xf1, 0x01, 0x02, 0xa7, 0x0e, 0x9d, 0x3d, 0xd2, 0x9a, 0x26, 0x5b, 0x2f, 0x08, 0x59, 0x67, 0x45, 0x15, 0xa4, 0xb2, 0xce, 0x37, 0xa1, 0x05, 0x58, 0x2d, 0xc9, 0xe4, 0x0b, 0xa1, 0x96, 0xe0, 0x8d, 0x6e, 0xc7, 0xb3, 0x3f } }; static const struct cckprng_op_reseed op_reseed_1227 = { .hd = { .id = 1159, .kind = OP_RESEED }, .nonce = 15855679767666019242ULL, .seed_nbytes = 174, .seed = { 0xaa, 0xba, 0x67, 0x5d, 0x0e, 0x81, 0xec, 0x82, 0xd6, 0xb5, 0x4c, 0x26, 0x9f, 0xf4, 0x1d, 0xde, 0x1e, 0x52, 0x00, 0x82, 0xb7, 0xb3, 0x5b, 0xcb, 0xea, 0xf9, 0xbf, 0xa3, 0xd8, 0xe1, 0x9a, 0x46, 0xd1, 0x42, 0xc0, 0xa1, 0xbc, 0xda, 0xfc, 0xba, 0x57, 0xe0, 0xf6, 0x33, 0x98, 0x97, 0x57, 0x0c, 0x18, 0x51, 0x87, 0xce, 0x48, 0x54, 0xeb, 0xd4, 0xa3, 0x57, 0x8c, 0x1d, 0xef, 0x8d, 0x00, 0xaf, 0x26, 0x7c, 0xe6, 0xc4, 0xac, 0x5c, 0xab, 0xb8, 0xc8, 0xc1, 0x60, 0xd9, 0x7b, 0x08, 0x13, 0x22, 0x80, 0x2d, 0xe5, 0x9c, 0x82, 0xa5, 0x8f, 0x54, 0x10, 0x6c, 0x72, 0x75, 0xd2, 0xb2, 0xbf, 0x1f, 0x4a, 0xa0, 0x1d, 0xfa, 0x99, 0x80, 0xda, 0x04, 0xee, 0x41, 0xef, 0x7f, 0xa5, 0x68, 0x98, 0x12, 0xb5, 0x00, 0x76, 0xaa, 0xb2, 0xc0, 0x75, 0xa9, 0x20, 0x13, 0x86, 0x2c, 0x8c, 0xf0, 0x97, 0x79, 0x01, 0xb2, 0xaf, 0xf6, 0xdb, 0xc1, 0x82, 0xf6, 0xae, 0x3c, 0x2d, 0x3c, 0x3f, 0xdf, 0x26, 0xbe, 0x50, 0x2d, 0xd9, 0x35, 0x9c, 0x78, 0x60, 0xfa, 0xf6, 0xd5, 0x71, 0x58, 0xf9, 0x3e, 0xf0, 0x09, 0x96, 0xdf, 0xfd, 0xdb, 0xfd, 0x1d, 0x66, 0x87, 0x5a, 0x83, 0xd2, 0x6e, 0x1b, 0xcc } }; static const struct cckprng_op_reseed op_reseed_1228 = { .hd = { .id = 1160, .kind = OP_RESEED }, .nonce = 9831647932679481744ULL, .seed_nbytes = 239, .seed = { 0x12, 0x54, 0xb3, 0x03, 0x39, 0x57, 0x8d, 0xa2, 0xed, 0xed, 0x3a, 0x8a, 0x3c, 0xed, 0xdd, 0x54, 0x70, 0x56, 0x3e, 0x43, 0x31, 0x1b, 0x04, 0xd2, 0xee, 0xf1, 0x1b, 0x00, 0xe7, 0x7a, 0x8a, 0x56, 0xe1, 0x72, 0xd4, 0x9c, 0x8a, 0x2d, 0xf4, 0x27, 0xf5, 0x12, 0xe6, 0x64, 0x59, 0xe0, 0xa3, 0xee, 0x75, 0x0d, 0x6d, 0xda, 0x44, 0x0d, 0xad, 0xd5, 0x7e, 0xe5, 0x54, 0x28, 0x1e, 0x2e, 0x44, 0x30, 0x0c, 0xe7, 0x62, 0xb9, 0xf8, 0xec, 0x8d, 0xe3, 0x65, 0xc4, 0xd4, 0xe0, 0x21, 0x9a, 0x19, 0x93, 0xfa, 0x76, 0xa3, 0x99, 0x27, 0x62, 0xaf, 0x46, 0xdc, 0xdb, 0xc0, 0x7a, 0x60, 0x82, 0xfd, 0x7f, 0x79, 0x3a, 0x8f, 0xd4, 0x17, 0x88, 0x3c, 0x1c, 0xea, 0xc5, 0xe0, 0xa6, 0xfa, 0x54, 0x80, 0xab, 0xa8, 0x26, 0x10, 0x3a, 0xb8, 0x9c, 0xc3, 0x54, 0xdf, 0x14, 0x85, 0xec, 0x57, 0xba, 0x4b, 0x90, 0xff, 0xf6, 0x28, 0x21, 0xb3, 0xcf, 0xae, 0xff, 0x43, 0xd3, 0x8a, 0x56, 0x51, 0x46, 0x0b, 0xa9, 0xa5, 0xa5, 0x2e, 0x07, 0x86, 0x41, 0x63, 0x85, 0x2a, 0x73, 0xa5, 0xe4, 0xc4, 0xeb, 0x11, 0xc3, 0xf5, 0xdd, 0x17, 0x09, 0xeb, 0xc0, 0x03, 0x1b, 0xc6, 0x4d, 0xce, 0xac, 0xe2, 0xb7, 0xfd, 0x48, 0x75, 0x70, 0x12, 0x57, 0x4c, 0xc6, 0xee, 0xd0, 0x88, 0xc2, 0xaa, 0x70, 0x0a, 0x16, 0x30, 0xab, 0x3f, 0x5c, 0xe6, 0xd4, 0x9a, 0xc5, 0xf2, 0x4f, 0xe6, 0x86, 0x29, 0xbe, 0x6d, 0xd6, 0xba, 0xa4, 0x8e, 0x40, 0x68, 0x1e, 0x2e, 0x84, 0xf5, 0x57, 0x41, 0xff, 0xc8, 0x33, 0xf6, 0x86, 0x04, 0x66, 0xec, 0x0b, 0x06, 0x09, 0x73, 0x24, 0x4c, 0xf3, 0xfe, 0x0c, 0xd5, 0x4e, 0x51, 0xc4, 0x27 } }; static const struct cckprng_op_reseed op_reseed_1229 = { .hd = { .id = 1161, .kind = OP_RESEED }, .nonce = 10926724460451566504ULL, .seed_nbytes = 132, .seed = { 0x81, 0xbf, 0x22, 0x48, 0x65, 0x39, 0x4e, 0xe9, 0x89, 0x38, 0x56, 0x1b, 0x24, 0x69, 0x12, 0x93, 0x14, 0x0a, 0xcf, 0x7a, 0x6f, 0xd4, 0x52, 0x0a, 0x12, 0x9f, 0x1e, 0x3d, 0xaf, 0xf0, 0x1f, 0x6f, 0xbc, 0x96, 0x98, 0x22, 0x87, 0x0a, 0xc2, 0x12, 0xa3, 0x08, 0xab, 0xfc, 0x4a, 0x59, 0x00, 0x3f, 0xbf, 0x2a, 0xf6, 0x22, 0x45, 0x5c, 0x48, 0xa9, 0x04, 0xdc, 0xa5, 0x2c, 0xe2, 0xb1, 0xb7, 0x33, 0x65, 0x24, 0x48, 0xe2, 0x86, 0xd4, 0x73, 0xc0, 0xde, 0xed, 0xeb, 0xd3, 0xd5, 0xcd, 0x2b, 0xf1, 0x71, 0x99, 0x55, 0xda, 0x15, 0xfe, 0x71, 0x0e, 0x46, 0xcf, 0xed, 0x79, 0x20, 0xf4, 0x94, 0x24, 0x78, 0x00, 0x72, 0x0a, 0xbf, 0x1c, 0x74, 0xdb, 0xd7, 0x92, 0xce, 0xdd, 0x7b, 0x8e, 0x9f, 0x14, 0xb3, 0x67, 0xbc, 0xaa, 0x3f, 0x17, 0x48, 0x23, 0xd9, 0x7a, 0xa2, 0xf6, 0xe9, 0xe7, 0xe1, 0xa9, 0xc3, 0x38, 0x70, 0x4a } }; static const struct cckprng_op_refresh op_refresh_1230 = { .hd = { .id = 1162, .kind = OP_REFRESH }, .rand = 6573356135895167916ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1231 = { .hd = { .id = 1163, .kind = OP_REFRESH }, .rand = 6236590120483886341ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1232 = { .hd = { .id = 1164, .kind = OP_RESEED }, .nonce = 18205140807486860218ULL, .seed_nbytes = 220, .seed = { 0xd7, 0x2f, 0x3f, 0x51, 0xeb, 0x89, 0xcd, 0x43, 0x56, 0xb0, 0x65, 0x7f, 0xd8, 0x1f, 0x03, 0xe6, 0xe2, 0x90, 0x57, 0x01, 0x05, 0xda, 0x6c, 0xa5, 0x12, 0xdc, 0xc4, 0x2a, 0x77, 0x73, 0x1a, 0x2e, 0xc6, 0xa3, 0xdd, 0x54, 0x1d, 0xc3, 0xd3, 0x11, 0x62, 0x44, 0x02, 0x02, 0xc4, 0x31, 0x1a, 0xd3, 0x96, 0xdc, 0xbe, 0x40, 0x4d, 0xb5, 0x5d, 0xc0, 0xdc, 0x00, 0xf6, 0x1e, 0x3c, 0xf5, 0x7f, 0xa3, 0x8d, 0x01, 0xef, 0x24, 0x07, 0x0e, 0x25, 0x54, 0x2b, 0x7f, 0xa1, 0xe1, 0x6d, 0x60, 0x5f, 0xcd, 0xba, 0x77, 0x01, 0x78, 0xa2, 0xfa, 0x2d, 0x91, 0x73, 0xcf, 0x9b, 0x40, 0xfe, 0xf7, 0x6b, 0xe0, 0x90, 0xa4, 0x8f, 0x9e, 0x24, 0xc6, 0xa1, 0x6d, 0xd4, 0x66, 0x9c, 0x48, 0x0e, 0x7e, 0x02, 0x79, 0x06, 0x8c, 0x95, 0xa1, 0x3b, 0xf4, 0xf6, 0x8c, 0xc3, 0xda, 0xfa, 0x70, 0x1e, 0x3e, 0xda, 0xce, 0xaf, 0x25, 0xd1, 0x6d, 0x8b, 0x42, 0x19, 0x69, 0x4a, 0xca, 0x9b, 0xed, 0x82, 0x33, 0x87, 0xce, 0xb3, 0x44, 0xe9, 0x44, 0x77, 0xb3, 0xcb, 0x6c, 0x04, 0xb9, 0xc0, 0x0e, 0x98, 0xfe, 0x29, 0x63, 0xdf, 0xc9, 0x42, 0x9f, 0x0f, 0x9f, 0x69, 0x53, 0x4f, 0x8c, 0x4a, 0xff, 0xf5, 0x7f, 0xfd, 0x27, 0x77, 0x66, 0x80, 0xd4, 0xfc, 0xea, 0x1b, 0xc1, 0x4c, 0x71, 0xf9, 0xc3, 0xe7, 0xa8, 0x29, 0xc2, 0x6d, 0xd1, 0xb1, 0x5c, 0x1f, 0x33, 0xc4, 0x8f, 0xcf, 0xeb, 0x7a, 0xeb, 0x7a, 0xdd, 0x55, 0x5b, 0x1e, 0xf4, 0x71, 0x3a, 0x84, 0xe6, 0xb1, 0xdc, 0xd8, 0xb9, 0x11, 0x4c } }; static const struct cckprng_op_generate op_init_1233 = { .hd = { .id = 1165, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_reseed op_reseed_1234 = { .hd = { .id = 1166, .kind = OP_RESEED }, .nonce = 15197895992277435499ULL, .seed_nbytes = 127, .seed = { 0x29, 0xe9, 0xca, 0x55, 0x4b, 0x14, 0x4b, 0x97, 0x7a, 0x29, 0x80, 0x89, 0x19, 0x4c, 0x7e, 0x92, 0x73, 0x25, 0x4b, 0xf5, 0x33, 0x9f, 0xc6, 0xfa, 0xc0, 0xba, 0x81, 0xae, 0x4d, 0xbd, 0x86, 0x72, 0xe1, 0xf2, 0x23, 0x4a, 0x66, 0x07, 0x6e, 0x43, 0xf8, 0xc0, 0x57, 0xf3, 0x37, 0x97, 0xc0, 0xac, 0x00, 0x43, 0x2c, 0x97, 0xee, 0x7a, 0xb7, 0x4a, 0xe9, 0x4c, 0x3a, 0x3c, 0xa0, 0xed, 0x1f, 0x77, 0xe0, 0x10, 0xcc, 0x2e, 0x14, 0xf8, 0xac, 0x3a, 0xd6, 0x71, 0x1d, 0x4a, 0x60, 0x78, 0x5c, 0x1e, 0x6b, 0x99, 0x30, 0x3c, 0xf6, 0x4b, 0x2b, 0x3d, 0xb8, 0x54, 0x48, 0x27, 0x1b, 0xae, 0xbe, 0xa8, 0x8b, 0x39, 0x8b, 0xde, 0xcd, 0x7c, 0xdb, 0x9b, 0xb2, 0x61, 0xbd, 0x90, 0xb3, 0x99, 0xb8, 0x1e, 0x8a, 0xd5, 0xd3, 0xb7, 0xb3, 0x55, 0xf5, 0x50, 0xc7, 0xcd, 0xa3, 0x96, 0x36, 0xdc, 0xae } }; static const struct cckprng_op_reseed op_reseed_1235 = { .hd = { .id = 1167, .kind = OP_RESEED }, .nonce = 4993614116365446041ULL, .seed_nbytes = 203, .seed = { 0x61, 0x8c, 0x4e, 0xad, 0x08, 0xf1, 0x1b, 0xcd, 0x3a, 0xb7, 0x72, 0x06, 0x65, 0xe6, 0x11, 0xfe, 0x27, 0xeb, 0xc2, 0xd8, 0xd8, 0x77, 0xe3, 0x66, 0x2f, 0xd2, 0x8d, 0xb1, 0x72, 0x1a, 0xc1, 0x05, 0xc9, 0xe7, 0x3a, 0xe0, 0x83, 0xbe, 0x7c, 0xd8, 0xb6, 0xcb, 0xf6, 0x1c, 0x8d, 0x5c, 0x5b, 0xa7, 0xde, 0x68, 0xe2, 0x12, 0x93, 0x82, 0x72, 0x5c, 0xc4, 0x1c, 0x95, 0x97, 0xff, 0x2d, 0x50, 0x5a, 0x39, 0x0b, 0x2f, 0x87, 0xf7, 0x19, 0x58, 0xf7, 0xe4, 0xd0, 0x46, 0xe1, 0x8b, 0x63, 0x27, 0x24, 0x32, 0xab, 0x49, 0xdc, 0xf4, 0xcc, 0x27, 0x82, 0xec, 0x65, 0x8e, 0xef, 0xea, 0xd2, 0xe8, 0xee, 0x22, 0x9c, 0x68, 0x81, 0xc3, 0xa4, 0x73, 0x5d, 0x09, 0x72, 0x38, 0x97, 0xc4, 0x27, 0x80, 0x4b, 0x0d, 0xe2, 0x22, 0x7f, 0x1f, 0xe0, 0x75, 0xfd, 0x32, 0x54, 0xbe, 0x19, 0x51, 0x25, 0xf9, 0x0a, 0x68, 0x1e, 0x17, 0x9c, 0x3b, 0x29, 0x0c, 0x92, 0x9f, 0x4f, 0x47, 0x04, 0xfe, 0x44, 0x7c, 0xcc, 0x9b, 0xa4, 0x19, 0xe1, 0x8b, 0x09, 0x88, 0x3a, 0xe3, 0x32, 0x7d, 0x8c, 0x0e, 0x5a, 0xb5, 0xdf, 0x45, 0x96, 0x47, 0x2f, 0x28, 0xdc, 0xce, 0x07, 0x8e, 0x09, 0xf6, 0xe1, 0x27, 0x96, 0x3a, 0x32, 0x84, 0x06, 0x45, 0x4a, 0x55, 0x94, 0xf6, 0xec, 0x39, 0xe3, 0x19, 0x88, 0x95, 0xac, 0x27, 0x12, 0x37, 0x69, 0xdf, 0x8e, 0x41, 0x41, 0x54, 0x1e, 0xd7, 0xd4, 0x50 } }; static const struct cckprng_op_reseed op_reseed_1236 = { .hd = { .id = 1168, .kind = OP_RESEED }, .nonce = 4128130556011786353ULL, .seed_nbytes = 138, .seed = { 0x96, 0x30, 0x80, 0xff, 0x2d, 0x69, 0x87, 0x73, 0xde, 0xb0, 0x88, 0x68, 0xa3, 0x80, 0x43, 0x92, 0xd2, 0xc3, 0x30, 0xf7, 0x18, 0xce, 0x77, 0x6e, 0x41, 0x4a, 0x9a, 0x12, 0x04, 0xf8, 0xc2, 0x9a, 0x40, 0x05, 0xa0, 0xc1, 0x5a, 0x0f, 0x6b, 0x2d, 0xe4, 0xaf, 0x04, 0xcf, 0xcb, 0x75, 0xa0, 0xe4, 0xff, 0x0d, 0x94, 0x59, 0xa7, 0xc4, 0x70, 0x25, 0xe4, 0x85, 0xbb, 0x21, 0x5a, 0x9a, 0x88, 0x2f, 0x4c, 0x5e, 0x8f, 0x79, 0x15, 0x4b, 0xbe, 0x28, 0x60, 0x5a, 0x11, 0x0b, 0xf1, 0x9f, 0x3a, 0xa3, 0xb3, 0xc7, 0x07, 0x33, 0x9b, 0xdf, 0x00, 0xe2, 0xa0, 0x49, 0x84, 0x4b, 0xe4, 0xcd, 0x8e, 0xd0, 0x2b, 0xd9, 0xad, 0xf6, 0x25, 0x06, 0x70, 0x50, 0xe8, 0xd6, 0x5c, 0xc3, 0x84, 0x27, 0xc3, 0x53, 0x1e, 0x94, 0x39, 0x5f, 0xeb, 0x3c, 0x22, 0xf7, 0x60, 0xbf, 0x83, 0x8e, 0xb6, 0x4f, 0xb3, 0x43, 0x84, 0xd8, 0x9b, 0x8b, 0x46, 0x92, 0x74, 0xb3, 0x02, 0x5c } }; static const struct cckprng_op_reseed op_reseed_1237 = { .hd = { .id = 1169, .kind = OP_RESEED }, .nonce = 2046186992048111263ULL, .seed_nbytes = 97, .seed = { 0x19, 0xa1, 0xa8, 0x8d, 0x96, 0xfc, 0x1d, 0x26, 0xb7, 0x54, 0xda, 0xc5, 0xb4, 0x7b, 0xa6, 0x64, 0x61, 0x12, 0xe8, 0x2a, 0x91, 0xcb, 0x5e, 0xeb, 0x91, 0x9f, 0x80, 0x37, 0xd3, 0x28, 0x32, 0xe3, 0x67, 0xf7, 0xf6, 0x54, 0x23, 0xd9, 0x95, 0x77, 0xb0, 0x7d, 0x19, 0xbd, 0xf2, 0x7e, 0x1b, 0x48, 0x82, 0x15, 0xe2, 0xa0, 0x3e, 0x0a, 0x6e, 0xd1, 0x19, 0xf3, 0x1d, 0x9a, 0x82, 0xd7, 0xb9, 0x3e, 0x04, 0x62, 0x49, 0x26, 0x82, 0xe8, 0x7d, 0xfa, 0x85, 0x60, 0x2a, 0xf7, 0x27, 0x30, 0x24, 0x44, 0xda, 0x48, 0x82, 0x47, 0x7c, 0x5d, 0x49, 0x1c, 0x69, 0x4e, 0xac, 0x88, 0x1f, 0x65, 0x4c, 0xc1, 0x87 } }; static const struct cckprng_op_reseed op_reseed_1238 = { .hd = { .id = 1170, .kind = OP_RESEED }, .nonce = 13380426709356716404ULL, .seed_nbytes = 188, .seed = { 0xbb, 0x7c, 0x0b, 0x76, 0xc1, 0xd9, 0xc0, 0x67, 0x69, 0x1c, 0xe0, 0x9c, 0x20, 0x40, 0xfe, 0xcf, 0x67, 0xb3, 0x72, 0x7c, 0xfd, 0x44, 0xfe, 0x97, 0xcb, 0x0d, 0x2f, 0xb5, 0xa0, 0x73, 0x1a, 0x4e, 0xa0, 0xea, 0xf7, 0xd0, 0x56, 0x09, 0x21, 0xc4, 0xd5, 0x86, 0x2b, 0x0b, 0xca, 0x74, 0xf0, 0x1c, 0x56, 0xd8, 0x2f, 0x9a, 0xfb, 0xe0, 0x3d, 0x8d, 0x90, 0xc9, 0xc0, 0xd4, 0x79, 0xd4, 0x9f, 0x30, 0x9f, 0xf9, 0x29, 0xb7, 0x41, 0x8c, 0x3f, 0x3d, 0x3e, 0xeb, 0x51, 0x48, 0x9c, 0x60, 0x0e, 0xea, 0xa1, 0x15, 0xdc, 0xd4, 0xc5, 0x18, 0xf3, 0xc4, 0xfd, 0x7b, 0xdc, 0x20, 0x6b, 0x6d, 0x36, 0x08, 0x33, 0xf5, 0x40, 0xf4, 0x63, 0xa3, 0xfd, 0x3b, 0x87, 0xe9, 0x7d, 0xe4, 0xe5, 0xea, 0x48, 0xdb, 0x5e, 0x2c, 0xf0, 0xda, 0x64, 0x79, 0x92, 0x9a, 0x16, 0x14, 0x1c, 0x69, 0x27, 0x8d, 0x7c, 0xe0, 0x57, 0x38, 0x08, 0xa3, 0xa9, 0x1a, 0xc1, 0x51, 0xba, 0x39, 0x76, 0x98, 0x00, 0x6a, 0xfd, 0x9d, 0x80, 0xed, 0xe8, 0x69, 0xec, 0x5c, 0x71, 0xe8, 0x8f, 0x34, 0x64, 0x0d, 0x96, 0x54, 0xa6, 0xd1, 0xdb, 0x0c, 0x64, 0x91, 0x05, 0xfe, 0x4d, 0xd5, 0xf9, 0x82, 0x7d, 0xa0, 0x2f, 0x0b, 0x6d, 0x3c, 0x42, 0x8a, 0x06, 0xbb, 0xa5, 0x78, 0x17, 0x4a, 0x91, 0x96, 0xce, 0xa0 } }; static const struct cckprng_op_generate op_init_1239 = { .hd = { .id = 1171, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0xb4, 0xbd, 0xea, 0x4c, 0xa0, 0x07, 0xd9, 0x85, 0xff, 0x65, 0x43, 0x9a, 0xa8, 0xcc, 0xbd, 0x17, 0xc4, 0x89, 0xa4, 0x35, 0x61, 0xf8, 0xf3, 0x61, 0x3f, 0xab, 0xb7, 0x57, 0x51, 0x78, 0x5a, 0x63, 0xea, 0xb9, 0xcf, 0x70, 0xd2, 0xdf, 0xce, 0x25, 0x45, 0x59, 0x7f, 0x88, 0x5b, 0xf9, 0x5c, 0x91, 0x60, 0x77, 0x75, 0xcd, 0x5e, 0xa0, 0xec, 0xce, 0x1e, 0x4f, 0x46, 0x05, 0x1f, 0x04, 0x7f, 0xf9, 0x66, 0x48, 0x8f, 0x47, 0x8a, 0x8b, 0x53, 0x95, 0x5e, 0x30, 0xa5, 0x0f, 0xf8, 0x21, 0xbe, 0x31, 0x9d, 0xe5, 0x2c, 0xb8, 0x51, 0x86, 0x5c, 0xbf, 0x78, 0x7d, 0xe3, 0xcd, 0xcc, 0x6e, 0xda, 0x87, 0x1e, 0x30, 0x9d, 0xc5, 0xd4, 0x2b, 0x90, 0x3e, 0x8d, 0x15, 0x54, 0xc2, 0x9d, 0xc4, 0x8a, 0x9d, 0xcb, 0xe6, 0x73, 0xa7, 0xa1, 0x9c, 0x92, 0x7e, 0x12, 0x49, 0x27, 0xd4, 0xe5, 0xd4, 0xbc, 0xfb, 0x39, 0x55, 0x73, 0xec, 0xca, 0x8a, 0xe5, 0xca, 0x72, 0xd6, 0x85, 0x84, 0x5d, 0x40, 0x08, 0x02, 0xb3, 0x4c, 0x7b, 0xbf, 0x6f, 0xa8, 0xee, 0xd4, 0x28, 0xfe, 0x1a, 0x70, 0xa5, 0xe3, 0xf4, 0x9e, 0x73, 0xc0, 0x0f, 0x68, 0x95, 0xf0, 0x95, 0x14, 0x06, 0x48, 0xf1, 0xa6, 0x78, 0xc7, 0x2a, 0x70, 0x0a, 0xc7, 0xd4, 0x92, 0x95, 0x54, 0x35, 0x44, 0x29, 0xfc, 0x1e, 0xa2, 0x68, 0x0c, 0x14, 0x9a, 0x94, 0xb3, 0xff, 0x8a, 0x77, 0xa3, 0xcc, 0x82, 0x16, 0x54, 0x5e, 0x68, 0x24, 0xd0, 0xc2, 0x76, 0xc1, 0xe4, 0xaf, 0xf0, 0x42, 0x4d, 0x08, 0x2f, 0xc2, 0x00, 0xac, 0x74, 0xc1, 0x31, 0x48, 0x24, 0xed, 0x15, 0x9b, 0x5e, 0x3e, 0x9e, 0x79, 0x4c, 0x71, 0xb1, 0x1c, 0x47, 0x32, 0x08, 0xf9, 0xc4, 0xb4, 0x3b, 0x76, 0x17, 0xfa, 0xbd, 0xe0, 0xd1, 0x99, 0xde, 0x44, 0xf3, 0xf4, 0x87, 0x84, 0xc6, 0xb9, 0x3d, 0x9b, 0x9a, 0x71, 0x85, 0x5b, 0x58, 0xa4, 0x4b, 0xf6, 0xd0, 0xfd, 0x4c, 0x7b, 0x9e, 0xa8, 0xa1, 0x30, 0x74, 0x2d, 0x32, 0x3d, 0x37, 0xa6, 0x48, 0x0b, 0xd4, 0xfe } } }; static const struct cckprng_op_generate op_init_1240 = { .hd = { .id = 1172, .kind = OP_GENERATE }, .rand_nbytes = 130, .out = { .rand = { 0x10, 0xaa, 0x6c, 0x50, 0x5d, 0x73, 0x5e, 0x44, 0x55, 0x56, 0x72, 0xdc, 0x75, 0x5c, 0x73, 0xe5, 0xf9, 0xb2, 0xbf, 0x3f, 0x32, 0x13, 0x17, 0x4c, 0xa5, 0x98, 0x05, 0x7b, 0xac, 0x64, 0x89, 0xc4, 0xd2, 0x83, 0xae, 0x02, 0x62, 0x1d, 0x6c, 0x70, 0xa9, 0x28, 0xd3, 0xf2, 0xef, 0xc1, 0xa3, 0x1f, 0xe5, 0xb9, 0x16, 0x59, 0xd2, 0xb5, 0xd8, 0xa5, 0x23, 0xbc, 0x3f, 0x64, 0x84, 0xe7, 0xb6, 0x8d, 0x40, 0x44, 0x94, 0x3f, 0xc6, 0xc5, 0x2d, 0x57, 0x3e, 0x16, 0x06, 0x81, 0xbe, 0x16, 0x95, 0xb4, 0xa5, 0x8a, 0xe1, 0xf3, 0xf3, 0x18, 0xba, 0x1f, 0xff, 0x6f, 0xf2, 0xb2, 0x84, 0xb0, 0x86, 0x1b, 0x22, 0xea, 0x7f, 0xd1, 0x5b, 0xcc, 0xee, 0x6e, 0x8d, 0x5e, 0xb6, 0x15, 0x51, 0xce, 0x38, 0x83, 0x5b, 0xee, 0x5d, 0xa5, 0x85, 0x7f, 0xdd, 0x3e, 0xc7, 0x47, 0x98, 0xdf, 0xa2, 0x70, 0xc6, 0x76, 0xf0, 0xef } } }; static const struct cckprng_op *ops_1241[] = { (const struct cckprng_op *)&op_init_1225, (const struct cckprng_op *)&op_reseed_1226, (const struct cckprng_op *)&op_reseed_1227, (const struct cckprng_op *)&op_reseed_1228, (const struct cckprng_op *)&op_reseed_1229, (const struct cckprng_op *)&op_refresh_1230, (const struct cckprng_op *)&op_refresh_1231, (const struct cckprng_op *)&op_reseed_1232, (const struct cckprng_op *)&op_init_1233, (const struct cckprng_op *)&op_reseed_1234, (const struct cckprng_op *)&op_reseed_1235, (const struct cckprng_op *)&op_reseed_1236, (const struct cckprng_op *)&op_reseed_1237, (const struct cckprng_op *)&op_reseed_1238, (const struct cckprng_op *)&op_init_1239, (const struct cckprng_op *)&op_init_1240 }; static const struct cckprng_vector vec_1242 = { .id = 1173, .note = NULL, .nops = 16, .ops = ops_1241 }; static const struct cckprng_op_init op_init_1243 = { .hd = { .id = 1174, .kind = OP_INIT }, .seed = { 0xde, 0xa3, 0x6c, 0x39, 0xba, 0xbe, 0x2b, 0x63, 0x7a, 0x43, 0x07, 0xdb, 0x4a, 0xd1, 0x48, 0x34, 0x04, 0x7a, 0xe3, 0xea, 0xc9, 0x10, 0x6c, 0x07, 0x81, 0x73, 0x41, 0xcd, 0x79, 0x53, 0xc3, 0xd3 }, .nonce = { 0x7c, 0xc6, 0x1b, 0xfa, 0x86, 0x17, 0x23, 0x48 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1244 = { .hd = { .id = 1175, .kind = OP_RESEED }, .nonce = 6481960823562265692ULL, .seed_nbytes = 167, .seed = { 0x3b, 0x93, 0x79, 0x90, 0x1f, 0x92, 0x71, 0xf8, 0xa9, 0x54, 0xb1, 0x3b, 0x72, 0x51, 0x29, 0xcb, 0x20, 0x6f, 0x86, 0x6f, 0x79, 0xbf, 0x6e, 0xf1, 0xbe, 0xe0, 0x76, 0xaf, 0xb2, 0xfc, 0xd5, 0x1b, 0x8d, 0x90, 0x70, 0xf8, 0x58, 0x48, 0x56, 0x71, 0xa3, 0xd5, 0x30, 0x8a, 0x6c, 0x29, 0x45, 0x83, 0x92, 0xfe, 0x1c, 0xd5, 0x60, 0x9c, 0xb4, 0xc4, 0xac, 0xc3, 0x4a, 0x50, 0x3d, 0x12, 0x19, 0x4f, 0xd0, 0x5f, 0x0e, 0x37, 0xee, 0x37, 0x4c, 0xb6, 0x79, 0xfd, 0x4a, 0xc3, 0x1c, 0xa9, 0x23, 0x67, 0x1d, 0x46, 0xcd, 0x1c, 0x77, 0x0e, 0x74, 0x6d, 0xd9, 0x3b, 0x49, 0xa3, 0x9a, 0xda, 0xb7, 0xe5, 0x39, 0xfd, 0x2a, 0x9b, 0xc4, 0x38, 0x90, 0x35, 0x46, 0x9d, 0x13, 0xda, 0x00, 0x0e, 0x37, 0x2c, 0xdd, 0x30, 0x0b, 0xf4, 0x4d, 0xcf, 0x7b, 0x3d, 0x89, 0xce, 0x16, 0xe5, 0x11, 0xd8, 0xd8, 0xf2, 0x67, 0x89, 0x8f, 0x44, 0xb2, 0x52, 0x49, 0xdb, 0xdb, 0x1f, 0x1d, 0x3a, 0x86, 0x7f, 0xaa, 0x04, 0xe8, 0x39, 0x76, 0xc7, 0xd9, 0x3d, 0x90, 0xdf, 0x70, 0x46, 0xb3, 0x54, 0x7c, 0xbd, 0x52, 0x7f, 0x3b, 0x2b, 0x62, 0x5b, 0xe1, 0x4d, 0xad } }; static const struct cckprng_op_reseed op_reseed_1245 = { .hd = { .id = 1176, .kind = OP_RESEED }, .nonce = 16059626508681940039ULL, .seed_nbytes = 122, .seed = { 0xee, 0xcb, 0x28, 0xd0, 0xa3, 0x48, 0x8b, 0x8a, 0x10, 0x6e, 0x2c, 0xd7, 0xf7, 0x8f, 0x55, 0x15, 0x27, 0x48, 0x47, 0xce, 0x5d, 0xe1, 0xc2, 0x9b, 0x5a, 0x66, 0x78, 0xc0, 0x94, 0x2a, 0x54, 0xe5, 0x4b, 0xa8, 0xb1, 0xcf, 0x13, 0xbf, 0x4a, 0x75, 0x97, 0x29, 0xdc, 0x1e, 0xe9, 0x93, 0xee, 0xe1, 0xa5, 0x0b, 0xd8, 0xff, 0xfa, 0xfe, 0x13, 0x97, 0x27, 0x3d, 0x84, 0xe3, 0xf4, 0x51, 0x08, 0x00, 0x1a, 0xfd, 0x50, 0x74, 0xaf, 0x5e, 0x77, 0xd0, 0xa9, 0x9d, 0x9d, 0x05, 0xb1, 0x92, 0x46, 0x0c, 0xe0, 0xd0, 0x69, 0xfb, 0xc8, 0xb5, 0xee, 0x42, 0x93, 0xf4, 0xb0, 0x0c, 0xf4, 0xc9, 0x14, 0xc1, 0xcd, 0x80, 0xcb, 0x89, 0x87, 0x26, 0xbf, 0xba, 0x04, 0xb0, 0xf6, 0xcb, 0x88, 0xd2, 0xd9, 0x99, 0x1c, 0xa9, 0x38, 0x53, 0x41, 0x42, 0xab, 0xaa, 0x13, 0x59 } }; static const struct cckprng_op_refresh op_refresh_1246 = { .hd = { .id = 1177, .kind = OP_REFRESH }, .rand = 9978761034624510671ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1247 = { .hd = { .id = 1178, .kind = OP_GENERATE }, .rand_nbytes = 255, .out = { .rand = { 0x0d, 0xdc, 0x72, 0x1d, 0x13, 0x85, 0xad, 0xd6, 0x0a, 0x69, 0x85, 0x3c, 0xc9, 0xfa, 0xae, 0x1d, 0x22, 0x10, 0xb9, 0xb1, 0xa2, 0x02, 0x0a, 0xf8, 0x39, 0xba, 0x0a, 0xdd, 0x74, 0xe0, 0x66, 0x69, 0x3f, 0xd4, 0x05, 0x36, 0x8c, 0x9b, 0x06, 0xe3, 0xc4, 0xe8, 0x14, 0x6a, 0x37, 0x2d, 0x39, 0xdf, 0x00, 0x7a, 0xa3, 0x84, 0xf9, 0xc0, 0x97, 0x2d, 0xfd, 0xf5, 0x5c, 0x69, 0xb0, 0xf0, 0xc9, 0xbc, 0x59, 0x07, 0x6e, 0x82, 0x7b, 0x12, 0x89, 0x6f, 0xac, 0x4a, 0x9c, 0x4e, 0x80, 0xca, 0xc0, 0x88, 0xc5, 0x37, 0x12, 0x0f, 0xdf, 0x65, 0xd9, 0x6d, 0xe9, 0x41, 0x11, 0x76, 0xd1, 0x4e, 0xc1, 0x9e, 0xd6, 0x65, 0xa6, 0x71, 0xcc, 0xcb, 0x64, 0x14, 0xd3, 0xeb, 0x1c, 0xb3, 0xbf, 0x5c, 0x59, 0xfa, 0x76, 0x94, 0x67, 0xae, 0xb0, 0x0a, 0xf6, 0xce, 0x9d, 0xbc, 0xb3, 0x6e, 0xf8, 0x3c, 0xe9, 0xd4, 0x12, 0xdb, 0x3f, 0x8a, 0x3b, 0x22, 0x9a, 0xe1, 0x10, 0xf3, 0x26, 0x74, 0xbe, 0xfc, 0x52, 0x36, 0x18, 0xbb, 0x71, 0xf5, 0x48, 0xf6, 0x03, 0x02, 0x2e, 0xc7, 0xc3, 0x95, 0x18, 0x26, 0xeb, 0x55, 0xf7, 0xd9, 0x54, 0xf8, 0x7a, 0x58, 0x0a, 0x2c, 0x7f, 0xba, 0x9d, 0x63, 0xbc, 0xb1, 0x0f, 0x3a, 0x0b, 0xea, 0xaf, 0xd8, 0xc6, 0xf1, 0x3b, 0xa8, 0x93, 0x69, 0xa8, 0xf0, 0x5e, 0x67, 0x41, 0x62, 0x40, 0x55, 0x2c, 0xa3, 0x4d, 0xc9, 0xfb, 0x63, 0x88, 0x78, 0xbf, 0xfe, 0x50, 0xf6, 0x99, 0x3f, 0x38, 0x38, 0xb7, 0xe5, 0xd8, 0xe5, 0xef, 0x42, 0x18, 0x38, 0x0f, 0x5f, 0x25, 0xc6, 0x72, 0x17, 0x5c, 0xee, 0xe2, 0x4d, 0x50, 0x33, 0xc8, 0xba, 0xbf, 0xc5, 0x61, 0x51, 0xc6, 0x3d, 0xad, 0xfb, 0x5c, 0xc3, 0x8c, 0xed, 0x73, 0x66, 0x1a, 0x38, 0x84, 0xc9, 0xf9, 0x42, 0x46, 0x84, 0x6a } } }; static const struct cckprng_op_reseed op_reseed_1248 = { .hd = { .id = 1179, .kind = OP_RESEED }, .nonce = 5279813572639079033ULL, .seed_nbytes = 257, .seed = { 0x5b, 0x79, 0xae, 0x01, 0x8a, 0x8e, 0xe1, 0xb8, 0xb6, 0x48, 0x78, 0x33, 0x55, 0x3c, 0xd0, 0xac, 0x8a, 0xdd, 0x11, 0x21, 0xb5, 0xb6, 0x9a, 0x63, 0x78, 0xad, 0x0f, 0x9c, 0x97, 0x8f, 0x9b, 0x27, 0xfb, 0xfb, 0x8a, 0x28, 0x57, 0x22, 0xf6, 0x41, 0x9f, 0x96, 0x33, 0x0a, 0x59, 0x14, 0x5b, 0x7e, 0xa4, 0xc1, 0x35, 0xa6, 0x60, 0x90, 0x27, 0x08, 0xe9, 0x2a, 0x4d, 0x2f, 0xe5, 0xcd, 0x27, 0x19, 0x24, 0xfc, 0x67, 0x9b, 0xce, 0x4f, 0xaa, 0x69, 0x0a, 0xe0, 0x18, 0xed, 0x61, 0x8b, 0xce, 0x7f, 0x04, 0x38, 0x2c, 0x98, 0x2e, 0xf9, 0xdd, 0x07, 0x8d, 0x96, 0x9b, 0xeb, 0x35, 0xee, 0xe8, 0x08, 0xbc, 0x18, 0x12, 0x82, 0x52, 0x10, 0x1b, 0x4c, 0x53, 0x46, 0xa5, 0x8b, 0x1f, 0xe5, 0x33, 0x26, 0x6c, 0xc0, 0x63, 0x37, 0x5a, 0x0c, 0xc7, 0x4d, 0x10, 0x93, 0x24, 0x93, 0x44, 0x92, 0x1c, 0x1d, 0x34, 0x56, 0x8a, 0x50, 0xaa, 0x88, 0x92, 0x2a, 0xc0, 0xf9, 0x10, 0x99, 0x6a, 0x8a, 0x7d, 0x37, 0x5c, 0x08, 0x50, 0x8c, 0xed, 0x3c, 0x08, 0xc5, 0x3a, 0x47, 0xa7, 0x5f, 0xec, 0xc6, 0x1c, 0x41, 0x3c, 0x1d, 0x53, 0x2e, 0xfd, 0xb2, 0xe5, 0x92, 0x65, 0x17, 0xe0, 0x70, 0xda, 0xf4, 0xe0, 0x11, 0x93, 0x2c, 0x0b, 0x4f, 0x72, 0x82, 0x4b, 0x6e, 0x20, 0x08, 0xd4, 0x5d, 0xc6, 0x43, 0x92, 0x67, 0x6a, 0xf3, 0x85, 0x53, 0xc3, 0x40, 0x46, 0x8b, 0x59, 0xd2, 0x0d, 0x1b, 0xff, 0x55, 0x81, 0xb4, 0x4b, 0xbb, 0xa7, 0xa1, 0x40, 0x8a, 0x01, 0xad, 0xee, 0xae, 0x31, 0xe6, 0x9c, 0x16, 0x60, 0xa2, 0x40, 0x08, 0xdf, 0xd5, 0xfb, 0x9a, 0xe9, 0x40, 0x87, 0xae, 0x01, 0x7d, 0x95, 0x3c, 0x81, 0x24, 0x9f, 0xc7, 0xe5, 0x46, 0xd8, 0x78, 0xcd, 0xdf, 0x8f, 0x9f, 0x03, 0xc3, 0xe5, 0xcc, 0xa8, 0x21, 0xa7 } }; static const struct cckprng_op_generate op_init_1249 = { .hd = { .id = 1180, .kind = OP_GENERATE }, .rand_nbytes = 93, .out = { .rand = { 0x6f, 0xbb, 0x80, 0x41, 0x38, 0x38, 0xc9, 0xd0, 0x6a, 0x55, 0xd2, 0xe5, 0xb8, 0x22, 0x6b, 0x6f, 0x65, 0xa1, 0xa3, 0x79, 0x1e, 0x29, 0x43, 0x4b, 0x0a, 0xa0, 0x0d, 0xc7, 0x02, 0xfd, 0x23, 0xb9, 0xd3, 0xab, 0xf5, 0xf7, 0x61, 0xf1, 0x8a, 0x1b, 0x3a, 0x1d, 0x80, 0x25, 0xd3, 0x24, 0xf5, 0x4a, 0xd2, 0xa2, 0x4a, 0x2b, 0x97, 0xa8, 0xea, 0x15, 0x1b, 0x3b, 0x76, 0xa7, 0xf9, 0x48, 0x8a, 0xf0, 0x36, 0x25, 0x1e, 0x83, 0xcb, 0x7a, 0x91, 0x23, 0x31, 0x29, 0x39, 0xf9, 0x00, 0x6c, 0xa2, 0xc2, 0x4b, 0xe3, 0x95, 0x00, 0x57, 0x0a, 0x87, 0x24, 0xcf, 0xf8, 0x46, 0x4b, 0x9d } } }; static const struct cckprng_op_reseed op_reseed_1250 = { .hd = { .id = 1181, .kind = OP_RESEED }, .nonce = 32926763392934803ULL, .seed_nbytes = 107, .seed = { 0x1e, 0x40, 0xb3, 0xc5, 0x43, 0x7f, 0xc6, 0x36, 0xba, 0x19, 0xbb, 0xc8, 0x2b, 0x2f, 0x20, 0x9f, 0x2b, 0x80, 0xbc, 0x70, 0x28, 0xbb, 0x40, 0x36, 0x0d, 0x76, 0x67, 0xe4, 0xca, 0x7e, 0x29, 0xc8, 0xf9, 0xcb, 0x1b, 0xf5, 0xa7, 0x2f, 0x92, 0x59, 0x9e, 0xcc, 0x43, 0x0e, 0x84, 0x6c, 0x41, 0x12, 0xa6, 0xd6, 0x5d, 0x8d, 0xcc, 0x62, 0x8b, 0xf6, 0x92, 0x06, 0xcd, 0x13, 0x8c, 0xac, 0x5a, 0x7c, 0xc1, 0xc8, 0xb3, 0x19, 0x71, 0x2a, 0xaa, 0xcc, 0x58, 0xe4, 0xad, 0xeb, 0xbc, 0x11, 0x16, 0x0d, 0x20, 0xca, 0x18, 0xe1, 0xa9, 0xd7, 0x2f, 0x62, 0x07, 0x32, 0x7e, 0x94, 0x6c, 0xb3, 0xf6, 0x72, 0x62, 0x8d, 0xac, 0x84, 0xac, 0xda, 0x8f, 0x22, 0x93, 0x6f, 0x2e } }; static const struct cckprng_op_reseed op_reseed_1251 = { .hd = { .id = 1182, .kind = OP_RESEED }, .nonce = 5630814357197566917ULL, .seed_nbytes = 161, .seed = { 0x73, 0x40, 0x55, 0x22, 0xa6, 0xbb, 0x76, 0x21, 0xa8, 0x46, 0x9c, 0xe3, 0x53, 0x6f, 0x35, 0x9c, 0xb7, 0x91, 0xbd, 0x71, 0xae, 0xd1, 0x12, 0xb1, 0x1c, 0xab, 0x69, 0xd5, 0x72, 0xa1, 0xaa, 0x4f, 0xbb, 0x91, 0x79, 0xe4, 0xe9, 0x03, 0x4d, 0xde, 0x6c, 0xce, 0xc3, 0xaf, 0x5b, 0xa8, 0xd9, 0xfb, 0xac, 0xd8, 0x46, 0x30, 0x92, 0xc4, 0xaf, 0xaf, 0x22, 0xe2, 0xf1, 0x6a, 0x6a, 0xfc, 0x36, 0x79, 0x12, 0xe4, 0x3c, 0xeb, 0x51, 0x19, 0x34, 0xaa, 0x22, 0x36, 0xae, 0x48, 0xfc, 0x61, 0x37, 0x32, 0x91, 0xb2, 0x10, 0xde, 0x0c, 0xc9, 0x38, 0x25, 0xd3, 0x6a, 0x78, 0x64, 0x0a, 0x87, 0x52, 0xbb, 0x27, 0x49, 0x2a, 0x94, 0xb4, 0xab, 0xe0, 0x73, 0xff, 0x0d, 0x85, 0x09, 0xb6, 0x12, 0x5b, 0xe3, 0x9d, 0xa9, 0xdd, 0xf1, 0xda, 0x25, 0xbb, 0x55, 0xb2, 0xce, 0xbe, 0xe7, 0xc3, 0x19, 0x4e, 0xe2, 0xe1, 0xb5, 0xea, 0xf7, 0xbf, 0x20, 0x38, 0x6a, 0x40, 0x75, 0xa5, 0x89, 0xe2, 0xbf, 0x53, 0xa8, 0xcb, 0x2d, 0xb0, 0x75, 0xb5, 0xd0, 0x62, 0x51, 0x3e, 0x62, 0xb8, 0xe3, 0xfd, 0xfe, 0x72, 0x75, 0x8f } }; static const struct cckprng_op_refresh op_refresh_1252 = { .hd = { .id = 1183, .kind = OP_REFRESH }, .rand = 12558665838991371030ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1253 = { .hd = { .id = 1184, .kind = OP_REFRESH }, .rand = 2692392669084945773ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1254 = { .hd = { .id = 1185, .kind = OP_RESEED }, .nonce = 2286923820954542000ULL, .seed_nbytes = 236, .seed = { 0x9b, 0x93, 0x46, 0xbb, 0x06, 0xca, 0xbd, 0x20, 0x45, 0x74, 0x6e, 0xb6, 0x33, 0x80, 0x5f, 0xfa, 0x22, 0x42, 0x9e, 0x35, 0x54, 0x21, 0xa9, 0x05, 0x4f, 0xe5, 0x78, 0xf5, 0x60, 0x62, 0x93, 0xa2, 0x06, 0x8a, 0xbd, 0x0b, 0xae, 0x3b, 0xf1, 0x26, 0x04, 0xdf, 0x03, 0xe0, 0xe5, 0x8b, 0xe9, 0x55, 0x79, 0x44, 0x32, 0xc3, 0xf1, 0x05, 0x6d, 0x50, 0x50, 0xb1, 0x23, 0x8f, 0x21, 0xf1, 0xc5, 0x85, 0x4d, 0x77, 0xbd, 0xaa, 0x0a, 0xdc, 0x36, 0x6c, 0xc1, 0x32, 0xb4, 0xaf, 0x22, 0xdb, 0x40, 0x01, 0xc5, 0x5c, 0x7f, 0x6c, 0x77, 0xea, 0xdf, 0xe8, 0x65, 0xa0, 0xcb, 0xb4, 0x45, 0x67, 0x32, 0x2f, 0x26, 0x5b, 0x15, 0x0b, 0xbc, 0x06, 0xf2, 0x06, 0x3d, 0x18, 0x75, 0xdd, 0x87, 0x87, 0x4d, 0xc9, 0xd2, 0xf0, 0x47, 0x1d, 0x2d, 0xa9, 0x30, 0x46, 0x4f, 0xc4, 0x55, 0x7a, 0xed, 0x9f, 0xc4, 0x20, 0x21, 0xdf, 0x97, 0xf8, 0x2b, 0xa2, 0x7c, 0x23, 0x3c, 0xd0, 0xb6, 0xe6, 0x89, 0x84, 0xfa, 0x6d, 0x9a, 0x5f, 0xfd, 0x3d, 0x49, 0x66, 0x76, 0x52, 0x5b, 0x6c, 0x1e, 0xd9, 0x09, 0x3a, 0xda, 0xf6, 0xfa, 0x53, 0x67, 0x0d, 0x8a, 0x81, 0xa7, 0x52, 0xa1, 0xa8, 0xd9, 0xd5, 0x52, 0xbe, 0x98, 0x08, 0xe3, 0xd3, 0xf0, 0x56, 0xe5, 0x0d, 0xb1, 0x34, 0xa1, 0x41, 0x9d, 0x69, 0xf4, 0xc4, 0xfe, 0x36, 0xe5, 0xd9, 0x80, 0x74, 0xa7, 0xa1, 0x80, 0x39, 0x89, 0xb9, 0xd6, 0x04, 0x4e, 0x39, 0xbe, 0x9e, 0x5d, 0xc6, 0xec, 0x0f, 0xaa, 0x14, 0xa9, 0xd6, 0x13, 0xc2, 0xb6, 0x00, 0x79, 0x86, 0xab, 0x13, 0x29, 0x46, 0xd9, 0x32, 0xc8, 0x07, 0xa0, 0x9d, 0x77, 0xaf, 0xc8, 0xea } }; static const struct cckprng_op_reseed op_reseed_1255 = { .hd = { .id = 1186, .kind = OP_RESEED }, .nonce = 15048659229134915561ULL, .seed_nbytes = 92, .seed = { 0xb2, 0x29, 0xef, 0xb9, 0x72, 0xee, 0x32, 0x78, 0x95, 0xfd, 0xe7, 0x7b, 0x5e, 0xb5, 0x01, 0x93, 0xdc, 0x12, 0xd3, 0x3c, 0xd1, 0xe3, 0xe2, 0x8b, 0x37, 0x45, 0x6a, 0x20, 0x55, 0xbc, 0xcf, 0xbb, 0xc5, 0x54, 0x8b, 0x52, 0x57, 0x46, 0xc9, 0x2e, 0xbf, 0xb8, 0xae, 0xc5, 0x08, 0xd2, 0x1a, 0x95, 0xaa, 0xc0, 0xb3, 0xb2, 0x74, 0x5b, 0x2c, 0x15, 0x27, 0xd2, 0x64, 0xac, 0x55, 0xdc, 0xb5, 0x47, 0x06, 0x03, 0xe1, 0xbf, 0x77, 0xec, 0xca, 0x5e, 0xe2, 0x47, 0x7f, 0xbc, 0x22, 0x22, 0xd8, 0xae, 0x68, 0xce, 0x0e, 0x41, 0xf3, 0xed, 0xa4, 0xbe, 0x54, 0x76, 0xbd, 0xf0 } }; static const struct cckprng_op_generate op_init_1256 = { .hd = { .id = 1187, .kind = OP_GENERATE }, .rand_nbytes = 22, .out = { .rand = { 0xbd, 0x26, 0xb9, 0xac, 0x6f, 0x2e, 0xb6, 0xd2, 0x0b, 0x70, 0x52, 0xf4, 0xa5, 0xfc, 0xfa, 0x04, 0x02, 0xb9, 0xca, 0x64, 0x0a, 0x4d } } }; static const struct cckprng_op_generate op_init_1257 = { .hd = { .id = 1188, .kind = OP_GENERATE }, .rand_nbytes = 71, .out = { .rand = { 0xfc, 0x69, 0xfb, 0x5e, 0x8f, 0x3c, 0x5a, 0xa9, 0xbe, 0x6f, 0xff, 0xc5, 0x90, 0xf2, 0x2e, 0x83, 0x6d, 0x9a, 0x4f, 0x50, 0xa0, 0xaf, 0x6c, 0x39, 0x05, 0xee, 0xd0, 0x8e, 0x89, 0xdd, 0x2a, 0xf3, 0x1d, 0x42, 0xad, 0x6f, 0xc3, 0xb4, 0x3d, 0xe1, 0xfa, 0x22, 0xc0, 0xfc, 0x3b, 0xcd, 0xf8, 0xe8, 0xa2, 0x08, 0x58, 0xec, 0xca, 0xf5, 0x1f, 0x97, 0x6f, 0x3c, 0x64, 0x17, 0x72, 0x39, 0x8c, 0x74, 0xb0, 0x8d, 0x27, 0x70, 0x46, 0x28, 0x22 } } }; static const struct cckprng_op_refresh op_refresh_1258 = { .hd = { .id = 1189, .kind = OP_REFRESH }, .rand = 15234046523055614108ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1259[] = { (const struct cckprng_op *)&op_init_1243, (const struct cckprng_op *)&op_reseed_1244, (const struct cckprng_op *)&op_reseed_1245, (const struct cckprng_op *)&op_refresh_1246, (const struct cckprng_op *)&op_init_1247, (const struct cckprng_op *)&op_reseed_1248, (const struct cckprng_op *)&op_init_1249, (const struct cckprng_op *)&op_reseed_1250, (const struct cckprng_op *)&op_reseed_1251, (const struct cckprng_op *)&op_refresh_1252, (const struct cckprng_op *)&op_refresh_1253, (const struct cckprng_op *)&op_reseed_1254, (const struct cckprng_op *)&op_reseed_1255, (const struct cckprng_op *)&op_init_1256, (const struct cckprng_op *)&op_init_1257, (const struct cckprng_op *)&op_refresh_1258 }; static const struct cckprng_vector vec_1260 = { .id = 1190, .note = NULL, .nops = 16, .ops = ops_1259 }; static const struct cckprng_op_init op_init_1261 = { .hd = { .id = 1191, .kind = OP_INIT }, .seed = { 0x02, 0x56, 0xda, 0xae, 0xe1, 0xb8, 0x45, 0xd2, 0xdf, 0xf3, 0x11, 0x81, 0x22, 0x72, 0x7e, 0x3b, 0x61, 0x04, 0x88, 0x95, 0x26, 0xc7, 0xa2, 0xe8, 0x38, 0xfe, 0x8f, 0xb6, 0xf6, 0x3d, 0x08, 0x9b }, .nonce = { 0x64, 0x35, 0x69, 0xec, 0x6d, 0xeb, 0x75, 0x76 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1262 = { .hd = { .id = 1192, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0x21, 0x37, 0x86, 0xe1, 0x9e, 0xe1, 0x63, 0xbd, 0x00, 0x76, 0xf8, 0xc0, 0x82, 0xa8, 0xdb, 0x0d, 0x82, 0x6a, 0x20, 0x9c, 0xb4, 0x7c, 0x7a, 0x12, 0xc8, 0xdd, 0x73, 0xdb, 0x34, 0x9a, 0x9a, 0x08, 0x7e, 0x15, 0x7b, 0xa8, 0x7a, 0x64, 0x3f, 0x8d, 0x03, 0x73, 0x70, 0x77, 0x1c, 0x68, 0x0d, 0xad, 0x43, 0xff } } }; static const struct cckprng_op_refresh op_refresh_1263 = { .hd = { .id = 1193, .kind = OP_REFRESH }, .rand = 1550416239127729297ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1264 = { .hd = { .id = 1194, .kind = OP_RESEED }, .nonce = 7412405615326203443ULL, .seed_nbytes = 122, .seed = { 0xcc, 0xe7, 0x1b, 0x8a, 0x5c, 0x4f, 0x3e, 0x2a, 0xc9, 0xbc, 0x2c, 0x48, 0xc6, 0xb5, 0xac, 0xd5, 0xb3, 0x25, 0x55, 0x51, 0x4c, 0x4e, 0x78, 0x3e, 0x97, 0x0a, 0x95, 0x00, 0x21, 0x4b, 0x97, 0x01, 0x1c, 0x69, 0x3e, 0x21, 0x54, 0x48, 0x27, 0x77, 0x80, 0xd4, 0x12, 0x37, 0x00, 0x5b, 0xcb, 0xe6, 0x7d, 0x76, 0x7e, 0x32, 0x83, 0x52, 0x2e, 0xdf, 0x6a, 0xa9, 0x0b, 0x09, 0x90, 0x5b, 0x85, 0x51, 0xd4, 0xa1, 0x13, 0x45, 0xf3, 0x08, 0x3e, 0xb9, 0xb6, 0x76, 0x77, 0xc1, 0xc4, 0x2c, 0xa6, 0x7a, 0xa7, 0x87, 0x08, 0x9e, 0xc8, 0xdd, 0xdf, 0x61, 0x7b, 0x24, 0xca, 0x91, 0xd1, 0x14, 0x68, 0x73, 0x2c, 0xce, 0x7b, 0x1f, 0x98, 0xd3, 0x8e, 0x33, 0x70, 0x84, 0x52, 0x8d, 0x4a, 0x40, 0x4d, 0x60, 0xbb, 0xb0, 0xd8, 0x5f, 0x84, 0x57, 0xd2, 0xbd, 0x0a, 0x75 } }; static const struct cckprng_op_generate op_init_1265 = { .hd = { .id = 1195, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0xb0, 0xd9, 0x21, 0x41, 0x29, 0xb0, 0x1a, 0xcf, 0xdb, 0x24, 0x4c, 0x98, 0x9f, 0x07, 0xb2, 0x87, 0xfe, 0x0f, 0x2a, 0xce, 0xba, 0xfa, 0x32, 0xf6, 0x20, 0x2c, 0xad, 0x0f, 0x39, 0x1a, 0x80, 0xc4, 0xa8, 0xd3, 0x45, 0xe7, 0x0f, 0x70, 0x7f, 0xd5, 0x02, 0x31, 0xf3, 0x46, 0x2d, 0xd5, 0x12, 0x69, 0x99, 0x74, 0x76, 0xb6, 0x33, 0x76, 0xd3, 0x7c, 0xed, 0xc9, 0xb8, 0x8a, 0xf9, 0x9a, 0xcc, 0xa7, 0xe2, 0x9a, 0x42, 0xdc, 0x75, 0xac, 0xc7, 0x44, 0x11, 0x13, 0x72, 0xce, 0xd0, 0xc6, 0x84, 0x3f, 0xe5, 0x9b, 0xdc, 0x9a, 0x30, 0x5c, 0x6c, 0xfb, 0x57, 0xc6, 0x3d, 0x95, 0xf4, 0x59, 0x03, 0x9f, 0xa9, 0xc2, 0xcf, 0xda, 0xbf, 0x30, 0xdf, 0x68, 0xaf, 0xc9, 0x29, 0x30, 0x6a, 0x53, 0x55, 0xf4, 0x64, 0x13, 0x22, 0x5e, 0x68, 0x00, 0x20, 0xaf, 0x45, 0xbe, 0xac, 0x35, 0xde, 0x5c, 0x0d, 0xe0, 0x1c, 0x07, 0x09, 0x76, 0x03, 0xfa, 0x54, 0x9f, 0x6a, 0x65, 0x70, 0xfa, 0x53, 0x07, 0x0a, 0x5b, 0x87, 0xf1, 0xd5, 0x5b, 0x4e, 0x12, 0x4e, 0x4d, 0xae, 0x40, 0xd4, 0x5d, 0x22, 0x14, 0x76, 0x96, 0xd4, 0x2c, 0x66, 0xd1, 0x30, 0x67, 0xdb, 0x5a, 0x02, 0xb7, 0x96, 0x4e, 0xa4, 0xeb, 0xe2, 0x1f, 0xb5, 0x41, 0x68, 0x16, 0x95, 0x77, 0x93, 0xc2, 0xa8, 0x42, 0x93, 0x38, 0xff, 0x45, 0xc7, 0xb4, 0x97, 0x08, 0x13, 0xc2, 0x7e, 0x08, 0x63, 0xd4, 0xee, 0x65, 0xdd, 0x40, 0x16, 0xfe, 0x30, 0x6e, 0x95, 0x87, 0x4d, 0x2d, 0x3e, 0xd7, 0xec, 0x82, 0xa7, 0x6e, 0x00, 0x5b, 0x1c, 0xef, 0x23, 0xd3, 0x53, 0x8c, 0x79, 0xb2, 0x98, 0x05, 0x97, 0x9b, 0x7d, 0x11, 0x59, 0x03, 0x83 } } }; static const struct cckprng_op_refresh op_refresh_1266 = { .hd = { .id = 1196, .kind = OP_REFRESH }, .rand = 9179391393867857210ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1267 = { .hd = { .id = 1197, .kind = OP_REFRESH }, .rand = 9969905197276073271ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1268 = { .hd = { .id = 1198, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0x1c, 0xfd, 0x0a, 0x4d, 0xdd, 0x91, 0xda, 0xc1, 0x64, 0x78, 0xcc, 0x80, 0xfe, 0xf1, 0x1c, 0x76, 0x04, 0x4b, 0xd2, 0xa3, 0x58, 0x1e, 0xf5, 0xf4, 0xdd, 0xf0, 0x65, 0x01, 0x4b, 0xad, 0x7f, 0xa4, 0xb6, 0x92, 0xfd, 0x3d, 0x52, 0x9e, 0x89, 0xba, 0xb0, 0xe8, 0xb4, 0xd9, 0x42, 0x68, 0xc1, 0x2e, 0x34, 0xc7, 0xf6, 0xb0, 0xf3, 0x35, 0x24, 0x80, 0xf7, 0x5b, 0x69, 0xef, 0x7b, 0xe3, 0x2f, 0xad, 0xa6, 0x9c, 0x2e, 0xfc, 0x6f, 0x8a, 0x7d, 0x6c, 0x65, 0x1e, 0x10, 0xc8, 0x80, 0x77, 0x38, 0x7c, 0xc5, 0x84, 0xea, 0x16, 0x45, 0x95, 0x34, 0xd0, 0xc1, 0xb7, 0xac, 0x16, 0x77, 0x12, 0xb4, 0x02, 0xda, 0x5f, 0xf9, 0x6d, 0x9e, 0x99, 0x71, 0x7b, 0xd7, 0x4f, 0xe6, 0x4e, 0xea, 0x9b, 0x0a, 0x27, 0x2e, 0x7e, 0x86, 0xfc, 0xdd, 0x59, 0xca, 0x8e, 0x8a, 0x7a, 0x3b, 0x7c, 0xdf, 0x24, 0xef, 0x5e, 0x7b, 0xc3, 0x41, 0x24, 0x67, 0xc7, 0xae, 0x4d, 0xfd, 0x09, 0x1b, 0x04, 0x5e, 0x74, 0x25, 0x80, 0x5d, 0x47, 0x4c, 0x4a, 0x89, 0x32, 0xe1, 0x86, 0xcf, 0xe2, 0x50, 0xa7, 0x22, 0x09, 0x52, 0xd8, 0xf0, 0x7c, 0xea, 0x29, 0xd5, 0x3e, 0x42, 0x98, 0xcd, 0xf5, 0x9c, 0xb7, 0x9b, 0x81, 0x0b, 0xab, 0x74, 0x83, 0x03, 0xa0, 0x2d, 0xe7, 0xb5, 0x63, 0x24, 0xab, 0x89, 0x12, 0xde, 0xcb } } }; static const struct cckprng_op_refresh op_refresh_1269 = { .hd = { .id = 1199, .kind = OP_REFRESH }, .rand = 10559968341866320912ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1270 = { .hd = { .id = 1200, .kind = OP_RESEED }, .nonce = 12347078257000565395ULL, .seed_nbytes = 58, .seed = { 0xfc, 0x29, 0x99, 0x2f, 0x0a, 0x90, 0x46, 0x79, 0x8e, 0x30, 0x5a, 0x2f, 0xf4, 0xce, 0xe4, 0xf5, 0x49, 0xf8, 0xa9, 0x78, 0x06, 0xc3, 0x22, 0xb4, 0x8f, 0x12, 0x73, 0x77, 0x92, 0xf3, 0x9a, 0x5e, 0x63, 0x26, 0x84, 0xc5, 0x45, 0xc5, 0x5c, 0xf9, 0xab, 0x6e, 0x44, 0xa3, 0x4c, 0x54, 0x85, 0x46, 0x54, 0x82, 0x17, 0x54, 0x5b, 0x3f, 0x73, 0x33, 0xe1, 0xd2 } }; static const struct cckprng_op_refresh op_refresh_1271 = { .hd = { .id = 1201, .kind = OP_REFRESH }, .rand = 15977791024778156884ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1272 = { .hd = { .id = 1202, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0xbc, 0x1b, 0x66, 0xa3, 0x3f, 0x09, 0xcc, 0x28, 0x38, 0xbf, 0x29, 0xc8, 0xa0, 0xab, 0x99, 0xdd, 0x67, 0x4b, 0x88, 0x2e, 0x1a, 0xbb, 0x1d, 0x65, 0x91, 0x4c, 0xcf, 0xdb, 0x7b, 0xd1, 0x46, 0x14, 0x0c, 0x7b, 0x44, 0xad, 0xc0, 0xac, 0x02, 0xd1, 0x63, 0x79, 0x0a, 0x14, 0x47, 0x2d, 0x69 } } }; static const struct cckprng_op_refresh op_refresh_1273 = { .hd = { .id = 1203, .kind = OP_REFRESH }, .rand = 3509088188631157886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1274 = { .hd = { .id = 1204, .kind = OP_REFRESH }, .rand = 17719606627067223704ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1275 = { .hd = { .id = 1205, .kind = OP_REFRESH }, .rand = 13431656799322055646ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1276 = { .hd = { .id = 1206, .kind = OP_GENERATE }, .rand_nbytes = 215, .out = { .rand = { 0x11, 0x8c, 0x6a, 0x87, 0x94, 0x2c, 0xd7, 0x5f, 0x8e, 0x3b, 0xbc, 0xf4, 0x6d, 0xdf, 0xfe, 0x99, 0xae, 0x9f, 0x52, 0xab, 0x4e, 0x06, 0x21, 0x2f, 0xdd, 0x0a, 0x59, 0x75, 0xff, 0x5b, 0x1e, 0x3b, 0xdc, 0xf6, 0x04, 0x44, 0xe4, 0x85, 0xa9, 0xd2, 0xe8, 0x9e, 0x4a, 0x16, 0x12, 0x09, 0x7b, 0xc0, 0xee, 0xc1, 0x3d, 0x84, 0xe4, 0x3e, 0x01, 0xd9, 0x80, 0x9d, 0x34, 0x64, 0x56, 0x0d, 0x5c, 0x25, 0x32, 0x2d, 0x19, 0xcb, 0x5b, 0xda, 0xd7, 0x1c, 0xa0, 0x87, 0x5e, 0x93, 0x6d, 0x96, 0x07, 0x64, 0xc5, 0xc5, 0x55, 0x80, 0xa8, 0x79, 0x94, 0x4d, 0xd0, 0xef, 0x9b, 0x76, 0xc8, 0x4a, 0x93, 0x5e, 0x6c, 0xfe, 0x46, 0x1e, 0xcd, 0x95, 0xc8, 0xdd, 0x24, 0x7b, 0x48, 0xfb, 0xc1, 0x3f, 0x8e, 0x3b, 0xa8, 0x8e, 0x09, 0x4b, 0xe9, 0x9b, 0x44, 0x73, 0x73, 0x14, 0x86, 0x8f, 0x24, 0xfa, 0x67, 0xe1, 0x96, 0x06, 0x67, 0x44, 0xf4, 0x66, 0xac, 0xb3, 0xfe, 0xbc, 0x59, 0xa9, 0x1d, 0xec, 0xeb, 0x35, 0xd3, 0xd4, 0x27, 0x19, 0x94, 0x64, 0xdb, 0x56, 0x8d, 0xcf, 0x40, 0x70, 0xfc, 0xc8, 0x6d, 0x95, 0xd1, 0x51, 0xef, 0x24, 0x04, 0x6a, 0x56, 0xd9, 0xa3, 0x0b, 0x7d, 0x1f, 0xf7, 0x2b, 0x86, 0xd0, 0x7a, 0x29, 0x62, 0x1c, 0x6a, 0xc0, 0xb1, 0x60, 0x47, 0x2e, 0x97, 0x26, 0x87, 0x0e, 0x96, 0x84, 0x51, 0xcd, 0x4d, 0xe7, 0x1f, 0xd6, 0x67, 0xa3, 0x92, 0x97, 0x95, 0x52, 0xe3, 0xd8, 0x55, 0x9d, 0xe6, 0x27, 0xc0, 0x21, 0x75, 0x83, 0x0e } } }; static const struct cckprng_op *ops_1277[] = { (const struct cckprng_op *)&op_init_1261, (const struct cckprng_op *)&op_init_1262, (const struct cckprng_op *)&op_refresh_1263, (const struct cckprng_op *)&op_reseed_1264, (const struct cckprng_op *)&op_init_1265, (const struct cckprng_op *)&op_refresh_1266, (const struct cckprng_op *)&op_refresh_1267, (const struct cckprng_op *)&op_init_1268, (const struct cckprng_op *)&op_refresh_1269, (const struct cckprng_op *)&op_reseed_1270, (const struct cckprng_op *)&op_refresh_1271, (const struct cckprng_op *)&op_init_1272, (const struct cckprng_op *)&op_refresh_1273, (const struct cckprng_op *)&op_refresh_1274, (const struct cckprng_op *)&op_refresh_1275, (const struct cckprng_op *)&op_init_1276 }; static const struct cckprng_vector vec_1278 = { .id = 1207, .note = NULL, .nops = 16, .ops = ops_1277 }; static const struct cckprng_op_init op_init_1279 = { .hd = { .id = 1208, .kind = OP_INIT }, .seed = { 0x8f, 0x5a, 0x63, 0x08, 0x45, 0xbc, 0x4b, 0xaa, 0x75, 0xc2, 0x5c, 0x51, 0x3c, 0xc6, 0x74, 0xab, 0x41, 0x7c, 0x67, 0xc5, 0xae, 0x88, 0xb8, 0x88, 0x1d, 0xd6, 0xb2, 0x25, 0x0e, 0x56, 0xaf, 0xf9 }, .nonce = { 0x8c, 0xba, 0x42, 0x92, 0xbb, 0x2c, 0x28, 0x5f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1280 = { .hd = { .id = 1209, .kind = OP_RESEED }, .nonce = 1474786350580830747ULL, .seed_nbytes = 285, .seed = { 0x4c, 0x20, 0x84, 0x7e, 0x84, 0x39, 0xc9, 0xe8, 0x5e, 0x7a, 0x30, 0x67, 0x82, 0x14, 0x93, 0x83, 0xa5, 0x8c, 0x5b, 0x9a, 0xd3, 0x33, 0xb1, 0x01, 0x4c, 0xea, 0x07, 0xee, 0x27, 0x25, 0xc2, 0x35, 0xe4, 0x75, 0x82, 0xe5, 0x92, 0x85, 0x96, 0x38, 0x12, 0x69, 0x2f, 0x9a, 0xc0, 0x27, 0x5b, 0xd4, 0x8d, 0x49, 0xc6, 0x5f, 0x07, 0xdf, 0x24, 0x72, 0x57, 0x86, 0x22, 0x4b, 0xd4, 0x68, 0xad, 0xd9, 0x1a, 0xd6, 0x28, 0x3d, 0x5c, 0xbd, 0xf7, 0x12, 0xb3, 0x5b, 0xb2, 0xf9, 0xc4, 0x1e, 0x9d, 0x3c, 0x59, 0xe7, 0x8b, 0xb9, 0x70, 0xbb, 0xc5, 0x51, 0xad, 0xea, 0x73, 0xd6, 0x0f, 0xbf, 0x21, 0x92, 0x6c, 0x05, 0x5d, 0xf4, 0x4c, 0xbc, 0x9f, 0x80, 0x46, 0xae, 0xb3, 0x7d, 0x44, 0x4e, 0x59, 0xf0, 0x62, 0xc2, 0x9b, 0xde, 0x20, 0xb3, 0xca, 0x72, 0x92, 0x0b, 0x95, 0xb8, 0x6d, 0x26, 0xf8, 0x88, 0x5a, 0x3f, 0xa5, 0xb5, 0x82, 0xc7, 0xda, 0x7e, 0x23, 0xd9, 0x9a, 0xf6, 0x38, 0x1b, 0xdd, 0xe7, 0x19, 0x77, 0x8a, 0xfb, 0xcb, 0xbe, 0x14, 0xcc, 0x6e, 0x4f, 0xc7, 0xbf, 0xc4, 0x8f, 0x2d, 0x13, 0x0e, 0xda, 0x17, 0xe9, 0x6a, 0xcc, 0x06, 0x2c, 0x21, 0xb5, 0xbf, 0x3e, 0xc4, 0x79, 0xb3, 0x25, 0x75, 0xed, 0x98, 0xd6, 0xa6, 0xd8, 0x9c, 0x7b, 0xc6, 0x7b, 0x68, 0xc4, 0x1e, 0x44, 0xda, 0x10, 0x5a, 0xd8, 0x94, 0x36, 0x22, 0xc3, 0xe5, 0x61, 0xe7, 0xf5, 0x6a, 0x64, 0x66, 0xb4, 0xd8, 0x89, 0xb5, 0xdc, 0x8b, 0xd1, 0x5f, 0x71, 0xaf, 0x8c, 0x12, 0xd0, 0xdd, 0x8b, 0xa0, 0xec, 0x0b, 0xd6, 0xb8, 0x46, 0x4e, 0x4c, 0xee, 0x5a, 0xfb, 0x82, 0x88, 0xc4, 0xea, 0xb5, 0xc7, 0x6f, 0xd8, 0x3e, 0xa2, 0xab, 0x0c, 0xa3, 0x15, 0x94, 0xca, 0xbd, 0xb8, 0xa9, 0xa5, 0x95, 0x7d, 0xf2, 0x0d, 0x95, 0xf7, 0xfd, 0x96, 0x0c, 0xb3, 0xd5, 0x58, 0xad, 0x94, 0xc3, 0xf1, 0xb7, 0x30, 0xce, 0x6a, 0x66, 0x01, 0x42, 0x7a, 0x2a, 0x2c, 0xec, 0x66, 0x58, 0xe1, 0x7a, 0xcb, 0x27, 0x2f } }; static const struct cckprng_op_generate op_init_1281 = { .hd = { .id = 1210, .kind = OP_GENERATE }, .rand_nbytes = 233, .out = { .rand = { 0x73, 0xb4, 0xac, 0x69, 0x9c, 0x31, 0xb4, 0x8f, 0xb1, 0xab, 0x9f, 0x47, 0x37, 0xa0, 0x06, 0xa5, 0x74, 0xeb, 0x2e, 0x9b, 0x80, 0x23, 0x2b, 0xf5, 0x8a, 0xe7, 0x91, 0x28, 0x16, 0x89, 0x63, 0x0c, 0x80, 0x27, 0x10, 0x22, 0xcb, 0x08, 0x50, 0x37, 0x0d, 0x89, 0xe1, 0x9c, 0x11, 0xe6, 0x93, 0x3e, 0x59, 0x33, 0xb4, 0x72, 0x51, 0x4f, 0x6a, 0x03, 0x05, 0xb7, 0xe4, 0xb9, 0xff, 0x35, 0xc3, 0xa4, 0x9f, 0xfd, 0x0e, 0xa6, 0x90, 0xba, 0x97, 0xd3, 0x29, 0x24, 0xef, 0x23, 0x60, 0xaa, 0xa8, 0x9e, 0xb5, 0x24, 0xb4, 0x29, 0x68, 0x60, 0x77, 0xd4, 0x8f, 0x0f, 0x5d, 0x31, 0xb2, 0x49, 0x10, 0xdc, 0xa9, 0x34, 0x7f, 0x71, 0xe9, 0x84, 0x04, 0x17, 0x55, 0x4c, 0xf9, 0xee, 0xda, 0x9b, 0x67, 0x2e, 0xe3, 0x78, 0x3a, 0xa4, 0x8f, 0x18, 0x17, 0xe4, 0x08, 0xa8, 0x71, 0x7c, 0x04, 0xdc, 0x8c, 0xb4, 0x97, 0x33, 0x37, 0x6a, 0x81, 0x16, 0xfe, 0xa4, 0xe6, 0xe2, 0xc1, 0x4c, 0x6f, 0x65, 0xd6, 0x27, 0x8c, 0x9d, 0x90, 0x7f, 0x5f, 0xb2, 0xde, 0x33, 0x02, 0x3e, 0x9e, 0x9a, 0xa5, 0xb8, 0x0b, 0x3e, 0xe2, 0x6e, 0x79, 0x1b, 0xa6, 0x5d, 0x97, 0x25, 0xbe, 0x75, 0xf0, 0xfd, 0xa2, 0xc1, 0xb1, 0x01, 0xdf, 0xb1, 0x5a, 0x54, 0xb5, 0xfe, 0x56, 0x93, 0xd8, 0x08, 0xd4, 0x1d, 0x07, 0xfa, 0x95, 0x0f, 0xb7, 0xb9, 0xd0, 0xa7, 0xd5, 0x38, 0x18, 0xc0, 0xbe, 0x4c, 0x48, 0x6d, 0x43, 0xd5, 0xf4, 0xe7, 0x6b, 0xe1, 0x03, 0x19, 0x48, 0xc6, 0xe5, 0xb4, 0x2a, 0xce, 0x8b, 0x68, 0x01, 0x57, 0x7d, 0xcb, 0x0c, 0xc8, 0x74, 0xb4, 0x12, 0x2c, 0x12, 0xc1, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_1282 = { .hd = { .id = 1211, .kind = OP_RESEED }, .nonce = 14383566454893355581ULL, .seed_nbytes = 76, .seed = { 0xaf, 0x6e, 0x6e, 0xca, 0x38, 0x25, 0x57, 0xc9, 0x76, 0xef, 0xc1, 0x7c, 0xc8, 0xea, 0x57, 0x61, 0x20, 0x46, 0xc6, 0xbe, 0xd0, 0x5b, 0x9a, 0xe5, 0x48, 0x62, 0xc4, 0x5a, 0x8c, 0x1f, 0xc8, 0x93, 0xa4, 0xea, 0xb8, 0xf7, 0x95, 0x45, 0x09, 0xbb, 0x34, 0x60, 0xfb, 0x45, 0x85, 0x1d, 0xa0, 0x2d, 0x95, 0x3c, 0xb6, 0x8a, 0x5c, 0xde, 0xc4, 0xfc, 0x3f, 0x74, 0xfc, 0x2f, 0x36, 0x89, 0x90, 0xed, 0x86, 0x67, 0xd0, 0x8c, 0x65, 0x2c, 0x3e, 0xed, 0x28, 0xab, 0xa5, 0xc6 } }; static const struct cckprng_op_reseed op_reseed_1283 = { .hd = { .id = 1212, .kind = OP_RESEED }, .nonce = 7993713399285876750ULL, .seed_nbytes = 147, .seed = { 0x64, 0xeb, 0x83, 0x53, 0xc3, 0x3d, 0xe6, 0x94, 0x15, 0xe1, 0x75, 0x82, 0x7f, 0x5e, 0xbf, 0x5d, 0x32, 0x49, 0xa8, 0x3a, 0x07, 0x89, 0x1e, 0x09, 0x21, 0xaa, 0xfd, 0x60, 0x16, 0x45, 0xbe, 0xfa, 0xbd, 0xbc, 0xdb, 0x4a, 0xfd, 0xd6, 0x5b, 0xf7, 0x0e, 0xaf, 0x60, 0x55, 0xcc, 0xee, 0xee, 0xbb, 0x9b, 0xa4, 0x19, 0x19, 0xe3, 0xa7, 0x60, 0x31, 0x93, 0xfc, 0xd0, 0x3f, 0x2b, 0x1b, 0x62, 0x1c, 0x8a, 0x0f, 0x60, 0xfb, 0x68, 0x0f, 0xa2, 0xdc, 0x43, 0xb7, 0xb6, 0xe6, 0x58, 0x06, 0x5f, 0x52, 0x29, 0xa8, 0x2d, 0xa4, 0xb2, 0xfd, 0xe9, 0x66, 0x5f, 0x86, 0x8d, 0x85, 0x3b, 0x3b, 0x32, 0x70, 0xc6, 0x85, 0x1a, 0x17, 0x38, 0x3a, 0x9d, 0xdc, 0xb1, 0xbc, 0xb1, 0x99, 0x2f, 0x5c, 0x22, 0xb2, 0xd0, 0x74, 0xca, 0x6a, 0xca, 0x21, 0xa9, 0x5b, 0xca, 0x50, 0x34, 0xae, 0x2a, 0x10, 0xcf, 0xd6, 0x97, 0x8f, 0x76, 0xa6, 0x00, 0x6f, 0x40, 0x40, 0x43, 0xbd, 0x98, 0xce, 0xaf, 0x64, 0x50, 0x28, 0x3d, 0x0c, 0x31 } }; static const struct cckprng_op_generate op_init_1284 = { .hd = { .id = 1213, .kind = OP_GENERATE }, .rand_nbytes = 239, .out = { .rand = { 0x6f, 0x9e, 0x24, 0x67, 0x5a, 0xfb, 0x44, 0x98, 0x3f, 0xd9, 0xad, 0x57, 0xb1, 0xd0, 0xff, 0x22, 0x6f, 0xe7, 0xba, 0xb0, 0xd9, 0x73, 0xe5, 0x40, 0x9c, 0x2f, 0x1b, 0xe0, 0x0f, 0x0e, 0x4a, 0xbd, 0xf1, 0x65, 0x16, 0x5c, 0xd1, 0x6a, 0xe2, 0x15, 0xf1, 0xd1, 0xbc, 0xfb, 0x3d, 0x1f, 0x01, 0xd4, 0xea, 0xe0, 0x78, 0xba, 0x20, 0x76, 0xa2, 0x03, 0xef, 0xb4, 0x70, 0xd8, 0xc4, 0xc9, 0x9f, 0x7e, 0xf7, 0xd4, 0x55, 0x95, 0x27, 0xd5, 0x3e, 0x73, 0xb0, 0xcc, 0xa1, 0x27, 0x1e, 0x1d, 0xaf, 0xcd, 0xf7, 0x7e, 0x53, 0xce, 0xaf, 0x33, 0x6a, 0xfb, 0x40, 0x40, 0xfe, 0x36, 0xaa, 0xe4, 0xb2, 0x98, 0x4c, 0x8d, 0x08, 0x55, 0xcc, 0x97, 0x94, 0x58, 0x59, 0x02, 0x5b, 0x20, 0xe9, 0x6b, 0x4b, 0xcf, 0x3e, 0xa1, 0x12, 0xe0, 0x3e, 0x6f, 0xa7, 0xb7, 0x0d, 0x44, 0x4b, 0x5d, 0x89, 0x27, 0xc1, 0xcc, 0x99, 0x9a, 0x9d, 0xb0, 0xd7, 0x41, 0x29, 0xc4, 0xe4, 0x2d, 0x7a, 0x00, 0x81, 0xc6, 0x5a, 0x02, 0x7e, 0xc8, 0xe0, 0xa3, 0xb2, 0x1c, 0x29, 0x57, 0xff, 0xe3, 0xba, 0x4b, 0x50, 0x72, 0x8d, 0x88, 0xd0, 0x65, 0x64, 0x55, 0x33, 0x7c, 0xfb, 0x16, 0xa5, 0xeb, 0xc1, 0xc5, 0xaa, 0xc4, 0xcd, 0x1d, 0x2f, 0x49, 0x52, 0x9e, 0x49, 0xf2, 0xe4, 0x76, 0xec, 0xfa, 0x2e, 0xea, 0xe2, 0x47, 0xa5, 0x41, 0x72, 0xdf, 0xcc, 0x78, 0xf5, 0x0f, 0xcd, 0x45, 0x6d, 0xcc, 0x86, 0xf4, 0x73, 0x09, 0xb4, 0x9c, 0xe0, 0x98, 0x96, 0xcc, 0x63, 0x4e, 0x35, 0xcc, 0x0c, 0x24, 0x4f, 0x54, 0x14, 0x16, 0xf0, 0x59, 0xbf, 0xf9, 0xa0, 0x3e, 0x87, 0xc8, 0x02, 0xbb, 0x97, 0xb1, 0x95, 0x01, 0x80, 0x3a, 0x1b } } }; static const struct cckprng_op_reseed op_reseed_1285 = { .hd = { .id = 1214, .kind = OP_RESEED }, .nonce = 2623103175055105225ULL, .seed_nbytes = 99, .seed = { 0x72, 0x55, 0x59, 0xb8, 0x97, 0x04, 0xbe, 0x6d, 0x76, 0x55, 0x57, 0x8c, 0xbf, 0x7b, 0xb6, 0xd0, 0x73, 0x48, 0x0f, 0x96, 0x3e, 0xe6, 0x83, 0xed, 0x54, 0xd4, 0x0f, 0xd1, 0x2e, 0x31, 0xe1, 0xa1, 0x88, 0xd9, 0xbe, 0x0f, 0x81, 0x17, 0xd7, 0xe2, 0x70, 0x04, 0x06, 0x53, 0x82, 0x1a, 0xff, 0xbd, 0xeb, 0x3f, 0x8f, 0xce, 0x8d, 0x96, 0x7a, 0xeb, 0x26, 0x77, 0xe4, 0x0e, 0xd6, 0x20, 0x54, 0x96, 0x4e, 0x9e, 0x7e, 0xc2, 0x25, 0x66, 0x61, 0x66, 0x95, 0x33, 0x45, 0x24, 0x02, 0x66, 0x1e, 0x4d, 0xdb, 0xf2, 0x36, 0xb9, 0x8d, 0x21, 0x80, 0xb7, 0xd5, 0x65, 0x9d, 0x0c, 0x9f, 0x0a, 0xd3, 0xae, 0xb5, 0x98, 0xc8 } }; static const struct cckprng_op_generate op_init_1286 = { .hd = { .id = 1215, .kind = OP_GENERATE }, .rand_nbytes = 197, .out = { .rand = { 0x3e, 0x99, 0xda, 0xfb, 0xc9, 0xc9, 0x73, 0x5a, 0x0b, 0xb5, 0xf6, 0x73, 0x0d, 0x36, 0x36, 0xf7, 0xea, 0x07, 0xca, 0x6f, 0x40, 0xf1, 0xb4, 0xe4, 0x0e, 0xac, 0xc4, 0x6f, 0xd0, 0x41, 0x89, 0x61, 0x67, 0x64, 0xd1, 0xf6, 0x24, 0x0b, 0xab, 0x6e, 0xa3, 0xd8, 0xa6, 0x13, 0xbc, 0xaa, 0x56, 0xde, 0x56, 0x4a, 0x74, 0x24, 0x98, 0x9b, 0x89, 0xc2, 0xe7, 0x4c, 0x9d, 0x89, 0x1c, 0xf7, 0x92, 0x3c, 0xeb, 0xec, 0x4d, 0x2b, 0xb7, 0xcb, 0x4d, 0x50, 0xd1, 0x2a, 0x40, 0x47, 0x31, 0x1c, 0x0f, 0x08, 0xcf, 0x83, 0x93, 0x50, 0x28, 0x5d, 0x2b, 0xfc, 0x12, 0xa0, 0xe8, 0x59, 0x11, 0x88, 0x33, 0x81, 0x6e, 0x8e, 0x4a, 0x21, 0x8c, 0x11, 0xf4, 0x35, 0x98, 0x95, 0x5a, 0xdf, 0xb6, 0x75, 0x1c, 0xc8, 0x11, 0x3f, 0x56, 0x9d, 0x09, 0xb9, 0x7f, 0xf7, 0x0b, 0x66, 0x41, 0x39, 0xd8, 0x13, 0x9b, 0x65, 0x9a, 0x79, 0x81, 0xef, 0x61, 0x0d, 0x54, 0xf0, 0x1e, 0xdd, 0x53, 0xc6, 0x88, 0xe3, 0xfc, 0x22, 0xe0, 0x6b, 0xcc, 0xb9, 0x3e, 0x46, 0x7c, 0x60, 0xe4, 0x6f, 0xf4, 0x7f, 0x92, 0x0e, 0x77, 0x05, 0x39, 0x7e, 0xfb, 0x92, 0xf7, 0xb7, 0x97, 0x65, 0xec, 0xdc, 0x1f, 0x3e, 0x40, 0xe0, 0xfc, 0x1d, 0x4b, 0x13, 0x4b, 0x3d, 0x24, 0x2f, 0xb1, 0xf0, 0x63, 0x88, 0x0b, 0x77, 0xfe, 0x3b, 0x2b, 0x02, 0xde, 0xa2, 0xcc, 0x85, 0xd9 } } }; static const struct cckprng_op_reseed op_reseed_1287 = { .hd = { .id = 1216, .kind = OP_RESEED }, .nonce = 13838557080432342889ULL, .seed_nbytes = 56, .seed = { 0x42, 0x5c, 0x1d, 0xcd, 0x56, 0xbd, 0xef, 0xe6, 0x58, 0x49, 0x19, 0x1e, 0xfd, 0xd9, 0xa6, 0x3f, 0x28, 0x89, 0xff, 0x23, 0x51, 0x2d, 0x5d, 0x09, 0xc1, 0x1b, 0x2e, 0xf6, 0xf3, 0xfe, 0x64, 0x6e, 0x65, 0xe7, 0x96, 0x43, 0x43, 0x9d, 0x4a, 0x8c, 0xc3, 0xc7, 0x63, 0x04, 0x1b, 0x07, 0x07, 0xad, 0x0b, 0xba, 0x64, 0xa4, 0x03, 0x0c, 0x13, 0x23 } }; static const struct cckprng_op_refresh op_refresh_1288 = { .hd = { .id = 1217, .kind = OP_REFRESH }, .rand = 10130000216435735135ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1289 = { .hd = { .id = 1218, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0x62, 0xf3, 0xff, 0x7b, 0xcb, 0xcf, 0x62, 0x75, 0x4e, 0x83, 0xc7, 0x09, 0xde, 0x39, 0xe0, 0x29, 0x46, 0xe8, 0xb8, 0xd5, 0x21, 0x7a, 0xdf, 0x44, 0x81, 0xef, 0x64, 0x98, 0xdf, 0x4a, 0x08, 0xb9, 0x0f, 0x71, 0xee, 0x57, 0x15, 0x9e, 0xac, 0xcf, 0x32, 0xe5, 0x0f, 0x02, 0x5b, 0xd5, 0xc9, 0x86, 0xb5, 0xc8, 0xa0, 0xdb, 0x64, 0x4b, 0x42, 0xb8, 0xe8, 0x96, 0xf6, 0x5c, 0xd6, 0x1a, 0x4e, 0xa3, 0x81, 0x4a, 0x6e, 0x79, 0xb8, 0xe8, 0x15, 0x2c, 0x37, 0x40, 0x0d, 0xd1, 0x36, 0xa2 } } }; static const struct cckprng_op_reseed op_reseed_1290 = { .hd = { .id = 1219, .kind = OP_RESEED }, .nonce = 9081569038458489353ULL, .seed_nbytes = 147, .seed = { 0x11, 0xdc, 0x57, 0x71, 0x8a, 0x76, 0x6c, 0xe5, 0x5d, 0xc4, 0xda, 0x95, 0x68, 0x6e, 0x45, 0xed, 0xf2, 0x2d, 0x6b, 0xb0, 0xb8, 0x2c, 0x5c, 0x2d, 0x79, 0xe7, 0x4f, 0xc0, 0xd6, 0xd3, 0x32, 0x9d, 0xda, 0xca, 0xdb, 0x58, 0x61, 0x87, 0x60, 0x4a, 0x9a, 0xef, 0xab, 0x06, 0x93, 0x4c, 0xf2, 0xa3, 0xc6, 0x54, 0x0c, 0xe0, 0xf2, 0x62, 0xe5, 0x08, 0x34, 0x02, 0x5a, 0x1f, 0x05, 0x84, 0x38, 0x9e, 0x9e, 0x06, 0x06, 0xc7, 0x0e, 0x5c, 0x7b, 0xfd, 0xa2, 0xf6, 0x03, 0xd2, 0xdf, 0x33, 0xb3, 0xa8, 0x8c, 0x31, 0x67, 0xc0, 0x03, 0x83, 0x8e, 0x8c, 0xd2, 0xd1, 0x1c, 0x5d, 0x2f, 0x2f, 0x03, 0xf3, 0x09, 0x7b, 0x7c, 0xd6, 0x80, 0x4b, 0x6a, 0x0f, 0x6b, 0xa7, 0x6c, 0x6b, 0xa6, 0xf6, 0x4d, 0x88, 0x67, 0xda, 0xda, 0x74, 0xb2, 0xe9, 0xea, 0x3d, 0x7f, 0x69, 0xfc, 0x77, 0x5a, 0x75, 0x33, 0x9e, 0xf3, 0xac, 0x02, 0x96, 0x57, 0xdd, 0xde, 0x23, 0xff, 0xe2, 0x25, 0x81, 0x44, 0x59, 0x72, 0xb3, 0x26, 0x83, 0xef } }; static const struct cckprng_op_reseed op_reseed_1291 = { .hd = { .id = 1220, .kind = OP_RESEED }, .nonce = 10279008411336635372ULL, .seed_nbytes = 272, .seed = { 0xce, 0xca, 0xf8, 0xd8, 0x22, 0xf9, 0x81, 0xed, 0x58, 0xe8, 0x19, 0x6b, 0xd6, 0x49, 0x9c, 0x91, 0xba, 0x5d, 0x80, 0x2b, 0xe3, 0x67, 0xed, 0xb1, 0xaf, 0xe1, 0x88, 0x78, 0x11, 0x62, 0x25, 0x88, 0x69, 0x79, 0x78, 0xe0, 0xf2, 0xdf, 0x39, 0xce, 0x7e, 0x3b, 0x38, 0xee, 0xc9, 0xba, 0x07, 0x77, 0x7f, 0x57, 0x42, 0x33, 0xcf, 0x6a, 0x01, 0x46, 0x14, 0x41, 0x72, 0x37, 0x8d, 0x1f, 0x62, 0x1e, 0xe3, 0x62, 0x58, 0xde, 0x22, 0x8e, 0xc5, 0x24, 0x49, 0x7c, 0xb7, 0xc1, 0x4a, 0x26, 0xdb, 0xdc, 0xc5, 0x52, 0x61, 0x7e, 0xfc, 0x33, 0x46, 0xa3, 0x18, 0xb7, 0x2a, 0x84, 0x14, 0xbe, 0x41, 0x59, 0x97, 0xac, 0x6e, 0x18, 0xfd, 0xeb, 0x58, 0x2d, 0xf0, 0xde, 0x6b, 0xa1, 0x99, 0x64, 0x83, 0x48, 0x08, 0x1f, 0x89, 0xa7, 0x37, 0xd3, 0xa8, 0x48, 0x33, 0x67, 0x85, 0x36, 0x86, 0xc0, 0x98, 0xd0, 0x02, 0x5b, 0x29, 0x8c, 0x83, 0xfe, 0x62, 0x8c, 0x38, 0x39, 0x82, 0x21, 0x19, 0x43, 0x60, 0xa2, 0x8c, 0xe2, 0x5a, 0x3a, 0xac, 0x3c, 0xd2, 0x35, 0x4d, 0xc4, 0x14, 0xab, 0x59, 0x2a, 0xee, 0x5a, 0xe5, 0x76, 0x8f, 0x8d, 0xef, 0x43, 0xb9, 0xe8, 0x77, 0x45, 0xd9, 0x7e, 0xf5, 0x7e, 0xec, 0x07, 0xf5, 0xce, 0x75, 0x3b, 0xfd, 0xb7, 0xec, 0x96, 0x82, 0x13, 0x6e, 0xc3, 0xf9, 0x75, 0x71, 0x2d, 0x22, 0x25, 0x02, 0x4e, 0x53, 0x1a, 0xd1, 0xbf, 0x85, 0xb2, 0xdd, 0x9f, 0xbc, 0x64, 0xbd, 0x29, 0x43, 0xb6, 0x1d, 0x13, 0xab, 0x03, 0x4c, 0x32, 0x13, 0x6e, 0xb8, 0xa9, 0xdf, 0x79, 0x76, 0x09, 0x7d, 0xff, 0x34, 0x36, 0xdc, 0x2f, 0xdf, 0xe1, 0x7f, 0xbe, 0x80, 0x2d, 0x03, 0x65, 0x68, 0x2a, 0xd4, 0xcd, 0xac, 0x91, 0xa1, 0xd0, 0xd9, 0xc0, 0x3e, 0x3c, 0x50, 0x50, 0x2f, 0x58, 0xce, 0xbf, 0x3a, 0x92, 0x6f, 0xba, 0x8d, 0x5f, 0xd6, 0x9b, 0x1b, 0x2e, 0x49, 0x00, 0x0d, 0xff, 0x6d, 0xb5 } }; static const struct cckprng_op_generate op_init_1292 = { .hd = { .id = 1221, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0xb6, 0x9a, 0x1f, 0x79, 0x0d, 0xec, 0xc5, 0xff, 0x65, 0x14, 0x26, 0xd5, 0xfd, 0x54, 0xdf, 0xf5, 0x3d, 0x31, 0x3f, 0xf0, 0xee, 0x8b, 0x6c, 0xe9, 0x70, 0x70, 0x49, 0xfb, 0xc2, 0xe3, 0x3b, 0x79, 0x64, 0x08, 0x11, 0x16, 0x93, 0x25, 0xa4, 0xf5, 0x1f, 0x9c, 0x25, 0xa1, 0xfc, 0x05, 0x59, 0xf2, 0xad, 0xd5, 0x27, 0xf3, 0xdc, 0x07, 0x7f, 0x8f, 0xd3, 0x90, 0xeb, 0x2e, 0xce, 0xca, 0xbc, 0x58, 0xae, 0x38 } } }; static const struct cckprng_op_generate op_init_1293 = { .hd = { .id = 1222, .kind = OP_GENERATE }, .rand_nbytes = 32, .out = { .rand = { 0xf7, 0x95, 0x18, 0x81, 0xaa, 0x84, 0x28, 0x9c, 0xf5, 0xc9, 0x13, 0x62, 0x69, 0xd6, 0xf6, 0xaf, 0xf7, 0xe0, 0x76, 0xae, 0x47, 0x1e, 0x35, 0x8c, 0xb8, 0x91, 0x5a, 0xea, 0x80, 0x67, 0x04, 0x7b } } }; static const struct cckprng_op_generate op_init_1294 = { .hd = { .id = 1223, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0xec, 0x19, 0xfc, 0x2f, 0x8a, 0xc6, 0x27, 0xc4, 0x45, 0x67, 0xda, 0xd7, 0xfd, 0xff, 0xdf, 0xc4, 0x72, 0xdc, 0xb8, 0xa6, 0x5f, 0xfb, 0x91, 0x1c, 0xc8, 0x76, 0xde, 0xf2, 0xb5, 0x33, 0x63, 0x3a, 0x63, 0xd1, 0xe2, 0x82, 0xe2, 0x18, 0x3b, 0xf1, 0x45, 0x64, 0x76, 0x71, 0xd0, 0x10, 0x89, 0xd6, 0x9b, 0x46, 0xb9, 0xf3, 0x46, 0x26, 0x62, 0x1f, 0x16, 0x82, 0x92, 0x6e, 0xba, 0x70, 0xe4, 0x43, 0x95, 0x33, 0x7b, 0x12, 0x54, 0x0c, 0x94, 0x29 } } }; static const struct cckprng_op *ops_1295[] = { (const struct cckprng_op *)&op_init_1279, (const struct cckprng_op *)&op_reseed_1280, (const struct cckprng_op *)&op_init_1281, (const struct cckprng_op *)&op_reseed_1282, (const struct cckprng_op *)&op_reseed_1283, (const struct cckprng_op *)&op_init_1284, (const struct cckprng_op *)&op_reseed_1285, (const struct cckprng_op *)&op_init_1286, (const struct cckprng_op *)&op_reseed_1287, (const struct cckprng_op *)&op_refresh_1288, (const struct cckprng_op *)&op_init_1289, (const struct cckprng_op *)&op_reseed_1290, (const struct cckprng_op *)&op_reseed_1291, (const struct cckprng_op *)&op_init_1292, (const struct cckprng_op *)&op_init_1293, (const struct cckprng_op *)&op_init_1294 }; static const struct cckprng_vector vec_1296 = { .id = 1224, .note = NULL, .nops = 16, .ops = ops_1295 }; static const struct cckprng_op_init op_init_1297 = { .hd = { .id = 1225, .kind = OP_INIT }, .seed = { 0x0b, 0x8e, 0x6e, 0xd3, 0x5a, 0x80, 0xd2, 0x30, 0x68, 0xe2, 0xeb, 0xeb, 0xfc, 0x47, 0x14, 0x69, 0x82, 0x45, 0x4e, 0x70, 0xbf, 0x17, 0xf4, 0x4c, 0x8b, 0x3d, 0x56, 0x4d, 0x07, 0xf9, 0x62, 0x15 }, .nonce = { 0xd9, 0xa7, 0x82, 0x08, 0x64, 0x5e, 0x91, 0x48 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1298 = { .hd = { .id = 1226, .kind = OP_RESEED }, .nonce = 15882321324706640393ULL, .seed_nbytes = 50, .seed = { 0x36, 0xd6, 0x3a, 0x0b, 0x86, 0xda, 0x60, 0xcf, 0xe7, 0xbe, 0x37, 0x18, 0x67, 0xfa, 0x7f, 0xd7, 0x36, 0xe7, 0x7b, 0x76, 0xf0, 0x77, 0x51, 0x3f, 0xa9, 0xb0, 0x09, 0xfe, 0x8c, 0x57, 0xa9, 0x7e, 0x5c, 0x39, 0x7e, 0x12, 0x83, 0x5c, 0xb3, 0xc7, 0x53, 0x58, 0x69, 0x81, 0x30, 0x93, 0x1b, 0xec, 0x8f, 0x28 } }; static const struct cckprng_op_reseed op_reseed_1299 = { .hd = { .id = 1227, .kind = OP_RESEED }, .nonce = 386383320136214793ULL, .seed_nbytes = 129, .seed = { 0x10, 0x2b, 0x7a, 0x10, 0x28, 0xc2, 0xe8, 0xcd, 0xf8, 0xee, 0x40, 0x3a, 0x97, 0x2c, 0xff, 0xd0, 0x19, 0x87, 0xd1, 0x06, 0x64, 0x44, 0xb0, 0x52, 0x90, 0xec, 0x82, 0x42, 0x2c, 0x14, 0x64, 0xa6, 0xe5, 0x15, 0x67, 0x5a, 0x20, 0xd5, 0xf3, 0xd3, 0x52, 0x10, 0x3b, 0x4a, 0xe4, 0x89, 0x9d, 0xfa, 0xf7, 0x98, 0xab, 0x4f, 0xb5, 0x5b, 0xa2, 0xa3, 0xbb, 0xda, 0x23, 0x27, 0x48, 0xd8, 0x19, 0xc0, 0x6a, 0x8b, 0xc3, 0x58, 0x51, 0xfc, 0xc7, 0x57, 0x89, 0xa6, 0x66, 0x34, 0xd3, 0xc5, 0x75, 0x19, 0xae, 0x14, 0x62, 0x68, 0x6d, 0xf0, 0x11, 0xa6, 0x04, 0x78, 0x78, 0x84, 0x3e, 0xf9, 0x80, 0x7f, 0xdf, 0xdf, 0x67, 0xa8, 0xb0, 0xbf, 0x8f, 0x46, 0xbd, 0x47, 0xc5, 0x1f, 0x40, 0xac, 0x09, 0x07, 0x5e, 0x9e, 0xda, 0xde, 0xf5, 0x9f, 0x7d, 0x9f, 0x90, 0x44, 0x5b, 0x87, 0xfb, 0x0e, 0x49, 0x01, 0xe9 } }; static const struct cckprng_op_reseed op_reseed_1300 = { .hd = { .id = 1228, .kind = OP_RESEED }, .nonce = 16282068725193997137ULL, .seed_nbytes = 95, .seed = { 0xe6, 0x33, 0x60, 0x4b, 0xf0, 0x09, 0xa8, 0xda, 0xdb, 0x75, 0xff, 0xdd, 0x8a, 0x7c, 0x41, 0x71, 0xd2, 0x92, 0xda, 0xfa, 0x88, 0xf4, 0x3c, 0xa9, 0x48, 0x9b, 0xc6, 0xe9, 0x6b, 0xc9, 0x5a, 0xbb, 0xe3, 0xf7, 0xc1, 0x37, 0xc9, 0xb9, 0x9e, 0x16, 0x3f, 0x48, 0xa3, 0xf6, 0xf4, 0x84, 0x48, 0x0e, 0xd9, 0x22, 0x11, 0x5a, 0x0d, 0xae, 0xdd, 0x03, 0xe7, 0xed, 0x0e, 0xa7, 0x10, 0xbc, 0xd6, 0xec, 0x94, 0x4e, 0xdc, 0xa9, 0xc3, 0x53, 0x4c, 0x6d, 0xf4, 0x08, 0x46, 0x59, 0xff, 0xac, 0xc9, 0x50, 0x2a, 0x88, 0xf7, 0xe7, 0x21, 0x6a, 0x0a, 0x6d, 0xfb, 0xcd, 0xa0, 0x22, 0x42, 0xbf, 0x07 } }; static const struct cckprng_op_reseed op_reseed_1301 = { .hd = { .id = 1229, .kind = OP_RESEED }, .nonce = 4413746713057655012ULL, .seed_nbytes = 92, .seed = { 0x62, 0x93, 0x2f, 0x4d, 0xd5, 0xa9, 0x35, 0xb6, 0x43, 0xea, 0x76, 0xef, 0xf1, 0x2b, 0xd3, 0x44, 0xa1, 0x24, 0x86, 0xa6, 0x59, 0x42, 0xb3, 0xaf, 0xd2, 0x9b, 0x54, 0x39, 0x3c, 0xe2, 0x19, 0xb6, 0x4c, 0x64, 0x70, 0x00, 0xa7, 0x70, 0x86, 0x79, 0x0a, 0x3a, 0xef, 0x9c, 0x0c, 0xe7, 0xb0, 0x22, 0xe5, 0x4b, 0xd2, 0x8e, 0xe2, 0xd5, 0xd7, 0xf9, 0x48, 0xa4, 0x60, 0xed, 0x19, 0xc8, 0x77, 0x59, 0xe9, 0xc2, 0xdf, 0xbb, 0xad, 0x52, 0xc6, 0x0e, 0xa2, 0xcf, 0x71, 0x8e, 0xf2, 0xe9, 0x92, 0xa0, 0x8d, 0x26, 0xab, 0x49, 0x25, 0x21, 0x19, 0xf3, 0x8a, 0xb1, 0xda, 0xd3 } }; static const struct cckprng_op_reseed op_reseed_1302 = { .hd = { .id = 1230, .kind = OP_RESEED }, .nonce = 16270184193321942094ULL, .seed_nbytes = 118, .seed = { 0x30, 0x4d, 0xd7, 0x41, 0x09, 0x54, 0x21, 0xcb, 0x64, 0x55, 0xbb, 0x91, 0xf7, 0x2b, 0x30, 0x9f, 0xe5, 0xdf, 0x2f, 0xee, 0x6c, 0xfc, 0x78, 0xcb, 0xf3, 0x0d, 0x30, 0x8a, 0xfe, 0x79, 0x02, 0x5c, 0x08, 0xd8, 0xae, 0x5b, 0x67, 0x25, 0xad, 0x14, 0x5f, 0x90, 0x43, 0x98, 0xf4, 0x80, 0x9b, 0x47, 0xe4, 0x5e, 0x53, 0xa6, 0x1b, 0xff, 0x44, 0xbb, 0xc0, 0x10, 0x00, 0xea, 0x94, 0xd3, 0x47, 0x7f, 0x66, 0x9b, 0x48, 0xe3, 0x43, 0xd4, 0x77, 0x8a, 0x85, 0x0c, 0x95, 0x05, 0x94, 0x8e, 0x73, 0xae, 0x42, 0x52, 0xfb, 0x32, 0x87, 0x6a, 0x2a, 0x0c, 0x74, 0x68, 0xb3, 0x1f, 0xed, 0xa5, 0xdc, 0xc4, 0x2b, 0xd5, 0xc3, 0x5d, 0x49, 0xa6, 0xe9, 0x8f, 0x9d, 0x7b, 0x71, 0x9a, 0x0b, 0x08, 0xb4, 0x74, 0xfe, 0xf1, 0xd9, 0x26, 0x0b, 0xcd } }; static const struct cckprng_op_reseed op_reseed_1303 = { .hd = { .id = 1231, .kind = OP_RESEED }, .nonce = 8927722679077555799ULL, .seed_nbytes = 249, .seed = { 0xbe, 0xad, 0xf3, 0x82, 0x5c, 0x06, 0x67, 0x3a, 0xd0, 0x27, 0xcf, 0xa3, 0x06, 0xd7, 0x70, 0x38, 0x41, 0x13, 0x77, 0x5d, 0x35, 0x6b, 0xde, 0xc7, 0x06, 0xbd, 0xbe, 0x9a, 0x4e, 0x06, 0xf6, 0x43, 0xc3, 0x66, 0x9c, 0xa8, 0x7d, 0x9d, 0x00, 0x5f, 0x3f, 0xf0, 0x71, 0xeb, 0xd8, 0x21, 0x43, 0x03, 0x4c, 0x3d, 0x5d, 0xf3, 0x6c, 0x8d, 0x80, 0x47, 0x77, 0x1b, 0x3e, 0xdf, 0xc9, 0x22, 0xb7, 0x53, 0xa5, 0x98, 0x35, 0xb4, 0x14, 0xb5, 0x93, 0x9d, 0xf2, 0xfe, 0xb1, 0x71, 0xce, 0x8a, 0x16, 0x8b, 0xb1, 0x65, 0xa7, 0x57, 0xbd, 0x08, 0x9c, 0xfc, 0x8c, 0x3b, 0x31, 0x15, 0xd9, 0xe0, 0x9a, 0x87, 0xc2, 0x21, 0x39, 0x68, 0xae, 0x4b, 0xd8, 0x68, 0xca, 0xaa, 0x90, 0xcb, 0xf7, 0xee, 0x5c, 0x4d, 0xcd, 0x2d, 0x05, 0xf9, 0x0b, 0xc8, 0xf2, 0x3e, 0x20, 0x1d, 0x41, 0x3a, 0x71, 0xca, 0xd4, 0x6f, 0x5b, 0x67, 0x54, 0x76, 0x77, 0xe8, 0xc4, 0xe5, 0x8f, 0xd3, 0xa2, 0x0d, 0xb5, 0x9d, 0x73, 0x8b, 0xd5, 0xda, 0xd4, 0x79, 0x36, 0x9d, 0x89, 0xa1, 0xda, 0x85, 0x26, 0x96, 0x08, 0xae, 0x31, 0x60, 0xf2, 0x12, 0x47, 0x67, 0x26, 0x60, 0x87, 0x2e, 0x99, 0xa4, 0x3e, 0x0b, 0xaf, 0xfd, 0xe3, 0x64, 0x40, 0x7b, 0xe1, 0x33, 0xe1, 0x74, 0x32, 0xf0, 0x64, 0xa3, 0x67, 0x6b, 0x9b, 0xbe, 0xde, 0x37, 0x8d, 0x61, 0x44, 0xc8, 0x49, 0x1e, 0x14, 0x90, 0xa7, 0xe0, 0xd9, 0xaf, 0x26, 0xec, 0x06, 0x79, 0xc0, 0xb5, 0x16, 0xdc, 0x5e, 0x2c, 0x5f, 0x9f, 0xf4, 0x78, 0xf8, 0x47, 0xa2, 0x2f, 0x10, 0xc9, 0x98, 0x85, 0x6e, 0xd9, 0x3b, 0xb9, 0xb4, 0x68, 0x34, 0xdc, 0xf6, 0x53, 0x9d, 0xbb, 0xb4, 0x11, 0xd1, 0x01, 0xfd, 0x74, 0xcb, 0x51, 0xfa, 0xcc, 0x77 } }; static const struct cckprng_op_generate op_init_1304 = { .hd = { .id = 1232, .kind = OP_GENERATE }, .rand_nbytes = 103, .out = { .rand = { 0x33, 0x85, 0xe1, 0xf7, 0x17, 0xa9, 0x31, 0xdf, 0x2c, 0x24, 0xfe, 0xe5, 0xb3, 0xa9, 0x71, 0xcd, 0xf0, 0x07, 0x9a, 0x1d, 0xd9, 0xd7, 0x45, 0xa0, 0x78, 0x24, 0xc0, 0x67, 0xa5, 0x04, 0x97, 0x35, 0xe3, 0xd4, 0xe7, 0x14, 0x0e, 0xe2, 0xbd, 0x58, 0x38, 0xce, 0x18, 0xae, 0xb6, 0x0d, 0x40, 0xbd, 0x53, 0x42, 0xfc, 0x1a, 0x62, 0x26, 0xf2, 0x2f, 0xa6, 0xc6, 0x83, 0x06, 0xaa, 0xbc, 0xa5, 0xc7, 0x5d, 0xb6, 0x38, 0x28, 0x21, 0x4a, 0x15, 0x01, 0xd3, 0x89, 0x9f, 0xa5, 0xd7, 0x2b, 0x8e, 0x92, 0xc7, 0x5b, 0x8c, 0x59, 0xae, 0xd2, 0xfb, 0x73, 0x6b, 0xb1, 0xa3, 0x64, 0xb6, 0x50, 0xbc, 0x57, 0xb0, 0x04, 0xf7, 0xc6, 0xc6, 0xb4, 0x88 } } }; static const struct cckprng_op_refresh op_refresh_1305 = { .hd = { .id = 1233, .kind = OP_REFRESH }, .rand = 16325159222048964386ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1306 = { .hd = { .id = 1234, .kind = OP_RESEED }, .nonce = 15883378676522652748ULL, .seed_nbytes = 247, .seed = { 0xf5, 0x3f, 0xac, 0x97, 0x45, 0xbb, 0xcd, 0xf1, 0xe7, 0x81, 0xdc, 0x4a, 0x96, 0xd0, 0x27, 0xcc, 0x7e, 0x4f, 0x6b, 0x13, 0x00, 0x59, 0x61, 0x75, 0xa2, 0xc5, 0x02, 0xe6, 0x23, 0xe5, 0x70, 0x93, 0x37, 0x37, 0x27, 0xdc, 0xf4, 0x36, 0x0a, 0x5b, 0xea, 0xa4, 0x39, 0x7c, 0xb8, 0x07, 0x23, 0x84, 0xff, 0x08, 0x57, 0x6c, 0xdf, 0x42, 0x13, 0x34, 0xe2, 0x19, 0x16, 0xee, 0xcc, 0x79, 0xc9, 0x8a, 0xd0, 0x6e, 0x79, 0xe7, 0xfb, 0x8a, 0x82, 0x88, 0xc4, 0x34, 0x3f, 0x41, 0x42, 0x31, 0xf8, 0x9c, 0x91, 0x36, 0xc8, 0xa6, 0xf7, 0x42, 0xe9, 0xe8, 0x0f, 0x4a, 0x99, 0x81, 0x5c, 0x44, 0x2f, 0x41, 0x4a, 0xfc, 0x99, 0x74, 0x6f, 0xc2, 0xfc, 0x0e, 0x8e, 0x37, 0x66, 0x6a, 0x1e, 0xa7, 0x9d, 0xcb, 0x7a, 0x60, 0xfc, 0x1f, 0x7a, 0x0e, 0x77, 0x03, 0x72, 0x01, 0xca, 0xe3, 0x6d, 0xfb, 0x8c, 0x12, 0xa0, 0x23, 0x62, 0x72, 0x5d, 0x43, 0x66, 0xc3, 0x46, 0x03, 0x61, 0x6b, 0xf7, 0xc2, 0x23, 0x06, 0x46, 0xd6, 0x0a, 0xc3, 0x37, 0xf5, 0x75, 0x75, 0xba, 0xc6, 0xd7, 0xb4, 0xaf, 0x25, 0xdf, 0x02, 0x98, 0x1c, 0xcd, 0x4d, 0x46, 0x1a, 0x30, 0x9a, 0xa8, 0x5a, 0xaa, 0xf9, 0x0e, 0xe1, 0xc3, 0x2b, 0x83, 0x72, 0x1d, 0x3d, 0x25, 0x21, 0xc2, 0xaf, 0x47, 0xeb, 0xd3, 0xe3, 0x55, 0x2a, 0xd1, 0x24, 0xdc, 0x3b, 0x11, 0xea, 0x01, 0xf7, 0x8e, 0x9c, 0x60, 0x9c, 0x7d, 0x0d, 0x23, 0xb3, 0x1c, 0x2a, 0x0a, 0x0e, 0xd1, 0xdf, 0x41, 0x15, 0x16, 0xfd, 0x61, 0x29, 0x21, 0x30, 0x71, 0x5b, 0x9d, 0x17, 0x22, 0xb3, 0x16, 0xe4, 0x32, 0x5a, 0xa0, 0x1c, 0x38, 0xf0, 0x9b, 0xce, 0xcb, 0xd1, 0x73, 0x9c, 0x99, 0x0e, 0x31, 0xcd, 0x44, 0x5f, 0xc9 } }; static const struct cckprng_op_generate op_init_1307 = { .hd = { .id = 1235, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0xe7, 0x2b, 0x47, 0x07, 0x44, 0xad, 0x82, 0x02, 0xc3, 0x86, 0xa7, 0x63, 0xbb, 0x4c, 0xbf, 0x6d, 0x52, 0x12, 0x6a, 0x72, 0xa6, 0x90, 0x5a, 0xfe, 0x43, 0x32, 0x00, 0x63, 0x11, 0xbe, 0x0a, 0xc6, 0xec, 0xf7, 0x06, 0x8c, 0x5b, 0xbc, 0x27, 0xee, 0x5e, 0xfc, 0xc2, 0x8c, 0x23, 0x0e, 0x9f, 0xfb, 0x99, 0xe8, 0x8a, 0x59, 0x73, 0xa8, 0x09, 0x41, 0x54, 0x66, 0x8f, 0x80, 0x9b, 0xdb, 0x14, 0xc5, 0xab, 0x93, 0x41, 0x89, 0x09, 0xa5, 0x55, 0xc7, 0x73, 0x1a, 0x8a, 0xf2, 0x02, 0x50, 0x66, 0x09, 0x93, 0x51, 0x40, 0xad, 0xea, 0x69, 0x37, 0x7b, 0xf8, 0xf3, 0x91, 0x94, 0xb2, 0x65, 0x55, 0x59, 0x89, 0x77, 0x62, 0x73, 0x7c, 0x84, 0xc8, 0xc9, 0x71, 0x75, 0x87, 0x27, 0xfb, 0x58, 0x79, 0x8f, 0x98, 0x16, 0x79, 0xc9, 0xa3, 0x72, 0x3b, 0xd1, 0xf0, 0x0e, 0xd7, 0x01, 0xb7, 0x43, 0xdc, 0xb6, 0x6e, 0x20, 0x57, 0x70, 0x81, 0x53, 0x7b, 0x34, 0x9e, 0xef, 0xf2, 0x72, 0x8b, 0xb2, 0x17, 0xdd, 0x61, 0x49, 0x06, 0x3c, 0x9a, 0x94, 0xf1, 0x9d, 0x96, 0x81, 0x18, 0x9e, 0xd1, 0x68, 0x40, 0x6d, 0xbb, 0xda, 0x10, 0xc2, 0xce, 0x21, 0xe3, 0x5b, 0x80, 0x0e, 0x5b, 0x9c, 0x55, 0xe1, 0xce, 0x36, 0x0f, 0x7b, 0xb7, 0x50, 0x31, 0xfd, 0x0b, 0x82, 0x81, 0xd1, 0x8a, 0x3a, 0x56, 0xed, 0x20, 0x66, 0x7a, 0x22, 0x19, 0x05, 0x71, 0x6d, 0x8e, 0x44, 0x98, 0x06, 0x4f, 0xab, 0xa2, 0x1e, 0x4c, 0x0f, 0x94, 0x3e, 0x47, 0x00 } } }; static const struct cckprng_op_refresh op_refresh_1308 = { .hd = { .id = 1236, .kind = OP_REFRESH }, .rand = 6144329643946119680ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1309 = { .hd = { .id = 1237, .kind = OP_REFRESH }, .rand = 10886585192932229450ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1310 = { .hd = { .id = 1238, .kind = OP_GENERATE }, .rand_nbytes = 20, .out = { .rand = { 0x88, 0xe8, 0x78, 0xd3, 0xbd, 0xf3, 0xf1, 0xe7, 0x7a, 0x8d, 0xb4, 0x9a, 0xa5, 0x79, 0x2b, 0xcb, 0x74, 0xdd, 0xac, 0xd8 } } }; static const struct cckprng_op_generate op_init_1311 = { .hd = { .id = 1239, .kind = OP_GENERATE }, .rand_nbytes = 188, .out = { .rand = { 0xd6, 0xf1, 0xd3, 0xbe, 0xf0, 0x23, 0xcb, 0x4a, 0xc8, 0x5a, 0xbf, 0xf4, 0x88, 0xb3, 0xd5, 0x0e, 0xa3, 0x0e, 0x1c, 0xab, 0x66, 0x45, 0x9d, 0x4c, 0x0d, 0x2f, 0x10, 0xed, 0xd9, 0x78, 0xc0, 0x4a, 0xb7, 0xa3, 0x78, 0x2c, 0x1a, 0xbd, 0x2b, 0x89, 0x60, 0x1a, 0xda, 0x47, 0x4f, 0xd0, 0xdf, 0x76, 0x7e, 0x1f, 0x0f, 0x21, 0x52, 0x7b, 0xc8, 0x0e, 0x60, 0xac, 0x8c, 0xe2, 0x84, 0xdf, 0xe9, 0xc2, 0x53, 0x29, 0xbc, 0xf6, 0x21, 0x3b, 0xe2, 0x5b, 0x02, 0x8e, 0xf3, 0xe2, 0x07, 0x76, 0xb1, 0x5f, 0xa0, 0x4a, 0x0b, 0x21, 0xc9, 0xc8, 0x4a, 0xbc, 0x45, 0xc1, 0x50, 0x2c, 0xd4, 0x1f, 0x1f, 0x0f, 0x1b, 0x9c, 0x9b, 0x8e, 0x12, 0xaf, 0x48, 0xe7, 0x24, 0x97, 0xed, 0x3b, 0x11, 0x07, 0x45, 0x98, 0xd2, 0xae, 0xe7, 0xfc, 0x1b, 0x26, 0x53, 0xde, 0xfe, 0x0a, 0xe1, 0xbb, 0xbb, 0x4b, 0x6d, 0x66, 0xbd, 0x2d, 0xad, 0x75, 0x71, 0x5c, 0x27, 0x17, 0xa2, 0x84, 0xf0, 0x1b, 0xc2, 0x58, 0x6c, 0xc0, 0x8a, 0xb5, 0xf1, 0x84, 0x5e, 0xa4, 0x4c, 0xa5, 0xf7, 0x38, 0x56, 0x51, 0x22, 0xce, 0x7d, 0x89, 0xe5, 0xbb, 0x71, 0x97, 0x04, 0x6c, 0x56, 0xd2, 0x21, 0x51, 0x8e, 0xaa, 0x2c, 0x0a, 0x3f, 0x12, 0x58, 0xec, 0x36, 0x14, 0xca, 0xcd, 0x2b, 0x9c, 0x68, 0xaf, 0xa0, 0x65 } } }; static const struct cckprng_op_generate op_init_1312 = { .hd = { .id = 1240, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0xb6, 0xf3, 0xea, 0x24, 0xb2, 0xb5, 0x93, 0xbe, 0x17, 0xb2, 0x43, 0x38, 0xa1, 0x9f, 0xb3, 0x3c, 0x35, 0xd9, 0x65, 0x0f, 0x4d, 0x6c, 0xb7, 0x3f, 0xed, 0xf3, 0x46, 0xac, 0xa1, 0xac, 0xc9, 0x3e, 0x85, 0x88, 0x30, 0xbd, 0xc5, 0x77, 0x0d, 0xf3, 0xf7, 0x4c, 0x6e, 0x82, 0xd6, 0x7f, 0x4c, 0x9c, 0xb3, 0x37, 0x9c, 0x60, 0xef, 0xba, 0x96, 0xcd, 0x6b, 0xaa, 0xdb, 0x6f, 0x0a, 0x7c, 0xa8, 0x21, 0xd4, 0xac, 0xf1, 0xc0, 0xa0, 0x5e, 0xfb, 0xd0, 0x2c, 0x13, 0x3c, 0xdc, 0xc4, 0x41, 0x87, 0x82, 0x2c, 0x84, 0x3b, 0x1f, 0x4b, 0x18, 0x7b, 0x62, 0xb6, 0x36, 0x15, 0x33, 0x8c, 0x31, 0x0b, 0x40, 0x6c, 0xbb, 0x5b, 0xb6, 0xf9, 0x7f, 0x74, 0xfa, 0xd8, 0xd0, 0x20, 0xc8, 0xb6, 0x57, 0xc7, 0xd3, 0x4b, 0xa0, 0x01, 0x70, 0xa8, 0xfd, 0x9e, 0xdb, 0xbd, 0x2f, 0x1b, 0x09, 0x0c, 0xa5, 0xf7, 0x46, 0x94, 0x75, 0xd2, 0x33, 0x5e, 0xbe, 0xe1, 0x39, 0x80, 0x9f, 0xe7, 0x2d, 0x08, 0x84, 0xfc, 0xc6, 0xc6, 0x02, 0x12, 0xa0, 0x49, 0x7c, 0x5e, 0xcd, 0x52, 0x83, 0xfc, 0xf7, 0xdf, 0xca, 0x1d, 0x66, 0xa4, 0x61, 0xc5, 0xcb, 0x00, 0xe8 } } }; static const struct cckprng_op *ops_1313[] = { (const struct cckprng_op *)&op_init_1297, (const struct cckprng_op *)&op_reseed_1298, (const struct cckprng_op *)&op_reseed_1299, (const struct cckprng_op *)&op_reseed_1300, (const struct cckprng_op *)&op_reseed_1301, (const struct cckprng_op *)&op_reseed_1302, (const struct cckprng_op *)&op_reseed_1303, (const struct cckprng_op *)&op_init_1304, (const struct cckprng_op *)&op_refresh_1305, (const struct cckprng_op *)&op_reseed_1306, (const struct cckprng_op *)&op_init_1307, (const struct cckprng_op *)&op_refresh_1308, (const struct cckprng_op *)&op_refresh_1309, (const struct cckprng_op *)&op_init_1310, (const struct cckprng_op *)&op_init_1311, (const struct cckprng_op *)&op_init_1312 }; static const struct cckprng_vector vec_1314 = { .id = 1241, .note = NULL, .nops = 16, .ops = ops_1313 }; static const struct cckprng_op_init op_init_1315 = { .hd = { .id = 1242, .kind = OP_INIT }, .seed = { 0x3f, 0xff, 0x5a, 0x4f, 0x7d, 0x04, 0xed, 0x35, 0xd5, 0x33, 0x10, 0x2d, 0xb0, 0x7f, 0xbd, 0xad, 0x80, 0x50, 0x9f, 0xc7, 0xd2, 0x0a, 0x2a, 0xb2, 0x8d, 0x93, 0xad, 0x47, 0x36, 0x42, 0xec, 0xaf }, .nonce = { 0xcd, 0x01, 0x18, 0x72, 0xb4, 0x3e, 0xbe, 0x9a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1316 = { .hd = { .id = 1243, .kind = OP_RESEED }, .nonce = 10426464889111700951ULL, .seed_nbytes = 31, .seed = { 0x4e, 0xe5, 0x57, 0xe3, 0xba, 0xb9, 0xb3, 0x97, 0x3d, 0xee, 0x5a, 0x64, 0x00, 0xa7, 0xb5, 0x32, 0x08, 0x13, 0xa9, 0x61, 0x24, 0xe8, 0x61, 0xed, 0x13, 0xd6, 0xcc, 0xf5, 0x12, 0xf3, 0x5f } }; static const struct cckprng_op_refresh op_refresh_1317 = { .hd = { .id = 1244, .kind = OP_REFRESH }, .rand = 8508641956332229627ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1318 = { .hd = { .id = 1245, .kind = OP_GENERATE }, .rand_nbytes = 48, .out = { .rand = { 0xaf, 0x71, 0x28, 0xf8, 0x7c, 0xa6, 0xfe, 0xdd, 0xed, 0x7f, 0x5d, 0xfd, 0xd8, 0x23, 0x54, 0x1d, 0xc3, 0x52, 0x23, 0x41, 0xae, 0x29, 0xfa, 0x07, 0xc1, 0x77, 0x89, 0xb0, 0x38, 0x32, 0x10, 0x8a, 0x0a, 0xe9, 0x29, 0x5a, 0x92, 0xe1, 0xc0, 0x8e, 0x38, 0x55, 0x72, 0xf6, 0xdd, 0x53, 0x67, 0x81 } } }; static const struct cckprng_op_refresh op_refresh_1319 = { .hd = { .id = 1246, .kind = OP_REFRESH }, .rand = 15937243966497130153ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1320 = { .hd = { .id = 1247, .kind = OP_RESEED }, .nonce = 612094400008707312ULL, .seed_nbytes = 34, .seed = { 0x12, 0xea, 0x89, 0xa9, 0xb0, 0xf9, 0xb9, 0xee, 0x00, 0xc9, 0xa1, 0xa0, 0x80, 0x96, 0x7b, 0x32, 0x97, 0xcb, 0x44, 0xfe, 0x67, 0xae, 0xdf, 0x0a, 0xa2, 0x31, 0xf9, 0x66, 0xbd, 0xe4, 0x24, 0x1d, 0x7a, 0xd2 } }; static const struct cckprng_op_refresh op_refresh_1321 = { .hd = { .id = 1248, .kind = OP_REFRESH }, .rand = 16049731945671100398ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1322 = { .hd = { .id = 1249, .kind = OP_GENERATE }, .rand_nbytes = 221, .out = { .rand = { 0xdf, 0xbd, 0xde, 0xf5, 0x3b, 0x2c, 0x39, 0xa4, 0x02, 0x48, 0x20, 0x50, 0x59, 0x2a, 0xa7, 0x40, 0x89, 0xd2, 0x8c, 0x84, 0x5e, 0xb4, 0xf8, 0x3c, 0x9e, 0x92, 0x56, 0x94, 0x7a, 0x70, 0xc0, 0xb7, 0xd3, 0xc0, 0x7b, 0xf3, 0x1d, 0x8b, 0x55, 0x9f, 0x61, 0x96, 0xb9, 0x74, 0x54, 0x28, 0x83, 0x31, 0x0b, 0x67, 0xab, 0xb7, 0x0e, 0x63, 0x1f, 0x69, 0x6c, 0x83, 0x70, 0x96, 0x62, 0x19, 0x02, 0xa6, 0x69, 0xed, 0xfe, 0xb5, 0x2e, 0xd2, 0x44, 0xb1, 0x9d, 0xab, 0x91, 0xa2, 0xce, 0x15, 0xbb, 0x41, 0x38, 0x0e, 0x10, 0x7f, 0xb1, 0xda, 0x05, 0xff, 0x29, 0xdd, 0x10, 0x56, 0xd3, 0x4b, 0xee, 0xfb, 0x48, 0x47, 0x60, 0x18, 0xe8, 0x9f, 0x0f, 0xe5, 0xa4, 0x0d, 0xaa, 0xa6, 0x8c, 0x63, 0x90, 0xf4, 0xfb, 0x48, 0x03, 0x43, 0xba, 0xbc, 0x67, 0x94, 0xb3, 0x34, 0xe7, 0x4d, 0x91, 0x53, 0x02, 0xef, 0xa3, 0xc2, 0xc9, 0xea, 0x5d, 0xfa, 0x83, 0x34, 0xbf, 0xa1, 0x7b, 0x45, 0xd2, 0xda, 0x52, 0x25, 0x1d, 0xd1, 0x95, 0xe7, 0x21, 0xa2, 0xd9, 0x6c, 0x2a, 0xc3, 0xa8, 0xf7, 0xdc, 0xd1, 0x25, 0x39, 0x61, 0x03, 0xb3, 0x65, 0xe7, 0x28, 0x4e, 0xda, 0x26, 0xf9, 0xf1, 0xdd, 0x2f, 0x84, 0x47, 0xb7, 0x4d, 0x9d, 0x9d, 0xec, 0x99, 0x70, 0x85, 0xef, 0xd2, 0x4a, 0x50, 0x01, 0x2c, 0x7f, 0xa3, 0x40, 0xff, 0x94, 0x1e, 0x8f, 0x5b, 0x02, 0x9c, 0x17, 0x8a, 0x6f, 0xa2, 0x4a, 0x9b, 0x80, 0x5d, 0xd3, 0xe4, 0x26, 0x87, 0x9e, 0xd4, 0x5a, 0xb5, 0xd4, 0xcd, 0x50, 0x1b, 0x27, 0x10 } } }; static const struct cckprng_op_generate op_init_1323 = { .hd = { .id = 1250, .kind = OP_GENERATE }, .rand_nbytes = 274, .out = { .rand = { 0xf2, 0x8b, 0x68, 0xf6, 0xb7, 0x42, 0xe4, 0x87, 0x4b, 0x71, 0x56, 0x33, 0xae, 0xd2, 0x68, 0x47, 0xe5, 0x5c, 0xfd, 0x60, 0xa7, 0xc4, 0xa4, 0x3f, 0xc4, 0x2e, 0xa4, 0xec, 0x0a, 0x7c, 0xff, 0x74, 0xc7, 0x03, 0xb1, 0x64, 0x12, 0xfe, 0x80, 0x8a, 0x75, 0x83, 0x0e, 0x44, 0x1b, 0x98, 0xbf, 0x86, 0x32, 0xd7, 0x24, 0x00, 0x46, 0xae, 0x0b, 0x54, 0xcd, 0xad, 0xbf, 0x33, 0x06, 0x93, 0x99, 0x6f, 0x6b, 0xfd, 0x43, 0x57, 0xb0, 0xbd, 0xbf, 0xaa, 0xe8, 0x88, 0xc8, 0x27, 0xd1, 0x60, 0x1b, 0xb3, 0xda, 0xa0, 0x0d, 0x55, 0xd0, 0xe9, 0x8f, 0xf7, 0x61, 0x9d, 0x6a, 0x2e, 0x2a, 0x1b, 0x73, 0xa3, 0x9a, 0x3a, 0x1e, 0xd1, 0x49, 0x0f, 0x41, 0xa2, 0x25, 0x0d, 0x50, 0xb5, 0x48, 0xc7, 0xa4, 0x50, 0x2a, 0x09, 0x6b, 0x12, 0x8b, 0x20, 0xf0, 0xf3, 0x67, 0x81, 0x34, 0x54, 0x8d, 0x93, 0x11, 0x32, 0x8c, 0xe4, 0x05, 0x23, 0xcc, 0xe0, 0x24, 0x44, 0x2e, 0xa3, 0x52, 0x27, 0x89, 0xd1, 0xdb, 0x53, 0x36, 0x12, 0xab, 0xa2, 0xd6, 0xd2, 0xcf, 0xc2, 0xa8, 0x0d, 0xfa, 0x76, 0xf0, 0x62, 0xb7, 0x81, 0x94, 0x78, 0x27, 0x2b, 0xc4, 0xc2, 0xd0, 0x94, 0x20, 0x04, 0x77, 0x27, 0xf8, 0xe7, 0x27, 0x72, 0xe5, 0x1d, 0x5c, 0xc6, 0x6d, 0xb6, 0x60, 0x10, 0x42, 0xcf, 0x41, 0x36, 0xf9, 0x86, 0x02, 0x3b, 0xbc, 0x6d, 0x53, 0x66, 0x27, 0x31, 0xff, 0x87, 0xdd, 0xb6, 0xf3, 0xd0, 0x9e, 0x0c, 0x7a, 0xc4, 0x4d, 0x91, 0x16, 0x57, 0x1a, 0xd2, 0xd9, 0xb3, 0x3a, 0x62, 0xf6, 0xd0, 0x51, 0x9d, 0x93, 0x2a, 0x6b, 0xd9, 0x9e, 0x7f, 0xd7, 0x4a, 0xa3, 0x01, 0x95, 0x1b, 0xe9, 0xb7, 0x2e, 0x7f, 0x48, 0xac, 0x01, 0xe7, 0xd4, 0x30, 0x41, 0xe4, 0x5b, 0x57, 0x57, 0xb3, 0x74, 0x35, 0xbc, 0x49, 0x93, 0xce, 0xa7, 0x8a, 0x7c, 0xb8, 0xa1, 0x67, 0xaa, 0x43, 0xc4, 0xe4, 0xcb, 0xc1, 0xad, 0x8f, 0xfa, 0x25, 0xcc, 0xd6 } } }; static const struct cckprng_op_generate op_init_1324 = { .hd = { .id = 1251, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0x91, 0xc1, 0x1a, 0x43, 0x1f, 0xe8, 0xb6, 0xe4, 0x1e, 0xea, 0x37 } } }; static const struct cckprng_op_refresh op_refresh_1325 = { .hd = { .id = 1252, .kind = OP_REFRESH }, .rand = 8536993681639806628ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1326 = { .hd = { .id = 1253, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0x87, 0x0c, 0xb8, 0xba, 0x16, 0xb1, 0xd8, 0xc2, 0x0a, 0x03, 0x4e, 0xea, 0x80, 0xba, 0x60, 0xb3, 0x57, 0x71, 0x6b, 0x52, 0x0f, 0x68, 0xf1, 0x2d, 0x08, 0x28, 0x6f, 0x8c, 0xd8, 0x7e, 0xff, 0x03, 0xf0, 0x06, 0x93, 0x8c, 0x71, 0x78, 0x2d, 0x4b, 0x7b, 0xe2, 0xc4, 0xde, 0x1d, 0xeb, 0x90, 0x13, 0x1d, 0x89, 0x61, 0x03, 0xdb, 0x2b, 0xd1, 0x59, 0xc1, 0x39, 0xcd, 0x81, 0x43, 0x02, 0xa1, 0xc1, 0x80, 0x29, 0x9f, 0x16, 0x12, 0x7a, 0xda, 0x13, 0xb8, 0x33, 0x2f, 0xd4, 0x53, 0x55, 0xf4, 0x51, 0xd2, 0x3f, 0xe9, 0xa2, 0xf5, 0xb6, 0x35, 0x4b, 0xae, 0x1f, 0x6a, 0x61, 0xf8, 0xa5, 0xfc, 0x1e, 0x91, 0xda, 0x2f, 0x7f, 0xd7, 0x76, 0x1f, 0xa8, 0xba, 0x89, 0x19, 0xfa, 0x2d, 0xc5, 0x5e, 0x9e, 0x84, 0xdd, 0xa0, 0xca, 0xc4, 0xb9, 0xdd, 0xdb, 0x06, 0xa9, 0xf0, 0xd1, 0x5b, 0x4b, 0x1c, 0x14, 0x9d, 0xc3, 0x16, 0xf6, 0x4f, 0x0e, 0x74, 0xde, 0x5e, 0xba, 0x36, 0x2c, 0x0e, 0x68, 0x84, 0x91, 0x8b, 0x75, 0x00, 0x7b, 0x49, 0x9d, 0x46, 0x74, 0x0d, 0x44, 0x81, 0x9f, 0x3f, 0xe8, 0x67, 0x13, 0x26, 0xeb, 0xb8 } } }; static const struct cckprng_op_refresh op_refresh_1327 = { .hd = { .id = 1254, .kind = OP_REFRESH }, .rand = 13684347624060584472ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1328 = { .hd = { .id = 1255, .kind = OP_GENERATE }, .rand_nbytes = 69, .out = { .rand = { 0xcf, 0xdd, 0x70, 0x8b, 0x82, 0xab, 0x2c, 0x51, 0x41, 0x62, 0xa2, 0x03, 0xc3, 0x35, 0x0c, 0x7a, 0x2f, 0xb6, 0x0f, 0x50, 0x9d, 0xbd, 0x82, 0x22, 0x18, 0x73, 0x61, 0x9c, 0x74, 0x92, 0x00, 0x7e, 0xd7, 0x40, 0xcf, 0xe0, 0x6b, 0x84, 0x0c, 0x6b, 0x3e, 0xe9, 0x06, 0x3e, 0xcd, 0xb5, 0x74, 0xe8, 0xd3, 0xcc, 0xf4, 0xe5, 0xe9, 0xcb, 0x1a, 0x00, 0x7c, 0xf0, 0x5a, 0x8b, 0xe7, 0x1c, 0x6d, 0x53, 0x79, 0x8c, 0x4b, 0x83, 0x34 } } }; static const struct cckprng_op_generate op_init_1329 = { .hd = { .id = 1256, .kind = OP_GENERATE }, .rand_nbytes = 165, .out = { .rand = { 0xec, 0xaa, 0x61, 0xf7, 0x9e, 0xb9, 0x72, 0xfc, 0xa5, 0xdc, 0xa9, 0x3e, 0xc2, 0xc8, 0x66, 0x4b, 0x10, 0x50, 0xc4, 0xb1, 0x9d, 0xbb, 0x7a, 0x73, 0xee, 0x48, 0x7e, 0x90, 0x9f, 0x52, 0x25, 0x6f, 0xf3, 0x13, 0x3c, 0x64, 0xa7, 0x94, 0x14, 0xc8, 0x9c, 0x3b, 0xe0, 0x00, 0x68, 0x39, 0x64, 0x1d, 0x48, 0x7b, 0x65, 0xd0, 0x74, 0x81, 0x2e, 0x06, 0x47, 0xc0, 0x36, 0x1b, 0x7e, 0x6b, 0xa5, 0x35, 0x0e, 0xe7, 0x5a, 0x86, 0xf1, 0xdb, 0xca, 0x4a, 0x97, 0x4a, 0x99, 0x0b, 0x72, 0x1c, 0xc0, 0x74, 0xf3, 0xe4, 0x5c, 0xcb, 0xc1, 0x0c, 0xdb, 0xb0, 0x97, 0x5d, 0x10, 0xca, 0x8f, 0x84, 0xc8, 0xdf, 0xc0, 0x1d, 0xb9, 0x6c, 0xd9, 0xec, 0x4e, 0xc1, 0x9d, 0xa1, 0xce, 0x87, 0x3a, 0x8b, 0x44, 0x53, 0x72, 0x4c, 0x30, 0xfa, 0x3f, 0x00, 0x9c, 0x1b, 0xe3, 0xfd, 0xff, 0xe4, 0x3e, 0xe9, 0x42, 0x92, 0xfa, 0xab, 0x6d, 0x49, 0x96, 0x78, 0xba, 0x36, 0x71, 0x48, 0xfa, 0x43, 0x5f, 0xe6, 0x8a, 0xea, 0x12, 0x2a, 0xd6, 0x6b, 0x0c, 0x0a, 0x71, 0x2f, 0x91, 0xe0, 0x79, 0xdd, 0x5f, 0xa3, 0x32, 0xde, 0x45, 0x38, 0x8e, 0xaa, 0x9f } } }; static const struct cckprng_op_generate op_init_1330 = { .hd = { .id = 1257, .kind = OP_GENERATE }, .rand_nbytes = 246, .out = { .rand = { 0x04, 0x8b, 0x22, 0x5c, 0x54, 0xc0, 0xc1, 0xbf, 0x21, 0xb5, 0x55, 0x02, 0xcc, 0x3e, 0xcd, 0x9a, 0xcc, 0x4c, 0xe4, 0x8b, 0xe0, 0x20, 0xc4, 0x48, 0x0e, 0xc8, 0x8f, 0xda, 0x6b, 0x6b, 0x4c, 0xb9, 0x7e, 0xbe, 0x48, 0x35, 0xea, 0x1f, 0x04, 0x35, 0x5f, 0xb8, 0xe5, 0xf0, 0x0b, 0x8a, 0x9c, 0xa7, 0xc3, 0x28, 0xf1, 0x4a, 0xf8, 0xfe, 0xe1, 0x88, 0xf7, 0xe2, 0x6f, 0x10, 0x1e, 0x9c, 0x48, 0x43, 0xc4, 0x69, 0xe0, 0x9d, 0x20, 0xcf, 0x4b, 0xa3, 0x4d, 0x51, 0xa6, 0x57, 0x59, 0x9b, 0x63, 0xe4, 0x38, 0xc4, 0x36, 0xea, 0x17, 0x7e, 0xf8, 0xdf, 0xd3, 0x71, 0x44, 0x06, 0x25, 0xca, 0xd4, 0x31, 0x88, 0xdf, 0x21, 0xd8, 0xe6, 0x4c, 0xb1, 0x72, 0xb7, 0x9f, 0xb2, 0x8e, 0x35, 0xd4, 0x0b, 0x36, 0x18, 0x14, 0xba, 0x7c, 0x1b, 0xd0, 0xcf, 0xb8, 0xe4, 0xb3, 0xdf, 0x92, 0x79, 0xc5, 0xfb, 0x8f, 0x12, 0x52, 0x3d, 0x43, 0xf4, 0x9f, 0x87, 0x24, 0x52, 0xf4, 0x9c, 0xb7, 0x35, 0x67, 0x07, 0x99, 0x4b, 0xb1, 0x97, 0x20, 0xe5, 0x0a, 0xfe, 0x07, 0x0e, 0xeb, 0x92, 0x44, 0xe0, 0x63, 0x1c, 0x55, 0x52, 0xb6, 0x46, 0x3e, 0xe2, 0xa6, 0x3a, 0x71, 0x1b, 0x64, 0x3b, 0xda, 0xb5, 0xdc, 0x14, 0xd8, 0xb4, 0xcd, 0x46, 0xf3, 0x5b, 0xa2, 0x04, 0xa1, 0x2e, 0x44, 0xae, 0x4f, 0x2a, 0x39, 0x32, 0x96, 0x67, 0x3b, 0x4e, 0x74, 0xb4, 0xa2, 0xff, 0xb7, 0xec, 0x32, 0x59, 0x81, 0x07, 0x45, 0xf7, 0xa2, 0x78, 0x7d, 0xc0, 0x17, 0x29, 0xd6, 0x38, 0x00, 0xb2, 0xf6, 0xd6, 0xbe, 0x5e, 0xe1, 0xc7, 0xf0, 0xa8, 0x56, 0x1a, 0x6a, 0x02, 0x07, 0x57, 0x3e, 0x84, 0xfb, 0x90, 0x6c, 0xa5, 0x05, 0xf1, 0x84, 0x9e, 0xf8, 0x6b, 0x03, 0xd1, 0x69 } } }; static const struct cckprng_op *ops_1331[] = { (const struct cckprng_op *)&op_init_1315, (const struct cckprng_op *)&op_reseed_1316, (const struct cckprng_op *)&op_refresh_1317, (const struct cckprng_op *)&op_init_1318, (const struct cckprng_op *)&op_refresh_1319, (const struct cckprng_op *)&op_reseed_1320, (const struct cckprng_op *)&op_refresh_1321, (const struct cckprng_op *)&op_init_1322, (const struct cckprng_op *)&op_init_1323, (const struct cckprng_op *)&op_init_1324, (const struct cckprng_op *)&op_refresh_1325, (const struct cckprng_op *)&op_init_1326, (const struct cckprng_op *)&op_refresh_1327, (const struct cckprng_op *)&op_init_1328, (const struct cckprng_op *)&op_init_1329, (const struct cckprng_op *)&op_init_1330 }; static const struct cckprng_vector vec_1332 = { .id = 1258, .note = NULL, .nops = 16, .ops = ops_1331 }; static const struct cckprng_op_init op_init_1333 = { .hd = { .id = 1259, .kind = OP_INIT }, .seed = { 0x46, 0x96, 0x20, 0x4a, 0xf0, 0xb4, 0xc5, 0xc0, 0x22, 0x71, 0xf7, 0x84, 0x72, 0x93, 0x8f, 0x34, 0x36, 0xe6, 0x96, 0x92, 0x47, 0x3e, 0x4b, 0x28, 0xec, 0xfb, 0xa8, 0xa4, 0x64, 0xf5, 0x5d, 0x14 }, .nonce = { 0x36, 0x10, 0xcc, 0x0b, 0x47, 0xa3, 0x37, 0xe4 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1334 = { .hd = { .id = 1260, .kind = OP_GENERATE }, .rand_nbytes = 119, .out = { .rand = { 0x18, 0xa4, 0xb8, 0x3f, 0xe2, 0xbf, 0xe1, 0x41, 0xa6, 0x36, 0xe3, 0xbc, 0x43, 0x86, 0xf4, 0x6a, 0xe2, 0xae, 0xb9, 0xe1, 0xa1, 0x9b, 0x97, 0x83, 0x20, 0x40, 0x65, 0xda, 0x37, 0x48, 0x7e, 0xf5, 0x0d, 0xa0, 0xdd, 0x2a, 0x0a, 0xd1, 0xaa, 0xe9, 0xd8, 0x9e, 0x2d, 0xb5, 0x80, 0xeb, 0xda, 0x85, 0x45, 0x9a, 0x68, 0xb7, 0xb3, 0xf9, 0x10, 0xca, 0x83, 0xb7, 0x75, 0x51, 0x72, 0x4e, 0x08, 0xa3, 0x24, 0xbf, 0x29, 0xa1, 0x7a, 0x3f, 0xb9, 0xed, 0x35, 0xaa, 0x75, 0x65, 0x9a, 0x71, 0xef, 0x9b, 0xa1, 0x8e, 0x53, 0x2f, 0x1d, 0x79, 0xdf, 0x26, 0x6d, 0x3b, 0x36, 0x97, 0x2c, 0xfd, 0xd2, 0xa4, 0xac, 0x22, 0x38, 0x92, 0xb1, 0x68, 0x92, 0xf6, 0xc7, 0x8c, 0xba, 0x2d, 0x05, 0xfc, 0x63, 0xd2, 0xfe, 0xed, 0xab, 0xcf, 0x02, 0x7f, 0x6e } } }; static const struct cckprng_op_refresh op_refresh_1335 = { .hd = { .id = 1261, .kind = OP_REFRESH }, .rand = 2327586485570721664ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1336 = { .hd = { .id = 1262, .kind = OP_RESEED }, .nonce = 1379222738701746132ULL, .seed_nbytes = 86, .seed = { 0xc4, 0xee, 0xcd, 0x21, 0x99, 0x25, 0x7b, 0xef, 0x39, 0x9d, 0x8d, 0xc9, 0xd7, 0xf5, 0xbc, 0x14, 0x20, 0x95, 0xb3, 0x85, 0x2c, 0x7c, 0x74, 0x9a, 0x89, 0x4d, 0x99, 0x56, 0x31, 0xd8, 0x8b, 0xba, 0xeb, 0x53, 0x10, 0x8f, 0x6b, 0xe7, 0x1c, 0x3f, 0xfd, 0xf3, 0xc6, 0x50, 0xb5, 0xa0, 0x64, 0x0f, 0x54, 0xdc, 0x80, 0xd0, 0x25, 0x64, 0x3a, 0x23, 0xc9, 0x19, 0x76, 0xb6, 0x34, 0x92, 0x9d, 0x18, 0xbb, 0x05, 0xb0, 0xb2, 0x12, 0xef, 0xe4, 0x7b, 0x3a, 0x0e, 0x89, 0x7a, 0x9b, 0xa0, 0x5c, 0x9f, 0x2f, 0x22, 0x0d, 0xcf, 0x60, 0xcd } }; static const struct cckprng_op_refresh op_refresh_1337 = { .hd = { .id = 1263, .kind = OP_REFRESH }, .rand = 9614381158362172013ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1338 = { .hd = { .id = 1264, .kind = OP_GENERATE }, .rand_nbytes = 174, .out = { .rand = { 0x96, 0xed, 0x14, 0xb7, 0xc9, 0x6e, 0xbb, 0x4c, 0x2a, 0x39, 0x72, 0x50, 0xad, 0xec, 0x17, 0x7f, 0x26, 0xda, 0xd4, 0x3e, 0x59, 0x47, 0xa9, 0x5f, 0xee, 0x43, 0xc2, 0x42, 0x5f, 0x07, 0x09, 0xd1, 0x5a, 0x64, 0x46, 0xf4, 0x6f, 0x70, 0x66, 0xe0, 0xca, 0xe7, 0x19, 0x85, 0x22, 0x56, 0xbb, 0xaf, 0xd9, 0xf9, 0x75, 0xde, 0x3e, 0x7e, 0x52, 0xbd, 0x96, 0x3c, 0x94, 0xbb, 0x0a, 0xaa, 0xe7, 0xbd, 0x35, 0x48, 0x9c, 0xd9, 0x10, 0xd2, 0x7a, 0x02, 0x6f, 0xdd, 0x95, 0x00, 0xa6, 0x5c, 0x10, 0x42, 0xca, 0xf3, 0xf3, 0x8d, 0x76, 0x98, 0xf8, 0xbf, 0x05, 0xa9, 0x65, 0x0d, 0x16, 0x3a, 0x95, 0x61, 0xa8, 0xea, 0x82, 0x51, 0x1f, 0x59, 0x19, 0xd8, 0xce, 0xe5, 0xf1, 0x48, 0x02, 0x05, 0x3b, 0x3d, 0x7f, 0xb0, 0x84, 0x72, 0x76, 0x88, 0x3d, 0x92, 0x0a, 0xd9, 0x3c, 0x5a, 0x23, 0x95, 0xe0, 0x7f, 0x21, 0x56, 0x8c, 0x96, 0x53, 0x5c, 0x58, 0xcc, 0x87, 0xe1, 0xe7, 0x42, 0x5b, 0x16, 0x15, 0xae, 0x93, 0xd8, 0xb1, 0xcb, 0xf3, 0xef, 0xf2, 0x90, 0x4f, 0x14, 0x5e, 0x5d, 0x88, 0x2e, 0x94, 0x8c, 0xf7, 0x65, 0xd8, 0x39, 0xa7, 0xdb, 0x97, 0xc8, 0xce, 0xe8, 0x9e, 0x0b, 0xa3, 0xc8 } } }; static const struct cckprng_op_reseed op_reseed_1339 = { .hd = { .id = 1265, .kind = OP_RESEED }, .nonce = 6662140287260257998ULL, .seed_nbytes = 165, .seed = { 0x7f, 0x78, 0xc3, 0x79, 0xaf, 0xf2, 0x20, 0x1f, 0x36, 0x5e, 0x6e, 0x24, 0x53, 0x25, 0x70, 0x90, 0x65, 0x5a, 0x78, 0xf3, 0x1b, 0xec, 0xbb, 0xe7, 0xdd, 0x68, 0xaa, 0xd6, 0x4f, 0x74, 0x40, 0x5e, 0x87, 0x22, 0x3b, 0x18, 0x87, 0xa0, 0x6c, 0xba, 0x32, 0xd6, 0xb3, 0x47, 0x65, 0x32, 0xa6, 0xd9, 0xd9, 0xdb, 0x7a, 0x00, 0xe3, 0xdd, 0xa8, 0xd2, 0xb3, 0x41, 0x46, 0xcc, 0xae, 0x05, 0xbe, 0x6c, 0xb6, 0x30, 0xfe, 0x41, 0xff, 0xb2, 0x2e, 0x41, 0xc8, 0x92, 0x8a, 0x0b, 0xa7, 0x60, 0x82, 0x22, 0xbb, 0xbb, 0x71, 0xcb, 0x64, 0x7e, 0xb7, 0xa8, 0x3f, 0xa6, 0x0c, 0x7c, 0xe4, 0x91, 0xf3, 0xa2, 0xd8, 0x06, 0xda, 0xae, 0x28, 0x0c, 0x80, 0x22, 0x05, 0x06, 0x68, 0xa9, 0xf9, 0x6d, 0x85, 0xa7, 0x9d, 0xde, 0x2d, 0x55, 0xb7, 0x1d, 0x42, 0x40, 0xf9, 0xec, 0x14, 0x5b, 0x7e, 0x46, 0xe6, 0x17, 0x63, 0xcf, 0x3e, 0xa9, 0x41, 0xee, 0x27, 0x2f, 0x85, 0xda, 0x9d, 0xc4, 0x96, 0x65, 0xb0, 0xf0, 0x50, 0xba, 0x16, 0x5b, 0x93, 0xd3, 0xa5, 0xb1, 0x76, 0x02, 0xf4, 0xca, 0x20, 0x09, 0x34, 0xd8, 0xe9, 0xb8, 0xbd, 0x06, 0x7b } }; static const struct cckprng_op_generate op_init_1340 = { .hd = { .id = 1266, .kind = OP_GENERATE }, .rand_nbytes = 70, .out = { .rand = { 0x8b, 0xc3, 0xea, 0xc9, 0xe4, 0xcd, 0x60, 0x65, 0x5d, 0xe0, 0xb8, 0x4c, 0x3c, 0x92, 0x0a, 0x21, 0xb3, 0xf3, 0x9c, 0x44, 0x81, 0x25, 0x68, 0x03, 0x37, 0xaa, 0xab, 0xd9, 0x57, 0xc8, 0x5b, 0x61, 0x0d, 0xd2, 0xaf, 0xbc, 0x46, 0xa9, 0xe5, 0xd9, 0x2e, 0x49, 0x45, 0x45, 0x8a, 0x6c, 0x5f, 0x1a, 0xe8, 0xfc, 0x4a, 0x6f, 0x18, 0x3f, 0x1d, 0x72, 0x94, 0xe7, 0x1f, 0xd9, 0xd2, 0x4b, 0x13, 0x80, 0x1b, 0x6c, 0x50, 0x71, 0x67, 0x5c } } }; static const struct cckprng_op_reseed op_reseed_1341 = { .hd = { .id = 1267, .kind = OP_RESEED }, .nonce = 17756551517433522039ULL, .seed_nbytes = 208, .seed = { 0x5b, 0xd1, 0xfb, 0x71, 0xd4, 0xd6, 0xff, 0xb6, 0x12, 0xf7, 0xb5, 0x61, 0xcf, 0xfa, 0xf0, 0x30, 0x31, 0xf2, 0x45, 0xe9, 0x9b, 0xd8, 0x2f, 0x15, 0x34, 0xe0, 0x1d, 0x0c, 0x9e, 0x75, 0x2a, 0xdb, 0xb4, 0x3f, 0x17, 0x15, 0xe1, 0xc3, 0x4a, 0xae, 0xc0, 0x62, 0x63, 0xeb, 0x07, 0x35, 0x1e, 0xec, 0x92, 0x61, 0xaa, 0x2a, 0x46, 0x7c, 0x45, 0x8c, 0xe0, 0x6d, 0xe5, 0x78, 0x07, 0x98, 0x21, 0xb8, 0xb0, 0x09, 0x4e, 0xff, 0xe7, 0xab, 0x8e, 0x08, 0xec, 0x8d, 0x82, 0xcd, 0x91, 0x44, 0x92, 0x1d, 0x92, 0x5c, 0x9b, 0xde, 0x82, 0x18, 0x4a, 0x6c, 0x8d, 0xd5, 0x6a, 0x61, 0xdc, 0x5a, 0x90, 0x29, 0xcb, 0x64, 0x34, 0x51, 0x81, 0xb8, 0x8e, 0xb6, 0x7b, 0xd1, 0xcb, 0x7b, 0x1e, 0x5e, 0xa9, 0x2b, 0xf7, 0xe0, 0x82, 0xd9, 0xbf, 0xc0, 0xb0, 0x40, 0x24, 0x4d, 0xee, 0xf3, 0x96, 0xf4, 0x0c, 0xaa, 0xf2, 0xe5, 0x9d, 0x31, 0xcf, 0xb3, 0x79, 0x55, 0xee, 0xcc, 0xc7, 0x9d, 0xe4, 0xfa, 0xca, 0x04, 0xb2, 0x1e, 0x86, 0x40, 0x55, 0x8e, 0x4b, 0x72, 0x6b, 0xd5, 0xf8, 0x0c, 0x8b, 0x0d, 0x83, 0x03, 0x7e, 0x0d, 0x0f, 0xc1, 0xd3, 0xc5, 0x55, 0x12, 0x04, 0xf6, 0xf5, 0x85, 0x1b, 0x42, 0x98, 0x5d, 0x56, 0x41, 0xec, 0xcc, 0xb5, 0xe3, 0xa0, 0xa0, 0xc4, 0x45, 0x49, 0xe1, 0xeb, 0x85, 0x43, 0x1d, 0xdd, 0xb8, 0x38, 0xa0, 0xa3, 0x05, 0xe1, 0xd7, 0xee, 0xb0, 0x65, 0x69, 0x99, 0xa9, 0x72, 0x7d } }; static const struct cckprng_op_reseed op_reseed_1342 = { .hd = { .id = 1268, .kind = OP_RESEED }, .nonce = 7861595934196271185ULL, .seed_nbytes = 69, .seed = { 0xc1, 0xd6, 0xb6, 0x25, 0xed, 0x7c, 0xd6, 0x98, 0x40, 0xa0, 0xb3, 0x92, 0xbc, 0x4f, 0xf8, 0x90, 0x89, 0x36, 0xef, 0x40, 0x1e, 0x3c, 0x53, 0x29, 0xa5, 0x94, 0x4d, 0x27, 0xed, 0x1a, 0xf7, 0x96, 0xe6, 0x72, 0xde, 0x2a, 0x4a, 0x26, 0x0c, 0x0a, 0x8d, 0x29, 0x07, 0xa5, 0x49, 0x1a, 0xb3, 0x22, 0x48, 0xa7, 0x9a, 0xb8, 0x73, 0x76, 0x79, 0x5c, 0xe9, 0xca, 0x70, 0xfc, 0xbb, 0x76, 0x9a, 0x39, 0xed, 0xf2, 0x7e, 0xe6, 0x73 } }; static const struct cckprng_op_generate op_init_1343 = { .hd = { .id = 1269, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0x44, 0x1a, 0x82, 0x82, 0x87, 0x3d, 0x3d, 0x1f, 0x0c, 0x70, 0xa9, 0x82, 0xd2, 0xd0, 0x0a, 0xbf, 0xcb, 0xe8, 0x1d, 0x9f, 0x95, 0x19, 0x59, 0x9a, 0xe9, 0xb9, 0xd9, 0xa1, 0x08, 0x97, 0x6c, 0x1a, 0xec, 0xc2, 0x11, 0x87, 0x48, 0x21, 0x3d, 0x79, 0x37, 0xcd, 0x0c, 0x8a, 0xf5, 0xb4, 0xbb, 0xc5, 0xc4, 0x08, 0xfd, 0x5f, 0xb3, 0x13, 0x59, 0x62, 0xba, 0xb0, 0xea, 0x99, 0xa3, 0x37, 0x19, 0x64, 0x34, 0x9a, 0xe1, 0xcd, 0xd9, 0x09, 0xfe, 0x9d, 0xcd, 0x62, 0xe4, 0xdd, 0xc9, 0x34, 0x22, 0x68, 0x4b, 0xa5, 0xe4, 0x38, 0x02, 0x3b, 0xc6, 0xe7, 0xe8, 0xdb, 0x38, 0xa3, 0xed, 0xd7, 0xe1, 0x81, 0xe7, 0xde, 0xd6, 0x59, 0xa7, 0xdc, 0x29, 0xd4, 0x40, 0xb7, 0x25, 0x97, 0x8d, 0x84, 0xfe, 0x18, 0x37, 0xfd, 0x7f, 0x63, 0x5f, 0x7e, 0x54, 0x84, 0x27, 0x73, 0x03, 0x43, 0x1f, 0x31, 0xb4, 0x8d, 0x40, 0x0e, 0x8b, 0x03, 0x6a, 0x2e, 0x38, 0x83, 0x08, 0x29, 0xdf } } }; static const struct cckprng_op_reseed op_reseed_1344 = { .hd = { .id = 1270, .kind = OP_RESEED }, .nonce = 10013896110008204473ULL, .seed_nbytes = 222, .seed = { 0x93, 0xd6, 0xa1, 0x06, 0x74, 0x00, 0xc9, 0xae, 0xf2, 0x5f, 0x31, 0xbb, 0x41, 0xef, 0x64, 0x6a, 0x6e, 0xf5, 0x17, 0x2a, 0x3e, 0xe2, 0xb8, 0x82, 0x73, 0xf3, 0xfb, 0xfc, 0x8d, 0x04, 0xf9, 0x43, 0x94, 0x9c, 0xe4, 0xa6, 0x59, 0x6f, 0x70, 0xdb, 0x5f, 0xb0, 0xd6, 0x5c, 0xb1, 0xc3, 0xb7, 0xb8, 0x13, 0x73, 0x74, 0x60, 0xe7, 0x51, 0x0d, 0x36, 0x73, 0xce, 0xcd, 0xbf, 0x22, 0xc0, 0x27, 0x65, 0xc7, 0x32, 0x3a, 0xca, 0xa3, 0xb8, 0x0d, 0x79, 0xaa, 0x45, 0x24, 0xb3, 0xa4, 0x99, 0xd7, 0xfc, 0x0e, 0x29, 0x36, 0x24, 0xc7, 0x77, 0x80, 0xc8, 0x02, 0xc2, 0x46, 0xe9, 0x7e, 0x6c, 0x61, 0x1c, 0x60, 0xf0, 0x4c, 0x3a, 0x96, 0xf5, 0xcc, 0x80, 0x5c, 0x53, 0x25, 0x14, 0xaf, 0x42, 0x46, 0x97, 0x23, 0xf9, 0x64, 0xd2, 0x19, 0x73, 0xbd, 0xc8, 0xf3, 0x6e, 0x47, 0xef, 0x1e, 0x24, 0x2d, 0x37, 0x4c, 0x4e, 0x46, 0x40, 0x74, 0xe2, 0xc0, 0xc2, 0x62, 0x68, 0x7a, 0x4c, 0x1b, 0xb3, 0x3b, 0x2c, 0xce, 0xdb, 0xa4, 0xd4, 0xf8, 0x27, 0x01, 0xc5, 0x85, 0xae, 0x54, 0x70, 0x6f, 0x56, 0x4a, 0x93, 0xca, 0x19, 0xb4, 0xa6, 0xd6, 0x86, 0x06, 0x8f, 0xed, 0x6f, 0xfc, 0xff, 0x61, 0x2b, 0x3f, 0x71, 0xdf, 0x46, 0xe0, 0x27, 0xb3, 0x37, 0x52, 0x30, 0xf3, 0x11, 0xb8, 0x99, 0x86, 0x9b, 0x07, 0xf7, 0xc2, 0xde, 0x79, 0x96, 0x03, 0xa5, 0x7a, 0x2b, 0x4d, 0x7f, 0x1f, 0x5e, 0x70, 0x74, 0x74, 0x0f, 0x11, 0xd0, 0xee, 0xb6, 0xe5, 0x1d, 0x48, 0x9a, 0xc4, 0x12, 0xd5, 0x2f, 0xd0, 0x5f } }; static const struct cckprng_op_reseed op_reseed_1345 = { .hd = { .id = 1271, .kind = OP_RESEED }, .nonce = 11448494105444982587ULL, .seed_nbytes = 47, .seed = { 0x55, 0x01, 0xc8, 0x58, 0x76, 0x1a, 0x2b, 0x12, 0x41, 0xbf, 0x55, 0x62, 0x25, 0x28, 0x78, 0xa0, 0x1b, 0x35, 0xa5, 0xa3, 0xa6, 0xe1, 0x94, 0xea, 0xf0, 0x3e, 0x4c, 0x28, 0xa9, 0x34, 0xeb, 0x3e, 0x2e, 0xb2, 0x54, 0xab, 0xcc, 0x7a, 0x9c, 0x9d, 0x11, 0x0f, 0x43, 0x28, 0x61, 0x2f, 0x20 } }; static const struct cckprng_op_generate op_init_1346 = { .hd = { .id = 1272, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0x7e, 0x02, 0x2a, 0x3d, 0xa4, 0x4b, 0xaf, 0x37, 0x66, 0x13, 0x16, 0xee, 0xff, 0xb4, 0x81, 0xb2, 0x81, 0x23, 0xee, 0xc8, 0x34, 0x17, 0xab, 0x73, 0x0d, 0x9e, 0x56, 0xc1, 0x05, 0x7f, 0x7f, 0x1a, 0x46, 0xf7, 0x74, 0x73, 0x3f, 0x6f, 0x79, 0x25, 0xb5, 0x34, 0x0c, 0x97, 0x20, 0x31, 0x62, 0x9b, 0x40, 0x1a, 0x75, 0xdd, 0x40, 0x34, 0xde, 0x3d, 0x7d, 0x7b, 0x28, 0x60, 0x8d, 0x56, 0x05, 0xea, 0xc6, 0xca, 0xbd, 0xcf, 0xaa, 0xda, 0x0c, 0x6f, 0x66, 0x50, 0x07, 0xdd, 0x0e, 0x67, 0x9c, 0x99, 0x52, 0xc0, 0x7f, 0x74, 0x1f, 0xfa, 0x6b, 0x3b, 0x92, 0xd9, 0x03, 0xd4, 0xc5, 0x70, 0x6e, 0x2a, 0x7c, 0xb6, 0xe8, 0x54, 0xfe, 0xc5, 0x50, 0x1c, 0x3f, 0xf0, 0xaa, 0xca, 0xfc, 0x35, 0x6c, 0x87, 0xe2, 0x8c, 0x1f, 0xa5, 0xdc, 0x68, 0x2b, 0xbd, 0x35, 0x44, 0x98, 0xb7, 0x36, 0xea, 0x1d } } }; static const struct cckprng_op_refresh op_refresh_1347 = { .hd = { .id = 1273, .kind = OP_REFRESH }, .rand = 5337419164458353887ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1348 = { .hd = { .id = 1274, .kind = OP_REFRESH }, .rand = 840540007576390483ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1349[] = { (const struct cckprng_op *)&op_init_1333, (const struct cckprng_op *)&op_init_1334, (const struct cckprng_op *)&op_refresh_1335, (const struct cckprng_op *)&op_reseed_1336, (const struct cckprng_op *)&op_refresh_1337, (const struct cckprng_op *)&op_init_1338, (const struct cckprng_op *)&op_reseed_1339, (const struct cckprng_op *)&op_init_1340, (const struct cckprng_op *)&op_reseed_1341, (const struct cckprng_op *)&op_reseed_1342, (const struct cckprng_op *)&op_init_1343, (const struct cckprng_op *)&op_reseed_1344, (const struct cckprng_op *)&op_reseed_1345, (const struct cckprng_op *)&op_init_1346, (const struct cckprng_op *)&op_refresh_1347, (const struct cckprng_op *)&op_refresh_1348 }; static const struct cckprng_vector vec_1350 = { .id = 1275, .note = NULL, .nops = 16, .ops = ops_1349 }; static const struct cckprng_op_init op_init_1351 = { .hd = { .id = 1276, .kind = OP_INIT }, .seed = { 0xeb, 0x6b, 0xf4, 0x17, 0x67, 0xdd, 0x60, 0x31, 0xd5, 0x64, 0x05, 0xec, 0x57, 0x77, 0xb3, 0xd6, 0x61, 0xca, 0x80, 0x64, 0x9c, 0x08, 0xba, 0x70, 0x13, 0x1f, 0xea, 0x44, 0xc5, 0xd8, 0x43, 0x81 }, .nonce = { 0x3e, 0xc5, 0x4e, 0x19, 0x7e, 0xec, 0x4b, 0xac }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1352 = { .hd = { .id = 1277, .kind = OP_GENERATE }, .rand_nbytes = 210, .out = { .rand = { 0x88, 0xe2, 0xe7, 0xe0, 0xb3, 0x3f, 0x8e, 0x2f, 0x38, 0x3d, 0xfb, 0x8e, 0xc5, 0xe7, 0xc3, 0xd4, 0x98, 0x83, 0xee, 0x31, 0x03, 0x93, 0xdc, 0x5d, 0x05, 0x42, 0x2e, 0x5b, 0xc4, 0x47, 0xd1, 0xb1, 0x4a, 0xd6, 0x4b, 0xeb, 0x00, 0x63, 0x67, 0x49, 0x4b, 0x87, 0x1a, 0xdc, 0xe5, 0x19, 0x6c, 0xcb, 0xa4, 0xd1, 0x61, 0xea, 0xaa, 0x23, 0x29, 0x32, 0x92, 0x92, 0x6e, 0x81, 0xc1, 0xde, 0x2f, 0x2f, 0x87, 0x5c, 0xd3, 0x3f, 0xf6, 0xab, 0x03, 0x1a, 0xf4, 0xef, 0x69, 0x24, 0xb6, 0x45, 0x86, 0xc7, 0x86, 0x2a, 0x83, 0xc0, 0xa1, 0x67, 0xd4, 0xc4, 0xb0, 0xb4, 0x05, 0xba, 0xc6, 0x27, 0xc9, 0x2b, 0x6f, 0x59, 0x60, 0x91, 0x3e, 0x67, 0x21, 0xa0, 0x4f, 0x52, 0x7f, 0xf1, 0x06, 0xf5, 0xda, 0x82, 0x49, 0xb7, 0x87, 0x1f, 0x6f, 0x74, 0xce, 0xc6, 0x47, 0xa0, 0x14, 0x05, 0xfd, 0xa9, 0xa3, 0x21, 0x48, 0xc8, 0x8d, 0xa7, 0xa9, 0xdd, 0x92, 0x26, 0xfa, 0x0f, 0xe1, 0x8f, 0x32, 0x94, 0x13, 0x5f, 0xa3, 0xcf, 0x4b, 0x11, 0x2f, 0xb1, 0x17, 0x7b, 0x4f, 0x1b, 0x17, 0x7c, 0x65, 0x5b, 0x25, 0x0f, 0x3e, 0x08, 0x32, 0xb2, 0x88, 0x69, 0x3b, 0x2b, 0xbc, 0xa9, 0xfe, 0xac, 0xc5, 0xb5, 0x84, 0x6d, 0xd1, 0xf1, 0xbb, 0x2e, 0xa0, 0x00, 0xb2, 0x05, 0xae, 0x67, 0xd9, 0xde, 0x0c, 0x99, 0x5b, 0x7c, 0xfd, 0x5f, 0x03, 0x52, 0x33, 0x07, 0x10, 0x44, 0xde, 0x95, 0x9c, 0x85, 0xc7, 0xeb, 0x07, 0x9e, 0xe8, 0x42 } } }; static const struct cckprng_op_refresh op_refresh_1353 = { .hd = { .id = 1278, .kind = OP_REFRESH }, .rand = 4587143697798715625ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1354 = { .hd = { .id = 1279, .kind = OP_REFRESH }, .rand = 16689001840470683464ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1355 = { .hd = { .id = 1280, .kind = OP_REFRESH }, .rand = 11795553420992499076ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1356 = { .hd = { .id = 1281, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x72, 0x8c, 0x86, 0xec, 0x2d, 0x9d, 0x68, 0x94, 0xe6, 0x63, 0x4d, 0x66, 0xfd, 0xf6, 0x25, 0x46, 0xc8, 0x16, 0xf5, 0x8a, 0xd0, 0xfd, 0xd5, 0x1d, 0xde, 0xf9, 0x45, 0xa2, 0x47, 0xb9, 0x46, 0x1b, 0xc5, 0xad, 0xab, 0x83, 0xfe, 0x78, 0xb8, 0x21, 0xe9, 0x65, 0x67, 0xe7, 0x48, 0x0b, 0xf3, 0xfe, 0xc2, 0xcb, 0x9f, 0x4a, 0x08, 0xad, 0xdd, 0x38, 0xf3, 0xec, 0xea, 0x26, 0xdd, 0x56, 0xc2, 0x3b, 0x5d, 0x5a, 0xed, 0x64, 0xc3, 0x1a, 0x26, 0xf0, 0x9b, 0xfe, 0xca, 0x9a, 0x52, 0xc9, 0xb8, 0xc8, 0xa8, 0x7b, 0x02, 0x3a, 0x48, 0x6a, 0x5f, 0x9c, 0xc5, 0x59, 0x97, 0xb9, 0x65, 0x49, 0xe3, 0x4d, 0x11, 0xd8, 0x3d, 0x4a, 0x79, 0x70, 0xe1, 0x2a, 0xaf, 0x63, 0x14, 0xc6, 0x9b, 0xc0, 0x02, 0x76, 0x77, 0x51, 0x1c, 0x07, 0x24, 0xee, 0x31, 0xa4, 0x66, 0xf7, 0xb0, 0x39, 0xd6, 0x67, 0x2e, 0x36, 0x6a, 0xab, 0x58, 0x3f, 0x7c, 0xa6, 0x5f, 0x79, 0xa6, 0x74, 0xb9, 0x7d, 0xd8, 0xaa, 0xc4, 0x98, 0x5f, 0x02, 0x62, 0xd6, 0x5d, 0x0b, 0x94, 0x4e, 0xdf, 0x30, 0x15, 0xf2, 0x76, 0x8e, 0x96, 0x2b, 0x27, 0x87, 0x67, 0x03, 0x07, 0x0c, 0x85, 0xa1, 0xc7, 0x46, 0xe6, 0xbf, 0x73, 0x07, 0xaf, 0xc7, 0xeb, 0x94, 0xe8, 0x2c, 0x56, 0x45, 0x34, 0x38, 0x28, 0x04, 0x8d, 0xfd, 0xa5, 0xce, 0x3d, 0x16, 0x25, 0x0d, 0xe0, 0xbc, 0x3c, 0xcd, 0x33, 0x81, 0x3e, 0xff, 0xb1, 0x8a, 0x68, 0x4c } } }; static const struct cckprng_op_generate op_init_1357 = { .hd = { .id = 1282, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x8e, 0x25, 0x1d, 0x44, 0x86, 0x68, 0xc9, 0x6d, 0xee, 0x73, 0xd7, 0x9a, 0x7f, 0x9d, 0x42, 0xa2, 0x0e, 0xc7, 0x5e, 0x24, 0x13, 0xa8, 0x57, 0x5f, 0x6c, 0xad, 0x6a, 0xec, 0xa1, 0x82, 0xfa, 0x61, 0x34, 0x2b, 0x97, 0x5a, 0x9a, 0x95, 0x24, 0xe1, 0xb0, 0x5c, 0xb2, 0xb6, 0xca, 0x7e, 0xd6, 0x1d, 0x71, 0xf3, 0x30, 0x6e, 0x35, 0x32, 0x43, 0x4a, 0x3f, 0xc7, 0x0d, 0x47, 0x90, 0x16, 0x4f, 0x9f, 0x4a, 0xc0, 0x40, 0x6c, 0x92, 0x56, 0x68, 0xbd, 0x2e, 0xea, 0x95, 0x2e, 0x79, 0xe7, 0x38, 0x9e, 0xe5, 0xee, 0x18, 0x13, 0xed } } }; static const struct cckprng_op_generate op_init_1358 = { .hd = { .id = 1283, .kind = OP_GENERATE }, .rand_nbytes = 29, .out = { .rand = { 0xe7, 0xd8, 0x78, 0x60, 0xc5, 0x7d, 0x94, 0x33, 0x50, 0xc8, 0x40, 0xf1, 0xd5, 0xc1, 0xd0, 0x73, 0x40, 0xe0, 0x34, 0x58, 0xc6, 0xc9, 0x1f, 0x64, 0xf2, 0xcc, 0xa9, 0x65, 0xba } } }; static const struct cckprng_op_refresh op_refresh_1359 = { .hd = { .id = 1284, .kind = OP_REFRESH }, .rand = 4755459588377213215ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1360 = { .hd = { .id = 1285, .kind = OP_GENERATE }, .rand_nbytes = 188, .out = { .rand = { 0x43, 0x4a, 0x60, 0x78, 0x3e, 0xad, 0x8b, 0x83, 0x49, 0x24, 0x6d, 0x7e, 0xc4, 0xea, 0x81, 0x22, 0x8f, 0x69, 0x3a, 0xbe, 0xe1, 0xe5, 0x5c, 0xd7, 0xd5, 0x31, 0x46, 0x19, 0x7f, 0xfd, 0x2c, 0x81, 0x7b, 0xfd, 0xc5, 0xd9, 0xb1, 0x26, 0x60, 0x38, 0xbb, 0xce, 0xc7, 0x16, 0x22, 0x97, 0x9a, 0x38, 0xe5, 0x73, 0xc7, 0xa5, 0x5f, 0x6b, 0x4f, 0x35, 0xe4, 0xe4, 0x21, 0xb9, 0xef, 0x23, 0x44, 0x45, 0xbc, 0x48, 0x80, 0x71, 0x5d, 0x5b, 0xd7, 0x85, 0x47, 0x03, 0x00, 0x59, 0xf9, 0x07, 0xaa, 0xc3, 0x88, 0xad, 0x9a, 0x32, 0x52, 0x59, 0x21, 0x1f, 0x31, 0xcc, 0xe0, 0x91, 0xfb, 0xee, 0x87, 0x07, 0xb8, 0x19, 0x1b, 0x41, 0xbb, 0x58, 0x34, 0x35, 0x5a, 0xeb, 0x17, 0xc8, 0x55, 0x45, 0x2e, 0x2a, 0xc6, 0xf9, 0x64, 0x5e, 0x1c, 0x6c, 0xf6, 0x2c, 0x34, 0xf1, 0xe5, 0x29, 0x4e, 0x3b, 0x8e, 0xa6, 0x9d, 0x66, 0x79, 0x99, 0x2e, 0x35, 0x81, 0xe7, 0xd0, 0xcd, 0x51, 0x4d, 0xeb, 0x90, 0xba, 0x67, 0x5d, 0x93, 0x3a, 0xe3, 0x6b, 0xf7, 0x8d, 0xe6, 0x55, 0x39, 0xf9, 0x80, 0x15, 0x8c, 0x73, 0xea, 0x29, 0x96, 0xfb, 0xe5, 0x66, 0x23, 0xd6, 0xff, 0xf0, 0x24, 0x36, 0xb0, 0x4b, 0x80, 0xee, 0x47, 0x00, 0x2b, 0xd9, 0xaa, 0x55, 0x14, 0xa2, 0xc6, 0x1a, 0x52, 0x4a, 0xc8 } } }; static const struct cckprng_op_generate op_init_1361 = { .hd = { .id = 1286, .kind = OP_GENERATE }, .rand_nbytes = 54, .out = { .rand = { 0x70, 0x9f, 0xa5, 0xf9, 0x64, 0x78, 0xc2, 0x1a, 0x65, 0x6f, 0xb5, 0x24, 0xd8, 0xd1, 0x5c, 0x7e, 0x39, 0xe3, 0xf7, 0xcb, 0x66, 0x9b, 0xac, 0x89, 0x40, 0xa4, 0x79, 0x07, 0xc4, 0xda, 0x80, 0x35, 0xa0, 0x2f, 0x61, 0xb6, 0xd8, 0x4f, 0xbd, 0x1d, 0xbd, 0xf9, 0xff, 0x0f, 0xa6, 0xd2, 0x48, 0x7e, 0x1b, 0xea, 0x4a, 0x0d, 0x14, 0x8c } } }; static const struct cckprng_op_generate op_init_1362 = { .hd = { .id = 1287, .kind = OP_GENERATE }, .rand_nbytes = 89, .out = { .rand = { 0x0c, 0x74, 0x92, 0x25, 0xf0, 0x8c, 0x27, 0x79, 0xf9, 0x6d, 0x56, 0x5b, 0xb7, 0xfb, 0x04, 0xa7, 0x76, 0xf8, 0x77, 0x9e, 0x33, 0xc8, 0xe3, 0x45, 0xd0, 0xe0, 0x63, 0x7e, 0xdd, 0x88, 0xa9, 0xba, 0x50, 0x4c, 0xbc, 0xd6, 0x71, 0x08, 0x5d, 0x10, 0xbf, 0x6e, 0x4c, 0xfd, 0x3a, 0x43, 0x3d, 0x81, 0xab, 0x35, 0x9a, 0x19, 0x88, 0x65, 0x7d, 0xfb, 0x09, 0x84, 0x61, 0x69, 0x38, 0x7a, 0xe2, 0xb1, 0x60, 0x47, 0xef, 0xb7, 0x94, 0x07, 0xf5, 0x18, 0x9d, 0x5f, 0xb7, 0x5a, 0x4c, 0xc5, 0xa1, 0x6f, 0x39, 0x56, 0xcb, 0xe6, 0x86, 0x0c, 0x84, 0x9e, 0x5f } } }; static const struct cckprng_op_reseed op_reseed_1363 = { .hd = { .id = 1288, .kind = OP_RESEED }, .nonce = 14432256118846945987ULL, .seed_nbytes = 143, .seed = { 0xf0, 0xf9, 0xdc, 0x48, 0x5a, 0xd6, 0x76, 0x86, 0x3a, 0x81, 0xbb, 0x57, 0x6a, 0x04, 0xa4, 0x0e, 0xdc, 0xcb, 0x72, 0xe1, 0xa5, 0x48, 0x7b, 0x0c, 0x37, 0x63, 0xe2, 0x98, 0xdd, 0xf3, 0xb1, 0x20, 0xbf, 0x92, 0xcc, 0x50, 0x3b, 0x15, 0x59, 0x5c, 0xb4, 0x30, 0xd0, 0x5b, 0xd1, 0x56, 0x73, 0xdf, 0xf3, 0xfa, 0x7a, 0xcf, 0xb7, 0x58, 0xe5, 0xb1, 0x6c, 0x59, 0x12, 0x30, 0x7b, 0x45, 0xcd, 0x4b, 0x68, 0x34, 0x73, 0x5b, 0x86, 0xcf, 0x26, 0xc7, 0xde, 0x37, 0xf9, 0x3a, 0x03, 0x48, 0x99, 0x6d, 0xc8, 0x4d, 0x64, 0x7d, 0x55, 0x9c, 0x81, 0x1b, 0xc9, 0x59, 0xed, 0xd4, 0x19, 0x5c, 0xfd, 0xb4, 0x3f, 0xae, 0x9b, 0xcf, 0xe6, 0x4f, 0x98, 0xa5, 0x0d, 0xa7, 0x3e, 0x2e, 0xed, 0xbb, 0x86, 0x4b, 0x30, 0x20, 0x8a, 0x63, 0x39, 0xfc, 0x9a, 0x64, 0x16, 0x93, 0xb5, 0xbb, 0x7b, 0x3e, 0xb4, 0x08, 0x0d, 0x68, 0xe1, 0x72, 0xc2, 0x3a, 0xc4, 0x91, 0x3c, 0x15, 0xa7, 0x9a, 0x04, 0x3c, 0x88 } }; static const struct cckprng_op_generate op_init_1364 = { .hd = { .id = 1289, .kind = OP_GENERATE }, .rand_nbytes = 6, .out = { .rand = { 0xad, 0xed, 0x5a, 0xe7, 0x10, 0xd0 } } }; static const struct cckprng_op_reseed op_reseed_1365 = { .hd = { .id = 1290, .kind = OP_RESEED }, .nonce = 13505903257211219769ULL, .seed_nbytes = 103, .seed = { 0x17, 0xaa, 0x6d, 0xa7, 0x26, 0xb1, 0x38, 0x2d, 0x50, 0xd9, 0x66, 0x6d, 0x20, 0x05, 0x04, 0xce, 0xa4, 0xe7, 0xbe, 0x6d, 0xc2, 0xea, 0xe6, 0x12, 0x52, 0x76, 0x79, 0x7e, 0x70, 0xf8, 0x9a, 0x1b, 0x16, 0xf8, 0x31, 0x0f, 0x14, 0x74, 0xab, 0x75, 0x62, 0x35, 0x45, 0x1a, 0xbc, 0xda, 0x03, 0x9a, 0x88, 0x3e, 0xf5, 0x9c, 0x1b, 0x49, 0x79, 0x97, 0x81, 0x17, 0x85, 0x75, 0x55, 0xa5, 0x5c, 0x69, 0xd8, 0x2c, 0x2e, 0x5c, 0x6c, 0x9e, 0x00, 0x59, 0x72, 0x2d, 0x9f, 0xab, 0x51, 0x42, 0x38, 0xc9, 0xd7, 0x25, 0x70, 0xb2, 0xea, 0x93, 0x14, 0x36, 0x4d, 0x7d, 0x46, 0xa7, 0x12, 0x9c, 0xe7, 0x59, 0x1b, 0x14, 0x87, 0xd4, 0xf5, 0x2e, 0xf2 } }; static const struct cckprng_op_generate op_init_1366 = { .hd = { .id = 1291, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0xb3, 0xda, 0xa2, 0x1b, 0xd8, 0x61, 0xdf, 0x42, 0xfc, 0xdd, 0x27, 0x52, 0xc1, 0xec, 0xd7, 0x6e, 0x69, 0xf9, 0x6e, 0xbf, 0x2b, 0x53, 0x2d, 0x35, 0x2e, 0x49, 0xa8, 0x48, 0x9d, 0xd0, 0xcd, 0xf3, 0x74, 0xfe, 0xfc, 0x55, 0xd4, 0x93, 0x16, 0xdc, 0x42, 0xb1, 0xd4, 0x79, 0xa9, 0x98, 0xbf, 0x29, 0xb0, 0x42, 0x03, 0x04, 0x95, 0xa4, 0x28, 0xdb, 0x1c, 0xe1, 0x42, 0x6d, 0x36, 0x9d, 0xa5, 0x50, 0xe5, 0xc1, 0x65, 0xb0, 0x64, 0x25, 0x30, 0xec, 0xe2, 0x4d, 0xac, 0xbb, 0x39, 0x1f, 0x95, 0xea, 0xf1, 0x01, 0xdf, 0x0c, 0x1e, 0xe2, 0x06, 0x86, 0x54, 0x83, 0xf6, 0xd4, 0x95, 0x2f, 0x12, 0x23, 0x7c, 0x5c, 0x84, 0x0f, 0xd8, 0x42, 0xa0, 0x34, 0x1b, 0x65, 0xa5, 0x89, 0x44, 0xe6, 0xa7, 0xb1, 0x41, 0x24, 0x57, 0x8b, 0xdb, 0x0e, 0x94, 0xdc, 0xe3, 0x50, 0x2f, 0x54, 0x43, 0x48, 0xbd, 0xb8, 0xc9, 0x0f, 0x35, 0x19, 0x43, 0x8d, 0x46, 0xe2, 0x89, 0x31, 0x95, 0x5a, 0x5e, 0x43 } } }; static const struct cckprng_op *ops_1367[] = { (const struct cckprng_op *)&op_init_1351, (const struct cckprng_op *)&op_init_1352, (const struct cckprng_op *)&op_refresh_1353, (const struct cckprng_op *)&op_refresh_1354, (const struct cckprng_op *)&op_refresh_1355, (const struct cckprng_op *)&op_init_1356, (const struct cckprng_op *)&op_init_1357, (const struct cckprng_op *)&op_init_1358, (const struct cckprng_op *)&op_refresh_1359, (const struct cckprng_op *)&op_init_1360, (const struct cckprng_op *)&op_init_1361, (const struct cckprng_op *)&op_init_1362, (const struct cckprng_op *)&op_reseed_1363, (const struct cckprng_op *)&op_init_1364, (const struct cckprng_op *)&op_reseed_1365, (const struct cckprng_op *)&op_init_1366 }; static const struct cckprng_vector vec_1368 = { .id = 1292, .note = NULL, .nops = 16, .ops = ops_1367 }; static const struct cckprng_op_init op_init_1369 = { .hd = { .id = 1293, .kind = OP_INIT }, .seed = { 0x7b, 0x15, 0xb1, 0x5c, 0x82, 0x7c, 0x7d, 0x90, 0x9d, 0x31, 0x0d, 0x13, 0x30, 0xc8, 0x48, 0x95, 0x19, 0xf6, 0x42, 0x81, 0x82, 0xf6, 0x2c, 0x70, 0xe2, 0xa9, 0x5f, 0x78, 0x87, 0xe3, 0xd3, 0x4d }, .nonce = { 0xc6, 0x31, 0x9e, 0xa2, 0xa9, 0x6a, 0x68, 0x5d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1370 = { .hd = { .id = 1294, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0xa4, 0x42, 0x4a, 0xdb, 0x99, 0xa2, 0xfa, 0x9e, 0xe9, 0x05, 0x90, 0xaf } } }; static const struct cckprng_op_generate op_init_1371 = { .hd = { .id = 1295, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0x9d, 0x55, 0x95, 0x9c, 0x51, 0x57, 0x05, 0x94, 0xc3, 0x61, 0xd2, 0xc5, 0x99, 0x78, 0x7d, 0x5a, 0x73, 0xea, 0x80, 0xb5, 0xdb, 0x0d, 0xe3, 0x7b, 0x18, 0x82, 0x67, 0x8d, 0xc5, 0xae, 0xca, 0x47, 0x4b, 0x34, 0x82, 0x9f, 0x4b, 0x99, 0x4b, 0xe2, 0x6e, 0xba, 0x3b, 0x3a, 0x66, 0xbd, 0x1f, 0xf5, 0xf3, 0xaa, 0xb3, 0x85, 0x93, 0x1a, 0x7d, 0x54, 0xe1, 0x90, 0x55, 0xa4, 0x14, 0x36, 0x67, 0x51, 0x70, 0x28, 0x7d, 0x1c, 0x8c, 0xeb, 0x88, 0xb8, 0x29, 0x3d, 0x00, 0x8c, 0xa1, 0x2f, 0x5e, 0x21, 0x85, 0x6c, 0xd7, 0x24, 0x1c, 0xc8, 0x08, 0xd1, 0xe7, 0xc3, 0x57, 0xad, 0x42, 0x95, 0x21, 0xf2, 0x40, 0x7e, 0xa6, 0xd1, 0x82, 0x4d, 0x62, 0xf3, 0x8f, 0xd7, 0xa9, 0x7f, 0x6f, 0x3a, 0x40, 0x7b, 0xc9 } } }; static const struct cckprng_op_generate op_init_1372 = { .hd = { .id = 1296, .kind = OP_GENERATE }, .rand_nbytes = 112, .out = { .rand = { 0x4d, 0xe7, 0x67, 0x04, 0x20, 0x85, 0x35, 0x51, 0xab, 0x3e, 0xdd, 0x9d, 0x92, 0x77, 0x0d, 0x5a, 0xc3, 0xc2, 0x90, 0xbd, 0xb9, 0x4f, 0xf7, 0x0a, 0xc8, 0xea, 0x3c, 0x34, 0x5a, 0xf9, 0xc9, 0x97, 0x84, 0x0d, 0x85, 0xc8, 0x4f, 0xa3, 0x8d, 0x57, 0x6e, 0x65, 0xb1, 0xa7, 0xa8, 0x74, 0xef, 0x57, 0x40, 0x85, 0xd1, 0xab, 0x91, 0x60, 0xa1, 0xa5, 0x3b, 0x58, 0x8f, 0xe3, 0x24, 0xa4, 0x37, 0xce, 0x4c, 0x6b, 0xc5, 0x5d, 0x43, 0xa4, 0x50, 0x32, 0xac, 0x5d, 0x9e, 0x43, 0x69, 0x27, 0x8d, 0xe6, 0x08, 0xf1, 0x5c, 0xaf, 0xad, 0x01, 0x53, 0x08, 0x1c, 0x81, 0x3a, 0x2c, 0x10, 0x1d, 0xbb, 0x87, 0xd2, 0x6f, 0x16, 0x5b, 0x3f, 0x15, 0xd3, 0x1d, 0x61, 0x40, 0x08, 0x57, 0x93, 0x33, 0xfa, 0x5f } } }; static const struct cckprng_op_refresh op_refresh_1373 = { .hd = { .id = 1297, .kind = OP_REFRESH }, .rand = 17078948639343524949ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1374 = { .hd = { .id = 1298, .kind = OP_GENERATE }, .rand_nbytes = 93, .out = { .rand = { 0xbf, 0x27, 0xfc, 0xe7, 0x00, 0x42, 0x2f, 0x21, 0xf6, 0x68, 0x15, 0xad, 0xb1, 0x05, 0xda, 0x9f, 0x55, 0x9d, 0x4a, 0x8e, 0x71, 0x35, 0x21, 0x5c, 0x49, 0xb6, 0x97, 0x9b, 0x2e, 0x4f, 0x27, 0xc0, 0x8b, 0xf6, 0x09, 0xb7, 0xca, 0xd2, 0x24, 0x77, 0xbe, 0xdf, 0x7e, 0x35, 0xab, 0x14, 0x27, 0x2a, 0x76, 0x67, 0xf7, 0x62, 0x44, 0x80, 0x37, 0xd8, 0xce, 0x4a, 0x38, 0x50, 0x92, 0x5b, 0x15, 0x88, 0x23, 0x1a, 0x61, 0xc0, 0x25, 0xfd, 0xdf, 0xd8, 0x0c, 0x00, 0x92, 0x58, 0x59, 0x27, 0x6c, 0x53, 0xba, 0x99, 0x77, 0x75, 0xb5, 0xc8, 0xd0, 0xde, 0xc0, 0x9c, 0x99, 0xce, 0xf5 } } }; static const struct cckprng_op_generate op_init_1375 = { .hd = { .id = 1299, .kind = OP_GENERATE }, .rand_nbytes = 13, .out = { .rand = { 0xa8, 0x26, 0x23, 0xb0, 0xff, 0xb5, 0x3b, 0x69, 0x83, 0x67, 0x18, 0xa6, 0x94 } } }; static const struct cckprng_op_refresh op_refresh_1376 = { .hd = { .id = 1300, .kind = OP_REFRESH }, .rand = 10440692929983742529ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1377 = { .hd = { .id = 1301, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0x25, 0x82, 0x32, 0x11, 0xc7, 0x37, 0xe8, 0x7e, 0x73, 0x33, 0xe1, 0xf7, 0x2c, 0x77, 0xa8, 0xe3, 0x1a, 0xd1, 0xe4, 0x1e, 0x15, 0xdc, 0xc1, 0x56, 0x52, 0x52, 0x66, 0x8d, 0xa2, 0x6d, 0xfd, 0x5d, 0x95, 0x32, 0xd7, 0x65, 0x0e, 0x82, 0x4a, 0x92, 0xf1, 0x5d, 0xdd, 0xd3, 0x06, 0x16, 0x38, 0x1b, 0x42, 0x9b, 0xd8, 0x44, 0xa7, 0xd3, 0x6e, 0x15, 0x20, 0xe7, 0x33, 0x53, 0xf7, 0x45, 0xc2, 0x08, 0x6c, 0xef, 0x70, 0x03, 0x36, 0x08, 0xbb, 0x21, 0x84, 0x2a, 0x65, 0x7c, 0xe6, 0xac, 0xf5, 0xa9, 0x51, 0x0b, 0xab, 0x90, 0xa6, 0x2a, 0xee, 0x93, 0xed, 0xe4, 0xc8, 0x21, 0x0b, 0x7f, 0x14, 0x10, 0x48, 0x44, 0x8c, 0x19, 0xb8, 0x77, 0x26, 0xe5, 0xd3, 0xf9, 0xf8, 0x22, 0xb0, 0x95, 0xa6, 0xf9, 0xa2, 0x81, 0x21, 0xbc, 0x0a, 0x4c, 0xf1, 0x8f, 0x5d, 0xdb, 0xc8, 0xd4, 0xb5, 0xc4, 0x5a, 0xe7, 0x31, 0x22, 0x1b, 0xf8, 0xad, 0x67, 0xac, 0x6b, 0x4a, 0xe0, 0x7f, 0x11, 0xef, 0x0a, 0xcc, 0x5c, 0x04, 0xdd, 0xa4, 0x68, 0xfb, 0x32, 0xa7 } } }; static const struct cckprng_op_refresh op_refresh_1378 = { .hd = { .id = 1302, .kind = OP_REFRESH }, .rand = 7333988517504639190ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1379 = { .hd = { .id = 1303, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0x26, 0x77, 0x59, 0xa8, 0xc3, 0xb6, 0xe1, 0xfb, 0x4f, 0x2b, 0x02, 0x19, 0xa1, 0xeb, 0xdf, 0xbb, 0xab, 0x63, 0xb9, 0xe4, 0x63, 0xb7, 0xe3, 0x78, 0xfc, 0x1f, 0xbf, 0x99, 0x4e, 0x4f, 0xb3, 0x34, 0x51, 0x87, 0xc3, 0xc8, 0x37, 0x44, 0xa1, 0xe8, 0xa8, 0x86, 0x87, 0x77, 0x21, 0x4e, 0xf0, 0x0c, 0xed, 0x22, 0xcd, 0x75, 0x1d, 0x50, 0x6e, 0x42, 0xf9, 0x76, 0x1a, 0xb8, 0xec, 0x0a, 0x58, 0x6b, 0x5e, 0xf9, 0xd4, 0x49, 0xa0, 0x70, 0x24, 0xa7, 0x67, 0x4a, 0xae, 0x3c, 0x0f, 0xe1, 0x97, 0x82, 0xa7, 0x3b } } }; static const struct cckprng_op_generate op_init_1380 = { .hd = { .id = 1304, .kind = OP_GENERATE }, .rand_nbytes = 109, .out = { .rand = { 0xc3, 0x57, 0x1a, 0x62, 0x8f, 0xca, 0xd0, 0x8b, 0x55, 0xb9, 0x5b, 0x39, 0xd4, 0xcd, 0x7c, 0xb2, 0xcd, 0x80, 0xcf, 0xbe, 0xdd, 0x0b, 0x7a, 0xb4, 0xd1, 0x00, 0x93, 0x22, 0x81, 0x3a, 0x6a, 0x7d, 0x0c, 0x55, 0x60, 0xd3, 0xe1, 0x72, 0xa0, 0x9e, 0xfd, 0x40, 0x89, 0x69, 0xce, 0xcd, 0x5d, 0xd8, 0x3f, 0x29, 0xd2, 0x70, 0xa5, 0x41, 0xbd, 0x76, 0x47, 0x94, 0x74, 0x09, 0xdc, 0xf0, 0x44, 0xe6, 0xc2, 0xd7, 0xc4, 0x2f, 0xb5, 0x0a, 0x6c, 0x37, 0x29, 0xe9, 0x2f, 0x84, 0x18, 0xd0, 0x51, 0xa3, 0x6f, 0x0c, 0xe1, 0x89, 0x5f, 0x07, 0x51, 0x51, 0x82, 0xe7, 0x35, 0xd5, 0x37, 0xb8, 0xcf, 0x6b, 0x75, 0xfa, 0x0d, 0x6b, 0x48, 0xc9, 0x01, 0x84, 0x43, 0xbf, 0x0e, 0x0e, 0x5c } } }; static const struct cckprng_op_generate op_init_1381 = { .hd = { .id = 1305, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0xad, 0x85, 0x57, 0xb8, 0x84, 0x3a, 0x58, 0xec, 0xb0, 0xe1, 0x5b, 0x20, 0x00, 0x2b, 0x10, 0x57, 0xde, 0x92, 0x8d, 0xc1, 0x64, 0x99, 0xcd, 0x7c } } }; static const struct cckprng_op_refresh op_refresh_1382 = { .hd = { .id = 1306, .kind = OP_REFRESH }, .rand = 8654361316355204082ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1383 = { .hd = { .id = 1307, .kind = OP_REFRESH }, .rand = 10006747516333089156ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1384 = { .hd = { .id = 1308, .kind = OP_REFRESH }, .rand = 3673354610877862031ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1385[] = { (const struct cckprng_op *)&op_init_1369, (const struct cckprng_op *)&op_init_1370, (const struct cckprng_op *)&op_init_1371, (const struct cckprng_op *)&op_init_1372, (const struct cckprng_op *)&op_refresh_1373, (const struct cckprng_op *)&op_init_1374, (const struct cckprng_op *)&op_init_1375, (const struct cckprng_op *)&op_refresh_1376, (const struct cckprng_op *)&op_init_1377, (const struct cckprng_op *)&op_refresh_1378, (const struct cckprng_op *)&op_init_1379, (const struct cckprng_op *)&op_init_1380, (const struct cckprng_op *)&op_init_1381, (const struct cckprng_op *)&op_refresh_1382, (const struct cckprng_op *)&op_refresh_1383, (const struct cckprng_op *)&op_refresh_1384 }; static const struct cckprng_vector vec_1386 = { .id = 1309, .note = NULL, .nops = 16, .ops = ops_1385 }; static const struct cckprng_op_init op_init_1387 = { .hd = { .id = 1310, .kind = OP_INIT }, .seed = { 0x01, 0x48, 0xc7, 0x4d, 0x9f, 0xb3, 0x77, 0xf0, 0x42, 0x82, 0x42, 0x7b, 0xce, 0x0d, 0x5b, 0xe9, 0x91, 0x36, 0x91, 0x19, 0x95, 0x60, 0x73, 0x5a, 0x2f, 0x39, 0xc3, 0x59, 0x22, 0xfb, 0x0d, 0x86 }, .nonce = { 0x6b, 0x1f, 0xb9, 0x82, 0x34, 0xa5, 0x29, 0x4c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1388 = { .hd = { .id = 1311, .kind = OP_GENERATE }, .rand_nbytes = 109, .out = { .rand = { 0x62, 0xb9, 0x8a, 0xa4, 0x4b, 0x79, 0x24, 0x51, 0x71, 0x70, 0x6b, 0x3c, 0x1b, 0x44, 0x5d, 0x5a, 0x57, 0x68, 0x57, 0xd9, 0x98, 0xae, 0x7b, 0xa6, 0x40, 0xdd, 0xbc, 0x69, 0x25, 0x80, 0x32, 0x27, 0x6f, 0x97, 0x95, 0x04, 0x19, 0xc4, 0x8f, 0x2e, 0xd1, 0x02, 0x78, 0x9d, 0xfc, 0x5b, 0xae, 0xfd, 0xe4, 0xcb, 0x5c, 0x95, 0x66, 0x3d, 0xcc, 0x5c, 0xd9, 0x15, 0xf4, 0x91, 0x3c, 0x2d, 0x1a, 0x9a, 0xf8, 0xb8, 0x20, 0x35, 0xbf, 0x0f, 0x29, 0xde, 0xcb, 0xe1, 0x59, 0xc5, 0x3c, 0x13, 0x26, 0x80, 0xbe, 0xd2, 0x0e, 0x59, 0xdb, 0x9b, 0xbe, 0xa5, 0x9d, 0xc9, 0x99, 0xfa, 0x0a, 0xfc, 0xf7, 0x03, 0x4f, 0x43, 0x03, 0x76, 0xf4, 0x36, 0x7c, 0x4a, 0x0f, 0x34, 0x5b, 0x75, 0x2f } } }; static const struct cckprng_op_reseed op_reseed_1389 = { .hd = { .id = 1312, .kind = OP_RESEED }, .nonce = 7385545289547507763ULL, .seed_nbytes = 143, .seed = { 0xe8, 0x4e, 0xed, 0x92, 0x36, 0xa5, 0xf2, 0x27, 0xa7, 0xf3, 0xb0, 0x93, 0x84, 0xef, 0x67, 0xc2, 0xad, 0x16, 0x81, 0x96, 0xda, 0x91, 0x95, 0x85, 0xd7, 0x31, 0x8c, 0xfb, 0x96, 0x53, 0xf8, 0xbc, 0x35, 0x04, 0x2b, 0x11, 0x41, 0x39, 0xa0, 0xf5, 0xce, 0xc2, 0x72, 0x0d, 0x3c, 0x8c, 0x04, 0x55, 0x3a, 0xc7, 0xf3, 0x5c, 0x14, 0x19, 0xd1, 0xd7, 0x58, 0x45, 0x45, 0x84, 0x99, 0xf3, 0x9a, 0x79, 0xf9, 0x42, 0xed, 0x3e, 0xba, 0x82, 0xdd, 0xe6, 0x9a, 0x9c, 0x6d, 0x1f, 0x6a, 0xe6, 0x48, 0xcc, 0x56, 0xc1, 0x99, 0x8d, 0xcf, 0xf0, 0x01, 0x50, 0xeb, 0xd6, 0xf8, 0x25, 0x6a, 0xf6, 0x89, 0xa0, 0x9d, 0xa4, 0x2e, 0x87, 0x62, 0x14, 0x19, 0x47, 0xee, 0xc9, 0x09, 0x0d, 0xcc, 0xb6, 0xc6, 0x92, 0xb8, 0x79, 0x4f, 0xcf, 0xbe, 0xa3, 0x65, 0xdd, 0x6a, 0x1c, 0xc2, 0x91, 0x8d, 0x80, 0x6d, 0x27, 0xfe, 0x63, 0xd1, 0x65, 0xf1, 0x7b, 0x3c, 0xf0, 0x50, 0xe6, 0x15, 0x88, 0x94, 0x20, 0xaa } }; static const struct cckprng_op_refresh op_refresh_1390 = { .hd = { .id = 1313, .kind = OP_REFRESH }, .rand = 3059511902077349962ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1391 = { .hd = { .id = 1314, .kind = OP_RESEED }, .nonce = 6576812434323311371ULL, .seed_nbytes = 268, .seed = { 0xbe, 0x31, 0x69, 0xb5, 0x05, 0xb4, 0xe5, 0xd3, 0x15, 0x25, 0x76, 0x95, 0x59, 0x45, 0xde, 0xe6, 0x06, 0x83, 0x81, 0x34, 0xa1, 0x3b, 0x30, 0x57, 0xed, 0xb2, 0x65, 0xa8, 0x8f, 0x77, 0x49, 0xed, 0x88, 0xac, 0xfa, 0x72, 0x9f, 0xc4, 0x39, 0xb6, 0x1c, 0x43, 0xf1, 0xf8, 0x83, 0xd7, 0xca, 0x48, 0x85, 0xc8, 0xe9, 0x64, 0x9d, 0x99, 0x23, 0xf5, 0x7d, 0x61, 0x1b, 0x00, 0x5b, 0x2d, 0x72, 0xeb, 0x51, 0x3b, 0x5d, 0xc2, 0xa6, 0x01, 0x79, 0xdf, 0x9f, 0x65, 0x3c, 0x7e, 0x3c, 0xc3, 0x65, 0x56, 0x0a, 0xfb, 0x48, 0x8b, 0x43, 0x1a, 0xf8, 0xbb, 0xc7, 0x13, 0x90, 0x7f, 0xcd, 0xcc, 0x57, 0xe5, 0x8c, 0xd6, 0x72, 0xc8, 0x5d, 0x78, 0xc6, 0x6d, 0x4b, 0x4a, 0x5a, 0x60, 0xce, 0x87, 0x11, 0x30, 0x36, 0x4f, 0x7d, 0x19, 0x86, 0x7d, 0x2b, 0xea, 0x80, 0x5c, 0x61, 0x79, 0x9a, 0x73, 0x93, 0xa8, 0x63, 0xf4, 0x7c, 0x11, 0x93, 0x9d, 0x0c, 0x15, 0xda, 0x52, 0xf7, 0xbb, 0x4e, 0xb7, 0x0b, 0x86, 0xfd, 0x7e, 0xe5, 0x7d, 0x1d, 0xb9, 0x02, 0xb6, 0xdd, 0x38, 0xa1, 0xd1, 0x51, 0x3f, 0xdf, 0xf0, 0x9f, 0xa5, 0x4b, 0x16, 0x8d, 0x73, 0xf2, 0x87, 0x3d, 0x97, 0xd2, 0x07, 0x0e, 0xb5, 0xcd, 0xd3, 0x40, 0x9a, 0xb7, 0x90, 0x76, 0xb8, 0xb1, 0x04, 0xf4, 0x8f, 0xdf, 0x0e, 0x2a, 0xed, 0x62, 0xac, 0x1a, 0xff, 0x6d, 0xf6, 0x56, 0x3f, 0xbb, 0x5c, 0x9f, 0x61, 0xec, 0xe5, 0x15, 0x71, 0x02, 0x3f, 0x11, 0x83, 0xc0, 0xc1, 0x7d, 0x47, 0xdd, 0x7e, 0xf8, 0x1e, 0x79, 0xa6, 0x2b, 0x31, 0x52, 0xc2, 0xad, 0x6f, 0x22, 0xb3, 0x2c, 0x3d, 0x07, 0x90, 0xf2, 0x3f, 0x46, 0xdf, 0x35, 0x47, 0x12, 0x31, 0x12, 0x0e, 0x70, 0xd0, 0xb3, 0x65, 0xe0, 0x50, 0xe2, 0xe8, 0x3e, 0x2f, 0x68, 0x7a, 0xaf, 0x81, 0x85, 0xb9, 0xca, 0x76, 0xc7, 0xb4, 0x29, 0x90, 0x1a, 0xea, 0x4b, 0xb7 } }; static const struct cckprng_op_refresh op_refresh_1392 = { .hd = { .id = 1315, .kind = OP_REFRESH }, .rand = 14168713723537527648ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1393 = { .hd = { .id = 1316, .kind = OP_RESEED }, .nonce = 3842629286428078130ULL, .seed_nbytes = 168, .seed = { 0xe8, 0x53, 0x61, 0xe3, 0xad, 0x59, 0x25, 0xcf, 0xd9, 0x69, 0x89, 0x1b, 0x33, 0x54, 0xb4, 0x34, 0xad, 0xe4, 0x6c, 0x86, 0xbe, 0xca, 0x43, 0x77, 0xbd, 0x42, 0x90, 0xd7, 0xb6, 0xfe, 0x8c, 0x84, 0xa4, 0x2d, 0x52, 0x4f, 0xd5, 0x13, 0x7b, 0xff, 0x40, 0xa9, 0x10, 0x8a, 0xa2, 0xc0, 0xae, 0x02, 0xd6, 0xb7, 0x6c, 0xbe, 0xa1, 0x1f, 0x09, 0xcf, 0x24, 0x0a, 0x41, 0x2b, 0x86, 0x36, 0xfb, 0x37, 0xba, 0xd8, 0xeb, 0xee, 0x49, 0x86, 0x22, 0xc7, 0x40, 0x48, 0x9e, 0x38, 0xac, 0xe5, 0x00, 0x2d, 0x34, 0x06, 0x89, 0xe2, 0xf1, 0x39, 0x0a, 0x56, 0x2a, 0xcb, 0xcb, 0x75, 0x95, 0x3e, 0xf0, 0x50, 0x41, 0x79, 0xc3, 0x1b, 0x1a, 0x37, 0xbc, 0x18, 0x29, 0xfb, 0xb4, 0x8c, 0xb5, 0x77, 0x8c, 0x33, 0xd5, 0x5b, 0xb9, 0xf4, 0x61, 0xa4, 0xd8, 0xe3, 0x11, 0xf2, 0xc5, 0x72, 0xe9, 0x5b, 0x97, 0x53, 0x26, 0x76, 0x10, 0x57, 0xbe, 0x41, 0x78, 0x97, 0x92, 0xfc, 0xa5, 0xfc, 0x1a, 0x5f, 0xc0, 0xad, 0x55, 0x8b, 0x89, 0x90, 0x04, 0xcf, 0x70, 0xbf, 0x7f, 0x62, 0x60, 0x75, 0x18, 0xad, 0x46, 0x9f, 0x5b, 0xa8, 0x2b, 0xc6, 0xa6, 0xc0, 0x82, 0x9f } }; static const struct cckprng_op_reseed op_reseed_1394 = { .hd = { .id = 1317, .kind = OP_RESEED }, .nonce = 9019454619937671613ULL, .seed_nbytes = 50, .seed = { 0xcc, 0xf5, 0x2b, 0x71, 0xfa, 0x0b, 0x9d, 0x99, 0x83, 0xcf, 0x1b, 0x65, 0x4f, 0xf7, 0xdc, 0x85, 0x01, 0xa1, 0x4c, 0xa3, 0x20, 0x18, 0x08, 0xaf, 0xb5, 0x3a, 0x82, 0x2b, 0x1c, 0xc6, 0xc7, 0x39, 0xbd, 0x29, 0x6e, 0xd2, 0x83, 0xfe, 0x2e, 0x6f, 0x55, 0xfc, 0x5d, 0x21, 0x8c, 0x6d, 0x1c, 0x33, 0x44, 0xf9 } }; static const struct cckprng_op_reseed op_reseed_1395 = { .hd = { .id = 1318, .kind = OP_RESEED }, .nonce = 2447076791391354969ULL, .seed_nbytes = 209, .seed = { 0x3c, 0xcc, 0xf5, 0x49, 0x21, 0x0f, 0x76, 0x7a, 0x55, 0x19, 0x7a, 0x61, 0x55, 0x0e, 0xc8, 0xae, 0x83, 0x24, 0xd2, 0xf2, 0xc2, 0xf2, 0x9c, 0x8b, 0x38, 0x4f, 0x84, 0x07, 0x70, 0xe1, 0x40, 0x57, 0x9c, 0x53, 0x6e, 0x3e, 0xe2, 0xb2, 0x7c, 0x5e, 0x98, 0x0f, 0x8a, 0xf4, 0x7e, 0xeb, 0x18, 0x29, 0x89, 0x54, 0xc7, 0x9f, 0xc8, 0xf0, 0x26, 0x15, 0xe0, 0xd0, 0x68, 0xb2, 0xe4, 0x00, 0x46, 0x25, 0x13, 0x8e, 0xc0, 0x7c, 0xc2, 0x4b, 0xaa, 0xde, 0xd6, 0x7b, 0xf9, 0x4b, 0xf0, 0xe3, 0x86, 0x1b, 0xb2, 0x2d, 0xb9, 0x96, 0xf0, 0x1c, 0x68, 0xe3, 0x5a, 0x59, 0x1f, 0x9e, 0xcb, 0x3c, 0x54, 0x49, 0xf8, 0xce, 0xb8, 0x35, 0x2e, 0xa7, 0x81, 0xd3, 0x68, 0xe2, 0xc7, 0xc1, 0xf4, 0xfa, 0x45, 0x88, 0x3f, 0xd6, 0x76, 0x95, 0x47, 0xcb, 0xb0, 0x30, 0x2d, 0x23, 0xcc, 0xfe, 0xc2, 0xf7, 0xc3, 0xab, 0x32, 0x7b, 0x88, 0x2b, 0x76, 0xcc, 0x75, 0x66, 0x1f, 0x01, 0xca, 0x96, 0x83, 0x20, 0xf0, 0xe5, 0x30, 0x2b, 0x3b, 0x61, 0x3b, 0x69, 0x7f, 0xf0, 0x3d, 0x54, 0x7c, 0x65, 0xfe, 0x17, 0xee, 0x3e, 0xf0, 0xdc, 0xbb, 0x02, 0x02, 0x61, 0x62, 0x0c, 0x2f, 0xd0, 0xa2, 0x1e, 0xf7, 0x16, 0x2a, 0x0a, 0xdd, 0xf2, 0x39, 0xdb, 0xcf, 0x97, 0x15, 0x51, 0x09, 0x1d, 0x27, 0x37, 0x66, 0x1a, 0xcb, 0x2f, 0x9a, 0x87, 0x82, 0xa2, 0x61, 0x88, 0xa3, 0xbc, 0xbe, 0x56, 0xd7, 0x8d, 0xd6, 0x46, 0xb2, 0x34, 0x31 } }; static const struct cckprng_op_reseed op_reseed_1396 = { .hd = { .id = 1319, .kind = OP_RESEED }, .nonce = 17954499438310740629ULL, .seed_nbytes = 62, .seed = { 0x2c, 0xfb, 0x62, 0x67, 0x55, 0x11, 0x4f, 0xc9, 0x0b, 0x9f, 0x3d, 0x1f, 0x9d, 0x3f, 0x77, 0x11, 0x8e, 0xac, 0xa7, 0x99, 0x24, 0x09, 0x4b, 0xb3, 0x06, 0x5c, 0xb8, 0x49, 0x17, 0xf1, 0x1b, 0xde, 0x83, 0xa9, 0x96, 0xe7, 0xeb, 0x1c, 0x4e, 0x73, 0x6a, 0xaf, 0x7c, 0x87, 0xb6, 0xde, 0x89, 0xeb, 0x77, 0x57, 0xa4, 0xc7, 0x38, 0xee, 0x44, 0x85, 0x52, 0xdd, 0x9e, 0xae, 0x67, 0x2f } }; static const struct cckprng_op_refresh op_refresh_1397 = { .hd = { .id = 1320, .kind = OP_REFRESH }, .rand = 3955406002702007227ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1398 = { .hd = { .id = 1321, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0x7c, 0x40, 0xfd, 0x8a, 0x39, 0x5c, 0x9b, 0xd3, 0xc8, 0xab, 0x2c, 0x94, 0x2f, 0x3a, 0x95, 0xee, 0x77, 0x06, 0x27, 0xef, 0x24, 0xd8, 0x65, 0x1b, 0x84, 0xdd, 0x13, 0xeb, 0xed, 0x1c, 0x9b, 0x18, 0xa0, 0x23, 0x41, 0x0d, 0x09, 0x4a, 0x7b, 0xe2, 0x36, 0x3d, 0x32, 0x19, 0x3e, 0xc0, 0x86, 0x86, 0xc9, 0x4f, 0xdc, 0xb7, 0x8e, 0x5f, 0x54, 0x9e, 0x8e, 0x12, 0x77, 0xf3, 0x2e, 0xa0, 0x78, 0xd0, 0x4f, 0x97, 0x01, 0x04, 0x06, 0xc5, 0xd4, 0xab, 0x8e, 0x5e, 0x09, 0xd2, 0x11, 0x4c, 0x4f, 0xab, 0xf4, 0x9f, 0xb1, 0x1b, 0x5a, 0x11, 0xd0, 0xea, 0x4a, 0x5d, 0xd9, 0xf0, 0xb5, 0x11, 0x0f, 0xab, 0xe2, 0x11, 0xd8, 0x6f, 0x7d, 0x62, 0xc5, 0x43, 0x1d, 0x5e, 0x5c, 0x38, 0x20, 0x91, 0x97, 0x0b, 0xc7, 0xf1, 0xe4, 0xc5, 0x1b, 0xe5, 0xb3, 0xf4, 0xe4, 0x99, 0x1f, 0x3b, 0x50, 0x87, 0x73, 0x0a, 0xcf, 0x37, 0xc8, 0x28, 0x0b, 0x77 } } }; static const struct cckprng_op_generate op_init_1399 = { .hd = { .id = 1322, .kind = OP_GENERATE }, .rand_nbytes = 265, .out = { .rand = { 0xc5, 0x1d, 0xc8, 0xdf, 0xe4, 0x9d, 0x28, 0x6a, 0x1e, 0xa4, 0x4c, 0x73, 0xd5, 0x07, 0x7a, 0x62, 0x67, 0x81, 0x47, 0xa8, 0xfd, 0xc4, 0xe0, 0xf2, 0x14, 0xa1, 0x1d, 0x8f, 0xdb, 0x82, 0x85, 0x61, 0x44, 0xd8, 0xe5, 0xbe, 0x89, 0xa9, 0x72, 0x74, 0xed, 0x53, 0x9f, 0x36, 0x2e, 0xf1, 0xa0, 0x32, 0xf9, 0xcd, 0x03, 0x0c, 0xfd, 0x22, 0x9a, 0x88, 0x2a, 0x83, 0xbb, 0xe5, 0x90, 0x45, 0x9c, 0xa0, 0x13, 0x83, 0x80, 0x33, 0x07, 0xd0, 0x45, 0xf0, 0x0d, 0xfc, 0x31, 0x6f, 0x1f, 0xac, 0x30, 0x6d, 0x8b, 0x51, 0xb2, 0xca, 0x44, 0x9f, 0x21, 0xc8, 0x78, 0x38, 0x04, 0x41, 0x41, 0xb5, 0x82, 0x5e, 0x46, 0x00, 0xd4, 0x25, 0xfd, 0xec, 0xd1, 0x5d, 0xe1, 0x8f, 0xa7, 0xaf, 0x1a, 0xdb, 0x78, 0x7b, 0x19, 0xf9, 0xa9, 0x82, 0x06, 0xbe, 0xc5, 0x9d, 0x96, 0xe4, 0xe0, 0x7d, 0x4e, 0xd2, 0x36, 0xcd, 0x90, 0xa5, 0x1b, 0x0b, 0xfb, 0x76, 0xbd, 0x34, 0x14, 0x6d, 0x10, 0x53, 0xda, 0x54, 0x26, 0xa0, 0xc8, 0x13, 0xe5, 0xd1, 0x0a, 0x3e, 0x14, 0xb5, 0xf3, 0x5f, 0xf8, 0x38, 0x75, 0xf6, 0xcd, 0x56, 0x7a, 0xf0, 0xf1, 0x0e, 0x60, 0x55, 0x23, 0xa2, 0x2e, 0x91, 0x8d, 0x83, 0x24, 0x2a, 0xf7, 0x01, 0xe9, 0x67, 0x6f, 0x4b, 0x85, 0x0f, 0x85, 0x84, 0xf8, 0xdc, 0xce, 0x23, 0xae, 0x3f, 0x68, 0xf3, 0xcb, 0xdb, 0x5a, 0xcd, 0x33, 0xf2, 0x36, 0xe4, 0xeb, 0x71, 0x33, 0x7f, 0xfb, 0xe8, 0x6b, 0x55, 0x8a, 0x29, 0x41, 0x34, 0xce, 0x5c, 0x50, 0x32, 0x08, 0x80, 0x56, 0x53, 0xca, 0x03, 0x70, 0x93, 0x69, 0xb2, 0x09, 0x83, 0xa5, 0xd7, 0x9e, 0x70, 0xd9, 0x55, 0xb1, 0x51, 0x6a, 0x3c, 0x77, 0xb9, 0xe2, 0x88, 0x9b, 0x98, 0x48, 0xfa, 0x3c, 0xbb, 0xcf, 0x77, 0xf2, 0xd2, 0x73, 0xc4, 0xb3, 0x7a, 0xb5, 0x11, 0x99, 0x85, 0xa9, 0xae, 0x41, 0xa9, 0x15 } } }; static const struct cckprng_op_reseed op_reseed_1400 = { .hd = { .id = 1323, .kind = OP_RESEED }, .nonce = 2159382453006747739ULL, .seed_nbytes = 124, .seed = { 0xe5, 0xa0, 0x17, 0xa3, 0xc8, 0xdf, 0x57, 0x3c, 0x6d, 0xcc, 0xbc, 0x0f, 0xfd, 0xf9, 0xb4, 0xaa, 0x0a, 0xa8, 0xa7, 0x13, 0x08, 0x9f, 0x9d, 0xa1, 0x4e, 0x96, 0xf6, 0x49, 0x1f, 0xce, 0x52, 0x72, 0x24, 0x10, 0x1c, 0xab, 0x4c, 0xaa, 0x91, 0x7f, 0xc6, 0x4a, 0xfa, 0x0f, 0x3f, 0x01, 0xd7, 0x1c, 0x2c, 0xf1, 0x8c, 0xd8, 0x46, 0x16, 0x4e, 0x97, 0xa6, 0x56, 0xa8, 0x9c, 0x7a, 0x2f, 0x54, 0x19, 0x3d, 0xf8, 0xa8, 0x5b, 0xb4, 0x75, 0xfc, 0x76, 0xb6, 0x5f, 0x3b, 0x4f, 0x44, 0xde, 0x45, 0x89, 0xf8, 0x48, 0xf9, 0x34, 0xbd, 0x4e, 0x3c, 0x99, 0xa5, 0x77, 0x6e, 0x33, 0x5c, 0xe4, 0xfc, 0x2a, 0xc8, 0xcd, 0x51, 0xc2, 0x88, 0xf4, 0xac, 0xc8, 0x79, 0x8f, 0x79, 0x90, 0xbd, 0x92, 0x66, 0x63, 0x60, 0xdd, 0x67, 0xa3, 0x25, 0x45, 0x30, 0x17, 0x51, 0xe4, 0xcc, 0x25 } }; static const struct cckprng_op_generate op_init_1401 = { .hd = { .id = 1324, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0xf4, 0x3f, 0xaf, 0x7a, 0xf5, 0x63, 0x7c, 0xf3, 0xf3, 0x23, 0x9f, 0x35, 0x5d, 0x14, 0x03, 0xef, 0x0b, 0x4e, 0x69, 0xa9, 0x8d, 0x74, 0x35, 0xe8, 0x5f, 0x03, 0x7e, 0xd2, 0xbd, 0xd8, 0x49, 0xaf, 0xe3, 0xb0, 0x5d, 0x4f, 0x42, 0x39, 0x9e, 0x42, 0x08, 0x94, 0x2f, 0xef, 0x6c, 0x5d, 0x92, 0x84, 0xe3, 0x25, 0x95, 0xcf, 0x99, 0xb2, 0xd1, 0x40, 0x51, 0xa8, 0xc0, 0xda, 0x45, 0x13, 0x6f, 0x1a, 0x5d, 0x24, 0x9e, 0xa7, 0x67, 0xc3, 0xf8, 0x3c, 0x50, 0x3c, 0x1e, 0x40, 0x33, 0x39, 0xed, 0x2f, 0xe1, 0xc2, 0xfb, 0xef, 0xbd, 0xe3, 0xc8, 0x2c, 0x78, 0xf9, 0x3f, 0x16, 0xdd, 0xf5, 0x82, 0x92, 0xab, 0x27, 0x92, 0x7a, 0x00, 0xa5, 0x0b, 0xb5, 0xca, 0xb8, 0xa4, 0x7a, 0xa8, 0xe9, 0x99, 0x60, 0xd5, 0x50, 0xd8, 0x49, 0x9a, 0xda, 0xe0, 0x76, 0x20, 0xd4, 0x48, 0x28, 0x81, 0xbd, 0x49, 0x64, 0x8c, 0x35, 0xca, 0x95, 0x49, 0xdb, 0x8e, 0xcd, 0x0b, 0x51, 0xa7, 0x95, 0x8b, 0x4e, 0x9f, 0xd9, 0x59, 0x46, 0x2f, 0x23, 0x7e, 0x42, 0x7d, 0x92, 0xc1, 0xbc, 0x72, 0x89, 0x44, 0x08, 0x73, 0x44, 0x35, 0x3d, 0xa3, 0x7d, 0xce, 0x9f, 0x84, 0x3d, 0x4a, 0xc0, 0x46, 0x91, 0x24, 0x5c, 0xd5, 0x9d, 0x71, 0x73, 0xdc, 0x7c, 0x7f, 0x85, 0xd5, 0x61, 0xd8, 0x62, 0xc6, 0x56, 0xff, 0x7d, 0xa9, 0x03, 0xe8, 0x27, 0xf1, 0x73, 0x90, 0x69, 0xa9, 0xb9, 0x19, 0xa1, 0x94, 0x79, 0x01, 0x1e, 0xbe, 0x5e, 0xb8, 0x02, 0xd7, 0xed, 0x1e, 0x4b, 0x30, 0x96, 0x8b, 0xdc, 0x4c, 0x8b, 0x6a, 0xf3, 0x8a, 0x56, 0xbd, 0xbf } } }; static const struct cckprng_op_refresh op_refresh_1402 = { .hd = { .id = 1325, .kind = OP_REFRESH }, .rand = 7520004554754856471ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1403[] = { (const struct cckprng_op *)&op_init_1387, (const struct cckprng_op *)&op_init_1388, (const struct cckprng_op *)&op_reseed_1389, (const struct cckprng_op *)&op_refresh_1390, (const struct cckprng_op *)&op_reseed_1391, (const struct cckprng_op *)&op_refresh_1392, (const struct cckprng_op *)&op_reseed_1393, (const struct cckprng_op *)&op_reseed_1394, (const struct cckprng_op *)&op_reseed_1395, (const struct cckprng_op *)&op_reseed_1396, (const struct cckprng_op *)&op_refresh_1397, (const struct cckprng_op *)&op_init_1398, (const struct cckprng_op *)&op_init_1399, (const struct cckprng_op *)&op_reseed_1400, (const struct cckprng_op *)&op_init_1401, (const struct cckprng_op *)&op_refresh_1402 }; static const struct cckprng_vector vec_1404 = { .id = 1326, .note = NULL, .nops = 16, .ops = ops_1403 }; static const struct cckprng_op_init op_init_1405 = { .hd = { .id = 1327, .kind = OP_INIT }, .seed = { 0xab, 0x8b, 0x67, 0x9f, 0xbb, 0xbb, 0xb8, 0xc2, 0x6a, 0x72, 0x79, 0x66, 0x6f, 0x32, 0xfd, 0xcb, 0xbb, 0x43, 0xb8, 0xcb, 0x80, 0x36, 0xe5, 0x00, 0x3e, 0xea, 0x33, 0xbb, 0x6e, 0xef, 0xbc, 0xd6 }, .nonce = { 0x2e, 0x26, 0xe4, 0x3a, 0x4d, 0x4e, 0x22, 0x81 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1406 = { .hd = { .id = 1328, .kind = OP_GENERATE }, .rand_nbytes = 171, .out = { .rand = { 0x9a, 0x0c, 0xf5, 0xb3, 0xcb, 0xae, 0xe0, 0x28, 0xae, 0x7e, 0xc2, 0xbd, 0x8c, 0xba, 0xd6, 0xbb, 0x11, 0xf7, 0x42, 0xe2, 0xee, 0x51, 0x11, 0x70, 0xe6, 0x39, 0x28, 0x5f, 0x1c, 0x2a, 0x86, 0x67, 0x97, 0x04, 0xb3, 0xc6, 0x15, 0x73, 0x99, 0x16, 0x9a, 0x70, 0xc3, 0xec, 0xd4, 0x7d, 0x00, 0xdb, 0xd4, 0xdc, 0xf6, 0x6b, 0x1b, 0xee, 0xa8, 0x60, 0xd5, 0x50, 0xff, 0x66, 0xda, 0x35, 0x0f, 0x61, 0x60, 0xe1, 0xde, 0xda, 0x9c, 0x70, 0x38, 0x44, 0x40, 0x29, 0x5a, 0x37, 0x64, 0xe2, 0xd4, 0xeb, 0x05, 0xd1, 0x7d, 0x2b, 0xee, 0xb1, 0x5c, 0x5f, 0xd2, 0x81, 0x85, 0xbd, 0xdc, 0x36, 0x91, 0x3d, 0xa1, 0x26, 0x35, 0x8d, 0x23, 0xea, 0xf7, 0xfd, 0xd6, 0x41, 0x4f, 0x81, 0xba, 0x09, 0xbf, 0x19, 0x4d, 0x53, 0x4b, 0xaa, 0x35, 0x6c, 0xac, 0xf9, 0x5d, 0x05, 0xf5, 0x68, 0xde, 0xf2, 0x64, 0x0b, 0x94, 0xb6, 0x67, 0x38, 0x29, 0x06, 0x20, 0x06, 0x8b, 0xcf, 0x58, 0x72, 0x87, 0x47, 0x73, 0xa1, 0xee, 0xff, 0xbd, 0x66, 0xcb, 0x27, 0xcb, 0xa9, 0xda, 0xdb, 0xb2, 0xaf, 0x73, 0x34, 0x18, 0x63, 0xe2, 0x3d, 0x33, 0x51, 0x3d, 0x8e, 0xe1, 0x52, 0xa3, 0xc5, 0x60 } } }; static const struct cckprng_op_generate op_init_1407 = { .hd = { .id = 1329, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0xc0, 0xfd, 0x0a, 0x64, 0x32, 0x14, 0xb3, 0x55, 0x68, 0x20, 0xd2, 0x56, 0xe8, 0x89, 0x1a, 0x8a, 0x2e, 0x5f, 0xb5, 0x59, 0x95, 0x25, 0x0d, 0x4c, 0x4a, 0x74, 0xa9, 0x64, 0xb2, 0x0d, 0x90, 0xf6, 0xcc, 0xaa, 0xe8, 0x5b, 0x38, 0xb2, 0xfd, 0x71, 0x89, 0x37, 0x4a, 0x49, 0xb9, 0x20, 0x38, 0x61, 0xa9, 0x49, 0xd3, 0x16, 0xa0, 0xde, 0xaa, 0x59, 0x3b, 0xa3, 0x3d, 0xc2, 0x41, 0xad, 0xee, 0x7c, 0x73, 0xab, 0xfd, 0xcf, 0xcc, 0xe8, 0x66, 0xc3, 0x33, 0x02, 0x30, 0xa5, 0x64, 0x17, 0xcb, 0xe4, 0x4a, 0xed, 0xaa, 0x92, 0x73, 0x53, 0xd9, 0x3b, 0x8e, 0xe6, 0x0d, 0x5e, 0xee, 0xbf, 0xf7, 0x77, 0x7f, 0xe8, 0x36, 0xde, 0x1c, 0x29, 0xd0, 0x17, 0x5a, 0xe2, 0x26, 0x05, 0xd9, 0xa6, 0x0e, 0x3d, 0x8c, 0x9b, 0x4d, 0xc3, 0xa1, 0x24, 0x45, 0x2f, 0xf8, 0xa3, 0xbb, 0xa0, 0x62, 0x31, 0xbc, 0x5c, 0xcf, 0xa0, 0x48, 0x17, 0x77, 0x1c, 0xcc } } }; static const struct cckprng_op_refresh op_refresh_1408 = { .hd = { .id = 1330, .kind = OP_REFRESH }, .rand = 2219674600392203478ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1409 = { .hd = { .id = 1331, .kind = OP_RESEED }, .nonce = 5951092028793927759ULL, .seed_nbytes = 257, .seed = { 0x15, 0x3e, 0x90, 0x82, 0x17, 0x82, 0xa1, 0x27, 0xb4, 0xb9, 0x79, 0x5b, 0xa6, 0x65, 0xbc, 0xef, 0xd2, 0xa0, 0x3d, 0x4d, 0xdd, 0x05, 0x30, 0xce, 0x6e, 0xf3, 0xc6, 0x4c, 0xaa, 0xff, 0xf9, 0x96, 0xab, 0x09, 0x3e, 0x24, 0xb4, 0x96, 0xbf, 0x73, 0x21, 0xab, 0x8f, 0x74, 0x76, 0x3c, 0x40, 0x94, 0x73, 0x27, 0xa4, 0xbe, 0x58, 0x99, 0x3d, 0x22, 0x55, 0x8e, 0x59, 0x5f, 0xec, 0x6f, 0x8f, 0xf4, 0x59, 0x1f, 0x38, 0xfd, 0xe1, 0x4f, 0x82, 0xd7, 0x36, 0xbe, 0x7a, 0xc9, 0x51, 0x91, 0xa3, 0x30, 0xc6, 0x7f, 0xb9, 0x8a, 0xe0, 0xa2, 0x88, 0xe9, 0xde, 0xc1, 0x01, 0x94, 0x77, 0xb9, 0xeb, 0x3d, 0x26, 0x26, 0x69, 0xeb, 0xfa, 0x6a, 0xa0, 0x56, 0x7a, 0xbc, 0x87, 0x7a, 0x6d, 0x17, 0x72, 0xfe, 0x67, 0x34, 0x8d, 0x15, 0x2a, 0xaa, 0x0a, 0x54, 0xac, 0xa7, 0x19, 0xed, 0x40, 0xf6, 0x0c, 0x54, 0x2d, 0x6b, 0xaa, 0x99, 0x4b, 0x1b, 0xf2, 0x21, 0x58, 0x56, 0x7a, 0x78, 0xb2, 0x7b, 0x07, 0x25, 0x03, 0xd4, 0xfe, 0xc6, 0xd9, 0xb8, 0xda, 0x04, 0x01, 0x7c, 0x1a, 0x86, 0xb4, 0x16, 0xc7, 0x4d, 0x58, 0xfb, 0xc9, 0x47, 0xd1, 0x7b, 0xef, 0x96, 0xc4, 0x62, 0xf0, 0x97, 0xc6, 0xd4, 0x29, 0xb7, 0x85, 0x41, 0x80, 0xef, 0xe1, 0xf8, 0xb6, 0xcc, 0x2e, 0x52, 0x7c, 0x87, 0xf6, 0x31, 0xc5, 0x6e, 0x80, 0x74, 0x8a, 0x8c, 0xc8, 0x54, 0x94, 0x57, 0x13, 0xf9, 0xa6, 0xa2, 0x73, 0x99, 0xf0, 0xed, 0x69, 0xca, 0x8b, 0x54, 0x1d, 0x4a, 0xd6, 0xe2, 0x11, 0x5b, 0x54, 0xed, 0xcc, 0x88, 0x37, 0x3d, 0xb6, 0x9c, 0x61, 0x26, 0xe5, 0x10, 0x29, 0x8d, 0xae, 0x53, 0xe0, 0xba, 0xdf, 0x07, 0x82, 0x77, 0x4e, 0xf2, 0x38, 0xc8, 0x29, 0xf3, 0xac, 0xe0, 0x4f, 0x9d, 0x04, 0xb4, 0x22, 0x86, 0x77, 0x67, 0x10 } }; static const struct cckprng_op_reseed op_reseed_1410 = { .hd = { .id = 1332, .kind = OP_RESEED }, .nonce = 9840152933575948427ULL, .seed_nbytes = 280, .seed = { 0x89, 0x9c, 0x94, 0xde, 0xb7, 0xb9, 0x98, 0x92, 0x37, 0x35, 0xca, 0x1a, 0x5e, 0x17, 0x6c, 0x07, 0xbb, 0xe5, 0x5d, 0xbb, 0xb6, 0xb5, 0xf7, 0x17, 0x12, 0x94, 0xd8, 0xbe, 0x57, 0x8c, 0x96, 0xf4, 0x31, 0xea, 0x86, 0x09, 0xcc, 0x40, 0x3f, 0x2d, 0xda, 0x50, 0x38, 0x70, 0x43, 0xc2, 0xe3, 0x85, 0x2f, 0x18, 0x65, 0xf1, 0x00, 0xdd, 0x48, 0x33, 0x59, 0x56, 0xdc, 0x81, 0x99, 0xf2, 0xd7, 0x8d, 0xd3, 0x19, 0xa2, 0x7b, 0xd1, 0x40, 0x02, 0x42, 0x4e, 0x3c, 0x1c, 0x09, 0x1c, 0x22, 0x42, 0x3a, 0xa9, 0xc3, 0x54, 0xf2, 0xd8, 0xea, 0xb7, 0x98, 0xf7, 0x0a, 0xec, 0x2a, 0x9f, 0x8e, 0x8c, 0x58, 0x69, 0x43, 0x20, 0xc3, 0x51, 0xc5, 0x94, 0xc6, 0x8f, 0xa3, 0xfa, 0x5b, 0x51, 0x00, 0x5d, 0xe2, 0xff, 0x6d, 0xe7, 0xa7, 0x73, 0x5c, 0x58, 0x13, 0xb7, 0x57, 0x70, 0x6e, 0x4b, 0x43, 0xe6, 0x21, 0xfe, 0x6a, 0xbd, 0x06, 0x1b, 0xdb, 0x5c, 0x79, 0x0e, 0x60, 0x5b, 0xbe, 0xa3, 0xcd, 0xcf, 0x02, 0x6b, 0xce, 0x58, 0x5b, 0x9b, 0x79, 0x8f, 0xe6, 0xc1, 0x2b, 0xa7, 0xff, 0x0a, 0xa1, 0x81, 0x9c, 0x7a, 0xb9, 0x02, 0xb8, 0x6a, 0x24, 0x44, 0x3a, 0xf1, 0x70, 0xee, 0xba, 0x38, 0x37, 0x64, 0xaa, 0x27, 0xab, 0x0a, 0x1c, 0x05, 0xa1, 0xba, 0xa2, 0xe4, 0xab, 0xf2, 0x6d, 0x9a, 0x3a, 0xcd, 0x4f, 0xc7, 0x3f, 0x56, 0x99, 0x3f, 0x36, 0xc6, 0x82, 0x49, 0xf0, 0xa1, 0xc7, 0x2c, 0x3b, 0x41, 0x7e, 0x02, 0x32, 0xb9, 0x4d, 0xc4, 0x87, 0xe7, 0xb2, 0x24, 0x1e, 0x2e, 0xa4, 0xec, 0xcd, 0x69, 0x99, 0xa9, 0x94, 0xd9, 0x94, 0x7f, 0x5a, 0x39, 0x6c, 0x99, 0xb6, 0xa6, 0x7b, 0x1a, 0x68, 0x77, 0x85, 0xce, 0xa1, 0x83, 0x06, 0x17, 0x20, 0x80, 0x86, 0x2b, 0x2c, 0x5f, 0x7a, 0x80, 0x72, 0xf0, 0x99, 0x1c, 0xad, 0xc8, 0x6e, 0xe4, 0x06, 0x1c, 0xd3, 0x8b, 0x96, 0xa6, 0x65, 0x28, 0x82, 0x89, 0xa2, 0xe9, 0x28, 0xb1, 0xfa, 0x25, 0x68, 0x35, 0x34 } }; static const struct cckprng_op_generate op_init_1411 = { .hd = { .id = 1333, .kind = OP_GENERATE }, .rand_nbytes = 60, .out = { .rand = { 0x97, 0x3d, 0xe6, 0x5d, 0x4c, 0x4c, 0x3f, 0xd1, 0xab, 0xe1, 0xda, 0x9d, 0xd3, 0x3c, 0x08, 0x1a, 0xf8, 0xad, 0x02, 0x08, 0x36, 0xec, 0x8a, 0x1e, 0x94, 0x24, 0x8b, 0x61, 0xea, 0x28, 0x78, 0xc4, 0xcb, 0x62, 0x8e, 0x90, 0x53, 0xf6, 0x0b, 0x6a, 0x92, 0x7f, 0x3b, 0xd4, 0x86, 0x1c, 0x52, 0xd7, 0x74, 0xf8, 0xbe, 0xe7, 0x8f, 0x10, 0x52, 0x43, 0x8a, 0x87, 0xe4, 0xf9 } } }; static const struct cckprng_op_generate op_init_1412 = { .hd = { .id = 1334, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0xe0, 0xf3, 0x85, 0xfc, 0xcc, 0xf8, 0x74, 0x82, 0x5c, 0x2e, 0xc4, 0x3e, 0x39, 0x5e, 0x9a, 0x04, 0xd9, 0xe0, 0xd7, 0x9c, 0xdb, 0xe2, 0x6d, 0x5a, 0xbf, 0xde, 0x1c, 0xc7, 0x68, 0x96, 0xb2, 0xca, 0xd3, 0x13, 0x2e, 0x14, 0x68, 0x38, 0xc0, 0xff, 0x7f, 0x35, 0x92, 0x47, 0x85, 0x0f, 0x1f, 0x02, 0x42, 0x9a, 0x79, 0xe5, 0xb9, 0x8b, 0xdb, 0xf9, 0xe6, 0x40, 0xb6, 0x09, 0x75, 0x7f, 0x5f, 0x60, 0x09, 0xd5, 0xa4, 0x12, 0xb6, 0x33, 0x20, 0xb0, 0xa6, 0x54, 0x00, 0x87, 0x82, 0x95, 0x17, 0x2a, 0xc4, 0x6c, 0x8e, 0xb3, 0x49, 0x5d, 0x39, 0x37, 0xb0, 0x95, 0x7f, 0xf3, 0xcb, 0xaa, 0xb0, 0xfb, 0x33, 0x93, 0x60, 0x60, 0x98, 0xfb, 0x33, 0xf5, 0x9a, 0xfa, 0xf3, 0x76, 0x9a, 0x85, 0xd2, 0x00, 0x06, 0x0d, 0xc4, 0x3f, 0x7b, 0x45, 0xd3, 0xab, 0x66, 0xc8, 0xa9, 0xc0, 0x3e, 0x79 } } }; static const struct cckprng_op_refresh op_refresh_1413 = { .hd = { .id = 1335, .kind = OP_REFRESH }, .rand = 1047068158634876128ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1414 = { .hd = { .id = 1336, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0x16, 0xc5, 0x2e, 0x43, 0x85, 0x3c, 0x13, 0xbd, 0xaf, 0xef, 0xd3, 0xee, 0xf8, 0x9e, 0xcb, 0x3f, 0xf3, 0xda, 0x20, 0x89, 0xd7, 0xff, 0x09, 0xb5, 0x8f, 0x8b, 0x5e, 0x1d, 0xb4, 0x2e, 0xcc, 0x41, 0x27, 0x88, 0x49, 0x59, 0x20, 0xc9, 0xea, 0x49, 0x07, 0x7b, 0xbf, 0x9a, 0x0b, 0x30, 0x85, 0xe8, 0xea, 0x37, 0x09, 0x35, 0x4b, 0x92, 0x20, 0x3e, 0x1c, 0xbc, 0xde, 0x44, 0x7a, 0x2d, 0x0c, 0x7d, 0xe8, 0xd8, 0x51, 0x23, 0xf1, 0xb2, 0x74, 0x5b, 0x62, 0x38, 0xe5, 0xd0, 0x65, 0xc6 } } }; static const struct cckprng_op_generate op_init_1415 = { .hd = { .id = 1337, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0x92, 0xcf, 0x97, 0x11, 0xb4, 0x04, 0x85, 0x7b, 0x8e, 0x94, 0xed, 0x9a, 0xeb, 0x21, 0x36, 0x2a, 0xde, 0xb9, 0x97, 0x27, 0xb9, 0xd4, 0x8e, 0x8f, 0x3c, 0x73, 0x86, 0xa2, 0x9e, 0x14, 0x46, 0x78, 0x2e, 0xbf, 0x98, 0x31, 0x2f, 0xf1, 0xea, 0xe4, 0xe8, 0x68, 0x78, 0x65, 0x53, 0x5a, 0x27, 0xfd, 0x8d, 0x0a, 0xdf, 0x1e, 0x88, 0xe3, 0x28, 0x17, 0x09, 0xa3, 0xf8, 0x2b, 0x38, 0x35, 0xfa, 0x3a, 0x38, 0x04, 0xf1, 0xf4, 0x37, 0xaf, 0x03, 0xbe, 0x6b, 0x02, 0x51, 0x5b, 0xca, 0xaa, 0xf0, 0xf0, 0x41, 0x41, 0x6c, 0xf2, 0xe6, 0xb6, 0xad, 0x25, 0x64, 0x4f, 0xa9, 0xae, 0xb9, 0xce, 0x28, 0xfc, 0xfb, 0x71, 0x0c, 0x3b, 0x49, 0xdc, 0xaa, 0x61, 0x82, 0x6e, 0xd8, 0x74, 0x6d, 0x56, 0x31, 0xad, 0x38, 0x6e, 0xb8, 0xcf, 0x60, 0x02, 0xea, 0xc8, 0x22, 0xb4, 0x8e, 0xa4, 0x2d, 0x16, 0x61, 0xa8, 0x76, 0x79, 0x57, 0x6a, 0x63, 0x2e, 0x45, 0xec, 0x6b, 0x9e, 0x70, 0xa7, 0x0c, 0xe3, 0xc5, 0x23, 0x71, 0xfa, 0xed, 0xb2, 0x31, 0x50, 0xcc, 0xdd, 0x35, 0x94, 0x61, 0xf3, 0x1a, 0x66, 0xbe, 0x3d, 0xcd, 0x5b, 0xe6, 0x74, 0xde, 0x1b, 0x7c, 0x2d, 0xb7, 0xd4, 0x4b, 0x7f, 0x3c, 0x83, 0xc4, 0xd1, 0xfe, 0x6f, 0x26, 0x67, 0x87, 0x98, 0x50, 0xfb, 0x75, 0xa5, 0x97, 0xf2, 0xd7, 0x10, 0x17, 0xae, 0xc8, 0x57, 0xf2, 0xeb, 0x86, 0x3e, 0x95, 0x54, 0xd0, 0x15, 0xcf, 0xce, 0xf0, 0x6e, 0x25, 0x46, 0x6c, 0x98, 0xf2, 0x35, 0x5a, 0x47, 0xa8, 0xd5, 0x2a, 0x68, 0x1f, 0x08, 0x0f, 0x2f, 0xcb, 0x54, 0x33, 0xbd, 0xe0, 0xfa, 0x20, 0x62, 0x07, 0x7f, 0x00, 0xf0, 0x3a, 0x30, 0x6a, 0x08, 0xca, 0x2e, 0x76, 0x08, 0xf8, 0x13, 0x32, 0xb0, 0x7a, 0x8d } } }; static const struct cckprng_op_generate op_init_1416 = { .hd = { .id = 1338, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0xf8, 0x67, 0x02, 0x9d, 0xc1, 0x08, 0x14, 0x35, 0xac, 0xa2, 0x1d, 0xb0, 0x4c, 0xc3, 0x46, 0x62, 0x8a, 0x97, 0x2b, 0x38, 0x35, 0x48, 0x6a, 0xa4, 0xf1, 0x4d, 0xb5, 0x7a, 0x6c, 0x7e, 0x9e, 0x3f, 0xe0, 0x3e, 0x3d, 0x81, 0x2f, 0x4a, 0xb4, 0x8f, 0xfb, 0x84, 0xe0, 0x91, 0x65, 0x22, 0x90, 0x3b, 0xd3, 0x99, 0x68, 0xb5, 0xd7, 0xff, 0xb3, 0x2f, 0xde, 0x3e, 0x15, 0x86, 0x57, 0xc2, 0x36, 0xf1, 0xfa, 0x06, 0xd4, 0x93, 0x2c, 0xb7, 0x3a, 0x09, 0xd1, 0x01, 0x25, 0xea, 0xf0, 0x64, 0x60, 0x20, 0xa1, 0x51, 0x74, 0x37, 0xa1, 0xa0, 0x51, 0xf6, 0xab, 0x99, 0x32, 0x5c, 0xbb, 0x77, 0xda, 0xc2, 0xff, 0xc9, 0x0c, 0x18, 0x86, 0xab, 0x0b, 0xbc, 0x95, 0x5a, 0x2f, 0xb7, 0x63, 0x20, 0x88, 0x68, 0x24, 0xe9, 0x8c, 0x02, 0xce, 0x00, 0x50, 0xda, 0x71, 0xcf, 0xff, 0x1e, 0x28, 0x2e, 0xd0, 0x96, 0xe9, 0x4a, 0x52, 0x61, 0x67, 0xaa, 0x1f, 0xa9, 0x3b, 0xc3, 0x8d, 0x4f, 0x88, 0x24, 0x17, 0x73, 0xf1, 0x0f, 0x63, 0x61, 0x9d, 0xca, 0xff, 0xe8, 0x96, 0xce, 0x2f, 0x61, 0xc1, 0x35 } } }; static const struct cckprng_op_reseed op_reseed_1417 = { .hd = { .id = 1339, .kind = OP_RESEED }, .nonce = 10922373357513542920ULL, .seed_nbytes = 162, .seed = { 0xfd, 0x2b, 0x54, 0x1a, 0xfc, 0xd5, 0x4f, 0x83, 0x8c, 0x5b, 0xfe, 0xb3, 0xa6, 0xbd, 0xf0, 0x7f, 0x91, 0xf7, 0x1b, 0x06, 0x99, 0x34, 0x24, 0xcf, 0x4c, 0xe6, 0x1e, 0x11, 0x4f, 0x9f, 0x2d, 0xed, 0x26, 0xb4, 0x9a, 0x14, 0xe6, 0x49, 0x49, 0xcf, 0x8e, 0x53, 0xd3, 0x1c, 0x6e, 0xe4, 0x1c, 0xcc, 0xaf, 0x9b, 0xac, 0xc5, 0x42, 0xc1, 0x93, 0x41, 0x18, 0x85, 0x0a, 0x5c, 0x57, 0x6e, 0x5b, 0xd9, 0x93, 0x14, 0xb5, 0x39, 0xec, 0xb7, 0xab, 0x59, 0x9c, 0x08, 0x77, 0xc0, 0x13, 0x77, 0x9d, 0x7b, 0x0f, 0x7b, 0x5e, 0x08, 0x56, 0x01, 0x9b, 0x11, 0xcd, 0x25, 0x1a, 0xcf, 0x44, 0xd4, 0xf3, 0x4a, 0xfa, 0xb5, 0x10, 0xcc, 0x63, 0x03, 0xd1, 0xe7, 0x4e, 0x0e, 0x0f, 0x05, 0xec, 0x8a, 0x3c, 0xb0, 0x09, 0x1b, 0xdf, 0x00, 0x97, 0xf5, 0x0d, 0x64, 0x7a, 0x8e, 0x04, 0x0e, 0x40, 0xbc, 0x8f, 0x44, 0x6b, 0x10, 0xf8, 0xeb, 0x94, 0x9f, 0x54, 0xc4, 0x71, 0x35, 0xcb, 0x6c, 0xa6, 0x5f, 0x88, 0xe5, 0x35, 0x70, 0xb5, 0x31, 0x0e, 0xe9, 0xd9, 0xb5, 0xbc, 0x16, 0x2a, 0xb0, 0xd1, 0xe2, 0x03, 0x65, 0x19, 0x0a } }; static const struct cckprng_op_generate op_init_1418 = { .hd = { .id = 1340, .kind = OP_GENERATE }, .rand_nbytes = 200, .out = { .rand = { 0xab, 0x17, 0xc8, 0x93, 0x6e, 0xc0, 0x26, 0xad, 0x0a, 0x48, 0xd0, 0x71, 0x24, 0xb9, 0x35, 0x7d, 0x76, 0x60, 0x13, 0x9e, 0x9e, 0x6c, 0x99, 0x53, 0xd9, 0x7f, 0xe1, 0x82, 0x31, 0x0a, 0xe2, 0x1a, 0xe6, 0x35, 0x25, 0x2f, 0x58, 0x08, 0xab, 0x17, 0x78, 0xca, 0x37, 0xf9, 0xf0, 0x13, 0xc5, 0x9b, 0xa7, 0x82, 0xc0, 0x61, 0x37, 0x90, 0x32, 0xc5, 0xeb, 0x6d, 0x1a, 0x09, 0x65, 0x0b, 0x2d, 0x34, 0xa6, 0x2d, 0x1e, 0x46, 0xc5, 0x5f, 0x6b, 0xac, 0x6c, 0xa2, 0xb5, 0x51, 0x5c, 0xc5, 0xe9, 0x16, 0xfe, 0x1d, 0x43, 0xde, 0xb9, 0x91, 0x63, 0xef, 0xfc, 0x67, 0x29, 0x04, 0xe6, 0x2e, 0x3b, 0x0b, 0xfb, 0xa4, 0x7d, 0x26, 0x21, 0x96, 0x89, 0x08, 0x1b, 0xfb, 0x39, 0xc4, 0x61, 0x1f, 0xeb, 0x3d, 0x7c, 0x80, 0x83, 0xa9, 0x26, 0x42, 0x68, 0x72, 0x69, 0x75, 0x66, 0x6f, 0xe1, 0x5d, 0x75, 0x67, 0xd9, 0x0d, 0x55, 0x16, 0x1e, 0xc6, 0x8a, 0xc0, 0x10, 0x59, 0x83, 0x6d, 0xbc, 0x67, 0xe1, 0x0b, 0xb2, 0x73, 0x4a, 0xd1, 0x01, 0xaf, 0xa8, 0x53, 0xc2, 0xb7, 0x10, 0xaf, 0x49, 0x7e, 0x8c, 0x74, 0xd8, 0x60, 0x7b, 0x54, 0x05, 0xd8, 0xc5, 0xc0, 0xad, 0x37, 0xa9, 0x02, 0x56, 0xbe, 0x43, 0x21, 0xf6, 0xd7, 0x6c, 0x13, 0x67, 0xec, 0x44, 0x89, 0x91, 0xec, 0x08, 0xb3, 0xa5, 0x31, 0xba, 0x4b, 0x59, 0x29, 0xc1, 0xa4, 0x01, 0x07, 0xad, 0x5f } } }; static const struct cckprng_op_generate op_init_1419 = { .hd = { .id = 1341, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0xfd, 0x4f, 0x75, 0xd1, 0x46, 0x0a, 0x6c, 0xe4, 0xca, 0x5d, 0x86, 0x9c, 0x41, 0x6e, 0x08, 0x58, 0x84, 0x49, 0x45, 0xb7, 0x71, 0x86, 0x83, 0xe1, 0xb4, 0xab, 0xe3, 0x29, 0x10, 0xab, 0xb7, 0x45, 0xd2, 0x11, 0x51, 0xa3, 0x61, 0x9d, 0x5c, 0x3b, 0x8e, 0x1a, 0x5a, 0x7d, 0x7b, 0xaa, 0x57, 0xf6, 0xa6, 0xd1, 0x8c, 0x8c, 0xce, 0xb3, 0x5a, 0x99, 0xa0, 0x18, 0x87, 0x2c, 0xe2, 0xc7, 0x49, 0x40, 0x6d, 0x92, 0x0b, 0x79, 0x11, 0xe8, 0xde, 0x61, 0x98, 0x38, 0x0a, 0xf1, 0x73, 0x3f, 0x3a, 0xb3, 0xa2, 0x5c, 0xe3, 0x2d, 0xeb, 0x2a, 0x8e, 0x24, 0x47, 0x8f, 0x08, 0x86, 0x53, 0x3f, 0xa7, 0xda, 0x20, 0x9e, 0x0e, 0x6d, 0xf1, 0xa1, 0x13, 0xe6, 0xc5, 0x68, 0xce, 0xf6, 0x8c, 0x11, 0x86, 0x5c, 0x27, 0x44, 0x31, 0x84, 0xfe, 0xff, 0x9e, 0x54, 0x53, 0x23, 0xfa, 0x7e, 0xcc, 0xe8, 0x4b } } }; static const struct cckprng_op_generate op_init_1420 = { .hd = { .id = 1342, .kind = OP_GENERATE }, .rand_nbytes = 143, .out = { .rand = { 0x73, 0xf7, 0x9c, 0xaa, 0x57, 0x40, 0x51, 0xde, 0x46, 0x66, 0x53, 0x26, 0x30, 0x3a, 0x08, 0xb0, 0xaf, 0x8b, 0xad, 0x4a, 0x1a, 0xb5, 0x6f, 0xbb, 0x6c, 0x48, 0x55, 0xed, 0xcd, 0xa1, 0x33, 0xd1, 0xc8, 0x80, 0xc3, 0xc6, 0xec, 0x3e, 0x91, 0x8c, 0x42, 0xe0, 0xc3, 0x0a, 0xe6, 0xe6, 0x14, 0xff, 0xd0, 0xcf, 0xc6, 0x60, 0xd6, 0x61, 0xab, 0x77, 0xa8, 0x73, 0x96, 0x97, 0x6d, 0x1d, 0x65, 0xc6, 0x38, 0x45, 0xce, 0x62, 0x6f, 0x81, 0x68, 0x29, 0x4d, 0x21, 0x30, 0x25, 0x2e, 0xf9, 0x5d, 0xff, 0xb0, 0x56, 0x9d, 0x88, 0x5f, 0x8e, 0x6e, 0xe8, 0x8d, 0x7c, 0x99, 0x87, 0xdc, 0x3c, 0xc9, 0xd6, 0x96, 0x9d, 0x58, 0x6d, 0x24, 0x6c, 0xfd, 0xd9, 0x1c, 0xa3, 0xc8, 0x61, 0xdf, 0x9c, 0x52, 0x2e, 0xf6, 0x98, 0x70, 0x3b, 0x56, 0x72, 0xe3, 0x46, 0xdd, 0x22, 0x38, 0x64, 0x68, 0x2a, 0xbf, 0xc8, 0xb2, 0x5f, 0xec, 0xfb, 0x7e, 0x55, 0xf5, 0x6d, 0x8e, 0x0f, 0xc0, 0xa5, 0xd4, 0x56, 0xea } } }; static const struct cckprng_op *ops_1421[] = { (const struct cckprng_op *)&op_init_1405, (const struct cckprng_op *)&op_init_1406, (const struct cckprng_op *)&op_init_1407, (const struct cckprng_op *)&op_refresh_1408, (const struct cckprng_op *)&op_reseed_1409, (const struct cckprng_op *)&op_reseed_1410, (const struct cckprng_op *)&op_init_1411, (const struct cckprng_op *)&op_init_1412, (const struct cckprng_op *)&op_refresh_1413, (const struct cckprng_op *)&op_init_1414, (const struct cckprng_op *)&op_init_1415, (const struct cckprng_op *)&op_init_1416, (const struct cckprng_op *)&op_reseed_1417, (const struct cckprng_op *)&op_init_1418, (const struct cckprng_op *)&op_init_1419, (const struct cckprng_op *)&op_init_1420 }; static const struct cckprng_vector vec_1422 = { .id = 1343, .note = NULL, .nops = 16, .ops = ops_1421 }; static const struct cckprng_op_init op_init_1423 = { .hd = { .id = 1344, .kind = OP_INIT }, .seed = { 0x11, 0x66, 0xe2, 0xd3, 0x37, 0x9b, 0xce, 0xaf, 0xf0, 0x66, 0x12, 0xc0, 0xc2, 0x6b, 0x64, 0x48, 0xde, 0x70, 0x0a, 0xcd, 0x37, 0x55, 0x8f, 0x61, 0x3c, 0x4c, 0x0a, 0x34, 0x14, 0x83, 0xbb, 0xf4 }, .nonce = { 0x89, 0x70, 0x43, 0x8e, 0x6b, 0xb4, 0xcf, 0x15 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1424 = { .hd = { .id = 1345, .kind = OP_RESEED }, .nonce = 1496546593634933039ULL, .seed_nbytes = 283, .seed = { 0xf6, 0xc6, 0xaf, 0x7a, 0x97, 0x4f, 0xe2, 0x42, 0x89, 0xb6, 0xab, 0x86, 0x2a, 0x51, 0x60, 0x6f, 0x02, 0x2f, 0xa6, 0x24, 0xaa, 0x5c, 0x39, 0xd5, 0x77, 0xfb, 0x86, 0x0c, 0x16, 0xd2, 0x9c, 0xf2, 0x6f, 0xb0, 0xaa, 0xa1, 0x7e, 0x65, 0x64, 0x30, 0x12, 0x48, 0xf5, 0x15, 0xdc, 0x97, 0x92, 0x76, 0xc9, 0x16, 0x73, 0xe6, 0xe8, 0x08, 0x88, 0xc1, 0x19, 0xbd, 0x5a, 0xdf, 0x2d, 0x1d, 0x9c, 0xa5, 0xe7, 0x7a, 0x49, 0x92, 0x63, 0xf3, 0x61, 0x47, 0xfa, 0xd3, 0x16, 0x6d, 0x46, 0x58, 0x56, 0x6e, 0xac, 0x42, 0x3d, 0xd3, 0xaf, 0x23, 0xbb, 0xad, 0x25, 0xcc, 0xe5, 0x23, 0x64, 0xd5, 0xca, 0xc4, 0x7f, 0x0d, 0xb4, 0xbb, 0xdb, 0xbd, 0x24, 0x09, 0x85, 0xa9, 0xae, 0x2b, 0x93, 0x42, 0x34, 0xc2, 0x5e, 0x72, 0xb8, 0x3e, 0x8b, 0x22, 0x48, 0xcc, 0x8e, 0x6e, 0x4b, 0xfe, 0xee, 0xfa, 0x38, 0x0f, 0x61, 0x50, 0x5c, 0x66, 0xba, 0x67, 0xa8, 0xa8, 0x31, 0x03, 0x8e, 0x68, 0x5e, 0xcc, 0xca, 0x4b, 0xb2, 0xf0, 0xb8, 0x72, 0x34, 0x01, 0xc5, 0x20, 0x66, 0x3c, 0x17, 0x3a, 0xdf, 0x98, 0xb1, 0x0a, 0x93, 0x41, 0xd9, 0xdf, 0x51, 0x05, 0x76, 0xce, 0x52, 0x91, 0xf4, 0xa5, 0x63, 0x05, 0xc5, 0x9e, 0x19, 0x29, 0x25, 0x66, 0xea, 0x33, 0x44, 0xf4, 0x18, 0x28, 0xf1, 0x39, 0x6f, 0xe8, 0x4c, 0x0c, 0xa2, 0x9a, 0xe5, 0xf3, 0x8a, 0x2e, 0x66, 0xf3, 0xdf, 0x2f, 0xd4, 0xba, 0x62, 0xd0, 0xdd, 0xd1, 0x0b, 0x54, 0x47, 0xd7, 0xcf, 0x68, 0xb1, 0x07, 0x5a, 0xc5, 0x08, 0x69, 0x32, 0xc8, 0xee, 0x71, 0x54, 0xbc, 0x67, 0xa9, 0xa5, 0x93, 0xca, 0xc6, 0xfa, 0xe5, 0x2c, 0xe7, 0x74, 0x28, 0x60, 0xa2, 0x9d, 0x5d, 0x82, 0xa3, 0xbb, 0x41, 0xb5, 0x19, 0x4b, 0xae, 0x32, 0x9b, 0x81, 0x91, 0xa7, 0x76, 0xb9, 0x2d, 0xa4, 0xe4, 0x5d, 0xd3, 0xfd, 0x92, 0x50, 0x84, 0x7c, 0x5a, 0xa0, 0x6c, 0xff, 0x59, 0x9e, 0x20, 0x5f, 0x0a, 0x39, 0x98, 0x49, 0x37, 0xa2, 0x3e, 0xf8 } }; static const struct cckprng_op_reseed op_reseed_1425 = { .hd = { .id = 1346, .kind = OP_RESEED }, .nonce = 17612974601646446837ULL, .seed_nbytes = 72, .seed = { 0x0c, 0xe9, 0xb8, 0x34, 0x3f, 0x52, 0x70, 0xa8, 0x5d, 0x12, 0x7d, 0xea, 0x24, 0x76, 0xf3, 0x4c, 0x73, 0xcc, 0x44, 0xb3, 0xf4, 0x11, 0x47, 0x5a, 0xe7, 0xbd, 0xd8, 0xae, 0x0b, 0xd0, 0xfc, 0xda, 0x1c, 0x19, 0x02, 0xa9, 0x74, 0x4a, 0x25, 0x69, 0x4d, 0x10, 0xdb, 0x9b, 0x79, 0x9d, 0x1e, 0x4c, 0x0f, 0xdc, 0xda, 0xa9, 0x49, 0x86, 0x38, 0x6c, 0x91, 0x46, 0x19, 0x96, 0x0d, 0x28, 0xde, 0x36, 0x60, 0x2c, 0x8d, 0xf5, 0xec, 0xdc, 0xd9, 0xa0 } }; static const struct cckprng_op_generate op_init_1426 = { .hd = { .id = 1347, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0x95, 0xd8, 0xbf, 0x7d, 0x7b, 0x88, 0xbf, 0x43, 0x0f, 0x39, 0x10, 0x70, 0x69, 0x0f, 0x9a, 0x7e, 0x96, 0x3f, 0xad, 0x63, 0x0f, 0xb6, 0x8b, 0x72, 0xf6, 0x09, 0x8f, 0x26, 0xe0, 0x05, 0xd6, 0xf2, 0xeb, 0x1b, 0x6f, 0x31, 0xf0, 0xaf, 0x07, 0xa3, 0x5b, 0xe7, 0xab, 0x6d, 0xab, 0x26, 0x95, 0x26, 0x53, 0xf7, 0xe5, 0x86, 0xb0, 0xef, 0x97, 0x7d, 0x59, 0x84, 0x32, 0x80, 0x5c, 0x19, 0x54, 0xc3, 0x94, 0xee, 0x24, 0x8f, 0x9e, 0xaa, 0xa8, 0xe4, 0x53, 0x19, 0x3b, 0x60, 0x48, 0xfa, 0x83, 0x91, 0xb4, 0x78, 0x00, 0x2f, 0xc8, 0xbd, 0x1c, 0xd3, 0x87, 0xca, 0xce, 0x70, 0xe0, 0xb7, 0x8e, 0x6f, 0x8b, 0xac, 0x8f, 0x59, 0x7d, 0x05, 0x2d, 0x26, 0x09, 0x9d, 0x8b, 0x91, 0x6f, 0xc0, 0x6d, 0x9d, 0x9d, 0x50, 0x6f, 0x2e, 0x7e, 0xf6, 0x6c, 0xef, 0x91, 0x04, 0xb1, 0xf3, 0x33, 0xbe, 0x1b, 0x2f, 0xc4, 0xa3, 0x89, 0xff, 0x8c, 0x65, 0xd5, 0x40, 0xca, 0x17, 0xd6, 0x0c, 0xb1, 0xec, 0xbd, 0x48, 0x04, 0x9d, 0xb4, 0xfd, 0xb2, 0x8c, 0xe9, 0x27, 0xb3, 0xdd, 0xcc, 0x8e, 0xc2, 0xbe, 0xc3, 0xa7 } } }; static const struct cckprng_op_refresh op_refresh_1427 = { .hd = { .id = 1348, .kind = OP_REFRESH }, .rand = 5470460609082750161ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1428 = { .hd = { .id = 1349, .kind = OP_REFRESH }, .rand = 4684264181457444199ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1429 = { .hd = { .id = 1350, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x49, 0x89, 0x77, 0x6f, 0xda, 0x7e, 0x6a, 0x3a, 0x9f, 0x5c, 0x1f, 0x9b, 0xa5, 0xa8, 0xcb, 0x11, 0x55, 0x9c, 0x5c, 0x83, 0xbf, 0x88, 0xc5, 0xf9, 0xf7, 0x5f, 0xec, 0xeb, 0x77, 0x4a, 0xad, 0x88, 0x72, 0x7d, 0x2d, 0x56, 0x57, 0x20, 0xa9, 0x8e, 0x03, 0x1a, 0x2f, 0x78, 0xc3, 0x9f, 0x4f, 0xcf, 0x13, 0x88, 0x0c, 0xc7, 0xb6, 0x06, 0xe6, 0x07, 0x1b, 0xa7, 0x7f, 0x0f, 0xc9, 0x0b, 0x0d, 0xfb, 0x18, 0x26, 0xa0, 0xd7, 0xad, 0xa3, 0x6c, 0xc5, 0x97, 0x16, 0x68, 0xaf, 0x5f, 0x7e, 0x96, 0x82, 0x21, 0x29, 0x73, 0x83, 0x0b, 0x02, 0x7f, 0x29, 0x23, 0x55, 0xb7, 0x02, 0x3c, 0xd3, 0xed, 0xf2, 0x1d, 0xf8, 0x77, 0xb6, 0x48, 0x2d, 0x41, 0xd8, 0x43, 0xdb, 0xc4, 0x81, 0x00, 0xbd, 0x24, 0xc2, 0x41, 0xb6, 0x42, 0xe8, 0x41, 0x6b } } }; static const struct cckprng_op_generate op_init_1430 = { .hd = { .id = 1351, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0x9e, 0x40, 0xf8, 0xdb, 0x8f, 0xa8, 0xe8, 0xf0, 0x02, 0x3e, 0x1a, 0xd8, 0x4c, 0x8e, 0x43, 0x14, 0x1f, 0x4c, 0xdf, 0x8e, 0x57, 0x74, 0x08, 0xcf, 0x4a, 0x92, 0x64, 0x6d, 0x5d, 0x1c, 0x96, 0x5f, 0x76, 0xf1, 0xbf, 0x67, 0xbc, 0x97, 0x0a, 0xd3, 0x33, 0x53, 0x24, 0x20, 0xb6, 0x34, 0xab, 0x10, 0x4f, 0x9f, 0xf3, 0xa3, 0x9b, 0xc5, 0xa5, 0x46, 0xf7, 0x11, 0x79, 0x07, 0xea, 0x7c, 0xb0, 0x3f, 0xc2, 0x12, 0xee, 0x04, 0xf3, 0xed, 0x5e, 0x8c, 0xf2, 0x1b, 0x81, 0x37, 0x6d, 0x55, 0x72, 0x5d, 0x78, 0x47, 0x39, 0x48, 0x64, 0x42, 0x0b, 0xf8, 0x29, 0xc8, 0x24, 0x2d, 0xf9, 0x18, 0xd9, 0xaa, 0xa4, 0x99, 0x0b, 0x20, 0x2a, 0x32, 0xba, 0x4a, 0xbd, 0x40, 0xcd, 0xcd, 0xe3, 0xe3, 0xc6, 0x8c, 0x36, 0xbe, 0x4a, 0x3b, 0xd0, 0xcc, 0x75, 0xf3, 0x2b, 0x3e, 0x67, 0x3c, 0x12, 0x24, 0x9d, 0xd6, 0xe0, 0xf3, 0x66, 0x91, 0xd2, 0xd2, 0x1d, 0x6d, 0x79, 0xe6, 0x53, 0xe5, 0x1f, 0x44, 0xb6, 0xa2, 0xf5, 0xb2, 0xbc, 0xbe, 0xc6, 0x70, 0xed, 0x05, 0xfa, 0x0e } } }; static const struct cckprng_op_reseed op_reseed_1431 = { .hd = { .id = 1352, .kind = OP_RESEED }, .nonce = 2826507007895204629ULL, .seed_nbytes = 225, .seed = { 0x44, 0x47, 0xb5, 0xfa, 0xfb, 0x89, 0x53, 0xa7, 0x9c, 0x83, 0x27, 0xc6, 0xff, 0xcc, 0x4a, 0xc1, 0xb8, 0x82, 0xcc, 0x7b, 0x94, 0xb6, 0x33, 0xeb, 0xe9, 0xf7, 0xba, 0xa8, 0x5d, 0xa9, 0x2b, 0xa9, 0x1b, 0x8c, 0x01, 0xbc, 0xf4, 0xb2, 0x31, 0xbd, 0x08, 0x96, 0xe7, 0x70, 0x0d, 0xfb, 0xd6, 0x19, 0x3f, 0xf7, 0x27, 0xd1, 0x1a, 0x14, 0x08, 0x39, 0x36, 0xf2, 0xcc, 0xaf, 0xb8, 0x10, 0x30, 0xab, 0xc9, 0x7a, 0x21, 0x45, 0x3d, 0x7e, 0xc7, 0x5b, 0x2d, 0xe8, 0xe1, 0xc7, 0x95, 0x83, 0x70, 0xf7, 0x71, 0x74, 0x73, 0x62, 0x9b, 0x8b, 0xd8, 0x3c, 0x96, 0xd2, 0xf4, 0xaf, 0xca, 0xd6, 0x0b, 0x6c, 0xa8, 0xde, 0xb0, 0x4e, 0xdd, 0x0f, 0x9e, 0x2b, 0x6f, 0xbd, 0xcc, 0x6c, 0x05, 0x91, 0x51, 0x3d, 0x63, 0x2e, 0x04, 0x36, 0xac, 0xf9, 0x89, 0x81, 0x01, 0x63, 0x14, 0xcc, 0x6a, 0xb1, 0xc3, 0x83, 0x3a, 0x96, 0xc7, 0x04, 0x40, 0xb8, 0xd3, 0x40, 0x58, 0xb7, 0xbb, 0xa3, 0x6b, 0xd7, 0xf1, 0xd6, 0xb0, 0xfb, 0xb0, 0x02, 0xb5, 0xd9, 0x32, 0x34, 0x90, 0x59, 0x43, 0x3a, 0xec, 0x01, 0x79, 0x6f, 0xb1, 0xb3, 0x7d, 0x84, 0x5e, 0xce, 0x78, 0x8a, 0x56, 0xd9, 0xc5, 0x74, 0x1e, 0x36, 0x4a, 0x33, 0x41, 0xd1, 0xbc, 0xde, 0x08, 0x3b, 0xed, 0x73, 0x16, 0x1d, 0x88, 0x81, 0x96, 0x74, 0x6b, 0x35, 0xb9, 0xab, 0x85, 0xdf, 0xad, 0x2f, 0xc9, 0x40, 0xe3, 0xc2, 0x8d, 0x15, 0xf6, 0xe5, 0x31, 0x2c, 0xdc, 0xc8, 0xd0, 0x6c, 0x6a, 0x3f, 0x7d, 0x1c, 0x13, 0x14, 0x93, 0xfb, 0x42, 0x39, 0x0f, 0x95, 0x6a } }; static const struct cckprng_op_refresh op_refresh_1432 = { .hd = { .id = 1353, .kind = OP_REFRESH }, .rand = 11521251158560608905ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1433 = { .hd = { .id = 1354, .kind = OP_RESEED }, .nonce = 940874121653227464ULL, .seed_nbytes = 212, .seed = { 0x1b, 0xd1, 0x44, 0xa9, 0xb2, 0x7b, 0x1d, 0xe0, 0xbd, 0xdf, 0x87, 0xa2, 0x50, 0x50, 0x0e, 0x12, 0x65, 0x49, 0xf8, 0x67, 0x0e, 0x8d, 0x31, 0x4e, 0xc0, 0x18, 0x86, 0xd1, 0x02, 0x79, 0xa0, 0xb5, 0x92, 0xf7, 0x8d, 0xc5, 0xff, 0x16, 0xa4, 0x90, 0x58, 0xb5, 0x12, 0x06, 0x01, 0x83, 0x2a, 0x01, 0x7e, 0x37, 0xf5, 0xed, 0x3e, 0x34, 0x42, 0x54, 0xf3, 0xa4, 0xda, 0xa7, 0x4d, 0x19, 0xd0, 0xa6, 0x0c, 0x87, 0x1e, 0x8d, 0x26, 0x7e, 0x4e, 0x9c, 0x28, 0x3c, 0x69, 0xd3, 0x3c, 0x5c, 0x95, 0x2a, 0x79, 0x71, 0x65, 0xdf, 0x83, 0xe3, 0x9d, 0x94, 0xba, 0x4a, 0x9a, 0x8f, 0xc8, 0x0b, 0x2e, 0x2c, 0x40, 0x1a, 0x86, 0x24, 0xd4, 0x55, 0xe6, 0xa7, 0xac, 0x1d, 0x01, 0xba, 0xcd, 0xa7, 0x86, 0xe1, 0xbe, 0xc5, 0x24, 0xd0, 0x39, 0x1a, 0x6b, 0x3c, 0x63, 0xab, 0xce, 0x20, 0x14, 0x95, 0x50, 0xff, 0x96, 0x0b, 0x8c, 0xdd, 0xa2, 0x11, 0x8f, 0x62, 0xc5, 0x04, 0x4c, 0xbb, 0x49, 0xd6, 0x30, 0x7a, 0xee, 0x4f, 0x40, 0x72, 0x21, 0x68, 0x41, 0x89, 0xd3, 0xe1, 0x69, 0x98, 0x16, 0xc4, 0x5f, 0x76, 0x54, 0x17, 0xbf, 0xa5, 0x92, 0x92, 0xae, 0x7f, 0xef, 0x7a, 0x1d, 0xd7, 0x0a, 0xf7, 0x36, 0x51, 0x2a, 0xa5, 0x1b, 0x18, 0xa5, 0xb3, 0x48, 0x4f, 0x67, 0xd4, 0x0b, 0x20, 0xab, 0x85, 0xb2, 0xc7, 0x59, 0x3c, 0xd2, 0xe1, 0x21, 0xa5, 0x8f, 0xaf, 0x5d, 0xbf, 0x1f, 0xd0, 0x6b, 0xc2, 0x33, 0x38, 0x4c, 0xb7, 0x6d, 0xd1 } }; static const struct cckprng_op_refresh op_refresh_1434 = { .hd = { .id = 1355, .kind = OP_REFRESH }, .rand = 14273315944720332377ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1435 = { .hd = { .id = 1356, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0xc2, 0xc1, 0xe3, 0x4c, 0x04, 0x19, 0xf9, 0x56, 0xf0, 0x90, 0xb7, 0x90, 0x9c, 0x81, 0xa4, 0x95, 0xb4, 0x2d, 0x15, 0x59, 0xf3, 0x7d, 0xd7, 0xa9, 0xb0, 0xef, 0x8c, 0xfb, 0x2e, 0xe6, 0x48, 0x0a, 0x81, 0xdc, 0x5a, 0x6f, 0x07, 0xbc, 0x92, 0xa5, 0x10, 0x82, 0x5c, 0x83, 0xe8, 0x08, 0x70, 0x32, 0xd6, 0xf3, 0xce, 0xcf, 0x44, 0x27, 0x74, 0x54, 0xae, 0xa2, 0x76, 0x4f, 0x2d, 0x1e, 0x43, 0x99, 0x1d, 0x9c, 0xf1, 0x10, 0x29, 0xb5, 0x9d, 0xa1, 0xa1, 0x0d, 0x3e, 0xcb, 0xa4, 0xa1, 0x99, 0xc2, 0xef, 0x5d, 0xbc, 0x1f, 0x7f, 0xed, 0xf5, 0x45, 0x60, 0x44, 0x6b, 0x73, 0x3c, 0x04, 0x8d, 0x94, 0x6e, 0x60, 0x58, 0xa7, 0x49, 0x49, 0xca, 0xf8, 0x6e, 0x61, 0x19, 0x1d, 0xc8, 0xb9, 0x24, 0xc1, 0x8b, 0xa7, 0x30, 0x35, 0x42, 0x78, 0x47, 0x22, 0xa0, 0x1f, 0x2d, 0x04, 0x09, 0xb5, 0xd8, 0xd4, 0xa9, 0x15, 0x8b, 0xf9, 0xc6, 0xab, 0x77, 0xea, 0xbc, 0x4c, 0x2e, 0xe8, 0x90, 0xa7, 0x41, 0x32, 0x34, 0x82, 0x1f, 0x84, 0xd8, 0xdd, 0xe2, 0x51, 0x03, 0x29, 0x61, 0x67, 0x45, 0x53, 0x02, 0xfe, 0x70, 0x25, 0xab, 0x44, 0xc4, 0xfa, 0x46, 0x87, 0x57, 0x92, 0x8d, 0x05, 0x08, 0x1b, 0x05, 0xa8, 0x6d, 0xe3, 0x68, 0x89, 0xf7, 0x86, 0x09, 0xf9, 0x74, 0x1f, 0xed, 0x30, 0x56, 0x74, 0x33, 0xbd, 0xf0, 0x55, 0x23, 0x69, 0xac, 0x37, 0x70, 0x80, 0xec, 0x93, 0xdb, 0xeb, 0xf7, 0x70, 0x96, 0x80, 0xee, 0x87, 0x25, 0xd4, 0x9a, 0x51, 0x45, 0x3d, 0xdb, 0xb3, 0x1e, 0x24, 0xf7, 0xee, 0xb5, 0x58, 0x36, 0x0d, 0x5b, 0xfd, 0xd6, 0x93, 0x44, 0xf9, 0x82, 0x63, 0x33, 0xc2, 0xc3, 0xfb, 0xf6, 0xef, 0x5d, 0xe3, 0x94, 0xe2, 0xdf, 0xbb, 0xef, 0x17, 0xe2, 0x2a, 0xcc, 0xbe, 0x0a, 0x85, 0x1e, 0xe4 } } }; static const struct cckprng_op_generate op_init_1436 = { .hd = { .id = 1357, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x74, 0xa9, 0x53, 0x22, 0x3f, 0x22, 0x77, 0x2e, 0x95, 0x22, 0xa6, 0x7b, 0xe6, 0x03, 0xff, 0x1c, 0x73, 0x3d, 0xef, 0xb3, 0x49, 0x49, 0x71, 0xa0, 0x94, 0x4b, 0x18, 0xb7, 0xe7, 0xc3, 0xb9, 0xd5, 0x48, 0x9f, 0x3e, 0x5e, 0x9b, 0x67, 0xd0, 0xec, 0x4b, 0xd7, 0xe7, 0x4a, 0x17, 0x52, 0x3a, 0x3d, 0xa4, 0x2b, 0xed, 0xbb, 0x7b, 0x1b, 0xb2, 0xd0, 0xc0, 0xae, 0xe6, 0x83, 0x53, 0x92, 0x3f, 0xd8, 0xb3, 0x45, 0x7a, 0x2e, 0x7f, 0x4d, 0x04, 0x80, 0x8d, 0x28, 0x66, 0x7b, 0xea, 0x3c, 0x66, 0xc1, 0x5e, 0x77, 0x9f, 0x72, 0x42, 0x14, 0xfd, 0xec, 0xca, 0x43, 0x23, 0x8b, 0x6f, 0xc4, 0x49, 0x5b, 0x80, 0xc0, 0x8c, 0x10, 0x2d, 0x05, 0xc6, 0x3e, 0x68, 0x72, 0xee, 0x30, 0x09, 0x39, 0x85, 0xf3, 0xb2, 0xe6, 0x0b, 0xdc, 0xfd, 0x3c, 0x00, 0x03, 0x44, 0x06, 0x82, 0x6b, 0xbe, 0x5b, 0x66, 0x79, 0xe2, 0x3e, 0xa5, 0x24, 0x10, 0x0a, 0x75, 0x5d, 0xe3, 0x6b, 0xd2, 0x68, 0x1a, 0xe2, 0xe3, 0xff, 0xa6, 0xc1, 0x91, 0xfa, 0xa1, 0xc8, 0xe3, 0x30, 0xf6, 0x3c, 0xe5, 0x4f, 0xc0, 0x03, 0x07, 0x4c, 0x1c, 0xdf, 0xff, 0x57, 0xd4, 0xc7, 0x02, 0x2c, 0xf0, 0xeb, 0xe5, 0x7c, 0x16, 0x59, 0x11, 0x8e, 0x09, 0xf7, 0x23, 0xca, 0x48, 0x51, 0x5c, 0x9c, 0xfe, 0x28, 0x95, 0xca, 0xf4, 0x9b, 0xed, 0x9c, 0x47, 0x1d, 0x42, 0x0e, 0x24, 0xdb, 0x4f, 0xec, 0xe7, 0x71, 0xdd, 0x61, 0x4d, 0xf0, 0xd4, 0xea, 0x88, 0x3c, 0x52, 0x42, 0x72, 0x05, 0x17, 0xe1, 0x6c, 0xfe, 0x21, 0x36, 0x74, 0x87, 0x92, 0xc1, 0xd2, 0x38, 0xdf, 0x5a, 0xd3, 0x33, 0xa2, 0xdb, 0x5b, 0x1e, 0xc4, 0x26, 0x1f, 0xc4, 0x15, 0x54, 0x7c, 0x94, 0x71, 0x35, 0x19, 0x3d, 0x90, 0xd2, 0x99, 0x28, 0xc2, 0x03, 0x3d, 0x6e, 0x41, 0xdb, 0x85, 0xad, 0xd0, 0xb2, 0x38, 0x1f } } }; static const struct cckprng_op_refresh op_refresh_1437 = { .hd = { .id = 1358, .kind = OP_REFRESH }, .rand = 17446208711898446294ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1438 = { .hd = { .id = 1359, .kind = OP_RESEED }, .nonce = 16948090274925607811ULL, .seed_nbytes = 22, .seed = { 0x86, 0xe7, 0xd2, 0x90, 0xd9, 0x78, 0xc8, 0xd5, 0xa0, 0xab, 0x7f, 0x6f, 0xd5, 0x00, 0x9d, 0x4c, 0x2a, 0xb4, 0x69, 0x50, 0x10, 0xf8 } }; static const struct cckprng_op *ops_1439[] = { (const struct cckprng_op *)&op_init_1423, (const struct cckprng_op *)&op_reseed_1424, (const struct cckprng_op *)&op_reseed_1425, (const struct cckprng_op *)&op_init_1426, (const struct cckprng_op *)&op_refresh_1427, (const struct cckprng_op *)&op_refresh_1428, (const struct cckprng_op *)&op_init_1429, (const struct cckprng_op *)&op_init_1430, (const struct cckprng_op *)&op_reseed_1431, (const struct cckprng_op *)&op_refresh_1432, (const struct cckprng_op *)&op_reseed_1433, (const struct cckprng_op *)&op_refresh_1434, (const struct cckprng_op *)&op_init_1435, (const struct cckprng_op *)&op_init_1436, (const struct cckprng_op *)&op_refresh_1437, (const struct cckprng_op *)&op_reseed_1438 }; static const struct cckprng_vector vec_1440 = { .id = 1360, .note = NULL, .nops = 16, .ops = ops_1439 }; static const struct cckprng_op_init op_init_1441 = { .hd = { .id = 1361, .kind = OP_INIT }, .seed = { 0xd4, 0x6b, 0x89, 0x81, 0xf4, 0x3b, 0xad, 0x1e, 0x98, 0x53, 0x11, 0x5c, 0xda, 0xfb, 0xea, 0x85, 0x82, 0x93, 0x41, 0xa2, 0x6d, 0x9c, 0x62, 0x1b, 0x2e, 0x56, 0x66, 0x1e, 0x01, 0x8f, 0x47, 0xd2 }, .nonce = { 0x48, 0x6c, 0xec, 0x14, 0x38, 0x46, 0x32, 0xea }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1442 = { .hd = { .id = 1362, .kind = OP_GENERATE }, .rand_nbytes = 251, .out = { .rand = { 0x63, 0x16, 0x83, 0x39, 0x0d, 0xbf, 0x38, 0x24, 0x9b, 0x2b, 0xf1, 0x91, 0xf7, 0x47, 0x2e, 0xf3, 0x44, 0x85, 0xcb, 0x03, 0x98, 0x34, 0x4c, 0x56, 0x52, 0x7a, 0xcf, 0x59, 0xb1, 0x1b, 0x5b, 0x35, 0xeb, 0x4f, 0x23, 0xca, 0x5a, 0x63, 0xb1, 0x0c, 0x7a, 0x0b, 0x97, 0xca, 0x6a, 0x32, 0x13, 0x5c, 0x4d, 0x60, 0x7c, 0xb9, 0xa7, 0x5d, 0x89, 0xa5, 0x17, 0x9e, 0x5a, 0xb7, 0x20, 0xea, 0xc9, 0x46, 0x3a, 0x9b, 0xf8, 0x3f, 0xa5, 0xc6, 0xbe, 0xb9, 0x24, 0x09, 0x82, 0x02, 0xf1, 0xd4, 0x8a, 0x00, 0xb5, 0x86, 0x48, 0x1b, 0xa2, 0xc0, 0x56, 0x75, 0xa8, 0xc0, 0x0e, 0xc0, 0x9f, 0x62, 0x4e, 0xde, 0xc3, 0x0d, 0xe0, 0xef, 0x39, 0x25, 0xd7, 0x1a, 0x4b, 0x5c, 0xdc, 0x10, 0xd0, 0xa3, 0xb6, 0x6c, 0x2d, 0x66, 0x0c, 0x62, 0x59, 0xf1, 0x81, 0xe2, 0x28, 0xad, 0x58, 0x5c, 0x41, 0xb8, 0xd6, 0x27, 0x7d, 0x35, 0x24, 0x93, 0xe9, 0xb3, 0xd5, 0x3c, 0xba, 0x2e, 0xce, 0xc1, 0x80, 0x1d, 0xb6, 0xb0, 0xbf, 0xd0, 0x6e, 0xc1, 0xe2, 0x79, 0x5f, 0xe0, 0x5a, 0xbd, 0xf5, 0x7b, 0x37, 0x5b, 0xaa, 0x92, 0x22, 0x8f, 0xa5, 0x74, 0x67, 0x9d, 0x01, 0xc1, 0x9b, 0x93, 0x8b, 0x13, 0x2b, 0x63, 0x0d, 0xcb, 0x3e, 0x08, 0x5d, 0xe5, 0x45, 0xde, 0x48, 0xce, 0x26, 0x16, 0xb2, 0x2d, 0xb6, 0xf6, 0xda, 0xa4, 0x1a, 0x97, 0x32, 0x1e, 0x3c, 0x82, 0xb9, 0xae, 0x78, 0x35, 0x37, 0x08, 0xb7, 0x01, 0x6d, 0xcc, 0x94, 0x05, 0xd1, 0xd6, 0x0e, 0x01, 0x02, 0xa7, 0x86, 0x80, 0x80, 0x97, 0xe5, 0x8c, 0xde, 0x6f, 0x95, 0x53, 0x9e, 0x48, 0x9c, 0xa8, 0xa3, 0x84, 0x04, 0x97, 0x21, 0xd2, 0x74, 0xef, 0x25, 0xc2, 0x05, 0xa8, 0xd4, 0x37, 0xd6, 0xaa, 0x87, 0x07, 0xfb, 0x6b, 0xb6 } } }; static const struct cckprng_op_generate op_init_1443 = { .hd = { .id = 1363, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0x2e, 0x04, 0x0e, 0x59, 0x99, 0x67, 0x13, 0xd0, 0xc1, 0x8f, 0xd0, 0x52, 0x46, 0x43, 0xca, 0x55, 0xbd, 0xed, 0xcd, 0x41, 0x37, 0xdb, 0xb8, 0x10, 0x99, 0x4f, 0x26, 0x8c, 0x39, 0x3f, 0x9e, 0x4d, 0x67, 0x13, 0x98, 0xa3, 0x43, 0x25, 0x86, 0x78, 0x34, 0x58, 0xfb, 0x55, 0x85, 0xc7, 0x06, 0xe2, 0xe3, 0x1e, 0xa3, 0xca, 0x60, 0xca, 0xfa, 0x9c, 0x9a, 0x2d, 0xd9, 0x80, 0x45, 0x18, 0x60, 0x5b, 0x15, 0xc5, 0xb2, 0x79, 0x66, 0x24, 0x95, 0x8a, 0x98, 0x0b, 0x8f, 0x68, 0x1c, 0x61, 0xb8, 0x89, 0x29, 0x1e, 0xa0, 0x16, 0x9e, 0x07, 0xc7, 0xf8, 0xb3, 0x1d, 0x3b, 0x1e, 0x95, 0x2e, 0x74, 0x1e, 0xc7, 0xf9, 0x27, 0x8e, 0x29, 0x87, 0xb0, 0xaf, 0x7d, 0xde, 0x54, 0xf5, 0x2b, 0x15, 0x00, 0xe5, 0xfd, 0x61, 0x21, 0xc8, 0xa3, 0xe4, 0x17, 0x1f, 0x55, 0x46, 0x19, 0xc0, 0xe9, 0x6c, 0x3b, 0xdf, 0xa0, 0x29, 0x8c, 0x52, 0x22, 0x60, 0xad } } }; static const struct cckprng_op_generate op_init_1444 = { .hd = { .id = 1364, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0x21, 0x8e, 0xea, 0x85, 0xdb, 0x5d, 0x81, 0xd1, 0xcd, 0xf2, 0x1d, 0x0f, 0x6d, 0xd5, 0x48, 0xa8, 0xf4, 0x35, 0xa1, 0xb3, 0x6e, 0x5b, 0xb6, 0xed, 0xdc, 0x85, 0x2a, 0xa1, 0xd8, 0x29, 0xab, 0x2d, 0x0c, 0x36, 0xb8, 0x87, 0xae, 0xc5, 0xb5, 0xdb, 0xb0, 0x45, 0x16, 0xe6, 0xd2, 0x25, 0x9b, 0xd2, 0xd0, 0xb2, 0x51, 0xc3, 0x7a, 0x4d, 0x63, 0x70, 0xe5, 0x35, 0xc9, 0x60, 0x3f, 0x4d, 0xf0, 0x53, 0xad, 0xfa, 0xc0, 0x16, 0x8b, 0x58, 0xaa, 0x6d, 0x1e, 0x17, 0xb0, 0x5c, 0x29, 0xeb, 0xe5, 0x5a, 0x55, 0x24, 0x6f, 0x19, 0x88, 0x98, 0xbd, 0xd8 } } }; static const struct cckprng_op_reseed op_reseed_1445 = { .hd = { .id = 1365, .kind = OP_RESEED }, .nonce = 9959559174907150387ULL, .seed_nbytes = 119, .seed = { 0xa1, 0xa1, 0x56, 0x00, 0x75, 0x73, 0x74, 0x4b, 0xd2, 0xc0, 0x12, 0x73, 0x41, 0xb4, 0x4a, 0xe5, 0x13, 0xb5, 0x7d, 0x2a, 0xe9, 0xee, 0x67, 0x95, 0x7e, 0xa3, 0x42, 0xb1, 0x42, 0x36, 0xfd, 0x41, 0xda, 0x8b, 0xa2, 0x7e, 0x2e, 0xdf, 0x62, 0x07, 0xdc, 0xaa, 0xe1, 0xe6, 0x6d, 0xf6, 0x5e, 0xc7, 0x59, 0x53, 0x40, 0xff, 0x6b, 0x58, 0x68, 0xf9, 0x51, 0x90, 0x91, 0xca, 0xc4, 0x50, 0x6a, 0xa1, 0x86, 0x12, 0x82, 0xde, 0x57, 0x45, 0xdf, 0x45, 0xe5, 0x5c, 0x2d, 0xe9, 0xba, 0xe8, 0x20, 0x1c, 0xbc, 0xdf, 0xa9, 0xc8, 0xe6, 0xe2, 0xb2, 0x44, 0xce, 0x3a, 0x75, 0xf1, 0x46, 0x29, 0x28, 0x57, 0x22, 0x31, 0x74, 0x44, 0xbc, 0x7c, 0xaf, 0xd3, 0x3d, 0xeb, 0xb6, 0xcf, 0x7a, 0x74, 0x20, 0x97, 0x4e, 0x8f, 0x8e, 0x54, 0x3b, 0x7f, 0x43 } }; static const struct cckprng_op_reseed op_reseed_1446 = { .hd = { .id = 1366, .kind = OP_RESEED }, .nonce = 975570052300968686ULL, .seed_nbytes = 154, .seed = { 0xc4, 0x00, 0x9e, 0xb5, 0xdb, 0xd7, 0xfd, 0x7e, 0xbe, 0x6c, 0x4e, 0x1a, 0x17, 0xc0, 0x6a, 0x84, 0x58, 0x20, 0xdb, 0x58, 0x85, 0x13, 0x39, 0x1d, 0xee, 0x39, 0xb7, 0xa7, 0x19, 0x20, 0x82, 0xba, 0xde, 0x42, 0x57, 0x96, 0x77, 0xbf, 0xc0, 0x5c, 0x55, 0x47, 0x79, 0x28, 0x6d, 0x16, 0xff, 0x46, 0xe8, 0x55, 0x79, 0xdc, 0xe2, 0xfc, 0x46, 0xcb, 0xe6, 0x28, 0x3d, 0x21, 0xdb, 0xba, 0x3a, 0x7e, 0x4b, 0x3e, 0x58, 0xf2, 0xa5, 0x0f, 0x74, 0x30, 0xf6, 0xcc, 0x36, 0x57, 0xed, 0x97, 0x60, 0x8f, 0xfb, 0x87, 0x4f, 0x92, 0xf5, 0xf9, 0xeb, 0xcb, 0x45, 0x8c, 0xda, 0x5e, 0xd9, 0xa3, 0xfb, 0x9d, 0xd9, 0x0c, 0x07, 0xe7, 0xe6, 0x7c, 0xae, 0xfd, 0x35, 0xef, 0xd7, 0x45, 0x86, 0xa0, 0xd8, 0x9c, 0x67, 0xa2, 0xe5, 0xd2, 0x21, 0x4b, 0xf5, 0x51, 0xbf, 0x1a, 0x8e, 0x55, 0xa6, 0xae, 0x18, 0xef, 0x24, 0xf9, 0xff, 0x7a, 0xd9, 0x47, 0xe2, 0xc7, 0x24, 0x5f, 0x0a, 0x38, 0xdd, 0x9a, 0xaa, 0x6b, 0x64, 0x88, 0xd6, 0xfb, 0xb3, 0x81, 0xc7, 0x10, 0x64, 0x5e } }; static const struct cckprng_op_reseed op_reseed_1447 = { .hd = { .id = 1367, .kind = OP_RESEED }, .nonce = 17847212851246316704ULL, .seed_nbytes = 52, .seed = { 0x5f, 0x7e, 0x1d, 0x68, 0xb9, 0x9f, 0x58, 0x16, 0x94, 0xcc, 0xa1, 0x4e, 0x0d, 0xec, 0xec, 0x57, 0x6e, 0x51, 0x15, 0x0f, 0x5e, 0x69, 0xa8, 0x38, 0x8b, 0xfa, 0xbe, 0x47, 0x52, 0x05, 0x6b, 0xbc, 0x37, 0x33, 0x86, 0xd2, 0x2f, 0xd4, 0xbc, 0x0f, 0x59, 0xc5, 0x6e, 0xd9, 0x07, 0xc9, 0x18, 0x23, 0x09, 0x02, 0x21, 0xd9 } }; static const struct cckprng_op_reseed op_reseed_1448 = { .hd = { .id = 1368, .kind = OP_RESEED }, .nonce = 12460762834167197711ULL, .seed_nbytes = 267, .seed = { 0xb7, 0x5d, 0xf9, 0x79, 0x65, 0x49, 0x13, 0x24, 0xa1, 0x18, 0x3f, 0x57, 0x1b, 0x7f, 0x8a, 0xc7, 0x9a, 0x93, 0xc2, 0x88, 0x33, 0x38, 0x4b, 0x80, 0x5c, 0x64, 0xce, 0x5b, 0x9d, 0x56, 0xa5, 0x30, 0xbb, 0x54, 0x05, 0x08, 0x4c, 0xc3, 0x66, 0xe2, 0x77, 0x4c, 0x9a, 0xde, 0x7c, 0xfd, 0x1b, 0x3d, 0xf2, 0x59, 0x24, 0x8d, 0xba, 0xca, 0xa2, 0xca, 0x16, 0x7a, 0x8e, 0x14, 0xad, 0x55, 0x1c, 0x06, 0xd6, 0x66, 0xc7, 0x11, 0xbf, 0x14, 0x48, 0x1d, 0x78, 0x52, 0x08, 0xf1, 0xa0, 0x32, 0x44, 0xbf, 0x96, 0x7d, 0xca, 0xbe, 0xd7, 0x90, 0xf3, 0x60, 0x02, 0x81, 0x53, 0xee, 0x14, 0x4d, 0x98, 0x1d, 0x53, 0x5f, 0x27, 0xe5, 0x70, 0xa9, 0xfb, 0xad, 0x17, 0xa8, 0x84, 0xd3, 0x6a, 0x10, 0x09, 0x16, 0x73, 0x3a, 0x0c, 0x54, 0x90, 0xcc, 0x24, 0x48, 0xac, 0xdb, 0x38, 0x8a, 0xe8, 0x9d, 0xa5, 0xa1, 0xf3, 0x6b, 0xf6, 0x0c, 0x7b, 0x8a, 0x56, 0x72, 0xdb, 0x94, 0xfc, 0xcf, 0x2d, 0xae, 0xb7, 0xf6, 0x71, 0x71, 0xc9, 0xfd, 0xf1, 0x54, 0x20, 0x31, 0x83, 0x18, 0x52, 0x7e, 0x70, 0x63, 0xa3, 0x8a, 0x14, 0x08, 0xff, 0x35, 0x1f, 0xbc, 0xcd, 0x90, 0xe8, 0x8c, 0x87, 0xdd, 0x31, 0x73, 0xed, 0x49, 0xd9, 0x67, 0xd3, 0x8d, 0x9d, 0x97, 0x4d, 0xa4, 0x97, 0x74, 0x0a, 0x31, 0x89, 0xca, 0x39, 0x9d, 0xd0, 0x94, 0x5b, 0x7d, 0xa3, 0xfa, 0xbb, 0x95, 0x8c, 0xa6, 0x51, 0xbe, 0xd8, 0xfb, 0xc0, 0x37, 0x9e, 0x1a, 0xb7, 0x9e, 0xf7, 0xe8, 0x2a, 0xd2, 0x6d, 0x5e, 0x1f, 0x60, 0x7c, 0x9f, 0x37, 0x51, 0xff, 0xc2, 0x91, 0x75, 0x5b, 0xff, 0x7c, 0xe2, 0x0e, 0xf2, 0x84, 0x53, 0x2a, 0x7a, 0x6d, 0xe5, 0x76, 0x76, 0x01, 0x7a, 0x09, 0x41, 0xc5, 0xeb, 0xe7, 0x57, 0x06, 0xef, 0x82, 0x76, 0x53, 0x98, 0xef, 0xd4, 0x11, 0x16, 0x75, 0x9f, 0x2a, 0xec, 0x0f, 0xe3, 0xd5 } }; static const struct cckprng_op_refresh op_refresh_1449 = { .hd = { .id = 1369, .kind = OP_REFRESH }, .rand = 6830068516720769288ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1450 = { .hd = { .id = 1370, .kind = OP_RESEED }, .nonce = 1288066947639499461ULL, .seed_nbytes = 219, .seed = { 0x47, 0x44, 0xb8, 0xc9, 0x1e, 0xb8, 0x82, 0x61, 0x2e, 0x9a, 0x94, 0xe5, 0xeb, 0x1a, 0xce, 0xc1, 0x15, 0x5e, 0xb7, 0x56, 0x88, 0x4a, 0x84, 0xb7, 0x3b, 0x45, 0x7e, 0xd6, 0x61, 0x38, 0x8d, 0x30, 0x73, 0x1b, 0xe8, 0x60, 0x57, 0x5c, 0xa0, 0x90, 0x66, 0xef, 0x74, 0x2c, 0x87, 0x9e, 0xb8, 0x7f, 0x1a, 0x86, 0xee, 0xd0, 0xc7, 0x28, 0xdb, 0x2d, 0x07, 0x83, 0x41, 0x84, 0x1b, 0xfc, 0xb8, 0x4c, 0xbc, 0xa5, 0xfb, 0x83, 0x07, 0xef, 0x99, 0xac, 0x8b, 0x93, 0x65, 0x65, 0x9a, 0xcb, 0xf1, 0xb9, 0xc9, 0x12, 0xb4, 0xad, 0xfa, 0x0b, 0x22, 0x02, 0xe0, 0x13, 0xea, 0xd6, 0xf5, 0x40, 0x1a, 0xb0, 0x0d, 0x8a, 0xf1, 0xd1, 0xbc, 0x09, 0x55, 0xc4, 0xb2, 0xcd, 0xa1, 0x94, 0xdb, 0x9d, 0x76, 0x8d, 0x2e, 0x6f, 0x79, 0x3a, 0x72, 0xd4, 0xd0, 0x7c, 0x32, 0x10, 0xb9, 0xd1, 0x82, 0x2a, 0x7f, 0xa9, 0x71, 0x69, 0xfc, 0x44, 0x21, 0xfa, 0x98, 0xf4, 0x05, 0xf9, 0xa9, 0x01, 0x46, 0x99, 0x62, 0x07, 0x45, 0xf0, 0xd9, 0xc3, 0x1a, 0x84, 0x60, 0x7c, 0x85, 0xa5, 0x8c, 0x49, 0x30, 0x2f, 0x1c, 0x34, 0xe0, 0x3e, 0xc6, 0x33, 0x84, 0x67, 0x49, 0xdf, 0xad, 0x79, 0x2b, 0xdf, 0xd4, 0x4e, 0xb7, 0xb5, 0x3c, 0x05, 0x25, 0xb4, 0xd0, 0x28, 0x85, 0xcd, 0x82, 0xca, 0x8e, 0xb4, 0x6e, 0xb6, 0x13, 0x00, 0xae, 0xb7, 0xcb, 0x82, 0x75, 0x8c, 0xec, 0xef, 0xc0, 0x31, 0xd3, 0xfd, 0x78, 0x69, 0x4e, 0xe3, 0xa3, 0x85, 0xd1, 0x80, 0x17, 0x3f, 0x9b, 0xc8, 0x5e, 0xc2, 0x40 } }; static const struct cckprng_op_reseed op_reseed_1451 = { .hd = { .id = 1371, .kind = OP_RESEED }, .nonce = 6305771163824234818ULL, .seed_nbytes = 45, .seed = { 0x2f, 0x36, 0x4f, 0x4e, 0xc2, 0x32, 0xc9, 0x0e, 0xf9, 0x00, 0xb0, 0xc8, 0x0e, 0xb4, 0x80, 0x5e, 0x9d, 0x32, 0x81, 0x31, 0x50, 0x19, 0xbe, 0x1d, 0xae, 0x14, 0x5a, 0x22, 0xc2, 0x5b, 0x61, 0xc3, 0x3d, 0x9b, 0xe5, 0x08, 0xcd, 0x1d, 0x00, 0x95, 0xe2, 0xf2, 0x76, 0x26, 0x8a } }; static const struct cckprng_op_generate op_init_1452 = { .hd = { .id = 1372, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0xc7, 0x82, 0x64, 0x49, 0xed, 0x68, 0xa3, 0x38, 0x39, 0x9e, 0x75, 0x83, 0xc3, 0xb9, 0x01, 0x0c, 0x1c, 0xa1, 0x43, 0xb6, 0x48, 0x04, 0x1d, 0xaa, 0x99, 0xab, 0xe9, 0x5b, 0x65, 0xa2, 0x5d, 0x7c, 0x34, 0xc3, 0xca, 0x8f } } }; static const struct cckprng_op_reseed op_reseed_1453 = { .hd = { .id = 1373, .kind = OP_RESEED }, .nonce = 10216271518652588285ULL, .seed_nbytes = 105, .seed = { 0xe7, 0x76, 0xfe, 0xec, 0xf1, 0x02, 0x6e, 0xc4, 0xc4, 0x7a, 0xdf, 0x11, 0x4d, 0x90, 0x8e, 0xe1, 0x30, 0x0e, 0x23, 0xbc, 0x61, 0xa5, 0x19, 0xad, 0x1d, 0x6c, 0x25, 0xaf, 0xc5, 0xb9, 0x95, 0x2e, 0xdd, 0xed, 0xa1, 0xcd, 0x98, 0x37, 0xa5, 0x94, 0x8a, 0x5f, 0x83, 0xe8, 0x46, 0x8e, 0x95, 0x8f, 0x66, 0x73, 0x4e, 0xcb, 0x75, 0x15, 0xce, 0xbf, 0x6e, 0xea, 0x38, 0x6b, 0xf6, 0x83, 0x07, 0x6d, 0x90, 0x2a, 0x54, 0x5b, 0x8d, 0xa2, 0xdb, 0x52, 0xb6, 0xc7, 0x29, 0x1a, 0xe3, 0x80, 0x7d, 0x00, 0x8e, 0xa9, 0x66, 0xb3, 0x7b, 0x50, 0x0e, 0xc2, 0x4e, 0x02, 0x63, 0x3a, 0x73, 0x83, 0xbe, 0x2c, 0x7e, 0x7e, 0x8f, 0x92, 0x42, 0xd5, 0xd5, 0x3a, 0xc7 } }; static const struct cckprng_op_reseed op_reseed_1454 = { .hd = { .id = 1374, .kind = OP_RESEED }, .nonce = 5240396280841139630ULL, .seed_nbytes = 240, .seed = { 0xf6, 0xb6, 0x6c, 0x6b, 0xc1, 0x21, 0xc3, 0xbf, 0x7c, 0xf0, 0x8d, 0x26, 0xb4, 0x81, 0xc5, 0xa7, 0x7e, 0x01, 0xb7, 0xda, 0x26, 0xab, 0x69, 0x53, 0x7a, 0x12, 0x52, 0xef, 0xd4, 0x6a, 0x7e, 0x8b, 0xa8, 0x4b, 0x0e, 0x47, 0xae, 0x3a, 0x41, 0xd7, 0xf6, 0x59, 0xf8, 0x4f, 0xe6, 0xbc, 0x26, 0x89, 0xe4, 0x87, 0x99, 0xb5, 0x3e, 0xe5, 0xa9, 0xb0, 0xc4, 0xfd, 0xe7, 0xbc, 0x90, 0xf3, 0x39, 0x3c, 0x0a, 0x65, 0xaf, 0xb8, 0x23, 0x4c, 0x3b, 0xdb, 0x8d, 0x2c, 0xd5, 0x7f, 0xd0, 0x48, 0x69, 0x82, 0xbb, 0x26, 0x3c, 0x35, 0x38, 0x7b, 0xf4, 0xe0, 0xaa, 0x95, 0xf2, 0xc9, 0x4a, 0xa8, 0xde, 0x51, 0x9f, 0x63, 0xef, 0xf3, 0xce, 0x6f, 0x7b, 0xfe, 0xac, 0x28, 0xbc, 0x67, 0x34, 0x88, 0xd8, 0x61, 0x5d, 0xc7, 0x27, 0xb6, 0x6e, 0x66, 0x42, 0xfb, 0xae, 0x2f, 0x7d, 0x52, 0x76, 0x88, 0x69, 0xb6, 0xdb, 0x4f, 0xe4, 0x12, 0x7a, 0xd5, 0x56, 0x97, 0x55, 0x4d, 0x65, 0x05, 0xec, 0x4a, 0xfb, 0x29, 0xf3, 0xfe, 0x7d, 0x76, 0x9b, 0xfe, 0xfb, 0x68, 0x20, 0x84, 0x2d, 0x81, 0x8f, 0xbe, 0xdc, 0xd6, 0xda, 0x1f, 0x37, 0xc1, 0xa4, 0x4d, 0x82, 0xe0, 0x9e, 0xdc, 0x1b, 0x5c, 0x5e, 0x68, 0xd1, 0x12, 0x2c, 0xd2, 0x63, 0xb1, 0xd3, 0x22, 0x25, 0xa1, 0xdc, 0x8e, 0x9b, 0xb6, 0x0b, 0x2f, 0x1c, 0xc8, 0xe8, 0xc0, 0xf4, 0x8c, 0x74, 0xab, 0xe0, 0x95, 0x03, 0xb9, 0x17, 0xce, 0xc6, 0x28, 0xae, 0x97, 0x2f, 0x25, 0x1e, 0xba, 0x63, 0x8b, 0x5b, 0x25, 0xf6, 0xf6, 0xf6, 0x69, 0x73, 0xc1, 0x48, 0xc4, 0xe4, 0xe7, 0x60, 0xc1, 0x14, 0x32, 0xb4, 0xa3, 0x48, 0x59, 0xc9, 0x4a, 0x0c, 0x9a, 0x74, 0x36 } }; static const struct cckprng_op_generate op_init_1455 = { .hd = { .id = 1375, .kind = OP_GENERATE }, .rand_nbytes = 273, .out = { .rand = { 0x19, 0x36, 0x47, 0xe4, 0x21, 0x0f, 0xfe, 0x72, 0x01, 0xf2, 0xa1, 0x79, 0xf4, 0xd7, 0x95, 0xde, 0x1b, 0x5a, 0xdb, 0x8e, 0x72, 0x81, 0x00, 0x54, 0x2d, 0x3c, 0xea, 0xdb, 0x7a, 0xbc, 0xab, 0x08, 0x70, 0x3b, 0x7d, 0x1b, 0x4e, 0xdd, 0xc4, 0x3c, 0x21, 0xdd, 0x8f, 0x14, 0xe5, 0x02, 0x34, 0x2e, 0x70, 0x1a, 0x04, 0x99, 0x38, 0x3c, 0x51, 0x5c, 0xb4, 0x84, 0x9c, 0x4d, 0x4d, 0xa1, 0x9f, 0x0c, 0x45, 0xbb, 0x96, 0x98, 0xd3, 0xf3, 0x50, 0x29, 0x61, 0x74, 0xf0, 0xdc, 0xfa, 0xd0, 0xb4, 0xab, 0xf8, 0xb1, 0xe8, 0xe1, 0x8e, 0x99, 0x59, 0x20, 0x29, 0xcd, 0x0c, 0x2c, 0xf8, 0x1f, 0x38, 0x1e, 0x95, 0x30, 0x74, 0xa7, 0xcd, 0xed, 0xe0, 0x41, 0xc8, 0x5d, 0xdc, 0xe7, 0x69, 0xe8, 0x8e, 0xa3, 0x72, 0x40, 0x40, 0x9b, 0x0b, 0xf5, 0x3b, 0xa6, 0x67, 0x2d, 0xb1, 0x2b, 0x44, 0x1f, 0x06, 0xf5, 0x63, 0x2d, 0x44, 0x10, 0x65, 0x99, 0xbc, 0x32, 0x0e, 0x4e, 0xed, 0xd1, 0x93, 0x2a, 0xfe, 0x43, 0x1f, 0xbd, 0x85, 0xaf, 0xb5, 0xb8, 0x1c, 0xac, 0xc6, 0x9a, 0xb5, 0x50, 0xa2, 0xc9, 0xd9, 0x14, 0x32, 0xa0, 0xa7, 0x07, 0x16, 0x61, 0x32, 0xa5, 0x8e, 0x38, 0xb6, 0x61, 0xa4, 0xc5, 0x48, 0xb3, 0x17, 0xd9, 0x34, 0x0a, 0x40, 0x4f, 0x3b, 0x1d, 0x05, 0xd0, 0xe4, 0xd2, 0xc6, 0x9d, 0xef, 0xf6, 0xbc, 0xb3, 0x15, 0x2b, 0x20, 0x15, 0x9b, 0x21, 0xa2, 0xc0, 0xa1, 0x65, 0x87, 0xf2, 0x73, 0x4c, 0x66, 0x25, 0x47, 0x25, 0x6b, 0x9c, 0xd9, 0x85, 0xb4, 0xba, 0x19, 0xbd, 0x61, 0xeb, 0x2a, 0xe1, 0xa9, 0x0a, 0xfc, 0xf6, 0x81, 0x3e, 0xb2, 0x55, 0x71, 0xd8, 0x49, 0x05, 0x1b, 0x35, 0xce, 0x36, 0x87, 0x4d, 0x72, 0x60, 0x3f, 0xb6, 0x64, 0x9a, 0x05, 0xa8, 0x5b, 0xcd, 0xa9, 0xc1, 0xbc, 0x5b, 0xc7, 0xa6, 0x6c, 0x48, 0xeb, 0x1c, 0xd2, 0x4a, 0xf8, 0xe5, 0x66, 0x8a, 0xed, 0xc8, 0x4e, 0x1f, 0x18 } } }; static const struct cckprng_op_refresh op_refresh_1456 = { .hd = { .id = 1376, .kind = OP_REFRESH }, .rand = 8071458580527390998ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1457[] = { (const struct cckprng_op *)&op_init_1441, (const struct cckprng_op *)&op_init_1442, (const struct cckprng_op *)&op_init_1443, (const struct cckprng_op *)&op_init_1444, (const struct cckprng_op *)&op_reseed_1445, (const struct cckprng_op *)&op_reseed_1446, (const struct cckprng_op *)&op_reseed_1447, (const struct cckprng_op *)&op_reseed_1448, (const struct cckprng_op *)&op_refresh_1449, (const struct cckprng_op *)&op_reseed_1450, (const struct cckprng_op *)&op_reseed_1451, (const struct cckprng_op *)&op_init_1452, (const struct cckprng_op *)&op_reseed_1453, (const struct cckprng_op *)&op_reseed_1454, (const struct cckprng_op *)&op_init_1455, (const struct cckprng_op *)&op_refresh_1456 }; static const struct cckprng_vector vec_1458 = { .id = 1377, .note = NULL, .nops = 16, .ops = ops_1457 }; static const struct cckprng_op_init op_init_1459 = { .hd = { .id = 1378, .kind = OP_INIT }, .seed = { 0x57, 0xf4, 0x7a, 0x89, 0xc8, 0xac, 0x2d, 0x0b, 0x6d, 0x1b, 0x3b, 0x09, 0x30, 0x80, 0xc4, 0xbe, 0x34, 0xc2, 0xd8, 0x91, 0xd0, 0x86, 0xbe, 0xe1, 0x5a, 0x69, 0x8e, 0xee, 0xca, 0xa4, 0x42, 0x1f }, .nonce = { 0xb8, 0x94, 0xb5, 0x04, 0x1e, 0x7e, 0xc7, 0x69 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1460 = { .hd = { .id = 1379, .kind = OP_GENERATE }, .rand_nbytes = 228, .out = { .rand = { 0xf3, 0x03, 0x9e, 0xf6, 0x34, 0xee, 0x8e, 0xd9, 0x22, 0x65, 0x0d, 0x8c, 0x74, 0x8c, 0x0c, 0x32, 0x91, 0xee, 0x1f, 0xa7, 0x04, 0xfb, 0x0c, 0x63, 0x46, 0x37, 0x23, 0x77, 0x32, 0x8b, 0xc6, 0x2c, 0x0b, 0xf9, 0xaa, 0xc7, 0x24, 0xb2, 0x5b, 0x27, 0x7c, 0x7a, 0x94, 0xc8, 0xc3, 0xc3, 0xec, 0x7c, 0xfd, 0x87, 0x9e, 0xa9, 0xaf, 0xdd, 0x76, 0xb2, 0xce, 0x12, 0x85, 0x95, 0x62, 0x07, 0xea, 0x16, 0x57, 0x0c, 0x6b, 0xb8, 0x8d, 0x5b, 0xd2, 0xd4, 0xda, 0x3d, 0xf8, 0xcc, 0x05, 0x66, 0x8d, 0xb9, 0x0f, 0x5c, 0x80, 0x0d, 0xc1, 0x5f, 0xe0, 0x68, 0x1c, 0x6f, 0xe2, 0x06, 0xed, 0x26, 0xee, 0xd4, 0x85, 0x81, 0xee, 0xf8, 0xde, 0xfb, 0xe5, 0xc9, 0xe9, 0x7b, 0x6c, 0x79, 0x51, 0x4c, 0xe8, 0xa3, 0x64, 0xb8, 0x43, 0xdf, 0x37, 0xf3, 0x74, 0x94, 0xfd, 0x13, 0x62, 0x22, 0x14, 0x1b, 0xce, 0x6b, 0x1c, 0xa9, 0x1b, 0x80, 0x1c, 0xf0, 0x58, 0x07, 0xeb, 0x5a, 0x17, 0x52, 0x72, 0x3e, 0xed, 0xc3, 0xeb, 0x45, 0x12, 0x5a, 0xf2, 0xa3, 0x87, 0xf2, 0x61, 0xde, 0xe5, 0xd3, 0x13, 0xfb, 0x85, 0x8a, 0x46, 0x48, 0xf6, 0x75, 0xc9, 0xeb, 0x76, 0x65, 0x0e, 0x1e, 0xb1, 0x10, 0x7d, 0x06, 0x7d, 0xc2, 0x5f, 0x51, 0x26, 0xd8, 0x27, 0x40, 0x5f, 0x12, 0x16, 0xe6, 0x4a, 0x6b, 0xb9, 0x68, 0x12, 0xf7, 0x2d, 0x0c, 0x02, 0x83, 0x8a, 0x26, 0x95, 0x9a, 0x32, 0x12, 0xc2, 0xa5, 0x03, 0x47, 0xdb, 0xea, 0x8b, 0xe6, 0x1a, 0x2a, 0xdb, 0x5d, 0x47, 0x0f, 0xfa, 0xc0, 0xc0, 0x4e, 0x69, 0xe2, 0x6e, 0x95, 0x3a, 0xa5, 0xd0, 0x5b } } }; static const struct cckprng_op_refresh op_refresh_1461 = { .hd = { .id = 1380, .kind = OP_REFRESH }, .rand = 17869668617215140251ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1462 = { .hd = { .id = 1381, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0xf8, 0x82, 0x6e, 0xd0, 0x9b, 0x17, 0x01, 0x0c, 0x13, 0xb1, 0x62, 0x41, 0x76, 0x2b, 0x7a, 0xef, 0xaf, 0x11, 0x06, 0x6c, 0xd3, 0x8f, 0x5c, 0x87, 0x00, 0x44, 0xc4, 0xba, 0x29, 0x2e, 0xed, 0x93, 0x11, 0x4f, 0xb8, 0x98, 0x7d, 0xb9, 0x77, 0x71, 0x49, 0x03, 0xe4, 0x44, 0xe3, 0x80, 0xa7, 0x03, 0xae, 0xc1, 0xd6, 0x55, 0x23, 0xee, 0xbe, 0xe4, 0xe6, 0x9f, 0xd8, 0x8e, 0x8b, 0xb2, 0xad, 0x93, 0x0d, 0x52, 0x0a, 0xc9, 0x54, 0x68, 0x31, 0x08, 0x37, 0x71, 0xad, 0x98, 0xe4, 0x22, 0xd9, 0xb7, 0x9b, 0xd1, 0xce, 0xaf, 0x38, 0x7d, 0xf4, 0xa9, 0x56, 0x62, 0x00, 0x4e, 0xc5, 0x55, 0x0f, 0x4e, 0x3f, 0x31, 0x4d, 0x6a, 0x29, 0xf3, 0x25, 0x70, 0xaf, 0x6a, 0x74, 0xd1, 0xc2, 0xf6, 0x0c, 0xe0, 0xf9, 0x72, 0xf7, 0x8c, 0x62, 0xb9, 0x1d, 0x78, 0x03, 0x10, 0xe1, 0x24, 0xcc, 0x64, 0x22, 0xc0, 0x55, 0xbf, 0xe6, 0x8f, 0x77, 0x08, 0x01, 0x43, 0xd0, 0x4d, 0x55, 0x82, 0x86, 0x45, 0x5e, 0x49, 0xb8, 0x26, 0x8e, 0x29, 0xdf, 0xb9, 0x64, 0x9c, 0x3a, 0x61, 0x3f, 0x64, 0x71, 0x8a, 0xb6, 0x02, 0x60, 0x5b, 0x08, 0xf9, 0x4f, 0xa0, 0x4e, 0x39, 0xfb, 0x28, 0x1b, 0xe1, 0xff, 0xf8, 0xd3, 0xd5, 0x29, 0x3d, 0x6a, 0x77, 0xb7, 0xf0, 0xc8, 0xce, 0x06, 0xad, 0xd2, 0x73, 0xee, 0xec, 0x43, 0x54, 0x1b, 0xce, 0xcf, 0x1a, 0xc7, 0xc2, 0xe7, 0xce, 0x5e, 0x1f, 0x2a, 0xe9, 0xd6, 0x46, 0x0f, 0xed, 0xc6, 0x47, 0xe2, 0xd7, 0x6a, 0x43, 0x75, 0xbe, 0x04, 0x5f, 0xf3, 0x8e, 0x32, 0xc3, 0x63, 0xbb, 0x0a, 0x59, 0xb8, 0xa5, 0xe4, 0x4c, 0xaa, 0x9a, 0xb7, 0xe3, 0x0f, 0xe0, 0x57, 0x11, 0x18, 0xae, 0x54, 0x2d, 0xe8, 0x9a, 0x1c, 0x69, 0xe8, 0x86, 0xd2, 0xe7, 0x83, 0x94, 0xa6, 0x03, 0x0b, 0x01, 0x6e, 0xbc } } }; static const struct cckprng_op_refresh op_refresh_1463 = { .hd = { .id = 1382, .kind = OP_REFRESH }, .rand = 4517208651652896847ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1464 = { .hd = { .id = 1383, .kind = OP_GENERATE }, .rand_nbytes = 162, .out = { .rand = { 0x16, 0x65, 0x6f, 0xdf, 0x02, 0x57, 0x70, 0x0c, 0x14, 0x6b, 0x8e, 0x70, 0xa4, 0x31, 0xfe, 0xbd, 0x98, 0x73, 0x59, 0x25, 0xcb, 0xeb, 0x28, 0x9c, 0x3f, 0x5a, 0x44, 0x35, 0x5e, 0x6d, 0x9c, 0x48, 0x79, 0xe8, 0x1b, 0xe1, 0x97, 0x01, 0x10, 0x18, 0x1e, 0xeb, 0x13, 0x71, 0x56, 0x1e, 0x87, 0xfb, 0x02, 0x49, 0xf8, 0xa5, 0x05, 0x48, 0x51, 0xb9, 0x52, 0x1e, 0xe1, 0xc6, 0xf3, 0xa9, 0x99, 0x3c, 0x8e, 0x43, 0xc7, 0x3c, 0x8f, 0x88, 0x3a, 0xfc, 0x60, 0x61, 0xbc, 0x99, 0xfd, 0x2d, 0x32, 0x2a, 0x65, 0x6a, 0xe0, 0x3f, 0x9f, 0xed, 0x97, 0x6e, 0x40, 0x5b, 0x30, 0x59, 0x64, 0x25, 0xb9, 0xa0, 0x28, 0xb6, 0x28, 0xba, 0x34, 0x71, 0x7d, 0x65, 0x58, 0x2a, 0x55, 0x76, 0x1a, 0x6b, 0x21, 0xad, 0x65, 0xb7, 0x92, 0x36, 0xa8, 0x95, 0xc4, 0x19, 0x95, 0x8f, 0xda, 0x04, 0xe2, 0x3d, 0x3f, 0x46, 0xd4, 0xf6, 0x44, 0xc7, 0xcd, 0x8e, 0xf3, 0x91, 0x67, 0xf4, 0x86, 0xeb, 0xcc, 0x0f, 0xfd, 0x8c, 0x87, 0x1f, 0x54, 0x84, 0xa2, 0x6a, 0x3d, 0x3f, 0x51, 0x5e, 0xc0, 0x62, 0x9e, 0x2d, 0x90, 0x1c, 0x7e, 0x32 } } }; static const struct cckprng_op_generate op_init_1465 = { .hd = { .id = 1384, .kind = OP_GENERATE }, .rand_nbytes = 205, .out = { .rand = { 0x71, 0x29, 0x8e, 0xce, 0xee, 0xf7, 0x7d, 0x05, 0x3b, 0x97, 0x72, 0xe2, 0xda, 0x26, 0x0a, 0x9f, 0xad, 0xec, 0x97, 0x4c, 0x36, 0xbe, 0x68, 0x18, 0xfc, 0xde, 0xba, 0xdd, 0x49, 0x9e, 0x45, 0xf9, 0x4a, 0xe4, 0xe6, 0x62, 0x1a, 0x2b, 0xf9, 0x52, 0x65, 0x52, 0x05, 0x32, 0x82, 0xdb, 0xbd, 0x66, 0xb5, 0xda, 0xd6, 0xe6, 0x7c, 0x9e, 0x0e, 0xfc, 0x42, 0x47, 0x4e, 0x8c, 0xa5, 0xe1, 0xc8, 0x3d, 0x4f, 0x5a, 0xd2, 0x59, 0xb9, 0xad, 0x80, 0x62, 0x6e, 0x92, 0x09, 0x0b, 0xec, 0x88, 0xb2, 0x57, 0xf0, 0x2e, 0xe2, 0xb5, 0xc4, 0x4e, 0x52, 0xae, 0x22, 0x6d, 0x60, 0x20, 0xe8, 0x00, 0x89, 0x6a, 0x38, 0xe2, 0xad, 0x41, 0xbf, 0x50, 0x12, 0x7f, 0x90, 0x03, 0xfe, 0x5f, 0xc7, 0x9f, 0x53, 0xf7, 0xbe, 0x80, 0x68, 0x3c, 0xa0, 0x67, 0x04, 0xa2, 0x3c, 0x3e, 0xfc, 0x10, 0xbe, 0xcd, 0x82, 0x3a, 0x2d, 0xe5, 0xb5, 0x9e, 0xb1, 0x22, 0xfa, 0x0d, 0x06, 0xb8, 0x1d, 0xe2, 0xa5, 0xa3, 0xda, 0x2a, 0x96, 0xdf, 0xa2, 0x45, 0xd5, 0xe0, 0x20, 0x80, 0x6b, 0xb9, 0x7d, 0x7a, 0x93, 0x06, 0x2d, 0x7a, 0xca, 0x5e, 0xda, 0xbc, 0x61, 0x4d, 0xdc, 0x73, 0xe4, 0x35, 0xe3, 0x38, 0x02, 0xd4, 0x40, 0x61, 0x4a, 0xe7, 0x00, 0xd8, 0xe6, 0x68, 0x53, 0x02, 0x58, 0xf5, 0x2a, 0x4f, 0x47, 0x46, 0x59, 0x15, 0x7d, 0x90, 0x13, 0x21, 0x27, 0xed, 0x6f, 0xd0, 0xcc, 0x9e, 0x19, 0x8b, 0xdf } } }; static const struct cckprng_op_reseed op_reseed_1466 = { .hd = { .id = 1385, .kind = OP_RESEED }, .nonce = 1773976052187459513ULL, .seed_nbytes = 155, .seed = { 0x65, 0xe3, 0x74, 0xfe, 0xac, 0x5d, 0xc9, 0x03, 0xbd, 0xdd, 0x4e, 0x35, 0xc1, 0x39, 0xa1, 0x12, 0xc3, 0xcd, 0x2b, 0x34, 0x10, 0x2c, 0x56, 0x3a, 0xa1, 0xc7, 0x1b, 0x7f, 0x9b, 0x80, 0xf0, 0x3f, 0x53, 0xa9, 0x33, 0x0e, 0x8f, 0x68, 0xc8, 0xe4, 0x80, 0x2e, 0xb0, 0x3a, 0x47, 0x86, 0x78, 0x62, 0x99, 0x99, 0x1f, 0x27, 0xc1, 0xc0, 0x1f, 0xff, 0xc1, 0x85, 0x4a, 0x51, 0xbe, 0xb8, 0x52, 0xa4, 0x6e, 0x99, 0x17, 0x2e, 0x63, 0xeb, 0xf4, 0xd8, 0x2b, 0xc7, 0x63, 0xc7, 0x6e, 0xa8, 0xf3, 0x1e, 0xe1, 0x2b, 0xb1, 0xf7, 0xfe, 0xf5, 0x85, 0x3f, 0xb7, 0xd0, 0x4d, 0xda, 0x94, 0x2f, 0x4c, 0x6e, 0xa2, 0x8c, 0x38, 0xf3, 0x88, 0x7f, 0x08, 0x6e, 0xa6, 0x93, 0x9a, 0xd8, 0x00, 0x76, 0x23, 0x12, 0xde, 0x3e, 0x65, 0x93, 0x52, 0x1f, 0xb7, 0x00, 0x09, 0x86, 0x17, 0xe1, 0xae, 0xee, 0x95, 0x3f, 0x58, 0x1b, 0x79, 0xc0, 0x9a, 0xc8, 0xdc, 0x52, 0x63, 0xaf, 0x4b, 0xd3, 0x17, 0xc7, 0xa4, 0xa2, 0x4d, 0x68, 0xda, 0x43, 0xb6, 0x9f, 0xeb, 0x00, 0xe5, 0xa0, 0x6b } }; static const struct cckprng_op_reseed op_reseed_1467 = { .hd = { .id = 1386, .kind = OP_RESEED }, .nonce = 17028204631413451238ULL, .seed_nbytes = 91, .seed = { 0xa3, 0xc2, 0x8c, 0x4a, 0x89, 0x2f, 0x88, 0x55, 0xcb, 0xd6, 0xd5, 0xbc, 0x6b, 0xbe, 0x46, 0x31, 0x89, 0xc6, 0xab, 0x78, 0x75, 0x22, 0xb5, 0x42, 0x5d, 0x25, 0xc5, 0x57, 0x94, 0x50, 0xfe, 0x51, 0xb6, 0xc1, 0x9c, 0x0d, 0x1d, 0x50, 0x68, 0x7d, 0x2e, 0xa1, 0x37, 0xa0, 0x56, 0x2b, 0x6a, 0x54, 0x24, 0xb0, 0x8c, 0xa4, 0xc4, 0xc3, 0x15, 0x05, 0xd9, 0x57, 0x52, 0x7e, 0xd2, 0x1a, 0xe9, 0xc5, 0xe7, 0x85, 0xe1, 0xf8, 0x1a, 0x15, 0x24, 0x80, 0x69, 0xeb, 0x2f, 0x51, 0xc4, 0x4e, 0x30, 0xdf, 0x72, 0x47, 0x2e, 0x70, 0xc5, 0xd6, 0x33, 0xb6, 0x9b, 0x9f, 0x01 } }; static const struct cckprng_op_refresh op_refresh_1468 = { .hd = { .id = 1387, .kind = OP_REFRESH }, .rand = 13529027638386560639ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1469 = { .hd = { .id = 1388, .kind = OP_REFRESH }, .rand = 10479824085396165851ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1470 = { .hd = { .id = 1389, .kind = OP_REFRESH }, .rand = 17153818098734946160ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1471 = { .hd = { .id = 1390, .kind = OP_RESEED }, .nonce = 9017552073307290045ULL, .seed_nbytes = 44, .seed = { 0xbc, 0xcb, 0x12, 0x42, 0x2c, 0xe8, 0xed, 0x2b, 0xd8, 0x10, 0x1d, 0x5f, 0x65, 0xe0, 0x6a, 0x26, 0x41, 0xc7, 0x40, 0x73, 0x7f, 0xa5, 0xd6, 0xa8, 0xc3, 0x32, 0xeb, 0xa8, 0x8d, 0x48, 0xd0, 0x73, 0x6e, 0x98, 0x30, 0xfa, 0xb9, 0xf0, 0xcd, 0x6f, 0x46, 0xb7, 0xbd, 0x8f } }; static const struct cckprng_op_refresh op_refresh_1472 = { .hd = { .id = 1391, .kind = OP_REFRESH }, .rand = 12732917393321494378ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1473 = { .hd = { .id = 1392, .kind = OP_REFRESH }, .rand = 12918608865967504570ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1474 = { .hd = { .id = 1393, .kind = OP_RESEED }, .nonce = 1416882228941382932ULL, .seed_nbytes = 48, .seed = { 0x8d, 0x2e, 0xac, 0x35, 0xc1, 0xb4, 0xb8, 0xb5, 0x54, 0x1f, 0xfc, 0xfe, 0x4e, 0xb3, 0x1c, 0xef, 0x80, 0x0a, 0x9a, 0xb1, 0xbb, 0xe4, 0xcb, 0x21, 0xf3, 0x2c, 0x39, 0xb2, 0x93, 0x2e, 0xd0, 0xc8, 0xdd, 0xa7, 0x8e, 0x51, 0xd9, 0xae, 0x40, 0x96, 0xa3, 0x66, 0xf2, 0x90, 0x52, 0x64, 0x26, 0xbb } }; static const struct cckprng_op *ops_1475[] = { (const struct cckprng_op *)&op_init_1459, (const struct cckprng_op *)&op_init_1460, (const struct cckprng_op *)&op_refresh_1461, (const struct cckprng_op *)&op_init_1462, (const struct cckprng_op *)&op_refresh_1463, (const struct cckprng_op *)&op_init_1464, (const struct cckprng_op *)&op_init_1465, (const struct cckprng_op *)&op_reseed_1466, (const struct cckprng_op *)&op_reseed_1467, (const struct cckprng_op *)&op_refresh_1468, (const struct cckprng_op *)&op_refresh_1469, (const struct cckprng_op *)&op_refresh_1470, (const struct cckprng_op *)&op_reseed_1471, (const struct cckprng_op *)&op_refresh_1472, (const struct cckprng_op *)&op_refresh_1473, (const struct cckprng_op *)&op_reseed_1474 }; static const struct cckprng_vector vec_1476 = { .id = 1394, .note = NULL, .nops = 16, .ops = ops_1475 }; static const struct cckprng_op_init op_init_1477 = { .hd = { .id = 1395, .kind = OP_INIT }, .seed = { 0x3b, 0x02, 0x64, 0xcf, 0x39, 0x2c, 0x21, 0xa3, 0x24, 0x5c, 0x60, 0x20, 0x52, 0x85, 0xcd, 0xde, 0x0f, 0x7b, 0x34, 0xb8, 0x96, 0x60, 0xb0, 0x3e, 0x56, 0x33, 0x18, 0x01, 0x11, 0x06, 0xc9, 0x6e }, .nonce = { 0x5f, 0xbf, 0xbd, 0xc5, 0x7f, 0xe4, 0xc3, 0x17 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1478 = { .hd = { .id = 1396, .kind = OP_REFRESH }, .rand = 4695430202845873285ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1479 = { .hd = { .id = 1397, .kind = OP_GENERATE }, .rand_nbytes = 54, .out = { .rand = { 0x1c, 0xe0, 0x8b, 0xf0, 0xa5, 0x22, 0x21, 0x2d, 0x6c, 0x26, 0x0f, 0x7c, 0xa3, 0xf2, 0x93, 0xf4, 0x0e, 0xc4, 0x70, 0x2d, 0x50, 0x38, 0xe3, 0xc5, 0x29, 0x6d, 0x02, 0x48, 0x12, 0xda, 0x99, 0x5f, 0xd1, 0x25, 0xd3, 0x54, 0x67, 0xbf, 0x44, 0xed, 0x56, 0x4f, 0x46, 0xbd, 0xd7, 0xed, 0x0e, 0xba, 0xe6, 0x71, 0x9e, 0xc5, 0xae, 0x75 } } }; static const struct cckprng_op_reseed op_reseed_1480 = { .hd = { .id = 1398, .kind = OP_RESEED }, .nonce = 16303045949405854379ULL, .seed_nbytes = 165, .seed = { 0x2e, 0x95, 0xe8, 0x3d, 0xe7, 0x9e, 0xfb, 0x6d, 0x90, 0x20, 0x2f, 0xc4, 0x56, 0x1a, 0x34, 0xa6, 0x65, 0x45, 0x82, 0x94, 0xa8, 0x9b, 0x4a, 0x2f, 0x4b, 0x2e, 0x41, 0x9f, 0xb0, 0x87, 0xca, 0x54, 0x87, 0x36, 0x20, 0xe2, 0xb8, 0x24, 0x45, 0x8e, 0x40, 0xa2, 0x01, 0xc3, 0xd0, 0x3f, 0x20, 0x2e, 0x97, 0x77, 0x7d, 0x5e, 0x2d, 0x12, 0x81, 0xf2, 0x85, 0x9f, 0x85, 0x79, 0xae, 0xe8, 0x34, 0x05, 0xb2, 0xc7, 0x8e, 0xb2, 0x08, 0x32, 0xa9, 0x07, 0x59, 0x1c, 0x4a, 0x5e, 0x4c, 0xec, 0xec, 0xc6, 0x4e, 0x5a, 0x1a, 0x89, 0x1b, 0xe8, 0xee, 0xc9, 0x52, 0x97, 0x13, 0xb5, 0xe0, 0x0d, 0xb9, 0xce, 0x96, 0x8d, 0x93, 0xc7, 0x5f, 0xc0, 0x5b, 0xc9, 0xa8, 0x25, 0x0d, 0x50, 0x83, 0xe6, 0xc9, 0x53, 0x09, 0x99, 0x71, 0xf3, 0xd6, 0x66, 0xa7, 0x45, 0x2a, 0xbd, 0x42, 0x8c, 0xfa, 0xad, 0xa8, 0x44, 0xbd, 0xd1, 0xd0, 0xbc, 0x79, 0xa4, 0xd1, 0x4b, 0xd7, 0x93, 0xb5, 0xa9, 0xb6, 0xa8, 0xc1, 0x0e, 0xe2, 0xa2, 0x1d, 0x12, 0x59, 0x0b, 0x2a, 0x2b, 0x4e, 0xac, 0x0b, 0x09, 0x6a, 0x39, 0xba, 0x0b, 0x0d, 0xc0, 0x98, 0x47, 0xa3 } }; static const struct cckprng_op_generate op_init_1481 = { .hd = { .id = 1399, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0x41, 0x84, 0xce, 0xb0, 0xd4, 0xa0, 0x79, 0x99, 0x17, 0x89, 0xc3, 0xf2, 0xdd, 0x77, 0xf2, 0x06, 0xe3, 0xfd, 0xd6, 0xd2, 0x95 } } }; static const struct cckprng_op_generate op_init_1482 = { .hd = { .id = 1400, .kind = OP_GENERATE }, .rand_nbytes = 217, .out = { .rand = { 0xc6, 0x18, 0x39, 0x3e, 0x5c, 0xc5, 0xe4, 0xc5, 0xa1, 0x99, 0xc2, 0xa4, 0xc9, 0x06, 0x14, 0xc9, 0xea, 0xf5, 0xe8, 0x1c, 0x0e, 0xb7, 0xec, 0x68, 0x46, 0xbf, 0xc1, 0x53, 0xe3, 0xe6, 0xf3, 0xa7, 0xf8, 0x1f, 0xcf, 0x10, 0x36, 0x72, 0x17, 0x37, 0x10, 0x43, 0xab, 0x61, 0xc7, 0x6d, 0x5b, 0x65, 0xed, 0xd4, 0x8f, 0xcc, 0x06, 0x8c, 0x8f, 0x0f, 0x74, 0xe9, 0x45, 0x47, 0x6f, 0x2c, 0x99, 0xc8, 0x2a, 0x48, 0xfa, 0xdd, 0xa1, 0x69, 0x27, 0x06, 0x40, 0x4a, 0xe5, 0x3f, 0xbe, 0xb7, 0x06, 0x90, 0x16, 0x9a, 0x1c, 0x70, 0xc3, 0x16, 0x1f, 0x22, 0xfa, 0xb2, 0x88, 0x82, 0x8d, 0xf4, 0x5d, 0x7a, 0x9b, 0x15, 0xbb, 0xa1, 0xbd, 0x11, 0x08, 0x4a, 0x45, 0xdc, 0xf3, 0x64, 0x49, 0x34, 0x48, 0xe3, 0x3b, 0xe0, 0x30, 0xf7, 0xa1, 0xe0, 0xe2, 0x98, 0xb8, 0xc6, 0xf2, 0x81, 0xf1, 0x3e, 0x51, 0x44, 0x4f, 0x6b, 0x3e, 0x7a, 0x67, 0xb4, 0xba, 0x4d, 0x2d, 0x32, 0xf1, 0x80, 0x6b, 0x74, 0x74, 0xd2, 0xa9, 0xa0, 0xa3, 0xb1, 0x8f, 0x11, 0x4a, 0xd9, 0xc2, 0xd2, 0x50, 0x3d, 0xc3, 0xd7, 0x25, 0x17, 0xd0, 0x55, 0x4f, 0x00, 0xb9, 0x97, 0x88, 0x43, 0xb0, 0x8d, 0x2f, 0xc1, 0x35, 0xea, 0x6d, 0x74, 0xc4, 0x0a, 0x10, 0xf7, 0x77, 0x76, 0xdb, 0x66, 0x55, 0xbd, 0xe7, 0x75, 0x70, 0x64, 0x67, 0xdc, 0x82, 0x05, 0xf3, 0x29, 0xb7, 0xa3, 0x4f, 0xc8, 0xa6, 0x8d, 0x4d, 0x20, 0x59, 0x62, 0xa7, 0xf2, 0x15, 0x63, 0x8a, 0x08, 0x7b, 0x01, 0x24, 0x00, 0x5d } } }; static const struct cckprng_op_generate op_init_1483 = { .hd = { .id = 1401, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0xa1, 0x0c, 0x52, 0xd9, 0x5a, 0xde, 0x6d, 0x70, 0x1e, 0xf1, 0x0f, 0x6f, 0x06, 0xd7, 0x2f, 0xd0, 0xac, 0x53, 0x60, 0xd2, 0xd4, 0x89, 0x78, 0x0d, 0xde, 0xe1, 0x58, 0x2a, 0x6e, 0x9f, 0x45, 0xff, 0xf5, 0x10, 0xf8, 0x5b, 0x48, 0x7c, 0xb5, 0x31, 0xac, 0x7a, 0xcf, 0xba, 0x7f, 0xcb, 0x90, 0x77, 0x16, 0x93, 0x67, 0xf7, 0xe2, 0xcb, 0x16, 0xa7, 0x43, 0x37, 0xe5, 0xa6, 0xe6, 0x08, 0x9e, 0xa8, 0xd4, 0xcd, 0xb0, 0x8d, 0x7c, 0x15, 0x11, 0x83, 0x80, 0x9e, 0xc3, 0x9b, 0xe4, 0x2c, 0xf6, 0x0c, 0xa2, 0x30, 0x46, 0x9b, 0xc1, 0x83, 0x63, 0x53, 0x79, 0xd4, 0x97, 0x60, 0x3e, 0x14, 0x53, 0x01, 0x7f, 0x7b, 0x35, 0x3b, 0xe9, 0xbf, 0xa3, 0x5c, 0x63, 0x3d, 0xeb, 0xdb, 0x79, 0x89, 0xae, 0xe6, 0x80, 0x52, 0x83, 0x11, 0xc0, 0x1a } } }; static const struct cckprng_op_refresh op_refresh_1484 = { .hd = { .id = 1402, .kind = OP_REFRESH }, .rand = 91391313335631270ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1485 = { .hd = { .id = 1403, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0xd0, 0xeb, 0xd9, 0xaf, 0x10, 0xf8, 0x16, 0x7b, 0x33, 0x68, 0xbf, 0x64, 0x14, 0x7b, 0x52, 0xa1, 0xe9, 0x67, 0xc5 } } }; static const struct cckprng_op_refresh op_refresh_1486 = { .hd = { .id = 1404, .kind = OP_REFRESH }, .rand = 10461939732910935638ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1487 = { .hd = { .id = 1405, .kind = OP_REFRESH }, .rand = 7796381557763372611ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1488 = { .hd = { .id = 1406, .kind = OP_REFRESH }, .rand = 4122481963742494615ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1489 = { .hd = { .id = 1407, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0xf4, 0xf9, 0x13, 0x75, 0xd5, 0x0a, 0xab, 0x93, 0x32, 0x16, 0xd0, 0xd3, 0x18, 0x66, 0xc7, 0xbf, 0x63, 0xa3, 0xa5, 0x21, 0xf2, 0xa9, 0x5a, 0x6f, 0x9c, 0xa1, 0x44, 0x08, 0x84, 0xb3, 0x2d, 0xd6, 0x1f, 0x6d, 0x9a, 0xb6, 0x8a, 0xc9, 0x25, 0xdb, 0x63, 0x99, 0x53, 0x37, 0x1d, 0x7d, 0x20, 0x4d, 0x1c, 0xdd, 0x30, 0xc9, 0x1d, 0x44, 0x6c, 0x70, 0x7d, 0xde, 0x19, 0x2d, 0xac, 0x56, 0xa5, 0x2f, 0x78, 0xe2, 0xfd, 0xfd, 0x40, 0xef, 0x67, 0x05, 0x41, 0x6f, 0x9a, 0xf7, 0x39, 0xb6, 0x0a, 0x20, 0x97, 0xe7, 0x2b, 0x9c, 0x1e, 0x7b, 0xe0, 0x24, 0xc4, 0x5c, 0x36, 0xf5, 0x9c, 0x70, 0x0f, 0x48, 0x8f, 0xb3, 0x9a, 0x0a, 0x01, 0xe5, 0x3c, 0xe5, 0x15, 0xec, 0x79, 0x97, 0x93, 0xf4, 0x51, 0x1c, 0x2b, 0x87, 0x2d, 0xa4, 0xb6, 0xed, 0x4c, 0x6f, 0xbc, 0xc3, 0xd3, 0x15, 0x70, 0x1d, 0x6d, 0x73, 0x23, 0x38, 0x58, 0xad, 0x01, 0x40, 0x4e, 0x9c, 0x56, 0x6c, 0xe9, 0x02, 0xc6, 0x19, 0xe7, 0x43, 0x46, 0xe4, 0xdb, 0x50, 0xd8, 0xd9, 0xac, 0x98, 0x11, 0xd2, 0xbf, 0x02, 0x89, 0x1c, 0x18, 0x42, 0xbb, 0xb3, 0x1d, 0x01, 0x24, 0xbd, 0x19, 0xed, 0xa4, 0xa4, 0xa0, 0xbe, 0x70, 0x5d, 0xbd, 0x97, 0xcd, 0x8f, 0x00, 0xa4, 0xcf, 0x6a, 0x16, 0xd7 } } }; static const struct cckprng_op_refresh op_refresh_1490 = { .hd = { .id = 1408, .kind = OP_REFRESH }, .rand = 1725718797728785364ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1491 = { .hd = { .id = 1409, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0xc7, 0x04, 0x9c, 0x6b, 0x71, 0xd8, 0x41, 0x11, 0x1e, 0xfe, 0x31, 0x7c, 0x64, 0x00, 0xae, 0x34, 0x1a, 0xc5, 0xcf, 0x30, 0x30, 0xa1, 0x25, 0x71, 0x0e, 0x73, 0xa0, 0xbb, 0x09, 0x49, 0xf9, 0x44, 0x8b, 0xa8, 0x9a, 0xbb, 0x55, 0x46, 0x33, 0x89, 0xc4, 0x5e, 0x31, 0xeb, 0xa6, 0x38, 0xb1, 0xdc, 0x67, 0x13, 0x8d, 0x40, 0xa0, 0xde, 0x77, 0x22, 0x8b, 0x1d, 0xe6, 0xc8, 0x5b, 0x56, 0xcd, 0x8c, 0x95, 0x79, 0x38, 0x9b, 0x0d, 0x10, 0x08, 0xe7, 0xeb, 0x71, 0xa0, 0x7b, 0x11, 0x29, 0xe1, 0x3e, 0x80, 0x95, 0xf7, 0x01, 0xc8, 0x26, 0x53, 0x94, 0xaa, 0xe4, 0xdd, 0xc5, 0x02, 0x7f, 0x5b, 0xc5, 0x47, 0x9a, 0x7a, 0x4c, 0x5e, 0x87, 0xf5, 0x86, 0xa8, 0xa6, 0xd1, 0x2a, 0x0b, 0x33, 0x31, 0xf5, 0xa9, 0x11, 0x1b, 0xb7, 0x69, 0xe7, 0xe4, 0xd4, 0xcd, 0x57, 0x81, 0x8f, 0x68, 0x49, 0xe8, 0x80, 0x1f, 0xa0, 0x80, 0x18, 0x0c, 0xd4, 0xcf, 0xb8, 0xcb, 0x7e, 0x78, 0x21, 0x68, 0xcb, 0x9f, 0xc3, 0x52, 0x3a, 0xf9, 0x93, 0xa0, 0x75, 0x98, 0x69, 0x9b, 0xef, 0x6a, 0x22, 0x2f, 0x80, 0x31, 0x5a, 0x56, 0xcc, 0xb5, 0x6d, 0x81, 0xd2, 0x9e, 0x0c, 0x74, 0x9d, 0xe0, 0x5d, 0xc1, 0x5d, 0xeb, 0x5c, 0xab, 0xf2, 0x5f, 0x41, 0x70, 0x26 } } }; static const struct cckprng_op_generate op_init_1492 = { .hd = { .id = 1410, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x2f, 0xd4, 0xcc, 0xee, 0xfe, 0x3a, 0x92, 0xef, 0x48, 0x28, 0x49, 0x0a, 0x81, 0xfa, 0xb0, 0xb9, 0x79, 0xf2, 0xb4, 0xda, 0x75, 0x3e, 0xe0, 0xa2, 0xc9, 0x98, 0x06, 0xd8, 0x87, 0x3d, 0xed, 0x56, 0x2f, 0x58, 0x77, 0x30, 0xfe, 0xf0, 0x92, 0x06, 0x84, 0x34, 0x1b, 0x82, 0x8f, 0x4e, 0xb9, 0x5f, 0x09, 0x73, 0xa8, 0x8b, 0x92, 0x46, 0x6c, 0xd8, 0xa2, 0xb1, 0x9d, 0x54, 0xe0, 0x98, 0x3d, 0x6e, 0xe0, 0xfc, 0xe8, 0x0c, 0xdf, 0x7e, 0xf1, 0x04, 0xce, 0x68, 0x19, 0xde, 0x1f, 0xcd, 0x63, 0x31, 0x99, 0x88, 0x46, 0xc8, 0xb5, 0xe3, 0x85, 0x46, 0xdb, 0x97, 0x82, 0x98, 0x67, 0xfc, 0xc0, 0x1f, 0x9f, 0xea, 0x63, 0xf1, 0xe3, 0x88, 0x12, 0xe0, 0xc1, 0x3a, 0x61, 0x1f, 0x6e, 0x62, 0xe5, 0xc2, 0x05, 0xe6, 0x78, 0xe3, 0x64, 0x58, 0xae, 0xb1, 0x5e, 0xc6, 0x6d, 0x5b, 0x11, 0xf7, 0x1a, 0xd4, 0x72, 0x25, 0xbc, 0xcd, 0xcf, 0xa9, 0x83, 0xa0, 0xfc, 0x59, 0x6d, 0xb9, 0xa1, 0x20, 0x43, 0x16, 0x5b, 0x49, 0xef, 0x6d, 0xab, 0x03, 0x2e, 0xff, 0x52, 0x29, 0xc6, 0xe5, 0x49, 0xfd, 0xa5, 0x79, 0xb6, 0x25, 0x81, 0xc8, 0x23, 0x43, 0x2d, 0x3d, 0x14, 0x0b, 0x85, 0xac, 0xfb, 0x97, 0x0b, 0xe7, 0xd9, 0x3e, 0x27, 0xbb, 0xa4, 0xa1, 0x3b, 0x83, 0x5d, 0xd1, 0x0c, 0x6e, 0x43, 0x06, 0xbf, 0x64, 0xbe, 0x32, 0x39, 0x39, 0x80, 0x5c, 0xa4, 0xfc, 0xad, 0xb3, 0xae, 0x21, 0x94, 0xaa, 0x42, 0x95, 0x8b, 0x2e, 0x85, 0x27, 0x3a, 0x6b, 0x2a, 0x56, 0x57, 0x85, 0x8f, 0x7d, 0x2e, 0x00, 0x0a, 0xab, 0xb6, 0x73 } } }; static const struct cckprng_op *ops_1493[] = { (const struct cckprng_op *)&op_init_1477, (const struct cckprng_op *)&op_refresh_1478, (const struct cckprng_op *)&op_init_1479, (const struct cckprng_op *)&op_reseed_1480, (const struct cckprng_op *)&op_init_1481, (const struct cckprng_op *)&op_init_1482, (const struct cckprng_op *)&op_init_1483, (const struct cckprng_op *)&op_refresh_1484, (const struct cckprng_op *)&op_init_1485, (const struct cckprng_op *)&op_refresh_1486, (const struct cckprng_op *)&op_refresh_1487, (const struct cckprng_op *)&op_refresh_1488, (const struct cckprng_op *)&op_init_1489, (const struct cckprng_op *)&op_refresh_1490, (const struct cckprng_op *)&op_init_1491, (const struct cckprng_op *)&op_init_1492 }; static const struct cckprng_vector vec_1494 = { .id = 1411, .note = NULL, .nops = 16, .ops = ops_1493 }; static const struct cckprng_op_init op_init_1495 = { .hd = { .id = 1412, .kind = OP_INIT }, .seed = { 0x27, 0x3d, 0x5e, 0xcd, 0x6d, 0x76, 0xfe, 0x72, 0xb2, 0x4f, 0x6f, 0x61, 0x47, 0x0b, 0x56, 0x17, 0x3e, 0xe9, 0xe3, 0x94, 0x27, 0xec, 0x88, 0x8e, 0x4a, 0x71, 0x4d, 0x93, 0xa5, 0xe0, 0x6b, 0xc4 }, .nonce = { 0x5a, 0x5b, 0x27, 0x6a, 0x17, 0x07, 0xc3, 0xf6 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1496 = { .hd = { .id = 1413, .kind = OP_REFRESH }, .rand = 14985847219607415054ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1497 = { .hd = { .id = 1414, .kind = OP_GENERATE }, .rand_nbytes = 225, .out = { .rand = { 0xc9, 0xf0, 0x90, 0x3f, 0x7e, 0x13, 0xf3, 0x08, 0xfc, 0xfa, 0x5a, 0x49, 0xd3, 0x18, 0xab, 0xbc, 0x7e, 0xdc, 0xca, 0x17, 0xc1, 0x5a, 0x3d, 0x9d, 0xc1, 0xfd, 0xfa, 0xf1, 0xca, 0x27, 0xaf, 0x98, 0x4a, 0x59, 0x67, 0x3b, 0xdc, 0xe3, 0xd7, 0x58, 0xe9, 0x91, 0xf0, 0x73, 0x25, 0x8c, 0x7c, 0x58, 0x2c, 0x72, 0x16, 0x00, 0xc6, 0x5f, 0xb8, 0xc5, 0x0a, 0x10, 0xa0, 0xff, 0xa9, 0x11, 0xa2, 0x57, 0xf2, 0xcd, 0x56, 0x35, 0x8b, 0xcb, 0xc9, 0x53, 0x38, 0x36, 0x83, 0xf8, 0x33, 0x7b, 0x9d, 0x3a, 0x39, 0xea, 0x03, 0xa6, 0xae, 0x15, 0xdd, 0x1f, 0x49, 0x90, 0xf2, 0xae, 0x10, 0x53, 0x7d, 0x52, 0x0b, 0xe1, 0xab, 0x6e, 0x49, 0xcc, 0xc8, 0x4a, 0x20, 0x9d, 0xea, 0x4c, 0x29, 0x53, 0x55, 0xf2, 0xcd, 0x7a, 0x98, 0x0f, 0x2e, 0x49, 0x54, 0x45, 0x3d, 0xd2, 0xdf, 0xe0, 0xcc, 0x94, 0xb6, 0x1e, 0x5c, 0x73, 0xd8, 0x3d, 0x7b, 0xae, 0x23, 0x5d, 0x68, 0xfc, 0x61, 0x5b, 0x5b, 0x48, 0xa0, 0x2b, 0x5b, 0xad, 0x07, 0x44, 0xa6, 0x3c, 0xab, 0x9b, 0x21, 0x16, 0x07, 0xf8, 0x72, 0xcf, 0x82, 0x9b, 0xd0, 0xfa, 0x7d, 0x54, 0x19, 0x89, 0x9f, 0x38, 0x49, 0xc4, 0x34, 0x37, 0xd2, 0x20, 0x33, 0xbd, 0xae, 0x74, 0xc0, 0x10, 0x08, 0x29, 0x5e, 0xd6, 0x4c, 0x3f, 0x2b, 0x98, 0xdb, 0x2c, 0xf3, 0x4d, 0x8c, 0xba, 0xb7, 0xf5, 0xd0, 0x9b, 0xaa, 0x7b, 0xf7, 0x2d, 0xdf, 0x06, 0x69, 0xe1, 0xc8, 0x94, 0x81, 0xad, 0x93, 0x2d, 0x2c, 0x39, 0x04, 0x37, 0x8b, 0xaa, 0xc0, 0x8e, 0x8e, 0xea, 0x8f, 0x4f, 0x3e } } }; static const struct cckprng_op_reseed op_reseed_1498 = { .hd = { .id = 1415, .kind = OP_RESEED }, .nonce = 7335415751051739171ULL, .seed_nbytes = 212, .seed = { 0xab, 0x8d, 0xea, 0xa2, 0x21, 0x8b, 0x95, 0xdc, 0x4a, 0x65, 0xff, 0x4d, 0x06, 0xc4, 0x39, 0xc6, 0x19, 0x99, 0x54, 0x3f, 0x52, 0xcc, 0x82, 0x01, 0x73, 0x58, 0xe8, 0xe5, 0xe7, 0x35, 0x6b, 0xcd, 0xb0, 0x2a, 0xc8, 0x82, 0x92, 0x93, 0xfe, 0x2d, 0xf7, 0x55, 0x7c, 0x56, 0x97, 0xf2, 0x35, 0x8c, 0x93, 0x3f, 0x7d, 0x6a, 0x67, 0x38, 0x44, 0x60, 0xed, 0x1b, 0x16, 0xd4, 0x25, 0x79, 0xb7, 0x14, 0xa0, 0xe8, 0x1c, 0x5f, 0x0e, 0x97, 0x5a, 0x55, 0x0c, 0x47, 0xc7, 0xbd, 0x3c, 0x5c, 0x30, 0x52, 0x99, 0x8b, 0xd6, 0xe8, 0xdc, 0x38, 0xea, 0xd8, 0xb0, 0x0e, 0x78, 0xac, 0x6c, 0x8e, 0xe6, 0x55, 0xf9, 0x85, 0xc0, 0x5a, 0x22, 0xdb, 0x98, 0x6d, 0xed, 0x6b, 0x77, 0xa2, 0xec, 0x50, 0xe0, 0x68, 0xa9, 0x8d, 0xbe, 0x40, 0x29, 0xf2, 0x29, 0x6b, 0xb8, 0x5c, 0x48, 0x8f, 0x20, 0xa5, 0x4b, 0xe6, 0x27, 0xc4, 0x7f, 0x9e, 0x00, 0xfc, 0xe0, 0xf6, 0xde, 0xe1, 0xed, 0x8b, 0x65, 0x54, 0x51, 0xeb, 0x9b, 0xee, 0xbd, 0xbc, 0xed, 0x12, 0x4d, 0xbe, 0x73, 0x50, 0x88, 0xed, 0x6b, 0x3a, 0x2d, 0x71, 0xfa, 0x6a, 0xf0, 0x13, 0xcf, 0xe5, 0xf2, 0xc9, 0x0d, 0x67, 0x7b, 0x47, 0xe4, 0x15, 0xb3, 0xf1, 0x55, 0x1c, 0x4d, 0x75, 0x9d, 0x8f, 0x57, 0xfd, 0xb4, 0x08, 0xd5, 0x76, 0xb7, 0x89, 0x67, 0x05, 0x3b, 0x66, 0x7f, 0x1f, 0x9e, 0x60, 0x41, 0x0a, 0x1d, 0x37, 0x00, 0xf6, 0x92, 0xbb, 0x3b, 0xcd, 0xc5, 0xcf, 0x3e, 0x65 } }; static const struct cckprng_op_reseed op_reseed_1499 = { .hd = { .id = 1416, .kind = OP_RESEED }, .nonce = 6000025364864178860ULL, .seed_nbytes = 92, .seed = { 0x08, 0x84, 0xa7, 0x17, 0x3f, 0x01, 0x01, 0x61, 0xea, 0x64, 0x33, 0x69, 0x6a, 0xdf, 0x6d, 0xea, 0x5f, 0x4b, 0xfe, 0x82, 0x0d, 0x67, 0x45, 0xdd, 0xda, 0x4a, 0x42, 0xfc, 0x31, 0x94, 0xfe, 0x3d, 0x64, 0xf9, 0x13, 0xe0, 0x8f, 0x57, 0x93, 0x0b, 0x9f, 0x34, 0xf3, 0x2f, 0x51, 0x89, 0xfe, 0xed, 0x2c, 0x17, 0x18, 0x55, 0xc0, 0xbf, 0x6e, 0x80, 0x3c, 0xdf, 0x08, 0x73, 0x1e, 0x74, 0xd6, 0x09, 0x19, 0x2d, 0x28, 0x47, 0xd1, 0xa2, 0x19, 0xd7, 0xff, 0xce, 0xef, 0xaa, 0xb9, 0x60, 0x2b, 0xf9, 0xa5, 0x43, 0x49, 0xef, 0xd1, 0xc9, 0x92, 0x24, 0xb1, 0xe3, 0x40, 0xd1 } }; static const struct cckprng_op_generate op_init_1500 = { .hd = { .id = 1417, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0x2a, 0xe6, 0x95, 0x7f, 0xcf, 0x32, 0x25, 0xf9, 0xa3, 0xbd, 0x93, 0xd0, 0xc2, 0x94, 0x5f, 0xb2, 0x61, 0x9e, 0x07, 0x7b, 0x7b, 0x05, 0x45, 0xba, 0xd4, 0xb9, 0x83, 0x8f, 0x1c, 0x71, 0x3b, 0xad, 0x1a, 0x2e, 0xa5, 0xa4, 0x1c, 0xf0, 0x2f, 0x00, 0xb3, 0xca, 0x27, 0x6a, 0x75, 0x72, 0x65, 0xa8, 0xda, 0xd4, 0x8b, 0x7f, 0x79, 0xe7, 0xf8, 0xdb, 0x2b, 0xf9, 0xad, 0x74, 0xf3, 0xc7, 0x90, 0x1d, 0x42, 0x04, 0x08, 0xf8, 0x38, 0xab, 0xd5, 0xbf, 0xc7, 0x7a, 0x65, 0x86, 0x18, 0x4b, 0x95, 0x67, 0x03, 0x7c, 0xc7, 0x70, 0xb4, 0xde, 0x31, 0x97, 0x3d, 0x3a, 0xfa, 0xe2, 0x8a, 0x56, 0xda, 0x81, 0x96, 0xaa, 0x48, 0xa3, 0x5d, 0x82, 0x16, 0xa5, 0x9c, 0xab, 0x0b, 0x94, 0xc4, 0x71, 0x04, 0x3b, 0x5d, 0x52, 0x15, 0x11, 0xf3, 0x6b, 0x99, 0xb0, 0x0d, 0x3d, 0x53, 0x27, 0x5b, 0x0f, 0xcf, 0xfe, 0xb9, 0xdf, 0x75, 0xac, 0x90, 0x89, 0x68, 0x1b, 0xf1, 0x48, 0xf5, 0xde, 0x6f, 0x19, 0x68, 0x07, 0x38, 0xd4, 0xa3, 0x23, 0xa3, 0xc5, 0xb1, 0xc9, 0x2a, 0x81, 0xd3, 0x05, 0x55, 0x55, 0x12, 0xc5, 0x8e, 0x2a, 0x46, 0xca, 0x0c, 0xc9, 0x6f, 0x70, 0xac, 0x38, 0xe6, 0xbc, 0x4f, 0xeb, 0x07, 0xe1, 0x4d, 0x25, 0xaa, 0x15, 0x15, 0xa0, 0x16, 0xe4, 0x50, 0x20, 0x5b, 0xa4, 0x15, 0x93, 0x8e, 0x9a, 0xe5 } } }; static const struct cckprng_op_refresh op_refresh_1501 = { .hd = { .id = 1418, .kind = OP_REFRESH }, .rand = 13018681370718045683ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1502 = { .hd = { .id = 1419, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0x23, 0xa3, 0x9d, 0x02, 0x2c, 0x3a, 0xce, 0xa4, 0xaa, 0xc5, 0xd0, 0x1e, 0x16, 0x7f, 0xc3, 0x87, 0xa0, 0x7c, 0xed, 0x25, 0x3a, 0x3d, 0xb7, 0x6e, 0x21, 0x68, 0x17, 0x43, 0xa5, 0x60, 0x2f, 0x3b, 0xc9, 0xe6, 0xda, 0x50, 0x8e, 0xa6, 0x23, 0xc6, 0x41, 0x5e, 0x23, 0xdf, 0xef, 0x10, 0xd3, 0xb3, 0x45, 0x1e, 0x34, 0x32, 0x25, 0x99, 0xaa, 0x85, 0x0d, 0x3c, 0x4a, 0x34, 0x2e, 0xd3, 0x05, 0x3e, 0x11, 0x70, 0xac, 0xbf, 0x08, 0xa7, 0xc1, 0x76, 0x8f, 0xe7, 0xc0, 0xcc, 0x24, 0x0c, 0x0e, 0x2d, 0x97, 0x55, 0x8a, 0x72, 0x0c, 0x3f, 0x63, 0x00, 0x8e, 0xe0, 0x73, 0x01, 0x53, 0xb9, 0x90, 0xa4, 0x47, 0x15, 0x5b, 0x95, 0x6f, 0xd5, 0x87, 0xc8, 0x30, 0xfc, 0x82, 0xea, 0xfe, 0xd8, 0x2d, 0x22, 0xa6, 0xd9, 0x19, 0xc6, 0x15, 0x1f, 0x02, 0x84, 0xa5, 0xe2, 0x5a, 0x4c, 0xd9, 0xe8, 0x35, 0x3b, 0x83, 0xd4, 0xeb, 0xcc, 0x48, 0x17, 0x6f, 0xa8, 0xa4, 0x1a, 0x68, 0xf3, 0xcf, 0xed, 0x9d, 0x8c, 0xb9, 0x98, 0x8b, 0xd3, 0xef, 0x11, 0xbd, 0xdd, 0xa7, 0x44, 0xbb, 0x6d, 0x5d, 0xa8, 0x8a, 0x2f, 0x5f, 0x7a, 0x6e, 0xd6, 0x54, 0x94, 0x44, 0x3d, 0x2c, 0x1b, 0x0f, 0xe2, 0xc9, 0x8a, 0x42, 0x2b, 0x11, 0xde, 0xbf, 0x83, 0x26, 0xc6, 0xb1, 0xe9, 0x1e, 0x05, 0x64, 0x42, 0x7f, 0x12, 0x92, 0xbd, 0x47, 0x40, 0xdc, 0xdc, 0x1f, 0x2e, 0x16, 0xd2, 0x69, 0xdd, 0x92, 0x57, 0xd3, 0x43, 0xfe, 0x40, 0x72, 0xce, 0xf6, 0xe4, 0x90, 0xf6, 0xbb, 0xf4, 0xfb, 0x8b, 0xa2, 0x56, 0x5f, 0x1e, 0xbc, 0xe8, 0x85, 0x58, 0x9c, 0x4d, 0xd5, 0x38, 0xe2, 0x99, 0xc4, 0x84, 0xd0, 0x5a, 0x3a, 0xed, 0xc4, 0xaf, 0xcc, 0x4c, 0x6d, 0xc9, 0x8d, 0x8f, 0x07, 0x91, 0x04, 0xb0, 0xd5, 0xc6 } } }; static const struct cckprng_op_generate op_init_1503 = { .hd = { .id = 1420, .kind = OP_GENERATE }, .rand_nbytes = 247, .out = { .rand = { 0x9c, 0xdf, 0x76, 0x4c, 0xfb, 0x89, 0xa5, 0xd0, 0x5a, 0x9a, 0x0b, 0x86, 0xe8, 0xee, 0x47, 0xc0, 0x57, 0x9b, 0x14, 0x80, 0xff, 0x1d, 0xf1, 0x50, 0xd2, 0x37, 0x99, 0xb4, 0xd7, 0xdf, 0x17, 0x43, 0x22, 0x04, 0xbd, 0xac, 0xab, 0xe1, 0xb5, 0x06, 0x61, 0xba, 0x88, 0xf6, 0xb8, 0x3d, 0x5b, 0xe4, 0x3a, 0x07, 0xfb, 0xac, 0xbc, 0xf6, 0xd0, 0x26, 0x7f, 0x0a, 0x5d, 0x16, 0x2b, 0x71, 0xb7, 0xb1, 0x4a, 0x11, 0xaa, 0xeb, 0xb3, 0x69, 0xd4, 0x3e, 0x38, 0x10, 0xa8, 0x25, 0x1b, 0x8a, 0xdb, 0xb0, 0x5a, 0xeb, 0xb3, 0x94, 0xfb, 0xf0, 0x2d, 0x6c, 0x0d, 0xa6, 0xd2, 0xe3, 0xfd, 0x91, 0x55, 0x2e, 0xb9, 0x17, 0xd5, 0xbe, 0x8d, 0x60, 0x06, 0x7d, 0x8d, 0x80, 0x39, 0x31, 0x83, 0x33, 0x74, 0x18, 0x85, 0x13, 0x73, 0x2f, 0x3f, 0x6e, 0x72, 0xa5, 0x37, 0xec, 0x07, 0x83, 0x46, 0x65, 0xc3, 0x2d, 0x6a, 0x6d, 0xc6, 0x4c, 0x71, 0x4d, 0x48, 0x9c, 0x19, 0x13, 0x8f, 0xf6, 0x1e, 0x6d, 0xbc, 0x43, 0x97, 0xdd, 0x9e, 0x4f, 0xef, 0x6a, 0x7b, 0x3b, 0x64, 0x19, 0x12, 0x59, 0xc9, 0x32, 0x46, 0x9f, 0x23, 0xcf, 0xf7, 0x4c, 0x1d, 0x06, 0xca, 0x6e, 0x8b, 0x8a, 0x53, 0xa0, 0xfa, 0x28, 0xc4, 0x35, 0xe1, 0x0b, 0x70, 0x4a, 0x3e, 0x0e, 0x1a, 0x2d, 0x48, 0xf6, 0xc4, 0xb7, 0x19, 0xf6, 0xc1, 0x6d, 0xa3, 0xf1, 0xde, 0x6a, 0x25, 0x8b, 0x07, 0x26, 0x9b, 0xf1, 0x9f, 0x39, 0x11, 0x74, 0x0a, 0xaf, 0xfa, 0x98, 0x4f, 0x42, 0x5d, 0x87, 0xad, 0x7c, 0x03, 0xaa, 0x96, 0x16, 0x88, 0x7a, 0x45, 0xa3, 0x23, 0x56, 0xee, 0xcf, 0x71, 0xaf, 0x70, 0x07, 0xd6, 0x9b, 0x73, 0xa8, 0x57, 0xb1, 0x9a, 0xb7, 0xef, 0x04, 0xb6, 0xa3, 0xf1, 0x65, 0x29 } } }; static const struct cckprng_op_refresh op_refresh_1504 = { .hd = { .id = 1421, .kind = OP_REFRESH }, .rand = 3670218840622962600ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1505 = { .hd = { .id = 1422, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xb2, 0xe1, 0x3d, 0x75, 0x19, 0xe3, 0x82, 0x38, 0xca, 0x29, 0xf9, 0xef, 0x80, 0x48, 0x78, 0x52, 0x0d, 0x4f, 0x2d, 0x21, 0x79, 0x6c, 0xb3, 0x1b, 0x17, 0x82, 0x02, 0x3a, 0x58, 0x0d, 0x9c, 0x57, 0xbf, 0xbf, 0x3a, 0x17, 0x6d, 0x86, 0x2e, 0x77, 0x3e, 0x9c, 0x25, 0xff, 0x93, 0xae, 0x2b, 0x1f, 0x8a, 0xef, 0x0d, 0x56, 0x0b, 0xd4, 0x40, 0x99, 0x89, 0x2c, 0xc0, 0xc5, 0xdf, 0x68, 0xce, 0xe5, 0xd1, 0xe1, 0x21, 0x76, 0x0f, 0x84, 0xad, 0x9a, 0x75, 0xed, 0x4f, 0x4a, 0x4a, 0xc1, 0x9f, 0x31, 0xef, 0x23, 0xa4, 0x68, 0x40, 0x97, 0xcf, 0x34, 0x43, 0xaf, 0x66, 0x61, 0xd6, 0x0c, 0xc6, 0x46, 0xc4, 0x92, 0x49, 0x6e, 0x23, 0xe6, 0xf0, 0xe1, 0xf8, 0x9f, 0x71, 0xde, 0xab, 0x75, 0x62, 0x6b, 0xd0, 0x08, 0xa9, 0xd6, 0xea, 0x80, 0x5e, 0x36, 0x4f, 0x90, 0xce, 0xcf, 0x55, 0xcb, 0x7e, 0x8c, 0x0e, 0xf4, 0x47, 0x65, 0x61, 0x17, 0x7b, 0x00, 0xd5, 0x51, 0xa1, 0xf2, 0xb7, 0x56, 0x54, 0xc6, 0x57, 0xfc, 0xbc, 0x3d, 0x09, 0x2c, 0xa7, 0xe4, 0x3c, 0x4b, 0xbc, 0xaa, 0xb4, 0xfa, 0x9e, 0x6e, 0xb2, 0xba, 0x5b, 0x42, 0x58, 0x39, 0x51, 0x05, 0xc3, 0xee, 0x74, 0x50, 0x69, 0x6b, 0xad, 0x5f, 0x0b, 0xb7, 0x0d, 0x4a, 0x3d, 0xbb, 0xea, 0x17, 0x73, 0x32, 0xf6, 0xb9, 0x9b, 0x16, 0x6b } } }; static const struct cckprng_op_generate op_init_1506 = { .hd = { .id = 1423, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0xc0, 0x00, 0x78, 0x97, 0x2c, 0x35, 0xcf, 0xec, 0xb1, 0x4f, 0x9e, 0xf7, 0xd3, 0xd9, 0x78, 0x23, 0x8d, 0xcb, 0x92, 0x42, 0x10, 0x3c, 0x35, 0x4f, 0xd3, 0xa3, 0x5b, 0xbe, 0x79, 0x8b, 0xd4, 0x43, 0x27, 0x40, 0xca, 0x01, 0x15, 0x95, 0x5d, 0x58, 0xba, 0x3e, 0xb7, 0x61, 0xc8, 0x94, 0x98, 0xcb, 0xc2, 0x90, 0xf1, 0x5f, 0x8d, 0x54, 0x48, 0x2e, 0xae, 0xd2, 0x79, 0x40, 0xc3, 0xa6, 0x53, 0xe0, 0xd7, 0x2b, 0xfa, 0xea, 0x81, 0x44, 0x3e, 0x25, 0x44, 0x21, 0x61, 0x52, 0xaa, 0x72, 0x10, 0x54, 0xf3, 0x16, 0x48, 0x32, 0xc6, 0xf4, 0xc0, 0x97, 0x79, 0x9d, 0x4c, 0xaf, 0xc0, 0x9d, 0x3a, 0x80, 0xf9, 0x38, 0x7e, 0x18, 0x58, 0x92, 0x0c, 0xe7, 0x06, 0xe0, 0x69, 0xa0, 0x1d, 0x33, 0x08, 0x15, 0x0c, 0x73, 0x47, 0x1d, 0x36, 0x31, 0xae, 0xcb, 0xea, 0xb4, 0xfc, 0xcc, 0x85, 0x56, 0xaa, 0xdf, 0xd9, 0xd8, 0x34, 0xf1, 0x2c, 0xe4, 0x22, 0xbf, 0xd5, 0x12, 0x7d, 0xc8, 0x6a, 0x55, 0xad, 0xc0, 0x52, 0x1b, 0x4e, 0xa6, 0x82, 0x9c, 0xe7, 0x45, 0x25, 0xd9, 0x88, 0xf3, 0x7d, 0xa1, 0x55, 0x57, 0x79, 0xc4, 0xe1, 0x57, 0x6c, 0x26, 0x3a, 0x9c, 0x80, 0x70, 0x20, 0x47, 0xf1, 0x23, 0x32, 0xcd, 0x2c, 0x75, 0xd1, 0x7d, 0x85, 0xc5, 0xfd, 0xa1, 0x08, 0xbc, 0xbe, 0xc0, 0x0c, 0x59, 0x94, 0x67, 0xc2, 0x1b, 0x98, 0xff, 0xe5, 0x70, 0x47, 0xf8, 0x5d, 0xc5, 0x1c, 0x20, 0x91, 0x30, 0xcf, 0xf1, 0xa8, 0xfc, 0xda, 0x43, 0x86, 0x64, 0xd7, 0x7a, 0x0f, 0xe5, 0x66, 0x4f, 0xb2, 0xff, 0x09, 0x76, 0x82, 0x40, 0x70, 0xd0, 0x58, 0xc2, 0x75, 0x00, 0x22, 0x15, 0xfd, 0xf3, 0xbd, 0x54, 0xd2, 0xcb, 0x59, 0x90, 0x8b, 0xf2, 0xfe, 0x82, 0xd1, 0x54, 0xe4, 0xce, 0x4c, 0xd2 } } }; static const struct cckprng_op_refresh op_refresh_1507 = { .hd = { .id = 1424, .kind = OP_REFRESH }, .rand = 10398489717918461782ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1508 = { .hd = { .id = 1425, .kind = OP_REFRESH }, .rand = 4725987779871671680ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1509 = { .hd = { .id = 1426, .kind = OP_REFRESH }, .rand = 9339004937500713288ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1510 = { .hd = { .id = 1427, .kind = OP_REFRESH }, .rand = 14448147148789739140ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1511[] = { (const struct cckprng_op *)&op_init_1495, (const struct cckprng_op *)&op_refresh_1496, (const struct cckprng_op *)&op_init_1497, (const struct cckprng_op *)&op_reseed_1498, (const struct cckprng_op *)&op_reseed_1499, (const struct cckprng_op *)&op_init_1500, (const struct cckprng_op *)&op_refresh_1501, (const struct cckprng_op *)&op_init_1502, (const struct cckprng_op *)&op_init_1503, (const struct cckprng_op *)&op_refresh_1504, (const struct cckprng_op *)&op_init_1505, (const struct cckprng_op *)&op_init_1506, (const struct cckprng_op *)&op_refresh_1507, (const struct cckprng_op *)&op_refresh_1508, (const struct cckprng_op *)&op_refresh_1509, (const struct cckprng_op *)&op_refresh_1510 }; static const struct cckprng_vector vec_1512 = { .id = 1428, .note = NULL, .nops = 16, .ops = ops_1511 }; static const struct cckprng_op_init op_init_1513 = { .hd = { .id = 1429, .kind = OP_INIT }, .seed = { 0x18, 0x32, 0xbd, 0x6d, 0xa2, 0x64, 0x0f, 0x4e, 0x6a, 0x36, 0xac, 0xf0, 0xae, 0x24, 0xb5, 0x97, 0xa7, 0x39, 0x40, 0xed, 0x79, 0x9b, 0x0f, 0x5e, 0x6c, 0x90, 0xfa, 0x85, 0x65, 0xd7, 0x4d, 0xf4 }, .nonce = { 0xc2, 0xdb, 0xcb, 0x56, 0xbe, 0x36, 0x24, 0x65 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1514 = { .hd = { .id = 1430, .kind = OP_REFRESH }, .rand = 6279863846490038628ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1515 = { .hd = { .id = 1431, .kind = OP_REFRESH }, .rand = 8248032571336388049ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1516 = { .hd = { .id = 1432, .kind = OP_REFRESH }, .rand = 12025737612719572894ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1517 = { .hd = { .id = 1433, .kind = OP_RESEED }, .nonce = 4844714465122914991ULL, .seed_nbytes = 256, .seed = { 0xc4, 0x1f, 0xf0, 0xc5, 0x41, 0x66, 0x4e, 0x77, 0xd3, 0x73, 0x26, 0x42, 0xe9, 0x34, 0x07, 0xc1, 0x8a, 0xa3, 0x97, 0x24, 0x7a, 0xae, 0x93, 0x0d, 0xe8, 0x47, 0xd5, 0xd7, 0xa9, 0x8c, 0xaf, 0xda, 0xc3, 0x4b, 0x1c, 0xd1, 0x95, 0x64, 0xdc, 0x86, 0xca, 0xa0, 0xa9, 0x68, 0x1f, 0x82, 0xf3, 0x31, 0x15, 0xeb, 0xb8, 0xa4, 0xa1, 0x26, 0x99, 0xa0, 0x8d, 0xa3, 0xdf, 0xb5, 0x3b, 0x1b, 0xbd, 0xa3, 0x02, 0x41, 0xb0, 0xdc, 0x43, 0x41, 0x8b, 0x0f, 0xdb, 0xb7, 0x8b, 0x7d, 0xbb, 0xea, 0x73, 0x80, 0xe1, 0xbb, 0x75, 0x9f, 0x84, 0x7f, 0x9e, 0x71, 0x4d, 0xfa, 0x7b, 0xd0, 0x5b, 0xf5, 0xd2, 0x03, 0x1a, 0x04, 0xdf, 0x6f, 0x36, 0xe8, 0x13, 0x11, 0xa1, 0xa1, 0xbf, 0x3b, 0x7b, 0xdd, 0x29, 0x2e, 0x29, 0x59, 0xd0, 0xc0, 0x58, 0x15, 0x65, 0x52, 0xf2, 0x78, 0xa0, 0x17, 0xcc, 0x2f, 0x25, 0x43, 0xae, 0xc5, 0xdc, 0xc8, 0xdb, 0xab, 0x81, 0x69, 0x89, 0x28, 0xae, 0x0a, 0xc7, 0x54, 0x8a, 0x81, 0x4e, 0xb8, 0xa5, 0xda, 0x93, 0x09, 0x9a, 0x2b, 0x95, 0x0e, 0x9c, 0x6e, 0x2a, 0x18, 0x2e, 0x7e, 0xa4, 0xfa, 0x3e, 0xb9, 0x90, 0x90, 0x4b, 0xc2, 0xe7, 0x2b, 0x07, 0x4b, 0x8b, 0x6c, 0x78, 0x8a, 0xe2, 0xc4, 0xd9, 0x9a, 0x2d, 0xf1, 0x9d, 0x92, 0x4d, 0x90, 0x1d, 0x9c, 0x6b, 0x15, 0xfb, 0x68, 0xe6, 0xaf, 0xc3, 0x07, 0x8c, 0x8b, 0x39, 0x19, 0x02, 0x3b, 0x04, 0xb9, 0xee, 0xa1, 0x27, 0xf6, 0xd2, 0x99, 0x23, 0xef, 0x39, 0xa9, 0x94, 0xee, 0xc2, 0xa5, 0x12, 0x19, 0x0a, 0x04, 0x79, 0x62, 0x06, 0xe6, 0xdc, 0x60, 0x82, 0xef, 0xd2, 0x76, 0x79, 0xdd, 0x24, 0x11, 0xab, 0x9d, 0x6c, 0xde, 0x01, 0x55, 0xc2, 0x21, 0xb0, 0x26, 0xd9, 0xf5, 0x87, 0x5b, 0x47, 0xbf, 0x0e, 0x3a, 0x45, 0x8d } }; static const struct cckprng_op_generate op_init_1518 = { .hd = { .id = 1434, .kind = OP_GENERATE }, .rand_nbytes = 186, .out = { .rand = { 0xb7, 0x6b, 0xe4, 0xf6, 0xc8, 0x2f, 0x98, 0x4a, 0xe6, 0x27, 0xab, 0x49, 0x00, 0x28, 0xb4, 0x20, 0xd0, 0x39, 0xae, 0xd9, 0x10, 0x12, 0x86, 0x73, 0x77, 0x9e, 0xa3, 0x4d, 0xf3, 0xf8, 0xdc, 0xe8, 0xc4, 0xcc, 0x96, 0x9c, 0x07, 0xe6, 0x82, 0xff, 0xae, 0x9c, 0x18, 0x5a, 0x4c, 0xd4, 0xcf, 0x18, 0x0c, 0x19, 0xf1, 0x38, 0x7a, 0x0b, 0x79, 0x15, 0x97, 0xd8, 0x7c, 0xf9, 0x64, 0x14, 0xad, 0x2f, 0xfd, 0xff, 0x4a, 0xe3, 0x0f, 0xb4, 0x1f, 0x8a, 0xc8, 0x74, 0x8b, 0x74, 0x71, 0xdc, 0xd7, 0xd3, 0x21, 0x7e, 0x35, 0x9b, 0x3a, 0xdf, 0x34, 0x4b, 0x8c, 0xe2, 0x69, 0x2c, 0x1d, 0x23, 0x99, 0xef, 0x80, 0xd6, 0xa2, 0xb9, 0x32, 0x2e, 0x5f, 0x81, 0xa9, 0x63, 0x21, 0xd4, 0xad, 0x02, 0x26, 0x5f, 0xea, 0x2e, 0x04, 0xcf, 0xc5, 0xa3, 0xdd, 0x26, 0xad, 0x9c, 0xa5, 0x82, 0x73, 0x2e, 0x3f, 0x76, 0xc1, 0x17, 0xc8, 0x35, 0xe8, 0x34, 0x57, 0xfe, 0x03, 0x38, 0xb2, 0x26, 0x2e, 0x4a, 0xb0, 0x0d, 0x16, 0xc9, 0xa0, 0x44, 0x7f, 0xbc, 0x1a, 0x58, 0x69, 0x37, 0xa4, 0x22, 0x1d, 0x87, 0xfd, 0xc0, 0x3d, 0xfc, 0x3e, 0xe4, 0x4b, 0x62, 0xe0, 0xba, 0xd8, 0x19, 0x5f, 0x02, 0x1a, 0xed, 0x42, 0x8a, 0x75, 0x7c, 0xda, 0xb7, 0x34, 0x8c, 0x0a, 0x6b, 0x65, 0x44 } } }; static const struct cckprng_op_generate op_init_1519 = { .hd = { .id = 1435, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0xc3, 0xc3, 0x66, 0xab, 0x4f, 0x8b, 0x6b, 0x34, 0xa1, 0x2b, 0x4d, 0x82, 0xa3, 0xc3, 0x74, 0x77, 0x1a, 0xef, 0xe4, 0x21, 0x56, 0xd0, 0x19, 0x64, 0x78, 0x54, 0x60, 0xbc, 0xb7, 0x7c, 0xe5, 0x3d, 0x6c, 0xa2, 0xb7, 0xc0, 0xbc, 0x8d, 0x23, 0x55, 0xcb, 0xc9, 0x1e, 0x65, 0x97, 0xb8, 0xe2, 0xa9, 0xc2, 0xeb, 0x0d, 0x1e, 0xfa, 0x7b, 0xc4, 0xdd, 0x6c, 0x3f, 0xe0, 0x34, 0x0e, 0x36, 0xba, 0x3c, 0x80, 0x8e, 0x6d, 0xd2, 0x57, 0xed, 0xce, 0xa2, 0x3c, 0x37, 0x7c, 0x5e, 0x1a, 0xf4, 0x00, 0xab, 0x39, 0x60, 0x00, 0x91, 0x72, 0xe4, 0xad, 0x20, 0xfb, 0x9d, 0x30, 0x94, 0x37, 0x24, 0x72, 0xe4, 0x72, 0xc5, 0x47, 0x0e, 0x88, 0x57, 0xd7, 0xa2, 0xc9, 0xfc, 0x7f, 0xd8, 0x5c, 0xc6, 0xcc, 0xe4, 0x3f, 0xff, 0x9b, 0x5b, 0xf1, 0x2d, 0x43, 0x44, 0xfa, 0x60, 0x8f, 0x67, 0x10, 0xdf, 0x57, 0x59, 0xa4, 0x3e, 0xa5, 0x90, 0xbf, 0x2a, 0x91, 0xcd, 0xdb, 0x16, 0xb7, 0xe5, 0x57, 0xa2, 0x2e, 0x3f, 0x8f, 0xb8, 0x86, 0x64, 0xf8, 0xc4, 0xbf, 0x13, 0x7d, 0x8c, 0x9b, 0xc6, 0x7c, 0xbf, 0x5c, 0xca, 0x26, 0x2b, 0x34, 0x3a, 0x26, 0x4f, 0x0c, 0x52, 0xb9, 0xe8, 0xb8, 0x5b, 0x7a, 0xab, 0xaf, 0xcf } } }; static const struct cckprng_op_generate op_init_1520 = { .hd = { .id = 1436, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0xd0, 0xa3, 0xad, 0x63, 0x13, 0xf8, 0xbf, 0xed, 0x0a, 0x6f, 0x27, 0x6e, 0x34, 0xb5, 0x4c, 0x6a, 0x20, 0x49, 0x89, 0x5f, 0xab, 0xce, 0xd4, 0x06, 0x34, 0xc6, 0xd0, 0xbf, 0xd4, 0xa5, 0x46, 0xc3, 0xd3, 0x2c, 0x93, 0xa2, 0x13, 0x1f, 0xb5, 0x94, 0x31, 0xef, 0xc1, 0xc6, 0x22, 0x77, 0xf6, 0x91, 0x1e, 0x20, 0x13, 0x1e, 0x97, 0xb8, 0x3e, 0xd7, 0x63, 0x9d, 0xec, 0x8c, 0xd9, 0x73, 0x66, 0xce, 0x08, 0x8a, 0x46, 0xb7, 0xfa, 0xdd, 0x79, 0xca, 0xe0, 0x48, 0xb0, 0x88, 0x12, 0x70, 0x2a, 0x3f, 0x15, 0x26, 0x21, 0x67, 0x33, 0xc7, 0x45, 0xd1, 0xd4, 0xca, 0x8e, 0x0d, 0x53, 0xd5, 0xb9, 0x50, 0x8d, 0xda, 0x75, 0x3c, 0x36, 0x42, 0x55, 0x22, 0x64, 0xc0, 0x67, 0xd7, 0x3f, 0x9a, 0xb6, 0x18, 0x61, 0x61, 0x5b, 0x16, 0xa8, 0xdd, 0x73, 0x79, 0x76, 0xc9, 0x44, 0x53, 0xc5, 0x99, 0x3e, 0x4a, 0x37, 0xb6, 0x04, 0x00, 0x7b, 0xb6, 0x2a, 0x91, 0x22, 0x78, 0x66, 0x8e, 0x99, 0x88, 0x78, 0x1f, 0xdf, 0x54, 0xb4, 0xdd, 0x1c, 0x41, 0x24, 0x66, 0x5a, 0x61, 0x40, 0xc1, 0x62, 0xcf, 0xa2, 0x53, 0xf4, 0x91, 0x0b } } }; static const struct cckprng_op_generate op_init_1521 = { .hd = { .id = 1437, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0xaa, 0xdb, 0x16, 0x2e, 0xa8, 0xb6, 0x02, 0x56, 0x1b, 0x63, 0xb6, 0xb9, 0xe8, 0xf8, 0x28, 0xea, 0x4e, 0xde, 0x58, 0x26, 0x85, 0xe7, 0x80, 0x87, 0xb4, 0x8b, 0x6f, 0x68, 0x4c, 0x87, 0x60, 0xfe, 0x0f, 0xe3, 0xaf, 0x7e, 0x1c, 0x7c, 0xe6, 0x05, 0x79, 0x6d, 0x7d, 0xa9, 0x76, 0x1b, 0x44, 0x2b, 0xb2, 0xbb, 0xd9, 0xdd, 0x68, 0x88, 0xb8, 0x7b, 0x40, 0x65, 0xbe, 0x99, 0x07, 0x2e, 0x46, 0x9e, 0xad, 0x61, 0xbf, 0xb8, 0xfa, 0x34, 0x82, 0x3a } } }; static const struct cckprng_op_reseed op_reseed_1522 = { .hd = { .id = 1438, .kind = OP_RESEED }, .nonce = 10777586534451857874ULL, .seed_nbytes = 255, .seed = { 0xcd, 0x86, 0xcb, 0x57, 0x41, 0xba, 0xbe, 0x06, 0x95, 0xb1, 0x84, 0xbb, 0xde, 0xe6, 0x51, 0xfa, 0x7e, 0xd7, 0x1d, 0x73, 0xce, 0xe9, 0x4d, 0xb9, 0x8d, 0xbf, 0x9e, 0xa2, 0x00, 0x7a, 0x24, 0x3f, 0xa7, 0x7a, 0xb3, 0x00, 0x2b, 0x8c, 0xe3, 0xfa, 0x8b, 0x65, 0xc1, 0x4b, 0x59, 0x61, 0x31, 0x85, 0xba, 0x6f, 0xe5, 0x76, 0x2e, 0xde, 0x56, 0x96, 0x3d, 0x29, 0x31, 0x7c, 0x39, 0xa5, 0x26, 0xb8, 0x3e, 0xcd, 0x02, 0x4f, 0xf6, 0x1a, 0x80, 0x1d, 0x62, 0x56, 0xdf, 0xe9, 0xe2, 0x3d, 0x45, 0xcb, 0xa5, 0xcc, 0x74, 0x3e, 0x34, 0x33, 0xac, 0xe3, 0x72, 0x51, 0xf7, 0xe1, 0x07, 0xf4, 0xb1, 0x1f, 0xe2, 0xa5, 0xe6, 0x6d, 0x89, 0x22, 0x20, 0xc7, 0x84, 0x5a, 0x75, 0x6e, 0x42, 0x99, 0xf6, 0x5d, 0xe6, 0x64, 0xfe, 0xf5, 0xff, 0x86, 0x93, 0x79, 0xb1, 0x14, 0x6f, 0x48, 0x9c, 0xbb, 0x56, 0x6a, 0xe7, 0x22, 0x5f, 0xf7, 0x78, 0xd6, 0x1d, 0x20, 0x34, 0x20, 0xf6, 0x0e, 0x98, 0x79, 0x22, 0x07, 0x6a, 0xce, 0xa9, 0x98, 0xf8, 0xab, 0x41, 0x64, 0xe6, 0x25, 0xde, 0x3e, 0xe9, 0xc9, 0x01, 0xd2, 0xdd, 0xd7, 0xe3, 0x2c, 0x9e, 0x48, 0x19, 0x94, 0x7a, 0x55, 0x34, 0x44, 0xdc, 0xe2, 0x0e, 0x3f, 0xd0, 0x21, 0xf3, 0x18, 0xb3, 0x3e, 0xe0, 0x1d, 0xd5, 0x96, 0x46, 0xeb, 0x74, 0xe0, 0x6f, 0xa3, 0x41, 0xfc, 0xb3, 0x34, 0x49, 0x02, 0xc1, 0x14, 0x06, 0x41, 0xfb, 0x43, 0x91, 0xeb, 0x44, 0x6c, 0x6c, 0x23, 0xe4, 0xae, 0x12, 0x98, 0x9c, 0xfd, 0x42, 0x4a, 0x04, 0x6f, 0x87, 0xec, 0x34, 0xba, 0x55, 0xcf, 0x73, 0x82, 0xc8, 0xae, 0x7e, 0x38, 0x69, 0xce, 0x12, 0x9c, 0x44, 0xf3, 0x19, 0x1a, 0xf5, 0x85, 0xf9, 0xcc, 0xb3, 0x62, 0x72, 0xc1, 0x8c, 0xdb, 0xb7, 0x7c, 0x08, 0x6a, 0x98 } }; static const struct cckprng_op_refresh op_refresh_1523 = { .hd = { .id = 1439, .kind = OP_REFRESH }, .rand = 6043068287322912584ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1524 = { .hd = { .id = 1440, .kind = OP_RESEED }, .nonce = 16117782346041538866ULL, .seed_nbytes = 160, .seed = { 0xe3, 0x18, 0xfb, 0xce, 0xaf, 0x4f, 0xe6, 0x4c, 0x42, 0x88, 0xa4, 0xd6, 0xe5, 0x28, 0x30, 0x35, 0xa0, 0xb9, 0x4c, 0x85, 0xf7, 0x04, 0xf3, 0xf2, 0x6f, 0x5f, 0x4b, 0x56, 0x39, 0x79, 0xb9, 0x4d, 0x2a, 0x44, 0x65, 0x29, 0xff, 0xff, 0xf9, 0xf4, 0xab, 0xa7, 0xbe, 0xcd, 0x90, 0xe2, 0xac, 0x7d, 0x36, 0x6d, 0x2c, 0x9a, 0x34, 0x48, 0xb2, 0xb6, 0x88, 0x78, 0xe6, 0xec, 0x07, 0xe0, 0x9d, 0xcb, 0xe3, 0xae, 0xde, 0x84, 0xa9, 0x6b, 0xd8, 0x87, 0xc0, 0x0d, 0x04, 0x40, 0x2e, 0x11, 0xdc, 0x80, 0xcb, 0xc3, 0x48, 0xfa, 0xe0, 0xb7, 0x6f, 0xaa, 0x3d, 0x01, 0x8f, 0xef, 0x2d, 0xa9, 0x2e, 0x8e, 0xf0, 0xa2, 0x02, 0x79, 0x16, 0xd9, 0x9b, 0x14, 0xc4, 0xb7, 0x43, 0x7b, 0xe3, 0x05, 0x1f, 0x6b, 0x25, 0x77, 0x52, 0x38, 0x36, 0x37, 0x3f, 0x57, 0x07, 0xc9, 0x2d, 0x3e, 0xf2, 0xd8, 0xef, 0xbe, 0x5e, 0x72, 0x32, 0x27, 0x1b, 0x32, 0xdc, 0x9f, 0x7b, 0x44, 0x7e, 0x48, 0xfc, 0x4b, 0x27, 0xab, 0x25, 0xe5, 0xd3, 0x98, 0xca, 0x67, 0x0d, 0x3e, 0x07, 0x41, 0x75, 0x02, 0x48, 0x26, 0x49, 0x46 } }; static const struct cckprng_op_reseed op_reseed_1525 = { .hd = { .id = 1441, .kind = OP_RESEED }, .nonce = 3360645507506829586ULL, .seed_nbytes = 222, .seed = { 0x50, 0x73, 0x32, 0x06, 0x61, 0x73, 0xf4, 0x0f, 0x92, 0xcd, 0x2c, 0x56, 0x3f, 0x94, 0x11, 0xef, 0x5a, 0x9d, 0xd2, 0xda, 0x65, 0xbd, 0x23, 0xa9, 0x0a, 0x21, 0x75, 0xb7, 0x55, 0x3f, 0xbe, 0x7a, 0xe3, 0xae, 0xad, 0x28, 0x3c, 0xa8, 0x70, 0xc8, 0x14, 0xf9, 0xaf, 0x66, 0x06, 0x76, 0xe9, 0xf2, 0xaa, 0x3f, 0x69, 0x3c, 0x65, 0x52, 0x9f, 0x9f, 0xe5, 0x6d, 0xb5, 0x18, 0x59, 0x0f, 0x24, 0x43, 0xed, 0xb2, 0x56, 0xcc, 0x80, 0xa4, 0x28, 0x7e, 0x4b, 0x60, 0x21, 0x33, 0x04, 0x02, 0x7f, 0xad, 0x33, 0x6b, 0x9a, 0x1c, 0xdd, 0x15, 0xf0, 0xd6, 0x45, 0x5b, 0x5e, 0xcf, 0xf7, 0xa1, 0x0e, 0x7b, 0x18, 0xf0, 0x00, 0x02, 0xb0, 0xad, 0x69, 0x03, 0x8b, 0xc2, 0x63, 0xe3, 0xe8, 0xd5, 0xc4, 0x9a, 0xef, 0x42, 0x86, 0x98, 0x07, 0x77, 0x7b, 0xfd, 0x10, 0xea, 0xa3, 0x09, 0xec, 0xbc, 0xfe, 0x26, 0x0e, 0x9e, 0x61, 0xbe, 0xc3, 0x13, 0xdd, 0xd8, 0x7f, 0x78, 0x6e, 0x8f, 0xc4, 0xa2, 0x3a, 0xf7, 0x08, 0x0e, 0x5a, 0x75, 0xd6, 0xaa, 0xf9, 0x42, 0x1f, 0x55, 0xe2, 0xcd, 0xeb, 0x20, 0x1d, 0x91, 0x2b, 0x56, 0xf7, 0xe3, 0xdd, 0x72, 0x97, 0x98, 0xec, 0x9d, 0x0d, 0x00, 0x6b, 0xfd, 0x92, 0x3c, 0xa0, 0xed, 0xd3, 0x55, 0xcb, 0x2d, 0xc2, 0x54, 0x0f, 0xf4, 0x86, 0x7e, 0xd1, 0x9d, 0x56, 0x65, 0xd5, 0xb8, 0xae, 0xc1, 0x62, 0x69, 0xe3, 0x01, 0x77, 0xb2, 0x5a, 0x1a, 0xec, 0x55, 0xe1, 0xff, 0xe1, 0x11, 0x25, 0xdc, 0x79, 0x8e, 0xa8, 0x85, 0x8d, 0x8d, 0xb9, 0xf9, 0x4e, 0x5c } }; static const struct cckprng_op_reseed op_reseed_1526 = { .hd = { .id = 1442, .kind = OP_RESEED }, .nonce = 16271334098958768780ULL, .seed_nbytes = 56, .seed = { 0xb4, 0x4c, 0x98, 0x90, 0x3f, 0xf0, 0xa6, 0x98, 0xbb, 0x62, 0x63, 0x87, 0xe1, 0x76, 0x40, 0xa6, 0xb3, 0x43, 0x64, 0x7e, 0xde, 0xe4, 0x86, 0x1a, 0x49, 0x75, 0xf9, 0x8b, 0x3c, 0xd1, 0xbb, 0x35, 0xf3, 0x20, 0x27, 0x45, 0x27, 0xe5, 0xc0, 0x4c, 0x5d, 0x9f, 0x24, 0xc7, 0x6f, 0xeb, 0xc7, 0xc8, 0x74, 0xb9, 0x03, 0xac, 0x8e, 0x19, 0xe8, 0x57 } }; static const struct cckprng_op_reseed op_reseed_1527 = { .hd = { .id = 1443, .kind = OP_RESEED }, .nonce = 10273895804707306788ULL, .seed_nbytes = 250, .seed = { 0x52, 0x7b, 0xb7, 0x0e, 0x89, 0x6a, 0x59, 0x17, 0x0b, 0xdc, 0x32, 0x2f, 0xaa, 0xcc, 0x63, 0x3f, 0xfd, 0xac, 0xbb, 0x16, 0x32, 0x0b, 0xbc, 0x72, 0x65, 0xc7, 0xb7, 0x5a, 0xed, 0x7f, 0x4f, 0x89, 0x6e, 0xf5, 0x44, 0x86, 0x68, 0xe7, 0x07, 0xe2, 0x75, 0x6c, 0x6a, 0x74, 0xb4, 0x7b, 0xa8, 0x63, 0x46, 0x4f, 0x0f, 0x77, 0xa7, 0x9f, 0x88, 0x0b, 0x69, 0x4e, 0xe0, 0xba, 0x8a, 0x70, 0x02, 0x3d, 0x1f, 0xde, 0x31, 0x0f, 0x73, 0xea, 0x35, 0x81, 0x41, 0xa2, 0xd8, 0x71, 0x67, 0x25, 0x92, 0x4a, 0xce, 0x09, 0xca, 0x8b, 0xce, 0x63, 0x99, 0xeb, 0x71, 0x61, 0xdf, 0x8a, 0x5f, 0x5f, 0x23, 0xdc, 0x63, 0xc5, 0x65, 0x18, 0x9c, 0x2f, 0x5c, 0x18, 0xb0, 0x48, 0x9c, 0x55, 0xd4, 0xd2, 0x44, 0xed, 0x69, 0x53, 0x1a, 0xda, 0xf9, 0xde, 0x2f, 0xdd, 0x98, 0x44, 0x1c, 0x1d, 0x25, 0xaf, 0x61, 0x58, 0x96, 0xf7, 0xa1, 0xf7, 0x49, 0x44, 0xf1, 0x3a, 0x20, 0x63, 0xd8, 0xeb, 0x65, 0x2c, 0x2e, 0x8a, 0xc5, 0x54, 0xd2, 0x15, 0x5e, 0x91, 0x53, 0xce, 0xd9, 0x11, 0xe8, 0xaf, 0xf9, 0x59, 0xd6, 0xab, 0x9f, 0x42, 0x1d, 0x7a, 0x2d, 0x17, 0xe3, 0x31, 0x1c, 0x1f, 0xac, 0x96, 0x2c, 0x78, 0x19, 0xab, 0x21, 0x59, 0x1f, 0x57, 0xb3, 0x20, 0xf4, 0x16, 0x54, 0xf7, 0x41, 0x8f, 0x79, 0x79, 0xf0, 0xf8, 0xee, 0xa1, 0x3a, 0x38, 0xdc, 0x0f, 0xda, 0xda, 0x1b, 0xc2, 0xb8, 0xcb, 0x24, 0xe3, 0x1e, 0x90, 0x99, 0x82, 0x30, 0x8d, 0xee, 0x94, 0x9f, 0xd8, 0x45, 0x89, 0x11, 0x1d, 0x75, 0x48, 0xbb, 0x53, 0x7c, 0xb7, 0x42, 0x7e, 0xbc, 0x40, 0x54, 0xa4, 0x6e, 0xea, 0x7f, 0xb3, 0x57, 0xc9, 0xec, 0xf7, 0x74, 0xa7, 0x7e, 0x1e, 0x60, 0x06, 0x69, 0x18, 0xa5, 0x8b } }; static const struct cckprng_op_reseed op_reseed_1528 = { .hd = { .id = 1444, .kind = OP_RESEED }, .nonce = 5832954468462283694ULL, .seed_nbytes = 251, .seed = { 0x49, 0xe1, 0xe0, 0xe0, 0x8e, 0xaa, 0xab, 0x55, 0x5c, 0x48, 0x64, 0x71, 0x7f, 0x0d, 0x30, 0x93, 0x22, 0x80, 0x08, 0x67, 0x6a, 0x13, 0xb0, 0xab, 0x52, 0x47, 0x98, 0x06, 0xb2, 0x79, 0xd8, 0xd8, 0x92, 0xe3, 0x81, 0xe1, 0x5f, 0x68, 0x71, 0xf5, 0xd9, 0x3c, 0xe6, 0xb3, 0x62, 0x18, 0xa2, 0xd6, 0xaa, 0x6f, 0xf5, 0x81, 0xaa, 0x3e, 0x14, 0x03, 0xb2, 0x7d, 0xc7, 0xdf, 0x70, 0x49, 0x8e, 0x45, 0x4a, 0xbe, 0x95, 0xd5, 0xa1, 0x8f, 0xdb, 0xdb, 0x4d, 0xfd, 0x0f, 0x6c, 0x5b, 0x83, 0x15, 0xfa, 0x39, 0x4a, 0x4c, 0x2c, 0x86, 0xfa, 0x63, 0x60, 0x52, 0x6f, 0xf3, 0x02, 0xc5, 0x41, 0x78, 0xeb, 0xba, 0xfc, 0x7c, 0x76, 0x0a, 0x6d, 0x7c, 0x80, 0x88, 0x9b, 0x7b, 0xa6, 0x66, 0x67, 0x67, 0x4e, 0x15, 0xf5, 0x49, 0xb4, 0xb7, 0x19, 0x77, 0x72, 0x05, 0xda, 0x15, 0xe7, 0xd0, 0xd6, 0x92, 0x45, 0x6e, 0xb6, 0x6e, 0x98, 0x03, 0x4d, 0x98, 0x21, 0x48, 0xd5, 0x80, 0xf3, 0x71, 0x8b, 0xe6, 0xe1, 0x63, 0x20, 0x10, 0xa3, 0xfd, 0x04, 0x5a, 0x97, 0x9d, 0x39, 0x0a, 0xa0, 0x97, 0x97, 0x71, 0xa5, 0xe3, 0x73, 0x24, 0x1c, 0xfd, 0x54, 0x5c, 0x55, 0x20, 0xf9, 0xf8, 0xb4, 0xbf, 0xbc, 0xf1, 0x83, 0x04, 0x24, 0x4f, 0x74, 0xc5, 0x77, 0x1b, 0xfd, 0x99, 0xe0, 0xc7, 0xbc, 0x4b, 0x79, 0x3c, 0x43, 0x0d, 0x92, 0x60, 0x91, 0x10, 0x9b, 0xa4, 0xfc, 0xcb, 0x98, 0xec, 0x4f, 0x92, 0x31, 0x3c, 0x05, 0xaa, 0xaa, 0xff, 0x87, 0x1b, 0x3b, 0x09, 0xa2, 0x2b, 0xa6, 0x70, 0x00, 0x1c, 0x27, 0xc1, 0x26, 0x51, 0x79, 0x5b, 0x70, 0x9a, 0x65, 0x98, 0x4f, 0xb6, 0xde, 0xbe, 0x74, 0x4d, 0xd6, 0x39, 0x76, 0x8f, 0x38, 0x16, 0x08, 0xaa, 0x59, 0x9f, 0xfe, 0x8d, 0xb2, 0x98 } }; static const struct cckprng_op *ops_1529[] = { (const struct cckprng_op *)&op_init_1513, (const struct cckprng_op *)&op_refresh_1514, (const struct cckprng_op *)&op_refresh_1515, (const struct cckprng_op *)&op_refresh_1516, (const struct cckprng_op *)&op_reseed_1517, (const struct cckprng_op *)&op_init_1518, (const struct cckprng_op *)&op_init_1519, (const struct cckprng_op *)&op_init_1520, (const struct cckprng_op *)&op_init_1521, (const struct cckprng_op *)&op_reseed_1522, (const struct cckprng_op *)&op_refresh_1523, (const struct cckprng_op *)&op_reseed_1524, (const struct cckprng_op *)&op_reseed_1525, (const struct cckprng_op *)&op_reseed_1526, (const struct cckprng_op *)&op_reseed_1527, (const struct cckprng_op *)&op_reseed_1528 }; static const struct cckprng_vector vec_1530 = { .id = 1445, .note = NULL, .nops = 16, .ops = ops_1529 }; static const struct cckprng_op_init op_init_1531 = { .hd = { .id = 1446, .kind = OP_INIT }, .seed = { 0x00, 0x4c, 0x23, 0xbb, 0xeb, 0xac, 0x3a, 0xb3, 0x40, 0xed, 0x69, 0xa3, 0x2c, 0x64, 0xda, 0xe5, 0xf9, 0xfb, 0xf8, 0x82, 0xc3, 0x18, 0xbe, 0xbb, 0xb9, 0x34, 0x7a, 0xb6, 0x51, 0x83, 0x8e, 0x1e }, .nonce = { 0x38, 0xd4, 0xdd, 0x5b, 0xab, 0x87, 0x8a, 0xe3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1532 = { .hd = { .id = 1447, .kind = OP_REFRESH }, .rand = 14671227921428007904ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1533 = { .hd = { .id = 1448, .kind = OP_RESEED }, .nonce = 16173045167625400013ULL, .seed_nbytes = 224, .seed = { 0x6e, 0x6c, 0x0e, 0xb8, 0x9d, 0x8c, 0x2b, 0xf6, 0x04, 0xba, 0xb8, 0xed, 0x53, 0xb5, 0xde, 0xdc, 0x55, 0x08, 0x9b, 0xab, 0x8d, 0xab, 0x23, 0xef, 0xd9, 0x92, 0x0f, 0x65, 0xc9, 0x18, 0xbf, 0x53, 0x0c, 0x40, 0x9c, 0x16, 0x35, 0xe2, 0x13, 0x68, 0xfe, 0x7a, 0xd1, 0x45, 0x44, 0xde, 0x9b, 0x5a, 0xef, 0x96, 0xbe, 0xfc, 0xa6, 0x9f, 0x50, 0x42, 0x45, 0x3b, 0x20, 0x68, 0x3e, 0x56, 0xed, 0x2c, 0x52, 0x62, 0x58, 0xd2, 0xb4, 0x9a, 0x49, 0x6f, 0x9d, 0x05, 0x35, 0xb1, 0x1f, 0x5d, 0xdf, 0xc9, 0xb5, 0x72, 0xa9, 0x3c, 0x5a, 0x3b, 0x75, 0xcc, 0x4b, 0x4e, 0x6d, 0x53, 0x6f, 0x9c, 0xd2, 0xe1, 0x99, 0xbe, 0x9a, 0xff, 0x80, 0x51, 0x1e, 0x96, 0xcb, 0x45, 0x4d, 0x9d, 0x2e, 0x7c, 0xed, 0x7c, 0x4c, 0xfb, 0x71, 0xc7, 0xc7, 0x92, 0x16, 0xe1, 0x0f, 0xf0, 0x23, 0x25, 0x20, 0x85, 0xdb, 0xde, 0x59, 0x9b, 0x23, 0x8b, 0x44, 0x3b, 0x69, 0xa7, 0xd0, 0xcd, 0xfa, 0x98, 0x71, 0x1c, 0xd8, 0x2e, 0x63, 0xc7, 0xca, 0x8c, 0x3e, 0x14, 0xe8, 0xaf, 0x69, 0xf5, 0x40, 0xe2, 0x7e, 0x8f, 0x43, 0x05, 0x7a, 0x41, 0x0f, 0xc1, 0x52, 0x7c, 0x68, 0xcc, 0x76, 0x9b, 0xf1, 0x06, 0x63, 0x71, 0x68, 0x6f, 0x97, 0xf5, 0x50, 0xfb, 0x7a, 0x63, 0x1c, 0x86, 0x5f, 0x21, 0x39, 0x33, 0x6b, 0xe3, 0x6f, 0x72, 0xbf, 0x4d, 0x6f, 0xe1, 0x99, 0xdd, 0xee, 0xb6, 0x9f, 0xe8, 0xb1, 0x13, 0x00, 0x68, 0xa1, 0x91, 0x43, 0x4d, 0x7a, 0x95, 0x91, 0x2b, 0x28, 0x46, 0xbf, 0x13, 0x6f, 0x82, 0xe6, 0x52, 0xda, 0x59 } }; static const struct cckprng_op_refresh op_refresh_1534 = { .hd = { .id = 1449, .kind = OP_REFRESH }, .rand = 600045756835415050ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1535 = { .hd = { .id = 1450, .kind = OP_REFRESH }, .rand = 18359771968096283694ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1536 = { .hd = { .id = 1451, .kind = OP_RESEED }, .nonce = 16949481452105176767ULL, .seed_nbytes = 137, .seed = { 0xf6, 0xa7, 0x15, 0xd4, 0x4a, 0x22, 0xe9, 0xab, 0xeb, 0x23, 0x71, 0x02, 0x54, 0x13, 0xaa, 0x57, 0xb8, 0x36, 0xd3, 0x09, 0xf2, 0x64, 0x61, 0x2e, 0x0a, 0x02, 0xdc, 0x09, 0x05, 0x9b, 0x82, 0xa9, 0x07, 0x00, 0xca, 0x32, 0x28, 0x3a, 0x40, 0x98, 0xfe, 0x8d, 0x55, 0x80, 0x5a, 0x2d, 0x6b, 0x26, 0x40, 0x1e, 0x3c, 0x4c, 0xe8, 0xbe, 0xca, 0x3d, 0x69, 0x8a, 0x74, 0x39, 0x53, 0x89, 0x3b, 0xe2, 0x0f, 0xa3, 0x36, 0x71, 0x4a, 0xba, 0x61, 0x93, 0xe6, 0xfb, 0xa1, 0xa7, 0x0a, 0x37, 0xb4, 0xa0, 0x26, 0x24, 0x4d, 0x53, 0x0a, 0xb5, 0xdd, 0x9a, 0xcf, 0xa8, 0xc6, 0xd6, 0x09, 0x1a, 0x20, 0x21, 0x3c, 0x6b, 0x9b, 0xd8, 0x88, 0xba, 0x51, 0xf1, 0x97, 0x26, 0xd5, 0xa8, 0x4b, 0xae, 0x17, 0x72, 0xe4, 0x9e, 0x7a, 0xf3, 0xd1, 0xc2, 0x16, 0xe3, 0x66, 0xc8, 0xad, 0x27, 0x05, 0xdb, 0xb7, 0xdd, 0x58, 0x9c, 0x92, 0x05, 0x91, 0xc3, 0xf9, 0xc9, 0x91 } }; static const struct cckprng_op_refresh op_refresh_1537 = { .hd = { .id = 1452, .kind = OP_REFRESH }, .rand = 17815548569980683484ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1538 = { .hd = { .id = 1453, .kind = OP_RESEED }, .nonce = 12674853377336199546ULL, .seed_nbytes = 90, .seed = { 0xb1, 0x35, 0x17, 0x54, 0x73, 0xa7, 0x28, 0xfc, 0xe7, 0x76, 0xa5, 0x91, 0x1f, 0xef, 0xee, 0x28, 0x43, 0x67, 0x9a, 0xb8, 0xee, 0xe9, 0x2f, 0x63, 0xc9, 0x4a, 0x43, 0x02, 0x52, 0x51, 0xec, 0xd7, 0x1c, 0x3a, 0x95, 0x07, 0x91, 0xb0, 0x9f, 0x19, 0x08, 0x06, 0x1d, 0xaa, 0xa3, 0x9e, 0xe7, 0xf9, 0xb9, 0xec, 0x0c, 0x66, 0x9e, 0x8c, 0x78, 0x83, 0xfb, 0x49, 0xe1, 0x49, 0x18, 0x14, 0xb9, 0xf4, 0x46, 0xb1, 0xcd, 0x4b, 0x12, 0x55, 0x7d, 0x22, 0x30, 0xbb, 0x1b, 0x14, 0x30, 0xeb, 0x7f, 0x53, 0x58, 0xe2, 0xed, 0x29, 0x90, 0x32, 0xaf, 0xf0, 0xf6, 0x0a } }; static const struct cckprng_op_generate op_init_1539 = { .hd = { .id = 1454, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x00, 0x00, 0x4e, 0xea, 0x3f, 0x8c, 0x01, 0x19, 0x43, 0x88, 0xec, 0x20, 0x0d, 0xa9, 0x46, 0x77, 0x84, 0x77, 0x10, 0x7a, 0x06, 0xc7, 0xed, 0x42, 0x38, 0xdc, 0x0d, 0x4a, 0xa7, 0x78, 0x16, 0xa3, 0x2c, 0x6c, 0x64, 0x24, 0xbe, 0x04, 0xa5, 0x88, 0x45, 0x5f, 0xb0, 0x77, 0xd0, 0x5e, 0x20, 0xe8, 0x0f, 0x77, 0xf3, 0xd7, 0x8c, 0xe1, 0x45, 0x95, 0x43, 0xd9, 0x58, 0x94, 0xdb, 0x79, 0x2d, 0xd0, 0x80, 0x0c, 0xa7, 0x7d, 0x9e, 0xc4, 0x3a, 0x71, 0x64, 0x3f, 0x0e, 0x94, 0x4d, 0xa2, 0x02, 0x77, 0x4b, 0x42, 0x48, 0xec, 0x8a, 0xb8, 0x3b, 0xad, 0x72, 0xa9, 0x46, 0x7e, 0xe9, 0x28, 0xf9, 0x0a, 0x6e, 0xf0, 0xf6, 0xbf, 0x22, 0x32, 0x14, 0x37, 0xab, 0x4e, 0x09, 0x0d, 0xd1, 0xe6, 0x4d, 0x59, 0xa9, 0x29, 0x67, 0xb2, 0xb3, 0x61, 0xc2, 0x28, 0x08, 0x29, 0x5d, 0xbd, 0x9e, 0x53, 0x07, 0xbe, 0x9f, 0xc5, 0xdb, 0x24, 0x64, 0x26, 0x6b, 0x37, 0x98, 0xbf, 0x02, 0x52, 0x32, 0x8a, 0xe9, 0x65, 0xdc, 0xff, 0x75, 0xbb, 0x1e, 0xed, 0x34, 0xbb, 0x97, 0xb1, 0x7e, 0x68, 0x75, 0xaa, 0xfb, 0x58, 0x8c, 0x3f, 0xcf, 0xb5, 0xca, 0x43, 0xf1, 0xb1, 0xef, 0xf3, 0xa9, 0x57, 0xa4, 0xa9, 0x52, 0xc7, 0xb4, 0x9b, 0xe0, 0x5d, 0xa5, 0x5a, 0xf8, 0x2f, 0x84, 0x30, 0x3c, 0xd7, 0x0a, 0x72, 0x0a, 0xb3, 0xe8, 0xeb, 0xc6, 0xea, 0x2c, 0x35, 0xba, 0x82, 0x13, 0x54, 0x16, 0x74, 0xd4, 0xbd, 0x73, 0x55, 0xf0, 0xc9, 0x72, 0xc7, 0xeb, 0x9b, 0x4c, 0x6c, 0x9f, 0xb9, 0x09 } } }; static const struct cckprng_op_generate op_init_1540 = { .hd = { .id = 1455, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0xc3, 0xf4, 0xf9, 0x69, 0xa4, 0x28, 0x69, 0xd4, 0xd1, 0x9b, 0x9c, 0x6f, 0xa2, 0x2e, 0x70, 0x47, 0xc0, 0xc0, 0x56, 0x31, 0xcc, 0x7d, 0xf1, 0xb0, 0x5a, 0x9c, 0xe9, 0x89, 0xfc, 0xf8, 0x54, 0x0e, 0x4a, 0x4e, 0x0f, 0xd8, 0x6b, 0x50, 0x0a, 0x44, 0x83, 0x86, 0x65, 0x44, 0x30, 0x61, 0x18, 0x36, 0xaa, 0xc6, 0x72, 0x80, 0xee, 0x6e, 0xcf, 0x37, 0x53, 0x88, 0xa5, 0x9a, 0x9c, 0xbf, 0x64, 0x2a, 0x3c, 0x8a, 0xe0, 0x76, 0xf3, 0xae, 0x22, 0x9e, 0x54, 0x96, 0x3f, 0xec, 0x86, 0x1a, 0xe1, 0x2b, 0x76, 0x78, 0x76, 0x6d, 0x87, 0x81, 0x45, 0x2b, 0x00, 0x5b, 0x75, 0x6a, 0xf0, 0x37, 0x12, 0x25, 0xa8, 0xf0, 0x4d, 0x1c, 0x9d, 0xac, 0xa3, 0x4c, 0xcc, 0x16, 0xac, 0xa2, 0xd5, 0x40, 0xc6, 0x0d, 0xd0, 0xea, 0xbd, 0x86, 0xd9, 0x9d, 0xfa, 0x87, 0x4c, 0x86, 0x95, 0x54, 0x21, 0xb3, 0xe5, 0xe8, 0x95, 0xd1, 0x01, 0x53, 0xd7, 0x7e, 0x17, 0xf6, 0x72, 0xf5, 0x88, 0x7b, 0xe5, 0x8c, 0xf6, 0x6f, 0x56, 0xa5, 0xb0, 0x17, 0x05, 0x04, 0x6b, 0x0c, 0x9a, 0xdf, 0xa1, 0xed, 0x89, 0xbe, 0xe7, 0xfe, 0x48, 0xc5, 0x27, 0xb6, 0xa5, 0xd2, 0xab, 0x84, 0x3a, 0x0a, 0xc3, 0x3e, 0xec, 0xe6, 0xe3, 0x56, 0xf8, 0x8f, 0xef, 0x59, 0x01, 0x39, 0x6a, 0x81, 0x51, 0xa6, 0xa0, 0xe6, 0x6d, 0xb9, 0xf6, 0xc6, 0x2b, 0xf7, 0x9e, 0xb6, 0xe0, 0x71, 0xab, 0xe1, 0x8d, 0x77, 0x0d, 0xa9, 0xa2, 0xb8, 0xcc, 0xf1, 0x79, 0x1f, 0x46, 0xb4, 0xea, 0x66, 0x48, 0x65, 0x8d, 0x9a, 0xee, 0x7f, 0x8c, 0x78, 0x7b, 0x9a, 0xb6, 0xbb, 0xb7, 0x5a, 0x25, 0x35, 0x01, 0xf4, 0x5e, 0xb9, 0x77, 0xa5, 0x71, 0xb7, 0x18, 0xce, 0x6c, 0x76, 0x4c, 0x29, 0xa6, 0x27, 0x59, 0xf9, 0x0d, 0x38, 0x0e, 0x36, 0xa5, 0x13, 0x51, 0xad, 0xed, 0x87, 0xcd, 0xfa, 0x35, 0x5f, 0x4a, 0x34, 0xf6, 0x3c, 0x7d, 0xc7, 0x34, 0x74, 0xb6, 0xf7, 0x32, 0x63, 0x28, 0x23, 0x0c, 0xb6, 0x44, 0xdd, 0x38, 0xf9, 0xab, 0x51, 0x12 } } }; static const struct cckprng_op_reseed op_reseed_1541 = { .hd = { .id = 1456, .kind = OP_RESEED }, .nonce = 935752612973066615ULL, .seed_nbytes = 61, .seed = { 0xbd, 0xee, 0x61, 0xb6, 0x7e, 0xe2, 0x8b, 0x57, 0x38, 0xaf, 0x1b, 0x9f, 0x5a, 0xf8, 0xdf, 0x0a, 0xf2, 0x0d, 0x7c, 0x9f, 0xcb, 0xa1, 0x2e, 0x8e, 0x90, 0x8f, 0xd9, 0xf0, 0xd7, 0x2d, 0xac, 0x3b, 0x13, 0x86, 0xa5, 0x27, 0xa7, 0xed, 0x05, 0x77, 0xa3, 0x3b, 0xbe, 0x13, 0x49, 0xe2, 0xd8, 0x60, 0x52, 0x36, 0x25, 0x08, 0xd0, 0xb5, 0x19, 0x26, 0x3f, 0x6e, 0x9e, 0x69, 0x0c } }; static const struct cckprng_op_refresh op_refresh_1542 = { .hd = { .id = 1457, .kind = OP_REFRESH }, .rand = 15924891154976891044ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1543 = { .hd = { .id = 1458, .kind = OP_REFRESH }, .rand = 17636518346887237119ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1544 = { .hd = { .id = 1459, .kind = OP_RESEED }, .nonce = 8118169912032772234ULL, .seed_nbytes = 265, .seed = { 0xb1, 0xb4, 0x5d, 0x7d, 0x29, 0x38, 0x4d, 0xd3, 0x94, 0x7f, 0x7e, 0x53, 0xe3, 0xe0, 0xa3, 0x39, 0xf3, 0xb0, 0x0d, 0x9f, 0xe7, 0x47, 0x6c, 0x28, 0xa8, 0xee, 0xf4, 0xab, 0x45, 0xf5, 0xd6, 0x5d, 0xe9, 0x1e, 0x2c, 0x1d, 0x9d, 0x5f, 0xfc, 0xce, 0x47, 0x39, 0x43, 0xe6, 0xd9, 0xe5, 0x29, 0xcc, 0x67, 0xe6, 0xac, 0x39, 0xbd, 0xa0, 0x5c, 0x02, 0xad, 0x55, 0xc5, 0xef, 0xe5, 0x17, 0x46, 0xda, 0x55, 0xfa, 0xfa, 0x6f, 0x66, 0x38, 0x3d, 0x8c, 0xf5, 0x53, 0x39, 0x5c, 0x53, 0x0b, 0x8f, 0xdb, 0x1e, 0x95, 0xd0, 0x94, 0x4b, 0x5c, 0x14, 0x0c, 0x82, 0x9e, 0xce, 0x92, 0x2a, 0x17, 0x95, 0x85, 0x0b, 0xd4, 0x00, 0x12, 0xc6, 0xbf, 0xc2, 0x94, 0x1d, 0x5d, 0x5f, 0x84, 0x27, 0x05, 0xb8, 0x9d, 0x02, 0xa1, 0x3f, 0x03, 0x4c, 0xa6, 0x13, 0x30, 0x68, 0xbb, 0x15, 0x14, 0x02, 0x87, 0x25, 0x73, 0x40, 0xcf, 0x79, 0x63, 0x00, 0xd4, 0x8a, 0x3a, 0x92, 0x02, 0x55, 0x4c, 0xbe, 0xe7, 0xa6, 0x21, 0x31, 0x0f, 0x6f, 0x6c, 0xd7, 0xce, 0xbd, 0xf5, 0xe9, 0x2e, 0x15, 0x56, 0xb4, 0x0e, 0x88, 0x63, 0xd3, 0xfa, 0x29, 0xdf, 0x64, 0x0b, 0xee, 0xbe, 0x3a, 0x8b, 0x12, 0xca, 0x11, 0x17, 0x32, 0x9b, 0x61, 0x93, 0x0c, 0x32, 0x3d, 0xe0, 0x1d, 0xd8, 0xd3, 0xc1, 0x74, 0xa1, 0xf5, 0xee, 0x6a, 0xca, 0xc7, 0xea, 0xf6, 0x04, 0x94, 0xcd, 0xcc, 0x84, 0xcc, 0x53, 0xba, 0x2a, 0x5e, 0x7e, 0xd5, 0x92, 0xdb, 0x80, 0x62, 0xee, 0x76, 0xcc, 0xbe, 0xdb, 0x8f, 0xcd, 0x01, 0x4d, 0xa2, 0x30, 0xa1, 0x7a, 0x3d, 0x66, 0xb5, 0xd9, 0x2d, 0x16, 0x0f, 0xc2, 0x6e, 0x7b, 0x93, 0x51, 0xbb, 0x3b, 0x4a, 0x2b, 0xed, 0xab, 0xb2, 0xbe, 0x39, 0x16, 0xcb, 0x05, 0x10, 0xe3, 0xd4, 0x89, 0xdc, 0xc4, 0x92, 0x9e, 0x45, 0x17, 0x67, 0xf4, 0x0f, 0x7e, 0x5d, 0x9b, 0xff } }; static const struct cckprng_op_refresh op_refresh_1545 = { .hd = { .id = 1460, .kind = OP_REFRESH }, .rand = 14938082783089900311ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1546 = { .hd = { .id = 1461, .kind = OP_RESEED }, .nonce = 5455640028404970840ULL, .seed_nbytes = 284, .seed = { 0x30, 0x87, 0x43, 0x90, 0x23, 0xde, 0x1a, 0x8a, 0x17, 0x99, 0x14, 0x72, 0x56, 0x70, 0xb7, 0xe4, 0x04, 0xb3, 0x09, 0x9c, 0x15, 0x47, 0xdd, 0xb9, 0x60, 0xe0, 0xc5, 0x10, 0xd0, 0x4d, 0x5a, 0x11, 0x51, 0x05, 0xc7, 0x8f, 0x47, 0x6c, 0xb1, 0xc4, 0xd5, 0x13, 0x60, 0x4c, 0xfb, 0xe7, 0x7e, 0xbe, 0x50, 0x5d, 0x17, 0xe9, 0x01, 0xd0, 0xb9, 0xaf, 0x3a, 0xf1, 0xb1, 0x86, 0x3c, 0x60, 0x96, 0x69, 0x8a, 0x66, 0xf2, 0x6c, 0x03, 0x42, 0x30, 0xe4, 0x65, 0x04, 0x37, 0x83, 0xf0, 0x76, 0xed, 0xcb, 0xce, 0xa6, 0x4a, 0x2b, 0xc5, 0xc1, 0x23, 0x4c, 0x8b, 0xcc, 0xa9, 0xa7, 0xb4, 0x90, 0x49, 0x62, 0x75, 0x96, 0x61, 0xd6, 0xb4, 0xe6, 0x3a, 0xd6, 0x69, 0x23, 0xee, 0xca, 0x2f, 0x80, 0xd4, 0xb6, 0xfe, 0x5b, 0x9f, 0x53, 0x69, 0x69, 0x84, 0x30, 0x8c, 0x96, 0x3a, 0x19, 0x75, 0x31, 0x01, 0xa1, 0xee, 0xd3, 0xa2, 0xbf, 0x9c, 0xa9, 0xed, 0x64, 0x66, 0x8a, 0xb2, 0x7e, 0x99, 0x23, 0x0a, 0xb6, 0x25, 0x0d, 0x86, 0xbd, 0x21, 0x59, 0xb8, 0x07, 0x35, 0x56, 0xb8, 0xdb, 0xbd, 0xa5, 0xc5, 0x30, 0x16, 0x73, 0x80, 0xbf, 0xc6, 0xbb, 0xbe, 0xf6, 0x7f, 0x5b, 0xb0, 0xa5, 0x38, 0x91, 0xc0, 0xf9, 0x4b, 0xe4, 0x97, 0xf9, 0xe7, 0x79, 0xbb, 0xf8, 0x88, 0xc3, 0x84, 0x80, 0xcb, 0x5e, 0xf3, 0xc8, 0xb0, 0xa3, 0xf9, 0x30, 0x06, 0x6f, 0x94, 0xf6, 0xd0, 0xc6, 0xa7, 0xb5, 0x1e, 0x3d, 0xff, 0x35, 0x72, 0x5d, 0x06, 0xab, 0x58, 0x89, 0xf1, 0x8c, 0x37, 0xd5, 0xd6, 0x69, 0x93, 0x76, 0x43, 0xde, 0xe6, 0xa7, 0x4b, 0xc0, 0x6d, 0x9e, 0xda, 0x86, 0xf2, 0x98, 0x07, 0xeb, 0x3b, 0xc2, 0x50, 0x00, 0x84, 0xb0, 0x12, 0x03, 0xd9, 0x77, 0xe3, 0x2c, 0x8d, 0xb0, 0xa0, 0x44, 0x3f, 0x4d, 0x2a, 0x82, 0xfe, 0x84, 0xda, 0xb6, 0x0a, 0xa4, 0x00, 0xb9, 0x79, 0xac, 0xb6, 0xcd, 0x13, 0xf2, 0xe9, 0x7f, 0xb2, 0xed, 0x2a, 0x61, 0xeb, 0x7e, 0xd4, 0xfd, 0x96, 0x94, 0xc8, 0x97 } }; static const struct cckprng_op *ops_1547[] = { (const struct cckprng_op *)&op_init_1531, (const struct cckprng_op *)&op_refresh_1532, (const struct cckprng_op *)&op_reseed_1533, (const struct cckprng_op *)&op_refresh_1534, (const struct cckprng_op *)&op_refresh_1535, (const struct cckprng_op *)&op_reseed_1536, (const struct cckprng_op *)&op_refresh_1537, (const struct cckprng_op *)&op_reseed_1538, (const struct cckprng_op *)&op_init_1539, (const struct cckprng_op *)&op_init_1540, (const struct cckprng_op *)&op_reseed_1541, (const struct cckprng_op *)&op_refresh_1542, (const struct cckprng_op *)&op_refresh_1543, (const struct cckprng_op *)&op_reseed_1544, (const struct cckprng_op *)&op_refresh_1545, (const struct cckprng_op *)&op_reseed_1546 }; static const struct cckprng_vector vec_1548 = { .id = 1462, .note = NULL, .nops = 16, .ops = ops_1547 }; static const struct cckprng_op_init op_init_1549 = { .hd = { .id = 1463, .kind = OP_INIT }, .seed = { 0x83, 0x00, 0x64, 0x58, 0x41, 0x3c, 0xa8, 0x9d, 0xf1, 0x90, 0x01, 0x2a, 0x98, 0xcf, 0x3c, 0xae, 0x08, 0x5a, 0x7d, 0xb6, 0x70, 0x15, 0xac, 0x78, 0xd6, 0xf7, 0xc7, 0x79, 0x44, 0xfc, 0xc2, 0x28 }, .nonce = { 0xad, 0x5a, 0xe5, 0x1b, 0x03, 0x3f, 0x0d, 0x27 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1550 = { .hd = { .id = 1464, .kind = OP_REFRESH }, .rand = 8176823919259801204ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1551 = { .hd = { .id = 1465, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0x0d, 0x9c, 0x3e, 0xd7, 0xb9, 0xe0, 0x5a, 0xb9, 0xf1, 0xa8, 0x5a, 0x9f, 0x58, 0xeb, 0x17, 0x73, 0xa0, 0xa3, 0x27, 0x19, 0xfa, 0x3c, 0xe7, 0xf8, 0x54, 0xee, 0xd9, 0x4e, 0x6c, 0x8d, 0xc1, 0x3c, 0x2d, 0xc2, 0xd2, 0x59, 0xee, 0x7b, 0x8f, 0x87, 0xff, 0x63, 0x23, 0xc0, 0xdf, 0xb0, 0x09, 0x63, 0x7d, 0x10, 0x20, 0x25, 0x30, 0xff, 0xd2, 0xde, 0x2a, 0xc0, 0x20, 0xe1, 0x53, 0xa6, 0xa8, 0xeb, 0xc0, 0xd5, 0x5b, 0x69, 0x52, 0xe7, 0xc0, 0xe5, 0xb3, 0xda, 0x88, 0xeb, 0xd8, 0xe6, 0x4e, 0x26, 0x7a, 0x9f, 0x8a, 0x38, 0xf3, 0xe3, 0xf1, 0x6e, 0x45, 0x7b, 0x97, 0xc2, 0x60, 0xa7, 0x71, 0xea, 0x2a, 0xb6, 0xc7, 0xf4, 0x6b, 0xda, 0xb0, 0x02, 0x10, 0x66, 0xc4, 0x47, 0x70, 0x93, 0x8c, 0x6d, 0x3f, 0x7e, 0xea, 0x03, 0x45, 0x24, 0xd0, 0x2d, 0x95, 0xd0, 0x56, 0x22, 0xd4, 0x87, 0x1c, 0x1c, 0x51, 0xc6, 0xd7, 0xf9, 0x58, 0x25, 0x15, 0x85, 0xe4, 0xcf, 0x80, 0x02, 0x08, 0xeb, 0x19, 0x62, 0xcc, 0x03, 0x7b, 0x0e, 0xb4, 0xfc, 0x71, 0x0c, 0x48, 0x02, 0xf8, 0x18, 0xc9, 0x34 } } }; static const struct cckprng_op_reseed op_reseed_1552 = { .hd = { .id = 1466, .kind = OP_RESEED }, .nonce = 6647670317414953347ULL, .seed_nbytes = 30, .seed = { 0x2f, 0x4c, 0xb3, 0x66, 0x22, 0x2a, 0x70, 0x9b, 0x2c, 0x64, 0x9c, 0x68, 0x7c, 0x9b, 0xb4, 0xb9, 0xd0, 0x32, 0x43, 0x42, 0x7c, 0xd7, 0x3b, 0xc1, 0xc1, 0xb2, 0x85, 0x6f, 0x97, 0x56 } }; static const struct cckprng_op_reseed op_reseed_1553 = { .hd = { .id = 1467, .kind = OP_RESEED }, .nonce = 1531326433695435553ULL, .seed_nbytes = 21, .seed = { 0x38, 0xbd, 0xbc, 0x28, 0xa9, 0xe2, 0x89, 0x0c, 0x7a, 0xd0, 0xf6, 0xc0, 0x72, 0x52, 0x58, 0x23, 0x5d, 0xdc, 0xcf, 0x42, 0x0d } }; static const struct cckprng_op_refresh op_refresh_1554 = { .hd = { .id = 1468, .kind = OP_REFRESH }, .rand = 10682525776859658219ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1555 = { .hd = { .id = 1469, .kind = OP_RESEED }, .nonce = 7706619336799214207ULL, .seed_nbytes = 59, .seed = { 0xc0, 0x28, 0xa4, 0xe2, 0x96, 0xc6, 0x91, 0x84, 0x97, 0x5a, 0xa4, 0x9c, 0x6e, 0x72, 0x57, 0x10, 0xa5, 0x0d, 0xf6, 0xfa, 0xe0, 0x96, 0x72, 0x92, 0x80, 0xff, 0x5a, 0x5a, 0xce, 0x02, 0xbd, 0xe2, 0xf1, 0x9d, 0xd7, 0xa3, 0x79, 0x56, 0x2b, 0x99, 0xe9, 0xe4, 0x42, 0x3a, 0x69, 0xa3, 0x0a, 0x1d, 0xff, 0x94, 0x6e, 0x71, 0xd9, 0x01, 0x21, 0x0b, 0x71, 0x4b, 0xa7 } }; static const struct cckprng_op_generate op_init_1556 = { .hd = { .id = 1470, .kind = OP_GENERATE }, .rand_nbytes = 62, .out = { .rand = { 0x92, 0x17, 0x7d, 0x78, 0x1b, 0x10, 0x16, 0x59, 0x2a, 0x4a, 0xa8, 0x47, 0xd1, 0xd5, 0x63, 0x70, 0xed, 0x15, 0xd5, 0x1c, 0x6c, 0x7e, 0x96, 0x9d, 0x99, 0x43, 0xf9, 0xae, 0x48, 0x73, 0xc0, 0xc8, 0x09, 0x38, 0x11, 0xa9, 0x9a, 0xf9, 0x29, 0x20, 0x55, 0xc9, 0xf6, 0xb6, 0xcf, 0xaa, 0x4d, 0xbd, 0x87, 0x7e, 0xb5, 0xa0, 0x37, 0x10, 0x82, 0x72, 0xeb, 0xff, 0x43, 0x34, 0x99, 0xd9 } } }; static const struct cckprng_op_refresh op_refresh_1557 = { .hd = { .id = 1471, .kind = OP_REFRESH }, .rand = 16366216927103239564ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1558 = { .hd = { .id = 1472, .kind = OP_REFRESH }, .rand = 8750145896896416424ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1559 = { .hd = { .id = 1473, .kind = OP_REFRESH }, .rand = 14512617832182334664ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1560 = { .hd = { .id = 1474, .kind = OP_REFRESH }, .rand = 11963990302680140241ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1561 = { .hd = { .id = 1475, .kind = OP_RESEED }, .nonce = 13517281215443728138ULL, .seed_nbytes = 46, .seed = { 0x40, 0x83, 0xbb, 0xe0, 0x8f, 0xe7, 0x0c, 0x94, 0x73, 0x85, 0xdd, 0x65, 0x6e, 0x3b, 0xec, 0x8a, 0xae, 0x9d, 0xa6, 0x3c, 0xe2, 0xad, 0xb0, 0x70, 0x7a, 0x8f, 0xa5, 0x0c, 0x8c, 0x48, 0xb5, 0x69, 0x99, 0x85, 0xe3, 0x05, 0x9e, 0x8b, 0x12, 0xab, 0x2e, 0x99, 0x7f, 0x98, 0xb1, 0xee } }; static const struct cckprng_op_generate op_init_1562 = { .hd = { .id = 1476, .kind = OP_GENERATE }, .rand_nbytes = 99, .out = { .rand = { 0x31, 0xfb, 0x5c, 0x08, 0xc0, 0x49, 0x9d, 0xa2, 0x9e, 0x85, 0xe3, 0x86, 0x6a, 0x4a, 0x4c, 0x57, 0x55, 0x99, 0xbc, 0x2f, 0x5a, 0xc9, 0xee, 0xf7, 0x81, 0xf8, 0xe6, 0x26, 0x4d, 0x31, 0x4a, 0x15, 0xf7, 0x78, 0xf8, 0xbc, 0x5c, 0xaf, 0x70, 0x8a, 0x4e, 0xb6, 0x84, 0x43, 0x8b, 0xf0, 0x14, 0xb4, 0x15, 0x4b, 0x0c, 0xd4, 0x6d, 0xbf, 0x2a, 0xaf, 0xc9, 0x14, 0xa9, 0x65, 0x8f, 0xe5, 0xce, 0xca, 0xa8, 0x3a, 0xe8, 0x0a, 0x93, 0x9a, 0x37, 0xd2, 0x50, 0x2f, 0xb5, 0x64, 0x54, 0x63, 0x86, 0x1b, 0xb3, 0x32, 0x4f, 0x67, 0xd3, 0xc1, 0x01, 0x92, 0xf9, 0xdb, 0xee, 0xe0, 0xf9, 0xdb, 0xff, 0x43, 0xc7, 0xaa, 0xd2 } } }; static const struct cckprng_op_refresh op_refresh_1563 = { .hd = { .id = 1477, .kind = OP_REFRESH }, .rand = 9973149209101968746ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1564 = { .hd = { .id = 1478, .kind = OP_REFRESH }, .rand = 6612013283720664706ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1565[] = { (const struct cckprng_op *)&op_init_1549, (const struct cckprng_op *)&op_refresh_1550, (const struct cckprng_op *)&op_init_1551, (const struct cckprng_op *)&op_reseed_1552, (const struct cckprng_op *)&op_reseed_1553, (const struct cckprng_op *)&op_refresh_1554, (const struct cckprng_op *)&op_reseed_1555, (const struct cckprng_op *)&op_init_1556, (const struct cckprng_op *)&op_refresh_1557, (const struct cckprng_op *)&op_refresh_1558, (const struct cckprng_op *)&op_refresh_1559, (const struct cckprng_op *)&op_refresh_1560, (const struct cckprng_op *)&op_reseed_1561, (const struct cckprng_op *)&op_init_1562, (const struct cckprng_op *)&op_refresh_1563, (const struct cckprng_op *)&op_refresh_1564 }; static const struct cckprng_vector vec_1566 = { .id = 1479, .note = NULL, .nops = 16, .ops = ops_1565 }; static const struct cckprng_op_init op_init_1567 = { .hd = { .id = 1480, .kind = OP_INIT }, .seed = { 0xfb, 0x67, 0x46, 0x79, 0x20, 0x81, 0xc3, 0xc7, 0x3f, 0xc8, 0xfe, 0x1e, 0x66, 0x91, 0x73, 0x6c, 0x98, 0x17, 0xa6, 0x54, 0x5b, 0xe0, 0x1f, 0x57, 0x24, 0x1a, 0xc5, 0x55, 0x4b, 0x91, 0xa1, 0x7d }, .nonce = { 0x1d, 0x9c, 0x77, 0x9e, 0x09, 0xa8, 0xe6, 0x2e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1568 = { .hd = { .id = 1481, .kind = OP_REFRESH }, .rand = 9019328843546902228ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1569 = { .hd = { .id = 1482, .kind = OP_RESEED }, .nonce = 6472361518544886075ULL, .seed_nbytes = 213, .seed = { 0x5c, 0xbb, 0x2c, 0x09, 0x52, 0xa9, 0xec, 0x04, 0xf5, 0x7c, 0xed, 0x2c, 0x04, 0x8d, 0x31, 0x80, 0x3e, 0xb9, 0xbb, 0x4c, 0x21, 0xdf, 0x97, 0xae, 0xc6, 0x7a, 0x43, 0x67, 0xb4, 0x53, 0x81, 0xb5, 0x24, 0x7e, 0x87, 0x85, 0xe4, 0x89, 0xed, 0xaa, 0x4e, 0x66, 0xc2, 0x06, 0xfe, 0x49, 0x9f, 0xdc, 0xc3, 0x1b, 0x53, 0xc8, 0x63, 0xbc, 0xa1, 0xa3, 0x6c, 0x49, 0xa5, 0xba, 0x27, 0x00, 0xb9, 0x62, 0xb1, 0x15, 0xbc, 0x00, 0xeb, 0x88, 0xef, 0x82, 0x10, 0x7e, 0x25, 0x29, 0xd9, 0x70, 0x46, 0xac, 0x82, 0x90, 0xb6, 0x88, 0xfd, 0x2c, 0x17, 0x14, 0xc5, 0xc4, 0x82, 0x53, 0xc0, 0x80, 0x50, 0x7f, 0xff, 0xf4, 0x8e, 0x93, 0xbe, 0xdd, 0x8a, 0xb3, 0x73, 0x97, 0xf4, 0xa8, 0x04, 0xd0, 0xc1, 0x3f, 0x40, 0xfc, 0x20, 0x32, 0xa2, 0x4e, 0x14, 0x3c, 0x9a, 0xb5, 0xc1, 0x36, 0x90, 0x6e, 0xed, 0x5b, 0x8c, 0xc8, 0x70, 0x35, 0x0c, 0x01, 0xae, 0x9d, 0x5c, 0x1c, 0x52, 0xe0, 0x93, 0x4c, 0xf0, 0x7f, 0x29, 0x0f, 0xd4, 0xe0, 0x0c, 0x49, 0xdf, 0x0b, 0xe2, 0xf3, 0x43, 0x7f, 0x7d, 0x9c, 0x4f, 0x5c, 0xac, 0xb3, 0xb0, 0xc7, 0xb3, 0xed, 0x2d, 0xf0, 0x6a, 0x39, 0x14, 0xfa, 0x0a, 0x79, 0x7a, 0x44, 0xfa, 0x20, 0x46, 0x59, 0x37, 0xdc, 0x12, 0xd3, 0x55, 0x93, 0xea, 0xc3, 0x29, 0x99, 0xd0, 0xe0, 0x19, 0xd6, 0x1d, 0x3a, 0xd0, 0xd3, 0x93, 0x55, 0x20, 0x8b, 0x88, 0xa6, 0x0e, 0xfd, 0xd8, 0xe0, 0x0f, 0x1f, 0xaa, 0xd4, 0xd0 } }; static const struct cckprng_op_refresh op_refresh_1570 = { .hd = { .id = 1483, .kind = OP_REFRESH }, .rand = 5847726401202514627ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1571 = { .hd = { .id = 1484, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0x33, 0xb8, 0xa1, 0xa1, 0xc2, 0xd1, 0xea, 0x0b, 0xec, 0x8b, 0x46, 0x2f, 0x45, 0x29, 0x53, 0x8a, 0xf2, 0x00, 0x60, 0x6c, 0x82, 0x97, 0xf4, 0x2d, 0xe3, 0xbb, 0xd8, 0x2c, 0xd8, 0xe6, 0x33, 0xc1, 0x99, 0xa5, 0x4c, 0x1a, 0x3f, 0x48, 0xb3, 0x1c, 0xdd, 0x52, 0x2b, 0xf2, 0xec, 0xde, 0x1d, 0xbf, 0x86, 0x83, 0x53, 0x5b, 0x87, 0x9d, 0x75, 0x3f, 0xec, 0xe0, 0xfc, 0x9e, 0xf9, 0x92, 0x5d, 0x01, 0x32, 0x6a, 0x36, 0xf5, 0xf4, 0x61, 0xd9, 0xac, 0x3d, 0xb8, 0xd5, 0xfb, 0x39, 0x0d, 0x8a, 0x77, 0xc8, 0x3b, 0x0e, 0x88, 0xc3, 0xaa, 0x2d, 0x2e, 0xed, 0xb3, 0x2a, 0xd9, 0x96, 0x05, 0x0a, 0xed, 0x11, 0x7b, 0x2b, 0x5b, 0x12, 0x9a, 0x9d, 0xbe, 0xa0, 0x12, 0xe3, 0xcd, 0x00, 0xbb, 0x16, 0xff, 0x39, 0x88, 0xc1, 0xeb, 0x30, 0x00, 0x4c, 0xa1, 0x12, 0xc4, 0xbe, 0x40, 0x7e, 0x3a, 0xfc, 0x2d, 0x42, 0x5a, 0xe6, 0x95, 0xfc, 0x98, 0xc2, 0x32, 0x9f, 0xd4, 0xeb, 0x0e, 0x85, 0xb3, 0xe6, 0xc9, 0xc2, 0x8a, 0xbd, 0x15, 0x5f, 0x01, 0x28, 0x0f, 0x1b, 0xa3, 0x6b, 0x26, 0xc9, 0x5b, 0x6a, 0xf7, 0x04, 0x0d, 0xf2, 0xee, 0x2a, 0x4c, 0x5c, 0x4c, 0xd8, 0x9d, 0xc8, 0x43, 0xe2, 0xfd, 0x81, 0xe4, 0xce, 0x3b, 0x94, 0xdb, 0xe8, 0x7c, 0xff, 0xae, 0xff, 0xa4, 0x48, 0x12, 0x29, 0xb2, 0xca, 0x29, 0x1f, 0x68, 0x39, 0xc2, 0x2c, 0x1b, 0xc2, 0xe4, 0x0e, 0xd3, 0xf7, 0xdc, 0x35, 0x7c, 0x43, 0xf8, 0x8d, 0xf4, 0xdf, 0xb9, 0xba, 0x7e, 0x35, 0xc3, 0xab, 0x57, 0xab, 0x96, 0x73, 0x4b, 0x1f, 0xde, 0x92, 0x0a, 0xd7, 0x3a, 0xd4, 0x41, 0x24, 0xb2, 0x49, 0x09, 0x66, 0x6c, 0xeb, 0xe5, 0xd7, 0x55, 0x98, 0x38 } } }; static const struct cckprng_op_generate op_init_1572 = { .hd = { .id = 1485, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0x6f, 0x48, 0x91, 0x62, 0x42, 0x64, 0x4e, 0x1f, 0x37, 0x70, 0x4e, 0xbb, 0xec, 0x3b, 0xdc, 0xf3, 0xe4, 0x81, 0x86, 0x47, 0x9a, 0x5d, 0xf4, 0xa6, 0x54, 0xf3, 0xd3, 0xe2, 0x8b, 0xae, 0xfd, 0x3e, 0x31, 0x78, 0x48, 0x5f, 0x86, 0xa2, 0xe7, 0x3e, 0x43, 0x22, 0x4d, 0x11, 0xd9, 0x79, 0x14, 0x5c, 0x45, 0x0e, 0x53, 0x09, 0xe4, 0xbf, 0x52, 0x49, 0x05, 0xdb, 0xd3, 0x34, 0xfb, 0xd3, 0x02, 0x5b, 0x73, 0x41, 0x00, 0xce, 0x2e, 0x5b, 0x0e, 0x90, 0xc0, 0xf9, 0x56, 0xb9, 0x5b, 0x1f, 0x14, 0x13, 0x33, 0xa2, 0xa6, 0x5a, 0xcd, 0x31, 0x56, 0x6f, 0xe0, 0xd2, 0x55, 0xcf, 0xb1, 0xeb, 0x52, 0xfd, 0xff, 0x87, 0x5e, 0x42, 0x20, 0x9a, 0x5f, 0x3b, 0xfe, 0xc0, 0x27, 0x01, 0xdd, 0x69, 0x4d, 0x75, 0x83, 0xf4, 0x9a, 0x54, 0xb0, 0xa1, 0xf7, 0xce, 0x90, 0x74, 0x52, 0xa9, 0x29, 0x68, 0xc6, 0x63, 0x43, 0x54, 0xa6, 0x0d, 0x44, 0xcd, 0x68, 0x9b, 0xe6, 0xd2, 0x68, 0x95, 0x6f, 0x5c, 0xb4, 0x9d, 0xb5, 0xa1, 0x54, 0x09, 0xc6, 0x2e, 0x9b, 0xff, 0x09, 0x33, 0x06, 0x7e, 0xe6, 0x1f, 0xf9, 0x63, 0x61, 0x88, 0xa2, 0x93, 0x0e, 0x71, 0x8d, 0xf4, 0x8f, 0x7b, 0x3b, 0x34, 0xa1, 0x8b, 0x67, 0x7d, 0x66, 0x10, 0xb7, 0xdf, 0xc4, 0x9c, 0x49, 0x02, 0xe8, 0x86, 0x48, 0xca, 0x02, 0x07, 0x36, 0x78, 0x89, 0x02, 0xb9, 0xf2, 0x7c, 0x4b, 0x78, 0x22, 0xf5, 0xaf, 0xc7, 0x4c, 0xd5, 0x7c, 0x41, 0xae, 0x39, 0x54, 0xab, 0x0a, 0x1d, 0x3f, 0x40, 0x66, 0x4c, 0x2d, 0x76, 0x7e, 0x9a, 0x14, 0x6c, 0x71, 0xf0, 0xde, 0xf5, 0xca, 0x8c, 0x6e, 0xf6, 0xd8, 0x0e, 0xac, 0x2b, 0xb2, 0x27, 0xd9, 0xab, 0xc0, 0x81, 0xab } } }; static const struct cckprng_op_refresh op_refresh_1573 = { .hd = { .id = 1486, .kind = OP_REFRESH }, .rand = 13493177824242714373ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1574 = { .hd = { .id = 1487, .kind = OP_RESEED }, .nonce = 2193254771063780546ULL, .seed_nbytes = 134, .seed = { 0x68, 0x38, 0xba, 0xb1, 0x27, 0xc3, 0x99, 0x9c, 0x9b, 0x28, 0x02, 0xe5, 0x03, 0xac, 0xe8, 0x97, 0x97, 0x18, 0xc4, 0x14, 0x58, 0xc6, 0xea, 0x0a, 0x9c, 0xe1, 0x2a, 0xe7, 0x45, 0xd1, 0x29, 0x1f, 0xe7, 0x1d, 0x3f, 0xc8, 0xda, 0xa7, 0xd0, 0xc2, 0x9a, 0x4d, 0x4e, 0xc5, 0x0d, 0x71, 0xe3, 0xab, 0xda, 0xe4, 0x39, 0x3e, 0x55, 0x9b, 0x5a, 0x6e, 0x3c, 0x43, 0x1c, 0x5a, 0x0b, 0x97, 0x9d, 0x3a, 0xb8, 0x70, 0xea, 0x21, 0x79, 0x7c, 0x72, 0x7a, 0xe6, 0x67, 0x96, 0xc0, 0x0a, 0xae, 0x19, 0x1b, 0x20, 0x26, 0xf6, 0x6e, 0x68, 0x00, 0x52, 0x91, 0xe6, 0xa8, 0xdf, 0xec, 0xa0, 0x55, 0xa1, 0xb7, 0x2b, 0xb9, 0x1d, 0x5a, 0x49, 0xc5, 0xe9, 0x8e, 0x36, 0x9f, 0xda, 0x6e, 0x29, 0xa4, 0x05, 0xd7, 0xa9, 0xb6, 0xf6, 0x94, 0x44, 0xa2, 0xf1, 0x3c, 0xd7, 0x25, 0x54, 0x23, 0x19, 0x1c, 0x40, 0x31, 0xc6, 0xc0, 0x6c, 0x81, 0x62, 0xd5 } }; static const struct cckprng_op_reseed op_reseed_1575 = { .hd = { .id = 1488, .kind = OP_RESEED }, .nonce = 18230145481957736716ULL, .seed_nbytes = 191, .seed = { 0xf5, 0x7f, 0x09, 0xc0, 0x22, 0xbf, 0xaa, 0x47, 0x90, 0x74, 0xa9, 0xa8, 0xaf, 0x51, 0x0b, 0x57, 0x3f, 0xc4, 0x88, 0x0d, 0xc0, 0x96, 0xdb, 0x6f, 0xff, 0x64, 0x4b, 0x74, 0xc3, 0x7c, 0xae, 0x92, 0x20, 0x0c, 0xec, 0xaa, 0xfd, 0x39, 0xb4, 0x16, 0xaa, 0x71, 0x75, 0xae, 0x56, 0xda, 0xbb, 0xda, 0x35, 0x75, 0xd2, 0x34, 0xd6, 0xca, 0x51, 0xb7, 0x2f, 0xf6, 0x30, 0x3f, 0xc0, 0xe6, 0x34, 0x83, 0xa7, 0xcb, 0x02, 0xd1, 0x5c, 0xdc, 0x2f, 0x6b, 0x5f, 0xff, 0x02, 0x1f, 0x2b, 0x78, 0x56, 0xf6, 0x27, 0xe5, 0x43, 0x62, 0x5b, 0x7d, 0x2c, 0x57, 0x9a, 0x5e, 0x02, 0xa2, 0xe8, 0x9d, 0xc1, 0x5c, 0xd2, 0xb6, 0x32, 0x4b, 0xe1, 0x42, 0x9c, 0xe9, 0xd5, 0x2b, 0x96, 0xc7, 0x63, 0xf1, 0x44, 0x25, 0x84, 0xe0, 0xb7, 0x4a, 0x06, 0x92, 0x8c, 0xde, 0x50, 0x25, 0x7e, 0xff, 0x2a, 0xcf, 0x78, 0x30, 0x25, 0xfa, 0xae, 0xf3, 0xce, 0xb1, 0x59, 0x3b, 0xc0, 0x90, 0x49, 0xd2, 0x8c, 0x2f, 0x06, 0x57, 0x99, 0x1c, 0xe8, 0x72, 0x38, 0x7c, 0x8d, 0xee, 0x8a, 0x51, 0x54, 0x24, 0xe0, 0xc2, 0x45, 0xb8, 0x6c, 0x7b, 0xc5, 0x1d, 0x79, 0x03, 0x97, 0x3d, 0x8d, 0x2b, 0x15, 0x76, 0xd5, 0x44, 0xa9, 0x1f, 0x1d, 0xf5, 0x8a, 0x14, 0x93, 0xa8, 0x63, 0x09, 0xfc, 0x39, 0x38, 0x9e, 0xca, 0x8d, 0x6b } }; static const struct cckprng_op_reseed op_reseed_1576 = { .hd = { .id = 1489, .kind = OP_RESEED }, .nonce = 8697753423032840878ULL, .seed_nbytes = 157, .seed = { 0xfa, 0xf6, 0xdb, 0xef, 0x25, 0xdf, 0x05, 0xd2, 0x73, 0x1f, 0xb1, 0x09, 0x23, 0xfa, 0xbb, 0xbb, 0xa8, 0xae, 0xf2, 0x49, 0xbd, 0xf7, 0x0f, 0x66, 0x9e, 0xe3, 0x2f, 0x2f, 0x88, 0x07, 0xf4, 0xf0, 0x69, 0x3d, 0xe9, 0x3d, 0xab, 0xc2, 0x62, 0x8a, 0xd4, 0x03, 0xeb, 0x55, 0x20, 0x63, 0x09, 0xff, 0x4b, 0xd1, 0xb3, 0x9a, 0x9c, 0xf7, 0x1c, 0xb0, 0xba, 0x12, 0x1e, 0x66, 0x1f, 0xaf, 0xe8, 0x01, 0xda, 0xff, 0x04, 0x26, 0x6c, 0xbb, 0x74, 0xbc, 0xb3, 0x42, 0x76, 0x2f, 0xaf, 0x1d, 0x5e, 0x85, 0x14, 0x40, 0x34, 0xd8, 0xf1, 0x18, 0xbd, 0xc0, 0x9c, 0x72, 0x98, 0xfd, 0xf8, 0x75, 0xd2, 0x58, 0x52, 0x63, 0xe4, 0xb5, 0x18, 0x85, 0xd3, 0xef, 0xb2, 0xf5, 0x6e, 0xd7, 0x37, 0x96, 0x54, 0x28, 0xfb, 0x74, 0xf9, 0x09, 0x0d, 0xb5, 0x24, 0x3e, 0x41, 0x32, 0x6a, 0xcf, 0xe0, 0x87, 0x94, 0x64, 0xca, 0x33, 0xbd, 0x6f, 0x95, 0x4b, 0x7d, 0xcd, 0x26, 0x55, 0x12, 0x4a, 0xfd, 0x9b, 0xf5, 0xb8, 0xbf, 0x77, 0xaf, 0xe8, 0xe8, 0xcc, 0x48, 0x2a, 0xa4, 0xd7, 0xb4, 0xad, 0x33 } }; static const struct cckprng_op_reseed op_reseed_1577 = { .hd = { .id = 1490, .kind = OP_RESEED }, .nonce = 5595460894495833122ULL, .seed_nbytes = 199, .seed = { 0x83, 0x94, 0x1a, 0xc9, 0xc3, 0xa2, 0x3d, 0x04, 0x04, 0xb0, 0x11, 0xa3, 0xb0, 0x40, 0xbb, 0x22, 0x73, 0x66, 0xc9, 0xf2, 0xfc, 0x3a, 0xa7, 0x10, 0xfb, 0xaa, 0x7a, 0x6d, 0x93, 0x73, 0x16, 0x4e, 0x12, 0xd3, 0x52, 0x11, 0xa9, 0xbd, 0x22, 0x27, 0x06, 0x29, 0x8d, 0x86, 0x8f, 0xb7, 0x13, 0x97, 0x70, 0x19, 0x9f, 0x67, 0xf3, 0x60, 0x9d, 0x36, 0x93, 0xd5, 0xcd, 0xd1, 0xaa, 0xe7, 0x6b, 0x7a, 0xa6, 0x8d, 0xb7, 0x65, 0xa4, 0xf7, 0x08, 0x3b, 0x0e, 0x2d, 0xd5, 0x14, 0x11, 0x7e, 0x68, 0x07, 0xfe, 0xab, 0x75, 0x21, 0xe1, 0xa2, 0xc1, 0xfa, 0x8c, 0x65, 0x03, 0x32, 0xb7, 0xb8, 0x7b, 0x0f, 0x37, 0xb0, 0x84, 0x95, 0xff, 0x3f, 0x86, 0xc4, 0x09, 0x1b, 0xa1, 0x6c, 0x98, 0x72, 0x6c, 0xea, 0xfd, 0x3f, 0x5b, 0x1d, 0x80, 0x67, 0xcd, 0x34, 0xfa, 0xb4, 0xc7, 0x2c, 0x3c, 0x68, 0x80, 0x3b, 0xb9, 0x84, 0x0f, 0x87, 0xca, 0xd3, 0xa6, 0x8d, 0x27, 0x1f, 0xdd, 0x4c, 0xff, 0x50, 0x2a, 0x0c, 0x6d, 0x62, 0x60, 0xcf, 0x5f, 0x4b, 0x00, 0x4e, 0xb7, 0xa1, 0x44, 0x91, 0x8f, 0x11, 0xf8, 0x2b, 0xea, 0xaa, 0x32, 0x93, 0xb3, 0xa4, 0x49, 0xd5, 0x9e, 0x2d, 0x18, 0xe0, 0x03, 0x5e, 0xf9, 0x56, 0xea, 0x89, 0x5c, 0x26, 0x38, 0xaf, 0xdb, 0x74, 0xa8, 0xa5, 0x73, 0x40, 0xa1, 0xb1, 0xb6, 0xf7, 0x65, 0x4f, 0xeb, 0x21, 0x48, 0x51, 0x65 } }; static const struct cckprng_op_generate op_init_1578 = { .hd = { .id = 1491, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0x1e, 0x2f, 0xea, 0x7c, 0x2a, 0x5e, 0x6d, 0x4b, 0xb2, 0x34, 0x22, 0xe7, 0x90, 0x7c, 0x52, 0x28, 0x8e, 0xd5, 0xbc, 0x06, 0x26, 0xba, 0x83, 0x82, 0x1c, 0xab, 0x17, 0x1a, 0x59, 0x4a, 0x19, 0x96, 0x5b, 0x92, 0x9a, 0x17, 0xbf, 0x78, 0x3d, 0x8e, 0xb7, 0xba, 0xcd, 0x44, 0xc5, 0xaa, 0xbf, 0x0c, 0xd0, 0x3d, 0x68, 0xa6, 0x7b, 0x72, 0xe4, 0x07, 0xaa, 0x04, 0x90, 0xde, 0x8a, 0xa3, 0xa3, 0x82, 0x01, 0x5f, 0xe0, 0x9d, 0x46, 0xb3, 0x0b, 0xa1, 0x99, 0x1d, 0xd6, 0x30, 0x3d, 0xb0, 0x27, 0x94, 0x16, 0x26, 0x9e, 0x1b, 0xc9, 0x71, 0x6f, 0xc7, 0x79, 0xa8, 0x1e, 0x33, 0x76, 0x72, 0x29, 0x50, 0x10, 0xd8, 0xc6, 0x1f, 0x17, 0x84, 0x71, 0xc1, 0xb1, 0x03, 0x58, 0x41, 0x11, 0xcf, 0x7e, 0xd4, 0x91, 0xf9, 0x27, 0xa5, 0x10, 0xd2, 0x67, 0xac, 0xe3, 0x2c, 0x81, 0x80, 0xc5, 0xe0, 0x4b, 0x3e, 0xa1, 0x91, 0x5f, 0xf6, 0x92, 0xde, 0x17, 0x48, 0x04, 0xc2, 0x64, 0xf1, 0x10, 0x01, 0x28, 0xf0, 0x45, 0x67, 0xde, 0x4d, 0x35, 0x38, 0xae, 0xcd, 0xf1, 0x8c, 0x80, 0xbf, 0x3f, 0x47, 0x15, 0xd5, 0x4b, 0xd7, 0xef, 0x94, 0xa0, 0xfe, 0xf4, 0x44, 0x8f, 0x0b, 0xfc, 0xcc, 0xf8, 0x52, 0xfc, 0xbd, 0x04, 0x6c, 0x08, 0x4d, 0x2e, 0xc2, 0x74, 0x5b, 0xbf, 0xf4, 0x24, 0xb7, 0x1f, 0x1b, 0xf8, 0x09, 0xcc, 0x2c, 0xc1, 0xb7, 0xb6, 0x9b, 0xe2, 0x04, 0xfd, 0xdf, 0xe5, 0x2d, 0x32, 0x8b, 0x0b, 0xd9, 0x80, 0x03, 0x63, 0x38, 0x2f, 0x69, 0x85, 0x50, 0x8c, 0xa3, 0xfc, 0xdc, 0xfa, 0x66, 0x58, 0x0a, 0x88, 0xaf, 0x75, 0x25, 0x7f, 0x65, 0x7e, 0x26, 0xd4, 0xf4, 0x13, 0x81, 0x74, 0x88, 0xc4, 0x15, 0x9e, 0x4c, 0xcb } } }; static const struct cckprng_op_refresh op_refresh_1579 = { .hd = { .id = 1492, .kind = OP_REFRESH }, .rand = 6375841931103937913ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1580 = { .hd = { .id = 1493, .kind = OP_REFRESH }, .rand = 3395612395425406963ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1581 = { .hd = { .id = 1494, .kind = OP_GENERATE }, .rand_nbytes = 123, .out = { .rand = { 0x1c, 0xde, 0x00, 0x6e, 0xb5, 0x9f, 0x06, 0x3c, 0x9e, 0x32, 0x13, 0xc9, 0xe5, 0x44, 0x2f, 0x83, 0x54, 0x2c, 0x5c, 0x67, 0xf4, 0x39, 0x60, 0x17, 0x84, 0x77, 0xc5, 0xca, 0xc6, 0x8a, 0x64, 0x77, 0xfb, 0xf4, 0xd3, 0x06, 0x3f, 0x7b, 0xd9, 0xba, 0x80, 0xe5, 0x88, 0x89, 0x75, 0xf4, 0x6f, 0x1b, 0xa0, 0xd6, 0x95, 0x85, 0xd9, 0x97, 0x0d, 0xab, 0xe0, 0xb2, 0xe5, 0xc5, 0x41, 0x45, 0x98, 0x8e, 0x0f, 0xd8, 0xdb, 0x8f, 0xf5, 0x70, 0xc2, 0x2f, 0xda, 0x1f, 0x6e, 0x9e, 0xd8, 0xd3, 0x81, 0x13, 0xbc, 0x64, 0x2e, 0xef, 0xc6, 0x0e, 0x02, 0x29, 0x3a, 0xd4, 0x34, 0xee, 0xbb, 0xed, 0x5c, 0x66, 0xce, 0x97, 0xec, 0x52, 0x3a, 0x00, 0xc7, 0xec, 0x24, 0xd2, 0xaa, 0xc5, 0xb0, 0xbd, 0x2c, 0x3e, 0x2d, 0xb8, 0x31, 0xe7, 0x59, 0xea, 0x8b, 0x58, 0xb8, 0x68, 0x5e } } }; static const struct cckprng_op_refresh op_refresh_1582 = { .hd = { .id = 1495, .kind = OP_REFRESH }, .rand = 1915496942955187141ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1583[] = { (const struct cckprng_op *)&op_init_1567, (const struct cckprng_op *)&op_refresh_1568, (const struct cckprng_op *)&op_reseed_1569, (const struct cckprng_op *)&op_refresh_1570, (const struct cckprng_op *)&op_init_1571, (const struct cckprng_op *)&op_init_1572, (const struct cckprng_op *)&op_refresh_1573, (const struct cckprng_op *)&op_reseed_1574, (const struct cckprng_op *)&op_reseed_1575, (const struct cckprng_op *)&op_reseed_1576, (const struct cckprng_op *)&op_reseed_1577, (const struct cckprng_op *)&op_init_1578, (const struct cckprng_op *)&op_refresh_1579, (const struct cckprng_op *)&op_refresh_1580, (const struct cckprng_op *)&op_init_1581, (const struct cckprng_op *)&op_refresh_1582 }; static const struct cckprng_vector vec_1584 = { .id = 1496, .note = NULL, .nops = 16, .ops = ops_1583 }; static const struct cckprng_op_init op_init_1585 = { .hd = { .id = 1497, .kind = OP_INIT }, .seed = { 0xcd, 0x4c, 0x24, 0x3f, 0x50, 0x6f, 0xec, 0xf2, 0xd5, 0xa3, 0xec, 0x73, 0xbe, 0x85, 0x3b, 0x5c, 0x22, 0xe2, 0xd1, 0x1d, 0x6a, 0x38, 0x83, 0x7b, 0x29, 0xce, 0xd4, 0x8c, 0x1f, 0x2b, 0x9c, 0xf2 }, .nonce = { 0x59, 0xa8, 0xef, 0x04, 0x91, 0x33, 0xfc, 0xad }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1586 = { .hd = { .id = 1498, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0x40, 0xa3, 0x1e, 0x53, 0xaa, 0xba, 0x81, 0x1d, 0xe2, 0x98, 0x66, 0x79, 0x8d, 0x93, 0xdb, 0xbf, 0xf5, 0x37, 0x43, 0x99, 0x00, 0xd7, 0xc2, 0x67, 0xd9, 0xd0, 0x7e, 0xe1, 0x56, 0x25, 0x23, 0x0b, 0x72, 0x5c, 0x61, 0x80, 0xfb, 0x87, 0x7c, 0x54, 0xb5, 0x24, 0x3f, 0xc1, 0x25, 0x42, 0x1c, 0xd8, 0xc3, 0xbe, 0x8b, 0x3a, 0x7c, 0x8b, 0x42, 0xb2, 0x88, 0xad, 0xb0, 0x11, 0xe1, 0x32, 0xd8, 0x42, 0x2f, 0x11, 0xaa, 0xcc, 0x17, 0xe3, 0xc3, 0xdd, 0x2e, 0xdb, 0x22, 0x0d, 0x0f, 0x6f, 0x68, 0x8c, 0x5e, 0xa4, 0xed, 0x0e, 0x2c, 0x1d, 0xbb, 0x22, 0x58, 0xfb, 0xca, 0xc8, 0x8f, 0x4e, 0x31, 0x49, 0x21, 0xc6, 0x32, 0x38, 0xc5, 0x8f, 0x8b, 0x8f, 0x0b, 0x7e, 0x2f, 0x7e, 0xb7, 0xe3, 0x04, 0xb1, 0xb6, 0x7d, 0x24, 0x66, 0x88, 0x57, 0x0c, 0x4b, 0x3a, 0xdb, 0x68, 0xb3, 0x2a, 0x40, 0xf8, 0xb9, 0x90, 0x68, 0x69, 0x00, 0x46, 0x40, 0xfd, 0x29, 0x21, 0x8a, 0x0d, 0xf1, 0xde, 0x41, 0x32, 0x42, 0x91, 0x4c, 0x11, 0x2e, 0xab, 0x7e, 0xc9, 0xdd, 0x35, 0xa0, 0x3b, 0x99, 0xc2, 0xc9, 0x11, 0x52, 0xed, 0xc6, 0x29, 0x7a, 0xf4, 0x78, 0xda, 0x0f, 0xdc, 0x7d, 0x94, 0xaf, 0x95, 0xc1, 0x91, 0x84, 0xde, 0x2e, 0xd7, 0x9d, 0xcb, 0xeb, 0x6c, 0x8e, 0x73, 0xfe, 0xe6, 0xa2, 0xe8, 0x83, 0x50, 0xaf, 0xf8, 0xd0, 0xc2, 0x54, 0x82, 0x3f, 0x67, 0x1d, 0x62, 0xdb, 0xf8, 0xc5, 0x25, 0x55, 0x71, 0x66, 0xfc, 0x69, 0x6e, 0xb7, 0x9f, 0x82, 0xec, 0x90, 0x9f, 0xdb, 0x98, 0xb6, 0x61, 0x20, 0x4c, 0xf4, 0xf4, 0x01, 0x92, 0xac, 0xc1, 0x66, 0xd4, 0x29, 0x7f, 0x5c, 0xac, 0xaa, 0xc4, 0xbc, 0x3e, 0xd1, 0x77, 0x95, 0xdf, 0x1e, 0x77, 0xd3, 0x16, 0x11, 0xc1, 0xb4, 0xe6, 0x46, 0x6a, 0x57, 0x49, 0xc9, 0x82, 0xf8, 0xf5, 0x94, 0x0c, 0x8c, 0xe1, 0xfc, 0xb7, 0x59, 0x77, 0x83, 0xeb, 0xc5, 0x0c } } }; static const struct cckprng_op_reseed op_reseed_1587 = { .hd = { .id = 1499, .kind = OP_RESEED }, .nonce = 104132410829598216ULL, .seed_nbytes = 256, .seed = { 0x8a, 0x44, 0x63, 0x83, 0x7d, 0xf9, 0xde, 0x33, 0xbe, 0x94, 0xf3, 0xce, 0x89, 0xab, 0x24, 0x20, 0x7b, 0x94, 0xcc, 0x3d, 0xde, 0xf8, 0xc2, 0x5c, 0xe8, 0x3d, 0x87, 0x15, 0x43, 0x91, 0xe2, 0x33, 0x01, 0x9a, 0xa6, 0x80, 0x85, 0xd1, 0x65, 0x87, 0xa6, 0x6e, 0x00, 0x71, 0x98, 0xbd, 0x01, 0xe6, 0xcb, 0x90, 0x00, 0xd6, 0x7f, 0x7b, 0x0a, 0x82, 0xc2, 0x25, 0x35, 0x7b, 0xa6, 0x21, 0x75, 0x10, 0xc5, 0x22, 0x96, 0x8c, 0x40, 0x27, 0x67, 0xf2, 0xb1, 0xde, 0xda, 0xa6, 0xd7, 0xa3, 0xdb, 0x3c, 0x86, 0xa2, 0xc3, 0xaa, 0xea, 0x80, 0xd9, 0xd4, 0x69, 0xef, 0x98, 0x61, 0xf9, 0xb5, 0xf7, 0x99, 0x7e, 0xec, 0x61, 0x09, 0x98, 0x2f, 0xc3, 0x68, 0xf3, 0x25, 0x9c, 0xe9, 0x27, 0x91, 0x98, 0xd0, 0x05, 0x75, 0xd3, 0x38, 0x71, 0xa2, 0x02, 0x99, 0x57, 0x84, 0x72, 0x32, 0x07, 0x13, 0x38, 0xbb, 0xeb, 0x5a, 0x93, 0x80, 0x43, 0xe4, 0xb8, 0xf1, 0x3a, 0xe9, 0x2a, 0xa2, 0xcc, 0xf4, 0x60, 0xa0, 0xb6, 0x71, 0xe3, 0xbc, 0xe1, 0x99, 0x05, 0xb2, 0xb8, 0x9f, 0xf4, 0x4c, 0xe2, 0x65, 0x7f, 0x7c, 0x4a, 0xaa, 0x38, 0x93, 0x4b, 0xac, 0x3f, 0x59, 0x7b, 0x93, 0x96, 0x69, 0xf3, 0x87, 0x86, 0x4d, 0x73, 0x58, 0xcc, 0x04, 0x6c, 0xdf, 0x06, 0x24, 0x23, 0x7c, 0x63, 0x18, 0x7a, 0x33, 0xc5, 0xd5, 0x92, 0x63, 0x2d, 0x10, 0x71, 0x59, 0xd4, 0xa2, 0xc0, 0xe6, 0x85, 0x9b, 0xc9, 0x24, 0xd6, 0xda, 0xba, 0x0f, 0xec, 0x25, 0x29, 0x60, 0xd8, 0x47, 0x1e, 0xfc, 0x6a, 0x9d, 0x22, 0x1a, 0x4d, 0xc5, 0x7c, 0xf4, 0x3a, 0x6e, 0xc5, 0x10, 0xb0, 0xc2, 0xb4, 0x81, 0xd5, 0xf3, 0x85, 0x7b, 0x09, 0x16, 0xe6, 0x1b, 0x7d, 0xf5, 0xd9, 0x75, 0x33, 0xa5, 0xd8, 0xb3, 0x6c, 0x0d, 0x6e, 0xcc, 0x34, 0x6a } }; static const struct cckprng_op_reseed op_reseed_1588 = { .hd = { .id = 1500, .kind = OP_RESEED }, .nonce = 2868470422984892903ULL, .seed_nbytes = 44, .seed = { 0x8a, 0x7f, 0x5f, 0x11, 0xc5, 0xce, 0x93, 0xbb, 0x18, 0x4d, 0x07, 0x59, 0x54, 0xe9, 0x95, 0x83, 0x19, 0x7e, 0xd3, 0x71, 0xb3, 0xdb, 0xd0, 0xb3, 0xa8, 0xe2, 0x7e, 0x27, 0x33, 0x7a, 0x33, 0xdf, 0x11, 0xb9, 0xe1, 0xa9, 0xb7, 0xfb, 0xb7, 0x1d, 0x0b, 0xb6, 0x22, 0x9b } }; static const struct cckprng_op_refresh op_refresh_1589 = { .hd = { .id = 1501, .kind = OP_REFRESH }, .rand = 10133428839029673876ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1590 = { .hd = { .id = 1502, .kind = OP_GENERATE }, .rand_nbytes = 177, .out = { .rand = { 0x7e, 0x2e, 0x72, 0x16, 0x7c, 0xf2, 0xc6, 0xe2, 0x61, 0x60, 0x9c, 0x4c, 0x20, 0x57, 0x83, 0x5e, 0x79, 0x3f, 0xc5, 0xcf, 0x8c, 0xc1, 0x3b, 0xc0, 0x1b, 0x29, 0x44, 0x27, 0xcd, 0x47, 0x8a, 0x2c, 0x67, 0x46, 0xb8, 0xde, 0xbd, 0x7a, 0xc6, 0x47, 0x9b, 0xc8, 0xd5, 0x5f, 0x37, 0xad, 0x27, 0x47, 0x63, 0xa0, 0xdf, 0xac, 0x9c, 0x47, 0xe3, 0x90, 0x61, 0xa4, 0xb8, 0xda, 0xd3, 0x35, 0xdd, 0x97, 0x72, 0x90, 0xe5, 0xf8, 0x48, 0xcc, 0x8a, 0xf0, 0x88, 0xc5, 0xfd, 0xab, 0x65, 0x10, 0x1c, 0x93, 0xc8, 0xcb, 0x32, 0x13, 0x04, 0xcf, 0xfb, 0x6c, 0x26, 0x05, 0x1a, 0xec, 0xa7, 0xc5, 0x9a, 0xe6, 0x18, 0x98, 0x98, 0xf8, 0x05, 0x84, 0x0a, 0xe9, 0x25, 0x9d, 0x51, 0x5e, 0x7a, 0xde, 0x1f, 0x1f, 0x0e, 0xe3, 0x7d, 0x6a, 0x8a, 0xb9, 0x0a, 0x5c, 0xa9, 0x8d, 0xf5, 0x12, 0x60, 0x8c, 0xcc, 0x79, 0x91, 0x7d, 0x58, 0x36, 0x1c, 0x31, 0xe4, 0x3d, 0xec, 0x74, 0xd0, 0xa4, 0x11, 0x40, 0x30, 0x06, 0x09, 0x60, 0xf0, 0xac, 0x9e, 0x1e, 0x8e, 0x1e, 0xc3, 0x99, 0xd1, 0x4c, 0x2f, 0x2f, 0x55, 0x5c, 0xaf, 0x13, 0xc0, 0x17, 0x94, 0x80, 0x7c, 0x1d, 0x48, 0xbd, 0x7a, 0xab, 0x4a, 0xc3, 0x2d, 0x98, 0x99 } } }; static const struct cckprng_op_generate op_init_1591 = { .hd = { .id = 1503, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0xf9, 0xf6, 0x17, 0xb2, 0xa7, 0x3f, 0xc1, 0x1c, 0xab, 0x34 } } }; static const struct cckprng_op_reseed op_reseed_1592 = { .hd = { .id = 1504, .kind = OP_RESEED }, .nonce = 16217681736883765924ULL, .seed_nbytes = 242, .seed = { 0xf3, 0x18, 0x3b, 0x59, 0x52, 0x7d, 0xe0, 0xd3, 0x91, 0x33, 0x02, 0xf5, 0x51, 0x90, 0x2d, 0x02, 0x3a, 0xf0, 0x94, 0x63, 0x09, 0x35, 0x32, 0x0f, 0x96, 0xc3, 0xb4, 0x6b, 0x03, 0x8a, 0x6b, 0xfc, 0x7e, 0xdf, 0x46, 0x7e, 0x7c, 0xa5, 0xcc, 0x7e, 0xb5, 0x29, 0x53, 0x83, 0x72, 0xc7, 0xa7, 0x04, 0xb4, 0xe6, 0x6e, 0x8f, 0xea, 0xc5, 0x84, 0x3e, 0x3d, 0xe5, 0xc7, 0x39, 0x81, 0x74, 0xcc, 0xe7, 0x0e, 0x79, 0xe5, 0x91, 0x2f, 0xe7, 0x15, 0x97, 0x49, 0x8b, 0x06, 0x17, 0x3e, 0xa2, 0x84, 0x8d, 0xc3, 0xd6, 0x55, 0x4f, 0x3a, 0x1c, 0xb3, 0x24, 0x22, 0x61, 0x7b, 0x9e, 0x23, 0x82, 0x7a, 0xaf, 0x08, 0x90, 0x94, 0x03, 0x07, 0xf8, 0x89, 0x7b, 0x5e, 0x53, 0xa6, 0x15, 0xbd, 0xf5, 0xf9, 0x82, 0x4a, 0xa8, 0xf0, 0xf0, 0xd6, 0x64, 0x7c, 0x9c, 0xa4, 0x5e, 0x43, 0x49, 0xed, 0x14, 0xed, 0x7d, 0xfc, 0xdc, 0x9a, 0x6d, 0xb6, 0x11, 0xb2, 0x56, 0xad, 0xed, 0xed, 0x1f, 0xb4, 0xa4, 0x43, 0x96, 0xed, 0xde, 0x1d, 0x0f, 0xe7, 0x0e, 0x3e, 0x3b, 0xc4, 0x18, 0x6d, 0x45, 0x32, 0x4c, 0x1d, 0xfe, 0xa0, 0x86, 0x65, 0xd4, 0x06, 0x75, 0x55, 0xc5, 0x0a, 0x32, 0xa7, 0x9d, 0xdc, 0x77, 0x29, 0x5f, 0xb0, 0xc3, 0x3a, 0xd3, 0x51, 0x01, 0x6f, 0xcc, 0x40, 0xf6, 0x82, 0x31, 0xe0, 0xe5, 0x9e, 0x4d, 0x2a, 0xc4, 0xc4, 0x98, 0x70, 0x03, 0xe0, 0x70, 0x46, 0x5e, 0x25, 0xaa, 0x00, 0x74, 0x72, 0xa4, 0x95, 0xfe, 0x2f, 0xda, 0xb0, 0x63, 0x37, 0xc0, 0x29, 0x7a, 0x0a, 0x96, 0x2c, 0x84, 0xd4, 0x2a, 0xa2, 0x20, 0x43, 0x5f, 0xa4, 0x87, 0x94, 0xdc, 0xf2, 0x30, 0x4b, 0x1d, 0x32, 0x0e, 0x4c, 0x1a, 0x9f, 0xe6 } }; static const struct cckprng_op_reseed op_reseed_1593 = { .hd = { .id = 1505, .kind = OP_RESEED }, .nonce = 1871287178617840087ULL, .seed_nbytes = 66, .seed = { 0x87, 0xdf, 0x0c, 0x69, 0xde, 0x06, 0x7e, 0x0d, 0xf6, 0xcf, 0x52, 0xdb, 0x7d, 0x25, 0xf6, 0xb6, 0x23, 0x9a, 0xf4, 0x17, 0x08, 0xa9, 0x42, 0xe9, 0xe6, 0x20, 0xae, 0x30, 0xb0, 0x5d, 0x85, 0xfe, 0x2d, 0xf7, 0xd7, 0xf5, 0x55, 0x64, 0x35, 0x21, 0x6b, 0xd6, 0x3f, 0xbe, 0x03, 0x34, 0x7f, 0x6e, 0xcc, 0xcc, 0x90, 0x4f, 0x9f, 0x07, 0x69, 0x98, 0xfb, 0xac, 0x21, 0x2e, 0x13, 0xa6, 0x90, 0xeb, 0x35, 0x3c } }; static const struct cckprng_op_refresh op_refresh_1594 = { .hd = { .id = 1506, .kind = OP_REFRESH }, .rand = 17664640348203663571ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1595 = { .hd = { .id = 1507, .kind = OP_REFRESH }, .rand = 17597856309127710306ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1596 = { .hd = { .id = 1508, .kind = OP_GENERATE }, .rand_nbytes = 220, .out = { .rand = { 0x54, 0x13, 0x98, 0x58, 0x5b, 0x84, 0x44, 0x62, 0x11, 0x94, 0xda, 0xcb, 0x66, 0x88, 0xf5, 0x26, 0x4a, 0xdd, 0xb6, 0x6c, 0xad, 0x7c, 0xa8, 0x80, 0xcf, 0xfc, 0x42, 0x3f, 0xa8, 0x21, 0x16, 0x07, 0x25, 0x65, 0x54, 0xcb, 0x82, 0xf2, 0x24, 0x3e, 0x64, 0x09, 0x49, 0x32, 0x80, 0x12, 0x2f, 0x52, 0xb7, 0x8d, 0xb9, 0x82, 0x78, 0x07, 0xf1, 0xa1, 0x9d, 0xe2, 0x3b, 0x94, 0xaa, 0x7d, 0xc3, 0xa6, 0x3d, 0xff, 0xa2, 0x21, 0x82, 0xb9, 0x9b, 0x3c, 0xdd, 0x68, 0x74, 0x0c, 0x3d, 0x2c, 0x9a, 0x7e, 0x07, 0xc7, 0x4e, 0x5c, 0x79, 0x0f, 0xd8, 0x43, 0xfa, 0xf6, 0x50, 0x25, 0x12, 0x51, 0x8d, 0x5f, 0xe4, 0x16, 0x3c, 0xad, 0x78, 0x2b, 0xa9, 0x9e, 0xa5, 0x26, 0x1b, 0xd8, 0x66, 0x74, 0xd4, 0x57, 0x6d, 0xf8, 0x6e, 0x5f, 0x7a, 0x1f, 0xeb, 0x7d, 0x59, 0x58, 0x1a, 0x3d, 0xbe, 0xb6, 0x3e, 0x92, 0xdf, 0x9c, 0xf5, 0x58, 0x23, 0x93, 0x75, 0xff, 0x17, 0xf9, 0xe5, 0x48, 0xef, 0xeb, 0x6e, 0xf5, 0x04, 0x12, 0x26, 0x4c, 0x07, 0xd7, 0xe1, 0xd1, 0x11, 0xdc, 0x57, 0x9d, 0xd6, 0x18, 0x9e, 0x03, 0x73, 0x94, 0x26, 0xbf, 0x57, 0x52, 0x74, 0x1d, 0x15, 0x82, 0xd5, 0xdf, 0xf2, 0x64, 0x6f, 0xf5, 0x73, 0x85, 0x08, 0x41, 0x67, 0x19, 0xc5, 0x39, 0xad, 0xdf, 0xb1, 0xc1, 0xfc, 0xa9, 0x7e, 0x94, 0x5a, 0x04, 0x3a, 0x98, 0xef, 0x58, 0x29, 0x57, 0x0c, 0x52, 0x92, 0x0e, 0x38, 0x8f, 0x65, 0x7d, 0xd7, 0x4c, 0x27, 0x9b, 0x1b, 0x6d, 0x02, 0x43, 0x4a, 0x04, 0x93, 0xfe } } }; static const struct cckprng_op_reseed op_reseed_1597 = { .hd = { .id = 1509, .kind = OP_RESEED }, .nonce = 6529541084529153961ULL, .seed_nbytes = 224, .seed = { 0x24, 0x80, 0xb1, 0x7d, 0x45, 0x63, 0xa5, 0x7b, 0x01, 0x1d, 0x38, 0xf7, 0x8c, 0x48, 0xe0, 0x16, 0x6a, 0x2e, 0x55, 0xf1, 0x01, 0x68, 0xae, 0xf8, 0x64, 0x8f, 0x23, 0x7d, 0x21, 0xb3, 0x4e, 0x71, 0x5e, 0x6f, 0xd8, 0xc4, 0x09, 0x4e, 0x55, 0x83, 0x26, 0x49, 0xa1, 0x57, 0x36, 0x45, 0x98, 0xdb, 0xab, 0xc4, 0x49, 0x8a, 0xfe, 0x1e, 0x35, 0x3b, 0x6a, 0x83, 0x83, 0xd3, 0xf4, 0xad, 0xaf, 0xeb, 0x42, 0xa3, 0xc1, 0x45, 0x41, 0x28, 0xbe, 0x68, 0xa7, 0xb9, 0x43, 0x29, 0x96, 0xa3, 0xd8, 0xc4, 0xda, 0x93, 0x62, 0xa9, 0x6e, 0x37, 0xa7, 0xd6, 0x88, 0xdf, 0x90, 0xf2, 0x56, 0xb1, 0x76, 0xd6, 0x40, 0xf1, 0x3b, 0x76, 0x05, 0x29, 0xa3, 0x6f, 0x54, 0x1e, 0xf6, 0xd1, 0xa7, 0x13, 0x10, 0x98, 0xb8, 0x23, 0x66, 0x9b, 0xb8, 0x8d, 0x2c, 0x83, 0x9d, 0xc5, 0xb3, 0xa3, 0xf0, 0x7d, 0x6b, 0xc9, 0x48, 0x31, 0x4d, 0xac, 0xf4, 0xb4, 0x32, 0x2e, 0xbd, 0xfb, 0xdf, 0x03, 0x2f, 0xd5, 0x4b, 0x8c, 0x78, 0xbe, 0xd2, 0x77, 0x9e, 0x75, 0x19, 0xe0, 0x96, 0xbf, 0x98, 0xbd, 0xf1, 0xa8, 0x5c, 0x52, 0x8b, 0x4f, 0x76, 0xd0, 0x9d, 0x04, 0x00, 0x86, 0xf8, 0xe6, 0xc2, 0x0c, 0x59, 0x8a, 0x7a, 0xd1, 0x71, 0x00, 0xcb, 0x33, 0x39, 0xc1, 0xf7, 0xa7, 0xdd, 0xeb, 0x32, 0x17, 0x35, 0x5a, 0xce, 0x87, 0x04, 0xf8, 0x4e, 0x93, 0x93, 0x1c, 0xea, 0x03, 0x3d, 0x5e, 0xf8, 0x20, 0xd6, 0x39, 0x92, 0x5b, 0xf3, 0xa7, 0xc7, 0x30, 0x65, 0xce, 0x83, 0x1c, 0xb1, 0x1f, 0xc8, 0x32, 0xf5, 0x52, 0x54, 0x2b } }; static const struct cckprng_op_reseed op_reseed_1598 = { .hd = { .id = 1510, .kind = OP_RESEED }, .nonce = 14545944742233458385ULL, .seed_nbytes = 180, .seed = { 0xbc, 0xc9, 0xfc, 0xfa, 0xbe, 0x7b, 0xa7, 0xc4, 0x4d, 0xaf, 0x1a, 0x32, 0x9f, 0xe8, 0xcb, 0x17, 0xc7, 0x76, 0xf1, 0x27, 0xb3, 0x01, 0xca, 0xef, 0x7a, 0xb7, 0x33, 0xef, 0x8d, 0x25, 0x32, 0x2b, 0x8a, 0x08, 0xff, 0xa7, 0x23, 0x1a, 0xcc, 0x19, 0x3a, 0xf8, 0x9e, 0x24, 0xab, 0xdd, 0x46, 0xc4, 0x23, 0xbf, 0x59, 0x6b, 0x91, 0xe3, 0x6e, 0xd7, 0x3e, 0xe0, 0x53, 0x56, 0x92, 0xdc, 0xd9, 0x62, 0x03, 0x18, 0x24, 0x40, 0x00, 0x14, 0xcd, 0x9b, 0x31, 0x1b, 0x19, 0xa4, 0x1f, 0x71, 0x63, 0xeb, 0x7a, 0x93, 0x01, 0x4b, 0x93, 0xaf, 0x39, 0xb9, 0xe4, 0x8d, 0xce, 0xb4, 0x30, 0x48, 0x42, 0x14, 0xcd, 0x13, 0xc9, 0x09, 0x74, 0xe2, 0x75, 0x7a, 0x8b, 0xf2, 0xe4, 0x90, 0x91, 0xde, 0x7a, 0x8d, 0xb1, 0x9b, 0x31, 0x3b, 0xe1, 0x3e, 0x3c, 0x33, 0xef, 0x3f, 0xc0, 0xb1, 0x4c, 0xce, 0xfe, 0x7a, 0x61, 0xef, 0x9b, 0x0c, 0xf9, 0x31, 0x48, 0x59, 0xa9, 0x53, 0x0e, 0x56, 0x1c, 0x66, 0xe4, 0x25, 0xfd, 0x8b, 0x6b, 0xcd, 0xf4, 0xd6, 0x3a, 0x85, 0x43, 0x45, 0x83, 0xd5, 0x49, 0xd2, 0x92, 0x93, 0x58, 0x59, 0x70, 0xf6, 0xf0, 0x28, 0xab, 0xb4, 0xb0, 0x69, 0xaf, 0x89, 0xe7, 0x39, 0x42, 0x03, 0x13, 0x63, 0x10, 0xf4 } }; static const struct cckprng_op_generate op_init_1599 = { .hd = { .id = 1511, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0xbe, 0xd7, 0xda, 0x96, 0xe9, 0x9b, 0x97, 0x1c, 0x01, 0xa0, 0xda, 0xdc, 0x7b, 0xbc, 0xdf, 0x37, 0xfb, 0x14, 0x6b, 0x42, 0xe3, 0x40, 0x1f, 0x78, 0xa3, 0x46, 0x03, 0x4c, 0x6c, 0x6c, 0x49, 0x55, 0x2c, 0x89, 0x27, 0xcf, 0x8c, 0x43, 0xbf, 0x24, 0x8a, 0x68, 0xf1, 0xe4, 0x6e, 0xb2, 0xd1, 0x71, 0x53, 0x84, 0x08, 0x7a, 0xbe, 0xb2, 0x58, 0x9e, 0x7c, 0x5a, 0xec, 0x1e, 0x08, 0xca, 0x09, 0x41, 0x57, 0xf0, 0x70, 0xc4, 0xd1, 0xb8, 0x5f, 0xc1, 0x05, 0x9a, 0x55, 0xaa, 0xc7, 0xee, 0xf7, 0x57, 0x1e, 0x82, 0xf6, 0x5d, 0x1d, 0xc1, 0xa2, 0x6c, 0xa1, 0x79, 0x2a, 0x5c, 0x74, 0x87, 0x25, 0x4b, 0xb0, 0x62, 0xf9, 0x97, 0xae, 0xf7, 0x5e, 0x87, 0x49, 0xbe, 0xea, 0x16, 0x74, 0x90, 0xd4, 0xbf, 0x2b, 0x32, 0x8f, 0xe6, 0x0b, 0x1e, 0xe8, 0xb6, 0x9e, 0xc1, 0xe9, 0xcb, 0xaf, 0xf6, 0x99, 0xdb, 0xe5, 0x8a, 0x2b, 0x5b, 0x82, 0x97, 0x14, 0xcd, 0xfd, 0x2f, 0xf6, 0x03, 0xfd, 0x32, 0xac, 0x5c, 0x52, 0xb2, 0x93, 0xbe, 0x2a, 0xc5, 0x2f, 0x2d, 0xcc, 0x60, 0x75, 0x65, 0xf3, 0x2c, 0xf7, 0xa4, 0x91, 0xec, 0xd1, 0x6d, 0x27, 0x4e, 0x4e, 0x89, 0xd3, 0x98, 0xb3, 0x09, 0x2d, 0x43, 0xa3, 0x28, 0xce, 0x25, 0xff, 0x61, 0xdd, 0xde, 0x48, 0x37, 0x3e, 0x02, 0x06, 0x18, 0x98, 0x59, 0x74, 0x5f, 0xff, 0x21, 0x9f, 0x64, 0xa8, 0xb8, 0x4d, 0x43, 0xac, 0x94, 0x1c, 0x38, 0x24, 0x6d, 0x63 } } }; static const struct cckprng_op_refresh op_refresh_1600 = { .hd = { .id = 1512, .kind = OP_REFRESH }, .rand = 983358931428460228ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1601[] = { (const struct cckprng_op *)&op_init_1585, (const struct cckprng_op *)&op_init_1586, (const struct cckprng_op *)&op_reseed_1587, (const struct cckprng_op *)&op_reseed_1588, (const struct cckprng_op *)&op_refresh_1589, (const struct cckprng_op *)&op_init_1590, (const struct cckprng_op *)&op_init_1591, (const struct cckprng_op *)&op_reseed_1592, (const struct cckprng_op *)&op_reseed_1593, (const struct cckprng_op *)&op_refresh_1594, (const struct cckprng_op *)&op_refresh_1595, (const struct cckprng_op *)&op_init_1596, (const struct cckprng_op *)&op_reseed_1597, (const struct cckprng_op *)&op_reseed_1598, (const struct cckprng_op *)&op_init_1599, (const struct cckprng_op *)&op_refresh_1600 }; static const struct cckprng_vector vec_1602 = { .id = 1513, .note = NULL, .nops = 16, .ops = ops_1601 }; static const struct cckprng_op_init op_init_1603 = { .hd = { .id = 1514, .kind = OP_INIT }, .seed = { 0x6d, 0x72, 0xc6, 0xfa, 0x0d, 0x17, 0x7c, 0xcd, 0xa6, 0xdb, 0x24, 0xb0, 0x05, 0x47, 0x3e, 0x0d, 0x59, 0x36, 0x5b, 0x9c, 0xd7, 0x0a, 0x08, 0x2b, 0x44, 0x77, 0xf5, 0x81, 0x2c, 0x84, 0x64, 0xd7 }, .nonce = { 0x56, 0x29, 0x1f, 0xd9, 0x4c, 0xca, 0xfa, 0xa0 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1604 = { .hd = { .id = 1515, .kind = OP_REFRESH }, .rand = 13003455095347077260ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1605 = { .hd = { .id = 1516, .kind = OP_GENERATE }, .rand_nbytes = 104, .out = { .rand = { 0x3a, 0xdc, 0x8e, 0xa1, 0x3e, 0xef, 0x35, 0x92, 0xd4, 0x6a, 0xd8, 0xfc, 0x40, 0x00, 0x13, 0x1e, 0xbe, 0x21, 0x95, 0x68, 0xc4, 0x45, 0x0f, 0x0a, 0x77, 0x3a, 0x4c, 0xb1, 0xb1, 0x6d, 0x37, 0xf3, 0xc5, 0x4b, 0xfb, 0x55, 0xe1, 0xf0, 0x60, 0x8d, 0x20, 0x9e, 0x2c, 0x0a, 0xa7, 0x58, 0x53, 0x1d, 0x6f, 0x23, 0x19, 0x67, 0xb4, 0x39, 0x54, 0x69, 0x0e, 0x63, 0x01, 0x98, 0xa6, 0xed, 0x1e, 0xca, 0xee, 0x90, 0x66, 0x67, 0x4b, 0x9a, 0x3c, 0x99, 0xf5, 0xc5, 0xdd, 0xda, 0x34, 0xba, 0x93, 0x74, 0x43, 0x58, 0xae, 0x74, 0xfd, 0x76, 0xd6, 0x6a, 0x8a, 0x62, 0x54, 0xd7, 0x1c, 0xd1, 0xef, 0xf7, 0xf4, 0x31, 0xa1, 0x41, 0x86, 0x43, 0xc7, 0x38 } } }; static const struct cckprng_op_reseed op_reseed_1606 = { .hd = { .id = 1517, .kind = OP_RESEED }, .nonce = 5407970254420522623ULL, .seed_nbytes = 246, .seed = { 0x5a, 0xa4, 0xb4, 0x30, 0x9c, 0xaf, 0x64, 0xd4, 0x40, 0xe1, 0x34, 0x3e, 0xcc, 0x80, 0x37, 0x8c, 0x27, 0x07, 0x9a, 0x02, 0x8d, 0xae, 0xf8, 0xc8, 0xbd, 0x1a, 0x64, 0xb9, 0xab, 0xd4, 0xb5, 0xbe, 0x28, 0x1d, 0x45, 0x0f, 0x02, 0x04, 0x16, 0xe2, 0x5d, 0xd3, 0x64, 0x31, 0x51, 0x96, 0x73, 0x4d, 0x40, 0x29, 0xa3, 0xb5, 0x37, 0x1b, 0xd9, 0x4b, 0xc6, 0x98, 0x94, 0xb9, 0xfb, 0xe5, 0x92, 0x31, 0x1d, 0xf7, 0x4c, 0x26, 0xe6, 0x92, 0x35, 0xa3, 0x11, 0xaa, 0x6f, 0xa9, 0xd8, 0xe9, 0x2d, 0x2a, 0x90, 0xaf, 0x9a, 0xc8, 0xfe, 0xde, 0x01, 0xa5, 0x37, 0x40, 0xab, 0x86, 0x34, 0x7c, 0xcf, 0x53, 0x4f, 0x8d, 0x52, 0xf6, 0xa8, 0x6e, 0x53, 0x0c, 0x46, 0x21, 0x38, 0x72, 0x64, 0xe8, 0xfc, 0xd8, 0x17, 0x5b, 0x0a, 0xa8, 0x15, 0xc3, 0x00, 0x23, 0xa2, 0x47, 0x31, 0x96, 0x10, 0xfa, 0xef, 0x86, 0xe1, 0xff, 0xdc, 0x87, 0xb9, 0xc4, 0xd4, 0x66, 0x3d, 0x82, 0x74, 0xf1, 0xe5, 0x3c, 0x8f, 0x97, 0x10, 0x3c, 0x7c, 0xc1, 0xd7, 0x8a, 0x64, 0xbd, 0x71, 0x06, 0x0a, 0xb4, 0x53, 0xda, 0x89, 0x82, 0x8a, 0x59, 0xc2, 0x79, 0xbc, 0x4e, 0xaa, 0x4b, 0x9f, 0x71, 0xa3, 0x44, 0xa5, 0x6b, 0xc8, 0xbc, 0x81, 0x3c, 0x54, 0xe2, 0xf2, 0xc7, 0x35, 0x14, 0xb3, 0xf3, 0xb0, 0x20, 0xef, 0x92, 0xe3, 0x77, 0x21, 0x51, 0x0a, 0x51, 0xec, 0x2e, 0xb9, 0xc5, 0xb1, 0x8e, 0xb9, 0x00, 0xc9, 0xc1, 0x00, 0xb8, 0x45, 0x0d, 0x44, 0x3e, 0x91, 0xb5, 0x58, 0x17, 0x56, 0x72, 0x81, 0xcb, 0xac, 0x8e, 0x4a, 0xae, 0x9a, 0xd7, 0xd1, 0x60, 0xd1, 0x94, 0xc8, 0xa3, 0x62, 0xa3, 0xfd, 0xdc, 0xfc, 0x9f, 0xc9, 0x94, 0x41, 0x6b, 0x0a, 0x43, 0xe7, 0x4f } }; static const struct cckprng_op_generate op_init_1607 = { .hd = { .id = 1518, .kind = OP_GENERATE }, .rand_nbytes = 284, .out = { .rand = { 0x61, 0xbd, 0x68, 0x44, 0x9b, 0x7e, 0x4a, 0xfc, 0xc0, 0x91, 0xb9, 0xcf, 0x96, 0x8d, 0xac, 0x88, 0xdb, 0x90, 0xf0, 0xe1, 0x83, 0x9b, 0x79, 0x75, 0x4c, 0x3b, 0xe6, 0xbf, 0x4c, 0x00, 0x93, 0x70, 0x25, 0x7d, 0xa4, 0x6b, 0xb5, 0xc2, 0x88, 0x01, 0xbb, 0x8f, 0xd7, 0x26, 0x9d, 0xff, 0x55, 0x7a, 0xad, 0x27, 0xbf, 0x1a, 0xd2, 0x5a, 0x95, 0x3f, 0x17, 0x89, 0x5b, 0xd9, 0x7c, 0x57, 0xb6, 0xdf, 0x45, 0xfb, 0x41, 0xc7, 0xf8, 0xda, 0xe5, 0xe9, 0x6f, 0xa0, 0x1a, 0x89, 0x7a, 0xc7, 0x98, 0x59, 0x38, 0x3c, 0x63, 0x2c, 0xd9, 0x5f, 0x80, 0xe9, 0x0f, 0xb4, 0x8a, 0x69, 0x1f, 0x2c, 0x59, 0xbb, 0x22, 0x02, 0xaa, 0x64, 0x6d, 0x2d, 0x31, 0xd4, 0x20, 0x40, 0x4d, 0xb9, 0x05, 0xbe, 0x52, 0xc7, 0x99, 0xea, 0x93, 0x76, 0x4e, 0xd9, 0x9a, 0x5a, 0x91, 0xc0, 0x19, 0x17, 0x91, 0x26, 0x54, 0x10, 0x5d, 0x86, 0xc8, 0xd1, 0x0d, 0xbc, 0x72, 0x53, 0x83, 0x47, 0xae, 0xa3, 0x72, 0xe2, 0xca, 0xd7, 0xc0, 0xbc, 0xf3, 0xd0, 0xb7, 0x9a, 0x1c, 0xf3, 0xb2, 0x86, 0xab, 0x86, 0x4b, 0x0c, 0x11, 0x09, 0xc0, 0x24, 0x9d, 0x1d, 0xb9, 0x71, 0x41, 0x9f, 0x4e, 0xb5, 0xab, 0x94, 0x05, 0x54, 0x9d, 0xbe, 0x79, 0x1d, 0x2d, 0xf5, 0x86, 0xe9, 0xa9, 0xfa, 0x56, 0x18, 0xf5, 0xce, 0xe4, 0x27, 0xdb, 0xbe, 0xbb, 0x7b, 0xca, 0x8f, 0xab, 0xf2, 0x1f, 0x5e, 0x25, 0x34, 0x31, 0xf7, 0x57, 0x45, 0xae, 0x70, 0x5f, 0x4e, 0xe6, 0x93, 0xd6, 0xaa, 0xb0, 0x73, 0xba, 0xeb, 0xbe, 0xa3, 0xfc, 0xa6, 0xb5, 0x1c, 0x67, 0x64, 0x7b, 0x88, 0x93, 0x36, 0x60, 0x8a, 0x58, 0x40, 0x32, 0xcd, 0x42, 0xdd, 0x34, 0xd9, 0x9c, 0x65, 0x84, 0x7c, 0x19, 0x97, 0xe3, 0x21, 0x5c, 0x3b, 0x09, 0xc9, 0x87, 0xb6, 0x66, 0x06, 0xd5, 0x91, 0xfd, 0xbc, 0x2d, 0xd2, 0x52, 0xf8, 0x6c, 0x47, 0xae, 0xa1, 0xe1, 0x5e, 0x76, 0xa7, 0x07, 0x0c, 0xb7, 0x4f, 0x66, 0x2c, 0x9f, 0x47, 0x5a, 0x45, 0xb9, 0xdf } } }; static const struct cckprng_op_reseed op_reseed_1608 = { .hd = { .id = 1519, .kind = OP_RESEED }, .nonce = 7529178065251722755ULL, .seed_nbytes = 200, .seed = { 0x7c, 0x15, 0xb9, 0x4b, 0x43, 0x80, 0x6d, 0x3c, 0x17, 0x47, 0xcf, 0xbe, 0x33, 0xe7, 0x70, 0x8f, 0x9e, 0xc5, 0xf4, 0x0c, 0x28, 0xb7, 0x62, 0xfe, 0xcd, 0x8c, 0xfc, 0x7a, 0xb9, 0x22, 0x01, 0xa0, 0xf1, 0xae, 0x1c, 0x33, 0x7c, 0xe1, 0x80, 0x0a, 0xaf, 0x5d, 0x56, 0x90, 0xd8, 0x31, 0x69, 0xd2, 0xac, 0x10, 0xf3, 0xbb, 0x02, 0xa7, 0x77, 0xc8, 0x19, 0x36, 0x4d, 0x2d, 0x8b, 0xb4, 0x8e, 0xef, 0x85, 0x68, 0x3a, 0x59, 0xeb, 0x9f, 0xa8, 0x15, 0x79, 0xd2, 0xef, 0x8a, 0xa9, 0x93, 0x37, 0xbf, 0x8b, 0x0f, 0x7b, 0x9a, 0x64, 0xb2, 0x81, 0xd3, 0x89, 0x23, 0x8d, 0xdd, 0x1f, 0x6b, 0x97, 0x7e, 0x72, 0x14, 0x0e, 0x9e, 0x93, 0x7f, 0x2d, 0x2f, 0x7e, 0xda, 0xc9, 0x1d, 0x0d, 0xfe, 0xe0, 0x96, 0xe8, 0xb2, 0xc8, 0x13, 0x5b, 0xd0, 0x11, 0x04, 0x77, 0x8e, 0x07, 0xf5, 0x9f, 0x17, 0xcd, 0x6d, 0xb8, 0x20, 0x05, 0x81, 0x2e, 0x4f, 0x2f, 0xcc, 0x96, 0x9b, 0xba, 0x20, 0x17, 0x86, 0xad, 0x18, 0xe5, 0xa5, 0xd5, 0x47, 0x14, 0xfc, 0x3a, 0x79, 0xa8, 0xce, 0x84, 0x3a, 0x39, 0x93, 0x06, 0x70, 0x9a, 0xa8, 0x27, 0x64, 0x49, 0x27, 0xd5, 0x2c, 0x70, 0x49, 0x8b, 0x71, 0x13, 0x86, 0xa8, 0xa5, 0x48, 0xdc, 0x10, 0x33, 0x5f, 0x67, 0xba, 0x83, 0x18, 0x29, 0xe8, 0xaf, 0x86, 0x4e, 0x6e, 0x0e, 0xda, 0x11, 0x72, 0xb2, 0x27, 0x65, 0x26, 0x41 } }; static const struct cckprng_op_refresh op_refresh_1609 = { .hd = { .id = 1520, .kind = OP_REFRESH }, .rand = 2830278729877993180ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1610 = { .hd = { .id = 1521, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0xc7, 0x66, 0xb7, 0x05, 0x6c, 0x9c, 0xe3, 0x32, 0xba, 0x46, 0x23, 0xdb, 0x3d, 0xb6, 0x6b, 0x8a, 0x01, 0x07, 0xcc, 0x36, 0x89, 0xbc, 0x2c, 0x0c, 0xb7, 0x13, 0x18, 0xcc, 0xfa, 0x87, 0xcb, 0xaf, 0x04, 0xac, 0x9d, 0x02, 0x80, 0x5f, 0x17, 0xc4, 0x13, 0x7e, 0x3a, 0x39, 0x2f, 0x0d, 0x79, 0xda, 0xfc, 0x10, 0x3f, 0x60, 0xf8, 0xf1, 0x1e, 0x16, 0x7e, 0x5b, 0x08, 0x04, 0xa6, 0x0a, 0xfb, 0x68, 0xab, 0xca, 0x9e, 0x7a, 0x9b, 0x11, 0x85, 0x43, 0xd1, 0xe3, 0x4d, 0x65, 0x9e, 0x99, 0xd8, 0xf9, 0x72, 0x32, 0x7b, 0x78, 0xf2, 0xfc, 0xb9, 0x0b, 0xfe, 0x26, 0x47, 0x3d, 0x0e, 0x37, 0x9e, 0x48, 0x0b, 0xb3, 0xe7, 0xf5, 0xe4, 0xe8, 0xe9, 0xe1, 0xc0, 0xe0, 0x33, 0x83, 0x7c, 0xdd, 0x44, 0xc8, 0x44, 0x6c, 0x33, 0x58, 0x9b, 0x8e, 0xe4, 0xca, 0x12, 0xef, 0xb9, 0x56, 0x41, 0x65, 0x9f, 0xaf, 0x93, 0xcd, 0x04, 0xa1, 0x28, 0x3d, 0x8c, 0xe0, 0xbd, 0x70, 0x5f, 0x1e, 0xa5, 0xb3, 0xa3, 0xf8, 0xfc, 0xc1, 0xfd, 0x56, 0xf0, 0x32, 0xa1, 0x1b, 0xf6, 0x4f, 0x96, 0x03, 0x76, 0xfa, 0xc2, 0xa0, 0xa1, 0xb3, 0x50, 0x27, 0x33, 0x5b, 0x55, 0xd2, 0x15, 0x0a, 0x9a, 0xff, 0x40, 0x1e, 0xb6, 0xe0, 0x88, 0xbc, 0xbb, 0x03, 0xf8, 0x56, 0xc0, 0x0e, 0x04, 0x94, 0xec, 0xdc, 0xa7, 0xa3, 0x19, 0xc3, 0xa0, 0x13, 0xcd, 0xdb, 0x06, 0x93, 0xb0, 0xab, 0x9c, 0xb6, 0x06, 0x3e, 0x46, 0xe6, 0xc3, 0x67, 0xc8, 0x70, 0x47, 0x9d, 0xf1, 0xf1, 0xb5, 0x29, 0xf8, 0xad, 0xc1, 0x4b, 0x51, 0xfe, 0xde, 0x5a, 0x8c, 0x88, 0x6c, 0x4d, 0x2f, 0xfb, 0x0d, 0xf7, 0x46, 0x5f, 0x1b, 0xf6, 0x12, 0x97 } } }; static const struct cckprng_op_refresh op_refresh_1611 = { .hd = { .id = 1522, .kind = OP_REFRESH }, .rand = 10850217430520267955ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1612 = { .hd = { .id = 1523, .kind = OP_GENERATE }, .rand_nbytes = 213, .out = { .rand = { 0x5e, 0x1e, 0x56, 0x46, 0x0c, 0x26, 0xa0, 0xe5, 0x09, 0x68, 0x42, 0x8d, 0x42, 0x09, 0xe1, 0x15, 0xa2, 0x3d, 0x4a, 0x4f, 0xb6, 0x85, 0x35, 0xfd, 0xd5, 0x71, 0xc2, 0x87, 0x76, 0xae, 0x4d, 0xdd, 0x27, 0xb4, 0xf0, 0x67, 0x68, 0x31, 0x84, 0x0b, 0xca, 0xc7, 0x07, 0x3f, 0x0f, 0x77, 0x14, 0xb8, 0xe1, 0xd0, 0x15, 0x69, 0x02, 0xd4, 0x12, 0xa8, 0xa1, 0x2f, 0x76, 0x1d, 0x2d, 0x77, 0x18, 0x54, 0x3f, 0x4d, 0x4d, 0x6b, 0x80, 0xe2, 0xc8, 0x4a, 0x53, 0x0c, 0x84, 0xd5, 0x2a, 0x9f, 0x90, 0xce, 0xb9, 0x18, 0xcf, 0xa6, 0x2a, 0x6d, 0xa5, 0xc3, 0x9a, 0x21, 0x72, 0x47, 0x59, 0xac, 0x2d, 0x12, 0x8c, 0x4b, 0xb4, 0xee, 0xa8, 0x48, 0x21, 0x37, 0xd7, 0xa8, 0xb2, 0x71, 0x72, 0x50, 0xa1, 0x87, 0x98, 0xcd, 0xeb, 0x52, 0x17, 0x50, 0x85, 0xcb, 0x8f, 0x46, 0x9e, 0xfa, 0xbf, 0x03, 0xc6, 0xfd, 0x9a, 0x96, 0x54, 0x3d, 0xc4, 0x89, 0x56, 0x3f, 0xfd, 0xc5, 0x9a, 0x0c, 0xd1, 0x78, 0xdf, 0x90, 0x30, 0x0d, 0xbd, 0x28, 0x20, 0x5f, 0xbb, 0xf3, 0x25, 0x11, 0xfd, 0xdc, 0xba, 0xa3, 0x97, 0xa3, 0x72, 0xb4, 0xc1, 0x54, 0x49, 0x0c, 0x40, 0x73, 0xec, 0xaf, 0x5d, 0xfe, 0x27, 0xc5, 0xb4, 0x36, 0xe3, 0xe2, 0x70, 0xa1, 0x67, 0x91, 0x24, 0x84, 0x4b, 0x35, 0xe6, 0xf8, 0xfd, 0xd4, 0xd4, 0xbf, 0xff, 0x78, 0x79, 0xb5, 0xe0, 0xc4, 0x9c, 0x52, 0x57, 0x6a, 0x57, 0xeb, 0x11, 0xd3, 0xbd, 0x52, 0x6d, 0x13, 0x19, 0x5c, 0x96 } } }; static const struct cckprng_op_reseed op_reseed_1613 = { .hd = { .id = 1524, .kind = OP_RESEED }, .nonce = 14381340202785711870ULL, .seed_nbytes = 252, .seed = { 0xf0, 0xfe, 0x4e, 0xff, 0x1c, 0x77, 0x3d, 0x68, 0x77, 0xa7, 0x12, 0x6c, 0x6d, 0xc0, 0x74, 0x39, 0xd6, 0x51, 0x8e, 0xad, 0x03, 0x22, 0x7c, 0xf7, 0x57, 0x5f, 0x65, 0x7c, 0xbc, 0xdf, 0x3e, 0x5c, 0x72, 0x44, 0x61, 0x9b, 0x45, 0x96, 0x6b, 0xfe, 0xa6, 0x32, 0x04, 0xaf, 0x68, 0x20, 0x6d, 0x5c, 0x9b, 0x64, 0x7c, 0xaf, 0x24, 0x13, 0xad, 0x7a, 0xe8, 0x60, 0xd5, 0x67, 0xae, 0x5b, 0xd5, 0xb2, 0x9f, 0x46, 0x70, 0x4f, 0x51, 0x9e, 0x39, 0xde, 0xc9, 0x37, 0x9e, 0xe4, 0xe5, 0xbf, 0xd5, 0x57, 0x92, 0x43, 0x77, 0x6e, 0x04, 0x12, 0xdf, 0xcf, 0x6a, 0x54, 0xdc, 0x63, 0xb3, 0xe9, 0x72, 0x45, 0x6b, 0x3e, 0xea, 0xaf, 0x22, 0x8d, 0x65, 0x3c, 0xf1, 0xe4, 0xe6, 0x05, 0x7f, 0x73, 0xbe, 0xef, 0x38, 0x90, 0x94, 0xea, 0x9c, 0x58, 0xf0, 0x65, 0x49, 0x89, 0x02, 0x8a, 0x93, 0x8a, 0xc6, 0x64, 0xf5, 0x4d, 0x59, 0x9b, 0x9b, 0x2e, 0x4a, 0xe7, 0x82, 0x6a, 0xee, 0x8f, 0xd8, 0x0c, 0x25, 0x16, 0x27, 0xf2, 0xe1, 0x11, 0x4e, 0x03, 0xce, 0x98, 0x15, 0x3e, 0x5d, 0x1a, 0xd0, 0x1e, 0xe0, 0x94, 0x5e, 0x50, 0xc4, 0x05, 0xbd, 0xe3, 0x20, 0x6a, 0x83, 0xfb, 0xee, 0x22, 0xbe, 0xdf, 0xc8, 0x2b, 0x37, 0x38, 0xc9, 0xb6, 0x00, 0x67, 0xe5, 0x98, 0x8d, 0x3f, 0x71, 0x58, 0x76, 0x15, 0x9f, 0xa7, 0x77, 0x82, 0x85, 0xc7, 0xe2, 0xa5, 0x27, 0x2f, 0x38, 0xb2, 0x58, 0x8b, 0x3b, 0x41, 0x9a, 0xdb, 0x80, 0x57, 0x35, 0x04, 0x91, 0xb7, 0x58, 0x8e, 0x16, 0x0a, 0xae, 0xf4, 0xdf, 0xeb, 0x66, 0x0f, 0x2c, 0x38, 0xed, 0xaf, 0x4c, 0xe4, 0x9f, 0xd7, 0xed, 0x76, 0xc3, 0xa5, 0x29, 0xd4, 0xa1, 0xfe, 0xb5, 0x6d, 0xa4, 0x99, 0xc1, 0x02, 0x4e, 0x8d, 0x13, 0x1d, 0xcd, 0x1e } }; static const struct cckprng_op_reseed op_reseed_1614 = { .hd = { .id = 1525, .kind = OP_RESEED }, .nonce = 17423490641458035817ULL, .seed_nbytes = 230, .seed = { 0x1e, 0xc7, 0x60, 0x8f, 0x60, 0xa4, 0xec, 0xb9, 0x1a, 0x28, 0x6c, 0xa2, 0x2d, 0x60, 0xc1, 0xe7, 0x30, 0x95, 0x31, 0x07, 0x17, 0x50, 0x7d, 0x97, 0x70, 0xf8, 0x6a, 0xb3, 0xc9, 0xeb, 0xa3, 0x17, 0xc9, 0x11, 0xcb, 0x6a, 0x02, 0x6b, 0xc8, 0x46, 0xee, 0x04, 0x4f, 0x8f, 0x32, 0x1a, 0xcc, 0x4d, 0x29, 0x7e, 0xc0, 0xed, 0x3e, 0xe5, 0x21, 0x3c, 0x18, 0x9a, 0xbf, 0xbc, 0xd0, 0xdf, 0x01, 0xfe, 0x05, 0x05, 0x51, 0xd0, 0x1a, 0xaf, 0xc9, 0xac, 0xd1, 0x0d, 0x26, 0xfd, 0xed, 0xc6, 0x6e, 0xbb, 0xf9, 0x2e, 0xc3, 0x54, 0xa0, 0x97, 0xb3, 0x49, 0x18, 0x25, 0x59, 0xca, 0xb3, 0xce, 0xca, 0x50, 0x8f, 0x47, 0xfa, 0x1c, 0x72, 0xb4, 0x79, 0xbf, 0xd4, 0x97, 0x41, 0x81, 0x2b, 0xe8, 0xd3, 0x3e, 0x6e, 0xc4, 0x97, 0xee, 0x40, 0xd8, 0x50, 0x0f, 0x93, 0xcb, 0xdd, 0x77, 0x4a, 0xec, 0x9a, 0xe7, 0x8c, 0x48, 0x54, 0xc2, 0x1e, 0xb7, 0x32, 0x8e, 0x20, 0x3a, 0x7c, 0x0f, 0x2d, 0xfb, 0x7a, 0xbf, 0x9a, 0x08, 0xbd, 0xc4, 0xb2, 0xa5, 0x95, 0x2b, 0xbb, 0x0e, 0x34, 0x86, 0x84, 0xd6, 0xa2, 0x4c, 0xab, 0x0f, 0x8b, 0x95, 0x7a, 0x68, 0xe5, 0x10, 0x89, 0x37, 0xd4, 0x57, 0x1c, 0xa6, 0xbf, 0xfb, 0x06, 0x31, 0x8d, 0x8e, 0x0a, 0xc7, 0xf9, 0xad, 0x33, 0x11, 0x0d, 0x5c, 0xb5, 0xc7, 0x6c, 0x8b, 0xb0, 0xf4, 0xbf, 0xd4, 0xa8, 0x95, 0x1c, 0x93, 0x1a, 0xa7, 0xee, 0x6a, 0x40, 0x09, 0x36, 0x58, 0x8d, 0xa4, 0xa7, 0x26, 0x43, 0xef, 0xf4, 0xc9, 0x94, 0xd5, 0x57, 0xfc, 0x36, 0x5e, 0x0a, 0x20, 0xc7, 0x14, 0x77, 0x78, 0xba, 0xcf } }; static const struct cckprng_op_refresh op_refresh_1615 = { .hd = { .id = 1526, .kind = OP_REFRESH }, .rand = 7522135505517291068ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1616 = { .hd = { .id = 1527, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x03, 0xd7, 0xef, 0x24, 0x4c, 0xe3, 0x00, 0x26, 0xcd, 0xdb, 0x44, 0xb1, 0x6d, 0x5f, 0x81, 0x91, 0xe3, 0x3c, 0xbc, 0x6c, 0x61, 0xb8, 0xc5, 0xf4, 0xb9, 0xd8, 0xa4, 0x67, 0x3b, 0x12, 0x9d, 0xaa, 0xc9, 0x40, 0xb0, 0x2e, 0x3d, 0xc9, 0xb7, 0xe1, 0xed, 0x5a, 0x4f, 0x70, 0xad, 0x00, 0xb5, 0x2a, 0x20, 0x6a, 0xee, 0xa9, 0x5d, 0x75, 0x6f, 0x3b, 0x56, 0x52, 0xb9, 0x1a, 0x17, 0x64, 0x7e, 0x29, 0x0b, 0x79, 0x74, 0x27, 0x21, 0xba, 0x42, 0xff, 0x27, 0x6e, 0xee, 0x71, 0xbc, 0x68, 0xd8, 0x99, 0x2f, 0x52, 0x2b, 0x5e, 0xb9, 0xb4, 0x9e, 0x78, 0x3f, 0x63, 0x57, 0xea, 0xb0, 0xf0, 0xae, 0x1b, 0x2f, 0x6f, 0x59, 0x0e, 0x2b, 0x58, 0xda, 0x48, 0x84, 0xf0, 0xdd, 0x44, 0xd7, 0x7a, 0xc9, 0x7f, 0xa3, 0x21, 0x67, 0xb0, 0x60, 0x02, 0xc1, 0x73, 0x75, 0x60, 0x84, 0x6e, 0x7e, 0x7d, 0xd2, 0x34, 0xfd, 0x3b, 0x29, 0x02, 0x10, 0x22, 0xc8, 0x08, 0x7c, 0xba, 0x97, 0x14, 0x6b, 0x99, 0x2a, 0x33, 0x9d, 0x9d, 0xb4, 0x11, 0x81, 0x50, 0x9b, 0x8c, 0x04, 0xf3, 0x29, 0x60, 0x08, 0x19, 0xc3, 0x45, 0x79, 0x18, 0x49, 0x8a, 0x0d, 0x28, 0x93, 0xb7, 0x8b, 0x32, 0x04, 0xef, 0x5d, 0xe3, 0x1b, 0xc9, 0xc5, 0x4c, 0x6e, 0x50, 0xc7, 0x5a, 0xa5, 0xb4, 0x39, 0xc4, 0x08, 0x57, 0xc5, 0x51, 0xcc, 0x78, 0xa9, 0x6b, 0xcf, 0x6f, 0x43, 0x4a, 0x57, 0x24, 0x1e, 0x7b, 0x0c, 0x66, 0x6a, 0xd4, 0xb0, 0x9f, 0x70, 0x6a, 0x0f, 0x69, 0xac, 0x00, 0x94, 0xa4, 0x3f, 0xa0, 0x54, 0xd9, 0x90, 0xa4, 0xf2, 0xa7, 0x57, 0xfb } } }; static const struct cckprng_op_refresh op_refresh_1617 = { .hd = { .id = 1528, .kind = OP_REFRESH }, .rand = 6047681484020845289ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1618 = { .hd = { .id = 1529, .kind = OP_REFRESH }, .rand = 5212629496227912992ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1619[] = { (const struct cckprng_op *)&op_init_1603, (const struct cckprng_op *)&op_refresh_1604, (const struct cckprng_op *)&op_init_1605, (const struct cckprng_op *)&op_reseed_1606, (const struct cckprng_op *)&op_init_1607, (const struct cckprng_op *)&op_reseed_1608, (const struct cckprng_op *)&op_refresh_1609, (const struct cckprng_op *)&op_init_1610, (const struct cckprng_op *)&op_refresh_1611, (const struct cckprng_op *)&op_init_1612, (const struct cckprng_op *)&op_reseed_1613, (const struct cckprng_op *)&op_reseed_1614, (const struct cckprng_op *)&op_refresh_1615, (const struct cckprng_op *)&op_init_1616, (const struct cckprng_op *)&op_refresh_1617, (const struct cckprng_op *)&op_refresh_1618 }; static const struct cckprng_vector vec_1620 = { .id = 1530, .note = NULL, .nops = 16, .ops = ops_1619 }; static const struct cckprng_op_init op_init_1621 = { .hd = { .id = 1531, .kind = OP_INIT }, .seed = { 0xab, 0xdf, 0x71, 0xe9, 0x37, 0xff, 0x10, 0x97, 0x01, 0xcc, 0xe8, 0xf6, 0x60, 0x65, 0xea, 0xe5, 0x8c, 0x52, 0x42, 0x9d, 0x54, 0x84, 0xa1, 0xf6, 0xbc, 0xf4, 0x11, 0xd4, 0xe3, 0xc7, 0x66, 0x43 }, .nonce = { 0x58, 0xc8, 0xb9, 0xfb, 0x2a, 0xc1, 0xce, 0x0a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1622 = { .hd = { .id = 1532, .kind = OP_REFRESH }, .rand = 17995935088732669802ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1623 = { .hd = { .id = 1533, .kind = OP_REFRESH }, .rand = 11856543825892255704ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1624 = { .hd = { .id = 1534, .kind = OP_RESEED }, .nonce = 2282403957800878338ULL, .seed_nbytes = 181, .seed = { 0x8b, 0x5f, 0xa1, 0x3a, 0x46, 0x21, 0x46, 0xc5, 0x15, 0xf6, 0x2a, 0xfd, 0x1a, 0xac, 0x14, 0xb2, 0xbf, 0x9c, 0x73, 0xd8, 0x40, 0xd8, 0x65, 0x9d, 0x76, 0xb0, 0x48, 0xe4, 0xc8, 0xb6, 0x98, 0x60, 0xa8, 0x1f, 0x89, 0xd7, 0xf1, 0x2c, 0xfa, 0xb1, 0x6b, 0xdd, 0x67, 0x33, 0x74, 0x3e, 0x01, 0xf0, 0x0a, 0x0b, 0x8a, 0x55, 0x3d, 0x72, 0x1c, 0x9b, 0xf7, 0x48, 0x23, 0xe6, 0xeb, 0x23, 0x1b, 0x1c, 0x23, 0x13, 0xb8, 0xad, 0x7d, 0x73, 0x50, 0x2d, 0xfb, 0x4c, 0x66, 0x90, 0x70, 0x1c, 0xd9, 0x3e, 0xba, 0x84, 0xc6, 0x18, 0x33, 0x06, 0x1a, 0x96, 0x29, 0x01, 0xbc, 0xcc, 0x58, 0x15, 0x24, 0x47, 0x16, 0x74, 0x56, 0xfc, 0x04, 0x61, 0x6a, 0x39, 0xed, 0x48, 0x30, 0x26, 0x38, 0x7f, 0x1a, 0x2d, 0xfe, 0x68, 0xaa, 0x16, 0xb6, 0xb9, 0x76, 0x60, 0xd2, 0xdb, 0xc1, 0xac, 0x58, 0xd5, 0x02, 0x64, 0x8c, 0x45, 0xbe, 0xda, 0x00, 0xa5, 0x84, 0x95, 0x2f, 0x04, 0x45, 0x50, 0x4f, 0xce, 0x05, 0xaa, 0xd6, 0xc2, 0xcf, 0x33, 0x21, 0x3a, 0xda, 0x5b, 0x14, 0x1d, 0x58, 0xf3, 0x59, 0x25, 0xd6, 0x23, 0x7c, 0x1e, 0x13, 0xe8, 0x33, 0xf0, 0xeb, 0x6b, 0x2b, 0x57, 0xe1, 0x3a, 0x05, 0xcc, 0xf6, 0x5e, 0x9e, 0x6e, 0x90, 0x5e, 0xe0 } }; static const struct cckprng_op_reseed op_reseed_1625 = { .hd = { .id = 1535, .kind = OP_RESEED }, .nonce = 8660456815499497411ULL, .seed_nbytes = 77, .seed = { 0x6a, 0xe5, 0xb4, 0x32, 0xee, 0x3b, 0xb5, 0xa0, 0xc9, 0x5d, 0x88, 0x7d, 0x5f, 0xb2, 0x4d, 0x5a, 0x99, 0x4a, 0xf1, 0x70, 0xa3, 0xa4, 0x0a, 0xa3, 0x94, 0x63, 0x07, 0xd8, 0xde, 0x5c, 0x8c, 0xa4, 0x6a, 0x9f, 0x3f, 0x37, 0x1f, 0x39, 0x35, 0x67, 0xad, 0x4e, 0x6a, 0xb0, 0x23, 0xf2, 0x86, 0x3e, 0x30, 0xb8, 0x77, 0xc0, 0x06, 0xd4, 0xf6, 0x6e, 0xd6, 0x30, 0x34, 0x4c, 0x0c, 0xf7, 0x42, 0x2e, 0xaf, 0xd4, 0xdd, 0x6e, 0x25, 0xf0, 0xde, 0x87, 0xa4, 0x1b, 0x57, 0x28, 0x83 } }; static const struct cckprng_op_generate op_init_1626 = { .hd = { .id = 1536, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0x32, 0x35, 0x6e, 0xab, 0xb9, 0x88, 0x1a, 0x8b, 0x96, 0x11, 0x5a, 0xd8, 0xbb, 0x8e, 0x11, 0x04, 0x8c, 0xf0, 0x35, 0x31, 0xa5, 0x5c, 0x54, 0xa2, 0x31, 0x33, 0x94, 0x30, 0x1f, 0x22, 0x1c, 0xfd, 0x05, 0x50, 0xbd, 0xd6, 0x4e, 0x6c, 0x9e, 0x69, 0x2a, 0xf3, 0x97, 0xec, 0x3f, 0x47, 0x5b, 0x41, 0x20, 0x38, 0xc1, 0x08, 0x13, 0xaf, 0x8d, 0xc0, 0x5e, 0xe7, 0x43, 0xd7, 0x82, 0xcd, 0x03, 0x91, 0xc0, 0x61, 0x88, 0x13, 0xaf, 0x54, 0x34, 0xeb, 0x24, 0x1b, 0x08, 0x8f, 0x49, 0x55, 0xd1, 0xeb, 0xe5, 0x92, 0x72, 0x53, 0xfe, 0xf3, 0x59, 0xf5, 0x4f, 0xa7, 0x98, 0xea, 0x4c, 0x4a, 0x51, 0x6e, 0x30, 0xdc, 0x8a, 0x3c, 0x78, 0xe1, 0xd6, 0x12, 0xfd, 0x5e, 0x9c, 0xf4, 0x0f, 0x16, 0x25, 0x9b, 0x69, 0x51, 0xbe, 0x63, 0x72, 0x19, 0x28, 0xc1, 0xc5, 0x90, 0x7a, 0xe3, 0xc6, 0x86, 0x6c, 0x18, 0xae, 0xb9, 0x6a, 0x12, 0xb8, 0x15, 0x48, 0x86, 0x9f, 0x60, 0x11, 0x48, 0x60, 0x4a, 0xcd, 0x8a, 0x5e, 0x25, 0xd3, 0xf7, 0x83, 0xbb, 0xf8, 0xdb, 0x7f, 0xbe, 0x0c, 0x00, 0xe4, 0x64, 0xed, 0x2d, 0x01, 0x15, 0x9f, 0x0b, 0xa3, 0xd4, 0x2d, 0x89, 0xac, 0x67, 0xf6, 0x73, 0x3d, 0x7c, 0x39, 0xa8, 0xac, 0xde, 0x21, 0x3f, 0x52, 0xbd, 0xd2, 0xc5, 0x7b, 0xbb, 0xcc, 0x1b, 0x5e, 0xb7 } } }; static const struct cckprng_op_refresh op_refresh_1627 = { .hd = { .id = 1537, .kind = OP_REFRESH }, .rand = 16584243921047713398ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1628 = { .hd = { .id = 1538, .kind = OP_REFRESH }, .rand = 6030876993557459377ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1629 = { .hd = { .id = 1539, .kind = OP_REFRESH }, .rand = 11920815161718139582ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1630 = { .hd = { .id = 1540, .kind = OP_RESEED }, .nonce = 7290013045094212902ULL, .seed_nbytes = 249, .seed = { 0xc3, 0x52, 0x5b, 0xf0, 0xd1, 0xcf, 0x73, 0xe3, 0x5e, 0x3f, 0xd8, 0xc7, 0xeb, 0x1f, 0xe0, 0x4c, 0x13, 0x3d, 0x98, 0x73, 0xb9, 0xd9, 0xa9, 0x72, 0x93, 0xaf, 0x8c, 0xe5, 0x57, 0x37, 0x3a, 0x0b, 0x5a, 0x98, 0xfc, 0xb4, 0xba, 0x00, 0xaa, 0x81, 0x8e, 0xd0, 0x32, 0xfc, 0x75, 0x11, 0xfd, 0xdc, 0xa9, 0xe5, 0x45, 0xec, 0xbf, 0xfd, 0x39, 0x00, 0x92, 0x0a, 0x74, 0x90, 0x9c, 0xe4, 0x41, 0x05, 0xe7, 0x5d, 0xed, 0x58, 0xdd, 0xaf, 0xde, 0x63, 0xb8, 0x3a, 0x65, 0x49, 0xd5, 0xee, 0x62, 0x55, 0xd2, 0x0f, 0x39, 0x32, 0x3f, 0xc9, 0x7b, 0x25, 0x0d, 0x1b, 0xae, 0x10, 0xa1, 0x74, 0xeb, 0x70, 0xa6, 0xb2, 0x59, 0x59, 0x8b, 0x0e, 0x16, 0xb8, 0x18, 0x17, 0xaa, 0x60, 0x7b, 0x68, 0xef, 0x15, 0x69, 0x0e, 0xeb, 0x13, 0xb2, 0xc9, 0x49, 0xef, 0xe8, 0x7b, 0xb7, 0xef, 0x17, 0x84, 0x82, 0xf3, 0x35, 0x3a, 0x04, 0x14, 0x96, 0x3a, 0xb5, 0x5b, 0xdb, 0x20, 0x72, 0x51, 0xd0, 0xe3, 0xb8, 0x8d, 0x05, 0xed, 0x33, 0x5b, 0x97, 0xc3, 0xb1, 0xd6, 0x5f, 0xf4, 0x88, 0xc4, 0x7c, 0x7b, 0xeb, 0x06, 0xca, 0xae, 0xae, 0x79, 0x65, 0x7e, 0x23, 0x02, 0xb1, 0x24, 0xaf, 0x0e, 0xdc, 0x16, 0x1c, 0xc2, 0x2a, 0xeb, 0x5a, 0x62, 0xaf, 0x6a, 0xaa, 0xc4, 0x37, 0xf6, 0x9b, 0xe5, 0x00, 0xa4, 0xc5, 0x2d, 0x26, 0xaf, 0x6c, 0xe4, 0x5b, 0xa6, 0xd5, 0x9e, 0xc9, 0xc2, 0x20, 0x22, 0xf2, 0x99, 0xb4, 0x4e, 0x69, 0xf6, 0x38, 0x13, 0xa5, 0xbb, 0x96, 0xd8, 0xf7, 0xd9, 0xa8, 0x47, 0xda, 0xea, 0x09, 0xbb, 0xb9, 0xc3, 0x79, 0x53, 0x15, 0xcd, 0x7b, 0xb7, 0x9e, 0xc8, 0x05, 0x3f, 0x85, 0xf9, 0x64, 0xad, 0xc7, 0x9a, 0x06, 0x97, 0x96, 0x0d, 0xed, 0xb8, 0xd8 } }; static const struct cckprng_op_refresh op_refresh_1631 = { .hd = { .id = 1541, .kind = OP_REFRESH }, .rand = 12305585236737438113ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1632 = { .hd = { .id = 1542, .kind = OP_REFRESH }, .rand = 12611482547982314372ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1633 = { .hd = { .id = 1543, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0xe3, 0x01, 0x16, 0x81, 0xa8, 0xbf, 0xd8, 0x49, 0x2f, 0xd2, 0xaf, 0x95, 0x2f, 0x75, 0x72, 0x75, 0xe7, 0xac, 0xee, 0x99, 0x1b, 0xbb, 0xa6, 0x8b, 0xde, 0x52, 0xe7, 0xdc, 0x98, 0x63, 0x02, 0xa0, 0xb5, 0xe7, 0xc4, 0x99, 0x20, 0x5e, 0xa9, 0x60, 0x5a, 0xbd, 0xcf, 0xf7, 0xd5, 0xe9, 0x95, 0xbd, 0xc5, 0xe7, 0xc5, 0xbc, 0x19, 0x92, 0x30, 0x64, 0xfd, 0xc7, 0x1a, 0x1b, 0x6b, 0x5d, 0xfd, 0x5a, 0xbe, 0xd4 } } }; static const struct cckprng_op_generate op_init_1634 = { .hd = { .id = 1544, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0x07, 0xb8, 0x97, 0x0f, 0x51, 0x3d, 0x20, 0x55, 0x28, 0xc9, 0x20, 0x86, 0x87, 0x50, 0x8e, 0xc1, 0x9e, 0x92, 0x1a, 0x50, 0xd7, 0x02, 0xa8, 0xba, 0x7f, 0xdd, 0xae, 0x8c, 0xe1, 0xce, 0xfe, 0x8e, 0x9b, 0x2c, 0xb5, 0xce, 0x29, 0xdd, 0xd5, 0xfe, 0x7f, 0x0f, 0x05, 0x3b, 0x67, 0x51, 0xa9, 0xcf, 0x0b, 0x5a, 0x69, 0xaf, 0xdf, 0x84, 0xf6, 0x29, 0x99, 0x8e, 0xea, 0x32, 0x3a, 0xc4, 0x38, 0x37, 0x38, 0x87, 0x6a, 0x83, 0x1b, 0x48, 0x6c, 0x39, 0x91, 0xc1, 0x7a, 0x7b, 0x95, 0x14, 0xc6, 0xbe, 0x44, 0xce, 0xff, 0xbb, 0x23, 0x21, 0xfe, 0xe1, 0x19, 0x62, 0xa0, 0xcd, 0x03, 0x7e, 0xf8, 0xa8, 0x68, 0x3a, 0xf2, 0x2f, 0x6d, 0xa7, 0x63, 0x0d, 0x78, 0x3d, 0x55, 0x02, 0x33, 0x23, 0x76, 0xa9, 0xb0, 0x99, 0x76, 0xac, 0x17, 0x61, 0x0c, 0xeb, 0xc4, 0xe8, 0x18, 0xe2, 0xf4, 0xf8, 0x36, 0x29, 0x2c, 0x2a, 0xb2, 0x85, 0x89, 0xe8, 0x70, 0x23, 0x2d, 0xba, 0x83, 0x74, 0x59, 0xe5, 0x1c, 0xe5, 0xfc, 0xbf, 0x3b, 0x3e, 0x97, 0x1e, 0xba, 0x67, 0xb3, 0x36, 0x30, 0x45, 0x93, 0x8b, 0x74, 0xa5, 0x9d, 0x93, 0x2e, 0x93, 0x51, 0xd0, 0x2f, 0x7a, 0xc9, 0x57, 0x59, 0x86, 0xd8, 0xf5, 0x11, 0xd6, 0x87, 0xf1, 0x25, 0xf5, 0x11, 0x56, 0xb1, 0x90, 0x8e, 0x7a, 0x8b, 0xa6, 0x65, 0x4a, 0x0b, 0xe8, 0x76, 0x83, 0x38, 0xa4, 0x17, 0x3d, 0xf7, 0xbb, 0xa3, 0x4e, 0x00, 0x3f, 0xfc, 0xe5, 0x87, 0x24, 0x31, 0xcc, 0x00, 0xf5, 0xc3, 0xba, 0x0e, 0xed, 0x69, 0x85, 0xe7, 0x7c, 0x05, 0xac, 0x01, 0xf9, 0x4d, 0x25, 0x5b, 0xc6, 0x78, 0xc8, 0x72, 0xcc, 0x90, 0x57, 0x2a, 0xe7, 0xd2, 0x8f, 0x89, 0x1b, 0xfe, 0x9e, 0xa1, 0xb0, 0x2c, 0x52, 0x2a, 0xd5, 0xcf, 0x0a, 0x87, 0x37, 0x27, 0x1d, 0x88, 0x72, 0xc2, 0xf5, 0xdd, 0x29, 0xbf } } }; static const struct cckprng_op_generate op_init_1635 = { .hd = { .id = 1545, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0x3e, 0x76, 0xe4, 0x0d, 0x7c, 0x4a, 0x30, 0x09, 0x07, 0xf8, 0x74, 0xe3, 0xed, 0x1f, 0xd8, 0xb3, 0x17, 0x70, 0x3e, 0x0e, 0x5e, 0x15, 0xa3, 0xf1, 0x66, 0xf8, 0xd1, 0xb1, 0xf4, 0x8e, 0x97, 0xc8, 0x52, 0x5d, 0xa3, 0x8f, 0x49, 0x74, 0x56, 0xee, 0xe5, 0x34, 0xc8, 0x05, 0xac, 0x0f, 0x92, 0x8e, 0x6c, 0x8e, 0x94, 0x3d, 0x33, 0xdf, 0xa3, 0x84, 0x02, 0x2a, 0xcf, 0x36, 0xdb, 0x6f, 0x5f, 0x05, 0xe5, 0x00, 0x85, 0xe5, 0x12, 0x5f, 0x1a, 0xc5, 0xa4, 0x1b, 0x70, 0x2e, 0xac, 0xf3, 0x64, 0xcb, 0xa2, 0x8e, 0xca, 0x20, 0x1e, 0xa0, 0x6c, 0xba, 0xd0, 0x5d, 0xf1, 0x02, 0x72, 0x6a, 0xcb, 0x11, 0x0c, 0xd5, 0x7b, 0x51, 0x67, 0x8e, 0xad, 0x21, 0xb7, 0xde, 0x69, 0x48, 0x79, 0x3b, 0xb9, 0x5e, 0x52, 0x02, 0x43, 0x17, 0x4c, 0xb5, 0xb1, 0xf2, 0x54, 0xa4, 0x3b, 0x00, 0xa2, 0xc0, 0x4f, 0x13, 0xc9, 0x28, 0x30, 0x06, 0x8d, 0x6e, 0x37, 0x1b, 0x06, 0x14, 0x22 } } }; static const struct cckprng_op_generate op_init_1636 = { .hd = { .id = 1546, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0x6c, 0xc2, 0x37, 0x3a, 0xce, 0xf8, 0xb7, 0x89, 0x8d, 0xe4, 0x42, 0x60, 0xa1, 0x37, 0x3e, 0x98, 0x1d, 0x67, 0x74, 0x3a, 0x24, 0xf0, 0x42, 0x51, 0x53, 0xcc, 0x77, 0xaa, 0x39, 0x88, 0x30, 0x9b, 0x4f, 0x5a, 0xdf, 0x34, 0x4d, 0xc3, 0xa0, 0x00, 0xcd, 0x36, 0x0c, 0x4c, 0xa5, 0x81, 0x1a, 0xe9, 0x5d, 0x0a, 0xeb, 0xee, 0x03, 0x39, 0xf6, 0xb1, 0xc6, 0x89, 0x9f, 0x87, 0x47, 0x0a, 0xa0, 0xae, 0x05, 0x01, 0x73, 0xf7, 0x65, 0x5a, 0x70, 0xec, 0x9d, 0x6b, 0x5c, 0x36, 0x39, 0x4b, 0x70, 0x24, 0x47, 0x69, 0x2f, 0x18, 0xc7, 0x24, 0x8f, 0x90, 0x9f, 0xf9, 0x54, 0x4f, 0xaf, 0x0c, 0x13, 0x76, 0xa3, 0x38, 0x18, 0x43, 0x31, 0x94, 0xd7, 0xce, 0xd8, 0x75, 0x08, 0xcc, 0x41, 0x53, 0xc6, 0x1e, 0xfe, 0x14, 0x45, 0xbf, 0xb7, 0x19, 0x3d, 0xe8, 0x7b, 0x3c, 0x9b, 0xa4, 0x9f, 0x76, 0x83, 0xd8, 0xe2, 0x59, 0x97, 0x5d, 0xf0, 0x0e, 0x68, 0x83, 0x61, 0x39, 0xcd, 0x8b, 0x02, 0x28, 0x61, 0xe5, 0xf9, 0xae, 0x65, 0xec, 0x34 } } }; static const struct cckprng_op *ops_1637[] = { (const struct cckprng_op *)&op_init_1621, (const struct cckprng_op *)&op_refresh_1622, (const struct cckprng_op *)&op_refresh_1623, (const struct cckprng_op *)&op_reseed_1624, (const struct cckprng_op *)&op_reseed_1625, (const struct cckprng_op *)&op_init_1626, (const struct cckprng_op *)&op_refresh_1627, (const struct cckprng_op *)&op_refresh_1628, (const struct cckprng_op *)&op_refresh_1629, (const struct cckprng_op *)&op_reseed_1630, (const struct cckprng_op *)&op_refresh_1631, (const struct cckprng_op *)&op_refresh_1632, (const struct cckprng_op *)&op_init_1633, (const struct cckprng_op *)&op_init_1634, (const struct cckprng_op *)&op_init_1635, (const struct cckprng_op *)&op_init_1636 }; static const struct cckprng_vector vec_1638 = { .id = 1547, .note = NULL, .nops = 16, .ops = ops_1637 }; static const struct cckprng_op_init op_init_1639 = { .hd = { .id = 1548, .kind = OP_INIT }, .seed = { 0x3a, 0x13, 0xb3, 0x20, 0x4e, 0x89, 0x34, 0x1b, 0xc5, 0x29, 0x8e, 0xea, 0xfb, 0xd0, 0x99, 0x0f, 0x86, 0x72, 0xca, 0x3d, 0x83, 0x7f, 0x84, 0x09, 0xc1, 0x87, 0x2e, 0xa4, 0x53, 0x91, 0x65, 0xbc }, .nonce = { 0x45, 0x2a, 0x61, 0xfb, 0x65, 0xc4, 0x41, 0x1a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1640 = { .hd = { .id = 1549, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0xda, 0x0d, 0x4d, 0x8b, 0x7a, 0x35, 0x3e, 0x8e, 0x93, 0x3a, 0x80, 0x8e, 0x03, 0x5b, 0xf4, 0xc0, 0xd4, 0x4e, 0x65, 0x2b, 0x51, 0x16, 0xbf, 0xff, 0x0b, 0x09, 0x48, 0x3e, 0xc7, 0x6a, 0xf9, 0x23, 0xf4, 0xcb, 0x6b, 0x34, 0xa7, 0x2b, 0xee, 0x62, 0xe5, 0xa7, 0xff, 0x6a, 0x71, 0xfb, 0x75, 0x21, 0x18, 0x1a, 0xd9, 0xd5, 0xd3, 0x9e, 0xba, 0xe6, 0xbd, 0xdc, 0x1d, 0xda, 0xbe, 0x1d, 0x30, 0x41, 0x44, 0xd1, 0x02, 0xf9, 0xfd, 0x2d, 0xea, 0x1f, 0xe2, 0xe3, 0xeb, 0x47, 0x26, 0x54, 0x84, 0x00, 0x32, 0x54, 0xff, 0xfd, 0x29, 0x7a, 0xde, 0x49, 0xad, 0xe8, 0x7d, 0xd0, 0xfb, 0x42, 0x92, 0x0e, 0xda, 0x25, 0xf3, 0xbb, 0x2d, 0x57, 0xc0, 0x59, 0x0a, 0x52, 0xf0, 0x11, 0x94, 0x4d, 0xd9, 0xa0, 0x38, 0x53, 0xca, 0x7d, 0x51, 0xc9, 0x09, 0x96, 0x3d, 0x3d, 0x38, 0xa8, 0x0f, 0x2a, 0x83, 0xcd, 0x41, 0x80, 0x7c, 0x9f, 0x75, 0x09, 0xbd, 0x82, 0x11, 0x5d, 0x6d, 0x17, 0xb9, 0x3a, 0xad, 0x58, 0x3b, 0x28, 0x15, 0x80, 0x82, 0xa8, 0x07, 0x9e, 0x4f, 0xa2, 0x88, 0xbf, 0xf5, 0xfe, 0xdd, 0xa2, 0xc9, 0xfb, 0xf5, 0xa5, 0x11, 0x58, 0xcd } } }; static const struct cckprng_op_reseed op_reseed_1641 = { .hd = { .id = 1550, .kind = OP_RESEED }, .nonce = 14896260964149965837ULL, .seed_nbytes = 115, .seed = { 0x16, 0x63, 0x1b, 0xe7, 0x78, 0x83, 0xac, 0x45, 0x02, 0xbc, 0xfa, 0xcf, 0xbc, 0xa5, 0x6e, 0xfa, 0xb1, 0x11, 0x01, 0x12, 0x27, 0xac, 0xba, 0x13, 0x30, 0x19, 0x58, 0xc6, 0xb9, 0x9a, 0x3d, 0x31, 0x36, 0x97, 0x19, 0xb6, 0x6f, 0xbc, 0x96, 0xc2, 0x00, 0xbb, 0xaa, 0x0f, 0xf6, 0xe2, 0x6f, 0x9c, 0x91, 0xf6, 0xb7, 0x01, 0xdf, 0xd1, 0x65, 0xe3, 0x11, 0x76, 0xf6, 0x2f, 0x68, 0x21, 0xd9, 0xe1, 0x79, 0x79, 0xef, 0xdf, 0x78, 0xbe, 0x1f, 0x6e, 0xcf, 0x97, 0xd7, 0xa1, 0x67, 0x3a, 0x23, 0x40, 0x9b, 0xd5, 0x5a, 0x66, 0xcd, 0x92, 0x59, 0x2a, 0x6c, 0x89, 0x3b, 0x31, 0x7d, 0x24, 0xb0, 0x9d, 0x2b, 0xdf, 0x58, 0x61, 0x98, 0xda, 0xd3, 0xee, 0x6d, 0xb3, 0xaa, 0xc4, 0x81, 0x8d, 0x98, 0x47, 0x9b, 0xf2, 0xc6 } }; static const struct cckprng_op_reseed op_reseed_1642 = { .hd = { .id = 1551, .kind = OP_RESEED }, .nonce = 7259175639311857902ULL, .seed_nbytes = 200, .seed = { 0x2d, 0xc8, 0x3e, 0x66, 0x93, 0xa9, 0xce, 0x4a, 0x7f, 0x86, 0x43, 0x23, 0xe2, 0x7b, 0x90, 0x37, 0xbf, 0xe2, 0xa4, 0xe9, 0x7c, 0xec, 0x88, 0xdc, 0x02, 0x3d, 0x44, 0x84, 0x98, 0x2e, 0xbe, 0x1e, 0x03, 0xdc, 0xb3, 0x14, 0x2f, 0x50, 0xa8, 0x7c, 0xad, 0x35, 0x22, 0x03, 0x85, 0x54, 0x7c, 0xe0, 0x11, 0x26, 0x3f, 0xcc, 0x67, 0x63, 0xe6, 0x02, 0xb0, 0x79, 0xbc, 0x34, 0x6e, 0x59, 0x38, 0x1c, 0x99, 0x49, 0x41, 0x11, 0x34, 0x84, 0x6d, 0xd9, 0x8a, 0x58, 0xc3, 0x87, 0x3f, 0xa2, 0x19, 0x4b, 0x68, 0x4b, 0x95, 0xf6, 0x75, 0xbc, 0x6c, 0xa0, 0xa6, 0xd1, 0xa8, 0x51, 0x27, 0x23, 0xfa, 0x85, 0xd1, 0xc5, 0x86, 0xa0, 0x5e, 0x24, 0xb2, 0x06, 0x25, 0x9b, 0x85, 0x47, 0x39, 0x91, 0x36, 0xc5, 0xea, 0xef, 0xa7, 0x2e, 0x30, 0x1f, 0x7f, 0x77, 0x1b, 0x96, 0x44, 0x12, 0x18, 0xbf, 0xd4, 0x93, 0xe9, 0xc3, 0x90, 0xf1, 0x3a, 0x7a, 0x9a, 0xf5, 0x30, 0x9d, 0x96, 0xf7, 0x7d, 0x7a, 0x5b, 0xd5, 0xee, 0xea, 0xd6, 0x6c, 0x99, 0x77, 0x18, 0x20, 0x1f, 0x6b, 0x37, 0xa8, 0x57, 0x29, 0x4c, 0xf9, 0xae, 0x6e, 0x72, 0x71, 0x0e, 0xfa, 0x30, 0x5c, 0x7a, 0x7b, 0xb1, 0x97, 0x26, 0x50, 0x4b, 0x0e, 0x8f, 0x0f, 0xf8, 0x49, 0xed, 0xcd, 0xb1, 0xa5, 0x3d, 0x44, 0x62, 0x53, 0x31, 0xc0, 0x11, 0x22, 0x89, 0x24, 0x2d, 0xac, 0xaf, 0x3e, 0x57, 0xc7 } }; static const struct cckprng_op_reseed op_reseed_1643 = { .hd = { .id = 1552, .kind = OP_RESEED }, .nonce = 8579107210178304677ULL, .seed_nbytes = 243, .seed = { 0xb3, 0x27, 0xab, 0xb4, 0xf7, 0xb2, 0x32, 0x41, 0x24, 0xbb, 0x2f, 0x25, 0x56, 0x5f, 0xa3, 0x86, 0x92, 0xc4, 0xb2, 0xd0, 0xd9, 0xaa, 0x02, 0x0b, 0xc7, 0xac, 0x8b, 0x31, 0x1d, 0xd3, 0x6f, 0xb9, 0x11, 0x5f, 0x5f, 0x23, 0x19, 0xa0, 0x91, 0x8f, 0xd0, 0x0e, 0x60, 0x27, 0x68, 0x0d, 0x24, 0x6f, 0x99, 0x75, 0x9c, 0xb9, 0x24, 0xea, 0x8c, 0xde, 0x6e, 0x2a, 0xff, 0x55, 0x83, 0x86, 0xc9, 0xf1, 0x40, 0x0c, 0xe1, 0x5c, 0xe1, 0x24, 0xe8, 0x03, 0xc5, 0x98, 0xc7, 0xe7, 0x80, 0x9d, 0x36, 0x76, 0x13, 0xd8, 0x94, 0x3a, 0x0d, 0xc1, 0x5f, 0x98, 0xdd, 0x11, 0xe3, 0xa4, 0x0a, 0xc3, 0xf1, 0xe9, 0x48, 0x96, 0x94, 0xa5, 0x88, 0x4b, 0x7a, 0xd4, 0x46, 0x01, 0xd7, 0x6b, 0x8a, 0x12, 0x00, 0x0c, 0x60, 0xa6, 0x89, 0x3b, 0xce, 0x93, 0x72, 0xc8, 0xe8, 0x16, 0xa8, 0xaf, 0xff, 0x9e, 0x23, 0x8d, 0x2e, 0x9f, 0x30, 0x61, 0xed, 0xe2, 0x6f, 0x4e, 0x4a, 0xa6, 0x56, 0x24, 0x26, 0x2b, 0x4d, 0x8a, 0xbd, 0x94, 0x25, 0xbd, 0x7c, 0x2e, 0x41, 0x7c, 0x03, 0xab, 0x2c, 0x5e, 0x0c, 0xd2, 0x14, 0x54, 0x4f, 0xd0, 0xc1, 0x45, 0x31, 0x95, 0x48, 0x76, 0x5f, 0x66, 0x6b, 0xe3, 0xb4, 0xf4, 0x7c, 0x88, 0x05, 0x9c, 0xf1, 0xd4, 0x83, 0x97, 0x47, 0x10, 0x40, 0x34, 0x8e, 0x10, 0x44, 0x30, 0xbb, 0x23, 0xc4, 0xc9, 0x75, 0x72, 0x19, 0xe5, 0x83, 0x54, 0x71, 0xf5, 0xc3, 0x2f, 0x8a, 0xdd, 0x7e, 0x33, 0xfd, 0x7d, 0x00, 0x62, 0x9a, 0x2b, 0x8e, 0x73, 0xf3, 0x41, 0xe3, 0xea, 0x78, 0x42, 0x47, 0x8e, 0xb8, 0x51, 0x09, 0x68, 0x0e, 0xd4, 0xb4, 0x32, 0xb6, 0x94, 0x6c, 0xaa, 0x5e, 0xc1, 0xad, 0x36, 0xbe, 0xa8, 0x47 } }; static const struct cckprng_op_generate op_init_1644 = { .hd = { .id = 1553, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0xc6, 0xdc, 0xe5, 0x47, 0xe1, 0xcf, 0x5b, 0xdc, 0x01, 0x25, 0x4c, 0x9a, 0x17, 0x94, 0x2e, 0xca, 0x46, 0x65, 0x1f, 0xe6, 0xda, 0xcc, 0x39, 0x5f, 0x6b, 0xd1, 0x65, 0x1d, 0x16, 0x56, 0x70, 0xb0, 0x4b, 0x15, 0xca, 0x7b, 0xb9, 0x13, 0x99, 0x0c, 0xf4, 0xe2, 0xba, 0x19, 0x7d, 0xb4, 0x77, 0x9f, 0xe0, 0x5e, 0x3b, 0xb1, 0x5b, 0xa8, 0xe0, 0x1c, 0xc4, 0x41, 0x18, 0xee, 0x05, 0x38, 0x5b, 0xc7, 0x2b, 0xac, 0x54, 0xff, 0xdc, 0x8a, 0x0e, 0xb8, 0x16, 0x16, 0x81, 0x54, 0xa7, 0x1e, 0xd9, 0x76, 0x5f, 0x8e, 0x8e, 0x55, 0x2d } } }; static const struct cckprng_op_generate op_init_1645 = { .hd = { .id = 1554, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x86, 0xda, 0x78, 0xc2, 0x32, 0xfe, 0xf9, 0x6f, 0x6b, 0x7a, 0x60, 0x16, 0x36, 0xe7, 0xb7, 0x41, 0x09, 0x1e, 0xca, 0x99, 0x20, 0xe6, 0x13, 0xe7, 0x80, 0xe9, 0x51, 0x4c, 0xcd, 0x58, 0x88, 0xd3, 0x29, 0x1f, 0xd3, 0xbf, 0xff, 0x8a, 0x39, 0x49, 0xe2, 0x5d, 0xc8, 0xcc, 0x27, 0xfe, 0x5b, 0x43, 0x69, 0x79, 0x2c, 0x26, 0x3e, 0xca, 0xfe } } }; static const struct cckprng_op_reseed op_reseed_1646 = { .hd = { .id = 1555, .kind = OP_RESEED }, .nonce = 352038159450796594ULL, .seed_nbytes = 166, .seed = { 0x04, 0xd8, 0x04, 0x6f, 0xfc, 0xce, 0xaa, 0xd9, 0xdc, 0x43, 0x52, 0x52, 0x50, 0xb9, 0xb3, 0x9d, 0xd3, 0x28, 0x0e, 0xd1, 0xd6, 0x3e, 0xcd, 0x00, 0xa2, 0xd4, 0x45, 0x87, 0xd0, 0x81, 0xc5, 0x09, 0xe2, 0x81, 0x19, 0xc7, 0x5e, 0x7f, 0x7d, 0x32, 0x4e, 0x20, 0x44, 0x51, 0x63, 0x58, 0x2f, 0x60, 0xab, 0x62, 0x04, 0x77, 0x82, 0xdb, 0xf3, 0x57, 0xc3, 0x95, 0xb9, 0xd1, 0x4a, 0x97, 0xd8, 0x96, 0x04, 0x6b, 0x76, 0xeb, 0x0a, 0x6e, 0x36, 0xf6, 0xd4, 0xb9, 0x7e, 0x22, 0x36, 0xf3, 0xa4, 0x15, 0xa8, 0x51, 0xb4, 0x9e, 0x94, 0x37, 0x9a, 0x44, 0x4d, 0x6c, 0xf0, 0xab, 0xca, 0x35, 0x8d, 0x22, 0xc7, 0x97, 0xb8, 0x28, 0x47, 0xd2, 0xe6, 0x15, 0xc1, 0xf5, 0xb7, 0xcd, 0xf9, 0x19, 0xe5, 0x0d, 0x99, 0xc0, 0xba, 0x62, 0x4e, 0xd8, 0x55, 0xf8, 0x8f, 0xba, 0xd9, 0xd4, 0x03, 0xa2, 0xeb, 0x7b, 0xef, 0xbd, 0x0a, 0x85, 0x77, 0x8d, 0x04, 0x1e, 0xd1, 0x78, 0xfe, 0x2e, 0xfe, 0x72, 0xf0, 0x85, 0x5d, 0x38, 0x7c, 0xef, 0x69, 0xff, 0x8a, 0x40, 0xc0, 0xe9, 0x25, 0x68, 0xf7, 0x09, 0x9b, 0x9e, 0xeb, 0x74, 0x9f, 0x10, 0x5f, 0x2b } }; static const struct cckprng_op_refresh op_refresh_1647 = { .hd = { .id = 1556, .kind = OP_REFRESH }, .rand = 5510328545649245199ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1648 = { .hd = { .id = 1557, .kind = OP_GENERATE }, .rand_nbytes = 104, .out = { .rand = { 0x74, 0x02, 0x9d, 0xee, 0xfd, 0x3c, 0x64, 0xff, 0x82, 0x3c, 0x66, 0xee, 0x69, 0x98, 0xe7, 0x95, 0x08, 0xc6, 0x47, 0xb6, 0x20, 0xd8, 0xc3, 0x93, 0x66, 0x30, 0xac, 0x6e, 0x31, 0x28, 0xa3, 0xec, 0x20, 0x34, 0xb4, 0x1d, 0x6e, 0x68, 0x8a, 0x4a, 0x26, 0xdc, 0x82, 0xf1, 0x61, 0x41, 0x87, 0x61, 0x1e, 0x84, 0x88, 0xef, 0x36, 0x6a, 0x9f, 0xf8, 0x67, 0xbb, 0x1c, 0x1e, 0x86, 0x5e, 0x9d, 0x32, 0xb9, 0xc0, 0xa9, 0x4e, 0xf4, 0x58, 0xca, 0x51, 0x3a, 0xdb, 0x2e, 0x08, 0x31, 0x07, 0xd4, 0x11, 0x2b, 0x78, 0x35, 0x3b, 0xcd, 0x18, 0x98, 0x7b, 0x7e, 0x06, 0x94, 0x53, 0xc1, 0x18, 0xc5, 0x49, 0x73, 0xa0, 0xc2, 0xa5, 0x2c, 0x44, 0x56, 0x92 } } }; static const struct cckprng_op_reseed op_reseed_1649 = { .hd = { .id = 1558, .kind = OP_RESEED }, .nonce = 11602695645812629747ULL, .seed_nbytes = 253, .seed = { 0x56, 0x43, 0xe9, 0xc3, 0xa8, 0x5c, 0x17, 0xd4, 0x7b, 0x70, 0xf0, 0xab, 0x0f, 0x5b, 0xc7, 0xf0, 0x58, 0x16, 0x91, 0x33, 0x08, 0x9c, 0x15, 0x31, 0x53, 0xfa, 0x9a, 0xd1, 0x7d, 0x5c, 0xd4, 0xe5, 0x86, 0xc3, 0x5d, 0x88, 0xb4, 0x22, 0x16, 0xed, 0xd9, 0x4e, 0x96, 0x2c, 0xc4, 0x8f, 0x91, 0x7d, 0xa6, 0x96, 0xd8, 0xbc, 0x2d, 0x5a, 0xa9, 0x86, 0xe9, 0x72, 0xa2, 0x49, 0x72, 0x20, 0xe0, 0x2c, 0xda, 0x83, 0x0b, 0x86, 0x0e, 0x92, 0xbf, 0x5c, 0x11, 0xfa, 0x96, 0x53, 0x20, 0x5f, 0x95, 0x3b, 0x10, 0x9c, 0x08, 0x42, 0x64, 0x27, 0xd4, 0x62, 0xeb, 0xf0, 0xbf, 0x54, 0x95, 0x8a, 0x12, 0x4e, 0x0a, 0x09, 0x4e, 0x7f, 0xe7, 0x4c, 0xcb, 0x9e, 0xc0, 0x07, 0x5d, 0x76, 0x02, 0xd0, 0x22, 0x2b, 0x01, 0x4a, 0x4c, 0x18, 0x61, 0xa1, 0x45, 0x64, 0x0f, 0x46, 0xe1, 0x6f, 0x69, 0x4e, 0x52, 0x89, 0x5e, 0xb0, 0x99, 0x19, 0xc9, 0x9c, 0xef, 0xa6, 0x9c, 0xe4, 0x07, 0x80, 0x94, 0x33, 0x87, 0xf1, 0x21, 0x3a, 0x79, 0x7e, 0x5e, 0x9d, 0x55, 0xcc, 0x1f, 0x6c, 0x52, 0xc3, 0x8c, 0x44, 0x29, 0x0c, 0xfa, 0xff, 0xd5, 0xda, 0xf7, 0x29, 0xb5, 0xe3, 0xb5, 0x78, 0xac, 0xa0, 0x10, 0xad, 0xdb, 0x06, 0xd8, 0xb3, 0x0f, 0x76, 0x58, 0x3d, 0x46, 0xf7, 0x0f, 0xd4, 0xf9, 0x9a, 0x15, 0x42, 0x4e, 0xb1, 0x3c, 0xe1, 0xeb, 0x6c, 0x7e, 0x0a, 0xb6, 0xc0, 0x27, 0x2a, 0xf1, 0x8f, 0x77, 0xb9, 0xe7, 0xb2, 0xa3, 0xe5, 0xbe, 0x72, 0x46, 0x41, 0x01, 0xc2, 0xb4, 0xb5, 0xca, 0xdb, 0x19, 0x90, 0x5f, 0xc5, 0x14, 0x20, 0x24, 0xc1, 0xed, 0xab, 0xca, 0x3c, 0x70, 0xf4, 0x3c, 0xbd, 0xee, 0x7f, 0x10, 0xd1, 0xe7, 0x41, 0xb8, 0xe1, 0x69, 0x11, 0x6d, 0x45, 0x8d, 0xea, 0x47, 0xa8, 0xd6 } }; static const struct cckprng_op_refresh op_refresh_1650 = { .hd = { .id = 1559, .kind = OP_REFRESH }, .rand = 1327935233925000715ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1651 = { .hd = { .id = 1560, .kind = OP_REFRESH }, .rand = 17488486274872657696ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1652 = { .hd = { .id = 1561, .kind = OP_RESEED }, .nonce = 7010079474328160544ULL, .seed_nbytes = 103, .seed = { 0xec, 0x81, 0x58, 0x76, 0x75, 0x66, 0x42, 0x3b, 0xb9, 0xc1, 0xe8, 0x54, 0xa4, 0x42, 0x25, 0x57, 0xc8, 0x0b, 0x66, 0x26, 0x19, 0x61, 0x6b, 0x03, 0xba, 0x96, 0x63, 0x93, 0xfa, 0x10, 0x93, 0x5a, 0x9a, 0x36, 0xb4, 0x2f, 0xe5, 0xc3, 0x25, 0x7c, 0x67, 0x8f, 0xa1, 0xbb, 0xcb, 0xd0, 0xd9, 0x01, 0x60, 0xf6, 0x3f, 0x54, 0x3b, 0x7d, 0x4b, 0x81, 0xf9, 0xc4, 0xbd, 0xaf, 0xc5, 0xe1, 0x1b, 0x47, 0xbd, 0xe7, 0x44, 0xe8, 0x8c, 0x33, 0x08, 0xd9, 0xc6, 0xa4, 0xfd, 0x7d, 0xf4, 0xe4, 0x88, 0x97, 0x7f, 0x2c, 0x1a, 0xff, 0xdb, 0x29, 0x83, 0x14, 0xb2, 0xeb, 0x9f, 0xbc, 0x58, 0xc2, 0xd2, 0x4b, 0x26, 0x00, 0x07, 0x97, 0xfb, 0x2a, 0x95 } }; static const struct cckprng_op_reseed op_reseed_1653 = { .hd = { .id = 1562, .kind = OP_RESEED }, .nonce = 15859431087438779201ULL, .seed_nbytes = 218, .seed = { 0xf2, 0x38, 0x25, 0xb2, 0x2c, 0x05, 0x8c, 0x3d, 0x32, 0x0d, 0xee, 0x79, 0x89, 0xb6, 0x4e, 0x89, 0xee, 0x53, 0xab, 0x96, 0xcb, 0xcd, 0x7d, 0xf9, 0xf8, 0xc2, 0xc6, 0xa4, 0x14, 0x97, 0xac, 0x53, 0xd7, 0xf6, 0xfa, 0xdf, 0x33, 0xf1, 0xb3, 0xeb, 0x01, 0x2e, 0xa6, 0xa2, 0x7f, 0x8e, 0x97, 0xeb, 0x75, 0xc8, 0xca, 0x02, 0x98, 0x5c, 0xe6, 0x0f, 0x1f, 0xf0, 0xf3, 0x58, 0x9e, 0x13, 0x87, 0xc8, 0xa2, 0x1b, 0x07, 0x1d, 0x4b, 0x7e, 0xd6, 0xe3, 0x55, 0x7e, 0xd3, 0x5c, 0x73, 0x9d, 0xc3, 0xfa, 0x38, 0x04, 0x3b, 0x53, 0x35, 0xc8, 0x83, 0x72, 0xc2, 0xf1, 0xd5, 0x4a, 0x64, 0x51, 0x61, 0x5b, 0x9a, 0x4a, 0xac, 0xa7, 0x18, 0xe6, 0x30, 0xbb, 0x40, 0x5c, 0xab, 0x0c, 0xdf, 0xbf, 0xa0, 0xd9, 0x81, 0xdf, 0xc4, 0x5c, 0x79, 0xfb, 0xb7, 0x72, 0x5d, 0xff, 0x55, 0x23, 0xb4, 0x82, 0x22, 0xb2, 0x40, 0x42, 0xce, 0x8a, 0xdf, 0x29, 0x78, 0xa4, 0x94, 0x9d, 0xc2, 0xb4, 0xb5, 0x4f, 0x74, 0x10, 0xa4, 0xa1, 0x71, 0xbf, 0xc8, 0xbc, 0x70, 0x71, 0xa8, 0xcf, 0x77, 0xfb, 0xdb, 0xdd, 0x1b, 0xfe, 0x4d, 0x22, 0xdc, 0xbc, 0xd9, 0x6a, 0x87, 0x24, 0x54, 0xa7, 0x27, 0x42, 0x79, 0xd2, 0xd8, 0x86, 0x2a, 0xfa, 0xe7, 0xc5, 0x12, 0x0f, 0x93, 0x87, 0x3a, 0x77, 0xdc, 0x16, 0x9d, 0x6a, 0x30, 0x89, 0x69, 0x57, 0x51, 0xdf, 0x59, 0xda, 0xd6, 0x91, 0x47, 0x6c, 0xd3, 0x5a, 0x2a, 0xd2, 0x25, 0x57, 0xab, 0x27, 0xbe, 0xb3, 0xe2, 0x04, 0x76, 0xaa, 0x39, 0x16 } }; static const struct cckprng_op_generate op_init_1654 = { .hd = { .id = 1563, .kind = OP_GENERATE }, .rand_nbytes = 13, .out = { .rand = { 0xec, 0x6f, 0x6c, 0x8f, 0x0e, 0x64, 0x67, 0x49, 0xa3, 0x29, 0x85, 0x4a, 0xf1 } } }; static const struct cckprng_op *ops_1655[] = { (const struct cckprng_op *)&op_init_1639, (const struct cckprng_op *)&op_init_1640, (const struct cckprng_op *)&op_reseed_1641, (const struct cckprng_op *)&op_reseed_1642, (const struct cckprng_op *)&op_reseed_1643, (const struct cckprng_op *)&op_init_1644, (const struct cckprng_op *)&op_init_1645, (const struct cckprng_op *)&op_reseed_1646, (const struct cckprng_op *)&op_refresh_1647, (const struct cckprng_op *)&op_init_1648, (const struct cckprng_op *)&op_reseed_1649, (const struct cckprng_op *)&op_refresh_1650, (const struct cckprng_op *)&op_refresh_1651, (const struct cckprng_op *)&op_reseed_1652, (const struct cckprng_op *)&op_reseed_1653, (const struct cckprng_op *)&op_init_1654 }; static const struct cckprng_vector vec_1656 = { .id = 1564, .note = NULL, .nops = 16, .ops = ops_1655 }; static const struct cckprng_op_init op_init_1657 = { .hd = { .id = 1565, .kind = OP_INIT }, .seed = { 0x7f, 0xef, 0xcf, 0x3b, 0x61, 0xd1, 0x4c, 0x3e, 0x6d, 0x64, 0x9b, 0xf1, 0x71, 0x39, 0x7d, 0xf8, 0x26, 0x66, 0x1a, 0xb6, 0x5d, 0x9b, 0xd4, 0x35, 0x01, 0x9e, 0x7e, 0xbb, 0x81, 0xca, 0x86, 0x3c }, .nonce = { 0x30, 0xf0, 0x3a, 0x4d, 0x16, 0x4e, 0x52, 0x11 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1658 = { .hd = { .id = 1566, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0x3e, 0xdb, 0x22, 0x2c, 0x42, 0x7d, 0xbb, 0xec, 0x79, 0xc2, 0xbd, 0xce, 0x6a, 0x22, 0xca, 0x3f, 0x94, 0x0e, 0x64, 0xe8, 0x2d, 0x42, 0xd2, 0x2f, 0xad, 0x6c, 0x99, 0xbd, 0xa8, 0x94, 0x04, 0xe1, 0x0a, 0xfb, 0x38, 0x15, 0xd6, 0x2b, 0xb7, 0x0a, 0xd9, 0x6c, 0x15, 0xe8, 0xdc, 0x81, 0xf2, 0x37, 0x5d, 0x45, 0x3c, 0x8e, 0x2b, 0x19, 0x7f, 0x2a, 0x61, 0xe1, 0x9c, 0x8d, 0x23, 0x9f, 0x9d, 0x90, 0xb5, 0xf0, 0xc5, 0xcb, 0x5c, 0x0b, 0xb1, 0xc7, 0x16, 0x9a, 0x99, 0x07, 0x4c, 0xc9, 0x83, 0xce, 0xbf, 0xf0, 0xcf, 0x14, 0x77, 0x28, 0x02, 0x91, 0x5c, 0x5f, 0x80, 0x50, 0xc1, 0xe3, 0x0d, 0xac, 0xcd, 0x7c, 0x9b, 0x4f, 0x5e, 0x14, 0xa9, 0x7b, 0xf7, 0x80, 0x4b, 0x16, 0xbc, 0x40, 0x48, 0x98, 0x3d, 0x6c, 0x59, 0x55, 0x23, 0x00, 0x74, 0x6b, 0x98, 0x36, 0xa6, 0x99, 0xbf, 0x8d, 0x43, 0xdb, 0xc6, 0x5d, 0x76, 0xad, 0xea, 0xc3, 0x39, 0x09, 0x82, 0x7f, 0x66, 0x17, 0x69, 0xa6, 0x67, 0x91, 0x54, 0xd1, 0x52, 0x8f, 0xd9, 0x86, 0x09, 0xd8, 0x04, 0x48, 0xa6, 0xe4, 0xd7, 0x19, 0xf4, 0xf3, 0x3e, 0x7d, 0xa8, 0xbf, 0xcd, 0x17, 0x7b, 0xc4, 0xcd, 0x66, 0x41, 0x93, 0xd5, 0x44, 0xf9, 0xc6, 0x6f, 0xf1, 0x53, 0x21, 0x4d, 0x2a, 0x95, 0x05, 0x3f, 0x32, 0xc8, 0x96, 0x41, 0xce, 0xbe, 0xbb, 0xf1, 0x6a, 0x44, 0x81, 0xe0, 0xc1, 0xc3, 0x00, 0x92, 0x1b, 0xc4, 0x80, 0xbb, 0xff, 0x92, 0x73, 0xff, 0x2b, 0xaf, 0xf3, 0x43, 0x40, 0x09, 0xc7, 0x5b, 0x37, 0x6f, 0x2a, 0xe7, 0xe1, 0x91, 0xa3 } } }; static const struct cckprng_op_generate op_init_1659 = { .hd = { .id = 1567, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0xdf, 0xf0, 0x45, 0x62, 0x61, 0x74, 0x9b, 0x07, 0x90, 0x5b, 0x04, 0x6a, 0x36, 0x44, 0xd5, 0xa9, 0xa7, 0xdd, 0x67, 0xee, 0x71, 0x1f, 0xf2, 0xb2, 0xaf, 0xc4, 0x44, 0xe3, 0xdf, 0x23, 0x31, 0x13, 0x01, 0x1b, 0xa1, 0xf2, 0x52, 0xb0, 0x1d, 0x14, 0x51, 0x2c, 0x86, 0x38, 0xee, 0x32, 0x61, 0x49, 0x5e, 0xaf, 0x04, 0x7f, 0x31, 0x6c, 0xb5, 0xd2, 0xa9, 0xfb, 0x8a, 0xb6, 0xcb, 0xcd, 0x08, 0x7c, 0x2a, 0xdc, 0xd3, 0xb7, 0x22, 0xfa, 0x98, 0xd9, 0xd9, 0xf3, 0xf4, 0x72, 0x27, 0x97, 0x3e, 0x5b, 0x55, 0x42, 0x29, 0xc3, 0x3d, 0x80, 0x84, 0x0c, 0x05, 0x83, 0xb7, 0x2e, 0xa6, 0x08, 0x71, 0x1d, 0xa5, 0x5e, 0x2d, 0x74, 0x35, 0xb8, 0x98, 0x11, 0xb1, 0x08, 0x2b, 0xc8, 0xfc, 0x86, 0x4f, 0x5d, 0x51, 0x36, 0xb7, 0xf0, 0x0d, 0xf9, 0x07, 0x68, 0xcd, 0x0c, 0xd2, 0xad, 0x85, 0x0e, 0xf7, 0x5d } } }; static const struct cckprng_op_reseed op_reseed_1660 = { .hd = { .id = 1568, .kind = OP_RESEED }, .nonce = 1339301039463947501ULL, .seed_nbytes = 258, .seed = { 0xcb, 0xaf, 0x86, 0x91, 0x36, 0x95, 0x94, 0x24, 0x96, 0x5b, 0xce, 0xbe, 0xc9, 0xff, 0xcb, 0xfa, 0x09, 0x63, 0x5a, 0x00, 0xec, 0xfa, 0xce, 0xc5, 0xa5, 0x85, 0xc6, 0x01, 0xfa, 0x80, 0x80, 0x28, 0xd8, 0x0d, 0xd2, 0x10, 0x8b, 0x02, 0x6c, 0x59, 0x73, 0x29, 0x08, 0x54, 0x6c, 0x22, 0x90, 0xb1, 0x23, 0xb9, 0xd0, 0xf1, 0x6b, 0x11, 0xbe, 0x0c, 0x77, 0x1c, 0x9f, 0x0a, 0xb4, 0x8d, 0x80, 0x0d, 0x73, 0x7c, 0x2c, 0x6d, 0x41, 0x24, 0xb0, 0xa7, 0xe5, 0x08, 0xf8, 0xee, 0x5f, 0xfd, 0xa9, 0x4f, 0xc2, 0x66, 0x58, 0xb4, 0x8e, 0x29, 0x21, 0x4e, 0x3a, 0x52, 0x33, 0x82, 0xeb, 0xcf, 0x27, 0xb2, 0xd0, 0x0c, 0x0e, 0x81, 0x23, 0x9b, 0xc5, 0x68, 0x39, 0xa3, 0x53, 0x6c, 0x82, 0xdd, 0x3f, 0x33, 0x48, 0x35, 0x62, 0x33, 0xd5, 0x0c, 0x60, 0x4d, 0x7a, 0xcb, 0x0e, 0x6f, 0x80, 0x64, 0x87, 0x4e, 0x24, 0xe3, 0xdf, 0x04, 0x84, 0x1c, 0xd7, 0x71, 0xef, 0x75, 0x00, 0x4e, 0x6a, 0xf6, 0xee, 0x2d, 0xcc, 0x26, 0x88, 0xc0, 0x5e, 0x88, 0x90, 0xa3, 0x60, 0x72, 0x44, 0x59, 0xcd, 0x64, 0x6f, 0xfb, 0xcb, 0x05, 0xc6, 0xba, 0x0a, 0x85, 0xe2, 0x12, 0x4b, 0x9c, 0x4d, 0x13, 0x00, 0xa6, 0x3a, 0x12, 0x2e, 0x16, 0x1b, 0x79, 0xbf, 0x9e, 0x48, 0x67, 0xa2, 0xae, 0x32, 0x2b, 0xe8, 0xb4, 0x75, 0xe2, 0x79, 0xd0, 0x5c, 0x4d, 0xc1, 0xa5, 0x6b, 0x31, 0x86, 0xb5, 0x1e, 0xd8, 0x4a, 0xa8, 0x75, 0xaa, 0x90, 0x67, 0x74, 0x07, 0xae, 0x26, 0x54, 0x1a, 0xa9, 0xbf, 0xee, 0x0b, 0x66, 0xbc, 0xcc, 0xfa, 0x8b, 0xe1, 0x61, 0x4f, 0xd8, 0xd1, 0x43, 0xf8, 0x14, 0xde, 0xc2, 0x0e, 0x5e, 0xc1, 0xa7, 0x70, 0x9f, 0x6e, 0x6c, 0xd3, 0xe5, 0xa9, 0x17, 0xe5, 0x08, 0xf3, 0x2d, 0x2c, 0x9b, 0xee, 0x31, 0x9b, 0x53, 0x37 } }; static const struct cckprng_op_reseed op_reseed_1661 = { .hd = { .id = 1569, .kind = OP_RESEED }, .nonce = 16350838605034272899ULL, .seed_nbytes = 126, .seed = { 0xc1, 0x26, 0x4f, 0xd4, 0x29, 0xd2, 0x17, 0x4c, 0x25, 0xf1, 0xca, 0x93, 0x11, 0x8f, 0xde, 0x8b, 0x6f, 0xf1, 0x8f, 0x51, 0xf6, 0xc8, 0x6d, 0xa6, 0xf3, 0x19, 0x30, 0xf7, 0x32, 0x2d, 0x29, 0xcb, 0xa6, 0xe1, 0xc0, 0xf0, 0xd6, 0x45, 0x9a, 0xf3, 0x9f, 0xaa, 0xc6, 0x92, 0x66, 0x58, 0xae, 0xd8, 0x4b, 0x3f, 0x2a, 0x48, 0x56, 0x71, 0x1c, 0x78, 0x88, 0xba, 0x8d, 0x21, 0x70, 0x9f, 0x53, 0x7a, 0x4a, 0x85, 0x2f, 0x25, 0xb4, 0x7e, 0xb3, 0xb8, 0x6c, 0x9b, 0x00, 0xb7, 0xde, 0x35, 0x72, 0xdf, 0x06, 0xb9, 0xf9, 0x8a, 0x10, 0x39, 0x33, 0xfa, 0x63, 0x4a, 0xd5, 0x67, 0x97, 0x8a, 0x71, 0xb3, 0x86, 0x2d, 0x8d, 0xb5, 0xb6, 0x46, 0x0b, 0x8a, 0xcd, 0x6c, 0x1e, 0xba, 0x00, 0x2e, 0xd5, 0xad, 0x6e, 0x53, 0x97, 0xe3, 0x42, 0x1e, 0xcc, 0xb0, 0xb1, 0xec, 0xbb, 0x12, 0x7f, 0x76 } }; static const struct cckprng_op_refresh op_refresh_1662 = { .hd = { .id = 1570, .kind = OP_REFRESH }, .rand = 11518703040221142107ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1663 = { .hd = { .id = 1571, .kind = OP_RESEED }, .nonce = 4984164521027270349ULL, .seed_nbytes = 200, .seed = { 0x22, 0x91, 0x81, 0x96, 0x77, 0x49, 0x6e, 0x73, 0x46, 0xea, 0x55, 0xbc, 0x41, 0xc1, 0x90, 0x47, 0x6e, 0x14, 0xa3, 0xf5, 0xa6, 0x4b, 0x53, 0x6c, 0xca, 0xc0, 0x59, 0xfc, 0x47, 0xf9, 0x42, 0x92, 0xcd, 0x53, 0xbd, 0x99, 0xed, 0x22, 0x08, 0x74, 0x55, 0x8d, 0x27, 0xa7, 0x10, 0x1b, 0xce, 0x50, 0x1d, 0xc3, 0xde, 0xaf, 0xd8, 0x0d, 0x6c, 0xd5, 0xd6, 0xf1, 0xbe, 0x2c, 0xb6, 0xcf, 0x87, 0x3b, 0xd6, 0x35, 0x75, 0x0e, 0xbe, 0x5b, 0x97, 0xd4, 0xd2, 0x32, 0x2c, 0x5c, 0x03, 0x23, 0x0b, 0x75, 0xef, 0x4f, 0x53, 0x5a, 0x30, 0x95, 0x6f, 0x2d, 0xb4, 0xa7, 0x17, 0x8c, 0xcf, 0x54, 0x33, 0xd6, 0xc0, 0xcf, 0xbd, 0x7a, 0xcc, 0x3f, 0x7e, 0x6a, 0x80, 0xea, 0x30, 0xd4, 0x92, 0xbc, 0x39, 0xdd, 0x67, 0x76, 0x9c, 0xdf, 0xf7, 0x5e, 0x3d, 0xad, 0x17, 0x94, 0xc3, 0xfb, 0xcb, 0xb4, 0x11, 0x96, 0x55, 0x15, 0xce, 0x06, 0x0e, 0x14, 0xa9, 0xf3, 0x0e, 0x6d, 0xc4, 0xa2, 0xe4, 0x40, 0xad, 0x10, 0xad, 0x7b, 0x47, 0xc3, 0xab, 0x32, 0x2b, 0x50, 0x9b, 0x1a, 0x81, 0xb6, 0xd9, 0xea, 0x40, 0xf1, 0xec, 0xca, 0xfe, 0xde, 0xe6, 0x35, 0x6a, 0x1a, 0x9e, 0x1c, 0xe2, 0x63, 0xe8, 0x80, 0xf0, 0x69, 0xfa, 0x23, 0x4f, 0xec, 0x66, 0xef, 0xe3, 0x31, 0x64, 0xb2, 0x06, 0x5b, 0xd3, 0x2b, 0x5a, 0x08, 0x64, 0xcc, 0x44, 0xa1, 0x81, 0x9f, 0xbb, 0x5e } }; static const struct cckprng_op_reseed op_reseed_1664 = { .hd = { .id = 1572, .kind = OP_RESEED }, .nonce = 6681044034243540512ULL, .seed_nbytes = 281, .seed = { 0x22, 0x79, 0x9c, 0xfb, 0xab, 0xa1, 0xf8, 0xfe, 0x68, 0xd7, 0x33, 0xca, 0xc9, 0x53, 0x5f, 0x2a, 0xe1, 0x85, 0x02, 0x09, 0xaf, 0xd0, 0xfe, 0x50, 0x03, 0x12, 0x40, 0xd8, 0x6b, 0x8f, 0x82, 0xfa, 0x86, 0xe0, 0xcc, 0xdc, 0x2f, 0xe5, 0x6e, 0x8e, 0x63, 0x74, 0x1b, 0x06, 0x53, 0x36, 0x79, 0x06, 0x37, 0xb8, 0x3a, 0xf5, 0xc2, 0xeb, 0xb0, 0x73, 0x64, 0xed, 0x13, 0x91, 0x87, 0x7b, 0x80, 0xe5, 0x4d, 0x2e, 0x62, 0xb8, 0x05, 0xe7, 0x96, 0x21, 0x6b, 0x5c, 0x84, 0x4b, 0x8e, 0x71, 0xa2, 0x0e, 0x0b, 0x90, 0xf0, 0xbb, 0x15, 0x0d, 0x81, 0x1e, 0x82, 0x22, 0x75, 0x21, 0x4d, 0xc3, 0xf9, 0xf5, 0x1b, 0x7d, 0xe3, 0xb5, 0x25, 0x1b, 0xd3, 0xa0, 0x3b, 0x9d, 0x20, 0x91, 0x50, 0xa9, 0x3b, 0xf7, 0x91, 0x70, 0xc4, 0x53, 0x58, 0x8d, 0xa3, 0x16, 0xb7, 0x2e, 0x00, 0x4d, 0x28, 0x19, 0x26, 0xb1, 0xa4, 0xaf, 0xbf, 0xa0, 0x3c, 0xba, 0xfe, 0x6e, 0xb3, 0x27, 0x07, 0x0e, 0x91, 0xe3, 0xfd, 0x12, 0x71, 0x8a, 0xb4, 0xee, 0x82, 0x44, 0x8f, 0x5e, 0xd8, 0xbc, 0x49, 0xa9, 0x5c, 0x06, 0x9e, 0x72, 0xd6, 0x49, 0xef, 0xee, 0xba, 0x0b, 0x48, 0x11, 0x18, 0x95, 0xa4, 0xc7, 0xe5, 0xea, 0xa5, 0x0a, 0x6d, 0xa9, 0x19, 0x22, 0xd0, 0x6a, 0x1b, 0xfe, 0x4e, 0x45, 0xe3, 0x20, 0xc2, 0xea, 0x9b, 0x2d, 0xf1, 0x21, 0x15, 0x3f, 0x51, 0xf7, 0xc8, 0xf6, 0xf2, 0x52, 0x1d, 0x1e, 0x58, 0xf8, 0xfd, 0xbc, 0x22, 0xba, 0x34, 0x84, 0x1e, 0x1b, 0x15, 0x07, 0x44, 0x0e, 0x54, 0x88, 0xbe, 0xa3, 0x96, 0xab, 0x07, 0xa2, 0x33, 0x9a, 0x59, 0x03, 0x8a, 0xdb, 0x82, 0xd9, 0x18, 0x46, 0x00, 0xa9, 0x2a, 0x00, 0x72, 0xae, 0x32, 0x15, 0x52, 0x5e, 0x88, 0x6b, 0x6c, 0x37, 0xda, 0xe0, 0x77, 0x9c, 0x4d, 0xca, 0x0b, 0xcd, 0xea, 0xf1, 0xbc, 0xb6, 0x0e, 0x00, 0xdb, 0x9f, 0xdd, 0x65, 0xd9, 0xd7, 0x7a, 0xd0, 0x19, 0x10, 0xcd, 0x33, 0xf4, 0x37, 0xdc, 0x95, 0xe1 } }; static const struct cckprng_op_refresh op_refresh_1665 = { .hd = { .id = 1573, .kind = OP_REFRESH }, .rand = 14214188964433352707ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1666 = { .hd = { .id = 1574, .kind = OP_REFRESH }, .rand = 1253396561371214565ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1667 = { .hd = { .id = 1575, .kind = OP_REFRESH }, .rand = 9537711438063639697ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1668 = { .hd = { .id = 1576, .kind = OP_REFRESH }, .rand = 10445118972982005699ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1669 = { .hd = { .id = 1577, .kind = OP_RESEED }, .nonce = 14302267284500653104ULL, .seed_nbytes = 261, .seed = { 0xe7, 0xfc, 0x25, 0xb4, 0xe3, 0x53, 0x03, 0x9c, 0x6e, 0xb9, 0x2c, 0x4c, 0x59, 0x16, 0xea, 0x16, 0x88, 0x8a, 0x60, 0x24, 0xac, 0xab, 0x3e, 0xcb, 0xec, 0xce, 0x45, 0x7b, 0x84, 0xe2, 0xc8, 0xac, 0x63, 0xaa, 0xec, 0xfe, 0x7e, 0x01, 0xc2, 0xf9, 0x69, 0x4c, 0xef, 0xfc, 0x9a, 0x1b, 0x34, 0x7f, 0xd4, 0x03, 0xe6, 0x77, 0x46, 0x67, 0x1a, 0xe2, 0xe4, 0x30, 0xad, 0xb2, 0x43, 0x98, 0xc9, 0xf3, 0x2e, 0x17, 0xd9, 0x9e, 0x57, 0xa1, 0x28, 0x34, 0xa0, 0x19, 0x34, 0x8b, 0x4e, 0x8a, 0xc3, 0x19, 0x82, 0xc2, 0x6a, 0x43, 0x83, 0xdd, 0x68, 0x5d, 0xe2, 0xfe, 0x7d, 0x6e, 0x02, 0x99, 0x51, 0xd1, 0xb8, 0xaa, 0xb3, 0x32, 0x13, 0x27, 0x0a, 0x15, 0x21, 0xe5, 0xcb, 0x24, 0x4e, 0xad, 0x92, 0xbf, 0xbc, 0xae, 0x0e, 0xaf, 0xaf, 0xb3, 0xd1, 0xb4, 0x15, 0x1c, 0x4b, 0x1d, 0x55, 0x41, 0x5e, 0xe4, 0x5f, 0x9c, 0xbe, 0xff, 0xf5, 0x1b, 0xaa, 0x88, 0xed, 0x5d, 0xf4, 0xcf, 0x58, 0xb7, 0xf1, 0xc2, 0x94, 0xa1, 0x3b, 0x3c, 0x6c, 0x80, 0x1c, 0x8d, 0x5b, 0x36, 0xe7, 0x2d, 0x48, 0xcc, 0xfc, 0xa1, 0xc1, 0x1d, 0x68, 0x94, 0xc2, 0x42, 0x76, 0xdb, 0x24, 0x7c, 0xc0, 0x6c, 0xb5, 0x58, 0x3a, 0xd5, 0xa7, 0xd7, 0x42, 0x32, 0x38, 0x5b, 0x08, 0x35, 0x74, 0x32, 0x38, 0x8b, 0x07, 0xd6, 0x81, 0x50, 0xa4, 0x81, 0x7a, 0x04, 0x7f, 0x5b, 0x41, 0xfe, 0xed, 0x3d, 0x4f, 0x95, 0x53, 0xac, 0x23, 0x06, 0x41, 0x67, 0xfb, 0xd6, 0x32, 0x71, 0x57, 0xfa, 0x6a, 0xf9, 0x10, 0xee, 0xef, 0x50, 0x32, 0x42, 0xe5, 0x27, 0xa0, 0x72, 0x22, 0x93, 0x0a, 0x29, 0xbe, 0xd9, 0xe9, 0x1d, 0x8c, 0x43, 0xc1, 0xf7, 0xd1, 0x6a, 0xa9, 0xaf, 0xf1, 0x73, 0x8a, 0xfd, 0x0b, 0x52, 0xb6, 0xed, 0xf1, 0x90, 0xf9, 0x4c, 0xb4, 0xa0, 0x8b, 0x82, 0x3d } }; static const struct cckprng_op_refresh op_refresh_1670 = { .hd = { .id = 1578, .kind = OP_REFRESH }, .rand = 11624737942610164010ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1671 = { .hd = { .id = 1579, .kind = OP_GENERATE }, .rand_nbytes = 162, .out = { .rand = { 0x0b, 0xa7, 0xd1, 0x76, 0x59, 0xe3, 0x69, 0x63, 0xb7, 0xe7, 0x2e, 0x92, 0xd4, 0x31, 0x06, 0xe2, 0xe1, 0x11, 0xc6, 0x34, 0xe6, 0x19, 0xfd, 0x30, 0x30, 0x04, 0x9b, 0x21, 0x3b, 0x17, 0x74, 0xc0, 0xc7, 0x3b, 0xaa, 0x6f, 0xee, 0xab, 0x7a, 0x36, 0x26, 0xc0, 0xfe, 0xa6, 0xe0, 0xbe, 0x4f, 0x6a, 0x09, 0xcf, 0x0f, 0xe6, 0x9b, 0xcd, 0x6b, 0x38, 0xcd, 0x32, 0xcc, 0x11, 0x44, 0x27, 0x7a, 0xa5, 0xe2, 0x95, 0xd3, 0x2e, 0xc7, 0xb6, 0x55, 0x63, 0xd4, 0x52, 0xab, 0xf9, 0x25, 0x4c, 0x2a, 0xdf, 0x0f, 0xe6, 0x2f, 0x9d, 0xd0, 0x74, 0xf1, 0xe1, 0x89, 0x75, 0x17, 0x5a, 0x75, 0xae, 0x07, 0x77, 0x7c, 0x9f, 0xfe, 0x95, 0xa3, 0xce, 0xc0, 0x1e, 0x13, 0xf7, 0x59, 0x27, 0x59, 0x7b, 0xf5, 0x8f, 0xf2, 0x33, 0x76, 0x76, 0xdb, 0xce, 0x98, 0xbb, 0x39, 0xa2, 0xb6, 0xea, 0x45, 0xfb, 0xc9, 0x01, 0x30, 0xf0, 0x6b, 0x21, 0xb0, 0x6e, 0x74, 0xc4, 0x7a, 0xf0, 0x6e, 0xd0, 0x7f, 0xd8, 0x09, 0xc3, 0x9c, 0x19, 0x2a, 0x1e, 0x7d, 0x57, 0xbd, 0x97, 0xd3, 0x27, 0x9b, 0xc3, 0xdf, 0x0e, 0x9c, 0xd4, 0x4c, 0x0e } } }; static const struct cckprng_op_refresh op_refresh_1672 = { .hd = { .id = 1580, .kind = OP_REFRESH }, .rand = 1205772589297158955ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1673[] = { (const struct cckprng_op *)&op_init_1657, (const struct cckprng_op *)&op_init_1658, (const struct cckprng_op *)&op_init_1659, (const struct cckprng_op *)&op_reseed_1660, (const struct cckprng_op *)&op_reseed_1661, (const struct cckprng_op *)&op_refresh_1662, (const struct cckprng_op *)&op_reseed_1663, (const struct cckprng_op *)&op_reseed_1664, (const struct cckprng_op *)&op_refresh_1665, (const struct cckprng_op *)&op_refresh_1666, (const struct cckprng_op *)&op_refresh_1667, (const struct cckprng_op *)&op_refresh_1668, (const struct cckprng_op *)&op_reseed_1669, (const struct cckprng_op *)&op_refresh_1670, (const struct cckprng_op *)&op_init_1671, (const struct cckprng_op *)&op_refresh_1672 }; static const struct cckprng_vector vec_1674 = { .id = 1581, .note = NULL, .nops = 16, .ops = ops_1673 }; static const struct cckprng_op_init op_init_1675 = { .hd = { .id = 1582, .kind = OP_INIT }, .seed = { 0xce, 0x58, 0x27, 0x5d, 0x40, 0x34, 0x1f, 0x29, 0x36, 0x04, 0xee, 0xae, 0xab, 0xc8, 0x8c, 0x0c, 0x97, 0x56, 0x9b, 0x3a, 0x94, 0x55, 0x26, 0xbe, 0x03, 0x5a, 0x10, 0x3d, 0xe3, 0x76, 0x1a, 0xce }, .nonce = { 0x39, 0x95, 0xbc, 0x7a, 0x8d, 0xe2, 0xcc, 0x65 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1676 = { .hd = { .id = 1583, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0xb7, 0x3a, 0x1c, 0xca, 0x0b, 0x00, 0xc8, 0x9b, 0xd0, 0x40, 0x11, 0xd7, 0xa6, 0xb5, 0x55, 0xaa, 0xbf, 0x3c, 0x4d, 0x5c, 0x67, 0x9c, 0x5e, 0x3e, 0x9c, 0x12, 0x58, 0x04, 0xb3, 0xf8, 0x92, 0x69, 0x58, 0x1a, 0xc0, 0x2f } } }; static const struct cckprng_op_generate op_init_1677 = { .hd = { .id = 1584, .kind = OP_GENERATE }, .rand_nbytes = 249, .out = { .rand = { 0x67, 0xed, 0x56, 0xfc, 0xc3, 0x10, 0x85, 0x83, 0xd0, 0x04, 0xdf, 0xa7, 0xdb, 0xa2, 0x8a, 0x23, 0x39, 0x25, 0xb3, 0x2b, 0x16, 0x70, 0xbe, 0x11, 0x14, 0x13, 0xf7, 0x8e, 0x5d, 0xba, 0x23, 0x39, 0x37, 0x54, 0x54, 0x4d, 0x0b, 0xaa, 0x6b, 0x61, 0x2f, 0x94, 0x9b, 0x86, 0x7c, 0x32, 0x3d, 0x75, 0xa4, 0xe4, 0x66, 0x46, 0xba, 0x82, 0xb4, 0x48, 0x57, 0xca, 0xa2, 0x95, 0x6c, 0x80, 0xd0, 0x6a, 0x38, 0xe6, 0x05, 0xa4, 0x17, 0x41, 0xa1, 0x97, 0x6f, 0x21, 0xd6, 0x01, 0x25, 0xd6, 0xde, 0x5e, 0x44, 0x36, 0x89, 0x8f, 0x76, 0x9b, 0x1e, 0x0b, 0xfd, 0x6b, 0x21, 0x57, 0x4f, 0x68, 0x49, 0x3d, 0x06, 0xf6, 0xce, 0x26, 0x37, 0x2f, 0xa1, 0xa1, 0x05, 0x65, 0x39, 0x7b, 0xc1, 0x31, 0x08, 0x70, 0xb3, 0x71, 0xf7, 0xf1, 0x90, 0x0f, 0x52, 0x0f, 0x68, 0xb6, 0x81, 0x98, 0xa4, 0xd2, 0x9c, 0x4f, 0x35, 0x31, 0xe6, 0x2a, 0xbe, 0xbe, 0x7e, 0x16, 0x78, 0x07, 0xcf, 0xda, 0x79, 0x28, 0x14, 0x89, 0x5e, 0x5e, 0xdf, 0xaf, 0x76, 0x11, 0xe3, 0xa6, 0xd6, 0x68, 0xff, 0x7a, 0x9d, 0xbe, 0xa2, 0xeb, 0x47, 0xd5, 0x6d, 0xfe, 0xc5, 0x08, 0x42, 0x38, 0x77, 0xdf, 0x1f, 0x26, 0xc0, 0xc7, 0x8f, 0x2c, 0xef, 0xf0, 0x78, 0x9a, 0xc9, 0x5d, 0x1c, 0xdc, 0x70, 0x0a, 0xdb, 0xc8, 0xf8, 0x68, 0x3d, 0xb0, 0x80, 0xee, 0x89, 0x86, 0x87, 0xa2, 0x02, 0x21, 0x7e, 0x16, 0x26, 0xa3, 0xe5, 0x7d, 0x7c, 0xb5, 0x8e, 0x11, 0x33, 0x35, 0xbd, 0xb0, 0x5f, 0xdd, 0xbd, 0xcb, 0xcd, 0x81, 0x3d, 0xd2, 0xd0, 0x3f, 0x5a, 0x03, 0xb1, 0xd1, 0xe6, 0xd4, 0x5a, 0xd2, 0x9e, 0x56, 0x1d, 0x3b, 0x74, 0x46, 0x7a, 0x44, 0xd9, 0x8f, 0x7a, 0xd0, 0x17, 0x7d, 0x52, 0x1a, 0x06 } } }; static const struct cckprng_op_generate op_init_1678 = { .hd = { .id = 1585, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0xec, 0x7a, 0x9c, 0x95, 0x05, 0x63, 0xb1, 0x4a, 0xaa, 0xf5, 0x8d, 0x66, 0x67, 0xfd, 0x2e, 0x6c, 0xa1, 0x29, 0x4d, 0xe3, 0x97, 0xbb, 0x20, 0xf0, 0x4f, 0x2e, 0x90, 0x9c, 0x4f, 0xfe, 0x74, 0x95, 0xda, 0x07, 0xb7, 0xa6, 0x6c, 0x0d, 0x30, 0xca, 0x74, 0x5a, 0x76, 0xde, 0x72, 0xfe, 0xf6, 0xd7, 0x41, 0xd2, 0x53, 0xcb, 0xb9, 0x48, 0x5c, 0xdc, 0x8a, 0xb0, 0x00, 0x1e, 0x4c, 0xb9, 0x42, 0xc6 } } }; static const struct cckprng_op_reseed op_reseed_1679 = { .hd = { .id = 1586, .kind = OP_RESEED }, .nonce = 7450718450585723236ULL, .seed_nbytes = 241, .seed = { 0x16, 0x4f, 0x98, 0xac, 0x5c, 0x87, 0xcc, 0xc2, 0xc1, 0xa0, 0x6d, 0x3b, 0x8e, 0x8d, 0xc6, 0x98, 0xcd, 0x71, 0xd9, 0x0b, 0x1a, 0x4c, 0x61, 0x26, 0xce, 0x95, 0x01, 0xe1, 0xcc, 0xcb, 0xdd, 0xbe, 0x04, 0xd1, 0x97, 0x35, 0xd3, 0x6e, 0xc1, 0x1d, 0x2b, 0xe1, 0x78, 0x47, 0x43, 0xff, 0x4b, 0xd2, 0x09, 0xc8, 0xb6, 0x22, 0x42, 0xb6, 0x75, 0x9b, 0x97, 0x1b, 0x7b, 0x34, 0xfc, 0x7d, 0x0b, 0x0f, 0x52, 0xba, 0xab, 0x9e, 0x02, 0xa5, 0xe3, 0x5c, 0x44, 0x87, 0xec, 0x2e, 0x86, 0xfd, 0xf2, 0x08, 0xa8, 0x31, 0x69, 0x25, 0x08, 0x22, 0xf0, 0xc7, 0xf0, 0x6c, 0x75, 0xc5, 0x32, 0xac, 0x8d, 0x83, 0x5b, 0x90, 0x80, 0x34, 0x74, 0xd1, 0x9e, 0x2c, 0x4d, 0x7f, 0xb2, 0x34, 0x5f, 0xa0, 0x7e, 0x6d, 0x4a, 0xd2, 0xa3, 0x48, 0x2a, 0xf6, 0x62, 0xef, 0x2d, 0x3e, 0x59, 0x55, 0x1c, 0x24, 0x6c, 0xb8, 0xc9, 0x18, 0xd6, 0x70, 0x41, 0x39, 0x3b, 0xe9, 0x92, 0x9c, 0x3e, 0x2f, 0x88, 0x10, 0x6d, 0x72, 0x88, 0x15, 0x4c, 0xb8, 0x6e, 0x45, 0x33, 0x12, 0xcc, 0x4c, 0x1a, 0xf9, 0x51, 0x34, 0x34, 0xf0, 0x25, 0x92, 0xff, 0xdb, 0x31, 0x49, 0x85, 0x50, 0x43, 0xb5, 0xa1, 0xe4, 0x87, 0x1b, 0xaf, 0xdb, 0x52, 0xce, 0xc3, 0x6a, 0xe9, 0xe3, 0xa4, 0x3d, 0x42, 0x7d, 0x2b, 0x30, 0xb7, 0x7f, 0x31, 0x7b, 0x27, 0x78, 0x4e, 0xf5, 0xce, 0x4d, 0x91, 0xf5, 0x58, 0x29, 0x27, 0xa8, 0x24, 0x1e, 0xbb, 0x9e, 0xfd, 0x79, 0x93, 0x97, 0xcf, 0x53, 0xad, 0xc4, 0x9a, 0xef, 0xe7, 0x06, 0x69, 0x35, 0xe8, 0xdf, 0x62, 0xec, 0x09, 0x1d, 0xa3, 0x11, 0x92, 0x35, 0x3d, 0xe4, 0x5b, 0x67, 0x79, 0xad, 0x30, 0xae, 0x0e } }; static const struct cckprng_op_generate op_init_1680 = { .hd = { .id = 1587, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0xec, 0xb2, 0xb5, 0xd5, 0xdb, 0x3b, 0x88, 0xb0, 0xcd, 0x00, 0x4c, 0x3c, 0xdb, 0x0e, 0x30, 0xfd, 0x47, 0x77, 0xa5, 0xad, 0x01, 0x98, 0xe1, 0x6d, 0xa0, 0xeb, 0x80, 0x20, 0xac, 0x2d, 0xde, 0xa6, 0x6a, 0x8c, 0x92, 0x1e, 0xd8, 0x0c, 0x81, 0xd1, 0x7e, 0x8b, 0x92, 0xca, 0xb0, 0x91, 0xdd, 0x64, 0x6f, 0x09, 0x2e, 0xcf, 0x0b, 0xfb, 0x20, 0x83, 0x54, 0x30, 0xb5, 0x08, 0xd2, 0x91, 0x2d, 0xe1, 0xad, 0x6a, 0x74, 0x12, 0x00, 0x51, 0x4a, 0x89, 0x06, 0x4a, 0xbd, 0x54, 0x0b, 0x4c, 0x30, 0x4b, 0xd6, 0xe1, 0xc9, 0x3b, 0x32, 0x9a, 0x43, 0xb0, 0x54, 0x2d, 0xe3, 0x8e, 0x2c, 0x66, 0x46, 0x5f, 0xfe, 0xdf, 0x95, 0x95, 0x13, 0xb9, 0x96, 0xaa, 0xb7, 0x6c, 0x9e, 0x6a, 0x4e, 0x73, 0xb7, 0x5d, 0x1d, 0x6f, 0xe4, 0xfe, 0x96, 0xdc, 0x93, 0x7b, 0xd5, 0x98, 0xad, 0x92, 0xa5, 0x28, 0x2b, 0xc6, 0x25, 0xb1, 0xe4, 0xf1, 0x4b, 0x8e, 0x01, 0x45, 0x5b, 0xb6, 0x47, 0xb8, 0xbe, 0x73, 0x0a, 0xd3, 0xfb, 0x89, 0x4e, 0x23, 0xd4, 0xd3, 0x52, 0x66, 0xd3, 0x99, 0x44, 0xca, 0x7b, 0x6d, 0x53, 0x7d, 0x3e, 0x07, 0x2b, 0x6c, 0xc9, 0x64, 0x34, 0xea, 0x25, 0x64, 0xc5, 0xf8, 0x7c, 0x8a, 0x29, 0x1e, 0xe3, 0x46, 0x49, 0xe1, 0xdc, 0xc6, 0xa3, 0x82, 0x11, 0xc1, 0xc1, 0x24, 0xe2, 0x84, 0x71, 0xea, 0x5a, 0xbd, 0xe9, 0xe9, 0xb9, 0xd4, 0x72, 0xdf, 0xd5, 0x9e, 0xf2, 0x86, 0x91, 0x0f, 0x60, 0x18, 0x50, 0x2a, 0xe5, 0x54, 0x6c, 0x82, 0x6e, 0x3e, 0xee, 0x48, 0xca, 0xd0, 0x51, 0xb1, 0x95, 0x48, 0xed, 0xcc, 0x52, 0xef, 0x21, 0x31, 0xbe, 0x0b, 0xe7, 0xe4, 0x66, 0x22, 0xaf, 0x78, 0x2c, 0xfa, 0xd2, 0xf6, 0x95, 0x1d, 0x81, 0xc0, 0xa7, 0xe7, 0xc1, 0x0f, 0x03, 0x57, 0x21, 0xbf, 0x36, 0x38, 0x93, 0xd5, 0x25, 0xd4, 0xe5, 0xff } } }; static const struct cckprng_op_refresh op_refresh_1681 = { .hd = { .id = 1588, .kind = OP_REFRESH }, .rand = 9075970989538480996ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1682 = { .hd = { .id = 1589, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0x2e, 0x1b, 0xf8, 0xa1, 0x45, 0x8f, 0xd3, 0x9c, 0x81, 0x9c } } }; static const struct cckprng_op_generate op_init_1683 = { .hd = { .id = 1590, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0xe1, 0xa8, 0x94, 0xe0, 0xe3, 0x79, 0x8b, 0x9d, 0x89, 0x72, 0xec, 0x83, 0xe2, 0xc0, 0x6b, 0x36, 0x44, 0x27, 0xfc, 0x8e, 0x25, 0x83, 0xf4, 0x2b, 0x1a, 0x56, 0x14, 0x47, 0xe9, 0xa3, 0x1b, 0x6e, 0xa9, 0x85, 0x1a, 0xc5, 0xb6, 0x3e, 0x0d, 0xb8, 0x48, 0xf6, 0xd4, 0xf2, 0xe9, 0x8b, 0xa3, 0xe9, 0xe6, 0x0a, 0xaa, 0xda, 0xae, 0x25, 0xe0, 0xa2, 0x67, 0xa2, 0x39, 0x4f, 0x34, 0xd8, 0xb1, 0x9f, 0xaa, 0x18, 0xba, 0x28, 0x2b, 0x5d, 0xd3, 0xec, 0x27, 0x68, 0x49, 0x27, 0x3c, 0xd6, 0x83, 0xb1, 0xe3, 0x20, 0xa1, 0x9f, 0x17, 0x25, 0x2a, 0x29, 0xa7, 0x83, 0xf4, 0xc9, 0xb1, 0x0c, 0xf5, 0xde, 0x31, 0xc1, 0x5f, 0x20, 0xe1, 0xb6, 0xd8, 0x0e, 0x85, 0xbe, 0x48, 0xa5, 0xfc, 0x52, 0x07, 0x8f, 0x4b, 0x86, 0x8d, 0x64, 0x55, 0xd0, 0xbe, 0x1e, 0x53, 0x6c, 0x01, 0x3d, 0xa2, 0x8f, 0xd4, 0xca, 0x51, 0x05, 0xc5, 0xf2, 0x1c, 0xd6, 0xfd, 0xaa, 0x7a, 0x89, 0x35, 0xad, 0x82, 0x0e, 0xbc, 0xa1, 0x14, 0x7f, 0x0f, 0xe5, 0x3c, 0xca, 0x94, 0x18, 0x7b, 0x16, 0xa7, 0x49, 0xc9, 0xb4, 0x3d, 0x42, 0x37, 0x73, 0x57, 0x91, 0x12, 0xe0, 0xd2, 0x6b, 0x96, 0x5b, 0x83, 0x14, 0xe1, 0x5f, 0x6e, 0x9d, 0xe1, 0xdc, 0x99, 0x07, 0x81 } } }; static const struct cckprng_op_generate op_init_1684 = { .hd = { .id = 1591, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0xec, 0xb6, 0x20, 0xc5, 0x95, 0xa5, 0xc0, 0x53, 0xec, 0x86, 0xa0, 0x1e, 0x51, 0xd9, 0xc1, 0xa0, 0x7d, 0x34, 0x30, 0xe7, 0x8c, 0xbc, 0x0e, 0x4a, 0xe9, 0x4d, 0x7e, 0x65, 0xb8, 0x18, 0x4e, 0xa3, 0x70, 0xd8, 0x25, 0x12, 0x35, 0x96, 0x7f, 0x0c, 0x1e, 0x86, 0x4a, 0x4d, 0x9b, 0xf0, 0x86, 0xb2, 0x0f, 0x2c, 0xe5, 0x74, 0xe0, 0x51, 0x96, 0xcb, 0x8c, 0x69, 0xc4, 0x66, 0xfb, 0x15, 0x29, 0x14, 0x63, 0x47, 0xd3, 0x0c, 0x2e, 0x32, 0x78, 0xf2, 0x1d, 0x5b, 0xe2, 0x50, 0xf7, 0x88, 0xd2, 0x16, 0x75, 0xa2, 0x34, 0xc8, 0x5c, 0xa0, 0x05, 0x2c, 0xd7, 0x91, 0xea, 0x23, 0xf7, 0x2e, 0xfc, 0xf9, 0x76, 0x9c, 0xb9, 0xf1, 0xb9, 0x9e, 0xca, 0x76, 0xe9, 0x95, 0x8e, 0xb1, 0xeb, 0x5b, 0x49, 0x1f, 0x06, 0x40, 0xc4, 0x7d, 0x74, 0xf1, 0x68, 0x53, 0xfc, 0x39, 0xe2, 0xb9, 0x8b, 0xdf, 0xd8, 0x21, 0xd0, 0x82, 0x35, 0x14, 0x0e, 0x79, 0x82, 0x0a, 0x8a, 0xd6, 0x37, 0xea, 0x7b, 0x0e, 0xdd, 0x2f, 0x0f, 0x9e, 0x73, 0x84, 0x26, 0xdd, 0x68, 0xc0, 0xde, 0x74, 0xec, 0x14, 0x03, 0x0e, 0xc6, 0x13, 0xe4, 0x3e, 0x32, 0x88, 0xd4, 0xaa, 0x04, 0x26, 0x86, 0x2a, 0x10, 0x10, 0xd9, 0x89, 0x49, 0xda, 0xcb, 0xd5, 0x04, 0x2c, 0x38, 0x86, 0x95, 0xb6, 0x68, 0x3f, 0x77, 0x96, 0xa6, 0x01, 0x9c, 0x1a, 0xa0, 0x4c, 0xac, 0x3e, 0x76, 0x80, 0x6a, 0x23, 0x2f, 0xe4, 0xe8, 0x62, 0x10, 0xbe, 0x8b, 0x90, 0xec, 0xe4, 0xd0, 0x80, 0x83, 0x85, 0xcd, 0x14, 0x56, 0x4e, 0x25, 0xde, 0xc0, 0x5a, 0x68, 0x49, 0x3d, 0xeb, 0x26, 0x6e, 0x62, 0xd1, 0x93, 0xc5, 0x28, 0xda, 0xb1, 0xdf, 0x25, 0x4d, 0x59, 0x52, 0x13, 0xc5, 0xb2, 0x1a, 0x69, 0x22, 0xc5, 0x38, 0xb4, 0x1f, 0xe8, 0x1f, 0xc9, 0x00, 0x94, 0x74, 0xd7, 0x6e, 0xd8, 0x31, 0x83, 0x96, 0x22, 0x38, 0xfc, 0x89, 0xf1, 0xc2, 0xae, 0x36, 0xae, 0x80, 0xf3, 0x71, 0x7c, 0xa4, 0x62 } } }; static const struct cckprng_op_reseed op_reseed_1685 = { .hd = { .id = 1592, .kind = OP_RESEED }, .nonce = 9238206445779566758ULL, .seed_nbytes = 130, .seed = { 0x0a, 0x6d, 0x29, 0x38, 0x72, 0x4f, 0xf1, 0x65, 0xe7, 0xa8, 0x81, 0x6e, 0x07, 0xf9, 0xb5, 0xc8, 0xee, 0x40, 0x58, 0x3f, 0xc0, 0x5c, 0xc0, 0x2c, 0x47, 0xbe, 0x3f, 0x3f, 0x39, 0x8f, 0x52, 0xb2, 0x04, 0x4e, 0x33, 0x76, 0xb0, 0xa0, 0x19, 0x02, 0x2c, 0xe6, 0x7e, 0xe8, 0x0d, 0x4c, 0xbc, 0x9b, 0x4d, 0x6b, 0x65, 0xfa, 0xf2, 0xa2, 0x48, 0x66, 0x68, 0x49, 0x2e, 0x9d, 0x80, 0x55, 0x38, 0x9f, 0x13, 0x2e, 0x32, 0x07, 0x9e, 0x3c, 0x75, 0x52, 0xad, 0x41, 0x20, 0x1a, 0x49, 0x7e, 0xa9, 0xe3, 0xf0, 0xb6, 0x94, 0x12, 0x2b, 0x78, 0x01, 0x14, 0x08, 0x3a, 0x93, 0xad, 0x0a, 0x03, 0xbf, 0x3d, 0xce, 0xef, 0xd3, 0x8d, 0xb4, 0xe5, 0x65, 0x83, 0x08, 0x6c, 0xa4, 0x7f, 0xa4, 0xdc, 0x26, 0x51, 0x72, 0x85, 0x34, 0xd0, 0x36, 0x38, 0x8c, 0x2d, 0xc7, 0x38, 0xdc, 0x8e, 0x68, 0x21, 0x35, 0x33, 0x2c, 0x37 } }; static const struct cckprng_op_refresh op_refresh_1686 = { .hd = { .id = 1593, .kind = OP_REFRESH }, .rand = 1161918835043186201ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1687 = { .hd = { .id = 1594, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0xa3, 0x8e, 0x4f, 0x98, 0x1a, 0x6d, 0x45, 0x3e, 0xc0, 0x63, 0xf8, 0x0c, 0x14, 0x63, 0x99, 0x71, 0xcf, 0xce, 0x6f, 0x9b, 0x4c, 0x13, 0xf9, 0x99, 0x96, 0xd0, 0x29, 0x55, 0xdd, 0xc8, 0xda, 0xb9, 0x85, 0xa8, 0xf1, 0xaa, 0xcd, 0x68, 0x3c, 0x6a, 0x9f, 0x46, 0xf4, 0xed, 0x33, 0x8e, 0x36, 0x2b, 0x34, 0xef, 0x5f, 0x03, 0x3a, 0x5a, 0x61, 0xef, 0x65, 0xaa, 0x93, 0xb6, 0x1d, 0xcf, 0x94, 0xbd, 0xc7, 0xc8, 0x72, 0xdb, 0x06, 0x54, 0x53, 0x37, 0xf6, 0xcf, 0x41, 0x53, 0x4c, 0x15, 0x88, 0x4a, 0x9d, 0x41, 0x65, 0xfc, 0x9f, 0x27, 0xef, 0xaf, 0x9c, 0xad, 0x79, 0x6f, 0x7c, 0x2c, 0x0b, 0xe1, 0xdd, 0x7d, 0xb0, 0x6b, 0xa7, 0x81, 0x4a, 0x9a, 0xd5, 0x75, 0x9b, 0x0b, 0x08, 0x7c, 0x85, 0x17, 0x65, 0x34, 0x73, 0x6e, 0x4d, 0x6e, 0xe7, 0xa2, 0x7e, 0xa6, 0xe1, 0xce, 0x83, 0x23, 0xa2, 0xc8, 0x45, 0xbf, 0x9a, 0x91, 0x03, 0xca, 0x0d, 0x79, 0x8b, 0xde, 0x7a, 0x30, 0xa1, 0x0c, 0xcb, 0x78, 0xcf, 0xe0, 0xb9, 0x6b, 0x62, 0x5c, 0xdf, 0xcf, 0x4d, 0xb9, 0x17, 0x4e, 0x24, 0x71, 0xff, 0x0b, 0x47, 0x28, 0x52, 0x38, 0x97, 0x4e, 0x6d, 0x5b, 0x09, 0xd9, 0x6e, 0xc8, 0x71, 0x65, 0x94, 0xbe, 0x99, 0xdc, 0xe8, 0xc6, 0x52, 0xc5, 0xe2, 0xc1, 0x23, 0x1f, 0xf5, 0x80, 0x64, 0x9f, 0xf1, 0x43, 0xa2, 0x20, 0xcc, 0x21, 0x61, 0x37, 0x4d, 0xb8, 0x97, 0x84, 0x5f, 0x33, 0x0b, 0xb5, 0x09, 0xa2, 0x19, 0x76, 0x20, 0xb5, 0x95, 0x41, 0x4a, 0x6e, 0x8a, 0x39, 0xba, 0xeb, 0x61, 0xad, 0xc6, 0xce, 0x26, 0x0a, 0x51, 0x52, 0xff, 0xd4, 0x23, 0xb0, 0xb7, 0x1d, 0xdb, 0xff, 0x87, 0xe8, 0x11, 0xed, 0x75, 0xb4, 0xd4, 0x87, 0xed, 0xb1, 0x1e, 0x2f, 0xbe, 0x02, 0x27, 0x30, 0xd6, 0x3c, 0x23, 0x63, 0x86, 0x4d, 0x1b, 0xce, 0x5f, 0x93, 0x2c, 0x50, 0x4f, 0xf9 } } }; static const struct cckprng_op_refresh op_refresh_1688 = { .hd = { .id = 1595, .kind = OP_REFRESH }, .rand = 5528788003918027482ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1689 = { .hd = { .id = 1596, .kind = OP_RESEED }, .nonce = 960938265370210262ULL, .seed_nbytes = 220, .seed = { 0x87, 0xa6, 0xc6, 0xed, 0x5c, 0x81, 0xf5, 0x11, 0x38, 0xcc, 0x52, 0x91, 0xab, 0xa3, 0x56, 0x9a, 0x80, 0x70, 0x12, 0x50, 0x5a, 0x3a, 0x9a, 0xf8, 0xe5, 0xc1, 0xba, 0xd5, 0xb8, 0x22, 0x37, 0x14, 0x0a, 0x12, 0xed, 0xea, 0x59, 0x35, 0x1e, 0x8c, 0xdf, 0xf2, 0x21, 0x6d, 0xa8, 0x3d, 0x5f, 0x72, 0xf0, 0x33, 0xd8, 0xf3, 0xfd, 0xbf, 0xbe, 0x3b, 0x6a, 0xbe, 0x1e, 0x7e, 0x23, 0x6c, 0xf2, 0x5e, 0x81, 0x63, 0xce, 0xa0, 0x7c, 0x49, 0xe8, 0x51, 0x3f, 0xaf, 0x28, 0x7c, 0x78, 0x51, 0x64, 0xd8, 0xa5, 0x7f, 0xbd, 0x40, 0x2d, 0x71, 0x55, 0x9f, 0x69, 0x8d, 0x66, 0x64, 0x5b, 0x2d, 0xeb, 0x2a, 0x96, 0xd8, 0xb9, 0x75, 0x3d, 0xb2, 0xd1, 0x74, 0x71, 0x7d, 0xb3, 0x11, 0x38, 0x73, 0xf6, 0xce, 0xf0, 0x16, 0x78, 0x8c, 0x51, 0xcf, 0x11, 0xf6, 0x02, 0xc9, 0x55, 0x08, 0xb7, 0x6c, 0x63, 0xce, 0xcb, 0x9c, 0x7d, 0x30, 0x90, 0x38, 0xf8, 0xb4, 0x52, 0x27, 0x36, 0xc3, 0x1a, 0xe3, 0x3c, 0x0c, 0xdb, 0xce, 0xef, 0x89, 0xee, 0xd9, 0x28, 0x93, 0x94, 0xd3, 0xcb, 0x1a, 0x3e, 0x8c, 0x05, 0xf4, 0x28, 0x95, 0x73, 0x5b, 0x07, 0x1f, 0x79, 0xea, 0xa0, 0x5f, 0x83, 0xb1, 0x52, 0x9c, 0xf1, 0x33, 0x0c, 0x6c, 0xd1, 0xd1, 0x9b, 0xce, 0x47, 0x2b, 0x41, 0xbc, 0x48, 0xea, 0x0f, 0xc9, 0x97, 0x9c, 0xc7, 0x97, 0x2e, 0x7c, 0x84, 0x05, 0x5a, 0xb5, 0x60, 0x74, 0x73, 0x44, 0x63, 0xc9, 0x2c, 0x1c, 0x05, 0xba, 0x0a, 0x05, 0x79, 0xd5, 0xb6, 0x25, 0xcc, 0xea, 0x90, 0x91 } }; static const struct cckprng_op_generate op_init_1690 = { .hd = { .id = 1597, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x80, 0xc4, 0x1f, 0x48, 0x03, 0xc3, 0x7f, 0x27, 0x18, 0x36, 0x63, 0x58, 0x46, 0x35, 0xd4, 0x14, 0x0b, 0xc1, 0xb5, 0x09, 0xca, 0xc8, 0x06, 0x77, 0x3d, 0x7b, 0x3b, 0x78, 0x00, 0x2d, 0xdf, 0xfb, 0x55, 0x81, 0x27, 0x96, 0x2c, 0x71, 0xd1, 0xff, 0x03, 0xda, 0xbe, 0xce, 0x61, 0xa9, 0x99, 0xf2, 0xae, 0xc5, 0x4e, 0xef, 0xd4, 0x3a, 0xa4, 0x56, 0xc3, 0xff, 0x5d, 0xd7, 0x8e, 0xd4, 0x71, 0x50, 0xdb, 0xb9, 0x1e, 0xe5, 0xe1, 0x7f, 0x30, 0x01, 0x05, 0xbe, 0xd9, 0x5b, 0x8a, 0x4a, 0xf9, 0x93, 0x50, 0x17, 0xfb, 0xf2, 0x21 } } }; static const struct cckprng_op *ops_1691[] = { (const struct cckprng_op *)&op_init_1675, (const struct cckprng_op *)&op_init_1676, (const struct cckprng_op *)&op_init_1677, (const struct cckprng_op *)&op_init_1678, (const struct cckprng_op *)&op_reseed_1679, (const struct cckprng_op *)&op_init_1680, (const struct cckprng_op *)&op_refresh_1681, (const struct cckprng_op *)&op_init_1682, (const struct cckprng_op *)&op_init_1683, (const struct cckprng_op *)&op_init_1684, (const struct cckprng_op *)&op_reseed_1685, (const struct cckprng_op *)&op_refresh_1686, (const struct cckprng_op *)&op_init_1687, (const struct cckprng_op *)&op_refresh_1688, (const struct cckprng_op *)&op_reseed_1689, (const struct cckprng_op *)&op_init_1690 }; static const struct cckprng_vector vec_1692 = { .id = 1598, .note = NULL, .nops = 16, .ops = ops_1691 }; static const struct cckprng_op_init op_init_1693 = { .hd = { .id = 1599, .kind = OP_INIT }, .seed = { 0xfb, 0x2b, 0x9c, 0xe9, 0xda, 0xb1, 0x04, 0x8c, 0xae, 0x2a, 0xb8, 0x73, 0x3c, 0x72, 0x4f, 0x30, 0x80, 0x52, 0xad, 0xad, 0xff, 0x2e, 0xef, 0x14, 0x40, 0x91, 0x3d, 0x8f, 0xb4, 0x3e, 0x27, 0xc1 }, .nonce = { 0x87, 0xd7, 0x61, 0x68, 0xab, 0x17, 0xfe, 0xb0 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1694 = { .hd = { .id = 1600, .kind = OP_RESEED }, .nonce = 11713525700165856441ULL, .seed_nbytes = 128, .seed = { 0x42, 0xcb, 0x36, 0xd8, 0x88, 0x03, 0x73, 0x40, 0xcb, 0x11, 0xdb, 0xd3, 0x1d, 0x45, 0x97, 0x41, 0x0d, 0x06, 0xe6, 0x99, 0x09, 0x27, 0xdb, 0xb2, 0x0a, 0xfb, 0x67, 0x1d, 0x03, 0x75, 0xd7, 0x2c, 0x6e, 0x84, 0xce, 0xd2, 0xf4, 0x46, 0x9b, 0x77, 0x52, 0x31, 0x02, 0xf4, 0xd4, 0x2e, 0x1b, 0xe5, 0x65, 0x4d, 0xc5, 0xa6, 0xc4, 0x04, 0xa3, 0x1d, 0x08, 0x9f, 0x16, 0xfe, 0xe6, 0x66, 0x00, 0x18, 0xfc, 0xe8, 0x62, 0x68, 0x92, 0x3b, 0x6f, 0x9a, 0x50, 0xf2, 0x9e, 0x5a, 0x7a, 0x33, 0x14, 0x87, 0x1e, 0xed, 0x27, 0x3a, 0xec, 0x8d, 0x2c, 0xe0, 0x63, 0x05, 0xd9, 0x81, 0x6a, 0x4a, 0x31, 0x04, 0xc6, 0x0d, 0x83, 0x84, 0xe0, 0x27, 0x44, 0xbd, 0xea, 0xe5, 0x32, 0xde, 0xfb, 0xc1, 0x3a, 0x03, 0x7a, 0xdc, 0xe4, 0x68, 0xf7, 0x38, 0xe4, 0x02, 0xc5, 0xb3, 0x0c, 0x0c, 0x1b, 0xde, 0x45, 0x39 } }; static const struct cckprng_op_reseed op_reseed_1695 = { .hd = { .id = 1601, .kind = OP_RESEED }, .nonce = 5458315211263709279ULL, .seed_nbytes = 171, .seed = { 0x3b, 0xee, 0x91, 0x06, 0x57, 0xea, 0x2a, 0x9b, 0x1f, 0xfd, 0x00, 0x89, 0x81, 0x2f, 0x60, 0x78, 0x4d, 0x8a, 0xdc, 0x0f, 0x79, 0xba, 0x98, 0xd8, 0xcb, 0x80, 0x74, 0x14, 0x56, 0x88, 0xec, 0x61, 0xc1, 0x31, 0xa6, 0x0b, 0xb8, 0xec, 0x00, 0x77, 0xae, 0xad, 0x44, 0xe4, 0xa2, 0xd8, 0x58, 0x65, 0x5b, 0x0e, 0xc9, 0x56, 0x31, 0x3b, 0xec, 0xbc, 0x6e, 0xd2, 0x2b, 0xf9, 0xb7, 0xed, 0x31, 0xb2, 0x05, 0x2b, 0xa0, 0x07, 0x3c, 0xc5, 0x26, 0x9f, 0x42, 0x25, 0x12, 0x86, 0xa5, 0x63, 0x72, 0x87, 0xc5, 0xce, 0x5b, 0x8c, 0x7b, 0x33, 0x5a, 0xcc, 0xcc, 0xda, 0x74, 0xee, 0xc3, 0xe1, 0x80, 0x5f, 0x99, 0x1b, 0x38, 0x19, 0xa8, 0x83, 0xe0, 0x2d, 0x48, 0xc6, 0xd2, 0x86, 0x94, 0xec, 0x6b, 0x18, 0x89, 0x2e, 0x6f, 0xfe, 0x0d, 0xb0, 0x3e, 0xd7, 0xa5, 0xda, 0xcf, 0x5e, 0xf0, 0xf3, 0xa4, 0x0c, 0x78, 0xa1, 0xe2, 0xae, 0x2d, 0xd9, 0xd4, 0x50, 0xcf, 0x0a, 0x11, 0xa4, 0xfc, 0x4e, 0xbc, 0xc5, 0xa1, 0x48, 0x14, 0x88, 0x87, 0xf2, 0x8f, 0xe6, 0xcd, 0xe3, 0x35, 0xf6, 0x4b, 0xb5, 0xc3, 0x75, 0x67, 0x59, 0xbf, 0x41, 0x35, 0x4f, 0x06, 0xdc, 0x42, 0x06, 0xb5 } }; static const struct cckprng_op_refresh op_refresh_1696 = { .hd = { .id = 1602, .kind = OP_REFRESH }, .rand = 15646385038963818121ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1697 = { .hd = { .id = 1603, .kind = OP_REFRESH }, .rand = 343152435693813261ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1698 = { .hd = { .id = 1604, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xa9, 0xb5, 0x1e, 0xc9, 0x63, 0xdd, 0xd9, 0x27, 0xfe, 0x33, 0x72, 0x3d, 0x56, 0x05, 0x4e, 0xf1, 0xd8, 0x81, 0x78, 0xa6, 0x8c, 0x53, 0xb0, 0x99, 0x45, 0x8d, 0x0a, 0xaf, 0x0a, 0xfc, 0x76, 0x39, 0xa4, 0xc5, 0xf5, 0xe8, 0x91, 0x3b, 0x60, 0xaf, 0x21, 0x89, 0x81, 0xcf, 0xd0, 0x02, 0xd9, 0x56, 0x1f, 0xd3, 0x1e, 0x76, 0xc3, 0x0a, 0x75, 0xb3, 0x1b, 0xff, 0xa6, 0xd6, 0xb6, 0xec, 0x7a, 0x49, 0xe1, 0x7c, 0xca, 0x9d, 0x52, 0x8d, 0x68, 0x13, 0x0f, 0xe2, 0x39, 0x10, 0x7a, 0x19, 0x23, 0xfb, 0x11, 0xe7, 0x0f, 0x8c, 0xec, 0x92, 0x5e, 0xa2, 0x3d, 0x27, 0xd5, 0x62, 0x6f, 0x0f, 0x8f, 0xec, 0x5a, 0x36, 0x4e, 0xd7, 0x71, 0x29, 0x44, 0xda, 0x05, 0x02, 0xfa, 0xe7, 0x38, 0xc4, 0xcb, 0x24, 0xe1, 0x6a, 0xb5, 0x57, 0x89, 0xb0, 0xc3, 0xb6, 0x5b, 0x60, 0x1e, 0xe7, 0xda, 0xe3, 0xea, 0xdb, 0x56, 0xae, 0x97, 0xc1, 0x88, 0xab, 0x8d, 0x41, 0x6e, 0xaf, 0x0e, 0x05, 0xae, 0xa4, 0xed, 0x31, 0xf7, 0xe8, 0x1b, 0x69, 0x48, 0xeb, 0x46, 0xa7, 0x85, 0xcf, 0x0b, 0x30, 0x3e, 0xb6, 0x9e, 0xa1, 0x0d, 0x95, 0xcc, 0xf8, 0x9e, 0x3e, 0xf1, 0xf6, 0x99, 0xdf, 0xc6, 0x2d, 0x65, 0xa7, 0x39, 0xe9, 0xa6, 0x0a, 0x8d, 0xd4, 0xbf, 0xf2, 0xf1, 0x3c, 0x22, 0x0c, 0xfa, 0xf2, 0x2f, 0x01, 0xbd } } }; static const struct cckprng_op_refresh op_refresh_1699 = { .hd = { .id = 1605, .kind = OP_REFRESH }, .rand = 4090268653372936056ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1700 = { .hd = { .id = 1606, .kind = OP_REFRESH }, .rand = 13227879769083232359ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1701 = { .hd = { .id = 1607, .kind = OP_REFRESH }, .rand = 15071999309080510060ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1702 = { .hd = { .id = 1608, .kind = OP_REFRESH }, .rand = 14804628780974750061ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1703 = { .hd = { .id = 1609, .kind = OP_GENERATE }, .rand_nbytes = 62, .out = { .rand = { 0xf6, 0x1c, 0x48, 0x1a, 0x69, 0x0a, 0xda, 0x3d, 0xb9, 0x06, 0xdc, 0x02, 0xe7, 0xc0, 0xdd, 0xc3, 0xb5, 0x61, 0x9e, 0x82, 0x8d, 0xc5, 0x6c, 0x93, 0x6c, 0x10, 0x16, 0x8b, 0x2d, 0xaf, 0x9c, 0xd5, 0x12, 0x9a, 0x36, 0x6b, 0xa4, 0x1c, 0x7c, 0xab, 0xb9, 0xa2, 0x1a, 0x1b, 0x1e, 0x8a, 0xc5, 0xc8, 0x6b, 0x2e, 0x93, 0xca, 0x8e, 0x27, 0xc1, 0x0c, 0x80, 0x27, 0x30, 0x78, 0x3a, 0x51 } } }; static const struct cckprng_op_generate op_init_1704 = { .hd = { .id = 1610, .kind = OP_GENERATE }, .rand_nbytes = 179, .out = { .rand = { 0x11, 0xc6, 0x12, 0x2c, 0xde, 0x4f, 0x87, 0xa4, 0x0b, 0x37, 0x0f, 0xea, 0x14, 0xd2, 0xac, 0x94, 0xc4, 0xb3, 0xee, 0x93, 0x50, 0x00, 0x22, 0xeb, 0xd2, 0x3e, 0x2a, 0x57, 0x9b, 0x67, 0xeb, 0x1f, 0xd7, 0x0d, 0xd3, 0x6a, 0xcb, 0xe0, 0x1f, 0x30, 0xed, 0x55, 0x63, 0xd9, 0x6b, 0xd3, 0x2b, 0x87, 0x46, 0x0c, 0x98, 0x3a, 0x54, 0x9b, 0x63, 0x48, 0xaa, 0x2d, 0x25, 0x80, 0x7d, 0xf3, 0xe2, 0xfc, 0xa9, 0x01, 0x3d, 0xfb, 0x39, 0x5d, 0xbd, 0x22, 0x9d, 0x3e, 0x3d, 0xf2, 0x65, 0x2a, 0x4d, 0xdb, 0xbe, 0x97, 0x31, 0xda, 0xc1, 0xeb, 0xee, 0x79, 0x1b, 0x98, 0x8a, 0xbe, 0x8d, 0x6d, 0xf1, 0xdd, 0x34, 0x84, 0xe6, 0xa2, 0xb0, 0x42, 0x4f, 0xbb, 0x29, 0xd8, 0x7d, 0xc6, 0x7a, 0xcd, 0xa6, 0xe3, 0x02, 0x1a, 0xdf, 0xb8, 0xf3, 0x9b, 0x2e, 0x90, 0x7d, 0x47, 0x29, 0x9d, 0xf6, 0x4a, 0x1a, 0xed, 0xb2, 0x66, 0xbd, 0x00, 0x64, 0xdd, 0xe8, 0x49, 0xbb, 0xba, 0x43, 0x59, 0xa1, 0xed, 0x92, 0x62, 0xe7, 0xde, 0xed, 0x5a, 0xde, 0x81, 0x34, 0x0b, 0x8d, 0x69, 0xd4, 0x86, 0x26, 0x58, 0xf3, 0x7a, 0x0b, 0x8d, 0xef, 0x8a, 0x78, 0x05, 0xaa, 0x68, 0x50, 0x16, 0x5b, 0xb2, 0x7b, 0x12, 0x0c, 0xc6, 0xba, 0x27, 0x94 } } }; static const struct cckprng_op_generate op_init_1705 = { .hd = { .id = 1611, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0x56, 0x22, 0xb3, 0xc6, 0xf0, 0xa4, 0xd0, 0x07, 0x7d, 0xd8, 0x93, 0x3b, 0x8f, 0x41, 0x4c, 0x1b, 0x12, 0x78, 0x4f, 0x46, 0x4f, 0x23, 0x07, 0x41, 0x47, 0x59, 0x2d, 0xf6, 0x62, 0x77, 0x0b, 0x51, 0x57, 0x02, 0xe3, 0xc1, 0xfb, 0x37, 0xd7, 0x88, 0xcf, 0x06, 0x2f, 0xe7, 0x2a, 0x54, 0x4a, 0x4f, 0x24, 0xf2, 0xb3, 0xbf, 0x77, 0xe1, 0xf0, 0xee, 0x05, 0x1b, 0x12, 0xfd, 0x4a, 0xaf, 0x74, 0x94, 0xcb, 0x3d, 0xa7, 0x57, 0x31, 0xe0, 0xcc, 0x73, 0xd5, 0x5e, 0x88, 0xd2, 0x9e, 0xee, 0xae, 0x35, 0x57, 0x95, 0xc6, 0x50, 0xa6, 0x3d, 0xb0, 0xfe, 0xd1, 0xf4, 0x0b, 0x37, 0xd6, 0xb7, 0xbd, 0xa2, 0x88, 0x86, 0x4b, 0x07, 0xf8, 0x2b, 0x64, 0x21, 0x7c, 0x02, 0xc2, 0xc3, 0x03, 0x18, 0xed, 0xbe, 0x1f, 0x9d, 0x83, 0xe5, 0xc6, 0x77, 0x06, 0x3d, 0x94, 0xa7, 0x83, 0x34, 0x9e, 0x02, 0x5a, 0xcc, 0xa7, 0xd8, 0x21, 0x6e, 0xe7, 0x53, 0xb8, 0x96, 0x86, 0x97, 0xf8, 0xc9, 0x39, 0x95, 0x4a, 0x31, 0x27, 0x49, 0x7f, 0x52, 0xda, 0xa2, 0xfc, 0xbb, 0x40, 0x77 } } }; static const struct cckprng_op_generate op_init_1706 = { .hd = { .id = 1612, .kind = OP_GENERATE }, .rand_nbytes = 263, .out = { .rand = { 0xa2, 0x78, 0x38, 0x4a, 0x5f, 0xc8, 0xa6, 0x03, 0xc1, 0xba, 0xa3, 0x91, 0x8b, 0xe3, 0xcf, 0x38, 0x6f, 0x0c, 0x65, 0x91, 0x20, 0x92, 0x23, 0x38, 0x5d, 0xac, 0xee, 0x73, 0x04, 0x46, 0xc8, 0x57, 0xf9, 0xc8, 0x77, 0xf8, 0x11, 0x46, 0x87, 0xc9, 0xbc, 0x02, 0x1f, 0xf8, 0x5c, 0x2f, 0xdc, 0x9f, 0x97, 0xed, 0x84, 0x42, 0x5d, 0x30, 0x2c, 0xe4, 0x2f, 0x54, 0xc2, 0x2d, 0x1b, 0x80, 0xa2, 0xb1, 0x53, 0x83, 0x14, 0x04, 0x52, 0x38, 0x70, 0x25, 0x52, 0xc4, 0x85, 0x8b, 0x88, 0xfc, 0x44, 0xf6, 0xdc, 0x28, 0x7a, 0x59, 0x41, 0xdc, 0xb8, 0x0b, 0x08, 0x29, 0xa9, 0xec, 0x4f, 0xe9, 0x9c, 0xd8, 0x1a, 0x50, 0x5a, 0x2f, 0xb4, 0xdc, 0x2c, 0x44, 0xaf, 0x65, 0x20, 0xf1, 0x95, 0x6b, 0xd8, 0xd0, 0x52, 0xba, 0x3c, 0xb1, 0xef, 0x33, 0x70, 0xda, 0x4a, 0x37, 0xe7, 0xb5, 0x9a, 0x30, 0x45, 0xab, 0x68, 0xef, 0xd4, 0xc6, 0x94, 0xee, 0x1d, 0x5f, 0xc1, 0xe3, 0x3d, 0x9f, 0xb4, 0x32, 0xab, 0xe6, 0xf0, 0x51, 0x12, 0x37, 0x92, 0x97, 0x31, 0x56, 0xac, 0x4b, 0x23, 0x0b, 0xf3, 0xab, 0x5a, 0x9a, 0xd4, 0x05, 0x5d, 0xee, 0x68, 0xfd, 0x58, 0x37, 0xfc, 0xad, 0x55, 0xc3, 0x25, 0xb3, 0x3d, 0xe0, 0x2b, 0xa1, 0xb7, 0x63, 0xbb, 0x50, 0x8b, 0xe6, 0xf0, 0xa7, 0x4e, 0x90, 0x66, 0x81, 0x0a, 0xe5, 0x63, 0x2b, 0x21, 0xfa, 0xc2, 0x26, 0xcb, 0xa5, 0x3b, 0x8d, 0xb6, 0x1e, 0xa9, 0xf4, 0xb8, 0xcc, 0x17, 0xf6, 0xd3, 0x1b, 0xde, 0xee, 0x80, 0x04, 0xbd, 0x77, 0xf1, 0x87, 0x2d, 0x1d, 0x73, 0x7d, 0x9c, 0x82, 0x62, 0x50, 0xc3, 0x57, 0xdc, 0x3e, 0xd1, 0x26, 0x44, 0x4e, 0x36, 0xc4, 0x84, 0xdf, 0xb2, 0xb5, 0x15, 0xb9, 0x69, 0xdd, 0xef, 0x0f, 0xef, 0x78, 0x22, 0xee, 0xfa, 0xdb, 0x31, 0xa8, 0xc5, 0x6f, 0x79, 0xb8, 0x12, 0xcf, 0xc8 } } }; static const struct cckprng_op_reseed op_reseed_1707 = { .hd = { .id = 1613, .kind = OP_RESEED }, .nonce = 3874214988824802548ULL, .seed_nbytes = 70, .seed = { 0x39, 0xf2, 0xef, 0x48, 0xce, 0xa8, 0xf2, 0x91, 0x40, 0x4c, 0xc7, 0x59, 0x34, 0x81, 0x89, 0x5a, 0x47, 0xf3, 0xd8, 0x40, 0x24, 0xdb, 0x91, 0x45, 0x47, 0x3e, 0xe0, 0x90, 0x12, 0x36, 0x68, 0x2e, 0x59, 0x1a, 0x28, 0x85, 0xd6, 0x4a, 0x77, 0x1c, 0x24, 0xca, 0x11, 0x86, 0xef, 0x67, 0x9d, 0x5f, 0x03, 0x71, 0x9b, 0x8b, 0x5b, 0x2b, 0x35, 0xfd, 0xdc, 0xfb, 0xfb, 0xfa, 0x0a, 0xa1, 0x96, 0xad, 0x49, 0x53, 0xc3, 0xe1, 0xb2, 0xf2 } }; static const struct cckprng_op_generate op_init_1708 = { .hd = { .id = 1614, .kind = OP_GENERATE }, .rand_nbytes = 218, .out = { .rand = { 0x37, 0x97, 0xf1, 0x4a, 0xea, 0x90, 0xea, 0xae, 0xfb, 0x7e, 0xde, 0xd4, 0xee, 0xa1, 0x00, 0x0f, 0x67, 0x01, 0x26, 0x16, 0xe7, 0x17, 0xc2, 0x38, 0xea, 0x1d, 0x5e, 0x63, 0x8a, 0xb5, 0x30, 0x25, 0xa1, 0x0f, 0xaf, 0x79, 0x43, 0xd7, 0xf5, 0xdd, 0x8f, 0xd0, 0xdf, 0xf8, 0x97, 0x78, 0x1f, 0xf0, 0x7f, 0xaa, 0x1a, 0x6b, 0x9f, 0x25, 0xba, 0xa0, 0xeb, 0x7d, 0x2d, 0x45, 0x24, 0x39, 0xd0, 0x61, 0xb5, 0x1c, 0xe0, 0xcb, 0x48, 0x06, 0xbd, 0xf1, 0x3f, 0xda, 0x0a, 0xd2, 0x68, 0x1e, 0x2e, 0xd4, 0x61, 0x59, 0x2b, 0x60, 0xb4, 0xcb, 0x9d, 0xfe, 0x4e, 0xa4, 0xcf, 0x35, 0x7e, 0xb3, 0x15, 0x1c, 0xc7, 0x45, 0x1b, 0x64, 0x09, 0x0f, 0xc8, 0x8a, 0x9c, 0x40, 0x86, 0x6c, 0x2a, 0x4b, 0x9c, 0xff, 0x41, 0x3d, 0xf4, 0xc1, 0x85, 0x1b, 0xaf, 0x4a, 0x3d, 0x3f, 0x28, 0xeb, 0xbe, 0x7e, 0x7d, 0x7e, 0xe3, 0x1d, 0x7f, 0xcf, 0xfe, 0x5d, 0x52, 0x2d, 0xfe, 0xae, 0x70, 0x0f, 0xf5, 0x65, 0x11, 0xd6, 0xaf, 0xbc, 0x2c, 0x93, 0xe3, 0x14, 0x04, 0x57, 0xaf, 0x85, 0xce, 0xfc, 0xc9, 0x75, 0x7f, 0xab, 0xf1, 0xa5, 0xeb, 0xb0, 0xfa, 0x1a, 0x9b, 0xd7, 0xcf, 0x74, 0x65, 0xa7, 0xd7, 0x98, 0x9c, 0x40, 0xb1, 0x8a, 0x22, 0x09, 0x41, 0xcb, 0xe4, 0x3a, 0x8f, 0x85, 0x70, 0x11, 0xb0, 0x43, 0x58, 0x72, 0xbd, 0x53, 0x2f, 0x86, 0xfe, 0xd3, 0x50, 0xa2, 0xb3, 0x57, 0x61, 0xfb, 0x14, 0x61, 0x75, 0xba, 0x3f, 0xe3, 0x7b, 0x21, 0x4f, 0xf7, 0x9e, 0xf3, 0xb2, 0xfa } } }; static const struct cckprng_op *ops_1709[] = { (const struct cckprng_op *)&op_init_1693, (const struct cckprng_op *)&op_reseed_1694, (const struct cckprng_op *)&op_reseed_1695, (const struct cckprng_op *)&op_refresh_1696, (const struct cckprng_op *)&op_refresh_1697, (const struct cckprng_op *)&op_init_1698, (const struct cckprng_op *)&op_refresh_1699, (const struct cckprng_op *)&op_refresh_1700, (const struct cckprng_op *)&op_refresh_1701, (const struct cckprng_op *)&op_refresh_1702, (const struct cckprng_op *)&op_init_1703, (const struct cckprng_op *)&op_init_1704, (const struct cckprng_op *)&op_init_1705, (const struct cckprng_op *)&op_init_1706, (const struct cckprng_op *)&op_reseed_1707, (const struct cckprng_op *)&op_init_1708 }; static const struct cckprng_vector vec_1710 = { .id = 1615, .note = NULL, .nops = 16, .ops = ops_1709 }; static const struct cckprng_op_init op_init_1711 = { .hd = { .id = 1616, .kind = OP_INIT }, .seed = { 0x4a, 0xa3, 0x54, 0xe4, 0x04, 0x59, 0x93, 0x36, 0x3b, 0x5b, 0x29, 0x2b, 0x13, 0xa9, 0xf9, 0x0e, 0x8d, 0xbf, 0xd6, 0x3a, 0x4d, 0x87, 0x19, 0x12, 0xc9, 0xc3, 0x7e, 0xfd, 0x78, 0x04, 0x2c, 0x97 }, .nonce = { 0x29, 0xb3, 0xdb, 0x67, 0x26, 0x04, 0x21, 0x4f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1712 = { .hd = { .id = 1617, .kind = OP_REFRESH }, .rand = 2946993095845215563ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1713 = { .hd = { .id = 1618, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0xa8, 0x09, 0x81, 0x41, 0x15, 0x4c, 0x6a, 0x41, 0x22, 0x7a, 0xf8, 0xa7, 0x77, 0xa3, 0x0c, 0x30, 0x67, 0x43, 0x78, 0x82, 0x86, 0x0b, 0x99, 0x63, 0xe2, 0x91, 0x61, 0xc9, 0xf6, 0x64, 0xf8, 0x78, 0x13, 0xcd, 0x43, 0x89, 0x23, 0xec, 0x5b, 0x48, 0xd1, 0x22, 0x48, 0x2b, 0xd1, 0xa4, 0xd5, 0xcf, 0x8d, 0xda, 0xcc, 0xbb, 0xe1, 0x29, 0xfc, 0xce, 0x12, 0xab, 0x35, 0xc1, 0xa5, 0x86, 0x7d, 0x0f, 0x20, 0x48, 0x21, 0x43, 0x58, 0x88, 0x5d, 0xfb, 0x6b, 0x8a, 0x21, 0x88, 0x9f, 0x4e, 0x81, 0x21, 0xac, 0xf0, 0x8e, 0x58, 0x47, 0xbe, 0x4f, 0xd1, 0xec, 0xcc, 0xda, 0x2f, 0x3a, 0x46, 0x83, 0x24, 0xb6, 0x5c, 0xda, 0x76, 0xa7, 0xd0, 0xf8, 0x75, 0x79, 0xea, 0x16, 0xd1, 0xfc, 0xc2, 0xdb, 0xad, 0x8c, 0xee, 0xa8, 0x7a, 0xe1, 0xdc, 0xeb, 0x7d, 0xfc, 0x47, 0x7e, 0x68, 0x9a, 0xf0, 0x30, 0xbd, 0xe7, 0x3b, 0xad, 0x10, 0xb9, 0xb6, 0xd4, 0x5f, 0x16, 0xf7, 0x6c, 0x8d, 0x5a, 0x1d, 0xee, 0x1f, 0x60, 0xdb, 0x16, 0x46, 0x22, 0x3a, 0x95, 0x18, 0x2f, 0x8d, 0x7d, 0x1f, 0xbf, 0x54, 0x60, 0x3e, 0x97, 0xf8, 0xd7, 0x6d, 0xd0, 0xe5, 0xec, 0x32, 0x07, 0x9f, 0xb4, 0x36, 0xc4, 0x51, 0x7d, 0x22, 0xc7, 0xa6, 0x66, 0x19, 0xf0, 0xe6, 0xcf, 0xbf } } }; static const struct cckprng_op_refresh op_refresh_1714 = { .hd = { .id = 1619, .kind = OP_REFRESH }, .rand = 8043051687424490786ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1715 = { .hd = { .id = 1620, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0x11, 0x14, 0xd3, 0xa3, 0xc4, 0x71, 0x15, 0x5f, 0x94, 0x3f, 0xe8, 0xf1, 0xd9, 0x61, 0x29, 0x18, 0x14, 0x08, 0xa5, 0x94, 0xd6, 0x3b, 0xdb, 0x51, 0xdc, 0x99, 0x14, 0x89, 0x66, 0x0f, 0x99, 0xc3, 0xa4, 0x3b, 0xbd, 0xbf, 0xde, 0xbd, 0xed, 0xab, 0x9b, 0x24, 0x84, 0x53, 0x3d, 0x71, 0xdd, 0x5d, 0xe9, 0xf3, 0x5f, 0xd1, 0x0d, 0x50, 0x46, 0x16, 0x70, 0x09, 0x11, 0x95, 0x0a, 0x72, 0x45, 0x19, 0x16, 0xd6, 0x66, 0x4e, 0x8e, 0xcf, 0xd7, 0xb7, 0x71, 0xc7, 0xba, 0xce, 0xf5, 0xa6, 0xcc, 0xd8, 0xa4, 0x34, 0x4b, 0xa9, 0xb1, 0x6a, 0xdb, 0x97, 0xbd, 0x7f, 0xd7, 0x07, 0x6e, 0x38, 0x7c, 0x8e, 0xce, 0xb0, 0x78, 0xaa, 0x27, 0x91, 0x62, 0x6d, 0x33, 0xcd, 0x0f, 0xc0, 0xde, 0xa6, 0xdb, 0xdf, 0x7a, 0x58, 0x48, 0xe3, 0x45, 0x85, 0x3f, 0x38, 0xd9, 0x76, 0x83, 0xd8, 0xfd, 0x4e, 0x1f, 0x21, 0x59, 0xde, 0xb2, 0x07, 0xb2, 0x43, 0xf3, 0xc7, 0xdf, 0x68, 0xf5, 0x54, 0xb4, 0x8d, 0xb1, 0xf5, 0x93, 0x77, 0x2c, 0x06, 0x97, 0x02, 0x66, 0x04, 0xe3, 0x3a, 0x77, 0x5b, 0x32, 0xf4, 0xa6, 0xbc, 0x9b, 0xe6, 0xaf, 0xd1, 0x68, 0xda, 0x48, 0x96, 0xa8, 0xb4, 0xa3, 0x44, 0x9b, 0xda, 0x0d, 0x07, 0xd3, 0x6c } } }; static const struct cckprng_op_generate op_init_1716 = { .hd = { .id = 1621, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x9c, 0x48, 0x96, 0x37, 0x90, 0x45, 0x94, 0x4d, 0x26, 0x63, 0x30, 0x61, 0x1c, 0xe3, 0x6d, 0xfe, 0xb0, 0xfd, 0x14, 0x4b, 0x84, 0x43, 0xea, 0x56, 0x67, 0x65, 0x97, 0xd1, 0x5a, 0x8b, 0x32, 0xf3, 0x39, 0x5d, 0x68, 0xf4, 0x47, 0x04, 0x06, 0x70, 0x2b, 0xcc, 0x3b, 0xf1, 0xf8, 0x24, 0x71, 0x27, 0xfa, 0x08, 0x95, 0xdb, 0xe9, 0xcb, 0x58, 0x85, 0xcc, 0x8f, 0x51, 0xfd, 0xa6, 0xff, 0xd8, 0x3f, 0x1a, 0xa5, 0x07, 0x9e, 0x79, 0xae, 0xee, 0x0d, 0xc6, 0x9d, 0xf2, 0x84, 0xff, 0x86, 0xf2, 0x2e, 0x8c, 0xc8, 0x14, 0x9c, 0xc3, 0x2f, 0x0d, 0xb2, 0xa4, 0xd9, 0xb7, 0x1a, 0xc1, 0xd6, 0xcf, 0x95, 0xdd, 0xca, 0x5f, 0x01, 0xa5, 0xce, 0xb5, 0x1f, 0xfd, 0x4a, 0x04, 0x13, 0x23, 0xa4, 0xbc, 0x48, 0xfc, 0xd2, 0xa4, 0x78, 0xb6, 0x84, 0xac, 0x9b, 0x27, 0x5d, 0x59, 0x7e, 0x2b, 0x21, 0x23, 0xaf, 0x7b, 0x45, 0xe3, 0xaa, 0x4d, 0xdd, 0x3e, 0x7b, 0x9b, 0xd2, 0x8c, 0xa6, 0xcf, 0x5d, 0x93, 0xda, 0xed, 0x92, 0xb3, 0xbe, 0xf2, 0xc0, 0x93, 0x42, 0x70, 0x9c, 0xec, 0xef, 0x85, 0xc6, 0xa0, 0x60, 0x2f, 0xbc, 0x24, 0x09, 0x2b, 0x17 } } }; static const struct cckprng_op_refresh op_refresh_1717 = { .hd = { .id = 1622, .kind = OP_REFRESH }, .rand = 2037542277856643013ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1718 = { .hd = { .id = 1623, .kind = OP_GENERATE }, .rand_nbytes = 39, .out = { .rand = { 0xc2, 0x8b, 0xe5, 0x54, 0xf3, 0xcc, 0xcb, 0xa3, 0x06, 0x50, 0x1a, 0x9c, 0xe4, 0x58, 0x68, 0x84, 0x14, 0x8d, 0xe7, 0xe4, 0xfc, 0x95, 0x7d, 0x5a, 0x7f, 0x33, 0x1c, 0x4e, 0x67, 0x3f, 0x4f, 0xfe, 0x90, 0x5e, 0x2d, 0x35, 0xdf, 0x60, 0x7f } } }; static const struct cckprng_op_reseed op_reseed_1719 = { .hd = { .id = 1624, .kind = OP_RESEED }, .nonce = 11044633582612597231ULL, .seed_nbytes = 141, .seed = { 0x81, 0x56, 0x0d, 0xbb, 0x76, 0xea, 0xa4, 0x40, 0x8d, 0xdf, 0xe8, 0x8d, 0x69, 0x38, 0x07, 0xb6, 0x01, 0xb0, 0x70, 0x0f, 0x5f, 0xd7, 0x30, 0xbb, 0x37, 0x49, 0xed, 0x4c, 0xc9, 0x29, 0x99, 0x60, 0xd9, 0xb6, 0x8a, 0xf4, 0x9b, 0x29, 0x80, 0x1b, 0x9c, 0x2d, 0x03, 0xfe, 0x36, 0xfd, 0x8f, 0xe7, 0xce, 0x47, 0x88, 0x6d, 0x4a, 0x41, 0xb4, 0x1f, 0xf0, 0xe2, 0x9f, 0xf8, 0x69, 0xd6, 0xb4, 0xfb, 0xd7, 0xad, 0x50, 0xe6, 0xea, 0xab, 0x6d, 0xaa, 0x1e, 0x84, 0xd4, 0x3f, 0x54, 0x12, 0x65, 0x49, 0x5b, 0x82, 0x02, 0x0f, 0x9b, 0xe1, 0x3c, 0x79, 0xdc, 0x1b, 0x4b, 0x70, 0xc8, 0x80, 0xbd, 0x71, 0x4d, 0xa0, 0xfd, 0x86, 0x85, 0x0a, 0xc0, 0xe0, 0x54, 0x7e, 0x7c, 0xdc, 0x99, 0x99, 0xc5, 0xab, 0xf2, 0xcf, 0x8c, 0xdf, 0x67, 0x02, 0x0e, 0x0f, 0x68, 0x79, 0x0e, 0xc0, 0xfb, 0x6b, 0xd6, 0xd1, 0x0e, 0x92, 0x91, 0x4a, 0x8c, 0xbd, 0x38, 0xee, 0x63, 0x90, 0xb9, 0xf8, 0x4e } }; static const struct cckprng_op_refresh op_refresh_1720 = { .hd = { .id = 1625, .kind = OP_REFRESH }, .rand = 16458938076913979428ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1721 = { .hd = { .id = 1626, .kind = OP_RESEED }, .nonce = 15404645164034729915ULL, .seed_nbytes = 167, .seed = { 0x7e, 0xd1, 0x9e, 0x55, 0x87, 0x3c, 0x1f, 0x12, 0x99, 0x84, 0x2b, 0xbb, 0x63, 0xbf, 0x0f, 0x5d, 0x82, 0x7d, 0x37, 0x19, 0x56, 0xd7, 0x00, 0x0e, 0x1a, 0x65, 0x44, 0x2a, 0x52, 0x8b, 0x39, 0x8e, 0xaf, 0xa4, 0xad, 0xf9, 0x87, 0xcb, 0x9f, 0x78, 0x27, 0x31, 0xe5, 0x2f, 0x50, 0x33, 0xcb, 0x25, 0xb8, 0xac, 0xb7, 0x43, 0xaa, 0xf0, 0x4e, 0x11, 0xf4, 0x6b, 0x48, 0x75, 0xd3, 0xbf, 0x66, 0x8e, 0x3e, 0x28, 0x10, 0xe7, 0x00, 0x80, 0xdf, 0x25, 0x8f, 0xc0, 0xdc, 0x90, 0x4e, 0xcd, 0x2b, 0xef, 0x8c, 0x96, 0x69, 0x4d, 0x18, 0x8a, 0x49, 0x47, 0xd8, 0xcf, 0x79, 0xaa, 0x70, 0x39, 0x5c, 0xae, 0x73, 0x4d, 0x8c, 0x09, 0x8e, 0xed, 0xc9, 0xed, 0x05, 0x55, 0x27, 0x4c, 0xc0, 0xa2, 0xae, 0x6d, 0x63, 0x8b, 0xe8, 0xd0, 0x17, 0x69, 0x5b, 0xe0, 0x01, 0x05, 0x5a, 0xa6, 0x72, 0xc8, 0x87, 0xae, 0xcc, 0x56, 0x15, 0xbd, 0x92, 0xbe, 0x31, 0x71, 0x40, 0xce, 0xca, 0xa2, 0x5e, 0xa0, 0x17, 0xe5, 0x02, 0x56, 0xdb, 0x29, 0x3a, 0x28, 0xa3, 0x81, 0xbe, 0x94, 0x97, 0xf3, 0xd1, 0x7f, 0x59, 0x85, 0x2b, 0x5f, 0x50, 0x38, 0x47, 0xf2, 0x7c } }; static const struct cckprng_op_refresh op_refresh_1722 = { .hd = { .id = 1627, .kind = OP_REFRESH }, .rand = 8228499682310943529ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1723 = { .hd = { .id = 1628, .kind = OP_RESEED }, .nonce = 3413049196997396867ULL, .seed_nbytes = 133, .seed = { 0xa2, 0x20, 0xa1, 0xc3, 0xee, 0xf2, 0x40, 0x21, 0x40, 0xb2, 0x93, 0x85, 0x9f, 0xd5, 0x8d, 0x32, 0xc4, 0x95, 0x25, 0x80, 0xbd, 0x71, 0xfb, 0x96, 0x3b, 0x8b, 0xdc, 0x15, 0x1d, 0xe6, 0xb0, 0x7a, 0xaa, 0x6c, 0xd8, 0xb7, 0xea, 0xf6, 0xd0, 0x5d, 0xa9, 0xa9, 0x43, 0x6e, 0xd7, 0x05, 0x0e, 0x79, 0x30, 0xf1, 0xe0, 0xb9, 0x19, 0x95, 0x63, 0x39, 0x7e, 0x9c, 0xd5, 0xb4, 0xc0, 0xf9, 0xa1, 0x24, 0x01, 0x75, 0x33, 0xb1, 0x5f, 0x4e, 0xef, 0x8e, 0x9c, 0x1e, 0xa9, 0xe4, 0x48, 0x45, 0xa5, 0xe0, 0x00, 0xf1, 0xd9, 0x57, 0xbc, 0x54, 0xcf, 0x24, 0xd7, 0xbd, 0xd0, 0xc2, 0x25, 0xbd, 0x74, 0xde, 0xb3, 0xd1, 0xa3, 0xad, 0xad, 0x43, 0x77, 0x7e, 0xa8, 0x3b, 0xef, 0x4d, 0xf8, 0x82, 0x8c, 0xb8, 0xac, 0x45, 0x03, 0xae, 0x55, 0xb6, 0xba, 0x77, 0x77, 0x3b, 0x9f, 0x8b, 0x94, 0x95, 0x07, 0xc9, 0x0c, 0x12, 0xef, 0x29, 0xeb } }; static const struct cckprng_op_reseed op_reseed_1724 = { .hd = { .id = 1629, .kind = OP_RESEED }, .nonce = 7964962915622865091ULL, .seed_nbytes = 173, .seed = { 0x61, 0xad, 0x2b, 0xe1, 0x07, 0x0c, 0x7f, 0x58, 0xcf, 0x27, 0xce, 0x54, 0xc8, 0x17, 0x5e, 0xa3, 0x04, 0x73, 0xd1, 0x44, 0xda, 0xac, 0xf2, 0x5f, 0x44, 0x67, 0xee, 0x03, 0xec, 0xfa, 0xf8, 0x83, 0x0a, 0xed, 0x98, 0x33, 0xe1, 0x2f, 0x63, 0x42, 0x08, 0xf4, 0xa1, 0xfb, 0x2f, 0x02, 0xaa, 0x49, 0x72, 0xf6, 0xb8, 0x07, 0x1a, 0x5f, 0xa4, 0x0b, 0xd9, 0x66, 0xac, 0x42, 0x1f, 0x19, 0xe6, 0x66, 0xc3, 0x27, 0xe8, 0x55, 0x61, 0xeb, 0xb7, 0xa4, 0x55, 0xcd, 0xfb, 0xb4, 0x22, 0x96, 0xd7, 0x1f, 0x99, 0xdd, 0x3a, 0xce, 0xb2, 0x5a, 0x36, 0x14, 0x22, 0x58, 0xe5, 0x2d, 0x2c, 0xa7, 0x77, 0xdd, 0x08, 0x25, 0x7a, 0xbb, 0x99, 0xe7, 0x42, 0x6d, 0x5b, 0x86, 0x10, 0x84, 0x19, 0x0e, 0x95, 0xe3, 0x8d, 0x86, 0xb6, 0x3f, 0x41, 0x3d, 0xad, 0xbc, 0xd7, 0x22, 0x6f, 0xce, 0xea, 0x99, 0x6d, 0x39, 0xca, 0xe7, 0x32, 0xfd, 0x8e, 0xac, 0xa5, 0x5a, 0xb7, 0x30, 0x1a, 0x5f, 0xf4, 0xa6, 0x8f, 0x80, 0xf9, 0xe7, 0x56, 0x84, 0xec, 0xc9, 0xe2, 0x57, 0x24, 0x69, 0xe7, 0x63, 0x8d, 0x2a, 0xa8, 0x30, 0x98, 0x83, 0xdd, 0x5c, 0xe1, 0xbb, 0x50, 0x33, 0x01, 0xbb, 0x0a, 0x2c, 0x3e } }; static const struct cckprng_op_refresh op_refresh_1725 = { .hd = { .id = 1630, .kind = OP_REFRESH }, .rand = 16731516729904531696ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1726 = { .hd = { .id = 1631, .kind = OP_REFRESH }, .rand = 2393793189301567323ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1727[] = { (const struct cckprng_op *)&op_init_1711, (const struct cckprng_op *)&op_refresh_1712, (const struct cckprng_op *)&op_init_1713, (const struct cckprng_op *)&op_refresh_1714, (const struct cckprng_op *)&op_init_1715, (const struct cckprng_op *)&op_init_1716, (const struct cckprng_op *)&op_refresh_1717, (const struct cckprng_op *)&op_init_1718, (const struct cckprng_op *)&op_reseed_1719, (const struct cckprng_op *)&op_refresh_1720, (const struct cckprng_op *)&op_reseed_1721, (const struct cckprng_op *)&op_refresh_1722, (const struct cckprng_op *)&op_reseed_1723, (const struct cckprng_op *)&op_reseed_1724, (const struct cckprng_op *)&op_refresh_1725, (const struct cckprng_op *)&op_refresh_1726 }; static const struct cckprng_vector vec_1728 = { .id = 1632, .note = NULL, .nops = 16, .ops = ops_1727 }; static const struct cckprng_op_init op_init_1729 = { .hd = { .id = 1633, .kind = OP_INIT }, .seed = { 0xe2, 0xdd, 0xb3, 0x22, 0x29, 0xca, 0xd3, 0xf1, 0x14, 0xae, 0x2c, 0x11, 0x30, 0x34, 0x0a, 0xd4, 0x09, 0xc2, 0xf1, 0x5f, 0x66, 0x53, 0x03, 0x6b, 0xe2, 0x9d, 0x89, 0xd7, 0x3a, 0xf7, 0xef, 0xf2 }, .nonce = { 0x7b, 0x3f, 0x7c, 0xe7, 0x5c, 0x4e, 0x29, 0xec }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1730 = { .hd = { .id = 1634, .kind = OP_REFRESH }, .rand = 5486209752081384717ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1731 = { .hd = { .id = 1635, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0x5c, 0x9a, 0x52, 0x00, 0x0c, 0xfe, 0x87, 0x98, 0x69 } } }; static const struct cckprng_op_refresh op_refresh_1732 = { .hd = { .id = 1636, .kind = OP_REFRESH }, .rand = 4961816255836982847ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1733 = { .hd = { .id = 1637, .kind = OP_REFRESH }, .rand = 11898076985801591843ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1734 = { .hd = { .id = 1638, .kind = OP_REFRESH }, .rand = 11432633280100045369ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1735 = { .hd = { .id = 1639, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0xf0, 0xa3, 0xfa, 0x4a, 0x1c, 0xbc, 0xb2, 0xb6, 0x50, 0x4d, 0x18, 0xff, 0xc7, 0x50, 0x22, 0x86, 0x33, 0x69, 0xce, 0xf6, 0x4b, 0xc7, 0xa1, 0x28, 0xf7, 0xe2, 0xd5, 0x91, 0x32, 0x58, 0x7b, 0xc1, 0x11, 0x62, 0x96, 0x18, 0xef, 0x2f, 0xeb, 0xf2, 0xf3, 0xc9, 0x40, 0x35, 0x70, 0x00, 0x8e, 0x82, 0x7c, 0xf3, 0x25, 0x37, 0xa2, 0x15, 0xd0, 0xd2, 0xca, 0xfc, 0x48, 0x40, 0x59, 0x89, 0x3d, 0x04, 0xf1, 0xd4, 0xbc, 0x37, 0x16, 0x3d, 0x9b, 0x4c, 0x9f, 0xbb, 0x22, 0xea, 0x1c, 0x4e, 0xb5, 0x06, 0xa5, 0xd3, 0x91, 0xa9, 0x7b, 0x9a, 0x84, 0xdc, 0xfb, 0xbe, 0x1a, 0x40, 0x27, 0x40, 0x79, 0xe8, 0x06, 0xf2, 0x46, 0x2a, 0xc8, 0xc3, 0x9a, 0x1c, 0x5e, 0xb1, 0x3d, 0x0f, 0x9a, 0xce, 0x22, 0xc3, 0x5d, 0x3d, 0x2b, 0x85, 0x21, 0x11, 0xac, 0xcc, 0xe1, 0x01, 0x54, 0xb3, 0x03, 0x6e, 0xd1, 0x1e, 0x59, 0xfd, 0xab, 0x43, 0x26, 0x99, 0xb8 } } }; static const struct cckprng_op_reseed op_reseed_1736 = { .hd = { .id = 1640, .kind = OP_RESEED }, .nonce = 13521626032274975523ULL, .seed_nbytes = 145, .seed = { 0xe4, 0x5e, 0x72, 0xe9, 0xe8, 0x2d, 0x8e, 0xc4, 0xe1, 0xc6, 0x21, 0xf1, 0x56, 0xa7, 0x0c, 0x24, 0x45, 0xe7, 0x98, 0x80, 0xea, 0xe2, 0x8f, 0x98, 0xfd, 0x2c, 0x9d, 0x6a, 0x30, 0x23, 0x74, 0x8d, 0xba, 0xc8, 0xe2, 0xde, 0x20, 0x09, 0xec, 0x93, 0x99, 0x0a, 0xa9, 0x7f, 0x38, 0x18, 0xb2, 0x51, 0x31, 0x8e, 0x48, 0x6b, 0xac, 0x63, 0x5e, 0xe4, 0x3b, 0x2d, 0x48, 0xaa, 0xb6, 0x79, 0x23, 0x95, 0xea, 0x9e, 0x60, 0xbf, 0xa1, 0xa8, 0x90, 0x0a, 0x45, 0xd0, 0xb2, 0x5d, 0xc6, 0x0f, 0x6d, 0x02, 0x3f, 0x95, 0xa7, 0x60, 0x5e, 0xca, 0x2d, 0xb3, 0x26, 0xa2, 0x7b, 0x69, 0x99, 0xce, 0x0a, 0x6b, 0xbd, 0x2b, 0x4c, 0x57, 0xbf, 0x61, 0x90, 0xf3, 0x32, 0x60, 0x86, 0x67, 0xaa, 0xa9, 0xf4, 0x4c, 0xb8, 0x8a, 0xa2, 0x85, 0xdd, 0xdf, 0xe8, 0xc7, 0xba, 0xeb, 0x7d, 0x7d, 0x67, 0xdf, 0xb2, 0xf6, 0x2e, 0x92, 0xba, 0x70, 0xe1, 0x03, 0xfd, 0x71, 0x4d, 0x8c, 0xc3, 0xad, 0x51, 0xe3, 0xca, 0x95, 0x0a } }; static const struct cckprng_op_generate op_init_1737 = { .hd = { .id = 1641, .kind = OP_GENERATE }, .rand_nbytes = 213, .out = { .rand = { 0x78, 0xde, 0xb3, 0xe9, 0xd4, 0xed, 0x70, 0xa0, 0x45, 0xd1, 0x4f, 0x41, 0xb5, 0xe3, 0x39, 0x67, 0xcf, 0xb1, 0xdf, 0x67, 0x0f, 0x7b, 0x00, 0xbf, 0x5f, 0x9e, 0x8a, 0xa5, 0xab, 0x6e, 0x9d, 0x2c, 0x72, 0x55, 0xe4, 0x24, 0x5c, 0xc3, 0xe4, 0xa1, 0x2d, 0x74, 0x5e, 0x7f, 0xbc, 0xe0, 0x2b, 0x4a, 0xfa, 0xef, 0x4c, 0x46, 0xa7, 0x38, 0x61, 0x78, 0x7a, 0x7a, 0x28, 0x79, 0x82, 0xad, 0x41, 0xbc, 0x70, 0x4e, 0x21, 0x2a, 0x2e, 0xb6, 0x67, 0x18, 0xbf, 0x32, 0xdb, 0x6a, 0x56, 0xcc, 0xd0, 0x3d, 0xc1, 0xb1, 0x9d, 0xce, 0x5e, 0x1e, 0x53, 0x6a, 0x84, 0x3f, 0x27, 0x53, 0x52, 0x4b, 0x72, 0xde, 0xe5, 0x8c, 0x68, 0x50, 0x58, 0xd4, 0xfb, 0xff, 0x33, 0x52, 0x67, 0xac, 0xe7, 0xe5, 0xfd, 0x0e, 0x6c, 0x57, 0xf1, 0x03, 0x8d, 0x7f, 0x3e, 0xfe, 0xd6, 0xa7, 0xa6, 0xcc, 0xf3, 0xe3, 0x17, 0xd3, 0xc7, 0x9c, 0x01, 0x21, 0xfc, 0x8f, 0x67, 0x98, 0x23, 0x52, 0x4b, 0x50, 0x54, 0x4a, 0xa9, 0x78, 0x4f, 0xdb, 0x58, 0xa1, 0xb7, 0x53, 0xb6, 0x91, 0x4e, 0x4a, 0x63, 0x2b, 0x61, 0xd2, 0xef, 0x6b, 0xec, 0x15, 0x03, 0x00, 0xe2, 0xae, 0x4b, 0xc4, 0xce, 0xd3, 0xb0, 0x0d, 0xd6, 0x7e, 0x5a, 0xff, 0x76, 0xd5, 0x16, 0x10, 0x00, 0x21, 0x57, 0xec, 0x6b, 0x72, 0x4f, 0xe0, 0x09, 0xed, 0x1f, 0x80, 0x83, 0xe4, 0x1c, 0x28, 0x0b, 0x08, 0xf9, 0x85, 0xd6, 0x10, 0xc9, 0xdd, 0x06, 0xec, 0xc4, 0xc6, 0xc3, 0x1c, 0x45, 0x86, 0x0e } } }; static const struct cckprng_op_refresh op_refresh_1738 = { .hd = { .id = 1642, .kind = OP_REFRESH }, .rand = 3495414517834419549ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1739 = { .hd = { .id = 1643, .kind = OP_GENERATE }, .rand_nbytes = 20, .out = { .rand = { 0x73, 0x2c, 0xbb, 0xa5, 0xb6, 0x2c, 0x8d, 0x1f, 0x94, 0x8a, 0x4c, 0xa0, 0x83, 0xab, 0x85, 0x32, 0x3f, 0xd3, 0x8b, 0xdc } } }; static const struct cckprng_op_reseed op_reseed_1740 = { .hd = { .id = 1644, .kind = OP_RESEED }, .nonce = 14727616679583274330ULL, .seed_nbytes = 28, .seed = { 0x9e, 0x17, 0xd0, 0xea, 0x2c, 0x9c, 0x8c, 0x05, 0x88, 0x52, 0xca, 0x32, 0xfa, 0x83, 0x3d, 0xb7, 0x4e, 0x3f, 0x48, 0x9f, 0x85, 0x4d, 0xa5, 0xd1, 0x37, 0x76, 0x5b, 0x5e } }; static const struct cckprng_op_generate op_init_1741 = { .hd = { .id = 1645, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0x38, 0xa8, 0x3c, 0x91, 0x8e, 0x81, 0x6b, 0xfb, 0x2a, 0xbf, 0xde, 0xf9, 0x0c, 0x84, 0x70, 0x42, 0x4f, 0x61, 0xac, 0xf7, 0xe1, 0x77, 0x5d, 0xe6, 0x3c, 0x41, 0xf3, 0x5b, 0x33, 0xb0, 0x7a, 0xf9, 0x44, 0x52, 0x18, 0x2c, 0xa1, 0xfa, 0x76, 0xe5, 0xc0, 0xd7, 0x1f, 0xcb, 0x12, 0xff, 0x09, 0x7a, 0x00, 0x01, 0x12, 0x79, 0x87, 0x93, 0x72, 0x9d, 0x92, 0xf9, 0x34, 0x27, 0x07, 0xeb, 0x98, 0xb5, 0x41, 0x43, 0xb4, 0xa3, 0xea, 0xc9, 0x81, 0x11, 0xaf, 0x10, 0x1e, 0xfc, 0x76, 0xe0, 0xcb, 0xab, 0x5d, 0x08 } } }; static const struct cckprng_op_generate op_init_1742 = { .hd = { .id = 1646, .kind = OP_GENERATE }, .rand_nbytes = 227, .out = { .rand = { 0xf7, 0x8b, 0x5a, 0xf4, 0xaf, 0x4f, 0x5a, 0x54, 0x5f, 0xfa, 0xd6, 0x98, 0x6e, 0x93, 0x5d, 0xdf, 0x46, 0xda, 0x0c, 0xb2, 0x45, 0x78, 0x3e, 0x20, 0xbc, 0x3a, 0xe4, 0xe1, 0x5b, 0xbd, 0xc6, 0xc8, 0x14, 0x93, 0x16, 0x55, 0x7c, 0x60, 0x4d, 0xef, 0x8a, 0x54, 0xd2, 0xdd, 0xb7, 0x10, 0x70, 0x4d, 0x8f, 0xcc, 0xc6, 0xa3, 0x8a, 0x93, 0x6a, 0xc3, 0x64, 0x3b, 0x64, 0x02, 0x4d, 0x1d, 0xe1, 0x6b, 0xc4, 0x35, 0xf9, 0x5a, 0x9d, 0x05, 0xb5, 0xa4, 0xe6, 0x79, 0x93, 0x53, 0x74, 0xa7, 0xc7, 0x31, 0x6a, 0x0d, 0x16, 0x2d, 0x7b, 0x30, 0xec, 0x0b, 0x38, 0x1a, 0xa2, 0x93, 0xeb, 0x37, 0x9a, 0xf5, 0xd0, 0xcb, 0x6a, 0x1f, 0x0d, 0x30, 0xa4, 0x51, 0x00, 0x9c, 0x40, 0x76, 0xd6, 0x9e, 0x21, 0x12, 0x80, 0xaa, 0x6a, 0x18, 0xb5, 0x91, 0xdf, 0xb6, 0xb6, 0x67, 0x36, 0xba, 0x86, 0x01, 0xb4, 0xbe, 0x39, 0x74, 0x9d, 0x01, 0x01, 0x06, 0x8a, 0x90, 0xe8, 0x0a, 0xb7, 0x04, 0x5b, 0xfd, 0x84, 0x62, 0xfb, 0x40, 0x9f, 0xa7, 0x75, 0xdc, 0x62, 0xab, 0xe7, 0x1d, 0x80, 0x07, 0x91, 0x33, 0x8b, 0xc7, 0x4a, 0x12, 0x4b, 0xfc, 0x2e, 0xe8, 0x9a, 0x78, 0xc8, 0xda, 0x76, 0x15, 0x83, 0x42, 0x57, 0xa3, 0xb1, 0x6a, 0x2f, 0x49, 0x84, 0x71, 0x4e, 0x84, 0x8f, 0x4f, 0xe7, 0x9a, 0x58, 0x1f, 0x2f, 0x0f, 0xd2, 0xb6, 0xde, 0xba, 0x2f, 0x44, 0xb3, 0xb7, 0x26, 0xb6, 0x10, 0x63, 0xc1, 0xa2, 0x8c, 0x21, 0xa9, 0x6d, 0xda, 0x90, 0x15, 0xcc, 0x4e, 0x0e, 0xf1, 0x90, 0x07, 0x06, 0x3e, 0x15, 0xfb, 0x87, 0x51, 0x42, 0x67 } } }; static const struct cckprng_op_refresh op_refresh_1743 = { .hd = { .id = 1647, .kind = OP_REFRESH }, .rand = 11568451379297287563ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1744 = { .hd = { .id = 1648, .kind = OP_REFRESH }, .rand = 11423854347865550621ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1745[] = { (const struct cckprng_op *)&op_init_1729, (const struct cckprng_op *)&op_refresh_1730, (const struct cckprng_op *)&op_init_1731, (const struct cckprng_op *)&op_refresh_1732, (const struct cckprng_op *)&op_refresh_1733, (const struct cckprng_op *)&op_refresh_1734, (const struct cckprng_op *)&op_init_1735, (const struct cckprng_op *)&op_reseed_1736, (const struct cckprng_op *)&op_init_1737, (const struct cckprng_op *)&op_refresh_1738, (const struct cckprng_op *)&op_init_1739, (const struct cckprng_op *)&op_reseed_1740, (const struct cckprng_op *)&op_init_1741, (const struct cckprng_op *)&op_init_1742, (const struct cckprng_op *)&op_refresh_1743, (const struct cckprng_op *)&op_refresh_1744 }; static const struct cckprng_vector vec_1746 = { .id = 1649, .note = NULL, .nops = 16, .ops = ops_1745 }; static const struct cckprng_op_init op_init_1747 = { .hd = { .id = 1650, .kind = OP_INIT }, .seed = { 0xff, 0x6b, 0xc9, 0x30, 0xbe, 0xca, 0xb6, 0xbb, 0xd0, 0x42, 0x93, 0x9a, 0x60, 0x99, 0x83, 0xb6, 0xb3, 0x8e, 0x77, 0xb6, 0x18, 0x6c, 0xbe, 0x90, 0x22, 0x23, 0x8d, 0x4d, 0x33, 0x9c, 0x46, 0x79 }, .nonce = { 0xf6, 0xfb, 0x6e, 0x2b, 0x81, 0x79, 0xff, 0xbc }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1748 = { .hd = { .id = 1651, .kind = OP_RESEED }, .nonce = 16791899431620607683ULL, .seed_nbytes = 133, .seed = { 0xd8, 0xa5, 0xd8, 0x5e, 0x17, 0x6e, 0xc2, 0x7f, 0x8e, 0x6c, 0xaa, 0xce, 0xe0, 0x82, 0x86, 0x93, 0x4e, 0xf2, 0x5e, 0x79, 0x3c, 0x30, 0x0f, 0x91, 0x72, 0x8f, 0x75, 0x44, 0x9c, 0xb5, 0xe8, 0x64, 0x57, 0x79, 0x1c, 0xa7, 0x7e, 0xfd, 0x6c, 0xd0, 0xef, 0x80, 0x46, 0xe5, 0xd2, 0xb9, 0x14, 0x8c, 0x8c, 0x9a, 0x4b, 0x97, 0x59, 0x30, 0x01, 0x3a, 0xf0, 0xb3, 0x90, 0x39, 0x08, 0x47, 0x88, 0x5c, 0xc0, 0xe5, 0xfd, 0xa9, 0xed, 0x1a, 0x62, 0xd7, 0xc0, 0xe7, 0xb7, 0xa8, 0x66, 0x6b, 0x95, 0x8d, 0x79, 0x52, 0x47, 0x74, 0x3c, 0x9e, 0x6f, 0xf0, 0x01, 0x09, 0xa9, 0xa6, 0x9f, 0xf4, 0x61, 0x78, 0x6f, 0x8a, 0x8f, 0xe2, 0x61, 0xfa, 0xc7, 0x37, 0xb2, 0x04, 0x7d, 0xa9, 0x1b, 0xbb, 0xed, 0x13, 0x6d, 0xae, 0x3c, 0x7f, 0x57, 0x6a, 0x43, 0x4f, 0x9f, 0x49, 0x98, 0x9f, 0x4f, 0x88, 0x35, 0x0a, 0x1d, 0x90, 0xbb, 0xff, 0x2f } }; static const struct cckprng_op_reseed op_reseed_1749 = { .hd = { .id = 1652, .kind = OP_RESEED }, .nonce = 14627914973691226631ULL, .seed_nbytes = 169, .seed = { 0xd1, 0xf0, 0xc7, 0xbe, 0x28, 0xa1, 0xec, 0x93, 0xd2, 0xef, 0x81, 0x10, 0xbe, 0x65, 0x3a, 0xff, 0x2f, 0x24, 0x62, 0xe6, 0xf3, 0x7e, 0xba, 0x10, 0x0c, 0xf8, 0xbe, 0x17, 0xed, 0x1c, 0x40, 0x4b, 0x58, 0x6d, 0x82, 0x9d, 0x68, 0xef, 0x07, 0x00, 0x0d, 0xc7, 0xc8, 0xd1, 0xb9, 0xbc, 0x60, 0x70, 0x59, 0x3a, 0xa8, 0x1f, 0x5e, 0x7f, 0xff, 0x96, 0xae, 0x62, 0xb3, 0xb2, 0x12, 0x3b, 0x54, 0x02, 0xde, 0x7a, 0x3a, 0xbc, 0xd4, 0x32, 0xfd, 0xe5, 0xd3, 0x17, 0xe4, 0x35, 0x24, 0x8c, 0xc3, 0x86, 0xcf, 0x54, 0x93, 0x95, 0x19, 0xdc, 0x5a, 0x04, 0x92, 0xa1, 0xb5, 0x61, 0xa8, 0x52, 0x55, 0x9d, 0xcf, 0xde, 0xd1, 0xf1, 0xad, 0x77, 0x45, 0xd8, 0x09, 0xef, 0x5b, 0x59, 0x7f, 0xd1, 0x97, 0xfe, 0x96, 0x10, 0x8b, 0x93, 0x4f, 0x4c, 0x48, 0x31, 0x69, 0xde, 0x04, 0xc2, 0x8a, 0x1a, 0x56, 0xaa, 0xbf, 0x2b, 0x5e, 0xa0, 0xda, 0x53, 0x3c, 0x66, 0x5e, 0x43, 0x15, 0xdc, 0xf5, 0x10, 0x98, 0xcf, 0x2b, 0xa9, 0x14, 0xee, 0x6a, 0xb7, 0xaa, 0xaa, 0xf7, 0x25, 0xfa, 0x17, 0xe7, 0xbc, 0xe2, 0xaa, 0xd2, 0x29, 0x75, 0x0f, 0x3c, 0x99, 0xc5, 0x79, 0x63 } }; static const struct cckprng_op_reseed op_reseed_1750 = { .hd = { .id = 1653, .kind = OP_RESEED }, .nonce = 15825999403606296688ULL, .seed_nbytes = 71, .seed = { 0x10, 0x28, 0x83, 0x78, 0x1d, 0xc3, 0xef, 0x83, 0xb6, 0xa6, 0x0a, 0xe7, 0x48, 0xa9, 0x61, 0x82, 0x5b, 0x5f, 0x82, 0x29, 0x54, 0x4b, 0x11, 0x8d, 0x3b, 0x41, 0xb2, 0xcb, 0x84, 0xce, 0x3b, 0xc2, 0x35, 0xed, 0x11, 0x5d, 0x80, 0x2c, 0x6c, 0x7c, 0x5d, 0x1c, 0xc5, 0x31, 0xe1, 0xf5, 0x23, 0x3d, 0x48, 0x3e, 0xe7, 0xaa, 0x52, 0x2c, 0x65, 0x86, 0x4f, 0xd3, 0x4c, 0x94, 0xcc, 0x19, 0x61, 0xff, 0x35, 0x5b, 0xb8, 0x93, 0x7b, 0x2f, 0xa2 } }; static const struct cckprng_op_reseed op_reseed_1751 = { .hd = { .id = 1654, .kind = OP_RESEED }, .nonce = 8514822434317364435ULL, .seed_nbytes = 80, .seed = { 0x6b, 0x66, 0x6f, 0x23, 0x6f, 0x8e, 0x58, 0xd3, 0x76, 0x13, 0xd4, 0x69, 0x6f, 0xd4, 0x72, 0x29, 0xd8, 0x5c, 0xeb, 0x6e, 0xf8, 0x02, 0x26, 0xff, 0xf9, 0x5f, 0x17, 0x65, 0x5f, 0x52, 0xbd, 0x6f, 0x25, 0x77, 0xeb, 0x37, 0x3a, 0x60, 0xc1, 0x58, 0xec, 0x6f, 0xa5, 0xe3, 0xd7, 0xca, 0xb1, 0x0f, 0x19, 0xd1, 0x5f, 0x7c, 0xae, 0x59, 0x91, 0x3c, 0xbc, 0x6a, 0x66, 0x8f, 0xd5, 0x11, 0x9c, 0xd8, 0x36, 0x73, 0x28, 0x5b, 0xcd, 0x2c, 0xb4, 0xb6, 0xb9, 0xe7, 0x08, 0xcf, 0xbb, 0xd9, 0x64, 0xa6 } }; static const struct cckprng_op_reseed op_reseed_1752 = { .hd = { .id = 1655, .kind = OP_RESEED }, .nonce = 15787480472552211128ULL, .seed_nbytes = 247, .seed = { 0x3b, 0x79, 0xd3, 0x24, 0xa3, 0xc4, 0xfe, 0x52, 0x52, 0xf5, 0xb2, 0x69, 0x69, 0x49, 0x92, 0x42, 0x55, 0x4e, 0x24, 0x4a, 0xd4, 0xaa, 0x2c, 0x94, 0xa6, 0x12, 0x2d, 0xc4, 0x8f, 0x59, 0x4f, 0x5f, 0xc8, 0x13, 0xa4, 0x56, 0x6b, 0x13, 0x1d, 0x53, 0x15, 0x19, 0x61, 0xd0, 0xf8, 0x7a, 0x23, 0xd0, 0xeb, 0x2b, 0xce, 0x40, 0x53, 0x9c, 0xae, 0x3f, 0xd5, 0xe6, 0xcb, 0xf9, 0x00, 0x27, 0x58, 0xeb, 0x3c, 0xa1, 0xa6, 0xbb, 0xa5, 0xa6, 0xfb, 0x1e, 0x61, 0x86, 0x3f, 0xf2, 0x84, 0xd4, 0xcc, 0xfc, 0xfb, 0xd5, 0xbf, 0xde, 0xb8, 0x0c, 0x88, 0xe9, 0xe3, 0xd4, 0x52, 0x48, 0x9f, 0x6e, 0x4f, 0xfc, 0x87, 0x1f, 0x54, 0x43, 0x89, 0x46, 0xa5, 0x82, 0x05, 0x3c, 0x86, 0x1d, 0x27, 0xd4, 0x41, 0x72, 0x47, 0xbd, 0xf2, 0xb3, 0xef, 0xe8, 0x73, 0x35, 0xca, 0xf8, 0x7d, 0xf3, 0x96, 0xdf, 0xe7, 0x84, 0x54, 0xad, 0x05, 0xd9, 0x0a, 0x7d, 0xfa, 0xe3, 0x3b, 0x65, 0x06, 0x2d, 0x69, 0x41, 0x02, 0xff, 0xcd, 0xa2, 0x09, 0x96, 0x2d, 0xa0, 0xc7, 0x76, 0xc9, 0x67, 0x3c, 0x76, 0xfa, 0x03, 0x08, 0x41, 0xc0, 0xf7, 0xc6, 0xe5, 0xfd, 0xc4, 0x62, 0xda, 0xdf, 0x6d, 0xba, 0x49, 0x70, 0x37, 0xa8, 0xea, 0x18, 0xc5, 0x98, 0xa8, 0x11, 0x86, 0xc0, 0x91, 0xf6, 0x07, 0xda, 0x31, 0xcd, 0xec, 0x26, 0xd5, 0x8c, 0x37, 0x19, 0x3a, 0x2e, 0xa3, 0xe7, 0xe5, 0xa4, 0x56, 0x84, 0xa0, 0x6c, 0x96, 0x2d, 0x71, 0xfa, 0x13, 0xce, 0xb8, 0x6d, 0x3d, 0xf6, 0x1a, 0xa9, 0x64, 0x3e, 0x94, 0xd2, 0xdf, 0x17, 0xeb, 0xcb, 0x57, 0x51, 0x00, 0xf0, 0x28, 0xb1, 0x6c, 0xf2, 0x9c, 0xc5, 0xf5, 0xf9, 0xc0, 0x99, 0x1b, 0x41, 0xd2, 0x9f, 0x33, 0xb0, 0xf0, 0x11 } }; static const struct cckprng_op_reseed op_reseed_1753 = { .hd = { .id = 1656, .kind = OP_RESEED }, .nonce = 15951619712345519868ULL, .seed_nbytes = 76, .seed = { 0x3f, 0x84, 0x6d, 0x49, 0xac, 0x77, 0x23, 0x13, 0xac, 0x9b, 0x52, 0x89, 0xe9, 0x6f, 0x22, 0x4a, 0x8d, 0x7b, 0xb4, 0xaa, 0x94, 0xe6, 0x1f, 0x21, 0x9a, 0xb8, 0xe8, 0xfc, 0x81, 0xba, 0x61, 0x99, 0x08, 0x49, 0x86, 0xda, 0xf7, 0x8d, 0xa2, 0xfd, 0x8b, 0x75, 0x84, 0xfc, 0x95, 0xd1, 0xb3, 0x76, 0xeb, 0xdd, 0xfd, 0x8d, 0x1b, 0x64, 0x1b, 0xdb, 0xf3, 0x2f, 0x2f, 0x08, 0x42, 0xd2, 0x75, 0x1b, 0xf8, 0xde, 0x44, 0x5f, 0xe4, 0x04, 0x8e, 0x2a, 0xfc, 0xe5, 0x6b, 0x3a } }; static const struct cckprng_op_generate op_init_1754 = { .hd = { .id = 1657, .kind = OP_GENERATE }, .rand_nbytes = 186, .out = { .rand = { 0x22, 0x62, 0xc1, 0xda, 0x2c, 0x52, 0x9f, 0x4c, 0xb8, 0x0b, 0xfe, 0xfc, 0x73, 0xf6, 0x94, 0xc3, 0x4d, 0xb2, 0xce, 0xd8, 0xd9, 0xba, 0x66, 0x20, 0x2a, 0x6a, 0x42, 0x78, 0x49, 0x01, 0xb7, 0x65, 0x4e, 0x1a, 0xa8, 0x39, 0xe3, 0xef, 0xec, 0x77, 0xe9, 0x88, 0xce, 0x35, 0xcc, 0xb1, 0x15, 0xee, 0x0b, 0x07, 0xd2, 0xc0, 0xdb, 0x1a, 0x16, 0xdd, 0x5b, 0xcb, 0x61, 0x0f, 0x39, 0x63, 0x9e, 0xdf, 0x11, 0x94, 0x95, 0x31, 0xe3, 0xea, 0x9e, 0x93, 0xfd, 0xb2, 0xef, 0x06, 0x7b, 0x49, 0xa7, 0xb4, 0x0c, 0x8c, 0x83, 0x42, 0x3e, 0x16, 0x27, 0x6d, 0xa5, 0xd7, 0x57, 0xef, 0x86, 0x7b, 0x73, 0x74, 0x3a, 0x41, 0x93, 0x31, 0x48, 0xdd, 0xce, 0xf8, 0x39, 0xef, 0x2d, 0x5e, 0xbe, 0xf3, 0x7f, 0x8c, 0x4d, 0x92, 0xd2, 0x85, 0x28, 0xf2, 0x62, 0x0c, 0xee, 0x75, 0xeb, 0x07, 0x19, 0xa3, 0x08, 0xb0, 0x15, 0xd6, 0x82, 0xb9, 0x7c, 0xac, 0x37, 0x41, 0x33, 0x22, 0x76, 0x34, 0x4c, 0xe3, 0xf5, 0x21, 0xb0, 0xb4, 0xc7, 0xec, 0x75, 0xbc, 0x34, 0x85, 0x13, 0xb0, 0x43, 0xc3, 0x4c, 0x29, 0x19, 0xde, 0x96, 0xe0, 0x48, 0x85, 0xab, 0xf0, 0xaf, 0xc5, 0x49, 0x69, 0xab, 0x76, 0x52, 0xb2, 0xe1, 0x10, 0x6b, 0xc9, 0x25, 0x4c, 0xcf, 0x9a, 0xac, 0xb1, 0xc0, 0x76 } } }; static const struct cckprng_op_refresh op_refresh_1755 = { .hd = { .id = 1658, .kind = OP_REFRESH }, .rand = 3929362020132427292ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1756 = { .hd = { .id = 1659, .kind = OP_REFRESH }, .rand = 3714801627630996321ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1757 = { .hd = { .id = 1660, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0x8b, 0x16, 0x73, 0xc6, 0xca, 0x4b, 0x46, 0x11, 0x59, 0x3f, 0x98, 0xcd, 0x47, 0x40, 0xaa, 0xdd, 0x83, 0xbb, 0x78, 0xf9, 0xf8, 0x2a, 0xdc, 0xd8, 0x82, 0x21, 0x80, 0xa7, 0x7a, 0xcb, 0x46, 0x0d, 0xc0, 0x90, 0x64, 0x42, 0x67, 0xc5, 0x91, 0x3d, 0x83, 0xd7, 0x30, 0x66, 0x33, 0xa7, 0x4f, 0xe6, 0x73, 0xb9, 0xab, 0x94, 0xbd, 0x6f, 0x1f, 0xed, 0x7f, 0xd2, 0x64, 0x51, 0xbe, 0x6a, 0x4f, 0x6a, 0x14, 0x11, 0xf5, 0x12, 0x42, 0x14, 0x2d, 0x55, 0x37, 0xb9, 0x88, 0xb6, 0xa6, 0x85, 0x09, 0xcc, 0x13, 0xcc } } }; static const struct cckprng_op_reseed op_reseed_1758 = { .hd = { .id = 1661, .kind = OP_RESEED }, .nonce = 15281289143949153416ULL, .seed_nbytes = 172, .seed = { 0x8c, 0x92, 0xf6, 0xc9, 0x3e, 0x4f, 0x27, 0xda, 0x60, 0x28, 0x7c, 0xb1, 0x4f, 0x74, 0xd8, 0x16, 0x2b, 0x1d, 0xe3, 0x0a, 0xd6, 0x64, 0x93, 0x1b, 0xda, 0x97, 0xe7, 0xaa, 0x80, 0x04, 0xb0, 0x63, 0x6f, 0x5d, 0xb6, 0xd5, 0xb0, 0x07, 0x27, 0x92, 0x47, 0x7f, 0x20, 0xb8, 0x1f, 0xf9, 0xe6, 0x83, 0x42, 0x24, 0xe8, 0xfc, 0xd1, 0x11, 0x3b, 0xc5, 0x97, 0xb2, 0x3b, 0xa2, 0x8a, 0xe6, 0xc7, 0x79, 0x75, 0x11, 0xef, 0x15, 0xcb, 0xdb, 0xf5, 0xaf, 0x61, 0xe0, 0x48, 0x9c, 0xd1, 0x5a, 0x1f, 0xc4, 0x0d, 0xa4, 0x3b, 0xc9, 0x12, 0xe9, 0x8d, 0xad, 0x58, 0x9f, 0x8e, 0x72, 0xef, 0xea, 0x00, 0xdd, 0x46, 0x76, 0x51, 0x20, 0xab, 0xfd, 0xc5, 0xf8, 0x57, 0x43, 0x92, 0xdd, 0x81, 0x2e, 0x7d, 0x02, 0x33, 0x35, 0x9f, 0xd8, 0x55, 0xb2, 0x2c, 0xf1, 0x66, 0x44, 0xb9, 0x1f, 0x76, 0x16, 0xa9, 0xe7, 0x4c, 0x26, 0xdc, 0xcf, 0xf8, 0x10, 0xd7, 0x24, 0x5b, 0x39, 0x4d, 0x56, 0x56, 0x62, 0x6c, 0xf2, 0x00, 0x86, 0xf0, 0x1b, 0xbb, 0xd9, 0x76, 0x3e, 0xfb, 0xad, 0xaf, 0x77, 0xf3, 0x33, 0x17, 0x8b, 0xbe, 0x04, 0xe3, 0x5c, 0xef, 0x00, 0xf9, 0x98, 0x38, 0x4b, 0xa9, 0xab } }; static const struct cckprng_op_refresh op_refresh_1759 = { .hd = { .id = 1662, .kind = OP_REFRESH }, .rand = 4019875317187354713ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1760 = { .hd = { .id = 1663, .kind = OP_REFRESH }, .rand = 13987694928373050873ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1761 = { .hd = { .id = 1664, .kind = OP_RESEED }, .nonce = 9996895106537292775ULL, .seed_nbytes = 208, .seed = { 0xb1, 0xa1, 0x44, 0x7d, 0x85, 0x4f, 0xe4, 0x47, 0x3b, 0xa7, 0x73, 0xf7, 0xf1, 0x83, 0x80, 0x9d, 0xf4, 0x92, 0x9c, 0xe5, 0x94, 0x60, 0x2a, 0x76, 0x19, 0xaa, 0x38, 0x8a, 0xb6, 0xc8, 0x9b, 0x6c, 0x8e, 0x31, 0x8f, 0xea, 0xba, 0xb3, 0xbb, 0xac, 0x98, 0x9d, 0xf1, 0x0c, 0x61, 0x01, 0xa6, 0x7c, 0x6b, 0x5b, 0xae, 0x04, 0x6a, 0xe1, 0x2f, 0x59, 0x56, 0xfe, 0x3a, 0x37, 0x9c, 0x69, 0x7f, 0xe7, 0xb2, 0xa0, 0xc6, 0x0f, 0x42, 0xfe, 0xe8, 0xc5, 0x2b, 0xa0, 0x5c, 0xc1, 0xf9, 0x67, 0x23, 0x1e, 0xd2, 0x88, 0x91, 0x22, 0x3f, 0x8e, 0xcf, 0xe5, 0x2f, 0x4b, 0x38, 0x67, 0x32, 0x05, 0x9c, 0x99, 0xf9, 0xc2, 0x5d, 0xef, 0x16, 0x64, 0x87, 0x81, 0x5f, 0xb9, 0xc6, 0x28, 0x6b, 0xc6, 0x5b, 0xe2, 0x6c, 0xeb, 0x81, 0xc1, 0xc8, 0xe4, 0xe9, 0xf8, 0x75, 0xed, 0x56, 0xff, 0x13, 0x73, 0x56, 0xf2, 0x42, 0x27, 0xeb, 0x7c, 0x7c, 0xa6, 0xb2, 0x9b, 0xd9, 0x50, 0xe2, 0x75, 0x6b, 0x2f, 0xcc, 0x23, 0x40, 0x9e, 0xb9, 0xcd, 0xe3, 0x36, 0x04, 0xce, 0xe3, 0x4f, 0x66, 0xac, 0xa1, 0x2c, 0x32, 0x4d, 0x55, 0x94, 0x03, 0x8d, 0xbe, 0x68, 0x4d, 0xbd, 0xc7, 0x83, 0xac, 0x25, 0x49, 0xf5, 0xee, 0x05, 0x4b, 0x6e, 0x46, 0xcd, 0x1d, 0xf7, 0xb0, 0xd4, 0xa5, 0x89, 0x3a, 0x6b, 0x1d, 0x6b, 0x84, 0xf5, 0xac, 0xcf, 0xb1, 0x08, 0x8c, 0x6e, 0x0a, 0xff, 0xf5, 0x88, 0x54, 0xae, 0x3d, 0x51, 0xd2, 0xb6 } }; static const struct cckprng_op_generate op_init_1762 = { .hd = { .id = 1665, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0xb6, 0x92, 0xdf, 0x67, 0x95, 0x40, 0x6c, 0x77, 0xb3, 0x3b, 0xe2, 0x07, 0xef, 0x56, 0x8f, 0x90, 0xce, 0x5e, 0xbf, 0x92, 0xed, 0xc0, 0x70, 0x4b, 0xd4, 0x74, 0x31, 0x86, 0x3b, 0xd7, 0xda, 0x37, 0xf1, 0xb2, 0xb1, 0x19, 0x57, 0xec, 0xa4, 0x73, 0xda, 0x83, 0x40, 0x2e, 0x12, 0x4e, 0xe5, 0xde, 0x87, 0x5b, 0x33, 0x86, 0xe8, 0x4a, 0xd1, 0xa5, 0xd1, 0x65, 0xb1, 0xd9, 0x2d, 0xcc, 0x5a, 0xac, 0x9e, 0x87, 0xc8, 0x47, 0x9b, 0x6f, 0x27, 0xaf, 0x78, 0x3a, 0x0b, 0xee, 0x23, 0x98, 0xa9, 0x21, 0xd3, 0x04, 0xd5, 0x06, 0xc6, 0xee, 0xc3, 0x4d, 0x3e, 0x73, 0xb9, 0xc2, 0xbe, 0x09, 0xb2, 0x20, 0xf2, 0xc6, 0x98, 0x0a, 0xe2, 0xcb, 0xff, 0x39, 0x75, 0xa6, 0x5a, 0x58, 0x37, 0x48, 0x37, 0xce, 0x3f, 0x28, 0xbf, 0xb5, 0xb1, 0xe8, 0xf0, 0x10, 0xb2, 0x87, 0xa5, 0x3d, 0x6d, 0x94, 0x96, 0x32, 0x30, 0x11, 0x1f, 0x64, 0x16, 0x6f, 0x1f, 0x49, 0x09, 0x7e, 0xcb, 0xe6, 0x6e, 0xb6, 0x11, 0x62, 0x4a, 0x6d, 0xdb, 0xd0, 0x1d, 0x5e, 0x77, 0xba, 0xa5, 0xa9, 0x4b, 0x54, 0x66, 0x4f, 0xe3, 0x01, 0x3a, 0xd9, 0x87, 0xb4, 0xfc, 0x60, 0xc4, 0x0f, 0x27, 0xcf, 0x0b, 0x8c, 0x38, 0x8c, 0x90, 0x40, 0xa8, 0xd7, 0x13, 0x61, 0xd7, 0x55, 0xc4, 0x24, 0xdc, 0xc5, 0x05, 0xdd, 0xb9, 0x42, 0x70, 0xf4, 0x80, 0xbb, 0xb6, 0x6c, 0xfd, 0xa9, 0x1e, 0x4c, 0xc5, 0x51, 0xed, 0x28, 0x95, 0xee, 0x54, 0x71, 0xe5, 0xc8, 0xbe, 0x94, 0x86, 0x75, 0xe5, 0x2a, 0xd7, 0x17, 0x20, 0x35, 0xa2, 0xe4, 0x85, 0x96, 0xfc, 0x56, 0x55, 0xd8, 0xde, 0x38, 0x76, 0x23, 0xcc, 0xfe, 0xeb, 0x8d, 0x28, 0xa5, 0x07, 0x9b, 0x81, 0x28, 0x4a, 0x11, 0x38, 0xc4, 0x91, 0x65, 0x14, 0xa9, 0x1b, 0xf4, 0xae, 0x65, 0x02, 0x8a, 0x1b, 0x55, 0x74 } } }; static const struct cckprng_op *ops_1763[] = { (const struct cckprng_op *)&op_init_1747, (const struct cckprng_op *)&op_reseed_1748, (const struct cckprng_op *)&op_reseed_1749, (const struct cckprng_op *)&op_reseed_1750, (const struct cckprng_op *)&op_reseed_1751, (const struct cckprng_op *)&op_reseed_1752, (const struct cckprng_op *)&op_reseed_1753, (const struct cckprng_op *)&op_init_1754, (const struct cckprng_op *)&op_refresh_1755, (const struct cckprng_op *)&op_refresh_1756, (const struct cckprng_op *)&op_init_1757, (const struct cckprng_op *)&op_reseed_1758, (const struct cckprng_op *)&op_refresh_1759, (const struct cckprng_op *)&op_refresh_1760, (const struct cckprng_op *)&op_reseed_1761, (const struct cckprng_op *)&op_init_1762 }; static const struct cckprng_vector vec_1764 = { .id = 1666, .note = NULL, .nops = 16, .ops = ops_1763 }; static const struct cckprng_op_init op_init_1765 = { .hd = { .id = 1667, .kind = OP_INIT }, .seed = { 0x21, 0x85, 0xd5, 0xa1, 0x7c, 0x44, 0xab, 0x38, 0xaf, 0x6f, 0xa5, 0xf4, 0xcb, 0xb0, 0x5c, 0x86, 0xd0, 0x67, 0x8f, 0xc8, 0x02, 0x9e, 0xe9, 0x47, 0xee, 0x4a, 0x25, 0x57, 0xa3, 0x78, 0x30, 0x71 }, .nonce = { 0x15, 0xa2, 0xe0, 0x6f, 0x55, 0x27, 0x93, 0x3d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1766 = { .hd = { .id = 1668, .kind = OP_GENERATE }, .rand_nbytes = 111, .out = { .rand = { 0x47, 0xf5, 0x67, 0x5b, 0x1b, 0x73, 0x97, 0x7f, 0x0b, 0xe1, 0xe0, 0xab, 0x35, 0xf2, 0x0c, 0xe9, 0x12, 0x85, 0xd3, 0x50, 0x8b, 0x26, 0xea, 0x8c, 0xe7, 0x1e, 0x1d, 0x34, 0x8c, 0xc7, 0x7e, 0x0b, 0x61, 0xf2, 0x67, 0x60, 0x10, 0xbf, 0xdd, 0x89, 0x61, 0x58, 0x76, 0x12, 0x7d, 0x24, 0xe1, 0x93, 0xdc, 0x54, 0xfb, 0x24, 0xb4, 0x2a, 0xb3, 0x81, 0x40, 0x9b, 0xbf, 0xee, 0x57, 0x77, 0x56, 0xa6, 0x61, 0xdd, 0xf4, 0xc7, 0x03, 0x33, 0xb4, 0x76, 0x17, 0x00, 0xfe, 0x4d, 0x06, 0x0b, 0x32, 0xa5, 0x8c, 0x5a, 0x1d, 0xa3, 0x97, 0xa2, 0xf9, 0x94, 0xa1, 0xa9, 0x08, 0x3d, 0xea, 0x6a, 0xa3, 0x85, 0xff, 0x84, 0x09, 0x9c, 0x0f, 0x36, 0x6f, 0x6f, 0xa9, 0x34, 0x8b, 0x56, 0x4e, 0x5b, 0xeb } } }; static const struct cckprng_op_generate op_init_1767 = { .hd = { .id = 1669, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0x24, 0xb6, 0x08, 0xdd, 0xa6, 0x66, 0xd9, 0x3c, 0x4b, 0x03 } } }; static const struct cckprng_op_generate op_init_1768 = { .hd = { .id = 1670, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0x9b, 0x3f, 0xb5, 0x23, 0x6b, 0xc9, 0x96, 0x4c, 0xec } } }; static const struct cckprng_op_refresh op_refresh_1769 = { .hd = { .id = 1671, .kind = OP_REFRESH }, .rand = 14058090373086287224ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1770 = { .hd = { .id = 1672, .kind = OP_RESEED }, .nonce = 9428205980377792409ULL, .seed_nbytes = 229, .seed = { 0xc5, 0x74, 0xed, 0x22, 0x6d, 0xa2, 0xbd, 0xe7, 0x1b, 0x0c, 0x6b, 0xa8, 0xd3, 0xc5, 0xc9, 0x73, 0x35, 0x06, 0x2b, 0x2a, 0x1c, 0x50, 0x0d, 0x6d, 0xb4, 0x5a, 0xa8, 0x18, 0x2e, 0xda, 0x91, 0x03, 0x8c, 0x93, 0x6c, 0x51, 0xbd, 0xac, 0x26, 0x0c, 0x8b, 0xdc, 0xd5, 0xf6, 0x9d, 0xc5, 0x28, 0xea, 0xd8, 0xcb, 0xe7, 0x99, 0xb0, 0xba, 0xc2, 0x2b, 0x6b, 0xb2, 0x1d, 0x7e, 0xd4, 0xac, 0x2b, 0x39, 0xe2, 0x6e, 0xe7, 0x35, 0x89, 0xbd, 0xbf, 0xbf, 0x47, 0xcf, 0xb4, 0x70, 0x5f, 0x92, 0xf9, 0x7f, 0x2f, 0x6f, 0xe7, 0x01, 0xcb, 0x85, 0x0b, 0x6b, 0x09, 0xce, 0xc9, 0xe4, 0xec, 0xcc, 0x29, 0x21, 0x75, 0x2f, 0x7a, 0x62, 0x79, 0x66, 0x23, 0xcb, 0x0c, 0x6e, 0x7d, 0x48, 0xf6, 0x45, 0x8c, 0xea, 0xb6, 0x5d, 0x27, 0xbf, 0xaa, 0x08, 0xb0, 0xf5, 0xfd, 0x5c, 0x25, 0x52, 0xbc, 0x9a, 0xf3, 0x9d, 0xb1, 0x8e, 0xa4, 0x56, 0x14, 0x6f, 0x97, 0x66, 0x0f, 0xf6, 0xd3, 0x07, 0x80, 0x14, 0x09, 0x84, 0xbb, 0x3b, 0xa7, 0xd9, 0x02, 0xf5, 0xbb, 0x9a, 0xb1, 0xb2, 0xe5, 0xeb, 0xc1, 0x4e, 0x6d, 0x88, 0x8d, 0x9f, 0xe7, 0x53, 0x2e, 0x31, 0x34, 0x02, 0x25, 0x56, 0xe0, 0x75, 0xcf, 0xe9, 0xe2, 0xe6, 0x3a, 0x32, 0x65, 0xbc, 0x80, 0x0a, 0x98, 0x8a, 0x42, 0x8c, 0x1f, 0xc4, 0x24, 0x2a, 0xa1, 0xc2, 0xf9, 0x9c, 0xd6, 0xeb, 0x1c, 0x60, 0x9b, 0x04, 0xdb, 0xa5, 0xe6, 0xcc, 0x8c, 0xef, 0xba, 0xf6, 0x4a, 0x59, 0xdb, 0xb5, 0x82, 0x5d, 0xa8, 0x1d, 0x3b, 0x39, 0xc3, 0x60, 0x02, 0xac, 0x86, 0x87, 0x1c, 0x95, 0x92, 0xbb, 0xb4 } }; static const struct cckprng_op_generate op_init_1771 = { .hd = { .id = 1673, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0x53, 0x51, 0x7b, 0xe2, 0x27, 0x04, 0xbc, 0xfd } } }; static const struct cckprng_op_reseed op_reseed_1772 = { .hd = { .id = 1674, .kind = OP_RESEED }, .nonce = 1590127755586854254ULL, .seed_nbytes = 117, .seed = { 0x79, 0xdd, 0xa1, 0xb6, 0x57, 0x55, 0xd1, 0xac, 0x84, 0xe3, 0xdc, 0x98, 0x46, 0x67, 0x13, 0x6d, 0x8a, 0x21, 0xa4, 0xc5, 0x12, 0x0a, 0x2d, 0xe9, 0xc5, 0x55, 0xcf, 0xb5, 0x59, 0x0a, 0x42, 0x0b, 0xc2, 0x88, 0x19, 0x8f, 0x1c, 0xeb, 0x6e, 0xd4, 0x4f, 0x48, 0xec, 0x54, 0xf4, 0x22, 0x77, 0x9b, 0x25, 0xab, 0xd0, 0xfb, 0x67, 0x20, 0xe3, 0x5a, 0x4e, 0xb7, 0xfa, 0x29, 0xac, 0xb4, 0xca, 0x26, 0xf3, 0x89, 0x61, 0xda, 0xac, 0x8a, 0xa2, 0x88, 0xed, 0xa0, 0xe2, 0x7c, 0x44, 0x75, 0x78, 0x91, 0x06, 0xef, 0xf4, 0xba, 0xc2, 0xfe, 0xa6, 0xce, 0xc5, 0xa3, 0x75, 0x32, 0xb2, 0x38, 0x2c, 0x25, 0x20, 0x76, 0x2e, 0x20, 0x77, 0xaa, 0x02, 0x6c, 0xfb, 0x06, 0x07, 0x0e, 0x50, 0xf9, 0x5e, 0x5c, 0xb4, 0xf1, 0xfe, 0x01, 0x35 } }; static const struct cckprng_op_reseed op_reseed_1773 = { .hd = { .id = 1675, .kind = OP_RESEED }, .nonce = 6730764676392873535ULL, .seed_nbytes = 143, .seed = { 0x8c, 0x2d, 0x3c, 0xbc, 0x3c, 0xdd, 0x5c, 0x21, 0xc7, 0x63, 0x10, 0x5f, 0x6b, 0x39, 0xcb, 0x90, 0xde, 0xf2, 0x0f, 0x8a, 0xaa, 0x2b, 0x93, 0x08, 0xb3, 0x15, 0xeb, 0x86, 0xe2, 0xfa, 0x62, 0x41, 0xbb, 0x50, 0x1f, 0xaf, 0xc2, 0x51, 0xd8, 0xfb, 0x4e, 0x33, 0x05, 0x5b, 0xb7, 0x50, 0xeb, 0x4f, 0x2f, 0x7b, 0x92, 0xfc, 0xb2, 0x11, 0x9f, 0x0a, 0xa6, 0xdc, 0xc0, 0x5e, 0xb9, 0x05, 0x22, 0x0c, 0xf1, 0xa4, 0xef, 0x78, 0x7a, 0x08, 0x84, 0xdc, 0xb7, 0x41, 0xe5, 0x2a, 0x30, 0xdb, 0xce, 0x8c, 0x0f, 0xb5, 0x97, 0xcd, 0x69, 0x1e, 0xcc, 0x5e, 0x2e, 0xce, 0x15, 0x44, 0xa6, 0x05, 0x95, 0xe2, 0x11, 0xc4, 0xde, 0xc2, 0x8d, 0xea, 0xd1, 0xab, 0x4f, 0xa6, 0x2c, 0x16, 0x8b, 0x9a, 0x7e, 0xde, 0x23, 0x63, 0xcf, 0x50, 0x27, 0xe8, 0x5b, 0xee, 0xb0, 0xd4, 0x43, 0x3d, 0x03, 0xd3, 0xd9, 0x75, 0x28, 0xd4, 0xae, 0x88, 0x7a, 0x37, 0x7f, 0xb0, 0x05, 0x97, 0x81, 0x56, 0x36, 0x0a, 0xca } }; static const struct cckprng_op_reseed op_reseed_1774 = { .hd = { .id = 1676, .kind = OP_RESEED }, .nonce = 6697031785333521663ULL, .seed_nbytes = 191, .seed = { 0x68, 0xcb, 0x93, 0xb0, 0x10, 0x3b, 0x31, 0x53, 0xbd, 0xf8, 0xde, 0x78, 0x00, 0x06, 0x85, 0x34, 0x3c, 0x4c, 0x13, 0x73, 0xbf, 0x49, 0x62, 0xe1, 0x91, 0x66, 0x4e, 0x8e, 0x68, 0x72, 0xe3, 0x8f, 0xf9, 0x9c, 0x12, 0x49, 0x17, 0x5c, 0x40, 0xeb, 0xbe, 0xdc, 0xd5, 0x65, 0x71, 0xa0, 0x88, 0x5d, 0x09, 0x8c, 0xf7, 0xbc, 0x81, 0xb9, 0xc3, 0xd8, 0xbf, 0xb1, 0xec, 0x43, 0x63, 0xc5, 0xee, 0xc7, 0x29, 0x4b, 0x1b, 0x73, 0xf2, 0x1c, 0x26, 0xc5, 0x3c, 0x19, 0x4d, 0xb4, 0xf9, 0x60, 0xa3, 0x36, 0x92, 0x08, 0xd6, 0x54, 0x13, 0x6c, 0xb1, 0x64, 0x32, 0x02, 0x20, 0x2f, 0xd5, 0x4f, 0x32, 0x6d, 0xf1, 0xdd, 0xdc, 0x52, 0x9f, 0xd0, 0xd8, 0x92, 0x1b, 0x7f, 0x1e, 0x8c, 0x87, 0x85, 0x89, 0xe2, 0xfb, 0xa3, 0xc0, 0x12, 0x0b, 0x83, 0xde, 0xa8, 0xdf, 0xcd, 0x30, 0x6e, 0x82, 0xee, 0xc2, 0x27, 0x49, 0x39, 0x52, 0xd0, 0xc9, 0x9e, 0xd5, 0x1a, 0x8b, 0x51, 0xa4, 0x30, 0xe8, 0x77, 0x24, 0x6a, 0x9b, 0x84, 0x47, 0xff, 0x0a, 0x52, 0xd2, 0x52, 0x0c, 0x35, 0xa9, 0x4c, 0x16, 0x42, 0x5f, 0x64, 0xbf, 0xc9, 0xc2, 0x4a, 0x36, 0x23, 0xbd, 0x8e, 0xac, 0x91, 0x8f, 0xea, 0x5c, 0x46, 0x51, 0x30, 0x5f, 0x73, 0x42, 0xc7, 0x5f, 0x75, 0x60, 0x94, 0x12, 0x9e, 0xa3, 0x17, 0x88, 0x0a, 0xb8 } }; static const struct cckprng_op_refresh op_refresh_1775 = { .hd = { .id = 1677, .kind = OP_REFRESH }, .rand = 13562039908245868141ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1776 = { .hd = { .id = 1678, .kind = OP_RESEED }, .nonce = 14791696766432056571ULL, .seed_nbytes = 285, .seed = { 0x93, 0xa9, 0xe0, 0x85, 0x15, 0xb0, 0xa6, 0xea, 0xb3, 0xde, 0x7f, 0xea, 0x6e, 0xeb, 0x4e, 0x01, 0x69, 0xad, 0x25, 0x24, 0x9f, 0x23, 0xaf, 0x4b, 0x48, 0x00, 0x1d, 0xc9, 0xad, 0x7a, 0xb1, 0xb4, 0x41, 0xa1, 0xbe, 0x4b, 0x30, 0x73, 0x63, 0xa7, 0x35, 0x99, 0x93, 0x4c, 0x74, 0x0e, 0x6c, 0x0a, 0xb7, 0x6f, 0x4d, 0x4b, 0x48, 0x7e, 0x41, 0x80, 0x9e, 0x8b, 0x9b, 0xa0, 0xcf, 0x5a, 0xf7, 0xe5, 0xb9, 0x92, 0x88, 0x31, 0x08, 0xd6, 0x5f, 0xd1, 0x7c, 0x33, 0x99, 0x4b, 0x63, 0x91, 0x8e, 0xd9, 0xed, 0xf7, 0x73, 0x3a, 0xa4, 0x30, 0xa6, 0xf1, 0x4f, 0x5f, 0x6c, 0x10, 0xed, 0x16, 0xf6, 0x7a, 0x36, 0x51, 0x08, 0xf3, 0x9c, 0x91, 0x59, 0x5d, 0x25, 0xa1, 0xa4, 0x76, 0xb2, 0x12, 0x4f, 0xa2, 0x2d, 0x9e, 0xd8, 0xe3, 0xa3, 0x80, 0x6a, 0xda, 0xc7, 0x1e, 0xb6, 0xc2, 0xed, 0x3e, 0x37, 0xba, 0x7b, 0x53, 0x9a, 0x96, 0x83, 0x9d, 0xa3, 0xd7, 0x27, 0x5f, 0x54, 0x4e, 0xda, 0x00, 0x9a, 0xa8, 0xa3, 0xb7, 0x9a, 0x5d, 0x68, 0x1f, 0x5a, 0x42, 0xc9, 0x39, 0xa8, 0x80, 0x12, 0xb8, 0x8f, 0xf1, 0x14, 0x11, 0x21, 0xd8, 0xcc, 0xf4, 0x1f, 0x3b, 0xbf, 0x90, 0x62, 0x21, 0xa6, 0x6f, 0xe9, 0xc9, 0x8e, 0x3e, 0xa6, 0xae, 0xd6, 0x96, 0x2a, 0xe1, 0xc1, 0x3a, 0xf4, 0x7e, 0xe3, 0xef, 0x95, 0xe6, 0x9d, 0x4f, 0xda, 0xea, 0x37, 0xc2, 0x55, 0x0c, 0xe1, 0x96, 0xa8, 0x12, 0xa6, 0x0b, 0x34, 0x79, 0xe3, 0x4f, 0xdf, 0x21, 0x77, 0xbb, 0xd2, 0xa5, 0x76, 0x76, 0x06, 0x40, 0x45, 0xbc, 0x4f, 0xf9, 0xef, 0x59, 0x7c, 0x56, 0xbf, 0xf4, 0x84, 0x41, 0x27, 0xb1, 0x5b, 0x00, 0x5f, 0x43, 0x68, 0x45, 0x78, 0xeb, 0xc4, 0x56, 0x28, 0xc8, 0xe7, 0xd0, 0x80, 0xe5, 0xc3, 0x52, 0xcb, 0xb2, 0x62, 0xd8, 0x47, 0x0a, 0xa5, 0x11, 0x71, 0x25, 0x75, 0x62, 0xb4, 0x8e, 0x68, 0xd6, 0x30, 0xb1, 0xd0, 0x4e, 0xe0, 0x05, 0xf2, 0xfa, 0xb3, 0xbc, 0xc1, 0xd0, 0x93, 0xe0, 0xbd, 0x5d, 0x6e } }; static const struct cckprng_op_generate op_init_1777 = { .hd = { .id = 1679, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x66, 0x30, 0x4f, 0x22, 0x38, 0x9b, 0x7c, 0x5d, 0x98, 0x94, 0x7a, 0x37, 0x7e, 0x74, 0x8e, 0xca, 0x9b, 0xa5, 0x7d, 0xf3, 0x2e, 0x71, 0x83, 0x13, 0x7f, 0xd9, 0xe3, 0x95, 0xea, 0x80, 0x70, 0xc7, 0xf7, 0x24, 0xd9, 0x83, 0x03, 0x4b, 0x86, 0x86, 0xbd, 0xbf, 0x6d, 0x67, 0x10, 0x81, 0x74, 0x4b, 0x60, 0x4f, 0x2b, 0x7d, 0x92, 0x3c, 0x0d, 0x7d, 0x09, 0xad, 0xfa, 0xf7, 0x18, 0x8d, 0x7b, 0x61, 0x80, 0x1d, 0xa4, 0xd5, 0xcb, 0x21, 0xad, 0x85, 0x8a, 0xf5, 0xb7, 0xea, 0xab, 0xe5, 0xc3, 0x32, 0xc0, 0x00, 0xf6, 0x80, 0xf2, 0x5b, 0x5c, 0x15, 0x4f, 0x14, 0xda, 0x9d, 0x31, 0xaf, 0x2c, 0xb9, 0x56, 0xaa, 0x2e, 0x23, 0x18, 0xaa, 0x06, 0x98, 0xbe, 0x72, 0xc2, 0xc1, 0xe3, 0xd5, 0x93, 0x4e, 0xbd, 0x64, 0x0a, 0x37, 0x6f, 0xbe, 0x16, 0xa5, 0xf4, 0x8e, 0x8d, 0x3a, 0x3c, 0xcb, 0x43, 0x6f, 0x1a, 0xa9, 0xab, 0xf0, 0xbe, 0x29, 0xea, 0xfe, 0xf0, 0xe3, 0xf9, 0x64, 0x94, 0xfa, 0xb6, 0x49, 0x41, 0x62, 0x69, 0xdd, 0x35, 0x1c, 0xe7, 0x24, 0xe0, 0xbb, 0xff, 0x27, 0x2e, 0x10, 0xf0, 0x6d, 0x31, 0x37, 0xcd, 0xcd, 0x85, 0x2f } } }; static const struct cckprng_op_refresh op_refresh_1778 = { .hd = { .id = 1680, .kind = OP_REFRESH }, .rand = 12737190581691767436ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1779 = { .hd = { .id = 1681, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0x9e, 0x3d, 0x5f, 0x54, 0xab, 0x53, 0xa2, 0xb5, 0x44, 0xf5, 0x69, 0xe5, 0xda, 0x6c, 0x0d, 0xee, 0xfe, 0x6b, 0x89, 0x05, 0x5d, 0x21, 0xca, 0x87, 0x7b, 0xf5, 0x32, 0x7d, 0x23, 0xef, 0x5e, 0xeb, 0xfe, 0x49, 0x78, 0x30, 0xd2, 0x50, 0x38, 0xf5, 0xa5, 0x72, 0xa3, 0xb1, 0x7b, 0xfa, 0x83, 0xd5, 0x81, 0xf2, 0x31, 0x9a, 0x02, 0xb8, 0x86, 0x93, 0x72, 0x3d, 0xb4, 0xc7, 0xa2, 0x94, 0xd1, 0x11, 0xa3, 0x93, 0xe4, 0x4e, 0x2a, 0x57, 0x59, 0xf0, 0xca, 0xa5, 0x22, 0x09, 0x4b, 0x00, 0x12, 0x44, 0x9f, 0x4c, 0x5c, 0x3c, 0xf8, 0x29, 0x12, 0xfc, 0x87, 0xba, 0x8f, 0x52, 0x3e, 0x1c, 0x73, 0xc4, 0xdf, 0x1a, 0x87, 0xf6, 0xf1, 0x2f, 0x78, 0xc6, 0x85, 0x38, 0x66, 0x1d, 0x09, 0xe4, 0xb0, 0x49, 0x52, 0x6a, 0xd0, 0x8d, 0x63, 0x85, 0xa0, 0x06, 0x2e, 0x88, 0xb2, 0x66, 0x1f, 0xa5, 0xd5, 0xed, 0x27, 0x40, 0xda, 0x31, 0xb0, 0xf0, 0x39, 0xb6, 0x9c, 0x8e, 0x7f, 0x69, 0x0f, 0xef, 0x7e, 0x8b, 0x26, 0x0b, 0x04, 0xfa, 0xc9, 0xa8, 0xc6, 0x2f, 0xe1, 0x2b, 0x6f, 0x44, 0xa3, 0x13, 0xd1, 0x02, 0x5c, 0x15, 0x32, 0x25, 0x8e, 0x43, 0xda, 0xce, 0xf3, 0xcc, 0xf9, 0x19, 0x13, 0x09, 0xfb, 0xb8, 0x7d, 0x4c, 0x13, 0xe7, 0xb8, 0x24, 0xc6, 0x05, 0x0e, 0xc7, 0x6e, 0x08, 0x5e, 0x3b, 0xea, 0x1f, 0xee, 0x03, 0xa2, 0x15, 0x65, 0x5a, 0xa8, 0x38, 0x16, 0x91, 0xcd, 0x02, 0xe5, 0x85, 0x40, 0x7e, 0x12, 0x6a, 0x92, 0x04, 0x3b, 0x79, 0x2f, 0x25, 0x1e, 0x89, 0x78, 0x83, 0x16, 0x70, 0x1e, 0x44, 0x3d, 0xba, 0x82, 0x0f, 0x3a, 0x55, 0x64, 0x85, 0xf6, 0xb5, 0x8a, 0x2f, 0xc5, 0x6c, 0xf9, 0x2b, 0x5d, 0xb9 } } }; static const struct cckprng_op_reseed op_reseed_1780 = { .hd = { .id = 1682, .kind = OP_RESEED }, .nonce = 10635717729205334968ULL, .seed_nbytes = 188, .seed = { 0x8f, 0xbc, 0x4a, 0x4c, 0x5d, 0x2e, 0x72, 0xad, 0x09, 0x7b, 0x30, 0x81, 0xbe, 0x67, 0xa0, 0xa4, 0xa5, 0xbd, 0x5a, 0xf0, 0x68, 0x8c, 0xfa, 0x26, 0x96, 0xc3, 0xe9, 0x8d, 0x67, 0xd7, 0x00, 0x50, 0xd3, 0x0e, 0x0d, 0x9c, 0xc7, 0x51, 0xbd, 0xe5, 0x0f, 0x3c, 0x7e, 0xc0, 0x1f, 0x28, 0xea, 0x76, 0x4e, 0xe2, 0xdf, 0x5c, 0x83, 0x37, 0x29, 0xff, 0xee, 0xe9, 0xbf, 0x54, 0x79, 0x46, 0xfd, 0xff, 0x01, 0x85, 0x2a, 0x5e, 0xd7, 0x07, 0x9e, 0xd6, 0xce, 0x28, 0xdf, 0xd6, 0xa7, 0x1d, 0x29, 0x38, 0x24, 0xf4, 0x7c, 0x4a, 0x34, 0x7f, 0xc3, 0x22, 0x75, 0xc7, 0x2d, 0x35, 0xc4, 0xc8, 0x87, 0xb0, 0x58, 0xef, 0x0b, 0xe7, 0xdd, 0x33, 0x3a, 0x47, 0x14, 0x15, 0x45, 0xdb, 0x23, 0xd3, 0xec, 0x47, 0x8d, 0x29, 0xf4, 0x3f, 0xa8, 0xbc, 0x70, 0xe9, 0x94, 0x2f, 0xc7, 0xe8, 0x75, 0xe9, 0xd0, 0x22, 0xc6, 0xcb, 0x53, 0x64, 0xa0, 0xf7, 0x3b, 0xdf, 0xeb, 0x58, 0xf0, 0x17, 0xb6, 0xd4, 0x78, 0xca, 0x9f, 0x66, 0x83, 0x50, 0x58, 0xfd, 0xb7, 0xc9, 0xe7, 0xd1, 0xf2, 0xec, 0x2a, 0x06, 0xeb, 0xe3, 0xe1, 0x8f, 0x25, 0x5c, 0x3c, 0x2a, 0x2a, 0x20, 0xda, 0xf0, 0x80, 0x0b, 0x80, 0xa9, 0x1e, 0xf2, 0xce, 0x1a, 0x6b, 0xc5, 0x0c, 0x11, 0xf2, 0x63, 0x71, 0x08, 0xdb, 0x8c } }; static const struct cckprng_op *ops_1781[] = { (const struct cckprng_op *)&op_init_1765, (const struct cckprng_op *)&op_init_1766, (const struct cckprng_op *)&op_init_1767, (const struct cckprng_op *)&op_init_1768, (const struct cckprng_op *)&op_refresh_1769, (const struct cckprng_op *)&op_reseed_1770, (const struct cckprng_op *)&op_init_1771, (const struct cckprng_op *)&op_reseed_1772, (const struct cckprng_op *)&op_reseed_1773, (const struct cckprng_op *)&op_reseed_1774, (const struct cckprng_op *)&op_refresh_1775, (const struct cckprng_op *)&op_reseed_1776, (const struct cckprng_op *)&op_init_1777, (const struct cckprng_op *)&op_refresh_1778, (const struct cckprng_op *)&op_init_1779, (const struct cckprng_op *)&op_reseed_1780 }; static const struct cckprng_vector vec_1782 = { .id = 1683, .note = NULL, .nops = 16, .ops = ops_1781 }; static const struct cckprng_op_init op_init_1783 = { .hd = { .id = 1684, .kind = OP_INIT }, .seed = { 0x27, 0xd4, 0x9f, 0x4b, 0x07, 0x3e, 0xf6, 0x56, 0xd9, 0x42, 0xd9, 0xa7, 0x91, 0x18, 0xd7, 0x6e, 0x5b, 0x05, 0xd7, 0x62, 0x17, 0x36, 0xe5, 0x92, 0x16, 0x1b, 0x54, 0xdd, 0xde, 0x70, 0x24, 0x44 }, .nonce = { 0x3d, 0x82, 0x61, 0x48, 0x26, 0x29, 0xe8, 0xea }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1784 = { .hd = { .id = 1685, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0x26, 0x8e, 0xd4, 0xd3, 0x41, 0xd2, 0x4e, 0x8f, 0xe2, 0x8d, 0x01, 0xb3, 0xc2, 0xd1, 0x01, 0xd8, 0x00, 0x31, 0x23, 0x1e, 0x4d, 0xb9, 0x04, 0xb2, 0xc0, 0x8e, 0x3a, 0xf2, 0x41, 0x2b, 0xca, 0x10, 0x9f, 0xc4, 0x9b, 0xa5, 0x16, 0x13, 0xe6, 0x67, 0x4a, 0x44, 0xa3, 0xae, 0x18, 0x2d, 0xad, 0x9a, 0xc8, 0xa2, 0x81, 0x56, 0x3b, 0xd3, 0x84, 0x6a, 0x45, 0x21, 0x40, 0x47, 0x21, 0xc3, 0xed, 0x90, 0x23, 0x2e, 0xf8, 0x78, 0x04, 0xb8, 0x6e, 0x77, 0x61, 0x13, 0x46, 0x08, 0x01, 0x12, 0x1c, 0x59, 0xf1, 0x49, 0xfb, 0x8b, 0x77, 0xc3, 0xae, 0xba, 0xad, 0x3d, 0x39, 0x15, 0xad, 0xbc, 0xac, 0xb9, 0x7b, 0x5e, 0xb4, 0xdf, 0x9a, 0xdc, 0x8c, 0xa8, 0xae, 0x6c, 0xba, 0x07, 0xf6, 0x21, 0x47, 0xeb, 0xc7, 0x99, 0x20, 0x5e, 0xa0, 0xde, 0xa2, 0x31, 0xf0, 0xe0, 0x21, 0x28, 0xb8, 0x50, 0xc8, 0x26, 0x6c, 0x17, 0xd5, 0x10, 0xf7, 0x26, 0x3a, 0x69, 0x17, 0x15, 0xc0, 0xf7, 0x3c, 0x2c, 0x45, 0xf9, 0xed, 0xcf, 0x10, 0xf8, 0x46, 0xd7, 0x63, 0x11, 0x00, 0x17, 0x4d, 0x1b, 0xf0, 0x43, 0x22, 0xc6, 0xa6, 0xff, 0xef, 0xe5, 0x53, 0xda, 0x71, 0x38, 0xae, 0x71, 0x45, 0xef, 0x1c, 0x8e, 0x3a, 0x7b, 0x2a, 0x00, 0xa4, 0x58, 0xe2, 0xd9, 0xc0, 0xfa, 0xe3, 0x38, 0x8e, 0x02, 0x96, 0x66, 0x10, 0x14, 0xea, 0xbd, 0xe5, 0x0b, 0x08, 0x5f, 0xfe, 0xa4, 0xc1, 0x0b, 0x95, 0x52, 0x75, 0x64, 0x79, 0xd9, 0x2e, 0xf2, 0x50, 0x63, 0x95, 0x24, 0xdd, 0xc8, 0x17, 0x9d, 0xda, 0x26, 0x44, 0x8c, 0x71, 0x45, 0x35, 0xef, 0x3e, 0x76, 0x20, 0xea, 0xbb, 0x95, 0x1e, 0x22, 0x1f, 0x2b, 0xf0, 0xdc, 0xbf, 0x72, 0xff, 0x31, 0x4d, 0x64, 0xff, 0x18, 0xb0, 0x6f, 0x52, 0x6f, 0xea, 0x54, 0x98, 0x1b, 0x08, 0x4a, 0x3b, 0x8a, 0x86, 0xea, 0xbd, 0x71, 0x82, 0x20, 0xbb, 0xd8, 0xcb, 0xd7, 0x64, 0x13, 0x5e } } }; static const struct cckprng_op_refresh op_refresh_1785 = { .hd = { .id = 1686, .kind = OP_REFRESH }, .rand = 16707584687496446070ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1786 = { .hd = { .id = 1687, .kind = OP_REFRESH }, .rand = 14144451117623874618ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1787 = { .hd = { .id = 1688, .kind = OP_RESEED }, .nonce = 11183286615951150761ULL, .seed_nbytes = 240, .seed = { 0x21, 0x8e, 0xc2, 0x3f, 0xa2, 0xc6, 0xa2, 0x51, 0x1e, 0x64, 0xe1, 0x55, 0xc4, 0x1b, 0x3f, 0x37, 0x08, 0xb0, 0xe3, 0x92, 0x6e, 0x56, 0xdf, 0x9a, 0x46, 0xaa, 0x67, 0x89, 0x29, 0x79, 0xf6, 0x83, 0x90, 0xfa, 0xb0, 0x59, 0x40, 0x4d, 0xf0, 0x13, 0xa2, 0x27, 0x4e, 0x77, 0x64, 0xb4, 0x81, 0x44, 0x7d, 0x51, 0xe4, 0x65, 0x08, 0x64, 0x36, 0x09, 0x57, 0xa3, 0x58, 0x0a, 0xd3, 0xb4, 0x58, 0x76, 0x85, 0x21, 0xb2, 0x00, 0x53, 0x70, 0x91, 0xb9, 0x73, 0x0c, 0xbc, 0x3e, 0xfe, 0x52, 0xf3, 0xb8, 0x49, 0xbd, 0x34, 0xee, 0x0d, 0xe7, 0x4a, 0xcf, 0xbb, 0x64, 0x02, 0x05, 0x7c, 0x6d, 0x01, 0xc3, 0xd8, 0x0e, 0xcd, 0x4d, 0x6e, 0xc9, 0xaf, 0x39, 0xba, 0x3b, 0x0d, 0x69, 0xa0, 0x0a, 0x01, 0x5a, 0x05, 0x7c, 0x6c, 0x7b, 0x04, 0x11, 0x3b, 0xb6, 0xc8, 0x88, 0x01, 0x92, 0x14, 0x3d, 0xdc, 0x8b, 0x7b, 0xc3, 0x7e, 0xc5, 0x7e, 0xf2, 0x4b, 0xf7, 0x82, 0x2c, 0x70, 0xbb, 0xc0, 0x88, 0x17, 0x29, 0x8a, 0xba, 0x4d, 0x47, 0x75, 0x79, 0x00, 0xd3, 0xf4, 0x1c, 0x1d, 0xbe, 0xa9, 0x01, 0xb9, 0x49, 0xe3, 0xd3, 0xd3, 0xc5, 0xf9, 0x70, 0x06, 0x18, 0x72, 0x01, 0x68, 0x1a, 0x0a, 0x46, 0x62, 0x65, 0x8d, 0x64, 0x74, 0x06, 0x3d, 0xce, 0x7d, 0x01, 0xcb, 0x45, 0x81, 0x23, 0x13, 0x0c, 0x0c, 0x0b, 0xed, 0xa2, 0x0f, 0x68, 0x7d, 0x3b, 0xf6, 0x79, 0xe7, 0xe9, 0x5c, 0xb4, 0x18, 0x38, 0x30, 0xe4, 0x99, 0x04, 0x1f, 0x5f, 0xa9, 0xde, 0xcd, 0xef, 0xd4, 0x7c, 0x35, 0x8b, 0xfe, 0xdf, 0x0c, 0x1c, 0x8f, 0x7e, 0xe8, 0xed, 0x7f, 0x09, 0x77, 0xd1, 0xa5, 0xf9, 0x96, 0x7d, 0xa3, 0x09, 0x9c, 0xef } }; static const struct cckprng_op_refresh op_refresh_1788 = { .hd = { .id = 1689, .kind = OP_REFRESH }, .rand = 12552776437843067107ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1789 = { .hd = { .id = 1690, .kind = OP_REFRESH }, .rand = 1797183250964399195ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1790 = { .hd = { .id = 1691, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0x13, 0x39, 0xc7, 0xb3, 0xc8, 0x1d, 0xde, 0x74, 0x25, 0x2e, 0xec, 0xbf, 0x84, 0x7d, 0x54, 0x6f, 0x28, 0x60, 0xcf, 0xe2, 0x0e, 0xdf, 0xce, 0xe4, 0x24, 0x78, 0xc2, 0x9c, 0x36, 0x7d, 0x78, 0x8e, 0xc2, 0x16, 0xb7, 0x49, 0x1f, 0x48, 0x5e, 0x16, 0x5c, 0xac, 0x6c, 0x94, 0x1d, 0x3b, 0x0f, 0x23, 0x2c, 0x35, 0xf9, 0x21, 0x94, 0x5e, 0x5e, 0x32, 0x09, 0xa0, 0x11, 0x4b, 0x2d, 0xb6, 0x20, 0x34, 0x6b, 0xd5, 0x8f, 0x2a, 0xe9, 0xf5, 0x5d, 0xca, 0x3d, 0xc0, 0x3c, 0x1a, 0xe8, 0xe8, 0x0b, 0x32, 0x3a, 0xa9, 0x1f, 0x8b, 0xb9, 0x63, 0x87, 0x44, 0x7a, 0x53, 0xfd, 0x11, 0x56, 0xaa, 0x36, 0x89, 0xd8, 0x7d, 0x97, 0xa6, 0xd4, 0xe2, 0xcf, 0x84, 0x30, 0xfe, 0xd7, 0xa6, 0xa3, 0x0c, 0xf2, 0x84, 0x03, 0xcf, 0x9e, 0x9c, 0x33, 0x24, 0x77, 0xec, 0x0b, 0x44, 0x6c, 0xca, 0x1f, 0x3b, 0x44, 0xc7, 0xd2, 0x2b, 0x24, 0x63, 0xa1, 0x0b, 0xb1, 0x1b, 0x1c, 0x86, 0x83, 0x5e, 0x14, 0xc7, 0x71, 0xdd, 0x84, 0x7e, 0x0e, 0x2f, 0x45, 0xa9, 0xce, 0x70, 0xd8, 0x50, 0x66, 0x9c, 0x98, 0x1f, 0x59, 0xd3, 0x7e, 0x50, 0xd7, 0x88, 0xcc, 0x79, 0xa2, 0x8c, 0x3a, 0xa3, 0x06, 0x34, 0x9c, 0x7e, 0x51, 0x5a, 0x24, 0xb7, 0x45, 0x38, 0x6b, 0x1c, 0xe4, 0xac, 0x11, 0xda, 0xbd, 0xbd, 0x2e, 0xf4, 0xf3, 0xf3, 0x4a, 0xd9, 0x81, 0xef, 0x79, 0xfe, 0x7e, 0xc0, 0x00, 0x97, 0x23, 0x28, 0xb8, 0xb8, 0xd5, 0x9e, 0x48, 0xf3, 0xaf, 0x40, 0xef, 0x1f, 0x3d, 0xf3, 0x9b, 0x05, 0xa4, 0xab, 0xfb, 0xa9, 0xe6, 0xb1, 0x83, 0x8c, 0x5e, 0xd6, 0xc5, 0x17, 0x17, 0xa4, 0x61, 0xfc, 0x9c, 0x57, 0xb2, 0x1a, 0x1a, 0xa4, 0x67, 0x36, 0xb4, 0x6f, 0x69, 0xcc, 0x77, 0xa3, 0xe6, 0xb0, 0xbc, 0x53, 0x0d, 0x54, 0xb8, 0x2b, 0x76, 0x2f } } }; static const struct cckprng_op_refresh op_refresh_1791 = { .hd = { .id = 1692, .kind = OP_REFRESH }, .rand = 13314678998288990160ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1792 = { .hd = { .id = 1693, .kind = OP_GENERATE }, .rand_nbytes = 129, .out = { .rand = { 0xbe, 0xb7, 0x08, 0x37, 0xdf, 0x43, 0xf6, 0xd5, 0x71, 0x4e, 0x5e, 0x29, 0xed, 0xd3, 0x8c, 0x6d, 0xcc, 0x0c, 0xfa, 0x89, 0xe1, 0x9c, 0xb5, 0x73, 0x57, 0xee, 0xb0, 0x60, 0xa3, 0x07, 0xf5, 0x89, 0x7b, 0x91, 0x49, 0x68, 0xa1, 0x99, 0xb9, 0xe6, 0xe5, 0x9a, 0x61, 0xbe, 0xc5, 0x7d, 0x0c, 0xc8, 0xa7, 0x45, 0xcc, 0x35, 0xe2, 0x71, 0xbd, 0x09, 0x13, 0x2a, 0xd3, 0xe5, 0x14, 0x26, 0x61, 0x09, 0xcc, 0xc5, 0xbc, 0xa1, 0xc9, 0x6c, 0x34, 0x67, 0x17, 0x9c, 0xc7, 0x97, 0x66, 0x6a, 0xad, 0x3e, 0x41, 0xd6, 0xd7, 0xd9, 0xb3, 0x24, 0x18, 0xb3, 0xef, 0xec, 0x33, 0xa8, 0xcc, 0x1a, 0xdd, 0xdd, 0xbc, 0x34, 0x4c, 0x3e, 0xcb, 0x79, 0x8b, 0x77, 0x45, 0x25, 0x0b, 0xae, 0x72, 0xae, 0x51, 0x53, 0x47, 0x9a, 0x3c, 0xd0, 0x3c, 0x48, 0x93, 0x86, 0xeb, 0x01, 0x8c, 0xf3, 0xc3, 0xab, 0xe4, 0x7c, 0x44 } } }; static const struct cckprng_op_generate op_init_1793 = { .hd = { .id = 1694, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0xde, 0x60, 0x51, 0x07, 0x71, 0x35, 0xaf, 0xfe, 0x61, 0x2e, 0x03, 0xb4, 0x7c, 0x0e, 0x1b, 0x9d, 0x73, 0xaf, 0x5d, 0x7e, 0x25, 0xfb, 0xf2, 0x50, 0x64, 0x6f, 0xcf, 0xed, 0x31, 0xc8, 0x50, 0xe1, 0x3f, 0x09, 0x6f, 0x37, 0x36, 0xd2, 0x2b, 0x70, 0xdc, 0x9b, 0x37, 0x47, 0x90, 0xef, 0x34, 0x4f, 0x4a, 0xd6, 0x88, 0x86, 0x90, 0x98, 0xd4, 0x07, 0x18, 0xe9, 0x1f, 0xe5, 0x47, 0x0c, 0xf1, 0x3a, 0x40, 0x56, 0x6b, 0xcf, 0x61, 0xd9, 0x13, 0xc3, 0xe5, 0xc1, 0x4f, 0x7a, 0xd6, 0x93, 0xcb, 0xfe, 0x39, 0x4d, 0x58, 0x46, 0xe1, 0xe1, 0x22 } } }; static const struct cckprng_op_reseed op_reseed_1794 = { .hd = { .id = 1695, .kind = OP_RESEED }, .nonce = 17160433283664547113ULL, .seed_nbytes = 233, .seed = { 0xaf, 0xd8, 0x2f, 0x82, 0x88, 0x07, 0x03, 0x5a, 0x66, 0x3e, 0x09, 0x82, 0xb8, 0xa3, 0x68, 0x55, 0x2b, 0x63, 0x27, 0x11, 0x0b, 0x9c, 0x92, 0x75, 0x60, 0xda, 0x78, 0x8d, 0xfa, 0xe9, 0x4d, 0xa8, 0xcd, 0x42, 0x46, 0x0e, 0x3c, 0x56, 0xcf, 0x64, 0x96, 0x77, 0xe9, 0xd7, 0x62, 0x6a, 0x73, 0xfa, 0x31, 0x29, 0x5e, 0xc6, 0xd5, 0xc2, 0xb7, 0x69, 0x01, 0xbf, 0x2f, 0xd0, 0xf7, 0x4e, 0x17, 0x47, 0x5b, 0xa2, 0x5f, 0xe5, 0xca, 0x8f, 0x78, 0x5c, 0x02, 0x9d, 0xd2, 0x57, 0x57, 0x63, 0x90, 0x8d, 0x3e, 0x85, 0x46, 0xeb, 0xe0, 0x61, 0x54, 0xba, 0x0a, 0xc5, 0x1f, 0xb3, 0x60, 0x88, 0x1e, 0x84, 0xe3, 0x2f, 0x80, 0x81, 0x7c, 0x22, 0x05, 0xef, 0xd3, 0x7f, 0x4e, 0x6b, 0x87, 0x7f, 0x46, 0xae, 0xe8, 0xbb, 0xd1, 0x17, 0x15, 0x9e, 0x3d, 0xa8, 0x45, 0x75, 0x03, 0x1b, 0x09, 0x46, 0xc2, 0xdc, 0xe9, 0x8a, 0x92, 0xa8, 0xa0, 0x81, 0xa5, 0x00, 0xcc, 0xc4, 0xea, 0x9a, 0x6e, 0x9f, 0x31, 0x1c, 0x89, 0x42, 0x07, 0x9c, 0xb0, 0x31, 0x07, 0xba, 0xef, 0xa8, 0xc4, 0x2b, 0x7c, 0x99, 0x26, 0x42, 0xcd, 0x65, 0x63, 0x74, 0x29, 0xf2, 0x94, 0x18, 0x14, 0x72, 0x02, 0xe0, 0x65, 0x6b, 0x44, 0xf5, 0x69, 0x90, 0x87, 0x6f, 0xe9, 0x81, 0xf7, 0x3a, 0xa3, 0xa5, 0xe4, 0x2d, 0xd1, 0x93, 0x1f, 0x66, 0xce, 0x56, 0xff, 0x14, 0xf7, 0x10, 0x81, 0xa3, 0xe5, 0x9e, 0xdf, 0x2e, 0x97, 0x4f, 0x28, 0x6b, 0xb2, 0x22, 0x8c, 0xf7, 0x45, 0xd1, 0xaf, 0xaa, 0xb4, 0xc0, 0x72, 0x78, 0xa7, 0x75, 0x5a, 0x04, 0xcc, 0x86, 0x55, 0x6f, 0xa7, 0xa9, 0xac, 0x45, 0xb6 } }; static const struct cckprng_op_generate op_init_1795 = { .hd = { .id = 1696, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0xb5, 0x88, 0x89, 0x23, 0x20, 0x8e, 0x6d, 0x46, 0x9b, 0x09, 0x41, 0xd8, 0x99, 0x1e, 0x0c, 0x2f, 0x74, 0x54, 0x90, 0x7d, 0x5e, 0x10, 0x83, 0xa7, 0x57, 0xf9, 0x63, 0xe4, 0xd6, 0x50, 0x04, 0x7c, 0xc7, 0xcb, 0xab, 0x47, 0x5b, 0xe8, 0xd3, 0x1b, 0x9f, 0xd0, 0xb8, 0x2a, 0x0f, 0x5e, 0x86, 0x17, 0xbd, 0x81, 0x59, 0xcd, 0xf3, 0xc0, 0xdb, 0x9e, 0xa3, 0xf7, 0x79, 0x63, 0xe4, 0xca, 0xbe, 0x31, 0x8b, 0x8a, 0xb3, 0x30, 0xd1, 0x50, 0x62, 0x5d, 0xdb, 0x2e, 0x0f, 0xc0, 0xd2, 0xa2, 0x9d, 0x8b, 0x0f, 0x82, 0x53, 0xba, 0xb5, 0x30, 0x0d, 0x10, 0xaf, 0xa1, 0x45, 0x42, 0xcc, 0x70, 0x3b, 0xca } } }; static const struct cckprng_op_refresh op_refresh_1796 = { .hd = { .id = 1697, .kind = OP_REFRESH }, .rand = 13765138104957530198ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1797 = { .hd = { .id = 1698, .kind = OP_GENERATE }, .rand_nbytes = 46, .out = { .rand = { 0x51, 0x26, 0xb9, 0xd1, 0xa2, 0xb9, 0xda, 0xd0, 0x12, 0xea, 0x58, 0xab, 0x93, 0x40, 0x23, 0xfc, 0x00, 0xca, 0xb4, 0xdf, 0xbc, 0x02, 0xfe, 0xae, 0xf3, 0xe8, 0x79, 0x81, 0xae, 0x86, 0x31, 0x71, 0x58, 0xbc, 0x80, 0x17, 0x85, 0x32, 0x25, 0x7e, 0x95, 0x87, 0xcf, 0x11, 0xe9, 0x3b } } }; static const struct cckprng_op_reseed op_reseed_1798 = { .hd = { .id = 1699, .kind = OP_RESEED }, .nonce = 13520224962243558293ULL, .seed_nbytes = 194, .seed = { 0xef, 0xdd, 0xf2, 0x24, 0x8c, 0xd3, 0x2a, 0xef, 0x7b, 0xb1, 0x2f, 0xc8, 0xcd, 0xa0, 0x59, 0x03, 0xdc, 0x00, 0x5e, 0x5d, 0x36, 0x80, 0xe5, 0x06, 0xa7, 0x3d, 0x6e, 0x70, 0x19, 0x6e, 0xae, 0x92, 0x33, 0x97, 0x9c, 0x10, 0x9b, 0x66, 0x0e, 0x80, 0x72, 0x91, 0x60, 0x91, 0x12, 0xc1, 0x42, 0x4f, 0xb6, 0x1c, 0xcb, 0x85, 0x17, 0x1e, 0xf7, 0x64, 0xa1, 0xf3, 0x05, 0xff, 0xb8, 0xab, 0x8a, 0x20, 0x0f, 0x70, 0xa0, 0xcb, 0x2f, 0x4e, 0xf2, 0x09, 0x87, 0xa0, 0xa6, 0x48, 0x83, 0x88, 0x95, 0x76, 0x4f, 0x52, 0x9e, 0x6f, 0xc6, 0x18, 0x6f, 0x40, 0x5a, 0x4c, 0x80, 0x94, 0xcb, 0x75, 0x2c, 0xea, 0x12, 0x79, 0xc8, 0x1e, 0x71, 0xa8, 0x26, 0xc7, 0xad, 0x16, 0x3b, 0x82, 0xd1, 0x81, 0x4b, 0x28, 0x10, 0xb7, 0xe3, 0x5f, 0x1c, 0xdf, 0x41, 0xa1, 0x37, 0xf0, 0xae, 0x18, 0x39, 0x83, 0xb9, 0xca, 0x00, 0xe7, 0xd9, 0xe0, 0x6a, 0x50, 0xfe, 0x21, 0xcd, 0x1c, 0x3c, 0xb7, 0xa4, 0x76, 0x23, 0x42, 0x89, 0xef, 0x33, 0xdf, 0x2f, 0x3f, 0xfa, 0xca, 0x32, 0x47, 0x1e, 0x41, 0xc3, 0x72, 0x0b, 0x62, 0xb1, 0xa8, 0xb4, 0xb0, 0x45, 0xf4, 0x1b, 0x1b, 0xe7, 0x3f, 0xe4, 0x65, 0x03, 0x6c, 0xcf, 0xaf, 0x83, 0xd7, 0xf4, 0xea, 0xcc, 0x18, 0x17, 0xb4, 0x97, 0x6f, 0xeb, 0x91, 0x85, 0xa1, 0x98, 0xb6, 0x25, 0x7f } }; static const struct cckprng_op *ops_1799[] = { (const struct cckprng_op *)&op_init_1783, (const struct cckprng_op *)&op_init_1784, (const struct cckprng_op *)&op_refresh_1785, (const struct cckprng_op *)&op_refresh_1786, (const struct cckprng_op *)&op_reseed_1787, (const struct cckprng_op *)&op_refresh_1788, (const struct cckprng_op *)&op_refresh_1789, (const struct cckprng_op *)&op_init_1790, (const struct cckprng_op *)&op_refresh_1791, (const struct cckprng_op *)&op_init_1792, (const struct cckprng_op *)&op_init_1793, (const struct cckprng_op *)&op_reseed_1794, (const struct cckprng_op *)&op_init_1795, (const struct cckprng_op *)&op_refresh_1796, (const struct cckprng_op *)&op_init_1797, (const struct cckprng_op *)&op_reseed_1798 }; static const struct cckprng_vector vec_1800 = { .id = 1700, .note = NULL, .nops = 16, .ops = ops_1799 }; static const struct cckprng_op_init op_init_1801 = { .hd = { .id = 1701, .kind = OP_INIT }, .seed = { 0x9e, 0x6c, 0x3b, 0x86, 0x1b, 0x26, 0x77, 0x2a, 0xfe, 0x1c, 0x7b, 0xb3, 0x3d, 0xb5, 0x8f, 0x08, 0xff, 0xcc, 0x6e, 0x97, 0x71, 0xf3, 0x14, 0x12, 0xc5, 0x02, 0x37, 0x9a, 0xc0, 0xfe, 0x1a, 0x84 }, .nonce = { 0x7e, 0x3b, 0xd7, 0xfc, 0x74, 0x97, 0x38, 0xc9 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1802 = { .hd = { .id = 1702, .kind = OP_RESEED }, .nonce = 10834063835051232778ULL, .seed_nbytes = 152, .seed = { 0xa0, 0xe1, 0xcf, 0x5e, 0x9f, 0xd0, 0x35, 0xf2, 0x0a, 0xcf, 0xf1, 0x94, 0x30, 0x32, 0xbf, 0xa5, 0x84, 0x83, 0xdc, 0x92, 0xa9, 0xc6, 0x3e, 0x0f, 0xf2, 0xe0, 0x67, 0x95, 0xba, 0x1e, 0x3b, 0xc0, 0x30, 0xab, 0xfb, 0x60, 0x6a, 0x53, 0x6c, 0xd6, 0xd5, 0x5d, 0x61, 0x98, 0x2b, 0x7e, 0xbc, 0xf9, 0x1d, 0x0c, 0x5d, 0x76, 0x34, 0xe6, 0x6e, 0xdb, 0x5c, 0x0e, 0x0c, 0xcf, 0xfc, 0x12, 0x06, 0xf1, 0xa4, 0x3b, 0x47, 0x46, 0xc6, 0x26, 0x16, 0xeb, 0xff, 0xe4, 0x52, 0xeb, 0xeb, 0xc6, 0x24, 0xb2, 0x20, 0xf1, 0xe1, 0x33, 0x30, 0x59, 0x4f, 0x8e, 0x5a, 0x2c, 0x14, 0x0b, 0xf7, 0x58, 0x2c, 0x16, 0xa1, 0x65, 0xd1, 0xbd, 0xb8, 0x1f, 0x6a, 0x73, 0xf7, 0x43, 0x66, 0xef, 0x9f, 0x71, 0xb3, 0xf3, 0xb0, 0x25, 0x61, 0xf7, 0xa7, 0xbc, 0x9d, 0xe3, 0xdd, 0xba, 0x61, 0x98, 0x1e, 0x0d, 0x90, 0xec, 0x97, 0x86, 0xd3, 0x65, 0xec, 0x15, 0x97, 0xd5, 0x14, 0xfd, 0x5e, 0x0c, 0x58, 0x84, 0x27, 0x9b, 0x34, 0xac, 0xa2, 0xec, 0xbd, 0x0b, 0xaf, 0x16 } }; static const struct cckprng_op_generate op_init_1803 = { .hd = { .id = 1703, .kind = OP_GENERATE }, .rand_nbytes = 111, .out = { .rand = { 0x99, 0x57, 0x99, 0xfc, 0x49, 0x5c, 0x2b, 0xbc, 0x3b, 0xea, 0xf5, 0xcc, 0xde, 0x57, 0x46, 0xdc, 0x1e, 0xe2, 0x72, 0x0f, 0x05, 0x54, 0xed, 0x87, 0x5c, 0xdb, 0xae, 0xbd, 0x58, 0xfb, 0x19, 0x7f, 0x23, 0xa1, 0x08, 0x3d, 0xeb, 0x8f, 0x8d, 0x97, 0x53, 0xbd, 0x39, 0x34, 0x55, 0x73, 0x45, 0x5b, 0x49, 0x60, 0x73, 0x4a, 0x90, 0x38, 0xf5, 0x69, 0x1b, 0xd3, 0x74, 0x63, 0x53, 0x89, 0xc5, 0xbb, 0xcc, 0xdf, 0x5b, 0xa4, 0x47, 0x6c, 0xcb, 0x15, 0xfe, 0x93, 0xe9, 0x4f, 0x54, 0x89, 0x52, 0xfc, 0x71, 0xef, 0x57, 0x99, 0x63, 0x8e, 0x00, 0x36, 0xbf, 0x39, 0x95, 0x88, 0xd1, 0x8f, 0xdf, 0xb2, 0x4c, 0xe7, 0xf4, 0xf0, 0xc9, 0xb6, 0x3d, 0xcf, 0xf7, 0xaa, 0x10, 0x36, 0x47, 0x3f, 0xe9 } } }; static const struct cckprng_op_generate op_init_1804 = { .hd = { .id = 1704, .kind = OP_GENERATE }, .rand_nbytes = 247, .out = { .rand = { 0x28, 0x47, 0x5a, 0xc6, 0x0c, 0xf4, 0xb0, 0xbc, 0x6c, 0x75, 0x93, 0x4b, 0xf8, 0xa0, 0xcc, 0x20, 0x55, 0xda, 0x1c, 0xb4, 0x14, 0x70, 0x05, 0x65, 0xdc, 0xaf, 0x53, 0x6e, 0x98, 0x8a, 0x72, 0x80, 0x8a, 0xb3, 0x1b, 0x74, 0x14, 0xeb, 0x48, 0x03, 0x2f, 0xf7, 0x76, 0x06, 0x54, 0x10, 0x20, 0x7f, 0xf7, 0x9c, 0xa7, 0xe6, 0xab, 0x45, 0x0c, 0x19, 0x15, 0xe9, 0xd5, 0xb4, 0x7f, 0x2a, 0x5a, 0xc9, 0xe2, 0xe2, 0x87, 0x37, 0x1f, 0xaf, 0xdb, 0x4e, 0xe8, 0xad, 0x30, 0x1e, 0xa1, 0xb5, 0xa4, 0x47, 0x04, 0xf8, 0xc6, 0xd5, 0xff, 0xc1, 0xc6, 0x8c, 0xf4, 0x89, 0x7c, 0x5e, 0x9b, 0xb0, 0xf1, 0xf4, 0xec, 0x75, 0x43, 0xfd, 0x3c, 0xd1, 0x70, 0xe0, 0x7f, 0xad, 0xd5, 0x28, 0x5f, 0x20, 0xbd, 0x18, 0x6d, 0x88, 0x67, 0x8d, 0x02, 0x36, 0xfc, 0x95, 0xa9, 0x55, 0x0e, 0x6d, 0xd6, 0xa0, 0xab, 0x07, 0x54, 0x5f, 0x3d, 0xfe, 0xdd, 0x60, 0xac, 0x38, 0x06, 0x5b, 0xf0, 0x07, 0xf5, 0x56, 0x37, 0xbb, 0xa7, 0xf1, 0x94, 0xe4, 0x57, 0xcb, 0x76, 0xa5, 0x22, 0x9c, 0x48, 0xbb, 0x3c, 0xc5, 0x3e, 0x10, 0x10, 0x9c, 0x7e, 0x5d, 0xfb, 0xb7, 0x37, 0xb1, 0x63, 0x90, 0x2d, 0x09, 0xb7, 0xa9, 0x68, 0x5f, 0xf7, 0xf3, 0xf4, 0x3a, 0x15, 0xdd, 0x81, 0xdc, 0xbd, 0x5d, 0x62, 0x49, 0xdd, 0x9f, 0xdf, 0x81, 0xc4, 0xf4, 0x1d, 0x4a, 0x38, 0x8b, 0xb2, 0x06, 0xb1, 0xc8, 0x8c, 0xa7, 0x4a, 0x17, 0x8e, 0x49, 0xa5, 0x31, 0xfb, 0xdc, 0x87, 0x63, 0x6b, 0xf2, 0x6a, 0xea, 0x6e, 0x76, 0x1c, 0xf9, 0x88, 0xbd, 0xc9, 0x64, 0x13, 0xb4, 0x74, 0x13, 0x02, 0xf9, 0xa7, 0xff, 0xbb, 0x4b, 0x8c, 0x9a, 0x72, 0xe3, 0xd0, 0x29, 0x3f, 0xa2, 0x60, 0x75, 0x36 } } }; static const struct cckprng_op_refresh op_refresh_1805 = { .hd = { .id = 1705, .kind = OP_REFRESH }, .rand = 13115582969442396630ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1806 = { .hd = { .id = 1706, .kind = OP_REFRESH }, .rand = 14859026648879910724ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1807 = { .hd = { .id = 1707, .kind = OP_RESEED }, .nonce = 5636211478988975446ULL, .seed_nbytes = 276, .seed = { 0x8d, 0x71, 0x08, 0xa2, 0x34, 0x6e, 0x7d, 0x7f, 0xe7, 0x15, 0xe7, 0xef, 0xe5, 0x19, 0xe1, 0x21, 0xc3, 0x14, 0x33, 0x1a, 0x50, 0xde, 0x11, 0x79, 0x96, 0x8f, 0x24, 0x0f, 0xc5, 0xec, 0x71, 0xc2, 0xe7, 0x9b, 0x9c, 0x22, 0x7d, 0x5c, 0x31, 0xf8, 0x63, 0xbf, 0x93, 0x29, 0x99, 0x85, 0x5e, 0xf7, 0xe3, 0x5c, 0x4d, 0x1b, 0x6e, 0xb3, 0x14, 0x0e, 0xf9, 0x3a, 0x01, 0xc0, 0xfe, 0x86, 0xda, 0xec, 0xe3, 0x64, 0xab, 0x9b, 0x13, 0x3d, 0x8e, 0x23, 0xa2, 0xf5, 0xc3, 0x22, 0xd2, 0x81, 0x02, 0x8c, 0xa3, 0x86, 0xbf, 0x7d, 0x17, 0xd8, 0xe0, 0x46, 0x07, 0x14, 0xbf, 0xbd, 0x01, 0x6d, 0x36, 0xcd, 0x60, 0x21, 0xd5, 0x6c, 0x39, 0x1e, 0xe1, 0x3e, 0xaf, 0xc3, 0x83, 0x0f, 0x7f, 0x7e, 0xae, 0xe5, 0xea, 0xf5, 0x3e, 0xdb, 0xd2, 0x0d, 0x88, 0xe2, 0xe8, 0xba, 0x9b, 0x60, 0x49, 0x0b, 0x59, 0x46, 0x43, 0x82, 0x29, 0x93, 0xb6, 0x1b, 0xbc, 0x65, 0xce, 0xd2, 0xaa, 0x14, 0xaa, 0x0e, 0x0c, 0x40, 0x89, 0x2d, 0xe3, 0x50, 0x15, 0x08, 0x07, 0x6b, 0x07, 0x21, 0xa9, 0x50, 0x60, 0xae, 0xe2, 0xa3, 0x8c, 0x4c, 0xb6, 0x28, 0xe1, 0x4f, 0x5a, 0x58, 0x95, 0x4d, 0x8e, 0x40, 0x16, 0xa6, 0x5f, 0x1c, 0x4f, 0xf6, 0xa3, 0xca, 0x2d, 0x65, 0x74, 0x22, 0x4d, 0x19, 0xee, 0x60, 0x1a, 0xbb, 0x18, 0xe0, 0x37, 0x8e, 0x1e, 0xef, 0x83, 0x7a, 0xe5, 0x74, 0xa2, 0x4b, 0x28, 0x74, 0x3b, 0x81, 0x2b, 0x82, 0xc1, 0x24, 0x37, 0xa4, 0x94, 0x05, 0xa8, 0x11, 0x68, 0xc8, 0x69, 0xb3, 0x29, 0x21, 0x74, 0x7b, 0x9e, 0x98, 0xe1, 0x0e, 0xbc, 0x74, 0x69, 0xa3, 0xed, 0xa4, 0x6a, 0x6a, 0x0d, 0x7c, 0x72, 0x13, 0xae, 0x6c, 0x9f, 0x5a, 0xbf, 0xe5, 0xf2, 0x84, 0xd2, 0x48, 0xc5, 0x66, 0xae, 0x9b, 0x17, 0xe0, 0x66, 0x66, 0xcc, 0xf9, 0xaf, 0x16, 0x04, 0xa1, 0x3a, 0xd1, 0xed, 0x93, 0x0e, 0xb6, 0x08, 0xd4, 0xc1, 0xd9, 0x40, 0xb0 } }; static const struct cckprng_op_reseed op_reseed_1808 = { .hd = { .id = 1708, .kind = OP_RESEED }, .nonce = 755299081022486722ULL, .seed_nbytes = 93, .seed = { 0x9b, 0x76, 0xd0, 0xa1, 0x8f, 0x18, 0x45, 0x63, 0x7c, 0xc4, 0x8b, 0x86, 0xe6, 0x3c, 0xf7, 0x6e, 0x2e, 0xb0, 0xae, 0x9d, 0x24, 0x5f, 0x91, 0x34, 0x1c, 0x09, 0xcb, 0x91, 0x7f, 0x64, 0x2b, 0x0b, 0x7a, 0x73, 0xbf, 0x46, 0xc0, 0x4c, 0xf9, 0x26, 0xec, 0xd4, 0x53, 0xdf, 0xcc, 0x4a, 0x74, 0xea, 0x58, 0xe0, 0xbc, 0xc2, 0x1f, 0x95, 0xa2, 0x0e, 0x3b, 0x89, 0x59, 0x78, 0xca, 0x95, 0x5e, 0x17, 0x6b, 0xa2, 0x5b, 0xea, 0x67, 0xb1, 0xc1, 0x69, 0x75, 0x39, 0xa1, 0xc6, 0xfd, 0x56, 0x7d, 0xb9, 0x89, 0xbf, 0x74, 0x4d, 0x6c, 0xd2, 0x47, 0x52, 0xa8, 0x91, 0x45, 0x50, 0x0a } }; static const struct cckprng_op_generate op_init_1809 = { .hd = { .id = 1709, .kind = OP_GENERATE }, .rand_nbytes = 147, .out = { .rand = { 0x5c, 0x4e, 0x4d, 0xe8, 0xdb, 0x83, 0x81, 0x47, 0xb8, 0x40, 0x43, 0x5f, 0x76, 0xd4, 0x4a, 0xdd, 0xed, 0x7f, 0xb5, 0x54, 0x40, 0x5d, 0x05, 0xd9, 0x31, 0xa5, 0x15, 0x79, 0x8b, 0x28, 0x7a, 0x01, 0xbf, 0x9e, 0xe6, 0x65, 0x3a, 0xb2, 0xd1, 0xe8, 0x93, 0x8e, 0x43, 0xa1, 0x40, 0x6e, 0xe2, 0x15, 0xb0, 0x89, 0xc7, 0x51, 0xf3, 0x12, 0x97, 0xb6, 0x91, 0xeb, 0xa7, 0xdd, 0x6c, 0x2f, 0xa6, 0xfc, 0x32, 0xf9, 0x5e, 0x8b, 0x69, 0x6e, 0x19, 0x72, 0xe8, 0xe1, 0x06, 0x77, 0x46, 0x03, 0x88, 0x89, 0xef, 0xc2, 0x94, 0xd9, 0x7a, 0xb4, 0xb2, 0xb8, 0x02, 0xdb, 0xf7, 0xa4, 0x1e, 0x3e, 0x2f, 0xb7, 0x8a, 0xce, 0xf6, 0x87, 0xe0, 0x6f, 0x18, 0x5d, 0xd3, 0x33, 0x3f, 0x36, 0xe0, 0x3c, 0x50, 0x28, 0x1d, 0xbb, 0xa9, 0xe0, 0xe3, 0x51, 0xdf, 0x76, 0x22, 0x84, 0x4e, 0x7c, 0x17, 0xd0, 0x4e, 0x93, 0x20, 0xeb, 0x2c, 0x27, 0xaf, 0x1a, 0x16, 0x9b, 0x18, 0x10, 0xcc, 0x73, 0xc3, 0xa9, 0xa3, 0x5a, 0x6e, 0xe3, 0x15 } } }; static const struct cckprng_op_reseed op_reseed_1810 = { .hd = { .id = 1710, .kind = OP_RESEED }, .nonce = 4405110712169792592ULL, .seed_nbytes = 166, .seed = { 0x17, 0xb6, 0xc9, 0xa1, 0x98, 0xe3, 0xb5, 0x52, 0xa9, 0x67, 0x0c, 0xb4, 0x0b, 0x0f, 0xec, 0xf9, 0x3e, 0xa9, 0xaa, 0x64, 0x59, 0x20, 0xd7, 0xcd, 0x0c, 0xaf, 0x3c, 0x2c, 0x37, 0x31, 0x81, 0xf1, 0x2c, 0xcc, 0x31, 0x95, 0x01, 0xec, 0x4d, 0xf8, 0x84, 0x9e, 0x57, 0x9c, 0xd9, 0xf9, 0x32, 0x1f, 0x5e, 0x78, 0x6f, 0xe6, 0x63, 0x32, 0xe4, 0x32, 0x76, 0xf1, 0x52, 0x85, 0xb1, 0x53, 0x37, 0xd8, 0x8a, 0x94, 0xb8, 0x86, 0x50, 0x87, 0xd0, 0x81, 0x3c, 0x60, 0x51, 0xc4, 0xd2, 0xeb, 0x09, 0xeb, 0x39, 0xbe, 0xb4, 0x4a, 0xb3, 0x08, 0x58, 0x09, 0x35, 0x36, 0xdc, 0x5a, 0x81, 0x0b, 0x8f, 0x6c, 0x3b, 0xdf, 0xb3, 0x26, 0xf0, 0xb4, 0x6f, 0x18, 0x97, 0xc9, 0x8c, 0xf5, 0x64, 0xb1, 0x83, 0x26, 0x82, 0x1f, 0x15, 0x87, 0x69, 0x80, 0x87, 0xe7, 0xfa, 0x05, 0x38, 0x02, 0xc4, 0x99, 0xce, 0xcc, 0xb8, 0xc9, 0x09, 0x6b, 0x76, 0x83, 0xa1, 0x57, 0x26, 0x8e, 0x8d, 0xdd, 0xb3, 0x4a, 0xd5, 0x54, 0x2d, 0xfc, 0x73, 0x80, 0x79, 0x7e, 0x8f, 0xdb, 0x9e, 0x3d, 0x51, 0x6b, 0x77, 0x8d, 0x03, 0x11, 0x2a, 0xd8, 0x8d, 0xbf, 0x21, 0xe9 } }; static const struct cckprng_op_generate op_init_1811 = { .hd = { .id = 1711, .kind = OP_GENERATE }, .rand_nbytes = 48, .out = { .rand = { 0xaa, 0x9b, 0xdc, 0x11, 0x14, 0x78, 0x9f, 0xda, 0xa8, 0xb8, 0x27, 0x0d, 0x2f, 0xce, 0x0d, 0x14, 0xd1, 0x97, 0x0c, 0xe7, 0x38, 0xd0, 0xee, 0x6f, 0xd5, 0x97, 0xc1, 0xa8, 0xf9, 0x5d, 0xfb, 0x35, 0x10, 0x89, 0xc0, 0xc5, 0x5b, 0x55, 0x69, 0xfb, 0xd4, 0x6f, 0x79, 0x38, 0x1b, 0x5a, 0x8b, 0x0e } } }; static const struct cckprng_op_reseed op_reseed_1812 = { .hd = { .id = 1712, .kind = OP_RESEED }, .nonce = 13088821377232274225ULL, .seed_nbytes = 147, .seed = { 0x70, 0x20, 0x2f, 0xb7, 0x4a, 0x14, 0x1a, 0xd8, 0x20, 0xcc, 0x49, 0x8d, 0x97, 0xed, 0x80, 0xa0, 0xdc, 0xe2, 0xbb, 0xf3, 0xc0, 0x64, 0x91, 0x6d, 0x64, 0x3c, 0xda, 0xf6, 0x05, 0x30, 0x61, 0x1c, 0xf4, 0xc9, 0x72, 0xde, 0xe1, 0x8e, 0x34, 0xcf, 0xfe, 0xdf, 0x76, 0x84, 0x91, 0x41, 0xe6, 0x82, 0x12, 0xb0, 0x09, 0x35, 0xb2, 0x55, 0x19, 0x04, 0x0d, 0xfc, 0x59, 0x6e, 0x90, 0x5f, 0x0d, 0xfa, 0xbb, 0x22, 0x24, 0xf7, 0xa7, 0x68, 0xd8, 0x27, 0x13, 0x50, 0xfb, 0x47, 0x6d, 0x96, 0xb3, 0x9e, 0x8c, 0x56, 0x9c, 0x2e, 0x28, 0x8b, 0xaf, 0x2b, 0x3d, 0x30, 0x1a, 0x81, 0xc4, 0xbb, 0x03, 0x2a, 0x08, 0x94, 0xac, 0x7d, 0x98, 0x67, 0x26, 0xb4, 0x0c, 0x46, 0x5a, 0xd1, 0x0c, 0xa2, 0x77, 0xe4, 0x38, 0xd3, 0x7d, 0xfd, 0x86, 0x06, 0x19, 0x7c, 0xff, 0xe1, 0xe5, 0x4d, 0xd6, 0x65, 0xe9, 0x49, 0xe0, 0x2f, 0x90, 0x14, 0x0b, 0x29, 0xb6, 0xc6, 0xce, 0xdf, 0x77, 0x55, 0x46, 0xb0, 0xbf, 0x4b, 0xc0, 0x1d, 0x8d } }; static const struct cckprng_op_reseed op_reseed_1813 = { .hd = { .id = 1713, .kind = OP_RESEED }, .nonce = 2174128661322722167ULL, .seed_nbytes = 198, .seed = { 0x8a, 0x8c, 0x6f, 0x71, 0x64, 0xdb, 0x01, 0x93, 0x03, 0xfd, 0xde, 0x0e, 0xb6, 0xaa, 0x97, 0x21, 0x0f, 0x19, 0x18, 0xf6, 0xba, 0xda, 0x38, 0x23, 0x98, 0x45, 0x66, 0x1b, 0x7f, 0x66, 0xbf, 0x19, 0xb0, 0xbd, 0x66, 0xee, 0x14, 0x25, 0x8a, 0xfc, 0xfa, 0xeb, 0x58, 0xa5, 0x8a, 0x96, 0xe2, 0x8d, 0x14, 0x94, 0x50, 0xe4, 0x5f, 0x12, 0xff, 0x2e, 0xfb, 0x8e, 0xcb, 0x22, 0x59, 0xf5, 0xfc, 0x64, 0xfa, 0x0f, 0x37, 0xef, 0x29, 0x3b, 0xf8, 0xee, 0xb1, 0x99, 0x8a, 0x78, 0xe8, 0xb2, 0xd2, 0xa5, 0x01, 0x9d, 0xc3, 0xeb, 0x46, 0x4c, 0xcc, 0x6c, 0x48, 0xbe, 0x19, 0xfa, 0x55, 0xc1, 0xa3, 0xab, 0x69, 0x0b, 0x26, 0x49, 0x05, 0xd0, 0x75, 0xfb, 0xba, 0x1c, 0xea, 0x41, 0x80, 0x0e, 0x31, 0x6d, 0x17, 0x0e, 0xac, 0xb7, 0xbb, 0x50, 0x94, 0xcd, 0xc5, 0x39, 0x09, 0xbb, 0x80, 0x2a, 0x72, 0xdc, 0x56, 0xa8, 0x8f, 0x16, 0xe8, 0x4c, 0xc0, 0xf6, 0x4a, 0x3a, 0x02, 0xe3, 0xbf, 0xdf, 0x5c, 0x44, 0xf0, 0x5f, 0x5d, 0x04, 0x9b, 0x05, 0xfa, 0x63, 0xee, 0x53, 0x43, 0xf0, 0x61, 0xda, 0x2f, 0x3b, 0x3c, 0xc7, 0xcd, 0x19, 0x02, 0xb0, 0x2a, 0x3d, 0xc7, 0x50, 0x17, 0x48, 0xa3, 0x3a, 0x41, 0x22, 0xf9, 0x9c, 0xdd, 0x9e, 0x69, 0x69, 0x53, 0xf9, 0xa3, 0x12, 0x8d, 0xa4, 0x77, 0x72, 0x65, 0x43, 0xc8, 0xb6, 0x72, 0x26, 0xbe, 0x4b } }; static const struct cckprng_op_refresh op_refresh_1814 = { .hd = { .id = 1714, .kind = OP_REFRESH }, .rand = 4616364857964500004ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1815 = { .hd = { .id = 1715, .kind = OP_RESEED }, .nonce = 1797442706842432389ULL, .seed_nbytes = 47, .seed = { 0x24, 0x91, 0x61, 0x3c, 0x3b, 0xf8, 0x63, 0xf3, 0xa9, 0xf1, 0x5c, 0xde, 0x92, 0xd5, 0xbe, 0xa2, 0xde, 0x9d, 0xbf, 0x3c, 0x65, 0xa4, 0x73, 0x19, 0xf7, 0x9d, 0x7c, 0x8f, 0xcd, 0x50, 0x72, 0xfd, 0x87, 0x70, 0x2b, 0x6e, 0x59, 0xea, 0x4f, 0x22, 0xfb, 0x77, 0x32, 0x18, 0x45, 0x48, 0x7d } }; static const struct cckprng_op_generate op_init_1816 = { .hd = { .id = 1716, .kind = OP_GENERATE }, .rand_nbytes = 205, .out = { .rand = { 0xab, 0xee, 0x97, 0x0e, 0xbc, 0xe4, 0x25, 0x48, 0x72, 0xa2, 0xf1, 0x2e, 0xde, 0x73, 0xc9, 0x8b, 0x01, 0x4a, 0xab, 0xd6, 0x5c, 0x38, 0xa4, 0x8e, 0x1f, 0x45, 0xab, 0x84, 0xa2, 0x06, 0x42, 0x69, 0x17, 0x80, 0xf4, 0x2b, 0xbf, 0xc3, 0x9f, 0x11, 0xc0, 0x10, 0x9a, 0x16, 0x27, 0xc6, 0xa8, 0x50, 0x05, 0x50, 0x38, 0x76, 0x87, 0xf0, 0x09, 0x6b, 0x54, 0x59, 0x1a, 0x99, 0xf8, 0x82, 0xeb, 0xee, 0x51, 0x7d, 0xc0, 0xf6, 0x75, 0x29, 0xbf, 0xef, 0x46, 0xf5, 0x68, 0x3c, 0x7e, 0xb0, 0x3f, 0xdc, 0x5a, 0x75, 0x27, 0x05, 0xf2, 0x91, 0x1b, 0xa7, 0x1b, 0x60, 0xa2, 0x5e, 0xd6, 0x1d, 0xb5, 0xef, 0xb6, 0xe4, 0xd8, 0x94, 0x5b, 0x8c, 0x64, 0x80, 0x94, 0x31, 0x71, 0x1c, 0x13, 0x11, 0x73, 0xc9, 0x4d, 0x90, 0xd0, 0x9f, 0x8c, 0x78, 0x29, 0xf8, 0x54, 0x87, 0x5d, 0x38, 0x9a, 0x3c, 0x39, 0xa4, 0x67, 0xd1, 0xd6, 0x8d, 0x71, 0xd4, 0x5c, 0x45, 0x09, 0x24, 0x29, 0x7f, 0x8b, 0xd7, 0xae, 0xd7, 0x82, 0xba, 0x36, 0xd9, 0x0a, 0x99, 0xea, 0x7f, 0xee, 0xf8, 0x96, 0x97, 0x6d, 0x2c, 0xbb, 0xae, 0x20, 0x76, 0x76, 0xaa, 0x5c, 0xc7, 0xeb, 0xbb, 0x01, 0xeb, 0x83, 0x20, 0xe1, 0x99, 0x99, 0x76, 0x99, 0xf5, 0x3f, 0x3d, 0x9c, 0x32, 0x30, 0xd1, 0x92, 0x99, 0x21, 0x3c, 0x92, 0x7e, 0x2d, 0x0c, 0x62, 0x54, 0x45, 0xfa, 0x2d, 0x3a, 0xed, 0xef, 0xf2, 0x28, 0xf8, 0x4b, 0xfc } } }; static const struct cckprng_op *ops_1817[] = { (const struct cckprng_op *)&op_init_1801, (const struct cckprng_op *)&op_reseed_1802, (const struct cckprng_op *)&op_init_1803, (const struct cckprng_op *)&op_init_1804, (const struct cckprng_op *)&op_refresh_1805, (const struct cckprng_op *)&op_refresh_1806, (const struct cckprng_op *)&op_reseed_1807, (const struct cckprng_op *)&op_reseed_1808, (const struct cckprng_op *)&op_init_1809, (const struct cckprng_op *)&op_reseed_1810, (const struct cckprng_op *)&op_init_1811, (const struct cckprng_op *)&op_reseed_1812, (const struct cckprng_op *)&op_reseed_1813, (const struct cckprng_op *)&op_refresh_1814, (const struct cckprng_op *)&op_reseed_1815, (const struct cckprng_op *)&op_init_1816 }; static const struct cckprng_vector vec_1818 = { .id = 1717, .note = NULL, .nops = 16, .ops = ops_1817 }; static const struct cckprng_op_init op_init_1819 = { .hd = { .id = 1718, .kind = OP_INIT }, .seed = { 0xa7, 0xf8, 0x98, 0x2f, 0x5e, 0xb7, 0xed, 0x5e, 0xf4, 0xae, 0x0c, 0x86, 0x4a, 0x84, 0x55, 0xfc, 0x60, 0x50, 0x7d, 0xa0, 0xf2, 0x00, 0x46, 0x50, 0x62, 0xe2, 0xd2, 0xf0, 0x4f, 0x26, 0x7b, 0xf9 }, .nonce = { 0xfb, 0x28, 0x3a, 0x9a, 0x35, 0xef, 0x5e, 0x4e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1820 = { .hd = { .id = 1719, .kind = OP_GENERATE }, .rand_nbytes = 146, .out = { .rand = { 0xc5, 0xde, 0x75, 0xd2, 0xe7, 0xa5, 0x59, 0x95, 0x45, 0x16, 0xdb, 0xb3, 0x9a, 0x67, 0x88, 0x1c, 0xde, 0x8e, 0xc8, 0x31, 0x3a, 0x31, 0x1d, 0x0d, 0xcc, 0x97, 0xe6, 0x93, 0xd5, 0x3b, 0x6a, 0x6d, 0x1a, 0xf8, 0x58, 0xc7, 0x36, 0xbe, 0xed, 0x3e, 0x6d, 0x1a, 0x07, 0xa6, 0x7e, 0x59, 0x1b, 0x89, 0x3d, 0x59, 0x84, 0x9e, 0xfa, 0x3e, 0x00, 0x6e, 0x0d, 0x8b, 0x62, 0x63, 0x4a, 0xc0, 0x76, 0xa6, 0xc7, 0x8d, 0x5f, 0xb2, 0xef, 0x25, 0xf7, 0x01, 0x37, 0x09, 0x83, 0x60, 0x29, 0x15, 0x52, 0x52, 0xd7, 0xef, 0x1e, 0xdf, 0x39, 0x71, 0xf7, 0xc2, 0xb5, 0x9a, 0x2b, 0xc4, 0xe1, 0x43, 0xf4, 0xc1, 0x38, 0x34, 0x12, 0x9f, 0x08, 0x78, 0x34, 0x32, 0x2e, 0x82, 0xbf, 0xbe, 0xb8, 0xa7, 0xcd, 0xdb, 0x43, 0x3a, 0x3e, 0xbd, 0xed, 0x8c, 0x6b, 0x01, 0x46, 0xc1, 0xbf, 0xc8, 0x1c, 0xda, 0xe3, 0xb3, 0xc5, 0xf0, 0xd9, 0x5d, 0x58, 0xc7, 0x42, 0x90, 0x66, 0x7f, 0x9f, 0xbd, 0x56, 0x15, 0x7f, 0x21, 0x78, 0xac } } }; static const struct cckprng_op_refresh op_refresh_1821 = { .hd = { .id = 1720, .kind = OP_REFRESH }, .rand = 4544864188397489132ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1822 = { .hd = { .id = 1721, .kind = OP_RESEED }, .nonce = 10040775402877982486ULL, .seed_nbytes = 169, .seed = { 0x91, 0x38, 0x61, 0x69, 0xfa, 0xd2, 0x81, 0xae, 0x38, 0x87, 0x33, 0xaa, 0xcb, 0x75, 0xef, 0x98, 0x90, 0xca, 0xca, 0xb5, 0xd4, 0x33, 0x69, 0x45, 0xa4, 0xa3, 0xe7, 0x50, 0xba, 0xb2, 0xb1, 0xa4, 0xd9, 0xe8, 0xf9, 0x4c, 0x35, 0x40, 0xd9, 0x94, 0xbb, 0xaf, 0xc3, 0xde, 0x50, 0x44, 0xdf, 0xd8, 0xd1, 0x3f, 0x91, 0xef, 0x3f, 0xe8, 0xde, 0xaa, 0xeb, 0x01, 0x6c, 0x83, 0xc5, 0xb6, 0xf6, 0x8e, 0x84, 0xd1, 0xe5, 0x32, 0xa4, 0x75, 0x3c, 0xb0, 0xc4, 0x04, 0x45, 0x8a, 0x04, 0x96, 0xc1, 0xb4, 0xa2, 0xf3, 0xeb, 0x97, 0xa9, 0x09, 0x39, 0x61, 0x3e, 0x3f, 0x57, 0x37, 0xa3, 0x87, 0xc3, 0x0d, 0xfe, 0x51, 0x82, 0xd2, 0xef, 0xa2, 0x01, 0xd0, 0x42, 0x17, 0x47, 0x5d, 0xc2, 0x60, 0xee, 0x50, 0xa2, 0x34, 0x12, 0xd8, 0x7f, 0x77, 0x0f, 0x26, 0x76, 0xf0, 0xa3, 0xbb, 0xea, 0x28, 0x7d, 0xa4, 0x95, 0xfa, 0x03, 0x0f, 0x34, 0xab, 0xce, 0x1d, 0x32, 0x69, 0x22, 0xa1, 0xda, 0x6a, 0xb3, 0x7f, 0x75, 0xb4, 0x12, 0xa7, 0x0a, 0x8b, 0x40, 0x8c, 0x71, 0xab, 0x2c, 0x10, 0x96, 0x26, 0x77, 0x66, 0x41, 0x75, 0xab, 0x0d, 0xeb, 0x15, 0x02, 0x72, 0x9f } }; static const struct cckprng_op_refresh op_refresh_1823 = { .hd = { .id = 1722, .kind = OP_REFRESH }, .rand = 11935956439720254202ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1824 = { .hd = { .id = 1723, .kind = OP_RESEED }, .nonce = 2551817394265412472ULL, .seed_nbytes = 107, .seed = { 0xb8, 0x8a, 0xc7, 0xc4, 0xb2, 0x77, 0xfe, 0x5f, 0x7c, 0xc2, 0xa2, 0x68, 0x91, 0x08, 0xde, 0xf9, 0x3d, 0x90, 0x6d, 0xa1, 0x37, 0x6d, 0x08, 0x48, 0x1a, 0x57, 0x58, 0x91, 0x9a, 0x66, 0x0a, 0xc1, 0xb1, 0x17, 0xf6, 0x6b, 0x03, 0x0b, 0x91, 0x2c, 0xf7, 0xe3, 0xfe, 0xae, 0xa2, 0xf3, 0x27, 0xb3, 0xbf, 0x6d, 0x54, 0xec, 0xfc, 0xfd, 0x44, 0x46, 0x35, 0x64, 0x88, 0x93, 0x6e, 0x76, 0x9e, 0x74, 0x33, 0x70, 0xfd, 0x49, 0x9d, 0x28, 0x62, 0xdd, 0x1f, 0x4b, 0xb7, 0x74, 0xb7, 0xde, 0x40, 0xd5, 0x19, 0xa5, 0x4f, 0x39, 0xd7, 0x22, 0xc1, 0xa3, 0x18, 0x58, 0xb3, 0x06, 0xd1, 0x56, 0x41, 0x0b, 0x86, 0x52, 0x1b, 0x81, 0x83, 0x5b, 0x56, 0xe5, 0x26, 0x0f, 0xc1 } }; static const struct cckprng_op_generate op_init_1825 = { .hd = { .id = 1724, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0xe2, 0xcc, 0x6c, 0xa5, 0xa3, 0xe5, 0xbb, 0x37, 0xc8, 0x0f, 0x67, 0x20, 0x50, 0x29, 0x22, 0xfc, 0x48, 0x5b, 0xcd, 0xc8, 0x15, 0x29, 0x1c, 0x73, 0x74, 0x5f, 0xce, 0x0e, 0xec, 0x13, 0x03, 0x6e, 0x7b, 0xb5, 0xb3, 0x11, 0xcf, 0x04, 0xdf, 0x17, 0x2a, 0x1d, 0x38, 0x81, 0xa2, 0x97, 0x32, 0x8e, 0x08, 0x68, 0x3a, 0x2c, 0xf3, 0xbb, 0xe3, 0x3a, 0x66, 0xff, 0xc2, 0xad, 0x9a, 0xcd, 0x72, 0xe8, 0x17, 0xa3, 0x40, 0x2e, 0x4c, 0x58, 0x8d, 0xa0, 0x23, 0xfa, 0x9a, 0x71, 0x47, 0xbe, 0x20, 0x5f, 0x5f, 0x90 } } }; static const struct cckprng_op_refresh op_refresh_1826 = { .hd = { .id = 1725, .kind = OP_REFRESH }, .rand = 130639281284380812ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1827 = { .hd = { .id = 1726, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0x7c, 0x94, 0x47, 0x44, 0x64, 0xa6, 0xd9, 0xa4, 0x6c, 0x7c, 0x31, 0x6f, 0xe2, 0x5f, 0x09, 0x12, 0x22, 0x18, 0xcf, 0x6a, 0x65, 0x81, 0x53, 0x16, 0xbb, 0xff, 0xd3, 0xd9, 0x56, 0x37, 0x81, 0x43, 0xed, 0xe4, 0x76, 0xb0, 0x9d } } }; static const struct cckprng_op_refresh op_refresh_1828 = { .hd = { .id = 1727, .kind = OP_REFRESH }, .rand = 10466792261450381950ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1829 = { .hd = { .id = 1728, .kind = OP_REFRESH }, .rand = 9634883323889693408ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1830 = { .hd = { .id = 1729, .kind = OP_REFRESH }, .rand = 4945619424534556412ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1831 = { .hd = { .id = 1730, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0xe8, 0x27, 0x23, 0x6b, 0x31, 0x6a, 0x2f, 0x85, 0x4f, 0x48, 0xe2, 0x64, 0x52, 0xac, 0x50, 0xc7, 0x6f, 0x0e, 0x43, 0xf7, 0x14, 0xd5, 0x41, 0xb8, 0xfa, 0xa6, 0x42, 0xdd, 0x44, 0x08, 0x89, 0x5f, 0x9c, 0x8c, 0x0e, 0xed, 0x58, 0xd8, 0x56, 0x2b, 0x8a, 0xc0, 0xbc, 0xe2, 0x63, 0x04, 0x0e, 0xa0, 0x06, 0x1a, 0x0a, 0xfc, 0x2f, 0x30, 0xa4, 0x7c, 0x64, 0x04, 0x51, 0x36, 0x32, 0x5f, 0x43, 0x50, 0xe6, 0xc2, 0x6a, 0xe7, 0x52, 0xb6, 0xec, 0x76, 0xc6, 0xce, 0xbc, 0xc1, 0xe9, 0xfc, 0x98, 0x6c, 0x4b, 0x6e, 0x1f, 0x31, 0x7c, 0x88, 0x90, 0x80, 0x15, 0x0f, 0x93, 0x42, 0x65, 0xf7, 0x4a, 0x63, 0x18, 0x56, 0x27, 0xbf, 0x76, 0x35, 0xc1, 0x68, 0xd2, 0xb9, 0x4a, 0xd1, 0xd6, 0xe6, 0x1b, 0x2b, 0xbd, 0x13, 0xec, 0x15, 0xb5, 0xd8, 0x4e, 0x8c, 0x78, 0x21, 0x4b, 0x09, 0xc6, 0xac, 0x2b, 0xc4, 0x8f, 0x76, 0x49, 0x63, 0x77, 0x40, 0x03, 0x9d, 0x44, 0xa1, 0x88, 0xd8, 0xd7, 0x34, 0x70, 0x3f, 0x5c, 0xf3, 0xfa, 0x1f, 0x12, 0x0d, 0xfc, 0x4d, 0x26, 0x0f, 0x2d, 0x9a, 0xc6, 0xf2, 0xdd, 0x02, 0xd7, 0x8f, 0x3a, 0xad, 0x38, 0xda, 0x61, 0x95, 0x77, 0x34, 0xa1, 0x16, 0x70, 0xc1, 0xb0, 0xb4, 0x7a, 0x61, 0x3e, 0x8b, 0x28, 0xfe, 0x5b, 0xa7, 0xff, 0x3a, 0xb0, 0x48, 0x67, 0x8e, 0x55, 0x67, 0xc6, 0x10, 0x37, 0x1d, 0x7c, 0x7d, 0xa3, 0x82, 0xcf, 0x54, 0x8b, 0xc7, 0x29, 0x96, 0xca, 0x9b, 0x6f, 0x88, 0x4b, 0xfc, 0xc9, 0x3c, 0x82, 0x13, 0xc3, 0x8a, 0xcc, 0x05, 0xbb, 0x91, 0xf1, 0x7b, 0x44, 0xbb, 0x45, 0x9a, 0xcc, 0x40, 0x7a, 0x39, 0xfd, 0xfc, 0x5d, 0xed, 0xb9, 0xb3, 0x52, 0x10, 0x76, 0xa9, 0x64, 0x77, 0x56, 0x80, 0x36, 0x10, 0xe5, 0xb6, 0x7f, 0xd3, 0x6e, 0x2e, 0x96, 0xc5, 0x7e, 0xbd, 0x52, 0xcc, 0x0f, 0xe4, 0x3d, 0x7c, 0xbc, 0x42, 0x16, 0x5e, 0x25, 0x03, 0xd1, 0x1f, 0xcd, 0x00, 0x5b, 0x01, 0x7f, 0xcb, 0x99, 0xda, 0x5d, 0xf2, 0xe5, 0xc2, 0xd6 } } }; static const struct cckprng_op_refresh op_refresh_1832 = { .hd = { .id = 1731, .kind = OP_REFRESH }, .rand = 3489585732184489157ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1833 = { .hd = { .id = 1732, .kind = OP_RESEED }, .nonce = 18315809088329423598ULL, .seed_nbytes = 270, .seed = { 0x8c, 0x43, 0x7f, 0xf1, 0xbb, 0xd9, 0x5b, 0xbb, 0x8e, 0x91, 0x19, 0xe1, 0xc9, 0xf2, 0x1d, 0xce, 0xd8, 0xc8, 0x30, 0xcd, 0x11, 0x1f, 0xba, 0xb7, 0x7f, 0xeb, 0x6c, 0x5c, 0x92, 0xbb, 0x80, 0x54, 0x13, 0xd0, 0xfb, 0x29, 0xc4, 0x78, 0x3e, 0x10, 0xae, 0x8b, 0x77, 0xfb, 0x5f, 0xc6, 0x0e, 0xbb, 0xfe, 0xd7, 0xed, 0xed, 0xf3, 0x68, 0x45, 0xb7, 0xe4, 0xda, 0x0f, 0xfc, 0x14, 0xbe, 0x45, 0x85, 0x0d, 0xfb, 0x0a, 0xf9, 0x90, 0x09, 0xb2, 0xcf, 0x21, 0xdd, 0x0e, 0x81, 0x73, 0x74, 0xff, 0xf9, 0x8c, 0x48, 0xc9, 0xf1, 0x4c, 0xcb, 0x52, 0x06, 0xdb, 0x94, 0xed, 0xfd, 0x15, 0x17, 0xbd, 0xd9, 0xb2, 0x28, 0x1b, 0x2c, 0x4a, 0xe0, 0x64, 0x56, 0x32, 0x9b, 0x15, 0x77, 0x41, 0xea, 0x38, 0x56, 0x06, 0x9d, 0x83, 0x87, 0xcf, 0x0e, 0x77, 0x3a, 0xd3, 0x04, 0x9a, 0x35, 0x83, 0x52, 0x65, 0x2d, 0x8d, 0x07, 0x40, 0x77, 0xd1, 0x82, 0x13, 0xc0, 0x8e, 0xeb, 0x59, 0x98, 0x6c, 0x66, 0x2c, 0x49, 0xfb, 0x48, 0x72, 0x81, 0x67, 0xc2, 0x56, 0xa9, 0x98, 0x68, 0xb6, 0x00, 0xca, 0x70, 0xc4, 0xea, 0xa0, 0xa7, 0xb8, 0x09, 0x38, 0x79, 0xe5, 0x05, 0xe2, 0x92, 0x3a, 0xe7, 0x1f, 0xfa, 0x85, 0x36, 0x7d, 0x06, 0x09, 0x98, 0x6c, 0x44, 0x3e, 0x10, 0x23, 0xab, 0x96, 0x7c, 0xbb, 0x05, 0x35, 0xf8, 0x4f, 0xd0, 0x8f, 0x97, 0xb0, 0x17, 0x97, 0xbe, 0x24, 0xaf, 0x27, 0xc9, 0x5f, 0xca, 0x8c, 0x30, 0x32, 0x82, 0x33, 0x0a, 0x70, 0x37, 0x81, 0x0b, 0xe0, 0x62, 0xa2, 0x59, 0xde, 0x7b, 0x3d, 0xde, 0xc8, 0x5e, 0xc3, 0xa2, 0x5f, 0x09, 0x3c, 0x51, 0xb5, 0x9c, 0x27, 0xb4, 0x07, 0x71, 0x9e, 0x4b, 0x40, 0x46, 0x63, 0x6c, 0xde, 0x16, 0x58, 0x53, 0x33, 0x80, 0x3d, 0xbd, 0x33, 0x73, 0x2e, 0x7d, 0x74, 0x78, 0x38, 0x7a, 0xaa, 0x5f, 0x0c, 0x62, 0xf6, 0x51, 0x74, 0x25, 0xc2, 0x65 } }; static const struct cckprng_op_reseed op_reseed_1834 = { .hd = { .id = 1733, .kind = OP_RESEED }, .nonce = 17006555613329615295ULL, .seed_nbytes = 281, .seed = { 0x3e, 0x17, 0x14, 0xa9, 0xea, 0xd7, 0x48, 0x91, 0xa5, 0x97, 0x68, 0x5a, 0x10, 0x47, 0xb9, 0x57, 0xec, 0x53, 0x96, 0x2a, 0x2b, 0xb7, 0x99, 0x70, 0xdc, 0xca, 0xe3, 0x5b, 0x0f, 0xc7, 0xa2, 0xe0, 0x8f, 0x18, 0x25, 0xc7, 0x94, 0x78, 0x5e, 0x10, 0x45, 0x96, 0x0e, 0xc1, 0x8f, 0x55, 0x02, 0xcd, 0x05, 0x9a, 0x67, 0xb0, 0xb9, 0x85, 0x91, 0x44, 0x4c, 0x93, 0x6f, 0x44, 0x70, 0xc3, 0xed, 0x8d, 0x36, 0x9a, 0xf7, 0x9c, 0x7a, 0x29, 0xec, 0xac, 0x0f, 0xdd, 0x20, 0xbf, 0x18, 0x8c, 0x7a, 0xd5, 0xdd, 0xb7, 0xbe, 0x10, 0xb6, 0xe4, 0x91, 0xd6, 0x39, 0xcd, 0x7f, 0x8d, 0xf9, 0x40, 0x48, 0xe9, 0x8f, 0x9c, 0x4e, 0xe8, 0xf8, 0x78, 0x60, 0x2f, 0x7a, 0xc2, 0x59, 0xf0, 0x7f, 0x27, 0xc7, 0x1b, 0x18, 0x1e, 0xc5, 0x51, 0x2d, 0x7d, 0x47, 0x55, 0xd3, 0x11, 0x6b, 0xf1, 0xf2, 0xc1, 0x8d, 0xb9, 0x4e, 0x10, 0x55, 0x8e, 0x71, 0x9e, 0x3f, 0xa5, 0xc0, 0x08, 0xea, 0x6b, 0xa1, 0x82, 0x0f, 0x83, 0x94, 0x6d, 0xdc, 0xd2, 0xb5, 0x18, 0x55, 0x16, 0xef, 0x2d, 0x5c, 0xe8, 0xe7, 0x74, 0xe8, 0xf2, 0x52, 0x07, 0xdd, 0x38, 0xcc, 0xfe, 0x82, 0xec, 0x14, 0x35, 0x83, 0xa9, 0xd6, 0xcd, 0xb2, 0x84, 0x4c, 0x15, 0xfc, 0x22, 0x79, 0xa7, 0x75, 0x2b, 0xb7, 0x6c, 0x4d, 0x7d, 0xf1, 0x51, 0x90, 0x73, 0x33, 0x20, 0xba, 0x14, 0x45, 0xa4, 0x5c, 0x59, 0xfb, 0xc8, 0xe0, 0xf3, 0x06, 0xe5, 0x63, 0xef, 0x3c, 0x2d, 0x2f, 0x10, 0xf5, 0x14, 0x68, 0x17, 0x88, 0xae, 0xdf, 0xc2, 0x11, 0x8d, 0x10, 0xc4, 0x58, 0x1a, 0x38, 0xd8, 0x57, 0x6e, 0xef, 0xaf, 0xa2, 0x2a, 0x28, 0x6b, 0x2b, 0x37, 0xb5, 0xa0, 0x84, 0xf4, 0xf7, 0x0a, 0x9e, 0xef, 0x56, 0xf7, 0xb8, 0x07, 0x54, 0xd6, 0xb4, 0xc9, 0x42, 0x09, 0xca, 0x10, 0xa7, 0x3d, 0xaa, 0x56, 0x88, 0x32, 0xaf, 0xe0, 0x26, 0xe3, 0xc5, 0x84, 0x88, 0x57, 0xc5, 0x17, 0xb4, 0x74, 0x3b, 0x97, 0xe6, 0xd3, 0x16 } }; static const struct cckprng_op *ops_1835[] = { (const struct cckprng_op *)&op_init_1819, (const struct cckprng_op *)&op_init_1820, (const struct cckprng_op *)&op_refresh_1821, (const struct cckprng_op *)&op_reseed_1822, (const struct cckprng_op *)&op_refresh_1823, (const struct cckprng_op *)&op_reseed_1824, (const struct cckprng_op *)&op_init_1825, (const struct cckprng_op *)&op_refresh_1826, (const struct cckprng_op *)&op_init_1827, (const struct cckprng_op *)&op_refresh_1828, (const struct cckprng_op *)&op_refresh_1829, (const struct cckprng_op *)&op_refresh_1830, (const struct cckprng_op *)&op_init_1831, (const struct cckprng_op *)&op_refresh_1832, (const struct cckprng_op *)&op_reseed_1833, (const struct cckprng_op *)&op_reseed_1834 }; static const struct cckprng_vector vec_1836 = { .id = 1734, .note = NULL, .nops = 16, .ops = ops_1835 }; static const struct cckprng_op_init op_init_1837 = { .hd = { .id = 1735, .kind = OP_INIT }, .seed = { 0x2e, 0x06, 0x5b, 0x80, 0xf9, 0x31, 0xf8, 0xfa, 0x12, 0xa9, 0x66, 0x30, 0x2a, 0xb7, 0x5a, 0x3e, 0xee, 0x8b, 0xc7, 0x37, 0xea, 0xe4, 0xc0, 0x56, 0x13, 0x39, 0xb1, 0x33, 0x61, 0x0b, 0x9b, 0xd0 }, .nonce = { 0x66, 0x5f, 0x98, 0x0c, 0xbd, 0x7c, 0x5a, 0x89 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1838 = { .hd = { .id = 1736, .kind = OP_REFRESH }, .rand = 3918881051904721689ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1839 = { .hd = { .id = 1737, .kind = OP_GENERATE }, .rand_nbytes = 188, .out = { .rand = { 0x91, 0x22, 0xb3, 0x94, 0x03, 0xeb, 0x33, 0x8b, 0xa1, 0x6d, 0x25, 0x07, 0xff, 0x07, 0x4c, 0x44, 0xe2, 0xf4, 0x9b, 0x7f, 0x29, 0x69, 0x86, 0xef, 0xe0, 0x18, 0x35, 0x3e, 0xe1, 0xf6, 0x30, 0xcc, 0xbc, 0xf3, 0x5c, 0x55, 0x53, 0x42, 0xcb, 0xec, 0x6e, 0x39, 0xdd, 0xa1, 0xbc, 0xff, 0xab, 0x7b, 0xde, 0xe4, 0xed, 0x74, 0xbe, 0x87, 0x15, 0xea, 0xbb, 0x45, 0x4d, 0x04, 0x81, 0xd8, 0x4f, 0xbe, 0xe8, 0xe0, 0xe4, 0x40, 0x1e, 0x77, 0x01, 0x4c, 0xe5, 0xb4, 0x7a, 0x3d, 0x50, 0x35, 0xd1, 0x03, 0x77, 0x46, 0x56, 0xe3, 0x87, 0xac, 0xce, 0x4e, 0xb9, 0x72, 0x1f, 0x99, 0x95, 0xae, 0x38, 0x9b, 0xc2, 0x9c, 0x31, 0x0f, 0x9e, 0x22, 0x75, 0x84, 0x00, 0xd0, 0xaf, 0x91, 0x00, 0xe6, 0x22, 0xf2, 0x42, 0xbf, 0x76, 0x7d, 0x81, 0x57, 0x18, 0xf6, 0xc4, 0x43, 0x6e, 0xe8, 0x9f, 0xb8, 0x1f, 0xbd, 0x20, 0xf8, 0x45, 0xd3, 0xbb, 0x3f, 0x53, 0x08, 0x23, 0x0a, 0xb8, 0xe4, 0x71, 0x1a, 0x32, 0xb8, 0xe4, 0x92, 0xa0, 0xfc, 0x96, 0x1a, 0xfe, 0xb5, 0x93, 0x54, 0x80, 0x61, 0x52, 0xa4, 0xb8, 0x8b, 0x1b, 0xa8, 0x74, 0x10, 0x06, 0xae, 0xea, 0x6f, 0xb9, 0x04, 0x4c, 0xfd, 0x88, 0x87, 0x22, 0x66, 0xb6, 0xde, 0x8e, 0x96, 0x8b, 0xf7, 0x2b, 0x9e, 0x07, 0x28, 0x48, 0x62 } } }; static const struct cckprng_op_reseed op_reseed_1840 = { .hd = { .id = 1738, .kind = OP_RESEED }, .nonce = 8665264328232337132ULL, .seed_nbytes = 236, .seed = { 0x94, 0x11, 0x22, 0xe7, 0xc3, 0xcc, 0x63, 0x7d, 0x85, 0x24, 0xf6, 0xf5, 0x6c, 0x5e, 0xe2, 0x6e, 0x21, 0xe4, 0x56, 0x9c, 0xdd, 0xbe, 0x73, 0xee, 0xd7, 0xb4, 0xef, 0xda, 0x41, 0x4c, 0x7e, 0xb8, 0x13, 0xc0, 0xe0, 0x2a, 0x0c, 0x8a, 0x58, 0xaf, 0x42, 0x51, 0xde, 0xef, 0xa3, 0xa5, 0xac, 0xd0, 0x14, 0x57, 0xf7, 0x84, 0xc8, 0x2b, 0x0f, 0x8d, 0x18, 0x6a, 0x64, 0x3a, 0x16, 0xc2, 0xf0, 0xef, 0x9a, 0x6c, 0xea, 0x0f, 0x6f, 0x62, 0xf0, 0x5f, 0xe9, 0x36, 0x03, 0x64, 0xfb, 0xf3, 0x7f, 0x84, 0x98, 0xb1, 0x3f, 0x20, 0xe1, 0x3a, 0xe8, 0x13, 0xa2, 0xcc, 0x14, 0x35, 0x10, 0x14, 0x6c, 0x57, 0xee, 0xd6, 0x06, 0x3c, 0xd3, 0xe6, 0x07, 0x41, 0x55, 0xf6, 0x31, 0x2f, 0xe7, 0xd0, 0xd6, 0x3f, 0x74, 0x04, 0xe6, 0x1a, 0x37, 0xeb, 0xe9, 0x83, 0xc1, 0x5e, 0x7e, 0xc6, 0xc3, 0x20, 0x10, 0x03, 0x71, 0xc9, 0x56, 0xe5, 0xf6, 0x7d, 0xed, 0xb1, 0x08, 0x5d, 0xbc, 0x30, 0x99, 0x23, 0x9e, 0x11, 0xb2, 0x68, 0x53, 0x77, 0x82, 0xb7, 0xe3, 0xfb, 0xce, 0xf6, 0xe3, 0xb3, 0xb0, 0x5f, 0x5b, 0x72, 0x82, 0x7b, 0xa1, 0x7a, 0xe9, 0x66, 0x7e, 0x59, 0xab, 0xc7, 0xfa, 0x2f, 0xcf, 0x3e, 0xb0, 0x4d, 0x0d, 0x64, 0x43, 0xf9, 0x67, 0x9b, 0xf4, 0x0c, 0x7d, 0x6a, 0x3f, 0x18, 0xe7, 0x05, 0x81, 0xc4, 0xe1, 0xb9, 0x13, 0x86, 0xed, 0x77, 0x18, 0x12, 0xd1, 0x30, 0xb7, 0xd4, 0xb0, 0xd6, 0xfa, 0xc7, 0xf0, 0x44, 0x67, 0x82, 0x89, 0x9a, 0x07, 0xd3, 0x98, 0x24, 0x48, 0x0d, 0xfb, 0x1e, 0x0e, 0x23, 0x51, 0x72, 0x75, 0x16, 0xfb, 0xc7, 0x27, 0x91, 0x88, 0xae, 0x23, 0xb9 } }; static const struct cckprng_op_refresh op_refresh_1841 = { .hd = { .id = 1739, .kind = OP_REFRESH }, .rand = 8237393563418289388ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1842 = { .hd = { .id = 1740, .kind = OP_GENERATE }, .rand_nbytes = 32, .out = { .rand = { 0xd0, 0xc6, 0xb2, 0x80, 0x32, 0x32, 0xf4, 0xdb, 0xb7, 0x2c, 0x58, 0x0f, 0xb2, 0xde, 0x58, 0xcd, 0x17, 0xe7, 0xb7, 0x1a, 0x36, 0x65, 0x51, 0xef, 0x48, 0xb9, 0xc2, 0xb2, 0xe4, 0x14, 0x10, 0xcf } } }; static const struct cckprng_op_refresh op_refresh_1843 = { .hd = { .id = 1741, .kind = OP_REFRESH }, .rand = 3398598557813624346ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1844 = { .hd = { .id = 1742, .kind = OP_RESEED }, .nonce = 12413053411121891911ULL, .seed_nbytes = 254, .seed = { 0x6e, 0x0c, 0x57, 0xba, 0xe0, 0xe5, 0xad, 0xd9, 0x95, 0x6d, 0x7d, 0x83, 0x48, 0x8e, 0xf0, 0xaa, 0x10, 0xb8, 0xf1, 0xb0, 0xbf, 0xad, 0xfc, 0x63, 0xbe, 0x77, 0xd4, 0xa2, 0x0a, 0x90, 0xba, 0xa9, 0x1b, 0xb4, 0x90, 0x5c, 0xd8, 0x9b, 0xe2, 0x23, 0xfc, 0x1f, 0x1c, 0x21, 0x93, 0xdb, 0x99, 0x0f, 0xe1, 0x25, 0x2b, 0xef, 0xbd, 0x38, 0x2a, 0xe3, 0xdd, 0x8b, 0x11, 0x6c, 0xba, 0x84, 0x12, 0xdb, 0xf6, 0x63, 0xf3, 0xfc, 0x56, 0xd0, 0x2f, 0xcc, 0x21, 0x50, 0xf0, 0x79, 0x7d, 0x3e, 0x2b, 0x6c, 0x6d, 0x2a, 0xac, 0xea, 0xf3, 0xe7, 0x68, 0x91, 0xe6, 0x5d, 0xad, 0xf0, 0x32, 0x89, 0xe7, 0xe4, 0xd8, 0x45, 0x31, 0x74, 0xfb, 0x28, 0x82, 0x29, 0xb6, 0x2b, 0x1a, 0x56, 0xde, 0x80, 0x98, 0xb9, 0xf7, 0x1f, 0xcc, 0xb2, 0xf1, 0xdc, 0xd7, 0x14, 0x29, 0xbb, 0x13, 0x8d, 0xdd, 0x54, 0xa8, 0x26, 0x55, 0x81, 0x02, 0xae, 0x30, 0xde, 0xa8, 0x83, 0x47, 0xbc, 0x4f, 0xb6, 0xb9, 0x1c, 0x2e, 0x1a, 0x9f, 0xe1, 0xde, 0x62, 0x18, 0x45, 0x14, 0x4a, 0x9c, 0x5e, 0xa8, 0x89, 0x95, 0x10, 0x01, 0x14, 0x82, 0x95, 0xac, 0x45, 0x3f, 0x3e, 0x48, 0xd5, 0xf0, 0xae, 0x85, 0x5c, 0x08, 0xab, 0x2f, 0x17, 0xc7, 0xc8, 0x37, 0xa7, 0x0e, 0xfb, 0xe3, 0x39, 0x9e, 0x90, 0x0a, 0xb6, 0x7e, 0xcd, 0x8f, 0x6a, 0xfc, 0xde, 0xf6, 0x8e, 0xa3, 0x82, 0xd0, 0xfd, 0x13, 0xe0, 0x62, 0xa8, 0xce, 0xf3, 0x5c, 0x07, 0x25, 0xb6, 0xe6, 0xfe, 0x66, 0xda, 0xf0, 0x44, 0x8d, 0xd6, 0x33, 0x02, 0x4c, 0x87, 0x7d, 0x68, 0x76, 0x6b, 0x30, 0x68, 0xd6, 0x88, 0xf9, 0x4b, 0x55, 0xce, 0x24, 0x2f, 0xe9, 0x28, 0x83, 0x4f, 0x94, 0x41, 0xea, 0xae, 0x42, 0x41, 0xcd, 0xaa, 0x2f, 0xe1, 0x05, 0x5d, 0xa3, 0xb3 } }; static const struct cckprng_op_reseed op_reseed_1845 = { .hd = { .id = 1743, .kind = OP_RESEED }, .nonce = 15031221185700314282ULL, .seed_nbytes = 66, .seed = { 0xb6, 0x6c, 0x68, 0x58, 0x19, 0xbd, 0xc3, 0x2a, 0x3f, 0x1f, 0x85, 0xce, 0x6d, 0x46, 0x1d, 0x4f, 0x24, 0x00, 0xac, 0xf7, 0xf3, 0xcf, 0xd9, 0xf4, 0x01, 0xbb, 0xeb, 0xea, 0x90, 0x07, 0xd4, 0x62, 0x87, 0xa4, 0xb9, 0xca, 0xfa, 0x43, 0x22, 0x5f, 0xeb, 0x8b, 0xaa, 0x5e, 0xb0, 0xef, 0x84, 0x4e, 0x66, 0x24, 0x3b, 0xba, 0x44, 0xe2, 0xe4, 0x9a, 0xae, 0x83, 0x72, 0xdb, 0x2e, 0xaa, 0x79, 0x17, 0x4b, 0x61 } }; static const struct cckprng_op_reseed op_reseed_1846 = { .hd = { .id = 1744, .kind = OP_RESEED }, .nonce = 8298773106466580215ULL, .seed_nbytes = 144, .seed = { 0x05, 0xd5, 0x67, 0xcc, 0xc2, 0x6c, 0x5b, 0xe5, 0xa7, 0x7e, 0x0c, 0x98, 0xc1, 0x78, 0x64, 0x6d, 0xc9, 0x24, 0x3c, 0x56, 0x98, 0x69, 0x45, 0x74, 0x5d, 0x4f, 0xb2, 0x4e, 0x5f, 0xce, 0xd1, 0x94, 0xe6, 0x8b, 0xdc, 0x55, 0xce, 0xbc, 0xf5, 0xbc, 0xac, 0xff, 0xec, 0x67, 0x7e, 0x39, 0x57, 0x06, 0xeb, 0x2e, 0x96, 0x59, 0xbb, 0x3a, 0x2f, 0xa4, 0x06, 0xe1, 0x0b, 0x51, 0x80, 0x2a, 0xcd, 0x44, 0xf3, 0x6a, 0x14, 0xc2, 0x61, 0x8e, 0x1d, 0xbc, 0xf5, 0x50, 0xf7, 0xc1, 0x9d, 0x40, 0x50, 0xd3, 0x74, 0xc4, 0x11, 0xb0, 0xa4, 0x8d, 0xcd, 0xc8, 0x14, 0xe7, 0x60, 0x0f, 0xce, 0x94, 0xce, 0xed, 0xad, 0xe5, 0x3d, 0xb8, 0x98, 0x63, 0x0d, 0x3c, 0x3c, 0xc9, 0x39, 0x78, 0xf6, 0x5c, 0x1d, 0xf9, 0x78, 0x8c, 0x4c, 0xe1, 0x72, 0x66, 0xba, 0x0e, 0x57, 0xc3, 0x31, 0x1e, 0xaf, 0xbf, 0x3f, 0x23, 0x84, 0x7f, 0x86, 0x08, 0xc4, 0x0a, 0x23, 0x29, 0xed, 0xaf, 0xfe, 0xc5, 0xcd, 0xfc, 0x6f, 0x1e } }; static const struct cckprng_op_reseed op_reseed_1847 = { .hd = { .id = 1745, .kind = OP_RESEED }, .nonce = 1020554849800887643ULL, .seed_nbytes = 79, .seed = { 0x89, 0xc2, 0xed, 0x63, 0xe0, 0x77, 0xa6, 0x86, 0xdf, 0xd4, 0x27, 0x53, 0x8f, 0xa0, 0x3e, 0xc7, 0x6b, 0xe5, 0xae, 0x3c, 0xcb, 0x26, 0x66, 0x1d, 0x3a, 0xb3, 0xb3, 0x9d, 0x51, 0x2f, 0xab, 0x2a, 0x48, 0xad, 0xf3, 0xdd, 0xf0, 0x7e, 0x78, 0x35, 0x23, 0x88, 0x98, 0x59, 0x3c, 0x8c, 0xf2, 0x32, 0x90, 0x04, 0x57, 0xe6, 0xb9, 0xf8, 0x5a, 0xad, 0x22, 0x36, 0x19, 0x59, 0x95, 0x57, 0x47, 0xd3, 0x30, 0x6c, 0xbb, 0xca, 0x43, 0x45, 0x32, 0x2b, 0xa4, 0x97, 0x96, 0xbe, 0xb5, 0x96, 0x45 } }; static const struct cckprng_op_reseed op_reseed_1848 = { .hd = { .id = 1746, .kind = OP_RESEED }, .nonce = 415286097040086432ULL, .seed_nbytes = 180, .seed = { 0xf5, 0x84, 0x39, 0xbf, 0x09, 0xdf, 0xca, 0xa6, 0xcd, 0xd2, 0x43, 0x10, 0x89, 0xd2, 0x9c, 0x76, 0xc0, 0x6a, 0x54, 0x04, 0x79, 0xc4, 0xb4, 0xbe, 0xad, 0x19, 0xd4, 0x0e, 0x30, 0x77, 0xb1, 0x5c, 0xbb, 0x0e, 0xb7, 0xd6, 0x31, 0xe6, 0xc0, 0x7f, 0xda, 0xf6, 0x4c, 0xa8, 0xd8, 0x07, 0xf5, 0xc7, 0x02, 0xf6, 0x81, 0xfb, 0xcb, 0xbf, 0xb9, 0x78, 0x15, 0x41, 0x89, 0xe4, 0x2a, 0x24, 0x02, 0x72, 0xbc, 0xe8, 0xba, 0x35, 0xbc, 0x0e, 0x82, 0x47, 0x19, 0xa0, 0xea, 0x32, 0x8a, 0x16, 0x45, 0xc1, 0x6a, 0x42, 0x98, 0x4d, 0x4a, 0xd5, 0xa8, 0xd3, 0x24, 0xde, 0x57, 0xfc, 0x41, 0x40, 0x8e, 0x9f, 0x74, 0x23, 0x3b, 0xfa, 0xba, 0x75, 0x7f, 0x3c, 0x6e, 0xd8, 0xdd, 0x4e, 0x14, 0xc7, 0x28, 0x8d, 0xef, 0xc3, 0x79, 0x20, 0x75, 0x6f, 0xc8, 0xec, 0x54, 0xa6, 0x93, 0x2a, 0xa8, 0x3a, 0xa3, 0x31, 0xb7, 0x22, 0x14, 0xd1, 0x5c, 0x87, 0xe3, 0x43, 0x04, 0xb2, 0xb6, 0xe8, 0xae, 0x7a, 0x79, 0xd5, 0x92, 0x61, 0x11, 0xb4, 0x43, 0x17, 0x1a, 0x61, 0xef, 0x61, 0x08, 0xfa, 0xf0, 0x05, 0x81, 0x69, 0x58, 0x9b, 0x2f, 0xcc, 0xb8, 0xef, 0x6a, 0x1b, 0x06, 0xd8, 0x54, 0x90, 0x12, 0x51, 0x6f, 0x24, 0x80, 0xcb, 0xfb, 0x3b } }; static const struct cckprng_op_generate op_init_1849 = { .hd = { .id = 1747, .kind = OP_GENERATE }, .rand_nbytes = 65, .out = { .rand = { 0xef, 0x6e, 0x05, 0x1c, 0x67, 0x98, 0x10, 0x70, 0xae, 0x43, 0xb6, 0x4c, 0xc5, 0xa6, 0x2f, 0xf2, 0xbd, 0xd2, 0x87, 0x41, 0x14, 0x94, 0x24, 0x10, 0x79, 0xb7, 0xc6, 0x5b, 0x1c, 0x59, 0xf5, 0x10, 0xab, 0x1f, 0x8a, 0x64, 0x95, 0x97, 0xf4, 0x8a, 0x2f, 0xed, 0x97, 0x52, 0x06, 0xfc, 0x02, 0x8b, 0xb0, 0x6d, 0xef, 0x10, 0xef, 0x9e, 0x95, 0x3f, 0xbf, 0xcb, 0x8b, 0x9c, 0x8d, 0x65, 0x6b, 0x63, 0x4d } } }; static const struct cckprng_op_reseed op_reseed_1850 = { .hd = { .id = 1748, .kind = OP_RESEED }, .nonce = 4057513278112941727ULL, .seed_nbytes = 165, .seed = { 0xa3, 0x1d, 0x26, 0x44, 0x6d, 0x88, 0xe7, 0x2d, 0x27, 0xd7, 0x25, 0xf9, 0x08, 0x71, 0x42, 0xb0, 0xf5, 0xfb, 0x7c, 0x7b, 0x8f, 0x3b, 0x63, 0x9d, 0xa0, 0xe9, 0x85, 0x88, 0x21, 0x3b, 0x64, 0x75, 0xb9, 0xbd, 0x83, 0x50, 0x7e, 0x2f, 0xa4, 0x77, 0x5a, 0x29, 0x33, 0x41, 0x68, 0x61, 0x6b, 0x4f, 0xd5, 0x3a, 0x97, 0x2a, 0x35, 0xcc, 0xc5, 0xc0, 0x27, 0xe9, 0x50, 0x4e, 0xec, 0x19, 0xda, 0x62, 0x21, 0x4d, 0x57, 0x7a, 0x32, 0xab, 0x7a, 0x1d, 0xe8, 0x92, 0x00, 0x97, 0x43, 0x16, 0xc4, 0x1a, 0x6b, 0x95, 0x5a, 0x7a, 0x4b, 0x39, 0xae, 0xbd, 0x2b, 0x02, 0x13, 0xa1, 0x41, 0x19, 0x4a, 0x75, 0xb3, 0x34, 0x6f, 0xf1, 0x23, 0x9c, 0xdc, 0x33, 0xf3, 0xd8, 0xdc, 0x78, 0xc7, 0x07, 0x4e, 0x60, 0xae, 0xfd, 0xb8, 0x7e, 0x4c, 0xcc, 0xdb, 0x60, 0x94, 0xfb, 0xed, 0x9f, 0xa5, 0xc4, 0x08, 0xc6, 0x78, 0x4a, 0xec, 0x35, 0x58, 0xc3, 0x41, 0xab, 0x22, 0xe9, 0xcc, 0x71, 0xdc, 0x10, 0xf6, 0x98, 0xd9, 0xf6, 0xe1, 0x3b, 0xda, 0x44, 0x6e, 0xf3, 0x1e, 0xf7, 0x5e, 0xdf, 0x0c, 0xc9, 0xa2, 0x06, 0xf0, 0x1d, 0xd6, 0x76, 0xae } }; static const struct cckprng_op_generate op_init_1851 = { .hd = { .id = 1749, .kind = OP_GENERATE }, .rand_nbytes = 232, .out = { .rand = { 0xa7, 0x49, 0xaa, 0xb0, 0x35, 0xb4, 0xfd, 0xfa, 0x51, 0xcf, 0x52, 0xe8, 0xc3, 0xdf, 0x35, 0x8a, 0x9a, 0x8b, 0x8b, 0x5e, 0x70, 0xfe, 0x90, 0xe6, 0x60, 0x18, 0x70, 0xb0, 0x6f, 0x37, 0x89, 0x9c, 0x4c, 0x2a, 0x3c, 0xbf, 0xdb, 0x78, 0x67, 0x5c, 0x0e, 0x07, 0x20, 0xe7, 0x79, 0xc0, 0x2d, 0x3b, 0x61, 0xa6, 0xe5, 0xa3, 0x0d, 0xf1, 0xff, 0x3b, 0x21, 0x10, 0xd7, 0x97, 0xcc, 0xeb, 0xf0, 0x77, 0xda, 0x4b, 0xc7, 0xb0, 0x2e, 0x63, 0xdd, 0x9f, 0xba, 0x78, 0x28, 0x70, 0xac, 0x0f, 0x96, 0x6b, 0xd6, 0x1e, 0x55, 0xe0, 0xc9, 0x71, 0xeb, 0xbf, 0x4f, 0x47, 0xb5, 0xf6, 0x00, 0x3d, 0x46, 0x06, 0x52, 0xc3, 0x9e, 0xf1, 0x84, 0xca, 0x23, 0xb7, 0x3b, 0x18, 0x3c, 0x76, 0x36, 0x8e, 0xd8, 0xd9, 0x65, 0x54, 0x26, 0xf1, 0x1f, 0xfc, 0x9b, 0x35, 0xc7, 0xf3, 0x12, 0x57, 0xcd, 0x46, 0xee, 0x3b, 0x65, 0x24, 0xcc, 0x20, 0xcf, 0x4b, 0x8a, 0xb3, 0xa8, 0xb9, 0x85, 0x96, 0x15, 0x92, 0x07, 0x86, 0x18, 0x46, 0x08, 0x25, 0x80, 0x25, 0xc9, 0x4c, 0x88, 0x24, 0x29, 0xb2, 0x7b, 0x55, 0x15, 0xa4, 0x8a, 0xb5, 0xe9, 0xe4, 0x2e, 0x6b, 0xcb, 0xd1, 0x2e, 0x3f, 0x3f, 0xe0, 0x5a, 0xab, 0xfb, 0x8b, 0xe1, 0x33, 0x74, 0x6c, 0xac, 0x00, 0x8d, 0x50, 0xcd, 0x14, 0x26, 0x7f, 0x18, 0x77, 0x32, 0x6d, 0x50, 0x47, 0xbd, 0x74, 0xbf, 0xdf, 0x7e, 0xd6, 0xf0, 0xc4, 0xf5, 0x87, 0x46, 0x20, 0xbd, 0x7e, 0xa9, 0xe1, 0x1d, 0x08, 0x61, 0xa8, 0x27, 0xc0, 0xbe, 0x63, 0x7b, 0x2a, 0xfa, 0x48, 0x25, 0x3f, 0x32, 0xd6, 0xd2, 0xf8, 0x37, 0x52, 0x21, 0x33 } } }; static const struct cckprng_op_generate op_init_1852 = { .hd = { .id = 1750, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0x53, 0xdd, 0x97, 0x8a, 0xb0, 0x9b, 0x0c, 0x94, 0xc6, 0x21, 0x9a, 0xe1, 0x6c, 0x44, 0xc4, 0x3d, 0xc6, 0xc7, 0xe9, 0x85, 0x8f, 0x30, 0xe1, 0x53, 0x74, 0xc7, 0xf8, 0x8a, 0xfc, 0x6e, 0x67, 0x09, 0x35, 0x75, 0x20, 0xb4, 0x32, 0x9b, 0xc9, 0xeb, 0xc0, 0x5a, 0x34, 0x43, 0x17, 0x5f, 0x01, 0x68, 0x7c, 0x8e, 0x1b, 0xfb, 0xcf, 0xf0, 0x59, 0x10, 0x25, 0x51, 0xab, 0xc6, 0xf7, 0xc8, 0xec, 0x52, 0x16, 0x54, 0x76, 0x57, 0x24, 0xc6, 0x98, 0xf0, 0x17, 0xe0, 0x0a, 0xf4, 0x75, 0x35, 0x03, 0x36, 0x09, 0xf5, 0x4d, 0x41, 0xd2, 0x61, 0xa4, 0x1e, 0x4e, 0xe0, 0xf7, 0xfb, 0xb0, 0x4c, 0xc0, 0x25, 0xdc, 0x7b, 0xe2, 0x47, 0xda, 0x3b, 0xba, 0xa2, 0x85, 0x2c, 0x67, 0x8a, 0xcf, 0x02, 0x3f, 0xde, 0x95, 0x63, 0xea, 0xcb, 0x2e, 0x21, 0x90, 0x69, 0x3e, 0x26, 0x45, 0x2d, 0xf7, 0xbe, 0xd6, 0x1a, 0xfd, 0xa3, 0xd0, 0x40, 0x0f, 0x41, 0xaa, 0x38, 0xaa, 0xd7, 0xca, 0x35, 0x86, 0xeb, 0x5d, 0x26, 0x00, 0x17, 0xcd, 0xb1, 0xa9, 0x5d, 0x37, 0x34, 0xa7, 0xae, 0xef, 0xff, 0xae, 0xaa, 0x53, 0x82, 0x37, 0x33, 0xd4, 0xfd, 0xd2, 0xd1, 0xc1, 0xc3, 0x6e, 0x0d, 0x8d, 0xf1, 0x38, 0xf2, 0x16, 0x20, 0x06, 0x50, 0xcb, 0xcd, 0xcd, 0x4e, 0xbe, 0xc4, 0x6b, 0x44, 0x1e, 0x5d, 0x2a, 0x71, 0xb4, 0x44, 0x5b, 0xf1, 0xbd, 0xa6, 0x85, 0x62, 0xa8, 0x97, 0x98, 0xae, 0x56, 0x63, 0x85, 0x09, 0x27, 0xcf, 0x42, 0xb6, 0xc2, 0x3c, 0x58, 0xfe, 0xbd, 0xd3, 0xf6, 0xb2, 0x62, 0x5f, 0xd8, 0xae, 0xd6, 0xaf, 0xd6, 0x07, 0x7a, 0x35, 0x5a, 0xd7, 0xc6, 0x16, 0xf9, 0xa5, 0x21, 0x2a, 0xa5, 0x77, 0x2b, 0xba, 0x9d, 0xc8, 0xfd, 0x65, 0x19, 0x4e, 0x32, 0xde, 0x8b, 0xa6, 0xaf, 0xae, 0xdb, 0x2a, 0x74, 0x31, 0xa3, 0x11, 0x9c, 0x2c, 0xa5, 0x99, 0x1a, 0x10, 0x86, 0x69, 0x22, 0x23, 0x42, 0x50, 0xa1, 0x8a, 0x53, 0x6f, 0xa7, 0x80, 0xe6 } } }; static const struct cckprng_op *ops_1853[] = { (const struct cckprng_op *)&op_init_1837, (const struct cckprng_op *)&op_refresh_1838, (const struct cckprng_op *)&op_init_1839, (const struct cckprng_op *)&op_reseed_1840, (const struct cckprng_op *)&op_refresh_1841, (const struct cckprng_op *)&op_init_1842, (const struct cckprng_op *)&op_refresh_1843, (const struct cckprng_op *)&op_reseed_1844, (const struct cckprng_op *)&op_reseed_1845, (const struct cckprng_op *)&op_reseed_1846, (const struct cckprng_op *)&op_reseed_1847, (const struct cckprng_op *)&op_reseed_1848, (const struct cckprng_op *)&op_init_1849, (const struct cckprng_op *)&op_reseed_1850, (const struct cckprng_op *)&op_init_1851, (const struct cckprng_op *)&op_init_1852 }; static const struct cckprng_vector vec_1854 = { .id = 1751, .note = NULL, .nops = 16, .ops = ops_1853 }; static const struct cckprng_op_init op_init_1855 = { .hd = { .id = 1752, .kind = OP_INIT }, .seed = { 0xea, 0xaa, 0xc1, 0xd6, 0x58, 0x98, 0x6f, 0x7d, 0xae, 0x01, 0x69, 0x85, 0x0b, 0xdf, 0xc9, 0x5b, 0x52, 0x22, 0x65, 0xca, 0x8a, 0x62, 0xe0, 0x8d, 0xff, 0x6d, 0x47, 0x7f, 0x78, 0xb3, 0x6a, 0x5e }, .nonce = { 0xf4, 0x5d, 0xbb, 0x2c, 0x1f, 0xcc, 0x36, 0xb9 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1856 = { .hd = { .id = 1753, .kind = OP_RESEED }, .nonce = 6201209896306284346ULL, .seed_nbytes = 182, .seed = { 0x4b, 0x2f, 0xf7, 0xf7, 0x81, 0x3b, 0x4d, 0xd7, 0xfc, 0xf5, 0x7d, 0xef, 0x8b, 0x66, 0x58, 0x0d, 0x64, 0xae, 0xd2, 0xbe, 0x89, 0xea, 0xe1, 0x41, 0xba, 0x0c, 0x20, 0x0c, 0x06, 0x8c, 0x7d, 0xef, 0x4c, 0x60, 0x92, 0x3b, 0x23, 0xf8, 0x35, 0xf4, 0xf7, 0x25, 0x7b, 0x88, 0x69, 0xc7, 0xf3, 0xd2, 0x91, 0x7b, 0x32, 0xe4, 0x0e, 0x8a, 0x4c, 0x10, 0x74, 0x18, 0x84, 0xee, 0x3c, 0x62, 0x86, 0x9f, 0xce, 0x4e, 0xb1, 0x4b, 0xad, 0xf5, 0x19, 0xe4, 0x17, 0xfa, 0x27, 0xe5, 0xd5, 0xb7, 0x49, 0xac, 0x39, 0x11, 0xdd, 0xaa, 0xf1, 0xb5, 0x0a, 0x99, 0x30, 0x23, 0xa9, 0xe4, 0xe2, 0x75, 0xbb, 0x93, 0xd6, 0x0a, 0xcc, 0x3f, 0x62, 0x1d, 0x98, 0xfe, 0x5f, 0x59, 0x47, 0x44, 0x7f, 0x62, 0x7e, 0xa3, 0x78, 0xe2, 0x3e, 0xce, 0x84, 0x02, 0x3c, 0xa7, 0xcb, 0x2d, 0xcd, 0xb4, 0x28, 0x79, 0xee, 0x5a, 0x8c, 0x4b, 0xe5, 0xaf, 0xde, 0x89, 0xf4, 0x92, 0xce, 0x57, 0xf5, 0xb7, 0x69, 0xfe, 0x3a, 0x81, 0x63, 0x09, 0x51, 0xc6, 0x37, 0x21, 0xd1, 0xb4, 0x24, 0xf3, 0xfc, 0x58, 0xba, 0x6e, 0x6b, 0x7d, 0x6b, 0x4d, 0xee, 0xfc, 0x46, 0xd2, 0x4c, 0x5e, 0x53, 0x97, 0xb6, 0x07, 0x3d, 0x04, 0xf9, 0xa3, 0xfa, 0x95, 0x20, 0xf0, 0x1b, 0xd1 } }; static const struct cckprng_op_reseed op_reseed_1857 = { .hd = { .id = 1754, .kind = OP_RESEED }, .nonce = 8886381159893925571ULL, .seed_nbytes = 180, .seed = { 0xe0, 0xec, 0xaf, 0x29, 0xf0, 0x66, 0x19, 0x5c, 0x1c, 0xdc, 0x01, 0xb3, 0x43, 0x50, 0x71, 0xa1, 0xc6, 0x6c, 0x47, 0xbb, 0x6d, 0x1f, 0xab, 0x81, 0xbf, 0x02, 0xb9, 0xec, 0x8d, 0xb1, 0x06, 0x51, 0x9f, 0x9e, 0xd5, 0x5c, 0x2e, 0x58, 0xd9, 0xdf, 0x1d, 0xd4, 0x81, 0x16, 0xfd, 0x05, 0x5f, 0x1b, 0x0d, 0xcc, 0x9b, 0xa3, 0xec, 0xa0, 0xcb, 0x09, 0xc0, 0x2c, 0x46, 0x1b, 0x1e, 0x5b, 0x20, 0x2f, 0x6c, 0x08, 0x21, 0x7a, 0x76, 0xd2, 0x4a, 0x44, 0x93, 0xd8, 0xa4, 0xe6, 0xfc, 0x41, 0x91, 0x8a, 0x94, 0xea, 0xf6, 0x32, 0x9c, 0x11, 0xe5, 0x70, 0xfa, 0x10, 0xdc, 0xd1, 0x9f, 0xf5, 0xf7, 0x32, 0x3a, 0xda, 0x9e, 0x70, 0x78, 0x26, 0xdb, 0x55, 0x5c, 0x8b, 0xbf, 0xfa, 0x8d, 0xa1, 0x47, 0xd6, 0x30, 0x22, 0x56, 0x81, 0x46, 0x81, 0x4a, 0x5d, 0xa3, 0x3d, 0x2a, 0x0c, 0x7b, 0xeb, 0xb6, 0x8b, 0xea, 0xb4, 0x5b, 0x39, 0x51, 0x6e, 0x1c, 0xab, 0x75, 0x0c, 0xcc, 0x82, 0x76, 0x0e, 0xe7, 0xbd, 0xff, 0xb0, 0xcc, 0xca, 0x68, 0x07, 0x68, 0xdf, 0x35, 0xf4, 0x16, 0x12, 0xe1, 0x29, 0x4b, 0x28, 0xee, 0x56, 0x0e, 0xde, 0x75, 0xc9, 0xfa, 0x7d, 0x14, 0x3f, 0x4b, 0x59, 0xbc, 0xb7, 0x50, 0xba, 0x8b, 0x2b, 0x46, 0x59 } }; static const struct cckprng_op_generate op_init_1858 = { .hd = { .id = 1755, .kind = OP_GENERATE }, .rand_nbytes = 1, .out = { .rand = { 0xf1 } } }; static const struct cckprng_op_refresh op_refresh_1859 = { .hd = { .id = 1756, .kind = OP_REFRESH }, .rand = 11631351590387594177ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1860 = { .hd = { .id = 1757, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0xfe, 0xc9, 0xfa, 0x7e, 0xf0, 0x03, 0xed, 0xd0, 0xaa, 0x22, 0xa2, 0xad, 0xdc, 0x37, 0x6d, 0x91, 0x7a, 0x42, 0xd7, 0x0f, 0x43, 0x0e, 0x6f, 0x2b, 0x1f, 0xfc, 0xbd, 0xab, 0xfb, 0x5f, 0x77, 0x70, 0xbc, 0xa7, 0x71, 0x6d, 0xa8, 0xe1, 0x23, 0xa3, 0x0e, 0x90, 0x27, 0xe9, 0x18, 0x2e, 0x5d, 0x7f, 0x0f, 0xac, 0x3e, 0x5c, 0x77, 0x51, 0x42, 0x06, 0x0d, 0xc4, 0x9e, 0x60, 0x02, 0xa4, 0xa8, 0x06, 0x0d, 0x7f, 0xec, 0x3e, 0x95, 0x9a, 0xd6, 0x27, 0x38, 0x16, 0x76, 0x11, 0x56, 0xf6, 0x55, 0xa5, 0xea, 0xf9, 0x66, 0x50, 0x31, 0xa4, 0xc7, 0xa6, 0x3c, 0x58, 0x37, 0x7f, 0x1e, 0xaf, 0x70 } } }; static const struct cckprng_op_generate op_init_1861 = { .hd = { .id = 1758, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x2d, 0x30, 0xed, 0x8b, 0xb0, 0x11, 0x07, 0x30, 0xea, 0x96, 0x7e, 0xee, 0xcc, 0x30, 0xd8, 0xec, 0x26, 0x6b, 0xfe, 0xb5, 0xcf, 0xe5, 0x6c, 0x06, 0x4c, 0x16, 0x04, 0x2c, 0xf0, 0xa0, 0xe5, 0xa5, 0x9b, 0xf3, 0xef, 0x5b, 0xde, 0xd5, 0x69, 0x16, 0x0c, 0x03, 0xe7, 0x9c, 0xe5, 0x5c, 0xbe, 0x39, 0xca, 0xa6, 0xac, 0x6b, 0xc8, 0xea, 0x4b, 0xe2, 0xb7, 0xc1, 0x67, 0x44, 0xf4, 0x67, 0x75, 0xf6, 0x13, 0x90, 0xc6, 0x5c, 0xe9, 0x4b, 0xaf, 0x27 } } }; static const struct cckprng_op_reseed op_reseed_1862 = { .hd = { .id = 1759, .kind = OP_RESEED }, .nonce = 13240043270583570864ULL, .seed_nbytes = 186, .seed = { 0x02, 0x88, 0xbd, 0x82, 0xee, 0x12, 0x72, 0x7a, 0xff, 0x48, 0xb0, 0xc9, 0x2d, 0x82, 0x6c, 0xc3, 0x18, 0x71, 0xc7, 0xa7, 0xdc, 0xa8, 0x5f, 0x27, 0x28, 0xed, 0x59, 0xe0, 0x3d, 0xf8, 0x42, 0x57, 0xca, 0x76, 0x3d, 0x63, 0x21, 0xbc, 0x77, 0xca, 0x0a, 0x4d, 0xc0, 0xa3, 0x5d, 0xc0, 0x0c, 0x4b, 0x9d, 0xe0, 0x72, 0x5f, 0x7b, 0x7c, 0x96, 0xb6, 0x7e, 0xed, 0x5a, 0x67, 0x1d, 0xec, 0x63, 0xec, 0xfa, 0x29, 0xb9, 0x88, 0x77, 0x80, 0x7f, 0x57, 0xe2, 0xae, 0x79, 0xe0, 0x29, 0x2c, 0xf3, 0xc1, 0xf9, 0x65, 0x35, 0xd4, 0x60, 0x53, 0xb3, 0x92, 0xf6, 0x2f, 0x0a, 0xa0, 0x6f, 0x8b, 0x0e, 0xbb, 0x33, 0x74, 0xcc, 0x45, 0x82, 0xe9, 0x74, 0xb2, 0xa1, 0xc7, 0x8f, 0x3d, 0x80, 0x45, 0xa4, 0xd5, 0x7c, 0x63, 0x66, 0xb7, 0xeb, 0x29, 0xd0, 0x20, 0x57, 0x28, 0xbd, 0x44, 0x07, 0xb8, 0x1a, 0xfb, 0x6c, 0x93, 0x57, 0x8c, 0xf0, 0xe8, 0xf5, 0x80, 0xc7, 0xbb, 0xc2, 0x88, 0xe2, 0xec, 0x0f, 0x0a, 0x13, 0x25, 0x4b, 0x72, 0x0c, 0x80, 0xb9, 0x74, 0x09, 0xf2, 0x78, 0xdd, 0x88, 0x88, 0x00, 0xae, 0xcb, 0xae, 0xd0, 0x3f, 0x42, 0x62, 0x14, 0x79, 0xb1, 0x31, 0x73, 0xfd, 0xec, 0xb6, 0xce, 0x23, 0xff, 0x86, 0x86, 0xfb, 0xc6, 0x83, 0x2e, 0xbd, 0x65, 0x37 } }; static const struct cckprng_op_refresh op_refresh_1863 = { .hd = { .id = 1760, .kind = OP_REFRESH }, .rand = 11551797104615010111ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1864 = { .hd = { .id = 1761, .kind = OP_REFRESH }, .rand = 11801689161001722095ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1865 = { .hd = { .id = 1762, .kind = OP_REFRESH }, .rand = 11938880677316626837ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1866 = { .hd = { .id = 1763, .kind = OP_GENERATE }, .rand_nbytes = 35, .out = { .rand = { 0xc7, 0x2f, 0x6b, 0xd3, 0xf2, 0x6d, 0x01, 0x08, 0x40, 0xb9, 0xed, 0x5d, 0x11, 0x58, 0xb6, 0x24, 0xa0, 0x24, 0x4a, 0x0d, 0xb0, 0xd6, 0xdb, 0x9e, 0x87, 0x12, 0x4e, 0xf0, 0x58, 0x53, 0xcc, 0x83, 0x20, 0x2b, 0x8f } } }; static const struct cckprng_op_generate op_init_1867 = { .hd = { .id = 1764, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0x27, 0xeb, 0x1f, 0x0f, 0xed, 0x77, 0x0a, 0x26, 0x7a, 0x09, 0x6c, 0x50, 0xb2, 0x3a, 0xeb, 0x83, 0x42, 0x25, 0x09, 0x11, 0x56, 0xac, 0xf8, 0x01, 0x0b, 0xf0, 0x73, 0x64, 0x0e, 0x8a, 0xed, 0xed, 0x1c, 0xcf, 0xf9, 0x4d, 0xc1, 0x8a, 0x87, 0x26, 0x5a, 0xbd, 0x31, 0x09, 0x86, 0xeb, 0xb8, 0xe1, 0x65, 0xad, 0x51, 0x0b, 0xe3, 0x9d, 0x84, 0xea, 0xfb, 0x05, 0x6d, 0x23, 0x0d, 0xe6, 0x9e, 0xfa, 0x22, 0x34, 0x9e, 0x79, 0x54, 0x74, 0x4f, 0x0b, 0xec, 0x18, 0x41, 0xb5, 0xf2, 0x80, 0x75, 0xf6, 0xe9, 0x07, 0xeb, 0x04, 0x01, 0xe4, 0x91, 0xaf, 0xb6, 0x81, 0x84, 0x77, 0x46, 0x9b, 0x8c, 0x55, 0xc3, 0x63, 0x8f, 0x77, 0xd7, 0x3a, 0xc1, 0x45, 0xc6, 0xc7, 0xe1, 0x9b, 0x51, 0xc5, 0xb4, 0x7c, 0x98, 0xa6, 0x88, 0xa8, 0x1a, 0x2b, 0x4c, 0x4f, 0xda, 0x25, 0xbb, 0x89, 0x28, 0x7f, 0xee, 0x66, 0xa6, 0x7f, 0x3a, 0xd4, 0x87, 0x25, 0xa1, 0xd3, 0xcb, 0x22, 0x73, 0x7d, 0x75, 0xdb, 0x24, 0xa8, 0x1c, 0x49, 0x98, 0x80, 0x1a, 0xba, 0x18, 0xc5, 0x68, 0xa4, 0x5b, 0x02, 0xf3, 0xd4, 0xd5, 0xa7, 0x41, 0x0a, 0x48, 0x1f, 0x4d, 0x1a, 0x09, 0x29, 0xd5, 0x70, 0x5c, 0x91, 0x28, 0xa8, 0x54, 0x30, 0xba, 0x16, 0xc4, 0x99, 0xbc, 0x9b, 0x57, 0xfc, 0x24, 0xce, 0x49, 0x09, 0xce, 0x91, 0x80, 0x7c, 0x80, 0x87, 0x38, 0x47, 0xe6, 0xa8, 0x05, 0x12, 0xcd, 0x01, 0xc0, 0x27, 0x64, 0xb6, 0x95, 0x0b, 0xe6, 0xca, 0x27, 0x92, 0xfe, 0xa0, 0xbe, 0x72, 0x3b, 0x67, 0x6a, 0x40, 0x99, 0xd1, 0xfd, 0x98, 0x4e, 0x47, 0x62, 0x4a, 0xde, 0x90, 0x63, 0x0a, 0x51, 0x2c, 0x24, 0x87, 0x2d, 0xb0, 0x56, 0x54, 0x0f, 0x48, 0xde, 0x60, 0x5f, 0xc9, 0x35, 0x12, 0xc0, 0x2f, 0xb4, 0x24 } } }; static const struct cckprng_op_reseed op_reseed_1868 = { .hd = { .id = 1765, .kind = OP_RESEED }, .nonce = 18076331885184230066ULL, .seed_nbytes = 179, .seed = { 0xda, 0xa7, 0xc7, 0x18, 0xd2, 0x47, 0xb6, 0x12, 0x48, 0xfa, 0x2d, 0x07, 0x84, 0x57, 0x37, 0x2b, 0x19, 0xf9, 0x90, 0x7c, 0x5f, 0x89, 0x18, 0xcd, 0x6b, 0x21, 0xde, 0x50, 0xff, 0xdd, 0xbf, 0xb6, 0xe4, 0x68, 0x9f, 0x40, 0x87, 0xd8, 0x97, 0x9e, 0xee, 0xdf, 0x57, 0x0e, 0xc5, 0x4c, 0x99, 0x28, 0xa5, 0x50, 0x8a, 0x66, 0x56, 0xe4, 0xc5, 0xb4, 0x06, 0xd9, 0x53, 0x46, 0x85, 0x39, 0xfc, 0x03, 0x83, 0xf8, 0xb1, 0x79, 0x70, 0x64, 0xde, 0xab, 0x25, 0x64, 0x5f, 0x38, 0x52, 0xcb, 0x15, 0x63, 0xde, 0x7b, 0x30, 0x58, 0x0f, 0x29, 0x51, 0xd1, 0x03, 0x77, 0x18, 0x8a, 0x99, 0x92, 0xad, 0x62, 0xc9, 0x55, 0xb7, 0x5e, 0x2e, 0x4b, 0x6f, 0xb4, 0xf5, 0xd3, 0x99, 0xec, 0xe9, 0xa7, 0x3f, 0x4b, 0x10, 0x0b, 0x2b, 0xc6, 0xe2, 0xe1, 0x5b, 0xad, 0xaf, 0x0b, 0x41, 0xcb, 0x4c, 0x7e, 0x6f, 0x8b, 0xca, 0xaa, 0x0c, 0x18, 0xd2, 0x58, 0x58, 0x14, 0x25, 0x55, 0x7d, 0x00, 0xf7, 0x74, 0xad, 0x96, 0x7e, 0xae, 0xaa, 0x96, 0x28, 0x4e, 0x2b, 0x7f, 0xd6, 0x55, 0x79, 0x25, 0xf6, 0x33, 0xc8, 0xc9, 0x10, 0xcc, 0x33, 0xb2, 0x42, 0x30, 0x1a, 0xd1, 0x21, 0x3e, 0x84, 0x51, 0x7e, 0xfd, 0x7a, 0x2c, 0xd8, 0x13, 0x1d } }; static const struct cckprng_op_refresh op_refresh_1869 = { .hd = { .id = 1766, .kind = OP_REFRESH }, .rand = 12030593634929364534ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1870 = { .hd = { .id = 1767, .kind = OP_REFRESH }, .rand = 17288556891139594476ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1871[] = { (const struct cckprng_op *)&op_init_1855, (const struct cckprng_op *)&op_reseed_1856, (const struct cckprng_op *)&op_reseed_1857, (const struct cckprng_op *)&op_init_1858, (const struct cckprng_op *)&op_refresh_1859, (const struct cckprng_op *)&op_init_1860, (const struct cckprng_op *)&op_init_1861, (const struct cckprng_op *)&op_reseed_1862, (const struct cckprng_op *)&op_refresh_1863, (const struct cckprng_op *)&op_refresh_1864, (const struct cckprng_op *)&op_refresh_1865, (const struct cckprng_op *)&op_init_1866, (const struct cckprng_op *)&op_init_1867, (const struct cckprng_op *)&op_reseed_1868, (const struct cckprng_op *)&op_refresh_1869, (const struct cckprng_op *)&op_refresh_1870 }; static const struct cckprng_vector vec_1872 = { .id = 1768, .note = NULL, .nops = 16, .ops = ops_1871 }; static const struct cckprng_op_init op_init_1873 = { .hd = { .id = 1769, .kind = OP_INIT }, .seed = { 0x9b, 0x02, 0x13, 0x91, 0xa2, 0x5a, 0xc5, 0xf3, 0x3f, 0x9d, 0x42, 0x62, 0x6e, 0x18, 0xbe, 0x2d, 0x9f, 0x45, 0x41, 0xf2, 0x3c, 0x84, 0xb2, 0x6e, 0x3f, 0xf6, 0xb7, 0xfd, 0x95, 0x69, 0xbd, 0x06 }, .nonce = { 0x6b, 0xb0, 0x9a, 0x9d, 0xbd, 0x60, 0x08, 0x9b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1874 = { .hd = { .id = 1770, .kind = OP_RESEED }, .nonce = 12305380989633180956ULL, .seed_nbytes = 93, .seed = { 0xca, 0x55, 0x38, 0xb4, 0x61, 0x74, 0x9c, 0xad, 0x07, 0x6e, 0xe8, 0x2d, 0xc5, 0x15, 0x28, 0x25, 0x4e, 0xf0, 0xef, 0xf6, 0x6b, 0x6e, 0x64, 0x63, 0x27, 0xca, 0xa4, 0x6e, 0x96, 0x1e, 0xe1, 0x82, 0x42, 0x3b, 0x7b, 0x05, 0x28, 0xe8, 0xff, 0x2f, 0x6b, 0x0d, 0xeb, 0xf6, 0x6f, 0x94, 0x8c, 0x66, 0xe8, 0x1c, 0x57, 0xd5, 0xdb, 0xe6, 0x44, 0x1c, 0xd7, 0xdd, 0x87, 0x65, 0xfd, 0x27, 0x32, 0x65, 0x56, 0xda, 0xb7, 0x38, 0x4e, 0xe9, 0x25, 0x15, 0x18, 0x32, 0xe4, 0xaa, 0xd9, 0xcf, 0xf0, 0x3b, 0xa6, 0xc2, 0x3b, 0x25, 0x6a, 0x0f, 0xa3, 0x13, 0x94, 0x76, 0xa0, 0x6b, 0x63 } }; static const struct cckprng_op_reseed op_reseed_1875 = { .hd = { .id = 1771, .kind = OP_RESEED }, .nonce = 15512385874474711498ULL, .seed_nbytes = 115, .seed = { 0x06, 0xf0, 0x75, 0x36, 0x32, 0xdd, 0xce, 0xb4, 0x7b, 0xbd, 0x30, 0x53, 0x29, 0xa6, 0xf2, 0x77, 0xb8, 0xc7, 0x95, 0xb1, 0x3f, 0x20, 0x4c, 0x35, 0x66, 0x33, 0x44, 0x9e, 0xd4, 0x64, 0x16, 0xa0, 0x3f, 0x2f, 0xfb, 0x75, 0x87, 0x0a, 0xca, 0xd6, 0xaa, 0xdd, 0x80, 0xbe, 0x50, 0xb0, 0x4e, 0x4c, 0xfc, 0x4d, 0x54, 0xa2, 0x36, 0x5c, 0xc3, 0x93, 0x5c, 0xb0, 0xfd, 0x24, 0x65, 0x5b, 0x8a, 0x39, 0x5b, 0xbe, 0xc6, 0xdb, 0x0e, 0xb8, 0x57, 0x57, 0x60, 0x46, 0x63, 0x36, 0x24, 0x08, 0x63, 0x51, 0xba, 0x59, 0x62, 0xe5, 0xba, 0xb9, 0x64, 0xdb, 0xdc, 0x89, 0x97, 0xc6, 0x27, 0x7e, 0xfa, 0x2d, 0xd8, 0x11, 0x38, 0xad, 0x60, 0x81, 0x40, 0xc5, 0xa5, 0x3e, 0xc9, 0x63, 0x25, 0x4e, 0x2e, 0x1e, 0x36, 0xb3, 0x04 } }; static const struct cckprng_op_reseed op_reseed_1876 = { .hd = { .id = 1772, .kind = OP_RESEED }, .nonce = 14985778590651867771ULL, .seed_nbytes = 60, .seed = { 0x02, 0xa9, 0x63, 0x6b, 0x95, 0xe5, 0x94, 0xb4, 0x95, 0xa8, 0x76, 0x1f, 0xb6, 0x6e, 0xb4, 0xf7, 0x98, 0xf1, 0x23, 0x8e, 0x9b, 0xa9, 0xe3, 0xde, 0x62, 0xc3, 0x3d, 0xd6, 0x90, 0x7b, 0xda, 0xf8, 0x53, 0x1e, 0xd2, 0x42, 0x89, 0x42, 0x6d, 0x54, 0x7a, 0x11, 0xf5, 0x8f, 0x3d, 0xdf, 0x27, 0xdb, 0x8d, 0xb4, 0xb3, 0x7b, 0xd1, 0xb3, 0x30, 0x78, 0xb4, 0xca, 0x07, 0xb9 } }; static const struct cckprng_op_refresh op_refresh_1877 = { .hd = { .id = 1773, .kind = OP_REFRESH }, .rand = 2608047988317109273ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1878 = { .hd = { .id = 1774, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x3d, 0x10, 0x9f, 0xf0, 0x49, 0xfa, 0xfb, 0x22, 0x53, 0x5d, 0x17, 0x7e, 0x73, 0x6d, 0x42, 0x84, 0xd2, 0xe2, 0x72, 0x1f, 0x5e, 0x90, 0xe1, 0x69, 0xf4, 0xe8, 0x8f, 0x4d, 0x3a, 0x91, 0x3c, 0x65, 0x5f, 0x30, 0x08, 0x16, 0xa3, 0x1c, 0x9f, 0xe8, 0xbf, 0xfd, 0xa4, 0x5c, 0x51, 0xa7, 0xda, 0x43, 0xf0, 0x65, 0x98, 0xa6, 0x91, 0x7a, 0x95, 0x0e, 0xb9, 0x10, 0xf9, 0xab, 0x15, 0x99, 0xc9, 0xfb, 0x5e, 0x83, 0x97, 0x0a, 0x99, 0xb5, 0x8a, 0x74, 0x33, 0x3f, 0x98, 0x6f, 0xe7, 0xf8, 0x1a, 0x69, 0x7d, 0x82, 0x67, 0x02, 0x13, 0xe3, 0x1e, 0x19, 0x58, 0xbf, 0x24, 0x4f, 0xaf, 0xeb, 0x71, 0xb0, 0x1c, 0xa0, 0xb7, 0xfd, 0x3d, 0xd6, 0x05, 0x89, 0x07, 0x32, 0x4c, 0xc7, 0xf8, 0x28, 0xfc, 0xea, 0xe3, 0x2e, 0x0e, 0xe6, 0xb2, 0x95, 0x4b, 0x21, 0x6b, 0x17, 0x71, 0x6f, 0xca, 0xd4, 0x31, 0x6b, 0xb8, 0x53, 0xc0, 0x1a, 0x76, 0x9c, 0x60, 0xa3, 0x6b, 0xe7, 0xdd, 0xe5, 0x16, 0x0e, 0x28, 0xbf, 0x74, 0xc3, 0xef, 0x3c } } }; static const struct cckprng_op_generate op_init_1879 = { .hd = { .id = 1775, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0x25, 0x35, 0xfc, 0xa2, 0xab, 0x54, 0xb8, 0x69, 0xdb, 0x57, 0xca, 0x17, 0x78, 0xb1, 0xf8, 0xa1, 0x41, 0x47, 0x0e, 0xb9, 0x7e, 0x4b, 0xa4, 0x0e, 0x62, 0xed, 0x15, 0x29, 0x83, 0x53, 0x30, 0x02, 0x0a, 0x85, 0xca, 0x0a, 0xd2, 0x8e, 0xc5, 0x34, 0x1f, 0xfc, 0xe5, 0xc2, 0x6c, 0x4f, 0xea, 0x93, 0x31, 0x99, 0x5d, 0x80, 0x8f, 0x7f, 0xdf, 0x63, 0xa6, 0x35, 0x47, 0x25, 0x15, 0x21, 0x48, 0x35, 0x3f, 0x03, 0xf9, 0xe8, 0x13, 0xe7, 0x71, 0xcf, 0x14, 0x94, 0x14, 0x4e, 0x4e, 0x6a, 0xd7, 0xdb, 0x3f, 0x56, 0xce, 0xab, 0x84, 0x8a, 0xab, 0x4d, 0x7a, 0x1b, 0xc6, 0x00, 0xb8, 0x81, 0xa0, 0x61, 0x49, 0xec, 0x54, 0x3b, 0x97, 0xab, 0x4a, 0x95, 0x67, 0x1b, 0x06, 0x6d, 0x12, 0xe1, 0xcf, 0x90, 0xfd, 0x3a, 0x18, 0xfa, 0xa1, 0x07, 0xe3, 0x1d, 0xb4, 0xd9, 0x5a, 0x7e, 0xd4, 0xd9, 0x98, 0x9a, 0x77, 0x14, 0xc4, 0x44, 0x3d, 0x1a, 0x4d, 0xfe, 0x11, 0x19, 0xa6, 0xee, 0xf6, 0x7c, 0x2e, 0x7b, 0xd9, 0xbc, 0xc0, 0x54, 0x34, 0xba, 0x91, 0xc7, 0x60, 0x68, 0x76, 0xd4, 0x92, 0x76, 0xaa, 0x7e, 0x34, 0x3d, 0x60, 0xf6, 0x1c, 0x00, 0xfa, 0xb6, 0x87, 0xbf, 0xbd, 0xb0, 0x38, 0x5e, 0xc2, 0x1b, 0xd8, 0xfd, 0xa7, 0x8a, 0xd3, 0xc4, 0x61, 0x9d, 0x83, 0xc2, 0x9c, 0x42, 0x9d, 0x71, 0xa9, 0x69, 0x0b, 0xc4, 0xe9, 0x23, 0x13, 0xa0, 0x9b, 0xd6, 0xfd, 0xf0 } } }; static const struct cckprng_op_refresh op_refresh_1880 = { .hd = { .id = 1776, .kind = OP_REFRESH }, .rand = 10577983183302101816ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1881 = { .hd = { .id = 1777, .kind = OP_REFRESH }, .rand = 13391574159921938263ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1882 = { .hd = { .id = 1778, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0x22, 0x06, 0x33, 0x42, 0x33, 0x29, 0x2a, 0xba, 0x0c, 0x3a, 0x1f, 0xfa, 0xb7, 0xab, 0xa7, 0x79, 0x78, 0x66, 0x29, 0x7d, 0xbe, 0x74, 0x4d, 0xaf, 0xca, 0x8d, 0x56, 0x55, 0xc4, 0x40, 0x06, 0x18, 0x54, 0x26, 0xb1, 0x93, 0x25, 0x8f, 0x8e, 0xe0, 0xc2, 0x63, 0x1c, 0xb7, 0x4f, 0x8b, 0x3b, 0xc8, 0x9f, 0xa9, 0x6f, 0x9d, 0xf4, 0xe1, 0xbf, 0x78, 0x84, 0xa1, 0x69, 0xdd, 0xf9, 0x3b, 0x14, 0x04, 0xe7, 0xbe, 0x21, 0x3f, 0x60, 0xc1, 0x9e, 0xc1, 0xbd, 0xf7, 0xed, 0x36, 0x80, 0x34, 0x14, 0x43, 0x7b, 0x98, 0x92, 0x79, 0xc6, 0x48, 0x92, 0x33, 0x41, 0x34, 0x8c, 0xba, 0x3a, 0xe6, 0x0f, 0x96, 0xd4, 0xb5, 0xa6, 0x99, 0xb3, 0x53, 0x5e, 0xe2, 0x04, 0xd3, 0xd9, 0x29, 0xbc, 0x0c, 0x79, 0xd5, 0xb5, 0x10, 0x65, 0x76, 0xb7, 0x0d, 0x83, 0x63, 0xe6, 0xf4, 0xc3, 0x64, 0xc5, 0xcd, 0xbf, 0x86, 0x6b, 0x71, 0x7d, 0x91, 0x4a, 0x7f, 0x64, 0x81, 0x1d, 0x87, 0x51, 0x50, 0xa5, 0x66, 0x8d, 0xe6, 0xcd, 0x09, 0xf4, 0x26, 0x87, 0x52, 0x53, 0x46, 0x38, 0x6a, 0x2c, 0xc8, 0x99, 0xb8, 0x86, 0x3a, 0x36, 0xb5, 0xc5, 0x6b, 0x78, 0x39, 0xcf, 0x6e, 0xb0, 0xd8, 0x13, 0x27, 0xf0, 0x3a, 0xd7, 0xdc, 0xb3, 0x1f, 0x24, 0xc9, 0xab, 0x1b, 0x2d, 0x3f, 0x1c, 0x43, 0x59, 0xc6, 0xf8, 0xfc, 0x72, 0x61, 0xc9, 0xf4, 0x18, 0x19, 0x47, 0x79, 0x6b, 0x26, 0x99, 0x57, 0xb2, 0xa5, 0x4d, 0xc1, 0x2d, 0x3b, 0x3d, 0x6c, 0x6a, 0x6a, 0xdd, 0xc7, 0xa0, 0xbd, 0x33, 0xf5, 0x6e, 0x0e, 0x9a, 0x3c, 0x58, 0x0c, 0xd9, 0x21, 0x26, 0xe2, 0x24, 0x69, 0x86, 0x61, 0xe5, 0xf5, 0x40, 0x06, 0xf3 } } }; static const struct cckprng_op_generate op_init_1883 = { .hd = { .id = 1779, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0xb5, 0x07, 0xed, 0x5a, 0x50, 0x88, 0xc2, 0x4c, 0x64, 0x9c, 0x34, 0xd2, 0x8c, 0x1c, 0x51, 0x8c, 0x2e, 0xe4, 0x48, 0xeb, 0x94, 0xef, 0x24, 0xbb, 0x79, 0x82, 0x38, 0x54, 0xcf, 0xa6, 0x3b, 0x77, 0x93, 0x3f, 0xec, 0xee, 0x35, 0x2c, 0x76, 0x58, 0x29, 0x25, 0x0a, 0xd2, 0x25, 0x34, 0xcc, 0x7b, 0xbd, 0x36, 0x54, 0x7f, 0x0d, 0x6c, 0xe6, 0x86, 0xbe, 0xb5, 0xce, 0xc2, 0xe0, 0xe7, 0x03, 0x88, 0xdf, 0xcc, 0x42, 0xf2, 0xf7, 0x62, 0x9d, 0x37, 0x52, 0x43, 0x40, 0xd7, 0x96, 0x2d, 0xf6, 0x7b, 0x11, 0x2b, 0xd5, 0xe4, 0xc2, 0x05, 0xc5, 0x91, 0x6f, 0x2f, 0xac, 0xb0, 0x59, 0x07, 0x84, 0x69, 0xa5, 0x21, 0x2b, 0xc0, 0x71, 0xbf, 0xe1, 0xef, 0xb1, 0xd1, 0xc9, 0x9d, 0xac, 0xcd, 0x3e, 0x52, 0x8f, 0x38, 0x68, 0x54, 0xd9, 0xf4, 0x66, 0x55, 0xec, 0xbb, 0xc7, 0x8e, 0x65, 0x74, 0x45, 0xde, 0xb9, 0x30, 0x56, 0xae, 0xc8, 0x97, 0x65, 0x60, 0xe1, 0x3f, 0x89, 0x36, 0xc7, 0x51, 0x09, 0xae, 0x60, 0x7b, 0x3b, 0x9b, 0x71 } } }; static const struct cckprng_op_generate op_init_1884 = { .hd = { .id = 1780, .kind = OP_GENERATE }, .rand_nbytes = 275, .out = { .rand = { 0xa2, 0x62, 0xc2, 0xcc, 0x5e, 0xac, 0xb7, 0x37, 0x08, 0xc2, 0x84, 0xda, 0x71, 0x3d, 0x05, 0xc2, 0x35, 0x42, 0x74, 0xc8, 0x78, 0x62, 0x39, 0xaf, 0x26, 0x43, 0x20, 0xca, 0x4b, 0x7e, 0x12, 0xcf, 0x67, 0x8c, 0xf1, 0xc5, 0x70, 0x69, 0xc4, 0xe4, 0x08, 0xaa, 0x8c, 0x11, 0xeb, 0x14, 0xe9, 0x8d, 0x66, 0x7a, 0xd0, 0xaa, 0x37, 0xed, 0xa1, 0x60, 0x03, 0xcc, 0xbc, 0x0f, 0x2e, 0xf5, 0xd3, 0x64, 0x07, 0x07, 0x9b, 0x48, 0x5a, 0x45, 0x00, 0xb5, 0x7d, 0x86, 0x99, 0x69, 0xcc, 0x9f, 0x75, 0x81, 0x29, 0x45, 0xc8, 0x5a, 0x42, 0x96, 0x9f, 0xad, 0x30, 0x84, 0xd6, 0x2f, 0x58, 0xd9, 0x01, 0x12, 0xd2, 0x5b, 0x84, 0x61, 0xc4, 0xe8, 0x9d, 0xd7, 0x7f, 0x70, 0x24, 0xb7, 0xf0, 0x71, 0x81, 0x65, 0x2c, 0x5b, 0x29, 0xf7, 0x6c, 0xd9, 0x60, 0xd6, 0x86, 0x8c, 0x15, 0x1c, 0x30, 0x1f, 0xbd, 0xd4, 0x7d, 0x5e, 0xbe, 0x4a, 0x31, 0x3b, 0xd8, 0xc0, 0x53, 0xaf, 0x3f, 0x9d, 0xda, 0xf3, 0xf4, 0x9e, 0x2d, 0x07, 0x1d, 0x97, 0xa5, 0xf4, 0x7b, 0x6d, 0x1c, 0x70, 0x33, 0xf7, 0x4f, 0x66, 0x6b, 0x6e, 0xce, 0x9d, 0x10, 0x36, 0xe5, 0xae, 0x60, 0x31, 0x7e, 0x04, 0x51, 0xe8, 0x9e, 0x7d, 0xe6, 0xd1, 0xc7, 0x97, 0xcc, 0x60, 0x3b, 0x89, 0x7a, 0x57, 0x5d, 0xe8, 0xc7, 0x45, 0xcd, 0xed, 0xab, 0x3a, 0x2c, 0x03, 0xb5, 0xe4, 0x8f, 0xca, 0x33, 0x51, 0xf7, 0x99, 0xf1, 0x14, 0xf9, 0x35, 0x8a, 0x1a, 0x7b, 0x2f, 0xf9, 0x80, 0x9d, 0x89, 0x71, 0x31, 0x72, 0xf4, 0x88, 0xb6, 0x57, 0xc2, 0x6b, 0x6c, 0xde, 0x51, 0xb6, 0xab, 0xaf, 0x10, 0x62, 0x69, 0x1c, 0x6d, 0xe4, 0x51, 0x3e, 0x6a, 0x25, 0x57, 0x16, 0x13, 0x88, 0xe9, 0xae, 0x3f, 0x07, 0x23, 0x01, 0x57, 0x0f, 0xcd, 0x09, 0x59, 0x8c, 0x1b, 0x82, 0x22, 0x39, 0xdd, 0x38, 0x88, 0xb5, 0x64, 0x22, 0xad, 0x7c, 0xbb, 0xf0, 0x9c, 0x94, 0x8a, 0xbe, 0xbb, 0xa9 } } }; static const struct cckprng_op_refresh op_refresh_1885 = { .hd = { .id = 1781, .kind = OP_REFRESH }, .rand = 4103232549024125250ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1886 = { .hd = { .id = 1782, .kind = OP_REFRESH }, .rand = 15456424023181277427ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1887 = { .hd = { .id = 1783, .kind = OP_REFRESH }, .rand = 17501163241211017971ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1888 = { .hd = { .id = 1784, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0x6a, 0x62, 0xb3, 0xf3, 0xf3, 0xe9, 0x15, 0xaa, 0xde, 0xfe, 0xf2, 0xbc, 0x87, 0xb1, 0x95, 0xd6, 0x4e, 0x68, 0xf0, 0xf0, 0x30, 0x8b, 0x75, 0xda, 0xec, 0x29, 0xd6, 0x1b, 0x21, 0x71, 0x5d, 0x3b, 0x65, 0x19, 0x8d, 0x41, 0x33, 0x6f, 0x77, 0xd6, 0xe0, 0x5a, 0x71, 0xcb, 0xde, 0x2e, 0xd3 } } }; static const struct cckprng_op *ops_1889[] = { (const struct cckprng_op *)&op_init_1873, (const struct cckprng_op *)&op_reseed_1874, (const struct cckprng_op *)&op_reseed_1875, (const struct cckprng_op *)&op_reseed_1876, (const struct cckprng_op *)&op_refresh_1877, (const struct cckprng_op *)&op_init_1878, (const struct cckprng_op *)&op_init_1879, (const struct cckprng_op *)&op_refresh_1880, (const struct cckprng_op *)&op_refresh_1881, (const struct cckprng_op *)&op_init_1882, (const struct cckprng_op *)&op_init_1883, (const struct cckprng_op *)&op_init_1884, (const struct cckprng_op *)&op_refresh_1885, (const struct cckprng_op *)&op_refresh_1886, (const struct cckprng_op *)&op_refresh_1887, (const struct cckprng_op *)&op_init_1888 }; static const struct cckprng_vector vec_1890 = { .id = 1785, .note = NULL, .nops = 16, .ops = ops_1889 }; static const struct cckprng_op_init op_init_1891 = { .hd = { .id = 1786, .kind = OP_INIT }, .seed = { 0x47, 0x9a, 0x35, 0x02, 0xf2, 0xcb, 0xe7, 0x4f, 0xdf, 0x72, 0xd8, 0x6e, 0xb5, 0x68, 0xbc, 0x40, 0x56, 0x0c, 0xa0, 0x40, 0xdc, 0xbc, 0x4e, 0xd7, 0xac, 0x0f, 0x0e, 0x60, 0x38, 0xea, 0x00, 0x98 }, .nonce = { 0x57, 0xac, 0x05, 0x54, 0xca, 0x68, 0xd3, 0x30 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1892 = { .hd = { .id = 1787, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0x2a, 0x4b, 0xc5, 0xae, 0x31, 0xa5, 0xc6, 0xab, 0x5f, 0x32, 0x4f, 0x07, 0xcc, 0x97, 0xd2, 0x72, 0x1d, 0xb5, 0x5d, 0xb1, 0xfc, 0x59, 0x23, 0xea, 0x7f, 0xc9, 0x56, 0x62, 0x74, 0x7c, 0xa3, 0xfa, 0xe6, 0x93, 0xd6, 0xf6, 0x4e } } }; static const struct cckprng_op_refresh op_refresh_1893 = { .hd = { .id = 1788, .kind = OP_REFRESH }, .rand = 15389624049993000078ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1894 = { .hd = { .id = 1789, .kind = OP_REFRESH }, .rand = 17930696481556063085ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1895 = { .hd = { .id = 1790, .kind = OP_RESEED }, .nonce = 8716100861570240178ULL, .seed_nbytes = 213, .seed = { 0x22, 0xf7, 0x80, 0x75, 0xe1, 0x81, 0x71, 0x02, 0x78, 0xa8, 0xd1, 0x6a, 0xbd, 0x80, 0x7b, 0xf1, 0x29, 0x04, 0x14, 0x94, 0x1a, 0x34, 0x93, 0x86, 0xf2, 0xe3, 0x83, 0xbc, 0xb0, 0xe4, 0xa9, 0x07, 0xbc, 0xc6, 0x84, 0x3f, 0x28, 0x57, 0xe7, 0xd5, 0x62, 0xfc, 0xda, 0xdd, 0xc4, 0xc4, 0x58, 0xd3, 0x3c, 0x8e, 0x9c, 0x97, 0x43, 0x29, 0x8e, 0xa5, 0x4c, 0x14, 0xbf, 0x3a, 0xf0, 0x4e, 0xb2, 0x44, 0x13, 0x92, 0x5d, 0xc5, 0xd6, 0xbd, 0x0e, 0xa3, 0x16, 0x41, 0x20, 0xa3, 0x85, 0x5e, 0xc4, 0xde, 0x5f, 0x49, 0x58, 0xcb, 0x07, 0xb8, 0x57, 0xca, 0xad, 0xc4, 0x19, 0x98, 0x0b, 0x4b, 0x17, 0xaa, 0xdc, 0x65, 0x6b, 0xd9, 0x8e, 0x0a, 0x3e, 0xa9, 0xfc, 0xc7, 0xa2, 0x97, 0xb0, 0xea, 0x03, 0xc2, 0x81, 0xfa, 0x70, 0xfc, 0x06, 0x66, 0xd3, 0x48, 0xfa, 0xb3, 0x87, 0x25, 0xec, 0xdb, 0x5f, 0xfb, 0xdb, 0xfe, 0xce, 0x9e, 0x57, 0x54, 0x8e, 0x11, 0x9d, 0x50, 0x24, 0x22, 0xf0, 0xf0, 0x45, 0xf5, 0x2c, 0x71, 0xff, 0xc7, 0x69, 0xd9, 0xbc, 0xd9, 0x36, 0xae, 0xe9, 0x68, 0x19, 0x5b, 0xc7, 0xa4, 0x08, 0x0f, 0xf0, 0xed, 0x6b, 0xcc, 0x70, 0x82, 0x24, 0xe0, 0x31, 0x48, 0xb2, 0x40, 0xa3, 0xa2, 0x8a, 0x7d, 0x3e, 0xef, 0xd4, 0x2d, 0xbe, 0xff, 0x87, 0xa5, 0xe8, 0x68, 0x32, 0x11, 0xd2, 0x94, 0xd5, 0xe0, 0x5c, 0xd4, 0xc1, 0xbe, 0x30, 0x87, 0x5e, 0x52, 0xe2, 0x04, 0x06, 0xd0, 0xc6, 0xf9, 0x12, 0xec, 0xb5, 0xd0, 0x68 } }; static const struct cckprng_op_refresh op_refresh_1896 = { .hd = { .id = 1791, .kind = OP_REFRESH }, .rand = 4984691719576682933ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1897 = { .hd = { .id = 1792, .kind = OP_RESEED }, .nonce = 13594744517205109469ULL, .seed_nbytes = 182, .seed = { 0xb3, 0x13, 0x0f, 0x16, 0xc8, 0xe6, 0x10, 0x5c, 0x23, 0x53, 0xc6, 0x73, 0xaf, 0xb0, 0x4f, 0x15, 0x5d, 0x38, 0xff, 0xae, 0x96, 0x73, 0xa7, 0x4f, 0x08, 0xe5, 0xc0, 0x9d, 0x57, 0x82, 0x97, 0x43, 0x3e, 0xb0, 0x93, 0xa7, 0x6f, 0xd4, 0x64, 0x68, 0x6a, 0x32, 0xf2, 0x0a, 0x7a, 0xf8, 0x15, 0x6e, 0xa4, 0xc1, 0x87, 0x31, 0x9e, 0x1d, 0xec, 0x05, 0x97, 0x54, 0x85, 0x6a, 0xc6, 0xdf, 0xec, 0xe3, 0xc3, 0xf4, 0x95, 0x7d, 0x77, 0xd0, 0x50, 0xd3, 0x80, 0x8c, 0xa4, 0xe7, 0x01, 0x6e, 0xfd, 0xc9, 0x91, 0x94, 0xf5, 0x9c, 0xf4, 0x50, 0x21, 0xb1, 0xb3, 0x13, 0xed, 0xe0, 0xbf, 0x11, 0x62, 0x15, 0x73, 0x32, 0x27, 0x41, 0x5d, 0x0e, 0x10, 0x26, 0x4d, 0x37, 0x88, 0x7c, 0x15, 0x16, 0x5b, 0xa3, 0x22, 0x73, 0xb3, 0x06, 0x3c, 0xba, 0x3e, 0x9b, 0xd8, 0x4e, 0x94, 0x4b, 0xf1, 0xee, 0xf5, 0x30, 0x7e, 0x58, 0x4b, 0x72, 0x74, 0xa7, 0x23, 0xf0, 0xa7, 0x3e, 0x0d, 0x4a, 0x9e, 0xc7, 0xe5, 0x38, 0xad, 0x29, 0x09, 0xf3, 0x1a, 0x55, 0xed, 0x52, 0x98, 0x8c, 0xa7, 0xbf, 0x49, 0xdc, 0x36, 0x1b, 0x03, 0x30, 0xe8, 0x8b, 0xdc, 0x72, 0x59, 0xc2, 0xff, 0x06, 0x74, 0xb8, 0x87, 0x4a, 0x88, 0x7a, 0xc3, 0xae, 0x64, 0x75, 0x72, 0x97 } }; static const struct cckprng_op_reseed op_reseed_1898 = { .hd = { .id = 1793, .kind = OP_RESEED }, .nonce = 15937664913934063779ULL, .seed_nbytes = 189, .seed = { 0xbd, 0xbb, 0x00, 0x0d, 0xab, 0xdd, 0x65, 0x40, 0x74, 0x5e, 0x8a, 0x75, 0x60, 0x5b, 0xb6, 0x50, 0xa0, 0xe7, 0xd6, 0x33, 0xd8, 0x54, 0x5e, 0xda, 0x2c, 0xb9, 0xbd, 0x0c, 0x22, 0x16, 0xb1, 0x47, 0xd4, 0x01, 0xae, 0xfe, 0x4f, 0x68, 0xb7, 0xfb, 0xc7, 0x07, 0x90, 0xcf, 0xdf, 0x85, 0x9b, 0x17, 0x36, 0xae, 0x0b, 0x02, 0x64, 0x7e, 0x45, 0x57, 0xbd, 0x4b, 0x8b, 0x2d, 0x26, 0x7b, 0x20, 0xbf, 0x64, 0x3c, 0xb8, 0x7e, 0x57, 0xe8, 0xc5, 0xd8, 0x8d, 0x1b, 0xf8, 0x78, 0x2a, 0xf4, 0xfb, 0xec, 0x0a, 0xd0, 0x66, 0x3f, 0x15, 0x16, 0x46, 0xae, 0x68, 0x7b, 0xc3, 0x7c, 0xc5, 0x26, 0x33, 0x1a, 0x29, 0x37, 0xe5, 0x48, 0xe9, 0xc3, 0xd8, 0x9a, 0x0c, 0x49, 0xde, 0x86, 0xb9, 0x9c, 0x14, 0x28, 0x82, 0x2b, 0x0c, 0x9b, 0x8e, 0x38, 0x4a, 0xb9, 0x49, 0x33, 0x48, 0x79, 0xab, 0x81, 0x42, 0xda, 0x82, 0xdd, 0x7c, 0x52, 0x17, 0x07, 0xd5, 0x2a, 0x0c, 0x5c, 0x27, 0xe0, 0xd9, 0xfc, 0xaa, 0x5b, 0xcc, 0xed, 0xc8, 0x3d, 0xa2, 0x70, 0x18, 0xb0, 0x9b, 0x9b, 0x62, 0x11, 0xb3, 0xed, 0x70, 0x71, 0x93, 0xa5, 0xbb, 0xfe, 0x14, 0x87, 0x3b, 0x15, 0x74, 0x39, 0x47, 0x2b, 0x66, 0x27, 0x06, 0x23, 0x84, 0xdb, 0x30, 0xc6, 0x7b, 0xcd, 0x92, 0xd7, 0x5c, 0xd0, 0xc4, 0xe1, 0x5d } }; static const struct cckprng_op_reseed op_reseed_1899 = { .hd = { .id = 1794, .kind = OP_RESEED }, .nonce = 9343398717276051081ULL, .seed_nbytes = 158, .seed = { 0x69, 0x0c, 0x43, 0xf1, 0x21, 0x8d, 0x13, 0xbc, 0x27, 0x72, 0x1d, 0xff, 0xd7, 0x53, 0xc0, 0xd3, 0x12, 0x30, 0x00, 0x71, 0xef, 0x2b, 0x81, 0x12, 0xbb, 0xee, 0x80, 0x1d, 0x77, 0x44, 0x8e, 0xb9, 0x5c, 0x85, 0x26, 0xa1, 0x7e, 0x8f, 0x65, 0x3a, 0x7a, 0x38, 0xd3, 0x0f, 0x73, 0x94, 0xe3, 0xe3, 0xaa, 0x22, 0xe5, 0x9d, 0xba, 0x80, 0x18, 0x8c, 0x3b, 0x61, 0x60, 0x01, 0xb4, 0xd3, 0x53, 0x7e, 0x83, 0x03, 0xc9, 0xd2, 0xa3, 0x30, 0x59, 0xa7, 0x8a, 0xd7, 0xaf, 0xa3, 0x27, 0x63, 0xb0, 0x5c, 0xe0, 0xd9, 0xc5, 0x8c, 0x81, 0x1b, 0x10, 0xa8, 0x4e, 0x72, 0xe6, 0x06, 0x55, 0x27, 0x39, 0xed, 0x03, 0x78, 0x92, 0x0a, 0xc5, 0x8f, 0x26, 0x07, 0xc7, 0xc6, 0x50, 0xa4, 0x73, 0x14, 0x83, 0xae, 0x38, 0x8e, 0x32, 0x0e, 0x79, 0xdc, 0x2a, 0xba, 0xa9, 0x92, 0x08, 0xd7, 0xb0, 0x99, 0x97, 0x40, 0x8a, 0x5f, 0x19, 0x66, 0x9f, 0xbb, 0x46, 0x01, 0x72, 0xce, 0x7c, 0x9d, 0x1b, 0x6e, 0xb1, 0xba, 0x22, 0xc8, 0x44, 0x6d, 0xb5, 0x41, 0x8d, 0x04, 0x34, 0xdb, 0xbb, 0x8e, 0x36, 0xc4 } }; static const struct cckprng_op_refresh op_refresh_1900 = { .hd = { .id = 1795, .kind = OP_REFRESH }, .rand = 6168217579452560648ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1901 = { .hd = { .id = 1796, .kind = OP_REFRESH }, .rand = 6990146276322440540ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1902 = { .hd = { .id = 1797, .kind = OP_REFRESH }, .rand = 10740204239759644300ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1903 = { .hd = { .id = 1798, .kind = OP_REFRESH }, .rand = 11495538868320525767ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1904 = { .hd = { .id = 1799, .kind = OP_REFRESH }, .rand = 9081748774441599831ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1905 = { .hd = { .id = 1800, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0x7c, 0xb7, 0xd9, 0x4b, 0x00, 0x00, 0x45, 0xa0, 0x72, 0xaa, 0x6b, 0x73, 0x2d, 0x79, 0x2a, 0xac, 0x27, 0xb0, 0xe9, 0x09, 0x30, 0x77, 0x6a, 0x46, 0xf8, 0x5b, 0xcb, 0x80, 0x34, 0xbf, 0xd3, 0x4d, 0x9b, 0x56, 0x05, 0x83, 0x0d, 0x36, 0xe5, 0x7d, 0x44, 0x91, 0x0a, 0x8d, 0x38, 0xca, 0x3f, 0xec, 0xf2, 0x86, 0x5f, 0xd3, 0x01, 0xbe, 0xa1, 0x25, 0x4b, 0x57, 0x1d, 0x17, 0xbe, 0x2c, 0x5e, 0xfb, 0x6c, 0x87, 0x3a, 0x96, 0xa0, 0x55, 0x54, 0x34, 0xe8, 0x02, 0x72, 0xd8, 0x5b, 0x8d, 0x1f, 0x8f, 0xeb, 0xf9, 0x2f, 0x56, 0x66, 0xb2, 0xce, 0xf1, 0x2a, 0x93, 0xb4, 0x04, 0x93, 0x6a, 0x7b, 0x73, 0xb0, 0x42, 0xfd, 0x03, 0xf0, 0x61, 0x28, 0x62, 0x6a, 0x3a, 0x43, 0xf0, 0x3d, 0x69, 0xec, 0xb7, 0x5d, 0x74, 0xd1, 0x7d, 0x1e, 0x92, 0x69, 0x43, 0xcf, 0xdc, 0x90, 0x98, 0x0d, 0x89, 0x16, 0x28, 0x30, 0x0c, 0x6b, 0xe2, 0x9f, 0x9e, 0x89, 0x3d, 0x8d, 0xf2, 0xb0, 0x4d, 0x92, 0x1e, 0x64, 0x81, 0x01, 0x48, 0x24, 0x11, 0x6c, 0xcd, 0xbd, 0xd1, 0x2d, 0xda, 0x35, 0x34, 0x24, 0x8e, 0xe4, 0x6c, 0x47, 0xcb, 0x69, 0x34, 0xc2, 0xef, 0x63, 0xf5, 0x0d, 0xa3, 0x58, 0xe8, 0x4c, 0x48, 0x72, 0xbf, 0xb6, 0x3e, 0x88, 0x66, 0x96, 0x0a, 0xf7, 0x2f, 0x5a, 0xa3, 0x38, 0xa8, 0xb3, 0xfc, 0x51, 0x73, 0xcd, 0x23, 0xc8, 0xa2, 0x6b, 0xe4, 0xf8, 0x40, 0xc8, 0xf0 } } }; static const struct cckprng_op_reseed op_reseed_1906 = { .hd = { .id = 1801, .kind = OP_RESEED }, .nonce = 11326985858314204612ULL, .seed_nbytes = 181, .seed = { 0x0b, 0xe3, 0x45, 0x50, 0xb2, 0xab, 0xc8, 0x46, 0x75, 0x60, 0x5d, 0x5a, 0xd6, 0x90, 0xdb, 0x01, 0xa8, 0x39, 0xff, 0x7a, 0xa1, 0x34, 0x84, 0xbf, 0x2f, 0x4b, 0xa8, 0x1f, 0x0c, 0x57, 0xda, 0xcd, 0x4b, 0xbb, 0x45, 0x69, 0x7a, 0x01, 0x96, 0xc8, 0x47, 0xfe, 0x27, 0x1e, 0x4f, 0x95, 0xe4, 0x37, 0x62, 0x95, 0x8f, 0x92, 0x98, 0xeb, 0xbb, 0x50, 0x02, 0x6d, 0xaa, 0x64, 0xa9, 0xa5, 0x75, 0x59, 0xc0, 0x22, 0x9d, 0x77, 0xf0, 0x42, 0xac, 0xb2, 0x85, 0xc6, 0x8e, 0x86, 0xa5, 0x02, 0x4b, 0xe9, 0xd1, 0xfa, 0x38, 0x9d, 0x27, 0x6a, 0xb4, 0x97, 0xbc, 0x53, 0x1e, 0x9c, 0xc6, 0xbb, 0xa1, 0x2f, 0x51, 0xd0, 0x41, 0x2b, 0xcc, 0xf6, 0x7b, 0x58, 0x1d, 0x14, 0xc2, 0x70, 0x05, 0x60, 0x6d, 0x9d, 0xe5, 0xbf, 0xa0, 0x8a, 0xbb, 0x7e, 0xa3, 0x66, 0x03, 0xbd, 0xf4, 0x49, 0xa0, 0x40, 0xf0, 0xf9, 0xcd, 0x4e, 0x12, 0x85, 0xcb, 0x07, 0x07, 0xf2, 0xb2, 0xcc, 0x6f, 0xa0, 0xef, 0xb6, 0xc3, 0x76, 0x3f, 0x6d, 0x0f, 0xc4, 0x6b, 0x6a, 0xa0, 0x17, 0x02, 0xb9, 0x2b, 0xd8, 0x70, 0x11, 0x20, 0xda, 0xc1, 0x60, 0x09, 0x1a, 0x49, 0xed, 0x0d, 0x89, 0xcf, 0xf1, 0x52, 0x59, 0x6a, 0xcc, 0x74, 0xf9, 0xde, 0xe6, 0x77, 0xc3, 0x9f } }; static const struct cckprng_op *ops_1907[] = { (const struct cckprng_op *)&op_init_1891, (const struct cckprng_op *)&op_init_1892, (const struct cckprng_op *)&op_refresh_1893, (const struct cckprng_op *)&op_refresh_1894, (const struct cckprng_op *)&op_reseed_1895, (const struct cckprng_op *)&op_refresh_1896, (const struct cckprng_op *)&op_reseed_1897, (const struct cckprng_op *)&op_reseed_1898, (const struct cckprng_op *)&op_reseed_1899, (const struct cckprng_op *)&op_refresh_1900, (const struct cckprng_op *)&op_refresh_1901, (const struct cckprng_op *)&op_refresh_1902, (const struct cckprng_op *)&op_refresh_1903, (const struct cckprng_op *)&op_refresh_1904, (const struct cckprng_op *)&op_init_1905, (const struct cckprng_op *)&op_reseed_1906 }; static const struct cckprng_vector vec_1908 = { .id = 1802, .note = NULL, .nops = 16, .ops = ops_1907 }; static const struct cckprng_op_init op_init_1909 = { .hd = { .id = 1803, .kind = OP_INIT }, .seed = { 0x21, 0x9b, 0x38, 0xd7, 0x7e, 0x7b, 0x9c, 0xd3, 0xdd, 0xfe, 0x72, 0xd2, 0xf6, 0x18, 0x53, 0x8d, 0xf2, 0xca, 0xfa, 0x34, 0xfa, 0x93, 0x30, 0x53, 0x62, 0xed, 0x0a, 0xc1, 0x42, 0xcb, 0x38, 0x50 }, .nonce = { 0x8b, 0xc8, 0xa7, 0x3d, 0xe0, 0x97, 0x35, 0xa4 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_1910 = { .hd = { .id = 1804, .kind = OP_RESEED }, .nonce = 312730186003235948ULL, .seed_nbytes = 206, .seed = { 0x6e, 0x20, 0xf6, 0x59, 0x17, 0x5d, 0xe0, 0x82, 0x9c, 0xd9, 0xfe, 0x32, 0x62, 0xb9, 0x82, 0xf4, 0xf7, 0x94, 0x38, 0x10, 0x90, 0x31, 0xbb, 0xc5, 0x4f, 0x1c, 0xe7, 0x88, 0xac, 0xcc, 0xa5, 0x0b, 0xe2, 0xf4, 0x98, 0x5f, 0x7b, 0x02, 0x4a, 0xca, 0xfc, 0x3f, 0x9e, 0xc7, 0x11, 0xa8, 0xbe, 0x36, 0x34, 0xd7, 0xca, 0xe0, 0x40, 0x35, 0x21, 0x31, 0xba, 0x50, 0xbb, 0x6c, 0x35, 0xfc, 0xd1, 0x9f, 0x25, 0x98, 0x05, 0x8d, 0x02, 0x10, 0x93, 0xe7, 0xc3, 0x0f, 0xbf, 0xc2, 0xeb, 0x0d, 0x2b, 0xa6, 0xd2, 0xa9, 0xd1, 0x26, 0x0e, 0x76, 0x0e, 0x90, 0xda, 0x84, 0xff, 0xe8, 0x09, 0xe2, 0xf2, 0x61, 0xb7, 0x88, 0xe0, 0xce, 0x34, 0xb5, 0x0a, 0x5b, 0x01, 0x63, 0x52, 0x5b, 0x9e, 0x21, 0x94, 0x9c, 0xf7, 0x66, 0xff, 0xc5, 0xcb, 0xee, 0x03, 0x74, 0x59, 0x21, 0x69, 0x42, 0xb0, 0x37, 0x02, 0x8b, 0xbb, 0x63, 0x2e, 0x6c, 0x5a, 0x98, 0x17, 0x5e, 0x01, 0xfb, 0x64, 0x29, 0x92, 0x87, 0xa3, 0xac, 0x07, 0xd8, 0x04, 0x2f, 0x5b, 0x96, 0x4a, 0xd4, 0xa9, 0xe6, 0x6e, 0x5a, 0x68, 0x09, 0x81, 0xc0, 0x33, 0xc2, 0x7e, 0x41, 0xd7, 0x5a, 0x95, 0xa2, 0x65, 0xe6, 0x78, 0x45, 0x87, 0xdc, 0xe2, 0x2a, 0x15, 0x3b, 0xc1, 0x2b, 0xf1, 0x41, 0xaf, 0xc0, 0x59, 0xd6, 0x64, 0x4b, 0xe8, 0xe9, 0x88, 0x17, 0x16, 0xba, 0xde, 0x20, 0x60, 0x86, 0x67, 0xc9, 0xf3, 0x57, 0x61, 0x53, 0xfd, 0x3c } }; static const struct cckprng_op_refresh op_refresh_1911 = { .hd = { .id = 1805, .kind = OP_REFRESH }, .rand = 18103491893105792760ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1912 = { .hd = { .id = 1806, .kind = OP_RESEED }, .nonce = 7124282498509465471ULL, .seed_nbytes = 129, .seed = { 0x97, 0xd9, 0x15, 0x14, 0x99, 0xc3, 0x66, 0x9f, 0xca, 0xde, 0x90, 0xdd, 0x91, 0xcf, 0xaa, 0xfc, 0xdc, 0x46, 0x8d, 0xd6, 0xc7, 0x7a, 0x99, 0x0c, 0x69, 0x5f, 0xa7, 0x10, 0xb1, 0x6f, 0xc0, 0x5d, 0xb9, 0xf7, 0x94, 0x54, 0x0d, 0x74, 0xc4, 0xb1, 0x84, 0xfd, 0xa3, 0x18, 0x5f, 0x09, 0x40, 0x2d, 0xa3, 0xb3, 0x76, 0x10, 0xaf, 0x51, 0x67, 0x36, 0x9b, 0xae, 0x8a, 0xea, 0x98, 0x6f, 0xe0, 0x81, 0xa9, 0xf8, 0x42, 0x2b, 0x7f, 0xa1, 0x64, 0x5c, 0x72, 0xc7, 0xdb, 0xe8, 0x2e, 0xb4, 0xeb, 0x2c, 0xaa, 0x6f, 0xa4, 0x63, 0xa8, 0x10, 0xbd, 0xdd, 0xa7, 0xc1, 0xb2, 0xab, 0x4b, 0xaf, 0x41, 0xb1, 0x4b, 0xb2, 0x51, 0xb5, 0x1f, 0x01, 0x64, 0xc2, 0xed, 0xdb, 0xc1, 0x1d, 0xb2, 0x35, 0x32, 0x95, 0x08, 0x48, 0x4d, 0x97, 0xa7, 0xe1, 0x33, 0x21, 0xba, 0xa2, 0x89, 0x03, 0x67, 0x71, 0xa8, 0x90, 0x3d } }; static const struct cckprng_op_reseed op_reseed_1913 = { .hd = { .id = 1807, .kind = OP_RESEED }, .nonce = 4230399780646914406ULL, .seed_nbytes = 175, .seed = { 0xab, 0x5d, 0x92, 0x63, 0x9d, 0x39, 0xd8, 0xa5, 0x24, 0xbf, 0x19, 0xee, 0xe3, 0x0f, 0x50, 0x2c, 0x5e, 0x41, 0xca, 0x89, 0x65, 0x0b, 0x82, 0x32, 0x5e, 0x06, 0xe4, 0xd8, 0x63, 0xc7, 0xba, 0x07, 0x14, 0xb9, 0x8c, 0x9d, 0x89, 0xc0, 0xc5, 0xb3, 0xc8, 0x83, 0xe8, 0x32, 0xf8, 0xa9, 0x6a, 0xfc, 0x98, 0xac, 0x72, 0x6c, 0x3e, 0xed, 0xc7, 0x7c, 0xc5, 0x1f, 0xe5, 0x55, 0xdf, 0x94, 0x9e, 0x54, 0x6a, 0x43, 0x43, 0x66, 0xd7, 0x62, 0xc2, 0x38, 0xf7, 0xc9, 0xfe, 0x39, 0x7c, 0x93, 0xb7, 0xc7, 0xd4, 0xa4, 0x2e, 0x4d, 0x2d, 0xf4, 0xa0, 0xbb, 0x94, 0xfd, 0x8c, 0x38, 0x6d, 0x33, 0xcb, 0x62, 0x01, 0xd6, 0xa8, 0xef, 0xc7, 0x82, 0xa6, 0x04, 0xdf, 0x55, 0xe3, 0xf4, 0x63, 0x31, 0x2a, 0x55, 0xf2, 0xce, 0x17, 0xc7, 0x56, 0x34, 0x2f, 0x18, 0x46, 0xee, 0x90, 0x13, 0x0d, 0x60, 0x08, 0x17, 0xfc, 0xd3, 0x2d, 0x0e, 0x8c, 0x6d, 0x27, 0x53, 0x2a, 0x0f, 0xf2, 0x7c, 0xc4, 0x63, 0x6f, 0x0c, 0x0c, 0x09, 0x6b, 0x85, 0x24, 0x85, 0x82, 0x2c, 0xd2, 0xa3, 0x08, 0x72, 0x2b, 0xe5, 0x2b, 0x12, 0xcf, 0x89, 0x74, 0x8c, 0x4e, 0xd1, 0x4b, 0xd8, 0x79, 0x46, 0x7b, 0x65, 0x7d, 0x17, 0x46 } }; static const struct cckprng_op_generate op_init_1914 = { .hd = { .id = 1808, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0x73, 0xe5, 0xb8, 0x5e, 0x59, 0x82, 0x5b, 0xb1, 0xbf, 0xbf, 0x7e, 0x9a, 0xe8, 0xf0, 0x26, 0x11, 0xb2, 0x42, 0xa9, 0xdd, 0xc4, 0x8b, 0x40, 0xba, 0xac, 0xbb, 0xed, 0x09, 0xb2, 0x64, 0x89, 0x2b, 0x58, 0x63, 0xaf, 0x27, 0xc9, 0x42, 0x01, 0x58, 0x40, 0x2f, 0x12, 0xe8, 0xf6, 0xdd, 0xaa, 0x1f, 0x41, 0x89, 0xd9, 0x3e, 0x7f, 0x07, 0x5f, 0xc3, 0x44, 0x19, 0x74, 0xf7, 0x60, 0x6f, 0xf8, 0x35, 0x30, 0xaa, 0x16, 0xfa, 0x15, 0xc7, 0x10, 0x3a, 0x66, 0xab, 0xa4, 0x0d, 0x1b, 0xa1 } } }; static const struct cckprng_op_generate op_init_1915 = { .hd = { .id = 1809, .kind = OP_GENERATE }, .rand_nbytes = 194, .out = { .rand = { 0x72, 0xaf, 0x81, 0xc9, 0x65, 0xf8, 0xe7, 0x18, 0xe3, 0xb8, 0x24, 0xfd, 0x8b, 0x94, 0x9d, 0x8b, 0xef, 0x85, 0x91, 0xf4, 0x7b, 0x78, 0x36, 0x2b, 0x32, 0x5a, 0x56, 0x28, 0x54, 0x8f, 0x5e, 0x0a, 0xe0, 0x90, 0xc6, 0x31, 0x41, 0xfb, 0x20, 0xdb, 0xaf, 0xfa, 0xf4, 0xdc, 0xff, 0x5f, 0x09, 0xc0, 0xf4, 0x96, 0xc7, 0x36, 0x73, 0xdb, 0x58, 0x6b, 0xfc, 0x49, 0x2c, 0xef, 0xff, 0x18, 0xa3, 0x49, 0x19, 0xb0, 0x37, 0xa1, 0xd4, 0xe8, 0x8e, 0x64, 0xa2, 0x1e, 0x2a, 0xf2, 0x58, 0x22, 0xb9, 0xcf, 0x2a, 0x1d, 0x30, 0x3f, 0x26, 0xff, 0xbe, 0x28, 0xbd, 0x0a, 0xad, 0x95, 0x5e, 0x37, 0xe0, 0xdd, 0x51, 0x0d, 0x49, 0xf3, 0x3c, 0xbf, 0x10, 0xe6, 0x92, 0x14, 0x74, 0x1d, 0x2f, 0x32, 0xc6, 0xb4, 0xdf, 0x1b, 0xbe, 0xf0, 0x5c, 0xc8, 0x9d, 0x5d, 0x0c, 0xae, 0xf9, 0x11, 0x9b, 0xc4, 0x27, 0xfe, 0xf0, 0xbe, 0x1c, 0x3f, 0xcf, 0x23, 0x48, 0x62, 0x9d, 0xb4, 0x1b, 0x77, 0xe7, 0x4b, 0xb9, 0x6d, 0xe0, 0x52, 0x02, 0x54, 0x30, 0x8a, 0x26, 0x7b, 0x88, 0x98, 0x43, 0xf2, 0x5b, 0x9b, 0x68, 0x34, 0xa0, 0x6a, 0xe4, 0xb4, 0xc0, 0x4c, 0xcc, 0x67, 0x0e, 0x6d, 0x07, 0x5d, 0xe3, 0xd6, 0xea, 0xcd, 0xb6, 0x0c, 0x79, 0xb6, 0x68, 0x80, 0xf8, 0xbf, 0xc3, 0xf0, 0xb7, 0xf2, 0x69, 0x55, 0x3c, 0xcc, 0x43, 0x08 } } }; static const struct cckprng_op_reseed op_reseed_1916 = { .hd = { .id = 1810, .kind = OP_RESEED }, .nonce = 5035962156939067553ULL, .seed_nbytes = 250, .seed = { 0x00, 0x74, 0xc9, 0x40, 0x95, 0x52, 0x6a, 0x3c, 0x2c, 0x5b, 0xc2, 0xb2, 0x44, 0x09, 0xb5, 0x3f, 0xeb, 0xa1, 0x41, 0xa3, 0x10, 0x23, 0xb9, 0x68, 0xf9, 0x2f, 0x9d, 0xcd, 0xd7, 0x89, 0x96, 0x9e, 0x72, 0x93, 0x89, 0x44, 0x35, 0xaf, 0x64, 0x8f, 0x0c, 0x7c, 0x99, 0xc0, 0x54, 0x40, 0x2b, 0xbb, 0x3b, 0x0b, 0x66, 0x3f, 0x16, 0xa7, 0x19, 0x29, 0x18, 0x25, 0x9d, 0xfe, 0x59, 0x18, 0x9c, 0x7c, 0xc9, 0x4d, 0x20, 0xa4, 0x87, 0x0a, 0xcf, 0x08, 0xe4, 0xf3, 0x84, 0x1e, 0x0a, 0x82, 0x0b, 0xac, 0xb0, 0xd3, 0x40, 0x8c, 0xd6, 0x39, 0x36, 0xf4, 0xd7, 0xa2, 0xdf, 0xea, 0xdc, 0x8c, 0xc8, 0x1c, 0x98, 0x78, 0xc1, 0xf6, 0xfb, 0xc3, 0xe9, 0x37, 0xc8, 0x87, 0x98, 0xed, 0x7b, 0x49, 0xe8, 0x88, 0x6c, 0x05, 0x83, 0x4f, 0x1e, 0x11, 0x73, 0xec, 0xc5, 0xa9, 0x82, 0x5e, 0x9f, 0x85, 0x29, 0x4d, 0x28, 0x88, 0x74, 0xd4, 0x4e, 0x51, 0x74, 0xa5, 0xfc, 0xbd, 0x24, 0x2a, 0x99, 0x6c, 0x69, 0xa9, 0x6c, 0xcd, 0xdc, 0xcb, 0xc1, 0x8f, 0xd3, 0x7b, 0xbd, 0x99, 0x3a, 0xbb, 0x08, 0x7e, 0xd3, 0xd6, 0xd7, 0x42, 0x12, 0xc4, 0x29, 0x43, 0x6b, 0x08, 0x37, 0x59, 0x84, 0x5c, 0xff, 0x32, 0xc0, 0x03, 0x6b, 0x0f, 0x0f, 0x80, 0x07, 0x85, 0x5c, 0xd7, 0x42, 0x9a, 0x66, 0x38, 0x5a, 0xc8, 0x8e, 0x36, 0xc1, 0x0c, 0xb1, 0x93, 0xd2, 0x0c, 0x16, 0x75, 0x21, 0x2a, 0xec, 0x73, 0x32, 0x37, 0xef, 0x9d, 0xc9, 0x53, 0xa2, 0x2c, 0x02, 0x37, 0xb6, 0x63, 0x4e, 0xf7, 0x2a, 0xb8, 0x3c, 0x9a, 0x82, 0x47, 0x32, 0x15, 0xe6, 0xc9, 0x21, 0xe0, 0x25, 0x4b, 0x63, 0x6c, 0x26, 0x50, 0xdf, 0x10, 0x31, 0xba, 0x07, 0x5b, 0x61, 0xd1, 0x4d, 0x4b, 0x65, 0xcb, 0x14, 0xbf } }; static const struct cckprng_op_refresh op_refresh_1917 = { .hd = { .id = 1811, .kind = OP_REFRESH }, .rand = 12568811489349848886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1918 = { .hd = { .id = 1812, .kind = OP_GENERATE }, .rand_nbytes = 20, .out = { .rand = { 0xf7, 0x4e, 0xd4, 0x86, 0xd4, 0xff, 0xbf, 0x01, 0x86, 0xe2, 0x2d, 0x64, 0xa5, 0x1b, 0xe7, 0xb4, 0x1a, 0x7c, 0x73, 0x12 } } }; static const struct cckprng_op_generate op_init_1919 = { .hd = { .id = 1813, .kind = OP_GENERATE }, .rand_nbytes = 234, .out = { .rand = { 0xeb, 0x88, 0xeb, 0x81, 0xf0, 0x73, 0x64, 0x29, 0xea, 0x8a, 0x7c, 0x50, 0xb6, 0x45, 0x52, 0xda, 0x94, 0xda, 0xb7, 0xba, 0x21, 0xe7, 0x98, 0x6a, 0x1b, 0x37, 0x51, 0xe8, 0x1a, 0xc1, 0x9e, 0xb8, 0x46, 0x94, 0x12, 0x2d, 0x73, 0xe0, 0xfe, 0x8b, 0xcc, 0x58, 0x55, 0xbe, 0x2b, 0x48, 0x03, 0xfe, 0xb6, 0x10, 0xc8, 0x1e, 0x1a, 0xe7, 0x8c, 0xcb, 0xda, 0xa5, 0x22, 0x49, 0x85, 0x1a, 0x66, 0x12, 0xff, 0xbb, 0xfa, 0x4d, 0xcf, 0x5a, 0x9c, 0xfe, 0xa0, 0xff, 0x1e, 0xd6, 0xba, 0x75, 0xe4, 0xbe, 0x6f, 0x57, 0x73, 0xf9, 0x0c, 0x0b, 0x23, 0xaa, 0x3d, 0x5b, 0x9a, 0x82, 0xe9, 0xa9, 0xba, 0xad, 0xa0, 0x91, 0xa5, 0x58, 0xe3, 0x17, 0xeb, 0x21, 0x65, 0xfb, 0x2c, 0xfb, 0xe1, 0xae, 0xca, 0xa9, 0xdf, 0x13, 0x1e, 0xb9, 0x02, 0x8a, 0xe4, 0x81, 0x2c, 0x1c, 0xf5, 0xab, 0xd5, 0x18, 0x61, 0x60, 0x08, 0xb8, 0x2f, 0x10, 0x2b, 0xbf, 0x61, 0xb6, 0xd3, 0xa3, 0xd9, 0x80, 0xff, 0x31, 0xca, 0x6d, 0x8a, 0x71, 0x9d, 0xbe, 0xcd, 0x14, 0x38, 0xd7, 0xb6, 0x5c, 0x76, 0x32, 0x8b, 0x75, 0xce, 0x1b, 0xfb, 0xc2, 0xd0, 0x7b, 0xc9, 0x1a, 0xa5, 0x9e, 0xd0, 0x8f, 0x82, 0xb1, 0x8d, 0x9d, 0xce, 0xf3, 0xd8, 0x54, 0xa3, 0x55, 0x8f, 0x59, 0xef, 0xbd, 0x1a, 0x74, 0x10, 0xe3, 0x78, 0xa4, 0x6e, 0xf5, 0xd1, 0x45, 0x8b, 0x17, 0x65, 0x28, 0x0e, 0xfc, 0xfb, 0x68, 0x8e, 0x68, 0x10, 0x21, 0x6a, 0x8a, 0x2e, 0x07, 0x17, 0x8d, 0x68, 0x92, 0x3a, 0x3e, 0x2a, 0x04, 0x77, 0x50, 0x8c, 0xda, 0xdf, 0xa9, 0xf6, 0x03, 0xa3, 0xaf, 0xc7, 0xe2, 0x30, 0x4f, 0x10, 0xae } } }; static const struct cckprng_op_generate op_init_1920 = { .hd = { .id = 1814, .kind = OP_GENERATE }, .rand_nbytes = 93, .out = { .rand = { 0x85, 0xbd, 0x37, 0x93, 0xbf, 0xd9, 0x84, 0x40, 0xe3, 0xc9, 0x45, 0x40, 0xee, 0x1c, 0x13, 0xcf, 0x2a, 0x83, 0x89, 0x6b, 0x03, 0xb0, 0x22, 0x51, 0x40, 0x48, 0x8f, 0xd0, 0x83, 0x6f, 0x4d, 0x0c, 0xd0, 0x9e, 0x87, 0x9e, 0xef, 0x7c, 0xd4, 0xfc, 0xc8, 0x3f, 0xe3, 0x42, 0x1e, 0xbc, 0xb7, 0x2d, 0x8b, 0x9b, 0x58, 0x61, 0xeb, 0x99, 0x2e, 0xc8, 0x57, 0x1d, 0x89, 0xe5, 0xb6, 0xdd, 0xd1, 0xb4, 0x6b, 0x33, 0x6b, 0xc5, 0x09, 0x5f, 0xd7, 0x66, 0x94, 0x20, 0xb8, 0x81, 0x56, 0x57, 0x71, 0x58, 0xdf, 0x39, 0xc1, 0xd8, 0xda, 0xad, 0xca, 0xb1, 0x83, 0xf8, 0x54, 0x9a, 0x02 } } }; static const struct cckprng_op_refresh op_refresh_1921 = { .hd = { .id = 1815, .kind = OP_REFRESH }, .rand = 3465450188191297913ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1922 = { .hd = { .id = 1816, .kind = OP_REFRESH }, .rand = 6099757381886355062ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1923 = { .hd = { .id = 1817, .kind = OP_RESEED }, .nonce = 17733107635873410005ULL, .seed_nbytes = 91, .seed = { 0x01, 0x8b, 0x53, 0x51, 0x70, 0x4c, 0x89, 0xe8, 0xe9, 0x9b, 0x31, 0x14, 0x04, 0xe9, 0xed, 0x84, 0x28, 0x00, 0x61, 0xba, 0xe8, 0xf6, 0x2d, 0x9b, 0x7c, 0x3f, 0xee, 0x57, 0xbd, 0x49, 0x07, 0x8a, 0xe9, 0xf7, 0x89, 0x57, 0x04, 0xe1, 0x30, 0xaf, 0xd2, 0x14, 0xb6, 0xb9, 0x0c, 0xf6, 0x80, 0x71, 0x9b, 0xd0, 0x14, 0x13, 0x33, 0xf4, 0x76, 0xf4, 0x3f, 0x0b, 0x0d, 0x31, 0xcd, 0x25, 0xf0, 0xda, 0x81, 0x81, 0xa1, 0x25, 0x0b, 0x01, 0x58, 0xd6, 0x2c, 0xf2, 0x52, 0x97, 0xe3, 0x0a, 0xe9, 0x8f, 0xc4, 0x7b, 0x5f, 0x15, 0x05, 0x07, 0xdb, 0x46, 0x3e, 0x10, 0x09 } }; static const struct cckprng_op_generate op_init_1924 = { .hd = { .id = 1818, .kind = OP_GENERATE }, .rand_nbytes = 211, .out = { .rand = { 0x2e, 0x99, 0x91, 0x5c, 0x11, 0xc6, 0x02, 0xb3, 0x48, 0x8e, 0x79, 0xd4, 0x33, 0xe7, 0xe2, 0x8e, 0xb7, 0x44, 0x27, 0x24, 0xa7, 0xc6, 0xb1, 0x5e, 0x2d, 0x43, 0x96, 0xa5, 0x9c, 0xbf, 0x58, 0x8b, 0xbf, 0xb9, 0x54, 0x1b, 0x27, 0xac, 0x10, 0x2a, 0xae, 0xed, 0xe7, 0x49, 0xd6, 0x75, 0x00, 0x20, 0x47, 0x7a, 0x6e, 0x1b, 0xc9, 0x59, 0x23, 0x4a, 0x46, 0xe5, 0xea, 0x21, 0x31, 0x48, 0x4c, 0xbd, 0x68, 0x58, 0xfd, 0x83, 0x72, 0x7b, 0x62, 0xcd, 0x8a, 0xcc, 0x12, 0x5e, 0xb9, 0x0a, 0x28, 0x20, 0xcb, 0x1d, 0x73, 0x4a, 0x83, 0xb9, 0x06, 0xe8, 0x46, 0x7d, 0x43, 0xb9, 0x7b, 0x73, 0x96, 0x27, 0x98, 0x42, 0x86, 0x23, 0x53, 0xd6, 0xc4, 0xcf, 0x9a, 0xa0, 0x7b, 0x62, 0xba, 0x1f, 0xcb, 0xac, 0x77, 0x5c, 0x64, 0x60, 0x39, 0xcc, 0x4b, 0x08, 0x98, 0xbe, 0x74, 0x87, 0xba, 0xf2, 0xc2, 0xca, 0x25, 0x9a, 0x22, 0xdb, 0x64, 0x75, 0xe9, 0xb2, 0x79, 0xda, 0xd4, 0xfd, 0xd7, 0x1e, 0x66, 0xf1, 0x81, 0xab, 0xb2, 0xf8, 0x00, 0x8a, 0x9c, 0xf2, 0xdc, 0x62, 0x1c, 0x87, 0xe2, 0x0b, 0x51, 0x15, 0x9b, 0x5b, 0x43, 0xf3, 0xcb, 0xcb, 0xc2, 0x4f, 0xf5, 0xef, 0x00, 0xc2, 0x7b, 0xb3, 0x37, 0x31, 0x80, 0x83, 0xcd, 0x8f, 0xca, 0x07, 0x61, 0xd9, 0x5f, 0x95, 0xd2, 0x56, 0x44, 0x0a, 0xe6, 0x7d, 0x0a, 0x1f, 0x36, 0xf7, 0x02, 0xe5, 0x4a, 0xd3, 0x74, 0xaf, 0xb6, 0x8d, 0x76, 0x3b, 0x37, 0xbb, 0x52, 0x2c, 0xa7 } } }; static const struct cckprng_op *ops_1925[] = { (const struct cckprng_op *)&op_init_1909, (const struct cckprng_op *)&op_reseed_1910, (const struct cckprng_op *)&op_refresh_1911, (const struct cckprng_op *)&op_reseed_1912, (const struct cckprng_op *)&op_reseed_1913, (const struct cckprng_op *)&op_init_1914, (const struct cckprng_op *)&op_init_1915, (const struct cckprng_op *)&op_reseed_1916, (const struct cckprng_op *)&op_refresh_1917, (const struct cckprng_op *)&op_init_1918, (const struct cckprng_op *)&op_init_1919, (const struct cckprng_op *)&op_init_1920, (const struct cckprng_op *)&op_refresh_1921, (const struct cckprng_op *)&op_refresh_1922, (const struct cckprng_op *)&op_reseed_1923, (const struct cckprng_op *)&op_init_1924 }; static const struct cckprng_vector vec_1926 = { .id = 1819, .note = NULL, .nops = 16, .ops = ops_1925 }; static const struct cckprng_op_init op_init_1927 = { .hd = { .id = 1820, .kind = OP_INIT }, .seed = { 0x44, 0x50, 0x43, 0xb7, 0x79, 0xdc, 0xa7, 0x28, 0xa4, 0x1c, 0x17, 0xc6, 0x09, 0x79, 0xbb, 0xdc, 0x4b, 0xa1, 0x57, 0x96, 0x27, 0x0d, 0x9b, 0xa5, 0xa6, 0xcf, 0xd2, 0xff, 0xe8, 0x36, 0xbd, 0xd8 }, .nonce = { 0x58, 0x49, 0x6b, 0xf2, 0x19, 0x3c, 0x10, 0x23 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_1928 = { .hd = { .id = 1821, .kind = OP_REFRESH }, .rand = 8385728834557287324ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1929 = { .hd = { .id = 1822, .kind = OP_REFRESH }, .rand = 10800677563882759790ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1930 = { .hd = { .id = 1823, .kind = OP_REFRESH }, .rand = 6739280384691966441ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1931 = { .hd = { .id = 1824, .kind = OP_RESEED }, .nonce = 11756241181808732487ULL, .seed_nbytes = 27, .seed = { 0x05, 0x60, 0x3e, 0x5b, 0x83, 0x01, 0x04, 0x31, 0x9b, 0x15, 0x53, 0x2a, 0xa1, 0xe5, 0x28, 0xaf, 0x6a, 0x8a, 0xf8, 0xbd, 0x78, 0x8b, 0xae, 0x2e, 0x44, 0x8f, 0x00 } }; static const struct cckprng_op_refresh op_refresh_1932 = { .hd = { .id = 1825, .kind = OP_REFRESH }, .rand = 4711841628561408400ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1933 = { .hd = { .id = 1826, .kind = OP_REFRESH }, .rand = 3049041367606798710ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1934 = { .hd = { .id = 1827, .kind = OP_REFRESH }, .rand = 15269110798536418574ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1935 = { .hd = { .id = 1828, .kind = OP_REFRESH }, .rand = 4510516894195892007ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1936 = { .hd = { .id = 1829, .kind = OP_GENERATE }, .rand_nbytes = 186, .out = { .rand = { 0x4d, 0x91, 0xa5, 0x98, 0x84, 0x8c, 0xdc, 0xbf, 0x43, 0x54, 0x01, 0x7b, 0xef, 0xd8, 0xbc, 0x89, 0xfb, 0x4c, 0x74, 0x67, 0x44, 0x0a, 0x40, 0xcf, 0x9b, 0x9f, 0x3a, 0xb3, 0x51, 0x9e, 0x3c, 0xe4, 0xcc, 0xcc, 0x76, 0xa5, 0xc9, 0x89, 0xd1, 0xe5, 0xce, 0x50, 0x80, 0xea, 0x4d, 0xe2, 0x0e, 0x3c, 0x6f, 0x23, 0xb2, 0x81, 0x34, 0xc1, 0xc6, 0x64, 0x8d, 0xe4, 0xd2, 0x1f, 0x0b, 0x64, 0xa7, 0xa1, 0x9c, 0x3c, 0x1d, 0xe3, 0x03, 0x1e, 0xd2, 0xcf, 0x01, 0xae, 0xfa, 0x48, 0x5b, 0x85, 0x6d, 0xcc, 0xfb, 0x3d, 0xf8, 0xd1, 0x16, 0xf0, 0xc3, 0x96, 0x52, 0xb1, 0xe5, 0x53, 0x5a, 0x64, 0x8e, 0x1b, 0xdb, 0x1f, 0xd5, 0x97, 0xbf, 0xff, 0x00, 0x93, 0xcf, 0x58, 0x8d, 0x8f, 0x5f, 0xfc, 0x6a, 0xba, 0x9f, 0x42, 0x6b, 0xcd, 0x15, 0x46, 0xb8, 0x17, 0x9f, 0x56, 0x8a, 0xec, 0x5a, 0x10, 0xfa, 0x42, 0x9d, 0x85, 0x50, 0x8f, 0x9e, 0x4d, 0x40, 0x6a, 0xbc, 0x24, 0xa7, 0x1c, 0xe8, 0x6c, 0xc8, 0xbf, 0xde, 0xde, 0x93, 0x92, 0x87, 0x3a, 0x10, 0xcb, 0x4c, 0xfa, 0x31, 0x5b, 0xf2, 0x96, 0x0d, 0xfb, 0xa3, 0x93, 0x9b, 0xe3, 0xe4, 0x8f, 0x12, 0x79, 0x0f, 0xb5, 0x1f, 0x6a, 0xe1, 0xfd, 0xd6, 0xef, 0x43, 0x96, 0x3f, 0x56, 0xb9, 0x79, 0x2f, 0x20, 0xeb, 0xe0 } } }; static const struct cckprng_op_generate op_init_1937 = { .hd = { .id = 1830, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0xed, 0x1c, 0xe7, 0x8e, 0x76, 0x66, 0xc9, 0xe4, 0x53, 0xf4, 0xae, 0xdf, 0xee, 0x34, 0xd9, 0x3e, 0x20, 0x63, 0x24, 0x70, 0x0f, 0x76, 0x69, 0x58, 0xbc, 0x51, 0xd0, 0x30, 0x38, 0xe9, 0x73, 0xee, 0x7f, 0xc3, 0xa9, 0x7b, 0xc5, 0xcb, 0xd2, 0x92, 0xb9, 0x6c, 0xf5, 0x72, 0xf4, 0xdb, 0x9c, 0x8a, 0x06, 0xe1, 0x7b, 0xb0, 0xf3, 0x7e, 0x48, 0xd0, 0x37, 0x54, 0xa2, 0x8e, 0x29, 0x51, 0x58, 0x52, 0xc5, 0x01, 0x7f, 0xc5, 0x75, 0x63, 0x5f, 0xc5, 0xb2, 0x87, 0x72, 0x9e, 0xb7, 0x58, 0xf9, 0x25, 0xf2, 0xd1, 0x7c, 0xe8, 0x8c, 0x92, 0xc7, 0xb1, 0x56, 0xc8, 0x11, 0xc6, 0x89, 0x29, 0xb0, 0xf5, 0xe2, 0x90, 0xa2, 0x14, 0xa5, 0x03, 0x8e, 0x4d, 0xe2, 0xf3, 0xb7, 0x0f, 0x2c, 0xea, 0xf7, 0xa5, 0x50, 0x42, 0x17, 0xf5, 0x01, 0xb6, 0x15, 0x9b, 0x01, 0xb4, 0x52, 0xdd, 0x1d, 0xdf, 0xe8, 0xd1, 0xd3, 0x40, 0xde, 0xb7, 0xa5, 0xda, 0xb4, 0xc0, 0xd8, 0xcc, 0x6a, 0xc6, 0x74, 0x1d, 0x46, 0x69, 0x1d, 0xc2, 0x1d, 0x1c, 0x30, 0x2d, 0xe4, 0xa5, 0x61, 0xce, 0x9b, 0x03, 0x51, 0xed, 0xd2, 0xbf, 0x90, 0xc9, 0x8b, 0x24, 0xd5, 0xb3, 0x40, 0xdb, 0xed, 0xa1, 0x68, 0x62, 0x10, 0xff, 0x40, 0x87, 0xfd, 0x76, 0xf1, 0x1f, 0x82, 0x1b, 0x65, 0x44, 0xdd, 0x55, 0xc4, 0x03, 0xf2, 0x4c, 0xc2, 0x15, 0xc7, 0xa2, 0xc7, 0x69, 0x32, 0xe4, 0xe6, 0x0d, 0xcc, 0x61, 0x10, 0xee, 0xe2, 0x7d, 0x0e, 0x49, 0x58, 0x4f, 0x76, 0x64, 0xf5, 0x0f, 0xcd, 0x0a, 0x9c, 0x96, 0xfa, 0xf2, 0x2b, 0xeb, 0xde, 0x80, 0x65, 0x63, 0xc2, 0xec, 0x0b, 0xd0, 0x6c, 0x7a, 0xaf, 0xf5, 0xca, 0x8a, 0xf3, 0x96, 0x29, 0xd7, 0x79, 0x1b, 0x54, 0x4e, 0xc7, 0xc6, 0xec, 0xac, 0x1a, 0x5c, 0xb2, 0xe9, 0xf7, 0xd3, 0x32, 0xe5, 0x4d, 0x62, 0xdc, 0x01, 0x91, 0x57 } } }; static const struct cckprng_op_generate op_init_1938 = { .hd = { .id = 1831, .kind = OP_GENERATE }, .rand_nbytes = 268, .out = { .rand = { 0x5d, 0xb3, 0xb9, 0x39, 0x02, 0xa7, 0xfe, 0x36, 0x68, 0x5b, 0x8d, 0x5c, 0x63, 0x27, 0xfd, 0x8b, 0x7d, 0x1b, 0x52, 0x90, 0x48, 0x9a, 0x80, 0x60, 0x24, 0x7e, 0x30, 0xdf, 0xd0, 0x08, 0x5e, 0x1d, 0x71, 0x9c, 0xee, 0xc7, 0x15, 0x1d, 0x13, 0xe1, 0x66, 0x70, 0x9b, 0xde, 0x47, 0xca, 0x36, 0xb0, 0x1c, 0xe8, 0xf0, 0xb8, 0x13, 0xc6, 0x63, 0x1d, 0xe5, 0x10, 0xf8, 0xf9, 0xb3, 0x42, 0xfb, 0x63, 0x6c, 0x81, 0xec, 0x86, 0x72, 0x6e, 0x12, 0x5a, 0x5f, 0xcc, 0x83, 0x44, 0xc2, 0xfb, 0x6b, 0xf8, 0xfc, 0x6e, 0x5d, 0x0f, 0x22, 0x40, 0xee, 0x5d, 0x4d, 0x00, 0xcd, 0x6f, 0x55, 0x3a, 0x2d, 0xba, 0x77, 0x27, 0xd6, 0x3a, 0xd0, 0x4e, 0x58, 0x78, 0xcb, 0x2d, 0x34, 0x18, 0x69, 0xc1, 0x18, 0x4f, 0xbe, 0x54, 0x17, 0x0a, 0x63, 0x39, 0x2c, 0x53, 0xa6, 0x3a, 0xf7, 0x13, 0xfd, 0x30, 0x6a, 0x36, 0x76, 0x4f, 0xab, 0x26, 0xbf, 0x6d, 0x3c, 0x0b, 0x27, 0x8d, 0x50, 0x8c, 0xb2, 0xd1, 0x0b, 0x98, 0xb0, 0xc7, 0xe9, 0x57, 0x5b, 0xe0, 0xb2, 0x00, 0x75, 0x30, 0x30, 0x8a, 0x2c, 0xa8, 0x3b, 0x38, 0x10, 0x3c, 0xa0, 0x9e, 0xa3, 0x68, 0x4b, 0x11, 0x52, 0x1a, 0x54, 0x94, 0xb1, 0xd3, 0xfe, 0x7e, 0x6a, 0x24, 0x41, 0xd1, 0xfd, 0x5e, 0x60, 0xc4, 0xe8, 0xb0, 0xec, 0x69, 0xcf, 0x5d, 0xf2, 0x14, 0xa3, 0x49, 0x12, 0x03, 0x91, 0xe6, 0x04, 0xfc, 0x03, 0x91, 0xa1, 0x42, 0x27, 0x47, 0xd2, 0x8f, 0x5e, 0x97, 0xff, 0xa7, 0x93, 0x20, 0xa5, 0x7b, 0x26, 0xa6, 0x34, 0xbc, 0xad, 0x25, 0xc3, 0x7b, 0xee, 0x31, 0xe8, 0xd0, 0x52, 0xe7, 0x8e, 0x55, 0x5b, 0xbf, 0x89, 0xad, 0x25, 0x7b, 0x93, 0xec, 0x1b, 0xbc, 0x60, 0x43, 0xea, 0x38, 0x98, 0xb4, 0x2f, 0x7a, 0x66, 0x6a, 0x0c, 0xe8, 0xf3, 0xba, 0xa5, 0xbf, 0x22, 0x37, 0xd8, 0x80, 0xed, 0x94, 0x00, 0xd6, 0xac, 0x7d } } }; static const struct cckprng_op_generate op_init_1939 = { .hd = { .id = 1832, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0x74, 0x76, 0xba, 0xa5, 0x7e, 0x9d, 0x9b, 0x7d, 0x9d, 0x25, 0x50, 0x08, 0x95, 0xf3, 0xcd, 0x88, 0xa5, 0xac, 0xd3, 0x78, 0x85, 0x4b, 0xe3, 0x1d, 0xcc, 0xb6, 0xc7, 0x2d, 0x61, 0xda, 0x4b, 0xf2, 0x93, 0x65, 0x29, 0x49, 0x1a, 0xb2, 0x8b, 0x9d, 0x0a, 0x09, 0x7b, 0x02, 0xba, 0xa9, 0x33, 0xb9, 0x7d, 0x4a, 0x1d, 0x5f, 0xfa, 0x56, 0x1d, 0xf9, 0x2c, 0x07, 0x65, 0x75, 0x6e, 0x22, 0xa4, 0x8e, 0xec, 0x95, 0x78, 0x28, 0x69, 0x9b, 0x65, 0xd0, 0x16, 0x37, 0x87, 0x05, 0x27, 0xa7, 0xba, 0x52, 0x5e, 0x7f, 0x3d, 0x9a, 0xff, 0xf4, 0x19, 0x5b, 0x81, 0x8f, 0x96, 0xe7, 0x24, 0xb9, 0xf2, 0xa5, 0x3d, 0xcb, 0xa2, 0xa4, 0x25, 0x62, 0x68, 0xc9, 0x8c, 0x9d, 0x64, 0xbe, 0x90, 0x39, 0xe9, 0x0a, 0xda, 0xfe, 0xe0, 0xab, 0xa4, 0xb1, 0x96, 0x14, 0xfa, 0x32, 0x35, 0x1e, 0xee, 0x58, 0xb6, 0xdc, 0x15, 0x42, 0x12, 0xdd, 0x43, 0x28, 0x1b, 0xbb, 0xbd, 0xbe, 0x57, 0x79, 0x06, 0x6a, 0x54, 0x05, 0x6f, 0x0b, 0x65, 0x2e, 0x6a, 0x61, 0x40, 0xe8, 0xb9, 0x85, 0x9f, 0x1c, 0x27, 0x69, 0xbf, 0x13, 0x96, 0xe0, 0x81, 0xe6, 0x5d, 0x77, 0x83, 0xf5, 0xd4, 0x5d, 0x17, 0x06, 0xb8, 0xed, 0x86, 0xc6, 0x48, 0x9e, 0x82, 0x39, 0xc5, 0xc1, 0x05, 0xae, 0x9f, 0xc9, 0xc9, 0xb9, 0xda, 0x1b, 0x8d, 0x7c, 0xb7, 0x24, 0x31, 0x34, 0xe5, 0x2f, 0xd7, 0x36, 0xb8, 0xcb, 0xc4, 0xad, 0x54, 0xd5, 0xb9, 0x51, 0x1f, 0x4f, 0x87, 0x91, 0xc6, 0xf1, 0x6f, 0xd4, 0xb7, 0xfa, 0xe9, 0x41, 0x47, 0x6a, 0xfa, 0x6a, 0x95, 0xd5, 0x4c, 0x14, 0xcc, 0x76, 0x24, 0xcd, 0xd5, 0xbf, 0x4c, 0xc1, 0xd7, 0x8a, 0x80, 0xec, 0x92, 0x5c, 0x56, 0x43, 0x57, 0x3f, 0x13, 0xb5, 0xd6, 0xc6, 0xf1, 0x7e, 0xa1, 0x11, 0x1e, 0x1e, 0xe4, 0x14, 0x18, 0x5c, 0xa6, 0x53, 0x97, 0xc2, 0x38, 0xfd, 0xeb, 0xec, 0xd4, 0xb1, 0x44, 0xee, 0xbe, 0x6e, 0x81, 0xba, 0x0c } } }; static const struct cckprng_op_reseed op_reseed_1940 = { .hd = { .id = 1833, .kind = OP_RESEED }, .nonce = 13292155022123153610ULL, .seed_nbytes = 74, .seed = { 0xa7, 0x29, 0x9e, 0x7c, 0x0b, 0x3c, 0x1d, 0xd8, 0x71, 0x4f, 0x1f, 0x4e, 0xaa, 0x93, 0xf2, 0x15, 0x49, 0x88, 0xa1, 0xee, 0x07, 0x57, 0x67, 0xd5, 0xac, 0xf9, 0x64, 0xcd, 0x00, 0xba, 0x04, 0x10, 0x02, 0x6c, 0x4b, 0xc7, 0xa0, 0xdd, 0x98, 0xf1, 0x8f, 0xa5, 0x7a, 0x2f, 0x25, 0xb4, 0xdb, 0x73, 0x86, 0xc7, 0x95, 0x1f, 0x71, 0x81, 0x0a, 0x32, 0x31, 0x03, 0x9b, 0x35, 0x4f, 0xbb, 0xd6, 0x0b, 0x97, 0x70, 0xf1, 0x21, 0x65, 0x95, 0x17, 0x21, 0x97, 0x03 } }; static const struct cckprng_op_reseed op_reseed_1941 = { .hd = { .id = 1834, .kind = OP_RESEED }, .nonce = 6785426221304068270ULL, .seed_nbytes = 249, .seed = { 0xbf, 0x22, 0x0f, 0xf7, 0x71, 0xa5, 0xa1, 0x6c, 0x16, 0xd8, 0x07, 0x41, 0x1e, 0xca, 0x46, 0x6e, 0x61, 0x93, 0xa6, 0x74, 0xf1, 0xd0, 0x08, 0x15, 0x62, 0x28, 0x43, 0xcb, 0x95, 0x41, 0x35, 0xea, 0x8e, 0x6c, 0x55, 0x3b, 0x25, 0x34, 0x71, 0x4e, 0xae, 0xa6, 0x93, 0x31, 0xee, 0xdd, 0x2d, 0xfb, 0xa4, 0xb8, 0xb2, 0xc5, 0xb1, 0xa7, 0xa3, 0xa5, 0x41, 0x45, 0xc0, 0x22, 0x8b, 0xe7, 0x0a, 0x55, 0xe7, 0xc1, 0x22, 0x26, 0x2b, 0x7a, 0x7b, 0x98, 0xfc, 0x35, 0x7c, 0x03, 0xe9, 0x7f, 0xd0, 0x7e, 0x47, 0xe7, 0xe7, 0x5a, 0xa2, 0x41, 0xe7, 0x17, 0x43, 0xb8, 0xf1, 0x98, 0xd5, 0x94, 0xb5, 0x1d, 0xa6, 0x9d, 0x49, 0x74, 0x02, 0xc0, 0x57, 0x11, 0xb4, 0x86, 0x7b, 0x57, 0x08, 0x7d, 0xf7, 0xc4, 0xe7, 0x54, 0x20, 0xb8, 0x79, 0x3b, 0x00, 0x29, 0xd9, 0x94, 0x04, 0xe6, 0x3d, 0x79, 0x44, 0x34, 0x63, 0x0a, 0x2d, 0x7b, 0x2b, 0x62, 0x73, 0x58, 0x52, 0xec, 0x8d, 0x07, 0x99, 0xb2, 0xd9, 0xeb, 0x01, 0xb0, 0x70, 0xa1, 0x21, 0xd1, 0x59, 0xcd, 0x33, 0x9a, 0x9e, 0xbc, 0x90, 0xdb, 0xa7, 0x11, 0x22, 0x8a, 0x83, 0xbe, 0xea, 0x43, 0x8b, 0x74, 0xdb, 0x06, 0x43, 0xb9, 0x5a, 0x84, 0x11, 0x53, 0xfe, 0x61, 0x9b, 0x82, 0xb4, 0xac, 0xd1, 0x4b, 0xc7, 0xe4, 0x65, 0x97, 0x86, 0xe8, 0xc2, 0x19, 0x4a, 0x25, 0xe4, 0x9c, 0x8c, 0xc7, 0xc2, 0x83, 0xeb, 0xe3, 0x29, 0x94, 0x72, 0xec, 0x8b, 0xc2, 0xea, 0x07, 0x41, 0x86, 0x8e, 0xdc, 0xbb, 0x34, 0x2f, 0x77, 0x02, 0x73, 0x7e, 0x03, 0xff, 0x78, 0x91, 0x70, 0x07, 0xca, 0x84, 0x30, 0xdd, 0x68, 0x74, 0xf0, 0xb7, 0xe5, 0xa2, 0x41, 0x16, 0xf1, 0x50, 0x88, 0xc1, 0xb4, 0x87, 0xb8, 0x0c, 0x7c, 0x92 } }; static const struct cckprng_op_generate op_init_1942 = { .hd = { .id = 1835, .kind = OP_GENERATE }, .rand_nbytes = 111, .out = { .rand = { 0xad, 0x06, 0xbb, 0x42, 0x60, 0x92, 0xc7, 0x78, 0xf5, 0xdb, 0x3e, 0xe8, 0x24, 0x2e, 0x49, 0x84, 0xb9, 0x6d, 0x90, 0x9e, 0x09, 0x70, 0x17, 0x21, 0x0d, 0x6b, 0xff, 0x92, 0x3d, 0x2e, 0x47, 0x7d, 0xbc, 0xec, 0x40, 0x9f, 0xab, 0x07, 0x25, 0x54, 0x40, 0xb6, 0x79, 0x69, 0x52, 0x10, 0x2f, 0x07, 0x28, 0x7d, 0xa2, 0xae, 0xa4, 0x80, 0x77, 0x37, 0xb8, 0x58, 0xe2, 0x9e, 0x68, 0x6d, 0xac, 0xbe, 0xa5, 0xdb, 0x55, 0x14, 0x79, 0xde, 0x4d, 0x14, 0x03, 0xa2, 0xfb, 0x7f, 0xd9, 0x0a, 0xcf, 0xf2, 0x6f, 0x54, 0xe8, 0xe8, 0x7c, 0x9e, 0xf5, 0x51, 0x66, 0xb4, 0xee, 0xac, 0x94, 0x3b, 0xe9, 0x30, 0xd8, 0x22, 0xe0, 0x53, 0x90, 0x86, 0xc2, 0xb9, 0xf0, 0xf7, 0x0a, 0xbd, 0xe5, 0x5c, 0x33 } } }; static const struct cckprng_op *ops_1943[] = { (const struct cckprng_op *)&op_init_1927, (const struct cckprng_op *)&op_refresh_1928, (const struct cckprng_op *)&op_refresh_1929, (const struct cckprng_op *)&op_refresh_1930, (const struct cckprng_op *)&op_reseed_1931, (const struct cckprng_op *)&op_refresh_1932, (const struct cckprng_op *)&op_refresh_1933, (const struct cckprng_op *)&op_refresh_1934, (const struct cckprng_op *)&op_refresh_1935, (const struct cckprng_op *)&op_init_1936, (const struct cckprng_op *)&op_init_1937, (const struct cckprng_op *)&op_init_1938, (const struct cckprng_op *)&op_init_1939, (const struct cckprng_op *)&op_reseed_1940, (const struct cckprng_op *)&op_reseed_1941, (const struct cckprng_op *)&op_init_1942 }; static const struct cckprng_vector vec_1944 = { .id = 1836, .note = NULL, .nops = 16, .ops = ops_1943 }; static const struct cckprng_op_init op_init_1945 = { .hd = { .id = 1837, .kind = OP_INIT }, .seed = { 0x00, 0x9a, 0xfb, 0x64, 0xc8, 0xab, 0x52, 0x2e, 0x30, 0xff, 0x7e, 0x21, 0x38, 0x35, 0xad, 0x1f, 0x8d, 0x03, 0xbc, 0x22, 0x01, 0xd7, 0x79, 0x78, 0x3e, 0xcd, 0xfb, 0x16, 0x68, 0x46, 0xb0, 0xa1 }, .nonce = { 0x36, 0x96, 0xdb, 0x7a, 0xd2, 0xf8, 0x7c, 0x41 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1946 = { .hd = { .id = 1838, .kind = OP_GENERATE }, .rand_nbytes = 260, .out = { .rand = { 0x91, 0x03, 0xa8, 0x00, 0xcc, 0x78, 0xbf, 0x52, 0x5e, 0x72, 0xdd, 0x69, 0x5a, 0x63, 0x2c, 0x6d, 0x47, 0xfa, 0x11, 0x5a, 0x05, 0x24, 0x41, 0x4f, 0x64, 0x80, 0xd6, 0xa3, 0x41, 0xd5, 0xd4, 0x0d, 0x99, 0x2e, 0xaf, 0xba, 0xfb, 0xe1, 0x1f, 0x6c, 0xd5, 0x88, 0xa7, 0x03, 0xff, 0x0a, 0x28, 0xb1, 0x51, 0x62, 0xfd, 0x2b, 0x74, 0xce, 0xfd, 0xb4, 0xed, 0x23, 0x2a, 0x55, 0x0b, 0xe9, 0xc7, 0xbd, 0x67, 0x73, 0xc4, 0x9f, 0x52, 0xbd, 0x9d, 0x04, 0x0b, 0xfd, 0x97, 0xc2, 0x6b, 0xe8, 0x3a, 0xcf, 0x22, 0x10, 0x5b, 0x0e, 0xa2, 0x66, 0x03, 0x4d, 0xf4, 0xaf, 0xda, 0xb3, 0xf1, 0xe7, 0xca, 0xd9, 0xa5, 0xb4, 0xaa, 0x4b, 0xa5, 0xf5, 0xbe, 0x7b, 0x97, 0x9c, 0x69, 0x3e, 0x90, 0x42, 0xac, 0x1a, 0x42, 0x57, 0x97, 0xe1, 0xee, 0xcf, 0x91, 0xd5, 0x0f, 0x31, 0xe7, 0x0f, 0x07, 0x60, 0x50, 0xcf, 0x74, 0xbe, 0x47, 0xf2, 0xd9, 0x65, 0x58, 0xd1, 0x38, 0x62, 0xba, 0xd2, 0x32, 0x87, 0xfd, 0x44, 0x5d, 0x2a, 0x85, 0x08, 0x2a, 0x61, 0x1f, 0x16, 0xf3, 0xa8, 0x70, 0xce, 0xc1, 0x32, 0x0c, 0x54, 0xc0, 0x17, 0x32, 0xbc, 0x14, 0xd1, 0xdf, 0xe3, 0x48, 0xf9, 0xc1, 0x5e, 0xc5, 0x69, 0xb5, 0xf7, 0xdb, 0x91, 0x89, 0x95, 0xc5, 0xed, 0x7b, 0x0d, 0xd5, 0xbe, 0x0b, 0x32, 0x8e, 0x82, 0x07, 0xc1, 0xed, 0x56, 0x65, 0x18, 0x5e, 0xe7, 0xaf, 0x8b, 0xf3, 0x5e, 0x1e, 0x37, 0x54, 0x01, 0x59, 0xaf, 0xb4, 0xc4, 0xce, 0x95, 0xe8, 0xde, 0x91, 0x5c, 0x5d, 0xd4, 0xb5, 0xe3, 0x55, 0xf9, 0x80, 0x44, 0xdf, 0x9a, 0x14, 0x15, 0xd9, 0x6d, 0x1e, 0x2d, 0xc4, 0x4e, 0xe7, 0x09, 0xe3, 0x55, 0xc8, 0x03, 0x6b, 0xcd, 0xfb, 0x5c, 0xc8, 0x1f, 0xb1, 0xef, 0x09, 0x70, 0x31, 0xda, 0xb4, 0x9b, 0x50, 0xbc, 0x80, 0x7c, 0xeb, 0x98 } } }; static const struct cckprng_op_reseed op_reseed_1947 = { .hd = { .id = 1839, .kind = OP_RESEED }, .nonce = 18146661322739843494ULL, .seed_nbytes = 189, .seed = { 0xa6, 0x01, 0x55, 0x8e, 0xc5, 0x86, 0x5c, 0xaa, 0xbe, 0x6b, 0xd8, 0x89, 0x17, 0x95, 0xee, 0xac, 0xeb, 0x12, 0x6f, 0x87, 0xbc, 0xcd, 0x56, 0x3a, 0x7b, 0x30, 0x01, 0x8e, 0x4a, 0x7b, 0x6b, 0xba, 0xb4, 0x04, 0x2b, 0x77, 0xe3, 0x0e, 0xce, 0xe8, 0x68, 0x65, 0x24, 0xe1, 0xf6, 0x79, 0xb7, 0xb9, 0x88, 0x12, 0x0d, 0xff, 0xc3, 0xdc, 0x5b, 0x76, 0xf6, 0x57, 0xb7, 0x64, 0xdd, 0xd7, 0xb8, 0x79, 0xd4, 0x1e, 0x49, 0xcb, 0xd7, 0x4a, 0x7e, 0xe3, 0xf5, 0xf3, 0x12, 0xb4, 0x91, 0x04, 0x0b, 0x33, 0x56, 0x54, 0x96, 0xe5, 0x22, 0x7c, 0xb5, 0x6c, 0x15, 0x96, 0x82, 0x65, 0xea, 0x15, 0x6a, 0x5a, 0x84, 0x02, 0x11, 0x15, 0x6f, 0x7d, 0x26, 0x30, 0xe2, 0x48, 0x89, 0x3e, 0xd5, 0x51, 0xfa, 0x51, 0x17, 0xa2, 0x52, 0x75, 0x2b, 0xf2, 0x65, 0x63, 0x1f, 0xee, 0x83, 0xd0, 0xbf, 0x7b, 0xd4, 0xc0, 0x3f, 0x6a, 0xcb, 0xb1, 0xc1, 0x07, 0x6f, 0x89, 0x72, 0x61, 0x0b, 0xa5, 0x3b, 0xa0, 0xec, 0xf3, 0x9a, 0xdb, 0x2e, 0xd2, 0x3c, 0x98, 0x19, 0x78, 0x58, 0xa1, 0x79, 0x1a, 0xaf, 0x66, 0xb3, 0xb3, 0xc4, 0xad, 0x08, 0xa5, 0xdf, 0xe8, 0x92, 0xea, 0xe5, 0x3b, 0xf6, 0xb3, 0x4a, 0xed, 0xb6, 0x29, 0x64, 0xfe, 0x4b, 0x3f, 0x2d, 0x1e, 0x96, 0xff, 0x50, 0xf0, 0x47, 0x11, 0xcd } }; static const struct cckprng_op_reseed op_reseed_1948 = { .hd = { .id = 1840, .kind = OP_RESEED }, .nonce = 4373260116089612095ULL, .seed_nbytes = 236, .seed = { 0x18, 0xf8, 0x59, 0x72, 0x87, 0x08, 0x6a, 0x41, 0x56, 0xea, 0x85, 0x40, 0x72, 0xd4, 0x6d, 0xf1, 0x37, 0xae, 0x8d, 0xd3, 0x96, 0x9d, 0x52, 0x47, 0x2e, 0x62, 0x16, 0x75, 0xc9, 0xe1, 0x9e, 0xbd, 0x07, 0x0f, 0xef, 0x5b, 0x5b, 0x6f, 0x96, 0x55, 0x38, 0x95, 0x71, 0x1a, 0x37, 0x45, 0x4d, 0x2e, 0x2c, 0xd0, 0x8d, 0x3b, 0xff, 0x4d, 0x0a, 0x5f, 0xcd, 0x42, 0x00, 0x41, 0x8e, 0x5b, 0xe6, 0x85, 0xf0, 0x3e, 0x07, 0x04, 0x0d, 0x75, 0xef, 0x5a, 0xbf, 0x9c, 0xa9, 0xbc, 0x7d, 0xf7, 0xd5, 0xfe, 0xb9, 0x1d, 0x87, 0xf8, 0x95, 0xc2, 0x90, 0x2b, 0x6d, 0x45, 0xc4, 0x85, 0x80, 0x76, 0x44, 0x91, 0x46, 0x76, 0xf6, 0xe5, 0xe6, 0x02, 0x68, 0x5a, 0xb7, 0xd0, 0x74, 0x1e, 0x4d, 0xb6, 0x6a, 0x1c, 0x27, 0x8a, 0xad, 0xd8, 0x04, 0xdb, 0x34, 0xb1, 0x07, 0xcd, 0x0c, 0x12, 0xc4, 0xb5, 0x22, 0xb7, 0xb4, 0xd5, 0x74, 0x32, 0x81, 0xb1, 0x58, 0x08, 0xa4, 0x23, 0x01, 0xf6, 0x03, 0x7a, 0xce, 0xec, 0x56, 0xad, 0x06, 0x9d, 0xeb, 0x6c, 0xb6, 0xdf, 0xee, 0xc6, 0xa6, 0x20, 0xa0, 0x0c, 0xa8, 0x6e, 0x23, 0x75, 0xc7, 0x60, 0x89, 0x59, 0x0e, 0xfc, 0xec, 0x8f, 0x43, 0x71, 0x31, 0x0e, 0xa3, 0x2f, 0x04, 0x0e, 0xb5, 0xe9, 0x6a, 0x2a, 0x62, 0xdb, 0x0d, 0x34, 0xf4, 0xdc, 0x76, 0x57, 0x01, 0xf5, 0x97, 0xbf, 0x01, 0xe3, 0x3c, 0x7d, 0x11, 0x2c, 0xe8, 0x2e, 0x48, 0xc8, 0x5e, 0x66, 0x1c, 0x48, 0x44, 0xb6, 0x93, 0x9a, 0x0d, 0x82, 0xe4, 0x20, 0x1a, 0x82, 0xe7, 0x01, 0xdb, 0x88, 0x1f, 0xbd, 0xdd, 0xc6, 0x07, 0x56, 0xb9, 0xdf, 0x67, 0x01, 0x76, 0x81, 0xe8, 0xee } }; static const struct cckprng_op_reseed op_reseed_1949 = { .hd = { .id = 1841, .kind = OP_RESEED }, .nonce = 15523905292157103733ULL, .seed_nbytes = 76, .seed = { 0xa4, 0x2e, 0x3b, 0xa5, 0x88, 0xba, 0xa7, 0xec, 0xe6, 0x14, 0x12, 0xf6, 0x89, 0xd7, 0x04, 0xdb, 0x9e, 0x92, 0x29, 0x10, 0x3c, 0x69, 0xa0, 0x9d, 0x09, 0x01, 0x45, 0x04, 0xf3, 0x39, 0xcf, 0xbc, 0x2e, 0xe8, 0xf8, 0x5f, 0x3b, 0x79, 0x06, 0x4c, 0x39, 0x43, 0xbc, 0x46, 0x3a, 0xa4, 0x2d, 0x61, 0xb9, 0xd4, 0x23, 0x93, 0x6b, 0x7d, 0x24, 0x4f, 0x67, 0xcd, 0xd1, 0x5f, 0x37, 0x08, 0x93, 0xfa, 0x01, 0x0c, 0x65, 0xe7, 0xf8, 0xbe, 0xad, 0x0f, 0x9e, 0x9f, 0x6a, 0xaf } }; static const struct cckprng_op_generate op_init_1950 = { .hd = { .id = 1842, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0xec, 0x40, 0xb2, 0x7b, 0x22, 0x61, 0xf2, 0x35, 0x97, 0x69, 0xee, 0x14, 0x71, 0xf8, 0x8d, 0x18, 0x8f, 0x14, 0x9a, 0xd0, 0x59, 0x72, 0xb8, 0xfd, 0x16, 0x79, 0xd7, 0xf8, 0x70, 0x99, 0x5a, 0x26, 0x64, 0x00, 0xd6, 0x5e, 0x2e, 0xbf, 0xbd, 0x7c, 0xd6, 0x5f, 0x83, 0x67, 0x13, 0x37, 0xdf, 0x03, 0x68, 0x1d, 0x3e, 0x18, 0x7d, 0x9c, 0xdc, 0xc3, 0x00, 0x7f, 0xf6, 0xac, 0x14, 0xe2, 0x49, 0x40, 0xca, 0x9f, 0xef, 0x16, 0x6e, 0xd9, 0xa4, 0x63, 0xef, 0x66, 0xee, 0xbc, 0x29, 0xdf, 0x8a, 0x24, 0xbe, 0x92, 0x96, 0x0a, 0x9f, 0xf4, 0x96, 0x95, 0x39, 0xb3, 0x12, 0x37, 0x55, 0xf3, 0xb4, 0x4c, 0x31, 0x22, 0x75, 0x3c, 0x25, 0x0c, 0x02, 0x6f, 0x56, 0x20, 0xe9, 0x3e, 0xa9, 0x4f, 0xb2, 0xe7, 0x1c, 0x7c, 0xd9, 0xc5, 0xe5, 0x10, 0xa5, 0xe8, 0x24, 0x0d, 0x10, 0x72, 0x57, 0xa7, 0x9d, 0x3e, 0x4f, 0x44, 0x1d, 0x3f, 0xe0, 0x3d, 0xb1, 0x92, 0x43, 0xa4, 0x53, 0x9d, 0xed, 0xdb, 0x15, 0x01, 0x8f, 0x0f, 0xa8, 0x51, 0x12, 0xe5, 0x20, 0x5c, 0x66, 0x3d, 0x60, 0x48, 0x7c, 0xcd, 0xf5, 0xc5, 0x66, 0x70, 0x31, 0x0f, 0x08, 0x9d, 0x8f, 0xf8, 0x4f, 0x7d, 0x36, 0x71, 0x29, 0x53, 0x70, 0x7e } } }; static const struct cckprng_op_generate op_init_1951 = { .hd = { .id = 1843, .kind = OP_GENERATE }, .rand_nbytes = 2, .out = { .rand = { 0xea, 0x33 } } }; static const struct cckprng_op_refresh op_refresh_1952 = { .hd = { .id = 1844, .kind = OP_REFRESH }, .rand = 4116613586208230648ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1953 = { .hd = { .id = 1845, .kind = OP_REFRESH }, .rand = 4398293231463746157ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1954 = { .hd = { .id = 1846, .kind = OP_REFRESH }, .rand = 17203549970494773138ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1955 = { .hd = { .id = 1847, .kind = OP_REFRESH }, .rand = 13409341985497728168ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1956 = { .hd = { .id = 1848, .kind = OP_REFRESH }, .rand = 12525672210935543703ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1957 = { .hd = { .id = 1849, .kind = OP_REFRESH }, .rand = 11092864428482049919ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_1958 = { .hd = { .id = 1850, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x6f, 0xa3, 0xff, 0x02, 0x7a, 0x1a, 0x80, 0x24, 0x72, 0x76, 0x05, 0x20, 0xdd, 0x68, 0xdc, 0xfe, 0xba, 0x60, 0x74, 0x5a, 0x5c, 0x56, 0x57, 0x84, 0xd6, 0x88, 0x0e, 0x22, 0xbb, 0x2d, 0xf4, 0xd0, 0x7b, 0xa6, 0x09, 0x05, 0xd0, 0xb7, 0x81, 0x6e, 0x46, 0xec, 0x80, 0x84, 0xfd, 0xf4, 0x37, 0xe3, 0xe2, 0x11, 0xf6, 0x90, 0x3b, 0xfd, 0x41, 0xc4, 0x0a, 0x1a, 0xb3, 0x33, 0xec, 0x96, 0x7b, 0xb0, 0x55, 0xde, 0xfc, 0xcb, 0x07, 0x8e, 0x5a, 0x55, 0xfa, 0xfa, 0xe9, 0x14, 0xdb, 0xf7, 0xb5, 0x9c, 0x29, 0x60, 0xf2, 0x47, 0x49, 0x2a, 0xc5, 0x57, 0x7f, 0x9a, 0x8f, 0x34, 0x36, 0xa8, 0xc9, 0x63, 0x1a, 0x53, 0x01, 0x38, 0x69, 0xc2, 0xd9, 0xd3, 0x76, 0x3d, 0xcd, 0xde, 0x81, 0x95, 0x61, 0x00, 0xcc, 0x5a, 0x35, 0xb4, 0x5d, 0x47, 0xc9, 0xbf, 0x85, 0x58, 0xfa, 0x25, 0xe9, 0x66, 0xe0, 0xaf, 0x58, 0x5e, 0x8e, 0x60, 0x0a, 0xb6, 0xf3, 0x84, 0xc1, 0xd7, 0xaa, 0x21, 0x43, 0xef, 0x54, 0x5a, 0x30, 0x93, 0x8a, 0x59, 0x4e, 0x51, 0xdf, 0xa4, 0xb4, 0xb1, 0xe7, 0x9d, 0x76, 0x4b, 0x20, 0x34, 0x98, 0x44, 0x80, 0xeb, 0x50, 0xb6, 0x25, 0xa6, 0xf6, 0x0c, 0x13, 0xdc, 0xf6, 0x17, 0x34, 0xf6, 0xaa, 0x3e, 0xf6, 0xef, 0xcb, 0xe4, 0x8c, 0xcf, 0xcb, 0xa3, 0xfd, 0xef, 0x55, 0x8e, 0x7d, 0xc6, 0x72, 0x00, 0x1f, 0x25, 0x01, 0xc6, 0x94, 0x68, 0x85, 0x67, 0x2a, 0xfa, 0x40, 0x69, 0xdf, 0x7b, 0x8f, 0x27, 0x6d, 0x33, 0xae, 0xa6, 0xe0, 0xa1, 0xf8, 0x1c, 0xcd, 0x5c, 0x11, 0xdb, 0x91, 0xfc, 0x25, 0x71, 0x27, 0xac, 0x54, 0xda, 0xdd, 0xad, 0xe5, 0x9f, 0x64, 0x91, 0x29, 0xd3, 0x24, 0xa1, 0xd6, 0x00, 0x6d, 0xd7, 0xf9, 0xd2, 0xc2, 0xae, 0x64, 0xa7, 0x88, 0x97, 0xb8, 0xbb, 0x38, 0x0e, 0x5f, 0xf8, 0x27, 0xca, 0x42, 0x7b } } }; static const struct cckprng_op_generate op_init_1959 = { .hd = { .id = 1851, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0x60, 0x55, 0x86, 0xef, 0xac, 0x31, 0xa1, 0x82, 0xfc, 0x6f, 0x3d, 0xed, 0xc6, 0xfb, 0xfc, 0x94, 0x07, 0xe8 } } }; static const struct cckprng_op_reseed op_reseed_1960 = { .hd = { .id = 1852, .kind = OP_RESEED }, .nonce = 11658986205986118265ULL, .seed_nbytes = 183, .seed = { 0x79, 0xdf, 0xb5, 0x01, 0xfb, 0x66, 0xca, 0x13, 0x24, 0xc1, 0x4c, 0x00, 0xaf, 0x67, 0x71, 0x1c, 0x90, 0x0c, 0xb0, 0x2a, 0xaa, 0x8f, 0x75, 0x4e, 0xe1, 0x0c, 0x31, 0x79, 0xad, 0x92, 0xe0, 0x35, 0x7c, 0x35, 0x75, 0x03, 0x2c, 0x9e, 0x4c, 0x88, 0xea, 0xb5, 0xc2, 0x0b, 0x8e, 0x21, 0xf7, 0x8f, 0x0d, 0xf8, 0x3c, 0x8d, 0x2d, 0x66, 0xb2, 0x23, 0x22, 0x2d, 0x29, 0xa5, 0xb9, 0x02, 0x1e, 0x0e, 0x6b, 0x82, 0xad, 0x8d, 0x9f, 0x44, 0xc0, 0xff, 0x69, 0x4b, 0x21, 0x57, 0x0b, 0xfd, 0xf9, 0xf4, 0xf7, 0xfb, 0xbd, 0x51, 0xd7, 0x2e, 0x1d, 0x4c, 0x56, 0xc1, 0xff, 0xe1, 0xc7, 0xec, 0x4e, 0x85, 0x06, 0x67, 0x54, 0xb8, 0xa6, 0x17, 0x2d, 0x0b, 0x84, 0xe0, 0xf0, 0x1a, 0xb3, 0x50, 0xac, 0xa1, 0x27, 0x52, 0xb8, 0xbb, 0x74, 0xad, 0xa3, 0x21, 0xfc, 0x8f, 0x4b, 0x7a, 0xdc, 0xac, 0xf7, 0x41, 0x99, 0xc1, 0x81, 0x51, 0x8e, 0xbf, 0x3a, 0xeb, 0xef, 0xee, 0xac, 0x81, 0x9e, 0xda, 0x69, 0xb7, 0xa4, 0x7b, 0xe4, 0x5a, 0xd5, 0xea, 0xf8, 0x73, 0x7b, 0x72, 0x5e, 0x95, 0xe2, 0x8a, 0xd2, 0xc5, 0x9b, 0x39, 0x0a, 0xdd, 0x00, 0x75, 0xfc, 0x44, 0x49, 0x8c, 0x9c, 0xd8, 0x75, 0x19, 0xd4, 0x6f, 0x19, 0x1f, 0x0e, 0x62, 0x84, 0x08, 0xb9 } }; static const struct cckprng_op *ops_1961[] = { (const struct cckprng_op *)&op_init_1945, (const struct cckprng_op *)&op_init_1946, (const struct cckprng_op *)&op_reseed_1947, (const struct cckprng_op *)&op_reseed_1948, (const struct cckprng_op *)&op_reseed_1949, (const struct cckprng_op *)&op_init_1950, (const struct cckprng_op *)&op_init_1951, (const struct cckprng_op *)&op_refresh_1952, (const struct cckprng_op *)&op_refresh_1953, (const struct cckprng_op *)&op_refresh_1954, (const struct cckprng_op *)&op_refresh_1955, (const struct cckprng_op *)&op_refresh_1956, (const struct cckprng_op *)&op_refresh_1957, (const struct cckprng_op *)&op_init_1958, (const struct cckprng_op *)&op_init_1959, (const struct cckprng_op *)&op_reseed_1960 }; static const struct cckprng_vector vec_1962 = { .id = 1853, .note = NULL, .nops = 16, .ops = ops_1961 }; static const struct cckprng_op_init op_init_1963 = { .hd = { .id = 1854, .kind = OP_INIT }, .seed = { 0xa1, 0x20, 0x27, 0xe2, 0x41, 0x0b, 0x5f, 0x9f, 0x5b, 0x09, 0xa7, 0x46, 0xed, 0xff, 0x66, 0x83, 0xa8, 0xcb, 0x03, 0xfe, 0x99, 0x14, 0xe4, 0x76, 0xf5, 0xa2, 0x55, 0xd1, 0x9e, 0x34, 0xb7, 0x25 }, .nonce = { 0xb1, 0x74, 0x52, 0xec, 0x2b, 0xb0, 0x0a, 0xac }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1964 = { .hd = { .id = 1855, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0xd8, 0x76, 0xec, 0x6f, 0x38, 0xd0, 0x88, 0x74, 0xfb, 0x64, 0x90, 0x18, 0xd7, 0xe1, 0xcf, 0x41, 0x0f, 0xbe, 0x61, 0xce, 0xa8, 0x55, 0x29, 0x4b, 0x33, 0xfa, 0x8a, 0xef, 0xb9, 0x4f, 0x93, 0xf2, 0x5d, 0xc9, 0x4a, 0x80, 0x1f, 0xe4, 0x55, 0x17, 0xa1, 0x4b, 0x65, 0x21, 0x53, 0xeb, 0xee, 0xa3, 0x4e, 0x7d, 0x89, 0x4b, 0x84, 0x13, 0x8f, 0x21, 0x6f, 0x33, 0xb0, 0xe6, 0x9d, 0x2c, 0x1c, 0xab, 0x23, 0xc9, 0x58, 0x0a, 0x3f, 0xc2, 0xff, 0xbc, 0x56, 0x92, 0xd5, 0x88, 0xe6, 0x87, 0xdd, 0x92, 0x9a, 0x20, 0x56, 0xce, 0x4b, 0xda, 0x33, 0x25, 0x1a, 0x44, 0x37, 0x91, 0xd3, 0xcf, 0xa4, 0xd9, 0x30, 0xfa, 0xf3, 0x32, 0xe3, 0xa0, 0xe1, 0xd2, 0xdf, 0xc4, 0x40, 0x06, 0x5d, 0x87, 0xfe, 0xcf, 0xaa, 0x63, 0xbc, 0xfa, 0xc6, 0x86, 0x8b, 0x42, 0x1c, 0x24, 0x53, 0x9e, 0xdf, 0x26, 0xfb, 0x44, 0x0b, 0xa2, 0x78, 0x3a, 0x2f, 0x70, 0x7e, 0xef, 0x95, 0x34, 0x5c, 0x0f, 0x2e, 0xdd, 0xbe, 0x54, 0x8e, 0x87, 0xca, 0x29, 0x35, 0x83, 0xe1 } } }; static const struct cckprng_op_reseed op_reseed_1965 = { .hd = { .id = 1856, .kind = OP_RESEED }, .nonce = 9072354264210984654ULL, .seed_nbytes = 109, .seed = { 0x1c, 0x12, 0xea, 0xb3, 0xd6, 0x7b, 0x18, 0x74, 0x07, 0x8d, 0xa7, 0x3e, 0x6e, 0x70, 0xf8, 0x13, 0xf4, 0x69, 0xbd, 0xfb, 0xcf, 0x80, 0xa8, 0xc8, 0xee, 0xa2, 0x44, 0x7f, 0x86, 0xfc, 0xef, 0x3d, 0x0e, 0x68, 0x8b, 0xe4, 0x88, 0x1d, 0xd8, 0x41, 0xb9, 0x2b, 0x94, 0x39, 0x54, 0xa5, 0x58, 0x04, 0x6f, 0x20, 0x53, 0x5a, 0x47, 0xa5, 0x9b, 0x0e, 0x6e, 0xd2, 0x28, 0xfa, 0x8d, 0xd5, 0x02, 0x5c, 0xfa, 0x83, 0x69, 0xa6, 0x2e, 0x97, 0x7a, 0x5a, 0x41, 0xf5, 0xef, 0x4a, 0x2d, 0x58, 0xa1, 0xbc, 0x53, 0x51, 0xcc, 0x28, 0xa4, 0xec, 0x23, 0x58, 0x95, 0xbf, 0x81, 0x3d, 0x29, 0x9a, 0x49, 0xb2, 0x3b, 0x13, 0x90, 0x01, 0x5d, 0xef, 0xfe, 0x52, 0x48, 0xf8, 0xda, 0x5c, 0x6e } }; static const struct cckprng_op_reseed op_reseed_1966 = { .hd = { .id = 1857, .kind = OP_RESEED }, .nonce = 17280899292072962619ULL, .seed_nbytes = 204, .seed = { 0x1f, 0x3a, 0xee, 0x9c, 0x21, 0xa1, 0x68, 0x9f, 0x58, 0x42, 0x0a, 0xb5, 0x24, 0xf9, 0x28, 0xa2, 0x75, 0xc0, 0x29, 0xd2, 0x43, 0x96, 0x85, 0x96, 0xc9, 0x17, 0xa8, 0x4d, 0x61, 0x3b, 0x72, 0xaa, 0x81, 0x22, 0x41, 0x96, 0xe2, 0x9b, 0x1f, 0x4b, 0xca, 0x3a, 0x76, 0xbd, 0xe7, 0xf9, 0x40, 0x0a, 0xcc, 0xc9, 0x7b, 0xc1, 0x7d, 0xa7, 0xb8, 0x7b, 0x9f, 0x56, 0xaa, 0xd9, 0xb4, 0x29, 0x24, 0x0a, 0x49, 0xea, 0x10, 0xee, 0x5a, 0x9b, 0x20, 0xc1, 0xc3, 0xc3, 0x46, 0x40, 0xf1, 0x79, 0xa9, 0xd6, 0xee, 0x64, 0x4b, 0x49, 0xda, 0xae, 0xf1, 0xec, 0x7a, 0xbb, 0xd4, 0x88, 0x43, 0x0e, 0xbb, 0xb1, 0x2d, 0xb0, 0xee, 0x29, 0xe8, 0xa9, 0xf4, 0xe5, 0x31, 0x92, 0x1a, 0xf0, 0x0b, 0x43, 0xdf, 0xd3, 0xbc, 0x35, 0x8d, 0x78, 0xc8, 0x81, 0xfa, 0x57, 0x43, 0x4e, 0xd1, 0xed, 0x49, 0xd1, 0xe4, 0xcb, 0x9b, 0xd9, 0x0a, 0x10, 0x96, 0x9a, 0xc1, 0xe6, 0xe7, 0x46, 0x93, 0x88, 0x43, 0x0d, 0x5f, 0xe1, 0x1b, 0xeb, 0x66, 0xaa, 0xb1, 0x2a, 0xa8, 0xf0, 0x11, 0x69, 0xf0, 0x47, 0x1d, 0x9e, 0x46, 0x57, 0x39, 0x12, 0xa6, 0x9d, 0xc4, 0xbc, 0x86, 0x94, 0xf1, 0x7f, 0x37, 0xb4, 0xa3, 0x79, 0xe1, 0xa6, 0x71, 0x50, 0xa4, 0x0c, 0x58, 0x1c, 0xa5, 0x88, 0x4f, 0xc1, 0xd0, 0xab, 0xbe, 0xb6, 0xa2, 0xaa, 0xc2, 0x27, 0xfa, 0xb2, 0xe2, 0xe9, 0x28, 0x2b, 0x29, 0x2b, 0xe9, 0xa3 } }; static const struct cckprng_op_refresh op_refresh_1967 = { .hd = { .id = 1858, .kind = OP_REFRESH }, .rand = 7446532859398447998ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1968 = { .hd = { .id = 1859, .kind = OP_REFRESH }, .rand = 8001992382677371222ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1969 = { .hd = { .id = 1860, .kind = OP_REFRESH }, .rand = 6543807775518258446ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_1970 = { .hd = { .id = 1861, .kind = OP_REFRESH }, .rand = 5666229702794747597ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1971 = { .hd = { .id = 1862, .kind = OP_RESEED }, .nonce = 13882014656536234756ULL, .seed_nbytes = 190, .seed = { 0x35, 0xfe, 0x35, 0x74, 0xcc, 0x82, 0xbf, 0xae, 0x5a, 0x42, 0xc9, 0xd5, 0x8c, 0x78, 0xaf, 0x4f, 0xde, 0x05, 0xad, 0xe6, 0x3c, 0x60, 0xfc, 0xf2, 0x69, 0x22, 0x86, 0x27, 0x96, 0xc2, 0x4d, 0x42, 0xd8, 0xa2, 0xec, 0x5f, 0x1f, 0xad, 0xb2, 0xec, 0x65, 0x13, 0x08, 0x40, 0xe1, 0x08, 0x4f, 0xc7, 0xf0, 0xb9, 0x45, 0x8b, 0x15, 0xab, 0xe4, 0x7c, 0xff, 0x7b, 0x3b, 0x14, 0xa3, 0x84, 0x85, 0xbd, 0xb3, 0x26, 0xf9, 0xe1, 0x48, 0x9f, 0x2e, 0x3a, 0x18, 0x19, 0xd0, 0x72, 0xa3, 0xc8, 0xb1, 0x1d, 0xb9, 0xd6, 0x2d, 0x0e, 0x9a, 0xf9, 0xd0, 0xb3, 0xa6, 0x6c, 0xe1, 0x1d, 0x03, 0x1a, 0x8b, 0x37, 0x3f, 0x6a, 0xb6, 0x26, 0x08, 0x48, 0xe3, 0x39, 0x6f, 0xf2, 0x94, 0x62, 0x7f, 0xe4, 0x96, 0x1c, 0x01, 0xd5, 0x04, 0x39, 0xc0, 0xb3, 0x32, 0x18, 0x05, 0x08, 0xda, 0x26, 0xe8, 0xf2, 0xf1, 0xfe, 0x68, 0x34, 0x1f, 0x79, 0x01, 0x82, 0xe4, 0xf1, 0x62, 0xf5, 0xdd, 0x70, 0x12, 0x60, 0x39, 0xd8, 0xa3, 0xa3, 0x5a, 0x8e, 0x81, 0x26, 0xdf, 0x70, 0x1e, 0x21, 0x74, 0xb1, 0x4d, 0xc3, 0xa2, 0x00, 0xa7, 0x83, 0x6d, 0xe5, 0x27, 0x62, 0xbb, 0xa3, 0xb4, 0x20, 0x55, 0xf3, 0xf2, 0x4b, 0x58, 0x4d, 0x73, 0x55, 0xe0, 0x5a, 0x8c, 0xb2, 0x69, 0xb9, 0xd5, 0x6c, 0xa4, 0x59, 0x53, 0xc8 } }; static const struct cckprng_op_generate op_init_1972 = { .hd = { .id = 1863, .kind = OP_GENERATE }, .rand_nbytes = 267, .out = { .rand = { 0x2e, 0x69, 0xf3, 0x10, 0xa7, 0x31, 0x2f, 0xe6, 0x37, 0x1c, 0xae, 0x4e, 0x9b, 0x3a, 0xca, 0x4c, 0x1d, 0xde, 0xe6, 0x8a, 0xf0, 0xd0, 0xb4, 0x90, 0xd9, 0x80, 0x86, 0xa4, 0xea, 0x9b, 0x76, 0xb7, 0xdb, 0x09, 0xb9, 0xbd, 0x43, 0xba, 0xf2, 0x77, 0xcd, 0x03, 0xc2, 0x48, 0x16, 0x82, 0xff, 0x16, 0xce, 0xe4, 0x5d, 0xd9, 0x15, 0xc6, 0xb3, 0x2c, 0xb1, 0x4d, 0x82, 0xcc, 0xf4, 0x8e, 0x2a, 0x65, 0x65, 0xf8, 0x3c, 0x9c, 0xf7, 0x71, 0xbf, 0x5b, 0x3d, 0x3c, 0x07, 0x99, 0x34, 0xbc, 0x8b, 0xc3, 0xc9, 0x48, 0x53, 0xab, 0x1f, 0xd9, 0x74, 0x1c, 0x1a, 0x5d, 0x22, 0xb4, 0x52, 0x6b, 0x47, 0xbb, 0xaf, 0x6e, 0x78, 0x74, 0x4b, 0x06, 0x04, 0x60, 0x83, 0x97, 0x45, 0x84, 0x7a, 0x67, 0x54, 0x07, 0xe6, 0x81, 0x8e, 0xab, 0x96, 0xb6, 0xb8, 0x59, 0x39, 0x74, 0x54, 0x98, 0x19, 0x4b, 0x23, 0xfb, 0x40, 0xf0, 0x82, 0xec, 0x73, 0x4b, 0x09, 0x19, 0xaf, 0xad, 0x5d, 0x12, 0xab, 0xde, 0x70, 0x58, 0xb2, 0x96, 0xaf, 0xa0, 0x9c, 0x7f, 0x0d, 0x3a, 0x42, 0xc4, 0x52, 0x4c, 0x6b, 0xe5, 0x2a, 0xd2, 0x80, 0x33, 0x38, 0x6a, 0x47, 0x44, 0xa0, 0x3c, 0x3e, 0x86, 0xfb, 0x48, 0x90, 0xec, 0x6e, 0x8c, 0x09, 0x21, 0x7e, 0x00, 0xb6, 0xc2, 0xf6, 0x56, 0x0e, 0xf5, 0xfa, 0x78, 0x9d, 0x91, 0xd8, 0xb6, 0x23, 0xcd, 0x07, 0xf1, 0x12, 0x34, 0x3d, 0xe0, 0x62, 0x7f, 0x11, 0xc8, 0x18, 0x1e, 0x35, 0x00, 0x8e, 0xae, 0xb3, 0x46, 0xa1, 0x41, 0x1d, 0xab, 0xf1, 0x14, 0xcf, 0x69, 0xdd, 0xcd, 0xc5, 0x60, 0x81, 0x65, 0xa2, 0xa4, 0x27, 0xe8, 0x84, 0x1f, 0x1a, 0x5f, 0x0f, 0x22, 0xb5, 0xf7, 0x4c, 0xdf, 0xce, 0x07, 0x87, 0xcc, 0x32, 0xd1, 0x88, 0x0c, 0xe7, 0x8b, 0xd3, 0xde, 0xdf, 0xc5, 0x1f, 0xac, 0x0c, 0x62, 0x29, 0xeb, 0xf1, 0x7d, 0x96, 0xad, 0x09, 0xe2, 0x64 } } }; static const struct cckprng_op_refresh op_refresh_1973 = { .hd = { .id = 1864, .kind = OP_REFRESH }, .rand = 14538102892651098385ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_1974 = { .hd = { .id = 1865, .kind = OP_REFRESH }, .rand = 7779159946746617937ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1975 = { .hd = { .id = 1866, .kind = OP_GENERATE }, .rand_nbytes = 34, .out = { .rand = { 0x06, 0xc5, 0xba, 0x47, 0x49, 0x7a, 0xc3, 0x0d, 0xee, 0xb5, 0xf4, 0x8a, 0x15, 0x83, 0x4e, 0xfa, 0xa4, 0x68, 0x4e, 0x3e, 0x26, 0x03, 0x65, 0x2e, 0xb3, 0x70, 0x36, 0x2a, 0xd4, 0x7d, 0x11, 0xb5, 0x71, 0xb6 } } }; static const struct cckprng_op_reseed op_reseed_1976 = { .hd = { .id = 1867, .kind = OP_RESEED }, .nonce = 6394166850328957380ULL, .seed_nbytes = 139, .seed = { 0xfe, 0x25, 0x32, 0xc0, 0x21, 0x60, 0xe6, 0x9e, 0x18, 0xd7, 0x2c, 0xbf, 0xf9, 0xab, 0x0f, 0xd9, 0x17, 0x8f, 0x45, 0x3e, 0x0c, 0x9a, 0xee, 0x0d, 0xe0, 0x49, 0x2d, 0xa0, 0xc6, 0x60, 0x3d, 0x1e, 0x8f, 0xfb, 0xae, 0xf9, 0xe7, 0x9c, 0x3d, 0xa0, 0x5f, 0x97, 0x1f, 0x9a, 0x01, 0xb4, 0xbb, 0x47, 0xa7, 0xa6, 0x5d, 0x8d, 0x94, 0x02, 0xf9, 0x75, 0xf5, 0x7e, 0xd3, 0x9d, 0x8c, 0x2c, 0x00, 0x2d, 0xb1, 0x3d, 0x23, 0x0c, 0x92, 0xe7, 0x54, 0x7f, 0xd8, 0x43, 0x2a, 0xd0, 0x6c, 0xb7, 0x58, 0x32, 0x23, 0x6a, 0x32, 0x88, 0x3d, 0x7b, 0xda, 0x2a, 0x74, 0x18, 0x23, 0x4c, 0xb8, 0x1c, 0x24, 0x5a, 0x7e, 0xdd, 0x22, 0xd8, 0x6c, 0xb6, 0x6a, 0xc5, 0xe7, 0xa6, 0xf3, 0xc0, 0x15, 0x66, 0x52, 0x04, 0xa1, 0x3d, 0x78, 0xa7, 0x49, 0x76, 0xfc, 0x16, 0xa2, 0x25, 0xcf, 0x92, 0x37, 0x40, 0x90, 0x41, 0x46, 0x84, 0xa0, 0x2e, 0x33, 0x98, 0xb8, 0x37, 0x57, 0x29, 0xf6 } }; static const struct cckprng_op_refresh op_refresh_1977 = { .hd = { .id = 1868, .kind = OP_REFRESH }, .rand = 10357743037109193903ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_1978 = { .hd = { .id = 1869, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x19, 0x61, 0x92, 0x6a, 0xad, 0x8e, 0x59, 0x5f, 0x23, 0xff, 0x78, 0x5f, 0x89, 0x2d, 0x5e, 0x2d, 0x43, 0xfd, 0xa4, 0xa8, 0x5c, 0x05, 0x32, 0xeb, 0xbc, 0x29, 0xff, 0xca, 0xe6, 0xbc, 0x9f, 0xcf, 0xa8, 0x35, 0x3a, 0xe0, 0xb0, 0x1b, 0xaa, 0x3d, 0x1a, 0x12, 0x9e, 0x50, 0x13, 0x0a, 0xe5, 0x8b, 0xa6, 0xfe, 0xf5, 0xb0, 0x51, 0x85, 0x97, 0x36, 0x98, 0x4c, 0xf9, 0x71, 0x9c, 0x30, 0x19, 0x0b, 0x98, 0x34, 0x08, 0x14, 0x71, 0x8f, 0x6e, 0xf0 } } }; static const struct cckprng_op *ops_1979[] = { (const struct cckprng_op *)&op_init_1963, (const struct cckprng_op *)&op_init_1964, (const struct cckprng_op *)&op_reseed_1965, (const struct cckprng_op *)&op_reseed_1966, (const struct cckprng_op *)&op_refresh_1967, (const struct cckprng_op *)&op_refresh_1968, (const struct cckprng_op *)&op_refresh_1969, (const struct cckprng_op *)&op_refresh_1970, (const struct cckprng_op *)&op_reseed_1971, (const struct cckprng_op *)&op_init_1972, (const struct cckprng_op *)&op_refresh_1973, (const struct cckprng_op *)&op_refresh_1974, (const struct cckprng_op *)&op_init_1975, (const struct cckprng_op *)&op_reseed_1976, (const struct cckprng_op *)&op_refresh_1977, (const struct cckprng_op *)&op_init_1978 }; static const struct cckprng_vector vec_1980 = { .id = 1870, .note = NULL, .nops = 16, .ops = ops_1979 }; static const struct cckprng_op_init op_init_1981 = { .hd = { .id = 1871, .kind = OP_INIT }, .seed = { 0xfd, 0xeb, 0xe6, 0x36, 0x2e, 0x7d, 0xb8, 0xa9, 0xbf, 0xae, 0xbe, 0x91, 0x40, 0x20, 0x30, 0xa8, 0x9a, 0xe4, 0x6e, 0x72, 0x9f, 0xfa, 0xf9, 0xf8, 0xc2, 0xf3, 0x62, 0x71, 0x41, 0xe9, 0x60, 0xae }, .nonce = { 0x2c, 0x8d, 0x1d, 0xa3, 0x41, 0xd1, 0x11, 0xc0 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_1982 = { .hd = { .id = 1872, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0xec, 0x56, 0xd1, 0x3c, 0x0d, 0xa0, 0x9a, 0x1e, 0xe4, 0xb7, 0xc1, 0xdd, 0x08, 0x85, 0x91, 0xa7, 0x39, 0xe2, 0x01, 0x58, 0x73, 0x96, 0xb4, 0x80, 0x6e, 0xca, 0x05, 0x02, 0x48, 0x64, 0x83, 0x94, 0x68, 0x13, 0x32, 0x1b, 0x23, 0x6e, 0x0d, 0xba, 0x4c, 0xbb, 0x22, 0x40, 0x69, 0x0f, 0x2e, 0x9d, 0x32, 0x4e, 0x30, 0x56, 0x2e, 0x4c, 0xca, 0x90, 0x3b, 0xb6, 0x88, 0xe0, 0xfc, 0x5a, 0x81, 0x56, 0x7d, 0x59, 0xe0, 0xe0, 0x72, 0x70, 0x33, 0x53, 0x50, 0xc0, 0x15, 0x5f, 0x2f, 0x44, 0x6c, 0x98, 0x78, 0x65, 0xa5, 0x08, 0xf4, 0xa3, 0x00, 0xf1, 0x6b, 0x19, 0x64, 0x72, 0x70, 0xff, 0xbf, 0x18, 0xd6, 0x55, 0x98, 0x08, 0xb1, 0x6e, 0xe8, 0x65, 0x13, 0x75, 0x3d, 0xe1, 0x85, 0x87, 0xdd, 0xce, 0xec, 0xfe, 0xc1, 0x71, 0x0c, 0x5a, 0x22, 0x5f, 0x9c, 0x06, 0xde, 0xee, 0x26, 0xc0, 0x50, 0x2a, 0x19, 0x58, 0x8e, 0x1a, 0xa4, 0x37, 0x16, 0xd4, 0xab, 0xcf, 0x6c, 0xdf, 0x69, 0xcb, 0x1e, 0xda, 0xcf, 0x2c, 0x33, 0xea, 0xf0, 0xc8, 0x44 } } }; static const struct cckprng_op_refresh op_refresh_1983 = { .hd = { .id = 1873, .kind = OP_REFRESH }, .rand = 10742974510401281237ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_1984 = { .hd = { .id = 1874, .kind = OP_RESEED }, .nonce = 344934335526685487ULL, .seed_nbytes = 129, .seed = { 0xcf, 0x6e, 0x2b, 0x68, 0x7a, 0xd4, 0x7d, 0xf5, 0x39, 0x77, 0xd6, 0xe3, 0xd4, 0xea, 0xf3, 0xd4, 0xf6, 0xbe, 0xdc, 0xa6, 0x70, 0x47, 0x7c, 0x7f, 0xaa, 0xe1, 0xaa, 0x61, 0xe7, 0x8e, 0x19, 0x7c, 0x71, 0xe8, 0x89, 0x90, 0x08, 0x6b, 0x15, 0xe5, 0xbd, 0x45, 0xb4, 0x0f, 0x30, 0xb8, 0xf4, 0x50, 0x7a, 0x60, 0x40, 0x68, 0x26, 0x55, 0xd9, 0xea, 0xd4, 0x06, 0xf1, 0x79, 0x87, 0x92, 0x88, 0x72, 0xd3, 0xd7, 0x68, 0xaf, 0x58, 0xd0, 0xf5, 0x62, 0xb7, 0x5c, 0x93, 0xcd, 0xba, 0xd2, 0x87, 0x4d, 0x2b, 0x93, 0xcc, 0xf0, 0x42, 0xdf, 0xfd, 0xa8, 0x8f, 0x16, 0x72, 0xf8, 0x27, 0xb6, 0x03, 0x73, 0x46, 0x78, 0x3b, 0x2d, 0xf8, 0x24, 0xb1, 0x02, 0x37, 0x07, 0xdb, 0x12, 0xcf, 0x43, 0xda, 0xef, 0x88, 0x44, 0x88, 0xe6, 0xe1, 0xb4, 0x17, 0x33, 0xdc, 0xa4, 0x18, 0x33, 0x57, 0x85, 0xf7, 0x67, 0xd1 } }; static const struct cckprng_op_reseed op_reseed_1985 = { .hd = { .id = 1875, .kind = OP_RESEED }, .nonce = 11064568983259002523ULL, .seed_nbytes = 212, .seed = { 0xce, 0x62, 0x63, 0xd1, 0x87, 0x1a, 0xd1, 0x77, 0x89, 0x13, 0xa6, 0x2f, 0xe0, 0xc1, 0x46, 0xe2, 0x50, 0x2b, 0x0b, 0x70, 0x8e, 0xc2, 0xd1, 0xe1, 0x78, 0x6d, 0x85, 0xad, 0xdd, 0x0a, 0x9b, 0x61, 0x6d, 0x95, 0x18, 0x44, 0xf3, 0x0f, 0x7f, 0x5f, 0x38, 0xe6, 0x13, 0x1f, 0x2a, 0xe4, 0x88, 0x87, 0x43, 0xed, 0xcd, 0x38, 0x90, 0x3b, 0x19, 0xb2, 0xab, 0xbd, 0x02, 0xf5, 0xd2, 0x87, 0x5c, 0x10, 0x8a, 0x94, 0xf9, 0x56, 0x1a, 0x97, 0x39, 0xbf, 0x56, 0x3e, 0xed, 0x91, 0x4f, 0x90, 0xf2, 0x3d, 0x45, 0x86, 0xee, 0xf0, 0x4f, 0xc6, 0xa9, 0x81, 0xe2, 0x11, 0x88, 0xd7, 0x2f, 0x51, 0x9a, 0x95, 0x79, 0xb2, 0xd5, 0xe5, 0x97, 0xad, 0x37, 0x6f, 0xee, 0x37, 0x38, 0x7e, 0xe3, 0x0c, 0x6c, 0x77, 0x44, 0x5b, 0xe3, 0x15, 0x8b, 0xb2, 0x29, 0x06, 0xe4, 0x5a, 0xe6, 0x63, 0x14, 0x31, 0x86, 0x3c, 0xe3, 0x01, 0xaf, 0xa6, 0x15, 0x36, 0x86, 0xac, 0x38, 0xa3, 0x94, 0xe4, 0xec, 0x92, 0x4a, 0x04, 0x49, 0xe2, 0x5e, 0x0a, 0x1a, 0xdb, 0x3a, 0xf4, 0xbf, 0xf3, 0xcf, 0x01, 0x33, 0x9d, 0xdf, 0x3d, 0xb5, 0x53, 0x08, 0xcd, 0x14, 0x8f, 0x48, 0x66, 0xfd, 0x6b, 0x23, 0xde, 0x2c, 0xca, 0xbf, 0x89, 0x87, 0x7f, 0xdc, 0x65, 0x89, 0x19, 0xfe, 0x75, 0xa7, 0x9e, 0x4e, 0x7b, 0xc8, 0x66, 0xe8, 0x5e, 0xae, 0x67, 0x52, 0x5a, 0x4f, 0x05, 0xd1, 0xcf, 0x6c, 0x8a, 0x38, 0x20, 0xd9, 0x63, 0xe0, 0xae, 0xf9, 0x1d, 0x76, 0xc9 } }; static const struct cckprng_op_generate op_init_1986 = { .hd = { .id = 1876, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0xe9, 0x11, 0x75, 0xdf, 0x2f, 0x92, 0x23, 0x6e, 0x0e, 0x55, 0x5a, 0xa1, 0x26, 0xae, 0x1c, 0x48, 0xe1, 0x6a, 0x1b, 0x76, 0xfe, 0x4d, 0x8f, 0x1c, 0xc5, 0x31, 0x37, 0x9a, 0xe0, 0x4c, 0x39, 0xb3, 0xfc, 0x07, 0x92, 0xaa, 0x14, 0x2e, 0xe7, 0xf4, 0x19, 0x8e, 0xe0, 0xca, 0xa7, 0xb4, 0x6e, 0x46, 0xbf, 0x34, 0x52, 0xd0, 0xdb, 0x53, 0xe4, 0x35, 0xe4, 0x5e, 0x92, 0xbf, 0x40, 0x8d, 0x50, 0xb6, 0x66, 0x8f, 0xa7, 0xbe, 0x1f, 0x23, 0xd8, 0x14, 0xeb, 0xff, 0xa9, 0x6b, 0xf0, 0x35, 0xd1, 0xef, 0x54, 0x45, 0x3e, 0x53, 0xb9, 0xc4, 0xe1, 0x21, 0x75, 0x7d, 0x32, 0x01, 0x1c, 0xb2, 0xb7, 0x5a, 0x00, 0x3a, 0x3c, 0x25, 0x35, 0x2f, 0x83, 0x43, 0x43, 0x16, 0x39, 0xa9, 0x62, 0x9a, 0x28, 0x12, 0x71, 0xf7, 0x87, 0x31, 0x08, 0xde, 0x6f, 0xfc, 0xe9, 0xc2, 0x57, 0xe8, 0xb3, 0xb1, 0x5b, 0x21, 0xdf, 0xad, 0x6b, 0x53, 0xb7, 0xe3, 0xa2, 0x83, 0x0c, 0x2e, 0x8c, 0x54, 0x81, 0xc9, 0x7c, 0xcb, 0xff, 0x61, 0xff, 0x41, 0x93, 0x2d, 0xb4, 0x23, 0x76, 0xf9, 0x3f, 0x51, 0x70, 0xd5 } } }; static const struct cckprng_op_refresh op_refresh_1987 = { .hd = { .id = 1877, .kind = OP_REFRESH }, .rand = 16213838134383789394ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_1988 = { .hd = { .id = 1878, .kind = OP_RESEED }, .nonce = 6252040665659119930ULL, .seed_nbytes = 151, .seed = { 0xaa, 0x7f, 0x4d, 0x29, 0xaa, 0xd3, 0xab, 0x26, 0xbe, 0xdf, 0x21, 0x8d, 0xbd, 0xd7, 0xa8, 0x73, 0x90, 0x44, 0xc4, 0x0d, 0x1d, 0x02, 0x86, 0xc9, 0x78, 0xcd, 0x86, 0xa3, 0x5e, 0x43, 0xe1, 0xc7, 0x81, 0xd4, 0xff, 0x01, 0x83, 0xbd, 0xc8, 0x49, 0x82, 0x02, 0x65, 0x58, 0x5e, 0xdc, 0x73, 0x94, 0x50, 0xc3, 0x99, 0x98, 0x45, 0x22, 0xa0, 0x81, 0xfa, 0x1d, 0x54, 0x58, 0x5d, 0x4a, 0xef, 0xca, 0xd1, 0xc8, 0x36, 0x72, 0xdc, 0x8f, 0xca, 0x1a, 0x3d, 0x92, 0x35, 0xbc, 0x2d, 0x43, 0x25, 0x3b, 0x63, 0x76, 0x1d, 0x33, 0x85, 0xd6, 0x1d, 0x8c, 0x35, 0x08, 0x10, 0xfb, 0xf9, 0xe3, 0x7a, 0x4a, 0x55, 0x67, 0x34, 0xa8, 0xd1, 0xe6, 0x0f, 0x9e, 0x67, 0xd3, 0x8a, 0x60, 0x32, 0x3f, 0xd5, 0xe7, 0x55, 0xe9, 0x30, 0x55, 0x32, 0x06, 0xe1, 0x3a, 0xb9, 0xd5, 0x25, 0x83, 0x84, 0x5f, 0x43, 0x23, 0xc5, 0xdf, 0xcb, 0xb8, 0x86, 0x47, 0xf6, 0x13, 0x74, 0x90, 0xae, 0xe6, 0x36, 0x32, 0xd6, 0xd0, 0x96, 0x15, 0x5d, 0x18, 0xa5, 0x92, 0x2f } }; static const struct cckprng_op_generate op_init_1989 = { .hd = { .id = 1879, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0xfe, 0xa5, 0x12, 0x01, 0x85, 0x82, 0x44, 0x9e, 0x63, 0xbd, 0xdc, 0xbd, 0xf5, 0x2f, 0x90, 0x78, 0x9b, 0x70, 0xbb, 0x06, 0xee, 0xd5, 0xa8, 0x59, 0x1a, 0x1c, 0x7a, 0xbd, 0xc3, 0x22, 0x96, 0xfb, 0x1f, 0x2a, 0xd4, 0xc9, 0x01, 0xa6, 0xdd, 0x00, 0x8d, 0x42, 0x7a, 0xdc, 0x00, 0x73, 0x0c, 0x0e, 0x6e, 0xda, 0xf8, 0xbc, 0x15, 0x80, 0x81, 0x1d, 0xbb, 0x58, 0x11, 0x1b, 0x6a, 0x75, 0xb9, 0x79, 0x77, 0x3e, 0x70, 0x60, 0xfc, 0x3a, 0x9c, 0xa4, 0x10, 0x5c, 0xf0, 0xc6, 0x05, 0x84, 0xee, 0xbd, 0x2e, 0xa7, 0xd2, 0xb2, 0xf1, 0x95, 0xd9, 0x66, 0x22, 0x4e, 0x98, 0xfc, 0xc2, 0x59, 0x15, 0xdc, 0xda, 0x0d, 0x6a, 0xb5, 0xe5, 0xd0, 0x5f, 0x95, 0x0a, 0x07, 0xaa, 0xac, 0x6b, 0x41, 0x77, 0xf3, 0xf6, 0x05, 0xa2, 0xd3, 0x82, 0x38, 0xf9, 0x21, 0xe1, 0x97, 0x50, 0x24, 0x94, 0xc3, 0x3e, 0x5d, 0xdd, 0x08, 0xf3, 0x19, 0xa4, 0x6a, 0xd6, 0x98, 0xa2, 0x01, 0x34, 0xfa, 0xad, 0xdf, 0xf2, 0x3a, 0x1b, 0xa3, 0x61, 0x66, 0x00, 0x0f, 0xf2 } } }; static const struct cckprng_op_reseed op_reseed_1990 = { .hd = { .id = 1880, .kind = OP_RESEED }, .nonce = 18077215694507727013ULL, .seed_nbytes = 100, .seed = { 0x86, 0x19, 0xc0, 0xc6, 0xd8, 0xd7, 0x62, 0xdd, 0xb7, 0x1c, 0xaa, 0xda, 0x5d, 0xfb, 0xd3, 0x96, 0xb6, 0x42, 0xf3, 0x70, 0x63, 0x6d, 0x81, 0xec, 0x6e, 0xc5, 0xee, 0x1c, 0xcb, 0xaa, 0x75, 0x18, 0x28, 0x82, 0xe6, 0x71, 0x61, 0x94, 0x71, 0x99, 0xdd, 0xfd, 0x3d, 0xc5, 0x6a, 0xab, 0x6c, 0xe9, 0x1c, 0x38, 0x83, 0xef, 0x71, 0x79, 0x3c, 0xb8, 0x8b, 0x3f, 0x85, 0x0f, 0x8a, 0x93, 0xea, 0x01, 0xeb, 0x91, 0xe1, 0xec, 0xfb, 0xeb, 0xc4, 0xb9, 0x31, 0x03, 0xc4, 0x3b, 0x0f, 0xc6, 0xcc, 0x85, 0xfd, 0x02, 0x62, 0x12, 0x9d, 0x95, 0xca, 0x8c, 0xf1, 0xba, 0x6f, 0x65, 0xa7, 0xa0, 0x43, 0x60, 0xca, 0x7b, 0x15, 0x1e } }; static const struct cckprng_op_generate op_init_1991 = { .hd = { .id = 1881, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0x35, 0xfc, 0x78, 0x5a, 0xc2, 0x79, 0xc1, 0x29, 0x6c, 0x0e, 0x58, 0xac, 0x5c, 0xe9, 0xfc, 0x23, 0x3a, 0x8f, 0xda, 0x49, 0xb8, 0x80, 0x43, 0xf7, 0x69, 0x01, 0xf3, 0xe0, 0x46, 0x7f, 0x92, 0x15, 0xe1, 0xee, 0xd3, 0xe3, 0x90, 0x2a, 0xda, 0x98, 0xec, 0x1d, 0x40, 0x73, 0xc0, 0x1a, 0xb1, 0x06, 0x7f, 0x40, 0x6e, 0xad, 0x43, 0xc4, 0xef, 0x53, 0x79, 0x17, 0x49, 0xda, 0x21, 0xb0, 0x50, 0x5f, 0x6c, 0xd2, 0xd1, 0x5f, 0x31, 0x09, 0x4b, 0x6d, 0x6d, 0x36, 0x23, 0xb2, 0x03, 0x83, 0x52, 0xcd, 0x27, 0x36, 0x9e, 0x0b, 0xc9, 0x56, 0x79, 0x8f, 0x11, 0xa6, 0x5d, 0x2c, 0x43, 0x00, 0xad, 0xa3, 0x20, 0x6f, 0x9a, 0x3b, 0x31, 0x65, 0x32, 0xc3, 0x85, 0x77, 0x0a, 0xc8, 0x04, 0x52, 0x3e, 0x0a, 0x7a, 0x46, 0xb0, 0x9d, 0x0f, 0x82, 0xee, 0xa0, 0xc0, 0xf4, 0x37, 0x6a, 0xc8, 0x1a, 0x9f, 0x67, 0x86, 0x4f, 0x98, 0x3b, 0x37, 0xa9, 0x48, 0xc7, 0x28, 0xd5, 0xdb, 0x26, 0x07, 0xbd, 0x40, 0x78, 0x54, 0xa3, 0x49, 0x8c, 0x58, 0x89, 0x97, 0x8d, 0x03, 0x5d, 0x89, 0x8c, 0x71, 0x11, 0x3b, 0x7e, 0xd7, 0x31, 0x47, 0x0c, 0x63, 0x55, 0x38, 0x23, 0x2c, 0xc6, 0x0b, 0x71, 0x99, 0xdb, 0x39, 0xa3, 0x1c, 0xbd, 0x84, 0xb9, 0x9d, 0x47, 0xc1, 0xd5, 0x3c, 0xad, 0xc6, 0xeb, 0xe7, 0xf2, 0x2f, 0x09, 0x9f, 0xf7, 0xbe, 0x86, 0xfc, 0xbf, 0xd1, 0x2a, 0xf7, 0x59, 0xdb, 0xb3, 0x70, 0x7a, 0x80, 0xa1, 0x65, 0x97, 0x67, 0x2e, 0x63, 0xb2, 0x4b, 0x46, 0x36, 0xf8, 0x82, 0x5b, 0x4c, 0x8e, 0x37, 0x98, 0x5f, 0x0f, 0x5c, 0x5b, 0x3c, 0x48, 0xe5, 0xf5, 0x73, 0x7f, 0x24, 0x6d, 0x01, 0xaf, 0x30, 0x14, 0xe3, 0x4f, 0x87, 0xfe, 0xb7, 0x9b, 0xdf, 0xfd, 0x52, 0x18, 0xa0, 0x5a, 0x01, 0x7e, 0x0d, 0xf0, 0xdd, 0x1d, 0x6a, 0xb4, 0x2f, 0xaf, 0x70, 0xdc, 0xc0, 0xef, 0xf3, 0x07, 0xe5, 0x9a } } }; static const struct cckprng_op_reseed op_reseed_1992 = { .hd = { .id = 1882, .kind = OP_RESEED }, .nonce = 4132096023936258096ULL, .seed_nbytes = 206, .seed = { 0xf0, 0xaa, 0xd5, 0xaa, 0x3e, 0x28, 0x90, 0xa3, 0x0b, 0xac, 0x65, 0x29, 0xb5, 0xdd, 0xc1, 0xdb, 0xf9, 0x0b, 0x8a, 0x60, 0x43, 0xb5, 0xcc, 0x89, 0x2a, 0x33, 0x01, 0xc9, 0x4e, 0x0a, 0x85, 0x62, 0x91, 0x8e, 0x52, 0x8e, 0xc0, 0xf4, 0x77, 0x4d, 0x0e, 0xd6, 0x68, 0xba, 0xe4, 0x98, 0xae, 0xa0, 0xc8, 0xb2, 0xc8, 0x1c, 0x93, 0x84, 0xb3, 0xcb, 0x80, 0xd8, 0xcf, 0xb9, 0xc7, 0xe8, 0x2c, 0xb8, 0x16, 0xb9, 0x60, 0xf0, 0x01, 0x0a, 0xd7, 0xc7, 0x1c, 0x48, 0x95, 0x58, 0x64, 0x10, 0xd1, 0x1e, 0xc1, 0x49, 0xb0, 0x31, 0x09, 0x43, 0x2f, 0x25, 0xa9, 0x34, 0x81, 0xad, 0x99, 0xdb, 0x3f, 0x9b, 0xaa, 0xfc, 0x96, 0x16, 0xf3, 0x7f, 0x0a, 0xd2, 0xcc, 0xb2, 0x41, 0x0c, 0x62, 0x7c, 0xfb, 0xcc, 0xdd, 0xb7, 0xe9, 0xdf, 0x02, 0xdb, 0xad, 0x97, 0x17, 0x2d, 0xdc, 0x55, 0xdd, 0x08, 0x26, 0x59, 0x78, 0x8d, 0xff, 0x3b, 0xa3, 0x13, 0x28, 0x7d, 0xc3, 0x61, 0xf8, 0x54, 0xe6, 0x57, 0xd5, 0x01, 0xb2, 0xad, 0x30, 0x6f, 0x52, 0x43, 0x23, 0x2d, 0xc2, 0x80, 0xab, 0x33, 0x02, 0x8f, 0x28, 0x47, 0xeb, 0xe2, 0x9e, 0xfa, 0x6a, 0x00, 0x3b, 0x3c, 0xa3, 0x5c, 0x26, 0xd5, 0x64, 0x50, 0xed, 0xe7, 0x88, 0x27, 0xe5, 0x31, 0xe4, 0x85, 0x26, 0xa1, 0xcb, 0x2b, 0x23, 0x3d, 0xf0, 0xbf, 0xdf, 0x3a, 0x80, 0xdf, 0x27, 0x2b, 0xbc, 0x4d, 0x09, 0x15, 0x2e, 0xa6, 0x77, 0xf8, 0x24, 0x9d } }; static const struct cckprng_op_generate op_init_1993 = { .hd = { .id = 1883, .kind = OP_GENERATE }, .rand_nbytes = 195, .out = { .rand = { 0x91, 0x94, 0x49, 0xfa, 0x97, 0x4f, 0xad, 0xae, 0x20, 0x5d, 0x77, 0x77, 0x16, 0x6f, 0x72, 0x6f, 0xbb, 0x3c, 0x5c, 0x8e, 0xf0, 0x71, 0x77, 0xba, 0x18, 0x12, 0x81, 0x21, 0xff, 0x85, 0x50, 0xe9, 0x5e, 0x64, 0xf4, 0xa8, 0x05, 0xd3, 0xac, 0x30, 0x7c, 0xc9, 0xb7, 0x3d, 0x92, 0xd3, 0x19, 0xc4, 0x5b, 0x4f, 0xf5, 0x81, 0x54, 0x78, 0x31, 0xa6, 0x22, 0xfc, 0x55, 0x5c, 0x70, 0x70, 0x3d, 0x1c, 0x4f, 0x36, 0xfc, 0xf1, 0xa9, 0x65, 0x20, 0x7e, 0x97, 0xbe, 0xaf, 0x66, 0xe6, 0x2b, 0xda, 0xdd, 0xaa, 0xa9, 0x49, 0x52, 0x53, 0xf7, 0x37, 0x2a, 0x0d, 0x2b, 0x3f, 0xe6, 0xd1, 0x2f, 0x20, 0x0e, 0xdb, 0xf8, 0x8a, 0x00, 0xe8, 0x28, 0xf5, 0x68, 0x3e, 0x27, 0xdf, 0x03, 0x66, 0x4d, 0xe3, 0xdb, 0x65, 0x89, 0x95, 0x96, 0xde, 0xdb, 0xef, 0xa8, 0x19, 0xf2, 0x4b, 0xbf, 0x14, 0x07, 0x33, 0x9d, 0x4b, 0x9d, 0x82, 0xff, 0x0b, 0xf1, 0x4d, 0xd4, 0x3f, 0xda, 0xde, 0xe5, 0x9a, 0xbd, 0xc1, 0x77, 0x22, 0xec, 0xbf, 0xa3, 0x9a, 0x76, 0xf9, 0xdb, 0x70, 0x25, 0x1c, 0x82, 0xd5, 0x6a, 0xaa, 0xbb, 0x1d, 0x1c, 0x09, 0x6c, 0x8a, 0x62, 0x9c, 0x53, 0x6a, 0xe6, 0x0c, 0xe5, 0xf4, 0x0b, 0xe1, 0xd9, 0xad, 0x28, 0x9f, 0x33, 0x62, 0xcb, 0x41, 0x5b, 0xba, 0xac, 0x08, 0xde, 0x7b, 0x19, 0xda, 0xc0, 0x52, 0x97, 0x47 } } }; static const struct cckprng_op_reseed op_reseed_1994 = { .hd = { .id = 1884, .kind = OP_RESEED }, .nonce = 6953090063937847541ULL, .seed_nbytes = 104, .seed = { 0x2f, 0xea, 0x87, 0xfc, 0x90, 0x24, 0x70, 0x75, 0x62, 0x66, 0x87, 0x2b, 0x5a, 0xc0, 0xbc, 0xd8, 0x13, 0x37, 0x04, 0x94, 0x06, 0xe5, 0xd6, 0x97, 0xb7, 0x88, 0xbe, 0x66, 0x34, 0xcf, 0x8a, 0x8b, 0xd6, 0xda, 0x56, 0x2b, 0xdd, 0xff, 0xfb, 0x73, 0x0f, 0x4d, 0x2d, 0x7b, 0xaf, 0x07, 0xf0, 0x0c, 0x0d, 0x08, 0x1c, 0x94, 0x83, 0xe4, 0x6f, 0x43, 0x0e, 0x58, 0x7d, 0xdb, 0xb0, 0x30, 0x08, 0xc2, 0x45, 0x1b, 0xed, 0x16, 0xd2, 0x9b, 0x8f, 0x73, 0xde, 0x7e, 0x2a, 0x4e, 0x75, 0x47, 0x6a, 0x0b, 0x44, 0x6a, 0xc6, 0xfd, 0x6a, 0x81, 0xf0, 0x33, 0x7d, 0x26, 0x52, 0x85, 0x01, 0xbf, 0x54, 0x33, 0xfa, 0xcf, 0x26, 0x0a, 0x70, 0x31, 0xc7, 0xd0 } }; static const struct cckprng_op_reseed op_reseed_1995 = { .hd = { .id = 1885, .kind = OP_RESEED }, .nonce = 9969219476770014118ULL, .seed_nbytes = 105, .seed = { 0xc6, 0xe9, 0x17, 0xcf, 0x00, 0xf7, 0x6c, 0xdd, 0x3b, 0xb0, 0x9a, 0xc0, 0x1a, 0xf2, 0x43, 0x9c, 0x31, 0x2a, 0xd4, 0x7d, 0x64, 0xb0, 0xf5, 0x56, 0xcf, 0x35, 0xa9, 0x2b, 0x34, 0x3e, 0x5f, 0x2f, 0x73, 0xc1, 0x6f, 0xbf, 0xef, 0x53, 0x10, 0xc1, 0x48, 0x18, 0x85, 0xb4, 0x31, 0x4f, 0x90, 0x3b, 0x24, 0x22, 0x3d, 0x75, 0x3b, 0xea, 0x53, 0xd2, 0x34, 0xc4, 0x84, 0xf8, 0x30, 0x80, 0xf4, 0xc3, 0x3d, 0xa9, 0x4b, 0x73, 0x78, 0xdd, 0x39, 0xf9, 0x0d, 0x88, 0x36, 0x14, 0xeb, 0x42, 0x39, 0x00, 0xf3, 0xce, 0xe2, 0xcf, 0xf3, 0x17, 0x6e, 0xfb, 0x82, 0xe1, 0xa9, 0x71, 0x81, 0xe1, 0x39, 0x4c, 0x83, 0xce, 0x54, 0x85, 0x57, 0x9f, 0xa9, 0xd7, 0x1a } }; static const struct cckprng_op_refresh op_refresh_1996 = { .hd = { .id = 1886, .kind = OP_REFRESH }, .rand = 15750096683355226142ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_1997[] = { (const struct cckprng_op *)&op_init_1981, (const struct cckprng_op *)&op_init_1982, (const struct cckprng_op *)&op_refresh_1983, (const struct cckprng_op *)&op_reseed_1984, (const struct cckprng_op *)&op_reseed_1985, (const struct cckprng_op *)&op_init_1986, (const struct cckprng_op *)&op_refresh_1987, (const struct cckprng_op *)&op_reseed_1988, (const struct cckprng_op *)&op_init_1989, (const struct cckprng_op *)&op_reseed_1990, (const struct cckprng_op *)&op_init_1991, (const struct cckprng_op *)&op_reseed_1992, (const struct cckprng_op *)&op_init_1993, (const struct cckprng_op *)&op_reseed_1994, (const struct cckprng_op *)&op_reseed_1995, (const struct cckprng_op *)&op_refresh_1996 }; static const struct cckprng_vector vec_1998 = { .id = 1887, .note = NULL, .nops = 16, .ops = ops_1997 }; static const struct cckprng_op_init op_init_1999 = { .hd = { .id = 1888, .kind = OP_INIT }, .seed = { 0x9c, 0x14, 0x29, 0x43, 0x8d, 0xc1, 0x84, 0xb2, 0x8f, 0xea, 0xe0, 0x0e, 0x15, 0x8a, 0x83, 0xe9, 0x6d, 0x34, 0x5b, 0x0a, 0x95, 0x83, 0xd3, 0xf0, 0xcc, 0xed, 0x27, 0xc2, 0x6e, 0xdd, 0xab, 0xbe }, .nonce = { 0xe6, 0x6a, 0xd9, 0x55, 0x48, 0x41, 0x67, 0xc3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2000 = { .hd = { .id = 1889, .kind = OP_REFRESH }, .rand = 11520765202118904080ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2001 = { .hd = { .id = 1890, .kind = OP_REFRESH }, .rand = 13085600091189116967ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2002 = { .hd = { .id = 1891, .kind = OP_RESEED }, .nonce = 9480946494943393266ULL, .seed_nbytes = 20, .seed = { 0xb5, 0xa1, 0x49, 0x83, 0x8a, 0x74, 0x15, 0x65, 0xfa, 0x4b, 0x6c, 0xbd, 0x67, 0x22, 0x01, 0xad, 0xdf, 0x74, 0x26, 0xcb } }; static const struct cckprng_op_generate op_init_2003 = { .hd = { .id = 1892, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0x87, 0x0d, 0x29, 0x79, 0x1b, 0x93, 0xb4, 0x3f, 0x63, 0x09, 0xba, 0x21, 0xdb, 0x14, 0x47, 0x12, 0x69, 0xf7, 0x91, 0x5c, 0x3d, 0x0b, 0x91, 0x97, 0x9f, 0x94, 0x4a, 0xd8, 0x2d, 0x40, 0xc9, 0xe6, 0x62, 0xbd, 0x4c, 0x73, 0x06, 0x1c, 0x0d, 0x1c, 0x05, 0x5b, 0xb3, 0xbd, 0x48, 0x61, 0x58, 0xd0, 0xd4, 0x63, 0xe3, 0x7a, 0x4f, 0x4e, 0xdb, 0xdc, 0x98, 0xc9, 0x9e, 0x54, 0x0a, 0x44, 0x42, 0x6d, 0xe5, 0x1e, 0x1d, 0x2c, 0x18, 0x85, 0x18, 0x00, 0xbd, 0xc2, 0x80, 0xb0, 0xc5, 0x64, 0xec, 0xb4, 0xb1, 0x8d, 0x89, 0x12, 0x57, 0x3c, 0xfc, 0x57, 0x61, 0x52, 0x0a, 0xc4, 0x23, 0xe6, 0x21, 0xf8, 0xce, 0xc0, 0xd3, 0x8a, 0xec, 0xb2, 0xd6, 0x85, 0xde, 0xdf, 0x00, 0xf8, 0x31, 0xc1, 0x34, 0x23, 0x21, 0x3c, 0xb1, 0x35, 0x38, 0xe4, 0x83, 0x5a, 0x0f, 0x1b, 0x03, 0x0d, 0xca, 0xb4, 0x13, 0x92, 0x2c, 0xc9, 0x5a, 0x0a, 0x8b, 0x8b, 0xc1, 0x95, 0xaf, 0x1d, 0x4d, 0x58, 0x3e, 0x9d, 0xec, 0x08, 0xd6, 0x98, 0xb3, 0xd9, 0xc4, 0x96, 0x57, 0xb2, 0xac, 0xe7, 0xdc, 0xbd, 0x2b, 0xb8, 0xb7, 0x34, 0xa2, 0x3f, 0x0a, 0x75, 0x5f, 0x3e, 0x54, 0xdc, 0xba, 0xe0, 0xf5, 0xd2, 0x7c, 0xcf, 0xbd, 0xda, 0xb7, 0x42, 0xf3, 0x3c, 0x9f, 0xe9, 0x63, 0x02, 0x67, 0x88, 0xfd, 0xa6, 0xea, 0xf4, 0xe1, 0xcd, 0xbf, 0xef, 0x7e, 0x2d, 0xe5, 0x1e, 0x65, 0x23, 0xcd, 0x23, 0x86, 0x84, 0xf2, 0x6b, 0xce, 0xc8, 0xf6, 0x88, 0x90, 0x55, 0xae, 0x52, 0x1c, 0xc5, 0x0e, 0xa1, 0x6c, 0x96, 0x71, 0x10, 0x68, 0x47, 0x2e, 0x07, 0x36, 0xe9, 0xda, 0x18, 0xec, 0x73, 0xb2, 0x2e, 0xe9, 0x73, 0xc5, 0x03, 0x32, 0x80, 0x57, 0x25, 0x46, 0x8d, 0x9e, 0x68, 0x6e, 0x69, 0x53, 0x4d, 0x9d, 0x9a, 0x7a, 0xb8, 0x66, 0xbc, 0x64, 0x17, 0x72, 0xab, 0x9f, 0xb8, 0xff, 0xba, 0x3e, 0xbb, 0x54, 0x95, 0x5c, 0x9e } } }; static const struct cckprng_op_reseed op_reseed_2004 = { .hd = { .id = 1893, .kind = OP_RESEED }, .nonce = 134222787147123966ULL, .seed_nbytes = 122, .seed = { 0x17, 0x15, 0x8f, 0xdf, 0xd6, 0x1b, 0x72, 0x84, 0x77, 0x27, 0xb3, 0x88, 0xd0, 0xea, 0xa2, 0x8d, 0x92, 0x84, 0xb7, 0xfe, 0x56, 0x2f, 0xe3, 0x86, 0x15, 0x5e, 0x1d, 0x17, 0xb3, 0x8d, 0xeb, 0x0f, 0x58, 0x3e, 0x05, 0xda, 0xf7, 0xea, 0x2f, 0xa3, 0x01, 0xe8, 0x28, 0xe8, 0xb0, 0x84, 0x6c, 0xeb, 0x1a, 0xba, 0x2b, 0xff, 0x3a, 0x33, 0x7f, 0xae, 0xd5, 0x30, 0x67, 0xb5, 0xb6, 0x0b, 0x30, 0x6f, 0x71, 0x97, 0xbd, 0x67, 0x2f, 0x0e, 0x5a, 0x81, 0x1e, 0x32, 0xa0, 0x4a, 0x86, 0xfd, 0x29, 0x2c, 0x28, 0x9b, 0xd1, 0x5b, 0x03, 0xca, 0x2d, 0x03, 0x03, 0xd7, 0x2c, 0xc7, 0x55, 0xb4, 0x74, 0xa3, 0x2b, 0x3e, 0x63, 0xc6, 0xde, 0x6b, 0xe2, 0xd1, 0x1c, 0xbd, 0xf1, 0x1a, 0x41, 0xcc, 0x12, 0xbd, 0x32, 0xa0, 0x69, 0xcb, 0x50, 0xdc, 0xfa, 0xa4, 0x3d, 0x3d } }; static const struct cckprng_op_reseed op_reseed_2005 = { .hd = { .id = 1894, .kind = OP_RESEED }, .nonce = 3159536043724383644ULL, .seed_nbytes = 242, .seed = { 0x0b, 0x71, 0x2f, 0xda, 0x42, 0x9c, 0x5e, 0x76, 0xaf, 0x31, 0xd6, 0xd2, 0x96, 0x78, 0xcd, 0x30, 0xcb, 0x58, 0xcb, 0xa4, 0x05, 0x9a, 0x30, 0xec, 0x7d, 0x00, 0x3e, 0x7b, 0xe7, 0x05, 0x36, 0xb8, 0x01, 0x31, 0x5f, 0x5a, 0x73, 0xc6, 0x4e, 0xb9, 0x65, 0x44, 0x81, 0x10, 0xb3, 0xb8, 0xdc, 0x1d, 0x64, 0x29, 0xa6, 0xc9, 0x78, 0x6c, 0x57, 0xe1, 0x2e, 0x19, 0x42, 0x7c, 0xf7, 0xec, 0x4f, 0xfd, 0x7b, 0xcd, 0x3e, 0x0b, 0xfb, 0xa9, 0x6c, 0x10, 0xf9, 0x92, 0xd5, 0x74, 0xf4, 0xff, 0xc9, 0x2e, 0x20, 0xef, 0x74, 0x05, 0x7b, 0xcd, 0x26, 0xe2, 0x3e, 0xae, 0x4e, 0x75, 0x5e, 0xfd, 0x6b, 0xec, 0x7b, 0x9f, 0xb6, 0xcc, 0xab, 0x8d, 0xc8, 0x56, 0xa5, 0xa9, 0x78, 0x63, 0x08, 0x36, 0xfa, 0xff, 0x78, 0x2e, 0xfb, 0xb4, 0xf4, 0x9f, 0xfc, 0x5d, 0x1e, 0x66, 0xc4, 0x7d, 0x34, 0x9b, 0x55, 0x7a, 0x5b, 0x15, 0xdc, 0x81, 0xfe, 0x2c, 0x98, 0xcb, 0x33, 0xb4, 0x2e, 0x55, 0x8c, 0x03, 0xa1, 0x67, 0xee, 0x58, 0x31, 0x46, 0x1e, 0x2a, 0x23, 0x99, 0xb6, 0x94, 0xd3, 0x65, 0x1b, 0x2d, 0xc5, 0x5c, 0x31, 0x43, 0x9c, 0x54, 0xe3, 0xda, 0xe3, 0xe9, 0x81, 0x49, 0x16, 0x23, 0x2b, 0x4c, 0xbf, 0xe5, 0x4e, 0x13, 0xc7, 0x86, 0x42, 0x58, 0x1c, 0xfc, 0x13, 0x66, 0x49, 0x4b, 0xcf, 0x07, 0x66, 0xd5, 0xc2, 0x2b, 0x48, 0xc6, 0x44, 0xba, 0x5f, 0x65, 0x35, 0xee, 0xfd, 0x0e, 0xa1, 0x92, 0x61, 0xb8, 0x99, 0xf5, 0x36, 0x31, 0xf3, 0x78, 0x91, 0xbc, 0xd0, 0x94, 0xbb, 0xc1, 0x8d, 0x5e, 0xf9, 0x95, 0xcc, 0x65, 0x29, 0x69, 0xaf, 0x44, 0x09, 0x09, 0xd5, 0x24, 0xab, 0xd8, 0x26, 0x69, 0x80, 0x4b, 0xf4, 0x46 } }; static const struct cckprng_op_refresh op_refresh_2006 = { .hd = { .id = 1895, .kind = OP_REFRESH }, .rand = 8473957742736336779ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2007 = { .hd = { .id = 1896, .kind = OP_GENERATE }, .rand_nbytes = 187, .out = { .rand = { 0xea, 0x5a, 0x06, 0xaf, 0xe9, 0x11, 0x24, 0x12, 0x16, 0x90, 0x24, 0x3c, 0xf6, 0x24, 0x37, 0x5b, 0x0a, 0x71, 0xcf, 0x4d, 0x2c, 0x22, 0x66, 0xb2, 0x19, 0xd9, 0xd0, 0x65, 0xe5, 0xcd, 0xda, 0x0b, 0xb0, 0x01, 0xca, 0x8f, 0x05, 0xdb, 0x26, 0xa0, 0x5a, 0x0e, 0x4b, 0x23, 0x15, 0xc3, 0xa9, 0x9d, 0x43, 0x30, 0x5a, 0xdd, 0x11, 0xba, 0x51, 0x84, 0xdb, 0xb9, 0x24, 0x6b, 0x01, 0xed, 0x8a, 0x02, 0x04, 0x8b, 0xd3, 0xee, 0xa5, 0x4d, 0x6f, 0xec, 0x51, 0xc8, 0xdd, 0x75, 0xf1, 0xdc, 0x61, 0x7b, 0xc8, 0xa1, 0x60, 0x4b, 0xff, 0x41, 0x8c, 0xef, 0xe6, 0x9c, 0x08, 0xf6, 0x35, 0x72, 0x03, 0xb2, 0x73, 0x4b, 0xf0, 0x9b, 0x2b, 0xf1, 0x0d, 0x08, 0x57, 0xa2, 0x09, 0xbd, 0x54, 0x00, 0x9a, 0xa7, 0x74, 0x9a, 0x92, 0xfe, 0x1c, 0x85, 0xb9, 0x4b, 0xc3, 0xf8, 0x97, 0x93, 0x3f, 0xca, 0x9d, 0xd7, 0xc0, 0x5f, 0x2f, 0x66, 0x48, 0xf0, 0x1d, 0x61, 0x1f, 0xca, 0x7e, 0x75, 0xec, 0x15, 0xb5, 0xbd, 0xac, 0x37, 0xe9, 0xea, 0x26, 0x56, 0x50, 0x5c, 0x4f, 0x0e, 0xcf, 0xe3, 0xf6, 0xe5, 0xd9, 0xfc, 0x96, 0x06, 0x4f, 0xc5, 0x82, 0x51, 0x0e, 0x90, 0x72, 0xa3, 0x09, 0xa6, 0xc0, 0xa4, 0xf8, 0x74, 0xe1, 0x57, 0xe4, 0x2b, 0x70, 0x07, 0x70, 0xc1, 0xc7, 0xf1, 0x22 } } }; static const struct cckprng_op_reseed op_reseed_2008 = { .hd = { .id = 1897, .kind = OP_RESEED }, .nonce = 15525488348495824348ULL, .seed_nbytes = 51, .seed = { 0x78, 0x92, 0xe8, 0x1f, 0x78, 0x46, 0x87, 0x8a, 0xb9, 0x29, 0xe5, 0xad, 0xa5, 0xe1, 0x71, 0xf1, 0xe4, 0x8d, 0x82, 0xe1, 0xce, 0xf8, 0x47, 0x07, 0x50, 0xc3, 0x0e, 0x27, 0x1c, 0x98, 0xdb, 0x47, 0x62, 0xeb, 0x1b, 0x77, 0xee, 0x0b, 0x56, 0x9e, 0x3a, 0xe9, 0x17, 0x25, 0x36, 0x62, 0xa0, 0xbc, 0xfb, 0x20, 0x12 } }; static const struct cckprng_op_reseed op_reseed_2009 = { .hd = { .id = 1898, .kind = OP_RESEED }, .nonce = 10852898653914850ULL, .seed_nbytes = 80, .seed = { 0xfd, 0xe5, 0x31, 0xc6, 0x44, 0xe7, 0x00, 0xad, 0x2c, 0x55, 0xc8, 0xb7, 0xeb, 0xbd, 0xd1, 0xe8, 0x45, 0x95, 0x41, 0x9f, 0x2e, 0x83, 0xa9, 0x10, 0xdb, 0xdb, 0xc3, 0x83, 0xd4, 0x6d, 0x17, 0xf4, 0xf6, 0xd6, 0xf0, 0x64, 0x55, 0x1e, 0xc7, 0x78, 0x61, 0x08, 0x57, 0x6d, 0x7b, 0xab, 0x09, 0x97, 0x62, 0x4a, 0x4e, 0xab, 0x50, 0xbd, 0x3e, 0x53, 0xc3, 0x8e, 0xec, 0x43, 0x9d, 0xed, 0x85, 0xd3, 0xba, 0xd6, 0x6e, 0xa9, 0xad, 0xc7, 0xd9, 0x09, 0x9d, 0x05, 0x88, 0x38, 0x38, 0x87, 0xc8, 0xb2 } }; static const struct cckprng_op_refresh op_refresh_2010 = { .hd = { .id = 1899, .kind = OP_REFRESH }, .rand = 17828858289493377523ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2011 = { .hd = { .id = 1900, .kind = OP_REFRESH }, .rand = 5268073328396790471ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2012 = { .hd = { .id = 1901, .kind = OP_REFRESH }, .rand = 4836588585719517907ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2013 = { .hd = { .id = 1902, .kind = OP_REFRESH }, .rand = 13049023381996228997ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2014 = { .hd = { .id = 1903, .kind = OP_REFRESH }, .rand = 16213220789022656537ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2015[] = { (const struct cckprng_op *)&op_init_1999, (const struct cckprng_op *)&op_refresh_2000, (const struct cckprng_op *)&op_refresh_2001, (const struct cckprng_op *)&op_reseed_2002, (const struct cckprng_op *)&op_init_2003, (const struct cckprng_op *)&op_reseed_2004, (const struct cckprng_op *)&op_reseed_2005, (const struct cckprng_op *)&op_refresh_2006, (const struct cckprng_op *)&op_init_2007, (const struct cckprng_op *)&op_reseed_2008, (const struct cckprng_op *)&op_reseed_2009, (const struct cckprng_op *)&op_refresh_2010, (const struct cckprng_op *)&op_refresh_2011, (const struct cckprng_op *)&op_refresh_2012, (const struct cckprng_op *)&op_refresh_2013, (const struct cckprng_op *)&op_refresh_2014 }; static const struct cckprng_vector vec_2016 = { .id = 1904, .note = NULL, .nops = 16, .ops = ops_2015 }; static const struct cckprng_op_init op_init_2017 = { .hd = { .id = 1905, .kind = OP_INIT }, .seed = { 0x0f, 0x7d, 0xa3, 0xc6, 0xb5, 0xc3, 0x31, 0x36, 0xff, 0x2d, 0xa8, 0xfe, 0xe5, 0xfa, 0xc6, 0xe9, 0x6a, 0x6f, 0xf0, 0xd9, 0x92, 0x35, 0x00, 0x49, 0xe2, 0x49, 0xa1, 0x91, 0x6f, 0x8d, 0x26, 0x45 }, .nonce = { 0x38, 0x12, 0xf7, 0x72, 0xb5, 0x9c, 0x42, 0x9a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2018 = { .hd = { .id = 1906, .kind = OP_REFRESH }, .rand = 8879023070983630211ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2019 = { .hd = { .id = 1907, .kind = OP_RESEED }, .nonce = 1779725597203162991ULL, .seed_nbytes = 59, .seed = { 0x19, 0x3e, 0x8e, 0x83, 0x68, 0xeb, 0x21, 0xb0, 0xf1, 0x32, 0x46, 0xb8, 0x3d, 0x6c, 0xb7, 0xad, 0x27, 0x8a, 0x5e, 0x41, 0x4d, 0x2a, 0x07, 0xe4, 0x24, 0x14, 0x7b, 0xb1, 0x67, 0xd7, 0x29, 0x7a, 0x5b, 0x46, 0x2f, 0xf7, 0xbf, 0x51, 0xc2, 0x52, 0xb8, 0x08, 0xf1, 0x65, 0x9c, 0x1c, 0xbd, 0x62, 0xe6, 0x9a, 0x8b, 0xab, 0xd7, 0xf2, 0x4d, 0x18, 0x51, 0x9b, 0x11 } }; static const struct cckprng_op_refresh op_refresh_2020 = { .hd = { .id = 1908, .kind = OP_REFRESH }, .rand = 1575891606180451827ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2021 = { .hd = { .id = 1909, .kind = OP_REFRESH }, .rand = 8325636029212793557ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2022 = { .hd = { .id = 1910, .kind = OP_RESEED }, .nonce = 1029358817535406887ULL, .seed_nbytes = 213, .seed = { 0x58, 0x53, 0x7d, 0xad, 0x85, 0xf0, 0xc0, 0x8d, 0x05, 0x71, 0xf2, 0xc8, 0x8b, 0x7b, 0xb8, 0xf2, 0xbb, 0x54, 0x8a, 0x8c, 0x0b, 0xee, 0x1d, 0x01, 0xa0, 0xa0, 0xba, 0x9d, 0x38, 0x08, 0xb0, 0x74, 0x6a, 0xc4, 0x71, 0xf2, 0x34, 0xb9, 0x94, 0xa9, 0x32, 0x92, 0xf1, 0xa4, 0xcf, 0x16, 0x31, 0xda, 0xb6, 0xc4, 0x01, 0xba, 0x0d, 0xc0, 0xb7, 0x9d, 0x1c, 0x87, 0x53, 0x9b, 0xcb, 0x58, 0x57, 0x3f, 0x39, 0x24, 0xfb, 0x21, 0x1c, 0xb6, 0x95, 0xc9, 0x6e, 0xa5, 0x84, 0xcc, 0xf0, 0xaf, 0x06, 0x7c, 0x3a, 0x46, 0x94, 0x65, 0x4c, 0xc2, 0x9f, 0x04, 0x70, 0xf5, 0xd9, 0x87, 0xaa, 0x72, 0xd2, 0xe7, 0xc5, 0x7e, 0xeb, 0x79, 0x15, 0xd5, 0xd5, 0x71, 0x24, 0x5f, 0xe1, 0xa8, 0x6c, 0xbe, 0x94, 0xb2, 0xbb, 0x6b, 0x25, 0x89, 0x6a, 0x2f, 0xcb, 0x0e, 0x3f, 0x98, 0x24, 0xbf, 0xe5, 0xb5, 0x2d, 0xee, 0x45, 0xac, 0x65, 0xde, 0x2f, 0xf4, 0xb8, 0x95, 0x78, 0x95, 0xf3, 0xdd, 0x3c, 0xcd, 0xe0, 0x6f, 0xbf, 0x2a, 0x54, 0xda, 0x0a, 0x90, 0xdb, 0x98, 0xd1, 0x45, 0x24, 0xaf, 0xef, 0xa9, 0x37, 0xa3, 0xed, 0xa5, 0xc1, 0x42, 0xac, 0x82, 0x03, 0xc2, 0xda, 0xdc, 0x7b, 0x3f, 0x97, 0xae, 0xd4, 0xa5, 0x08, 0x27, 0xb4, 0x64, 0x2b, 0x0f, 0x7d, 0x30, 0x4b, 0xd4, 0xbe, 0xf5, 0x47, 0x67, 0x99, 0xf2, 0x57, 0x7f, 0x44, 0xbb, 0x3f, 0x1e, 0x4c, 0xaa, 0x7b, 0xde, 0xbe, 0x4c, 0x27, 0x44, 0xbb, 0x21, 0x6b, 0x8f, 0xb7, 0xf9, 0xdf } }; static const struct cckprng_op_generate op_init_2023 = { .hd = { .id = 1911, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x36, 0x4e, 0x2f, 0xa2, 0x98, 0xaf, 0xc2, 0xd7, 0x8a, 0x7c, 0x11, 0x93, 0xd0, 0x7a, 0x8f, 0xb0, 0x1d, 0x24, 0xdb, 0x18, 0xd0, 0xc9, 0x0e, 0xcf, 0xa2, 0x0c, 0x64, 0x30, 0x7f, 0x23, 0x16, 0x70, 0x41, 0x86, 0xaa, 0xaf, 0x4a, 0x14, 0x45, 0x4b, 0xf2, 0x99, 0x9a, 0x0d, 0xb0, 0x22, 0x19, 0x6f, 0xe7, 0x41, 0x60, 0x55, 0x4c, 0x93, 0x33, 0xc5, 0xdd, 0x29, 0xdc, 0x0c, 0xd9, 0x1c, 0xac, 0xf1, 0x50, 0x62, 0x80, 0x5e, 0x20, 0x0e, 0x07, 0x1f, 0x1d, 0xa6, 0xe1, 0xe0, 0xe7, 0x33, 0x57, 0x59, 0x66, 0xd0, 0x6c, 0xda, 0xd1, 0x86, 0xa5, 0x4f, 0x2c, 0x38, 0xce, 0x4f, 0xfa, 0x82, 0x8c, 0xda, 0x85, 0xd0, 0x71, 0x50, 0x4c, 0x66, 0xfa, 0x8f, 0x38, 0xaa, 0x8a, 0x39, 0xdf, 0x2d, 0x3f, 0x97, 0x4c, 0xb6, 0x7b, 0xb4, 0xa2, 0x8e, 0x35, 0xba, 0x34, 0xfa, 0x68, 0xc0, 0x2f, 0x5f, 0xb7, 0x04, 0xb2, 0x21, 0x3e, 0x64, 0xa8, 0xc4, 0xc0, 0xc0, 0x0b, 0x1d, 0xcb, 0xe8, 0x60, 0x68, 0x99, 0x21, 0xd4, 0xcb, 0x01, 0x90, 0xa5, 0x1c, 0xf2, 0x13, 0x9b, 0xa2, 0xf6, 0xd1, 0x66, 0x3f, 0x9f, 0xe5, 0xe0, 0x0e, 0x53, 0xe2, 0x07, 0x07, 0xe9, 0xb2, 0x40, 0x8c, 0x3f, 0x6c, 0x04, 0xf4, 0x74, 0x0e, 0xb1, 0xf5, 0xba, 0x8a, 0xe4, 0xec, 0x8b, 0x46, 0x39, 0xa0, 0x92, 0xb5, 0xc6, 0x48, 0xe1, 0xac, 0x32, 0xb0, 0x6c, 0x77, 0xca, 0xce, 0x5d, 0x44, 0x7c, 0xe7, 0xc1, 0xbb, 0x60, 0xa1 } } }; static const struct cckprng_op_refresh op_refresh_2024 = { .hd = { .id = 1912, .kind = OP_REFRESH }, .rand = 9381719156583723243ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2025 = { .hd = { .id = 1913, .kind = OP_RESEED }, .nonce = 10722218089512048118ULL, .seed_nbytes = 23, .seed = { 0x54, 0x4d, 0xee, 0xc4, 0x74, 0xf5, 0x62, 0xe0, 0xd4, 0x71, 0x52, 0xa9, 0x14, 0xcc, 0xdb, 0x2b, 0x94, 0xf5, 0x01, 0x43, 0xcd, 0x9f, 0x5a } }; static const struct cckprng_op_reseed op_reseed_2026 = { .hd = { .id = 1914, .kind = OP_RESEED }, .nonce = 14320779394004423876ULL, .seed_nbytes = 124, .seed = { 0x97, 0x82, 0x1c, 0xb4, 0x1f, 0xe8, 0x30, 0x79, 0xdd, 0x6e, 0xb1, 0x8a, 0x0e, 0xf3, 0xc0, 0x66, 0x79, 0xa8, 0x0e, 0x0d, 0xcb, 0xd4, 0xf2, 0x95, 0x5a, 0x85, 0x8c, 0xca, 0x58, 0x31, 0x34, 0x15, 0xb1, 0xf5, 0xf6, 0xad, 0x21, 0x00, 0x65, 0x09, 0xe7, 0xd0, 0xd4, 0xcb, 0xb6, 0x7e, 0x0e, 0xe2, 0x1b, 0x0b, 0x57, 0xc2, 0x4a, 0xd0, 0x6a, 0x27, 0x81, 0x51, 0x20, 0x5d, 0x69, 0x5e, 0x4e, 0x59, 0xd6, 0xfd, 0xf6, 0xe4, 0xd5, 0x77, 0xf7, 0x15, 0xc0, 0x73, 0xe8, 0x1e, 0x43, 0x86, 0x74, 0xfb, 0x40, 0xde, 0x7a, 0x1e, 0x1b, 0x3b, 0xc1, 0x58, 0x0e, 0x13, 0xe9, 0xba, 0xb7, 0x06, 0x32, 0x64, 0x76, 0x8b, 0x12, 0x07, 0x3e, 0x4d, 0x74, 0x89, 0xa8, 0x7e, 0xc6, 0x63, 0x19, 0xdc, 0x97, 0x3d, 0xfb, 0x40, 0x5c, 0x3d, 0x82, 0x8e, 0x08, 0xd7, 0x07, 0x9c, 0x87, 0xd7 } }; static const struct cckprng_op_refresh op_refresh_2027 = { .hd = { .id = 1915, .kind = OP_REFRESH }, .rand = 16133812970534157478ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2028 = { .hd = { .id = 1916, .kind = OP_GENERATE }, .rand_nbytes = 215, .out = { .rand = { 0x9e, 0x4b, 0xf5, 0x25, 0xee, 0x0b, 0x9f, 0x1d, 0xfa, 0x7b, 0x4c, 0x85, 0xd9, 0x35, 0x20, 0xfa, 0xbd, 0x7c, 0x27, 0xf3, 0xa1, 0x3c, 0x4d, 0x7c, 0xc3, 0x24, 0x7d, 0xe1, 0x99, 0x76, 0xa2, 0x6b, 0xed, 0xe3, 0xee, 0xb0, 0x90, 0xc0, 0x44, 0xf7, 0x17, 0x4b, 0x8f, 0x7e, 0x41, 0x51, 0xdf, 0x59, 0x1a, 0xf3, 0xa9, 0x15, 0x0b, 0x93, 0x87, 0xa6, 0x9e, 0xf7, 0x14, 0x0c, 0x85, 0x6c, 0xdb, 0x8d, 0x88, 0x49, 0xb9, 0x14, 0x0d, 0x2d, 0x22, 0x49, 0xc8, 0x68, 0xec, 0xdc, 0x73, 0x89, 0x8e, 0xfa, 0x69, 0xa1, 0xf5, 0xf3, 0x63, 0xad, 0x43, 0xb3, 0x3a, 0xd0, 0x0f, 0xa7, 0x86, 0x7a, 0x22, 0x28, 0x16, 0x34, 0x3f, 0xb0, 0x33, 0xe2, 0x36, 0xc9, 0xff, 0x0e, 0x79, 0x85, 0x4e, 0x12, 0x3e, 0x84, 0x4a, 0x99, 0xaf, 0x2a, 0x8f, 0x69, 0xf2, 0x70, 0xa9, 0x30, 0x54, 0x0e, 0xcf, 0x82, 0x1d, 0x44, 0x6a, 0xb9, 0xd4, 0x7c, 0x36, 0xd4, 0x45, 0xfe, 0x8e, 0x4c, 0xaf, 0xe6, 0x12, 0xfd, 0xfd, 0xe0, 0x9f, 0xc9, 0x0a, 0x28, 0x3e, 0x2e, 0x90, 0xc9, 0x1f, 0x16, 0xc5, 0xc1, 0x5a, 0xf1, 0x30, 0x4b, 0x9c, 0xf3, 0x4c, 0x8a, 0x36, 0x4c, 0xf8, 0xb2, 0x84, 0x1e, 0xee, 0x9e, 0x66, 0xcb, 0x31, 0xb0, 0x0c, 0xd0, 0x02, 0x29, 0x8f, 0x55, 0xa7, 0x61, 0x5d, 0xf5, 0x81, 0x81, 0x15, 0x7a, 0x2f, 0x62, 0x64, 0x98, 0x35, 0x23, 0xc9, 0xa7, 0x7b, 0x6f, 0xa6, 0xbe, 0x23, 0xdb, 0x2d, 0x63, 0x0a, 0x27, 0x14, 0xca, 0x73, 0x8d, 0xbc, 0xd4, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_2029 = { .hd = { .id = 1917, .kind = OP_REFRESH }, .rand = 8540848912619632341ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2030 = { .hd = { .id = 1918, .kind = OP_GENERATE }, .rand_nbytes = 62, .out = { .rand = { 0xc3, 0x7d, 0xd4, 0x4c, 0xd4, 0x49, 0x56, 0xca, 0x89, 0xb6, 0xe0, 0x72, 0x29, 0xec, 0x05, 0x6b, 0xc9, 0x5c, 0xf9, 0x32, 0xdb, 0xb1, 0xd0, 0xe9, 0x2b, 0x12, 0x96, 0x32, 0x08, 0xa0, 0x04, 0xf0, 0xa4, 0x19, 0xfb, 0x08, 0xde, 0x8d, 0x5f, 0xdc, 0x5b, 0x47, 0xbf, 0xe9, 0x8f, 0xa1, 0xb6, 0x85, 0xcb, 0x8d, 0xf5, 0xcc, 0xb1, 0x46, 0x2c, 0x6f, 0xbd, 0xfd, 0x72, 0x58, 0x9c, 0xdc } } }; static const struct cckprng_op_refresh op_refresh_2031 = { .hd = { .id = 1919, .kind = OP_REFRESH }, .rand = 17488795374356002707ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2032 = { .hd = { .id = 1920, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x4f, 0x1c, 0x61, 0xf1, 0x7a, 0x15, 0x34, 0x57, 0x49, 0xab, 0xec, 0xa2, 0xb2, 0x93, 0x85, 0xa3, 0x96, 0x62, 0x75, 0x2d, 0xdb, 0x3c, 0x32, 0x50, 0xd7, 0xb5, 0x86, 0xb8, 0x3d, 0x0b, 0xeb, 0xf3, 0x9e, 0xce, 0xc7, 0x1d, 0x8d, 0x09, 0x58, 0x38, 0x16, 0xef, 0xe4, 0xb5, 0xbe, 0x3b, 0x66, 0x3d, 0x09, 0xf9, 0xad, 0x6c, 0x48, 0xb4, 0x2e, 0x16, 0xf2, 0x9e, 0x5c, 0x10, 0xe9, 0xae, 0x97, 0x1c, 0x93, 0x84, 0x68, 0x01, 0x28, 0xbd, 0x05, 0xf9, 0x4c, 0x2e, 0x26, 0x5b, 0xc1, 0xbf, 0x18, 0x7f, 0x10, 0xd0, 0x42, 0x87, 0x34, 0x12, 0x38, 0xc3, 0x4d, 0xc9, 0x99, 0xc7, 0xa9, 0xbf, 0xcd, 0xa7, 0xf0, 0x77, 0xc4, 0x90, 0xa8, 0xc1, 0x54, 0x7f, 0x65, 0xc4, 0x33, 0x1a, 0x07, 0x8a, 0x93, 0x01, 0x96, 0xc3, 0x8d, 0xa7, 0x3b, 0xed, 0xf9, 0xd5, 0x7c, 0x0c, 0x44, 0x82, 0x26, 0x9d, 0x0c, 0xd9, 0x41, 0x5a, 0xf4, 0x75, 0x08, 0x9f, 0xa1, 0x98, 0xca, 0x6a, 0x02, 0x2d, 0xc0, 0xb6, 0xc3, 0x93, 0x93, 0x68, 0x2d, 0x70, 0xf7, 0x24, 0x2b, 0x33, 0x7d, 0x2e, 0x69, 0xca, 0x30, 0x0d, 0xc6, 0x4f, 0xfa, 0xa3, 0xb0, 0xe5, 0xd9, 0x04, 0x5d, 0x1e, 0x6a, 0x4c, 0xe3, 0x5e, 0x0c, 0x85, 0x8c, 0xe7, 0x08, 0x45, 0x8d, 0x50, 0xde, 0x81, 0xe7, 0x20, 0x16, 0x8e, 0x45, 0xd7, 0x23, 0x23, 0x4b, 0x00, 0x09, 0x14, 0x05, 0x87, 0x28, 0x8c, 0xfb, 0x16, 0xd6, 0xfa, 0xf9, 0x23, 0x4d, 0x89, 0xca, 0xeb, 0xb4, 0x1c, 0x51, 0x72, 0x01, 0xe7, 0xab, 0xf3, 0x8a, 0x37, 0x5d } } }; static const struct cckprng_op *ops_2033[] = { (const struct cckprng_op *)&op_init_2017, (const struct cckprng_op *)&op_refresh_2018, (const struct cckprng_op *)&op_reseed_2019, (const struct cckprng_op *)&op_refresh_2020, (const struct cckprng_op *)&op_refresh_2021, (const struct cckprng_op *)&op_reseed_2022, (const struct cckprng_op *)&op_init_2023, (const struct cckprng_op *)&op_refresh_2024, (const struct cckprng_op *)&op_reseed_2025, (const struct cckprng_op *)&op_reseed_2026, (const struct cckprng_op *)&op_refresh_2027, (const struct cckprng_op *)&op_init_2028, (const struct cckprng_op *)&op_refresh_2029, (const struct cckprng_op *)&op_init_2030, (const struct cckprng_op *)&op_refresh_2031, (const struct cckprng_op *)&op_init_2032 }; static const struct cckprng_vector vec_2034 = { .id = 1921, .note = NULL, .nops = 16, .ops = ops_2033 }; static const struct cckprng_op_init op_init_2035 = { .hd = { .id = 1922, .kind = OP_INIT }, .seed = { 0x61, 0x1b, 0x41, 0xf9, 0x7c, 0x6c, 0x02, 0xdd, 0x3a, 0x3a, 0x1c, 0xa3, 0x8e, 0xb9, 0x85, 0xd7, 0x35, 0xa5, 0xf4, 0xac, 0x7d, 0x0d, 0xc6, 0xca, 0xf6, 0x4e, 0x26, 0x79, 0x9a, 0xfd, 0x84, 0xe6 }, .nonce = { 0x11, 0xf3, 0x6f, 0x0a, 0x28, 0x9f, 0xd3, 0xb3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2036 = { .hd = { .id = 1923, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0xb1, 0x11, 0xaf, 0x23, 0x74, 0x89, 0x59, 0xef, 0x8a, 0xa3, 0x3a, 0xe6, 0x36, 0x37, 0x99, 0x9e, 0x35, 0x00, 0xec, 0x96, 0x53, 0xb5, 0x3e, 0x41, 0x44, 0x73, 0xe3, 0xdd, 0x74, 0x44, 0x2c, 0x9d, 0x6f, 0x47, 0x2f, 0xc8, 0x10, 0x80, 0xa0, 0xc7, 0x74, 0x2c, 0xd8, 0x2a, 0x58, 0x67, 0xf0, 0xa3, 0xce, 0x25, 0x97, 0x4f, 0xd7, 0x63, 0x09, 0xfc, 0xbd, 0x4f, 0xf8, 0xcc, 0x6b, 0x22, 0x7f, 0x61, 0x16, 0xfe, 0x9f, 0x2b, 0x62, 0x4b, 0xcf, 0xf6, 0x5e, 0x05, 0x69, 0x37, 0xa6, 0xcf, 0xfe, 0x3a, 0x01, 0x81, 0x5d, 0xdb, 0xdf, 0x91, 0xac, 0xea, 0xc4, 0x03, 0xb3, 0xab, 0xf8, 0xe6, 0x35, 0x4a, 0xb9, 0x7a, 0xf0, 0x4a, 0xca, 0x7a, 0x96, 0x2d, 0xaf, 0x1b, 0x85, 0xaf, 0x4e, 0x4e, 0xc3, 0x82, 0x6c, 0x95, 0x52, 0x7b, 0xae, 0x33, 0x43, 0x36, 0x34, 0xa8, 0x35, 0xde, 0xcf, 0xbe, 0xb9, 0xb0, 0x82, 0xe2, 0x85, 0x34, 0xd1, 0xcc, 0xd1, 0xd2, 0x29, 0x15, 0xcb, 0xb1, 0x42, 0x3b, 0xe6, 0x5d, 0x53, 0xf6, 0x00, 0xc4, 0xbe, 0x80, 0xb2, 0x55, 0x5d, 0x44, 0x2c, 0x6e, 0x1e, 0x84, 0xd1, 0xe7, 0xfd, 0xf2, 0x0f, 0xb2, 0xbf, 0x2c, 0x01, 0x5e, 0x1b } } }; static const struct cckprng_op_refresh op_refresh_2037 = { .hd = { .id = 1924, .kind = OP_REFRESH }, .rand = 15702620443797577042ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2038 = { .hd = { .id = 1925, .kind = OP_GENERATE }, .rand_nbytes = 162, .out = { .rand = { 0xb8, 0x8b, 0xc5, 0x70, 0x5c, 0x17, 0x72, 0xea, 0xbd, 0xaf, 0x6b, 0xc5, 0x22, 0x47, 0xb1, 0x4e, 0x6d, 0xea, 0x91, 0xa6, 0x83, 0x57, 0xdc, 0x7d, 0x0f, 0x83, 0x36, 0x73, 0x09, 0xfc, 0x98, 0x83, 0x1d, 0x1c, 0xf5, 0xaa, 0x1b, 0x8d, 0xac, 0x71, 0x73, 0x22, 0x9b, 0xaa, 0xb2, 0x8d, 0xc7, 0xa3, 0xa7, 0x18, 0xb8, 0x92, 0x18, 0x97, 0xc7, 0x59, 0x46, 0x4d, 0x51, 0xb7, 0x27, 0x3d, 0xf3, 0x74, 0xba, 0x6f, 0xbc, 0x5d, 0xd2, 0xd7, 0x77, 0x23, 0xb8, 0xdd, 0x2d, 0x86, 0xe9, 0xfe, 0x43, 0x05, 0x71, 0xe6, 0x96, 0x2d, 0x02, 0xd1, 0xe4, 0x38, 0xf6, 0xed, 0xe9, 0x05, 0x74, 0xb9, 0xbe, 0x42, 0x40, 0xd2, 0x12, 0x44, 0x30, 0xa3, 0x10, 0x47, 0x79, 0x02, 0x3c, 0x8b, 0x95, 0x38, 0x22, 0x8d, 0x71, 0x6b, 0x1f, 0xaa, 0x30, 0xb1, 0x9a, 0x9d, 0xde, 0x54, 0x52, 0x0f, 0x74, 0x78, 0x57, 0x05, 0x82, 0xec, 0xb3, 0xe3, 0x25, 0x76, 0x71, 0x76, 0xf1, 0x97, 0x9f, 0xea, 0xd4, 0x0b, 0xc8, 0x9d, 0xd8, 0x49, 0xfd, 0x77, 0x7b, 0xd5, 0xac, 0xf3, 0xbd, 0x9d, 0xa4, 0xe1, 0xa3, 0x7a, 0xd6, 0x04, 0x50, 0xc4 } } }; static const struct cckprng_op_generate op_init_2039 = { .hd = { .id = 1926, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0xb9, 0x2f, 0x99, 0xa6, 0xfd, 0x88, 0x89, 0x3c, 0x2b, 0x62, 0x33, 0x22, 0x51, 0xb2, 0xf0, 0x93, 0x21, 0x98, 0xaa, 0x7d, 0xc5, 0x74, 0x1b, 0x38, 0xf1, 0xe5, 0x37, 0xca, 0x18, 0x0d, 0x2a, 0xfe, 0x9d, 0xfe, 0x9c, 0xea, 0x3e, 0x97, 0x8c, 0x15, 0x61, 0xe1, 0x84, 0x3d, 0xa1, 0xea, 0x09, 0xcc, 0x4a, 0xe6, 0xbb, 0xfe, 0x8f, 0x08, 0xb3, 0x4b, 0x70, 0xc2, 0x84, 0xe0, 0xa9, 0x6a, 0x4a, 0x89, 0xcb, 0xec, 0xf6, 0xe9, 0xc2, 0x5c, 0xde, 0xf1, 0x81, 0x98, 0x7a, 0x18, 0xf8, 0x69, 0x91, 0x85, 0xe4, 0x25, 0x0a, 0xd7, 0xf6, 0xbc, 0x26, 0x1e, 0x70, 0x35, 0xe9, 0xcc, 0xcd, 0x47, 0x16, 0xf5, 0x82, 0x54, 0x4f, 0xd3, 0x25, 0x0e, 0x9d, 0x38, 0x73, 0x23, 0x2a, 0x18, 0x12, 0xa7, 0xa8, 0x03, 0x11, 0xf3, 0x53, 0x1f, 0xfd, 0xa3, 0x0b, 0xcf, 0x39, 0x98, 0xc6, 0xc8, 0x70, 0x22, 0xbb, 0x71, 0x00, 0x7f, 0xfd, 0x68, 0x41, 0x47, 0x1d, 0x1c, 0x12, 0xef, 0x03, 0xd2, 0xa0, 0xb4, 0x06, 0x3e, 0x0b, 0xa5, 0x13, 0xc9, 0x56, 0x29, 0x19, 0x9b, 0x1b, 0x3f, 0x48, 0x0b, 0xbc, 0x3d, 0xb4, 0xc1, 0xd2, 0x56, 0x6a, 0x43, 0x61, 0x10, 0xd5, 0xe5, 0xf2, 0x93, 0xc8, 0x80, 0x57, 0xd8, 0xf2, 0xca, 0xd0, 0xcb, 0x52, 0xb5, 0x0c, 0x63, 0x64, 0x70, 0x53, 0xa2, 0x8f, 0x4b, 0x65, 0x30, 0xa0, 0xf7, 0x67, 0x27, 0x49, 0xf4, 0xa9, 0x42, 0x2e, 0xc2, 0x3a, 0x09, 0x73, 0x5f, 0xf6, 0xbc } } }; static const struct cckprng_op_refresh op_refresh_2040 = { .hd = { .id = 1927, .kind = OP_REFRESH }, .rand = 15471828815423644036ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2041 = { .hd = { .id = 1928, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x26, 0x50, 0x90, 0x25, 0x7d, 0xe5, 0x4c, 0x92, 0xbf, 0x10, 0xce, 0xc1, 0x6b, 0xd3, 0xc2, 0xc4, 0x7d, 0x2f, 0x65, 0xcb, 0x62, 0x1d, 0xdd, 0xa6, 0x6a, 0x6c, 0x60, 0xc0, 0x06, 0x8f, 0x54, 0x40, 0xbb, 0x09, 0x46, 0xcf, 0xad, 0xf4, 0xa6, 0xe0, 0xe8, 0xd8, 0x81, 0x66, 0xe8, 0x8d, 0x87, 0xec, 0x75, 0xe4, 0xe0, 0x14, 0xc1, 0x6d, 0x16, 0x6a, 0x96, 0x73, 0x8b, 0x42, 0xe1, 0x5b, 0x37, 0x4c, 0x96, 0x6f, 0x0b, 0xab, 0xf2, 0x53, 0xf8, 0xe8, 0x68, 0xba, 0x9a, 0xb7, 0xd6, 0xee, 0x8a, 0x1e, 0xd5, 0x80, 0xfb, 0xe2, 0xa3, 0xb6, 0xcf, 0x7f, 0x3c, 0x78, 0xad, 0x19, 0xbe, 0xdf, 0x69, 0x1e, 0xc6, 0x81, 0x38, 0xb7, 0x1b, 0xe0, 0x73, 0x76, 0x40, 0x44, 0x4e, 0x52, 0x30, 0x53 } } }; static const struct cckprng_op_generate op_init_2042 = { .hd = { .id = 1929, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x56, 0x71, 0x0f, 0x59, 0x83, 0x42, 0xe0, 0x8d, 0x9a, 0xae, 0x85, 0x72, 0x98, 0x52, 0xa7, 0x09, 0x52, 0x28, 0x29, 0xaa, 0xa4, 0x1f, 0xc7, 0x00, 0xa7, 0xe1, 0x9c, 0x01, 0x7d, 0x0f, 0xc3, 0x3c, 0xf4, 0x84, 0x1d, 0xd7, 0xe7, 0xc4, 0x08, 0x94, 0x56, 0xcf, 0xdb, 0x0d, 0xaf, 0x00, 0x40, 0x46, 0xeb, 0x5b, 0xb7, 0x4f, 0xf2, 0x60, 0xd3, 0x6c, 0xe0, 0x1a, 0x1a, 0x95, 0xc1, 0xb0, 0x70, 0x5c, 0xc3, 0x86, 0x03, 0xbc, 0x18, 0x51, 0x66, 0x9d, 0xbb, 0xe2, 0x59, 0x24, 0x64, 0xf6, 0x27, 0x4e, 0x82, 0x9e, 0x25, 0x64, 0x1d, 0xa0, 0x23, 0x03, 0xf6, 0x51, 0x5a, 0x0c, 0xb2, 0x29, 0x7a, 0x0d, 0x1c, 0xa9, 0x2a, 0xe0, 0x34, 0x5b, 0x48, 0xca, 0xf7, 0x0b, 0x32, 0x5e, 0x04, 0x2b, 0x47, 0x56, 0xbe, 0x19, 0xa7, 0x44, 0x61, 0x31 } } }; static const struct cckprng_op_reseed op_reseed_2043 = { .hd = { .id = 1930, .kind = OP_RESEED }, .nonce = 7390840468568791556ULL, .seed_nbytes = 267, .seed = { 0x37, 0xc3, 0x82, 0x34, 0x21, 0x32, 0x0a, 0x56, 0x19, 0x61, 0x97, 0xfa, 0xcf, 0x92, 0x20, 0xa9, 0x80, 0x18, 0x1b, 0xc9, 0x5e, 0xb1, 0x7e, 0xb0, 0xb9, 0x85, 0xa4, 0x6a, 0x2d, 0xe9, 0xc1, 0x90, 0x52, 0xa2, 0xeb, 0x68, 0xf7, 0xe8, 0x09, 0x00, 0xeb, 0x6b, 0x8d, 0x1c, 0xed, 0xa5, 0x1b, 0x0b, 0xa2, 0x8f, 0xaa, 0x29, 0x95, 0x09, 0x03, 0x59, 0xed, 0x2d, 0xea, 0x64, 0x1e, 0xdc, 0x5a, 0x61, 0x16, 0x56, 0x7d, 0x69, 0x0b, 0xd1, 0x2e, 0x58, 0x1b, 0x31, 0x2e, 0x7a, 0x33, 0x49, 0x66, 0xfa, 0x17, 0x5e, 0xf2, 0x27, 0xb6, 0x56, 0xf3, 0xa0, 0xbf, 0x45, 0xd0, 0x1a, 0xe8, 0x52, 0xf0, 0x56, 0xda, 0x47, 0x14, 0x85, 0x4a, 0xa6, 0xee, 0xe6, 0x24, 0x69, 0x3e, 0xf0, 0x7b, 0x21, 0x7f, 0xd5, 0x25, 0x07, 0x84, 0x01, 0x3c, 0x39, 0x62, 0x8c, 0xda, 0xdb, 0x04, 0x31, 0xf8, 0x6c, 0xae, 0x18, 0x5c, 0xae, 0x78, 0xba, 0x8e, 0x13, 0x0a, 0xca, 0x2f, 0x59, 0xd5, 0xd2, 0xe1, 0x97, 0x34, 0x32, 0xf6, 0xbd, 0x58, 0x85, 0x3b, 0xc1, 0x87, 0xb3, 0x4c, 0xd4, 0x7b, 0x54, 0xe1, 0x2d, 0xfa, 0xc2, 0xc9, 0x43, 0x89, 0x93, 0xd8, 0x09, 0x49, 0xaf, 0x3b, 0x69, 0xee, 0x0d, 0xfe, 0x52, 0x11, 0x15, 0x69, 0x18, 0x6d, 0xdf, 0xb7, 0x5d, 0x6d, 0xd0, 0x75, 0xbe, 0x06, 0xf6, 0x66, 0xf7, 0xd3, 0x46, 0x2d, 0x63, 0xc3, 0x4b, 0x14, 0x2d, 0xca, 0xe6, 0x19, 0xaf, 0xb1, 0x41, 0xab, 0x8e, 0x89, 0x7b, 0x43, 0x7d, 0x66, 0x03, 0x82, 0x08, 0x02, 0x3d, 0xc3, 0xd9, 0x7f, 0xa1, 0xf3, 0xe7, 0xfa, 0x0c, 0xfe, 0x23, 0x2b, 0xbe, 0xa9, 0xcf, 0x91, 0x13, 0x78, 0xa4, 0x3e, 0x1b, 0xd2, 0xce, 0xc6, 0x97, 0xec, 0x0b, 0x8c, 0xcf, 0x29, 0xc5, 0x03, 0xab, 0x48, 0x69, 0x2e, 0xe2, 0x6e, 0xe9, 0x39, 0x33, 0xca, 0xbc, 0x0f, 0x46, 0xb9, 0x21, 0xe7, 0xe8, 0x9f, 0xdc, 0x62 } }; static const struct cckprng_op_generate op_init_2044 = { .hd = { .id = 1931, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_refresh op_refresh_2045 = { .hd = { .id = 1932, .kind = OP_REFRESH }, .rand = 13792686877886365125ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2046 = { .hd = { .id = 1933, .kind = OP_RESEED }, .nonce = 12111618522721911628ULL, .seed_nbytes = 250, .seed = { 0x32, 0x36, 0x50, 0xe4, 0x6e, 0xc5, 0x58, 0x75, 0xc5, 0x76, 0x13, 0x3f, 0x12, 0xb0, 0x57, 0x79, 0x7a, 0xdb, 0x1f, 0x14, 0xa7, 0xbd, 0x39, 0x1f, 0x58, 0x5f, 0x11, 0xa3, 0x8f, 0xbf, 0x7c, 0xf9, 0x2c, 0x95, 0xa6, 0x71, 0xe4, 0x83, 0x17, 0x4b, 0xba, 0x56, 0x60, 0xb5, 0xf9, 0xf1, 0xf0, 0xea, 0x60, 0xb9, 0xc1, 0x7d, 0xfc, 0x49, 0x1c, 0xa7, 0x4f, 0x78, 0xb9, 0x96, 0x1f, 0x1c, 0x72, 0xe8, 0x3f, 0x13, 0x90, 0x72, 0x47, 0x0b, 0xf8, 0x0e, 0x56, 0x0e, 0x0b, 0x5a, 0xea, 0xae, 0xca, 0x73, 0x20, 0xae, 0xf0, 0xfc, 0x21, 0x47, 0x1f, 0xd0, 0x0e, 0x23, 0x4c, 0x4c, 0x08, 0xed, 0x9e, 0x18, 0x0e, 0xd4, 0x78, 0xa9, 0xdf, 0x90, 0xa6, 0x86, 0x30, 0xd9, 0x7d, 0xe0, 0x1f, 0xcb, 0x5f, 0xe2, 0x82, 0x39, 0x6c, 0xa2, 0x94, 0x14, 0x90, 0x40, 0x7e, 0x4e, 0x95, 0xec, 0x65, 0x5f, 0xe2, 0xc4, 0x45, 0xda, 0x8c, 0x4c, 0x5a, 0x03, 0x27, 0x60, 0x2a, 0xbb, 0xa4, 0x2e, 0x21, 0x98, 0x1a, 0x45, 0xc0, 0x9f, 0x0e, 0xe7, 0xb8, 0x2d, 0xb2, 0x6b, 0x83, 0x10, 0x84, 0x2a, 0xa9, 0x97, 0xad, 0x12, 0x6b, 0x6a, 0x94, 0xf4, 0x32, 0x83, 0x2f, 0xa0, 0xb6, 0xd0, 0x1f, 0xd6, 0x3a, 0xb2, 0x2f, 0x0c, 0xf2, 0x5d, 0x35, 0x58, 0x5d, 0x5e, 0xb6, 0xc3, 0xfe, 0x07, 0x22, 0x6c, 0x05, 0x38, 0x5d, 0x8a, 0xee, 0xc6, 0x73, 0x75, 0x29, 0x48, 0x2b, 0x72, 0x34, 0x93, 0x41, 0x7e, 0x34, 0xdf, 0x6b, 0x08, 0x47, 0x66, 0xde, 0x3c, 0x78, 0x22, 0x79, 0x43, 0xed, 0x10, 0xd2, 0x86, 0xdc, 0x51, 0xb6, 0xa5, 0x55, 0x41, 0xd1, 0x8a, 0x50, 0x4a, 0x0c, 0x45, 0xee, 0xb1, 0xcf, 0xcd, 0xbf, 0xea, 0x7a, 0x76, 0xcf, 0x94, 0xb1, 0xff, 0xe9, 0x51, 0x3f, 0x28, 0x34, 0x08 } }; static const struct cckprng_op_refresh op_refresh_2047 = { .hd = { .id = 1934, .kind = OP_REFRESH }, .rand = 2839911758961358559ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2048 = { .hd = { .id = 1935, .kind = OP_RESEED }, .nonce = 12349582805330188034ULL, .seed_nbytes = 193, .seed = { 0x21, 0x2b, 0x2f, 0x85, 0x6c, 0xf4, 0x39, 0x0e, 0x82, 0x1f, 0x6d, 0x9c, 0xeb, 0x9a, 0x99, 0xb1, 0xce, 0xda, 0x37, 0x9f, 0xf4, 0x5f, 0xda, 0x6f, 0x9c, 0x65, 0xef, 0x0c, 0x09, 0x94, 0xcd, 0x49, 0x81, 0x60, 0xa2, 0x9b, 0x1f, 0x09, 0x66, 0xa0, 0x2b, 0x72, 0xd0, 0x4f, 0x61, 0x2c, 0x67, 0x4e, 0x25, 0x5f, 0xdb, 0x97, 0xfa, 0x24, 0xdf, 0x29, 0x1f, 0x7f, 0x33, 0x86, 0x3c, 0x65, 0xde, 0x85, 0xec, 0xb7, 0x7f, 0x83, 0x5e, 0x2b, 0xdc, 0x59, 0x2a, 0x88, 0x51, 0x8b, 0xd8, 0x1c, 0x81, 0x00, 0xe9, 0xbf, 0x84, 0x0e, 0x2e, 0x05, 0x65, 0xd9, 0x85, 0xe4, 0xa5, 0xf4, 0x21, 0x1a, 0x97, 0x5f, 0x3b, 0x73, 0xb9, 0xa4, 0x49, 0x5d, 0xdf, 0x45, 0xcd, 0x84, 0xb3, 0x4d, 0x7a, 0x1f, 0x42, 0x6a, 0x9e, 0x64, 0x71, 0x0e, 0xbc, 0xcc, 0x30, 0x00, 0x2f, 0x9e, 0x92, 0x8f, 0x81, 0xea, 0xf4, 0x8d, 0xac, 0x89, 0xc0, 0xa4, 0xa4, 0xee, 0x3b, 0xe2, 0x9f, 0x18, 0xe8, 0xf1, 0xb6, 0xe4, 0x5b, 0xea, 0x2e, 0xe2, 0xc3, 0x36, 0x49, 0xc4, 0xbd, 0xd6, 0x7d, 0xfd, 0x0d, 0xbf, 0x2a, 0x38, 0x5b, 0x00, 0x74, 0x3d, 0xc6, 0xbf, 0xfa, 0xef, 0x2a, 0x1b, 0x49, 0x27, 0x01, 0xf7, 0xb9, 0x7a, 0x7c, 0x8f, 0xb2, 0x61, 0xab, 0x5e, 0x23, 0xdb, 0x22, 0x0f, 0x43, 0x48, 0x3b, 0x13, 0xf6, 0x6f, 0xab, 0x91, 0xc9 } }; static const struct cckprng_op_reseed op_reseed_2049 = { .hd = { .id = 1936, .kind = OP_RESEED }, .nonce = 15147213844450008372ULL, .seed_nbytes = 168, .seed = { 0x34, 0x1f, 0xea, 0xa7, 0xe9, 0x26, 0x61, 0x86, 0xaa, 0x34, 0x19, 0x4d, 0x03, 0xd2, 0x36, 0x9c, 0xbf, 0xb8, 0x85, 0x9e, 0x6d, 0x3d, 0xdf, 0x9a, 0x65, 0x50, 0x58, 0x96, 0x43, 0x04, 0xfa, 0x83, 0x76, 0x1a, 0x59, 0xc7, 0x7d, 0x8c, 0x86, 0x61, 0xcd, 0x7b, 0x90, 0x37, 0x82, 0xe9, 0x83, 0xc5, 0x8a, 0xc4, 0x7b, 0x51, 0x60, 0xf5, 0xb8, 0x1d, 0x7d, 0xfb, 0xce, 0xb2, 0x76, 0xcf, 0x02, 0x44, 0xcb, 0x9a, 0x00, 0xba, 0x44, 0x2e, 0x2a, 0xeb, 0xc7, 0x0f, 0xae, 0x8f, 0x19, 0xe5, 0x7a, 0x02, 0xf7, 0x82, 0x9e, 0xc8, 0xfd, 0x42, 0xf0, 0xba, 0x5e, 0xd3, 0x6e, 0x22, 0xc6, 0x9f, 0xa9, 0x17, 0xb5, 0x11, 0x4b, 0x35, 0x24, 0xe6, 0x06, 0x03, 0xf0, 0xd0, 0x2d, 0xf1, 0xa8, 0x05, 0x51, 0x48, 0x35, 0x9e, 0xd8, 0x19, 0xa7, 0x33, 0x45, 0x14, 0x36, 0x49, 0x8c, 0xa7, 0x4a, 0xd8, 0x79, 0xc5, 0x16, 0xab, 0xa1, 0x1a, 0x8b, 0xe8, 0x93, 0x63, 0xed, 0xaf, 0x8c, 0x04, 0x19, 0x6f, 0xf3, 0x74, 0x21, 0x98, 0xd8, 0x63, 0x50, 0xe9, 0xb2, 0x20, 0x91, 0x43, 0x0a, 0x11, 0xad, 0xca, 0xf6, 0xa7, 0x3e, 0x01, 0x29, 0x90, 0x56, 0x3a, 0x80, 0xdb } }; static const struct cckprng_op_reseed op_reseed_2050 = { .hd = { .id = 1937, .kind = OP_RESEED }, .nonce = 14383424374706450145ULL, .seed_nbytes = 250, .seed = { 0x14, 0x77, 0x73, 0xd5, 0x45, 0x96, 0xcb, 0x48, 0x5a, 0x46, 0xee, 0xc8, 0x31, 0x0a, 0xcf, 0x6d, 0x80, 0x73, 0x20, 0x07, 0x53, 0xd9, 0x74, 0x5c, 0x9a, 0xe0, 0xe8, 0xa2, 0xe8, 0xfb, 0xe4, 0x10, 0xf8, 0xb1, 0xb6, 0x32, 0x5f, 0x8f, 0x46, 0x14, 0xa1, 0x22, 0xbd, 0x70, 0x7e, 0x8b, 0x95, 0x16, 0x33, 0x94, 0xf0, 0xc2, 0x1e, 0x81, 0xfa, 0x6f, 0x47, 0xf7, 0xb8, 0xb0, 0x9d, 0x7d, 0xe9, 0x1e, 0x45, 0x12, 0xea, 0x2e, 0xa9, 0x50, 0xb0, 0x46, 0x2e, 0xda, 0xbe, 0x56, 0x1c, 0xbf, 0x3a, 0x51, 0xa9, 0xea, 0xc0, 0x8e, 0x06, 0x58, 0xf0, 0x92, 0x15, 0x6a, 0xba, 0x08, 0x19, 0x36, 0x9d, 0xf5, 0xf7, 0x6d, 0x4c, 0xe5, 0x9b, 0x1a, 0xb9, 0xda, 0xec, 0xee, 0x6f, 0x6c, 0x47, 0xea, 0x82, 0xc4, 0xc6, 0x62, 0x95, 0xcc, 0xc1, 0x55, 0x41, 0x93, 0xbf, 0x5f, 0x1f, 0x1c, 0x33, 0x39, 0x6a, 0xbf, 0x7e, 0x92, 0xc3, 0x73, 0xc4, 0x71, 0xb5, 0x73, 0x50, 0x24, 0xe8, 0x20, 0xe9, 0x6e, 0x48, 0x48, 0xbd, 0x21, 0x3d, 0x07, 0xe4, 0x54, 0x04, 0x89, 0x38, 0x34, 0xfa, 0xd7, 0x64, 0x6e, 0xc8, 0xe5, 0x1c, 0x6e, 0x50, 0x62, 0x6e, 0x9f, 0xb3, 0x02, 0x30, 0x1e, 0x4a, 0xf4, 0xd4, 0x3e, 0x33, 0x26, 0xd9, 0x64, 0x1f, 0x89, 0x83, 0x9c, 0x06, 0xa4, 0x6f, 0xa3, 0x9e, 0x0d, 0x66, 0x42, 0x97, 0xfa, 0x0a, 0xb6, 0x62, 0xe2, 0x42, 0xe5, 0x62, 0x07, 0xf8, 0xa4, 0x57, 0xcd, 0x28, 0x77, 0x5a, 0xa2, 0x89, 0xe6, 0x74, 0xa8, 0x69, 0x2d, 0xbc, 0xbc, 0x10, 0x7d, 0x1c, 0xc3, 0x3c, 0xc7, 0xe9, 0x9e, 0xe4, 0xc3, 0x5d, 0xea, 0x72, 0x1e, 0xcc, 0x60, 0x92, 0xd0, 0xc8, 0x1c, 0xa5, 0x5c, 0x7a, 0x61, 0x11, 0x76, 0x23, 0xa1, 0x0b, 0xa8, 0xc5, 0xe5, 0xfe, 0xce } }; static const struct cckprng_op *ops_2051[] = { (const struct cckprng_op *)&op_init_2035, (const struct cckprng_op *)&op_init_2036, (const struct cckprng_op *)&op_refresh_2037, (const struct cckprng_op *)&op_init_2038, (const struct cckprng_op *)&op_init_2039, (const struct cckprng_op *)&op_refresh_2040, (const struct cckprng_op *)&op_init_2041, (const struct cckprng_op *)&op_init_2042, (const struct cckprng_op *)&op_reseed_2043, (const struct cckprng_op *)&op_init_2044, (const struct cckprng_op *)&op_refresh_2045, (const struct cckprng_op *)&op_reseed_2046, (const struct cckprng_op *)&op_refresh_2047, (const struct cckprng_op *)&op_reseed_2048, (const struct cckprng_op *)&op_reseed_2049, (const struct cckprng_op *)&op_reseed_2050 }; static const struct cckprng_vector vec_2052 = { .id = 1938, .note = NULL, .nops = 16, .ops = ops_2051 }; static const struct cckprng_op_init op_init_2053 = { .hd = { .id = 1939, .kind = OP_INIT }, .seed = { 0xe3, 0x3d, 0x68, 0x0c, 0x03, 0xd1, 0x8f, 0xdb, 0x0e, 0x44, 0xc6, 0x77, 0x28, 0xe0, 0x9a, 0x56, 0xf1, 0x40, 0x92, 0x4d, 0xdf, 0x8a, 0x20, 0x09, 0x0d, 0x8e, 0x82, 0x33, 0x3b, 0xc9, 0x3d, 0x49 }, .nonce = { 0xc9, 0x28, 0x18, 0x9f, 0x8e, 0x05, 0x52, 0xeb }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2054 = { .hd = { .id = 1940, .kind = OP_RESEED }, .nonce = 17884662942632991986ULL, .seed_nbytes = 255, .seed = { 0xa6, 0x30, 0xff, 0x07, 0xcc, 0x41, 0x81, 0x85, 0xa3, 0x77, 0xd0, 0x7a, 0x81, 0xad, 0x24, 0x3f, 0xc1, 0x3c, 0x1c, 0x53, 0x37, 0xd9, 0x06, 0xb9, 0xec, 0x5c, 0xbc, 0x0e, 0x6e, 0xc6, 0x76, 0xdb, 0x24, 0x2a, 0x84, 0x7e, 0xe5, 0x89, 0x2b, 0xd2, 0xa3, 0x8b, 0xcd, 0xf1, 0x12, 0x38, 0xfa, 0x8e, 0xb1, 0xe9, 0x59, 0xcc, 0x96, 0x4a, 0x10, 0x49, 0x29, 0x00, 0xce, 0xb8, 0x8f, 0x7d, 0x7a, 0x9b, 0x63, 0xa3, 0x14, 0xcc, 0x3e, 0xed, 0x5d, 0xa7, 0xc1, 0xf7, 0x27, 0x86, 0x27, 0x21, 0xe8, 0xcd, 0xc3, 0x5c, 0xb4, 0x02, 0xc1, 0x22, 0x49, 0xfa, 0x67, 0x7d, 0x43, 0x10, 0xd4, 0x68, 0x18, 0xd4, 0xd0, 0x8e, 0x25, 0xa2, 0xad, 0xb3, 0x19, 0x67, 0x57, 0x47, 0xc5, 0xde, 0xab, 0xc3, 0xde, 0x6e, 0x91, 0xc9, 0x73, 0x9e, 0xf1, 0x0b, 0xc5, 0xa5, 0x82, 0xb5, 0xed, 0xfb, 0xe1, 0x60, 0x65, 0xda, 0x3c, 0x50, 0xe0, 0xb7, 0x01, 0xeb, 0x67, 0xbf, 0x07, 0xf2, 0x41, 0xfc, 0x14, 0x94, 0x66, 0x16, 0x6a, 0x3e, 0x30, 0x4c, 0x80, 0x35, 0x83, 0x5e, 0x22, 0x71, 0x0b, 0x73, 0x66, 0xe1, 0xd2, 0x49, 0xd3, 0x9e, 0xdd, 0xa9, 0xcf, 0x6e, 0x97, 0xc4, 0x67, 0x86, 0x35, 0x14, 0x4c, 0x2b, 0xcc, 0x42, 0x21, 0x43, 0xff, 0xd3, 0x07, 0x22, 0x42, 0xdb, 0x43, 0xcf, 0xb5, 0x58, 0x80, 0xd2, 0x1a, 0x30, 0x92, 0xfe, 0x94, 0x8b, 0x39, 0xdc, 0x6b, 0x1f, 0x0d, 0x37, 0x87, 0x4a, 0x9c, 0xf7, 0xf2, 0xf6, 0xdc, 0x56, 0x39, 0x7d, 0xa5, 0xa6, 0x5d, 0xee, 0x53, 0xea, 0xb3, 0x02, 0xd1, 0x31, 0xe7, 0xeb, 0x41, 0x9b, 0x1a, 0xa6, 0xcd, 0x21, 0x17, 0x15, 0xf8, 0x8f, 0xd8, 0xb9, 0x66, 0x73, 0xca, 0x37, 0xed, 0x15, 0x94, 0xef, 0x83, 0x25, 0xda, 0xd6, 0x9c, 0xc3, 0xf7, 0xaf, 0xc1, 0x40, 0x03 } }; static const struct cckprng_op_reseed op_reseed_2055 = { .hd = { .id = 1941, .kind = OP_RESEED }, .nonce = 8319222644293072120ULL, .seed_nbytes = 282, .seed = { 0x72, 0xc3, 0xd7, 0x7c, 0x94, 0xa7, 0xf7, 0x3d, 0x1b, 0x0a, 0xe1, 0xd6, 0x92, 0x60, 0xe5, 0xf2, 0x18, 0x8a, 0xf2, 0x3f, 0x5f, 0xbd, 0x00, 0xc8, 0xbf, 0xe0, 0x56, 0xf4, 0xc3, 0x3d, 0x36, 0x65, 0x9c, 0x8f, 0xb8, 0x9f, 0xb8, 0xe6, 0x78, 0xc0, 0x0c, 0xba, 0x57, 0x97, 0xb2, 0xec, 0x99, 0x5a, 0x85, 0xb8, 0x91, 0xce, 0x53, 0xb8, 0x0f, 0xcd, 0x8e, 0x72, 0xd7, 0x1d, 0xb1, 0x3a, 0xb1, 0x4c, 0x9e, 0xb7, 0xa3, 0x0e, 0xfc, 0xa1, 0xa0, 0xaf, 0x1c, 0x04, 0x86, 0x2c, 0xe6, 0x9a, 0x9c, 0x32, 0x87, 0x3e, 0x24, 0x26, 0xb6, 0xa5, 0xee, 0x5d, 0xda, 0x84, 0x09, 0x4c, 0x8e, 0xf4, 0x52, 0xca, 0x6c, 0x2f, 0xbc, 0xb2, 0x51, 0xe9, 0x34, 0x64, 0x4e, 0x95, 0xab, 0xd3, 0xc7, 0x37, 0xb6, 0x63, 0x4c, 0x1f, 0x64, 0x83, 0xea, 0x91, 0x34, 0xe2, 0x3c, 0x40, 0x97, 0x39, 0x9c, 0x98, 0x66, 0x16, 0x99, 0x17, 0x48, 0x72, 0x1d, 0x37, 0xfd, 0x26, 0xd1, 0xe4, 0x8c, 0x95, 0xc0, 0xbb, 0xe9, 0x63, 0x82, 0xf9, 0x58, 0x19, 0xee, 0x81, 0xd1, 0x35, 0xec, 0x1c, 0xfd, 0x14, 0x6f, 0x79, 0x28, 0x77, 0xd3, 0x3a, 0x15, 0x38, 0x4d, 0x84, 0x5c, 0x21, 0x7f, 0xa1, 0x4c, 0x9e, 0xc2, 0xb8, 0x93, 0x4f, 0xe1, 0x0f, 0x08, 0x63, 0xf1, 0x79, 0xd0, 0x5d, 0x9d, 0x0c, 0x04, 0x8e, 0x96, 0x77, 0x92, 0x0c, 0xa2, 0xf7, 0x1a, 0x26, 0x4f, 0xae, 0x01, 0x81, 0x7c, 0x62, 0x18, 0xdb, 0x32, 0x65, 0x7a, 0x83, 0x7c, 0xa9, 0x55, 0xcb, 0x3c, 0x58, 0xdd, 0x00, 0x95, 0x14, 0x82, 0x8e, 0x60, 0x4c, 0x98, 0x27, 0x4f, 0x7b, 0x1e, 0xc7, 0x94, 0xcc, 0xad, 0x85, 0xf7, 0x76, 0x22, 0x59, 0xd9, 0x63, 0x64, 0xcd, 0x17, 0xb5, 0xc0, 0xda, 0x2c, 0xbb, 0x5e, 0x97, 0x46, 0x8f, 0x1c, 0xfe, 0x3e, 0x0e, 0x3a, 0xbd, 0x91, 0xdf, 0x9f, 0xd6, 0x84, 0xca, 0x9c, 0x25, 0xef, 0x7d, 0x40, 0x9d, 0x94, 0xe6, 0x5d, 0x6c, 0xe7, 0x5e, 0x2c, 0x99, 0x91, 0x65, 0x9e, 0x04, 0x79, 0x17 } }; static const struct cckprng_op_reseed op_reseed_2056 = { .hd = { .id = 1942, .kind = OP_RESEED }, .nonce = 5957257823039057096ULL, .seed_nbytes = 206, .seed = { 0x34, 0x82, 0x6f, 0xd3, 0xd7, 0xb7, 0xda, 0x93, 0x0c, 0xc7, 0xae, 0x7d, 0x91, 0x85, 0xeb, 0xf5, 0x70, 0x49, 0x96, 0xcd, 0x05, 0x5a, 0x39, 0x17, 0x02, 0x4b, 0x87, 0x12, 0xa3, 0xa4, 0xd6, 0x15, 0x70, 0x7b, 0x0f, 0xf2, 0x0e, 0xf4, 0xe6, 0x9c, 0x0e, 0xfe, 0x13, 0x67, 0x77, 0x07, 0xd1, 0x75, 0x6d, 0xf2, 0xb8, 0xae, 0x40, 0x31, 0x39, 0x30, 0x91, 0x8f, 0x6d, 0xa3, 0x6a, 0x75, 0x26, 0x59, 0x41, 0x2f, 0x8e, 0xf0, 0x77, 0x7f, 0xb3, 0x06, 0x73, 0x0d, 0x44, 0xa0, 0x2c, 0x8f, 0x91, 0x3a, 0x38, 0x14, 0xc9, 0xfd, 0x6c, 0x1e, 0xaf, 0x96, 0x88, 0x85, 0xdd, 0x9f, 0x47, 0x43, 0x04, 0x51, 0x36, 0x0b, 0xfb, 0xca, 0xed, 0xab, 0xc2, 0xe7, 0xe4, 0x42, 0x04, 0x5b, 0x01, 0xcf, 0x39, 0xbf, 0x6d, 0x75, 0x28, 0x5c, 0xa4, 0x5a, 0xfc, 0x97, 0xc8, 0x01, 0x55, 0x49, 0xa7, 0x44, 0xfc, 0x39, 0x7e, 0xff, 0xa8, 0x9c, 0xe2, 0x90, 0x83, 0x9a, 0x32, 0x79, 0xf2, 0x3e, 0xe8, 0xb8, 0x7c, 0x90, 0xea, 0x4e, 0xd4, 0x34, 0x53, 0x18, 0x5a, 0x7e, 0xb3, 0xec, 0x28, 0x23, 0x90, 0xce, 0x7b, 0x5d, 0xf7, 0xa3, 0x09, 0x92, 0x82, 0x96, 0x44, 0x53, 0x9c, 0x80, 0x61, 0xba, 0x98, 0x06, 0x02, 0x3b, 0xb9, 0x78, 0x53, 0xbd, 0x07, 0xd2, 0xb9, 0x4d, 0xff, 0x88, 0xb2, 0x95, 0x6b, 0x25, 0xc3, 0x77, 0x4a, 0x37, 0xbf, 0x9f, 0xf2, 0x87, 0xfe, 0xee, 0x31, 0xc7, 0xe7, 0x09, 0x74, 0xdd } }; static const struct cckprng_op_reseed op_reseed_2057 = { .hd = { .id = 1943, .kind = OP_RESEED }, .nonce = 17467015567041884325ULL, .seed_nbytes = 248, .seed = { 0x91, 0xfc, 0xc6, 0xba, 0xbc, 0x0e, 0x8c, 0xf2, 0x17, 0xfb, 0x2a, 0x96, 0xfe, 0x9d, 0x22, 0x76, 0x2b, 0xb2, 0xe5, 0x92, 0x8e, 0x61, 0xdf, 0x28, 0x49, 0xca, 0x9a, 0xf1, 0xa4, 0xb1, 0xf8, 0x45, 0xa7, 0x96, 0x9a, 0x2e, 0xca, 0xe7, 0x9f, 0xc4, 0x93, 0x93, 0xed, 0x65, 0xf6, 0x4f, 0xf2, 0xb7, 0xc1, 0x82, 0x65, 0x59, 0x29, 0xcc, 0xdb, 0x7c, 0xfc, 0x44, 0xef, 0x2e, 0xb6, 0xac, 0xa0, 0x49, 0x94, 0xa0, 0x57, 0x41, 0xcb, 0xb2, 0x3f, 0x16, 0x0a, 0x55, 0x6d, 0x87, 0xc3, 0x0f, 0x7a, 0x22, 0xf4, 0xa3, 0xbc, 0x9c, 0x36, 0x0a, 0xe1, 0xde, 0x70, 0x1f, 0xca, 0xc3, 0xdb, 0x0d, 0x8b, 0x12, 0x6b, 0xf9, 0x72, 0x26, 0xbd, 0x13, 0xed, 0x45, 0x32, 0x42, 0x44, 0x5b, 0x8b, 0x82, 0xf5, 0xbc, 0xb9, 0x0c, 0x3b, 0x19, 0xa5, 0x94, 0xb8, 0x9c, 0xc5, 0x76, 0xbf, 0x90, 0xa4, 0xe6, 0x5a, 0xdb, 0xee, 0x84, 0x72, 0x8f, 0x81, 0xe6, 0x36, 0x42, 0xf6, 0x48, 0xf2, 0x18, 0x46, 0x42, 0xdd, 0x67, 0x06, 0xef, 0xd6, 0x7a, 0x02, 0x04, 0x04, 0x44, 0x15, 0x87, 0x11, 0x64, 0x5f, 0xf1, 0x8c, 0xa8, 0x3f, 0xa4, 0x63, 0x50, 0xd9, 0x98, 0xae, 0x1a, 0xae, 0x13, 0xaa, 0x4d, 0xb8, 0x14, 0x4e, 0xa0, 0xd1, 0x58, 0x22, 0x99, 0xc5, 0x33, 0x37, 0x44, 0x1a, 0x22, 0x14, 0xa4, 0x7f, 0x1c, 0xdc, 0x0c, 0x05, 0x1c, 0x53, 0xd3, 0xa8, 0x75, 0xc1, 0xd2, 0xa7, 0xc6, 0x00, 0x3d, 0x98, 0x54, 0x75, 0x9e, 0x35, 0xeb, 0x74, 0x67, 0xea, 0xa5, 0x44, 0x48, 0x7f, 0x03, 0xe7, 0x75, 0x24, 0x75, 0xa8, 0x3d, 0x18, 0xed, 0xdb, 0x5c, 0x7e, 0x14, 0x21, 0xf1, 0xb1, 0x86, 0x25, 0x46, 0x03, 0x57, 0x00, 0xb3, 0x8d, 0x80, 0xf9, 0x94, 0x76, 0xe4, 0x5d, 0xe4 } }; static const struct cckprng_op_refresh op_refresh_2058 = { .hd = { .id = 1944, .kind = OP_REFRESH }, .rand = 1748562558125291804ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2059 = { .hd = { .id = 1945, .kind = OP_RESEED }, .nonce = 6604475307764984778ULL, .seed_nbytes = 81, .seed = { 0x82, 0x23, 0x3c, 0x0a, 0xf7, 0xa9, 0xde, 0x5b, 0xfd, 0xfd, 0x88, 0x65, 0x19, 0xcf, 0x7b, 0x9e, 0x2b, 0xbb, 0x18, 0x0b, 0xa0, 0x9a, 0xdf, 0x72, 0xe4, 0x7b, 0xfe, 0x33, 0xcd, 0xd8, 0x5c, 0x57, 0x69, 0xe7, 0xfc, 0x2e, 0xfa, 0xea, 0xa6, 0x76, 0x75, 0x7d, 0xfc, 0x8f, 0x53, 0x87, 0x67, 0x59, 0xec, 0xb9, 0xb6, 0x52, 0x15, 0x5c, 0xd4, 0x3b, 0xe8, 0x02, 0xb4, 0xc3, 0xc6, 0xf9, 0xa0, 0x03, 0xa7, 0xb7, 0x89, 0xf4, 0x5e, 0xfc, 0x8a, 0xa4, 0xfb, 0x52, 0xc0, 0x36, 0x6a, 0x0c, 0x69, 0x3b, 0xda } }; static const struct cckprng_op_refresh op_refresh_2060 = { .hd = { .id = 1946, .kind = OP_REFRESH }, .rand = 14324962402682705294ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2061 = { .hd = { .id = 1947, .kind = OP_REFRESH }, .rand = 1819136754199050682ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2062 = { .hd = { .id = 1948, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0x19, 0x33, 0x6d, 0x1b, 0xc0, 0xa5, 0xac, 0xdf, 0x09, 0x62, 0x7e, 0x9c, 0x4e, 0xc1, 0x80, 0x75, 0x4d, 0x04, 0x0a, 0x4c, 0xd8, 0x42, 0x24, 0x78, 0x52, 0x98, 0xd7, 0xdb, 0xdd, 0xf7, 0x69, 0x84, 0x1e, 0x93, 0xf4, 0xef, 0x5b, 0x7f, 0x3b, 0x12, 0xdf, 0x4c, 0xd1, 0x99, 0x1a, 0x5b, 0x4a, 0xfd, 0xde, 0xf3, 0x7c, 0xbc, 0xcc, 0x56, 0x64, 0xa0, 0xd8, 0x3a, 0xc2, 0x97, 0x25, 0xab, 0x3f, 0x9e, 0xe6, 0xaf, 0x3d, 0x04, 0x93, 0x39, 0x68, 0x2f, 0xfc, 0x1e, 0x7d, 0x65, 0x69, 0xd8, 0xf4, 0x39, 0x9b, 0x3f, 0x62, 0x19, 0xbf, 0xaa, 0x51, 0xfa, 0x57, 0x00, 0xdf, 0x21, 0x4e, 0xf6, 0xb2, 0x8d, 0x62, 0x86, 0x52, 0x53, 0x39, 0xb5, 0xe8, 0x70, 0x35, 0xfa, 0xa5, 0x17, 0xf0, 0xe1, 0xb6, 0x93, 0x36, 0x57, 0xd1, 0x21, 0x22, 0x39, 0x64, 0xf6, 0xc2, 0xef, 0x57, 0xf5, 0xe0, 0xe6, 0x06, 0x7f, 0x7c, 0x5e, 0xff, 0x8e, 0xac, 0x4f, 0x37, 0xd8, 0x77, 0xbe, 0x31, 0x22, 0xc7, 0xb2, 0x15, 0x61, 0x71, 0xe0, 0x16, 0x68, 0xa2, 0x24, 0x58, 0xae, 0xdf, 0x72, 0x67, 0x05, 0x36, 0x62, 0x83, 0x06, 0x1e, 0x5d, 0xec, 0xf8, 0x4a, 0x67, 0xcf, 0xf6, 0x7e, 0xb6, 0x96, 0x0c, 0x60, 0x38, 0x50, 0x01, 0xec, 0x7e, 0xd0, 0x5a, 0x29, 0x21, 0x99, 0xa4, 0x1b, 0x85, 0x99, 0x8f, 0x25, 0x4b, 0x68, 0xd9, 0xd7, 0x0f, 0x1c, 0x59, 0x37, 0x46, 0xe1, 0xa7, 0xe9, 0x96, 0xed, 0x70, 0x79, 0x5f, 0x29, 0xf0, 0x62, 0x5c, 0xde, 0xe9, 0x95, 0x83, 0xd2, 0xe3, 0xb2, 0x01, 0x29, 0x8a, 0x53, 0xc2, 0x41, 0x08, 0xe3, 0x6b, 0x6f, 0x81, 0x57, 0x1b, 0xb9, 0xee, 0xfa, 0x75, 0xe5, 0x4a, 0x2a } } }; static const struct cckprng_op_reseed op_reseed_2063 = { .hd = { .id = 1949, .kind = OP_RESEED }, .nonce = 11782640068343174439ULL, .seed_nbytes = 217, .seed = { 0x65, 0x34, 0xd4, 0x24, 0x14, 0xb4, 0xe3, 0x6e, 0x0c, 0x7c, 0xa9, 0x6e, 0x18, 0x85, 0x3e, 0x2b, 0x35, 0xfc, 0xa3, 0x7c, 0xfd, 0x97, 0x9a, 0x6e, 0x1a, 0x8e, 0x64, 0x09, 0x2d, 0x7a, 0xb8, 0x72, 0x60, 0x23, 0xfe, 0x94, 0x72, 0x3d, 0xf4, 0xcf, 0x98, 0xd9, 0x35, 0x95, 0x7a, 0x19, 0xb6, 0xc1, 0x8b, 0x80, 0xda, 0x30, 0x9c, 0xe4, 0xad, 0x28, 0xdc, 0x9f, 0x42, 0x14, 0x2f, 0x39, 0x7b, 0x7e, 0x55, 0x75, 0xa3, 0x22, 0x80, 0xb5, 0x60, 0x55, 0x3a, 0x63, 0x0a, 0x31, 0x48, 0xa3, 0xbd, 0x42, 0x53, 0xee, 0x8e, 0x18, 0xf3, 0x93, 0x8b, 0x4e, 0x8a, 0xc2, 0x50, 0x9f, 0x44, 0xfb, 0x84, 0x7c, 0x26, 0x9a, 0x1f, 0x36, 0x4f, 0x14, 0x18, 0xb5, 0x6e, 0x34, 0x9e, 0x9f, 0xd7, 0x16, 0x0d, 0x4a, 0xdd, 0xb2, 0x50, 0x80, 0xf9, 0xbd, 0x70, 0x79, 0xd4, 0x97, 0x56, 0xae, 0x6e, 0x61, 0x07, 0xbb, 0x12, 0x39, 0x50, 0x78, 0x3e, 0x3b, 0xce, 0xd5, 0xec, 0x7e, 0x55, 0x3a, 0xcd, 0xea, 0xfb, 0x6f, 0x66, 0xfd, 0xbc, 0xa4, 0xc9, 0x19, 0xc0, 0x6e, 0xbb, 0x67, 0x60, 0x7e, 0xfa, 0x4b, 0x80, 0xe2, 0x1d, 0x65, 0x8a, 0xc8, 0xa7, 0xaf, 0xc0, 0xf0, 0x8a, 0xec, 0x0c, 0x0e, 0x72, 0xf2, 0xdd, 0x5d, 0x3d, 0x03, 0xc5, 0x71, 0xb2, 0x1e, 0xbf, 0x7c, 0x14, 0x2f, 0x21, 0xca, 0x68, 0xdf, 0xf4, 0x5d, 0x97, 0xa2, 0xbb, 0x73, 0xf9, 0x22, 0x67, 0xc2, 0x0a, 0xfd, 0xc1, 0xe0, 0xe7, 0xde, 0x1e, 0xf3, 0x5c, 0x1d, 0xc3, 0xba, 0xb6, 0x8e, 0x29, 0xfd, 0x0d } }; static const struct cckprng_op_reseed op_reseed_2064 = { .hd = { .id = 1950, .kind = OP_RESEED }, .nonce = 14157851977203825207ULL, .seed_nbytes = 166, .seed = { 0x93, 0x51, 0x05, 0xe0, 0x1b, 0x25, 0x08, 0x94, 0x0e, 0xc4, 0x2d, 0xf7, 0x48, 0x28, 0xad, 0xa3, 0x7b, 0x47, 0x0e, 0x6a, 0xea, 0x16, 0x71, 0x61, 0xaf, 0x0a, 0xd3, 0xa8, 0x89, 0xc3, 0xbb, 0xca, 0x12, 0xab, 0x0f, 0x83, 0x5a, 0xaa, 0xaf, 0x1b, 0x59, 0xbe, 0x05, 0x3b, 0xc7, 0x05, 0x3f, 0x44, 0x36, 0xc8, 0x0f, 0x0e, 0x58, 0xd1, 0x38, 0xf5, 0xcc, 0xb0, 0xa3, 0xc9, 0x1d, 0xc3, 0x6a, 0x58, 0x67, 0xe1, 0x98, 0xfd, 0x0a, 0x37, 0x04, 0xf0, 0xf0, 0x7a, 0x5a, 0xa6, 0xe7, 0xa7, 0x35, 0x4d, 0xdd, 0xae, 0x76, 0x1b, 0x0e, 0xae, 0x93, 0x8a, 0xed, 0xd6, 0x62, 0xf7, 0x6d, 0x20, 0x9c, 0x32, 0xf3, 0xfb, 0x1d, 0x30, 0xb0, 0x42, 0x0f, 0xbf, 0x44, 0x41, 0x24, 0xde, 0xda, 0xa0, 0xf2, 0x28, 0xf5, 0xeb, 0x22, 0x88, 0xb2, 0xe2, 0x29, 0xb3, 0xc5, 0xe2, 0x26, 0xb8, 0x0a, 0xa1, 0xca, 0x5d, 0xb7, 0x80, 0x4c, 0x74, 0x81, 0x29, 0x16, 0x3f, 0x79, 0x36, 0x0f, 0x5e, 0x74, 0xe8, 0x3e, 0xe4, 0x12, 0x9c, 0x01, 0xb4, 0x53, 0x70, 0x6e, 0x40, 0x14, 0x71, 0x47, 0x07, 0x21, 0xd8, 0x3a, 0x27, 0xd3, 0x83, 0xd5, 0x9a, 0xb2, 0x6f } }; static const struct cckprng_op_reseed op_reseed_2065 = { .hd = { .id = 1951, .kind = OP_RESEED }, .nonce = 57317902761193934ULL, .seed_nbytes = 78, .seed = { 0x89, 0x70, 0x5a, 0x18, 0x1b, 0xb0, 0xeb, 0x6e, 0x7e, 0x74, 0x21, 0x2d, 0xd7, 0xe3, 0xa2, 0x4f, 0xfa, 0x9e, 0x19, 0x7e, 0x57, 0x15, 0xa6, 0xe7, 0xa2, 0x4a, 0x1b, 0x37, 0xd3, 0xe5, 0x59, 0x49, 0x6e, 0x98, 0xbe, 0xc5, 0x99, 0x36, 0xdc, 0x45, 0xbc, 0x46, 0xc2, 0x30, 0xec, 0x86, 0xfa, 0xd7, 0x50, 0x1a, 0x74, 0x9b, 0x0d, 0x71, 0x44, 0xaa, 0xc0, 0x6a, 0xa8, 0x5d, 0x42, 0xd6, 0xc9, 0x6d, 0xdc, 0xb6, 0xed, 0xb0, 0xa1, 0x0c, 0x50, 0x62, 0xc9, 0xfe, 0x09, 0x3c, 0x30, 0xdd } }; static const struct cckprng_op_reseed op_reseed_2066 = { .hd = { .id = 1952, .kind = OP_RESEED }, .nonce = 10636661677361702073ULL, .seed_nbytes = 67, .seed = { 0xc7, 0xb6, 0xc7, 0xce, 0xb3, 0xa1, 0xad, 0x90, 0xad, 0xfb, 0x6f, 0x90, 0xee, 0x2b, 0x71, 0xaf, 0xc8, 0xfa, 0x15, 0xfb, 0x43, 0xb1, 0x15, 0x73, 0x2a, 0x33, 0xf2, 0xc2, 0xea, 0xe6, 0xb6, 0xc6, 0x7c, 0xe3, 0xc0, 0xf9, 0xeb, 0x47, 0x48, 0x44, 0x5e, 0x91, 0xf9, 0x9b, 0x91, 0xc4, 0xf5, 0x88, 0xa5, 0xf0, 0x27, 0x7c, 0x68, 0xc0, 0xc3, 0x29, 0x66, 0xaa, 0xdb, 0x28, 0x4c, 0xac, 0x9a, 0x8f, 0x7e, 0x0b, 0xaf } }; static const struct cckprng_op_refresh op_refresh_2067 = { .hd = { .id = 1953, .kind = OP_REFRESH }, .rand = 9049667156599632594ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2068 = { .hd = { .id = 1954, .kind = OP_REFRESH }, .rand = 5317666280602410699ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2069[] = { (const struct cckprng_op *)&op_init_2053, (const struct cckprng_op *)&op_reseed_2054, (const struct cckprng_op *)&op_reseed_2055, (const struct cckprng_op *)&op_reseed_2056, (const struct cckprng_op *)&op_reseed_2057, (const struct cckprng_op *)&op_refresh_2058, (const struct cckprng_op *)&op_reseed_2059, (const struct cckprng_op *)&op_refresh_2060, (const struct cckprng_op *)&op_refresh_2061, (const struct cckprng_op *)&op_init_2062, (const struct cckprng_op *)&op_reseed_2063, (const struct cckprng_op *)&op_reseed_2064, (const struct cckprng_op *)&op_reseed_2065, (const struct cckprng_op *)&op_reseed_2066, (const struct cckprng_op *)&op_refresh_2067, (const struct cckprng_op *)&op_refresh_2068 }; static const struct cckprng_vector vec_2070 = { .id = 1955, .note = NULL, .nops = 16, .ops = ops_2069 }; static const struct cckprng_op_init op_init_2071 = { .hd = { .id = 1956, .kind = OP_INIT }, .seed = { 0xd8, 0xc3, 0x15, 0x12, 0x2d, 0xd6, 0x14, 0x88, 0x47, 0x58, 0x18, 0xa0, 0x25, 0xd6, 0x3f, 0x55, 0x75, 0x20, 0xe6, 0xb6, 0xef, 0x5c, 0x58, 0xcb, 0xf2, 0xa7, 0x4f, 0xd1, 0x92, 0xbc, 0x88, 0xce }, .nonce = { 0xd4, 0x99, 0x33, 0x02, 0x5f, 0x4c, 0x40, 0x16 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2072 = { .hd = { .id = 1957, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x96, 0x03, 0x18, 0xb7, 0x4a, 0x3c, 0x3c, 0x20, 0x30, 0x7e, 0xbc, 0x75, 0x57, 0xc8, 0xaf, 0x60, 0x88, 0x14, 0x5a, 0xf4, 0xda, 0xc8, 0xa3, 0x66, 0xd2, 0x72, 0x02, 0x8d, 0x99, 0x23, 0xfa, 0x01, 0xe2, 0xbf, 0x1e, 0x8f, 0x20, 0x8e, 0x59, 0xc9, 0x3f, 0xe7, 0x80, 0x29, 0xe4, 0x15, 0xde, 0x30, 0x15, 0x14, 0xae, 0xb6, 0xbe, 0xc2, 0x09, 0x24, 0x0a, 0xf1, 0x73, 0x3b, 0x7d, 0xfa, 0x1b, 0x28, 0xe3, 0xe5, 0x99, 0x81, 0x8d, 0x51, 0xe4, 0x43, 0xd4, 0x3c, 0x7f, 0xbe, 0xf4, 0xb7, 0xce, 0xe3, 0xcc, 0x4e, 0x7b, 0x08, 0xf1, 0x97, 0xfb, 0x0a, 0x5c, 0xe1, 0xeb, 0x6b, 0xd5, 0xc3, 0x49, 0x59, 0x5b, 0xab, 0x33, 0x31, 0xa2, 0x21, 0xfb, 0x5f, 0xab, 0x8a, 0x96, 0xaa, 0x8c, 0x91, 0x5d, 0xba, 0xce, 0x47, 0x11, 0x21, 0x07, 0xd4, 0x6b, 0xff, 0x83, 0x8c, 0xcc, 0x71, 0xf7, 0xe3, 0xaa, 0xd5, 0x79, 0xd8, 0x54, 0x9f, 0x75, 0xd1, 0xef, 0x75, 0x96, 0xe0, 0x49, 0x62, 0xd2, 0x35, 0x6b, 0x4c, 0x32, 0x43, 0xe0, 0x95, 0x10, 0xa2, 0xdf, 0x8a, 0x2d, 0xbb, 0x1a, 0x6c, 0x6e, 0xaa, 0xc2, 0x90, 0xe5, 0x07, 0x2e, 0xd8, 0xc4, 0xd8, 0xe3, 0x83, 0x1b, 0x33, 0xac, 0xe3, 0xa4, 0x3d, 0xd5, 0x49, 0xf8, 0x25, 0x5d, 0x15, 0xa6, 0xac, 0x8c, 0x7e, 0x60, 0xaf, 0xec, 0xac, 0xa4, 0x62, 0xa3, 0x2b, 0x3c, 0xc3, 0xdb, 0x35, 0x77, 0xa8, 0x53, 0x15, 0x1a, 0x67, 0xb8, 0x99, 0x94, 0x0f } } }; static const struct cckprng_op_refresh op_refresh_2073 = { .hd = { .id = 1958, .kind = OP_REFRESH }, .rand = 16082329567650029166ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2074 = { .hd = { .id = 1959, .kind = OP_RESEED }, .nonce = 14502009283895162575ULL, .seed_nbytes = 101, .seed = { 0xe8, 0xd0, 0xa7, 0x38, 0xdd, 0x61, 0xb0, 0x66, 0x14, 0x82, 0x60, 0xa8, 0x0f, 0xb6, 0x05, 0x40, 0x5d, 0x0e, 0xe2, 0x49, 0xe4, 0x44, 0xcb, 0x01, 0xcf, 0x89, 0x18, 0x29, 0xef, 0x84, 0xa9, 0x00, 0x99, 0x07, 0xc9, 0xf9, 0x06, 0x27, 0x32, 0xcd, 0x61, 0xba, 0xa5, 0xab, 0x4f, 0x71, 0xd2, 0x21, 0x5e, 0x27, 0xd6, 0x16, 0xd2, 0xad, 0x92, 0x8c, 0x8e, 0x78, 0x25, 0xf7, 0x7e, 0xa0, 0x47, 0xa3, 0x63, 0xc7, 0x0b, 0xcd, 0xd6, 0x49, 0x74, 0xc8, 0x89, 0x53, 0x1b, 0xa8, 0xe7, 0x60, 0x42, 0xb4, 0x20, 0x32, 0xf7, 0x69, 0xd0, 0xff, 0x36, 0xc6, 0xf0, 0xc9, 0xfb, 0xf6, 0xcf, 0x67, 0x0d, 0xc5, 0x0a, 0x7e, 0x56, 0xe3, 0x5d } }; static const struct cckprng_op_generate op_init_2075 = { .hd = { .id = 1960, .kind = OP_GENERATE }, .rand_nbytes = 108, .out = { .rand = { 0x0a, 0xbc, 0xb2, 0x49, 0x60, 0xac, 0xd2, 0xc8, 0x48, 0x30, 0xcd, 0x56, 0x80, 0xa0, 0x3f, 0xab, 0xc0, 0xf5, 0x62, 0xc8, 0xb8, 0x38, 0x9b, 0x33, 0xf3, 0x51, 0xe0, 0xaa, 0x09, 0xda, 0x69, 0x35, 0xe8, 0x6a, 0x5e, 0x10, 0xcb, 0xf1, 0x6f, 0xf6, 0xa3, 0x57, 0xc2, 0x8d, 0x13, 0x5f, 0xd2, 0xf9, 0x76, 0x0e, 0xd0, 0x19, 0x8d, 0x2a, 0x81, 0x86, 0xa0, 0x45, 0x9d, 0x7d, 0x12, 0x3a, 0xbe, 0xe8, 0xcf, 0x6c, 0xc8, 0xf4, 0xdb, 0x00, 0xf5, 0xc6, 0x13, 0x0f, 0x2d, 0xdb, 0xc4, 0x0a, 0x8b, 0xb9, 0xee, 0x5f, 0xe7, 0xc2, 0x1e, 0x1e, 0xaf, 0x87, 0x91, 0x04, 0xce, 0x13, 0x67, 0x0e, 0xef, 0xfc, 0x39, 0x0e, 0xb7, 0x18, 0x92, 0x1b, 0xf6, 0xb0, 0xfe, 0xbb, 0x0b, 0x0b } } }; static const struct cckprng_op_reseed op_reseed_2076 = { .hd = { .id = 1961, .kind = OP_RESEED }, .nonce = 16375236319564813393ULL, .seed_nbytes = 273, .seed = { 0x19, 0x7b, 0xfd, 0xcd, 0x64, 0x83, 0x5d, 0x3a, 0x41, 0x4a, 0x27, 0x08, 0x70, 0xe3, 0x39, 0xf3, 0xac, 0x2e, 0x50, 0xa3, 0x8d, 0x2e, 0x42, 0x4c, 0x43, 0x8a, 0x41, 0x57, 0xeb, 0x45, 0x26, 0x87, 0xda, 0x06, 0x6f, 0xa9, 0x2f, 0x13, 0xd3, 0xc9, 0xfa, 0x65, 0xa5, 0xf5, 0x5d, 0xd7, 0xcb, 0x8e, 0x7c, 0xa5, 0x94, 0xe2, 0xfe, 0x1b, 0x85, 0xd5, 0xb2, 0xee, 0x32, 0x11, 0x32, 0x47, 0xc9, 0x33, 0xce, 0x8b, 0x1d, 0x81, 0xc6, 0xfb, 0xce, 0x7f, 0x58, 0x2e, 0x7a, 0x31, 0xa6, 0xfe, 0x8d, 0x99, 0xdc, 0x48, 0xeb, 0x87, 0xc7, 0x08, 0x6b, 0x38, 0x4a, 0x80, 0xc1, 0xeb, 0x52, 0xa7, 0x47, 0x5e, 0xad, 0x10, 0x3d, 0x8c, 0xeb, 0xc9, 0xef, 0x7e, 0x81, 0x23, 0x5e, 0xc4, 0xbf, 0x9c, 0x29, 0x57, 0xc8, 0x21, 0x17, 0x8c, 0xd5, 0x78, 0xab, 0xbf, 0x1f, 0x45, 0x08, 0xae, 0x4f, 0x2b, 0x77, 0x85, 0xc1, 0x16, 0xff, 0x15, 0xb7, 0x23, 0x31, 0x03, 0x09, 0xbd, 0x27, 0xaf, 0x8b, 0xcd, 0x26, 0xcf, 0xf8, 0xbe, 0xe9, 0x9a, 0x8b, 0xfc, 0x6f, 0x4a, 0xa9, 0x66, 0xcf, 0x0b, 0x16, 0xa3, 0xd9, 0xfc, 0xe3, 0x37, 0x8f, 0x89, 0x39, 0xc6, 0x60, 0x35, 0xc6, 0x45, 0x3e, 0x9a, 0x75, 0xee, 0x29, 0xe9, 0xd2, 0x88, 0xd1, 0x4e, 0xbc, 0xe9, 0x2e, 0x2c, 0x88, 0x78, 0x31, 0x31, 0x13, 0x5c, 0x41, 0x84, 0xff, 0x5a, 0xf3, 0xa4, 0x4e, 0xa4, 0x67, 0xf6, 0x00, 0x60, 0xa2, 0x84, 0x16, 0xfc, 0x0d, 0xa6, 0x3f, 0x87, 0x49, 0x00, 0x25, 0x02, 0xb4, 0xd5, 0xb6, 0x27, 0xe5, 0xb0, 0x30, 0xf9, 0xc8, 0x72, 0x3a, 0xfd, 0x61, 0xf2, 0xde, 0x0e, 0x14, 0xf9, 0x59, 0xee, 0x90, 0x55, 0x9b, 0x9d, 0xfe, 0xc0, 0xb7, 0x2a, 0xbd, 0x2f, 0x83, 0x9f, 0xf1, 0x25, 0xbe, 0x2e, 0x20, 0xb1, 0x8c, 0x94, 0x2a, 0xfd, 0x25, 0x24, 0x06, 0x4e, 0x3b, 0xce, 0xfb, 0x05, 0x53, 0x45, 0xb5, 0x66, 0x25, 0xf8, 0xae, 0x1a, 0x63 } }; static const struct cckprng_op_reseed op_reseed_2077 = { .hd = { .id = 1962, .kind = OP_RESEED }, .nonce = 13030145188886522898ULL, .seed_nbytes = 199, .seed = { 0x13, 0x5f, 0x5c, 0x62, 0x2e, 0x8f, 0x3d, 0x6e, 0xff, 0xf5, 0x24, 0x39, 0xbc, 0x3e, 0xda, 0xeb, 0x58, 0x64, 0xf3, 0x18, 0x40, 0xfd, 0x19, 0xe7, 0x84, 0x2d, 0x61, 0xa7, 0x47, 0x09, 0x02, 0x66, 0xd4, 0x88, 0xee, 0x8a, 0x9f, 0x9a, 0xa6, 0x58, 0x0d, 0xc0, 0x74, 0x5f, 0xe1, 0xb8, 0xdc, 0xe6, 0x0c, 0xdd, 0xa3, 0xc5, 0x43, 0x66, 0x30, 0x7c, 0x8d, 0x54, 0xaf, 0xc9, 0xa8, 0x4f, 0x17, 0xf2, 0x45, 0xc0, 0x70, 0x67, 0xf0, 0x4e, 0xeb, 0x8e, 0xbc, 0xc4, 0x86, 0x5a, 0x8d, 0xbf, 0xca, 0x11, 0xa3, 0x89, 0xf0, 0xf7, 0x36, 0x41, 0x70, 0x09, 0x4b, 0x0c, 0x37, 0x46, 0x99, 0xe0, 0x7b, 0x18, 0x94, 0x0d, 0x87, 0x05, 0xb3, 0x4c, 0xb7, 0x4f, 0x4f, 0x5f, 0x4b, 0xf8, 0xf9, 0x4c, 0x59, 0x25, 0x65, 0x29, 0x85, 0xcb, 0x03, 0x57, 0xec, 0xc8, 0x69, 0xcc, 0x41, 0x78, 0x4d, 0x78, 0x68, 0x6f, 0x45, 0xc4, 0xf8, 0xb9, 0x39, 0x74, 0xc3, 0x3e, 0xc4, 0x24, 0xe1, 0x3d, 0xe7, 0x5b, 0xd7, 0xc1, 0x55, 0xc8, 0xc2, 0x91, 0x61, 0x74, 0x13, 0x75, 0x28, 0xf3, 0xf9, 0x83, 0x90, 0x3f, 0xce, 0x5c, 0x53, 0x95, 0x17, 0xe7, 0xd6, 0xed, 0x9a, 0x44, 0x42, 0x21, 0xe1, 0x87, 0x19, 0xe8, 0x73, 0x50, 0x88, 0x63, 0x90, 0xcc, 0xc9, 0x4c, 0x3c, 0x8f, 0x16, 0x44, 0xf2, 0x2a, 0x3b, 0xba, 0x65, 0xac, 0x8c, 0x94, 0x59, 0x6a, 0xef, 0x6e, 0x25 } }; static const struct cckprng_op_refresh op_refresh_2078 = { .hd = { .id = 1963, .kind = OP_REFRESH }, .rand = 9356480950018198540ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2079 = { .hd = { .id = 1964, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0x8d, 0x31, 0xf0, 0x16, 0x0f, 0xd2, 0xac, 0x71, 0x2f, 0x08, 0x17, 0xfc, 0xdc, 0xc4, 0x80, 0xae, 0x71, 0x42, 0x52, 0xc4, 0x3d, 0x9a, 0x63, 0xd0, 0xfc, 0x0e, 0x9f, 0xae, 0x48, 0x4f, 0x4d, 0x4c, 0xad, 0x80, 0x09, 0xc3, 0x6b, 0x3b, 0x39, 0x8f, 0xaa, 0x15, 0x04, 0x7a, 0x79, 0x27, 0xd3 } } }; static const struct cckprng_op_refresh op_refresh_2080 = { .hd = { .id = 1965, .kind = OP_REFRESH }, .rand = 6767640043881658471ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2081 = { .hd = { .id = 1966, .kind = OP_RESEED }, .nonce = 3385436644553616938ULL, .seed_nbytes = 259, .seed = { 0x17, 0xab, 0x59, 0x1d, 0x2a, 0x4d, 0x81, 0xdb, 0xbc, 0x84, 0x0d, 0xb2, 0xc5, 0x6b, 0x77, 0x37, 0x68, 0xd5, 0x46, 0x57, 0xa1, 0x7d, 0x02, 0xb9, 0x1a, 0x2a, 0x9b, 0x4c, 0x9b, 0x0e, 0x81, 0xde, 0x0f, 0x29, 0x89, 0x09, 0xd9, 0xc6, 0x5b, 0x1a, 0xf9, 0x04, 0x35, 0x1e, 0x4c, 0xab, 0xe5, 0x97, 0x76, 0x70, 0xb6, 0x1c, 0xb5, 0xef, 0xb2, 0x09, 0xf3, 0xf0, 0xd9, 0xdb, 0xec, 0x5a, 0xde, 0x5c, 0x9d, 0xbe, 0x84, 0xef, 0x95, 0xca, 0x24, 0x1f, 0x03, 0x48, 0xa9, 0xe6, 0x2c, 0xe8, 0x14, 0x37, 0x94, 0x7f, 0x63, 0x15, 0x94, 0x80, 0xd3, 0x30, 0x82, 0x90, 0xe2, 0xc9, 0xcc, 0x07, 0xce, 0xc6, 0xcf, 0x7a, 0x5e, 0xd5, 0x5d, 0x36, 0x9e, 0x13, 0xfc, 0x00, 0x58, 0x7f, 0x0b, 0xe2, 0x51, 0xe4, 0xfc, 0x3b, 0x98, 0x70, 0xb7, 0x5c, 0x6f, 0x28, 0x9c, 0xba, 0xed, 0xeb, 0x3c, 0xd3, 0x1a, 0xbb, 0x56, 0x1d, 0x02, 0xde, 0xad, 0xf6, 0xba, 0x00, 0x9d, 0x82, 0xdb, 0x35, 0x6e, 0xa9, 0x82, 0x13, 0x16, 0xee, 0xd4, 0x35, 0x27, 0x37, 0xed, 0xa6, 0xb3, 0xf3, 0xb2, 0x0c, 0x7c, 0x74, 0x9f, 0x9a, 0x9f, 0xe5, 0xcf, 0x81, 0x04, 0x90, 0x99, 0x4f, 0x89, 0xc2, 0x23, 0x7e, 0xe7, 0xb5, 0x36, 0x82, 0xe0, 0x22, 0x02, 0x2b, 0xa5, 0x77, 0x6f, 0x29, 0x33, 0xa8, 0x3f, 0x86, 0xd3, 0x42, 0x2a, 0xba, 0xc7, 0x14, 0x6b, 0x81, 0xb0, 0x98, 0xd7, 0xe3, 0x32, 0x63, 0x8e, 0xaf, 0x36, 0xec, 0x7f, 0xe5, 0x0b, 0x91, 0x82, 0xa7, 0xa8, 0xd1, 0x11, 0xab, 0x26, 0x0e, 0x6d, 0x4d, 0x36, 0x7a, 0x9d, 0xc7, 0xe9, 0x31, 0x45, 0xc4, 0x01, 0xa9, 0x02, 0x28, 0xab, 0x8f, 0x7a, 0x2a, 0x46, 0xc4, 0x2b, 0xd3, 0x10, 0x00, 0x85, 0x24, 0x9c, 0x39, 0xd2, 0x9c, 0x29, 0xa0, 0x3e, 0x31, 0x52, 0xb9, 0xa1, 0xbb, 0x52, 0xd1, 0x3e } }; static const struct cckprng_op_reseed op_reseed_2082 = { .hd = { .id = 1967, .kind = OP_RESEED }, .nonce = 14095076169260369775ULL, .seed_nbytes = 226, .seed = { 0x73, 0xc5, 0xae, 0x89, 0xd6, 0x97, 0x7c, 0x93, 0x39, 0x11, 0x10, 0x64, 0xe7, 0x5f, 0x85, 0x76, 0x98, 0xf1, 0x99, 0x20, 0x71, 0xf5, 0xf3, 0xa6, 0xc6, 0x64, 0x30, 0xb3, 0xdc, 0x3e, 0x03, 0xe0, 0x44, 0x93, 0xea, 0x50, 0x65, 0x82, 0x76, 0x4b, 0x20, 0xe8, 0xe6, 0xcc, 0x72, 0xb1, 0x5e, 0xc6, 0x03, 0xc1, 0x21, 0xcf, 0x58, 0x5c, 0x11, 0x2d, 0x4e, 0xe3, 0x77, 0xf7, 0x7c, 0x10, 0xbd, 0xae, 0x16, 0x23, 0xb6, 0x9f, 0x75, 0x71, 0x76, 0xc3, 0xcc, 0xe8, 0x03, 0xad, 0xfd, 0xb9, 0x20, 0x64, 0x53, 0x80, 0x76, 0x4b, 0xbd, 0xaf, 0x6f, 0xc0, 0x12, 0xc5, 0xfd, 0x5a, 0x35, 0xe4, 0xf9, 0x03, 0xd2, 0x58, 0xd2, 0xb9, 0x42, 0x38, 0xfe, 0xeb, 0x5f, 0x84, 0xb1, 0x3b, 0xd9, 0x33, 0xd6, 0x49, 0xad, 0x01, 0xd4, 0x29, 0x9f, 0x96, 0x66, 0x18, 0x44, 0x6b, 0x72, 0x01, 0x49, 0x11, 0x17, 0xcd, 0x66, 0x86, 0xf2, 0x94, 0xab, 0x9b, 0x37, 0x41, 0x92, 0x09, 0x8c, 0xdb, 0xaf, 0x01, 0xd5, 0xff, 0x4b, 0xa6, 0x4f, 0x26, 0xe8, 0xd2, 0x6d, 0xea, 0x5e, 0x77, 0x57, 0xb4, 0x52, 0xd9, 0x7e, 0x9d, 0x9d, 0x95, 0x08, 0x66, 0xf4, 0xb9, 0xb0, 0xb6, 0x5d, 0xb1, 0x40, 0xa5, 0xd7, 0xc6, 0x5a, 0xf7, 0xd0, 0x23, 0x3a, 0x53, 0x0c, 0x13, 0x71, 0x00, 0x95, 0x83, 0x28, 0x61, 0xa7, 0xce, 0x30, 0xb6, 0xe7, 0xc0, 0x45, 0xd5, 0x7f, 0x1c, 0x5c, 0xf7, 0x4c, 0x60, 0x3f, 0xac, 0xad, 0x20, 0x7c, 0x4a, 0xdc, 0xad, 0xb7, 0xa0, 0x7e, 0x3d, 0xf1, 0x71, 0xee, 0xe6, 0x35, 0xd3, 0xef, 0xef, 0xfc, 0x13, 0x2e, 0x83 } }; static const struct cckprng_op_generate op_init_2083 = { .hd = { .id = 1968, .kind = OP_GENERATE }, .rand_nbytes = 147, .out = { .rand = { 0xa3, 0x84, 0x87, 0xdc, 0x6e, 0xe9, 0x6e, 0xc3, 0xf4, 0x3e, 0xe8, 0xc9, 0x1f, 0xe1, 0x7b, 0xe0, 0x24, 0x6b, 0xd4, 0x25, 0x28, 0x3e, 0x71, 0x23, 0x2e, 0xb3, 0x69, 0x9f, 0xb1, 0x30, 0xb1, 0x38, 0x1a, 0x8c, 0xbe, 0xcb, 0x60, 0xc1, 0x18, 0x3c, 0xf2, 0x28, 0x10, 0xb0, 0xe2, 0x51, 0xf4, 0xce, 0xcc, 0xf4, 0x90, 0xe6, 0x15, 0xdb, 0xae, 0x0d, 0xab, 0x79, 0x4e, 0xb6, 0x5e, 0x19, 0x17, 0x65, 0x56, 0x92, 0xdf, 0x41, 0x0b, 0x59, 0x29, 0xce, 0x0a, 0xe0, 0x2c, 0x93, 0x7e, 0x3f, 0x6b, 0x8d, 0xf9, 0xf9, 0xb8, 0x6a, 0x3f, 0x4d, 0x6d, 0x7b, 0x2d, 0x17, 0xc4, 0xb9, 0x0d, 0x2f, 0xe7, 0x93, 0x09, 0x93, 0xb2, 0xc8, 0x65, 0x93, 0x1e, 0x1f, 0xa8, 0x87, 0xb0, 0x3b, 0xf5, 0x79, 0xf5, 0x4c, 0x19, 0x98, 0x45, 0x99, 0xf6, 0xf8, 0x91, 0x3b, 0x76, 0xdf, 0x85, 0xb8, 0xc2, 0xe7, 0xe7, 0x53, 0xe9, 0xec, 0x16, 0x56, 0xb3, 0xd8, 0xfb, 0x32, 0x16, 0x29, 0xcd, 0xad, 0xb3, 0xf0, 0x00, 0xda, 0x6e, 0x2b, 0x4a } } }; static const struct cckprng_op_generate op_init_2084 = { .hd = { .id = 1969, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0x10, 0xd0, 0xcd, 0x1e, 0xe5, 0x8e, 0x41, 0x90, 0x2c, 0xc2, 0x01, 0x3b, 0xdd, 0x68, 0xbc, 0x64, 0x1b, 0xff, 0x81, 0x8f, 0x34, 0xad, 0x38, 0x0e, 0x38, 0xf2, 0x9b, 0xed, 0xcb, 0xcb, 0xd7, 0xd7, 0x39, 0x13, 0x89, 0xa7, 0x21, 0x59, 0x86, 0xed, 0xf8, 0xe8, 0x20, 0x83, 0x1d, 0xc3, 0x32, 0xca, 0x30, 0x8c, 0xcc, 0x01, 0xae, 0x11, 0x5d, 0xb2, 0x8c, 0x8a, 0xf0, 0x1e, 0xe5, 0x06, 0xee, 0xe6, 0xe9, 0x4a, 0x90, 0x76, 0x7c, 0x29, 0x6f, 0xb9, 0xa5, 0x7f, 0x6e, 0x37, 0x73, 0xa3, 0x80, 0xa3, 0xab, 0x6a, 0x83, 0x7b, 0x93, 0x14, 0xdd, 0x4a, 0x5b, 0xad, 0x2f, 0xf5, 0x05, 0x23, 0x30, 0xa4, 0xa1, 0x80, 0xf4, 0xfc, 0xf2, 0xae, 0x17, 0xcc, 0x63, 0xed, 0xa3, 0x39, 0x12, 0x64, 0x15, 0x59, 0x37, 0x5b, 0xdd, 0x8b, 0x48, 0xad, 0xa3, 0x05, 0xd1, 0x65, 0x5d, 0x1c, 0xf5, 0xeb, 0x4c, 0x69, 0xf8, 0x18, 0xfd, 0x26, 0x72, 0xbf, 0x6e, 0x93, 0x49, 0x73, 0x86, 0xae, 0x3d } } }; static const struct cckprng_op_refresh op_refresh_2085 = { .hd = { .id = 1970, .kind = OP_REFRESH }, .rand = 16150454855424295174ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2086 = { .hd = { .id = 1971, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x86, 0xb4, 0xae, 0x6f, 0x2d, 0xc4, 0x8a, 0xf7, 0xe9, 0x55, 0xde, 0x5e, 0x9a, 0x1d, 0xdc, 0xdb, 0x94, 0xc9, 0xa4, 0x0d, 0xd4, 0xa6, 0xc2, 0x75, 0xb8, 0x70, 0xec, 0xed, 0x01, 0xb3, 0xa1, 0x99, 0xd6, 0x95, 0x1c, 0x0b, 0x21, 0x40, 0x29, 0x6e, 0xb5, 0xdf, 0x4c, 0x96, 0x86, 0x10, 0x7c, 0xdf, 0x55, 0x86, 0xbc, 0x65, 0x06, 0x7a, 0xa4, 0x36, 0x67, 0xb9, 0xb1, 0xc0, 0x97, 0x7f, 0x2c, 0xed, 0x27, 0x16, 0x4b, 0xee, 0x52, 0x92, 0x59, 0x84, 0xd7, 0x27, 0x32, 0x9f, 0x74, 0x45, 0xf4, 0xa3, 0xb4, 0x38, 0x59, 0xd8, 0x8f, 0xb2, 0x23, 0xb6, 0xbd, 0x2e, 0x3d, 0xde, 0x4b, 0x04, 0x9b, 0xb0, 0x09, 0xe0, 0xc2, 0x64, 0x26, 0x91, 0x95, 0x1a, 0x7a, 0x1e, 0x62, 0x13, 0x59, 0x08 } } }; static const struct cckprng_op *ops_2087[] = { (const struct cckprng_op *)&op_init_2071, (const struct cckprng_op *)&op_init_2072, (const struct cckprng_op *)&op_refresh_2073, (const struct cckprng_op *)&op_reseed_2074, (const struct cckprng_op *)&op_init_2075, (const struct cckprng_op *)&op_reseed_2076, (const struct cckprng_op *)&op_reseed_2077, (const struct cckprng_op *)&op_refresh_2078, (const struct cckprng_op *)&op_init_2079, (const struct cckprng_op *)&op_refresh_2080, (const struct cckprng_op *)&op_reseed_2081, (const struct cckprng_op *)&op_reseed_2082, (const struct cckprng_op *)&op_init_2083, (const struct cckprng_op *)&op_init_2084, (const struct cckprng_op *)&op_refresh_2085, (const struct cckprng_op *)&op_init_2086 }; static const struct cckprng_vector vec_2088 = { .id = 1972, .note = NULL, .nops = 16, .ops = ops_2087 }; static const struct cckprng_op_init op_init_2089 = { .hd = { .id = 1973, .kind = OP_INIT }, .seed = { 0x5f, 0xe6, 0x94, 0xf6, 0x7d, 0x65, 0xa2, 0x2f, 0x36, 0x6b, 0xe9, 0x22, 0x81, 0x35, 0xfc, 0x30, 0xab, 0xc3, 0x12, 0xb6, 0xb8, 0x08, 0x80, 0x04, 0x6a, 0xf1, 0xfc, 0x0a, 0xee, 0x1e, 0xdd, 0xa1 }, .nonce = { 0x78, 0x3d, 0x2e, 0x31, 0x07, 0xef, 0x81, 0x75 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2090 = { .hd = { .id = 1974, .kind = OP_REFRESH }, .rand = 2768339323212071605ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2091 = { .hd = { .id = 1975, .kind = OP_GENERATE }, .rand_nbytes = 13, .out = { .rand = { 0x64, 0x54, 0xfb, 0x7c, 0xc8, 0xb0, 0x9d, 0xd3, 0x91, 0xa0, 0xbe, 0x31, 0x0f } } }; static const struct cckprng_op_refresh op_refresh_2092 = { .hd = { .id = 1976, .kind = OP_REFRESH }, .rand = 7331334338358011255ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2093 = { .hd = { .id = 1977, .kind = OP_GENERATE }, .rand_nbytes = 199, .out = { .rand = { 0xf4, 0x2d, 0x67, 0x6c, 0xce, 0x7b, 0x69, 0x4e, 0x7b, 0xe9, 0x59, 0x61, 0x99, 0x64, 0x80, 0xc2, 0xb8, 0xce, 0xa9, 0x1e, 0x00, 0x7c, 0xef, 0xba, 0xbd, 0xcd, 0x9c, 0xcb, 0x79, 0x51, 0xc7, 0xe7, 0x70, 0xad, 0x39, 0x8d, 0x2c, 0xa9, 0x17, 0xcb, 0xc7, 0x4d, 0x56, 0x2a, 0xd7, 0xdc, 0x5f, 0x03, 0xc4, 0x10, 0xfe, 0xed, 0xd6, 0x8d, 0xec, 0xea, 0x02, 0x18, 0xc9, 0x9a, 0x6b, 0xa7, 0x02, 0x34, 0xc3, 0x3d, 0x9c, 0x80, 0x4b, 0x3b, 0x4d, 0xfb, 0xab, 0xe4, 0x4c, 0x9a, 0x37, 0x25, 0xcc, 0xf9, 0xec, 0x8f, 0x60, 0x79, 0x20, 0x77, 0x21, 0xcd, 0xa2, 0x5d, 0x9e, 0x9c, 0xcf, 0x91, 0xf0, 0x7d, 0x46, 0x96, 0x87, 0xbe, 0x3a, 0x3c, 0xc6, 0xe9, 0xb8, 0xd9, 0x3a, 0x9a, 0x91, 0x70, 0x07, 0x79, 0xb3, 0xb1, 0xed, 0xaa, 0xd0, 0x82, 0x66, 0x79, 0x29, 0xc6, 0x8a, 0x58, 0x87, 0x81, 0x9a, 0x76, 0x3a, 0x00, 0x0d, 0xdd, 0x14, 0xb5, 0xed, 0xf3, 0xc3, 0x90, 0x6a, 0x80, 0x58, 0x9b, 0x8a, 0x3c, 0xbc, 0x53, 0x8d, 0x79, 0x75, 0x18, 0xd7, 0xe7, 0x10, 0x98, 0x06, 0xb8, 0x8a, 0xc0, 0x3c, 0xee, 0x7c, 0xb0, 0x1f, 0x32, 0xae, 0xfd, 0x1c, 0xb3, 0x57, 0x3b, 0x0a, 0x38, 0xc6, 0x73, 0x40, 0x76, 0x33, 0x94, 0x71, 0x78, 0x78, 0x2e, 0x54, 0x18, 0x94, 0x67, 0xc7, 0x68, 0x6a, 0x5e, 0xff, 0x81, 0x66, 0x8d, 0xa6, 0x2d, 0x8e, 0x45, 0x9f } } }; static const struct cckprng_op_reseed op_reseed_2094 = { .hd = { .id = 1978, .kind = OP_RESEED }, .nonce = 12756927107306759931ULL, .seed_nbytes = 106, .seed = { 0xca, 0x4f, 0x10, 0xa1, 0xfd, 0x1b, 0xfc, 0xd3, 0xe2, 0x3b, 0xf8, 0x1c, 0xc2, 0xa4, 0x01, 0xc3, 0x9e, 0x26, 0x36, 0x5e, 0x5c, 0xdf, 0x49, 0x41, 0xab, 0xa9, 0x63, 0x20, 0x75, 0xd7, 0x84, 0x88, 0xcf, 0xda, 0x0d, 0x0c, 0x1b, 0xd7, 0xce, 0x2a, 0xa2, 0xaa, 0xda, 0x1d, 0x51, 0x62, 0xd8, 0x63, 0x5f, 0x8b, 0x59, 0x5a, 0x9b, 0x4c, 0xc9, 0x88, 0x74, 0x1c, 0x8e, 0x46, 0xb6, 0x66, 0x75, 0x62, 0x96, 0xcc, 0x46, 0xf8, 0x49, 0x1f, 0xd9, 0x9a, 0x5d, 0x40, 0x68, 0x8a, 0xb2, 0xc9, 0x34, 0xc0, 0x7a, 0x98, 0x2d, 0x9f, 0xae, 0x8e, 0x55, 0x8b, 0x4f, 0x30, 0xb4, 0x1d, 0xd2, 0xb7, 0x29, 0xc9, 0x10, 0x1e, 0xda, 0x99, 0xa1, 0x88, 0xe1, 0x4c, 0x2e, 0xef } }; static const struct cckprng_op_refresh op_refresh_2095 = { .hd = { .id = 1979, .kind = OP_REFRESH }, .rand = 1641708862184259681ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2096 = { .hd = { .id = 1980, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0xf5, 0xe2, 0xf0, 0x8f, 0x81, 0xd6, 0x6c, 0x98, 0xe1, 0x17, 0x86, 0xaf, 0xd6, 0xf3, 0x0d, 0xa0, 0x8f, 0x70, 0x6b, 0x4a, 0x2e, 0xcf, 0xaf, 0x69, 0xaa, 0xbe, 0x77, 0x00, 0x14, 0x89, 0x1d, 0x39, 0x34, 0x20, 0xb4, 0x2e, 0x3d, 0xdb, 0x08, 0x41, 0x41, 0x4d, 0x82, 0xc9, 0xe2, 0x50, 0xf9, 0xf4, 0x6d, 0xc2, 0x36, 0xbe, 0xa5, 0x48, 0xaf, 0xb5, 0x06, 0xf7, 0x72, 0x25, 0xd5, 0xd0, 0x63, 0x89, 0x28, 0xb8, 0x7d, 0x23, 0x50, 0xbe, 0xab, 0xfa, 0x4f, 0x18, 0x47, 0xa5, 0xa6, 0xd3, 0x28, 0xfe, 0x51, 0x36, 0x75, 0xf0, 0xf2, 0xbb, 0xf0, 0x33 } } }; static const struct cckprng_op_generate op_init_2097 = { .hd = { .id = 1981, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x18, 0xba, 0x45, 0xd3, 0x62, 0x8a, 0xff, 0x7b, 0xc1, 0x7c, 0xa1, 0x0a, 0x13, 0x57, 0x97, 0xe6, 0xeb, 0x84, 0x31, 0xd5, 0x0c, 0x32, 0xd0, 0x56, 0x52, 0xbb, 0x0b, 0xd0, 0x95, 0x6f, 0x07, 0xc4, 0x1d, 0xad, 0xfa, 0x0c, 0xa1, 0x6a, 0x60, 0x10, 0x32, 0x98, 0xe6, 0x0d, 0xc4, 0xa9, 0x85, 0x4d, 0x3e, 0xe5, 0x9a, 0xdc, 0x0c, 0xe5, 0xb5, 0x29, 0xa1, 0x9c, 0x34, 0x84, 0x5f, 0x83, 0x01, 0xc8, 0x85, 0x29, 0xf4, 0x48, 0xad, 0x07, 0x55, 0x65, 0x78, 0x86, 0x96, 0xc2, 0xf4, 0x80, 0x46, 0x7b, 0x2d, 0x67, 0x04, 0xb8, 0x9c, 0x0f, 0x1f, 0x09, 0xc0, 0x45, 0x4a, 0x61, 0x5d, 0x79, 0x2a, 0xeb, 0xe0, 0x8f, 0xa3, 0x3f, 0x4c, 0x1b, 0x2c, 0x95, 0xaf, 0x5f, 0x37, 0xc7, 0x1b, 0x2e, 0x36, 0xb8, 0x99, 0x20, 0x08, 0xb2, 0xa3, 0xee, 0xda, 0x1b, 0x29, 0x47, 0x30, 0xe9, 0x93, 0xb7, 0xd2, 0x45, 0x8a, 0x8b, 0x5d, 0x2b, 0x96, 0xe2, 0xef, 0xd5, 0xb0, 0xa3, 0x26, 0x96, 0x36, 0x0b, 0xde, 0x7f, 0x3a, 0x36, 0xcb, 0x38, 0x33, 0xf7, 0xcc, 0x4f, 0x1d, 0x5a, 0xba, 0x28, 0x7d, 0x5e, 0x12, 0x49, 0xa3, 0x8d, 0x2d, 0xac, 0x2b, 0xbd, 0x6d, 0x03, 0x02, 0xfc, 0x25, 0x8f, 0x34, 0x21, 0x27, 0xe8, 0x94, 0x4b, 0x1d, 0xfa, 0x06, 0xf6, 0x12, 0xb4, 0xf9, 0x9e, 0x94, 0x6d, 0x95, 0x80, 0x9d, 0x8a, 0x3e, 0x43, 0x27, 0x06, 0x21, 0x41, 0x0c, 0xf5, 0xb3, 0x4c, 0xc1, 0x13 } } }; static const struct cckprng_op_generate op_init_2098 = { .hd = { .id = 1982, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x41, 0xdd, 0x00, 0x8d, 0x32, 0x42, 0x04, 0x23, 0x4e, 0xf3, 0x7b, 0xb0, 0xf8, 0x25, 0x52, 0x00, 0x2f, 0xfd, 0x1d, 0x4f, 0x56, 0xfe, 0x91, 0x40, 0x33, 0x6e, 0x06, 0x8a, 0xe6, 0xfa, 0x5f, 0xaf, 0xa1, 0x53, 0xeb, 0x61, 0x58, 0xcd, 0xe4, 0xef, 0x19, 0xa7, 0xb2, 0x61, 0x15, 0xcd, 0x45, 0x72, 0xf4, 0x66, 0x11, 0xaa, 0xe9, 0x07, 0x7f, 0xb7, 0xbc, 0x13, 0xd1, 0x61, 0x46, 0x42, 0x34, 0x29, 0x78, 0x16, 0xa1, 0x61, 0xf4, 0xb1, 0x75, 0x41, 0xc3, 0x44, 0xc5, 0x31, 0xa3, 0xce, 0xbd, 0xbd, 0x3f, 0x8b, 0xf5, 0xe5, 0xb3, 0x39, 0xb3, 0x0f, 0xd9, 0xe9, 0xfc, 0x8d, 0x4c, 0x76, 0xff, 0x48, 0xf0, 0x8a, 0xa2, 0x64, 0xd1, 0x78, 0x1c, 0xe7, 0x66, 0x2b, 0x4d, 0xd7, 0x1b, 0xe1, 0xc1, 0x38, 0x47, 0x1a, 0x71, 0x3e, 0xec, 0x93, 0x62, 0x27, 0x93, 0x57, 0x4f, 0xab, 0xa6, 0x60, 0x4a, 0x1a, 0xd5, 0xd7, 0x5c, 0xff, 0xea, 0xb3, 0x5e, 0x00, 0x9e, 0xb0 } } }; static const struct cckprng_op_refresh op_refresh_2099 = { .hd = { .id = 1983, .kind = OP_REFRESH }, .rand = 12223667633254460666ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2100 = { .hd = { .id = 1984, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0x48, 0x84, 0xd1, 0x55, 0x6d, 0x08, 0x17, 0xd1, 0x3f, 0xe8, 0x18, 0x64, 0x3b, 0x79, 0xa0, 0xaa, 0x2e, 0xf3, 0xd1, 0x8b, 0x46, 0x10, 0xe7, 0xf0, 0x4a, 0xdd, 0x38, 0xb2, 0x4d, 0x26, 0x90, 0x9a, 0x24, 0xd7, 0xaa, 0xb5, 0x19, 0xdc, 0x5d, 0xa1, 0x6d, 0xb1, 0x6a, 0x5b, 0xb8, 0x37, 0xe8, 0xb9, 0x68, 0x3f, 0x21, 0x8b, 0x0c, 0x0a, 0xca, 0x4b, 0xe4, 0x32, 0x5e, 0x3d, 0x24, 0x98, 0xa9, 0xda, 0x2a, 0xdc, 0xcd, 0x66, 0x0c, 0xb6, 0xd6, 0x12, 0xb6, 0x0c, 0x83, 0x9c, 0x96, 0xda, 0x6f, 0xc1, 0xa2, 0x26, 0x99, 0x7a, 0xb3, 0x68, 0x2d, 0x0b, 0x80, 0xa4, 0x8e, 0x9d, 0x6e, 0x00, 0xec, 0x46, 0xc3, 0x31, 0x95, 0x8f, 0xd4, 0xd6, 0x34, 0xff, 0xec, 0xd7, 0x80, 0x6b, 0x1a, 0x8d, 0xc6, 0xb4, 0xd8, 0x58, 0x29, 0x6e, 0x96, 0x1f, 0xa9, 0x83, 0xf2, 0x6b, 0xee, 0x2f, 0x17, 0xff, 0x71, 0x50, 0xa2, 0x3e, 0x40, 0xf2, 0xb4, 0x71, 0x40, 0x54, 0xa2, 0x43, 0x4e, 0x8a, 0xcc, 0x0d, 0x45, 0x34, 0xf1, 0x7f, 0x7d, 0x62, 0x9d, 0x84, 0xee, 0xdc, 0x48, 0x6b, 0xf0, 0x4f, 0x97, 0x53, 0x7d, 0xc6, 0xf6, 0x45, 0x8a, 0xea, 0xdc, 0x49, 0x33, 0x1c, 0x83, 0x80, 0x3f, 0x83, 0x06, 0xe5, 0x45 } } }; static const struct cckprng_op_generate op_init_2101 = { .hd = { .id = 1985, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0x95, 0x81, 0x65, 0xd6, 0x4b, 0x7b, 0x2f, 0x60, 0xd7, 0x73, 0xd0, 0x19, 0xb2, 0x15, 0x5a, 0x2e, 0x64, 0x21, 0xb3, 0xe1, 0x1b, 0x07, 0x53, 0x35, 0xbf, 0xa2, 0x48, 0x02, 0x08, 0xa1, 0xd4, 0x80, 0x25, 0x6f, 0x14, 0xea, 0xca, 0xc7, 0xb5, 0x8f, 0x68, 0x37, 0xa2, 0x2d, 0x51, 0x52, 0x34, 0xa9, 0x63, 0x0d, 0x64, 0x20, 0x44, 0x54, 0x43, 0x9e, 0xc0, 0x73, 0xc0, 0xa5, 0x0b, 0xe9, 0x66, 0x2b, 0x6e, 0xf6, 0xb7, 0xaa, 0xb5, 0xff, 0xa3, 0xd5, 0x4a, 0xf0, 0x86, 0xed } } }; static const struct cckprng_op_refresh op_refresh_2102 = { .hd = { .id = 1986, .kind = OP_REFRESH }, .rand = 15537061654078222898ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2103 = { .hd = { .id = 1987, .kind = OP_RESEED }, .nonce = 8173962036407933449ULL, .seed_nbytes = 178, .seed = { 0xf8, 0x00, 0xcc, 0x36, 0x67, 0xbf, 0xc1, 0x8d, 0x19, 0x7e, 0xff, 0x55, 0x27, 0x1f, 0xb5, 0xcf, 0x40, 0x27, 0xdb, 0x1b, 0xa1, 0xc9, 0x39, 0xd1, 0xfb, 0x5b, 0x64, 0x95, 0x6a, 0x58, 0x45, 0x25, 0xd4, 0x7d, 0xd5, 0x79, 0x89, 0xfd, 0x62, 0x32, 0xbf, 0xc1, 0x24, 0xa6, 0xa8, 0x55, 0xe1, 0x9c, 0xda, 0x2c, 0x60, 0xf9, 0xdc, 0x03, 0x38, 0x1f, 0xab, 0x2b, 0xcc, 0xaa, 0x14, 0x71, 0xf2, 0x30, 0x96, 0x34, 0x5c, 0x69, 0x69, 0x1d, 0x8d, 0x3e, 0xee, 0x82, 0xee, 0xe5, 0x62, 0xf9, 0x1b, 0xd3, 0x88, 0x3c, 0x78, 0x69, 0x92, 0x22, 0xdf, 0x90, 0x37, 0x1f, 0x12, 0x84, 0xa9, 0x43, 0x0f, 0xc2, 0x41, 0xb1, 0x33, 0x4c, 0x68, 0xda, 0xd9, 0x22, 0x64, 0x7e, 0x4f, 0xe5, 0x75, 0x2b, 0xb0, 0x27, 0x18, 0xf1, 0x8c, 0xa2, 0x9c, 0x4c, 0x01, 0x6b, 0x70, 0x7d, 0x98, 0xff, 0xe6, 0xfb, 0xc2, 0xc8, 0xd1, 0x77, 0xe4, 0x32, 0x92, 0x29, 0xa5, 0x68, 0xec, 0x4a, 0x02, 0x98, 0x00, 0x5a, 0x05, 0xa9, 0xca, 0x3c, 0x67, 0x8b, 0xb3, 0xfa, 0x89, 0x1d, 0xd4, 0x98, 0xb9, 0x90, 0x7b, 0xc1, 0x88, 0xb1, 0xdf, 0x36, 0x0d, 0xb4, 0x71, 0xe0, 0x7a, 0x14, 0x49, 0x25, 0x82, 0x25, 0x04, 0x29, 0x90, 0x7f, 0x08, 0x2e } }; static const struct cckprng_op_refresh op_refresh_2104 = { .hd = { .id = 1988, .kind = OP_REFRESH }, .rand = 16783287245353425478ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2105[] = { (const struct cckprng_op *)&op_init_2089, (const struct cckprng_op *)&op_refresh_2090, (const struct cckprng_op *)&op_init_2091, (const struct cckprng_op *)&op_refresh_2092, (const struct cckprng_op *)&op_init_2093, (const struct cckprng_op *)&op_reseed_2094, (const struct cckprng_op *)&op_refresh_2095, (const struct cckprng_op *)&op_init_2096, (const struct cckprng_op *)&op_init_2097, (const struct cckprng_op *)&op_init_2098, (const struct cckprng_op *)&op_refresh_2099, (const struct cckprng_op *)&op_init_2100, (const struct cckprng_op *)&op_init_2101, (const struct cckprng_op *)&op_refresh_2102, (const struct cckprng_op *)&op_reseed_2103, (const struct cckprng_op *)&op_refresh_2104 }; static const struct cckprng_vector vec_2106 = { .id = 1989, .note = NULL, .nops = 16, .ops = ops_2105 }; static const struct cckprng_op_init op_init_2107 = { .hd = { .id = 1990, .kind = OP_INIT }, .seed = { 0x0a, 0x33, 0xa6, 0x9e, 0xc6, 0x97, 0xab, 0x69, 0x8a, 0xd1, 0x7e, 0xce, 0x2b, 0x4b, 0xab, 0x69, 0xb4, 0x92, 0x5f, 0x86, 0x3f, 0x3c, 0xcb, 0xe5, 0x9e, 0xaf, 0x22, 0xeb, 0xde, 0x39, 0xd8, 0xe6 }, .nonce = { 0x0c, 0xec, 0x0b, 0x4b, 0x13, 0x9a, 0x4d, 0x2a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2108 = { .hd = { .id = 1991, .kind = OP_RESEED }, .nonce = 14527288104548503120ULL, .seed_nbytes = 252, .seed = { 0xd8, 0x17, 0xfc, 0x34, 0xa8, 0x79, 0xd6, 0xed, 0x23, 0x92, 0xf4, 0xcf, 0x0e, 0x09, 0xc9, 0xaa, 0xf9, 0xed, 0x3c, 0x8f, 0xef, 0xad, 0x8e, 0xcb, 0xa9, 0x46, 0x5a, 0xb4, 0xed, 0xfe, 0x33, 0xd2, 0xc5, 0x5d, 0xa6, 0xce, 0x94, 0xd5, 0xe5, 0x7d, 0x84, 0xef, 0x3f, 0x9d, 0x5c, 0x80, 0x1d, 0xfc, 0x93, 0x1a, 0x65, 0x28, 0x89, 0x33, 0xc7, 0x7a, 0x8d, 0x4d, 0x50, 0x7f, 0xfb, 0xc1, 0x33, 0x2b, 0xad, 0xa7, 0x0f, 0x20, 0x8a, 0x49, 0xa1, 0x82, 0xff, 0x8c, 0x2e, 0x11, 0x50, 0xf5, 0x1d, 0x2c, 0x96, 0xb0, 0xfc, 0x78, 0x2a, 0x9f, 0xcc, 0x5d, 0x27, 0x24, 0x10, 0x31, 0x70, 0x25, 0x05, 0x12, 0x81, 0xfd, 0x47, 0x9b, 0x97, 0x5a, 0x50, 0xab, 0xfd, 0xb7, 0x89, 0xf9, 0x1f, 0xf9, 0x9c, 0x50, 0x87, 0x96, 0xfa, 0xca, 0xc1, 0xed, 0xb8, 0x6d, 0x1a, 0xc4, 0xe3, 0x2e, 0x44, 0x5a, 0xe3, 0x7d, 0x12, 0x36, 0x4b, 0x30, 0xfc, 0x9c, 0x7a, 0xd3, 0xcb, 0x3b, 0x3e, 0x0f, 0x6a, 0x9f, 0xf3, 0x1b, 0x58, 0xdb, 0xd0, 0xa3, 0x71, 0x0c, 0xba, 0x4c, 0x4f, 0xef, 0x85, 0xfc, 0x89, 0x2f, 0xbd, 0x44, 0x34, 0x4e, 0x8b, 0x09, 0x5a, 0xce, 0x91, 0xee, 0xed, 0x21, 0xd5, 0xe5, 0x6d, 0x64, 0xc9, 0xdc, 0xdb, 0xf0, 0x2e, 0xcd, 0xf0, 0xa4, 0x05, 0xc9, 0x8e, 0x09, 0x35, 0xeb, 0xf5, 0x78, 0x97, 0xd3, 0x1c, 0x8b, 0x51, 0x06, 0xd5, 0x87, 0x3e, 0x32, 0x9e, 0x95, 0x1e, 0xcb, 0xa7, 0xfd, 0xb1, 0x9b, 0x0b, 0x87, 0x6f, 0x5e, 0x80, 0x2f, 0x59, 0x42, 0x5e, 0x63, 0xd0, 0x8d, 0xb5, 0xa6, 0xbb, 0x8e, 0xc7, 0x24, 0x23, 0x34, 0x04, 0x5b, 0xa2, 0xdc, 0x75, 0x9f, 0xc7, 0x44, 0x7d, 0xc6, 0xa1, 0x44, 0xf7, 0x3d, 0x2b, 0xb1, 0xbb, 0x8c, 0x52, 0x13, 0x00, 0x16, 0x70, 0x72 } }; static const struct cckprng_op_refresh op_refresh_2109 = { .hd = { .id = 1992, .kind = OP_REFRESH }, .rand = 17282134569255193707ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2110 = { .hd = { .id = 1993, .kind = OP_REFRESH }, .rand = 16729614279718828317ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2111 = { .hd = { .id = 1994, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x3a, 0x9d, 0x8d, 0xd7, 0x34, 0x3f, 0x75, 0x9a, 0xe9, 0x6a, 0xbc, 0x27, 0x33, 0x1b, 0xf8, 0xec, 0xb9, 0xc5, 0x54, 0xc4, 0xce, 0x60, 0x63, 0x95, 0x3e, 0xb1, 0xaa, 0x34, 0xc8, 0x18, 0x0f, 0x44, 0x8e, 0x64, 0x39, 0x50, 0x72, 0x37, 0xb4, 0x84, 0x7b, 0x05, 0xa1, 0x12, 0xa3, 0x04, 0xe3, 0x9d, 0x87, 0x0c, 0x78, 0x4f, 0x7d, 0x20, 0x5e, 0x31, 0xdf, 0x9a, 0xa7, 0x0c, 0x51, 0x0f, 0x28, 0x06, 0xfa, 0x72, 0xde, 0xa9, 0x18, 0x62, 0x00, 0xdd, 0x49, 0x38, 0xd9, 0xac, 0x34, 0x35, 0x59, 0xbe, 0x3b, 0x2d, 0x84, 0x20, 0xa6, 0x9a, 0x21, 0xf7, 0xd1, 0x9d, 0x95, 0x85, 0xbd, 0xbe, 0x21, 0x1c, 0x31, 0x14 } } }; static const struct cckprng_op_reseed op_reseed_2112 = { .hd = { .id = 1995, .kind = OP_RESEED }, .nonce = 15951082760145598424ULL, .seed_nbytes = 234, .seed = { 0x6c, 0xeb, 0x74, 0xc4, 0xc8, 0xc8, 0xe3, 0x21, 0xaa, 0x62, 0xbd, 0x71, 0x21, 0x10, 0x20, 0x25, 0x82, 0xfa, 0xb4, 0x4d, 0xa3, 0x99, 0xe4, 0xff, 0xc9, 0x33, 0x26, 0xe3, 0x48, 0x25, 0x3a, 0xf8, 0xee, 0xd0, 0x2d, 0xa6, 0x45, 0x73, 0x9e, 0x01, 0x32, 0xe9, 0x16, 0xe9, 0x89, 0x90, 0x08, 0x5f, 0xbb, 0x8b, 0x0a, 0x2f, 0x89, 0x56, 0x61, 0x50, 0xb8, 0x1b, 0x02, 0xad, 0x29, 0x8f, 0xe0, 0x7d, 0x45, 0x02, 0x85, 0x88, 0x04, 0x79, 0xc7, 0xdb, 0xc9, 0xf6, 0x67, 0xc9, 0x8d, 0x2f, 0x47, 0xb7, 0x3d, 0x53, 0x7f, 0x45, 0x7b, 0x38, 0x6a, 0x4a, 0x40, 0x8a, 0x80, 0xdc, 0xdd, 0xef, 0xa3, 0x4c, 0xed, 0x84, 0x43, 0x09, 0x12, 0x5a, 0xa7, 0x1d, 0x7e, 0x05, 0x2d, 0xf6, 0xfc, 0x2f, 0xee, 0x74, 0xce, 0x4d, 0x08, 0x9b, 0x80, 0x00, 0xeb, 0x22, 0x95, 0x89, 0xfe, 0xcd, 0x5b, 0x30, 0x77, 0xab, 0x78, 0x0a, 0x85, 0xe1, 0xf6, 0xb0, 0xbb, 0x3e, 0x44, 0xeb, 0x57, 0x4c, 0x34, 0x8e, 0x6e, 0x81, 0x02, 0xf7, 0xea, 0x57, 0xab, 0x4d, 0x31, 0xea, 0x11, 0x82, 0xe6, 0xc5, 0x95, 0xfa, 0xee, 0xb3, 0x90, 0x07, 0xa3, 0x88, 0x38, 0x1e, 0x34, 0x79, 0xd4, 0xb9, 0x7a, 0xe2, 0x21, 0x1e, 0x08, 0x04, 0xff, 0xfc, 0xed, 0xcc, 0x11, 0x95, 0x9c, 0x2b, 0xe5, 0x19, 0x7e, 0x55, 0xfa, 0x46, 0x75, 0x59, 0x9d, 0xe4, 0x1e, 0x57, 0xec, 0x8e, 0x5c, 0x71, 0x8a, 0xfc, 0xcc, 0xca, 0xae, 0x5c, 0x0a, 0x81, 0x73, 0x86, 0xdb, 0x50, 0xad, 0x6d, 0x2f, 0x3e, 0x5c, 0xb6, 0x4a, 0xf8, 0x99, 0x52, 0x22, 0xcb, 0xae, 0x50, 0x53, 0xa3, 0x76, 0xf6, 0xb2, 0xe8, 0x65, 0x6f } }; static const struct cckprng_op_refresh op_refresh_2113 = { .hd = { .id = 1996, .kind = OP_REFRESH }, .rand = 6777977336955055173ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2114 = { .hd = { .id = 1997, .kind = OP_REFRESH }, .rand = 725140090596223060ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2115 = { .hd = { .id = 1998, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0x28, 0xe3, 0x00, 0xde, 0xaf, 0x15, 0x4c, 0xc3, 0x93, 0x94, 0x9c, 0x3a, 0xb3, 0xdf, 0x1f, 0xbf, 0x89, 0x02, 0x8f } } }; static const struct cckprng_op_refresh op_refresh_2116 = { .hd = { .id = 1999, .kind = OP_REFRESH }, .rand = 11965374864323351876ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2117 = { .hd = { .id = 2000, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0x3a, 0xd0, 0xdd, 0x66, 0x0b, 0xd1, 0xe6, 0x21, 0x00, 0xf4, 0xf1, 0x9f, 0x04, 0x9f, 0xb6, 0x24, 0x59, 0x69, 0xea, 0x5c, 0xa6, 0xc3, 0xf6, 0xc0, 0x86, 0xa7, 0xb4, 0xe5, 0xaa, 0xe8, 0x18, 0xcd, 0xe1, 0x58, 0xdf, 0x47, 0xe4, 0x7d, 0x41, 0x75, 0xa1, 0xb8, 0xb5, 0x60, 0xba, 0x67, 0xde, 0x09, 0x84, 0xae, 0x23, 0x72, 0x01, 0x74, 0x53, 0xcf, 0x1e, 0x96, 0x83, 0xcc, 0xa1, 0xe5, 0xe8, 0xc7, 0x0e, 0x67, 0xd6, 0xb2, 0x6f, 0x4e, 0xe5, 0xd9, 0x6f, 0xdb, 0x25, 0xbb, 0x07, 0xaf, 0xf6, 0xd4, 0x8f, 0x9b, 0x3d, 0x80, 0xd9, 0x29, 0xf9, 0x64, 0xbc, 0x0b, 0xfe, 0xec, 0xfc, 0x5c, 0xf1, 0x5c, 0xbf, 0x6a, 0x0a, 0x73, 0x10, 0xe3, 0x17, 0x9b, 0x1a, 0x6f, 0x12, 0xb4, 0x41, 0xd3, 0x1a, 0x9c, 0x7b, 0x54, 0xff, 0x3a, 0x6d, 0x1f, 0xb4, 0x58, 0x19, 0x3d, 0x19, 0x23, 0x0d, 0xec, 0x91, 0xdb, 0x84, 0x06, 0x8d, 0xe2, 0xce, 0x51, 0x1e, 0x0e, 0xdc, 0x5f, 0xb3, 0xad, 0x57, 0x1e, 0xcc, 0xc9, 0x09, 0x34, 0x6f, 0x02, 0xd1, 0x5a, 0x2f, 0x70, 0x66, 0x16, 0x77, 0x94, 0x07, 0xe0, 0xa1, 0x40, 0x6d, 0x2f, 0x32, 0xa4, 0x1c, 0xcb, 0xbc, 0xd5, 0xef, 0x2d, 0xf3, 0x3d, 0xcc, 0x7d, 0x36, 0x49, 0x6a, 0x53, 0xb4, 0x27, 0x98, 0x39, 0x55, 0xb9, 0x42, 0x36, 0xd0, 0x57, 0x03, 0x95, 0x3c, 0x32, 0x22, 0xf7, 0xf8, 0x55, 0x71, 0xb2, 0x91, 0x90, 0x05, 0xb5 } } }; static const struct cckprng_op_refresh op_refresh_2118 = { .hd = { .id = 2001, .kind = OP_REFRESH }, .rand = 4337712452145405885ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2119 = { .hd = { .id = 2002, .kind = OP_GENERATE }, .rand_nbytes = 280, .out = { .rand = { 0x98, 0xdd, 0x99, 0x3c, 0xaf, 0x28, 0x92, 0xa0, 0x33, 0x0d, 0x9d, 0x22, 0x84, 0x1e, 0x2d, 0x11, 0xd6, 0x18, 0x68, 0x1f, 0x1e, 0x62, 0xe2, 0x52, 0xfc, 0x61, 0x34, 0x47, 0x80, 0x09, 0x90, 0x0e, 0xea, 0xfd, 0xd6, 0x8c, 0xcc, 0xb9, 0xd2, 0xfa, 0x2f, 0x82, 0x7e, 0x6d, 0xff, 0x43, 0x12, 0x30, 0xdd, 0x43, 0xb5, 0xf8, 0x7d, 0x29, 0x3b, 0x4e, 0x66, 0x48, 0x82, 0xba, 0x09, 0x8c, 0x38, 0x86, 0xc7, 0x17, 0xa1, 0x90, 0xfb, 0x0b, 0xaa, 0xa6, 0xa4, 0xf7, 0xea, 0x44, 0x4e, 0xa9, 0xf4, 0x4d, 0x71, 0x01, 0x8b, 0x61, 0x19, 0x97, 0x77, 0xa4, 0xb7, 0x4d, 0x39, 0x79, 0x5e, 0xae, 0x9e, 0xf9, 0xb8, 0x42, 0xcd, 0x3b, 0x17, 0x32, 0x8f, 0x36, 0x7a, 0x23, 0x5a, 0xae, 0x0f, 0x08, 0x21, 0xcc, 0x66, 0xee, 0x45, 0x2e, 0x77, 0x9a, 0x8b, 0x58, 0xd6, 0xe4, 0x97, 0x5e, 0x0f, 0xc7, 0xac, 0x21, 0x46, 0xf7, 0x01, 0xcf, 0x2b, 0xe3, 0x02, 0xf3, 0x3d, 0x08, 0x1d, 0x2b, 0xae, 0x31, 0x72, 0xca, 0xa7, 0x76, 0x42, 0x4d, 0xd4, 0xb8, 0x45, 0x72, 0x7b, 0x25, 0x08, 0xee, 0x0a, 0x94, 0xe4, 0xff, 0x7c, 0x63, 0x50, 0x61, 0xf2, 0x4b, 0xb3, 0xbe, 0xf9, 0x4c, 0x38, 0xed, 0xcc, 0x12, 0xea, 0x3c, 0xdd, 0xe4, 0x57, 0xe9, 0xa8, 0x7d, 0x3c, 0xfc, 0x9b, 0x80, 0x8c, 0x1a, 0xea, 0x8e, 0x73, 0xcb, 0x9b, 0xa9, 0x55, 0x96, 0xf8, 0xe9, 0x2f, 0x21, 0x30, 0xb5, 0xfd, 0x90, 0xd3, 0x5d, 0x31, 0x85, 0xa9, 0x7a, 0x44, 0x50, 0xe9, 0xce, 0x3d, 0x58, 0x27, 0xf1, 0x3c, 0x34, 0x98, 0x58, 0xac, 0xc4, 0xfa, 0x55, 0x16, 0xdd, 0xf8, 0xb1, 0xb6, 0x64, 0x86, 0xa3, 0xf4, 0xd0, 0x6e, 0x94, 0xf2, 0x6f, 0x79, 0x76, 0x8d, 0xe3, 0x99, 0x17, 0x5c, 0x3a, 0x96, 0xd6, 0x96, 0xb9, 0xd3, 0x5d, 0x0b, 0x70, 0x74, 0x69, 0x2f, 0x3e, 0x91, 0x2e, 0xc4, 0x5b, 0x67, 0x4a, 0x05, 0x18, 0x95, 0xab, 0xcb, 0x8c, 0x11, 0x63, 0x02, 0x78, 0xa9, 0xa0, 0x65, 0x3c } } }; static const struct cckprng_op_generate op_init_2120 = { .hd = { .id = 2003, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x87, 0xbc, 0xda, 0x71, 0xab, 0xfa, 0x5f, 0x65, 0xe4, 0x73, 0x9d, 0x67, 0xd6, 0xac, 0x5c, 0xf9, 0x54, 0xd7, 0x7d, 0x14, 0x93, 0x11, 0xd6, 0x2d, 0x8c, 0xd3, 0x8c, 0x2d, 0x42, 0xe0, 0x22, 0x45, 0xba, 0xb8, 0xe0, 0x12, 0x44, 0xe5, 0x57, 0xd1, 0x15, 0x7f, 0x9b, 0xc7, 0xe1, 0x67, 0x5d, 0x25, 0xf8, 0x03, 0x38, 0x13, 0x14, 0x07, 0xec, 0x74, 0x21, 0x80, 0xfe, 0x72, 0x4f, 0xc4, 0xc1, 0x2b, 0x33, 0x89, 0x5f, 0x92, 0x26, 0xa0, 0xf1, 0x10, 0x0b, 0xc4, 0xb8, 0xaf, 0x5c, 0x11, 0xa9, 0x67, 0x69, 0xe8, 0xfc, 0xc4, 0x41, 0x1c, 0x7a, 0x5e, 0x30, 0x89, 0x65, 0x2d, 0x9d, 0xc2, 0x55, 0xde, 0xf6, 0x24, 0x93, 0xf4, 0x1a, 0xfa, 0x8e, 0xcf, 0x28, 0x3c, 0x34, 0x4a, 0x48, 0xc8, 0x52, 0x54, 0x12, 0x40, 0xd4, 0x49, 0x78, 0x5f, 0x9d, 0x0a, 0xb1, 0xa6, 0x54, 0x4a, 0x7a, 0x28, 0xc1, 0xa6, 0x48, 0x58, 0x07, 0x51, 0x27, 0xf6, 0x31, 0xd5, 0xa1, 0xe4, 0xa9, 0x0a, 0x2d, 0x0c, 0x4b, 0x99, 0xa1, 0x50, 0xee, 0x9b, 0x3b, 0x64, 0x30, 0x26, 0xec, 0x80, 0x01, 0x97, 0x28, 0xe6, 0x39, 0xb7, 0x05, 0xf1, 0x94, 0x44, 0x99, 0xa8, 0xc4, 0x0b, 0x55, 0x80, 0x82, 0x1a, 0xa6, 0xbc, 0xb5, 0x1c, 0xc2, 0x7f, 0x46, 0xd9, 0x5c, 0xc3, 0x62, 0xaa, 0xf7, 0x45, 0xfc, 0x2a, 0x4c, 0x54, 0xd6, 0xcc, 0xf3, 0x3e, 0xf7, 0x12, 0x65, 0xa5, 0x47, 0xcd, 0x4a, 0x14, 0xe2, 0x40, 0x8f, 0xd9, 0x4e, 0x32, 0x06, 0x65, 0x21, 0x89, 0x49, 0x4d, 0xb3, 0x8c, 0x94, 0x1b, 0x12, 0x7f, 0x4f, 0x11, 0xd3, 0x3e, 0x26, 0xad, 0x72, 0xda, 0x68, 0x7c, 0x80, 0xd5, 0x35, 0x5f, 0x27, 0x55, 0xcb, 0xe5, 0xa6, 0x9c, 0xe3, 0xd1, 0x7e, 0x39, 0x4b, 0x60, 0x20, 0x8f, 0xc1, 0xbd, 0x53, 0xc7, 0x6e, 0xdc, 0xa6, 0x2d, 0xde, 0xb1, 0x28, 0x11, 0x58, 0x55 } } }; static const struct cckprng_op_generate op_init_2121 = { .hd = { .id = 2004, .kind = OP_GENERATE }, .rand_nbytes = 54, .out = { .rand = { 0xaf, 0x37, 0x8f, 0x57, 0xcf, 0x10, 0xbd, 0x16, 0x77, 0x4d, 0x5d, 0x50, 0x02, 0xc6, 0x03, 0x44, 0x56, 0x38, 0x08, 0x97, 0x7a, 0xa4, 0xd0, 0x05, 0x54, 0xab, 0xfc, 0x5e, 0x5d, 0xdf, 0x34, 0xc5, 0xa4, 0x8b, 0x73, 0x0b, 0x53, 0x04, 0xd2, 0x6e, 0x8f, 0x10, 0x43, 0x80, 0x9b, 0x49, 0x2e, 0x66, 0xd2, 0x28, 0xef, 0xbf, 0x18, 0xd9 } } }; static const struct cckprng_op_refresh op_refresh_2122 = { .hd = { .id = 2005, .kind = OP_REFRESH }, .rand = 8774261732480151730ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2123[] = { (const struct cckprng_op *)&op_init_2107, (const struct cckprng_op *)&op_reseed_2108, (const struct cckprng_op *)&op_refresh_2109, (const struct cckprng_op *)&op_refresh_2110, (const struct cckprng_op *)&op_init_2111, (const struct cckprng_op *)&op_reseed_2112, (const struct cckprng_op *)&op_refresh_2113, (const struct cckprng_op *)&op_refresh_2114, (const struct cckprng_op *)&op_init_2115, (const struct cckprng_op *)&op_refresh_2116, (const struct cckprng_op *)&op_init_2117, (const struct cckprng_op *)&op_refresh_2118, (const struct cckprng_op *)&op_init_2119, (const struct cckprng_op *)&op_init_2120, (const struct cckprng_op *)&op_init_2121, (const struct cckprng_op *)&op_refresh_2122 }; static const struct cckprng_vector vec_2124 = { .id = 2006, .note = NULL, .nops = 16, .ops = ops_2123 }; static const struct cckprng_op_init op_init_2125 = { .hd = { .id = 2007, .kind = OP_INIT }, .seed = { 0xf4, 0x42, 0x08, 0xc9, 0x6c, 0x04, 0x1d, 0x13, 0xc2, 0xa0, 0xcf, 0x42, 0x10, 0xe0, 0x06, 0x74, 0x8f, 0x2b, 0x6e, 0x9e, 0x8c, 0x15, 0xc6, 0xd3, 0xe0, 0x6b, 0xcd, 0xac, 0x03, 0x6e, 0x75, 0xf4 }, .nonce = { 0x9f, 0x1e, 0x3a, 0x3a, 0x09, 0xcb, 0x8b, 0xe4 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2126 = { .hd = { .id = 2008, .kind = OP_RESEED }, .nonce = 5841304651793136428ULL, .seed_nbytes = 48, .seed = { 0x9e, 0x8d, 0x80, 0x96, 0xa0, 0x92, 0x66, 0x96, 0xbf, 0x35, 0x32, 0x35, 0x44, 0x9c, 0x8d, 0x9b, 0x5b, 0x1b, 0x8c, 0xd2, 0xa5, 0xc5, 0x2e, 0xdc, 0x48, 0x00, 0xd9, 0xdb, 0xc5, 0x84, 0x69, 0xbf, 0x35, 0x00, 0xe8, 0x23, 0xac, 0x75, 0x05, 0x18, 0x65, 0x88, 0x34, 0xe9, 0x35, 0xd6, 0xd0, 0x34 } }; static const struct cckprng_op_refresh op_refresh_2127 = { .hd = { .id = 2009, .kind = OP_REFRESH }, .rand = 13954947482675979164ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2128 = { .hd = { .id = 2010, .kind = OP_GENERATE }, .rand_nbytes = 84, .out = { .rand = { 0xd1, 0xa0, 0x8a, 0x47, 0x1e, 0x99, 0x88, 0xb0, 0xac, 0x0d, 0xfd, 0xeb, 0x27, 0x24, 0xaa, 0x44, 0x81, 0x27, 0x06, 0x7b, 0x0a, 0x05, 0x1d, 0xdc, 0xc5, 0x44, 0x0a, 0x12, 0xc3, 0xc2, 0x53, 0xf4, 0xc6, 0x48, 0x70, 0x51, 0xee, 0xf4, 0xb7, 0xf2, 0xb7, 0x6d, 0xda, 0x3e, 0x86, 0xa5, 0x14, 0x44, 0xd8, 0x5c, 0xa3, 0xb2, 0x50, 0xeb, 0x67, 0xec, 0x6e, 0xa7, 0x70, 0xd8, 0x2c, 0xbe, 0x49, 0x00, 0x39, 0x4b, 0x8f, 0x14, 0xfb, 0xc2, 0x26, 0x1b, 0x42, 0xb0, 0x7c, 0x01, 0x4a, 0xff, 0x99, 0x2b, 0x33, 0xe3, 0x2e, 0x40 } } }; static const struct cckprng_op_refresh op_refresh_2129 = { .hd = { .id = 2011, .kind = OP_REFRESH }, .rand = 10671916791618596483ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2130 = { .hd = { .id = 2012, .kind = OP_RESEED }, .nonce = 430140803248771726ULL, .seed_nbytes = 187, .seed = { 0x06, 0xad, 0x02, 0x90, 0x1c, 0xc6, 0x46, 0x79, 0xa6, 0x34, 0xc9, 0x21, 0xc1, 0x94, 0xb5, 0x07, 0x4d, 0xaf, 0x58, 0xef, 0x4e, 0x6a, 0xec, 0xd2, 0xb6, 0x21, 0x60, 0xda, 0xa9, 0xfb, 0x61, 0x49, 0xc1, 0xf0, 0x33, 0x2f, 0x30, 0x77, 0x53, 0xff, 0xc6, 0xa1, 0x03, 0xd8, 0xfb, 0xfe, 0x3a, 0xbc, 0x89, 0xc1, 0xdf, 0x41, 0x77, 0x02, 0xc6, 0xc1, 0x34, 0xde, 0xc4, 0xca, 0x11, 0x1a, 0x0e, 0xe8, 0xcd, 0x9c, 0x4e, 0x4a, 0x5e, 0x5b, 0xff, 0x54, 0xa4, 0x0e, 0xd6, 0xbb, 0x7d, 0x3a, 0x48, 0xfe, 0x1b, 0x0a, 0x06, 0x3f, 0xeb, 0x85, 0x42, 0xaf, 0xba, 0xa3, 0x52, 0xe9, 0xf5, 0xb0, 0x9b, 0x7e, 0xcc, 0xdc, 0x71, 0x3f, 0xb5, 0x01, 0x8b, 0x5b, 0xe6, 0x77, 0x26, 0x7d, 0xb8, 0x61, 0x14, 0x2d, 0xbd, 0xd9, 0x86, 0x4b, 0x38, 0x00, 0xb4, 0x36, 0xc5, 0x89, 0x93, 0x34, 0xa7, 0x8d, 0x23, 0xa9, 0x4c, 0x34, 0xfa, 0x16, 0x4c, 0x8f, 0x59, 0xbb, 0x30, 0xad, 0x43, 0x81, 0x27, 0x29, 0xa0, 0x0d, 0x41, 0x2d, 0xfd, 0xf9, 0xd0, 0x78, 0xc4, 0x19, 0x8a, 0x46, 0xf4, 0xe4, 0xdd, 0xad, 0xb8, 0xe7, 0x82, 0x87, 0x17, 0x2f, 0x72, 0xc9, 0xcc, 0x45, 0xe3, 0xb0, 0x5f, 0xe3, 0x30, 0xa3, 0x1a, 0x34, 0x5a, 0x29, 0x32, 0xa2, 0x43, 0x0d, 0x1a, 0x32, 0x49, 0x2e, 0x42 } }; static const struct cckprng_op_refresh op_refresh_2131 = { .hd = { .id = 2013, .kind = OP_REFRESH }, .rand = 9835553218181094956ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2132 = { .hd = { .id = 2014, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0x58, 0x78, 0xa8, 0x68, 0x12, 0xb0, 0x6c, 0x4a, 0x6f, 0x3d, 0x01 } } }; static const struct cckprng_op_refresh op_refresh_2133 = { .hd = { .id = 2015, .kind = OP_REFRESH }, .rand = 12957021113045352006ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2134 = { .hd = { .id = 2016, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x61, 0x36, 0x27, 0x18, 0xcc, 0x3e, 0xd1, 0xa2, 0x89, 0x6d, 0xe0, 0x0e, 0xc7, 0xb8, 0x22, 0x20, 0x4c, 0xcd, 0x0c, 0x61, 0x44, 0xd1, 0x3f, 0xd5, 0x41, 0x65, 0xc8, 0xb7, 0xc3, 0x64, 0x58, 0xe1, 0xba, 0x56, 0xf8, 0x13, 0x9d, 0xb2, 0x86, 0x4e, 0xb2, 0xba, 0x82, 0x69, 0x5f, 0x36, 0x3f, 0x7f, 0x72 } } }; static const struct cckprng_op_refresh op_refresh_2135 = { .hd = { .id = 2017, .kind = OP_REFRESH }, .rand = 10316665183805710293ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2136 = { .hd = { .id = 2018, .kind = OP_GENERATE }, .rand_nbytes = 46, .out = { .rand = { 0x90, 0xa9, 0x42, 0x3b, 0xd3, 0xec, 0x63, 0xb1, 0xfa, 0x6b, 0x4c, 0xe1, 0x03, 0xa9, 0x3e, 0x19, 0x50, 0xd6, 0x0e, 0x7b, 0xb4, 0x7e, 0xb0, 0xfa, 0x7f, 0xff, 0x59, 0x87, 0xbf, 0x2e, 0xa5, 0x28, 0x5c, 0x24, 0xe3, 0xa4, 0x6a, 0x4b, 0x36, 0x17, 0x05, 0xd1, 0xc7, 0x0a, 0x86, 0xf4 } } }; static const struct cckprng_op_reseed op_reseed_2137 = { .hd = { .id = 2019, .kind = OP_RESEED }, .nonce = 8889421343959800030ULL, .seed_nbytes = 230, .seed = { 0x9a, 0xdd, 0xd3, 0xf1, 0x85, 0x83, 0xfb, 0x8a, 0xc4, 0xf2, 0x25, 0x27, 0x0a, 0xcc, 0x64, 0x8f, 0x3f, 0xe0, 0x2f, 0xc1, 0xa5, 0x87, 0xe5, 0xb3, 0xf8, 0x27, 0xff, 0x4d, 0x17, 0xd3, 0x6f, 0x5a, 0x0b, 0x1c, 0x0f, 0xd9, 0xa0, 0xba, 0x9f, 0xe6, 0xb7, 0x40, 0xe9, 0x87, 0x53, 0xa7, 0xb5, 0xbc, 0xe6, 0x9c, 0x15, 0xce, 0x8e, 0xfc, 0x30, 0xfa, 0x7e, 0x8c, 0x9a, 0xb8, 0x9f, 0xad, 0xb8, 0x03, 0x8d, 0x07, 0xc2, 0xca, 0x5d, 0x0c, 0xdf, 0xee, 0x23, 0xf3, 0x9a, 0x7e, 0x96, 0x14, 0xa9, 0xaa, 0xe1, 0x19, 0xc9, 0x4b, 0x3a, 0xcd, 0x83, 0x68, 0x38, 0x40, 0xee, 0x74, 0x4b, 0x59, 0xb5, 0xb2, 0xab, 0xbe, 0x64, 0xbf, 0xde, 0x0f, 0x34, 0x4b, 0x9a, 0xa8, 0xe6, 0xc1, 0x97, 0x1a, 0xf7, 0x3f, 0x9a, 0xd1, 0xe0, 0xb1, 0xf0, 0x30, 0x16, 0xa1, 0xcc, 0x43, 0x8b, 0xac, 0xb3, 0x3c, 0x8d, 0x3e, 0xc2, 0xd6, 0x3c, 0x94, 0xb0, 0xbe, 0xaf, 0xa7, 0x1f, 0xe7, 0x7f, 0xd4, 0x0b, 0xc4, 0xee, 0x60, 0x43, 0xd9, 0xd8, 0xca, 0x0d, 0xeb, 0x58, 0xef, 0xf8, 0xc5, 0x65, 0x1b, 0xca, 0xa7, 0x54, 0x5f, 0xfd, 0xf4, 0x29, 0x8b, 0xb1, 0xe9, 0xfa, 0xd6, 0x4e, 0x88, 0xc4, 0x7e, 0x4c, 0x82, 0x68, 0x00, 0x02, 0x36, 0xe1, 0xb7, 0x53, 0x62, 0xf2, 0x7b, 0x2d, 0x69, 0x9c, 0x8c, 0x3a, 0xd8, 0x83, 0xbc, 0xe7, 0x79, 0xd7, 0x3b, 0x21, 0xd6, 0xe9, 0x5c, 0x18, 0x28, 0x4f, 0x34, 0xb0, 0xee, 0xcf, 0x7c, 0xf0, 0x26, 0x8d, 0x11, 0x8b, 0x85, 0xc5, 0xc2, 0xb5, 0x1b, 0x90, 0x44, 0xc1, 0x54, 0xf6, 0xcb, 0x55, 0x43, 0x00, 0x74, 0xc8, 0x35 } }; static const struct cckprng_op_generate op_init_2138 = { .hd = { .id = 2020, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0xf0, 0xeb, 0xd2, 0xfa, 0xed, 0x43, 0x41, 0x4d, 0xfa, 0xa8, 0xdf, 0xee, 0x86, 0x59, 0x72, 0xd1, 0x51, 0xd7, 0x0e, 0x97, 0x41, 0x03, 0xa4, 0x5d, 0xfc, 0x43, 0xb4, 0x65, 0x8d, 0x9b, 0xe2, 0x45, 0xe8, 0xa0, 0x7c, 0xa2, 0xd7, 0xe0, 0xd2, 0x62, 0x87, 0x25, 0x56, 0x37, 0xe9, 0x1a, 0x9b, 0x93, 0xf7, 0x97, 0x9f, 0xc5, 0x00, 0x67, 0xae, 0x33, 0xb4, 0x05, 0x2e, 0xe9, 0x33, 0x71, 0x32, 0xb4, 0xa2, 0x3e, 0x10, 0x18, 0x8a, 0x36, 0xf6, 0x2b, 0x89, 0x89, 0x62, 0xec, 0x72, 0x59, 0x97, 0x1f, 0x36, 0x0b, 0xb7, 0xdb, 0x3b, 0x93, 0x9e, 0xde, 0xf4, 0xcd, 0xd7, 0xde, 0x64, 0xfc, 0x4c, 0x2a, 0x12, 0xad, 0x73, 0xb6, 0x04, 0x96, 0x61, 0xa8, 0x89, 0xd2, 0x51, 0xe4, 0xa6, 0x48, 0xfe, 0xf9, 0x9a, 0xb3, 0xf0, 0xc0, 0x7d, 0xc3, 0x64, 0xa6, 0xf3, 0x0d, 0x11, 0x74, 0x9c, 0x4b, 0x98, 0xb6, 0x5f, 0x6b, 0xb1, 0xb0, 0xc6, 0x91, 0xf6, 0xe7, 0x93, 0x57, 0xd3, 0xd2, 0xe5, 0x23, 0x67, 0xe4, 0x64, 0xd1, 0x56, 0xa7, 0x93, 0x5f, 0xd8, 0xba, 0x91, 0x47, 0x57, 0x87, 0xa7, 0x9f, 0x9b, 0x5e, 0xfb, 0x25, 0xa6, 0xde } } }; static const struct cckprng_op_refresh op_refresh_2139 = { .hd = { .id = 2021, .kind = OP_REFRESH }, .rand = 3447537387281551795ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2140 = { .hd = { .id = 2022, .kind = OP_GENERATE }, .rand_nbytes = 92, .out = { .rand = { 0x12, 0xf3, 0x3c, 0xba, 0x1b, 0xa3, 0x15, 0xe9, 0xde, 0xfd, 0x20, 0xc2, 0x92, 0x82, 0xc4, 0x55, 0x39, 0x3b, 0x0e, 0x1f, 0xc8, 0x3b, 0x79, 0x64, 0x7c, 0xfb, 0x1e, 0x75, 0xc5, 0xf7, 0x9e, 0x6b, 0x4d, 0x9b, 0x38, 0x1b, 0x77, 0xb5, 0xbc, 0x68, 0x21, 0x2a, 0x1c, 0x99, 0x2e, 0x4d, 0x09, 0x43, 0xfc, 0x89, 0xed, 0x21, 0xbd, 0xcf, 0x08, 0x46, 0x66, 0x1d, 0x5b, 0x13, 0x8a, 0x2f, 0xec, 0xc7, 0x8d, 0x9f, 0xca, 0xb0, 0xa1, 0x64, 0x52, 0xc2, 0x82, 0xcb, 0x16, 0x09, 0x5a, 0xa5, 0x1b, 0x80, 0xa4, 0xc3, 0x9b, 0x43, 0x41, 0xd7, 0x31, 0xc1, 0x65, 0xb0, 0x72, 0x9c } } }; static const struct cckprng_op *ops_2141[] = { (const struct cckprng_op *)&op_init_2125, (const struct cckprng_op *)&op_reseed_2126, (const struct cckprng_op *)&op_refresh_2127, (const struct cckprng_op *)&op_init_2128, (const struct cckprng_op *)&op_refresh_2129, (const struct cckprng_op *)&op_reseed_2130, (const struct cckprng_op *)&op_refresh_2131, (const struct cckprng_op *)&op_init_2132, (const struct cckprng_op *)&op_refresh_2133, (const struct cckprng_op *)&op_init_2134, (const struct cckprng_op *)&op_refresh_2135, (const struct cckprng_op *)&op_init_2136, (const struct cckprng_op *)&op_reseed_2137, (const struct cckprng_op *)&op_init_2138, (const struct cckprng_op *)&op_refresh_2139, (const struct cckprng_op *)&op_init_2140 }; static const struct cckprng_vector vec_2142 = { .id = 2023, .note = NULL, .nops = 16, .ops = ops_2141 }; static const struct cckprng_op_init op_init_2143 = { .hd = { .id = 2024, .kind = OP_INIT }, .seed = { 0xed, 0xa4, 0x71, 0xce, 0xf9, 0xaa, 0x1d, 0x3f, 0x4e, 0x69, 0xf3, 0x29, 0x7c, 0x53, 0x22, 0x56, 0x91, 0x4f, 0x67, 0x06, 0x88, 0x16, 0x57, 0xb5, 0x7a, 0x47, 0x58, 0x9f, 0x51, 0xda, 0xfb, 0x48 }, .nonce = { 0x8e, 0x6c, 0x71, 0xbe, 0x5e, 0x26, 0x0f, 0xee }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2144 = { .hd = { .id = 2025, .kind = OP_REFRESH }, .rand = 18406465948339395880ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2145 = { .hd = { .id = 2026, .kind = OP_GENERATE }, .rand_nbytes = 197, .out = { .rand = { 0x2a, 0x3d, 0x30, 0x7f, 0xfb, 0x00, 0xc0, 0x01, 0x3e, 0xd5, 0x3f, 0x04, 0x0d, 0x3a, 0x3f, 0xc3, 0x1c, 0x6c, 0xa3, 0xd2, 0x25, 0xc9, 0x2e, 0xa9, 0x29, 0x73, 0x47, 0x53, 0x13, 0x99, 0x6c, 0x48, 0x41, 0xbc, 0x24, 0x62, 0xff, 0x81, 0xbd, 0xde, 0xd1, 0x5f, 0xa0, 0x65, 0xee, 0x5c, 0x82, 0x2f, 0x83, 0x23, 0x6d, 0x07, 0x02, 0xdf, 0xfb, 0xac, 0x40, 0x89, 0xd1, 0x2b, 0xa0, 0x1a, 0x91, 0xf3, 0x53, 0x82, 0x51, 0x25, 0x0e, 0xfb, 0x77, 0x34, 0xe7, 0x58, 0xea, 0x70, 0xa8, 0x06, 0xa9, 0xb9, 0x96, 0x7d, 0x89, 0x9d, 0x74, 0x59, 0x6c, 0x9d, 0x76, 0x12, 0x80, 0xf5, 0x57, 0x5f, 0xd9, 0x32, 0x7f, 0x6d, 0x4a, 0xfc, 0x57, 0x18, 0xe9, 0x7f, 0x77, 0xbb, 0xb0, 0x2d, 0x1b, 0x31, 0x23, 0x4a, 0xfc, 0xb0, 0x54, 0x57, 0xc7, 0x94, 0x06, 0x13, 0xe8, 0xe5, 0xb0, 0x25, 0x2d, 0x00, 0x38, 0x9b, 0x5d, 0x3a, 0x90, 0x0a, 0xd9, 0x2b, 0xb4, 0x56, 0xe3, 0x80, 0x68, 0x9b, 0xb8, 0x97, 0xf4, 0x11, 0xa6, 0x38, 0x5c, 0xf4, 0xc5, 0xf5, 0x6d, 0x17, 0x4e, 0x0e, 0x2b, 0x2b, 0xe5, 0x7b, 0x59, 0xdb, 0x63, 0x35, 0xce, 0xea, 0xc7, 0x36, 0x68, 0x2b, 0x0d, 0x38, 0x2e, 0x12, 0x22, 0xa3, 0x7f, 0x8d, 0x6a, 0x99, 0xd8, 0x75, 0xba, 0xdc, 0xf0, 0x05, 0x54, 0xd9, 0xb9, 0x14, 0xb3, 0x53, 0x99, 0xbf, 0x92, 0x03, 0x24, 0xaa, 0x47 } } }; static const struct cckprng_op_reseed op_reseed_2146 = { .hd = { .id = 2027, .kind = OP_RESEED }, .nonce = 663842685784165550ULL, .seed_nbytes = 178, .seed = { 0xc5, 0x45, 0xd9, 0xc7, 0xb7, 0xb0, 0x54, 0x98, 0xd4, 0x41, 0xeb, 0x2e, 0x1d, 0xe7, 0xb1, 0x13, 0xc3, 0x10, 0x00, 0xc0, 0x1e, 0xe9, 0xff, 0x78, 0xcc, 0x6c, 0xea, 0x8c, 0x0e, 0x1e, 0x91, 0x5a, 0x3c, 0xf7, 0x9e, 0xa1, 0xc5, 0x6d, 0xc3, 0x65, 0x38, 0x75, 0xa8, 0x73, 0xdd, 0x45, 0x51, 0xfc, 0x2f, 0xa5, 0xb6, 0xc1, 0x24, 0x1a, 0x4e, 0x0a, 0x49, 0x29, 0xc0, 0x63, 0x5e, 0xe1, 0x70, 0x0b, 0x5e, 0x2c, 0x89, 0x40, 0x90, 0x2f, 0x1c, 0x22, 0x00, 0x7b, 0xf1, 0x86, 0xe3, 0x7a, 0x96, 0x0a, 0x48, 0x38, 0x29, 0x4e, 0xa3, 0xe4, 0xde, 0xd0, 0xa5, 0x5a, 0xbd, 0xe6, 0x5a, 0xec, 0xf2, 0xbc, 0xfd, 0x6b, 0x40, 0x61, 0xce, 0x1c, 0xdf, 0x97, 0xf5, 0x12, 0x64, 0xc0, 0x4b, 0xa9, 0x91, 0x09, 0x4e, 0x80, 0x00, 0x63, 0x4a, 0xaa, 0x9a, 0xa8, 0xc3, 0x01, 0xfe, 0x35, 0x56, 0x43, 0x35, 0x2e, 0x4e, 0xed, 0x12, 0x94, 0x62, 0x19, 0x83, 0xf7, 0xb1, 0x6f, 0x6c, 0x47, 0x9f, 0xb2, 0x4e, 0xe9, 0x9a, 0x31, 0xf5, 0x6b, 0x82, 0xb7, 0xe6, 0xf4, 0x81, 0xcb, 0x6d, 0x3a, 0xfe, 0x87, 0x3f, 0x1e, 0x94, 0x4e, 0x8a, 0x4c, 0x4a, 0xd2, 0xe6, 0x06, 0xb1, 0xc4, 0x8f, 0x57, 0x04, 0xad, 0x54, 0x2c, 0x2d, 0x1b } }; static const struct cckprng_op_reseed op_reseed_2147 = { .hd = { .id = 2028, .kind = OP_RESEED }, .nonce = 15281801102142613080ULL, .seed_nbytes = 146, .seed = { 0x09, 0xe5, 0x46, 0x00, 0x36, 0x5b, 0x1e, 0x7f, 0xd2, 0xd2, 0xe3, 0x3e, 0xa2, 0x10, 0x90, 0x09, 0x16, 0x57, 0xa5, 0xd8, 0xe1, 0xa6, 0xab, 0xe4, 0xab, 0x72, 0x7a, 0xd0, 0x12, 0x49, 0xd9, 0x7c, 0xd1, 0x70, 0x8d, 0xa5, 0xd0, 0x61, 0xa4, 0x82, 0x06, 0xc2, 0x0c, 0x41, 0xab, 0x40, 0xd5, 0xeb, 0x44, 0x85, 0x00, 0x6d, 0x32, 0xaf, 0x04, 0xc3, 0xa5, 0x36, 0xab, 0x02, 0x88, 0x22, 0xe3, 0xbc, 0xf4, 0xec, 0xbe, 0xe2, 0xd6, 0x90, 0xf0, 0xf1, 0x17, 0xe0, 0xf6, 0x93, 0x76, 0x4a, 0xff, 0xc8, 0x3e, 0xbb, 0xbe, 0xa5, 0x83, 0x38, 0xd6, 0xd4, 0xa7, 0xdf, 0xe2, 0x8e, 0x74, 0x79, 0xdc, 0x17, 0xf3, 0xe5, 0x91, 0xa1, 0xa5, 0x7b, 0xb2, 0xf0, 0x37, 0xb5, 0xd5, 0x02, 0xcd, 0xd0, 0xb2, 0x0d, 0x9e, 0x8e, 0x36, 0x9a, 0xf5, 0xe4, 0x68, 0x3c, 0xab, 0x17, 0x4f, 0x33, 0x82, 0x7b, 0xb0, 0xfb, 0x26, 0xcc, 0xc1, 0x10, 0x8c, 0x60, 0x67, 0x20, 0x0a, 0xb1, 0x2f, 0xc8, 0xbe, 0x7c, 0x03, 0x7b, 0x6a, 0xc6 } }; static const struct cckprng_op_reseed op_reseed_2148 = { .hd = { .id = 2029, .kind = OP_RESEED }, .nonce = 18413507598467989115ULL, .seed_nbytes = 22, .seed = { 0x26, 0xdb, 0x07, 0x4d, 0xea, 0x8b, 0xed, 0x51, 0xe7, 0x32, 0x1c, 0x8f, 0x62, 0x60, 0xcb, 0x7e, 0x52, 0x3e, 0x1f, 0xda, 0xd0, 0xd6 } }; static const struct cckprng_op_reseed op_reseed_2149 = { .hd = { .id = 2030, .kind = OP_RESEED }, .nonce = 4144170910602217729ULL, .seed_nbytes = 64, .seed = { 0x93, 0xeb, 0xf6, 0x17, 0x99, 0x11, 0x0b, 0xc8, 0xfc, 0xf1, 0x6a, 0x44, 0x5c, 0x65, 0xad, 0xbd, 0xc4, 0xe1, 0x2b, 0x92, 0x66, 0x74, 0x45, 0xcf, 0x4f, 0x3a, 0x92, 0x79, 0xb6, 0x96, 0x0b, 0xdf, 0x01, 0x73, 0xff, 0x45, 0x0e, 0xc0, 0x9d, 0xa2, 0x8e, 0x0e, 0x35, 0xc8, 0x0e, 0x55, 0x0f, 0x5b, 0xca, 0x9b, 0xf1, 0x23, 0xb4, 0xf4, 0x11, 0x63, 0x85, 0xc6, 0xd8, 0x14, 0x4b, 0x1c, 0x0a, 0x70 } }; static const struct cckprng_op_generate op_init_2150 = { .hd = { .id = 2031, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x16, 0x00, 0x03, 0xb1, 0x0e, 0xfb, 0xd3, 0xe9, 0x40, 0x5a, 0xa3, 0x8a, 0x02, 0x33, 0xd8, 0xde, 0xb6, 0x88, 0x23, 0x80, 0xa9, 0x5c, 0x0b, 0x8a, 0x14, 0x54, 0xad, 0x05, 0xa8, 0x78, 0x72, 0x91, 0xb7, 0x51, 0x51, 0xaa, 0xc0, 0x0a, 0x6e, 0x84, 0xd7, 0xe9, 0xfb, 0x3f, 0xbb, 0xea, 0x68, 0xec, 0x3f, 0x0c, 0x36, 0xf7, 0x58, 0x16, 0x2a, 0x13, 0x9c, 0x5f, 0x02, 0x43, 0xc5, 0x70, 0xc7, 0x08, 0x1c, 0x97, 0xe1, 0xfe, 0x65, 0x8c, 0xd4, 0x80, 0x0b, 0x78, 0xe5, 0xb7, 0x7f, 0x70, 0x07, 0x24, 0xb1, 0x8e, 0x1c, 0xa9, 0x2c, 0x2f, 0x29, 0x47, 0x0d, 0x9b, 0x05, 0x41, 0x28, 0x11, 0x3a, 0x9f, 0x8c, 0x95, 0xee, 0xb3, 0x52, 0x81, 0x92, 0x2b, 0x22, 0xa1, 0x09, 0x4f, 0x86, 0x55, 0x8d, 0x80, 0xad, 0xd7, 0x6a, 0xac, 0x2e, 0x90, 0x4a, 0xf9, 0x2b, 0x68, 0x1e, 0x47, 0x37, 0xd7, 0xa2, 0x27, 0x52, 0x31, 0x05, 0x02, 0x09, 0x01, 0xfd, 0xb0, 0xc0, 0xda, 0x3c, 0xe4, 0x76, 0x2d, 0x8f, 0xbc, 0x21, 0x0e, 0x48, 0xe5, 0x1b, 0xd3, 0x03, 0x84, 0x6e, 0x63, 0x69, 0x70, 0xdc, 0x67, 0x1f, 0x05, 0xe3, 0x55, 0x35, 0x06, 0xb1, 0x76, 0x57, 0xa9, 0x07, 0x1e, 0x04, 0xb1, 0x03, 0xf0, 0x2c, 0xf4, 0x0a, 0x68, 0x55, 0xd0, 0x2d, 0xef, 0x3b, 0x30, 0x63, 0xc9, 0x8d, 0xc5, 0x5d, 0xea, 0x1c, 0x7b, 0x54, 0x10, 0xca, 0xa9, 0x13, 0x7b, 0x25, 0xfe, 0xe8, 0x0a, 0x06, 0x27 } } }; static const struct cckprng_op_generate op_init_2151 = { .hd = { .id = 2032, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0xce, 0x8c, 0xe8, 0x3e, 0x3b, 0x8c, 0x32, 0x4a, 0xcd, 0xef, 0x2a, 0x3f, 0xd2, 0x71, 0x76, 0x4f, 0xed, 0xcc, 0xfa, 0x20, 0xe3, 0x2a, 0x8d, 0xa8, 0xe6, 0x2e, 0xed, 0x8a, 0x7a, 0xc3, 0xcf, 0xd0, 0xa8, 0x64, 0x1f, 0x29, 0x3b, 0xbe, 0x55, 0x6f, 0x9d, 0xbe } } }; static const struct cckprng_op_generate op_init_2152 = { .hd = { .id = 2033, .kind = OP_GENERATE }, .rand_nbytes = 131, .out = { .rand = { 0x68, 0x19, 0x35, 0xd5, 0xc3, 0x9b, 0x42, 0x1e, 0xdf, 0x59, 0x36, 0xae, 0x67, 0xbc, 0xa1, 0xfd, 0x35, 0x29, 0xfd, 0x18, 0x0e, 0x96, 0xc0, 0x10, 0x92, 0x7b, 0xa3, 0x30, 0x2e, 0x70, 0xbf, 0xa8, 0x4a, 0xf1, 0xdb, 0x9f, 0x41, 0x4e, 0x98, 0x46, 0xd7, 0x25, 0x55, 0x38, 0x5d, 0x4a, 0x52, 0xbd, 0xfe, 0x05, 0x9a, 0x0f, 0xc9, 0x22, 0xeb, 0xdd, 0x5c, 0x44, 0x80, 0xbd, 0xcb, 0x17, 0x48, 0x24, 0x10, 0xe0, 0x5e, 0x2d, 0x4a, 0xcf, 0x4e, 0x26, 0xba, 0xb5, 0x8e, 0xad, 0xf5, 0x00, 0x10, 0xef, 0x77, 0xd8, 0x09, 0x69, 0x71, 0xb6, 0x65, 0x12, 0xc1, 0xed, 0x0c, 0x95, 0xff, 0xe8, 0xf1, 0xfd, 0xb4, 0x93, 0xfc, 0xc4, 0x81, 0x57, 0xb8, 0x54, 0xd3, 0x37, 0xbd, 0x53, 0x78, 0x4e, 0xc1, 0x0d, 0x08, 0x94, 0x3c, 0x87, 0xc1, 0xd8, 0x38, 0x5d, 0x49, 0xf2, 0x21, 0xf3, 0x05, 0x1b, 0xf2, 0x92, 0x66, 0x3e, 0x5c } } }; static const struct cckprng_op_reseed op_reseed_2153 = { .hd = { .id = 2034, .kind = OP_RESEED }, .nonce = 1393258833089132681ULL, .seed_nbytes = 192, .seed = { 0xfd, 0x6a, 0xb1, 0xaa, 0xdc, 0xe0, 0x68, 0x71, 0xf6, 0x4d, 0xee, 0xb9, 0xdf, 0xc3, 0x5c, 0xb1, 0xa6, 0x94, 0xe5, 0x86, 0x6c, 0xa5, 0xbf, 0x5b, 0x26, 0xa0, 0xe9, 0x73, 0x76, 0x65, 0x6c, 0x6e, 0x14, 0xcc, 0x88, 0xb0, 0x15, 0x26, 0xb5, 0x74, 0x18, 0x91, 0xf0, 0x41, 0x99, 0x9f, 0x21, 0x7c, 0x5d, 0x44, 0xe0, 0x1b, 0xd5, 0x45, 0x14, 0x8d, 0x9f, 0xe1, 0xab, 0xf2, 0x80, 0x9c, 0x60, 0x58, 0x73, 0xae, 0x6d, 0xa5, 0xe4, 0xf6, 0x0c, 0x19, 0x85, 0x69, 0xdb, 0x05, 0xa2, 0xac, 0x20, 0x9c, 0x50, 0x71, 0xb5, 0x6b, 0x6e, 0xde, 0x65, 0x4d, 0xc8, 0x06, 0xc6, 0xbe, 0x38, 0x68, 0x37, 0xd9, 0xa7, 0x46, 0xac, 0x44, 0x35, 0x87, 0xd4, 0xcb, 0x0a, 0xfb, 0xc5, 0xd5, 0x74, 0x1f, 0x80, 0x12, 0x24, 0x83, 0x4d, 0xac, 0x5d, 0xeb, 0x51, 0x53, 0x52, 0x17, 0x92, 0x0c, 0xcc, 0x96, 0xc0, 0x71, 0xf5, 0xd4, 0xec, 0x78, 0xd4, 0x81, 0xf4, 0x52, 0x75, 0x70, 0x44, 0xc0, 0x8e, 0xc6, 0xc0, 0x48, 0x53, 0x1f, 0x55, 0x11, 0x5a, 0x56, 0x65, 0x64, 0x85, 0xe6, 0xc7, 0xca, 0x35, 0x1a, 0x2f, 0x4a, 0x40, 0x59, 0x9e, 0xce, 0x19, 0x38, 0x22, 0x1f, 0xfe, 0xc5, 0x99, 0xf2, 0xd6, 0x3d, 0x38, 0x94, 0xbd, 0x1e, 0x95, 0xd5, 0x41, 0xc4, 0x8c, 0x44, 0xd3, 0x41, 0x84, 0x36, 0x39, 0xe6, 0xe4, 0x5d } }; static const struct cckprng_op_reseed op_reseed_2154 = { .hd = { .id = 2035, .kind = OP_RESEED }, .nonce = 3882066744864102504ULL, .seed_nbytes = 178, .seed = { 0xe4, 0xe3, 0x69, 0x2f, 0xa3, 0x02, 0x41, 0xeb, 0x9f, 0xb1, 0x2b, 0x3d, 0xe7, 0x20, 0x7c, 0x85, 0x28, 0x95, 0xfa, 0x52, 0x86, 0xcf, 0xad, 0xc1, 0x36, 0xc8, 0x6b, 0xab, 0xd1, 0xb7, 0x4d, 0x2a, 0xd4, 0xcd, 0x99, 0xa6, 0x8a, 0xaf, 0xfe, 0x19, 0xbd, 0x30, 0xb4, 0x74, 0xdc, 0xb2, 0xf4, 0x63, 0x90, 0xa5, 0x9a, 0xbf, 0x3d, 0x15, 0xe3, 0x10, 0xf4, 0xdb, 0x26, 0x2d, 0xf1, 0x89, 0xda, 0x06, 0x9e, 0x84, 0x1a, 0x1b, 0xcf, 0x3e, 0x03, 0xe2, 0x0c, 0x77, 0x4f, 0xa8, 0x7e, 0x87, 0xb7, 0x8d, 0xdb, 0x35, 0x99, 0xdf, 0x73, 0xaf, 0x57, 0x99, 0xcc, 0x1e, 0x8a, 0xaf, 0x94, 0x43, 0x28, 0xcf, 0xf5, 0x15, 0xf5, 0x8f, 0x72, 0xbe, 0x2e, 0x70, 0x57, 0xea, 0x7d, 0x21, 0x95, 0xa0, 0x4c, 0x86, 0xda, 0xdc, 0xc2, 0xce, 0x81, 0xb9, 0xf7, 0xa3, 0xd8, 0x5b, 0x52, 0xae, 0x3f, 0x3d, 0x3e, 0x85, 0x9b, 0x66, 0x8d, 0x15, 0xf2, 0xf5, 0xfd, 0xd9, 0x35, 0xb8, 0x65, 0x84, 0x68, 0x00, 0xd0, 0x9c, 0xfd, 0x0f, 0x34, 0x39, 0x10, 0x1c, 0x33, 0x81, 0x8a, 0x20, 0x60, 0x79, 0x48, 0x6f, 0x15, 0x90, 0x9b, 0xd0, 0x35, 0xdb, 0xc6, 0x3c, 0x84, 0x86, 0x88, 0xfd, 0xc7, 0x88, 0xbf, 0x3e, 0x1e, 0xc8, 0x7a, 0x60 } }; static const struct cckprng_op_refresh op_refresh_2155 = { .hd = { .id = 2036, .kind = OP_REFRESH }, .rand = 2101711882686022917ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2156 = { .hd = { .id = 2037, .kind = OP_RESEED }, .nonce = 12351432242168697524ULL, .seed_nbytes = 216, .seed = { 0x58, 0x0e, 0x25, 0xa5, 0x36, 0x84, 0x12, 0xcc, 0xcb, 0x86, 0x07, 0xaf, 0xd3, 0x57, 0xa7, 0x19, 0x3d, 0xa1, 0x92, 0xac, 0xed, 0xe4, 0x4f, 0x51, 0x54, 0xa8, 0x38, 0x77, 0x56, 0xfb, 0x42, 0xde, 0x7e, 0x1b, 0x5d, 0xbb, 0x51, 0x95, 0xaf, 0x0a, 0xd0, 0x94, 0xe1, 0x89, 0x03, 0xd4, 0x11, 0xd8, 0xd2, 0x6e, 0xee, 0xc1, 0x16, 0xa9, 0x73, 0x8c, 0x97, 0x27, 0x45, 0xde, 0x9b, 0x8d, 0xa6, 0xb5, 0x37, 0x9c, 0x8b, 0x28, 0x29, 0xb2, 0x76, 0x79, 0x78, 0x1a, 0x28, 0x19, 0xf7, 0x2e, 0x7c, 0xc7, 0xf8, 0x3a, 0xec, 0x0d, 0x77, 0x11, 0x81, 0x66, 0xcc, 0x59, 0x5b, 0x42, 0x7f, 0xeb, 0xfa, 0x1c, 0x23, 0xd8, 0x7f, 0xd8, 0xf5, 0x78, 0x79, 0x6b, 0x96, 0xef, 0x7d, 0x4b, 0xab, 0xa4, 0x37, 0xdc, 0xb2, 0xa7, 0x82, 0x8a, 0x17, 0xa4, 0xbd, 0xb7, 0x9c, 0xfe, 0xc2, 0x6d, 0xe6, 0xf0, 0x94, 0xc2, 0xdb, 0xaf, 0x81, 0x83, 0x1c, 0x4c, 0x44, 0xab, 0xf2, 0x1d, 0x5f, 0x0f, 0xea, 0xbd, 0x79, 0x94, 0x6a, 0x8d, 0xbe, 0x73, 0x33, 0xef, 0x42, 0xb4, 0xad, 0xd6, 0xda, 0x50, 0x3b, 0xa0, 0x0b, 0xa0, 0xd7, 0x7c, 0xa1, 0xf2, 0x8d, 0xdf, 0xb7, 0xb6, 0x2b, 0xee, 0x6e, 0x64, 0x85, 0x07, 0xf8, 0x83, 0xb9, 0xbf, 0x63, 0x36, 0xb4, 0xcb, 0x36, 0x7f, 0xe9, 0x2f, 0x79, 0xc8, 0x62, 0x0e, 0x36, 0xea, 0x6a, 0xeb, 0x55, 0xe0, 0x6b, 0x53, 0x49, 0x81, 0xea, 0x44, 0x27, 0x38, 0xdd, 0x8c, 0xa2, 0xf3, 0xbf, 0x21, 0xea, 0x92, 0xbf, 0xab, 0xdd, 0xd9 } }; static const struct cckprng_op_reseed op_reseed_2157 = { .hd = { .id = 2038, .kind = OP_RESEED }, .nonce = 556777798749153632ULL, .seed_nbytes = 32, .seed = { 0xae, 0x36, 0xa3, 0x8a, 0x17, 0xf1, 0x8c, 0xb8, 0xf7, 0x76, 0x25, 0xcf, 0x86, 0x88, 0x76, 0xab, 0xa4, 0xf8, 0x27, 0x9f, 0xed, 0xcf, 0x11, 0xb2, 0x80, 0xc0, 0x1c, 0x35, 0x65, 0xa1, 0x16, 0xa8 } }; static const struct cckprng_op_generate op_init_2158 = { .hd = { .id = 2039, .kind = OP_GENERATE }, .rand_nbytes = 183, .out = { .rand = { 0xe4, 0x98, 0x0f, 0x35, 0x6b, 0xb9, 0x1a, 0xe7, 0x36, 0xa4, 0x2b, 0xd6, 0xc0, 0x99, 0xb1, 0xbd, 0xe4, 0xb4, 0x97, 0x87, 0x1a, 0xb0, 0x7c, 0xd8, 0x03, 0x2d, 0xc7, 0x29, 0x4a, 0xc7, 0x3a, 0x6b, 0x41, 0xcf, 0x2b, 0xf9, 0xf8, 0xe5, 0x8c, 0x75, 0x3c, 0xe2, 0x6b, 0x66, 0x7c, 0x18, 0x79, 0x46, 0xb3, 0xb0, 0x82, 0x24, 0xa4, 0x20, 0x96, 0x9e, 0xa6, 0x8d, 0x52, 0x80, 0xdb, 0x3c, 0x1b, 0x04, 0xa2, 0x9b, 0x7f, 0x36, 0x93, 0xaf, 0xaf, 0x3c, 0xa1, 0x6b, 0xba, 0x97, 0x69, 0x6a, 0x05, 0x2f, 0xa7, 0x1a, 0xd5, 0x5f, 0x13, 0x09, 0xef, 0x9f, 0xd6, 0x95, 0xad, 0xef, 0x11, 0x0b, 0xfb, 0x70, 0xc4, 0x58, 0xd7, 0x53, 0xc1, 0x9c, 0xf1, 0x28, 0x94, 0x64, 0xa1, 0xdb, 0xa6, 0x8d, 0x85, 0xb6, 0xb9, 0x82, 0xee, 0xca, 0x45, 0x45, 0xe0, 0xc6, 0x9a, 0x36, 0x66, 0xb7, 0x26, 0xc4, 0xcf, 0xcd, 0xa1, 0x2c, 0x22, 0x9d, 0xb6, 0x1f, 0x91, 0xe9, 0xc8, 0xe5, 0xd8, 0x73, 0x57, 0x73, 0xe7, 0xdb, 0x24, 0x9f, 0xb0, 0xc7, 0x60, 0xfa, 0x4e, 0x62, 0xcf, 0x98, 0x64, 0xc5, 0xcd, 0x3f, 0x2d, 0x51, 0x2e, 0xb6, 0xe7, 0x1f, 0xa5, 0x14, 0xdf, 0x47, 0xed, 0xef, 0xf7, 0x8b, 0x46, 0x1d, 0xdd, 0x09, 0xc9, 0x23, 0x77, 0x27, 0xe0, 0xc0, 0x54 } } }; static const struct cckprng_op *ops_2159[] = { (const struct cckprng_op *)&op_init_2143, (const struct cckprng_op *)&op_refresh_2144, (const struct cckprng_op *)&op_init_2145, (const struct cckprng_op *)&op_reseed_2146, (const struct cckprng_op *)&op_reseed_2147, (const struct cckprng_op *)&op_reseed_2148, (const struct cckprng_op *)&op_reseed_2149, (const struct cckprng_op *)&op_init_2150, (const struct cckprng_op *)&op_init_2151, (const struct cckprng_op *)&op_init_2152, (const struct cckprng_op *)&op_reseed_2153, (const struct cckprng_op *)&op_reseed_2154, (const struct cckprng_op *)&op_refresh_2155, (const struct cckprng_op *)&op_reseed_2156, (const struct cckprng_op *)&op_reseed_2157, (const struct cckprng_op *)&op_init_2158 }; static const struct cckprng_vector vec_2160 = { .id = 2040, .note = NULL, .nops = 16, .ops = ops_2159 }; static const struct cckprng_op_init op_init_2161 = { .hd = { .id = 2041, .kind = OP_INIT }, .seed = { 0xb2, 0xe7, 0x67, 0x26, 0xc8, 0x64, 0x5a, 0x65, 0x18, 0xee, 0xd4, 0x73, 0xc0, 0xa1, 0xd7, 0x6b, 0x68, 0xc0, 0x4f, 0x33, 0xd8, 0x9b, 0x66, 0x06, 0xff, 0xbf, 0x9b, 0x5c, 0x7d, 0x83, 0xed, 0x21 }, .nonce = { 0x85, 0xca, 0xfb, 0x39, 0x41, 0x34, 0xf4, 0x1f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2162 = { .hd = { .id = 2042, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0x0a, 0x1f, 0x54, 0x70, 0xbb, 0x8d, 0x15, 0x9e, 0x80, 0x3b, 0x61, 0x60, 0x37, 0xb4, 0xa8, 0xe9, 0xc5, 0x96, 0xdb, 0xf8, 0xba, 0xcc, 0x5d, 0x47, 0x6a, 0x65, 0x67, 0xdb, 0x1b, 0x9b, 0xa6, 0x27, 0x2f, 0xe3, 0xda, 0xa9, 0x1c, 0x34, 0xba, 0xcb, 0x47, 0x01, 0xf3, 0xf1, 0x3a, 0x5b, 0x49, 0xa5, 0x00, 0x25, 0x82, 0x67, 0xdd, 0x6f, 0x4e, 0xb9, 0x99, 0xa7, 0x9e, 0x1c, 0xfc, 0x7b, 0x5f, 0x28, 0x14, 0xf3, 0xd8, 0x41, 0x4d, 0x13, 0x3c, 0x3e, 0xf2, 0x01, 0xa3, 0x1e, 0x77, 0x51, 0x3f, 0x05, 0x66, 0x72, 0x2d, 0xa4, 0x00, 0x41, 0xd3, 0x7c, 0x1e, 0x09, 0x42, 0xf9, 0x2b, 0x7a, 0x75, 0xfa, 0x95, 0x89, 0x16, 0x2f, 0xd3, 0xc1, 0xec, 0xaa, 0xfc, 0xbe, 0xd1, 0x54, 0x70, 0x92, 0x9f, 0xc4, 0xcb, 0x56, 0x71, 0xc8, 0x62, 0x84, 0x48, 0x8d, 0xaf, 0x6e, 0x4a, 0x7f, 0x1a, 0x63, 0x01, 0x09, 0x71, 0x24, 0xf9, 0x88, 0xf8, 0xb1, 0x22, 0x61, 0x58, 0x0f, 0x2b, 0xa4, 0x4e, 0xb3, 0x57, 0xd6, 0xbe, 0xe9, 0x06, 0x8d, 0x4f, 0x76, 0x1b, 0xf5, 0x46, 0x68, 0x02, 0xc1, 0xa4, 0xc7, 0xc6, 0x7c, 0x81, 0xad, 0xd9, 0xcc, 0xcf, 0x6b, 0xd4, 0x81, 0x9f, 0x48, 0x7d, 0x15, 0x5b, 0x3a, 0x0f, 0x90, 0x13, 0x8d, 0xb5, 0x64, 0x5d, 0x21, 0x3e, 0x2a, 0xbe, 0x6c, 0x04, 0x83, 0x22, 0x97, 0x4b, 0xe0, 0x02, 0x00, 0x03, 0xbe, 0x6f, 0x05, 0xeb, 0x74, 0x75, 0x0b, 0x5e, 0xfb, 0xfa, 0xe7, 0x4d, 0xa5, 0xbf, 0x02, 0x39, 0xf2, 0xcd, 0xa2, 0x24, 0xae, 0x68, 0x26, 0xcd, 0x71, 0xe7, 0x47, 0x07, 0xaf, 0x53, 0xb8, 0x02, 0x03, 0x13, 0x0e, 0x10, 0xc6, 0x88, 0x53, 0x6b, 0xbd, 0x7a, 0xbd, 0xe8, 0xec, 0x0c, 0x45, 0xc1, 0xae, 0x7d, 0x36, 0x49, 0xaa, 0x89, 0x91, 0xc6, 0x2c, 0x2c, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_2163 = { .hd = { .id = 2043, .kind = OP_REFRESH }, .rand = 11472715013358074627ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2164 = { .hd = { .id = 2044, .kind = OP_REFRESH }, .rand = 6326208630363214830ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2165 = { .hd = { .id = 2045, .kind = OP_REFRESH }, .rand = 17956722881033984320ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2166 = { .hd = { .id = 2046, .kind = OP_REFRESH }, .rand = 705820471757652719ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2167 = { .hd = { .id = 2047, .kind = OP_RESEED }, .nonce = 2676337929881244004ULL, .seed_nbytes = 109, .seed = { 0x6f, 0x47, 0xdf, 0x0c, 0x12, 0x5c, 0x64, 0x32, 0x9c, 0x06, 0xc3, 0xc1, 0x8b, 0x19, 0xe5, 0x4d, 0xd5, 0x0b, 0x92, 0x6b, 0xfc, 0x37, 0xf3, 0xf2, 0xd4, 0x4d, 0xdb, 0x56, 0xfb, 0x12, 0xc0, 0xae, 0x0e, 0xeb, 0xa0, 0x12, 0xd1, 0x02, 0xc3, 0xf3, 0x0f, 0xd7, 0xa2, 0x42, 0x9f, 0x15, 0x30, 0xaf, 0xf6, 0x31, 0x7a, 0x49, 0x6c, 0x6c, 0x9f, 0x23, 0xb4, 0xf3, 0x19, 0x2c, 0x77, 0x60, 0x3a, 0xf8, 0x66, 0xae, 0xe7, 0xa0, 0x07, 0x08, 0xec, 0x5f, 0x86, 0x99, 0x7d, 0x7a, 0x4b, 0x19, 0x13, 0xda, 0x49, 0x77, 0xe5, 0xc4, 0x04, 0x4e, 0x3b, 0x4f, 0x13, 0x19, 0xcb, 0x10, 0xee, 0x96, 0xd5, 0x08, 0xb1, 0x57, 0xcc, 0x93, 0xb9, 0x0a, 0x60, 0xc1, 0xab, 0x0c, 0x4a, 0x9d, 0x81 } }; static const struct cckprng_op_generate op_init_2168 = { .hd = { .id = 2048, .kind = OP_GENERATE }, .rand_nbytes = 75, .out = { .rand = { 0x10, 0x1f, 0xab, 0xf3, 0xa1, 0xa6, 0xc9, 0x99, 0xa3, 0x0e, 0x96, 0xef, 0xdd, 0x3e, 0x63, 0x01, 0x38, 0x67, 0x7d, 0x9d, 0xe2, 0x30, 0x80, 0x2b, 0x22, 0x8b, 0xc5, 0x6e, 0xc0, 0xdb, 0x6f, 0x56, 0x3d, 0x9d, 0xf5, 0x50, 0x06, 0x07, 0x8e, 0xf8, 0xe7, 0x9d, 0x82, 0xc2, 0x26, 0xfd, 0x57, 0xc5, 0xb8, 0xb9, 0xc9, 0x2d, 0x5a, 0x75, 0x3c, 0x68, 0x2d, 0xe7, 0x42, 0xb7, 0x5d, 0xdc, 0x8a, 0xaf, 0x8d, 0x27, 0x2b, 0x6a, 0x2d, 0x08, 0xeb, 0x60, 0x36, 0x70, 0xc0 } } }; static const struct cckprng_op_generate op_init_2169 = { .hd = { .id = 2049, .kind = OP_GENERATE }, .rand_nbytes = 146, .out = { .rand = { 0x48, 0xfd, 0xdc, 0xdb, 0x9e, 0x92, 0xb1, 0xea, 0x1a, 0x67, 0xa5, 0x38, 0x9b, 0xaf, 0x0b, 0xf4, 0xc4, 0x57, 0xb3, 0x8e, 0xca, 0xfa, 0x51, 0xa2, 0x4b, 0xcc, 0xd9, 0x99, 0xe7, 0x4a, 0x65, 0x1a, 0xe3, 0xd0, 0x40, 0xdc, 0x01, 0x72, 0x1f, 0x74, 0x42, 0x93, 0x5d, 0x2a, 0x17, 0x68, 0xde, 0x2c, 0xa7, 0xfd, 0x91, 0xe5, 0x13, 0xd5, 0x7f, 0x7b, 0x50, 0x6b, 0x7d, 0xbb, 0xb1, 0xa9, 0x33, 0x23, 0xe0, 0x47, 0x17, 0x7a, 0xe5, 0x40, 0x9d, 0xa5, 0xce, 0xcc, 0xa8, 0xda, 0xc5, 0xb2, 0xff, 0x12, 0xdd, 0xbd, 0x9a, 0xfd, 0x26, 0x45, 0xc6, 0x80, 0xd8, 0xa0, 0x25, 0x57, 0xbb, 0xce, 0x04, 0x7e, 0xed, 0xb2, 0x04, 0xb9, 0x1a, 0x0a, 0x09, 0x2b, 0x9d, 0x8f, 0x21, 0x5c, 0xae, 0xb0, 0xef, 0xde, 0x76, 0xcf, 0x3f, 0x5e, 0x9b, 0x36, 0x01, 0x72, 0x9e, 0xd7, 0x07, 0xab, 0xba, 0x89, 0x73, 0xd5, 0xc4, 0x9e, 0x35, 0x52, 0x07, 0x0b, 0x27, 0xb6, 0xf2, 0xb9, 0x3d, 0x04, 0x99, 0x99, 0xb5, 0xf2, 0x84, 0x93 } } }; static const struct cckprng_op_generate op_init_2170 = { .hd = { .id = 2050, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0x06, 0x64, 0xb8, 0x99, 0x96, 0xca, 0x2f, 0x4d, 0xfa, 0xe4, 0x66, 0x54, 0xaf, 0xbe, 0x56, 0xbe, 0xa6, 0x2b, 0x7b, 0xb8, 0x75, 0xe9, 0xc1, 0x59, 0xf3, 0xaa, 0xf4, 0x02, 0xe4, 0xf1, 0x59, 0x23, 0xe3, 0xf7, 0xb2, 0x73, 0x11, 0x4d, 0xab, 0xd5, 0x50, 0x20, 0x21, 0x30, 0xd4, 0x54, 0xea, 0x66, 0x16, 0x6f, 0x49, 0x01, 0xa6, 0x44, 0x11, 0x28, 0xbc, 0x7a, 0x87, 0xe2, 0xc3, 0x18, 0x25, 0x1f, 0x2a, 0xe9, 0x3c, 0x1f, 0x11, 0xd1, 0x6e, 0xd9, 0x18, 0xe8, 0xdb, 0x24, 0x18, 0x4d, 0xf1, 0xc8, 0xde, 0x6a } } }; static const struct cckprng_op_refresh op_refresh_2171 = { .hd = { .id = 2051, .kind = OP_REFRESH }, .rand = 14533223521940620067ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2172 = { .hd = { .id = 2052, .kind = OP_RESEED }, .nonce = 8226671544406908871ULL, .seed_nbytes = 52, .seed = { 0xd8, 0x03, 0xe8, 0xb4, 0x4f, 0x26, 0x8d, 0xf9, 0x01, 0x9f, 0x81, 0x9e, 0x63, 0x29, 0x0e, 0x81, 0x83, 0xaa, 0xe7, 0x3e, 0xbc, 0x75, 0x09, 0x9e, 0x2b, 0x8c, 0xe6, 0x31, 0x70, 0xc5, 0xe5, 0xe2, 0xaf, 0x30, 0x21, 0xeb, 0xbc, 0x59, 0x00, 0xb4, 0x62, 0xaa, 0x38, 0x97, 0x73, 0x4e, 0xa5, 0xfc, 0x61, 0x3d, 0xb0, 0x0e } }; static const struct cckprng_op_refresh op_refresh_2173 = { .hd = { .id = 2053, .kind = OP_REFRESH }, .rand = 16371074934424385828ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2174 = { .hd = { .id = 2054, .kind = OP_REFRESH }, .rand = 7236475674175060069ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2175 = { .hd = { .id = 2055, .kind = OP_RESEED }, .nonce = 1495780105626218155ULL, .seed_nbytes = 215, .seed = { 0x7c, 0x94, 0x67, 0x3b, 0x67, 0xe8, 0xbd, 0xc7, 0xd7, 0x15, 0x0e, 0xf0, 0xa8, 0x64, 0xcb, 0x78, 0x2c, 0xe5, 0xdd, 0x87, 0x6b, 0x98, 0x4e, 0x2c, 0x7c, 0x90, 0xb6, 0xf6, 0x4f, 0xc1, 0x94, 0x1f, 0x35, 0x11, 0xee, 0xa6, 0xe7, 0xff, 0xdf, 0x59, 0xed, 0x62, 0xd3, 0x20, 0x6c, 0x20, 0x17, 0x91, 0xe5, 0xae, 0x78, 0xb0, 0x22, 0xb3, 0x01, 0x61, 0x53, 0xa0, 0xe0, 0xed, 0x32, 0x2a, 0x95, 0xdf, 0xdc, 0xe6, 0x62, 0x29, 0xd1, 0xe7, 0xcf, 0x1c, 0x80, 0xc0, 0x21, 0xb8, 0x92, 0xb9, 0x20, 0xbf, 0xf4, 0x33, 0x99, 0xa7, 0x2b, 0x04, 0xd8, 0x95, 0xe8, 0x19, 0xdf, 0x32, 0x0a, 0x19, 0x1d, 0x51, 0xcf, 0xa4, 0xb7, 0xb4, 0x42, 0x5c, 0x8f, 0xa7, 0xdd, 0x34, 0x9f, 0x9e, 0xc0, 0xe0, 0xd4, 0xb0, 0xe2, 0xc8, 0x14, 0x56, 0x2a, 0x68, 0xf4, 0xf4, 0x21, 0xf1, 0x29, 0xb1, 0xd4, 0xde, 0x67, 0x4d, 0x1a, 0x61, 0x3d, 0x31, 0x8c, 0x0c, 0x1b, 0x39, 0x3e, 0xd2, 0xc2, 0x2f, 0xb9, 0x89, 0x59, 0x2c, 0x82, 0x8d, 0xff, 0x83, 0x27, 0x1d, 0xcb, 0x27, 0x74, 0x33, 0x43, 0x34, 0xcd, 0x1c, 0x28, 0x24, 0x9e, 0x4f, 0x1f, 0xcb, 0xb7, 0xe6, 0x7a, 0x7c, 0x28, 0x5e, 0x87, 0xf6, 0x06, 0x28, 0x8b, 0x27, 0xa9, 0x5d, 0x47, 0x87, 0x53, 0xb4, 0xeb, 0x4c, 0x1f, 0xbd, 0x62, 0xb4, 0x09, 0x59, 0x87, 0xeb, 0x9b, 0xa0, 0x87, 0x3f, 0xce, 0xc0, 0x22, 0x12, 0x2e, 0x6d, 0x9b, 0x62, 0xd1, 0x0e, 0xc9, 0xf8, 0xec, 0xc8, 0x85, 0x2b, 0x33, 0x18, 0x80 } }; static const struct cckprng_op_reseed op_reseed_2176 = { .hd = { .id = 2056, .kind = OP_RESEED }, .nonce = 17671003963605633370ULL, .seed_nbytes = 191, .seed = { 0xde, 0x7b, 0xc8, 0xc9, 0xc1, 0x39, 0x5d, 0x7f, 0xc9, 0x71, 0x91, 0x91, 0x0f, 0x1d, 0xeb, 0x5b, 0x8c, 0x3d, 0xa9, 0x10, 0x6d, 0x6b, 0xe2, 0xbd, 0x34, 0x2d, 0x14, 0xe6, 0x06, 0xa2, 0xe2, 0xd8, 0x1b, 0xae, 0x65, 0x74, 0xc1, 0x05, 0x63, 0x84, 0x0f, 0x16, 0x84, 0xaa, 0x8c, 0x9c, 0x76, 0x7b, 0x02, 0xb8, 0x08, 0x57, 0xfd, 0xf3, 0x20, 0xab, 0x18, 0x59, 0x09, 0x5f, 0xbb, 0x17, 0x24, 0x4a, 0x8f, 0xf5, 0x60, 0xc6, 0xc6, 0x83, 0x1e, 0x3b, 0xc3, 0xc7, 0x5a, 0x7f, 0x50, 0x3f, 0xb6, 0xcd, 0x7d, 0x55, 0x01, 0xe0, 0x18, 0x23, 0xac, 0x12, 0x6c, 0xbb, 0xba, 0xa1, 0x48, 0x57, 0x7c, 0x76, 0xc8, 0x2a, 0x36, 0x8c, 0x98, 0x69, 0x10, 0x0c, 0xee, 0x66, 0x36, 0xb8, 0x0c, 0xbc, 0x02, 0xf7, 0x3a, 0xec, 0xde, 0x55, 0x1f, 0xd5, 0x06, 0x4d, 0xb2, 0xb0, 0x92, 0xb2, 0xb9, 0xca, 0x0d, 0x5b, 0x3d, 0x9c, 0x90, 0x56, 0x6b, 0x9f, 0xae, 0x60, 0xb1, 0x60, 0x46, 0x18, 0xe4, 0x32, 0x80, 0x0f, 0x15, 0xde, 0x69, 0x53, 0xcb, 0xe7, 0x12, 0xae, 0x17, 0xa1, 0x40, 0x32, 0x4c, 0x1e, 0x46, 0x25, 0x48, 0xa4, 0x95, 0xa3, 0xea, 0x3f, 0x0c, 0x08, 0xf6, 0x75, 0x47, 0xde, 0x79, 0xf9, 0x46, 0xf0, 0xea, 0x44, 0xfc, 0xaf, 0x53, 0xea, 0x59, 0xea, 0xd5, 0x34, 0xb0, 0x53, 0x80, 0x17, 0xc3 } }; static const struct cckprng_op *ops_2177[] = { (const struct cckprng_op *)&op_init_2161, (const struct cckprng_op *)&op_init_2162, (const struct cckprng_op *)&op_refresh_2163, (const struct cckprng_op *)&op_refresh_2164, (const struct cckprng_op *)&op_refresh_2165, (const struct cckprng_op *)&op_refresh_2166, (const struct cckprng_op *)&op_reseed_2167, (const struct cckprng_op *)&op_init_2168, (const struct cckprng_op *)&op_init_2169, (const struct cckprng_op *)&op_init_2170, (const struct cckprng_op *)&op_refresh_2171, (const struct cckprng_op *)&op_reseed_2172, (const struct cckprng_op *)&op_refresh_2173, (const struct cckprng_op *)&op_refresh_2174, (const struct cckprng_op *)&op_reseed_2175, (const struct cckprng_op *)&op_reseed_2176 }; static const struct cckprng_vector vec_2178 = { .id = 2057, .note = NULL, .nops = 16, .ops = ops_2177 }; static const struct cckprng_op_init op_init_2179 = { .hd = { .id = 2058, .kind = OP_INIT }, .seed = { 0x7c, 0x1a, 0x2f, 0xa8, 0x96, 0xae, 0x0f, 0x9b, 0x19, 0xfa, 0x3c, 0xac, 0x73, 0x39, 0x85, 0x28, 0xa3, 0x17, 0x36, 0xcb, 0x1f, 0x86, 0x98, 0xbd, 0x3b, 0x1a, 0x19, 0x53, 0xc8, 0x30, 0x27, 0xb9 }, .nonce = { 0x53, 0xba, 0x14, 0x1a, 0xfd, 0x1b, 0x12, 0x1e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2180 = { .hd = { .id = 2059, .kind = OP_REFRESH }, .rand = 15748364788722356880ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2181 = { .hd = { .id = 2060, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0x84, 0xb2, 0xcd, 0x6a, 0xe2, 0x53, 0x72, 0xe1, 0x65, 0xdc, 0x33, 0x92, 0x22, 0xe1, 0xa8, 0x33, 0x5c, 0x91, 0x33, 0xeb, 0x26, 0xcd, 0x49, 0xab, 0xb8, 0xaa, 0xbd, 0xfa, 0xe4, 0xb2, 0x41, 0x31, 0x00, 0xdc, 0xd6, 0x20, 0xf4, 0xf1, 0x11, 0x17, 0x83, 0x05, 0x29, 0x80, 0xe5, 0x71, 0x33, 0xcc, 0x4e, 0xf2, 0xb7, 0x08, 0x64, 0xa7, 0x06, 0xb0, 0x67, 0xef, 0x49, 0xf6, 0xa3, 0x06, 0xc8, 0xc8, 0xa5, 0xa9, 0x88, 0x0e, 0xd8, 0xa4, 0x7d, 0xfd, 0x6e, 0x62, 0x47, 0x5e } } }; static const struct cckprng_op_refresh op_refresh_2182 = { .hd = { .id = 2061, .kind = OP_REFRESH }, .rand = 8105834991829436009ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2183 = { .hd = { .id = 2062, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0x30, 0x82, 0x7b, 0x75, 0x04, 0xa4, 0x78, 0x8d, 0x5f, 0xf9, 0x35, 0xac, 0x77, 0xb2, 0xa2, 0x8e, 0x2c, 0x9c, 0x24, 0x1a, 0x7f, 0xee, 0xd6, 0x2e, 0x78, 0xf2, 0xe1, 0x13, 0xaa, 0x18, 0xb8, 0x9f, 0xdf, 0x6a, 0x29, 0x23, 0x73, 0xb5, 0xbb, 0xc6, 0x76, 0xb6, 0x6c, 0xf0, 0xc5, 0x55, 0xc5, 0x06, 0x0e, 0x55, 0xf2, 0x76, 0x9b, 0xff, 0x90, 0xa2, 0xdb, 0xa0, 0x60, 0xd9, 0xbd, 0x74, 0xfa, 0x3b, 0x13, 0x21, 0xf1, 0x25, 0x36, 0x9e, 0x8f, 0xa8, 0x87, 0xe9, 0x45, 0x53, 0xe7, 0x12, 0x29, 0x03, 0x7e, 0x0a, 0x6e, 0x9b, 0xe3, 0xe6, 0x32, 0x31, 0x35, 0xdb, 0xa1, 0x6f, 0x25, 0xeb, 0xa2, 0x14, 0x9e, 0x7d, 0x0c, 0xe2, 0x66, 0x2e, 0x86, 0x02, 0x17, 0x0f, 0x2c, 0x6c, 0x87, 0x9f, 0xd6, 0xeb, 0x37, 0xff, 0x1f, 0xf0, 0x63, 0x28, 0xe6, 0xcd, 0xf6, 0x7e, 0x57, 0x2c, 0x53, 0x6a, 0x8a, 0xcb, 0x9f, 0xea, 0x5d, 0x80, 0x86, 0x33, 0x08, 0xc3, 0xc0, 0xb7, 0x6c, 0xe0, 0xc9, 0xc4, 0x03, 0xc3, 0x3f, 0x1f, 0x2d, 0xb8, 0x8e, 0x81, 0xec, 0x32, 0xa4, 0x22, 0x6b, 0x4a, 0xec, 0xcb, 0xdc, 0x70, 0x5d, 0x2f, 0x88, 0x66, 0xf0, 0x20, 0xa4, 0x19, 0xc9, 0x29, 0xae, 0xc4, 0x5f, 0x71, 0x62 } } }; static const struct cckprng_op_generate op_init_2184 = { .hd = { .id = 2063, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x2a, 0x84, 0xad, 0xcb, 0x05, 0x64, 0x81, 0x60, 0x80, 0x64, 0xe8, 0x4b, 0x9f, 0xbc, 0x6d, 0x07, 0xb7, 0xee, 0x0e, 0x8d, 0xe9, 0x90, 0x3f, 0x31, 0x02, 0x36, 0x38, 0x77, 0x44, 0xe7, 0x9b, 0x2f, 0x4f, 0x9f, 0x87, 0x3b, 0x01, 0x09, 0x4a, 0x4e, 0x99, 0x1d, 0xbd, 0xa9, 0x72, 0x99, 0x4a, 0x53, 0xb0, 0xa5, 0x6a, 0x3b, 0x1d, 0x53, 0xe6, 0x97, 0x45, 0x7f, 0x28, 0xb9, 0x4a, 0x39, 0x7c, 0x83, 0xcf, 0x8e, 0x2a, 0x32, 0x76, 0xcd, 0xac, 0x60, 0x34, 0xd9, 0xf4, 0x20, 0xc2, 0xf1, 0xcf, 0x02, 0x3b, 0x30, 0x5f, 0x31, 0xe8, 0x3e, 0xb7, 0x71, 0x9a, 0xe8, 0x54, 0x1a, 0xcb, 0xad, 0x86, 0xaf, 0xba, 0xe7, 0x36, 0x4c, 0x08, 0x89, 0xa3, 0x36, 0xb9, 0x61, 0x85, 0x9f, 0xc2, 0xa5, 0x0f, 0x20, 0xd4, 0x64, 0xc4, 0xe9, 0x56, 0x4e, 0xd6, 0x3d, 0x85, 0x47, 0xcd, 0x94, 0x0d, 0x92, 0x54, 0x20, 0xa0, 0x49, 0x45, 0x66, 0x42, 0x69, 0x45, 0x01, 0xa9, 0xae, 0xed, 0x55, 0xe2, 0x63, 0x0d, 0x6e, 0xda, 0x0e, 0x29, 0xf5 } } }; static const struct cckprng_op_generate op_init_2185 = { .hd = { .id = 2064, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0x4e, 0xbe, 0x01, 0x31, 0xc4, 0xbc, 0x74, 0x4b, 0x2c, 0xa8, 0xc7, 0x61, 0x90, 0x09, 0xe8, 0x6c, 0xa6, 0xd0, 0xb5, 0xb7, 0x9b, 0xb7, 0x47, 0xa0, 0x6c, 0x25, 0x35, 0x26, 0x01, 0x31, 0x01, 0x0b, 0xb0, 0xdd, 0xa1, 0x4f, 0x68, 0x58, 0xe6, 0x06, 0xdc, 0xc4, 0x7c, 0x14, 0x38, 0x7f, 0xef, 0xa9, 0xc5, 0x00, 0xdb, 0xc3, 0x28, 0x8b, 0x68, 0x6c, 0x24, 0xc4, 0x20, 0x6f, 0xf8, 0xb5, 0xa5, 0x60, 0xc5, 0xfb, 0xb5, 0xc9, 0xe2, 0x21, 0xf0, 0x58, 0xd0, 0x20, 0x3d, 0x25, 0xee, 0x4d, 0x36, 0xe9, 0x75, 0x8e, 0x51, 0x49, 0x46, 0x4f, 0x01, 0xac, 0x30, 0x2e, 0x37, 0x8c, 0xb7, 0x3d, 0x95, 0x5d, 0xdf, 0x63, 0xc8, 0xda, 0x68, 0x43, 0xea, 0x83, 0xc1, 0x44, 0xa6, 0xd1, 0x96, 0x30, 0x0a, 0x9b, 0x50, 0x2a, 0xcf, 0x8e, 0x33, 0xde, 0x8d, 0x40, 0xf3, 0x6b, 0xbe, 0x91, 0x73, 0xa1, 0x8c, 0xc2, 0x96, 0x86, 0xe9, 0xa0, 0x3b, 0xfc, 0x46, 0x0d, 0x4b, 0x94, 0xce, 0xc4, 0xfb, 0xd3, 0xba, 0x3d, 0x95, 0x9d, 0x55, 0xb6, 0x67, 0x6e, 0x9b, 0x5a, 0xaa, 0xdb, 0xf0, 0xf7, 0x30, 0xaf, 0x03, 0x35, 0x0e, 0x1f, 0x8d, 0x74, 0xf7, 0xdb, 0xdc, 0x4f, 0x4c, 0x4f, 0xf7, 0x51, 0x15, 0xa9, 0xf8, 0x44, 0x14, 0x56, 0x39, 0x00, 0x96, 0xbd, 0x47, 0xe4, 0xe7, 0x94, 0x03, 0xcd, 0x3e, 0xf8, 0x40, 0x44, 0x54, 0xc1, 0x49, 0x1a, 0xae, 0x29, 0x09, 0x92, 0xab, 0x97, 0x09, 0xf2, 0xb9, 0xe0, 0x6c, 0x13, 0x8b, 0x94, 0xc2, 0x02, 0x68, 0x90, 0x2c, 0x7a, 0x59, 0xa8, 0xd8, 0x92, 0x7c, 0x32, 0xc2, 0xe2, 0x07, 0xe0, 0x8d, 0x56, 0xae, 0x5e, 0x12, 0xc5, 0x7c, 0x26, 0x5a, 0xfa, 0x39, 0x26, 0x76, 0xe3, 0x37, 0xbc, 0x22, 0x16, 0x41, 0x7e, 0x98, 0x06, 0x35, 0xa3, 0x5d, 0x52, 0x5e, 0x2c } } }; static const struct cckprng_op_refresh op_refresh_2186 = { .hd = { .id = 2065, .kind = OP_REFRESH }, .rand = 11551266610275004362ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2187 = { .hd = { .id = 2066, .kind = OP_REFRESH }, .rand = 14820809932392320227ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2188 = { .hd = { .id = 2067, .kind = OP_GENERATE }, .rand_nbytes = 215, .out = { .rand = { 0xcf, 0x2d, 0x6f, 0x32, 0xd2, 0x5e, 0x11, 0x32, 0x5f, 0x35, 0x2c, 0x40, 0xeb, 0xa7, 0xeb, 0xd6, 0xd6, 0xf0, 0xa2, 0xee, 0x60, 0x0c, 0x08, 0xe1, 0x2a, 0xfb, 0xda, 0x19, 0xf3, 0xe7, 0xa7, 0xd5, 0xe8, 0xbd, 0x89, 0x57, 0xa7, 0xfc, 0x7f, 0x6f, 0xc5, 0x9c, 0xce, 0xcd, 0x55, 0x3e, 0x9a, 0x85, 0xd7, 0x01, 0x9e, 0xeb, 0xea, 0x00, 0x92, 0xcb, 0x7b, 0x20, 0x5b, 0x9b, 0x4c, 0x30, 0x41, 0x0c, 0xda, 0x17, 0xce, 0xa9, 0xd2, 0xc0, 0x5f, 0xc5, 0x22, 0x2d, 0xcb, 0xc4, 0xcb, 0xd4, 0x0d, 0x02, 0xe6, 0x88, 0x27, 0xf1, 0xb6, 0xc4, 0xb6, 0xcb, 0xbb, 0x6e, 0xd6, 0xc8, 0xb2, 0xbe, 0x9c, 0x84, 0x27, 0xa5, 0x43, 0xa8, 0xea, 0x11, 0x3c, 0xfd, 0x61, 0xfc, 0x66, 0x32, 0xb9, 0x60, 0x87, 0x09, 0xf9, 0x8e, 0x7e, 0x80, 0x24, 0x29, 0x9e, 0x35, 0xb0, 0xbd, 0xef, 0x82, 0x5c, 0x9c, 0xa8, 0xc9, 0x35, 0x11, 0xc3, 0x8e, 0x35, 0xc0, 0x75, 0x61, 0xf2, 0x0c, 0xd6, 0x12, 0xe3, 0x01, 0x8f, 0x82, 0x16, 0x65, 0x1c, 0x70, 0x12, 0x4d, 0xc7, 0x50, 0x27, 0xfb, 0x6b, 0x9b, 0x04, 0x9b, 0x35, 0xc4, 0x2b, 0x06, 0xbb, 0x4e, 0x4f, 0x4f, 0x64, 0xa0, 0xdc, 0x46, 0x4c, 0x47, 0x5c, 0x96, 0x5e, 0x23, 0x7b, 0x05, 0x20, 0xff, 0x1a, 0x9e, 0xcb, 0xe5, 0xa6, 0x32, 0xb3, 0xf6, 0xfd, 0x09, 0xa7, 0xa0, 0xa7, 0xfb, 0xdf, 0xd0, 0x98, 0x98, 0x0a, 0x17, 0x3e, 0x0b, 0x67, 0xac, 0xe9, 0x15, 0x37, 0xc9, 0xd9, 0x22, 0x40, 0xfb, 0x4c, 0x13, 0xbe } } }; static const struct cckprng_op_reseed op_reseed_2189 = { .hd = { .id = 2068, .kind = OP_RESEED }, .nonce = 11701420455438234395ULL, .seed_nbytes = 236, .seed = { 0xd9, 0xd9, 0xf2, 0xe2, 0x18, 0xa1, 0x59, 0x64, 0xf6, 0x2a, 0xc8, 0x43, 0x70, 0x74, 0xd0, 0xc2, 0x7c, 0x13, 0x97, 0xdc, 0x25, 0xe5, 0x04, 0xbc, 0xf6, 0x6f, 0xa4, 0xea, 0x11, 0xdd, 0xf0, 0xa4, 0x46, 0x1b, 0xd9, 0x16, 0xd3, 0xd9, 0xeb, 0x42, 0x3f, 0x8a, 0xee, 0x12, 0x34, 0x0e, 0x14, 0xa6, 0x34, 0x01, 0x7a, 0x9f, 0x3f, 0x65, 0x1d, 0xa8, 0x6f, 0xfa, 0x74, 0x65, 0x80, 0xc8, 0x09, 0xaa, 0x54, 0xf1, 0x21, 0xc2, 0x4f, 0x5d, 0x3b, 0xea, 0x87, 0xcd, 0x67, 0x6a, 0x46, 0x1a, 0x7b, 0xa7, 0x7a, 0x13, 0x53, 0xbe, 0x1b, 0xdc, 0x3d, 0x3d, 0x17, 0x81, 0xfb, 0x01, 0xdd, 0xd8, 0x1d, 0xf0, 0xbb, 0x47, 0x9c, 0x25, 0x0c, 0x8f, 0xe8, 0x6c, 0x54, 0x00, 0x0f, 0xe8, 0x27, 0x37, 0x5a, 0x90, 0xfd, 0x59, 0xd7, 0xa0, 0x89, 0x1d, 0x93, 0x2e, 0xd0, 0x3a, 0x93, 0x8c, 0x4a, 0x57, 0x67, 0x4e, 0x98, 0x16, 0x23, 0x0c, 0x3b, 0x0b, 0x04, 0x11, 0x39, 0x71, 0x7a, 0x5f, 0xc9, 0xca, 0xba, 0xdc, 0xc3, 0x3c, 0x08, 0xfb, 0x2f, 0x3d, 0x52, 0x10, 0x81, 0x05, 0x4f, 0x5a, 0x1a, 0xc3, 0x07, 0xf9, 0x85, 0x24, 0xd9, 0xcc, 0x20, 0x31, 0x87, 0x79, 0x21, 0xeb, 0x8e, 0xaf, 0x17, 0x87, 0xef, 0x78, 0x98, 0x4e, 0xe3, 0x66, 0x14, 0xcb, 0xfe, 0x17, 0xc4, 0xab, 0x32, 0x35, 0x9d, 0x04, 0xff, 0x02, 0x8d, 0xe8, 0xfb, 0xe8, 0x57, 0x12, 0x5f, 0x79, 0xdc, 0x26, 0x3a, 0xcd, 0x25, 0x1b, 0xdd, 0x78, 0x7e, 0x9d, 0xf5, 0x42, 0x8a, 0x78, 0xae, 0xdc, 0x91, 0xd3, 0x0e, 0x59, 0x00, 0x9c, 0x45, 0x9d, 0x8f, 0xd5, 0x5b, 0x9c, 0xbe, 0xe3, 0xa1, 0x17, 0xf8, 0x40, 0x6a, 0x16 } }; static const struct cckprng_op_generate op_init_2190 = { .hd = { .id = 2069, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0x34, 0xe9, 0xb8, 0x57, 0x12, 0x93, 0x69, 0x01, 0xf5, 0xe1, 0xc4, 0xc0, 0x16, 0xe6, 0xe9, 0xe1, 0x75, 0xb6, 0xf4, 0x31, 0xd6, 0xff, 0x47, 0x33, 0x70, 0x08, 0x79, 0xf7, 0x84, 0x04, 0xe5, 0x81, 0x4e, 0x70, 0xfc, 0x6b, 0xa8, 0x0b, 0x1b, 0xe7, 0xee, 0x61, 0xeb, 0x59, 0x3e, 0x78, 0xd7, 0xfe, 0x4a, 0x8a, 0x08, 0xa9, 0x7c, 0x08, 0xc7, 0xd4, 0xe8, 0xd4, 0x3f, 0xba, 0x29, 0xba, 0x57, 0xfd, 0xc9, 0xdc, 0x22, 0xe2, 0x21, 0xa0, 0x2f, 0x2e, 0xd8, 0x26, 0xe5, 0x67, 0xe3, 0x74, 0x7b, 0xcb, 0x1f, 0x0c, 0x3c, 0x29, 0x34, 0xb7, 0x1e, 0xc8, 0x16, 0x60, 0x96, 0x8d, 0x31, 0xfb, 0x7f, 0x3f, 0x48, 0x16, 0x52, 0x1e, 0xfc, 0x7e, 0x1a, 0x67, 0xf1, 0x63, 0x38, 0xe1, 0xe4, 0x7e, 0xa0, 0xba, 0xce, 0x0b, 0xeb, 0x96, 0xa7, 0x20, 0xb9, 0x05, 0xf2, 0xd7, 0x4c, 0xe9, 0x03, 0x2d, 0x98, 0xe4, 0xbc, 0xdc, 0x6d, 0x34, 0xff, 0x24, 0xbc, 0x9a, 0x56, 0x2f, 0xe2, 0xd9, 0x2b, 0xc9, 0x90, 0x32, 0x2e, 0xe5, 0x26, 0x28, 0x11, 0x49, 0xb4, 0xf1, 0x03, 0x8b, 0xc1, 0xb3, 0x28, 0x3b, 0x1f, 0xc5, 0x24, 0xfa, 0xae, 0x97, 0x9b, 0x0a, 0xc3, 0x59, 0xc9, 0x0a, 0x92, 0x9c, 0x50, 0x4a, 0xb5, 0x6b, 0x91, 0x86, 0x6f, 0x9d, 0xa1, 0x66, 0x2b, 0x41, 0x74, 0x57, 0xfd, 0xf9, 0xa3, 0x37, 0x42, 0x31, 0xfd, 0x5e, 0xea, 0xff, 0x62, 0xa2, 0x67, 0xcf, 0x47, 0x37, 0x6d, 0x8c, 0x7e, 0x6f, 0x90, 0xad, 0xa0, 0x1c, 0xee, 0x15, 0x80, 0xea, 0x3d, 0x93, 0x9a, 0x55, 0x92, 0x42, 0x5c, 0xcf, 0x27, 0x89, 0xb0, 0x32, 0x95, 0x5d, 0x7c, 0x2e, 0xf7, 0x07, 0xd8, 0x65, 0x82, 0x8d, 0xb7, 0xd1, 0x13, 0x11, 0x28, 0xea, 0x75, 0xba, 0x0f, 0xfa, 0x38, 0x66, 0xd4, 0xfb, 0xd7, 0x64, 0x7c, 0xb1, 0x66, 0x82, 0xdb, 0x02, 0xc8, 0x65, 0x07, 0x54, 0x35, 0x66, 0x8d, 0x0a, 0x27, 0x48, 0x5c, 0x4c, 0xaa } } }; static const struct cckprng_op_reseed op_reseed_2191 = { .hd = { .id = 2070, .kind = OP_RESEED }, .nonce = 4890241734669426507ULL, .seed_nbytes = 201, .seed = { 0x96, 0x11, 0x23, 0x78, 0x9c, 0xcf, 0xff, 0x84, 0x3f, 0xbf, 0x3c, 0xde, 0x13, 0xf8, 0xe4, 0x01, 0xc7, 0xf2, 0x11, 0xa0, 0x94, 0xec, 0x93, 0x84, 0xf1, 0x2e, 0x5f, 0x3d, 0xd7, 0x7f, 0x51, 0x09, 0xcf, 0xfd, 0xc4, 0xa7, 0x16, 0x52, 0xfe, 0x05, 0x7f, 0xa1, 0xdb, 0xd6, 0xf3, 0xb5, 0x62, 0x27, 0x60, 0x6b, 0x8f, 0x4f, 0xfb, 0x1d, 0xfa, 0xbf, 0x49, 0xb1, 0x2b, 0x02, 0xfd, 0x45, 0x5d, 0x07, 0x57, 0xf6, 0x27, 0x9b, 0xec, 0x73, 0x4a, 0x9e, 0x41, 0x9c, 0x29, 0xd5, 0x09, 0x83, 0x1d, 0x9d, 0x87, 0x56, 0x30, 0x46, 0x56, 0x75, 0xba, 0xf3, 0x9e, 0x90, 0xbd, 0x9f, 0x54, 0xc6, 0x25, 0x1b, 0x26, 0x81, 0x56, 0x9e, 0xbc, 0x9a, 0xa9, 0xfe, 0xb7, 0x17, 0x89, 0xcf, 0x42, 0x15, 0xf8, 0xc2, 0xfb, 0xac, 0x98, 0xac, 0x43, 0x17, 0xe8, 0x1d, 0xa7, 0xcf, 0x66, 0x9c, 0xe7, 0x23, 0xd2, 0x8d, 0xcf, 0x73, 0x1b, 0x71, 0x2b, 0x02, 0xf8, 0xde, 0xc8, 0xbb, 0xc2, 0x71, 0xa1, 0xde, 0x70, 0x25, 0x26, 0x3d, 0x60, 0x2a, 0x50, 0x10, 0x9f, 0x74, 0x0f, 0x83, 0x66, 0x63, 0x5d, 0xeb, 0xe2, 0xb5, 0x85, 0x99, 0x90, 0xc6, 0x80, 0x02, 0x2c, 0xb6, 0x78, 0x39, 0xbf, 0x46, 0x95, 0x51, 0xaa, 0xe4, 0x24, 0xe0, 0x35, 0x77, 0x97, 0x61, 0xa8, 0xe9, 0x32, 0xb1, 0x92, 0x2b, 0x96, 0x76, 0x9b, 0x23, 0x07, 0x25, 0xb1, 0x66, 0x8d, 0xe9, 0xcd, 0xad, 0x9c } }; static const struct cckprng_op_refresh op_refresh_2192 = { .hd = { .id = 2071, .kind = OP_REFRESH }, .rand = 17845351250811776360ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2193 = { .hd = { .id = 2072, .kind = OP_GENERATE }, .rand_nbytes = 122, .out = { .rand = { 0x9d, 0x38, 0x10, 0x1b, 0x63, 0x59, 0x92, 0x25, 0x42, 0x25, 0x3f, 0x7a, 0x02, 0xb4, 0x7a, 0xa2, 0xf6, 0x88, 0xd7, 0x8d, 0x9f, 0x93, 0x10, 0x4f, 0x53, 0xa7, 0x09, 0x45, 0x3b, 0xf6, 0xe6, 0x6f, 0x9b, 0xba, 0x30, 0xa6, 0x91, 0x94, 0xa4, 0x37, 0x1d, 0x84, 0xb6, 0x0e, 0xd3, 0xff, 0x8d, 0xff, 0x58, 0x0b, 0xba, 0xd6, 0xbe, 0x33, 0xde, 0x7b, 0x49, 0x2a, 0xc0, 0xa5, 0x49, 0x38, 0xe1, 0x3e, 0xa1, 0x41, 0xe3, 0x8c, 0xe5, 0xc7, 0x1c, 0x08, 0xc9, 0x1f, 0x38, 0x49, 0x39, 0x39, 0xa0, 0xc6, 0xdf, 0xca, 0xdf, 0xa7, 0xf5, 0x3f, 0xeb, 0x79, 0x34, 0x2f, 0x85, 0x35, 0x23, 0x8f, 0xfc, 0x89, 0x21, 0x8b, 0xe4, 0x43, 0x9a, 0xc2, 0x0d, 0xce, 0x7e, 0x53, 0xfb, 0xf3, 0x27, 0x2d, 0x3c, 0x16, 0x14, 0x51, 0xb7, 0xb1, 0x56, 0xc6, 0x14, 0x49, 0x95, 0xff } } }; static const struct cckprng_op_reseed op_reseed_2194 = { .hd = { .id = 2073, .kind = OP_RESEED }, .nonce = 7320078374386898159ULL, .seed_nbytes = 224, .seed = { 0x5f, 0x82, 0xba, 0x60, 0x2a, 0x07, 0x0d, 0x1d, 0x1b, 0xfe, 0xcf, 0x01, 0x48, 0x54, 0xd6, 0x29, 0x45, 0xbc, 0x42, 0x56, 0xb1, 0xb4, 0x7c, 0xb6, 0x26, 0x37, 0x50, 0x49, 0xf8, 0xa9, 0x91, 0x47, 0x1a, 0xd1, 0xa1, 0xb6, 0x9d, 0x0a, 0x6e, 0xcf, 0xa6, 0xa5, 0xcd, 0xa7, 0xe1, 0x2d, 0x70, 0x67, 0x49, 0x02, 0xc8, 0xbb, 0x5f, 0xcd, 0x17, 0x17, 0xfe, 0x33, 0x5d, 0x97, 0x85, 0xc6, 0x3d, 0x90, 0x70, 0xc5, 0xb7, 0x8f, 0x0d, 0x72, 0xe2, 0x9d, 0xc7, 0x48, 0x4f, 0x2a, 0x64, 0xd1, 0x9b, 0x7c, 0x94, 0x7f, 0xcb, 0x19, 0x24, 0x9a, 0x8b, 0x5c, 0xaa, 0x93, 0xf1, 0x75, 0x0b, 0xfc, 0x61, 0xc4, 0x70, 0x28, 0x0d, 0xc2, 0xca, 0x3d, 0xc6, 0x2f, 0x09, 0x6a, 0x7d, 0x30, 0x92, 0x00, 0x81, 0x0f, 0x37, 0x62, 0xc6, 0x1c, 0x9b, 0xf4, 0x3d, 0x20, 0xed, 0x74, 0x75, 0xf0, 0xcc, 0x3c, 0x7f, 0x5b, 0xf5, 0x26, 0x1f, 0x89, 0xbc, 0x73, 0x41, 0xeb, 0xde, 0x75, 0x26, 0xc5, 0xb5, 0xed, 0xb3, 0xcc, 0xf1, 0xe6, 0x78, 0x6f, 0x67, 0xa0, 0x31, 0x05, 0x18, 0xc3, 0x4d, 0x7f, 0x21, 0x27, 0x29, 0xf0, 0xb9, 0xdf, 0x45, 0x30, 0xa0, 0x7d, 0x47, 0x19, 0xa0, 0x8e, 0xc3, 0xfc, 0xed, 0x62, 0xfe, 0xf7, 0xb1, 0x27, 0x6b, 0x23, 0x73, 0xe2, 0x6d, 0x7f, 0x7a, 0xdc, 0xf5, 0xe8, 0xd3, 0xce, 0x12, 0x6d, 0x19, 0xde, 0xa9, 0xf0, 0xf2, 0x96, 0x11, 0x88, 0x71, 0x01, 0x14, 0x97, 0x38, 0x2b, 0x18, 0x8b, 0xa0, 0xcd, 0x94, 0x7f, 0x24, 0x82, 0xdb, 0x8e, 0x75, 0xb2, 0xbb, 0xd0, 0x68, 0xca, 0x32, 0x92 } }; static const struct cckprng_op *ops_2195[] = { (const struct cckprng_op *)&op_init_2179, (const struct cckprng_op *)&op_refresh_2180, (const struct cckprng_op *)&op_init_2181, (const struct cckprng_op *)&op_refresh_2182, (const struct cckprng_op *)&op_init_2183, (const struct cckprng_op *)&op_init_2184, (const struct cckprng_op *)&op_init_2185, (const struct cckprng_op *)&op_refresh_2186, (const struct cckprng_op *)&op_refresh_2187, (const struct cckprng_op *)&op_init_2188, (const struct cckprng_op *)&op_reseed_2189, (const struct cckprng_op *)&op_init_2190, (const struct cckprng_op *)&op_reseed_2191, (const struct cckprng_op *)&op_refresh_2192, (const struct cckprng_op *)&op_init_2193, (const struct cckprng_op *)&op_reseed_2194 }; static const struct cckprng_vector vec_2196 = { .id = 2074, .note = NULL, .nops = 16, .ops = ops_2195 }; static const struct cckprng_op_init op_init_2197 = { .hd = { .id = 2075, .kind = OP_INIT }, .seed = { 0xe7, 0xf4, 0x57, 0xce, 0xf4, 0xa3, 0xf3, 0x62, 0x8d, 0xa6, 0x93, 0x31, 0x21, 0x1a, 0x89, 0xb6, 0x5e, 0x80, 0x32, 0xf3, 0xd7, 0x2b, 0x50, 0xa7, 0xe6, 0xe7, 0x0f, 0x18, 0x04, 0x92, 0x25, 0xcd }, .nonce = { 0x83, 0x14, 0xef, 0xe5, 0xb3, 0x2e, 0x23, 0xd1 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2198 = { .hd = { .id = 2076, .kind = OP_GENERATE }, .rand_nbytes = 17, .out = { .rand = { 0x31, 0xab, 0x75, 0x2c, 0x83, 0xfc, 0x93, 0x79, 0x95, 0x8e, 0x71, 0x61, 0x6f, 0xa4, 0x82, 0xe6, 0xc5 } } }; static const struct cckprng_op_reseed op_reseed_2199 = { .hd = { .id = 2077, .kind = OP_RESEED }, .nonce = 15459501301584962755ULL, .seed_nbytes = 75, .seed = { 0x5b, 0xba, 0x38, 0xaf, 0xca, 0x02, 0x2a, 0x82, 0x14, 0xd5, 0xb3, 0xcf, 0x68, 0xfc, 0x31, 0x21, 0x95, 0x08, 0x00, 0x97, 0x8c, 0x64, 0xde, 0x60, 0x82, 0xc2, 0xb5, 0x74, 0x69, 0x12, 0x02, 0xe7, 0x52, 0xfb, 0x0f, 0xb4, 0x18, 0xe9, 0x1a, 0x88, 0x6b, 0x10, 0x27, 0x82, 0x00, 0x59, 0x51, 0x4b, 0x08, 0xc2, 0xf2, 0xad, 0x41, 0x0a, 0x40, 0x81, 0xdb, 0x74, 0x22, 0x12, 0x24, 0x2c, 0x42, 0x39, 0xda, 0x94, 0x72, 0x5b, 0x7f, 0x1f, 0xba, 0xfe, 0x6c, 0xcc, 0x78 } }; static const struct cckprng_op_generate op_init_2200 = { .hd = { .id = 2078, .kind = OP_GENERATE }, .rand_nbytes = 283, .out = { .rand = { 0x10, 0x18, 0x0a, 0xd3, 0x22, 0xe9, 0x09, 0x23, 0x3a, 0x3e, 0xdd, 0xd9, 0x13, 0x08, 0x1b, 0x2e, 0xc7, 0x03, 0xe8, 0x13, 0xf1, 0x84, 0x41, 0xc4, 0x5d, 0xd9, 0xff, 0xab, 0xe6, 0x6d, 0x7d, 0x51, 0x71, 0x23, 0x6a, 0x15, 0xe9, 0x21, 0x15, 0xdd, 0xd2, 0x37, 0x1c, 0xfa, 0xf6, 0x2a, 0xae, 0x5d, 0x83, 0xd5, 0x65, 0xe9, 0x4a, 0x60, 0x04, 0x80, 0x7f, 0x95, 0x99, 0xce, 0x9a, 0xa5, 0x9b, 0xcf, 0x69, 0x72, 0x75, 0xfb, 0x63, 0x86, 0x80, 0x44, 0x08, 0xae, 0x32, 0xb7, 0xb7, 0xc4, 0x04, 0x7b, 0xb2, 0xf4, 0xcc, 0xac, 0x18, 0x4e, 0xf3, 0x1f, 0x60, 0x78, 0x92, 0x95, 0xa0, 0xf6, 0x77, 0x41, 0x9b, 0x8e, 0xa4, 0x20, 0x51, 0x61, 0xf9, 0x0c, 0x38, 0xa9, 0xb6, 0xb7, 0xa9, 0x0d, 0x53, 0x13, 0x9a, 0x6a, 0x40, 0xc3, 0xeb, 0x1a, 0x3d, 0x85, 0xbd, 0x97, 0x05, 0x42, 0xdf, 0x74, 0x6f, 0x7f, 0xa0, 0xe4, 0x28, 0x4c, 0xb2, 0xfc, 0x9e, 0x03, 0x1b, 0xc9, 0x2b, 0x81, 0x00, 0xd1, 0x93, 0xcc, 0x2d, 0x4b, 0x34, 0x3e, 0x79, 0x2b, 0x78, 0x4c, 0xc2, 0xd8, 0xb5, 0x39, 0xd9, 0x4c, 0x76, 0xe7, 0x54, 0xf7, 0x45, 0xe0, 0xa8, 0xcd, 0x63, 0xc4, 0x00, 0xf5, 0xa6, 0xbf, 0x42, 0xee, 0xbe, 0x1c, 0x73, 0x52, 0x31, 0xe9, 0x42, 0xfa, 0x43, 0xd5, 0xfc, 0x6d, 0x2c, 0xd6, 0x74, 0x7d, 0x9c, 0x9d, 0x70, 0xbf, 0x94, 0x70, 0x67, 0xd1, 0x8f, 0xf9, 0x9c, 0xa0, 0xca, 0x5e, 0x43, 0xe4, 0xb0, 0x32, 0x09, 0x2e, 0x7c, 0x60, 0x3e, 0xab, 0x54, 0x2d, 0x3e, 0x16, 0xac, 0xfc, 0x60, 0x1d, 0x4e, 0x4e, 0x73, 0xa9, 0x7e, 0xbe, 0xd3, 0x5b, 0xbd, 0x89, 0x88, 0xc8, 0x42, 0xa9, 0x7c, 0x8a, 0x61, 0x9d, 0x04, 0x05, 0x4f, 0xcb, 0x2f, 0x92, 0xd4, 0xec, 0xb6, 0x73, 0xcc, 0xe5, 0x5a, 0xd3, 0xe0, 0xa2, 0xc2, 0x56, 0x23, 0x4d, 0x0f, 0xf5, 0x8b, 0x37, 0x3b, 0x20, 0xf2, 0x01, 0xba, 0xa1, 0x89, 0x51, 0x28, 0x99, 0x84, 0x20, 0xc6, 0x63, 0xfe, 0x87, 0x75, 0x27, 0xf1 } } }; static const struct cckprng_op_reseed op_reseed_2201 = { .hd = { .id = 2079, .kind = OP_RESEED }, .nonce = 11572475390596682768ULL, .seed_nbytes = 86, .seed = { 0xe7, 0xf2, 0x31, 0x7b, 0x77, 0xca, 0x6a, 0x0e, 0x62, 0xed, 0xc4, 0xc5, 0x01, 0xc0, 0x50, 0xec, 0x9a, 0xee, 0x16, 0x5e, 0x4d, 0xfa, 0xd2, 0x08, 0x24, 0xee, 0x26, 0x85, 0x78, 0x8e, 0x9e, 0xad, 0x9f, 0x28, 0xaf, 0x34, 0xda, 0x16, 0x5d, 0x80, 0x2e, 0x85, 0x04, 0x2d, 0x01, 0xc4, 0xb0, 0x98, 0x05, 0x09, 0x57, 0xfa, 0xd2, 0xdc, 0xbb, 0x5c, 0xdc, 0xb3, 0x03, 0x50, 0x32, 0xdb, 0x73, 0xb3, 0x9c, 0xd4, 0x97, 0x1b, 0xe5, 0x90, 0xb7, 0x12, 0xa2, 0xeb, 0x50, 0x7f, 0x8f, 0x84, 0x83, 0x29, 0xda, 0xac, 0xb9, 0x08, 0xd4, 0x74 } }; static const struct cckprng_op_generate op_init_2202 = { .hd = { .id = 2080, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0x3e, 0x28, 0x11, 0xa5, 0x27, 0x7f, 0x34, 0x50, 0x3d, 0x2c, 0x23, 0xde, 0x47, 0x48, 0xe1, 0x62, 0x07, 0xcd, 0x24, 0x6e, 0x1d, 0x55, 0x1c, 0x3e, 0x10, 0xb4, 0x19, 0x00, 0xa7, 0x06, 0x05, 0x1d, 0xe7, 0xac, 0x5c, 0x93, 0x7f, 0x44, 0x30, 0x64, 0x9c, 0x4a, 0x6a, 0xc7, 0x8a, 0x81, 0x86, 0x57, 0xac, 0x5b, 0x90, 0x94, 0x74, 0x0d, 0xeb, 0x32, 0x5d, 0xd0, 0x40, 0x7c, 0x26, 0x04, 0x0f, 0x26, 0x8a, 0xaf, 0xc9, 0xcb, 0x59, 0x58, 0xd7, 0x78, 0x6d, 0xd3, 0x52, 0xff, 0xa6, 0x74, 0x1c, 0xe0, 0x1d, 0xc1, 0x76, 0x00, 0x0b, 0xf6, 0xa0, 0xa6, 0x0c, 0x7e, 0x29, 0xf8, 0xaa, 0x4f, 0x0e, 0xbc, 0x44, 0xf5, 0x09, 0xcf, 0x95, 0x0a, 0xb9, 0x2f, 0x60, 0x80, 0xf3, 0x16, 0x89, 0x38, 0x5c, 0xe6, 0x9a, 0x8e, 0x00, 0x9f, 0x6c, 0x5f, 0xa3, 0x43, 0x78, 0x8d, 0xf8, 0xf9, 0xf2, 0xeb, 0x9d, 0xdb, 0x89, 0xf4, 0xaa, 0x88, 0x36, 0xf4, 0x05, 0x91, 0x60, 0x60, 0x58, 0xc9, 0xfd, 0xb9, 0x62, 0x77, 0x71, 0x9a, 0x4b, 0x8a, 0xa7, 0x1c, 0x31, 0xe7, 0xc9, 0xf4, 0x6b, 0x7b, 0xc8, 0x16, 0xd6, 0x5f, 0x1f, 0x21, 0xec, 0x1c, 0x4d, 0xe8, 0x1a, 0xfa, 0x83, 0x80, 0x45, 0xb8, 0xc6, 0xab, 0x79, 0xb1 } } }; static const struct cckprng_op_generate op_init_2203 = { .hd = { .id = 2081, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0xd1, 0x5d, 0x1b, 0xb7, 0xdf, 0xea, 0x87, 0x57, 0xd0, 0x13, 0x8c, 0xf5, 0x3e, 0xfe, 0x7c, 0x40, 0x46, 0xee, 0xb2 } } }; static const struct cckprng_op_refresh op_refresh_2204 = { .hd = { .id = 2082, .kind = OP_REFRESH }, .rand = 15404252645746771915ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2205 = { .hd = { .id = 2083, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0x6d, 0xfd, 0x36, 0x89, 0x1e, 0x83, 0xee, 0xe2, 0xd5, 0x62, 0x8c, 0x7f, 0x36, 0x53, 0x57, 0x7b, 0xc8, 0x65, 0xde, 0x60, 0xf6 } } }; static const struct cckprng_op_reseed op_reseed_2206 = { .hd = { .id = 2084, .kind = OP_RESEED }, .nonce = 774656936407557373ULL, .seed_nbytes = 239, .seed = { 0x78, 0x10, 0xfd, 0xe2, 0x72, 0x8f, 0x1c, 0xa7, 0xc0, 0xf3, 0x65, 0x1d, 0x54, 0x97, 0xb7, 0x68, 0x1e, 0x19, 0xd0, 0x13, 0xdc, 0xc7, 0xb1, 0x76, 0xad, 0x69, 0x62, 0x51, 0xa8, 0xba, 0x8b, 0x6c, 0x9a, 0xb0, 0x1c, 0x7c, 0x47, 0xc3, 0x0c, 0x54, 0x50, 0xbb, 0xde, 0xa4, 0xfb, 0x93, 0x75, 0x0f, 0x36, 0xc6, 0xa4, 0x72, 0xf3, 0xe9, 0x35, 0xef, 0xdc, 0x35, 0x3e, 0xd3, 0x09, 0x44, 0xac, 0xe2, 0x83, 0xa7, 0x74, 0xe3, 0x16, 0xe1, 0xd1, 0x67, 0x18, 0x5b, 0xfe, 0xcb, 0xbf, 0xff, 0x55, 0x0e, 0x2b, 0x65, 0xd6, 0x89, 0xbd, 0x9b, 0x80, 0x75, 0x08, 0x63, 0x37, 0x5d, 0xee, 0x28, 0xed, 0x6f, 0x29, 0xc1, 0x77, 0xdc, 0x98, 0x00, 0x84, 0xfc, 0xe7, 0xfe, 0x98, 0x15, 0xa1, 0xbd, 0x1a, 0x52, 0xbc, 0xe0, 0xa5, 0x57, 0x88, 0x40, 0x16, 0x0e, 0x85, 0x05, 0x00, 0x61, 0x76, 0xf9, 0x20, 0x4c, 0x75, 0x95, 0xd1, 0xcb, 0xa7, 0x59, 0x48, 0xbb, 0x9e, 0x15, 0x6f, 0x8e, 0x6a, 0xbc, 0x26, 0x02, 0xb0, 0x1c, 0x65, 0x51, 0xfe, 0xd9, 0xc1, 0xfc, 0xe9, 0x68, 0xad, 0xd9, 0x70, 0xf9, 0xb8, 0x9f, 0xf2, 0x7c, 0xa2, 0x60, 0xb8, 0x2e, 0xf2, 0x7d, 0x4f, 0x50, 0x60, 0xcd, 0x64, 0xdf, 0x06, 0x14, 0x70, 0x9d, 0x5f, 0x8d, 0x1a, 0x90, 0xe5, 0xd6, 0x6f, 0x79, 0x30, 0x15, 0xa0, 0x72, 0xc8, 0x8e, 0xf8, 0x39, 0x03, 0x1b, 0xdc, 0x98, 0xd6, 0x94, 0xcf, 0x53, 0x76, 0x1f, 0x81, 0xfb, 0x4d, 0x86, 0x8c, 0xff, 0xe1, 0xf9, 0xa5, 0x63, 0xb7, 0x51, 0xf9, 0x7e, 0xcf, 0xa7, 0x83, 0xaf, 0x91, 0x34, 0x84, 0xcd, 0xcc, 0xcb, 0x10, 0x95, 0x07, 0x95, 0xe3, 0x2c, 0x35, 0x2a, 0x49, 0xde, 0xfa } }; static const struct cckprng_op_refresh op_refresh_2207 = { .hd = { .id = 2085, .kind = OP_REFRESH }, .rand = 2833577577662626169ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2208 = { .hd = { .id = 2086, .kind = OP_RESEED }, .nonce = 9139662398695476397ULL, .seed_nbytes = 87, .seed = { 0xaa, 0x42, 0x3c, 0x71, 0x8b, 0xea, 0x5d, 0xd5, 0xb3, 0xfd, 0xa5, 0xcc, 0xc7, 0x9c, 0x6d, 0xfa, 0xa7, 0xc1, 0x48, 0x0d, 0x51, 0x45, 0xd0, 0x36, 0xce, 0xeb, 0xe4, 0x47, 0x7e, 0x60, 0x7b, 0xbf, 0x67, 0xe2, 0x72, 0x6d, 0x95, 0x01, 0xb5, 0xf2, 0x97, 0x69, 0xb5, 0x97, 0xf1, 0x47, 0xe8, 0xac, 0xf2, 0x58, 0x9c, 0x0b, 0x3f, 0x76, 0x18, 0xf8, 0x64, 0xb3, 0x4b, 0x7f, 0xf8, 0x47, 0x50, 0x25, 0xaf, 0x01, 0xc6, 0x55, 0xac, 0x18, 0x03, 0xb6, 0x87, 0x01, 0xa8, 0xb1, 0x1d, 0x75, 0x8b, 0xfd, 0x46, 0xdd, 0xd1, 0xa0, 0x12, 0xed, 0x78 } }; static const struct cckprng_op_generate op_init_2209 = { .hd = { .id = 2087, .kind = OP_GENERATE }, .rand_nbytes = 116, .out = { .rand = { 0xac, 0xc1, 0xe2, 0x91, 0x4b, 0x80, 0x17, 0x4c, 0xcd, 0x7f, 0x32, 0xad, 0xde, 0x7b, 0x02, 0x2e, 0xdd, 0xbd, 0x24, 0x37, 0x50, 0xbd, 0x74, 0x50, 0xe4, 0x42, 0x26, 0x0d, 0x04, 0x63, 0xd5, 0x68, 0x8d, 0x4d, 0x1b, 0x05, 0xec, 0x2a, 0x0c, 0x24, 0x3a, 0x6d, 0x13, 0x98, 0x22, 0xc6, 0x19, 0x8f, 0xa3, 0xda, 0x40, 0x3f, 0xa8, 0xf2, 0x53, 0xf4, 0x53, 0x04, 0x05, 0xd3, 0xaa, 0x04, 0xde, 0xb7, 0x1e, 0x85, 0x32, 0x28, 0x8e, 0xda, 0x80, 0x75, 0x54, 0xbf, 0x12, 0x17, 0x76, 0xfe, 0x42, 0x73, 0x6a, 0x6f, 0x3b, 0x58, 0xba, 0x66, 0x85, 0xef, 0xa1, 0x25, 0x93, 0x96, 0x43, 0x84, 0x68, 0x51, 0xd2, 0x72, 0xa2, 0x16, 0xe0, 0xf6, 0x3b, 0x90, 0x27, 0x93, 0x78, 0x05, 0xb8, 0x78, 0x42, 0xc5, 0x49, 0x24, 0xa5, 0xf3 } } }; static const struct cckprng_op_generate op_init_2210 = { .hd = { .id = 2088, .kind = OP_GENERATE }, .rand_nbytes = 179, .out = { .rand = { 0xda, 0x5f, 0x9e, 0x15, 0xa5, 0x67, 0x9c, 0x4a, 0x8d, 0xa9, 0x08, 0x5a, 0xd9, 0x3c, 0x36, 0x52, 0xcd, 0x4b, 0x54, 0x1f, 0xd4, 0xbc, 0x92, 0xb8, 0x63, 0x74, 0x4f, 0xd7, 0x1c, 0xb6, 0x54, 0x49, 0x69, 0x93, 0xdb, 0x43, 0xed, 0xdd, 0x36, 0x7b, 0x3d, 0x55, 0xf6, 0x8f, 0x37, 0xb0, 0xd4, 0x5c, 0xfa, 0xba, 0xa9, 0x1a, 0xb7, 0x69, 0x39, 0x73, 0x47, 0x25, 0xfe, 0xe9, 0xa1, 0x67, 0x7e, 0xc1, 0x2c, 0xed, 0x75, 0x81, 0xd9, 0x0c, 0x6d, 0x00, 0xaa, 0x98, 0xa7, 0xe1, 0xe0, 0xb6, 0xdb, 0x3e, 0xfd, 0xbb, 0x4b, 0xf2, 0xad, 0x44, 0xc5, 0xbf, 0x57, 0x15, 0xec, 0x5f, 0xab, 0xe9, 0xf4, 0xe0, 0xcf, 0x1d, 0x41, 0x44, 0xca, 0xde, 0xef, 0xcb, 0x8a, 0x19, 0x99, 0x12, 0x19, 0x9b, 0x5b, 0x2b, 0x51, 0x0a, 0x49, 0x54, 0xc2, 0xb2, 0xfa, 0x9a, 0xe2, 0x53, 0x11, 0x27, 0x60, 0x44, 0x36, 0x45, 0xac, 0xee, 0xbd, 0x8b, 0xb0, 0x14, 0xc9, 0xec, 0xcb, 0xa0, 0x6f, 0xd2, 0x2c, 0x6b, 0x77, 0x31, 0x62, 0x7c, 0xb3, 0x2b, 0x50, 0xc1, 0x16, 0x68, 0x78, 0x51, 0xab, 0x82, 0x8b, 0x4e, 0x55, 0x05, 0xae, 0x7c, 0xfe, 0x05, 0xc0, 0x90, 0xd4, 0x74, 0xe2, 0x03, 0xd4, 0xdc, 0xe2, 0xd5, 0x15, 0x1e, 0xde, 0xfb, 0x90 } } }; static const struct cckprng_op_reseed op_reseed_2211 = { .hd = { .id = 2089, .kind = OP_RESEED }, .nonce = 10962569337068953254ULL, .seed_nbytes = 283, .seed = { 0xb7, 0xa0, 0xf2, 0x3a, 0x47, 0x8a, 0x03, 0xbb, 0x70, 0x40, 0x97, 0x12, 0xaa, 0x0c, 0xf5, 0x0c, 0x49, 0xa1, 0xec, 0x37, 0xaf, 0xdd, 0x53, 0xc2, 0xef, 0xc8, 0xe7, 0xc5, 0x8d, 0xde, 0x86, 0x42, 0x25, 0x51, 0x26, 0x98, 0xd2, 0x06, 0x9f, 0x01, 0xe4, 0xb4, 0x21, 0x03, 0x89, 0xa7, 0x33, 0x34, 0xd9, 0xe3, 0x4e, 0xdd, 0xc7, 0xb7, 0x6b, 0xf5, 0x66, 0x21, 0xf4, 0x1c, 0x73, 0xcb, 0x5b, 0x57, 0x21, 0x4c, 0x38, 0x2e, 0x5d, 0x90, 0x41, 0x86, 0x6a, 0xbb, 0x9c, 0x2e, 0x21, 0x7d, 0x80, 0xd4, 0x51, 0xac, 0x36, 0x1c, 0x02, 0x48, 0x0e, 0x41, 0x7f, 0x91, 0xf9, 0xd1, 0x68, 0x81, 0x8e, 0xe0, 0x81, 0xd7, 0x2b, 0xd4, 0x1d, 0x72, 0xbe, 0xc2, 0xd3, 0x38, 0xa9, 0xd6, 0xaa, 0x43, 0x12, 0x5c, 0xd8, 0x8c, 0x19, 0x25, 0xbe, 0xdc, 0x6a, 0xfc, 0xcb, 0x73, 0x1b, 0x07, 0x84, 0xdc, 0x39, 0x80, 0x11, 0xa0, 0xf6, 0x0f, 0x40, 0xe4, 0xc5, 0xd7, 0xd6, 0x55, 0x03, 0x7c, 0xf6, 0xc2, 0x69, 0x95, 0x23, 0xf2, 0xef, 0xf5, 0xee, 0x0b, 0x3d, 0xc8, 0x1a, 0x2f, 0x01, 0xb0, 0x69, 0xf0, 0x5f, 0x92, 0x18, 0x3f, 0xf1, 0x68, 0xd8, 0x1b, 0x39, 0x83, 0xc8, 0xc7, 0x14, 0x7c, 0x5d, 0xa1, 0xb6, 0x87, 0xdc, 0x0a, 0xa1, 0xab, 0x05, 0x6f, 0xe9, 0xa7, 0x36, 0x84, 0xf1, 0xe0, 0x51, 0x44, 0x3c, 0x77, 0x7a, 0x0d, 0x56, 0x9b, 0xa5, 0x16, 0x20, 0xb7, 0xbf, 0x99, 0xd0, 0x63, 0x30, 0x14, 0x79, 0xa2, 0x9a, 0x4c, 0xa5, 0xa1, 0x42, 0x3f, 0xf3, 0xdb, 0xc5, 0x15, 0xa1, 0x1d, 0x1f, 0x33, 0x42, 0x10, 0x2c, 0x2b, 0x17, 0xc2, 0xa9, 0x99, 0x09, 0x30, 0x52, 0x15, 0x20, 0x8c, 0x12, 0xed, 0x3f, 0xd8, 0xd1, 0x61, 0x9a, 0x31, 0xfc, 0x5e, 0xa7, 0xfb, 0xf8, 0x75, 0x9d, 0x99, 0xad, 0x25, 0x13, 0x20, 0x0c, 0xe5, 0x39, 0x1a, 0x9d, 0x02, 0x8f, 0x14, 0x80, 0x36, 0x3c, 0xa8, 0xcd, 0x12, 0xa8, 0x28, 0x82, 0x01, 0x89, 0xb6, 0x65, 0xfc, 0x06, 0x53, 0x8e, 0xd5, 0x4f } }; static const struct cckprng_op_refresh op_refresh_2212 = { .hd = { .id = 2090, .kind = OP_REFRESH }, .rand = 7237295086094085557ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2213[] = { (const struct cckprng_op *)&op_init_2197, (const struct cckprng_op *)&op_init_2198, (const struct cckprng_op *)&op_reseed_2199, (const struct cckprng_op *)&op_init_2200, (const struct cckprng_op *)&op_reseed_2201, (const struct cckprng_op *)&op_init_2202, (const struct cckprng_op *)&op_init_2203, (const struct cckprng_op *)&op_refresh_2204, (const struct cckprng_op *)&op_init_2205, (const struct cckprng_op *)&op_reseed_2206, (const struct cckprng_op *)&op_refresh_2207, (const struct cckprng_op *)&op_reseed_2208, (const struct cckprng_op *)&op_init_2209, (const struct cckprng_op *)&op_init_2210, (const struct cckprng_op *)&op_reseed_2211, (const struct cckprng_op *)&op_refresh_2212 }; static const struct cckprng_vector vec_2214 = { .id = 2091, .note = NULL, .nops = 16, .ops = ops_2213 }; static const struct cckprng_op_init op_init_2215 = { .hd = { .id = 2092, .kind = OP_INIT }, .seed = { 0xf6, 0x14, 0x39, 0xa4, 0xaa, 0x7f, 0x94, 0x65, 0xd7, 0xe6, 0x5e, 0x98, 0xe7, 0x54, 0x59, 0x1c, 0xd6, 0x9e, 0xd7, 0xcf, 0xf0, 0xdd, 0x49, 0xa6, 0xe6, 0xd8, 0xe2, 0x28, 0x8a, 0x96, 0x77, 0x34 }, .nonce = { 0x03, 0xf7, 0x47, 0x94, 0xb8, 0x52, 0x3a, 0xd5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2216 = { .hd = { .id = 2093, .kind = OP_GENERATE }, .rand_nbytes = 112, .out = { .rand = { 0x56, 0x49, 0x19, 0xe6, 0xe6, 0xdd, 0x47, 0x7a, 0x1b, 0x75, 0xd4, 0x3b, 0xd8, 0xcd, 0xad, 0xaf, 0xd9, 0xa8, 0x36, 0xf1, 0xd0, 0x66, 0x1e, 0x9b, 0xb3, 0x47, 0x2d, 0x73, 0xbc, 0xf1, 0x0d, 0x0c, 0xa1, 0xe8, 0xf9, 0x2a, 0xcf, 0x56, 0xbd, 0x85, 0x2a, 0x73, 0x42, 0x4c, 0x23, 0xb9, 0x04, 0x79, 0x08, 0x01, 0x6d, 0xb6, 0x64, 0x13, 0x5c, 0x2f, 0x2f, 0x04, 0x0d, 0x37, 0x97, 0xc9, 0x7b, 0xdf, 0xec, 0x96, 0x55, 0x7a, 0x70, 0xa6, 0xa2, 0x52, 0x47, 0xf4, 0x40, 0x0e, 0x66, 0xcb, 0xbc, 0x29, 0xec, 0xa5, 0xe0, 0xe8, 0xeb, 0xae, 0x51, 0xfd, 0x87, 0xe8, 0x42, 0x00, 0xb9, 0xad, 0x5b, 0x8e, 0xf9, 0x4a, 0x06, 0xb5, 0xd4, 0x30, 0x97, 0x76, 0xaa, 0x22, 0x40, 0x9b, 0x1b, 0x5e, 0x44, 0xe7 } } }; static const struct cckprng_op_reseed op_reseed_2217 = { .hd = { .id = 2094, .kind = OP_RESEED }, .nonce = 1972542768406570674ULL, .seed_nbytes = 158, .seed = { 0x2d, 0x06, 0x82, 0xf7, 0x48, 0xc1, 0xbe, 0xd0, 0x5f, 0x53, 0xb4, 0x32, 0x4f, 0x3a, 0x79, 0x8c, 0x0b, 0xec, 0xf3, 0x0d, 0xd7, 0x3f, 0x06, 0x5b, 0xf5, 0xf9, 0x39, 0x89, 0x6c, 0xb0, 0x19, 0x44, 0xbd, 0xf0, 0x5d, 0x50, 0xf5, 0x45, 0x62, 0xee, 0x18, 0x1d, 0xf7, 0x39, 0x61, 0x1f, 0x92, 0x01, 0xe0, 0x92, 0x6f, 0x0a, 0xed, 0xc5, 0xdf, 0x59, 0x6f, 0x66, 0x29, 0x49, 0xf8, 0xf4, 0xd3, 0xf3, 0x23, 0x05, 0x5c, 0xd0, 0xa1, 0x0d, 0x1d, 0x54, 0x7f, 0x15, 0xb6, 0xed, 0xd2, 0x74, 0xa7, 0x0b, 0xaf, 0x3b, 0x6f, 0x29, 0xc5, 0x4c, 0x58, 0x96, 0xe0, 0x83, 0xd2, 0xf2, 0xd1, 0x50, 0x2d, 0x90, 0xcd, 0x2c, 0x87, 0xec, 0xa4, 0xed, 0x58, 0x2e, 0xf2, 0xb2, 0x91, 0xcb, 0x32, 0x68, 0x99, 0x47, 0xf8, 0xff, 0x6c, 0xbd, 0xe0, 0x96, 0xc0, 0xb8, 0xe8, 0x92, 0xbe, 0xe7, 0x62, 0xa6, 0xbf, 0x84, 0x39, 0x24, 0xed, 0xa8, 0x11, 0x1c, 0x61, 0x40, 0xe4, 0x62, 0x0c, 0x9f, 0xf7, 0xc7, 0x41, 0xf1, 0x60, 0x3c, 0x45, 0xc1, 0xfb, 0x78, 0xa1, 0xf2, 0x43, 0x89, 0x18, 0x4a, 0x1d, 0x65 } }; static const struct cckprng_op_generate op_init_2218 = { .hd = { .id = 2095, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0x37, 0x3d, 0xc8, 0xb7, 0x5f, 0x55, 0x90, 0x32, 0x17, 0x28, 0xe1, 0x18, 0xfb, 0x7e, 0x5e, 0x6f, 0xd4, 0xdd, 0x2c, 0x08, 0x40, 0xfe, 0x83, 0x9e, 0x93, 0xef, 0xe7, 0xee, 0x94, 0x51, 0x64, 0x06, 0x56, 0xaf, 0x96, 0x36, 0x8d, 0x15, 0xdc, 0xb9 } } }; static const struct cckprng_op_reseed op_reseed_2219 = { .hd = { .id = 2096, .kind = OP_RESEED }, .nonce = 13396932507330259426ULL, .seed_nbytes = 96, .seed = { 0x8d, 0x7a, 0x45, 0x84, 0x96, 0x65, 0xec, 0x4b, 0x2c, 0x67, 0x47, 0xcc, 0x26, 0xf0, 0xb8, 0x8b, 0x50, 0x08, 0xd0, 0x40, 0x4f, 0x8f, 0x62, 0x3d, 0x3a, 0x05, 0xc3, 0x31, 0x9a, 0xfe, 0x64, 0x19, 0x84, 0x76, 0x8d, 0x56, 0x10, 0x2f, 0x72, 0x68, 0x91, 0x69, 0x43, 0x54, 0xcd, 0xaa, 0x56, 0xbe, 0xea, 0xd3, 0xba, 0x12, 0x13, 0x04, 0xfe, 0xf4, 0x31, 0x24, 0xc3, 0x16, 0xc2, 0xf6, 0x6d, 0x25, 0x20, 0x61, 0x93, 0x54, 0x18, 0xf7, 0xec, 0x7e, 0x72, 0xfd, 0x7e, 0xec, 0x58, 0x13, 0xa3, 0xc8, 0x00, 0xd9, 0xea, 0x01, 0x1f, 0x5b, 0x15, 0x1c, 0x51, 0x89, 0xb3, 0x53, 0x06, 0x4e, 0x70, 0x60 } }; static const struct cckprng_op_reseed op_reseed_2220 = { .hd = { .id = 2097, .kind = OP_RESEED }, .nonce = 18018347744766364756ULL, .seed_nbytes = 104, .seed = { 0x8c, 0xef, 0x8a, 0x2d, 0x80, 0x62, 0x13, 0x5a, 0xd2, 0x24, 0x45, 0xb3, 0xc8, 0xaf, 0x20, 0x66, 0xfb, 0x8f, 0x57, 0x61, 0x33, 0xa5, 0xe5, 0x4b, 0x0d, 0xc2, 0x93, 0xf2, 0x48, 0x21, 0x81, 0x12, 0x7e, 0x6d, 0x12, 0x4b, 0x95, 0xef, 0xea, 0xdb, 0x3e, 0x82, 0x7b, 0xac, 0x63, 0x6a, 0x82, 0x8c, 0xda, 0x7b, 0xc8, 0x8f, 0xbf, 0x64, 0xe7, 0x36, 0x9f, 0x10, 0xb4, 0x86, 0xf2, 0x39, 0xb3, 0xfd, 0x9a, 0x69, 0x3d, 0xe4, 0xac, 0xc8, 0x6a, 0x97, 0xe8, 0x2a, 0x6b, 0xcd, 0x93, 0x35, 0xa1, 0x94, 0x43, 0x9e, 0xc9, 0xd3, 0x37, 0xa4, 0x60, 0x1f, 0xc6, 0x13, 0xf4, 0x8d, 0xfb, 0x44, 0x1f, 0x99, 0xa1, 0x05, 0x3e, 0xf4, 0x5c, 0x82, 0xeb, 0xa3 } }; static const struct cckprng_op_reseed op_reseed_2221 = { .hd = { .id = 2098, .kind = OP_RESEED }, .nonce = 9692062550502139464ULL, .seed_nbytes = 201, .seed = { 0x74, 0x1d, 0x03, 0x86, 0x0b, 0x27, 0xd0, 0xfa, 0x04, 0x77, 0x4d, 0x5f, 0xbe, 0xd3, 0x60, 0xb4, 0x5c, 0x09, 0xac, 0x3c, 0x1c, 0x26, 0xc7, 0x4a, 0xb6, 0xf5, 0x90, 0xa5, 0x38, 0x86, 0x60, 0xc9, 0xee, 0x21, 0x06, 0xf2, 0x3e, 0x74, 0x37, 0xff, 0x89, 0x92, 0x95, 0xc1, 0xe1, 0x71, 0x70, 0x46, 0x3a, 0xfa, 0xa2, 0xce, 0xe2, 0xba, 0x95, 0xb3, 0xd9, 0xd6, 0x0f, 0x88, 0x48, 0x88, 0x28, 0xd9, 0xfe, 0x06, 0x9a, 0xec, 0xd7, 0xc0, 0x29, 0x2a, 0x1f, 0x7f, 0xe4, 0x4d, 0xf7, 0x7e, 0xe3, 0xb3, 0xdb, 0xeb, 0xb2, 0xcb, 0x3d, 0xc9, 0xb4, 0x74, 0x01, 0x46, 0x54, 0xc5, 0x9a, 0xd0, 0x13, 0x1b, 0x4a, 0x4b, 0x58, 0x21, 0xbf, 0x63, 0xa8, 0xf1, 0xe6, 0xf6, 0x81, 0xa5, 0x90, 0x81, 0xc9, 0xc1, 0xe5, 0xc5, 0x0e, 0x19, 0xe9, 0x2b, 0x5f, 0x04, 0xdb, 0x58, 0x6a, 0x89, 0xe5, 0x82, 0x72, 0x6d, 0x4d, 0x1c, 0xc1, 0x05, 0x66, 0xa0, 0x2d, 0xd4, 0x6b, 0x48, 0xa0, 0x7f, 0xa7, 0x8e, 0x51, 0x57, 0x66, 0x69, 0x92, 0x3c, 0xd7, 0xa4, 0xe0, 0x21, 0xde, 0xe3, 0x53, 0x84, 0xa6, 0x46, 0xf5, 0xe8, 0x45, 0x86, 0x5e, 0x3c, 0x16, 0x6d, 0xfd, 0x5d, 0x7b, 0x69, 0x3f, 0xd5, 0xf2, 0xed, 0x3b, 0x5d, 0xef, 0x0a, 0x79, 0x2a, 0x8f, 0x9b, 0x9a, 0x8b, 0x63, 0xde, 0xc7, 0x34, 0x5c, 0x64, 0x60, 0xe5, 0xb2, 0xb6, 0x9e, 0x66, 0x38, 0xf8, 0x7d, 0x92, 0x9e } }; static const struct cckprng_op_refresh op_refresh_2222 = { .hd = { .id = 2099, .kind = OP_REFRESH }, .rand = 8569214490203795528ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2223 = { .hd = { .id = 2100, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0x7f, 0x43, 0x6e, 0xf0, 0x5e, 0x6c, 0x9a, 0x33, 0x8f, 0x64, 0xcf, 0x4f, 0x83, 0x37, 0x8f, 0x08, 0x98, 0xc0, 0xdf, 0xd1, 0xcf, 0xda, 0x66, 0x07, 0x54, 0x01, 0x5d, 0xdf, 0x35, 0xcd, 0x21, 0x9d, 0x38, 0xec, 0x8f, 0xa0, 0x46, 0xe8, 0xd2, 0xf0, 0xce, 0xe8, 0xd9, 0x24, 0xf6, 0x94, 0x20, 0xaa, 0x52, 0x83, 0x95, 0xbc, 0x5a, 0x4b, 0x9f, 0xc2, 0x44 } } }; static const struct cckprng_op_reseed op_reseed_2224 = { .hd = { .id = 2101, .kind = OP_RESEED }, .nonce = 11680002883893981694ULL, .seed_nbytes = 170, .seed = { 0xa7, 0xf2, 0x56, 0xcf, 0x90, 0x9f, 0xc3, 0xda, 0x63, 0x51, 0x31, 0xe5, 0x50, 0x8a, 0x5d, 0x3e, 0x6d, 0x58, 0x83, 0x48, 0x49, 0x46, 0x3f, 0x3a, 0xe9, 0x06, 0xc6, 0xba, 0x84, 0xcf, 0xda, 0x12, 0xcb, 0x31, 0x17, 0xb4, 0xb1, 0xde, 0xd5, 0x91, 0xfe, 0x31, 0x6b, 0x21, 0xa8, 0x6f, 0x3c, 0x56, 0x96, 0x8a, 0x66, 0x16, 0xfa, 0xbe, 0xfb, 0x6f, 0xb4, 0x46, 0x85, 0x58, 0xbb, 0x17, 0x3e, 0x6e, 0x5d, 0x43, 0xeb, 0x47, 0x1c, 0xa3, 0x92, 0x8d, 0x26, 0x76, 0x55, 0x5c, 0xe3, 0x90, 0x4b, 0xe6, 0x00, 0x2a, 0x6a, 0x86, 0x66, 0x72, 0x00, 0x32, 0x22, 0xb7, 0xf4, 0xc3, 0x3e, 0x60, 0x88, 0x2c, 0xf9, 0x26, 0xac, 0xb5, 0xc4, 0x2e, 0xf0, 0x9c, 0x25, 0xca, 0xf6, 0x23, 0xd5, 0xf3, 0x37, 0x36, 0x4f, 0xf4, 0xfa, 0xb5, 0xee, 0x1e, 0x17, 0xcd, 0x55, 0x96, 0xe9, 0xde, 0x96, 0xaf, 0xa8, 0x39, 0xc4, 0x47, 0xfb, 0x4c, 0xdc, 0x58, 0xc4, 0x86, 0x6f, 0xb1, 0x31, 0xaa, 0x27, 0x65, 0x66, 0x02, 0x7b, 0x47, 0x20, 0x83, 0x8a, 0x4a, 0x39, 0x55, 0x1a, 0x29, 0xb9, 0x91, 0xde, 0x63, 0x8d, 0x6c, 0x38, 0x27, 0x7e, 0x9f, 0x04, 0xc6, 0x9f, 0x09, 0xa6, 0xf0 } }; static const struct cckprng_op_refresh op_refresh_2225 = { .hd = { .id = 2102, .kind = OP_REFRESH }, .rand = 15963358837068153802ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2226 = { .hd = { .id = 2103, .kind = OP_REFRESH }, .rand = 15394895754990312162ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2227 = { .hd = { .id = 2104, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0xa2, 0x61, 0x22, 0xfb, 0xa7, 0xbc, 0xfe, 0x38, 0x68, 0x0c, 0x5b, 0x96, 0x3b, 0x08, 0x3e, 0x8b, 0x94, 0x9e, 0x62, 0x2c, 0xdc, 0x39, 0xe1, 0xee, 0x8e, 0xb1, 0x79, 0x9f, 0x28, 0x63, 0x79, 0x8e, 0x23, 0x5f, 0xe4, 0x2b, 0x76, 0x38, 0xcc, 0xaa, 0x71, 0x72, 0x22, 0x98, 0xc9, 0x0f, 0xf1, 0x39, 0x12, 0x64, 0xf0, 0x27, 0xbe, 0x43, 0x59, 0x6c, 0xef, 0xaa, 0x0d, 0x2c, 0x90, 0x00, 0xf2, 0x8f, 0xce, 0x66, 0xdb, 0x1d, 0x08, 0x67, 0x5d, 0xbb, 0x47, 0x99, 0x59, 0x9c, 0x7f, 0xbe, 0xa3, 0x37, 0x67, 0xed, 0x37, 0xcd, 0xf7, 0x24, 0x77, 0xe8, 0x83, 0x6f, 0xd9, 0x3b, 0x8c, 0x20, 0xea, 0x77, 0xb1, 0xd2, 0x32, 0x18, 0x5c, 0x66, 0x38, 0x28, 0xbf, 0xd9, 0xd4, 0x34, 0xdf, 0xc4, 0xa0, 0x88, 0xef, 0x1e, 0x49, 0xbe, 0xa0, 0x2c, 0x15, 0x99, 0x27, 0x03, 0x92, 0x3c, 0xc3, 0x6c, 0x8b, 0x58, 0x37, 0x62, 0xa2, 0x2b, 0xbc, 0xe5, 0x46, 0x0e, 0xf0, 0xc9, 0x5f, 0x18, 0xa8, 0x20, 0x29, 0xcb, 0x6a, 0x2f, 0xba, 0x8b, 0x8e, 0xe2, 0xf1, 0xaf, 0x68, 0x44, 0xdc, 0xad, 0xac, 0x86 } } }; static const struct cckprng_op_generate op_init_2228 = { .hd = { .id = 2105, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0x9c, 0xcf, 0x55, 0xf6, 0x2b, 0xb1, 0x5b, 0x50, 0x84, 0xef, 0x37, 0xbc, 0xe5, 0x8d, 0xf9, 0xac, 0x6c, 0x7a, 0x0b, 0x25, 0x87, 0xca, 0x5a, 0x23, 0x26, 0xe8, 0x1b, 0xb6, 0x65, 0x38, 0x61, 0xdb, 0x42, 0x9a, 0x5b, 0x4a, 0xf2, 0xf4, 0x7e, 0xf1, 0x6a, 0xba, 0x3e, 0x6c, 0x94, 0xe8, 0xc6, 0x56, 0xc8, 0xc0, 0xc7, 0xd1, 0x09, 0x10, 0x98, 0x32, 0x94, 0x43, 0x8f, 0xdc, 0x36, 0xf9, 0x11, 0x09, 0xb1, 0x77, 0x2d, 0xf2, 0xb8, 0x65, 0xec, 0x46, 0xbc, 0xd1, 0x2d, 0x12, 0xe3, 0x46, 0x0c, 0xe9, 0x15, 0x5b, 0x86, 0x4a, 0xda, 0xa3, 0xfa, 0xc3, 0x90, 0xef, 0x31, 0x59, 0x2b, 0x21, 0xa4, 0x61, 0xf5, 0x4a, 0x63, 0x94, 0x00, 0x80, 0x0a, 0x72, 0x6b, 0xb3, 0xff, 0x9b, 0xcf, 0xf4, 0x04, 0x90, 0x3e, 0xba, 0x74, 0x0b, 0x7c, 0x50, 0xb0, 0x79, 0xd9, 0x30, 0xfd, 0xb7, 0xf5, 0xb9, 0x40, 0x12, 0xd6, 0xf6, 0xdb, 0xf9, 0xa5, 0x1a, 0x59, 0x87, 0xe1, 0x70, 0xfd, 0xf4, 0xaa, 0xae, 0x0b, 0x0e, 0x08, 0xac, 0x25, 0xcc, 0x44, 0x45, 0x5c, 0x55, 0xbb, 0x89, 0x80, 0x1b, 0x65, 0x8f, 0xe3, 0x6e, 0x92, 0x5c, 0xfd, 0x69, 0xbe, 0xd1, 0xd7, 0x76, 0x67, 0xcc, 0x1b, 0x9a, 0xe2, 0xcf, 0x20, 0xc0, 0xde, 0xcc, 0xec, 0xb2, 0x72, 0xa3, 0xee, 0x89, 0xf8, 0x11, 0x6a, 0xdc, 0xd1, 0x75, 0xac, 0xdc, 0x79, 0x20, 0xa5, 0xf2, 0xf7, 0xfe, 0xcc, 0xe4, 0x91, 0xb8, 0xb1, 0x94, 0x4c, 0xdc, 0xcd, 0x3d, 0x4a, 0x9c, 0xa7, 0xfe, 0xe9, 0x48, 0xb0, 0x09, 0x19, 0xe1, 0x90, 0xd1, 0xc4, 0xea, 0xc7, 0x21, 0xec, 0xb0, 0x80, 0x79, 0xdc, 0x83, 0xf7, 0x1e, 0xdf, 0x85, 0xba, 0xa2, 0x13, 0xcf, 0x67, 0xd5, 0x0d, 0x33 } } }; static const struct cckprng_op_refresh op_refresh_2229 = { .hd = { .id = 2106, .kind = OP_REFRESH }, .rand = 10009791904215882896ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2230 = { .hd = { .id = 2107, .kind = OP_REFRESH }, .rand = 14898787725669068740ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2231[] = { (const struct cckprng_op *)&op_init_2215, (const struct cckprng_op *)&op_init_2216, (const struct cckprng_op *)&op_reseed_2217, (const struct cckprng_op *)&op_init_2218, (const struct cckprng_op *)&op_reseed_2219, (const struct cckprng_op *)&op_reseed_2220, (const struct cckprng_op *)&op_reseed_2221, (const struct cckprng_op *)&op_refresh_2222, (const struct cckprng_op *)&op_init_2223, (const struct cckprng_op *)&op_reseed_2224, (const struct cckprng_op *)&op_refresh_2225, (const struct cckprng_op *)&op_refresh_2226, (const struct cckprng_op *)&op_init_2227, (const struct cckprng_op *)&op_init_2228, (const struct cckprng_op *)&op_refresh_2229, (const struct cckprng_op *)&op_refresh_2230 }; static const struct cckprng_vector vec_2232 = { .id = 2108, .note = NULL, .nops = 16, .ops = ops_2231 }; static const struct cckprng_op_init op_init_2233 = { .hd = { .id = 2109, .kind = OP_INIT }, .seed = { 0x2f, 0xb4, 0x75, 0x51, 0x45, 0x59, 0xef, 0xa0, 0x94, 0xc0, 0x78, 0x37, 0x09, 0xc3, 0x1e, 0x78, 0x13, 0x4e, 0xb9, 0xab, 0x7c, 0xbf, 0xc8, 0x40, 0x9b, 0x89, 0x6f, 0xc0, 0x2d, 0xbe, 0x71, 0xbf }, .nonce = { 0xb5, 0xd9, 0x54, 0x88, 0xdc, 0x9a, 0x6e, 0x9e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2234 = { .hd = { .id = 2110, .kind = OP_RESEED }, .nonce = 12546399380088568633ULL, .seed_nbytes = 38, .seed = { 0x7c, 0x93, 0x4b, 0x71, 0x9c, 0x06, 0xc9, 0x80, 0x70, 0x6c, 0xb9, 0xf7, 0x26, 0xa1, 0x98, 0x78, 0x21, 0x7f, 0xad, 0x57, 0xa2, 0xe5, 0x09, 0x9a, 0x1e, 0x1d, 0xe5, 0xcc, 0xa3, 0x6d, 0x1f, 0xd7, 0x19, 0x08, 0x29, 0xa2, 0x50, 0x2f } }; static const struct cckprng_op_refresh op_refresh_2235 = { .hd = { .id = 2111, .kind = OP_REFRESH }, .rand = 13602116492511740470ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2236 = { .hd = { .id = 2112, .kind = OP_REFRESH }, .rand = 5164335618022038203ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2237 = { .hd = { .id = 2113, .kind = OP_REFRESH }, .rand = 8231925096364173200ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2238 = { .hd = { .id = 2114, .kind = OP_REFRESH }, .rand = 16353817250805473741ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2239 = { .hd = { .id = 2115, .kind = OP_REFRESH }, .rand = 5791649281455288749ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2240 = { .hd = { .id = 2116, .kind = OP_REFRESH }, .rand = 17430363437199352730ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2241 = { .hd = { .id = 2117, .kind = OP_GENERATE }, .rand_nbytes = 211, .out = { .rand = { 0x82, 0xc7, 0x31, 0x9e, 0x31, 0x03, 0x70, 0xb3, 0x6c, 0xe8, 0xcf, 0x08, 0x51, 0xa9, 0x0b, 0x40, 0xf5, 0x30, 0x9e, 0xee, 0xee, 0x68, 0xe1, 0x20, 0x6b, 0x59, 0x29, 0x41, 0xeb, 0xdc, 0xf9, 0x04, 0x20, 0xd0, 0x21, 0x19, 0x03, 0x6f, 0x08, 0xb3, 0x89, 0x16, 0xc5, 0x9c, 0x93, 0xa7, 0x7f, 0x1c, 0x07, 0xa2, 0x14, 0x13, 0x11, 0xd4, 0xf1, 0x19, 0xe5, 0xb1, 0xc4, 0x77, 0x91, 0x76, 0x35, 0x32, 0x58, 0xe4, 0x6a, 0x9b, 0x13, 0xab, 0xab, 0xcf, 0xe6, 0x82, 0x4f, 0x73, 0xc3, 0x9f, 0xc5, 0x20, 0x67, 0x31, 0x9e, 0x18, 0xb3, 0x4e, 0xf6, 0x18, 0x30, 0x11, 0xdd, 0x4e, 0x29, 0x3f, 0x58, 0xcd, 0xe3, 0xd8, 0x3a, 0x1d, 0x53, 0xe9, 0xc0, 0x5e, 0x33, 0x4d, 0x55, 0xf8, 0xe1, 0x9d, 0x9d, 0xd5, 0x75, 0x4e, 0x5c, 0x21, 0xbd, 0x8e, 0x12, 0xac, 0x02, 0x7f, 0x46, 0xef, 0xf3, 0x18, 0x42, 0x7a, 0x46, 0xdf, 0xf0, 0x80, 0xd5, 0x8e, 0x3c, 0xb5, 0xf0, 0xa4, 0x0c, 0x91, 0x54, 0x9b, 0xc9, 0x04, 0x52, 0x7d, 0x72, 0x0e, 0x0b, 0xe3, 0x50, 0xa9, 0x62, 0x60, 0xe3, 0x88, 0x45, 0xba, 0x3f, 0x9f, 0xa7, 0xc7, 0x45, 0x36, 0x9a, 0x08, 0x8c, 0x8b, 0x7f, 0x08, 0xbb, 0x7f, 0x53, 0x96, 0x0f, 0x30, 0xea, 0xce, 0xba, 0x76, 0xe4, 0xf3, 0xc5, 0x41, 0x56, 0x44, 0xc1, 0x35, 0xc7, 0x3d, 0xe1, 0x90, 0x5d, 0x79, 0xc5, 0x6a, 0xac, 0xfc, 0xaf, 0x91, 0x54, 0xbd, 0x0b, 0x12, 0x36, 0xdb, 0x1f, 0x1b, 0xa2, 0x65, 0xc3 } } }; static const struct cckprng_op_refresh op_refresh_2242 = { .hd = { .id = 2118, .kind = OP_REFRESH }, .rand = 15219927647945604072ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2243 = { .hd = { .id = 2119, .kind = OP_REFRESH }, .rand = 6132871941620173866ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2244 = { .hd = { .id = 2120, .kind = OP_REFRESH }, .rand = 10464908085539412352ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2245 = { .hd = { .id = 2121, .kind = OP_REFRESH }, .rand = 9987896153033860520ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2246 = { .hd = { .id = 2122, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0x36, 0x0e, 0xef, 0xca, 0x58, 0xab, 0xd8, 0x50, 0x57, 0x83, 0xaf, 0x03, 0xe8, 0x12, 0x30, 0x70, 0xc3, 0x58, 0x0b, 0x14, 0xdb, 0x1f, 0x20, 0xb7, 0x4e, 0x84, 0xd5, 0xc1, 0xa7, 0x28, 0x93, 0xc7, 0x8a, 0x1c, 0x56, 0x09, 0x0d, 0x30, 0xa7, 0x13 } } }; static const struct cckprng_op_reseed op_reseed_2247 = { .hd = { .id = 2123, .kind = OP_RESEED }, .nonce = 17698610247708627117ULL, .seed_nbytes = 68, .seed = { 0x82, 0x81, 0x6a, 0x39, 0x42, 0xc7, 0x0c, 0xc4, 0x6a, 0xb6, 0xe3, 0x9b, 0x7f, 0x48, 0x77, 0x5b, 0xb7, 0x88, 0xe7, 0x1d, 0x76, 0x46, 0x53, 0xfb, 0x94, 0x79, 0x86, 0x7c, 0xa3, 0x6c, 0x46, 0xe2, 0x2e, 0xcb, 0xee, 0x2c, 0xc7, 0x3f, 0x2f, 0x12, 0x57, 0x49, 0x44, 0x7e, 0xc2, 0x9f, 0x8f, 0x63, 0x83, 0x76, 0x78, 0x3b, 0x9b, 0xd2, 0x77, 0x5a, 0xc9, 0x1a, 0x6f, 0x69, 0xac, 0x52, 0xf8, 0xd2, 0xb1, 0x73, 0x20, 0xf0 } }; static const struct cckprng_op_generate op_init_2248 = { .hd = { .id = 2124, .kind = OP_GENERATE }, .rand_nbytes = 92, .out = { .rand = { 0x2f, 0x1e, 0x2a, 0x09, 0x7d, 0x11, 0x61, 0xad, 0x91, 0x73, 0xc2, 0xf3, 0x41, 0x9c, 0xbe, 0x6c, 0x50, 0x61, 0x73, 0xda, 0xe3, 0x7b, 0x2b, 0x6c, 0xdb, 0xc2, 0x63, 0x0a, 0x6d, 0xb8, 0x61, 0x5b, 0x3a, 0x95, 0xb2, 0x28, 0x1b, 0x91, 0x1f, 0x3f, 0x9e, 0x54, 0x6b, 0x0e, 0x7c, 0xb3, 0x07, 0xfb, 0x8a, 0x60, 0xa9, 0xdd, 0xfa, 0x19, 0xf5, 0x45, 0x3b, 0xe6, 0x0e, 0xe2, 0x00, 0x33, 0x9d, 0x52, 0xf9, 0xd2, 0xc2, 0x4f, 0x67, 0xa0, 0xe8, 0x4f, 0x9d, 0x1a, 0x6c, 0xcf, 0xb9, 0xd0, 0x7e, 0x5c, 0x1a, 0x6d, 0xc2, 0x35, 0x59, 0xd3, 0xc9, 0x61, 0x17, 0x86, 0xf9, 0x3a } } }; static const struct cckprng_op *ops_2249[] = { (const struct cckprng_op *)&op_init_2233, (const struct cckprng_op *)&op_reseed_2234, (const struct cckprng_op *)&op_refresh_2235, (const struct cckprng_op *)&op_refresh_2236, (const struct cckprng_op *)&op_refresh_2237, (const struct cckprng_op *)&op_refresh_2238, (const struct cckprng_op *)&op_refresh_2239, (const struct cckprng_op *)&op_refresh_2240, (const struct cckprng_op *)&op_init_2241, (const struct cckprng_op *)&op_refresh_2242, (const struct cckprng_op *)&op_refresh_2243, (const struct cckprng_op *)&op_refresh_2244, (const struct cckprng_op *)&op_refresh_2245, (const struct cckprng_op *)&op_init_2246, (const struct cckprng_op *)&op_reseed_2247, (const struct cckprng_op *)&op_init_2248 }; static const struct cckprng_vector vec_2250 = { .id = 2125, .note = NULL, .nops = 16, .ops = ops_2249 }; static const struct cckprng_op_init op_init_2251 = { .hd = { .id = 2126, .kind = OP_INIT }, .seed = { 0xab, 0x8a, 0xa1, 0xdd, 0xc3, 0xd3, 0x08, 0x2c, 0x57, 0xe4, 0xe9, 0x08, 0xa8, 0xcd, 0x31, 0x7e, 0xb1, 0xb7, 0x7b, 0x72, 0xb8, 0x7a, 0xfc, 0xb9, 0x7a, 0xd0, 0x3d, 0x1a, 0x28, 0xdd, 0x0f, 0xe4 }, .nonce = { 0x40, 0x7d, 0x77, 0x5b, 0xf8, 0xf7, 0xb5, 0x79 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2252 = { .hd = { .id = 2127, .kind = OP_REFRESH }, .rand = 10183683307691743970ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2253 = { .hd = { .id = 2128, .kind = OP_RESEED }, .nonce = 3612676684705203987ULL, .seed_nbytes = 152, .seed = { 0xee, 0x54, 0x1b, 0x00, 0xd5, 0x4b, 0xe1, 0x4d, 0x57, 0xc3, 0xe1, 0x24, 0x1d, 0x02, 0xe4, 0xd6, 0x86, 0x17, 0x0a, 0xff, 0x8a, 0xd8, 0xce, 0x58, 0x25, 0xe0, 0xa9, 0xb8, 0x46, 0xde, 0xad, 0xd7, 0xac, 0xd9, 0x77, 0x93, 0xa1, 0xcf, 0xa4, 0x6d, 0x65, 0x86, 0x79, 0xe1, 0x3e, 0x97, 0xa8, 0x62, 0x6d, 0x1c, 0xd5, 0x87, 0x28, 0x91, 0xbd, 0x0b, 0x91, 0x13, 0xcf, 0x82, 0x3f, 0x03, 0x15, 0x66, 0xe1, 0xd7, 0x78, 0x85, 0x79, 0xc3, 0x5e, 0x10, 0x99, 0xe6, 0xfe, 0x22, 0xe1, 0x70, 0x35, 0x79, 0x55, 0x14, 0x75, 0xe9, 0xf0, 0xb9, 0x4b, 0xe7, 0xa2, 0x88, 0x34, 0x7c, 0x45, 0x50, 0x31, 0x3d, 0x0d, 0x43, 0xbf, 0x40, 0x02, 0x65, 0xe1, 0xf7, 0xdb, 0x61, 0x67, 0x70, 0x25, 0x1f, 0x22, 0x0a, 0x2a, 0x96, 0xe6, 0xed, 0x40, 0x12, 0xcc, 0xf6, 0x8d, 0x7b, 0xc3, 0x1c, 0xb6, 0x26, 0x0b, 0x84, 0xcb, 0x68, 0x69, 0xfa, 0x6d, 0x5f, 0xa5, 0xc6, 0xf1, 0x6c, 0xd8, 0x2f, 0xa7, 0xdf, 0x2a, 0x26, 0x76, 0x3e, 0x6a, 0x61, 0x52, 0xeb, 0x9b, 0x10 } }; static const struct cckprng_op_reseed op_reseed_2254 = { .hd = { .id = 2129, .kind = OP_RESEED }, .nonce = 5262170124871907406ULL, .seed_nbytes = 181, .seed = { 0x07, 0x71, 0x58, 0x07, 0xad, 0xe8, 0xaf, 0x50, 0xc1, 0x96, 0x15, 0x45, 0x0e, 0x98, 0xd6, 0x37, 0xc1, 0xcd, 0xf0, 0x1a, 0x73, 0x53, 0xa3, 0x31, 0xe2, 0x8e, 0x25, 0xba, 0x04, 0xd3, 0x8a, 0xd3, 0xeb, 0x6b, 0x8e, 0x14, 0xca, 0x2d, 0xee, 0xbb, 0xc5, 0x35, 0x4f, 0x3d, 0x17, 0xc8, 0x3a, 0x9f, 0xcd, 0x38, 0x4a, 0x60, 0x4e, 0x5f, 0x08, 0x27, 0x49, 0xe2, 0x98, 0x7d, 0x04, 0x64, 0x5c, 0x24, 0x7f, 0x41, 0xa9, 0xcb, 0xdc, 0x2a, 0x42, 0xba, 0xa7, 0x70, 0x17, 0xd5, 0x97, 0xba, 0x20, 0x28, 0x67, 0x2e, 0x1b, 0x2a, 0xdd, 0xf9, 0xa6, 0xbe, 0xa7, 0xf1, 0xf7, 0x12, 0x19, 0x79, 0x78, 0x12, 0x33, 0x2c, 0xd1, 0xb7, 0x55, 0xc5, 0x6c, 0x55, 0xf6, 0x6b, 0x73, 0xb4, 0xfc, 0x12, 0xca, 0xf3, 0x1c, 0xd3, 0xc9, 0x03, 0x0e, 0x00, 0x29, 0x20, 0xa7, 0x37, 0xb8, 0xfb, 0x90, 0x1e, 0x5f, 0x72, 0x39, 0x68, 0x48, 0xd2, 0x53, 0x1c, 0xc0, 0x02, 0x82, 0xa8, 0xf8, 0x1e, 0x2c, 0x01, 0x3b, 0xf3, 0x44, 0xf9, 0x6a, 0x3c, 0x09, 0x27, 0x35, 0xd1, 0x72, 0x1c, 0x26, 0x44, 0xb4, 0xce, 0xde, 0xd2, 0x7d, 0x93, 0x84, 0x04, 0xfa, 0x0f, 0x43, 0x33, 0xd6, 0xe2, 0xd9, 0x79, 0x50, 0x5c, 0xdb, 0x0d, 0x68, 0x22, 0x08, 0xe8, 0x5a } }; static const struct cckprng_op_generate op_init_2255 = { .hd = { .id = 2130, .kind = OP_GENERATE }, .rand_nbytes = 125, .out = { .rand = { 0x8c, 0x52, 0x9d, 0x5a, 0x81, 0x2f, 0x6f, 0x36, 0x25, 0x07, 0x9e, 0xb9, 0x81, 0x4b, 0xf8, 0x40, 0x8e, 0x09, 0x3d, 0x55, 0xb3, 0x16, 0x5a, 0x02, 0x0f, 0x2c, 0x8c, 0x36, 0x68, 0x36, 0x72, 0x1e, 0x5b, 0xcd, 0x1d, 0x4a, 0xa9, 0x41, 0x0f, 0xa1, 0x78, 0xac, 0x9a, 0x2d, 0xd4, 0x44, 0x3a, 0xa3, 0xdf, 0x5a, 0x17, 0xa5, 0x67, 0x36, 0xd4, 0x9c, 0xa1, 0xea, 0x49, 0x81, 0x76, 0xb9, 0x2e, 0xfe, 0xb9, 0x77, 0xbc, 0x5f, 0xac, 0xe3, 0x15, 0x09, 0x29, 0xaf, 0x1d, 0x95, 0xd8, 0xce, 0xe2, 0xbf, 0x6d, 0x73, 0x4e, 0xa3, 0x15, 0x17, 0x14, 0x47, 0x7a, 0x20, 0x08, 0x34, 0x57, 0x8c, 0x4f, 0x38, 0xc4, 0xb4, 0x41, 0xd7, 0x17, 0xa1, 0x25, 0xff, 0x0f, 0xf3, 0x92, 0x5f, 0x44, 0x09, 0x1e, 0xdb, 0xcc, 0x79, 0xa8, 0xe3, 0xc8, 0x47, 0xc8, 0x58, 0xdb, 0x97, 0xb0, 0xc1, 0x23 } } }; static const struct cckprng_op_reseed op_reseed_2256 = { .hd = { .id = 2131, .kind = OP_RESEED }, .nonce = 16598245484798680501ULL, .seed_nbytes = 266, .seed = { 0x30, 0xcd, 0xdf, 0x54, 0xd7, 0xf4, 0xbb, 0x79, 0xa9, 0x10, 0xc9, 0xe3, 0xa1, 0x0d, 0x34, 0x99, 0x13, 0x96, 0xb5, 0x4b, 0xee, 0xb2, 0x2c, 0xaa, 0xcd, 0x7e, 0x2d, 0x3e, 0x58, 0x13, 0x28, 0x5d, 0x22, 0x9b, 0x52, 0xb8, 0x0d, 0x38, 0xc6, 0xb9, 0x69, 0x2a, 0x05, 0x2a, 0x23, 0x21, 0x24, 0xce, 0xff, 0xa4, 0x3a, 0x0f, 0x4f, 0xfc, 0x7d, 0x7f, 0xbd, 0xb3, 0x6c, 0x5d, 0xce, 0xdd, 0x55, 0x69, 0xb2, 0xe7, 0x55, 0xd2, 0x57, 0x62, 0x00, 0x3e, 0xf6, 0xb4, 0x6a, 0x82, 0x6f, 0xfd, 0x7d, 0x6a, 0x4b, 0xd0, 0xb2, 0xd7, 0x8e, 0xe3, 0x8e, 0x87, 0x47, 0x11, 0x51, 0x19, 0x10, 0x09, 0x35, 0x7f, 0x3d, 0xda, 0x5b, 0xef, 0xf7, 0x3c, 0xf8, 0x4d, 0xc9, 0xd7, 0xfd, 0xdf, 0xe2, 0xb4, 0x9f, 0x04, 0xc3, 0x46, 0x28, 0x78, 0x90, 0x08, 0x01, 0x19, 0xef, 0x55, 0x0a, 0x8c, 0x9d, 0xbc, 0x87, 0x63, 0x2d, 0xcc, 0x98, 0x8d, 0x44, 0x52, 0x1a, 0xb6, 0x6f, 0x93, 0x24, 0xb6, 0x08, 0x62, 0x38, 0xbe, 0xaa, 0x8f, 0xe3, 0x0f, 0x86, 0x5a, 0x15, 0x96, 0x3d, 0x3a, 0x22, 0x2e, 0x58, 0x1d, 0x69, 0xdf, 0xc7, 0x63, 0x77, 0xd7, 0x9b, 0x38, 0x5d, 0x8a, 0xfd, 0xa3, 0x6c, 0x0f, 0x85, 0xb3, 0x22, 0x26, 0xe7, 0x75, 0x72, 0x8c, 0x2b, 0x34, 0xee, 0xf1, 0x0e, 0x28, 0xab, 0x11, 0x62, 0xb5, 0xa2, 0xf6, 0x66, 0x0f, 0xf7, 0x9c, 0xb9, 0x7b, 0xa0, 0xdc, 0x12, 0x15, 0x51, 0x01, 0xf7, 0xba, 0x8a, 0x70, 0xa9, 0xd2, 0x83, 0x2b, 0x05, 0x86, 0x70, 0x4e, 0x91, 0xe9, 0x20, 0xbb, 0xf2, 0xe5, 0xbc, 0x69, 0x31, 0x13, 0xa0, 0x4f, 0x3c, 0x5a, 0x28, 0x1b, 0x50, 0x95, 0xfd, 0x35, 0xd0, 0x0d, 0x47, 0xf8, 0x69, 0xa6, 0xe1, 0x4d, 0x6e, 0x2a, 0x3d, 0x4a, 0xa7, 0xdf, 0xcf, 0xe4, 0x87, 0x14, 0xf9, 0x53, 0xf9, 0x44, 0xba, 0x7c, 0xcc, 0x7a, 0xbd, 0xaa, 0xcd, 0xdb } }; static const struct cckprng_op_generate op_init_2257 = { .hd = { .id = 2132, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0xf4, 0xdf, 0xa5, 0xf4, 0x57, 0xd2, 0xc3, 0xe0, 0xa6, 0x6b, 0xa1, 0x86, 0x84, 0xf9, 0x43, 0x4d, 0x05, 0xd5, 0xfa, 0x31, 0xa8, 0x57, 0x1b, 0x6f, 0x7a, 0x9e, 0x51, 0xe2, 0xc8, 0x33, 0xa1, 0xcb, 0xeb, 0xad, 0x52, 0x42, 0x94, 0x81, 0xe5, 0xdb, 0x2f, 0x2b, 0x76, 0x8b, 0x08, 0xc8, 0x9b, 0x65, 0x87, 0x0f, 0x6a, 0x39, 0x09, 0xe9, 0x86, 0xf9, 0x1e, 0xb1, 0x19, 0xfb, 0x56, 0xd9, 0x38, 0x3d, 0xad, 0x8e, 0x58, 0x6e, 0x23, 0x0a, 0x44, 0xff, 0xf2, 0x7e, 0xe1, 0x17, 0xfc, 0xf7, 0x38, 0xba, 0xab, 0x24, 0xd8, 0xfd, 0x78, 0x8c, 0xaa, 0xb9, 0x63, 0xef, 0xcc, 0x61, 0x8f, 0xa9, 0xa0, 0x39, 0x92, 0x5d, 0x30, 0xf3, 0xce, 0xb4, 0x72, 0xcc, 0xc5, 0x8b, 0x2f, 0x0f, 0xf8, 0xf8, 0xe4, 0x45, 0x67, 0x64, 0x1d, 0x7d, 0x4d, 0xad, 0xd9, 0xe2, 0x68, 0x05, 0xc6, 0xc6, 0x88, 0xff, 0x74, 0x6b, 0x9e, 0x2c, 0x1c, 0x9f, 0x41, 0xa6, 0x5b, 0xed, 0x8a, 0x44, 0x2c, 0xe1, 0x7a, 0xbe, 0x18, 0x47, 0x60, 0x4c, 0xa6, 0x1f, 0x35, 0x4f, 0xe3, 0xda, 0x62, 0xf4, 0xec, 0xc6, 0x41, 0xb9, 0x73, 0xa0, 0x13, 0xce, 0xdf, 0xbb, 0x6b, 0x16, 0xbd, 0xe9, 0x8c, 0x8b, 0x11, 0xe8, 0x0a, 0x44, 0x03 } } }; static const struct cckprng_op_refresh op_refresh_2258 = { .hd = { .id = 2133, .kind = OP_REFRESH }, .rand = 805163366099829451ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2259 = { .hd = { .id = 2134, .kind = OP_REFRESH }, .rand = 14560159649430769737ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2260 = { .hd = { .id = 2135, .kind = OP_REFRESH }, .rand = 14032574715099273953ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2261 = { .hd = { .id = 2136, .kind = OP_RESEED }, .nonce = 13374861454935438090ULL, .seed_nbytes = 91, .seed = { 0xae, 0x30, 0x65, 0x1d, 0x70, 0x3c, 0x33, 0xe1, 0xf2, 0x76, 0xd1, 0xd9, 0xb9, 0x57, 0x7b, 0x5a, 0x8f, 0xdb, 0xcb, 0x47, 0x85, 0xd7, 0x33, 0x5c, 0xc5, 0xcb, 0xd8, 0xee, 0x02, 0x10, 0x59, 0x9b, 0x50, 0xdf, 0xdc, 0x6e, 0xa5, 0xee, 0xf3, 0x1b, 0xa2, 0x29, 0xb8, 0xf9, 0x93, 0xc3, 0x69, 0xf7, 0x2f, 0x7b, 0xd7, 0x10, 0xea, 0x8b, 0x1a, 0xce, 0xc9, 0xda, 0x94, 0xb5, 0x5e, 0x37, 0xa9, 0xb4, 0x42, 0x24, 0x34, 0x2f, 0x3f, 0x9a, 0xcc, 0xe8, 0xfd, 0x70, 0x2b, 0x57, 0xef, 0xec, 0x7e, 0xd9, 0x65, 0x50, 0x19, 0x00, 0xeb, 0x1d, 0x0a, 0xf4, 0xe5, 0x45, 0x30 } }; static const struct cckprng_op_refresh op_refresh_2262 = { .hd = { .id = 2137, .kind = OP_REFRESH }, .rand = 7738392422857244116ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2263 = { .hd = { .id = 2138, .kind = OP_REFRESH }, .rand = 11317897315185014587ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2264 = { .hd = { .id = 2139, .kind = OP_REFRESH }, .rand = 7043212983722409492ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2265 = { .hd = { .id = 2140, .kind = OP_REFRESH }, .rand = 17901095739950376422ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2266 = { .hd = { .id = 2141, .kind = OP_REFRESH }, .rand = 7544588175756550372ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2267[] = { (const struct cckprng_op *)&op_init_2251, (const struct cckprng_op *)&op_refresh_2252, (const struct cckprng_op *)&op_reseed_2253, (const struct cckprng_op *)&op_reseed_2254, (const struct cckprng_op *)&op_init_2255, (const struct cckprng_op *)&op_reseed_2256, (const struct cckprng_op *)&op_init_2257, (const struct cckprng_op *)&op_refresh_2258, (const struct cckprng_op *)&op_refresh_2259, (const struct cckprng_op *)&op_refresh_2260, (const struct cckprng_op *)&op_reseed_2261, (const struct cckprng_op *)&op_refresh_2262, (const struct cckprng_op *)&op_refresh_2263, (const struct cckprng_op *)&op_refresh_2264, (const struct cckprng_op *)&op_refresh_2265, (const struct cckprng_op *)&op_refresh_2266 }; static const struct cckprng_vector vec_2268 = { .id = 2142, .note = NULL, .nops = 16, .ops = ops_2267 }; static const struct cckprng_op_init op_init_2269 = { .hd = { .id = 2143, .kind = OP_INIT }, .seed = { 0xcd, 0xa1, 0x83, 0x5d, 0xa4, 0xab, 0xcb, 0x38, 0x55, 0x39, 0xc2, 0x67, 0x3e, 0x65, 0x99, 0x85, 0xe1, 0x36, 0x8d, 0xfa, 0x44, 0x7c, 0x15, 0xae, 0x20, 0x26, 0x9d, 0x90, 0xd7, 0xb9, 0x08, 0xf0 }, .nonce = { 0xfc, 0x8f, 0x26, 0x89, 0xf4, 0x9f, 0xe6, 0xd0 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2270 = { .hd = { .id = 2144, .kind = OP_REFRESH }, .rand = 15263692473110787444ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2271 = { .hd = { .id = 2145, .kind = OP_REFRESH }, .rand = 9074710159620786523ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2272 = { .hd = { .id = 2146, .kind = OP_GENERATE }, .rand_nbytes = 220, .out = { .rand = { 0xee, 0x6e, 0x79, 0xb4, 0x0d, 0x9b, 0x35, 0x67, 0xaa, 0x9a, 0x83, 0x15, 0xc0, 0x85, 0x00, 0x3d, 0xe4, 0x49, 0xb4, 0x10, 0x34, 0xd9, 0xf5, 0xe1, 0xa6, 0x2c, 0xed, 0xbd, 0xc3, 0x47, 0x3a, 0xa4, 0x96, 0x7e, 0x57, 0xea, 0x77, 0x73, 0x48, 0x41, 0x4a, 0xcc, 0xfb, 0xf9, 0x2f, 0x2b, 0xd6, 0x07, 0x93, 0x22, 0xcc, 0x1e, 0x32, 0x21, 0x91, 0xed, 0x99, 0xf0, 0x46, 0xf6, 0xc1, 0x8c, 0x6e, 0x0a, 0x1b, 0x31, 0x6c, 0xef, 0x3f, 0x1b, 0xb0, 0x1b, 0x0e, 0xf4, 0x21, 0x77, 0xbf, 0xd5, 0x81, 0xf7, 0x61, 0x0c, 0xba, 0xb4, 0x1b, 0xf7, 0xa4, 0xce, 0x2a, 0xcf, 0x47, 0x49, 0x7b, 0x78, 0x1d, 0x75, 0x19, 0x11, 0xa5, 0xe1, 0x3e, 0x47, 0x3f, 0xe1, 0xeb, 0xe7, 0x0e, 0x1d, 0x8b, 0xd2, 0xfb, 0xfa, 0x0a, 0x72, 0x83, 0xcf, 0x35, 0x67, 0xd0, 0xc5, 0x49, 0xea, 0x56, 0x9f, 0xd8, 0xff, 0x49, 0x98, 0xaf, 0xe3, 0xc2, 0x88, 0x19, 0x58, 0x13, 0xdf, 0x33, 0x32, 0x31, 0x96, 0x3f, 0x10, 0x51, 0xb3, 0x7e, 0x10, 0xb1, 0xd3, 0xe9, 0x8e, 0xb3, 0x37, 0x73, 0x8a, 0x43, 0x55, 0xd5, 0xa2, 0x3a, 0xa5, 0xb6, 0x60, 0xab, 0xe2, 0xe3, 0x38, 0x59, 0xe6, 0x5b, 0x37, 0xb1, 0x5c, 0xf8, 0x88, 0xd4, 0x81, 0x23, 0x3d, 0x15, 0x8d, 0x82, 0x52, 0x1b, 0x77, 0x4e, 0xd4, 0x2d, 0x7b, 0x6b, 0xd0, 0x4e, 0x5e, 0xb0, 0xa5, 0x92, 0xbe, 0xce, 0x19, 0xa5, 0x45, 0x05, 0xb9, 0x94, 0xa0, 0x07, 0x9f, 0xa6, 0x18, 0x6d, 0xfa, 0x5a, 0xee, 0x14, 0x97, 0x4d, 0xc6, 0x11, 0xf6, 0x2e, 0x22 } } }; static const struct cckprng_op_generate op_init_2273 = { .hd = { .id = 2147, .kind = OP_GENERATE }, .rand_nbytes = 234, .out = { .rand = { 0x38, 0x69, 0xb4, 0x9d, 0x07, 0x5a, 0x58, 0x38, 0xa6, 0x8b, 0x57, 0x84, 0xc7, 0xf0, 0xb2, 0x84, 0xdc, 0xf4, 0x8f, 0xbf, 0xfc, 0xb0, 0x64, 0x14, 0x07, 0xc0, 0xad, 0x21, 0xb4, 0x76, 0xd1, 0xf2, 0x79, 0xb4, 0x6f, 0x9b, 0xaf, 0xa1, 0x94, 0x5f, 0x26, 0x76, 0xfe, 0x4d, 0x27, 0x0d, 0xaa, 0x87, 0x0b, 0x42, 0xea, 0xc7, 0x98, 0x16, 0xf4, 0x63, 0x8b, 0x80, 0xd9, 0x68, 0x45, 0xbd, 0xce, 0x7b, 0x24, 0x8a, 0x8a, 0xfb, 0x44, 0xba, 0x09, 0x15, 0x85, 0x03, 0x6c, 0xf0, 0x78, 0xd8, 0x96, 0x94, 0x30, 0x52, 0x51, 0x48, 0x91, 0xfb, 0x55, 0x7a, 0x7f, 0x47, 0xe7, 0x58, 0x6f, 0xf3, 0x7d, 0x12, 0x19, 0xbc, 0x4a, 0xf2, 0x90, 0x43, 0x13, 0x6f, 0x96, 0x11, 0x49, 0x95, 0xe5, 0xa6, 0x98, 0xad, 0xbf, 0x67, 0xc0, 0xe7, 0xb4, 0xad, 0xf6, 0x43, 0x7c, 0x25, 0x2d, 0xe1, 0x26, 0x1d, 0x63, 0x85, 0x63, 0x86, 0xf2, 0xf6, 0xf5, 0xf0, 0xec, 0x8e, 0x17, 0xdc, 0x29, 0x24, 0x5d, 0x94, 0x3f, 0x64, 0xe9, 0x31, 0x33, 0xee, 0x2a, 0x60, 0x8c, 0x47, 0x02, 0xad, 0xfe, 0x4f, 0x3d, 0x2f, 0x04, 0xf4, 0xd3, 0xc8, 0x25, 0xb4, 0x1d, 0xf0, 0x6a, 0x3d, 0x4a, 0x84, 0x51, 0x8e, 0xc0, 0xb5, 0xd1, 0x11, 0x95, 0x27, 0xa4, 0xb3, 0xcb, 0x11, 0xa8, 0x0e, 0x42, 0x74, 0x93, 0xc9, 0x7c, 0x5f, 0x7d, 0x15, 0x8d, 0x8f, 0x08, 0x7a, 0xbd, 0x3b, 0xdf, 0x5d, 0x1c, 0x2d, 0xbd, 0xea, 0x78, 0x0e, 0x22, 0xb4, 0x43, 0xc2, 0x85, 0xc7, 0x8a, 0x25, 0x7c, 0x63, 0x8e, 0xa7, 0x6e, 0xc1, 0x44, 0xc2, 0x99, 0x66, 0x8f, 0x01, 0xf6, 0xdc, 0x0c, 0x03, 0x6d, 0xf2, 0x82, 0xd6 } } }; static const struct cckprng_op_generate op_init_2274 = { .hd = { .id = 2148, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0x3f, 0xdc, 0xde, 0x74, 0x60, 0x28, 0x6f, 0xb2, 0xd4, 0x17, 0x8b, 0xe5, 0x80, 0xcf, 0xa5, 0x27, 0x34, 0x71, 0x2f, 0x0c, 0xfe, 0x23, 0x14, 0xe5, 0x3d, 0x67, 0x62, 0x6b, 0x68, 0x10, 0x39, 0x2c, 0x64, 0xb1, 0x15, 0x29, 0xb5, 0x55, 0xe9, 0xfb, 0x02, 0x9d, 0xb9, 0x1f, 0x92, 0x6d, 0x12, 0x04, 0xeb, 0xae, 0x14, 0xa9, 0xba, 0x38, 0x9c, 0x08, 0x55, 0x0c, 0xde, 0x7b, 0x05, 0x6d, 0x16, 0xa5, 0x69, 0x4d, 0x5e, 0x69, 0xd1, 0x13, 0x69, 0xa6, 0x09, 0xc5, 0xef, 0xee, 0x54, 0xd2, 0xb8, 0xdf, 0x3d, 0x0d, 0x6b, 0xe5, 0x6c, 0x6a, 0xc8, 0xe8, 0x82, 0x8b, 0x39, 0x01, 0x41, 0x43, 0xea, 0x91, 0xc5, 0xb0, 0x89, 0x38, 0xfe, 0x96, 0xd6, 0x88, 0x51, 0x76, 0x18, 0x4b, 0x43, 0x68, 0xcd, 0x29, 0x24, 0xf2, 0xdf, 0x05, 0xa8, 0xd4, 0xeb, 0x98, 0x6e, 0x76, 0x73, 0xe7, 0x1b, 0xa6, 0xdb, 0xee, 0x83, 0x12, 0x53, 0x78, 0x88, 0x69, 0x47, 0x4c, 0xa6, 0x88, 0x03, 0xa2, 0x92, 0xf9, 0x0a, 0xd8, 0xb7, 0x4c, 0x37, 0x9e, 0xdd, 0xf5, 0x8c, 0xa1, 0x22, 0x16, 0x76, 0x05, 0x71, 0xf2, 0x7e, 0x97, 0xd1, 0xc6, 0xac, 0x9d, 0xc5, 0xb2, 0x1e, 0x74, 0xe4, 0x0d, 0x54, 0x7b, 0x35, 0xd9, 0x85, 0x5e, 0x6b, 0x73, 0x88, 0x21, 0x9e, 0x85, 0x06, 0x3d, 0x43, 0x70, 0xd9, 0x10, 0xb8, 0xfb, 0x9d, 0xbd, 0x0d, 0x24, 0x83, 0xf4, 0xbd, 0xf8, 0x98, 0xee, 0x59, 0x97, 0x98, 0x86, 0x3c, 0x62, 0xe7, 0x2f, 0x4f, 0x8f, 0xd4, 0x19, 0x83, 0x01, 0x3b, 0xbe, 0x59, 0xb7, 0x63, 0x71, 0x94, 0xae, 0xf9, 0xf1, 0x47, 0xb3, 0xc7, 0x36, 0x6a, 0xf2, 0xff, 0x96, 0xe2, 0xc7, 0xfc, 0x21 } } }; static const struct cckprng_op_refresh op_refresh_2275 = { .hd = { .id = 2149, .kind = OP_REFRESH }, .rand = 7222514146699857734ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2276 = { .hd = { .id = 2150, .kind = OP_RESEED }, .nonce = 3348295263174638033ULL, .seed_nbytes = 213, .seed = { 0x56, 0x72, 0x27, 0x3a, 0xa8, 0x3e, 0xb9, 0xa6, 0x3c, 0xbf, 0x9c, 0xb2, 0xf6, 0x62, 0x97, 0x05, 0x3d, 0xe3, 0xb1, 0x85, 0xe9, 0x7f, 0xf9, 0x11, 0xe9, 0xd4, 0x05, 0x35, 0xc5, 0xea, 0x36, 0x03, 0xed, 0x2b, 0xe8, 0x90, 0x5d, 0x0e, 0x38, 0x9b, 0x74, 0xc7, 0xc1, 0x57, 0x7e, 0x08, 0x0e, 0x46, 0x29, 0xa0, 0x6b, 0xe4, 0x07, 0xed, 0x33, 0xe4, 0x29, 0x0d, 0x1f, 0x42, 0x69, 0x7a, 0xdd, 0x69, 0xb6, 0x13, 0x73, 0x7b, 0x47, 0xab, 0x02, 0xe5, 0xd6, 0x91, 0xe6, 0x18, 0x53, 0xaf, 0x97, 0x70, 0x0a, 0xf9, 0xef, 0x85, 0x89, 0x48, 0xc0, 0x99, 0xf1, 0xbe, 0x9c, 0x21, 0xfc, 0x6c, 0x68, 0x1f, 0x00, 0xcd, 0xe1, 0x3b, 0x5a, 0xa7, 0xc0, 0x1b, 0xc0, 0xd1, 0x34, 0xfa, 0xa2, 0x58, 0x1d, 0xf9, 0x36, 0x1b, 0x12, 0x2b, 0x02, 0xb8, 0x74, 0x16, 0x35, 0xcb, 0x31, 0x1d, 0x73, 0xc1, 0x85, 0x76, 0x79, 0x53, 0x05, 0x18, 0xea, 0x57, 0x01, 0x55, 0xd0, 0x72, 0x74, 0xf1, 0xb3, 0x68, 0xf1, 0x0a, 0x06, 0x1c, 0x81, 0x8d, 0xa5, 0x7c, 0x7d, 0x81, 0x83, 0xb1, 0x21, 0x16, 0xec, 0x31, 0x1a, 0x40, 0x6f, 0x99, 0x3c, 0x36, 0xb7, 0x09, 0x70, 0x8a, 0xe1, 0x47, 0x11, 0x0a, 0x25, 0x3e, 0xec, 0x48, 0x0f, 0x2c, 0xdd, 0x0a, 0x1c, 0xbe, 0x03, 0x43, 0x19, 0x2f, 0xde, 0x9f, 0x3b, 0xec, 0x73, 0x26, 0x2f, 0x90, 0xef, 0xfe, 0xc2, 0x55, 0xd6, 0xdd, 0x66, 0x4d, 0x47, 0xbf, 0xff, 0x74, 0xe1, 0x52, 0xfd, 0x73, 0x6f, 0xff, 0x90 } }; static const struct cckprng_op_generate op_init_2277 = { .hd = { .id = 2151, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0xcf, 0x71, 0xe8, 0x7d, 0xf3, 0xdc, 0x20, 0xb7, 0x17, 0x63, 0x27, 0xf1, 0x35, 0x0e, 0xcf, 0x2c, 0xbc, 0x1c, 0x0c, 0xb0, 0x91, 0x11, 0x1a, 0xba, 0x38, 0x6e, 0x64, 0xbd, 0x70, 0x1d, 0xbb, 0x3d, 0x76, 0xbd, 0x32, 0x16, 0x8d, 0x88, 0x45, 0x26, 0xb5, 0x10, 0x67, 0x46, 0xae, 0xb6, 0x24, 0xb3, 0x4e, 0xe5, 0xc4, 0xd1, 0x05, 0x5b, 0xc8, 0x9e, 0xbc, 0xa4, 0xad, 0x78, 0xe9, 0xfe, 0xdf, 0x56, 0xd1, 0x7b, 0xac, 0x89, 0x16, 0x2a, 0x7a, 0xe4, 0x4a, 0xf6, 0x19, 0x1f, 0x3f, 0x51, 0xd5, 0x5d, 0xe9, 0x35, 0x2f, 0x90, 0xf6, 0x35, 0xf4, 0xc1, 0xf4, 0x18, 0x52, 0x7e, 0x80, 0xd8, 0x22, 0xde, 0x1d, 0x57, 0x76, 0x8a, 0xb6, 0xd3, 0xd1, 0x14, 0x8d, 0xa8, 0x91, 0xf5, 0x7e, 0xf1, 0x3e, 0x4e, 0x8c, 0x97, 0x91, 0x2e, 0x39, 0x23, 0x1f, 0x84, 0x62, 0x98, 0x64, 0x6b, 0xbf, 0xac, 0x96, 0x20, 0xa9, 0xfd, 0x29, 0x66, 0x8d, 0xc7, 0x44, 0xd0, 0x18, 0xb8, 0x4e } } }; static const struct cckprng_op_reseed op_reseed_2278 = { .hd = { .id = 2152, .kind = OP_RESEED }, .nonce = 16988431304251565416ULL, .seed_nbytes = 195, .seed = { 0xb5, 0xaa, 0x12, 0x40, 0x6c, 0xca, 0x4d, 0x3a, 0x0f, 0x10, 0x68, 0xcd, 0xda, 0x25, 0x67, 0xa4, 0x04, 0xc0, 0x8e, 0xd0, 0x66, 0xca, 0x88, 0x36, 0x04, 0xbd, 0xdc, 0xa9, 0xe4, 0xaa, 0x3f, 0x4a, 0x46, 0x9e, 0xc7, 0x1d, 0x6b, 0x3c, 0x53, 0x5a, 0x09, 0x97, 0xe0, 0x21, 0xe4, 0xe3, 0xdd, 0xb5, 0x77, 0x9f, 0xa2, 0xd6, 0x7a, 0x61, 0x0c, 0xac, 0xbd, 0xd0, 0xd4, 0x7a, 0xf3, 0xfb, 0x91, 0x82, 0x96, 0xb5, 0x8c, 0x47, 0x90, 0x03, 0x31, 0x5f, 0x8f, 0xec, 0xff, 0x13, 0x9f, 0xb9, 0xef, 0x6d, 0x0f, 0xaf, 0x37, 0x1b, 0x70, 0x2f, 0xf8, 0x8d, 0x7e, 0x5d, 0xf3, 0x37, 0xef, 0x55, 0xbd, 0x51, 0x37, 0xb9, 0xe3, 0x8f, 0xef, 0xdb, 0xe3, 0x4a, 0x24, 0x09, 0xe1, 0xff, 0x93, 0x4d, 0x9a, 0x15, 0x04, 0xee, 0xd9, 0x10, 0xfb, 0xad, 0x0a, 0xb1, 0x06, 0xcf, 0x7d, 0x7d, 0xc4, 0xad, 0x60, 0xa1, 0xc5, 0x28, 0xe0, 0x59, 0x0e, 0xfd, 0xae, 0xa8, 0xcd, 0x01, 0xc7, 0xc5, 0x6f, 0x5c, 0x7e, 0x4d, 0x5d, 0x56, 0x96, 0xe1, 0x32, 0x23, 0x51, 0x99, 0x0c, 0xa4, 0x58, 0xcf, 0x04, 0x92, 0x91, 0x38, 0xf6, 0x55, 0xe2, 0x50, 0x56, 0x88, 0xd2, 0x63, 0xa1, 0x44, 0xf0, 0x4f, 0xe5, 0x0c, 0xe0, 0xc4, 0x7d, 0x24, 0xb0, 0xc3, 0x54, 0x3d, 0x5c, 0x9c, 0xc1, 0x2c, 0x71, 0x80, 0xfb, 0x5e, 0xc8, 0x81, 0x42, 0x70, 0x0b } }; static const struct cckprng_op_refresh op_refresh_2279 = { .hd = { .id = 2153, .kind = OP_REFRESH }, .rand = 3230273190866364432ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2280 = { .hd = { .id = 2154, .kind = OP_REFRESH }, .rand = 3891810891712552366ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2281 = { .hd = { .id = 2155, .kind = OP_RESEED }, .nonce = 348723496578374935ULL, .seed_nbytes = 266, .seed = { 0x95, 0xcf, 0xea, 0x2e, 0xf2, 0xbc, 0x57, 0xbb, 0x4d, 0x83, 0xe9, 0x7b, 0xee, 0x43, 0xda, 0xf1, 0x53, 0x4f, 0x63, 0x82, 0x4d, 0x61, 0x97, 0xe7, 0xc8, 0xc3, 0x1e, 0x52, 0x1b, 0x59, 0x45, 0x72, 0x09, 0xda, 0x56, 0x97, 0x1d, 0x98, 0xfe, 0xae, 0x99, 0x7f, 0x52, 0xfd, 0x2d, 0xe8, 0x51, 0xb6, 0x7b, 0x42, 0x80, 0xfb, 0x29, 0xe5, 0xb1, 0xf0, 0x32, 0xe4, 0xed, 0x18, 0xda, 0xfa, 0xc7, 0xa3, 0xb4, 0x93, 0x78, 0x60, 0x6d, 0x0d, 0x2c, 0xc7, 0x56, 0x3e, 0xba, 0x40, 0x1d, 0xe9, 0x13, 0x28, 0xec, 0x04, 0x85, 0xe1, 0x31, 0xee, 0x54, 0xc3, 0xa9, 0x0f, 0x4e, 0xb5, 0x1b, 0xec, 0x71, 0x8a, 0xce, 0xaf, 0xe2, 0x66, 0x3b, 0x99, 0x94, 0x64, 0x86, 0xb3, 0x05, 0x78, 0xd1, 0x13, 0x49, 0xf9, 0xfe, 0x0b, 0x41, 0xfa, 0x36, 0x41, 0x7e, 0x77, 0x4c, 0x0c, 0x82, 0x78, 0x4d, 0x10, 0x55, 0x3b, 0x39, 0xbc, 0xfa, 0xe3, 0xde, 0x6a, 0x86, 0x95, 0x41, 0xd0, 0x34, 0x96, 0xa1, 0xbf, 0x0c, 0xf3, 0x4f, 0x4f, 0xa8, 0x14, 0x8f, 0xb9, 0x85, 0x55, 0x73, 0x5d, 0xed, 0xc0, 0x82, 0xab, 0xf7, 0x6d, 0x12, 0x6e, 0xc1, 0xe6, 0xb3, 0x9c, 0xf0, 0x6b, 0x12, 0xe7, 0x7c, 0xc7, 0x88, 0x45, 0xff, 0xc5, 0x3d, 0x5d, 0x3b, 0x07, 0xe6, 0x46, 0xdc, 0x87, 0x1c, 0x65, 0xe6, 0xef, 0x05, 0x4a, 0x2d, 0x83, 0x59, 0x98, 0x83, 0xdb, 0x94, 0x88, 0xde, 0x96, 0x79, 0x2c, 0x99, 0xf2, 0xa4, 0x81, 0x44, 0x26, 0x45, 0x87, 0x7e, 0xa1, 0x20, 0x08, 0xa5, 0x3c, 0xc4, 0x5a, 0x05, 0xe5, 0x43, 0xad, 0x50, 0x18, 0x0a, 0x1b, 0x6d, 0x0d, 0x00, 0x38, 0x9e, 0x70, 0xc7, 0xae, 0xb2, 0xa6, 0x67, 0x51, 0x5e, 0x76, 0xc1, 0x54, 0xbb, 0xf7, 0x3c, 0x52, 0x6e, 0x2f, 0x21, 0x3a, 0x80, 0x4e, 0xe5, 0x35, 0x7f, 0x52, 0xc2, 0x36, 0xc8, 0x44, 0xbe, 0x6c, 0xf2, 0x23, 0xf8, 0x9c } }; static const struct cckprng_op_reseed op_reseed_2282 = { .hd = { .id = 2156, .kind = OP_RESEED }, .nonce = 16875054279457907706ULL, .seed_nbytes = 26, .seed = { 0x4d, 0xf0, 0x8d, 0x9b, 0x2d, 0x93, 0x25, 0xca, 0x27, 0x39, 0xa5, 0x8c, 0x6b, 0xa4, 0x29, 0xd7, 0xce, 0xab, 0x7a, 0xb1, 0x2e, 0xbe, 0xa4, 0x49, 0xe4, 0x1d } }; static const struct cckprng_op_refresh op_refresh_2283 = { .hd = { .id = 2157, .kind = OP_REFRESH }, .rand = 13167518899724323136ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2284 = { .hd = { .id = 2158, .kind = OP_GENERATE }, .rand_nbytes = 6, .out = { .rand = { 0x6c, 0x76, 0x3f, 0x1c, 0x1a, 0x95 } } }; static const struct cckprng_op *ops_2285[] = { (const struct cckprng_op *)&op_init_2269, (const struct cckprng_op *)&op_refresh_2270, (const struct cckprng_op *)&op_refresh_2271, (const struct cckprng_op *)&op_init_2272, (const struct cckprng_op *)&op_init_2273, (const struct cckprng_op *)&op_init_2274, (const struct cckprng_op *)&op_refresh_2275, (const struct cckprng_op *)&op_reseed_2276, (const struct cckprng_op *)&op_init_2277, (const struct cckprng_op *)&op_reseed_2278, (const struct cckprng_op *)&op_refresh_2279, (const struct cckprng_op *)&op_refresh_2280, (const struct cckprng_op *)&op_reseed_2281, (const struct cckprng_op *)&op_reseed_2282, (const struct cckprng_op *)&op_refresh_2283, (const struct cckprng_op *)&op_init_2284 }; static const struct cckprng_vector vec_2286 = { .id = 2159, .note = NULL, .nops = 16, .ops = ops_2285 }; static const struct cckprng_op_init op_init_2287 = { .hd = { .id = 2160, .kind = OP_INIT }, .seed = { 0xdc, 0x37, 0x4e, 0x22, 0xa7, 0xa8, 0x75, 0xa1, 0xe3, 0xb3, 0x1e, 0x11, 0x86, 0xac, 0xe6, 0x64, 0x67, 0x3b, 0x93, 0x50, 0x15, 0x62, 0x62, 0xb2, 0x31, 0xb5, 0x42, 0x62, 0x6d, 0xe6, 0xd9, 0x55 }, .nonce = { 0x14, 0x4e, 0xed, 0xf3, 0xf2, 0xe3, 0x26, 0xeb }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2288 = { .hd = { .id = 2161, .kind = OP_REFRESH }, .rand = 9257633338199150700ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2289 = { .hd = { .id = 2162, .kind = OP_RESEED }, .nonce = 5295733399770895324ULL, .seed_nbytes = 68, .seed = { 0x5a, 0x83, 0x2b, 0xeb, 0x5a, 0xd5, 0x27, 0x6d, 0xbe, 0x76, 0x23, 0x6f, 0xdd, 0xa2, 0xe5, 0xb1, 0x25, 0x86, 0x1f, 0x8b, 0xaf, 0xac, 0xfa, 0x53, 0xbd, 0x48, 0xb9, 0xc4, 0x0d, 0x69, 0xf4, 0xba, 0xed, 0x4c, 0xd7, 0x84, 0x02, 0x0a, 0x43, 0x0c, 0x72, 0xe3, 0xcd, 0xd3, 0xe4, 0xd8, 0x9f, 0xa1, 0x26, 0x86, 0x06, 0xcb, 0xe3, 0x0a, 0x8d, 0x91, 0xb2, 0x80, 0xc5, 0x02, 0x32, 0x0b, 0x08, 0x34, 0x0b, 0x0f, 0x1e, 0xc7 } }; static const struct cckprng_op_reseed op_reseed_2290 = { .hd = { .id = 2163, .kind = OP_RESEED }, .nonce = 17396069914001845550ULL, .seed_nbytes = 172, .seed = { 0x34, 0xa5, 0x80, 0x41, 0x93, 0x91, 0x66, 0x88, 0xb3, 0x5a, 0xfc, 0x38, 0x67, 0xdb, 0xdf, 0xb5, 0xa3, 0x1e, 0x64, 0xdf, 0x14, 0xe5, 0x4b, 0xc4, 0x62, 0x38, 0x5c, 0xe6, 0x8f, 0xb4, 0xfa, 0x54, 0x08, 0x87, 0x5a, 0x6e, 0x85, 0x0f, 0x37, 0x10, 0x2c, 0x1f, 0xd3, 0x48, 0x07, 0x55, 0x31, 0xf8, 0x33, 0xa2, 0x82, 0x32, 0xe4, 0xe1, 0x8e, 0x90, 0xbf, 0x9e, 0x28, 0x54, 0xfc, 0xd1, 0xac, 0x69, 0xee, 0x0d, 0x07, 0x8a, 0x61, 0x31, 0x0f, 0xcf, 0xdf, 0x7f, 0x89, 0xe2, 0x45, 0x83, 0x98, 0x78, 0x63, 0x5e, 0xb8, 0x12, 0x6f, 0xeb, 0xfc, 0xb4, 0x64, 0x42, 0xb0, 0xaf, 0x6e, 0x5a, 0xc9, 0x18, 0x07, 0xfb, 0x25, 0xec, 0x73, 0x59, 0x93, 0xaf, 0x90, 0x1a, 0x7d, 0xe2, 0xe1, 0xb6, 0x60, 0x0e, 0x7f, 0xce, 0xa4, 0xfb, 0x31, 0xab, 0x77, 0x21, 0x3e, 0x7c, 0x41, 0x52, 0x95, 0x36, 0x0c, 0x36, 0x9c, 0x52, 0xea, 0xef, 0xbc, 0xe9, 0x1b, 0x64, 0x27, 0xac, 0xe7, 0xe1, 0x90, 0x5d, 0xda, 0x88, 0x3e, 0xd3, 0xbd, 0x7b, 0xb2, 0xb0, 0xe6, 0xbc, 0xff, 0x9e, 0x5a, 0x10, 0x07, 0x0f, 0x45, 0xa2, 0x6b, 0xeb, 0x31, 0xd6, 0xbc, 0xf4, 0x75, 0x12, 0x2e, 0xd9, 0x40, 0xb3 } }; static const struct cckprng_op_generate op_init_2291 = { .hd = { .id = 2164, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0x00, 0xea, 0xf3, 0xdb, 0x6a, 0x85, 0x8b, 0xe5, 0xf1, 0xc2, 0x54, 0x2a, 0x8b, 0xfa, 0x6c, 0x19, 0x90, 0xa3, 0xda, 0x0d, 0x20, 0xb9, 0x67, 0x17, 0xea, 0x0f, 0x19, 0x6e, 0x56, 0x5b, 0x02, 0x46, 0xac, 0x90, 0x09, 0x8f, 0x69, 0x64, 0x19, 0x00, 0x40, 0xe3, 0x24, 0xa6, 0x68, 0x12, 0xaf, 0x20, 0xd3, 0xd0, 0x0f, 0x44, 0x39, 0x97, 0xf9, 0xc8, 0xe4, 0x8d, 0x59, 0xf4, 0x04, 0xf4, 0x14, 0x64, 0x9a, 0xd7, 0x1c, 0x1a, 0x55, 0x42, 0x6e, 0x02, 0x18, 0xc9, 0x62, 0x67, 0xbd, 0x99, 0x62, 0x13, 0xcf, 0xc0, 0x2b, 0x77, 0xf0, 0x80, 0xf5, 0x55, 0xff, 0x54, 0xe8, 0x69, 0x71, 0x6f, 0x1e, 0x8a, 0x42, 0x79, 0x2b, 0x2c, 0xd8, 0xbd, 0x82, 0xd5, 0x4b, 0xbd, 0x60, 0x8a, 0x41, 0x73, 0x64, 0x37, 0xd0, 0x7c, 0xd5, 0x78, 0xd3, 0xef, 0xb8, 0x20, 0x07, 0x78, 0x41, 0x00, 0xdd, 0xe2, 0xa7, 0x16, 0xd1, 0xa4, 0xab, 0xad, 0x93, 0x8f, 0xf1, 0x20, 0x4e, 0x3f, 0xfa, 0x12, 0xb5, 0x54, 0x19, 0xc1, 0x32, 0x03, 0x52, 0x80, 0x97, 0x49, 0xba, 0xb7, 0x6a, 0x7f, 0x72, 0x7c, 0x7c, 0x4f, 0xd8, 0x4d, 0x44, 0xd5, 0x1c, 0x3c, 0xa1, 0x53, 0x6f, 0xbc, 0x62, 0x6d, 0x37, 0x63, 0x14, 0x79, 0x77, 0x0a, 0x0f, 0x23, 0x56, 0x98, 0x14, 0xc8, 0xad, 0x83, 0x54, 0x0e, 0xf0, 0x92, 0xa4, 0xd9, 0xde, 0xa0, 0x89, 0x5c, 0xa9, 0xc0, 0xb9, 0x18, 0xda, 0x98, 0x82, 0x80, 0x35, 0x56, 0xda, 0xc2, 0xbc, 0x9e, 0xfa, 0x31, 0x3e, 0xff, 0xa1, 0xc5, 0x8f, 0xdf, 0x04, 0x08, 0xff, 0xbd, 0x4b, 0x0e, 0x2c, 0x99, 0x57, 0xef, 0x80, 0xf9, 0x2d, 0x23, 0x6e, 0xae, 0x4e, 0x7f, 0x66, 0xd3, 0xe4, 0xe3, 0xa1, 0xa5, 0x49, 0x6f, 0xd8, 0x17, 0x18, 0xf8, 0x4c, 0x9c, 0x93, 0x4e, 0x6d, 0x78, 0xcb, 0xcc, 0x66, 0x1b, 0x9a, 0xed, 0x10, 0x25, 0x5b, 0xfa, 0x5c, 0xfd, 0xed, 0x95, 0x68, 0x7c, 0xc6, 0xd6, 0x4c, 0x7e, 0x03, 0xd5, 0x39, 0x8c, 0x73 } } }; static const struct cckprng_op_reseed op_reseed_2292 = { .hd = { .id = 2165, .kind = OP_RESEED }, .nonce = 2710238910348383037ULL, .seed_nbytes = 193, .seed = { 0xd8, 0x62, 0xff, 0x1a, 0xd3, 0x2f, 0x47, 0xee, 0x50, 0x1c, 0xe7, 0xa9, 0x62, 0x3d, 0x56, 0x07, 0x94, 0xd1, 0x82, 0xf5, 0x1e, 0xca, 0x35, 0x9d, 0x94, 0x1c, 0x1a, 0xb3, 0x15, 0x98, 0xa1, 0x8a, 0x78, 0x5d, 0x68, 0x6f, 0xd4, 0x73, 0x11, 0x31, 0xba, 0xc4, 0x03, 0x74, 0xea, 0x0c, 0x73, 0x75, 0xe2, 0x66, 0x6c, 0xa5, 0xf5, 0xd0, 0xdb, 0x3b, 0xc5, 0x5b, 0x2e, 0x6c, 0x73, 0x64, 0x39, 0x24, 0x4a, 0x31, 0x3e, 0xf4, 0x08, 0x91, 0x98, 0x98, 0x36, 0x08, 0x53, 0x6b, 0x05, 0xbd, 0xdd, 0x66, 0xf7, 0x1d, 0xa1, 0xe6, 0x6b, 0x03, 0x00, 0xa8, 0xb6, 0xd1, 0x70, 0xba, 0x13, 0xfb, 0xa2, 0x8f, 0xa2, 0x23, 0x82, 0x9e, 0x8b, 0xc6, 0x71, 0x13, 0x8e, 0xb6, 0x9d, 0xb3, 0x3f, 0x62, 0xf7, 0x45, 0x93, 0xb2, 0x75, 0x53, 0xcc, 0xa3, 0xe4, 0x7e, 0x0c, 0x36, 0x9b, 0x77, 0x22, 0x4d, 0x2b, 0xd7, 0x0d, 0x68, 0xe4, 0x0a, 0xa0, 0xff, 0xdb, 0x07, 0x40, 0x5e, 0x60, 0x68, 0x57, 0xe6, 0x49, 0x97, 0x1d, 0x89, 0x0f, 0xe0, 0xa1, 0x92, 0xfb, 0x79, 0xba, 0x50, 0xf0, 0xd3, 0xd9, 0x02, 0x2e, 0xe2, 0x22, 0xf5, 0x34, 0x20, 0x4f, 0xb7, 0x90, 0x23, 0x81, 0x2c, 0x0e, 0xd7, 0x53, 0x21, 0x4d, 0xf5, 0xb8, 0x77, 0x49, 0x53, 0x5a, 0x70, 0x6c, 0x96, 0x1d, 0xa9, 0x36, 0xdb, 0x66, 0xce, 0xbb, 0xa8, 0x7f } }; static const struct cckprng_op_generate op_init_2293 = { .hd = { .id = 2166, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0xc8, 0x09, 0xdd, 0xe4, 0x9f, 0xe2, 0xf4, 0x08, 0xb1, 0xa9, 0x71, 0x5b, 0xcb, 0x4a, 0x13, 0x4b, 0x71, 0xb4 } } }; static const struct cckprng_op_reseed op_reseed_2294 = { .hd = { .id = 2167, .kind = OP_RESEED }, .nonce = 17892152240974657527ULL, .seed_nbytes = 74, .seed = { 0x5f, 0x97, 0x55, 0xa8, 0x42, 0x64, 0xb1, 0xc3, 0xe4, 0xd2, 0xaa, 0x14, 0xe5, 0xbb, 0x81, 0x48, 0xc3, 0xbb, 0xc9, 0x1e, 0xf2, 0x91, 0x58, 0xd9, 0x1b, 0x78, 0x41, 0x6e, 0xbe, 0x95, 0x55, 0x89, 0x79, 0x63, 0xd6, 0x8e, 0xf7, 0xd8, 0xb6, 0x08, 0xdb, 0xfa, 0x43, 0x6a, 0xac, 0xec, 0xe8, 0x68, 0x8b, 0xb2, 0x14, 0x4c, 0x07, 0xcc, 0xf5, 0x47, 0xff, 0x9e, 0xc2, 0x34, 0x38, 0xff, 0x9b, 0x75, 0xbe, 0x59, 0x24, 0x5c, 0x63, 0xbd, 0x25, 0x0b, 0x8c, 0x54 } }; static const struct cckprng_op_generate op_init_2295 = { .hd = { .id = 2168, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0x9f, 0x72, 0x88, 0x72, 0x5f, 0xf7, 0xa4, 0xc4, 0xcd, 0xcd, 0xc6, 0x6e, 0xcc, 0xdf, 0xa6, 0xf9, 0xe9, 0x7e, 0x6f, 0xcb, 0x1a, 0xa1, 0x53, 0x9e, 0x75, 0x26, 0xb0, 0xd0, 0x59, 0xd7, 0xc4, 0x7d, 0x22, 0x0c, 0x61, 0xa5, 0x3e, 0xd3, 0x66, 0xd0, 0x17, 0xc5 } } }; static const struct cckprng_op_reseed op_reseed_2296 = { .hd = { .id = 2169, .kind = OP_RESEED }, .nonce = 17271624274917506518ULL, .seed_nbytes = 38, .seed = { 0xb4, 0x82, 0x52, 0x21, 0x21, 0x39, 0x76, 0xe3, 0x97, 0xf5, 0xcc, 0x1e, 0x98, 0x26, 0x7b, 0xbe, 0x46, 0x7d, 0x49, 0x69, 0xa5, 0xa4, 0xc9, 0x66, 0x8f, 0xa7, 0xcb, 0x6e, 0x03, 0xb9, 0x19, 0xb8, 0x64, 0xf0, 0x79, 0xe5, 0x72, 0x69 } }; static const struct cckprng_op_refresh op_refresh_2297 = { .hd = { .id = 2170, .kind = OP_REFRESH }, .rand = 176748372185946701ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2298 = { .hd = { .id = 2171, .kind = OP_RESEED }, .nonce = 4336682499143339376ULL, .seed_nbytes = 105, .seed = { 0xbb, 0xea, 0x29, 0xd5, 0xad, 0x98, 0x7a, 0xe6, 0x85, 0x90, 0xdd, 0x53, 0x9c, 0x4e, 0xe1, 0xe6, 0x56, 0x48, 0x3c, 0x4e, 0x23, 0x4f, 0x1c, 0xdc, 0x99, 0x52, 0x2f, 0x02, 0x2d, 0xd1, 0xce, 0x00, 0x67, 0x0b, 0x61, 0x20, 0x59, 0xb3, 0x7d, 0x60, 0x0a, 0x66, 0x8f, 0x32, 0x3f, 0x0d, 0x56, 0x54, 0x2f, 0xe5, 0x5f, 0xa1, 0x2a, 0xdb, 0x24, 0x42, 0x30, 0x86, 0xc1, 0x17, 0x59, 0x39, 0xd3, 0x2d, 0x76, 0x2c, 0x5b, 0x58, 0xa0, 0xe9, 0x3b, 0xf4, 0x4b, 0x31, 0x2c, 0x1b, 0x97, 0xe0, 0x28, 0xb7, 0x1a, 0xa1, 0x03, 0x4c, 0x89, 0xff, 0x0f, 0x3f, 0xf7, 0x71, 0xef, 0xf2, 0x76, 0x55, 0x18, 0x16, 0x92, 0x3d, 0x7b, 0xc9, 0x6e, 0x5a, 0xab, 0x30, 0x65 } }; static const struct cckprng_op_reseed op_reseed_2299 = { .hd = { .id = 2172, .kind = OP_RESEED }, .nonce = 5241430432112631826ULL, .seed_nbytes = 114, .seed = { 0xa2, 0x31, 0xf9, 0x8e, 0xef, 0xee, 0x81, 0x65, 0x14, 0x81, 0x84, 0xb8, 0xc8, 0x25, 0xd5, 0x34, 0xf4, 0xee, 0xff, 0x01, 0x34, 0x26, 0x01, 0xd7, 0x87, 0xc6, 0xdf, 0xec, 0xfd, 0x0c, 0x3b, 0x54, 0xcd, 0xd5, 0x7c, 0x0a, 0xb1, 0xf5, 0x1c, 0xb6, 0x6b, 0xd5, 0xb2, 0x9b, 0x8f, 0xcb, 0x77, 0x9a, 0xd1, 0x43, 0xd1, 0xb3, 0xb6, 0xf2, 0xfc, 0x7f, 0xc1, 0xf5, 0x6f, 0xe2, 0x09, 0x99, 0xeb, 0x07, 0x2b, 0xd5, 0x70, 0x06, 0x72, 0x03, 0xe0, 0x75, 0x28, 0x6b, 0x1e, 0x18, 0x9a, 0x3e, 0xb5, 0x21, 0x4f, 0xb9, 0xcc, 0x9e, 0xce, 0xb0, 0xdf, 0x7e, 0x35, 0xcf, 0xbb, 0xd4, 0x26, 0xf3, 0xeb, 0x89, 0x5b, 0x7e, 0xa9, 0x97, 0x99, 0x83, 0x8f, 0x52, 0x0f, 0xf2, 0xc7, 0x6c, 0x98, 0x3d, 0xe2, 0x73, 0xfa, 0x32 } }; static const struct cckprng_op_reseed op_reseed_2300 = { .hd = { .id = 2173, .kind = OP_RESEED }, .nonce = 5792813908147933818ULL, .seed_nbytes = 40, .seed = { 0xee, 0xf1, 0x8d, 0xa2, 0xdb, 0xe0, 0xdf, 0xa1, 0xae, 0x15, 0x64, 0x6b, 0xdc, 0x71, 0x58, 0xd3, 0x61, 0x9d, 0x6b, 0x0f, 0x5c, 0x56, 0x5c, 0x2e, 0x23, 0x80, 0x92, 0x25, 0x63, 0xaa, 0x19, 0x5a, 0x8e, 0x4b, 0x4d, 0x53, 0x69, 0xd8, 0x7e, 0x57 } }; static const struct cckprng_op_generate op_init_2301 = { .hd = { .id = 2174, .kind = OP_GENERATE }, .rand_nbytes = 170, .out = { .rand = { 0xb3, 0x61, 0xc7, 0x02, 0x4c, 0xd2, 0x4e, 0x22, 0xfc, 0xa2, 0xe2, 0x1c, 0x19, 0xa8, 0x50, 0x2a, 0xb4, 0xd4, 0x91, 0x73, 0x25, 0xc6, 0x38, 0x87, 0x44, 0xb8, 0x79, 0x90, 0xe7, 0xf7, 0x44, 0x89, 0xc9, 0x59, 0x67, 0x44, 0xde, 0x4e, 0x7b, 0xec, 0x21, 0xc4, 0x40, 0x33, 0x21, 0x44, 0xf2, 0x79, 0x36, 0xa9, 0xe7, 0x1f, 0x7c, 0x39, 0xaf, 0x85, 0xd7, 0x7c, 0x04, 0x50, 0x81, 0x6c, 0x12, 0xc2, 0xf1, 0xfc, 0x86, 0xe7, 0xd4, 0x0c, 0x1d, 0x51, 0x79, 0x65, 0xa8, 0xc3, 0x46, 0x5b, 0xb6, 0x1e, 0xbd, 0x1c, 0x91, 0xdd, 0x46, 0xce, 0xde, 0x81, 0xcd, 0xb9, 0x6d, 0x2f, 0x74, 0xd7, 0x7a, 0x9d, 0xe2, 0xef, 0x2b, 0xb1, 0x88, 0xf9, 0x10, 0xd8, 0xc9, 0x09, 0xda, 0x51, 0xe2, 0x4f, 0x2b, 0x96, 0xbe, 0xf2, 0x24, 0xee, 0x9b, 0x91, 0x23, 0x32, 0x6d, 0x33, 0xea, 0x15, 0x5a, 0x53, 0xcb, 0xad, 0x2b, 0xb9, 0x6e, 0x04, 0x12, 0x75, 0x14, 0x8a, 0x28, 0x48, 0x0c, 0xf3, 0x93, 0xc5, 0xc0, 0x80, 0x2e, 0x79, 0xbc, 0xd8, 0xa4, 0x27, 0xb5, 0xce, 0xad, 0x65, 0xfd, 0xc3, 0x2c, 0xa5, 0x72, 0x39, 0xf0, 0x80, 0xa7, 0xd2, 0x8b, 0x26, 0xfa, 0x85, 0x6d, 0x67 } } }; static const struct cckprng_op_reseed op_reseed_2302 = { .hd = { .id = 2175, .kind = OP_RESEED }, .nonce = 13097621781587142243ULL, .seed_nbytes = 176, .seed = { 0x4d, 0x61, 0x52, 0x2f, 0x3b, 0xbf, 0xe0, 0xbb, 0x26, 0x8f, 0x75, 0x9c, 0xea, 0xfb, 0x07, 0x82, 0x48, 0x6c, 0x8e, 0x6a, 0x4d, 0x02, 0xd5, 0xfc, 0xec, 0x36, 0x73, 0x46, 0xeb, 0x78, 0x61, 0xa8, 0x6e, 0x52, 0xe5, 0x1e, 0x4a, 0x37, 0xba, 0xd9, 0x90, 0xf9, 0x78, 0x49, 0x49, 0x90, 0xd8, 0xa5, 0xf6, 0x42, 0x82, 0x7d, 0xba, 0x93, 0xbc, 0x7b, 0xce, 0x68, 0xc3, 0x8b, 0xe9, 0xd4, 0x3a, 0xb9, 0xfb, 0x38, 0xf5, 0x23, 0xa3, 0xd6, 0xef, 0xbc, 0x61, 0xd7, 0x86, 0xb7, 0x57, 0x55, 0xe7, 0xee, 0xf0, 0xb4, 0x44, 0x59, 0x43, 0x92, 0xeb, 0xaa, 0x5e, 0x13, 0xb9, 0x49, 0x4c, 0xc7, 0x57, 0xef, 0x75, 0x07, 0x99, 0x7a, 0x36, 0x44, 0xc6, 0xe4, 0x49, 0x99, 0xd9, 0x92, 0xee, 0x94, 0x6d, 0xa9, 0xce, 0xf0, 0x07, 0xb8, 0xa0, 0xa2, 0x4d, 0x49, 0x51, 0xbd, 0x3f, 0x69, 0xd2, 0xbb, 0x67, 0x1f, 0xa0, 0x5a, 0x29, 0x92, 0x50, 0x4d, 0xfb, 0x62, 0xdd, 0x47, 0xf2, 0x8b, 0xad, 0xea, 0xe4, 0x5f, 0x9c, 0xda, 0x9f, 0xfd, 0x56, 0xac, 0x1c, 0xf9, 0x2d, 0x1c, 0x63, 0x79, 0xf4, 0xb5, 0x64, 0x0f, 0x44, 0x6a, 0xc8, 0x4c, 0x86, 0xba, 0xa2, 0xbc, 0x5d, 0xda, 0x60, 0x34, 0x5a, 0xcc, 0x2a, 0x6c } }; static const struct cckprng_op *ops_2303[] = { (const struct cckprng_op *)&op_init_2287, (const struct cckprng_op *)&op_refresh_2288, (const struct cckprng_op *)&op_reseed_2289, (const struct cckprng_op *)&op_reseed_2290, (const struct cckprng_op *)&op_init_2291, (const struct cckprng_op *)&op_reseed_2292, (const struct cckprng_op *)&op_init_2293, (const struct cckprng_op *)&op_reseed_2294, (const struct cckprng_op *)&op_init_2295, (const struct cckprng_op *)&op_reseed_2296, (const struct cckprng_op *)&op_refresh_2297, (const struct cckprng_op *)&op_reseed_2298, (const struct cckprng_op *)&op_reseed_2299, (const struct cckprng_op *)&op_reseed_2300, (const struct cckprng_op *)&op_init_2301, (const struct cckprng_op *)&op_reseed_2302 }; static const struct cckprng_vector vec_2304 = { .id = 2176, .note = NULL, .nops = 16, .ops = ops_2303 }; static const struct cckprng_op_init op_init_2305 = { .hd = { .id = 2177, .kind = OP_INIT }, .seed = { 0x27, 0x9d, 0xd1, 0x96, 0xcc, 0x6b, 0xba, 0xca, 0x49, 0xa9, 0x2d, 0xde, 0x7e, 0x21, 0x3d, 0x51, 0x62, 0x23, 0xc5, 0xb1, 0xa6, 0xd6, 0xbc, 0x08, 0xce, 0x78, 0xde, 0x38, 0x6b, 0x98, 0x84, 0x39 }, .nonce = { 0xa7, 0xe0, 0xa8, 0xdf, 0x01, 0xd5, 0x22, 0xf8 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2306 = { .hd = { .id = 2178, .kind = OP_GENERATE }, .rand_nbytes = 273, .out = { .rand = { 0x4a, 0xb9, 0xcd, 0x5e, 0x9b, 0x99, 0xba, 0x01, 0x95, 0x95, 0xef, 0x55, 0x6c, 0xfc, 0xca, 0x9a, 0x87, 0xc3, 0xa3, 0xb9, 0x14, 0xfe, 0xb3, 0xc9, 0x2c, 0x4c, 0xd5, 0xbd, 0xba, 0xb4, 0xaa, 0x26, 0x98, 0xb5, 0xa4, 0xb0, 0x9a, 0x19, 0x48, 0x8b, 0x11, 0xb3, 0xdc, 0x2e, 0x7d, 0x9b, 0xba, 0x25, 0x42, 0x24, 0xae, 0x93, 0x0e, 0x62, 0xe5, 0xa3, 0x39, 0x2b, 0xfc, 0x94, 0x36, 0xcc, 0xe2, 0xb6, 0xa8, 0x9d, 0x8a, 0x7f, 0xa3, 0x57, 0xf9, 0xee, 0x44, 0x21, 0x1b, 0x68, 0x91, 0xb1, 0x60, 0x07, 0x8f, 0x8f, 0x3d, 0x51, 0x4f, 0xeb, 0x4e, 0xbf, 0xcc, 0xdf, 0xf2, 0x4d, 0xc1, 0x66, 0xca, 0xb0, 0x2b, 0x32, 0xc7, 0xac, 0x96, 0x37, 0x2a, 0x66, 0x60, 0x2c, 0xda, 0xdb, 0x20, 0x83, 0xef, 0xf0, 0xfd, 0xf1, 0x4e, 0xd0, 0x01, 0xd3, 0xba, 0xa1, 0xee, 0x95, 0xe2, 0x5c, 0x83, 0x9e, 0x93, 0xff, 0x11, 0x3e, 0x60, 0xef, 0xe1, 0x04, 0x76, 0x2c, 0x8f, 0x62, 0xcf, 0x33, 0x39, 0xda, 0x70, 0x7d, 0x8d, 0x7d, 0xa0, 0x88, 0x23, 0xbe, 0x6c, 0x58, 0x82, 0x83, 0xbc, 0xed, 0x1a, 0xdb, 0x0e, 0x65, 0x9b, 0xc6, 0xeb, 0x1b, 0xab, 0x6b, 0xbc, 0x7f, 0x1a, 0xe4, 0xba, 0x91, 0x35, 0x42, 0x82, 0xbb, 0x53, 0xab, 0xc1, 0x11, 0x7b, 0x60, 0x1d, 0xbe, 0x31, 0x9c, 0xb5, 0x83, 0x32, 0x15, 0x44, 0x50, 0xcd, 0x59, 0x2c, 0xd6, 0x17, 0x23, 0x77, 0x9e, 0xc0, 0x18, 0x58, 0x82, 0x80, 0x11, 0xdf, 0x7b, 0x50, 0x43, 0xc3, 0x8f, 0xfe, 0x53, 0x36, 0xb6, 0x36, 0xf7, 0x80, 0xee, 0xec, 0xe7, 0x1d, 0xec, 0x57, 0xd1, 0x58, 0xb8, 0x4b, 0x06, 0x92, 0xfd, 0xe0, 0xad, 0xe1, 0x97, 0x1a, 0x84, 0x23, 0x28, 0x90, 0xae, 0xfe, 0xac, 0xf9, 0xff, 0xd2, 0xb5, 0xa3, 0x38, 0xf4, 0x46, 0x78, 0x50, 0x43, 0xfd, 0x1d, 0x76, 0x9a, 0xda, 0x7a, 0x79, 0x88, 0xb5, 0xc1, 0x28, 0x5a, 0x64, 0x16, 0x29, 0x22, 0x12, 0xde } } }; static const struct cckprng_op_generate op_init_2307 = { .hd = { .id = 2179, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0x7e, 0x29, 0x47, 0xd7, 0x16, 0x09, 0x86, 0xcf, 0x44, 0x0a, 0x3e, 0x25, 0x98, 0x1d, 0x2f, 0xa7, 0x13, 0x6a, 0xea, 0x83, 0x45, 0x66, 0x75, 0xc7, 0x9b, 0x6c, 0xf6, 0x79, 0x67, 0x7b, 0x43, 0x49, 0xab, 0x37, 0x3c, 0x11, 0x42, 0x6c, 0x7d, 0xa4, 0x3b, 0x4c, 0x4f, 0x6d, 0x38, 0xc5, 0x40, 0xb8, 0xe0, 0x50, 0x09, 0x6e, 0xb5, 0xcf, 0x35, 0xba, 0xe5, 0xd5, 0x7a, 0xec, 0x51, 0x5f, 0xf1, 0x4c, 0x48, 0x6f, 0xc2, 0x39, 0x8d, 0xf5, 0xe3, 0x1a, 0x62, 0xad, 0x77, 0x74, 0x06, 0x3b, 0xca, 0x28, 0x93, 0x0f, 0xcf, 0x6e, 0xae, 0xfa, 0x72, 0x1f, 0x01, 0x9d, 0x17, 0x77, 0x1c, 0xfb, 0xd2, 0x39, 0xb9, 0xfb, 0x6c, 0xc9, 0x1d, 0x01, 0xcc, 0xd4, 0x3e, 0x72, 0x80, 0x47, 0x73, 0xf0, 0x18, 0x28, 0x64, 0x10, 0x2b, 0xb4, 0xfd, 0x53, 0x54, 0xc0, 0x2f, 0x41, 0x5b, 0xb5, 0xab, 0x15, 0x13, 0xf3, 0x0c, 0x57, 0xa6, 0x60, 0xa9, 0xfd, 0x78, 0x87, 0xa8, 0xac, 0x63, 0x47, 0x60 } } }; static const struct cckprng_op_generate op_init_2308 = { .hd = { .id = 2180, .kind = OP_GENERATE }, .rand_nbytes = 201, .out = { .rand = { 0x6e, 0x14, 0x6c, 0xe8, 0xe3, 0xd9, 0x2e, 0xed, 0x5e, 0x9d, 0x3e, 0x96, 0x83, 0x38, 0x2b, 0xe0, 0x35, 0xb1, 0xbb, 0x94, 0x5d, 0xf2, 0xf4, 0x8a, 0x43, 0xf3, 0x52, 0xe6, 0xf2, 0x7a, 0x2c, 0x46, 0x0c, 0x6c, 0x3b, 0xed, 0xf9, 0xeb, 0xeb, 0x4a, 0x91, 0x99, 0x73, 0xa0, 0xcb, 0xee, 0xc3, 0x84, 0xab, 0x67, 0xed, 0xc1, 0xae, 0x78, 0x61, 0x40, 0x82, 0x1d, 0x5d, 0x9a, 0x54, 0xe2, 0x3b, 0x95, 0xc5, 0x2a, 0xd4, 0x90, 0xe6, 0xba, 0x6d, 0x45, 0x39, 0xf4, 0xe8, 0x96, 0xcd, 0x48, 0xcc, 0xf8, 0x46, 0x11, 0x29, 0xe5, 0x5a, 0xfa, 0x80, 0xdd, 0x58, 0x34, 0x1a, 0xff, 0x73, 0x39, 0x0d, 0x2c, 0x16, 0xfd, 0xdf, 0x8a, 0x13, 0x08, 0x1d, 0xd2, 0xc3, 0xdc, 0xb7, 0xcd, 0x5a, 0x7d, 0xde, 0x91, 0xd9, 0x92, 0x7c, 0x9a, 0x12, 0x8a, 0x1f, 0x90, 0xd4, 0xac, 0x88, 0x17, 0x94, 0x92, 0x6c, 0xcc, 0x32, 0x3a, 0x18, 0x6b, 0x8b, 0x69, 0xd7, 0xfa, 0xa0, 0xbe, 0x12, 0x56, 0xd9, 0x68, 0x52, 0xbe, 0x2f, 0xbe, 0x30, 0x28, 0x78, 0x0b, 0x0a, 0x85, 0x53, 0x03, 0xc2, 0xee, 0x18, 0x45, 0x0a, 0x0f, 0x77, 0x18, 0xfe, 0xbb, 0x94, 0x44, 0x7a, 0x6b, 0x55, 0x7b, 0xf2, 0x68, 0x8a, 0x0f, 0x30, 0x9d, 0xb4, 0xc3, 0x03, 0xcc, 0xee, 0x78, 0xf0, 0x25, 0x04, 0x17, 0x07, 0xb6, 0xe4, 0xc0, 0xd9, 0xa8, 0x92, 0xde, 0x5d, 0x74, 0xdd, 0xc4, 0x98, 0x68, 0xdb } } }; static const struct cckprng_op_generate op_init_2309 = { .hd = { .id = 2181, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0xf7, 0xdd, 0x33, 0x0c, 0xe7, 0x83, 0x99, 0x42, 0xd4, 0xb2, 0x4b, 0x27, 0xcb, 0x8a, 0x14, 0x2d, 0xfb, 0xb5, 0x56, 0xfe, 0xd4, 0xb0, 0x3b, 0x83, 0xca, 0x42, 0x2b, 0x1b, 0x4c, 0x59, 0x9f, 0xfc, 0x8e, 0x5f, 0x11, 0xdd, 0xb0, 0x6e, 0xff, 0xe9, 0x0d, 0xd0, 0x18, 0xc9, 0x7a, 0x4e, 0xbd, 0x36, 0xa1, 0x0b, 0x76, 0x27, 0x2a, 0x99, 0x57, 0x49, 0x41, 0xde, 0x18, 0x04, 0x23, 0xe1, 0xad, 0xb0, 0x75, 0x62, 0x52, 0x9b, 0x73, 0x5a, 0x62, 0xa7, 0x62, 0xf6, 0xfd, 0xc6, 0xbe, 0xc2, 0x4b, 0x9b, 0xeb, 0xd6, 0xba, 0xa0, 0x50, 0x47, 0xc1, 0x07, 0xd2, 0x24, 0x2e, 0xd0, 0xc7, 0xb5, 0x17, 0x73, 0xe1, 0x9a, 0x2f, 0x78, 0x88, 0x9d, 0x24, 0x39, 0xe0, 0xf7, 0x49, 0x9b, 0xd1, 0xf8, 0xb4, 0x18, 0xfb, 0xdf, 0xa1, 0xad, 0xbd, 0xe1, 0x73, 0x34, 0x70, 0xc1, 0x47, 0x81, 0xda, 0xb9, 0x16, 0xaa, 0x6d, 0x2f, 0xe6, 0xf1, 0xbf, 0x44, 0x4a, 0x5a, 0xdc, 0xbe, 0xa6, 0xda, 0x7b, 0xab, 0x91, 0x75, 0x79, 0xd4, 0xd3, 0xf2, 0xe4, 0x56, 0x02, 0x2f, 0x9d, 0x6a, 0xb7, 0x0f, 0xd2, 0xd6, 0x90, 0x97, 0x6c, 0x13, 0x1c, 0xbe, 0xb2, 0x5f, 0x50, 0x02, 0x28, 0x5d, 0xb9, 0x56, 0x2c, 0xda, 0x39, 0x45, 0xcb, 0xd7, 0x89, 0x5a, 0x14, 0xd5, 0x7e, 0xbc, 0x1f, 0x89, 0x4b, 0x41, 0xda, 0xe3, 0x35, 0xd3, 0xb9, 0xa7, 0x33, 0xed, 0x3d, 0xa4, 0x95, 0x7c, 0xab, 0x9a, 0xfb, 0xcd, 0x6c, 0x46, 0x0e, 0x6f, 0xcf, 0xee, 0xa1, 0x89, 0x90, 0xa7, 0x27, 0xe1, 0x2d, 0xb0, 0x6d, 0xa2, 0x03, 0x03, 0xca, 0x3a, 0xf6, 0x92, 0x6b, 0x12, 0xee, 0xfc, 0x03, 0xa3, 0x61, 0x1d, 0x4a, 0xa5, 0x77, 0x82, 0x4a, 0xe6, 0xf4, 0xa7, 0xcd, 0x97, 0xe2, 0xc6, 0x29, 0x15, 0x4c, 0xf1, 0xcb, 0x56, 0x29, 0xae, 0x20, 0x60, 0x3d, 0x72, 0x8b, 0x44, 0x18, 0x06, 0x0e, 0x1a, 0x53, 0x0a, 0xe1, 0xff, 0x7b, 0xbe, 0x0a } } }; static const struct cckprng_op_generate op_init_2310 = { .hd = { .id = 2182, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0xe8, 0xbc, 0xb3, 0xf7, 0x86, 0xd5, 0x45, 0x00, 0xaf, 0x42, 0xd4, 0x00, 0x7d, 0xa3, 0x80, 0x24, 0x5e, 0x20, 0xab, 0xdf, 0xe6, 0x55, 0xfb, 0xab, 0xe2, 0x17, 0xfd, 0x06, 0xe3, 0x17, 0xad, 0x79, 0xc4, 0xe9, 0x55, 0x90, 0x2a, 0xfe, 0x29, 0xa0, 0xd4, 0xbb, 0x91, 0x61, 0x2b, 0x6d, 0xcc, 0x92, 0x39, 0xdf, 0x13, 0x6e, 0xc7, 0x4d, 0xc5, 0xcf, 0xb8, 0x08, 0x53, 0x14, 0xe3, 0x00, 0xd0, 0x9e, 0xd2, 0x55, 0xbd, 0x01, 0x63, 0x50, 0x80, 0x09, 0x8f, 0xe3, 0xc9, 0x13, 0xd3, 0xda, 0x17, 0xd1, 0x6d, 0xd4, 0xc4, 0xec, 0x54, 0x74, 0x51, 0x93, 0x4c, 0x0c, 0x8d, 0x99, 0xf9, 0x79, 0xb2, 0x08, 0xb7, 0xb6, 0x44, 0xca, 0x83, 0x8c, 0x41, 0xc9, 0xe2, 0x2a, 0x15, 0x23, 0xca, 0x57, 0x2f, 0x90, 0xe9, 0x38, 0x99, 0x10, 0x00, 0xc3, 0x00, 0xc1, 0xdf, 0x4a, 0x38, 0xab, 0x57, 0x1b, 0x8a, 0x9a, 0xa6, 0xf9, 0xec, 0x7f, 0x30, 0x66, 0x8f, 0x4b, 0x02, 0xa3, 0x62, 0x13, 0xe2, 0xaf, 0x8f, 0x25, 0x0d, 0x5b, 0x5b, 0xc2, 0x37, 0x0f, 0xea, 0x8e, 0xb7, 0x62, 0xa1, 0x49, 0xe6, 0x95, 0xbe, 0x43, 0x22, 0xd9, 0x83, 0x6f, 0x13, 0xa5, 0xe4, 0x1e, 0xbd, 0xce, 0x65, 0xa4, 0xec, 0x69, 0x87, 0xd9, 0x09, 0xe2, 0xb9, 0x34, 0x69, 0x4e, 0x6d, 0x78, 0x10, 0xd6, 0x70, 0x07, 0x86, 0x23, 0x66, 0xe2, 0xfd, 0x4a, 0x80, 0x68, 0x90, 0x1a, 0xa9, 0xda, 0x8f, 0x32, 0xb7, 0x67, 0x48, 0x7e, 0x57, 0x64, 0x99, 0x0e, 0x7f, 0x3f, 0xf7, 0x52, 0xf9, 0xf5, 0x24, 0xcb, 0xec, 0xe7, 0x3a, 0xdf, 0xc7, 0x10, 0x9b, 0xa9, 0x06, 0xa4, 0x77, 0x66, 0xdb, 0x84, 0xf3, 0x19, 0xb1, 0x57, 0xd6, 0x52, 0x7e, 0x04, 0xd8, 0xb7, 0xa8, 0xcb, 0x02, 0x59, 0x1e, 0xb4, 0xfc, 0xc8 } } }; static const struct cckprng_op_generate op_init_2311 = { .hd = { .id = 2183, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0x78, 0xec, 0xe7, 0x96, 0x64, 0xe1, 0xde, 0xa6, 0xf0, 0x0f, 0xb0, 0xf8, 0x8c, 0x80, 0x03, 0xc5, 0xe5, 0x3f, 0xe8, 0x42, 0x86, 0xbf, 0xa8, 0x2b, 0xed, 0xd7, 0x94, 0x65, 0x30, 0x83, 0xe8, 0x71, 0x4c, 0x6d, 0x57, 0xfb, 0x02, 0x01, 0x92, 0x1c, 0x21, 0x45, 0x32, 0x2f, 0x0d, 0x8d, 0x29, 0x9e, 0x3d, 0x7c, 0x4a, 0x5d, 0xb1, 0xc7, 0x40, 0xfc, 0xf7 } } }; static const struct cckprng_op_generate op_init_2312 = { .hd = { .id = 2184, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x73, 0x7c, 0x01, 0xcd, 0x5d, 0x1d, 0x5b, 0x43, 0x92, 0x34, 0x98, 0xbd, 0x29, 0x59, 0x88, 0xeb, 0xce, 0xef, 0xa9, 0x1a, 0x7e, 0x8c, 0x29, 0xd2, 0x18, 0xf0, 0x34, 0x12, 0x01, 0x45, 0xe3, 0xeb, 0x7e, 0xc6, 0x5f, 0x30, 0x9e, 0x24, 0x46, 0xf8, 0xcf, 0x23, 0xe6, 0x27, 0xa9, 0x60, 0xfa, 0x37, 0x3b, 0xbe, 0x3d, 0xb9, 0xaf, 0x9d, 0x22 } } }; static const struct cckprng_op_refresh op_refresh_2313 = { .hd = { .id = 2185, .kind = OP_REFRESH }, .rand = 2029375117740976030ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2314 = { .hd = { .id = 2186, .kind = OP_GENERATE }, .rand_nbytes = 286, .out = { .rand = { 0x83, 0x74, 0x27, 0x38, 0xa8, 0x7e, 0x46, 0x4b, 0x53, 0x77, 0xc8, 0xfa, 0xb2, 0x66, 0x56, 0x0c, 0x3d, 0x32, 0xe7, 0xd1, 0x1f, 0x08, 0x75, 0xc2, 0xc8, 0xa0, 0x97, 0x33, 0x02, 0x8e, 0x33, 0x38, 0xb3, 0x3b, 0x35, 0xa7, 0x10, 0xaa, 0x57, 0xe3, 0x87, 0xc1, 0xbf, 0x5c, 0xfc, 0xee, 0xd6, 0xc5, 0x94, 0x72, 0x9c, 0x67, 0xda, 0x69, 0x9c, 0xce, 0xcb, 0xe8, 0x73, 0x20, 0x50, 0xf1, 0x1f, 0x61, 0x5e, 0xe9, 0xd6, 0x60, 0x72, 0xea, 0x73, 0x08, 0x96, 0xf4, 0xcc, 0x57, 0x31, 0x9e, 0x64, 0x1c, 0xad, 0x8d, 0x81, 0x61, 0xdd, 0xdb, 0x6d, 0xea, 0x05, 0xac, 0x7e, 0x1c, 0xa9, 0x61, 0x38, 0xd6, 0xbd, 0xc2, 0x6e, 0xba, 0x56, 0x4c, 0x15, 0x55, 0xf6, 0x8d, 0x62, 0x1f, 0x85, 0xe8, 0x82, 0xac, 0x1b, 0xb8, 0xe5, 0x4a, 0xdd, 0x19, 0xa3, 0x17, 0x30, 0x8b, 0x7d, 0xd9, 0xfa, 0x97, 0x84, 0x49, 0xc8, 0xe4, 0xc4, 0x7a, 0xaf, 0x69, 0xfe, 0x38, 0x8e, 0x96, 0xae, 0x13, 0xff, 0x27, 0x65, 0x0d, 0xb4, 0x74, 0x71, 0xc5, 0x37, 0x7b, 0x0a, 0xd0, 0x79, 0x6e, 0x9e, 0x06, 0x99, 0x46, 0xb3, 0xad, 0x3e, 0x0e, 0x41, 0x78, 0xa8, 0x43, 0x97, 0xd2, 0x22, 0xe1, 0x5a, 0x26, 0x5e, 0x42, 0x59, 0x8f, 0x2f, 0x67, 0xdb, 0x41, 0x60, 0x71, 0x6a, 0xc3, 0x40, 0x7f, 0x7f, 0x87, 0x2c, 0x96, 0x11, 0xe4, 0x61, 0xf0, 0x93, 0x23, 0x86, 0x87, 0xb9, 0x84, 0x03, 0x09, 0xce, 0x3f, 0x14, 0x31, 0xfc, 0xca, 0xbb, 0x0d, 0xb7, 0x83, 0x69, 0x7f, 0x17, 0xc7, 0x12, 0xbc, 0xaa, 0xd4, 0x65, 0x49, 0xd4, 0xd7, 0x35, 0x09, 0x73, 0xf5, 0x20, 0x07, 0x1e, 0xa4, 0xef, 0xae, 0x46, 0xe0, 0xe8, 0xbe, 0xbe, 0xd2, 0x88, 0x9c, 0xba, 0xcb, 0xfe, 0x1c, 0x6f, 0xd5, 0xcf, 0xfd, 0xa1, 0xfa, 0x0e, 0x8f, 0x53, 0x3e, 0xd8, 0xbf, 0x0a, 0x02, 0xb9, 0xc7, 0x22, 0x12, 0x42, 0xea, 0x6d, 0xcc, 0xf8, 0x30, 0xf8, 0xc2, 0xde, 0x40, 0xa4, 0x63, 0x76, 0x98, 0xda, 0xd2, 0x9d, 0x02, 0x31, 0x64, 0xbc, 0x9b } } }; static const struct cckprng_op_generate op_init_2315 = { .hd = { .id = 2187, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0x00, 0x0e, 0x4d, 0x5f, 0x77, 0x80, 0xe6, 0x3d, 0xc7, 0xce, 0xac, 0xe2, 0x1c, 0xe2, 0x72, 0x41, 0x5a, 0xc3, 0xfb, 0xb8, 0x45, 0x5a, 0xa1, 0x20, 0x84, 0x89, 0xd0, 0x1b, 0x79, 0x53, 0xe1, 0x77, 0x7e, 0xed, 0xf1, 0xfa, 0x51, 0x65, 0x75, 0xd4, 0xea, 0xa7, 0x18, 0x45, 0x9b, 0x79, 0x0e, 0xdf, 0x55, 0x6b, 0xe4, 0xa2, 0x61, 0x49, 0x70, 0x2f, 0xfd, 0x69, 0xd3, 0x10, 0x99, 0xaa, 0xab, 0xd8, 0x46, 0xa5, 0xab, 0xb7, 0x08, 0x1c, 0x6e, 0xae, 0xa4, 0x1f, 0x79, 0x67, 0xf5, 0x1b, 0x91, 0x20, 0x3f, 0xf2, 0xdc, 0x68, 0xe0, 0xbd, 0x3c, 0x9a, 0x39, 0xa7, 0x1e, 0x97, 0xab, 0x07, 0x7f, 0x2a, 0xaf, 0xca, 0x00, 0x70, 0xca, 0xf3, 0x72, 0xaf, 0x1b, 0x21, 0x04, 0xad, 0x4d, 0xa2, 0x90, 0xaf, 0xb3, 0xeb, 0x57, 0xc9, 0x93, 0x72, 0x31, 0x79, 0xcc, 0x31, 0x88, 0x93, 0x1f, 0x19, 0xa0, 0x17, 0xb3, 0x94, 0x83, 0xeb, 0x04, 0x51, 0x06, 0x4e, 0x7f, 0x28, 0x49, 0x75, 0x11, 0x58, 0x34, 0x5c, 0xb0, 0x73, 0xd6, 0xb4, 0xc9, 0xeb, 0x9c, 0xfc, 0x0f, 0x11, 0x5f, 0xa0, 0x52, 0x29, 0x5f, 0x87, 0x54, 0xf0, 0x21, 0x5a, 0xc8, 0xc2, 0x7a, 0x30, 0x6e, 0xc2, 0xc2, 0xde, 0x5d, 0x2f, 0x93, 0x96, 0x7e, 0xda, 0x81, 0xdd, 0x11, 0xf1, 0xbd, 0x01, 0x70, 0x99, 0x80, 0x16, 0x4a, 0xbe, 0x93, 0x92, 0xdc } } }; static const struct cckprng_op_refresh op_refresh_2316 = { .hd = { .id = 2188, .kind = OP_REFRESH }, .rand = 18347250974692796250ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2317 = { .hd = { .id = 2189, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0x79, 0xb2, 0xb3, 0xe4, 0x6d, 0x88, 0xde, 0x61, 0xf6, 0xa8, 0xa0, 0x70, 0xc3, 0x03, 0xaf, 0xd1, 0x43, 0x20, 0x77, 0x50, 0x58, 0xa1, 0x0a, 0xa0 } } }; static const struct cckprng_op_generate op_init_2318 = { .hd = { .id = 2190, .kind = OP_GENERATE }, .rand_nbytes = 180, .out = { .rand = { 0x6b, 0xa0, 0x24, 0xd8, 0x32, 0x94, 0x77, 0x56, 0xbd, 0x99, 0x55, 0xce, 0x50, 0x0f, 0xa2, 0x23, 0x1d, 0x47, 0xd7, 0x6b, 0x6e, 0x20, 0x04, 0x84, 0x7b, 0x40, 0x1d, 0x73, 0x64, 0x54, 0x94, 0xe8, 0x0a, 0xec, 0x79, 0x14, 0xc4, 0xbe, 0xb2, 0x22, 0xdb, 0x54, 0xdc, 0x0c, 0x76, 0x54, 0x0c, 0x11, 0x34, 0xf8, 0x0a, 0xd8, 0x7f, 0x50, 0x57, 0xcb, 0xb2, 0xe4, 0xbc, 0x15, 0x12, 0x24, 0xf4, 0x48, 0x40, 0x6d, 0xaf, 0x9d, 0xf9, 0xba, 0x51, 0xc5, 0x15, 0x71, 0xb9, 0x8f, 0xb4, 0x0e, 0x38, 0xc7, 0xea, 0xe0, 0xae, 0xa3, 0xdb, 0xd2, 0x14, 0x6b, 0x49, 0x91, 0xfc, 0xbf, 0x36, 0x11, 0x0e, 0xe7, 0x3c, 0xb9, 0x7e, 0x78, 0x48, 0x12, 0xcc, 0x7b, 0x66, 0xc8, 0x21, 0x54, 0xbd, 0xd9, 0x4b, 0x6f, 0x79, 0xf8, 0x7b, 0xe8, 0x5b, 0x23, 0xe9, 0x13, 0x3a, 0x6a, 0x88, 0xf6, 0x9b, 0x9a, 0x62, 0x3d, 0x53, 0x8b, 0x3a, 0xcd, 0x07, 0x2b, 0x31, 0xcf, 0x86, 0xd6, 0xab, 0x7e, 0x09, 0x46, 0x9e, 0x6e, 0x67, 0x33, 0xa6, 0x93, 0xac, 0x26, 0x1e, 0x7c, 0x3b, 0x08, 0x76, 0xd2, 0x2d, 0xd9, 0x9d, 0xe5, 0x21, 0x30, 0xcb, 0xd4, 0x89, 0x09, 0xd7, 0x24, 0xcc, 0x8c, 0x2f, 0xd4, 0xee, 0x9a, 0xf5, 0x60, 0xad, 0x89, 0x1f, 0xfa } } }; static const struct cckprng_op_refresh op_refresh_2319 = { .hd = { .id = 2191, .kind = OP_REFRESH }, .rand = 9058356631634408882ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2320 = { .hd = { .id = 2192, .kind = OP_REFRESH }, .rand = 5041067401747111445ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2321[] = { (const struct cckprng_op *)&op_init_2305, (const struct cckprng_op *)&op_init_2306, (const struct cckprng_op *)&op_init_2307, (const struct cckprng_op *)&op_init_2308, (const struct cckprng_op *)&op_init_2309, (const struct cckprng_op *)&op_init_2310, (const struct cckprng_op *)&op_init_2311, (const struct cckprng_op *)&op_init_2312, (const struct cckprng_op *)&op_refresh_2313, (const struct cckprng_op *)&op_init_2314, (const struct cckprng_op *)&op_init_2315, (const struct cckprng_op *)&op_refresh_2316, (const struct cckprng_op *)&op_init_2317, (const struct cckprng_op *)&op_init_2318, (const struct cckprng_op *)&op_refresh_2319, (const struct cckprng_op *)&op_refresh_2320 }; static const struct cckprng_vector vec_2322 = { .id = 2193, .note = NULL, .nops = 16, .ops = ops_2321 }; static const struct cckprng_op_init op_init_2323 = { .hd = { .id = 2194, .kind = OP_INIT }, .seed = { 0x08, 0x60, 0x77, 0xa6, 0x8d, 0xba, 0xdb, 0x9f, 0x88, 0x5d, 0x44, 0x93, 0x88, 0xfb, 0xd7, 0x8f, 0xe0, 0xa8, 0xde, 0x9a, 0xc6, 0x2f, 0xb9, 0x5a, 0x13, 0xeb, 0x0d, 0xc1, 0x2b, 0xdc, 0x46, 0xa4 }, .nonce = { 0x75, 0xba, 0xde, 0x5f, 0x5f, 0x31, 0x65, 0x85 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2324 = { .hd = { .id = 2195, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x99, 0x92, 0xb3, 0x79, 0xf3, 0x57, 0x1b, 0xa6, 0xdc, 0xcd, 0xfa, 0xbf, 0x8d, 0x1f, 0x35, 0x87, 0xc3, 0x4e, 0x6b, 0x6c, 0x98, 0x8b, 0x98, 0x0e, 0xa2, 0x56, 0x85, 0x3c, 0x30, 0x8d, 0xab, 0xd9, 0x08, 0xca, 0x04, 0xfc, 0xa7, 0x6d, 0x73, 0x59, 0xa6, 0xe0, 0x7b } } }; static const struct cckprng_op_refresh op_refresh_2325 = { .hd = { .id = 2196, .kind = OP_REFRESH }, .rand = 4186697536641897661ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2326 = { .hd = { .id = 2197, .kind = OP_RESEED }, .nonce = 13915790583958032585ULL, .seed_nbytes = 107, .seed = { 0x42, 0xc4, 0xb6, 0x85, 0x31, 0xbb, 0xd7, 0xff, 0x2a, 0x37, 0xf5, 0x3b, 0x24, 0xfe, 0x32, 0x90, 0xab, 0x44, 0xcd, 0x04, 0x51, 0xdf, 0xb3, 0x9b, 0xf5, 0x30, 0x88, 0xf0, 0x8e, 0xb3, 0x18, 0x5f, 0x21, 0x9f, 0x5a, 0xd8, 0x90, 0x01, 0x64, 0x79, 0x87, 0xd2, 0xe1, 0x18, 0xea, 0x58, 0x90, 0x71, 0x5b, 0xa6, 0xbe, 0x11, 0xf8, 0xaa, 0xba, 0x6a, 0xc4, 0xc7, 0xbd, 0x5e, 0xba, 0x76, 0xbd, 0xbd, 0xbf, 0x3a, 0xe4, 0xdc, 0xab, 0xae, 0x77, 0x5a, 0xbf, 0x99, 0xc1, 0x49, 0x2d, 0x89, 0xae, 0x2b, 0xbb, 0x65, 0x5b, 0x53, 0x9f, 0xa3, 0xad, 0x79, 0x63, 0xbc, 0x2a, 0x39, 0x13, 0xbe, 0xa6, 0x1d, 0x31, 0x38, 0xb1, 0xb0, 0xae, 0x18, 0x00, 0x67, 0xdc, 0xd1, 0xd7 } }; static const struct cckprng_op_reseed op_reseed_2327 = { .hd = { .id = 2198, .kind = OP_RESEED }, .nonce = 18320263743407180218ULL, .seed_nbytes = 71, .seed = { 0x74, 0x1e, 0x33, 0x75, 0xcc, 0xe4, 0xc1, 0xa2, 0x05, 0x65, 0x69, 0x9c, 0x19, 0x9b, 0xcc, 0xa0, 0x88, 0x58, 0xe1, 0x63, 0xc4, 0x25, 0x09, 0x8f, 0xa1, 0x40, 0x09, 0xb6, 0x1e, 0x40, 0x13, 0x80, 0x19, 0x06, 0x78, 0x1d, 0x6b, 0x0f, 0x5b, 0x0f, 0x94, 0x95, 0xc8, 0x9e, 0x1c, 0x99, 0xc6, 0xc5, 0xd8, 0x0a, 0x6c, 0x6d, 0x34, 0x3f, 0xc8, 0x55, 0x6a, 0x68, 0x56, 0x0c, 0x71, 0x30, 0x98, 0x72, 0x28, 0xdc, 0xd5, 0xd4, 0xc7, 0xc3, 0x8c } }; static const struct cckprng_op_reseed op_reseed_2328 = { .hd = { .id = 2199, .kind = OP_RESEED }, .nonce = 13939591449473060821ULL, .seed_nbytes = 63, .seed = { 0x84, 0x28, 0x5c, 0x3f, 0xdb, 0xc6, 0x45, 0x37, 0xbb, 0x9a, 0xcd, 0x28, 0xb8, 0x29, 0xda, 0xa2, 0x69, 0x58, 0x00, 0xcf, 0x52, 0xf2, 0xf2, 0xcb, 0xb1, 0xdf, 0xd7, 0xd7, 0x1c, 0x69, 0xc7, 0xfc, 0x60, 0x06, 0xdb, 0xbe, 0x26, 0x7d, 0x11, 0x7b, 0x11, 0x1f, 0xc2, 0xd6, 0x91, 0x0a, 0xf8, 0x05, 0xc3, 0x50, 0x46, 0x28, 0xa5, 0xa5, 0xa3, 0xfa, 0x6c, 0x05, 0x60, 0x0a, 0xd2, 0xc9, 0x8b } }; static const struct cckprng_op_refresh op_refresh_2329 = { .hd = { .id = 2200, .kind = OP_REFRESH }, .rand = 10534638723527746486ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2330 = { .hd = { .id = 2201, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0xa7, 0x2e, 0x51, 0x07, 0xfe, 0x57, 0xc6, 0xb3, 0xf1, 0x2c, 0x2b, 0x50, 0x50, 0x99 } } }; static const struct cckprng_op_reseed op_reseed_2331 = { .hd = { .id = 2202, .kind = OP_RESEED }, .nonce = 11501958127653118864ULL, .seed_nbytes = 244, .seed = { 0xb5, 0x2d, 0x07, 0x87, 0xef, 0xbc, 0x7b, 0x9b, 0xd2, 0x0d, 0x05, 0x99, 0x3a, 0x70, 0x11, 0x29, 0x25, 0xa4, 0xab, 0xbc, 0xc2, 0xa3, 0xf5, 0x5f, 0xba, 0x7e, 0x3d, 0x59, 0xc9, 0xed, 0xc3, 0x80, 0x87, 0x8b, 0xf7, 0x3b, 0x54, 0x58, 0x39, 0x78, 0x28, 0x7e, 0x20, 0x70, 0x09, 0xc2, 0x71, 0xb8, 0xe4, 0x08, 0xd4, 0x7e, 0xa7, 0x97, 0x77, 0xb9, 0x42, 0x48, 0xcd, 0xda, 0xa0, 0x39, 0x01, 0x71, 0xfb, 0xea, 0x17, 0xf9, 0x44, 0xda, 0x5c, 0x0a, 0x98, 0x0d, 0x1c, 0xc9, 0x01, 0x27, 0x83, 0x14, 0xfb, 0xa4, 0xaa, 0xc0, 0x0d, 0xa2, 0xfb, 0xdf, 0x43, 0x5d, 0x32, 0x64, 0xe5, 0xa3, 0x61, 0x2c, 0xc5, 0x0f, 0x78, 0xcd, 0xbe, 0xf4, 0x40, 0x2f, 0x9d, 0x17, 0xc9, 0x7a, 0xa9, 0x82, 0xa4, 0x65, 0xab, 0x0a, 0x02, 0x50, 0x29, 0x36, 0xcd, 0xc1, 0x89, 0xf8, 0x61, 0xd0, 0xe2, 0xa8, 0x21, 0xcb, 0x61, 0x32, 0x55, 0x04, 0xef, 0x92, 0xe7, 0x3e, 0xa3, 0xfb, 0x16, 0x29, 0x83, 0x68, 0x5d, 0xff, 0x10, 0x07, 0xc9, 0x1e, 0x78, 0xda, 0x4e, 0xcb, 0xc7, 0x4d, 0xb5, 0xab, 0x1c, 0xa7, 0x03, 0xe9, 0x0f, 0xa8, 0xd1, 0xca, 0xa4, 0x2d, 0x6e, 0x3b, 0xba, 0x1e, 0xe4, 0xdd, 0xe8, 0xf1, 0xef, 0x5b, 0x35, 0xa9, 0xc8, 0x6f, 0xa6, 0xe4, 0x2e, 0x3b, 0x22, 0x8c, 0x8e, 0x99, 0xe9, 0x14, 0x4c, 0x41, 0x1a, 0x30, 0x55, 0xb9, 0x9b, 0xa5, 0xc2, 0x7d, 0x2e, 0xfd, 0x96, 0xf4, 0xc9, 0x99, 0x04, 0x94, 0x72, 0x5e, 0xd7, 0x97, 0x9c, 0x00, 0x2e, 0x40, 0xef, 0x8e, 0x45, 0x34, 0x73, 0xe8, 0xe7, 0x48, 0xd8, 0xee, 0xa6, 0x54, 0x8b, 0x7e, 0xa7, 0xd7, 0x9e, 0x0c, 0x77, 0x9a, 0xcd, 0xcb, 0xda, 0x6d, 0x54, 0xcf, 0x24, 0xe4 } }; static const struct cckprng_op_refresh op_refresh_2332 = { .hd = { .id = 2203, .kind = OP_REFRESH }, .rand = 801518649787182782ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2333 = { .hd = { .id = 2204, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x77, 0x1e, 0xde, 0x04, 0x53, 0xbf, 0xa2, 0xb3, 0x57, 0xf4, 0x28, 0x18, 0x34, 0xb7, 0x65, 0x99, 0x21, 0xb2, 0x64, 0xd7, 0x93, 0x5f, 0x75, 0x45, 0x37, 0xe4, 0xd2, 0x6f, 0x6c, 0x1e, 0x69, 0xff, 0x7b, 0x0a, 0x8e, 0xc6, 0xb8, 0x97, 0x73, 0x0b, 0x75, 0xd0, 0xb7, 0x69, 0x74, 0x66, 0xfc, 0xa4, 0xcb, 0xaf, 0x18, 0xfe, 0x05, 0x92, 0x8f } } }; static const struct cckprng_op_reseed op_reseed_2334 = { .hd = { .id = 2205, .kind = OP_RESEED }, .nonce = 1517098916559723542ULL, .seed_nbytes = 262, .seed = { 0x74, 0x3b, 0xa0, 0xd8, 0x55, 0x20, 0x72, 0x02, 0x58, 0xd4, 0x71, 0x44, 0x60, 0xe5, 0x41, 0x3b, 0xdf, 0x4e, 0x0d, 0x2f, 0xbd, 0x99, 0x01, 0xb4, 0xb4, 0x84, 0x2a, 0x01, 0xea, 0xf9, 0x36, 0x6c, 0x89, 0x1b, 0x29, 0x51, 0x77, 0x10, 0x51, 0xb3, 0x70, 0x00, 0x6a, 0x4a, 0xd5, 0xd2, 0xd2, 0xa3, 0xaf, 0x97, 0x56, 0x57, 0x40, 0x68, 0x2e, 0x8e, 0xc8, 0x96, 0xf7, 0x68, 0x6e, 0xc9, 0xf6, 0xa4, 0x06, 0xc5, 0x9b, 0x45, 0x65, 0xfe, 0x84, 0xc9, 0x3e, 0x1b, 0x41, 0xd4, 0xcf, 0xb4, 0xa3, 0x78, 0x5c, 0x25, 0x88, 0x3b, 0xe2, 0x96, 0xd1, 0x12, 0xc9, 0x74, 0x8c, 0x6a, 0x0c, 0x10, 0x44, 0xbe, 0x17, 0x0a, 0x43, 0xd9, 0xfc, 0x41, 0xfb, 0x4c, 0x14, 0xea, 0xcd, 0x68, 0x2a, 0x2f, 0x7b, 0x22, 0x2b, 0x7d, 0x0e, 0x51, 0xd0, 0xc5, 0x89, 0x04, 0x8a, 0xc1, 0x08, 0x20, 0xa9, 0x50, 0xd9, 0x3e, 0x59, 0x9f, 0x29, 0x3d, 0xb1, 0xd5, 0xe2, 0xfc, 0x31, 0x4c, 0xa6, 0x22, 0xf2, 0x96, 0x66, 0x29, 0x0d, 0x07, 0x36, 0x43, 0xb9, 0x52, 0x4f, 0x37, 0x5f, 0xc6, 0x4d, 0xca, 0x97, 0x23, 0xf0, 0x68, 0x6b, 0xfd, 0xb3, 0x30, 0x87, 0x8d, 0x67, 0x2c, 0xef, 0xec, 0x97, 0x76, 0x79, 0x4c, 0xe1, 0x85, 0x25, 0x3b, 0x62, 0xba, 0x54, 0xad, 0x3d, 0x5f, 0x13, 0xaf, 0x98, 0x57, 0x02, 0xeb, 0xfc, 0xfa, 0x78, 0x11, 0x50, 0x59, 0x91, 0x4c, 0xb4, 0x97, 0x84, 0x79, 0xc4, 0x6c, 0xf6, 0x75, 0xa1, 0x26, 0x98, 0xd6, 0x8b, 0x18, 0x47, 0xeb, 0xc8, 0xfb, 0x66, 0xd3, 0x54, 0x3c, 0xf8, 0xf5, 0xfb, 0xaf, 0xad, 0x00, 0xc2, 0x7e, 0xf3, 0xec, 0xea, 0x39, 0xab, 0xd8, 0x31, 0x91, 0xc9, 0x68, 0x6f, 0xa1, 0xf6, 0x44, 0x47, 0xa1, 0x77, 0x5d, 0x26, 0xd4, 0x30, 0x0e, 0x3a, 0x33, 0x34, 0x72, 0xe2, 0xa7, 0xcd, 0x29, 0x19, 0xa1, 0x13, 0x6b } }; static const struct cckprng_op_reseed op_reseed_2335 = { .hd = { .id = 2206, .kind = OP_RESEED }, .nonce = 446245808098839202ULL, .seed_nbytes = 133, .seed = { 0x77, 0x9d, 0xc9, 0x93, 0xd3, 0x64, 0xf4, 0x61, 0x6c, 0xb1, 0x7a, 0x46, 0x38, 0x89, 0xed, 0x5d, 0x55, 0x30, 0x9d, 0x19, 0x4c, 0x5e, 0x6c, 0x04, 0x81, 0xac, 0xc3, 0xc1, 0xe6, 0xc6, 0x7d, 0xd1, 0x70, 0xf2, 0x4c, 0x9d, 0x9d, 0xf5, 0xde, 0x2b, 0x8d, 0xb2, 0x96, 0x67, 0xb6, 0xc4, 0x76, 0xa3, 0xd6, 0x44, 0xc5, 0x9b, 0x4c, 0x9c, 0x48, 0x15, 0x4f, 0xee, 0xd1, 0x15, 0x73, 0xcd, 0x20, 0x65, 0x6e, 0xb7, 0x3e, 0x4f, 0xe0, 0xbf, 0x50, 0x34, 0x44, 0x07, 0x7b, 0xdc, 0x26, 0xb6, 0x84, 0xa4, 0xf2, 0xc7, 0x59, 0xc3, 0x69, 0xe3, 0xf1, 0xa5, 0x80, 0xe7, 0x6d, 0x2c, 0xae, 0x47, 0x88, 0xff, 0xcb, 0xa0, 0x2e, 0x24, 0x09, 0xad, 0x6a, 0x68, 0xa9, 0x60, 0x20, 0x81, 0xc7, 0x2e, 0x38, 0x76, 0xe1, 0xc9, 0x27, 0xd1, 0x3d, 0x59, 0xfe, 0xd4, 0x33, 0xb1, 0xec, 0xb0, 0xd9, 0xac, 0xcc, 0xbc, 0x8c, 0x4c, 0x21, 0x18, 0x41 } }; static const struct cckprng_op_reseed op_reseed_2336 = { .hd = { .id = 2207, .kind = OP_RESEED }, .nonce = 1748520563892816487ULL, .seed_nbytes = 164, .seed = { 0x91, 0x23, 0x06, 0x7d, 0x43, 0x91, 0x2b, 0xf8, 0x10, 0x76, 0x28, 0xc7, 0xd1, 0xf0, 0x1c, 0x01, 0x23, 0x62, 0x84, 0xcf, 0xe9, 0xf7, 0x66, 0x6f, 0x0c, 0x3f, 0xc5, 0xd3, 0x75, 0xae, 0x2b, 0x12, 0xdb, 0xbc, 0xac, 0x9f, 0xca, 0x1e, 0xc9, 0x2b, 0xa7, 0x54, 0x57, 0x08, 0xf9, 0x65, 0x96, 0xbb, 0x7a, 0x67, 0x45, 0x06, 0x5d, 0xae, 0xfd, 0xe4, 0xb4, 0xc4, 0xbe, 0x06, 0xf9, 0x16, 0x85, 0xf6, 0xf9, 0x02, 0xfa, 0x9d, 0x25, 0x5f, 0xf1, 0x1f, 0xb0, 0xea, 0x9b, 0xae, 0x63, 0xe3, 0x89, 0x4a, 0x53, 0x6a, 0xd2, 0x7e, 0x54, 0x12, 0x51, 0xcb, 0x3a, 0x56, 0xdb, 0x00, 0xd3, 0xc6, 0x82, 0xab, 0x24, 0xf5, 0x5b, 0x5c, 0x5d, 0x7f, 0xd7, 0x98, 0x30, 0xdc, 0x8a, 0x4e, 0x36, 0xa9, 0x3e, 0x2e, 0x28, 0x28, 0x66, 0x3f, 0x7f, 0xcf, 0x17, 0x17, 0x14, 0x0b, 0xfa, 0xc0, 0x9f, 0xee, 0xeb, 0x0c, 0x0b, 0x01, 0x7b, 0x32, 0xbc, 0x66, 0x79, 0xd5, 0x77, 0xc1, 0x15, 0xa3, 0xf4, 0xde, 0x7d, 0xbc, 0xd5, 0x5e, 0xd2, 0xfe, 0xbd, 0xdc, 0x11, 0xbc, 0x1e, 0x44, 0x98, 0xa9, 0xd9, 0x67, 0xb3, 0xe4, 0x82, 0x27, 0x23, 0x4e } }; static const struct cckprng_op_reseed op_reseed_2337 = { .hd = { .id = 2208, .kind = OP_RESEED }, .nonce = 13191750997148968161ULL, .seed_nbytes = 238, .seed = { 0x8e, 0x4d, 0xbe, 0xac, 0x48, 0x95, 0xbf, 0x7a, 0x5c, 0x57, 0xec, 0xc6, 0xad, 0xa5, 0x89, 0xba, 0x2c, 0x4d, 0xb2, 0xb7, 0x45, 0xfc, 0x9f, 0x33, 0xe9, 0x3b, 0xcb, 0x7e, 0x0f, 0x12, 0x8e, 0xc1, 0xe5, 0xad, 0x76, 0x31, 0x05, 0x79, 0x93, 0x01, 0x91, 0xb6, 0x29, 0xaa, 0x92, 0x06, 0x96, 0xe9, 0x5b, 0x29, 0xb6, 0xed, 0x0b, 0xca, 0xcb, 0x94, 0x8e, 0x1d, 0x75, 0xb4, 0xcd, 0xa6, 0xcd, 0xd5, 0xaa, 0x3c, 0x36, 0x95, 0xbb, 0x18, 0xe1, 0x9f, 0xab, 0xb5, 0xf8, 0xcb, 0xdc, 0x7e, 0x20, 0xfb, 0xd2, 0x6d, 0x3d, 0xba, 0x97, 0xb0, 0x03, 0x56, 0x3c, 0x91, 0xe3, 0x8a, 0x2e, 0xbb, 0x96, 0x25, 0xd2, 0xc5, 0xdd, 0x93, 0xde, 0x21, 0xe3, 0x20, 0xa2, 0xf3, 0x81, 0x5e, 0xea, 0xb9, 0x96, 0xc0, 0x15, 0x13, 0xa5, 0xd2, 0xfd, 0xe7, 0x9e, 0xbe, 0x4f, 0x12, 0xca, 0xca, 0xc0, 0xfb, 0x85, 0x2d, 0xc3, 0x55, 0x10, 0x0b, 0xbc, 0x83, 0x1b, 0x6f, 0xd9, 0x93, 0x2a, 0xcd, 0x8e, 0xc0, 0x43, 0xf6, 0x06, 0xdf, 0x7c, 0x03, 0x5f, 0xe5, 0xbe, 0x17, 0x22, 0x10, 0x38, 0x68, 0x84, 0x15, 0x1d, 0x1c, 0xd6, 0x02, 0xfc, 0xd0, 0xda, 0xa9, 0x1b, 0x39, 0x6b, 0x10, 0xc4, 0x0c, 0xe3, 0x09, 0x78, 0xb3, 0xbf, 0x55, 0x56, 0x1e, 0x97, 0x30, 0xe4, 0x1a, 0x97, 0xc1, 0xdd, 0x78, 0xbd, 0x43, 0x2e, 0xca, 0x8b, 0x82, 0x47, 0xfc, 0x81, 0x98, 0xfb, 0x76, 0xac, 0x12, 0x21, 0xc4, 0xb4, 0x08, 0x2e, 0xd4, 0x2b, 0x67, 0x83, 0x3a, 0x3a, 0x63, 0xfd, 0xb5, 0x06, 0x9a, 0xce, 0xd0, 0x7d, 0xe6, 0x0b, 0xb3, 0x21, 0x44, 0xd4, 0x37, 0x07, 0xf4, 0xef, 0xea, 0x2a, 0x97, 0x14, 0xa4, 0xf9, 0x32 } }; static const struct cckprng_op_reseed op_reseed_2338 = { .hd = { .id = 2209, .kind = OP_RESEED }, .nonce = 11844485269492186617ULL, .seed_nbytes = 203, .seed = { 0x28, 0x3d, 0x34, 0x68, 0xe1, 0xbf, 0x6c, 0x59, 0xaa, 0x82, 0x65, 0xa2, 0x3e, 0xb3, 0x8b, 0x62, 0xa7, 0x0e, 0x16, 0xfb, 0xad, 0x99, 0x10, 0xb9, 0x4b, 0x58, 0xa6, 0xe1, 0xdb, 0x1e, 0x39, 0xf9, 0x97, 0x8e, 0x13, 0x0e, 0x3d, 0xed, 0xec, 0xb2, 0xb2, 0x5a, 0x70, 0x16, 0xc3, 0x5e, 0x04, 0x8a, 0x67, 0xa4, 0xf9, 0xfd, 0x04, 0x71, 0xb7, 0xa1, 0x84, 0x97, 0xef, 0x5c, 0xee, 0xa2, 0x9b, 0x03, 0x36, 0xb6, 0x01, 0x00, 0x1a, 0x0d, 0x2e, 0x2e, 0xbc, 0x95, 0x56, 0xfc, 0xd0, 0x22, 0x01, 0xa6, 0xf1, 0x86, 0x5a, 0xd6, 0x84, 0xd6, 0xa8, 0x7a, 0x07, 0x86, 0x64, 0xd4, 0x47, 0x86, 0x41, 0xec, 0xd6, 0x6b, 0x8e, 0xb2, 0x42, 0xe0, 0xbe, 0x0d, 0x3e, 0x68, 0x9b, 0x9c, 0x50, 0xd1, 0xa8, 0x23, 0x3e, 0xac, 0xd7, 0x5a, 0x1a, 0x96, 0x85, 0xce, 0xe1, 0x83, 0xa2, 0x0c, 0x00, 0x16, 0x23, 0x33, 0x1c, 0x31, 0x0b, 0x3f, 0x70, 0x29, 0x22, 0x83, 0x3e, 0x06, 0x0a, 0xec, 0x05, 0x13, 0xca, 0xa0, 0xb0, 0x57, 0x2c, 0x73, 0xbc, 0xb0, 0xeb, 0xb6, 0x87, 0xd7, 0x37, 0x6b, 0x93, 0xc6, 0xa6, 0x54, 0xd2, 0x88, 0x88, 0xe8, 0x73, 0xdd, 0xd2, 0xd3, 0x3c, 0x4b, 0xd6, 0x1f, 0x10, 0x38, 0xd5, 0x48, 0x6b, 0x95, 0x95, 0xb9, 0x13, 0x4c, 0xf7, 0xff, 0xd9, 0x4a, 0xc5, 0x45, 0x25, 0x26, 0x39, 0x94, 0x53, 0x9f, 0xaf, 0xcd, 0xb0, 0xe3, 0xba, 0xb8, 0xbb, 0x98, 0xb1 } }; static const struct cckprng_op *ops_2339[] = { (const struct cckprng_op *)&op_init_2323, (const struct cckprng_op *)&op_init_2324, (const struct cckprng_op *)&op_refresh_2325, (const struct cckprng_op *)&op_reseed_2326, (const struct cckprng_op *)&op_reseed_2327, (const struct cckprng_op *)&op_reseed_2328, (const struct cckprng_op *)&op_refresh_2329, (const struct cckprng_op *)&op_init_2330, (const struct cckprng_op *)&op_reseed_2331, (const struct cckprng_op *)&op_refresh_2332, (const struct cckprng_op *)&op_init_2333, (const struct cckprng_op *)&op_reseed_2334, (const struct cckprng_op *)&op_reseed_2335, (const struct cckprng_op *)&op_reseed_2336, (const struct cckprng_op *)&op_reseed_2337, (const struct cckprng_op *)&op_reseed_2338 }; static const struct cckprng_vector vec_2340 = { .id = 2210, .note = NULL, .nops = 16, .ops = ops_2339 }; static const struct cckprng_op_init op_init_2341 = { .hd = { .id = 2211, .kind = OP_INIT }, .seed = { 0x06, 0x2e, 0x78, 0xd0, 0x70, 0xfe, 0x82, 0xfb, 0x2d, 0xfa, 0x0e, 0x33, 0xef, 0xbc, 0x93, 0x78, 0x2e, 0xa2, 0x1e, 0xe0, 0x0e, 0xdf, 0xab, 0xcb, 0xdb, 0xa2, 0xd3, 0x68, 0x61, 0x66, 0x52, 0xe1 }, .nonce = { 0xe6, 0x37, 0xd9, 0xfd, 0x71, 0x92, 0x85, 0xc5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2342 = { .hd = { .id = 2212, .kind = OP_RESEED }, .nonce = 1019166662845730141ULL, .seed_nbytes = 82, .seed = { 0xa7, 0x53, 0x8e, 0x31, 0x80, 0x3e, 0x8e, 0x8c, 0x09, 0x61, 0xea, 0x22, 0xfd, 0x57, 0xb9, 0x0d, 0x97, 0xba, 0x40, 0x2c, 0xa7, 0xa2, 0x35, 0x20, 0xe2, 0x4c, 0x44, 0x1d, 0xa3, 0x11, 0x21, 0xb8, 0x60, 0xa9, 0x16, 0x32, 0x24, 0x70, 0x1a, 0x0b, 0x87, 0xd1, 0xbd, 0xf7, 0x7d, 0xf8, 0xeb, 0x31, 0x0e, 0x26, 0xfc, 0x9f, 0x2b, 0x34, 0x92, 0x02, 0x59, 0x5f, 0xbe, 0xa7, 0xfb, 0x74, 0x28, 0x77, 0xe3, 0xe7, 0xb9, 0x2f, 0x63, 0xb6, 0x25, 0x05, 0x41, 0x27, 0x9e, 0x0c, 0xd3, 0x61, 0x6d, 0x60, 0xb5, 0x40 } }; static const struct cckprng_op_generate op_init_2343 = { .hd = { .id = 2213, .kind = OP_GENERATE }, .rand_nbytes = 194, .out = { .rand = { 0xa1, 0xa3, 0x94, 0x04, 0x60, 0xad, 0xec, 0x26, 0xf4, 0x1a, 0xcc, 0xab, 0x02, 0xc7, 0x03, 0x46, 0x37, 0x5e, 0xda, 0x4d, 0x75, 0x5e, 0x9d, 0x69, 0xd0, 0x89, 0x18, 0x3b, 0x78, 0x97, 0x2a, 0xba, 0x01, 0x98, 0xec, 0x89, 0x86, 0x32, 0x8b, 0xaf, 0x9a, 0x32, 0x0b, 0xa2, 0x1f, 0xc7, 0x06, 0x05, 0xe1, 0xdc, 0x90, 0xa6, 0x49, 0xdd, 0x11, 0x50, 0xa8, 0xe4, 0x6a, 0xee, 0x22, 0xdb, 0x46, 0x5b, 0xa9, 0xd0, 0x2e, 0xd3, 0x16, 0xd8, 0x06, 0xb2, 0x19, 0x91, 0x83, 0xc6, 0x80, 0xf2, 0x56, 0x6f, 0x67, 0xe8, 0x26, 0x68, 0xc9, 0x34, 0x79, 0xd2, 0xd6, 0xc3, 0x2c, 0x41, 0xa9, 0x80, 0xa1, 0x8e, 0x3c, 0xd6, 0xb0, 0x8d, 0x52, 0x49, 0x44, 0x1a, 0x07, 0x40, 0x1e, 0xca, 0x83, 0x5e, 0x1c, 0x8a, 0x12, 0x27, 0xd3, 0xfd, 0x99, 0xce, 0xf3, 0x45, 0xe1, 0xcd, 0x3f, 0x3e, 0x0a, 0x47, 0xd9, 0x6e, 0x2c, 0x2f, 0xfd, 0x1e, 0xfc, 0xea, 0x2d, 0xdc, 0xe8, 0x9f, 0xec, 0x30, 0x17, 0x18, 0xd2, 0x5b, 0xe8, 0xd1, 0xbd, 0xab, 0x32, 0x82, 0xb7, 0xb1, 0xdf, 0x4c, 0x19, 0x2e, 0x93, 0xb5, 0x1b, 0x2e, 0xa6, 0x9c, 0x61, 0xd6, 0x71, 0x54, 0xaf, 0x4c, 0xd6, 0x97, 0x87, 0x71, 0xdf, 0xa3, 0x82, 0x51, 0x9d, 0x40, 0xf2, 0x18, 0x49, 0x77, 0x3b, 0xef, 0xa0, 0x4c, 0x3f, 0x81, 0x31, 0xec, 0x88, 0x88, 0x53, 0x03 } } }; static const struct cckprng_op_refresh op_refresh_2344 = { .hd = { .id = 2214, .kind = OP_REFRESH }, .rand = 15810417714224250444ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2345 = { .hd = { .id = 2215, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0x65, 0x8e, 0x15, 0x8f, 0x08, 0x04, 0x29, 0xcd, 0xcf, 0xfa, 0xad, 0x9c, 0x1c, 0x50, 0x8b, 0xb7, 0x2d, 0xd8, 0x42, 0x47, 0xba, 0x8c, 0xbe, 0xf0, 0xe4, 0xef, 0x3e, 0xc1, 0x0f, 0x77, 0x70, 0x6b, 0x89, 0x73, 0xd2, 0xaa, 0x96, 0x46, 0x23, 0xa8, 0xad, 0xac, 0xfc, 0xc3, 0xd0, 0x1f, 0x5e, 0xa0, 0x0d, 0x30, 0x5f, 0xe9, 0x80, 0x45, 0x56, 0x00, 0xf7, 0xb6, 0xb6, 0xbb, 0x32, 0xb6, 0x1a, 0x4b, 0xe6, 0xf9, 0x75, 0x15, 0x85, 0x5c, 0x85, 0x74, 0x43, 0xca, 0x2c, 0x19, 0x55, 0xb5, 0xc1, 0x97, 0x62, 0x9d, 0xda, 0x37, 0xdd, 0x66, 0xe2, 0xce, 0xbf, 0x49, 0x66, 0xab, 0xb2, 0xab, 0x7a, 0x9e, 0x78, 0x86, 0xbf, 0xd2, 0x21, 0xc2, 0x4a, 0xfb, 0x28, 0xc2, 0x4d, 0xe3, 0xae, 0xed, 0xf2, 0x9b, 0x58, 0x3e, 0x1f, 0x53, 0xe6, 0x27, 0xf4, 0xd3, 0x92, 0xc7, 0x3f, 0x3d, 0x2b, 0x26, 0x8d, 0x3b, 0x8d, 0xd8, 0x94, 0xa4, 0x4c, 0x54, 0x3d, 0xa6, 0x0f, 0x77, 0x1c, 0x26, 0xbe, 0xe6, 0x26, 0xb8, 0x83, 0xf6, 0x44, 0x10, 0xa2, 0xe3, 0x45, 0xca, 0x20, 0xc7, 0xcd, 0xd9, 0x37 } } }; static const struct cckprng_op_reseed op_reseed_2346 = { .hd = { .id = 2216, .kind = OP_RESEED }, .nonce = 401066410632303316ULL, .seed_nbytes = 24, .seed = { 0x70, 0x57, 0x89, 0xcf, 0xd9, 0x6a, 0xc9, 0xd0, 0xd7, 0x92, 0x7c, 0xca, 0xad, 0x6b, 0xd3, 0x04, 0xdc, 0x95, 0x8c, 0x2c, 0xf9, 0xc4, 0x7d, 0x2a } }; static const struct cckprng_op_refresh op_refresh_2347 = { .hd = { .id = 2217, .kind = OP_REFRESH }, .rand = 14742168949259281403ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2348 = { .hd = { .id = 2218, .kind = OP_REFRESH }, .rand = 14028516360902256266ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2349 = { .hd = { .id = 2219, .kind = OP_REFRESH }, .rand = 4905521966350760914ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2350 = { .hd = { .id = 2220, .kind = OP_RESEED }, .nonce = 621610276917032048ULL, .seed_nbytes = 140, .seed = { 0x0e, 0x40, 0x56, 0xd7, 0xfc, 0x2d, 0x9a, 0xac, 0xdb, 0x49, 0x85, 0x75, 0x96, 0xa0, 0xb3, 0xdc, 0x11, 0xe1, 0xf9, 0xb1, 0x0e, 0xc4, 0xd3, 0x9a, 0x93, 0x28, 0xab, 0xa6, 0x42, 0x95, 0x1d, 0x7f, 0x09, 0xb3, 0xec, 0xee, 0xd6, 0xf8, 0x5c, 0xfc, 0xd0, 0x57, 0x64, 0x01, 0x08, 0xe5, 0xe8, 0x4e, 0x57, 0x39, 0x11, 0xb2, 0xde, 0xed, 0xaa, 0x3b, 0x8a, 0x5c, 0xe1, 0x15, 0xe4, 0x87, 0x96, 0xb7, 0x78, 0xa9, 0x9b, 0x99, 0x23, 0xd4, 0xc6, 0x5f, 0x2d, 0xf8, 0x52, 0xda, 0x51, 0x57, 0xd9, 0x43, 0x72, 0x77, 0x12, 0xc8, 0xea, 0x29, 0xbb, 0xe9, 0x3a, 0x41, 0x01, 0x3a, 0x43, 0x51, 0xd2, 0x3c, 0xea, 0x62, 0xf6, 0x53, 0xbe, 0x33, 0x08, 0x70, 0xe7, 0x63, 0xba, 0x42, 0xdb, 0x56, 0x58, 0xcc, 0x4b, 0xf9, 0xda, 0x63, 0x6b, 0x16, 0x05, 0x42, 0xfc, 0xd3, 0x22, 0xab, 0xb8, 0xb2, 0x96, 0xd5, 0xad, 0xc0, 0xce, 0x30, 0x3b, 0xc7, 0xb3, 0xbd, 0x2b, 0x3f, 0x7b, 0xb0 } }; static const struct cckprng_op_generate op_init_2351 = { .hd = { .id = 2221, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0x7c, 0x97, 0xfd, 0xa5, 0x6f, 0x1b, 0x96, 0xe4, 0x06, 0xb4, 0xa2, 0x05, 0xbe, 0x53, 0xdf, 0x1e, 0xab, 0xd6, 0xe6, 0x11, 0xe7 } } }; static const struct cckprng_op_generate op_init_2352 = { .hd = { .id = 2222, .kind = OP_GENERATE }, .rand_nbytes = 137, .out = { .rand = { 0xf9, 0x9c, 0x85, 0x50, 0x3c, 0xb0, 0xf7, 0x29, 0x2f, 0x78, 0xfd, 0x66, 0x89, 0x54, 0x07, 0xa1, 0x84, 0xed, 0xf9, 0x6c, 0xc7, 0xb3, 0xd7, 0xdb, 0x3d, 0xda, 0x50, 0x3c, 0x0d, 0xe9, 0xfc, 0x2a, 0xd8, 0x88, 0xb6, 0xec, 0x99, 0xbf, 0xe8, 0x93, 0x0e, 0x67, 0x52, 0x5f, 0x52, 0xb6, 0x16, 0x7f, 0xdb, 0x66, 0x03, 0xdc, 0xc4, 0x1a, 0x6c, 0x83, 0xd5, 0x11, 0xec, 0x2c, 0x9f, 0x82, 0xb2, 0x14, 0x8c, 0x8b, 0x9c, 0x8e, 0x30, 0x9d, 0x7f, 0x1a, 0x44, 0x2c, 0x51, 0x89, 0xa8, 0x4a, 0x51, 0x59, 0x10, 0xa1, 0x25, 0x53, 0xbf, 0x30, 0xd1, 0xcf, 0xf2, 0xbb, 0x58, 0x2c, 0x90, 0xa8, 0x9f, 0xdd, 0x7d, 0x77, 0x43, 0x10, 0xd4, 0xff, 0xe7, 0x73, 0x9d, 0x8e, 0xdd, 0x39, 0x08, 0x46, 0xc3, 0xd7, 0x42, 0x5f, 0xd9, 0xff, 0xbe, 0x00, 0xe1, 0x4d, 0xd8, 0xa8, 0xb4, 0x3c, 0xaf, 0x1f, 0x93, 0xfe, 0xd3, 0xa4, 0x5b, 0x1b, 0x4e, 0x96, 0x4f, 0x8b, 0xe5 } } }; static const struct cckprng_op_reseed op_reseed_2353 = { .hd = { .id = 2223, .kind = OP_RESEED }, .nonce = 14677570260055655809ULL, .seed_nbytes = 21, .seed = { 0x9f, 0x18, 0x6b, 0x5d, 0xa3, 0x66, 0x7b, 0x38, 0x56, 0x00, 0xe9, 0x7b, 0x7a, 0xe9, 0xec, 0x06, 0xf9, 0xe4, 0x8c, 0x0b, 0xf3 } }; static const struct cckprng_op_refresh op_refresh_2354 = { .hd = { .id = 2224, .kind = OP_REFRESH }, .rand = 305728295710721622ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2355 = { .hd = { .id = 2225, .kind = OP_GENERATE }, .rand_nbytes = 6, .out = { .rand = { 0xd7, 0x63, 0xa4, 0xe4, 0xfd, 0xc5 } } }; static const struct cckprng_op_refresh op_refresh_2356 = { .hd = { .id = 2226, .kind = OP_REFRESH }, .rand = 10663936834938491271ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2357[] = { (const struct cckprng_op *)&op_init_2341, (const struct cckprng_op *)&op_reseed_2342, (const struct cckprng_op *)&op_init_2343, (const struct cckprng_op *)&op_refresh_2344, (const struct cckprng_op *)&op_init_2345, (const struct cckprng_op *)&op_reseed_2346, (const struct cckprng_op *)&op_refresh_2347, (const struct cckprng_op *)&op_refresh_2348, (const struct cckprng_op *)&op_refresh_2349, (const struct cckprng_op *)&op_reseed_2350, (const struct cckprng_op *)&op_init_2351, (const struct cckprng_op *)&op_init_2352, (const struct cckprng_op *)&op_reseed_2353, (const struct cckprng_op *)&op_refresh_2354, (const struct cckprng_op *)&op_init_2355, (const struct cckprng_op *)&op_refresh_2356 }; static const struct cckprng_vector vec_2358 = { .id = 2227, .note = NULL, .nops = 16, .ops = ops_2357 }; static const struct cckprng_op_init op_init_2359 = { .hd = { .id = 2228, .kind = OP_INIT }, .seed = { 0xa5, 0x5c, 0x48, 0xfd, 0x35, 0xd5, 0xdf, 0xe8, 0x91, 0x34, 0x45, 0x97, 0x09, 0x8b, 0x69, 0x1a, 0x49, 0x05, 0x4e, 0x38, 0x4e, 0x14, 0x29, 0x0d, 0xe4, 0xf6, 0x98, 0xfd, 0x47, 0x37, 0x09, 0x48 }, .nonce = { 0x12, 0xff, 0x5f, 0x4d, 0xf1, 0x5c, 0x87, 0x05 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2360 = { .hd = { .id = 2229, .kind = OP_REFRESH }, .rand = 13792298767056940626ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2361 = { .hd = { .id = 2230, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0xbc, 0x6e, 0x72, 0x9c, 0xc0, 0x25, 0x7f, 0x07, 0xfa, 0x80, 0xd3, 0x7d, 0xed, 0x7f, 0x15, 0x3b, 0xc7, 0xce, 0x88, 0x69, 0xdc, 0x93, 0xae, 0x4b, 0x33, 0x6b, 0x42, 0x50, 0x68, 0x37, 0x40, 0x4b, 0xd6, 0xb6, 0xb2, 0x34, 0xe5, 0x1c, 0xa2, 0xd7, 0xc8, 0xc1, 0x61, 0xb9, 0x3f, 0xa3, 0xf6, 0x66, 0x45, 0xc0, 0xf4, 0xee, 0x33, 0xe2, 0x34, 0x38, 0x61, 0xca, 0x00, 0xc2, 0x0b, 0xe8, 0x62, 0xb6, 0x71, 0x9d, 0x05, 0x09, 0xa4, 0x9e, 0x2c, 0x26, 0xbe, 0x5d, 0x6e, 0x9d, 0x1f, 0x6a, 0xe5, 0x32, 0xf9, 0xee, 0x1a, 0x15, 0x3b, 0x1c, 0x26, 0x04, 0x73, 0x0e, 0x6a, 0xd9, 0x29, 0x8a, 0x61, 0x9a, 0x33, 0xac, 0x71, 0x23, 0x72, 0x60, 0xc4, 0x41, 0xfe, 0x07, 0x68, 0xf7, 0x8d, 0xad, 0x55, 0xbc, 0x6f, 0x7f, 0xc9, 0x6e, 0xc4, 0xd7, 0x44, 0x6c, 0xcb, 0x75, 0x93, 0x7b, 0xb1, 0xfe, 0x4a, 0x36, 0x05, 0x2c, 0xf7, 0x65, 0x89, 0x6e, 0xb5, 0xea, 0xe6, 0xde, 0xf6, 0x7d, 0xa6, 0x89, 0x83, 0x82, 0x04, 0x0f, 0x05, 0x99, 0xa6, 0x89, 0x37, 0x1e, 0xff, 0xdc, 0xbd, 0x28, 0x3f, 0x48, 0xcd, 0x6e, 0x6c, 0x75, 0xc1, 0x3a, 0x9f, 0xf5, 0x9d, 0x55, 0xf7, 0x8d, 0xfa, 0xdd, 0x5e, 0x21, 0xdb, 0x91, 0x4b, 0xaa, 0x8a, 0x77, 0xbe, 0x5d, 0xca, 0x38, 0x30, 0x2a, 0x86, 0x93, 0xd6, 0x4b, 0x68, 0x4e, 0xd7, 0xf5, 0xd2, 0x70, 0x8e, 0xeb, 0x60, 0x1a, 0x02, 0x7f, 0x21, 0x32, 0x70, 0x60, 0xc4, 0xb3, 0x78, 0x41, 0xc2, 0x24, 0xb6, 0x08, 0x41, 0x80, 0x07, 0x13, 0x1c, 0x98, 0x02, 0x95, 0x6e, 0x88, 0x3b, 0x18, 0x07, 0x07, 0x31, 0x64, 0xd1, 0xae, 0xde, 0xa3, 0x98, 0xb6, 0x66 } } }; static const struct cckprng_op_reseed op_reseed_2362 = { .hd = { .id = 2231, .kind = OP_RESEED }, .nonce = 6490834024735195057ULL, .seed_nbytes = 183, .seed = { 0x57, 0x7b, 0x44, 0x3b, 0x58, 0xf5, 0xd2, 0x51, 0x7e, 0x3e, 0xa6, 0xe4, 0xdd, 0x1f, 0xaa, 0xb6, 0xb7, 0x1a, 0x54, 0x0b, 0x9d, 0x4e, 0x4e, 0x20, 0xc2, 0x5e, 0x80, 0xf6, 0x76, 0x3d, 0xab, 0x69, 0xa6, 0x35, 0x8d, 0xaa, 0x06, 0xff, 0x9e, 0xc7, 0x16, 0xd9, 0xae, 0xd9, 0x4f, 0x32, 0xfb, 0x56, 0x5e, 0x08, 0x63, 0xaf, 0x68, 0x37, 0x15, 0x4e, 0xb8, 0xf0, 0x8d, 0xba, 0x0a, 0x4f, 0xa9, 0xdc, 0x6b, 0x3b, 0x66, 0x26, 0x57, 0x3a, 0xe9, 0x70, 0xb3, 0x1f, 0xfe, 0x22, 0x37, 0x87, 0x29, 0x42, 0xb9, 0x68, 0xde, 0xfd, 0x16, 0xf6, 0x2c, 0xa8, 0x04, 0x21, 0x52, 0xd8, 0xc1, 0xea, 0x61, 0x91, 0x7d, 0xb7, 0x4c, 0x99, 0xa5, 0xbe, 0x07, 0x58, 0x83, 0x93, 0xe6, 0x9a, 0x0d, 0x0f, 0xb4, 0xba, 0x9c, 0x8f, 0x47, 0x79, 0x84, 0xd6, 0x84, 0x3d, 0x59, 0x2d, 0xc0, 0x41, 0x5f, 0xbb, 0x0d, 0x6a, 0x51, 0x16, 0x17, 0x5e, 0xa3, 0x8a, 0x2b, 0x0f, 0xff, 0x28, 0x69, 0x7f, 0x08, 0xae, 0x07, 0xcc, 0x53, 0xbc, 0x73, 0xc6, 0x5a, 0x28, 0x8c, 0x90, 0x4e, 0x34, 0x8a, 0x66, 0xd7, 0xba, 0x54, 0xca, 0x4b, 0xa4, 0xbb, 0xb7, 0xd6, 0x5a, 0x13, 0xdf, 0xb5, 0x5e, 0x90, 0x2a, 0x25, 0x7c, 0xd8, 0xb1, 0x03, 0x62, 0x04, 0xec, 0x06, 0x21, 0x2d } }; static const struct cckprng_op_refresh op_refresh_2363 = { .hd = { .id = 2232, .kind = OP_REFRESH }, .rand = 17967486305339267528ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2364 = { .hd = { .id = 2233, .kind = OP_RESEED }, .nonce = 14706223622889058135ULL, .seed_nbytes = 162, .seed = { 0xd7, 0x96, 0xa2, 0x4d, 0x17, 0x07, 0x87, 0x1d, 0xd9, 0x6b, 0x45, 0x6f, 0x29, 0x6f, 0xa2, 0x36, 0x92, 0xe6, 0xf8, 0x8c, 0x9e, 0x5d, 0x61, 0x46, 0xf9, 0x94, 0x1c, 0x07, 0x84, 0x18, 0x78, 0x86, 0x18, 0x98, 0xe2, 0x05, 0xc6, 0x58, 0xe4, 0x15, 0xe7, 0x95, 0x42, 0x9a, 0xab, 0x12, 0x03, 0x87, 0xa6, 0x63, 0xf9, 0xb8, 0x08, 0xaa, 0x46, 0xec, 0x7c, 0xce, 0x54, 0x55, 0xf8, 0x17, 0x84, 0x79, 0x52, 0x37, 0x07, 0x45, 0x8c, 0x91, 0x1b, 0xcb, 0x44, 0x17, 0xfe, 0x3a, 0xc7, 0xc8, 0x03, 0x5a, 0xd1, 0xa4, 0x0c, 0x58, 0x9a, 0xf3, 0xf1, 0x09, 0xb3, 0x0a, 0x4e, 0x9e, 0xc0, 0x9e, 0x16, 0x32, 0x21, 0xa9, 0x77, 0x84, 0x84, 0xeb, 0xf3, 0x01, 0xa7, 0xa3, 0x1b, 0xc5, 0xb1, 0xde, 0x5b, 0x8d, 0x00, 0x99, 0x2b, 0xfa, 0x3b, 0xfe, 0x92, 0xe5, 0x30, 0x0a, 0x21, 0x58, 0x31, 0x2a, 0x0a, 0xb5, 0xc2, 0x15, 0x37, 0x0d, 0xe4, 0x9a, 0x2d, 0x99, 0xf9, 0xac, 0xad, 0xd1, 0x65, 0x60, 0x32, 0x75, 0x87, 0x9c, 0x35, 0x77, 0xf3, 0x0d, 0x20, 0xbf, 0xff, 0xe9, 0x2f, 0x78, 0x80, 0x3c, 0xc1, 0xb4, 0x13, 0xf2 } }; static const struct cckprng_op_generate op_init_2365 = { .hd = { .id = 2234, .kind = OP_GENERATE }, .rand_nbytes = 168, .out = { .rand = { 0x4e, 0x96, 0xdd, 0x40, 0x0b, 0xc9, 0xde, 0xf5, 0xfd, 0xe6, 0xbb, 0xb5, 0x6c, 0xa6, 0x95, 0xa7, 0xb7, 0x18, 0x28, 0xa0, 0x1a, 0xc9, 0x45, 0x9b, 0x5e, 0x29, 0x03, 0x7a, 0x29, 0xa6, 0xcf, 0x12, 0x96, 0x1c, 0xd7, 0x3d, 0x5f, 0xca, 0xaa, 0x8b, 0xc3, 0x55, 0x56, 0x1b, 0x82, 0x56, 0xfd, 0x27, 0xf5, 0xc4, 0x6d, 0x13, 0x9f, 0x82, 0x13, 0x1e, 0x62, 0xd5, 0x86, 0x18, 0x47, 0xeb, 0x9f, 0xb9, 0x3c, 0x5f, 0x2a, 0x3a, 0x6f, 0xb7, 0x0f, 0x94, 0xb0, 0x10, 0x42, 0x9f, 0xda, 0xd3, 0xbc, 0xfc, 0x89, 0x57, 0xb2, 0x4e, 0xaf, 0x6d, 0x5f, 0x70, 0xc0, 0xfd, 0xb8, 0x6f, 0x7b, 0xc2, 0x68, 0x9e, 0x00, 0x85, 0xaf, 0x66, 0xeb, 0x0f, 0x63, 0x74, 0x84, 0x1a, 0x24, 0x4f, 0xcf, 0x54, 0x41, 0x3b, 0xc2, 0xd0, 0x46, 0xb9, 0xa8, 0x9b, 0x23, 0xa9, 0xbc, 0x35, 0xbd, 0x2c, 0x0d, 0x27, 0x3f, 0x21, 0xf9, 0x76, 0x30, 0x40, 0xc7, 0x19, 0xfb, 0x2b, 0xe8, 0xad, 0x82, 0x7b, 0x6c, 0x7e, 0x4a, 0xf9, 0x73, 0xe0, 0x1a, 0xca, 0x49, 0xe6, 0xfb, 0xe8, 0x38, 0x3c, 0xc8, 0xee, 0x5e, 0x30, 0x83, 0x03, 0x9b, 0xd8, 0x1e, 0x10, 0x1f, 0xd9, 0x9a, 0x05 } } }; static const struct cckprng_op_generate op_init_2366 = { .hd = { .id = 2235, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0xc9, 0xc5, 0xfd, 0xc6, 0x4d, 0x95, 0xf3, 0x5d, 0xb4, 0xbb, 0x60, 0x9e, 0x29, 0x59, 0xe8, 0xda, 0x6f, 0x4b, 0x89, 0xa2, 0x13, 0x3d, 0x64, 0x93, 0x08, 0xfa, 0x5f, 0xa6, 0x5a, 0xd7, 0xc9, 0xdd, 0xe7, 0x0a, 0x34, 0xc6, 0x2e, 0x65, 0xc3, 0x1b, 0x06, 0x8c, 0xe1, 0x1e, 0xc4, 0xe3, 0x0a, 0x1e, 0xd1, 0x57, 0xec, 0x96, 0x3e, 0x28, 0x0d, 0xc5, 0x4c, 0xc4, 0xde, 0x81, 0x6e, 0x42, 0xbb, 0x57, 0xd3, 0x36, 0x3f, 0x49, 0xe7, 0x1a, 0x3d, 0xb2, 0x96, 0x52, 0xfc, 0xa7, 0x51, 0x32, 0xc5, 0x98, 0x7e, 0xbd, 0xff, 0x28, 0x6c, 0x2c, 0xaa, 0x74, 0xc3, 0xb9, 0xc9, 0xfa, 0xa4, 0x2d, 0xa9, 0x98, 0x5e, 0x5f, 0x26, 0xde, 0xa0, 0x70, 0x46, 0x80, 0x29, 0x59, 0xff, 0xa8, 0xcd, 0x91, 0x9b, 0x9a, 0xf2, 0xd1, 0xaf, 0x37, 0xe3, 0xd9, 0x32, 0x51, 0xb3, 0x7b, 0xd3, 0xfa, 0xa7, 0xbe, 0x03, 0xea, 0x51, 0x57, 0xa0, 0x4a, 0x90, 0x17, 0x77, 0x13, 0xbc, 0x60, 0xae, 0x9d, 0xbb, 0x0c, 0xcf, 0x98, 0xbd, 0xdd, 0x5d, 0xd7, 0x78, 0x0a, 0x12, 0xc8, 0xe8, 0x45, 0xe2, 0x82, 0xe5, 0xa0, 0x16, 0x80, 0xff, 0xcc, 0x4d, 0x0a, 0xe0, 0x11, 0xb6, 0xec, 0x51, 0xe2, 0xd4, 0x4b, 0x55, 0x1b, 0x72, 0x39, 0x2a, 0x95, 0x4f, 0x47, 0xf5, 0x99, 0xdf, 0xe8, 0x6e, 0x03, 0x4e, 0xe0, 0xe2, 0xc5, 0xf7, 0x4a, 0x93, 0x21, 0x61, 0xb3, 0xb2, 0x58, 0x9e, 0xcf, 0x5a, 0xe4, 0x50, 0x28, 0x61, 0x4e, 0x28 } } }; static const struct cckprng_op_reseed op_reseed_2367 = { .hd = { .id = 2236, .kind = OP_RESEED }, .nonce = 7602573497248449735ULL, .seed_nbytes = 66, .seed = { 0x0a, 0x7e, 0x0d, 0x9b, 0xf0, 0xc2, 0x05, 0xbd, 0x05, 0x43, 0x27, 0xb4, 0x50, 0xac, 0xe3, 0xee, 0x28, 0x19, 0x1d, 0x4b, 0x8d, 0x4d, 0xc8, 0x11, 0x2b, 0xe0, 0x93, 0xf1, 0x56, 0x08, 0xeb, 0x46, 0x80, 0x5a, 0x81, 0x0d, 0xd1, 0xe0, 0x54, 0xa3, 0x35, 0xb1, 0x5d, 0xce, 0x31, 0xaf, 0x7f, 0xf3, 0x84, 0x36, 0x56, 0xb4, 0x59, 0x3f, 0x4b, 0xf0, 0x7d, 0x5b, 0xc0, 0x87, 0x5d, 0x23, 0x36, 0x2a, 0xec, 0x90 } }; static const struct cckprng_op_generate op_init_2368 = { .hd = { .id = 2237, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0x42, 0xb4, 0x9d, 0x8e, 0xbc, 0x12, 0x16, 0x5d, 0x4b, 0xe1, 0x07, 0xa1, 0x0c, 0xda, 0x3b, 0x48, 0xe0, 0xe2, 0x91, 0xe2, 0x4d, 0xa1, 0x34, 0xcc, 0x9e, 0xd8, 0x20, 0x2c, 0x71, 0xc9, 0xac, 0xa9, 0x5e, 0x64, 0x45, 0x9e, 0xe9, 0xee, 0x9d, 0x54, 0x66, 0x15, 0x73, 0x35, 0xc5, 0x0d, 0xf0, 0x96, 0x26, 0xd4, 0x3a, 0x4f, 0x2c, 0xbe, 0xb1, 0xa9, 0xe7, 0x64, 0x44, 0x74, 0x36, 0xea, 0xbb, 0xdc, 0x26, 0x3a, 0x99, 0xc7, 0xe9, 0x80, 0x9d, 0x9a, 0x52, 0x1d, 0x39, 0x99, 0x25, 0xe7, 0x1a, 0x7b, 0x65, 0x73, 0xda, 0x11, 0x6e, 0xe1, 0x8f, 0x65, 0x5b, 0x3b, 0xd2, 0x2c, 0xd8, 0xb3, 0x18, 0xcf, 0xe2, 0x3f, 0x87, 0xa2, 0xbc, 0x76, 0x30, 0x3a, 0xd7, 0x6f, 0x41, 0x6a, 0xef, 0xb4, 0xcf, 0x1b, 0x73, 0x30, 0x08, 0x75, 0xb5, 0x9b, 0x31, 0xb1, 0xb3, 0x7c, 0xf7, 0x92, 0xd7, 0x75, 0xc1, 0x02, 0xb9, 0x31, 0x2a, 0x37, 0x81, 0xd0, 0xd0, 0x00, 0xb3, 0xf8, 0xe1, 0xdd, 0x16, 0xc5, 0xbe, 0x7e, 0xfe, 0x9a, 0xab, 0xec, 0x09 } } }; static const struct cckprng_op_refresh op_refresh_2369 = { .hd = { .id = 2238, .kind = OP_REFRESH }, .rand = 9771479560789514470ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2370 = { .hd = { .id = 2239, .kind = OP_REFRESH }, .rand = 2606665936054233193ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2371 = { .hd = { .id = 2240, .kind = OP_RESEED }, .nonce = 12768830256225848468ULL, .seed_nbytes = 209, .seed = { 0x8f, 0x6f, 0x2b, 0x42, 0x42, 0xf8, 0x3b, 0x81, 0x64, 0x10, 0x71, 0xa2, 0xc1, 0xd0, 0x66, 0x9a, 0x5c, 0x5a, 0xc8, 0x43, 0x3c, 0xb2, 0x28, 0x40, 0x26, 0x84, 0x9e, 0x88, 0x0f, 0x6f, 0xc6, 0xdd, 0x87, 0xba, 0xb9, 0x13, 0xaf, 0xda, 0x3b, 0x9a, 0x5b, 0x91, 0x6c, 0x2e, 0x6c, 0xb7, 0x29, 0x56, 0x03, 0x38, 0xbb, 0x6d, 0x0c, 0xa9, 0x37, 0xad, 0x51, 0x71, 0x7d, 0x0f, 0x62, 0xb2, 0xe2, 0x9d, 0x5c, 0x37, 0xc2, 0x7c, 0x8b, 0x65, 0xc4, 0x7e, 0x21, 0xb2, 0xb8, 0x53, 0xbc, 0x9c, 0x72, 0x50, 0x57, 0x00, 0x4d, 0x10, 0x98, 0xb2, 0x15, 0xcd, 0x82, 0xdf, 0xbe, 0xae, 0x31, 0x9d, 0x76, 0xef, 0x06, 0x12, 0xc7, 0x61, 0xc5, 0x29, 0xe7, 0xfb, 0xd2, 0x14, 0x58, 0xcf, 0x66, 0x02, 0xae, 0x7a, 0x4a, 0x5b, 0xa5, 0x4c, 0x7c, 0xd1, 0x45, 0x25, 0x12, 0x36, 0x7f, 0x77, 0x9c, 0x2c, 0x0c, 0x3f, 0x3a, 0xeb, 0x33, 0x48, 0x01, 0xa6, 0xdf, 0x08, 0xbe, 0xf3, 0xed, 0x63, 0xb0, 0x7f, 0x41, 0x24, 0x75, 0xce, 0xd7, 0xbc, 0xb1, 0x69, 0xf9, 0x3e, 0x4b, 0xa2, 0x06, 0x6a, 0xe4, 0xf0, 0xe7, 0x82, 0xb5, 0x4b, 0x5f, 0x3b, 0xec, 0xac, 0x3c, 0x32, 0x0f, 0xb1, 0x07, 0x31, 0x33, 0xb1, 0x60, 0x31, 0x40, 0xfa, 0x2c, 0x25, 0xfd, 0x38, 0x51, 0x80, 0x6b, 0x28, 0x84, 0x29, 0xc0, 0xfb, 0xdd, 0x0a, 0x2c, 0x67, 0x62, 0xc5, 0x80, 0x80, 0xbf, 0x8b, 0x39, 0x31, 0x43, 0x92, 0x5d, 0x0b, 0xe5, 0x0c, 0x6f } }; static const struct cckprng_op_reseed op_reseed_2372 = { .hd = { .id = 2241, .kind = OP_RESEED }, .nonce = 9694030355078052073ULL, .seed_nbytes = 259, .seed = { 0x2a, 0x2d, 0x43, 0x24, 0xa1, 0x81, 0x4a, 0xb1, 0x33, 0x2b, 0xc4, 0x61, 0x60, 0x2c, 0xb0, 0x7e, 0x24, 0x4f, 0x8d, 0xc5, 0x5e, 0x0d, 0x98, 0xe2, 0x08, 0xeb, 0x02, 0x87, 0x26, 0x78, 0x0f, 0x72, 0x61, 0xf7, 0x10, 0x85, 0xf8, 0x80, 0xff, 0xd4, 0x3d, 0x9f, 0x75, 0x00, 0x4d, 0x54, 0xf6, 0x56, 0x20, 0x0b, 0xbb, 0x22, 0x01, 0x66, 0xd9, 0xf2, 0x97, 0x26, 0x90, 0x88, 0xc3, 0xec, 0x74, 0xd6, 0xa7, 0x26, 0xe3, 0x1f, 0x5b, 0x1d, 0x45, 0xc1, 0x96, 0x09, 0x16, 0x1c, 0x0b, 0x8c, 0x50, 0xd9, 0xc1, 0xe8, 0x7b, 0x99, 0x97, 0x74, 0x7b, 0x93, 0xcb, 0x74, 0x5f, 0x62, 0x74, 0xc3, 0x65, 0x36, 0x19, 0xa4, 0x2f, 0xa5, 0x64, 0x6b, 0x01, 0x8f, 0xcd, 0xe8, 0xa1, 0xe3, 0x59, 0xe6, 0x44, 0x53, 0x03, 0xa3, 0xea, 0xd8, 0xd2, 0x52, 0x08, 0xe4, 0x20, 0x21, 0x1e, 0xb9, 0x73, 0xd1, 0x64, 0xff, 0x7f, 0x34, 0x2f, 0x13, 0x00, 0x7e, 0x5c, 0x2f, 0x06, 0x5f, 0x2d, 0xf2, 0xeb, 0x84, 0x59, 0x08, 0x73, 0x6b, 0x5c, 0x4f, 0x48, 0x40, 0x43, 0x84, 0xd5, 0xd4, 0xbf, 0xf1, 0x96, 0xa1, 0x20, 0xec, 0x5f, 0xcc, 0x19, 0xe1, 0x8e, 0xd7, 0xbf, 0xfa, 0x3b, 0x9b, 0xc9, 0xa5, 0x1c, 0x53, 0x14, 0xd5, 0x03, 0x58, 0xd4, 0xa0, 0x9e, 0x3b, 0x92, 0x93, 0xe8, 0x00, 0x4d, 0xeb, 0x5f, 0x68, 0x96, 0x25, 0x55, 0xee, 0x9e, 0x7b, 0x21, 0xf4, 0xab, 0xa3, 0x7e, 0x20, 0xc6, 0x82, 0xa4, 0x1d, 0x88, 0xa5, 0xd9, 0x90, 0xb8, 0x7c, 0xf2, 0x46, 0x6b, 0xe4, 0x1d, 0xe5, 0xb7, 0xd4, 0x0a, 0x81, 0x20, 0xd5, 0xa7, 0x39, 0xa5, 0xf0, 0x08, 0x59, 0xb6, 0x57, 0x0e, 0xad, 0x90, 0xe3, 0xd1, 0x58, 0xe8, 0x44, 0x25, 0x4a, 0x33, 0xf6, 0xe9, 0x42, 0xbd, 0xfc, 0xbd, 0xa4, 0x7a, 0x78, 0x55, 0xb7, 0x44, 0x78, 0x52, 0x07, 0x16 } }; static const struct cckprng_op_reseed op_reseed_2373 = { .hd = { .id = 2242, .kind = OP_RESEED }, .nonce = 9229699713012799239ULL, .seed_nbytes = 169, .seed = { 0x3d, 0xb8, 0xf4, 0xab, 0x4b, 0xd4, 0x30, 0x98, 0x15, 0x15, 0x36, 0xd0, 0xb7, 0x4a, 0xf3, 0x12, 0xe3, 0x47, 0xb4, 0x9f, 0xa0, 0xf7, 0x2c, 0xa9, 0x47, 0x6e, 0x29, 0x9f, 0x93, 0x16, 0xc2, 0x81, 0xdf, 0x54, 0x87, 0xa4, 0x93, 0xc1, 0xca, 0x9e, 0x24, 0x97, 0x10, 0x28, 0x71, 0x00, 0x05, 0xc3, 0x97, 0xa9, 0x2f, 0xd7, 0xee, 0x19, 0x7b, 0xfd, 0x03, 0x0a, 0x8e, 0x88, 0xe3, 0x60, 0xea, 0xe6, 0xbf, 0x29, 0x1a, 0xa8, 0xdf, 0xf5, 0x9b, 0x28, 0x1b, 0x46, 0x90, 0x57, 0x94, 0x7c, 0x66, 0x1b, 0xa6, 0x7f, 0x39, 0xb9, 0xbe, 0x25, 0xcf, 0xbb, 0xa2, 0xda, 0x3a, 0xc9, 0xea, 0x1c, 0xaa, 0x4f, 0xf1, 0xa5, 0x38, 0xdf, 0x5e, 0x73, 0xbb, 0x7d, 0x27, 0x0e, 0xd5, 0x71, 0xbf, 0x75, 0xfc, 0xf6, 0x5b, 0xd8, 0x51, 0x63, 0x59, 0xcf, 0x4f, 0x4c, 0xb8, 0x46, 0xb1, 0x2d, 0x5f, 0xf5, 0x9c, 0xf3, 0x70, 0x6e, 0x21, 0xed, 0x53, 0x6a, 0xa4, 0x90, 0x1a, 0x2f, 0xb5, 0x42, 0x40, 0xc7, 0x33, 0xd4, 0x31, 0x4f, 0xa5, 0x2f, 0x3b, 0x8e, 0x92, 0xec, 0x46, 0x3d, 0x45, 0x91, 0x37, 0xfc, 0x49, 0x6c, 0x5e, 0x53, 0xc7, 0x62, 0x04, 0x42, 0x15, 0xcf, 0x45 } }; static const struct cckprng_op_generate op_init_2374 = { .hd = { .id = 2243, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x71, 0x09, 0x24 } } }; static const struct cckprng_op *ops_2375[] = { (const struct cckprng_op *)&op_init_2359, (const struct cckprng_op *)&op_refresh_2360, (const struct cckprng_op *)&op_init_2361, (const struct cckprng_op *)&op_reseed_2362, (const struct cckprng_op *)&op_refresh_2363, (const struct cckprng_op *)&op_reseed_2364, (const struct cckprng_op *)&op_init_2365, (const struct cckprng_op *)&op_init_2366, (const struct cckprng_op *)&op_reseed_2367, (const struct cckprng_op *)&op_init_2368, (const struct cckprng_op *)&op_refresh_2369, (const struct cckprng_op *)&op_refresh_2370, (const struct cckprng_op *)&op_reseed_2371, (const struct cckprng_op *)&op_reseed_2372, (const struct cckprng_op *)&op_reseed_2373, (const struct cckprng_op *)&op_init_2374 }; static const struct cckprng_vector vec_2376 = { .id = 2244, .note = NULL, .nops = 16, .ops = ops_2375 }; static const struct cckprng_op_init op_init_2377 = { .hd = { .id = 2245, .kind = OP_INIT }, .seed = { 0x09, 0xf3, 0xf3, 0xcb, 0x28, 0x26, 0xc6, 0xed, 0x0e, 0xfc, 0x0b, 0x0b, 0x7e, 0x3d, 0xf8, 0x50, 0xa5, 0x4a, 0xe9, 0x7a, 0xd5, 0x4c, 0x4d, 0x01, 0x7b, 0x51, 0x3c, 0x9d, 0x97, 0xab, 0x73, 0x99 }, .nonce = { 0x66, 0xc3, 0x94, 0xcd, 0x8a, 0xab, 0x7c, 0xfe }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2378 = { .hd = { .id = 2246, .kind = OP_REFRESH }, .rand = 2551504429557657476ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2379 = { .hd = { .id = 2247, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0xc8, 0x71, 0x0e, 0xdd, 0x6b, 0xa0, 0xd7, 0xf2, 0x8f, 0x7a, 0x1e, 0xde, 0x28, 0x47, 0x8c, 0xdc, 0x7d, 0xad, 0x46, 0x4b, 0x7a, 0xd7, 0x9f, 0x93, 0x4e, 0x40, 0x9b, 0x04, 0xb3, 0x13, 0xfa, 0x7c, 0x05, 0x81, 0xb0, 0xbe, 0x5d, 0x05, 0x97, 0xf2, 0x47, 0xa2, 0x89, 0x25, 0x88, 0xb7, 0xd7, 0x54, 0xca, 0xdd, 0xef, 0x9c, 0x9f, 0xf4, 0xa6, 0x76, 0xb3, 0xac, 0xb4, 0xc9, 0xd0, 0xb0, 0xef, 0x33, 0x60, 0x93, 0xb6, 0xcb, 0x25, 0x3a, 0xac, 0xd9, 0x86, 0x55, 0xdf, 0xbb, 0xd6, 0xdd, 0xbf, 0x71, 0xc7, 0xe2, 0xd0, 0x48, 0x36, 0x90, 0xdb, 0x4e, 0x82, 0x51, 0x0a, 0x23, 0xc4, 0x2b, 0xc1, 0x03, 0xc2, 0x5b, 0x03, 0xcc, 0x97, 0xc1, 0x37, 0x84, 0x1f, 0x6c, 0xec, 0x27, 0x70, 0xaa, 0x1c, 0x86, 0x01, 0x19, 0xc7, 0x90, 0x67, 0x05, 0x3e, 0xc7, 0xcd, 0x8a, 0xe0, 0x75, 0x34, 0x9f, 0xf5, 0xc5, 0x4a, 0x83, 0x7f, 0xbe, 0xcd, 0x2b, 0xee, 0x23, 0x7c, 0xcd, 0x94, 0x3e, 0xc2, 0x65, 0x58, 0x50, 0xda, 0x84, 0x64, 0x06, 0xc6, 0xd1, 0xb2, 0xd9, 0x8c, 0xc5, 0xd0, 0x52, 0x2b, 0x0e, 0xfc, 0x71, 0xc1, 0xf1, 0xba, 0xd7, 0x49, 0xda, 0xee, 0xf6, 0x1a, 0x75, 0x51, 0x46, 0xa1, 0x19, 0xe0, 0x49, 0xd7, 0xfa, 0x75, 0x57, 0x96, 0xc6, 0x2a, 0xaf, 0xc1, 0x8d, 0x7c, 0xf4, 0x33, 0xa5, 0xd7, 0x0c, 0x12, 0xc9, 0xfd, 0xae, 0x7f, 0x9f, 0x64, 0x42, 0x74, 0x8f, 0x69, 0xb8, 0xe4, 0xf6, 0x17, 0x02, 0x70, 0x33, 0x82, 0x24, 0x31, 0x6a, 0x54, 0x9a, 0xdd, 0xad, 0x62, 0x51, 0x92, 0x0d, 0x26, 0x9b, 0x76, 0x53, 0x82, 0x90, 0xf7, 0x38, 0xce, 0x1f, 0xa5, 0xef, 0xd1, 0xc4, 0xe7, 0xe9, 0xe2, 0xe6, 0x66, 0xe5, 0x3f, 0x02, 0xc1, 0x9f, 0xeb, 0x48, 0x0a, 0x91, 0x65, 0x39, 0xf7, 0x42, 0x4d, 0xd5, 0x86, 0x63, 0x33, 0xda, 0x67, 0xf6, 0x8a, 0xe7, 0x87, 0x17 } } }; static const struct cckprng_op_generate op_init_2380 = { .hd = { .id = 2248, .kind = OP_GENERATE }, .rand_nbytes = 83, .out = { .rand = { 0x5b, 0xbe, 0x5a, 0xbc, 0x54, 0x1a, 0x86, 0xf1, 0xd4, 0x1c, 0x1a, 0xa2, 0x9d, 0xc8, 0xe5, 0x8c, 0x49, 0x00, 0x78, 0x2f, 0x54, 0x2b, 0xb0, 0x16, 0xfe, 0x1a, 0xb9, 0x80, 0x92, 0xc9, 0x4e, 0xfe, 0xf5, 0x04, 0x85, 0x94, 0x99, 0xb9, 0xe0, 0xca, 0x42, 0xe7, 0x19, 0x1a, 0x19, 0x7e, 0xdb, 0xbb, 0x1f, 0xe2, 0x64, 0xab, 0x61, 0x29, 0xf1, 0x8e, 0xae, 0xd7, 0x2a, 0x52, 0xe1, 0x9c, 0x39, 0x5f, 0xe4, 0xd9, 0x35, 0xeb, 0x6a, 0x5a, 0x7e, 0xf5, 0x89, 0x29, 0xef, 0x3f, 0x9f, 0x8a, 0x96, 0x48, 0xda, 0x70, 0xd6 } } }; static const struct cckprng_op_refresh op_refresh_2381 = { .hd = { .id = 2249, .kind = OP_REFRESH }, .rand = 17014924850902648555ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2382 = { .hd = { .id = 2250, .kind = OP_RESEED }, .nonce = 8532180519966824534ULL, .seed_nbytes = 130, .seed = { 0xb2, 0x8d, 0xfb, 0xb2, 0xe3, 0x33, 0x59, 0x04, 0x3c, 0x6a, 0x62, 0x95, 0x2f, 0x62, 0x12, 0x35, 0x7d, 0xcf, 0xcc, 0xcb, 0xf4, 0xde, 0x8b, 0x9c, 0xe1, 0xae, 0x7c, 0x1d, 0xee, 0x36, 0xbb, 0x12, 0x44, 0xc9, 0x09, 0x39, 0x74, 0x30, 0x67, 0x30, 0x28, 0xa6, 0xe5, 0xa2, 0x58, 0x5f, 0x94, 0x63, 0xa6, 0xc1, 0xc9, 0x04, 0x49, 0x50, 0x45, 0x2c, 0xb9, 0x08, 0xad, 0x8f, 0x04, 0x1a, 0x61, 0xc5, 0x79, 0x21, 0xa0, 0x7f, 0x25, 0xcd, 0xbb, 0xb4, 0xc1, 0x85, 0xeb, 0x85, 0x56, 0x2c, 0x16, 0x57, 0xde, 0xb5, 0xdc, 0x6a, 0x25, 0x8b, 0x17, 0x72, 0xd6, 0xcd, 0x82, 0x90, 0xcb, 0x1c, 0xf9, 0xb3, 0x33, 0x95, 0xe1, 0xd4, 0x9e, 0xcb, 0xfe, 0x57, 0xa0, 0xb8, 0x8f, 0xfb, 0xc0, 0xdc, 0x3f, 0x22, 0x1a, 0xdb, 0x39, 0xe2, 0x8f, 0xc8, 0xfa, 0xb7, 0x91, 0x9a, 0xca, 0xf8, 0x71, 0x1e, 0x59, 0x77, 0x2e, 0xd0 } }; static const struct cckprng_op_reseed op_reseed_2383 = { .hd = { .id = 2251, .kind = OP_RESEED }, .nonce = 17026338275935391253ULL, .seed_nbytes = 211, .seed = { 0xf1, 0x3f, 0x54, 0x69, 0x57, 0xf1, 0x86, 0xe8, 0x5d, 0xf4, 0xc1, 0x5c, 0x9a, 0x75, 0xd5, 0x8f, 0x3f, 0x2b, 0x9f, 0xa8, 0x83, 0x66, 0x5d, 0xd8, 0x11, 0x83, 0x8d, 0xa8, 0x86, 0xae, 0xff, 0x98, 0xca, 0x83, 0xb6, 0x77, 0x5f, 0xa4, 0x65, 0xfd, 0x7f, 0x36, 0xc9, 0xae, 0x4a, 0x70, 0x54, 0xd0, 0xaf, 0xf1, 0xf3, 0x4e, 0x05, 0x75, 0x55, 0x26, 0xb5, 0x94, 0x68, 0x53, 0x2d, 0xa8, 0x0a, 0x1b, 0x11, 0xd3, 0xd3, 0x7b, 0x1e, 0x70, 0x0f, 0x59, 0x20, 0x22, 0xfc, 0x01, 0xac, 0x2b, 0xb0, 0xa9, 0xc6, 0xe1, 0xc1, 0x52, 0xd5, 0x01, 0x27, 0xc2, 0x2c, 0x4f, 0x6d, 0xfa, 0xd2, 0x63, 0x09, 0xce, 0x4f, 0x9d, 0x1d, 0x90, 0xb0, 0x37, 0x71, 0x08, 0x22, 0x33, 0xb1, 0x7b, 0xc7, 0x7b, 0x3d, 0x5c, 0x45, 0xdd, 0x8f, 0xc7, 0x38, 0x5e, 0xde, 0xad, 0x3c, 0x7b, 0xc7, 0x60, 0xb0, 0x80, 0xa0, 0x84, 0x97, 0xe0, 0x77, 0x18, 0x29, 0x6e, 0xe1, 0xe2, 0x8b, 0xfa, 0xd9, 0x2a, 0x18, 0xff, 0x32, 0x6e, 0x20, 0x2b, 0x92, 0xf8, 0xc1, 0xc8, 0xdf, 0x7b, 0xe0, 0x5f, 0x83, 0xab, 0xe4, 0x70, 0xef, 0x92, 0x28, 0x9d, 0x15, 0xec, 0x6b, 0x90, 0x0c, 0x23, 0xd0, 0xed, 0x01, 0xe8, 0xd6, 0xbf, 0x7f, 0xd5, 0xdd, 0x8d, 0x12, 0xa0, 0x10, 0x17, 0x6f, 0x09, 0xa7, 0xfe, 0x76, 0x53, 0x4e, 0x52, 0x0b, 0xac, 0x2b, 0x2f, 0x0b, 0xab, 0x09, 0xac, 0x96, 0xa7, 0x97, 0x80, 0x33, 0xc2, 0x23, 0xb8, 0xda, 0xd3, 0x17, 0xb7, 0xa2 } }; static const struct cckprng_op_generate op_init_2384 = { .hd = { .id = 2252, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0x8a, 0x31, 0xc6, 0x51, 0xd3, 0x80, 0x0f, 0xbe, 0x93, 0xac, 0xb1, 0x5d, 0xa0, 0x5e, 0x1f, 0x17, 0xbf, 0xb0, 0x4f, 0x25, 0x15, 0x4f, 0xc4, 0x6e, 0x71, 0x0f, 0xe7, 0xca, 0xe5, 0x29, 0x8c, 0x9a, 0x2a, 0x46, 0x40, 0x90, 0x36, 0xf0, 0x85, 0xc1, 0xe0, 0x87, 0x7a, 0xe0, 0xba, 0x18, 0xa7, 0xa9, 0x29, 0x55, 0xb1, 0x66, 0x9e, 0xc7, 0x38, 0xa9, 0x1a, 0xd9, 0x92, 0x0f, 0x96, 0x39, 0x3d, 0x3e, 0x20, 0x74, 0x88, 0x0f, 0xef, 0x98, 0x82, 0xcb, 0xc2, 0x58, 0x41, 0xdb, 0xe3, 0x7a, 0x69, 0xbf, 0xdd, 0xd3, 0x6f, 0xeb, 0x2e, 0x67, 0x16, 0x5d, 0x07, 0xbb, 0xd7, 0xcc, 0x6e, 0xc7, 0x02, 0x1f, 0x16, 0x07, 0x7a, 0xf7, 0x5f, 0x47, 0x07, 0x6e, 0x6c, 0xae, 0xab, 0x01, 0x1b, 0x97, 0xa4, 0x4e, 0x31, 0x09, 0x08, 0x21, 0xcc, 0x1b, 0x36, 0x78, 0x2d, 0x41, 0xa1, 0x91, 0x02, 0x47, 0x78, 0x9f, 0x9d, 0x79, 0x90, 0xb7, 0x29, 0x49, 0x31, 0xcf, 0x72, 0xd2, 0xfe, 0xad, 0xad, 0xdf, 0x6c, 0x80, 0x54, 0x48, 0x88, 0x77, 0xc4, 0xce, 0x3f, 0xe2, 0x84, 0xa4, 0x76, 0xf0, 0x98, 0x55, 0xa9, 0x88, 0xe6, 0x62, 0x38, 0xce, 0xc4, 0xe0, 0x06, 0xf7, 0x23, 0xaf, 0x44, 0x08, 0x49, 0xf9, 0x8d, 0xea, 0x88, 0x67, 0x0b, 0x68, 0x53, 0xdf, 0xcd, 0xce, 0x5e, 0xa0, 0xce, 0xdc, 0x94, 0x9f, 0xad, 0x86, 0x7e, 0xab, 0x70, 0xd9, 0xd9, 0x22, 0xf0, 0x71, 0xd3, 0x66, 0x88, 0x79, 0x49, 0x15, 0x0f, 0xb3, 0x5d, 0x8b, 0xde, 0x4c, 0x54, 0x4f, 0xf2, 0xb4, 0x1f, 0x40, 0x2e, 0x72, 0xba, 0xcb, 0xc2, 0x3c, 0xc0, 0xef, 0x3b, 0xd5, 0x26, 0x74, 0x34, 0xeb, 0x87, 0x27, 0x16, 0x8d, 0x4b, 0xee, 0x12, 0xc6, 0x08, 0xda, 0x1d, 0x8c, 0xfa, 0x57, 0x81, 0x18, 0x13, 0xf8, 0x7f, 0xe2, 0x71, 0x6a, 0xeb, 0x1f, 0x02, 0x66, 0x37, 0xc8, 0xc4, 0xf6, 0x96, 0x6f, 0x1a, 0x49, 0xfb, 0x26, 0x7c, 0x83, 0x51, 0xfc, 0xf8, 0xdd, 0xe7, 0x3e, 0xca } } }; static const struct cckprng_op_reseed op_reseed_2385 = { .hd = { .id = 2253, .kind = OP_RESEED }, .nonce = 5258436564901728985ULL, .seed_nbytes = 235, .seed = { 0x8f, 0xcf, 0x69, 0xcf, 0x4e, 0xb1, 0x7e, 0x27, 0xe9, 0x70, 0x46, 0xb0, 0xc5, 0x0f, 0xf7, 0x8f, 0xdb, 0xed, 0xc6, 0x58, 0x5d, 0x67, 0xa7, 0x3d, 0x34, 0x5f, 0x47, 0x32, 0xdf, 0xaa, 0x2e, 0x83, 0xdc, 0xef, 0x95, 0x10, 0xcc, 0x72, 0x7c, 0xe0, 0x60, 0xdc, 0x42, 0xe2, 0x49, 0x1a, 0x6e, 0xda, 0xfd, 0xf8, 0xdc, 0xe3, 0x1b, 0x1f, 0xc9, 0x61, 0xe3, 0xf9, 0xd0, 0x0f, 0xb3, 0x73, 0x80, 0x75, 0x02, 0xd0, 0x6e, 0x8a, 0x81, 0xcb, 0x3e, 0xc4, 0xb7, 0xc1, 0xad, 0x7a, 0xaa, 0x20, 0xd0, 0x59, 0x86, 0x02, 0x87, 0xad, 0x97, 0x93, 0x47, 0x98, 0xed, 0xf9, 0xd6, 0x57, 0x1d, 0x7c, 0x1c, 0xe2, 0x07, 0xa7, 0x65, 0x9a, 0x52, 0x60, 0x4d, 0x40, 0x3f, 0xb3, 0xda, 0x27, 0x15, 0xa2, 0x47, 0x30, 0xdf, 0xb3, 0xfd, 0x9b, 0xa9, 0x1a, 0x43, 0x9d, 0xbe, 0x99, 0x87, 0x41, 0x61, 0xe4, 0x1d, 0x57, 0x6c, 0x17, 0x16, 0xaf, 0xb9, 0xb0, 0x16, 0xf5, 0x76, 0x3d, 0x78, 0x56, 0x31, 0xfc, 0xe0, 0x02, 0xde, 0xeb, 0xca, 0xb2, 0xbd, 0x7e, 0x58, 0x87, 0x38, 0x46, 0xa5, 0xae, 0x61, 0x7a, 0x48, 0x59, 0x9c, 0xab, 0x55, 0x53, 0x8d, 0x95, 0x35, 0xa7, 0x98, 0xe4, 0x22, 0x41, 0x11, 0xd3, 0xed, 0xb0, 0xe6, 0xc1, 0x5a, 0xda, 0x6c, 0xbd, 0xf3, 0xee, 0x51, 0x8f, 0x9e, 0x01, 0xf6, 0x76, 0x95, 0x42, 0x83, 0xeb, 0xcc, 0xa5, 0xfc, 0x31, 0xcb, 0xd2, 0x24, 0xaf, 0xfd, 0x9c, 0xd0, 0x8a, 0x21, 0xf4, 0x83, 0xa9, 0x05, 0x6e, 0x81, 0x87, 0x41, 0xea, 0x4a, 0x37, 0xc3, 0xdd, 0xd7, 0xeb, 0xac, 0x59, 0x17, 0xda, 0xc9, 0x39, 0x61, 0x8e, 0x60, 0x18, 0xce, 0x13, 0xc2 } }; static const struct cckprng_op_reseed op_reseed_2386 = { .hd = { .id = 2254, .kind = OP_RESEED }, .nonce = 9541261025300542506ULL, .seed_nbytes = 97, .seed = { 0x55, 0x08, 0xdf, 0xd5, 0x88, 0xe3, 0xa9, 0x9d, 0x0c, 0x6f, 0x06, 0x73, 0x75, 0xcd, 0xe8, 0xa9, 0x0e, 0x2f, 0x81, 0xc6, 0x0d, 0x69, 0x3d, 0x60, 0x26, 0x68, 0x92, 0x59, 0x11, 0xb7, 0xc0, 0xcc, 0x79, 0xcb, 0xb6, 0xa1, 0xe8, 0x21, 0x53, 0xe9, 0x69, 0xfd, 0xb7, 0x42, 0x9b, 0x79, 0x02, 0xf8, 0x18, 0x96, 0x76, 0xd2, 0x59, 0x34, 0x90, 0x9f, 0x29, 0x84, 0x28, 0xb2, 0x6f, 0xbb, 0xa3, 0x8d, 0xf5, 0x5e, 0x33, 0xb7, 0xf4, 0xdd, 0x71, 0x42, 0x56, 0xdb, 0x05, 0x54, 0x79, 0xd6, 0xa7, 0x3b, 0xad, 0x99, 0x54, 0xd4, 0x17, 0x81, 0x82, 0x92, 0xf8, 0x36, 0xb6, 0x58, 0xa5, 0xec, 0x31, 0xd2, 0x99 } }; static const struct cckprng_op_generate op_init_2387 = { .hd = { .id = 2255, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0xea, 0x5d, 0x49, 0x17, 0x08, 0x3c, 0x84, 0xb1, 0x28, 0xbd } } }; static const struct cckprng_op_refresh op_refresh_2388 = { .hd = { .id = 2256, .kind = OP_REFRESH }, .rand = 6618412970020659852ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2389 = { .hd = { .id = 2257, .kind = OP_GENERATE }, .rand_nbytes = 13, .out = { .rand = { 0x65, 0xc2, 0x32, 0x34, 0x0e, 0x6b, 0x78, 0xdc, 0xd8, 0x49, 0x8f, 0xa7, 0xf5 } } }; static const struct cckprng_op_refresh op_refresh_2390 = { .hd = { .id = 2258, .kind = OP_REFRESH }, .rand = 8964664872830125467ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2391 = { .hd = { .id = 2259, .kind = OP_REFRESH }, .rand = 11606110398891936334ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2392 = { .hd = { .id = 2260, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0xb3, 0x43, 0xf2, 0x8b, 0xd9, 0xa0, 0xbf, 0xb5, 0xde, 0x72, 0x4c, 0xf2, 0x93, 0x96, 0x12, 0x53, 0xb9, 0x9b, 0xe4, 0x75, 0x12, 0x40, 0x73, 0xa8, 0xbc, 0x3b, 0xb8, 0x10, 0xe1, 0xba, 0xa9, 0xa7, 0x79, 0x47, 0x7e, 0x06, 0x46, 0x81, 0x2e, 0x57, 0x58, 0xaa, 0xe8, 0x92, 0xef, 0xe8, 0x6a, 0xbb, 0x9d } } }; static const struct cckprng_op *ops_2393[] = { (const struct cckprng_op *)&op_init_2377, (const struct cckprng_op *)&op_refresh_2378, (const struct cckprng_op *)&op_init_2379, (const struct cckprng_op *)&op_init_2380, (const struct cckprng_op *)&op_refresh_2381, (const struct cckprng_op *)&op_reseed_2382, (const struct cckprng_op *)&op_reseed_2383, (const struct cckprng_op *)&op_init_2384, (const struct cckprng_op *)&op_reseed_2385, (const struct cckprng_op *)&op_reseed_2386, (const struct cckprng_op *)&op_init_2387, (const struct cckprng_op *)&op_refresh_2388, (const struct cckprng_op *)&op_init_2389, (const struct cckprng_op *)&op_refresh_2390, (const struct cckprng_op *)&op_refresh_2391, (const struct cckprng_op *)&op_init_2392 }; static const struct cckprng_vector vec_2394 = { .id = 2261, .note = NULL, .nops = 16, .ops = ops_2393 }; static const struct cckprng_op_init op_init_2395 = { .hd = { .id = 2262, .kind = OP_INIT }, .seed = { 0xe1, 0x1a, 0x1d, 0xc9, 0xce, 0x98, 0x90, 0x41, 0xd8, 0xfe, 0x00, 0x9c, 0x56, 0xdc, 0xe7, 0xa9, 0x44, 0x4f, 0x56, 0xe7, 0x3b, 0x70, 0x58, 0xf9, 0x37, 0xb0, 0x29, 0xeb, 0xbb, 0xb3, 0xc0, 0xb7 }, .nonce = { 0xb0, 0xb6, 0xc4, 0xe9, 0xb8, 0x07, 0xd8, 0x5b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2396 = { .hd = { .id = 2263, .kind = OP_RESEED }, .nonce = 13391698121057806878ULL, .seed_nbytes = 242, .seed = { 0x00, 0x32, 0x17, 0x1d, 0xb2, 0x68, 0x1b, 0x30, 0xb9, 0x4b, 0x10, 0x94, 0x5b, 0xca, 0xf7, 0xcd, 0x16, 0x5c, 0xab, 0x99, 0x13, 0x1e, 0xb2, 0x57, 0x5f, 0x10, 0x46, 0x7d, 0x34, 0x1d, 0x25, 0x6e, 0x7c, 0x37, 0x37, 0x21, 0x4b, 0x50, 0xf5, 0x8b, 0x06, 0x6d, 0x31, 0x43, 0x91, 0x65, 0xfe, 0xc7, 0x2a, 0xd0, 0x10, 0x98, 0x1d, 0xc4, 0xb0, 0x6a, 0x10, 0xfe, 0x5f, 0x85, 0xf2, 0x1c, 0xde, 0x44, 0xb5, 0xf4, 0x9f, 0x29, 0xa7, 0x72, 0x1f, 0xdd, 0x37, 0xe7, 0x1e, 0x90, 0x61, 0x82, 0xfb, 0xf0, 0x1e, 0x52, 0x5f, 0x33, 0x46, 0x3c, 0xcb, 0x5f, 0xeb, 0x05, 0x20, 0xa7, 0xf9, 0x43, 0xa0, 0x1c, 0x94, 0xd6, 0x60, 0x65, 0x52, 0x53, 0xda, 0x7a, 0x73, 0x03, 0xf5, 0x24, 0x2f, 0xeb, 0x9b, 0xc1, 0xd8, 0x7c, 0x51, 0x40, 0x40, 0x7b, 0x59, 0x15, 0x3b, 0x49, 0x6a, 0xe2, 0x04, 0x20, 0xbc, 0x22, 0x58, 0xcc, 0xe6, 0xc4, 0x60, 0x2d, 0x3b, 0xe5, 0x15, 0x9f, 0x2b, 0xed, 0xfe, 0x20, 0xeb, 0xfc, 0x36, 0x9b, 0x62, 0xc6, 0x5e, 0xda, 0x9d, 0xba, 0x88, 0x45, 0xc3, 0xa6, 0xa4, 0x68, 0x25, 0x8e, 0x6a, 0xcc, 0xa0, 0xf0, 0xed, 0x52, 0x77, 0x43, 0xc3, 0x8b, 0x17, 0xed, 0xed, 0xaf, 0x55, 0x57, 0x9f, 0x5d, 0x0a, 0x4b, 0xf6, 0xcb, 0x45, 0x52, 0x09, 0x7a, 0x44, 0x5e, 0x08, 0x41, 0xce, 0xaf, 0x21, 0x89, 0x18, 0x2a, 0xd5, 0xf4, 0xb5, 0x11, 0x49, 0x96, 0xd3, 0xb7, 0x58, 0xfc, 0x70, 0x78, 0xcc, 0xbd, 0x23, 0x23, 0x42, 0xbe, 0xb5, 0x55, 0x17, 0x34, 0x95, 0x65, 0x98, 0x33, 0x98, 0x89, 0xe0, 0x44, 0x2d, 0x00, 0xa6, 0x46, 0x8e, 0x51, 0x28, 0xcd, 0xe7, 0x71, 0x2f, 0xdd, 0x5e, 0x99, 0xbf, 0x57 } }; static const struct cckprng_op_reseed op_reseed_2397 = { .hd = { .id = 2264, .kind = OP_RESEED }, .nonce = 2559543918226830392ULL, .seed_nbytes = 70, .seed = { 0x6d, 0x4e, 0x85, 0xb5, 0x11, 0x0d, 0x36, 0xf4, 0xe7, 0x58, 0xba, 0xbb, 0xfa, 0xa0, 0x5d, 0xde, 0x02, 0xab, 0x53, 0xb7, 0x46, 0x5a, 0xb3, 0xc1, 0xb1, 0x55, 0xfd, 0xbc, 0x25, 0x75, 0xf9, 0x16, 0x50, 0x1c, 0x88, 0x72, 0x3e, 0xb6, 0x97, 0xdd, 0x2e, 0x1e, 0x04, 0x81, 0x1b, 0xe3, 0x3c, 0xe7, 0xb4, 0x98, 0xba, 0xd1, 0x2f, 0x81, 0x5a, 0x8e, 0xd0, 0x67, 0xd8, 0x0c, 0x6e, 0xf9, 0x5d, 0x0b, 0x57, 0x09, 0x2c, 0x5d, 0x8d, 0x82 } }; static const struct cckprng_op_generate op_init_2398 = { .hd = { .id = 2265, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0x20, 0x29, 0xbf, 0xe5, 0x61, 0x72, 0x1c, 0x31, 0x6f, 0x25, 0xdd, 0x9e, 0xfd, 0x38, 0xbb, 0x00, 0x46, 0xea, 0xdd, 0x91, 0x0d, 0x43, 0x01, 0x70, 0x14, 0x88, 0x0f, 0xc1, 0x50, 0xc4, 0xee, 0x71, 0xe2, 0x73, 0x85, 0x22, 0x1f, 0xc5, 0x4a, 0xa3, 0x84, 0x5f, 0x81, 0xdb, 0x17, 0x96, 0xe7, 0xc1, 0xab, 0x11, 0xec, 0x6e, 0x4d, 0x80, 0x45, 0x87, 0x8c, 0xe8, 0x11, 0x30, 0x97, 0x69, 0x95, 0xb6, 0x0c, 0xd1, 0x06, 0x0b, 0x99, 0x5e, 0xc8, 0xb5, 0xd5, 0x3a, 0x0a, 0x87, 0x2c, 0x1b, 0x33, 0xa6, 0xcc, 0x6e, 0xb0, 0xc3, 0x19, 0xd3, 0x69, 0x2a, 0x01, 0xb9, 0x82, 0x79, 0x98, 0xf4, 0xac, 0x78, 0x95, 0x19, 0x1e, 0xe6, 0xfa, 0xab, 0x4d, 0x76, 0x47, 0x01, 0x9d, 0x4b, 0x31, 0x58, 0x4e, 0x02, 0x50, 0xd7, 0xdd, 0x74, 0x01, 0xf7, 0x58, 0x13, 0x88, 0xe9, 0x70, 0xc9, 0x13, 0x98 } } }; static const struct cckprng_op_reseed op_reseed_2399 = { .hd = { .id = 2266, .kind = OP_RESEED }, .nonce = 18003113987879688379ULL, .seed_nbytes = 171, .seed = { 0x1e, 0x42, 0xf9, 0xad, 0xcc, 0x3b, 0x93, 0xab, 0xd7, 0x5a, 0x6f, 0xb0, 0x28, 0x70, 0x13, 0xa9, 0x77, 0x1e, 0x3e, 0x83, 0x1b, 0x0d, 0xbd, 0x07, 0x6c, 0xc4, 0x1f, 0xc0, 0x71, 0x53, 0x32, 0xae, 0x76, 0xbc, 0x61, 0xe4, 0x26, 0xc9, 0x6c, 0x49, 0x6e, 0xaa, 0x93, 0x1f, 0xdf, 0xb4, 0x4b, 0x92, 0x89, 0x46, 0xa3, 0xad, 0x3d, 0x43, 0xe9, 0x68, 0xcd, 0x3b, 0xb6, 0x33, 0x14, 0x69, 0x6f, 0x2b, 0x7e, 0x81, 0x84, 0x98, 0x1b, 0x24, 0xaa, 0x43, 0xc9, 0xa2, 0x65, 0x79, 0xba, 0x16, 0xcb, 0x5c, 0x6d, 0xd5, 0xed, 0x56, 0xbb, 0x12, 0x12, 0x2c, 0x67, 0xcf, 0x91, 0x55, 0x16, 0x6b, 0xbe, 0xba, 0x62, 0x3c, 0xa9, 0xeb, 0x7c, 0xf1, 0x74, 0x80, 0xde, 0x31, 0x3e, 0xb6, 0x20, 0x22, 0x46, 0x19, 0x1b, 0x2f, 0xef, 0xdf, 0xe2, 0x3e, 0xfc, 0x28, 0x12, 0x78, 0x5f, 0x98, 0xc3, 0xed, 0x17, 0xa7, 0x45, 0x85, 0x17, 0xeb, 0x10, 0xb1, 0xcd, 0xd9, 0x83, 0xb9, 0x47, 0x61, 0x68, 0x33, 0x2f, 0xef, 0x30, 0xc0, 0x09, 0xf5, 0xca, 0x26, 0xc1, 0x9b, 0x15, 0x7b, 0x5e, 0xf0, 0x89, 0xfe, 0x68, 0x60, 0x98, 0x67, 0x06, 0xc6, 0xda, 0x95, 0x2a, 0xc7, 0x8d, 0x4f, 0xf1 } }; static const struct cckprng_op_reseed op_reseed_2400 = { .hd = { .id = 2267, .kind = OP_RESEED }, .nonce = 12841364634710490023ULL, .seed_nbytes = 269, .seed = { 0x50, 0x21, 0xee, 0x45, 0xf3, 0xda, 0xac, 0x44, 0x42, 0x1b, 0x55, 0x7c, 0xf1, 0x8d, 0x3a, 0xe0, 0x94, 0xef, 0x02, 0x49, 0x46, 0x2f, 0xe3, 0xba, 0x00, 0x2b, 0x37, 0x6a, 0x97, 0xaa, 0xe0, 0xfa, 0xbf, 0x99, 0xf9, 0x5a, 0x05, 0x87, 0x49, 0x4f, 0xab, 0xac, 0xe5, 0x62, 0xe7, 0x10, 0x18, 0x63, 0xd5, 0x89, 0x3f, 0x99, 0x19, 0x8c, 0xfa, 0x14, 0xb6, 0xe8, 0x32, 0xcc, 0x8e, 0x82, 0x16, 0xc2, 0xde, 0x31, 0xa4, 0xe2, 0xf1, 0x7a, 0x9e, 0xed, 0x99, 0xa6, 0x74, 0xaa, 0xe7, 0xda, 0xf8, 0x3f, 0xfe, 0xa7, 0xf6, 0x5b, 0xad, 0x7e, 0xdc, 0x1b, 0x86, 0x21, 0x5c, 0xd0, 0x3e, 0x95, 0x1b, 0xf0, 0x2b, 0x8a, 0x87, 0xb8, 0xb1, 0x72, 0x92, 0x1c, 0x41, 0xbe, 0xc3, 0xbb, 0x72, 0x96, 0x5a, 0x7d, 0x1c, 0x28, 0x0c, 0x8a, 0x38, 0xea, 0x5c, 0xa6, 0x3e, 0x62, 0x04, 0x48, 0x0f, 0x8a, 0x76, 0x46, 0x61, 0xd2, 0xfb, 0x49, 0x70, 0xa3, 0x53, 0xdf, 0x59, 0x2b, 0x62, 0xae, 0x71, 0x91, 0x45, 0xc8, 0x45, 0x5b, 0x51, 0x17, 0x5b, 0xd0, 0xb4, 0xa6, 0x85, 0x7f, 0x4d, 0xbd, 0x48, 0x8c, 0x04, 0xf1, 0xb5, 0x0c, 0xa9, 0x04, 0xc8, 0x37, 0x85, 0x89, 0x1a, 0xf1, 0xd4, 0x8b, 0xe5, 0x41, 0x08, 0x17, 0xb8, 0x73, 0x4d, 0xea, 0x2a, 0xc1, 0xb2, 0x82, 0x34, 0xad, 0x27, 0x8b, 0xab, 0xef, 0xfe, 0x56, 0x4c, 0xb5, 0x82, 0x7f, 0x94, 0x0f, 0x6d, 0x0c, 0x37, 0x19, 0xe3, 0x0a, 0xdb, 0xe1, 0x04, 0x03, 0xfa, 0x10, 0x09, 0xf5, 0xc5, 0x0a, 0xfa, 0x29, 0x7c, 0x1e, 0x62, 0x01, 0x59, 0x7d, 0x60, 0xb7, 0x4c, 0xed, 0x9b, 0x30, 0x14, 0xa0, 0xb9, 0xd4, 0xcf, 0xfb, 0x5a, 0x5a, 0x98, 0xc3, 0xf6, 0x1c, 0xb6, 0x4e, 0x92, 0x78, 0xc9, 0x0c, 0xb0, 0x5e, 0x2e, 0x37, 0xf9, 0x23, 0xa5, 0x65, 0xce, 0xce, 0xd6, 0xd3, 0xa2, 0xe6, 0x3c, 0x76, 0x89, 0x02, 0x20, 0x9d, 0xbc, 0xfc, 0x67 } }; static const struct cckprng_op_reseed op_reseed_2401 = { .hd = { .id = 2268, .kind = OP_RESEED }, .nonce = 15576668424840415229ULL, .seed_nbytes = 53, .seed = { 0xc4, 0x19, 0x7c, 0xb8, 0x2e, 0x49, 0x00, 0x0d, 0x1f, 0x08, 0xd7, 0x79, 0xdb, 0xed, 0xba, 0x4d, 0x3a, 0x1d, 0xbb, 0x5b, 0x3a, 0x9f, 0x17, 0xf4, 0x79, 0x0a, 0x7a, 0x3c, 0xe5, 0x7e, 0xb0, 0xd2, 0x6b, 0xb1, 0xeb, 0x59, 0x69, 0x5a, 0x8c, 0x3d, 0x4f, 0x0e, 0x5c, 0xb9, 0x7d, 0x78, 0x9c, 0xe2, 0x48, 0x54, 0x3a, 0x0b, 0x9b } }; static const struct cckprng_op_refresh op_refresh_2402 = { .hd = { .id = 2269, .kind = OP_REFRESH }, .rand = 6415715533466037252ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2403 = { .hd = { .id = 2270, .kind = OP_REFRESH }, .rand = 17782645430591004755ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2404 = { .hd = { .id = 2271, .kind = OP_REFRESH }, .rand = 11495762992276301182ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2405 = { .hd = { .id = 2272, .kind = OP_GENERATE }, .rand_nbytes = 267, .out = { .rand = { 0xa9, 0x2b, 0x39, 0xe6, 0x81, 0xf9, 0x8e, 0xcb, 0xc8, 0x73, 0xb6, 0x4d, 0xed, 0x74, 0xa2, 0x29, 0x5d, 0x0d, 0x63, 0xbf, 0x8d, 0x3a, 0x73, 0x8c, 0xa9, 0xb0, 0xfb, 0x92, 0x26, 0x62, 0x32, 0x19, 0x6e, 0xec, 0xfa, 0x68, 0x8f, 0x40, 0xbc, 0x85, 0x60, 0xa3, 0x46, 0x83, 0xa0, 0x53, 0x25, 0x0b, 0x77, 0x76, 0xcd, 0x8f, 0x4b, 0x96, 0xb3, 0x06, 0xe1, 0x2b, 0xe1, 0xf5, 0x18, 0x7c, 0x2d, 0xa8, 0x1f, 0x32, 0xb9, 0x8f, 0x7f, 0x5c, 0xec, 0x0c, 0x7c, 0x32, 0x67, 0x32, 0x50, 0x33, 0x64, 0xde, 0xc4, 0x01, 0xb2, 0xd4, 0xf2, 0xfe, 0xd9, 0xd7, 0xf2, 0x2d, 0x23, 0x82, 0x8d, 0xa4, 0x94, 0xcb, 0x44, 0x97, 0x5a, 0xa7, 0x7a, 0x18, 0xab, 0x74, 0xd0, 0xa2, 0x95, 0x7f, 0xf5, 0xf7, 0x68, 0x66, 0x8b, 0x76, 0x39, 0x32, 0x61, 0x10, 0x97, 0x70, 0xe1, 0x11, 0xdb, 0x69, 0x06, 0x34, 0xc3, 0xc8, 0xb5, 0x5c, 0x7d, 0x04, 0xee, 0x53, 0xd4, 0xf1, 0xcb, 0x15, 0xae, 0xe2, 0xf9, 0x96, 0xd0, 0x86, 0xd3, 0x5d, 0x9f, 0x58, 0xe7, 0xa0, 0xae, 0x10, 0xf8, 0x80, 0x3b, 0xc1, 0x9c, 0xc2, 0x76, 0x2f, 0x53, 0xa7, 0xf8, 0xe0, 0xc1, 0x1e, 0x4c, 0x42, 0xe2, 0xd4, 0xc0, 0x65, 0x40, 0x4e, 0xc9, 0xd2, 0x61, 0x6f, 0x17, 0x20, 0x1e, 0xc1, 0xd4, 0xb0, 0x7f, 0x2b, 0xf6, 0xef, 0xd1, 0x84, 0x0c, 0x37, 0x04, 0x70, 0x19, 0xd1, 0x71, 0x24, 0x0b, 0x4c, 0xf8, 0x85, 0xfe, 0x0d, 0x3d, 0x4c, 0x06, 0xb0, 0x79, 0xce, 0x91, 0xdd, 0x8d, 0x48, 0x57, 0xff, 0x74, 0x23, 0xda, 0xd4, 0x90, 0x73, 0x51, 0x27, 0x62, 0x20, 0x01, 0x8a, 0x52, 0x4c, 0xe2, 0x74, 0x13, 0xa9, 0xea, 0xd1, 0x64, 0x64, 0x8b, 0x44, 0x40, 0xf7, 0x9a, 0xbe, 0x81, 0x96, 0x45, 0xb0, 0x50, 0x83, 0x83, 0xd0, 0xcc, 0x8a, 0x73, 0xb3, 0xca, 0x3c, 0xf8, 0x5b, 0xac, 0x23, 0x92, 0x03, 0xa7, 0xd3, 0xc1 } } }; static const struct cckprng_op_reseed op_reseed_2406 = { .hd = { .id = 2273, .kind = OP_RESEED }, .nonce = 4024206275514692779ULL, .seed_nbytes = 75, .seed = { 0x5d, 0x68, 0x20, 0x8f, 0x13, 0x36, 0xcd, 0xc5, 0xfa, 0x3f, 0xa6, 0xfd, 0x6b, 0xa7, 0xd9, 0x34, 0x99, 0x81, 0xc2, 0x94, 0x66, 0xff, 0x4a, 0x4d, 0x01, 0x67, 0xc9, 0x17, 0x7f, 0x4c, 0x9e, 0x24, 0x12, 0xb2, 0x37, 0x01, 0x02, 0xaa, 0x3d, 0x59, 0x21, 0xfc, 0x7e, 0x35, 0xef, 0xc6, 0xf0, 0x0e, 0x03, 0xf9, 0x05, 0xd7, 0x4b, 0xf7, 0x35, 0xfc, 0x43, 0x3c, 0x3d, 0xf1, 0x1d, 0xaa, 0x73, 0xd9, 0x97, 0x6e, 0x36, 0xfe, 0xac, 0x1f, 0xed, 0x6f, 0xc4, 0xea, 0x38 } }; static const struct cckprng_op_refresh op_refresh_2407 = { .hd = { .id = 2274, .kind = OP_REFRESH }, .rand = 2890292361478427857ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2408 = { .hd = { .id = 2275, .kind = OP_RESEED }, .nonce = 6686730950199824120ULL, .seed_nbytes = 60, .seed = { 0x82, 0x6f, 0xe1, 0xd3, 0xec, 0x89, 0xfa, 0x30, 0xe7, 0x88, 0xb7, 0xd0, 0xe4, 0xcb, 0x0b, 0x52, 0x39, 0xcd, 0xa8, 0xb5, 0x7a, 0x12, 0x26, 0xf2, 0x6e, 0x24, 0x2d, 0x6e, 0x8f, 0x86, 0x4a, 0x7e, 0x0e, 0xda, 0x28, 0x3f, 0x14, 0xb9, 0x7e, 0x30, 0x0b, 0x2e, 0x08, 0xae, 0xee, 0xaf, 0x37, 0x51, 0xed, 0x50, 0xc9, 0x9d, 0x53, 0x0c, 0xcc, 0xc9, 0x54, 0x7f, 0x43, 0x18 } }; static const struct cckprng_op_generate op_init_2409 = { .hd = { .id = 2276, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0x22, 0x8c, 0x62, 0x8e, 0xaa, 0xd6, 0x07, 0xf5, 0x09, 0x82, 0x5b, 0xcd, 0x0d, 0xc4, 0x81, 0xd8, 0xfa, 0x53, 0xc6, 0x73, 0x89, 0xcf, 0x38, 0x21, 0x1f, 0xdc, 0x70, 0x77, 0x59, 0xaf, 0x23, 0x97, 0xe8, 0x81, 0xa4, 0xfa, 0x50, 0x09, 0x2b, 0x52, 0x05, 0xb9 } } }; static const struct cckprng_op_generate op_init_2410 = { .hd = { .id = 2277, .kind = OP_GENERATE }, .rand_nbytes = 92, .out = { .rand = { 0x27, 0x61, 0x13, 0x3c, 0x3d, 0x93, 0xd0, 0x52, 0xf2, 0x67, 0x8e, 0xf2, 0x48, 0xdd, 0x28, 0x13, 0x1f, 0xa6, 0x57, 0x9b, 0x0b, 0xa5, 0x8e, 0x6c, 0x12, 0x9a, 0x5d, 0x3a, 0x18, 0xff, 0xc8, 0x87, 0x14, 0x45, 0x8d, 0x5e, 0x14, 0x3b, 0x9a, 0x55, 0x9c, 0x61, 0xf8, 0x1b, 0xe0, 0xf4, 0xd7, 0xc3, 0xad, 0xaa, 0x2f, 0x63, 0x15, 0x3e, 0x68, 0x20, 0xbf, 0x9b, 0x5b, 0xf9, 0x84, 0x0e, 0x54, 0xf8, 0xf7, 0x54, 0x5f, 0x1d, 0xf4, 0xbe, 0xb3, 0x0a, 0x77, 0x59, 0xb3, 0x05, 0x97, 0x98, 0x54, 0x68, 0xbc, 0xac, 0x89, 0x31, 0xc5, 0xd0, 0x51, 0xf9, 0x5a, 0xca, 0x50, 0xd0 } } }; static const struct cckprng_op *ops_2411[] = { (const struct cckprng_op *)&op_init_2395, (const struct cckprng_op *)&op_reseed_2396, (const struct cckprng_op *)&op_reseed_2397, (const struct cckprng_op *)&op_init_2398, (const struct cckprng_op *)&op_reseed_2399, (const struct cckprng_op *)&op_reseed_2400, (const struct cckprng_op *)&op_reseed_2401, (const struct cckprng_op *)&op_refresh_2402, (const struct cckprng_op *)&op_refresh_2403, (const struct cckprng_op *)&op_refresh_2404, (const struct cckprng_op *)&op_init_2405, (const struct cckprng_op *)&op_reseed_2406, (const struct cckprng_op *)&op_refresh_2407, (const struct cckprng_op *)&op_reseed_2408, (const struct cckprng_op *)&op_init_2409, (const struct cckprng_op *)&op_init_2410 }; static const struct cckprng_vector vec_2412 = { .id = 2278, .note = NULL, .nops = 16, .ops = ops_2411 }; static const struct cckprng_op_init op_init_2413 = { .hd = { .id = 2279, .kind = OP_INIT }, .seed = { 0xcf, 0x4f, 0x1c, 0x76, 0x03, 0x8e, 0x27, 0xc8, 0x6e, 0xd5, 0xe9, 0x29, 0x60, 0x9b, 0xcd, 0xb2, 0x75, 0x68, 0xc9, 0x4a, 0xf6, 0xd1, 0x2d, 0x69, 0x29, 0x5f, 0xa8, 0xb8, 0x5b, 0x19, 0xd2, 0x73 }, .nonce = { 0x34, 0x69, 0x45, 0xde, 0x6d, 0x43, 0x64, 0x4d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2414 = { .hd = { .id = 2280, .kind = OP_RESEED }, .nonce = 8002359094975895661ULL, .seed_nbytes = 206, .seed = { 0x30, 0xa1, 0x75, 0xfe, 0x20, 0x2e, 0x59, 0x84, 0x81, 0xf6, 0xbc, 0x32, 0xc7, 0x15, 0x21, 0xd9, 0x46, 0xb4, 0xf6, 0x83, 0x39, 0x6b, 0x99, 0x42, 0xbf, 0xc2, 0x67, 0x4c, 0x9a, 0xfc, 0x9f, 0xdf, 0xc2, 0x68, 0x31, 0xb6, 0xb6, 0x1e, 0x3e, 0x38, 0x78, 0x56, 0xa9, 0xe1, 0xe8, 0xe5, 0x6c, 0x81, 0x98, 0xc9, 0xc6, 0xaf, 0xfd, 0x0c, 0x05, 0xa0, 0x33, 0x45, 0xa4, 0x2c, 0x1f, 0x92, 0x30, 0x8e, 0x85, 0x60, 0x99, 0x1e, 0x35, 0x5b, 0x63, 0x59, 0xb0, 0x29, 0xc2, 0x54, 0x7c, 0x6e, 0x8b, 0xf0, 0x1f, 0x91, 0x09, 0x33, 0x63, 0xdd, 0x61, 0x78, 0xbe, 0xa8, 0x48, 0x1a, 0x01, 0xdb, 0xd6, 0xf1, 0xf3, 0xa5, 0x69, 0x3f, 0xc7, 0xa0, 0x04, 0x00, 0xcf, 0x9d, 0x67, 0x4d, 0x95, 0x92, 0x17, 0x1d, 0x71, 0x0d, 0x4c, 0x12, 0x98, 0xea, 0x18, 0xb0, 0xe3, 0xae, 0x2c, 0x7e, 0x67, 0x8d, 0x56, 0x10, 0x2b, 0x8c, 0x85, 0xa7, 0xb6, 0xb3, 0xce, 0x50, 0xb5, 0x9c, 0x14, 0xfa, 0x7a, 0xfc, 0xcb, 0xf8, 0x04, 0xb8, 0xe4, 0x8c, 0x6d, 0xf4, 0x75, 0xe6, 0x33, 0x71, 0x6b, 0x5d, 0x52, 0x4a, 0xd1, 0xd1, 0x79, 0x14, 0xe1, 0x4b, 0xf7, 0x1a, 0x09, 0x63, 0x14, 0x09, 0x6e, 0x53, 0x66, 0xd6, 0x33, 0x5a, 0xbf, 0x9f, 0x92, 0x92, 0xb3, 0x88, 0xe4, 0x92, 0xb6, 0x39, 0x2f, 0xa4, 0x85, 0x8a, 0xa4, 0x2e, 0x2f, 0x60, 0x2d, 0x2f, 0x34, 0x68, 0x00, 0x48, 0x0a, 0x50, 0xca, 0xd9, 0xab, 0x28 } }; static const struct cckprng_op_generate op_init_2415 = { .hd = { .id = 2281, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0x5b, 0x9e, 0xc2, 0xcd, 0x30, 0x77, 0x44, 0x88, 0x57, 0x28, 0x26, 0x5b, 0x7a, 0xb7, 0xf3, 0x5f, 0x3c, 0xa1, 0xba, 0xd1, 0xf5, 0x09, 0xb9, 0x69, 0x70, 0x63, 0x07, 0xea, 0xdd, 0x0e, 0xde, 0x20, 0xc1, 0xb8, 0xfa, 0x1b, 0xe9, 0x12, 0x21, 0xcf, 0x4d, 0xea, 0xb8, 0x09, 0xa9, 0xa9, 0x74, 0xc6, 0x52, 0xd1, 0x9e, 0x8c, 0xdf, 0x83, 0x3a, 0xe3, 0xa7, 0x88, 0x50, 0xa7, 0x28, 0xb9, 0x86, 0x9f, 0x9c, 0xa4, 0x59, 0x63, 0x33, 0x93, 0x2e, 0x9d, 0xda, 0xe2, 0xe4, 0x08, 0x2a, 0xd4, 0xcd, 0x28, 0x1e, 0xfa, 0xaf, 0xc2, 0xac, 0xed, 0x4b, 0x4f, 0x1f, 0xf2, 0x90, 0x98, 0x0b, 0x49, 0x46, 0x8a, 0xf6, 0xa2, 0x9b, 0xf4, 0x82, 0x09, 0xef, 0xd5, 0x20, 0x15, 0x5b, 0xe6, 0xc6, 0xcd, 0x7c, 0x7b, 0xbf, 0xab, 0x6c, 0xa6, 0xf0, 0xcd, 0xf3, 0x0b, 0xd2, 0x99, 0x80, 0x15, 0xaa, 0x32, 0x0b, 0x22, 0x6e, 0x49, 0x45, 0xb2, 0x7a, 0xb2, 0x33, 0x06, 0xf3, 0x3c, 0xd7, 0x9b, 0x1f, 0xca, 0x04, 0xf1, 0x8d, 0x3f, 0xd0, 0xe8, 0x81, 0x9c, 0x0e, 0x86, 0x8b, 0x18, 0xaf, 0x49, 0x63, 0x6b, 0x7c, 0x97, 0x00, 0xd1, 0x97, 0xf5, 0x70, 0x58, 0xe8, 0xb0, 0xfa, 0x93, 0x14, 0xb4, 0xc1, 0x49, 0xf6, 0xb4, 0x01, 0x96, 0xca, 0x42, 0x58, 0xf9, 0x68, 0xdc, 0xe6, 0x4a, 0x2c, 0x17, 0x26, 0x16, 0xd0, 0xf7, 0x72, 0x0a, 0xbc, 0x4a, 0xab, 0x1e, 0xe4, 0x2b, 0x3d, 0x2c, 0x6b, 0x5c, 0x73, 0x60, 0xb8, 0xa9, 0xfd, 0xae, 0x45, 0x43, 0x61, 0x7a, 0xb3, 0xa2, 0x63, 0x48, 0x18, 0x85, 0x5f, 0x82, 0x12, 0x40, 0xd7, 0xeb, 0xb2, 0x5b, 0xb6, 0xd1, 0xf8, 0x4e, 0xf2, 0x14, 0xb0, 0xb5, 0xad, 0xc9, 0xad, 0x6a, 0x0e, 0xda, 0x10, 0x01, 0xdb, 0x68, 0x55, 0x80, 0x87, 0xb6, 0x88, 0xb3, 0x55, 0x87, 0x1e, 0xf9, 0x54, 0x16, 0xe3, 0xad, 0xd2, 0x09, 0x26, 0x5b, 0xfd, 0x17, 0xaa, 0x96, 0x86, 0xd8, 0xaf, 0x88, 0x42, 0x60, 0xe7, 0x2c, 0xf6 } } }; static const struct cckprng_op_refresh op_refresh_2416 = { .hd = { .id = 2282, .kind = OP_REFRESH }, .rand = 6000507997586558405ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2417 = { .hd = { .id = 2283, .kind = OP_RESEED }, .nonce = 7846366639074332526ULL, .seed_nbytes = 215, .seed = { 0xeb, 0x30, 0x04, 0x4c, 0xc2, 0x54, 0x85, 0x7a, 0x08, 0xdc, 0x79, 0xaf, 0x8c, 0x84, 0x6b, 0x4e, 0x68, 0x03, 0x9d, 0xed, 0x71, 0xfc, 0x3d, 0x7a, 0xc1, 0x65, 0xc7, 0x40, 0x4e, 0x25, 0x7c, 0x3a, 0x1b, 0x0d, 0x58, 0x3e, 0x28, 0x6b, 0x2b, 0xc1, 0x02, 0x5f, 0x63, 0xc7, 0x89, 0xa0, 0xb0, 0x3a, 0xf5, 0x3b, 0x3a, 0xb9, 0x46, 0xe6, 0xe2, 0xb2, 0x00, 0x45, 0xe7, 0xbb, 0x70, 0x47, 0x71, 0xda, 0xa6, 0x1f, 0x8e, 0x81, 0x73, 0xf6, 0x85, 0x03, 0xb6, 0x59, 0x2b, 0x1f, 0x01, 0xe2, 0x33, 0x2b, 0x44, 0xba, 0x92, 0x33, 0xf2, 0xe5, 0x6b, 0x16, 0x75, 0xec, 0xdb, 0x0d, 0xfe, 0x7d, 0x4f, 0xe4, 0x4f, 0x5f, 0x34, 0x88, 0x1e, 0x14, 0xac, 0x68, 0x70, 0xcf, 0xc2, 0x44, 0x48, 0xd1, 0x3a, 0xc6, 0x4c, 0x8d, 0xfc, 0x79, 0x88, 0x4b, 0xf1, 0x4e, 0x26, 0x96, 0x48, 0x54, 0x9e, 0xc8, 0x3f, 0x4f, 0xc0, 0x7e, 0x47, 0x1a, 0xb7, 0x04, 0x00, 0x6d, 0x41, 0xd0, 0xd5, 0x2a, 0x2a, 0xdc, 0x4f, 0x71, 0xc9, 0x3d, 0x5b, 0xf0, 0xea, 0xa7, 0xab, 0x65, 0x57, 0xdf, 0xbc, 0x7b, 0xaf, 0xa6, 0xa8, 0x5f, 0x0e, 0x5c, 0x75, 0xf6, 0xef, 0x6f, 0xbf, 0xb1, 0xbd, 0x5a, 0x56, 0x1c, 0x4a, 0xfc, 0x1a, 0xcb, 0xd6, 0x74, 0x25, 0x89, 0x48, 0x5e, 0x71, 0x35, 0x16, 0xf7, 0x0c, 0x4d, 0x27, 0xd8, 0x14, 0x6e, 0x47, 0x33, 0xd6, 0x22, 0x86, 0x83, 0xad, 0xbe, 0xc5, 0x42, 0x45, 0x99, 0x8f, 0x7a, 0x1f, 0x39, 0x1e, 0x9e, 0x64, 0xba, 0xc0, 0x26, 0x38 } }; static const struct cckprng_op_refresh op_refresh_2418 = { .hd = { .id = 2284, .kind = OP_REFRESH }, .rand = 13388173091248858296ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2419 = { .hd = { .id = 2285, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0xa1, 0x07, 0x20, 0xdc, 0x27, 0xe7, 0x10, 0xfa, 0xc0, 0xec, 0x96, 0xdc, 0x8c, 0xc8, 0x77, 0xb1, 0x81, 0x4d, 0x99, 0xfd, 0x45 } } }; static const struct cckprng_op_reseed op_reseed_2420 = { .hd = { .id = 2286, .kind = OP_RESEED }, .nonce = 5800536908301681025ULL, .seed_nbytes = 231, .seed = { 0xd2, 0xad, 0x87, 0x88, 0x29, 0xd9, 0x3f, 0x4a, 0x04, 0xf9, 0x04, 0x5d, 0xbc, 0xd0, 0x94, 0x67, 0x9b, 0x6c, 0x87, 0xf8, 0x44, 0x3c, 0x21, 0xbb, 0x56, 0x9b, 0x34, 0x89, 0x23, 0xba, 0xf1, 0xa7, 0x86, 0x1b, 0xd6, 0xd8, 0x2c, 0x98, 0xda, 0xc9, 0x5f, 0x19, 0xfe, 0xb8, 0x8b, 0xc7, 0xde, 0x5d, 0x2b, 0x3c, 0xe2, 0x47, 0x1b, 0x46, 0x0b, 0x45, 0x5b, 0xd2, 0x7b, 0x27, 0x9e, 0x8b, 0x32, 0x69, 0x94, 0xda, 0xaa, 0x05, 0x79, 0x48, 0xa5, 0x52, 0xbc, 0x1c, 0x1f, 0xdc, 0x3b, 0x3c, 0xe6, 0x63, 0x07, 0x78, 0x91, 0x18, 0xce, 0xfe, 0x4c, 0x0e, 0xd0, 0x5a, 0x44, 0xa8, 0x1c, 0x8c, 0xfc, 0xc6, 0x61, 0xca, 0x00, 0x63, 0x75, 0x93, 0x87, 0x1f, 0xff, 0x43, 0x5a, 0x6a, 0x2f, 0xad, 0xd4, 0xbc, 0xcf, 0x7b, 0x13, 0x17, 0x7f, 0xa5, 0x02, 0x53, 0x6d, 0x3e, 0xbb, 0x6a, 0x43, 0xe0, 0x5a, 0xef, 0x59, 0x88, 0x4d, 0xba, 0x09, 0x0a, 0x62, 0xfc, 0x99, 0x6a, 0xaa, 0x88, 0xe4, 0xc9, 0xee, 0x66, 0x18, 0x44, 0xf1, 0x32, 0xcd, 0x52, 0x6b, 0xa6, 0x8e, 0xb0, 0x84, 0x10, 0x66, 0x74, 0x0c, 0x03, 0x05, 0x73, 0x3c, 0xb9, 0xbd, 0x66, 0x0a, 0x27, 0xa1, 0xb7, 0x66, 0xeb, 0x2c, 0x55, 0x7a, 0x61, 0xae, 0x69, 0x55, 0x21, 0x6c, 0x87, 0x9b, 0x5b, 0x00, 0x70, 0xc0, 0x8a, 0x80, 0x3d, 0x32, 0xac, 0x19, 0xcc, 0x76, 0xe3, 0x03, 0xee, 0x36, 0xcb, 0x26, 0x6f, 0xeb, 0x3c, 0x46, 0x15, 0x2b, 0xa7, 0x1c, 0xfc, 0xda, 0x5b, 0xf9, 0x8b, 0x2f, 0x9b, 0x43, 0xca, 0x34, 0xe8, 0x26, 0x14, 0x56, 0x7b, 0x6b, 0x6d, 0x20, 0x76, 0x0a, 0x32, 0xaa } }; static const struct cckprng_op_generate op_init_2421 = { .hd = { .id = 2287, .kind = OP_GENERATE }, .rand_nbytes = 189, .out = { .rand = { 0xcf, 0x48, 0xa5, 0xbe, 0xce, 0x7a, 0xb5, 0xdc, 0x4a, 0xbc, 0x5a, 0x42, 0x32, 0xba, 0x5b, 0x1f, 0xe5, 0xb1, 0xd9, 0xaa, 0x47, 0xeb, 0x66, 0x79, 0xfe, 0xe6, 0x46, 0xb6, 0x5b, 0x38, 0xbc, 0xc2, 0xbf, 0x4b, 0xba, 0x46, 0x75, 0x23, 0xd5, 0xdc, 0x09, 0xe3, 0x3b, 0xf9, 0x26, 0x1e, 0x89, 0x91, 0xd4, 0x16, 0xe8, 0x2f, 0x23, 0xa4, 0x4f, 0xf8, 0x51, 0xa1, 0x1c, 0xa1, 0x59, 0x5d, 0x62, 0x87, 0xf8, 0xee, 0xaa, 0x1d, 0xab, 0x01, 0x7e, 0xe2, 0xd1, 0xe9, 0x75, 0x0d, 0xe9, 0x73, 0xeb, 0xb7, 0x39, 0x9b, 0x4e, 0xfc, 0xee, 0xa7, 0x26, 0xc0, 0x3d, 0x3f, 0x5c, 0x11, 0x5b, 0xff, 0x6b, 0x70, 0xe0, 0xff, 0xb8, 0xcb, 0x8e, 0xa2, 0x35, 0xd4, 0xa6, 0xb5, 0xc7, 0x6c, 0x79, 0xe1, 0xe5, 0x44, 0x5f, 0x41, 0x90, 0xe0, 0x62, 0x39, 0xb0, 0x38, 0xa3, 0xad, 0x7f, 0x79, 0x23, 0x3a, 0x2f, 0xbe, 0x5c, 0x36, 0xb5, 0xec, 0x2f, 0x28, 0xa1, 0x1f, 0x74, 0x0c, 0xcf, 0x3a, 0x12, 0x76, 0xbc, 0xe1, 0x83, 0xf4, 0x73, 0xf4, 0x42, 0x9a, 0x96, 0x72, 0xb3, 0xf1, 0x41, 0xce, 0x39, 0x9b, 0xb1, 0x89, 0x39, 0x13, 0xa1, 0xa3, 0xc8, 0x80, 0x61, 0xe8, 0x6a, 0x54, 0x63, 0x41, 0xef, 0x93, 0x4c, 0xe8, 0x2a, 0x40, 0x40, 0x81, 0x33, 0x69, 0xc4, 0x17, 0xbf, 0x1a, 0xa0, 0x7f, 0x2f } } }; static const struct cckprng_op_reseed op_reseed_2422 = { .hd = { .id = 2288, .kind = OP_RESEED }, .nonce = 17039646690517429738ULL, .seed_nbytes = 66, .seed = { 0xdb, 0x41, 0x14, 0x21, 0xbb, 0xfa, 0x11, 0x2d, 0x63, 0xad, 0x8c, 0x96, 0x7b, 0x91, 0x28, 0x27, 0xca, 0x57, 0x5d, 0x87, 0x57, 0x50, 0x89, 0x2a, 0xfa, 0x0d, 0xa0, 0xa3, 0x19, 0x56, 0xfb, 0x2e, 0x7d, 0xdd, 0x58, 0x00, 0xf7, 0x9f, 0x8d, 0x9f, 0x1f, 0x5a, 0x18, 0xcc, 0x86, 0xb9, 0x4d, 0x0b, 0xe2, 0xd1, 0xcd, 0xb3, 0xcd, 0x85, 0xd6, 0xab, 0x01, 0xef, 0xbc, 0xe1, 0xaf, 0x72, 0x5d, 0xc6, 0x24, 0x49 } }; static const struct cckprng_op_reseed op_reseed_2423 = { .hd = { .id = 2289, .kind = OP_RESEED }, .nonce = 868067469759299239ULL, .seed_nbytes = 216, .seed = { 0x35, 0x75, 0x6c, 0x55, 0x87, 0x84, 0x26, 0xc6, 0xa1, 0xfa, 0x4a, 0x34, 0xa0, 0x39, 0xf0, 0xe5, 0xdb, 0xdc, 0xaf, 0xad, 0x1c, 0xa1, 0xc5, 0x2e, 0xeb, 0xd8, 0x27, 0x88, 0x8e, 0xeb, 0xfc, 0xa1, 0xd6, 0x18, 0x5c, 0x72, 0x1c, 0xab, 0xc0, 0x02, 0x95, 0xff, 0x56, 0x7a, 0x10, 0x5b, 0x54, 0xf0, 0xb4, 0x20, 0xe4, 0x22, 0x48, 0x6c, 0x82, 0x5a, 0x75, 0x50, 0xff, 0xd6, 0xf8, 0x4f, 0x7d, 0xca, 0xe9, 0x3a, 0x32, 0x07, 0x74, 0xcf, 0x3d, 0x39, 0xf9, 0x0b, 0x0a, 0x4e, 0xe4, 0x1b, 0xfa, 0x3f, 0x0a, 0x69, 0x76, 0x9f, 0xba, 0x36, 0xf7, 0xd6, 0x0e, 0x17, 0xaf, 0x8d, 0x2a, 0xdd, 0xed, 0x52, 0x3a, 0x22, 0xee, 0x07, 0x9b, 0x4a, 0x12, 0x44, 0xcf, 0xa8, 0x16, 0x1e, 0xf1, 0x06, 0xc3, 0x0d, 0x65, 0x2d, 0x27, 0x99, 0x6b, 0x3e, 0x86, 0x71, 0x6d, 0xce, 0x42, 0xcd, 0xc3, 0xcf, 0xf8, 0x16, 0xea, 0xb5, 0xa5, 0x15, 0xf9, 0x52, 0xb3, 0xd9, 0xa7, 0x6e, 0x91, 0xed, 0x20, 0x00, 0x39, 0x5a, 0xdc, 0x7e, 0x76, 0x1f, 0x87, 0x45, 0x78, 0x74, 0x46, 0x36, 0x80, 0x66, 0xe8, 0x6c, 0xef, 0xa2, 0xb6, 0x91, 0x8d, 0x2d, 0xe7, 0xb3, 0x83, 0x66, 0x7b, 0xd6, 0x6f, 0x7a, 0x57, 0x85, 0xed, 0x20, 0xce, 0x7d, 0xa6, 0xd2, 0x0e, 0xaf, 0xea, 0x1b, 0xc0, 0x30, 0x1c, 0x9d, 0x5d, 0x5c, 0xa9, 0xe5, 0x50, 0xa5, 0x0e, 0x92, 0xd6, 0xfb, 0xc2, 0xab, 0x30, 0x16, 0xa7, 0xcb, 0x51, 0x33, 0x14, 0x5f, 0x6c, 0x91, 0xf3, 0x82, 0x86, 0x69, 0x00, 0xcb } }; static const struct cckprng_op_refresh op_refresh_2424 = { .hd = { .id = 2290, .kind = OP_REFRESH }, .rand = 16938970597707893041ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2425 = { .hd = { .id = 2291, .kind = OP_RESEED }, .nonce = 336891159890865610ULL, .seed_nbytes = 132, .seed = { 0x5f, 0xdc, 0xef, 0x8c, 0x04, 0xc9, 0x4c, 0xa3, 0x83, 0x38, 0xca, 0x37, 0xa7, 0x95, 0x91, 0x17, 0x52, 0x74, 0x32, 0xdb, 0xd1, 0xd2, 0x2a, 0x7a, 0xdc, 0xc3, 0x87, 0x37, 0x4b, 0xb6, 0xbf, 0x21, 0x63, 0x87, 0xd7, 0xfd, 0x11, 0x2e, 0xe7, 0xb8, 0x2a, 0xe4, 0xae, 0xda, 0xce, 0xe5, 0xf3, 0xff, 0x04, 0x7d, 0xba, 0x21, 0xef, 0xcb, 0xc5, 0x83, 0xde, 0x0d, 0xc0, 0x97, 0x2a, 0xf0, 0xd8, 0x4f, 0xea, 0x2d, 0xdb, 0x1a, 0x13, 0xac, 0x1e, 0xb3, 0x55, 0xe0, 0xb4, 0x24, 0x43, 0xc5, 0xc1, 0xa9, 0x30, 0xaa, 0x34, 0xa8, 0xa5, 0xae, 0xd4, 0xb5, 0xda, 0xce, 0x98, 0xe9, 0x47, 0xf1, 0x4c, 0x01, 0x10, 0xa6, 0xd5, 0x1a, 0xec, 0xdf, 0xe6, 0xc7, 0x55, 0xbe, 0x71, 0x81, 0xb3, 0x31, 0x7b, 0xbc, 0x6b, 0x18, 0xb0, 0xa8, 0x7d, 0x64, 0xb1, 0x8f, 0x71, 0xd7, 0x6a, 0x82, 0xbc, 0x77, 0xd8, 0x47, 0x98, 0xf7, 0x23, 0x63 } }; static const struct cckprng_op_generate op_init_2426 = { .hd = { .id = 2292, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0x2e, 0x8d, 0xce, 0x80, 0xbd, 0xd1, 0x70, 0x74, 0x2f, 0xa5, 0xbc, 0xf2, 0x6f, 0x0c, 0xf7, 0x6c, 0xf0, 0x2b, 0x7e, 0xc1, 0x2a, 0xaf, 0x35, 0x1c, 0xed, 0x9a, 0x9f, 0x06, 0xb7, 0xe1, 0xa6, 0xb4, 0x25, 0x74, 0xa3, 0xaa, 0x7e, 0xe8, 0x57, 0x10, 0xc1, 0xa9, 0xa2, 0x28, 0x93, 0xd8, 0xc0, 0x07, 0x62, 0xe6, 0x82, 0x6f, 0x57, 0x72, 0x10, 0x1c, 0xc4, 0x63, 0x84, 0x85, 0xae, 0x17, 0x95, 0x07, 0x15, 0x6e, 0x8f, 0x26, 0xb8, 0x10, 0x78, 0x4e, 0xdb, 0xad, 0x3d, 0xe5, 0xcb, 0x05, 0x99, 0x33, 0x08, 0x74, 0x17, 0x8c, 0x6c, 0xf5, 0x26, 0x94, 0xc0, 0xd9, 0x96, 0x3c, 0x23, 0xc6, 0xb1, 0xa7, 0x0b, 0xa7, 0x68, 0xa5, 0xb5, 0xfb, 0x59, 0xea, 0x52, 0xac, 0xc8, 0xb2, 0xa5, 0x19, 0x5e, 0x1a, 0xe4, 0x18, 0xa3, 0x1e, 0x78, 0xcd, 0xb5, 0x3d, 0xcf, 0x7c, 0x94, 0x78, 0xbb, 0x8e, 0x02, 0x82, 0x73, 0x14, 0x93, 0x62, 0x45, 0x50, 0xaf, 0x68, 0x0e, 0x57, 0xb7, 0x51, 0xc0, 0x22, 0x1e, 0x41, 0xc8, 0xfa, 0x71, 0x80, 0x38, 0x40, 0x74, 0x28, 0xdd, 0x99, 0x8b, 0x41, 0x65, 0x5a, 0x17, 0x4b, 0xb0, 0xfc, 0xf9, 0x19, 0xf4, 0xae, 0xe1, 0x1b, 0x5f, 0x4f, 0x40, 0x2a, 0x6f, 0x7a, 0x50, 0xa9, 0x1c, 0x50, 0xd3, 0x3b, 0xdf, 0x43, 0xbb, 0x67, 0xaa, 0xc5, 0xea, 0x84, 0xf5, 0x7f, 0x5f, 0xba, 0x29, 0x39, 0x1d, 0x12, 0x1d, 0xbd, 0x00, 0xa3, 0xa6, 0x87, 0xef, 0x9f, 0x16, 0x2d, 0x7e, 0x42, 0x9d, 0xc3, 0x65, 0xbe, 0x7a, 0x92, 0xe2, 0xc1, 0xd0, 0x0b, 0x6a, 0x80, 0x49, 0xd3, 0x17, 0x5b, 0x42, 0x47, 0x77, 0x2d, 0x29, 0xa5, 0xe3, 0x5b, 0x7a, 0x82, 0x7c, 0x96, 0x8b, 0x56, 0x9a, 0x0e, 0x42, 0x78, 0xb9, 0x22, 0x52, 0xe8, 0x2f, 0xf8, 0x41, 0x2f, 0x30, 0x53, 0x94, 0xa7, 0x2a, 0x35, 0x51, 0x02, 0xbe, 0x15, 0x47, 0x15, 0xa8, 0x3b, 0x39, 0x50, 0xb0, 0xf1, 0x1e, 0xd2, 0xe8, 0x01, 0xa1, 0x7b, 0x79, 0xec, 0xec, 0x7b, 0x1b, 0xe5, 0xc1, 0xa3, 0xc2, 0x58, 0x3e, 0xe0, 0x54 } } }; static const struct cckprng_op_reseed op_reseed_2427 = { .hd = { .id = 2293, .kind = OP_RESEED }, .nonce = 7256547769416123695ULL, .seed_nbytes = 207, .seed = { 0xf4, 0x0e, 0x84, 0xdb, 0xfa, 0x14, 0xc2, 0x2f, 0xd3, 0x1d, 0xcf, 0x26, 0x1f, 0x23, 0x44, 0xc2, 0xa3, 0x42, 0xe9, 0xd2, 0xe7, 0xa8, 0x9f, 0x0c, 0x5c, 0x26, 0xc4, 0xc8, 0x18, 0x76, 0xe5, 0x53, 0x46, 0x98, 0x6f, 0x20, 0x0e, 0xb3, 0x18, 0xdb, 0x94, 0xf8, 0x82, 0xf8, 0xdb, 0x8a, 0xff, 0xda, 0x9e, 0xdc, 0x72, 0x1a, 0x4d, 0x13, 0x93, 0xc6, 0x00, 0x93, 0x1f, 0xaa, 0x34, 0xf3, 0x96, 0x7f, 0x71, 0xeb, 0x16, 0xf5, 0x18, 0xc7, 0x1b, 0x78, 0xba, 0x69, 0xef, 0x76, 0xb8, 0xa5, 0xaa, 0x2b, 0x5e, 0x76, 0x8e, 0xdc, 0xb4, 0xde, 0x02, 0x6f, 0x86, 0x48, 0xae, 0xc2, 0xdb, 0x9a, 0xd5, 0x29, 0x9e, 0x9d, 0x22, 0x77, 0x2e, 0xfb, 0x06, 0x76, 0xb2, 0xc2, 0xf4, 0xe2, 0xb7, 0x45, 0x60, 0x5f, 0xf0, 0xad, 0x31, 0xea, 0x2e, 0xeb, 0xcd, 0x46, 0x58, 0x12, 0xe9, 0x10, 0x02, 0xb2, 0xb0, 0xb5, 0x5c, 0x73, 0x65, 0x76, 0x6d, 0x5d, 0x41, 0xe5, 0xe3, 0x3e, 0x2f, 0x5c, 0xb4, 0x81, 0x63, 0x6b, 0x40, 0x05, 0xf7, 0xa5, 0xec, 0x63, 0x56, 0xa8, 0x72, 0x15, 0xd5, 0x19, 0x9d, 0x08, 0x86, 0x5e, 0x9d, 0xf6, 0x6a, 0xf1, 0xdd, 0xfe, 0x0f, 0x88, 0x14, 0x8c, 0xe0, 0xd8, 0x4a, 0xd0, 0x0a, 0x9f, 0x9b, 0xc8, 0xcf, 0xdd, 0x4c, 0x65, 0x9f, 0x3e, 0xc7, 0x0f, 0x2a, 0x2e, 0x87, 0x1e, 0x87, 0xb1, 0x19, 0x48, 0xfd, 0xee, 0x65, 0x42, 0xfb, 0xf4, 0xfd, 0x73, 0x51, 0xcb, 0x01, 0xcf, 0x50 } }; static const struct cckprng_op_generate op_init_2428 = { .hd = { .id = 2294, .kind = OP_GENERATE }, .rand_nbytes = 257, .out = { .rand = { 0xd5, 0xfc, 0x0a, 0xca, 0xe1, 0xdd, 0xa2, 0x77, 0x3b, 0x85, 0x71, 0x2e, 0x8b, 0xa0, 0xa6, 0xee, 0x7f, 0x52, 0x5e, 0x9b, 0x93, 0xea, 0x87, 0x3e, 0x66, 0xc3, 0xa7, 0x18, 0x35, 0xd7, 0x54, 0xf9, 0xc1, 0x54, 0x2a, 0x79, 0x38, 0x7c, 0x19, 0x2b, 0xd2, 0xfa, 0x58, 0x07, 0x23, 0x15, 0x81, 0xad, 0x15, 0x33, 0xd5, 0xb3, 0xae, 0x02, 0xa0, 0x1a, 0xc1, 0xa6, 0xb0, 0x43, 0x89, 0x9f, 0xf0, 0xdc, 0x61, 0xe5, 0x90, 0xe7, 0x14, 0x62, 0x39, 0x98, 0x49, 0x31, 0x94, 0x00, 0x9d, 0xef, 0x95, 0x80, 0xa9, 0x13, 0x74, 0x30, 0x59, 0xde, 0x89, 0xd1, 0xf7, 0x4e, 0x56, 0xac, 0x52, 0xf7, 0x6c, 0x5a, 0x53, 0xa3, 0x1e, 0x48, 0x3e, 0x27, 0xd7, 0xe1, 0x7e, 0x8a, 0x81, 0xf8, 0xa2, 0x61, 0xd3, 0x1e, 0xa0, 0xa0, 0x25, 0x86, 0x72, 0xd8, 0xa1, 0x66, 0xd0, 0xb4, 0x7c, 0x91, 0xc0, 0xca, 0x63, 0x1f, 0x82, 0xba, 0x4e, 0x52, 0x38, 0x5a, 0xcc, 0x07, 0x33, 0x6f, 0x0e, 0xa9, 0xb3, 0x98, 0xd2, 0x1c, 0x71, 0xf4, 0x80, 0x39, 0x65, 0x94, 0x7f, 0x8d, 0x7a, 0x7a, 0xb2, 0xf2, 0x20, 0x38, 0xed, 0xd4, 0xb0, 0x63, 0xff, 0xa1, 0xec, 0xc8, 0xf6, 0x51, 0x96, 0x0d, 0x4a, 0x18, 0x9c, 0xa1, 0xba, 0xc4, 0xfc, 0x82, 0xb5, 0xa4, 0x22, 0xae, 0x8c, 0x56, 0x09, 0x2c, 0xd4, 0xbb, 0xdb, 0x90, 0x95, 0xb0, 0x4d, 0x63, 0xd2, 0x3b, 0x45, 0xd6, 0x01, 0xc3, 0x50, 0x7a, 0x9f, 0x7c, 0x1a, 0x2b, 0x27, 0x13, 0x45, 0xea, 0x2a, 0xc2, 0x3d, 0xf0, 0xc8, 0xb4, 0x49, 0x29, 0x0c, 0xd8, 0xd0, 0x63, 0x1d, 0xdb, 0x00, 0x27, 0x72, 0xab, 0x96, 0xce, 0x36, 0x6c, 0x9b, 0x58, 0x6c, 0xc1, 0xd5, 0x1c, 0x3d, 0x74, 0x83, 0xe4, 0xc2, 0x1a, 0xde, 0x23, 0x45, 0x5c, 0xc0, 0x2b, 0x28, 0xec, 0x9f, 0x2a, 0xcb, 0x7d, 0x4a } } }; static const struct cckprng_op *ops_2429[] = { (const struct cckprng_op *)&op_init_2413, (const struct cckprng_op *)&op_reseed_2414, (const struct cckprng_op *)&op_init_2415, (const struct cckprng_op *)&op_refresh_2416, (const struct cckprng_op *)&op_reseed_2417, (const struct cckprng_op *)&op_refresh_2418, (const struct cckprng_op *)&op_init_2419, (const struct cckprng_op *)&op_reseed_2420, (const struct cckprng_op *)&op_init_2421, (const struct cckprng_op *)&op_reseed_2422, (const struct cckprng_op *)&op_reseed_2423, (const struct cckprng_op *)&op_refresh_2424, (const struct cckprng_op *)&op_reseed_2425, (const struct cckprng_op *)&op_init_2426, (const struct cckprng_op *)&op_reseed_2427, (const struct cckprng_op *)&op_init_2428 }; static const struct cckprng_vector vec_2430 = { .id = 2295, .note = NULL, .nops = 16, .ops = ops_2429 }; static const struct cckprng_op_init op_init_2431 = { .hd = { .id = 2296, .kind = OP_INIT }, .seed = { 0x3e, 0x29, 0x4a, 0xd0, 0x81, 0xe3, 0x49, 0x42, 0xb8, 0xa9, 0x46, 0xa8, 0x31, 0xc4, 0x1e, 0x25, 0xc1, 0xf3, 0xe6, 0xb8, 0xbd, 0xf8, 0xd6, 0x4d, 0x8c, 0x46, 0x48, 0x1b, 0x53, 0x40, 0x42, 0xce }, .nonce = { 0x45, 0x41, 0xaa, 0x26, 0x97, 0x8f, 0x58, 0xc2 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2432 = { .hd = { .id = 2297, .kind = OP_REFRESH }, .rand = 9061029076712272668ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2433 = { .hd = { .id = 2298, .kind = OP_REFRESH }, .rand = 3752157557279782365ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2434 = { .hd = { .id = 2299, .kind = OP_GENERATE }, .rand_nbytes = 232, .out = { .rand = { 0x9e, 0x44, 0x3d, 0xc9, 0x3a, 0xba, 0xcb, 0xfc, 0xca, 0x3e, 0x95, 0x42, 0x48, 0xd8, 0x11, 0xe4, 0x13, 0x92, 0x5d, 0xc7, 0x58, 0xc0, 0x92, 0x3e, 0x80, 0x06, 0x7b, 0x65, 0x88, 0x12, 0xfb, 0xa8, 0x33, 0x56, 0xe7, 0xa4, 0xd2, 0x7e, 0xe1, 0x5e, 0x04, 0x37, 0xe9, 0x12, 0x41, 0x2d, 0x74, 0xca, 0xd1, 0xff, 0x0f, 0x73, 0x99, 0x2c, 0x85, 0x0e, 0x69, 0xa8, 0xd6, 0x02, 0xf7, 0xa4, 0x71, 0xa1, 0x67, 0x78, 0x5c, 0x17, 0x87, 0xad, 0xbc, 0xf2, 0x25, 0x2b, 0x25, 0x9a, 0x3d, 0x4b, 0xb5, 0x04, 0x0e, 0xba, 0xbe, 0x5f, 0x10, 0xb7, 0x99, 0xc2, 0xbb, 0x0b, 0xb8, 0x6b, 0xc4, 0x0a, 0xee, 0x62, 0xd7, 0xd3, 0x42, 0xb0, 0x42, 0x25, 0x6d, 0xd6, 0x0f, 0x84, 0xdd, 0x55, 0x2a, 0x2d, 0x2e, 0x72, 0x74, 0x95, 0xc9, 0xa0, 0xad, 0x5d, 0x5b, 0xf9, 0xea, 0x1e, 0x1b, 0x9e, 0x8a, 0xb7, 0xf1, 0x08, 0x88, 0x6a, 0x71, 0xe0, 0x03, 0xfd, 0xbe, 0x0f, 0x32, 0x01, 0x98, 0x96, 0x7a, 0xc7, 0xb3, 0xbf, 0x4d, 0x7f, 0x7a, 0x80, 0xaf, 0xb6, 0xb8, 0x14, 0x0e, 0x03, 0x94, 0x85, 0x60, 0x67, 0x9a, 0x97, 0x50, 0xd4, 0x4f, 0x3a, 0x0e, 0x08, 0x39, 0x6d, 0x91, 0x23, 0xdd, 0x6f, 0x3a, 0xfe, 0x8b, 0x59, 0xbe, 0x23, 0x99, 0x72, 0xcf, 0x53, 0x8d, 0x54, 0x7a, 0xa8, 0xa7, 0x00, 0x60, 0x83, 0xeb, 0xb8, 0xd9, 0x11, 0x05, 0xa1, 0x61, 0x34, 0xdf, 0xac, 0xf3, 0xb8, 0x0f, 0xf3, 0x99, 0xd3, 0x53, 0xcc, 0x1f, 0x96, 0xd2, 0x92, 0xb7, 0x5c, 0xde, 0x61, 0xb9, 0x0e, 0x4a, 0xd4, 0x3d, 0x0a, 0x24, 0x2a, 0x1b, 0xf3, 0xfa, 0x7f, 0xc0, 0x47, 0x43, 0x4c } } }; static const struct cckprng_op_refresh op_refresh_2435 = { .hd = { .id = 2300, .kind = OP_REFRESH }, .rand = 8944890717670190893ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2436 = { .hd = { .id = 2301, .kind = OP_REFRESH }, .rand = 15301136819594415596ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2437 = { .hd = { .id = 2302, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x1a, 0x65, 0xf0, 0xaf, 0x5f, 0x57, 0x85, 0x78, 0xd3, 0xd9, 0xd5, 0x89, 0x18, 0xeb, 0x19, 0xd2, 0x0f, 0x21, 0x7e, 0xc1, 0x52, 0xd6, 0x9a, 0x79, 0x8f, 0x90, 0xaa, 0x47, 0x3b, 0x21, 0xc3, 0x6b, 0x8c, 0x85, 0xb2, 0xcd, 0xaf, 0x47, 0xa4, 0x7c, 0x28, 0xef, 0xe9, 0x24, 0xd0, 0x4b, 0xe1, 0x7a, 0x18, 0x45, 0x28, 0x6a, 0x8c, 0xbc, 0x88, 0x4a, 0xb4, 0xfc, 0xa3, 0xd7, 0x4b, 0xf1, 0x66, 0xdd, 0x05, 0xe9, 0x7f, 0xed, 0x9b, 0xa8, 0xcc, 0x4a, 0x5b, 0xb5, 0xe1, 0x8f, 0x3e, 0x05, 0x78, 0x46, 0xc6, 0x0f, 0x93, 0xe2, 0xab, 0x61, 0xbf, 0x72, 0x0f, 0xc8, 0x5a, 0x34, 0x95, 0x95, 0x85, 0x9c, 0x0c, 0xc7, 0x54, 0xd5, 0xd1, 0x21, 0xfb, 0x15, 0x09, 0x43, 0x7c, 0xe2, 0xaf, 0xc1, 0xa2, 0x7d, 0xef, 0xdd, 0xa5, 0x48, 0x8a, 0x19, 0xbb, 0x39, 0x23, 0x13, 0x87, 0x53, 0x0c, 0x95, 0x26, 0x93, 0xb9, 0x1a, 0xab, 0x32, 0xe3, 0x80, 0xb6, 0xaf, 0xaa, 0x67, 0x78, 0x73, 0x09, 0xd0, 0x97, 0xf3, 0x12, 0x0d, 0x66, 0x1e, 0xa4, 0x13, 0xb8, 0xf0, 0xc5, 0xf9, 0x47, 0xab, 0xb9, 0x91, 0x80, 0xbc, 0xc1, 0x5d, 0xd4, 0x02, 0xa8, 0x08, 0xf2, 0xde, 0xe3, 0x08, 0x62, 0xf3, 0x86, 0xe1, 0xc0, 0x76, 0xf0, 0x13, 0xdd, 0x31, 0xf2, 0x75, 0xdf, 0x19, 0xa3, 0x86, 0x07, 0x6b, 0x64, 0x63, 0xb9, 0xaa, 0xc2, 0x4c, 0x78, 0xbf, 0x5a, 0x86, 0xf6, 0x4d, 0xdd, 0xb7, 0x0c, 0x83, 0x04, 0xd2, 0xd2, 0x2c, 0x5a, 0xeb, 0xc4, 0x9c, 0x3d, 0x47, 0x87, 0x83, 0xfc, 0x23, 0x8a } } }; static const struct cckprng_op_generate op_init_2438 = { .hd = { .id = 2303, .kind = OP_GENERATE }, .rand_nbytes = 130, .out = { .rand = { 0xc4, 0x22, 0x77, 0xbf, 0xc7, 0x38, 0x98, 0x98, 0x73, 0x32, 0x1f, 0x0f, 0x26, 0x1f, 0x4e, 0x0d, 0xcd, 0x02, 0x3c, 0x5d, 0xf8, 0x7d, 0x47, 0x4c, 0xe6, 0x77, 0x78, 0xb7, 0x7e, 0x02, 0x52, 0xb5, 0x43, 0xd4, 0xbd, 0x98, 0x43, 0xc9, 0x82, 0x6e, 0xd4, 0xf0, 0x0b, 0xa5, 0xb2, 0x47, 0xeb, 0x98, 0x62, 0x3c, 0x3a, 0x93, 0x60, 0xf8, 0x25, 0xaf, 0xd7, 0x98, 0x77, 0x3e, 0xa3, 0x5a, 0x74, 0x69, 0x0a, 0x7b, 0x39, 0xc3, 0x45, 0xc5, 0x64, 0xec, 0x0f, 0xfb, 0x2c, 0xda, 0xdf, 0xf9, 0x84, 0xd1, 0xd8, 0x07, 0x20, 0x2e, 0x30, 0x23, 0xcf, 0x3e, 0x4f, 0xe3, 0x95, 0x54, 0xbb, 0xe6, 0x48, 0xc0, 0x02, 0xbc, 0xa6, 0xe9, 0x04, 0xc9, 0xa1, 0xf8, 0xd9, 0x60, 0x57, 0x42, 0xf9, 0xd7, 0xd1, 0xb4, 0x39, 0x0d, 0x25, 0x39, 0xb1, 0xb5, 0xb7, 0x3b, 0xe1, 0x31, 0x01, 0x28, 0xd8, 0x5b, 0x53, 0x1b, 0xb7, 0xa0 } } }; static const struct cckprng_op_generate op_init_2439 = { .hd = { .id = 2304, .kind = OP_GENERATE }, .rand_nbytes = 16, .out = { .rand = { 0x34, 0xed, 0x89, 0x04, 0x74, 0x0b, 0x90, 0x43, 0x33, 0x15, 0x16, 0xed, 0x3a, 0xb3, 0x88, 0x49 } } }; static const struct cckprng_op_refresh op_refresh_2440 = { .hd = { .id = 2305, .kind = OP_REFRESH }, .rand = 9252406494557570159ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2441 = { .hd = { .id = 2306, .kind = OP_GENERATE }, .rand_nbytes = 93, .out = { .rand = { 0xa3, 0x57, 0x43, 0x60, 0xc2, 0x55, 0x44, 0xdb, 0x88, 0xd5, 0x8a, 0xac, 0x58, 0x39, 0x97, 0x92, 0xb9, 0x46, 0x2b, 0x4b, 0x00, 0xb2, 0xd3, 0x1d, 0x29, 0xde, 0xa4, 0x78, 0xcb, 0xfa, 0xd5, 0xcd, 0xfa, 0xd6, 0x2c, 0xe2, 0x92, 0x59, 0x2a, 0xdb, 0xb3, 0x4f, 0xc2, 0x86, 0xfc, 0x2d, 0x97, 0x09, 0x80, 0x0a, 0x1b, 0x3d, 0x77, 0x54, 0xa9, 0x50, 0xb7, 0x9f, 0xe9, 0x60, 0x0f, 0x66, 0x81, 0x77, 0xe7, 0x13, 0xb4, 0x77, 0xe5, 0xd5, 0x56, 0x7e, 0x2e, 0xea, 0x3e, 0x24, 0x8b, 0xb8, 0x21, 0x4f, 0xd3, 0x77, 0x5c, 0xd8, 0x52, 0x78, 0x59, 0x08, 0x29, 0x34, 0x5a, 0x32, 0xf9 } } }; static const struct cckprng_op_reseed op_reseed_2442 = { .hd = { .id = 2307, .kind = OP_RESEED }, .nonce = 4778920619631395807ULL, .seed_nbytes = 48, .seed = { 0xc2, 0x04, 0xbb, 0x1a, 0x41, 0xfa, 0x43, 0xa6, 0x38, 0x91, 0x32, 0x58, 0xf1, 0x90, 0x7a, 0x5d, 0x2b, 0x9b, 0xeb, 0x2d, 0x25, 0xb9, 0xe2, 0x91, 0x54, 0xb2, 0x75, 0xc1, 0x88, 0xd7, 0xa1, 0x48, 0xed, 0x47, 0xe8, 0xcf, 0x2b, 0x69, 0xf0, 0x58, 0x97, 0x24, 0x5b, 0x08, 0xbb, 0x34, 0xfb, 0xdb } }; static const struct cckprng_op_generate op_init_2443 = { .hd = { .id = 2308, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0x8a, 0xbd, 0xc4, 0x3f, 0x66, 0xc4, 0x8e, 0x5f, 0x0b, 0x9b, 0x33, 0x65, 0xe7, 0xcc, 0xc0, 0xb5, 0x1f, 0xef, 0x7a, 0xfd, 0xac, 0x41, 0x33, 0x11, 0xf0, 0x0b, 0x19, 0x5c, 0xde, 0x1a, 0x56, 0xd3, 0x92, 0x86, 0x43, 0x30, 0x74, 0x00, 0x3e, 0xf1 } } }; static const struct cckprng_op_generate op_init_2444 = { .hd = { .id = 2309, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0xee, 0xe7, 0x52, 0x6f, 0xfc, 0xed, 0x36, 0xb7, 0x25, 0x11, 0x69, 0x9f, 0x2b, 0x4c, 0x8a, 0xbd, 0x0f, 0x7f, 0x0e, 0xf7, 0x42, 0xad, 0x27, 0x29 } } }; static const struct cckprng_op_refresh op_refresh_2445 = { .hd = { .id = 2310, .kind = OP_REFRESH }, .rand = 17255631285670770863ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2446 = { .hd = { .id = 2311, .kind = OP_RESEED }, .nonce = 6111805544942730937ULL, .seed_nbytes = 110, .seed = { 0x0b, 0x6f, 0xad, 0x14, 0xea, 0x63, 0xe8, 0x9f, 0x44, 0x9b, 0xa4, 0x55, 0x56, 0x76, 0x58, 0x44, 0x2d, 0xf5, 0xaf, 0x0f, 0x22, 0xec, 0xeb, 0x05, 0xcc, 0xf8, 0xc9, 0x6c, 0xdc, 0x55, 0x3d, 0x07, 0xe2, 0xb1, 0xe5, 0x83, 0x22, 0x9b, 0xa8, 0x8f, 0xf8, 0xf1, 0xce, 0x48, 0x7a, 0x42, 0x86, 0x45, 0x60, 0xf4, 0x4c, 0x80, 0x9f, 0xef, 0x26, 0xcc, 0xb8, 0xae, 0x86, 0x57, 0x06, 0x00, 0x95, 0x1a, 0xe3, 0xad, 0x1c, 0x42, 0xcf, 0x74, 0xf6, 0x66, 0x0a, 0xf7, 0x8d, 0x00, 0xb4, 0x6d, 0xd9, 0x2a, 0x47, 0x13, 0xe7, 0xc4, 0x43, 0x1c, 0x23, 0x0b, 0xb7, 0xbd, 0x41, 0xf7, 0x5f, 0x3e, 0xf9, 0x71, 0xbf, 0xa0, 0x6e, 0xf5, 0x31, 0x0c, 0x96, 0xfb, 0x28, 0x7c, 0xc2, 0xc9, 0x2b, 0xce } }; static const struct cckprng_op *ops_2447[] = { (const struct cckprng_op *)&op_init_2431, (const struct cckprng_op *)&op_refresh_2432, (const struct cckprng_op *)&op_refresh_2433, (const struct cckprng_op *)&op_init_2434, (const struct cckprng_op *)&op_refresh_2435, (const struct cckprng_op *)&op_refresh_2436, (const struct cckprng_op *)&op_init_2437, (const struct cckprng_op *)&op_init_2438, (const struct cckprng_op *)&op_init_2439, (const struct cckprng_op *)&op_refresh_2440, (const struct cckprng_op *)&op_init_2441, (const struct cckprng_op *)&op_reseed_2442, (const struct cckprng_op *)&op_init_2443, (const struct cckprng_op *)&op_init_2444, (const struct cckprng_op *)&op_refresh_2445, (const struct cckprng_op *)&op_reseed_2446 }; static const struct cckprng_vector vec_2448 = { .id = 2312, .note = NULL, .nops = 16, .ops = ops_2447 }; static const struct cckprng_op_init op_init_2449 = { .hd = { .id = 2313, .kind = OP_INIT }, .seed = { 0xda, 0xba, 0x80, 0x83, 0xf5, 0xea, 0xc2, 0x17, 0x46, 0x45, 0xa8, 0x73, 0x41, 0x86, 0x93, 0xfd, 0xbe, 0xb2, 0xcb, 0x05, 0xc8, 0x79, 0xca, 0xbb, 0xa6, 0x44, 0x00, 0x60, 0xeb, 0x8d, 0x54, 0xc4 }, .nonce = { 0x3a, 0x82, 0xdb, 0x7d, 0x8d, 0x5c, 0x7d, 0x9d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2450 = { .hd = { .id = 2314, .kind = OP_REFRESH }, .rand = 1423410642886062491ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2451 = { .hd = { .id = 2315, .kind = OP_REFRESH }, .rand = 18123449658766613610ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2452 = { .hd = { .id = 2316, .kind = OP_RESEED }, .nonce = 11176267325587770192ULL, .seed_nbytes = 118, .seed = { 0x5d, 0x2c, 0xf3, 0x87, 0x64, 0x3f, 0x5f, 0x41, 0x20, 0xf7, 0xbc, 0x76, 0x66, 0xf1, 0x78, 0x63, 0xab, 0x60, 0xac, 0x21, 0xf3, 0x03, 0xfd, 0x6c, 0xa8, 0xfb, 0xea, 0x23, 0x02, 0x2a, 0xe5, 0xa6, 0x78, 0xe0, 0xee, 0xbf, 0x52, 0x27, 0xda, 0x9b, 0x67, 0x58, 0x10, 0x0a, 0x7f, 0x42, 0x35, 0x3a, 0x13, 0x67, 0x8c, 0x1d, 0x67, 0xdd, 0x91, 0xd5, 0x39, 0xac, 0x35, 0x38, 0x88, 0x0d, 0x27, 0xb9, 0xf4, 0xeb, 0x98, 0xf2, 0x02, 0x35, 0x57, 0x9a, 0x7c, 0xc3, 0x15, 0xe4, 0xf9, 0x49, 0xbe, 0x11, 0xcb, 0x81, 0x13, 0x2f, 0x3d, 0x7b, 0x1b, 0x9f, 0x1e, 0x52, 0x89, 0x3b, 0xbf, 0x6e, 0x6c, 0xb6, 0xda, 0x8c, 0x4e, 0x29, 0xcb, 0xa8, 0xcc, 0x92, 0x46, 0xbe, 0x28, 0xdf, 0x35, 0x0a, 0x39, 0x7c, 0xc7, 0x90, 0xc7, 0x20, 0x34, 0x24 } }; static const struct cckprng_op_generate op_init_2453 = { .hd = { .id = 2317, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0x9b, 0x41, 0x44, 0xc1, 0x0d, 0x66, 0xaa, 0xe0, 0x9e, 0xca, 0x49, 0xc0, 0xe8, 0xac, 0x4d, 0x91, 0x74, 0x05, 0xdf, 0xc9, 0x32, 0x28, 0x5c, 0xdc, 0x58, 0x7a, 0x83, 0x81, 0x15, 0x28, 0xb3, 0x3e, 0xa4, 0xe1, 0x29, 0x52, 0xdf, 0x08, 0x56, 0xa1, 0xd9, 0xc2, 0x26, 0xc2, 0xb8, 0xdd, 0xbe, 0x80, 0xf9, 0x51, 0x05, 0xc0, 0x1d, 0xac, 0x78, 0xa8, 0x53, 0xb4, 0x90, 0x92, 0x57, 0x9f, 0x52, 0xb9, 0x5b, 0x6e, 0x06, 0xb0, 0x86, 0x2f, 0x5c, 0xab, 0x80, 0x2a, 0x4a, 0x1f, 0x4a, 0x57, 0x6e, 0x6e, 0xd1, 0xd5, 0x59, 0x3c, 0xf0, 0xfa, 0xe7, 0xab, 0x0b, 0x73, 0x79, 0x6e, 0x08, 0x2d, 0x34, 0x05, 0x79, 0x27, 0xc1, 0xc8, 0xf5, 0x51, 0xf3, 0x33, 0xbf, 0x39, 0x56, 0x10, 0xec, 0x4d, 0xcf, 0x8b, 0x3f, 0x70, 0xa6, 0x1f, 0xe0, 0xcd, 0xf0, 0xef, 0x69, 0x37, 0xeb, 0x2f, 0x4b, 0x10, 0x39, 0xdc, 0xb5, 0x25, 0xc6, 0xc6, 0xaf, 0x12, 0x18, 0xa4, 0x6c, 0x87, 0xaa, 0x1d, 0xa8, 0xda, 0xd4, 0x78, 0xc1, 0x67, 0x95, 0x77, 0xa5, 0x73, 0xbf, 0x61, 0x06, 0xcf, 0xe2, 0x3b, 0xd4, 0xe5, 0x77, 0x67, 0xf5, 0xf1, 0x5e, 0xdc, 0xb1, 0x81, 0x12, 0x79, 0x73, 0x7e, 0x79, 0x18, 0x8f, 0x75, 0x2d, 0x88, 0x05, 0x7c, 0xea, 0x13, 0xcb, 0xc1, 0xff, 0xf4, 0x3f, 0xd0, 0x7c, 0x0c, 0x71, 0x3f } } }; static const struct cckprng_op_generate op_init_2454 = { .hd = { .id = 2318, .kind = OP_GENERATE }, .rand_nbytes = 130, .out = { .rand = { 0xf3, 0x80, 0x82, 0x98, 0x30, 0xf3, 0x74, 0x5a, 0x92, 0x48, 0x7d, 0x6d, 0xac, 0x18, 0xd9, 0x1a, 0x62, 0x5d, 0xf2, 0x4a, 0x10, 0xc4, 0xc0, 0x33, 0x50, 0xd3, 0x72, 0x90, 0xbc, 0x8a, 0x8a, 0xe4, 0x83, 0x72, 0x92, 0xbc, 0xcc, 0xd0, 0xc4, 0x35, 0x19, 0xce, 0x1e, 0xd9, 0xaf, 0x7a, 0x23, 0x94, 0xe2, 0x00, 0x70, 0x22, 0xa9, 0x28, 0xa8, 0xda, 0x59, 0x4d, 0x38, 0x7f, 0x70, 0x38, 0x38, 0x22, 0x07, 0x12, 0x15, 0x32, 0x13, 0x17, 0x76, 0x2f, 0x56, 0x54, 0x3b, 0x96, 0xec, 0xa4, 0x52, 0xba, 0x13, 0x94, 0x5f, 0xfc, 0x96, 0xd8, 0xd4, 0xf0, 0xf7, 0x48, 0xd4, 0x32, 0xce, 0xdd, 0x42, 0x9b, 0x55, 0x26, 0x5f, 0x63, 0x24, 0x8b, 0x9d, 0x2a, 0xf7, 0x69, 0x61, 0xd9, 0x40, 0x87, 0x15, 0xcd, 0xd9, 0xfe, 0x44, 0x73, 0x44, 0x20, 0x28, 0x84, 0x51, 0x78, 0xee, 0xb4, 0x64, 0xf6, 0xd6, 0x1d, 0xa4, 0x0b } } }; static const struct cckprng_op_reseed op_reseed_2455 = { .hd = { .id = 2319, .kind = OP_RESEED }, .nonce = 12695028536336944318ULL, .seed_nbytes = 76, .seed = { 0x42, 0xc9, 0x50, 0x40, 0xa9, 0x8c, 0x9e, 0xe2, 0xb2, 0xa6, 0xe4, 0xbf, 0x05, 0x87, 0xcd, 0x30, 0x69, 0x13, 0xe7, 0x6a, 0x01, 0xb9, 0xb5, 0xbe, 0x51, 0x2f, 0xc6, 0x80, 0x24, 0x04, 0x9d, 0x99, 0x1e, 0xc1, 0xb1, 0x1d, 0x84, 0xea, 0x44, 0xf9, 0xc6, 0x1d, 0x07, 0xd6, 0x37, 0x0f, 0x76, 0x65, 0xfd, 0xc3, 0x3f, 0xc5, 0x56, 0x08, 0x33, 0xfd, 0x31, 0x67, 0xa8, 0xf4, 0x78, 0xf9, 0x7f, 0x76, 0x29, 0x11, 0x1a, 0x5a, 0xb2, 0x0c, 0xb1, 0xc4, 0x6c, 0x7c, 0x8d, 0x85 } }; static const struct cckprng_op_generate op_init_2456 = { .hd = { .id = 2320, .kind = OP_GENERATE }, .rand_nbytes = 20, .out = { .rand = { 0x1a, 0x09, 0x28, 0xc2, 0xf1, 0xf8, 0xd5, 0xc4, 0x73, 0xf2, 0x36, 0x65, 0xe6, 0xc4, 0x4d, 0x5e, 0x81, 0xad, 0xf4, 0x37 } } }; static const struct cckprng_op_generate op_init_2457 = { .hd = { .id = 2321, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0xd5, 0x83, 0xad, 0x6f, 0x7c, 0x3a, 0xde, 0xa0, 0xbd, 0x5e, 0xeb, 0x11, 0xf0, 0x16, 0x00, 0x46, 0x23, 0x72, 0x0f, 0xb9, 0xc0, 0xd6, 0x81, 0x6f, 0x15, 0xed, 0x64, 0xa4, 0x82, 0x8b, 0x76, 0xae, 0xf9, 0x77, 0x51, 0x43, 0x3d, 0xec, 0x0b, 0xe7, 0xe0, 0x47, 0x70, 0xdb, 0x35, 0x09, 0xc1, 0x0e, 0xc1, 0xa0, 0xa4, 0xfe, 0x2b, 0xc3, 0x57, 0xe3, 0x93, 0x15, 0xfc, 0x8f, 0x00, 0xd0, 0x34, 0xb6, 0x07, 0x90, 0x01, 0xe2, 0xf3, 0x49, 0xc8, 0xba, 0x38, 0x6a, 0x7c, 0x45, 0x45, 0x58, 0x27, 0x9a, 0xa5, 0xa0, 0x0a, 0x01, 0xcb, 0x2b, 0x6a, 0xf0, 0x05, 0x87, 0x8a, 0x63, 0x54, 0x57, 0xaa, 0x3f, 0x93, 0x63, 0x16, 0x71, 0x81, 0x2e, 0xbd, 0x82, 0xd2, 0xd9, 0x2a, 0xd6, 0x03, 0x86, 0xd6, 0x78, 0x39, 0x07, 0x77, 0x54, 0x66, 0x8c, 0x0a, 0x98, 0x0a, 0x7f, 0xdc, 0xeb, 0x72, 0x11, 0x83, 0x7c, 0xac, 0xab, 0xf7, 0xe7, 0x2a, 0x33, 0xd4, 0xc4, 0xee, 0x7a, 0xc2, 0x2f, 0xef, 0x90, 0x42, 0xa1, 0x38, 0x2b, 0x46, 0x9b, 0x49, 0x8f, 0xb6, 0x7f, 0x3d, 0x0c, 0x39, 0x84, 0x2e, 0xac, 0xe3, 0x2c, 0xe1, 0x6e, 0xda, 0x7e, 0x19, 0xf9, 0xe5, 0x1d, 0x97, 0x54, 0xa0, 0x33, 0x96, 0x89, 0xcf, 0xfe, 0xa2, 0x5d, 0xb9, 0x2b, 0xee, 0xfb, 0x7e, 0xca, 0x84, 0x2e, 0x13, 0x7d, 0x1d, 0x6c, 0x55, 0x80, 0x12, 0x07, 0x17, 0x1d, 0x75, 0xd4, 0x47, 0x15, 0x5d, 0x1d, 0x4f, 0xbc, 0x3e, 0xe0, 0x9c, 0x19, 0x5d, 0x4e, 0x70, 0xc2, 0x85, 0x59, 0x06, 0xf1, 0x61, 0xfe, 0xe4, 0xe0, 0x19, 0x62, 0x5a, 0x8b, 0x05, 0x28, 0xe2, 0x83, 0xa7, 0xa3, 0xa6, 0xc4, 0x9a, 0x1b, 0x99, 0xf2, 0x44, 0xa0, 0xb6, 0x2c, 0x50, 0x6c, 0x89, 0x6f, 0xaf, 0x51, 0x39, 0x70, 0xca, 0xb6, 0xa3, 0x68, 0x5b, 0x30, 0x8b, 0x88, 0x07, 0xd0, 0x10, 0x8d, 0xfd, 0x90, 0x67, 0xff, 0x0b, 0x28, 0x69, 0x15, 0x23, 0xa8, 0x09, 0xaf } } }; static const struct cckprng_op_reseed op_reseed_2458 = { .hd = { .id = 2322, .kind = OP_RESEED }, .nonce = 9597523493599562689ULL, .seed_nbytes = 231, .seed = { 0xed, 0x4e, 0xba, 0x3d, 0xa7, 0xe0, 0x77, 0x6e, 0x46, 0x67, 0x82, 0x3a, 0x6e, 0xee, 0x81, 0x75, 0x2d, 0xca, 0xca, 0xb8, 0x1e, 0x10, 0xde, 0x84, 0x78, 0xc6, 0xf1, 0x24, 0x34, 0x99, 0x73, 0xb9, 0x96, 0x9d, 0x59, 0x12, 0x05, 0x50, 0x4f, 0xb7, 0x98, 0x55, 0x0e, 0x40, 0x42, 0xab, 0x98, 0x2c, 0x94, 0x3c, 0x40, 0x6b, 0x08, 0x4a, 0x6a, 0x3e, 0x0c, 0x16, 0xb7, 0x7d, 0x70, 0xde, 0x01, 0x14, 0xf4, 0x78, 0xe5, 0x7e, 0xc9, 0xd2, 0xb3, 0x14, 0x9f, 0xe6, 0xf4, 0x80, 0xc9, 0xd9, 0x9a, 0x63, 0x51, 0x30, 0x44, 0xdd, 0x7e, 0xad, 0x25, 0x38, 0x1e, 0x82, 0x8a, 0xb1, 0xdd, 0x37, 0x23, 0x95, 0x31, 0xa2, 0xbc, 0xaf, 0xe7, 0x42, 0xf5, 0x1e, 0xd4, 0x7f, 0x83, 0x69, 0xa0, 0xba, 0x05, 0xdd, 0x68, 0x58, 0x18, 0x84, 0xbf, 0xe0, 0x4b, 0xe4, 0x40, 0x81, 0x94, 0x44, 0xaf, 0xe3, 0x25, 0xe3, 0x8e, 0xf9, 0x55, 0x48, 0xc1, 0x4e, 0xb1, 0xaa, 0x8b, 0xdd, 0xc3, 0x74, 0x73, 0xe3, 0x60, 0xb6, 0x96, 0xce, 0xeb, 0xad, 0x82, 0x07, 0x32, 0x2e, 0x7a, 0x2a, 0xd7, 0xe5, 0xc1, 0x83, 0x57, 0xe4, 0x40, 0x34, 0x6b, 0x38, 0xe5, 0xea, 0x73, 0x15, 0xca, 0x68, 0xcc, 0xbd, 0xb0, 0x8c, 0xf8, 0x99, 0x98, 0x29, 0x46, 0xe7, 0x63, 0x87, 0x68, 0xdb, 0xdd, 0x8a, 0xd0, 0x01, 0x8b, 0xdd, 0x0b, 0xbf, 0xaf, 0x4f, 0x06, 0x9a, 0x5b, 0x8b, 0x04, 0x2a, 0x4a, 0xd4, 0xbb, 0x10, 0x8a, 0x59, 0x6e, 0xbf, 0x3d, 0xb3, 0xea, 0xea, 0x63, 0x17, 0xda, 0x48, 0x18, 0x4f, 0xc2, 0xbc, 0xc7, 0xa2, 0xd9, 0xa4, 0x11, 0xde, 0x7b, 0x86, 0x5f, 0xb8, 0x21 } }; static const struct cckprng_op_generate op_init_2459 = { .hd = { .id = 2323, .kind = OP_GENERATE }, .rand_nbytes = 1, .out = { .rand = { 0xcc } } }; static const struct cckprng_op_refresh op_refresh_2460 = { .hd = { .id = 2324, .kind = OP_REFRESH }, .rand = 6533903363740146460ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2461 = { .hd = { .id = 2325, .kind = OP_GENERATE }, .rand_nbytes = 65, .out = { .rand = { 0xd8, 0xa8, 0xaa, 0xcb, 0x71, 0x11, 0x70, 0xf6, 0x0c, 0x07, 0x2d, 0x11, 0xb4, 0xd6, 0x69, 0xdf, 0x96, 0xd1, 0x93, 0x51, 0x67, 0x10, 0xc4, 0x57, 0x3a, 0xaa, 0xcc, 0xc8, 0xa6, 0xf8, 0xa8, 0x22, 0x3a, 0x14, 0xce, 0xa7, 0x29, 0x4d, 0xce, 0xbb, 0x9d, 0x7f, 0x23, 0xcd, 0x0e, 0x4b, 0x8a, 0xd0, 0xb8, 0x73, 0x09, 0xd6, 0xe3, 0x9e, 0xd1, 0x14, 0xf7, 0xca, 0xe6, 0x77, 0xf8, 0x0e, 0xa5, 0x25, 0xcf } } }; static const struct cckprng_op_generate op_init_2462 = { .hd = { .id = 2326, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0x3a, 0xa4, 0x44, 0x4a, 0x08, 0xa1, 0xe9, 0xa3, 0xde, 0x66, 0x14, 0x44, 0x8a, 0x1c, 0x6e, 0xac, 0x9d, 0x38 } } }; static const struct cckprng_op_generate op_init_2463 = { .hd = { .id = 2327, .kind = OP_GENERATE }, .rand_nbytes = 35, .out = { .rand = { 0xf8, 0xed, 0x63, 0x1e, 0xc4, 0x74, 0x03, 0xca, 0xa3, 0x0d, 0x69, 0xad, 0x3f, 0x7e, 0xeb, 0xe1, 0xaa, 0x5f, 0xa5, 0xb0, 0xe3, 0xad, 0x3c, 0xfa, 0x21, 0x27, 0xe5, 0x17, 0x66, 0x97, 0x74, 0xcb, 0x4e, 0x3a, 0xaa } } }; static const struct cckprng_op_refresh op_refresh_2464 = { .hd = { .id = 2328, .kind = OP_REFRESH }, .rand = 8534670690809308715ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2465[] = { (const struct cckprng_op *)&op_init_2449, (const struct cckprng_op *)&op_refresh_2450, (const struct cckprng_op *)&op_refresh_2451, (const struct cckprng_op *)&op_reseed_2452, (const struct cckprng_op *)&op_init_2453, (const struct cckprng_op *)&op_init_2454, (const struct cckprng_op *)&op_reseed_2455, (const struct cckprng_op *)&op_init_2456, (const struct cckprng_op *)&op_init_2457, (const struct cckprng_op *)&op_reseed_2458, (const struct cckprng_op *)&op_init_2459, (const struct cckprng_op *)&op_refresh_2460, (const struct cckprng_op *)&op_init_2461, (const struct cckprng_op *)&op_init_2462, (const struct cckprng_op *)&op_init_2463, (const struct cckprng_op *)&op_refresh_2464 }; static const struct cckprng_vector vec_2466 = { .id = 2329, .note = NULL, .nops = 16, .ops = ops_2465 }; static const struct cckprng_op_init op_init_2467 = { .hd = { .id = 2330, .kind = OP_INIT }, .seed = { 0x82, 0x68, 0x58, 0x1e, 0xdf, 0x06, 0xb9, 0x4c, 0x11, 0xe5, 0x25, 0x17, 0x0a, 0x44, 0xa1, 0x3f, 0xbb, 0xcd, 0xf2, 0xc0, 0x9e, 0x31, 0x9e, 0x19, 0xf4, 0x13, 0xad, 0x42, 0xf4, 0x73, 0x6e, 0x4e }, .nonce = { 0xdb, 0x81, 0x94, 0x84, 0x59, 0xb8, 0xd6, 0x50 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2468 = { .hd = { .id = 2331, .kind = OP_REFRESH }, .rand = 6139544694011011645ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2469 = { .hd = { .id = 2332, .kind = OP_REFRESH }, .rand = 16946797870482775908ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2470 = { .hd = { .id = 2333, .kind = OP_RESEED }, .nonce = 10269838922317670749ULL, .seed_nbytes = 251, .seed = { 0xe0, 0xd7, 0xbe, 0xbf, 0x55, 0x20, 0xed, 0x31, 0x42, 0x85, 0x52, 0x6d, 0xd6, 0xe1, 0x20, 0x99, 0x40, 0x62, 0x15, 0xcb, 0xc4, 0xbc, 0xfb, 0xa4, 0x09, 0x24, 0xca, 0x98, 0x6d, 0x2a, 0x8d, 0x81, 0xba, 0x62, 0x5e, 0x95, 0xb3, 0xf6, 0xbb, 0xf6, 0x7b, 0xac, 0x3f, 0x55, 0xa6, 0xc9, 0xb1, 0x16, 0xe2, 0xa6, 0xb6, 0x48, 0x02, 0xa5, 0x67, 0x61, 0x6b, 0xbd, 0x09, 0x20, 0xd6, 0x6d, 0xc7, 0xc1, 0xfc, 0xfb, 0x13, 0xfc, 0xe7, 0x4c, 0xf8, 0x48, 0x10, 0xb8, 0x2a, 0xff, 0x91, 0xa9, 0x3f, 0x09, 0x32, 0x89, 0x69, 0x91, 0xc0, 0xf7, 0x25, 0xee, 0x8f, 0x6a, 0xe0, 0x58, 0xb7, 0x6e, 0x1c, 0xf4, 0x4c, 0x66, 0x1f, 0x46, 0x9c, 0x6d, 0x19, 0xf8, 0x58, 0x71, 0x42, 0x10, 0x6a, 0x50, 0x6b, 0xfd, 0x65, 0x19, 0xc3, 0x2b, 0x71, 0x69, 0xd1, 0x73, 0x78, 0x3e, 0xef, 0xaa, 0xdc, 0xda, 0xb0, 0x9c, 0x79, 0x59, 0x52, 0x8d, 0x84, 0xe6, 0x66, 0x81, 0xfd, 0x88, 0x87, 0xd5, 0x72, 0x15, 0xa3, 0x48, 0x8a, 0x60, 0x02, 0xdc, 0x8c, 0xe8, 0xf9, 0xdc, 0x3d, 0x63, 0xb5, 0xdc, 0x24, 0x09, 0x4f, 0x81, 0xab, 0x5c, 0x5b, 0x59, 0x20, 0x56, 0x50, 0x06, 0x02, 0x03, 0x8c, 0xb7, 0xe3, 0x58, 0x9b, 0xcf, 0xc6, 0x34, 0xf7, 0x32, 0x5a, 0x5b, 0xbc, 0x1e, 0x93, 0x07, 0xa1, 0x84, 0x3a, 0x17, 0x37, 0x77, 0x06, 0x62, 0x47, 0xaa, 0x9d, 0x53, 0x79, 0x86, 0x8a, 0x0e, 0x17, 0x5f, 0x53, 0x24, 0x9a, 0x48, 0xf9, 0xf7, 0xb8, 0xe2, 0x64, 0x82, 0x3a, 0x68, 0xb1, 0xb7, 0x32, 0xd9, 0xee, 0x62, 0xc0, 0x8b, 0xb9, 0xbc, 0x8e, 0xca, 0x0b, 0xcf, 0xb2, 0xe3, 0x39, 0xa9, 0x0d, 0xc4, 0xab, 0x0f, 0xb7, 0x5a, 0x6e, 0xeb, 0x57, 0x56, 0xa0, 0x35, 0x99, 0xd9, 0x26, 0xba, 0xdd } }; static const struct cckprng_op_reseed op_reseed_2471 = { .hd = { .id = 2334, .kind = OP_RESEED }, .nonce = 11738117777911296354ULL, .seed_nbytes = 249, .seed = { 0xf9, 0x8b, 0x10, 0xaa, 0xa6, 0xe5, 0x9c, 0x4f, 0x15, 0x40, 0x0c, 0x65, 0x90, 0x62, 0xa8, 0xaa, 0x89, 0x2d, 0x1a, 0xf3, 0x11, 0xfe, 0xab, 0x59, 0x82, 0xaf, 0x1b, 0xea, 0x3a, 0xe7, 0x46, 0x53, 0x75, 0x01, 0xd3, 0x39, 0x1c, 0xe6, 0xb1, 0x6a, 0x67, 0x21, 0xd2, 0x40, 0xa7, 0xd8, 0x5d, 0xdd, 0x6c, 0x6f, 0xa8, 0x59, 0x68, 0x3d, 0x77, 0xc0, 0x32, 0x8c, 0xf4, 0xe4, 0x04, 0xca, 0xcd, 0x25, 0xd4, 0x8b, 0x19, 0x88, 0x4e, 0x07, 0xe3, 0xe3, 0x93, 0x0b, 0x63, 0xdd, 0x56, 0xde, 0xd5, 0x7f, 0xc4, 0xa8, 0x25, 0xdc, 0xf2, 0x54, 0xd4, 0xd4, 0xc3, 0x44, 0xd3, 0x2d, 0x93, 0x3f, 0xb9, 0xd0, 0x78, 0x50, 0x3e, 0xf5, 0x47, 0xa9, 0xb6, 0xb0, 0x04, 0x6c, 0x24, 0xe9, 0xd6, 0x35, 0x10, 0x88, 0xe7, 0x80, 0xfa, 0x20, 0xc4, 0x8e, 0x01, 0xbe, 0x2a, 0xf8, 0xb6, 0x60, 0x77, 0xbd, 0x2b, 0x5b, 0xfa, 0xd2, 0x1d, 0x33, 0xcb, 0x5b, 0x64, 0x10, 0x72, 0xe0, 0xa5, 0xd3, 0x2b, 0x84, 0x0e, 0xcd, 0x9b, 0x2a, 0x67, 0xae, 0x2e, 0x1b, 0x20, 0x5c, 0x23, 0xa8, 0xa6, 0xcf, 0x1e, 0xe4, 0xdc, 0x55, 0x18, 0x72, 0xd6, 0xf7, 0x03, 0x6d, 0x10, 0xcb, 0xec, 0xcb, 0x37, 0x16, 0xaf, 0x90, 0x8b, 0x76, 0xdd, 0x8d, 0x9a, 0xc4, 0xe4, 0x17, 0xfa, 0x4e, 0xe7, 0xf5, 0x2a, 0x55, 0x39, 0x16, 0x1a, 0x8b, 0xb5, 0x4c, 0x85, 0xcb, 0x2c, 0x14, 0x5b, 0xda, 0x1b, 0x9c, 0x0f, 0x97, 0x32, 0x73, 0x7f, 0x54, 0x18, 0xb5, 0xe8, 0x4b, 0x3b, 0xa8, 0x1e, 0x26, 0x41, 0x2e, 0x0b, 0x3e, 0x7f, 0xea, 0xbe, 0x24, 0xd0, 0x0f, 0x63, 0xc6, 0x1f, 0x75, 0xcc, 0x0a, 0x65, 0xaf, 0xec, 0x80, 0x7e, 0xf6, 0xe2, 0xd8, 0xa6, 0x80, 0xf6, 0xf3, 0x74, 0xe0, 0x16, 0x26, 0xa5 } }; static const struct cckprng_op_refresh op_refresh_2472 = { .hd = { .id = 2335, .kind = OP_REFRESH }, .rand = 18289970006224780923ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2473 = { .hd = { .id = 2336, .kind = OP_REFRESH }, .rand = 3571669868127833699ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2474 = { .hd = { .id = 2337, .kind = OP_REFRESH }, .rand = 3210952505366951518ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2475 = { .hd = { .id = 2338, .kind = OP_REFRESH }, .rand = 17470152716305325800ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2476 = { .hd = { .id = 2339, .kind = OP_RESEED }, .nonce = 9302842252376004977ULL, .seed_nbytes = 104, .seed = { 0x05, 0x03, 0x7f, 0x51, 0xdd, 0x9d, 0xfb, 0xa7, 0x07, 0x33, 0xb0, 0x5f, 0xc9, 0x5a, 0xb3, 0x02, 0x2c, 0x2c, 0x4f, 0xad, 0x85, 0xb5, 0x25, 0xb6, 0x9d, 0x33, 0x97, 0x70, 0x47, 0x51, 0x99, 0x0f, 0xc1, 0x87, 0x9b, 0x66, 0x0b, 0xa0, 0xa4, 0xcc, 0xeb, 0xc1, 0xef, 0x8e, 0xd2, 0x8e, 0xc7, 0xaf, 0x6f, 0xed, 0x6b, 0x75, 0x8a, 0x49, 0xda, 0xbf, 0x7f, 0xee, 0x1a, 0x4c, 0xc6, 0x1b, 0xc7, 0x6e, 0xf8, 0x25, 0xaa, 0xe5, 0x9d, 0x14, 0xa9, 0x35, 0x22, 0x17, 0x13, 0x89, 0xed, 0xa1, 0xcd, 0x0b, 0x27, 0x38, 0x9d, 0x14, 0x03, 0x2b, 0x4b, 0x54, 0x30, 0xc3, 0x00, 0xb8, 0xfa, 0x39, 0x90, 0x37, 0x38, 0xb1, 0x48, 0x8b, 0x82, 0x4f, 0xf8, 0xae } }; static const struct cckprng_op_generate op_init_2477 = { .hd = { .id = 2340, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0xa8, 0x32, 0x6d, 0xd9, 0x9d, 0xaf, 0x7f, 0x11, 0xba, 0x08, 0xaa, 0x8a, 0x28, 0x0b, 0xb6, 0xdc, 0xdc, 0x5a, 0x5d, 0xfc, 0x08, 0xdd, 0x88, 0x50, 0x4a, 0xf7, 0x7e, 0x30, 0x7f, 0x30, 0xc8, 0x55, 0x3c, 0x59, 0xde, 0x8d, 0xe1, 0x0b, 0x3d, 0x10, 0x89, 0x47, 0x78, 0xa5, 0x59, 0x93, 0x2f } } }; static const struct cckprng_op_refresh op_refresh_2478 = { .hd = { .id = 2341, .kind = OP_REFRESH }, .rand = 18184518956129070915ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2479 = { .hd = { .id = 2342, .kind = OP_REFRESH }, .rand = 6306069323360873562ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2480 = { .hd = { .id = 2343, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_reseed op_reseed_2481 = { .hd = { .id = 2344, .kind = OP_RESEED }, .nonce = 17015443434055772860ULL, .seed_nbytes = 21, .seed = { 0xf4, 0xe9, 0x3a, 0x5b, 0x29, 0x38, 0x3b, 0x05, 0xaa, 0x34, 0x14, 0xba, 0xa3, 0xc1, 0x81, 0xc7, 0x57, 0x66, 0x3d, 0xba, 0xf0 } }; static const struct cckprng_op_reseed op_reseed_2482 = { .hd = { .id = 2345, .kind = OP_RESEED }, .nonce = 5841321770545791525ULL, .seed_nbytes = 134, .seed = { 0x2c, 0xfb, 0x57, 0xdd, 0x65, 0x0b, 0x7b, 0xc7, 0x9d, 0x11, 0xec, 0x22, 0x35, 0xde, 0xaf, 0x0f, 0x78, 0x79, 0x8b, 0x95, 0x19, 0xa1, 0x73, 0x6d, 0xc1, 0x4b, 0x65, 0x0f, 0x65, 0x09, 0xdb, 0x93, 0xfb, 0x55, 0x76, 0x6a, 0xbc, 0x62, 0x9f, 0x9b, 0x51, 0x74, 0x7c, 0xf0, 0xfe, 0xa3, 0xfc, 0x69, 0x30, 0xdc, 0x2d, 0x9d, 0xc1, 0xb4, 0x70, 0x56, 0x6b, 0xc1, 0x25, 0x89, 0x3b, 0x55, 0xf2, 0x52, 0x2d, 0x64, 0x01, 0x19, 0x48, 0xb8, 0x90, 0x6c, 0x37, 0x2c, 0x0c, 0xf5, 0x2b, 0x1a, 0x3b, 0x5a, 0xe7, 0xf0, 0x00, 0x06, 0x75, 0x1e, 0xe1, 0x4e, 0x9d, 0xfc, 0xde, 0x64, 0x37, 0xb1, 0xab, 0x54, 0x59, 0x7b, 0x16, 0xdc, 0x26, 0x0a, 0x75, 0xb5, 0x39, 0x9c, 0xe1, 0x29, 0xdf, 0x03, 0xf2, 0xf7, 0xae, 0xa1, 0x56, 0x80, 0x49, 0xb7, 0xe2, 0x77, 0x68, 0x4a, 0x48, 0x75, 0xcc, 0x7f, 0x5c, 0x4c, 0x90, 0xc5, 0x6e, 0xa1, 0xc7, 0x6b } }; static const struct cckprng_op *ops_2483[] = { (const struct cckprng_op *)&op_init_2467, (const struct cckprng_op *)&op_refresh_2468, (const struct cckprng_op *)&op_refresh_2469, (const struct cckprng_op *)&op_reseed_2470, (const struct cckprng_op *)&op_reseed_2471, (const struct cckprng_op *)&op_refresh_2472, (const struct cckprng_op *)&op_refresh_2473, (const struct cckprng_op *)&op_refresh_2474, (const struct cckprng_op *)&op_refresh_2475, (const struct cckprng_op *)&op_reseed_2476, (const struct cckprng_op *)&op_init_2477, (const struct cckprng_op *)&op_refresh_2478, (const struct cckprng_op *)&op_refresh_2479, (const struct cckprng_op *)&op_init_2480, (const struct cckprng_op *)&op_reseed_2481, (const struct cckprng_op *)&op_reseed_2482 }; static const struct cckprng_vector vec_2484 = { .id = 2346, .note = NULL, .nops = 16, .ops = ops_2483 }; static const struct cckprng_op_init op_init_2485 = { .hd = { .id = 2347, .kind = OP_INIT }, .seed = { 0x0d, 0xf8, 0x96, 0x96, 0x5d, 0xd5, 0xec, 0x2d, 0x21, 0xa1, 0x99, 0x05, 0xf0, 0x90, 0xbf, 0x9f, 0x58, 0x4f, 0xe8, 0xbf, 0x6c, 0xb2, 0xb4, 0xe5, 0x35, 0x92, 0xc1, 0x2e, 0xb1, 0xb4, 0xc5, 0xe1 }, .nonce = { 0x78, 0x23, 0xaa, 0xad, 0xf1, 0x94, 0xee, 0x5d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2486 = { .hd = { .id = 2348, .kind = OP_GENERATE }, .rand_nbytes = 211, .out = { .rand = { 0xd7, 0x3e, 0xbe, 0xac, 0xc9, 0xfc, 0xa2, 0x3e, 0x99, 0xbc, 0xad, 0x74, 0x1a, 0x5f, 0x8d, 0x77, 0x02, 0x1d, 0xcb, 0xbf, 0x0c, 0x3e, 0xdb, 0xb6, 0x96, 0xe6, 0xd3, 0x81, 0xbb, 0xe2, 0xc1, 0x32, 0x8a, 0xbb, 0x7e, 0x88, 0x96, 0xbe, 0x39, 0x07, 0xa7, 0x06, 0x1e, 0xab, 0x3b, 0x08, 0x7e, 0x1b, 0x45, 0xab, 0xfe, 0x81, 0x87, 0x17, 0x5b, 0x39, 0xd5, 0x5b, 0xfb, 0xea, 0x39, 0x62, 0xa3, 0x99, 0x53, 0xb8, 0x4a, 0xea, 0xa7, 0x4f, 0x24, 0x10, 0xb0, 0x3b, 0x9a, 0xeb, 0x7b, 0xb0, 0x67, 0x0b, 0x64, 0xcd, 0x9d, 0x4e, 0xb6, 0x96, 0xf7, 0x69, 0x85, 0x9e, 0xf4, 0xba, 0xb1, 0xc6, 0x76, 0x0b, 0x8e, 0x3d, 0x8a, 0x19, 0xee, 0x28, 0x1c, 0xe9, 0x95, 0x94, 0x97, 0x0b, 0xed, 0xeb, 0x54, 0xfe, 0x65, 0x84, 0x6c, 0x5b, 0xc7, 0x57, 0xfb, 0x24, 0x71, 0x12, 0x94, 0xa1, 0x47, 0xfb, 0x0b, 0x67, 0xca, 0x0c, 0x02, 0x55, 0xc5, 0x14, 0x9b, 0xfe, 0x00, 0xac, 0xdb, 0xb5, 0xa0, 0xc5, 0xb4, 0xdd, 0x77, 0x6d, 0x75, 0xdf, 0xa9, 0xba, 0x82, 0xfd, 0x48, 0x08, 0x8b, 0x4f, 0x25, 0xce, 0x5e, 0xe3, 0xdb, 0xea, 0xf3, 0xa7, 0x7a, 0x5b, 0xf2, 0x01, 0x1d, 0x17, 0x4e, 0x9d, 0x79, 0x75, 0x60, 0x3e, 0x36, 0xdb, 0x3d, 0x26, 0x70, 0xc8, 0x33, 0x86, 0x2f, 0x42, 0xe2, 0x4d, 0xee, 0xd6, 0x14, 0xb6, 0x7d, 0xb0, 0x77, 0xd2, 0xa0, 0x73, 0xb9, 0xa8, 0x3f, 0x9d, 0x3f, 0x7f, 0x79, 0x8c, 0x04, 0x4a, 0xb5, 0xfe, 0x75 } } }; static const struct cckprng_op_generate op_init_2487 = { .hd = { .id = 2349, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0xa8, 0x47, 0x4a, 0xd3, 0x3a, 0x91, 0xc0, 0xcd, 0xe0, 0x74, 0x8e, 0xbf, 0x22, 0x65, 0x36, 0x49, 0x0f, 0xda, 0xbb, 0x51, 0x65, 0x53, 0x25, 0x51, 0x8f, 0x2a, 0x11, 0xa4, 0xa7, 0xeb, 0xab, 0x77, 0x35, 0x69, 0x58, 0x79, 0xce, 0xfd, 0xb0, 0x2c, 0x05, 0xa7, 0xf9, 0xed, 0x79, 0x66, 0xda, 0x7b, 0xeb, 0x40, 0x74, 0x38, 0x54, 0x79, 0x9f, 0x3a, 0x59, 0xbf, 0x30, 0xca, 0x7b, 0xab, 0x8e, 0xc6, 0xe4, 0x71, 0x21, 0x97, 0x06, 0x15, 0x7e, 0x45, 0x5b, 0xfa, 0x91, 0x15, 0x0c, 0xba, 0x7b, 0xaa, 0x06, 0xc5, 0xb7, 0x94, 0xfa, 0x94, 0x1a, 0xb4, 0x5a, 0x1a, 0xb8, 0xe1, 0x07, 0x05, 0x26, 0x01, 0x76, 0x49, 0x75, 0x76, 0x3f, 0x8a, 0x0a, 0xd1, 0xd9, 0x1f, 0x80, 0xe2, 0x75, 0xba, 0xd0, 0x33, 0xf1, 0xb3, 0x4f, 0xbb, 0x1d, 0xed, 0x58, 0x81, 0x32, 0x31, 0x65, 0x1e, 0xe5, 0xf5, 0xb2, 0xc7, 0x6f, 0x72, 0x96, 0x78, 0x63, 0xb4, 0x49, 0x07, 0xe6, 0x34, 0x89, 0x8d, 0x4d, 0x1b, 0x9f, 0xd9, 0x87, 0xaf, 0x19, 0xd1, 0x6e, 0x57, 0xec, 0xde, 0x85, 0x21, 0x08, 0x1c, 0x46, 0xd4, 0x28, 0x8f, 0xd6, 0xb6, 0x15, 0x69, 0xf8, 0x7f, 0x37, 0xf1, 0x2d, 0xee, 0x21, 0xe6, 0xb0, 0xfb, 0x4f, 0x25, 0x3b, 0x8b, 0x6a, 0x9c, 0x32, 0x6f, 0xb9, 0x92, 0x11, 0x1d, 0x7a, 0xbd, 0x2e, 0x89, 0x54, 0x8a, 0xeb, 0xa1, 0x49, 0xb9, 0xb4, 0xa5, 0x3f, 0x2a, 0xe0, 0x21, 0x4f, 0xdf, 0x80, 0x14, 0x6f } } }; static const struct cckprng_op_refresh op_refresh_2488 = { .hd = { .id = 2350, .kind = OP_REFRESH }, .rand = 5222534680725138087ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2489 = { .hd = { .id = 2351, .kind = OP_GENERATE }, .rand_nbytes = 56, .out = { .rand = { 0xf8, 0x1d, 0xb3, 0x67, 0x6b, 0x99, 0xab, 0x2c, 0xe8, 0x0d, 0x9d, 0xbc, 0x60, 0x58, 0xa4, 0x5d, 0xd3, 0x4a, 0xf9, 0x73, 0x46, 0x58, 0x84, 0x58, 0x5f, 0x6a, 0x67, 0x1b, 0xfa, 0x16, 0x7e, 0xb0, 0x9e, 0xc6, 0x9f, 0x67, 0x29, 0xbf, 0x1c, 0x96, 0x3a, 0xac, 0x10, 0x98, 0x09, 0x1b, 0x02, 0x8a, 0x2a, 0xe7, 0x40, 0x81, 0xd8, 0xe8, 0x92, 0x50 } } }; static const struct cckprng_op_reseed op_reseed_2490 = { .hd = { .id = 2352, .kind = OP_RESEED }, .nonce = 10382609763821019659ULL, .seed_nbytes = 42, .seed = { 0x95, 0x4c, 0x3e, 0x63, 0xe9, 0x8f, 0x63, 0x66, 0xde, 0xfa, 0xab, 0xf5, 0x3b, 0x0d, 0x8f, 0x98, 0x6a, 0xbe, 0x68, 0x86, 0x15, 0x50, 0x51, 0x08, 0x7e, 0xaa, 0x8b, 0x37, 0x22, 0xa2, 0xf2, 0x8e, 0x35, 0xd5, 0xf7, 0x08, 0xe6, 0x80, 0xde, 0xd6, 0xe5, 0x9f } }; static const struct cckprng_op_reseed op_reseed_2491 = { .hd = { .id = 2353, .kind = OP_RESEED }, .nonce = 6558921289597071088ULL, .seed_nbytes = 215, .seed = { 0xa7, 0x0c, 0xa6, 0x7e, 0x63, 0xb5, 0xf4, 0x4a, 0xd7, 0x3f, 0xd8, 0x09, 0x6d, 0x10, 0xa0, 0xda, 0xfa, 0xf6, 0x08, 0x60, 0x8a, 0x79, 0xa0, 0x59, 0xe0, 0x2c, 0x08, 0x33, 0x78, 0x7f, 0x7a, 0x6d, 0xe3, 0xab, 0xdd, 0x28, 0x7d, 0xef, 0xaf, 0xfd, 0xb7, 0x86, 0x10, 0x54, 0x65, 0xa4, 0x43, 0x02, 0x2f, 0x91, 0xd0, 0xdf, 0x18, 0x28, 0x94, 0x04, 0x46, 0x7e, 0xcb, 0x5c, 0x41, 0x07, 0x4a, 0x53, 0xc4, 0x0b, 0x0b, 0x1a, 0xcc, 0x2d, 0xe5, 0x53, 0x3f, 0xd5, 0x9a, 0x46, 0x2a, 0x20, 0xac, 0xc8, 0x24, 0xee, 0x9b, 0x16, 0xee, 0x1e, 0xf3, 0xbf, 0xf7, 0x31, 0x10, 0xf2, 0x8c, 0x3b, 0xd7, 0x0c, 0x07, 0xe4, 0xdc, 0xe6, 0x33, 0xcb, 0xdf, 0x93, 0xe3, 0xed, 0xb3, 0xa9, 0xad, 0x5b, 0x2b, 0x6b, 0x98, 0xc5, 0xd9, 0xe8, 0xfd, 0x52, 0x01, 0x84, 0x5e, 0xc2, 0x2e, 0x08, 0xa0, 0xda, 0x7e, 0x19, 0x2e, 0x41, 0xc8, 0x64, 0x34, 0xc7, 0x12, 0x27, 0x0a, 0x66, 0x2a, 0x7d, 0x00, 0xdf, 0xef, 0xd2, 0xe2, 0x52, 0xaf, 0x21, 0x84, 0x4d, 0x0e, 0x95, 0x74, 0xe3, 0xab, 0xde, 0x27, 0xbc, 0xaf, 0x52, 0xaa, 0xbe, 0x33, 0xcd, 0x3b, 0xc1, 0x4b, 0x1d, 0x39, 0x8f, 0x91, 0xcc, 0x73, 0xd9, 0x9d, 0x4c, 0xb6, 0xb9, 0x4c, 0xde, 0x0f, 0x2b, 0xee, 0x09, 0x24, 0x43, 0xdc, 0xdb, 0x2a, 0x2d, 0x40, 0xd2, 0x19, 0xb1, 0x04, 0x90, 0x67, 0x5b, 0xce, 0x62, 0x1a, 0x0f, 0x4b, 0x7b, 0x71, 0xef, 0x0d, 0x49, 0x1c, 0x0a, 0x04, 0x31, 0xc9, 0x60, 0x93 } }; static const struct cckprng_op_reseed op_reseed_2492 = { .hd = { .id = 2354, .kind = OP_RESEED }, .nonce = 1100869525641408398ULL, .seed_nbytes = 254, .seed = { 0xb8, 0xff, 0x97, 0x93, 0xbe, 0x62, 0xe0, 0xae, 0x1b, 0x9c, 0x88, 0xb0, 0x44, 0x0d, 0x80, 0x9e, 0xe9, 0xa4, 0x8d, 0x93, 0xc8, 0x6f, 0x31, 0xf1, 0x45, 0xa0, 0x5c, 0x03, 0xda, 0x7d, 0x3a, 0x63, 0xb3, 0x54, 0xbb, 0x95, 0x35, 0x5a, 0xe8, 0xa5, 0x6d, 0xa1, 0xe4, 0x83, 0x9f, 0x1f, 0xe5, 0x0a, 0x67, 0xd9, 0xa3, 0x51, 0xb5, 0x83, 0x66, 0xec, 0xef, 0x1c, 0xe6, 0x96, 0x24, 0xfb, 0x2c, 0x8c, 0x11, 0x80, 0x62, 0x3e, 0x19, 0x51, 0x82, 0xe4, 0xec, 0x5d, 0x9b, 0x6a, 0xa7, 0xcd, 0xd0, 0x2b, 0xea, 0xc1, 0xc5, 0x4f, 0x91, 0xb9, 0x23, 0xe8, 0xbc, 0xae, 0xcf, 0x35, 0xd1, 0x5a, 0x02, 0x1d, 0xb5, 0x10, 0xe1, 0xf6, 0xe2, 0x21, 0x40, 0x55, 0x46, 0xa8, 0x83, 0x6b, 0x8b, 0x89, 0x68, 0x74, 0x97, 0x99, 0x15, 0x48, 0x99, 0xf0, 0xed, 0xa2, 0x1b, 0xf0, 0x05, 0xc7, 0xd0, 0x34, 0xa5, 0x75, 0xf4, 0xf7, 0x37, 0xb5, 0x17, 0x54, 0x57, 0x13, 0xb6, 0xcc, 0x45, 0x4c, 0x81, 0x75, 0x2d, 0xba, 0xe7, 0xb4, 0xf8, 0x50, 0x81, 0xa4, 0x52, 0xb4, 0x1f, 0xce, 0x06, 0xd7, 0xf9, 0x8d, 0x54, 0x5c, 0xaa, 0x4c, 0x8a, 0x16, 0x82, 0xc8, 0x64, 0x73, 0x38, 0x03, 0x33, 0x5f, 0x5b, 0xfb, 0xdd, 0x3a, 0x35, 0xdb, 0x94, 0x8f, 0xcd, 0x1d, 0x8f, 0x02, 0x0d, 0x0c, 0xea, 0x7a, 0xae, 0xab, 0xa6, 0xb9, 0x2a, 0xd4, 0x31, 0xc3, 0x57, 0xe2, 0xd5, 0x33, 0xbb, 0x1d, 0xbd, 0x4f, 0x0a, 0x54, 0xc7, 0x7e, 0x61, 0xec, 0x51, 0xb8, 0x8e, 0x90, 0x4b, 0xe2, 0x0b, 0x6a, 0xbe, 0xc5, 0x55, 0x4f, 0x93, 0xd8, 0x29, 0x61, 0x31, 0xda, 0x66, 0x74, 0xc2, 0xdd, 0x1a, 0x38, 0xc9, 0xf3, 0xa3, 0x2c, 0x0c, 0xb9, 0xa1, 0x37, 0x73, 0x1e, 0xff, 0x0f, 0xf5, 0x97, 0x13, 0x04, 0x10, 0xd7, 0x5d, 0xb0 } }; static const struct cckprng_op_reseed op_reseed_2493 = { .hd = { .id = 2355, .kind = OP_RESEED }, .nonce = 15045533759890224725ULL, .seed_nbytes = 269, .seed = { 0xb9, 0xa1, 0x13, 0x59, 0xf7, 0x5c, 0x15, 0x9b, 0x2b, 0x29, 0xba, 0xaf, 0xe1, 0xb6, 0x10, 0x61, 0x84, 0x81, 0xde, 0xff, 0x1a, 0x50, 0x92, 0xd9, 0xb4, 0x7e, 0xfb, 0xca, 0x09, 0x42, 0xdd, 0x2a, 0x23, 0x7e, 0x3f, 0x40, 0x6c, 0xd8, 0x90, 0x8f, 0x5b, 0x13, 0x28, 0xd4, 0xf7, 0x77, 0xb3, 0x22, 0x21, 0x97, 0x66, 0x71, 0x77, 0x1c, 0x41, 0xfb, 0xc1, 0x49, 0x07, 0xe6, 0xab, 0x97, 0xda, 0x32, 0x94, 0xb2, 0x92, 0x43, 0x93, 0x66, 0x00, 0xaf, 0x17, 0x0f, 0x5a, 0x7e, 0xb1, 0x63, 0x10, 0x9e, 0x3e, 0x99, 0xe3, 0xc8, 0x77, 0xb5, 0xdf, 0x4f, 0x04, 0xf4, 0xc3, 0x6e, 0xac, 0x62, 0xaf, 0x11, 0xfe, 0x75, 0x36, 0x77, 0x11, 0x8b, 0xc6, 0xe8, 0x18, 0x9a, 0xb3, 0xad, 0xb9, 0x2b, 0x03, 0xe5, 0xde, 0xe0, 0x56, 0x7a, 0xe8, 0x68, 0x64, 0x1f, 0x99, 0x0a, 0x43, 0x5d, 0x16, 0x41, 0xba, 0xab, 0x3c, 0xbb, 0xe6, 0xe9, 0x7b, 0x49, 0x6c, 0x67, 0xae, 0x81, 0xe2, 0x4c, 0xae, 0x30, 0x39, 0x0c, 0xba, 0xe4, 0x99, 0xa1, 0x84, 0x10, 0xff, 0x2e, 0x71, 0x58, 0x04, 0x83, 0x25, 0xb2, 0xfb, 0x9e, 0xc1, 0xfa, 0x08, 0xde, 0x43, 0x19, 0xa0, 0xee, 0xd4, 0x00, 0x0c, 0x3f, 0x34, 0xd1, 0xed, 0x70, 0xbd, 0xcc, 0x28, 0x3e, 0x73, 0x2a, 0xde, 0x5a, 0xc2, 0x49, 0xdc, 0x3b, 0x7c, 0xe8, 0x45, 0xd0, 0x94, 0xe5, 0x6f, 0x78, 0xf4, 0xda, 0x18, 0xa8, 0x9f, 0xa9, 0x9c, 0xa2, 0x60, 0x97, 0x66, 0x10, 0xa4, 0xef, 0xf7, 0x35, 0xd4, 0xfb, 0x01, 0xae, 0x5e, 0x38, 0x49, 0xbf, 0x45, 0xdb, 0xbd, 0xf3, 0x02, 0x4f, 0x84, 0xd2, 0x6d, 0x20, 0x5b, 0x51, 0xd7, 0xb9, 0xd2, 0x23, 0xb9, 0xa9, 0x01, 0x7e, 0x0c, 0x1b, 0xd2, 0x88, 0x56, 0x4a, 0xb9, 0x08, 0xe1, 0xa5, 0x41, 0xee, 0x08, 0xc4, 0x48, 0x03, 0x59, 0x9a, 0x5a, 0x78, 0x11, 0x83, 0xad, 0x95, 0x59, 0xd3, 0xed, 0xdc, 0xa5 } }; static const struct cckprng_op_refresh op_refresh_2494 = { .hd = { .id = 2356, .kind = OP_REFRESH }, .rand = 16533047005285744357ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2495 = { .hd = { .id = 2357, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0x63, 0xb9, 0xe2, 0x0a, 0xc1, 0xb7, 0x8d, 0x0f, 0x10, 0x02, 0x63, 0xf6, 0x59, 0x7e, 0x54, 0x2f, 0xcb, 0x39, 0xff, 0x52, 0xc3, 0xd1, 0x45, 0xbd, 0x1b, 0x6d, 0xdf, 0x86, 0x6e, 0xa5, 0xaa, 0xc9, 0x18, 0x26, 0x38, 0x6b, 0xc7, 0xce, 0xa1, 0xe1, 0x94, 0x86, 0x0c, 0x77, 0xc4, 0x10, 0x7c, 0x7b, 0x94, 0x3d, 0xb5, 0xd8, 0xf1, 0x74, 0xc9, 0x6e, 0x5a, 0xde, 0x3b, 0xac, 0x05, 0xc0, 0x82, 0x01, 0x32, 0x24, 0x23, 0x33, 0xcf, 0xa7, 0xdc, 0x90, 0xcb, 0xd8, 0xb0, 0x95, 0x86, 0x6c, 0x55, 0xc9, 0xa5, 0x2f, 0xf8, 0x4b, 0x53, 0xf0, 0x2e, 0x17, 0xaf, 0x35, 0x3a, 0x74, 0xe4, 0x7b, 0xfb, 0x68, 0x30, 0xf9, 0xf8, 0x13, 0x31, 0x7a, 0x85, 0xe7, 0x81, 0x3f, 0x11, 0xc0, 0x13, 0xae, 0xe9, 0x08, 0xec, 0xb4, 0xd2, 0x31, 0x1e, 0xed, 0xa0, 0x45, 0x52, 0x7f, 0x49, 0x51, 0x6f, 0x19, 0x6d, 0xa7, 0xad, 0x6a, 0x1b, 0x06, 0x73, 0x4e, 0xb5, 0xe3, 0xcf, 0x5a, 0xd6, 0x21, 0x84, 0xba, 0xd2, 0x9d, 0x61, 0xf8, 0x69, 0xe3, 0x56, 0xd7, 0xb2, 0xf5, 0x9b, 0x66, 0x5d, 0xec, 0xfc, 0x24, 0x0b, 0x38, 0x81, 0x8c, 0x4b, 0x13, 0x3f, 0x65, 0x71, 0xf6, 0x6e, 0xf5, 0x47, 0x24, 0xc3, 0x93, 0x7d, 0xfd, 0xae, 0xbe, 0x7a, 0x7e, 0x78, 0xdd, 0xa3, 0xd0, 0x83, 0xfd, 0x4a, 0x68, 0xfe, 0x6b, 0x25, 0xdd, 0x52, 0x52, 0x2b, 0x6d, 0x4b, 0x89, 0xac, 0x16, 0xc4, 0x7c, 0x8a, 0x41, 0x5b, 0xd3, 0x41, 0xae, 0x1c, 0x15, 0xc7, 0xdc, 0xac, 0x8d, 0xea, 0x9b, 0x37, 0x8a, 0x9c, 0xc3, 0xa2, 0x2d, 0xdf, 0x80, 0x50, 0x67, 0x8e, 0x72, 0xb2, 0x2c, 0x3d, 0x60, 0x74, 0x0f, 0xc3, 0x4c, 0xb2, 0xbb, 0xd8, 0x33, 0xb4, 0xbe, 0x52, 0xfb, 0xf0, 0x50, 0x07, 0xbf, 0x91, 0x24, 0x51, 0x66, 0x90, 0x3b, 0x65, 0x88, 0x70, 0x04 } } }; static const struct cckprng_op_refresh op_refresh_2496 = { .hd = { .id = 2358, .kind = OP_REFRESH }, .rand = 11662977198949475594ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2497 = { .hd = { .id = 2359, .kind = OP_RESEED }, .nonce = 4825905939024562959ULL, .seed_nbytes = 67, .seed = { 0x2c, 0xe7, 0x4a, 0x46, 0x71, 0xd2, 0x28, 0xf7, 0x18, 0xaf, 0x2a, 0xcd, 0x4f, 0x5b, 0x53, 0x87, 0x6d, 0x99, 0x4e, 0x38, 0x47, 0xe9, 0xfb, 0x89, 0x45, 0xa5, 0x2f, 0xab, 0x5b, 0x86, 0xa5, 0x86, 0xcc, 0x80, 0xcb, 0x3a, 0x3c, 0x00, 0xaf, 0xfb, 0xc4, 0x58, 0x91, 0xf4, 0x83, 0x7f, 0xe3, 0x7f, 0x19, 0x89, 0x5d, 0x8e, 0x9c, 0x8c, 0x07, 0x05, 0x5e, 0x81, 0xaf, 0x4d, 0x6c, 0x71, 0x6f, 0xc1, 0xbf, 0x17, 0xdb } }; static const struct cckprng_op_refresh op_refresh_2498 = { .hd = { .id = 2360, .kind = OP_REFRESH }, .rand = 13391307498555510466ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2499 = { .hd = { .id = 2361, .kind = OP_REFRESH }, .rand = 16672293597282639324ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2500 = { .hd = { .id = 2362, .kind = OP_REFRESH }, .rand = 13509319616565351199ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2501[] = { (const struct cckprng_op *)&op_init_2485, (const struct cckprng_op *)&op_init_2486, (const struct cckprng_op *)&op_init_2487, (const struct cckprng_op *)&op_refresh_2488, (const struct cckprng_op *)&op_init_2489, (const struct cckprng_op *)&op_reseed_2490, (const struct cckprng_op *)&op_reseed_2491, (const struct cckprng_op *)&op_reseed_2492, (const struct cckprng_op *)&op_reseed_2493, (const struct cckprng_op *)&op_refresh_2494, (const struct cckprng_op *)&op_init_2495, (const struct cckprng_op *)&op_refresh_2496, (const struct cckprng_op *)&op_reseed_2497, (const struct cckprng_op *)&op_refresh_2498, (const struct cckprng_op *)&op_refresh_2499, (const struct cckprng_op *)&op_refresh_2500 }; static const struct cckprng_vector vec_2502 = { .id = 2363, .note = NULL, .nops = 16, .ops = ops_2501 }; static const struct cckprng_op_init op_init_2503 = { .hd = { .id = 2364, .kind = OP_INIT }, .seed = { 0x75, 0x19, 0x23, 0x1d, 0x0d, 0xb1, 0x6a, 0xd3, 0x9f, 0xaa, 0xde, 0x28, 0x02, 0xe3, 0x16, 0xbb, 0x5d, 0x15, 0x53, 0xa6, 0x71, 0x4c, 0x0f, 0x68, 0x50, 0x30, 0xd1, 0x7f, 0x91, 0xb4, 0x58, 0xb1 }, .nonce = { 0xd0, 0x03, 0x28, 0xf1, 0xd0, 0xbf, 0xb2, 0xeb }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2504 = { .hd = { .id = 2365, .kind = OP_REFRESH }, .rand = 14673549756440912313ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2505 = { .hd = { .id = 2366, .kind = OP_GENERATE }, .rand_nbytes = 89, .out = { .rand = { 0x07, 0x6d, 0x25, 0xe3, 0xa5, 0xab, 0xe6, 0x30, 0x64, 0xd5, 0xde, 0x92, 0xbe, 0x09, 0x64, 0xd7, 0x43, 0x11, 0x62, 0xd5, 0xec, 0x23, 0xa9, 0x8e, 0x6d, 0x05, 0x20, 0xd0, 0xe1, 0x13, 0xef, 0x51, 0xc4, 0x8d, 0xba, 0x45, 0x56, 0x51, 0x7b, 0x4a, 0x8a, 0x66, 0x4a, 0x54, 0x7a, 0x22, 0xce, 0x75, 0x32, 0x96, 0xaa, 0xb5, 0x2f, 0x96, 0x52, 0xcd, 0x99, 0x95, 0xf6, 0xad, 0x6f, 0x5e, 0x73, 0x45, 0x50, 0x54, 0xea, 0x18, 0x7f, 0x62, 0xe6, 0x49, 0xe1, 0xcc, 0xf0, 0xff, 0x67, 0x4d, 0xdc, 0xa1, 0x59, 0x31, 0x64, 0xf8, 0x55, 0xdd, 0xab, 0x22, 0x7e } } }; static const struct cckprng_op_reseed op_reseed_2506 = { .hd = { .id = 2367, .kind = OP_RESEED }, .nonce = 14724914351983194469ULL, .seed_nbytes = 193, .seed = { 0x7d, 0xe6, 0x9d, 0x4e, 0x49, 0xd6, 0x24, 0x8c, 0xff, 0xca, 0x80, 0x26, 0xc1, 0xe3, 0x81, 0xba, 0x63, 0x9c, 0xb7, 0x80, 0x60, 0xbe, 0x1f, 0xbf, 0xcf, 0x6f, 0x12, 0x7a, 0x5e, 0x64, 0x94, 0x76, 0x50, 0x0c, 0x95, 0x95, 0x3d, 0x55, 0x21, 0x5c, 0xc2, 0x6d, 0x55, 0xa2, 0x78, 0x64, 0xd8, 0xb6, 0x48, 0x3d, 0x24, 0xdb, 0x0b, 0xd9, 0x2d, 0x93, 0xf3, 0xe2, 0xc1, 0x7c, 0x23, 0xd3, 0x41, 0x1a, 0x2d, 0x56, 0xa8, 0xf6, 0x1e, 0x12, 0xcc, 0xe0, 0x0b, 0x98, 0xe5, 0xcf, 0x08, 0xcd, 0x9f, 0x1e, 0x94, 0x26, 0x28, 0xb8, 0x99, 0x97, 0x70, 0x60, 0xea, 0x84, 0x48, 0x7b, 0xec, 0x67, 0x98, 0xf5, 0x5d, 0x75, 0xf7, 0x7d, 0x3e, 0x93, 0x8e, 0xd0, 0x46, 0xfa, 0x3a, 0x57, 0x15, 0x8c, 0xc4, 0x36, 0xa3, 0x97, 0xb4, 0xb9, 0x65, 0xba, 0x46, 0x21, 0xe1, 0x0b, 0xbb, 0x31, 0xc6, 0x43, 0x92, 0x3c, 0x61, 0x88, 0x29, 0xb4, 0x0e, 0x8d, 0xf3, 0x6a, 0x81, 0x40, 0xa2, 0x52, 0xcc, 0x6b, 0xcd, 0x80, 0x4d, 0xb3, 0xd7, 0x0d, 0x4c, 0x4f, 0xfd, 0xbd, 0xbc, 0x1f, 0x42, 0xe3, 0x03, 0xe7, 0x64, 0x0c, 0x72, 0xb5, 0x31, 0xf3, 0xb9, 0xc8, 0x31, 0x6e, 0x32, 0x35, 0x97, 0x07, 0x81, 0xd5, 0xdd, 0xe7, 0xa4, 0xbf, 0x88, 0x76, 0x6d, 0x9c, 0x2f, 0x0c, 0x32, 0x0e, 0x9f, 0xd8, 0xa4, 0xee, 0x36, 0xc7, 0xe3 } }; static const struct cckprng_op_reseed op_reseed_2507 = { .hd = { .id = 2368, .kind = OP_RESEED }, .nonce = 1095926288279539655ULL, .seed_nbytes = 64, .seed = { 0x76, 0x2a, 0x22, 0x14, 0x8a, 0x1c, 0x75, 0x18, 0x8c, 0x3b, 0xc4, 0xa0, 0xc1, 0x65, 0x9f, 0xe1, 0x99, 0xcf, 0x9f, 0xca, 0x18, 0x82, 0x71, 0x30, 0x9b, 0x70, 0x81, 0xc3, 0x58, 0xad, 0x11, 0x14, 0xb6, 0x82, 0x22, 0x8e, 0x51, 0x5c, 0x1b, 0x17, 0xf8, 0xb1, 0x9e, 0xc4, 0x16, 0x86, 0xd4, 0x8d, 0x3c, 0x18, 0x72, 0xff, 0x7b, 0x11, 0x6d, 0xdd, 0xc6, 0xd2, 0x97, 0x2f, 0x4c, 0xb7, 0xa6, 0xbe } }; static const struct cckprng_op_refresh op_refresh_2508 = { .hd = { .id = 2369, .kind = OP_REFRESH }, .rand = 16838933403692129000ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2509 = { .hd = { .id = 2370, .kind = OP_RESEED }, .nonce = 12042551460864039865ULL, .seed_nbytes = 56, .seed = { 0xb4, 0xad, 0x86, 0x03, 0xb0, 0x3e, 0xb3, 0x2e, 0x19, 0x9c, 0xf1, 0xaa, 0xa9, 0x0d, 0xd6, 0x84, 0xd0, 0x37, 0x53, 0xeb, 0x8f, 0x6c, 0xca, 0x60, 0x55, 0x52, 0x08, 0x3d, 0x7a, 0x4f, 0x00, 0xc4, 0xd1, 0xf6, 0x82, 0xb2, 0x65, 0xaf, 0x29, 0x18, 0x64, 0x00, 0xd0, 0x71, 0xfa, 0x61, 0x9a, 0x0c, 0xb9, 0xea, 0xd7, 0x44, 0xdb, 0x82, 0xb0, 0x1f } }; static const struct cckprng_op_refresh op_refresh_2510 = { .hd = { .id = 2371, .kind = OP_REFRESH }, .rand = 525773523387725589ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2511 = { .hd = { .id = 2372, .kind = OP_GENERATE }, .rand_nbytes = 104, .out = { .rand = { 0xf2, 0x82, 0x13, 0x50, 0x1e, 0xeb, 0x13, 0x14, 0xa6, 0x0b, 0x8e, 0xca, 0x82, 0x51, 0x3b, 0x55, 0xa2, 0xf5, 0x47, 0xf4, 0x39, 0x2b, 0xe7, 0x46, 0x3d, 0xec, 0x76, 0xd9, 0x7b, 0xe9, 0xbb, 0x33, 0xc6, 0x88, 0x85, 0xf4, 0x38, 0x67, 0xf2, 0xea, 0x42, 0x0c, 0xb0, 0x82, 0xa7, 0xf9, 0x05, 0x33, 0xaf, 0x9c, 0xd4, 0xc9, 0xed, 0xfc, 0x8a, 0xb0, 0x48, 0xce, 0xe8, 0x39, 0xaf, 0xf9, 0xaf, 0x77, 0x63, 0x14, 0xb8, 0x9a, 0x51, 0xc0, 0x68, 0x5d, 0x1c, 0x4e, 0x7f, 0x71, 0x0d, 0xed, 0x5f, 0xfe, 0xe8, 0x00, 0xda, 0x0a, 0x36, 0x3c, 0xa2, 0xcc, 0x24, 0x18, 0x10, 0x8e, 0xf1, 0x4c, 0xdc, 0xa4, 0xf3, 0x0e, 0xc8, 0xc7, 0x63, 0x12, 0xca, 0x87 } } }; static const struct cckprng_op_refresh op_refresh_2512 = { .hd = { .id = 2373, .kind = OP_REFRESH }, .rand = 2052900618326450633ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2513 = { .hd = { .id = 2374, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0x63, 0x0c, 0xd4, 0xad, 0x68, 0x44, 0x0c, 0x96, 0x84, 0x88, 0x76, 0xc4, 0x09, 0x08, 0x19, 0x0a, 0x17, 0xc1, 0x7e, 0xe8, 0x0e, 0x44, 0x9b, 0x8e, 0xa0, 0xba, 0xdc, 0x62, 0x7f, 0x10, 0x80, 0x83, 0x97, 0x30, 0xc1, 0x19, 0xaf, 0xeb, 0x50, 0x80, 0x95, 0x15, 0xa0, 0x4e, 0xb3, 0xf0, 0xed, 0xdc, 0x0b, 0x92, 0xf2, 0x02, 0x95, 0xaa, 0x0f, 0x06, 0x63, 0x32, 0x02, 0xdd, 0x82, 0x68, 0x7d, 0xac, 0xc5, 0x1e, 0xc7, 0xc1, 0xf6, 0x05, 0x31, 0xf1, 0x17, 0x31, 0xc7, 0xaf, 0x94, 0x2f, 0x48, 0xd9, 0xdc, 0xb0 } } }; static const struct cckprng_op_refresh op_refresh_2514 = { .hd = { .id = 2375, .kind = OP_REFRESH }, .rand = 7471437291158428947ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2515 = { .hd = { .id = 2376, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0x5c, 0x44, 0xf0, 0x4c, 0x32, 0x5d, 0x3f, 0x61, 0x49, 0x6b, 0x12, 0x37, 0x25, 0x8e, 0x7c, 0xe6, 0x81, 0x5f, 0x87, 0x99, 0xfe, 0x2f, 0x99, 0x0e, 0x09, 0x72, 0x5d, 0x05, 0x8d, 0xd7, 0x5c, 0xb3, 0x86, 0x47, 0x35, 0x2b, 0xdd, 0x9f, 0x4a, 0x41, 0x1c, 0x9f, 0x78, 0x39, 0x0e, 0x7e, 0x86, 0xf6, 0x60, 0xb7, 0xc2, 0x66, 0xbb, 0xe0, 0x66, 0xc5, 0x6f, 0x18, 0x2f, 0x68, 0x3a, 0x0f, 0xf4, 0xe3, 0xaf, 0x95, 0x36, 0x03, 0x77, 0x00, 0xa1, 0xdd, 0x08, 0x12, 0x49, 0xf5, 0x4d, 0x5e, 0xf2, 0xa2, 0xb4, 0xb3, 0xc9, 0x07, 0xb8, 0x78, 0xc0, 0xfe, 0x4f, 0x5e, 0x71, 0xa2, 0xdf, 0xe3, 0x8d, 0xf6, 0x72, 0x48, 0xb2, 0x99, 0x7f, 0x72, 0xd6, 0x8a, 0xf1, 0xe6, 0x5b, 0xf3, 0x99, 0x3c, 0x81, 0x31, 0x97, 0x2e, 0xd3, 0x4a, 0x2e, 0x49, 0xe8, 0x08, 0xd9, 0xf5, 0xed, 0x03, 0xad, 0x76, 0x12, 0xfe, 0x3f, 0xcf, 0x4b, 0xfd, 0x04, 0xed, 0xdb, 0xcc, 0xb9, 0xf1, 0x58, 0xa8, 0xba, 0x60, 0x26, 0x83, 0xf2, 0x6c, 0xa0, 0xe9, 0x7c, 0xf5, 0xf0, 0x24, 0x35, 0x5c, 0x66, 0xf5, 0xcc, 0x3f, 0xee, 0xd7, 0x15, 0x5c, 0xc0, 0xc3, 0xa9, 0x2c, 0x69, 0xd5, 0x58, 0xdd, 0x93, 0xd5, 0x55, 0xb9, 0x53, 0xfe, 0xa0, 0x74, 0x24, 0xc9, 0x69, 0x6c, 0x84, 0xee, 0x9e, 0xdc, 0x66, 0x3a, 0xa8, 0x1c, 0x2f, 0xe4, 0x31, 0x16, 0xa0, 0xb1, 0x53, 0xb1, 0x32, 0xcf, 0x30, 0xf8, 0x7f, 0x61, 0x27, 0x15, 0xab, 0x1f, 0xe8, 0xc7, 0x82, 0x45, 0x0f, 0x0e, 0xdb, 0xb7, 0x7a, 0x9f, 0xe3, 0x37, 0x2e, 0xef, 0x58, 0xba, 0x98, 0x36, 0x8a, 0x42, 0x01, 0x2c, 0x1f, 0x82, 0x71, 0x1e, 0x4d, 0x37, 0xa8, 0x95, 0xe3, 0x39, 0xb8, 0xbb, 0xf9, 0xde, 0x3c, 0xb2, 0x4f, 0xd6, 0xf8, 0xb3, 0x89, 0x0d, 0x5a, 0xef } } }; static const struct cckprng_op_reseed op_reseed_2516 = { .hd = { .id = 2377, .kind = OP_RESEED }, .nonce = 1746644231249919362ULL, .seed_nbytes = 190, .seed = { 0xbe, 0xaf, 0xf6, 0xb6, 0xc5, 0x5a, 0xf1, 0xe6, 0x14, 0xd4, 0x37, 0xcb, 0xe2, 0xb4, 0xb9, 0x69, 0xb1, 0xef, 0x39, 0x7f, 0xfa, 0xcf, 0xd4, 0xa6, 0x55, 0xb6, 0x16, 0x39, 0x61, 0x01, 0xa5, 0x17, 0xf6, 0x4a, 0xdc, 0x35, 0x1e, 0x6c, 0xe4, 0x8a, 0x21, 0x4f, 0x35, 0xbb, 0x71, 0xa8, 0xc1, 0xb1, 0x07, 0x0f, 0x42, 0xc0, 0xf7, 0x2b, 0x74, 0x82, 0x40, 0x18, 0xdb, 0x72, 0x2e, 0x88, 0xd8, 0x3b, 0xd7, 0xed, 0x43, 0x0d, 0xfa, 0x71, 0xe2, 0xec, 0x0e, 0x13, 0x08, 0x22, 0x90, 0x8f, 0x45, 0xe0, 0xd3, 0x94, 0xe5, 0x6b, 0x2d, 0x50, 0x28, 0x90, 0x27, 0xfa, 0x12, 0x4e, 0xc6, 0x9e, 0x54, 0x95, 0xf9, 0x92, 0xf0, 0xc3, 0x23, 0x49, 0x7d, 0x72, 0x95, 0x4b, 0xaf, 0xa0, 0xa6, 0x83, 0x28, 0xf1, 0xea, 0xb5, 0xea, 0xc9, 0xc4, 0xfc, 0x8e, 0xd4, 0xf7, 0x95, 0x09, 0x8c, 0x0e, 0x78, 0xa1, 0x38, 0x52, 0xc1, 0xa1, 0x5b, 0x57, 0x85, 0x34, 0x8b, 0x26, 0x47, 0x8d, 0x34, 0x5c, 0x39, 0x0f, 0xd3, 0x2f, 0x54, 0x80, 0xea, 0x27, 0xe9, 0x3e, 0xf3, 0x55, 0xeb, 0x3b, 0x38, 0x50, 0x51, 0xf5, 0x83, 0x20, 0xf6, 0x64, 0x92, 0x95, 0x03, 0xfa, 0x5a, 0x6c, 0xfb, 0x8e, 0x3e, 0x23, 0xce, 0xf8, 0xae, 0x0d, 0x70, 0x3f, 0x00, 0x23, 0x1b, 0x00, 0xc7, 0x16, 0x00, 0xbb, 0x17, 0x89, 0x7b } }; static const struct cckprng_op_generate op_init_2517 = { .hd = { .id = 2378, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x6d, 0x17, 0xb0, 0x91, 0x6d, 0xd2, 0xe4, 0x0e, 0x8c, 0x57, 0xe4, 0xa5, 0xc6, 0x60, 0x88, 0xac, 0xd0, 0x6f, 0x7a, 0xb6, 0x77, 0x56, 0x1a, 0x6c, 0x3b, 0x7f, 0x83, 0x46, 0x98, 0xa5, 0xbf, 0x19, 0x13, 0x8a, 0xb8, 0x67, 0x40, 0xd2, 0x8e, 0x9d, 0x6c, 0x2c, 0xed, 0x24, 0x11, 0x79, 0x88, 0x50, 0x65, 0x65, 0x71, 0xab, 0x30, 0x85, 0x75, 0x53, 0x73, 0xe6, 0x34, 0x18, 0x7b, 0x40, 0xae, 0x8e, 0x26, 0x23, 0x42, 0x51, 0x84, 0x10, 0x63, 0x80, 0x80, 0x39, 0x7a, 0x17, 0x7b, 0x66, 0xbd, 0x4b, 0x4c, 0xa0, 0xa0, 0x61, 0x1e, 0x17, 0x52, 0x46, 0xfc, 0x2d, 0xbd, 0x89, 0xa1, 0x1f, 0xef, 0x06, 0xbd, 0xc2, 0x0e, 0x09, 0xed, 0xc7, 0x66, 0xc0, 0xa1, 0xea, 0x15, 0x58, 0xfc, 0xaf, 0xed, 0x4c, 0x36, 0x46, 0xea, 0x8a, 0x96, 0x34, 0xb8, 0xea, 0x73, 0x72, 0xb5, 0x0b, 0x36, 0x4e, 0x8b, 0x32, 0xbc, 0x9f, 0xa7, 0x30, 0x04, 0xf0, 0x72, 0xa4, 0x83, 0x02, 0x71, 0xcd, 0xba, 0x50, 0x1b, 0x32, 0x9e, 0xa8, 0x4c, 0xd3, 0x8f, 0x30, 0x00, 0xce, 0x87, 0xa2, 0x70, 0xfc, 0x56, 0x27, 0x82, 0xa8, 0x5d, 0xab, 0xd5, 0x4b, 0x3c, 0xb6, 0xbd, 0x15, 0xfe, 0x39, 0xf8, 0x91, 0x32, 0x4f, 0xe1, 0x30, 0xeb, 0xff, 0x66, 0x8a, 0xfd, 0x51, 0x38, 0xeb, 0x1e, 0xbb, 0x9a, 0x14, 0x7e, 0x8c, 0x36, 0x26, 0x74, 0x64, 0xd7, 0xec, 0x92, 0xdd, 0x7a, 0x32, 0x43, 0x4a, 0x8d, 0xaa, 0xf4, 0xd6, 0xa0, 0x36, 0x7f, 0xea, 0x6f, 0x16, 0xc1, 0xdc, 0x62, 0x16, 0x09, 0x52, 0xa4 } } }; static const struct cckprng_op_generate op_init_2518 = { .hd = { .id = 2379, .kind = OP_GENERATE }, .rand_nbytes = 279, .out = { .rand = { 0x09, 0xbc, 0x9f, 0x5c, 0xd2, 0x6f, 0xed, 0x9c, 0x7f, 0xf6, 0xaf, 0x99, 0x0e, 0x43, 0x8b, 0xdd, 0xc4, 0x39, 0x0c, 0x37, 0xb4, 0xcd, 0xaa, 0x59, 0x80, 0xfe, 0xd6, 0xa4, 0x8e, 0xe9, 0xe0, 0x3f, 0x69, 0x5c, 0x62, 0x11, 0xd2, 0x99, 0xbf, 0xc6, 0xc3, 0x6c, 0x76, 0x6a, 0xd2, 0xd5, 0x0c, 0x62, 0xbd, 0xcc, 0xcd, 0x62, 0xc5, 0x72, 0x9c, 0x8b, 0x1f, 0xec, 0xe6, 0x9b, 0xc5, 0x0f, 0x35, 0x63, 0xfd, 0x71, 0xef, 0x24, 0x10, 0x9e, 0xe3, 0xfa, 0x97, 0x22, 0x2a, 0x05, 0xac, 0xb0, 0x7f, 0x3f, 0x81, 0x92, 0xe2, 0x1f, 0x23, 0xcf, 0x3b, 0x29, 0x6c, 0x02, 0x3c, 0x21, 0x8a, 0x3b, 0xc7, 0x36, 0x6e, 0x32, 0xe8, 0xb1, 0xd6, 0x50, 0xd7, 0xcb, 0x07, 0xc4, 0x87, 0x42, 0x80, 0x54, 0xae, 0x0b, 0x7e, 0x3f, 0x13, 0xe7, 0xed, 0x9c, 0x91, 0xe0, 0x81, 0x45, 0x57, 0xa6, 0xd2, 0xbe, 0xd3, 0x2d, 0x9c, 0x80, 0x12, 0x37, 0x67, 0x8d, 0x4c, 0x9e, 0x5c, 0x74, 0x7f, 0xe3, 0xf8, 0x2c, 0xb3, 0x28, 0x43, 0x83, 0x96, 0x52, 0x34, 0x45, 0x60, 0x46, 0xba, 0x7d, 0xb6, 0xb9, 0x7a, 0x94, 0x23, 0xde, 0x62, 0xe0, 0x3f, 0x16, 0x65, 0x77, 0x16, 0x0c, 0xaa, 0x8a, 0x0f, 0x21, 0x06, 0x93, 0x1f, 0xbf, 0xba, 0x0c, 0xd0, 0x79, 0xcf, 0x0b, 0x76, 0x20, 0x04, 0xd4, 0xcf, 0xbd, 0x6d, 0x5c, 0x57, 0x50, 0x01, 0x47, 0xd6, 0xb6, 0x62, 0x9e, 0xec, 0x70, 0x6b, 0x36, 0xa0, 0xd9, 0xf0, 0x92, 0xa6, 0x24, 0x27, 0xd2, 0xe1, 0xac, 0x78, 0xf6, 0xa7, 0x71, 0x00, 0xb3, 0xde, 0xd4, 0x60, 0x7f, 0x6a, 0xa8, 0x06, 0x4d, 0x15, 0x45, 0xea, 0x5d, 0x10, 0xca, 0x4d, 0x1c, 0x66, 0x9c, 0xf2, 0x84, 0x9a, 0xd1, 0xa7, 0x2a, 0x05, 0x35, 0xea, 0x9c, 0xbc, 0x57, 0x66, 0xa9, 0x94, 0x81, 0x9e, 0x81, 0x95, 0x54, 0x78, 0xd7, 0xd0, 0x53, 0x67, 0x6e, 0xd8, 0xd3, 0x91, 0xbc, 0x2c, 0x60, 0x8b, 0x9e, 0x4c, 0x3b, 0x70, 0xd9, 0xbb, 0x07, 0x70, 0x01, 0xf1 } } }; static const struct cckprng_op *ops_2519[] = { (const struct cckprng_op *)&op_init_2503, (const struct cckprng_op *)&op_refresh_2504, (const struct cckprng_op *)&op_init_2505, (const struct cckprng_op *)&op_reseed_2506, (const struct cckprng_op *)&op_reseed_2507, (const struct cckprng_op *)&op_refresh_2508, (const struct cckprng_op *)&op_reseed_2509, (const struct cckprng_op *)&op_refresh_2510, (const struct cckprng_op *)&op_init_2511, (const struct cckprng_op *)&op_refresh_2512, (const struct cckprng_op *)&op_init_2513, (const struct cckprng_op *)&op_refresh_2514, (const struct cckprng_op *)&op_init_2515, (const struct cckprng_op *)&op_reseed_2516, (const struct cckprng_op *)&op_init_2517, (const struct cckprng_op *)&op_init_2518 }; static const struct cckprng_vector vec_2520 = { .id = 2380, .note = NULL, .nops = 16, .ops = ops_2519 }; static const struct cckprng_op_init op_init_2521 = { .hd = { .id = 2381, .kind = OP_INIT }, .seed = { 0x13, 0x1b, 0x9f, 0x57, 0xf5, 0xa6, 0x84, 0xb3, 0xfb, 0xfc, 0x19, 0x37, 0x6a, 0xa1, 0xfc, 0x20, 0x82, 0x39, 0x57, 0x2a, 0x79, 0xe3, 0xdd, 0x7c, 0x71, 0xaa, 0x4d, 0xcf, 0xcb, 0x8d, 0xa0, 0xbe }, .nonce = { 0x02, 0xef, 0xb7, 0x3f, 0xeb, 0x90, 0x96, 0xfd }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2522 = { .hd = { .id = 2382, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0x62, 0x28, 0x0b, 0xd2, 0x99, 0xef, 0x2c, 0x98, 0xcc, 0x37, 0xdc, 0x97, 0xa3, 0x6c, 0x86, 0x14, 0x25, 0x15, 0x1f, 0x31, 0x04, 0x47, 0x41, 0x14, 0x4f, 0x34, 0xfc, 0x21, 0xc5, 0x2d, 0x10, 0x69, 0x83, 0xf3, 0xde, 0x1c, 0xba, 0xe9, 0x9c, 0x09, 0x14, 0x2a, 0xf2, 0x4b, 0x53, 0x6e, 0xc7, 0xd9, 0x90, 0xb0, 0x98, 0x68, 0xa4, 0x86, 0xf9, 0x4d, 0xdd, 0x09, 0x21, 0xf7, 0x7c, 0x65, 0xf5 } } }; static const struct cckprng_op_refresh op_refresh_2523 = { .hd = { .id = 2383, .kind = OP_REFRESH }, .rand = 2516109165984181146ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2524 = { .hd = { .id = 2384, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0xdc, 0x82, 0x2f, 0x24, 0xbd, 0xa2, 0x26, 0x7f, 0x7e, 0x49, 0x21, 0xcc, 0x65, 0x6b, 0x11, 0x50, 0x2e, 0x84, 0x07, 0x1a, 0xbd, 0x97, 0x70, 0x25, 0x67, 0x61, 0xc3, 0xe9, 0x1d, 0x5e, 0xd1, 0x41, 0x29, 0x6a, 0x50, 0xf0, 0x95, 0x2c, 0x33, 0x1c, 0x56, 0x81, 0xaa, 0xba, 0xe4, 0x85, 0x74, 0xa6, 0x1d, 0x0c, 0x03, 0xcf, 0x27, 0xc3, 0x10, 0xb5, 0xcf, 0xc7, 0x9f, 0x4c, 0xe2, 0x85, 0xe5, 0x07, 0xdf, 0x08, 0xfb, 0x1b, 0x97, 0x2f, 0x28, 0x66, 0x0a, 0x42, 0x82, 0xe5, 0xfb, 0xe6, 0x2e, 0xdc, 0x12, 0x53, 0x23, 0x8b, 0x04, 0x35, 0xbe, 0xf9, 0xd0, 0x3b, 0xb0, 0x30, 0xb8, 0xc4, 0x36, 0x53, 0xec, 0x55, 0x4d, 0x10, 0xeb, 0x3f, 0x72, 0x60, 0xf1, 0x0d, 0x7e, 0x5c, 0x22, 0x6a, 0x64, 0x6f, 0x93, 0xea, 0x86, 0x0e, 0xdc, 0x3e, 0x8b, 0xa4, 0x8c, 0x64, 0x76, 0xdf, 0xd1, 0x14, 0xdb, 0xe0, 0xcd, 0xfd, 0x52, 0x98, 0xa4, 0xa5, 0x3d, 0xac, 0x74, 0xe6, 0x1c, 0xdc, 0xa7, 0xd5, 0xd1, 0x5c, 0x55, 0x3d, 0x60, 0x1b, 0x54, 0x0e, 0xa1, 0xd9, 0x90, 0x1b, 0x2e, 0x1d, 0xee, 0xbd, 0x8f, 0x1d, 0x49, 0xaa, 0xce, 0xe7, 0xf0, 0x1b, 0x7e, 0xa4, 0x04, 0x16, 0x80, 0x98, 0x42, 0x0d, 0xf8, 0x85, 0x00, 0x71, 0xed, 0xd1, 0xa2, 0x26, 0x8c, 0x25, 0xe5, 0x63, 0x17, 0x7f, 0x69, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_2525 = { .hd = { .id = 2385, .kind = OP_RESEED }, .nonce = 6606288307687849646ULL, .seed_nbytes = 193, .seed = { 0x36, 0xd7, 0x90, 0x16, 0xc6, 0x8d, 0x55, 0xac, 0x63, 0x78, 0x96, 0xdd, 0xfc, 0xef, 0x79, 0x2f, 0xa3, 0xab, 0xdf, 0x15, 0x8b, 0xad, 0x76, 0x03, 0xab, 0xb5, 0x32, 0x88, 0xd1, 0x32, 0x38, 0x80, 0xbb, 0x37, 0xcd, 0xba, 0x4b, 0x1b, 0x57, 0xf0, 0x66, 0xef, 0x07, 0x44, 0x99, 0xdf, 0xe7, 0x68, 0x27, 0x41, 0x94, 0x76, 0x41, 0xd2, 0x83, 0xef, 0xbf, 0x8b, 0x37, 0x32, 0x4c, 0xa8, 0x4e, 0xd5, 0xd7, 0x26, 0x7a, 0x59, 0xaf, 0x61, 0x85, 0xce, 0x15, 0xc2, 0x4d, 0xfa, 0x93, 0x60, 0x13, 0x31, 0x3a, 0x73, 0x7b, 0x78, 0x7d, 0xb5, 0x43, 0xd9, 0x9b, 0xf2, 0xd2, 0x61, 0x8c, 0x7b, 0xfd, 0x30, 0xa0, 0x1c, 0x0b, 0x75, 0xcb, 0x5a, 0xa1, 0x45, 0x8a, 0xa4, 0x02, 0x06, 0x06, 0xcf, 0xe2, 0x1c, 0x1d, 0xf6, 0x3b, 0x1c, 0x93, 0xa4, 0x40, 0x96, 0xf1, 0xea, 0x48, 0x17, 0x44, 0x0a, 0x88, 0x98, 0x33, 0x31, 0x19, 0xe4, 0x2a, 0xd6, 0x40, 0x24, 0x5b, 0xd4, 0x75, 0x7f, 0xd7, 0xc6, 0xa4, 0xb8, 0x98, 0x11, 0x00, 0x03, 0xc1, 0xa2, 0x5e, 0x6d, 0xe8, 0x0d, 0x5d, 0xa3, 0xa0, 0x6c, 0xcf, 0x30, 0x99, 0x29, 0x24, 0x30, 0x48, 0x45, 0x78, 0x94, 0x7a, 0xc8, 0x8f, 0xac, 0xd9, 0x96, 0x47, 0x3c, 0x1d, 0xb7, 0x1d, 0xb9, 0x74, 0x50, 0x15, 0x09, 0xae, 0x7e, 0x27, 0x74, 0xe9, 0x9a, 0x27, 0x64, 0x6e } }; static const struct cckprng_op_refresh op_refresh_2526 = { .hd = { .id = 2386, .kind = OP_REFRESH }, .rand = 683444395640434253ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2527 = { .hd = { .id = 2387, .kind = OP_GENERATE }, .rand_nbytes = 239, .out = { .rand = { 0xa5, 0x32, 0xd5, 0x07, 0x87, 0xeb, 0x2e, 0xce, 0x12, 0x02, 0x56, 0xd6, 0xb9, 0xc5, 0x6b, 0xdf, 0x6a, 0x4b, 0xa3, 0xa4, 0x16, 0xa8, 0xf2, 0x38, 0xc4, 0x80, 0xa7, 0x47, 0xc8, 0xbf, 0xd3, 0xb7, 0xec, 0x03, 0xb0, 0xca, 0xe0, 0xd8, 0x6a, 0x54, 0x90, 0xc4, 0x0d, 0x6b, 0x8e, 0x12, 0xac, 0x11, 0x4a, 0x6a, 0x15, 0x36, 0xa6, 0x5d, 0x81, 0xd1, 0xfc, 0xa3, 0x88, 0x12, 0x61, 0x29, 0xd2, 0xaf, 0x01, 0x54, 0x18, 0xea, 0xd2, 0x53, 0x86, 0xe5, 0xd8, 0x48, 0xa7, 0x74, 0x8b, 0x97, 0x81, 0x38, 0x33, 0xaa, 0xca, 0x15, 0xf7, 0xc5, 0xbb, 0xcb, 0xa7, 0xb6, 0xf0, 0x11, 0x1d, 0x2d, 0x96, 0xa8, 0xe3, 0x6e, 0x13, 0xaf, 0x56, 0xd0, 0x77, 0x36, 0xff, 0xb8, 0x97, 0xea, 0xf1, 0x0f, 0x07, 0x47, 0xc4, 0x4a, 0x6e, 0xf7, 0x2e, 0x80, 0x19, 0x9c, 0xd3, 0x90, 0x50, 0xe9, 0xbe, 0xb9, 0xeb, 0x9b, 0xff, 0xd0, 0x1f, 0x51, 0x5c, 0x37, 0x76, 0x32, 0x8a, 0xe7, 0x85, 0x57, 0x25, 0xa1, 0xc4, 0x6a, 0x0f, 0x69, 0xfd, 0x86, 0x09, 0x46, 0x52, 0x3d, 0xe6, 0xd6, 0xe6, 0xee, 0x39, 0xf1, 0x1b, 0x19, 0xe1, 0x48, 0xe4, 0x82, 0x1a, 0x73, 0x70, 0x46, 0x4a, 0x87, 0xca, 0x32, 0xcb, 0x2d, 0x01, 0x95, 0xcf, 0x03, 0xc7, 0x1b, 0x51, 0x5a, 0x31, 0x4d, 0x13, 0x2d, 0xf7, 0x99, 0x7b, 0xa3, 0xa8, 0x77, 0xed, 0x9c, 0xe0, 0x13, 0xd6, 0x0a, 0x5d, 0x2a, 0x85, 0xe3, 0x53, 0x53, 0xf5, 0xc6, 0x3c, 0x8d, 0x1f, 0x81, 0x4f, 0x07, 0x6e, 0xdd, 0x39, 0xe7, 0x45, 0xc4, 0x43, 0x55, 0xe5, 0x5e, 0x22, 0x2e, 0x23, 0xbe, 0x2c, 0x34, 0xec, 0x89, 0x94, 0xd4, 0xaa, 0x3e, 0xd8, 0x61, 0x98, 0x06, 0xa6 } } }; static const struct cckprng_op_refresh op_refresh_2528 = { .hd = { .id = 2388, .kind = OP_REFRESH }, .rand = 6008416024242466443ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2529 = { .hd = { .id = 2389, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x4a, 0xc1, 0x0e, 0xbd, 0xb8, 0x0b, 0xd5, 0xb1, 0x86, 0xe7, 0x78, 0x5c, 0x98, 0x72, 0x96, 0xb6, 0x35, 0x8d, 0xfc, 0xd7, 0xcb, 0x34, 0x38, 0x19, 0x44, 0x3d, 0xa7, 0xbd, 0x88, 0x38, 0x44, 0x3f, 0x65, 0x3b, 0xdd, 0xc7, 0x7a, 0x39, 0xef, 0x45, 0xcd, 0x42, 0xf8, 0xea, 0xb9, 0xf5, 0x42, 0xc5, 0x05, 0xe5, 0x5f, 0xb5, 0xff, 0x29, 0x4b, 0x8d, 0x36, 0xdb, 0xf8, 0xcb, 0xa4, 0x9b, 0x69, 0x69, 0x97, 0xc5, 0x61, 0xfb, 0xa8, 0xbd, 0xa2, 0x43, 0xdc, 0xc5, 0xdf, 0x49, 0xb4, 0xe7, 0x8c, 0x0f, 0x1b, 0xbc, 0xa3, 0x86, 0x29, 0x61, 0xea, 0x99, 0x10, 0xe3, 0xe7, 0xe5, 0x81, 0x8f, 0x4f, 0x36, 0x92, 0xbd, 0xdc, 0xa4, 0xfe, 0x1f, 0xb0, 0x1a, 0xdc } } }; static const struct cckprng_op_reseed op_reseed_2530 = { .hd = { .id = 2390, .kind = OP_RESEED }, .nonce = 5126318514813418674ULL, .seed_nbytes = 211, .seed = { 0x19, 0x9f, 0xe2, 0xb5, 0x6f, 0x7d, 0x87, 0xdd, 0xb9, 0x8b, 0xfe, 0x62, 0x50, 0xe3, 0xe7, 0x80, 0x89, 0x7e, 0x2b, 0xb8, 0xa5, 0x0d, 0xa3, 0x63, 0x45, 0x41, 0x04, 0xe7, 0xc6, 0x9a, 0xc0, 0x20, 0xb5, 0xe5, 0x79, 0x89, 0x2a, 0xb3, 0xce, 0xbf, 0x76, 0x0b, 0xfc, 0x2b, 0x97, 0x0b, 0x6c, 0xf2, 0xc9, 0x60, 0xeb, 0x6d, 0xa3, 0x5a, 0x8b, 0x57, 0xba, 0x7d, 0xa9, 0x92, 0xed, 0x4a, 0x8a, 0xe7, 0x7a, 0xec, 0x96, 0xec, 0x2f, 0x19, 0x7e, 0x18, 0x51, 0x5b, 0xf0, 0x65, 0x6e, 0xd5, 0x13, 0x2e, 0xee, 0x9f, 0x89, 0xb5, 0xcc, 0x20, 0xa6, 0xa7, 0xa4, 0x8f, 0x87, 0xfa, 0xec, 0x3e, 0xf0, 0x04, 0x8b, 0xfb, 0xc6, 0xaf, 0x55, 0x9e, 0xee, 0x22, 0xce, 0x25, 0x67, 0x30, 0xc1, 0x39, 0xb8, 0xf5, 0x90, 0x51, 0x30, 0x9f, 0xb8, 0x1b, 0x10, 0x72, 0x94, 0xed, 0x6f, 0x17, 0x28, 0x10, 0x2c, 0xff, 0x46, 0xec, 0xdd, 0x86, 0x3f, 0x5f, 0xdc, 0xe7, 0xc7, 0x4b, 0xa9, 0x14, 0x7c, 0xc3, 0x90, 0x07, 0x19, 0x21, 0x4a, 0x6e, 0xe9, 0x97, 0x8f, 0xc3, 0x97, 0xc4, 0x99, 0x87, 0xd9, 0x82, 0xff, 0xda, 0xcd, 0x97, 0xa6, 0x1f, 0x28, 0x9b, 0xd8, 0x9a, 0xec, 0x9f, 0xc5, 0xb5, 0x9d, 0xf8, 0x0f, 0xc3, 0x17, 0x96, 0x9a, 0x93, 0xbe, 0xd3, 0xce, 0x4e, 0x5e, 0xe2, 0xcc, 0x01, 0x2d, 0xdd, 0xb9, 0x36, 0x2b, 0x1c, 0x45, 0x1b, 0xd4, 0xe4, 0x6e, 0xdc, 0x19, 0x83, 0x30, 0x9f, 0xa9, 0x18, 0x2c, 0x8f, 0xbb, 0x87, 0x30 } }; static const struct cckprng_op_reseed op_reseed_2531 = { .hd = { .id = 2391, .kind = OP_RESEED }, .nonce = 12820573433536270519ULL, .seed_nbytes = 253, .seed = { 0xe2, 0x9c, 0xe1, 0xb6, 0xcf, 0x8e, 0xc6, 0x81, 0xa0, 0xb4, 0x9f, 0x20, 0xb0, 0xdc, 0x5b, 0x08, 0x62, 0x52, 0x87, 0x43, 0x02, 0x64, 0x9c, 0x27, 0xe3, 0x78, 0x92, 0x3f, 0xc3, 0xde, 0xba, 0xee, 0x06, 0x89, 0xc6, 0x90, 0xb6, 0xe6, 0x8a, 0x2c, 0xe0, 0x18, 0xa7, 0x5d, 0x53, 0xbc, 0x60, 0xd7, 0x55, 0xb5, 0x11, 0x2e, 0x18, 0xfd, 0xa3, 0x45, 0xd4, 0xe3, 0x22, 0xa5, 0x5e, 0xec, 0xc5, 0xeb, 0xfc, 0x19, 0x0b, 0xd7, 0x1c, 0x84, 0xc4, 0xc2, 0x79, 0xdf, 0xa4, 0x71, 0x18, 0x2c, 0x30, 0x4f, 0x2b, 0x50, 0x68, 0xb8, 0x93, 0x30, 0x88, 0xd3, 0x3a, 0x79, 0x4a, 0xb8, 0xe1, 0x29, 0xa4, 0xbc, 0xb4, 0xdb, 0x2a, 0x86, 0x05, 0xf1, 0x9f, 0xa6, 0xd5, 0xd8, 0x2f, 0xb5, 0x25, 0xa9, 0x49, 0x5b, 0xe9, 0x0d, 0x42, 0x62, 0x38, 0xab, 0x06, 0x08, 0xa5, 0x8f, 0x61, 0x4e, 0x56, 0x1f, 0xc6, 0x57, 0x8b, 0x5d, 0x1d, 0xae, 0x88, 0x86, 0x22, 0x7e, 0xd6, 0x57, 0x51, 0xb3, 0x77, 0x3d, 0x57, 0xe9, 0xe2, 0xb1, 0x3f, 0xf5, 0x90, 0x23, 0x76, 0xcd, 0xd7, 0x1b, 0x84, 0xd1, 0x3a, 0xc0, 0xb2, 0xd4, 0x5f, 0x51, 0xfd, 0xb6, 0xb2, 0xb8, 0x9d, 0x76, 0xfa, 0xd2, 0x6b, 0x52, 0x2c, 0x4d, 0x75, 0x16, 0xca, 0x67, 0x93, 0x90, 0xe9, 0x65, 0x94, 0x5e, 0xf7, 0xe2, 0x7f, 0x45, 0x6a, 0x3f, 0xde, 0x37, 0xb9, 0x70, 0xd8, 0x68, 0x34, 0xe7, 0xea, 0x60, 0xf2, 0xe8, 0x28, 0x94, 0x0d, 0x2f, 0x7c, 0x2d, 0x83, 0x1b, 0xad, 0x3a, 0x32, 0xad, 0xf8, 0xc4, 0x45, 0x31, 0x98, 0xea, 0x7c, 0xa6, 0x3a, 0x1e, 0xb4, 0x9d, 0xa1, 0xea, 0x21, 0x39, 0x32, 0xec, 0x84, 0xd5, 0x49, 0x10, 0x99, 0xf3, 0x02, 0x30, 0x04, 0x4a, 0x4c, 0x26, 0x10, 0x1e, 0x4d, 0x6c, 0x56, 0x85, 0xbf, 0xf0, 0x18 } }; static const struct cckprng_op_reseed op_reseed_2532 = { .hd = { .id = 2392, .kind = OP_RESEED }, .nonce = 13697719575152118645ULL, .seed_nbytes = 36, .seed = { 0x91, 0x43, 0xbe, 0xe6, 0xd4, 0xb2, 0xf2, 0x89, 0x40, 0xf5, 0x67, 0x83, 0x59, 0x8b, 0x51, 0x67, 0xa0, 0xd7, 0xd8, 0xc9, 0x79, 0x46, 0x09, 0x48, 0x3c, 0x95, 0x38, 0xdd, 0x86, 0xe0, 0x4e, 0x1c, 0x38, 0xe4, 0xa8, 0x95 } }; static const struct cckprng_op_generate op_init_2533 = { .hd = { .id = 2393, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0x40, 0x8a, 0x1f, 0x7c, 0xa4, 0xf3, 0x5a, 0x78, 0x1c, 0x95, 0x86, 0x62 } } }; static const struct cckprng_op_refresh op_refresh_2534 = { .hd = { .id = 2394, .kind = OP_REFRESH }, .rand = 10572196730455033270ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2535 = { .hd = { .id = 2395, .kind = OP_REFRESH }, .rand = 4533421827690967029ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2536 = { .hd = { .id = 2396, .kind = OP_RESEED }, .nonce = 9732001864246394268ULL, .seed_nbytes = 106, .seed = { 0x6c, 0xf9, 0x26, 0x3a, 0xf8, 0x07, 0xaa, 0xaa, 0xbf, 0x1e, 0x5d, 0x23, 0xaa, 0x5d, 0x9d, 0x84, 0x30, 0xa8, 0xa2, 0x36, 0x9a, 0xa0, 0xc2, 0x9a, 0x13, 0xcf, 0x71, 0xdc, 0x3a, 0x4c, 0x7a, 0x42, 0x04, 0x65, 0x77, 0x33, 0x9f, 0x7d, 0x6b, 0x8f, 0x0e, 0x2d, 0x3e, 0x5d, 0x52, 0x7c, 0xce, 0x3c, 0x8d, 0x0a, 0x05, 0xd0, 0x10, 0xe9, 0x77, 0x71, 0x1f, 0x2b, 0x3d, 0xdf, 0x1a, 0xe5, 0x63, 0x49, 0x89, 0x6e, 0xc2, 0xd5, 0x46, 0xd7, 0xf1, 0xd6, 0xf9, 0x81, 0xc3, 0x4e, 0xd0, 0x5b, 0xde, 0x4c, 0x15, 0x00, 0x0c, 0x2e, 0xbb, 0x9c, 0x31, 0x38, 0xf5, 0x16, 0x29, 0xe2, 0x1f, 0x9e, 0x94, 0x3f, 0x61, 0x46, 0x75, 0xdf, 0x9e, 0xcd, 0x02, 0xd1, 0x05, 0x86 } }; static const struct cckprng_op *ops_2537[] = { (const struct cckprng_op *)&op_init_2521, (const struct cckprng_op *)&op_init_2522, (const struct cckprng_op *)&op_refresh_2523, (const struct cckprng_op *)&op_init_2524, (const struct cckprng_op *)&op_reseed_2525, (const struct cckprng_op *)&op_refresh_2526, (const struct cckprng_op *)&op_init_2527, (const struct cckprng_op *)&op_refresh_2528, (const struct cckprng_op *)&op_init_2529, (const struct cckprng_op *)&op_reseed_2530, (const struct cckprng_op *)&op_reseed_2531, (const struct cckprng_op *)&op_reseed_2532, (const struct cckprng_op *)&op_init_2533, (const struct cckprng_op *)&op_refresh_2534, (const struct cckprng_op *)&op_refresh_2535, (const struct cckprng_op *)&op_reseed_2536 }; static const struct cckprng_vector vec_2538 = { .id = 2397, .note = NULL, .nops = 16, .ops = ops_2537 }; static const struct cckprng_op_init op_init_2539 = { .hd = { .id = 2398, .kind = OP_INIT }, .seed = { 0xa1, 0x6e, 0xd8, 0x34, 0x07, 0x93, 0x86, 0x28, 0xc2, 0x40, 0x62, 0x3a, 0x58, 0xc7, 0x68, 0xd4, 0x01, 0x07, 0xf0, 0x93, 0xfd, 0xc7, 0xfd, 0xca, 0x1d, 0x2a, 0x63, 0x27, 0x76, 0x15, 0x01, 0x07 }, .nonce = { 0x98, 0x3c, 0x53, 0xff, 0xb5, 0x95, 0xe7, 0x08 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2540 = { .hd = { .id = 2399, .kind = OP_GENERATE }, .rand_nbytes = 216, .out = { .rand = { 0xc3, 0x9a, 0xea, 0x22, 0xc3, 0xcc, 0x3a, 0x0a, 0xd2, 0x37, 0xd5, 0xd2, 0xbe, 0xa0, 0xed, 0x6a, 0x11, 0xa4, 0x85, 0x42, 0xf7, 0x0d, 0x10, 0xfe, 0x40, 0xfc, 0xd8, 0x8b, 0x73, 0xd6, 0xeb, 0x1c, 0xf1, 0xf8, 0xe0, 0x8d, 0xa9, 0x44, 0x57, 0x56, 0xff, 0x84, 0x8b, 0x3e, 0xdb, 0xca, 0x45, 0x49, 0xcd, 0xa1, 0x6c, 0x64, 0x5f, 0x58, 0x16, 0x8d, 0x55, 0xec, 0x22, 0x7b, 0x80, 0xf0, 0x4d, 0xee, 0xe3, 0x41, 0x25, 0xfc, 0x66, 0x5e, 0xc0, 0x36, 0xbf, 0x68, 0x8f, 0xfe, 0x49, 0xb2, 0x64, 0xa9, 0x51, 0x27, 0xe6, 0x29, 0x2c, 0x95, 0x8b, 0x67, 0x58, 0x89, 0x05, 0x7b, 0xc9, 0xe8, 0x0e, 0x0c, 0x36, 0x49, 0xcb, 0x3d, 0x30, 0xe7, 0x5a, 0x93, 0x24, 0xb9, 0x3d, 0x6d, 0xf9, 0x56, 0xfd, 0x0b, 0x3b, 0x54, 0x8a, 0x91, 0x8b, 0x27, 0xa4, 0x6d, 0x8d, 0xc6, 0xbb, 0x3c, 0x38, 0x65, 0xdd, 0xe5, 0xfe, 0xbc, 0x0d, 0x68, 0x8e, 0x4a, 0x7a, 0x87, 0x37, 0x34, 0x3f, 0xa0, 0xf1, 0xf4, 0x3e, 0x72, 0xa1, 0x8b, 0x9d, 0xf8, 0x58, 0xa8, 0x24, 0x28, 0x56, 0xe8, 0x88, 0x70, 0xbc, 0x5b, 0x70, 0xa8, 0x91, 0x9d, 0xa0, 0x5c, 0xa2, 0xb1, 0x3c, 0x56, 0xbb, 0x7a, 0x20, 0x18, 0x16, 0x52, 0x1e, 0xd1, 0xea, 0x9e, 0xd5, 0xe2, 0xa0, 0x2a, 0x47, 0xff, 0xb0, 0xb0, 0xd7, 0x10, 0x86, 0x1e, 0xf8, 0xcd, 0x86, 0x44, 0xc1, 0x51, 0x3f, 0xc3, 0xe4, 0x07, 0xd3, 0xf0, 0x81, 0x0b, 0xb4, 0xc9, 0xd0, 0x6a, 0x30, 0xdf, 0xc9, 0xf5, 0x17, 0x97, 0xea, 0xc2 } } }; static const struct cckprng_op_reseed op_reseed_2541 = { .hd = { .id = 2400, .kind = OP_RESEED }, .nonce = 10724816921020247147ULL, .seed_nbytes = 236, .seed = { 0x33, 0x96, 0x99, 0xf9, 0xb5, 0x2c, 0x65, 0xd2, 0x54, 0x28, 0x5d, 0xd4, 0x28, 0x0e, 0x7c, 0x27, 0x29, 0x20, 0x07, 0x09, 0x87, 0xe9, 0xce, 0x46, 0xac, 0x7d, 0xb6, 0x08, 0x71, 0x4e, 0xb4, 0xd8, 0x9c, 0x90, 0x1c, 0x2b, 0xfe, 0xf7, 0xf6, 0x05, 0x22, 0x67, 0x30, 0xea, 0xb9, 0xd9, 0xff, 0x7e, 0xee, 0x3c, 0xea, 0x3d, 0xb1, 0xdb, 0x51, 0x03, 0x15, 0x01, 0x31, 0x60, 0xbc, 0x22, 0x39, 0x95, 0x58, 0x97, 0x84, 0xbe, 0x94, 0x77, 0x9c, 0xb2, 0x48, 0x3e, 0x2d, 0x7a, 0x1f, 0xc4, 0x87, 0x04, 0xfe, 0x13, 0xb7, 0xdc, 0xd2, 0xbb, 0xff, 0x4b, 0x3b, 0xbf, 0xf1, 0x78, 0xf3, 0x32, 0x23, 0x2e, 0x72, 0xad, 0x42, 0x3d, 0x17, 0xe6, 0x14, 0x43, 0x11, 0xdd, 0xa4, 0x48, 0x4e, 0x2f, 0x8a, 0x6c, 0xd5, 0x95, 0x29, 0xaf, 0x44, 0xc9, 0xd8, 0xce, 0xcf, 0xaf, 0xc2, 0x9e, 0x7f, 0xe9, 0x43, 0xb5, 0xc8, 0x25, 0x53, 0x86, 0x6c, 0xaf, 0xe1, 0x0a, 0x72, 0xf1, 0x8a, 0x28, 0xad, 0x74, 0x9b, 0x4e, 0xc8, 0x8f, 0xb5, 0x9e, 0x0e, 0x75, 0xa8, 0x9c, 0x76, 0xd2, 0x1b, 0x35, 0x1a, 0xd6, 0x9a, 0x52, 0xb1, 0xfd, 0xe9, 0xea, 0x1a, 0x6e, 0xdc, 0xf1, 0xed, 0xa5, 0x26, 0x0d, 0x31, 0x4f, 0xcb, 0x58, 0x5b, 0x45, 0x1c, 0x78, 0xb5, 0xb1, 0x72, 0xfc, 0xd7, 0x06, 0xc8, 0x73, 0x77, 0x45, 0x71, 0xba, 0xc3, 0x18, 0xc7, 0x1d, 0x33, 0x9c, 0x97, 0x5e, 0x7f, 0xdf, 0x77, 0x89, 0x73, 0x02, 0xa0, 0x42, 0x33, 0xd3, 0x14, 0x40, 0x72, 0x57, 0xdf, 0x55, 0x9a, 0x6a, 0xf5, 0xfe, 0x4f, 0xfc, 0x78, 0xf9, 0x72, 0x2b, 0xf3, 0x83, 0xe3, 0xf3, 0x96, 0x57, 0x99, 0x61, 0x12, 0x72 } }; static const struct cckprng_op_reseed op_reseed_2542 = { .hd = { .id = 2401, .kind = OP_RESEED }, .nonce = 10506873745156154797ULL, .seed_nbytes = 236, .seed = { 0xb1, 0x60, 0x2e, 0x89, 0xd8, 0xca, 0x17, 0xa2, 0x84, 0x20, 0x97, 0x95, 0x25, 0x24, 0x37, 0x7f, 0xdc, 0xfc, 0xe3, 0xb7, 0xa0, 0x7c, 0x0d, 0x53, 0x96, 0x72, 0x1d, 0x38, 0x93, 0x32, 0x6f, 0x63, 0x11, 0x26, 0x10, 0x75, 0x59, 0x97, 0x1c, 0xff, 0x8b, 0x6d, 0x0d, 0xd2, 0x59, 0x72, 0x7e, 0xa8, 0x84, 0x8e, 0x16, 0x17, 0xe3, 0x60, 0x77, 0x8a, 0x78, 0xcc, 0x71, 0xe1, 0x73, 0x7e, 0xbd, 0x18, 0xdc, 0x65, 0x1d, 0x28, 0xbe, 0x1e, 0x50, 0xe3, 0xe8, 0xc2, 0x4f, 0xb8, 0xdf, 0x05, 0xc5, 0x7a, 0x15, 0x61, 0xcd, 0xe6, 0x16, 0x87, 0x8b, 0xb4, 0x14, 0x22, 0x60, 0xf6, 0x8d, 0x33, 0x12, 0x15, 0x49, 0x9c, 0x78, 0x89, 0xee, 0xf5, 0xab, 0xcb, 0x75, 0xae, 0x48, 0xd3, 0x54, 0xed, 0x51, 0x74, 0xff, 0xf1, 0xeb, 0xb4, 0x3a, 0x10, 0xf6, 0x6d, 0x9f, 0x58, 0x45, 0xac, 0x24, 0xd9, 0xf1, 0x6a, 0x74, 0x28, 0x5b, 0x4f, 0xa7, 0x39, 0x49, 0x29, 0x50, 0x5a, 0xc6, 0x84, 0x2e, 0x58, 0x95, 0x03, 0xfd, 0x9d, 0x7d, 0x94, 0xa0, 0xb9, 0x1b, 0xa2, 0x8a, 0xd6, 0x5e, 0x17, 0x8c, 0x44, 0x9a, 0x2f, 0x5b, 0x6a, 0x32, 0xce, 0xf9, 0x3b, 0xe2, 0x6d, 0xaa, 0x40, 0x00, 0xd8, 0x9b, 0x13, 0xe4, 0x99, 0xf9, 0xd1, 0x2c, 0xb3, 0x3b, 0x99, 0x5d, 0xd6, 0xd8, 0xeb, 0x9c, 0xf9, 0x11, 0x8e, 0x15, 0xf1, 0x08, 0x63, 0x3b, 0x9e, 0x71, 0xa8, 0x7d, 0xa1, 0x0b, 0x49, 0xfd, 0x4b, 0xbc, 0xe2, 0x80, 0x0e, 0xef, 0x48, 0x0c, 0x7b, 0x66, 0x74, 0x7c, 0xfa, 0x8f, 0x09, 0x4a, 0xd2, 0x5b, 0xc2, 0x48, 0x07, 0x61, 0xb5, 0x21, 0x6f, 0xd2, 0x55, 0xf7, 0x5a, 0x6c, 0xad, 0xc0, 0xbe } }; static const struct cckprng_op_reseed op_reseed_2543 = { .hd = { .id = 2402, .kind = OP_RESEED }, .nonce = 8563619083631066924ULL, .seed_nbytes = 200, .seed = { 0x5b, 0xe4, 0x0b, 0xec, 0x0e, 0xb9, 0xae, 0xfc, 0xc3, 0x06, 0xa7, 0x1d, 0xef, 0x76, 0x43, 0x27, 0x38, 0xfd, 0xce, 0x37, 0x06, 0x02, 0x84, 0x83, 0x94, 0x23, 0xdf, 0xfc, 0x6a, 0x6d, 0x65, 0x77, 0xc4, 0xb3, 0x2e, 0xb5, 0xa0, 0x71, 0xd1, 0x61, 0x27, 0xe4, 0xa8, 0xed, 0xb7, 0x27, 0x9b, 0xdf, 0xf9, 0xf2, 0x97, 0xc9, 0x0b, 0x3f, 0x87, 0x2f, 0x73, 0x77, 0x93, 0x02, 0xec, 0xb4, 0x37, 0x97, 0xd8, 0x1b, 0x15, 0x0d, 0xaa, 0x1c, 0x86, 0xe4, 0xd6, 0xa3, 0x30, 0xea, 0x7c, 0x77, 0xbd, 0x0e, 0x7d, 0x25, 0x1d, 0x88, 0x58, 0x94, 0x8a, 0x51, 0x1d, 0x82, 0xc2, 0xc1, 0xc8, 0xd9, 0xfd, 0xc5, 0x7d, 0x9f, 0xae, 0x83, 0x33, 0x9e, 0xd1, 0x3e, 0xa2, 0x99, 0xfa, 0x23, 0xfb, 0xf4, 0xc2, 0xf4, 0x75, 0x9a, 0xa1, 0xf0, 0x30, 0x86, 0xb7, 0x9a, 0xbc, 0x0d, 0x39, 0x47, 0x32, 0x5e, 0xc6, 0x70, 0xb8, 0x0f, 0x0b, 0x12, 0x68, 0x25, 0x68, 0x3c, 0xde, 0xe4, 0x33, 0xd3, 0x46, 0x66, 0x7f, 0x87, 0x8f, 0xe2, 0x22, 0xf6, 0xe1, 0x17, 0x18, 0xdf, 0xbc, 0xa9, 0x56, 0x8f, 0xbe, 0x99, 0xe9, 0xb3, 0xb2, 0xb6, 0xed, 0x33, 0x4e, 0x73, 0x85, 0x89, 0x0f, 0x3b, 0xc8, 0x0d, 0x08, 0x48, 0xe1, 0x0f, 0x4c, 0x09, 0x21, 0x57, 0xe1, 0x44, 0xfd, 0xfa, 0x6a, 0x45, 0xbf, 0xf3, 0x78, 0x61, 0x84, 0xf4, 0xa7, 0x0f, 0xb3, 0xf7, 0x5e, 0x8b, 0x49, 0x92 } }; static const struct cckprng_op_refresh op_refresh_2544 = { .hd = { .id = 2403, .kind = OP_REFRESH }, .rand = 4641747220740808908ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2545 = { .hd = { .id = 2404, .kind = OP_GENERATE }, .rand_nbytes = 194, .out = { .rand = { 0x70, 0x8e, 0x3d, 0x3a, 0xa6, 0x61, 0x43, 0xdb, 0xf4, 0x7e, 0x5a, 0xa0, 0x7e, 0x69, 0xf9, 0x91, 0x38, 0x1d, 0xc8, 0x15, 0x30, 0x46, 0x8c, 0x12, 0x3c, 0xc9, 0xe0, 0xdd, 0x97, 0xc5, 0x62, 0x79, 0x2d, 0xfe, 0x19, 0xa8, 0x8d, 0x98, 0x44, 0xef, 0xb3, 0xf6, 0x74, 0xfa, 0x0a, 0x20, 0x90, 0xdc, 0x2c, 0xb9, 0x1c, 0x08, 0x37, 0x56, 0x08, 0xc8, 0xac, 0x02, 0x70, 0x5b, 0x3b, 0xe2, 0x6b, 0x89, 0x47, 0xc9, 0xce, 0xfb, 0x62, 0xbf, 0x45, 0x78, 0xcf, 0xcd, 0x9a, 0x10, 0xf6, 0xbf, 0x22, 0x75, 0x8d, 0x25, 0xa2, 0x17, 0xc8, 0x51, 0xea, 0x28, 0xe8, 0x1f, 0xa2, 0xd4, 0xf0, 0xed, 0x43, 0xc3, 0x77, 0x11, 0xac, 0x19, 0x23, 0x0a, 0xe1, 0x90, 0x73, 0x50, 0xd7, 0x1f, 0x6c, 0x0d, 0x3f, 0x47, 0x32, 0x42, 0xfc, 0x27, 0x70, 0x9b, 0x46, 0xe4, 0x68, 0xad, 0x5e, 0x9c, 0x1a, 0x20, 0x86, 0xe1, 0xdf, 0x33, 0x2f, 0x3f, 0xd5, 0x18, 0xbd, 0x6a, 0x83, 0xe2, 0xd5, 0xe1, 0x77, 0x70, 0x17, 0xb1, 0x20, 0xd6, 0xc0, 0xe3, 0xf2, 0x78, 0x39, 0x9c, 0xc7, 0x72, 0x4b, 0x1b, 0x8e, 0x4a, 0x72, 0xa3, 0x6e, 0xde, 0x5c, 0x5c, 0xc4, 0x08, 0xa9, 0x5e, 0x92, 0xc9, 0x39, 0xf1, 0xa3, 0x9e, 0x98, 0xe8, 0x89, 0xf9, 0x56, 0x8c, 0x59, 0xe3, 0x79, 0x65, 0x24, 0x6b, 0x7c, 0x2b, 0x1d, 0xb3, 0x04, 0x1c, 0x31, 0xab } } }; static const struct cckprng_op_reseed op_reseed_2546 = { .hd = { .id = 2405, .kind = OP_RESEED }, .nonce = 7084560093215953175ULL, .seed_nbytes = 99, .seed = { 0xf2, 0x93, 0xb7, 0x03, 0x12, 0x78, 0xc4, 0xd8, 0x2c, 0x76, 0x4f, 0xa8, 0x87, 0x23, 0xa4, 0xae, 0xb5, 0x3c, 0xe5, 0xa0, 0x3c, 0xaf, 0xbd, 0x5b, 0xcb, 0x6c, 0x7c, 0x01, 0xbd, 0x4d, 0x14, 0x59, 0xee, 0x9b, 0x5e, 0x0f, 0x8e, 0xb8, 0x2b, 0x83, 0xf0, 0x76, 0xe2, 0xfa, 0xeb, 0xfe, 0x86, 0x05, 0x22, 0x89, 0x60, 0xa9, 0x49, 0x56, 0xf4, 0xb3, 0xa3, 0xbc, 0x47, 0xb2, 0xc6, 0xc9, 0x63, 0x91, 0x61, 0x0b, 0x80, 0x8f, 0x22, 0xe1, 0xdb, 0xaa, 0xab, 0xc4, 0x63, 0x0b, 0x02, 0x81, 0x05, 0xc3, 0x69, 0xfd, 0x48, 0xc5, 0xc2, 0xcc, 0xeb, 0x2c, 0x90, 0x79, 0xea, 0x1f, 0x70, 0x32, 0x68, 0x8f, 0x0d, 0xd2, 0xae } }; static const struct cckprng_op_generate op_init_2547 = { .hd = { .id = 2406, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x7e, 0xb2, 0x63, 0x43, 0x50, 0xdb, 0xe0, 0xd0, 0x88, 0x77, 0xf4, 0x75, 0x3d, 0x80, 0x00, 0x01, 0x04, 0x7e, 0x48, 0x58, 0x2b, 0x2d, 0xbf, 0x4d, 0x8a, 0x0b, 0xbd, 0xe1, 0x83, 0xec, 0x1e, 0x71, 0x41, 0xec, 0x38, 0xc5, 0xb8, 0xfd, 0x26, 0x87, 0x45, 0xa1, 0x0b, 0xb7, 0x3d, 0x91, 0xa3, 0xbe, 0x2d, 0x4d, 0xd2, 0x62, 0x82, 0x47, 0xf2, 0x28, 0xfe, 0x2c, 0x7b, 0xa6, 0x42, 0x5a, 0x76, 0xd6, 0xaf, 0x67, 0xda, 0xef, 0x1e, 0x1c, 0x31, 0xd5, 0xa1, 0x08, 0xfc, 0xee, 0x27, 0x4d, 0x99, 0xeb, 0xa8, 0x50, 0x12, 0x86, 0xcc, 0x66, 0xfe, 0xf4, 0x46, 0xd5, 0xb1, 0x09, 0x67, 0xf7, 0x25, 0x15, 0x0c, 0x3e, 0xc9, 0x3c, 0x0c, 0x96, 0x41, 0x70, 0x83 } } }; static const struct cckprng_op_reseed op_reseed_2548 = { .hd = { .id = 2407, .kind = OP_RESEED }, .nonce = 7173998951737986391ULL, .seed_nbytes = 204, .seed = { 0x0c, 0xe8, 0xe0, 0x4f, 0x72, 0xa6, 0xbb, 0x4f, 0x25, 0xa1, 0xb5, 0x16, 0xc2, 0x64, 0x01, 0x0e, 0x8d, 0xa0, 0xaa, 0xd7, 0x14, 0xbb, 0x6e, 0x0e, 0x09, 0x63, 0x28, 0x07, 0x3c, 0x39, 0x5d, 0x4d, 0xf3, 0xb1, 0x9e, 0x94, 0xdc, 0x76, 0x90, 0xd0, 0x34, 0xf9, 0x13, 0xac, 0x78, 0x6f, 0x0e, 0x84, 0x52, 0x91, 0xbc, 0x5a, 0x57, 0x2e, 0xa9, 0x18, 0x74, 0x0f, 0x48, 0x6b, 0x79, 0xf7, 0xc9, 0xfe, 0x5f, 0x6f, 0x37, 0xc9, 0xce, 0xae, 0x1e, 0x2d, 0x43, 0x75, 0x9d, 0x95, 0xee, 0x29, 0xbd, 0xb7, 0xe5, 0xdc, 0xef, 0x78, 0xf8, 0x29, 0x90, 0xc0, 0x93, 0x3a, 0xee, 0x97, 0x29, 0x42, 0x3d, 0xa3, 0x74, 0xb8, 0x50, 0x8d, 0x0e, 0xb8, 0xd9, 0x9e, 0xab, 0x95, 0x47, 0x66, 0xea, 0xbf, 0x7b, 0x20, 0xc8, 0x58, 0xb6, 0x2d, 0xe8, 0x06, 0x0c, 0x94, 0xbe, 0x1a, 0x0e, 0x42, 0x16, 0x00, 0x39, 0xc2, 0x1b, 0x32, 0x26, 0xfd, 0x77, 0x18, 0xb9, 0x93, 0x91, 0x2c, 0x55, 0x65, 0xf1, 0xc6, 0x20, 0x20, 0xd8, 0x1f, 0x4a, 0x02, 0x67, 0xaf, 0x45, 0x6e, 0x77, 0x85, 0x06, 0x2d, 0x22, 0xc3, 0x2a, 0xca, 0xdc, 0x8a, 0x44, 0x87, 0x30, 0x82, 0xd0, 0x3a, 0xd5, 0x79, 0x28, 0xc5, 0x28, 0xa1, 0x13, 0xff, 0xff, 0x53, 0xf7, 0x29, 0x30, 0xa0, 0x63, 0x08, 0x7e, 0xda, 0xf9, 0xfe, 0x86, 0x72, 0xc0, 0xbf, 0x03, 0x9f, 0x47, 0x06, 0x8a, 0x84, 0x5e, 0xa4, 0x7a, 0x1a, 0xd3, 0x68 } }; static const struct cckprng_op_refresh op_refresh_2549 = { .hd = { .id = 2408, .kind = OP_REFRESH }, .rand = 9747759471600746489ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2550 = { .hd = { .id = 2409, .kind = OP_RESEED }, .nonce = 14158120759024104074ULL, .seed_nbytes = 286, .seed = { 0x71, 0x5c, 0x82, 0xa5, 0x44, 0x97, 0xcb, 0x40, 0xc5, 0xbd, 0xcf, 0x93, 0x44, 0xcf, 0x75, 0x24, 0xfa, 0x6e, 0x4e, 0xc0, 0x55, 0xe0, 0xbf, 0xd8, 0x5f, 0x89, 0x91, 0x29, 0x27, 0x11, 0x4f, 0xc0, 0x22, 0xf0, 0xad, 0x2c, 0xab, 0x4d, 0xd6, 0xe9, 0x25, 0x3c, 0xce, 0x05, 0xe0, 0xb6, 0x24, 0x3a, 0xef, 0x2b, 0x5f, 0x55, 0x67, 0x81, 0x3b, 0xe5, 0x31, 0x22, 0x6e, 0x04, 0x61, 0x03, 0xc0, 0x52, 0x82, 0xf7, 0x06, 0x69, 0x3d, 0x20, 0x92, 0xe1, 0xbf, 0x81, 0xad, 0xcb, 0x63, 0xce, 0x19, 0x41, 0x00, 0x02, 0x1d, 0x2a, 0x3c, 0x45, 0xc9, 0x0c, 0x52, 0x21, 0x4d, 0x91, 0xf8, 0x4d, 0xcb, 0x62, 0x15, 0xf0, 0xc8, 0xd1, 0xdf, 0x6d, 0xa2, 0x06, 0x28, 0x0e, 0xa9, 0x34, 0xe8, 0x09, 0xb5, 0xc5, 0x1c, 0x55, 0x7b, 0xd9, 0x82, 0x8f, 0x1f, 0x32, 0x61, 0x99, 0xca, 0x3e, 0x9e, 0x16, 0x70, 0xcc, 0x8a, 0xe4, 0x1a, 0xfe, 0x8d, 0x99, 0x8e, 0x60, 0x5d, 0x76, 0xce, 0x91, 0x1b, 0xb5, 0x47, 0x23, 0xe5, 0xa6, 0x23, 0xff, 0xaf, 0x64, 0x4b, 0x67, 0x3d, 0xda, 0x10, 0x19, 0x0f, 0xad, 0x90, 0x1b, 0xc3, 0x25, 0x29, 0xe0, 0x38, 0x23, 0x79, 0xb2, 0xe8, 0x17, 0xf1, 0x4d, 0x6f, 0x68, 0xff, 0xa4, 0x3d, 0xf7, 0x87, 0xe0, 0x14, 0x17, 0x5f, 0xaf, 0x42, 0xc7, 0x42, 0x61, 0x3d, 0x27, 0xb5, 0xe8, 0xe5, 0xe2, 0x21, 0x71, 0x3c, 0x7d, 0xd9, 0x1f, 0x14, 0x69, 0x45, 0xc3, 0xba, 0xce, 0x8c, 0x5a, 0xab, 0x61, 0x57, 0xa5, 0x16, 0xc1, 0x95, 0x3a, 0x20, 0x1d, 0x8f, 0x1d, 0x17, 0x10, 0xed, 0x67, 0x58, 0x01, 0xaa, 0xa4, 0xde, 0x0e, 0xa0, 0xc8, 0xb9, 0xe5, 0xf0, 0x83, 0xdf, 0x6f, 0x14, 0xc2, 0xa7, 0x1f, 0xda, 0x19, 0x58, 0x12, 0xa1, 0x96, 0x36, 0x23, 0xc1, 0x35, 0x40, 0x47, 0x19, 0x63, 0xf6, 0x6c, 0x3b, 0xae, 0xa8, 0xd8, 0xfb, 0xf4, 0x8e, 0xf3, 0x95, 0xf3, 0x26, 0x48, 0x95, 0xec, 0xe9, 0xd5, 0x89, 0x25, 0xa2, 0xd8, 0x82, 0xf1, 0x24, 0xb4, 0x26, 0x3c, 0x7c, 0x27 } }; static const struct cckprng_op_reseed op_reseed_2551 = { .hd = { .id = 2410, .kind = OP_RESEED }, .nonce = 9590022031410438700ULL, .seed_nbytes = 121, .seed = { 0x19, 0x1b, 0xd4, 0xb5, 0x91, 0x28, 0x3d, 0xf7, 0xab, 0xc1, 0xbb, 0x74, 0xd0, 0xb7, 0xf7, 0xc0, 0xb7, 0x14, 0x45, 0xb4, 0x2a, 0x9f, 0x1a, 0x2f, 0x8c, 0x61, 0xdd, 0x8e, 0x29, 0x92, 0x3a, 0x44, 0x7b, 0x95, 0xa8, 0x0e, 0x51, 0x0b, 0x5f, 0x04, 0xad, 0x3a, 0x34, 0x21, 0x0a, 0x3c, 0xbe, 0x48, 0x2c, 0x89, 0x1b, 0xb6, 0xd9, 0x95, 0x03, 0x7b, 0xb3, 0xb2, 0xd1, 0x30, 0x30, 0x4f, 0x56, 0xf9, 0xb0, 0xd3, 0xee, 0xf9, 0xc2, 0x6f, 0xa7, 0x60, 0x0d, 0x45, 0x0a, 0x54, 0x2e, 0xb8, 0x80, 0x46, 0x08, 0xc1, 0xdb, 0x94, 0x3b, 0xcc, 0xb6, 0x5b, 0xac, 0x77, 0xc8, 0x78, 0x9a, 0xcc, 0x2a, 0xcc, 0x2c, 0x7a, 0xdf, 0x4a, 0x61, 0xd0, 0x31, 0xd5, 0xe8, 0xbe, 0x8a, 0x75, 0x6f, 0xe1, 0x92, 0xfc, 0x1a, 0x8b, 0xb5, 0xf8, 0x5d, 0x4a, 0x30, 0x5e, 0x37 } }; static const struct cckprng_op_refresh op_refresh_2552 = { .hd = { .id = 2411, .kind = OP_REFRESH }, .rand = 21990009329898951ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2553 = { .hd = { .id = 2412, .kind = OP_REFRESH }, .rand = 303688949536553351ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2554 = { .hd = { .id = 2413, .kind = OP_GENERATE }, .rand_nbytes = 188, .out = { .rand = { 0x2c, 0xc8, 0x29, 0x0e, 0xb8, 0x44, 0xf2, 0x65, 0xfd, 0x9d, 0xb3, 0x68, 0x16, 0x99, 0x15, 0x5c, 0x42, 0x09, 0xc6, 0xfb, 0x1e, 0xd7, 0xfd, 0x37, 0x8e, 0xb7, 0x4a, 0x06, 0x9e, 0xed, 0x84, 0x4a, 0xc7, 0x22, 0x1c, 0xd3, 0x68, 0xc9, 0xa6, 0x86, 0x35, 0xa7, 0x8a, 0x05, 0xee, 0x46, 0x3a, 0xa5, 0xad, 0x2d, 0x02, 0x3c, 0xf3, 0x3d, 0xfa, 0x4d, 0x2e, 0xba, 0x25, 0x36, 0xf3, 0xcf, 0x7d, 0x3d, 0x68, 0xf6, 0x55, 0x0e, 0xe4, 0xcc, 0x38, 0x04, 0xf1, 0x90, 0x6f, 0x00, 0x5c, 0xf5, 0xf6, 0x3c, 0x03, 0xa4, 0xdb, 0xc6, 0x88, 0x58, 0xff, 0x6a, 0x17, 0x89, 0xb0, 0x74, 0x19, 0x7b, 0xdd, 0xcd, 0xdf, 0x3e, 0x35, 0x4a, 0x41, 0xf0, 0x4d, 0x6b, 0xbb, 0x2a, 0x86, 0x30, 0xcd, 0x27, 0x46, 0xae, 0x61, 0x3f, 0x00, 0x25, 0x9d, 0x1e, 0x8b, 0x14, 0x44, 0xe3, 0x2c, 0xb0, 0xf5, 0x1f, 0xe4, 0x62, 0xc7, 0xd5, 0x9a, 0x4d, 0x38, 0xc5, 0x51, 0x5a, 0xb5, 0x86, 0x79, 0x75, 0x7f, 0x9e, 0xe7, 0x0a, 0xa9, 0xac, 0x5a, 0xc8, 0x37, 0x9c, 0x64, 0x13, 0x30, 0x8a, 0x66, 0xcc, 0x1d, 0x8b, 0x7e, 0xdf, 0xc2, 0xd3, 0x89, 0xe7, 0xba, 0x46, 0x4a, 0xed, 0x6c, 0xb7, 0xa7, 0x1b, 0xd2, 0x21, 0xdb, 0x37, 0x8c, 0x86, 0xde, 0x50, 0x9b, 0x53, 0x39, 0x94, 0x50, 0x24, 0x23, 0x31 } } }; static const struct cckprng_op *ops_2555[] = { (const struct cckprng_op *)&op_init_2539, (const struct cckprng_op *)&op_init_2540, (const struct cckprng_op *)&op_reseed_2541, (const struct cckprng_op *)&op_reseed_2542, (const struct cckprng_op *)&op_reseed_2543, (const struct cckprng_op *)&op_refresh_2544, (const struct cckprng_op *)&op_init_2545, (const struct cckprng_op *)&op_reseed_2546, (const struct cckprng_op *)&op_init_2547, (const struct cckprng_op *)&op_reseed_2548, (const struct cckprng_op *)&op_refresh_2549, (const struct cckprng_op *)&op_reseed_2550, (const struct cckprng_op *)&op_reseed_2551, (const struct cckprng_op *)&op_refresh_2552, (const struct cckprng_op *)&op_refresh_2553, (const struct cckprng_op *)&op_init_2554 }; static const struct cckprng_vector vec_2556 = { .id = 2414, .note = NULL, .nops = 16, .ops = ops_2555 }; static const struct cckprng_op_init op_init_2557 = { .hd = { .id = 2415, .kind = OP_INIT }, .seed = { 0x8f, 0xeb, 0x6d, 0xaa, 0x1b, 0x62, 0x5c, 0x54, 0xce, 0x5d, 0x46, 0xa9, 0xd5, 0x66, 0xf7, 0x58, 0x7c, 0x3b, 0x44, 0xe1, 0x77, 0xf8, 0x5f, 0x15, 0x1d, 0x07, 0xd3, 0x54, 0x4c, 0xa2, 0x33, 0x8c }, .nonce = { 0x50, 0x0b, 0x30, 0x80, 0x4a, 0x11, 0x2c, 0xba }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2558 = { .hd = { .id = 2416, .kind = OP_RESEED }, .nonce = 10137259131174275462ULL, .seed_nbytes = 120, .seed = { 0x0b, 0xc1, 0xd7, 0x23, 0x91, 0xea, 0xa6, 0xc6, 0x34, 0x72, 0xa8, 0x1a, 0xbd, 0x89, 0x40, 0x5e, 0x74, 0xdf, 0xa4, 0x5e, 0xae, 0x40, 0x64, 0x45, 0x82, 0xf5, 0x78, 0xe4, 0xaf, 0x26, 0x93, 0xd2, 0x6b, 0x96, 0x52, 0xf3, 0xb4, 0x7a, 0x3a, 0x73, 0x00, 0x4c, 0xe4, 0xea, 0xd8, 0x52, 0xeb, 0x91, 0xbc, 0xe0, 0x9b, 0x18, 0x73, 0xf3, 0xa1, 0x34, 0x86, 0xf7, 0x92, 0x1a, 0xa6, 0x4d, 0x3d, 0xb8, 0x8e, 0xcb, 0xc6, 0x35, 0xc9, 0x37, 0xd4, 0xb1, 0x95, 0xcd, 0x38, 0x07, 0xcc, 0xa3, 0x9e, 0x13, 0xfb, 0x7c, 0x7c, 0xc9, 0xd5, 0x5b, 0x0f, 0xfb, 0x2e, 0xdc, 0x2b, 0x91, 0x03, 0xe5, 0xc9, 0x39, 0x59, 0x32, 0x6a, 0xf5, 0xea, 0xff, 0x68, 0x2d, 0xc0, 0xb6, 0x0c, 0x37, 0x83, 0xe4, 0x0f, 0xd9, 0xac, 0xad, 0xce, 0xe4, 0x1c, 0x6a, 0xf1, 0xe6 } }; static const struct cckprng_op_refresh op_refresh_2559 = { .hd = { .id = 2417, .kind = OP_REFRESH }, .rand = 9445106341234314322ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2560 = { .hd = { .id = 2418, .kind = OP_REFRESH }, .rand = 4525453639212704841ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2561 = { .hd = { .id = 2419, .kind = OP_REFRESH }, .rand = 17876715707400316659ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2562 = { .hd = { .id = 2420, .kind = OP_GENERATE }, .rand_nbytes = 208, .out = { .rand = { 0x75, 0xdd, 0x55, 0x33, 0x21, 0x9e, 0x81, 0xf9, 0xb7, 0xee, 0x10, 0x90, 0x77, 0xf8, 0x87, 0xc5, 0xe8, 0xdb, 0xc5, 0xb4, 0xf4, 0x04, 0x21, 0x16, 0x02, 0x65, 0x8e, 0x4b, 0x2f, 0xeb, 0xe8, 0x52, 0x01, 0xd6, 0x8a, 0x0f, 0xde, 0xe1, 0x69, 0x67, 0x52, 0x8f, 0x2e, 0xf5, 0x82, 0x79, 0x9e, 0x62, 0x09, 0x90, 0xdc, 0x08, 0x67, 0x4b, 0x0d, 0x45, 0x82, 0x42, 0x4f, 0xa1, 0x67, 0x7c, 0xd4, 0xd4, 0x24, 0xc1, 0x67, 0x61, 0xdb, 0xcb, 0x2a, 0x75, 0xc1, 0xf7, 0x59, 0xaf, 0x01, 0xe2, 0xb8, 0xf7, 0x9b, 0x8e, 0x5a, 0xd9, 0x3e, 0x33, 0x6d, 0xf5, 0xfa, 0x81, 0x05, 0xe9, 0xd2, 0x84, 0xd8, 0x39, 0xea, 0xf4, 0xa0, 0x84, 0xd3, 0xea, 0x34, 0xa8, 0x40, 0x41, 0x4b, 0xbe, 0xcc, 0xae, 0x2b, 0xc7, 0x28, 0x43, 0xa9, 0xf7, 0x18, 0x5e, 0x6d, 0x63, 0x56, 0x50, 0x93, 0x1b, 0x36, 0x16, 0xaa, 0x3d, 0x08, 0xf9, 0x12, 0x00, 0x40, 0xd7, 0x98, 0x94, 0x01, 0x00, 0x23, 0x40, 0x34, 0x71, 0x80, 0x61, 0x8e, 0x3c, 0xee, 0xd7, 0xba, 0x2a, 0xbc, 0xb2, 0x33, 0x8a, 0x3e, 0x8c, 0x78, 0x30, 0xf7, 0xbf, 0x1b, 0x05, 0x9e, 0x6b, 0xe4, 0x12, 0xb0, 0x77, 0x7e, 0x9a, 0x16, 0x89, 0xb9, 0xaf, 0xe5, 0x5f, 0xd2, 0x54, 0x4b, 0xab, 0x8a, 0x24, 0x5b, 0x49, 0x57, 0x8c, 0xe3, 0x97, 0x05, 0x46, 0x08, 0xce, 0x39, 0x5c, 0xc5, 0x98, 0xb2, 0x61, 0x7c, 0x33, 0x31, 0x67, 0xab, 0x1a, 0xb6, 0x99, 0x98, 0x89 } } }; static const struct cckprng_op_generate op_init_2563 = { .hd = { .id = 2421, .kind = OP_GENERATE }, .rand_nbytes = 216, .out = { .rand = { 0x6d, 0x21, 0xe0, 0xcc, 0xdd, 0xf2, 0x8d, 0xc0, 0x0f, 0xca, 0xdf, 0x2f, 0x37, 0x22, 0x79, 0xf7, 0xce, 0x6a, 0x66, 0x90, 0x72, 0x49, 0xe7, 0x28, 0xc8, 0xc1, 0xca, 0xc8, 0xc9, 0xb0, 0x22, 0xfd, 0x7c, 0xb7, 0x99, 0xad, 0xc5, 0x42, 0xd4, 0xd3, 0x18, 0x28, 0xf3, 0x07, 0xe3, 0xa4, 0x93, 0xb0, 0x53, 0xb3, 0x60, 0x7b, 0x91, 0xeb, 0xbc, 0x70, 0x51, 0x8a, 0x2d, 0x5e, 0x8e, 0xce, 0xe0, 0x69, 0xfc, 0x8b, 0x23, 0xf1, 0x01, 0x92, 0x69, 0x63, 0x03, 0xe4, 0xf1, 0x6f, 0xcc, 0x89, 0xf6, 0x7c, 0x72, 0xea, 0x40, 0xbf, 0xb9, 0x43, 0xfc, 0x7e, 0xf8, 0x19, 0x8b, 0xe0, 0xf1, 0xdf, 0x84, 0x5a, 0x9b, 0x99, 0x82, 0x77, 0xc7, 0xaf, 0x0a, 0xad, 0x9b, 0xec, 0xd6, 0xd2, 0x42, 0x0a, 0x37, 0x87, 0x3a, 0x0c, 0xed, 0xe4, 0x09, 0xf7, 0x9f, 0x3a, 0x23, 0x18, 0xfc, 0xb1, 0xdb, 0xb3, 0xba, 0xee, 0x89, 0x22, 0xd8, 0xe2, 0x5a, 0x62, 0x88, 0xa3, 0x93, 0xd2, 0xac, 0x58, 0x98, 0x88, 0x4e, 0xd0, 0xd5, 0xd4, 0x03, 0x4a, 0x73, 0x3d, 0xca, 0xf1, 0x60, 0x4f, 0x42, 0x02, 0xa8, 0x2f, 0x96, 0x5b, 0xcb, 0xfa, 0x49, 0x12, 0xdb, 0x4b, 0x8b, 0x9d, 0x64, 0x7e, 0x00, 0x73, 0x23, 0xba, 0xd8, 0xb9, 0xd7, 0x70, 0x41, 0xfb, 0x3c, 0xd8, 0xb5, 0xf5, 0xdb, 0xa2, 0x81, 0x2f, 0x19, 0x56, 0xa0, 0x3b, 0x33, 0xc8, 0x2f, 0x18, 0x63, 0x61, 0x66, 0xe3, 0x88, 0xe3, 0xc6, 0x0e, 0xf0, 0x8f, 0x0f, 0x8f, 0xe2, 0x25, 0x6b, 0x2e, 0x33, 0x88, 0x57, 0x9b } } }; static const struct cckprng_op_refresh op_refresh_2564 = { .hd = { .id = 2422, .kind = OP_REFRESH }, .rand = 15246945848502912123ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2565 = { .hd = { .id = 2423, .kind = OP_RESEED }, .nonce = 2713427720054334063ULL, .seed_nbytes = 91, .seed = { 0xfb, 0x71, 0x26, 0xb4, 0xb7, 0xc8, 0x53, 0x82, 0x5b, 0xf7, 0xe1, 0x29, 0xc4, 0xe3, 0xc7, 0x20, 0xb3, 0xb8, 0x94, 0x1d, 0xc7, 0x02, 0xda, 0x5c, 0x40, 0xbc, 0x3f, 0xfe, 0x3b, 0x77, 0x83, 0x34, 0x2e, 0x4a, 0x1d, 0x03, 0xd1, 0xc4, 0x6c, 0xcb, 0x78, 0xb7, 0x0f, 0x1e, 0xe7, 0xd4, 0x8e, 0xbf, 0xfe, 0xa0, 0x0a, 0xbd, 0xb1, 0x58, 0xde, 0x67, 0xdc, 0xe0, 0x98, 0x22, 0x1e, 0x25, 0x4a, 0x35, 0x7e, 0xac, 0x2e, 0x79, 0x12, 0xb9, 0x9c, 0xc8, 0x0f, 0x57, 0x63, 0x87, 0xc4, 0x15, 0x6e, 0x1b, 0xa2, 0x44, 0xa8, 0xe2, 0x37, 0xb6, 0xb7, 0x23, 0x70, 0x98, 0x54 } }; static const struct cckprng_op_refresh op_refresh_2566 = { .hd = { .id = 2424, .kind = OP_REFRESH }, .rand = 17351734021366440002ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2567 = { .hd = { .id = 2425, .kind = OP_GENERATE }, .rand_nbytes = 122, .out = { .rand = { 0x28, 0x3b, 0xf5, 0x67, 0x37, 0x15, 0xfb, 0x44, 0xfb, 0x03, 0xc5, 0x27, 0xff, 0x06, 0x32, 0x66, 0x00, 0x88, 0x46, 0x31, 0xa8, 0xcf, 0x65, 0x5e, 0x9c, 0xfa, 0xd9, 0x62, 0x43, 0x92, 0x1c, 0x31, 0xaa, 0x0b, 0xa0, 0x5b, 0x93, 0x6f, 0xc1, 0xb3, 0x4e, 0xa4, 0xd4, 0x5c, 0x66, 0x12, 0xfb, 0x66, 0xbb, 0x55, 0x0e, 0x32, 0x1f, 0x54, 0x4d, 0x3f, 0xff, 0xad, 0x64, 0xda, 0x37, 0x4c, 0x98, 0x55, 0x4a, 0x12, 0xde, 0x1f, 0x0f, 0x22, 0xab, 0x0a, 0x73, 0xbe, 0x88, 0xd0, 0x8a, 0xd0, 0x28, 0x0b, 0x31, 0x81, 0x8e, 0xa9, 0xdf, 0xab, 0x55, 0xfc, 0xea, 0x7d, 0x45, 0x22, 0x18, 0xcb, 0x47, 0x01, 0xbf, 0xcd, 0x92, 0x04, 0xef, 0xd1, 0x69, 0x07, 0x2f, 0x95, 0x44, 0xa4, 0x67, 0x0f, 0x03, 0xa4, 0x54, 0xd6, 0xae, 0xeb, 0xf3, 0x48, 0x3f, 0x03, 0x79, 0x1c } } }; static const struct cckprng_op_reseed op_reseed_2568 = { .hd = { .id = 2426, .kind = OP_RESEED }, .nonce = 5637027736128310344ULL, .seed_nbytes = 169, .seed = { 0x2b, 0x7e, 0x6f, 0x3f, 0x3b, 0x00, 0x1c, 0x7d, 0xf1, 0x08, 0x44, 0x81, 0x42, 0x1c, 0x2e, 0xf6, 0x0d, 0xd2, 0xd1, 0xec, 0xd8, 0xad, 0xbe, 0x29, 0x38, 0xfe, 0x84, 0x6b, 0x59, 0x8c, 0x9e, 0x08, 0x54, 0xb5, 0xe4, 0x3e, 0x6b, 0x01, 0xb2, 0xa9, 0x40, 0xd5, 0x89, 0xdc, 0x73, 0x99, 0xa3, 0xed, 0x28, 0xb8, 0x17, 0x27, 0x84, 0x1b, 0xf1, 0x6b, 0x04, 0x7e, 0x4a, 0x45, 0x66, 0x86, 0xc0, 0x8c, 0x99, 0xf6, 0xee, 0x30, 0x68, 0x54, 0x07, 0x33, 0x28, 0x62, 0xa0, 0xa4, 0x42, 0x0f, 0xfc, 0xa4, 0x2e, 0x8b, 0xca, 0x49, 0x1a, 0xc3, 0xa8, 0x82, 0xc4, 0x12, 0xd0, 0xe5, 0x27, 0xf5, 0x55, 0x71, 0x7c, 0xec, 0x2c, 0x14, 0xaa, 0x49, 0xb6, 0xe1, 0xe7, 0xe6, 0xa0, 0x99, 0x95, 0xc8, 0x37, 0x19, 0x9a, 0x2e, 0x18, 0xf1, 0xb2, 0xd3, 0xc9, 0x3c, 0xbd, 0x2f, 0x98, 0x3f, 0x59, 0x3d, 0xef, 0x92, 0x51, 0x9f, 0x28, 0xa2, 0x9d, 0xad, 0x65, 0xeb, 0xf4, 0x62, 0xb4, 0x9d, 0xfc, 0x90, 0x16, 0xb2, 0xd4, 0x9b, 0x4d, 0x14, 0xe1, 0xe5, 0x1a, 0x28, 0xce, 0x26, 0x69, 0x66, 0x08, 0x99, 0x42, 0xf4, 0x20, 0x85, 0x8d, 0x32, 0xcd, 0x3a, 0xe3, 0x01, 0xac } }; static const struct cckprng_op_reseed op_reseed_2569 = { .hd = { .id = 2427, .kind = OP_RESEED }, .nonce = 18147953662167535198ULL, .seed_nbytes = 48, .seed = { 0x23, 0xe3, 0x5f, 0xcb, 0xe5, 0xca, 0x40, 0x94, 0x60, 0x2e, 0x6c, 0xe8, 0xf4, 0x10, 0x9d, 0x5a, 0xe0, 0xf4, 0x31, 0xe2, 0x2e, 0x2d, 0x51, 0xdd, 0x32, 0x3d, 0x34, 0x35, 0x38, 0x88, 0x6d, 0xbd, 0x48, 0x9f, 0x06, 0xbf, 0x49, 0x0b, 0x45, 0x9e, 0x52, 0x6e, 0x33, 0xef, 0x2d, 0xeb, 0x54, 0x35 } }; static const struct cckprng_op_refresh op_refresh_2570 = { .hd = { .id = 2428, .kind = OP_REFRESH }, .rand = 15276026670855177099ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2571 = { .hd = { .id = 2429, .kind = OP_GENERATE }, .rand_nbytes = 22, .out = { .rand = { 0x9b, 0xef, 0x43, 0x11, 0xcf, 0xdf, 0x4f, 0x56, 0xe8, 0x7c, 0xd1, 0xc3, 0x1b, 0xcf, 0xd3, 0x89, 0x1d, 0xf8, 0xae, 0xb7, 0xf0, 0xdc } } }; static const struct cckprng_op_reseed op_reseed_2572 = { .hd = { .id = 2430, .kind = OP_RESEED }, .nonce = 1014727017973083157ULL, .seed_nbytes = 277, .seed = { 0xff, 0x87, 0x3b, 0x1f, 0xd7, 0x8c, 0x5e, 0x88, 0x94, 0xd8, 0x63, 0x39, 0xe0, 0xbf, 0xd3, 0x2f, 0xd3, 0x83, 0x56, 0x1a, 0x70, 0xc0, 0x2f, 0x3d, 0x9f, 0xdd, 0xf3, 0x16, 0xea, 0x8f, 0x4e, 0xfd, 0xfa, 0x6a, 0x71, 0x04, 0x9b, 0x63, 0x3d, 0x87, 0xd0, 0xfa, 0x86, 0x0b, 0x8c, 0x29, 0x88, 0x71, 0x94, 0x6b, 0x60, 0xfc, 0xd9, 0x1a, 0xfe, 0x4d, 0xba, 0xed, 0xfe, 0xd1, 0x97, 0x62, 0xfb, 0xf9, 0x43, 0x74, 0xf0, 0xea, 0xc3, 0x54, 0xb8, 0xcb, 0x6a, 0x25, 0x58, 0xe1, 0x0c, 0x1d, 0x30, 0x83, 0xfd, 0x2c, 0x96, 0xf8, 0x2b, 0x50, 0xac, 0x1e, 0xad, 0x0f, 0xc7, 0x01, 0x4d, 0x6d, 0xe1, 0xae, 0x78, 0x19, 0xb7, 0x53, 0x60, 0xdc, 0xdf, 0x2f, 0xcd, 0x5c, 0x90, 0x2f, 0xde, 0x66, 0x6b, 0xd9, 0x7f, 0x8f, 0x18, 0xe8, 0xb4, 0x91, 0x03, 0xe2, 0x65, 0xb8, 0x36, 0xcd, 0x77, 0xa8, 0x53, 0xea, 0x95, 0x38, 0x6f, 0xbc, 0x9c, 0xc5, 0x1a, 0x4a, 0xea, 0x32, 0xa9, 0x05, 0xec, 0x07, 0xc2, 0x65, 0xaa, 0x61, 0x65, 0x8a, 0x35, 0xf6, 0x4d, 0x4b, 0xb8, 0x53, 0x40, 0x62, 0x2e, 0xb9, 0xac, 0x4c, 0x85, 0x85, 0xdb, 0xb8, 0xf6, 0xad, 0xe9, 0x10, 0x35, 0x03, 0xf0, 0x33, 0xc5, 0xa6, 0xea, 0x26, 0x17, 0x24, 0x27, 0x56, 0x5c, 0x18, 0x6b, 0x9e, 0x82, 0xda, 0xf1, 0x78, 0x7b, 0x4f, 0x0e, 0x64, 0xe2, 0x6a, 0xc6, 0xfd, 0xa7, 0x54, 0x01, 0xaa, 0xea, 0x34, 0x68, 0xb3, 0xac, 0xc8, 0xde, 0x65, 0x46, 0xa9, 0x31, 0x58, 0x1a, 0x00, 0x12, 0x8b, 0xce, 0x05, 0x41, 0x51, 0xa3, 0x5b, 0x1f, 0x13, 0xbe, 0x9f, 0x90, 0xb9, 0xb5, 0x24, 0x6c, 0x74, 0x6b, 0xee, 0xc8, 0xf2, 0x68, 0xf6, 0x7f, 0xd8, 0x51, 0x9a, 0x82, 0xe4, 0x79, 0x8f, 0x68, 0x17, 0xd8, 0xda, 0x49, 0x26, 0x3d, 0x7a, 0x89, 0x5b, 0xe8, 0xf4, 0x65, 0x11, 0x93, 0xae, 0xe6, 0x33, 0x36, 0x37, 0x2a, 0xc5, 0x59, 0xe1, 0x81, 0x86, 0xe4, 0xa5, 0x3b, 0x97, 0x03 } }; static const struct cckprng_op *ops_2573[] = { (const struct cckprng_op *)&op_init_2557, (const struct cckprng_op *)&op_reseed_2558, (const struct cckprng_op *)&op_refresh_2559, (const struct cckprng_op *)&op_refresh_2560, (const struct cckprng_op *)&op_refresh_2561, (const struct cckprng_op *)&op_init_2562, (const struct cckprng_op *)&op_init_2563, (const struct cckprng_op *)&op_refresh_2564, (const struct cckprng_op *)&op_reseed_2565, (const struct cckprng_op *)&op_refresh_2566, (const struct cckprng_op *)&op_init_2567, (const struct cckprng_op *)&op_reseed_2568, (const struct cckprng_op *)&op_reseed_2569, (const struct cckprng_op *)&op_refresh_2570, (const struct cckprng_op *)&op_init_2571, (const struct cckprng_op *)&op_reseed_2572 }; static const struct cckprng_vector vec_2574 = { .id = 2431, .note = NULL, .nops = 16, .ops = ops_2573 }; static const struct cckprng_op_init op_init_2575 = { .hd = { .id = 2432, .kind = OP_INIT }, .seed = { 0x19, 0x39, 0x09, 0x6e, 0xee, 0x07, 0xc1, 0x08, 0x91, 0xaf, 0x63, 0x0f, 0xae, 0x2a, 0xe1, 0x3c, 0xae, 0xb9, 0xb6, 0x0f, 0x98, 0x06, 0xa4, 0xbb, 0x70, 0xef, 0xf1, 0x15, 0xa7, 0xa0, 0x13, 0xe4 }, .nonce = { 0x09, 0xb1, 0xf5, 0x76, 0xc1, 0xd2, 0x57, 0x6c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2576 = { .hd = { .id = 2433, .kind = OP_REFRESH }, .rand = 1116610942091780136ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2577 = { .hd = { .id = 2434, .kind = OP_RESEED }, .nonce = 2240182323012123761ULL, .seed_nbytes = 207, .seed = { 0xda, 0x10, 0xbe, 0x06, 0x93, 0x0c, 0x44, 0x5c, 0xa9, 0x30, 0xcc, 0x1c, 0xe4, 0x2a, 0x69, 0x43, 0xd1, 0x20, 0x32, 0xe6, 0xd4, 0xec, 0x95, 0xb3, 0x52, 0xc6, 0xfe, 0x26, 0x4f, 0x06, 0xb2, 0xf6, 0x88, 0xd6, 0xe1, 0x61, 0x03, 0xa9, 0xcc, 0x14, 0xb2, 0x40, 0xe0, 0x84, 0x4d, 0xab, 0xae, 0x4a, 0xb3, 0x90, 0x7b, 0x26, 0x04, 0x6c, 0xb1, 0x39, 0xf1, 0x64, 0x57, 0x85, 0x03, 0xf2, 0x4b, 0xeb, 0x21, 0xfe, 0x45, 0xc2, 0x96, 0x65, 0x12, 0x92, 0x5a, 0x8a, 0x3a, 0x68, 0x3e, 0x62, 0x39, 0x24, 0x48, 0x37, 0x2e, 0x9b, 0xa1, 0xd9, 0x20, 0xb8, 0x41, 0x77, 0x1a, 0x05, 0xf5, 0xf2, 0x66, 0x11, 0x46, 0x6f, 0xfc, 0x22, 0x0d, 0x30, 0x76, 0x3b, 0x90, 0x6e, 0x6d, 0x08, 0x0c, 0xf0, 0xb4, 0x69, 0x74, 0x33, 0xb5, 0x9c, 0xb7, 0xd1, 0x61, 0x58, 0x98, 0x34, 0x46, 0xec, 0xf4, 0x1e, 0x6c, 0xdf, 0xeb, 0x87, 0xba, 0xbf, 0x11, 0x91, 0xb5, 0x65, 0x01, 0x4f, 0x07, 0xfe, 0x2b, 0x42, 0xa7, 0x2f, 0xa7, 0xb9, 0xad, 0x90, 0x98, 0x32, 0xdd, 0x6e, 0x5d, 0x9f, 0x2c, 0xb6, 0x28, 0x5f, 0x6e, 0x17, 0x8c, 0x51, 0xa0, 0x33, 0x30, 0xa2, 0x63, 0xdc, 0x2b, 0xb5, 0x1a, 0x02, 0x39, 0x63, 0x57, 0x0e, 0x92, 0x20, 0xbb, 0xb8, 0x87, 0xab, 0x12, 0x37, 0x7a, 0x54, 0x74, 0xe7, 0x81, 0xa1, 0xd4, 0x9c, 0x0c, 0x8e, 0xc6, 0x80, 0xef, 0x82, 0x91, 0xe3, 0xe3, 0x8a, 0xf4, 0xd3, 0x21, 0x9e, 0x16 } }; static const struct cckprng_op_reseed op_reseed_2578 = { .hd = { .id = 2435, .kind = OP_RESEED }, .nonce = 14164252534138082826ULL, .seed_nbytes = 146, .seed = { 0x13, 0x42, 0x62, 0x36, 0x71, 0xd4, 0x2a, 0xb8, 0x93, 0x17, 0xcc, 0x5a, 0x5c, 0x68, 0xec, 0x76, 0xf0, 0x9e, 0x15, 0x72, 0x59, 0x00, 0x13, 0x1d, 0x4f, 0x44, 0xdf, 0x9f, 0x35, 0xb1, 0x87, 0x44, 0x72, 0x0d, 0x83, 0x13, 0x0c, 0x17, 0x8c, 0x37, 0x54, 0x9e, 0x18, 0xae, 0xf5, 0x74, 0x03, 0x62, 0x55, 0xfe, 0x7b, 0xb0, 0x2e, 0xe6, 0x05, 0x44, 0xef, 0x12, 0x60, 0x82, 0xc2, 0x3f, 0x33, 0x37, 0x92, 0x28, 0xd9, 0xa2, 0xd7, 0x16, 0xba, 0x53, 0xcf, 0x46, 0xc1, 0x87, 0x11, 0x5e, 0x74, 0xea, 0x62, 0x91, 0x59, 0x29, 0xa8, 0x09, 0x11, 0xb9, 0x5d, 0x9b, 0xfa, 0x22, 0x60, 0xd6, 0xae, 0x78, 0x58, 0x11, 0xe9, 0x1e, 0xfa, 0xea, 0x00, 0x78, 0x4b, 0x66, 0x1d, 0x37, 0x8a, 0x37, 0x4b, 0x5c, 0x4d, 0xc6, 0xfd, 0xa5, 0x16, 0x70, 0xc7, 0x56, 0xc0, 0x01, 0xcc, 0x3d, 0xeb, 0x42, 0xba, 0x8a, 0x07, 0xc1, 0x5e, 0x27, 0x1d, 0x75, 0xf4, 0x40, 0x7d, 0xce, 0xa0, 0xfb, 0x71, 0xe7, 0x12, 0xc1, 0xcb, 0xbd } }; static const struct cckprng_op_reseed op_reseed_2579 = { .hd = { .id = 2436, .kind = OP_RESEED }, .nonce = 4566444956379991566ULL, .seed_nbytes = 69, .seed = { 0x59, 0x93, 0xf2, 0xd4, 0xe1, 0xf2, 0xc7, 0xb0, 0xd3, 0xfe, 0x8d, 0x21, 0xfe, 0x7f, 0x48, 0x49, 0x3a, 0x96, 0xeb, 0xca, 0x0e, 0x4c, 0xe8, 0x43, 0x2d, 0xa5, 0x33, 0x66, 0xe3, 0x51, 0x8f, 0xfe, 0xc7, 0x91, 0x29, 0x90, 0x1b, 0x04, 0x24, 0xb2, 0x3a, 0xb5, 0xf4, 0xd2, 0xdf, 0x5f, 0xda, 0x50, 0xb3, 0xd2, 0xa9, 0xd4, 0xa5, 0xa0, 0x7b, 0xff, 0x35, 0xfb, 0x40, 0x14, 0xa5, 0xd0, 0x82, 0xdc, 0xf8, 0x40, 0x75, 0x94, 0xff } }; static const struct cckprng_op_reseed op_reseed_2580 = { .hd = { .id = 2437, .kind = OP_RESEED }, .nonce = 12855895146153594497ULL, .seed_nbytes = 118, .seed = { 0x12, 0x46, 0xdc, 0xed, 0x6d, 0xb2, 0xbe, 0x7c, 0x9b, 0xca, 0xa8, 0x3d, 0x26, 0x49, 0x91, 0xee, 0x9f, 0x1d, 0x14, 0x57, 0x5b, 0x71, 0x0c, 0xa4, 0x2a, 0x0f, 0x29, 0xfc, 0xe3, 0xf2, 0x05, 0x11, 0x81, 0x94, 0xf8, 0x0c, 0xfe, 0x29, 0x9f, 0xe3, 0xc5, 0xf6, 0xb7, 0x21, 0x69, 0xf0, 0x95, 0x8b, 0x66, 0x0b, 0x87, 0x54, 0xe9, 0x73, 0xb2, 0xbe, 0x08, 0xf1, 0x50, 0xb8, 0xac, 0x71, 0x0c, 0x16, 0x92, 0x0d, 0x9b, 0x4f, 0xcf, 0x67, 0x57, 0x82, 0x89, 0xda, 0x1b, 0xa9, 0x32, 0xb7, 0x8e, 0xf5, 0xba, 0x84, 0x0c, 0x4d, 0x4d, 0xb6, 0x8b, 0x67, 0x9f, 0x8f, 0x55, 0x70, 0x59, 0x72, 0xff, 0x81, 0xe4, 0x35, 0x08, 0x3c, 0xff, 0x68, 0x2b, 0x2b, 0xe6, 0x7a, 0x64, 0xcb, 0x9b, 0x01, 0x74, 0xa5, 0x2b, 0x86, 0xcc, 0x65, 0xce, 0x36 } }; static const struct cckprng_op_refresh op_refresh_2581 = { .hd = { .id = 2438, .kind = OP_REFRESH }, .rand = 5361455584333433114ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2582 = { .hd = { .id = 2439, .kind = OP_GENERATE }, .rand_nbytes = 58, .out = { .rand = { 0xad, 0x4d, 0x6a, 0xf5, 0x93, 0x5d, 0xf3, 0xa3, 0x08, 0xd7, 0x43, 0x7c, 0x6e, 0x7e, 0xb2, 0x67, 0x0d, 0x06, 0xe2, 0xc2, 0x98, 0x32, 0xc1, 0xfc, 0x6c, 0x2e, 0xce, 0xdb, 0x5d, 0xe0, 0x99, 0x40, 0x00, 0x62, 0x59, 0x93, 0xe8, 0x7e, 0x29, 0xa4, 0xf6, 0xf6, 0x29, 0x9a, 0x5d, 0x0f, 0x7c, 0x9f, 0xf6, 0x31, 0xf3, 0x8b, 0x51, 0xab, 0xea, 0xaa, 0x09, 0xaf } } }; static const struct cckprng_op_generate op_init_2583 = { .hd = { .id = 2440, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0x1a, 0x02, 0x29, 0x54, 0x8a, 0xc7, 0x7d, 0xe4 } } }; static const struct cckprng_op_generate op_init_2584 = { .hd = { .id = 2441, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x2d, 0xd9, 0xd9, 0xce, 0xa8, 0x22, 0x2f, 0xeb, 0x3f, 0xcf, 0x1e, 0xe5, 0xba, 0x67, 0xd5, 0x06, 0x1e, 0x72, 0x6f, 0xf6, 0x2b, 0xca, 0x90, 0xd2, 0xdd, 0xe3, 0x4c, 0x50, 0xdd, 0x49, 0x1f, 0x7c, 0xdb, 0x47, 0xb4, 0xc7, 0x78, 0x67, 0xe8, 0x09, 0x60, 0xc8, 0x38, 0xe6, 0x07, 0x35, 0xa0, 0x8a, 0xb0, 0x60, 0x9e, 0xf9, 0xb9, 0x7c, 0x02, 0xa9, 0x1d, 0xf6, 0xaa, 0xcb, 0xf0, 0x9c, 0x53, 0x87, 0x7c, 0x3b, 0x63, 0x28, 0xca, 0xcf, 0xe3, 0xf0 } } }; static const struct cckprng_op_reseed op_reseed_2585 = { .hd = { .id = 2442, .kind = OP_RESEED }, .nonce = 2026204400128702889ULL, .seed_nbytes = 222, .seed = { 0xe2, 0xfa, 0xbc, 0xa6, 0x1a, 0xc7, 0xa9, 0xbc, 0xc3, 0x72, 0x8b, 0xa6, 0xfb, 0x49, 0x39, 0x23, 0x87, 0x0a, 0x88, 0x44, 0x60, 0x53, 0xb4, 0xb8, 0xd1, 0xc1, 0xaa, 0xdd, 0x86, 0x19, 0xb5, 0x34, 0xd4, 0xa5, 0x07, 0xec, 0x71, 0xee, 0x4f, 0x6b, 0x38, 0xc0, 0x5d, 0x02, 0x9a, 0xaf, 0xa1, 0x0e, 0xef, 0x75, 0x0d, 0xf6, 0x9e, 0xd6, 0xc1, 0x59, 0xbd, 0xab, 0x6e, 0x64, 0x34, 0x14, 0xb5, 0x8e, 0x67, 0x34, 0x4d, 0x39, 0xdf, 0x80, 0x48, 0xde, 0xa6, 0x65, 0x67, 0xa7, 0x53, 0x01, 0x4f, 0x94, 0x25, 0x0b, 0x33, 0x5c, 0x82, 0xf7, 0xaa, 0x1c, 0xfa, 0x60, 0x23, 0xcd, 0x37, 0x28, 0x31, 0x14, 0xa8, 0xf2, 0xb2, 0x8a, 0xd2, 0x06, 0x4d, 0xfa, 0x63, 0x5d, 0x91, 0xad, 0x6a, 0xb2, 0x17, 0x6a, 0x36, 0xc8, 0xbc, 0x17, 0xcb, 0xb3, 0x47, 0x7c, 0x61, 0x0a, 0x3d, 0x27, 0xfc, 0xc8, 0xa8, 0xbd, 0x38, 0x4d, 0xc1, 0x03, 0x9f, 0xd8, 0xa7, 0xf6, 0x5b, 0xe6, 0x1d, 0xfd, 0x3f, 0x7e, 0x9f, 0xb5, 0xd1, 0x17, 0x9c, 0x7b, 0x63, 0x13, 0x27, 0x06, 0xe5, 0x51, 0x21, 0x0d, 0x7c, 0xa4, 0x53, 0x11, 0x02, 0xe4, 0xd3, 0x66, 0xbf, 0x90, 0xe6, 0x47, 0xd8, 0xb4, 0xbb, 0x00, 0x74, 0x8f, 0x0f, 0xc1, 0x52, 0xcb, 0x99, 0x2d, 0x7c, 0x56, 0xa1, 0x20, 0xf4, 0x74, 0x66, 0x39, 0x42, 0x6a, 0xcf, 0x8d, 0xa4, 0x2e, 0xf1, 0x9f, 0x49, 0x43, 0xf2, 0x72, 0x11, 0x59, 0x19, 0x9b, 0x91, 0x02, 0xb6, 0x46, 0xbb, 0xd6, 0x08, 0xa0, 0xcf, 0xa4, 0xbe, 0x98, 0xd0, 0x72, 0xa8, 0x3e, 0xd8, 0xc8 } }; static const struct cckprng_op_generate op_init_2586 = { .hd = { .id = 2443, .kind = OP_GENERATE }, .rand_nbytes = 68, .out = { .rand = { 0x92, 0xa3, 0xdc, 0x37, 0x99, 0x75, 0x77, 0x12, 0x0f, 0x5d, 0xb9, 0x91, 0xda, 0x45, 0xd8, 0xbb, 0xf3, 0xa4, 0x42, 0xd2, 0xec, 0xd4, 0xc5, 0x91, 0x72, 0x73, 0x41, 0x7c, 0x0a, 0x49, 0x62, 0x45, 0xc3, 0x9e, 0xd4, 0x7f, 0xea, 0xde, 0x7a, 0x1b, 0xec, 0xb0, 0xfe, 0xb4, 0xeb, 0x7b, 0x2e, 0x0c, 0xc4, 0xb3, 0x79, 0x66, 0x15, 0x78, 0xb8, 0x0d, 0xb9, 0xe4, 0x45, 0x2e, 0x14, 0xb4, 0xee, 0x77, 0x0c, 0x11, 0x70, 0x75 } } }; static const struct cckprng_op_refresh op_refresh_2587 = { .hd = { .id = 2444, .kind = OP_REFRESH }, .rand = 16898626403260653450ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2588 = { .hd = { .id = 2445, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0x30, 0x2c, 0x20, 0x2d, 0x59, 0x44, 0x33, 0xcc, 0x9b, 0x84, 0xf8, 0x28, 0x47, 0xb2, 0x66, 0xca, 0x12, 0x37, 0x9e, 0x04, 0xba, 0x95, 0x00, 0x3d, 0x65, 0x6a, 0x2a, 0xec, 0x91, 0x49, 0x56, 0x7e, 0xeb, 0x79, 0x4f, 0x25, 0x69, 0x60, 0xcc, 0x4d, 0x17, 0x9c, 0x05, 0xb5, 0x63, 0x6e, 0xa6, 0x15, 0xc4, 0x3b, 0xd2, 0xc6, 0xae, 0x33, 0xb1, 0x77, 0xce, 0x6b, 0x0f, 0xbf, 0x94, 0x2f, 0xa5, 0x37, 0x09, 0x39, 0x9a, 0xe2, 0xb0, 0x8b, 0xe7, 0xe4, 0xcf, 0x44, 0x7b, 0xba, 0x86, 0x55, 0x74, 0xb4, 0x0d, 0xee, 0x14, 0xf4, 0xa4, 0xfe, 0x4c, 0x05, 0x40, 0x87, 0x0f, 0x35, 0x42, 0xc4, 0x08, 0xa7, 0x6b, 0xbf, 0xa8, 0x04, 0x5c, 0x86, 0xcd, 0xa2, 0x85, 0x6d, 0x74, 0x1d, 0x15, 0x87, 0x3d, 0x90, 0x5a, 0x65, 0xbf, 0xe0, 0x61, 0xfc, 0x95, 0xb1, 0xfa, 0xa3, 0xf1, 0x09, 0x45, 0xf3, 0x84, 0x13 } } }; static const struct cckprng_op_reseed op_reseed_2589 = { .hd = { .id = 2446, .kind = OP_RESEED }, .nonce = 17470115480316496330ULL, .seed_nbytes = 33, .seed = { 0x72, 0xfe, 0x29, 0x4b, 0x5b, 0xc7, 0x70, 0x20, 0x01, 0xa0, 0x96, 0x7f, 0xc4, 0x3c, 0xf0, 0xb2, 0xd6, 0xca, 0x8c, 0x90, 0x6a, 0xbd, 0x12, 0xa9, 0xc8, 0x19, 0x8e, 0xea, 0x56, 0xf2, 0x0a, 0xbe, 0xb2 } }; static const struct cckprng_op_refresh op_refresh_2590 = { .hd = { .id = 2447, .kind = OP_REFRESH }, .rand = 3309244259797881827ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2591[] = { (const struct cckprng_op *)&op_init_2575, (const struct cckprng_op *)&op_refresh_2576, (const struct cckprng_op *)&op_reseed_2577, (const struct cckprng_op *)&op_reseed_2578, (const struct cckprng_op *)&op_reseed_2579, (const struct cckprng_op *)&op_reseed_2580, (const struct cckprng_op *)&op_refresh_2581, (const struct cckprng_op *)&op_init_2582, (const struct cckprng_op *)&op_init_2583, (const struct cckprng_op *)&op_init_2584, (const struct cckprng_op *)&op_reseed_2585, (const struct cckprng_op *)&op_init_2586, (const struct cckprng_op *)&op_refresh_2587, (const struct cckprng_op *)&op_init_2588, (const struct cckprng_op *)&op_reseed_2589, (const struct cckprng_op *)&op_refresh_2590 }; static const struct cckprng_vector vec_2592 = { .id = 2448, .note = NULL, .nops = 16, .ops = ops_2591 }; static const struct cckprng_op_init op_init_2593 = { .hd = { .id = 2449, .kind = OP_INIT }, .seed = { 0x28, 0xd2, 0x0b, 0xc1, 0x1e, 0x61, 0x54, 0x5c, 0x84, 0x32, 0x0a, 0xf2, 0xe8, 0xb8, 0x25, 0x8f, 0x6b, 0xb6, 0x45, 0x53, 0xcc, 0x02, 0x30, 0xd7, 0xb8, 0x0f, 0x2b, 0x59, 0x32, 0x96, 0x89, 0x21 }, .nonce = { 0x08, 0x5d, 0x32, 0xae, 0x7a, 0xee, 0x4a, 0x4b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2594 = { .hd = { .id = 2450, .kind = OP_REFRESH }, .rand = 5682258805997268174ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2595 = { .hd = { .id = 2451, .kind = OP_REFRESH }, .rand = 11537877061925640101ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2596 = { .hd = { .id = 2452, .kind = OP_REFRESH }, .rand = 2128978195905757623ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2597 = { .hd = { .id = 2453, .kind = OP_RESEED }, .nonce = 8815707760278650731ULL, .seed_nbytes = 273, .seed = { 0x66, 0x87, 0x63, 0x81, 0x8a, 0x27, 0x7e, 0x07, 0xd9, 0xca, 0xf5, 0x1f, 0xb8, 0x0b, 0xe1, 0x2c, 0xd6, 0x87, 0x66, 0xdd, 0xb2, 0xe8, 0x01, 0x25, 0x20, 0x12, 0x60, 0x7e, 0x69, 0x93, 0x03, 0x31, 0x32, 0x97, 0x80, 0xcc, 0x97, 0x6d, 0x29, 0x89, 0x83, 0xdd, 0xb8, 0xad, 0x85, 0x57, 0x2f, 0xfe, 0xe9, 0xba, 0x4a, 0x08, 0xb8, 0x24, 0x92, 0xc9, 0x2e, 0x7e, 0xa6, 0x52, 0xfc, 0xee, 0x16, 0x1f, 0x67, 0x40, 0x54, 0x22, 0xc6, 0x02, 0x93, 0x00, 0xa5, 0x55, 0x79, 0x05, 0x45, 0x52, 0x40, 0x0b, 0xc4, 0x97, 0x29, 0xff, 0x02, 0x3d, 0xba, 0x01, 0x8e, 0x94, 0x10, 0xe6, 0x4c, 0xc9, 0x07, 0x56, 0xe5, 0x19, 0xf0, 0x01, 0x83, 0x58, 0x06, 0x3a, 0xce, 0xfd, 0xa5, 0x94, 0xfd, 0xb0, 0x2d, 0x74, 0x5e, 0x15, 0xb8, 0xe8, 0xb1, 0xf0, 0x69, 0x03, 0xed, 0xf2, 0x93, 0xbe, 0x2d, 0xf3, 0x65, 0xd5, 0x08, 0x68, 0xc9, 0x3a, 0x24, 0x07, 0xe1, 0xae, 0xfc, 0xcc, 0xd6, 0x7c, 0x84, 0x57, 0x34, 0x50, 0x23, 0xfe, 0x2a, 0xe5, 0x17, 0x53, 0x48, 0x12, 0x16, 0x2a, 0x5c, 0xab, 0xa2, 0xc4, 0x3b, 0xbc, 0xe5, 0xdb, 0x17, 0x84, 0x4e, 0x22, 0x00, 0xd1, 0xaf, 0xfe, 0xbf, 0x24, 0x8e, 0x0c, 0x66, 0xf8, 0xf1, 0xab, 0xb7, 0x63, 0x91, 0x1c, 0xbb, 0xbf, 0x9a, 0x26, 0xc6, 0x53, 0x0f, 0x8c, 0xc0, 0x5c, 0xfd, 0x4c, 0x0c, 0x96, 0xaa, 0x91, 0x5d, 0x35, 0x53, 0x68, 0xf6, 0x50, 0xa0, 0x82, 0x3f, 0x59, 0xf8, 0xd7, 0xf5, 0xc7, 0x5f, 0xb6, 0xa8, 0x28, 0x48, 0xd1, 0xac, 0xb6, 0x1f, 0x50, 0x35, 0xb5, 0x62, 0x5e, 0x17, 0x08, 0x13, 0x6d, 0xc0, 0x5e, 0x3e, 0x53, 0x6e, 0xfb, 0x1b, 0x27, 0x55, 0xae, 0x16, 0x26, 0xf1, 0xc8, 0xcb, 0x12, 0x70, 0xcd, 0x47, 0x88, 0xf3, 0x1f, 0xa4, 0x8f, 0x94, 0x06, 0xed, 0x48, 0x99, 0x4b, 0x62, 0x6f, 0x4b, 0x25, 0x8c, 0xfa, 0x74, 0xb1, 0xaa, 0x7e, 0xaf, 0xbd, 0xd6 } }; static const struct cckprng_op_reseed op_reseed_2598 = { .hd = { .id = 2454, .kind = OP_RESEED }, .nonce = 3131247518500548114ULL, .seed_nbytes = 240, .seed = { 0x6a, 0xbc, 0x59, 0x2f, 0x14, 0x3e, 0x92, 0x2a, 0x75, 0x5d, 0x6e, 0x6e, 0xf7, 0xe4, 0xd3, 0x2c, 0x8b, 0xce, 0x09, 0x4f, 0xb4, 0x9e, 0xe1, 0x9d, 0x43, 0x9b, 0x88, 0xca, 0x06, 0x0e, 0x96, 0x85, 0x19, 0xe0, 0x0c, 0xd7, 0x64, 0xfb, 0xc4, 0xf0, 0xb4, 0x8b, 0x3c, 0x55, 0x5e, 0xc3, 0x97, 0x21, 0xd0, 0x27, 0xc5, 0xd8, 0x4b, 0xb7, 0x97, 0x3e, 0xb7, 0x09, 0xaf, 0x60, 0xa4, 0xc4, 0x8a, 0x4c, 0xfb, 0x29, 0xaa, 0xbe, 0x86, 0x86, 0xc6, 0xc2, 0x82, 0x2c, 0x5b, 0xea, 0x5b, 0x07, 0xf6, 0x17, 0x74, 0xc5, 0xe7, 0x8b, 0x64, 0x85, 0x5a, 0x6a, 0x89, 0xf9, 0x6a, 0xa6, 0xb0, 0x9f, 0x34, 0xf7, 0x50, 0x72, 0x5a, 0x33, 0x9b, 0x50, 0x87, 0xf2, 0x86, 0x81, 0x30, 0xf6, 0x7b, 0x24, 0x5d, 0xf4, 0x99, 0x07, 0x54, 0xba, 0xcb, 0xa3, 0x86, 0xad, 0x26, 0xd4, 0x9b, 0x9c, 0xe2, 0x1a, 0x2f, 0x9d, 0xb2, 0x21, 0x51, 0x76, 0x99, 0x3a, 0xcf, 0x12, 0xaa, 0x28, 0x3b, 0xed, 0x49, 0xe7, 0xda, 0x11, 0x1b, 0x2a, 0x54, 0xca, 0x6c, 0x57, 0x50, 0xff, 0x61, 0x77, 0x69, 0xe1, 0x5d, 0x12, 0x15, 0xd2, 0xae, 0xae, 0x06, 0xe1, 0x46, 0xe4, 0x33, 0xda, 0x95, 0x97, 0x8e, 0x9a, 0x6e, 0xdf, 0x25, 0x1c, 0x12, 0xa9, 0xf1, 0x06, 0x25, 0xce, 0xb5, 0xe5, 0x80, 0x90, 0xe3, 0xf7, 0x2a, 0x26, 0xb0, 0x83, 0xd5, 0x52, 0xbc, 0xbe, 0x60, 0xbc, 0x89, 0x5b, 0xa0, 0x85, 0xe0, 0x66, 0x72, 0x26, 0x09, 0x79, 0x7c, 0xeb, 0x68, 0xdf, 0xbd, 0x9c, 0x5e, 0xf1, 0x87, 0x38, 0x84, 0x6d, 0xcc, 0x77, 0xe3, 0xf6, 0x59, 0x74, 0xb5, 0xfa, 0x19, 0xe4, 0x5f, 0x0e, 0x57, 0x59, 0xea, 0x9f, 0xbf, 0xd0, 0x81, 0xb5 } }; static const struct cckprng_op_refresh op_refresh_2599 = { .hd = { .id = 2455, .kind = OP_REFRESH }, .rand = 14369428695765567404ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2600 = { .hd = { .id = 2456, .kind = OP_REFRESH }, .rand = 13101437395386243858ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2601 = { .hd = { .id = 2457, .kind = OP_RESEED }, .nonce = 1833453845020975113ULL, .seed_nbytes = 134, .seed = { 0x4e, 0x86, 0x6c, 0xd0, 0xe2, 0x1c, 0x58, 0x14, 0xb6, 0xc2, 0xc1, 0x27, 0x5c, 0x95, 0x1d, 0x1d, 0x15, 0x66, 0xd4, 0x13, 0x72, 0xfd, 0x3b, 0x3a, 0xbc, 0xcb, 0x73, 0x67, 0xa0, 0x6b, 0x15, 0xea, 0xb2, 0x6c, 0x77, 0x6f, 0x2f, 0x31, 0x0f, 0x88, 0x6e, 0x28, 0x7f, 0x11, 0xf9, 0x46, 0xe9, 0xee, 0x77, 0x76, 0x9a, 0xba, 0x54, 0x14, 0x2d, 0xb4, 0x70, 0x3c, 0x9c, 0x48, 0xfb, 0xd2, 0x7e, 0x4a, 0xa6, 0x07, 0x63, 0x66, 0x75, 0x20, 0xce, 0xdd, 0xa0, 0xd6, 0xda, 0x64, 0x36, 0xd7, 0x85, 0x4a, 0xb4, 0xa8, 0xa1, 0x05, 0x8a, 0x54, 0x44, 0xb2, 0x6e, 0xf1, 0xf7, 0x3d, 0x7a, 0x39, 0x6c, 0x36, 0x89, 0xfc, 0xac, 0xb3, 0xf0, 0xeb, 0x71, 0xaa, 0x2b, 0x41, 0xb3, 0xb7, 0x3f, 0x4f, 0xde, 0xf9, 0x4b, 0xa5, 0x5a, 0xa5, 0x13, 0x7d, 0x78, 0x41, 0x94, 0xc0, 0xe3, 0x34, 0xe9, 0x3d, 0x08, 0xce, 0xfa, 0x84, 0x04, 0x2d, 0xb1, 0xcc } }; static const struct cckprng_op_reseed op_reseed_2602 = { .hd = { .id = 2458, .kind = OP_RESEED }, .nonce = 4142617154227466198ULL, .seed_nbytes = 247, .seed = { 0x80, 0x6a, 0x29, 0x2c, 0x76, 0xda, 0x79, 0x68, 0x74, 0xa7, 0xe2, 0x3e, 0xdf, 0xba, 0xdc, 0x8d, 0x31, 0xe0, 0xc8, 0x90, 0xfa, 0x22, 0x82, 0x5e, 0xea, 0x0e, 0x7c, 0x29, 0x66, 0x86, 0xeb, 0x5e, 0x48, 0x57, 0xdb, 0xca, 0xe3, 0x82, 0x31, 0x89, 0xb7, 0x7e, 0x97, 0x06, 0x72, 0xe5, 0x1a, 0xe6, 0x4c, 0x7d, 0x58, 0x78, 0xbe, 0x17, 0x1b, 0xb4, 0xac, 0xe0, 0x5a, 0x95, 0x4b, 0xee, 0x3d, 0x00, 0x4b, 0x33, 0xd9, 0xff, 0x03, 0xa7, 0x9a, 0xe1, 0x77, 0xf2, 0x5c, 0x35, 0x26, 0x29, 0x45, 0xf2, 0xea, 0x83, 0xc2, 0x6a, 0x3e, 0x8d, 0x58, 0xfc, 0xce, 0xfe, 0x02, 0xd4, 0x63, 0x82, 0xd4, 0x0f, 0x40, 0xf7, 0xc0, 0xf9, 0xb8, 0xcd, 0x02, 0xc8, 0x75, 0xb8, 0xb2, 0x3d, 0x7f, 0xe4, 0xc4, 0xd8, 0x80, 0xdb, 0xd6, 0xe8, 0xc3, 0x63, 0x0f, 0x9a, 0x9a, 0x87, 0xf6, 0xff, 0xda, 0x22, 0x70, 0xbd, 0x56, 0x3b, 0x0e, 0x1c, 0x6a, 0x58, 0xf4, 0x1d, 0xba, 0x56, 0x2b, 0x0a, 0x0d, 0xfb, 0x4a, 0xe7, 0x72, 0xfe, 0x36, 0xd1, 0x9b, 0x3e, 0x38, 0x42, 0x5e, 0x63, 0x7b, 0x58, 0x08, 0xbf, 0x11, 0x58, 0x8d, 0xcd, 0xda, 0xe1, 0xdb, 0xe3, 0xaa, 0x89, 0x76, 0xf6, 0xe8, 0xb2, 0xe7, 0x07, 0xb5, 0x67, 0xde, 0xe2, 0xa5, 0xcd, 0x2c, 0x8a, 0x7d, 0x51, 0x90, 0xd7, 0x6e, 0x4a, 0x32, 0xf0, 0xda, 0x20, 0xb5, 0xc3, 0x18, 0xb0, 0x98, 0x28, 0xea, 0xb9, 0x02, 0xc9, 0x96, 0x87, 0x76, 0x6a, 0x5a, 0x55, 0x3e, 0x14, 0x10, 0xae, 0xaf, 0xfa, 0x76, 0xcb, 0xc1, 0xa7, 0xa5, 0x2b, 0x97, 0x88, 0xe5, 0x4c, 0x31, 0x09, 0x8d, 0x9e, 0x8e, 0x56, 0x65, 0xbf, 0x1d, 0x06, 0x19, 0x0e, 0xcb, 0xd4, 0xe6, 0x40, 0xd8, 0x93, 0x29, 0xd4, 0x49, 0x98, 0x78 } }; static const struct cckprng_op_generate op_init_2603 = { .hd = { .id = 2459, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0x5c, 0x10, 0x78, 0xdb, 0x54, 0xc1, 0x1f, 0xaf, 0xdc, 0x39, 0xee, 0xf2, 0xfb, 0xda, 0xac, 0x0a, 0x4e, 0xb5, 0x53, 0xd7, 0x9f, 0xb0, 0xfa, 0x24, 0x48, 0xe5, 0x3b, 0x58, 0x72, 0x21, 0x5e, 0xb8, 0xf4, 0x4a, 0x0e, 0x44, 0x45, 0x6a, 0x4c, 0x3c } } }; static const struct cckprng_op_refresh op_refresh_2604 = { .hd = { .id = 2460, .kind = OP_REFRESH }, .rand = 3425521981305999478ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2605 = { .hd = { .id = 2461, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0x1d, 0x73, 0x88, 0x11, 0xd7, 0x61, 0x7c, 0x9d, 0xba, 0x70, 0xf9, 0xe2, 0x30, 0x6f, 0xe1, 0x5c, 0xc4, 0xfa, 0xad, 0x46, 0xfa, 0xae, 0x9e, 0xb3, 0x10, 0x1f, 0x5b, 0x40, 0x36, 0x7f, 0x8e, 0xa3, 0xa8, 0x85, 0x46, 0x20, 0x9a, 0x26, 0x26, 0x39, 0x07, 0xdc, 0xce, 0x8f, 0xd9, 0xb6, 0x80, 0xd9, 0x60, 0xad, 0xd9, 0x19, 0x14, 0x60, 0xf3, 0x48, 0x91, 0x45, 0x8b, 0xad, 0xc7, 0x3b, 0x09, 0xb9, 0xce, 0x76, 0x43, 0xee, 0x12, 0x38, 0x98, 0x2a, 0x9e, 0x7c, 0x92, 0x6f, 0xea, 0x50, 0x41, 0xf8, 0x9b, 0xda, 0x6a, 0xd8, 0x83, 0x34, 0x5d, 0x0f, 0x4a, 0x45, 0x69, 0x93, 0x12, 0xd3, 0xc5, 0x3b, 0x98, 0x05, 0x23, 0x85, 0x00, 0x54, 0x76, 0xb6, 0xda, 0xf2, 0x17, 0xb2, 0x49, 0x11, 0xcc, 0xcb, 0xb8, 0x55, 0x65, 0xba, 0xaf, 0x64, 0xee, 0xa2, 0x0a, 0xc0, 0x49, 0x56, 0x5d, 0x86, 0x5c, 0x0c, 0x1e, 0x3e, 0x91, 0x08, 0x9e, 0x4a, 0x19, 0xc0, 0xbc, 0x42, 0x98, 0xbf, 0x30, 0x0a, 0x6c, 0x27, 0x6b, 0x0e, 0x76, 0x91, 0x2d, 0xf0, 0xb0, 0x62, 0xd5, 0xe0, 0xa0, 0x95, 0x6a, 0x33, 0xc5, 0xef, 0xad, 0x28, 0xfe, 0x23, 0x7a, 0x04, 0x2f, 0x57, 0x7b, 0xb4, 0xf0, 0x9a, 0x74, 0x75, 0x5e, 0x3c, 0xd0, 0x97, 0xb3, 0x8e, 0xbf, 0xb7, 0x96, 0xdf, 0x15, 0x1e, 0x6a, 0xfb, 0x15, 0xe4, 0x34, 0xd8, 0xfd, 0x82, 0x54, 0x53, 0xb4, 0x36, 0x9b, 0x2f, 0x82, 0xad, 0x3c, 0x6a, 0x6d, 0x2b, 0xb3, 0xbb, 0x86, 0xf7, 0x39, 0x59, 0x4b, 0xe0, 0xbb, 0x9c, 0x54, 0xc3, 0xa3, 0x7e, 0x6d, 0xee, 0xa4, 0xe9, 0x5d, 0xfd, 0x79, 0xd7, 0x6b, 0x57, 0x6b, 0x68, 0x43, 0x57, 0xfb, 0xa0, 0x8e, 0x2e, 0xa5, 0x4f, 0x65, 0xa1, 0x08, 0x87, 0x74, 0x20, 0xa5, 0x33, 0xa8, 0x23, 0xaa, 0xf8, 0xca, 0xb1 } } }; static const struct cckprng_op_refresh op_refresh_2606 = { .hd = { .id = 2462, .kind = OP_REFRESH }, .rand = 923828261892002248ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2607 = { .hd = { .id = 2463, .kind = OP_REFRESH }, .rand = 18041400926814052990ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2608 = { .hd = { .id = 2464, .kind = OP_GENERATE }, .rand_nbytes = 199, .out = { .rand = { 0x6d, 0x9f, 0xc4, 0xca, 0xce, 0x84, 0xce, 0x99, 0x3c, 0xcd, 0xa8, 0xe4, 0xc6, 0x92, 0x4f, 0xb7, 0x38, 0x1c, 0x5a, 0x16, 0x6d, 0x7c, 0x5a, 0x55, 0xd0, 0x2e, 0x58, 0x13, 0x9b, 0x84, 0xea, 0x48, 0xcd, 0x71, 0x10, 0x8a, 0xe2, 0xc0, 0x06, 0x2c, 0xe1, 0x58, 0x5a, 0x0f, 0x1f, 0x65, 0x00, 0xec, 0xbd, 0x59, 0xdc, 0x6f, 0xfb, 0x40, 0x2f, 0x9b, 0x7d, 0xcd, 0xd1, 0xf1, 0x38, 0xd1, 0x85, 0x00, 0x14, 0x8b, 0x6d, 0x5c, 0xa8, 0x11, 0xd2, 0x41, 0xbe, 0x54, 0xef, 0x52, 0xc6, 0x8b, 0x36, 0x84, 0xa8, 0x70, 0x50, 0x3d, 0x2f, 0xed, 0x37, 0x7e, 0xc2, 0xeb, 0x23, 0x93, 0x4d, 0xce, 0xb5, 0x6b, 0xcb, 0x98, 0xb0, 0xa7, 0xce, 0x60, 0xbb, 0x91, 0xf5, 0xc0, 0x04, 0xc9, 0xb7, 0xc5, 0xde, 0xfc, 0xae, 0x7e, 0x08, 0xb0, 0xa2, 0x3e, 0x3f, 0x3d, 0x64, 0x4b, 0x4f, 0x51, 0xe2, 0xf5, 0xf6, 0xf9, 0xf1, 0xaf, 0x14, 0xe5, 0x51, 0x1e, 0xc1, 0x1d, 0x4a, 0xe2, 0x6d, 0x28, 0xce, 0x52, 0x30, 0x51, 0x1c, 0xb6, 0x7d, 0x36, 0xcd, 0x4c, 0x00, 0xda, 0x54, 0x92, 0xc5, 0xa5, 0x11, 0x1a, 0xb1, 0x5c, 0xd1, 0xe2, 0xea, 0x69, 0x02, 0x0a, 0x3b, 0xfa, 0x3a, 0x75, 0x9d, 0xc2, 0x13, 0x71, 0x2b, 0x38, 0x5b, 0xf6, 0x7a, 0xb0, 0xa6, 0x65, 0x31, 0xea, 0xc0, 0x0a, 0xa0, 0x59, 0x1f, 0xe3, 0xe3, 0x8a, 0x7d, 0x17, 0x5a, 0xf4, 0xd9, 0x84, 0xd6 } } }; static const struct cckprng_op *ops_2609[] = { (const struct cckprng_op *)&op_init_2593, (const struct cckprng_op *)&op_refresh_2594, (const struct cckprng_op *)&op_refresh_2595, (const struct cckprng_op *)&op_refresh_2596, (const struct cckprng_op *)&op_reseed_2597, (const struct cckprng_op *)&op_reseed_2598, (const struct cckprng_op *)&op_refresh_2599, (const struct cckprng_op *)&op_refresh_2600, (const struct cckprng_op *)&op_reseed_2601, (const struct cckprng_op *)&op_reseed_2602, (const struct cckprng_op *)&op_init_2603, (const struct cckprng_op *)&op_refresh_2604, (const struct cckprng_op *)&op_init_2605, (const struct cckprng_op *)&op_refresh_2606, (const struct cckprng_op *)&op_refresh_2607, (const struct cckprng_op *)&op_init_2608 }; static const struct cckprng_vector vec_2610 = { .id = 2465, .note = NULL, .nops = 16, .ops = ops_2609 }; static const struct cckprng_op_init op_init_2611 = { .hd = { .id = 2466, .kind = OP_INIT }, .seed = { 0xd8, 0x28, 0x68, 0x4c, 0x15, 0x84, 0xd3, 0xe5, 0x49, 0x76, 0xd9, 0x52, 0x30, 0x56, 0x1d, 0x22, 0xdb, 0x42, 0xdd, 0xab, 0x6d, 0x41, 0xd0, 0xab, 0xdf, 0xbc, 0x97, 0x57, 0x5d, 0xe3, 0x3e, 0xb9 }, .nonce = { 0x81, 0xf6, 0x59, 0xf1, 0xf2, 0x40, 0xa6, 0x47 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2612 = { .hd = { .id = 2467, .kind = OP_GENERATE }, .rand_nbytes = 107, .out = { .rand = { 0xa2, 0xb0, 0x0e, 0x43, 0x61, 0xb1, 0xd2, 0xde, 0xd6, 0x77, 0x2a, 0xf5, 0xc6, 0x56, 0x47, 0x49, 0x5a, 0xa1, 0x18, 0x49, 0x22, 0xda, 0x45, 0x60, 0xa8, 0xa2, 0xdb, 0x57, 0x90, 0x3f, 0x5e, 0xc0, 0xbe, 0x18, 0x8b, 0x0e, 0x13, 0x3e, 0xb6, 0xfa, 0x68, 0x9e, 0x44, 0x71, 0xad, 0xf1, 0x93, 0x63, 0xc6, 0x32, 0xbf, 0xc0, 0x04, 0x00, 0xd4, 0x2f, 0x6e, 0x7f, 0x76, 0xc6, 0x7c, 0xd5, 0x8a, 0x7c, 0xc2, 0x82, 0x58, 0xd8, 0xde, 0x35, 0xc5, 0x1c, 0x4c, 0xd7, 0xd4, 0x3d, 0x33, 0xb2, 0x79, 0x26, 0x32, 0xd4, 0x28, 0xfd, 0xb6, 0x61, 0xe8, 0x83, 0xa4, 0x2e, 0xa6, 0x1a, 0x1a, 0xe0, 0xa5, 0xa1, 0xc9, 0xe8, 0xa5, 0x64, 0xca, 0x70, 0xf8, 0x1b, 0x60, 0xd1, 0x67 } } }; static const struct cckprng_op_generate op_init_2613 = { .hd = { .id = 2468, .kind = OP_GENERATE }, .rand_nbytes = 27, .out = { .rand = { 0x6f, 0x00, 0x37, 0x3f, 0xde, 0x56, 0x79, 0x1c, 0x7f, 0x46, 0x9b, 0xb0, 0x81, 0xdd, 0x05, 0xe3, 0xe9, 0xca, 0xba, 0x67, 0x09, 0xa6, 0x3b, 0x64, 0x2c, 0xba, 0x7a } } }; static const struct cckprng_op_reseed op_reseed_2614 = { .hd = { .id = 2469, .kind = OP_RESEED }, .nonce = 9401272901154096742ULL, .seed_nbytes = 204, .seed = { 0x07, 0x32, 0xb5, 0x57, 0x18, 0xcc, 0xcb, 0x10, 0x92, 0x49, 0x8f, 0x62, 0x7b, 0xe7, 0x70, 0xec, 0xb9, 0xf4, 0x59, 0xe4, 0x71, 0x10, 0x4a, 0x1b, 0x78, 0x31, 0x28, 0x4e, 0xfc, 0x35, 0x67, 0xb2, 0xc3, 0x0f, 0x78, 0x01, 0xe4, 0x06, 0x61, 0xf8, 0x77, 0x02, 0xe7, 0xda, 0x8a, 0x08, 0x07, 0xcf, 0x9c, 0xbf, 0x55, 0x29, 0xa6, 0x37, 0x0d, 0xd6, 0xda, 0xc5, 0xf8, 0xae, 0xf1, 0x3a, 0x9b, 0x99, 0x16, 0xdd, 0x73, 0xae, 0xa1, 0x5f, 0xc5, 0xc2, 0xa3, 0xc8, 0x4a, 0xaa, 0x19, 0x1b, 0xee, 0x24, 0x08, 0x35, 0xde, 0x1f, 0x9d, 0xf8, 0x9d, 0x1f, 0xe2, 0x0d, 0x8c, 0x71, 0xc4, 0x75, 0x09, 0xaa, 0x19, 0xf2, 0x39, 0xd0, 0xcb, 0xde, 0x10, 0xae, 0x44, 0xf4, 0xc8, 0x02, 0x69, 0x4e, 0x60, 0xa0, 0x4d, 0x4f, 0xcf, 0xef, 0xc2, 0xf4, 0xe3, 0xa4, 0xf0, 0x6c, 0x57, 0xb9, 0xc2, 0x28, 0xa2, 0xb9, 0x31, 0xa4, 0xcb, 0xf9, 0xea, 0x3d, 0xcd, 0xac, 0x82, 0xe6, 0x35, 0x02, 0xb4, 0x59, 0xa9, 0xe3, 0xff, 0x4e, 0x95, 0xed, 0x2b, 0xc9, 0x00, 0x20, 0x35, 0xf7, 0xa1, 0x84, 0xe9, 0xb5, 0xcc, 0x73, 0xc5, 0xee, 0x1f, 0xe4, 0xfe, 0x37, 0x17, 0xaa, 0xe2, 0x43, 0x21, 0x1a, 0x25, 0xb0, 0x4b, 0xf7, 0x01, 0xc3, 0xc3, 0xe8, 0xb0, 0x27, 0xde, 0x86, 0x00, 0x16, 0xaf, 0x63, 0xcf, 0x95, 0xe3, 0xd7, 0xd0, 0xe2, 0x02, 0xc1, 0xf7, 0x20, 0x4e, 0xa6, 0x17, 0x51, 0xaf, 0xc1 } }; static const struct cckprng_op_generate op_init_2615 = { .hd = { .id = 2470, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0xde, 0xb5, 0x47, 0xc2, 0x31, 0xaa, 0xfc, 0x03, 0xcf, 0x4f, 0x1c, 0xd7, 0x82, 0xfd, 0x99, 0x6a, 0x2b, 0x2f, 0xd8, 0x2d, 0x98, 0xa1, 0x9a, 0x91, 0xdb, 0xc2, 0x2a, 0x34, 0xc9, 0x60, 0x0d, 0xff, 0x1c, 0x64, 0x8f, 0xde, 0x72, 0x1f, 0xfb, 0xdd, 0x09, 0x59, 0x11, 0x92, 0x85, 0xcf, 0xb5, 0x23, 0x1f, 0x1f, 0x4e, 0xc4, 0xb3, 0xa9, 0x54, 0x73, 0x48, 0xf0, 0xae, 0xe3, 0x2e, 0x62, 0xa7, 0x2a, 0xda, 0xc4, 0xc8, 0xd3, 0x3d, 0xc0, 0x34, 0xd9, 0x77, 0x54, 0x54, 0xe0, 0x22, 0xc7, 0x5c, 0x4b, 0xc3, 0xfe, 0xea, 0x6d, 0x72, 0x4c, 0xba, 0x4e, 0xc1, 0xf6, 0x70, 0xcf, 0x6e, 0xed, 0xaf, 0x49, 0x58, 0xfa, 0x49, 0xe1, 0x60, 0x7e, 0xb1, 0x0c, 0xb6, 0x96, 0xb1, 0x4e, 0xce, 0x39, 0x43, 0xac, 0x91, 0xb5, 0xa0, 0x2c, 0x0d, 0x7c, 0xf1, 0xbc, 0xae, 0x7e, 0xb6, 0xee, 0xbd, 0xdc, 0x4e, 0xc5, 0xfa, 0x6b, 0x7d, 0x66, 0x78, 0x29, 0x9a, 0x17, 0x7f, 0x72, 0xd1, 0xb3, 0x58, 0xf8, 0x5c, 0x6d, 0xe7, 0x28, 0xda, 0x53, 0x71, 0xff, 0x56, 0xaa, 0xc6, 0xb4 } } }; static const struct cckprng_op_refresh op_refresh_2616 = { .hd = { .id = 2471, .kind = OP_REFRESH }, .rand = 13140227539320856869ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2617 = { .hd = { .id = 2472, .kind = OP_RESEED }, .nonce = 10184898656001977212ULL, .seed_nbytes = 209, .seed = { 0x08, 0x81, 0xd2, 0x9f, 0x6f, 0x69, 0x95, 0x43, 0x1b, 0xb8, 0x44, 0x48, 0xb3, 0xd2, 0xbd, 0xfc, 0x61, 0xf9, 0xd9, 0xa7, 0xaa, 0xd4, 0x19, 0xa6, 0x7f, 0x34, 0x61, 0xea, 0xad, 0x8a, 0xcd, 0xf9, 0x66, 0x13, 0xdf, 0x2b, 0x98, 0x3f, 0xf7, 0xf3, 0x33, 0x85, 0x21, 0x3e, 0x14, 0xaf, 0x5b, 0xab, 0x6a, 0xcf, 0x96, 0x05, 0x21, 0x54, 0xc7, 0xfb, 0x5a, 0xfb, 0x23, 0xb7, 0x67, 0xe4, 0xa9, 0xe0, 0x96, 0x9a, 0xdf, 0xa9, 0xfe, 0x09, 0xa1, 0xda, 0x6b, 0x94, 0x7d, 0x12, 0x13, 0xde, 0x65, 0xf6, 0xbe, 0x36, 0x99, 0x11, 0xe0, 0x6b, 0x99, 0x71, 0x13, 0x79, 0xa4, 0x5f, 0x4f, 0xfe, 0x7b, 0xa1, 0xaa, 0xd1, 0x2e, 0x37, 0xb2, 0xeb, 0x51, 0x8a, 0xe0, 0xbb, 0xcd, 0xb7, 0x9e, 0xbe, 0x1d, 0x8b, 0x57, 0x8e, 0x08, 0x1e, 0x72, 0x0f, 0xb4, 0x45, 0x19, 0x6f, 0xde, 0xe4, 0x7d, 0x97, 0x71, 0xb5, 0xd0, 0x5a, 0x0d, 0xcc, 0xd2, 0x4a, 0xe2, 0x19, 0xeb, 0xa0, 0x1a, 0x1b, 0x87, 0x52, 0xdc, 0xd2, 0x8a, 0x2e, 0xf3, 0x7a, 0xd6, 0x38, 0xb6, 0x5c, 0x1a, 0x67, 0xab, 0xa3, 0x32, 0x6e, 0x92, 0xce, 0xc2, 0xe1, 0xb7, 0xda, 0xc8, 0x29, 0x83, 0x88, 0xaf, 0xf0, 0x8f, 0x86, 0xdc, 0x68, 0x2d, 0x3b, 0x50, 0x07, 0xfb, 0xb7, 0xd1, 0x00, 0x57, 0x6f, 0xea, 0x20, 0xae, 0xbc, 0xaa, 0x24, 0x35, 0x87, 0x98, 0x69, 0xad, 0xe2, 0x72, 0xe6, 0x3a, 0x79, 0x2b, 0x28, 0x9f, 0x84, 0x1c, 0x87, 0xf6, 0xe2, 0xf6 } }; static const struct cckprng_op_generate op_init_2618 = { .hd = { .id = 2473, .kind = OP_GENERATE }, .rand_nbytes = 171, .out = { .rand = { 0x87, 0x1b, 0x22, 0xfe, 0x80, 0xd0, 0xb9, 0x0d, 0x40, 0x47, 0x30, 0xdb, 0x88, 0xc6, 0x2c, 0xaa, 0x60, 0x0a, 0x40, 0xa5, 0x0d, 0xe4, 0xe8, 0x99, 0x6c, 0x8a, 0xf3, 0xba, 0x14, 0x62, 0x19, 0x43, 0xad, 0x5a, 0x9b, 0xdb, 0xed, 0x00, 0x5d, 0x01, 0x58, 0x55, 0xb0, 0x4e, 0x22, 0x39, 0x64, 0x9b, 0x98, 0x17, 0x19, 0xf4, 0x25, 0x1b, 0x3b, 0x19, 0xc2, 0x3f, 0xa3, 0x61, 0x59, 0xb6, 0x5b, 0xb6, 0x2e, 0x3b, 0x81, 0xc5, 0x58, 0xc8, 0xdf, 0x87, 0x2b, 0xfe, 0x57, 0x2e, 0x4c, 0xc2, 0xa4, 0x9d, 0x21, 0xb6, 0x10, 0x58, 0x5f, 0xc3, 0x80, 0x74, 0x17, 0xf6, 0x2a, 0x8b, 0x59, 0x53, 0x23, 0x36, 0xc7, 0xc5, 0xbe, 0x5c, 0x81, 0x75, 0xa4, 0xa8, 0xc4, 0x1d, 0x8c, 0xbe, 0x4b, 0xe9, 0x76, 0x59, 0x7a, 0x58, 0xe6, 0xf8, 0xdc, 0x10, 0x27, 0xd0, 0xe3, 0xd9, 0x03, 0xbb, 0xcd, 0x0f, 0xb5, 0xca, 0xfa, 0x9b, 0x97, 0xee, 0x28, 0xf7, 0x48, 0xde, 0x90, 0x4e, 0x2b, 0x5d, 0xed, 0x6f, 0xde, 0x0c, 0xd0, 0xe8, 0x8a, 0xdc, 0xba, 0x11, 0xdc, 0xe6, 0x02, 0xea, 0x7e, 0x55, 0xb5, 0x06, 0x50, 0xcc, 0x1f, 0xf3, 0x2b, 0xd9, 0x1c, 0x8d, 0x09, 0x15, 0x09, 0xf8, 0x96 } } }; static const struct cckprng_op_generate op_init_2619 = { .hd = { .id = 2474, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0x47, 0xd8, 0x0f, 0x2f, 0xe7, 0x56, 0x92, 0xbc, 0xe0, 0x41, 0x68, 0x52, 0x48, 0xce, 0x45, 0x1f, 0x4e, 0x9d, 0xd2, 0x1a, 0x5b, 0xa1, 0x7a, 0xfb, 0x63, 0xf2, 0x7a, 0x78, 0x57, 0x3c, 0xbd, 0xa8, 0xe0, 0xc7, 0x67, 0x6b, 0x85, 0xb3, 0x99, 0x74, 0xf5, 0xb5, 0xed, 0xbb, 0x49, 0xf9, 0xaf, 0x32, 0x28, 0x2d, 0x7f, 0x9e, 0x82, 0xf3, 0x84, 0x38, 0x51, 0x04, 0x8f, 0x83, 0x58, 0x93, 0x39, 0x17, 0x28, 0x7c, 0xf4, 0xc2, 0xba, 0x91, 0x61, 0x17, 0xe4, 0x7c, 0xdb, 0x67, 0xc6, 0xcc, 0xff, 0x02, 0x4b, 0x80, 0x11, 0xd7, 0x73, 0x78, 0x2b, 0x8d, 0x3e, 0x04, 0x84, 0x91, 0x3d, 0xf6, 0x24, 0x92, 0xbd, 0xd0, 0x32, 0xc2, 0x7a, 0xd8, 0xc3, 0x8d, 0x79, 0x0f, 0x61, 0xa2, 0xfb, 0x19, 0xbc, 0x56, 0xdf, 0x01, 0x58, 0x56, 0x70, 0x38, 0xe0, 0xd5, 0x36, 0xd3, 0x12, 0x21, 0xc9, 0x3a, 0xa9, 0xc1, 0xe5, 0x6f, 0x13, 0x08, 0x11, 0xee, 0x0b, 0xb3, 0x4f, 0x37, 0xcf, 0x0c, 0x41, 0xf2, 0xbb, 0xda, 0xb2, 0xcd, 0x9b, 0xb6, 0x8c, 0x93, 0x46, 0x0d, 0x66 } } }; static const struct cckprng_op_generate op_init_2620 = { .hd = { .id = 2475, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0xb0, 0xa4, 0x4b, 0x29, 0xc5, 0xb7, 0x95 } } }; static const struct cckprng_op_refresh op_refresh_2621 = { .hd = { .id = 2476, .kind = OP_REFRESH }, .rand = 5492916189680382143ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2622 = { .hd = { .id = 2477, .kind = OP_GENERATE }, .rand_nbytes = 71, .out = { .rand = { 0x80, 0xc3, 0xa5, 0x52, 0x6a, 0x40, 0xf9, 0xcd, 0xfc, 0x91, 0x08, 0xf9, 0x92, 0x2a, 0x42, 0xf7, 0x35, 0xe1, 0xe7, 0xe8, 0xf2, 0xcf, 0xa8, 0x40, 0x12, 0xb5, 0x2c, 0x34, 0x90, 0x6a, 0xf9, 0x23, 0x84, 0x79, 0xfd, 0x89, 0x8d, 0x11, 0x30, 0xf7, 0x0b, 0xd8, 0xe8, 0x68, 0xd0, 0x17, 0x7f, 0x99, 0x02, 0xe5, 0x8e, 0xd8, 0x85, 0x89, 0x2f, 0x17, 0x91, 0x1b, 0x8b, 0x3d, 0x13, 0x0f, 0x91, 0x64, 0xcb, 0x74, 0xdb, 0x24, 0xcc, 0x3e, 0x02 } } }; static const struct cckprng_op_generate op_init_2623 = { .hd = { .id = 2478, .kind = OP_GENERATE }, .rand_nbytes = 216, .out = { .rand = { 0x82, 0x8d, 0xab, 0x9d, 0x96, 0xd7, 0x6e, 0x38, 0x80, 0x35, 0xb6, 0x2a, 0x80, 0x10, 0x1d, 0xca, 0x00, 0x51, 0x6a, 0x46, 0x04, 0x68, 0x0e, 0xcb, 0x0b, 0x0a, 0xf3, 0xdd, 0x32, 0xc7, 0x5e, 0x48, 0xba, 0x0a, 0xe3, 0x77, 0xdd, 0xa7, 0xbf, 0x07, 0xc0, 0x6b, 0x08, 0x7a, 0xc3, 0x02, 0x6b, 0x19, 0x42, 0xf0, 0x50, 0xac, 0xa6, 0x6b, 0xf6, 0x6b, 0xb6, 0x1d, 0xd2, 0xb3, 0x95, 0xb2, 0xf8, 0x4e, 0xfb, 0xcd, 0x5d, 0xdd, 0x17, 0xb9, 0x6a, 0x3a, 0xec, 0x62, 0xeb, 0x37, 0x94, 0x06, 0x06, 0xb6, 0xc6, 0xe5, 0xa5, 0x60, 0x73, 0x77, 0xe9, 0x4c, 0x4f, 0xbb, 0x6f, 0xe9, 0x97, 0x5a, 0x2f, 0x72, 0xef, 0x0e, 0x9e, 0xe9, 0x27, 0x57, 0x86, 0xb9, 0xe5, 0xcd, 0xba, 0x41, 0xe9, 0x31, 0xce, 0x35, 0x3b, 0x2c, 0xd7, 0xca, 0x87, 0xf8, 0xa3, 0x02, 0xe5, 0x25, 0x1b, 0xef, 0x1d, 0x8a, 0x92, 0xa9, 0xa0, 0xba, 0xa6, 0x7e, 0xd4, 0xe9, 0xd0, 0x03, 0xf6, 0xf6, 0xd4, 0x9d, 0x32, 0xf7, 0xe2, 0x46, 0xa6, 0x4e, 0xb8, 0x68, 0x85, 0x31, 0x36, 0xfe, 0xa8, 0x05, 0x34, 0x77, 0xb6, 0x49, 0x2a, 0xe8, 0x2b, 0xc5, 0xfd, 0x2e, 0x83, 0xe2, 0x6b, 0x53, 0x9e, 0x0f, 0x67, 0x1c, 0xae, 0x55, 0x32, 0xe8, 0x7e, 0x60, 0xec, 0xbd, 0x0b, 0x3f, 0x27, 0x9a, 0x2a, 0xc9, 0x47, 0xdb, 0xfa, 0x18, 0x98, 0xad, 0x1a, 0x4b, 0x5a, 0x55, 0x71, 0xb8, 0x93, 0x15, 0xc1, 0x2c, 0xaa, 0xa6, 0xa3, 0xe3, 0x44, 0xe3, 0xa4, 0x3b, 0x94, 0x22, 0xde, 0x17, 0x6b, 0x7e } } }; static const struct cckprng_op_generate op_init_2624 = { .hd = { .id = 2479, .kind = OP_GENERATE }, .rand_nbytes = 119, .out = { .rand = { 0x00, 0x34, 0xd2, 0x42, 0x01, 0xb8, 0x75, 0x67, 0xea, 0x7b, 0xac, 0xaa, 0x3e, 0x05, 0x90, 0xf6, 0xaa, 0xd6, 0xcb, 0xe7, 0x0e, 0xbd, 0xdd, 0x95, 0xbb, 0x4b, 0xfd, 0x09, 0x86, 0x2b, 0x7f, 0xb4, 0xd4, 0xef, 0xe9, 0xfd, 0x1a, 0xd6, 0x54, 0xe8, 0x84, 0xe0, 0x58, 0x25, 0x7c, 0x58, 0x84, 0x73, 0xdd, 0x66, 0x0c, 0x46, 0xc4, 0xcd, 0xad, 0xa6, 0x87, 0x90, 0x7d, 0xc8, 0xaa, 0xf2, 0x7f, 0x16, 0x17, 0x7f, 0x3a, 0x07, 0xd0, 0x64, 0xa8, 0x7a, 0x22, 0x3a, 0x22, 0x68, 0xc8, 0x84, 0x43, 0x20, 0x57, 0x3e, 0x00, 0x0f, 0xad, 0xf3, 0xa2, 0x8c, 0x3d, 0xf4, 0x96, 0xfa, 0x6a, 0xd4, 0xf8, 0xb9, 0x83, 0x93, 0xe2, 0xc4, 0x49, 0x6e, 0x43, 0x09, 0x44, 0xee, 0x29, 0xcd, 0x9b, 0x10, 0xd2, 0x53, 0xba, 0x48, 0xf4, 0x0d, 0x6c, 0xa4, 0x75 } } }; static const struct cckprng_op_refresh op_refresh_2625 = { .hd = { .id = 2480, .kind = OP_REFRESH }, .rand = 12287820732083677604ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2626 = { .hd = { .id = 2481, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0xae, 0x18, 0xb4, 0x1f, 0x8a, 0x10, 0x75, 0x75, 0xb1, 0x11, 0x36, 0xce, 0x12, 0xca, 0x78, 0xa1, 0x3a, 0x89, 0xe1, 0x2a, 0x6f, 0xe7, 0xba, 0xca, 0x14, 0xea, 0xae, 0x99, 0x20, 0x1b, 0xbc, 0x5e, 0x56, 0xb6, 0xeb, 0xa2, 0xab, 0x10, 0xc7, 0xa4, 0x6c, 0xa4, 0x6c, 0x87, 0x5d, 0x01, 0x85, 0xff, 0x55, 0x22, 0x37, 0x15, 0x7c, 0x5f, 0xec, 0x09, 0x74, 0x73, 0x52, 0xf2, 0x55, 0x65, 0x06, 0x01, 0x80, 0x53, 0xd8, 0xd3, 0x7a, 0xd7, 0x5f, 0x58, 0xc9, 0xb8, 0x39, 0x59, 0x9b, 0x7c, 0x17, 0x2d, 0xda, 0xa9, 0xd7, 0xcd, 0x72, 0xe9, 0x3b, 0x92, 0xcc, 0x17, 0x13, 0xc4, 0x03, 0x7a, 0x05, 0xb7, 0x0f, 0xfc, 0x02, 0x57, 0x0a, 0xa4, 0x5d, 0x2c, 0x30, 0xf0, 0x93, 0x88, 0xac, 0xa9, 0x73, 0xbc, 0xe7, 0x22, 0x50, 0x52, 0x5e, 0x7a, 0xa9, 0xa7, 0x05, 0x2a, 0xf7, 0xbd, 0x3a, 0x60, 0x02, 0x27, 0xed, 0x92, 0x85, 0xcd } } }; static const struct cckprng_op *ops_2627[] = { (const struct cckprng_op *)&op_init_2611, (const struct cckprng_op *)&op_init_2612, (const struct cckprng_op *)&op_init_2613, (const struct cckprng_op *)&op_reseed_2614, (const struct cckprng_op *)&op_init_2615, (const struct cckprng_op *)&op_refresh_2616, (const struct cckprng_op *)&op_reseed_2617, (const struct cckprng_op *)&op_init_2618, (const struct cckprng_op *)&op_init_2619, (const struct cckprng_op *)&op_init_2620, (const struct cckprng_op *)&op_refresh_2621, (const struct cckprng_op *)&op_init_2622, (const struct cckprng_op *)&op_init_2623, (const struct cckprng_op *)&op_init_2624, (const struct cckprng_op *)&op_refresh_2625, (const struct cckprng_op *)&op_init_2626 }; static const struct cckprng_vector vec_2628 = { .id = 2482, .note = NULL, .nops = 16, .ops = ops_2627 }; static const struct cckprng_op_init op_init_2629 = { .hd = { .id = 2483, .kind = OP_INIT }, .seed = { 0xb6, 0xc4, 0x51, 0xac, 0x72, 0x62, 0xad, 0x6d, 0x0a, 0xfa, 0xb5, 0x24, 0x0c, 0x0b, 0xea, 0x0d, 0x19, 0xfd, 0xf0, 0xd1, 0x49, 0xd4, 0xf9, 0xec, 0x11, 0x4c, 0xf9, 0xa0, 0xb8, 0x92, 0x1b, 0x05 }, .nonce = { 0xff, 0xb4, 0xb5, 0x65, 0xe3, 0x2e, 0x86, 0x6b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2630 = { .hd = { .id = 2484, .kind = OP_GENERATE }, .rand_nbytes = 260, .out = { .rand = { 0x27, 0xe2, 0x4f, 0x07, 0xa7, 0x81, 0x4c, 0xf7, 0xf3, 0x90, 0x3b, 0xb1, 0x0e, 0x6d, 0x78, 0x4a, 0x53, 0x10, 0x75, 0x92, 0xf0, 0xef, 0x05, 0x68, 0x70, 0x69, 0xe8, 0xf5, 0x5b, 0xc6, 0x2e, 0x47, 0x8c, 0x6f, 0x89, 0x30, 0x91, 0xa2, 0x83, 0xf1, 0xdc, 0x9e, 0x98, 0x8c, 0xab, 0xc8, 0x91, 0x67, 0x29, 0x7a, 0xba, 0xaf, 0x98, 0xf7, 0x0c, 0x58, 0x67, 0xab, 0xc3, 0x98, 0xf2, 0xe3, 0x17, 0xcb, 0x99, 0x4e, 0x27, 0xfd, 0x84, 0xec, 0x2b, 0xf9, 0x10, 0x8e, 0xcc, 0xc3, 0xc7, 0x81, 0x94, 0x76, 0x45, 0x03, 0x1b, 0x8c, 0x7f, 0x09, 0x19, 0xb4, 0x29, 0xa9, 0x64, 0x61, 0xac, 0xe9, 0x34, 0x05, 0x45, 0xc0, 0xbb, 0x27, 0x7d, 0xfc, 0xb0, 0xc7, 0xd3, 0x73, 0xf0, 0x53, 0x43, 0x9b, 0xed, 0x6e, 0x59, 0xa8, 0xaf, 0x57, 0xbd, 0x50, 0x4d, 0x98, 0x87, 0x30, 0xe8, 0xc4, 0x37, 0xe3, 0xc6, 0x6c, 0x7e, 0x44, 0x8a, 0x8b, 0xf6, 0xeb, 0x29, 0x1e, 0x77, 0xc7, 0x19, 0xd0, 0x55, 0xd0, 0x7c, 0xcd, 0xea, 0x4e, 0x08, 0x14, 0xe4, 0xa8, 0xee, 0xd2, 0x0b, 0xa6, 0xec, 0xb8, 0x16, 0xb1, 0x02, 0x65, 0x88, 0xc0, 0xb9, 0x16, 0x38, 0x12, 0x71, 0xf4, 0x66, 0x0c, 0xd0, 0x62, 0xef, 0xb2, 0xe0, 0x5a, 0xb1, 0x17, 0x58, 0xfa, 0xd5, 0x11, 0x41, 0xb1, 0xa6, 0x5a, 0x9d, 0xe8, 0x7f, 0x0d, 0x67, 0x9e, 0xf8, 0xff, 0xad, 0x90, 0x57, 0x6f, 0xa7, 0x74, 0x2c, 0x5d, 0x95, 0x2b, 0xe2, 0x9a, 0xde, 0x49, 0x5f, 0x35, 0x4d, 0x52, 0xc0, 0x58, 0x5a, 0xbb, 0x03, 0xe2, 0xf3, 0xde, 0x2e, 0xe4, 0xca, 0x49, 0xaf, 0x2b, 0x22, 0x09, 0xb4, 0xb9, 0x2f, 0xcb, 0x8b, 0x24, 0x1c, 0x06, 0xfe, 0xc2, 0x46, 0x7d, 0xa3, 0x06, 0x42, 0xbe, 0x29, 0xda, 0x9f, 0x03, 0x93, 0x51, 0xc3, 0xea, 0x9e, 0x8b, 0x10, 0x15, 0x29, 0x0b, 0x62, 0x41 } } }; static const struct cckprng_op_refresh op_refresh_2631 = { .hd = { .id = 2485, .kind = OP_REFRESH }, .rand = 17844490669522406847ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2632 = { .hd = { .id = 2486, .kind = OP_RESEED }, .nonce = 15039317836984165926ULL, .seed_nbytes = 62, .seed = { 0x8c, 0x28, 0x43, 0xfe, 0x17, 0x07, 0x94, 0xb6, 0x38, 0xc7, 0x1f, 0xda, 0x44, 0x44, 0xf8, 0xb4, 0xb2, 0xc3, 0xa9, 0x8c, 0x63, 0x92, 0x44, 0x54, 0x3a, 0x70, 0x25, 0x47, 0x63, 0x16, 0x57, 0xfc, 0x21, 0x88, 0x07, 0xdf, 0x0b, 0x38, 0xb4, 0xf5, 0x36, 0x90, 0xf9, 0x81, 0x27, 0xe4, 0xeb, 0x86, 0x7a, 0x93, 0xb5, 0x26, 0xfa, 0x02, 0x17, 0x26, 0x13, 0x03, 0x89, 0x5b, 0xde, 0xa3 } }; static const struct cckprng_op_refresh op_refresh_2633 = { .hd = { .id = 2487, .kind = OP_REFRESH }, .rand = 12090423328418942459ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2634 = { .hd = { .id = 2488, .kind = OP_REFRESH }, .rand = 15194600960038122957ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2635 = { .hd = { .id = 2489, .kind = OP_GENERATE }, .rand_nbytes = 263, .out = { .rand = { 0x1c, 0x46, 0xeb, 0xd3, 0xb7, 0xef, 0xec, 0xa9, 0x27, 0x03, 0xcb, 0x61, 0x45, 0xe8, 0x4b, 0xd1, 0xbc, 0xd0, 0xc5, 0xeb, 0xa9, 0x07, 0x93, 0xa0, 0x9a, 0x07, 0xb9, 0x83, 0x04, 0x03, 0xac, 0xe0, 0x16, 0xf4, 0x8c, 0x13, 0xea, 0xfa, 0xc2, 0x50, 0x2d, 0x0d, 0x0c, 0xa6, 0x8b, 0xe6, 0x29, 0x7a, 0xc9, 0xeb, 0x56, 0xc4, 0x73, 0xe4, 0xd4, 0x80, 0x4f, 0x1d, 0x2a, 0xb1, 0x52, 0xc7, 0xe7, 0xd3, 0xdc, 0xfd, 0x62, 0x88, 0x27, 0x29, 0xec, 0x1b, 0xa3, 0xb9, 0x3d, 0x27, 0xe1, 0x0f, 0x39, 0xf4, 0x64, 0x42, 0x16, 0x1a, 0x08, 0x68, 0xe8, 0x11, 0xeb, 0xb2, 0xef, 0x4a, 0x7f, 0x9b, 0x09, 0xc7, 0xe8, 0x27, 0xcf, 0x19, 0x60, 0x4a, 0xa3, 0xe8, 0xcf, 0x5d, 0xce, 0x86, 0x3d, 0xc0, 0xa9, 0x1d, 0x25, 0x8a, 0x45, 0xd0, 0x98, 0x79, 0xd8, 0xcf, 0x9c, 0x32, 0x96, 0x06, 0xc6, 0x75, 0x8b, 0xea, 0xee, 0x43, 0x83, 0xea, 0x73, 0x57, 0xd4, 0xc7, 0x58, 0x3b, 0x4e, 0x87, 0xaf, 0x5e, 0xe6, 0x32, 0xf9, 0xca, 0xe2, 0xcd, 0x3d, 0xe7, 0x15, 0xfa, 0x2a, 0x57, 0x5d, 0x49, 0x2b, 0x9f, 0xc6, 0x36, 0xa3, 0xef, 0x03, 0xfa, 0xe3, 0x59, 0x66, 0xd9, 0xfa, 0x84, 0xd6, 0x8a, 0x21, 0xc7, 0x21, 0x95, 0x88, 0x14, 0x29, 0x64, 0xff, 0x42, 0x87, 0xe6, 0x19, 0x5e, 0xf8, 0x77, 0x89, 0xa8, 0xd1, 0xa6, 0x4a, 0xf4, 0xc4, 0x3c, 0xdc, 0x06, 0x42, 0x7b, 0xbd, 0x55, 0x7b, 0xac, 0x4b, 0x0a, 0x3a, 0xea, 0x65, 0x43, 0xc3, 0x17, 0x8f, 0xf7, 0x3c, 0x89, 0x35, 0x09, 0x29, 0x85, 0x31, 0x2a, 0xe1, 0x01, 0x59, 0xd7, 0x37, 0xe4, 0x40, 0x42, 0x2d, 0xe0, 0x63, 0x4c, 0xc2, 0x52, 0x49, 0x9d, 0x91, 0x62, 0xe8, 0xca, 0xbd, 0x73, 0x78, 0x68, 0x38, 0x2c, 0x30, 0xe4, 0xdb, 0x72, 0x23, 0x39, 0x84, 0xad, 0xb7, 0xcc, 0x1a, 0x0c, 0x46, 0x27, 0xa2 } } }; static const struct cckprng_op_reseed op_reseed_2636 = { .hd = { .id = 2490, .kind = OP_RESEED }, .nonce = 9253398187683850456ULL, .seed_nbytes = 261, .seed = { 0x53, 0x4a, 0x8a, 0xba, 0x0f, 0x0e, 0x70, 0xb8, 0x52, 0x00, 0xaa, 0x2e, 0x10, 0x80, 0x35, 0x66, 0xab, 0x55, 0x31, 0x23, 0x71, 0x25, 0xa2, 0x2b, 0xed, 0x46, 0x28, 0x89, 0x63, 0xa3, 0x86, 0x36, 0xae, 0x1b, 0x4a, 0x05, 0x0c, 0x5d, 0x2d, 0x29, 0xb0, 0x04, 0xa7, 0x3d, 0x8c, 0xe1, 0xbf, 0xf7, 0x9b, 0x86, 0x9c, 0x81, 0x3e, 0xc2, 0x42, 0x11, 0x6f, 0xff, 0xba, 0x63, 0xf6, 0x95, 0x11, 0x85, 0xcd, 0x96, 0xdc, 0xb7, 0xc6, 0xd3, 0x69, 0x4e, 0x43, 0xb7, 0x9b, 0x2d, 0x08, 0x47, 0xe1, 0xf2, 0xed, 0xea, 0x96, 0xe3, 0xea, 0x59, 0x5e, 0x96, 0xa0, 0x4c, 0xc4, 0x1b, 0x6a, 0xfc, 0x75, 0x6e, 0x5a, 0x5e, 0x7b, 0x0f, 0xdd, 0xa0, 0xd0, 0x54, 0x4d, 0x73, 0x0f, 0x41, 0xcb, 0xbc, 0x92, 0x76, 0x0b, 0x1c, 0x8b, 0x80, 0xf9, 0xf7, 0x5a, 0x63, 0x28, 0xae, 0x58, 0x63, 0xd9, 0x37, 0xb6, 0xae, 0x6e, 0xba, 0x3f, 0x4a, 0x71, 0x85, 0x54, 0x1b, 0xb6, 0x6d, 0x15, 0x8e, 0xf2, 0xd2, 0x36, 0xdc, 0x21, 0x8e, 0x3f, 0x9a, 0xf4, 0x51, 0xbb, 0xa3, 0x1d, 0x37, 0x53, 0x7d, 0x8a, 0xa6, 0x07, 0x8d, 0x92, 0x6d, 0x1c, 0x4c, 0x49, 0xd7, 0x77, 0xc2, 0x3f, 0xf1, 0x86, 0x00, 0x40, 0xf5, 0x41, 0x0d, 0x45, 0x9f, 0x6d, 0xfd, 0x9a, 0xaa, 0xb9, 0xcd, 0xab, 0x0c, 0x03, 0x6f, 0xc2, 0xb7, 0xae, 0x41, 0x49, 0x41, 0xc0, 0xd7, 0x5b, 0xf8, 0x92, 0x44, 0xa5, 0xb7, 0x90, 0x1a, 0x02, 0xfe, 0xd6, 0xe2, 0x17, 0x72, 0x96, 0x55, 0xda, 0x68, 0xd1, 0xfc, 0xf4, 0xa9, 0xb3, 0xa2, 0xfc, 0xf6, 0x24, 0xd0, 0x04, 0xa8, 0x17, 0x38, 0xc8, 0xc6, 0xb0, 0x57, 0x03, 0x82, 0x5f, 0x27, 0xc1, 0x37, 0x2a, 0x4c, 0xf3, 0x1f, 0x7b, 0x74, 0x75, 0x7f, 0x56, 0x8a, 0x54, 0xc8, 0x63, 0x27, 0x9d, 0x19, 0xa8, 0x7e, 0x19, 0xb9, 0x3d, 0x84, 0xa4 } }; static const struct cckprng_op_generate op_init_2637 = { .hd = { .id = 2491, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0x4a, 0x88, 0xb4, 0x57, 0x6e, 0xd8, 0xbc, 0xde, 0xf8, 0x7e, 0x32, 0x80, 0x21, 0xf2, 0x61, 0x80, 0xa8, 0x49, 0x64, 0xff, 0x40, 0x48, 0x4d, 0x33, 0x36, 0xc9, 0x5a, 0xa9, 0x47, 0x53, 0xdc, 0x46, 0x6c, 0xb1, 0xc7, 0x21, 0x7d, 0x1a, 0x8d, 0xd4, 0xdc, 0xa1, 0x1f, 0xe0, 0xe4, 0xba, 0xf9, 0x3e, 0xd5, 0xfb, 0x83, 0xe4, 0x8f, 0xe2, 0x29, 0xa8, 0x5b, 0x7f, 0x16, 0x58, 0x79, 0x59, 0xd4, 0x2c, 0x70, 0x8f, 0x87, 0x3c, 0x2b, 0x2f, 0x6a, 0x60, 0x66, 0xfd, 0xc8, 0x9a, 0xa8, 0x68, 0x33, 0xbb, 0x66, 0xe6, 0xfb, 0x34, 0x1a, 0xe5, 0x41, 0xa7, 0xaf, 0x22, 0x10, 0xfe, 0x66, 0x0e, 0x0c, 0x24, 0x9a, 0x0c, 0x9e, 0x42, 0xce, 0xfa, 0xae, 0x6b, 0x4a, 0x0f, 0x22, 0x7e, 0x88, 0x4d, 0x8b, 0x06, 0xf2, 0x76, 0x69, 0xe5, 0x8b, 0xbf, 0x1f, 0x5e, 0x36, 0x73, 0x55, 0x2b, 0x97, 0x70, 0x8e, 0x6c, 0xd7, 0x66, 0xb1, 0xbb, 0xc3, 0x43, 0x68, 0xc8, 0x43, 0x6d, 0xe7, 0x14, 0x44, 0x6a, 0x1b, 0x78, 0x84, 0xb0, 0x71, 0xa8, 0x32, 0x68, 0xe1, 0x8e, 0x0d, 0x09 } } }; static const struct cckprng_op_reseed op_reseed_2638 = { .hd = { .id = 2492, .kind = OP_RESEED }, .nonce = 4092632597092755094ULL, .seed_nbytes = 79, .seed = { 0xd9, 0xb0, 0xb6, 0xb9, 0x15, 0xea, 0x03, 0xc7, 0x45, 0x87, 0xef, 0xb0, 0xf6, 0x99, 0x40, 0x7b, 0x4b, 0x6d, 0x50, 0x55, 0x6f, 0xae, 0x39, 0x1c, 0x71, 0xed, 0x81, 0x49, 0x8a, 0xec, 0xe3, 0x1a, 0x3b, 0x6c, 0x70, 0x21, 0x72, 0x5d, 0x1c, 0x50, 0x60, 0x9b, 0x2c, 0x72, 0xea, 0x4e, 0x00, 0xe8, 0xbb, 0xa5, 0xf0, 0x06, 0xb3, 0x6c, 0x9d, 0x7b, 0xeb, 0x9a, 0x16, 0xef, 0x12, 0xb8, 0xf2, 0xd9, 0xc6, 0x8d, 0x00, 0xc5, 0x05, 0x88, 0xd0, 0x67, 0x99, 0xd1, 0xa8, 0x4a, 0xe7, 0xe0, 0x9c } }; static const struct cckprng_op_reseed op_reseed_2639 = { .hd = { .id = 2493, .kind = OP_RESEED }, .nonce = 6549361592241037919ULL, .seed_nbytes = 32, .seed = { 0x79, 0x29, 0x54, 0xe3, 0xf4, 0x17, 0x05, 0xe0, 0x84, 0x62, 0x85, 0x3b, 0x76, 0xf6, 0x40, 0x27, 0x96, 0xc4, 0x88, 0xcc, 0xdc, 0x0f, 0xe3, 0x5f, 0x7a, 0x07, 0xa4, 0xe8, 0x1d, 0x67, 0x81, 0x4f } }; static const struct cckprng_op_generate op_init_2640 = { .hd = { .id = 2494, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0xf1, 0xd6, 0x8d, 0x6b, 0x1d, 0x1c, 0xd5, 0x24, 0xe5, 0x5c, 0xf3, 0xb0, 0x56, 0x80, 0x3c, 0xda, 0x83, 0x60, 0x48, 0x40, 0x97, 0x36, 0x6c, 0x9e, 0xe8, 0xe9, 0x39, 0xd2, 0x05, 0x2a, 0x24, 0xee, 0x07, 0x6c, 0x7c, 0x76, 0xa6, 0x6e, 0x88, 0xfb, 0xfb, 0xe6, 0xb1, 0xc0, 0x87, 0xdf, 0x75, 0x1b, 0xbe, 0x29, 0x71, 0x34, 0x0b, 0x65, 0x0e, 0x6c, 0x01, 0xe9, 0x14, 0xeb, 0x00, 0xa8, 0xb2, 0xe9, 0xcb, 0x80, 0x2a } } }; static const struct cckprng_op_reseed op_reseed_2641 = { .hd = { .id = 2495, .kind = OP_RESEED }, .nonce = 7708218122588389427ULL, .seed_nbytes = 147, .seed = { 0x68, 0x51, 0xc0, 0xc0, 0x7e, 0xb9, 0x0d, 0x64, 0x4e, 0xfb, 0xa4, 0x88, 0x08, 0xb6, 0x1c, 0x2a, 0x1a, 0xde, 0xb7, 0x30, 0x4f, 0x5b, 0x77, 0xc5, 0x98, 0xa5, 0x34, 0xc2, 0x05, 0x6a, 0x01, 0x8c, 0x55, 0xe4, 0xb4, 0x78, 0x62, 0x7f, 0xc7, 0x6e, 0x24, 0x95, 0xd4, 0x76, 0x6c, 0xde, 0x37, 0xcd, 0xda, 0x2e, 0x12, 0x51, 0xe5, 0xd7, 0xf1, 0xd1, 0xb0, 0xd4, 0x38, 0xf6, 0x7e, 0xcc, 0xa3, 0x19, 0xd0, 0x6a, 0xbb, 0xe4, 0x81, 0x2a, 0xa5, 0xef, 0x66, 0x2f, 0x5a, 0xe3, 0xcc, 0x30, 0x07, 0x8a, 0x0b, 0x39, 0x49, 0xb7, 0x20, 0x76, 0xfe, 0xab, 0xbf, 0xf6, 0xf1, 0x13, 0x08, 0x62, 0x2c, 0x7b, 0x78, 0xf9, 0xd3, 0x36, 0xae, 0x0c, 0x62, 0xf0, 0xc5, 0xd3, 0xb2, 0x9a, 0xfb, 0x34, 0xa6, 0xca, 0x2b, 0x5b, 0xef, 0xab, 0xbe, 0x02, 0xb9, 0xb6, 0x93, 0xd8, 0x04, 0x14, 0x04, 0x69, 0xa0, 0x9d, 0x33, 0xd7, 0x16, 0x4b, 0xef, 0x93, 0x80, 0xcc, 0xe7, 0x03, 0xde, 0x92, 0x6a, 0x6d, 0x8a, 0x4b, 0x8d, 0xa3, 0x5e } }; static const struct cckprng_op_reseed op_reseed_2642 = { .hd = { .id = 2496, .kind = OP_RESEED }, .nonce = 3466865112786548265ULL, .seed_nbytes = 201, .seed = { 0xdd, 0x25, 0x1d, 0x7a, 0x08, 0xaf, 0x69, 0x75, 0xeb, 0x2f, 0xa4, 0x44, 0xfa, 0x40, 0x31, 0x54, 0xc0, 0x0d, 0x9f, 0x62, 0xbd, 0xb6, 0x3a, 0x91, 0xde, 0x5e, 0x84, 0x43, 0x05, 0xd8, 0x8a, 0x3e, 0xca, 0xfe, 0x09, 0xc3, 0xc7, 0xfa, 0xc6, 0x00, 0x02, 0xc7, 0xa7, 0x54, 0xb0, 0x31, 0x79, 0xad, 0xbf, 0x31, 0xc3, 0x49, 0x34, 0x72, 0xa5, 0xac, 0xbe, 0xb9, 0x97, 0xc4, 0xfe, 0x67, 0x34, 0xc6, 0x6c, 0xf0, 0x36, 0xe7, 0x11, 0xbe, 0xea, 0xec, 0x04, 0xc8, 0x56, 0x19, 0xd5, 0x03, 0x0c, 0xb1, 0x0b, 0x36, 0x05, 0x4e, 0x8c, 0x3c, 0xc4, 0x02, 0x3a, 0xc2, 0x5d, 0x35, 0x3e, 0x32, 0xf5, 0x5d, 0xbe, 0x92, 0x37, 0x66, 0xc1, 0xe7, 0x93, 0x03, 0xa3, 0x77, 0x82, 0x76, 0x0d, 0xf9, 0xc8, 0x23, 0x8e, 0x9f, 0x25, 0xfa, 0x0c, 0xa7, 0xab, 0x0e, 0x79, 0x31, 0x7d, 0x50, 0xf5, 0x87, 0xd6, 0x31, 0xd4, 0x0a, 0x60, 0x6a, 0x91, 0xcc, 0xd3, 0xc4, 0x41, 0xc9, 0x03, 0xb6, 0xcf, 0x61, 0x7a, 0x0a, 0x03, 0x91, 0x3e, 0x4d, 0xde, 0x86, 0xd5, 0x8a, 0xad, 0xc3, 0x16, 0xd3, 0xf2, 0x75, 0x0a, 0x1c, 0xed, 0xba, 0x65, 0xf1, 0x8c, 0x07, 0x78, 0x38, 0x4c, 0x87, 0xb9, 0xa7, 0x37, 0xb3, 0x85, 0xa4, 0xd4, 0xcf, 0x30, 0xd6, 0x30, 0xc9, 0xde, 0xa2, 0x0b, 0x0c, 0x42, 0x0b, 0x73, 0x7b, 0xc8, 0x78, 0x95, 0x68, 0x48, 0x43, 0xb7, 0x96, 0x6d, 0x9d, 0x5c } }; static const struct cckprng_op_generate op_init_2643 = { .hd = { .id = 2497, .kind = OP_GENERATE }, .rand_nbytes = 93, .out = { .rand = { 0x56, 0xf4, 0x9c, 0x6a, 0xce, 0xc2, 0x46, 0x2b, 0x40, 0xe8, 0xae, 0x04, 0xbf, 0x71, 0xc4, 0x7a, 0xbc, 0x99, 0x8b, 0xb6, 0x94, 0xd7, 0xdd, 0x13, 0x48, 0x89, 0xe7, 0x5b, 0x61, 0x9f, 0x7b, 0x70, 0x41, 0x62, 0x40, 0xf6, 0xda, 0x8c, 0x5c, 0x56, 0xb5, 0xc5, 0xfc, 0xfa, 0x46, 0xd9, 0x00, 0x95, 0x8c, 0xb3, 0xef, 0x66, 0x64, 0x6d, 0xc6, 0xff, 0x83, 0x12, 0x39, 0x1e, 0x54, 0xee, 0x03, 0xff, 0xac, 0xb2, 0x5a, 0x18, 0xbd, 0x7c, 0x21, 0x32, 0x61, 0x1d, 0xbd, 0xa7, 0x42, 0xba, 0x72, 0x01, 0x23, 0x8d, 0x03, 0x3c, 0xb5, 0xed, 0xfa, 0x32, 0x57, 0x9f, 0xee, 0x9f, 0x87 } } }; static const struct cckprng_op_refresh op_refresh_2644 = { .hd = { .id = 2498, .kind = OP_REFRESH }, .rand = 9170294305088013843ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2645[] = { (const struct cckprng_op *)&op_init_2629, (const struct cckprng_op *)&op_init_2630, (const struct cckprng_op *)&op_refresh_2631, (const struct cckprng_op *)&op_reseed_2632, (const struct cckprng_op *)&op_refresh_2633, (const struct cckprng_op *)&op_refresh_2634, (const struct cckprng_op *)&op_init_2635, (const struct cckprng_op *)&op_reseed_2636, (const struct cckprng_op *)&op_init_2637, (const struct cckprng_op *)&op_reseed_2638, (const struct cckprng_op *)&op_reseed_2639, (const struct cckprng_op *)&op_init_2640, (const struct cckprng_op *)&op_reseed_2641, (const struct cckprng_op *)&op_reseed_2642, (const struct cckprng_op *)&op_init_2643, (const struct cckprng_op *)&op_refresh_2644 }; static const struct cckprng_vector vec_2646 = { .id = 2499, .note = NULL, .nops = 16, .ops = ops_2645 }; static const struct cckprng_op_init op_init_2647 = { .hd = { .id = 2500, .kind = OP_INIT }, .seed = { 0xdc, 0xd8, 0xec, 0xa7, 0x26, 0x9f, 0xfa, 0xe1, 0xf6, 0xa4, 0x48, 0x7f, 0xb6, 0x38, 0xa6, 0x97, 0x70, 0xc8, 0x03, 0xb2, 0x44, 0xea, 0x31, 0xff, 0xb0, 0x25, 0x2f, 0x74, 0xbc, 0x76, 0xa4, 0xc9 }, .nonce = { 0xe6, 0xee, 0xa3, 0x78, 0xa4, 0xcf, 0x5c, 0x6b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2648 = { .hd = { .id = 2501, .kind = OP_REFRESH }, .rand = 13120070721033265707ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2649 = { .hd = { .id = 2502, .kind = OP_REFRESH }, .rand = 15715338291214178908ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2650 = { .hd = { .id = 2503, .kind = OP_REFRESH }, .rand = 16101956308779341244ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2651 = { .hd = { .id = 2504, .kind = OP_GENERATE }, .rand_nbytes = 31, .out = { .rand = { 0x80, 0x27, 0xf4, 0xbe, 0xae, 0x41, 0x60, 0x02, 0xef, 0x3a, 0x4e, 0x9a, 0x26, 0xbf, 0x79, 0x93, 0xb7, 0xcf, 0xf8, 0x1a, 0xed, 0xb0, 0x76, 0x43, 0x8c, 0x26, 0xdd, 0x63, 0x0e, 0x4b, 0x57 } } }; static const struct cckprng_op_refresh op_refresh_2652 = { .hd = { .id = 2505, .kind = OP_REFRESH }, .rand = 6660022466411473738ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2653 = { .hd = { .id = 2506, .kind = OP_REFRESH }, .rand = 12842291426913152277ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2654 = { .hd = { .id = 2507, .kind = OP_RESEED }, .nonce = 673098757743748754ULL, .seed_nbytes = 87, .seed = { 0x39, 0x8e, 0x34, 0x63, 0x57, 0x83, 0x11, 0x8c, 0xcf, 0x55, 0xd2, 0xa6, 0x31, 0xb9, 0x25, 0xa4, 0xc5, 0xa4, 0x3e, 0x28, 0x13, 0x51, 0x83, 0x1e, 0x02, 0x26, 0x11, 0x70, 0x9c, 0xbd, 0xf3, 0xcc, 0xdf, 0x96, 0x22, 0xb0, 0x1c, 0x40, 0xea, 0xc1, 0xa1, 0x59, 0x8d, 0x24, 0x3a, 0xaa, 0x31, 0x45, 0x3b, 0x46, 0x83, 0xe1, 0xda, 0x2f, 0xc5, 0x69, 0x0d, 0xb0, 0xdb, 0xed, 0x0a, 0xbe, 0x3b, 0xe8, 0x26, 0x7b, 0xa4, 0xd3, 0xe3, 0xfb, 0xd8, 0x24, 0xc3, 0x1e, 0x6f, 0x59, 0xc3, 0x70, 0x32, 0x10, 0x48, 0x05, 0x6d, 0xbc, 0x3c, 0x57, 0x07 } }; static const struct cckprng_op_generate op_init_2655 = { .hd = { .id = 2508, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0x55, 0x6f, 0x05, 0x52, 0xcf, 0x18, 0x0d, 0x1e, 0xd5, 0xee, 0x79, 0x8a, 0x7b, 0xae, 0xb2, 0x9c, 0xad, 0x69, 0xf4, 0xba, 0x1f, 0x68, 0x58, 0xf7, 0x4c, 0xa8, 0x46, 0x09, 0x59, 0xb4, 0xca, 0xfe, 0xf8, 0xbe, 0x6d, 0x89, 0x5e, 0xb9, 0x0f, 0xde, 0x2e, 0x7c, 0x03, 0x9e, 0xdc, 0xfe, 0x86, 0x40, 0x1b, 0xa8, 0x27, 0xd2, 0xdb, 0xf3, 0x6c, 0xcd, 0xb6, 0x68, 0xb7, 0x55, 0x22, 0xbe, 0x21, 0x44, 0xb8, 0x30, 0xd0, 0x1c, 0x63, 0xd0, 0x2b, 0xdc, 0x93, 0x77, 0xe7, 0xe3, 0x8d, 0x02, 0x0e, 0x50, 0xbd, 0x3b, 0x71, 0x0d, 0xd9, 0x22, 0x65, 0x66, 0x64, 0x93, 0x9a, 0x97, 0x7b, 0x2b, 0xf3, 0x6b, 0x24, 0x8c, 0xd5, 0x63, 0x80, 0x4f, 0x91, 0x3e, 0x77, 0x59, 0x65, 0xb7, 0x5d, 0x4b, 0x0d, 0x16, 0xe1, 0x34, 0xa3, 0x12, 0x5f, 0xcd, 0x63, 0x84, 0x22, 0xca, 0x12, 0x30, 0xf4, 0x85, 0xad, 0xd0, 0x08, 0x99, 0x0a, 0xae, 0xa7, 0xb5, 0x25, 0xd6, 0xde, 0x52, 0x4a, 0x4c, 0x23, 0x43, 0xeb, 0x8a, 0x49, 0xc2, 0xb3, 0xa6, 0xdd, 0xe6, 0xee, 0x26, 0x94, 0x88, 0xf5 } } }; static const struct cckprng_op_refresh op_refresh_2656 = { .hd = { .id = 2509, .kind = OP_REFRESH }, .rand = 1919569256131161925ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2657 = { .hd = { .id = 2510, .kind = OP_RESEED }, .nonce = 8515520127352957218ULL, .seed_nbytes = 240, .seed = { 0x48, 0xbf, 0x3c, 0x1c, 0xfc, 0xc0, 0xb6, 0xc1, 0x5f, 0x6c, 0x27, 0x19, 0xeb, 0xa1, 0xa4, 0x63, 0xab, 0xb4, 0x16, 0x94, 0xa2, 0xd7, 0xeb, 0xa0, 0x14, 0xfa, 0xff, 0x58, 0x2f, 0x28, 0x09, 0xfd, 0xa8, 0xfb, 0x9e, 0x21, 0x48, 0x19, 0xfb, 0xa6, 0x15, 0x38, 0x2c, 0xcd, 0x5c, 0x48, 0x9f, 0x12, 0xca, 0x7f, 0x4c, 0x4b, 0x07, 0x7d, 0x2c, 0x8d, 0x02, 0x48, 0x2d, 0x61, 0x26, 0x13, 0x5e, 0x9f, 0xc0, 0xa0, 0xf3, 0x01, 0x00, 0x77, 0xf8, 0x96, 0xd9, 0x4e, 0x8a, 0x35, 0xbb, 0xbd, 0xa5, 0x7b, 0x22, 0x59, 0xe7, 0x13, 0x63, 0x01, 0xec, 0x8a, 0x6d, 0x7d, 0x65, 0xdf, 0xf9, 0x2b, 0xee, 0x65, 0xe0, 0xf2, 0x0d, 0xcd, 0x0e, 0x0d, 0x7a, 0xfc, 0x41, 0xf2, 0x8a, 0x06, 0x41, 0xaf, 0x7d, 0x13, 0xa5, 0xb8, 0x16, 0x2c, 0x1b, 0x28, 0xfd, 0xac, 0xd4, 0xf8, 0x24, 0x92, 0x75, 0x78, 0x2a, 0xdb, 0xd8, 0x23, 0xaa, 0x62, 0x92, 0x2b, 0x4d, 0x9e, 0xa3, 0xd8, 0x0d, 0xa5, 0xb0, 0x17, 0x14, 0xb9, 0x41, 0x7d, 0x45, 0xe1, 0x5f, 0x3b, 0x80, 0x9f, 0x66, 0x09, 0xca, 0x5e, 0xda, 0x96, 0x87, 0xae, 0xac, 0xee, 0xde, 0x56, 0x84, 0xad, 0xdb, 0x7c, 0x6c, 0x79, 0xcf, 0xd9, 0xac, 0x37, 0xcd, 0x6b, 0x72, 0xb8, 0x04, 0xad, 0xd8, 0x04, 0xce, 0xdd, 0xf0, 0x96, 0x2f, 0x64, 0x23, 0x16, 0xf1, 0xf5, 0x03, 0x29, 0x77, 0x22, 0x72, 0xf1, 0x17, 0xba, 0x7a, 0x24, 0x35, 0xa8, 0x02, 0xa8, 0x55, 0xa1, 0x7b, 0xd4, 0xd4, 0xe3, 0x57, 0xca, 0x11, 0x1e, 0xf3, 0x5a, 0x38, 0x75, 0x18, 0x5b, 0xba, 0x9f, 0xcb, 0x1f, 0xc7, 0x9e, 0x94, 0x0f, 0x02, 0xea, 0xf3, 0x21, 0xd0, 0xca, 0x66, 0xe1, 0x73, 0x1a } }; static const struct cckprng_op_refresh op_refresh_2658 = { .hd = { .id = 2511, .kind = OP_REFRESH }, .rand = 14850383163913037431ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2659 = { .hd = { .id = 2512, .kind = OP_GENERATE }, .rand_nbytes = 51, .out = { .rand = { 0xa1, 0xcd, 0x33, 0xfb, 0x26, 0xf5, 0x88, 0xb2, 0x18, 0x83, 0x52, 0x7b, 0xa7, 0x6a, 0xed, 0xcf, 0x44, 0x6a, 0xec, 0x68, 0xfe, 0x1b, 0xde, 0xb4, 0x57, 0xb9, 0xf4, 0xf8, 0x13, 0x70, 0xb6, 0xcb, 0x9f, 0x76, 0xe8, 0x96, 0xca, 0xea, 0x3c, 0xdc, 0x2d, 0xf1, 0x0c, 0x82, 0xe5, 0x24, 0xd9, 0xbc, 0x8f, 0x68, 0x25 } } }; static const struct cckprng_op_refresh op_refresh_2660 = { .hd = { .id = 2513, .kind = OP_REFRESH }, .rand = 4650847776996155345ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2661 = { .hd = { .id = 2514, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0xc6, 0x25, 0xef, 0xca, 0x2d, 0x31, 0x23, 0x0e, 0x4c, 0x46, 0x08, 0x21, 0xc2, 0x2a, 0x27, 0x7e, 0x67, 0x5f, 0x38, 0x15, 0x74, 0x2c, 0xca, 0x1e, 0x47, 0x0d, 0xb6, 0xdc, 0x4d, 0x5c, 0x3d, 0x7c, 0xd2, 0xf2, 0xae, 0x9b } } }; static const struct cckprng_op_refresh op_refresh_2662 = { .hd = { .id = 2515, .kind = OP_REFRESH }, .rand = 9705747913988879722ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2663[] = { (const struct cckprng_op *)&op_init_2647, (const struct cckprng_op *)&op_refresh_2648, (const struct cckprng_op *)&op_refresh_2649, (const struct cckprng_op *)&op_refresh_2650, (const struct cckprng_op *)&op_init_2651, (const struct cckprng_op *)&op_refresh_2652, (const struct cckprng_op *)&op_refresh_2653, (const struct cckprng_op *)&op_reseed_2654, (const struct cckprng_op *)&op_init_2655, (const struct cckprng_op *)&op_refresh_2656, (const struct cckprng_op *)&op_reseed_2657, (const struct cckprng_op *)&op_refresh_2658, (const struct cckprng_op *)&op_init_2659, (const struct cckprng_op *)&op_refresh_2660, (const struct cckprng_op *)&op_init_2661, (const struct cckprng_op *)&op_refresh_2662 }; static const struct cckprng_vector vec_2664 = { .id = 2516, .note = NULL, .nops = 16, .ops = ops_2663 }; static const struct cckprng_op_init op_init_2665 = { .hd = { .id = 2517, .kind = OP_INIT }, .seed = { 0x66, 0x4f, 0x96, 0x68, 0x72, 0x28, 0x78, 0xe9, 0xcc, 0x7e, 0xda, 0x04, 0xa4, 0xe4, 0xa8, 0x5c, 0x98, 0x12, 0xce, 0xd2, 0x3d, 0x88, 0xa7, 0x10, 0x10, 0x2f, 0x72, 0x22, 0xc3, 0xc2, 0xf9, 0x14 }, .nonce = { 0x32, 0xd5, 0xb4, 0xb8, 0xbe, 0xa4, 0x36, 0x51 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2666 = { .hd = { .id = 2518, .kind = OP_REFRESH }, .rand = 11395326316086087975ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2667 = { .hd = { .id = 2519, .kind = OP_REFRESH }, .rand = 9585209772595666655ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2668 = { .hd = { .id = 2520, .kind = OP_REFRESH }, .rand = 8589263906270622607ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2669 = { .hd = { .id = 2521, .kind = OP_RESEED }, .nonce = 3010138364220491282ULL, .seed_nbytes = 94, .seed = { 0xc8, 0xc4, 0x13, 0x8a, 0x56, 0xf3, 0xbb, 0xe1, 0x87, 0x00, 0x30, 0x85, 0x1d, 0x66, 0x14, 0x26, 0x20, 0x5f, 0x70, 0xa5, 0x46, 0x2e, 0xa3, 0xb8, 0xf1, 0x1a, 0xab, 0x96, 0x29, 0x3b, 0x44, 0xe3, 0xc2, 0x1f, 0xd6, 0xdb, 0x84, 0xd0, 0xf3, 0x77, 0x92, 0x67, 0x7b, 0x7c, 0x75, 0xe9, 0xa4, 0x04, 0x00, 0x54, 0x29, 0xe1, 0xc4, 0xd5, 0x4b, 0xfa, 0xd1, 0x78, 0x75, 0x6d, 0xc3, 0xa2, 0x9c, 0x23, 0x5b, 0xa5, 0xcd, 0xea, 0x39, 0x8c, 0x7c, 0xf0, 0xcb, 0xae, 0xe8, 0xeb, 0x64, 0xd7, 0xf1, 0x05, 0x12, 0xee, 0xcd, 0xf0, 0xf1, 0xe2, 0x25, 0x35, 0x16, 0x30, 0x4a, 0x83, 0x6b, 0x2c } }; static const struct cckprng_op_generate op_init_2670 = { .hd = { .id = 2522, .kind = OP_GENERATE }, .rand_nbytes = 143, .out = { .rand = { 0x0a, 0x53, 0xf1, 0xbe, 0x42, 0xb2, 0x23, 0xd4, 0xa5, 0x74, 0x04, 0xaf, 0xa2, 0x37, 0x28, 0x30, 0x3b, 0x15, 0xdc, 0xef, 0xd4, 0x61, 0x89, 0x6a, 0x3e, 0x08, 0xee, 0x3b, 0xa1, 0xc3, 0xe1, 0x5d, 0xdf, 0x00, 0xd5, 0xe3, 0xb1, 0xaf, 0x84, 0xfb, 0x93, 0x11, 0x16, 0x51, 0x6e, 0x00, 0xc8, 0x00, 0x59, 0xd2, 0x94, 0x8f, 0xfb, 0xdb, 0x4f, 0x27, 0x7e, 0xce, 0x6c, 0x31, 0x88, 0x12, 0x60, 0xcc, 0x71, 0x46, 0x61, 0xfb, 0x27, 0xab, 0x29, 0x2b, 0x47, 0xf0, 0xa2, 0xf2, 0x96, 0xe5, 0xa6, 0xe2, 0xf7, 0x32, 0x00, 0xab, 0x99, 0x45, 0x81, 0x62, 0x03, 0x2a, 0x62, 0x2c, 0x58, 0x92, 0x17, 0xb1, 0xdd, 0x6a, 0xf0, 0x5f, 0xba, 0x7c, 0x07, 0xb3, 0x8f, 0xc6, 0x21, 0x36, 0xc0, 0xf6, 0x98, 0x5a, 0x4e, 0x56, 0xc3, 0x71, 0xb7, 0x4c, 0x33, 0xf1, 0x8a, 0xed, 0x90, 0xce, 0x85, 0x23, 0xdd, 0x5d, 0xb2, 0xaa, 0x93, 0x98, 0x16, 0x2e, 0x51, 0x7f, 0x1e, 0x04, 0xf4, 0x33, 0x9b, 0x4b, 0x5c } } }; static const struct cckprng_op_generate op_init_2671 = { .hd = { .id = 2523, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0x55, 0x74, 0x6e, 0xac, 0x7f, 0x86, 0x1c, 0xcf, 0x37, 0xa6, 0xed, 0xb0, 0x89, 0x5d, 0xa4, 0x8a, 0x5b, 0x95, 0xf9, 0x6a, 0x2d, 0x82, 0xa4, 0x35, 0xd6, 0xeb, 0xc9, 0x1c, 0x17, 0x8c, 0xf1, 0xc7, 0xf2, 0x88, 0x41, 0xc0, 0x09, 0x02, 0xa3, 0x5f, 0xdc, 0x1d, 0x37, 0xb4, 0xde, 0xec, 0x1c, 0x41, 0x5a, 0xd2, 0x20, 0xf2, 0x6c, 0x80, 0xc8, 0x5a, 0x27, 0x14, 0x10, 0x9b, 0x1b, 0x46, 0x30, 0x25, 0x05, 0xf8, 0xc0, 0x4f, 0x3b, 0xc7, 0x46, 0xf3, 0x7a, 0x72, 0x58, 0xab, 0xa5, 0xa4, 0x2d, 0xb5, 0xec, 0xb6, 0x68, 0xfa, 0xf2, 0xcb, 0x24, 0x3a, 0xc6, 0x3c, 0xab, 0xe9, 0x6a, 0x12, 0xec, 0xbe, 0x3b, 0xd4, 0x41, 0x92, 0xae, 0xf3, 0x7b, 0x2b, 0x86, 0xba, 0x58, 0xb3, 0x48, 0x04, 0xc0, 0x55, 0xd7 } } }; static const struct cckprng_op_refresh op_refresh_2672 = { .hd = { .id = 2524, .kind = OP_REFRESH }, .rand = 2880021460498387519ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2673 = { .hd = { .id = 2525, .kind = OP_RESEED }, .nonce = 17109100639451368484ULL, .seed_nbytes = 161, .seed = { 0x1b, 0x94, 0x74, 0x85, 0x2d, 0x9b, 0xc7, 0x8b, 0x83, 0xb2, 0x4b, 0xac, 0xc8, 0x0c, 0xca, 0xd3, 0x9f, 0xcc, 0x23, 0x79, 0xc2, 0x50, 0x01, 0x89, 0xd4, 0x66, 0xd2, 0x0a, 0xa8, 0x5c, 0x46, 0x65, 0x50, 0xd1, 0x6b, 0x26, 0xd9, 0xeb, 0x7d, 0x45, 0xcd, 0xf0, 0x61, 0x5a, 0x0c, 0x88, 0x06, 0x5b, 0xd9, 0x36, 0x57, 0x9c, 0xdb, 0xaf, 0x39, 0x03, 0x6c, 0x7a, 0xcb, 0x1c, 0x79, 0x47, 0x7c, 0x56, 0xe9, 0xb1, 0xba, 0x2b, 0x45, 0xdd, 0x54, 0x0c, 0x34, 0x27, 0x0c, 0x17, 0x61, 0x26, 0xc5, 0x4a, 0x05, 0xa2, 0xac, 0x88, 0x9a, 0xd8, 0xd1, 0x3c, 0xd1, 0x99, 0xe1, 0x79, 0xec, 0x34, 0x97, 0x52, 0x09, 0x07, 0x3e, 0xb0, 0xb9, 0xa3, 0x73, 0x63, 0x59, 0xb6, 0x9d, 0x68, 0xb2, 0x9b, 0xa2, 0xb5, 0x4b, 0x6f, 0xb5, 0x65, 0xfd, 0x62, 0x37, 0x4f, 0x90, 0xba, 0x53, 0xe2, 0xd5, 0x19, 0x47, 0xbe, 0x91, 0x5e, 0x18, 0x3c, 0xe8, 0x46, 0x5a, 0x22, 0x04, 0x3b, 0x7a, 0x9e, 0xc3, 0xd5, 0xdd, 0xa5, 0x7e, 0xa9, 0x7e, 0x49, 0x1f, 0xbd, 0x6a, 0x4d, 0x46, 0x14, 0x62, 0x07, 0x6e, 0x58, 0x18, 0xf2, 0x39 } }; static const struct cckprng_op_reseed op_reseed_2674 = { .hd = { .id = 2526, .kind = OP_RESEED }, .nonce = 12460180324168225088ULL, .seed_nbytes = 199, .seed = { 0x5c, 0x2d, 0x9a, 0x95, 0x64, 0x6f, 0x0d, 0xa4, 0xee, 0x8d, 0x5e, 0x64, 0x7d, 0xc7, 0x8a, 0x14, 0xaa, 0x95, 0x53, 0x0b, 0xfe, 0xe0, 0xa1, 0x5a, 0x63, 0x21, 0xfe, 0xda, 0xd5, 0x17, 0x8b, 0x4f, 0x1f, 0xb0, 0x3f, 0x76, 0xa5, 0xfa, 0xa5, 0xfb, 0xc8, 0xf9, 0x78, 0x53, 0x8d, 0xce, 0xa6, 0xc2, 0xae, 0xb6, 0x7f, 0x1b, 0xfb, 0x57, 0x67, 0xce, 0x37, 0xcb, 0x31, 0x64, 0x05, 0x2d, 0x9f, 0x06, 0x86, 0x4b, 0x98, 0xea, 0xa6, 0xf7, 0x70, 0x89, 0x54, 0xa1, 0x11, 0xd5, 0x2b, 0xcd, 0x0f, 0xf5, 0xba, 0x67, 0xd3, 0xa4, 0x12, 0x0e, 0xaa, 0x09, 0x1b, 0x74, 0x4b, 0xe7, 0x47, 0x31, 0xfa, 0x96, 0x89, 0xc7, 0x29, 0xa2, 0x16, 0xc7, 0x16, 0x0b, 0x57, 0x5d, 0xb8, 0x1a, 0xf3, 0x3c, 0x4f, 0x5e, 0xe2, 0x00, 0x70, 0x02, 0x24, 0x9e, 0x69, 0xc5, 0x2f, 0xcd, 0x0a, 0x11, 0x6b, 0xe6, 0x39, 0x1d, 0xbc, 0xd4, 0x19, 0x8a, 0xff, 0xdb, 0x1f, 0x29, 0x21, 0xf0, 0x03, 0xc4, 0x84, 0x62, 0x26, 0x62, 0xeb, 0x1f, 0xcd, 0xde, 0x07, 0x29, 0xdf, 0x27, 0xe6, 0x8a, 0x74, 0xcc, 0xdd, 0x2b, 0x62, 0xbb, 0x0f, 0xaa, 0x01, 0x46, 0x1d, 0x23, 0x5a, 0x5c, 0x04, 0xa7, 0x0a, 0x32, 0x27, 0x9a, 0x82, 0x86, 0xa6, 0xce, 0x50, 0xcc, 0xee, 0x5d, 0x75, 0x15, 0x28, 0x09, 0x1f, 0x84, 0x0d, 0x2c, 0x68, 0xf0, 0x90, 0xdb, 0x0f, 0xf8, 0x86, 0x40, 0x8e } }; static const struct cckprng_op_refresh op_refresh_2675 = { .hd = { .id = 2527, .kind = OP_REFRESH }, .rand = 10216308303225651770ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2676 = { .hd = { .id = 2528, .kind = OP_GENERATE }, .rand_nbytes = 233, .out = { .rand = { 0x4b, 0x22, 0x77, 0xf2, 0x07, 0x04, 0x67, 0x9e, 0x96, 0x32, 0xa1, 0xa8, 0xe2, 0xd6, 0x11, 0x84, 0xfa, 0x0f, 0x6c, 0xcf, 0xe7, 0x22, 0xad, 0x01, 0x8e, 0x50, 0xc0, 0x13, 0xc6, 0xaf, 0x19, 0x9f, 0xea, 0x11, 0xa0, 0x37, 0x40, 0x38, 0x64, 0xaf, 0xeb, 0x3a, 0xf9, 0x0e, 0x57, 0xb5, 0x90, 0xfe, 0x20, 0xd8, 0x4b, 0x8b, 0xd3, 0xd0, 0x08, 0x41, 0x07, 0x94, 0x6f, 0xf9, 0x90, 0x75, 0xcf, 0x6c, 0x6a, 0x39, 0x18, 0xc0, 0xbf, 0x35, 0xbb, 0xa8, 0x94, 0xec, 0x31, 0x65, 0xe9, 0xde, 0x03, 0xf1, 0x45, 0x55, 0x19, 0xc7, 0x01, 0x80, 0x73, 0x55, 0x57, 0x79, 0xd5, 0x13, 0xd4, 0xbb, 0x96, 0x29, 0xd3, 0x9f, 0x22, 0x07, 0x66, 0xbf, 0x8a, 0x21, 0x2a, 0x49, 0xe4, 0x5a, 0x84, 0x34, 0xd7, 0x2f, 0x1a, 0x48, 0x11, 0x04, 0x1d, 0x0f, 0x93, 0x48, 0x16, 0x9a, 0x58, 0xea, 0x0c, 0x69, 0x5e, 0xd0, 0x75, 0x6d, 0x2b, 0x96, 0x4a, 0x28, 0x51, 0x1e, 0xa6, 0xb7, 0xb7, 0xeb, 0x0b, 0x95, 0xa1, 0xc8, 0xd5, 0xc6, 0x9d, 0xde, 0xdd, 0x3d, 0x00, 0x8d, 0x80, 0x7f, 0x88, 0x60, 0xd6, 0x8e, 0x9c, 0x5d, 0xc7, 0x60, 0x3d, 0xd6, 0x81, 0x89, 0xf8, 0x4f, 0xd3, 0xdf, 0xf7, 0x62, 0xca, 0xdd, 0xf6, 0xb4, 0xa7, 0xb6, 0x5a, 0x56, 0x55, 0xa8, 0x7d, 0x41, 0x05, 0x72, 0xd5, 0xb7, 0x3e, 0xf3, 0x60, 0xd9, 0x7a, 0x5a, 0xd4, 0x0d, 0xf8, 0xf8, 0xf7, 0x58, 0x42, 0xaf, 0xc6, 0xf6, 0xb6, 0xe2, 0x2a, 0x74, 0x6d, 0xed, 0xb8, 0x69, 0xf0, 0xd3, 0x4f, 0x6c, 0x43, 0x5f, 0x4f, 0x60, 0x00, 0x18, 0x25, 0x65, 0xe8, 0x0e, 0xb0, 0x74, 0x77, 0xbc, 0x98, 0x70, 0x71 } } }; static const struct cckprng_op_reseed op_reseed_2677 = { .hd = { .id = 2529, .kind = OP_RESEED }, .nonce = 4582275493287873052ULL, .seed_nbytes = 83, .seed = { 0x66, 0x2b, 0xba, 0xeb, 0x9e, 0xee, 0x7b, 0xc2, 0x6c, 0x48, 0x7c, 0x1e, 0x5a, 0xe7, 0xa7, 0xb4, 0x4a, 0x84, 0xa9, 0x13, 0xbe, 0x58, 0xd3, 0x06, 0xfb, 0x97, 0xd4, 0x9c, 0xc1, 0xb8, 0x4f, 0x75, 0x12, 0x9e, 0xae, 0x7c, 0xe4, 0x7e, 0xe4, 0xc9, 0x0d, 0x8c, 0x14, 0xb4, 0xc1, 0x9c, 0x4b, 0x7f, 0x80, 0xc6, 0xdd, 0x8e, 0xce, 0x7c, 0x85, 0xfc, 0x96, 0x62, 0xce, 0x56, 0xe1, 0xb2, 0xa0, 0xac, 0xb4, 0x79, 0x97, 0x51, 0x31, 0x9c, 0x27, 0x07, 0x7f, 0x31, 0x0a, 0x6a, 0x21, 0x34, 0xeb, 0x9c, 0xb2, 0xe2, 0xec } }; static const struct cckprng_op_refresh op_refresh_2678 = { .hd = { .id = 2530, .kind = OP_REFRESH }, .rand = 10204157206853850288ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2679 = { .hd = { .id = 2531, .kind = OP_REFRESH }, .rand = 15769607041200728088ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2680 = { .hd = { .id = 2532, .kind = OP_GENERATE }, .rand_nbytes = 32, .out = { .rand = { 0xcc, 0xe2, 0x17, 0xe6, 0x1b, 0xf6, 0x39, 0xec, 0x83, 0x22, 0x35, 0xef, 0x4c, 0xdb, 0x9b, 0x2b, 0x02, 0xea, 0x86, 0x39, 0xde, 0xe4, 0xb6, 0x41, 0x55, 0x3b, 0x99, 0x89, 0x74, 0x02, 0xbe, 0xf7 } } }; static const struct cckprng_op *ops_2681[] = { (const struct cckprng_op *)&op_init_2665, (const struct cckprng_op *)&op_refresh_2666, (const struct cckprng_op *)&op_refresh_2667, (const struct cckprng_op *)&op_refresh_2668, (const struct cckprng_op *)&op_reseed_2669, (const struct cckprng_op *)&op_init_2670, (const struct cckprng_op *)&op_init_2671, (const struct cckprng_op *)&op_refresh_2672, (const struct cckprng_op *)&op_reseed_2673, (const struct cckprng_op *)&op_reseed_2674, (const struct cckprng_op *)&op_refresh_2675, (const struct cckprng_op *)&op_init_2676, (const struct cckprng_op *)&op_reseed_2677, (const struct cckprng_op *)&op_refresh_2678, (const struct cckprng_op *)&op_refresh_2679, (const struct cckprng_op *)&op_init_2680 }; static const struct cckprng_vector vec_2682 = { .id = 2533, .note = NULL, .nops = 16, .ops = ops_2681 }; static const struct cckprng_op_init op_init_2683 = { .hd = { .id = 2534, .kind = OP_INIT }, .seed = { 0x90, 0x21, 0x1d, 0x59, 0x1e, 0x16, 0x51, 0x0a, 0x52, 0x95, 0x00, 0x5b, 0xc7, 0x27, 0xf3, 0x1c, 0x31, 0xc4, 0x18, 0xaf, 0xf7, 0xee, 0xa2, 0x6b, 0x49, 0x51, 0xcd, 0x0f, 0x57, 0xd4, 0x0e, 0xfd }, .nonce = { 0xee, 0x33, 0x27, 0xf9, 0x0d, 0x9a, 0xdf, 0x3f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2684 = { .hd = { .id = 2535, .kind = OP_RESEED }, .nonce = 846670996541636062ULL, .seed_nbytes = 103, .seed = { 0xf1, 0x9a, 0x60, 0x21, 0x3d, 0xbf, 0xe2, 0x65, 0x3a, 0x1f, 0xc1, 0x74, 0xa2, 0xd6, 0x98, 0xc9, 0x21, 0xc4, 0x2c, 0xc6, 0xf3, 0x08, 0xe2, 0xe4, 0x4b, 0xe7, 0xa4, 0x90, 0x57, 0x86, 0xa4, 0x6d, 0x65, 0x6f, 0xba, 0x43, 0x4d, 0xf1, 0xd0, 0x5a, 0x43, 0x13, 0x92, 0xe9, 0x80, 0xb4, 0xbb, 0x74, 0x01, 0xe5, 0x27, 0x73, 0x33, 0x17, 0x35, 0xd1, 0xc8, 0xd4, 0x00, 0xc2, 0x87, 0xf4, 0xc2, 0x84, 0xd8, 0x21, 0xbe, 0xe4, 0x4a, 0x59, 0x55, 0x96, 0x78, 0x3b, 0x95, 0x98, 0x71, 0x7e, 0xad, 0x1b, 0x1a, 0xd7, 0xf4, 0xb5, 0xfb, 0xef, 0xd0, 0x1f, 0xb8, 0x4b, 0xde, 0x43, 0x43, 0x1e, 0x5b, 0x06, 0xc9, 0xa5, 0x3a, 0x6e, 0x84, 0xfb, 0x21 } }; static const struct cckprng_op_refresh op_refresh_2685 = { .hd = { .id = 2536, .kind = OP_REFRESH }, .rand = 9658515428262498975ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2686 = { .hd = { .id = 2537, .kind = OP_REFRESH }, .rand = 9531605195459329889ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2687 = { .hd = { .id = 2538, .kind = OP_REFRESH }, .rand = 15021114349701911386ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2688 = { .hd = { .id = 2539, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0xc3, 0x77, 0x2d, 0xf0, 0x64, 0xc1, 0xae, 0xe6, 0xe2, 0x7b, 0xe0, 0x0a, 0x29, 0x8d, 0x86, 0x81, 0xd0, 0x6f, 0x88, 0xd0, 0xbf, 0x22, 0xe5, 0x9a, 0xb6, 0x78, 0x0e, 0x6a, 0x06, 0xdd, 0x28, 0xd3, 0x90, 0x67, 0x90, 0x86, 0xc0, 0xdd, 0x19, 0xda, 0x8a, 0xad, 0xae, 0x1c, 0x87, 0x96, 0xf2, 0xde, 0xd1, 0x33, 0x63, 0xc4, 0x3c, 0x77, 0x4a, 0xb8, 0xc3, 0x9e, 0xbb, 0x67, 0x1d, 0x19, 0xbc, 0x1d, 0xa3, 0x73, 0xb3, 0x3c, 0xda, 0x92, 0x17, 0x48, 0xa5, 0x6e, 0xba, 0xb6, 0x5e, 0x0d, 0xa6, 0x56, 0xf7, 0x94, 0x66, 0xa4, 0x9b, 0x3c, 0x55, 0xe8, 0x46, 0xc1, 0x11, 0x6a, 0x98, 0xeb, 0x60, 0x7d, 0x4c, 0x91, 0x17, 0x3a, 0x9c, 0x5f, 0xda, 0x9b, 0xd4, 0x27, 0x3b, 0x28, 0x61, 0x43, 0xec, 0x12, 0x38, 0xc8, 0x7a, 0x62, 0x79, 0xfc, 0x16, 0x29, 0x55, 0x21, 0x4d, 0x8d, 0x6b, 0x95, 0x64, 0x60, 0x7e, 0x8b, 0xd6, 0x10, 0xac, 0x55, 0x63, 0x12, 0x17, 0x20, 0xe3, 0x81, 0x12, 0xa2, 0x14, 0xfa, 0x0e, 0xeb, 0x95, 0xd3, 0x8c, 0x27, 0xf8, 0x66, 0x4c } } }; static const struct cckprng_op_reseed op_reseed_2689 = { .hd = { .id = 2540, .kind = OP_RESEED }, .nonce = 12958302559910581777ULL, .seed_nbytes = 233, .seed = { 0x45, 0xd8, 0x07, 0x46, 0x68, 0xdd, 0x2d, 0x34, 0xb2, 0x11, 0x33, 0xc2, 0x1f, 0xbb, 0x7b, 0x24, 0xa6, 0x0f, 0x9a, 0x6b, 0xe2, 0xbe, 0x5f, 0x1e, 0xb3, 0xc1, 0x27, 0xd0, 0x0c, 0xfd, 0x43, 0xb0, 0xcf, 0xfb, 0xd5, 0x4b, 0x66, 0x65, 0xdc, 0x87, 0xfa, 0xd0, 0x78, 0x35, 0x8e, 0xa2, 0x6d, 0x30, 0xac, 0xb8, 0x0b, 0x8d, 0x9e, 0xb6, 0x26, 0x95, 0x4a, 0x9c, 0x0e, 0x64, 0x37, 0x83, 0x44, 0x80, 0xa9, 0x93, 0x32, 0xd4, 0xce, 0xcf, 0x29, 0xc0, 0x5c, 0xdc, 0x2d, 0xd6, 0xba, 0x0a, 0x6b, 0x6f, 0x5d, 0xed, 0xf7, 0x6d, 0xa9, 0x25, 0x86, 0xf1, 0x78, 0x30, 0x6c, 0xf1, 0xf1, 0x23, 0xca, 0xbe, 0xce, 0x53, 0x09, 0x2e, 0xe0, 0x1f, 0x97, 0xde, 0x9e, 0x55, 0xd3, 0x89, 0xb0, 0x94, 0xd3, 0x72, 0x09, 0xe8, 0x6d, 0x5c, 0x36, 0x9d, 0x80, 0xa3, 0xd7, 0x79, 0x39, 0xd8, 0xad, 0x07, 0xbe, 0xdc, 0xf8, 0xcb, 0xd0, 0x9f, 0xa2, 0xa8, 0x62, 0x54, 0x2a, 0xa4, 0xa2, 0xa0, 0x69, 0xe6, 0xa6, 0x07, 0x38, 0xb0, 0xee, 0x2f, 0xac, 0xd8, 0xd7, 0x9c, 0xe0, 0x36, 0xb8, 0x1e, 0xcd, 0xfa, 0xfc, 0xfc, 0xa3, 0x88, 0xe5, 0x69, 0xb1, 0x73, 0xce, 0xd4, 0x36, 0x20, 0x34, 0xb0, 0xee, 0x02, 0x1f, 0x22, 0x7a, 0xc2, 0x82, 0xa1, 0x3c, 0x17, 0x11, 0x7d, 0x5b, 0xfa, 0x94, 0xe1, 0x52, 0x2f, 0x8e, 0xc0, 0xf8, 0x02, 0x3f, 0x51, 0x2c, 0x50, 0x08, 0x92, 0xf2, 0x74, 0xfc, 0x1f, 0x39, 0x32, 0x0c, 0x81, 0xd2, 0x87, 0x28, 0x7f, 0x60, 0x8a, 0x69, 0xdf, 0xba, 0x9d, 0xb4, 0xb9, 0xf0, 0x14, 0x08, 0xbf, 0x26, 0xc7, 0x6b, 0x0e, 0x83, 0x17, 0x72, 0x30, 0xda } }; static const struct cckprng_op_reseed op_reseed_2690 = { .hd = { .id = 2541, .kind = OP_RESEED }, .nonce = 10542830815599672564ULL, .seed_nbytes = 188, .seed = { 0x7a, 0xae, 0xcf, 0x91, 0xe7, 0x2a, 0x00, 0x0b, 0xac, 0xd2, 0x85, 0x72, 0xbf, 0x91, 0x04, 0xb2, 0x9d, 0x03, 0x53, 0xf0, 0xf8, 0xbd, 0x94, 0x89, 0x94, 0x01, 0x86, 0x19, 0x12, 0x10, 0x7d, 0xeb, 0x7f, 0x59, 0xa5, 0xd5, 0x51, 0xdf, 0x89, 0xa4, 0x50, 0x86, 0x01, 0xc7, 0x40, 0x35, 0x4c, 0xe1, 0x46, 0xea, 0x14, 0xc5, 0xa9, 0x86, 0xe8, 0x64, 0xb6, 0x8e, 0x08, 0xbb, 0x6b, 0xd4, 0xcc, 0xdb, 0xdb, 0x75, 0x13, 0x3e, 0x83, 0x82, 0x62, 0xf5, 0x27, 0xbf, 0x3e, 0x27, 0xcf, 0x7c, 0x04, 0x49, 0xae, 0xac, 0x49, 0x91, 0x85, 0x3f, 0xee, 0x0f, 0x7d, 0x25, 0xf3, 0x90, 0xac, 0x1e, 0x17, 0x32, 0x91, 0x24, 0xe9, 0x51, 0x19, 0x62, 0xdf, 0xb0, 0x23, 0x1d, 0x78, 0x64, 0x10, 0x40, 0x07, 0x32, 0x64, 0xe4, 0xc1, 0x59, 0x99, 0xa2, 0xe0, 0xb0, 0x2d, 0x34, 0x49, 0xbf, 0xef, 0x93, 0x61, 0x2b, 0xa6, 0xa0, 0xb3, 0xc4, 0xc7, 0x3c, 0x34, 0x0b, 0x34, 0x2d, 0x3f, 0xfb, 0x52, 0x93, 0x8a, 0xb6, 0x25, 0x52, 0x93, 0xc7, 0xd5, 0x23, 0x44, 0xa0, 0xc4, 0x02, 0xca, 0xc8, 0x14, 0xa2, 0x30, 0xe0, 0x10, 0xb5, 0x30, 0x88, 0xe4, 0xd8, 0xbd, 0x5c, 0x25, 0xc5, 0x7c, 0xff, 0xcc, 0x0d, 0xbe, 0xe3, 0xaf, 0xcc, 0x93, 0xb1, 0x77, 0x11, 0x83, 0x83, 0xc4, 0x8f, 0xf5, 0xa8 } }; static const struct cckprng_op_refresh op_refresh_2691 = { .hd = { .id = 2542, .kind = OP_REFRESH }, .rand = 12831620943955479809ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2692 = { .hd = { .id = 2543, .kind = OP_REFRESH }, .rand = 14868878400932456164ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2693 = { .hd = { .id = 2544, .kind = OP_REFRESH }, .rand = 3038970041708362746ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2694 = { .hd = { .id = 2545, .kind = OP_GENERATE }, .rand_nbytes = 265, .out = { .rand = { 0x9e, 0xf2, 0x14, 0xf3, 0x96, 0xf5, 0x51, 0xc7, 0x72, 0xb3, 0x2e, 0xcb, 0xa2, 0x93, 0x65, 0x6c, 0x53, 0xb5, 0x95, 0xa6, 0x90, 0xd1, 0xde, 0xee, 0xfa, 0x50, 0x55, 0xda, 0x26, 0xb7, 0xe7, 0x33, 0x9e, 0x70, 0x20, 0x5b, 0xea, 0xda, 0xf1, 0xa5, 0x99, 0x8a, 0x04, 0x89, 0x52, 0xda, 0xf7, 0xc2, 0xcc, 0x68, 0xc4, 0x22, 0x50, 0xc9, 0x1e, 0xad, 0x06, 0x6d, 0x2e, 0x55, 0xc5, 0x15, 0x2c, 0x04, 0xb8, 0xf2, 0x0b, 0x4d, 0x77, 0x53, 0x0b, 0x9d, 0x1c, 0xaa, 0xbb, 0xfe, 0x79, 0xb3, 0x1b, 0x14, 0x51, 0x13, 0x34, 0xda, 0xde, 0x2e, 0x27, 0x2c, 0x09, 0x0d, 0x6a, 0xf9, 0xfe, 0xb6, 0x75, 0xdb, 0xfd, 0x59, 0x3a, 0x7d, 0x92, 0xa9, 0x7a, 0x71, 0xe6, 0xbd, 0x05, 0x59, 0x18, 0x0e, 0x47, 0xe1, 0x02, 0x1d, 0xcd, 0xac, 0x75, 0xdf, 0xd1, 0x02, 0xe0, 0xd1, 0xcb, 0x50, 0x4a, 0xf3, 0xda, 0x1c, 0x7a, 0x3f, 0x79, 0x17, 0xf6, 0xde, 0xb2, 0xe9, 0x98, 0x0c, 0xef, 0x6a, 0xa8, 0x0f, 0xdd, 0x13, 0xc2, 0x62, 0xb2, 0x4b, 0x10, 0xd8, 0xab, 0xa7, 0x3a, 0x67, 0x2f, 0x62, 0xf7, 0x93, 0x22, 0xea, 0x43, 0xfb, 0x10, 0x98, 0xff, 0x24, 0xfc, 0xfe, 0xe7, 0xcf, 0xaf, 0xa2, 0xb5, 0x73, 0x93, 0x1d, 0x49, 0x61, 0x46, 0x19, 0x5d, 0xe1, 0xa1, 0x6d, 0x40, 0xfd, 0x76, 0xe6, 0x3e, 0xf6, 0x70, 0x82, 0x90, 0x6f, 0x82, 0x8c, 0xdf, 0xa0, 0xd4, 0x49, 0x06, 0xc5, 0x65, 0xbe, 0xfa, 0xdd, 0x69, 0xe4, 0x69, 0xd7, 0x1c, 0xe2, 0x10, 0x43, 0x44, 0x08, 0xac, 0xcf, 0x3b, 0xaf, 0xe2, 0xa5, 0xc4, 0x0a, 0xc1, 0xe7, 0x53, 0x1b, 0x44, 0x67, 0xd1, 0xd2, 0xea, 0x59, 0x3d, 0x43, 0x16, 0xd9, 0xdc, 0x5e, 0x5e, 0xfc, 0x87, 0x5a, 0x6d, 0xeb, 0x0c, 0x4f, 0x1e, 0xfd, 0xea, 0x4a, 0xe9, 0x92, 0x94, 0xab, 0xad, 0x35, 0x04, 0x94, 0xfe, 0xf1, 0x45, 0x4a, 0x64 } } }; static const struct cckprng_op_refresh op_refresh_2695 = { .hd = { .id = 2546, .kind = OP_REFRESH }, .rand = 1122041553850825035ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2696 = { .hd = { .id = 2547, .kind = OP_REFRESH }, .rand = 5689389121205304688ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2697 = { .hd = { .id = 2548, .kind = OP_RESEED }, .nonce = 1917114252553223572ULL, .seed_nbytes = 280, .seed = { 0xd8, 0x1f, 0x58, 0xb5, 0x0b, 0xdc, 0xb7, 0x90, 0x35, 0x85, 0x43, 0x6c, 0x9f, 0xf0, 0x70, 0x74, 0xf5, 0xfe, 0xee, 0xaf, 0x37, 0x0a, 0x06, 0xba, 0x32, 0x0f, 0x7b, 0xb2, 0x56, 0x4d, 0xb3, 0xe6, 0x9e, 0x8f, 0x16, 0x3e, 0xe4, 0x45, 0x00, 0xb9, 0x92, 0x6e, 0xeb, 0x88, 0x65, 0x65, 0x4c, 0x77, 0x1c, 0xee, 0x5f, 0x53, 0x96, 0xe3, 0xb1, 0x3e, 0x4c, 0x65, 0xe0, 0xaa, 0x29, 0x9d, 0x0c, 0xeb, 0x2f, 0x21, 0x65, 0x8a, 0x45, 0x92, 0xf1, 0x2b, 0x00, 0x5d, 0xe8, 0x3e, 0xb1, 0x4d, 0x51, 0xce, 0x0d, 0xda, 0xc0, 0xb4, 0xbc, 0x1b, 0xa7, 0xb3, 0x32, 0x2b, 0xe8, 0x26, 0xa3, 0xfe, 0x9e, 0xe5, 0x23, 0x24, 0xa4, 0x03, 0xc8, 0x95, 0xf0, 0x10, 0x21, 0x10, 0xc7, 0x90, 0x1b, 0x5f, 0xfd, 0x45, 0xe2, 0x51, 0x01, 0xfc, 0xff, 0x47, 0x73, 0x47, 0x33, 0x71, 0x07, 0xc2, 0x32, 0x10, 0x09, 0x7f, 0x80, 0xbd, 0x41, 0xca, 0x50, 0x56, 0x5f, 0x07, 0xc3, 0xf5, 0x36, 0xd6, 0x44, 0x59, 0xc8, 0xe4, 0x62, 0x69, 0x89, 0x95, 0x9d, 0xdb, 0x26, 0x3b, 0x66, 0x43, 0x0f, 0x28, 0xdb, 0x25, 0xc6, 0x1c, 0x16, 0x29, 0x55, 0x73, 0x8e, 0xc0, 0x47, 0xa4, 0x58, 0xdb, 0x9e, 0x43, 0xaf, 0xbc, 0x31, 0xc4, 0xbd, 0x20, 0x3a, 0x46, 0x01, 0x39, 0x56, 0xf5, 0x37, 0x61, 0x0d, 0xde, 0x7b, 0xb2, 0x66, 0xd7, 0xc6, 0x9e, 0x2b, 0x0f, 0xb8, 0xa3, 0x69, 0x43, 0x18, 0x92, 0xf1, 0x34, 0x91, 0x83, 0xa2, 0x53, 0x82, 0x91, 0xa6, 0xca, 0x06, 0x46, 0x1b, 0xf8, 0xc1, 0x1e, 0xd8, 0x4f, 0xbd, 0x0b, 0x0c, 0x32, 0x6b, 0xbe, 0x88, 0xca, 0x21, 0xf5, 0x2a, 0x94, 0x76, 0xe6, 0x93, 0x04, 0x07, 0x82, 0xbc, 0x91, 0x59, 0x86, 0x47, 0xf7, 0x76, 0x1d, 0xc9, 0x2b, 0x55, 0xf7, 0x83, 0x4e, 0x84, 0x31, 0x22, 0x36, 0x59, 0xf8, 0xfa, 0x0a, 0x1b, 0xf2, 0xea, 0x44, 0xd8, 0x5d, 0xfe, 0x61, 0xc8, 0xb8, 0x18, 0x46, 0x17, 0x75, 0x9b, 0x75, 0x8f, 0x53, 0xdf, 0xbc } }; static const struct cckprng_op_refresh op_refresh_2698 = { .hd = { .id = 2549, .kind = OP_REFRESH }, .rand = 203963770146523088ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2699[] = { (const struct cckprng_op *)&op_init_2683, (const struct cckprng_op *)&op_reseed_2684, (const struct cckprng_op *)&op_refresh_2685, (const struct cckprng_op *)&op_refresh_2686, (const struct cckprng_op *)&op_refresh_2687, (const struct cckprng_op *)&op_init_2688, (const struct cckprng_op *)&op_reseed_2689, (const struct cckprng_op *)&op_reseed_2690, (const struct cckprng_op *)&op_refresh_2691, (const struct cckprng_op *)&op_refresh_2692, (const struct cckprng_op *)&op_refresh_2693, (const struct cckprng_op *)&op_init_2694, (const struct cckprng_op *)&op_refresh_2695, (const struct cckprng_op *)&op_refresh_2696, (const struct cckprng_op *)&op_reseed_2697, (const struct cckprng_op *)&op_refresh_2698 }; static const struct cckprng_vector vec_2700 = { .id = 2550, .note = NULL, .nops = 16, .ops = ops_2699 }; static const struct cckprng_op_init op_init_2701 = { .hd = { .id = 2551, .kind = OP_INIT }, .seed = { 0x53, 0xfc, 0xce, 0x50, 0x01, 0xfc, 0x84, 0x43, 0xf9, 0x06, 0x19, 0xe6, 0xe5, 0x05, 0x01, 0x14, 0x31, 0x95, 0x0c, 0x06, 0x3d, 0x85, 0x90, 0x17, 0xba, 0x5f, 0x14, 0x92, 0xc2, 0xa2, 0x9f, 0xc0 }, .nonce = { 0xa8, 0x90, 0x19, 0x90, 0xb9, 0x54, 0x41, 0x60 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2702 = { .hd = { .id = 2552, .kind = OP_RESEED }, .nonce = 15731982940109654079ULL, .seed_nbytes = 221, .seed = { 0x92, 0xac, 0x67, 0x18, 0x3f, 0x05, 0x74, 0xb9, 0xfc, 0xda, 0x1d, 0xb1, 0x2c, 0x0c, 0xf7, 0xab, 0x5a, 0xd6, 0x6b, 0x51, 0xb6, 0x10, 0x10, 0xaf, 0xf1, 0x50, 0x9b, 0xa3, 0x8f, 0xc4, 0xf7, 0xf7, 0x42, 0xfb, 0x58, 0xe8, 0x8c, 0x17, 0xf4, 0x98, 0x2a, 0x21, 0x15, 0xcc, 0xfe, 0x51, 0xba, 0x06, 0xe4, 0xa8, 0xac, 0xa6, 0x74, 0x0d, 0x4d, 0xba, 0x66, 0x46, 0x5c, 0x7a, 0xa0, 0xa8, 0x87, 0xf2, 0xad, 0x43, 0x2e, 0x53, 0xfe, 0x09, 0x89, 0x7a, 0x81, 0xf3, 0xa2, 0xa3, 0x05, 0x0b, 0x5a, 0xb4, 0x09, 0xf7, 0x11, 0x70, 0x1c, 0x30, 0x13, 0xc2, 0x70, 0x7d, 0xe5, 0xbb, 0x6f, 0x8f, 0x9d, 0xc2, 0x08, 0x09, 0x0b, 0xc2, 0x62, 0x4b, 0x2b, 0x38, 0xad, 0x79, 0x7d, 0xd8, 0x1f, 0xc4, 0x68, 0xef, 0x31, 0x1a, 0xaa, 0x5f, 0x53, 0xe3, 0xbe, 0xdd, 0x59, 0x9f, 0x1c, 0x15, 0xf1, 0xa9, 0x74, 0xef, 0x9e, 0x89, 0xe3, 0xe2, 0xc8, 0xb8, 0x45, 0xf9, 0x60, 0x33, 0x0f, 0x6c, 0x04, 0x91, 0xa6, 0x70, 0x61, 0x63, 0x1e, 0xd3, 0xa4, 0x8a, 0x61, 0x9c, 0xc3, 0xb4, 0xba, 0x3a, 0x62, 0x63, 0xe9, 0x6a, 0xda, 0x76, 0x2d, 0x75, 0xe0, 0xd8, 0xa5, 0x62, 0x26, 0x71, 0xe3, 0x3e, 0xbe, 0x50, 0x4a, 0xe0, 0xf3, 0x99, 0x73, 0xd0, 0x7e, 0xba, 0x27, 0x4a, 0xf9, 0xb1, 0x3a, 0x52, 0x4f, 0xde, 0x20, 0x06, 0x16, 0x19, 0x79, 0xb4, 0x12, 0xed, 0x37, 0xab, 0x98, 0xc1, 0xa3, 0x09, 0x3f, 0xa2, 0xba, 0xed, 0xa6, 0x0f, 0xa6, 0xf5, 0x17, 0x7a, 0x62, 0x68, 0x71, 0xa0, 0x8c, 0x31, 0x60 } }; static const struct cckprng_op_refresh op_refresh_2703 = { .hd = { .id = 2553, .kind = OP_REFRESH }, .rand = 10927433180584020889ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2704 = { .hd = { .id = 2554, .kind = OP_RESEED }, .nonce = 8528663453800740143ULL, .seed_nbytes = 264, .seed = { 0xf6, 0x94, 0x93, 0x49, 0x85, 0xc9, 0x40, 0x37, 0x66, 0x45, 0x07, 0x8b, 0x9c, 0xa3, 0xee, 0x33, 0xbd, 0xcb, 0xc0, 0x92, 0x15, 0xfb, 0xf1, 0x0b, 0x4f, 0x37, 0xe9, 0xca, 0x6b, 0xdc, 0x78, 0xfd, 0x55, 0x39, 0x78, 0xee, 0x54, 0xcd, 0x26, 0x36, 0x28, 0x01, 0x63, 0xfe, 0xec, 0xb4, 0x25, 0x52, 0x9b, 0xbf, 0x60, 0x88, 0xe3, 0x3d, 0x27, 0x58, 0xa5, 0xef, 0xf8, 0x02, 0x0c, 0xc7, 0xed, 0xe6, 0x4e, 0x05, 0xe4, 0xd8, 0xa0, 0xd8, 0x84, 0x08, 0xae, 0xd5, 0x44, 0x09, 0xf6, 0x78, 0xa8, 0xd6, 0x5d, 0x53, 0xd2, 0xe6, 0x7f, 0xa3, 0xda, 0xde, 0x21, 0x9d, 0x2b, 0x2d, 0x65, 0x4d, 0xb3, 0x74, 0xdc, 0x87, 0x8b, 0xba, 0x7b, 0x5b, 0xef, 0x4a, 0x0d, 0xc6, 0xf4, 0xc3, 0x8f, 0x21, 0x45, 0x0c, 0xbb, 0x44, 0xcb, 0xa7, 0xb4, 0x7b, 0x1b, 0x58, 0x53, 0x6a, 0xba, 0xa3, 0x5d, 0xf9, 0xe8, 0xe6, 0x4b, 0x38, 0x56, 0xcc, 0xaa, 0xe1, 0x26, 0x55, 0x4c, 0x7c, 0x1c, 0x48, 0x2c, 0x03, 0x0a, 0xb6, 0xa2, 0x98, 0x99, 0x2a, 0xdc, 0x7f, 0x3d, 0xc9, 0xe2, 0x2b, 0x1f, 0xbf, 0x35, 0xde, 0x3a, 0xc2, 0x01, 0xe9, 0x11, 0x86, 0xde, 0xce, 0x4e, 0x31, 0x96, 0x02, 0x15, 0x2e, 0xb9, 0x27, 0xca, 0x05, 0x4c, 0xe4, 0xb9, 0xbe, 0x74, 0x9d, 0xf6, 0xbc, 0x78, 0x09, 0x30, 0x04, 0x28, 0xb4, 0xc5, 0xaa, 0xcf, 0x6a, 0x91, 0xdb, 0x9f, 0x74, 0xe5, 0x8d, 0x32, 0xe6, 0x3e, 0xe8, 0x56, 0xb0, 0x60, 0x13, 0x2a, 0x30, 0x91, 0xba, 0xf2, 0xf4, 0x00, 0x83, 0xab, 0xa4, 0x65, 0x51, 0x39, 0xf9, 0x48, 0x2d, 0xd8, 0x52, 0x3c, 0x62, 0x89, 0x98, 0xb2, 0x5f, 0x41, 0xd7, 0x96, 0x7d, 0xc3, 0xbd, 0xda, 0x38, 0x2e, 0xb8, 0xa9, 0xb9, 0x4d, 0x44, 0xd2, 0x03, 0x0f, 0x13, 0x16, 0x48, 0xb3, 0x94, 0x27, 0xb0, 0x6f, 0xb0, 0xd7, 0xba, 0xe2, 0x53, 0xf2, 0x46 } }; static const struct cckprng_op_generate op_init_2705 = { .hd = { .id = 2555, .kind = OP_GENERATE }, .rand_nbytes = 264, .out = { .rand = { 0x91, 0xa0, 0x22, 0xed, 0x3a, 0x80, 0xcd, 0xb3, 0x38, 0x53, 0xcb, 0x61, 0x46, 0x00, 0x05, 0xd6, 0x9e, 0x27, 0x3b, 0x41, 0xd7, 0xbd, 0xe3, 0x74, 0xe7, 0x08, 0xf2, 0x35, 0x63, 0x78, 0x87, 0x11, 0x51, 0x65, 0x68, 0x63, 0x21, 0x21, 0x6f, 0x22, 0x88, 0x8e, 0xe1, 0x0f, 0x39, 0x78, 0xa9, 0x7b, 0xdc, 0x25, 0xee, 0xab, 0x8d, 0x38, 0x85, 0x7b, 0xbb, 0xaf, 0x36, 0xdd, 0x74, 0x88, 0x76, 0xd9, 0x00, 0xa0, 0xce, 0x79, 0xfd, 0x89, 0x6d, 0xe1, 0x6e, 0x78, 0x6e, 0xff, 0xae, 0x55, 0xbb, 0x66, 0x76, 0x5e, 0xe3, 0x2d, 0x1c, 0xf1, 0xcc, 0x16, 0x50, 0x47, 0xe0, 0x1c, 0x49, 0x31, 0x55, 0x74, 0x65, 0x2c, 0xe2, 0x12, 0x10, 0x9d, 0x4d, 0xfe, 0xd5, 0xc9, 0x93, 0x7f, 0x57, 0x63, 0x5e, 0x85, 0x4a, 0xb1, 0x5a, 0xf8, 0xc2, 0x34, 0xb6, 0x8a, 0x67, 0x2b, 0x19, 0x5a, 0x5f, 0xc7, 0x4c, 0x48, 0x03, 0x6b, 0x07, 0x11, 0xbe, 0xed, 0x34, 0x04, 0xd9, 0xf8, 0xbd, 0xb4, 0x51, 0x16, 0xd1, 0xc1, 0xa5, 0x4a, 0xda, 0x1d, 0x52, 0xba, 0x45, 0x3d, 0xbe, 0x0a, 0x98, 0x72, 0xda, 0xb8, 0xee, 0x8e, 0x64, 0x30, 0x07, 0x37, 0x5a, 0xff, 0xe6, 0xa4, 0xc3, 0x4d, 0xe6, 0x5f, 0x5f, 0xb4, 0xf8, 0x61, 0x4c, 0xdb, 0x4e, 0x48, 0x20, 0xf9, 0xee, 0xcf, 0x06, 0x6c, 0x0e, 0xeb, 0x30, 0xcf, 0xb3, 0x2d, 0x1c, 0x77, 0x09, 0x9b, 0xf9, 0x2b, 0x95, 0x42, 0x7b, 0x7b, 0xb5, 0x44, 0x15, 0xb3, 0x03, 0xc2, 0x94, 0xd8, 0x00, 0xe5, 0xfd, 0xc3, 0x0f, 0x1f, 0x64, 0xde, 0xd7, 0x55, 0x28, 0xd5, 0x6c, 0xaa, 0x4e, 0x59, 0x5c, 0xf2, 0x55, 0x96, 0x1a, 0x6c, 0xe0, 0xaa, 0x69, 0x03, 0x7f, 0xb8, 0x9b, 0xa8, 0x66, 0x16, 0x84, 0x5c, 0x36, 0x30, 0x63, 0x50, 0xfe, 0x4d, 0x46, 0x91, 0x62, 0x2c, 0x2c, 0x31, 0x0e, 0xa7, 0x36, 0x78, 0x52, 0x2f, 0x94, 0x26 } } }; static const struct cckprng_op_generate op_init_2706 = { .hd = { .id = 2556, .kind = OP_GENERATE }, .rand_nbytes = 280, .out = { .rand = { 0x5e, 0x87, 0x45, 0x29, 0x10, 0xf2, 0xc0, 0x93, 0x1f, 0x71, 0x81, 0xae, 0xec, 0x82, 0x3f, 0xed, 0xe2, 0x7d, 0x5a, 0x54, 0x65, 0x4b, 0xfb, 0xa7, 0xb7, 0xaa, 0x85, 0xf4, 0xdf, 0xb9, 0xd9, 0xe8, 0x9a, 0xf9, 0xda, 0x64, 0x5c, 0x81, 0x16, 0x67, 0x6b, 0x46, 0x76, 0xff, 0xba, 0x2a, 0xe1, 0xe7, 0x47, 0x44, 0xb0, 0x11, 0xa0, 0x54, 0xc1, 0x35, 0x9c, 0xc6, 0x96, 0x11, 0x44, 0xf2, 0xca, 0xe4, 0xbe, 0x14, 0xdc, 0x48, 0x81, 0x56, 0x2d, 0xd3, 0xb3, 0x2a, 0x46, 0xfe, 0xd4, 0xeb, 0x86, 0xb7, 0xf6, 0x0b, 0x90, 0xe7, 0xc3, 0x75, 0x76, 0x6f, 0xed, 0xbe, 0x71, 0xb9, 0xf0, 0x61, 0xea, 0x94, 0xe2, 0x6c, 0xf2, 0x3c, 0x07, 0xff, 0x04, 0xfe, 0x11, 0xcb, 0xc5, 0x08, 0xab, 0xbc, 0x8c, 0x2a, 0x68, 0x76, 0x9a, 0xef, 0xc2, 0x16, 0x21, 0xd5, 0x57, 0x9a, 0xf9, 0xc4, 0x0d, 0xb5, 0x6b, 0x75, 0x79, 0x14, 0x3a, 0x9b, 0xac, 0xeb, 0x17, 0x5e, 0x42, 0xbe, 0xcf, 0xbd, 0xd5, 0x37, 0xf7, 0x0b, 0x95, 0xbc, 0x48, 0xde, 0xab, 0x7a, 0x50, 0xa2, 0x41, 0x84, 0x30, 0xa7, 0xb4, 0x52, 0x87, 0x8a, 0x5d, 0xf6, 0x01, 0xba, 0x20, 0xca, 0x72, 0x85, 0x7d, 0x9a, 0x15, 0x2a, 0x3a, 0x81, 0xfd, 0x12, 0x5c, 0xae, 0x41, 0x06, 0x83, 0x42, 0x1f, 0x5e, 0x88, 0x90, 0xaa, 0xba, 0x27, 0x78, 0xd6, 0x95, 0xe7, 0xad, 0xbd, 0x15, 0x39, 0x70, 0xec, 0xff, 0x32, 0xde, 0xd0, 0xdd, 0x88, 0x9f, 0x2d, 0x6d, 0x56, 0x48, 0x30, 0x66, 0x1e, 0xdd, 0x31, 0xe4, 0xec, 0x1e, 0x91, 0x06, 0xa3, 0x87, 0x4b, 0x64, 0x2a, 0x21, 0xe1, 0x20, 0x41, 0x9d, 0x90, 0xb4, 0x69, 0xce, 0x66, 0x7e, 0x39, 0x01, 0xc1, 0xe8, 0x5f, 0x6a, 0xd7, 0x6e, 0x9d, 0x0f, 0x25, 0x8a, 0x7c, 0x9e, 0x87, 0x0e, 0xd8, 0x1a, 0xe6, 0x03, 0xd8, 0xff, 0x11, 0xb9, 0x9a, 0xe0, 0x65, 0x9e, 0xd4, 0x15, 0x93, 0x55, 0x94, 0x3d, 0xb0, 0xb0, 0x80, 0xdb, 0x37, 0x24, 0x47, 0x59, 0x68, 0xdf } } }; static const struct cckprng_op_generate op_init_2707 = { .hd = { .id = 2557, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0x4b, 0xb7, 0xf0, 0x61, 0xda, 0x02, 0x38, 0x8c, 0xac, 0x1d, 0xad, 0xc6, 0xad, 0xed, 0x28, 0xe1, 0xed, 0xad, 0x6d, 0x43, 0x4b, 0x13, 0xd3, 0x74, 0x8b, 0x3f, 0x65, 0xc5, 0xd2, 0xbb, 0x55, 0x20, 0x0b, 0x8a, 0x92, 0x62, 0x1c, 0x6a, 0x79, 0xea, 0xa5, 0xfb, 0xda, 0xb7, 0x74, 0x0d, 0xe3, 0x59, 0xe2, 0xe5, 0xf6, 0x1a, 0x7f, 0xe2, 0xe4, 0xe5, 0x2c, 0xa4, 0xc1, 0x1a, 0x91, 0x9b, 0x6d, 0xb7, 0x95, 0x95, 0x6f, 0x4b, 0x92, 0x32, 0x88, 0xca, 0x21, 0xd6, 0x5d, 0xdf, 0x41, 0x8c, 0x68, 0x2e, 0x24, 0x7f, 0xc5, 0xc0, 0x96, 0xcc, 0x9e, 0x6a, 0xd5, 0xef, 0xd2, 0xdd, 0xc3, 0x2a, 0x95, 0xa9, 0xb5, 0xd4, 0xb1, 0x5c, 0xa4, 0x60, 0x42, 0x5a, 0x08, 0xb6, 0x88, 0xc2, 0x6d, 0x4d, 0xe5, 0xe8, 0xea, 0x8f, 0x9c, 0xca, 0x9d, 0xf9, 0xdb, 0x31, 0xcc, 0x93, 0x43, 0x27, 0xcc, 0x2e, 0x9c, 0x0b, 0x0d, 0x0b, 0x74, 0xfd, 0xd7, 0xa3, 0xc0, 0x64, 0xcc, 0x4d, 0x0f, 0xf9, 0x01, 0xc1, 0xec, 0x98, 0x26, 0xf7, 0xdb, 0x10, 0x30, 0x09, 0xc6, 0xba, 0x0b, 0x32, 0xb9, 0xba, 0x73, 0x8a, 0xad, 0x82, 0x50, 0x67, 0x58, 0x20, 0x6c, 0x8b, 0x8c, 0x1a, 0xc6, 0xf4, 0xbf, 0x50, 0xa6, 0xae, 0x42, 0x1c, 0x50, 0x78, 0xe6, 0xa1, 0x6a, 0x45, 0xb5, 0xad, 0xbc, 0x97, 0xfe, 0x91, 0xb7, 0xff, 0xe7, 0xf2, 0x7e, 0x08, 0x64, 0x33, 0xf7, 0xaf, 0xcc, 0xaf, 0x14, 0x39 } } }; static const struct cckprng_op_refresh op_refresh_2708 = { .hd = { .id = 2558, .kind = OP_REFRESH }, .rand = 3020882470898236536ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2709 = { .hd = { .id = 2559, .kind = OP_REFRESH }, .rand = 1416679338997380096ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2710 = { .hd = { .id = 2560, .kind = OP_RESEED }, .nonce = 392100676986298706ULL, .seed_nbytes = 51, .seed = { 0x0a, 0x8d, 0x6d, 0x09, 0xab, 0x27, 0xdc, 0xd2, 0x52, 0xdf, 0x8c, 0x4e, 0x21, 0xba, 0x48, 0xad, 0xc4, 0x9d, 0xe3, 0xbe, 0x85, 0xfb, 0xa6, 0x6a, 0xbe, 0xdd, 0xd8, 0x23, 0xe3, 0x20, 0xb4, 0xc7, 0xc4, 0xeb, 0x7b, 0x11, 0x22, 0x2c, 0x72, 0xaf, 0xae, 0xdf, 0xae, 0xa4, 0x70, 0x30, 0x18, 0x2d, 0x69, 0x71, 0x44 } }; static const struct cckprng_op_reseed op_reseed_2711 = { .hd = { .id = 2561, .kind = OP_RESEED }, .nonce = 11604704574751998962ULL, .seed_nbytes = 117, .seed = { 0x86, 0x6a, 0x3b, 0xe0, 0x3e, 0x40, 0xb8, 0x0c, 0xb7, 0xeb, 0xa6, 0xeb, 0xee, 0xb4, 0xf3, 0x63, 0x3d, 0x7f, 0xaf, 0xbb, 0x6c, 0x7e, 0xf4, 0xb6, 0xa6, 0xaa, 0x43, 0xe5, 0xc1, 0xf6, 0xda, 0x76, 0xce, 0x6f, 0x79, 0xeb, 0xe9, 0x32, 0x15, 0x2b, 0x76, 0xde, 0xa2, 0x6a, 0xa7, 0x8a, 0x4d, 0xdb, 0xb6, 0x64, 0x71, 0x31, 0xd4, 0x99, 0x02, 0x5e, 0x4b, 0xea, 0x8b, 0x6d, 0x1c, 0x09, 0xcc, 0x16, 0x9c, 0x8f, 0x13, 0x17, 0x32, 0x0a, 0x79, 0x7a, 0x4b, 0x62, 0xaa, 0x4c, 0xe8, 0xeb, 0x63, 0x55, 0xaf, 0x08, 0xd8, 0x8a, 0x5e, 0xa9, 0x6e, 0x99, 0xc6, 0x2a, 0x2d, 0xb3, 0x64, 0x30, 0x55, 0x8a, 0x71, 0x5f, 0xe4, 0x35, 0x85, 0xd3, 0x79, 0x53, 0x18, 0xbd, 0x72, 0x13, 0xa0, 0xdc, 0xb9, 0x93, 0x55, 0x4c, 0x0a, 0xb7, 0x09 } }; static const struct cckprng_op_generate op_init_2712 = { .hd = { .id = 2562, .kind = OP_GENERATE }, .rand_nbytes = 65, .out = { .rand = { 0x39, 0x09, 0xfd, 0xed, 0xcd, 0x98, 0xdb, 0xcc, 0xa8, 0x7a, 0x19, 0x7a, 0xb1, 0xd2, 0xe2, 0xb6, 0x1f, 0x60, 0xd1, 0x54, 0x57, 0x66, 0xc5, 0xa2, 0x90, 0x04, 0xe8, 0x1c, 0x3a, 0x84, 0x7e, 0xfb, 0x3a, 0xfa, 0xab, 0x16, 0x45, 0xf9, 0x0d, 0xbf, 0x92, 0x99, 0xf6, 0xbe, 0xf0, 0xc9, 0xed, 0x2a, 0xe2, 0x5d, 0xa2, 0xa5, 0x61, 0x08, 0xb0, 0x0c, 0x92, 0xea, 0x43, 0x43, 0x3c, 0x00, 0x1b, 0x6a, 0x72 } } }; static const struct cckprng_op_reseed op_reseed_2713 = { .hd = { .id = 2563, .kind = OP_RESEED }, .nonce = 15377648181139906368ULL, .seed_nbytes = 24, .seed = { 0x41, 0xea, 0xb4, 0xc0, 0x24, 0x7c, 0x4e, 0x06, 0x72, 0x47, 0x00, 0x1a, 0x1a, 0x3a, 0x5b, 0x1a, 0x21, 0x01, 0x3d, 0x94, 0xa6, 0x72, 0x24, 0x0d } }; static const struct cckprng_op_reseed op_reseed_2714 = { .hd = { .id = 2564, .kind = OP_RESEED }, .nonce = 13324804560085356802ULL, .seed_nbytes = 34, .seed = { 0x02, 0x1f, 0x42, 0x84, 0x88, 0x21, 0xfb, 0x6d, 0x78, 0x46, 0x53, 0xa2, 0x21, 0x9a, 0xc1, 0xb3, 0x15, 0x0f, 0xc9, 0xff, 0xd7, 0xbe, 0xa1, 0x07, 0x60, 0xde, 0x87, 0xba, 0x75, 0x32, 0x62, 0x78, 0xa4, 0x51 } }; static const struct cckprng_op_refresh op_refresh_2715 = { .hd = { .id = 2565, .kind = OP_REFRESH }, .rand = 1046581329647309470ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2716 = { .hd = { .id = 2566, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0xf8, 0x15, 0xba, 0xaa, 0xc1, 0x78, 0xcb, 0xf1, 0x6b, 0x1b, 0x52, 0x2b, 0xb2, 0x12, 0x17, 0xe5, 0x6b, 0x41, 0x96, 0x8d, 0x4e, 0x7f, 0xf1, 0x2c, 0xe1, 0xdf, 0xc8, 0x5a, 0x84, 0xed, 0x4f, 0x8e, 0x91, 0x95, 0xd6, 0x92, 0x18, 0x5a, 0xdc, 0xc4, 0x2f, 0x56, 0x35, 0xc8, 0x24, 0x44, 0xb9, 0x20, 0xe4, 0x2c, 0x8c, 0xf0, 0x7c, 0x89, 0xd2, 0x50, 0x1c, 0x25, 0x35, 0xfa, 0x1b, 0x08, 0x95, 0x5e, 0x09, 0xa5, 0xd9, 0xd0, 0xc5, 0x99, 0x91, 0x37, 0x27, 0xb7, 0xd8, 0xa5, 0x06, 0x4f, 0xa0, 0x20, 0x8e, 0x4c, 0x91, 0xfa, 0x50, 0x53, 0xd0, 0xef, 0xfb, 0x49, 0x4f } } }; static const struct cckprng_op *ops_2717[] = { (const struct cckprng_op *)&op_init_2701, (const struct cckprng_op *)&op_reseed_2702, (const struct cckprng_op *)&op_refresh_2703, (const struct cckprng_op *)&op_reseed_2704, (const struct cckprng_op *)&op_init_2705, (const struct cckprng_op *)&op_init_2706, (const struct cckprng_op *)&op_init_2707, (const struct cckprng_op *)&op_refresh_2708, (const struct cckprng_op *)&op_refresh_2709, (const struct cckprng_op *)&op_reseed_2710, (const struct cckprng_op *)&op_reseed_2711, (const struct cckprng_op *)&op_init_2712, (const struct cckprng_op *)&op_reseed_2713, (const struct cckprng_op *)&op_reseed_2714, (const struct cckprng_op *)&op_refresh_2715, (const struct cckprng_op *)&op_init_2716 }; static const struct cckprng_vector vec_2718 = { .id = 2567, .note = NULL, .nops = 16, .ops = ops_2717 }; static const struct cckprng_op_init op_init_2719 = { .hd = { .id = 2568, .kind = OP_INIT }, .seed = { 0xd7, 0xb1, 0xb0, 0x7a, 0x66, 0xf9, 0xb2, 0xd5, 0xa0, 0xd4, 0x34, 0xef, 0x25, 0x58, 0x5f, 0xbc, 0x4c, 0x26, 0x78, 0xdb, 0xfd, 0xb6, 0x66, 0x5c, 0x6b, 0x19, 0xca, 0xfc, 0xc9, 0x09, 0x30, 0x84 }, .nonce = { 0x5c, 0x6b, 0xf1, 0xc6, 0x00, 0xdb, 0x13, 0x8d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2720 = { .hd = { .id = 2569, .kind = OP_GENERATE }, .rand_nbytes = 213, .out = { .rand = { 0xaf, 0xe1, 0x24, 0xba, 0x68, 0xbe, 0x28, 0x1c, 0x18, 0xba, 0x03, 0x27, 0x7e, 0xdd, 0x11, 0x91, 0xaf, 0x6c, 0xb2, 0x27, 0x54, 0xba, 0x5c, 0x98, 0xe7, 0xa1, 0x92, 0x98, 0x0e, 0x18, 0xb3, 0x7c, 0x27, 0x86, 0x69, 0xb6, 0x46, 0xc5, 0x86, 0xc0, 0xfd, 0xa7, 0xba, 0xc0, 0x70, 0x15, 0x43, 0x57, 0xf2, 0x13, 0xa8, 0xbc, 0x3b, 0x6c, 0xf0, 0xfd, 0x47, 0xfb, 0x83, 0x2d, 0xa0, 0x67, 0x9e, 0x16, 0x94, 0x59, 0xd5, 0x67, 0x55, 0xb9, 0xf5, 0xde, 0x9a, 0x59, 0x8c, 0x6e, 0x36, 0x0f, 0x2f, 0x1b, 0x75, 0xc7, 0xf2, 0xc8, 0xfc, 0xd0, 0x2b, 0x62, 0x48, 0xf7, 0x96, 0xb9, 0xe8, 0xf3, 0x28, 0x01, 0x66, 0x91, 0x54, 0x32, 0x8b, 0xf4, 0x37, 0xa5, 0x09, 0x93, 0xac, 0x87, 0x95, 0xd4, 0x73, 0x0e, 0x02, 0x0c, 0x9b, 0xd6, 0xf6, 0x8c, 0xa9, 0xaa, 0x1d, 0x78, 0x8e, 0x71, 0x2b, 0xa4, 0x48, 0xc8, 0x49, 0xef, 0x63, 0x7c, 0xcf, 0x8c, 0xc5, 0x98, 0x1e, 0xbe, 0x43, 0x90, 0x5f, 0xe0, 0x94, 0x3b, 0x41, 0x91, 0x27, 0xf4, 0xe5, 0x0f, 0xf0, 0xa7, 0xb3, 0x2d, 0x64, 0x99, 0xb3, 0x93, 0x25, 0x9d, 0x72, 0x51, 0x6c, 0xa5, 0xeb, 0x1a, 0xdb, 0xb8, 0x31, 0x7c, 0xe2, 0xba, 0x7e, 0x36, 0x18, 0xf4, 0x58, 0x76, 0x06, 0x87, 0x7f, 0x1a, 0xce, 0x04, 0xf1, 0xa5, 0xc7, 0x32, 0x26, 0x63, 0x6b, 0x41, 0x0b, 0x11, 0xe2, 0x08, 0xdc, 0xb5, 0x9e, 0x80, 0x3d, 0xca, 0xff, 0x16, 0x14, 0x81, 0x40, 0x26, 0x60, 0xf5, 0xbf, 0x88, 0x0b } } }; static const struct cckprng_op_generate op_init_2721 = { .hd = { .id = 2570, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0x0d, 0x6c, 0x45, 0xd6, 0xf7, 0xeb, 0x9f, 0xb4, 0x8a, 0xa4, 0x70, 0x7f, 0x35, 0xc4, 0x13, 0x0c, 0x25, 0x3e, 0xc0, 0xa2, 0x6c, 0xf3, 0x57, 0x09, 0x62, 0x65, 0x77, 0x75, 0xb5, 0x3a, 0x85, 0x9b, 0x60, 0xb7, 0xe2, 0xb3, 0x70, 0x04, 0x10, 0x16, 0xd2, 0x1f, 0xb7, 0xd8, 0x30, 0xf6, 0xf9, 0xb1, 0xb8, 0x03, 0xeb, 0x4f, 0x44, 0x9e, 0xd0, 0x1c, 0xf8, 0x6e, 0x31, 0x60, 0x0a, 0xd1, 0x21, 0xbf, 0x12, 0x30, 0x8c } } }; static const struct cckprng_op_refresh op_refresh_2722 = { .hd = { .id = 2571, .kind = OP_REFRESH }, .rand = 4663296802633538053ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2723 = { .hd = { .id = 2572, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0xcf, 0x42, 0x08, 0x36, 0x0e, 0x3c, 0x3d, 0x65, 0x8e, 0x1b, 0xff, 0xa1, 0x43, 0xa8, 0x67, 0x1e, 0xaa, 0x2d, 0xba, 0xaa, 0xe5, 0xbc, 0x6f, 0x93, 0x1d, 0x1f, 0xfb, 0x21, 0xa6, 0x73, 0x0c, 0xfe, 0xf4, 0x42, 0x5a, 0xb9, 0x40, 0x5e, 0x26, 0x6c, 0x2a, 0xb1, 0xc2, 0x27, 0x79, 0x72, 0xf8, 0x21, 0x98, 0x06, 0x8b, 0xda, 0xc0, 0x67, 0xc6, 0x54, 0x74, 0xe8, 0x9e, 0xb9, 0x6b, 0x61, 0xeb, 0xb7, 0xda, 0xd8, 0x28, 0x60, 0x27, 0x4e, 0x8b, 0x76, 0xc3, 0x24, 0x3e, 0xe8, 0xee, 0x2a, 0x09, 0x85, 0xd8, 0x60, 0xb7, 0x00, 0x17, 0x0d, 0xdf, 0x33, 0x58, 0xbd, 0x97, 0x55, 0x95, 0x4e, 0xaa, 0xec, 0x73, 0x30, 0xb5, 0xa7, 0x4e, 0x38, 0xb2, 0xd5, 0xbe, 0xbc, 0xaa, 0x16, 0x11, 0xa4, 0xe7, 0x85, 0x9b, 0xac, 0xaa, 0x22, 0xe0, 0x0f, 0x10, 0xb2, 0x53, 0x0c, 0x7c, 0xc4, 0x45, 0xc9, 0x7e, 0xd1, 0xa5, 0x57, 0xab, 0x8e, 0x6d, 0x36, 0xee, 0x36, 0x5d, 0x04, 0x7d, 0x86, 0xd7, 0x72, 0xfc, 0xa6, 0xd9, 0xa3, 0x0f, 0xc3, 0x1e, 0x26, 0x20, 0xd0, 0x23, 0xb7, 0x15, 0x58, 0x1a, 0x02, 0xae, 0x70, 0x31, 0x2e, 0x67, 0xb4, 0x48, 0xa0, 0x90, 0x7c, 0x60, 0x73, 0x74, 0x22, 0x0c, 0xb9, 0x27, 0xec, 0x84, 0xc3, 0x1c, 0xde, 0xab, 0x67, 0x14, 0xf9, 0x74, 0xe9, 0x7a, 0x6b, 0x0e, 0x97, 0x4e, 0x4d, 0xe0, 0x1a, 0x2d, 0x2a, 0x0b, 0xb3, 0x2d, 0xb7, 0x1b, 0x1d, 0xf7, 0xd0, 0x84, 0x1b, 0x6e, 0x40, 0x16, 0xbb, 0xce, 0x30 } } }; static const struct cckprng_op_refresh op_refresh_2724 = { .hd = { .id = 2573, .kind = OP_REFRESH }, .rand = 2356822955027709733ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2725 = { .hd = { .id = 2574, .kind = OP_RESEED }, .nonce = 6665399574739963393ULL, .seed_nbytes = 109, .seed = { 0xff, 0x97, 0x38, 0x46, 0x0f, 0x0b, 0x38, 0xea, 0x85, 0xc6, 0x1c, 0x0b, 0x9d, 0x3e, 0xda, 0x39, 0xb0, 0x44, 0xa2, 0x68, 0x97, 0xa6, 0x0e, 0xb7, 0xbe, 0x88, 0x7f, 0x47, 0x61, 0xf4, 0x31, 0x1e, 0x48, 0x09, 0xbd, 0x15, 0x91, 0x15, 0x2d, 0x14, 0x73, 0x10, 0x6c, 0xd9, 0xbb, 0x15, 0x78, 0xe2, 0xc7, 0x20, 0xb6, 0xc3, 0x3b, 0x10, 0x1b, 0x60, 0xfd, 0x34, 0xb0, 0xe3, 0x5e, 0x56, 0x52, 0xf4, 0x78, 0x91, 0x3e, 0x6a, 0x9c, 0x9b, 0xce, 0x8d, 0xa9, 0x9b, 0x83, 0x21, 0xad, 0x3d, 0x60, 0xe2, 0x1a, 0xdb, 0xdf, 0xf7, 0x46, 0x36, 0x20, 0x4d, 0x49, 0x4b, 0x3f, 0xa9, 0x4e, 0xd0, 0x0e, 0xa8, 0xa7, 0x4e, 0xf9, 0xc4, 0x5f, 0x8e, 0x73, 0x3e, 0xc8, 0x36, 0x2d, 0x9d, 0x1e } }; static const struct cckprng_op_generate op_init_2726 = { .hd = { .id = 2575, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0x33, 0xa7, 0xd4, 0xcc, 0x7d, 0xcb, 0x15, 0x9b, 0xfc, 0xf5, 0xae, 0xf7 } } }; static const struct cckprng_op_generate op_init_2727 = { .hd = { .id = 2576, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0xad, 0x66, 0xc9, 0x15, 0x6a, 0xe3, 0xe9, 0x2f, 0xbf, 0xf2, 0xbe, 0xba, 0x6d, 0x6f, 0xef, 0x37, 0xe9, 0x26, 0x0b, 0x9e, 0x8e, 0xd4, 0x7e, 0x92, 0x51, 0xd0, 0x37, 0x04, 0xbb, 0x03, 0xc3, 0x1c, 0x77, 0x8e, 0xc7, 0xe1, 0xe2, 0x20, 0xe6, 0x98, 0xe9, 0xaf, 0x6d, 0xb3, 0x8b, 0x60, 0x9c, 0x1b, 0x3c, 0x3e, 0x53, 0xc3, 0xd3, 0x89, 0x5e, 0xdf, 0x8d, 0x52, 0xb0, 0x92, 0x5d, 0x14, 0x54, 0xd9, 0x11, 0x78, 0xf4, 0x72, 0xa4, 0xcc, 0x18, 0xf0, 0x3f, 0x86, 0xb8, 0xbb, 0x64, 0xe8, 0xed, 0x91, 0x06, 0x2f, 0xb0, 0xa4, 0x34, 0x6f, 0x71, 0x27, 0xad, 0xdb, 0x3f, 0x15, 0x42, 0x54, 0x1b, 0xe8, 0x7c, 0x32, 0xa4, 0xff, 0x99, 0x68, 0x8c, 0xf1, 0x15, 0xb8, 0xb1, 0x55, 0x31, 0x6d, 0x41, 0x36, 0xd6, 0xfb, 0xbc, 0xb6, 0x91, 0x13, 0xdf, 0x2d, 0x17, 0xd1, 0xcd, 0xcc, 0xa3, 0x33, 0x63, 0x15, 0x04, 0x73, 0x00, 0xf0, 0x5a, 0x0c, 0xf0, 0x82, 0xe8, 0xe0, 0x7b, 0x2d, 0x1e, 0x27, 0x82, 0x02, 0x1a, 0xd5, 0xea, 0x86, 0x22, 0x83, 0xd0, 0x60, 0xc2, 0x70, 0x64, 0xc3, 0x9c, 0x4d, 0x75, 0x99, 0x45, 0x14, 0xb8, 0xae, 0xc7, 0x51, 0xb2, 0x57, 0xd5, 0x6e, 0xe6, 0x29, 0xb8 } } }; static const struct cckprng_op_refresh op_refresh_2728 = { .hd = { .id = 2577, .kind = OP_REFRESH }, .rand = 5238185570087642372ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2729 = { .hd = { .id = 2578, .kind = OP_GENERATE }, .rand_nbytes = 58, .out = { .rand = { 0x9c, 0x16, 0x89, 0x2f, 0x75, 0x60, 0x10, 0x36, 0x0c, 0x06, 0xc4, 0xde, 0x8a, 0x3c, 0xfc, 0xf4, 0x3d, 0xab, 0x07, 0xa6, 0x2f, 0x58, 0x29, 0x45, 0x14, 0xe0, 0xfc, 0x03, 0xff, 0xda, 0xb5, 0x39, 0x9c, 0x0b, 0x99, 0x1c, 0x36, 0xaf, 0xb9, 0xf1, 0x55, 0x72, 0x99, 0x5f, 0x69, 0xb0, 0xf9, 0x2d, 0x9c, 0x53, 0x91, 0x16, 0x2c, 0x0f, 0xfb, 0xbe, 0xe1, 0xbe } } }; static const struct cckprng_op_generate op_init_2730 = { .hd = { .id = 2579, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0x44, 0x4f, 0xe6, 0xd5, 0x5f, 0x30, 0xb3, 0x67, 0xaa, 0x44, 0x00, 0xac, 0xce, 0xf7, 0x02, 0x51, 0xce, 0x05, 0x31, 0x72, 0x44, 0x90, 0x7c, 0xa1, 0x8a, 0x72, 0xfe, 0x24, 0x74, 0xad, 0x8f, 0x88, 0x6c, 0x3c, 0x13, 0x4c, 0xaa, 0x25, 0x73, 0x97, 0xec, 0xec, 0x6b, 0x8e, 0xa3, 0x02, 0x20, 0xef, 0x1c, 0xf3, 0x25, 0x0d, 0x6a, 0x2f, 0x6a, 0x95, 0x4a, 0x1a, 0xd6, 0x36, 0xce, 0x99, 0xa2, 0x68, 0xfa, 0xba, 0x27, 0x67, 0x32, 0xd1, 0x3a, 0xca, 0x03, 0x9e, 0x80, 0x82, 0xc0, 0x72, 0xe2, 0xf5, 0xc2, 0x23, 0x7e, 0xcf, 0xaa, 0x56, 0xb6, 0x25, 0xe9, 0x74, 0x2d, 0x7b, 0xce, 0x5f, 0x52, 0xff, 0xdd, 0x3c, 0xdf, 0x08, 0xa2, 0x9d, 0x6a, 0xaa, 0x74, 0x11, 0x21, 0x33, 0x51, 0x4b, 0xbe, 0x37, 0x6b, 0xf6, 0xf8, 0x8a, 0xde, 0xa8, 0x37, 0xda, 0x55, 0x02, 0xf0, 0x77, 0xee, 0x24, 0x88, 0x38, 0x12, 0xf1, 0x61, 0xac, 0x42, 0xa0, 0x7e, 0x36, 0x8d, 0x8a, 0x2c, 0xa9, 0x07, 0xc1, 0xb6, 0x25, 0x44, 0xde, 0xd3, 0x3f, 0x85, 0x20, 0xc4, 0x32, 0xb4, 0x8f, 0x7f, 0xa0, 0x49, 0x10, 0x5b, 0x19, 0xbc, 0x80, 0x5e, 0xca, 0x98, 0x3a, 0x32, 0x6a, 0xaa, 0x19, 0xd3, 0xbd, 0x3f, 0x20, 0x78, 0xed, 0xec, 0x5a, 0x68, 0x86, 0x4a, 0xe8, 0xcd, 0x4a, 0xd8, 0xf8, 0xeb, 0x40, 0x2e, 0x0f, 0x57, 0x0a, 0x20, 0x88, 0x3c, 0xb0, 0xbc, 0xf9, 0x72, 0xf7, 0x19, 0x4f, 0xb8, 0x54, 0x97, 0x87, 0xa8, 0xbc, 0x07, 0xff, 0x7c, 0xef, 0x3f, 0xff, 0xd4, 0x88, 0x2a, 0x13, 0x36, 0x89, 0x86, 0x19, 0x3e, 0x23, 0xa0, 0x1e, 0xf4, 0x9f, 0xba, 0x3a, 0x5c, 0x5d, 0x4e, 0x04, 0x5e, 0x4f, 0xb9, 0x80, 0x42, 0x10, 0x69, 0x5c } } }; static const struct cckprng_op_refresh op_refresh_2731 = { .hd = { .id = 2580, .kind = OP_REFRESH }, .rand = 28336687733807252ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2732 = { .hd = { .id = 2581, .kind = OP_RESEED }, .nonce = 12950359178362879846ULL, .seed_nbytes = 258, .seed = { 0x8e, 0x0d, 0x3a, 0x04, 0x1c, 0xd6, 0x20, 0x45, 0xee, 0x70, 0x1a, 0x94, 0x80, 0xab, 0xa9, 0x38, 0x64, 0x4c, 0xcd, 0xe3, 0x49, 0xb3, 0x97, 0xec, 0xe5, 0xbe, 0x81, 0xab, 0xe1, 0xb2, 0x68, 0x19, 0x52, 0x4a, 0xd5, 0xa4, 0xd1, 0xf0, 0x7a, 0x09, 0xa7, 0x15, 0xb6, 0x67, 0xcf, 0xba, 0x5d, 0x3c, 0x75, 0xd4, 0x4a, 0x01, 0xed, 0x9c, 0x71, 0x1f, 0x2f, 0x97, 0x9c, 0xf6, 0x89, 0xb1, 0x34, 0x01, 0xef, 0x42, 0xe1, 0xed, 0xa9, 0xd1, 0xc3, 0x3a, 0xea, 0x03, 0x60, 0x71, 0xdc, 0x53, 0x79, 0xa0, 0x20, 0x29, 0x22, 0x32, 0x66, 0x4d, 0xbd, 0x36, 0x4b, 0xb9, 0xfb, 0x70, 0xe1, 0xc4, 0xea, 0x78, 0x11, 0x2b, 0x9e, 0xa8, 0x64, 0x4a, 0x60, 0x5a, 0x8f, 0x93, 0xe9, 0x6d, 0x63, 0x45, 0x77, 0xd1, 0x40, 0xfd, 0x21, 0xdf, 0x1c, 0x91, 0x11, 0xe3, 0xc4, 0x02, 0x65, 0x82, 0x0c, 0x4e, 0x09, 0xc3, 0x63, 0x3e, 0x40, 0x7b, 0x06, 0x4e, 0x67, 0xd8, 0xfa, 0x8f, 0xb1, 0x89, 0x1f, 0x00, 0xc9, 0x33, 0xb5, 0x73, 0x9d, 0xbf, 0x13, 0x54, 0xab, 0x32, 0x11, 0x57, 0x60, 0x15, 0x17, 0x5d, 0x9d, 0x36, 0x55, 0x13, 0xc2, 0xdb, 0xf3, 0xd0, 0x90, 0x09, 0x4e, 0x08, 0xc5, 0x5d, 0x5e, 0x04, 0xc0, 0xba, 0x55, 0x58, 0xde, 0x0a, 0xba, 0xbc, 0xe1, 0x2e, 0xc2, 0xc8, 0x63, 0x1e, 0x75, 0x41, 0x77, 0xd0, 0x22, 0xa7, 0x3f, 0x2a, 0xa9, 0xc7, 0x14, 0xc7, 0x67, 0x0f, 0x72, 0x73, 0x11, 0x4a, 0x49, 0xff, 0xb2, 0xcf, 0x62, 0xda, 0x07, 0x24, 0xb5, 0x38, 0xf6, 0x9b, 0x6e, 0xdd, 0x59, 0x65, 0x4e, 0xc4, 0xfb, 0xea, 0x16, 0x04, 0x41, 0xc2, 0x79, 0x15, 0x4d, 0xdc, 0xfc, 0x3f, 0x8a, 0xe3, 0x34, 0xd7, 0xff, 0xc1, 0xa3, 0x40, 0xf7, 0xbc, 0x9e, 0x3a, 0x28, 0xe7, 0xd0, 0x35, 0x51, 0x0c, 0xb1, 0x1c, 0x2c, 0x0d } }; static const struct cckprng_op_refresh op_refresh_2733 = { .hd = { .id = 2582, .kind = OP_REFRESH }, .rand = 3668858440155111625ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2734 = { .hd = { .id = 2583, .kind = OP_GENERATE }, .rand_nbytes = 203, .out = { .rand = { 0x2c, 0xd6, 0x10, 0xc6, 0xdd, 0x16, 0x20, 0x18, 0x54, 0xa7, 0x07, 0x10, 0xd5, 0x83, 0x6e, 0xa7, 0xff, 0x59, 0xd2, 0x7b, 0x15, 0xbe, 0xc2, 0xbc, 0xd9, 0xa2, 0x83, 0xe2, 0xbc, 0xea, 0x04, 0xcf, 0xea, 0x6d, 0x13, 0x0e, 0xad, 0x00, 0xd3, 0x6d, 0x14, 0x7b, 0x42, 0xc0, 0xb8, 0x40, 0xd2, 0x74, 0x16, 0x64, 0xb6, 0x7a, 0x7d, 0xcc, 0x29, 0xf4, 0x7e, 0xad, 0xdd, 0xfe, 0x8f, 0xe1, 0x86, 0xcb, 0x46, 0x4b, 0x79, 0xd1, 0xb0, 0x0e, 0x44, 0x07, 0x2c, 0x8c, 0x28, 0x72, 0x83, 0x91, 0x24, 0x26, 0xe9, 0x41, 0x2d, 0xf1, 0xa3, 0x94, 0x4b, 0x00, 0x47, 0x1f, 0x02, 0xe6, 0x04, 0xd6, 0x84, 0xc7, 0x76, 0xd7, 0xdf, 0x1e, 0x32, 0x1e, 0x9a, 0x1a, 0xa9, 0x62, 0x4e, 0x3f, 0x69, 0x34, 0xf6, 0x21, 0x96, 0x75, 0x58, 0x3c, 0x8e, 0x41, 0x6a, 0xf3, 0xd5, 0x91, 0x55, 0xfa, 0x7f, 0x83, 0xa2, 0x5e, 0xdd, 0x95, 0x5d, 0x94, 0x53, 0x21, 0x41, 0xf0, 0xe9, 0xc5, 0x38, 0xb3, 0x1d, 0x89, 0x22, 0xa1, 0xed, 0x0b, 0xfc, 0x14, 0xf3, 0xa1, 0xdd, 0x11, 0xf6, 0x90, 0xeb, 0xee, 0x53, 0x35, 0x89, 0x2f, 0x40, 0x69, 0xca, 0x1f, 0x58, 0x37, 0x61, 0xd6, 0x4a, 0x1e, 0x3f, 0x15, 0xdf, 0xf5, 0x5e, 0x28, 0xdd, 0x02, 0x1f, 0x9c, 0x78, 0xb6, 0x20, 0x1c, 0x8b, 0x0c, 0x47, 0x83, 0xd1, 0xd3, 0xed, 0xc1, 0xab, 0x12, 0xdd, 0x5a, 0xea, 0x8a, 0x5a, 0x66, 0x69, 0x31, 0xa5 } } }; static const struct cckprng_op *ops_2735[] = { (const struct cckprng_op *)&op_init_2719, (const struct cckprng_op *)&op_init_2720, (const struct cckprng_op *)&op_init_2721, (const struct cckprng_op *)&op_refresh_2722, (const struct cckprng_op *)&op_init_2723, (const struct cckprng_op *)&op_refresh_2724, (const struct cckprng_op *)&op_reseed_2725, (const struct cckprng_op *)&op_init_2726, (const struct cckprng_op *)&op_init_2727, (const struct cckprng_op *)&op_refresh_2728, (const struct cckprng_op *)&op_init_2729, (const struct cckprng_op *)&op_init_2730, (const struct cckprng_op *)&op_refresh_2731, (const struct cckprng_op *)&op_reseed_2732, (const struct cckprng_op *)&op_refresh_2733, (const struct cckprng_op *)&op_init_2734 }; static const struct cckprng_vector vec_2736 = { .id = 2584, .note = NULL, .nops = 16, .ops = ops_2735 }; static const struct cckprng_op_init op_init_2737 = { .hd = { .id = 2585, .kind = OP_INIT }, .seed = { 0x65, 0x7a, 0x82, 0x30, 0x85, 0x9d, 0x4e, 0x39, 0x4e, 0xfc, 0xa0, 0xbe, 0x90, 0xef, 0xe4, 0xc3, 0x8b, 0xef, 0x10, 0xba, 0x0e, 0x72, 0x97, 0x21, 0xad, 0xbc, 0xb4, 0x6b, 0x54, 0x9b, 0x1e, 0xf4 }, .nonce = { 0x93, 0x1a, 0x70, 0xad, 0x0c, 0xc6, 0x3c, 0x18 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2738 = { .hd = { .id = 2586, .kind = OP_RESEED }, .nonce = 1363429891352766221ULL, .seed_nbytes = 117, .seed = { 0x25, 0x0d, 0xb9, 0x1d, 0xe7, 0x08, 0x45, 0x63, 0xd0, 0xa2, 0x93, 0xa0, 0x81, 0x1a, 0xa2, 0x1d, 0xe9, 0x2f, 0x11, 0xa8, 0xb0, 0x97, 0x45, 0x4d, 0x75, 0x5e, 0xb2, 0x7d, 0x0a, 0x91, 0x58, 0xf4, 0xbc, 0xdc, 0x77, 0x9a, 0x26, 0x0e, 0xdd, 0x0b, 0x51, 0xed, 0xac, 0xdc, 0xd1, 0xb5, 0x47, 0xbc, 0xb2, 0x74, 0xbd, 0xaa, 0x17, 0xb0, 0x59, 0xed, 0x62, 0xda, 0x1b, 0xa1, 0x63, 0x72, 0x2e, 0x76, 0x52, 0xbd, 0xea, 0x67, 0x04, 0x9b, 0x42, 0x9f, 0x7c, 0x89, 0x2d, 0x15, 0x76, 0x83, 0x76, 0x5a, 0xe4, 0xb8, 0x67, 0x04, 0x00, 0xb5, 0x25, 0xf5, 0xa3, 0xaa, 0xf9, 0xbe, 0xd6, 0x90, 0x1a, 0x21, 0x57, 0xd7, 0xb1, 0x11, 0x04, 0x89, 0x70, 0x84, 0xb6, 0xe4, 0xa9, 0xc2, 0x7b, 0x22, 0x7d, 0x0b, 0x87, 0x59, 0xbb, 0xcb, 0xf8 } }; static const struct cckprng_op_refresh op_refresh_2739 = { .hd = { .id = 2587, .kind = OP_REFRESH }, .rand = 16114864827571767755ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2740 = { .hd = { .id = 2588, .kind = OP_RESEED }, .nonce = 11794422672112870954ULL, .seed_nbytes = 276, .seed = { 0x0a, 0x89, 0x9e, 0x23, 0x9a, 0x0d, 0xc7, 0x68, 0xc5, 0xbd, 0xcb, 0x77, 0x6a, 0x60, 0xd1, 0xaa, 0xef, 0x27, 0x75, 0x6c, 0x9f, 0xeb, 0x8a, 0x97, 0xb9, 0xc9, 0x41, 0x54, 0xe3, 0x08, 0x96, 0x0e, 0x31, 0xaa, 0xcf, 0x6f, 0xcf, 0x13, 0xfa, 0x3f, 0x18, 0xf1, 0x0e, 0x2d, 0x65, 0x59, 0x4e, 0x5b, 0xe9, 0x60, 0xfc, 0x0a, 0xe2, 0xf2, 0xa4, 0x88, 0x3f, 0x0c, 0x7d, 0xa6, 0x0b, 0x24, 0x21, 0xdd, 0x09, 0x7c, 0x8f, 0xdf, 0x11, 0xab, 0x23, 0x1c, 0x81, 0x50, 0x40, 0x10, 0xcc, 0x3b, 0x7d, 0xd8, 0x75, 0xcc, 0xa7, 0x45, 0x55, 0x13, 0x8a, 0xd4, 0x16, 0xcd, 0x7f, 0xb1, 0xd7, 0x13, 0x9c, 0x81, 0x87, 0x00, 0xf8, 0x21, 0x7e, 0x27, 0xcf, 0x65, 0x01, 0xcb, 0x3e, 0x4c, 0x78, 0x96, 0xc0, 0x21, 0x36, 0x59, 0xf4, 0xff, 0xe2, 0x59, 0x57, 0x97, 0x39, 0x18, 0x16, 0xcd, 0x64, 0x3c, 0x6c, 0x75, 0xef, 0x37, 0x04, 0xad, 0x77, 0xdd, 0x30, 0x80, 0x13, 0x8a, 0x89, 0xf4, 0xb5, 0x80, 0x01, 0x31, 0x3e, 0x39, 0x08, 0xa0, 0x5c, 0x53, 0x8a, 0x8c, 0xba, 0x34, 0xb8, 0xbd, 0xe5, 0x5d, 0x55, 0x06, 0x47, 0x60, 0x4e, 0xaf, 0xc0, 0x73, 0x5e, 0x5f, 0x47, 0xd8, 0x72, 0x90, 0xc6, 0xd9, 0x62, 0x80, 0xd5, 0xa0, 0x29, 0xbd, 0x9a, 0xd7, 0xcc, 0x5c, 0x13, 0xa1, 0x5e, 0xa5, 0xfe, 0x6e, 0x44, 0x6c, 0xfe, 0x71, 0x20, 0x75, 0x0b, 0x92, 0x0a, 0x3e, 0x87, 0x86, 0xb9, 0x7b, 0xd8, 0xcf, 0x67, 0x02, 0xaa, 0x70, 0x88, 0x9a, 0xda, 0x3c, 0x35, 0x2a, 0xff, 0x53, 0x38, 0x5b, 0xf6, 0x88, 0x08, 0xea, 0xad, 0x5a, 0x16, 0xe9, 0x93, 0xe6, 0x3e, 0x3e, 0x1e, 0x45, 0xf9, 0xc7, 0x59, 0x9b, 0x21, 0x21, 0xd8, 0x84, 0x2b, 0xea, 0xed, 0x6a, 0xa4, 0x19, 0x2e, 0x32, 0x1d, 0x76, 0x2e, 0x91, 0xd0, 0xf3, 0xfd, 0x10, 0x6a, 0x64, 0x36, 0x66, 0x1d, 0x9f, 0xa9, 0xf7, 0x2d, 0xb4, 0x9d, 0x0a, 0xcc, 0x76, 0xa0, 0xd3, 0x7c, 0x1c } }; static const struct cckprng_op_refresh op_refresh_2741 = { .hd = { .id = 2589, .kind = OP_REFRESH }, .rand = 7246258952266648246ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2742 = { .hd = { .id = 2590, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0x29, 0x5d, 0xaa, 0x5c, 0x7d, 0xe6, 0x21, 0xc0, 0x08, 0x99, 0x4d, 0x27, 0xcd, 0xa4, 0x71, 0x8a, 0xaf, 0x0b, 0xba, 0xbd, 0x0b, 0x94, 0x6d, 0xba, 0xff, 0x6f, 0x3e, 0x1f, 0x56, 0x02, 0x6e, 0xf1, 0xae, 0xb6, 0x37, 0xe9, 0x54, 0x48, 0x7f, 0x1d, 0x14, 0xe0, 0x56, 0x2a, 0x85, 0x1a, 0xa9, 0x99, 0x47, 0x54, 0x55, 0x99, 0xbe, 0x19, 0x85, 0xbf, 0x26, 0x00, 0x1b, 0x71, 0x8a, 0x05, 0x64 } } }; static const struct cckprng_op_generate op_init_2743 = { .hd = { .id = 2591, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0x30, 0xc1, 0xb2, 0x24, 0xa0, 0x7a, 0x1c, 0xcf, 0x91, 0x76, 0xc9, 0xc4, 0x41, 0xe2, 0x9c, 0x45, 0xa9, 0xa3, 0x05, 0xd6, 0x50, 0x8a, 0x2a, 0x81, 0x54, 0x25, 0x3b, 0xf0, 0x0c, 0xbe, 0x5b, 0x64, 0x91, 0x14, 0x14, 0x08, 0x7e, 0x61, 0xc4, 0x17, 0x43, 0x4e, 0x97, 0xb2, 0x26, 0x79, 0xba, 0x0f, 0x9b, 0xa2, 0x78, 0x91, 0x3a, 0x3b, 0x38, 0x3b, 0x27, 0xcc, 0xcf, 0xbb, 0x4b, 0xa7, 0xf7, 0xa3 } } }; static const struct cckprng_op_generate op_init_2744 = { .hd = { .id = 2592, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x6b, 0x86, 0x9c } } }; static const struct cckprng_op_generate op_init_2745 = { .hd = { .id = 2593, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0x89, 0x7c, 0xa4, 0xea, 0xb6, 0xe3, 0x11, 0x35, 0x65, 0xd4, 0x7e, 0x3d, 0xa0, 0xb9, 0x35, 0x73, 0xd2, 0x95, 0x6e, 0x15, 0x92, 0x87, 0xb2, 0x5c, 0x6e, 0x90, 0x90, 0x43, 0x3a, 0x51, 0x4a, 0x12, 0x2c, 0x52, 0xb2, 0x40, 0x07, 0x19, 0x61, 0x9c, 0x76, 0x86, 0xd2, 0x71, 0xea, 0xeb, 0x37, 0xf9, 0xf8, 0x72, 0x2d, 0x0a, 0x00, 0x12, 0x13, 0xee, 0x93, 0xf7, 0x60, 0x1a, 0x6e, 0x52, 0x28, 0x0e, 0x76, 0x6b, 0xde, 0x5b, 0x69, 0x26, 0xfe, 0x00, 0x03, 0x15, 0xe0, 0x36, 0x83, 0x75, 0x86, 0xdd, 0x12, 0x72, 0x52, 0xc7, 0x69, 0x01, 0x1f, 0xee, 0x5e, 0x87, 0x78, 0x12, 0x39, 0x50, 0x99, 0xab, 0x71, 0x55, 0x81, 0x3c, 0xd8, 0xeb, 0x3b, 0xf7, 0xe6, 0x93, 0xd8, 0xf1, 0xdc, 0x50, 0xcf, 0x16, 0x6f, 0x03, 0xbd, 0x44, 0x0e, 0x95, 0xe1, 0x66, 0x87, 0xaf, 0xa3, 0x4f, 0x64, 0x5c, 0x75, 0x34, 0x01, 0x5d, 0x37, 0x0d, 0x8e, 0xb6, 0x47, 0xe6, 0x19, 0xa3, 0x26 } } }; static const struct cckprng_op_refresh op_refresh_2746 = { .hd = { .id = 2594, .kind = OP_REFRESH }, .rand = 16793461027471098747ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2747 = { .hd = { .id = 2595, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0xf0, 0x32, 0x16, 0x50, 0x69, 0xf8, 0xc2, 0xa7, 0xa9, 0x23, 0x3f, 0xe0, 0xf4, 0x60, 0xbe, 0xd0, 0xca, 0x1e, 0xfc, 0xcd, 0x91, 0xe6, 0x97, 0x4c, 0xec, 0xb1, 0xac, 0xc4, 0xbe, 0x40, 0x65, 0xe0, 0x38, 0xbf, 0x3c, 0xfc, 0x05, 0xae, 0x6d, 0x6f, 0xa8, 0x47, 0x59, 0x47, 0x7a, 0x81, 0xba, 0x45, 0x7e, 0xb9, 0xef, 0x33, 0x16, 0xd0, 0xf1, 0x7e, 0x83, 0x34, 0xea, 0x14, 0x44, 0xee, 0x13, 0x4b, 0x9f, 0x4a, 0x84, 0x94, 0xe3, 0x7e, 0x96, 0x48, 0xe9, 0x43, 0x92, 0x03, 0x9e, 0xfc, 0xf0, 0x19, 0x93, 0x82, 0xd6, 0xa1, 0xbc, 0x58, 0xa8, 0xd5, 0x3a, 0x3b, 0x30, 0xfc, 0x15, 0xa0, 0x55, 0xda, 0xd0, 0x98, 0xb2, 0x1e, 0xac, 0xf1, 0x4f, 0xad, 0x1a, 0x27, 0x17, 0x6e, 0x13, 0xee, 0xa7, 0xc7, 0xc9, 0x3f, 0xf0, 0x7e, 0x4d, 0x64, 0x5f, 0xc3, 0x35, 0xe0, 0x39, 0xde, 0xbc, 0xd0, 0x5c, 0xc7, 0x44, 0x27, 0xd3, 0x98, 0x86, 0xf7, 0xe2, 0x36, 0xd5, 0x6a, 0x84, 0x9f, 0xbf, 0x68, 0x14, 0xf3, 0xcd, 0xc4, 0x89, 0x12, 0x2d, 0x74, 0x6d, 0xef, 0x01, 0x02, 0xe4, 0x72, 0x3f, 0x88, 0x0b, 0x1c, 0x47, 0xbe, 0xba, 0x0d, 0xd7, 0xf0, 0xfb, 0x72, 0xf2, 0x57, 0x1c, 0xc1, 0x51, 0x69, 0x9f, 0x6f, 0xa5, 0x49, 0x7f, 0x4d, 0x13, 0x56, 0x2f, 0xef, 0xda, 0xc1, 0xc5, 0xa9, 0xf6, 0xd7, 0x93, 0x11, 0xf6, 0x73, 0x90, 0x63, 0x95, 0x41, 0x58, 0x15, 0x6c, 0x3b, 0xf3, 0x2b, 0x01, 0x34, 0x1e, 0xbd, 0xa0, 0x93, 0x8f, 0xf4, 0x45, 0x64, 0x36, 0x2a, 0x65, 0x77, 0xd9, 0xde, 0x96, 0x3e, 0x85, 0x86, 0x79, 0x3b, 0x25, 0x96, 0x54, 0xf3, 0xd9, 0x22, 0xa9, 0x85, 0xed, 0x54, 0xd1, 0xc7, 0x28, 0x7b, 0x31, 0xec } } }; static const struct cckprng_op_generate op_init_2748 = { .hd = { .id = 2596, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x11, 0xde, 0x42, 0x6e, 0x2f, 0x75, 0xdf, 0x8e, 0x8b, 0xd7, 0xa6, 0xf7, 0xca, 0x06, 0x6e, 0xca, 0xeb, 0x72, 0x5f, 0x66, 0xf0, 0x95, 0xc9, 0x13, 0x10, 0x75, 0x0a, 0xce, 0xca, 0x47, 0xc7, 0xa7, 0x5e, 0x9d, 0x8b, 0x8c, 0x4b, 0xca, 0xbf, 0x06, 0x99, 0xd5, 0xfc, 0x9a, 0x21, 0x8c, 0xdf, 0x62, 0x26, 0x14, 0xc6, 0x2c, 0x6a, 0xfe, 0xe2, 0x17, 0x6a, 0x6b, 0xae, 0x3c, 0x36, 0x2f, 0xc3, 0x98, 0x21, 0x84, 0xd8, 0xa8, 0xe4, 0xa7, 0xb4, 0x61, 0xa0, 0xdd, 0x69, 0x33, 0x8b, 0xe5, 0x79, 0x79, 0x8a, 0x25, 0xff, 0x47, 0x02, 0x37, 0x10, 0xc9, 0x9f, 0x5c, 0x26, 0x10, 0x95, 0x69, 0x73, 0xf1, 0x14, 0x43, 0xaf, 0x5c, 0xe2, 0x72, 0x7f, 0xe1, 0xf1, 0x6b, 0x10, 0x5a, 0x4f, 0xc8, 0xa9, 0x76, 0x6d, 0x38, 0x56, 0x5f, 0xad } } }; static const struct cckprng_op_generate op_init_2749 = { .hd = { .id = 2597, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0x2f, 0x87, 0xb8, 0xce, 0xd6, 0x9a, 0x5f, 0xe0, 0x71, 0x57, 0xd3, 0x64, 0xd0, 0x46, 0x05, 0x7f, 0x6f, 0x64, 0xe4, 0x3b, 0x7a, 0x78, 0x53, 0x27, 0xa7, 0x53, 0x23, 0x81, 0x4d, 0x69, 0xfc, 0x48, 0x5f, 0x83, 0x19, 0x17, 0x70, 0x11, 0x83, 0x97, 0xe3, 0x18, 0x8f, 0xc7, 0xd2, 0x57, 0x41, 0xf6, 0x06, 0x55, 0x4d, 0x22, 0x77, 0x18, 0x2e, 0x48, 0x46, 0xec, 0xbe, 0xf4, 0x71, 0x32, 0x49, 0x51, 0x3a, 0x28, 0xda, 0x2d, 0x51, 0x7a, 0x14, 0xef, 0xc7, 0x7a, 0xde, 0x87, 0x7b, 0x58, 0x69, 0x93, 0x43, 0xde, 0x99, 0x58, 0xfa, 0xde, 0x2f, 0x8e, 0xef, 0x40, 0x7d, 0xe1, 0xf9, 0x3e, 0x96, 0xbb, 0xc3, 0xb1, 0x61, 0xdd, 0xfc, 0x2a, 0xb2, 0xb0, 0x2a, 0x65, 0xf6, 0x0c, 0x6f, 0x66, 0x6f, 0xb3, 0x30, 0xb1, 0xe0, 0x1e, 0xfd, 0x3c, 0xb4, 0x3f, 0xbd, 0xa6, 0x5d, 0x72, 0x7e, 0xc7, 0x8f, 0xaa, 0x04, 0xb2, 0x91, 0x2d, 0xf9, 0x2f, 0x5f, 0x80, 0xad, 0x33, 0xc5, 0x9a, 0x04, 0x71, 0x5b, 0xf1, 0x2e, 0x10, 0x51, 0xdf, 0xed, 0x2e, 0xc2, 0x7d, 0x8c, 0x2e, 0xe3, 0x7a, 0x72, 0xb7, 0x69, 0xc4, 0x4e, 0x10, 0xa5, 0xd1, 0x67, 0x34, 0x69, 0xcf, 0x32, 0x3b, 0x6d, 0x71, 0x9c, 0x42, 0x90, 0xd0, 0x2c, 0x1c, 0x2b, 0x53, 0x76, 0x6c, 0x56, 0xb9, 0x63, 0x75, 0x0e, 0x17, 0x36, 0xed, 0x7f, 0xbe, 0xef, 0xc3, 0x38, 0x96, 0xfc, 0x3c, 0x40, 0xa3, 0xaa, 0x5a, 0x91, 0x7e, 0xb0, 0x1f, 0xb4, 0x45, 0x0f, 0x2b, 0x38, 0xe1, 0x36, 0x25, 0x8b, 0x63, 0x9a, 0xb0, 0xfa, 0x1e, 0x94, 0xc6, 0x82, 0xc7, 0x34, 0x66, 0xdd, 0xc0, 0x97, 0x42, 0x1c, 0x4f, 0x7b, 0xac, 0xc3, 0xca, 0xff, 0xb1, 0xce, 0x74, 0xde, 0xbd, 0xd3, 0x13, 0x49, 0xb9, 0x8b, 0xab, 0xc1, 0x43, 0xb2, 0x19, 0xb7, 0xf3, 0xb4, 0x93, 0xe7, 0xa7, 0xef, 0x82, 0xe5, 0x04, 0x9a, 0x16, 0xc1, 0xb2, 0x64, 0xa3, 0xf5, 0x94 } } }; static const struct cckprng_op_generate op_init_2750 = { .hd = { .id = 2598, .kind = OP_GENERATE }, .rand_nbytes = 5, .out = { .rand = { 0x8a, 0x3e, 0xb2, 0xf1, 0x9a } } }; static const struct cckprng_op_refresh op_refresh_2751 = { .hd = { .id = 2599, .kind = OP_REFRESH }, .rand = 17901185094389368718ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2752 = { .hd = { .id = 2600, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0xbd, 0x50, 0x76, 0x14, 0x49, 0x79, 0x10, 0x43, 0x63, 0xc6, 0x91, 0x69, 0x63, 0x59, 0x0e, 0x08, 0xb6, 0x9b, 0x8b, 0x6a, 0x1e, 0x33, 0x9d, 0xe7, 0x2b, 0x6c, 0x8c, 0xf9, 0x47, 0x7a, 0x52, 0x3b, 0x2d, 0xf5, 0x3b, 0xc3, 0xe7, 0x25, 0xb9, 0xb1, 0xe5, 0x3e, 0x7f, 0x62, 0x95, 0xe8, 0x30, 0xff, 0xaf, 0x61, 0xac, 0x67, 0xe2, 0xfe, 0x92 } } }; static const struct cckprng_op *ops_2753[] = { (const struct cckprng_op *)&op_init_2737, (const struct cckprng_op *)&op_reseed_2738, (const struct cckprng_op *)&op_refresh_2739, (const struct cckprng_op *)&op_reseed_2740, (const struct cckprng_op *)&op_refresh_2741, (const struct cckprng_op *)&op_init_2742, (const struct cckprng_op *)&op_init_2743, (const struct cckprng_op *)&op_init_2744, (const struct cckprng_op *)&op_init_2745, (const struct cckprng_op *)&op_refresh_2746, (const struct cckprng_op *)&op_init_2747, (const struct cckprng_op *)&op_init_2748, (const struct cckprng_op *)&op_init_2749, (const struct cckprng_op *)&op_init_2750, (const struct cckprng_op *)&op_refresh_2751, (const struct cckprng_op *)&op_init_2752 }; static const struct cckprng_vector vec_2754 = { .id = 2601, .note = NULL, .nops = 16, .ops = ops_2753 }; static const struct cckprng_op_init op_init_2755 = { .hd = { .id = 2602, .kind = OP_INIT }, .seed = { 0x65, 0x5b, 0xc8, 0x72, 0x8f, 0xc4, 0x7c, 0xe1, 0xf0, 0x04, 0x5f, 0x8f, 0x1d, 0xc0, 0x17, 0x8f, 0x7f, 0x7f, 0x1f, 0x58, 0x92, 0xb3, 0x6b, 0x39, 0x6a, 0xc3, 0xb9, 0x0f, 0xc3, 0x45, 0x12, 0x0a }, .nonce = { 0xc6, 0xcd, 0x1c, 0xe1, 0x27, 0x20, 0xc0, 0x1b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2756 = { .hd = { .id = 2603, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0xc2, 0xad, 0x77, 0x51, 0x1a, 0x95, 0x23, 0x68, 0xc4, 0x24, 0x5e, 0x81, 0xa1, 0x87, 0x63, 0x99, 0x7d, 0x5a, 0x03, 0x9e, 0xbe, 0xcd, 0x60, 0xaf, 0xbd, 0x46, 0x03, 0x3a, 0xfa, 0xf7, 0x46, 0x39, 0x24, 0xd2, 0xc2, 0xc3, 0x8e, 0xc9, 0x07, 0x6f, 0x36, 0xb9, 0xd3, 0x69, 0x73, 0x99, 0x69, 0xfe, 0x9d, 0x73, 0x8b, 0xad, 0xab, 0x38, 0x1a, 0x1a, 0x8c, 0xb0, 0xbc, 0x3a, 0x33, 0xb3, 0x7d, 0x8c, 0xaf, 0x73, 0x70, 0xb6, 0xa5, 0xfd, 0x4a, 0x87, 0x9e, 0xf6, 0x2a, 0x53, 0x7c, 0x9e, 0xdd, 0x1a, 0x3e, 0xb2, 0x89, 0x6f, 0x08, 0x02, 0xb6, 0xde, 0x30, 0x31, 0x15, 0xab, 0x8c, 0x04, 0xbd, 0x5f, 0x55, 0x5e, 0xfd, 0x71, 0xe7, 0xfb, 0x6f, 0xaa, 0x87, 0xaa, 0xe4, 0xec, 0x49, 0x86, 0x00, 0x96, 0xe1, 0x35, 0xb1, 0x46, 0xf6, 0xc0, 0xaf, 0xc3, 0x71, 0x8b, 0x48, 0x7a, 0xcf, 0xf2, 0x0e, 0x25, 0x8e, 0x30, 0x58, 0x5e, 0xe0, 0x5d, 0xec, 0x03, 0xdc, 0x39, 0xdb, 0x93, 0xfb, 0xc1, 0xab, 0x55, 0x2c, 0x95, 0x6a, 0x43, 0xf0, 0x41, 0x40, 0x3a, 0xd7, 0xb1, 0xde, 0x43, 0x9a, 0x28, 0x52, 0xf7, 0x5d, 0x17, 0xe6, 0x5f, 0xfa, 0x00, 0xfb, 0x72, 0x09, 0x95, 0x5f, 0xaa, 0x98, 0x07, 0xcb, 0x03, 0x20, 0x56, 0x10, 0x4e, 0xc4, 0x83, 0xed, 0x32, 0x3c, 0x16, 0x2f, 0xbc, 0xd1, 0xf1, 0x44, 0xce, 0x20, 0x18, 0x26, 0xa4, 0xb4, 0x52, 0x4e, 0xe8, 0x0a, 0x9d, 0x53, 0xcc, 0x41, 0xbb, 0x42, 0xc1, 0x9b, 0xa5, 0xca, 0x81, 0x99, 0x64, 0xd1, 0xe2, 0xf4, 0xd7, 0x37 } } }; static const struct cckprng_op_generate op_init_2757 = { .hd = { .id = 2604, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0x09, 0x5d, 0x6e, 0xd7, 0xc2, 0x93, 0x7f, 0xae, 0xb6, 0xb3, 0x70, 0x41, 0x65, 0x6b, 0x78, 0x53, 0xcd, 0x2b, 0x0b, 0x98, 0xdc, 0xe1, 0x64, 0x00, 0x86, 0xc0, 0xdd, 0xbe, 0xd8, 0xf5, 0xb2, 0xf8, 0x86, 0x79, 0x9e, 0x54, 0x34, 0xd4, 0x1b, 0x32, 0xc0, 0x12, 0x98, 0xe0, 0x7f, 0x0f, 0x8c, 0x85, 0x46, 0xe3, 0x6e, 0xd7, 0x4c, 0x2f, 0x3c, 0xb4, 0x04, 0x09, 0xdb, 0x9e, 0x2a, 0x61, 0xc2 } } }; static const struct cckprng_op_reseed op_reseed_2758 = { .hd = { .id = 2605, .kind = OP_RESEED }, .nonce = 13604422125705520881ULL, .seed_nbytes = 37, .seed = { 0x51, 0x00, 0x79, 0x61, 0x91, 0x39, 0xb6, 0x2c, 0x01, 0xb1, 0x1b, 0x35, 0x4d, 0x21, 0x05, 0x43, 0x02, 0x40, 0x3e, 0x09, 0x63, 0x09, 0x9d, 0x80, 0x61, 0xda, 0x15, 0xd8, 0x3b, 0xe2, 0x60, 0x8c, 0xf9, 0xc4, 0x44, 0x6b, 0x56 } }; static const struct cckprng_op_generate op_init_2759 = { .hd = { .id = 2606, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x67, 0xa5, 0x04, 0xe8, 0xac, 0x3b, 0x98, 0x41, 0x37, 0x85, 0xe7, 0x6b, 0xf8, 0x1b, 0x6e, 0x9c, 0x40, 0x58, 0xa1, 0xa6, 0x0a, 0x0f, 0xd6, 0x19, 0x41, 0x5f, 0x3d, 0x07, 0x89, 0x68, 0x36, 0x50, 0x9e, 0xf9, 0x53, 0x35, 0xb1, 0x68, 0x9d, 0x9b, 0x08, 0xd4, 0x91, 0xd5, 0x7c, 0x9a, 0xd7, 0x2b, 0x5f, 0x23, 0x13, 0x36, 0x43, 0x41, 0xa1, 0x78, 0x2a, 0xf8, 0x46, 0x33, 0x6c, 0xb8, 0x10, 0xe6, 0x95, 0x16, 0x7d, 0xc4, 0x65, 0xa4, 0x12, 0x20, 0x19, 0x18, 0x92, 0x8a, 0xfd, 0xc6, 0x24, 0xc5, 0x7b, 0xa9, 0x6d, 0xf4, 0xf2, 0x7b, 0x74, 0x02, 0x1d, 0x1c, 0xa7, 0x9d, 0xd3, 0x2f, 0xb1, 0xee, 0xe7, 0x2d, 0x10, 0x49, 0x9d, 0x80, 0x7d, 0x44, 0xfd, 0x09, 0x26, 0xa5, 0x10, 0xa6, 0x3d, 0x38, 0x8a, 0x78, 0xfc, 0xb8, 0xa9, 0x97, 0x26, 0xbf, 0x3a, 0x65, 0x53, 0xa6, 0x9e, 0x68, 0x3c, 0xc9, 0x88, 0x9e, 0xc5, 0x0d, 0x76, 0x5e, 0xd3, 0xd0, 0x8f, 0x25 } } }; static const struct cckprng_op_reseed op_reseed_2760 = { .hd = { .id = 2607, .kind = OP_RESEED }, .nonce = 14484277726119020817ULL, .seed_nbytes = 139, .seed = { 0x51, 0x0b, 0x1d, 0x00, 0xce, 0x39, 0xa4, 0x8e, 0xf3, 0x89, 0x57, 0x0a, 0xae, 0x8b, 0xb4, 0x24, 0xc4, 0xc4, 0x6f, 0xb0, 0x69, 0x8b, 0x23, 0x7e, 0x2e, 0xe9, 0x93, 0xd9, 0xb5, 0x59, 0x79, 0x46, 0x9e, 0x14, 0x58, 0xf1, 0xb6, 0xfc, 0xff, 0x3f, 0x9c, 0x38, 0xe2, 0x9f, 0xdc, 0x16, 0x29, 0x23, 0xd2, 0x35, 0xe2, 0xfb, 0x9d, 0xb0, 0x10, 0x50, 0xe5, 0xbf, 0x6d, 0x57, 0x3f, 0xf3, 0x5d, 0x20, 0xed, 0x1b, 0x51, 0x68, 0x5e, 0x36, 0x8d, 0x03, 0xd0, 0xc8, 0xa0, 0xf1, 0x01, 0xfc, 0x91, 0xb2, 0xc3, 0x11, 0x69, 0x93, 0x08, 0x10, 0x2b, 0x57, 0x8f, 0x72, 0xf1, 0x5f, 0xe2, 0x3f, 0xb1, 0x42, 0x64, 0xd6, 0x6b, 0xcf, 0xdf, 0x48, 0xc2, 0xc2, 0x9e, 0xf2, 0x3f, 0xfb, 0x67, 0xa5, 0x3e, 0xa4, 0xc6, 0x6c, 0xbe, 0xd9, 0x99, 0xe4, 0x68, 0x78, 0x0b, 0x7a, 0x72, 0x3c, 0xd4, 0xa1, 0x71, 0x11, 0x2f, 0xbc, 0x43, 0x32, 0xac, 0x49, 0xcc, 0x6a, 0x71, 0x86, 0xa1 } }; static const struct cckprng_op_refresh op_refresh_2761 = { .hd = { .id = 2608, .kind = OP_REFRESH }, .rand = 1939798655383266586ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2762 = { .hd = { .id = 2609, .kind = OP_GENERATE }, .rand_nbytes = 101, .out = { .rand = { 0x9e, 0xf9, 0x7c, 0xb7, 0x5a, 0xcf, 0xd0, 0xbc, 0xb0, 0xb5, 0xc8, 0x29, 0xe1, 0x28, 0x7e, 0xd7, 0xaf, 0xd1, 0xaf, 0xc3, 0x3f, 0xb3, 0x4a, 0xd8, 0x75, 0xf6, 0x58, 0xe9, 0xc0, 0x71, 0xb9, 0xe2, 0x09, 0xcf, 0xf6, 0x9b, 0x6b, 0x33, 0x4d, 0x1b, 0x3e, 0x50, 0xb1, 0x9c, 0xa2, 0xad, 0x30, 0xaf, 0x90, 0x85, 0xb2, 0x90, 0x24, 0x8f, 0x19, 0x32, 0x13, 0x31, 0xbf, 0x34, 0xad, 0x12, 0x31, 0x17, 0xb7, 0xb6, 0x4f, 0x74, 0x91, 0xfc, 0x26, 0xac, 0x9d, 0x96, 0xce, 0xfa, 0x51, 0x75, 0x70, 0xaa, 0xe4, 0x13, 0x13, 0x76, 0x78, 0x11, 0x8b, 0x25, 0xb3, 0xc0, 0xd9, 0xdb, 0xca, 0xcb, 0x8c, 0x3d, 0x88, 0xc7, 0xa6, 0xfb, 0x20 } } }; static const struct cckprng_op_generate op_init_2763 = { .hd = { .id = 2610, .kind = OP_GENERATE }, .rand_nbytes = 268, .out = { .rand = { 0x2c, 0x24, 0x4e, 0x14, 0xa8, 0x00, 0x1d, 0x9b, 0x5e, 0x21, 0xa7, 0x8d, 0x36, 0x01, 0x43, 0xc3, 0x7b, 0xf7, 0x1e, 0xad, 0x0a, 0x63, 0xfd, 0x3a, 0x06, 0x1d, 0xf8, 0xf4, 0x24, 0x7b, 0xbc, 0x21, 0xa0, 0x5f, 0x7a, 0xcc, 0x50, 0x65, 0xe4, 0x0a, 0x02, 0x38, 0x51, 0x0d, 0x49, 0x63, 0x25, 0x99, 0x52, 0x95, 0x62, 0x82, 0xc2, 0x8d, 0x46, 0xa0, 0x34, 0x37, 0x3f, 0x48, 0x44, 0x77, 0x58, 0xc7, 0xdc, 0xaa, 0xc4, 0x92, 0x84, 0x7d, 0xd0, 0x1a, 0xff, 0xcf, 0x28, 0x70, 0xfe, 0xc9, 0x90, 0x18, 0x13, 0x60, 0xe1, 0x67, 0xdd, 0x5f, 0xd9, 0xf7, 0x09, 0x62, 0x11, 0xef, 0x05, 0x28, 0xe7, 0x01, 0x70, 0x18, 0x23, 0x99, 0xbf, 0xb1, 0x93, 0x46, 0x71, 0xad, 0x68, 0xe0, 0xd4, 0xa9, 0x73, 0x34, 0x77, 0xf8, 0x86, 0xd1, 0xa7, 0xb2, 0x3b, 0x8e, 0x75, 0x12, 0x74, 0x99, 0x13, 0xbe, 0xc2, 0xb6, 0x67, 0xbf, 0xe8, 0x71, 0x3b, 0x4e, 0xea, 0xd5, 0x70, 0xc8, 0x0a, 0xbb, 0xf6, 0x9e, 0x4d, 0x1f, 0x50, 0xd6, 0xdd, 0xdf, 0xf7, 0xe7, 0x50, 0xe0, 0xd0, 0x3a, 0x46, 0x10, 0xc9, 0xd0, 0x44, 0x06, 0x34, 0x12, 0x79, 0xe7, 0xc6, 0xf0, 0x6a, 0x6d, 0x59, 0x0a, 0x87, 0x4b, 0x7d, 0x1c, 0x9c, 0x67, 0xc3, 0x68, 0x69, 0x5b, 0xa9, 0xdb, 0xd9, 0x8d, 0x2f, 0x11, 0x2e, 0x53, 0xae, 0x76, 0xfb, 0xf3, 0x98, 0x63, 0xfb, 0x97, 0xc4, 0xc6, 0x03, 0x0b, 0x8c, 0x2d, 0x26, 0xe7, 0x80, 0x21, 0xb5, 0xf3, 0x68, 0x02, 0xe7, 0xda, 0x5e, 0x18, 0x57, 0xbf, 0xcb, 0x10, 0xc5, 0xc8, 0x38, 0xbb, 0x48, 0x98, 0x94, 0x67, 0xbe, 0x9c, 0x3e, 0x25, 0x3b, 0x6c, 0xb8, 0x16, 0x6e, 0x9c, 0xbf, 0x8b, 0x42, 0x86, 0xd4, 0xe9, 0xb8, 0x76, 0x7c, 0xa5, 0xc4, 0xea, 0x54, 0x92, 0x8f, 0xfe, 0x0b, 0x12, 0x65, 0x85, 0xa0, 0x0f, 0x37, 0x17, 0xb7, 0xa5, 0x23, 0x6b, 0xba, 0xb2, 0x2b, 0xe0 } } }; static const struct cckprng_op_reseed op_reseed_2764 = { .hd = { .id = 2611, .kind = OP_RESEED }, .nonce = 5610165451398686170ULL, .seed_nbytes = 99, .seed = { 0xbc, 0xe9, 0x34, 0xe3, 0x8e, 0x90, 0xdf, 0xb3, 0xd1, 0x39, 0xdb, 0x08, 0xb5, 0x11, 0xd7, 0x08, 0x21, 0xc9, 0x0b, 0x0a, 0xc6, 0xee, 0x5d, 0x94, 0x9e, 0x2d, 0x18, 0x51, 0x3a, 0xd2, 0x25, 0xb9, 0xb3, 0x00, 0xd5, 0xb3, 0x4a, 0xcf, 0xfb, 0x3e, 0x18, 0x1c, 0xdd, 0xa9, 0x5e, 0xc4, 0x77, 0x43, 0xcc, 0xac, 0x24, 0x36, 0x25, 0xb1, 0x41, 0xce, 0xa7, 0xa8, 0x03, 0x39, 0x69, 0xe0, 0x80, 0xa8, 0x0a, 0x61, 0xd5, 0xf2, 0x3a, 0x7c, 0x42, 0xc7, 0x8d, 0x13, 0x5f, 0xe8, 0xe9, 0x4a, 0xfa, 0x2c, 0xb7, 0x8c, 0xb5, 0x63, 0x3d, 0x5d, 0x77, 0x95, 0x72, 0x97, 0x4d, 0xcd, 0xf4, 0xc8, 0x24, 0x02, 0x3a, 0xa4, 0x25 } }; static const struct cckprng_op_refresh op_refresh_2765 = { .hd = { .id = 2612, .kind = OP_REFRESH }, .rand = 15953378873362641654ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2766 = { .hd = { .id = 2613, .kind = OP_REFRESH }, .rand = 1717712718609978127ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2767 = { .hd = { .id = 2614, .kind = OP_RESEED }, .nonce = 2958984200376332570ULL, .seed_nbytes = 255, .seed = { 0xe8, 0x0c, 0x93, 0x83, 0x40, 0xd3, 0xc7, 0xd0, 0x79, 0x83, 0xa8, 0xcc, 0x44, 0xbe, 0x8a, 0x00, 0x24, 0x5d, 0x9e, 0x70, 0x32, 0xf4, 0xbb, 0xe8, 0xf6, 0x03, 0x50, 0x7f, 0x5e, 0x9e, 0xd3, 0x51, 0x2b, 0x10, 0x24, 0x77, 0xb0, 0x62, 0xe8, 0xff, 0xf5, 0x73, 0xda, 0xa4, 0xea, 0x87, 0x76, 0x02, 0x69, 0xd1, 0x39, 0x01, 0xaa, 0x44, 0x7b, 0x2e, 0x1c, 0x99, 0x7a, 0x1b, 0xd5, 0x4a, 0xb2, 0x19, 0x29, 0xaf, 0xd3, 0xf9, 0x10, 0x77, 0xec, 0xe8, 0x1a, 0x4f, 0x26, 0x85, 0xcd, 0x8e, 0x39, 0x38, 0xdf, 0x6d, 0x1b, 0x20, 0xa7, 0xfb, 0x26, 0xc1, 0x0f, 0xbb, 0x8c, 0x8c, 0xa6, 0x98, 0x1c, 0xec, 0xe0, 0x3c, 0xcc, 0xb2, 0xea, 0x67, 0x85, 0x6f, 0x83, 0x61, 0x67, 0x2d, 0xec, 0x00, 0x08, 0xda, 0xf2, 0xc6, 0x6a, 0xfd, 0x00, 0x25, 0x91, 0x9b, 0xf2, 0xda, 0xf9, 0xd1, 0x59, 0x1b, 0xc0, 0xb5, 0x50, 0x6f, 0x2b, 0xef, 0xa9, 0x7b, 0x23, 0x0c, 0xc9, 0x0c, 0xa5, 0x95, 0x12, 0x1f, 0x25, 0x9a, 0x5d, 0xfc, 0x40, 0x06, 0xf2, 0x4a, 0x12, 0xd9, 0x4a, 0x9c, 0x88, 0x92, 0xcf, 0xd6, 0xf5, 0x7a, 0xca, 0x41, 0x55, 0x84, 0x0c, 0xfc, 0x63, 0x12, 0x00, 0x04, 0x00, 0x4e, 0xba, 0x3f, 0xc3, 0x5e, 0x9c, 0x98, 0x2d, 0x09, 0xeb, 0x2a, 0x95, 0x27, 0x05, 0x2a, 0x74, 0x5b, 0xad, 0xbe, 0xe0, 0x77, 0x8a, 0x33, 0x2a, 0xdc, 0x8b, 0x73, 0xaf, 0x2a, 0x54, 0x59, 0xfe, 0xb3, 0x05, 0x82, 0x2f, 0xb6, 0x2c, 0x92, 0xe4, 0x07, 0xde, 0xf7, 0x4b, 0xf1, 0x3e, 0x3e, 0xd3, 0xf6, 0x62, 0xba, 0x2a, 0xc2, 0xb0, 0xaa, 0x26, 0xe8, 0xdd, 0x9e, 0x5a, 0x43, 0x08, 0x17, 0x64, 0x01, 0x76, 0xdb, 0xea, 0xc9, 0xd6, 0xd4, 0x26, 0xe3, 0x4d, 0x25, 0x6b, 0x69, 0xb0, 0xcb, 0x3f, 0x85, 0x3f, 0x44, 0x64 } }; static const struct cckprng_op_refresh op_refresh_2768 = { .hd = { .id = 2615, .kind = OP_REFRESH }, .rand = 7988101255602548088ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2769 = { .hd = { .id = 2616, .kind = OP_RESEED }, .nonce = 14981820371372170768ULL, .seed_nbytes = 175, .seed = { 0x34, 0x9f, 0xab, 0xa6, 0x43, 0xa4, 0x06, 0xae, 0x2c, 0xf1, 0x54, 0x7f, 0x26, 0x78, 0x32, 0x82, 0xf5, 0x17, 0x4d, 0x5a, 0x47, 0xef, 0xf7, 0x4b, 0xbf, 0xb1, 0x39, 0x6b, 0x3c, 0xa6, 0x4b, 0x4c, 0x1f, 0x6f, 0xf9, 0x9d, 0xdf, 0xfd, 0x5f, 0xff, 0x20, 0x9f, 0x2e, 0x85, 0x87, 0xf7, 0x16, 0x71, 0x30, 0x80, 0x32, 0x8e, 0x67, 0x68, 0x3a, 0xd7, 0x32, 0x8b, 0x2a, 0xc5, 0xd1, 0x3c, 0x27, 0x0d, 0x39, 0x6c, 0x81, 0x47, 0x1f, 0x01, 0xea, 0xa4, 0x5b, 0x8f, 0x51, 0xc9, 0x81, 0x1b, 0xda, 0x2d, 0xe4, 0x40, 0x11, 0xd7, 0xb8, 0x8c, 0x79, 0xab, 0x09, 0x73, 0x21, 0x20, 0x8d, 0x57, 0xfc, 0xc4, 0xc9, 0xf6, 0x09, 0x90, 0x7c, 0x36, 0xd9, 0x69, 0xd7, 0x30, 0xae, 0x04, 0x40, 0x2a, 0x1d, 0x25, 0x9a, 0x9f, 0x0f, 0x66, 0x9b, 0x12, 0x1b, 0x16, 0x22, 0x49, 0xd9, 0xa0, 0x6b, 0xa2, 0x98, 0x35, 0x94, 0x81, 0x1a, 0x3c, 0xcb, 0xfb, 0x85, 0x0b, 0x93, 0xb8, 0x46, 0x9d, 0x29, 0xaf, 0xf6, 0x3b, 0xc9, 0x14, 0x28, 0x91, 0x2a, 0xc0, 0x72, 0x2c, 0xfe, 0x7b, 0x78, 0x13, 0x2e, 0xdd, 0xe0, 0x8a, 0x97, 0x76, 0x5a, 0x2c, 0xce, 0xe6, 0x32, 0xc3, 0x1f, 0x34, 0x8e, 0xce, 0xec, 0xeb, 0x4e } }; static const struct cckprng_op_refresh op_refresh_2770 = { .hd = { .id = 2617, .kind = OP_REFRESH }, .rand = 15624505014922156185ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2771[] = { (const struct cckprng_op *)&op_init_2755, (const struct cckprng_op *)&op_init_2756, (const struct cckprng_op *)&op_init_2757, (const struct cckprng_op *)&op_reseed_2758, (const struct cckprng_op *)&op_init_2759, (const struct cckprng_op *)&op_reseed_2760, (const struct cckprng_op *)&op_refresh_2761, (const struct cckprng_op *)&op_init_2762, (const struct cckprng_op *)&op_init_2763, (const struct cckprng_op *)&op_reseed_2764, (const struct cckprng_op *)&op_refresh_2765, (const struct cckprng_op *)&op_refresh_2766, (const struct cckprng_op *)&op_reseed_2767, (const struct cckprng_op *)&op_refresh_2768, (const struct cckprng_op *)&op_reseed_2769, (const struct cckprng_op *)&op_refresh_2770 }; static const struct cckprng_vector vec_2772 = { .id = 2618, .note = NULL, .nops = 16, .ops = ops_2771 }; static const struct cckprng_op_init op_init_2773 = { .hd = { .id = 2619, .kind = OP_INIT }, .seed = { 0xd9, 0x25, 0x49, 0x83, 0xa6, 0x48, 0x8e, 0x45, 0x18, 0xd4, 0x62, 0xd4, 0xfd, 0x4e, 0x2c, 0x70, 0xd0, 0xdb, 0xfe, 0x58, 0x8a, 0x23, 0xa0, 0xe4, 0x4e, 0x12, 0x77, 0xf4, 0x3b, 0x83, 0xfc, 0x13 }, .nonce = { 0xfd, 0xa6, 0x57, 0x13, 0x29, 0x13, 0x77, 0xd6 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2774 = { .hd = { .id = 2620, .kind = OP_RESEED }, .nonce = 1914760003346386860ULL, .seed_nbytes = 29, .seed = { 0x7b, 0x02, 0xaa, 0xdd, 0xdb, 0x4c, 0x1f, 0x21, 0x0e, 0xe1, 0xad, 0xfe, 0xca, 0x4d, 0x32, 0xef, 0xed, 0xde, 0xec, 0x60, 0xa9, 0xe6, 0x7d, 0x52, 0x55, 0xdd, 0xfc, 0x52, 0x88 } }; static const struct cckprng_op_generate op_init_2775 = { .hd = { .id = 2621, .kind = OP_GENERATE }, .rand_nbytes = 114, .out = { .rand = { 0xc9, 0x72, 0xb0, 0x0c, 0xc9, 0xbd, 0x4a, 0xf8, 0xbd, 0x6e, 0x13, 0xb6, 0xd4, 0x7e, 0x66, 0x1e, 0x39, 0xdf, 0x83, 0x20, 0x52, 0xb4, 0xa3, 0xef, 0x80, 0x41, 0x30, 0xcb, 0x59, 0x94, 0x61, 0x27, 0xdb, 0xe0, 0x34, 0x4b, 0x56, 0x8d, 0x39, 0x4b, 0x8f, 0xf9, 0x96, 0x4d, 0xdb, 0x5b, 0xb4, 0xa7, 0xbf, 0x75, 0x7d, 0x1e, 0xac, 0xa7, 0x03, 0x8a, 0xaf, 0xfb, 0x5e, 0x50, 0xd7, 0x5c, 0xd8, 0x3f, 0x4f, 0x81, 0x53, 0xa5, 0xed, 0x05, 0xb8, 0x89, 0xc0, 0xfe, 0xb3, 0x4e, 0x1f, 0xc9, 0xb8, 0x8a, 0x63, 0xe4, 0x13, 0x9f, 0x94, 0xc3, 0x52, 0xb4, 0x42, 0x91, 0xb1, 0x8f, 0xa6, 0x3d, 0xdd, 0x40, 0xfb, 0x09, 0xb7, 0xb4, 0xf4, 0xbe, 0xbd, 0x99, 0xa2, 0x12, 0x90, 0x08, 0x98, 0x4a, 0x1d, 0x94, 0x30, 0x4f } } }; static const struct cckprng_op_refresh op_refresh_2776 = { .hd = { .id = 2622, .kind = OP_REFRESH }, .rand = 11164972766449196055ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2777 = { .hd = { .id = 2623, .kind = OP_RESEED }, .nonce = 7917550069243974137ULL, .seed_nbytes = 108, .seed = { 0x8a, 0x71, 0x7e, 0xd0, 0xef, 0x1d, 0xf5, 0x21, 0x8b, 0xfe, 0x09, 0xa7, 0x68, 0x03, 0x71, 0xa7, 0xf1, 0x1b, 0x3a, 0x49, 0xa1, 0xcd, 0x7b, 0x43, 0xd4, 0xef, 0x77, 0x1b, 0xac, 0x2f, 0x2d, 0x0d, 0xe0, 0x1a, 0xaf, 0xb5, 0x0a, 0xb7, 0x1d, 0x45, 0x82, 0xb6, 0xa5, 0xda, 0xee, 0x10, 0xa0, 0x2d, 0xe5, 0x9b, 0xba, 0x5a, 0x21, 0xd9, 0xce, 0x23, 0xa1, 0x93, 0x72, 0xb9, 0xcc, 0xfd, 0xd0, 0xa0, 0x0e, 0x46, 0xe0, 0xab, 0xce, 0x9b, 0xf8, 0x22, 0x22, 0xda, 0x55, 0xd3, 0x35, 0xd1, 0xde, 0xa1, 0x4b, 0xa8, 0x7a, 0xbb, 0x2a, 0xc6, 0x4f, 0x54, 0xfe, 0xd5, 0x7a, 0xca, 0x64, 0xa9, 0x85, 0x85, 0x53, 0xc3, 0xbe, 0x33, 0x4a, 0x7f, 0x07, 0x37, 0x20, 0x60, 0xa9, 0x8b } }; static const struct cckprng_op_refresh op_refresh_2778 = { .hd = { .id = 2624, .kind = OP_REFRESH }, .rand = 11763653497533069939ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2779 = { .hd = { .id = 2625, .kind = OP_GENERATE }, .rand_nbytes = 70, .out = { .rand = { 0x3d, 0xfb, 0x98, 0x54, 0xd8, 0x3e, 0xbc, 0x3b, 0x72, 0x68, 0x24, 0x81, 0x20, 0x86, 0xaf, 0x34, 0xca, 0x28, 0x1c, 0x67, 0x0d, 0xd1, 0xc3, 0x54, 0xb0, 0x8e, 0x1f, 0xc6, 0x33, 0x4a, 0x8d, 0x35, 0xbd, 0xa2, 0x63, 0x4c, 0x80, 0xe8, 0xa6, 0x4a, 0xe7, 0xbc, 0x9f, 0x9e, 0x97, 0xc5, 0x32, 0x1f, 0x03, 0x46, 0xea, 0xee, 0xa0, 0x36, 0xb9, 0xec, 0x13, 0x40, 0x9e, 0xbb, 0x21, 0xbf, 0x86, 0x9d, 0x1f, 0xf5, 0x1c, 0x2d, 0x41, 0x5a } } }; static const struct cckprng_op_refresh op_refresh_2780 = { .hd = { .id = 2626, .kind = OP_REFRESH }, .rand = 11802337240441820215ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2781 = { .hd = { .id = 2627, .kind = OP_REFRESH }, .rand = 17725788853225994434ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2782 = { .hd = { .id = 2628, .kind = OP_REFRESH }, .rand = 6914024738671273821ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2783 = { .hd = { .id = 2629, .kind = OP_REFRESH }, .rand = 4996814938931475667ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2784 = { .hd = { .id = 2630, .kind = OP_GENERATE }, .rand_nbytes = 38, .out = { .rand = { 0x34, 0x41, 0x63, 0xfb, 0x9a, 0x4a, 0xc9, 0x5b, 0x5e, 0x86, 0x96, 0xfe, 0xb5, 0xc2, 0x24, 0xd0, 0xc0, 0x24, 0xf7, 0x75, 0xa1, 0x29, 0x72, 0x0b, 0x31, 0x00, 0x24, 0xd5, 0x24, 0x76, 0xef, 0x4b, 0x91, 0xf5, 0x1d, 0x6a, 0x43, 0xe6 } } }; static const struct cckprng_op_refresh op_refresh_2785 = { .hd = { .id = 2631, .kind = OP_REFRESH }, .rand = 1100880194497644093ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2786 = { .hd = { .id = 2632, .kind = OP_RESEED }, .nonce = 7734816648415833867ULL, .seed_nbytes = 276, .seed = { 0xa6, 0x1b, 0x38, 0x03, 0x90, 0x7b, 0x31, 0xd8, 0x8f, 0x72, 0x97, 0x0e, 0xd3, 0x26, 0xbe, 0x0d, 0x29, 0x58, 0x9e, 0x6d, 0xd5, 0xd4, 0xb2, 0x04, 0x09, 0x24, 0x55, 0x49, 0x37, 0xd9, 0x81, 0x8d, 0x5d, 0x68, 0xde, 0x7d, 0xfa, 0x7f, 0xe2, 0xb9, 0x13, 0x57, 0xa3, 0xd7, 0xd1, 0x2e, 0x4f, 0xee, 0x23, 0x80, 0xf5, 0x15, 0x99, 0xee, 0x99, 0x45, 0x49, 0x70, 0x43, 0xab, 0x77, 0xe1, 0x94, 0xb2, 0x3d, 0xe7, 0x78, 0x05, 0x94, 0xd9, 0x52, 0xca, 0x47, 0x0f, 0x2b, 0xa3, 0x92, 0x88, 0x20, 0x64, 0x3f, 0x22, 0x10, 0x4c, 0xff, 0x08, 0x59, 0x01, 0x5b, 0x51, 0xe4, 0x4f, 0x4f, 0x43, 0x49, 0x62, 0xd5, 0xe6, 0x33, 0x96, 0x78, 0x9a, 0x89, 0x40, 0x6e, 0xff, 0x3e, 0x5c, 0xa0, 0x6d, 0x0e, 0x16, 0xf0, 0x62, 0x04, 0x45, 0x31, 0xd7, 0xe7, 0x0e, 0xa4, 0xda, 0xf4, 0x91, 0x00, 0xcf, 0x54, 0x84, 0xfd, 0x03, 0x3d, 0xaa, 0x96, 0x9f, 0x89, 0xea, 0x68, 0x7d, 0xe0, 0xd1, 0x0f, 0xc6, 0xbe, 0x60, 0x93, 0xf6, 0x43, 0xda, 0x92, 0x9b, 0x7f, 0xd0, 0xca, 0xf9, 0x8d, 0x14, 0xf8, 0x1e, 0x0c, 0x18, 0x71, 0xc1, 0x1c, 0x9a, 0x08, 0xb3, 0xd6, 0x22, 0xf0, 0x6c, 0x65, 0x89, 0x81, 0xbe, 0x2a, 0x31, 0x6a, 0x32, 0x63, 0x4c, 0x7b, 0x57, 0xf8, 0x94, 0x60, 0xa0, 0xa4, 0x15, 0x26, 0xb0, 0x69, 0x83, 0xa7, 0x41, 0x25, 0x4a, 0xd6, 0x4d, 0x40, 0x4d, 0x5f, 0x1e, 0x9f, 0x5f, 0x64, 0xa0, 0x46, 0xbc, 0xe3, 0xdf, 0x23, 0x61, 0xf7, 0x3e, 0xc8, 0x42, 0xe9, 0xe2, 0xb8, 0xe4, 0x6e, 0xb4, 0xb2, 0xca, 0xe6, 0xa6, 0xd2, 0x6a, 0x4d, 0xe3, 0xc9, 0x17, 0x2c, 0x5a, 0x39, 0x55, 0xe3, 0xb4, 0xe9, 0xac, 0xbd, 0xf9, 0x2f, 0xe6, 0x6e, 0xe7, 0x38, 0x0a, 0x8e, 0x3e, 0x61, 0x03, 0xae, 0x72, 0x0c, 0x27, 0x47, 0x8a, 0x98, 0xed, 0xf7, 0x64, 0x1f, 0x76, 0xc6, 0xa1, 0xfc, 0xa9, 0x48, 0x44, 0xe9, 0x87, 0xdd, 0x9f, 0x63, 0x21 } }; static const struct cckprng_op_reseed op_reseed_2787 = { .hd = { .id = 2633, .kind = OP_RESEED }, .nonce = 10796306796699761513ULL, .seed_nbytes = 49, .seed = { 0x3e, 0x87, 0xca, 0xc8, 0xfa, 0x43, 0x04, 0xe2, 0xb2, 0x8e, 0x84, 0xb9, 0xf7, 0xa0, 0x40, 0x60, 0xcd, 0x9e, 0x8d, 0xcc, 0x57, 0x01, 0xe9, 0x25, 0x27, 0x40, 0x30, 0xdd, 0x69, 0x02, 0xb4, 0x5e, 0x04, 0x10, 0xd7, 0x81, 0x20, 0x7d, 0x6a, 0x15, 0xd6, 0xdc, 0xc6, 0x52, 0x9c, 0x5c, 0x50, 0x10, 0x2a } }; static const struct cckprng_op_reseed op_reseed_2788 = { .hd = { .id = 2634, .kind = OP_RESEED }, .nonce = 7439582872325542444ULL, .seed_nbytes = 80, .seed = { 0xf6, 0x92, 0xb7, 0xee, 0x3c, 0xba, 0x2e, 0x0e, 0xf1, 0x54, 0xa5, 0xf3, 0x8b, 0x21, 0x96, 0x1d, 0x41, 0x71, 0x9f, 0x92, 0x9d, 0xe3, 0x3a, 0xeb, 0xed, 0xec, 0xa2, 0x1f, 0x92, 0xb7, 0x08, 0xad, 0x39, 0x45, 0xfe, 0x2b, 0x1e, 0x4e, 0x0b, 0xb4, 0x1b, 0xe0, 0x7f, 0x25, 0xb0, 0x76, 0xf1, 0x7d, 0x9b, 0xee, 0x42, 0x6e, 0xb5, 0x8d, 0x73, 0x02, 0x91, 0xb2, 0x2b, 0xfa, 0xc1, 0xed, 0xac, 0xf2, 0x42, 0xc8, 0x45, 0x1a, 0x8b, 0xe8, 0x3d, 0x31, 0x77, 0x32, 0x1d, 0x25, 0x1b, 0x4a, 0xc6, 0xbb } }; static const struct cckprng_op *ops_2789[] = { (const struct cckprng_op *)&op_init_2773, (const struct cckprng_op *)&op_reseed_2774, (const struct cckprng_op *)&op_init_2775, (const struct cckprng_op *)&op_refresh_2776, (const struct cckprng_op *)&op_reseed_2777, (const struct cckprng_op *)&op_refresh_2778, (const struct cckprng_op *)&op_init_2779, (const struct cckprng_op *)&op_refresh_2780, (const struct cckprng_op *)&op_refresh_2781, (const struct cckprng_op *)&op_refresh_2782, (const struct cckprng_op *)&op_refresh_2783, (const struct cckprng_op *)&op_init_2784, (const struct cckprng_op *)&op_refresh_2785, (const struct cckprng_op *)&op_reseed_2786, (const struct cckprng_op *)&op_reseed_2787, (const struct cckprng_op *)&op_reseed_2788 }; static const struct cckprng_vector vec_2790 = { .id = 2635, .note = NULL, .nops = 16, .ops = ops_2789 }; static const struct cckprng_op_init op_init_2791 = { .hd = { .id = 2636, .kind = OP_INIT }, .seed = { 0x26, 0x1d, 0xa6, 0x56, 0x85, 0xdd, 0x5f, 0x95, 0x53, 0x05, 0x2d, 0x68, 0xcc, 0xdb, 0xbc, 0x83, 0xf1, 0x86, 0x55, 0x8f, 0x23, 0x28, 0xc0, 0x50, 0x10, 0xfb, 0xb1, 0x46, 0x57, 0xb1, 0xc5, 0x8a }, .nonce = { 0x58, 0x52, 0x98, 0x03, 0xe4, 0x6b, 0x80, 0x6c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_2792 = { .hd = { .id = 2637, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x49, 0x78, 0xca, 0x5a, 0x1d, 0xfe, 0xdb, 0xe9, 0xd5, 0x65, 0x1e, 0x5e, 0x9c, 0x16, 0x05, 0x66, 0xd0, 0x95, 0xda, 0x17, 0x8b, 0xb6, 0x47, 0x44, 0xce, 0x1a, 0x5a, 0xa8, 0x54, 0x42, 0x84, 0x09, 0x16, 0x3c, 0xf7, 0xa8, 0xf4, 0xd6, 0xed, 0x7f, 0xa4, 0x9f, 0x16, 0x58, 0xad, 0x9a, 0x0d, 0xb2, 0xe0, 0xf4, 0xff, 0x10, 0x8c, 0x9e, 0x20, 0x7d, 0x80, 0x6c, 0xba, 0x26, 0x8d, 0x91, 0xd2, 0x5e, 0x78, 0xf4, 0x47, 0x49, 0xf5, 0xb9, 0xed, 0x2d, 0x28, 0xe2, 0x29, 0xfb, 0xc1, 0x64, 0x60, 0x26, 0x6b, 0xab, 0x7a, 0xfa, 0x7e, 0xa0, 0x4d, 0x6e, 0x99, 0xb4, 0xf0, 0xae, 0x33, 0xb9, 0x80, 0x35, 0xe8, 0x2c, 0xb8, 0x93, 0xcb, 0x74, 0x2a, 0x9d, 0xe4, 0xf0, 0x9d, 0x92, 0xf9, 0x84, 0xa5, 0x75, 0x7b, 0x65, 0x7e, 0xe0, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_2793 = { .hd = { .id = 2638, .kind = OP_RESEED }, .nonce = 14400652280763836551ULL, .seed_nbytes = 166, .seed = { 0xa6, 0xfe, 0xc9, 0xa4, 0x26, 0x2b, 0xd5, 0xc1, 0x4e, 0x04, 0xe4, 0xde, 0xcc, 0x04, 0xfa, 0xee, 0xb0, 0xd4, 0x33, 0x27, 0x59, 0x76, 0x61, 0x01, 0xc3, 0x29, 0x6a, 0x02, 0x68, 0x8b, 0xaf, 0xa7, 0x70, 0x12, 0x87, 0x87, 0x38, 0xb3, 0xc7, 0x17, 0x3a, 0x85, 0x04, 0xf7, 0xdd, 0x92, 0xfd, 0x7b, 0x8b, 0xb0, 0x69, 0x0b, 0x16, 0xaf, 0xf7, 0xae, 0xe1, 0x76, 0xbe, 0x7b, 0x54, 0xf8, 0x8a, 0x2d, 0x3e, 0x48, 0xbd, 0x00, 0x42, 0x11, 0x92, 0xfd, 0xcd, 0x3f, 0x25, 0xef, 0x19, 0x71, 0xd6, 0x51, 0x31, 0x53, 0x30, 0x87, 0x8e, 0x9a, 0xdb, 0xf2, 0xf2, 0x2b, 0x83, 0x90, 0xeb, 0xda, 0x7f, 0xa7, 0x61, 0x4c, 0xed, 0xc4, 0x10, 0x01, 0x7b, 0xf2, 0x2f, 0x3e, 0x4e, 0x5d, 0x4b, 0x6f, 0x8f, 0x79, 0x7c, 0x1c, 0x53, 0xb0, 0x3d, 0xd1, 0xc0, 0xb0, 0x97, 0xd0, 0xdb, 0x7a, 0x77, 0x40, 0xb0, 0xae, 0x4b, 0x72, 0x17, 0xcf, 0x36, 0xec, 0x57, 0x8d, 0x37, 0x79, 0xb5, 0x97, 0x8a, 0x1a, 0x1a, 0x6a, 0x7b, 0x23, 0x89, 0x22, 0x2b, 0xbb, 0x91, 0xe6, 0x88, 0xaa, 0xb3, 0x01, 0x3d, 0x87, 0xee, 0xbd, 0x69, 0x23, 0x57, 0x74, 0x32, 0xdb } }; static const struct cckprng_op_generate op_init_2794 = { .hd = { .id = 2639, .kind = OP_GENERATE }, .rand_nbytes = 246, .out = { .rand = { 0xb9, 0xe0, 0xb1, 0x18, 0xfd, 0xc2, 0xee, 0x15, 0xca, 0xb1, 0xbd, 0x56, 0x47, 0x17, 0x26, 0x29, 0xa1, 0xe4, 0x60, 0xc2, 0xe4, 0x37, 0xc0, 0xcc, 0xcb, 0x64, 0xd5, 0x96, 0x86, 0x52, 0x58, 0x2a, 0x89, 0x2d, 0x78, 0x91, 0x10, 0x18, 0x3c, 0xa4, 0x1f, 0x5c, 0x9b, 0xbe, 0xa4, 0xc3, 0x8c, 0xa9, 0xe3, 0x68, 0xdf, 0xa5, 0x4f, 0xf1, 0xc9, 0x86, 0x29, 0xbc, 0xcc, 0x26, 0xad, 0x02, 0x73, 0x81, 0xa8, 0x96, 0xdb, 0xb5, 0xc0, 0xfa, 0x52, 0xb8, 0x3d, 0xc4, 0x09, 0xd6, 0xdb, 0xfd, 0x46, 0x78, 0x06, 0xa4, 0x9a, 0x5c, 0x8e, 0xfd, 0x01, 0x82, 0xba, 0x67, 0x2c, 0x45, 0x14, 0xac, 0xb7, 0x8c, 0x99, 0x55, 0x9f, 0x0a, 0x45, 0xc6, 0xe1, 0xde, 0xab, 0x86, 0xc3, 0x1c, 0x64, 0xdf, 0x47, 0x7d, 0xcf, 0xc9, 0x33, 0xd9, 0xf6, 0xa4, 0xa9, 0x65, 0x9a, 0x0b, 0x4e, 0xa2, 0x6a, 0xa4, 0x96, 0xd8, 0xa8, 0x24, 0x64, 0x18, 0xdd, 0xcf, 0x88, 0xb6, 0x1a, 0x52, 0x35, 0xe2, 0xe9, 0x4d, 0x5e, 0x05, 0xad, 0x58, 0x5f, 0xcd, 0x80, 0x43, 0x8a, 0xae, 0x6a, 0x5a, 0xdd, 0x55, 0x07, 0x99, 0xb7, 0xed, 0x82, 0x0c, 0xaf, 0x61, 0xac, 0xc9, 0x1e, 0x95, 0x82, 0x57, 0xcd, 0xe5, 0xfa, 0x8e, 0x86, 0x4e, 0xfe, 0x59, 0xdb, 0x55, 0x27, 0xe3, 0x98, 0xa8, 0xc6, 0xf9, 0x5c, 0xc1, 0xec, 0x7e, 0x84, 0x70, 0x2e, 0x24, 0x12, 0x74, 0xe3, 0x9a, 0x54, 0x90, 0x05, 0xb2, 0x36, 0x17, 0x77, 0x56, 0x45, 0x03, 0x0c, 0x86, 0xff, 0x11, 0xbc, 0x5c, 0x58, 0x73, 0xb2, 0xbd, 0x45, 0x98, 0x53, 0x44, 0x2d, 0x57, 0x91, 0xa4, 0x1f, 0xdc, 0x0d, 0x1a, 0x54, 0x3e, 0xa0, 0x67, 0xca, 0xca, 0xae, 0x1e, 0xbc, 0x98, 0x18, 0x26, 0xf6, 0x39, 0xe7, 0x0b } } }; static const struct cckprng_op_reseed op_reseed_2795 = { .hd = { .id = 2640, .kind = OP_RESEED }, .nonce = 1949534111717031893ULL, .seed_nbytes = 193, .seed = { 0x67, 0x2f, 0x1c, 0xc2, 0x1d, 0x14, 0x8e, 0xf0, 0xa2, 0xfd, 0x35, 0x35, 0x24, 0x4f, 0x6c, 0x7e, 0xf7, 0x27, 0x88, 0x3d, 0x6d, 0x94, 0x09, 0xac, 0x92, 0x3a, 0x91, 0x15, 0x4d, 0xf0, 0x17, 0x7c, 0xdf, 0xbd, 0x38, 0x2f, 0x33, 0xd2, 0x0a, 0xe9, 0x77, 0x17, 0xe9, 0xd3, 0x1a, 0xc5, 0x5f, 0xdd, 0x46, 0x44, 0xb7, 0xa5, 0x39, 0x2c, 0x12, 0x45, 0xd2, 0x7c, 0x2b, 0x01, 0x41, 0xd7, 0xe4, 0x5e, 0xdb, 0x6d, 0x03, 0xb0, 0x3c, 0x02, 0xc2, 0x2a, 0xc9, 0x82, 0x5a, 0xd9, 0x10, 0x6b, 0x99, 0x53, 0x25, 0x0e, 0xfd, 0xe4, 0xc7, 0x85, 0x11, 0xa3, 0x7f, 0xff, 0x28, 0x6e, 0x3b, 0x0a, 0x1e, 0xc3, 0xec, 0xa0, 0x48, 0x0b, 0x96, 0x09, 0x4a, 0xe0, 0xa6, 0x06, 0x24, 0xdd, 0x87, 0x5d, 0xe2, 0xe8, 0xce, 0x52, 0x2a, 0x95, 0x4e, 0x48, 0xea, 0xad, 0x96, 0x35, 0x69, 0x8c, 0x1a, 0xf7, 0xcc, 0xac, 0xd7, 0xd2, 0xb7, 0x0c, 0xb6, 0x76, 0xd5, 0xe3, 0x1f, 0x5b, 0xa1, 0xcc, 0xdb, 0xc5, 0xd2, 0x31, 0x94, 0xda, 0x45, 0x93, 0xef, 0xcd, 0xc8, 0x00, 0xd6, 0xb7, 0x21, 0xa9, 0x5f, 0x81, 0xd5, 0x4d, 0x21, 0xc7, 0x8b, 0xc6, 0x8f, 0x71, 0x89, 0x99, 0xc7, 0xe1, 0x51, 0x42, 0xf7, 0xf0, 0xc2, 0x2f, 0x8b, 0x4e, 0x9c, 0xf3, 0xcd, 0x81, 0x66, 0xef, 0x0c, 0x70, 0x97, 0x09, 0xeb, 0xd7, 0xeb, 0x88, 0x6d } }; static const struct cckprng_op_generate op_init_2796 = { .hd = { .id = 2641, .kind = OP_GENERATE }, .rand_nbytes = 239, .out = { .rand = { 0x36, 0x2e, 0x10, 0x14, 0xf2, 0xf0, 0xca, 0xa5, 0x03, 0x62, 0xc6, 0x74, 0x2b, 0xcd, 0x68, 0x06, 0x7e, 0xa9, 0xe6, 0x5e, 0x5d, 0xef, 0x8d, 0xf3, 0x16, 0x2b, 0xc2, 0x9c, 0xa7, 0x98, 0x33, 0xb1, 0x23, 0x35, 0xa8, 0x75, 0x32, 0x54, 0x9c, 0xcc, 0x41, 0x2c, 0x27, 0x5a, 0xde, 0xbd, 0xf2, 0x82, 0x4f, 0x7c, 0xce, 0x33, 0xea, 0xd1, 0xdc, 0x61, 0x39, 0x07, 0x1b, 0x79, 0x94, 0x18, 0xd2, 0xc2, 0x52, 0x0f, 0xf7, 0xde, 0x6d, 0xd8, 0x55, 0x8d, 0xf9, 0xcd, 0x49, 0x97, 0xb8, 0xde, 0x51, 0xcd, 0xa0, 0xc2, 0x5f, 0xc6, 0x7a, 0xcb, 0x81, 0x76, 0xfc, 0xa6, 0x5a, 0x57, 0x8f, 0x2a, 0x15, 0x19, 0x45, 0xd8, 0x71, 0x9f, 0x71, 0xed, 0x59, 0xb0, 0x93, 0x4c, 0x51, 0x3b, 0x96, 0xb6, 0x04, 0x51, 0x72, 0x77, 0x85, 0xfa, 0x73, 0x97, 0x9c, 0x31, 0xbf, 0xc7, 0x84, 0x0d, 0x3f, 0x44, 0xc3, 0x77, 0x6d, 0x2f, 0x94, 0x62, 0xd5, 0x48, 0x9e, 0x74, 0xa2, 0x50, 0x2e, 0x06, 0x58, 0xb0, 0x6c, 0x50, 0x39, 0x38, 0x02, 0x5f, 0x3f, 0x87, 0x0e, 0xea, 0x96, 0x95, 0x86, 0x6d, 0xd7, 0x6a, 0x59, 0x8c, 0x8b, 0x63, 0xf8, 0x18, 0x8c, 0x6a, 0x52, 0xbc, 0x70, 0x37, 0xf4, 0xb7, 0x2f, 0x1b, 0x52, 0x49, 0x5f, 0x47, 0xf5, 0xf4, 0xfa, 0x9b, 0xc9, 0xd5, 0xaa, 0xa9, 0xa3, 0xff, 0xd2, 0x9d, 0x8a, 0xfa, 0x23, 0xec, 0xdd, 0xfd, 0x73, 0x3e, 0x19, 0xd9, 0xcb, 0xe4, 0xf4, 0xb5, 0x4b, 0x6d, 0x6f, 0x57, 0xee, 0xf8, 0x90, 0x3d, 0xe1, 0x30, 0x67, 0xca, 0x5f, 0xa8, 0xc6, 0xe3, 0x4a, 0xad, 0x9d, 0x19, 0xfd, 0x82, 0x2d, 0x84, 0x0a, 0xcf, 0x31, 0x4a, 0x63, 0xf2, 0x3e, 0xb6, 0xfd, 0x69, 0x9e } } }; static const struct cckprng_op_generate op_init_2797 = { .hd = { .id = 2642, .kind = OP_GENERATE }, .rand_nbytes = 28, .out = { .rand = { 0x86, 0xce, 0x1d, 0x0a, 0x7c, 0xc6, 0xc0, 0x8c, 0xa7, 0x55, 0xcf, 0x7c, 0xb5, 0xa7, 0xa0, 0xb3, 0x73, 0xdf, 0xa1, 0xea, 0x42, 0xeb, 0x43, 0xb6, 0x94, 0x62, 0x09, 0x76 } } }; static const struct cckprng_op_refresh op_refresh_2798 = { .hd = { .id = 2643, .kind = OP_REFRESH }, .rand = 12884956835699038879ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2799 = { .hd = { .id = 2644, .kind = OP_RESEED }, .nonce = 8114234599345431974ULL, .seed_nbytes = 173, .seed = { 0x43, 0x95, 0x0f, 0xc4, 0xee, 0xbd, 0x5e, 0xe2, 0x84, 0x9a, 0x7d, 0xed, 0xf4, 0x2f, 0x97, 0xc1, 0xf6, 0x3e, 0x70, 0x12, 0x8e, 0x5a, 0xfd, 0xe1, 0x07, 0xf2, 0x7f, 0xef, 0x9f, 0x4a, 0x41, 0x95, 0x68, 0xf5, 0x54, 0xc4, 0xb3, 0x6f, 0xec, 0x1c, 0xdc, 0xdd, 0xe6, 0x98, 0xb8, 0xd3, 0x1b, 0xb0, 0x95, 0x8f, 0x7f, 0xfc, 0x82, 0x15, 0xa3, 0x80, 0x24, 0x06, 0x0b, 0x30, 0x14, 0xe0, 0x79, 0x76, 0x7c, 0xa5, 0x83, 0xa4, 0xdb, 0x82, 0xc1, 0x18, 0x3b, 0x46, 0xd8, 0xa1, 0x26, 0x05, 0x67, 0x4c, 0xff, 0x80, 0xed, 0x6d, 0x0e, 0xe8, 0xfc, 0xd4, 0x44, 0x47, 0xe2, 0x1d, 0x12, 0x02, 0xcb, 0x5f, 0x82, 0x86, 0x4e, 0x22, 0x6f, 0x88, 0x04, 0xb9, 0x44, 0x7d, 0xbf, 0xff, 0x9e, 0xe0, 0x1a, 0x56, 0x0a, 0xa5, 0x2a, 0xc1, 0xe2, 0xf1, 0x4e, 0x54, 0xa4, 0xef, 0x1e, 0xe5, 0x27, 0x25, 0x4f, 0xb7, 0x26, 0x1b, 0x9a, 0x3c, 0x0e, 0xab, 0x50, 0xc5, 0xf0, 0x62, 0x2e, 0xa6, 0x4b, 0xc8, 0x98, 0xc9, 0xbf, 0x19, 0xbf, 0xb6, 0x48, 0x12, 0x58, 0xdc, 0x7b, 0x0c, 0xc6, 0x60, 0x76, 0xf8, 0xb0, 0x21, 0xc1, 0x74, 0x44, 0x6b, 0x76, 0xec, 0xe2, 0xbe, 0x56, 0x99, 0x39, 0x0d, 0x91 } }; static const struct cckprng_op_generate op_init_2800 = { .hd = { .id = 2645, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0xe6, 0x53, 0xc4, 0x39, 0x06, 0x6f, 0x08, 0x2a, 0x0d, 0x5c, 0x33, 0xb8, 0xc9, 0x82, 0x12, 0x9f, 0xf3, 0x64, 0x93, 0x74, 0x12, 0xb7, 0xb2, 0x0b, 0x4f, 0x23, 0x8b, 0xd0, 0x9f, 0x89, 0x26, 0x67, 0x84, 0xab, 0x88, 0x71, 0x76, 0xa7, 0x19, 0xe6, 0x33, 0xf8, 0xe9, 0xbb, 0x0d, 0xae, 0xf1, 0xd7, 0xea, 0xc4, 0x23, 0xa2, 0xcc, 0xa6, 0xd7, 0xaa, 0x52, 0x3e, 0x39, 0x47, 0xe4, 0x9e, 0x88, 0x2b, 0x03, 0x59, 0x45, 0xc2, 0xe0, 0xa3, 0x95, 0x36, 0xe5, 0x15, 0x5f, 0x4f, 0x66, 0xcb, 0x5c, 0x61, 0xdb, 0x3e, 0x81, 0xa0, 0x10, 0x15, 0xaf, 0xc6, 0xfc, 0x2d, 0x71, 0xfb, 0x33, 0xd7, 0xa6, 0x8f, 0x04, 0xb4, 0x65, 0xda, 0xfb, 0xac, 0x85, 0x47, 0x0e, 0xdc, 0x6c, 0x33, 0x64, 0x78, 0xcf, 0xec, 0x73, 0x46, 0x58, 0xc8, 0xbe, 0xba, 0xea, 0x6e, 0xee, 0x1a, 0x49, 0xde, 0x78, 0x64, 0xc0, 0x27, 0xec, 0x43, 0x7f, 0xc5, 0x2b, 0x84, 0xff, 0xba, 0xaa, 0x9e, 0x72, 0x42, 0x8c, 0x73, 0x09, 0xf7, 0x2c, 0x37, 0x87, 0x48, 0x65, 0x5b, 0x45, 0xfe, 0x8f, 0x0a, 0x2a, 0x8d, 0x45, 0x54, 0x4b, 0xad, 0x3a, 0xd9, 0x60, 0x21, 0x4c, 0xf4, 0x01, 0x08, 0x0f, 0x3d, 0x49, 0x1e, 0xdd, 0x1d, 0xd0, 0x26, 0xef, 0x54, 0x7b, 0x21, 0x57, 0x7c, 0x9e, 0x27, 0xeb, 0x04, 0x06, 0xc8, 0x3b, 0xe2, 0xed, 0xe9, 0xff, 0x39, 0xa7, 0x2a, 0xdd, 0xc3, 0xb0, 0xaa, 0xf9, 0x89, 0xd5, 0x8f, 0xe7, 0xe9, 0x04, 0x25, 0x90, 0x99, 0xfa, 0x07, 0x9b, 0x74, 0xb9, 0xa9, 0x11, 0xea, 0xc3, 0xbd, 0x7a, 0x4d, 0xb0, 0x8d, 0x4d, 0xbe, 0xb2, 0x75, 0x15, 0x7b, 0x89, 0xe1, 0x13, 0x7a, 0x25, 0xff, 0xa7, 0x9a, 0x80, 0x53, 0xbe, 0xcf, 0x3c, 0xcd, 0xd7, 0x80, 0x57, 0x92, 0x8f, 0xde, 0x30, 0x11, 0x3d, 0xf3, 0x13, 0x85, 0x79, 0x89, 0xcc, 0x58, 0x50, 0x86, 0xdc, 0xde, 0x32, 0xfc, 0x9c, 0xfd, 0x85, 0x95, 0x71, 0xdc, 0xe0, 0xc7, 0xfd, 0xaa, 0x4e, 0xf1, 0x53, 0xb3, 0x5e, 0x28, 0x04, 0xec, 0x41 } } }; static const struct cckprng_op_generate op_init_2801 = { .hd = { .id = 2646, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0xb9, 0x58, 0xfc, 0x16, 0x12, 0xec, 0xc1, 0x64, 0xed, 0x77, 0xed, 0xb0, 0x73, 0x9b, 0x6c, 0xe1, 0xbf, 0xb9, 0x5b, 0x0b, 0xdd, 0xb7, 0xed, 0x5b, 0xc2, 0x50, 0x2c, 0x8f, 0xeb, 0x07, 0x43, 0x2c, 0x6d, 0x34, 0xa1, 0xf4, 0x56, 0xfb, 0x14, 0xd9, 0x7f, 0x4a, 0x19, 0x4d, 0x1a, 0xb8, 0xd2, 0x86, 0xf2, 0x73, 0x8d, 0x20, 0x1c, 0xf2, 0xe8, 0xe5, 0x3e, 0xff, 0x37, 0x54, 0x08, 0x21, 0x23, 0xf4, 0x5f, 0x90, 0xe6, 0xfd, 0x44, 0x90, 0x09, 0x24, 0x23, 0x89, 0x07, 0x02, 0xaf, 0xf7, 0x31, 0xa9, 0x45, 0xfb, 0x93, 0xf8, 0x99, 0x04, 0xba, 0x0c, 0x10, 0xc4, 0xd9, 0x83, 0xe5, 0x7c, 0x4c, 0xd9, 0xd4, 0x5e, 0x48, 0x9f, 0x8f, 0x6e, 0x67, 0x36, 0x6b, 0x1a, 0x72, 0x55, 0xee, 0x81, 0x9e, 0x83, 0xcd, 0xba, 0xab, 0xd4, 0xf5, 0x69, 0xa4, 0x27, 0xc8, 0x3a, 0x29, 0x8c, 0xc8, 0xd3, 0x24, 0x05, 0xdc, 0x45, 0xe3, 0xa3, 0x29, 0xa8, 0x5f, 0x5a, 0xac, 0x16, 0x31, 0x23, 0x79, 0x18, 0x72, 0x85, 0x2d, 0x61, 0xc5, 0x41, 0xda, 0x14, 0x87, 0x55, 0x79, 0x96, 0x0b, 0xe8, 0xd7, 0xd6, 0xe2, 0x3a, 0x04, 0x1f, 0xe8, 0xc8, 0xd3, 0xe3, 0xe3, 0xc8, 0x97, 0x8d, 0xa4, 0x4c, 0x9d, 0x9f, 0x44, 0x4a, 0xac, 0xe5, 0xcc, 0x45, 0x98, 0x6e, 0xd9, 0x0d, 0x2e, 0xca, 0xd3, 0x75, 0x4f, 0xcc, 0xcc, 0x82, 0x09, 0x86, 0x6b, 0xc4, 0x37, 0x9a, 0x8b, 0x11, 0xfd, 0x8d, 0xd3, 0x35, 0xfc, 0x14, 0x78, 0x03, 0x7f, 0x89, 0xa6, 0xae, 0x49, 0x11, 0x11, 0x82, 0x84, 0xbb, 0xd7, 0xa9, 0x09, 0x6d, 0x4f, 0x1d, 0x11, 0xa9 } } }; static const struct cckprng_op_generate op_init_2802 = { .hd = { .id = 2647, .kind = OP_GENERATE }, .rand_nbytes = 133, .out = { .rand = { 0xfa, 0x4d, 0xa6, 0xcd, 0x73, 0x99, 0x2a, 0xce, 0xcb, 0x43, 0x2c, 0x87, 0xbc, 0x84, 0x21, 0x56, 0x53, 0xd8, 0x80, 0xbf, 0x07, 0x7a, 0xd2, 0x49, 0xb2, 0xd5, 0xc7, 0xdc, 0xb0, 0x36, 0xab, 0xfd, 0xba, 0xba, 0xe7, 0x3e, 0x53, 0xec, 0x3a, 0x36, 0x29, 0x7a, 0x76, 0xfa, 0xc7, 0x20, 0x1a, 0x53, 0x79, 0x25, 0x78, 0x70, 0x1c, 0x5b, 0xd6, 0x14, 0x28, 0xe9, 0xfd, 0xf1, 0x98, 0x61, 0x6d, 0x09, 0xd6, 0x0d, 0xe3, 0x41, 0x23, 0x04, 0xf3, 0x9e, 0x29, 0x88, 0x6c, 0xd1, 0x45, 0xfb, 0x5e, 0xbf, 0x34, 0x39, 0xa5, 0x97, 0x8e, 0x7b, 0x7d, 0x4e, 0xbc, 0xd5, 0x53, 0x10, 0x67, 0xd9, 0xb8, 0xc6, 0xd2, 0x07, 0xc6, 0x5d, 0x3a, 0xc9, 0x29, 0x6e, 0xa7, 0x7e, 0x00, 0xc9, 0xd2, 0xab, 0x71, 0x37, 0xeb, 0x86, 0x0d, 0x8e, 0xb4, 0x78, 0x03, 0xce, 0x63, 0xba, 0x85, 0x19, 0xf9, 0xaf, 0x03, 0x56, 0xda, 0x00, 0xde, 0x86, 0x1c } } }; static const struct cckprng_op_generate op_init_2803 = { .hd = { .id = 2648, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0xcc, 0x2d, 0x23, 0xa5, 0x5c, 0x89, 0x17, 0x11, 0xec, 0x05, 0x47, 0x13, 0x26, 0x6a, 0xf5, 0x8c, 0x55, 0xf4, 0x20, 0xd8, 0xab, 0xb5, 0xa8, 0xb1, 0x58, 0xaa, 0x41, 0x00, 0x8f, 0x1b, 0x05, 0x0a, 0x7c, 0x0c, 0xb9, 0xc9, 0x74, 0xea, 0x4e, 0x7d, 0xfc, 0x5e, 0xc4, 0xf0, 0x90, 0xdb, 0xc6, 0x90, 0xfe, 0xb0, 0xf1, 0x97, 0x5e, 0x06, 0x1a, 0xde, 0x43, 0x5c, 0xd9, 0xff, 0x06, 0xe1, 0x92, 0x8d, 0xeb, 0x97, 0xbc, 0x9e, 0x2a, 0x64, 0xc3, 0x5a, 0x8f, 0xcf, 0x7c, 0xc5, 0xab, 0xb9, 0xe0, 0x91, 0xb8, 0x94, 0xe7, 0x93, 0x63, 0x3c, 0x7f, 0x33, 0x59, 0xc7, 0x7f, 0xdc, 0x73, 0x07, 0xa2, 0x13, 0x54, 0x0f, 0xcd, 0x97, 0x77, 0x7f, 0xd2, 0x49, 0x22, 0xf1, 0x32, 0xf7, 0xf8, 0x64, 0x26, 0xdc, 0x06, 0x30, 0x7b, 0x42, 0x13, 0x3f, 0x63, 0x3f, 0x14, 0xd6, 0x8a, 0x77, 0xbe, 0xd3, 0x28, 0x44, 0xe0, 0x30, 0x2b, 0xa3, 0xe5, 0x68, 0x50, 0xb2, 0x6e, 0x53, 0x0d, 0x64, 0xe9, 0x23, 0xf5, 0xae, 0xbf, 0xb9, 0x90, 0x57, 0xb7, 0xbf, 0x7f, 0x1a, 0x67, 0x98, 0x52, 0x81, 0xa3, 0xd8, 0x5a, 0x31, 0x17, 0x11, 0x9c, 0xfd, 0x4f, 0xfe, 0xa5, 0x1a, 0x21, 0x4c, 0x76, 0x72, 0xfe, 0x54, 0xc8, 0x72, 0x5c, 0x45, 0x37, 0x2b, 0x2d, 0x52, 0x71, 0x83, 0x0b, 0xc9, 0x94, 0x6d, 0xba, 0xab, 0xcd, 0x4d, 0xf0, 0x3c, 0x59, 0x04, 0x1a, 0x70, 0xca, 0xa0, 0x2b, 0x06, 0x82, 0x1f, 0xff, 0x5a, 0x7d, 0x80, 0x89, 0x62, 0x2d, 0x17, 0x1a, 0x68, 0x83, 0x89, 0x7a, 0xfe, 0xe7, 0xd3, 0xff, 0x7b, 0x15, 0x1f, 0x65, 0x67, 0x64, 0x5e, 0x36, 0x70, 0x7b, 0xf6, 0x6d, 0x2b, 0x04, 0x3f, 0xe4, 0xe7, 0x4e, 0x3a, 0x44, 0xa6, 0x37, 0xa6, 0xf3, 0xa7, 0x8e, 0x7a, 0x4c, 0x75, 0x4c, 0x87, 0x1f, 0x57, 0x92, 0x40, 0xa9, 0x81, 0x3f, 0xb4, 0xfa, 0xc1, 0xfa, 0x89, 0x96, 0xb2, 0xf5, 0xb4, 0x99, 0x78, 0x3b } } }; static const struct cckprng_op_refresh op_refresh_2804 = { .hd = { .id = 2649, .kind = OP_REFRESH }, .rand = 10016706649240737133ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2805 = { .hd = { .id = 2650, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0xd6, 0xf0, 0xd2, 0x42, 0x7a, 0xb4, 0xef, 0x58, 0xfc, 0xe9, 0x96, 0x1c, 0x36, 0x1e, 0xd1, 0x04, 0x61, 0xa8, 0x28, 0xe1, 0xad, 0x96, 0xbb, 0x5d, 0x69, 0x96, 0x28, 0x29, 0x24, 0x8f, 0xce, 0x0a, 0xe2, 0x68, 0x79, 0xed, 0x35, 0xfb, 0xa1, 0x38, 0x39, 0x9e, 0x3c, 0x7b, 0xaf, 0x24, 0x90, 0xa3, 0xe6, 0x1a, 0x53, 0x00, 0x51, 0xca, 0xea, 0x21, 0x32, 0xb6, 0xf7, 0x5e, 0x90, 0x7a, 0x3c, 0xf2, 0xbf, 0x41, 0xbd, 0x8a, 0x0e, 0x78, 0xe1, 0xc0, 0xe2, 0x97, 0xff, 0xf6, 0xc1, 0x86, 0xdc, 0x89, 0xa2, 0x75, 0x11, 0x47, 0x28, 0x7a, 0x5d, 0x77, 0x72, 0xa4, 0x72, 0x27, 0xdb, 0x26, 0xff, 0xcd, 0x0b, 0xdf, 0x2f, 0x4d, 0xf6, 0x9b, 0xf2, 0x07, 0xf4, 0xf0, 0xab, 0x4b, 0xf3, 0x42, 0x9f, 0x39, 0x4c, 0x71, 0x60, 0xda, 0x96, 0x7e, 0x17, 0x91, 0xe4, 0xfd, 0x78, 0xc3, 0x64, 0xa3, 0xfc, 0xc5, 0x9a, 0x6a, 0x37, 0x1f, 0x1f, 0x4d, 0xcc, 0xef, 0xd9, 0xe8, 0x36, 0xba, 0x9e, 0xe2, 0x4b, 0x15, 0x3f, 0xfb, 0xd0, 0xb5, 0x26, 0xb0, 0x94, 0xf3, 0x84, 0xb7, 0x13, 0xd6, 0x2e, 0x19, 0xde, 0x28, 0x4c, 0xa0, 0xfb, 0xc9, 0x8f, 0x6d, 0x10, 0x2f, 0x95, 0x30, 0x95, 0x98, 0xb9, 0xa8, 0x12, 0x8c, 0xb5, 0xed, 0x81, 0xf9, 0x63, 0x25, 0xa3, 0x3b, 0xe3, 0xe3, 0x53, 0xaa, 0xe9, 0x15, 0xec, 0x9f, 0x79, 0xa3, 0x8d, 0x43, 0xb2, 0x1e, 0x09, 0x5a, 0x32, 0x54, 0x98, 0x87, 0x0d, 0xc9, 0xff, 0xee, 0x03, 0xfb, 0x9f, 0xde, 0x24, 0x50, 0xff, 0x94, 0xd2, 0xfa, 0x3b, 0x2d, 0x11, 0x2e, 0x58, 0x13 } } }; static const struct cckprng_op_reseed op_reseed_2806 = { .hd = { .id = 2651, .kind = OP_RESEED }, .nonce = 6268785560052645576ULL, .seed_nbytes = 16, .seed = { 0xa1, 0x9e, 0x1c, 0x5d, 0x2e, 0x4b, 0x2a, 0x75, 0x5c, 0xbf, 0x76, 0xc7, 0x18, 0x74, 0xd2, 0x66 } }; static const struct cckprng_op *ops_2807[] = { (const struct cckprng_op *)&op_init_2791, (const struct cckprng_op *)&op_init_2792, (const struct cckprng_op *)&op_reseed_2793, (const struct cckprng_op *)&op_init_2794, (const struct cckprng_op *)&op_reseed_2795, (const struct cckprng_op *)&op_init_2796, (const struct cckprng_op *)&op_init_2797, (const struct cckprng_op *)&op_refresh_2798, (const struct cckprng_op *)&op_reseed_2799, (const struct cckprng_op *)&op_init_2800, (const struct cckprng_op *)&op_init_2801, (const struct cckprng_op *)&op_init_2802, (const struct cckprng_op *)&op_init_2803, (const struct cckprng_op *)&op_refresh_2804, (const struct cckprng_op *)&op_init_2805, (const struct cckprng_op *)&op_reseed_2806 }; static const struct cckprng_vector vec_2808 = { .id = 2652, .note = NULL, .nops = 16, .ops = ops_2807 }; static const struct cckprng_op_init op_init_2809 = { .hd = { .id = 2653, .kind = OP_INIT }, .seed = { 0x41, 0xc9, 0xbe, 0xe5, 0x8f, 0xe9, 0xa1, 0xa1, 0x20, 0x0e, 0x27, 0x1e, 0xed, 0xd8, 0x7c, 0xf9, 0x2b, 0x8b, 0xd8, 0x6c, 0x0c, 0xbc, 0x41, 0x81, 0xe3, 0x15, 0x16, 0x5b, 0xd9, 0xfe, 0x5b, 0x15 }, .nonce = { 0xb8, 0x10, 0x40, 0x37, 0x87, 0xf5, 0xd7, 0x0d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2810 = { .hd = { .id = 2654, .kind = OP_RESEED }, .nonce = 16684911495060478852ULL, .seed_nbytes = 66, .seed = { 0x95, 0x4c, 0xf7, 0x13, 0x05, 0x5a, 0x63, 0x58, 0xd2, 0x1a, 0x9d, 0x28, 0x94, 0x63, 0x9f, 0xfd, 0x3e, 0x75, 0x20, 0x07, 0x89, 0x05, 0x0a, 0xa9, 0x27, 0x94, 0x74, 0x5a, 0x76, 0x39, 0xbb, 0x54, 0xd7, 0x09, 0xb8, 0xda, 0x91, 0x30, 0x01, 0x9d, 0x19, 0x00, 0xa8, 0xfd, 0xff, 0x53, 0x17, 0x83, 0xe0, 0xc5, 0x81, 0x96, 0x5a, 0x55, 0x62, 0x8d, 0x28, 0x40, 0x58, 0xb1, 0xf1, 0x19, 0xc4, 0x1d, 0x3f, 0xe8 } }; static const struct cckprng_op_refresh op_refresh_2811 = { .hd = { .id = 2655, .kind = OP_REFRESH }, .rand = 7337150417093099583ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2812 = { .hd = { .id = 2656, .kind = OP_REFRESH }, .rand = 17800237464878811773ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2813 = { .hd = { .id = 2657, .kind = OP_GENERATE }, .rand_nbytes = 38, .out = { .rand = { 0x6c, 0x4a, 0xe5, 0x85, 0x70, 0xf6, 0xcb, 0x25, 0xf5, 0xee, 0x0c, 0x7e, 0x77, 0x0e, 0xdd, 0x7c, 0xfc, 0xd9, 0x6f, 0xa2, 0xb1, 0x45, 0xbf, 0x1a, 0xf7, 0x8d, 0x09, 0x84, 0xbf, 0xe4, 0x36, 0x44, 0x00, 0x91, 0x3e, 0xb1, 0xef, 0x6b } } }; static const struct cckprng_op_generate op_init_2814 = { .hd = { .id = 2658, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x18, 0xc6, 0x2f, 0x25, 0x75, 0x5c, 0xa2, 0x61, 0xf1, 0x11, 0xfa, 0x5a, 0xe7, 0x6a, 0xf1, 0x51, 0x75, 0xa6, 0xd6, 0xdd, 0xe5, 0xf2, 0x77, 0xdb, 0x30, 0x16, 0xc6, 0x5d, 0x34, 0x88, 0xd9, 0xfb, 0xdc, 0x33, 0x1a, 0x7c, 0x6c, 0x6c, 0xff, 0xea, 0x08, 0x6b, 0x4d, 0x91, 0xb6, 0x9b, 0xf1, 0x1b, 0x65, 0x9a, 0x60, 0x93, 0x0b, 0xf9, 0x40, 0x0e, 0x10, 0xf1, 0x62, 0xd5, 0x68, 0x97, 0x18, 0x1e, 0xb6, 0x0a, 0xc2, 0xdb, 0x07, 0x51, 0x7e, 0x36, 0xc3, 0x0d, 0xf7, 0xa5, 0x74, 0x92, 0x6d, 0x82, 0xcb, 0x64, 0x5e, 0x1b, 0x71, 0xc0, 0xc5, 0x49, 0xce, 0xa7, 0x8f, 0x60, 0xf7, 0xb4, 0xd7, 0x43, 0xf0, 0x4f, 0x69, 0xff, 0x00, 0xc0, 0x8d, 0xaf, 0x51, 0x6a, 0x68, 0x69, 0xaf, 0x5c, 0x58, 0x68, 0xd6, 0xb1, 0xef, 0x4f, 0xc5, 0x3c, 0x5b, 0x82, 0xe5, 0xa9, 0x30, 0xdb, 0xfd, 0x42, 0x38, 0x35, 0x66, 0x6d, 0x8c, 0x6b, 0x53, 0x06, 0xd0, 0x53, 0x8f, 0xc0, 0xcf, 0x11, 0xdb, 0xd0, 0xcc, 0x71, 0xb1, 0x8d, 0x67, 0x35 } } }; static const struct cckprng_op_reseed op_reseed_2815 = { .hd = { .id = 2659, .kind = OP_RESEED }, .nonce = 15088581738941889685ULL, .seed_nbytes = 73, .seed = { 0x30, 0xa0, 0x58, 0xf9, 0x58, 0xca, 0x6a, 0x2f, 0x3d, 0x20, 0x95, 0xab, 0xb8, 0x18, 0x2c, 0x02, 0x72, 0x46, 0xc5, 0x3e, 0xbb, 0x5d, 0x51, 0x42, 0x38, 0xa5, 0x52, 0x0a, 0x50, 0x1c, 0x89, 0x10, 0x8c, 0xb3, 0xce, 0x4c, 0xbc, 0x22, 0x16, 0xf3, 0x91, 0x47, 0xdf, 0xfe, 0xc3, 0xfc, 0xff, 0xb5, 0x53, 0xe7, 0x65, 0x8c, 0xea, 0x72, 0xda, 0xc9, 0xe7, 0x15, 0x27, 0xd5, 0xec, 0x01, 0x43, 0x83, 0xc7, 0x57, 0xfa, 0xbd, 0xea, 0x30, 0x7a, 0x96, 0x61 } }; static const struct cckprng_op_generate op_init_2816 = { .hd = { .id = 2660, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0xf6, 0xa4, 0xb0, 0xe9, 0x81, 0xca, 0xb1, 0x04, 0x7a, 0xa9, 0x0e, 0xb9, 0x38, 0x97, 0x39, 0xc9, 0x59, 0xfb, 0x8a, 0xce, 0xaf, 0xae, 0xe8, 0xd1, 0x6b, 0x91, 0xac, 0xb4, 0x8e, 0x40, 0x0e, 0xa4, 0x4a, 0x09, 0x96, 0x29, 0x7b, 0xc8, 0xd0, 0xaf, 0xfc, 0xb1, 0x89, 0x2d, 0x13, 0xa1, 0xf0, 0x8c, 0x6e, 0x06, 0x70, 0xf1, 0x10, 0xb6, 0x5d, 0x80, 0x08, 0x2b, 0x8f, 0x7a, 0xe0, 0xa4, 0xbf, 0x29, 0x0c, 0x27, 0xad, 0xd8, 0xe7, 0x4d, 0x61, 0x6c, 0x0b, 0x7e, 0xf6, 0xdc, 0x23, 0x07, 0xea, 0x7b, 0x8a, 0xb1, 0xab, 0x2e, 0xcf, 0x91, 0x4a, 0x01, 0x72, 0x74, 0x39, 0x69, 0xcc, 0xca, 0x77, 0x9e, 0x53, 0x98, 0xd6, 0x47, 0x57, 0x54, 0xb5, 0x01, 0xe5, 0x47, 0xdc, 0x17, 0x2b, 0x4c, 0x49, 0x08, 0xaa, 0xe4, 0x08, 0x92, 0xc2, 0xa9, 0xbf, 0xf0, 0x42, 0xcc, 0x7d, 0x5e, 0x5c, 0x35, 0x6a, 0xad, 0x18, 0x96, 0x6b, 0x05, 0xb4, 0xe9, 0xd6, 0xce, 0x6c, 0x59, 0xcc, 0x6c, 0x4e, 0x45, 0x57, 0xe8, 0x47, 0x01, 0x97, 0xab, 0x61, 0xb1, 0x3e, 0xe0, 0xaa, 0x06, 0x6c, 0x9c, 0x9d, 0x7b, 0x22, 0x19, 0x83, 0xbb, 0xa8, 0x01, 0x63, 0xa7, 0xdf, 0x84, 0x8b, 0xfa, 0x39, 0xbf, 0xc7, 0xfb, 0x2a, 0xdf, 0x0d, 0x3b, 0x73, 0x0b, 0x01, 0xb0, 0x5d, 0x11, 0xe4, 0x4e, 0x6e, 0x02, 0x3f, 0x68, 0x62, 0x9e, 0xd8, 0xb2, 0x70, 0x56, 0x79, 0x5d, 0x03, 0xdd, 0xde, 0xa9, 0x90, 0x0f, 0x68, 0xa0, 0x5b, 0x13, 0xe4, 0x81, 0x07, 0xc4, 0x8f, 0xf2, 0x79, 0x18, 0x4c, 0x06, 0x32, 0x55, 0x5f, 0xb1, 0x50, 0x4e, 0xd5, 0xb0, 0x14, 0x45, 0x5b, 0xaf, 0xb6, 0xa1, 0x2c, 0x04, 0x54, 0x1f, 0xb2, 0x06, 0x1b, 0x11, 0xf3, 0xd3, 0x5a, 0x76, 0x3d, 0x55, 0xf1, 0xbb, 0xbb, 0xd1, 0x10, 0xea, 0x2e, 0x0b, 0x7d, 0x5a, 0x7c, 0x85 } } }; static const struct cckprng_op_refresh op_refresh_2817 = { .hd = { .id = 2661, .kind = OP_REFRESH }, .rand = 17342638388976313719ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2818 = { .hd = { .id = 2662, .kind = OP_RESEED }, .nonce = 4636203826704142356ULL, .seed_nbytes = 66, .seed = { 0x79, 0x12, 0xed, 0x3c, 0x97, 0xf1, 0x67, 0x9e, 0xa2, 0x82, 0x46, 0xa3, 0x67, 0x7b, 0x7e, 0x4b, 0x8a, 0x90, 0x98, 0x4f, 0x60, 0xc0, 0xcd, 0xde, 0x9e, 0x2c, 0xca, 0xbc, 0x0a, 0xee, 0xef, 0x27, 0x50, 0xa8, 0x60, 0x10, 0x77, 0x27, 0x2b, 0x74, 0x00, 0xaa, 0x47, 0xf6, 0x83, 0x77, 0xa7, 0x78, 0x82, 0x33, 0x2d, 0xb0, 0x04, 0x25, 0xd7, 0x62, 0x50, 0x92, 0xca, 0xc1, 0x55, 0xfa, 0xac, 0x97, 0x87, 0xf0 } }; static const struct cckprng_op_refresh op_refresh_2819 = { .hd = { .id = 2663, .kind = OP_REFRESH }, .rand = 10145451663469693602ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2820 = { .hd = { .id = 2664, .kind = OP_REFRESH }, .rand = 11375631600637071093ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2821 = { .hd = { .id = 2665, .kind = OP_REFRESH }, .rand = 12048906186961082431ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2822 = { .hd = { .id = 2666, .kind = OP_GENERATE }, .rand_nbytes = 140, .out = { .rand = { 0x01, 0xc1, 0xa9, 0x0e, 0x1d, 0x3b, 0x80, 0x8b, 0x4f, 0xbc, 0x17, 0xdd, 0x49, 0x32, 0x85, 0xdc, 0x07, 0xc7, 0x8a, 0x62, 0x5e, 0xe0, 0x16, 0x24, 0xb0, 0x07, 0xee, 0x19, 0x6e, 0x9c, 0xa1, 0x81, 0x53, 0x33, 0xcc, 0x2e, 0x6d, 0x60, 0xef, 0x0f, 0xaf, 0xfa, 0x32, 0xef, 0x7c, 0x3e, 0x43, 0x64, 0x3a, 0x88, 0x2e, 0xe2, 0x41, 0x8d, 0x78, 0xf3, 0x46, 0x65, 0x62, 0x65, 0xbf, 0xd8, 0xb2, 0x1d, 0x7d, 0x81, 0x7e, 0x2d, 0x20, 0x60, 0x0e, 0xcb, 0xcc, 0xd7, 0x6f, 0xad, 0x30, 0xa3, 0xf5, 0x28, 0x31, 0xb9, 0x97, 0x98, 0x0e, 0x35, 0xd7, 0xaa, 0xc4, 0x5a, 0x84, 0x94, 0x34, 0xe2, 0x89, 0x95, 0xea, 0xf8, 0x64, 0x78, 0x29, 0xd2, 0x31, 0x91, 0xdd, 0x70, 0x05, 0x67, 0x09, 0x3d, 0xcc, 0xea, 0xcb, 0x0f, 0xa1, 0xd0, 0xef, 0x9f, 0xad, 0xbd, 0x06, 0xbe, 0x04, 0x1f, 0x19, 0x2d, 0x3c, 0xa6, 0x1e, 0xeb, 0x36, 0x8b, 0xf5, 0xb6, 0x80, 0xf2, 0x58, 0xcc, 0x65, 0x9e } } }; static const struct cckprng_op_reseed op_reseed_2823 = { .hd = { .id = 2667, .kind = OP_RESEED }, .nonce = 806828318520480819ULL, .seed_nbytes = 177, .seed = { 0xef, 0x30, 0xa4, 0x86, 0x29, 0xa5, 0xa7, 0x38, 0x20, 0x0d, 0xb6, 0x3a, 0xac, 0x41, 0x46, 0xfc, 0x99, 0x28, 0x2d, 0x2f, 0x69, 0x7c, 0x7b, 0xeb, 0xf9, 0x8e, 0xde, 0x8e, 0x60, 0xdd, 0x7a, 0x7b, 0x62, 0x25, 0xc6, 0x88, 0xad, 0xd4, 0x2f, 0xf5, 0x99, 0x30, 0xc0, 0x3a, 0xa5, 0x64, 0xec, 0x0a, 0xd9, 0xc6, 0x80, 0x05, 0xd0, 0x69, 0xbd, 0x73, 0x4e, 0x1c, 0xb4, 0xcd, 0x6c, 0xc7, 0x76, 0x90, 0x84, 0xd9, 0xe7, 0xd1, 0xcd, 0x60, 0xa5, 0x9f, 0xc3, 0x8f, 0xa6, 0xae, 0x42, 0xc5, 0x62, 0x29, 0x04, 0xbe, 0xf2, 0xa0, 0x37, 0x0c, 0x0b, 0x67, 0x27, 0xf7, 0x18, 0x2c, 0x9c, 0x3c, 0x6f, 0x97, 0x48, 0x84, 0x9b, 0xfb, 0x9e, 0xbf, 0x09, 0x7a, 0x30, 0x7b, 0xc7, 0x83, 0x86, 0x84, 0x29, 0xb5, 0xf9, 0x2d, 0x2e, 0x33, 0xaa, 0xd7, 0x1c, 0x0e, 0x91, 0x8b, 0x7f, 0x69, 0x11, 0x96, 0x8e, 0x37, 0x64, 0xd7, 0xe8, 0x13, 0x36, 0xd6, 0x3f, 0x48, 0x36, 0x91, 0x67, 0x26, 0xee, 0xb7, 0x49, 0xe8, 0xfa, 0x39, 0x9f, 0xa0, 0x8d, 0x05, 0xe9, 0x29, 0x97, 0xb4, 0xed, 0x03, 0x90, 0x31, 0x7c, 0x6c, 0xac, 0xbb, 0x08, 0x8e, 0x2b, 0xc0, 0x94, 0x9c, 0x83, 0x77, 0x0c, 0x87, 0x26, 0xa8, 0xf5, 0xd0, 0xbd } }; static const struct cckprng_op_refresh op_refresh_2824 = { .hd = { .id = 2668, .kind = OP_REFRESH }, .rand = 9141167592269482716ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2825[] = { (const struct cckprng_op *)&op_init_2809, (const struct cckprng_op *)&op_reseed_2810, (const struct cckprng_op *)&op_refresh_2811, (const struct cckprng_op *)&op_refresh_2812, (const struct cckprng_op *)&op_init_2813, (const struct cckprng_op *)&op_init_2814, (const struct cckprng_op *)&op_reseed_2815, (const struct cckprng_op *)&op_init_2816, (const struct cckprng_op *)&op_refresh_2817, (const struct cckprng_op *)&op_reseed_2818, (const struct cckprng_op *)&op_refresh_2819, (const struct cckprng_op *)&op_refresh_2820, (const struct cckprng_op *)&op_refresh_2821, (const struct cckprng_op *)&op_init_2822, (const struct cckprng_op *)&op_reseed_2823, (const struct cckprng_op *)&op_refresh_2824 }; static const struct cckprng_vector vec_2826 = { .id = 2669, .note = NULL, .nops = 16, .ops = ops_2825 }; static const struct cckprng_op_init op_init_2827 = { .hd = { .id = 2670, .kind = OP_INIT }, .seed = { 0x94, 0xd4, 0x85, 0x2d, 0x02, 0xee, 0x5f, 0x7c, 0x87, 0xc4, 0xff, 0x9e, 0x99, 0x3a, 0xd5, 0x5a, 0xe4, 0x51, 0xd9, 0xc6, 0x68, 0x88, 0x69, 0x51, 0x34, 0x12, 0x39, 0xf3, 0xe6, 0x9a, 0xc4, 0x5e }, .nonce = { 0x9c, 0x47, 0x29, 0x91, 0x6c, 0x64, 0xe4, 0x82 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2828 = { .hd = { .id = 2671, .kind = OP_RESEED }, .nonce = 10688351045860249778ULL, .seed_nbytes = 116, .seed = { 0x74, 0x92, 0xe0, 0x8c, 0x1a, 0xa1, 0x6b, 0xee, 0xb5, 0xd6, 0xee, 0x73, 0x6a, 0xab, 0xcb, 0x9d, 0xdc, 0x0a, 0x06, 0xaa, 0xfa, 0x60, 0x38, 0x7f, 0xb3, 0x32, 0x6c, 0x55, 0x74, 0xdf, 0x7a, 0x08, 0x17, 0x1b, 0x5b, 0x45, 0xef, 0x0a, 0x60, 0x04, 0x64, 0xcc, 0xa7, 0x7a, 0x9c, 0xa6, 0xa6, 0x5e, 0x27, 0x81, 0x6d, 0x92, 0x48, 0xe9, 0x2b, 0xf5, 0xc4, 0x36, 0x53, 0x8a, 0x61, 0xe0, 0xc1, 0xf7, 0x4b, 0x40, 0x58, 0x49, 0x27, 0x1b, 0x9b, 0x51, 0x12, 0x5c, 0x87, 0x65, 0x2f, 0x71, 0x0c, 0x8a, 0xdf, 0x6f, 0x07, 0x4d, 0xd0, 0x5a, 0x9e, 0x4a, 0xe9, 0xa9, 0x31, 0x76, 0xcf, 0x83, 0x7f, 0xe4, 0x52, 0x56, 0x8f, 0xe4, 0x18, 0x40, 0x23, 0x36, 0xae, 0x76, 0x2b, 0xa3, 0x4d, 0xce, 0x44, 0x9e, 0x10, 0xb4, 0x91, 0x3b } }; static const struct cckprng_op_reseed op_reseed_2829 = { .hd = { .id = 2672, .kind = OP_RESEED }, .nonce = 755670556210991129ULL, .seed_nbytes = 128, .seed = { 0x7f, 0x94, 0x28, 0x8d, 0xf6, 0x02, 0xa6, 0xd7, 0xa8, 0x91, 0x61, 0x44, 0x6f, 0x3e, 0x76, 0x0c, 0xe9, 0x13, 0x39, 0x89, 0xd3, 0xd8, 0x3b, 0x32, 0xdd, 0x8d, 0xe0, 0xf0, 0x54, 0x94, 0xfd, 0x1f, 0xb0, 0xb9, 0x54, 0x4c, 0x87, 0x18, 0x18, 0xf0, 0xf0, 0xe0, 0x91, 0x03, 0x45, 0x2e, 0x84, 0xed, 0xb6, 0x5b, 0x4d, 0x73, 0x47, 0xdf, 0x2f, 0xae, 0x2b, 0x14, 0x71, 0xa0, 0xd3, 0x5c, 0x00, 0x58, 0x2c, 0x12, 0x5b, 0x89, 0xbc, 0x27, 0xa4, 0xe7, 0xac, 0xec, 0xa2, 0xf7, 0x54, 0x3d, 0xa2, 0x68, 0xa5, 0x6e, 0x6a, 0xfe, 0xf8, 0xd3, 0xdc, 0x47, 0x3f, 0xc3, 0xf3, 0xec, 0xe1, 0x47, 0x17, 0x6a, 0xbf, 0x8f, 0x79, 0xff, 0x95, 0x4e, 0x0a, 0xcb, 0xbb, 0x80, 0x1f, 0x27, 0xcc, 0x03, 0x09, 0xa8, 0xef, 0xd4, 0xb2, 0x1c, 0x0f, 0xcc, 0x6c, 0xf9, 0x6f, 0x5e, 0xb5, 0xaf, 0xf4, 0xa0, 0x2a, 0xb0 } }; static const struct cckprng_op_generate op_init_2830 = { .hd = { .id = 2673, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0xec, 0x86, 0x12, 0x42, 0x96, 0xd8, 0x4d, 0x23, 0x96, 0x7d, 0x6f, 0x2b, 0x98, 0xba, 0xc1, 0xe7, 0xe0, 0xcd, 0xbd, 0x82, 0x51, 0x0e, 0xf5, 0xdd, 0xd4, 0x98, 0xcb, 0xd6, 0x74, 0x73, 0xfc, 0xaf, 0x98, 0xc4, 0xc6, 0xdd, 0xb1, 0xdd, 0xc6, 0x9a, 0xef, 0x26, 0x98, 0x4e, 0x68, 0x2c, 0xd0, 0x99, 0x53, 0x2a, 0x41, 0x4e, 0x96, 0xd2, 0x95, 0x98, 0x92, 0x49, 0xff, 0x94, 0x00, 0x62, 0x47, 0x49, 0xf5, 0x4c, 0x7b, 0x0f, 0xb1, 0xa9, 0xb6, 0x6d, 0xd2, 0x39, 0x4d, 0x8b, 0xc5, 0x4a, 0x93, 0xfc, 0x0c, 0x3c, 0xbf, 0xb0, 0xfa, 0x0f, 0x3f, 0xe3, 0x35, 0x58, 0xb6, 0x09, 0xc6, 0x46, 0x52, 0x25, 0xe8, 0xeb, 0xf4, 0x5b, 0x65, 0xec, 0x1d, 0x05, 0xd2, 0x2b, 0xf5, 0x5b, 0x81, 0xd2, 0x0f, 0x8d, 0x72, 0x22, 0xd8, 0x4c, 0xad, 0xef, 0xbc, 0x93, 0xb2, 0x9d, 0xa1, 0xca, 0x5d, 0xa2, 0x3f, 0xa8, 0xff, 0x55, 0x7b, 0x38, 0xa5, 0x52, 0x7f, 0x55, 0x2b, 0x29, 0xcc, 0x9c, 0x10, 0xbb, 0x63, 0xed, 0x99, 0xfe, 0xc5, 0xf5, 0x12, 0xa8, 0x57, 0x35, 0x6a, 0xc0, 0xfc, 0xce, 0xe3, 0x20, 0x69, 0xd5, 0x3a, 0x43, 0x98, 0xd7, 0xbe, 0x14, 0x0d, 0x09, 0xf4, 0x76, 0xd0, 0xa9, 0x6c, 0x30, 0x70, 0x49, 0xf6, 0x86, 0xa9, 0x86, 0x8a, 0x6a, 0x5f, 0xe9, 0xea, 0xd6, 0xfa, 0xed, 0xad, 0x9f, 0x68, 0x2a, 0xf7, 0x8b, 0x3e, 0x80, 0xd3, 0x4d, 0xf5, 0xaa, 0x58, 0x48, 0x49, 0x87, 0xdb, 0x9e, 0xf3, 0xd8, 0xcd, 0x26, 0x6c, 0x6f, 0x12, 0x46, 0x56, 0xd0, 0x8f, 0xef, 0x83, 0x28, 0x73, 0x25, 0x82, 0x3f, 0x6d, 0x19, 0x46, 0x63, 0x4c, 0x57, 0x74, 0xed, 0x2f, 0x1a, 0xc1, 0xff, 0xe7, 0xea, 0x38, 0xa6, 0x99, 0xed, 0x70, 0x91, 0xbd, 0x87, 0x9b, 0xa0, 0xfa, 0x6f, 0xa4, 0x35, 0xb3, 0x01, 0x30, 0x41, 0xa0, 0x63, 0x7f, 0xee, 0x7e, 0x79, 0x58, 0x13, 0xff, 0x5d, 0x54, 0xea, 0xe4, 0x35, 0xf1, 0xd0 } } }; static const struct cckprng_op_reseed op_reseed_2831 = { .hd = { .id = 2674, .kind = OP_RESEED }, .nonce = 1997467602214953388ULL, .seed_nbytes = 206, .seed = { 0x19, 0x12, 0x8b, 0xb4, 0xfc, 0x28, 0x72, 0x30, 0x9c, 0xf2, 0x76, 0x6d, 0x8f, 0xe8, 0x89, 0xae, 0xd6, 0x37, 0xda, 0x70, 0xa7, 0xab, 0xc7, 0x88, 0xb8, 0x34, 0xbd, 0x02, 0x5d, 0x66, 0x6f, 0x72, 0x92, 0x65, 0x07, 0x94, 0x13, 0x6e, 0x83, 0x3a, 0xd6, 0x28, 0xdf, 0xb2, 0x9d, 0x1f, 0x54, 0xb2, 0xde, 0xd9, 0xd7, 0x71, 0xee, 0x4b, 0x14, 0xcd, 0x0e, 0xd1, 0x6b, 0x57, 0xdc, 0xda, 0x4a, 0x25, 0xa4, 0xa3, 0x5d, 0x31, 0x7b, 0x40, 0x4a, 0xeb, 0xa6, 0xad, 0xe4, 0xea, 0x97, 0xc6, 0x31, 0x65, 0xe0, 0x90, 0xf9, 0x43, 0x43, 0x7a, 0x1a, 0x20, 0xe4, 0x35, 0x62, 0x25, 0x97, 0xdf, 0xf4, 0x48, 0xb5, 0xe1, 0x9f, 0x4a, 0xc2, 0xea, 0x99, 0x49, 0x9d, 0x75, 0x50, 0xa2, 0xda, 0x49, 0x8a, 0x64, 0xb9, 0x9d, 0x12, 0xe7, 0x26, 0xd7, 0xa9, 0x12, 0x30, 0x48, 0xcb, 0x54, 0xff, 0xb6, 0xbd, 0x8e, 0x55, 0x5e, 0x6d, 0x04, 0xa5, 0x8b, 0x87, 0x32, 0x07, 0xaf, 0x50, 0xf8, 0x56, 0x92, 0xa6, 0x80, 0xf2, 0xbe, 0x72, 0x67, 0x80, 0xf3, 0x12, 0x47, 0x31, 0x70, 0xe2, 0x8f, 0x1f, 0xe4, 0x47, 0xeb, 0xe7, 0xc3, 0x93, 0x30, 0x90, 0x23, 0xea, 0xcf, 0xff, 0x59, 0x6e, 0x7c, 0xa4, 0x8d, 0x83, 0x13, 0x68, 0x15, 0xf5, 0xfe, 0x03, 0x0a, 0x69, 0x2f, 0x24, 0x79, 0xb0, 0xb1, 0x90, 0x2b, 0x33, 0x74, 0x5f, 0xee, 0x71, 0xfe, 0x2f, 0x9d, 0x8f, 0x90, 0x0b, 0x36, 0x8d, 0xe8, 0xf4, 0xb7 } }; static const struct cckprng_op_refresh op_refresh_2832 = { .hd = { .id = 2675, .kind = OP_REFRESH }, .rand = 13248038078898473380ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2833 = { .hd = { .id = 2676, .kind = OP_REFRESH }, .rand = 3175135585822857744ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2834 = { .hd = { .id = 2677, .kind = OP_RESEED }, .nonce = 12244207998196637107ULL, .seed_nbytes = 99, .seed = { 0x4f, 0x03, 0x31, 0x95, 0x64, 0xa0, 0xc7, 0xc9, 0xa3, 0x82, 0xff, 0x3b, 0xca, 0x64, 0x8c, 0x1b, 0x21, 0x47, 0x15, 0x68, 0xdf, 0x7d, 0x39, 0xc6, 0xf2, 0xdd, 0xc1, 0xc7, 0x93, 0x72, 0x46, 0x0c, 0xe1, 0x92, 0x81, 0x70, 0x4f, 0x20, 0x13, 0x93, 0x11, 0x3f, 0xe4, 0x99, 0xe2, 0x34, 0x48, 0x66, 0x91, 0x9f, 0x79, 0x99, 0xf8, 0x1e, 0x7a, 0x88, 0x77, 0x55, 0x78, 0xab, 0xd4, 0x18, 0x71, 0xa7, 0xb1, 0x8b, 0x76, 0xae, 0xab, 0xc9, 0xed, 0xed, 0xec, 0x15, 0x63, 0x9c, 0xb2, 0x83, 0xc2, 0xaa, 0x85, 0x42, 0xa7, 0x63, 0xcb, 0xcf, 0xbc, 0x21, 0x22, 0xcd, 0xd8, 0x35, 0xba, 0xca, 0x0b, 0xd8, 0xa2, 0x00, 0x52 } }; static const struct cckprng_op_refresh op_refresh_2835 = { .hd = { .id = 2678, .kind = OP_REFRESH }, .rand = 9767382569862325377ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2836 = { .hd = { .id = 2679, .kind = OP_GENERATE }, .rand_nbytes = 220, .out = { .rand = { 0x4a, 0x5e, 0xa0, 0x89, 0x7e, 0x3a, 0x65, 0x85, 0xc8, 0xcb, 0x74, 0xeb, 0xc2, 0xaf, 0x11, 0xd2, 0xe6, 0xf1, 0xbb, 0x75, 0x2b, 0xb8, 0x38, 0xda, 0x10, 0x99, 0xa2, 0xa0, 0xed, 0x03, 0xa8, 0xfb, 0x08, 0xfe, 0xfb, 0xfd, 0x56, 0xad, 0xbd, 0xd7, 0x3a, 0x96, 0xec, 0x82, 0x96, 0x6a, 0x06, 0x9f, 0x0f, 0x53, 0x8c, 0x18, 0x0a, 0x79, 0xe4, 0x8b, 0xad, 0x19, 0xf0, 0xde, 0xf3, 0xb4, 0x04, 0x62, 0xd2, 0x5d, 0xf1, 0xaf, 0x7f, 0xc9, 0xd1, 0xad, 0x75, 0xb2, 0x19, 0xa5, 0xf5, 0x6f, 0xd7, 0x66, 0xff, 0x42, 0x1c, 0x29, 0x03, 0xc6, 0xde, 0x10, 0xaa, 0x3c, 0xf6, 0xd5, 0x44, 0xcd, 0x7c, 0xad, 0x5c, 0x4e, 0x26, 0xe1, 0x34, 0x0b, 0x8f, 0x2d, 0x65, 0xf0, 0xc1, 0x91, 0x58, 0x5a, 0x3c, 0x14, 0x44, 0x82, 0xa5, 0xf2, 0xa7, 0x07, 0x59, 0x81, 0x23, 0x75, 0xb3, 0x89, 0x5f, 0xf6, 0x64, 0xfc, 0xc8, 0x65, 0xfd, 0x06, 0x47, 0x9f, 0x2d, 0xe0, 0xc9, 0x89, 0xa0, 0x6b, 0x2f, 0x4a, 0xb3, 0xbd, 0xaf, 0x8e, 0x61, 0xc4, 0x07, 0x05, 0x14, 0x53, 0x22, 0x64, 0x1c, 0x0b, 0x7f, 0xc0, 0xc0, 0xd2, 0x1f, 0xff, 0x9d, 0x4f, 0x02, 0x13, 0xc5, 0x95, 0xb2, 0xe4, 0x60, 0x49, 0xff, 0xd6, 0xc0, 0x23, 0x0b, 0xc7, 0x1d, 0x28, 0x47, 0x6b, 0x4a, 0x3b, 0x2a, 0x3f, 0x7e, 0x1d, 0xd6, 0xf5, 0xa9, 0xa6, 0xf5, 0x44, 0xa3, 0xd1, 0x0d, 0x52, 0x52, 0x54, 0x90, 0x5e, 0x48, 0x8d, 0xee, 0xc3, 0xda, 0x7b, 0xe1, 0x5d, 0x3f, 0xee, 0xaa, 0x89, 0x46, 0x0e, 0x63, 0xc6, 0x51, 0x58 } } }; static const struct cckprng_op_refresh op_refresh_2837 = { .hd = { .id = 2680, .kind = OP_REFRESH }, .rand = 5779297117800220963ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2838 = { .hd = { .id = 2681, .kind = OP_RESEED }, .nonce = 15626847811328962092ULL, .seed_nbytes = 63, .seed = { 0xe0, 0x62, 0xb3, 0xf4, 0x4b, 0x55, 0x45, 0xce, 0x8b, 0xc5, 0xbe, 0x03, 0xe1, 0xdd, 0x74, 0xda, 0x75, 0xfe, 0x1a, 0xc5, 0xa7, 0x33, 0xf5, 0x67, 0xc8, 0xa7, 0xed, 0xf9, 0xe8, 0xe9, 0x41, 0xa8, 0x89, 0x5d, 0xd4, 0x87, 0xeb, 0x44, 0x2a, 0x8f, 0xbb, 0x25, 0xdd, 0xde, 0x33, 0xa7, 0x2d, 0x97, 0x80, 0x36, 0x72, 0x9c, 0x5d, 0x30, 0x06, 0x62, 0xac, 0xd1, 0x64, 0x9a, 0x94, 0xd1, 0xee } }; static const struct cckprng_op_refresh op_refresh_2839 = { .hd = { .id = 2682, .kind = OP_REFRESH }, .rand = 13281887297904763225ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2840 = { .hd = { .id = 2683, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0xb4, 0x35, 0xba, 0xac, 0x99, 0x4a, 0x5a, 0xb0, 0x3d, 0x7d, 0x06, 0xfa, 0x2d, 0xa7, 0x98, 0x65, 0xc0, 0xc9, 0xde, 0x2d, 0x79, 0x6a, 0x7e, 0xc9, 0xaa, 0x84, 0x48, 0xd5, 0x70, 0xa5, 0x3c, 0x65, 0x1b, 0x8e, 0x8f, 0x14, 0x5d, 0x68, 0x1e, 0x3c, 0xe2, 0xf8, 0xfb, 0x89, 0x37, 0xf0, 0x07, 0x2b, 0x4e, 0xe0, 0x00, 0x46, 0xc9, 0xe1, 0x40, 0x51, 0x58, 0x8b, 0x8c, 0x68, 0xa6, 0x90, 0xe5, 0x7f, 0x32, 0xc5, 0xa9, 0xed, 0x66, 0x7a, 0xb3, 0xff, 0x34, 0xd3, 0x11, 0xc0, 0x75, 0x2c, 0x1b, 0x57, 0x2e, 0x3b, 0x7e, 0x26, 0xd2, 0xdf, 0xf3, 0xbb, 0xe7, 0x63, 0xf8, 0x21, 0x26, 0x69, 0x73, 0xc7, 0xe4, 0xf0, 0x7a, 0xa5, 0xe3, 0x59, 0xa9, 0x37, 0x28, 0xe7, 0x21, 0xc0, 0xd5, 0x6e, 0x25, 0xa4, 0x4d, 0x73, 0x14, 0xa9, 0x47, 0xe8, 0xec, 0xa2, 0x50, 0xba, 0x6b, 0xd6, 0x38, 0x4b, 0xd7, 0x8e, 0x09, 0x1e, 0xfc, 0x17, 0x15, 0xff, 0xc6, 0x07 } } }; static const struct cckprng_op_refresh op_refresh_2841 = { .hd = { .id = 2684, .kind = OP_REFRESH }, .rand = 16683928661807992095ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2842 = { .hd = { .id = 2685, .kind = OP_REFRESH }, .rand = 138033161599141622ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2843[] = { (const struct cckprng_op *)&op_init_2827, (const struct cckprng_op *)&op_reseed_2828, (const struct cckprng_op *)&op_reseed_2829, (const struct cckprng_op *)&op_init_2830, (const struct cckprng_op *)&op_reseed_2831, (const struct cckprng_op *)&op_refresh_2832, (const struct cckprng_op *)&op_refresh_2833, (const struct cckprng_op *)&op_reseed_2834, (const struct cckprng_op *)&op_refresh_2835, (const struct cckprng_op *)&op_init_2836, (const struct cckprng_op *)&op_refresh_2837, (const struct cckprng_op *)&op_reseed_2838, (const struct cckprng_op *)&op_refresh_2839, (const struct cckprng_op *)&op_init_2840, (const struct cckprng_op *)&op_refresh_2841, (const struct cckprng_op *)&op_refresh_2842 }; static const struct cckprng_vector vec_2844 = { .id = 2686, .note = NULL, .nops = 16, .ops = ops_2843 }; static const struct cckprng_op_init op_init_2845 = { .hd = { .id = 2687, .kind = OP_INIT }, .seed = { 0x16, 0x59, 0x7a, 0xe7, 0x7b, 0x2b, 0x86, 0x78, 0x3c, 0xbb, 0x5a, 0x5e, 0xa6, 0x70, 0x19, 0xce, 0x36, 0x7f, 0xe6, 0x62, 0x57, 0xbc, 0xad, 0xaa, 0x4c, 0x68, 0xce, 0x33, 0x72, 0x33, 0x0d, 0xb3 }, .nonce = { 0xfd, 0xf3, 0x5f, 0x01, 0x8a, 0xe4, 0x20, 0x9c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2846 = { .hd = { .id = 2688, .kind = OP_RESEED }, .nonce = 11233094078784988267ULL, .seed_nbytes = 248, .seed = { 0x08, 0xca, 0xf7, 0xa8, 0xcb, 0x64, 0x80, 0x67, 0xaf, 0x3b, 0x63, 0xe4, 0xbd, 0xc7, 0x8f, 0xfa, 0xc6, 0x53, 0x55, 0x1e, 0x3d, 0xf8, 0x1a, 0x14, 0xed, 0x16, 0x4d, 0x06, 0x55, 0xf5, 0x71, 0x9e, 0x4c, 0x00, 0xb0, 0xdd, 0xdc, 0xb2, 0xb8, 0x11, 0x87, 0xad, 0xbb, 0xc7, 0x1f, 0x76, 0xe0, 0x1a, 0x08, 0x80, 0x1f, 0x7d, 0xbc, 0x88, 0x96, 0x4c, 0x1e, 0x8c, 0x84, 0xe5, 0x9a, 0x2d, 0xbb, 0x1c, 0x68, 0x88, 0xb5, 0x7e, 0x1b, 0x3a, 0xa4, 0xc9, 0x49, 0xac, 0x24, 0x43, 0x60, 0x46, 0xe6, 0x14, 0x99, 0x64, 0x25, 0x4a, 0xa2, 0x31, 0x22, 0x42, 0x4a, 0x9a, 0xe2, 0x1a, 0x5c, 0xc6, 0xb8, 0xfe, 0x64, 0x70, 0xa8, 0xca, 0xd0, 0x84, 0xcb, 0x25, 0xce, 0x69, 0xe4, 0x64, 0xca, 0xef, 0x71, 0xff, 0x46, 0xa7, 0x44, 0x51, 0xef, 0x65, 0xa9, 0x59, 0x41, 0xb1, 0x99, 0xd2, 0xaf, 0x8a, 0xa2, 0xc9, 0xa9, 0x46, 0x39, 0x6f, 0x5e, 0xa7, 0x5f, 0xbc, 0x0e, 0xf1, 0x0c, 0x0a, 0xc8, 0xbc, 0xb7, 0xa2, 0xa0, 0xe7, 0xd4, 0xfc, 0x9c, 0x81, 0xa3, 0x79, 0x81, 0xe6, 0x20, 0x01, 0x1b, 0x42, 0x11, 0x31, 0xb6, 0x3b, 0x09, 0x13, 0xb0, 0x52, 0x98, 0x5f, 0xa2, 0x37, 0xe2, 0x50, 0xbb, 0x61, 0x45, 0xee, 0xce, 0x40, 0x58, 0x0d, 0xf2, 0xad, 0xa6, 0xbf, 0xd2, 0xa5, 0xaf, 0xd1, 0x07, 0xfa, 0x17, 0x48, 0x87, 0xd3, 0x35, 0x27, 0xea, 0xde, 0xb6, 0xb8, 0x6f, 0xa0, 0xea, 0x5d, 0xb8, 0x78, 0x5b, 0x1e, 0x97, 0xfb, 0xe1, 0xc3, 0x4f, 0xd0, 0x23, 0x3a, 0xc4, 0x35, 0x17, 0x91, 0x54, 0xb4, 0x1c, 0x51, 0xec, 0x86, 0x8d, 0x98, 0x04, 0xd9, 0x53, 0x91, 0xe9, 0x72, 0xb7, 0x04, 0xfb, 0x86, 0x0c, 0xf8, 0xfd, 0xcd, 0x86, 0xba, 0x0a, 0xc2, 0x4e, 0x78 } }; static const struct cckprng_op_generate op_init_2847 = { .hd = { .id = 2689, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0x91, 0xd4, 0xdb, 0xc6, 0x45, 0xb7, 0x82, 0x6f, 0xfb, 0x36, 0x38, 0xfe, 0xeb, 0x9e, 0xeb, 0x52, 0x57, 0x5c, 0x08, 0x69, 0x71, 0x40, 0xf8, 0x93, 0x18, 0xbb, 0x23, 0xa3, 0x46, 0x50, 0x12, 0x01, 0xa6, 0x38, 0x3f, 0x2d, 0x2d, 0x96, 0x36, 0xca, 0x6d, 0xd7, 0xf2, 0xcb, 0x6b, 0xa1, 0x4f, 0xe1, 0x02, 0xb2, 0xe5, 0xd2, 0x0e, 0x9b, 0x63, 0x83, 0x79, 0xe0, 0xef, 0xaa, 0x48, 0xd1, 0x49, 0x3e, 0xa9, 0x55, 0x8a, 0x84, 0xfe, 0xe9, 0xbe, 0xb0, 0x1f, 0xee, 0x70, 0xe1, 0x28, 0x2b, 0xd7, 0xb6, 0x96, 0x96, 0x24, 0x0b, 0x62, 0xa8, 0x4e, 0x9b, 0xc6, 0x3c, 0x59, 0xd0, 0xaf, 0xd1, 0x2f, 0x6b, 0x7b, 0x7a, 0x7c, 0xaf, 0x34, 0x9e, 0xf9, 0x0b, 0xf9, 0x9a, 0x17, 0x25, 0x23, 0x27, 0x15, 0x04, 0x20, 0x00, 0xab, 0xc9, 0x8a, 0x91, 0xd7, 0xf0, 0x00, 0x02, 0x2c, 0xbc, 0xd3, 0x35, 0xeb, 0xe8, 0xf7, 0x6e, 0xae, 0x75, 0x68, 0xf0, 0x50, 0x19, 0x4a, 0xe6, 0xef, 0xd0, 0xd6, 0x02, 0x95, 0x13, 0x33, 0x6a, 0x76, 0xec, 0x64, 0x83, 0x31, 0x6b, 0x8b, 0x55, 0x01, 0x1e, 0xc6, 0x88, 0x4a, 0xf6, 0x0c, 0x28, 0x0c, 0xa7, 0x02, 0x80, 0x23, 0x17, 0xdf } } }; static const struct cckprng_op_generate op_init_2848 = { .hd = { .id = 2690, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0x02, 0xb1, 0x4d, 0xdb, 0x21, 0xd2, 0x51, 0x1b, 0x39, 0xef, 0x53, 0x85, 0x26, 0x56, 0x8f, 0x64, 0x68, 0x38, 0x79, 0x32, 0xb1, 0x98, 0xb5, 0x31, 0x4c, 0x68, 0x8d, 0x23, 0xb6, 0x0c, 0x91, 0x8d, 0xc9, 0xcc, 0xde, 0xe2, 0xe3, 0x90, 0xea, 0x42, 0x64, 0x8e, 0x96, 0x8d, 0xd3, 0x05, 0xe0, 0x24, 0x0d, 0x39, 0x49, 0x07, 0xd1, 0xa8, 0xa3, 0xa7, 0x60, 0x37, 0xc5, 0xf7, 0x45, 0x03, 0x0b, 0x24, 0x7d, 0x0c, 0x0f, 0x70, 0xb1, 0xf4, 0x31, 0xd6, 0x0e, 0x56, 0x1d, 0x44, 0x2e, 0xe6, 0xb9, 0xcb, 0xc8, 0x4d, 0x5a, 0x2f, 0x1c, 0xc2, 0x11, 0x3f, 0x51, 0xea, 0xe5, 0xe8, 0x32, 0xfb, 0x4e, 0x09, 0xc8 } } }; static const struct cckprng_op_reseed op_reseed_2849 = { .hd = { .id = 2691, .kind = OP_RESEED }, .nonce = 5216128337579500577ULL, .seed_nbytes = 206, .seed = { 0x05, 0x5d, 0x5e, 0x42, 0x7f, 0xb7, 0x99, 0x81, 0xa7, 0x98, 0x39, 0x0b, 0xc3, 0x7c, 0xe0, 0x61, 0xc1, 0xc8, 0xd3, 0x50, 0x2b, 0x52, 0xca, 0xd1, 0xd2, 0x76, 0xeb, 0xb3, 0xbf, 0x62, 0xb1, 0x81, 0xf8, 0x07, 0x70, 0xae, 0x4f, 0xb7, 0x0f, 0x78, 0x23, 0x45, 0xd6, 0x2d, 0xad, 0xf2, 0xe1, 0x8d, 0x07, 0x5f, 0x9a, 0x7d, 0x6c, 0x88, 0x36, 0xdc, 0xf1, 0x9d, 0xde, 0x38, 0x38, 0x18, 0x85, 0xa0, 0x82, 0x91, 0x12, 0x89, 0x5a, 0x8e, 0xf2, 0xba, 0xa1, 0x97, 0x19, 0xc6, 0x11, 0x91, 0x1a, 0x15, 0x6e, 0x3e, 0xc4, 0xf2, 0x6a, 0xe4, 0x5a, 0xdf, 0x76, 0x14, 0x79, 0x6d, 0xdb, 0x36, 0xc0, 0x19, 0x6e, 0x02, 0x04, 0x3f, 0x00, 0x16, 0x14, 0x07, 0x9a, 0x0e, 0xa6, 0x8d, 0x83, 0xd6, 0xe1, 0x57, 0xa0, 0x4e, 0x66, 0x33, 0x33, 0x5e, 0x04, 0xe4, 0x40, 0x52, 0x8b, 0x31, 0xa7, 0xc8, 0x9b, 0xe9, 0xc2, 0x71, 0xb4, 0x5e, 0x4c, 0xe3, 0x5d, 0xef, 0xa4, 0xcb, 0xc6, 0x7b, 0xe4, 0x75, 0x61, 0xaf, 0x00, 0x38, 0x87, 0x65, 0x0c, 0xc3, 0xdf, 0x53, 0x2e, 0xbd, 0x32, 0xf1, 0x37, 0x9f, 0x56, 0xe5, 0xa2, 0xdd, 0x4a, 0xf4, 0x8b, 0x32, 0x7c, 0x3f, 0x63, 0xc9, 0xd9, 0x22, 0xbe, 0x4f, 0x73, 0x92, 0xcc, 0x56, 0xb7, 0xc1, 0x5d, 0xa5, 0xfb, 0x89, 0xc4, 0xd1, 0x34, 0x43, 0xdf, 0xae, 0x23, 0x20, 0xe7, 0xf5, 0x75, 0x56, 0x7f, 0xa0, 0x99, 0x2d, 0x2d, 0x3a, 0x30, 0x28, 0x08, 0x9e } }; static const struct cckprng_op_reseed op_reseed_2850 = { .hd = { .id = 2692, .kind = OP_RESEED }, .nonce = 104375544939951799ULL, .seed_nbytes = 188, .seed = { 0x24, 0x1e, 0x80, 0xe4, 0x32, 0xb8, 0xaa, 0xd2, 0x16, 0x31, 0x98, 0xee, 0xa6, 0x0b, 0x78, 0x77, 0x6d, 0x89, 0x0e, 0x92, 0x99, 0x56, 0x2b, 0x5c, 0x72, 0x86, 0x2d, 0x2f, 0x84, 0x20, 0x3e, 0x70, 0xdb, 0x12, 0xa6, 0x4d, 0x92, 0x91, 0xab, 0x5d, 0xbb, 0x2b, 0x98, 0x2c, 0x8d, 0xe5, 0x62, 0x43, 0x88, 0x07, 0x49, 0x59, 0x65, 0x77, 0x81, 0xae, 0xf8, 0xd4, 0x08, 0xba, 0xd9, 0xfd, 0xbb, 0x2e, 0x2d, 0xca, 0x2e, 0x81, 0x99, 0x1f, 0xa5, 0x49, 0xcb, 0xbf, 0xc9, 0x12, 0x2c, 0xd4, 0xc1, 0xff, 0x89, 0x37, 0x68, 0x5d, 0x61, 0x27, 0x28, 0x08, 0x51, 0xe9, 0x54, 0xe9, 0x00, 0xe3, 0x53, 0x43, 0x49, 0x16, 0x05, 0x46, 0x4a, 0x21, 0x4f, 0x8f, 0x14, 0x96, 0x77, 0x02, 0x34, 0x27, 0x33, 0xd9, 0x42, 0xf2, 0x90, 0x11, 0x54, 0x8b, 0xe5, 0xeb, 0x4c, 0xb7, 0x69, 0xe3, 0x69, 0x0c, 0xdc, 0x99, 0xe7, 0xaf, 0x69, 0x08, 0x31, 0x8e, 0xe9, 0xd5, 0xc3, 0xc4, 0xa0, 0x2c, 0x2d, 0xa4, 0x75, 0x39, 0x22, 0x2e, 0xe0, 0x15, 0x7f, 0xc0, 0xa3, 0xeb, 0x62, 0xf6, 0xb5, 0xb8, 0xcb, 0xa9, 0xcc, 0x30, 0xa5, 0xdc, 0xb5, 0x39, 0x1c, 0x2c, 0x23, 0x46, 0x86, 0x7a, 0xdd, 0xae, 0xdc, 0x80, 0x97, 0x02, 0x3e, 0xd8, 0x61, 0xdd, 0xb0, 0x23, 0x01, 0xc0, 0x38, 0x9b, 0xf1, 0x16 } }; static const struct cckprng_op_generate op_init_2851 = { .hd = { .id = 2693, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0x48, 0x41, 0x81, 0x17, 0x0b, 0xb4, 0x46, 0xd4, 0x78 } } }; static const struct cckprng_op_reseed op_reseed_2852 = { .hd = { .id = 2694, .kind = OP_RESEED }, .nonce = 12282177631213016452ULL, .seed_nbytes = 215, .seed = { 0xc7, 0x70, 0x56, 0x8a, 0x9a, 0x9d, 0x7b, 0x9a, 0x9e, 0x78, 0xf3, 0x3a, 0xe7, 0x42, 0x50, 0x60, 0xe5, 0x76, 0xab, 0x79, 0x5a, 0x98, 0x92, 0x32, 0xee, 0x6e, 0xb8, 0x3b, 0x95, 0x47, 0x1d, 0x06, 0x58, 0x93, 0x27, 0x33, 0xc8, 0xe9, 0x9c, 0xb0, 0x8d, 0xc3, 0x6c, 0xe3, 0x82, 0xce, 0xce, 0xe4, 0xc0, 0xec, 0x31, 0x72, 0xcb, 0x04, 0x1d, 0xcb, 0xdd, 0x28, 0x2e, 0x07, 0x14, 0x06, 0x2f, 0xb6, 0xeb, 0x70, 0x19, 0x5f, 0xfa, 0x89, 0x1e, 0xfc, 0xd7, 0xc4, 0xe8, 0x56, 0x58, 0xf0, 0x1a, 0x79, 0x57, 0xe2, 0x4a, 0x78, 0xd2, 0x1a, 0x37, 0xe1, 0x7c, 0x45, 0x00, 0xbe, 0x9a, 0x3d, 0xd0, 0xad, 0xea, 0xbf, 0x28, 0x07, 0xb1, 0xfc, 0x66, 0x7d, 0x60, 0x15, 0x6b, 0x61, 0xe9, 0x74, 0xfa, 0x0d, 0xd7, 0xca, 0x79, 0xb9, 0x69, 0x26, 0x12, 0xc2, 0x24, 0xf5, 0x75, 0x43, 0x4c, 0xc2, 0x77, 0x3e, 0xdd, 0xb0, 0x9e, 0xaa, 0x81, 0x8f, 0xe9, 0x7e, 0xab, 0xae, 0xb8, 0x72, 0xfd, 0x76, 0xa2, 0xa7, 0x03, 0x51, 0x00, 0xbc, 0xb2, 0xa0, 0x50, 0xac, 0x03, 0x39, 0x97, 0x20, 0xe5, 0x7c, 0xee, 0x48, 0xeb, 0x8b, 0xc9, 0x62, 0x3e, 0x8c, 0xb8, 0x3f, 0x31, 0x35, 0xc0, 0x49, 0x89, 0xb8, 0xd5, 0xa4, 0xff, 0x73, 0x73, 0xbe, 0x02, 0x3c, 0x04, 0xe3, 0xe0, 0x7d, 0x58, 0xf5, 0xda, 0x24, 0xc3, 0xb9, 0x8e, 0xe1, 0xcd, 0xfa, 0xb3, 0x7e, 0x01, 0x2d, 0x74, 0x71, 0xb4, 0x64, 0x84, 0x29, 0x05, 0x6b, 0x7b, 0x27, 0x6f, 0xde, 0xff, 0x4c, 0xb5 } }; static const struct cckprng_op_generate op_init_2853 = { .hd = { .id = 2695, .kind = OP_GENERATE }, .rand_nbytes = 121, .out = { .rand = { 0x12, 0x7a, 0x13, 0x34, 0x94, 0x72, 0xa7, 0xd9, 0xac, 0x76, 0x26, 0x70, 0x6d, 0x29, 0x10, 0xb3, 0x76, 0xc5, 0x44, 0x80, 0xfc, 0x77, 0x30, 0x61, 0xb6, 0xdb, 0x05, 0x42, 0x07, 0x70, 0xb5, 0x7e, 0x92, 0x19, 0x45, 0xf0, 0xf7, 0x48, 0x0b, 0xb1, 0xfe, 0xdc, 0x86, 0x30, 0xc2, 0x7b, 0xbf, 0x84, 0xe2, 0xfe, 0x06, 0xe4, 0x75, 0x73, 0x7f, 0xe7, 0x3a, 0x2e, 0xd6, 0x57, 0xdf, 0xee, 0x6d, 0x3e, 0x35, 0xb3, 0xeb, 0x49, 0x33, 0x19, 0x0b, 0x30, 0x4d, 0x5c, 0x2f, 0x8d, 0x03, 0x3a, 0x68, 0x4d, 0xb4, 0x5f, 0x00, 0x40, 0x87, 0xab, 0xf4, 0xa0, 0x1d, 0x9f, 0x7e, 0x25, 0xee, 0xab, 0x58, 0xf8, 0x3f, 0xe5, 0x6d, 0xfc, 0xb5, 0x66, 0xb5, 0xd7, 0xab, 0x32, 0xc7, 0x9e, 0x82, 0x6c, 0xeb, 0xd9, 0x7e, 0x67, 0xe8, 0x0a, 0x06, 0xec, 0xa2, 0x46, 0xd1 } } }; static const struct cckprng_op_reseed op_reseed_2854 = { .hd = { .id = 2696, .kind = OP_RESEED }, .nonce = 2192068473945997962ULL, .seed_nbytes = 60, .seed = { 0x67, 0xc0, 0xb2, 0xc9, 0x8a, 0x9a, 0x4b, 0x88, 0x83, 0xa1, 0xa2, 0x9b, 0xde, 0x72, 0x11, 0xc2, 0x15, 0x3d, 0xf9, 0xf6, 0xa5, 0x01, 0x5a, 0x5e, 0x31, 0xa8, 0x97, 0x4c, 0xe4, 0x6d, 0x85, 0xee, 0xaa, 0x3d, 0x56, 0x37, 0x67, 0xf9, 0xdb, 0x6a, 0xf5, 0xb3, 0xd3, 0xa1, 0x2e, 0xd4, 0x48, 0x48, 0x21, 0xfa, 0xff, 0xa5, 0x8d, 0x59, 0xbc, 0xbc, 0x2c, 0x77, 0x91, 0xfe } }; static const struct cckprng_op_refresh op_refresh_2855 = { .hd = { .id = 2697, .kind = OP_REFRESH }, .rand = 8524487205748442491ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2856 = { .hd = { .id = 2698, .kind = OP_REFRESH }, .rand = 7299184765458165209ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2857 = { .hd = { .id = 2699, .kind = OP_GENERATE }, .rand_nbytes = 225, .out = { .rand = { 0x1b, 0xe6, 0x70, 0xfa, 0xb6, 0xdb, 0xc0, 0x47, 0x12, 0xdc, 0x18, 0x6b, 0x07, 0x88, 0xd6, 0x23, 0xe4, 0xbe, 0x58, 0x05, 0x33, 0xb3, 0x85, 0x1c, 0xb4, 0x04, 0xd8, 0x15, 0x00, 0x3f, 0xbe, 0x83, 0xf4, 0xb8, 0x9d, 0x10, 0xd0, 0xc1, 0x1e, 0xd2, 0xce, 0x09, 0xb1, 0xa6, 0x24, 0xd6, 0xc4, 0x94, 0x98, 0x11, 0x7a, 0x98, 0x89, 0x2e, 0xdf, 0x73, 0x6f, 0x38, 0x6f, 0xd5, 0xe6, 0x55, 0xe9, 0x4f, 0x44, 0xf2, 0xba, 0x03, 0x4e, 0xe0, 0x26, 0xd7, 0xd3, 0x8b, 0x95, 0x85, 0x83, 0xf4, 0xeb, 0x11, 0x12, 0xcb, 0xba, 0x0e, 0xa2, 0xef, 0xc7, 0xc9, 0xa9, 0x26, 0xbb, 0x99, 0xb3, 0x30, 0x57, 0x45, 0x5b, 0xf5, 0x9e, 0x7a, 0x5f, 0x01, 0x94, 0xb9, 0x7c, 0xdc, 0xde, 0xa7, 0xc8, 0x91, 0xfc, 0x67, 0x75, 0x08, 0xb4, 0x3b, 0xba, 0x3a, 0x56, 0xdc, 0x17, 0xbe, 0xdd, 0xee, 0x02, 0x7b, 0x5c, 0x7e, 0x06, 0x88, 0x30, 0x2b, 0x1c, 0xdb, 0x45, 0x5e, 0xeb, 0x04, 0xed, 0x18, 0x51, 0x6b, 0x92, 0x80, 0x5e, 0x1c, 0xc2, 0x3c, 0x2b, 0x6d, 0x5b, 0x7c, 0xfe, 0x98, 0x7f, 0x46, 0x5c, 0xa8, 0xfa, 0x18, 0x91, 0x10, 0x6a, 0x80, 0x8c, 0xd8, 0xa8, 0x4c, 0xcc, 0x1d, 0xc8, 0x33, 0x38, 0xf8, 0x55, 0xb8, 0xa7, 0x11, 0x1d, 0x69, 0x2a, 0x93, 0x44, 0x1f, 0x54, 0xab, 0x7e, 0x20, 0x73, 0x75, 0x79, 0xbd, 0x2e, 0xd9, 0x26, 0xa1, 0xb5, 0x15, 0x52, 0xe6, 0x71, 0xf8, 0x8b, 0x87, 0x4d, 0x12, 0xe2, 0x78, 0x72, 0x10, 0xf9, 0xb6, 0x3f, 0x30, 0x4e, 0xb7, 0x55, 0x31, 0x06, 0x25, 0xc7, 0xbc, 0x94, 0x65, 0x54 } } }; static const struct cckprng_op_generate op_init_2858 = { .hd = { .id = 2700, .kind = OP_GENERATE }, .rand_nbytes = 150, .out = { .rand = { 0x27, 0x4c, 0xbd, 0x7c, 0x1d, 0xfa, 0xaf, 0xc1, 0x82, 0x74, 0x34, 0x3b, 0x07, 0x91, 0x9f, 0xfa, 0xda, 0x56, 0x8e, 0x07, 0x7c, 0x07, 0x48, 0xda, 0x2a, 0x11, 0x52, 0xb7, 0x4d, 0x77, 0xdf, 0xa3, 0x78, 0xce, 0x37, 0x36, 0x33, 0x13, 0x7b, 0x47, 0x65, 0x8e, 0x45, 0x1c, 0x2c, 0xc1, 0x03, 0x18, 0x9b, 0x84, 0x40, 0xd2, 0x3a, 0x33, 0xde, 0x8b, 0x02, 0x45, 0xf0, 0x00, 0xf8, 0x6e, 0xad, 0x5b, 0xd2, 0x4d, 0x77, 0xae, 0x69, 0x4b, 0xfd, 0x9f, 0xa6, 0xbf, 0x28, 0xab, 0xf5, 0x6f, 0x58, 0xb6, 0xa7, 0x90, 0x32, 0x40, 0x0f, 0xaa, 0xad, 0x11, 0xd0, 0x25, 0xcd, 0xa2, 0x6a, 0xa0, 0xb0, 0x72, 0xac, 0x5a, 0xc4, 0x76, 0xb6, 0xe2, 0x10, 0x22, 0xcb, 0x0a, 0x05, 0x0c, 0xa5, 0xe6, 0x80, 0x0d, 0x68, 0x9d, 0x05, 0x30, 0x73, 0xfe, 0xd0, 0xfe, 0x96, 0x72, 0x58, 0x22, 0xa8, 0x6d, 0xd4, 0xb3, 0xcb, 0x6c, 0x99, 0x93, 0xde, 0xac, 0xb5, 0x79, 0x70, 0x6d, 0x5e, 0xe0, 0x6d, 0x5c, 0x50, 0xfe, 0xb8, 0xa4, 0xfe, 0x12, 0xa5, 0xfa } } }; static const struct cckprng_op_refresh op_refresh_2859 = { .hd = { .id = 2701, .kind = OP_REFRESH }, .rand = 18191223375057879899ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2860 = { .hd = { .id = 2702, .kind = OP_REFRESH }, .rand = 555524177119841433ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2861[] = { (const struct cckprng_op *)&op_init_2845, (const struct cckprng_op *)&op_reseed_2846, (const struct cckprng_op *)&op_init_2847, (const struct cckprng_op *)&op_init_2848, (const struct cckprng_op *)&op_reseed_2849, (const struct cckprng_op *)&op_reseed_2850, (const struct cckprng_op *)&op_init_2851, (const struct cckprng_op *)&op_reseed_2852, (const struct cckprng_op *)&op_init_2853, (const struct cckprng_op *)&op_reseed_2854, (const struct cckprng_op *)&op_refresh_2855, (const struct cckprng_op *)&op_refresh_2856, (const struct cckprng_op *)&op_init_2857, (const struct cckprng_op *)&op_init_2858, (const struct cckprng_op *)&op_refresh_2859, (const struct cckprng_op *)&op_refresh_2860 }; static const struct cckprng_vector vec_2862 = { .id = 2703, .note = NULL, .nops = 16, .ops = ops_2861 }; static const struct cckprng_op_init op_init_2863 = { .hd = { .id = 2704, .kind = OP_INIT }, .seed = { 0x5a, 0xd1, 0x65, 0xd5, 0x81, 0xfc, 0x69, 0xf5, 0x7b, 0x2a, 0x57, 0xb2, 0x34, 0x25, 0x95, 0xfb, 0xbc, 0xc5, 0xb0, 0x06, 0xba, 0x10, 0x02, 0xb8, 0xcb, 0xe2, 0xff, 0x8d, 0xc4, 0x0a, 0x7c, 0xdc }, .nonce = { 0x7e, 0x93, 0x49, 0x74, 0x83, 0x26, 0xde, 0x37 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2864 = { .hd = { .id = 2705, .kind = OP_REFRESH }, .rand = 11944688012486662267ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2865 = { .hd = { .id = 2706, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0xb2, 0x2b, 0x62, 0x56, 0x6c, 0x2c, 0x43, 0xde, 0x1d, 0x3f, 0x82, 0x10, 0x88, 0x66, 0x2b, 0x09, 0x46, 0xef, 0x3a } } }; static const struct cckprng_op_reseed op_reseed_2866 = { .hd = { .id = 2707, .kind = OP_RESEED }, .nonce = 7774243014519812695ULL, .seed_nbytes = 105, .seed = { 0xa3, 0x4a, 0x2f, 0x18, 0xa6, 0x97, 0x48, 0xce, 0x4c, 0x5e, 0x72, 0xf3, 0x74, 0xd9, 0xad, 0xcf, 0x0a, 0x82, 0xe4, 0x06, 0xf7, 0x08, 0x59, 0xa5, 0xe1, 0xf3, 0x35, 0xbf, 0x30, 0x07, 0xe2, 0xd1, 0x61, 0x46, 0x29, 0x12, 0x81, 0xfd, 0xab, 0xf9, 0x67, 0xbf, 0x8b, 0x2c, 0xc4, 0x92, 0xe7, 0x28, 0xb2, 0x9c, 0xff, 0x6a, 0x1a, 0xf0, 0xbc, 0x1f, 0x0c, 0xa1, 0x17, 0x32, 0x38, 0xdf, 0x2c, 0x3a, 0x8d, 0x49, 0x2d, 0xb9, 0x9f, 0x3b, 0xf4, 0xf8, 0x2e, 0x05, 0xac, 0x1b, 0xbc, 0x06, 0x11, 0x24, 0xee, 0xa1, 0x6c, 0x77, 0x8d, 0xeb, 0xf6, 0x04, 0x68, 0x90, 0xde, 0xa8, 0xb8, 0xd2, 0x67, 0xbe, 0x2d, 0xe6, 0x04, 0x21, 0xa3, 0xd2, 0x76, 0x38, 0xd3 } }; static const struct cckprng_op_generate op_init_2867 = { .hd = { .id = 2708, .kind = OP_GENERATE }, .rand_nbytes = 286, .out = { .rand = { 0x72, 0x0f, 0x26, 0xce, 0x1e, 0xe2, 0xd5, 0x0c, 0xa4, 0xf6, 0xc6, 0xc4, 0x46, 0xea, 0x54, 0x79, 0xb0, 0xa1, 0xd8, 0x49, 0xcf, 0x0c, 0x5a, 0xb2, 0x74, 0xb3, 0x04, 0xb6, 0xd5, 0x5f, 0x56, 0x73, 0xd5, 0x48, 0x3c, 0x20, 0x50, 0x6f, 0xf2, 0x1f, 0x3c, 0x7a, 0x55, 0x29, 0x18, 0x65, 0xfc, 0x82, 0x96, 0x04, 0x6b, 0x43, 0x72, 0x53, 0x0d, 0x3f, 0x94, 0xdf, 0xbc, 0xfb, 0x37, 0x6f, 0x1d, 0xe7, 0x4e, 0x22, 0x61, 0xf7, 0xa9, 0x97, 0x77, 0xa4, 0xa0, 0x45, 0x7b, 0xe1, 0xc9, 0x82, 0x3e, 0x8f, 0x91, 0xd6, 0x00, 0xc7, 0x0c, 0x91, 0x00, 0x6b, 0x7c, 0x8a, 0xb6, 0x57, 0xd2, 0x6a, 0xfd, 0x4d, 0x0e, 0x21, 0x2b, 0xf3, 0xd7, 0x33, 0x64, 0xfa, 0xc2, 0xd0, 0x10, 0x49, 0x4a, 0xdf, 0x98, 0xd6, 0xc6, 0x58, 0xd7, 0x30, 0x26, 0xe6, 0xff, 0xc6, 0x42, 0xc1, 0x65, 0x4a, 0x32, 0x52, 0xaf, 0x71, 0x9d, 0xc7, 0x2c, 0x4a, 0xb9, 0xc7, 0x91, 0xab, 0xe5, 0x24, 0x8f, 0x8e, 0x96, 0xf7, 0xec, 0x89, 0x64, 0x82, 0x61, 0x77, 0x21, 0x9f, 0x0f, 0x20, 0x90, 0x62, 0x26, 0x68, 0xdd, 0xdb, 0x51, 0x1d, 0x85, 0x0c, 0x82, 0x80, 0x55, 0xda, 0xfa, 0x0e, 0xb0, 0x0b, 0xf4, 0x4c, 0xfa, 0x71, 0xe7, 0x28, 0x42, 0x7a, 0x23, 0x69, 0xf0, 0x17, 0x7d, 0x45, 0xf1, 0x69, 0x71, 0x13, 0x78, 0xec, 0x63, 0x0f, 0xb6, 0xae, 0x76, 0x6a, 0x25, 0x7e, 0xd4, 0x59, 0xc8, 0x14, 0x4d, 0x0b, 0x9d, 0x79, 0xea, 0x06, 0x9f, 0x64, 0x76, 0xa7, 0xef, 0x55, 0x27, 0x05, 0x4f, 0x11, 0x94, 0x33, 0x2c, 0x5c, 0x5d, 0x50, 0xc9, 0xea, 0x24, 0x67, 0xb8, 0xcd, 0x6a, 0xf6, 0x41, 0xf5, 0xea, 0x6a, 0xe0, 0xda, 0x84, 0x05, 0x3c, 0xc9, 0x79, 0xe8, 0x6c, 0x8b, 0xf5, 0x73, 0x43, 0x24, 0x0a, 0xb3, 0x41, 0x1a, 0x2c, 0x1c, 0x4f, 0x9b, 0x6f, 0x3f, 0xfd, 0x98, 0x2d, 0x3b, 0xeb, 0x36, 0x19, 0x5b, 0xb2, 0xbc, 0x1d, 0x7f, 0x15, 0x3c, 0x65, 0xed, 0xa8, 0x6b, 0xe0, 0x57, 0x15, 0x35, 0xf4, 0xaf, 0x4f, 0x1b } } }; static const struct cckprng_op_refresh op_refresh_2868 = { .hd = { .id = 2709, .kind = OP_REFRESH }, .rand = 3780006990246304276ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2869 = { .hd = { .id = 2710, .kind = OP_GENERATE }, .rand_nbytes = 244, .out = { .rand = { 0x69, 0xad, 0x00, 0xea, 0x4d, 0xba, 0x98, 0xb3, 0xf5, 0xaa, 0x89, 0x81, 0x97, 0x16, 0x4a, 0x6c, 0xbe, 0xdf, 0x48, 0x8b, 0x04, 0x55, 0x54, 0xaa, 0x61, 0xd9, 0xbb, 0x76, 0x75, 0xf6, 0x78, 0x19, 0xfa, 0x9c, 0x44, 0x1f, 0xac, 0x9c, 0x20, 0x34, 0x89, 0xd7, 0xe4, 0x26, 0x8a, 0x95, 0xa0, 0x46, 0xaf, 0x8a, 0x3e, 0x52, 0x80, 0xad, 0xce, 0xaa, 0xf0, 0xc7, 0x86, 0x4e, 0xcf, 0x86, 0x4a, 0x00, 0xa8, 0x78, 0x3d, 0x9e, 0x94, 0x78, 0x1f, 0x89, 0x18, 0x8b, 0x52, 0xd8, 0x98, 0x41, 0xf5, 0x54, 0xfb, 0x32, 0xf8, 0xcb, 0x48, 0xa9, 0x8f, 0xb1, 0x42, 0xda, 0xd8, 0xfb, 0x86, 0x75, 0x15, 0xa5, 0x97, 0x17, 0xcd, 0xcb, 0x56, 0x32, 0xb5, 0xcc, 0x00, 0x29, 0x90, 0x89, 0xef, 0x56, 0x75, 0xba, 0x3a, 0x38, 0xb1, 0xa0, 0xbf, 0x13, 0xc3, 0x6d, 0x66, 0x4d, 0xdf, 0xce, 0xe6, 0x37, 0x80, 0xc6, 0x5d, 0x4b, 0xae, 0x39, 0xd0, 0x1b, 0x29, 0x0a, 0xed, 0xf7, 0x89, 0x05, 0x4b, 0xda, 0xc0, 0xf4, 0xb0, 0x89, 0x39, 0x7c, 0x3f, 0xde, 0x58, 0x4b, 0x78, 0xa2, 0x4f, 0x18, 0x04, 0x21, 0x2e, 0x54, 0xb3, 0x01, 0x07, 0x85, 0x34, 0xef, 0x01, 0xe6, 0xd3, 0xd3, 0x5b, 0x0c, 0x12, 0x5a, 0xc4, 0xb9, 0x0c, 0x74, 0x5d, 0xf9, 0x4e, 0xd8, 0xd3, 0xd6, 0xde, 0x60, 0x59, 0xf3, 0x85, 0x9d, 0x3c, 0xad, 0x0d, 0x05, 0x5e, 0x42, 0x58, 0x4a, 0x2d, 0x9e, 0x24, 0x3b, 0x62, 0x34, 0x4a, 0x54, 0x8d, 0x57, 0xc4, 0x40, 0xe2, 0x7d, 0xe1, 0xc8, 0x78, 0x4f, 0x4e, 0x5a, 0x02, 0x60, 0x4c, 0xa5, 0x40, 0xe3, 0x00, 0x82, 0x7c, 0xed, 0xa2, 0x70, 0x29, 0xe3, 0x07, 0x80, 0x95, 0x3a, 0xea, 0x35, 0xc9, 0xd5, 0x73, 0x8e, 0xe4, 0x88 } } }; static const struct cckprng_op_reseed op_reseed_2870 = { .hd = { .id = 2711, .kind = OP_RESEED }, .nonce = 8228535138004294377ULL, .seed_nbytes = 43, .seed = { 0xc7, 0x1b, 0xba, 0x59, 0x00, 0x11, 0x2a, 0x17, 0x59, 0x6e, 0x9b, 0xb7, 0x54, 0xde, 0x67, 0xe3, 0xb7, 0xaf, 0x4e, 0xf8, 0x56, 0xa2, 0x51, 0x97, 0x9b, 0x8f, 0x20, 0x45, 0x26, 0x20, 0xca, 0x3e, 0xa7, 0x50, 0xb6, 0x63, 0x02, 0x1c, 0x10, 0x0a, 0xf1, 0xcf, 0xec } }; static const struct cckprng_op_reseed op_reseed_2871 = { .hd = { .id = 2712, .kind = OP_RESEED }, .nonce = 10273756596588500909ULL, .seed_nbytes = 28, .seed = { 0x8d, 0x9a, 0x16, 0x4a, 0xc9, 0xd1, 0x6a, 0xcb, 0xf9, 0x6c, 0xc2, 0x9f, 0xd8, 0x4e, 0x2b, 0x86, 0x29, 0x1b, 0xe0, 0x2b, 0xdd, 0xa2, 0x5f, 0x64, 0xb5, 0x7d, 0x67, 0x7d } }; static const struct cckprng_op_reseed op_reseed_2872 = { .hd = { .id = 2713, .kind = OP_RESEED }, .nonce = 18359467838309238222ULL, .seed_nbytes = 27, .seed = { 0x4a, 0x36, 0x64, 0xf2, 0x81, 0xa4, 0x00, 0x34, 0x83, 0x10, 0x9b, 0xc0, 0x1b, 0x56, 0xce, 0xf1, 0x4c, 0xc8, 0x9c, 0xa4, 0x30, 0xe0, 0xd1, 0x82, 0x33, 0x54, 0xfa } }; static const struct cckprng_op_generate op_init_2873 = { .hd = { .id = 2714, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0x6c, 0x7f, 0x86, 0x81, 0x99, 0x55, 0x7a, 0x1e, 0x85, 0xae, 0x78, 0xe9, 0xd0, 0x94, 0xeb, 0xb6, 0x85, 0x0d, 0xe0, 0xe0, 0x45, 0xad, 0xca, 0xfe, 0x83, 0xbf, 0x93, 0x5a, 0x13, 0xb6, 0x36, 0xf9, 0xe4, 0x78, 0x72, 0x52, 0x73, 0x96, 0x45, 0x66, 0xcf, 0x3f, 0x8c, 0x62, 0xb8, 0xa2, 0xfa, 0x54, 0x60, 0x7e, 0x55, 0x2f, 0xcf, 0x3d, 0x2d, 0xe1, 0x5b, 0x74, 0x37, 0xea, 0x8d, 0x83, 0xb0, 0x52, 0x69, 0x03, 0x91, 0x38, 0xbe, 0x60, 0xa7, 0x48, 0xbe, 0xac, 0x85, 0xd1, 0x78, 0x5b, 0x52, 0x34, 0xfa, 0xe5, 0x8f, 0x29, 0x65, 0x23, 0xb6, 0xed, 0x8f, 0xb9, 0xe5, 0x31, 0xc3, 0xeb, 0xea, 0x06, 0x10, 0xaf, 0x07, 0xa5, 0xd6, 0x40, 0x08, 0xfb, 0x5f, 0x2f, 0x14, 0x4f, 0xf6, 0xce, 0xe6, 0xf0, 0x1a, 0xe6, 0x2f, 0x9c, 0xfb, 0x57, 0xb5, 0x8c, 0x3e, 0x16, 0xaf, 0x15, 0xe1, 0x1c, 0xfb, 0xd7, 0x31, 0xf7, 0x84, 0x52, 0x7e, 0x7a, 0xe7, 0xff, 0x37, 0x0d, 0xde, 0x01, 0x63, 0x6e, 0x7d, 0x07, 0x40, 0xfc, 0xeb, 0x90, 0xc2, 0x9c, 0xdd, 0x28, 0x79, 0x38, 0xb4, 0x9f, 0xb4, 0xbd, 0xd7, 0x66, 0x6a, 0x4a, 0xbe } } }; static const struct cckprng_op_refresh op_refresh_2874 = { .hd = { .id = 2715, .kind = OP_REFRESH }, .rand = 14125370297790808488ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2875 = { .hd = { .id = 2716, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x1f, 0xea, 0x81, 0xfe, 0xf5, 0xe3, 0xcf, 0x70, 0x4d, 0xa9, 0xfd, 0x6b, 0xb7, 0x5b, 0xaf, 0x34, 0x75, 0xdd, 0xf6, 0xf1, 0xe4, 0xcc, 0x3f, 0x05, 0xaf, 0x7a, 0x10, 0xdc, 0x8d, 0x4d, 0xcd, 0x44, 0x22, 0x79, 0x51, 0x6a, 0x18, 0x49, 0xaf, 0x9a, 0xfc, 0xd2, 0xe8, 0xde, 0xa7, 0x83, 0x7e, 0xae, 0xe6, 0x9b, 0x7f, 0xdd, 0xc7, 0x8e, 0xd2 } } }; static const struct cckprng_op_refresh op_refresh_2876 = { .hd = { .id = 2717, .kind = OP_REFRESH }, .rand = 11607323853006927105ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2877 = { .hd = { .id = 2718, .kind = OP_RESEED }, .nonce = 3555584748964400703ULL, .seed_nbytes = 287, .seed = { 0x3b, 0x74, 0x69, 0x32, 0x38, 0x1a, 0xf7, 0xb2, 0x77, 0x83, 0xb2, 0x97, 0xc6, 0x11, 0xcd, 0xa1, 0xbe, 0x5b, 0x97, 0xfa, 0x97, 0x39, 0x1a, 0x0f, 0x23, 0xae, 0xc0, 0x8b, 0x3e, 0xc5, 0xad, 0x2c, 0xfb, 0xec, 0x5b, 0x46, 0x66, 0xf8, 0xbd, 0x5b, 0xe7, 0x3a, 0x47, 0x5c, 0x94, 0x16, 0xd1, 0x46, 0x91, 0x59, 0x73, 0xc6, 0x37, 0x75, 0x05, 0x13, 0x8d, 0x9a, 0xb5, 0x4a, 0xba, 0xe6, 0xac, 0x66, 0x71, 0xa8, 0x67, 0x5d, 0xf2, 0x38, 0x5a, 0x55, 0x50, 0x30, 0x32, 0x7f, 0x3b, 0x77, 0x3e, 0xb0, 0x70, 0x6c, 0xbb, 0x3a, 0x7f, 0x43, 0x42, 0x3b, 0x19, 0xb9, 0x63, 0x20, 0x1c, 0x35, 0xa4, 0xef, 0x29, 0x9b, 0xe2, 0xe9, 0xb6, 0xcf, 0xda, 0x4d, 0xb5, 0x47, 0x3e, 0xfd, 0x2c, 0xb8, 0x5f, 0x59, 0xdd, 0xbc, 0xa2, 0x5e, 0x10, 0x0b, 0x25, 0xcb, 0xfe, 0xb8, 0xc3, 0xc2, 0x90, 0x13, 0xb3, 0x0c, 0x43, 0xdf, 0x16, 0xc4, 0x65, 0xee, 0x95, 0x21, 0x9e, 0x4e, 0xb1, 0xad, 0xfe, 0x98, 0x22, 0xd4, 0x6d, 0x41, 0xdc, 0x2d, 0xfb, 0x59, 0x4a, 0xb0, 0x79, 0xa1, 0x80, 0xad, 0x23, 0x1e, 0xb0, 0x67, 0x7e, 0xf3, 0x13, 0x05, 0x94, 0x12, 0x10, 0x23, 0xf2, 0x83, 0x30, 0x5e, 0x35, 0x43, 0xf2, 0x1a, 0x86, 0x5f, 0xab, 0x1c, 0x6b, 0x09, 0x0a, 0xad, 0xa3, 0x25, 0x88, 0xaf, 0xa8, 0x0b, 0x13, 0xbd, 0xc8, 0xe3, 0x9a, 0xdf, 0x73, 0xda, 0x34, 0x89, 0xe4, 0x5e, 0x26, 0xe2, 0xf6, 0x26, 0xb8, 0xf3, 0x36, 0xdb, 0x7b, 0x4b, 0xb3, 0x35, 0x12, 0x27, 0x45, 0xd4, 0xc3, 0xe8, 0x74, 0x78, 0x48, 0x3d, 0x03, 0xc6, 0x46, 0x05, 0x32, 0x61, 0x3f, 0x34, 0xe4, 0x01, 0x03, 0xe6, 0x40, 0x48, 0x27, 0xf9, 0xc9, 0x79, 0xe5, 0xd8, 0xd6, 0x7f, 0xb7, 0x50, 0x0d, 0xa8, 0xd6, 0x35, 0x30, 0xa1, 0x8d, 0x72, 0x43, 0xe7, 0x4a, 0x54, 0xcf, 0xb3, 0x1d, 0x44, 0xea, 0x44, 0x2f, 0x3a, 0x28, 0x7d, 0x4f, 0x66, 0x5d, 0x36, 0xa7, 0xda, 0x7e, 0x00, 0xcb, 0x57, 0x7e, 0x4a, 0xbd, 0x29, 0xa0, 0x08, 0x9e } }; static const struct cckprng_op_refresh op_refresh_2878 = { .hd = { .id = 2719, .kind = OP_REFRESH }, .rand = 3030743616305711666ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2879[] = { (const struct cckprng_op *)&op_init_2863, (const struct cckprng_op *)&op_refresh_2864, (const struct cckprng_op *)&op_init_2865, (const struct cckprng_op *)&op_reseed_2866, (const struct cckprng_op *)&op_init_2867, (const struct cckprng_op *)&op_refresh_2868, (const struct cckprng_op *)&op_init_2869, (const struct cckprng_op *)&op_reseed_2870, (const struct cckprng_op *)&op_reseed_2871, (const struct cckprng_op *)&op_reseed_2872, (const struct cckprng_op *)&op_init_2873, (const struct cckprng_op *)&op_refresh_2874, (const struct cckprng_op *)&op_init_2875, (const struct cckprng_op *)&op_refresh_2876, (const struct cckprng_op *)&op_reseed_2877, (const struct cckprng_op *)&op_refresh_2878 }; static const struct cckprng_vector vec_2880 = { .id = 2720, .note = NULL, .nops = 16, .ops = ops_2879 }; static const struct cckprng_op_init op_init_2881 = { .hd = { .id = 2721, .kind = OP_INIT }, .seed = { 0x81, 0xc3, 0xe8, 0xe3, 0xf2, 0x84, 0xe4, 0x9d, 0x36, 0x0b, 0x71, 0x7f, 0xcc, 0x65, 0x49, 0x3f, 0x83, 0xa0, 0x9f, 0x75, 0x2e, 0x28, 0xc0, 0xb2, 0xb1, 0x9a, 0x1f, 0xe5, 0x13, 0x41, 0xe5, 0x3a }, .nonce = { 0x15, 0x70, 0x45, 0x32, 0x90, 0x8b, 0x7c, 0x97 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2882 = { .hd = { .id = 2722, .kind = OP_REFRESH }, .rand = 1716713457962177045ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2883 = { .hd = { .id = 2723, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x88, 0x42, 0x77, 0x7a, 0x13, 0x44, 0xc8, 0xbb, 0x2d, 0x6e, 0x92, 0xbe, 0x0f, 0xdc, 0x67, 0xfa, 0xcc, 0x47, 0x2c, 0x59, 0x91, 0x82, 0x25, 0x59, 0x44, 0x81, 0xf4, 0x79, 0x42, 0x69, 0x2e, 0xe8, 0x79, 0x2e, 0x03, 0xd7, 0x8d, 0xb2, 0x29, 0x8c, 0x43, 0x32, 0xaa, 0xfd, 0x5b, 0xf3, 0xdf, 0x06, 0xd4, 0x9a, 0x0b, 0x21, 0x54, 0x7f, 0xcc, 0x71, 0x76, 0x85, 0xbf, 0xde, 0x09, 0x5a, 0x2f, 0xf2, 0xbf, 0x43, 0xda, 0x7b, 0x35, 0x28, 0xce, 0x38, 0xe7, 0x81, 0xcc, 0x13, 0x68, 0x90, 0xd7, 0x1b, 0x70, 0xc9, 0x91, 0xbb, 0xe4, 0x56, 0x76, 0x35, 0x4f, 0x5f, 0xad, 0x65, 0x10, 0x50, 0xf7, 0x52, 0xf5, 0x06, 0x7a, 0x3b, 0xfd, 0x5d, 0x43, 0x2c, 0x60, 0xec, 0x7d, 0xed, 0x0e, 0x1d, 0x0a, 0x49, 0xb1, 0xd6, 0x9c, 0x7d, 0xba, 0x7e, 0x08, 0x0e, 0x65, 0xbe, 0xcf, 0xad, 0x8a, 0xa6, 0x44, 0xb4, 0x38, 0x9e, 0x77, 0xc6, 0xac, 0xec, 0x89, 0xf4, 0x9a, 0xfa, 0x03, 0xe8, 0xfc, 0x8e, 0xf4, 0xbc, 0xc9, 0x9c, 0x3b, 0xab } } }; static const struct cckprng_op_generate op_init_2884 = { .hd = { .id = 2724, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0x1a, 0xb3, 0x6b, 0xba, 0xb2, 0xe5, 0xb3, 0x2c, 0xe4, 0x28, 0x57, 0xac, 0xc6, 0x34, 0x17, 0x4e, 0xcb, 0x07, 0x72, 0xa8, 0xaa, 0x88, 0x56, 0x96, 0x61, 0xd2 } } }; static const struct cckprng_op_refresh op_refresh_2885 = { .hd = { .id = 2725, .kind = OP_REFRESH }, .rand = 1351510652207521940ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2886 = { .hd = { .id = 2726, .kind = OP_RESEED }, .nonce = 13485572504016598704ULL, .seed_nbytes = 250, .seed = { 0xac, 0xa4, 0x93, 0x6a, 0xbc, 0xf7, 0x96, 0xcd, 0x07, 0x85, 0x87, 0x50, 0x95, 0x43, 0x56, 0x77, 0x29, 0xd2, 0xd3, 0xad, 0x03, 0x08, 0x27, 0xd9, 0x9e, 0xe4, 0x70, 0x01, 0x2f, 0xef, 0xec, 0x8c, 0x2d, 0x65, 0x96, 0xbb, 0xd5, 0x29, 0x95, 0xa4, 0x58, 0x98, 0x49, 0x8d, 0x94, 0x68, 0x56, 0xd2, 0x58, 0x7f, 0x86, 0x50, 0xd5, 0x40, 0xe8, 0x8d, 0xaa, 0x4f, 0x6e, 0x6e, 0xc2, 0xe2, 0x5f, 0x84, 0x70, 0xfe, 0x5a, 0xc1, 0xba, 0x4f, 0x5d, 0xcb, 0xa8, 0x23, 0x4c, 0x81, 0x61, 0x8f, 0x3f, 0xfe, 0x54, 0x3e, 0xaf, 0x88, 0x55, 0x87, 0x36, 0x03, 0x46, 0x0a, 0x89, 0xdd, 0x65, 0x03, 0x83, 0x43, 0x0e, 0x06, 0x4a, 0x71, 0xc8, 0x24, 0x19, 0x90, 0xae, 0x8d, 0xec, 0x9b, 0xc0, 0xed, 0xb6, 0x88, 0xf6, 0xdc, 0xe3, 0xcd, 0xa4, 0xea, 0x71, 0x48, 0xd3, 0x7e, 0x05, 0x19, 0x2e, 0x24, 0xcc, 0x9d, 0x12, 0xd9, 0x63, 0x88, 0xa4, 0x4a, 0x07, 0xb9, 0xb3, 0x96, 0xd8, 0xcb, 0x4b, 0xc0, 0x5e, 0xed, 0xfa, 0x68, 0xc5, 0x7f, 0x4c, 0x14, 0x15, 0x76, 0xb3, 0xd6, 0x26, 0x2d, 0x7a, 0x25, 0x22, 0x61, 0x40, 0xd4, 0x77, 0x70, 0xe8, 0x2d, 0x5f, 0x9f, 0x29, 0xaf, 0xbb, 0x08, 0x47, 0x06, 0xa5, 0x30, 0x84, 0xc7, 0xa6, 0xaa, 0x0d, 0x1e, 0x26, 0xf5, 0x8d, 0xce, 0x59, 0xde, 0x4f, 0xf8, 0xb5, 0x8f, 0x60, 0xb7, 0x8a, 0x64, 0xb9, 0x21, 0x45, 0x1c, 0x8c, 0x80, 0x30, 0x5c, 0x05, 0x6d, 0xa5, 0x70, 0x7c, 0x00, 0x6b, 0x0b, 0x37, 0xe9, 0xc1, 0x2c, 0xfb, 0xf6, 0xeb, 0x41, 0x2d, 0x1c, 0x02, 0x04, 0xd4, 0x81, 0x67, 0xfa, 0x48, 0xce, 0x33, 0x9e, 0x45, 0x6d, 0xb0, 0x40, 0x4c, 0x9a, 0x7f, 0x94, 0x9c, 0x2f, 0x5c, 0xe8, 0xdc, 0x6c, 0x60, 0xd6, 0x55, 0xf5 } }; static const struct cckprng_op_refresh op_refresh_2887 = { .hd = { .id = 2727, .kind = OP_REFRESH }, .rand = 1076721666720562263ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2888 = { .hd = { .id = 2728, .kind = OP_RESEED }, .nonce = 17134358924421986063ULL, .seed_nbytes = 181, .seed = { 0xa7, 0xe6, 0xea, 0xa4, 0x7e, 0x40, 0xa8, 0x55, 0xe4, 0x80, 0x7a, 0x8e, 0xf7, 0x36, 0xff, 0xc5, 0x91, 0x7c, 0x89, 0x70, 0xaa, 0xb1, 0x58, 0x0b, 0xc9, 0xf3, 0x62, 0xd3, 0x51, 0xc0, 0x03, 0x85, 0x5a, 0xad, 0x4d, 0x18, 0x0a, 0x4d, 0x63, 0x98, 0xb6, 0x39, 0x26, 0xb5, 0x03, 0x98, 0x34, 0x82, 0xea, 0x1f, 0x21, 0x94, 0xc5, 0x7a, 0x89, 0x68, 0x56, 0x79, 0xb4, 0x7d, 0x2e, 0x36, 0x0a, 0xe6, 0xbb, 0xe7, 0xa0, 0xe5, 0x42, 0xa3, 0xf5, 0x3d, 0xd5, 0x02, 0xe1, 0x41, 0x7d, 0x69, 0x42, 0x20, 0x8a, 0xf3, 0x57, 0x9e, 0x80, 0xf1, 0xb1, 0xf6, 0xd3, 0xe4, 0x43, 0xb9, 0x0e, 0xdd, 0x69, 0x88, 0x07, 0xed, 0xb8, 0xc5, 0x94, 0xf1, 0xe5, 0x3b, 0xed, 0xe6, 0x15, 0x4c, 0x69, 0x33, 0x2c, 0x8f, 0x9e, 0x10, 0x60, 0x15, 0x92, 0xd7, 0x0f, 0xce, 0xe1, 0x3a, 0xe2, 0x92, 0x17, 0x90, 0xb7, 0x21, 0x1b, 0x90, 0x3e, 0x1c, 0xa0, 0x50, 0x5d, 0x9f, 0x68, 0xef, 0xf2, 0xfd, 0xe0, 0x50, 0xd4, 0x84, 0x76, 0x03, 0x77, 0x29, 0x2b, 0x89, 0x90, 0xdb, 0x4e, 0x6d, 0x7c, 0xed, 0xf6, 0xa4, 0x82, 0xac, 0x60, 0x3d, 0x09, 0x79, 0x76, 0xbc, 0x36, 0x41, 0xb9, 0xcb, 0xec, 0xd2, 0x5e, 0x96, 0xb2, 0x92, 0xaa, 0xca, 0x29, 0x3d, 0xca } }; static const struct cckprng_op_generate op_init_2889 = { .hd = { .id = 2729, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0x26, 0x6e, 0x8a, 0x4b, 0x40, 0xa2, 0xec, 0x43, 0x95, 0x39, 0xec, 0xa0, 0x1a, 0xe4, 0x6b, 0x3e, 0x07, 0x72, 0xad, 0x73, 0x01, 0x61, 0x75, 0xa4, 0x5d, 0x6f, 0x29, 0xa2, 0xf1, 0x1b, 0x60, 0x4c, 0xac, 0x1d, 0x84, 0xa7, 0x06, 0xd1, 0xee, 0x3a, 0xd2, 0xfb, 0x67, 0xa5, 0x34, 0xa2, 0x09, 0xba, 0x25, 0xb6, 0x25, 0xda, 0x3b, 0xdb, 0x83, 0x86, 0xea, 0x6d, 0xb4, 0xd8, 0x4a, 0x4f, 0xcb, 0x5d, 0x5c, 0xa1, 0x6b, 0x97, 0xd2, 0x6d, 0x59, 0x68, 0xfe, 0x26, 0x4c, 0xd8, 0xe3, 0x1c, 0xc1, 0x34, 0xdf, 0x06, 0xf2, 0x1f, 0xa0, 0x0b, 0x31, 0xc8, 0xc8, 0xa8, 0xea, 0x4f, 0x1f, 0x46, 0x9c, 0xf1, 0xe8, 0xfc, 0x33, 0xe4, 0xbf, 0x6f, 0xa0, 0x54, 0x72, 0x9a, 0xe6, 0x0c, 0x19, 0x4b, 0xa9, 0x7b, 0xc3, 0xe0, 0xbb, 0x6d, 0x87, 0x9b, 0x25, 0x29, 0x9a, 0x72, 0x38, 0xb4, 0xcd, 0xf2, 0x1e, 0x73, 0x94, 0x2e, 0x3d, 0x2e, 0x80, 0x75, 0xdb, 0xcb, 0x89, 0x3d, 0x64, 0x48, 0xe6, 0xff, 0xca, 0xcd, 0x46, 0xf3, 0x1d, 0x2d, 0xbf, 0x20, 0xa6, 0x77, 0x4b } } }; static const struct cckprng_op_refresh op_refresh_2890 = { .hd = { .id = 2730, .kind = OP_REFRESH }, .rand = 17420474222764382414ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2891 = { .hd = { .id = 2731, .kind = OP_GENERATE }, .rand_nbytes = 216, .out = { .rand = { 0xf5, 0x48, 0x0f, 0xc6, 0xbe, 0x85, 0x74, 0xde, 0x5c, 0x25, 0x27, 0xbb, 0xf5, 0x2c, 0xa9, 0x0c, 0xcf, 0x11, 0xad, 0x89, 0x25, 0x43, 0x67, 0xd8, 0x13, 0xc2, 0x05, 0xb9, 0xb2, 0x80, 0x7c, 0xd9, 0x1d, 0xb3, 0xfa, 0xb2, 0xd5, 0xbc, 0x1f, 0xed, 0xaf, 0xd1, 0xc7, 0xb0, 0xbc, 0x63, 0x53, 0xae, 0xeb, 0x16, 0xd5, 0x7d, 0x13, 0xf5, 0xb5, 0x65, 0xe4, 0x57, 0x46, 0xec, 0x62, 0x41, 0xb3, 0x05, 0x40, 0xfd, 0xd2, 0xbd, 0x2b, 0x57, 0xa0, 0x75, 0x8d, 0x9d, 0x5c, 0x43, 0xde, 0x0a, 0xd5, 0x02, 0x31, 0x7e, 0xce, 0x7d, 0x37, 0xb6, 0xcf, 0x50, 0x4a, 0xc4, 0x96, 0x8d, 0xaf, 0x0d, 0x03, 0x8e, 0x24, 0xe1, 0x8c, 0xdc, 0x92, 0xd7, 0x6b, 0x25, 0x41, 0x06, 0x9d, 0x39, 0x2b, 0x2f, 0xec, 0x1b, 0x6f, 0xa9, 0x2d, 0x93, 0x6c, 0x15, 0x55, 0x64, 0x87, 0x4e, 0xb0, 0x53, 0x25, 0x36, 0x6f, 0x54, 0x35, 0x8e, 0x1d, 0x17, 0x2f, 0x7b, 0x96, 0x7d, 0x9e, 0xcf, 0x84, 0x1b, 0x9d, 0x52, 0xe9, 0xeb, 0x60, 0x9a, 0x32, 0x9f, 0x76, 0x25, 0x2a, 0xdd, 0x88, 0xd3, 0x9a, 0xbb, 0x7a, 0x09, 0x26, 0x2b, 0xf5, 0x7f, 0xcb, 0xff, 0x7d, 0xd8, 0xf4, 0x1a, 0xc0, 0x55, 0xf7, 0x54, 0x93, 0xbb, 0x01, 0x26, 0x65, 0xb6, 0x79, 0xad, 0xe3, 0x8d, 0xe2, 0xa9, 0x19, 0xfe, 0xc8, 0x1f, 0x86, 0x6d, 0x73, 0xfe, 0xad, 0x67, 0x46, 0x48, 0x79, 0xdf, 0x80, 0xab, 0x8e, 0x11, 0xea, 0xe5, 0x83, 0x14, 0xe7, 0x22, 0x63, 0x04, 0xa2, 0x08, 0x9f, 0x28, 0xf0, 0xed } } }; static const struct cckprng_op_generate op_init_2892 = { .hd = { .id = 2732, .kind = OP_GENERATE }, .rand_nbytes = 70, .out = { .rand = { 0xe8, 0xf4, 0x38, 0x4f, 0x2a, 0x50, 0x2f, 0xa7, 0x13, 0x51, 0xe9, 0x6c, 0x59, 0x24, 0x21, 0x43, 0x14, 0x7f, 0xde, 0x27, 0x7d, 0x22, 0xc3, 0x8f, 0xf2, 0xdc, 0x3e, 0xf4, 0xef, 0xa8, 0xb9, 0x53, 0xf6, 0x80, 0x77, 0x5d, 0xcb, 0xca, 0x92, 0x7e, 0xa1, 0xf2, 0xcd, 0x2a, 0x22, 0x3a, 0x81, 0x43, 0xac, 0x41, 0xff, 0xbb, 0x06, 0xf8, 0xf5, 0xea, 0xea, 0xb2, 0x50, 0xcd, 0xe1, 0x08, 0x46, 0x58, 0x92, 0x02, 0xd5, 0x15, 0xba, 0xd2 } } }; static const struct cckprng_op_generate op_init_2893 = { .hd = { .id = 2733, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0x99, 0xf8, 0x9b, 0x9f, 0x00, 0x27, 0x94, 0x47, 0x16, 0xb7, 0x76, 0xe6, 0xf4, 0xfd, 0xeb, 0xf1, 0x79, 0x30, 0xc5, 0x17, 0x38, 0xba, 0x18, 0xed, 0x37, 0x76, 0x96, 0x9b, 0x84, 0x97, 0x17, 0xf7, 0x63, 0xdd, 0xf3, 0x05, 0xe3, 0x11, 0x0f, 0xab, 0x18, 0xb2, 0xf6, 0x7f, 0x9b, 0xbe, 0x48, 0x2a, 0x0e, 0x9a, 0x88, 0xd0, 0x65, 0x44, 0xf5, 0xe5, 0x6c, 0xce, 0xda, 0x7c, 0xe8, 0x92, 0xe9, 0xd1, 0x18, 0x39, 0xb0, 0x9d, 0x1a, 0xae, 0x58, 0x4d, 0x79, 0xe2, 0x63, 0x06, 0x29, 0xa9, 0x01, 0xdf, 0x46, 0xa4, 0xe1, 0xa1, 0x6f, 0x2d, 0xd6, 0x49, 0x8b, 0xf3, 0xd8, 0x7c, 0xfb, 0x89 } } }; static const struct cckprng_op_generate op_init_2894 = { .hd = { .id = 2734, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0xa5, 0xca, 0x32, 0x6c, 0xf9, 0x8a, 0x4e, 0xc5, 0x7f, 0x81 } } }; static const struct cckprng_op_generate op_init_2895 = { .hd = { .id = 2735, .kind = OP_GENERATE }, .rand_nbytes = 150, .out = { .rand = { 0x54, 0x39, 0x16, 0xa6, 0xac, 0x16, 0x33, 0xbd, 0xe5, 0x9b, 0x03, 0x3a, 0x53, 0xcd, 0xf4, 0x1a, 0x9d, 0xac, 0xc1, 0x84, 0x64, 0x76, 0xab, 0xed, 0xc7, 0x20, 0x09, 0xfc, 0x00, 0x42, 0x9b, 0xa7, 0xe1, 0xbb, 0x6f, 0xec, 0xb0, 0x6f, 0xac, 0x39, 0xc1, 0x23, 0xa2, 0x15, 0xff, 0x8a, 0xee, 0x44, 0x6a, 0x1e, 0x1a, 0x19, 0x9b, 0xdb, 0x0d, 0x96, 0x38, 0x66, 0xa8, 0x69, 0xb8, 0xb0, 0xb5, 0xf6, 0x80, 0x1b, 0xc2, 0xd1, 0x59, 0xa7, 0x7e, 0xbb, 0x08, 0x88, 0x05, 0xe0, 0xc0, 0x76, 0x07, 0x73, 0x7e, 0x02, 0xd3, 0x85, 0x62, 0xc4, 0xf5, 0x10, 0xc5, 0x28, 0x5a, 0x84, 0x1d, 0x62, 0xc2, 0xbe, 0x54, 0x48, 0xdd, 0xe2, 0x65, 0x39, 0x2b, 0x2a, 0x77, 0xda, 0x06, 0x87, 0x73, 0x2f, 0xf3, 0xef, 0x8b, 0xd6, 0x1e, 0xf8, 0xe3, 0x44, 0x50, 0xd3, 0x0b, 0x08, 0x16, 0x01, 0xf0, 0x8d, 0xae, 0x7a, 0x1c, 0x8a, 0x0a, 0x3c, 0xfe, 0xac, 0x18, 0x13, 0xd1, 0x7c, 0x4c, 0x06, 0x25, 0x1c, 0x7a, 0xa6, 0xd2, 0x44, 0xd8, 0x71, 0xcf, 0xa7 } } }; static const struct cckprng_op_reseed op_reseed_2896 = { .hd = { .id = 2736, .kind = OP_RESEED }, .nonce = 16716961893176628295ULL, .seed_nbytes = 278, .seed = { 0x51, 0x88, 0x6a, 0xbb, 0xf0, 0xb8, 0x2c, 0x5e, 0xdc, 0x0e, 0x6c, 0xdb, 0x3a, 0x50, 0x99, 0xee, 0x00, 0xb3, 0x84, 0x4b, 0x88, 0x04, 0x75, 0x4d, 0x83, 0xe0, 0x3c, 0x71, 0x25, 0xda, 0xa0, 0x7e, 0x43, 0x69, 0xf0, 0x50, 0xee, 0x48, 0xc3, 0xa4, 0x96, 0x11, 0x43, 0x12, 0x2d, 0x2a, 0x6f, 0x15, 0x72, 0x9f, 0x64, 0xd3, 0xa9, 0x8f, 0x9d, 0xb1, 0xe7, 0x07, 0x7b, 0x99, 0x6a, 0xbf, 0x71, 0x97, 0xc2, 0x6c, 0x83, 0xfb, 0x85, 0x23, 0x75, 0x9d, 0xc5, 0xdf, 0xb5, 0xbb, 0x9f, 0x04, 0x56, 0x56, 0x66, 0xf2, 0x1e, 0x7f, 0x37, 0x1c, 0xc6, 0xe2, 0x6e, 0x61, 0x80, 0x71, 0x9b, 0x0d, 0x3f, 0x81, 0x2f, 0xd0, 0x5d, 0x61, 0x96, 0x08, 0xcf, 0x00, 0x04, 0xba, 0xf1, 0x23, 0x26, 0xe3, 0x21, 0xa9, 0xee, 0xa1, 0x85, 0x7c, 0x57, 0x47, 0x78, 0xf7, 0xae, 0x47, 0x53, 0x4e, 0x76, 0x38, 0x4e, 0x7e, 0x5c, 0x2f, 0x92, 0x18, 0x32, 0x65, 0x46, 0x57, 0x30, 0x1d, 0x60, 0x93, 0xfb, 0x56, 0x65, 0x52, 0x58, 0xe9, 0x7d, 0x2a, 0xed, 0x3e, 0x7f, 0xd9, 0x89, 0x72, 0x61, 0xa0, 0x65, 0xf2, 0xbc, 0x38, 0x62, 0x56, 0x99, 0x65, 0x96, 0x22, 0x49, 0xff, 0x39, 0xe3, 0xaa, 0x74, 0x81, 0xfc, 0x69, 0xff, 0x12, 0xc4, 0xfc, 0x35, 0xff, 0x83, 0xc1, 0xe9, 0xee, 0x24, 0x81, 0x66, 0xaa, 0xca, 0xc2, 0x9d, 0x00, 0x2a, 0x98, 0x2c, 0x62, 0x26, 0xc5, 0xb6, 0xf2, 0x3e, 0xe4, 0x82, 0xe9, 0xf3, 0xb4, 0x85, 0x17, 0x97, 0x43, 0xf7, 0x2d, 0x58, 0x3c, 0x4b, 0xca, 0x3d, 0x7f, 0x08, 0x5a, 0x0f, 0xce, 0x51, 0x51, 0xa5, 0x17, 0x82, 0x93, 0xe4, 0x3c, 0x43, 0x46, 0x3a, 0xec, 0x5b, 0x7c, 0x95, 0xd8, 0xe3, 0x52, 0xe2, 0x75, 0x49, 0x64, 0xbf, 0x0e, 0x7b, 0x2e, 0x8e, 0x9b, 0x5a, 0x5c, 0x90, 0x17, 0x73, 0x35, 0x3f, 0xa2, 0x46, 0xce, 0x99, 0xe8, 0x63, 0x9a, 0x26, 0x2b, 0x50, 0xe3, 0xdd, 0xac, 0x0b, 0x27, 0xda, 0xc0, 0x9a, 0xe4, 0xc4 } }; static const struct cckprng_op *ops_2897[] = { (const struct cckprng_op *)&op_init_2881, (const struct cckprng_op *)&op_refresh_2882, (const struct cckprng_op *)&op_init_2883, (const struct cckprng_op *)&op_init_2884, (const struct cckprng_op *)&op_refresh_2885, (const struct cckprng_op *)&op_reseed_2886, (const struct cckprng_op *)&op_refresh_2887, (const struct cckprng_op *)&op_reseed_2888, (const struct cckprng_op *)&op_init_2889, (const struct cckprng_op *)&op_refresh_2890, (const struct cckprng_op *)&op_init_2891, (const struct cckprng_op *)&op_init_2892, (const struct cckprng_op *)&op_init_2893, (const struct cckprng_op *)&op_init_2894, (const struct cckprng_op *)&op_init_2895, (const struct cckprng_op *)&op_reseed_2896 }; static const struct cckprng_vector vec_2898 = { .id = 2737, .note = NULL, .nops = 16, .ops = ops_2897 }; static const struct cckprng_op_init op_init_2899 = { .hd = { .id = 2738, .kind = OP_INIT }, .seed = { 0xe7, 0x52, 0x1f, 0xe8, 0xcf, 0xdd, 0xe1, 0x0c, 0x90, 0x3d, 0x47, 0x8a, 0x90, 0x01, 0x97, 0x8f, 0x4f, 0x92, 0x00, 0xe0, 0xde, 0xae, 0x45, 0xc9, 0x5d, 0x9f, 0x70, 0x79, 0x17, 0x23, 0x28, 0x4a }, .nonce = { 0x36, 0x1e, 0xc1, 0xa2, 0x49, 0x5f, 0xc4, 0xd1 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2900 = { .hd = { .id = 2739, .kind = OP_RESEED }, .nonce = 10290647472010007134ULL, .seed_nbytes = 83, .seed = { 0x59, 0xac, 0x65, 0x5b, 0x88, 0x57, 0x78, 0x16, 0xc1, 0x7a, 0x6b, 0xb8, 0xfe, 0x22, 0x30, 0xcc, 0x1e, 0x6b, 0x3c, 0x76, 0xac, 0x50, 0x1f, 0x27, 0x7c, 0x7e, 0x0f, 0x56, 0x0c, 0xa5, 0x02, 0xd7, 0x19, 0x77, 0x81, 0xb7, 0x0d, 0xa1, 0x2b, 0x3c, 0x28, 0x9f, 0x02, 0x77, 0xfc, 0x44, 0x9f, 0x13, 0x70, 0xe5, 0xfe, 0xa9, 0x29, 0x09, 0x75, 0xbe, 0x17, 0xec, 0xf3, 0x68, 0x7a, 0x30, 0x92, 0xd7, 0x80, 0x6f, 0xee, 0x97, 0xf4, 0x93, 0x31, 0x01, 0x4e, 0x43, 0x90, 0x24, 0x8a, 0xb2, 0x7b, 0xaa, 0xca, 0x09, 0x9c } }; static const struct cckprng_op_reseed op_reseed_2901 = { .hd = { .id = 2740, .kind = OP_RESEED }, .nonce = 2661634292368480588ULL, .seed_nbytes = 146, .seed = { 0x14, 0xeb, 0x4c, 0xe8, 0xf7, 0x16, 0xef, 0xd0, 0x30, 0x94, 0x62, 0x12, 0x49, 0xfb, 0x57, 0x30, 0x15, 0x54, 0xae, 0x70, 0x4e, 0xf8, 0x99, 0x9b, 0x5b, 0x46, 0xdb, 0x8a, 0xa9, 0x4b, 0x8a, 0x46, 0xe1, 0x2e, 0xa5, 0x21, 0x76, 0x57, 0x9c, 0x63, 0xea, 0x32, 0x32, 0x91, 0x40, 0x07, 0xb7, 0xca, 0x61, 0x18, 0x16, 0x3e, 0xe0, 0xcc, 0x8e, 0x0f, 0xd3, 0xbb, 0xd6, 0xa3, 0xa8, 0x5e, 0xe9, 0x39, 0xf2, 0xf2, 0xd6, 0x73, 0xc9, 0xd2, 0xf1, 0xba, 0x94, 0xf2, 0xdf, 0xa5, 0xb1, 0xe8, 0x59, 0xd2, 0xb0, 0x08, 0xbb, 0xc5, 0x37, 0x4d, 0x72, 0xd6, 0x86, 0xd6, 0x0c, 0xe7, 0x12, 0xf0, 0x92, 0x2e, 0x33, 0x2c, 0x74, 0xb2, 0xda, 0xdf, 0xf6, 0x3f, 0x26, 0x4a, 0x0a, 0x3d, 0xbf, 0xc4, 0x42, 0x84, 0x7e, 0x83, 0xde, 0xaa, 0xc7, 0x10, 0x7e, 0x1a, 0xd0, 0x83, 0xd6, 0x9f, 0x56, 0x05, 0x99, 0x9d, 0xff, 0x31, 0x09, 0x84, 0x53, 0x76, 0xaf, 0xcc, 0xa7, 0x70, 0xdb, 0x68, 0x44, 0x9d, 0xac, 0xa8, 0x5d, 0x84 } }; static const struct cckprng_op_refresh op_refresh_2902 = { .hd = { .id = 2741, .kind = OP_REFRESH }, .rand = 8647290119799025950ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2903 = { .hd = { .id = 2742, .kind = OP_REFRESH }, .rand = 6696686771623727148ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2904 = { .hd = { .id = 2743, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0xa2, 0x06, 0xcb, 0xd9, 0xbe, 0x67, 0xe4, 0xfc, 0x9f, 0xe4 } } }; static const struct cckprng_op_reseed op_reseed_2905 = { .hd = { .id = 2744, .kind = OP_RESEED }, .nonce = 2754295468356444174ULL, .seed_nbytes = 50, .seed = { 0x1a, 0xf3, 0xd8, 0xf6, 0x5e, 0x1e, 0x8f, 0x26, 0x9d, 0x47, 0x67, 0xe5, 0x2a, 0xee, 0x94, 0x95, 0x24, 0x3b, 0xd1, 0x62, 0x00, 0x73, 0x01, 0x22, 0xde, 0x24, 0xf3, 0x14, 0x82, 0x33, 0x3c, 0x08, 0xf4, 0x93, 0xa7, 0xa4, 0xcb, 0x9e, 0x34, 0xeb, 0x0c, 0xd0, 0x09, 0x61, 0x97, 0xc4, 0xf6, 0x94, 0xb3, 0x4f } }; static const struct cckprng_op_refresh op_refresh_2906 = { .hd = { .id = 2745, .kind = OP_REFRESH }, .rand = 7952556266902287247ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2907 = { .hd = { .id = 2746, .kind = OP_RESEED }, .nonce = 1415252572192463000ULL, .seed_nbytes = 93, .seed = { 0x3b, 0x81, 0x4f, 0x4b, 0xe8, 0x62, 0xca, 0x39, 0x1c, 0xef, 0x61, 0x6a, 0x6e, 0x0b, 0xf6, 0x10, 0x40, 0xad, 0x80, 0xe0, 0xdb, 0x73, 0xeb, 0xd7, 0x9f, 0xe5, 0xa0, 0xee, 0x77, 0xa1, 0xde, 0x83, 0xf9, 0xcb, 0x86, 0x90, 0x2a, 0x46, 0xea, 0x1f, 0x8b, 0xfb, 0x27, 0x4a, 0x72, 0xe0, 0x09, 0x94, 0x97, 0x72, 0xf1, 0x63, 0x09, 0x90, 0x1d, 0xd5, 0x39, 0x2b, 0x15, 0x02, 0x72, 0x49, 0x22, 0x23, 0x73, 0x2b, 0x4f, 0x12, 0xbe, 0xa7, 0xe0, 0xd7, 0xc4, 0x7a, 0x40, 0xc2, 0x5d, 0x37, 0x12, 0x37, 0x55, 0x38, 0x4f, 0xb2, 0xd9, 0x44, 0xf6, 0x1e, 0xa4, 0x7c, 0xc4, 0xf8, 0xd4 } }; static const struct cckprng_op_refresh op_refresh_2908 = { .hd = { .id = 2747, .kind = OP_REFRESH }, .rand = 9887190605533102112ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2909 = { .hd = { .id = 2748, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0x59, 0x10, 0xd6, 0x76, 0xe7, 0x36, 0xb6, 0x03, 0xa8, 0xc1, 0xb5, 0x70, 0x77, 0xa5, 0x80, 0xb6, 0x87, 0xd4, 0x1b, 0x75, 0x2e, 0x17, 0xc1, 0xb5, 0x06, 0xb6, 0xf9, 0xf0, 0xa4, 0xea, 0x0f, 0x57, 0x2e, 0xd6, 0x7d, 0x2b, 0x93, 0xe1, 0x1d, 0x87, 0x18, 0x22, 0xbe, 0x3e, 0xa6, 0xd4, 0x41, 0xa4, 0x5f, 0x1b, 0x97, 0x54, 0x39, 0x5a, 0xe9, 0x95, 0x03, 0xe6, 0x2f, 0xfb, 0x4d, 0x31, 0xf8, 0xb4, 0x40, 0xa5, 0x02, 0x0a, 0x29, 0x73, 0x44, 0x00, 0x0f, 0x8b, 0xc7, 0x8e, 0x77, 0x28, 0x15, 0xe8, 0x0f, 0x68, 0x80, 0x1c, 0x99, 0x7d, 0x92, 0x98, 0x49, 0xdd, 0x87, 0x35, 0x03, 0x81, 0x61, 0xcb, 0x39, 0xdc, 0x54, 0x82, 0xf7, 0xb1, 0x8b, 0x2f, 0x00, 0x2b, 0xf1, 0x92, 0xd1, 0x74, 0x04, 0x23, 0x60, 0x27, 0x63, 0x4e, 0x0b, 0x18, 0x1f, 0x1c, 0xc5, 0xbb, 0xb9, 0x1e, 0x8a, 0xea, 0x68, 0xe3, 0xbb, 0x21, 0x2c, 0x34, 0xf5, 0x39, 0x6c, 0xc4, 0x4c, 0xc2, 0x8d, 0x7e, 0xbd, 0x4d, 0x72, 0xd2, 0x0d, 0x77, 0x56, 0x15, 0xac, 0xf1, 0x9b, 0xb4, 0xf8, 0xd5, 0xde, 0x4d, 0xaf, 0x29, 0xbe, 0x96, 0xf8, 0xc0, 0xd0, 0xa7, 0x7c, 0x3d, 0xe8, 0x37, 0x34, 0xd0, 0x0d, 0x34, 0x66, 0x3d, 0x6c, 0x32, 0xcf, 0x65, 0x54, 0x74, 0xd2, 0xbc, 0x9c, 0xd8 } } }; static const struct cckprng_op_generate op_init_2910 = { .hd = { .id = 2749, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0x24, 0x12, 0xd7, 0xcf, 0xab, 0x55, 0x93, 0x24, 0x7d, 0xf9, 0xc4, 0xde, 0xbf, 0xae, 0x3b, 0x38, 0xe9, 0x9a, 0xcb, 0xaf, 0x41, 0xce, 0x14, 0x45, 0x5b, 0x7b, 0x84, 0x1c, 0x5a, 0x42, 0x27, 0xe4, 0xfd, 0x59, 0x68, 0xda, 0x8e, 0xca, 0x07, 0x4e, 0x78, 0x5e, 0x20, 0xa3, 0xcf, 0xa4, 0xe8 } } }; static const struct cckprng_op_reseed op_reseed_2911 = { .hd = { .id = 2750, .kind = OP_RESEED }, .nonce = 13142846053078764794ULL, .seed_nbytes = 37, .seed = { 0x4b, 0xe8, 0xc0, 0x33, 0xa1, 0x54, 0x9c, 0x7c, 0x19, 0xff, 0x2c, 0x6d, 0x54, 0x5c, 0x6e, 0x9b, 0x4d, 0x16, 0xb9, 0x87, 0x13, 0x8b, 0xdb, 0x8a, 0x15, 0x3a, 0x8b, 0xb8, 0x17, 0x14, 0x49, 0x12, 0x78, 0x6e, 0xb2, 0xb3, 0x58 } }; static const struct cckprng_op_reseed op_reseed_2912 = { .hd = { .id = 2751, .kind = OP_RESEED }, .nonce = 12631413181195977094ULL, .seed_nbytes = 142, .seed = { 0x94, 0x1d, 0x7c, 0x92, 0xef, 0xd5, 0x76, 0xd4, 0xf7, 0xf1, 0xa9, 0x87, 0x6d, 0x69, 0x82, 0x95, 0xae, 0xf2, 0xc6, 0x5d, 0xff, 0x48, 0x7d, 0xaf, 0x7e, 0xfc, 0x51, 0xdc, 0x38, 0x10, 0xc8, 0x35, 0xb1, 0x23, 0x8b, 0x89, 0x97, 0x59, 0x76, 0x3d, 0x93, 0xb8, 0xdc, 0xbc, 0x1b, 0xc4, 0x83, 0x43, 0xb8, 0xaf, 0x76, 0xba, 0x1a, 0xbf, 0xb1, 0xeb, 0xe8, 0x7a, 0x8e, 0xb1, 0x5b, 0xc2, 0xbd, 0x19, 0xa4, 0x6f, 0xd7, 0xae, 0x93, 0x83, 0x4e, 0x1a, 0x32, 0xa6, 0x09, 0xa7, 0x78, 0x92, 0x74, 0xbd, 0x98, 0x82, 0x87, 0x66, 0xe0, 0x90, 0x3e, 0x3f, 0xaa, 0xab, 0xef, 0x8d, 0xfc, 0x1b, 0xa5, 0x57, 0x41, 0x4d, 0x70, 0x95, 0xff, 0x6b, 0x04, 0xf4, 0x0e, 0x7a, 0xb2, 0xed, 0xb1, 0x40, 0x57, 0xa3, 0x93, 0x9f, 0xee, 0x8a, 0x63, 0x30, 0x23, 0xb6, 0x49, 0xb3, 0x46, 0xaf, 0xe9, 0x7f, 0x1c, 0xc9, 0xd5, 0xc8, 0x6f, 0x36, 0x37, 0xe0, 0x90, 0xc2, 0x0f, 0x50, 0x1a, 0x76, 0x01, 0x41 } }; static const struct cckprng_op_refresh op_refresh_2913 = { .hd = { .id = 2752, .kind = OP_REFRESH }, .rand = 2265779347780246692ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2914 = { .hd = { .id = 2753, .kind = OP_REFRESH }, .rand = 2757648591146282001ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2915[] = { (const struct cckprng_op *)&op_init_2899, (const struct cckprng_op *)&op_reseed_2900, (const struct cckprng_op *)&op_reseed_2901, (const struct cckprng_op *)&op_refresh_2902, (const struct cckprng_op *)&op_refresh_2903, (const struct cckprng_op *)&op_init_2904, (const struct cckprng_op *)&op_reseed_2905, (const struct cckprng_op *)&op_refresh_2906, (const struct cckprng_op *)&op_reseed_2907, (const struct cckprng_op *)&op_refresh_2908, (const struct cckprng_op *)&op_init_2909, (const struct cckprng_op *)&op_init_2910, (const struct cckprng_op *)&op_reseed_2911, (const struct cckprng_op *)&op_reseed_2912, (const struct cckprng_op *)&op_refresh_2913, (const struct cckprng_op *)&op_refresh_2914 }; static const struct cckprng_vector vec_2916 = { .id = 2754, .note = NULL, .nops = 16, .ops = ops_2915 }; static const struct cckprng_op_init op_init_2917 = { .hd = { .id = 2755, .kind = OP_INIT }, .seed = { 0xab, 0x06, 0xca, 0xdb, 0xe7, 0x9a, 0xe4, 0x9e, 0x85, 0x72, 0x9c, 0xf9, 0xaa, 0x63, 0xb6, 0xa8, 0xc4, 0xb6, 0xe6, 0xbd, 0xe7, 0x60, 0x1c, 0x02, 0x00, 0x30, 0x64, 0x07, 0x07, 0xce, 0x4a, 0x49 }, .nonce = { 0xdd, 0x92, 0x18, 0x03, 0x59, 0xb5, 0xc7, 0xa3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2918 = { .hd = { .id = 2756, .kind = OP_REFRESH }, .rand = 12173878517633598123ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2919 = { .hd = { .id = 2757, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x87, 0xc8, 0x35, 0xce, 0x49, 0x49, 0xcb, 0xb0, 0x5b, 0xdf, 0x70, 0xd1, 0x6d, 0x1b, 0x23, 0xe7, 0x15, 0x7f, 0x1e, 0x7e, 0x3c, 0xd7, 0x9f, 0x47, 0x9a, 0x76, 0x78, 0x44, 0xb8, 0xce, 0xff, 0xa5, 0x7d, 0xf1, 0x67, 0x0c, 0xb4, 0xcd, 0x5c, 0x9a, 0x0b, 0xee, 0x3e, 0x58, 0xa7, 0xb8, 0x83, 0x9e, 0x5a, 0x71, 0xd2, 0x1b, 0x66, 0x94, 0xd9, 0xdc, 0xc1, 0x87, 0xe4, 0xee, 0xb8, 0x33, 0x73, 0x64, 0xb1, 0x11, 0x91, 0xcf, 0xa5, 0x02, 0xd2, 0x9e, 0x18, 0x24, 0x98, 0xf4, 0x76, 0xf3, 0x84, 0xce, 0xc4, 0x52, 0xa3, 0x66, 0x19, 0xca, 0xe4, 0xd7, 0xf9, 0x41, 0x46, 0x29, 0x6a, 0xe4, 0x7e, 0x91, 0x56, 0x99, 0xa3, 0xa5, 0x55, 0x6d, 0x3d, 0xa7, 0x28, 0xcc, 0xf0, 0x71, 0x12, 0xde, 0xd3, 0x03, 0x3e, 0x8e, 0x1e, 0x56, 0x26, 0x34, 0xb5, 0x0f, 0x6a, 0xc5, 0x2b, 0xd9, 0xf9, 0xd5, 0xc1, 0x92, 0xdc, 0xb4, 0xf0, 0x56, 0x35, 0x1f, 0x9e, 0xc7, 0xa1, 0x15, 0x30, 0x1b, 0x04, 0xe6, 0xa8, 0xc4, 0xca, 0x79, 0xde, 0x9a, 0x41, 0xda, 0x81, 0x49, 0xf7, 0x6a, 0xb4, 0x76, 0x59, 0xa0, 0x14, 0x01, 0xf6, 0x1c, 0xc0, 0xef, 0x39, 0x66 } } }; static const struct cckprng_op_reseed op_reseed_2920 = { .hd = { .id = 2758, .kind = OP_RESEED }, .nonce = 8783761616653874650ULL, .seed_nbytes = 48, .seed = { 0xc6, 0x69, 0xee, 0x28, 0x8a, 0xd2, 0xea, 0x7e, 0xd3, 0xe0, 0xa3, 0xeb, 0xcd, 0x55, 0xb5, 0xf2, 0x2f, 0x44, 0x2a, 0x75, 0x44, 0x9d, 0xcf, 0x1e, 0xb5, 0xfe, 0xfa, 0x87, 0x4f, 0x2b, 0xf5, 0xa3, 0x23, 0x90, 0x5c, 0xdb, 0xa6, 0xff, 0x38, 0x74, 0xe1, 0x66, 0x2f, 0xd4, 0xbc, 0xa0, 0xcb, 0x86 } }; static const struct cckprng_op_refresh op_refresh_2921 = { .hd = { .id = 2759, .kind = OP_REFRESH }, .rand = 16003167151178974145ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2922 = { .hd = { .id = 2760, .kind = OP_GENERATE }, .rand_nbytes = 70, .out = { .rand = { 0xb5, 0x7e, 0xe0, 0x25, 0xdd, 0xdc, 0xc1, 0x8f, 0xc0, 0xe4, 0xb6, 0x14, 0x2d, 0x15, 0x80, 0xbb, 0x6c, 0xd9, 0xd8, 0x38, 0xc3, 0x77, 0x0f, 0x65, 0x5a, 0xbc, 0x04, 0xae, 0x18, 0x80, 0x08, 0x58, 0xd1, 0x02, 0x48, 0xd7, 0x92, 0x44, 0xab, 0x93, 0x5a, 0xb2, 0x4e, 0x96, 0x28, 0x8e, 0x59, 0x38, 0x19, 0x50, 0x77, 0x94, 0x6b, 0x58, 0x66, 0xc6, 0x41, 0xf8, 0x4c, 0x96, 0x20, 0x17, 0x8d, 0x8a, 0xdd, 0xa1, 0x78, 0xb8, 0xf5, 0x68 } } }; static const struct cckprng_op_refresh op_refresh_2923 = { .hd = { .id = 2761, .kind = OP_REFRESH }, .rand = 8130879152080043117ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2924 = { .hd = { .id = 2762, .kind = OP_REFRESH }, .rand = 13894780536495134601ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2925 = { .hd = { .id = 2763, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0xb7, 0xbb, 0x14, 0xbb, 0x92, 0x24, 0x44, 0x8c, 0x7e, 0xa6 } } }; static const struct cckprng_op_reseed op_reseed_2926 = { .hd = { .id = 2764, .kind = OP_RESEED }, .nonce = 17717100464259354142ULL, .seed_nbytes = 273, .seed = { 0x38, 0xe3, 0x3a, 0x78, 0x06, 0x88, 0x46, 0x3a, 0xdb, 0x05, 0x85, 0x38, 0x83, 0x43, 0xc4, 0x89, 0x6b, 0xa5, 0x45, 0x74, 0xd6, 0x5b, 0x7d, 0x31, 0xe2, 0x72, 0x1e, 0xc6, 0x71, 0x34, 0xa5, 0x0b, 0x85, 0x3a, 0x98, 0x76, 0x22, 0xb2, 0x92, 0xe2, 0xee, 0x4b, 0x7d, 0xe3, 0xaf, 0x27, 0x0b, 0xca, 0x7b, 0x42, 0x22, 0x36, 0x8d, 0x79, 0xc5, 0x26, 0x26, 0xb1, 0x5f, 0x72, 0xfd, 0xff, 0x54, 0x20, 0x31, 0x05, 0x3f, 0xc4, 0x54, 0x62, 0xec, 0xbf, 0xa0, 0x9e, 0xe1, 0xb7, 0x9c, 0xe5, 0x5e, 0x8c, 0x75, 0x21, 0x3e, 0xe8, 0x56, 0x29, 0xf7, 0x29, 0x8c, 0x95, 0x70, 0xd9, 0xf0, 0x5a, 0x7c, 0xce, 0xd1, 0xee, 0x04, 0x26, 0x89, 0x45, 0x00, 0xd4, 0x88, 0xcf, 0x41, 0x58, 0x99, 0x13, 0x2e, 0xbd, 0x2b, 0xa0, 0xa3, 0xb3, 0xbb, 0x86, 0x90, 0x1e, 0xd6, 0x92, 0x63, 0xc9, 0xf3, 0x81, 0x9b, 0x6f, 0xfa, 0x17, 0x2e, 0x86, 0x1e, 0x90, 0x16, 0xb0, 0x86, 0xd8, 0xc9, 0x5c, 0x42, 0xcd, 0x6e, 0x2f, 0xf6, 0x80, 0xfa, 0x51, 0xe7, 0xef, 0x31, 0xb3, 0xda, 0xb8, 0x81, 0x5f, 0xce, 0x53, 0x9c, 0x9f, 0x21, 0xcd, 0xc9, 0x2a, 0x52, 0xb8, 0xc5, 0x6f, 0x0a, 0xa3, 0xbe, 0xa2, 0xc9, 0xf5, 0x1a, 0xb6, 0x6a, 0xf5, 0x25, 0x5b, 0x9c, 0x40, 0x1e, 0x8c, 0xf6, 0xe0, 0x44, 0x33, 0xec, 0x9f, 0x59, 0x4b, 0xf7, 0x2b, 0x2d, 0xd8, 0x15, 0xa3, 0x03, 0xb2, 0x8c, 0x86, 0xe8, 0xa7, 0x06, 0xbc, 0xce, 0x59, 0xc1, 0xe8, 0xdc, 0xa9, 0x99, 0x12, 0xd9, 0x4c, 0x17, 0xaf, 0xaf, 0xd7, 0x6c, 0x3e, 0x4e, 0x3b, 0x1c, 0xca, 0x13, 0x2a, 0x6e, 0x01, 0x5c, 0xf3, 0x3a, 0x46, 0xc8, 0x42, 0xcd, 0x52, 0x29, 0x83, 0xe5, 0x9d, 0x26, 0x56, 0x6c, 0x0a, 0x36, 0x8c, 0x05, 0x62, 0x92, 0x81, 0xb7, 0xbb, 0x77, 0xc7, 0xce, 0x34, 0x29, 0x2a, 0x43, 0x04, 0x14, 0x4c, 0x12, 0xc0, 0x5b, 0xdd, 0x3f, 0x8f, 0x2e, 0x63, 0xe8 } }; static const struct cckprng_op_reseed op_reseed_2927 = { .hd = { .id = 2765, .kind = OP_RESEED }, .nonce = 9005454254629517779ULL, .seed_nbytes = 16, .seed = { 0x39, 0xa9, 0xb4, 0x94, 0x6b, 0x96, 0x5e, 0x9c, 0xeb, 0x0c, 0x66, 0x2a, 0xac, 0x23, 0xa3, 0xb2 } }; static const struct cckprng_op_reseed op_reseed_2928 = { .hd = { .id = 2766, .kind = OP_RESEED }, .nonce = 7117462696193174290ULL, .seed_nbytes = 31, .seed = { 0x0d, 0x5f, 0xc3, 0xc6, 0x71, 0x13, 0x60, 0xf7, 0x0e, 0xcc, 0xf8, 0x3f, 0xa1, 0x16, 0x20, 0x60, 0x84, 0xd0, 0x44, 0xec, 0x8c, 0xa0, 0xe8, 0xbf, 0x92, 0x55, 0xda, 0xc0, 0x36, 0x0d, 0x2b } }; static const struct cckprng_op_generate op_init_2929 = { .hd = { .id = 2767, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0x8a, 0x6a, 0x45, 0xfd, 0x71, 0xdd, 0x17, 0xdf, 0xf6, 0x82, 0xf2, 0xbf, 0xd1, 0xae, 0xfa, 0x8d, 0xb5, 0x1d, 0x41, 0xcd, 0x15, 0x0f, 0x25, 0x5b, 0xe0, 0x6a, 0xae, 0x02, 0xf9, 0x92, 0xcf, 0x90, 0x5c, 0x17, 0xbe, 0x63, 0x92, 0xb5, 0xed, 0x7b, 0x1e, 0xe1, 0x9d, 0x05, 0x25, 0x8e, 0x61, 0x9d, 0x58, 0xe6, 0x5a, 0x1c, 0xce, 0x48, 0x03, 0x10, 0x61, 0x2d, 0x50, 0x3b, 0xde, 0x48, 0xa3, 0x07, 0x3c, 0xf1, 0xd8, 0x77, 0xec, 0x9c, 0x60, 0x41, 0x60, 0xbe, 0x2a, 0x24, 0xf1, 0x34, 0xbb, 0x75, 0x66, 0x8d, 0xce, 0x90, 0x09, 0x46, 0x87, 0x79, 0x8d, 0x3c, 0x98, 0x27, 0x91, 0x79, 0xfc, 0x07, 0x16, 0x31, 0x80, 0xe2, 0x99, 0x88, 0x3d, 0x80, 0x69, 0x03, 0x21, 0xa1, 0x46, 0x4f, 0xb1, 0x40, 0xe1, 0xf8, 0x52, 0xb2, 0x44, 0xb0, 0x38, 0x89, 0xc8, 0x56, 0x04, 0xe1, 0x86, 0xa7, 0x5c, 0x44, 0x88, 0x21, 0x34, 0xe4, 0xd9, 0xef, 0xc4, 0x99, 0xbf, 0x5c, 0x7a, 0xf4, 0x64, 0x17, 0x0c, 0xa5, 0xf9, 0x6d, 0x1e, 0xb4, 0xdc, 0x09, 0x08, 0xb7, 0xa1, 0xc5, 0x14, 0x36, 0xe0, 0x95, 0xab, 0x8e, 0xb1, 0x72, 0x9f, 0x5b, 0x07, 0xfb, 0x77, 0xdc, 0x1a, 0x6f, 0xb5, 0x30, 0x1d, 0x42, 0xf5, 0xa0, 0x33, 0x77, 0x2c, 0x3b, 0x10, 0x69, 0x3a, 0xd0, 0xbb, 0x8c, 0x77, 0x40, 0xba, 0xa9, 0x96, 0x6f, 0x20, 0x26, 0xab, 0x6d, 0xca, 0x68, 0x63, 0x40, 0x4b, 0xca, 0x0a, 0x5e, 0x12, 0x4c, 0x2d, 0x7c, 0xcf, 0xf5, 0x8e, 0xfe, 0x00, 0xfd, 0x79, 0xb1, 0x44, 0x08, 0xf6, 0x9d, 0xbd, 0x0a, 0x74, 0xaf, 0x0d, 0xa0, 0xb4, 0xfb, 0xbf, 0x88, 0x26, 0xf4, 0x81, 0x7d, 0x6f, 0xcf, 0x62, 0x7a, 0xbe, 0x2b, 0xf9, 0xf8, 0x74, 0x8e, 0xf8, 0xb9, 0x0a, 0xbc, 0x22, 0x1b, 0xc9, 0xab, 0xc4, 0x90, 0xe1, 0x7d, 0x9a, 0xe7, 0xc9 } } }; static const struct cckprng_op_generate op_init_2930 = { .hd = { .id = 2768, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x05, 0xa0, 0xdb, 0x29, 0x7b, 0x8a, 0x76, 0xa3, 0x78, 0x67, 0xc8, 0x62, 0x44, 0x7c, 0x97, 0x81, 0xb6, 0x58, 0x36, 0xe9, 0x95, 0xa5, 0xa6, 0x4c, 0xe0, 0x64, 0x6f, 0x5a, 0xfb, 0xcd, 0x51, 0x58, 0x47, 0x59, 0x0c, 0x16, 0xfb, 0xa9, 0x52, 0x73, 0xc1, 0x76, 0xaa, 0x8e, 0x99, 0xd0, 0x6b, 0x24, 0x85, 0x14, 0x9e, 0xf4, 0x7c, 0x1e, 0x7a, 0x83, 0xf1, 0xd4, 0x5c, 0xff, 0xce, 0xc2, 0xf8, 0x29, 0xb7, 0xfa, 0x15, 0xb5, 0xf6, 0x10, 0x9d, 0x69, 0x43, 0xe3, 0x63, 0xbd, 0x56, 0xea, 0x5f, 0x0e, 0x5c, 0xfb, 0xd4, 0x1d, 0xf0, 0xb3, 0xa0, 0x2a, 0xa8, 0x5d, 0xdd, 0xf5, 0x58, 0x0c, 0xd5, 0x38, 0x2d, 0xbd, 0xda, 0xc0, 0x50, 0x1e, 0x51, 0xa3, 0x5f, 0x18, 0xc9, 0xfc, 0x5e, 0xa8, 0xfa, 0x6f, 0xcd, 0xd7, 0x6e, 0x47, 0xbd, 0xe7, 0xd2, 0xe5, 0xf9, 0x33, 0xfe, 0x2a, 0x87, 0xa3, 0x49, 0x8b, 0x2d, 0x28, 0x80, 0x58, 0xd7, 0x22, 0xdc, 0x39, 0x32, 0x01, 0x1f, 0x34, 0x40, 0xec, 0x2a, 0x8a, 0x1c, 0xea, 0x7f, 0x05, 0x89, 0x16, 0xfb, 0x73, 0x22, 0x08, 0x1a, 0x2e, 0x5f, 0xb7, 0x9c, 0xe3, 0x4c, 0x16, 0xf0, 0xc8, 0xec, 0x29, 0x5d, 0x8e, 0x44, 0x2d, 0x25, 0x75, 0xb0, 0xac, 0xf3, 0xaa, 0xe4, 0xcf, 0x96, 0x8b, 0x19, 0x8f, 0xd4, 0xe8, 0x0e, 0xd1, 0x5c, 0x1b, 0x57, 0x25, 0x9d, 0x71, 0x36, 0xf9, 0x10, 0xce, 0x48, 0xba, 0x5c, 0xa1, 0x5d, 0xeb, 0xe0, 0x38, 0x8c, 0xca, 0x29, 0x8b, 0xbc, 0xb5, 0x01, 0xff, 0x33, 0x3e, 0x92, 0xa6, 0xf2, 0x85, 0x9c, 0x6f, 0x23, 0x6b, 0x59, 0xdf, 0x1d, 0xe8, 0x9f, 0x03, 0x65, 0x7d, 0xae, 0xa7, 0xb0, 0x41, 0x61, 0xa9, 0xbd, 0x77, 0x3a, 0x26, 0x92, 0x9a, 0x85, 0xe3, 0xa9, 0xd7, 0x5a, 0x40, 0xc0, 0x79, 0x7a, 0xc3, 0x44 } } }; static const struct cckprng_op_reseed op_reseed_2931 = { .hd = { .id = 2769, .kind = OP_RESEED }, .nonce = 4796015172639994135ULL, .seed_nbytes = 220, .seed = { 0x8c, 0xdd, 0xee, 0xa0, 0xf6, 0xfe, 0x9a, 0x44, 0x6d, 0x95, 0xec, 0x77, 0x9f, 0xe2, 0xd2, 0xa4, 0x37, 0x6a, 0x08, 0x86, 0xe9, 0x46, 0x21, 0xd3, 0x36, 0x94, 0xd4, 0xe4, 0x8f, 0xc0, 0xb5, 0xb3, 0xc4, 0x15, 0x38, 0xb9, 0xf0, 0x11, 0x85, 0x99, 0x59, 0x70, 0x2d, 0x81, 0x53, 0x28, 0x49, 0x5d, 0x28, 0xc0, 0xe5, 0x53, 0x16, 0x69, 0x60, 0x66, 0x0d, 0x1a, 0x2f, 0xfb, 0xbf, 0x47, 0x29, 0x8a, 0x1f, 0xed, 0xf4, 0xd5, 0x81, 0x85, 0x23, 0x9f, 0x2c, 0x09, 0xe1, 0xf3, 0xb8, 0x0c, 0x7e, 0x42, 0x01, 0x2f, 0xd2, 0xc1, 0xd4, 0x15, 0x71, 0x0c, 0xab, 0x85, 0xd4, 0xab, 0xd5, 0x90, 0xc1, 0x96, 0xe7, 0x6c, 0xd1, 0xc2, 0x90, 0x18, 0xd7, 0x84, 0x3d, 0x43, 0x89, 0xd5, 0x19, 0x6f, 0xa9, 0xb1, 0x1a, 0x40, 0x62, 0xcc, 0x05, 0x56, 0x89, 0x3a, 0x64, 0x61, 0xde, 0x34, 0xd7, 0x8d, 0x85, 0x53, 0x76, 0x04, 0xc7, 0x68, 0x28, 0x51, 0xd9, 0x7f, 0x68, 0x5c, 0x0d, 0x4c, 0x12, 0x03, 0x54, 0xc9, 0x35, 0x82, 0x28, 0x9e, 0xd8, 0x5a, 0x7a, 0xa4, 0x90, 0x24, 0x7b, 0x56, 0x74, 0xd8, 0xd3, 0x17, 0x00, 0xb6, 0xc6, 0x17, 0x63, 0xc6, 0x4e, 0x6e, 0x12, 0x20, 0xb9, 0x50, 0x36, 0xa8, 0xaa, 0xae, 0x18, 0x4b, 0x40, 0x01, 0xb2, 0x3b, 0x29, 0xd4, 0xc0, 0x41, 0x5a, 0x67, 0xf5, 0xfd, 0x2d, 0x04, 0x81, 0xde, 0xb5, 0x45, 0x96, 0x13, 0xc8, 0x1f, 0x03, 0x29, 0xaa, 0x97, 0x68, 0xe1, 0x5c, 0x24, 0xac, 0xaf, 0x45, 0x84, 0x8f, 0x6c, 0x46, 0xe7, 0x92, 0x63, 0x9d, 0xa5 } }; static const struct cckprng_op_generate op_init_2932 = { .hd = { .id = 2770, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0x6a, 0x23, 0x6e, 0xc7, 0x18, 0xc0, 0x66, 0x51, 0xb7, 0x97, 0x44, 0x96, 0xeb, 0xc5, 0x94, 0x2a, 0x23, 0x34, 0x27, 0x39, 0xd4, 0x49, 0x24, 0x53, 0x2c, 0xb1, 0xe0, 0xda, 0x43, 0x19, 0x27, 0x93, 0x2f, 0x40, 0x3c, 0x2b, 0xe6, 0x75, 0xe0, 0x29, 0x9a, 0xc2, 0x9c, 0xeb, 0x8e, 0x4d, 0x1e, 0x87, 0xe1, 0x86, 0x84, 0x9f, 0xf8, 0x04, 0x0b, 0x87, 0x03, 0x46, 0x7a, 0xab, 0x57, 0xdf, 0xd0, 0x52, 0x18, 0x05, 0xea, 0x34, 0xd8, 0xc3, 0x3b, 0xa2, 0x79, 0x94, 0xcf, 0x64, 0xe6, 0x80, 0xd4, 0x01, 0xc8, 0xaf, 0xf9, 0xd7, 0xd0, 0x72, 0x11, 0x89, 0xff, 0xa7, 0x0c, 0x28, 0x47, 0x8c, 0xa4, 0x0c, 0x6d, 0xb2, 0xb8, 0x48, 0xcd, 0xe5, 0x6e, 0xd7, 0xa0, 0x2c, 0xe5, 0x5b, 0x7f, 0xab, 0x70, 0xb0, 0x82, 0x7b, 0x13, 0x55, 0xdc, 0xf3, 0x78, 0xe9, 0x4c, 0xbf, 0xf2, 0x45, 0xe4, 0xfc, 0x49, 0x3c, 0x78, 0x8a, 0x26, 0x7d, 0x95, 0x2d, 0x75, 0xb1, 0x07, 0x74, 0x2f, 0x3f, 0xfb, 0x90, 0xb7, 0x3b, 0x90, 0xf2, 0x8f, 0x6d, 0x94, 0xf8, 0x0a, 0xf6, 0x29, 0x2b, 0x9c, 0x02, 0x67, 0xfd, 0x12, 0xf6, 0xd6, 0x20, 0x39, 0xce, 0x55, 0xb8, 0xd8, 0x1e, 0x6e, 0x8e, 0x68, 0x4e, 0xb0, 0x04, 0x43, 0xef, 0xce, 0xa6, 0x23, 0xd4, 0x02, 0xf1, 0x42, 0xa2, 0x3b, 0xe3, 0xc6, 0xaf, 0xf5, 0x50, 0x26, 0xd6, 0x76, 0xfa, 0x52, 0xbf, 0xf2, 0xe5, 0x48, 0x4a, 0x98, 0x1f, 0x00, 0x75, 0xdf, 0x37, 0x0c, 0xe4, 0x41, 0x17, 0x9d, 0x75, 0xc3, 0xf5, 0x25, 0x86, 0x5a, 0x26, 0x5a, 0x2f, 0xe6, 0xf9, 0x35, 0x2d, 0x49, 0xeb, 0x01, 0x8c, 0x6a, 0xdb, 0xec, 0x6e, 0xa0, 0x03, 0x8e, 0x83, 0x36, 0x92, 0x94, 0x2a, 0x23, 0x86, 0x1a } } }; static const struct cckprng_op *ops_2933[] = { (const struct cckprng_op *)&op_init_2917, (const struct cckprng_op *)&op_refresh_2918, (const struct cckprng_op *)&op_init_2919, (const struct cckprng_op *)&op_reseed_2920, (const struct cckprng_op *)&op_refresh_2921, (const struct cckprng_op *)&op_init_2922, (const struct cckprng_op *)&op_refresh_2923, (const struct cckprng_op *)&op_refresh_2924, (const struct cckprng_op *)&op_init_2925, (const struct cckprng_op *)&op_reseed_2926, (const struct cckprng_op *)&op_reseed_2927, (const struct cckprng_op *)&op_reseed_2928, (const struct cckprng_op *)&op_init_2929, (const struct cckprng_op *)&op_init_2930, (const struct cckprng_op *)&op_reseed_2931, (const struct cckprng_op *)&op_init_2932 }; static const struct cckprng_vector vec_2934 = { .id = 2771, .note = NULL, .nops = 16, .ops = ops_2933 }; static const struct cckprng_op_init op_init_2935 = { .hd = { .id = 2772, .kind = OP_INIT }, .seed = { 0x8a, 0xb6, 0xe6, 0x2e, 0x60, 0x4c, 0xb6, 0xfd, 0xe2, 0x53, 0xb5, 0xb8, 0x17, 0xff, 0x01, 0x4f, 0x5d, 0x7e, 0x91, 0x16, 0x54, 0xe6, 0xa0, 0x52, 0x3e, 0xe6, 0x23, 0xd3, 0xd5, 0x58, 0x7c, 0xbf }, .nonce = { 0x69, 0xb7, 0x4b, 0x8b, 0xd5, 0xb2, 0x99, 0xae }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2936 = { .hd = { .id = 2773, .kind = OP_RESEED }, .nonce = 7787306409074203366ULL, .seed_nbytes = 56, .seed = { 0x2d, 0x42, 0x9e, 0xce, 0x2c, 0x23, 0x11, 0x9f, 0x10, 0xc4, 0xfd, 0x5e, 0x41, 0x6e, 0xaa, 0x4e, 0x76, 0x52, 0xb8, 0x04, 0x54, 0x50, 0xa4, 0x60, 0xee, 0x29, 0xa6, 0x6a, 0x2d, 0x10, 0x43, 0xa2, 0x4e, 0xfb, 0xeb, 0xd4, 0xd1, 0x1a, 0xf5, 0x71, 0xf8, 0x5d, 0x60, 0x47, 0xb8, 0xea, 0xad, 0xaa, 0x8e, 0xfc, 0xca, 0x08, 0x2d, 0xe9, 0x06, 0x7a } }; static const struct cckprng_op_refresh op_refresh_2937 = { .hd = { .id = 2774, .kind = OP_REFRESH }, .rand = 4268755694114956093ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2938 = { .hd = { .id = 2775, .kind = OP_REFRESH }, .rand = 435053036000133102ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2939 = { .hd = { .id = 2776, .kind = OP_RESEED }, .nonce = 5388893106209184038ULL, .seed_nbytes = 224, .seed = { 0x76, 0x6f, 0xdd, 0xfa, 0xd0, 0xf5, 0x37, 0x23, 0x26, 0x70, 0x54, 0x9f, 0x97, 0xe6, 0xa1, 0x34, 0x8b, 0x61, 0x3e, 0x97, 0x06, 0x6a, 0x05, 0xda, 0x69, 0x96, 0xda, 0x4e, 0x25, 0x24, 0x7b, 0xeb, 0x1a, 0xbf, 0x18, 0x36, 0xdf, 0x68, 0x1c, 0xcc, 0x29, 0x4a, 0xe3, 0xde, 0xcb, 0x0d, 0x19, 0x1c, 0xfd, 0x47, 0x16, 0x79, 0x2f, 0x2e, 0xd5, 0xf8, 0x08, 0x75, 0xa3, 0x51, 0x85, 0x41, 0xf6, 0x96, 0xa5, 0x93, 0x25, 0x4a, 0x34, 0x9b, 0x52, 0x7d, 0x83, 0xef, 0xf2, 0xd4, 0x81, 0x92, 0x9b, 0x79, 0x92, 0xd0, 0x02, 0xbd, 0xb6, 0x64, 0x9f, 0x92, 0xd4, 0x0a, 0x4d, 0x1b, 0xbd, 0xcf, 0x91, 0x40, 0x62, 0xbc, 0xaa, 0xfc, 0x62, 0x51, 0x08, 0xb9, 0x9d, 0xa8, 0x25, 0xba, 0xfa, 0x61, 0x7f, 0x9e, 0x42, 0x82, 0xac, 0xc0, 0x64, 0xff, 0x46, 0xd6, 0x36, 0xf8, 0x2a, 0x2a, 0x57, 0x0c, 0x01, 0x8f, 0x30, 0xd1, 0xec, 0x04, 0xa1, 0x8a, 0x0c, 0x96, 0x71, 0x3d, 0x62, 0x04, 0x65, 0x22, 0xc7, 0x35, 0x63, 0xbf, 0xad, 0x5d, 0x6f, 0x7a, 0xc7, 0xc3, 0x9f, 0x97, 0xcf, 0x7d, 0x99, 0x0b, 0xd1, 0x7e, 0xf3, 0x56, 0xb5, 0x2c, 0x65, 0xac, 0x80, 0x6c, 0xe1, 0xbe, 0x93, 0xf5, 0xcd, 0xfc, 0x39, 0x90, 0xb4, 0xa5, 0xe5, 0x83, 0xb2, 0x42, 0xd4, 0xb4, 0xd0, 0x34, 0xa5, 0x2a, 0x84, 0xcb, 0x60, 0x93, 0xcd, 0x7b, 0xa3, 0xc8, 0xbd, 0x62, 0xb1, 0xdf, 0xd6, 0xf6, 0x28, 0x48, 0xd0, 0x5a, 0xdd, 0x2f, 0x4b, 0x2a, 0xb0, 0x2b, 0xe5, 0xfe, 0xb8, 0xce, 0xac, 0x57, 0xc4, 0xda, 0x83, 0x10, 0xa6, 0xe4 } }; static const struct cckprng_op_reseed op_reseed_2940 = { .hd = { .id = 2777, .kind = OP_RESEED }, .nonce = 17368722660644576358ULL, .seed_nbytes = 204, .seed = { 0x6e, 0xde, 0xa0, 0x6c, 0x97, 0x75, 0x81, 0x74, 0x80, 0x6f, 0x86, 0x7c, 0x60, 0x90, 0xb1, 0x4a, 0xa5, 0xb8, 0x20, 0xfd, 0xd1, 0x27, 0x78, 0x87, 0x01, 0xdf, 0x58, 0x48, 0x28, 0x0c, 0xce, 0xb9, 0x55, 0xb5, 0x4f, 0x52, 0x89, 0x21, 0xe5, 0x80, 0x2e, 0xcb, 0x39, 0xcb, 0xeb, 0x1b, 0xcb, 0x1f, 0x9d, 0xb1, 0xa4, 0x5c, 0xe5, 0xd2, 0xc4, 0xbc, 0xfa, 0x49, 0xca, 0x4c, 0xd9, 0x18, 0x4d, 0x02, 0xef, 0x13, 0x12, 0x1a, 0x6d, 0x44, 0x85, 0xfb, 0x81, 0x57, 0x07, 0xbf, 0x31, 0x03, 0xf6, 0x4c, 0xc9, 0x12, 0xf6, 0x2c, 0xdf, 0x56, 0x38, 0xec, 0x9c, 0x56, 0xe3, 0x7a, 0x99, 0xcf, 0xf8, 0xbc, 0x97, 0x93, 0xfa, 0x51, 0xfb, 0xf8, 0xa0, 0xce, 0x04, 0x1b, 0x78, 0xac, 0x4c, 0x4d, 0x85, 0x65, 0xec, 0x98, 0x02, 0x86, 0x80, 0x51, 0x27, 0xc0, 0x82, 0x12, 0x6f, 0xf9, 0x7c, 0xd7, 0x63, 0x37, 0x1a, 0x77, 0xab, 0x43, 0xf2, 0x7f, 0xe4, 0x15, 0xb8, 0x9f, 0x22, 0xb7, 0x48, 0x63, 0xdc, 0x8d, 0x94, 0xfe, 0x7c, 0x29, 0x6e, 0x6b, 0xc1, 0x1c, 0xa6, 0x97, 0x4b, 0xe1, 0x8f, 0xc5, 0x36, 0x73, 0xc5, 0xd8, 0x80, 0x53, 0xea, 0x08, 0xf6, 0x97, 0xc2, 0x12, 0x74, 0xc3, 0x0b, 0xca, 0x16, 0x1e, 0xd9, 0xb7, 0x15, 0x8b, 0x54, 0xb0, 0x97, 0x57, 0x78, 0x9a, 0x42, 0xf8, 0x15, 0x95, 0xfb, 0x60, 0xb3, 0x3e, 0x8c, 0x2d, 0x76, 0x93, 0x4b, 0xad, 0x8e, 0x20, 0x8b, 0x32 } }; static const struct cckprng_op_refresh op_refresh_2941 = { .hd = { .id = 2778, .kind = OP_REFRESH }, .rand = 10944326763506098640ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2942 = { .hd = { .id = 2779, .kind = OP_REFRESH }, .rand = 7620485914773437748ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2943 = { .hd = { .id = 2780, .kind = OP_REFRESH }, .rand = 15595538890131961084ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2944 = { .hd = { .id = 2781, .kind = OP_GENERATE }, .rand_nbytes = 62, .out = { .rand = { 0x47, 0xeb, 0x1a, 0x8a, 0x3b, 0xd0, 0x58, 0x5a, 0xfb, 0x58, 0x6f, 0x83, 0x30, 0xdc, 0xc9, 0xca, 0xd8, 0x05, 0xe0, 0x7f, 0x30, 0xd0, 0xa7, 0x4f, 0xf0, 0x7b, 0x8f, 0xa3, 0x4f, 0x4f, 0x1c, 0xd2, 0x3f, 0x97, 0x39, 0x5a, 0x9c, 0xac, 0x53, 0x9c, 0x5b, 0x4d, 0x9b, 0x57, 0xf4, 0xa4, 0x8c, 0xf3, 0x0e, 0x7b, 0x9d, 0x9c, 0xbd, 0x9f, 0x5d, 0x13, 0x3b, 0xd4, 0xb6, 0x97, 0x62, 0xaa } } }; static const struct cckprng_op_reseed op_reseed_2945 = { .hd = { .id = 2782, .kind = OP_RESEED }, .nonce = 16450566940965360996ULL, .seed_nbytes = 42, .seed = { 0x4a, 0x63, 0xca, 0xcb, 0x93, 0x1b, 0xe9, 0xc3, 0x00, 0x2c, 0xc4, 0xcf, 0x3f, 0x07, 0x31, 0x73, 0x8c, 0x74, 0x12, 0x9a, 0x85, 0xa7, 0x1f, 0x8d, 0x6f, 0x91, 0x0e, 0xa8, 0x99, 0xb8, 0x4f, 0x7d, 0xaa, 0x43, 0x4a, 0xb3, 0xde, 0x40, 0x66, 0x71, 0x25, 0x39 } }; static const struct cckprng_op_generate op_init_2946 = { .hd = { .id = 2783, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0x97, 0x59, 0xba, 0xe2, 0xc4, 0xac, 0x68, 0x28, 0x11, 0x8b, 0x37, 0x0a, 0x54, 0x8b, 0x28, 0x31, 0x3e, 0x0a, 0x99, 0xf1, 0x3b, 0xb8, 0xe1, 0x0b, 0x89, 0xb3, 0xe9, 0xdc, 0x3b, 0xfd, 0x0c, 0xe4, 0xbb, 0xf8, 0x74, 0x09, 0x42, 0x18, 0x1e, 0x00, 0xb0, 0xa4, 0x8e, 0xb7, 0x89, 0xcb, 0x6b, 0xa6, 0x7f, 0xe8, 0xc1, 0x52, 0x36, 0xe0, 0x42, 0xf3, 0x39, 0xf9, 0xb5, 0x1c, 0xc0, 0x73, 0xeb, 0xab, 0x12, 0xdb, 0xb5, 0xf6, 0xeb, 0xdd, 0x01, 0x04, 0xe2, 0xb5, 0xb5, 0x20, 0x10, 0xe8, 0xcb, 0x8c, 0xb2, 0x4b, 0xcd, 0xeb, 0xdf, 0xee, 0x4f, 0x7f, 0xee, 0x54, 0x4c, 0x69, 0x0c, 0x80, 0x31, 0xf4, 0xd7, 0xfc, 0xb2, 0x1c, 0x95, 0x75, 0x01, 0xbc, 0x45, 0xf0, 0x6e, 0xa2, 0xb7, 0xc4, 0x1b, 0x43, 0x1d, 0x68, 0xec, 0xbd, 0xd0, 0xc5, 0xc2, 0x08, 0x37, 0x0f, 0x73, 0x30, 0x9d, 0xc9, 0x72, 0x81, 0x70, 0x7e, 0xdf, 0xf5, 0x93, 0x4b, 0x0b, 0xf8, 0x7d, 0x91, 0xc5, 0xaa, 0x7c, 0x38, 0xd8, 0xb6, 0xae, 0x8e, 0xc6, 0x48, 0x43, 0x61, 0xc3, 0xe1, 0x18, 0x1e, 0x7b, 0xfd, 0xc4, 0x1e, 0xc5, 0x18, 0x8e, 0x4b, 0xfa, 0x8a, 0x1d, 0x2d, 0x6d, 0x47, 0x25, 0xb0, 0x89, 0x58, 0x3c, 0xff, 0x72, 0xa3, 0x1b, 0x00, 0x04, 0xd4, 0xb3, 0xce, 0x53, 0xca, 0x39, 0xbd, 0xb4, 0xcd, 0xf9, 0x46, 0xc7, 0xdb, 0x89, 0xa9, 0xa4, 0x96, 0x77, 0xc4, 0x76, 0x65, 0x04, 0x3b, 0x17, 0x76, 0x9d, 0xc8, 0xca, 0xc0, 0x64, 0xfe, 0x5d, 0xdd, 0x5d, 0x17, 0xe8, 0xe3, 0x95, 0x9e, 0x1d, 0xe9, 0x2d, 0xfa, 0x33, 0xd9, 0xb1, 0x79, 0x13, 0x01, 0x1a, 0x53, 0x2d, 0x4d, 0x90, 0x66, 0xb0, 0x82, 0x99, 0xb6, 0xd9, 0xd9, 0xe8, 0x18, 0x54, 0x46, 0x69, 0x54, 0x32, 0x80 } } }; static const struct cckprng_op_generate op_init_2947 = { .hd = { .id = 2784, .kind = OP_GENERATE }, .rand_nbytes = 140, .out = { .rand = { 0x45, 0x29, 0x3b, 0xe3, 0x9c, 0x93, 0x13, 0xc1, 0x86, 0x34, 0xbe, 0x59, 0x27, 0xe1, 0xed, 0x1a, 0x4a, 0x24, 0x54, 0x7d, 0x6a, 0x45, 0xb4, 0x2d, 0x26, 0x85, 0xbc, 0x6e, 0x9c, 0xb8, 0x01, 0xad, 0xc8, 0xce, 0xba, 0x17, 0xde, 0xab, 0x86, 0x91, 0xe7, 0x80, 0x60, 0xab, 0xcc, 0xe8, 0x30, 0x8a, 0xbe, 0x38, 0x4e, 0x1d, 0x8c, 0xd9, 0x79, 0xed, 0x50, 0xbd, 0xf0, 0x58, 0x3c, 0xe9, 0x2f, 0x08, 0x80, 0xd5, 0x34, 0x0a, 0x24, 0x3f, 0xd7, 0x73, 0x98, 0x67, 0x8e, 0xa3, 0x62, 0x85, 0xe8, 0xe7, 0xf1, 0x72, 0x02, 0xe9, 0x76, 0x01, 0x5b, 0xb5, 0x93, 0xa6, 0x96, 0x02, 0x78, 0x33, 0x7b, 0x19, 0x09, 0xe1, 0xfa, 0xfc, 0xb9, 0x7e, 0x05, 0x0c, 0xc7, 0xb4, 0xfa, 0x4e, 0x51, 0xfa, 0xf0, 0x1f, 0x37, 0xc5, 0x7a, 0xd7, 0x2a, 0x62, 0x08, 0x4e, 0xc6, 0xef, 0x6b, 0x3b, 0x57, 0x27, 0x1b, 0x0f, 0x03, 0x90, 0xb4, 0x15, 0x6e, 0x5f, 0x83, 0xdf, 0x1b, 0x95, 0x5f, 0x45 } } }; static const struct cckprng_op_generate op_init_2948 = { .hd = { .id = 2785, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0x40, 0x42, 0xaf, 0xf8, 0x94, 0xf3, 0x0f, 0x8a, 0x6e, 0x39, 0x49, 0x7f, 0xdc, 0xa0, 0x8a, 0x70, 0xae, 0x7c, 0x9a, 0xc2, 0x0d, 0xe9, 0xe0, 0x23, 0xfe, 0xac, 0xd0, 0x5e, 0xb7, 0xe1, 0xad, 0xda, 0x47, 0xce, 0x04, 0x52, 0xaf, 0xc0, 0xf8, 0x7a, 0xa2, 0xfb, 0x74, 0xd6, 0x82, 0x59, 0x9c, 0x0d, 0x42, 0xf7, 0x1f, 0x6b, 0x52, 0x63, 0xec, 0x2a, 0xba, 0x3d, 0x80, 0x9c, 0x73, 0xa9, 0x78, 0xd7, 0x3e, 0xf8, 0x5b, 0xc2, 0x05, 0xe0, 0x35, 0xe9, 0x1a, 0xca, 0x92, 0xe5, 0x2f, 0x32, 0x29, 0x3c, 0xd0, 0x4e, 0xe2, 0x83, 0xcd, 0xef, 0xac, 0x47, 0x7c, 0xaa, 0x06, 0xa1, 0x8d, 0xb6, 0xc3, 0x2f, 0x8d, 0x9e, 0xe2, 0x0e, 0xda, 0x15, 0x34, 0xfe, 0x8b, 0x86, 0x4d, 0x19, 0x21, 0xbd, 0xba, 0xe4, 0x83, 0x04, 0x0f, 0x1b, 0x0b, 0x9d, 0xfd, 0x23, 0xcd, 0x83, 0x1d, 0x71, 0x02, 0x98, 0x6a, 0xba, 0xd4, 0x21, 0xa9, 0x7c, 0x99, 0x47, 0x86, 0x45, 0x22, 0xda, 0x39, 0x6a, 0x17, 0x80, 0x6d, 0x56, 0x64, 0xa4, 0x83, 0xd0, 0xd3, 0x0f, 0x6f, 0x88, 0xa9, 0xa2, 0x42, 0xae, 0x44, 0xdc, 0xe9, 0x21, 0x34, 0x25, 0x37, 0xf8, 0xdf, 0x01, 0xff, 0x52, 0xb2, 0x36, 0x7b, 0xfe, 0xe9, 0x18, 0x21, 0xc4, 0x96, 0xfe, 0x19, 0x44, 0x39, 0x5b, 0xdd, 0x0d, 0xfe, 0xd7, 0x2b, 0x40, 0x18, 0x53, 0x2a, 0xb8, 0xb1, 0xcd, 0x4d, 0x09, 0xa9, 0x60, 0x7f, 0xe2, 0x59, 0x61, 0x09, 0xb7, 0x42, 0xb4, 0x16, 0xfc, 0xb0, 0x9a, 0x79, 0x7e, 0x8a, 0x41, 0x64, 0xd4, 0x6a, 0x6f, 0xc5, 0xda, 0xc9, 0x68, 0x6a, 0x97, 0x60, 0x2d, 0xe4, 0xf9, 0x6f, 0x70, 0xf9, 0x69, 0xfa, 0xf1, 0x19, 0xd9, 0x9a, 0xe3, 0xc9, 0xf3, 0x88, 0x6a, 0x96, 0x93, 0x01, 0xef, 0x76, 0x98, 0x8b, 0xe5, 0xb4, 0x91, 0x40, 0xb9, 0xd2, 0x64 } } }; static const struct cckprng_op_generate op_init_2949 = { .hd = { .id = 2786, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0x2d, 0x8b, 0x99, 0x7e, 0x18, 0x24, 0x21, 0x9d, 0xbe, 0x4b, 0xbc, 0x69, 0xbc, 0xd6, 0xcc, 0xf7, 0x89, 0x66, 0xaf, 0x8e, 0xff, 0x4e, 0xc6, 0x3a, 0x95, 0x00, 0x31, 0x13, 0xb3, 0xe9, 0x96, 0xd4, 0x51, 0x56, 0x72, 0x8a, 0x68, 0x9d, 0x1d, 0xc3, 0x50, 0xe3, 0x3f, 0x56, 0x02, 0x0b, 0x43, 0xca, 0xb2, 0xb6, 0xcd, 0x22, 0xa7, 0x6d, 0xd6, 0x88, 0x54, 0xd7, 0x8a, 0xd8, 0xa3, 0x2c, 0x87, 0xce, 0x2a, 0xf5, 0xe0, 0x02, 0x8b, 0xdd, 0x0a, 0x17, 0xe4, 0x29, 0xc8, 0xe9, 0x33, 0x62, 0x8d, 0x27, 0x5c, 0xa1, 0xc4, 0xd4, 0x3b, 0x62, 0x51, 0x89, 0x4b, 0xfc, 0x04, 0x6d, 0xba, 0x3f, 0x24, 0x3b, 0x1b, 0x7f, 0x3c, 0x61, 0xed, 0x49, 0xed, 0x43, 0x54, 0xba, 0x56, 0x93, 0xd6, 0x6d, 0x03, 0xe3, 0x1a, 0xaf, 0xbe, 0x6c, 0xd7, 0x4b, 0x97, 0x27, 0xfa, 0x96, 0x40, 0xba, 0xaf, 0xb1, 0x51, 0x56, 0x99, 0x6e, 0x83, 0xa6, 0x04, 0xd3, 0x4e, 0x36, 0xb1, 0x56, 0xc1, 0x53, 0x94, 0x8d, 0xed, 0x1a, 0x32, 0x1e, 0x13, 0xd8, 0x2c, 0x63, 0x7e, 0x0e, 0xf1, 0xf1, 0x0d, 0x65, 0x36, 0x9d, 0x74, 0x1c, 0x9c, 0x16, 0x2f, 0x98, 0x23, 0x68, 0xd4, 0xac, 0x2b, 0x4a, 0xdc, 0x3e, 0xe6, 0xde, 0x75, 0x9f, 0xf9, 0x95, 0xb4, 0x1e, 0xca, 0x14, 0xfd, 0x10, 0x1d, 0xe3, 0xfa, 0xd1, 0x04, 0x07, 0x16, 0x14, 0x65, 0x4e, 0xb7, 0xa3, 0x96, 0x22, 0x93, 0xa2, 0xee, 0xa9, 0xda, 0x31, 0x94, 0xf2, 0x05, 0xce, 0x58, 0x71, 0xd5, 0x37, 0x1d, 0x74, 0x12, 0xaf, 0x8d, 0xbc, 0x6f, 0x17, 0x50, 0x71, 0x86, 0x0a, 0xad, 0x6b, 0x4b, 0x5f, 0x92, 0x01, 0xdb, 0x1f, 0xed, 0xf4, 0x75, 0x13, 0x31, 0x0c, 0x02, 0xb7, 0x6a, 0xb8, 0x74, 0x2e, 0xc7, 0xa1, 0x77, 0x0c, 0xe8, 0x1f, 0x4c, 0xb0, 0x9d, 0x2a, 0xa2, 0xbd, 0x27, 0x00, 0x04, 0x11, 0xf5, 0xc7, 0x9c, 0x19, 0xc7, 0x2d, 0xfb, 0x49, 0xe8, 0x7f, 0x32 } } }; static const struct cckprng_op_refresh op_refresh_2950 = { .hd = { .id = 2787, .kind = OP_REFRESH }, .rand = 734458434854699310ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_2951[] = { (const struct cckprng_op *)&op_init_2935, (const struct cckprng_op *)&op_reseed_2936, (const struct cckprng_op *)&op_refresh_2937, (const struct cckprng_op *)&op_refresh_2938, (const struct cckprng_op *)&op_reseed_2939, (const struct cckprng_op *)&op_reseed_2940, (const struct cckprng_op *)&op_refresh_2941, (const struct cckprng_op *)&op_refresh_2942, (const struct cckprng_op *)&op_refresh_2943, (const struct cckprng_op *)&op_init_2944, (const struct cckprng_op *)&op_reseed_2945, (const struct cckprng_op *)&op_init_2946, (const struct cckprng_op *)&op_init_2947, (const struct cckprng_op *)&op_init_2948, (const struct cckprng_op *)&op_init_2949, (const struct cckprng_op *)&op_refresh_2950 }; static const struct cckprng_vector vec_2952 = { .id = 2788, .note = NULL, .nops = 16, .ops = ops_2951 }; static const struct cckprng_op_init op_init_2953 = { .hd = { .id = 2789, .kind = OP_INIT }, .seed = { 0xee, 0x4c, 0xd2, 0x23, 0xed, 0xb8, 0xd1, 0xdb, 0x9d, 0x4f, 0xc8, 0xae, 0xb9, 0xca, 0xde, 0x8d, 0x2e, 0xd4, 0x08, 0x87, 0xee, 0xae, 0x85, 0x97, 0x2f, 0xb7, 0xdf, 0xc7, 0x31, 0x55, 0x9e, 0x7c }, .nonce = { 0x35, 0x2e, 0x5d, 0x4a, 0xee, 0x38, 0x1b, 0x8d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2954 = { .hd = { .id = 2790, .kind = OP_REFRESH }, .rand = 12909744403556801815ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2955 = { .hd = { .id = 2791, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0xc6, 0xe5, 0xb6, 0x2b, 0x03, 0x6a, 0x78, 0x00, 0x77, 0x69, 0x20, 0x48, 0x47, 0x56, 0x3f, 0x0f, 0xee, 0x3a, 0xc7, 0x69, 0x03, 0x1a, 0xc8, 0xd1, 0x3b, 0x4f, 0xd5, 0x38, 0x01, 0x2b, 0x8d, 0xeb, 0x9c, 0x03, 0x51, 0x4c, 0x36, 0x0a, 0xbb, 0xef, 0xd5, 0x58, 0x80, 0x1e, 0x9b, 0x24, 0xdd, 0xed, 0x74, 0xc4, 0x6a, 0xa8, 0xe9, 0xc0, 0x19, 0x80, 0x54, 0x9f, 0x74, 0xb5, 0xf7, 0xb6, 0x68, 0x5d, 0x20, 0xa6, 0xf1, 0x69, 0x55, 0xb4, 0x10, 0xc4, 0x1f, 0x87, 0xc1, 0xe2, 0xbb, 0x64, 0x3b, 0x6b, 0xa1, 0xca, 0x2f, 0xb9, 0xd3, 0x44, 0xd6, 0x75, 0xc8, 0x2c, 0x9d, 0x50, 0xa4, 0x84, 0x62, 0xd1, 0xf0, 0xaf, 0x75, 0x4d, 0x70, 0x36, 0x5a, 0x0d, 0x8f, 0xf8, 0xa8, 0x7b, 0x44, 0x9c, 0x61, 0xbf, 0xd4, 0xea, 0x18, 0x2f, 0x60, 0xf5, 0x2e, 0xf1, 0x1a, 0x7b, 0xa4, 0x4e, 0xfb, 0x60, 0xc0, 0x4e, 0x62, 0x88, 0x0b, 0xfd, 0x23, 0xad, 0x0d, 0x7c, 0x82, 0xbb, 0xd3, 0x6c, 0x20, 0x95 } } }; static const struct cckprng_op_generate op_init_2956 = { .hd = { .id = 2792, .kind = OP_GENERATE }, .rand_nbytes = 99, .out = { .rand = { 0x4a, 0x5d, 0xc0, 0xe0, 0xd5, 0x81, 0x17, 0x68, 0x18, 0xe8, 0xef, 0x7c, 0x2a, 0x5f, 0x66, 0xec, 0x13, 0x19, 0x33, 0x14, 0xe9, 0x2a, 0xc1, 0xe2, 0x79, 0x91, 0x79, 0x0b, 0xa4, 0xe2, 0x56, 0x01, 0x98, 0x18, 0x0a, 0x55, 0x84, 0x87, 0xd0, 0xaa, 0x15, 0xfe, 0xb0, 0x20, 0x20, 0xff, 0x1e, 0x6f, 0xae, 0x78, 0xd9, 0x71, 0xb4, 0x53, 0xe4, 0x57, 0xb5, 0xc5, 0xd9, 0x34, 0x05, 0x58, 0xb1, 0xf9, 0x41, 0x25, 0xf1, 0x08, 0x5d, 0xa6, 0x1b, 0x8e, 0x56, 0xcb, 0xe4, 0x44, 0xd3, 0x0e, 0x83, 0xad, 0x76, 0x93, 0x2e, 0xd2, 0x1c, 0x72, 0xee, 0x4d, 0xcb, 0x48, 0xa7, 0x4a, 0x0a, 0x42, 0x90, 0x4a, 0x69, 0xa5, 0x48 } } }; static const struct cckprng_op_reseed op_reseed_2957 = { .hd = { .id = 2793, .kind = OP_RESEED }, .nonce = 2243955328472082677ULL, .seed_nbytes = 190, .seed = { 0x4e, 0xf6, 0x9b, 0x27, 0x1e, 0xf5, 0x17, 0x79, 0x27, 0x60, 0x0b, 0x21, 0x6e, 0x61, 0xc6, 0x92, 0x93, 0x5f, 0x1c, 0x8e, 0xe6, 0x26, 0x33, 0x93, 0xc4, 0x62, 0x3b, 0x35, 0xb6, 0x7e, 0xbb, 0xe2, 0xc2, 0x92, 0x47, 0x16, 0xea, 0xd8, 0x30, 0x6e, 0x34, 0xa6, 0x33, 0x62, 0xa8, 0xca, 0xad, 0x6b, 0xa3, 0x21, 0xa3, 0x17, 0xe6, 0x73, 0x62, 0xc7, 0xab, 0x0f, 0x71, 0x28, 0x51, 0xdf, 0xc6, 0xf1, 0x9a, 0xf2, 0x65, 0xbe, 0x5c, 0xb3, 0x54, 0x9d, 0xcb, 0x13, 0xc0, 0x2a, 0x2e, 0x20, 0xd6, 0xdb, 0xd1, 0x54, 0x83, 0x81, 0xf8, 0xdd, 0x6f, 0x40, 0x88, 0xda, 0xe1, 0xf4, 0xed, 0xa7, 0x90, 0x2c, 0xa2, 0xb6, 0x83, 0x84, 0x58, 0xc3, 0x72, 0x2c, 0x02, 0x05, 0x3d, 0xe4, 0xa2, 0x29, 0x5a, 0xca, 0x7d, 0xc1, 0x46, 0xb8, 0x5e, 0xc8, 0xbb, 0xd3, 0x61, 0xd0, 0xf2, 0xa1, 0x15, 0x41, 0x0f, 0x10, 0x2a, 0x16, 0xc7, 0xf8, 0x51, 0x78, 0xf7, 0xd3, 0xda, 0x3b, 0x91, 0x6b, 0xa4, 0x79, 0xef, 0xac, 0xe2, 0x86, 0xf1, 0x65, 0x8d, 0xdf, 0x34, 0x4c, 0x85, 0x51, 0xf1, 0x73, 0x11, 0x10, 0x5e, 0x50, 0xf2, 0xad, 0xc6, 0xd0, 0xb8, 0x87, 0x24, 0x2d, 0xc4, 0x4b, 0x49, 0xba, 0xd8, 0x40, 0xcf, 0x23, 0x1e, 0x10, 0x9f, 0x5b, 0x36, 0xb2, 0x84, 0xb3, 0x0a, 0x4e, 0x8e, 0xe9, 0x49, 0x65 } }; static const struct cckprng_op_reseed op_reseed_2958 = { .hd = { .id = 2794, .kind = OP_RESEED }, .nonce = 569376215413977241ULL, .seed_nbytes = 209, .seed = { 0x96, 0x07, 0xde, 0xe0, 0xbd, 0xdb, 0x0d, 0x6b, 0xbb, 0xa4, 0x55, 0x77, 0x95, 0xce, 0xc1, 0x3b, 0x6b, 0x21, 0x69, 0x3c, 0xa0, 0xfe, 0x60, 0xa8, 0x90, 0x23, 0xa2, 0xe7, 0xf9, 0xd7, 0x87, 0x57, 0xe5, 0xbf, 0xc5, 0xe6, 0xcb, 0x6c, 0x49, 0x78, 0x9c, 0xd8, 0xb7, 0xac, 0xab, 0x02, 0x4f, 0xeb, 0x7c, 0xf5, 0x4e, 0x53, 0xfd, 0xe6, 0xe9, 0x74, 0x53, 0x93, 0xf2, 0x8b, 0x2a, 0x8c, 0xd6, 0xdc, 0x9a, 0x7e, 0xe4, 0x5f, 0xb7, 0xe4, 0x63, 0xfb, 0xaa, 0x8e, 0x3e, 0xd5, 0x7f, 0x07, 0xf2, 0x76, 0x71, 0xa0, 0x01, 0xda, 0xc9, 0x6b, 0x0d, 0xf2, 0xe4, 0x58, 0x3c, 0x16, 0x75, 0xfe, 0x52, 0x4e, 0x9e, 0x91, 0xb2, 0x73, 0xa7, 0x48, 0x8c, 0xfd, 0xf8, 0xe2, 0xb5, 0x57, 0x03, 0xa0, 0x55, 0x85, 0x6f, 0x06, 0x52, 0x19, 0x15, 0x9b, 0x09, 0xa9, 0xa3, 0x91, 0x7e, 0x8d, 0x28, 0x05, 0x57, 0x68, 0x5b, 0x4d, 0xab, 0x6d, 0xb4, 0xec, 0x91, 0x82, 0xe4, 0x5b, 0x83, 0x70, 0xfa, 0x20, 0x4d, 0xd0, 0x5f, 0x1b, 0x44, 0xeb, 0xcb, 0x32, 0x7a, 0xcc, 0xae, 0x1c, 0xec, 0x7c, 0x4c, 0xea, 0xb3, 0xb7, 0x2d, 0xd0, 0x6a, 0xe6, 0x8a, 0x7c, 0x5c, 0x0b, 0xc8, 0x0e, 0xd2, 0x21, 0x7c, 0xbc, 0x68, 0xb2, 0x63, 0x0c, 0x4c, 0x69, 0x4c, 0x15, 0x73, 0x4e, 0x85, 0x89, 0xb6, 0xa4, 0x62, 0x89, 0xff, 0x98, 0x2f, 0x48, 0xb2, 0x78, 0x8a, 0x98, 0x77, 0x63, 0x10, 0x38, 0x6d, 0xc0, 0x17, 0x14, 0xb4, 0xd0, 0x47 } }; static const struct cckprng_op_refresh op_refresh_2959 = { .hd = { .id = 2795, .kind = OP_REFRESH }, .rand = 15576765284749683276ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2960 = { .hd = { .id = 2796, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x95, 0x8e, 0xb7, 0x90, 0xbe, 0x07, 0x59, 0x8c, 0x64, 0x23, 0x57, 0x0d, 0x6d, 0xd2, 0x7c, 0x3a, 0x46, 0x2d, 0xd4, 0x1a, 0xd2, 0xb4, 0x46, 0x80, 0x80, 0x01, 0xd9, 0x04, 0xec, 0x72, 0x15, 0x7e, 0x02, 0x06, 0x3b, 0x43, 0xf1, 0x92, 0x2a, 0x6c, 0xd4, 0xae, 0xb1, 0x30, 0xe3, 0x55, 0xa4, 0x79, 0x2b, 0x58, 0xbe, 0x83, 0xf3, 0xd8, 0x74, 0x4e, 0xfe, 0xe4, 0x02, 0x1e, 0x95, 0x45, 0x71, 0xaf, 0xd2, 0x34, 0xd2, 0x79, 0x3a, 0x4c, 0xd9, 0xa5, 0x42, 0xa7, 0x7d, 0x5f, 0x1e, 0x75, 0xef, 0x91, 0x1c, 0xf8, 0x00, 0xc3, 0x58, 0xbd, 0x90, 0xa7, 0x03, 0x2a, 0x60, 0x8c, 0xbb, 0x68, 0xd1, 0x20, 0xc3, 0xc8, 0xd9, 0x47, 0xc6, 0x8e, 0xc0, 0x9f, 0x56, 0x04, 0x33, 0x4b, 0x2b, 0x1b, 0x4a, 0xcd, 0x72, 0xbb, 0xe7, 0xb4, 0x98, 0xe4, 0xc8, 0xfe, 0xdd, 0x19, 0xb2, 0x0d, 0x5b, 0x10, 0x56, 0xdc, 0xe7, 0xbd, 0x8e, 0xcb, 0x1e, 0x94, 0xe3, 0x6b, 0xc6, 0xb3, 0xd3, 0x56, 0x96, 0xb2, 0x5c, 0xa5, 0x9f, 0xff, 0xf0, 0xdf } } }; static const struct cckprng_op_refresh op_refresh_2961 = { .hd = { .id = 2797, .kind = OP_REFRESH }, .rand = 14046459937690936679ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2962 = { .hd = { .id = 2798, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0x58, 0xc6, 0xe2, 0x6b, 0x92, 0xc3, 0x30, 0x8a, 0x98, 0xa9, 0x17, 0x9d, 0x52, 0xa7, 0x38, 0x7c, 0x73, 0xc6, 0x93, 0x92, 0xb5, 0x51, 0xf6, 0xf6, 0x1c, 0x5e, 0xe7, 0x32, 0xcf, 0x8d, 0x2f, 0x75, 0xf9, 0x1e, 0xdd, 0x3a, 0xab, 0xef, 0xf8, 0x33, 0x29, 0xd6, 0x29, 0x62, 0x57, 0xdc, 0x1f, 0xda, 0x45, 0x5b, 0x80, 0xbf, 0x8f, 0x0c, 0x7b, 0xe4, 0x18, 0x5c, 0x3b, 0xd9, 0xc9, 0xe4, 0x67, 0xe6, 0x10, 0x7c, 0x6a, 0x20, 0xf7, 0x5a, 0xeb, 0x51, 0x1c, 0xaf, 0x27, 0x6e, 0x8a, 0x0e, 0x04, 0x6e, 0xa3, 0x75, 0x1f, 0x88, 0x70, 0x57, 0x7e, 0x14, 0x75, 0x6a, 0x08, 0x9a, 0xa0, 0x16, 0xa1, 0x55, 0xb2, 0x4d, 0xd4, 0x24, 0x0c, 0xc5, 0xd5, 0x19, 0xc7, 0x52, 0xe4, 0xd6, 0xa3, 0x19, 0xa2, 0x5c, 0x19, 0xa3, 0xfd, 0xba, 0x6a, 0xe9, 0x34, 0x4f, 0xd1, 0x3f, 0xdc, 0xce, 0x5f, 0x4a, 0xe3, 0x7a, 0x0c, 0x3b, 0x9b, 0x10, 0xee, 0x47, 0x8f, 0x81, 0x06, 0x57, 0xf8, 0xa5, 0x76, 0xbd, 0xee, 0xc2, 0x98, 0x39, 0xd0, 0x81, 0x1c, 0x89, 0xea, 0x71, 0x16, 0x0b, 0x0b, 0xc0, 0xb3, 0x22, 0xd8, 0xab, 0x3d, 0x95, 0x7e, 0x5a, 0x17, 0x89, 0xff } } }; static const struct cckprng_op_generate op_init_2963 = { .hd = { .id = 2799, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0xce, 0x3f, 0x39, 0x3a, 0x35, 0x4c, 0xc4, 0x51, 0x6f, 0x65, 0xe2, 0x23, 0x8f, 0xb4, 0x6b, 0xf5, 0x22, 0x32, 0x59, 0x74, 0x88, 0x99, 0xf4, 0x32, 0x97, 0xa0, 0xd0, 0x7e, 0xc0, 0x3a, 0xfd, 0xa9, 0xae, 0x15, 0x4a, 0x1c, 0x1d, 0x1f, 0x26, 0x62, 0x46, 0x4b, 0xfa, 0xd8, 0xe2, 0xf0, 0x40, 0x40, 0x0a, 0x93, 0xfa, 0xa3, 0x18, 0xa6, 0x93, 0x7e, 0xda, 0xce, 0xe7, 0x18, 0xf2, 0xb9, 0xd8, 0xa0, 0xa1, 0x60 } } }; static const struct cckprng_op_reseed op_reseed_2964 = { .hd = { .id = 2800, .kind = OP_RESEED }, .nonce = 16366511700802528978ULL, .seed_nbytes = 35, .seed = { 0xfb, 0x88, 0xa0, 0x4e, 0xf4, 0xb6, 0x8a, 0x05, 0x30, 0x27, 0xb2, 0xbd, 0x45, 0x27, 0x2b, 0x33, 0x00, 0x76, 0x87, 0x2f, 0xc0, 0x48, 0x37, 0x0d, 0x3d, 0x66, 0xfc, 0x2f, 0xea, 0x65, 0xb2, 0xdf, 0xf5, 0x8d, 0xcc } }; static const struct cckprng_op_refresh op_refresh_2965 = { .hd = { .id = 2801, .kind = OP_REFRESH }, .rand = 8203761857406678515ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2966 = { .hd = { .id = 2802, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0x74, 0xc0, 0xf6, 0xb6, 0x36, 0x7d, 0x32, 0x6a, 0x51, 0x05, 0x08, 0x6e, 0x4d, 0x96, 0x5e, 0x73, 0x9b, 0x91, 0x88, 0x3c, 0x68, 0xd4, 0x07, 0x5f, 0x31, 0x79, 0xa1, 0x46, 0x08, 0x1a, 0x37, 0x6a, 0x5e, 0xf3, 0xd4, 0x5c, 0x22, 0xe9, 0xa1, 0xc7, 0x34, 0xf0, 0xf6, 0x50, 0x17, 0x42, 0xff, 0x66, 0xf5, 0x13, 0x1d, 0x32, 0xde, 0xd6, 0xf3, 0x04, 0x5d, 0x3a, 0x1b, 0xc0, 0x03, 0xf9, 0x04, 0xfa, 0x1c, 0x3e, 0x02, 0xba, 0xe1, 0x70, 0xa9, 0xc9, 0x51, 0x04, 0x62, 0x92, 0x9a, 0x17, 0x2a, 0x65, 0xd4, 0xd9, 0x85, 0x29, 0xf4, 0x90, 0xa0, 0xfa, 0xf1, 0xea, 0xb3, 0xad, 0xc5, 0x45, 0xc5, 0xee, 0xb9, 0xd9, 0xa5, 0x61, 0x0e, 0x78, 0xc3, 0x42, 0x2c, 0xb0, 0x4e, 0x0d, 0x6b, 0xdf, 0xd2, 0xa8, 0x2a, 0x82, 0x09, 0xda, 0x39, 0x81, 0xf8, 0xdc, 0x7c, 0xe9, 0x30, 0x70, 0x10, 0x22, 0x2e, 0x9c, 0xbd, 0xfe, 0xc4, 0x26, 0xe6, 0xa6, 0x02, 0x85, 0x28, 0xcc, 0x3e, 0xeb, 0x6e, 0x6d, 0x20, 0x13, 0xa2, 0x14, 0xa9, 0x96, 0x0f, 0xc9, 0x8d, 0x25, 0x75, 0x8d, 0xf7, 0xa0, 0xd4, 0x28, 0x3e, 0x29, 0xc5, 0xcc, 0x01, 0x7f, 0x0b, 0xc1, 0x2e, 0x87, 0x70, 0xf3, 0x5a, 0x6a, 0x97, 0x02, 0x97, 0xc1 } } }; static const struct cckprng_op_generate op_init_2967 = { .hd = { .id = 2803, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0xc0, 0xb8, 0xcf, 0x44, 0x12, 0x23, 0x22, 0xbd, 0xaa, 0xc3, 0x88, 0x3a, 0xea, 0xda, 0x48, 0x9c, 0x51, 0x63, 0x3c, 0x75, 0xe2, 0x03, 0xd9, 0x09, 0x59, 0x14, 0x4d, 0xa2, 0xf3, 0xf0, 0xc8, 0xc9, 0x96, 0x2e, 0x6c, 0xcf, 0x0c, 0x3c, 0x1f, 0x72, 0xe2, 0xa5, 0xed, 0xe3, 0x25, 0x51, 0xe4, 0x6d, 0x2d, 0xa1, 0x16, 0x02, 0x65, 0xf6, 0xcd, 0xdc, 0x70, 0x26, 0x26, 0x60, 0xe3, 0x44, 0x86, 0x48, 0x65, 0xdf, 0x4d, 0xef, 0x40, 0x0d, 0x4c, 0xe4, 0x87, 0x8e, 0x55, 0xfe, 0x40, 0x8b, 0xce, 0x52, 0x1e, 0xee, 0xb7, 0x02, 0xfd, 0xc2, 0xbc, 0x76, 0x83, 0x53, 0x39, 0xe1, 0xf2, 0x1c, 0xbc, 0x15, 0x47, 0xa4, 0x91, 0x36, 0x31, 0x77, 0x24, 0xd9, 0xc1, 0x2b, 0x3b, 0x1b, 0x7a, 0x41, 0x0e, 0xef, 0xb5, 0x55, 0x1c, 0x15, 0xd1, 0xa2, 0x09, 0x21, 0x9f, 0x72, 0xc9, 0x0e, 0xf8, 0x60, 0xf3, 0xf3, 0x20, 0x54, 0xf7, 0xd4, 0xf2, 0x29, 0x68, 0xb0, 0xb0, 0x0d, 0x1e, 0xbe, 0x9f, 0x2e, 0x02, 0xe1, 0x99, 0x66, 0x22, 0xb7, 0xb7, 0x78, 0x1d, 0x70, 0x55, 0x7d, 0x4f, 0x14, 0x55, 0xe6, 0xa9, 0xbf, 0xfa, 0x18, 0x74, 0x00, 0xb7, 0x6d, 0x80, 0x31, 0xfe, 0x28, 0x64, 0xa9, 0x38, 0xac, 0xb2, 0x98, 0x2c, 0x33, 0xaf, 0xbb, 0x4b, 0xbf, 0x1c, 0x15, 0x65, 0x6a, 0xa2, 0xe1, 0xef, 0xf2, 0xeb, 0x9f, 0x9e, 0x9f, 0x11, 0x64, 0x74, 0xc5, 0xce, 0x4b, 0x9f, 0xd4, 0x63, 0xf3, 0x08, 0x5a, 0x09, 0xfe, 0x57, 0x65, 0x47, 0x6a, 0xe1, 0x0c, 0x27, 0xab, 0x31, 0x1d, 0x09 } } }; static const struct cckprng_op_generate op_init_2968 = { .hd = { .id = 2804, .kind = OP_GENERATE }, .rand_nbytes = 185, .out = { .rand = { 0x06, 0x78, 0x2e, 0x6c, 0xca, 0xa3, 0x46, 0x4d, 0xda, 0xf0, 0x44, 0xb6, 0x17, 0x17, 0xca, 0x71, 0x34, 0x66, 0x91, 0x7b, 0xda, 0xce, 0x09, 0xea, 0x4a, 0xce, 0x5e, 0x3d, 0x27, 0x65, 0x71, 0x1f, 0x10, 0x07, 0x4e, 0x97, 0xcf, 0x1d, 0x0a, 0xbc, 0x4a, 0xac, 0xfa, 0x2b, 0x56, 0x0e, 0x50, 0x57, 0xdc, 0xd8, 0xcf, 0xcd, 0xbd, 0xd8, 0xa4, 0x04, 0x13, 0x3b, 0x2e, 0x85, 0x17, 0x19, 0x55, 0x0c, 0x91, 0x3b, 0x1e, 0x0f, 0xe1, 0xd2, 0xc9, 0x37, 0x41, 0xc9, 0xef, 0x1d, 0xe7, 0x36, 0x24, 0x9c, 0xe6, 0x99, 0x35, 0x98, 0x56, 0x44, 0xa5, 0xa8, 0xc5, 0x8a, 0x7f, 0x07, 0x5e, 0x4b, 0xdd, 0x78, 0x5f, 0xf7, 0x99, 0xe2, 0x62, 0xab, 0xc8, 0xfe, 0xcb, 0x20, 0x1b, 0xd8, 0x38, 0x76, 0x30, 0x16, 0x6d, 0xf2, 0x7a, 0x22, 0x0d, 0xc8, 0x15, 0x54, 0xbd, 0xa6, 0x71, 0xd0, 0x80, 0xc6, 0x0a, 0x56, 0x0e, 0xf5, 0xb8, 0x85, 0x5b, 0x58, 0x18, 0xe9, 0xac, 0x92, 0xac, 0xf9, 0x6e, 0x1e, 0xc2, 0x6e, 0xff, 0xd6, 0x25, 0xa5, 0xf3, 0xfb, 0xe2, 0xe3, 0x42, 0x36, 0x66, 0x63, 0xc4, 0x08, 0xba, 0xc8, 0xe0, 0x04, 0x03, 0xfe, 0x45, 0x95, 0x1c, 0xe6, 0x38, 0x16, 0xef, 0xa1, 0x85, 0x17, 0x1e, 0xeb, 0x94, 0x78, 0x10, 0x86, 0x83, 0xe1, 0x52, 0x5c, 0x95 } } }; static const struct cckprng_op *ops_2969[] = { (const struct cckprng_op *)&op_init_2953, (const struct cckprng_op *)&op_refresh_2954, (const struct cckprng_op *)&op_init_2955, (const struct cckprng_op *)&op_init_2956, (const struct cckprng_op *)&op_reseed_2957, (const struct cckprng_op *)&op_reseed_2958, (const struct cckprng_op *)&op_refresh_2959, (const struct cckprng_op *)&op_init_2960, (const struct cckprng_op *)&op_refresh_2961, (const struct cckprng_op *)&op_init_2962, (const struct cckprng_op *)&op_init_2963, (const struct cckprng_op *)&op_reseed_2964, (const struct cckprng_op *)&op_refresh_2965, (const struct cckprng_op *)&op_init_2966, (const struct cckprng_op *)&op_init_2967, (const struct cckprng_op *)&op_init_2968 }; static const struct cckprng_vector vec_2970 = { .id = 2805, .note = NULL, .nops = 16, .ops = ops_2969 }; static const struct cckprng_op_init op_init_2971 = { .hd = { .id = 2806, .kind = OP_INIT }, .seed = { 0x52, 0xb0, 0x22, 0xb0, 0x45, 0x07, 0x56, 0xc1, 0xd8, 0x76, 0xf4, 0x64, 0xfa, 0xa3, 0x16, 0xe0, 0xbf, 0x07, 0x73, 0xca, 0x4d, 0x2f, 0xfd, 0x33, 0x91, 0xd5, 0x01, 0x19, 0xe1, 0x94, 0xdb, 0xf7 }, .nonce = { 0x51, 0x33, 0x6f, 0x41, 0xe8, 0x99, 0x93, 0xdc }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_2972 = { .hd = { .id = 2807, .kind = OP_RESEED }, .nonce = 15868616463913290596ULL, .seed_nbytes = 101, .seed = { 0x3f, 0xc6, 0xef, 0xb7, 0x51, 0x6d, 0xb9, 0x62, 0x11, 0x99, 0xe1, 0x19, 0xbf, 0x01, 0x37, 0x02, 0x84, 0xb1, 0x46, 0x99, 0x98, 0x35, 0xa9, 0x59, 0xd9, 0xde, 0x13, 0x78, 0xbc, 0xc0, 0xa8, 0x70, 0xda, 0x9b, 0x98, 0xa0, 0xaa, 0x56, 0xbc, 0xc1, 0xcb, 0x80, 0x4f, 0xd2, 0x28, 0xc4, 0xd1, 0xf3, 0x79, 0xf2, 0x7f, 0x28, 0xca, 0xaa, 0xaa, 0x2a, 0x41, 0x5d, 0x06, 0x1c, 0x62, 0x26, 0xb3, 0x0c, 0x3b, 0xd0, 0x4e, 0xb9, 0x92, 0xbb, 0x7b, 0x91, 0x4d, 0x7b, 0x14, 0xf5, 0x9e, 0xf1, 0x5e, 0x7e, 0x23, 0xfe, 0x5d, 0xa7, 0xb7, 0xec, 0x4c, 0xec, 0x80, 0x7d, 0xfc, 0x63, 0xed, 0x43, 0xa7, 0x66, 0xd6, 0xa2, 0xc3, 0x0c, 0x7c } }; static const struct cckprng_op_reseed op_reseed_2973 = { .hd = { .id = 2808, .kind = OP_RESEED }, .nonce = 3269596364400304038ULL, .seed_nbytes = 64, .seed = { 0x7c, 0x18, 0xe1, 0xbf, 0xb9, 0x5b, 0xef, 0x7f, 0x56, 0xdf, 0x81, 0xec, 0xa8, 0x40, 0x9c, 0x12, 0xb2, 0xe2, 0x39, 0x29, 0x66, 0xc3, 0x9b, 0x7c, 0x22, 0x87, 0xda, 0x94, 0x9c, 0x8e, 0x06, 0x3b, 0x71, 0x3c, 0x2a, 0xab, 0x77, 0x95, 0x02, 0xb7, 0x14, 0x55, 0x4b, 0xd2, 0x7a, 0x16, 0x04, 0x97, 0x81, 0x35, 0x34, 0x29, 0xd6, 0x1a, 0xf1, 0x1d, 0xe8, 0x82, 0x8f, 0xce, 0x27, 0x28, 0x24, 0x23 } }; static const struct cckprng_op_refresh op_refresh_2974 = { .hd = { .id = 2809, .kind = OP_REFRESH }, .rand = 11885442735194170698ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2975 = { .hd = { .id = 2810, .kind = OP_GENERATE }, .rand_nbytes = 161, .out = { .rand = { 0xe6, 0x4d, 0x72, 0xf4, 0xbf, 0xb3, 0x6a, 0xef, 0xf6, 0xe9, 0x1b, 0x32, 0xd9, 0xb7, 0xd0, 0xa2, 0x96, 0x53, 0xd9, 0xe5, 0xa9, 0xe2, 0x18, 0x1a, 0xc2, 0xca, 0x2e, 0xb0, 0x6a, 0xaa, 0x37, 0xcc, 0x29, 0x6c, 0xe0, 0x87, 0x08, 0x20, 0x50, 0x6e, 0x74, 0x3b, 0x7c, 0xb6, 0x55, 0x8d, 0xdb, 0x34, 0x52, 0xc5, 0xe3, 0xef, 0x8a, 0x58, 0x28, 0x5d, 0x7f, 0x11, 0x54, 0xe8, 0xf6, 0xbf, 0x6f, 0xee, 0xa6, 0x28, 0x23, 0x19, 0x34, 0x2b, 0xd1, 0x7b, 0xb4, 0x6f, 0x86, 0xc3, 0xf6, 0xb6, 0x72, 0xbd, 0x99, 0x09, 0x70, 0xc0, 0xd8, 0xe5, 0x9b, 0xfa, 0x0f, 0xb2, 0x89, 0x93, 0x6a, 0xe0, 0xdb, 0xfc, 0x03, 0x09, 0x30, 0x14, 0x69, 0x38, 0x26, 0x14, 0x96, 0x81, 0x73, 0x88, 0xc8, 0x02, 0x87, 0xee, 0xfe, 0xf2, 0x24, 0xb6, 0x62, 0x46, 0x8f, 0x58, 0x33, 0x64, 0x2b, 0x0c, 0xfb, 0x5e, 0x9b, 0x5f, 0xec, 0x47, 0x4a, 0x17, 0x9b, 0x4e, 0x28, 0x1f, 0x80, 0x8e, 0x42, 0x2f, 0x84, 0xc9, 0x15, 0x8f, 0x15, 0x94, 0x37, 0xc4, 0x23, 0x60, 0xc9, 0x05, 0x33, 0x90, 0xf4, 0xc4, 0xf0, 0x38, 0x8a, 0x70, 0x9a } } }; static const struct cckprng_op_refresh op_refresh_2976 = { .hd = { .id = 2811, .kind = OP_REFRESH }, .rand = 2382953412271497040ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2977 = { .hd = { .id = 2812, .kind = OP_RESEED }, .nonce = 13276900902838294249ULL, .seed_nbytes = 192, .seed = { 0x37, 0x6a, 0xe2, 0x37, 0x45, 0x8f, 0x27, 0xc5, 0xdc, 0x84, 0x33, 0xc6, 0xc1, 0x8a, 0xd5, 0x74, 0x16, 0xc0, 0xb2, 0x69, 0xa4, 0x57, 0x0d, 0xc0, 0x96, 0x90, 0xc6, 0x64, 0xc7, 0xcb, 0x6a, 0xa9, 0xa5, 0x69, 0x38, 0xc2, 0x2a, 0x16, 0xd3, 0x2c, 0x9d, 0x11, 0x01, 0x13, 0x94, 0x1a, 0x7e, 0xba, 0x74, 0x9e, 0x6d, 0x1f, 0x1d, 0xdd, 0x9e, 0x3b, 0x49, 0xd1, 0x89, 0xce, 0x99, 0xa8, 0x9a, 0xa4, 0xd0, 0x6c, 0x0e, 0x62, 0x4b, 0x52, 0xc6, 0xdd, 0xd6, 0x36, 0xfc, 0xf6, 0x8d, 0x9f, 0xbb, 0xb9, 0x7d, 0xa3, 0xa2, 0xb0, 0x7c, 0xa7, 0xac, 0x13, 0x3a, 0xb1, 0x42, 0x1e, 0x72, 0xb1, 0xc0, 0x58, 0x7d, 0x7c, 0x81, 0x1d, 0xbf, 0x40, 0x88, 0x62, 0xc9, 0xb4, 0x9f, 0x96, 0x62, 0x9a, 0x02, 0xd8, 0xbf, 0x4e, 0xd0, 0x12, 0xa3, 0x2b, 0xf2, 0xeb, 0x15, 0xb7, 0x2a, 0x52, 0x20, 0x2a, 0xfe, 0x2d, 0xce, 0x33, 0xe4, 0xab, 0xbd, 0x00, 0xc9, 0xc2, 0x73, 0x6b, 0x00, 0xf3, 0x10, 0xa7, 0x9d, 0x08, 0xc3, 0x27, 0x45, 0x98, 0xa2, 0x3e, 0xa6, 0x25, 0x48, 0x82, 0xa8, 0xce, 0x1d, 0x7c, 0x51, 0xe5, 0x74, 0xab, 0x59, 0x85, 0xa0, 0x8d, 0x47, 0xa0, 0x1d, 0xe3, 0xea, 0xc6, 0x47, 0xe5, 0x9d, 0x32, 0x61, 0x35, 0x75, 0xd9, 0x29, 0xd1, 0x33, 0xca, 0xb8, 0x65, 0x1b, 0xe6, 0x6b, 0x5a, 0xe5, 0x05 } }; static const struct cckprng_op_refresh op_refresh_2978 = { .hd = { .id = 2813, .kind = OP_REFRESH }, .rand = 3454537413508643006ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_2979 = { .hd = { .id = 2814, .kind = OP_GENERATE }, .rand_nbytes = 201, .out = { .rand = { 0x3c, 0x01, 0xf4, 0x07, 0xa2, 0xa8, 0xbd, 0x7a, 0xf5, 0xc3, 0x0d, 0x82, 0xbf, 0xa3, 0xd3, 0x97, 0x7c, 0x94, 0xce, 0x95, 0x2e, 0x84, 0x76, 0xeb, 0x55, 0x21, 0x1b, 0x2a, 0x66, 0xea, 0xf6, 0x31, 0xf9, 0x19, 0x16, 0x83, 0xa4, 0x61, 0x60, 0x95, 0x5c, 0x47, 0x0d, 0x8e, 0x8c, 0x33, 0xbf, 0x28, 0xb7, 0x29, 0x69, 0x45, 0x7d, 0x6c, 0x7b, 0xa9, 0x72, 0x14, 0xc5, 0x8a, 0xd6, 0x30, 0x54, 0x14, 0x80, 0xf5, 0x98, 0x35, 0x12, 0x9d, 0xba, 0x32, 0x1c, 0xd8, 0x18, 0x80, 0xdc, 0x02, 0x18, 0x6a, 0xee, 0x6c, 0x43, 0x61, 0x48, 0x8b, 0x94, 0x3e, 0x3a, 0x0e, 0xf3, 0x39, 0xec, 0xac, 0x59, 0x53, 0x1b, 0x18, 0x80, 0xa5, 0x9b, 0x45, 0x76, 0xb8, 0xde, 0x44, 0x57, 0x87, 0x43, 0x22, 0xdb, 0xdc, 0x07, 0xa6, 0xeb, 0xad, 0x01, 0x90, 0x3c, 0x15, 0xb1, 0xfa, 0xa4, 0x5e, 0x86, 0x58, 0x00, 0x67, 0xc0, 0x17, 0x75, 0xbf, 0x99, 0xf2, 0xcd, 0xcc, 0x99, 0x41, 0x73, 0x52, 0x34, 0xb7, 0xc0, 0xa2, 0xb9, 0x6d, 0x79, 0x52, 0x93, 0x51, 0x40, 0xe5, 0x06, 0xdb, 0x03, 0xc3, 0xd0, 0xe7, 0x6e, 0xd1, 0x46, 0x30, 0xfc, 0xc5, 0x85, 0x40, 0xfa, 0x76, 0x06, 0x46, 0x11, 0x01, 0x77, 0xbe, 0x2d, 0x27, 0xa5, 0x61, 0xc3, 0x6f, 0x46, 0x4d, 0x22, 0x3d, 0x79, 0x1a, 0xfb, 0x5e, 0xe7, 0x13, 0xc6, 0x35, 0x14, 0x89, 0x7f, 0xb5, 0x43, 0x49, 0xf6, 0x3b, 0xb9 } } }; static const struct cckprng_op_refresh op_refresh_2980 = { .hd = { .id = 2815, .kind = OP_REFRESH }, .rand = 2672235016361032104ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2981 = { .hd = { .id = 2816, .kind = OP_RESEED }, .nonce = 2199144737766408298ULL, .seed_nbytes = 219, .seed = { 0xce, 0xbf, 0x04, 0xc5, 0xcd, 0x37, 0xb5, 0xc1, 0xc0, 0x64, 0xc5, 0xbf, 0xeb, 0x85, 0x42, 0x43, 0xa3, 0x3d, 0x71, 0x61, 0xfe, 0x60, 0xb7, 0x18, 0x52, 0x91, 0xe0, 0xa3, 0xeb, 0x85, 0x28, 0x83, 0xdd, 0xc9, 0xb8, 0xd4, 0x37, 0x48, 0xc8, 0x97, 0xff, 0x98, 0x24, 0xed, 0xa4, 0xdd, 0xb1, 0x35, 0xb2, 0x03, 0x8c, 0xbf, 0x45, 0xb3, 0x45, 0x16, 0x2f, 0xf8, 0xee, 0x13, 0xc2, 0x06, 0xfe, 0x1e, 0x1e, 0x4e, 0x17, 0xc7, 0x4a, 0x69, 0x6e, 0xaa, 0x9f, 0x8a, 0x07, 0x68, 0x5d, 0x56, 0x50, 0xd2, 0x0c, 0x9d, 0x5e, 0xdb, 0xe1, 0x8a, 0xce, 0x82, 0xc2, 0x82, 0x19, 0xc2, 0xf0, 0xe3, 0x34, 0xec, 0x7c, 0xe2, 0x3f, 0x0c, 0x76, 0xab, 0x5c, 0xa2, 0x0e, 0x0a, 0xf2, 0xb3, 0x72, 0x51, 0x42, 0x49, 0x2d, 0x71, 0xd2, 0xe5, 0x82, 0x62, 0x06, 0x55, 0xc0, 0x24, 0x2e, 0xe6, 0xbd, 0x1b, 0x54, 0x34, 0xb9, 0xa9, 0x81, 0x24, 0x64, 0x52, 0x71, 0xbe, 0x33, 0x36, 0x2a, 0xb2, 0x03, 0xfc, 0x4f, 0xbb, 0xb9, 0xd5, 0x00, 0x02, 0x19, 0x48, 0xa0, 0x7e, 0x1b, 0xb1, 0x33, 0xa2, 0x77, 0x8c, 0xd1, 0x88, 0x85, 0xf6, 0xe3, 0x84, 0x8c, 0x5f, 0xfd, 0xb2, 0x2c, 0x0e, 0xe6, 0xed, 0x43, 0x5a, 0xae, 0x9f, 0x5f, 0x06, 0x36, 0x31, 0x2f, 0x05, 0x71, 0x38, 0xaf, 0xb8, 0x00, 0x73, 0x37, 0x39, 0xa4, 0x5f, 0xde, 0x1a, 0x2d, 0x39, 0xca, 0xa4, 0xda, 0x04, 0x0c, 0x90, 0x8a, 0x3a, 0x06, 0x0b, 0x34, 0x8f, 0xac, 0xa5, 0x5e, 0xad, 0xe3, 0xb5, 0x5e, 0x06, 0xe6, 0x68, 0xce } }; static const struct cckprng_op_reseed op_reseed_2982 = { .hd = { .id = 2817, .kind = OP_RESEED }, .nonce = 10100578367686354357ULL, .seed_nbytes = 224, .seed = { 0xbb, 0xaf, 0x78, 0x26, 0x69, 0x2f, 0x94, 0xd9, 0x56, 0x01, 0xd3, 0xd7, 0x7f, 0xf7, 0xf6, 0x20, 0xce, 0x75, 0xda, 0x48, 0x96, 0x20, 0x6a, 0x3e, 0x9d, 0x7d, 0x74, 0xd4, 0x5f, 0x38, 0xd7, 0xbe, 0x8d, 0x93, 0x00, 0x3a, 0x3c, 0x55, 0x96, 0x28, 0x40, 0x25, 0x14, 0x29, 0x6d, 0x84, 0xcc, 0x2b, 0x9b, 0x54, 0x2e, 0x0a, 0x14, 0x35, 0x37, 0x47, 0x87, 0x2e, 0xfe, 0x5b, 0xe0, 0x4f, 0xb0, 0xf6, 0xa7, 0x59, 0x0a, 0x5e, 0x4a, 0x6a, 0x21, 0xb9, 0x8b, 0x70, 0x7e, 0x34, 0xf6, 0x17, 0x79, 0xd4, 0xbb, 0x29, 0x9d, 0x19, 0xe6, 0xa1, 0xaa, 0x02, 0x56, 0x60, 0x24, 0x2b, 0xa3, 0x17, 0xe4, 0xda, 0xae, 0xc6, 0x2a, 0x2d, 0x75, 0x7b, 0xd6, 0x55, 0x72, 0x2d, 0xc8, 0x23, 0xe7, 0x92, 0x80, 0x13, 0x93, 0xb6, 0x0e, 0x6b, 0x2e, 0xfa, 0x6e, 0xc6, 0x88, 0x94, 0x87, 0x49, 0x4f, 0x41, 0x37, 0x1e, 0x4e, 0xbf, 0x81, 0x65, 0xea, 0x0b, 0x84, 0xb8, 0x7d, 0x2d, 0x85, 0xbc, 0xb7, 0x56, 0x37, 0x33, 0xcc, 0x8c, 0xcd, 0x7a, 0xb0, 0xa9, 0xfa, 0x2f, 0xd5, 0x31, 0x1b, 0x5e, 0x6c, 0x54, 0x72, 0x37, 0x5c, 0x22, 0x64, 0x36, 0x80, 0xd7, 0x15, 0x2e, 0xfd, 0x84, 0xca, 0x1f, 0xad, 0x45, 0x24, 0x1f, 0x85, 0x76, 0x7b, 0xf1, 0x34, 0x0a, 0x2a, 0xb4, 0x78, 0xee, 0xbf, 0x0d, 0x76, 0xc3, 0x24, 0x7d, 0x52, 0x41, 0xdd, 0xda, 0x3f, 0x3f, 0xb9, 0x0d, 0x16, 0x29, 0xf2, 0x54, 0x3d, 0xba, 0xdd, 0x6f, 0x1a, 0xcf, 0x68, 0xea, 0xfc, 0xd4, 0x8b, 0xdf, 0xfa, 0xde, 0x43, 0x9f, 0x12, 0x1d, 0x18, 0x61 } }; static const struct cckprng_op_refresh op_refresh_2983 = { .hd = { .id = 2818, .kind = OP_REFRESH }, .rand = 12235067322087913110ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2984 = { .hd = { .id = 2819, .kind = OP_REFRESH }, .rand = 14108341516436030530ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_2985 = { .hd = { .id = 2820, .kind = OP_REFRESH }, .rand = 15107382350425178070ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_2986 = { .hd = { .id = 2821, .kind = OP_RESEED }, .nonce = 13970125460209114768ULL, .seed_nbytes = 212, .seed = { 0x0b, 0x9f, 0xcf, 0x19, 0x98, 0x3b, 0x5f, 0x21, 0x80, 0x48, 0x65, 0x5b, 0x83, 0x99, 0x7a, 0x17, 0x8f, 0x14, 0xea, 0x36, 0x3a, 0xe3, 0xa1, 0x66, 0x96, 0xaa, 0x71, 0x39, 0x17, 0x93, 0xce, 0xb7, 0x36, 0x81, 0xa6, 0x21, 0xb4, 0x98, 0x4a, 0x62, 0x8a, 0xf6, 0x97, 0x81, 0x11, 0x71, 0x0f, 0xdb, 0xcd, 0x44, 0x3f, 0x07, 0xe4, 0xf0, 0xa7, 0x64, 0x99, 0xee, 0x58, 0xda, 0x09, 0x24, 0xc7, 0xc6, 0xbb, 0xfd, 0xfb, 0x11, 0x12, 0x22, 0x38, 0xe5, 0xc4, 0xf8, 0x80, 0x8d, 0x3f, 0x88, 0x9c, 0x34, 0xd4, 0x37, 0x4d, 0xa4, 0xfb, 0x35, 0x8c, 0x34, 0xb8, 0x63, 0x31, 0x66, 0x94, 0xeb, 0x14, 0xd2, 0x4c, 0x89, 0x4d, 0x9d, 0x0d, 0xcf, 0x7f, 0x65, 0xa4, 0xb2, 0x0e, 0x3a, 0x6b, 0xce, 0x5d, 0x7a, 0xe0, 0x4d, 0x4a, 0x01, 0xc0, 0x84, 0xd0, 0x0e, 0x33, 0x5a, 0xbb, 0xe4, 0xd6, 0xd8, 0x33, 0x53, 0x9e, 0xdf, 0x60, 0x17, 0x54, 0x5a, 0xa0, 0xb4, 0xbe, 0x19, 0xc3, 0xd1, 0xb5, 0xbf, 0x90, 0xde, 0xb1, 0x40, 0x55, 0xe1, 0xfd, 0x8f, 0x92, 0xd7, 0x3f, 0xef, 0xa1, 0x71, 0x74, 0x2b, 0x4a, 0x60, 0x70, 0xf5, 0x20, 0x8d, 0xe8, 0x9c, 0x0a, 0x9c, 0x2a, 0x63, 0xa6, 0x22, 0x3f, 0xa1, 0x9f, 0xb7, 0x5a, 0x1d, 0x1a, 0xcd, 0x55, 0x9f, 0xf9, 0xe9, 0xcf, 0x73, 0xc5, 0xfc, 0xed, 0xd4, 0x8a, 0x87, 0xa5, 0xa6, 0xf4, 0x87, 0xa2, 0x1b, 0xf6, 0x6f, 0x3b, 0xc5, 0x28, 0x3a, 0xa6, 0x91, 0x3c, 0x2a, 0xee, 0xec, 0xfc, 0x28 } }; static const struct cckprng_op *ops_2987[] = { (const struct cckprng_op *)&op_init_2971, (const struct cckprng_op *)&op_reseed_2972, (const struct cckprng_op *)&op_reseed_2973, (const struct cckprng_op *)&op_refresh_2974, (const struct cckprng_op *)&op_init_2975, (const struct cckprng_op *)&op_refresh_2976, (const struct cckprng_op *)&op_reseed_2977, (const struct cckprng_op *)&op_refresh_2978, (const struct cckprng_op *)&op_init_2979, (const struct cckprng_op *)&op_refresh_2980, (const struct cckprng_op *)&op_reseed_2981, (const struct cckprng_op *)&op_reseed_2982, (const struct cckprng_op *)&op_refresh_2983, (const struct cckprng_op *)&op_refresh_2984, (const struct cckprng_op *)&op_refresh_2985, (const struct cckprng_op *)&op_reseed_2986 }; static const struct cckprng_vector vec_2988 = { .id = 2822, .note = NULL, .nops = 16, .ops = ops_2987 }; static const struct cckprng_op_init op_init_2989 = { .hd = { .id = 2823, .kind = OP_INIT }, .seed = { 0xce, 0x77, 0x3f, 0x90, 0x1c, 0xae, 0x3d, 0x6c, 0x06, 0x87, 0xa5, 0x83, 0x02, 0xa0, 0x57, 0x68, 0x2b, 0xca, 0xf0, 0xe7, 0x2b, 0xdc, 0x07, 0x2e, 0xfb, 0x9c, 0x23, 0xa2, 0x3d, 0xfe, 0xea, 0xa8 }, .nonce = { 0x92, 0xf3, 0x80, 0xf4, 0x7a, 0x14, 0xf6, 0x2e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_2990 = { .hd = { .id = 2824, .kind = OP_REFRESH }, .rand = 8567833458521504586ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2991 = { .hd = { .id = 2825, .kind = OP_REFRESH }, .rand = 1308937488222705523ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2992 = { .hd = { .id = 2826, .kind = OP_REFRESH }, .rand = 12209825638975415895ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_2993 = { .hd = { .id = 2827, .kind = OP_REFRESH }, .rand = 1410254552624923103ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2994 = { .hd = { .id = 2828, .kind = OP_RESEED }, .nonce = 4593068030160732809ULL, .seed_nbytes = 74, .seed = { 0x85, 0xad, 0xb1, 0x63, 0x63, 0xd4, 0xb9, 0x72, 0x35, 0x31, 0x25, 0xd4, 0xc1, 0x4f, 0x1b, 0xea, 0xb0, 0x20, 0x7a, 0x1a, 0xe6, 0x77, 0xad, 0x22, 0x84, 0x41, 0x82, 0xfb, 0x31, 0x06, 0xa5, 0x8f, 0x31, 0x50, 0x5c, 0x61, 0xbf, 0x6a, 0xdb, 0xc3, 0x62, 0x57, 0xd3, 0xb4, 0xa6, 0xbb, 0x8c, 0x47, 0x03, 0x0c, 0xe7, 0xb1, 0x5c, 0x9a, 0xef, 0x2c, 0x89, 0x38, 0x26, 0x28, 0xa1, 0xde, 0x73, 0x6b, 0xa5, 0xa7, 0xa8, 0x42, 0x82, 0x79, 0x51, 0xb8, 0x12, 0x21 } }; static const struct cckprng_op_refresh op_refresh_2995 = { .hd = { .id = 2829, .kind = OP_REFRESH }, .rand = 15253208391674775111ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_2996 = { .hd = { .id = 2830, .kind = OP_RESEED }, .nonce = 12850030125025289408ULL, .seed_nbytes = 154, .seed = { 0x81, 0x9e, 0x04, 0x26, 0xcd, 0x24, 0x2e, 0x28, 0xa9, 0x18, 0xb2, 0x3f, 0x31, 0xd7, 0xe3, 0x68, 0x40, 0x4c, 0x3b, 0xac, 0x0d, 0x1a, 0x23, 0x37, 0x43, 0xc4, 0x2f, 0xe9, 0xf0, 0x04, 0xc1, 0x69, 0x71, 0x72, 0xc0, 0x4d, 0xef, 0xc7, 0xa1, 0x62, 0x6f, 0x52, 0x55, 0xde, 0x3f, 0x40, 0xd7, 0x08, 0x74, 0x26, 0xe5, 0x25, 0x65, 0x50, 0xf7, 0x0c, 0x1f, 0x63, 0x39, 0x42, 0xb7, 0xe3, 0xcb, 0xd8, 0xc9, 0xe1, 0xba, 0x94, 0xd3, 0x02, 0x95, 0x5b, 0x8a, 0xb8, 0xdb, 0x00, 0xfa, 0xb3, 0x52, 0xa8, 0x03, 0x50, 0x54, 0x97, 0xe1, 0xa0, 0x40, 0xb8, 0xc2, 0x21, 0x5d, 0x10, 0x51, 0x2c, 0xca, 0xdf, 0xe4, 0x64, 0x20, 0x4c, 0x0f, 0x23, 0x7e, 0xde, 0xd1, 0xa1, 0x2a, 0x5a, 0x9e, 0x2e, 0xc8, 0xb6, 0xb5, 0x62, 0x84, 0x8b, 0x44, 0x01, 0x18, 0x01, 0x4f, 0x4c, 0xc7, 0xba, 0x0b, 0xeb, 0xa6, 0xf3, 0x95, 0xc7, 0xcf, 0xdd, 0xbd, 0x5e, 0xeb, 0x2c, 0xc3, 0xfd, 0x48, 0xd4, 0xbe, 0x51, 0x49, 0x4b, 0x20, 0x40, 0x4f, 0x18, 0x51, 0x29, 0x86, 0xf4, 0x86, 0xb0 } }; static const struct cckprng_op_refresh op_refresh_2997 = { .hd = { .id = 2831, .kind = OP_REFRESH }, .rand = 11423216984113929974ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_2998 = { .hd = { .id = 2832, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x91, 0xbf, 0xbc, 0x89, 0xb4, 0x7d, 0xb8, 0x6e, 0x36, 0x2a, 0x4b, 0x20, 0xc3, 0xcc, 0x77, 0x11, 0xeb, 0x58, 0x83, 0x23, 0xe8, 0x5f, 0x12, 0xb6, 0x3f, 0x7d, 0xad, 0x66, 0x52, 0xea, 0x85, 0xba, 0xbc, 0x90, 0x26, 0x62, 0x74, 0x44, 0xd9, 0x6e, 0x0d, 0x1a, 0xc7, 0x37, 0x14, 0xc5, 0x81, 0x90, 0x27, 0x40, 0x09, 0x2a, 0x50, 0x74, 0xa6, 0xc2, 0xd8, 0x97, 0x27, 0x65, 0x0f, 0xc9, 0xb8, 0x0f, 0xe8, 0x9d, 0x95, 0xc0, 0x08, 0x41, 0x28, 0x75, 0x7f, 0x3e, 0x93, 0x3a, 0xe3, 0x90, 0xff, 0x0d, 0x42, 0xac, 0xe5, 0xa6, 0x1a, 0xaf, 0x20, 0xdf, 0x42, 0x5d, 0x81, 0xfe, 0x7a, 0xb4, 0xa9, 0x61, 0x93, 0xb8, 0xee, 0x49, 0xf8, 0xd1, 0xc5, 0xee, 0x13, 0xe1, 0x8d, 0x20, 0x87, 0x62, 0x50, 0x0a, 0x77, 0xe1, 0x4d, 0x12, 0x54, 0xac, 0x6c, 0x55, 0xf1, 0x7d, 0x87, 0x30, 0xa5, 0x37, 0xee, 0x8a, 0xc3, 0x9f, 0x73, 0xc7, 0x0c, 0x43, 0x08, 0xbd, 0x26, 0x1c, 0xee, 0xc3, 0xb7, 0x71, 0x5a, 0x90, 0xee, 0xb4, 0x58, 0xa9, 0x9e, 0xfa, 0xf5, 0x03, 0x96, 0x45, 0x02, 0x81, 0x3b, 0x2e, 0x05, 0xb2, 0x9d, 0x43, 0xe6, 0xcb, 0xbf, 0xb9, 0xb6, 0x8b, 0x7f, 0x23, 0x2e, 0x8b, 0x96, 0xe1, 0x60, 0x2c, 0xff, 0x23, 0xad, 0x83, 0xe7, 0x35, 0xa7, 0x90, 0xc3, 0x95, 0x1a, 0x12, 0x06, 0x48, 0xbc, 0x14, 0x0d, 0xea, 0xeb, 0xc3, 0x48, 0x8e, 0x09, 0xa8, 0x8e, 0x0d, 0x97, 0x8b, 0x20, 0x06, 0x14, 0xbe, 0x8f, 0xb2, 0x94, 0x56, 0x64, 0x49, 0x34, 0x6f, 0xc0, 0x3c, 0x93, 0xd1, 0x38, 0x53, 0x0b, 0x75, 0x54, 0x73, 0x66, 0x16, 0x30, 0x8a, 0x40, 0x48, 0xed, 0x7a, 0x4c, 0x8a, 0x7b, 0x3d, 0xca, 0x8b, 0xc6, 0xb9, 0xb2, 0xc5, 0x23, 0x3e, 0x1a, 0x2b, 0x96, 0xdc, 0xe1, 0x09, 0x9d, 0xd7, 0x38, 0xde, 0xaf, 0x6b, 0x17, 0xb0, 0xca, 0x5f } } }; static const struct cckprng_op_refresh op_refresh_2999 = { .hd = { .id = 2833, .kind = OP_REFRESH }, .rand = 14963684563752745742ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3000 = { .hd = { .id = 2834, .kind = OP_REFRESH }, .rand = 559699514516492123ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3001 = { .hd = { .id = 2835, .kind = OP_REFRESH }, .rand = 13861693294700444151ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3002 = { .hd = { .id = 2836, .kind = OP_REFRESH }, .rand = 2426722612837638866ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3003 = { .hd = { .id = 2837, .kind = OP_RESEED }, .nonce = 3805598228277366894ULL, .seed_nbytes = 92, .seed = { 0xbf, 0x07, 0xa0, 0x92, 0x8a, 0x87, 0xed, 0x8f, 0xb2, 0x95, 0x83, 0x78, 0xc4, 0x23, 0x7a, 0x73, 0xc8, 0x09, 0x9b, 0x2a, 0xe6, 0x03, 0xaa, 0xdc, 0x3d, 0x5a, 0x24, 0x98, 0x03, 0x76, 0x39, 0xd4, 0x57, 0x32, 0x18, 0x55, 0xb4, 0x3f, 0x17, 0x06, 0xf0, 0xae, 0x56, 0x0a, 0xa5, 0x19, 0x6f, 0x5d, 0xc1, 0xc4, 0x02, 0x7c, 0x1a, 0x78, 0x5b, 0x8b, 0xa7, 0x48, 0xab, 0x41, 0x48, 0x0c, 0xc6, 0x31, 0x1b, 0x5c, 0x9b, 0xcd, 0x8b, 0x9f, 0xbd, 0x6f, 0x7f, 0xd2, 0x4a, 0x4c, 0xde, 0xfb, 0xc3, 0x80, 0x91, 0x99, 0x17, 0x9d, 0x56, 0xb1, 0xb1, 0x60, 0xf3, 0xfc, 0x8f, 0x29 } }; static const struct cckprng_op_refresh op_refresh_3004 = { .hd = { .id = 2838, .kind = OP_REFRESH }, .rand = 11045885224260111951ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3005[] = { (const struct cckprng_op *)&op_init_2989, (const struct cckprng_op *)&op_refresh_2990, (const struct cckprng_op *)&op_refresh_2991, (const struct cckprng_op *)&op_refresh_2992, (const struct cckprng_op *)&op_refresh_2993, (const struct cckprng_op *)&op_reseed_2994, (const struct cckprng_op *)&op_refresh_2995, (const struct cckprng_op *)&op_reseed_2996, (const struct cckprng_op *)&op_refresh_2997, (const struct cckprng_op *)&op_init_2998, (const struct cckprng_op *)&op_refresh_2999, (const struct cckprng_op *)&op_refresh_3000, (const struct cckprng_op *)&op_refresh_3001, (const struct cckprng_op *)&op_refresh_3002, (const struct cckprng_op *)&op_reseed_3003, (const struct cckprng_op *)&op_refresh_3004 }; static const struct cckprng_vector vec_3006 = { .id = 2839, .note = NULL, .nops = 16, .ops = ops_3005 }; static const struct cckprng_op_init op_init_3007 = { .hd = { .id = 2840, .kind = OP_INIT }, .seed = { 0xd8, 0x14, 0x5c, 0xf5, 0x34, 0xc1, 0xdc, 0x7f, 0xaf, 0xef, 0x05, 0xbe, 0x0e, 0x4e, 0xa3, 0xdf, 0xe0, 0x83, 0xfe, 0x21, 0xae, 0x7b, 0xce, 0x3e, 0x17, 0xf9, 0x28, 0x03, 0x2d, 0xc6, 0x48, 0xf8 }, .nonce = { 0xde, 0x36, 0x51, 0x30, 0x3c, 0xf1, 0xf7, 0x3e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3008 = { .hd = { .id = 2841, .kind = OP_RESEED }, .nonce = 14916511205273975287ULL, .seed_nbytes = 88, .seed = { 0x05, 0x45, 0xd4, 0xaf, 0x6f, 0xaa, 0x72, 0x90, 0xc5, 0xc4, 0x6d, 0x17, 0xe5, 0x77, 0xee, 0x9d, 0x7f, 0x2e, 0x24, 0xc3, 0xb1, 0x68, 0xf2, 0xe5, 0x0c, 0x14, 0xa8, 0x6a, 0x07, 0x24, 0x18, 0xe8, 0x61, 0xb3, 0xb1, 0x38, 0xa0, 0x41, 0x88, 0x64, 0x70, 0xd8, 0xbc, 0xee, 0x63, 0x21, 0x83, 0x4b, 0xfb, 0xd5, 0xb1, 0xab, 0xb3, 0x82, 0xda, 0x32, 0x25, 0xc2, 0xca, 0x86, 0x26, 0x27, 0x8a, 0xe7, 0x03, 0xe9, 0x86, 0xe8, 0x30, 0xe6, 0xcd, 0x8a, 0x95, 0xa8, 0xe4, 0x6e, 0xcf, 0x04, 0xf5, 0xa9, 0x07, 0xd0, 0x21, 0xab, 0x18, 0x2b, 0x1d, 0x78 } }; static const struct cckprng_op_refresh op_refresh_3009 = { .hd = { .id = 2842, .kind = OP_REFRESH }, .rand = 3452047118393738385ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3010 = { .hd = { .id = 2843, .kind = OP_REFRESH }, .rand = 9333235588881318873ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3011 = { .hd = { .id = 2844, .kind = OP_GENERATE }, .rand_nbytes = 192, .out = { .rand = { 0x6a, 0x15, 0x89, 0x00, 0xab, 0x80, 0x95, 0x58, 0x13, 0xcf, 0x90, 0x30, 0x53, 0xec, 0x44, 0x61, 0x23, 0x49, 0x62, 0x8b, 0xbc, 0x3e, 0xfa, 0xe3, 0xbc, 0x9b, 0x26, 0xba, 0xa3, 0xf8, 0x40, 0x26, 0x48, 0x2b, 0x3b, 0x53, 0x2f, 0x9c, 0xa2, 0x0f, 0x68, 0xea, 0x6b, 0xe8, 0x15, 0xce, 0xa3, 0x38, 0x75, 0xc2, 0x65, 0x92, 0xf4, 0x31, 0x06, 0x2d, 0xfe, 0x7f, 0x3f, 0x1d, 0x10, 0x4d, 0x85, 0x6a, 0x14, 0xb7, 0x8c, 0x42, 0x17, 0x4e, 0x3d, 0x02, 0x52, 0x5d, 0x65, 0xa6, 0x9b, 0xfe, 0x68, 0x69, 0xb7, 0x90, 0x08, 0x22, 0xc9, 0xed, 0xb8, 0x92, 0x95, 0xf7, 0xf2, 0xb6, 0x0b, 0x30, 0x9d, 0x70, 0xfd, 0xb6, 0xf7, 0x23, 0xa0, 0xa3, 0x63, 0x1a, 0x84, 0x42, 0x09, 0x04, 0xf6, 0x4b, 0x1a, 0x1e, 0x9c, 0xb2, 0xd0, 0x15, 0x9e, 0xda, 0xbb, 0xf7, 0x4e, 0x01, 0x6b, 0x15, 0xaa, 0xcb, 0xc6, 0xb5, 0xb3, 0x22, 0xcc, 0x3d, 0xcf, 0x76, 0xc4, 0xb1, 0x74, 0xd2, 0xd1, 0x88, 0xde, 0x5b, 0x0c, 0x9d, 0x3d, 0x6d, 0xce, 0xa1, 0xb8, 0xb5, 0xfc, 0xfb, 0x1b, 0x39, 0x76, 0x3f, 0x1f, 0x6a, 0xe5, 0x6e, 0x8c, 0x2a, 0x25, 0x9b, 0x74, 0x50, 0x34, 0x5b, 0xb1, 0xeb, 0xa0, 0x99, 0xdd, 0x15, 0x45, 0x5c, 0x32, 0xb2, 0x9e, 0xde, 0x95, 0x44, 0x7c, 0xe6, 0x7a, 0x8f, 0x75, 0x88, 0x75, 0x4b, 0x31, 0x4a } } }; static const struct cckprng_op_refresh op_refresh_3012 = { .hd = { .id = 2845, .kind = OP_REFRESH }, .rand = 2292862556473019431ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3013 = { .hd = { .id = 2846, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0xa3, 0x94, 0x32, 0xd9, 0x5f, 0x1b, 0x6f, 0x7d, 0x5a, 0xff, 0x57, 0x4e, 0xca, 0x0b, 0x2b, 0x94, 0xca, 0x0d, 0xc9, 0x7a, 0xa8, 0x7a, 0xf6, 0x36, 0xe4, 0xcd, 0x3b, 0x9c, 0xe8, 0x5a, 0x26, 0x1d, 0xc0, 0x7a, 0x2f, 0x84, 0x2a, 0x33, 0xb6, 0xa3, 0xd2, 0x57, 0x00, 0xa4, 0x03, 0x61, 0xbf, 0x87, 0xed, 0x96, 0xb2, 0x77, 0xe8, 0x9b, 0x40, 0x40, 0xda, 0x8b, 0xef, 0x71, 0x69, 0x47, 0x08, 0x7d, 0xc9, 0xde, 0x24, 0x85, 0x8d, 0x78, 0x0d, 0xb0, 0xb1, 0x64, 0xea, 0xea, 0x7a, 0x72, 0x8b, 0x6c, 0xa9, 0xb8, 0x6f, 0xf7, 0x62, 0x93, 0xbb, 0x81, 0x5d, 0xb7, 0x93, 0x56, 0xe2, 0xac, 0xf4, 0xee, 0x3e, 0x88, 0x4b, 0xd4, 0x4a, 0xdb, 0xd4, 0xb9, 0x6a, 0xfb, 0xcf, 0x67, 0xa3, 0x32, 0xbc, 0xd7, 0xc3, 0xea, 0xcb, 0xe7, 0xa8, 0xa4, 0xf2, 0x22, 0x1e, 0xbc, 0xc2, 0x31, 0x7c, 0x34, 0x64, 0xae, 0x0a, 0x6e, 0xd6, 0x2c, 0xd3, 0xf0, 0x40, 0x5a, 0xd6, 0xd6, 0x88, 0xe3, 0x1c, 0x9a, 0x0b, 0xde, 0x1c, 0x0e, 0x1f, 0x38, 0x6d, 0x68, 0x65, 0x25, 0x5c, 0xf8, 0xb6, 0x2a, 0x57, 0x39, 0x58, 0x76, 0xb3, 0x33, 0x4c, 0x2b, 0xa3, 0x38, 0x9a, 0x03, 0x71, 0x51, 0x68, 0x7a, 0x58, 0x42, 0x51, 0xa0, 0x40, 0x34, 0x0d, 0xd8, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_3014 = { .hd = { .id = 2847, .kind = OP_REFRESH }, .rand = 5556929835811231384ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3015 = { .hd = { .id = 2848, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0x0f, 0x5c, 0x3c, 0xdb, 0x13, 0x7a, 0x9e, 0xc1, 0x18, 0x85, 0x9a, 0xca, 0xb4, 0x11, 0xc9, 0xff, 0x9e, 0x24, 0x9b, 0xd8, 0xaa, 0xb1, 0x8f, 0x9f, 0xdf, 0x64, 0xd6, 0x6c, 0x81, 0x58, 0x60, 0x88, 0xc4, 0xdb, 0x69, 0x0a, 0x15, 0xd3, 0x33, 0xc0, 0xf0, 0x86, 0x69, 0x3b, 0x91, 0x07, 0xdb, 0x31, 0x33, 0x3d, 0xb9, 0xec, 0x4f, 0x18, 0xd3, 0xb9, 0x7b, 0xf1, 0x13, 0xe2, 0xfd, 0x5f, 0x71, 0x38, 0x52, 0x46, 0x98, 0x2b, 0x56, 0xa7, 0xaf, 0xc4, 0xce, 0xa2, 0x4e, 0x5f, 0x3a, 0x8d, 0xc3, 0x9f, 0x85, 0xde, 0x4c, 0xde, 0x9a, 0xbd, 0x86, 0x9b, 0xda, 0xa6, 0xde, 0x85, 0x2f, 0x13, 0x22, 0xfa, 0x9c, 0x11, 0x2b, 0x00, 0x40, 0xed, 0x72, 0x6a, 0x05, 0x76, 0xea, 0x92, 0xa5, 0xb0, 0x31, 0x08, 0xe0, 0x09, 0x27, 0xd2, 0x0c, 0x20, 0x74, 0x95, 0x20, 0x92, 0x56, 0x59, 0x8f, 0x47, 0x02, 0xe6, 0xd0, 0x48, 0xe2, 0x9f, 0x73, 0x25, 0xfd, 0x32, 0x04, 0x31, 0x90, 0xe2, 0x18, 0xcd, 0xa4, 0x20, 0xc1, 0x7b, 0x67, 0x9b, 0xdc, 0xfa, 0x6b, 0x91, 0xe8, 0x6d, 0x87, 0x3d, 0xee, 0x87, 0xd0, 0xc1, 0xa0, 0xe6, 0x5c, 0xbe, 0x45, 0x85, 0xcb, 0xf1, 0x2b, 0x3a, 0x5c, 0xb5, 0x3c, 0x5c, 0x8b, 0x9c, 0x95, 0xef, 0x98, 0x0a, 0x59, 0x4d, 0x91, 0xe5, 0x3a, 0x12, 0x0b, 0xb5, 0x1d, 0x04 } } }; static const struct cckprng_op_generate op_init_3016 = { .hd = { .id = 2849, .kind = OP_GENERATE }, .rand_nbytes = 210, .out = { .rand = { 0xf2, 0x49, 0x7d, 0xff, 0xb9, 0x9b, 0x1c, 0x9a, 0x81, 0xd6, 0x3e, 0x12, 0x2c, 0xae, 0x9f, 0x62, 0xea, 0xd7, 0xf5, 0x8a, 0xbe, 0x5e, 0x9d, 0x74, 0xbf, 0xc3, 0x61, 0x3e, 0x52, 0x22, 0x23, 0x19, 0xf1, 0x93, 0x90, 0x5f, 0x96, 0x02, 0x7f, 0x9e, 0xdb, 0x1f, 0x7d, 0xae, 0xd8, 0x99, 0xe4, 0xfe, 0x5e, 0x7f, 0x07, 0xac, 0x5c, 0xb6, 0x58, 0x4d, 0x19, 0xd5, 0x3c, 0xb4, 0xcd, 0x7b, 0x98, 0xad, 0x7b, 0x82, 0xcd, 0x24, 0x27, 0x35, 0xe5, 0xb0, 0xd3, 0xc5, 0xea, 0x71, 0xb6, 0xa9, 0x9a, 0x9c, 0xfa, 0xda, 0x8f, 0x1f, 0x5e, 0x7b, 0x83, 0x55, 0x66, 0xc5, 0x7d, 0x1a, 0xae, 0x65, 0x8a, 0x85, 0x61, 0x79, 0xc9, 0x6e, 0xb7, 0x49, 0xc0, 0x57, 0xc2, 0xaa, 0xfc, 0xfd, 0xdc, 0xae, 0xa9, 0x8b, 0x1b, 0x22, 0xc9, 0xc5, 0x5e, 0xe4, 0xfa, 0x1b, 0x60, 0x4b, 0xbe, 0x06, 0xbf, 0x63, 0xa1, 0xc9, 0xe1, 0xf5, 0x5f, 0x59, 0x34, 0x97, 0x10, 0x7b, 0xf3, 0x98, 0x05, 0x02, 0xc4, 0xf2, 0xac, 0xf2, 0x05, 0x8d, 0xcc, 0x10, 0xf2, 0xc7, 0x99, 0x5d, 0x7a, 0x35, 0x86, 0xf1, 0x53, 0x65, 0x4f, 0x2d, 0xb1, 0x04, 0xd1, 0xa4, 0x0e, 0x10, 0x42, 0x8d, 0x02, 0xe4, 0x46, 0x1c, 0x11, 0x8d, 0x3f, 0xe9, 0x84, 0x17, 0x19, 0x9e, 0x57, 0xcb, 0x3b, 0x4d, 0x83, 0x7f, 0x7c, 0xde, 0xf4, 0xd7, 0xc0, 0x57, 0x5d, 0x20, 0xc1, 0x61, 0xf2, 0x2e, 0x28, 0xc7, 0x51, 0x1e, 0x0c, 0xe8, 0x67, 0x4c, 0x67, 0x73, 0xc2, 0x3c } } }; static const struct cckprng_op_refresh op_refresh_3017 = { .hd = { .id = 2850, .kind = OP_REFRESH }, .rand = 18003484117068933936ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3018 = { .hd = { .id = 2851, .kind = OP_RESEED }, .nonce = 3163636187658013061ULL, .seed_nbytes = 230, .seed = { 0xb4, 0x7b, 0xdc, 0x2f, 0x7b, 0x9c, 0xbe, 0x74, 0x3a, 0x2a, 0x8e, 0x14, 0x99, 0x0c, 0x87, 0xef, 0xf2, 0x89, 0xe6, 0x36, 0xcd, 0x96, 0x2c, 0x7a, 0x0b, 0x57, 0xa9, 0x61, 0xad, 0x2a, 0xcb, 0x69, 0x72, 0xf3, 0x54, 0x7e, 0x4c, 0xf2, 0x6f, 0x4d, 0xba, 0x61, 0xa5, 0x64, 0x55, 0x1f, 0x3f, 0x65, 0xab, 0xdf, 0xb9, 0x2a, 0xc8, 0x31, 0xf2, 0x98, 0x6f, 0x1a, 0x3b, 0xc0, 0x4e, 0xb2, 0x5c, 0xf4, 0x9c, 0xc7, 0xea, 0x5a, 0x16, 0x82, 0x79, 0xca, 0xaa, 0xad, 0x8e, 0x87, 0xa9, 0xe5, 0x98, 0x26, 0x7b, 0x94, 0xae, 0x35, 0x44, 0xff, 0x5d, 0xac, 0x0d, 0xca, 0x08, 0x34, 0x0a, 0xe4, 0xe2, 0x5a, 0x1f, 0xd9, 0x65, 0x99, 0xb9, 0x61, 0x93, 0x9a, 0x20, 0x17, 0x45, 0xee, 0xe3, 0x2b, 0x3d, 0xfb, 0x20, 0x7e, 0xc7, 0xe9, 0xe5, 0x6e, 0x38, 0xfc, 0xb9, 0xd6, 0x8a, 0x37, 0xae, 0x6b, 0x81, 0x4d, 0x07, 0xcf, 0x0d, 0x93, 0x00, 0x5f, 0xfa, 0x26, 0xdc, 0xa8, 0xd9, 0xbe, 0x4c, 0xd2, 0x31, 0x96, 0x92, 0x1f, 0x73, 0x30, 0xd8, 0x32, 0x26, 0x95, 0x7d, 0xa8, 0xd0, 0x45, 0x2b, 0xfd, 0x9d, 0xde, 0xaf, 0x28, 0x51, 0x00, 0xcf, 0x95, 0x01, 0xb5, 0x03, 0x78, 0x0e, 0x46, 0x41, 0x8b, 0x4f, 0xe5, 0x24, 0x2c, 0x50, 0x02, 0xd3, 0x64, 0xc7, 0x39, 0x50, 0xba, 0x9e, 0x80, 0xf4, 0x13, 0x4c, 0xef, 0x37, 0xf7, 0x37, 0xe1, 0x30, 0x4a, 0x7a, 0x1c, 0xc1, 0x67, 0x49, 0x85, 0x39, 0x28, 0xbb, 0xfe, 0xed, 0x9a, 0x20, 0xd6, 0x08, 0x66, 0x16, 0x65, 0xa6, 0x0c, 0x57, 0x61, 0xe5, 0x5c, 0xa1, 0x9e, 0x99, 0x9d, 0x12, 0x36, 0xfa, 0x30 } }; static const struct cckprng_op_reseed op_reseed_3019 = { .hd = { .id = 2852, .kind = OP_RESEED }, .nonce = 4202082972288905088ULL, .seed_nbytes = 71, .seed = { 0xf0, 0x3d, 0xa5, 0x0d, 0x5a, 0x57, 0x0a, 0x42, 0x67, 0x9f, 0xfc, 0x57, 0x8d, 0xaf, 0xed, 0xe7, 0x9a, 0x4e, 0xae, 0x21, 0xf1, 0x92, 0x40, 0xa2, 0x9a, 0x08, 0x4a, 0xc3, 0x6e, 0xa6, 0x84, 0xf8, 0xc3, 0x0c, 0x9e, 0xd3, 0xff, 0x38, 0xb1, 0xd8, 0xa8, 0x5b, 0xc4, 0xe2, 0xb7, 0x82, 0x57, 0x8e, 0xf0, 0xe5, 0xe8, 0x1d, 0x01, 0x7b, 0x2a, 0x1e, 0xcf, 0x88, 0x23, 0xe7, 0xfb, 0xc4, 0x5a, 0xda, 0xb6, 0x35, 0xb4, 0xf7, 0xac, 0x0a, 0xd8 } }; static const struct cckprng_op_reseed op_reseed_3020 = { .hd = { .id = 2853, .kind = OP_RESEED }, .nonce = 1816297787331233330ULL, .seed_nbytes = 84, .seed = { 0x5d, 0xf2, 0x98, 0x2f, 0x1c, 0x5b, 0x9f, 0x9a, 0xda, 0xe3, 0xa4, 0xbc, 0xa6, 0x41, 0x48, 0x19, 0xfd, 0x32, 0x1c, 0xef, 0x6b, 0x2c, 0xfc, 0x62, 0x97, 0x2e, 0x4f, 0x72, 0x0b, 0xaa, 0x54, 0xc3, 0xa1, 0xb4, 0x8c, 0x1c, 0xad, 0x00, 0xa7, 0xbe, 0xd6, 0x37, 0xd6, 0x38, 0x14, 0x82, 0x16, 0x15, 0x46, 0x75, 0xbf, 0x4e, 0xc6, 0xfe, 0x7f, 0xa2, 0x9e, 0x29, 0xd8, 0x99, 0xc8, 0xd5, 0xe0, 0x10, 0xe2, 0xe6, 0xca, 0x10, 0xe5, 0x4d, 0x6b, 0xf7, 0xb6, 0xb1, 0x1b, 0x1e, 0x88, 0x14, 0xa8, 0x06, 0xf4, 0x87, 0xbf, 0xcf } }; static const struct cckprng_op_refresh op_refresh_3021 = { .hd = { .id = 2854, .kind = OP_REFRESH }, .rand = 5571846106013574210ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3022 = { .hd = { .id = 2855, .kind = OP_GENERATE }, .rand_nbytes = 265, .out = { .rand = { 0xf3, 0x9a, 0xbd, 0x32, 0xaa, 0x9f, 0x6f, 0xb3, 0xae, 0x96, 0x95, 0x63, 0x3f, 0x77, 0x65, 0xe5, 0xc1, 0x9b, 0x9e, 0xb4, 0x73, 0xf4, 0x36, 0x81, 0x4c, 0xde, 0x29, 0x28, 0xcf, 0x91, 0xce, 0x63, 0x02, 0x33, 0xf8, 0xd1, 0x66, 0x4f, 0xed, 0x20, 0xd5, 0xb0, 0xb5, 0x01, 0x07, 0x93, 0xfd, 0xd3, 0xbe, 0x56, 0xbc, 0xde, 0x92, 0x06, 0x78, 0x18, 0x46, 0x00, 0x6b, 0xb1, 0xb6, 0x48, 0xdc, 0xdc, 0xe0, 0x98, 0x9b, 0xdf, 0xee, 0xb9, 0x7b, 0xee, 0x77, 0x1f, 0x59, 0xf5, 0x06, 0x55, 0x36, 0xdc, 0x12, 0x0a, 0xad, 0x9e, 0x8c, 0xe7, 0xfb, 0x4c, 0x35, 0x1f, 0x47, 0x18, 0x48, 0xc7, 0xa4, 0x13, 0x34, 0xf4, 0x18, 0xf1, 0x63, 0x59, 0x59, 0x09, 0xcc, 0x04, 0x47, 0x84, 0x74, 0x6b, 0xc1, 0x76, 0x0b, 0xcb, 0xcf, 0x76, 0xd2, 0xe3, 0xa8, 0xcf, 0x19, 0x39, 0xf6, 0xbf, 0x2d, 0xe9, 0x30, 0xbd, 0x6d, 0xa3, 0x64, 0xf8, 0xfa, 0x02, 0x23, 0xd8, 0x10, 0x61, 0x96, 0x5d, 0x85, 0x22, 0x9e, 0xcb, 0x4a, 0x8a, 0x62, 0x4a, 0x11, 0x99, 0xb7, 0xa5, 0x35, 0xa6, 0x87, 0xd2, 0x7e, 0xbe, 0x0d, 0xdc, 0x34, 0xdd, 0xf8, 0x30, 0x1c, 0x9d, 0x78, 0x6f, 0x37, 0xf3, 0x1c, 0x98, 0x41, 0x9f, 0xdb, 0xbe, 0x0e, 0xe7, 0xa4, 0xc7, 0x47, 0x27, 0xa1, 0x96, 0x24, 0xce, 0xbb, 0x57, 0xd0, 0x54, 0xca, 0xd8, 0x60, 0xe4, 0x99, 0x7b, 0xdd, 0x37, 0x41, 0x1f, 0x14, 0x34, 0x87, 0xa9, 0x53, 0xbe, 0x7a, 0x1c, 0x72, 0x3c, 0x12, 0xcf, 0x01, 0x4e, 0xfc, 0xf2, 0x07, 0x2b, 0x9d, 0x9c, 0xc5, 0xe9, 0xa5, 0xe8, 0xcf, 0x46, 0xdf, 0x04, 0xbc, 0x30, 0x14, 0x2a, 0x46, 0x52, 0xb0, 0x38, 0x77, 0x73, 0x40, 0x56, 0x9e, 0x6d, 0x93, 0x0c, 0xd0, 0x76, 0x2d, 0xb2, 0xe9, 0xcf, 0x46, 0xf2, 0x43, 0x9a, 0xf5, 0xd2, 0xe8, 0x26, 0xa6, 0xce, 0xa3, 0xd0, 0x26, 0xdb, 0x09 } } }; static const struct cckprng_op *ops_3023[] = { (const struct cckprng_op *)&op_init_3007, (const struct cckprng_op *)&op_reseed_3008, (const struct cckprng_op *)&op_refresh_3009, (const struct cckprng_op *)&op_refresh_3010, (const struct cckprng_op *)&op_init_3011, (const struct cckprng_op *)&op_refresh_3012, (const struct cckprng_op *)&op_init_3013, (const struct cckprng_op *)&op_refresh_3014, (const struct cckprng_op *)&op_init_3015, (const struct cckprng_op *)&op_init_3016, (const struct cckprng_op *)&op_refresh_3017, (const struct cckprng_op *)&op_reseed_3018, (const struct cckprng_op *)&op_reseed_3019, (const struct cckprng_op *)&op_reseed_3020, (const struct cckprng_op *)&op_refresh_3021, (const struct cckprng_op *)&op_init_3022 }; static const struct cckprng_vector vec_3024 = { .id = 2856, .note = NULL, .nops = 16, .ops = ops_3023 }; static const struct cckprng_op_init op_init_3025 = { .hd = { .id = 2857, .kind = OP_INIT }, .seed = { 0x63, 0xe6, 0x90, 0x9b, 0xf2, 0xe3, 0xe8, 0xcf, 0xf9, 0xe4, 0x54, 0x4c, 0x1b, 0x83, 0xa3, 0xb3, 0x54, 0x2d, 0xea, 0xce, 0x17, 0x17, 0x05, 0x0a, 0x0b, 0x76, 0x3e, 0x4a, 0x1e, 0x31, 0xd4, 0xe4 }, .nonce = { 0x52, 0x22, 0xaa, 0x11, 0x87, 0xaa, 0xd0, 0xf7 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3026 = { .hd = { .id = 2858, .kind = OP_REFRESH }, .rand = 2462266621153154939ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3027 = { .hd = { .id = 2859, .kind = OP_GENERATE }, .rand_nbytes = 180, .out = { .rand = { 0x6c, 0x89, 0x49, 0x98, 0x2a, 0x99, 0xb6, 0x90, 0x19, 0x55, 0x54, 0x2f, 0xed, 0xfd, 0xff, 0xc1, 0x69, 0x87, 0xbe, 0xd5, 0xfb, 0xb8, 0xf9, 0x91, 0x99, 0xab, 0x95, 0x2a, 0xd7, 0x1a, 0xdc, 0x80, 0x44, 0x0f, 0xa5, 0x21, 0x6f, 0x04, 0x1b, 0x54, 0xea, 0xc6, 0xf6, 0x85, 0x2c, 0x7e, 0x7b, 0x31, 0x18, 0xa6, 0xfb, 0xc0, 0xea, 0x97, 0x35, 0x33, 0xaf, 0xcd, 0x0b, 0xe4, 0xba, 0xa7, 0xf4, 0xee, 0xab, 0x1d, 0x0f, 0x5a, 0xe3, 0xf1, 0xca, 0x4a, 0x27, 0x75, 0xae, 0x51, 0x45, 0xde, 0x62, 0xe3, 0x1c, 0xb5, 0xfe, 0x8b, 0x3b, 0x25, 0x12, 0x59, 0x5c, 0x74, 0xed, 0xf1, 0xc6, 0x21, 0x11, 0xa4, 0x8e, 0x4b, 0x87, 0x7e, 0xfa, 0x16, 0x6e, 0x97, 0x82, 0x4b, 0x53, 0xed, 0xc9, 0x1a, 0xaa, 0xfc, 0x91, 0x0b, 0x21, 0x0c, 0xbe, 0x84, 0x2b, 0xc6, 0x88, 0x11, 0x81, 0xcf, 0xc9, 0x2a, 0x1a, 0xce, 0x90, 0x2a, 0x1d, 0x1c, 0x5f, 0xf1, 0x13, 0xcd, 0xbc, 0xec, 0x5c, 0x7b, 0x2b, 0x23, 0x34, 0xbb, 0x8e, 0xbf, 0xbb, 0xf0, 0x79, 0xb0, 0x91, 0xb3, 0xa5, 0xb7, 0xb6, 0x36, 0x87, 0xd8, 0xcb, 0xc1, 0x9a, 0x9b, 0x03, 0x4d, 0xab, 0x58, 0x44, 0x26, 0xc6, 0x7a, 0x70, 0xfd, 0x9f, 0xcc, 0xb3, 0x2f, 0xde, 0xc4, 0xf5, 0xa6 } } }; static const struct cckprng_op_refresh op_refresh_3028 = { .hd = { .id = 2860, .kind = OP_REFRESH }, .rand = 9981789076768548343ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3029 = { .hd = { .id = 2861, .kind = OP_RESEED }, .nonce = 17562412685264301094ULL, .seed_nbytes = 97, .seed = { 0x27, 0xec, 0xed, 0x89, 0xf6, 0xee, 0x97, 0x75, 0x3d, 0x44, 0x9e, 0x66, 0x8c, 0xc4, 0x5c, 0x95, 0x3c, 0xf9, 0x02, 0x56, 0xdc, 0x2a, 0xec, 0x13, 0x88, 0xa8, 0x01, 0x27, 0xcf, 0xe0, 0x2c, 0xa1, 0x08, 0xbc, 0xf2, 0xd9, 0x99, 0x3d, 0x7a, 0x0f, 0xf3, 0x59, 0xc2, 0x7e, 0x23, 0x43, 0xc0, 0x0c, 0xa9, 0xc8, 0xcb, 0x8d, 0x1a, 0x2d, 0x25, 0x0e, 0xda, 0x43, 0x71, 0x63, 0x94, 0x3d, 0x6d, 0x8d, 0x3e, 0xf2, 0xd5, 0xdb, 0x1b, 0x1e, 0x70, 0xab, 0xda, 0x2c, 0x86, 0x4f, 0x1c, 0xc4, 0x68, 0x28, 0x5b, 0x51, 0x2d, 0xfe, 0xcb, 0x7f, 0xc7, 0x87, 0x0a, 0x7d, 0xd7, 0xb6, 0x12, 0x19, 0x29, 0x9b, 0xfb } }; static const struct cckprng_op_generate op_init_3030 = { .hd = { .id = 2862, .kind = OP_GENERATE }, .rand_nbytes = 273, .out = { .rand = { 0x86, 0x6e, 0x1e, 0x53, 0xd0, 0x44, 0x4c, 0x0e, 0x36, 0x12, 0x04, 0xec, 0xa7, 0xc1, 0x3a, 0xa2, 0xfd, 0x30, 0x10, 0x13, 0xa3, 0x07, 0xef, 0xa9, 0xd2, 0x51, 0xa0, 0x1a, 0x88, 0xcc, 0x74, 0xd9, 0xf5, 0x45, 0x4d, 0x78, 0xce, 0x54, 0x8e, 0x6e, 0xa5, 0xf1, 0x8f, 0xfd, 0x5b, 0x62, 0x8f, 0xcd, 0x75, 0x4f, 0x85, 0x0e, 0x74, 0xdc, 0xf3, 0x5c, 0x39, 0xd9, 0xee, 0xb0, 0xc9, 0xdc, 0xc9, 0x08, 0x3a, 0x00, 0x93, 0xd4, 0xb4, 0x2f, 0x8b, 0xee, 0xae, 0x58, 0x02, 0x12, 0xd5, 0xa7, 0x9d, 0x0d, 0x9d, 0x07, 0xea, 0xfc, 0x93, 0x42, 0x89, 0x94, 0x9e, 0x94, 0x0a, 0x79, 0x65, 0x6d, 0x37, 0x51, 0x14, 0x02, 0x39, 0x17, 0x8b, 0xdf, 0x6e, 0x87, 0x57, 0x8d, 0x09, 0xff, 0x77, 0x53, 0xd9, 0xb7, 0x73, 0xdb, 0x74, 0xe9, 0xb8, 0x5b, 0x28, 0x4b, 0x94, 0xe9, 0x97, 0xdc, 0x20, 0x62, 0xc4, 0x9e, 0xfc, 0x09, 0xfa, 0x4c, 0x56, 0x71, 0x6e, 0x1a, 0x57, 0xae, 0xdf, 0x7f, 0xae, 0x99, 0x93, 0xc7, 0x43, 0x10, 0xfc, 0xb8, 0xda, 0x54, 0x5b, 0x0d, 0xf0, 0x10, 0xb8, 0x30, 0xf5, 0x9e, 0xd3, 0x1b, 0x40, 0x28, 0xc5, 0x70, 0xc9, 0x94, 0x46, 0xf6, 0x9f, 0x1e, 0x45, 0x48, 0xc8, 0x29, 0xda, 0xda, 0x3d, 0x3c, 0x8e, 0x7f, 0xc8, 0xf2, 0xb1, 0xd8, 0xec, 0x46, 0x41, 0xfe, 0xe8, 0xb1, 0x62, 0x22, 0xaa, 0x71, 0xb6, 0xe3, 0xb7, 0x89, 0x49, 0x36, 0xd9, 0xc1, 0xca, 0x92, 0x6b, 0x64, 0x05, 0x9d, 0xfa, 0x64, 0x7c, 0x05, 0xf8, 0x6c, 0x62, 0xe2, 0x72, 0x60, 0xfa, 0xe0, 0xc6, 0x61, 0x57, 0xcb, 0x39, 0x0e, 0xab, 0x79, 0x6f, 0x98, 0xb0, 0x00, 0x86, 0x31, 0xd8, 0x4c, 0x1b, 0x60, 0xd9, 0x4a, 0x79, 0x60, 0x59, 0xd5, 0x9e, 0xd2, 0x7b, 0x09, 0xd2, 0xcc, 0x0b, 0xc3, 0xc7, 0xa9, 0x05, 0x4c, 0xeb, 0x8d, 0xfd, 0x48, 0x59, 0x1a, 0xa6, 0x70, 0x73, 0x8c, 0x22, 0x5e, 0x12, 0xfb, 0xa2, 0x54, 0x5c } } }; static const struct cckprng_op_reseed op_reseed_3031 = { .hd = { .id = 2863, .kind = OP_RESEED }, .nonce = 10851568618288476318ULL, .seed_nbytes = 62, .seed = { 0x1f, 0xd2, 0x9f, 0x01, 0xa0, 0x58, 0x25, 0x2b, 0x57, 0xa8, 0x13, 0x5c, 0xc3, 0x86, 0x07, 0x52, 0xdc, 0x62, 0xea, 0x99, 0x15, 0xa2, 0x2c, 0xcc, 0xc8, 0xdb, 0xcd, 0xcd, 0x16, 0x4a, 0x97, 0xee, 0x5c, 0x03, 0xed, 0xd0, 0x4d, 0x04, 0xe4, 0x7f, 0x7d, 0xb6, 0x68, 0x3a, 0xc6, 0x83, 0x85, 0x89, 0x81, 0xd0, 0x85, 0x62, 0x05, 0x3d, 0xce, 0x01, 0x1b, 0x7f, 0x3d, 0xda, 0x94, 0xf3 } }; static const struct cckprng_op_refresh op_refresh_3032 = { .hd = { .id = 2864, .kind = OP_REFRESH }, .rand = 12677741593556737753ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3033 = { .hd = { .id = 2865, .kind = OP_RESEED }, .nonce = 8575449902429946657ULL, .seed_nbytes = 72, .seed = { 0x86, 0x02, 0x04, 0x2b, 0x13, 0xda, 0xf5, 0x9b, 0xb5, 0x95, 0x9f, 0xa9, 0x99, 0xf0, 0xb0, 0x14, 0x4c, 0xed, 0x76, 0x84, 0x73, 0x62, 0x55, 0x07, 0x56, 0x58, 0x47, 0x5d, 0x62, 0xf8, 0xed, 0xfe, 0xfe, 0x53, 0x06, 0xfe, 0x57, 0x2e, 0xb2, 0xfd, 0x32, 0xfa, 0x1a, 0xf5, 0x32, 0x92, 0xb9, 0xf1, 0x3c, 0x8a, 0x65, 0x38, 0xe8, 0x14, 0x3b, 0x62, 0x9f, 0xc8, 0x49, 0xcf, 0x0f, 0x1a, 0x90, 0xc6, 0x52, 0xa2, 0xac, 0x97, 0x27, 0x59, 0xe2, 0x8b } }; static const struct cckprng_op_generate op_init_3034 = { .hd = { .id = 2866, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0x04, 0x70, 0xaa, 0x0f, 0x79, 0xcd, 0xa1, 0x06, 0xeb, 0x6d, 0x0d, 0xec, 0x13, 0x3f, 0xfd, 0x06, 0xe2, 0xa7, 0xe6, 0xf6, 0xad, 0x3d, 0x0d, 0x41, 0x4f, 0x19, 0x66, 0x2e, 0xe5, 0x0d, 0x3a, 0x90, 0xcc, 0x4a, 0x39, 0x75, 0x80, 0x70, 0x4e, 0xfa, 0x87, 0xae, 0x16, 0x9d, 0xb0, 0x6a, 0x1b, 0xb6, 0xa3, 0xfe, 0x07, 0x54, 0xbb, 0x0f, 0x50, 0x94, 0xd4, 0xc0, 0x18, 0x93, 0xa8, 0x58, 0xea, 0x1f, 0xbe, 0x53, 0x6d, 0xea, 0x62, 0x78, 0x63, 0xb1, 0xdc, 0x88, 0x59, 0x28, 0xae, 0x7b, 0x6c, 0xdd, 0xa2, 0xb8, 0x8f, 0xeb, 0x3a, 0x62, 0xd2, 0x8b, 0x3c, 0x78, 0x10, 0xd6, 0xea, 0x41, 0x2d, 0x7f, 0x44, 0x48, 0xd3, 0xa8, 0xaf, 0x35, 0xc7, 0xbe, 0x73, 0x4b, 0x08, 0x24, 0x98, 0x71, 0x5d, 0x1d, 0xb7, 0x47, 0xcc, 0x19, 0x8c, 0x3d, 0x85, 0x0a, 0x0f, 0xbd, 0x08, 0x49, 0xed, 0xc6, 0x71, 0x95, 0xe2, 0x5b, 0x64, 0x5e, 0xc7, 0xd1 } } }; static const struct cckprng_op_generate op_init_3035 = { .hd = { .id = 2867, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0x7a, 0x20, 0xb2, 0x91, 0x06, 0x32, 0x80, 0xfa, 0x1e, 0x10, 0xd5, 0xfe, 0xe4, 0x39, 0xaf, 0x97, 0x9f, 0xf2, 0xdc, 0x50, 0x3e, 0xbf, 0x71, 0x83, 0x15, 0x8b, 0x42, 0x2f, 0x86, 0x78, 0x9a, 0x53, 0x98, 0xfa, 0xe7, 0x89, 0xf7, 0x62, 0x02, 0xa6, 0xd4, 0xf2, 0xf4, 0x09, 0xd1, 0x4a, 0xda, 0x9b, 0x96, 0x04, 0xf4, 0xf6, 0x66, 0x1b, 0x8d, 0x3c, 0xfd, 0x4b, 0x91, 0xe5, 0x37, 0xca, 0xcc, 0x0d, 0x87, 0xef, 0x3f, 0x26, 0xcd, 0x66, 0x52, 0x7e, 0xe9, 0xa2, 0x73, 0x6d, 0xc9, 0xaf, 0x38, 0x36, 0xd3, 0xd6, 0x7f, 0xcc, 0xa5, 0x37, 0x7c, 0xb4, 0x95, 0xa7, 0x87, 0xbd, 0xf3, 0xc7, 0xe4, 0xbb, 0x5b, 0x6b, 0x20, 0x6f, 0x75, 0x0c, 0x5a, 0xac, 0x26, 0x88, 0xb5, 0x75, 0xdf, 0x05, 0xcd, 0x42, 0xdc, 0x05, 0x74, 0x5c, 0x0a, 0xe2, 0x26, 0x43, 0x1e, 0xc9, 0x63, 0x58, 0xb8, 0x64, 0xc1, 0x2a, 0x13, 0xb3, 0x2d, 0xdd, 0xac, 0x47, 0xda, 0xd8, 0x86, 0x13, 0x38, 0x14, 0xf2, 0x4f, 0x58, 0x66, 0x36, 0x7d, 0x4f, 0x6e, 0x14, 0x84, 0x4b, 0x42, 0xf6, 0x40, 0x10, 0x85, 0x70, 0x7e, 0xa9, 0x2b, 0x1e, 0xb3, 0x56, 0x47, 0x9a, 0x52, 0xf4, 0xa2, 0xbf, 0x32, 0x65, 0x59, 0x68, 0x25, 0xe3, 0x41, 0x8b, 0x9b, 0xb2, 0x90, 0x55, 0x26, 0x4b, 0xee, 0x7f, 0x8f, 0x69, 0x1e, 0x91, 0x8e, 0x00, 0xb8, 0x27, 0x7a, 0x90, 0x80, 0xfe, 0xe9, 0x5e, 0x08, 0x83, 0xa8, 0x03, 0xb9, 0x6b, 0x52, 0x31 } } }; static const struct cckprng_op_generate op_init_3036 = { .hd = { .id = 2868, .kind = OP_GENERATE }, .rand_nbytes = 233, .out = { .rand = { 0xf4, 0x48, 0xdc, 0x79, 0x0c, 0x1b, 0x0a, 0xd9, 0x7a, 0xf6, 0x7e, 0xa4, 0x33, 0x3c, 0x29, 0x09, 0x52, 0x7b, 0xc6, 0xff, 0xed, 0xdd, 0x36, 0x8e, 0x60, 0x94, 0xd8, 0x29, 0xac, 0xec, 0xbe, 0x3c, 0xc7, 0x54, 0xbd, 0x14, 0xd1, 0xc6, 0x46, 0xe6, 0xdf, 0x79, 0xc1, 0x3f, 0x38, 0x4b, 0xcd, 0xa4, 0xbc, 0xc5, 0x93, 0xf4, 0xf7, 0xb3, 0x8c, 0x92, 0xb5, 0x63, 0xf8, 0xf6, 0x22, 0x8d, 0xf4, 0xa8, 0x6f, 0xdf, 0xb4, 0x25, 0xee, 0x46, 0xbd, 0xc4, 0x61, 0xd6, 0x18, 0x70, 0x22, 0xf2, 0x71, 0xab, 0xb5, 0xf8, 0x1f, 0xa3, 0xfe, 0xcb, 0x3d, 0x3c, 0x6a, 0xa2, 0x75, 0x0b, 0x30, 0x25, 0xae, 0xfb, 0xc8, 0x98, 0x36, 0x86, 0xd2, 0x43, 0x9f, 0x86, 0xf8, 0x61, 0xf9, 0x0a, 0x06, 0x53, 0xd7, 0xe2, 0x80, 0xf2, 0x91, 0x60, 0xa0, 0xcf, 0x56, 0x02, 0x43, 0x63, 0xb2, 0xf5, 0x34, 0x11, 0x51, 0x7f, 0xa2, 0x03, 0xc5, 0x09, 0x49, 0x8d, 0xe1, 0x54, 0xe7, 0xbb, 0xf4, 0x0a, 0x6a, 0x15, 0xa0, 0x9d, 0x87, 0xd0, 0x7c, 0xe6, 0x00, 0xa6, 0x46, 0xa9, 0x36, 0x94, 0x65, 0x91, 0x13, 0x09, 0xfc, 0x67, 0xb7, 0x29, 0x3b, 0xb4, 0x88, 0xb2, 0x21, 0xbf, 0xfd, 0x84, 0x80, 0x85, 0x53, 0x61, 0xda, 0xe9, 0x0f, 0x63, 0xae, 0xef, 0xba, 0xc6, 0x35, 0xdd, 0x98, 0xe8, 0x4f, 0x67, 0x9b, 0xe9, 0x3c, 0x8f, 0x23, 0x85, 0x23, 0xd9, 0x33, 0x21, 0x0e, 0x92, 0xf6, 0x9c, 0x1c, 0xb3, 0x11, 0x94, 0x6c, 0x04, 0xeb, 0xae, 0xe8, 0x32, 0x37, 0xd8, 0x90, 0xef, 0xc5, 0xb3, 0x90, 0x8d, 0xa7, 0x47, 0xfa, 0x57, 0xca, 0xb8, 0x18, 0x41, 0x38, 0x63, 0xef, 0xae, 0x85 } } }; static const struct cckprng_op_refresh op_refresh_3037 = { .hd = { .id = 2869, .kind = OP_REFRESH }, .rand = 2699263807919813197ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3038 = { .hd = { .id = 2870, .kind = OP_RESEED }, .nonce = 14690980463301324711ULL, .seed_nbytes = 42, .seed = { 0xc5, 0x55, 0x24, 0x10, 0x27, 0x90, 0x71, 0x0d, 0x2b, 0x3d, 0x8b, 0x73, 0xa9, 0xde, 0x8c, 0xd4, 0x18, 0x01, 0x0d, 0xf7, 0x2c, 0x1d, 0xa9, 0x48, 0x4a, 0xd1, 0xbc, 0x0b, 0xaf, 0x09, 0x2d, 0xf2, 0xc5, 0x7f, 0x73, 0x70, 0x50, 0x2e, 0x20, 0xaf, 0x4a, 0x24 } }; static const struct cckprng_op_generate op_init_3039 = { .hd = { .id = 2871, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0xc1, 0xad, 0xd0, 0x8b, 0xc7, 0xbe, 0x18, 0xce, 0xd0, 0x54, 0xa9, 0xd3, 0xf7, 0x32, 0xa7, 0x02, 0x24, 0x6f, 0x00, 0xd6, 0xba, 0xd0, 0xb6, 0x2b, 0x13, 0x5c, 0x8e, 0x68, 0xaf, 0x22, 0xdb, 0x17, 0x17, 0xbb, 0x85, 0xbe, 0xd5, 0xc8, 0x69, 0x35, 0x9e, 0x9e, 0x9a, 0xda, 0xbe, 0x89, 0xbc, 0xfa, 0x1e, 0x95, 0x4a, 0x82, 0x3e, 0x6d, 0xc6, 0xf4, 0x8d, 0x68, 0xd6, 0x76, 0x67, 0x38, 0x9c } } }; static const struct cckprng_op_refresh op_refresh_3040 = { .hd = { .id = 2872, .kind = OP_REFRESH }, .rand = 167048139657745881ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3041[] = { (const struct cckprng_op *)&op_init_3025, (const struct cckprng_op *)&op_refresh_3026, (const struct cckprng_op *)&op_init_3027, (const struct cckprng_op *)&op_refresh_3028, (const struct cckprng_op *)&op_reseed_3029, (const struct cckprng_op *)&op_init_3030, (const struct cckprng_op *)&op_reseed_3031, (const struct cckprng_op *)&op_refresh_3032, (const struct cckprng_op *)&op_reseed_3033, (const struct cckprng_op *)&op_init_3034, (const struct cckprng_op *)&op_init_3035, (const struct cckprng_op *)&op_init_3036, (const struct cckprng_op *)&op_refresh_3037, (const struct cckprng_op *)&op_reseed_3038, (const struct cckprng_op *)&op_init_3039, (const struct cckprng_op *)&op_refresh_3040 }; static const struct cckprng_vector vec_3042 = { .id = 2873, .note = NULL, .nops = 16, .ops = ops_3041 }; static const struct cckprng_op_init op_init_3043 = { .hd = { .id = 2874, .kind = OP_INIT }, .seed = { 0x06, 0xd1, 0xb5, 0x74, 0xe0, 0x86, 0x21, 0x79, 0x4d, 0xfc, 0x9c, 0xd2, 0x70, 0xb7, 0x45, 0xd0, 0x74, 0x75, 0x24, 0xb5, 0xa6, 0x27, 0x7e, 0x3d, 0x24, 0x53, 0x4f, 0x32, 0xed, 0x84, 0xd5, 0xd3 }, .nonce = { 0x99, 0x8f, 0x63, 0x85, 0x83, 0x26, 0x91, 0x19 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3044 = { .hd = { .id = 2875, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0xd5, 0x0a, 0x2c, 0x2d, 0x79, 0x8e, 0xab, 0x55, 0xef, 0x86, 0x5e, 0x31, 0x23, 0x8f, 0x13, 0x8e, 0xf8, 0x73, 0x45, 0x92, 0xd2, 0x77, 0x88, 0xa0, 0x31, 0x2c, 0xc4, 0xff, 0x58, 0x09, 0x79, 0x00, 0xe1, 0x56, 0x04, 0xa5, 0x48, 0x4a, 0x96, 0xb4, 0x91, 0x68, 0x0f, 0xf8, 0x56, 0xda, 0x44, 0x1a, 0x56, 0x2f, 0xb1, 0x22, 0x73, 0x0f, 0x78, 0x51, 0x7b, 0xd4, 0x1a, 0x52, 0x86, 0x79, 0xbb, 0x17, 0x0c, 0x51, 0x06, 0x62, 0xe3, 0x41, 0x2d, 0x92, 0xd1, 0x2e, 0x94, 0x75, 0xc0, 0x84, 0xca, 0x85, 0x46, 0x4a, 0x79, 0x3e, 0x4d, 0xcb, 0x11, 0xba, 0x4b, 0x36, 0xd6, 0x4f, 0xa0, 0x02, 0xa5, 0x1e, 0x85, 0x34, 0x27, 0x75, 0x09, 0x9d, 0xca, 0x62, 0x61, 0xef, 0x6d, 0x53, 0x47, 0x49, 0xe3, 0x04, 0x47, 0x25, 0xf7, 0xa1, 0x29 } } }; static const struct cckprng_op_reseed op_reseed_3045 = { .hd = { .id = 2876, .kind = OP_RESEED }, .nonce = 1665348652683187308ULL, .seed_nbytes = 212, .seed = { 0xb3, 0x98, 0xb2, 0xc9, 0xc3, 0x63, 0xf5, 0x53, 0x6e, 0xa4, 0x70, 0x68, 0x3d, 0x9c, 0x62, 0x27, 0xb3, 0x9e, 0x53, 0xfc, 0x22, 0x17, 0xa8, 0x33, 0xe5, 0x6c, 0xe5, 0x74, 0xcc, 0xc3, 0x02, 0x1c, 0x87, 0x1d, 0xfd, 0xd1, 0x0f, 0xce, 0xff, 0x73, 0x55, 0xad, 0x06, 0x9e, 0x69, 0x21, 0x1b, 0xfe, 0xd0, 0x44, 0x5a, 0x3d, 0x69, 0xc4, 0xfd, 0xd5, 0xb0, 0x8d, 0x24, 0x96, 0xe9, 0x6b, 0xd0, 0x73, 0x2c, 0xa1, 0x49, 0x3c, 0x97, 0x45, 0xe4, 0x74, 0x51, 0x1b, 0x0d, 0xa7, 0x23, 0x5a, 0xec, 0x29, 0x9c, 0xfe, 0x6b, 0xee, 0x48, 0xe6, 0xe0, 0x6b, 0x47, 0x39, 0x3a, 0x0a, 0x40, 0x6b, 0x6e, 0xca, 0xf9, 0xf1, 0x27, 0xc7, 0xd4, 0x93, 0x1c, 0xe0, 0x9c, 0x4c, 0x30, 0x15, 0x72, 0xe4, 0xbd, 0xc1, 0xe2, 0x83, 0xa7, 0x18, 0x18, 0xc0, 0x97, 0x1f, 0xb1, 0xc4, 0xb7, 0x6c, 0x62, 0xb6, 0xce, 0x31, 0x07, 0x40, 0x7d, 0x73, 0x2a, 0x92, 0xf9, 0xcf, 0xab, 0x1f, 0x5d, 0xdc, 0x01, 0xb6, 0xc8, 0x27, 0xa5, 0x46, 0x55, 0xec, 0x33, 0x0f, 0xf2, 0x2d, 0xf4, 0xef, 0x5f, 0xdc, 0x8b, 0xf2, 0x8a, 0x80, 0x53, 0xe1, 0x2c, 0x30, 0xe2, 0xa8, 0x2f, 0x5f, 0xab, 0x36, 0x5b, 0x66, 0x72, 0xd9, 0xa1, 0x92, 0x7c, 0x92, 0x78, 0xa4, 0xdf, 0xa5, 0xe4, 0x41, 0x01, 0x8e, 0x95, 0x16, 0x23, 0x67, 0xa4, 0xbb, 0xd5, 0x26, 0xd3, 0x44, 0x83, 0x20, 0xd1, 0x9d, 0xc6, 0x7c, 0x4e, 0x5a, 0x9a, 0x21, 0x50, 0x08, 0x46, 0xfa, 0xf5, 0xfa } }; static const struct cckprng_op_reseed op_reseed_3046 = { .hd = { .id = 2877, .kind = OP_RESEED }, .nonce = 17842080776266056174ULL, .seed_nbytes = 227, .seed = { 0xf5, 0xe5, 0x5a, 0x45, 0x03, 0x22, 0xb2, 0x13, 0x0e, 0x72, 0x66, 0x74, 0xd7, 0xca, 0x39, 0xbb, 0xc5, 0xcf, 0xaf, 0x7e, 0x3b, 0xe2, 0x0d, 0xd7, 0x49, 0xab, 0xf5, 0x37, 0x0d, 0x0b, 0x96, 0x42, 0xcb, 0xf8, 0x05, 0xd3, 0x2a, 0x29, 0x54, 0x88, 0x63, 0x47, 0x31, 0x44, 0xf0, 0xe1, 0x3b, 0x82, 0xc2, 0x8b, 0xa5, 0xb7, 0x67, 0xec, 0x1c, 0x58, 0xe5, 0x32, 0x2b, 0x77, 0xae, 0x60, 0x3b, 0xd5, 0xcb, 0x08, 0x51, 0xc3, 0x2d, 0xd3, 0x51, 0xaf, 0xad, 0xb8, 0x57, 0x9e, 0x3f, 0x51, 0xcc, 0x80, 0x0d, 0xb1, 0x11, 0x83, 0x21, 0xa6, 0xb8, 0x21, 0x87, 0x08, 0x0c, 0x77, 0x58, 0x85, 0x17, 0x9a, 0xfc, 0x02, 0x77, 0xf3, 0xa7, 0x15, 0x40, 0x56, 0x82, 0x57, 0xb6, 0x32, 0xb1, 0x1b, 0x2c, 0x21, 0x24, 0xc8, 0x3d, 0x4d, 0x99, 0xef, 0x69, 0x91, 0x69, 0xe8, 0xc0, 0x57, 0xda, 0xde, 0xb3, 0x9e, 0x4a, 0x8f, 0x67, 0x2d, 0x19, 0xaf, 0xe3, 0x78, 0x18, 0x46, 0xdf, 0xc4, 0xdc, 0x1a, 0xa3, 0x92, 0x22, 0x27, 0xd6, 0xea, 0x12, 0x45, 0xfc, 0x04, 0x01, 0xf8, 0x0a, 0xe5, 0x52, 0xa7, 0x37, 0x96, 0x07, 0xe8, 0x97, 0x42, 0xb0, 0x83, 0xc2, 0x75, 0x1f, 0xca, 0x65, 0x64, 0xe5, 0xb2, 0xf3, 0xa7, 0x6c, 0x25, 0x5e, 0xa4, 0x9c, 0xbc, 0x14, 0xce, 0xa3, 0x3b, 0x2a, 0x5f, 0x54, 0xb5, 0x99, 0x50, 0x81, 0x95, 0xce, 0xe2, 0x18, 0xd8, 0x1d, 0x06, 0x03, 0x36, 0x2e, 0x78, 0x83, 0x6f, 0x65, 0xdb, 0x15, 0xd9, 0x53, 0xbd, 0x7d, 0x1d, 0x4c, 0xf3, 0x93, 0x65, 0xa8, 0xb8, 0x7a, 0x8d, 0x71, 0xe1, 0x68, 0x11, 0xc2 } }; static const struct cckprng_op_refresh op_refresh_3047 = { .hd = { .id = 2878, .kind = OP_REFRESH }, .rand = 8169231056373327568ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3048 = { .hd = { .id = 2879, .kind = OP_RESEED }, .nonce = 5913160991539222217ULL, .seed_nbytes = 174, .seed = { 0xb7, 0xe1, 0x9a, 0x28, 0xea, 0x13, 0x9e, 0x54, 0x3f, 0x89, 0x44, 0x41, 0xfc, 0xf6, 0x8f, 0xeb, 0xe3, 0x9c, 0xf1, 0x76, 0x3f, 0x9f, 0x91, 0x91, 0xd1, 0x8a, 0x2b, 0x7d, 0x46, 0x16, 0x3c, 0xd4, 0x69, 0xd1, 0x1c, 0x02, 0xfc, 0x75, 0x23, 0xa8, 0xd7, 0x24, 0xfa, 0x23, 0x6a, 0x52, 0xed, 0x85, 0xe3, 0x39, 0x60, 0x5b, 0xe1, 0x69, 0x9b, 0xbd, 0xf9, 0x18, 0xa9, 0xad, 0x5d, 0x62, 0xf5, 0x3c, 0x3c, 0xde, 0xda, 0x69, 0xd7, 0x91, 0x7f, 0xcf, 0x6f, 0x8a, 0x7b, 0xe6, 0x1c, 0x16, 0x37, 0xb1, 0xce, 0x7f, 0x1e, 0xea, 0xfe, 0x41, 0x16, 0xab, 0xf5, 0xd6, 0xff, 0xe1, 0x99, 0x77, 0xc5, 0xc8, 0x93, 0x89, 0x57, 0x86, 0x8b, 0xe8, 0x00, 0x24, 0x73, 0x33, 0xf0, 0xba, 0x22, 0x4a, 0x35, 0x41, 0x07, 0xbc, 0x36, 0x8b, 0x79, 0xd6, 0x8d, 0xc7, 0xa7, 0xb4, 0xcb, 0x3a, 0xab, 0x4b, 0xdf, 0xa8, 0x79, 0xc7, 0x3d, 0x6e, 0x3d, 0x3f, 0xcb, 0xcf, 0xb8, 0x6d, 0xdc, 0x98, 0xd3, 0xa6, 0x35, 0x5b, 0x92, 0xe3, 0xcf, 0xc1, 0xf4, 0xba, 0x22, 0x0b, 0x51, 0x19, 0x6a, 0x66, 0xba, 0xef, 0xe6, 0x7f, 0x2d, 0x81, 0x6f, 0x4a, 0x91, 0xbc, 0x21, 0x0c, 0xc2, 0x40, 0x24, 0x37, 0xca, 0x9d } }; static const struct cckprng_op_generate op_init_3049 = { .hd = { .id = 2880, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0x27, 0xb7, 0xb5, 0x48, 0xcd, 0x5a, 0x3d, 0x9c, 0xbb, 0x52, 0x13, 0xb2, 0xac, 0x19, 0x7f, 0x9b, 0x55, 0xb6, 0xe0, 0xc4, 0x8b, 0x0d, 0x45, 0x96, 0x89, 0x7d, 0xd3, 0x79, 0x4b, 0x3f, 0x64, 0x65, 0x52, 0x86, 0x85, 0x25, 0x79, 0x7c, 0x8a, 0xad, 0x60, 0x2f, 0xc0, 0x55, 0xdd, 0x00, 0x82, 0x18, 0x6a, 0x5a, 0x12, 0xcf, 0x25, 0x51, 0x77, 0x1a, 0xac, 0x0f, 0xe5, 0x5d, 0x50, 0x6d, 0xfd, 0x69, 0xa3, 0x1b, 0x2d, 0x5d, 0x91, 0x95, 0x23, 0x0d, 0x1e, 0x47, 0xc8, 0x62, 0xea, 0x38, 0xaf, 0x52, 0x38, 0x1f, 0x23, 0xa6, 0x65, 0x66, 0x09, 0x6e, 0x62, 0x4b, 0x87, 0x11, 0xb3, 0xe6, 0x02, 0xe2, 0x4f, 0xaf, 0xd8, 0x06, 0x08, 0x46, 0xfa, 0xb0, 0xc1, 0x52, 0xb4, 0x7d, 0xe5, 0x23, 0xff, 0x15, 0x51, 0xd5, 0x6f, 0x9f, 0x33, 0x7e, 0xa0, 0x66, 0x08, 0xff, 0x6b, 0x79, 0x3b, 0x52, 0x35, 0x76, 0x07, 0xc9, 0x01, 0x2b, 0x21, 0x32, 0x35, 0xdf, 0xa5, 0x1d, 0x8c, 0x4a, 0x24, 0xc8, 0x77, 0x2b, 0x50, 0x67, 0xd1, 0x67, 0x32, 0x73, 0x49, 0x3b, 0x74, 0xbb, 0x51, 0x3b, 0xdc, 0xd6, 0x2f, 0xdb, 0x58, 0x60, 0x73, 0x83, 0x8f, 0xb5, 0x19, 0x27, 0x59 } } }; static const struct cckprng_op_reseed op_reseed_3050 = { .hd = { .id = 2881, .kind = OP_RESEED }, .nonce = 12480863906080135237ULL, .seed_nbytes = 226, .seed = { 0xda, 0x84, 0x37, 0x1b, 0x6a, 0x26, 0xda, 0x30, 0xc2, 0x75, 0x48, 0xbf, 0x13, 0x7e, 0xd4, 0xb9, 0xa9, 0x52, 0xcc, 0xb1, 0x1f, 0x4c, 0x0e, 0x46, 0x2e, 0xd3, 0x02, 0x64, 0x42, 0x98, 0xc6, 0x5d, 0x58, 0x02, 0x8b, 0x7c, 0x48, 0xea, 0x59, 0x99, 0xa7, 0xa6, 0x17, 0xe3, 0x5b, 0xae, 0x65, 0x05, 0xfe, 0xed, 0xaf, 0x6d, 0xca, 0xff, 0xa7, 0x8b, 0x8a, 0xbb, 0x1c, 0x7d, 0xdf, 0x00, 0xa9, 0xe4, 0xd6, 0xed, 0xf4, 0x7d, 0xc2, 0xf8, 0xb4, 0xa9, 0x4c, 0x5a, 0x58, 0x6e, 0xfd, 0x80, 0xb1, 0xc3, 0x8c, 0xb7, 0x96, 0x9e, 0x57, 0xaf, 0xe1, 0x67, 0x0f, 0xe8, 0x3a, 0x36, 0x4f, 0x75, 0x6d, 0xc8, 0xee, 0x97, 0xf7, 0x31, 0xaf, 0xc2, 0xda, 0x6c, 0x63, 0x03, 0xda, 0x1a, 0x30, 0xe2, 0xdb, 0x56, 0xeb, 0x0c, 0x91, 0x56, 0x63, 0xa7, 0xb7, 0xb4, 0x2c, 0x43, 0xda, 0x9b, 0x44, 0x94, 0x64, 0xc5, 0x9c, 0x76, 0x44, 0x48, 0x48, 0x84, 0x8a, 0x89, 0x30, 0xa0, 0x06, 0x5c, 0x18, 0x7f, 0xb9, 0x34, 0x21, 0xc6, 0x3b, 0x12, 0x30, 0xb6, 0x19, 0x6a, 0xaf, 0xc7, 0x04, 0xf2, 0x1e, 0xe1, 0x9e, 0x36, 0xda, 0x9e, 0x45, 0x9f, 0xd9, 0xde, 0xea, 0x49, 0xcb, 0xf5, 0x79, 0x40, 0x55, 0x9e, 0x2d, 0x11, 0x99, 0x8e, 0xb4, 0xfe, 0x58, 0xa4, 0x6f, 0x94, 0x23, 0x09, 0x3e, 0x76, 0x32, 0x7f, 0x7d, 0x21, 0x34, 0x8c, 0x45, 0x84, 0x40, 0x5b, 0x4e, 0xd0, 0x5b, 0xc4, 0xc5, 0x49, 0xf8, 0x30, 0x97, 0x1e, 0x83, 0x12, 0x44, 0x58, 0xc5, 0x78, 0x39, 0x0f, 0xbd, 0x2a, 0x28, 0xd3, 0xf4, 0xe1, 0x48, 0x1a, 0x34, 0x65 } }; static const struct cckprng_op_refresh op_refresh_3051 = { .hd = { .id = 2882, .kind = OP_REFRESH }, .rand = 8221592009413906637ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3052 = { .hd = { .id = 2883, .kind = OP_RESEED }, .nonce = 17712748293346767695ULL, .seed_nbytes = 177, .seed = { 0x15, 0x75, 0xdb, 0x1c, 0x8e, 0x7b, 0x9a, 0xd4, 0xa5, 0x53, 0x0b, 0xf6, 0x32, 0x57, 0x51, 0x53, 0xd5, 0x14, 0xac, 0x3e, 0xfb, 0x4d, 0x77, 0x45, 0xc6, 0x68, 0x4a, 0x36, 0xec, 0x89, 0x9b, 0xa3, 0xee, 0x48, 0x25, 0xae, 0x9c, 0x57, 0x48, 0xda, 0xfc, 0xd5, 0x6f, 0x93, 0x36, 0xd9, 0x8a, 0x16, 0x76, 0x8c, 0x47, 0x1b, 0x08, 0x56, 0x9c, 0x6c, 0xa3, 0x52, 0x09, 0xec, 0x5a, 0xe1, 0x94, 0x4a, 0xf6, 0x8f, 0x72, 0x86, 0x8b, 0x31, 0xaa, 0x1f, 0xc8, 0xe3, 0x7e, 0x1f, 0xb7, 0xe5, 0x8a, 0xfe, 0xff, 0xb3, 0xda, 0x7b, 0xac, 0xc9, 0x9e, 0x5c, 0x5e, 0x57, 0xe9, 0xce, 0xa0, 0x66, 0x6e, 0x9c, 0x22, 0xe1, 0x5b, 0x49, 0xb2, 0x39, 0x34, 0xb1, 0xf9, 0x93, 0xda, 0x04, 0x00, 0xba, 0x93, 0x23, 0x9e, 0x07, 0xae, 0x60, 0x03, 0x6c, 0x0d, 0x66, 0xe9, 0xa1, 0x10, 0x87, 0x77, 0xec, 0xde, 0x1f, 0x75, 0xef, 0xae, 0xd1, 0xac, 0x09, 0x37, 0x17, 0x22, 0x62, 0x1b, 0x7d, 0x7e, 0x09, 0x81, 0x37, 0xa1, 0x7f, 0xf7, 0x6c, 0xdc, 0x9a, 0x78, 0x04, 0x73, 0x98, 0xe3, 0xa3, 0xd8, 0x2c, 0xd8, 0x79, 0x95, 0x87, 0x81, 0xcd, 0xea, 0xc7, 0x99, 0xfb, 0xbc, 0xcb, 0x30, 0xef, 0xae, 0xe3, 0x57, 0x38, 0x71 } }; static const struct cckprng_op_reseed op_reseed_3053 = { .hd = { .id = 2884, .kind = OP_RESEED }, .nonce = 12532517066374042581ULL, .seed_nbytes = 61, .seed = { 0xa6, 0x77, 0x80, 0xcb, 0xf8, 0xf8, 0x02, 0x66, 0x43, 0x07, 0xb9, 0xf9, 0xcf, 0x54, 0xfb, 0x16, 0xba, 0xd9, 0x05, 0x15, 0xf8, 0x55, 0xad, 0x77, 0xc4, 0x89, 0x51, 0x32, 0xd8, 0xe3, 0x92, 0x1a, 0xee, 0x3d, 0xd1, 0x55, 0xbd, 0x6d, 0x17, 0xf7, 0x16, 0x5e, 0x8c, 0xf1, 0x0e, 0xff, 0x1c, 0xbc, 0x71, 0x0c, 0xad, 0x27, 0x9d, 0xcb, 0xbc, 0x10, 0x4e, 0x03, 0x22, 0xb8, 0x21 } }; static const struct cckprng_op_refresh op_refresh_3054 = { .hd = { .id = 2885, .kind = OP_REFRESH }, .rand = 11610336106469709956ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3055 = { .hd = { .id = 2886, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0xa7, 0x4b, 0xb6, 0x62, 0x23, 0xa1, 0x13, 0x11, 0x85, 0x47, 0x86 } } }; static const struct cckprng_op_reseed op_reseed_3056 = { .hd = { .id = 2887, .kind = OP_RESEED }, .nonce = 3096578393000192185ULL, .seed_nbytes = 131, .seed = { 0xd9, 0xb5, 0x1a, 0xad, 0x78, 0x63, 0xe2, 0x81, 0x8e, 0x10, 0xa3, 0x43, 0xaf, 0x0a, 0x8c, 0x32, 0xfe, 0x67, 0x8e, 0xe6, 0x9b, 0x0c, 0x5f, 0x42, 0x72, 0xb5, 0xcd, 0xde, 0x7e, 0xe3, 0x35, 0x95, 0x26, 0x50, 0xa9, 0xda, 0x12, 0x03, 0xfb, 0xf7, 0x5b, 0x43, 0x58, 0x9e, 0x96, 0x22, 0xa8, 0x0b, 0xd0, 0x01, 0xad, 0xb1, 0xd5, 0xa2, 0x26, 0x0a, 0xbf, 0xb5, 0xe6, 0x76, 0x0c, 0xb3, 0x20, 0xb1, 0x77, 0xa7, 0x95, 0x8d, 0xc6, 0x56, 0xfb, 0xcb, 0x52, 0xd1, 0xfe, 0x6c, 0xba, 0x95, 0x1d, 0x7a, 0xa2, 0x0c, 0x0d, 0xcc, 0xc0, 0x4d, 0x89, 0x98, 0xd0, 0x23, 0x46, 0x63, 0x3e, 0xac, 0xcb, 0x49, 0xb5, 0xf4, 0xdd, 0x08, 0x53, 0x76, 0xf6, 0x17, 0x3b, 0x52, 0xba, 0x9d, 0x5e, 0xd1, 0xd5, 0x08, 0x3c, 0x56, 0xac, 0x11, 0x6c, 0xbc, 0x87, 0xe9, 0xb9, 0xa6, 0xdb, 0x18, 0xaf, 0xe6, 0x16, 0x01, 0xab, 0xa0, 0x3f } }; static const struct cckprng_op_reseed op_reseed_3057 = { .hd = { .id = 2888, .kind = OP_RESEED }, .nonce = 11218876856028833652ULL, .seed_nbytes = 85, .seed = { 0x67, 0xfd, 0xf3, 0x9b, 0x28, 0x7e, 0x8a, 0xf3, 0x49, 0xcf, 0xb2, 0xb4, 0x7f, 0xef, 0xa0, 0xf6, 0x7a, 0x9e, 0x6a, 0xb2, 0x73, 0xa1, 0xcf, 0xfa, 0xfa, 0x97, 0x25, 0xea, 0xc5, 0x1a, 0x3e, 0xd4, 0x54, 0xda, 0xd5, 0xbc, 0xdd, 0x47, 0x74, 0xe8, 0x24, 0x9c, 0x6b, 0x45, 0xbd, 0x16, 0x14, 0x2e, 0xd5, 0xe4, 0xe5, 0x5b, 0xbd, 0x3b, 0xbc, 0x97, 0x78, 0x3c, 0x99, 0x62, 0xb2, 0x1f, 0xa3, 0x13, 0x50, 0x77, 0x89, 0xff, 0x2c, 0xe0, 0x01, 0x79, 0xc4, 0x00, 0x8c, 0xb1, 0xf4, 0xd0, 0xe6, 0x4f, 0x53, 0x4a, 0x37, 0x5b, 0x56 } }; static const struct cckprng_op_reseed op_reseed_3058 = { .hd = { .id = 2889, .kind = OP_RESEED }, .nonce = 2824015731002332463ULL, .seed_nbytes = 177, .seed = { 0x0f, 0x20, 0x82, 0x25, 0x63, 0x83, 0x0a, 0x58, 0x76, 0xf4, 0xe7, 0x04, 0x09, 0x3a, 0xa6, 0x62, 0xb6, 0xf8, 0xb8, 0x9e, 0x36, 0x94, 0xae, 0x04, 0xfa, 0x88, 0x5b, 0x9b, 0x13, 0xc1, 0x0e, 0xe2, 0x38, 0x09, 0x5f, 0x93, 0x0a, 0x66, 0x27, 0xd1, 0x7a, 0x35, 0xa5, 0xdb, 0x7b, 0xfc, 0xdc, 0x23, 0x4f, 0xf1, 0xa1, 0x88, 0x9f, 0x97, 0x62, 0x01, 0x9c, 0xc9, 0x8e, 0xd6, 0x8a, 0x36, 0x16, 0x43, 0xce, 0xcd, 0x57, 0xb8, 0xad, 0xc2, 0xcb, 0x16, 0x5e, 0x8a, 0x06, 0x5b, 0xc7, 0xc0, 0x08, 0x75, 0x96, 0x20, 0x62, 0xda, 0x74, 0xd3, 0x71, 0x88, 0x18, 0xf8, 0xfe, 0x8f, 0x62, 0x3b, 0x34, 0xc5, 0xfe, 0x6f, 0x50, 0x31, 0x5c, 0xd6, 0x4c, 0x8a, 0xa8, 0xcd, 0x37, 0xb5, 0x4e, 0x11, 0x46, 0x9f, 0x7c, 0x7b, 0x00, 0xc7, 0xf7, 0x17, 0xb7, 0x36, 0xb8, 0x1c, 0x8c, 0x2f, 0xc3, 0xa0, 0x40, 0x5c, 0xc7, 0xfa, 0xf0, 0x7f, 0xe6, 0xfc, 0xfd, 0x9c, 0xf2, 0x94, 0xd4, 0xc4, 0x68, 0xbd, 0x89, 0x0e, 0x52, 0xea, 0x67, 0x1b, 0x85, 0x3c, 0x72, 0x93, 0xc2, 0xc9, 0xd3, 0xe9, 0xfa, 0x20, 0x0c, 0x6e, 0xbc, 0x63, 0x94, 0x97, 0x0c, 0xa5, 0x41, 0xb3, 0x9b, 0x8b, 0x5c, 0xb9, 0x23, 0xc4, 0xdb, 0xfb, 0x3a } }; static const struct cckprng_op *ops_3059[] = { (const struct cckprng_op *)&op_init_3043, (const struct cckprng_op *)&op_init_3044, (const struct cckprng_op *)&op_reseed_3045, (const struct cckprng_op *)&op_reseed_3046, (const struct cckprng_op *)&op_refresh_3047, (const struct cckprng_op *)&op_reseed_3048, (const struct cckprng_op *)&op_init_3049, (const struct cckprng_op *)&op_reseed_3050, (const struct cckprng_op *)&op_refresh_3051, (const struct cckprng_op *)&op_reseed_3052, (const struct cckprng_op *)&op_reseed_3053, (const struct cckprng_op *)&op_refresh_3054, (const struct cckprng_op *)&op_init_3055, (const struct cckprng_op *)&op_reseed_3056, (const struct cckprng_op *)&op_reseed_3057, (const struct cckprng_op *)&op_reseed_3058 }; static const struct cckprng_vector vec_3060 = { .id = 2890, .note = NULL, .nops = 16, .ops = ops_3059 }; static const struct cckprng_op_init op_init_3061 = { .hd = { .id = 2891, .kind = OP_INIT }, .seed = { 0x8a, 0xa8, 0xfe, 0x75, 0x5f, 0x9d, 0xc4, 0xdc, 0xad, 0x1e, 0x05, 0x92, 0x8e, 0xe8, 0xec, 0xb2, 0x90, 0xab, 0xd1, 0x1c, 0x22, 0xb6, 0x03, 0x14, 0xad, 0xbe, 0x45, 0x0a, 0x71, 0xb1, 0x0c, 0x28 }, .nonce = { 0x31, 0xcc, 0x44, 0x8d, 0x7e, 0x94, 0xec, 0x44 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3062 = { .hd = { .id = 2892, .kind = OP_REFRESH }, .rand = 14299232710414814730ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3063 = { .hd = { .id = 2893, .kind = OP_RESEED }, .nonce = 5838950817019018969ULL, .seed_nbytes = 154, .seed = { 0xaf, 0xc9, 0x26, 0x19, 0x2f, 0x3a, 0x9b, 0xaf, 0x46, 0xec, 0x66, 0x30, 0x0a, 0xa6, 0x78, 0x6e, 0x61, 0x28, 0x78, 0x7e, 0x36, 0x2a, 0xca, 0xe9, 0x7d, 0x26, 0xd7, 0x20, 0xfb, 0x3f, 0x27, 0x03, 0x27, 0xba, 0x5b, 0x54, 0x23, 0x3e, 0x6d, 0xd8, 0x40, 0x0c, 0x8d, 0x83, 0xfe, 0x99, 0x27, 0x49, 0x41, 0x18, 0x04, 0xa2, 0xae, 0x07, 0xf6, 0x67, 0x06, 0x1b, 0xad, 0xb4, 0xbd, 0x7c, 0x3b, 0x81, 0x0a, 0xec, 0xd8, 0x6a, 0x25, 0x40, 0x51, 0xdd, 0x45, 0x5c, 0xf9, 0x72, 0x1e, 0xc7, 0x0a, 0xc3, 0xf4, 0x9c, 0xeb, 0xd0, 0x40, 0xb9, 0xdb, 0x7e, 0x81, 0x2e, 0xfd, 0x7d, 0xb4, 0x22, 0xa5, 0x49, 0x9e, 0xab, 0x01, 0x51, 0xb1, 0xd9, 0xad, 0xa0, 0x25, 0xa1, 0x41, 0xe9, 0xc5, 0xbe, 0x6d, 0x4f, 0xb5, 0xa4, 0x03, 0xc2, 0x46, 0x6a, 0x32, 0x6e, 0x83, 0x6d, 0x1e, 0xa6, 0x25, 0x72, 0xf1, 0x7c, 0x97, 0x60, 0xed, 0xfb, 0x90, 0xe4, 0x8f, 0x8c, 0x3f, 0x23, 0xa5, 0x75, 0x12, 0x80, 0xff, 0xa1, 0x69, 0xfb, 0xcb, 0x0c, 0xfb, 0x82, 0xf0, 0xa4, 0x8a, 0xb8 } }; static const struct cckprng_op_generate op_init_3064 = { .hd = { .id = 2894, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0x33, 0xfa, 0x75, 0x19, 0xf1, 0x52, 0x0f, 0xd4, 0x32, 0x39, 0xd9, 0x17, 0x9d, 0xa1, 0x5b, 0x09, 0xd0, 0xa4, 0x3b, 0x96, 0x96, 0x1d, 0x48, 0x39, 0x39, 0xbf, 0x40, 0x47, 0x87, 0x06, 0x20, 0x3f, 0xd6, 0x25, 0xd5, 0xef, 0x13, 0xe9, 0x1a, 0x68, 0x75, 0xb6, 0xf1, 0x33, 0xc7, 0x7c, 0xcc, 0x60, 0x44, 0xb0, 0x32, 0x1b, 0x20, 0x4d, 0x78, 0x4c, 0xfd, 0x69, 0x6b, 0x53, 0x60, 0xc5, 0x57, 0x1d, 0xd2, 0x22, 0xc6, 0xb6, 0x94, 0x75, 0x1d, 0x3f, 0xd8, 0x8e, 0xee, 0x79, 0x2b, 0xfd, 0x05, 0x9f, 0x9e, 0x42, 0x2b, 0x46, 0x0f, 0x78, 0xb2, 0x9d, 0x3f, 0xa2, 0x95, 0xc3, 0x1a, 0xd6, 0xd7, 0xc5, 0xc2, 0x8f, 0x7c, 0xae, 0x30, 0x07, 0x9a, 0xfb, 0x6f, 0xc4, 0x80, 0x4f, 0x2a, 0x6d, 0x16, 0x16, 0x95, 0xa8, 0x69, 0x93, 0x0e, 0xd4, 0xf6, 0xe0, 0xcc, 0x18, 0x10, 0x92, 0x06, 0x45, 0x82, 0xa4, 0xd7, 0xc6, 0xc4, 0xb7, 0x06, 0x63, 0x9f, 0x89, 0x1e, 0xd8, 0x68, 0xef, 0xb3, 0x54, 0xb5, 0x51, 0xde, 0x67, 0x94, 0x88, 0xeb, 0x41, 0x96, 0xcb, 0x58, 0xd9, 0x22, 0x84, 0x8d, 0x2b, 0xf0, 0xbe, 0xf0, 0x8e, 0x62, 0xda, 0x37, 0x24, 0xc3, 0x2d, 0x07, 0x00, 0x13, 0xdd, 0x2c, 0xd7, 0x3c, 0x46, 0xf0, 0x75, 0xc8, 0xbd, 0x90, 0xe8, 0x4a, 0xe2, 0xa8, 0x4f, 0xd8, 0x70, 0xa0, 0x86, 0xe9, 0xc4, 0x91, 0xf0, 0x8e, 0xef, 0x70, 0xaf, 0xc0, 0x77, 0x52, 0xa0, 0xa9, 0x74, 0x0a, 0x3a, 0x54, 0x34, 0x6f, 0xdf, 0xee, 0xf4, 0x1e, 0x76, 0x44, 0x0d, 0x4d, 0xc8, 0x09, 0xf1, 0x10, 0x74, 0xc8, 0x29, 0xcc, 0x1f, 0xea, 0x9e, 0x3e, 0x10, 0xbe, 0xbb, 0xba, 0x96, 0xcd, 0xf6, 0xf7, 0x38, 0x5f, 0xc4, 0x17, 0xe8, 0xe9, 0x6c, 0xf8, 0x9c, 0x21, 0x8c, 0x66, 0xcc, 0x74, 0x94, 0x4e, 0x12, 0xf0, 0x58, 0x9a, 0xe8, 0x12, 0xe5, 0xfb } } }; static const struct cckprng_op_reseed op_reseed_3065 = { .hd = { .id = 2895, .kind = OP_RESEED }, .nonce = 12240276568094774467ULL, .seed_nbytes = 263, .seed = { 0xeb, 0xe7, 0x4f, 0xc7, 0x2c, 0x1b, 0x57, 0x30, 0xf2, 0x1e, 0xae, 0x9e, 0xe8, 0x1b, 0xed, 0x30, 0x8f, 0x06, 0xa4, 0xea, 0x9d, 0x34, 0xf6, 0x20, 0xa1, 0x0e, 0x59, 0x7d, 0xe1, 0xc8, 0x8c, 0xa1, 0xde, 0x07, 0x05, 0xea, 0x5a, 0x90, 0xb0, 0x01, 0x49, 0x88, 0x0d, 0x1a, 0x31, 0x7c, 0xb9, 0x61, 0xbb, 0xa4, 0xbe, 0x7a, 0x1f, 0xf6, 0xa6, 0x68, 0xad, 0xb4, 0x5b, 0xd1, 0x64, 0xf5, 0x21, 0x99, 0x60, 0x80, 0x60, 0xd3, 0xf7, 0x02, 0xf4, 0xe7, 0xf7, 0xae, 0x90, 0xcc, 0xe3, 0xad, 0x74, 0x8f, 0xf8, 0x1c, 0x74, 0xb7, 0x2c, 0xf1, 0x32, 0x77, 0xa2, 0x16, 0x90, 0x7c, 0x8b, 0xde, 0xb3, 0x0d, 0xe9, 0x66, 0x28, 0x1b, 0x85, 0xf6, 0x26, 0x85, 0x4a, 0x62, 0x5b, 0x34, 0x6b, 0x73, 0x9f, 0xb3, 0x87, 0x6d, 0x37, 0xc7, 0x3e, 0x76, 0xa8, 0xa9, 0x2e, 0x57, 0x7d, 0x1e, 0xf4, 0x3c, 0xbf, 0xf2, 0x25, 0x5f, 0xe9, 0x4b, 0xe9, 0x22, 0xa1, 0x14, 0x22, 0x19, 0x22, 0xbe, 0x7a, 0x96, 0x8c, 0xa8, 0x13, 0x41, 0xd2, 0xd8, 0xcb, 0xd5, 0x45, 0x9f, 0x4e, 0x7a, 0x86, 0xd0, 0x9e, 0x02, 0xa8, 0x8a, 0x88, 0xfd, 0x5d, 0xbe, 0x85, 0x42, 0x71, 0xda, 0xc0, 0x7d, 0x29, 0x68, 0xda, 0x39, 0x7a, 0xb2, 0x65, 0xcc, 0x18, 0x73, 0x3c, 0xa3, 0x71, 0xea, 0x0b, 0xa4, 0xb9, 0x8a, 0x86, 0xfd, 0x7c, 0x37, 0x7f, 0x5a, 0xad, 0x73, 0x87, 0x9f, 0xa7, 0x77, 0x14, 0x41, 0x32, 0x64, 0x6c, 0xd3, 0x3b, 0x6f, 0xd6, 0xaf, 0x7a, 0x47, 0x7a, 0x92, 0x3f, 0x86, 0x16, 0xe0, 0x6f, 0x9b, 0x91, 0x20, 0x2a, 0x96, 0xb2, 0x48, 0xb7, 0x93, 0xfb, 0xc1, 0xe1, 0x56, 0x06, 0x50, 0x90, 0x46, 0x2b, 0x80, 0xde, 0x5a, 0x67, 0x74, 0x17, 0xbb, 0xec, 0x1b, 0x10, 0x02, 0x29, 0x49, 0xfe, 0xb5, 0x7f, 0x0d, 0x21, 0xdd, 0xc0, 0x0f, 0x53, 0x3b, 0x6a, 0x6a, 0xcf } }; static const struct cckprng_op_generate op_init_3066 = { .hd = { .id = 2896, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0xfa, 0x0f, 0x4e, 0x9b, 0xa3, 0x20, 0x77, 0x57, 0x38, 0x98, 0x82, 0xdf, 0x62, 0x78 } } }; static const struct cckprng_op_reseed op_reseed_3067 = { .hd = { .id = 2897, .kind = OP_RESEED }, .nonce = 10837631506533798686ULL, .seed_nbytes = 219, .seed = { 0xa0, 0xbe, 0x22, 0xe2, 0xc6, 0x1a, 0x28, 0xc7, 0x95, 0x99, 0x53, 0x9f, 0x59, 0xa6, 0x0b, 0x99, 0x12, 0xb8, 0x09, 0xf5, 0xb8, 0xfb, 0xda, 0xbf, 0x71, 0x64, 0x2e, 0xc7, 0x39, 0x03, 0x06, 0xa0, 0x8e, 0x90, 0x4c, 0x67, 0x3c, 0x6b, 0x66, 0x8d, 0xf6, 0xec, 0x1b, 0x5a, 0x1e, 0x3e, 0x5c, 0xb8, 0xb5, 0xdc, 0x80, 0xb0, 0xe7, 0x3e, 0x90, 0x62, 0xa9, 0xf6, 0x25, 0x01, 0xbf, 0x2e, 0x2b, 0x0b, 0xcc, 0xcc, 0xd2, 0x3b, 0xe1, 0x0d, 0x5b, 0xa0, 0x00, 0x0e, 0x9c, 0x72, 0x32, 0x42, 0xe3, 0xc8, 0x16, 0xa9, 0x23, 0x6b, 0x55, 0xa1, 0x4a, 0x96, 0x61, 0x0f, 0x07, 0x5a, 0x11, 0xf7, 0x99, 0x68, 0xde, 0x72, 0x37, 0xdb, 0xa3, 0xeb, 0x35, 0x7f, 0x3c, 0x69, 0xba, 0xbe, 0x96, 0x6e, 0x70, 0x6f, 0xfb, 0xec, 0xd8, 0x07, 0x28, 0xb5, 0xbc, 0x43, 0x95, 0x4f, 0xfa, 0x26, 0x7d, 0x72, 0xb8, 0x42, 0x40, 0x74, 0x17, 0x84, 0x7f, 0x35, 0x33, 0x2a, 0xf1, 0x28, 0x4e, 0x97, 0xa8, 0x25, 0x38, 0xb8, 0x78, 0x5d, 0xf5, 0xf3, 0x46, 0x14, 0x0f, 0x34, 0xa0, 0x81, 0xf8, 0xea, 0x64, 0xb3, 0xf5, 0xa8, 0x09, 0x14, 0xe9, 0xe9, 0x16, 0x32, 0xa0, 0xf9, 0x5a, 0x02, 0x1c, 0x17, 0xec, 0xc9, 0xea, 0x3c, 0xc1, 0x7d, 0xa4, 0xcd, 0xe7, 0x32, 0x94, 0x40, 0x67, 0xda, 0xe6, 0x98, 0x5d, 0x84, 0x3b, 0x9c, 0xde, 0x86, 0x5d, 0x56, 0x93, 0x7a, 0xfb, 0xb6, 0x3c, 0x0e, 0xe8, 0x96, 0x46, 0xc0, 0x47, 0x2a, 0x10, 0x55, 0xe1, 0x0b, 0xd5, 0xab, 0x50, 0x13, 0x55, 0x97, 0xfd } }; static const struct cckprng_op_refresh op_refresh_3068 = { .hd = { .id = 2898, .kind = OP_REFRESH }, .rand = 10259516315371601814ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3069 = { .hd = { .id = 2899, .kind = OP_REFRESH }, .rand = 10523783750799730556ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3070 = { .hd = { .id = 2900, .kind = OP_GENERATE }, .rand_nbytes = 186, .out = { .rand = { 0x37, 0x21, 0x16, 0x28, 0xc7, 0xc4, 0x73, 0x2e, 0x0f, 0xec, 0xe2, 0xf2, 0x88, 0xca, 0xa8, 0x03, 0xab, 0xbf, 0xbf, 0x33, 0xd8, 0x52, 0x7f, 0xb2, 0xfb, 0x36, 0xc1, 0x29, 0xd7, 0xfc, 0xe3, 0xee, 0x3e, 0x86, 0x6b, 0x7f, 0xd4, 0xac, 0x28, 0x6c, 0xd8, 0x4e, 0xb3, 0x89, 0x93, 0xe3, 0xa0, 0x9b, 0x2f, 0xd3, 0xb2, 0xbe, 0x98, 0xe5, 0x7f, 0x76, 0x61, 0xce, 0x29, 0xb3, 0x19, 0x14, 0xdd, 0xe9, 0xf8, 0x50, 0x36, 0x21, 0x2d, 0x24, 0x1d, 0xfb, 0xcd, 0x9d, 0xe9, 0x0a, 0xf1, 0xba, 0x5c, 0x98, 0x13, 0x91, 0x9f, 0x84, 0x65, 0xde, 0xf0, 0x26, 0xc1, 0x8d, 0x4d, 0xfa, 0xa3, 0xf5, 0x6d, 0x73, 0xbc, 0xe3, 0x3e, 0x3f, 0x28, 0xeb, 0x7c, 0x58, 0xe0, 0x81, 0xe4, 0xbe, 0x25, 0x99, 0x92, 0xdc, 0xb9, 0x25, 0x4b, 0xec, 0x37, 0x16, 0xf6, 0xe8, 0xda, 0x42, 0x21, 0x25, 0x4c, 0x15, 0xf1, 0xa5, 0x87, 0xfb, 0x2d, 0xa6, 0x41, 0x20, 0x82, 0xf0, 0xf5, 0x49, 0x96, 0xcd, 0x59, 0x62, 0xb6, 0xda, 0x08, 0xdd, 0x47, 0xe8, 0x21, 0x2b, 0xa9, 0x88, 0xd2, 0x5f, 0xa0, 0x50, 0x8d, 0xe1, 0x50, 0xce, 0x2d, 0x0d, 0xeb, 0x8e, 0xed, 0xeb, 0x80, 0x56, 0x58, 0x92, 0xbb, 0x07, 0x00, 0xe4, 0x35, 0x8c, 0xca, 0xb2, 0xf4, 0x68, 0x9b, 0x64, 0xe8, 0x9c, 0x5c, 0x38 } } }; static const struct cckprng_op_reseed op_reseed_3071 = { .hd = { .id = 2901, .kind = OP_RESEED }, .nonce = 3380044226544776070ULL, .seed_nbytes = 155, .seed = { 0x06, 0x51, 0x31, 0x68, 0x37, 0x81, 0x84, 0xcc, 0x05, 0xfc, 0xdb, 0x2c, 0xa6, 0x10, 0xa5, 0xc6, 0xdb, 0x39, 0xf7, 0xdd, 0x1e, 0x73, 0xa2, 0x39, 0x63, 0x52, 0x3e, 0x28, 0x45, 0x43, 0xe9, 0xeb, 0xae, 0x61, 0xcc, 0x3a, 0x1c, 0x68, 0x12, 0xbd, 0xe2, 0x6b, 0xee, 0x03, 0xe2, 0xe8, 0x13, 0x21, 0x7f, 0xdb, 0x8b, 0xbe, 0xd8, 0xb1, 0xf8, 0xec, 0x30, 0x5a, 0xc2, 0x62, 0xe7, 0xbb, 0xfb, 0xc1, 0xbb, 0x12, 0x3d, 0xac, 0x72, 0x1b, 0xc9, 0x8a, 0xe6, 0x8d, 0x4a, 0xe3, 0x5e, 0xf3, 0x8a, 0x80, 0x51, 0xda, 0x2a, 0xf4, 0x83, 0x76, 0xf8, 0x42, 0x9b, 0xbc, 0xe7, 0x7a, 0x2c, 0x70, 0xad, 0x3c, 0xd4, 0x7d, 0xe6, 0x7b, 0xd1, 0x83, 0xe3, 0xd0, 0x7e, 0xc9, 0x6d, 0x44, 0x4e, 0x3e, 0x35, 0x38, 0xe7, 0x71, 0xbf, 0x6a, 0x3e, 0x9c, 0x03, 0x1e, 0x6e, 0xd2, 0x9e, 0x39, 0x42, 0xcc, 0x3d, 0x14, 0x94, 0x45, 0x81, 0x4e, 0x0f, 0xa4, 0xa7, 0xe9, 0xb7, 0xc1, 0x95, 0xaa, 0x64, 0x46, 0xd8, 0xa0, 0xbb, 0xe5, 0xbb, 0xcc, 0x3d, 0x8d, 0x5a, 0x2b, 0x95, 0x77, 0x36 } }; static const struct cckprng_op_generate op_init_3072 = { .hd = { .id = 2902, .kind = OP_GENERATE }, .rand_nbytes = 171, .out = { .rand = { 0xac, 0x61, 0x5f, 0x18, 0x4f, 0xa7, 0xe0, 0xd7, 0xca, 0x01, 0x16, 0x44, 0x5e, 0x77, 0x53, 0x8a, 0x12, 0xa2, 0xe3, 0x99, 0x12, 0x49, 0x9a, 0x0e, 0x10, 0x60, 0xe4, 0xab, 0x7d, 0x32, 0x47, 0xaa, 0x81, 0x70, 0x01, 0x9d, 0xa8, 0x5d, 0xab, 0x36, 0x18, 0x84, 0xac, 0x90, 0x4a, 0x82, 0x83, 0x7e, 0xc3, 0xd1, 0x95, 0xb8, 0x08, 0x4a, 0x3e, 0xef, 0x5d, 0xb0, 0x92, 0x93, 0x1a, 0x07, 0xd9, 0xba, 0x0f, 0x2c, 0x6e, 0xd1, 0x35, 0x5b, 0x7b, 0x71, 0x4d, 0x97, 0xc1, 0x49, 0xab, 0xc5, 0x3a, 0x6c, 0x20, 0xfd, 0x73, 0x6f, 0x43, 0x4f, 0xb0, 0x02, 0x72, 0xef, 0xb3, 0x71, 0x9d, 0x2b, 0x02, 0x94, 0x73, 0x4d, 0x08, 0xc3, 0xb1, 0x1d, 0x53, 0xd1, 0xf4, 0xa4, 0xd9, 0x00, 0x83, 0x3b, 0x5a, 0x11, 0x0e, 0x98, 0xe6, 0x5c, 0xe0, 0x95, 0x39, 0x45, 0xde, 0x9d, 0x7f, 0x30, 0x81, 0x53, 0x29, 0x67, 0x87, 0xaf, 0x9c, 0x6c, 0x9c, 0x38, 0xd6, 0x4a, 0xb0, 0x42, 0xde, 0x3c, 0xdb, 0x7a, 0x94, 0x28, 0x74, 0x3f, 0x3f, 0x52, 0x0e, 0x1f, 0xd1, 0xa5, 0x07, 0xd4, 0x99, 0x1f, 0x24, 0xc5, 0x87, 0x46, 0xfd, 0x42, 0xaf, 0x08, 0x8a, 0x20, 0xdd, 0xc2, 0xa2, 0xab, 0xed } } }; static const struct cckprng_op_refresh op_refresh_3073 = { .hd = { .id = 2903, .kind = OP_REFRESH }, .rand = 1614329807069865408ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3074 = { .hd = { .id = 2904, .kind = OP_REFRESH }, .rand = 4291215635020185710ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3075 = { .hd = { .id = 2905, .kind = OP_RESEED }, .nonce = 15727383920060607418ULL, .seed_nbytes = 182, .seed = { 0xa3, 0x8c, 0x95, 0x39, 0x02, 0x3d, 0x0f, 0x0b, 0x04, 0x79, 0x3d, 0x8f, 0x8d, 0x55, 0xab, 0x25, 0xc8, 0x9e, 0xbc, 0xb6, 0xa7, 0xc3, 0xd0, 0x6e, 0x5f, 0xeb, 0xe7, 0x3c, 0xae, 0xda, 0x3e, 0xf7, 0x0c, 0xae, 0x54, 0xe3, 0x4d, 0x3f, 0x9a, 0x13, 0xe2, 0xf5, 0x38, 0xbb, 0xd3, 0xf0, 0xb4, 0xad, 0x0a, 0x63, 0xc4, 0x66, 0x8a, 0x4a, 0x95, 0x13, 0x3a, 0x60, 0x0c, 0x27, 0xec, 0xc5, 0x34, 0x56, 0x73, 0xfd, 0x86, 0xb5, 0xd1, 0xd0, 0x17, 0x91, 0x6b, 0x6d, 0x9e, 0x1b, 0xb3, 0x6b, 0xcb, 0x7b, 0x81, 0x78, 0xb0, 0x2e, 0x5c, 0xe0, 0xb0, 0xfb, 0x7b, 0x4a, 0x08, 0x51, 0x96, 0x70, 0x28, 0xd4, 0x22, 0x4c, 0xe4, 0xe7, 0x8b, 0x1c, 0x65, 0x52, 0xcb, 0x1e, 0x3f, 0xdd, 0x78, 0xbd, 0xe9, 0x80, 0xe8, 0xd6, 0x72, 0xb6, 0xc7, 0xba, 0x42, 0x49, 0x27, 0x04, 0x49, 0xac, 0x8c, 0xe7, 0x53, 0x19, 0xff, 0x1f, 0x7e, 0xaf, 0xf5, 0x3d, 0x41, 0xda, 0x5c, 0xc4, 0x3a, 0xc7, 0x58, 0x3e, 0xde, 0xf1, 0x45, 0xef, 0x31, 0xe0, 0x5e, 0x77, 0x59, 0x48, 0xb3, 0x51, 0x5c, 0x15, 0xfc, 0x47, 0xf1, 0xd9, 0xe7, 0x3f, 0x1e, 0x6c, 0xf9, 0xf8, 0xa8, 0xaf, 0xfa, 0xa6, 0x89, 0x3f, 0xfb, 0xe5, 0xd7, 0x06, 0xc8, 0xd3, 0xc1, 0xb8, 0xfe, 0xf8 } }; static const struct cckprng_op_generate op_init_3076 = { .hd = { .id = 2906, .kind = OP_GENERATE }, .rand_nbytes = 79, .out = { .rand = { 0x64, 0x0f, 0x02, 0x34, 0x80, 0x6e, 0x22, 0x4b, 0xa3, 0x45, 0x19, 0x6f, 0x36, 0x48, 0x96, 0xfd, 0x8f, 0x65, 0xa8, 0x4f, 0x5a, 0x2a, 0xc8, 0x71, 0xc0, 0xc9, 0x6d, 0xa1, 0x71, 0xfb, 0x6a, 0xc0, 0x06, 0x09, 0xe9, 0x3a, 0x8e, 0x28, 0x76, 0x4b, 0xfe, 0x30, 0xf6, 0x34, 0xce, 0x25, 0x5f, 0x8a, 0x08, 0x00, 0x23, 0x23, 0x61, 0x63, 0x3f, 0xd1, 0x8b, 0x91, 0xa7, 0x2e, 0x16, 0xf0, 0x14, 0xd5, 0xfb, 0x11, 0x2a, 0xf0, 0x0c, 0x56, 0x4e, 0xfd, 0xfc, 0x7e, 0x41, 0x57, 0x37, 0x50, 0x1f } } }; static const struct cckprng_op *ops_3077[] = { (const struct cckprng_op *)&op_init_3061, (const struct cckprng_op *)&op_refresh_3062, (const struct cckprng_op *)&op_reseed_3063, (const struct cckprng_op *)&op_init_3064, (const struct cckprng_op *)&op_reseed_3065, (const struct cckprng_op *)&op_init_3066, (const struct cckprng_op *)&op_reseed_3067, (const struct cckprng_op *)&op_refresh_3068, (const struct cckprng_op *)&op_refresh_3069, (const struct cckprng_op *)&op_init_3070, (const struct cckprng_op *)&op_reseed_3071, (const struct cckprng_op *)&op_init_3072, (const struct cckprng_op *)&op_refresh_3073, (const struct cckprng_op *)&op_refresh_3074, (const struct cckprng_op *)&op_reseed_3075, (const struct cckprng_op *)&op_init_3076 }; static const struct cckprng_vector vec_3078 = { .id = 2907, .note = NULL, .nops = 16, .ops = ops_3077 }; static const struct cckprng_op_init op_init_3079 = { .hd = { .id = 2908, .kind = OP_INIT }, .seed = { 0xd5, 0x89, 0x4e, 0xb9, 0xb3, 0x14, 0x00, 0x37, 0x99, 0xd0, 0x45, 0x22, 0x54, 0x51, 0x16, 0xe2, 0x7d, 0x53, 0x4e, 0xfd, 0x11, 0xd2, 0xc2, 0x0c, 0x4b, 0xad, 0x12, 0x84, 0x86, 0xd9, 0x1f, 0xdf }, .nonce = { 0x9f, 0x54, 0xcd, 0xc8, 0x2c, 0xf8, 0x10, 0x2d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3080 = { .hd = { .id = 2909, .kind = OP_REFRESH }, .rand = 12090503655306536442ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3081 = { .hd = { .id = 2910, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0x99, 0x3a, 0xe0, 0xd7, 0xa0, 0xbf, 0x5a, 0xa0, 0x70, 0x13, 0xfb, 0x79, 0xd6, 0xc3, 0x07, 0x50, 0xf7, 0xc9, 0x1f, 0xc4, 0xc2, 0x25, 0xfd, 0xeb, 0x52, 0xaa, 0x5a, 0x37, 0xb0, 0xc3, 0xf5, 0x81, 0xce, 0x00, 0xb3, 0x7d, 0xe0, 0x2e, 0x4a, 0x34, 0x5c, 0xe7, 0x9d, 0xfd, 0x8d, 0x84, 0x18, 0xb5, 0xb6, 0x3f, 0x59, 0x33, 0x8d, 0x45, 0x2d, 0xc4, 0x58, 0x62, 0x51, 0x64, 0x47, 0xba, 0xbf, 0xaf, 0x0c, 0xf8, 0x0c, 0x8a, 0x72, 0x91, 0xd2, 0xa3, 0xbb, 0xc6, 0x1f, 0x61, 0x1e, 0x7c, 0xee, 0xac, 0x6d, 0xcc, 0x35, 0x2a, 0x0d, 0xda, 0x72, 0x7b, 0xa8, 0xe2, 0x49, 0xaa, 0x7e, 0xe5, 0x1a, 0xa4, 0x07, 0xdb, 0x4d, 0xed, 0x66, 0x40, 0xda, 0x7f, 0xb1, 0xba, 0x5e, 0x57, 0x0d, 0x5f, 0xd6, 0xa7, 0x04, 0x73, 0x79, 0xe6, 0x72, 0x9e, 0xe8, 0x57, 0x35, 0x81, 0x87, 0x43, 0xb7, 0x76, 0x95, 0x6a, 0x11, 0x48, 0x4a, 0xd5, 0x8b, 0xbc, 0xb4, 0x5b, 0xe3, 0x1f, 0xdd, 0x7a, 0xe7, 0x85, 0x96, 0xad, 0xae, 0x0b, 0xb7, 0x8c, 0x14, 0x17, 0x87, 0x30, 0x96, 0x58, 0xe0, 0x33, 0xd8, 0xa2, 0xc2, 0xe8, 0x13, 0x1c, 0x2e, 0x62 } } }; static const struct cckprng_op_reseed op_reseed_3082 = { .hd = { .id = 2911, .kind = OP_RESEED }, .nonce = 4903627467995317177ULL, .seed_nbytes = 204, .seed = { 0x56, 0x00, 0xf6, 0xf2, 0x14, 0xb5, 0x9d, 0x7b, 0xb2, 0xbf, 0x5a, 0x89, 0x86, 0xe6, 0xc0, 0xdb, 0x51, 0xd6, 0xa7, 0x9f, 0x2f, 0xca, 0x69, 0x78, 0xbf, 0x35, 0x27, 0x44, 0xa6, 0x5c, 0x38, 0x9f, 0x66, 0xb2, 0x0c, 0xb8, 0x62, 0x6e, 0x6f, 0x35, 0xb9, 0xde, 0x5d, 0xfe, 0xa0, 0xb4, 0x18, 0x90, 0x50, 0x86, 0x60, 0xa4, 0xed, 0x65, 0x47, 0xfc, 0xd5, 0xc5, 0x64, 0xa7, 0x4b, 0x35, 0x67, 0x86, 0x5d, 0x89, 0x07, 0x02, 0x87, 0x57, 0x8e, 0x9a, 0xad, 0x57, 0x9a, 0x14, 0x29, 0xd5, 0x62, 0xf1, 0x9b, 0xcf, 0xc3, 0x98, 0x72, 0xf7, 0x2f, 0x95, 0x0e, 0xb3, 0xe1, 0xa5, 0x91, 0xbe, 0x0f, 0xc6, 0xa6, 0xc0, 0xe6, 0xf6, 0x5f, 0x41, 0x99, 0xfc, 0x89, 0x6e, 0x66, 0x80, 0x72, 0xcd, 0x51, 0x11, 0x5e, 0x44, 0xa3, 0xec, 0xe5, 0x8a, 0xf0, 0x81, 0x5e, 0xd4, 0x91, 0xde, 0xb4, 0xfa, 0x29, 0xbe, 0x7a, 0x80, 0x36, 0xe7, 0xba, 0xa7, 0xb4, 0x58, 0x75, 0xed, 0x36, 0xec, 0x5e, 0x0b, 0xa3, 0x58, 0x50, 0xb2, 0x4a, 0xd4, 0xa8, 0x57, 0x8e, 0xda, 0xbe, 0x1c, 0xf8, 0x94, 0x02, 0x36, 0x5e, 0x24, 0xdd, 0x00, 0xec, 0x49, 0x16, 0xf4, 0xb8, 0xc2, 0xde, 0x3d, 0x05, 0xb4, 0x08, 0x71, 0x40, 0xe6, 0x52, 0xc3, 0x01, 0x8b, 0x1e, 0x92, 0xe0, 0x92, 0x43, 0x46, 0x9e, 0x5a, 0x8d, 0x99, 0x11, 0xd7, 0xca, 0x4c, 0x83, 0xcf, 0xa9, 0xad, 0xfa, 0x5e, 0xe2, 0xcd, 0x63, 0x3d } }; static const struct cckprng_op_refresh op_refresh_3083 = { .hd = { .id = 2912, .kind = OP_REFRESH }, .rand = 1467594567868498701ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3084 = { .hd = { .id = 2913, .kind = OP_RESEED }, .nonce = 12781697964183869164ULL, .seed_nbytes = 146, .seed = { 0xde, 0xd4, 0x40, 0x6c, 0xf8, 0xf1, 0xb5, 0xdc, 0xba, 0x58, 0x9e, 0xc6, 0x5d, 0xf5, 0xac, 0x0b, 0x58, 0xa1, 0x75, 0xf6, 0x01, 0x73, 0xf9, 0x16, 0xb3, 0x06, 0x6c, 0x51, 0x97, 0xfa, 0x9c, 0xa8, 0xb0, 0xa0, 0x6e, 0xeb, 0xf7, 0x9f, 0x36, 0xc3, 0x3f, 0x40, 0xed, 0x0e, 0x1c, 0x01, 0x9f, 0x3a, 0x6f, 0x8f, 0xcc, 0xa9, 0xb7, 0x7e, 0xd8, 0xdc, 0x8c, 0xdc, 0x7c, 0x75, 0xc4, 0x43, 0x2c, 0x83, 0xa1, 0x82, 0x76, 0xfe, 0x95, 0xc6, 0x0f, 0x48, 0xf2, 0xf6, 0xc7, 0x9f, 0xd5, 0x8b, 0x80, 0xbf, 0x77, 0xd4, 0xe5, 0xbc, 0xec, 0xab, 0x3c, 0xff, 0xdf, 0xd7, 0xf8, 0xb6, 0xcf, 0x29, 0x10, 0x11, 0x41, 0xe0, 0x3c, 0x88, 0x6a, 0x25, 0xba, 0x1e, 0x00, 0x4c, 0xfe, 0xa5, 0xd9, 0xe4, 0xfe, 0x4c, 0x36, 0x1d, 0x78, 0x54, 0x0b, 0xe1, 0xe2, 0xf2, 0x46, 0xc6, 0x95, 0x6f, 0x14, 0xf1, 0x3c, 0xcb, 0x47, 0x2d, 0xcf, 0x12, 0x53, 0xee, 0xe6, 0x77, 0x49, 0xd3, 0x79, 0x50, 0x24, 0x4d, 0x22, 0x47, 0x07, 0x19 } }; static const struct cckprng_op_refresh op_refresh_3085 = { .hd = { .id = 2914, .kind = OP_REFRESH }, .rand = 17237516171523908813ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3086 = { .hd = { .id = 2915, .kind = OP_RESEED }, .nonce = 12914337800836165236ULL, .seed_nbytes = 69, .seed = { 0xc3, 0xb2, 0x05, 0xd7, 0xb7, 0xb5, 0x1b, 0x69, 0x96, 0x46, 0xdf, 0x1d, 0x1d, 0x11, 0x83, 0x6c, 0xe8, 0x75, 0xaf, 0xa2, 0x1f, 0xe3, 0x8b, 0xd6, 0x27, 0x05, 0xa8, 0xc0, 0xb4, 0x87, 0xec, 0xef, 0xf1, 0x20, 0x06, 0x50, 0x65, 0xe3, 0xe9, 0xf5, 0x49, 0xd5, 0xd2, 0x81, 0x56, 0xed, 0x51, 0x48, 0xa2, 0xa5, 0x7e, 0x19, 0xd6, 0x39, 0x52, 0x12, 0xf4, 0xb8, 0x15, 0x3a, 0xfc, 0x41, 0x7f, 0x35, 0xff, 0x59, 0x24, 0xb0, 0xff } }; static const struct cckprng_op_reseed op_reseed_3087 = { .hd = { .id = 2916, .kind = OP_RESEED }, .nonce = 3302820941493924470ULL, .seed_nbytes = 191, .seed = { 0xfb, 0xd4, 0xb8, 0x00, 0x19, 0x0f, 0xe5, 0x78, 0x9f, 0x68, 0x4c, 0xa5, 0x37, 0xf1, 0x42, 0x1f, 0xef, 0x13, 0xf2, 0x94, 0x4d, 0xec, 0x74, 0x98, 0xe8, 0x53, 0x2a, 0xf6, 0x0c, 0x0d, 0xd4, 0x51, 0xe2, 0xc2, 0x0a, 0xbf, 0x53, 0x16, 0x95, 0xdd, 0x95, 0xb4, 0x4e, 0x13, 0x2a, 0x8d, 0xf3, 0x57, 0xe7, 0xda, 0x3b, 0x25, 0x95, 0xb5, 0xdf, 0xd2, 0xaf, 0x48, 0x88, 0x6e, 0x61, 0x76, 0x56, 0x77, 0x10, 0xff, 0x78, 0x3d, 0x14, 0x18, 0x94, 0xdd, 0xe5, 0xde, 0x75, 0xa8, 0x1b, 0xb6, 0xb1, 0x00, 0x82, 0xd9, 0x94, 0x2b, 0x26, 0x64, 0xa7, 0xb8, 0xa0, 0xc5, 0xac, 0xab, 0xed, 0x67, 0x20, 0xcf, 0x04, 0x16, 0xbf, 0x51, 0x24, 0x75, 0x0b, 0xdd, 0xbd, 0xd0, 0x42, 0x99, 0x19, 0x45, 0x1e, 0x6d, 0x24, 0x0f, 0xf0, 0xcd, 0x03, 0xb5, 0xff, 0xa0, 0xd4, 0xb3, 0x6d, 0xdf, 0x13, 0xc1, 0xc3, 0x28, 0xcd, 0xdf, 0x68, 0xd7, 0xb6, 0x3e, 0xf2, 0x07, 0x7c, 0xdc, 0x54, 0xa5, 0xb8, 0xb3, 0xaf, 0x55, 0x11, 0x57, 0xb8, 0xf3, 0x12, 0xba, 0xd7, 0xe1, 0x1c, 0x8b, 0xb4, 0x54, 0x50, 0xbd, 0xc9, 0xb1, 0x97, 0x49, 0x90, 0xf0, 0x4b, 0x7e, 0x05, 0xce, 0xe5, 0x25, 0xca, 0xc8, 0x77, 0x7e, 0x63, 0x4e, 0x41, 0x4b, 0xa5, 0xb4, 0x5e, 0x7a, 0xff, 0x4d, 0x5b, 0xe3, 0x01, 0xb6, 0x07, 0x6c, 0xc5 } }; static const struct cckprng_op_reseed op_reseed_3088 = { .hd = { .id = 2917, .kind = OP_RESEED }, .nonce = 9921843797653844401ULL, .seed_nbytes = 37, .seed = { 0x3e, 0x82, 0xb8, 0x84, 0x9b, 0x89, 0x54, 0xfa, 0x92, 0x84, 0xa2, 0x99, 0xc9, 0x3a, 0x07, 0x70, 0x06, 0xcf, 0xcd, 0xf1, 0x50, 0x7b, 0xd5, 0xc1, 0x1f, 0xea, 0xe4, 0xee, 0x85, 0x0a, 0xf4, 0x55, 0xb7, 0xcd, 0x0e, 0x7f, 0x18 } }; static const struct cckprng_op_refresh op_refresh_3089 = { .hd = { .id = 2918, .kind = OP_REFRESH }, .rand = 16221234074530357537ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3090 = { .hd = { .id = 2919, .kind = OP_REFRESH }, .rand = 11998624077751270575ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3091 = { .hd = { .id = 2920, .kind = OP_GENERATE }, .rand_nbytes = 269, .out = { .rand = { 0xc0, 0x27, 0xa1, 0x9a, 0xd9, 0x80, 0x92, 0x0b, 0x77, 0xea, 0x57, 0x53, 0x08, 0xeb, 0x0c, 0xb2, 0xf7, 0x04, 0xc7, 0x10, 0xbe, 0x8d, 0x80, 0x35, 0x8e, 0x67, 0x4c, 0x66, 0xd9, 0xdf, 0x7a, 0x8b, 0x0f, 0x08, 0x29, 0x4b, 0x14, 0xaf, 0x16, 0x52, 0x34, 0x3e, 0xfb, 0xba, 0xf3, 0x7c, 0xa3, 0x1b, 0x3d, 0x3b, 0xaf, 0x93, 0x31, 0xe8, 0x1e, 0x52, 0x12, 0x03, 0xba, 0x2e, 0x36, 0xe5, 0x74, 0x48, 0xf4, 0x79, 0x8b, 0xb1, 0xcc, 0xca, 0x89, 0xb7, 0x69, 0x5f, 0xf0, 0x4b, 0x02, 0x55, 0xce, 0x0a, 0xfe, 0x0b, 0x8b, 0xe6, 0x69, 0xf8, 0x22, 0x38, 0xac, 0xd0, 0x07, 0x07, 0x21, 0x32, 0x3b, 0x2d, 0xc3, 0xe8, 0xfa, 0xb7, 0x00, 0x7a, 0x79, 0x7a, 0x39, 0xe9, 0x58, 0x24, 0x65, 0xa8, 0xe8, 0x67, 0xaf, 0x11, 0xd5, 0xc7, 0x71, 0x51, 0x8f, 0x24, 0x4b, 0xb4, 0x9f, 0xa5, 0xf4, 0x6f, 0x67, 0xa7, 0x2d, 0xad, 0x87, 0x7c, 0x7c, 0x4d, 0x50, 0x99, 0xc5, 0xa0, 0x03, 0x0e, 0x17, 0xc6, 0xda, 0x22, 0x3f, 0xa3, 0xfa, 0x16, 0x3d, 0x41, 0x34, 0x7a, 0x77, 0x72, 0x98, 0x72, 0xd9, 0xb7, 0xd0, 0xcf, 0xba, 0x30, 0x5f, 0x3a, 0x25, 0xe4, 0x59, 0xa8, 0xb8, 0x5d, 0x9d, 0x23, 0x36, 0xb0, 0x28, 0x41, 0x63, 0x98, 0x9e, 0x0e, 0xc6, 0x81, 0xf8, 0x02, 0x95, 0x94, 0x88, 0x80, 0xc1, 0x03, 0xf7, 0xfd, 0x39, 0xbe, 0x43, 0x09, 0xc1, 0x0c, 0x37, 0xd9, 0x86, 0xea, 0x49, 0x0e, 0x7d, 0xda, 0x3c, 0x70, 0x7c, 0x5d, 0xd6, 0x20, 0x67, 0x61, 0xeb, 0x33, 0x17, 0x83, 0xb5, 0xb3, 0xd7, 0x65, 0x12, 0xed, 0x3e, 0x76, 0xa5, 0x99, 0x41, 0x5b, 0x4e, 0xe1, 0xf1, 0x16, 0x9d, 0xf1, 0xbb, 0x4b, 0xf5, 0x33, 0xf2, 0x58, 0xd4, 0x09, 0x31, 0x5e, 0xa4, 0x3a, 0x9c, 0xf2, 0x09, 0x5b, 0xc6, 0x9a, 0xf6, 0x21, 0x59, 0x26, 0xd6, 0x1c, 0x1f, 0xb4, 0x74, 0xbe, 0x6c, 0x1b, 0x42, 0x89, 0xcd } } }; static const struct cckprng_op_reseed op_reseed_3092 = { .hd = { .id = 2921, .kind = OP_RESEED }, .nonce = 8369347740246342581ULL, .seed_nbytes = 151, .seed = { 0xe3, 0x8c, 0x62, 0xdd, 0x02, 0xcd, 0xc7, 0x37, 0xc4, 0x17, 0xce, 0x82, 0x38, 0x1b, 0x4a, 0x85, 0xc8, 0x53, 0xb3, 0x49, 0xbd, 0x6b, 0x9e, 0xa7, 0x0a, 0xc1, 0x8f, 0x73, 0x15, 0xb3, 0xc8, 0x5c, 0x8b, 0xdb, 0x47, 0xaf, 0x55, 0x70, 0x13, 0x9f, 0xb3, 0x49, 0x7a, 0xdd, 0xcc, 0x11, 0x8f, 0x4f, 0x31, 0x23, 0x8d, 0x99, 0x9c, 0xef, 0xab, 0x4e, 0x41, 0xaa, 0x26, 0x92, 0xa0, 0xb9, 0x4a, 0x27, 0xf7, 0x25, 0x21, 0x7b, 0x3a, 0x66, 0xa9, 0xbe, 0xc9, 0xcc, 0xc8, 0x70, 0x91, 0xb5, 0x3d, 0xa7, 0x2a, 0x8c, 0x39, 0xea, 0x01, 0x22, 0xc6, 0x31, 0x3f, 0x22, 0x62, 0x50, 0xbb, 0xa1, 0xec, 0xd3, 0xaa, 0xe9, 0x8b, 0x80, 0x78, 0x5a, 0xc2, 0xe0, 0x11, 0x3c, 0x87, 0xf0, 0x40, 0x64, 0xc6, 0x8b, 0x3b, 0xcc, 0x7f, 0x05, 0x88, 0x49, 0xbf, 0x50, 0x6f, 0xc8, 0xe9, 0x73, 0x3f, 0x5d, 0x6a, 0xe1, 0x39, 0x09, 0x77, 0x11, 0x02, 0xd3, 0xaf, 0x30, 0x74, 0x4a, 0x10, 0xa0, 0x0d, 0x11, 0xe6, 0xbb, 0xf9, 0xb5, 0x62, 0xcc, 0xd0, 0x0b, 0x43 } }; static const struct cckprng_op_reseed op_reseed_3093 = { .hd = { .id = 2922, .kind = OP_RESEED }, .nonce = 5321332569142958190ULL, .seed_nbytes = 244, .seed = { 0xb9, 0xde, 0x5e, 0xd5, 0x05, 0x50, 0xd7, 0xeb, 0xb0, 0x49, 0x8f, 0x5c, 0x03, 0x55, 0x88, 0xff, 0x1a, 0xbd, 0x38, 0x17, 0x25, 0x73, 0x01, 0x50, 0xdc, 0x57, 0xe9, 0xe0, 0x44, 0x65, 0x9c, 0x30, 0x18, 0xbe, 0x31, 0x7d, 0x1f, 0x94, 0x98, 0x69, 0x92, 0xd8, 0x30, 0x40, 0x8d, 0x88, 0xc6, 0x77, 0x96, 0xfa, 0xc9, 0xfb, 0xb9, 0x7e, 0xbe, 0x3a, 0x17, 0x86, 0x37, 0x09, 0x7c, 0x6b, 0xea, 0xa3, 0x21, 0x0f, 0xe7, 0x95, 0x05, 0xd2, 0x77, 0xcf, 0x30, 0xb8, 0x56, 0xbc, 0x86, 0x01, 0xeb, 0x0a, 0xdc, 0x1c, 0xc3, 0x95, 0xa7, 0xa6, 0x63, 0x33, 0x9e, 0x75, 0x98, 0x68, 0x0c, 0x2a, 0xad, 0x6b, 0x81, 0xb6, 0xe5, 0xc5, 0x24, 0x91, 0xfd, 0xc7, 0xbd, 0x4e, 0xa2, 0x4d, 0xd5, 0xdc, 0xe4, 0xe9, 0x58, 0xc5, 0x73, 0x83, 0xcc, 0x59, 0xc8, 0x0f, 0xac, 0x42, 0x1d, 0x8d, 0x94, 0x35, 0xcf, 0x58, 0xc1, 0x50, 0x98, 0x5d, 0x4b, 0xe1, 0x4d, 0x6b, 0x8b, 0x4e, 0xd0, 0x3f, 0x7b, 0xde, 0xb7, 0xd8, 0x3e, 0x1a, 0x39, 0xb0, 0xbd, 0x50, 0x0a, 0xdd, 0x28, 0xe9, 0x32, 0x6e, 0x94, 0x32, 0x5e, 0x31, 0xd3, 0xb4, 0xb9, 0x1c, 0xfc, 0x9c, 0x47, 0xc6, 0x28, 0x25, 0x3e, 0x2d, 0x3f, 0x70, 0x7c, 0x31, 0x77, 0x82, 0x44, 0x51, 0xf1, 0x33, 0xe8, 0xc2, 0x38, 0x16, 0x79, 0xe5, 0x28, 0xe9, 0x0b, 0x7b, 0xcf, 0x7c, 0xee, 0xd5, 0x8e, 0x00, 0x29, 0x21, 0x3b, 0x17, 0x51, 0x08, 0x35, 0xb9, 0xf3, 0x6e, 0xed, 0xed, 0x04, 0xa9, 0xfb, 0x91, 0x1e, 0xe7, 0xa0, 0x20, 0xe7, 0x23, 0x4e, 0xe2, 0x99, 0xff, 0xb3, 0xdf, 0x87, 0x45, 0x71, 0xe4, 0xfe, 0x40, 0x7d, 0x74, 0xd5, 0xdf, 0xa1, 0x98, 0x6b, 0xdc, 0x88, 0x05, 0x5a, 0xdd } }; static const struct cckprng_op_reseed op_reseed_3094 = { .hd = { .id = 2923, .kind = OP_RESEED }, .nonce = 9273699398229828217ULL, .seed_nbytes = 67, .seed = { 0xa7, 0x06, 0x1b, 0x9a, 0x83, 0x6b, 0xd4, 0x1e, 0x6c, 0xf6, 0x15, 0xc0, 0x4c, 0x14, 0xcc, 0xce, 0xbb, 0xc4, 0x8e, 0xbc, 0xfa, 0x4e, 0x39, 0xc1, 0x77, 0xc5, 0xfa, 0xd9, 0x48, 0x07, 0x14, 0xe6, 0x3d, 0x41, 0xb8, 0x04, 0x57, 0x30, 0x93, 0x2f, 0x59, 0x09, 0x49, 0xc8, 0x19, 0x1d, 0x6f, 0xe8, 0x07, 0xbd, 0x7b, 0xdf, 0xf0, 0x23, 0x41, 0x33, 0x06, 0x08, 0xc8, 0xa4, 0x9a, 0x2c, 0x26, 0xf2, 0x75, 0x3d, 0xf2 } }; static const struct cckprng_op *ops_3095[] = { (const struct cckprng_op *)&op_init_3079, (const struct cckprng_op *)&op_refresh_3080, (const struct cckprng_op *)&op_init_3081, (const struct cckprng_op *)&op_reseed_3082, (const struct cckprng_op *)&op_refresh_3083, (const struct cckprng_op *)&op_reseed_3084, (const struct cckprng_op *)&op_refresh_3085, (const struct cckprng_op *)&op_reseed_3086, (const struct cckprng_op *)&op_reseed_3087, (const struct cckprng_op *)&op_reseed_3088, (const struct cckprng_op *)&op_refresh_3089, (const struct cckprng_op *)&op_refresh_3090, (const struct cckprng_op *)&op_init_3091, (const struct cckprng_op *)&op_reseed_3092, (const struct cckprng_op *)&op_reseed_3093, (const struct cckprng_op *)&op_reseed_3094 }; static const struct cckprng_vector vec_3096 = { .id = 2924, .note = NULL, .nops = 16, .ops = ops_3095 }; static const struct cckprng_op_init op_init_3097 = { .hd = { .id = 2925, .kind = OP_INIT }, .seed = { 0x1e, 0x78, 0x92, 0x90, 0x57, 0xec, 0x64, 0x79, 0x81, 0x9b, 0xc1, 0x2f, 0x16, 0xdc, 0xb6, 0x9f, 0x9b, 0xe4, 0x4c, 0x40, 0xc4, 0xe2, 0xd0, 0x80, 0x88, 0xb4, 0xa3, 0xd2, 0x6a, 0xd8, 0x5e, 0x12 }, .nonce = { 0x67, 0x57, 0x30, 0x0d, 0xf8, 0x21, 0xab, 0x72 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3098 = { .hd = { .id = 2926, .kind = OP_GENERATE }, .rand_nbytes = 283, .out = { .rand = { 0x0b, 0x61, 0xec, 0x19, 0x68, 0xd1, 0x9f, 0x44, 0xbb, 0x6e, 0xde, 0x37, 0x8c, 0xdf, 0xdd, 0x23, 0x3b, 0x7b, 0x6d, 0x1b, 0x1e, 0xca, 0x66, 0x2f, 0xd1, 0x73, 0xb9, 0x8b, 0xeb, 0xf6, 0x9e, 0xe6, 0x8e, 0xac, 0xc5, 0x40, 0x14, 0x7c, 0x45, 0xb7, 0x91, 0x2e, 0x9b, 0xf2, 0x1a, 0xf2, 0xd5, 0xce, 0xf5, 0xda, 0x9c, 0xbb, 0xf3, 0x6a, 0x09, 0x15, 0x0f, 0xfa, 0x24, 0x3e, 0x92, 0xd7, 0x1e, 0x36, 0x1d, 0x5d, 0x9e, 0x4b, 0x29, 0x1f, 0x47, 0xbd, 0x10, 0x75, 0xb8, 0x0e, 0xc7, 0xf9, 0xc4, 0x26, 0x91, 0xc4, 0xb0, 0x72, 0xe8, 0x7c, 0x05, 0x06, 0x96, 0x29, 0x1a, 0xe9, 0xd6, 0x79, 0x83, 0x17, 0x9e, 0x6d, 0x90, 0x1c, 0x05, 0x7e, 0x85, 0x23, 0x35, 0x94, 0xd9, 0x4f, 0xde, 0x3a, 0xbb, 0xd6, 0xf5, 0xe3, 0xd0, 0xff, 0xb9, 0xd1, 0x93, 0x9b, 0xf7, 0x89, 0x3a, 0xe3, 0xc0, 0x6b, 0x9f, 0x3e, 0x73, 0x59, 0x1b, 0x1a, 0xb0, 0x10, 0xf9, 0xff, 0x47, 0x7b, 0x8f, 0xbf, 0xa6, 0x59, 0xca, 0x3a, 0xa8, 0x52, 0x8c, 0x77, 0xa2, 0x4e, 0x57, 0xe8, 0x56, 0x7c, 0xf6, 0x05, 0xae, 0x9a, 0x74, 0x13, 0xdd, 0x05, 0x94, 0xe6, 0x54, 0x7d, 0x6d, 0x56, 0xd1, 0x8c, 0xcb, 0xd2, 0x07, 0xeb, 0x2f, 0x93, 0x13, 0xbe, 0x4d, 0x51, 0x79, 0x44, 0x29, 0xbb, 0xd5, 0x94, 0xb8, 0x52, 0x84, 0x9b, 0x93, 0x27, 0xba, 0xbf, 0xc2, 0x9c, 0xcf, 0x3e, 0xec, 0x21, 0x75, 0x92, 0x67, 0x23, 0xd0, 0xf9, 0xb5, 0xb7, 0xaa, 0x03, 0xe3, 0x7b, 0x0c, 0x7c, 0x7d, 0xc7, 0x6c, 0x06, 0x9d, 0x80, 0x95, 0x89, 0xb5, 0x73, 0x6c, 0x22, 0x65, 0x9c, 0xc4, 0x47, 0xf5, 0xbe, 0xe5, 0x7c, 0xd9, 0x8e, 0xe9, 0x29, 0xbb, 0x68, 0xe4, 0x50, 0x00, 0x49, 0x0d, 0xf5, 0x24, 0x4f, 0x96, 0x52, 0xbe, 0x10, 0x25, 0x6c, 0x89, 0x50, 0xb8, 0x09, 0x75, 0xe3, 0x5a, 0xe4, 0xb6, 0x49, 0xff, 0x79, 0x96, 0xaa, 0xc7, 0x2d, 0xea, 0xbb, 0xe0, 0xc3, 0x36, 0x4f, 0x84, 0x6a, 0x82, 0xf8, 0x8f, 0xa2, 0xaa } } }; static const struct cckprng_op_reseed op_reseed_3099 = { .hd = { .id = 2927, .kind = OP_RESEED }, .nonce = 8116620843496557341ULL, .seed_nbytes = 211, .seed = { 0xaa, 0x8c, 0xb7, 0x76, 0x29, 0xfa, 0xab, 0xd5, 0x38, 0x61, 0x10, 0xa7, 0x88, 0x99, 0xf3, 0x7c, 0x34, 0xc7, 0x4d, 0x82, 0xcc, 0x91, 0xa8, 0xcc, 0x43, 0x22, 0x28, 0x1b, 0x4f, 0x91, 0xa2, 0x4c, 0xac, 0x69, 0x25, 0x65, 0xa3, 0xf7, 0x87, 0x5b, 0xe8, 0x75, 0x38, 0x12, 0xe2, 0xb4, 0x3a, 0xe5, 0x1f, 0x98, 0xc8, 0x10, 0x8e, 0x31, 0xb3, 0x83, 0x65, 0x17, 0x28, 0x4f, 0xa8, 0x86, 0xab, 0x49, 0xcb, 0x47, 0xca, 0x98, 0x73, 0xda, 0x94, 0x12, 0xb4, 0x3c, 0xe5, 0xdb, 0x2d, 0xb5, 0x2e, 0x0f, 0xa9, 0x1d, 0x7c, 0xea, 0x1c, 0x57, 0xde, 0xe6, 0x8e, 0x71, 0x96, 0x80, 0x56, 0x90, 0x69, 0x8e, 0xaf, 0x27, 0x21, 0x63, 0xdb, 0x05, 0x4c, 0x99, 0xbe, 0xb8, 0x84, 0x1f, 0xcd, 0xe4, 0x4e, 0x1b, 0x3e, 0x1b, 0x1c, 0xcd, 0xdd, 0xbd, 0x93, 0x9b, 0x69, 0x0b, 0xa8, 0xa7, 0x56, 0xea, 0xb8, 0x09, 0xb4, 0x5a, 0xa6, 0x56, 0xb2, 0xe8, 0x74, 0xff, 0xd5, 0x3d, 0x43, 0xb5, 0xd1, 0x58, 0x48, 0xc5, 0x63, 0x5e, 0xd0, 0x95, 0x63, 0xe5, 0xaf, 0x57, 0x58, 0x7c, 0x94, 0xd6, 0x78, 0x93, 0x03, 0xe7, 0x20, 0x6b, 0x8c, 0x30, 0xe3, 0x1c, 0xf8, 0x7d, 0x1f, 0x5e, 0x57, 0x87, 0xd6, 0x66, 0x1d, 0xd3, 0x53, 0x49, 0x94, 0xb9, 0xc9, 0x42, 0x09, 0x9a, 0xe5, 0xc5, 0xa9, 0x65, 0x82, 0x9a, 0x19, 0x25, 0x22, 0x2c, 0xbd, 0xea, 0x43, 0xec, 0x92, 0x15, 0x6e, 0xa7, 0x55, 0xc2, 0xdd, 0x69, 0x5f, 0xd2, 0xd5, 0x46, 0x3f } }; static const struct cckprng_op_reseed op_reseed_3100 = { .hd = { .id = 2928, .kind = OP_RESEED }, .nonce = 16498989554983180338ULL, .seed_nbytes = 229, .seed = { 0x52, 0xa9, 0x8d, 0x35, 0x10, 0x0f, 0x2e, 0xb1, 0x86, 0xa7, 0x4c, 0xbe, 0xc1, 0x2d, 0x7d, 0x88, 0x3b, 0x69, 0xe4, 0xf5, 0x6d, 0xf6, 0x0c, 0xed, 0x01, 0xc2, 0x64, 0xc0, 0xf5, 0xe3, 0x5b, 0x9e, 0x55, 0x85, 0xed, 0x4e, 0x76, 0x05, 0xf9, 0x81, 0xe5, 0xa7, 0x05, 0xe7, 0xf7, 0x74, 0x9a, 0x02, 0x41, 0x74, 0x67, 0x2c, 0xb0, 0xfb, 0xd4, 0xa5, 0x8a, 0x11, 0xab, 0xbd, 0x51, 0xa5, 0x3d, 0x17, 0x44, 0x4e, 0xa4, 0x6e, 0x18, 0x6b, 0xd1, 0x38, 0xff, 0x76, 0x5f, 0x21, 0x3a, 0xaa, 0xc9, 0x4e, 0x5a, 0x2c, 0x18, 0x71, 0xbb, 0x3a, 0x1e, 0x08, 0x11, 0x2f, 0x37, 0x2f, 0x2d, 0xe7, 0x87, 0x34, 0x09, 0xc4, 0x7b, 0x00, 0xec, 0x2d, 0xd9, 0x89, 0x7c, 0x7e, 0x6b, 0x57, 0x90, 0x66, 0xec, 0x92, 0x9d, 0x5e, 0x61, 0xdb, 0x11, 0xd3, 0x28, 0x67, 0x9e, 0xda, 0x51, 0x43, 0xb1, 0xf4, 0xa9, 0x3e, 0x99, 0x44, 0x9c, 0xf6, 0x56, 0x70, 0x68, 0xca, 0x61, 0xf4, 0x6a, 0xaa, 0x27, 0x60, 0x00, 0x46, 0x81, 0x50, 0xfc, 0x9f, 0x2a, 0x33, 0x62, 0x42, 0xb4, 0x32, 0x8c, 0xcc, 0xbb, 0xa9, 0x07, 0x48, 0x71, 0xec, 0xd4, 0x25, 0x1e, 0x77, 0x79, 0xfa, 0xe0, 0x4c, 0xfd, 0x60, 0x23, 0x8a, 0x9f, 0xa3, 0x07, 0x9f, 0xcb, 0x53, 0x39, 0xa9, 0x7a, 0x6d, 0xf9, 0x4e, 0xe1, 0x89, 0x2d, 0x08, 0x53, 0xfc, 0x78, 0xb7, 0x41, 0x6a, 0xeb, 0x16, 0x93, 0xc0, 0x43, 0x15, 0xa6, 0xd2, 0x1d, 0x0e, 0x4f, 0x64, 0xd4, 0x41, 0x24, 0xa7, 0x9c, 0x33, 0x74, 0x88, 0x13, 0xf6, 0xd6, 0x04, 0x55, 0xed, 0x93, 0x02, 0x20, 0x85, 0x9a, 0x53, 0xce } }; static const struct cckprng_op_reseed op_reseed_3101 = { .hd = { .id = 2929, .kind = OP_RESEED }, .nonce = 910115773496159398ULL, .seed_nbytes = 17, .seed = { 0x52, 0x43, 0xc8, 0x48, 0x1e, 0xfe, 0x03, 0xdc, 0x9e, 0x23, 0xf7, 0x13, 0x3a, 0x73, 0x10, 0x16, 0xfd } }; static const struct cckprng_op_refresh op_refresh_3102 = { .hd = { .id = 2930, .kind = OP_REFRESH }, .rand = 3962960817017724695ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3103 = { .hd = { .id = 2931, .kind = OP_REFRESH }, .rand = 3755652050330527340ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3104 = { .hd = { .id = 2932, .kind = OP_REFRESH }, .rand = 8353374382489881890ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3105 = { .hd = { .id = 2933, .kind = OP_RESEED }, .nonce = 4119342011643655178ULL, .seed_nbytes = 26, .seed = { 0xab, 0xcb, 0xe7, 0x10, 0x33, 0xf3, 0x24, 0xc2, 0x4c, 0xd0, 0x06, 0x25, 0xdf, 0x50, 0x1f, 0x67, 0xa3, 0xa3, 0x00, 0x7d, 0xa8, 0x6e, 0xb7, 0x75, 0x8e, 0x52 } }; static const struct cckprng_op_generate op_init_3106 = { .hd = { .id = 2934, .kind = OP_GENERATE }, .rand_nbytes = 92, .out = { .rand = { 0xdc, 0x90, 0x08, 0x2c, 0x00, 0x4d, 0xf3, 0x21, 0x2b, 0x83, 0x65, 0x1a, 0x1a, 0x7d, 0x03, 0x8f, 0xcc, 0x73, 0x72, 0x38, 0x16, 0x79, 0x34, 0x0b, 0x97, 0xd5, 0x40, 0xb6, 0xa4, 0xc0, 0xc4, 0xd9, 0x2f, 0xf8, 0x4e, 0x95, 0xe6, 0x48, 0x01, 0xa0, 0x3d, 0x43, 0xc2, 0xfe, 0x8e, 0x0f, 0x00, 0x96, 0x7b, 0xee, 0xe0, 0xa9, 0x5f, 0x52, 0xf7, 0x1b, 0x64, 0x82, 0x37, 0x97, 0xbd, 0x6e, 0xa2, 0xfd, 0x39, 0x1a, 0x25, 0x47, 0xc7, 0x04, 0xb4, 0x23, 0x2d, 0xd3, 0x58, 0x7d, 0x6d, 0x00, 0x4b, 0xbb, 0xc6, 0xd4, 0x85, 0x48, 0xac, 0xc6, 0x2e, 0xad, 0xc1, 0x1a, 0xa3, 0x24 } } }; static const struct cckprng_op_refresh op_refresh_3107 = { .hd = { .id = 2935, .kind = OP_REFRESH }, .rand = 12066170891355592685ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3108 = { .hd = { .id = 2936, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0xbb, 0xc4, 0x4b, 0x39, 0xf8, 0x0d, 0xd1, 0xaf, 0xcc, 0xa9, 0x52, 0xd6, 0x35, 0xf7, 0x7b, 0x88, 0x62, 0x7a, 0xae, 0xfb, 0x64, 0x56, 0xe9, 0x4c, 0xb4, 0x46, 0x80, 0x2a, 0x5e, 0xa7, 0x52, 0xef, 0x3b, 0x27, 0xfc, 0xfd, 0x69, 0x28, 0xdf, 0xbb, 0x65, 0xab, 0xf2, 0xc9, 0xf5, 0x69, 0x87, 0x08, 0x41, 0x19, 0xfe, 0xc8, 0xd6, 0xf8, 0xab, 0x6a, 0x5d, 0x71, 0x12, 0x2b, 0x89, 0x7a, 0x22, 0x09, 0xe9, 0x56, 0x3a, 0x49, 0xf8, 0xc2, 0x18, 0x46, 0x36, 0x39, 0xfd, 0x1b, 0x68, 0xe8, 0x14, 0x17, 0x0a, 0x47, 0x3c, 0xff, 0x61, 0x94, 0xf1, 0x37, 0x21, 0x84, 0xbf, 0x9d, 0x24, 0x0c, 0xfa, 0x72, 0x75, 0x3d, 0xc4, 0xd0, 0xfd, 0x3e, 0xf6, 0x93, 0xad, 0x93, 0x46, 0x5b, 0x6e, 0xb6, 0x4b, 0x40, 0x93, 0xf4, 0x93, 0x16, 0x75, 0x4d, 0xa5, 0x2b, 0xdd, 0x0d, 0x72, 0x00, 0xf9, 0xe4, 0xf0, 0x2f, 0x9c, 0xae, 0x37, 0xc9 } } }; static const struct cckprng_op_refresh op_refresh_3109 = { .hd = { .id = 2937, .kind = OP_REFRESH }, .rand = 14954869098037450998ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3110 = { .hd = { .id = 2938, .kind = OP_RESEED }, .nonce = 17885041578804519111ULL, .seed_nbytes = 124, .seed = { 0xd6, 0xda, 0xbf, 0xf2, 0x2a, 0x99, 0x2e, 0x21, 0xea, 0x34, 0x0d, 0x38, 0x6a, 0xa4, 0x5e, 0xc5, 0x1b, 0xe4, 0xa4, 0x1f, 0xc6, 0x37, 0x94, 0x94, 0xad, 0x67, 0x99, 0x6c, 0x14, 0x13, 0x93, 0xef, 0xf7, 0x7f, 0xd1, 0xc6, 0x89, 0xb6, 0xf2, 0xc2, 0xd8, 0x8d, 0x9c, 0x7b, 0xe7, 0x19, 0x5b, 0x1b, 0xce, 0x6b, 0x35, 0x6e, 0xf3, 0x1a, 0xd7, 0xe7, 0x50, 0xac, 0x23, 0x15, 0x13, 0x00, 0x39, 0x43, 0x46, 0x16, 0xe0, 0xaa, 0x33, 0x31, 0x66, 0x1e, 0xfc, 0x83, 0xb3, 0xfc, 0xfd, 0xa3, 0xc6, 0x53, 0x16, 0xae, 0x71, 0xb9, 0xdd, 0xc0, 0xad, 0xa3, 0x97, 0x0e, 0xab, 0x66, 0xb6, 0xcc, 0xcd, 0xa9, 0xe3, 0xff, 0x07, 0x6d, 0xb8, 0xb4, 0xff, 0x06, 0x51, 0xac, 0x48, 0x14, 0xac, 0xb6, 0x09, 0xee, 0xd8, 0xfd, 0x28, 0x6d, 0x8f, 0xbb, 0x7f, 0x23, 0x39, 0xb4, 0xe2, 0xa2 } }; static const struct cckprng_op_generate op_init_3111 = { .hd = { .id = 2939, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0x49, 0xf3, 0x6a, 0xf2, 0x66, 0xe8, 0x0b, 0x99, 0xa0, 0x45, 0x91, 0xf4, 0x05, 0x52, 0xf4, 0x1e, 0x05, 0xd7, 0x13, 0xdc, 0x8c, 0x9f, 0x19 } } }; static const struct cckprng_op_generate op_init_3112 = { .hd = { .id = 2940, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0x0a, 0x4f, 0x0c, 0x33, 0xd9, 0x87, 0xa0, 0x0a, 0xc8, 0x33, 0x06, 0x1a, 0x99, 0x6b, 0xe4, 0x62, 0x70, 0xed, 0x87, 0xda, 0xec, 0xf5, 0xd4, 0x99, 0x56, 0x9d, 0x9a, 0xfe, 0x2d, 0x63, 0x11, 0xc5, 0xfa, 0xfe, 0x37, 0x4e, 0xb1, 0x13, 0xbb, 0xf7, 0x3b, 0xc3, 0xc3, 0x1b, 0x2d, 0xfc, 0xe3, 0x2b, 0xe6, 0x03, 0xc1, 0xaf, 0xfa, 0xcc, 0x62, 0x28, 0xe8, 0xcc, 0x7b, 0x69, 0xbc, 0xfe, 0x6a, 0x68, 0x59, 0x6d, 0x48, 0x9b, 0xb4, 0xe0, 0xf1, 0xba, 0x89, 0xed, 0x9d, 0xbb, 0x6d, 0xe6, 0xbb, 0x7c, 0xd5, 0x4e, 0xbd, 0x00, 0x20, 0xa1, 0x79, 0xb8, 0x3f, 0x0e, 0xe2, 0x69, 0x38, 0x36, 0xae, 0x8d, 0x09, 0x91, 0xc3, 0x2c, 0x28, 0xe1, 0x59, 0x3f, 0x9f, 0x09, 0xee, 0xda, 0xf6, 0xe5, 0x39, 0x21, 0x0e, 0xa4, 0xb4, 0x96, 0x52, 0xdb, 0xa3, 0x19, 0x5b, 0x26, 0x30, 0xc0, 0x07, 0x42, 0xe1, 0x4b, 0xb7, 0xa9, 0xa1, 0x44, 0xcf, 0x9a, 0xa8, 0x58, 0xe0, 0x03, 0xef, 0x72, 0x49, 0xa7, 0x54, 0xaa, 0xc1, 0x4e, 0x08, 0xdb, 0xf7, 0x34, 0x46, 0xaa, 0x05, 0x5a, 0x63, 0x7b, 0xac, 0x50, 0x2f, 0x50, 0x4f, 0x20, 0x10, 0x34, 0x66, 0x98, 0x7d, 0xdd, 0x31, 0x4e, 0x6e, 0xf2, 0xcf, 0x8f, 0x41, 0xb6, 0x7b, 0xb5, 0xe4, 0x2a, 0x49, 0x42, 0xde, 0x00, 0xae, 0xaf, 0xb6, 0x2e, 0x3e, 0xf3, 0x6d, 0x9a, 0x5b, 0x47, 0x60, 0x69, 0x3b, 0xfb, 0x77, 0xc0, 0xfc, 0x46, 0x32, 0x55, 0x6a, 0x60, 0x99, 0x9a, 0x55, 0x72, 0xcf, 0x07, 0xa9, 0x83, 0x9f, 0x51, 0x80, 0xf2, 0x94, 0x3e, 0xa8, 0xe8, 0x7d, 0xa2, 0xeb, 0x79, 0x21, 0xd8, 0x37, 0xa3, 0x6d, 0x11, 0x34, 0x47, 0xfa, 0x32, 0x57, 0xd2, 0xef, 0xdf, 0x17, 0xbb, 0xf1 } } }; static const struct cckprng_op *ops_3113[] = { (const struct cckprng_op *)&op_init_3097, (const struct cckprng_op *)&op_init_3098, (const struct cckprng_op *)&op_reseed_3099, (const struct cckprng_op *)&op_reseed_3100, (const struct cckprng_op *)&op_reseed_3101, (const struct cckprng_op *)&op_refresh_3102, (const struct cckprng_op *)&op_refresh_3103, (const struct cckprng_op *)&op_refresh_3104, (const struct cckprng_op *)&op_reseed_3105, (const struct cckprng_op *)&op_init_3106, (const struct cckprng_op *)&op_refresh_3107, (const struct cckprng_op *)&op_init_3108, (const struct cckprng_op *)&op_refresh_3109, (const struct cckprng_op *)&op_reseed_3110, (const struct cckprng_op *)&op_init_3111, (const struct cckprng_op *)&op_init_3112 }; static const struct cckprng_vector vec_3114 = { .id = 2941, .note = NULL, .nops = 16, .ops = ops_3113 }; static const struct cckprng_op_init op_init_3115 = { .hd = { .id = 2942, .kind = OP_INIT }, .seed = { 0x06, 0xe6, 0xb6, 0x7c, 0xde, 0x02, 0xd3, 0x68, 0x9d, 0xf0, 0x41, 0x7c, 0xd5, 0x13, 0x04, 0x3e, 0x18, 0x67, 0xe8, 0x55, 0x7c, 0xd5, 0x6a, 0xdb, 0xd4, 0x30, 0x67, 0x32, 0xd5, 0x33, 0xfe, 0xf3 }, .nonce = { 0x7f, 0xd9, 0x62, 0xad, 0x0d, 0x77, 0x0c, 0x15 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3116 = { .hd = { .id = 2943, .kind = OP_REFRESH }, .rand = 8898330536172756365ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3117 = { .hd = { .id = 2944, .kind = OP_RESEED }, .nonce = 8450364923466864410ULL, .seed_nbytes = 151, .seed = { 0x4e, 0x9d, 0xdc, 0xdd, 0xeb, 0x21, 0x44, 0xdd, 0x1b, 0xdf, 0xdc, 0x61, 0xf8, 0x17, 0xec, 0x6f, 0x19, 0xab, 0x21, 0x3a, 0xde, 0x01, 0x20, 0x7c, 0xf3, 0xdd, 0xf5, 0x25, 0xca, 0xc2, 0x48, 0xa4, 0xd2, 0xfe, 0x51, 0xc5, 0xc2, 0x6b, 0x28, 0xf8, 0x8a, 0xaa, 0x97, 0x84, 0x53, 0xdf, 0x87, 0xd6, 0x7f, 0x61, 0x93, 0x26, 0x93, 0xb1, 0xdd, 0x20, 0x66, 0xeb, 0xcc, 0x75, 0xa4, 0xee, 0x4f, 0xc6, 0xf9, 0xdc, 0x9c, 0x69, 0xe6, 0x54, 0x9f, 0x3c, 0x71, 0x4d, 0x5c, 0x7f, 0x68, 0x2f, 0xf2, 0x96, 0x71, 0xcb, 0xee, 0xc3, 0x68, 0xa4, 0x61, 0xfb, 0x85, 0xd1, 0x7c, 0x52, 0xf3, 0x66, 0x81, 0xb4, 0xc0, 0x31, 0x90, 0x5d, 0xce, 0xed, 0x5a, 0x04, 0x59, 0xe2, 0x05, 0x0a, 0x81, 0xdd, 0x2a, 0x85, 0x19, 0x7f, 0x07, 0xfc, 0x14, 0x9e, 0x34, 0x9b, 0x4b, 0xf5, 0xf5, 0xbc, 0x2d, 0xf7, 0x76, 0x87, 0xfa, 0x05, 0x28, 0x48, 0xc4, 0xad, 0x03, 0x47, 0xb1, 0x74, 0x8e, 0xab, 0x0a, 0x09, 0x1a, 0xa1, 0x02, 0x54, 0x48, 0x9c, 0x2d, 0x77, 0xde } }; static const struct cckprng_op_reseed op_reseed_3118 = { .hd = { .id = 2945, .kind = OP_RESEED }, .nonce = 6943303708327169893ULL, .seed_nbytes = 205, .seed = { 0x5d, 0x6f, 0x44, 0x0f, 0x82, 0x68, 0x67, 0x26, 0xf9, 0x7b, 0x36, 0xd1, 0xe0, 0xf5, 0xb1, 0x07, 0x81, 0xaa, 0x05, 0x24, 0x74, 0xe7, 0x08, 0x60, 0x6c, 0x5c, 0x99, 0x31, 0x7e, 0x1a, 0x62, 0xf1, 0x1b, 0x93, 0xe1, 0x8a, 0x14, 0x47, 0x18, 0x30, 0x40, 0xc1, 0x56, 0xf5, 0xbd, 0xf7, 0xf4, 0x7e, 0x17, 0x73, 0x9f, 0x43, 0x01, 0x73, 0x38, 0x0a, 0xe3, 0x72, 0x27, 0xc2, 0x24, 0x79, 0xb5, 0xcd, 0xfa, 0x82, 0xaa, 0x92, 0xaf, 0xc3, 0x76, 0xaa, 0xb5, 0x3d, 0xef, 0xf4, 0xdb, 0xcd, 0x26, 0xd3, 0xdd, 0xd9, 0x7b, 0xdb, 0x12, 0x84, 0x25, 0x1c, 0x6a, 0x15, 0x65, 0x53, 0x28, 0xea, 0x90, 0x91, 0xc1, 0xfa, 0xbe, 0x27, 0x98, 0x26, 0x02, 0xf6, 0x52, 0x6f, 0xb9, 0x33, 0x1e, 0x9f, 0xbb, 0xc2, 0xfd, 0x3b, 0x1a, 0x87, 0x4d, 0x85, 0x11, 0x37, 0x44, 0x4e, 0x2f, 0x94, 0xdc, 0x7f, 0x1d, 0xa9, 0xae, 0xc1, 0x7a, 0xb9, 0xd9, 0x36, 0x76, 0xaf, 0x03, 0x80, 0x34, 0x16, 0x26, 0x41, 0x35, 0x4c, 0x96, 0x6c, 0x43, 0x39, 0xe2, 0xc2, 0xa7, 0x70, 0x81, 0x58, 0x87, 0x87, 0xdc, 0xa8, 0x7d, 0x11, 0x4c, 0xf6, 0x6e, 0xe0, 0x8f, 0x43, 0xef, 0x2e, 0x94, 0x11, 0xb1, 0x20, 0x6a, 0x87, 0x6b, 0xd5, 0xd2, 0x99, 0x69, 0x75, 0x8b, 0x33, 0xcd, 0xab, 0x3e, 0x4a, 0x6e, 0xf1, 0xc4, 0x80, 0xfd, 0xae, 0xc8, 0xae, 0x54, 0x01, 0xb5, 0x31, 0x61, 0xab, 0x83, 0x48, 0x5b, 0x07, 0xd4 } }; static const struct cckprng_op_generate op_init_3119 = { .hd = { .id = 2946, .kind = OP_GENERATE }, .rand_nbytes = 152, .out = { .rand = { 0xc7, 0x59, 0xa9, 0xe0, 0x9c, 0xe6, 0x0e, 0x04, 0x92, 0x22, 0x31, 0x4a, 0x6d, 0xd9, 0xed, 0xad, 0x5b, 0x80, 0xde, 0x6c, 0xff, 0x82, 0xe0, 0x3a, 0xd4, 0x19, 0x1b, 0x1d, 0x16, 0x78, 0x8d, 0x31, 0x1b, 0x49, 0x8a, 0x33, 0xca, 0x73, 0x38, 0x9e, 0x80, 0x39, 0x6c, 0xc5, 0xbc, 0x91, 0x3f, 0x47, 0x64, 0x3d, 0x1a, 0x63, 0x48, 0xb9, 0x1a, 0xc7, 0x2f, 0x28, 0x42, 0xd8, 0x74, 0xd8, 0x79, 0xb5, 0x7c, 0xe4, 0x82, 0x1a, 0xe5, 0x20, 0xf9, 0x94, 0x03, 0xc9, 0x03, 0xfa, 0xbf, 0x46, 0x0a, 0x1a, 0xea, 0x0f, 0x78, 0xbe, 0x2a, 0xbd, 0xf1, 0xa0, 0xd9, 0x67, 0xb8, 0xa2, 0x8a, 0x15, 0xe3, 0x4a, 0x50, 0x13, 0x94, 0x4a, 0x55, 0x21, 0x98, 0x8f, 0x5a, 0xf7, 0x5b, 0x4a, 0x80, 0x96, 0x15, 0xb7, 0x8f, 0xc1, 0x3e, 0xdb, 0x63, 0xa6, 0xa2, 0xfb, 0x55, 0xe1, 0x04, 0x3f, 0x89, 0x52, 0xe3, 0x18, 0xdc, 0x8d, 0x2e, 0xab, 0x5a, 0xb5, 0xe5, 0x53, 0x62, 0x86, 0x14, 0x4e, 0x21, 0x4b, 0x78, 0x4a, 0xc5, 0xf4, 0x36, 0xfd, 0x4d, 0x05, 0x11, 0x12 } } }; static const struct cckprng_op_refresh op_refresh_3120 = { .hd = { .id = 2947, .kind = OP_REFRESH }, .rand = 7832037135500959490ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3121 = { .hd = { .id = 2948, .kind = OP_RESEED }, .nonce = 8225248551568787179ULL, .seed_nbytes = 66, .seed = { 0xcd, 0x6f, 0x16, 0xfe, 0x9f, 0x6f, 0x11, 0xee, 0x12, 0x72, 0x16, 0x3a, 0xc3, 0x39, 0xdd, 0x60, 0x7f, 0x41, 0xa9, 0x9b, 0x0e, 0x50, 0x9a, 0x78, 0xcb, 0x9a, 0x81, 0x43, 0x0d, 0xa8, 0x80, 0xea, 0xc8, 0x04, 0xe5, 0x15, 0x6b, 0x6f, 0xad, 0xc2, 0xb7, 0x6e, 0x9a, 0xd7, 0x62, 0x04, 0x90, 0x43, 0xb5, 0x8b, 0x53, 0xff, 0x97, 0x42, 0x49, 0x90, 0x10, 0xfc, 0x06, 0xd6, 0xd9, 0x98, 0x24, 0xe8, 0x1a, 0xe3 } }; static const struct cckprng_op_generate op_init_3122 = { .hd = { .id = 2949, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0x83, 0x6e, 0xd7, 0x7c, 0xfb, 0x0a, 0x34, 0xea, 0x71, 0x46, 0x58, 0x6d, 0x58, 0xaf, 0x5f, 0x89, 0x3f, 0x65, 0x22, 0xf2, 0x25, 0xf2, 0x09, 0x75, 0x7e, 0xe7, 0x7a, 0x39, 0xce, 0x56, 0xb2, 0x07, 0x76, 0x91, 0x01, 0xcb, 0x00, 0xab, 0x8d, 0xf3, 0x1e, 0xe8, 0x2c, 0xd0, 0x39, 0x79, 0x98, 0x8d, 0x36, 0x1b, 0x88, 0xda, 0xf1, 0xe9, 0x61, 0x8a, 0xe7, 0x3e, 0x2b, 0x4a, 0x39, 0x41, 0xa2, 0x3e, 0xc7, 0x3d, 0x7b, 0x11, 0xb0, 0xb8, 0x0a, 0xd2, 0x7a, 0x82, 0x82, 0x35, 0x9b, 0xad, 0x5c, 0xfb, 0x7f, 0xd1, 0x72, 0x67, 0x33, 0x97, 0x1a, 0x7b, 0x36, 0x4e, 0x9c, 0xc9, 0x2a, 0xcb, 0xfc, 0x0d, 0x17, 0x7d, 0x27, 0x4b, 0x41, 0x32, 0x9b, 0x6c, 0x57, 0x60, 0x4b, 0xb3, 0xa4, 0x2f, 0x30, 0xa9, 0x6b, 0xd3, 0xda, 0x12, 0x4d, 0xd3, 0xa8, 0x11, 0x2e, 0x40, 0xaf, 0xc4, 0xce, 0xfb, 0x22, 0xf8, 0xb5, 0x51, 0x23, 0x80, 0xda, 0x7f, 0x48, 0xaf, 0xe5, 0xa9, 0xde, 0xb8, 0x94, 0xe4, 0xfb, 0x46, 0x0b, 0xf9, 0xe9, 0xb3, 0x8a, 0xc8, 0x28, 0xa6, 0x8f, 0xda, 0xe3, 0x9a, 0xf0, 0x31, 0x03, 0x2c, 0x9e, 0xdb, 0x70, 0x7b, 0xc5, 0xa4, 0x9f, 0x45, 0x34, 0xbb, 0xe3, 0xcf, 0x70 } } }; static const struct cckprng_op_refresh op_refresh_3123 = { .hd = { .id = 2950, .kind = OP_REFRESH }, .rand = 16739200122766734014ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3124 = { .hd = { .id = 2951, .kind = OP_REFRESH }, .rand = 463951063536125438ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3125 = { .hd = { .id = 2952, .kind = OP_REFRESH }, .rand = 5046093574814196403ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3126 = { .hd = { .id = 2953, .kind = OP_GENERATE }, .rand_nbytes = 53, .out = { .rand = { 0xa7, 0x8b, 0x38, 0x54, 0x05, 0x5a, 0x9a, 0x00, 0xe1, 0xc1, 0x61, 0x44, 0x8f, 0xaf, 0xb2, 0x89, 0x04, 0x59, 0x9c, 0x73, 0xad, 0xd3, 0xe2, 0xd3, 0x1a, 0x92, 0xac, 0xcf, 0xff, 0xcc, 0x9b, 0xa6, 0x52, 0x3e, 0xe1, 0x4c, 0x09, 0xe4, 0x10, 0xa8, 0x99, 0xfb, 0xac, 0xb1, 0x6a, 0x7a, 0xf5, 0xa1, 0x6d, 0x24, 0x61, 0x0d, 0x86 } } }; static const struct cckprng_op_refresh op_refresh_3127 = { .hd = { .id = 2954, .kind = OP_REFRESH }, .rand = 14193707196630760487ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3128 = { .hd = { .id = 2955, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0xa0, 0xc2, 0xce, 0xe3, 0x11, 0x6b, 0x49, 0x89, 0xb8, 0xf9, 0xef, 0x25, 0x16, 0x94, 0x8f, 0x2b, 0x22, 0x5e, 0xab, 0x61, 0x12, 0x86, 0x06, 0xf5, 0x30, 0xe7, 0xee, 0x16, 0xb8, 0x26, 0xb2, 0x3d, 0x87, 0x76, 0xda, 0xea, 0x3f } } }; static const struct cckprng_op_reseed op_reseed_3129 = { .hd = { .id = 2956, .kind = OP_RESEED }, .nonce = 1441302030251877162ULL, .seed_nbytes = 185, .seed = { 0xfb, 0x38, 0x29, 0x47, 0xc2, 0x53, 0x3f, 0xfb, 0x8a, 0x70, 0x13, 0x45, 0x89, 0x87, 0xac, 0xa1, 0xf5, 0x14, 0xf7, 0x93, 0xb4, 0x52, 0xc9, 0x41, 0x50, 0xab, 0x5e, 0x19, 0xe7, 0xd7, 0xbf, 0xf2, 0xaa, 0xc1, 0xd8, 0x5a, 0xeb, 0x4e, 0xc7, 0x0c, 0x2d, 0x44, 0xc5, 0x04, 0x19, 0x4e, 0xea, 0xd4, 0x94, 0x1a, 0x79, 0x8a, 0xba, 0xa2, 0xae, 0x50, 0x40, 0xce, 0x6b, 0x44, 0xd2, 0xe8, 0x55, 0x2a, 0xd3, 0xfb, 0xb9, 0x3b, 0x43, 0x70, 0x37, 0x48, 0x33, 0x1b, 0xc1, 0x27, 0x75, 0xb5, 0x02, 0x83, 0xe6, 0xb4, 0x2d, 0x16, 0xef, 0x26, 0x2e, 0xa6, 0x89, 0x16, 0x15, 0x21, 0xea, 0x69, 0x98, 0x18, 0xe6, 0xa4, 0x1a, 0x79, 0x6c, 0xd7, 0x09, 0x33, 0x9c, 0x2d, 0x50, 0xe8, 0x97, 0x28, 0x54, 0x46, 0x3c, 0xac, 0x9d, 0xa2, 0xf9, 0x26, 0x90, 0x85, 0x9f, 0xe0, 0x02, 0x19, 0xc8, 0x93, 0x15, 0x5b, 0x28, 0x11, 0x06, 0x33, 0x25, 0x2d, 0xe3, 0x33, 0xbc, 0xbc, 0xd3, 0x37, 0x97, 0x7e, 0xd5, 0xa3, 0xc7, 0x6c, 0xdf, 0xbe, 0x27, 0x0c, 0x0b, 0xd9, 0x18, 0xd0, 0x64, 0x90, 0xa9, 0x30, 0x63, 0x61, 0x49, 0x03, 0xec, 0x76, 0xfe, 0x4e, 0x55, 0xa5, 0xde, 0x39, 0x4a, 0x42, 0xba, 0xda, 0xeb, 0x77, 0x03, 0x18, 0x7a, 0xa8, 0x63, 0x46, 0x5a, 0x54, 0xb7 } }; static const struct cckprng_op_reseed op_reseed_3130 = { .hd = { .id = 2957, .kind = OP_RESEED }, .nonce = 13252523428405305153ULL, .seed_nbytes = 116, .seed = { 0xc8, 0x60, 0xd8, 0x7f, 0xe0, 0x1b, 0xde, 0xfa, 0x06, 0x27, 0xdf, 0x03, 0xfc, 0x7e, 0xc0, 0x02, 0x8d, 0x95, 0x17, 0xd8, 0x76, 0x2a, 0x60, 0x50, 0x61, 0xc0, 0xa7, 0x62, 0x76, 0xb9, 0x99, 0x8c, 0xcc, 0x9d, 0x80, 0xe6, 0x5e, 0x1f, 0x21, 0x47, 0x35, 0x5d, 0x07, 0x92, 0xfd, 0x70, 0xb3, 0x96, 0x57, 0x8e, 0x29, 0x4e, 0xdf, 0xe3, 0x97, 0xb9, 0xeb, 0x23, 0x63, 0xc2, 0x34, 0xe7, 0x93, 0x37, 0x66, 0x47, 0x75, 0x3c, 0xdb, 0xed, 0xa5, 0x56, 0x0c, 0xaa, 0xd7, 0x40, 0xdb, 0x84, 0x3b, 0x43, 0xab, 0x41, 0x8a, 0x16, 0x3d, 0xa2, 0xc5, 0x72, 0x22, 0x21, 0x47, 0xb8, 0xff, 0x53, 0x5e, 0x20, 0xfc, 0xf0, 0x9b, 0x07, 0x24, 0x23, 0xc2, 0x60, 0x7e, 0x05, 0xef, 0x60, 0xf5, 0xb6, 0x8f, 0xdb, 0xf0, 0x96, 0x8e, 0x5a } }; static const struct cckprng_op *ops_3131[] = { (const struct cckprng_op *)&op_init_3115, (const struct cckprng_op *)&op_refresh_3116, (const struct cckprng_op *)&op_reseed_3117, (const struct cckprng_op *)&op_reseed_3118, (const struct cckprng_op *)&op_init_3119, (const struct cckprng_op *)&op_refresh_3120, (const struct cckprng_op *)&op_reseed_3121, (const struct cckprng_op *)&op_init_3122, (const struct cckprng_op *)&op_refresh_3123, (const struct cckprng_op *)&op_refresh_3124, (const struct cckprng_op *)&op_refresh_3125, (const struct cckprng_op *)&op_init_3126, (const struct cckprng_op *)&op_refresh_3127, (const struct cckprng_op *)&op_init_3128, (const struct cckprng_op *)&op_reseed_3129, (const struct cckprng_op *)&op_reseed_3130 }; static const struct cckprng_vector vec_3132 = { .id = 2958, .note = NULL, .nops = 16, .ops = ops_3131 }; static const struct cckprng_op_init op_init_3133 = { .hd = { .id = 2959, .kind = OP_INIT }, .seed = { 0xf6, 0x74, 0xab, 0xd3, 0xe2, 0xcb, 0x71, 0xd6, 0x2a, 0x66, 0x6e, 0x26, 0xc2, 0x67, 0x4c, 0x4c, 0x0e, 0x34, 0xff, 0x48, 0xb2, 0x39, 0x8f, 0xa9, 0xb5, 0xaf, 0xa6, 0x6f, 0xfd, 0x47, 0x73, 0x96 }, .nonce = { 0x9f, 0xd1, 0x7f, 0xc7, 0x5d, 0x87, 0x7e, 0x72 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3134 = { .hd = { .id = 2960, .kind = OP_REFRESH }, .rand = 254251600142142269ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3135 = { .hd = { .id = 2961, .kind = OP_GENERATE }, .rand_nbytes = 245, .out = { .rand = { 0xa4, 0x29, 0x1e, 0x1a, 0x8e, 0xff, 0xfd, 0xbd, 0x08, 0x60, 0x06, 0x4b, 0x5c, 0x23, 0x8c, 0xeb, 0x50, 0x49, 0xa3, 0x8e, 0x9e, 0xde, 0xa5, 0x6d, 0xa6, 0x02, 0x0d, 0xd0, 0xe7, 0x4c, 0x7c, 0xc7, 0xdc, 0xbc, 0x70, 0x9a, 0xc3, 0x15, 0x1b, 0xfd, 0xe0, 0x7b, 0x3f, 0x30, 0x75, 0x1a, 0xcb, 0x1a, 0x3b, 0x39, 0xd4, 0x0e, 0x2b, 0xab, 0x80, 0xf8, 0x77, 0x0b, 0x0c, 0x64, 0xac, 0x1e, 0xd5, 0x0d, 0x62, 0x4b, 0xa2, 0x65, 0xfa, 0x51, 0x3a, 0xde, 0x36, 0x35, 0x56, 0x5e, 0xc5, 0x37, 0xb8, 0x20, 0x68, 0xb4, 0x27, 0x40, 0x1b, 0xe7, 0xf6, 0x72, 0xc5, 0x60, 0xb9, 0xc5, 0xbe, 0x19, 0x96, 0xf0, 0x31, 0x6a, 0xb9, 0x76, 0xf4, 0x83, 0x5c, 0x28, 0x13, 0x5d, 0x6b, 0x16, 0xb7, 0x9a, 0x5c, 0x25, 0xe2, 0x72, 0x3e, 0x17, 0x56, 0xdb, 0x82, 0x53, 0xb1, 0xf0, 0x5b, 0xf5, 0x4a, 0x9b, 0xb3, 0xd4, 0xad, 0x4e, 0x0f, 0x8c, 0xea, 0xba, 0x3c, 0x01, 0x0a, 0x9d, 0x2c, 0x0a, 0x4a, 0x7a, 0xd3, 0x6b, 0x0f, 0xad, 0x3b, 0x47, 0xb9, 0x1e, 0x43, 0x8a, 0x49, 0xa5, 0x7f, 0x98, 0xc0, 0xd5, 0xf8, 0x19, 0xac, 0x68, 0xb0, 0xea, 0x49, 0x51, 0x32, 0x7b, 0x9b, 0x54, 0x3d, 0x8e, 0x54, 0xec, 0x2f, 0xe7, 0xe2, 0x6a, 0x4c, 0xd0, 0xf3, 0x2f, 0x8c, 0xaf, 0x1e, 0x16, 0x5e, 0x55, 0xe1, 0xec, 0x7e, 0xcc, 0x26, 0x10, 0xf8, 0x44, 0xda, 0xf6, 0xba, 0xa8, 0x59, 0x2a, 0x06, 0xbd, 0x6e, 0x17, 0xc1, 0x6a, 0x76, 0x79, 0x44, 0x53, 0xf4, 0x40, 0xe9, 0x10, 0x74, 0x1f, 0xcd, 0x7e, 0x70, 0x7a, 0x86, 0xae, 0x0b, 0x15, 0x95, 0x5d, 0x8e, 0x52, 0x87, 0x7c, 0x5f, 0x63, 0x51, 0xfc, 0xff, 0xf2, 0x37, 0xba, 0x15, 0xd2, 0x3f, 0xf8, 0x24 } } }; static const struct cckprng_op_generate op_init_3136 = { .hd = { .id = 2962, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0x49, 0x6c, 0xfe, 0x52, 0xf8, 0x7f, 0x40, 0xc1, 0x3c, 0x71, 0x64, 0x02, 0x84, 0x54, 0x41, 0x41, 0xe0, 0xa2, 0xac, 0x35, 0x8e, 0xf2, 0xd8, 0xc4, 0x7b, 0x48, 0xbe, 0xed, 0x46, 0xd6, 0x6c, 0x8f, 0x89, 0x12, 0x8e, 0x23, 0x1a, 0xef, 0x21, 0xe9, 0x5d, 0x11, 0xdc, 0x3d, 0x24, 0xc5, 0xe1, 0x9c, 0x2c, 0x1f, 0x99, 0x9e, 0xdd, 0x97, 0xb8, 0x0c, 0x5a, 0x20, 0x11, 0xa7, 0x58, 0x31, 0xff, 0x74, 0xa2, 0x19, 0x05, 0xc5, 0xec, 0x63, 0xe6, 0xc0, 0xd3, 0x31, 0xfa, 0xdf, 0x1c, 0x58, 0xa4, 0xea, 0x98, 0xfb, 0xba, 0xdf, 0x65, 0x22, 0xc4, 0xe1, 0x63, 0x1a, 0x33, 0x93, 0xf6, 0xa0, 0xf6, 0x3a, 0x44, 0x49, 0x6d, 0xaa, 0xd4, 0x46, 0x61, 0x82, 0xc6, 0xce, 0x87, 0x5d, 0xef, 0xfb, 0x17, 0xd3, 0x68, 0xf2, 0x22, 0x6a, 0xb9, 0x30, 0xe5, 0xde, 0x14, 0x84, 0x7e, 0x2e, 0x39, 0x9b, 0xd0, 0x5f, 0x26, 0xb8, 0xe2, 0x7d, 0x86, 0xc0, 0x99, 0x95, 0xf8, 0x24, 0x74, 0xc0, 0xf8, 0x49, 0x76, 0x63, 0x01, 0x8f, 0xc5, 0x6d, 0x07, 0x35, 0x49, 0xff, 0x1c, 0x2e, 0xb7, 0xdc, 0x76, 0x20, 0x78, 0xa1, 0x14, 0xce, 0x62, 0xb3, 0xa8, 0x13, 0xe3, 0x90, 0xf0, 0xf2, 0x3a, 0x41, 0xb6 } } }; static const struct cckprng_op_generate op_init_3137 = { .hd = { .id = 2963, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x14, 0xbe, 0x07, 0x2d, 0x01, 0xf7, 0x51, 0x42, 0xc8, 0x33, 0x4c, 0x8a, 0x5a, 0x7c, 0xcf, 0x8c, 0x2d, 0x72, 0x8e, 0xfb, 0x00, 0x25, 0x68, 0xa3, 0x4b, 0xa8, 0x3e, 0xf3, 0x49, 0xf5, 0x7d, 0x3c, 0x9d, 0x08, 0xfa, 0x63, 0x2e, 0x67, 0x7e, 0xa5, 0xbc, 0xb2, 0xb9, 0x38, 0x50, 0xf5, 0x39, 0xd7, 0x4d, 0x22, 0xb7, 0xcb, 0xb0, 0x35, 0x87, 0xb8, 0x50, 0x60, 0x5c, 0xca, 0xb8, 0x1f, 0x93, 0x07, 0x49, 0x99, 0x0a, 0x86, 0xe0, 0x90, 0x65, 0x4a, 0x35, 0x74, 0x8c, 0x62, 0xc9, 0x79, 0x66, 0x30, 0xd1, 0x59, 0x5f, 0xf4, 0xe5, 0x7e, 0x37, 0x83, 0xc4, 0xdb, 0xe7, 0x2a, 0x30, 0x8d, 0x5a, 0xeb, 0xa7, 0x18, 0xe6, 0x70, 0xcf, 0x5a, 0x65, 0xf9, 0x5c, 0x46, 0x6b, 0xf1, 0x4f, 0x6d, 0x82, 0xca, 0x5b, 0x3b, 0x79, 0xb6, 0x7f, 0x2b, 0x41, 0x58, 0x86, 0x9e, 0x1e, 0x51, 0x97, 0xf8, 0x04, 0xea, 0x50, 0x87, 0x1e, 0xfe, 0x0c, 0xf0, 0xe6, 0x9f, 0x55, 0x0c, 0xe1, 0x71, 0x4e, 0x40, 0x9c, 0xc8, 0x61, 0x96, 0xce, 0x60, 0xfb, 0x68, 0xcc, 0x44, 0x94, 0x81, 0x5f, 0xff, 0xf4, 0xbb, 0xfa, 0x47, 0xfb, 0x9b, 0x14, 0xad, 0xa7, 0x06, 0x33, 0x0c, 0xbb, 0x5f, 0x44, 0x09, 0xe1, 0x47, 0xf1, 0x61, 0xf3, 0x1a, 0xbe, 0x1e, 0x79, 0xcd, 0xb0, 0xca, 0xd0, 0x5a, 0x8a, 0xbc, 0xfa, 0x75, 0x84, 0xa6, 0x94, 0x7a, 0x3c, 0xcb, 0x9a, 0x67, 0x0b, 0x64, 0x0d, 0xab, 0x5a, 0x95, 0x3b, 0x0c, 0x00, 0x0b, 0x66, 0x4e, 0xf7, 0x4c, 0xae, 0x80, 0x5e, 0x72, 0x3a, 0x06, 0x99, 0x5b, 0x5c, 0x25, 0x01, 0x4c, 0x47, 0x22, 0x51, 0xb9, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_3138 = { .hd = { .id = 2964, .kind = OP_REFRESH }, .rand = 1097579416202703747ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3139 = { .hd = { .id = 2965, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x29, 0x41, 0x73, 0xe2, 0xea, 0x58, 0xf1, 0x1a, 0xdb, 0xa4, 0x96, 0x10, 0x16, 0x9f, 0xd9, 0x20, 0x7b, 0xc4, 0x24, 0x0c, 0x74, 0x55, 0x87, 0x90, 0xf6, 0x5c, 0x3f, 0x48, 0xc0, 0x4c, 0x99, 0x61, 0x01, 0x1d, 0xd0, 0x8b, 0xe0, 0x8d, 0xc0, 0x0c, 0x25, 0xf4, 0xcc, 0xee, 0xcd, 0x13, 0x7b, 0xb3, 0x90, 0x4a, 0xd5, 0xa8, 0x71, 0x7d, 0x2a, 0xd4, 0x87, 0x48, 0xa2, 0x7d, 0x10, 0x2a, 0x05, 0x40, 0xd2, 0x0f, 0xcb, 0xaa, 0x64, 0x6b, 0x82, 0xa0, 0xc2, 0xb5, 0xd5, 0xe5, 0x91, 0x88, 0xbd, 0x3d, 0x4b, 0xd0, 0x4c, 0xdb, 0xb4, 0x6a, 0x09, 0x9f, 0x77, 0x0b, 0xb1, 0x25, 0x47, 0xfa, 0x1f, 0x59, 0x81, 0x98, 0x7a, 0x68, 0xc4, 0x49, 0x97, 0x3d, 0x7c } } }; static const struct cckprng_op_refresh op_refresh_3140 = { .hd = { .id = 2966, .kind = OP_REFRESH }, .rand = 2405167215825989083ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3141 = { .hd = { .id = 2967, .kind = OP_REFRESH }, .rand = 2033727336172602938ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3142 = { .hd = { .id = 2968, .kind = OP_REFRESH }, .rand = 6813560452061114505ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3143 = { .hd = { .id = 2969, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0x3b, 0x87, 0x91, 0xa8, 0xd3, 0x41, 0x0c, 0x3d, 0xae, 0x49 } } }; static const struct cckprng_op_refresh op_refresh_3144 = { .hd = { .id = 2970, .kind = OP_REFRESH }, .rand = 4437761757170376782ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3145 = { .hd = { .id = 2971, .kind = OP_RESEED }, .nonce = 739037890413971663ULL, .seed_nbytes = 144, .seed = { 0x1a, 0x75, 0x03, 0xc9, 0x1c, 0x58, 0xec, 0x7f, 0xac, 0xb4, 0x56, 0xf9, 0x96, 0x2e, 0x93, 0xa7, 0x10, 0x9f, 0x90, 0x0b, 0x9e, 0xd0, 0xc5, 0xbe, 0xe7, 0xe4, 0x1d, 0x11, 0x38, 0x50, 0x93, 0x61, 0xd0, 0xc9, 0x2c, 0xee, 0xde, 0x1d, 0xab, 0x0f, 0xbe, 0x50, 0x35, 0x87, 0xb1, 0xca, 0x8a, 0x71, 0xf0, 0xaf, 0x0e, 0x1e, 0x49, 0x61, 0x8c, 0x9e, 0x92, 0x81, 0x20, 0xe3, 0xc1, 0x7a, 0x16, 0xdd, 0xff, 0x83, 0x81, 0x18, 0x08, 0xb5, 0xb9, 0xbe, 0x6d, 0x96, 0x59, 0x51, 0x06, 0xa5, 0x97, 0x73, 0x70, 0xd9, 0x3d, 0x51, 0x8c, 0x06, 0xcb, 0x61, 0xac, 0x4f, 0x88, 0xc1, 0xd6, 0xf7, 0xf7, 0x59, 0xa4, 0x30, 0x19, 0xde, 0x11, 0xca, 0x00, 0x5e, 0x1c, 0x41, 0x63, 0xc3, 0x1e, 0xc9, 0x8b, 0x3f, 0xfc, 0x5d, 0x5b, 0x21, 0x27, 0x9a, 0x11, 0xe7, 0xd9, 0x7b, 0x13, 0x69, 0x33, 0xde, 0x5f, 0x36, 0x5d, 0x14, 0x87, 0x2d, 0x7b, 0xf9, 0x2d, 0x02, 0x69, 0x3e, 0xa4, 0x9e, 0x08, 0x01, 0xea, 0xdf } }; static const struct cckprng_op_refresh op_refresh_3146 = { .hd = { .id = 2972, .kind = OP_REFRESH }, .rand = 211017748548622019ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3147 = { .hd = { .id = 2973, .kind = OP_REFRESH }, .rand = 16880783402111993737ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3148 = { .hd = { .id = 2974, .kind = OP_GENERATE }, .rand_nbytes = 186, .out = { .rand = { 0x0b, 0xdf, 0xde, 0x75, 0x6b, 0x54, 0xa5, 0xf9, 0x68, 0x0c, 0xb2, 0xda, 0x48, 0x09, 0x92, 0x58, 0x8a, 0x09, 0x54, 0xb7, 0x93, 0xaf, 0x49, 0x01, 0x07, 0xaf, 0xad, 0x80, 0x9f, 0x97, 0xc0, 0x61, 0x4b, 0x9f, 0xbc, 0x9f, 0xac, 0x88, 0x7c, 0x83, 0x29, 0x10, 0x74, 0x1b, 0x8a, 0xb6, 0x54, 0x20, 0x29, 0x7d, 0x5a, 0x42, 0x47, 0xd7, 0x50, 0xd2, 0x80, 0x65, 0x16, 0xae, 0x0a, 0x5b, 0xa4, 0x03, 0x2d, 0x70, 0x22, 0xf0, 0x6c, 0x28, 0x75, 0xa9, 0xd5, 0xaf, 0xea, 0xe7, 0x6e, 0x22, 0xc5, 0x9c, 0x7e, 0xed, 0x92, 0x0b, 0x13, 0x6e, 0xe1, 0x89, 0x36, 0x5e, 0x4d, 0x46, 0x90, 0x56, 0x5f, 0xfc, 0x4b, 0xaa, 0x42, 0x00, 0x41, 0xd1, 0x3c, 0x3e, 0x3b, 0x46, 0x38, 0xe9, 0x81, 0xdf, 0xbd, 0x26, 0x8f, 0xab, 0xc3, 0xe6, 0xe0, 0xb9, 0xab, 0xd8, 0xd4, 0xd4, 0xc9, 0xd6, 0x52, 0xb1, 0x5a, 0x4e, 0x6f, 0x08, 0x04, 0xb2, 0x0f, 0xef, 0x9e, 0xe3, 0x71, 0x11, 0x9b, 0x98, 0xa6, 0xec, 0x4d, 0xdc, 0x17, 0x8a, 0x6c, 0x6f, 0x11, 0x85, 0xd1, 0x1c, 0xba, 0x04, 0x58, 0xfc, 0x5c, 0x90, 0x79, 0x7a, 0x6c, 0x30, 0xf5, 0x09, 0x4e, 0x7e, 0xfd, 0x6d, 0x06, 0x0a, 0x33, 0x32, 0x05, 0x4f, 0xf3, 0x15, 0xdd, 0x08, 0x1a, 0xaf, 0x89, 0x95, 0x44, 0x5d, 0xe4, 0x10 } } }; static const struct cckprng_op *ops_3149[] = { (const struct cckprng_op *)&op_init_3133, (const struct cckprng_op *)&op_refresh_3134, (const struct cckprng_op *)&op_init_3135, (const struct cckprng_op *)&op_init_3136, (const struct cckprng_op *)&op_init_3137, (const struct cckprng_op *)&op_refresh_3138, (const struct cckprng_op *)&op_init_3139, (const struct cckprng_op *)&op_refresh_3140, (const struct cckprng_op *)&op_refresh_3141, (const struct cckprng_op *)&op_refresh_3142, (const struct cckprng_op *)&op_init_3143, (const struct cckprng_op *)&op_refresh_3144, (const struct cckprng_op *)&op_reseed_3145, (const struct cckprng_op *)&op_refresh_3146, (const struct cckprng_op *)&op_refresh_3147, (const struct cckprng_op *)&op_init_3148 }; static const struct cckprng_vector vec_3150 = { .id = 2975, .note = NULL, .nops = 16, .ops = ops_3149 }; static const struct cckprng_op_init op_init_3151 = { .hd = { .id = 2976, .kind = OP_INIT }, .seed = { 0x69, 0xca, 0xbb, 0x05, 0x21, 0xa4, 0x12, 0x64, 0xdf, 0xe0, 0xd0, 0x83, 0xe1, 0x4d, 0x41, 0xf9, 0x59, 0x7e, 0xb4, 0xba, 0xf0, 0x48, 0x65, 0x3b, 0x33, 0x95, 0x5e, 0x91, 0xde, 0x16, 0x8d, 0x65 }, .nonce = { 0xa4, 0x78, 0xe8, 0xf3, 0x19, 0x1e, 0x1d, 0xdc }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3152 = { .hd = { .id = 2977, .kind = OP_REFRESH }, .rand = 15760053900412453659ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3153 = { .hd = { .id = 2978, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0x1c, 0x10, 0x4f, 0x39, 0x2a, 0xe1, 0x9a, 0xc8, 0x7b, 0x66, 0xad, 0xa7, 0x04, 0xa9, 0x00, 0xb6, 0x09, 0x98 } } }; static const struct cckprng_op_generate op_init_3154 = { .hd = { .id = 2979, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0x24, 0x74, 0x8d, 0x02, 0xc4, 0x04, 0xc9, 0xb4, 0x2d, 0xb9, 0x82, 0xa8, 0xfa, 0x6a, 0x8c, 0x89, 0x99, 0x9a, 0x77, 0x21, 0x09, 0x2c, 0x53, 0x02, 0x6e, 0x92, 0x82, 0x25, 0xcd, 0x54, 0x73, 0x38, 0xd8, 0xf7, 0x7a, 0x3f, 0x85, 0x7f, 0xc5, 0x89, 0x24, 0xcb, 0x5f, 0x5b, 0xb9, 0x4a, 0x31, 0xae, 0xb6, 0x89, 0xb3, 0x7b, 0xba, 0x3e, 0x6c, 0xce, 0x10, 0xc8, 0x7e, 0xd8, 0x87, 0x75, 0x99, 0x75, 0xc3, 0xb8, 0x3f, 0x96, 0x52, 0x2d, 0x28, 0x3b, 0x8a, 0xb2, 0xc7, 0x7c, 0xf0, 0x6b, 0x96, 0x9e, 0xbf, 0x7a, 0xc5, 0x07, 0x31, 0x5c, 0xf9, 0x64, 0x36, 0x0f, 0x88, 0x69, 0x58, 0x61, 0xc6, 0xf6, 0x2e, 0x34, 0xb9, 0x20, 0xf9, 0xfa, 0xd8, 0x5e, 0xfe, 0xcc, 0xd2, 0xf6, 0x7b, 0xcc, 0xd8, 0xde, 0x3c, 0x2e, 0x1d, 0xdd, 0xb1, 0xde, 0x97, 0x22, 0x22, 0xfb, 0x24, 0x0b, 0x6d, 0xf4, 0x5a, 0x92, 0x96, 0x30, 0xee, 0x8f, 0xb8, 0xa8, 0x55, 0xb8, 0x97, 0xa5, 0xf9, 0x16, 0xa9, 0x82, 0x48, 0xd0, 0xf3, 0xba, 0xd4, 0x7e, 0xb7, 0x0a, 0x6c, 0x89, 0x7d, 0xbc, 0xff, 0xa2, 0x8b, 0x77, 0x74, 0x8f, 0x7f, 0x42, 0x86, 0x41, 0x70, 0x21, 0x01, 0x90, 0x34, 0xab, 0x19, 0x4f, 0xdc, 0x7b, 0xaf } } }; static const struct cckprng_op_reseed op_reseed_3155 = { .hd = { .id = 2980, .kind = OP_RESEED }, .nonce = 12612197850309038063ULL, .seed_nbytes = 256, .seed = { 0xfa, 0x87, 0x1e, 0x3e, 0x33, 0x30, 0x96, 0xc4, 0x5a, 0x16, 0x98, 0x56, 0xcb, 0xcd, 0x7c, 0x44, 0x17, 0x59, 0xb4, 0xd1, 0xd6, 0xb4, 0x4d, 0x8c, 0x59, 0x0a, 0x29, 0xdc, 0x31, 0xbb, 0x7d, 0xed, 0xc3, 0xca, 0xd2, 0x16, 0x06, 0xa3, 0xc1, 0x46, 0xb5, 0x52, 0x79, 0xc0, 0x32, 0xc0, 0xeb, 0x7e, 0x70, 0xfd, 0xe6, 0xcf, 0x1c, 0xfc, 0x21, 0xf0, 0x20, 0x36, 0xff, 0x02, 0x89, 0xe6, 0x47, 0x1a, 0x99, 0xa8, 0x48, 0xbd, 0x72, 0xf7, 0x02, 0xdf, 0xac, 0xa5, 0x88, 0xd3, 0x1f, 0x3c, 0x28, 0x1b, 0x87, 0x64, 0x2c, 0x0c, 0xc8, 0x89, 0x9a, 0x36, 0x91, 0x7b, 0x01, 0x56, 0x01, 0x4b, 0x93, 0xde, 0xe1, 0x56, 0x1f, 0xa2, 0xad, 0x5f, 0x0b, 0x16, 0xf5, 0xe8, 0x1b, 0x55, 0xf6, 0x08, 0x0a, 0x09, 0x5a, 0x05, 0xaf, 0xe3, 0x15, 0x73, 0x34, 0xe2, 0xa1, 0x94, 0xda, 0xb8, 0xa3, 0xad, 0x42, 0x1a, 0xdc, 0xe5, 0x03, 0xe0, 0x80, 0x4c, 0xa3, 0xe9, 0x8a, 0xcf, 0x22, 0xab, 0xc2, 0x46, 0x0d, 0xc6, 0xe5, 0x6b, 0x14, 0x3a, 0xe8, 0xe4, 0x85, 0x0f, 0x50, 0x65, 0xaf, 0x87, 0x51, 0x77, 0x47, 0x94, 0x53, 0xa1, 0xda, 0xd6, 0x68, 0x25, 0x6d, 0xda, 0xad, 0x32, 0x88, 0x87, 0x74, 0x26, 0xd6, 0xb0, 0x04, 0x0d, 0x3a, 0x0b, 0x08, 0xc0, 0x24, 0xb6, 0x18, 0x97, 0xb5, 0x20, 0xbd, 0x3e, 0xda, 0xe8, 0x5f, 0x2a, 0x2a, 0x4b, 0x44, 0xe1, 0xdc, 0xcd, 0x65, 0x9f, 0xec, 0x32, 0xdf, 0x12, 0xbc, 0x33, 0xc4, 0xe5, 0xbc, 0xa0, 0x0c, 0xc5, 0x96, 0xd3, 0x8b, 0x2f, 0xe7, 0x52, 0x57, 0x0f, 0x76, 0xe2, 0xc4, 0xf8, 0xd5, 0xe8, 0x4d, 0x48, 0xb3, 0xef, 0x98, 0x3c, 0x51, 0xcb, 0xf8, 0xc8, 0x6e, 0xa3, 0xbf, 0x4d, 0x9e, 0xb3, 0x22, 0xbb, 0xfe, 0x3e, 0xb6, 0xf6, 0x65, 0xc5, 0xc2, 0xdf, 0x18, 0x0b } }; static const struct cckprng_op_reseed op_reseed_3156 = { .hd = { .id = 2981, .kind = OP_RESEED }, .nonce = 3861425379475433812ULL, .seed_nbytes = 219, .seed = { 0xbe, 0xe4, 0x19, 0x30, 0x3b, 0x2e, 0x97, 0x1e, 0xda, 0x32, 0x31, 0xc7, 0x43, 0x11, 0xa2, 0x98, 0x9d, 0x41, 0x16, 0xe4, 0x85, 0x6b, 0x39, 0xe4, 0x8f, 0x84, 0x32, 0x52, 0x29, 0x02, 0x8f, 0x51, 0x00, 0x01, 0xea, 0x9a, 0xb6, 0x79, 0x24, 0x32, 0x0e, 0x20, 0x3a, 0x42, 0x24, 0xd1, 0x0c, 0xcf, 0xc8, 0xd1, 0x59, 0x11, 0x6f, 0xe1, 0x50, 0x5a, 0x6f, 0xe7, 0x39, 0xb4, 0x87, 0x73, 0xdb, 0x2c, 0x8f, 0xc6, 0x27, 0x11, 0xe6, 0x74, 0x4a, 0x47, 0xd2, 0x8e, 0x60, 0xcd, 0xfc, 0x58, 0xe8, 0xf7, 0x2c, 0x14, 0x88, 0x9b, 0xaa, 0x9b, 0x50, 0x06, 0xfd, 0x5b, 0x5b, 0x77, 0xde, 0xd9, 0x7a, 0x92, 0x7b, 0x15, 0x1f, 0xfe, 0x5b, 0x67, 0x87, 0x95, 0x8b, 0x04, 0x1e, 0x0d, 0x83, 0x2e, 0xa0, 0xa6, 0xc3, 0xe4, 0x9c, 0x93, 0xd8, 0x93, 0x08, 0x90, 0xb0, 0xa9, 0x08, 0x46, 0xef, 0x44, 0xd2, 0xb2, 0x90, 0xe7, 0xd2, 0x9a, 0x7c, 0xb3, 0xee, 0xfa, 0x1f, 0x99, 0x5b, 0x54, 0xe4, 0x66, 0xa3, 0x9c, 0xa7, 0x7f, 0x4d, 0x8e, 0xdd, 0xf1, 0x69, 0x56, 0x6e, 0x00, 0x6d, 0xd9, 0x19, 0x9e, 0x4e, 0xe3, 0x5c, 0x3b, 0xa2, 0xef, 0xbc, 0xed, 0xd4, 0xa9, 0x47, 0x6a, 0x01, 0xd6, 0x7c, 0xf0, 0x86, 0x32, 0x6e, 0x53, 0x41, 0xe7, 0x72, 0x12, 0x54, 0xad, 0x71, 0x12, 0x78, 0x1b, 0x23, 0x8e, 0xb6, 0xe9, 0x8d, 0xe6, 0xff, 0x84, 0x2f, 0x9b, 0x74, 0x94, 0xf0, 0x23, 0xb6, 0x97, 0x3c, 0x0a, 0x55, 0x34, 0x6f, 0x85, 0xef, 0x14, 0xc0, 0xc5, 0x18, 0xfe, 0xdb, 0x39, 0x9c } }; static const struct cckprng_op_generate op_init_3157 = { .hd = { .id = 2982, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0xfb, 0x5b, 0xee, 0xe2, 0xfd, 0x06, 0x59, 0x78, 0x9d, 0xd3, 0x0b, 0x09, 0x3b, 0x59, 0x0a, 0xf0, 0xf5, 0x9e, 0x21, 0xb4, 0x1b } } }; static const struct cckprng_op_reseed op_reseed_3158 = { .hd = { .id = 2983, .kind = OP_RESEED }, .nonce = 3540698939024728186ULL, .seed_nbytes = 234, .seed = { 0x2e, 0xba, 0x72, 0x4b, 0x46, 0x5a, 0x9b, 0xea, 0xb0, 0x8e, 0x27, 0x87, 0xd2, 0x50, 0x93, 0xee, 0x73, 0x21, 0x91, 0xaa, 0x8e, 0x91, 0xcd, 0x79, 0xa0, 0xcf, 0x21, 0x51, 0x73, 0x4c, 0x79, 0xa4, 0xe8, 0x48, 0x42, 0xb9, 0xd5, 0x05, 0x5d, 0xaf, 0x25, 0x2c, 0xdf, 0xaa, 0xc7, 0x45, 0x74, 0xc9, 0x64, 0xbf, 0x9b, 0xad, 0x79, 0x69, 0xe8, 0xe7, 0x35, 0xaa, 0x75, 0xd0, 0x92, 0xeb, 0x9c, 0xe8, 0x23, 0x5d, 0x35, 0xed, 0xf0, 0x74, 0x46, 0x08, 0x09, 0x18, 0x9a, 0x26, 0x38, 0xc7, 0xe0, 0x8d, 0x75, 0x08, 0x8e, 0x77, 0xf2, 0x6c, 0x70, 0x27, 0x7e, 0xf8, 0x03, 0x90, 0x6b, 0x35, 0x04, 0xf9, 0x6e, 0x0e, 0x7a, 0x57, 0xa2, 0xf2, 0x87, 0x35, 0x50, 0x78, 0x07, 0x23, 0x62, 0x87, 0xe2, 0xa1, 0xdd, 0x4e, 0xca, 0x4a, 0xd3, 0x01, 0x40, 0x76, 0xd2, 0x2f, 0x63, 0xa6, 0x04, 0x73, 0xb1, 0x36, 0xb4, 0x24, 0x53, 0x02, 0x56, 0x3e, 0x79, 0x0e, 0xa3, 0x25, 0x31, 0x0b, 0x03, 0x65, 0x39, 0x76, 0xd6, 0xc1, 0xe6, 0xcb, 0x77, 0xd7, 0xb3, 0x4b, 0x0e, 0x19, 0x22, 0x7f, 0x8e, 0xb9, 0x39, 0xfa, 0x8f, 0xe0, 0xf1, 0xca, 0x72, 0xe6, 0x70, 0x0c, 0xee, 0x0c, 0x15, 0x07, 0xe2, 0xec, 0x53, 0xfd, 0x2c, 0x4e, 0xef, 0x4b, 0x40, 0xda, 0x8a, 0x33, 0x98, 0x59, 0x7e, 0xdf, 0x05, 0x69, 0x49, 0x80, 0x00, 0xab, 0x05, 0x52, 0x17, 0x5d, 0xf7, 0x82, 0x56, 0xda, 0xfa, 0xd3, 0xef, 0xbe, 0x7a, 0x48, 0x6b, 0x80, 0xa4, 0xcc, 0xf2, 0x9a, 0x18, 0x44, 0xbd, 0xdc, 0x13, 0xe1, 0x7a, 0x8a, 0xe7, 0x47, 0x25, 0x4d, 0x46, 0x0b, 0xef, 0xcd, 0x06, 0x7f, 0xbd, 0xf9 } }; static const struct cckprng_op_refresh op_refresh_3159 = { .hd = { .id = 2984, .kind = OP_REFRESH }, .rand = 14773363617742239158ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3160 = { .hd = { .id = 2985, .kind = OP_RESEED }, .nonce = 6703148428208309255ULL, .seed_nbytes = 246, .seed = { 0x29, 0x0b, 0xe8, 0x22, 0xb3, 0x7d, 0x9c, 0xf8, 0xec, 0x73, 0x11, 0x02, 0xf1, 0xde, 0x19, 0x89, 0x98, 0x8d, 0xdd, 0xf4, 0x25, 0x94, 0xe4, 0x66, 0x27, 0xa5, 0xa1, 0x82, 0x00, 0x92, 0xd5, 0xbb, 0x3b, 0x10, 0x00, 0x35, 0x9f, 0xec, 0x71, 0x47, 0xf5, 0x09, 0xe7, 0x29, 0xb9, 0xec, 0xd3, 0x6b, 0xc7, 0x25, 0x06, 0x9f, 0x86, 0x4f, 0x06, 0x8b, 0x75, 0xb8, 0xed, 0x62, 0xc0, 0xe2, 0x22, 0x77, 0xf9, 0xaa, 0x09, 0x9c, 0xb5, 0xe9, 0xb5, 0x18, 0xdf, 0xa1, 0x2c, 0x44, 0xbf, 0x36, 0x79, 0x44, 0xe9, 0x1a, 0x0e, 0x1c, 0xf2, 0x29, 0x81, 0xde, 0x3e, 0x5e, 0x5c, 0x9c, 0xbd, 0x0a, 0x08, 0xa8, 0xc2, 0x41, 0xb2, 0xe8, 0xf7, 0xc4, 0x86, 0xe8, 0xde, 0xaf, 0xb3, 0xad, 0xc3, 0xbf, 0xf1, 0x76, 0x99, 0xa2, 0x78, 0x58, 0x11, 0xb8, 0xe1, 0x57, 0x4d, 0x5e, 0xa4, 0x72, 0x1a, 0xca, 0x97, 0xe9, 0xa7, 0x58, 0x1f, 0xf1, 0x01, 0x27, 0x8e, 0x3a, 0x70, 0x3c, 0x79, 0x02, 0x7d, 0xcb, 0xd8, 0xe9, 0xc6, 0x06, 0x86, 0x1c, 0x15, 0xf0, 0xe2, 0x73, 0xb9, 0x1e, 0xe1, 0x84, 0xd3, 0xbc, 0xb6, 0x5a, 0x03, 0xbb, 0xd9, 0xec, 0x49, 0x36, 0x3b, 0xe0, 0x78, 0x30, 0x65, 0x85, 0xc3, 0xbe, 0x92, 0x70, 0xf7, 0xe8, 0x9f, 0x6e, 0x12, 0xd6, 0x5f, 0x0c, 0xc7, 0xa0, 0xc3, 0x35, 0x92, 0x04, 0x66, 0xdb, 0x2f, 0xdf, 0xca, 0x1f, 0x79, 0xa4, 0xcf, 0xb6, 0x5b, 0x58, 0xdd, 0xf5, 0xc1, 0x9f, 0x55, 0x8e, 0x1f, 0xe3, 0x69, 0xe9, 0x36, 0xc0, 0x90, 0x6e, 0x93, 0x76, 0xc4, 0x37, 0x9c, 0x35, 0x29, 0x48, 0x2a, 0xa0, 0x05, 0xa6, 0xba, 0x50, 0x41, 0xc9, 0x26, 0x73, 0xba, 0x53, 0xad, 0xcc, 0x2e, 0x66, 0xea, 0x8d, 0xf8, 0x59, 0xd6, 0x75 } }; static const struct cckprng_op_reseed op_reseed_3161 = { .hd = { .id = 2986, .kind = OP_RESEED }, .nonce = 17554422276099951816ULL, .seed_nbytes = 101, .seed = { 0x7f, 0x9c, 0x7c, 0x66, 0x63, 0x61, 0x88, 0xc1, 0x52, 0x5a, 0x1c, 0xda, 0x09, 0x21, 0x6d, 0x3d, 0x86, 0xef, 0xf6, 0x19, 0x9e, 0x9f, 0xda, 0x72, 0xe3, 0x0b, 0x71, 0x8e, 0xd5, 0xa2, 0x06, 0xa8, 0x3f, 0x23, 0x6c, 0xa3, 0xd2, 0xbb, 0x0e, 0x3f, 0x8b, 0x12, 0x5f, 0x3c, 0xd7, 0xf3, 0xdb, 0x5b, 0xad, 0xc9, 0x78, 0xc6, 0xf9, 0x97, 0x31, 0xfe, 0x82, 0x8f, 0x30, 0x7e, 0xf2, 0x16, 0x6b, 0x56, 0xff, 0x3e, 0xfb, 0x09, 0xe3, 0xcc, 0x9c, 0xfe, 0x1f, 0xd4, 0x0a, 0x27, 0xbf, 0xb2, 0x11, 0xe9, 0xad, 0x27, 0x1b, 0xc0, 0x75, 0xec, 0xfa, 0x8b, 0x62, 0xe8, 0xb3, 0xd4, 0xa7, 0x8a, 0x98, 0x35, 0xf1, 0x42, 0xf6, 0x6a, 0x47 } }; static const struct cckprng_op_reseed op_reseed_3162 = { .hd = { .id = 2987, .kind = OP_RESEED }, .nonce = 5513814539594058315ULL, .seed_nbytes = 65, .seed = { 0x9a, 0xb2, 0x42, 0x80, 0xc8, 0xb6, 0xae, 0x5e, 0xad, 0x41, 0x34, 0x5c, 0xb4, 0x9d, 0xeb, 0xea, 0x8b, 0x4d, 0xb5, 0x6f, 0x2b, 0x8c, 0xb0, 0x39, 0x6a, 0x6b, 0xc8, 0x2f, 0xa4, 0xf2, 0xfc, 0x7e, 0x87, 0xbb, 0x13, 0x10, 0xa1, 0xb3, 0x8c, 0x6e, 0xcc, 0x17, 0x0f, 0x11, 0x9f, 0x9b, 0x15, 0xc0, 0x55, 0x96, 0xfb, 0x6a, 0x2e, 0xe5, 0x42, 0xff, 0xaf, 0x28, 0xbb, 0x07, 0xa7, 0x05, 0x98, 0x84, 0x6e } }; static const struct cckprng_op_generate op_init_3163 = { .hd = { .id = 2988, .kind = OP_GENERATE }, .rand_nbytes = 210, .out = { .rand = { 0x9c, 0x35, 0xc7, 0xae, 0x15, 0xde, 0xbe, 0x08, 0x13, 0x50, 0xa3, 0xd9, 0x4d, 0xf4, 0x53, 0xcf, 0x78, 0xac, 0x5f, 0x8e, 0xbf, 0xcc, 0x38, 0xcf, 0x43, 0x0f, 0x78, 0x28, 0x94, 0x14, 0x76, 0xcf, 0xfb, 0xec, 0x7d, 0x2c, 0x39, 0xc6, 0x62, 0xe3, 0x8f, 0x6c, 0xa7, 0xa5, 0x88, 0x92, 0xea, 0xd3, 0xa2, 0x72, 0xd0, 0x2c, 0x4d, 0xbd, 0x79, 0x40, 0x7d, 0x6c, 0xdf, 0xab, 0x20, 0x73, 0x8f, 0xbf, 0xcf, 0xb9, 0xb1, 0xab, 0xa7, 0xba, 0x1d, 0x04, 0xd5, 0x9a, 0x8d, 0xb5, 0x01, 0x2a, 0x5d, 0x24, 0xf4, 0x35, 0xb9, 0xc0, 0xd2, 0x01, 0x02, 0x90, 0x9d, 0xe2, 0x41, 0xcd, 0xc8, 0x37, 0x8d, 0x7f, 0x9d, 0x0a, 0x7b, 0xb0, 0xd0, 0xb4, 0xbf, 0x39, 0x14, 0x3d, 0x89, 0x11, 0xce, 0x2b, 0x63, 0xc7, 0x98, 0xc9, 0x76, 0x16, 0x7e, 0x61, 0x5d, 0x20, 0x8a, 0xb2, 0x9a, 0xa6, 0xd0, 0xfe, 0xfa, 0xaa, 0x1d, 0x1c, 0x4b, 0xda, 0xe9, 0xc3, 0xd7, 0xc7, 0x09, 0x43, 0x23, 0x2c, 0x6c, 0x92, 0x2a, 0x7f, 0xe0, 0x4b, 0xa6, 0x3f, 0x9a, 0xec, 0x4e, 0x18, 0xb8, 0xd1, 0xab, 0x39, 0x75, 0xfb, 0x48, 0x05, 0x0e, 0x3b, 0xdc, 0xec, 0xdf, 0x02, 0x77, 0x1f, 0x09, 0x18, 0x45, 0xb0, 0xb3, 0x69, 0x0a, 0xbf, 0x72, 0x3c, 0xeb, 0xca, 0x24, 0x09, 0x19, 0xb3, 0xc4, 0xbd, 0x8e, 0x15, 0xbb, 0xdf, 0x29, 0x54, 0x78, 0xfc, 0x6b, 0x1d, 0x79, 0x96, 0x87, 0x6d, 0xce, 0xa5, 0x7c, 0x82, 0x42, 0xdf, 0x13, 0xc2, 0xef, 0xf6 } } }; static const struct cckprng_op_generate op_init_3164 = { .hd = { .id = 2989, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x39, 0x74, 0x0a, 0x0a, 0x0b, 0xab, 0x8c, 0xf3, 0xc0, 0x2c, 0xc1, 0xe3, 0x6d, 0x9b, 0x3a, 0x7d, 0x67, 0x28, 0x37, 0x6e, 0x20, 0x38, 0x0e, 0x29, 0x0c, 0x1a, 0xfd, 0x73, 0xa1, 0xc1, 0x20, 0xf7, 0x1e, 0xd6, 0x8a, 0xec, 0x38, 0x0c, 0xdf, 0xcd, 0xfb, 0x5c, 0xab, 0xe0, 0xe6, 0x4d, 0x74, 0xbd, 0x8b, 0xd3, 0x5a, 0x38, 0x03, 0x0e, 0x6c, 0x1a, 0x22, 0xfd, 0x67, 0x93, 0xce, 0xfe, 0x17, 0xb2, 0x15, 0x54, 0x5f, 0x17, 0xef, 0x35, 0x29, 0x06, 0xe8, 0x61, 0x70, 0x1a, 0x02, 0xd4, 0xcf, 0x60, 0x4d, 0x2e, 0xbd, 0xa8, 0xd3, 0xab, 0x03, 0xa7, 0xa6, 0x6f, 0x77, 0xf6, 0x2f, 0x0a, 0x3a, 0x41, 0x2b, 0xa6, 0x7c, 0x7c, 0x42, 0x41, 0x61, 0x0d, 0xf9, 0x83, 0x5d, 0x09, 0x0e, 0x05, 0xfb, 0x13, 0xc5, 0xf7, 0x45, 0xa7, 0xc5, 0x09, 0xa9, 0xde, 0x06, 0xb5, 0xa7, 0x9c, 0xdf, 0x49, 0xbc, 0x26, 0xdd, 0xc6, 0x6e, 0x33, 0x75, 0x4e, 0x23, 0x23, 0x45, 0xc7, 0x0c, 0x49, 0x79, 0xe3, 0xd9, 0x93, 0xaf, 0x5d, 0x55, 0xf9, 0x2b, 0xe9, 0x54, 0xa2, 0x5a, 0xf8, 0xb9, 0x84, 0xe7, 0xf7, 0x9b, 0x97, 0x15, 0xa8, 0x44, 0xa1, 0xce, 0x08 } } }; static const struct cckprng_op_refresh op_refresh_3165 = { .hd = { .id = 2990, .kind = OP_REFRESH }, .rand = 6261393514074482351ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3166 = { .hd = { .id = 2991, .kind = OP_RESEED }, .nonce = 5980266295803021296ULL, .seed_nbytes = 49, .seed = { 0xc3, 0x70, 0xcb, 0x0e, 0x4a, 0x7d, 0xd7, 0x78, 0xe4, 0x31, 0x86, 0x32, 0xdc, 0x8d, 0xf7, 0xec, 0xda, 0x7c, 0xb7, 0xcc, 0xaf, 0x5f, 0x3e, 0x73, 0x95, 0xc3, 0x81, 0x35, 0x78, 0xa4, 0x2a, 0x5f, 0x8a, 0x9b, 0x8b, 0xea, 0xca, 0x82, 0xbf, 0x4f, 0xd3, 0xc9, 0x54, 0x03, 0x38, 0x4d, 0x96, 0x6f, 0xa5 } }; static const struct cckprng_op *ops_3167[] = { (const struct cckprng_op *)&op_init_3151, (const struct cckprng_op *)&op_refresh_3152, (const struct cckprng_op *)&op_init_3153, (const struct cckprng_op *)&op_init_3154, (const struct cckprng_op *)&op_reseed_3155, (const struct cckprng_op *)&op_reseed_3156, (const struct cckprng_op *)&op_init_3157, (const struct cckprng_op *)&op_reseed_3158, (const struct cckprng_op *)&op_refresh_3159, (const struct cckprng_op *)&op_reseed_3160, (const struct cckprng_op *)&op_reseed_3161, (const struct cckprng_op *)&op_reseed_3162, (const struct cckprng_op *)&op_init_3163, (const struct cckprng_op *)&op_init_3164, (const struct cckprng_op *)&op_refresh_3165, (const struct cckprng_op *)&op_reseed_3166 }; static const struct cckprng_vector vec_3168 = { .id = 2992, .note = NULL, .nops = 16, .ops = ops_3167 }; static const struct cckprng_op_init op_init_3169 = { .hd = { .id = 2993, .kind = OP_INIT }, .seed = { 0xcd, 0x42, 0x8f, 0xf9, 0xd9, 0xe2, 0xce, 0x51, 0x3c, 0x6a, 0x07, 0x32, 0xfa, 0xa0, 0xe7, 0x6d, 0x57, 0x42, 0xea, 0x11, 0xfc, 0x31, 0xed, 0x1c, 0xf4, 0x30, 0xc2, 0xf0, 0x7d, 0xa3, 0x96, 0x19 }, .nonce = { 0x07, 0xbe, 0xf7, 0x83, 0x41, 0x08, 0xbd, 0xe3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3170 = { .hd = { .id = 2994, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0xfb, 0x4a, 0x03, 0x31, 0x31, 0x7d, 0xa8, 0x5a, 0x3d, 0xbe, 0x3e, 0x6c, 0x88, 0xb3, 0x64, 0x12, 0xe4, 0x16, 0x21, 0xa9, 0x7c, 0x98, 0xab, 0x86, 0x45, 0x73, 0xe0, 0xf9, 0x54, 0x03, 0xce, 0x5c, 0x2f, 0x9d, 0x77, 0x86, 0x45, 0x0a, 0x01, 0xa2, 0x55, 0x0a, 0x01, 0x87, 0xb4, 0x0b, 0xa9, 0x54, 0x3c, 0x0d, 0xee, 0xbb, 0x32, 0x03, 0xab, 0xf5, 0x5b, 0x62, 0x82, 0x9d, 0x23, 0x8d, 0x08, 0xf3, 0x97, 0x3a, 0x32, 0xcc, 0xb5, 0xf3, 0x71, 0x9a, 0x7f, 0x0c, 0xe7, 0x7f, 0x52, 0x62, 0x38, 0x80, 0x01, 0x23, 0xc5, 0x0f, 0x63, 0x5a, 0x14, 0xcb, 0x2c, 0xa7 } } }; static const struct cckprng_op_generate op_init_3171 = { .hd = { .id = 2995, .kind = OP_GENERATE }, .rand_nbytes = 102, .out = { .rand = { 0x50, 0x03, 0x3e, 0x5b, 0x8d, 0xd8, 0x5b, 0x3d, 0x1a, 0x7f, 0xd2, 0xa0, 0x87, 0x73, 0xe9, 0x79, 0x79, 0xaa, 0xf6, 0xe7, 0xe1, 0xcd, 0x19, 0x0d, 0x12, 0xaf, 0x79, 0xb3, 0x3d, 0x64, 0xbf, 0xe8, 0x76, 0xfe, 0xff, 0xbb, 0x75, 0xc0, 0x0c, 0x02, 0x8d, 0xda, 0x37, 0x54, 0x9b, 0xa2, 0x8a, 0xfc, 0x9e, 0x47, 0xfe, 0x30, 0x3b, 0x84, 0x35, 0xbd, 0x3f, 0xdd, 0x56, 0x20, 0x07, 0xfb, 0x82, 0x01, 0x91, 0xcc, 0xfd, 0xa7, 0x00, 0x44, 0x2a, 0x5a, 0x64, 0x46, 0x1b, 0x5f, 0xf1, 0xdf, 0xef, 0x6f, 0xa3, 0x34, 0x70, 0x28, 0x98, 0x60, 0xc8, 0x2c, 0x12, 0xa5, 0x81, 0x68, 0x3e, 0x17, 0x1c, 0x16, 0x4c, 0xf2, 0xa6, 0x20, 0xd7, 0x66 } } }; static const struct cckprng_op_reseed op_reseed_3172 = { .hd = { .id = 2996, .kind = OP_RESEED }, .nonce = 8616062987891133894ULL, .seed_nbytes = 42, .seed = { 0xc5, 0x45, 0xe8, 0x3d, 0x13, 0x30, 0x10, 0x1d, 0xc0, 0xa7, 0x59, 0x5c, 0xde, 0x97, 0x46, 0xbd, 0x1b, 0xe7, 0x7c, 0x8b, 0x8a, 0x43, 0xad, 0x6d, 0xb1, 0x16, 0x0c, 0xa3, 0x2f, 0xaa, 0x6c, 0xdf, 0xb9, 0x14, 0x11, 0x7f, 0xf3, 0x83, 0x71, 0x58, 0xa6, 0xea } }; static const struct cckprng_op_refresh op_refresh_3173 = { .hd = { .id = 2997, .kind = OP_REFRESH }, .rand = 18253685546871037081ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3174 = { .hd = { .id = 2998, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0x3b, 0x44, 0xd6, 0xd6, 0x23, 0x7f, 0x09, 0xf0, 0xff, 0xc2, 0xc6, 0x3b, 0x0e, 0x42, 0x56, 0x7c, 0x7b, 0xbf, 0x46, 0x4b, 0x49, 0x8f, 0xe1, 0xc9, 0xf0, 0x91, 0x34, 0xa1, 0x79, 0x5c, 0xed, 0x61, 0x60, 0x64, 0x53, 0xcc, 0xfa, 0xee, 0x9e, 0x86, 0xfd, 0xe6, 0x38, 0x35, 0x50, 0xf1, 0x61, 0xd6, 0x0e, 0x8f, 0x00, 0x79, 0x49, 0x15, 0xe6, 0x40, 0xb1, 0x84, 0x8d, 0xc2, 0xfa, 0xcf, 0x64, 0x83, 0xd8, 0xc0, 0x1f, 0x04, 0x89, 0x26, 0x9b, 0x90, 0xf8, 0x34, 0x60, 0xe0, 0xb1, 0x3e, 0x82, 0x62, 0x9c, 0xd9, 0x63, 0xca, 0xc7, 0x17, 0x8d, 0xfc, 0xbb, 0xbf, 0x0b, 0x9f, 0x6e, 0xcc, 0x19, 0x03, 0x94, 0xca, 0x77, 0xb9, 0x77, 0x6d, 0xbf, 0x45, 0x32, 0xee, 0x2d, 0xaa, 0xd1, 0xd1, 0x21, 0xdd, 0xbd, 0xd2, 0x4a, 0xeb, 0x09, 0xd0, 0x71, 0x77, 0xc1, 0xc7, 0x55, 0x2a, 0x10, 0x06, 0x33, 0xcb, 0x96, 0xea, 0x8f, 0x3d, 0x14, 0x18, 0x78, 0x1c, 0xd1, 0x22, 0xcf, 0x60, 0xe1, 0x76, 0xc8, 0xdc, 0xef, 0x01, 0xde, 0x0d, 0xa8, 0xd3, 0x8c, 0x6d, 0x5f, 0x67, 0x06, 0xea, 0xaf, 0x6d, 0xeb, 0xde, 0x66, 0xc7, 0x88, 0xdc, 0x20, 0x69, 0x64, 0x17, 0x0a, 0x37, 0x63, 0x5e } } }; static const struct cckprng_op_refresh op_refresh_3175 = { .hd = { .id = 2999, .kind = OP_REFRESH }, .rand = 8475442470759213520ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3176 = { .hd = { .id = 3000, .kind = OP_REFRESH }, .rand = 12799319024834589264ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3177 = { .hd = { .id = 3001, .kind = OP_RESEED }, .nonce = 15434591193840940382ULL, .seed_nbytes = 140, .seed = { 0xe8, 0x60, 0x61, 0x81, 0x32, 0xbb, 0xfa, 0x19, 0x0d, 0x85, 0xfc, 0x45, 0xcd, 0x26, 0x9a, 0x1a, 0x6e, 0x60, 0x30, 0x02, 0x80, 0x0b, 0x24, 0xb3, 0x17, 0xbd, 0xce, 0x1f, 0x10, 0xab, 0xb2, 0xaf, 0xda, 0xa7, 0xe2, 0x08, 0x72, 0xab, 0x02, 0x24, 0xd5, 0xe5, 0xb3, 0x1e, 0x5f, 0x69, 0x24, 0x67, 0x3e, 0x24, 0x05, 0x2f, 0xa6, 0x7f, 0x85, 0x29, 0xdb, 0xb5, 0x72, 0x17, 0x32, 0xa0, 0xba, 0x74, 0xbc, 0xf3, 0xf8, 0x18, 0x48, 0x54, 0x10, 0x15, 0x60, 0xd5, 0x55, 0xb9, 0x34, 0xa1, 0xa0, 0xa2, 0xaa, 0xf0, 0x84, 0x28, 0x0d, 0x91, 0x85, 0x09, 0xcf, 0x33, 0xfb, 0x2c, 0xa7, 0xc6, 0xdb, 0xe1, 0x73, 0xab, 0x17, 0xfe, 0x6e, 0xd9, 0x48, 0x25, 0x0f, 0x2c, 0x9a, 0x6e, 0xdb, 0x1a, 0xb6, 0x85, 0x15, 0x84, 0x76, 0x87, 0x40, 0x00, 0x02, 0xd1, 0x58, 0x89, 0xc8, 0x2e, 0x45, 0x70, 0xa8, 0x78, 0xea, 0xe6, 0x24, 0x15, 0x24, 0xcf, 0xb9, 0xdc, 0x06, 0xd5, 0x04, 0x5b } }; static const struct cckprng_op_generate op_init_3178 = { .hd = { .id = 3002, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0xb3, 0xa9, 0xa5, 0xea, 0xad, 0xe7, 0xba, 0xc0, 0xf2, 0x36, 0xc8, 0x07, 0x1a, 0x97, 0x17, 0xb7, 0x99, 0x35, 0x92, 0xf2, 0x41, 0xb2, 0x23, 0x6c, 0x10, 0x16, 0x55, 0x18, 0xd2, 0x8d, 0xfe, 0x05, 0x7e, 0x54, 0x09, 0x91, 0x21, 0x48, 0x40, 0x25, 0xfb, 0x35, 0x85, 0x7e, 0x42, 0x28, 0xad, 0xb1, 0x52, 0x70, 0x4c, 0xe9, 0x85, 0xe2, 0xb8, 0x00, 0x5e, 0xc6, 0xbb, 0xa2, 0xc5, 0xbe, 0x42, 0x20, 0x58, 0xe7, 0x7c, 0xfd, 0xf1, 0x8f, 0x6c, 0x75, 0x5b, 0x4b, 0x98, 0xa6, 0x34, 0xee, 0xda, 0xe9, 0xe3, 0x0b, 0x65, 0xb2, 0x86, 0xb0, 0x5a, 0xa8, 0xbd, 0x6d, 0x41, 0xf4, 0x3f, 0x23, 0xf6, 0x97, 0x33 } } }; static const struct cckprng_op_refresh op_refresh_3179 = { .hd = { .id = 3003, .kind = OP_REFRESH }, .rand = 5927775813678958578ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3180 = { .hd = { .id = 3004, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0xcf, 0x2d, 0x37, 0x71, 0xea, 0xb5, 0x55, 0xf2, 0x87, 0x18, 0xbc, 0x3b, 0xf7, 0xf7, 0x8f, 0xf9, 0x03, 0x52, 0x44, 0xfd, 0x24, 0xee, 0x55, 0x71, 0xbf, 0xa3, 0x05, 0xee, 0x45, 0x9a, 0x8d, 0xeb, 0x27, 0x7f, 0x45, 0xeb, 0x02, 0xa3, 0xa5, 0xd3, 0x51, 0x35, 0xfa, 0xa0, 0x36, 0x49, 0xbb, 0x33, 0x1f, 0xf6, 0x2a, 0x7f, 0x8b, 0xb9, 0xfb, 0x86, 0x7f, 0x1e, 0xe7, 0x71, 0x42, 0xb2, 0x31, 0x2a } } }; static const struct cckprng_op_refresh op_refresh_3181 = { .hd = { .id = 3005, .kind = OP_REFRESH }, .rand = 18171104492488522957ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3182 = { .hd = { .id = 3006, .kind = OP_REFRESH }, .rand = 1448834838289472050ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3183 = { .hd = { .id = 3007, .kind = OP_REFRESH }, .rand = 5361043307666635502ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3184 = { .hd = { .id = 3008, .kind = OP_REFRESH }, .rand = 12420018114225954217ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3185[] = { (const struct cckprng_op *)&op_init_3169, (const struct cckprng_op *)&op_init_3170, (const struct cckprng_op *)&op_init_3171, (const struct cckprng_op *)&op_reseed_3172, (const struct cckprng_op *)&op_refresh_3173, (const struct cckprng_op *)&op_init_3174, (const struct cckprng_op *)&op_refresh_3175, (const struct cckprng_op *)&op_refresh_3176, (const struct cckprng_op *)&op_reseed_3177, (const struct cckprng_op *)&op_init_3178, (const struct cckprng_op *)&op_refresh_3179, (const struct cckprng_op *)&op_init_3180, (const struct cckprng_op *)&op_refresh_3181, (const struct cckprng_op *)&op_refresh_3182, (const struct cckprng_op *)&op_refresh_3183, (const struct cckprng_op *)&op_refresh_3184 }; static const struct cckprng_vector vec_3186 = { .id = 3009, .note = NULL, .nops = 16, .ops = ops_3185 }; static const struct cckprng_op_init op_init_3187 = { .hd = { .id = 3010, .kind = OP_INIT }, .seed = { 0x1f, 0x3a, 0x4d, 0xbb, 0x76, 0xbc, 0x89, 0x8b, 0xab, 0xff, 0x6e, 0x0b, 0x4c, 0x00, 0xb8, 0x2a, 0x4e, 0xb5, 0x5d, 0x0d, 0x04, 0x6b, 0xac, 0x02, 0x5b, 0xeb, 0x86, 0x1c, 0xd3, 0x7f, 0x4e, 0x49 }, .nonce = { 0xe6, 0x6c, 0x7a, 0xef, 0x1a, 0xda, 0x48, 0xb3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3188 = { .hd = { .id = 3011, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x98, 0x7b, 0xc8, 0xce, 0xfe, 0xc2, 0x89, 0x5b, 0x95, 0x4e, 0xb5, 0xac, 0xdb, 0x61, 0xed, 0xfe, 0x7c, 0x84, 0x46, 0xc0, 0x3e, 0xfb, 0xe8, 0x4f, 0xe3, 0xf1, 0x11, 0x01, 0x50, 0xac, 0x0e, 0x0c, 0x9b, 0xf0, 0xdf, 0x9b, 0xf7, 0xfa, 0x10, 0x2c, 0x90, 0x0a, 0x39, 0xe7, 0xe3, 0xbb, 0xe9, 0x53, 0xc0, 0x40, 0xcd, 0x5f, 0x38, 0x95, 0x46, 0x64, 0x9d, 0xa7, 0xa1, 0x30, 0x3e, 0xb9, 0xc7, 0xdd, 0x77, 0xd6, 0x68, 0xbf, 0x2b, 0xbb, 0x34, 0xa0, 0x10, 0x06, 0x1d, 0x87, 0xa2, 0x72, 0x22, 0x93, 0x62, 0x62, 0xca, 0x18, 0xb9, 0xe9, 0x9b, 0x77, 0x9f, 0x2d, 0xbc, 0xa6, 0x42, 0x6c, 0x82, 0xcd, 0xea, 0x56, 0xa4, 0x4b, 0x49, 0x72, 0x14, 0x0e, 0xbb, 0xe9, 0x52, 0xdf, 0x97, 0x7c, 0xf3, 0x87, 0xaf, 0xed, 0x92, 0x75, 0x45, 0x61, 0x4f, 0x6a, 0x79, 0x5b, 0xce, 0x5f, 0x8c, 0xa4, 0x8d, 0xea, 0x3b, 0xd8, 0xfb, 0xc4, 0xa7, 0xea, 0x18, 0xa0, 0x81, 0xc7, 0x87, 0xb7, 0xfb, 0xb0, 0x0c, 0x17, 0x1c, 0x05, 0x4a, 0x80, 0xa1, 0x0a, 0xf6, 0x0b, 0x17, 0xec, 0x7b, 0x18, 0x0e, 0x73, 0xe0, 0xc0, 0x6a, 0x12, 0x73, 0x9b, 0xbe, 0xa8, 0x50, 0x1b, 0xe6, 0xcb, 0x43, 0x3c, 0x7c, 0x57, 0x0f, 0x9e, 0x0c, 0x25, 0x64, 0x96, 0x44, 0x36, 0x3a, 0xe2, 0x3a, 0x47, 0x27, 0x6d, 0xef, 0xfd, 0x58, 0x5d, 0x44, 0xfc, 0x99, 0xfb, 0xef, 0x3f, 0xd1, 0x44, 0x8a, 0xc6, 0xdb, 0x1e, 0xa3, 0x92, 0x9b, 0x45, 0x74, 0x01, 0x23, 0xb7, 0x6b, 0xe4, 0x52, 0x7f, 0xf6, 0x67, 0xfc, 0x29, 0x0f, 0x4b, 0x9a, 0x24, 0x07, 0x17, 0x77, 0x45, 0x3e } } }; static const struct cckprng_op_generate op_init_3189 = { .hd = { .id = 3012, .kind = OP_GENERATE }, .rand_nbytes = 203, .out = { .rand = { 0x0a, 0xd0, 0xc0, 0xbc, 0xc6, 0x3c, 0x8f, 0x6b, 0xda, 0xe1, 0x80, 0x63, 0x3b, 0xc6, 0xd7, 0x91, 0x18, 0x9c, 0xd7, 0x41, 0xb3, 0x42, 0x8a, 0x2e, 0x41, 0x90, 0x72, 0x0e, 0x4f, 0xbb, 0xf8, 0x90, 0xbf, 0x9e, 0xef, 0x75, 0xd0, 0xb5, 0x8d, 0xae, 0x27, 0xdd, 0xb2, 0x7f, 0x00, 0x9d, 0x06, 0x60, 0x02, 0xee, 0xa1, 0x20, 0xa7, 0x7d, 0x07, 0x93, 0x73, 0xf8, 0xbc, 0x65, 0x41, 0x81, 0x0c, 0xae, 0x83, 0xfe, 0x4b, 0x1b, 0xbd, 0x22, 0x35, 0x39, 0x80, 0xae, 0x41, 0xd4, 0x65, 0xa2, 0x9f, 0xfb, 0x1b, 0xe0, 0x34, 0x60, 0x7f, 0xb6, 0xe0, 0xa2, 0x0c, 0xc8, 0x77, 0x99, 0x79, 0x6b, 0x12, 0x76, 0x42, 0xe4, 0x37, 0xc4, 0xbd, 0x6f, 0xfe, 0xd2, 0x55, 0x13, 0x2b, 0x7c, 0x2e, 0x04, 0x89, 0x12, 0x99, 0x42, 0xb5, 0x6a, 0xa5, 0x5d, 0xd5, 0x41, 0x05, 0x58, 0x78, 0x60, 0x99, 0x43, 0x2f, 0x06, 0xd3, 0xdc, 0x93, 0xfa, 0x4e, 0x34, 0x0a, 0x81, 0xfb, 0x38, 0xda, 0x72, 0x81, 0x45, 0x3a, 0xc4, 0x65, 0xaf, 0xc4, 0x70, 0x6f, 0x16, 0xdd, 0x44, 0x64, 0x86, 0x05, 0x46, 0x2f, 0x2d, 0x34, 0xe1, 0xec, 0xe9, 0x62, 0x85, 0x6a, 0x5f, 0xa9, 0xa3, 0xf7, 0xea, 0x72, 0x7f, 0x76, 0x44, 0xb7, 0x18, 0x76, 0xf7, 0xae, 0x98, 0xac, 0x88, 0xcf, 0xad, 0xa5, 0x2e, 0x7a, 0xa5, 0x64, 0x9f, 0xec, 0xda, 0x10, 0xe3, 0xed, 0x7d, 0x42, 0xaa, 0x08, 0xab, 0x7f, 0x95, 0x31 } } }; static const struct cckprng_op_reseed op_reseed_3190 = { .hd = { .id = 3013, .kind = OP_RESEED }, .nonce = 16984293137628142305ULL, .seed_nbytes = 20, .seed = { 0x75, 0xc9, 0x2e, 0x17, 0xec, 0xc7, 0x3e, 0x3a, 0xde, 0x91, 0xd6, 0x6f, 0xdb, 0x35, 0xb6, 0xc3, 0x0d, 0xc9, 0x5f, 0xaa } }; static const struct cckprng_op_refresh op_refresh_3191 = { .hd = { .id = 3014, .kind = OP_REFRESH }, .rand = 10172470354492216845ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3192 = { .hd = { .id = 3015, .kind = OP_RESEED }, .nonce = 14616558251490205778ULL, .seed_nbytes = 83, .seed = { 0x90, 0xf7, 0x17, 0x17, 0x0e, 0x34, 0x74, 0x93, 0xa2, 0x9a, 0xa6, 0xd8, 0xbe, 0x2b, 0x34, 0x80, 0x0d, 0xfa, 0xf6, 0x51, 0xd5, 0xd7, 0x37, 0xf9, 0xc8, 0x4c, 0x45, 0x1a, 0xd7, 0x5e, 0x28, 0xfe, 0x74, 0xc7, 0xa6, 0x65, 0x77, 0x53, 0xed, 0x3e, 0xf8, 0xf1, 0xfe, 0x77, 0x70, 0x4b, 0x59, 0x8c, 0x6d, 0x54, 0x49, 0xa7, 0xe7, 0x71, 0xcb, 0x51, 0x4c, 0xd0, 0xa8, 0xe7, 0x48, 0x19, 0x69, 0xee, 0x29, 0x69, 0x0d, 0x7e, 0x07, 0x4d, 0xa1, 0x9b, 0xc0, 0x76, 0x43, 0x50, 0x27, 0x7a, 0xc6, 0x5b, 0x51, 0x38, 0xeb } }; static const struct cckprng_op_refresh op_refresh_3193 = { .hd = { .id = 3016, .kind = OP_REFRESH }, .rand = 2158690776590297141ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3194 = { .hd = { .id = 3017, .kind = OP_REFRESH }, .rand = 1590041774696300007ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3195 = { .hd = { .id = 3018, .kind = OP_RESEED }, .nonce = 13906165980430704091ULL, .seed_nbytes = 118, .seed = { 0x87, 0xd6, 0x93, 0x66, 0x3d, 0x5f, 0x56, 0x39, 0xc2, 0x97, 0xfa, 0xda, 0xa9, 0xd4, 0xd1, 0xe0, 0x75, 0x8c, 0xcf, 0xc5, 0xc1, 0x99, 0xa2, 0x1f, 0x81, 0x5f, 0xe4, 0x18, 0xef, 0x3d, 0x66, 0x61, 0xd0, 0xd7, 0xfb, 0xb1, 0x3b, 0x9f, 0xdc, 0x0e, 0x64, 0xe0, 0x42, 0xfe, 0x0e, 0x73, 0x46, 0x6f, 0xef, 0xdf, 0xa8, 0x78, 0xbd, 0x28, 0x8b, 0x0d, 0x40, 0xc6, 0xe8, 0x06, 0xa8, 0xda, 0x81, 0xd9, 0x64, 0xbc, 0x01, 0x6d, 0xd9, 0x75, 0xff, 0x71, 0x3b, 0x6d, 0xff, 0x03, 0xd0, 0x00, 0x9b, 0x2d, 0x0f, 0x2d, 0xa7, 0xb5, 0xfb, 0x3a, 0x8e, 0xd4, 0xcb, 0x62, 0xb1, 0x52, 0xf9, 0x62, 0xee, 0xbe, 0x8c, 0x33, 0xc0, 0x6c, 0x9b, 0x7e, 0x43, 0x74, 0x9a, 0xe3, 0x6b, 0x27, 0x95, 0x0d, 0x49, 0x83, 0xcd, 0xbc, 0x1e, 0x8a, 0x1b, 0xed } }; static const struct cckprng_op_refresh op_refresh_3196 = { .hd = { .id = 3019, .kind = OP_REFRESH }, .rand = 13906341502972578202ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3197 = { .hd = { .id = 3020, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0x14, 0x46, 0x1b, 0x71, 0x6d, 0x2a, 0x9a, 0x55, 0x23, 0xe6, 0xee, 0xf9, 0x7f, 0x3e, 0x98, 0x7f, 0x2d, 0x4f, 0x02, 0x81, 0xff, 0xd3, 0x1c, 0x44, 0x07, 0x03, 0x47, 0x61, 0x39, 0x51, 0x4f, 0xd1, 0x9a, 0xf5, 0x38, 0xb2, 0x06, 0x06, 0xac, 0x4c, 0x55, 0x7a, 0x1c, 0xf9, 0x95, 0x94, 0x5a, 0x97, 0x4e, 0xa7, 0xa3, 0x70, 0x50, 0x32, 0x50, 0x45, 0xe1, 0xd1, 0xc8, 0xef, 0x6d, 0xc5, 0xa4, 0xa8, 0x8e, 0x38, 0x79, 0x8a, 0xbd, 0xf2, 0x81, 0x85, 0x9d, 0x73, 0xcc, 0xcd, 0xe6, 0xe7, 0x60, 0xb4, 0xd4, 0xe4, 0xa9, 0x72, 0xca, 0x7a, 0xfe, 0xb8, 0xa6, 0x73, 0x44, 0x04, 0x5d, 0xbe } } }; static const struct cckprng_op_reseed op_reseed_3198 = { .hd = { .id = 3021, .kind = OP_RESEED }, .nonce = 301085016461428263ULL, .seed_nbytes = 85, .seed = { 0xd4, 0x7d, 0x36, 0x74, 0x2d, 0x8d, 0x2f, 0xbb, 0xcf, 0x08, 0x47, 0x45, 0xf1, 0x1e, 0x5b, 0x03, 0x77, 0x23, 0xb8, 0xa7, 0x68, 0xb5, 0x13, 0xc6, 0xb4, 0x8d, 0x7b, 0x3b, 0xec, 0xf5, 0xfa, 0x6f, 0x16, 0xf0, 0x8a, 0xb5, 0xa8, 0x50, 0x1f, 0x0a, 0x5c, 0x9e, 0x89, 0x53, 0x53, 0xeb, 0xa7, 0x4b, 0x14, 0xe7, 0x13, 0xb0, 0xeb, 0xfc, 0xa4, 0x09, 0x5f, 0xdc, 0x58, 0x29, 0x3f, 0xc8, 0x6c, 0xda, 0xb4, 0x13, 0x14, 0x43, 0x1f, 0x69, 0xc5, 0x52, 0x5f, 0x08, 0x0b, 0xef, 0x35, 0x2e, 0x44, 0x31, 0xe6, 0x30, 0xcb, 0x81, 0x61 } }; static const struct cckprng_op_refresh op_refresh_3199 = { .hd = { .id = 3022, .kind = OP_REFRESH }, .rand = 6584882276760036442ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3200 = { .hd = { .id = 3023, .kind = OP_GENERATE }, .rand_nbytes = 73, .out = { .rand = { 0xd7, 0x1c, 0xe7, 0x75, 0x5d, 0x6b, 0x80, 0xf2, 0xa4, 0x05, 0x7f, 0xe5, 0x0d, 0x92, 0xe3, 0xe5, 0xe0, 0x31, 0x16, 0x02, 0x04, 0x78, 0x40, 0x71, 0x99, 0x9d, 0x20, 0x1e, 0xb4, 0x8e, 0xc1, 0xa3, 0x29, 0xc9, 0xec, 0x09, 0x2c, 0x44, 0x65, 0xf0, 0xa8, 0x16, 0xcf, 0xbf, 0xd0, 0x3e, 0xc6, 0x39, 0xd9, 0x9d, 0xc4, 0x08, 0x31, 0x8c, 0x2f, 0x3b, 0x0b, 0xed, 0x73, 0x67, 0x65, 0xe2, 0xb1, 0x30, 0xb6, 0x04, 0x2d, 0xda, 0x0e, 0x06, 0xd1, 0x35, 0x6a } } }; static const struct cckprng_op_generate op_init_3201 = { .hd = { .id = 3024, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x76, 0xb6, 0x5e, 0x6d, 0x1d, 0x9a, 0x6d, 0x39, 0xcf, 0x0c, 0xc8, 0x50, 0x1e, 0xf7, 0x54, 0x2c, 0x83, 0xe2, 0x67, 0x76, 0x2d, 0x88, 0x96, 0xac, 0xdc, 0x94, 0x76, 0x41, 0xc4, 0xdd, 0x25, 0xcc, 0x2d, 0xb5, 0x33, 0x8e, 0xf9, 0x95, 0x94, 0x31, 0x9c, 0xd3, 0x95, 0x31, 0xd7, 0x42, 0xd2, 0x7e, 0x9c, 0x3e, 0x2a, 0xd8, 0xc9, 0xa6, 0xa3, 0xfb, 0x65, 0xe7, 0xc4, 0x1f, 0x23, 0xed, 0xb8, 0x04, 0x22, 0xf8, 0x1f, 0x54, 0x86, 0x72, 0xde, 0xdd, 0xa4, 0x6e, 0x00, 0xaa, 0xc2, 0x29, 0x47, 0xbb, 0x11, 0x46, 0xf0, 0xd6, 0xd2, 0x0e, 0x83, 0x99, 0x5c, 0xd8, 0xd4, 0xa8, 0x19, 0x67, 0x1f, 0xd4, 0x62, 0x5e, 0xb4, 0x29, 0x16, 0xc1, 0x0d, 0x2e, 0x62, 0xf4, 0xa5, 0x82, 0xcb, 0x11, 0x84, 0x52, 0x96, 0x80, 0x14, 0x5a, 0x06, 0xaf, 0x3b, 0x87, 0xa5, 0x9c, 0xb0, 0x35, 0x34, 0xc8, 0x68, 0xaf, 0x2e, 0x88, 0x2d, 0x17, 0x48, 0xc8, 0x86, 0xe6, 0xff, 0x2f } } }; static const struct cckprng_op_reseed op_reseed_3202 = { .hd = { .id = 3025, .kind = OP_RESEED }, .nonce = 807664993001267871ULL, .seed_nbytes = 199, .seed = { 0x5d, 0xed, 0x7f, 0xd9, 0xbc, 0x48, 0x74, 0xa4, 0x10, 0x75, 0x20, 0x92, 0x6c, 0x0f, 0x4d, 0x60, 0x56, 0xbb, 0xa4, 0xab, 0x18, 0xf2, 0x5f, 0x58, 0x9a, 0x28, 0xc9, 0x67, 0xeb, 0x80, 0xbb, 0x21, 0x21, 0x1a, 0x04, 0x66, 0x3c, 0xed, 0x6b, 0x70, 0x39, 0x1b, 0x91, 0x92, 0x76, 0x91, 0xdb, 0x1f, 0xaa, 0xca, 0x7f, 0xd7, 0x12, 0xb5, 0x28, 0xa8, 0x3d, 0x76, 0xa7, 0x0b, 0x7a, 0x76, 0xa3, 0x26, 0x33, 0xa0, 0x7b, 0x67, 0xe2, 0x85, 0x82, 0xa5, 0xb4, 0x39, 0x12, 0xdd, 0x33, 0x3a, 0x6d, 0xbd, 0xb5, 0xe4, 0x0a, 0xdd, 0x84, 0x09, 0x53, 0xfb, 0xf0, 0x9b, 0x95, 0xe4, 0xf4, 0xb6, 0x87, 0x84, 0xab, 0x0c, 0x00, 0x31, 0x93, 0x1f, 0xa5, 0x84, 0xa1, 0x0f, 0x89, 0x74, 0x53, 0x47, 0x13, 0x07, 0x4a, 0x75, 0xe5, 0xf1, 0x95, 0x8e, 0x8c, 0x59, 0x2a, 0x24, 0x3b, 0x5c, 0x36, 0x41, 0x5f, 0x82, 0xaa, 0x88, 0x78, 0xf9, 0xf7, 0x47, 0x44, 0xc3, 0x9b, 0x5d, 0x11, 0xbd, 0xb6, 0xfe, 0x75, 0xae, 0x69, 0xe3, 0x99, 0x1e, 0x3e, 0xfa, 0x87, 0xd4, 0x50, 0x56, 0x6c, 0xa1, 0x19, 0x1c, 0x36, 0xcc, 0x96, 0x46, 0xf2, 0x31, 0xcf, 0x9e, 0xae, 0xc1, 0x8e, 0x71, 0xa5, 0xfb, 0x76, 0x48, 0x96, 0x00, 0x00, 0x0c, 0x0f, 0x8e, 0xbd, 0x11, 0x78, 0x8e, 0xcc, 0x97, 0x65, 0x0e, 0x87, 0x2b, 0xda, 0x92, 0x8e, 0x82, 0x6d, 0xc1, 0xdc, 0xed, 0x1a } }; static const struct cckprng_op *ops_3203[] = { (const struct cckprng_op *)&op_init_3187, (const struct cckprng_op *)&op_init_3188, (const struct cckprng_op *)&op_init_3189, (const struct cckprng_op *)&op_reseed_3190, (const struct cckprng_op *)&op_refresh_3191, (const struct cckprng_op *)&op_reseed_3192, (const struct cckprng_op *)&op_refresh_3193, (const struct cckprng_op *)&op_refresh_3194, (const struct cckprng_op *)&op_reseed_3195, (const struct cckprng_op *)&op_refresh_3196, (const struct cckprng_op *)&op_init_3197, (const struct cckprng_op *)&op_reseed_3198, (const struct cckprng_op *)&op_refresh_3199, (const struct cckprng_op *)&op_init_3200, (const struct cckprng_op *)&op_init_3201, (const struct cckprng_op *)&op_reseed_3202 }; static const struct cckprng_vector vec_3204 = { .id = 3026, .note = NULL, .nops = 16, .ops = ops_3203 }; static const struct cckprng_op_init op_init_3205 = { .hd = { .id = 3027, .kind = OP_INIT }, .seed = { 0x16, 0x3a, 0x00, 0x69, 0x4a, 0x5e, 0x90, 0x7e, 0x77, 0x00, 0xcf, 0x86, 0x73, 0x1e, 0xc9, 0xad, 0xf2, 0x51, 0xb6, 0xbb, 0x75, 0x7a, 0x24, 0xc6, 0x92, 0x42, 0x37, 0xb9, 0xa1, 0x8f, 0x41, 0x8e }, .nonce = { 0x02, 0xf4, 0x7e, 0x88, 0xf3, 0x22, 0xa4, 0x51 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3206 = { .hd = { .id = 3028, .kind = OP_RESEED }, .nonce = 13269453711763380792ULL, .seed_nbytes = 284, .seed = { 0xd4, 0xd5, 0xa2, 0x81, 0xcc, 0x0e, 0x9b, 0xf1, 0x10, 0x34, 0xf1, 0x79, 0x60, 0xfe, 0xbf, 0x9f, 0x9d, 0xbe, 0x53, 0x1b, 0xef, 0xcc, 0x8a, 0x4c, 0x27, 0xf4, 0x41, 0x62, 0x45, 0xc0, 0x18, 0x1c, 0xa8, 0x62, 0x9e, 0x90, 0xc7, 0x2b, 0x90, 0xa4, 0xad, 0xac, 0x8c, 0x42, 0x43, 0x32, 0xdc, 0x8f, 0x4c, 0x77, 0x04, 0x92, 0x29, 0x28, 0x19, 0xc1, 0x40, 0x7c, 0xf5, 0xe1, 0xf2, 0x26, 0x5c, 0x81, 0x7c, 0x73, 0x19, 0x8d, 0x2b, 0x33, 0x1f, 0x73, 0xf9, 0x49, 0x5e, 0x91, 0xb1, 0x2d, 0xa9, 0x95, 0xfc, 0xcc, 0x68, 0x5b, 0x5b, 0x4a, 0xe5, 0xfb, 0x1c, 0x33, 0xdc, 0xe6, 0x84, 0x2b, 0xe0, 0x9f, 0x70, 0x43, 0xa6, 0x96, 0xb9, 0xc8, 0xb5, 0x31, 0x76, 0xd9, 0x28, 0xc1, 0xa2, 0xbf, 0x9e, 0xd7, 0xb1, 0xaf, 0x6d, 0xf9, 0xa8, 0x05, 0x8e, 0xb8, 0x57, 0x79, 0x94, 0xc0, 0x6f, 0x17, 0x95, 0x00, 0xc9, 0x60, 0xea, 0x20, 0xdf, 0x65, 0x1b, 0xed, 0x1e, 0xfa, 0xbe, 0x17, 0xd8, 0xbc, 0x67, 0xa8, 0x8a, 0x27, 0xcd, 0x59, 0x2c, 0x55, 0xcf, 0x3e, 0x1b, 0xe1, 0xb8, 0xe9, 0x4d, 0x25, 0xea, 0x14, 0xd9, 0x29, 0x6a, 0xc9, 0x52, 0x01, 0x7d, 0x44, 0x8e, 0xf7, 0x0e, 0xee, 0xdc, 0x4b, 0x69, 0xc7, 0xb9, 0x3c, 0xe8, 0xb1, 0x86, 0xab, 0x45, 0xdd, 0xe8, 0xd9, 0x57, 0x26, 0x71, 0x41, 0x1b, 0xf0, 0xfd, 0x50, 0xad, 0x8b, 0xcb, 0xc9, 0xe3, 0xde, 0x15, 0x13, 0xed, 0x09, 0x10, 0x94, 0x11, 0xae, 0x6d, 0x3f, 0xff, 0x4d, 0xd5, 0x41, 0x3c, 0x61, 0x47, 0xc0, 0x32, 0x9a, 0xb2, 0xa5, 0xcd, 0x89, 0x1f, 0xfa, 0xf3, 0x54, 0x86, 0x06, 0x77, 0xca, 0x53, 0x64, 0x5a, 0xf0, 0xad, 0xfa, 0x4e, 0xac, 0xc9, 0xd8, 0x22, 0xa6, 0xc9, 0x60, 0x8c, 0xc1, 0xd7, 0xcd, 0x45, 0xd3, 0xc2, 0x95, 0x8f, 0x96, 0x6f, 0xdb, 0x88, 0x9c, 0xb2, 0x2c, 0xe7, 0xaa, 0x48, 0x5a, 0xbc, 0x7c, 0xf6, 0x89, 0xe5, 0xb2, 0xeb, 0xed, 0xb2, 0x40, 0x00, 0x93, 0xae, 0x4b, 0x45, 0x18, 0xb2, 0x6d } }; static const struct cckprng_op_refresh op_refresh_3207 = { .hd = { .id = 3029, .kind = OP_REFRESH }, .rand = 8967381903016558778ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3208 = { .hd = { .id = 3030, .kind = OP_RESEED }, .nonce = 14755750427164950483ULL, .seed_nbytes = 40, .seed = { 0x38, 0x40, 0x2d, 0xc7, 0x84, 0xed, 0x00, 0x0d, 0x4f, 0x07, 0x80, 0xa3, 0x65, 0x62, 0xdd, 0x97, 0x2c, 0x17, 0x6f, 0xec, 0x1b, 0x43, 0xb8, 0x1b, 0xc7, 0x50, 0xf8, 0x36, 0x73, 0xa7, 0xb4, 0x99, 0x4a, 0xda, 0x65, 0x43, 0xa7, 0x08, 0x07, 0xd9 } }; static const struct cckprng_op_reseed op_reseed_3209 = { .hd = { .id = 3031, .kind = OP_RESEED }, .nonce = 11369655841884832495ULL, .seed_nbytes = 76, .seed = { 0x74, 0x4d, 0xbb, 0xd5, 0xee, 0xf9, 0x34, 0x05, 0x9f, 0x53, 0xb7, 0xcc, 0x86, 0x1f, 0xc6, 0xe7, 0x3b, 0xf0, 0xd2, 0x40, 0x6f, 0xcf, 0x7f, 0x15, 0x10, 0x38, 0x24, 0xa6, 0x2f, 0x3a, 0x8d, 0xa5, 0xca, 0x3b, 0x83, 0xef, 0xac, 0x0f, 0x0e, 0x25, 0xf9, 0xa7, 0xd2, 0x72, 0x9d, 0x29, 0xb7, 0x9c, 0x0b, 0x24, 0xc4, 0xcb, 0x64, 0x3a, 0xb7, 0x2a, 0x17, 0xb9, 0x34, 0x41, 0x8c, 0x8c, 0x75, 0x31, 0x08, 0xd5, 0x2c, 0x75, 0x7d, 0x75, 0x0a, 0x13, 0xcd, 0x17, 0x5c, 0x7b } }; static const struct cckprng_op_generate op_init_3210 = { .hd = { .id = 3032, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0x5e, 0xc5, 0xdb, 0xc0, 0xcb, 0x3f, 0x60, 0x64, 0x10, 0x81, 0x0b, 0x98, 0x9d, 0xc7, 0xb2, 0x52, 0x7b, 0x71, 0xbc, 0x1f, 0xee, 0xe9, 0xf8, 0xe2, 0x6d, 0xef, 0x02, 0x7a, 0xbe, 0x2f, 0x54, 0x73, 0x06, 0xc4, 0xf3, 0xda, 0x66, 0x01, 0x1f, 0xa0, 0xdd, 0x54, 0xb2, 0x60, 0xd7, 0xb5, 0xe8, 0xcf, 0x91, 0xac, 0xa8, 0xa5, 0x87, 0x5c, 0x76, 0x0b, 0x00, 0x23, 0x51, 0x6c, 0xbf, 0x4a, 0x04, 0x34, 0xcc, 0xde, 0xfc, 0xd3, 0x4e, 0x90, 0x5b, 0x62, 0x25, 0x79, 0xf0, 0x2f, 0xca, 0xf3, 0xa9, 0x4c, 0xa1, 0xd4, 0x6c, 0x13, 0xf4, 0x83, 0xc4, 0xeb, 0x98, 0xcb, 0x7c, 0x6d, 0x3c, 0x50, 0xed, 0xf8, 0x7a, 0x7e, 0x99, 0x55, 0x53, 0x8e, 0x8e, 0x65, 0xaf, 0x4c, 0xd5, 0x83, 0x42, 0x78, 0x4d, 0x38, 0x68, 0x33, 0xe0, 0x2e, 0xb1, 0x35, 0x54, 0xc6, 0x43, 0x85, 0x1f, 0xfa, 0x1e, 0xfd, 0x07, 0x13, 0xa1, 0xc0, 0x08, 0x8c, 0xd9, 0x38, 0x54, 0xd1, 0x9c, 0x66, 0x6a, 0xaa, 0x3d, 0x31, 0xef, 0x4d, 0x22, 0xaa, 0xbc, 0xaf, 0xca, 0x62, 0x16, 0x9b, 0x4e } } }; static const struct cckprng_op_generate op_init_3211 = { .hd = { .id = 3033, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0xdf, 0x84, 0x82, 0xc9, 0xc3, 0x66, 0x66, 0x86, 0x33, 0xf0, 0x63, 0x07, 0xd4, 0xaa, 0x77, 0xc5, 0xe8, 0xb6, 0x3e, 0xd8, 0x2f, 0xaf, 0xcc, 0x54, 0xda, 0xee, 0x89, 0x5f, 0xf9, 0xe8, 0x27, 0xed, 0xdd, 0x92, 0x30, 0xd7, 0xa6, 0x57, 0xc0, 0xa3, 0xf9, 0x5f, 0x5a, 0x66, 0xe9, 0x87, 0xf9, 0x77, 0x0c, 0x4a, 0x0b, 0xb9, 0x59, 0xc4, 0x1e, 0xe3, 0xcc, 0x34, 0x9a, 0x9e, 0x3d, 0x5f, 0xd4, 0xbf, 0xb1, 0x94, 0x8a, 0x8c, 0x7b, 0xac, 0x4c, 0x1a, 0x43, 0x81, 0x94, 0x30 } } }; static const struct cckprng_op_reseed op_reseed_3212 = { .hd = { .id = 3034, .kind = OP_RESEED }, .nonce = 5113807558692899026ULL, .seed_nbytes = 271, .seed = { 0xba, 0xd4, 0x3a, 0x12, 0xfb, 0x55, 0x13, 0x98, 0x1c, 0xf5, 0x65, 0x0a, 0xbb, 0x22, 0xbb, 0xd2, 0xf8, 0x3a, 0x80, 0x61, 0x4f, 0x1d, 0x9d, 0x29, 0xcd, 0xdd, 0xfd, 0x76, 0x51, 0x68, 0x3d, 0x16, 0x6f, 0x30, 0xfe, 0xf9, 0x14, 0x3b, 0x9b, 0xe2, 0x78, 0xff, 0xec, 0xda, 0xc9, 0x62, 0x63, 0x14, 0x1b, 0x63, 0x9c, 0xfa, 0xe8, 0x46, 0x7e, 0xc9, 0xeb, 0x5c, 0xcd, 0xa1, 0xcc, 0x20, 0x78, 0x0e, 0x85, 0xec, 0xf5, 0xaa, 0x0d, 0xdc, 0x2a, 0x4f, 0x36, 0xb4, 0x32, 0x9e, 0x54, 0x07, 0xbe, 0x88, 0xd4, 0xeb, 0x8c, 0xa7, 0x12, 0xa1, 0x7b, 0x32, 0x48, 0x96, 0xeb, 0xe0, 0xde, 0x93, 0x45, 0x72, 0x4c, 0xbc, 0xcd, 0x6b, 0xe5, 0x4b, 0xec, 0x3f, 0xaa, 0x65, 0xbb, 0x5e, 0x0d, 0x2f, 0xd5, 0xc0, 0x82, 0x89, 0x28, 0x99, 0x72, 0xbe, 0xe5, 0x39, 0xa4, 0x38, 0x95, 0x2e, 0x31, 0x05, 0x64, 0x68, 0xb4, 0xd3, 0xaf, 0x9f, 0x04, 0xb9, 0xfe, 0xd3, 0x64, 0x9e, 0xe7, 0x6c, 0x49, 0x73, 0x26, 0x5d, 0x65, 0xb2, 0x2b, 0x5d, 0x40, 0x65, 0x6f, 0xbe, 0x7a, 0x56, 0x87, 0xbd, 0x7d, 0xc7, 0x34, 0xea, 0x6d, 0xdf, 0xbf, 0x20, 0x93, 0xf4, 0x30, 0xb1, 0xc1, 0x83, 0x7d, 0x3c, 0x07, 0xde, 0x1c, 0x1d, 0x4c, 0x21, 0x1c, 0xc7, 0x0a, 0xd3, 0xc5, 0x2e, 0x21, 0x44, 0xd8, 0xbb, 0x23, 0x0a, 0xd0, 0x7d, 0xb3, 0x29, 0x7d, 0x7b, 0x79, 0x6f, 0x11, 0x7b, 0x62, 0x7f, 0x6e, 0x31, 0xf1, 0x13, 0x43, 0xc0, 0x88, 0xbe, 0x4e, 0xce, 0x3f, 0xd0, 0x80, 0x91, 0xf8, 0x03, 0x13, 0x56, 0x4f, 0xb0, 0x33, 0x7a, 0xa3, 0x22, 0xd9, 0x95, 0xd0, 0xc7, 0x36, 0x20, 0xda, 0x41, 0x63, 0x6a, 0xc0, 0x25, 0xa0, 0xfc, 0x4f, 0x0b, 0x01, 0xb1, 0xf4, 0xd7, 0x18, 0x45, 0xd9, 0xd5, 0xca, 0x9d, 0x0f, 0x40, 0x27, 0xd8, 0x1e, 0xc7, 0x27, 0x3a, 0xc7, 0x69, 0xe9, 0xfd, 0x33, 0xca, 0x63, 0x26, 0x14, 0xd5, 0x15 } }; static const struct cckprng_op_generate op_init_3213 = { .hd = { .id = 3035, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0xfd, 0x18, 0x35, 0x07, 0x18, 0x18, 0xad, 0x14, 0x42, 0x4e, 0xbe, 0xa8, 0xf9, 0x4f, 0xc1, 0x7c, 0x94, 0xd2, 0x27, 0xb7, 0x3c, 0xa6, 0xb4, 0x63, 0x02, 0xcd, 0x33, 0x51, 0xec, 0xfc, 0x4e, 0x61, 0x30, 0x36, 0xdd, 0x2d, 0x8d, 0xe4, 0x91, 0xd5, 0xf8, 0x43, 0x1b, 0x6a, 0xea, 0x72, 0x1d, 0xaf, 0x01, 0xb1, 0x91, 0x1a, 0x7b, 0xb3, 0x20, 0xce, 0xc0, 0x51, 0x82, 0x64, 0x86, 0xd8, 0xbe, 0x13, 0x9d, 0xf2, 0xfd, 0x18, 0x48, 0x3a, 0x4e, 0xb8, 0xc1, 0xbd, 0x3d, 0xbe, 0x84, 0x94, 0xa5, 0x50, 0xd7, 0x63, 0xa7, 0xf0, 0x59, 0xb2, 0xa4, 0x60 } } }; static const struct cckprng_op_reseed op_reseed_3214 = { .hd = { .id = 3036, .kind = OP_RESEED }, .nonce = 2262867404370170533ULL, .seed_nbytes = 146, .seed = { 0x61, 0xcb, 0x88, 0xe0, 0xc9, 0xe5, 0x5f, 0x67, 0x4e, 0xc6, 0xd5, 0x57, 0xc9, 0xb2, 0x9d, 0x31, 0x9d, 0x71, 0x38, 0xa2, 0x81, 0x9a, 0x83, 0xd9, 0x55, 0x03, 0x2b, 0x5c, 0x93, 0xeb, 0x3a, 0xb5, 0xa0, 0x64, 0xf7, 0x75, 0x99, 0x7d, 0xf7, 0xc0, 0x6a, 0x6f, 0xe3, 0xf4, 0xe8, 0x7a, 0xb2, 0xc5, 0x53, 0xd3, 0xbf, 0x1d, 0xb8, 0x39, 0x5d, 0x73, 0xe0, 0xcd, 0x80, 0x87, 0x9c, 0x2b, 0xf3, 0xc6, 0xdd, 0x91, 0x65, 0xd3, 0x84, 0xe2, 0x25, 0x8c, 0xa0, 0x2c, 0x48, 0x67, 0xfb, 0x6c, 0x73, 0x1e, 0x33, 0x76, 0x9f, 0x02, 0x94, 0x34, 0x28, 0xad, 0xb6, 0x24, 0x08, 0x65, 0xfe, 0xce, 0x80, 0x4a, 0x0c, 0x97, 0x22, 0xae, 0x83, 0x05, 0x65, 0x51, 0x45, 0x5e, 0x32, 0x0f, 0x9d, 0xc4, 0x83, 0xfe, 0x8d, 0x7e, 0x0f, 0x52, 0xa7, 0xac, 0x01, 0x85, 0x57, 0xf3, 0x62, 0x89, 0xc4, 0x46, 0xc7, 0x95, 0x0d, 0x28, 0x0a, 0x58, 0x8e, 0x13, 0x14, 0x35, 0x93, 0x1a, 0x0c, 0x93, 0x86, 0x97, 0xe1, 0xcf, 0x53, 0x9e } }; static const struct cckprng_op_reseed op_reseed_3215 = { .hd = { .id = 3037, .kind = OP_RESEED }, .nonce = 17264362563873492106ULL, .seed_nbytes = 234, .seed = { 0xf6, 0x6f, 0x75, 0xfb, 0x49, 0xc2, 0x5f, 0xab, 0x84, 0xef, 0x67, 0x05, 0x6b, 0xb7, 0x02, 0xf1, 0x0e, 0x38, 0x87, 0x47, 0x3e, 0x86, 0x9d, 0x25, 0x01, 0xff, 0x64, 0x7c, 0x65, 0xba, 0x8c, 0x98, 0x1d, 0xf4, 0x9a, 0xc5, 0xeb, 0x13, 0xba, 0xe3, 0x6d, 0x14, 0x0e, 0xa3, 0x09, 0x64, 0x0e, 0x81, 0xeb, 0xa1, 0x2c, 0x73, 0xc6, 0x9e, 0xbe, 0xf5, 0x2c, 0x0b, 0x3c, 0x47, 0x6f, 0x48, 0xc4, 0x70, 0x18, 0xe0, 0xe5, 0x8b, 0xd2, 0xf9, 0xb6, 0xc8, 0x32, 0x7d, 0x3f, 0xba, 0xfc, 0x73, 0xa5, 0x58, 0x71, 0xd3, 0xca, 0x67, 0xde, 0x2a, 0x93, 0x72, 0x38, 0x1d, 0xc6, 0xd0, 0x65, 0x49, 0x05, 0x9b, 0xcd, 0xce, 0xe3, 0x6b, 0x8c, 0x90, 0x41, 0x56, 0x9c, 0xd3, 0x6d, 0xa6, 0x03, 0x22, 0xd4, 0x99, 0x2a, 0xed, 0x02, 0x7c, 0x58, 0x60, 0x6e, 0x6e, 0x60, 0x9e, 0x5b, 0x06, 0x5c, 0x15, 0xdf, 0x03, 0x85, 0x28, 0xa8, 0xb1, 0x90, 0x23, 0x21, 0x4a, 0x75, 0xa7, 0x99, 0xad, 0x1f, 0x0e, 0x3a, 0x75, 0x06, 0xa7, 0x35, 0x98, 0x82, 0x98, 0xb4, 0x17, 0x39, 0x9e, 0x4c, 0x1b, 0xe7, 0x11, 0x95, 0x68, 0x26, 0xc5, 0xec, 0xa4, 0xd7, 0x3d, 0xf3, 0x3e, 0xe8, 0xb2, 0xd6, 0x7f, 0xce, 0xcf, 0x23, 0xed, 0x1a, 0x26, 0x10, 0xe8, 0xa6, 0xc7, 0xcb, 0xa1, 0x74, 0x96, 0xd9, 0x48, 0xf1, 0x32, 0x0a, 0xa8, 0x15, 0x42, 0x8f, 0x45, 0x05, 0xe9, 0x7f, 0x19, 0x47, 0xef, 0xbd, 0xda, 0xb2, 0xf5, 0x88, 0x93, 0x87, 0x82, 0x87, 0x5e, 0xed, 0xc6, 0xe5, 0x94, 0xd6, 0xe0, 0x46, 0x2a, 0xcc, 0x34, 0xf7, 0x7c, 0xfc, 0x3d, 0x68, 0x4e, 0x29, 0x94, 0x36, 0xc4, 0x81, 0xb4 } }; static const struct cckprng_op_refresh op_refresh_3216 = { .hd = { .id = 3038, .kind = OP_REFRESH }, .rand = 930373487425972340ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3217 = { .hd = { .id = 3039, .kind = OP_RESEED }, .nonce = 2304524362909306694ULL, .seed_nbytes = 105, .seed = { 0x8f, 0xca, 0xef, 0xe2, 0x62, 0x22, 0xfe, 0xf2, 0x46, 0x19, 0xf0, 0x36, 0x92, 0xc8, 0x11, 0xde, 0x16, 0xb2, 0xa3, 0x26, 0x55, 0x94, 0x50, 0x0c, 0x9b, 0x29, 0xe6, 0x93, 0x96, 0x77, 0xb6, 0x6c, 0x27, 0x21, 0x06, 0x61, 0x52, 0x80, 0xb6, 0x9a, 0xee, 0x15, 0x05, 0x89, 0x5d, 0xeb, 0x4e, 0xa4, 0x1d, 0x1f, 0xf3, 0x4e, 0xf2, 0xe7, 0x12, 0xc0, 0x10, 0x33, 0x96, 0x2d, 0xb3, 0xf8, 0x92, 0x23, 0x21, 0x21, 0xa9, 0x6b, 0xb9, 0xfe, 0x6d, 0x6d, 0x7e, 0x09, 0x8c, 0xec, 0x07, 0x07, 0xfa, 0x8f, 0xa1, 0x93, 0xc6, 0xd2, 0xf5, 0x38, 0x77, 0x87, 0x77, 0x79, 0x66, 0x57, 0x5f, 0x73, 0xda, 0xc6, 0xe7, 0xcd, 0x25, 0x7f, 0xa5, 0x11, 0x16, 0xf0, 0x8d } }; static const struct cckprng_op_reseed op_reseed_3218 = { .hd = { .id = 3040, .kind = OP_RESEED }, .nonce = 15783812066115628202ULL, .seed_nbytes = 100, .seed = { 0x21, 0x3b, 0x26, 0xc8, 0x39, 0x76, 0xac, 0x99, 0x1c, 0x88, 0xde, 0xb3, 0x95, 0x83, 0x97, 0xcf, 0x43, 0x88, 0x0f, 0x89, 0x6b, 0xfb, 0x21, 0xe8, 0x8c, 0x7b, 0x9a, 0x1a, 0xfd, 0x16, 0x46, 0xc5, 0x67, 0xa8, 0xc3, 0x3d, 0xeb, 0xb7, 0x07, 0x57, 0x75, 0x02, 0x98, 0xf3, 0xcd, 0x07, 0x05, 0x8e, 0xec, 0x2f, 0xc3, 0x0f, 0xbf, 0xb1, 0x16, 0xc9, 0x23, 0xd5, 0x2e, 0xc9, 0x5c, 0xe6, 0x13, 0x71, 0x44, 0x74, 0x8f, 0x46, 0x4c, 0xf9, 0xc2, 0x7f, 0xa9, 0x39, 0x5e, 0x03, 0x07, 0xda, 0xcf, 0x5a, 0xf5, 0xef, 0x56, 0xfc, 0xbe, 0xb2, 0xa6, 0x4e, 0xc7, 0x8a, 0x0e, 0x9d, 0x67, 0x09, 0xca, 0x67, 0x49, 0xfc, 0x5b, 0xea } }; static const struct cckprng_op_generate op_init_3219 = { .hd = { .id = 3041, .kind = OP_GENERATE }, .rand_nbytes = 119, .out = { .rand = { 0xf2, 0x42, 0xd9, 0xa0, 0x85, 0xba, 0x74, 0x16, 0x02, 0x4a, 0x66, 0x3d, 0x2d, 0x90, 0x8c, 0x99, 0xf9, 0x7d, 0xaa, 0x49, 0xb9, 0xef, 0x3c, 0xf2, 0xd6, 0x73, 0xff, 0x26, 0x53, 0x3b, 0xe6, 0xa8, 0x70, 0x3e, 0x74, 0x01, 0x08, 0x62, 0xca, 0x29, 0x8c, 0xc8, 0x9d, 0x91, 0x97, 0x49, 0x30, 0x92, 0x43, 0x8e, 0xaf, 0x7d, 0x65, 0xd1, 0xed, 0xa8, 0x83, 0x19, 0x82, 0x2b, 0x87, 0x8f, 0x74, 0x08, 0xfb, 0xfe, 0xf6, 0xa1, 0xe8, 0xfc, 0x39, 0xc1, 0x65, 0x4d, 0x17, 0xb8, 0xfb, 0x3c, 0xcd, 0x37, 0x06, 0x4b, 0xa9, 0x49, 0x76, 0xad, 0xb3, 0x9e, 0xa6, 0x8d, 0x09, 0xd8, 0x19, 0x0b, 0xd3, 0x69, 0xb4, 0x0e, 0x6b, 0x66, 0x59, 0x2e, 0xb1, 0x69, 0x9b, 0x79, 0x08, 0x76, 0x2a, 0xd5, 0xdf, 0x76, 0x70, 0x8a, 0xca, 0x34, 0x8d, 0x90, 0x7d } } }; static const struct cckprng_op_reseed op_reseed_3220 = { .hd = { .id = 3042, .kind = OP_RESEED }, .nonce = 15612069135465226379ULL, .seed_nbytes = 182, .seed = { 0x8c, 0x86, 0xc2, 0xa5, 0x7a, 0x50, 0xf8, 0x54, 0x1c, 0x19, 0x56, 0x1a, 0x93, 0x2e, 0x79, 0x50, 0x97, 0xdf, 0xed, 0x4b, 0x97, 0xa9, 0x39, 0xa1, 0xce, 0x08, 0x20, 0x94, 0xb5, 0xbf, 0x8b, 0xaf, 0x6b, 0x3c, 0x97, 0x21, 0x39, 0xb2, 0x30, 0x2e, 0x11, 0x2d, 0x00, 0x63, 0x33, 0x7c, 0x2f, 0xc2, 0xbb, 0xf5, 0xd5, 0x16, 0x58, 0xac, 0x31, 0x83, 0xc2, 0x8a, 0x0f, 0x26, 0xfe, 0x6f, 0x46, 0xdb, 0x9b, 0x77, 0xb4, 0x0b, 0x5e, 0x4b, 0x49, 0xc3, 0xa2, 0xc3, 0x4d, 0xb9, 0x84, 0x25, 0xcf, 0xd8, 0x4d, 0x8a, 0xd5, 0x82, 0xeb, 0x32, 0x4f, 0x44, 0x3d, 0x89, 0x2b, 0x5a, 0xa3, 0x4c, 0x12, 0x86, 0x26, 0x45, 0xef, 0xfc, 0xe2, 0xfc, 0x8d, 0x20, 0x24, 0x04, 0x96, 0x4c, 0x20, 0xb4, 0x9f, 0x10, 0x89, 0x1a, 0x51, 0x68, 0xa8, 0x0a, 0x70, 0x5c, 0x3f, 0x3e, 0x71, 0x75, 0x1d, 0x58, 0x92, 0x85, 0x1b, 0x6f, 0x57, 0xe7, 0x30, 0x42, 0x27, 0xf7, 0x0d, 0xda, 0x59, 0xc0, 0x72, 0x52, 0x23, 0x7a, 0xba, 0xa7, 0xdf, 0xe8, 0x83, 0x1d, 0x9f, 0xdc, 0x34, 0x24, 0xaa, 0x6b, 0xc0, 0x6f, 0x95, 0x09, 0x20, 0x0b, 0x9b, 0x51, 0xe3, 0xeb, 0x91, 0x8f, 0x79, 0x41, 0x7f, 0xb3, 0x0a, 0x92, 0x35, 0x63, 0xeb, 0xc3, 0xc4, 0xb8, 0xbd, 0x03 } }; static const struct cckprng_op *ops_3221[] = { (const struct cckprng_op *)&op_init_3205, (const struct cckprng_op *)&op_reseed_3206, (const struct cckprng_op *)&op_refresh_3207, (const struct cckprng_op *)&op_reseed_3208, (const struct cckprng_op *)&op_reseed_3209, (const struct cckprng_op *)&op_init_3210, (const struct cckprng_op *)&op_init_3211, (const struct cckprng_op *)&op_reseed_3212, (const struct cckprng_op *)&op_init_3213, (const struct cckprng_op *)&op_reseed_3214, (const struct cckprng_op *)&op_reseed_3215, (const struct cckprng_op *)&op_refresh_3216, (const struct cckprng_op *)&op_reseed_3217, (const struct cckprng_op *)&op_reseed_3218, (const struct cckprng_op *)&op_init_3219, (const struct cckprng_op *)&op_reseed_3220 }; static const struct cckprng_vector vec_3222 = { .id = 3043, .note = NULL, .nops = 16, .ops = ops_3221 }; static const struct cckprng_op_init op_init_3223 = { .hd = { .id = 3044, .kind = OP_INIT }, .seed = { 0x31, 0x31, 0x85, 0x47, 0x18, 0x5e, 0x26, 0xdc, 0xbb, 0x34, 0x4c, 0x09, 0x08, 0xb8, 0x4f, 0x0c, 0x72, 0xd6, 0x00, 0x1f, 0xfc, 0xfb, 0x6b, 0xe3, 0x97, 0x79, 0x51, 0x9c, 0xfc, 0x6a, 0x3c, 0x72 }, .nonce = { 0x90, 0x28, 0xad, 0x21, 0xd6, 0x81, 0xaa, 0x12 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3224 = { .hd = { .id = 3045, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0x38, 0xa9, 0xe3, 0x77, 0xca, 0x8f, 0xc8, 0x51, 0xec, 0x01, 0x53, 0xa0, 0x46, 0x66, 0x95, 0x78, 0x82, 0x8b, 0x3c, 0x08, 0xb8, 0x02, 0x0b } } }; static const struct cckprng_op_generate op_init_3225 = { .hd = { .id = 3046, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0x04, 0xd0, 0x8c, 0x89, 0x78, 0x03, 0xa0, 0xac, 0x3f, 0x79, 0x0e, 0x6b, 0x3c, 0x31, 0x76, 0x5a, 0xd0, 0x8c, 0x40, 0x96, 0x7b, 0xd2, 0x1a, 0xd0, 0x78, 0x0c, 0x29, 0x7e, 0x86, 0x98, 0xe4, 0x69, 0x61, 0x3a, 0xd0, 0xe2, 0xad, 0xaf, 0x46, 0x3f, 0x72, 0xff, 0x6b, 0x74, 0xdd, 0xae, 0x83, 0x6e, 0x4d, 0xd9, 0x97, 0xab, 0x0f, 0x05, 0x0c, 0xd6, 0x30, 0x8f, 0x6c, 0xb5, 0x54, 0x08, 0x67, 0xb1, 0x39, 0x4f } } }; static const struct cckprng_op_generate op_init_3226 = { .hd = { .id = 3047, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0x54, 0x76, 0x9d, 0xf0, 0x6d, 0x38, 0x64, 0x76, 0x04, 0x46, 0xff, 0xba, 0x9a, 0x9e, 0x7e, 0x0a, 0xba, 0x57 } } }; static const struct cckprng_op_refresh op_refresh_3227 = { .hd = { .id = 3048, .kind = OP_REFRESH }, .rand = 12835563061232663285ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3228 = { .hd = { .id = 3049, .kind = OP_RESEED }, .nonce = 4110268370397550543ULL, .seed_nbytes = 190, .seed = { 0xc0, 0x4e, 0xa2, 0xf7, 0xb5, 0xee, 0x8e, 0x66, 0x36, 0x14, 0x43, 0xf9, 0x54, 0x16, 0x55, 0x30, 0xeb, 0x46, 0xd4, 0x08, 0x22, 0x54, 0x80, 0x8e, 0xbc, 0x7f, 0xad, 0x03, 0x9a, 0x99, 0xad, 0x57, 0xb6, 0x4e, 0xc9, 0x54, 0x07, 0x0b, 0xae, 0x2a, 0xd0, 0xb1, 0x2e, 0xf5, 0x2e, 0xac, 0xf7, 0x74, 0x37, 0x58, 0xa5, 0x6e, 0x60, 0x55, 0x58, 0x3b, 0xd7, 0x5a, 0x46, 0x3b, 0xb9, 0x06, 0x5d, 0xee, 0xf2, 0xf8, 0xa5, 0x30, 0xcf, 0xd8, 0xff, 0x8f, 0xb1, 0x47, 0x36, 0x85, 0xa4, 0x95, 0xda, 0x6b, 0x54, 0xd1, 0x73, 0xf4, 0xea, 0xfe, 0x88, 0x3a, 0x3d, 0xe4, 0x59, 0x76, 0xf8, 0x15, 0x7e, 0xc1, 0x60, 0x86, 0x88, 0x5c, 0x82, 0xbd, 0x58, 0x99, 0xa9, 0x34, 0xbe, 0x16, 0xab, 0x39, 0x94, 0xb6, 0xfa, 0xd8, 0x33, 0x74, 0xd6, 0x55, 0xc8, 0xf5, 0xae, 0x69, 0xed, 0x2d, 0x2e, 0x8c, 0x88, 0xae, 0x67, 0x4d, 0x9e, 0xe7, 0xe5, 0x72, 0x8e, 0xbd, 0x82, 0xf1, 0x77, 0x66, 0xcf, 0xad, 0xe1, 0x01, 0xb4, 0xfc, 0x07, 0xa5, 0xc2, 0xab, 0xb5, 0xd3, 0xf4, 0x0f, 0x5c, 0x58, 0xd7, 0x51, 0x1f, 0xea, 0xe8, 0x44, 0x50, 0x78, 0x99, 0x6a, 0x07, 0xca, 0xbd, 0xa2, 0xce, 0x6e, 0xa2, 0xda, 0xc1, 0x4f, 0x22, 0x09, 0x92, 0x26, 0x4d, 0xb9, 0x30, 0x16, 0x0b, 0x5a, 0x77, 0xe2, 0xe6, 0xd6 } }; static const struct cckprng_op_reseed op_reseed_3229 = { .hd = { .id = 3050, .kind = OP_RESEED }, .nonce = 7493015700074015618ULL, .seed_nbytes = 41, .seed = { 0xc6, 0x63, 0x99, 0x10, 0x41, 0xa7, 0x8a, 0xb4, 0xca, 0x8e, 0x9d, 0x25, 0x70, 0x94, 0x35, 0x6b, 0x17, 0x17, 0x3c, 0x4c, 0x46, 0xe7, 0x8f, 0x48, 0x60, 0x82, 0xff, 0x1b, 0x40, 0x32, 0xd8, 0x90, 0xc0, 0xe3, 0x2a, 0x04, 0x9b, 0x44, 0x05, 0xff, 0x78 } }; static const struct cckprng_op_generate op_init_3230 = { .hd = { .id = 3051, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x21, 0x18, 0x5f, 0x71, 0x4c, 0xcb, 0x1d, 0x32, 0x93, 0x00, 0xd7, 0xa0, 0xd6, 0xaa, 0x5a, 0x0e, 0x22, 0xbd, 0xcb, 0xc5, 0x5e, 0xb5, 0xc0, 0x93, 0xb3, 0x78, 0x5a, 0x1c, 0x4b, 0x5a, 0xc0, 0x45, 0xe8, 0x86, 0xe3, 0x04, 0xed, 0xd6, 0x73, 0x57, 0xa3, 0x0a, 0x3a, 0x2e, 0x9c, 0x05, 0x5e, 0x3c, 0x45, 0x3e, 0x4c, 0xe0, 0x55, 0x98, 0x02 } } }; static const struct cckprng_op_generate op_init_3231 = { .hd = { .id = 3052, .kind = OP_GENERATE }, .rand_nbytes = 140, .out = { .rand = { 0xad, 0x49, 0xac, 0xa1, 0xf3, 0x80, 0x67, 0x45, 0x16, 0x8a, 0x6a, 0xdb, 0x8d, 0x73, 0x51, 0xda, 0x57, 0x07, 0x44, 0x57, 0x52, 0x56, 0xfe, 0x9f, 0xd3, 0x1f, 0x8d, 0x09, 0x24, 0xa2, 0x53, 0xb2, 0x95, 0x66, 0x71, 0xa8, 0xaf, 0x54, 0xee, 0x7e, 0x80, 0xfe, 0x9b, 0x38, 0x0c, 0xa5, 0xdb, 0x90, 0x39, 0xcd, 0x19, 0x71, 0x8f, 0x73, 0xfb, 0x5f, 0x6b, 0x56, 0x84, 0xc1, 0x7f, 0x56, 0x9b, 0x75, 0xc1, 0x1a, 0x8b, 0x34, 0xb9, 0x3d, 0x22, 0x08, 0x3c, 0x87, 0x63, 0x4e, 0x06, 0x24, 0xc5, 0xed, 0x9e, 0x9a, 0xb1, 0x83, 0x8f, 0x2f, 0x04, 0x77, 0xc1, 0xa2, 0x67, 0xb9, 0xc0, 0x05, 0xd4, 0xcf, 0x5b, 0x59, 0x64, 0xea, 0xbb, 0x3d, 0x47, 0xed, 0xad, 0x09, 0x7f, 0x78, 0x78, 0x5b, 0x70, 0x2d, 0xed, 0x96, 0xe7, 0xa0, 0x0a, 0xe6, 0x6c, 0x82, 0x62, 0xed, 0x4e, 0x3a, 0xe2, 0xa1, 0xda, 0xf1, 0x5b, 0x61, 0x30, 0xb9, 0x1a, 0x2e, 0xf7, 0x76, 0x82, 0x49, 0xf8, 0xad } } }; static const struct cckprng_op_reseed op_reseed_3232 = { .hd = { .id = 3053, .kind = OP_RESEED }, .nonce = 9445634691550520434ULL, .seed_nbytes = 177, .seed = { 0x2d, 0x24, 0x17, 0x8a, 0xbf, 0xde, 0x1e, 0xf0, 0x25, 0x1b, 0x3d, 0x8e, 0xb9, 0x98, 0x5a, 0xf2, 0x8b, 0x90, 0x1f, 0x58, 0xa7, 0xf6, 0x5d, 0xf2, 0xf0, 0xad, 0xc5, 0x0c, 0x64, 0x2e, 0x8f, 0xfa, 0x6a, 0x5d, 0xb2, 0x87, 0xf8, 0xee, 0xe5, 0x06, 0x17, 0xab, 0x69, 0xba, 0x40, 0xfc, 0xad, 0xb4, 0x56, 0x22, 0x8d, 0x0e, 0xeb, 0x19, 0x96, 0x5b, 0xb9, 0x6d, 0xaa, 0x70, 0xdd, 0xbd, 0xba, 0x12, 0x99, 0x2a, 0x83, 0xb5, 0x4a, 0xd3, 0xe1, 0x9a, 0x28, 0xf8, 0x0b, 0xb2, 0xc4, 0xa8, 0x23, 0x23, 0x26, 0xcf, 0xbb, 0x2b, 0xda, 0x93, 0x06, 0x2a, 0x7c, 0xb4, 0xd6, 0x97, 0x04, 0x23, 0x31, 0x65, 0xb4, 0x50, 0x56, 0x76, 0xeb, 0xb2, 0x94, 0x3d, 0xa9, 0xf6, 0x35, 0x4c, 0x96, 0xd7, 0x49, 0xc3, 0xff, 0x8b, 0x86, 0xcf, 0xb1, 0x3c, 0x16, 0x80, 0x1f, 0x48, 0x48, 0x52, 0x29, 0xa6, 0x97, 0x72, 0x69, 0xdf, 0x91, 0x59, 0xb6, 0x95, 0xce, 0xab, 0xc7, 0xf3, 0x9e, 0xf5, 0xcb, 0xd5, 0x57, 0x3c, 0x85, 0xe2, 0x61, 0x53, 0x3e, 0x33, 0x9f, 0x0b, 0xdd, 0xec, 0x3f, 0xa8, 0x45, 0x97, 0x05, 0xf5, 0x73, 0x54, 0x6f, 0xd7, 0xe3, 0x1e, 0xae, 0x19, 0xa8, 0xd1, 0xc3, 0x00, 0x4e, 0xa8, 0xc1, 0x2e, 0x57 } }; static const struct cckprng_op_refresh op_refresh_3233 = { .hd = { .id = 3054, .kind = OP_REFRESH }, .rand = 13742922895019071378ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3234 = { .hd = { .id = 3055, .kind = OP_RESEED }, .nonce = 10836394953163857177ULL, .seed_nbytes = 254, .seed = { 0x09, 0x30, 0x7b, 0xcb, 0xbc, 0x35, 0xaa, 0x80, 0xf7, 0xe3, 0x56, 0xd6, 0x17, 0xa4, 0x8c, 0x08, 0xb6, 0xf1, 0x82, 0xf6, 0x11, 0xa7, 0x65, 0xea, 0x3a, 0xf6, 0x5c, 0x03, 0x2c, 0x68, 0x45, 0xc7, 0xb2, 0x61, 0x0b, 0xa2, 0xc2, 0x8e, 0xbf, 0x1f, 0xd9, 0x3c, 0x2d, 0xa3, 0x14, 0x6b, 0xf7, 0xa9, 0x29, 0x91, 0x74, 0x4a, 0x0b, 0x2f, 0x3f, 0x55, 0xdb, 0x30, 0xba, 0x28, 0x87, 0x9d, 0xae, 0x72, 0xd0, 0xab, 0x79, 0xbd, 0xad, 0x31, 0x1b, 0x8c, 0x8d, 0xa7, 0xa1, 0xbf, 0x25, 0xfb, 0x79, 0xc9, 0xd4, 0x4b, 0x35, 0x52, 0xce, 0xac, 0x9f, 0x13, 0xd5, 0x15, 0x75, 0x04, 0x04, 0x0c, 0xb3, 0x22, 0x6e, 0x3d, 0x85, 0x9d, 0x3d, 0x75, 0x2a, 0x2a, 0x3f, 0xed, 0xa2, 0xc0, 0x6f, 0xb8, 0x45, 0x85, 0xc7, 0xe6, 0xf7, 0x4e, 0x73, 0x83, 0xe6, 0xf6, 0x89, 0x01, 0xd1, 0x5f, 0xbe, 0x60, 0x3f, 0x89, 0x90, 0x9a, 0xed, 0x78, 0x05, 0x0e, 0xa9, 0x0e, 0xdb, 0x6b, 0x9a, 0xbb, 0x62, 0x41, 0x5d, 0x35, 0xcb, 0x76, 0xf0, 0xe2, 0xa6, 0x8e, 0x24, 0x1a, 0x34, 0xa7, 0xeb, 0xae, 0x81, 0xea, 0xa5, 0x69, 0x68, 0xe7, 0xdf, 0x14, 0x88, 0xa8, 0xdf, 0x55, 0xf6, 0xa5, 0xee, 0x61, 0xaa, 0x0a, 0xfd, 0xa4, 0x48, 0xb0, 0xcf, 0x47, 0x5f, 0x9b, 0x02, 0xae, 0x62, 0x83, 0xbe, 0xa2, 0xdf, 0x22, 0x6f, 0xae, 0x5f, 0x95, 0xc0, 0x61, 0x18, 0x62, 0xbd, 0x27, 0xe8, 0x69, 0x8c, 0x9b, 0x44, 0x35, 0x22, 0x30, 0x14, 0x96, 0x8f, 0xe9, 0x8a, 0xe3, 0xc0, 0xb9, 0x29, 0xfe, 0x65, 0x28, 0xff, 0xcf, 0xe1, 0x04, 0xf4, 0xd9, 0xe7, 0xf8, 0x84, 0xaa, 0x2c, 0xb9, 0x49, 0xff, 0x1f, 0x3b, 0x50, 0xfa, 0x5a, 0xa4, 0x7a, 0xf1, 0xe2, 0xae, 0x11, 0x60, 0xdd, 0x76, 0xd2, 0x64, 0x95, 0xc0, 0xfe, 0x93 } }; static const struct cckprng_op_generate op_init_3235 = { .hd = { .id = 3056, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0x61, 0x7d, 0x3e, 0x7d, 0x9f, 0xeb, 0xe3, 0x95, 0xf0, 0x29, 0x3a, 0xf8, 0x80, 0x75, 0x1e, 0xc3, 0x88, 0xf0, 0x61, 0x92, 0xe7, 0xe9, 0x48, 0x05, 0x4f, 0x55, 0xf2, 0x26, 0x84, 0xcb, 0xf4, 0x33, 0x57, 0x56, 0xfd, 0xb8, 0x66, 0x9f, 0x1b, 0x04, 0x91, 0x6b, 0x45, 0x7d, 0xcd, 0x15, 0x8d } } }; static const struct cckprng_op_reseed op_reseed_3236 = { .hd = { .id = 3057, .kind = OP_RESEED }, .nonce = 2140308392379480114ULL, .seed_nbytes = 31, .seed = { 0xf3, 0x47, 0xcd, 0x8e, 0xd6, 0x22, 0x29, 0xc5, 0x78, 0x10, 0x80, 0x62, 0x2c, 0x93, 0x3d, 0xf4, 0x87, 0x8c, 0x5d, 0x1f, 0xac, 0xb7, 0x65, 0x5c, 0xc7, 0xc2, 0xba, 0xad, 0x1c, 0x0d, 0xe2 } }; static const struct cckprng_op_generate op_init_3237 = { .hd = { .id = 3058, .kind = OP_GENERATE }, .rand_nbytes = 79, .out = { .rand = { 0xd4, 0x40, 0x6c, 0x23, 0xc8, 0xdc, 0x22, 0xa3, 0x48, 0x1f, 0x83, 0xf0, 0xf2, 0xb0, 0x29, 0xe4, 0x4e, 0xcf, 0x8a, 0x30, 0x60, 0x76, 0xb7, 0x97, 0x51, 0xad, 0x0e, 0xa1, 0x2d, 0x45, 0x62, 0x00, 0x04, 0xfb, 0xaa, 0xb6, 0xe2, 0x0f, 0xd9, 0x6b, 0xdf, 0x43, 0x7a, 0x62, 0xd4, 0xb4, 0x84, 0xfd, 0x47, 0x33, 0xd9, 0x4b, 0x5c, 0xd8, 0x11, 0x52, 0xed, 0x90, 0x7a, 0x5b, 0xd8, 0x29, 0xb9, 0xc3, 0x0e, 0x82, 0x07, 0x6a, 0x24, 0x23, 0x5b, 0x84, 0x30, 0xdb, 0x10, 0x83, 0xc3, 0x5f, 0xf7 } } }; static const struct cckprng_op_refresh op_refresh_3238 = { .hd = { .id = 3059, .kind = OP_REFRESH }, .rand = 2869479143307947110ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3239[] = { (const struct cckprng_op *)&op_init_3223, (const struct cckprng_op *)&op_init_3224, (const struct cckprng_op *)&op_init_3225, (const struct cckprng_op *)&op_init_3226, (const struct cckprng_op *)&op_refresh_3227, (const struct cckprng_op *)&op_reseed_3228, (const struct cckprng_op *)&op_reseed_3229, (const struct cckprng_op *)&op_init_3230, (const struct cckprng_op *)&op_init_3231, (const struct cckprng_op *)&op_reseed_3232, (const struct cckprng_op *)&op_refresh_3233, (const struct cckprng_op *)&op_reseed_3234, (const struct cckprng_op *)&op_init_3235, (const struct cckprng_op *)&op_reseed_3236, (const struct cckprng_op *)&op_init_3237, (const struct cckprng_op *)&op_refresh_3238 }; static const struct cckprng_vector vec_3240 = { .id = 3060, .note = NULL, .nops = 16, .ops = ops_3239 }; static const struct cckprng_op_init op_init_3241 = { .hd = { .id = 3061, .kind = OP_INIT }, .seed = { 0x7d, 0xce, 0x47, 0x39, 0x33, 0xf4, 0x87, 0xe6, 0x27, 0xce, 0x98, 0xb1, 0x79, 0x33, 0x18, 0xfe, 0x8b, 0x53, 0xcc, 0xed, 0x65, 0xa2, 0x15, 0x3f, 0x2d, 0x28, 0xf3, 0xfc, 0x02, 0x2c, 0x11, 0xc2 }, .nonce = { 0x22, 0x32, 0x09, 0x97, 0x48, 0x0f, 0x06, 0x68 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3242 = { .hd = { .id = 3062, .kind = OP_REFRESH }, .rand = 7924776063531976412ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3243 = { .hd = { .id = 3063, .kind = OP_GENERATE }, .rand_nbytes = 211, .out = { .rand = { 0xd1, 0x69, 0x2d, 0xe5, 0xd3, 0x77, 0x75, 0xb2, 0x4f, 0x2d, 0x58, 0x68, 0x84, 0xf5, 0x8f, 0x7f, 0x8c, 0x10, 0x0f, 0xe5, 0x4a, 0x87, 0x48, 0xd2, 0x8d, 0x04, 0xbf, 0x2a, 0x1f, 0xc5, 0xc3, 0x93, 0x3a, 0xc5, 0x7b, 0x13, 0x89, 0x44, 0x30, 0x57, 0x9a, 0xc8, 0x4a, 0xfb, 0x51, 0x41, 0x86, 0xde, 0xe2, 0x4e, 0xf8, 0xe3, 0x98, 0xfb, 0x03, 0xce, 0xc1, 0x09, 0x3a, 0x5b, 0x70, 0xcb, 0x34, 0x11, 0xa0, 0xb7, 0x80, 0x0e, 0xca, 0x64, 0x38, 0x3a, 0xa9, 0x58, 0xc3, 0x78, 0xb5, 0x05, 0xb2, 0xed, 0x2a, 0xf6, 0x4e, 0x79, 0x8a, 0xae, 0x07, 0xf5, 0x35, 0x3a, 0x90, 0x8f, 0x44, 0x4c, 0xf2, 0x96, 0x5e, 0xd8, 0xe8, 0xb9, 0x11, 0xfe, 0xb7, 0x1f, 0xb8, 0x1a, 0x79, 0xb5, 0xf2, 0x95, 0x2b, 0xf8, 0x5f, 0x5a, 0x74, 0x89, 0x20, 0x38, 0x1b, 0xe5, 0x45, 0x7d, 0x90, 0x0d, 0x5e, 0x4f, 0x7d, 0x03, 0x5c, 0xae, 0x97, 0x51, 0x8f, 0xc6, 0x18, 0x03, 0xae, 0xd5, 0x8b, 0x2b, 0x74, 0xfb, 0xa3, 0xdd, 0xfc, 0x18, 0xe3, 0xa9, 0x6f, 0x42, 0xb3, 0xec, 0x7b, 0x58, 0x2f, 0xe5, 0x0f, 0xe7, 0x24, 0x72, 0x8f, 0xc2, 0x16, 0x5c, 0xc4, 0xb6, 0x7a, 0x3a, 0x37, 0x70, 0x11, 0x8e, 0x6f, 0xce, 0xd2, 0x3f, 0x90, 0x5b, 0x4b, 0x54, 0xbe, 0x7a, 0x5e, 0x13, 0x15, 0x41, 0x64, 0x3a, 0xf3, 0x41, 0x41, 0x48, 0xc0, 0x03, 0xee, 0x54, 0x57, 0x25, 0x30, 0x7f, 0xe1, 0x61, 0xac, 0xd9, 0xc8, 0xb2, 0x30, 0x2d, 0x43, 0xde, 0xa7 } } }; static const struct cckprng_op_generate op_init_3244 = { .hd = { .id = 3064, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0xd8, 0x49, 0xe0, 0x39, 0x39, 0x6d, 0xe7, 0xc6, 0x05, 0x99, 0x5c, 0xa8, 0x9e, 0xe9, 0x9c, 0x98, 0x5f, 0x9a, 0x01, 0x76, 0xf1, 0x35, 0x44, 0x19, 0xed, 0x19, 0x34, 0x2a, 0x5e, 0xba, 0x08, 0x1f, 0x2b, 0x7b, 0x38, 0x2f, 0xeb, 0x37, 0x2c, 0xed, 0x61, 0xf9, 0x5d, 0x31, 0x0f, 0xad, 0xb0, 0x69, 0x7c, 0x9f, 0x96, 0xc7, 0x12, 0x0b, 0x4c, 0xd9, 0x08, 0x6d, 0xc8, 0x7c, 0xb9, 0xc2, 0x44, 0xc7 } } }; static const struct cckprng_op_reseed op_reseed_3245 = { .hd = { .id = 3065, .kind = OP_RESEED }, .nonce = 5448583891681659348ULL, .seed_nbytes = 75, .seed = { 0x59, 0x59, 0xa5, 0x16, 0x9f, 0xa2, 0x36, 0x3d, 0xfd, 0x98, 0x0b, 0x8e, 0x53, 0x90, 0x1a, 0xba, 0x7c, 0x5e, 0x1c, 0xeb, 0x57, 0x08, 0xb0, 0x3e, 0x88, 0xc9, 0xed, 0x6e, 0x6b, 0x8e, 0xe3, 0x8c, 0x8f, 0x51, 0xb5, 0xe0, 0xa0, 0x56, 0xbd, 0xe9, 0xe1, 0x05, 0x2b, 0xa4, 0x0c, 0xe2, 0xd4, 0x95, 0x05, 0x21, 0x58, 0x91, 0x7e, 0x42, 0x07, 0x7a, 0x0e, 0x2c, 0x52, 0x7e, 0x26, 0xec, 0x02, 0xe7, 0xa4, 0xf1, 0xb5, 0xfc, 0xf7, 0x89, 0x4a, 0x2c, 0xa3, 0x05, 0xf2 } }; static const struct cckprng_op_generate op_init_3246 = { .hd = { .id = 3066, .kind = OP_GENERATE }, .rand_nbytes = 263, .out = { .rand = { 0xc5, 0x35, 0x4f, 0x72, 0x13, 0xec, 0xe0, 0x62, 0x9f, 0x5e, 0xff, 0x64, 0x86, 0x6c, 0xca, 0x1c, 0x9b, 0x46, 0x64, 0xfc, 0xf3, 0x06, 0x84, 0x20, 0x68, 0x86, 0xa2, 0x5e, 0xa7, 0xfe, 0xec, 0xd2, 0x13, 0xca, 0xaa, 0xd2, 0x17, 0x55, 0x5b, 0xea, 0x36, 0x49, 0x88, 0xd4, 0x82, 0x81, 0xba, 0xdc, 0x54, 0x44, 0x18, 0x94, 0x88, 0x21, 0x7c, 0x45, 0x57, 0xb8, 0x47, 0x17, 0x37, 0x6a, 0x4d, 0x2c, 0x66, 0x5a, 0xf0, 0x3b, 0x5e, 0xcb, 0xed, 0xee, 0xca, 0xea, 0x47, 0x16, 0x08, 0xdc, 0x36, 0x4d, 0x12, 0xc3, 0xc5, 0x99, 0xc4, 0xc0, 0xf3, 0x20, 0xd7, 0x33, 0xb9, 0xc8, 0xec, 0xad, 0x9b, 0x57, 0x19, 0x90, 0x77, 0xe8, 0x2a, 0x57, 0xa1, 0xb8, 0xde, 0xfb, 0xa5, 0x6a, 0x9f, 0x6d, 0x3c, 0x46, 0xa1, 0xe4, 0x26, 0x04, 0x8c, 0x19, 0xdd, 0x9d, 0xaf, 0xed, 0xab, 0x4c, 0xd0, 0xff, 0x3a, 0x50, 0x78, 0x15, 0x65, 0xe5, 0x6e, 0x94, 0x52, 0x88, 0xf8, 0x2c, 0x5d, 0x01, 0x08, 0x0a, 0x8a, 0xa5, 0x24, 0xde, 0x68, 0xb7, 0xe0, 0xc4, 0x3b, 0x67, 0x32, 0x0c, 0xac, 0x92, 0x89, 0xaf, 0xf9, 0x72, 0xc4, 0x13, 0xf3, 0x5c, 0x84, 0x10, 0x06, 0xe1, 0x06, 0xf8, 0x46, 0x1c, 0x19, 0x64, 0xb1, 0x1c, 0x54, 0xe9, 0xc5, 0xdf, 0xcc, 0x70, 0xa5, 0x60, 0x76, 0x24, 0x83, 0x4c, 0x42, 0x28, 0x01, 0x14, 0xb8, 0xac, 0x6c, 0x1a, 0xb6, 0xd2, 0x62, 0x28, 0x22, 0x1b, 0x7d, 0x0e, 0xe8, 0x90, 0x91, 0x1b, 0x36, 0xee, 0x69, 0xb1, 0xf3, 0x79, 0x4a, 0x0f, 0xd1, 0xf6, 0xf6, 0x71, 0x38, 0x3e, 0x8a, 0xd7, 0xfc, 0x75, 0x62, 0xb9, 0x21, 0xe9, 0xa4, 0xcd, 0x42, 0xae, 0xe3, 0x8c, 0x97, 0x49, 0xc2, 0x4a, 0xe1, 0xbf, 0xd3, 0x79, 0x54, 0x26, 0x96, 0x89, 0x11, 0x06, 0xe6, 0x4b, 0xaa, 0x20, 0xb5, 0x53, 0x97, 0x33, 0xd1, 0x2a, 0x51, 0x1b, 0xb9 } } }; static const struct cckprng_op_generate op_init_3247 = { .hd = { .id = 3067, .kind = OP_GENERATE }, .rand_nbytes = 45, .out = { .rand = { 0x63, 0x18, 0x65, 0xd7, 0x5d, 0x22, 0x68, 0xd8, 0xc6, 0x1a, 0x91, 0x25, 0x72, 0x72, 0x7d, 0x9b, 0x5a, 0x76, 0x48, 0x96, 0x3e, 0xe9, 0xa1, 0x96, 0x81, 0x05, 0x80, 0x89, 0xa7, 0x8a, 0x74, 0xc7, 0xb5, 0xc6, 0x84, 0x40, 0x95, 0xbd, 0xa6, 0x6f, 0x83, 0xb5, 0x3a, 0xf9, 0xcf } } }; static const struct cckprng_op_generate op_init_3248 = { .hd = { .id = 3068, .kind = OP_GENERATE }, .rand_nbytes = 275, .out = { .rand = { 0x7e, 0x9b, 0x06, 0x6a, 0x33, 0xc4, 0x6b, 0x05, 0xf3, 0x4e, 0x35, 0x62, 0xed, 0x98, 0xcb, 0xc9, 0xe0, 0x35, 0xce, 0x72, 0x6b, 0x48, 0x3e, 0x03, 0xfd, 0x73, 0x56, 0xdc, 0xac, 0x76, 0xfd, 0x51, 0x3a, 0x59, 0x97, 0x8a, 0xc3, 0x65, 0x61, 0xa1, 0x28, 0x2e, 0x84, 0x48, 0xa4, 0x94, 0x8a, 0x1d, 0xf2, 0x5a, 0x33, 0x79, 0x4e, 0x2f, 0x60, 0xb7, 0x6d, 0x1f, 0x8c, 0xd6, 0x54, 0xa9, 0x84, 0x24, 0x5d, 0x38, 0xaa, 0x0a, 0x97, 0x91, 0x15, 0x94, 0xa5, 0x2f, 0xd8, 0x9e, 0xf4, 0x8d, 0x5d, 0x5c, 0x10, 0x1b, 0x22, 0x3c, 0xd4, 0xeb, 0x90, 0x7a, 0x3a, 0x69, 0xc6, 0x9a, 0xe5, 0x79, 0xfe, 0x48, 0x6b, 0x67, 0x10, 0xae, 0x1a, 0x39, 0xde, 0x19, 0x06, 0x1e, 0xe0, 0xcc, 0x9e, 0x0b, 0xba, 0x06, 0x51, 0x29, 0x44, 0x39, 0x13, 0x6a, 0xf4, 0x44, 0x71, 0xd7, 0x85, 0xde, 0x7d, 0x36, 0x26, 0x37, 0x04, 0x4f, 0x33, 0x41, 0x01, 0x72, 0xf2, 0x1c, 0x84, 0x59, 0xf8, 0xfd, 0xb8, 0x22, 0x95, 0x2e, 0x65, 0xea, 0x5f, 0x84, 0xf4, 0xa5, 0x24, 0x09, 0x5b, 0x57, 0xdf, 0x64, 0x7f, 0x07, 0x94, 0x1b, 0x6f, 0x76, 0x40, 0x7b, 0x25, 0x63, 0x74, 0xf6, 0x15, 0x8f, 0x47, 0x4e, 0x77, 0x34, 0xea, 0xf4, 0xdd, 0x44, 0x48, 0xbc, 0xf3, 0x28, 0xf0, 0x10, 0x65, 0xcb, 0x23, 0xa4, 0xc0, 0x9c, 0x06, 0xae, 0xb4, 0x79, 0xc3, 0xb0, 0x37, 0xfa, 0x26, 0xc2, 0xc1, 0xe7, 0x3a, 0x09, 0x8f, 0xcc, 0xad, 0xc6, 0xc3, 0x6c, 0x4e, 0xb4, 0xfe, 0x7f, 0xc4, 0xfd, 0x13, 0x2d, 0xde, 0xcc, 0xd8, 0xcf, 0x16, 0x11, 0xb4, 0x9c, 0x48, 0x96, 0xe1, 0x94, 0x1a, 0x08, 0x41, 0x60, 0x3d, 0x8d, 0x43, 0x43, 0xff, 0xe5, 0x8f, 0x69, 0x9f, 0x13, 0xdb, 0x3e, 0x78, 0xdf, 0x25, 0x26, 0xf8, 0xe4, 0x96, 0x4e, 0x57, 0xc8, 0x45, 0x5f, 0x92, 0x54, 0xfd, 0x39, 0xca, 0x5a, 0x73, 0x04, 0x63, 0x08, 0xb9, 0xd2, 0x5a, 0x41, 0x9d, 0x7a, 0x1b } } }; static const struct cckprng_op_generate op_init_3249 = { .hd = { .id = 3069, .kind = OP_GENERATE }, .rand_nbytes = 45, .out = { .rand = { 0x73, 0x7d, 0x51, 0x87, 0x3a, 0x11, 0xad, 0x5d, 0xac, 0xe9, 0xff, 0x81, 0x1e, 0xfd, 0x24, 0xd9, 0xa7, 0x36, 0x2e, 0x5b, 0xaf, 0x6a, 0xe3, 0x77, 0xa7, 0xd0, 0x73, 0x71, 0xc1, 0xe4, 0xf0, 0x3d, 0xa3, 0x3c, 0x26, 0x40, 0x11, 0x4b, 0xbc, 0x4d, 0xf9, 0xdb, 0x70, 0xec, 0xcc } } }; static const struct cckprng_op_generate op_init_3250 = { .hd = { .id = 3070, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0x66, 0xfd, 0xe2, 0xba, 0xeb, 0xe2, 0xa3, 0x33, 0xef, 0x06, 0xe5, 0x01, 0xf1, 0xd0, 0x33, 0x61, 0xed, 0xd1, 0x10, 0xfb, 0xde, 0xf9, 0x14, 0xf3, 0xf4, 0x95, 0x9b, 0x8e, 0xdc, 0x0a, 0xf8, 0x20, 0xc3, 0xd5, 0x37, 0xac, 0xac, 0xe2, 0x09, 0x16, 0xdd, 0xbe, 0x3a, 0x90, 0xfd, 0xbe, 0xc2, 0xfe, 0x9c, 0xec, 0x95, 0x95, 0x1c, 0xf5, 0x5b, 0xbe, 0xba, 0xc3, 0x68, 0xe4, 0x28, 0x0a, 0x56, 0x8a, 0xa9, 0x29, 0x88, 0x7e, 0x08, 0x1d, 0xfe, 0x73, 0xe9, 0xd2, 0xd2, 0xad, 0x7e, 0x9d, 0xae, 0x4f, 0xfe, 0x22, 0x4b, 0xe2, 0xf7, 0x2b, 0xaf, 0x0b, 0x5e, 0xab, 0xb0, 0x5d, 0x75, 0xba, 0xbc, 0x51, 0x59, 0x28, 0xc9, 0xfa, 0xec, 0x0c, 0x8d, 0x48, 0x3e, 0x00, 0xde, 0x31, 0xef, 0x68, 0x79, 0x43, 0x4e, 0xe0, 0xfc, 0x74, 0x8b, 0x63, 0x14, 0xb2, 0x51, 0xe9, 0x14, 0xa2, 0xfb, 0x41, 0x2d, 0x50, 0x82, 0x52, 0x95, 0x2f, 0x4c, 0x74, 0x3f, 0x38, 0xdd, 0xd1, 0x06, 0x38, 0x08, 0x49, 0x0a, 0x6e, 0x2b, 0x55, 0x4f, 0x26, 0x55, 0xf0, 0x1d, 0x23, 0xc8, 0x6c, 0xe8, 0x72, 0xe9, 0x50, 0x89, 0x75, 0x75, 0x3e, 0x06, 0x7a, 0x0e, 0xdb, 0xe7, 0x04, 0x31, 0x58, 0x6c, 0x75, 0xeb, 0x93, 0x79, 0x13, 0x2a, 0x33, 0x22, 0x00, 0x62, 0xca, 0x7f, 0xc7 } } }; static const struct cckprng_op_refresh op_refresh_3251 = { .hd = { .id = 3071, .kind = OP_REFRESH }, .rand = 6674104540897764059ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3252 = { .hd = { .id = 3072, .kind = OP_RESEED }, .nonce = 5610325136371433312ULL, .seed_nbytes = 95, .seed = { 0xd0, 0xfc, 0xe1, 0x49, 0xe1, 0xda, 0xfa, 0x6f, 0x32, 0xe6, 0x87, 0x80, 0xc4, 0x19, 0xb8, 0xb3, 0x13, 0x9a, 0x57, 0x28, 0xdb, 0xe5, 0xd0, 0x19, 0xda, 0xe2, 0x12, 0x44, 0x5b, 0xc2, 0xe0, 0xaa, 0x6d, 0x83, 0x33, 0xfc, 0xa9, 0x4c, 0x64, 0x0a, 0x11, 0x50, 0xf7, 0x82, 0x75, 0xda, 0x39, 0xa4, 0x79, 0x88, 0x52, 0x1e, 0xb4, 0x32, 0x11, 0x38, 0xc2, 0x2a, 0x98, 0x0b, 0x15, 0xf2, 0xc0, 0xa0, 0x73, 0xda, 0x64, 0x84, 0x89, 0x95, 0x9b, 0x84, 0x68, 0x7d, 0xae, 0xd1, 0x60, 0x6c, 0xfd, 0xd6, 0x02, 0xeb, 0x40, 0x0e, 0x4b, 0xcc, 0xd7, 0x75, 0xc5, 0xa3, 0x85, 0x8f, 0xe2, 0x1b, 0x06 } }; static const struct cckprng_op_refresh op_refresh_3253 = { .hd = { .id = 3073, .kind = OP_REFRESH }, .rand = 792168482452021300ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3254 = { .hd = { .id = 3074, .kind = OP_RESEED }, .nonce = 13008209924790783823ULL, .seed_nbytes = 99, .seed = { 0xd5, 0x4e, 0xa7, 0x22, 0x9b, 0x9e, 0xa2, 0xbf, 0x55, 0x74, 0x9d, 0xe2, 0x57, 0x5a, 0x1c, 0x72, 0xb2, 0x07, 0xbb, 0x79, 0x84, 0xd9, 0xd1, 0xba, 0xe0, 0x8d, 0xf5, 0x32, 0xd6, 0xae, 0x25, 0x0c, 0x84, 0x92, 0xe5, 0xcb, 0x20, 0xe8, 0xbd, 0xc2, 0x90, 0xd1, 0x56, 0x51, 0x0d, 0x8a, 0x3b, 0x4f, 0x29, 0x84, 0x8e, 0x8e, 0x4d, 0x7a, 0x27, 0x11, 0x2a, 0x27, 0x75, 0x5d, 0x04, 0x20, 0x3b, 0x7c, 0xf5, 0x18, 0xf1, 0x9e, 0xe5, 0x6f, 0xac, 0xf5, 0x45, 0xae, 0x0d, 0xea, 0x7a, 0x82, 0xe4, 0x83, 0x19, 0x08, 0xb6, 0x63, 0x83, 0x48, 0x7a, 0x7a, 0x51, 0xb5, 0x80, 0x72, 0x50, 0x1b, 0xf1, 0xc1, 0x2f, 0xe7, 0x16 } }; static const struct cckprng_op_generate op_init_3255 = { .hd = { .id = 3075, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0x95, 0xb0, 0xe4, 0xcc, 0xec, 0x10, 0x26, 0x28, 0xdc, 0x37, 0x03, 0xd5, 0x38, 0x2b, 0xe2, 0x2f, 0x03, 0x14, 0x80, 0x05, 0x0d, 0x45, 0x6c, 0xa1, 0x00, 0x1f, 0x31, 0x82, 0x1b, 0x15, 0xa7, 0xe2, 0xd6, 0x75, 0x0e, 0x06, 0xed, 0x5b, 0x51, 0xc5, 0x37, 0xf7, 0x5a, 0x03, 0x35, 0x20, 0x34, 0x60, 0x9a, 0xab, 0x59, 0x75, 0x9e, 0x2c, 0xcb, 0xa3, 0x48, 0x58, 0x9f, 0xfb, 0x20, 0xaf, 0x50, 0x4e, 0x9a, 0x6b, 0x44, 0x63, 0xf0, 0x2f, 0xa4, 0xbc, 0x4d, 0x67, 0x7d, 0x48, 0x12, 0xfb, 0x5f, 0x96, 0x58, 0xbb, 0x83, 0x26, 0xe2, 0x4d, 0xf4, 0xb4, 0xfd, 0x31, 0x36, 0x84, 0x31, 0xce, 0xf0, 0x9a, 0x96, 0x6e, 0x72, 0x2e, 0xb2, 0xa5, 0x3c, 0xaa, 0x77, 0xbb, 0xb8, 0x75, 0x8c, 0x5e, 0x30, 0x1b, 0xad, 0x7b, 0x53, 0x84, 0x39, 0xec, 0xa9, 0x30, 0x02, 0xaa, 0x9f, 0x41, 0x6e, 0xe3, 0xa9, 0x89, 0x35, 0x3a, 0x18, 0xb8, 0x5b, 0xfa, 0xd8, 0xca, 0x09, 0xb7, 0x07, 0x93, 0xde, 0x24, 0x05, 0xf3, 0x59, 0x08, 0x47, 0x3b, 0xe4, 0xd0, 0x1c } } }; static const struct cckprng_op_reseed op_reseed_3256 = { .hd = { .id = 3076, .kind = OP_RESEED }, .nonce = 18332443869710276180ULL, .seed_nbytes = 148, .seed = { 0x69, 0x82, 0xa7, 0x2e, 0xf6, 0xa5, 0xaa, 0x11, 0x8f, 0x81, 0x53, 0xc5, 0xd1, 0xb2, 0x07, 0xb2, 0x79, 0xe5, 0xc5, 0x93, 0x5e, 0x05, 0x18, 0x27, 0x93, 0x0b, 0xf2, 0xcd, 0x23, 0xaf, 0x43, 0x3b, 0x8a, 0x62, 0xd4, 0x5a, 0xcb, 0x1b, 0xbd, 0xe5, 0x65, 0x04, 0x24, 0x6f, 0x60, 0x92, 0xa0, 0x5a, 0xe4, 0x1f, 0xe8, 0xbf, 0xe4, 0x75, 0xf5, 0x55, 0x5f, 0x31, 0x08, 0x97, 0x2f, 0x98, 0x50, 0xf3, 0xab, 0xbf, 0x85, 0x2e, 0x84, 0xca, 0x8c, 0xd4, 0xbe, 0x7e, 0xa2, 0xdb, 0x26, 0xcd, 0x52, 0x9f, 0xec, 0xc8, 0x6c, 0x8c, 0x77, 0x66, 0xd5, 0x10, 0x5e, 0x81, 0x2c, 0x36, 0x72, 0x5f, 0x0c, 0x2d, 0x80, 0x78, 0x3f, 0x3e, 0x46, 0xe3, 0xd5, 0xa4, 0x02, 0x09, 0x4e, 0x2a, 0x55, 0x34, 0xdf, 0x74, 0xca, 0xfa, 0x91, 0xbc, 0x59, 0x55, 0xa3, 0xe4, 0x65, 0x3c, 0x08, 0x37, 0x99, 0x00, 0x59, 0xbe, 0x7a, 0x05, 0x3b, 0xa3, 0xba, 0x45, 0x0e, 0xab, 0x5d, 0xaa, 0x30, 0x14, 0xa2, 0x63, 0xd8, 0x47, 0x38, 0x72, 0xb9, 0xc8 } }; static const struct cckprng_op *ops_3257[] = { (const struct cckprng_op *)&op_init_3241, (const struct cckprng_op *)&op_refresh_3242, (const struct cckprng_op *)&op_init_3243, (const struct cckprng_op *)&op_init_3244, (const struct cckprng_op *)&op_reseed_3245, (const struct cckprng_op *)&op_init_3246, (const struct cckprng_op *)&op_init_3247, (const struct cckprng_op *)&op_init_3248, (const struct cckprng_op *)&op_init_3249, (const struct cckprng_op *)&op_init_3250, (const struct cckprng_op *)&op_refresh_3251, (const struct cckprng_op *)&op_reseed_3252, (const struct cckprng_op *)&op_refresh_3253, (const struct cckprng_op *)&op_reseed_3254, (const struct cckprng_op *)&op_init_3255, (const struct cckprng_op *)&op_reseed_3256 }; static const struct cckprng_vector vec_3258 = { .id = 3077, .note = NULL, .nops = 16, .ops = ops_3257 }; static const struct cckprng_op_init op_init_3259 = { .hd = { .id = 3078, .kind = OP_INIT }, .seed = { 0x24, 0xb9, 0x85, 0x24, 0x25, 0xd3, 0x60, 0x4b, 0x34, 0x7b, 0xc5, 0xd4, 0x89, 0x19, 0xc2, 0xcb, 0xfe, 0x92, 0xd0, 0x3a, 0x1c, 0x62, 0x98, 0x6b, 0x7e, 0xd1, 0x66, 0xc8, 0xdf, 0x95, 0x64, 0x2c }, .nonce = { 0xea, 0x16, 0xf8, 0x24, 0xdb, 0x57, 0x57, 0xda }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3260 = { .hd = { .id = 3079, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0x0b, 0xcd, 0xf1, 0x96, 0x95, 0xd1, 0x94, 0xb1, 0x4b, 0x9e, 0xb1, 0x00, 0xb2, 0x02, 0xce, 0xff, 0xb8, 0x88, 0xc9, 0x21, 0x3b, 0x73, 0xba, 0x86, 0x8e, 0xc8, 0x8e, 0xe6, 0xe9, 0x14, 0x7b, 0xbe, 0xde, 0xe9, 0xd4, 0x4e, 0xfc, 0xb9, 0xb4, 0x2f, 0x83, 0x0f, 0xd2, 0x30, 0x3d, 0x76, 0x36, 0x13, 0x89, 0x82, 0x37, 0x41, 0x0d, 0x6e, 0x08, 0x77, 0xd7, 0x99, 0x10, 0x68, 0xc9, 0x21, 0x9b, 0x03, 0x17, 0x15, 0x34, 0xe1, 0xf1, 0xc5, 0x87, 0xbe, 0x7c, 0xbb, 0x8b, 0x35, 0xf0, 0x97, 0x93, 0x26, 0x08, 0xa3, 0x78, 0x5c, 0xa4, 0xdc, 0x50, 0xc6, 0x62, 0x57, 0xa6, 0x1d, 0x3f, 0xec, 0xce, 0xd0, 0xf1, 0x9f, 0xc1, 0x3a, 0x7a, 0x43, 0x66, 0x6c, 0xf0, 0x59, 0xcb, 0xe4, 0xbf, 0xb5, 0xa6, 0x1d, 0x36, 0x89, 0xe1, 0x47, 0x72, 0x6a, 0xd5, 0x7e, 0xb4, 0x05, 0x35, 0xfc, 0x05, 0x3c, 0x11, 0xa4, 0x1b, 0xda, 0x20, 0xa8, 0x6a, 0x96, 0x61, 0x93, 0x7c, 0xaf, 0xc4, 0x64, 0x69, 0xc0, 0xaf, 0x9f, 0x02, 0xa4, 0x65, 0x75, 0xa4, 0xb2, 0xed, 0x9c, 0x65, 0x39, 0x81, 0x77, 0x14, 0x9a, 0x6e, 0x3c, 0x64, 0x0f, 0x7c, 0x2a, 0x66, 0xd0, 0xf4, 0xab, 0xf9, 0x45, 0x05, 0xca, 0x33, 0x4c, 0xa6, 0x1b, 0x6f, 0xce, 0x9d, 0x84, 0x4d, 0x03, 0x84, 0x3a, 0x9e, 0x03, 0x62, 0x02, 0xa8, 0x65, 0x3d, 0x1b, 0x12, 0xb6, 0x9d, 0x16, 0x97, 0x65, 0x37, 0xf9, 0xdc, 0x9a, 0x61, 0x46, 0x7b, 0xcb, 0xc5, 0x0c, 0xd7, 0xd4, 0xc7, 0xe0, 0xa3, 0x10, 0xbe, 0x65, 0xf4, 0x5b, 0xd8, 0x13, 0x51, 0x74, 0x4b, 0xc0, 0xcb, 0x91, 0x4e, 0xbd, 0x47, 0x47, 0xec, 0xbd, 0x78, 0xd9, 0xb5, 0xf2, 0x8e, 0x5c, 0xe6, 0x1e, 0xf2, 0x0b, 0x0c, 0xe4, 0x86, 0x37, 0x5d, 0x87, 0x44, 0x1f, 0xde, 0xb2 } } }; static const struct cckprng_op_reseed op_reseed_3261 = { .hd = { .id = 3080, .kind = OP_RESEED }, .nonce = 3098214069046779255ULL, .seed_nbytes = 139, .seed = { 0x64, 0x33, 0x57, 0x46, 0x4f, 0x2a, 0x4a, 0x96, 0x68, 0xce, 0xaa, 0x1c, 0x3f, 0x4f, 0x62, 0x36, 0xff, 0x4e, 0x70, 0x07, 0x4a, 0xf4, 0x02, 0x83, 0x79, 0x37, 0x86, 0x35, 0x3d, 0x88, 0x32, 0x10, 0x46, 0x86, 0x28, 0x45, 0x82, 0xcb, 0xfb, 0x23, 0x38, 0xd1, 0xee, 0x21, 0xf7, 0x40, 0xd6, 0x70, 0x35, 0xaf, 0x32, 0xab, 0x82, 0x7d, 0xc5, 0x78, 0x58, 0xd5, 0xaf, 0xec, 0xae, 0x1f, 0xd1, 0xe7, 0xc7, 0x72, 0x1f, 0xf4, 0x3e, 0x43, 0xc7, 0x7c, 0x0e, 0x24, 0x93, 0x5b, 0xfe, 0xb0, 0x7f, 0xad, 0x04, 0x3b, 0x5c, 0x2c, 0x83, 0x9e, 0x43, 0x8a, 0xf7, 0xfb, 0x9a, 0x60, 0x02, 0x2b, 0x3c, 0x99, 0x51, 0x40, 0xd2, 0x83, 0x25, 0x74, 0xb4, 0x52, 0xff, 0xa0, 0x2d, 0x5c, 0x7f, 0xe4, 0xb2, 0xa3, 0x4b, 0x29, 0x2e, 0xa8, 0x1b, 0xbf, 0x0b, 0x82, 0xb3, 0xa5, 0xa1, 0xfc, 0x32, 0xd8, 0xff, 0xd8, 0x1a, 0x66, 0x9f, 0x3d, 0xd2, 0xc7, 0x87, 0x9e, 0x04, 0x97, 0x99 } }; static const struct cckprng_op_refresh op_refresh_3262 = { .hd = { .id = 3081, .kind = OP_REFRESH }, .rand = 3747328636671925801ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3263 = { .hd = { .id = 3082, .kind = OP_RESEED }, .nonce = 9510476306814247865ULL, .seed_nbytes = 265, .seed = { 0x34, 0x58, 0x76, 0xb1, 0x24, 0x6f, 0xb0, 0xa0, 0xdc, 0x56, 0xb6, 0xe9, 0x5a, 0x74, 0xf7, 0x09, 0xc4, 0x02, 0xe7, 0x4a, 0xd5, 0xd1, 0x52, 0x11, 0xc7, 0xaa, 0xa5, 0x35, 0x7f, 0xa5, 0x52, 0x21, 0x95, 0x0e, 0x5c, 0x67, 0x73, 0x98, 0xaa, 0x34, 0x55, 0xbe, 0xc4, 0xdb, 0x5d, 0x8b, 0x58, 0x2c, 0xd1, 0x30, 0xa9, 0xde, 0x1e, 0xae, 0xfc, 0xf9, 0x96, 0x5d, 0x99, 0x89, 0xc6, 0x7e, 0x2d, 0x14, 0x92, 0x71, 0x24, 0xb3, 0x12, 0x53, 0xfd, 0x97, 0xc3, 0x14, 0x72, 0x92, 0x25, 0x69, 0x81, 0x93, 0x63, 0xda, 0x02, 0x4c, 0x43, 0xac, 0x6d, 0x70, 0x9e, 0x48, 0xa9, 0xa2, 0xf1, 0x75, 0x7a, 0x43, 0x12, 0xfa, 0x75, 0x1a, 0x71, 0xb1, 0x3b, 0xd2, 0xfd, 0x16, 0xf3, 0xe5, 0x9d, 0xb3, 0xe3, 0x17, 0xce, 0x02, 0xf1, 0x46, 0x21, 0x5a, 0x93, 0x39, 0xd9, 0x52, 0x2a, 0x89, 0x71, 0x85, 0x2a, 0x6a, 0x74, 0x2d, 0x17, 0x42, 0x97, 0xee, 0xe3, 0xb1, 0x44, 0xa7, 0x5b, 0x8a, 0xce, 0x8d, 0x2e, 0x22, 0x07, 0x0d, 0x02, 0x06, 0x96, 0xe6, 0xa8, 0x70, 0x97, 0x2e, 0xea, 0xc6, 0x9a, 0xc1, 0x30, 0xc7, 0x40, 0xe5, 0x5d, 0xb3, 0x19, 0x4a, 0x4f, 0x19, 0xab, 0x2a, 0xc3, 0x51, 0xcd, 0x4b, 0x67, 0xa4, 0xe6, 0x52, 0x80, 0xc7, 0x08, 0xe8, 0x41, 0x41, 0x57, 0xc0, 0x3b, 0x8e, 0x7a, 0xd0, 0xe9, 0xd0, 0x84, 0x4d, 0xf9, 0xeb, 0x46, 0x0b, 0x69, 0x43, 0xef, 0x0a, 0x33, 0xd6, 0x10, 0x86, 0x6c, 0x83, 0x37, 0x63, 0x3f, 0xb5, 0x1a, 0x8e, 0x1d, 0x84, 0x10, 0xd7, 0x53, 0x35, 0x10, 0x9f, 0x48, 0x5a, 0x90, 0x12, 0xb3, 0x1e, 0x9d, 0x34, 0x68, 0xba, 0xa8, 0x82, 0xbc, 0x98, 0x94, 0xf6, 0x7b, 0x92, 0x3a, 0x77, 0x6e, 0x90, 0x7f, 0x8f, 0x9d, 0x31, 0xf0, 0xbd, 0xb1, 0x84, 0x9f, 0x04, 0x8a, 0x9a, 0xf6, 0x0a, 0x3e, 0x9a, 0xf8, 0xb0, 0x38, 0xd1, 0x6d } }; static const struct cckprng_op_generate op_init_3264 = { .hd = { .id = 3083, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0xe3, 0xa3, 0x76, 0x83, 0x28, 0x3f, 0x3d, 0xa9, 0x81, 0xee, 0xb6, 0xcd, 0xbf, 0xfd, 0x8c, 0x36, 0x77, 0xc7, 0xdd, 0x6b, 0xbb, 0x59, 0x1d, 0x51, 0xc7, 0x70, 0xfd, 0x57, 0x7e, 0xd0, 0x58, 0x16, 0x4f, 0xfe, 0xba, 0x4d, 0x41, 0xf5, 0x18, 0x2f, 0xd6, 0x03, 0xc2, 0x22, 0x7a, 0xe4, 0x95, 0x90, 0xcf, 0x78, 0xff, 0x7d, 0x10, 0xe0, 0x3b, 0xd4, 0xcd, 0x45, 0xb4, 0xa5, 0x4f, 0xda, 0xf9, 0x72, 0x8a, 0xd6, 0xb0, 0x62, 0x7b, 0x33, 0x99, 0x93, 0x02, 0x2f, 0x1a, 0x4f, 0xa8, 0x76, 0xc0, 0xf7, 0xe4, 0x4b, 0xcc, 0x72, 0xb0, 0xbc, 0x67, 0xbd, 0xe2, 0x57, 0x51, 0xea, 0xdb, 0x92, 0x8f, 0xe3, 0xa5, 0x37, 0x7d, 0xf8, 0x87, 0x89, 0x3a, 0x8f, 0x08 } } }; static const struct cckprng_op_refresh op_refresh_3265 = { .hd = { .id = 3084, .kind = OP_REFRESH }, .rand = 3578283521855845455ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3266 = { .hd = { .id = 3085, .kind = OP_REFRESH }, .rand = 10763620313714248905ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3267 = { .hd = { .id = 3086, .kind = OP_RESEED }, .nonce = 3935464540816703275ULL, .seed_nbytes = 173, .seed = { 0x09, 0x48, 0xde, 0x11, 0xb8, 0x9d, 0x9f, 0x35, 0xb7, 0x71, 0xb6, 0x93, 0x52, 0x38, 0x2f, 0x65, 0xe3, 0x34, 0x7f, 0xab, 0xaf, 0x3c, 0x11, 0x5c, 0xe2, 0x15, 0x46, 0xeb, 0xe0, 0x14, 0x6a, 0xda, 0xaf, 0x0f, 0x97, 0xbe, 0x77, 0x62, 0xa3, 0x42, 0x85, 0x78, 0x83, 0x47, 0x9b, 0x9a, 0xbf, 0x0c, 0x63, 0x05, 0xd9, 0xa2, 0xa6, 0xce, 0x65, 0xc3, 0x97, 0xfb, 0xfd, 0xd3, 0xe6, 0xb6, 0xc1, 0xec, 0x68, 0xac, 0x97, 0x3c, 0xb3, 0x87, 0xa5, 0x3f, 0x0b, 0x3f, 0x30, 0x21, 0x66, 0x0f, 0x09, 0x1f, 0xce, 0x95, 0xdd, 0xcf, 0x5d, 0x71, 0x9f, 0x40, 0xc3, 0xd4, 0x73, 0x3f, 0xba, 0x38, 0xb8, 0xc6, 0x28, 0x64, 0x7b, 0x2a, 0xf9, 0x87, 0x56, 0x45, 0x1a, 0x7d, 0x18, 0x91, 0xbc, 0xee, 0xc7, 0xdb, 0x64, 0x80, 0x9e, 0xa4, 0x5f, 0x62, 0xa2, 0x16, 0xc1, 0x3e, 0x6d, 0x8d, 0xa7, 0x04, 0x9b, 0x5f, 0x74, 0xdd, 0xbd, 0xbb, 0xa5, 0xa5, 0x91, 0x09, 0xde, 0xd6, 0x1d, 0x92, 0x95, 0x4c, 0x46, 0xb3, 0xb8, 0xdc, 0xbd, 0x55, 0x96, 0x8e, 0x84, 0xff, 0x5d, 0xda, 0xd3, 0xa7, 0x8a, 0xe0, 0xf6, 0xc3, 0x57, 0x42, 0x34, 0xa8, 0xbc, 0x88, 0x52, 0x78, 0xb1, 0x4e, 0xd1, 0x8a, 0x4c } }; static const struct cckprng_op_reseed op_reseed_3268 = { .hd = { .id = 3087, .kind = OP_RESEED }, .nonce = 2317260224991463807ULL, .seed_nbytes = 46, .seed = { 0xed, 0x79, 0x18, 0x68, 0x08, 0x9a, 0x48, 0x65, 0x6d, 0x7a, 0xeb, 0x99, 0xec, 0x6f, 0xc4, 0x91, 0x8b, 0xa1, 0x90, 0x5c, 0x3e, 0xa2, 0x20, 0xb1, 0xa0, 0x11, 0xbe, 0xd4, 0xbf, 0x6d, 0x7b, 0x6e, 0x43, 0xce, 0x0e, 0xd2, 0x2d, 0xd2, 0xf4, 0x7b, 0x7a, 0xc2, 0xd9, 0x44, 0x12, 0x2a } }; static const struct cckprng_op_reseed op_reseed_3269 = { .hd = { .id = 3088, .kind = OP_RESEED }, .nonce = 8335508146648246619ULL, .seed_nbytes = 227, .seed = { 0x0d, 0x52, 0x50, 0xcb, 0x97, 0xff, 0x0e, 0x51, 0x10, 0xa0, 0x49, 0x4f, 0x37, 0x9b, 0x8e, 0x7a, 0xe9, 0x41, 0x46, 0x9b, 0xe8, 0xec, 0x1b, 0x6c, 0x62, 0xc0, 0x7b, 0x32, 0x4f, 0xfa, 0xf1, 0x21, 0x83, 0xef, 0x1e, 0x55, 0xbc, 0xf5, 0x3f, 0x24, 0x34, 0xc7, 0x7f, 0xd5, 0xf0, 0x04, 0xfd, 0x04, 0x0c, 0x97, 0xaf, 0x8a, 0x14, 0x62, 0x2d, 0xa6, 0x74, 0x85, 0x0d, 0x5f, 0x0e, 0x49, 0x98, 0xc8, 0xf3, 0x93, 0x35, 0x34, 0x2e, 0x15, 0x03, 0xee, 0x00, 0xb4, 0xd9, 0x9b, 0x30, 0xe7, 0x2a, 0x0f, 0x60, 0xd6, 0xf5, 0x83, 0x2c, 0x41, 0x1f, 0x6d, 0x61, 0x8d, 0x18, 0xbf, 0x54, 0x8f, 0xb9, 0xc1, 0x88, 0x45, 0x8e, 0xec, 0x94, 0xe6, 0x65, 0xa2, 0xec, 0xd1, 0x36, 0x29, 0xaf, 0x09, 0x5b, 0xb4, 0xb4, 0xc1, 0x1a, 0x08, 0x8b, 0x0b, 0x3d, 0xff, 0xf5, 0x3d, 0xa5, 0x15, 0xf4, 0xa4, 0x42, 0xa2, 0x8d, 0xa9, 0xeb, 0x43, 0xce, 0x49, 0x50, 0x58, 0x0b, 0x14, 0x28, 0x4e, 0x0f, 0xea, 0x3d, 0x7b, 0x4f, 0xda, 0x9e, 0xb5, 0xc0, 0x5d, 0xfb, 0x5d, 0xeb, 0x47, 0xa0, 0xf0, 0x36, 0x79, 0x3d, 0x55, 0xc7, 0xe7, 0x80, 0xd2, 0xcd, 0x22, 0x04, 0x15, 0x50, 0xd0, 0x29, 0x45, 0x3f, 0xf4, 0xe5, 0xa8, 0x22, 0x82, 0xfa, 0x98, 0x00, 0xd1, 0xaa, 0xd1, 0x9a, 0xf6, 0x89, 0xc9, 0xcd, 0xc3, 0x1d, 0x22, 0x79, 0xa4, 0x44, 0xe6, 0x4d, 0xb9, 0x79, 0xc9, 0x53, 0xcf, 0xf1, 0x21, 0x3b, 0x54, 0x40, 0xef, 0x25, 0x77, 0xc6, 0x2b, 0x54, 0xa0, 0xa7, 0x85, 0xb8, 0x1a, 0x28, 0x00, 0xc4, 0xbc, 0xb2, 0x54, 0x25, 0x97, 0xf8 } }; static const struct cckprng_op_generate op_init_3270 = { .hd = { .id = 3089, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0x43, 0x47, 0x6c, 0x24, 0x4e, 0xf8, 0x9e, 0x5c, 0x1e, 0x0e, 0xc8, 0x35, 0x9b, 0xcd, 0x6d, 0x8a, 0x5f, 0xb8, 0x0b, 0xfe, 0x7a, 0x41, 0x64, 0x79, 0xc8, 0xbb, 0xef, 0x66, 0x88, 0x48, 0x6b, 0x77, 0x55, 0x6e, 0xe7, 0x2c, 0x5a, 0xb4, 0x9f, 0xa6, 0x26, 0x9e, 0x0e, 0x5b, 0xa1, 0xb1, 0xf9, 0xdf, 0xcd, 0x03, 0x42, 0x55, 0x47, 0x9a, 0x99, 0x02, 0x46, 0xc9, 0x05, 0xa7, 0x88, 0xb4, 0xae, 0xd5, 0xe9, 0x35, 0x3c, 0x03, 0xb1, 0xac, 0xaf, 0x70, 0x3e, 0xe9, 0x1d, 0x2c, 0xd1, 0x4b, 0xe6, 0xef, 0x09, 0x2e, 0x67, 0x08, 0x98, 0x6e, 0x6d, 0x3f, 0xac, 0xea, 0xcf, 0x59, 0xf8, 0x4c, 0xf6, 0xe1, 0xcf, 0xa5, 0x00, 0xc7, 0x84, 0x78, 0xa4, 0x3c, 0x0e, 0xec, 0x6d, 0xf5, 0xd6, 0xba, 0xfd, 0x0d, 0x10, 0x0f, 0x05, 0xd1, 0xba, 0xa1, 0xbe, 0xef, 0xa2, 0x2f, 0x50, 0xcb, 0x7f, 0x7f, 0xa2, 0xb5, 0xa8, 0xf4, 0x54, 0x13 } } }; static const struct cckprng_op_reseed op_reseed_3271 = { .hd = { .id = 3090, .kind = OP_RESEED }, .nonce = 371715756677405031ULL, .seed_nbytes = 118, .seed = { 0x79, 0x74, 0xc2, 0xa0, 0x90, 0xd3, 0x99, 0x51, 0x63, 0x4b, 0x1d, 0x5c, 0xf4, 0xe7, 0x64, 0x44, 0xcd, 0x04, 0x2b, 0x0c, 0x25, 0x16, 0x20, 0x15, 0xe4, 0x23, 0x5e, 0xf8, 0x51, 0x23, 0x8d, 0x3a, 0x76, 0xcb, 0x73, 0xfb, 0xb3, 0x73, 0xc1, 0x48, 0x06, 0xfa, 0x35, 0xbc, 0x9b, 0x56, 0xad, 0x78, 0x5f, 0x62, 0x18, 0x36, 0x5a, 0x59, 0x7e, 0xc3, 0xaa, 0xd0, 0x65, 0xcd, 0x77, 0x4e, 0x2c, 0x69, 0x3c, 0xa4, 0x2e, 0xd9, 0x88, 0x80, 0x8d, 0x16, 0x9b, 0x3f, 0x2d, 0x5b, 0xc9, 0x2b, 0x5d, 0x6b, 0x13, 0x2d, 0xd0, 0x19, 0x7f, 0xec, 0x8b, 0x01, 0x44, 0x2e, 0xc1, 0xfd, 0x99, 0x46, 0x35, 0xf0, 0x18, 0xc9, 0x8a, 0x35, 0x65, 0xb3, 0xef, 0xa0, 0x6c, 0xe5, 0x1c, 0xb4, 0x4f, 0x8a, 0x4a, 0x60, 0xff, 0xe6, 0xd6, 0xd4, 0xd0, 0x8a } }; static const struct cckprng_op_reseed op_reseed_3272 = { .hd = { .id = 3091, .kind = OP_RESEED }, .nonce = 17146015639793387725ULL, .seed_nbytes = 93, .seed = { 0x4e, 0x52, 0xa7, 0x0a, 0x40, 0x4f, 0x0d, 0x5e, 0xe7, 0xd6, 0xf7, 0x0f, 0xaa, 0xdb, 0x5b, 0x96, 0xd2, 0x00, 0xdc, 0x8f, 0xf2, 0xb7, 0xcb, 0x9f, 0x13, 0x29, 0x72, 0xe6, 0x57, 0xd7, 0x55, 0x0f, 0x11, 0x37, 0x6d, 0xbb, 0x63, 0x32, 0xb2, 0x7e, 0x00, 0x0d, 0x37, 0x9c, 0x4f, 0x5e, 0x7e, 0x87, 0x64, 0x41, 0xc1, 0x8e, 0x36, 0xad, 0x7a, 0xa8, 0xbf, 0x6d, 0x96, 0x14, 0x76, 0x28, 0xcb, 0x6d, 0xee, 0xc8, 0x49, 0x88, 0xe7, 0x46, 0x41, 0x61, 0x82, 0x0b, 0x0f, 0xa9, 0x07, 0xe9, 0xc5, 0xb3, 0x77, 0x2c, 0x09, 0xf8, 0x3c, 0xca, 0x61, 0xb7, 0x1a, 0x1c, 0xb9, 0xce, 0xda } }; static const struct cckprng_op_generate op_init_3273 = { .hd = { .id = 3092, .kind = OP_GENERATE }, .rand_nbytes = 103, .out = { .rand = { 0xf1, 0x5d, 0xb2, 0x7b, 0xca, 0x03, 0xca, 0x3b, 0xa8, 0x11, 0x15, 0xbb, 0x14, 0x0e, 0x8d, 0x75, 0x74, 0xe9, 0x1e, 0xc5, 0xdf, 0x0a, 0x97, 0x2c, 0x51, 0xb7, 0x24, 0xe5, 0xe8, 0x03, 0xab, 0x1b, 0xfc, 0x2d, 0x1a, 0xd0, 0x0d, 0xc6, 0x0f, 0x78, 0x73, 0xc6, 0x72, 0x77, 0xc2, 0xd7, 0x4d, 0xb8, 0x2b, 0x2a, 0x8c, 0x26, 0x6c, 0x3a, 0x7f, 0x0a, 0x48, 0x09, 0xba, 0xa8, 0x66, 0x61, 0x68, 0xd5, 0xcf, 0x7f, 0x73, 0x65, 0x0d, 0xbb, 0xba, 0x82, 0x0b, 0x04, 0x49, 0x12, 0xd7, 0x43, 0xf5, 0x7f, 0x8e, 0xf9, 0xc1, 0x95, 0xe3, 0xfa, 0x33, 0xed, 0x20, 0xa0, 0x71, 0xc7, 0x78, 0xb4, 0x6c, 0xd9, 0x0b, 0x03, 0xc2, 0x65, 0xf7, 0xc4, 0xfe } } }; static const struct cckprng_op_refresh op_refresh_3274 = { .hd = { .id = 3093, .kind = OP_REFRESH }, .rand = 5559201397052646749ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3275[] = { (const struct cckprng_op *)&op_init_3259, (const struct cckprng_op *)&op_init_3260, (const struct cckprng_op *)&op_reseed_3261, (const struct cckprng_op *)&op_refresh_3262, (const struct cckprng_op *)&op_reseed_3263, (const struct cckprng_op *)&op_init_3264, (const struct cckprng_op *)&op_refresh_3265, (const struct cckprng_op *)&op_refresh_3266, (const struct cckprng_op *)&op_reseed_3267, (const struct cckprng_op *)&op_reseed_3268, (const struct cckprng_op *)&op_reseed_3269, (const struct cckprng_op *)&op_init_3270, (const struct cckprng_op *)&op_reseed_3271, (const struct cckprng_op *)&op_reseed_3272, (const struct cckprng_op *)&op_init_3273, (const struct cckprng_op *)&op_refresh_3274 }; static const struct cckprng_vector vec_3276 = { .id = 3094, .note = NULL, .nops = 16, .ops = ops_3275 }; static const struct cckprng_op_init op_init_3277 = { .hd = { .id = 3095, .kind = OP_INIT }, .seed = { 0x3b, 0xb7, 0x4c, 0x07, 0x6c, 0x41, 0x73, 0xb7, 0xd9, 0xf6, 0x23, 0xc8, 0x22, 0xbe, 0x7e, 0x7e, 0x58, 0x28, 0xd5, 0xb9, 0xf1, 0xa0, 0x9a, 0x82, 0x18, 0x08, 0x06, 0x0a, 0x56, 0x1f, 0x98, 0x9c }, .nonce = { 0xc3, 0x6f, 0xc2, 0x8f, 0x60, 0xdf, 0x33, 0x8f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3278 = { .hd = { .id = 3096, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0xb9, 0xa8, 0xbe, 0xc8, 0x8a, 0xcc, 0xe8, 0xb7, 0x95, 0xed, 0x06, 0xc4, 0x1b, 0x47, 0x31, 0xfe, 0x90, 0x01, 0xd3, 0x31, 0x9b, 0xdb, 0x85, 0xf7, 0x15, 0x77, 0xe0, 0x4c, 0xef, 0xe7, 0xd9, 0x8d, 0xa7, 0xfe, 0x8d, 0xb2, 0x61, 0x9c, 0x78, 0x23, 0xc3, 0xe6, 0xfa, 0xf4, 0xb2, 0x54, 0xc8, 0x44, 0x93, 0x29, 0xcb, 0x9f, 0x87, 0xd9, 0x14, 0xc7, 0x1b, 0x8c, 0xa9, 0xb2, 0x3c, 0x4d, 0x5e, 0x10, 0x6d, 0x4f, 0x38, 0xb0, 0x83, 0xb8, 0x0f, 0xf2, 0x6a, 0x7e, 0xfd, 0xed, 0xda, 0xf2, 0x34, 0xfe, 0x4b, 0x3b, 0xa8, 0x59, 0x76, 0x24, 0xc7, 0x38, 0x49, 0x44, 0xa3, 0x4b, 0x06, 0xb2, 0xbb, 0x46, 0x47, 0x34, 0x1b, 0x2f, 0x86, 0xe4, 0xca, 0x91, 0x83, 0x09, 0xca, 0xc3, 0xc0, 0xd9, 0x13, 0x06, 0xa1, 0xf3, 0xad, 0x63, 0x08, 0xa2, 0x44, 0xc5, 0xd9, 0xa8, 0xf3, 0x07, 0x19, 0x90, 0x7c, 0x67, 0xef, 0x65, 0xab, 0x8a, 0xf5, 0x2b, 0x9d, 0x49, 0x8e, 0xdf, 0x65, 0x36, 0x45, 0x39, 0x31, 0xf7, 0x1a, 0xbd, 0x43, 0x8c, 0xba, 0x5c, 0x39, 0xd7, 0x21, 0x63, 0x97, 0xa9, 0xf5, 0x73 } } }; static const struct cckprng_op_generate op_init_3279 = { .hd = { .id = 3097, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x18, 0xe7, 0x36 } } }; static const struct cckprng_op_generate op_init_3280 = { .hd = { .id = 3098, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0xa3, 0x69, 0xfa, 0xee, 0x6f, 0x1f, 0x8d, 0x6c, 0x14, 0x31, 0xd1, 0x6c, 0xd1, 0x19, 0xf4, 0x26, 0x3f, 0x84, 0xa3, 0x1e, 0xe9, 0x69, 0x76, 0xfe, 0xd9, 0xe0, 0xe9, 0x21, 0xfd, 0x93, 0x68, 0x88, 0x25, 0x9d, 0x3c, 0x3c, 0x27, 0x0c, 0xcf, 0x3b, 0x1e, 0x21, 0xdb, 0x7e, 0x70, 0x46, 0x30, 0x76, 0x48, 0x58, 0x7f, 0x13, 0x14, 0x35, 0xdd, 0x17, 0x17, 0xce, 0xb6, 0xf4, 0x66, 0x23, 0x0f, 0x79, 0xad, 0x9e, 0x51, 0xfb, 0x48, 0x72, 0xad, 0x17, 0x11, 0xe8, 0xe3, 0x44 } } }; static const struct cckprng_op_reseed op_reseed_3281 = { .hd = { .id = 3099, .kind = OP_RESEED }, .nonce = 1921050390690730183ULL, .seed_nbytes = 75, .seed = { 0x55, 0x54, 0x55, 0x3d, 0xdc, 0xc4, 0x4e, 0xb7, 0xda, 0x0b, 0xde, 0x8e, 0xa0, 0xeb, 0x61, 0xd4, 0x42, 0x51, 0xc8, 0x38, 0xdd, 0x54, 0x47, 0x5b, 0x5d, 0x37, 0x71, 0x2a, 0x51, 0xd7, 0xfb, 0xb0, 0x22, 0x47, 0xbc, 0x70, 0x8b, 0xd3, 0x4b, 0x15, 0x22, 0xde, 0xe8, 0x0c, 0x4a, 0xfa, 0x96, 0xde, 0x66, 0x49, 0xaa, 0xc5, 0x02, 0x3c, 0xc5, 0x26, 0xb7, 0x4e, 0x3b, 0xbe, 0xc9, 0x44, 0x21, 0x14, 0x28, 0x39, 0xfc, 0xb0, 0x6f, 0x3b, 0x99, 0x73, 0x8b, 0xdd, 0xb5 } }; static const struct cckprng_op_generate op_init_3282 = { .hd = { .id = 3100, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0xec, 0xb6, 0x66, 0x2c, 0xaa, 0xf0, 0xee, 0x73, 0x56, 0xe7, 0x2d, 0xbb, 0xe4, 0x02, 0x36, 0xa1, 0x0a, 0x52, 0x62, 0x17, 0x7b, 0x7d, 0x0b, 0x6c, 0xd1, 0xb9, 0xda, 0x7a, 0xdb, 0x4b, 0x66, 0x04, 0x09, 0x02, 0x70, 0x03, 0x18, 0x49, 0x0f, 0x64, 0x88, 0x25, 0xf1, 0xe7, 0xd7, 0xe3, 0xe2, 0x35, 0x7c, 0xb0, 0xc1, 0x93, 0x13, 0x9b, 0xb0, 0xc8, 0x32, 0x68, 0x80, 0x8e, 0xb7, 0xcd, 0x9c, 0x4d, 0x7c, 0x34, 0x44, 0xce, 0x52, 0x45, 0xd3, 0xb9, 0x63, 0xdc, 0x6b, 0x74, 0xe7, 0x67, 0x9d, 0x99, 0x71, 0xa6, 0xd0, 0xd9, 0xa4, 0xa7, 0x1d, 0x95, 0x45, 0xa8, 0xba, 0x78, 0x55, 0xb6, 0x0c, 0x8d, 0x67, 0x2e, 0x4d, 0xcb, 0xe4, 0xa2, 0x5f, 0x2e, 0x10, 0x29, 0x25, 0xc5, 0x31, 0xb4, 0x84, 0xab, 0x33, 0x3d, 0x7a, 0xc9, 0xce, 0x28, 0x53, 0xaa, 0x20, 0x43, 0xbd, 0x97, 0xae, 0x82, 0x01, 0x00, 0x62, 0x7d, 0x73, 0x93, 0x83, 0x24 } } }; static const struct cckprng_op_generate op_init_3283 = { .hd = { .id = 3101, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0xbc, 0x70, 0x41, 0x75, 0xc9, 0x70, 0xce, 0x88, 0xba, 0xb8, 0x81, 0x9f, 0x07, 0xb0, 0xc6, 0xdd, 0x97, 0xe4, 0x11, 0xcd, 0x5b, 0x68, 0x3e, 0xac, 0x59, 0x71, 0xc7, 0x45, 0x21, 0x55, 0xb9, 0x87, 0x16, 0x10, 0x9d, 0x89, 0xc4, 0x83, 0xf1, 0x8f, 0x22, 0x08, 0x77, 0xa9, 0x23, 0x29, 0x04, 0xab, 0x16, 0xa8, 0x46, 0x83, 0xf6, 0xeb, 0xb0, 0x76, 0xa2, 0x09, 0x8f, 0xff, 0x20, 0x9b, 0x2d, 0xdb, 0x75, 0xb5, 0xe7, 0xa0, 0xa2, 0x76, 0x22, 0x83, 0xce, 0xb4, 0xb1, 0x1d, 0xfd, 0x5e, 0x6c, 0xd8, 0xe1, 0x5e, 0x6c, 0x51, 0x2a, 0x2f, 0x83, 0xbd, 0x95, 0xa7, 0xf6, 0xa4, 0x8c, 0x6a, 0x76, 0xe9, 0x58, 0xe6, 0x87, 0x28, 0x92, 0xdb, 0x13, 0x19, 0x73, 0x25, 0x85, 0xe3, 0x14, 0x85, 0x42, 0x77, 0x67, 0x13, 0xca, 0xa0, 0x63, 0xe1, 0x0a, 0x3a, 0xa5, 0x3d, 0x90, 0xcf, 0x20, 0x3e, 0x3c, 0x03, 0x7b, 0x85, 0xce, 0xe2, 0x09, 0xec, 0x06, 0x22, 0x7e, 0xc1, 0xfb, 0x04, 0xbb } } }; static const struct cckprng_op_refresh op_refresh_3284 = { .hd = { .id = 3102, .kind = OP_REFRESH }, .rand = 7854918300874682711ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3285 = { .hd = { .id = 3103, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0xf8, 0xad, 0x55, 0xad, 0xd2, 0x98, 0x00, 0x04, 0x7c, 0xae, 0x73, 0x23, 0x58, 0xfa, 0x8a, 0xcf, 0x77, 0x32, 0x1a, 0x87, 0x0c, 0x40, 0x20, 0x66, 0x29, 0xbe, 0xe1, 0x85, 0xad, 0x10, 0x1b, 0xf3, 0x7a, 0x1f, 0xdd, 0xe2, 0x17, 0x88, 0x86, 0xcb, 0xa6, 0xe5, 0xea, 0x48, 0x26, 0x4b, 0x26, 0xa5, 0x3c, 0xcf, 0x74, 0x03, 0x22, 0xc5, 0xa9, 0xf7, 0xf2, 0x26, 0x2f, 0xa0, 0x9b, 0x47, 0x73, 0x4a, 0xbb, 0x4a, 0xe7, 0xe1, 0x9b, 0x53, 0xd0, 0x67, 0xe6, 0x23, 0x5d, 0x4f, 0x77, 0x33, 0x08, 0xa2, 0xdc, 0xf7, 0xf1, 0x14, 0xeb, 0x06, 0x6d, 0x31, 0xca, 0xae, 0x6c, 0xc6, 0x40, 0xa6, 0x36, 0xef, 0xe6, 0x25, 0x7c, 0xa1, 0x5e, 0xf4, 0x85, 0xa1, 0xb3, 0x38, 0x7c, 0x5b, 0x95, 0xe2, 0x22, 0xee, 0xda, 0xc4, 0x92, 0xaf, 0xf0, 0xac, 0x62, 0x28, 0xb3, 0xa8, 0x4e, 0x67, 0x8f, 0x9e, 0x26, 0x26 } } }; static const struct cckprng_op_refresh op_refresh_3286 = { .hd = { .id = 3104, .kind = OP_REFRESH }, .rand = 17021131286448617666ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3287 = { .hd = { .id = 3105, .kind = OP_RESEED }, .nonce = 8895522964273143676ULL, .seed_nbytes = 142, .seed = { 0x3d, 0x36, 0x86, 0x67, 0x34, 0x53, 0xd0, 0xa7, 0xc8, 0x7e, 0x32, 0xe9, 0x22, 0x89, 0x3e, 0x80, 0x42, 0x43, 0x29, 0x2d, 0x46, 0xb9, 0x34, 0x0f, 0x7f, 0x05, 0x27, 0x00, 0xaf, 0x3e, 0x53, 0x7f, 0xa5, 0x0b, 0xba, 0x86, 0xe9, 0xfd, 0x5a, 0xb9, 0xf1, 0x4b, 0xbe, 0xde, 0x9f, 0x28, 0xa9, 0x8f, 0x48, 0xf6, 0x2d, 0x7d, 0x7e, 0x34, 0x23, 0x8f, 0x11, 0x69, 0x24, 0xd0, 0x75, 0xbd, 0xec, 0xe8, 0xcf, 0x67, 0xe3, 0xb5, 0x22, 0xb3, 0x63, 0x43, 0xdd, 0xae, 0x38, 0x87, 0x8d, 0xb3, 0x66, 0x05, 0x0d, 0x23, 0xfd, 0x69, 0x4d, 0x22, 0xac, 0x78, 0x2a, 0x5e, 0x0a, 0xac, 0x09, 0xfd, 0x1d, 0x46, 0x4c, 0xa7, 0x62, 0x7b, 0xfb, 0x49, 0x3d, 0x0c, 0x76, 0xe8, 0x8a, 0xd2, 0xe4, 0x28, 0x25, 0xf9, 0xfc, 0x95, 0xd1, 0xd9, 0xe6, 0x64, 0x8f, 0xe7, 0x6e, 0xa7, 0x42, 0xd2, 0x35, 0x77, 0x12, 0x57, 0x2f, 0x89, 0x40, 0x92, 0xaf, 0x9f, 0xc9, 0x5e, 0xca, 0xf8, 0xa9, 0xfe, 0xda, 0x91 } }; static const struct cckprng_op_reseed op_reseed_3288 = { .hd = { .id = 3106, .kind = OP_RESEED }, .nonce = 9867195011373456077ULL, .seed_nbytes = 59, .seed = { 0x66, 0x2d, 0x77, 0x26, 0x98, 0x88, 0x76, 0xf5, 0xde, 0xb0, 0xd1, 0x20, 0x69, 0xee, 0x92, 0x31, 0x23, 0x07, 0xa4, 0x97, 0xaf, 0x25, 0xf4, 0x72, 0xb9, 0x2d, 0xe5, 0x57, 0x5f, 0xdd, 0x6c, 0x85, 0xa5, 0xd8, 0xd3, 0x67, 0x63, 0xc2, 0x12, 0x43, 0x38, 0x8a, 0xfb, 0x90, 0x48, 0xfe, 0xb2, 0xfe, 0x55, 0x93, 0xd8, 0x43, 0x5f, 0xa4, 0x30, 0xbc, 0x8c, 0x45, 0x8a } }; static const struct cckprng_op_generate op_init_3289 = { .hd = { .id = 3107, .kind = OP_GENERATE }, .rand_nbytes = 112, .out = { .rand = { 0x71, 0x06, 0xb2, 0xb6, 0xb7, 0x01, 0x4c, 0x5e, 0xb6, 0x70, 0x1c, 0x80, 0x99, 0xdd, 0x83, 0x41, 0x19, 0x87, 0x15, 0xb4, 0x87, 0x6a, 0x59, 0xa7, 0x5e, 0xa5, 0x0a, 0x0a, 0xe9, 0x29, 0x70, 0xa8, 0x13, 0x53, 0x15, 0x28, 0x8e, 0x6a, 0x94, 0x7b, 0x95, 0x86, 0xf7, 0x43, 0xcd, 0x95, 0xa3, 0xff, 0x80, 0xd8, 0x3d, 0x24, 0xdb, 0x83, 0xa3, 0xe2, 0xc7, 0x1a, 0xe6, 0x74, 0x8c, 0x14, 0x1a, 0xac, 0xf8, 0x6d, 0xf4, 0x35, 0x47, 0x4c, 0x75, 0x15, 0x6b, 0xb5, 0x6c, 0x52, 0x87, 0xf9, 0x4b, 0x62, 0x0a, 0xa6, 0x8b, 0x9d, 0x0a, 0x89, 0xf4, 0x68, 0x8d, 0xd0, 0x29, 0x8c, 0x15, 0xb6, 0x26, 0x8a, 0xdf, 0x21, 0x74, 0x34, 0xff, 0xfa, 0x7a, 0x2a, 0x82, 0xc3, 0xb5, 0x6a, 0xee, 0x27, 0x71, 0xed } } }; static const struct cckprng_op_generate op_init_3290 = { .hd = { .id = 3108, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x9a, 0x1f, 0xbf, 0x5f, 0x1a, 0x0a, 0x11, 0x69, 0xb8, 0xfa, 0xb3, 0x8f, 0xf1, 0xa3, 0x82, 0x41, 0xe5, 0xaa, 0x2c, 0x43, 0x06, 0x3b, 0x12, 0xdb, 0xcb, 0x60, 0xe0, 0xf0, 0x2f, 0x56, 0x61, 0xb5, 0xa7, 0xd1, 0x87, 0x00, 0xf7, 0x52, 0x09, 0x41, 0xf6, 0x68, 0xf5, 0xdf, 0x1e, 0x22, 0x48, 0x59, 0xae } } }; static const struct cckprng_op_generate op_init_3291 = { .hd = { .id = 3109, .kind = OP_GENERATE }, .rand_nbytes = 234, .out = { .rand = { 0x01, 0x59, 0x17, 0x3e, 0x2f, 0xe3, 0x58, 0x7e, 0xf9, 0xdb, 0x79, 0x62, 0x22, 0x10, 0x13, 0x0a, 0xa4, 0x47, 0xec, 0xa8, 0x34, 0xfb, 0x5f, 0xe7, 0xc0, 0x10, 0xf0, 0x20, 0x50, 0xbf, 0xfb, 0xfa, 0xd0, 0xaa, 0xa3, 0xee, 0x56, 0xe9, 0xf9, 0xe6, 0xbd, 0x4a, 0x00, 0x8b, 0x70, 0x3a, 0xa8, 0xc6, 0xbb, 0x67, 0x0e, 0x98, 0x18, 0x09, 0x16, 0x10, 0xe7, 0xb3, 0x02, 0x5f, 0x7f, 0xa1, 0xf0, 0x46, 0x0c, 0xca, 0x65, 0x16, 0x6e, 0x15, 0x3c, 0x34, 0xa7, 0x16, 0xb5, 0xe7, 0x28, 0xc1, 0x74, 0x88, 0xfc, 0x86, 0x5c, 0x66, 0x71, 0x8a, 0xe3, 0xf1, 0xfd, 0xa6, 0x1f, 0xfa, 0x3b, 0xfe, 0x0b, 0x57, 0xbe, 0xf4, 0x2b, 0x01, 0x89, 0xef, 0xd3, 0x8f, 0xfc, 0x2c, 0xfc, 0x7c, 0x66, 0x5e, 0xce, 0xa8, 0xaa, 0xcb, 0xde, 0x0a, 0x12, 0xb9, 0xa8, 0xca, 0x05, 0x5b, 0x34, 0x96, 0x0a, 0x2d, 0x55, 0x65, 0xd0, 0x77, 0x46, 0xe1, 0x08, 0xf3, 0xc4, 0xe8, 0x2a, 0xff, 0xce, 0x22, 0x0d, 0x0e, 0xcf, 0xb1, 0x59, 0x0a, 0xcc, 0x87, 0xa7, 0x8f, 0x95, 0x22, 0xcd, 0x08, 0x76, 0x73, 0x4e, 0xbc, 0xfb, 0x26, 0x46, 0xe6, 0x75, 0xa1, 0x9f, 0x2b, 0x28, 0x04, 0x8a, 0xa2, 0x11, 0x6d, 0xe4, 0xe9, 0xd5, 0xbe, 0x60, 0x3d, 0x06, 0x19, 0x52, 0xb1, 0xdd, 0xb0, 0x93, 0xd0, 0x45, 0x31, 0x2a, 0x21, 0xe9, 0x0e, 0xe7, 0x2a, 0x7f, 0x36, 0xf6, 0x44, 0x78, 0x9e, 0x89, 0x55, 0x34, 0x91, 0x64, 0x63, 0xde, 0xaf, 0xea, 0xa4, 0x53, 0x59, 0x32, 0x73, 0x08, 0x01, 0x3d, 0xdd, 0x33, 0xf8, 0x77, 0xb1, 0x0d, 0x97, 0xe6, 0x06, 0x69, 0x48, 0x18, 0x23, 0x12, 0xe1, 0xcc, 0x63 } } }; static const struct cckprng_op_reseed op_reseed_3292 = { .hd = { .id = 3110, .kind = OP_RESEED }, .nonce = 4360778553258877844ULL, .seed_nbytes = 118, .seed = { 0xc7, 0x38, 0x2c, 0x0e, 0x47, 0xfa, 0xfe, 0x1d, 0x7b, 0x31, 0xfc, 0xfa, 0x4b, 0xc6, 0x2e, 0x41, 0x30, 0xed, 0x20, 0xac, 0x65, 0x07, 0x78, 0x37, 0x2d, 0x0f, 0x14, 0x9e, 0x7d, 0x04, 0x33, 0x33, 0xac, 0xfb, 0x5e, 0x59, 0x35, 0xa1, 0x6c, 0xfc, 0xfd, 0xcf, 0x6e, 0xcc, 0x1d, 0x0f, 0x7f, 0x86, 0x11, 0x77, 0x11, 0xd1, 0x8a, 0x17, 0x33, 0x8c, 0x1c, 0xdc, 0x7d, 0xe3, 0xeb, 0xd2, 0x74, 0xdb, 0x92, 0x61, 0x1d, 0x97, 0xae, 0xed, 0xdb, 0x69, 0x77, 0x55, 0x9b, 0xfd, 0x3d, 0xb7, 0x33, 0x96, 0x72, 0xb7, 0xf6, 0xcd, 0x5d, 0xcd, 0x85, 0xe1, 0xf8, 0xec, 0x11, 0xe2, 0x96, 0xf1, 0x43, 0x72, 0x93, 0xa8, 0xa1, 0xe1, 0x8e, 0x59, 0x05, 0x7c, 0x9d, 0xb7, 0x01, 0xcc, 0x37, 0xe7, 0x0d, 0x96, 0xf9, 0x09, 0xa0, 0x4b, 0x54, 0x18 } }; static const struct cckprng_op *ops_3293[] = { (const struct cckprng_op *)&op_init_3277, (const struct cckprng_op *)&op_init_3278, (const struct cckprng_op *)&op_init_3279, (const struct cckprng_op *)&op_init_3280, (const struct cckprng_op *)&op_reseed_3281, (const struct cckprng_op *)&op_init_3282, (const struct cckprng_op *)&op_init_3283, (const struct cckprng_op *)&op_refresh_3284, (const struct cckprng_op *)&op_init_3285, (const struct cckprng_op *)&op_refresh_3286, (const struct cckprng_op *)&op_reseed_3287, (const struct cckprng_op *)&op_reseed_3288, (const struct cckprng_op *)&op_init_3289, (const struct cckprng_op *)&op_init_3290, (const struct cckprng_op *)&op_init_3291, (const struct cckprng_op *)&op_reseed_3292 }; static const struct cckprng_vector vec_3294 = { .id = 3111, .note = NULL, .nops = 16, .ops = ops_3293 }; static const struct cckprng_op_init op_init_3295 = { .hd = { .id = 3112, .kind = OP_INIT }, .seed = { 0x95, 0xaf, 0xe7, 0x4e, 0xb5, 0x5b, 0x4a, 0x4d, 0xf6, 0x5f, 0x3e, 0x86, 0x62, 0x82, 0x33, 0x1b, 0x68, 0x5a, 0x92, 0xa0, 0x89, 0x89, 0x7c, 0xd6, 0x91, 0x22, 0x5b, 0x94, 0xe1, 0x6e, 0x31, 0x39 }, .nonce = { 0x2d, 0x66, 0x13, 0xf9, 0xa8, 0x4c, 0x5a, 0x3c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3296 = { .hd = { .id = 3113, .kind = OP_REFRESH }, .rand = 11929521028791859200ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3297 = { .hd = { .id = 3114, .kind = OP_REFRESH }, .rand = 1794421812150882204ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3298 = { .hd = { .id = 3115, .kind = OP_RESEED }, .nonce = 3646214109399137330ULL, .seed_nbytes = 64, .seed = { 0xb8, 0x47, 0xcc, 0x95, 0xa7, 0x50, 0x8b, 0x85, 0xc5, 0x43, 0xa2, 0x93, 0xb6, 0x46, 0x42, 0x19, 0x7a, 0xa2, 0x47, 0xe7, 0x31, 0xc0, 0x83, 0x5a, 0x30, 0x7e, 0x87, 0xb4, 0x32, 0x33, 0xd2, 0x71, 0x37, 0x81, 0xc7, 0xb8, 0x47, 0x49, 0x1b, 0x43, 0xf0, 0xc0, 0x99, 0x8e, 0x42, 0x75, 0x43, 0xce, 0x10, 0x21, 0x3b, 0x97, 0x5e, 0x0e, 0x49, 0x16, 0x13, 0x47, 0xf6, 0x9f, 0x38, 0xab, 0xfd, 0xe9 } }; static const struct cckprng_op_generate op_init_3299 = { .hd = { .id = 3116, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0x9c, 0xd1, 0x36, 0x31, 0xbc, 0xae, 0xd8, 0x8d, 0x17, 0xe5, 0xfe, 0xc6, 0x66, 0xd2, 0x21, 0x5a, 0xf8, 0x05, 0x8d, 0x52, 0x0e, 0x37, 0x5d, 0x8f, 0xd9, 0x8f, 0xcf, 0xc9, 0x37, 0x01, 0x10, 0x6d, 0xcb, 0xc6, 0xb1, 0x17, 0xae, 0x30, 0x60, 0x1a, 0x73, 0x6d, 0xe6, 0xbd, 0x6d, 0xfc, 0x1f, 0xd5, 0x32, 0xb8, 0xbb, 0xd9, 0xd6, 0x65, 0xc6, 0x52, 0x1c, 0x46, 0xd0, 0xdd, 0x6a, 0x1f, 0x9c, 0x57, 0x4e, 0xc0, 0x2f, 0xc7, 0x6b, 0x42, 0xc2, 0x8c, 0x45, 0x44, 0x79, 0x22, 0xd7, 0x77, 0x41, 0x84, 0x64, 0x52, 0x8b, 0xe7, 0x93, 0x00, 0xf0, 0x9d, 0xc5, 0xb6 } } }; static const struct cckprng_op_generate op_init_3300 = { .hd = { .id = 3117, .kind = OP_GENERATE }, .rand_nbytes = 201, .out = { .rand = { 0x5d, 0xed, 0x8c, 0x1c, 0x0b, 0x98, 0xda, 0x31, 0x16, 0xf3, 0x31, 0xa3, 0x27, 0xfd, 0xd6, 0x0c, 0x62, 0xf0, 0xc2, 0xa0, 0xcb, 0x35, 0x1f, 0xe7, 0x83, 0x04, 0xb9, 0x7f, 0xf2, 0xa5, 0xad, 0xeb, 0x0c, 0x42, 0xb2, 0xbd, 0x3e, 0x63, 0x8f, 0x04, 0xf7, 0x02, 0x3a, 0x42, 0xb1, 0x06, 0xa9, 0x10, 0x6d, 0xe0, 0x71, 0xb7, 0xb0, 0xf2, 0x62, 0xf8, 0x25, 0xc6, 0x0a, 0x7e, 0x14, 0xa1, 0x5f, 0x0b, 0xf9, 0x74, 0xc1, 0x14, 0x8d, 0x90, 0x26, 0x05, 0x6c, 0xc4, 0x0b, 0xbf, 0x8b, 0xfd, 0xc5, 0xb9, 0x79, 0x7b, 0x6a, 0xd8, 0x29, 0x61, 0x07, 0xb3, 0x82, 0xed, 0x0e, 0xae, 0xff, 0x4d, 0x95, 0x75, 0x8f, 0x64, 0x94, 0x35, 0xe9, 0x4f, 0x25, 0x98, 0xd7, 0x98, 0xfd, 0x74, 0x87, 0x72, 0x87, 0x27, 0x43, 0x0c, 0xf8, 0xa0, 0xe8, 0x08, 0x08, 0xe6, 0xba, 0x1b, 0x5d, 0xf6, 0xa7, 0x22, 0x28, 0xcb, 0xf3, 0x17, 0xda, 0x1c, 0xb7, 0x8d, 0x11, 0xfb, 0xc2, 0x9e, 0x81, 0xc7, 0x2f, 0x76, 0x0a, 0xc2, 0xe5, 0x5e, 0x03, 0x86, 0x04, 0x5f, 0x01, 0x06, 0xd3, 0x4d, 0x47, 0xb4, 0xce, 0x7a, 0xb8, 0x79, 0xd3, 0xbe, 0x12, 0x0f, 0x78, 0x02, 0x04, 0xd3, 0xa7, 0x94, 0x85, 0xb3, 0x20, 0xfc, 0xb9, 0x77, 0x90, 0x90, 0x77, 0x21, 0x12, 0x30, 0xc6, 0xf9, 0x18, 0xcc, 0x0c, 0xbd, 0xa0, 0xfb, 0x88, 0x43, 0xe1, 0x6c, 0xfd, 0xb3, 0x1e, 0xa4, 0x58, 0xb3, 0xd4 } } }; static const struct cckprng_op_refresh op_refresh_3301 = { .hd = { .id = 3118, .kind = OP_REFRESH }, .rand = 16698508740100273341ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3302 = { .hd = { .id = 3119, .kind = OP_REFRESH }, .rand = 4123868526700636196ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3303 = { .hd = { .id = 3120, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0x25, 0xc0, 0x55, 0xc7, 0x61, 0x58, 0xf2, 0x9d, 0x55, 0x82, 0x1c, 0xba, 0x43, 0xc9, 0xd0, 0x33, 0x0b, 0x08, 0x17, 0xb7, 0x49, 0xbe, 0xd8, 0x8e, 0x65, 0x48, 0x8c, 0x9e, 0xfb, 0x21, 0x24, 0xba, 0x7f, 0x44, 0xeb, 0x74, 0xa1, 0x3a, 0x6e, 0x0e, 0xd4, 0xb7, 0xc7, 0xbb, 0xf1, 0x12, 0xac, 0x22, 0x8a, 0x83, 0x64, 0xf2, 0xf9, 0x9f, 0xa7, 0x11, 0x6f, 0x17, 0x09, 0xfd, 0x70, 0xa3, 0xbc, 0x7b, 0xfd, 0xdf, 0x3d, 0x64, 0xd4, 0x0e, 0x10, 0x8f, 0x38, 0xe3, 0xac, 0x85, 0xcc, 0xbe, 0xe3, 0x00, 0x80, 0xa3, 0xdf, 0xf7, 0x8f, 0x3b, 0xbf, 0x4f, 0x5b, 0xd9, 0x8a, 0x0b, 0xa5, 0xc8, 0x1f, 0x9c, 0x15, 0x53, 0xbe, 0x75, 0x59, 0xa3, 0x5b, 0x12, 0xb6, 0x37, 0x70, 0x0d, 0xaa, 0xda, 0x3e, 0x2e, 0x7a, 0x33, 0x78, 0xa3, 0xc9, 0xa1, 0x66, 0x44, 0xa1, 0xe2, 0xfa, 0x5e, 0x3d, 0x97, 0x71, 0xa3, 0x82, 0x4e, 0xdd, 0x42, 0xa0, 0xa4, 0xe9, 0x18, 0x6c, 0xb2, 0x70, 0x1a, 0xb2, 0xf3, 0xb3, 0x5d, 0xd5, 0x14, 0x2d, 0xb6, 0x0f, 0x4e, 0xe6, 0xf7, 0x17, 0x55, 0x07, 0xdc, 0x87, 0x1a, 0xc6, 0x2e, 0x4b, 0x25, 0x54, 0xd7, 0xac, 0xb9, 0xc4, 0xe3, 0xea, 0x14, 0x82, 0x5a, 0xa8, 0x88, 0xe2, 0x89, 0x99, 0x03, 0x1a, 0x97, 0x85, 0x75, 0x34, 0xa1, 0x84, 0x6e, 0x02, 0x16, 0xc5, 0x81, 0x87, 0xff, 0xc0, 0xea, 0x0c, 0xee, 0x91, 0x05, 0x5b, 0x9a, 0x9d, 0xb8, 0x88, 0x61, 0xbb, 0x93, 0x45, 0x3b, 0x47, 0xac, 0x56, 0x12, 0xa3, 0xf1, 0xf2, 0xb3, 0x45, 0x70, 0xe3, 0x7e, 0xdc, 0xe1, 0x15, 0xbb, 0xe3, 0x7a, 0xe7, 0x7f, 0xb1, 0x4e, 0x36, 0xfd, 0x1d, 0x43, 0xf0, 0x89, 0xe3, 0x49, 0xc5, 0x69, 0xa3, 0x9d, 0x3d, 0xb9, 0x38, 0x8f, 0xfc, 0x5e, 0x14, 0x30 } } }; static const struct cckprng_op_reseed op_reseed_3304 = { .hd = { .id = 3121, .kind = OP_RESEED }, .nonce = 12226101750010497688ULL, .seed_nbytes = 230, .seed = { 0xf8, 0x35, 0xed, 0xd4, 0x94, 0xf8, 0x11, 0xfc, 0xae, 0xe6, 0xd5, 0x64, 0xff, 0xdb, 0xc0, 0x76, 0xa2, 0x93, 0x73, 0x6a, 0xc0, 0x3c, 0x9e, 0x5a, 0xff, 0x34, 0x30, 0x52, 0x0c, 0x86, 0xe9, 0x27, 0xf1, 0x0c, 0xc3, 0x6a, 0x8c, 0x3f, 0x46, 0x7d, 0x6b, 0x36, 0x9b, 0x50, 0xcd, 0xe0, 0x8d, 0x1b, 0x6f, 0xe0, 0xd1, 0x5e, 0x9c, 0xc0, 0x2e, 0x9f, 0x47, 0x0b, 0x5f, 0xab, 0xe3, 0x19, 0x60, 0xb9, 0x51, 0x88, 0x3c, 0xf0, 0x69, 0xdf, 0xc0, 0xec, 0x3e, 0x37, 0x9d, 0x7f, 0xdc, 0x0f, 0xb7, 0x05, 0x73, 0x77, 0x8f, 0xba, 0x6a, 0x80, 0x08, 0x03, 0x97, 0xa0, 0xf4, 0xbb, 0xcd, 0x78, 0x2f, 0x36, 0x5e, 0x22, 0x93, 0x38, 0x31, 0xa0, 0x6d, 0x05, 0xae, 0x31, 0xbd, 0x92, 0xb4, 0x08, 0x0e, 0x37, 0xba, 0xaf, 0x1b, 0x25, 0x2a, 0xcf, 0xa9, 0xb5, 0x8f, 0xcf, 0x48, 0x1f, 0xc0, 0x09, 0x1d, 0xd9, 0x78, 0xd6, 0x5f, 0xf1, 0x71, 0xce, 0xae, 0x9f, 0xc4, 0x89, 0x78, 0x80, 0xc3, 0xc0, 0xc9, 0x04, 0xc8, 0x57, 0x52, 0xb5, 0xc7, 0x1c, 0xe8, 0x2b, 0x4b, 0xd1, 0x73, 0x8b, 0x0d, 0x0d, 0x46, 0x66, 0x48, 0xe3, 0x0e, 0xb5, 0x15, 0x13, 0x9c, 0x09, 0x21, 0x71, 0xb1, 0xff, 0xc9, 0xcf, 0x9d, 0x02, 0xe2, 0x9f, 0xf4, 0x38, 0xa6, 0x71, 0x29, 0x97, 0xfb, 0x08, 0x8e, 0x54, 0x58, 0x0d, 0xb0, 0xdf, 0xff, 0x0b, 0xf6, 0x88, 0x01, 0x71, 0x84, 0xcc, 0x7a, 0xb5, 0x92, 0x43, 0x6a, 0x5d, 0x0c, 0xeb, 0xfb, 0xb6, 0xd5, 0x08, 0xdd, 0x38, 0xed, 0xa6, 0x8e, 0x19, 0xfa, 0x81, 0xfe, 0xdf, 0xde, 0x78, 0xb1, 0xe7, 0x79, 0x10, 0xaa, 0x08 } }; static const struct cckprng_op_refresh op_refresh_3305 = { .hd = { .id = 3122, .kind = OP_REFRESH }, .rand = 2204436620112026570ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3306 = { .hd = { .id = 3123, .kind = OP_REFRESH }, .rand = 3702493521510905355ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3307 = { .hd = { .id = 3124, .kind = OP_REFRESH }, .rand = 15121035024720816908ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3308 = { .hd = { .id = 3125, .kind = OP_RESEED }, .nonce = 8124300034657848405ULL, .seed_nbytes = 152, .seed = { 0x97, 0xa5, 0x9f, 0x30, 0x36, 0x3b, 0x53, 0xac, 0x9d, 0x10, 0x25, 0x02, 0xee, 0xc1, 0x8e, 0xdc, 0x59, 0x96, 0x11, 0x27, 0xdc, 0x71, 0x4d, 0x37, 0xe4, 0x7f, 0x36, 0xc3, 0x0f, 0xdd, 0xbe, 0xa9, 0xb9, 0x43, 0xf9, 0x78, 0xcd, 0x3c, 0xd0, 0x90, 0xea, 0xd1, 0x63, 0x4c, 0x18, 0x25, 0x45, 0x63, 0x47, 0xc7, 0xfd, 0x62, 0x6e, 0x4b, 0x8e, 0x74, 0x26, 0x26, 0x11, 0xe7, 0x98, 0x2f, 0xad, 0x83, 0x60, 0x73, 0x6e, 0x7c, 0x6e, 0x85, 0x04, 0x7b, 0xe4, 0x6a, 0xe1, 0x1e, 0xe1, 0x2d, 0xd1, 0xe0, 0xe4, 0xfb, 0x39, 0xa5, 0x3c, 0xd2, 0xad, 0x66, 0x03, 0x84, 0xa3, 0xa2, 0xe7, 0x5b, 0x16, 0xca, 0xa8, 0x0a, 0x4a, 0x64, 0x9e, 0x91, 0xa0, 0x58, 0x4a, 0x7d, 0x20, 0x0a, 0x1c, 0x04, 0xa0, 0xb2, 0x3f, 0x66, 0x07, 0x8c, 0xc8, 0x94, 0x4a, 0x2d, 0x5c, 0xcd, 0x75, 0x6a, 0xb3, 0xbf, 0x3d, 0x3b, 0x34, 0xa3, 0x26, 0xbb, 0xa5, 0xa3, 0xe5, 0xd2, 0xab, 0xd2, 0xcf, 0x8f, 0x4e, 0xb1, 0x48, 0xbf, 0x27, 0x07, 0x7c, 0x91, 0xc0, 0x45, 0x74, 0x30 } }; static const struct cckprng_op_refresh op_refresh_3309 = { .hd = { .id = 3126, .kind = OP_REFRESH }, .rand = 17187127388356755011ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3310 = { .hd = { .id = 3127, .kind = OP_GENERATE }, .rand_nbytes = 168, .out = { .rand = { 0xd3, 0xe6, 0x1c, 0x75, 0xa7, 0x51, 0xd9, 0x13, 0x88, 0xc0, 0x66, 0xa3, 0xf6, 0x83, 0xf3, 0x30, 0xef, 0xb8, 0x3f, 0x94, 0x56, 0x21, 0x0c, 0x4a, 0x0e, 0xad, 0x88, 0x5c, 0x37, 0x55, 0x0e, 0x6f, 0xd9, 0xcf, 0x28, 0x9f, 0x36, 0x2c, 0xd8, 0xc8, 0xe8, 0x5e, 0x09, 0x2b, 0x6b, 0x84, 0x9f, 0x5f, 0x6c, 0xd1, 0xdf, 0xec, 0xa4, 0x63, 0x0c, 0x80, 0x39, 0xfd, 0x11, 0x2c, 0x0e, 0xac, 0x6b, 0x52, 0xe8, 0x49, 0xdd, 0x85, 0x74, 0x25, 0x63, 0x56, 0xd3, 0x04, 0xa9, 0x9c, 0xd8, 0x84, 0xa4, 0x5a, 0xe9, 0xa8, 0x56, 0xb6, 0x37, 0x07, 0x03, 0xf1, 0x20, 0x41, 0xb9, 0xea, 0x06, 0xc0, 0xeb, 0xbb, 0x87, 0x6d, 0x54, 0x2b, 0x3a, 0x31, 0x22, 0x96, 0xea, 0xde, 0x0e, 0x61, 0xc8, 0xc7, 0x27, 0x8e, 0xa4, 0xbe, 0x29, 0xd7, 0x42, 0xa9, 0xbb, 0x9c, 0x2c, 0xd7, 0x21, 0x8a, 0x7a, 0x54, 0x3a, 0xa6, 0xa7, 0x15, 0xdd, 0x03, 0xf0, 0x94, 0x8d, 0x92, 0xdc, 0x55, 0x44, 0x49, 0xe2, 0xff, 0x60, 0x66, 0xec, 0x94, 0xca, 0xc8, 0x34, 0x69, 0x74, 0x45, 0xdd, 0x31, 0xef, 0x27, 0x67, 0x84, 0x5d, 0x0e, 0x6f, 0xcb, 0x55, 0x66, 0xea, 0x75, 0x4d, 0x04 } } }; static const struct cckprng_op *ops_3311[] = { (const struct cckprng_op *)&op_init_3295, (const struct cckprng_op *)&op_refresh_3296, (const struct cckprng_op *)&op_refresh_3297, (const struct cckprng_op *)&op_reseed_3298, (const struct cckprng_op *)&op_init_3299, (const struct cckprng_op *)&op_init_3300, (const struct cckprng_op *)&op_refresh_3301, (const struct cckprng_op *)&op_refresh_3302, (const struct cckprng_op *)&op_init_3303, (const struct cckprng_op *)&op_reseed_3304, (const struct cckprng_op *)&op_refresh_3305, (const struct cckprng_op *)&op_refresh_3306, (const struct cckprng_op *)&op_refresh_3307, (const struct cckprng_op *)&op_reseed_3308, (const struct cckprng_op *)&op_refresh_3309, (const struct cckprng_op *)&op_init_3310 }; static const struct cckprng_vector vec_3312 = { .id = 3128, .note = NULL, .nops = 16, .ops = ops_3311 }; static const struct cckprng_op_init op_init_3313 = { .hd = { .id = 3129, .kind = OP_INIT }, .seed = { 0x19, 0x4f, 0xb8, 0x42, 0x23, 0xdd, 0x9b, 0x4e, 0x4d, 0xb7, 0x0f, 0xe2, 0xeb, 0xfb, 0x9b, 0x48, 0xca, 0xb6, 0x4d, 0x4b, 0xf2, 0xc2, 0xa9, 0x44, 0xd5, 0xcb, 0x89, 0xc2, 0x98, 0x5a, 0xa3, 0x65 }, .nonce = { 0x6c, 0xa3, 0xef, 0xed, 0x42, 0xb1, 0x18, 0x19 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3314 = { .hd = { .id = 3130, .kind = OP_RESEED }, .nonce = 17712834315181397103ULL, .seed_nbytes = 161, .seed = { 0x21, 0xbb, 0x5f, 0xc3, 0x40, 0x83, 0x41, 0x77, 0x3a, 0x92, 0x57, 0xf1, 0x1f, 0x5d, 0x30, 0x06, 0x98, 0xfb, 0x11, 0xdb, 0x70, 0x5d, 0x26, 0xba, 0x35, 0xd6, 0xfb, 0x59, 0xb2, 0x9f, 0x3d, 0xac, 0x8f, 0xf4, 0xf8, 0x9a, 0x29, 0x6c, 0x88, 0x0f, 0x44, 0xa2, 0x74, 0x6a, 0xe0, 0xc6, 0x76, 0x41, 0x94, 0xa9, 0x1a, 0xeb, 0x91, 0xf3, 0xc0, 0x6f, 0x89, 0x22, 0xfc, 0x6d, 0x3b, 0x45, 0xe4, 0xbd, 0x2e, 0xcf, 0xa8, 0xf5, 0x1c, 0xdf, 0xd9, 0x5d, 0x84, 0xb7, 0x23, 0xcb, 0xcb, 0xdd, 0x41, 0x2a, 0xfd, 0x32, 0x8a, 0x69, 0xb8, 0x39, 0x89, 0xc9, 0x6d, 0xb9, 0x1f, 0xee, 0x0c, 0x78, 0x43, 0xa4, 0x6c, 0x5c, 0x19, 0x19, 0x2a, 0xb5, 0x72, 0x80, 0xf4, 0x54, 0xd5, 0xc0, 0x44, 0x64, 0x78, 0x9b, 0xc4, 0x56, 0x1e, 0x1b, 0x96, 0xdf, 0x8f, 0x53, 0xd2, 0xee, 0xc0, 0x51, 0x82, 0x60, 0x22, 0xe8, 0x3c, 0x48, 0x6c, 0xaf, 0xc0, 0xc4, 0x59, 0x7b, 0x8f, 0x7d, 0xbf, 0x5c, 0x37, 0xc4, 0x12, 0x67, 0x99, 0x53, 0xf2, 0xbd, 0xae, 0x51, 0x70, 0xfa, 0x96, 0xb2, 0xf4, 0x11, 0xa7, 0x18, 0xc1, 0xb4, 0x1c } }; static const struct cckprng_op_refresh op_refresh_3315 = { .hd = { .id = 3131, .kind = OP_REFRESH }, .rand = 8045617795067882213ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3316 = { .hd = { .id = 3132, .kind = OP_REFRESH }, .rand = 8279149846597250650ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3317 = { .hd = { .id = 3133, .kind = OP_RESEED }, .nonce = 3432066172459634637ULL, .seed_nbytes = 95, .seed = { 0x9e, 0x21, 0x3f, 0x21, 0xd7, 0x37, 0xc8, 0xf1, 0xf1, 0xd1, 0x82, 0xa3, 0x4c, 0xe4, 0xb4, 0xa2, 0x76, 0xb6, 0x19, 0x6f, 0x4a, 0xca, 0xbb, 0x46, 0x32, 0xb4, 0x19, 0xe8, 0x68, 0xb1, 0x0a, 0x1e, 0x2e, 0x5c, 0x53, 0xdc, 0x43, 0xc0, 0xae, 0xc0, 0x75, 0xef, 0xac, 0x98, 0xd7, 0xcd, 0x19, 0x44, 0xc8, 0x47, 0x4f, 0xee, 0xaf, 0x6e, 0x74, 0x43, 0x91, 0x14, 0x9f, 0xe0, 0x0a, 0x70, 0x88, 0xab, 0x70, 0x85, 0x56, 0xd5, 0x29, 0x15, 0xae, 0x17, 0x2a, 0x0c, 0x8a, 0x3c, 0x88, 0x18, 0xde, 0x1d, 0xa0, 0x3c, 0xeb, 0x55, 0xd8, 0x23, 0x0e, 0x6a, 0x12, 0x3a, 0x34, 0xd2, 0x80, 0x7c, 0x32 } }; static const struct cckprng_op_generate op_init_3318 = { .hd = { .id = 3134, .kind = OP_GENERATE }, .rand_nbytes = 65, .out = { .rand = { 0x74, 0xbc, 0xce, 0x29, 0xd2, 0x9a, 0xc6, 0xf8, 0xb0, 0xa1, 0x5e, 0xa8, 0x09, 0x84, 0x35, 0x0e, 0xcb, 0x87, 0x9e, 0xec, 0xac, 0xea, 0xa5, 0x38, 0xee, 0xed, 0xec, 0x06, 0xad, 0x83, 0xaa, 0x47, 0xc0, 0x16, 0xe4, 0xee, 0xf1, 0x9c, 0x95, 0xc4, 0xaa, 0x4e, 0x25, 0xb6, 0x3e, 0x60, 0x5a, 0x9c, 0x5d, 0xa7, 0x7f, 0x6c, 0xa8, 0xc2, 0xaf, 0x1e, 0x80, 0x32, 0xc7, 0x60, 0x7d, 0xad, 0x8c, 0x1c, 0x50 } } }; static const struct cckprng_op_refresh op_refresh_3319 = { .hd = { .id = 3135, .kind = OP_REFRESH }, .rand = 12172334916021760704ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3320 = { .hd = { .id = 3136, .kind = OP_REFRESH }, .rand = 11978343265487894116ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3321 = { .hd = { .id = 3137, .kind = OP_GENERATE }, .rand_nbytes = 106, .out = { .rand = { 0xb9, 0x71, 0x3a, 0xe3, 0x63, 0x83, 0xee, 0x4b, 0x17, 0x1a, 0x3e, 0x24, 0x01, 0x47, 0x28, 0x99, 0x71, 0x58, 0xb6, 0x6c, 0xd4, 0xa4, 0x02, 0x21, 0xb7, 0xa1, 0x89, 0xc9, 0x06, 0x7a, 0xad, 0x99, 0x0f, 0xb7, 0x01, 0xb9, 0x6a, 0x8e, 0x24, 0x11, 0xb4, 0xc0, 0x65, 0x25, 0x85, 0xdd, 0x7c, 0x90, 0x06, 0xb7, 0xed, 0xc6, 0xe4, 0x8f, 0x88, 0x02, 0xce, 0xd7, 0x56, 0x7c, 0xca, 0x18, 0x48, 0x66, 0x74, 0x21, 0x1f, 0xc0, 0xf5, 0x1e, 0x84, 0xb8, 0xb5, 0xc0, 0x06, 0x51, 0xe0, 0x55, 0xa0, 0x66, 0xe3, 0x98, 0x96, 0xde, 0xc0, 0x90, 0x3a, 0x0b, 0x76, 0x64, 0x5c, 0x3e, 0x65, 0xff, 0xc4, 0xb7, 0x46, 0xc0, 0x8e, 0x8b, 0x80, 0x75, 0xbc, 0x1e, 0x80, 0xc9 } } }; static const struct cckprng_op_refresh op_refresh_3322 = { .hd = { .id = 3138, .kind = OP_REFRESH }, .rand = 10647909850470927733ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3323 = { .hd = { .id = 3139, .kind = OP_RESEED }, .nonce = 7002023259341374098ULL, .seed_nbytes = 225, .seed = { 0x3e, 0xf1, 0x15, 0x87, 0x0c, 0x1d, 0x62, 0x76, 0x71, 0x10, 0xf9, 0xb5, 0x63, 0x24, 0x67, 0x67, 0x25, 0x96, 0x58, 0xa4, 0xe0, 0x64, 0x25, 0x9d, 0x28, 0x94, 0x43, 0x96, 0x9e, 0x52, 0x96, 0x5d, 0x08, 0x88, 0x16, 0xd8, 0xef, 0xd2, 0xcd, 0xf7, 0x9e, 0x31, 0x21, 0x39, 0x3c, 0xe1, 0xac, 0xf6, 0x1d, 0xdb, 0x31, 0x58, 0x58, 0xf6, 0xf0, 0xd9, 0x00, 0x31, 0xe4, 0x86, 0x24, 0xfe, 0x81, 0x99, 0xe6, 0x53, 0x4d, 0xb1, 0xd6, 0x98, 0x3e, 0x7c, 0x79, 0x4c, 0x97, 0xa7, 0xdb, 0xcb, 0x14, 0x1c, 0xb8, 0xad, 0x94, 0xa2, 0x62, 0x5e, 0x6c, 0x4c, 0xd9, 0x23, 0x81, 0x69, 0xb4, 0x7a, 0x32, 0x63, 0x8c, 0xb3, 0x3f, 0x54, 0x9e, 0x19, 0x03, 0x23, 0x48, 0xfb, 0x66, 0x58, 0x7b, 0xbb, 0xac, 0x7a, 0x5a, 0x95, 0xec, 0x99, 0x84, 0x30, 0xab, 0x89, 0xaa, 0x2f, 0x11, 0xec, 0x92, 0x5e, 0x52, 0xbb, 0x54, 0x1d, 0xf7, 0x50, 0x2a, 0x79, 0x13, 0xaa, 0xaf, 0xd0, 0x5e, 0x11, 0x25, 0x8f, 0xa9, 0x03, 0x1b, 0xcf, 0x07, 0x36, 0xa4, 0x2b, 0x75, 0xe6, 0x90, 0x05, 0xa2, 0x24, 0x6f, 0x52, 0x5f, 0x95, 0xb3, 0xd8, 0x39, 0xeb, 0x62, 0xc7, 0x24, 0x9b, 0xee, 0x98, 0xaf, 0xd9, 0x8e, 0xae, 0xe3, 0x48, 0xd1, 0x11, 0x70, 0xd9, 0x46, 0xe2, 0xb1, 0xdf, 0x55, 0x82, 0xe2, 0x2f, 0x98, 0x12, 0x9c, 0x41, 0x55, 0x84, 0x61, 0xa9, 0xe9, 0x50, 0x53, 0x03, 0x3b, 0x43, 0xa9, 0x85, 0x26, 0x81, 0xf6, 0xce, 0xdf, 0x8b, 0x00, 0xef, 0xdb, 0x26, 0x9d, 0xe8, 0x28, 0x5e, 0xe4, 0x0a, 0x44, 0x63, 0x2f, 0x38, 0xd3 } }; static const struct cckprng_op_refresh op_refresh_3324 = { .hd = { .id = 3140, .kind = OP_REFRESH }, .rand = 10779979198621040314ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3325 = { .hd = { .id = 3141, .kind = OP_REFRESH }, .rand = 14847132999696882485ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3326 = { .hd = { .id = 3142, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0x9f, 0x67, 0x49, 0xd3, 0x6f, 0xd5, 0x06, 0xe0, 0xa8, 0x58, 0xf0, 0x3f, 0x08, 0xa7, 0xbb, 0xa8, 0x1c, 0x77, 0x15, 0x62, 0xfa, 0xbd, 0x1d, 0x02, 0xf0, 0xd7, 0xb8, 0xed, 0xf8, 0x35, 0xb8, 0x4d, 0x4c, 0x9c, 0x7a, 0xa0, 0x40, 0xe6, 0x6c, 0x9c, 0x65, 0x48, 0xbc, 0xaa, 0x7f, 0xa9, 0xc1, 0x17, 0x6b, 0x30, 0x98, 0x5b, 0xb8, 0x1c, 0x20, 0x07, 0x28, 0x92, 0x6b, 0x99, 0x03, 0x5c, 0x9e, 0x6a, 0x78, 0x2e, 0x4b, 0xd5, 0x5e, 0x2a, 0x72, 0xa6, 0x82, 0x79, 0x58, 0x5f, 0x92, 0x34, 0x98, 0x09, 0x38, 0x97, 0x9f, 0x94, 0x4a, 0xf3, 0xf8, 0x09 } } }; static const struct cckprng_op_reseed op_reseed_3327 = { .hd = { .id = 3143, .kind = OP_RESEED }, .nonce = 17883289176921800205ULL, .seed_nbytes = 56, .seed = { 0x71, 0x21, 0x54, 0xa5, 0x46, 0xcc, 0xee, 0x9c, 0x66, 0xc0, 0xc6, 0x82, 0xc7, 0x28, 0xb4, 0xc8, 0xf3, 0x94, 0x17, 0xa4, 0xb0, 0xe0, 0xc7, 0x3f, 0x7c, 0x0f, 0x83, 0xbe, 0x00, 0x10, 0x32, 0xe3, 0x48, 0x07, 0x8d, 0xa3, 0xea, 0xde, 0x3b, 0xa4, 0x56, 0xd5, 0x0f, 0x86, 0x97, 0xc4, 0x4a, 0xaf, 0xb3, 0x29, 0x74, 0xc3, 0x46, 0x1a, 0x74, 0x98 } }; static const struct cckprng_op_generate op_init_3328 = { .hd = { .id = 3144, .kind = OP_GENERATE }, .rand_nbytes = 195, .out = { .rand = { 0x38, 0x76, 0xf0, 0x44, 0xbc, 0x7e, 0xf1, 0x03, 0xa3, 0x50, 0x20, 0x76, 0x3d, 0x5f, 0x96, 0x20, 0xd8, 0x81, 0x03, 0xcc, 0x7d, 0x59, 0xa5, 0x97, 0x8a, 0x15, 0xaa, 0xfd, 0x19, 0xdc, 0x89, 0xcb, 0x75, 0x7f, 0x83, 0xf4, 0x6d, 0x71, 0x12, 0x3a, 0xf8, 0xdc, 0x96, 0x6d, 0x16, 0xe7, 0x4c, 0x60, 0x09, 0xd3, 0xd4, 0x93, 0x0a, 0x05, 0x57, 0x75, 0x4e, 0x66, 0x56, 0xe5, 0x0e, 0x63, 0x00, 0x44, 0x11, 0x49, 0x89, 0x68, 0xea, 0x99, 0x14, 0x2d, 0xe6, 0x74, 0x76, 0x87, 0x02, 0xf1, 0xc1, 0x6e, 0xeb, 0x27, 0xcf, 0x76, 0xf8, 0xf2, 0xaf, 0x86, 0x28, 0xe4, 0xae, 0x0e, 0xbb, 0x2f, 0x4d, 0xf4, 0x91, 0xaa, 0xc7, 0xba, 0xed, 0x6a, 0x58, 0x28, 0x0d, 0x71, 0x09, 0xd1, 0x9a, 0x08, 0x66, 0xf2, 0xdd, 0x8b, 0x30, 0x6d, 0xd2, 0xba, 0xab, 0x70, 0x38, 0x3f, 0x37, 0x94, 0xe3, 0xe7, 0x3d, 0x02, 0x1e, 0xb7, 0xe2, 0x93, 0xb7, 0x94, 0x7c, 0xad, 0x89, 0x57, 0xf2, 0x75, 0xe3, 0xb9, 0xba, 0x7b, 0x5c, 0x27, 0x47, 0xfe, 0x12, 0xdc, 0xfe, 0x9b, 0xb3, 0xf2, 0xfd, 0x5d, 0xb0, 0x32, 0xef, 0x5c, 0x2f, 0x85, 0xe3, 0x00, 0x0e, 0xcd, 0x0e, 0x47, 0x3b, 0x7c, 0x1f, 0xdb, 0xcd, 0x44, 0x47, 0x39, 0x7b, 0x0f, 0x46, 0xaf, 0x00, 0xc8, 0x2c, 0x0a, 0xf6, 0x47, 0x74, 0x8d, 0x63, 0xe9, 0x99, 0xad, 0x30, 0xcd, 0x79 } } }; static const struct cckprng_op *ops_3329[] = { (const struct cckprng_op *)&op_init_3313, (const struct cckprng_op *)&op_reseed_3314, (const struct cckprng_op *)&op_refresh_3315, (const struct cckprng_op *)&op_refresh_3316, (const struct cckprng_op *)&op_reseed_3317, (const struct cckprng_op *)&op_init_3318, (const struct cckprng_op *)&op_refresh_3319, (const struct cckprng_op *)&op_refresh_3320, (const struct cckprng_op *)&op_init_3321, (const struct cckprng_op *)&op_refresh_3322, (const struct cckprng_op *)&op_reseed_3323, (const struct cckprng_op *)&op_refresh_3324, (const struct cckprng_op *)&op_refresh_3325, (const struct cckprng_op *)&op_init_3326, (const struct cckprng_op *)&op_reseed_3327, (const struct cckprng_op *)&op_init_3328 }; static const struct cckprng_vector vec_3330 = { .id = 3145, .note = NULL, .nops = 16, .ops = ops_3329 }; static const struct cckprng_op_init op_init_3331 = { .hd = { .id = 3146, .kind = OP_INIT }, .seed = { 0x12, 0xae, 0x47, 0xe1, 0xa3, 0x45, 0x52, 0x16, 0xdd, 0x2b, 0xde, 0x02, 0x0d, 0x01, 0x36, 0x83, 0x00, 0x90, 0x72, 0xba, 0x87, 0x04, 0x68, 0x5f, 0x69, 0x71, 0xe8, 0xec, 0xc4, 0xbd, 0xaf, 0xe2 }, .nonce = { 0xcb, 0x15, 0x6c, 0x7e, 0xfa, 0x46, 0xf8, 0xd5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3332 = { .hd = { .id = 3147, .kind = OP_REFRESH }, .rand = 16991241578613827136ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3333 = { .hd = { .id = 3148, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x02, 0x87, 0xaa, 0x07, 0xcc, 0x6d, 0x79, 0x81, 0x00, 0x5b, 0x75, 0x15, 0x2b, 0x6b, 0x2a, 0xf9, 0xf2, 0x74, 0x8d, 0xbb, 0xbc, 0xad, 0x4a, 0xfc, 0x07, 0xe1, 0xf6, 0xc6, 0x20, 0x01, 0xa3, 0x1c, 0x58, 0x1a, 0xf8, 0x54, 0xca, 0x71, 0x28, 0xfe, 0x83, 0x1c, 0x2e, 0xe6, 0xb4, 0xc4, 0x0b, 0xf9, 0xf2, 0xc9, 0x51, 0xcb, 0xa2, 0xf8, 0x7f, 0xac, 0xea, 0x7b, 0xbc, 0xe5, 0x2d, 0x0f, 0xff, 0xda, 0x07, 0x55, 0x1e, 0x0b, 0x22, 0xa7, 0x10, 0x43, 0xdf, 0x4d, 0x14, 0xbd, 0x39, 0xf8, 0x26, 0x4f, 0x5a, 0x6a, 0xeb, 0xd5, 0x2e, 0x0e, 0xa7, 0xe2, 0x71, 0x7a, 0x15, 0xf8, 0xce, 0xc9, 0xd1, 0xb1, 0xeb, 0x1a, 0xd6, 0x3e, 0x8a, 0x60, 0x18, 0xd9, 0xbc, 0x22, 0xac, 0x69, 0x9b, 0xaa, 0xfa, 0x74, 0x0e, 0xe0, 0xe6, 0x0a, 0x08, 0x03, 0x3c, 0x8f, 0xef, 0xba, 0xd8, 0xec, 0xb2, 0x0e, 0x1b, 0x83, 0x4d, 0x33, 0x6c, 0xba, 0x8d, 0x0e, 0xd3, 0x89, 0x01, 0xd8, 0x9f, 0x77, 0x56, 0x6e, 0x97, 0x86, 0xa8, 0x4f, 0x56, 0x1a, 0x35, 0x14, 0x17, 0x99, 0x52, 0x05, 0xd3, 0x29, 0x15, 0xcc, 0xdd, 0x78, 0xb8, 0x34, 0x4c, 0xed, 0xad, 0xf8, 0xa2, 0x97, 0xdb, 0xff, 0x58, 0xde, 0x4b, 0x11, 0xd4, 0x5d, 0x7f, 0x21, 0xf5, 0x96, 0x2b, 0x47, 0x6e, 0x0b, 0xf2, 0xd7, 0x0f, 0x40, 0x12, 0xea, 0x58, 0x09, 0xcc, 0x7a, 0xce, 0x07, 0xe6, 0xd1, 0xd3, 0x0a, 0x0f, 0x78, 0xec, 0x73, 0x5f, 0x24, 0x16, 0xeb, 0x57, 0xf9, 0x5b, 0x86, 0x90, 0xff, 0x75, 0x2f, 0xba, 0xd6, 0xb5 } } }; static const struct cckprng_op_refresh op_refresh_3334 = { .hd = { .id = 3149, .kind = OP_REFRESH }, .rand = 15855513411368016814ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3335 = { .hd = { .id = 3150, .kind = OP_REFRESH }, .rand = 3007188218510409000ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3336 = { .hd = { .id = 3151, .kind = OP_RESEED }, .nonce = 10005318728051669896ULL, .seed_nbytes = 85, .seed = { 0x2d, 0xdb, 0x57, 0x9c, 0xc9, 0x0f, 0xbb, 0xdf, 0x12, 0x1b, 0xcd, 0xb7, 0xae, 0xe2, 0x0f, 0x0a, 0xe3, 0x55, 0x08, 0x68, 0x78, 0x05, 0x46, 0x44, 0xfa, 0xfa, 0x5d, 0xe1, 0x09, 0x4b, 0x80, 0x49, 0xbf, 0x0f, 0x0d, 0xe7, 0x7b, 0xb7, 0x29, 0x6b, 0x59, 0xad, 0x47, 0xc8, 0x30, 0x93, 0x74, 0x15, 0xc1, 0x55, 0x63, 0xe4, 0xd2, 0x19, 0xa1, 0x9d, 0xa9, 0xab, 0x9b, 0x57, 0x14, 0x6a, 0x6b, 0xda, 0xac, 0x58, 0x43, 0x75, 0x40, 0x4b, 0x40, 0xd7, 0xc5, 0x2a, 0x16, 0xdc, 0x69, 0xd4, 0xdf, 0xcd, 0x73, 0x9e, 0x9a, 0x20, 0x7f } }; static const struct cckprng_op_generate op_init_3337 = { .hd = { .id = 3152, .kind = OP_GENERATE }, .rand_nbytes = 83, .out = { .rand = { 0x84, 0x79, 0xcd, 0x1e, 0x46, 0x79, 0x08, 0xa2, 0xb9, 0x7d, 0x40, 0xba, 0x02, 0xd8, 0x03, 0x2c, 0x10, 0x64, 0x9f, 0xfc, 0x78, 0x5b, 0xb4, 0x84, 0x9e, 0x75, 0xd0, 0xa9, 0xdb, 0x3b, 0xaf, 0x0f, 0x62, 0xba, 0x31, 0x82, 0xb7, 0x45, 0xae, 0x3f, 0x97, 0x64, 0x54, 0x1e, 0xd0, 0xdb, 0xdc, 0xab, 0x3f, 0x3d, 0xd6, 0x92, 0x4c, 0x6f, 0x22, 0x6c, 0x63, 0x22, 0x91, 0xb4, 0xd0, 0x58, 0xd2, 0x25, 0xb7, 0x0c, 0x55, 0x06, 0x99, 0xb3, 0xa8, 0x70, 0x88, 0x76, 0x3a, 0x90, 0x9e, 0xa0, 0x7c, 0xcf, 0x8b, 0xd4, 0x8e } } }; static const struct cckprng_op_refresh op_refresh_3338 = { .hd = { .id = 3153, .kind = OP_REFRESH }, .rand = 2225171060657495622ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3339 = { .hd = { .id = 3154, .kind = OP_RESEED }, .nonce = 12439044912178574140ULL, .seed_nbytes = 219, .seed = { 0x2d, 0x77, 0x62, 0xf5, 0xa3, 0x54, 0x9a, 0x95, 0xbd, 0x17, 0x35, 0xce, 0x9b, 0x11, 0x39, 0x40, 0x5e, 0xf1, 0xb9, 0x1b, 0x93, 0xb6, 0xde, 0xfe, 0xca, 0x29, 0xce, 0x14, 0x5c, 0x45, 0xb0, 0x0e, 0xf9, 0x73, 0x55, 0x39, 0x84, 0x2f, 0xee, 0xba, 0x2c, 0x52, 0xf8, 0xd1, 0xd7, 0xa5, 0xe9, 0xe8, 0xe8, 0x6e, 0xdf, 0x85, 0x21, 0xde, 0x5a, 0xee, 0x72, 0x40, 0x05, 0xf1, 0xcd, 0x5b, 0x46, 0x97, 0xf4, 0x77, 0xf7, 0x25, 0x89, 0x5e, 0xd4, 0x24, 0x92, 0x0a, 0x73, 0xaa, 0x24, 0x1e, 0x93, 0x48, 0xdf, 0x1a, 0xbb, 0xf5, 0xe2, 0xb1, 0x13, 0x51, 0x71, 0xea, 0x14, 0x03, 0x3d, 0xea, 0xd6, 0xfd, 0x77, 0x92, 0xeb, 0x35, 0x6c, 0xd6, 0x8b, 0x1b, 0x42, 0x1e, 0x87, 0xdf, 0x65, 0x7b, 0x19, 0x12, 0xfa, 0x76, 0x8c, 0xda, 0x23, 0x90, 0x23, 0x27, 0x58, 0xbd, 0xf9, 0xcf, 0xaf, 0x62, 0xd6, 0xfb, 0x30, 0xca, 0xea, 0x78, 0x7d, 0xf9, 0x17, 0x5a, 0xcb, 0xae, 0x12, 0xb9, 0xfa, 0x56, 0xff, 0x75, 0xa9, 0x1c, 0x20, 0x87, 0xb2, 0xe6, 0xda, 0x7b, 0xa7, 0xa0, 0x33, 0xb8, 0x0c, 0x36, 0x7b, 0xd8, 0x40, 0x6d, 0xf9, 0xb8, 0x05, 0xbf, 0x68, 0x8e, 0x12, 0x6e, 0xf7, 0x06, 0x11, 0xed, 0x00, 0xc6, 0x3e, 0xa0, 0xc7, 0x90, 0xdb, 0x20, 0x63, 0xfa, 0xfe, 0xad, 0xa6, 0xef, 0x61, 0x00, 0x42, 0x95, 0xae, 0x63, 0x35, 0x52, 0xc9, 0x28, 0x98, 0x75, 0x21, 0xe2, 0x79, 0xd4, 0xc6, 0xac, 0x92, 0x4a, 0x68, 0xce, 0xb5, 0xcf, 0x3a, 0x13, 0x4e, 0xea, 0x4b, 0x86, 0xaa } }; static const struct cckprng_op_refresh op_refresh_3340 = { .hd = { .id = 3155, .kind = OP_REFRESH }, .rand = 16418372595265357939ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3341 = { .hd = { .id = 3156, .kind = OP_REFRESH }, .rand = 363910708262429872ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3342 = { .hd = { .id = 3157, .kind = OP_REFRESH }, .rand = 15002382707747334757ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3343 = { .hd = { .id = 3158, .kind = OP_GENERATE }, .rand_nbytes = 124, .out = { .rand = { 0xb6, 0x08, 0xb7, 0x05, 0x62, 0x15, 0xa5, 0x97, 0x8d, 0x15, 0x9f, 0x9c, 0x86, 0x69, 0x0d, 0x94, 0x33, 0xf3, 0x5b, 0xb2, 0xc8, 0xa9, 0x3c, 0xde, 0x3f, 0x64, 0x16, 0x1a, 0xaf, 0xcc, 0x17, 0xbe, 0xea, 0xa2, 0xa5, 0xb2, 0x4f, 0x7c, 0xf3, 0xcc, 0xbf, 0xc7, 0x34, 0xc4, 0x87, 0x0c, 0x11, 0x6b, 0x3d, 0x8d, 0x06, 0xe9, 0xec, 0xe8, 0x05, 0x3b, 0xfe, 0xe2, 0xcb, 0xe9, 0xe2, 0xd2, 0x6f, 0x9d, 0x3b, 0x2d, 0xfe, 0xd1, 0xf9, 0x41, 0x8d, 0x2e, 0xb2, 0x87, 0x9e, 0xa4, 0xb2, 0x0c, 0xb1, 0x39, 0x81, 0x47, 0x08, 0x9f, 0xe9, 0xb8, 0xbf, 0x89, 0x29, 0xf8, 0x86, 0x1b, 0x33, 0x1f, 0x4e, 0xf0, 0xbc, 0x1c, 0xc7, 0xe7, 0x38, 0x50, 0xfa, 0x80, 0x5b, 0x8c, 0xcc, 0xc7, 0xe2, 0x67, 0x09, 0xd3, 0x11, 0xac, 0xd8, 0x78, 0x85, 0xfa, 0xdb, 0x64, 0x7c, 0xeb, 0x2b, 0xa1 } } }; static const struct cckprng_op_generate op_init_3344 = { .hd = { .id = 3159, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x2c, 0x3f, 0x5c } } }; static const struct cckprng_op_generate op_init_3345 = { .hd = { .id = 3160, .kind = OP_GENERATE }, .rand_nbytes = 60, .out = { .rand = { 0x39, 0x8f, 0x26, 0xc6, 0xc1, 0x12, 0xdf, 0xbf, 0x35, 0x4c, 0xc4, 0x09, 0xff, 0xc1, 0x06, 0x44, 0x73, 0xc0, 0x4c, 0xf1, 0x53, 0xe4, 0x1d, 0x4a, 0x1d, 0x24, 0xad, 0x0b, 0x80, 0x2e, 0x72, 0xfc, 0x3c, 0x52, 0xd1, 0x25, 0x66, 0x55, 0xd1, 0x27, 0x86, 0x92, 0xd0, 0x5b, 0x2a, 0x92, 0x7e, 0x8f, 0x09, 0x7b, 0xc2, 0x0d, 0x47, 0xd7, 0x7d, 0xf7, 0x51, 0xc1, 0x7d, 0x9a } } }; static const struct cckprng_op_refresh op_refresh_3346 = { .hd = { .id = 3161, .kind = OP_REFRESH }, .rand = 17904886313861855928ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3347[] = { (const struct cckprng_op *)&op_init_3331, (const struct cckprng_op *)&op_refresh_3332, (const struct cckprng_op *)&op_init_3333, (const struct cckprng_op *)&op_refresh_3334, (const struct cckprng_op *)&op_refresh_3335, (const struct cckprng_op *)&op_reseed_3336, (const struct cckprng_op *)&op_init_3337, (const struct cckprng_op *)&op_refresh_3338, (const struct cckprng_op *)&op_reseed_3339, (const struct cckprng_op *)&op_refresh_3340, (const struct cckprng_op *)&op_refresh_3341, (const struct cckprng_op *)&op_refresh_3342, (const struct cckprng_op *)&op_init_3343, (const struct cckprng_op *)&op_init_3344, (const struct cckprng_op *)&op_init_3345, (const struct cckprng_op *)&op_refresh_3346 }; static const struct cckprng_vector vec_3348 = { .id = 3162, .note = NULL, .nops = 16, .ops = ops_3347 }; static const struct cckprng_op_init op_init_3349 = { .hd = { .id = 3163, .kind = OP_INIT }, .seed = { 0x35, 0xb5, 0xee, 0x65, 0x98, 0xba, 0x36, 0xab, 0x8d, 0x3a, 0xee, 0xdd, 0x2c, 0x83, 0xb9, 0x49, 0x14, 0xed, 0xb4, 0x64, 0x38, 0xa6, 0x32, 0xe9, 0xa7, 0x30, 0x3c, 0x2b, 0xae, 0x9b, 0xc2, 0x39 }, .nonce = { 0xd7, 0x06, 0xa4, 0x04, 0x63, 0x80, 0xb7, 0xc3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3350 = { .hd = { .id = 3164, .kind = OP_REFRESH }, .rand = 15245058912921910811ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3351 = { .hd = { .id = 3165, .kind = OP_RESEED }, .nonce = 18098636569210496277ULL, .seed_nbytes = 193, .seed = { 0x53, 0xea, 0xc9, 0x15, 0x04, 0x89, 0x84, 0x4e, 0xdc, 0xc0, 0x5e, 0x06, 0x6f, 0x81, 0xf8, 0xc2, 0x27, 0x6b, 0x0a, 0xbf, 0xd0, 0x79, 0xc2, 0xfd, 0x56, 0x2d, 0x1f, 0x12, 0x51, 0xfe, 0x1a, 0xde, 0xbf, 0x0d, 0x1b, 0x8b, 0xf7, 0x0f, 0xf3, 0x1a, 0x30, 0x2d, 0xbe, 0xaa, 0x72, 0x45, 0xe9, 0x82, 0x69, 0x75, 0xb0, 0xfc, 0x1c, 0xe5, 0x1b, 0x61, 0xe1, 0x85, 0x38, 0x27, 0x36, 0xa0, 0x3b, 0xfe, 0x15, 0x64, 0x7e, 0x3f, 0xa3, 0x5f, 0x40, 0x15, 0x55, 0x5e, 0x00, 0x95, 0x7b, 0xf4, 0xe0, 0x4a, 0x0b, 0x67, 0xd9, 0x6e, 0x4a, 0x75, 0x65, 0x98, 0x4b, 0x97, 0xba, 0x3b, 0x61, 0xb5, 0x24, 0xfe, 0xb6, 0x28, 0xb8, 0xad, 0xd4, 0x31, 0xa1, 0x1d, 0x2e, 0x5b, 0xe2, 0xb8, 0x7b, 0x57, 0xa2, 0x1c, 0xb8, 0x8b, 0xcf, 0xb5, 0x1d, 0xb1, 0xa3, 0xfa, 0xe2, 0xa0, 0xfd, 0x72, 0x04, 0xac, 0x38, 0x69, 0xf0, 0xec, 0x1a, 0xb5, 0x5e, 0x85, 0x4e, 0xa5, 0xbe, 0xed, 0xd3, 0x04, 0x37, 0x37, 0x45, 0xc1, 0xa2, 0xa3, 0xee, 0x3d, 0x2c, 0xf8, 0x4a, 0x23, 0xd7, 0xaf, 0x72, 0x4b, 0x42, 0x08, 0x1a, 0xbb, 0x0c, 0xb8, 0x82, 0xa8, 0x14, 0xec, 0x3e, 0xb6, 0x0b, 0x45, 0x91, 0x1e, 0x09, 0x6f, 0x4c, 0xa8, 0x09, 0xc0, 0xfb, 0x43, 0xd4, 0xe2, 0xdb, 0xbe, 0x2d, 0xfc, 0xe7, 0xa8, 0x24, 0x28, 0x66, 0x69, 0x45 } }; static const struct cckprng_op_refresh op_refresh_3352 = { .hd = { .id = 3166, .kind = OP_REFRESH }, .rand = 4040555806410790213ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3353 = { .hd = { .id = 3167, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x4b, 0x2b, 0xa1, 0xeb, 0xab, 0xc3, 0xc6, 0xc1, 0x37, 0x7b, 0x67, 0x67, 0xda, 0xd7, 0x79, 0x37, 0x4e, 0xf4, 0x84, 0x65, 0x9b, 0xcc, 0x33, 0x57, 0xc8, 0xa3, 0xe8, 0x16, 0x7e, 0x98, 0x7c, 0xac, 0x29, 0x17, 0xe6, 0x9b, 0xc3, 0x4b, 0x5b, 0xbc, 0x3a, 0xa9, 0x67, 0xf8, 0xb5, 0xb0, 0xd2, 0x81, 0x61, 0x85, 0xe5, 0x73, 0xc1, 0x66, 0x98, 0x2a, 0x91, 0x4d, 0x61, 0x2e, 0x4b, 0xcd, 0x6a, 0x5e, 0x13, 0x8d, 0x14, 0x02, 0x2a, 0xad, 0x9a, 0xaf, 0x8a, 0xa1, 0x76, 0xc3, 0x07, 0xec, 0x8a, 0x15, 0x9e, 0x54, 0xd3, 0xb8, 0x5d, 0x44, 0x23, 0xf8, 0x87, 0x83, 0xaa, 0xa2, 0x20, 0xcb, 0xa3, 0x47, 0xbc, 0xb6, 0x52, 0x6b, 0xcb, 0xf1, 0x1a, 0xc4, 0xd9, 0xf9, 0x94, 0xa6, 0x89, 0x36, 0x0f, 0x2d, 0x7b, 0xbb, 0x4e, 0x48, 0x83, 0x7f, 0xf7, 0x06, 0x08, 0x4a, 0x5b, 0xd4, 0xfd, 0x19, 0x9e, 0x6c, 0x64, 0xbb, 0x49, 0xfd, 0x15, 0x08, 0x5f, 0xbf, 0xe8, 0x42, 0xbf, 0x68, 0x7c, 0x81, 0x3f, 0x2d, 0x84, 0x2b, 0x57, 0x1c, 0x10, 0x6a, 0xc2, 0x30, 0x10, 0xa6, 0x41, 0xa8, 0xaa, 0xd6, 0xfc, 0x19, 0x1a, 0xe1, 0xdb, 0x75, 0xfe, 0x12, 0x4b, 0xc6, 0xda, 0xf7, 0x77, 0x02, 0xc1, 0x58, 0x46, 0x51, 0x71, 0xb0, 0xc2, 0x38, 0x99 } } }; static const struct cckprng_op_refresh op_refresh_3354 = { .hd = { .id = 3168, .kind = OP_REFRESH }, .rand = 15647153274074936825ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3355 = { .hd = { .id = 3169, .kind = OP_RESEED }, .nonce = 18258603305418380880ULL, .seed_nbytes = 58, .seed = { 0xc5, 0x3f, 0xf0, 0x5f, 0x21, 0x43, 0x64, 0x85, 0xdd, 0xe5, 0x27, 0xca, 0x03, 0xd1, 0x16, 0xc2, 0x0f, 0xde, 0xcb, 0x28, 0x6f, 0x9e, 0x60, 0xfc, 0xc8, 0xf0, 0xdf, 0x93, 0xca, 0x2d, 0xce, 0x4d, 0x60, 0x42, 0xb3, 0x67, 0xc1, 0x8f, 0xec, 0x05, 0x6a, 0xff, 0x46, 0xf6, 0xb6, 0x51, 0xfc, 0x22, 0x7c, 0x1b, 0x8d, 0x05, 0xab, 0xe7, 0x4f, 0xfb, 0xf9, 0x01 } }; static const struct cckprng_op_generate op_init_3356 = { .hd = { .id = 3170, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0x61, 0x57, 0x80, 0x44, 0x0b, 0x2e, 0xc3, 0xa9, 0xbf, 0xca, 0x70, 0xc6, 0xe7, 0x0e, 0xd6, 0x6f, 0x07, 0xf2, 0x90, 0xb2, 0x35, 0x51, 0x9c, 0xbc, 0x1b, 0xe6, 0xc2, 0x7b, 0x10, 0x60, 0x69, 0x5b, 0x68, 0x7e, 0x1e, 0xf1, 0x4e, 0xe5, 0x81, 0xb0, 0x4c, 0x26, 0xf4, 0x54, 0xd6, 0xb5, 0x07, 0x39, 0x4e, 0x69, 0x24, 0x4f, 0x59, 0x23, 0x9b, 0xe6, 0x57, 0x69, 0xbe, 0x95, 0xdc, 0x98, 0x11, 0xbb, 0xf6, 0x4e, 0x72, 0x76, 0xa6, 0x67, 0x49, 0x06, 0xea, 0x5b, 0xb9, 0x18, 0xad, 0x94, 0xee, 0x9d, 0x25, 0xa8, 0x6a, 0x26, 0xbc, 0x1f, 0x8d, 0x4a, 0xa9, 0xeb, 0x41, 0x5a, 0x75, 0xd8, 0x66, 0x68, 0x90, 0x05, 0x40, 0xab, 0xee, 0xf6, 0x1a, 0xb5, 0x6d, 0x52, 0xa2, 0x56, 0x38, 0x41, 0x21, 0x6a, 0x76, 0x2a, 0x7a, 0x0f, 0xf6, 0x68, 0xc0, 0x48, 0x10, 0xad, 0xfa, 0x28, 0x36, 0x01, 0xf6, 0xaa, 0xad, 0x45, 0xbd, 0xca, 0x7d, 0x0e, 0xb5, 0x09, 0x73, 0x57, 0xc5, 0x63, 0xfa, 0x80, 0xed, 0xb4, 0x47, 0x59, 0xec, 0x7d, 0x44, 0x7a, 0x01, 0x75, 0x4b, 0xb8, 0xec, 0x6a, 0x39, 0xbd, 0xaf, 0x8f, 0xc1, 0xcd, 0xec, 0xea, 0xc4, 0x97, 0x64, 0x34, 0x45, 0x91, 0x43, 0x14, 0x1e, 0xaf, 0x74, 0x1a, 0x20, 0x64, 0xdf, 0x61, 0xb1, 0x7d, 0x32, 0x77, 0xd4, 0x14, 0x46, 0xa6, 0xdd, 0xd6, 0xe5, 0x87, 0x6f, 0xa6, 0x81, 0x57, 0x92, 0xb0, 0x6c, 0xec, 0x29, 0xb3, 0x43, 0x70, 0x74, 0xc0, 0x10, 0x8f, 0x40, 0xed, 0xce, 0xdf, 0xf2, 0xc8, 0x9a, 0xd8, 0x3e, 0x1c, 0x8b, 0x30, 0x50, 0x88, 0x2d, 0x28, 0x5c, 0x39, 0x72, 0xf6, 0x88, 0x0a, 0xee, 0x97, 0xf1, 0xec, 0x67, 0xc2, 0xf3, 0x35, 0xf1, 0x41, 0xf0, 0xcb, 0x72, 0xc1, 0x62, 0x35, 0x40, 0xd3, 0x56, 0xb0, 0x74, 0x2b, 0x19, 0x9c, 0xde, 0xc6, 0xb5, 0xb1, 0x2f, 0x8d, 0x2f, 0xd0, 0xd4, 0x14, 0x79, 0x9b, 0xf7, 0xe1, 0xc6, 0xc3 } } }; static const struct cckprng_op_refresh op_refresh_3357 = { .hd = { .id = 3171, .kind = OP_REFRESH }, .rand = 2938032510192648123ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3358 = { .hd = { .id = 3172, .kind = OP_REFRESH }, .rand = 11220691952771820583ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3359 = { .hd = { .id = 3173, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0x6d, 0x7a, 0x8b, 0x1e, 0xd3, 0xa3, 0x9c, 0x6b, 0x6d, 0xb7, 0xd2, 0xc2, 0xdd, 0xfe, 0x5f, 0x65, 0x81, 0xcc, 0xe2, 0x70, 0x47, 0x44, 0x05, 0xc1, 0xd3, 0x0a, 0xd7, 0xdc, 0xd8, 0xce, 0x53, 0xc8, 0x5c, 0xaa, 0x76, 0xc1, 0xff, 0xf1, 0x1c, 0x00, 0x73, 0x4d, 0x50, 0xd4, 0x5d, 0x30, 0xc5, 0x31, 0xbe, 0x4b, 0xda, 0x6c, 0x8c, 0xee, 0x61, 0x4f, 0x68, 0xd3, 0xb3, 0xa2, 0x7e, 0x0e, 0x48, 0xc9, 0x48, 0xfa, 0x62, 0xf1, 0x92, 0xeb, 0x29, 0x13, 0x8e, 0xb7, 0x5a, 0x6b, 0xe2, 0x7b, 0x0a, 0xe1, 0x5f, 0x70, 0x20, 0xa4, 0xa9, 0x21, 0x2a, 0x72, 0x7c, 0x78, 0x8d, 0xeb, 0x29, 0x4e, 0xea, 0x74, 0x46, 0x6a, 0xb5, 0x4c, 0x86, 0xb5, 0xdc, 0x23, 0xae, 0x4b, 0xe8, 0xd1, 0xb2, 0xe2, 0x7f, 0xf8, 0x2e } } }; static const struct cckprng_op_generate op_init_3360 = { .hd = { .id = 3174, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0xc8, 0x6a, 0x7e, 0x05, 0xd2, 0xa6, 0x13, 0x8e, 0x31, 0x12, 0x84, 0x8f, 0xec, 0xac, 0xce, 0x80, 0x13, 0xd4, 0x2c, 0x10, 0x6d, 0xfe, 0xed, 0x91, 0xf6, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_3361 = { .hd = { .id = 3175, .kind = OP_RESEED }, .nonce = 840516529527095062ULL, .seed_nbytes = 213, .seed = { 0xcf, 0x0d, 0x6b, 0x70, 0xfe, 0x44, 0x0b, 0x7d, 0x15, 0x62, 0xfe, 0x0a, 0xcb, 0x50, 0x39, 0xbc, 0x4b, 0xa5, 0xef, 0xa0, 0x29, 0x6b, 0x6b, 0x8a, 0x9d, 0xac, 0x80, 0x45, 0x1b, 0x24, 0x96, 0xe8, 0x59, 0xcb, 0x7b, 0xea, 0x1f, 0x55, 0x1c, 0x49, 0x3d, 0x0a, 0xfa, 0x78, 0xf5, 0x1c, 0xa3, 0xbb, 0x30, 0x53, 0x32, 0x08, 0x0a, 0x6e, 0xd3, 0x95, 0x09, 0xbf, 0xd6, 0xfb, 0xdf, 0xea, 0x67, 0x49, 0xa6, 0x41, 0xc6, 0x81, 0x90, 0x7a, 0x6c, 0xc3, 0xf6, 0xdf, 0x2c, 0xd1, 0xe5, 0x28, 0xcf, 0xa2, 0x96, 0xef, 0x97, 0x9f, 0xeb, 0xff, 0x90, 0xf8, 0xea, 0xbd, 0xff, 0xda, 0xa6, 0x71, 0xca, 0x36, 0x4f, 0x37, 0xc4, 0x0d, 0x4a, 0x9c, 0x80, 0x15, 0xe9, 0x8a, 0x9f, 0x67, 0xda, 0x48, 0x68, 0xef, 0x11, 0x9a, 0xfd, 0xfc, 0x7f, 0x3c, 0x14, 0x6c, 0xbb, 0x9e, 0x98, 0x8b, 0x6c, 0xd1, 0x18, 0x9e, 0x34, 0xc0, 0xdf, 0x7a, 0x69, 0xa0, 0xa0, 0xd0, 0xe5, 0x1f, 0xbb, 0x6f, 0xdd, 0xf3, 0x76, 0x69, 0x23, 0xb4, 0xfe, 0x1a, 0x3b, 0x5d, 0x1d, 0x4f, 0xce, 0x6e, 0x15, 0xaf, 0x50, 0xaf, 0xdd, 0x28, 0x56, 0x51, 0x32, 0x8f, 0x03, 0x51, 0x76, 0xf5, 0x22, 0x3e, 0xc6, 0x9a, 0xd8, 0x0c, 0x9d, 0x65, 0x8e, 0x8c, 0x68, 0x15, 0xfc, 0x71, 0x11, 0x48, 0x26, 0x2e, 0x97, 0xcf, 0x38, 0x00, 0x2c, 0x84, 0x25, 0x85, 0xfe, 0x62, 0xfb, 0x04, 0x24, 0x67, 0x48, 0x72, 0x02, 0x43, 0x05, 0x9b, 0xc8, 0x84, 0xeb, 0xcf, 0xa0, 0xf5, 0x3e } }; static const struct cckprng_op_generate op_init_3362 = { .hd = { .id = 3176, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0x3f, 0x47, 0xfb, 0xeb, 0x00, 0x7f, 0xe6, 0x4f, 0x5e, 0x9c, 0x44, 0x01, 0xc8, 0x5d, 0x9a, 0x5d, 0x56, 0xd9, 0x35, 0x41, 0xae, 0xf9, 0x93, 0xc1, 0x04, 0x0a, 0xe6, 0x09, 0x81, 0x6b, 0xaa, 0xc3, 0xdd, 0x74, 0xdb, 0xdc, 0x90, 0x64, 0x7d, 0x8b, 0x11, 0xb1, 0x08, 0x3f, 0x54, 0x0d, 0xc9, 0x49, 0x1b, 0xd9, 0x39, 0xc8, 0x4f, 0x46, 0x06, 0x37, 0xbd, 0xa7, 0x16, 0x8d, 0x88, 0xa6, 0x96, 0x79, 0xf5, 0xe1, 0x9a, 0x8f, 0x64, 0x2a, 0x7f, 0x33, 0xcd, 0xb6, 0x21, 0x9e, 0x09, 0x02, 0x25, 0xdd, 0x6d, 0x2f, 0xc2, 0xa1, 0x1c, 0x2a, 0x9a, 0x01, 0x1c, 0xc7, 0x47, 0x3d, 0x2e, 0x57, 0xa1, 0xe0, 0x96, 0x9b, 0x26, 0x5d, 0x2e, 0xdd, 0x17, 0x2c, 0x5e, 0x39, 0x6b, 0x1c, 0x2c, 0xda, 0x53, 0x05, 0xf4, 0xd0, 0xc7, 0xda, 0x99, 0x58, 0x0b, 0x57, 0x83, 0xea, 0xc8, 0x88, 0xac, 0xcb, 0xb8, 0xdd, 0x44, 0xfb, 0x26, 0xef, 0x0a, 0x0a, 0x38, 0x23, 0x17, 0xae, 0x05, 0xe9, 0x38, 0x04, 0xf3, 0x7c, 0xe1, 0x76, 0xb2, 0x89, 0x00, 0xff, 0x56, 0x3a, 0x57, 0x95, 0xa4, 0xab, 0xf2, 0x6d, 0x09, 0x07, 0x6c, 0xf4, 0xb9, 0x83, 0xfa, 0xbb, 0x12, 0x44, 0xb6, 0x0b, 0x3a, 0x96, 0xcb, 0x6e, 0xff, 0x25, 0x5d, 0x7b, 0xbb, 0xe0, 0xf6, 0x54, 0x50, 0x7c, 0x9e, 0x2f, 0x70, 0x4a, 0xe8, 0xcb } } }; static const struct cckprng_op_generate op_init_3363 = { .hd = { .id = 3177, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0x4a, 0xb3, 0x03, 0x82, 0xca, 0x4a, 0xa2, 0x51, 0x93, 0x05, 0x13, 0xb7, 0xaa, 0x2d, 0xaa, 0xbf, 0x83, 0x05, 0x1a, 0xbb, 0x62, 0x3d, 0x9c, 0xc5, 0x73, 0xb4, 0x4b, 0xb1, 0x0b, 0x42, 0x74, 0x41, 0x42, 0xc8, 0x5c, 0x05, 0x18, 0xd5, 0x44, 0x58, 0x54, 0x16, 0x76, 0x7f, 0x5e, 0x20, 0xc7, 0xe9, 0x43, 0x34, 0x3c, 0xd8, 0xa0, 0x37, 0x94, 0x0d, 0xd2, 0x54, 0xfd, 0xd9, 0x14, 0x93, 0xe7, 0x7a, 0x08, 0x03, 0x1e, 0xf8, 0x28, 0x2b, 0x7e, 0xba, 0x14, 0x2b, 0x22, 0x05, 0x9c, 0x05, 0x85, 0xb5, 0x5d, 0xde, 0xed, 0x0b, 0x17, 0x87, 0xca, 0xd7, 0xc0, 0xa8, 0x2e, 0xa3, 0x80, 0x8c, 0x87, 0x7a, 0x2b, 0xeb, 0x35, 0xd1, 0xd8, 0xb1, 0x5c, 0x8b, 0x58, 0xa3, 0x5a, 0x36, 0x2a, 0x11, 0x94, 0x74, 0x1d, 0x7e, 0xfd, 0x4c, 0x97, 0x62, 0xb7, 0x5a, 0xe0, 0xf2, 0xeb, 0xe1, 0x53, 0xc9, 0x31, 0xe0, 0xb2, 0x9c, 0xe0, 0x1c, 0x6d, 0xb4, 0x7f, 0x96, 0x73, 0xc1, 0x9a, 0x63, 0x0f, 0x1b, 0x46, 0x55, 0x8c, 0x12, 0x64, 0x82, 0x71, 0x05, 0xa8, 0x81, 0xab, 0xef, 0xaa, 0x87, 0xc9, 0xf1 } } }; static const struct cckprng_op_refresh op_refresh_3364 = { .hd = { .id = 3178, .kind = OP_REFRESH }, .rand = 928313718151415141ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3365[] = { (const struct cckprng_op *)&op_init_3349, (const struct cckprng_op *)&op_refresh_3350, (const struct cckprng_op *)&op_reseed_3351, (const struct cckprng_op *)&op_refresh_3352, (const struct cckprng_op *)&op_init_3353, (const struct cckprng_op *)&op_refresh_3354, (const struct cckprng_op *)&op_reseed_3355, (const struct cckprng_op *)&op_init_3356, (const struct cckprng_op *)&op_refresh_3357, (const struct cckprng_op *)&op_refresh_3358, (const struct cckprng_op *)&op_init_3359, (const struct cckprng_op *)&op_init_3360, (const struct cckprng_op *)&op_reseed_3361, (const struct cckprng_op *)&op_init_3362, (const struct cckprng_op *)&op_init_3363, (const struct cckprng_op *)&op_refresh_3364 }; static const struct cckprng_vector vec_3366 = { .id = 3179, .note = NULL, .nops = 16, .ops = ops_3365 }; static const struct cckprng_op_init op_init_3367 = { .hd = { .id = 3180, .kind = OP_INIT }, .seed = { 0xb6, 0x06, 0xdb, 0xa9, 0x08, 0xe6, 0x51, 0x7d, 0xff, 0xf7, 0xcd, 0x8d, 0x67, 0x23, 0x98, 0x5f, 0xca, 0x3b, 0x71, 0xf9, 0xd6, 0xbd, 0x93, 0xc7, 0xa6, 0x63, 0xd1, 0x39, 0x6c, 0x70, 0x5e, 0x2c }, .nonce = { 0x97, 0x3a, 0x79, 0xe7, 0xa5, 0x2a, 0x35, 0x8c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3368 = { .hd = { .id = 3181, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0x82, 0xfe, 0x3f, 0x47, 0x6d, 0x0e, 0x78, 0x08, 0xf0, 0x02, 0xda, 0x5c, 0xa7, 0x8c, 0x9a, 0xcb, 0xde, 0x5d, 0xbe, 0x1d, 0xb2, 0x36, 0x27, 0x4e, 0xc7, 0x0c, 0x41, 0x94, 0x92, 0x0a, 0xfd, 0xf5, 0x25, 0x82, 0xb8, 0x79, 0x1a, 0xa9, 0x3d, 0xe3, 0xb6, 0x38, 0xe0, 0x84, 0xce, 0x50, 0xb9, 0xcf, 0x90, 0xc0, 0x10, 0x66, 0x83, 0x6c, 0xed, 0x2b, 0xe3, 0x58, 0x82, 0x11, 0x71, 0x9c, 0x5b, 0x78, 0xe4, 0xcb, 0xb3, 0x08, 0x6b, 0xf8, 0x03, 0xaa, 0x3a, 0x6e, 0xff, 0x7c, 0xec, 0xfd, 0x2b, 0x40, 0x40, 0x15, 0x53, 0xfe, 0xee, 0xd6, 0x6e, 0xb0, 0x63, 0x55, 0xfd, 0x76, 0x6e, 0x26, 0xb4, 0x42, 0x30, 0xfc, 0x46, 0xb4, 0x7e, 0x84, 0x35, 0x71, 0x65, 0xd4, 0xdf, 0x4a, 0x0f, 0xc6, 0xc1, 0xc4, 0x07, 0x8d, 0x2f, 0xdf, 0x5e, 0x0e, 0xa3, 0x45, 0xdd, 0x53, 0xd2, 0x22, 0xab, 0x75, 0x11, 0x9a, 0xaa, 0xb9, 0xf6, 0x03, 0x50, 0x38, 0x53, 0x4d, 0xa3, 0x47, 0x91, 0xec, 0x45, 0x09, 0xd9, 0x04, 0x01, 0x74, 0x57, 0xff, 0xaa, 0xfb, 0x68, 0xa7, 0x3d, 0x34, 0xe1, 0xa1, 0x70, 0x29, 0xd2, 0x69, 0xd1, 0x2f, 0x3f, 0x72, 0x55, 0x48, 0x4f, 0x60, 0xb4, 0xa4, 0x32, 0x58, 0x2e, 0x83, 0xc6, 0x41 } } }; static const struct cckprng_op_reseed op_reseed_3369 = { .hd = { .id = 3182, .kind = OP_RESEED }, .nonce = 10603268596627511288ULL, .seed_nbytes = 105, .seed = { 0x53, 0xd0, 0xdd, 0x3c, 0xd9, 0xce, 0xe4, 0x55, 0x6d, 0x2c, 0x6a, 0x71, 0x34, 0x91, 0x47, 0x29, 0x85, 0xb6, 0x2b, 0x31, 0x99, 0x85, 0x0c, 0x12, 0x92, 0xd9, 0x70, 0x1c, 0x69, 0xa3, 0x63, 0x6a, 0xab, 0xb6, 0x03, 0x4a, 0x7e, 0x57, 0xcd, 0xb3, 0x0f, 0xd3, 0x9b, 0x56, 0xd4, 0x82, 0x2b, 0xb2, 0x91, 0xac, 0xd3, 0x4a, 0x6a, 0x91, 0x75, 0x03, 0xf3, 0xfb, 0xa2, 0xda, 0xf1, 0xcf, 0xa0, 0x00, 0x86, 0x70, 0x6c, 0x5d, 0x18, 0xe1, 0x04, 0x42, 0x96, 0x7d, 0x7e, 0xb8, 0x5b, 0xbd, 0x71, 0x06, 0x28, 0xdf, 0xe0, 0x56, 0x17, 0xa1, 0xbd, 0xaa, 0x8b, 0xe7, 0x74, 0xe7, 0xac, 0x78, 0xd6, 0xfd, 0x50, 0xab, 0x9f, 0x03, 0x53, 0xae, 0x9a, 0x0c, 0xd5 } }; static const struct cckprng_op_generate op_init_3370 = { .hd = { .id = 3183, .kind = OP_GENERATE }, .rand_nbytes = 140, .out = { .rand = { 0xa2, 0xdb, 0x45, 0x53, 0x59, 0xd4, 0x0a, 0xba, 0x2d, 0x91, 0x4b, 0xfb, 0x7b, 0x2e, 0xe7, 0x9a, 0x92, 0x12, 0xa8, 0xec, 0xd7, 0xb3, 0x76, 0xf7, 0xbe, 0x0c, 0x0a, 0x52, 0x27, 0x5f, 0x1b, 0x57, 0xae, 0x53, 0x26, 0x67, 0x3c, 0x20, 0x29, 0xad, 0x22, 0x94, 0x72, 0x74, 0x5d, 0xe4, 0x9d, 0xa7, 0x3f, 0x91, 0xb8, 0x06, 0x0b, 0x49, 0x7d, 0x54, 0x38, 0x82, 0xf5, 0xa8, 0x29, 0x60, 0xea, 0x20, 0x95, 0x8a, 0xb3, 0x59, 0xdf, 0x23, 0x2d, 0x16, 0x32, 0x43, 0x3e, 0xc0, 0x6f, 0xe7, 0x43, 0x38, 0xe0, 0x46, 0xf3, 0x30, 0x11, 0xbe, 0xe2, 0x24, 0xbc, 0xc0, 0x4e, 0x45, 0xcf, 0xfd, 0xdc, 0xd5, 0xe5, 0xfe, 0x75, 0xc6, 0x68, 0x2a, 0x65, 0x2a, 0xda, 0x41, 0x6a, 0x84, 0x5f, 0xa0, 0xa6, 0x37, 0x7e, 0x8d, 0xca, 0x3c, 0x2b, 0x5f, 0x60, 0x92, 0xdb, 0x65, 0xe1, 0x44, 0xf2, 0x27, 0xa2, 0x17, 0xec, 0x99, 0x69, 0x86, 0xab, 0x79, 0x5e, 0x3f, 0xb1, 0x47, 0x01, 0x4f } } }; static const struct cckprng_op_refresh op_refresh_3371 = { .hd = { .id = 3184, .kind = OP_REFRESH }, .rand = 3463507971343182997ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3372 = { .hd = { .id = 3185, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0xfd, 0xe9, 0x12, 0xfe, 0xe8, 0x36, 0x03, 0x98, 0x32, 0xbf, 0x1c, 0x57, 0x16, 0x67, 0x30, 0xcd, 0xc1, 0xf8, 0x72, 0x68, 0x1b, 0x81, 0xae, 0xb3, 0x00, 0xbd, 0x8b, 0xd9, 0x0c, 0x70, 0xfd, 0x8e, 0x2e, 0x1f, 0x78, 0x4f, 0x30, 0x4a, 0x99, 0xaa, 0x83, 0x64, 0x6e, 0x11, 0xbe, 0x14, 0x59, 0x00, 0x6b, 0x92, 0x30, 0x53, 0x04, 0xe2, 0x56, 0x79, 0x1a, 0x2b, 0x39, 0xf8, 0x3c, 0xa7, 0x26, 0x0f, 0x46, 0x01, 0x9f, 0x76, 0x7b, 0xdc, 0x5e, 0x72, 0xf6, 0x1b, 0xc2, 0x38, 0xc9, 0x8b, 0xec, 0x2f, 0x09, 0x16, 0x1e, 0x80, 0x37, 0xfb, 0x67, 0xfc, 0x79, 0x67, 0xb4, 0x48, 0x20, 0x90, 0xf8, 0x15, 0xe9, 0x78, 0x40, 0xbc, 0x6c, 0x1c, 0xc3, 0x11, 0xdc, 0x0d, 0x9e, 0xc8, 0x59, 0x20, 0xef, 0x98, 0x18, 0x98, 0x95, 0x64, 0xb6, 0xce, 0xa2, 0xa8, 0x81, 0x85, 0x47, 0x47, 0x39, 0x35, 0xa5, 0xde } } }; static const struct cckprng_op_reseed op_reseed_3373 = { .hd = { .id = 3186, .kind = OP_RESEED }, .nonce = 8744759556210199751ULL, .seed_nbytes = 220, .seed = { 0xef, 0xb0, 0x88, 0xba, 0x13, 0x02, 0xdc, 0xcb, 0xe8, 0x50, 0x10, 0x56, 0x3c, 0xb8, 0xee, 0x68, 0x47, 0xee, 0x89, 0xd8, 0x54, 0xe6, 0x1c, 0x87, 0x44, 0xec, 0xaf, 0x8a, 0xc8, 0x0b, 0xcc, 0x21, 0x3b, 0xec, 0xac, 0x10, 0x34, 0xeb, 0x8e, 0x1e, 0xd3, 0x28, 0x47, 0xe1, 0x88, 0x3d, 0x6a, 0x04, 0xb0, 0xf2, 0xb3, 0x67, 0x34, 0xee, 0xdd, 0x62, 0x44, 0x97, 0xa5, 0x70, 0x02, 0x6e, 0x48, 0xb2, 0x0e, 0x1e, 0xd9, 0xe6, 0x99, 0x40, 0x16, 0x42, 0x9a, 0x63, 0x5e, 0x79, 0x07, 0xf4, 0x7b, 0x58, 0x00, 0x87, 0xd0, 0x6f, 0x31, 0x34, 0xc5, 0x9f, 0xef, 0x44, 0x39, 0x84, 0x81, 0x72, 0xc8, 0xde, 0x1a, 0x32, 0x7d, 0x5b, 0xf7, 0x88, 0xd1, 0xf8, 0xb9, 0x76, 0x71, 0x01, 0xe4, 0xe4, 0x44, 0xe6, 0x86, 0x5e, 0xf2, 0x15, 0x4b, 0xd4, 0x3e, 0xf9, 0x01, 0x08, 0x93, 0xf7, 0xf5, 0xc1, 0x57, 0xf4, 0x6c, 0xc0, 0xaf, 0x29, 0x36, 0x36, 0x1a, 0x47, 0x5e, 0x47, 0xd2, 0x91, 0x72, 0x34, 0x60, 0x90, 0x8d, 0xce, 0x29, 0x09, 0xfe, 0x5c, 0xf8, 0xe1, 0x80, 0x58, 0xfd, 0xc8, 0x1d, 0x00, 0x43, 0xbc, 0x17, 0xa5, 0xe0, 0xdd, 0xf8, 0xf3, 0xe1, 0x61, 0x80, 0xfd, 0x6d, 0xdf, 0xc6, 0x7f, 0x2e, 0xb3, 0xb3, 0x9b, 0xf7, 0x37, 0x54, 0x3b, 0x2d, 0x1d, 0xd7, 0xb9, 0xcf, 0xe6, 0xbb, 0xa5, 0xf1, 0x67, 0x53, 0x49, 0x8b, 0xcd, 0xe3, 0x03, 0x87, 0x07, 0xf8, 0x9e, 0x1b, 0xed, 0x8e, 0x82, 0x4d, 0x15, 0x99, 0x9b, 0xfc, 0x06, 0x10, 0x17, 0xeb, 0x98, 0xdd, 0x8d, 0x61, 0x92 } }; static const struct cckprng_op_generate op_init_3374 = { .hd = { .id = 3187, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x47, 0x53, 0x33, 0x9a, 0x05, 0x55, 0xe1, 0xfa, 0xea, 0x7e, 0xd2, 0xb0, 0x28, 0xd9, 0x7e, 0x68, 0x3d, 0xd7, 0xfe, 0xef, 0x72, 0x47, 0x3d, 0x0e, 0x02, 0xc9, 0x19, 0x49, 0x9f, 0x38, 0x44, 0xa8, 0xaf, 0x0f, 0x6d, 0x89, 0x71, 0xb3, 0x8c, 0x2f, 0xf2, 0x6d, 0x75, 0xab, 0xd4, 0xae, 0x3b, 0x36, 0x37, 0x94, 0xa6, 0xe3, 0xfe, 0x4e, 0xa5 } } }; static const struct cckprng_op_refresh op_refresh_3375 = { .hd = { .id = 3188, .kind = OP_REFRESH }, .rand = 5462045578926973284ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3376 = { .hd = { .id = 3189, .kind = OP_REFRESH }, .rand = 9824554288510904854ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3377 = { .hd = { .id = 3190, .kind = OP_REFRESH }, .rand = 18056927688127348662ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3378 = { .hd = { .id = 3191, .kind = OP_REFRESH }, .rand = 11984916833638642279ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3379 = { .hd = { .id = 3192, .kind = OP_GENERATE }, .rand_nbytes = 111, .out = { .rand = { 0x1b, 0x8f, 0xe3, 0x3f, 0x72, 0xfb, 0x1d, 0x88, 0xa8, 0x8e, 0x94, 0x35, 0x74, 0xa4, 0x4f, 0xe8, 0x42, 0xc5, 0x2a, 0x87, 0x12, 0xb2, 0xb9, 0xb5, 0x26, 0x7e, 0xb4, 0x66, 0xba, 0x9f, 0x08, 0x59, 0xf4, 0xb6, 0x26, 0x65, 0x7c, 0x10, 0x4a, 0x05, 0xb5, 0x14, 0xeb, 0x0b, 0xc4, 0x45, 0xab, 0xd5, 0xed, 0xf0, 0xe1, 0xe3, 0xc5, 0x43, 0xec, 0x6e, 0x07, 0xca, 0xf3, 0x06, 0x03, 0x6a, 0x16, 0x01, 0x14, 0x99, 0xc1, 0xcc, 0xa3, 0x22, 0x18, 0x8c, 0xae, 0x29, 0x84, 0xdc, 0x6e, 0x5a, 0x37, 0xbd, 0x42, 0x9e, 0x19, 0xc4, 0x54, 0x09, 0x87, 0x3e, 0x57, 0xe0, 0x9f, 0x76, 0x1f, 0x2e, 0x9f, 0x8e, 0xd9, 0x02, 0xdb, 0x82, 0xd5, 0x70, 0xd5, 0xb6, 0x0e, 0x8d, 0xf0, 0x0a, 0x8d, 0xfb, 0x95 } } }; static const struct cckprng_op_refresh op_refresh_3380 = { .hd = { .id = 3193, .kind = OP_REFRESH }, .rand = 17976300452753506765ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3381 = { .hd = { .id = 3194, .kind = OP_RESEED }, .nonce = 8293772662542515420ULL, .seed_nbytes = 64, .seed = { 0xad, 0x30, 0x7a, 0x18, 0xb7, 0x95, 0x8c, 0x43, 0xbe, 0xeb, 0x3a, 0x0c, 0xaa, 0xdc, 0x09, 0x0f, 0xa8, 0xc4, 0x9b, 0x45, 0x82, 0xe6, 0xc8, 0x79, 0x78, 0xe2, 0x65, 0x2e, 0x5f, 0x5c, 0x4c, 0xe2, 0x6e, 0x90, 0x31, 0x4d, 0xd1, 0x25, 0x1b, 0x80, 0xc5, 0x6b, 0x3f, 0x22, 0x74, 0x2c, 0x7c, 0xd6, 0x77, 0xf2, 0x0a, 0x8c, 0x33, 0x90, 0xd4, 0x50, 0x28, 0xe5, 0x2a, 0xd3, 0x1b, 0x2b, 0x31, 0x06 } }; static const struct cckprng_op_refresh op_refresh_3382 = { .hd = { .id = 3195, .kind = OP_REFRESH }, .rand = 2221660859070527745ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3383[] = { (const struct cckprng_op *)&op_init_3367, (const struct cckprng_op *)&op_init_3368, (const struct cckprng_op *)&op_reseed_3369, (const struct cckprng_op *)&op_init_3370, (const struct cckprng_op *)&op_refresh_3371, (const struct cckprng_op *)&op_init_3372, (const struct cckprng_op *)&op_reseed_3373, (const struct cckprng_op *)&op_init_3374, (const struct cckprng_op *)&op_refresh_3375, (const struct cckprng_op *)&op_refresh_3376, (const struct cckprng_op *)&op_refresh_3377, (const struct cckprng_op *)&op_refresh_3378, (const struct cckprng_op *)&op_init_3379, (const struct cckprng_op *)&op_refresh_3380, (const struct cckprng_op *)&op_reseed_3381, (const struct cckprng_op *)&op_refresh_3382 }; static const struct cckprng_vector vec_3384 = { .id = 3196, .note = NULL, .nops = 16, .ops = ops_3383 }; static const struct cckprng_op_init op_init_3385 = { .hd = { .id = 3197, .kind = OP_INIT }, .seed = { 0x7c, 0x30, 0x35, 0x62, 0x08, 0xde, 0x51, 0x19, 0xeb, 0x5a, 0xfd, 0xdc, 0xcd, 0xce, 0x73, 0x46, 0x67, 0x76, 0x92, 0xcb, 0x82, 0xb9, 0x28, 0x10, 0x68, 0x07, 0x9b, 0x0a, 0xbf, 0xf1, 0x65, 0x36 }, .nonce = { 0x4e, 0xdc, 0x3e, 0xe9, 0xb8, 0x99, 0x68, 0x9f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3386 = { .hd = { .id = 3198, .kind = OP_RESEED }, .nonce = 12361920605062683219ULL, .seed_nbytes = 216, .seed = { 0x14, 0x17, 0xa5, 0x9f, 0x00, 0x1d, 0x58, 0x34, 0x6b, 0xd3, 0xc3, 0xe8, 0xa5, 0x3a, 0x87, 0x6f, 0x3a, 0xbb, 0xea, 0xce, 0xdc, 0xa6, 0x13, 0x36, 0x25, 0x57, 0x60, 0x60, 0xf0, 0x39, 0xbb, 0x82, 0x7b, 0xd8, 0x5f, 0xc1, 0x2a, 0xaa, 0x59, 0x6b, 0xc6, 0x3d, 0xa5, 0x8b, 0x92, 0xaf, 0xa6, 0xff, 0x13, 0xc6, 0x5c, 0xa3, 0xf9, 0xd4, 0xf9, 0x91, 0x4b, 0x03, 0x13, 0x20, 0x63, 0x1f, 0xec, 0xb6, 0x54, 0x32, 0x96, 0x42, 0x44, 0x5e, 0x24, 0xcf, 0x08, 0x3d, 0x2d, 0x96, 0xaf, 0x86, 0x09, 0xe0, 0x78, 0xc8, 0x5b, 0x04, 0x65, 0xe5, 0x50, 0x00, 0xa5, 0xf2, 0xa0, 0xee, 0x70, 0x73, 0xe3, 0x57, 0x3b, 0xb0, 0x33, 0x1e, 0x61, 0x58, 0xd7, 0x9f, 0x47, 0x30, 0xd2, 0xfd, 0xb0, 0x33, 0x70, 0x7e, 0x52, 0x06, 0x45, 0x7a, 0xaf, 0x4a, 0x2d, 0x2d, 0xab, 0x96, 0x26, 0x8f, 0xf0, 0xfd, 0xb9, 0x39, 0xb3, 0x03, 0x7e, 0x73, 0x81, 0x46, 0x7a, 0x8b, 0x96, 0xa9, 0x50, 0x7f, 0xe7, 0xb3, 0xd0, 0xaa, 0xca, 0xc3, 0xc3, 0xfc, 0x3f, 0x39, 0x57, 0x75, 0x3a, 0x1d, 0xad, 0x52, 0xba, 0x19, 0x06, 0xd4, 0x7e, 0x7e, 0x07, 0x93, 0x95, 0x77, 0x39, 0x26, 0x5b, 0xb5, 0xfa, 0x71, 0xb7, 0x6b, 0x7f, 0xb3, 0x56, 0xd5, 0x96, 0x1f, 0x49, 0xec, 0x8a, 0x92, 0x9d, 0x93, 0x1e, 0x17, 0xf3, 0x59, 0xb7, 0xb4, 0x44, 0xe9, 0x92, 0xd9, 0xb2, 0xce, 0x9b, 0x05, 0x59, 0x08, 0xf1, 0x95, 0x4b, 0x21, 0x8f, 0x83, 0x97, 0x32, 0x37, 0x33, 0x68, 0x1a, 0xb2, 0xa7 } }; static const struct cckprng_op_generate op_init_3387 = { .hd = { .id = 3199, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0xdf, 0xb7, 0x37, 0x4d, 0x31, 0xcb, 0x07, 0xd3, 0x27, 0x20, 0x62, 0xad, 0x28, 0xe7, 0xe4, 0xc9, 0x84, 0x85, 0x62, 0x2b, 0x9c, 0x43, 0x2d, 0x97, 0x31, 0xd1, 0xe0, 0xf3, 0xcf, 0x67, 0x79, 0x3a, 0x2c, 0xb8, 0xae, 0x91, 0x24, 0xd3, 0x34, 0x12, 0x2b, 0x96, 0x4e, 0x96, 0x72, 0xd6, 0x9a, 0x0e, 0x24, 0x0d, 0xb2, 0x60, 0xc5, 0x51, 0x3c, 0x1e, 0xc1, 0x2d, 0x4d, 0xfc, 0x65, 0x89, 0xc5, 0x2e, 0xc9, 0x05, 0xb4, 0xdc, 0xb1, 0x28, 0xd4, 0xd5, 0x09, 0x67, 0xb3, 0xd7, 0x5c, 0x05, 0x7b, 0xda, 0x95, 0x46, 0xe3, 0x1e, 0xaa, 0xc1, 0xf9, 0xa7, 0x50, 0x5f, 0xc0, 0x84, 0x32, 0x65, 0x64, 0x54, 0x22, 0x2f, 0xb8, 0xe7, 0xbf, 0x3e, 0xee, 0x3b, 0x6b, 0x24, 0x5a, 0x56, 0xd1, 0xf0 } } }; static const struct cckprng_op_generate op_init_3388 = { .hd = { .id = 3200, .kind = OP_GENERATE }, .rand_nbytes = 29, .out = { .rand = { 0xe3, 0x75, 0x5e, 0xf3, 0x84, 0x59, 0x5b, 0x74, 0x1c, 0xa1, 0xbc, 0xab, 0xd3, 0x69, 0x33, 0x85, 0xc4, 0xc4, 0x62, 0x29, 0xd6, 0x46, 0x20, 0xed, 0x7b, 0x54, 0xa3, 0x61, 0xf8 } } }; static const struct cckprng_op_refresh op_refresh_3389 = { .hd = { .id = 3201, .kind = OP_REFRESH }, .rand = 13482665118300196087ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3390 = { .hd = { .id = 3202, .kind = OP_RESEED }, .nonce = 3383409495381122889ULL, .seed_nbytes = 243, .seed = { 0x98, 0xfa, 0x9c, 0x1b, 0xd7, 0xef, 0xf4, 0x45, 0x5c, 0x2a, 0x53, 0x59, 0x2b, 0x3c, 0x06, 0x17, 0x6c, 0x4f, 0xdf, 0x61, 0xea, 0xbe, 0xf2, 0x97, 0xca, 0xff, 0x16, 0xe9, 0x39, 0xd0, 0x3e, 0x9d, 0x4d, 0xbe, 0x4b, 0x78, 0xf7, 0x29, 0x5e, 0xc3, 0x14, 0x8e, 0xcc, 0x44, 0x63, 0xae, 0x4c, 0xce, 0x6c, 0x55, 0x8a, 0x9d, 0xd4, 0xc8, 0x74, 0x67, 0xb0, 0x46, 0x60, 0x1d, 0xa7, 0x64, 0xef, 0x39, 0x08, 0x83, 0x92, 0x1a, 0x0f, 0x03, 0xc0, 0xc7, 0xdb, 0x38, 0x61, 0x4e, 0x5b, 0x90, 0xc6, 0x4a, 0xe8, 0x53, 0xe4, 0x18, 0xaf, 0xaa, 0x6c, 0x98, 0xca, 0x64, 0x5b, 0x23, 0x3a, 0x3d, 0x65, 0x05, 0xc7, 0x6b, 0xec, 0x49, 0x4b, 0xc5, 0x16, 0x1a, 0x1a, 0x22, 0xd9, 0x72, 0xcf, 0xdf, 0x35, 0x05, 0x63, 0xd2, 0x12, 0x8d, 0x90, 0x95, 0x96, 0x37, 0xb4, 0x50, 0x8c, 0xd1, 0x93, 0xfb, 0xc0, 0x88, 0xda, 0xcc, 0x0e, 0x4f, 0x01, 0xc3, 0x69, 0x59, 0x9e, 0x24, 0x0f, 0xe1, 0x7a, 0xab, 0xd4, 0x8d, 0xb5, 0xe2, 0x30, 0x4f, 0x8e, 0x94, 0x30, 0x98, 0xe0, 0x8e, 0x8f, 0x9a, 0x01, 0xc5, 0x27, 0xec, 0x75, 0xd8, 0x6d, 0x33, 0xa5, 0x74, 0xb8, 0xd4, 0x5f, 0xe6, 0xb6, 0xb8, 0xf4, 0x49, 0x6b, 0xc6, 0x31, 0x05, 0xec, 0x00, 0x0b, 0xf2, 0xb0, 0xe5, 0x7d, 0x5c, 0xfa, 0xe3, 0x3a, 0xa2, 0xf1, 0x2c, 0x7d, 0x94, 0x34, 0x7f, 0x0d, 0xc9, 0x91, 0xce, 0x21, 0xb1, 0x24, 0x3d, 0x4a, 0x3b, 0x9e, 0x66, 0x00, 0xa4, 0xc0, 0x3d, 0x09, 0x8c, 0xd5, 0xd1, 0x41, 0x07, 0xf6, 0x1b, 0x54, 0x41, 0x3b, 0x45, 0xfa, 0xf3, 0x4f, 0x7f, 0xaa, 0x8d, 0xc7, 0x3d, 0xf4, 0x93, 0x50, 0xc8, 0x5a, 0xfa, 0x7e, 0x1a, 0x56, 0x18, 0x9c } }; static const struct cckprng_op_refresh op_refresh_3391 = { .hd = { .id = 3203, .kind = OP_REFRESH }, .rand = 14774984747949270076ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3392 = { .hd = { .id = 3204, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0x61, 0x42, 0xb3, 0x60, 0x17, 0x09, 0x89, 0xb0, 0x53, 0x17, 0x3d, 0x76, 0xad, 0x82, 0x2b, 0x8c, 0x81, 0x8c, 0x8d, 0xc9, 0x15, 0xc0, 0x7d, 0xb8, 0x94, 0x6f, 0xa4, 0xdd, 0x93, 0x9c, 0x36, 0xcd, 0x19, 0xbe, 0x36, 0x27, 0x53, 0xfa, 0x11, 0x6a, 0xa0, 0x0c, 0x20, 0x44, 0x4c, 0x97, 0xd0, 0x03, 0x14, 0x80, 0x92, 0x19, 0x3e, 0x01, 0x0b, 0xd5, 0x36, 0x3c, 0x0b, 0x3d, 0xde, 0xff, 0x96, 0x32, 0x82, 0x5e, 0x5c, 0x33, 0x3c, 0xe0, 0xcb, 0xf5, 0xe9, 0x1d, 0x1d, 0x5a, 0xfa, 0x5c, 0x93, 0x58, 0xc3, 0x99, 0xf4, 0x6a, 0xf5, 0x73, 0xc0, 0x4b, 0xc6, 0x90, 0xe5, 0x3e, 0xd9, 0x51, 0xa3, 0x7c, 0x65, 0xd7, 0x51, 0x41, 0x75, 0xd9, 0xe4, 0x57, 0x69, 0x13, 0x7c, 0x7e, 0xfb, 0x17, 0x28, 0x60, 0x63, 0x39, 0x72, 0x53, 0x4f, 0x76, 0xce, 0x0d, 0x7c, 0x1b, 0x21, 0xcb, 0x73, 0x0d, 0xcf, 0xeb, 0xaa, 0xa4, 0xfc, 0x2b, 0x12, 0x50, 0xea, 0x37, 0x61, 0x55, 0x31, 0x2e, 0x3d, 0x46, 0x8e, 0xfd, 0xff, 0xd7, 0x55, 0xda, 0xea, 0xee, 0x04, 0x47, 0xb5, 0x23, 0xaf, 0xb1, 0x00, 0xb8, 0xf2, 0xd2 } } }; static const struct cckprng_op_refresh op_refresh_3393 = { .hd = { .id = 3205, .kind = OP_REFRESH }, .rand = 3317132988723060639ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3394 = { .hd = { .id = 3206, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0xb5, 0xd3, 0xa8, 0x72, 0xc5, 0xeb, 0xb7, 0x4c, 0x6a, 0xc8, 0xa1, 0xa4, 0x52, 0xb1, 0x20, 0xe3, 0x64, 0x99, 0x2b, 0x1b, 0x1a, 0x1c, 0x9b, 0x23, 0xab, 0x82, 0x95, 0xca, 0x9d, 0x0b, 0xf1, 0x60, 0xb0, 0x37, 0x92, 0x2e, 0xe1, 0xde, 0x08, 0xd9, 0x0f, 0xdd, 0xe2, 0xfe, 0x3d, 0x92, 0x9b, 0xc5, 0xf8, 0x4e, 0x3c, 0x89, 0xcf, 0x9f, 0x6a, 0xdc, 0x5b, 0x8d, 0xb2, 0x53, 0xa6, 0x33, 0xcf, 0xaf, 0xec, 0xec, 0x8e, 0x25, 0x41, 0x12, 0xce, 0xf2, 0xf4, 0x89, 0x3d, 0x6d, 0x12, 0xf8, 0x55, 0xb3, 0x24, 0xb3, 0x7d, 0x21, 0xa8, 0xf2, 0xe6, 0x5c, 0x23, 0x7e, 0xe0, 0x0f, 0x73, 0x54, 0xc0, 0x29, 0x63, 0x18, 0x49, 0xeb, 0x45, 0x28, 0xbf, 0xbb, 0xb2, 0x56, 0x0f, 0x5f, 0x0a, 0xa4, 0x14, 0xfb, 0xcb, 0xab, 0xdf, 0xfb, 0x85, 0xb0, 0xf9, 0x59, 0xbc, 0xae, 0x9a, 0xe9, 0xcf, 0x15, 0x42, 0xb0, 0xcb, 0x1c, 0x16, 0x06, 0x51, 0x72, 0x68, 0x96, 0x22, 0x92, 0x8c, 0xdf, 0x8b, 0x57, 0x81, 0xf0, 0xfd, 0x7a, 0xa2, 0xaa } } }; static const struct cckprng_op_generate op_init_3395 = { .hd = { .id = 3207, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x38, 0x8c, 0x6c, 0x79, 0xfa, 0x2d, 0x30, 0x70, 0xcc, 0xfa, 0xd7, 0x4b, 0xc6, 0xa3, 0x31, 0x15, 0x9a, 0x71, 0xaf, 0xa2, 0x9b, 0xfc, 0x88, 0x63, 0x94, 0xc0, 0x66, 0xd7, 0x1f, 0x7e, 0xa9, 0x6a, 0xb4, 0x03, 0xb5, 0x6b, 0x6c, 0x7c, 0xb4, 0xe3, 0x82, 0xd8, 0x69 } } }; static const struct cckprng_op_reseed op_reseed_3396 = { .hd = { .id = 3208, .kind = OP_RESEED }, .nonce = 17239167196198172425ULL, .seed_nbytes = 219, .seed = { 0x3d, 0xb9, 0xec, 0x2c, 0xd1, 0xd3, 0xb1, 0x4d, 0x4f, 0x64, 0xd9, 0x00, 0x07, 0x7a, 0xc8, 0x1b, 0x8c, 0xd1, 0x2e, 0xce, 0xae, 0x14, 0x9e, 0x63, 0x92, 0x7f, 0x4a, 0x49, 0x6c, 0xad, 0x19, 0x55, 0x7c, 0x91, 0xee, 0x26, 0x58, 0xda, 0x7f, 0xa7, 0x00, 0x3d, 0x9d, 0x46, 0xb1, 0xb0, 0x21, 0x7e, 0x42, 0x34, 0xf8, 0x13, 0xad, 0x52, 0xe1, 0x07, 0x78, 0x07, 0xde, 0xeb, 0xa3, 0x5a, 0xd0, 0xab, 0xae, 0x5f, 0xdb, 0x79, 0xcd, 0x9f, 0x56, 0xbb, 0x4f, 0x63, 0x76, 0x28, 0x35, 0x01, 0x51, 0x66, 0xad, 0xb5, 0xa4, 0x4b, 0x28, 0xea, 0x40, 0x14, 0x02, 0xc1, 0xb6, 0x2c, 0xff, 0x07, 0xde, 0xa5, 0xa4, 0xd4, 0x21, 0x47, 0x28, 0xf9, 0xf6, 0x7f, 0x11, 0xcb, 0x57, 0xe8, 0x7f, 0xd3, 0xeb, 0x30, 0x6c, 0x1d, 0xaa, 0x3a, 0x00, 0x19, 0xed, 0xa7, 0xe7, 0x93, 0x01, 0x97, 0xd9, 0xf6, 0xe8, 0x16, 0xb4, 0xd5, 0xea, 0x3b, 0x82, 0x1d, 0x08, 0x23, 0xb8, 0x54, 0xa2, 0x6b, 0x3e, 0xde, 0x2a, 0x4b, 0x82, 0xd5, 0x5c, 0xd6, 0xa0, 0x59, 0x01, 0x99, 0x71, 0xde, 0x86, 0x4f, 0xe4, 0x85, 0xe5, 0x46, 0x00, 0x64, 0x54, 0x10, 0x48, 0xad, 0x38, 0x48, 0x4c, 0x01, 0x71, 0xcf, 0x42, 0xbe, 0x8f, 0x69, 0x1d, 0x88, 0xc6, 0x85, 0xe7, 0xc9, 0x8b, 0xeb, 0x96, 0x82, 0x42, 0xd3, 0xb7, 0x67, 0x87, 0x19, 0x66, 0x06, 0xb6, 0xaf, 0x60, 0x85, 0x31, 0xbd, 0x57, 0xb5, 0xf0, 0xe0, 0x4f, 0x2b, 0x7d, 0xe8, 0x5f, 0x30, 0xa4, 0x0b, 0xab, 0x25, 0xf0, 0x41, 0x58, 0x54, 0x92 } }; static const struct cckprng_op_refresh op_refresh_3397 = { .hd = { .id = 3209, .kind = OP_REFRESH }, .rand = 12071250378978097564ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3398 = { .hd = { .id = 3210, .kind = OP_RESEED }, .nonce = 11361335130911720654ULL, .seed_nbytes = 233, .seed = { 0xe9, 0x6d, 0xdb, 0x5d, 0x4b, 0x28, 0x96, 0x38, 0x18, 0x44, 0x14, 0xcd, 0xe3, 0xba, 0xa3, 0x0f, 0xef, 0x0c, 0x60, 0xbb, 0x00, 0x0d, 0x07, 0x5b, 0x6c, 0xaf, 0x78, 0xc7, 0x04, 0x11, 0xf7, 0x73, 0xb6, 0x0b, 0x7c, 0xd5, 0x5f, 0x99, 0x33, 0x9f, 0xcf, 0x84, 0x8d, 0x43, 0x27, 0xfc, 0xf6, 0xe7, 0x90, 0xce, 0x00, 0xcc, 0xe3, 0x75, 0x46, 0xe8, 0x3f, 0x2e, 0x79, 0x8d, 0xe1, 0x7f, 0xa6, 0x60, 0xf4, 0xf8, 0x79, 0x8d, 0x17, 0xf1, 0x0d, 0x05, 0xf4, 0x1f, 0xa1, 0x3c, 0x76, 0xbf, 0x4a, 0x4e, 0x77, 0x31, 0x35, 0x4a, 0x8f, 0xf8, 0xb2, 0x32, 0xa2, 0x2a, 0x86, 0xa3, 0x2a, 0x0a, 0x0a, 0xe4, 0x57, 0x9a, 0xc5, 0x9c, 0xc7, 0xb3, 0x20, 0x67, 0x57, 0x1e, 0xf8, 0x3c, 0x3e, 0x11, 0x07, 0xe3, 0xed, 0xe7, 0x4c, 0x78, 0xdd, 0x53, 0x0a, 0x8a, 0xa8, 0x46, 0xd5, 0xf9, 0x7c, 0x6e, 0x19, 0x8f, 0x86, 0xa4, 0x2a, 0x8d, 0xec, 0x10, 0x83, 0xe7, 0x08, 0x3f, 0x80, 0x55, 0xf6, 0x31, 0xaa, 0xfe, 0xef, 0x20, 0xfb, 0x6c, 0xe0, 0x8e, 0x42, 0xab, 0x44, 0x22, 0xd2, 0x1b, 0xf3, 0xc4, 0x61, 0x17, 0x3c, 0x4b, 0x15, 0x30, 0xe0, 0x50, 0x2f, 0x46, 0x84, 0xac, 0xed, 0xe8, 0x50, 0xaa, 0xf8, 0x8c, 0x38, 0x6a, 0xcb, 0xeb, 0x80, 0x05, 0x65, 0xfb, 0x42, 0xd7, 0xa5, 0x84, 0x01, 0xba, 0xf8, 0xf0, 0x3d, 0xc7, 0x30, 0x57, 0x30, 0xb9, 0x21, 0xf5, 0x8d, 0xdf, 0xa8, 0x1e, 0x41, 0x9a, 0x93, 0xd8, 0x1b, 0x5f, 0x1e, 0x90, 0xbf, 0x3b, 0x0a, 0x35, 0x3d, 0xfe, 0x51, 0x88, 0x9d, 0x64, 0x1b, 0x58, 0x71, 0xff, 0x15, 0x5d, 0x0e, 0x7c, 0xb3, 0x7d, 0xed } }; static const struct cckprng_op_reseed op_reseed_3399 = { .hd = { .id = 3211, .kind = OP_RESEED }, .nonce = 7565735766267088178ULL, .seed_nbytes = 57, .seed = { 0xca, 0x2e, 0x59, 0x1f, 0x82, 0xca, 0x1d, 0xb3, 0x0c, 0x01, 0x13, 0x97, 0x25, 0xfe, 0xb9, 0xcd, 0x5d, 0x3c, 0x45, 0xd4, 0x76, 0x20, 0x09, 0xd8, 0x0b, 0x77, 0x98, 0x57, 0x11, 0x15, 0x33, 0x91, 0x54, 0x2f, 0xc4, 0x9f, 0x65, 0xab, 0x2c, 0x6b, 0x34, 0xf2, 0x61, 0xcf, 0x9b, 0x9c, 0x3a, 0xf4, 0xbf, 0xd5, 0xeb, 0x77, 0xeb, 0xde, 0xe3, 0x27, 0x97 } }; static const struct cckprng_op_refresh op_refresh_3400 = { .hd = { .id = 3212, .kind = OP_REFRESH }, .rand = 334097104958238875ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3401[] = { (const struct cckprng_op *)&op_init_3385, (const struct cckprng_op *)&op_reseed_3386, (const struct cckprng_op *)&op_init_3387, (const struct cckprng_op *)&op_init_3388, (const struct cckprng_op *)&op_refresh_3389, (const struct cckprng_op *)&op_reseed_3390, (const struct cckprng_op *)&op_refresh_3391, (const struct cckprng_op *)&op_init_3392, (const struct cckprng_op *)&op_refresh_3393, (const struct cckprng_op *)&op_init_3394, (const struct cckprng_op *)&op_init_3395, (const struct cckprng_op *)&op_reseed_3396, (const struct cckprng_op *)&op_refresh_3397, (const struct cckprng_op *)&op_reseed_3398, (const struct cckprng_op *)&op_reseed_3399, (const struct cckprng_op *)&op_refresh_3400 }; static const struct cckprng_vector vec_3402 = { .id = 3213, .note = NULL, .nops = 16, .ops = ops_3401 }; static const struct cckprng_op_init op_init_3403 = { .hd = { .id = 3214, .kind = OP_INIT }, .seed = { 0xd9, 0x32, 0x2f, 0x1b, 0xd7, 0x3e, 0x78, 0x17, 0x46, 0xad, 0xf9, 0x39, 0xfa, 0xc3, 0x16, 0x59, 0xbd, 0xe6, 0xfc, 0xd6, 0xe2, 0xb0, 0xa1, 0x16, 0x5e, 0x79, 0xde, 0xc3, 0x9c, 0xa0, 0x85, 0x9c }, .nonce = { 0xe3, 0x13, 0xc5, 0xc6, 0x48, 0x70, 0x9a, 0xb3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3404 = { .hd = { .id = 3215, .kind = OP_RESEED }, .nonce = 1274208233913411137ULL, .seed_nbytes = 259, .seed = { 0x10, 0xf2, 0x84, 0xcf, 0x8d, 0x5f, 0xbd, 0x4a, 0x43, 0xe0, 0x8a, 0xab, 0xfa, 0xa1, 0x16, 0x04, 0xe2, 0x97, 0x9f, 0x66, 0x1d, 0xb2, 0xa9, 0x6c, 0x02, 0x00, 0x30, 0x13, 0x3b, 0x7a, 0x0d, 0x23, 0x9d, 0x78, 0x9c, 0x0c, 0x22, 0x79, 0xcc, 0x8c, 0x28, 0x5d, 0x57, 0x21, 0x26, 0xc0, 0x6c, 0xbf, 0x89, 0xe8, 0x23, 0xdf, 0x76, 0xdb, 0xbb, 0x80, 0xe1, 0x34, 0x82, 0xa1, 0xec, 0x13, 0x10, 0x23, 0x81, 0xc2, 0x01, 0x5f, 0x1f, 0x20, 0xcf, 0x2b, 0xb6, 0xe7, 0x2c, 0x41, 0x4f, 0x79, 0x94, 0xe8, 0x1f, 0xa6, 0xf8, 0xc1, 0xa5, 0xb3, 0x3f, 0x8a, 0x79, 0xfd, 0x53, 0x7c, 0x96, 0x8a, 0x24, 0x45, 0x18, 0xaa, 0xa6, 0x9e, 0xfc, 0x02, 0xc9, 0x61, 0xdb, 0xd8, 0x05, 0xb4, 0x15, 0x44, 0x7a, 0xbd, 0x6a, 0xb3, 0xce, 0x9f, 0x85, 0x84, 0x91, 0x23, 0xf3, 0x4e, 0x5e, 0x7e, 0xca, 0x58, 0x24, 0x48, 0x55, 0x35, 0x2d, 0xb2, 0xda, 0x0d, 0x8c, 0x19, 0x93, 0xff, 0x8b, 0xf8, 0xe9, 0xb9, 0x3d, 0x76, 0x63, 0x02, 0xa5, 0x74, 0x22, 0xcd, 0xbb, 0x05, 0xa7, 0x9a, 0x96, 0x0f, 0x89, 0x94, 0x7f, 0x7d, 0x2a, 0x61, 0xf2, 0x3f, 0xaf, 0x36, 0xcc, 0x11, 0xf4, 0x73, 0xbc, 0x30, 0xbf, 0xe9, 0x3a, 0x1d, 0x39, 0x35, 0x0b, 0x07, 0x47, 0x95, 0x0e, 0x36, 0x31, 0x93, 0xbc, 0x96, 0xe7, 0xce, 0xc9, 0x56, 0xc2, 0xe8, 0x68, 0xb1, 0x09, 0xe0, 0x85, 0x29, 0x5b, 0x0c, 0x73, 0x76, 0x9a, 0x19, 0x2c, 0x4a, 0x3b, 0x48, 0xa5, 0xe3, 0x18, 0xa8, 0x22, 0xfa, 0xa1, 0xf2, 0x57, 0x6e, 0xe2, 0x79, 0xde, 0x18, 0x41, 0x8e, 0x81, 0x42, 0x28, 0xc0, 0xd9, 0x15, 0x06, 0x59, 0xda, 0xa7, 0x89, 0x47, 0xca, 0xd7, 0x3d, 0xc4, 0xe4, 0x51, 0x32, 0xc1, 0x6b, 0x6e, 0x56, 0xbb, 0xdf, 0xb1, 0xd3, 0x08, 0x28, 0xb3, 0x2d, 0x6a, 0x49 } }; static const struct cckprng_op_reseed op_reseed_3405 = { .hd = { .id = 3216, .kind = OP_RESEED }, .nonce = 685025708869518956ULL, .seed_nbytes = 99, .seed = { 0x90, 0x68, 0xb8, 0x61, 0xd2, 0x16, 0x59, 0x37, 0xa0, 0xa2, 0x86, 0xf8, 0x2a, 0xf7, 0xb4, 0xa8, 0x2e, 0xa9, 0x52, 0x09, 0x3d, 0x56, 0x73, 0x7f, 0xe7, 0x0b, 0x33, 0x08, 0xeb, 0x55, 0x77, 0x1d, 0xac, 0xfe, 0x19, 0x9b, 0x3b, 0x68, 0xcf, 0x18, 0xbc, 0x8d, 0xf4, 0xda, 0xa9, 0x96, 0xd2, 0xf4, 0xb0, 0x16, 0xdb, 0xc6, 0xd1, 0x39, 0xc6, 0x21, 0x67, 0x48, 0x93, 0x36, 0x6e, 0xf1, 0x30, 0x36, 0x35, 0xe7, 0x5c, 0xe0, 0x49, 0x0e, 0xaa, 0x45, 0x8f, 0xae, 0x30, 0xac, 0xe5, 0x50, 0xfa, 0x7f, 0xcb, 0xa8, 0x06, 0x46, 0x0f, 0x71, 0xc3, 0x4b, 0x7f, 0x32, 0xe9, 0x78, 0xd7, 0x0f, 0x2e, 0xde, 0x8a, 0x14, 0xca } }; static const struct cckprng_op_generate op_init_3406 = { .hd = { .id = 3217, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0x3b, 0x02, 0xd8, 0x51, 0x05, 0x34, 0x7a, 0xa5, 0x3b, 0x09, 0x83, 0x4d, 0x83, 0x40, 0x55, 0x58, 0x8e, 0x81, 0xde, 0xb2, 0xd9, 0x61, 0x7d, 0xb1, 0xb6, 0xf9, 0x67, 0xaf, 0x4d, 0x8f, 0xd1, 0x56, 0xe6, 0x33, 0x31, 0x24, 0x3e, 0xff, 0x9a, 0xa5, 0x2f, 0xec, 0xa5, 0xe5, 0x06, 0x67, 0xe4, 0x95, 0xae, 0xe9, 0x62, 0x9b, 0xd9, 0x4b, 0x89, 0xc6, 0x55, 0x43, 0x76, 0xb5, 0xa2, 0x89, 0x00, 0x15, 0x0f, 0x5a, 0x14, 0xfc, 0x2a, 0x57, 0x05, 0x9e, 0x8d, 0xf9, 0x9d, 0x20, 0x4c, 0xc7, 0xe1, 0x53, 0xdf, 0xe9, 0xab, 0x94, 0xfd, 0xd1, 0x88, 0xc1, 0xd8, 0xb7 } } }; static const struct cckprng_op_reseed op_reseed_3407 = { .hd = { .id = 3218, .kind = OP_RESEED }, .nonce = 10579004279212804521ULL, .seed_nbytes = 192, .seed = { 0x49, 0x35, 0x15, 0xb5, 0x76, 0xf7, 0xc2, 0x08, 0x01, 0x9a, 0xc0, 0x8a, 0x3d, 0xd1, 0x08, 0xb2, 0x21, 0xd2, 0x1f, 0x33, 0x95, 0xdb, 0x0e, 0x53, 0x52, 0xdc, 0xfa, 0x49, 0x07, 0xeb, 0xf5, 0xa0, 0x4d, 0x6f, 0x6a, 0x1e, 0xf4, 0xb9, 0x2d, 0xea, 0xc2, 0x49, 0xb5, 0x5c, 0x94, 0xa9, 0x9e, 0xe1, 0xf3, 0xe2, 0xbf, 0x5c, 0x2a, 0x0c, 0x1c, 0x81, 0x87, 0x18, 0xe8, 0x19, 0xe4, 0x41, 0x86, 0x3a, 0xe2, 0xec, 0x5a, 0x95, 0x88, 0xf4, 0x1b, 0xe1, 0x67, 0x92, 0x69, 0xf3, 0xc3, 0x39, 0x45, 0x86, 0x14, 0x9c, 0xb6, 0xa3, 0xeb, 0x33, 0x90, 0xcb, 0x3e, 0xb5, 0x89, 0x8d, 0xa6, 0xc9, 0xfc, 0x22, 0x83, 0x3d, 0xe2, 0x87, 0x87, 0xac, 0xc3, 0xc6, 0xf7, 0xbd, 0x47, 0x5a, 0x3e, 0x3d, 0x46, 0x6c, 0xa2, 0x43, 0x35, 0xbc, 0xd1, 0xd5, 0xe1, 0x9c, 0x46, 0xca, 0x21, 0x85, 0x45, 0x60, 0x30, 0x8b, 0x21, 0x09, 0x9e, 0x1e, 0xe0, 0x87, 0x9c, 0xb5, 0xc6, 0xc7, 0xca, 0xae, 0x39, 0xe6, 0x40, 0xba, 0x61, 0x2d, 0x72, 0x28, 0xa0, 0xdb, 0x08, 0x06, 0x69, 0x65, 0xe1, 0x45, 0xab, 0xf5, 0xba, 0x3f, 0xfc, 0x67, 0xc6, 0x42, 0xe3, 0xcc, 0xce, 0x31, 0x84, 0x5c, 0x1f, 0xbb, 0x11, 0x3d, 0xa4, 0x18, 0xc6, 0x47, 0xee, 0xc0, 0x1e, 0x7a, 0x02, 0xf0, 0x52, 0x85, 0xed, 0xf7, 0xe8, 0xb3, 0xb6, 0x50 } }; static const struct cckprng_op_refresh op_refresh_3408 = { .hd = { .id = 3219, .kind = OP_REFRESH }, .rand = 17430404261106797109ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3409 = { .hd = { .id = 3220, .kind = OP_RESEED }, .nonce = 4638290503625635106ULL, .seed_nbytes = 207, .seed = { 0x0d, 0x7f, 0x62, 0xcd, 0x2d, 0x71, 0xc3, 0xbb, 0x31, 0xe8, 0xcb, 0xcd, 0xe6, 0xaa, 0x9c, 0xde, 0x1b, 0x5a, 0xbd, 0xd8, 0x00, 0x02, 0xac, 0x95, 0x34, 0xd6, 0x05, 0x31, 0xea, 0xb6, 0xbc, 0x81, 0xe2, 0x5d, 0xf0, 0xd4, 0xfb, 0x8d, 0xb8, 0x39, 0xb1, 0xa1, 0x15, 0x1b, 0x0c, 0xfa, 0x11, 0x0c, 0xc9, 0xa9, 0xec, 0x01, 0x54, 0x4c, 0x16, 0xad, 0xbe, 0x10, 0xbe, 0xc5, 0x64, 0xe1, 0x9e, 0xf6, 0x5e, 0xff, 0x50, 0xba, 0xd4, 0x1e, 0xb4, 0xab, 0x8f, 0xe6, 0x59, 0xe9, 0xb2, 0xca, 0x7f, 0x0e, 0x71, 0x36, 0x1e, 0x75, 0x27, 0x07, 0xf0, 0x5e, 0x1c, 0xbb, 0x8a, 0x03, 0x06, 0x2e, 0x7b, 0x18, 0xe3, 0x60, 0x1d, 0x24, 0xdb, 0x50, 0x8b, 0x29, 0x46, 0x16, 0xd7, 0x26, 0x5c, 0xbc, 0xb0, 0x08, 0xb9, 0x6f, 0x9d, 0x83, 0x29, 0x96, 0xba, 0xf7, 0x04, 0xa6, 0x39, 0x23, 0x54, 0xd1, 0xce, 0xda, 0x7d, 0x58, 0x9e, 0x0d, 0xda, 0xd8, 0x12, 0x9e, 0xfb, 0xc3, 0xdd, 0x7a, 0xe5, 0xa9, 0x40, 0xb7, 0x41, 0x81, 0x77, 0xa1, 0xd9, 0xbc, 0x45, 0xef, 0x38, 0xff, 0x7e, 0x26, 0x71, 0xf1, 0x0b, 0x1e, 0x5a, 0x7f, 0x1c, 0xde, 0x31, 0x74, 0x30, 0x3f, 0xa1, 0x2e, 0x78, 0xf4, 0x47, 0xf6, 0xcb, 0x67, 0x12, 0x1f, 0x4b, 0x85, 0x83, 0xca, 0xc9, 0x28, 0xe7, 0x4b, 0x77, 0x7f, 0x3c, 0x74, 0x12, 0xfd, 0x87, 0x5f, 0xf1, 0x3c, 0x0c, 0x24, 0x61, 0xc5, 0x7b, 0x9b, 0x83, 0x59, 0x6a, 0x4a, 0x58 } }; static const struct cckprng_op_generate op_init_3410 = { .hd = { .id = 3221, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0xd1, 0x91, 0x3e, 0xc7, 0xae, 0x4c, 0xfc, 0x3b, 0xf8, 0xef, 0x8b, 0x81, 0x68, 0x0e, 0x1c, 0x10, 0xa9, 0x3e, 0x2e, 0xd0, 0x1f, 0xe1, 0x82, 0xe0, 0x62, 0x22, 0xa2, 0xe5, 0x50, 0x57, 0x8e, 0x83, 0x95, 0xfb, 0xd6, 0xba, 0xbb, 0x9f, 0x70, 0xf5, 0x37, 0xe3, 0xdd, 0x35, 0xf1, 0xb6, 0x38, 0x97, 0x11, 0xf5, 0x49, 0xd1, 0xbe, 0x44, 0xc4 } } }; static const struct cckprng_op_refresh op_refresh_3411 = { .hd = { .id = 3222, .kind = OP_REFRESH }, .rand = 1388412058433980318ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3412 = { .hd = { .id = 3223, .kind = OP_RESEED }, .nonce = 12371931677494697615ULL, .seed_nbytes = 47, .seed = { 0x6e, 0x1e, 0xba, 0x28, 0x74, 0x2b, 0x22, 0x4a, 0x95, 0x98, 0x3c, 0xe8, 0xc4, 0x15, 0x7c, 0xc9, 0x0d, 0x7d, 0x5d, 0xda, 0xfa, 0x9e, 0xfa, 0x46, 0x98, 0x94, 0x9b, 0xa6, 0xcb, 0xcd, 0x67, 0x00, 0x23, 0x97, 0x05, 0xdf, 0xea, 0x60, 0x4f, 0xc3, 0x37, 0xf3, 0x30, 0x75, 0xc4, 0xb5, 0x87 } }; static const struct cckprng_op_generate op_init_3413 = { .hd = { .id = 3224, .kind = OP_GENERATE }, .rand_nbytes = 73, .out = { .rand = { 0x52, 0x5b, 0xf2, 0xcc, 0x8e, 0x47, 0x8d, 0x51, 0x4c, 0x14, 0xa1, 0xd9, 0x3f, 0x3d, 0x79, 0x7b, 0x88, 0xfc, 0xd7, 0x3e, 0x56, 0x83, 0xc2, 0x14, 0x51, 0x8d, 0xdd, 0xa2, 0x97, 0x8f, 0x41, 0xed, 0x7e, 0xb5, 0x8a, 0x30, 0x02, 0x18, 0xc0, 0x5c, 0x3e, 0x2f, 0x46, 0xd0, 0xe5, 0x2f, 0xb6, 0x06, 0x09, 0xc1, 0x92, 0xbc, 0x2d, 0xea, 0x45, 0x11, 0x75, 0x56, 0xee, 0x28, 0xa4, 0x6f, 0x35, 0xfe, 0xd5, 0x9a, 0x45, 0x67, 0x75, 0xe0, 0x4c, 0xc3, 0x3b } } }; static const struct cckprng_op_generate op_init_3414 = { .hd = { .id = 3225, .kind = OP_GENERATE }, .rand_nbytes = 180, .out = { .rand = { 0x00, 0x94, 0x72, 0x75, 0x6d, 0x56, 0xcd, 0x4e, 0x54, 0x1f, 0xd5, 0x5f, 0x94, 0x3e, 0x79, 0x7b, 0x70, 0x9c, 0x4e, 0x74, 0xdf, 0x80, 0x05, 0x1d, 0x86, 0x76, 0x0d, 0x73, 0x6a, 0x11, 0xea, 0x76, 0x76, 0x47, 0x9f, 0x6c, 0xb4, 0x73, 0x55, 0x81, 0xd8, 0x70, 0xf9, 0x37, 0xa6, 0x07, 0xfa, 0xfb, 0x53, 0x7e, 0x14, 0x58, 0x6c, 0x72, 0x28, 0xca, 0x03, 0x57, 0x26, 0xfb, 0x3d, 0xed, 0x6c, 0xba, 0x74, 0xa4, 0x74, 0x7a, 0x58, 0xd6, 0x9e, 0x23, 0x23, 0xa5, 0xc6, 0x3a, 0x78, 0xa1, 0xdf, 0x33, 0x52, 0xbf, 0x6d, 0xf0, 0x73, 0x72, 0xc4, 0x4e, 0x81, 0x1e, 0xc9, 0x96, 0x90, 0xcc, 0x13, 0x35, 0xb4, 0x55, 0x87, 0xed, 0x65, 0x3e, 0x5c, 0x4e, 0x88, 0x8f, 0x01, 0x51, 0xe1, 0xdc, 0xd0, 0xff, 0x1f, 0xbf, 0xc1, 0x0c, 0x9e, 0x6c, 0x2c, 0x7c, 0x82, 0xad, 0xc2, 0x05, 0x60, 0x84, 0x58, 0x4f, 0x65, 0x7d, 0x8a, 0x7d, 0xf8, 0xa7, 0xb7, 0xe7, 0x80, 0x4c, 0x64, 0x93, 0xab, 0xa7, 0x23, 0xd0, 0x5a, 0x52, 0x18, 0xc8, 0x16, 0x32, 0x8c, 0x45, 0x1d, 0x36, 0x47, 0xed, 0xf0, 0x9e, 0xfc, 0x09, 0x30, 0xf4, 0x91, 0x0f, 0x1e, 0x84, 0x3e, 0x8f, 0x5e, 0x71, 0x1c, 0x58, 0x89, 0x30, 0xfd, 0x5e, 0xfb, 0x34, 0x6d, 0xef } } }; static const struct cckprng_op_refresh op_refresh_3415 = { .hd = { .id = 3226, .kind = OP_REFRESH }, .rand = 5786593219575732814ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3416 = { .hd = { .id = 3227, .kind = OP_RESEED }, .nonce = 13727432434334974932ULL, .seed_nbytes = 123, .seed = { 0x1d, 0xdc, 0x44, 0xc3, 0xeb, 0xc8, 0x55, 0x07, 0x4f, 0x42, 0x21, 0xae, 0xfa, 0x5b, 0xd3, 0x42, 0x73, 0xad, 0x62, 0xf4, 0x7c, 0x6d, 0x80, 0x03, 0x73, 0xb8, 0xe8, 0x5d, 0x92, 0x88, 0x7c, 0x73, 0x14, 0x18, 0xd4, 0x72, 0x63, 0xcb, 0x4a, 0x6c, 0xa2, 0x50, 0xdb, 0x60, 0xdf, 0xef, 0xd6, 0x7b, 0xef, 0xb9, 0x04, 0x0b, 0xd1, 0x83, 0xd5, 0xc2, 0x49, 0x16, 0x8e, 0xff, 0x2e, 0xe5, 0xfe, 0xc7, 0x37, 0x55, 0xe7, 0x43, 0xad, 0x27, 0x8c, 0xc9, 0xe3, 0xa3, 0xd4, 0xed, 0x00, 0x62, 0x23, 0x63, 0xa0, 0x0e, 0x1b, 0x3c, 0x12, 0x3e, 0x17, 0x2b, 0x6e, 0xd6, 0x61, 0x18, 0x02, 0xfa, 0x7a, 0xa1, 0x2d, 0x64, 0xd6, 0x79, 0xc8, 0x66, 0x94, 0x71, 0x7d, 0xca, 0x18, 0xcf, 0xe7, 0xd0, 0x74, 0xc3, 0x09, 0x2a, 0xb3, 0x80, 0x6c, 0x66, 0x82, 0xad, 0xd7, 0x76, 0x58 } }; static const struct cckprng_op_generate op_init_3417 = { .hd = { .id = 3228, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_generate op_init_3418 = { .hd = { .id = 3229, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0x05, 0x5c, 0x7a, 0x15, 0x2d, 0x00, 0x3c, 0xf7, 0x4a, 0x03, 0x9a, 0xe5, 0x61, 0x53, 0x0c, 0xe0, 0x68, 0x4e, 0x15, 0xf6, 0x90, 0x4d, 0xa2, 0xa5, 0xa7, 0x5d, 0xf7, 0x4d, 0x16, 0x08, 0x84, 0x40, 0x9f, 0x62, 0xfc, 0x23, 0xc1, 0xa6, 0xef, 0xc2, 0x12, 0xf5, 0x10, 0xc7, 0x15, 0x81, 0x43, 0x4f, 0xc0, 0x04, 0x36, 0x66, 0x8e, 0x3c, 0x30, 0x1a, 0x38, 0xd2, 0xe1, 0x66, 0x23, 0x01, 0x35, 0x29, 0xae, 0x91, 0x88, 0xe9, 0x66, 0x6b, 0x14, 0xbf, 0xaa, 0xc3, 0xf0, 0x71, 0xbf, 0x02, 0x86, 0x94, 0x94, 0xba, 0xec, 0x02, 0xd9, 0x06, 0x28, 0x20, 0x06, 0x88, 0xbe, 0xb7, 0xf5, 0x9b, 0x0b, 0x45, 0x00, 0xb4, 0xcd, 0xb1, 0xd5, 0x5f, 0x74, 0x83, 0x05, 0x7b, 0xe4, 0xa1, 0x09, 0x0b, 0xed, 0x4a, 0xc7, 0xa2, 0x7a, 0x46, 0xe1, 0xce, 0x85, 0x86, 0x21, 0x2d, 0x3c, 0x81, 0xe6, 0x8f, 0x3b, 0x8b } } }; static const struct cckprng_op *ops_3419[] = { (const struct cckprng_op *)&op_init_3403, (const struct cckprng_op *)&op_reseed_3404, (const struct cckprng_op *)&op_reseed_3405, (const struct cckprng_op *)&op_init_3406, (const struct cckprng_op *)&op_reseed_3407, (const struct cckprng_op *)&op_refresh_3408, (const struct cckprng_op *)&op_reseed_3409, (const struct cckprng_op *)&op_init_3410, (const struct cckprng_op *)&op_refresh_3411, (const struct cckprng_op *)&op_reseed_3412, (const struct cckprng_op *)&op_init_3413, (const struct cckprng_op *)&op_init_3414, (const struct cckprng_op *)&op_refresh_3415, (const struct cckprng_op *)&op_reseed_3416, (const struct cckprng_op *)&op_init_3417, (const struct cckprng_op *)&op_init_3418 }; static const struct cckprng_vector vec_3420 = { .id = 3230, .note = NULL, .nops = 16, .ops = ops_3419 }; static const struct cckprng_op_init op_init_3421 = { .hd = { .id = 3231, .kind = OP_INIT }, .seed = { 0x14, 0x16, 0xd0, 0x16, 0x87, 0x48, 0xe4, 0x5d, 0x4e, 0x1b, 0x41, 0xb8, 0x5e, 0xee, 0x18, 0x11, 0x4e, 0x18, 0x87, 0xea, 0x6f, 0x62, 0xf5, 0x9e, 0xd7, 0x76, 0xb7, 0x96, 0xab, 0x0e, 0x59, 0x2f }, .nonce = { 0x52, 0xd8, 0x88, 0x77, 0xa5, 0xf4, 0x49, 0x68 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3422 = { .hd = { .id = 3232, .kind = OP_RESEED }, .nonce = 6330378944405403804ULL, .seed_nbytes = 249, .seed = { 0x15, 0xdf, 0x2b, 0x4d, 0x24, 0x1d, 0xd2, 0xe3, 0x12, 0x32, 0xab, 0x4b, 0x07, 0x6d, 0x1e, 0x65, 0x8d, 0x28, 0x61, 0x66, 0x64, 0x6b, 0x26, 0xe3, 0x9d, 0xd8, 0x62, 0x74, 0x2c, 0x44, 0x26, 0xe1, 0x70, 0xad, 0xa3, 0xdd, 0x4f, 0xaf, 0x2f, 0xf4, 0xa9, 0xee, 0x55, 0x64, 0x82, 0xe2, 0x28, 0xa1, 0x10, 0xf6, 0x69, 0xd1, 0x2e, 0x0e, 0xd9, 0x5f, 0xb7, 0x67, 0x9a, 0x4b, 0xb2, 0xbe, 0x7e, 0x0b, 0x8a, 0xf3, 0xa4, 0x60, 0x9a, 0x87, 0x45, 0xe2, 0xd9, 0xce, 0x12, 0x62, 0x66, 0x50, 0x57, 0x91, 0x08, 0xe0, 0x5a, 0x61, 0xdb, 0x09, 0x52, 0xc5, 0x20, 0xa5, 0x58, 0xa0, 0x94, 0x5d, 0x53, 0x02, 0x7b, 0x6f, 0xa7, 0x79, 0xa5, 0x13, 0xdf, 0x3d, 0xaf, 0xcf, 0xa4, 0xd5, 0x7c, 0xef, 0x38, 0x21, 0x0d, 0x7c, 0xe9, 0xd4, 0xec, 0x89, 0x5a, 0x39, 0x06, 0x14, 0x39, 0xda, 0x8f, 0x85, 0x57, 0xe0, 0xcb, 0x8c, 0xb3, 0x16, 0x68, 0xcd, 0x8a, 0x34, 0x68, 0x52, 0x62, 0x31, 0xea, 0x6f, 0x5d, 0xfa, 0x97, 0x23, 0x51, 0xd7, 0x9c, 0x88, 0x68, 0xaa, 0x5b, 0x52, 0x19, 0x6a, 0xb0, 0x4c, 0x94, 0x58, 0x4e, 0x8d, 0xd7, 0x3d, 0x04, 0x30, 0x0f, 0x55, 0x64, 0x5f, 0x56, 0x0c, 0x1d, 0x89, 0x30, 0x40, 0x64, 0x04, 0x98, 0x1e, 0x27, 0xfa, 0x61, 0x17, 0x69, 0x27, 0x09, 0x39, 0xf4, 0x22, 0x07, 0x59, 0xda, 0xea, 0x8d, 0xad, 0x3f, 0xf0, 0xa9, 0x71, 0x65, 0xb9, 0x75, 0xa4, 0xeb, 0xd3, 0x21, 0x84, 0xe7, 0xef, 0x93, 0xcd, 0xbd, 0xa2, 0xa0, 0xdc, 0x83, 0xce, 0x3d, 0x1b, 0x46, 0xaa, 0xd9, 0x8f, 0xd1, 0x98, 0x23, 0xf7, 0x9d, 0x8d, 0xc7, 0x37, 0x30, 0x3a, 0x2a, 0x47, 0x4f, 0x71, 0x7b, 0x37, 0x14, 0x99, 0x69, 0x92, 0xaf, 0x99, 0x64, 0x4b, 0x93 } }; static const struct cckprng_op_generate op_init_3423 = { .hd = { .id = 3233, .kind = OP_GENERATE }, .rand_nbytes = 45, .out = { .rand = { 0xca, 0x19, 0x3a, 0x55, 0x67, 0xc9, 0x95, 0xbc, 0xa8, 0xc5, 0xef, 0x08, 0x7c, 0xa6, 0x18, 0x72, 0x75, 0x2e, 0x0f, 0x54, 0x25, 0x3e, 0x99, 0x07, 0xe0, 0xea, 0x96, 0x5f, 0x39, 0x8c, 0xab, 0x7c, 0x4d, 0x1d, 0x6b, 0x8b, 0x4b, 0x48, 0x7d, 0x8a, 0x58, 0xd4, 0x57, 0xf7, 0x3c } } }; static const struct cckprng_op_generate op_init_3424 = { .hd = { .id = 3234, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0xcb, 0x83, 0x5c, 0xba, 0x55, 0xf2, 0xa9, 0x4d, 0xbb, 0xfc, 0x13, 0x82, 0x7e, 0xd9, 0xc6, 0x67, 0xc7, 0xba, 0x6b, 0x12, 0x9d, 0x2f, 0x1b, 0x1d, 0xbe, 0x29, 0xbe, 0xe7, 0x4c, 0xe3, 0xb8, 0x5e, 0xfa, 0x1f, 0x4f, 0xf8, 0x4c, 0x2b, 0x0e, 0xac, 0xb8, 0xc5, 0xd7, 0x0b, 0x1c, 0xc5, 0xa9, 0xee, 0xf4, 0xc6, 0xdf, 0x6d, 0xe0, 0xda, 0xe4, 0x8f, 0x10, 0x99, 0xdc, 0x28, 0xb2, 0x4b, 0x16, 0x49, 0x6f, 0x4b, 0x7e, 0x8e, 0xfd, 0x5a, 0x1f, 0x0f, 0x66, 0x84, 0xc7, 0xa5, 0x7c, 0xc9, 0x92, 0x13, 0x25, 0xe6, 0x99, 0x45, 0x47, 0xe2, 0x9a, 0xb4, 0x49, 0x0b, 0x89, 0xa2, 0x79, 0x83, 0x0a, 0x35, 0x22, 0xbd, 0x60, 0xbe, 0xdb, 0x45, 0x22, 0x7d, 0xcb, 0x3e, 0xd4, 0xe9, 0x9e, 0x22, 0x9b, 0xc1, 0x59, 0x3a, 0x15, 0x38, 0xca, 0x86, 0xf0, 0x9f, 0xb6, 0xbc, 0x4c, 0x5a, 0x5f, 0x73, 0xc5, 0xbd, 0x92, 0x28, 0x51, 0x80, 0xa8, 0x46, 0x27, 0xf7, 0x44, 0x83, 0x7f, 0xa5, 0x6b, 0x91, 0x42, 0x81, 0xf1, 0xb7, 0x49, 0xa9, 0xe4, 0x99, 0x65, 0xf1, 0x05, 0xe9, 0x4d, 0xb7, 0x3a, 0x0e, 0x37, 0xce, 0x7f, 0x5d, 0x51, 0x6f, 0xba, 0x8b, 0x5a, 0xa9, 0x65, 0xbe, 0x4e, 0xec, 0xad, 0xc0, 0x91, 0x54, 0xbd, 0x0e, 0xf4, 0x24, 0xd0, 0x63, 0x0b, 0x5d, 0x52, 0xa5, 0x15, 0x4a, 0xf8, 0xc1, 0x5b, 0xfe, 0xbc, 0x1a, 0x0b, 0x38, 0xba, 0x07, 0x30, 0x8b, 0x10, 0x50, 0xbb, 0xf9, 0xbf, 0xee, 0x4b, 0x3f, 0xd0, 0x83, 0xdb, 0xc8, 0x04, 0x1b, 0xb9, 0x52, 0x43, 0xd7, 0x0d, 0x47, 0x81, 0xbf, 0x57, 0x4f, 0x81, 0x37, 0xfa, 0xea, 0xb6, 0xd9, 0x55, 0x4d, 0x26, 0x34, 0x49, 0x9b, 0xc3, 0x5b, 0xb1, 0xda, 0x86, 0x31, 0x97, 0x5d, 0x4d, 0x2b, 0xbb, 0xf1 } } }; static const struct cckprng_op_refresh op_refresh_3425 = { .hd = { .id = 3235, .kind = OP_REFRESH }, .rand = 8844226407876693792ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3426 = { .hd = { .id = 3236, .kind = OP_RESEED }, .nonce = 2986550358044020285ULL, .seed_nbytes = 210, .seed = { 0x65, 0x54, 0x70, 0x5e, 0x79, 0xc3, 0x5d, 0xfb, 0x5c, 0xd6, 0x55, 0x61, 0xec, 0x57, 0x08, 0xc4, 0x7d, 0x4d, 0x28, 0x90, 0x48, 0x71, 0x50, 0xca, 0x29, 0x11, 0xb3, 0x75, 0x2d, 0xa8, 0x3c, 0xa9, 0xaf, 0xec, 0x28, 0x10, 0x1a, 0x22, 0x3b, 0x8d, 0x70, 0xf3, 0xb7, 0xb7, 0xcb, 0xed, 0x05, 0x3b, 0x55, 0xb6, 0x4b, 0x62, 0xff, 0x33, 0x91, 0x42, 0x35, 0x7e, 0x0c, 0xc7, 0xd3, 0xa7, 0x14, 0xf4, 0x42, 0xa0, 0xc7, 0x1a, 0x01, 0xe1, 0x2d, 0x63, 0xd9, 0x73, 0x22, 0x6a, 0x95, 0x65, 0x10, 0xab, 0x62, 0x41, 0xd7, 0x08, 0xc8, 0x14, 0x02, 0x31, 0xbf, 0xdb, 0x1d, 0xc4, 0xca, 0x87, 0x56, 0x15, 0xd8, 0x62, 0xe9, 0xe5, 0x41, 0xb4, 0x5f, 0x98, 0x73, 0xf9, 0x9a, 0x7b, 0x6e, 0x9a, 0xbd, 0x4e, 0xeb, 0x55, 0xda, 0x85, 0xc5, 0x02, 0x64, 0x03, 0x3d, 0xaf, 0xa7, 0x9c, 0xe5, 0x61, 0xff, 0x51, 0xc1, 0xe3, 0x3d, 0xb9, 0xed, 0x6a, 0xb9, 0xc5, 0x5a, 0x82, 0xc8, 0x20, 0xf2, 0xd3, 0x38, 0x2c, 0x7d, 0xae, 0x3a, 0xcd, 0x96, 0x31, 0xb6, 0x74, 0x63, 0x3a, 0xd0, 0x87, 0x87, 0xfe, 0xfc, 0xe6, 0xbd, 0x7c, 0x8e, 0x49, 0xa8, 0x7c, 0x6a, 0xfa, 0xa4, 0x48, 0x15, 0xee, 0xbc, 0x29, 0x0c, 0xe5, 0xde, 0x7e, 0x0c, 0x26, 0xe7, 0xdc, 0x3b, 0x59, 0x86, 0x16, 0x96, 0xd0, 0x0b, 0x7e, 0x99, 0x75, 0x47, 0x08, 0xe2, 0x24, 0x7a, 0x36, 0x1d, 0xa6, 0xba, 0x6f, 0xbc, 0x9c, 0xd0, 0x7e, 0xdd, 0x5c, 0xb6, 0xba } }; static const struct cckprng_op_reseed op_reseed_3427 = { .hd = { .id = 3237, .kind = OP_RESEED }, .nonce = 893908933223527308ULL, .seed_nbytes = 168, .seed = { 0xd8, 0x0f, 0xdf, 0xba, 0x54, 0x3a, 0x06, 0xe7, 0x48, 0xac, 0x75, 0xb2, 0x20, 0x5b, 0x8a, 0x83, 0xb6, 0x78, 0xe1, 0x1e, 0x40, 0xa3, 0x3c, 0xb2, 0xbd, 0x2b, 0xf2, 0x89, 0xec, 0x66, 0x55, 0x67, 0x40, 0x90, 0x60, 0x60, 0x2e, 0x27, 0xa3, 0xba, 0x3d, 0x01, 0x6d, 0x1c, 0x86, 0xbf, 0x08, 0xed, 0x09, 0x8d, 0x86, 0x31, 0x85, 0x87, 0xae, 0xe6, 0x21, 0x24, 0x65, 0xde, 0x57, 0x2d, 0xeb, 0x09, 0xb7, 0x6f, 0x30, 0xee, 0x42, 0x95, 0xc8, 0x60, 0x28, 0x4b, 0x50, 0x7e, 0x3b, 0x46, 0xf6, 0x28, 0x38, 0xa0, 0x00, 0xc6, 0x7a, 0x91, 0x19, 0x60, 0xa4, 0x5d, 0x4d, 0x55, 0x62, 0x3e, 0x00, 0x77, 0x27, 0x36, 0x36, 0xf0, 0x24, 0x7f, 0x88, 0xc8, 0xdc, 0xa6, 0x4f, 0xba, 0x1d, 0x33, 0xbc, 0xba, 0x4a, 0xcd, 0xe3, 0xda, 0x1d, 0xb2, 0xa0, 0x5c, 0x16, 0xa8, 0xb1, 0xcd, 0x0b, 0x61, 0x97, 0x7a, 0x42, 0xee, 0x03, 0xa5, 0x04, 0xe9, 0x62, 0x97, 0xb9, 0x8e, 0xc0, 0xae, 0x75, 0xfb, 0x30, 0xdc, 0x3f, 0x52, 0x68, 0x9e, 0xd5, 0xda, 0xa1, 0xf8, 0x26, 0xf9, 0x0f, 0x76, 0x83, 0x54, 0xc6, 0xb4, 0x15, 0x42, 0x91, 0x45, 0x91, 0x2d, 0xca, 0x57 } }; static const struct cckprng_op_reseed op_reseed_3428 = { .hd = { .id = 3238, .kind = OP_RESEED }, .nonce = 6156816086210773027ULL, .seed_nbytes = 121, .seed = { 0x8b, 0x9d, 0x7c, 0x9b, 0x6c, 0x96, 0xd4, 0xac, 0x3f, 0xbb, 0xad, 0x60, 0xe3, 0x03, 0x44, 0x2c, 0x41, 0x18, 0x1a, 0x7d, 0x36, 0x44, 0x8f, 0x9f, 0x1f, 0x2d, 0xd6, 0x17, 0x6d, 0x77, 0x2d, 0x6b, 0x4e, 0x61, 0x9c, 0x81, 0xb7, 0x9f, 0x7a, 0x1e, 0x6d, 0x45, 0x7b, 0x22, 0x1a, 0x72, 0x87, 0xc8, 0x0b, 0x34, 0xf1, 0x8a, 0x73, 0x9a, 0x9b, 0x69, 0xf8, 0x31, 0xd8, 0x9a, 0x78, 0x26, 0x48, 0xa3, 0x89, 0x8a, 0xef, 0xc7, 0xce, 0xf1, 0x9b, 0x64, 0x91, 0xe9, 0x6a, 0x35, 0x92, 0x64, 0xe8, 0x42, 0xe6, 0x2e, 0xee, 0xd6, 0x67, 0xfc, 0x3d, 0xd4, 0xa5, 0xdc, 0x2e, 0x0b, 0xdf, 0x30, 0x9e, 0x6b, 0x8c, 0x32, 0xd3, 0x4e, 0xe4, 0xb8, 0x60, 0x03, 0xe3, 0x9d, 0xb4, 0xaf, 0x8e, 0x28, 0x65, 0xf1, 0x1b, 0x32, 0x4b, 0x8e, 0x4a, 0xa3, 0xb8, 0xf0, 0x51 } }; static const struct cckprng_op_generate op_init_3429 = { .hd = { .id = 3239, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0xc9, 0x33, 0x75, 0xdb, 0x19, 0x19, 0xab, 0x5c, 0xde, 0x0b, 0x6f, 0x3c, 0x25, 0xa6, 0x49, 0xb7, 0xb0, 0xac, 0x3e, 0x32, 0x80, 0x64, 0x4d, 0xe4, 0x79, 0xfd, 0xcd, 0x39, 0xd4, 0xa9, 0x07, 0xdc, 0x97, 0xb1, 0x9f, 0xc0, 0xab, 0x01, 0x9f, 0xd0, 0xa7, 0xb1, 0xd3, 0xab, 0x66, 0x49, 0x8e, 0x4a, 0x57, 0x08, 0x07, 0x92, 0xc5, 0x15, 0xb2, 0x45, 0x76, 0x36, 0x58, 0x52, 0x62, 0x1f, 0x5e, 0x9f, 0x42, 0xd4, 0x42, 0x75, 0x1f, 0x8e, 0xf7, 0x8e, 0x52, 0xa3, 0xab, 0xf6, 0x84, 0x50, 0xa3, 0x25, 0xf4, 0x63, 0xab, 0x44, 0x65, 0xb7, 0xf5, 0xaf, 0x16, 0x36, 0xef, 0x48, 0x2d, 0x8b, 0xd5, 0xe1, 0x1e, 0xe2, 0x10, 0x66, 0xbc, 0x61, 0x82, 0xd6, 0x61, 0x38, 0xf8, 0x38, 0xd6, 0xd2, 0x41, 0x55, 0x92, 0x76, 0x78, 0x5d, 0xfb, 0xa2, 0xc0, 0x20, 0x69, 0x29, 0x4e, 0xf7, 0xd9, 0x1c, 0xd1 } } }; static const struct cckprng_op_generate op_init_3430 = { .hd = { .id = 3240, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x73, 0x18, 0x95, 0xfa, 0x08, 0x6f, 0x43, 0x71, 0x04, 0x77, 0x0b, 0x07, 0xab, 0xbd, 0xc6, 0xbf, 0x86, 0xff, 0x6b, 0x72, 0xf1, 0x46, 0x45, 0x22, 0x91, 0x09, 0xe9, 0xc2, 0x3e, 0x58, 0xd0, 0x5b, 0x29, 0x3f, 0x4f, 0x6d, 0xbe, 0x24, 0x3d, 0x4f, 0xb6, 0x7c, 0x9d, 0xd1, 0xe3, 0xc0, 0x4b, 0x4b, 0x84, 0x58, 0x88, 0x3b, 0xbf, 0xcc, 0xd3, 0x10, 0x8a, 0xa7, 0x32, 0x02, 0xac, 0xb9, 0x05, 0x40, 0xd9, 0x1f, 0xbc, 0x0c, 0x9c, 0x48, 0xbe, 0xae, 0x8c, 0xac, 0xe9, 0x31, 0x57, 0xdf, 0xb2, 0xee, 0x93, 0xbb, 0xd1, 0x86, 0xf2, 0xc1, 0xed, 0xa9, 0xad, 0x49, 0xf4, 0xd4, 0x54, 0x3d, 0x0e, 0xb0, 0xec, 0x54, 0xea, 0x8f, 0x08, 0x28, 0xd0, 0x22, 0x01, 0x66, 0xf7, 0xa6, 0xa7, 0x22, 0x34, 0x50, 0xcc, 0x93, 0xac, 0x50, 0xdd, 0x9e, 0x83, 0x43, 0xfc, 0xc0, 0x49, 0x11, 0xdc, 0xec, 0x6a, 0x02, 0x38, 0xd7, 0x3d, 0x8e, 0xee, 0xab, 0xf7, 0x9d, 0x96, 0xf3, 0x35, 0xae, 0x97, 0xc0, 0xc6, 0xdd, 0xf8, 0x9c, 0xef, 0xf6, 0x14, 0xfb, 0xd1, 0xc8, 0x29, 0x6d, 0x2e, 0xcb, 0x5f, 0xe3, 0xbe, 0xee, 0x55, 0x18, 0xd1, 0x6f, 0x15, 0xef, 0xa3, 0xe1, 0x9f, 0xb3, 0x6f, 0xe1, 0x79, 0x12, 0xce, 0x42, 0xe5, 0x8a, 0xa8, 0x62, 0x7d, 0xe1, 0x59, 0x68, 0xa3, 0xef, 0x2f, 0x78, 0x6f, 0x35, 0x3e, 0x40, 0x35, 0xcf, 0xee, 0x1e, 0x32, 0x60, 0xaa, 0x33, 0xc7, 0x30, 0x18, 0xac, 0x43, 0x3a, 0xd1, 0xe6, 0x11, 0x99, 0xbd, 0xbf, 0x36, 0x76, 0x4d, 0x4a, 0x68, 0xca, 0x0c, 0xcd, 0x28, 0xce, 0x5b, 0xea, 0xe1, 0x94, 0x6b, 0x11, 0x08 } } }; static const struct cckprng_op_reseed op_reseed_3431 = { .hd = { .id = 3241, .kind = OP_RESEED }, .nonce = 9530387141946432820ULL, .seed_nbytes = 228, .seed = { 0x34, 0xd5, 0x14, 0xdc, 0xd8, 0x45, 0xf9, 0xb0, 0xc5, 0x4e, 0x43, 0x5f, 0xd5, 0xa0, 0xc9, 0x9c, 0x57, 0x7c, 0x6d, 0x56, 0xac, 0x92, 0x49, 0xa7, 0xed, 0xe7, 0x52, 0xaf, 0x53, 0xbf, 0xfa, 0x6d, 0xeb, 0x9d, 0xfe, 0xfb, 0x82, 0xf2, 0x1e, 0x59, 0xed, 0x08, 0xdb, 0xb9, 0x97, 0xdf, 0x37, 0x3b, 0x32, 0x1b, 0x8b, 0xa3, 0xef, 0xb9, 0xa7, 0x08, 0xce, 0xde, 0xd9, 0xd5, 0x85, 0x89, 0xcf, 0x3d, 0x3c, 0xdd, 0xc0, 0xfe, 0xe7, 0x27, 0xd7, 0x70, 0xbd, 0xbd, 0xd1, 0x80, 0xde, 0x22, 0x83, 0x6d, 0x73, 0x39, 0xc6, 0xc9, 0xab, 0x3a, 0x12, 0x62, 0x44, 0xd6, 0xcb, 0xf6, 0xad, 0xdd, 0x3f, 0x98, 0xd8, 0xe9, 0xad, 0x82, 0xc8, 0xf6, 0x11, 0x26, 0x31, 0x7f, 0xdc, 0x55, 0x10, 0xc3, 0x7a, 0xb6, 0xc8, 0x16, 0x69, 0x83, 0x4b, 0xae, 0x42, 0x7e, 0xa6, 0x38, 0x32, 0x52, 0x62, 0xba, 0xf3, 0x8a, 0xda, 0x9a, 0xc7, 0x2e, 0xbd, 0x97, 0x8f, 0x5a, 0x53, 0xbf, 0x83, 0x43, 0x5c, 0x42, 0x4a, 0x53, 0x03, 0x2d, 0xb0, 0xeb, 0x7a, 0xeb, 0x26, 0xc3, 0x3f, 0x78, 0xe8, 0x81, 0x56, 0xfc, 0xc2, 0xc4, 0xf4, 0x2c, 0x50, 0xaa, 0x17, 0xf3, 0xa7, 0x00, 0x32, 0x17, 0xe9, 0x2e, 0x0a, 0x6e, 0xd8, 0x8f, 0x3a, 0xb3, 0x63, 0xcf, 0x36, 0x3e, 0x25, 0xb6, 0x84, 0x9c, 0xb3, 0xf5, 0xef, 0x64, 0xe5, 0xb2, 0x62, 0x09, 0x8e, 0x8b, 0x99, 0x38, 0xd8, 0x7c, 0xf5, 0x62, 0x05, 0xe1, 0xee, 0x31, 0xa3, 0xde, 0x20, 0x31, 0x06, 0x18, 0xa0, 0xb5, 0xfd, 0x5e, 0x34, 0x31, 0x76, 0xb8, 0xba, 0xdc, 0xc0, 0x37, 0xa4, 0xce, 0x7a, 0xe2 } }; static const struct cckprng_op_reseed op_reseed_3432 = { .hd = { .id = 3242, .kind = OP_RESEED }, .nonce = 150683194913727659ULL, .seed_nbytes = 211, .seed = { 0x2e, 0x7f, 0x5a, 0x55, 0x4f, 0x4b, 0x20, 0xb2, 0x64, 0xd8, 0xf2, 0xd1, 0x39, 0xb0, 0xba, 0x19, 0x66, 0x2e, 0x4d, 0xe2, 0xae, 0x2f, 0xed, 0xbc, 0x9e, 0x2e, 0x78, 0x6e, 0x21, 0xec, 0xf0, 0x9e, 0x3e, 0x70, 0x8f, 0x2d, 0xe4, 0xba, 0xee, 0x1d, 0x4d, 0x24, 0x59, 0x44, 0x08, 0xed, 0xbf, 0x33, 0xf3, 0x05, 0x21, 0xe4, 0xf3, 0x24, 0xc7, 0x97, 0xb4, 0x64, 0x30, 0x36, 0x3a, 0xfb, 0x02, 0xa4, 0x4b, 0x63, 0x04, 0x21, 0x34, 0xda, 0xe3, 0x70, 0xb7, 0xac, 0xa9, 0xd6, 0x7f, 0x30, 0x88, 0x25, 0xd5, 0x6e, 0x70, 0xec, 0x1e, 0x7b, 0xea, 0x25, 0xde, 0x64, 0xbf, 0xac, 0x8e, 0x28, 0xc1, 0xe3, 0x0a, 0xeb, 0x9a, 0x98, 0xe8, 0x06, 0x79, 0x5b, 0x6d, 0xb5, 0xf6, 0x4a, 0xba, 0x17, 0xb5, 0x89, 0x65, 0x77, 0xe8, 0x78, 0x1e, 0xac, 0x9a, 0x17, 0x89, 0xd6, 0x5c, 0xae, 0x34, 0x77, 0x72, 0x8b, 0xbb, 0x07, 0x16, 0x0c, 0xc7, 0x22, 0xa4, 0xa3, 0x0e, 0x7b, 0xad, 0xfc, 0xbb, 0x44, 0x7a, 0xc0, 0x6d, 0x76, 0x77, 0x71, 0x8e, 0x23, 0xa3, 0xf2, 0x5d, 0x55, 0xa2, 0x13, 0x98, 0xf0, 0xd3, 0x51, 0x77, 0xbd, 0xf7, 0x24, 0xf1, 0xa6, 0x0f, 0x52, 0x6f, 0x3f, 0xd1, 0x76, 0xa1, 0xb5, 0x32, 0x66, 0x01, 0xac, 0xf2, 0x58, 0x09, 0xba, 0x92, 0xde, 0xcd, 0x4e, 0xed, 0x8d, 0xf5, 0x8c, 0x59, 0x08, 0xdf, 0xfd, 0x2e, 0x06, 0x99, 0x78, 0x3a, 0xa2, 0xe6, 0x29, 0x00, 0xec, 0x3d, 0x77, 0x7a, 0x4b, 0xf1, 0xe3, 0xed } }; static const struct cckprng_op_generate op_init_3433 = { .hd = { .id = 3243, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x1a, 0x88, 0xba, 0x16, 0x7c, 0x8a, 0x89, 0x8b, 0x36, 0xc6, 0xb6, 0x88, 0x20, 0x47, 0x74, 0xb6, 0x0d, 0xb4, 0x46, 0xd4, 0x3d, 0x07, 0x07, 0x0f, 0x01, 0xce, 0x91, 0x41, 0x71, 0xff, 0xce, 0x60, 0x67, 0xff, 0xbd, 0x5a, 0x08, 0x35, 0x4b, 0x8a, 0x0f, 0x9c, 0x11, 0x9b, 0xe6, 0xd6, 0x78, 0xb3, 0xe4 } } }; static const struct cckprng_op_reseed op_reseed_3434 = { .hd = { .id = 3244, .kind = OP_RESEED }, .nonce = 9400157495204824229ULL, .seed_nbytes = 194, .seed = { 0xb4, 0xbc, 0x9f, 0xee, 0x2d, 0xcf, 0x15, 0x06, 0x0e, 0xf9, 0x4c, 0x92, 0x98, 0x49, 0x80, 0x00, 0x1b, 0xc5, 0xa3, 0xed, 0x0d, 0x06, 0xdc, 0xc7, 0xf5, 0xc5, 0x0c, 0x12, 0x42, 0xfa, 0x8b, 0x51, 0xbe, 0x6e, 0x2c, 0xcd, 0x44, 0xc8, 0x11, 0x51, 0x1d, 0x8c, 0x05, 0x62, 0x6e, 0x49, 0x1d, 0x6f, 0x24, 0x6a, 0x77, 0x2c, 0xab, 0x65, 0x89, 0x3c, 0x07, 0x03, 0xda, 0xc1, 0x52, 0xfe, 0xbe, 0x0b, 0xf7, 0x57, 0x52, 0x33, 0x81, 0xb5, 0x66, 0x6c, 0xed, 0xc6, 0xef, 0x49, 0xbc, 0x76, 0x6b, 0x0a, 0xed, 0x48, 0xf0, 0xb2, 0x6b, 0xa7, 0x2d, 0x40, 0xcd, 0xde, 0xb9, 0xa5, 0x35, 0xfc, 0x57, 0xe6, 0x0a, 0x16, 0x31, 0xec, 0x9a, 0x5a, 0x32, 0x6e, 0x99, 0xb6, 0x74, 0x4b, 0xb8, 0x3f, 0xe8, 0x69, 0xb9, 0xc9, 0x30, 0xfd, 0xb4, 0x41, 0x5e, 0x80, 0x18, 0x81, 0xd4, 0x90, 0xf1, 0xf6, 0x80, 0x4a, 0x4a, 0xf4, 0x1b, 0x8d, 0x6d, 0x24, 0x46, 0xe1, 0x6b, 0x0e, 0x91, 0xb4, 0x89, 0xa2, 0x4a, 0x3b, 0x33, 0x2b, 0xd2, 0x4f, 0xce, 0xaf, 0x6f, 0x93, 0x58, 0xc1, 0x7d, 0xf3, 0xdd, 0xa1, 0x2e, 0x06, 0x8a, 0xfa, 0xd2, 0x78, 0x2e, 0x2c, 0xdd, 0xa4, 0xe6, 0x09, 0x2a, 0xb8, 0x8d, 0xbc, 0x68, 0xed, 0xf2, 0x00, 0x10, 0xc4, 0x9d, 0x33, 0xe8, 0x09, 0xb2, 0xa1, 0x21, 0x61, 0x62, 0x80, 0xec, 0x99, 0x86, 0x5a } }; static const struct cckprng_op_generate op_init_3435 = { .hd = { .id = 3245, .kind = OP_GENERATE }, .rand_nbytes = 189, .out = { .rand = { 0x78, 0xf7, 0x17, 0x2b, 0x5c, 0x5b, 0x41, 0xe2, 0x7e, 0x57, 0x4f, 0x7d, 0xcf, 0x81, 0xa5, 0xa9, 0xf1, 0xb3, 0x5c, 0x17, 0xcc, 0x50, 0x81, 0x44, 0x43, 0x68, 0xa7, 0xd3, 0xc3, 0xba, 0x74, 0x50, 0xea, 0x1b, 0xea, 0xa6, 0xb3, 0xec, 0xc9, 0x27, 0x2e, 0xae, 0x51, 0x1f, 0x8d, 0xdd, 0x83, 0xad, 0x62, 0xab, 0x97, 0x11, 0xe8, 0x35, 0xda, 0x4d, 0x6b, 0x09, 0x7a, 0x8b, 0x18, 0xde, 0xcc, 0x09, 0x36, 0xb5, 0x9c, 0xca, 0xb6, 0x3d, 0xb9, 0x78, 0x78, 0xb9, 0x51, 0x7d, 0x5f, 0x71, 0x3b, 0x01, 0x2b, 0xf1, 0x89, 0x85, 0x43, 0xeb, 0xf8, 0xb3, 0x72, 0xb5, 0xe0, 0x69, 0x54, 0xd0, 0xd1, 0xc8, 0xae, 0xa9, 0x17, 0xd4, 0x5d, 0xff, 0x73, 0x10, 0x44, 0x9e, 0xcb, 0x76, 0x9c, 0x8a, 0x4a, 0x1e, 0xc3, 0x0d, 0xa6, 0x1d, 0x17, 0x15, 0x18, 0xe7, 0xa7, 0xeb, 0xbb, 0x2e, 0xbb, 0x78, 0x11, 0xca, 0x0d, 0xc7, 0x30, 0x07, 0xd7, 0xd0, 0x3b, 0x63, 0xbb, 0xed, 0xcd, 0x78, 0x7b, 0x3f, 0x7f, 0xdd, 0x8b, 0x3d, 0x4a, 0x02, 0x5d, 0x8c, 0x70, 0x64, 0xe3, 0x90, 0x1f, 0xa7, 0xcb, 0x6f, 0xcd, 0x47, 0x5c, 0x5c, 0xe3, 0xcf, 0x47, 0x2a, 0x05, 0x60, 0xf3, 0x7b, 0xb0, 0xfb, 0xf4, 0x07, 0x4b, 0x1a, 0x59, 0x43, 0x91, 0x9a, 0x8b, 0xdc, 0xc6, 0x5b, 0x74, 0x01, 0x6f, 0xcc, 0x45 } } }; static const struct cckprng_op_reseed op_reseed_3436 = { .hd = { .id = 3246, .kind = OP_RESEED }, .nonce = 3498501144701874072ULL, .seed_nbytes = 208, .seed = { 0x4a, 0xce, 0x18, 0x92, 0xa4, 0x7c, 0x5b, 0x92, 0xa8, 0x7c, 0x05, 0x3a, 0x33, 0xf4, 0x6c, 0x8f, 0xfe, 0xf2, 0xa8, 0xb1, 0x2d, 0xa3, 0xe5, 0x8c, 0xac, 0x98, 0x6e, 0x9d, 0x52, 0xaf, 0x5d, 0x22, 0x24, 0x0c, 0xc4, 0x91, 0xff, 0xa1, 0xed, 0x50, 0x74, 0xc4, 0x35, 0xf9, 0x11, 0x9d, 0x08, 0xf8, 0xf4, 0xb7, 0xc5, 0x31, 0xc3, 0xfa, 0x69, 0x73, 0x43, 0xfe, 0xee, 0xea, 0x02, 0xa3, 0xb6, 0xbc, 0xeb, 0x7b, 0xf4, 0xdf, 0xd0, 0xce, 0xf1, 0x90, 0xca, 0x95, 0x1c, 0xc0, 0x33, 0x10, 0x61, 0x91, 0xe0, 0x4e, 0x88, 0x53, 0xa1, 0x2b, 0x2c, 0x05, 0xd3, 0x34, 0x0c, 0x4b, 0x72, 0xae, 0xd0, 0xfa, 0x51, 0x1e, 0xac, 0x09, 0xad, 0x4c, 0x16, 0x16, 0x0c, 0x54, 0xce, 0xf1, 0x49, 0xab, 0x2b, 0xec, 0xe4, 0x78, 0x13, 0xa0, 0x21, 0x94, 0x92, 0xf5, 0x95, 0x0a, 0x02, 0x49, 0x02, 0xb2, 0x48, 0x10, 0xda, 0xb3, 0xb9, 0x66, 0x90, 0x79, 0xac, 0x59, 0x46, 0x55, 0xee, 0xe3, 0x1e, 0x0e, 0x6f, 0xa6, 0x2e, 0xbd, 0x9d, 0x4d, 0x8f, 0x3e, 0xeb, 0x2a, 0x00, 0x3d, 0x30, 0x4f, 0x58, 0x2a, 0xf7, 0x5c, 0x91, 0x74, 0x02, 0x32, 0x97, 0xcb, 0xc6, 0x5f, 0x8e, 0x21, 0xd3, 0x4a, 0xf8, 0xbf, 0xb3, 0xf5, 0x92, 0xe9, 0x64, 0xd0, 0x23, 0xf0, 0x57, 0xb5, 0xcc, 0x34, 0x57, 0x8e, 0xb2, 0x16, 0x3c, 0x0e, 0xe5, 0xb7, 0x7a, 0xa7, 0xa3, 0x22, 0x7b, 0x0e, 0x87, 0xb6, 0x74, 0x1d, 0x13, 0x32, 0x31, 0x0d } }; static const struct cckprng_op *ops_3437[] = { (const struct cckprng_op *)&op_init_3421, (const struct cckprng_op *)&op_reseed_3422, (const struct cckprng_op *)&op_init_3423, (const struct cckprng_op *)&op_init_3424, (const struct cckprng_op *)&op_refresh_3425, (const struct cckprng_op *)&op_reseed_3426, (const struct cckprng_op *)&op_reseed_3427, (const struct cckprng_op *)&op_reseed_3428, (const struct cckprng_op *)&op_init_3429, (const struct cckprng_op *)&op_init_3430, (const struct cckprng_op *)&op_reseed_3431, (const struct cckprng_op *)&op_reseed_3432, (const struct cckprng_op *)&op_init_3433, (const struct cckprng_op *)&op_reseed_3434, (const struct cckprng_op *)&op_init_3435, (const struct cckprng_op *)&op_reseed_3436 }; static const struct cckprng_vector vec_3438 = { .id = 3247, .note = NULL, .nops = 16, .ops = ops_3437 }; static const struct cckprng_op_init op_init_3439 = { .hd = { .id = 3248, .kind = OP_INIT }, .seed = { 0x5e, 0xcb, 0x37, 0x55, 0x0d, 0xf5, 0x9a, 0x5f, 0x92, 0x35, 0x45, 0x24, 0xf1, 0x26, 0x0b, 0x42, 0xfb, 0xda, 0x52, 0xcb, 0x3e, 0xb5, 0x19, 0x73, 0x26, 0x96, 0x5e, 0x6f, 0xf7, 0xc3, 0x84, 0xa4 }, .nonce = { 0x31, 0xa2, 0x35, 0x4d, 0x23, 0x3f, 0xff, 0x5d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3440 = { .hd = { .id = 3249, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0xf6, 0x71, 0x85, 0xb8, 0xcf, 0xe2, 0xbf, 0xb9, 0x00, 0x1b, 0xdd, 0x54, 0xf8, 0x69, 0x53, 0x67, 0x89, 0xb2, 0x87, 0xf3, 0xce, 0x4a, 0xc0, 0xd8, 0x3b, 0x9f, 0xb6, 0xb4, 0x3a, 0x84, 0xc2, 0xaf, 0xfd, 0x5a, 0x09, 0xe0, 0x54, 0xf7, 0xbe, 0x40, 0xb9, 0xcf, 0xa1, 0x30, 0xc2, 0xfd, 0x3d, 0x4f, 0xe6, 0x3e, 0x49, 0x25, 0xe5, 0x24, 0x3b, 0xd6, 0xc8, 0xe3, 0x94, 0xe4, 0xee, 0x4a, 0x76, 0xe4, 0x09, 0xcc, 0x52, 0x40, 0x44, 0x20, 0x96, 0x36, 0xbe, 0x40, 0x2a, 0x33, 0x70, 0x5c, 0xef, 0x42, 0x34, 0x39, 0x9f, 0x3d, 0x9c, 0x6e, 0xb3, 0xa0, 0xf3, 0xf2, 0x9a, 0x0d, 0x5f, 0x6a, 0x53, 0xd6, 0xe9, 0x09, 0x0e, 0x58, 0x9c, 0x53, 0xa4, 0xbd, 0x0c, 0x37, 0x17, 0x39, 0x3f, 0x8e, 0xfb, 0x94, 0xc7, 0xa9, 0x54, 0x41, 0x28, 0x02, 0xfe, 0xa6, 0x05, 0x42, 0x3f, 0xbb, 0xc2, 0x9c, 0xe8, 0xcf, 0x30, 0xb9, 0x48, 0x9c, 0x4f, 0xe4, 0x87, 0xe0, 0x9b, 0x0b, 0x06, 0xad, 0x35, 0x55, 0xb4, 0x44, 0xe1, 0xe2, 0x5a, 0xb0, 0x18, 0xc5, 0xf7, 0x1e, 0x28, 0x1f, 0x05, 0x39, 0x65, 0x0e, 0x34, 0x62, 0xf8, 0xa4, 0xdd, 0x95, 0xb3, 0xec, 0x15, 0x60, 0xa1, 0xd0, 0x28, 0x61, 0x9d, 0x47, 0x87, 0x89 } } }; static const struct cckprng_op_reseed op_reseed_3441 = { .hd = { .id = 3250, .kind = OP_RESEED }, .nonce = 6145679701608226006ULL, .seed_nbytes = 172, .seed = { 0xfc, 0xa1, 0x6e, 0x80, 0xd0, 0x72, 0xd0, 0x7f, 0x75, 0x58, 0x8b, 0xb1, 0xf0, 0x20, 0xc3, 0xc4, 0x5c, 0x9c, 0xfb, 0x8f, 0x53, 0xe0, 0x10, 0x5b, 0xa4, 0x9c, 0x9e, 0x36, 0x7e, 0x62, 0x67, 0x6b, 0x37, 0x8a, 0x53, 0xd7, 0x35, 0xed, 0x72, 0xfb, 0xf0, 0x57, 0xd8, 0xb6, 0x0c, 0x3b, 0xc0, 0xa8, 0x2f, 0xaa, 0xa2, 0xb5, 0x6b, 0x4e, 0x98, 0x19, 0xfb, 0xd3, 0x2d, 0x58, 0xd2, 0xb4, 0xe0, 0xa2, 0xf7, 0x09, 0x5a, 0x25, 0xcf, 0xe5, 0x7d, 0xf1, 0xc6, 0x1d, 0x06, 0x7a, 0x2e, 0xa4, 0xe4, 0xb0, 0x5e, 0x84, 0x59, 0x30, 0x0c, 0x09, 0xdc, 0xa5, 0x5f, 0xee, 0xd9, 0xda, 0x16, 0x40, 0x82, 0x81, 0x64, 0xec, 0x80, 0xcf, 0xde, 0xba, 0x98, 0x75, 0xe7, 0x77, 0x5f, 0x00, 0xc6, 0x54, 0x69, 0x84, 0x75, 0xad, 0x79, 0xa8, 0x12, 0xf5, 0x5f, 0xd5, 0x03, 0x3a, 0xfc, 0x96, 0xf2, 0x14, 0x21, 0x2c, 0xdf, 0xc9, 0x51, 0x54, 0x6c, 0x82, 0x90, 0x77, 0x0c, 0x93, 0x12, 0x4e, 0x81, 0xdb, 0x1d, 0x5c, 0xf4, 0xda, 0xd7, 0x12, 0xa1, 0x0c, 0x2d, 0xa0, 0x00, 0xae, 0xbf, 0x91, 0x03, 0x0e, 0x4c, 0x16, 0xdb, 0xcf, 0x20, 0x55, 0x37, 0x46, 0x1a, 0xdc, 0xa0, 0x57, 0x32, 0x78 } }; static const struct cckprng_op_generate op_init_3442 = { .hd = { .id = 3251, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0x27, 0x93, 0xa4, 0x6c, 0x08, 0xe9, 0xa0, 0x73, 0xb7, 0xed, 0x5f, 0x49, 0xfd, 0x45, 0x32, 0xbb, 0x71, 0x80, 0x8e, 0x4a, 0xf6, 0x41, 0x3f, 0xb7, 0x7b, 0x27, 0xb6, 0x22, 0x9c, 0x57, 0x5b, 0xe3, 0xbc, 0x87, 0xba, 0x8f, 0xe6, 0xaf, 0xc1, 0xd0, 0x15, 0x33, 0x2a, 0x6f, 0x9c, 0x28, 0x6e, 0xe7, 0x96, 0x57, 0xf4, 0x28, 0xdd, 0x44, 0xf1, 0xb0, 0x4a, 0x4c, 0xaa, 0xd1, 0x37, 0x50, 0xb3, 0x89, 0x62, 0xbc, 0x0c, 0xf8, 0x24, 0xe3, 0x3b, 0x73, 0xd8, 0x9e, 0x4b, 0xce, 0x20, 0x8d, 0x4c, 0xf1, 0x15, 0x33, 0xcb, 0x89, 0x1e, 0x36, 0x11, 0x76, 0x7b, 0x0d, 0xd7, 0x2c, 0xb1, 0xab, 0x11, 0x8d, 0xdd, 0xce, 0xda, 0x14, 0x61, 0xc6, 0x77, 0x14, 0xa3, 0x23, 0x11, 0xfc, 0x2a, 0xa1, 0x59, 0x7d, 0xf5, 0x5e, 0x62, 0xad, 0x85, 0xa0, 0x56, 0x40, 0x49, 0xbe, 0x91, 0x73, 0x31, 0x75, 0xf9, 0x7a, 0x74, 0xac, 0x08, 0x6c, 0xc3, 0x54, 0x95, 0xa8, 0xff, 0x70, 0xdf, 0x11, 0x5e, 0xcc, 0xa9, 0xeb, 0x1c, 0x2a, 0x17, 0xb1, 0x1c, 0x22, 0x72, 0x2f, 0xc2, 0x23, 0xf3, 0x9a, 0x8b, 0xe5, 0x3a, 0x47, 0x52, 0x55, 0xf6, 0x3a, 0x39, 0x65, 0x77, 0xc7, 0xe4, 0xc0, 0x94, 0x47, 0x8c } } }; static const struct cckprng_op_generate op_init_3443 = { .hd = { .id = 3252, .kind = OP_GENERATE }, .rand_nbytes = 203, .out = { .rand = { 0xc0, 0x0d, 0x10, 0x58, 0x27, 0x24, 0x30, 0xd8, 0xb3, 0x1b, 0xaa, 0xde, 0x0e, 0x8d, 0xf2, 0xa2, 0xd4, 0xe2, 0x49, 0x3b, 0xc0, 0x0a, 0x80, 0x2b, 0x45, 0xbb, 0x82, 0x19, 0x05, 0x88, 0xa4, 0x2f, 0x39, 0xe3, 0x04, 0xb5, 0x2b, 0x21, 0x24, 0xb8, 0x8a, 0xcc, 0xd2, 0xc9, 0x3f, 0x54, 0xbe, 0x84, 0x3b, 0x69, 0x6a, 0x3b, 0xfd, 0x9b, 0xed, 0xac, 0xdd, 0x8b, 0x8c, 0xc6, 0x32, 0x83, 0x06, 0xb1, 0x6b, 0x7f, 0x65, 0x13, 0x90, 0xc9, 0xe4, 0x52, 0x04, 0xc4, 0x54, 0x0d, 0x57, 0xb1, 0x62, 0x7f, 0x34, 0x68, 0xed, 0x8d, 0x6f, 0xe4, 0x8e, 0xff, 0x32, 0x3e, 0x9b, 0x0b, 0xdb, 0xf2, 0x12, 0x02, 0x0f, 0xa8, 0xf4, 0x8b, 0x97, 0x8e, 0x88, 0x4e, 0x8c, 0xc4, 0x30, 0xb3, 0xf7, 0xeb, 0xdd, 0xe3, 0x3e, 0xf7, 0x5e, 0xdf, 0x8c, 0x24, 0x51, 0x06, 0x17, 0x38, 0x3b, 0x96, 0x53, 0x39, 0xc8, 0x18, 0x61, 0x13, 0xfb, 0x70, 0x76, 0x8e, 0xba, 0x1c, 0x48, 0xe4, 0x68, 0x8a, 0x33, 0x90, 0x46, 0xcd, 0x11, 0x8d, 0x74, 0x6d, 0x15, 0x49, 0x35, 0xa2, 0x84, 0xe3, 0xcf, 0xc3, 0x80, 0xb9, 0x50, 0xb5, 0x30, 0x10, 0xc4, 0xdf, 0xd9, 0x75, 0x8a, 0x44, 0x5b, 0xb9, 0xc0, 0x90, 0x55, 0xe6, 0xa2, 0xb7, 0x1f, 0x1b, 0x52, 0x55, 0x9a, 0xea, 0x63, 0x1f, 0x50, 0x19, 0x49, 0x12, 0x41, 0x5c, 0x2b, 0x96, 0x88, 0x59, 0xc5, 0x2b, 0x1d, 0xc9, 0x7d, 0x81, 0x0b, 0xc5, 0x65 } } }; static const struct cckprng_op_generate op_init_3444 = { .hd = { .id = 3253, .kind = OP_GENERATE }, .rand_nbytes = 1, .out = { .rand = { 0x86 } } }; static const struct cckprng_op_refresh op_refresh_3445 = { .hd = { .id = 3254, .kind = OP_REFRESH }, .rand = 18323050254594470868ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3446 = { .hd = { .id = 3255, .kind = OP_RESEED }, .nonce = 14676545140293095680ULL, .seed_nbytes = 52, .seed = { 0xa1, 0xa5, 0x2f, 0x38, 0xe4, 0x3a, 0x71, 0x11, 0x02, 0xc8, 0x91, 0x56, 0xf5, 0xcc, 0x97, 0x2b, 0xdf, 0x1a, 0xae, 0xcc, 0x5d, 0x1c, 0x12, 0x55, 0xe6, 0xc7, 0xda, 0xad, 0xdc, 0x91, 0xa4, 0xeb, 0xbf, 0x47, 0xf2, 0x82, 0xd9, 0x1c, 0xd0, 0x44, 0x3a, 0x5d, 0x96, 0x2b, 0x3a, 0x09, 0x0b, 0x6d, 0x27, 0xe5, 0x6f, 0xe1 } }; static const struct cckprng_op_generate op_init_3447 = { .hd = { .id = 3256, .kind = OP_GENERATE }, .rand_nbytes = 183, .out = { .rand = { 0x6e, 0x1c, 0x9e, 0x28, 0x08, 0xe5, 0xf8, 0xb8, 0x53, 0x97, 0x7f, 0x70, 0x1c, 0x44, 0x1c, 0xb0, 0x5e, 0x53, 0x80, 0x36, 0xe2, 0x98, 0x93, 0x28, 0x96, 0xfa, 0x69, 0x6a, 0xfd, 0x83, 0xfa, 0xf8, 0x55, 0x96, 0x88, 0x25, 0x55, 0xb9, 0x08, 0x20, 0xdc, 0x33, 0xc4, 0x74, 0x41, 0x90, 0x96, 0x37, 0x64, 0x61, 0x59, 0xb5, 0xa5, 0xb4, 0xea, 0xf1, 0x18, 0x92, 0xdb, 0xed, 0x10, 0xa6, 0xde, 0x31, 0xcd, 0x10, 0x30, 0x33, 0x5e, 0xa0, 0xb9, 0x7e, 0x0d, 0xb1, 0x5c, 0x95, 0x13, 0x9a, 0x29, 0x56, 0xdf, 0x1f, 0x0a, 0xdc, 0xe4, 0x06, 0xa4, 0xa0, 0xc5, 0x04, 0x97, 0x74, 0x79, 0x96, 0xfb, 0x45, 0x39, 0x78, 0xe7, 0x54, 0x6a, 0x6d, 0x48, 0x81, 0xb7, 0x65, 0x37, 0xb2, 0x44, 0x52, 0xc7, 0xae, 0x9e, 0xe5, 0xbf, 0x27, 0xba, 0x5c, 0x3b, 0xed, 0x19, 0xdb, 0xc0, 0x33, 0x3c, 0x6d, 0x66, 0x26, 0x10, 0x17, 0xc5, 0x09, 0x56, 0xbf, 0x8e, 0x86, 0x69, 0x5e, 0x47, 0x1b, 0xd7, 0xf5, 0xf7, 0xa9, 0x1c, 0xcd, 0x01, 0xa8, 0x3c, 0x76, 0xdf, 0x8c, 0x3e, 0x7a, 0xce, 0xe7, 0x14, 0xc4, 0x58, 0xbf, 0x24, 0x7c, 0x3a, 0x7c, 0x86, 0xa1, 0x7b, 0x31, 0x8d, 0xad, 0xc0, 0x44, 0xdd, 0xe1, 0x56, 0x5c, 0xb6, 0xe0, 0x57, 0x85, 0x4a, 0xa3, 0xe9 } } }; static const struct cckprng_op_refresh op_refresh_3448 = { .hd = { .id = 3257, .kind = OP_REFRESH }, .rand = 13468938896798739182ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3449 = { .hd = { .id = 3258, .kind = OP_REFRESH }, .rand = 14625618921013319644ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3450 = { .hd = { .id = 3259, .kind = OP_RESEED }, .nonce = 9398256926578476986ULL, .seed_nbytes = 253, .seed = { 0xce, 0xf4, 0xc2, 0xa3, 0xad, 0x0a, 0x5c, 0x8e, 0x5f, 0xc6, 0xb8, 0x46, 0x93, 0x5a, 0x86, 0x23, 0xd3, 0x1d, 0x79, 0x9e, 0x39, 0xe5, 0x5b, 0xf2, 0x52, 0xfa, 0x83, 0x1c, 0x58, 0x20, 0x5f, 0x8f, 0x6d, 0x1b, 0x8f, 0xc1, 0xab, 0xff, 0xaf, 0xf6, 0x71, 0x88, 0xef, 0xf7, 0x34, 0x73, 0xb9, 0x14, 0x2b, 0xcb, 0xf1, 0xb9, 0x68, 0x40, 0x30, 0x83, 0xe5, 0xa7, 0x35, 0x3e, 0xa1, 0x8b, 0xf5, 0x90, 0x2f, 0xa3, 0x22, 0x88, 0x99, 0xf3, 0x91, 0x8c, 0x00, 0x4d, 0x7c, 0x42, 0xd0, 0x34, 0xbe, 0x18, 0xfe, 0xc6, 0x0c, 0x5a, 0x76, 0xd9, 0x4b, 0xbd, 0xa4, 0x11, 0xc3, 0xe1, 0x74, 0xb0, 0x55, 0x6f, 0x16, 0x61, 0xf3, 0x35, 0x80, 0x1f, 0x22, 0x49, 0x49, 0x3d, 0xa0, 0x0d, 0xc4, 0x83, 0x29, 0xb3, 0x27, 0x4d, 0x8d, 0x1f, 0x4f, 0x19, 0x88, 0xb9, 0xaa, 0x56, 0x20, 0xee, 0x0b, 0xee, 0xdd, 0x42, 0xc7, 0x53, 0x9a, 0x9c, 0xc5, 0xdd, 0x1c, 0x83, 0x50, 0x02, 0x0e, 0x47, 0x1b, 0x80, 0x87, 0x0d, 0x4d, 0xae, 0x95, 0xb8, 0x95, 0x93, 0xa1, 0x5c, 0x16, 0x98, 0xd3, 0xef, 0xca, 0x20, 0xa0, 0xe6, 0x90, 0x33, 0xc4, 0x9d, 0xf0, 0xeb, 0xd5, 0x0e, 0x2b, 0xaf, 0x80, 0xba, 0xbb, 0x47, 0x30, 0x62, 0xc4, 0x87, 0x12, 0xa3, 0x47, 0x83, 0xf8, 0xfc, 0xaa, 0xbe, 0x0b, 0x03, 0x0c, 0xb6, 0x74, 0x72, 0xd1, 0x01, 0x98, 0xe4, 0xa6, 0x09, 0x7b, 0x02, 0x5e, 0x2d, 0x26, 0xb8, 0xc4, 0xb5, 0xd1, 0xe1, 0x3d, 0x18, 0x34, 0x56, 0xc5, 0x08, 0xb1, 0xef, 0xac, 0xb5, 0x02, 0xbe, 0x4d, 0x07, 0x4c, 0xcf, 0x0c, 0x1d, 0x05, 0x98, 0x95, 0x87, 0xf5, 0x21, 0x9c, 0xd7, 0x55, 0x64, 0x19, 0xe8, 0x53, 0xf1, 0x60, 0x47, 0xe0, 0x0d, 0x3d, 0x0b, 0xe3, 0x5c, 0x1a, 0xec, 0x87, 0x98, 0x8d } }; static const struct cckprng_op_generate op_init_3451 = { .hd = { .id = 3260, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0xef, 0xd1, 0x94, 0x41, 0xa0, 0x9e, 0xab, 0x4e, 0x14, 0x53, 0x96, 0x97, 0xe5, 0xc7, 0xdd, 0xa3, 0xb3, 0x94, 0x7d, 0x0d, 0xea, 0x01, 0x5d, 0x82, 0xf9, 0x42, 0x89, 0xee, 0xa2, 0xa1, 0x2e, 0x2c, 0x24, 0x49, 0x43, 0xe4, 0xc3, 0x84, 0x48, 0x48, 0xbc, 0x6b, 0x80, 0x3b, 0x48, 0xec, 0x6a, 0x30, 0x70, 0x79, 0xd2, 0x79, 0xa2, 0xdb, 0xc5, 0xcc, 0x6e, 0x3f, 0x8e, 0x04, 0x74, 0xdd, 0x78, 0x06, 0x7d, 0xd2, 0x74, 0xb7, 0xb8, 0x65, 0x89, 0xbd, 0x86, 0xa1, 0xa6, 0xbf, 0xd2, 0x61, 0x08, 0x06, 0xbf, 0x39, 0x50, 0xfd, 0x00, 0x84, 0xc4, 0xee, 0xf2, 0x36, 0x63, 0xcf, 0xec, 0x37, 0xc1, 0x66, 0x34, 0x04, 0x49, 0x30, 0x99, 0xbe, 0xe0, 0x1b, 0x5e, 0x26, 0x70, 0x6c, 0xc1, 0x73, 0xf7, 0x7b, 0xb2, 0x8f, 0x12, 0xd7, 0xe4, 0x20, 0x68, 0x53, 0xfc, 0x44, 0xc3, 0x8e, 0xa3, 0xa5, 0x06, 0xe8, 0xce, 0x8b, 0x4d, 0xe7, 0xb1, 0x07, 0xd7, 0x52, 0xa5, 0x48, 0x16, 0x23, 0xef, 0x63, 0x37, 0xb3, 0xc0, 0xeb, 0x62, 0x44, 0x2d, 0x69, 0x6e, 0xd3, 0xff, 0x93, 0x48, 0x2a, 0x9e, 0x69, 0x22, 0xe2, 0xf9, 0x38, 0x5e, 0xef, 0x7a, 0x1e, 0x21, 0x49, 0x6b, 0x3b, 0x31, 0xb5, 0x60, 0xd1, 0x26, 0x58, 0x57, 0x26, 0x0d, 0x74, 0x3d, 0xa9, 0x6d, 0x92, 0xf9, 0xe6, 0x4c, 0x2f, 0x5a, 0xf6, 0xeb, 0x41, 0xf5, 0x7d, 0x70, 0x9e, 0xdc, 0xb7, 0x5a, 0x5d, 0xbd, 0x25, 0xeb, 0xfe, 0xe7, 0x74, 0x59, 0x64, 0xea, 0x00, 0x70, 0x44, 0xff, 0xcf, 0x59, 0x80, 0x97, 0x6c, 0xd7, 0xa4, 0x4e, 0x81, 0x40, 0x60, 0xa1, 0xce, 0xeb, 0x62, 0x03, 0x8f, 0xb8, 0x6a, 0x96, 0x1b, 0x2f, 0xb5, 0x78, 0x59, 0x26, 0x7e, 0x77, 0x50, 0xec, 0xb8, 0x54, 0x0f, 0xae, 0xa2, 0xdb, 0xe6, 0x2e, 0x76, 0x29, 0x6e, 0xf9, 0xfb, 0x23, 0x48, 0x21, 0x7a, 0xb9, 0x69, 0x90, 0x3f, 0x9e, 0x25, 0x54, 0xda, 0xb4, 0x68 } } }; static const struct cckprng_op_reseed op_reseed_3452 = { .hd = { .id = 3261, .kind = OP_RESEED }, .nonce = 15809054173366804885ULL, .seed_nbytes = 140, .seed = { 0x37, 0xa9, 0x39, 0xf1, 0xbe, 0x48, 0x3e, 0xc6, 0xc8, 0x31, 0xff, 0xa1, 0x24, 0x2e, 0x74, 0x4a, 0x58, 0xac, 0x06, 0xa5, 0x8f, 0x58, 0xdb, 0x02, 0xc8, 0xc7, 0xc8, 0x30, 0xf5, 0x5f, 0x4d, 0xbd, 0xb7, 0x11, 0x80, 0xf5, 0x5d, 0x52, 0x59, 0xc7, 0xe3, 0xf1, 0x80, 0x29, 0xa7, 0xd4, 0x76, 0x87, 0xc4, 0x42, 0x0d, 0x7c, 0x49, 0x9f, 0xb8, 0xbb, 0xd3, 0xa5, 0x38, 0x6c, 0x60, 0xe6, 0x76, 0x52, 0x89, 0x86, 0x99, 0x1b, 0x3b, 0x09, 0xaa, 0x8a, 0xd7, 0x68, 0x87, 0xdf, 0xe5, 0x55, 0xf5, 0x0c, 0x0e, 0xab, 0xca, 0x2d, 0x82, 0x3e, 0xca, 0xc5, 0x3d, 0x3b, 0x1a, 0xa8, 0x87, 0xaa, 0x27, 0x63, 0xc3, 0x04, 0xcc, 0xa5, 0xf5, 0x11, 0x2f, 0x4b, 0x80, 0x6b, 0x3a, 0x9e, 0xaa, 0x90, 0xfb, 0x2b, 0x90, 0xcd, 0xcc, 0x82, 0xf5, 0x3b, 0xd0, 0xee, 0x71, 0x5a, 0xc6, 0xe0, 0x4f, 0x66, 0x08, 0x63, 0xcd, 0xf0, 0xc4, 0xb7, 0x4d, 0x21, 0x08, 0x98, 0xff, 0x76, 0x9b, 0xfa } }; static const struct cckprng_op_reseed op_reseed_3453 = { .hd = { .id = 3262, .kind = OP_RESEED }, .nonce = 11638089630422414839ULL, .seed_nbytes = 89, .seed = { 0x3c, 0xda, 0x4c, 0x48, 0xab, 0x1b, 0x86, 0xf4, 0x82, 0x3f, 0x3c, 0x95, 0x0d, 0x78, 0x42, 0x2d, 0xfd, 0x6d, 0x8a, 0x06, 0xc7, 0xe7, 0x7b, 0x13, 0xc0, 0x46, 0x88, 0x36, 0x4e, 0x90, 0x5f, 0xb1, 0x5f, 0xad, 0x52, 0x8d, 0xd8, 0x24, 0x82, 0x64, 0x10, 0x0e, 0xf6, 0x87, 0x52, 0xd8, 0xf2, 0x9a, 0x12, 0xa3, 0xbb, 0x0a, 0xe5, 0xdb, 0x96, 0x40, 0x86, 0xa9, 0x70, 0xd9, 0x07, 0x2d, 0x2d, 0xdc, 0xb4, 0xa2, 0x12, 0x43, 0x95, 0x4f, 0x37, 0x31, 0xbb, 0x77, 0x8b, 0xdd, 0xf8, 0xc5, 0x65, 0xb0, 0xe4, 0x7b, 0x02, 0x03, 0x49, 0x01, 0x12, 0x00, 0x3e } }; static const struct cckprng_op_generate op_init_3454 = { .hd = { .id = 3263, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0x09, 0x58, 0x3d, 0xbb, 0x98, 0x72, 0xff, 0x70, 0xac, 0xc5, 0x59, 0xaf, 0x45, 0x8e, 0x4c, 0x76, 0x95, 0xd3, 0x1d, 0x30, 0x18, 0xa1, 0x0c, 0xd3, 0xba, 0x67, 0x7a, 0xdf, 0x08, 0x56, 0xd3, 0x8d, 0x24, 0x93, 0x96, 0xb7, 0x58, 0x26, 0xc3, 0xa0, 0x62, 0xbf, 0xa9, 0x3b, 0xcd, 0x2f, 0x7b, 0x0e, 0x6b, 0x78, 0x7e, 0x70, 0x8c, 0xc4, 0xf9, 0x20, 0x76, 0x4b, 0x93, 0xbe, 0x53, 0x6f, 0x83, 0x3d, 0xc8, 0x72, 0x6e, 0xcf, 0xf6, 0xad, 0x6f, 0x98, 0xa9, 0xeb, 0x4d, 0x94, 0x30, 0x0d, 0x7f, 0x1f, 0x0c, 0xc5, 0xba, 0xce, 0x0d, 0x92, 0xfe, 0x9d, 0x03, 0x9d, 0xae, 0xd8, 0xc2, 0xea, 0x3d } } }; static const struct cckprng_op *ops_3455[] = { (const struct cckprng_op *)&op_init_3439, (const struct cckprng_op *)&op_init_3440, (const struct cckprng_op *)&op_reseed_3441, (const struct cckprng_op *)&op_init_3442, (const struct cckprng_op *)&op_init_3443, (const struct cckprng_op *)&op_init_3444, (const struct cckprng_op *)&op_refresh_3445, (const struct cckprng_op *)&op_reseed_3446, (const struct cckprng_op *)&op_init_3447, (const struct cckprng_op *)&op_refresh_3448, (const struct cckprng_op *)&op_refresh_3449, (const struct cckprng_op *)&op_reseed_3450, (const struct cckprng_op *)&op_init_3451, (const struct cckprng_op *)&op_reseed_3452, (const struct cckprng_op *)&op_reseed_3453, (const struct cckprng_op *)&op_init_3454 }; static const struct cckprng_vector vec_3456 = { .id = 3264, .note = NULL, .nops = 16, .ops = ops_3455 }; static const struct cckprng_op_init op_init_3457 = { .hd = { .id = 3265, .kind = OP_INIT }, .seed = { 0xcc, 0x56, 0x0e, 0xdd, 0x4e, 0xf6, 0xe0, 0x5c, 0x41, 0x84, 0xff, 0x5a, 0xb1, 0x19, 0x3b, 0xe9, 0x98, 0x4e, 0xd4, 0x7d, 0x33, 0xfa, 0x91, 0xb6, 0x26, 0xfd, 0x28, 0x19, 0x46, 0x99, 0x2c, 0x63 }, .nonce = { 0xe0, 0xcc, 0x9d, 0x48, 0xb7, 0xff, 0xaa, 0x83 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3458 = { .hd = { .id = 3266, .kind = OP_REFRESH }, .rand = 15756643025591606780ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3459 = { .hd = { .id = 3267, .kind = OP_REFRESH }, .rand = 13021065083966504910ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3460 = { .hd = { .id = 3268, .kind = OP_RESEED }, .nonce = 2514739640246704529ULL, .seed_nbytes = 260, .seed = { 0x56, 0xf2, 0x4c, 0x96, 0xe8, 0x95, 0xe5, 0x45, 0x45, 0xca, 0xb0, 0x4f, 0x54, 0xf7, 0xb9, 0x60, 0xf0, 0xc4, 0xda, 0x6d, 0x3f, 0x4d, 0x29, 0x7e, 0xb8, 0xfa, 0xd0, 0xb6, 0xa1, 0x99, 0x19, 0x5f, 0xbd, 0xd1, 0x7d, 0x1d, 0x23, 0xa0, 0xe8, 0x75, 0xd0, 0x21, 0x54, 0xe2, 0x6b, 0x2c, 0x03, 0x85, 0x67, 0xaa, 0xfe, 0x38, 0xc2, 0x3c, 0x73, 0xc9, 0x63, 0xc9, 0x20, 0xe6, 0x22, 0x52, 0x1d, 0xac, 0xdd, 0x08, 0x81, 0x6d, 0xc9, 0x46, 0xcb, 0x48, 0x00, 0xf7, 0x56, 0xb4, 0x79, 0x34, 0x7e, 0xc6, 0x02, 0x30, 0x00, 0x72, 0x82, 0x40, 0x0e, 0xf1, 0x7b, 0x6c, 0x3b, 0xec, 0xcc, 0xfa, 0xc7, 0xad, 0x56, 0x51, 0x4e, 0x04, 0x09, 0x5f, 0x4e, 0x09, 0x3a, 0x60, 0x4b, 0xd0, 0x3d, 0x18, 0x28, 0xd9, 0x1b, 0x8a, 0xf7, 0x74, 0x3c, 0x1d, 0x1b, 0x89, 0x67, 0xce, 0xb9, 0x9c, 0x24, 0x9d, 0x70, 0xe3, 0x39, 0x4d, 0x88, 0x5a, 0xee, 0xdd, 0x64, 0xbb, 0x63, 0xff, 0xcd, 0x68, 0x8a, 0x7a, 0x38, 0x36, 0x27, 0xfd, 0xa8, 0xae, 0x1d, 0x21, 0x6c, 0xbd, 0xfe, 0x96, 0x23, 0x18, 0x41, 0x75, 0xfd, 0x25, 0xe8, 0x48, 0x74, 0x38, 0x0c, 0x97, 0xb4, 0xaa, 0x66, 0x32, 0x89, 0xf1, 0x01, 0x92, 0xeb, 0xd4, 0x37, 0xea, 0x27, 0x7e, 0x97, 0x0c, 0x9c, 0x90, 0xf7, 0xbf, 0xdf, 0xcc, 0x9a, 0x65, 0x26, 0xce, 0x8a, 0xc8, 0x27, 0xbc, 0xdc, 0x98, 0x99, 0x80, 0xcf, 0x2e, 0x52, 0x18, 0xa3, 0xb4, 0x2d, 0x63, 0xe5, 0x10, 0x8a, 0x2b, 0xe7, 0x10, 0xa8, 0x42, 0x10, 0x31, 0xf7, 0xcf, 0x03, 0xfe, 0xdd, 0x3e, 0xe4, 0x8f, 0x0f, 0x3e, 0x80, 0x02, 0xc0, 0x7f, 0xca, 0x02, 0xee, 0xeb, 0x11, 0x38, 0xca, 0x95, 0xf8, 0x83, 0xdf, 0xcd, 0xd8, 0x5c, 0x71, 0x3c, 0xc4, 0x23, 0x2e, 0x66, 0x2f, 0xf2, 0x80, 0x03, 0x6c, 0xf0, 0xd8, 0x61 } }; static const struct cckprng_op_refresh op_refresh_3461 = { .hd = { .id = 3269, .kind = OP_REFRESH }, .rand = 17061591767318340005ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3462 = { .hd = { .id = 3270, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x99, 0x5a, 0xcf, 0x75, 0x6a, 0xc5, 0x71, 0x20, 0xbf, 0x8a, 0x09, 0xb2, 0xb8, 0xe9, 0x20, 0xd3, 0x4f, 0x81, 0x2d, 0xf6, 0x79, 0xb7, 0xc2, 0xab, 0x1c, 0x24, 0x69, 0xf6, 0xba, 0x4f, 0x40, 0x6d, 0x55, 0x33, 0x51, 0x0f, 0xc0, 0xdb, 0x8a, 0x23, 0x06, 0xf2, 0x82, 0x2e, 0xd0, 0x53, 0x8a, 0xc8, 0x71, 0xdb, 0xbc, 0x75, 0x56, 0x36, 0x08, 0xf4, 0xb8, 0xfa, 0x16, 0xfc, 0x02, 0x6c, 0xbe, 0xce, 0x9b, 0xb4, 0x25, 0x3b, 0xd8, 0xaf, 0xde, 0x4c, 0x68, 0xc3, 0x87, 0x5e, 0x20, 0x08, 0xe3, 0x2e, 0xc7, 0x5b, 0xd4, 0xcf, 0xf3, 0xe2, 0x08, 0x65, 0x07, 0x0e, 0xfc, 0x02, 0xfc, 0x71, 0x3c, 0x7d, 0xcc, 0x0e, 0x52, 0x87, 0x29, 0xb6, 0xf1, 0xa9, 0xa2, 0x0b, 0x5e, 0xd8, 0x9c, 0x98, 0x4c, 0xb5, 0xcb, 0x5b, 0xb9, 0x7b, 0x5f, 0x99, 0x31, 0xb4, 0x29, 0xef, 0x3a, 0xe0, 0x03, 0xef, 0xe1, 0x0b, 0x4e, 0xdc, 0x61, 0x6b, 0x9a, 0x5c, 0xc8, 0x81, 0x65, 0x59, 0xa0, 0x96, 0xf4, 0x42, 0xe7, 0xab, 0xc0, 0x14, 0x01, 0x15, 0x51, 0x95, 0x76, 0xf7, 0xcf, 0xa8, 0x53, 0x3c, 0x10, 0x58, 0x06, 0x73, 0x92, 0xa3, 0x7b, 0xc3, 0x01, 0x1c, 0x74, 0xb2, 0x43, 0x87, 0xc8, 0xef, 0xd5, 0xbd, 0x75, 0x41, 0xbe, 0x9c, 0xcf, 0x3f, 0x08, 0xb5 } } }; static const struct cckprng_op_reseed op_reseed_3463 = { .hd = { .id = 3271, .kind = OP_RESEED }, .nonce = 12004465000602768852ULL, .seed_nbytes = 25, .seed = { 0xdc, 0xb3, 0xb5, 0xb9, 0x2c, 0x99, 0x7a, 0x5d, 0x6e, 0x8c, 0x7c, 0x93, 0x3e, 0xbf, 0xe1, 0xac, 0xe8, 0x73, 0x32, 0x5a, 0xb4, 0xea, 0x97, 0x65, 0xd9 } }; static const struct cckprng_op_generate op_init_3464 = { .hd = { .id = 3272, .kind = OP_GENERATE }, .rand_nbytes = 165, .out = { .rand = { 0x18, 0x59, 0xef, 0x8e, 0x13, 0xfa, 0xb1, 0xe7, 0x29, 0xec, 0x61, 0xcf, 0x5d, 0x3c, 0xd9, 0x61, 0xba, 0x87, 0xf6, 0x2e, 0xe5, 0x85, 0x4e, 0x82, 0xc7, 0xc2, 0x14, 0x24, 0x8a, 0x92, 0x78, 0x63, 0x0b, 0x10, 0xb5, 0x18, 0x60, 0x88, 0xbe, 0xb9, 0x64, 0x87, 0xce, 0xfd, 0x2b, 0xa7, 0x4c, 0x25, 0x0f, 0x95, 0xda, 0x2b, 0x8a, 0xf8, 0xc8, 0x47, 0x25, 0x6b, 0x71, 0xd0, 0x88, 0x28, 0x47, 0x2a, 0xb5, 0x54, 0x91, 0x10, 0x38, 0xd3, 0xee, 0x78, 0x08, 0xe5, 0x94, 0xca, 0x48, 0x4d, 0x84, 0x6c, 0x45, 0xcc, 0x59, 0xb2, 0x5a, 0x21, 0xe6, 0x2a, 0x28, 0x81, 0x4f, 0x99, 0x31, 0x75, 0xdf, 0x62, 0xc4, 0xe5, 0xa6, 0x98, 0xff, 0x8a, 0x98, 0xa5, 0xe2, 0x38, 0x7a, 0xc7, 0xd8, 0x83, 0x23, 0x48, 0x45, 0x1c, 0x06, 0xec, 0x40, 0x9d, 0x01, 0x5c, 0x58, 0x91, 0x51, 0x85, 0x88, 0xc4, 0xcd, 0x1e, 0xea, 0x7e, 0x76, 0x53, 0x58, 0xf4, 0x58, 0x29, 0xe2, 0x39, 0x7a, 0x4d, 0xee, 0x0d, 0x9c, 0x2c, 0x73, 0xd2, 0x02, 0x87, 0x02, 0x79, 0x34, 0xcf, 0x9b, 0x68, 0x10, 0x65, 0xf0, 0xd1, 0x5d, 0x34, 0x50, 0xaf, 0x6e, 0x65, 0x32 } } }; static const struct cckprng_op_reseed op_reseed_3465 = { .hd = { .id = 3273, .kind = OP_RESEED }, .nonce = 2054747913039211186ULL, .seed_nbytes = 149, .seed = { 0x48, 0xe4, 0x1e, 0x16, 0xad, 0x27, 0x42, 0x07, 0x0d, 0x20, 0x37, 0xf3, 0x44, 0xbe, 0xc6, 0xad, 0x19, 0xa3, 0x06, 0x23, 0xeb, 0x7c, 0x7d, 0x9f, 0x55, 0x91, 0xad, 0xd9, 0x04, 0xd7, 0xc0, 0x64, 0x92, 0x25, 0x42, 0x3b, 0x9e, 0x38, 0x1b, 0xa4, 0xd5, 0xd8, 0x33, 0xdb, 0xf8, 0x7b, 0x54, 0xa0, 0xa0, 0x12, 0xc2, 0x06, 0xa5, 0x74, 0xf7, 0x28, 0x57, 0x55, 0x08, 0x44, 0xfe, 0xa8, 0x6b, 0xb8, 0x55, 0x1e, 0xa2, 0x00, 0x18, 0x89, 0x74, 0xd7, 0x2f, 0x79, 0x96, 0x9d, 0x2d, 0xf3, 0x3b, 0xeb, 0x1c, 0xca, 0xc2, 0xe1, 0x9f, 0xbe, 0xe5, 0x1d, 0x9d, 0xbd, 0x83, 0x2c, 0xdd, 0xbc, 0xd8, 0xad, 0xbf, 0x13, 0x0a, 0xe0, 0x38, 0xa2, 0xe9, 0xba, 0x12, 0xb4, 0x09, 0xdc, 0x81, 0x50, 0xcc, 0x9c, 0xf0, 0xf1, 0x68, 0xef, 0x86, 0x5e, 0x52, 0xf9, 0xc0, 0x85, 0x9a, 0x67, 0xeb, 0x60, 0x93, 0x03, 0x0d, 0x96, 0x26, 0x39, 0x7d, 0xa6, 0xf2, 0x44, 0x97, 0x5d, 0xd8, 0x67, 0x92, 0xd6, 0xb2, 0x61, 0x00, 0xb2, 0x0d, 0x47, 0x6f } }; static const struct cckprng_op_generate op_init_3466 = { .hd = { .id = 3274, .kind = OP_GENERATE }, .rand_nbytes = 235, .out = { .rand = { 0x3a, 0x1e, 0xfc, 0x9b, 0x49, 0xd8, 0xf7, 0x11, 0xc6, 0x59, 0xab, 0x08, 0x99, 0xa9, 0xf1, 0x26, 0xbc, 0xe7, 0x3e, 0xe0, 0xac, 0xf7, 0x24, 0xc9, 0xfb, 0x56, 0xc9, 0xd0, 0x73, 0x4d, 0x23, 0x64, 0x43, 0xfb, 0x0f, 0xa5, 0xef, 0x80, 0x41, 0x93, 0x4e, 0xbe, 0xe0, 0xa7, 0x36, 0x61, 0x49, 0x9e, 0x98, 0x1d, 0xef, 0xf8, 0xee, 0xaf, 0x61, 0x85, 0xab, 0x88, 0xbe, 0x08, 0x50, 0x42, 0x17, 0x5a, 0x6a, 0x1e, 0x68, 0xfb, 0xcb, 0xfd, 0x50, 0x7a, 0xb1, 0x77, 0x03, 0x5c, 0x1d, 0x24, 0xfb, 0x02, 0x25, 0x3d, 0x29, 0x8a, 0x8e, 0xb8, 0xae, 0xea, 0x48, 0x34, 0xe4, 0xd3, 0xf1, 0x97, 0x5a, 0xc5, 0x3e, 0xbb, 0x5d, 0x16, 0x8f, 0x7d, 0xa1, 0x3f, 0x8a, 0xbe, 0xb6, 0xc9, 0x7a, 0x73, 0xaf, 0x59, 0x05, 0x18, 0xa0, 0x0b, 0x87, 0x32, 0x14, 0xad, 0x8b, 0x21, 0xda, 0xa6, 0xe3, 0xbc, 0x3b, 0x5d, 0x13, 0x4c, 0x4f, 0xbc, 0xcd, 0xac, 0xc4, 0xc4, 0xf4, 0x0a, 0x46, 0xb1, 0x02, 0x81, 0x75, 0xe5, 0xb9, 0x1f, 0xed, 0x15, 0x44, 0xac, 0x52, 0x28, 0x9d, 0xf3, 0xa2, 0x87, 0xb3, 0xac, 0x0a, 0x60, 0x21, 0x7f, 0x91, 0x24, 0x6b, 0x1a, 0x51, 0xcc, 0x4e, 0x07, 0xa6, 0xa0, 0x34, 0xbc, 0x84, 0x3f, 0x73, 0x53, 0xe8, 0x46, 0x13, 0xea, 0xf4, 0x6e, 0x34, 0xdc, 0xa2, 0xc6, 0xfb, 0x87, 0x1f, 0x6c, 0xce, 0x9c, 0x0c, 0xab, 0x44, 0xd1, 0x25, 0x2c, 0x95, 0x8d, 0xdc, 0x9d, 0xdb, 0xf3, 0x56, 0x75, 0x81, 0xb5, 0xbb, 0x55, 0x51, 0x8c, 0x65, 0x1d, 0xdc, 0x94, 0x9b, 0x58, 0x2b, 0x2d, 0x68, 0x00, 0x92, 0x0d, 0x5a, 0x58, 0xe9, 0x35, 0xf3, 0xdb, 0x9f, 0x54, 0x30 } } }; static const struct cckprng_op_generate op_init_3467 = { .hd = { .id = 3275, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0xae, 0xb3, 0x41, 0x5c, 0x94, 0xd6, 0x49, 0xd2, 0xbf, 0x88, 0x69, 0x4b, 0x98, 0x4d, 0x18, 0x3e, 0xa5, 0xc2, 0xdb, 0xbd, 0xd4, 0x94, 0xe1, 0x06, 0xcd, 0xf2, 0x65, 0x0b, 0xc9, 0xed, 0x31, 0x0e, 0xaf, 0xf0, 0xbe, 0x8a, 0x96, 0x5b, 0x89, 0x3b, 0x25, 0x77, 0x2a, 0x93, 0xaf, 0x11, 0x3f, 0x0c, 0xe0, 0xc4, 0x5b, 0xba, 0xee, 0xf8, 0xfe, 0x41, 0x82, 0x79, 0x4c, 0x0f, 0x64, 0x30, 0x2b, 0xa6, 0x0b, 0x6b, 0xec, 0xc5, 0xc0, 0xc8, 0x00, 0x13, 0xed, 0x9e, 0x8b, 0x23, 0x3d, 0x42, 0xfc, 0xcf, 0xf8, 0x2f, 0x75, 0xde, 0xa7, 0xbb, 0x1f, 0x35, 0xe0, 0x1b, 0x47, 0x87, 0xf0, 0x0a, 0xb6, 0x27, 0x15, 0x01, 0x9e, 0x1c, 0x73, 0x17, 0x53, 0x3b, 0x9c, 0x82, 0x05, 0x23, 0xd7, 0xe6, 0xed, 0x3a, 0x75, 0x4e, 0x8b, 0x41, 0x71, 0xda, 0x29, 0xa5, 0x6e, 0x88, 0x9b, 0xce, 0xe7, 0x50, 0xfa, 0xda, 0xa2, 0x89, 0x49, 0x17, 0x87, 0x16, 0xc2, 0x72, 0xa0, 0xf9, 0x82, 0x06, 0x59, 0x91, 0x23, 0x7e, 0x95, 0xe0, 0x9e, 0x99, 0xcf, 0x34, 0x51, 0x45, 0x98, 0x2d, 0x09, 0x5b, 0xbd, 0xda, 0x76, 0x08, 0x92, 0xa8, 0x25, 0xaa, 0xbd, 0x7d, 0xb7, 0x38, 0x4b, 0xe3, 0x05, 0xb0, 0x55, 0xd8, 0xf7, 0x4a, 0xf5, 0x2a, 0x22, 0x23, 0xa2, 0xb4, 0x2d, 0x29, 0x58, 0x2e, 0xa5, 0xa0, 0x04, 0x8a, 0xb5, 0x34, 0x20, 0x47, 0x44, 0x65, 0x8c, 0x77, 0x47, 0x60, 0xbb, 0x2a, 0x9e, 0x30, 0x2d, 0xbd, 0xc9, 0xce, 0x7f, 0x47, 0xb6, 0xb8, 0x8b, 0xae, 0xef, 0x00, 0x06, 0xda, 0xec, 0xe3, 0xd3, 0x2d, 0x8d, 0x2c } } }; static const struct cckprng_op_reseed op_reseed_3468 = { .hd = { .id = 3276, .kind = OP_RESEED }, .nonce = 14417853634206700515ULL, .seed_nbytes = 216, .seed = { 0x2f, 0x48, 0x4b, 0x30, 0x5a, 0x97, 0x05, 0xea, 0xe7, 0x23, 0x04, 0x25, 0x46, 0xea, 0x59, 0xa0, 0x98, 0x59, 0xfc, 0x6c, 0xbb, 0xeb, 0xcd, 0xec, 0xb1, 0x64, 0x91, 0x66, 0xf9, 0x5c, 0x1f, 0x2b, 0xc9, 0x7c, 0x41, 0xdc, 0x2d, 0x95, 0x41, 0x9d, 0x3b, 0x50, 0xd3, 0xa6, 0x04, 0x28, 0x44, 0xd1, 0x06, 0x3d, 0xcd, 0xc6, 0x1e, 0x7c, 0x7e, 0xa3, 0x4f, 0xb7, 0xfc, 0xc1, 0xc9, 0x48, 0xff, 0xac, 0x63, 0x44, 0x1b, 0x64, 0x15, 0xbd, 0x6a, 0xfe, 0x3b, 0xd9, 0xc6, 0x48, 0xc5, 0x79, 0x73, 0x54, 0xbc, 0xae, 0x7f, 0x79, 0xe2, 0xe3, 0xab, 0x95, 0x2f, 0xd1, 0x9c, 0x61, 0x39, 0xb1, 0x8f, 0x92, 0x83, 0xf1, 0xcf, 0x8b, 0x75, 0x18, 0xd2, 0x5f, 0x33, 0xe3, 0x15, 0xec, 0x0d, 0xf6, 0xde, 0x2b, 0x65, 0x3a, 0xa9, 0x03, 0x80, 0xec, 0x56, 0x43, 0x0c, 0xa8, 0x03, 0x8d, 0xd6, 0x7b, 0x49, 0xbd, 0xf0, 0x6d, 0x7c, 0xe1, 0x48, 0xb7, 0x04, 0x66, 0xd6, 0xea, 0xaf, 0xb9, 0x62, 0x34, 0xb8, 0x31, 0xeb, 0x2d, 0x31, 0xe7, 0x95, 0x82, 0x3e, 0x35, 0x70, 0x5e, 0xf2, 0xbb, 0xea, 0x4e, 0xf1, 0x1b, 0x08, 0xec, 0x17, 0x85, 0x97, 0x2b, 0xd7, 0x97, 0x60, 0x29, 0x58, 0x34, 0x5b, 0x89, 0xd4, 0x18, 0x40, 0xdb, 0xa2, 0x36, 0x5e, 0x43, 0xa6, 0xaf, 0xe9, 0x62, 0x9b, 0xf9, 0xfa, 0x7d, 0x69, 0xa9, 0xf0, 0x2d, 0x8d, 0xba, 0xd4, 0x16, 0x42, 0x0e, 0xbb, 0x60, 0xe4, 0x19, 0x22, 0x79, 0x00, 0x0e, 0xaa, 0x45, 0xa3, 0xb8, 0x69, 0x3e, 0x16, 0xf6 } }; static const struct cckprng_op_refresh op_refresh_3469 = { .hd = { .id = 3277, .kind = OP_REFRESH }, .rand = 11392309867205046727ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3470 = { .hd = { .id = 3278, .kind = OP_GENERATE }, .rand_nbytes = 251, .out = { .rand = { 0x7f, 0x7a, 0x35, 0x59, 0x6b, 0xea, 0xc1, 0xe1, 0x63, 0xcf, 0x01, 0x5d, 0x4d, 0x3f, 0x53, 0xd8, 0x60, 0x9e, 0xc6, 0x30, 0x62, 0xef, 0xa9, 0xcd, 0x67, 0x3f, 0xec, 0x50, 0x3c, 0xcc, 0xaa, 0x5e, 0x8b, 0xb7, 0x8e, 0x41, 0xe2, 0x9c, 0x94, 0xe8, 0x8e, 0xb1, 0xc5, 0x13, 0x73, 0xab, 0xa1, 0xc4, 0x2e, 0x3c, 0xa4, 0xbe, 0xa5, 0x09, 0x90, 0x5e, 0x81, 0xa0, 0xc6, 0x41, 0xf0, 0xa3, 0x99, 0x0c, 0x56, 0x49, 0x0a, 0xb0, 0x3f, 0xfa, 0x0c, 0x2a, 0xb2, 0x0c, 0x1d, 0x7c, 0x7f, 0x64, 0x27, 0xc6, 0xf0, 0x77, 0x72, 0xd9, 0xdc, 0x30, 0x9a, 0xb5, 0xc3, 0xf7, 0xc7, 0xe7, 0x85, 0xc0, 0xc9, 0xae, 0x08, 0x18, 0x3c, 0x93, 0xf6, 0xe1, 0xec, 0xa9, 0xab, 0xcb, 0xfd, 0xa6, 0x41, 0xfc, 0x83, 0xa3, 0x67, 0xf4, 0xc6, 0x41, 0x72, 0x88, 0x13, 0xe3, 0xaa, 0x1b, 0x73, 0x76, 0x21, 0xbd, 0xa9, 0x8b, 0x99, 0xaf, 0x68, 0x48, 0x52, 0x1c, 0xb3, 0xb3, 0x03, 0x9c, 0x01, 0x18, 0xa5, 0xec, 0xad, 0x1c, 0x61, 0x24, 0xc8, 0xe9, 0xd5, 0xd4, 0x9e, 0x8f, 0xd4, 0x32, 0x16, 0x5a, 0x96, 0x69, 0x69, 0x96, 0x8a, 0xc8, 0x1e, 0x4c, 0xe9, 0x04, 0x4c, 0xd9, 0x92, 0x38, 0x39, 0xc6, 0xca, 0x55, 0x68, 0x43, 0x7d, 0xd4, 0xf1, 0x3f, 0x78, 0x88, 0x25, 0x29, 0x2f, 0xa0, 0x61, 0x01, 0x88, 0xf5, 0xb4, 0xff, 0xb3, 0xcf, 0x19, 0x68, 0x03, 0x6b, 0x6a, 0x64, 0xc2, 0xff, 0xf4, 0xa9, 0x78, 0x51, 0xad, 0x89, 0x1f, 0xba, 0x40, 0x7f, 0xb4, 0x2d, 0x4b, 0x4f, 0x23, 0x9d, 0x40, 0xa7, 0x27, 0x48, 0x01, 0x58, 0xfe, 0xec, 0xf6, 0x33, 0xe3, 0x92, 0xca, 0x6c, 0x07, 0x80, 0x2b, 0xae, 0x3f, 0xab, 0x96, 0x23, 0x5b, 0x21, 0x5f, 0xd7, 0x62, 0x02, 0xb6, 0x7c, 0x67, 0xc1, 0x1e } } }; static const struct cckprng_op_refresh op_refresh_3471 = { .hd = { .id = 3279, .kind = OP_REFRESH }, .rand = 7628280694502320309ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3472 = { .hd = { .id = 3280, .kind = OP_GENERATE }, .rand_nbytes = 146, .out = { .rand = { 0x73, 0xe2, 0x54, 0x0b, 0xf2, 0x5b, 0x79, 0xd4, 0x0c, 0xe0, 0x6f, 0xd3, 0xe9, 0xa6, 0xf3, 0x73, 0x99, 0x63, 0xc3, 0x81, 0xcd, 0x20, 0xdc, 0x5c, 0x14, 0xf9, 0x28, 0xdb, 0x16, 0x6e, 0xe4, 0xe9, 0x9a, 0x97, 0xe1, 0x0b, 0xab, 0x73, 0x44, 0x78, 0x21, 0xd5, 0xe6, 0xa2, 0x7e, 0xf7, 0x20, 0xd3, 0xcb, 0xd3, 0xba, 0x78, 0xb6, 0xa5, 0x2e, 0x98, 0xd0, 0xc6, 0x2a, 0x34, 0xc2, 0xd9, 0x05, 0x45, 0x87, 0xae, 0x94, 0x2e, 0xa2, 0x66, 0x50, 0x2c, 0x63, 0x7a, 0x02, 0xcd, 0xd6, 0x17, 0x34, 0x87, 0xc4, 0xbe, 0x67, 0xc4, 0xdd, 0x44, 0xd4, 0x9b, 0xd0, 0x43, 0x74, 0xd7, 0x64, 0x87, 0xec, 0xf0, 0x5d, 0x9f, 0xcc, 0x22, 0x69, 0x10, 0x11, 0xe7, 0x53, 0xdc, 0x3e, 0x89, 0x40, 0x2c, 0x23, 0x5a, 0x93, 0x48, 0x09, 0x6c, 0x17, 0xe1, 0xed, 0xc7, 0xa0, 0xa8, 0x72, 0x3e, 0x08, 0xed, 0xbd, 0x3c, 0xfb, 0x51, 0x82, 0xd1, 0x16, 0x50, 0xc2, 0x7c, 0x5c, 0xda, 0x90, 0x18, 0xf5, 0x2c, 0xb2, 0x65, 0x0d, 0x04 } } }; static const struct cckprng_op *ops_3473[] = { (const struct cckprng_op *)&op_init_3457, (const struct cckprng_op *)&op_refresh_3458, (const struct cckprng_op *)&op_refresh_3459, (const struct cckprng_op *)&op_reseed_3460, (const struct cckprng_op *)&op_refresh_3461, (const struct cckprng_op *)&op_init_3462, (const struct cckprng_op *)&op_reseed_3463, (const struct cckprng_op *)&op_init_3464, (const struct cckprng_op *)&op_reseed_3465, (const struct cckprng_op *)&op_init_3466, (const struct cckprng_op *)&op_init_3467, (const struct cckprng_op *)&op_reseed_3468, (const struct cckprng_op *)&op_refresh_3469, (const struct cckprng_op *)&op_init_3470, (const struct cckprng_op *)&op_refresh_3471, (const struct cckprng_op *)&op_init_3472 }; static const struct cckprng_vector vec_3474 = { .id = 3281, .note = NULL, .nops = 16, .ops = ops_3473 }; static const struct cckprng_op_init op_init_3475 = { .hd = { .id = 3282, .kind = OP_INIT }, .seed = { 0x5a, 0x07, 0x45, 0xce, 0x13, 0xdf, 0xa3, 0x7e, 0x4a, 0x07, 0x5d, 0x93, 0x17, 0x48, 0xa5, 0x44, 0x90, 0xaf, 0xb7, 0xa3, 0x82, 0x21, 0x4b, 0xaa, 0xcf, 0xe6, 0x71, 0x9d, 0xc0, 0x90, 0xe5, 0x2f }, .nonce = { 0xb3, 0x35, 0x8b, 0xca, 0x19, 0x09, 0xb0, 0xad }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3476 = { .hd = { .id = 3283, .kind = OP_RESEED }, .nonce = 11598325039662541819ULL, .seed_nbytes = 252, .seed = { 0x34, 0xe7, 0x74, 0x90, 0x11, 0x7f, 0x03, 0x9a, 0xc7, 0x38, 0xde, 0xf9, 0x17, 0x2a, 0x61, 0xe2, 0x44, 0xfa, 0x59, 0x82, 0x90, 0x1d, 0x7b, 0xc1, 0xc1, 0xf0, 0x76, 0xeb, 0x98, 0x43, 0x71, 0x1b, 0x7d, 0xf1, 0xa1, 0x0d, 0x84, 0xcd, 0xa2, 0x12, 0x2a, 0x7e, 0x86, 0x44, 0x66, 0xd9, 0xe6, 0x10, 0x5b, 0x86, 0x6d, 0x99, 0x5a, 0xf9, 0x41, 0xb8, 0xbb, 0xa0, 0x61, 0x3b, 0xc5, 0x2a, 0x9c, 0x07, 0x68, 0x4c, 0xb8, 0x5d, 0x6d, 0xcd, 0x24, 0x38, 0x17, 0xf1, 0x09, 0x46, 0x26, 0x3c, 0x10, 0x4d, 0x80, 0xcc, 0x52, 0xf6, 0x1b, 0x19, 0x94, 0xd1, 0xc9, 0x3f, 0xf6, 0xed, 0x3e, 0xaf, 0xeb, 0xb3, 0x83, 0x1e, 0xc0, 0x1f, 0x73, 0x1d, 0x36, 0x84, 0x15, 0xca, 0xa5, 0xb7, 0x88, 0x3a, 0x03, 0xee, 0x90, 0x5b, 0xb9, 0xab, 0xfb, 0x52, 0xa1, 0xb1, 0xac, 0xb4, 0xea, 0x04, 0x70, 0x62, 0x3e, 0x58, 0x04, 0xf3, 0xfe, 0x84, 0x4e, 0x55, 0x40, 0x9f, 0x1e, 0x3a, 0x5b, 0xdc, 0x25, 0x5a, 0x13, 0x42, 0xdc, 0x70, 0x07, 0xa7, 0xa8, 0xce, 0x2d, 0x78, 0x9b, 0x9c, 0xca, 0x78, 0xde, 0x98, 0x90, 0x38, 0xcc, 0xb5, 0x37, 0x5c, 0x7d, 0x1e, 0x66, 0x3b, 0x86, 0x72, 0x42, 0x44, 0xda, 0x09, 0x30, 0x82, 0x5f, 0x0f, 0xca, 0x3f, 0x86, 0xbc, 0xd9, 0x99, 0xbe, 0x33, 0x37, 0x53, 0x6c, 0x1f, 0xc7, 0x63, 0x79, 0x1e, 0xb8, 0x9f, 0x9c, 0x9d, 0x76, 0x07, 0x64, 0x38, 0xdd, 0x20, 0x6c, 0x85, 0x35, 0xa7, 0x4c, 0x2a, 0x6e, 0x03, 0xec, 0x86, 0x5b, 0xbe, 0x16, 0x95, 0x08, 0xdf, 0x7d, 0x93, 0x28, 0xcc, 0x97, 0xed, 0x2f, 0xf3, 0xbf, 0x27, 0x76, 0x09, 0xdb, 0x0e, 0xa8, 0x2f, 0xbc, 0x18, 0x26, 0xf1, 0xff, 0xb9, 0xe5, 0x8b, 0x60, 0x4d, 0x36, 0x40, 0x5f, 0x4c, 0x71, 0xaa } }; static const struct cckprng_op_refresh op_refresh_3477 = { .hd = { .id = 3284, .kind = OP_REFRESH }, .rand = 13589504791770010432ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3478 = { .hd = { .id = 3285, .kind = OP_REFRESH }, .rand = 12552878458815726536ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3479 = { .hd = { .id = 3286, .kind = OP_REFRESH }, .rand = 2666939522363354358ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3480 = { .hd = { .id = 3287, .kind = OP_GENERATE }, .rand_nbytes = 44, .out = { .rand = { 0x08, 0x96, 0xc5, 0x73, 0x2d, 0x02, 0x17, 0xe3, 0x1e, 0x68, 0x73, 0x2d, 0x3a, 0xaa, 0xa5, 0x1f, 0x54, 0x29, 0x05, 0x3e, 0x24, 0xff, 0xd8, 0x75, 0x4e, 0xf8, 0x78, 0xf8, 0x64, 0x07, 0x12, 0xde, 0xd7, 0xe8, 0x90, 0x14, 0x7d, 0x96, 0xff, 0x88, 0x81, 0x6a, 0x99, 0xf1 } } }; static const struct cckprng_op_generate op_init_3481 = { .hd = { .id = 3288, .kind = OP_GENERATE }, .rand_nbytes = 68, .out = { .rand = { 0x45, 0x57, 0xfd, 0x82, 0x72, 0xd1, 0x28, 0xb2, 0xb1, 0xf1, 0xe5, 0xf7, 0xd7, 0xe9, 0x06, 0x6a, 0x22, 0x52, 0x86, 0x08, 0x7e, 0x90, 0xb2, 0x0a, 0xd6, 0x66, 0x87, 0x07, 0xce, 0xf7, 0xfa, 0x43, 0x2a, 0xe0, 0x0d, 0x1a, 0xb3, 0x8b, 0x3c, 0xc8, 0xff, 0xa8, 0xb2, 0x1b, 0xa3, 0x39, 0x0b, 0x8a, 0x9a, 0x22, 0x75, 0x8a, 0x7c, 0x06, 0x60, 0x42, 0xf6, 0x0d, 0xa9, 0x2f, 0x02, 0xfc, 0x6b, 0x67, 0x31, 0x82, 0x40, 0x8b } } }; static const struct cckprng_op_reseed op_reseed_3482 = { .hd = { .id = 3289, .kind = OP_RESEED }, .nonce = 7388887078097427330ULL, .seed_nbytes = 58, .seed = { 0x86, 0xe3, 0x23, 0xfb, 0x5d, 0x45, 0x8b, 0x6b, 0xfe, 0xa4, 0xfb, 0x3b, 0x0a, 0x97, 0xc7, 0xa1, 0xfa, 0xf6, 0x1f, 0x2a, 0x82, 0x35, 0xfe, 0xf8, 0xff, 0x54, 0xc0, 0xc1, 0xf7, 0xe9, 0xd9, 0xab, 0x42, 0x28, 0xa8, 0x1d, 0xbe, 0x79, 0xe3, 0x63, 0xd7, 0x2b, 0xe4, 0x15, 0x1a, 0x0e, 0xa5, 0x7a, 0xa5, 0xad, 0xf0, 0x20, 0x47, 0xeb, 0x79, 0x1d, 0x24, 0x52 } }; static const struct cckprng_op_generate op_init_3483 = { .hd = { .id = 3290, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0x30, 0xa7, 0x87, 0x4e, 0xad, 0xb6, 0xc9, 0x39, 0x9b, 0xae } } }; static const struct cckprng_op_refresh op_refresh_3484 = { .hd = { .id = 3291, .kind = OP_REFRESH }, .rand = 16146604033565208820ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3485 = { .hd = { .id = 3292, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0xd6, 0x34, 0xa6, 0x44, 0x1f, 0x7e, 0x16, 0x86, 0x0f, 0x0d, 0x8b, 0xea, 0xd3, 0xd8, 0x9a, 0x49, 0x0f, 0x13, 0xe6, 0x7f, 0x38, 0x1c, 0x53, 0xf7, 0xd4, 0x09, 0xd5, 0xf7, 0xc8, 0x55, 0x51, 0x36, 0x8b, 0xbb, 0x89, 0x94, 0x0b, 0xef, 0x37, 0x00, 0x87, 0x44 } } }; static const struct cckprng_op_refresh op_refresh_3486 = { .hd = { .id = 3293, .kind = OP_REFRESH }, .rand = 986312721035778489ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3487 = { .hd = { .id = 3294, .kind = OP_GENERATE }, .rand_nbytes = 120, .out = { .rand = { 0x7f, 0xf3, 0xc8, 0xe1, 0xe6, 0x51, 0xef, 0x8f, 0xf0, 0xa4, 0x77, 0x79, 0x38, 0x64, 0x2f, 0x84, 0x36, 0x13, 0xd5, 0x3f, 0x26, 0x4b, 0x1f, 0xb3, 0xf5, 0xe6, 0xf4, 0xb1, 0x39, 0xa4, 0xe8, 0x0a, 0x47, 0x1d, 0xf0, 0xf1, 0xd1, 0x2c, 0xef, 0x81, 0xea, 0x8a, 0x43, 0x3d, 0xc3, 0x60, 0x09, 0xfc, 0x0f, 0x0e, 0x48, 0x64, 0x64, 0xc3, 0x70, 0xdd, 0xb1, 0xce, 0xad, 0x2d, 0x1e, 0x5b, 0xe7, 0xd9, 0xc0, 0xca, 0x0a, 0x5c, 0x46, 0x97, 0xef, 0xab, 0x64, 0x73, 0x54, 0x2f, 0x77, 0x78, 0x49, 0xad, 0x67, 0x60, 0x2f, 0x63, 0xa5, 0x3b, 0x46, 0x16, 0xa0, 0x9e, 0x2e, 0xfc, 0xc6, 0x2e, 0xef, 0x20, 0xbe, 0x88, 0x89, 0xdd, 0x95, 0xf7, 0x9d, 0x6a, 0x4c, 0x8a, 0x0c, 0x26, 0x54, 0x46, 0xa5, 0xbc, 0x41, 0x0e, 0x2c, 0x97, 0x1d, 0x7d, 0xf6, 0x5b } } }; static const struct cckprng_op_refresh op_refresh_3488 = { .hd = { .id = 3295, .kind = OP_REFRESH }, .rand = 11546627101098999039ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3489 = { .hd = { .id = 3296, .kind = OP_RESEED }, .nonce = 2438102749059410877ULL, .seed_nbytes = 16, .seed = { 0x61, 0x48, 0xbf, 0x3d, 0xb1, 0xce, 0xcc, 0x7a, 0xe5, 0xf5, 0xdd, 0xaf, 0x9c, 0xd0, 0x0f, 0xdd } }; static const struct cckprng_op_refresh op_refresh_3490 = { .hd = { .id = 3297, .kind = OP_REFRESH }, .rand = 8583167619818809702ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3491[] = { (const struct cckprng_op *)&op_init_3475, (const struct cckprng_op *)&op_reseed_3476, (const struct cckprng_op *)&op_refresh_3477, (const struct cckprng_op *)&op_refresh_3478, (const struct cckprng_op *)&op_refresh_3479, (const struct cckprng_op *)&op_init_3480, (const struct cckprng_op *)&op_init_3481, (const struct cckprng_op *)&op_reseed_3482, (const struct cckprng_op *)&op_init_3483, (const struct cckprng_op *)&op_refresh_3484, (const struct cckprng_op *)&op_init_3485, (const struct cckprng_op *)&op_refresh_3486, (const struct cckprng_op *)&op_init_3487, (const struct cckprng_op *)&op_refresh_3488, (const struct cckprng_op *)&op_reseed_3489, (const struct cckprng_op *)&op_refresh_3490 }; static const struct cckprng_vector vec_3492 = { .id = 3298, .note = NULL, .nops = 16, .ops = ops_3491 }; static const struct cckprng_op_init op_init_3493 = { .hd = { .id = 3299, .kind = OP_INIT }, .seed = { 0x6e, 0xf5, 0x97, 0x80, 0xc0, 0xa8, 0x43, 0x4d, 0x0e, 0x5a, 0x9b, 0x98, 0x51, 0x2b, 0xa9, 0x47, 0x8d, 0xf0, 0xac, 0x0d, 0xe6, 0x68, 0x1e, 0xd8, 0xaa, 0x5e, 0x56, 0x96, 0x16, 0xa0, 0x51, 0x2e }, .nonce = { 0x3c, 0x13, 0x52, 0x06, 0x29, 0x36, 0x3c, 0xa5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3494 = { .hd = { .id = 3300, .kind = OP_RESEED }, .nonce = 14867396171773049054ULL, .seed_nbytes = 197, .seed = { 0x34, 0x84, 0xdb, 0xdd, 0x9d, 0x72, 0x54, 0xac, 0xf9, 0x2c, 0x44, 0xa4, 0x99, 0xfb, 0x13, 0x8d, 0xe5, 0x64, 0x8f, 0xf4, 0x30, 0x11, 0x87, 0x54, 0x11, 0x0e, 0x48, 0x67, 0x65, 0x62, 0x73, 0xf9, 0x7e, 0xf8, 0x48, 0x04, 0x94, 0x20, 0xcc, 0xdd, 0x4a, 0x2a, 0xaa, 0xd4, 0xcf, 0x57, 0x98, 0x2e, 0xd0, 0x61, 0x64, 0xe7, 0x33, 0x1b, 0x6b, 0x61, 0x44, 0x12, 0xa8, 0xe5, 0x2e, 0xce, 0x7f, 0x49, 0x89, 0x17, 0x32, 0xe2, 0xa3, 0x85, 0xd6, 0xf1, 0xc3, 0x76, 0x3b, 0x6c, 0xc2, 0x50, 0x75, 0x58, 0xd8, 0x42, 0x10, 0x9c, 0x1f, 0xfc, 0x20, 0xff, 0x5c, 0x19, 0xd1, 0x9c, 0x1a, 0xfb, 0x8a, 0xb1, 0x7b, 0x31, 0x72, 0xc4, 0x09, 0x9e, 0x9f, 0x67, 0x7c, 0xaa, 0x7b, 0x13, 0xdf, 0xb1, 0x37, 0xa7, 0x40, 0x2a, 0xd8, 0xb0, 0x1d, 0x6e, 0x87, 0xcb, 0x27, 0x9b, 0x01, 0x90, 0x8d, 0x85, 0xf2, 0x7c, 0xd3, 0xc1, 0xac, 0xbf, 0x5d, 0xcc, 0x5d, 0xc1, 0x57, 0x1b, 0xc8, 0xae, 0xce, 0xff, 0xf9, 0x4e, 0xcd, 0xe9, 0x94, 0x7e, 0x6f, 0x8a, 0x78, 0x29, 0xcd, 0x63, 0x54, 0x42, 0x4e, 0xc7, 0x76, 0x67, 0x70, 0xe2, 0xda, 0x58, 0xbb, 0xc9, 0x9d, 0xa1, 0xea, 0x85, 0x94, 0xfd, 0x22, 0xd3, 0x95, 0x51, 0xdc, 0x17, 0x1d, 0x8f, 0xfa, 0xff, 0x0a, 0x4f, 0xa4, 0x81, 0xd0, 0xba, 0xe1, 0xcf, 0xe3, 0xa6, 0x9c, 0x67, 0x33, 0x88, 0xad } }; static const struct cckprng_op_reseed op_reseed_3495 = { .hd = { .id = 3301, .kind = OP_RESEED }, .nonce = 9777857407844865271ULL, .seed_nbytes = 234, .seed = { 0xa7, 0x1a, 0xd0, 0xfb, 0xca, 0x6a, 0xe0, 0xe7, 0xd9, 0x89, 0xbf, 0xbe, 0xeb, 0x8b, 0xde, 0x61, 0xb3, 0xdc, 0x3e, 0x3e, 0x09, 0xf1, 0x57, 0xe4, 0x90, 0xf3, 0xcb, 0xfb, 0x9a, 0x0c, 0xa7, 0xb8, 0x35, 0x3f, 0x7b, 0xb1, 0xeb, 0x6a, 0x87, 0x36, 0x63, 0x73, 0x7e, 0x79, 0x79, 0x26, 0xd3, 0x84, 0xaf, 0xf6, 0x97, 0x8e, 0xfe, 0xa6, 0xcb, 0x34, 0xfe, 0xf1, 0x2c, 0xe3, 0x7e, 0x1a, 0x42, 0x12, 0x79, 0x79, 0x30, 0x85, 0x74, 0x36, 0x1e, 0x1c, 0x41, 0xe0, 0x67, 0xd1, 0xe6, 0xd8, 0x83, 0x17, 0x1d, 0xb5, 0x29, 0x55, 0xb3, 0x83, 0x72, 0x69, 0x1b, 0x37, 0x3d, 0x3d, 0x00, 0x11, 0x2e, 0x7c, 0x7b, 0xb8, 0xba, 0xd4, 0xd3, 0x17, 0x08, 0xdd, 0x49, 0x42, 0xfd, 0xbb, 0xb9, 0xbe, 0x87, 0x4e, 0x2c, 0xab, 0x72, 0x47, 0x75, 0xa7, 0xd1, 0x87, 0xde, 0x21, 0xb0, 0xd3, 0xee, 0xee, 0x72, 0xe8, 0x73, 0xa0, 0x48, 0x95, 0xee, 0x58, 0x04, 0x4f, 0x51, 0xe4, 0x4c, 0x18, 0x23, 0x68, 0xb0, 0x69, 0x62, 0x57, 0xb1, 0xb1, 0xde, 0x1b, 0xc0, 0x43, 0x7a, 0x16, 0xa8, 0x13, 0x2a, 0x2f, 0x68, 0x05, 0xbf, 0x6d, 0x41, 0xc5, 0xc9, 0x46, 0xed, 0xf5, 0x52, 0x5a, 0xae, 0x4c, 0xb4, 0x1b, 0x50, 0x8d, 0x41, 0xb7, 0xf1, 0xad, 0x62, 0xf1, 0xb8, 0x68, 0x51, 0x1b, 0xee, 0x4b, 0x7e, 0x6b, 0x58, 0xb7, 0xaf, 0x58, 0x3a, 0xdf, 0x37, 0xe6, 0x3a, 0x88, 0xf5, 0x3a, 0xbe, 0xb0, 0x84, 0x8f, 0xfe, 0x2d, 0x4b, 0x66, 0xfe, 0x70, 0x1e, 0x11, 0x2e, 0x9b, 0x5c, 0xe8, 0xc1, 0x1f, 0x6f, 0x59, 0x5d, 0xb7, 0x44, 0x46, 0xd0, 0x19, 0x1b, 0x4a, 0xb6, 0x1d, 0x0d, 0xf4 } }; static const struct cckprng_op_refresh op_refresh_3496 = { .hd = { .id = 3302, .kind = OP_REFRESH }, .rand = 5279638662291752571ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3497 = { .hd = { .id = 3303, .kind = OP_REFRESH }, .rand = 16639423065977030539ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3498 = { .hd = { .id = 3304, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0x7f, 0x85, 0x9b, 0x88, 0x63, 0x3a, 0xfc, 0x21, 0x5f, 0x9b, 0x91, 0x27, 0x0f, 0xc8, 0x11, 0xe2, 0x9d, 0x8c, 0xad, 0x5e, 0x40, 0x0c, 0x3b, 0x47, 0xc9, 0x92, 0xe0, 0x79, 0x49, 0x0d, 0x9d, 0x6b, 0xa1, 0x5a, 0x9c, 0x8f, 0xdd, 0x10, 0x7d, 0x7e, 0x66, 0xc4, 0x4d, 0xb9, 0x36, 0x45, 0xb5, 0x85, 0xe0, 0xe9, 0x39, 0x62, 0x80, 0x5f, 0x4d, 0x10, 0x5f, 0x23, 0x54, 0x6f, 0xff, 0x66, 0x44, 0xd4, 0xcf, 0xa7, 0x0a, 0x3f, 0x99, 0x93, 0x55, 0xf3, 0xac, 0x6f, 0xd5, 0xd2, 0xaf, 0x6d, 0x33, 0xa8, 0x16, 0xde, 0x50, 0xea, 0xe3, 0xf8, 0xed, 0xd0, 0x19, 0x49, 0x2b, 0x68, 0x4b, 0x35, 0xd1, 0x90, 0x17, 0xaf, 0x44, 0xcb, 0xb9, 0xec, 0xd1, 0x6f, 0x8c, 0x58, 0x10, 0x12, 0x38, 0x58, 0x6a, 0xe0, 0xe7, 0x31, 0x9b, 0x85, 0x03, 0x1c, 0xa6, 0x47, 0xcb, 0x85, 0x0e, 0x2c, 0x08, 0xfb, 0xe9, 0xa6 } } }; static const struct cckprng_op_generate op_init_3499 = { .hd = { .id = 3305, .kind = OP_GENERATE }, .rand_nbytes = 62, .out = { .rand = { 0xe3, 0x32, 0xb7, 0x37, 0xa4, 0x05, 0x61, 0x1f, 0x89, 0x9a, 0x07, 0x05, 0x70, 0x38, 0x1d, 0x4e, 0x03, 0xb3, 0x34, 0x4a, 0x53, 0xcf, 0x28, 0x2f, 0xc5, 0xed, 0xff, 0xe7, 0x28, 0x96, 0x67, 0x89, 0xb6, 0xc1, 0x2b, 0x34, 0x50, 0x47, 0x15, 0x49, 0xba, 0xbe, 0x36, 0x91, 0x46, 0xfd, 0xbf, 0xf2, 0x3d, 0xea, 0x16, 0x94, 0xe7, 0x14, 0x5f, 0x1b, 0x4d, 0xda, 0xb9, 0xaf, 0xbb, 0xa7 } } }; static const struct cckprng_op_reseed op_reseed_3500 = { .hd = { .id = 3306, .kind = OP_RESEED }, .nonce = 9028934060897937265ULL, .seed_nbytes = 110, .seed = { 0x78, 0x1c, 0xa8, 0xfa, 0x72, 0x34, 0x80, 0xa5, 0xeb, 0x76, 0x81, 0xd7, 0x25, 0xde, 0x01, 0x77, 0xc7, 0x17, 0xad, 0x0a, 0xa7, 0xca, 0x8a, 0x6a, 0x92, 0x55, 0x01, 0x8a, 0xfe, 0xcd, 0x32, 0xc7, 0xba, 0x2c, 0x65, 0x37, 0x6d, 0xba, 0x1a, 0x9f, 0xa0, 0xad, 0xcd, 0xf1, 0x76, 0xc2, 0x0a, 0xd3, 0xc0, 0x53, 0xa4, 0x33, 0xd0, 0xe7, 0x3a, 0x4d, 0xcf, 0x26, 0xfd, 0xc3, 0xf1, 0x88, 0x31, 0x49, 0xdc, 0xf7, 0xba, 0xae, 0xf9, 0x89, 0x73, 0x2a, 0xc8, 0x40, 0x77, 0x5c, 0x83, 0xdb, 0xa9, 0x85, 0x19, 0x9c, 0xb3, 0xeb, 0xce, 0x59, 0x9f, 0x7d, 0x41, 0x4c, 0xf3, 0xf8, 0xfb, 0x38, 0x78, 0x84, 0x5f, 0x57, 0x2d, 0xc7, 0xb0, 0xd9, 0x4f, 0x1a, 0x5b, 0xb2, 0xa7, 0xea, 0xb9, 0xaf } }; static const struct cckprng_op_refresh op_refresh_3501 = { .hd = { .id = 3307, .kind = OP_REFRESH }, .rand = 13409671599578998777ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3502 = { .hd = { .id = 3308, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x43, 0x2a, 0x5c, 0x0b, 0xa9, 0x92, 0x31, 0x84, 0x7f, 0x2c, 0x4e, 0x6e, 0x10, 0x68, 0x3f, 0x82, 0x06, 0xca, 0x3c, 0x8c, 0xbb, 0x46, 0x1d, 0x05, 0x79, 0xea, 0x7a, 0xd1, 0x88, 0x9c, 0x83, 0x38, 0x89, 0xab, 0xc5, 0x70, 0x0e, 0xdb, 0x74, 0x7e, 0x3b, 0x8c, 0x6c, 0x34, 0x78, 0x27, 0xdd, 0x1f, 0x40, 0xd7, 0xeb, 0xd4, 0xff, 0x8f, 0x5c, 0xcd, 0x9d, 0x0e, 0xd9, 0x30, 0xd5, 0xcc, 0x63, 0x4c, 0xfc, 0xc7, 0xb3, 0xfa, 0x34, 0xd1, 0x37, 0xc8, 0x2c, 0xce, 0x90, 0x68, 0x47, 0x0e, 0xe1, 0x61, 0xad, 0x5b, 0xaf, 0xd0, 0x06, 0x51, 0x78, 0xc4, 0x00, 0xc9, 0x56, 0xdd, 0xd7, 0x96, 0xe5, 0x41, 0xe0, 0x6b, 0x62, 0x4f, 0x0a, 0x6d, 0x15, 0x85, 0x6a, 0x32, 0x4c, 0x05, 0x98, 0xce, 0xc8, 0x96, 0xc7, 0xee, 0x4d, 0xa0, 0x0b, 0x35, 0x02, 0x7e, 0x75, 0xa0, 0x8b, 0x7c, 0x87, 0xd3, 0x42, 0x86, 0x05, 0x06, 0xda, 0x02, 0x03, 0xc7, 0xdf, 0x7c, 0xb1, 0x0b, 0x5e, 0x4b, 0x0e, 0xe4, 0xc7, 0xfe, 0xfa, 0x31, 0xd8, 0x1e, 0xdf, 0xa7, 0x38, 0x10, 0x64, 0x85, 0xf1, 0x58, 0x29, 0x7c, 0xfe, 0x59, 0xb9, 0x86, 0x3c, 0xd2, 0xf7, 0xef, 0xba, 0x7a, 0x36, 0xa2, 0x2c, 0xe4, 0x33, 0x85, 0x2b, 0x71, 0x70, 0x4e, 0x37, 0x03, 0xa7 } } }; static const struct cckprng_op_refresh op_refresh_3503 = { .hd = { .id = 3309, .kind = OP_REFRESH }, .rand = 17272939844895428533ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3504 = { .hd = { .id = 3310, .kind = OP_RESEED }, .nonce = 16817867862945632821ULL, .seed_nbytes = 233, .seed = { 0xfa, 0xe8, 0x4e, 0x40, 0x85, 0xb5, 0xde, 0xdc, 0x83, 0xce, 0xb8, 0x70, 0x71, 0x68, 0x82, 0xc1, 0x8b, 0x38, 0x8f, 0x2c, 0x68, 0xb8, 0x46, 0xd9, 0x21, 0x6c, 0xb8, 0xce, 0x94, 0x49, 0x4f, 0xb3, 0xb2, 0x3d, 0xf4, 0xe1, 0x22, 0x3b, 0x65, 0x8b, 0x34, 0xe5, 0x21, 0x6b, 0xe1, 0xd9, 0x17, 0xc9, 0x81, 0xe3, 0xeb, 0xaa, 0x14, 0xb3, 0x55, 0xc1, 0xfe, 0xe9, 0xc6, 0xa2, 0xcf, 0x41, 0x0b, 0xcb, 0xd0, 0xcf, 0x40, 0x80, 0xdf, 0xa1, 0x8d, 0x3b, 0x3f, 0x9f, 0xdd, 0xcc, 0xe7, 0xf5, 0x87, 0xdc, 0x6d, 0x1a, 0xa7, 0xae, 0xfb, 0x50, 0x04, 0x32, 0xa7, 0x97, 0x9e, 0x10, 0x2b, 0xb4, 0x5e, 0x9b, 0x2a, 0xc7, 0x8e, 0xc2, 0xd6, 0xcf, 0x87, 0x23, 0xe5, 0xe5, 0x10, 0x6e, 0x1e, 0x0b, 0xf8, 0xfa, 0xa4, 0x8d, 0xf5, 0xf2, 0x89, 0xc4, 0x99, 0x8a, 0xc2, 0xc6, 0xe6, 0x85, 0x44, 0xaa, 0x85, 0xef, 0x66, 0x6e, 0x38, 0x05, 0xeb, 0xf5, 0x12, 0x18, 0x01, 0x4c, 0x0e, 0xe8, 0x84, 0x7b, 0xab, 0x99, 0xb8, 0xc6, 0x65, 0x08, 0x53, 0x0c, 0x5b, 0xdb, 0xbe, 0x43, 0x5f, 0x6f, 0x15, 0xe5, 0xff, 0x5d, 0x61, 0x69, 0x34, 0xf4, 0x39, 0x61, 0xd5, 0xfe, 0xc0, 0xd5, 0x60, 0xb7, 0x2b, 0xf4, 0x86, 0x8f, 0x6b, 0xed, 0xbc, 0x13, 0xa5, 0x25, 0x12, 0x31, 0x3c, 0x7d, 0x80, 0xc7, 0x0f, 0xab, 0x7d, 0xd2, 0xfb, 0x1e, 0x02, 0xe1, 0xd6, 0x64, 0x20, 0xad, 0x88, 0x1b, 0x45, 0xd5, 0x74, 0xfa, 0xf8, 0x8a, 0x73, 0x20, 0xa8, 0xf4, 0x46, 0x36, 0x95, 0x0e, 0xc6, 0xe6, 0xcb, 0x1f, 0x84, 0xa5, 0x53, 0x9c, 0x47, 0x0a, 0x57, 0x19, 0xe7, 0x46, 0x8a, 0x20, 0xe9 } }; static const struct cckprng_op_generate op_init_3505 = { .hd = { .id = 3311, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0xc0, 0xcd, 0x4f, 0x0d, 0x72, 0x2f, 0xa8, 0x5a, 0x25, 0x86 } } }; static const struct cckprng_op_generate op_init_3506 = { .hd = { .id = 3312, .kind = OP_GENERATE }, .rand_nbytes = 218, .out = { .rand = { 0x78, 0x7a, 0xd0, 0xae, 0xa5, 0x9c, 0x5d, 0x43, 0xff, 0x67, 0xe1, 0xd8, 0x01, 0xa5, 0xcb, 0x83, 0x00, 0xe7, 0x80, 0x0f, 0x64, 0xc7, 0xd6, 0x02, 0x81, 0x47, 0x3f, 0x60, 0xb1, 0xac, 0x3a, 0x27, 0x39, 0xb2, 0xe3, 0xc7, 0x47, 0xee, 0x84, 0x30, 0x82, 0xab, 0x58, 0x31, 0x54, 0x7b, 0xd2, 0x05, 0xe7, 0x61, 0x59, 0x41, 0x2a, 0x5a, 0xec, 0xf3, 0x10, 0xfc, 0x3d, 0xe2, 0x5c, 0x40, 0x67, 0x94, 0xa4, 0x5d, 0x34, 0x6f, 0x73, 0xd7, 0x7c, 0x8d, 0x6a, 0x44, 0x83, 0x82, 0xcd, 0xba, 0x02, 0xdb, 0x94, 0x21, 0xa1, 0xe6, 0x4b, 0xeb, 0x84, 0xcf, 0xa6, 0xf7, 0x84, 0xbf, 0xbc, 0xfa, 0x51, 0x60, 0x74, 0x41, 0xe1, 0x72, 0xc4, 0xe8, 0x60, 0x16, 0x61, 0x78, 0x28, 0x0e, 0x59, 0x1a, 0x18, 0xd6, 0x42, 0x3f, 0x4c, 0xb4, 0xab, 0xd3, 0x6b, 0xdb, 0xb4, 0x9a, 0xe7, 0xd1, 0x66, 0x66, 0x58, 0x2f, 0xbf, 0x57, 0x48, 0x17, 0xf9, 0xfb, 0xea, 0xbc, 0x77, 0xac, 0x13, 0x9e, 0xe3, 0x1d, 0xd1, 0x2a, 0xc6, 0xdd, 0xa8, 0x93, 0x09, 0xcb, 0xbb, 0xbb, 0xad, 0xde, 0xae, 0x81, 0xc3, 0xaf, 0x05, 0x16, 0x62, 0xfe, 0x79, 0x2e, 0x08, 0x0d, 0xcd, 0xb5, 0x0e, 0x51, 0x40, 0xd3, 0xfa, 0x0e, 0xec, 0x6d, 0x26, 0xd4, 0xa1, 0x2f, 0x8a, 0xca, 0x56, 0xbd, 0x18, 0x1c, 0x6c, 0x28, 0x30, 0x32, 0x69, 0xeb, 0x6a, 0xf9, 0x75, 0x58, 0x85, 0x3c, 0x12, 0x14, 0xfb, 0xfc, 0xf0, 0x37, 0xc9, 0x24, 0xe1, 0xa0, 0x70, 0xcc, 0x5b, 0x6a, 0xea, 0x6e, 0x1c, 0xe7, 0xe0, 0xbe } } }; static const struct cckprng_op_reseed op_reseed_3507 = { .hd = { .id = 3313, .kind = OP_RESEED }, .nonce = 3947275587681705697ULL, .seed_nbytes = 38, .seed = { 0x5b, 0x26, 0x1f, 0x05, 0xa4, 0xa7, 0x48, 0x1c, 0xeb, 0xb0, 0xad, 0x6a, 0x70, 0x7a, 0x17, 0x50, 0xa4, 0x4a, 0x54, 0x7d, 0x87, 0x0e, 0x68, 0xd4, 0x31, 0x0b, 0x11, 0x61, 0xd0, 0x3a, 0xd1, 0x32, 0xbe, 0xa2, 0xe0, 0x9b, 0x09, 0x8c } }; static const struct cckprng_op_reseed op_reseed_3508 = { .hd = { .id = 3314, .kind = OP_RESEED }, .nonce = 11448960302603590685ULL, .seed_nbytes = 172, .seed = { 0x5b, 0x9d, 0x8b, 0x99, 0x4f, 0xea, 0x09, 0xf2, 0x4b, 0x4a, 0x68, 0x3d, 0xac, 0x10, 0x1b, 0x63, 0xfd, 0x18, 0x3c, 0x69, 0x84, 0x0c, 0xe2, 0x35, 0x65, 0x63, 0x80, 0xfe, 0x39, 0x9f, 0xbe, 0x3a, 0xd5, 0x9c, 0x81, 0x06, 0xe9, 0x20, 0x16, 0xc6, 0x9f, 0xe9, 0xaf, 0x03, 0x25, 0xe5, 0x0f, 0xfe, 0x51, 0x33, 0x1c, 0x0c, 0xda, 0x94, 0x3f, 0x3f, 0xd4, 0x18, 0xe5, 0xda, 0x70, 0xc3, 0x59, 0x0a, 0x01, 0xec, 0xd4, 0x87, 0xad, 0xb6, 0xd6, 0x0c, 0xef, 0x0a, 0x04, 0x43, 0x67, 0xca, 0x91, 0x26, 0xe7, 0x0c, 0x07, 0x71, 0x8a, 0x19, 0x6c, 0x56, 0xe8, 0xa0, 0xe9, 0x2f, 0x35, 0x7a, 0x1b, 0xda, 0xeb, 0xd6, 0xc8, 0x16, 0x70, 0xf9, 0x70, 0xbf, 0x36, 0x49, 0x5b, 0xc3, 0x83, 0xb2, 0x5c, 0x3e, 0x3a, 0x65, 0xea, 0x8f, 0xf7, 0x04, 0x8a, 0x63, 0x62, 0x2f, 0x0f, 0x1a, 0xaf, 0x3a, 0x39, 0x07, 0x22, 0x01, 0xc7, 0x10, 0xa9, 0xa8, 0x14, 0xb4, 0xd5, 0x35, 0x2a, 0x16, 0xb0, 0x02, 0xf1, 0xad, 0xba, 0x75, 0x66, 0x38, 0xa2, 0x50, 0x24, 0x8f, 0xca, 0xdd, 0x3d, 0x09, 0xa0, 0x9c, 0xa0, 0xb6, 0x6c, 0xa7, 0x1e, 0x8f, 0x02, 0xd1, 0x49, 0x16, 0xcc, 0xbd, 0xfd, 0x9a } }; static const struct cckprng_op *ops_3509[] = { (const struct cckprng_op *)&op_init_3493, (const struct cckprng_op *)&op_reseed_3494, (const struct cckprng_op *)&op_reseed_3495, (const struct cckprng_op *)&op_refresh_3496, (const struct cckprng_op *)&op_refresh_3497, (const struct cckprng_op *)&op_init_3498, (const struct cckprng_op *)&op_init_3499, (const struct cckprng_op *)&op_reseed_3500, (const struct cckprng_op *)&op_refresh_3501, (const struct cckprng_op *)&op_init_3502, (const struct cckprng_op *)&op_refresh_3503, (const struct cckprng_op *)&op_reseed_3504, (const struct cckprng_op *)&op_init_3505, (const struct cckprng_op *)&op_init_3506, (const struct cckprng_op *)&op_reseed_3507, (const struct cckprng_op *)&op_reseed_3508 }; static const struct cckprng_vector vec_3510 = { .id = 3315, .note = NULL, .nops = 16, .ops = ops_3509 }; static const struct cckprng_op_init op_init_3511 = { .hd = { .id = 3316, .kind = OP_INIT }, .seed = { 0xa9, 0x1a, 0x77, 0xde, 0xaf, 0x82, 0xc1, 0xef, 0xeb, 0x0a, 0xab, 0xa0, 0x1e, 0x6a, 0x89, 0x62, 0xa4, 0xd4, 0x1b, 0x0c, 0x31, 0x32, 0xe7, 0xb4, 0x65, 0xb8, 0x0b, 0xe2, 0x71, 0x2b, 0xfb, 0x39 }, .nonce = { 0x3e, 0x9e, 0x1a, 0x1d, 0xee, 0x17, 0x56, 0xe2 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3512 = { .hd = { .id = 3317, .kind = OP_REFRESH }, .rand = 9444435255767902259ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3513 = { .hd = { .id = 3318, .kind = OP_GENERATE }, .rand_nbytes = 199, .out = { .rand = { 0xf3, 0x59, 0x0c, 0x09, 0x88, 0xf1, 0x0d, 0x5d, 0xd3, 0xc0, 0xb5, 0xa3, 0xfc, 0x99, 0x01, 0x14, 0x8a, 0xeb, 0x5d, 0x44, 0x67, 0xf8, 0x56, 0x93, 0x7e, 0xc9, 0xaf, 0x10, 0x0a, 0xce, 0xde, 0x02, 0xa4, 0xc6, 0x24, 0xdb, 0xa6, 0x7d, 0x33, 0x08, 0x41, 0xf6, 0x98, 0x0c, 0xf1, 0xa7, 0x9d, 0x66, 0x3b, 0x87, 0xdf, 0x60, 0x19, 0x06, 0x6e, 0x63, 0xb2, 0x0a, 0x51, 0x56, 0x91, 0xb7, 0x09, 0x28, 0x81, 0x88, 0x9e, 0xdc, 0x35, 0x91, 0xac, 0xa4, 0x3a, 0x39, 0x1e, 0x41, 0x22, 0xa4, 0xf9, 0x4b, 0x74, 0x0f, 0x30, 0x8b, 0xfe, 0x29, 0x53, 0xf7, 0x31, 0x70, 0x30, 0xd8, 0x01, 0x09, 0x42, 0x66, 0xf3, 0xde, 0x6b, 0x44, 0xf9, 0x25, 0xf0, 0xd8, 0x44, 0x3e, 0xb5, 0xa2, 0x66, 0x0f, 0x90, 0x80, 0x44, 0x9f, 0x65, 0x24, 0xc9, 0x97, 0xa7, 0xa9, 0x73, 0xe8, 0xb0, 0x09, 0x49, 0xba, 0x03, 0xcc, 0x63, 0x2d, 0x4d, 0x01, 0x4d, 0x3f, 0x52, 0x59, 0x55, 0xda, 0x10, 0x11, 0x3c, 0x5c, 0xc4, 0x8d, 0xc8, 0x33, 0x20, 0xf8, 0x7b, 0x37, 0xc4, 0xc4, 0x3d, 0x66, 0x66, 0xe5, 0x79, 0x84, 0xfd, 0xd5, 0xb2, 0x85, 0x3c, 0x30, 0x3c, 0xec, 0x09, 0xe7, 0xd5, 0x01, 0x4d, 0x8f, 0x83, 0xe2, 0x8b, 0x4f, 0x65, 0xd5, 0x81, 0x67, 0xaf, 0xd7, 0xd3, 0xbc, 0x30, 0xb5, 0xae, 0xcf, 0xa5, 0x19, 0xb7, 0x57, 0x2c, 0xa9, 0xbc, 0x3c, 0x8c, 0x29, 0x5b } } }; static const struct cckprng_op_reseed op_reseed_3514 = { .hd = { .id = 3319, .kind = OP_RESEED }, .nonce = 1639688126322198310ULL, .seed_nbytes = 237, .seed = { 0x1d, 0xfa, 0xa1, 0x13, 0xbe, 0x03, 0x2c, 0x3f, 0x74, 0x9c, 0x0e, 0x18, 0x67, 0x88, 0x50, 0x36, 0xd9, 0x45, 0x36, 0x7a, 0x86, 0x22, 0x3b, 0x7e, 0xc9, 0x07, 0x4f, 0x9b, 0xb2, 0xb8, 0x00, 0x9e, 0xbe, 0x4a, 0x6c, 0xfd, 0x1e, 0x5a, 0xdd, 0x10, 0x58, 0xad, 0x01, 0x74, 0x16, 0x18, 0x24, 0x15, 0xf4, 0xab, 0xa0, 0x7e, 0x68, 0x5b, 0x28, 0x80, 0xdf, 0xfb, 0x8a, 0xe6, 0x30, 0x20, 0x34, 0x50, 0x02, 0xe0, 0x97, 0xba, 0x87, 0x8f, 0xb8, 0xf8, 0xa9, 0x06, 0x7f, 0x1d, 0xba, 0xd1, 0x50, 0x4c, 0x1d, 0x74, 0x6e, 0x7d, 0xed, 0x60, 0x46, 0xb3, 0xd1, 0x92, 0x9e, 0x75, 0xa6, 0x63, 0x4d, 0xe5, 0xd4, 0x89, 0xbb, 0x91, 0xd7, 0xee, 0x5f, 0x4b, 0xd7, 0xa6, 0xe0, 0x95, 0x13, 0x0a, 0xf2, 0xfc, 0xbd, 0x8e, 0x28, 0x74, 0xf5, 0x0d, 0x6a, 0x39, 0x6c, 0x0a, 0x69, 0xef, 0x93, 0x99, 0x29, 0x25, 0xdb, 0x0d, 0xdf, 0x54, 0x03, 0x84, 0x57, 0xe6, 0xfc, 0x2a, 0x24, 0x5b, 0xf6, 0xdf, 0x63, 0xb3, 0xb7, 0x9f, 0x60, 0x52, 0xec, 0x96, 0xaa, 0x8b, 0x56, 0x02, 0x71, 0xa8, 0x3d, 0xd5, 0x3f, 0x7b, 0xc3, 0x07, 0xac, 0xfd, 0xc3, 0x9e, 0xfa, 0x44, 0x4c, 0xdb, 0xcc, 0xe3, 0xee, 0x34, 0x7a, 0x19, 0x7c, 0xc2, 0x47, 0x20, 0xa1, 0x1c, 0x19, 0x79, 0x7a, 0xc8, 0xeb, 0x89, 0x6f, 0x04, 0x86, 0x32, 0x35, 0x15, 0x8d, 0x4e, 0x59, 0xba, 0x21, 0x77, 0xd2, 0xdb, 0x7e, 0xfa, 0x57, 0x6a, 0x79, 0x4b, 0xca, 0x97, 0xe5, 0x85, 0x3c, 0x97, 0xdd, 0x53, 0x76, 0x4f, 0x88, 0xbe, 0x12, 0x1e, 0x2f, 0x6e, 0xbf, 0xc7, 0x6e, 0x1f, 0x15, 0x2d, 0x4b, 0x0f, 0x84, 0x17, 0xd6, 0xec, 0x4a } }; static const struct cckprng_op_reseed op_reseed_3515 = { .hd = { .id = 3320, .kind = OP_RESEED }, .nonce = 16185369167646496430ULL, .seed_nbytes = 143, .seed = { 0x01, 0x0d, 0x27, 0xd5, 0x02, 0x76, 0xeb, 0x9d, 0xe1, 0x9f, 0x69, 0x27, 0x78, 0x86, 0x74, 0xa4, 0x57, 0x27, 0x1c, 0x1c, 0xb7, 0x67, 0x27, 0xea, 0x4d, 0xc4, 0x1d, 0x38, 0x43, 0xba, 0x68, 0xd6, 0x53, 0x13, 0x09, 0x1e, 0x89, 0x1e, 0xf4, 0x81, 0x09, 0xc1, 0xe5, 0x10, 0xc6, 0xdf, 0x05, 0xe5, 0x35, 0xb6, 0x1d, 0x2d, 0xd2, 0xfe, 0xa0, 0x6b, 0x5b, 0x89, 0x87, 0x15, 0x32, 0x9e, 0x4b, 0xc4, 0x6e, 0x8c, 0xd0, 0x76, 0x71, 0xef, 0x95, 0xd6, 0x7f, 0x4a, 0xaf, 0xe0, 0x44, 0x1f, 0xb8, 0x0c, 0x57, 0x71, 0x62, 0x3a, 0x5d, 0xa5, 0x3c, 0x6d, 0x80, 0x9c, 0x2a, 0xf8, 0x9d, 0x1f, 0x72, 0x4f, 0x22, 0x8e, 0x10, 0x4c, 0x19, 0x09, 0x3a, 0x9f, 0xb2, 0xb3, 0xd7, 0xac, 0xd2, 0x11, 0x1f, 0x92, 0x38, 0x2f, 0x97, 0x4c, 0x7a, 0xe9, 0x3e, 0xca, 0xa9, 0xe3, 0x1e, 0x0c, 0x94, 0xcb, 0x13, 0x8f, 0x7f, 0x0a, 0xfd, 0x8f, 0x3c, 0x3d, 0xb3, 0x45, 0x03, 0x53, 0x35, 0x2e, 0x95, 0x9b, 0x47 } }; static const struct cckprng_op_reseed op_reseed_3516 = { .hd = { .id = 3321, .kind = OP_RESEED }, .nonce = 521765788640431761ULL, .seed_nbytes = 23, .seed = { 0x98, 0xb7, 0xa0, 0x75, 0x53, 0x7b, 0x83, 0xd8, 0x10, 0xdc, 0x4d, 0x63, 0xe3, 0x47, 0x2e, 0xf0, 0xd7, 0x74, 0xdd, 0x08, 0x4c, 0xd2, 0x0c } }; static const struct cckprng_op_generate op_init_3517 = { .hd = { .id = 3322, .kind = OP_GENERATE }, .rand_nbytes = 28, .out = { .rand = { 0x83, 0xa2, 0x97, 0x7e, 0xe6, 0x07, 0x0f, 0x41, 0x15, 0xf4, 0x13, 0x64, 0x27, 0xe3, 0x3d, 0x2d, 0x86, 0x72, 0xfb, 0x6e, 0x52, 0x87, 0x74, 0xd4, 0x63, 0x34, 0x58, 0x8a } } }; static const struct cckprng_op_refresh op_refresh_3518 = { .hd = { .id = 3323, .kind = OP_REFRESH }, .rand = 13932910327968577135ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3519 = { .hd = { .id = 3324, .kind = OP_REFRESH }, .rand = 10519687273418638409ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3520 = { .hd = { .id = 3325, .kind = OP_GENERATE }, .rand_nbytes = 283, .out = { .rand = { 0x49, 0x82, 0x8b, 0xc1, 0x10, 0xfc, 0x77, 0x74, 0x67, 0xc9, 0xcc, 0xd1, 0xab, 0x23, 0x17, 0x38, 0xd7, 0xee, 0x65, 0x8a, 0x87, 0x7f, 0x51, 0xde, 0xbd, 0xc8, 0x85, 0x4b, 0xb5, 0x69, 0xfb, 0x6f, 0x47, 0xea, 0x8c, 0x0c, 0x8d, 0xef, 0x9a, 0xcd, 0xc6, 0x94, 0xff, 0x77, 0x3e, 0xa5, 0x8d, 0x59, 0xca, 0x49, 0x7d, 0x83, 0x5f, 0x9f, 0xa7, 0xb3, 0xfd, 0xaa, 0x69, 0xc0, 0xaf, 0x6e, 0xc0, 0xa8, 0xbc, 0xb9, 0xef, 0x90, 0x57, 0x87, 0xcb, 0x8a, 0x13, 0x12, 0xb5, 0x47, 0x5b, 0x68, 0x6e, 0xd6, 0xba, 0x8d, 0x76, 0xff, 0x98, 0xb3, 0xe1, 0x24, 0x86, 0xae, 0x50, 0xcf, 0xac, 0x87, 0x9b, 0x9c, 0xe8, 0x94, 0xc0, 0x6c, 0xe2, 0x5e, 0xaf, 0x9d, 0x0c, 0x9d, 0x61, 0x48, 0x4f, 0xd4, 0x5c, 0xae, 0x01, 0x6b, 0x23, 0xbc, 0x0c, 0x7d, 0x68, 0xed, 0xe2, 0x97, 0xb9, 0x03, 0x81, 0xa1, 0xe2, 0x8f, 0x7b, 0x45, 0x36, 0x39, 0x8d, 0x75, 0xdc, 0x81, 0x77, 0x5d, 0x51, 0x78, 0x05, 0x94, 0xfb, 0xfb, 0x0a, 0x26, 0x9f, 0x85, 0xef, 0x9d, 0x65, 0xfc, 0x72, 0x5f, 0xe5, 0xb3, 0x31, 0x41, 0xf4, 0x06, 0x28, 0x00, 0xc2, 0xea, 0x22, 0x77, 0xbc, 0xca, 0xaf, 0x7d, 0xd0, 0xd6, 0x19, 0x00, 0xdd, 0x67, 0x43, 0xc4, 0xc4, 0xc9, 0x58, 0xc2, 0x37, 0x52, 0xf2, 0x3e, 0x8c, 0xa6, 0x35, 0x1f, 0xfc, 0xca, 0xfa, 0x04, 0xd3, 0xa4, 0xcd, 0xae, 0xa5, 0x57, 0x22, 0xea, 0xec, 0x1e, 0x40, 0xcc, 0x59, 0x89, 0xd3, 0xab, 0x0f, 0xb4, 0x12, 0xd8, 0x1b, 0x4c, 0x84, 0xce, 0x87, 0x60, 0xd5, 0x24, 0xeb, 0xab, 0x53, 0x12, 0x35, 0x2d, 0x64, 0xf1, 0x71, 0x66, 0x90, 0xb4, 0x11, 0x7f, 0xca, 0x0b, 0x0a, 0xa8, 0x4d, 0x67, 0x9d, 0x73, 0x00, 0xe0, 0x2b, 0x26, 0xb0, 0x18, 0x3f, 0x94, 0xf7, 0x54, 0x0a, 0xfe, 0xdc, 0x57, 0xd8, 0x98, 0x23, 0x1b, 0x31, 0x02, 0xb1, 0xe9, 0x0b, 0xdf, 0x67, 0x04, 0x66, 0xb7, 0xfd, 0x37, 0x7f, 0x86, 0x63, 0x57, 0x3e, 0x5c, 0xf9, 0x3b, 0x05 } } }; static const struct cckprng_op_refresh op_refresh_3521 = { .hd = { .id = 3326, .kind = OP_REFRESH }, .rand = 17633359977654922207ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3522 = { .hd = { .id = 3327, .kind = OP_REFRESH }, .rand = 3002782279427203223ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3523 = { .hd = { .id = 3328, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0x6b, 0xab, 0xff, 0x65, 0xe7, 0xef, 0xd5, 0x01, 0x23, 0x43, 0x07, 0x0d, 0x70, 0x6f, 0x17, 0xed, 0xf3, 0xf7, 0x02, 0xfe, 0xea, 0xfc, 0xec, 0x0d, 0x7e, 0x9b, 0x06, 0x6f, 0x7e, 0xa2, 0x58, 0x7a, 0xbf, 0xd6, 0x71, 0x0b, 0x9d, 0xa6, 0x46, 0x07, 0x35, 0x71, 0xd4, 0xc7, 0x61, 0x1b, 0xd9, 0xf4, 0x67, 0xd5, 0x8c, 0xf1, 0x9b, 0xcf, 0x05, 0xbd, 0x37, 0xf8, 0x55, 0x65, 0x8f, 0xff, 0x0b, 0x8c, 0xc6, 0xb3, 0x9d, 0x53, 0x10, 0xf4, 0x6e, 0x50, 0x51, 0xb1, 0xe3, 0xb4, 0xff, 0x6c } } }; static const struct cckprng_op_reseed op_reseed_3524 = { .hd = { .id = 3329, .kind = OP_RESEED }, .nonce = 7396793760402329204ULL, .seed_nbytes = 33, .seed = { 0x89, 0x7f, 0x5d, 0xb7, 0x94, 0x5a, 0x45, 0x18, 0xfd, 0x4e, 0x56, 0x0a, 0x86, 0x50, 0xe6, 0xff, 0xc5, 0x0f, 0x4c, 0x73, 0x09, 0x89, 0x97, 0xd9, 0xa5, 0x22, 0xe4, 0xe6, 0xc0, 0xd8, 0x4b, 0x55, 0xdb } }; static const struct cckprng_op_refresh op_refresh_3525 = { .hd = { .id = 3330, .kind = OP_REFRESH }, .rand = 8264764171898143886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3526 = { .hd = { .id = 3331, .kind = OP_REFRESH }, .rand = 4396550558269330770ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3527[] = { (const struct cckprng_op *)&op_init_3511, (const struct cckprng_op *)&op_refresh_3512, (const struct cckprng_op *)&op_init_3513, (const struct cckprng_op *)&op_reseed_3514, (const struct cckprng_op *)&op_reseed_3515, (const struct cckprng_op *)&op_reseed_3516, (const struct cckprng_op *)&op_init_3517, (const struct cckprng_op *)&op_refresh_3518, (const struct cckprng_op *)&op_refresh_3519, (const struct cckprng_op *)&op_init_3520, (const struct cckprng_op *)&op_refresh_3521, (const struct cckprng_op *)&op_refresh_3522, (const struct cckprng_op *)&op_init_3523, (const struct cckprng_op *)&op_reseed_3524, (const struct cckprng_op *)&op_refresh_3525, (const struct cckprng_op *)&op_refresh_3526 }; static const struct cckprng_vector vec_3528 = { .id = 3332, .note = NULL, .nops = 16, .ops = ops_3527 }; static const struct cckprng_op_init op_init_3529 = { .hd = { .id = 3333, .kind = OP_INIT }, .seed = { 0xd8, 0x56, 0x66, 0xc5, 0xc2, 0x50, 0x20, 0x6d, 0x84, 0xb2, 0x67, 0x34, 0xd3, 0xd5, 0x43, 0x51, 0xa5, 0x09, 0xec, 0x27, 0x26, 0x98, 0x56, 0xad, 0xb1, 0xc8, 0x93, 0xc9, 0xd9, 0xf5, 0xf2, 0x79 }, .nonce = { 0xc1, 0x46, 0x55, 0xeb, 0xac, 0x3b, 0xc8, 0x9d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3530 = { .hd = { .id = 3334, .kind = OP_REFRESH }, .rand = 10165641552199855127ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3531 = { .hd = { .id = 3335, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0xce, 0x0b, 0x5d, 0xfb, 0x3b, 0xcb, 0x42, 0x3d, 0x66, 0x32, 0xd2, 0xe8, 0xa3, 0x10, 0xcf, 0x89, 0x56, 0xe6, 0x2b, 0x01, 0x88, 0xbe, 0x9c, 0x7e, 0x8e, 0x6b, 0x84, 0x46, 0x61, 0x4b, 0x78, 0x01, 0x8f, 0x58, 0xbf, 0x28, 0x9d, 0xbc, 0x5f, 0x63, 0x40, 0xfd, 0xe5, 0x8b, 0x56, 0xd8, 0x30, 0x3e, 0xfd, 0x61, 0x3b, 0x7e, 0x53, 0x7b, 0xd7, 0xc0, 0x1c, 0xf1, 0x79, 0xd4, 0xbc, 0xbf, 0xf6, 0x8e, 0xa6, 0x97, 0x28, 0x78, 0x04, 0xd3, 0x2b, 0xaa, 0xa4, 0xc5, 0xd4, 0x97, 0xe5, 0xd5, 0xd3, 0xee, 0xfc, 0x6f, 0xf5, 0xe5, 0x87, 0xc0, 0x30, 0x08, 0xc7, 0xe7, 0xcf, 0xb9, 0xf0, 0x05, 0x43, 0xe2, 0xc9, 0xde, 0x0e, 0x1f, 0xca, 0x62, 0x98, 0x14, 0x86, 0x2a, 0xd3, 0x9e, 0xe0, 0x12, 0xd5, 0x63, 0xf5, 0x2e, 0x7d, 0xb6, 0x86, 0xd4, 0x1e, 0xd8, 0x21, 0xb9, 0x7e, 0x3b, 0x7e, 0x91, 0xcf, 0x4f, 0x68, 0xbc, 0x25, 0x36, 0x5d, 0xaa, 0xea, 0xa7, 0xd4, 0x24, 0xc6, 0x2c, 0x61, 0xb3, 0x52, 0xc0, 0xb5, 0xa2, 0x5a, 0x5d, 0xb6, 0x2b, 0xa3, 0x9e, 0xd6, 0x53, 0xd7, 0x41, 0x27, 0xf7, 0xaa, 0x96, 0xd6, 0x0e, 0x6e, 0x42, 0xc6, 0x31, 0x2b, 0xcd, 0x0a } } }; static const struct cckprng_op_refresh op_refresh_3532 = { .hd = { .id = 3336, .kind = OP_REFRESH }, .rand = 2927329989689415155ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3533 = { .hd = { .id = 3337, .kind = OP_REFRESH }, .rand = 2882152822644321391ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3534 = { .hd = { .id = 3338, .kind = OP_RESEED }, .nonce = 7907780924668286854ULL, .seed_nbytes = 31, .seed = { 0x57, 0xa4, 0xc3, 0xca, 0xab, 0x60, 0xda, 0x5b, 0x2e, 0x31, 0x23, 0xac, 0xb2, 0xd1, 0x1b, 0x57, 0x14, 0x08, 0xb0, 0x99, 0xde, 0xe5, 0xcd, 0xb6, 0xbb, 0xc7, 0x32, 0xc3, 0xd4, 0xf4, 0x66 } }; static const struct cckprng_op_reseed op_reseed_3535 = { .hd = { .id = 3339, .kind = OP_RESEED }, .nonce = 2893767907565810728ULL, .seed_nbytes = 263, .seed = { 0xff, 0x40, 0x76, 0x0d, 0xb5, 0x50, 0x67, 0x09, 0xcd, 0xb6, 0x94, 0x28, 0x36, 0xf2, 0x34, 0x15, 0x45, 0x32, 0x0f, 0xa6, 0xde, 0x5c, 0x55, 0x24, 0x21, 0x57, 0xef, 0x27, 0x46, 0x2f, 0xb1, 0xac, 0x85, 0xd2, 0x09, 0xd2, 0xad, 0xab, 0x78, 0xf4, 0x35, 0x13, 0xad, 0xfd, 0x46, 0x67, 0x93, 0xbd, 0x37, 0x33, 0xcf, 0xcd, 0x5b, 0x5e, 0x0e, 0x21, 0x3e, 0x46, 0x75, 0x7a, 0x60, 0x70, 0x0d, 0xe2, 0x37, 0x35, 0xda, 0x1f, 0xca, 0x9c, 0xe9, 0xf9, 0x4e, 0x91, 0xbc, 0x41, 0x13, 0x24, 0xa5, 0xda, 0x7c, 0x30, 0xd8, 0x2d, 0xf9, 0x88, 0xd7, 0x9f, 0x75, 0x56, 0xaa, 0x20, 0xa1, 0xf0, 0xf2, 0x68, 0x5a, 0x7f, 0xe1, 0x40, 0x19, 0x01, 0xb6, 0xd3, 0xea, 0x31, 0xe3, 0x08, 0x9e, 0xf5, 0x96, 0x1d, 0x38, 0x42, 0x8f, 0xbf, 0x2f, 0xf4, 0x0e, 0xc0, 0x37, 0x0b, 0xaf, 0x7b, 0x53, 0x23, 0x33, 0x82, 0x53, 0x54, 0x36, 0xed, 0x34, 0xfb, 0x24, 0x4b, 0x3d, 0x67, 0x02, 0x51, 0x61, 0xad, 0x48, 0x42, 0xe6, 0xa5, 0x8a, 0x66, 0xa2, 0xd4, 0x12, 0x40, 0x9e, 0xe5, 0x3e, 0xfd, 0x99, 0x9d, 0x21, 0x71, 0xb8, 0x5f, 0x11, 0x83, 0x53, 0xa2, 0x57, 0x57, 0x13, 0xce, 0x52, 0x15, 0xad, 0x5a, 0x4f, 0x37, 0x57, 0xd5, 0xe4, 0x7d, 0x7b, 0x8e, 0x3a, 0xc4, 0x25, 0x5a, 0xfe, 0xab, 0xe9, 0xc0, 0x9f, 0xc6, 0xbe, 0x84, 0xd8, 0xa0, 0x84, 0xf9, 0xb5, 0x38, 0x97, 0x87, 0x6f, 0x34, 0x8b, 0x1c, 0x66, 0xb7, 0x42, 0xde, 0x4a, 0xde, 0xb1, 0x5a, 0x3b, 0x60, 0xc9, 0xc4, 0x8d, 0xf6, 0x6d, 0xc4, 0xca, 0x46, 0x9c, 0xee, 0xe2, 0x85, 0xf1, 0x8c, 0xfd, 0xb6, 0xad, 0xea, 0xa8, 0xdd, 0x4f, 0xfd, 0x16, 0xb2, 0x27, 0x7e, 0x86, 0xa3, 0x12, 0x32, 0x69, 0x8a, 0xdc, 0xdf, 0xec, 0x85, 0x14, 0xf4, 0xb3, 0x6f, 0xb5, 0x39, 0x53, 0xa4, 0x39, 0x4f, 0x52 } }; static const struct cckprng_op_reseed op_reseed_3536 = { .hd = { .id = 3340, .kind = OP_RESEED }, .nonce = 2099689209051256690ULL, .seed_nbytes = 202, .seed = { 0x13, 0xce, 0x8d, 0x04, 0x0c, 0x3e, 0xe8, 0x4d, 0x40, 0x12, 0x12, 0x38, 0xab, 0x6c, 0xd6, 0x76, 0x3a, 0xe0, 0xfa, 0xc2, 0x4f, 0xec, 0x85, 0x4f, 0xc7, 0x85, 0xd0, 0x20, 0xac, 0x60, 0xa2, 0x9c, 0xe6, 0x09, 0x95, 0xe7, 0xfe, 0x5e, 0x03, 0x23, 0xba, 0x08, 0xfd, 0xd4, 0x0a, 0x65, 0xa3, 0x33, 0x4a, 0x84, 0x99, 0xe5, 0x3c, 0xfb, 0x2e, 0xf0, 0x55, 0x46, 0x2a, 0x12, 0x27, 0xf2, 0x1a, 0x76, 0x7f, 0x69, 0x3c, 0xd4, 0xf0, 0xf4, 0xe5, 0x45, 0xff, 0x8e, 0x3d, 0xfb, 0x75, 0x90, 0xf1, 0xf7, 0xc1, 0xe9, 0xb4, 0x07, 0x1d, 0x88, 0x0a, 0x91, 0xec, 0x92, 0xe3, 0xa0, 0xf3, 0x0b, 0xa3, 0xef, 0xa2, 0x1e, 0x5b, 0xe2, 0x85, 0x99, 0x61, 0xf4, 0xf5, 0x63, 0x11, 0xc5, 0x64, 0xa7, 0x4f, 0xf1, 0xdb, 0x40, 0x46, 0xfa, 0x3d, 0x5d, 0xed, 0x7f, 0x0b, 0x6e, 0x16, 0xf6, 0xc0, 0x24, 0x43, 0xf8, 0xe1, 0x2a, 0xaa, 0xe5, 0x85, 0xe7, 0xea, 0x95, 0x57, 0xec, 0x4c, 0x57, 0x18, 0x08, 0x8e, 0xd3, 0xda, 0x4e, 0x12, 0x99, 0x10, 0xb6, 0x19, 0xf0, 0x0e, 0x58, 0xe7, 0xb5, 0xe7, 0x27, 0x31, 0x98, 0xbc, 0xa8, 0xc2, 0x1f, 0x7b, 0xd6, 0x70, 0x48, 0xb0, 0x66, 0xa9, 0x95, 0x7a, 0x0f, 0x8b, 0xf4, 0x07, 0xcf, 0x99, 0x90, 0xa9, 0x0f, 0x04, 0x72, 0xb9, 0xef, 0xe6, 0x0c, 0xa2, 0x3f, 0x59, 0x90, 0xd2, 0xf0, 0x09, 0xc1, 0xb5, 0x3f, 0x81, 0x7d, 0xf0, 0x5a } }; static const struct cckprng_op_refresh op_refresh_3537 = { .hd = { .id = 3341, .kind = OP_REFRESH }, .rand = 17383239369914087956ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3538 = { .hd = { .id = 3342, .kind = OP_REFRESH }, .rand = 7105577707687591652ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3539 = { .hd = { .id = 3343, .kind = OP_REFRESH }, .rand = 7257391384319536331ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3540 = { .hd = { .id = 3344, .kind = OP_REFRESH }, .rand = 11100440642407093830ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3541 = { .hd = { .id = 3345, .kind = OP_GENERATE }, .rand_nbytes = 38, .out = { .rand = { 0xdf, 0x01, 0xc2, 0xae, 0x04, 0x9c, 0xee, 0xde, 0xf9, 0xe5, 0x64, 0xdf, 0x33, 0x57, 0x61, 0xb2, 0x70, 0xda, 0xf5, 0x0b, 0x2e, 0x4e, 0x21, 0x2f, 0x83, 0x94, 0x16, 0x79, 0x73, 0x86, 0xce, 0x25, 0xdd, 0x0e, 0x86, 0xa3, 0x61, 0x75 } } }; static const struct cckprng_op_refresh op_refresh_3542 = { .hd = { .id = 3346, .kind = OP_REFRESH }, .rand = 4380341380094002965ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3543 = { .hd = { .id = 3347, .kind = OP_REFRESH }, .rand = 5812955666223063446ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3544 = { .hd = { .id = 3348, .kind = OP_RESEED }, .nonce = 16206273462075766288ULL, .seed_nbytes = 197, .seed = { 0x4f, 0x42, 0x92, 0x26, 0x63, 0xc1, 0xc4, 0x1f, 0x8d, 0x6e, 0xbf, 0x06, 0x07, 0x72, 0x34, 0xff, 0x4a, 0xad, 0xd5, 0xbf, 0xf2, 0x07, 0xea, 0xdb, 0xbc, 0x0a, 0x95, 0xa1, 0x2a, 0x65, 0xfc, 0x81, 0x58, 0xb1, 0x8a, 0x97, 0x7d, 0x14, 0xd1, 0x7d, 0x33, 0xe5, 0xbc, 0x04, 0x05, 0xe5, 0x9f, 0xc7, 0x8b, 0x73, 0x82, 0x74, 0xc7, 0x1b, 0x28, 0xd3, 0xf3, 0x23, 0xa3, 0x63, 0x5a, 0xd5, 0x45, 0x83, 0x72, 0x4c, 0x31, 0xff, 0xda, 0x28, 0xe6, 0x4e, 0x11, 0x64, 0xcb, 0x23, 0x00, 0x33, 0x7d, 0x59, 0x5b, 0xb1, 0x4b, 0x3f, 0x48, 0x88, 0xbb, 0x39, 0x64, 0x59, 0x5f, 0xe6, 0xf2, 0x25, 0x64, 0x11, 0x55, 0x5a, 0xd3, 0xc2, 0x86, 0x56, 0x51, 0x79, 0xff, 0x04, 0xce, 0x21, 0xf7, 0x7b, 0x99, 0x08, 0xac, 0x33, 0x9b, 0xac, 0x5c, 0xb8, 0xce, 0xd9, 0xef, 0x12, 0x86, 0xa4, 0xff, 0x28, 0x6e, 0x5e, 0xe5, 0x22, 0x39, 0x89, 0xad, 0x75, 0xac, 0xf5, 0xb9, 0x33, 0x1e, 0x55, 0xbf, 0xa1, 0x60, 0xdf, 0x7d, 0xa6, 0xa6, 0x4b, 0x83, 0x9a, 0xaa, 0x15, 0xa1, 0xe3, 0x4c, 0x7b, 0x57, 0xda, 0x04, 0x4f, 0x9a, 0x2e, 0x9d, 0x09, 0x7f, 0x68, 0xd5, 0x7b, 0xf8, 0x45, 0xf4, 0x80, 0x7b, 0x8e, 0xab, 0xe6, 0xe3, 0x74, 0xb4, 0x7b, 0x7f, 0xa2, 0x47, 0x54, 0x15, 0x54, 0x7c, 0xe1, 0x4a, 0x05, 0xc9, 0x22, 0x43, 0x26, 0x25, 0x47, 0xc5 } }; static const struct cckprng_op *ops_3545[] = { (const struct cckprng_op *)&op_init_3529, (const struct cckprng_op *)&op_refresh_3530, (const struct cckprng_op *)&op_init_3531, (const struct cckprng_op *)&op_refresh_3532, (const struct cckprng_op *)&op_refresh_3533, (const struct cckprng_op *)&op_reseed_3534, (const struct cckprng_op *)&op_reseed_3535, (const struct cckprng_op *)&op_reseed_3536, (const struct cckprng_op *)&op_refresh_3537, (const struct cckprng_op *)&op_refresh_3538, (const struct cckprng_op *)&op_refresh_3539, (const struct cckprng_op *)&op_refresh_3540, (const struct cckprng_op *)&op_init_3541, (const struct cckprng_op *)&op_refresh_3542, (const struct cckprng_op *)&op_refresh_3543, (const struct cckprng_op *)&op_reseed_3544 }; static const struct cckprng_vector vec_3546 = { .id = 3349, .note = NULL, .nops = 16, .ops = ops_3545 }; static const struct cckprng_op_init op_init_3547 = { .hd = { .id = 3350, .kind = OP_INIT }, .seed = { 0x5a, 0x76, 0x36, 0x7b, 0x99, 0x8d, 0x81, 0xdc, 0x82, 0x63, 0xa1, 0x3e, 0xe4, 0x41, 0x86, 0x99, 0x62, 0xdb, 0x43, 0x55, 0x98, 0x19, 0x9e, 0xdc, 0xcb, 0x29, 0x8b, 0x41, 0x8d, 0xa4, 0xd4, 0x2d }, .nonce = { 0x3b, 0x65, 0xee, 0x2f, 0x25, 0x88, 0x3f, 0xfb }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3548 = { .hd = { .id = 3351, .kind = OP_GENERATE }, .rand_nbytes = 244, .out = { .rand = { 0x1f, 0x9f, 0xb7, 0xe9, 0xd0, 0xad, 0x96, 0x5b, 0xbf, 0x5f, 0x79, 0x9d, 0x77, 0x67, 0xbd, 0xbf, 0xcb, 0x78, 0xd0, 0xcf, 0x21, 0x8a, 0x49, 0xbd, 0x23, 0xee, 0x2d, 0x02, 0x16, 0x2f, 0xf1, 0x7e, 0x62, 0x48, 0xac, 0xe5, 0xe6, 0xba, 0xf0, 0x0f, 0xc7, 0x16, 0x02, 0xeb, 0x6b, 0x3e, 0x2c, 0xd3, 0x05, 0xf9, 0xf2, 0x38, 0x15, 0x3b, 0xe0, 0x80, 0xf1, 0xbe, 0x76, 0x30, 0x41, 0x54, 0x35, 0xf5, 0xee, 0xe0, 0x6e, 0x96, 0x18, 0xdb, 0x24, 0x0d, 0x98, 0xaa, 0xc0, 0x73, 0x5d, 0x07, 0x59, 0x92, 0xcc, 0xb3, 0x83, 0xfa, 0xab, 0x8c, 0x58, 0x7e, 0xee, 0x32, 0xe5, 0xcc, 0xe6, 0x5f, 0x99, 0x02, 0x46, 0xe0, 0x0d, 0xd9, 0xfa, 0xa7, 0x2d, 0x13, 0x52, 0x63, 0xdd, 0x21, 0xe7, 0x9e, 0x78, 0xdd, 0x9a, 0x95, 0x99, 0x67, 0xd3, 0x01, 0x8d, 0x4a, 0x85, 0x3f, 0xbc, 0xbf, 0x1c, 0x49, 0x4f, 0xb2, 0x92, 0xd4, 0xdd, 0x20, 0xeb, 0x6d, 0x37, 0x6e, 0xe8, 0xd5, 0xc5, 0x4d, 0x75, 0x4f, 0x22, 0x56, 0x40, 0xae, 0x06, 0x64, 0xb7, 0x29, 0xc0, 0xf8, 0x48, 0xb8, 0x8b, 0x2e, 0x49, 0x89, 0x1c, 0x35, 0xa6, 0x28, 0xe7, 0xaa, 0x2b, 0x57, 0x04, 0x16, 0x40, 0x24, 0x0a, 0x5b, 0x4f, 0x1c, 0x3e, 0x68, 0x25, 0x03, 0x9f, 0x6e, 0xd5, 0x2d, 0x65, 0x3c, 0x97, 0x57, 0x67, 0xa0, 0x5c, 0x78, 0xff, 0xc9, 0xd4, 0x9d, 0xdd, 0x58, 0x3b, 0xae, 0x24, 0x19, 0xd6, 0xda, 0x5a, 0x79, 0x45, 0x4a, 0x68, 0xeb, 0x90, 0x97, 0x79, 0x24, 0xfc, 0x3c, 0x40, 0x26, 0xb2, 0xb4, 0x86, 0x22, 0xbc, 0xf3, 0x04, 0x91, 0x80, 0x0c, 0x06, 0x46, 0x57, 0x3c, 0xbd, 0x07, 0x21, 0x37, 0x87, 0xf5, 0xc8, 0x0d, 0x4f, 0x4c, 0x65, 0x7c, 0x92, 0xa3 } } }; static const struct cckprng_op_refresh op_refresh_3549 = { .hd = { .id = 3352, .kind = OP_REFRESH }, .rand = 3131221818312178204ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3550 = { .hd = { .id = 3353, .kind = OP_REFRESH }, .rand = 11394377333075687948ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3551 = { .hd = { .id = 3354, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0x25, 0x3c, 0x90, 0xbc, 0xd9, 0xa9, 0xae, 0xd4, 0xa0, 0x6f, 0xc4, 0x94, 0xae, 0x2d, 0xc8, 0x53, 0x40, 0x88, 0x59, 0x40, 0x14, 0x6f, 0x17, 0x81, 0xcb, 0xfa, 0xca, 0xc6, 0x37, 0x5a, 0xb4, 0xad, 0x30, 0x6a, 0x50, 0xac, 0x7d, 0x56, 0x0c, 0xae, 0x62, 0x6d, 0x7c, 0x9a, 0xd6, 0x07, 0xfd, 0x33, 0x5c, 0x6a, 0x74, 0x45, 0xd2, 0x99, 0x02, 0x46, 0x0a, 0xbd, 0x83, 0xfe, 0xc5, 0xdd, 0x21, 0xcd, 0x59, 0x4d, 0xb1, 0xa9, 0xb5, 0x08, 0x49, 0x15, 0x57, 0x01, 0x83, 0xac } } }; static const struct cckprng_op_generate op_init_3552 = { .hd = { .id = 3355, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0xcb, 0x59, 0xb1, 0xab, 0x65, 0x94, 0x63, 0xc3, 0xea, 0xe1, 0xf6, 0x64, 0x79, 0x9f, 0xf0, 0xa3, 0x1f, 0xb6, 0x21, 0x6e, 0x69, 0xe2, 0xc2, 0xcb, 0x97, 0x66, 0x98, 0x9a, 0x3c, 0xc5, 0xd6, 0x60, 0x27, 0xce, 0xe6, 0x9b, 0xee, 0xfe, 0x98, 0xcd, 0xe6, 0xf0, 0x5f, 0x3c, 0xf7, 0xbb, 0x70, 0xde, 0x04, 0x1b, 0xc5, 0x14, 0xc5, 0x8e, 0xc5, 0x90, 0x99, 0x93, 0xe0, 0x0b, 0xd2, 0xe8, 0xd6, 0x0c, 0x1a, 0x0a, 0x6f, 0xc2, 0xb7, 0xe3, 0xb9, 0x8c, 0x55, 0xcd, 0xbf, 0x48, 0x53, 0x9e, 0x67, 0x76, 0x03, 0xb0, 0x31, 0xad, 0x0a, 0x47, 0x31, 0xf1, 0xdc, 0x8d, 0x26, 0x13, 0x86, 0xe9, 0xe7, 0xa5, 0x41, 0xf8, 0x57, 0x9d, 0xd2, 0x8f, 0x9a, 0xe4, 0x3b, 0x75, 0xcb, 0x80, 0xd8, 0x27, 0x43, 0x63, 0x43, 0x4a, 0xa3, 0x43, 0x65, 0xd7, 0x88, 0xe6, 0xc0, 0xb6, 0x95, 0x7c, 0x3a, 0xad, 0x1e, 0xf0, 0x3e, 0xe9, 0x38, 0x4c, 0x0a, 0x9c, 0xa7, 0xda, 0x0b, 0x90, 0x05, 0xca, 0x25, 0xc2, 0x3c, 0x4f, 0x75, 0xdb, 0x08, 0xde, 0xfc, 0xb5, 0xc0, 0x7c, 0xc2, 0x67, 0x17, 0xfb, 0xe6, 0x93, 0xe8, 0x52, 0x12, 0x05, 0xa7, 0x2d, 0x93, 0xfd, 0xc0, 0x69, 0x31, 0x00, 0x76, 0x99, 0x11 } } }; static const struct cckprng_op_reseed op_reseed_3553 = { .hd = { .id = 3356, .kind = OP_RESEED }, .nonce = 7193180635244138986ULL, .seed_nbytes = 165, .seed = { 0x9f, 0x26, 0x2b, 0x69, 0x14, 0xdb, 0x5b, 0x7b, 0x3e, 0x6a, 0x9a, 0xdb, 0x63, 0x71, 0x98, 0x77, 0x28, 0x93, 0xf7, 0x3d, 0x64, 0x65, 0x06, 0x69, 0x5d, 0xac, 0xa8, 0x1a, 0x60, 0x88, 0xd8, 0x0e, 0xca, 0xed, 0xd0, 0xdb, 0xa7, 0xbb, 0xe6, 0xfb, 0xac, 0xcd, 0x8d, 0x89, 0x41, 0xf8, 0x7b, 0xa8, 0xf4, 0x40, 0x7b, 0xfd, 0xef, 0x97, 0x21, 0x75, 0x37, 0x9f, 0xb7, 0x00, 0xce, 0x71, 0xf7, 0x4f, 0xe5, 0x0a, 0xbb, 0x69, 0x9d, 0xa6, 0xdb, 0xe0, 0x2d, 0x57, 0xfd, 0x70, 0xff, 0x59, 0xab, 0x90, 0x66, 0x8b, 0xef, 0x52, 0x6b, 0x63, 0x9c, 0xcd, 0x9e, 0x4b, 0x01, 0x20, 0x84, 0x43, 0x96, 0xac, 0xcd, 0x55, 0xa9, 0x47, 0x62, 0x8f, 0xfd, 0xac, 0x21, 0x76, 0xc0, 0xed, 0xa8, 0x2f, 0x29, 0x80, 0x9f, 0xee, 0x16, 0xea, 0xf4, 0x8e, 0x01, 0x63, 0x30, 0xb3, 0x25, 0xfc, 0x7e, 0x4d, 0x34, 0x16, 0x2a, 0x0f, 0xec, 0x91, 0xa1, 0xb8, 0x0c, 0x3c, 0x1e, 0x99, 0x29, 0x80, 0xf3, 0x7e, 0x62, 0xb1, 0xdc, 0x53, 0x3e, 0x2e, 0x63, 0xe8, 0xfe, 0x81, 0x31, 0xda, 0xdd, 0xac, 0x8b, 0xfc, 0x39, 0x3f, 0x4a, 0xf2, 0x07, 0xe1, 0xa1 } }; static const struct cckprng_op_reseed op_reseed_3554 = { .hd = { .id = 3357, .kind = OP_RESEED }, .nonce = 5495489342606657444ULL, .seed_nbytes = 169, .seed = { 0xc4, 0xe4, 0xdb, 0xd7, 0x73, 0x3d, 0xf7, 0x3c, 0x5e, 0xb0, 0x7b, 0x53, 0x18, 0x88, 0x8f, 0x62, 0x36, 0x79, 0x8a, 0xc0, 0x54, 0x1b, 0x8c, 0xa2, 0xbd, 0x4e, 0x0c, 0x90, 0x2d, 0x7f, 0xe3, 0xfa, 0x77, 0x6b, 0xc7, 0x67, 0x81, 0x64, 0x3c, 0xc9, 0xbf, 0x29, 0x70, 0x8d, 0x3c, 0xba, 0xe4, 0x15, 0x99, 0xdb, 0x09, 0x26, 0x1e, 0x09, 0x95, 0xc7, 0x11, 0xc2, 0x10, 0xae, 0x4d, 0x4f, 0xdc, 0xb1, 0x5b, 0x27, 0xec, 0xd0, 0x47, 0x07, 0xab, 0xfa, 0x66, 0xa7, 0x8b, 0xa9, 0x3b, 0x9a, 0x38, 0x34, 0xa3, 0x19, 0x84, 0x71, 0xe2, 0x0b, 0x46, 0xfa, 0x04, 0x79, 0x02, 0xd5, 0xf2, 0x8c, 0x1f, 0xc7, 0x02, 0xd3, 0x02, 0x5f, 0xea, 0xdc, 0x27, 0x21, 0x1a, 0xfb, 0x5c, 0x61, 0x1f, 0x84, 0x07, 0xe6, 0x37, 0xce, 0x3d, 0xeb, 0xdf, 0x9e, 0x32, 0x28, 0x70, 0xef, 0xfd, 0x71, 0x32, 0x8d, 0x3a, 0x65, 0xce, 0x92, 0x4c, 0xc1, 0xd5, 0x99, 0xf2, 0x8b, 0xd8, 0xca, 0x19, 0x4a, 0xed, 0x10, 0x03, 0xa3, 0xd5, 0xdd, 0x1e, 0x77, 0xf4, 0x7a, 0xf0, 0x05, 0x52, 0x62, 0x95, 0x17, 0xa2, 0xc7, 0xf1, 0x06, 0x75, 0x5f, 0x31, 0xe8, 0x1e, 0x12, 0x08, 0x14, 0x14 } }; static const struct cckprng_op_generate op_init_3555 = { .hd = { .id = 3358, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x61, 0xa4, 0x76, 0x8e, 0xdf, 0xe4, 0x9f, 0xf1, 0xb5, 0x3f, 0xfc, 0xcf, 0xf4, 0x2c, 0x29, 0xd0, 0xcf, 0xad, 0xec, 0x88, 0x16, 0x3d, 0xf6, 0x79, 0x19, 0x06, 0xb8, 0x46, 0x0a, 0xfb, 0x68, 0x05, 0x27, 0x94, 0x62, 0xda, 0xaf, 0x4b, 0xb8, 0x95, 0x94, 0x47, 0x28, 0x91, 0x20, 0xf9, 0xa0, 0xed, 0x90 } } }; static const struct cckprng_op_generate op_init_3556 = { .hd = { .id = 3359, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0x43, 0x51, 0x7d, 0x46, 0x39, 0x10, 0xb4, 0x13, 0x0c, 0x7b, 0x03, 0x06, 0x9d, 0xf5, 0xa1, 0xec, 0xb6, 0x6c, 0x76, 0x78, 0x76, 0xc6, 0xd0, 0xdd, 0x55, 0xa8, 0xe4, 0x30, 0x8a, 0xfe, 0xa5, 0xfe, 0x1a, 0x32, 0x4f, 0x9f, 0x18, 0xcc, 0x67, 0xf2, 0x51, 0x72, 0x5d, 0x4f, 0x77, 0xc4, 0x0d, 0x5e, 0xee, 0x50, 0xfb, 0xe5, 0x6e, 0x06, 0xa0, 0x49, 0xe9, 0x33, 0x81, 0x7b, 0x2a, 0xaa, 0x1c, 0x07, 0x7e, 0xc0, 0x1d, 0x1b, 0xe7, 0xf0, 0x5c, 0xa5, 0xe9, 0x78, 0x7e, 0xec, 0xa6, 0x80, 0xa8, 0xa5, 0xef, 0x5b, 0xc6, 0x8b, 0x1b, 0x3e, 0xd5, 0x46, 0xa9, 0x70, 0xe2, 0x1f, 0xeb, 0xef, 0xdf, 0x1a, 0x9b, 0x89, 0x78, 0x96, 0x00, 0x69, 0x9f, 0x13, 0x1f, 0x30, 0x9a, 0x62, 0x63, 0x31, 0xd2, 0xdf, 0x5e, 0x1c, 0x4e, 0x5b, 0x8b, 0x6c, 0x67, 0xdf, 0xdc, 0x95, 0x88, 0x29, 0x45, 0x5d, 0x6f, 0xfc, 0xa2, 0x7f, 0x19, 0x84, 0xc8, 0xab, 0xb3, 0xca, 0x5a, 0x0c, 0x7c, 0x70, 0x52, 0xcb, 0x4d, 0x78, 0x2a, 0x1e, 0x98, 0x9d, 0x26, 0x77, 0x3f, 0x0e, 0x56, 0x7b, 0xdc, 0xda, 0x7e, 0x18, 0x05, 0xe2, 0x7d, 0xc1, 0xe0, 0x17, 0xb0, 0x02, 0x4e, 0x08, 0x1e, 0xab, 0x58, 0x65, 0x7d, 0xf3, 0x73, 0x90, 0x61, 0xaa, 0x6c, 0x16, 0x94, 0x15, 0x41, 0x88, 0x0f, 0x54, 0x0f, 0x9b, 0x84, 0x14, 0x1d, 0x53, 0x21, 0x16, 0x08, 0xc4, 0x83, 0xdc, 0xe5, 0x31, 0xa8, 0xef, 0x98, 0x59, 0xa3, 0x66, 0x15, 0x79, 0x41, 0x23, 0x0d, 0x7d, 0x63, 0xb4, 0x9d, 0x76, 0xcb, 0xa1, 0x35, 0xf7, 0x20, 0x79, 0xd1, 0xed, 0xba, 0x4a, 0x51, 0x9e, 0x3f, 0x24, 0xe0, 0x79, 0xbf, 0xf8, 0xca, 0x5c, 0x98, 0xcf, 0xe7, 0x33, 0x85, 0x05, 0xbf, 0x0a, 0x44, 0x0f, 0xc6, 0xfb, 0x2c, 0xfb, 0xd2, 0x53, 0xff, 0xb0, 0x5c, 0x15, 0x63, 0x3e, 0xa4, 0x45, 0x8d, 0x5a, 0x4c, 0x10, 0x71, 0xb1, 0x59, 0x56, 0x08, 0x9e, 0x1a } } }; static const struct cckprng_op_generate op_init_3557 = { .hd = { .id = 3360, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x51, 0xbb, 0x68, 0xe2, 0x5e, 0x86, 0x80, 0xeb, 0x75, 0x3a, 0xc0, 0xe9, 0x9f, 0xbf, 0x52, 0x5f, 0xa8, 0x5c, 0x84, 0x7d, 0x4b, 0x4d, 0x40, 0x67, 0x7e, 0x7a, 0x40, 0xa2, 0x2a, 0xb7, 0xc7, 0x46, 0x8e, 0x4b, 0x3c, 0xf9, 0xef, 0x9e, 0x6e, 0x27, 0xf8, 0xa0, 0x98, 0x8a, 0x7e, 0x69, 0xa7, 0x24, 0x5b, 0x51, 0xb1, 0x4c, 0x70, 0x3b, 0x8c, 0x28, 0x42, 0x5c, 0x53, 0xff, 0x73, 0xe8, 0x4b, 0x82, 0x9d, 0x7d, 0x35, 0xdf, 0xde, 0x09, 0xad, 0x7e, 0x1b, 0xd9, 0xf9, 0x6a, 0x61, 0x6a, 0x34, 0xc9, 0xe3, 0xa7, 0x89, 0xca, 0x5b, 0x97, 0xdb, 0x31, 0x79, 0xb1, 0x9a, 0x25, 0xae, 0xd0, 0x2a, 0xd6, 0xba, 0x87, 0x3a, 0x59, 0x13, 0x6d, 0xb9, 0x7b, 0x6a, 0xaa, 0xa3, 0x0f, 0x22, 0x5a, 0x35, 0x6b, 0x03, 0x3e, 0x96, 0x8b, 0x77, 0x79, 0x85, 0x4e, 0xa1, 0x64, 0x37, 0xd3, 0x96, 0xa2, 0x80, 0x0f, 0x68, 0x66, 0x7e, 0xb1, 0x02, 0x8d, 0x34, 0x8c, 0xfa, 0x4e, 0x35, 0x3e, 0xde, 0x35, 0x01, 0x53, 0xf6, 0xc7, 0x8e, 0x57 } } }; static const struct cckprng_op_generate op_init_3558 = { .hd = { .id = 3361, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0xb7, 0xf0, 0x54, 0xa4, 0x76, 0xfd, 0x22, 0xa3, 0x51, 0xdd, 0x3d, 0xd4, 0x5e, 0xd9, 0xa6, 0x26, 0x6b, 0xae, 0xa1, 0xd9, 0x53, 0x9d, 0x80, 0x5b, 0xaf, 0x43, 0x2d, 0xd4, 0x24, 0xa7, 0x35, 0x33, 0xfe, 0x45, 0x64, 0x1e, 0x98, 0x99, 0x60, 0x6c, 0x41, 0x26, 0xfc, 0xf3, 0x84, 0xc8, 0xf7, 0xda, 0xd6, 0x12, 0x52, 0x3c, 0x3b, 0x8f, 0x2f, 0xfe, 0x50, 0x19, 0xfd, 0xd2, 0x52, 0x30, 0xe1, 0x6b, 0xe5, 0x59, 0x8f, 0x12, 0x87, 0xcc, 0x58, 0x80, 0x86, 0xa1, 0x9d, 0xe7, 0x3f, 0x94, 0x66, 0xcc, 0x81, 0x6a, 0x7d, 0x72, 0x71, 0xbd, 0x49, 0x5d, 0x31, 0x2d, 0x9a, 0xfa, 0x17, 0x6f, 0xed, 0x20, 0x8b, 0x92, 0xa5, 0x9b, 0x80, 0xe7, 0x7a, 0xa8, 0x71, 0xca, 0x08, 0x24, 0x46, 0xe5, 0x83, 0x15, 0x87, 0x4d, 0x80, 0x09, 0xfd, 0x9b, 0x96, 0x5a, 0xa2, 0x47, 0xda, 0x14, 0xf2, 0x2f, 0x85, 0xe1, 0x96, 0x87, 0x97, 0xea, 0xe4, 0xa7, 0xd6, 0xaa, 0x8f, 0x14, 0xbd, 0xec, 0xd5, 0x77, 0x0d, 0x9e, 0x51, 0xe8, 0x84, 0x6c, 0xda, 0xf7, 0x83, 0xce, 0x67, 0x86, 0xa5, 0xc9, 0xf8, 0x02, 0x87, 0x9a, 0x02, 0x24, 0x63, 0xa6, 0xf5, 0xf4, 0x96, 0xe1, 0x02, 0xfb, 0x1c, 0xd9, 0xe8, 0xff, 0x3c, 0x9a, 0xd9, 0xf2, 0xf8, 0x7a, 0x56, 0xd9, 0xcc, 0xcd, 0x0a, 0xd0, 0xdb, 0x88, 0xf8, 0x19 } } }; static const struct cckprng_op_generate op_init_3559 = { .hd = { .id = 3362, .kind = OP_GENERATE }, .rand_nbytes = 235, .out = { .rand = { 0xbe, 0x7b, 0xe3, 0xa2, 0xe7, 0xca, 0x23, 0xb4, 0xba, 0x67, 0x3e, 0x60, 0xfc, 0x93, 0x22, 0x72, 0x2b, 0xee, 0x31, 0x17, 0x23, 0x15, 0x71, 0xb0, 0x9d, 0x56, 0x7d, 0x39, 0x29, 0xbe, 0xb4, 0x89, 0xd3, 0x97, 0x05, 0x6d, 0xfa, 0xd8, 0xe3, 0xf7, 0x1b, 0xe8, 0xab, 0xfd, 0x0f, 0xbe, 0x7d, 0xde, 0x34, 0xf2, 0x13, 0xcb, 0x74, 0x76, 0x37, 0x01, 0xa5, 0x4e, 0x8c, 0x00, 0xee, 0x7c, 0x89, 0xd0, 0xa8, 0x48, 0x43, 0xbe, 0xec, 0x65, 0x1e, 0x06, 0xc2, 0xaa, 0xf6, 0x26, 0xac, 0x64, 0x3d, 0x80, 0x23, 0x87, 0xa2, 0x08, 0x65, 0x7f, 0x47, 0xa9, 0xbf, 0x48, 0x5f, 0x37, 0x25, 0x7c, 0x80, 0xbc, 0xdd, 0xd9, 0xb2, 0x1b, 0x95, 0x34, 0xac, 0xa0, 0x2e, 0xd6, 0xe3, 0x7b, 0xd2, 0x61, 0x00, 0xfc, 0xab, 0xb0, 0xe3, 0xd9, 0xb5, 0xa6, 0x5e, 0x7f, 0x02, 0xcb, 0x18, 0x1f, 0x8e, 0x41, 0x1c, 0xf2, 0x93, 0xee, 0x91, 0x9f, 0xd2, 0x6b, 0x9e, 0x0f, 0x04, 0x2b, 0xdc, 0x5f, 0x50, 0x01, 0x57, 0xaf, 0x00, 0x55, 0x27, 0x36, 0x8d, 0x42, 0x6c, 0x66, 0x12, 0x94, 0x35, 0x4f, 0xc3, 0xab, 0x4e, 0x97, 0xe7, 0x51, 0x3c, 0x72, 0x91, 0xf4, 0x7e, 0x18, 0x68, 0x93, 0x90, 0x4b, 0x50, 0x7e, 0xa5, 0xde, 0xf6, 0x0c, 0x30, 0xbc, 0xd5, 0xab, 0xc9, 0x44, 0x43, 0x32, 0x07, 0x65, 0x17, 0xd7, 0x37, 0xa5, 0x64, 0x44, 0x00, 0x39, 0x65, 0xce, 0x18, 0x67, 0x9a, 0x31, 0xf1, 0x13, 0x81, 0xf6, 0x9b, 0xa6, 0x90, 0x51, 0x90, 0x52, 0xd9, 0xee, 0xa0, 0x2a, 0xbd, 0x79, 0x4b, 0x5b, 0x3a, 0x0b, 0xc8, 0x23, 0x33, 0x18, 0x71, 0x55, 0x5d, 0xd5, 0x32, 0x3f, 0x40, 0xa1, 0x06 } } }; static const struct cckprng_op_generate op_init_3560 = { .hd = { .id = 3363, .kind = OP_GENERATE }, .rand_nbytes = 222, .out = { .rand = { 0x8c, 0xb2, 0xaa, 0x67, 0x68, 0x77, 0x7d, 0x63, 0x96, 0x76, 0x5d, 0x7e, 0x41, 0x27, 0x51, 0x43, 0x81, 0x20, 0x1b, 0xe1, 0x86, 0xc1, 0x9e, 0xb3, 0x23, 0xe8, 0xda, 0x15, 0x79, 0xb2, 0xef, 0x3a, 0xe8, 0x6b, 0xc2, 0x2e, 0xf3, 0x0b, 0xc0, 0x4b, 0x01, 0xd9, 0x3d, 0x81, 0x79, 0x41, 0x26, 0x96, 0x3e, 0x81, 0x46, 0x40, 0x8f, 0x7f, 0xbd, 0xd1, 0x83, 0x3b, 0x0f, 0xf1, 0x92, 0x4f, 0xe2, 0x09, 0x41, 0xac, 0x23, 0xcd, 0x01, 0xeb, 0xf5, 0x79, 0x10, 0x36, 0x78, 0xf9, 0x92, 0xe1, 0xa3, 0xdc, 0xb0, 0x7d, 0xcc, 0xb2, 0xc4, 0xee, 0xb4, 0x0d, 0xa9, 0xf1, 0x45, 0x3d, 0xc9, 0x20, 0x8e, 0xde, 0x52, 0x5e, 0x6c, 0xbe, 0xa1, 0x1e, 0x7f, 0xa4, 0xec, 0x62, 0x76, 0x43, 0x25, 0x5c, 0xec, 0x37, 0xc4, 0x6f, 0xdb, 0xb3, 0x54, 0x4e, 0xda, 0xe1, 0x5f, 0x66, 0x6e, 0xe4, 0xfd, 0x50, 0xd2, 0x38, 0xdc, 0xd8, 0xb9, 0x62, 0xf0, 0x13, 0x4c, 0x49, 0xbd, 0x53, 0x7f, 0x60, 0xbb, 0x6e, 0x7c, 0xb4, 0xee, 0x7d, 0x92, 0xe8, 0x62, 0x5f, 0xeb, 0xe0, 0x05, 0x83, 0x74, 0xd3, 0xe9, 0xde, 0xee, 0xa5, 0x28, 0xd0, 0xd4, 0x7f, 0x6f, 0x5c, 0x02, 0x12, 0xf7, 0x71, 0x50, 0x9b, 0x37, 0xa9, 0x3e, 0xfb, 0xc1, 0xaa, 0x44, 0x45, 0x74, 0x9d, 0xe8, 0x24, 0x57, 0x29, 0x3c, 0xaf, 0xea, 0x98, 0xf4, 0xbc, 0xc1, 0x93, 0x20, 0x47, 0x86, 0xf5, 0x4f, 0x4d, 0x44, 0x2b, 0x73, 0x0d, 0x80, 0x17, 0x3a, 0x0f, 0x4c, 0x4a, 0x47, 0x20, 0x44, 0x13, 0x2f, 0xd4, 0x7a, 0xe0, 0xa4, 0x8a, 0xfc, 0x38 } } }; static const struct cckprng_op_refresh op_refresh_3561 = { .hd = { .id = 3364, .kind = OP_REFRESH }, .rand = 6667634686757133069ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3562 = { .hd = { .id = 3365, .kind = OP_GENERATE }, .rand_nbytes = 188, .out = { .rand = { 0xdb, 0xe1, 0x41, 0xd3, 0x64, 0x15, 0x95, 0xf5, 0xb2, 0xbd, 0xc3, 0x61, 0xb7, 0x5a, 0x6e, 0x96, 0x1e, 0xb0, 0xc3, 0xc2, 0xf2, 0xfb, 0x56, 0x33, 0xa0, 0xca, 0x3c, 0x1a, 0x20, 0x14, 0xb9, 0x29, 0x6c, 0xac, 0xa2, 0x52, 0xe4, 0xf0, 0xed, 0xaf, 0xca, 0x78, 0x9c, 0xb6, 0x7e, 0xb1, 0xec, 0x37, 0xd2, 0xea, 0x35, 0x2f, 0xf9, 0x99, 0xc8, 0x08, 0xfb, 0x0a, 0x26, 0x7f, 0x6d, 0xb8, 0x7a, 0x37, 0x0e, 0x8e, 0xeb, 0x3a, 0x5d, 0xd2, 0xd5, 0xb4, 0x7b, 0x20, 0xd2, 0xb6, 0x70, 0x27, 0xf6, 0x76, 0x95, 0x7d, 0xf7, 0x2f, 0x54, 0x09, 0x49, 0xe3, 0x20, 0xa8, 0xb8, 0x44, 0xe3, 0x19, 0xa9, 0x97, 0x8c, 0x8a, 0xa4, 0xd4, 0xda, 0x6d, 0xb9, 0x62, 0xd1, 0xb2, 0x24, 0xf7, 0x62, 0x6e, 0x51, 0x94, 0xc2, 0x3b, 0xc6, 0xc6, 0x88, 0x31, 0x86, 0xcf, 0xca, 0x9a, 0x20, 0x2c, 0x9a, 0xe0, 0x69, 0x92, 0x00, 0x46, 0xce, 0xfa, 0xf7, 0xf5, 0xb7, 0x6c, 0x57, 0x7a, 0x7f, 0x51, 0xef, 0xef, 0xc2, 0xa9, 0x80, 0xdf, 0x93, 0x79, 0xea, 0xba, 0xb4, 0xfe, 0x02, 0x40, 0x2c, 0x93, 0xbf, 0xd6, 0x95, 0xe5, 0xe7, 0xf0, 0x10, 0x47, 0xe4, 0xf7, 0xc7, 0x33, 0x4a, 0xda, 0x39, 0x02, 0x1a, 0xec, 0xa4, 0x36, 0x7c, 0xf4, 0xf8, 0x68, 0x28, 0x11, 0xbf, 0xbf, 0x87, 0xd4, 0xd1, 0x06 } } }; static const struct cckprng_op *ops_3563[] = { (const struct cckprng_op *)&op_init_3547, (const struct cckprng_op *)&op_init_3548, (const struct cckprng_op *)&op_refresh_3549, (const struct cckprng_op *)&op_refresh_3550, (const struct cckprng_op *)&op_init_3551, (const struct cckprng_op *)&op_init_3552, (const struct cckprng_op *)&op_reseed_3553, (const struct cckprng_op *)&op_reseed_3554, (const struct cckprng_op *)&op_init_3555, (const struct cckprng_op *)&op_init_3556, (const struct cckprng_op *)&op_init_3557, (const struct cckprng_op *)&op_init_3558, (const struct cckprng_op *)&op_init_3559, (const struct cckprng_op *)&op_init_3560, (const struct cckprng_op *)&op_refresh_3561, (const struct cckprng_op *)&op_init_3562 }; static const struct cckprng_vector vec_3564 = { .id = 3366, .note = NULL, .nops = 16, .ops = ops_3563 }; static const struct cckprng_op_init op_init_3565 = { .hd = { .id = 3367, .kind = OP_INIT }, .seed = { 0xaf, 0x5a, 0xcd, 0x3e, 0x25, 0xc3, 0x22, 0x55, 0x97, 0x6a, 0x35, 0xa5, 0x17, 0xfb, 0x00, 0x4a, 0xa6, 0xe3, 0x70, 0xe4, 0x76, 0x6e, 0x4d, 0xba, 0x85, 0xa4, 0xc8, 0xf7, 0xb7, 0x0a, 0xf9, 0xb0 }, .nonce = { 0x7c, 0xf1, 0x75, 0x47, 0x31, 0xd8, 0x8f, 0x6d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3566 = { .hd = { .id = 3368, .kind = OP_REFRESH }, .rand = 899778478882825699ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3567 = { .hd = { .id = 3369, .kind = OP_REFRESH }, .rand = 72788351773488333ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3568 = { .hd = { .id = 3370, .kind = OP_REFRESH }, .rand = 8667017711815804114ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3569 = { .hd = { .id = 3371, .kind = OP_REFRESH }, .rand = 3161430246286815489ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3570 = { .hd = { .id = 3372, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x57, 0x35, 0xd9, 0x74, 0xe3, 0xd1, 0xcd, 0x9c, 0xbd, 0x96, 0xf4, 0x44, 0x09, 0x32, 0x01, 0x41, 0x50, 0x20, 0x78, 0xd5, 0x47, 0x97, 0xe7, 0xb3, 0x0a, 0xeb, 0x81, 0x13, 0x24, 0x9e, 0x0e, 0xf0, 0x8b, 0x74, 0x4f, 0x1e, 0x26, 0xec, 0x9b, 0xe5, 0x4e, 0x29, 0xc4, 0xa4, 0x18, 0x46, 0x40, 0xc5, 0x9e, 0x62, 0x58, 0x40, 0x6c, 0xe7, 0xd2, 0xd8, 0x4b, 0xe5, 0x00, 0x2f, 0x65, 0x4e, 0xbd, 0xff, 0x62, 0xd1, 0x3d, 0x91, 0x5e, 0x2d, 0x47, 0x6a } } }; static const struct cckprng_op_refresh op_refresh_3571 = { .hd = { .id = 3373, .kind = OP_REFRESH }, .rand = 9578020909601893225ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3572 = { .hd = { .id = 3374, .kind = OP_REFRESH }, .rand = 18127450530024975523ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3573 = { .hd = { .id = 3375, .kind = OP_RESEED }, .nonce = 1447123678332254404ULL, .seed_nbytes = 247, .seed = { 0xf2, 0x18, 0xc8, 0xc1, 0x48, 0x6a, 0x02, 0x17, 0x2b, 0x3c, 0x81, 0x51, 0xed, 0xcb, 0x0c, 0xe4, 0x41, 0x3d, 0xf2, 0xc0, 0x20, 0x56, 0x47, 0xe6, 0xd2, 0xb1, 0xbb, 0xe1, 0xf8, 0x14, 0x1f, 0x12, 0x56, 0x36, 0xaa, 0x8b, 0xfc, 0x7e, 0x3a, 0xc1, 0xbb, 0x2e, 0xe7, 0x3e, 0xd7, 0x76, 0x65, 0x70, 0x48, 0x37, 0xc1, 0xfa, 0xcf, 0xf4, 0x36, 0x21, 0xac, 0x8a, 0x42, 0x6f, 0x5d, 0x03, 0xf5, 0x78, 0x15, 0xfd, 0xff, 0x54, 0xd5, 0xd4, 0x92, 0x28, 0x4d, 0xc0, 0x52, 0xf7, 0xbb, 0xe4, 0x46, 0x6a, 0xc0, 0xdc, 0x9e, 0x0b, 0xfb, 0x99, 0x55, 0x77, 0x03, 0x77, 0xff, 0x0c, 0xa3, 0x20, 0x12, 0x34, 0x5f, 0x7b, 0x53, 0xfa, 0x68, 0xa0, 0x10, 0x1b, 0x61, 0x0e, 0xb2, 0xca, 0xb2, 0xb3, 0x8c, 0xa8, 0x21, 0x97, 0x29, 0xc6, 0x9a, 0x0f, 0xb9, 0x07, 0xbe, 0xc5, 0xc0, 0x1c, 0xf3, 0x0b, 0x96, 0xd6, 0x6e, 0xc1, 0xdf, 0xe6, 0xdb, 0x6e, 0x59, 0xe4, 0xac, 0x09, 0x96, 0xec, 0xd3, 0x88, 0xb9, 0x3d, 0x38, 0x75, 0x21, 0x5d, 0x13, 0xe6, 0xc2, 0x62, 0x82, 0xc6, 0x8e, 0x3b, 0x78, 0x47, 0x68, 0xbe, 0x02, 0xab, 0x01, 0x81, 0x7b, 0x3a, 0x08, 0x39, 0xc6, 0xf9, 0xd5, 0x70, 0x53, 0xb7, 0x90, 0xbe, 0xed, 0x74, 0xc6, 0x12, 0xa0, 0x11, 0xec, 0xc9, 0x6f, 0x9c, 0x66, 0xfd, 0x41, 0x28, 0x88, 0x32, 0xac, 0xd2, 0x8b, 0x0f, 0x68, 0xac, 0x22, 0xa9, 0x3f, 0xf7, 0xb5, 0x9d, 0x9a, 0xa1, 0x9f, 0x11, 0x17, 0xb2, 0x4a, 0x67, 0xf2, 0x47, 0x0f, 0xf7, 0xc0, 0x5b, 0x57, 0x77, 0xe8, 0x59, 0x1f, 0xc6, 0x93, 0x90, 0x45, 0xfb, 0x3f, 0xd0, 0x24, 0x86, 0x9e, 0xc4, 0x69, 0x79, 0x6d, 0x0f, 0x48, 0x3d, 0xed, 0xd9, 0x00, 0xf9, 0xf2, 0x43, 0x48 } }; static const struct cckprng_op_reseed op_reseed_3574 = { .hd = { .id = 3376, .kind = OP_RESEED }, .nonce = 17472929329160526889ULL, .seed_nbytes = 191, .seed = { 0xf5, 0xd3, 0xdc, 0x53, 0x5c, 0xb1, 0xc7, 0x3f, 0x8c, 0xd9, 0x7f, 0x1a, 0x53, 0xb1, 0x3b, 0xf6, 0xdc, 0x04, 0xf7, 0x8e, 0x52, 0x8b, 0x39, 0xd2, 0x16, 0x16, 0xab, 0x6e, 0xfb, 0x1e, 0x5e, 0x06, 0x93, 0xd1, 0x7f, 0x8c, 0xf0, 0xe8, 0xe3, 0xc8, 0xe0, 0x70, 0x84, 0x4c, 0x24, 0x1d, 0xd4, 0xdd, 0x76, 0x15, 0xe7, 0xce, 0x27, 0x66, 0x9c, 0x21, 0x8d, 0x27, 0x08, 0xa5, 0xc4, 0x29, 0x10, 0xb8, 0xbb, 0xde, 0xdb, 0x47, 0x7c, 0xfb, 0xa9, 0xa1, 0xe3, 0x8c, 0x66, 0x9d, 0xb7, 0xcf, 0xfe, 0xb6, 0xaa, 0xd4, 0x08, 0x93, 0x89, 0xa0, 0x3f, 0x4f, 0xda, 0xab, 0x87, 0xb4, 0x3b, 0x5c, 0x1e, 0x35, 0x42, 0x90, 0x79, 0xab, 0x10, 0x39, 0x65, 0x42, 0x78, 0x3d, 0x0e, 0x1c, 0x94, 0x7e, 0x25, 0xa4, 0x82, 0xac, 0xbc, 0xdf, 0x2e, 0x0a, 0xb8, 0x95, 0x01, 0x1d, 0x89, 0x05, 0x0c, 0x5d, 0x8b, 0xf2, 0x8d, 0x35, 0x7e, 0x72, 0x4d, 0xd8, 0x77, 0x3b, 0x04, 0x59, 0x89, 0x3e, 0x37, 0xac, 0x53, 0xc5, 0x99, 0x81, 0x8d, 0xc7, 0xeb, 0x42, 0xad, 0xe7, 0x0d, 0xba, 0x08, 0x36, 0x50, 0x62, 0xe4, 0x6f, 0xd0, 0x3d, 0x4c, 0x2e, 0xfe, 0xe5, 0xd0, 0x07, 0xe4, 0x79, 0xfe, 0xf1, 0xb9, 0xc4, 0xc3, 0x42, 0x35, 0x9e, 0x01, 0xb2, 0x3d, 0x2b, 0x0f, 0x46, 0xa8, 0x21, 0x69, 0x4a, 0x8a, 0x2e, 0x93 } }; static const struct cckprng_op_reseed op_reseed_3575 = { .hd = { .id = 3377, .kind = OP_RESEED }, .nonce = 6713163945199010666ULL, .seed_nbytes = 65, .seed = { 0x97, 0x02, 0x5b, 0x90, 0x7c, 0xd9, 0xe8, 0x13, 0x1b, 0xa6, 0x8c, 0x5e, 0x20, 0xa0, 0x95, 0x98, 0xd0, 0x65, 0xfe, 0x34, 0x5c, 0x66, 0xa6, 0x20, 0xe0, 0x2c, 0x1d, 0xe0, 0xd8, 0x20, 0x4d, 0x8a, 0xcc, 0x6d, 0x13, 0xee, 0xa5, 0xe1, 0x10, 0x48, 0xdf, 0x49, 0x2b, 0x60, 0xf7, 0xbf, 0x08, 0x25, 0x65, 0x8b, 0xfe, 0x50, 0x05, 0x11, 0x3f, 0x35, 0x4a, 0xdc, 0x79, 0x80, 0x7d, 0x92, 0x84, 0xf7, 0x03 } }; static const struct cckprng_op_generate op_init_3576 = { .hd = { .id = 3378, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0x05, 0x2c, 0x58, 0xb3, 0x56, 0x8a, 0x46, 0x02, 0xeb, 0x0e, 0x4f, 0x1d, 0xd2, 0x8f, 0xc6, 0x1f, 0x7b, 0xdc, 0x51, 0x32, 0x53, 0x81, 0xc9, 0xac, 0x8c, 0x1b, 0x51, 0x7e, 0x01, 0x81, 0xe1, 0x83, 0x74, 0x44, 0xb8, 0xfc, 0x3a, 0x11, 0x86, 0x58, 0x8e, 0x03, 0x36, 0xc1, 0xab, 0xc6, 0x3d, 0xe0, 0x2f, 0x7e, 0x6d, 0x25, 0xbf, 0x98, 0xef, 0x55, 0x1a, 0x48, 0xb8, 0xd1, 0x69, 0xbb, 0x4a, 0xd1, 0xdd, 0xfc, 0xfe, 0xe9, 0x18, 0x32, 0x7a, 0x66, 0xeb, 0x9b, 0x72, 0xc4, 0x6b, 0x75, 0x10, 0x72, 0xe8, 0xf9, 0x93, 0xa2, 0x77, 0x91, 0xb2 } } }; static const struct cckprng_op_generate op_init_3577 = { .hd = { .id = 3379, .kind = OP_GENERATE }, .rand_nbytes = 28, .out = { .rand = { 0xc3, 0xba, 0x7b, 0x8f, 0x8e, 0x1b, 0x05, 0x86, 0xe7, 0xc7, 0xae, 0xe4, 0xd6, 0x87, 0x89, 0xd8, 0x11, 0x83, 0x17, 0x58, 0xcc, 0x30, 0xcb, 0xee, 0xaa, 0x86, 0x20, 0x83 } } }; static const struct cckprng_op_reseed op_reseed_3578 = { .hd = { .id = 3380, .kind = OP_RESEED }, .nonce = 17544273982010279862ULL, .seed_nbytes = 49, .seed = { 0x0a, 0xf4, 0xea, 0xba, 0x9b, 0x5c, 0xe1, 0xfe, 0xe4, 0x91, 0x13, 0xb1, 0xc2, 0xd2, 0x80, 0x8a, 0x19, 0x17, 0x51, 0x1c, 0xe9, 0x26, 0x3a, 0x8e, 0x96, 0x6f, 0x39, 0xe1, 0x34, 0x08, 0x91, 0x5e, 0x5e, 0x1a, 0x38, 0x5d, 0x30, 0x62, 0x05, 0xf9, 0x11, 0xbd, 0x58, 0x0f, 0xf7, 0x9e, 0xac, 0x79, 0x03 } }; static const struct cckprng_op_refresh op_refresh_3579 = { .hd = { .id = 3381, .kind = OP_REFRESH }, .rand = 2486429510325302483ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3580 = { .hd = { .id = 3382, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0x50, 0x6b, 0xfb, 0x53, 0x77, 0x84, 0x71, 0xce, 0x87, 0x7c, 0xa0, 0x04, 0x54, 0x5e, 0x83, 0xc8, 0x87, 0xb9, 0x13, 0x30, 0x12, 0x01, 0x81, 0x83, 0x61, 0x30, 0xb4, 0x85, 0x5c, 0xdb, 0x89, 0x83, 0xc2, 0xb9, 0xa4, 0x2d, 0xcc, 0x9d, 0x08, 0x69, 0x24, 0x35, 0x04, 0x12, 0x35, 0x22, 0xbf, 0x08, 0x92, 0x29, 0xad, 0xca, 0x66, 0xcf, 0x1f, 0x2f, 0x7f, 0x4e, 0x53, 0x3a, 0x6b, 0xca, 0xe7, 0xbf, 0x35, 0x83, 0x24, 0xa1, 0xf9, 0xe2, 0x4b, 0xcf, 0x6d, 0x32, 0xb7, 0xe4, 0x10, 0x1b, 0x21, 0xfa, 0x3d, 0xbe, 0x3c, 0x94, 0xb1, 0xc8, 0x73, 0x2e, 0xe4, 0x7b, 0x4a, 0xc7, 0x14, 0xd4, 0x16, 0xd9, 0x02, 0x93, 0xb2, 0xd6, 0xa4, 0x0d, 0x58, 0x19, 0xc7, 0xf2, 0xa3, 0x96, 0x2b, 0x9b, 0x33, 0x01, 0x3f, 0xc5, 0x17, 0x00, 0x05, 0xda, 0x1e, 0x75, 0xb7, 0x45, 0xe9, 0x4c, 0x22, 0x03, 0xec, 0xd4, 0x7f, 0xd9, 0x4e, 0x4f, 0x5c, 0xf8 } } }; static const struct cckprng_op *ops_3581[] = { (const struct cckprng_op *)&op_init_3565, (const struct cckprng_op *)&op_refresh_3566, (const struct cckprng_op *)&op_refresh_3567, (const struct cckprng_op *)&op_refresh_3568, (const struct cckprng_op *)&op_refresh_3569, (const struct cckprng_op *)&op_init_3570, (const struct cckprng_op *)&op_refresh_3571, (const struct cckprng_op *)&op_refresh_3572, (const struct cckprng_op *)&op_reseed_3573, (const struct cckprng_op *)&op_reseed_3574, (const struct cckprng_op *)&op_reseed_3575, (const struct cckprng_op *)&op_init_3576, (const struct cckprng_op *)&op_init_3577, (const struct cckprng_op *)&op_reseed_3578, (const struct cckprng_op *)&op_refresh_3579, (const struct cckprng_op *)&op_init_3580 }; static const struct cckprng_vector vec_3582 = { .id = 3383, .note = NULL, .nops = 16, .ops = ops_3581 }; static const struct cckprng_op_init op_init_3583 = { .hd = { .id = 3384, .kind = OP_INIT }, .seed = { 0xe2, 0x1a, 0x53, 0xf6, 0x65, 0x52, 0xc7, 0xb2, 0x64, 0x1e, 0x9c, 0xbf, 0x86, 0x69, 0xd7, 0xf9, 0xc6, 0xd5, 0xc8, 0x24, 0xb4, 0xa7, 0xc9, 0xdd, 0x4e, 0xaa, 0xc6, 0xae, 0x80, 0x54, 0x44, 0xd5 }, .nonce = { 0xae, 0x32, 0xd5, 0xd9, 0x51, 0xd6, 0x50, 0x19 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3584 = { .hd = { .id = 3385, .kind = OP_REFRESH }, .rand = 13237436435497183441ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3585 = { .hd = { .id = 3386, .kind = OP_REFRESH }, .rand = 5904258658252432957ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3586 = { .hd = { .id = 3387, .kind = OP_REFRESH }, .rand = 18061555537102322440ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3587 = { .hd = { .id = 3388, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x57, 0xa6, 0x9b, 0x36, 0xff, 0x0b, 0xab, 0xcf, 0x43, 0xca, 0xb6, 0x04, 0xed, 0x1b, 0xb8, 0x27, 0x81, 0x1b, 0x74, 0xf3, 0xad, 0x6d, 0x3d, 0xbb, 0x40, 0xac, 0x6b, 0x89, 0xc4, 0xab, 0x2e, 0x1b, 0xe4, 0x4a, 0xd2, 0x5c, 0x38, 0xc9, 0x64, 0x5e, 0x95, 0x94, 0x1e, 0xae, 0xf4, 0xdf, 0x62, 0x17, 0xbb, 0xf3, 0xdb, 0xed, 0xd8, 0x3a, 0xd8, 0x89, 0xc9, 0x4e, 0x0a, 0x7b, 0x47, 0x92, 0x6e, 0xca, 0xb2, 0xe5, 0xb9, 0x21, 0x5e, 0x3e, 0x96, 0x92, 0xd8, 0xae, 0xc4, 0xd8, 0x56, 0xa5, 0x8f, 0x95, 0x66, 0xd1, 0x6e, 0xf7, 0xf0, 0x63, 0x2d, 0x32, 0x82, 0x48, 0xf7, 0x00, 0x9f, 0x50, 0x37, 0x5d, 0x19, 0x52, 0x49, 0x6b, 0xfa, 0xbc, 0xe4, 0x5b, 0x9b, 0x4a, 0xab, 0x09, 0x53, 0xcc, 0x2f, 0xb8, 0xf3, 0xf1, 0x4e, 0x58, 0x76, 0x2a, 0x06, 0x18, 0xf0, 0x7b, 0x8a, 0x87, 0xcd, 0x89, 0xa3, 0x63, 0x30, 0xf1, 0x9c, 0x89, 0x24, 0xf3, 0xb2, 0xcd, 0x67, 0x97, 0xd4, 0x8d, 0xc5, 0x88, 0xdc, 0x53, 0x99, 0xa3, 0x41, 0x34, 0x5a, 0x63, 0xa5, 0xb1, 0xac, 0xe6, 0x85, 0xe3, 0xd2, 0x45, 0xd1, 0x49, 0xf4, 0x05, 0x28, 0xa4, 0x9c, 0xfa, 0x0a, 0xae, 0xdf, 0x42, 0x75, 0xed, 0xf7, 0x6c, 0x69, 0x24, 0xcd, 0xb6, 0xce, 0x91, 0x2c } } }; static const struct cckprng_op_refresh op_refresh_3588 = { .hd = { .id = 3389, .kind = OP_REFRESH }, .rand = 3027146376522573807ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3589 = { .hd = { .id = 3390, .kind = OP_REFRESH }, .rand = 1755133970720779398ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3590 = { .hd = { .id = 3391, .kind = OP_REFRESH }, .rand = 4909084166259701787ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3591 = { .hd = { .id = 3392, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0xfd, 0xde, 0x41, 0x58, 0x0d, 0xfd, 0xd9 } } }; static const struct cckprng_op_refresh op_refresh_3592 = { .hd = { .id = 3393, .kind = OP_REFRESH }, .rand = 12108770653318589590ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3593 = { .hd = { .id = 3394, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x53, 0x2f, 0x20, 0x89, 0xce, 0x75, 0xd6, 0x62, 0x48, 0x87, 0xe5, 0xa5, 0x5a, 0x1a, 0xc0, 0x87, 0x4d, 0xfd, 0x00, 0xaa, 0x4a, 0xd6, 0xa6, 0x68, 0x26, 0x91, 0x2b, 0x41, 0x96, 0xaa, 0xa0, 0x86, 0xec, 0xf2, 0x5b, 0xdc, 0xdd, 0x61, 0xa3, 0xb9, 0xdd, 0x82, 0x4c, 0x0a, 0x02, 0xed, 0x50, 0xb9, 0xf9, 0x92, 0x74, 0x64, 0x66, 0x18, 0x3c, 0xe3, 0x75, 0xd4, 0x36, 0x9a, 0x3f, 0xc0, 0x84, 0xfb, 0x4b, 0x96, 0xb3, 0xc6, 0xf6, 0x51, 0xb7, 0x47, 0x78, 0xf6, 0xc8, 0x70, 0x14, 0x09, 0xe9, 0x6c, 0xf3, 0xda, 0x00, 0x12, 0x5f, 0x0c, 0xfa, 0x00, 0x8d, 0x4e, 0x83, 0xab, 0x41, 0xcf, 0xdb, 0x5a, 0x10, 0x4f, 0x78, 0xcb, 0xc2, 0x1b, 0xdf, 0xf2, 0x35, 0x32, 0xd2, 0x5c, 0xde, 0xe3 } } }; static const struct cckprng_op_reseed op_reseed_3594 = { .hd = { .id = 3395, .kind = OP_RESEED }, .nonce = 8394919299285244822ULL, .seed_nbytes = 130, .seed = { 0x6e, 0xd4, 0xe1, 0x41, 0x70, 0xb8, 0xb6, 0x26, 0xaf, 0x9e, 0x0a, 0x81, 0xbe, 0xc7, 0xc3, 0x41, 0xe6, 0x48, 0x69, 0xb0, 0xc0, 0x9b, 0xd6, 0xa9, 0xc5, 0x2e, 0x5d, 0x5c, 0x0a, 0x39, 0x7d, 0xa1, 0x6a, 0xe2, 0x42, 0xc1, 0x3e, 0xcb, 0x0d, 0xa1, 0x41, 0xb1, 0x12, 0x2c, 0xfd, 0xc7, 0x00, 0xa4, 0x29, 0x8c, 0x61, 0xf7, 0xb2, 0xdb, 0xe5, 0xf8, 0x50, 0x20, 0xfa, 0xb3, 0x09, 0x1b, 0x67, 0x0e, 0x44, 0xed, 0xf5, 0x9b, 0x53, 0xdf, 0xb1, 0x7f, 0xf1, 0x9a, 0xc8, 0x53, 0x61, 0xeb, 0xde, 0x92, 0xee, 0xaf, 0xb9, 0xfa, 0x4c, 0xff, 0x45, 0x17, 0x32, 0x77, 0x64, 0xca, 0x6b, 0xfc, 0x88, 0x64, 0x9f, 0x2a, 0xc2, 0x75, 0xc6, 0x58, 0x1c, 0xa4, 0x4a, 0x2a, 0x6c, 0xf2, 0x4d, 0x80, 0x48, 0x6c, 0xfb, 0xe9, 0xf8, 0xe4, 0xa0, 0x79, 0x30, 0xfa, 0x80, 0x6e, 0x18, 0xa5, 0xcd, 0x72, 0xfc, 0x5d, 0x15, 0x32 } }; static const struct cckprng_op_reseed op_reseed_3595 = { .hd = { .id = 3396, .kind = OP_RESEED }, .nonce = 1927560429049688438ULL, .seed_nbytes = 286, .seed = { 0xe0, 0x08, 0xe9, 0xf4, 0x6d, 0xf6, 0xdd, 0xe3, 0xaa, 0x71, 0x3d, 0x23, 0x8e, 0xd3, 0xeb, 0x1e, 0x07, 0x13, 0xa4, 0x85, 0x34, 0xe3, 0x87, 0x53, 0x1a, 0xa3, 0xa9, 0x00, 0x91, 0xef, 0x76, 0x84, 0xb1, 0xc2, 0xbf, 0x3b, 0x89, 0x47, 0x72, 0x04, 0xee, 0x50, 0x3b, 0x78, 0xd1, 0xad, 0x81, 0x23, 0xc8, 0x94, 0xb7, 0x1f, 0xd1, 0x6e, 0x8f, 0x8d, 0x11, 0xb9, 0x17, 0xa4, 0x7f, 0xa4, 0xa4, 0xd4, 0xbe, 0xf1, 0x29, 0x39, 0x76, 0x86, 0x71, 0xd9, 0x1a, 0x0c, 0xf9, 0xd9, 0xd9, 0x49, 0xe0, 0xab, 0xf4, 0x6f, 0xa9, 0x74, 0x15, 0x3f, 0x68, 0xf6, 0x13, 0x4c, 0x5b, 0xa4, 0x51, 0x8e, 0x17, 0x86, 0x32, 0xf9, 0x74, 0x6f, 0x99, 0xf2, 0x8e, 0x76, 0xcd, 0x9f, 0xa3, 0x2f, 0x93, 0x61, 0x5e, 0x5c, 0xf3, 0x41, 0xc9, 0x6b, 0x75, 0x40, 0x70, 0xe5, 0x3e, 0x95, 0xb8, 0xe0, 0x12, 0x6a, 0x6f, 0xfb, 0x32, 0xcc, 0x61, 0x99, 0x42, 0xdf, 0xa9, 0xaa, 0xcf, 0x02, 0xc7, 0x03, 0x1f, 0x6e, 0xd0, 0xab, 0xc3, 0x41, 0xba, 0x0e, 0x24, 0x7e, 0xaa, 0x87, 0x7b, 0x53, 0x99, 0xbd, 0x43, 0xc8, 0x6f, 0x82, 0xfc, 0x3c, 0xc6, 0x25, 0xcc, 0xe5, 0x2e, 0xd0, 0xfa, 0xc7, 0xc6, 0x94, 0x52, 0xe7, 0xe0, 0x18, 0x76, 0x6d, 0xa6, 0x9c, 0xb1, 0xaf, 0x0d, 0x5f, 0xdb, 0xe3, 0x83, 0x7d, 0x1c, 0x44, 0x00, 0x0c, 0xe2, 0x95, 0x26, 0xea, 0x1d, 0x19, 0xb6, 0x83, 0x47, 0xf3, 0xc5, 0xf7, 0x99, 0x6d, 0xae, 0x05, 0xa2, 0x7b, 0xf2, 0x94, 0x33, 0x55, 0xfb, 0x64, 0x87, 0xed, 0xa3, 0xeb, 0xfa, 0x5f, 0x4a, 0x47, 0x6a, 0x22, 0x75, 0xb9, 0x8a, 0xcf, 0x5b, 0x87, 0xe2, 0x7c, 0xc4, 0x90, 0x0b, 0x08, 0xd6, 0x31, 0x88, 0x1b, 0x51, 0x1a, 0xd5, 0x75, 0x01, 0x7a, 0x22, 0x94, 0x6d, 0x12, 0xd6, 0xf8, 0xe2, 0x51, 0x84, 0x6a, 0x66, 0xad, 0xd0, 0x46, 0x9f, 0x98, 0x7e, 0x98, 0xe5, 0xc2, 0x9f, 0xa8, 0xe9, 0xaa, 0x22, 0x6c, 0xca, 0x6c, 0x31, 0x3c, 0x5d, 0xb2, 0x64, 0x1d, 0x2e, 0x44, 0xde, 0x00 } }; static const struct cckprng_op_reseed op_reseed_3596 = { .hd = { .id = 3397, .kind = OP_RESEED }, .nonce = 11759289153069787807ULL, .seed_nbytes = 283, .seed = { 0xab, 0x4f, 0xaa, 0xbe, 0xb0, 0xfc, 0xcb, 0x3a, 0xf0, 0x44, 0xce, 0x61, 0x8b, 0x15, 0x81, 0x49, 0xf5, 0xcc, 0x35, 0x7c, 0x9c, 0x82, 0x34, 0xbb, 0xf6, 0xae, 0x1f, 0x37, 0xaa, 0x0a, 0xcd, 0x4a, 0x84, 0xa0, 0x4b, 0x40, 0xac, 0x12, 0xe4, 0x3a, 0xaa, 0xad, 0x30, 0xe9, 0xe0, 0x1c, 0x0e, 0x42, 0x4e, 0x6c, 0x75, 0x72, 0xfb, 0x45, 0xf7, 0xb8, 0xdc, 0xf6, 0x40, 0x94, 0xd7, 0x89, 0x13, 0xea, 0x8d, 0x3a, 0x19, 0xa4, 0x17, 0xaf, 0x46, 0x0c, 0x58, 0xb8, 0x38, 0xfa, 0x24, 0x79, 0xd5, 0xd3, 0xc9, 0x51, 0xf8, 0xd2, 0x1b, 0x12, 0xd0, 0xbb, 0x6c, 0x77, 0xbc, 0xb6, 0x68, 0x54, 0x0e, 0xa6, 0xfa, 0x4f, 0xe3, 0xf7, 0xac, 0x7c, 0xa2, 0x59, 0x33, 0x67, 0x47, 0xb2, 0xb6, 0x0e, 0x45, 0x6b, 0xad, 0xd6, 0xcb, 0x68, 0x7b, 0x36, 0x66, 0x5d, 0x9c, 0x31, 0xb9, 0xfa, 0xa8, 0xf8, 0xd2, 0xc3, 0x98, 0x78, 0x8a, 0xb5, 0xb5, 0x43, 0x9d, 0x6a, 0x2a, 0x41, 0x1e, 0xd0, 0x24, 0xf9, 0xbe, 0xfe, 0x96, 0xcd, 0x0c, 0xbf, 0x34, 0x7a, 0xfc, 0xc8, 0x50, 0x05, 0xfa, 0x53, 0x3c, 0x77, 0x21, 0xb2, 0x57, 0x2c, 0xb9, 0x8c, 0xf9, 0xd6, 0x04, 0x24, 0x9a, 0x93, 0xf2, 0xa7, 0xf2, 0x55, 0xc9, 0x73, 0xe7, 0xbc, 0x2d, 0x46, 0x06, 0xa5, 0xa1, 0xc0, 0x61, 0xd7, 0xbe, 0x22, 0xdd, 0x1b, 0xfa, 0x23, 0xeb, 0xec, 0x6e, 0x5a, 0x8a, 0x60, 0x0b, 0x20, 0x81, 0x2f, 0xb1, 0x7a, 0x3c, 0x6e, 0x5a, 0x84, 0x5a, 0x0b, 0x01, 0xdc, 0x60, 0x4d, 0x80, 0x7f, 0xda, 0x98, 0xa6, 0xef, 0xec, 0xf5, 0x71, 0xd9, 0x36, 0xe6, 0x83, 0xe8, 0x75, 0xb6, 0x2d, 0x77, 0xfc, 0xee, 0xb2, 0x78, 0x4b, 0xe4, 0x02, 0xe7, 0xc1, 0x10, 0xa1, 0xab, 0xa0, 0x21, 0xac, 0x1d, 0x7a, 0xe9, 0x29, 0xfc, 0xac, 0x02, 0x1a, 0xa9, 0x73, 0xd0, 0xf1, 0xbe, 0xba, 0x42, 0x80, 0x7c, 0x3b, 0x62, 0xbc, 0xa6, 0x93, 0xcf, 0xea, 0x2c, 0xdf, 0x46, 0x3b, 0x0f, 0x01, 0x3f, 0x8c, 0x62, 0xfe, 0xa2, 0x30 } }; static const struct cckprng_op_reseed op_reseed_3597 = { .hd = { .id = 3398, .kind = OP_RESEED }, .nonce = 3197257572055121902ULL, .seed_nbytes = 187, .seed = { 0x6b, 0x92, 0x65, 0xea, 0x84, 0x14, 0x66, 0x87, 0xfc, 0xe3, 0x40, 0x25, 0x5d, 0x9a, 0x04, 0x78, 0x67, 0xb4, 0xfb, 0xce, 0x30, 0x51, 0x79, 0x3f, 0xb5, 0x39, 0x6e, 0x4d, 0xf6, 0xfe, 0x5b, 0x52, 0x44, 0x6b, 0x56, 0xa2, 0xe0, 0xb4, 0x6a, 0x21, 0x70, 0xd8, 0xc5, 0x83, 0x2b, 0xeb, 0x85, 0x19, 0xb7, 0x15, 0x96, 0x8e, 0x70, 0xd9, 0x08, 0x39, 0xff, 0xd9, 0x51, 0xb4, 0xf1, 0x98, 0xf5, 0xd6, 0xb3, 0x10, 0x8f, 0x44, 0xb2, 0x60, 0x3d, 0x55, 0x83, 0x6f, 0xd6, 0xc0, 0x48, 0x6e, 0x42, 0x08, 0xfd, 0x40, 0xa1, 0x15, 0x83, 0x24, 0xc1, 0x10, 0xd0, 0xe2, 0xfc, 0x6c, 0x01, 0xa6, 0xe1, 0xd5, 0x30, 0xd3, 0x50, 0x0d, 0x67, 0x1c, 0x69, 0x6e, 0x92, 0xfc, 0xc2, 0x70, 0x82, 0x14, 0x84, 0xae, 0xb5, 0x2a, 0x0b, 0xc0, 0x81, 0xe5, 0x49, 0xc0, 0x18, 0x98, 0x97, 0xa8, 0x3b, 0x89, 0xfb, 0x3f, 0x36, 0x8a, 0x91, 0xfb, 0x35, 0xf8, 0x22, 0xef, 0xed, 0xed, 0x4d, 0xd4, 0x79, 0x26, 0xeb, 0x62, 0xdd, 0x12, 0x33, 0x60, 0xd8, 0xdf, 0x39, 0x22, 0x01, 0xc6, 0xc9, 0x20, 0x9f, 0x5e, 0xba, 0xdb, 0x83, 0x6b, 0xd0, 0x2a, 0xb3, 0x89, 0xb6, 0x9f, 0xab, 0x65, 0x3b, 0x06, 0x25, 0x7e, 0x2e, 0xd5, 0x53, 0x9c, 0xea, 0x21, 0xf1, 0x47, 0xf4, 0x3f, 0x0e, 0x1d, 0x62 } }; static const struct cckprng_op_reseed op_reseed_3598 = { .hd = { .id = 3399, .kind = OP_RESEED }, .nonce = 3613679040794752048ULL, .seed_nbytes = 59, .seed = { 0x4e, 0x06, 0x25, 0x49, 0x05, 0xd4, 0x43, 0x3d, 0x7b, 0x32, 0x45, 0xbc, 0x68, 0x02, 0x47, 0x04, 0x04, 0x77, 0xfb, 0xf2, 0x8c, 0x06, 0x56, 0x00, 0xa7, 0xee, 0x93, 0x60, 0xc4, 0x96, 0x11, 0xdc, 0xd5, 0x23, 0x40, 0xf5, 0x3d, 0xe9, 0x1d, 0xb1, 0x0b, 0x95, 0x16, 0xd1, 0x03, 0x3f, 0x60, 0xf3, 0xad, 0xdb, 0xab, 0xc0, 0x44, 0xca, 0x9d, 0x7e, 0x7e, 0x1c, 0x48 } }; static const struct cckprng_op *ops_3599[] = { (const struct cckprng_op *)&op_init_3583, (const struct cckprng_op *)&op_refresh_3584, (const struct cckprng_op *)&op_refresh_3585, (const struct cckprng_op *)&op_refresh_3586, (const struct cckprng_op *)&op_init_3587, (const struct cckprng_op *)&op_refresh_3588, (const struct cckprng_op *)&op_refresh_3589, (const struct cckprng_op *)&op_refresh_3590, (const struct cckprng_op *)&op_init_3591, (const struct cckprng_op *)&op_refresh_3592, (const struct cckprng_op *)&op_init_3593, (const struct cckprng_op *)&op_reseed_3594, (const struct cckprng_op *)&op_reseed_3595, (const struct cckprng_op *)&op_reseed_3596, (const struct cckprng_op *)&op_reseed_3597, (const struct cckprng_op *)&op_reseed_3598 }; static const struct cckprng_vector vec_3600 = { .id = 3400, .note = NULL, .nops = 16, .ops = ops_3599 }; static const struct cckprng_op_init op_init_3601 = { .hd = { .id = 3401, .kind = OP_INIT }, .seed = { 0x79, 0xbe, 0x11, 0x6b, 0x8f, 0x97, 0x64, 0xd5, 0x48, 0x48, 0x7a, 0xdc, 0xfb, 0x59, 0xe2, 0x12, 0x29, 0xaa, 0x21, 0x88, 0x12, 0xab, 0x04, 0xea, 0xe9, 0x20, 0x95, 0xab, 0xf3, 0x98, 0x00, 0x84 }, .nonce = { 0x4f, 0xfc, 0x86, 0x6b, 0xdb, 0x7b, 0x15, 0xee }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3602 = { .hd = { .id = 3402, .kind = OP_RESEED }, .nonce = 7293866986127576652ULL, .seed_nbytes = 201, .seed = { 0xb0, 0x60, 0x97, 0x36, 0x25, 0x53, 0x70, 0x68, 0xcd, 0xa6, 0xaf, 0xc0, 0xc0, 0x57, 0x4a, 0xf0, 0x64, 0x76, 0xdf, 0x05, 0xfd, 0x6a, 0x3d, 0xdc, 0x88, 0x8f, 0x6e, 0x5c, 0x6e, 0xde, 0x4a, 0x93, 0xd2, 0x4f, 0x4a, 0xd4, 0x5e, 0xfd, 0x98, 0x15, 0x1f, 0x9c, 0x66, 0x67, 0xe2, 0x78, 0x63, 0x82, 0xd9, 0x16, 0xbe, 0xe0, 0xe0, 0xfc, 0x70, 0x06, 0x1c, 0x77, 0x45, 0x74, 0x9c, 0x9a, 0x4b, 0x84, 0xf3, 0x0c, 0xa9, 0xe2, 0xca, 0x42, 0x1b, 0x10, 0xd2, 0xc5, 0x10, 0x9a, 0xfd, 0x39, 0xe3, 0x38, 0x12, 0x32, 0x12, 0x03, 0x9e, 0xb4, 0x86, 0xe3, 0x4b, 0x6a, 0x2e, 0x00, 0x97, 0x5b, 0xe5, 0x67, 0xcb, 0x49, 0x98, 0x4c, 0x33, 0x6b, 0xe1, 0xf7, 0x19, 0xa5, 0x3d, 0x92, 0x48, 0x9f, 0x36, 0x2b, 0xcf, 0xd8, 0x68, 0xa6, 0x66, 0xff, 0xb6, 0xf4, 0x76, 0x08, 0x8e, 0xf0, 0xd4, 0x08, 0x29, 0x16, 0x6d, 0x0e, 0x1e, 0x57, 0x78, 0xa9, 0xf1, 0x21, 0x8f, 0xba, 0x24, 0x1b, 0x5c, 0xa1, 0xca, 0xb5, 0xe5, 0x67, 0xc0, 0xba, 0x18, 0xe4, 0xb5, 0x5d, 0xc9, 0x7f, 0x6a, 0x03, 0x58, 0xdc, 0x45, 0xbc, 0x22, 0x9a, 0x0e, 0x42, 0x8e, 0x5b, 0xf5, 0x9e, 0x97, 0x29, 0xe3, 0xed, 0x78, 0xb0, 0xd5, 0xdd, 0xa2, 0x84, 0x97, 0xa8, 0x03, 0x07, 0x37, 0xd0, 0x27, 0xc4, 0x19, 0x8d, 0x5c, 0x62, 0xa9, 0xa8, 0xed, 0x04, 0xb3, 0xd9, 0xef, 0x97, 0xef, 0x5d, 0x91 } }; static const struct cckprng_op_reseed op_reseed_3603 = { .hd = { .id = 3403, .kind = OP_RESEED }, .nonce = 5775389287136328128ULL, .seed_nbytes = 190, .seed = { 0xd5, 0x25, 0xa3, 0x43, 0x16, 0x67, 0x6e, 0x7b, 0x34, 0x8b, 0xae, 0xd4, 0xdb, 0x23, 0xbc, 0xd8, 0x3a, 0x7c, 0xef, 0x44, 0x35, 0x7b, 0x70, 0x4a, 0x21, 0x3f, 0xcf, 0x72, 0xf7, 0x21, 0x11, 0x6c, 0x17, 0x3c, 0x0f, 0xa6, 0x69, 0x3f, 0x43, 0x98, 0x71, 0x54, 0xe3, 0xf9, 0x65, 0x86, 0x07, 0xa0, 0x42, 0x05, 0x5f, 0xd6, 0xc2, 0x01, 0x9b, 0x08, 0xd8, 0x32, 0xea, 0xab, 0xb1, 0x66, 0x11, 0xef, 0x1b, 0x1c, 0x55, 0xd7, 0xa6, 0x84, 0xe4, 0x69, 0x2f, 0x23, 0x66, 0x77, 0xad, 0x9a, 0x10, 0x3a, 0xeb, 0xe9, 0x2c, 0xe0, 0xe4, 0xe4, 0x0a, 0xf1, 0x24, 0x30, 0xd2, 0x0d, 0x2d, 0x66, 0x08, 0xb6, 0x07, 0x0f, 0x92, 0xc0, 0x38, 0x70, 0xbb, 0xb3, 0xc7, 0x06, 0xb7, 0x6a, 0x15, 0xe4, 0x58, 0xaa, 0x10, 0xdf, 0x85, 0x97, 0x4b, 0x4b, 0xb7, 0x00, 0xb5, 0x1d, 0x42, 0xe5, 0xc5, 0xf8, 0x5d, 0xc2, 0xe3, 0xe1, 0x48, 0xee, 0xf9, 0x86, 0xad, 0xb0, 0x43, 0xc2, 0x50, 0xa2, 0x0a, 0xde, 0x06, 0x01, 0x6a, 0xc3, 0x62, 0x03, 0xe6, 0x68, 0x48, 0x84, 0x25, 0x9d, 0x17, 0xc4, 0x55, 0x88, 0x75, 0xd7, 0x37, 0x4c, 0x23, 0xe3, 0xb6, 0x20, 0xc9, 0x22, 0xee, 0xbf, 0xf4, 0x21, 0x7a, 0x2c, 0x76, 0x8f, 0x1d, 0x54, 0x8a, 0x9b, 0xbf, 0xf2, 0xb7, 0x29, 0x7d, 0x59, 0x92, 0x53, 0x31, 0xdd } }; static const struct cckprng_op_reseed op_reseed_3604 = { .hd = { .id = 3404, .kind = OP_RESEED }, .nonce = 12732910755558732714ULL, .seed_nbytes = 274, .seed = { 0x32, 0xa9, 0x34, 0x17, 0x2a, 0xfa, 0xcc, 0x2a, 0xcb, 0xba, 0xef, 0x45, 0x87, 0x8c, 0xe9, 0x64, 0x4b, 0xbb, 0xf4, 0x91, 0x91, 0xd4, 0x01, 0x36, 0xe4, 0x80, 0xff, 0x38, 0x7f, 0xc8, 0x97, 0x49, 0x67, 0x80, 0x5e, 0x06, 0xdd, 0xf8, 0x9f, 0xdd, 0xf9, 0x9b, 0x7f, 0x77, 0x81, 0xe0, 0xcc, 0xd1, 0x36, 0xb0, 0x55, 0xb4, 0xb7, 0x15, 0x29, 0x15, 0xb8, 0x96, 0xd2, 0x35, 0x42, 0x76, 0xe3, 0x7e, 0x8e, 0xa3, 0x36, 0x93, 0xd1, 0x92, 0xe8, 0x40, 0x96, 0x65, 0xa7, 0xb9, 0x4a, 0x55, 0xac, 0x4a, 0x09, 0xc0, 0xde, 0x61, 0x79, 0x77, 0x52, 0x87, 0xb6, 0x55, 0x7e, 0x9b, 0xfc, 0x21, 0xe4, 0x7e, 0xf0, 0xae, 0x6c, 0x05, 0x91, 0x51, 0xa3, 0x8b, 0x16, 0x8e, 0x7e, 0xeb, 0x85, 0x29, 0xff, 0x86, 0x41, 0x33, 0xfe, 0x0d, 0x36, 0xdf, 0xf9, 0x90, 0xb1, 0x15, 0xd3, 0x74, 0x0f, 0x9a, 0x57, 0x07, 0x97, 0x6e, 0xc7, 0x4a, 0x4f, 0xde, 0x38, 0x76, 0x70, 0x6b, 0x78, 0x08, 0x5a, 0x64, 0x58, 0xc4, 0x9f, 0x61, 0x79, 0x46, 0x76, 0x2d, 0x92, 0x96, 0xe4, 0x93, 0x5b, 0x43, 0x08, 0x5d, 0x09, 0x39, 0xa2, 0x4d, 0x5c, 0xaa, 0x32, 0x83, 0x67, 0x63, 0xa6, 0xca, 0x1f, 0xae, 0x3f, 0x64, 0x29, 0xae, 0xa6, 0xc5, 0x4b, 0x2d, 0xf6, 0xe3, 0xf2, 0xff, 0x8c, 0x3c, 0x55, 0x35, 0x11, 0xe3, 0xbd, 0x30, 0xf6, 0x33, 0xa8, 0x9e, 0x19, 0xd1, 0xaf, 0xe0, 0xe6, 0x5c, 0xb4, 0x15, 0x9f, 0x98, 0x1a, 0x99, 0x3b, 0xac, 0x85, 0xac, 0x96, 0x28, 0x8b, 0x2b, 0xad, 0x24, 0x3f, 0x97, 0x22, 0xbf, 0x83, 0x8b, 0xa4, 0xe4, 0x45, 0xd4, 0x8c, 0x71, 0x91, 0xb8, 0xc7, 0xfa, 0x27, 0x9c, 0x81, 0xa8, 0xdb, 0xc3, 0x36, 0xfe, 0x1f, 0xac, 0x55, 0x7a, 0xc9, 0x29, 0x79, 0x15, 0xfb, 0x0a, 0xd3, 0x1f, 0xa4, 0xcb, 0xc8, 0xe0, 0x69, 0x06, 0x51, 0x77, 0x6c, 0x1d, 0xae, 0x6a, 0x9a, 0xa6, 0x78, 0xa9, 0xeb, 0x1c, 0x51, 0xb7 } }; static const struct cckprng_op_generate op_init_3605 = { .hd = { .id = 3405, .kind = OP_GENERATE }, .rand_nbytes = 140, .out = { .rand = { 0x76, 0xa2, 0xd8, 0xd3, 0x79, 0xbd, 0x1b, 0x9d, 0x83, 0x45, 0x66, 0xbf, 0x65, 0xb9, 0xa5, 0x59, 0xa7, 0x58, 0xde, 0x29, 0x70, 0x4e, 0x20, 0xbe, 0x29, 0x61, 0x7f, 0x04, 0xab, 0x2d, 0xfd, 0x29, 0x4b, 0xfc, 0x57, 0xfe, 0xd0, 0xa3, 0xd8, 0x45, 0x4c, 0x25, 0x3c, 0xc4, 0xe5, 0xd3, 0x19, 0x34, 0x1a, 0x91, 0xec, 0x05, 0x07, 0x51, 0xf6, 0x0a, 0x98, 0x35, 0x47, 0xf9, 0x48, 0x2a, 0x4e, 0xb7, 0x18, 0x2e, 0x8d, 0xe7, 0x83, 0xe6, 0xb9, 0x99, 0xf7, 0x72, 0x70, 0x16, 0x6f, 0x0b, 0x1b, 0xbb, 0xd3, 0x98, 0xf8, 0x35, 0x43, 0x55, 0x84, 0x21, 0x8d, 0x0f, 0xb0, 0x4b, 0xb0, 0xb3, 0x91, 0x3c, 0x69, 0x89, 0xb5, 0x17, 0x51, 0x68, 0x35, 0x43, 0x6c, 0x4b, 0x74, 0xd9, 0xa9, 0xda, 0x3f, 0x9f, 0x20, 0xc2, 0x21, 0x7b, 0x53, 0x3e, 0x1d, 0x22, 0xa1, 0x52, 0x4b, 0xeb, 0x84, 0xd9, 0x33, 0x7f, 0xc7, 0xe4, 0xf0, 0x3a, 0x47, 0x0f, 0xb4, 0x48, 0x0e, 0xf4, 0x2e, 0xe1 } } }; static const struct cckprng_op_refresh op_refresh_3606 = { .hd = { .id = 3406, .kind = OP_REFRESH }, .rand = 11567755438880916293ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3607 = { .hd = { .id = 3407, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0x02, 0xd9, 0x01, 0xa8, 0xfd, 0xf0, 0xae, 0xb9, 0x60, 0x19, 0x23, 0x91, 0xfb, 0x37, 0x99, 0x98, 0x03, 0x87, 0x9e, 0xad, 0x65, 0x47, 0x26, 0x68, 0xaf, 0xf4, 0x86, 0x76, 0x48, 0xb5, 0xbc, 0x2c, 0x17, 0x6c, 0x3f, 0xb8, 0x2a, 0xd4, 0x15, 0xc5, 0xa5, 0xd3, 0x1c, 0xc9, 0x17, 0xa3, 0x6a, 0xa3, 0x3c, 0x72, 0xbf, 0x2f, 0xde, 0xd6, 0xf6, 0xdb, 0x17, 0x49, 0xbb, 0x10, 0xe1, 0x4e, 0xea, 0xce, 0x38, 0xdc, 0x82, 0x52, 0xa5, 0xc0, 0xfb, 0x22, 0x8e, 0x05, 0xc2, 0x0f, 0x6b, 0x9b, 0x31, 0xb7, 0x25, 0x82, 0xb7, 0x92, 0x4d, 0x41, 0x14, 0x3f, 0x41, 0x4c, 0xb4, 0xec, 0xcb, 0xbc, 0xf0, 0x33, 0x5b, 0x85, 0x8a, 0xbe, 0xca, 0xdb, 0x72, 0xb4, 0x6d, 0xc3, 0x0f, 0xf5, 0xe7, 0x04, 0x4f, 0x14, 0xa7, 0xee, 0xf5, 0x4e, 0x6e, 0x06, 0xe2, 0xd4, 0x02, 0x07, 0xca, 0x35, 0xe5, 0xb7, 0xb9, 0x91, 0x38, 0xba, 0x01, 0x08, 0x93, 0x62, 0x34, 0x9d, 0x0f, 0x94, 0x61, 0xb9, 0x38, 0xed, 0xc5, 0x0c, 0xd1, 0x5d, 0xcc, 0xc2, 0x37, 0x8f, 0x8e, 0x68, 0x2f, 0xbe, 0x9c, 0x61, 0x14, 0xb6, 0x63, 0x0c, 0x3f, 0xe1, 0x70, 0xa2, 0xc6, 0x56, 0x20, 0xf8, 0x4c, 0xe9, 0x27, 0x05, 0xbb, 0xa7, 0x41, 0x41, 0x31, 0xdd, 0x53, 0xde, 0x4e, 0xd9, 0xc2, 0xf1, 0x59, 0xb6, 0xc3, 0x88, 0xbc, 0xa1, 0x3b, 0xde, 0xfa, 0xb4, 0x00, 0x23, 0x1b, 0xf0, 0xdb, 0x1f, 0x77, 0x56, 0x5f, 0x12, 0x81, 0x35, 0x77, 0x6d, 0x86, 0xce, 0x98, 0xc2, 0x1a, 0x9d, 0xda, 0x06, 0x8c, 0x39, 0xb7, 0xb5, 0x04, 0xb9, 0x59, 0xbc, 0xb3, 0x5d, 0x27, 0x55, 0x0e, 0x50, 0x2d, 0x2e, 0xeb, 0xe2, 0x67, 0x15, 0x49, 0x56, 0xb6, 0x85, 0x6b, 0x5c, 0xaf } } }; static const struct cckprng_op_generate op_init_3608 = { .hd = { .id = 3408, .kind = OP_GENERATE }, .rand_nbytes = 102, .out = { .rand = { 0xa5, 0x7e, 0x65, 0x99, 0x47, 0xe6, 0xae, 0x9a, 0x88, 0x17, 0x74, 0x1a, 0x39, 0xf5, 0x86, 0xce, 0xdd, 0x0b, 0x5b, 0x37, 0xa3, 0x95, 0x59, 0x36, 0x90, 0xf1, 0x0b, 0x37, 0x6a, 0xa6, 0x46, 0x87, 0x1b, 0x78, 0x25, 0x16, 0x7b, 0x09, 0x3a, 0xba, 0x67, 0xef, 0xdc, 0x18, 0x78, 0x5a, 0xda, 0x71, 0xef, 0xfc, 0x8b, 0x39, 0x61, 0x04, 0x82, 0x64, 0xae, 0x3e, 0x25, 0x7b, 0x85, 0x87, 0x44, 0x73, 0x93, 0xbe, 0x49, 0xc8, 0xcf, 0xd5, 0x7a, 0xb4, 0xcd, 0x67, 0x7a, 0xb1, 0xca, 0xd3, 0x1e, 0xb0, 0xa8, 0xcf, 0x4c, 0xf1, 0xcc, 0x33, 0x21, 0x02, 0xf4, 0xdd, 0xce, 0x6d, 0x8c, 0x44, 0x19, 0xdf, 0xe3, 0x9a, 0x10, 0xe0, 0x80, 0x76 } } }; static const struct cckprng_op_reseed op_reseed_3609 = { .hd = { .id = 3409, .kind = OP_RESEED }, .nonce = 961212593117040406ULL, .seed_nbytes = 81, .seed = { 0x9f, 0x3d, 0xac, 0xb6, 0x3e, 0x41, 0x18, 0xb8, 0xa6, 0x62, 0x61, 0xc4, 0x14, 0x9c, 0xb0, 0x4f, 0x38, 0x27, 0x08, 0x3d, 0xfd, 0xd2, 0x83, 0xe4, 0x2f, 0xb3, 0x65, 0x4b, 0x54, 0xdb, 0x95, 0xd8, 0x48, 0x3a, 0x22, 0x2b, 0x1b, 0xfc, 0xc1, 0x38, 0x90, 0xc2, 0x4f, 0xfe, 0x01, 0x19, 0xbb, 0x3f, 0x3f, 0xb5, 0x6a, 0xb5, 0x7f, 0x2b, 0x52, 0xc2, 0xe6, 0x4c, 0x83, 0x14, 0x21, 0xae, 0x07, 0xbf, 0x43, 0x6c, 0x28, 0x79, 0x5d, 0xb6, 0x5b, 0xc3, 0x0c, 0xdb, 0x0d, 0xea, 0x9a, 0x60, 0x5a, 0xe7, 0x39 } }; static const struct cckprng_op_reseed op_reseed_3610 = { .hd = { .id = 3410, .kind = OP_RESEED }, .nonce = 2974393813447383408ULL, .seed_nbytes = 37, .seed = { 0x3b, 0xd9, 0x91, 0xb2, 0x63, 0x2e, 0x48, 0x3a, 0x59, 0x6a, 0x7f, 0x18, 0x2a, 0xb6, 0xd3, 0xf0, 0x6e, 0xb0, 0x80, 0x83, 0xe6, 0x4c, 0x0d, 0x08, 0x31, 0x6c, 0xee, 0x7f, 0xf2, 0x81, 0x92, 0xa3, 0x39, 0x17, 0xa0, 0xbb, 0x7c } }; static const struct cckprng_op_refresh op_refresh_3611 = { .hd = { .id = 3411, .kind = OP_REFRESH }, .rand = 6080870157831783979ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3612 = { .hd = { .id = 3412, .kind = OP_RESEED }, .nonce = 1084818143651506947ULL, .seed_nbytes = 119, .seed = { 0x5a, 0x07, 0x30, 0x90, 0xff, 0xf3, 0x66, 0x63, 0xe2, 0xcd, 0x9f, 0x91, 0x00, 0xce, 0x01, 0x2c, 0x34, 0xfe, 0xa5, 0x02, 0x30, 0xdb, 0x09, 0x94, 0x43, 0x7a, 0x14, 0x45, 0x8b, 0x77, 0xa7, 0xa5, 0x3a, 0x63, 0x38, 0xaa, 0x84, 0xe7, 0xd8, 0x04, 0x4d, 0x3b, 0x12, 0xb7, 0x79, 0x3c, 0xc0, 0xf8, 0x12, 0x82, 0xf0, 0x95, 0xbb, 0x53, 0x01, 0x1a, 0x56, 0x54, 0x0a, 0x89, 0x06, 0x41, 0xea, 0xa9, 0xf1, 0x66, 0xe3, 0xdd, 0x3f, 0xcf, 0xef, 0x3f, 0x8d, 0x9a, 0x3e, 0x24, 0xfc, 0xe0, 0xe6, 0x7d, 0x71, 0x28, 0x77, 0x82, 0x5a, 0xc7, 0x3a, 0x77, 0x91, 0x85, 0xd5, 0x0e, 0x5b, 0x1a, 0x64, 0x95, 0xa7, 0x2c, 0x40, 0xa6, 0x86, 0x7e, 0x78, 0xb6, 0xb0, 0x53, 0xad, 0xe0, 0xc9, 0x81, 0x19, 0x4a, 0x1f, 0x40, 0x87, 0xe4, 0x82, 0x3f, 0x7d } }; static const struct cckprng_op_reseed op_reseed_3613 = { .hd = { .id = 3413, .kind = OP_RESEED }, .nonce = 12368578150011683581ULL, .seed_nbytes = 25, .seed = { 0xd2, 0xc2, 0x54, 0xbe, 0x1e, 0x47, 0xd6, 0x22, 0x76, 0x93, 0xcf, 0xe6, 0x5d, 0x57, 0x6b, 0x1f, 0x6b, 0x64, 0xc2, 0x83, 0xa7, 0xfc, 0x7f, 0xd8, 0x8e } }; static const struct cckprng_op_generate op_init_3614 = { .hd = { .id = 3414, .kind = OP_GENERATE }, .rand_nbytes = 39, .out = { .rand = { 0x96, 0x02, 0xb7, 0x26, 0x84, 0x34, 0x84, 0xf0, 0xd4, 0xcc, 0x7e, 0xe9, 0x50, 0x15, 0x1c, 0x67, 0x98, 0xea, 0x5a, 0x27, 0x3e, 0xe7, 0x10, 0xe8, 0x85, 0xc3, 0xe5, 0xc3, 0x77, 0xec, 0x9d, 0x63, 0x9a, 0xb6, 0x38, 0x24, 0x94, 0x7e, 0xac } } }; static const struct cckprng_op_refresh op_refresh_3615 = { .hd = { .id = 3415, .kind = OP_REFRESH }, .rand = 2040486377450927042ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3616 = { .hd = { .id = 3416, .kind = OP_RESEED }, .nonce = 2184448503038747401ULL, .seed_nbytes = 53, .seed = { 0xd2, 0x3b, 0x5e, 0xd2, 0x04, 0x78, 0x86, 0x21, 0xbf, 0xaf, 0xe7, 0x81, 0x58, 0x6d, 0xca, 0x06, 0xfb, 0x61, 0x39, 0x31, 0xe4, 0x0f, 0xb1, 0xe6, 0x8b, 0x92, 0xb4, 0xf0, 0x70, 0x68, 0xc9, 0x95, 0xc5, 0xe8, 0x2e, 0xc3, 0xeb, 0x0a, 0x4b, 0x36, 0xb7, 0xe5, 0x0f, 0x42, 0xf9, 0x1a, 0xd0, 0x2f, 0xfa, 0x35, 0xf3, 0x70, 0x03 } }; static const struct cckprng_op *ops_3617[] = { (const struct cckprng_op *)&op_init_3601, (const struct cckprng_op *)&op_reseed_3602, (const struct cckprng_op *)&op_reseed_3603, (const struct cckprng_op *)&op_reseed_3604, (const struct cckprng_op *)&op_init_3605, (const struct cckprng_op *)&op_refresh_3606, (const struct cckprng_op *)&op_init_3607, (const struct cckprng_op *)&op_init_3608, (const struct cckprng_op *)&op_reseed_3609, (const struct cckprng_op *)&op_reseed_3610, (const struct cckprng_op *)&op_refresh_3611, (const struct cckprng_op *)&op_reseed_3612, (const struct cckprng_op *)&op_reseed_3613, (const struct cckprng_op *)&op_init_3614, (const struct cckprng_op *)&op_refresh_3615, (const struct cckprng_op *)&op_reseed_3616 }; static const struct cckprng_vector vec_3618 = { .id = 3417, .note = NULL, .nops = 16, .ops = ops_3617 }; static const struct cckprng_op_init op_init_3619 = { .hd = { .id = 3418, .kind = OP_INIT }, .seed = { 0x07, 0x75, 0x98, 0x5a, 0x0f, 0xc7, 0x4b, 0xf9, 0xd0, 0xa2, 0x14, 0x64, 0xac, 0x36, 0x00, 0xe6, 0x3c, 0xa8, 0x86, 0x9c, 0x84, 0x2f, 0x0f, 0x2e, 0xdb, 0x3d, 0xf1, 0x56, 0x01, 0xaa, 0xa3, 0x6f }, .nonce = { 0x62, 0x7a, 0x2d, 0x4f, 0x1f, 0x22, 0x84, 0x55 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3620 = { .hd = { .id = 3419, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0xa7, 0xb6, 0xa9, 0xbf, 0x67, 0x32, 0xc4, 0x06, 0x81, 0xc0, 0x21, 0x03, 0x6d, 0x20, 0xa2, 0xf8, 0xbf, 0x59, 0x0b, 0x5b, 0x6f, 0x64, 0xa3, 0xac, 0x6e, 0x4a, 0x15, 0x0a, 0x4c, 0x41, 0x17, 0x84, 0x18, 0x8d, 0x1c, 0xbb, 0x52, 0x3f, 0x11, 0x14, 0xa2, 0x5f, 0x7d, 0xf7, 0x93, 0x08, 0x7a, 0x11, 0x80, 0xa7, 0x53, 0x00, 0xee, 0x9e, 0xc1, 0x82, 0x39, 0x46, 0x90, 0xae, 0x47, 0x84, 0xf0, 0xd2, 0xcc, 0xfd, 0xb2, 0x37, 0xa3, 0x80, 0xf9, 0x06, 0x58, 0x64, 0x02, 0xfd, 0x47, 0xd1, 0x57, 0xfc, 0x1b, 0x3e, 0xfe, 0x4b, 0x51, 0xe5, 0x2d, 0x4a, 0x47, 0xf7, 0x25, 0x55, 0x87, 0xba, 0x0b, 0xd8, 0x78, 0x3c, 0xc8, 0xae, 0x91, 0xa3, 0x47, 0x4d, 0x8b, 0x06, 0x75, 0x01, 0xbc, 0x97, 0x4a, 0xe6, 0xd5, 0x4d, 0x73, 0xff, 0x54, 0xe2, 0xa5, 0x46, 0xea, 0xd3, 0xe5, 0x17, 0x7e, 0xb2, 0x47, 0xc5, 0x36, 0xad, 0x7d, 0x52, 0x37, 0xde, 0xbe, 0x4b, 0x61, 0x94, 0x51, 0xdb, 0x6e, 0xf7, 0xab, 0x7b, 0x95, 0x57, 0xc6, 0x44, 0x14, 0xe4, 0x6b, 0x5b, 0x3d, 0x73, 0xe0, 0x4b, 0x3f, 0x80, 0xe7, 0x19, 0xfc, 0x5b, 0xbf, 0x20, 0x54, 0x00, 0xf4, 0x4a, 0x6d, 0x9e, 0x00, 0xd7, 0x47, 0xe6, 0x2d } } }; static const struct cckprng_op_refresh op_refresh_3621 = { .hd = { .id = 3420, .kind = OP_REFRESH }, .rand = 15393602890604701739ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3622 = { .hd = { .id = 3421, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0x08, 0xee, 0x26, 0xe8, 0x17, 0x53, 0x13, 0x3e, 0x34, 0xbb, 0x2f, 0x80, 0x15, 0x67, 0xaa, 0xe7, 0xcc, 0x19, 0x19, 0x6e, 0x12, 0xf9, 0xfa, 0x81, 0x5f, 0x47, 0xe0, 0xa4, 0xbe, 0x19, 0x0c, 0x57, 0xd6, 0x58, 0x2a, 0x26, 0x71, 0xed, 0xb9, 0x10, 0xa4, 0xe2, 0x57, 0xde, 0xa9, 0x96, 0x5b, 0xc8, 0xf8, 0xdb, 0xee, 0xb3, 0xe6, 0x9b, 0x9e, 0x02, 0x5e, 0xea, 0xef, 0x48, 0x73, 0x6a, 0x26, 0x6e, 0x85, 0x49, 0x3a, 0x99, 0xee, 0x45, 0x89, 0xdf, 0x4a, 0xa5, 0x5e, 0x8a, 0xf7, 0x3a, 0xa4, 0xf8, 0x0a, 0xc5, 0xd8, 0x12, 0x15, 0xdd, 0x4c, 0x19, 0x70, 0xff, 0x7e, 0x45, 0x4b, 0x21, 0xb7, 0x1f, 0x41, 0xb1, 0xcb, 0x2f, 0x8d, 0x16, 0x90, 0x2f, 0xc5, 0x2c, 0xe4, 0x70, 0x49, 0x07, 0x10, 0xd7, 0xa8, 0x0a, 0x7e, 0xda, 0x0c, 0xd2, 0xca, 0xf2, 0x55, 0x47, 0x94, 0x82, 0x0f, 0xce, 0x22, 0x6a, 0xf9, 0x9d, 0x1f, 0x1c, 0x03, 0xf8 } } }; static const struct cckprng_op_generate op_init_3623 = { .hd = { .id = 3422, .kind = OP_GENERATE }, .rand_nbytes = 260, .out = { .rand = { 0xfa, 0x98, 0x3d, 0xcd, 0x13, 0x60, 0x78, 0xde, 0xfa, 0x9b, 0xbd, 0x9d, 0xe2, 0xb2, 0xad, 0x23, 0x34, 0x9a, 0x38, 0x11, 0xaa, 0x6a, 0xa1, 0xc9, 0xa2, 0xfa, 0x3e, 0x59, 0x39, 0x6e, 0x0a, 0x77, 0xb5, 0x97, 0x72, 0x51, 0x79, 0xfb, 0x65, 0x8c, 0x7b, 0xad, 0xe4, 0x07, 0x58, 0x66, 0xf5, 0xc0, 0x8d, 0x8f, 0xb8, 0x68, 0xc4, 0x61, 0xb3, 0x48, 0x91, 0x80, 0x22, 0x1d, 0xe0, 0x24, 0x45, 0x77, 0x02, 0x02, 0xcd, 0xc5, 0xf6, 0x82, 0xb2, 0xf8, 0x2c, 0xcb, 0xf5, 0x65, 0x0b, 0xba, 0x4c, 0x94, 0x27, 0xc9, 0x86, 0x4c, 0x34, 0x01, 0x0e, 0x54, 0x42, 0x7a, 0x4f, 0x2c, 0x59, 0xdb, 0x03, 0xa4, 0xf3, 0xb9, 0x93, 0x49, 0x09, 0xf4, 0x62, 0x18, 0x5e, 0x15, 0x5a, 0xcd, 0x6c, 0x49, 0xb3, 0xe7, 0xb4, 0xbf, 0xc6, 0x33, 0xa3, 0xb7, 0x9c, 0x92, 0xfc, 0xac, 0x5f, 0x75, 0x30, 0x4d, 0xea, 0x71, 0x80, 0xd2, 0xf7, 0xaa, 0x2e, 0xe4, 0x0d, 0xd5, 0x55, 0xef, 0xbd, 0xf7, 0x51, 0x39, 0x72, 0x5e, 0xf8, 0xbe, 0x51, 0xee, 0x35, 0xa1, 0x8d, 0x1e, 0xce, 0x4b, 0x22, 0xdc, 0x4a, 0xcc, 0x91, 0x68, 0x11, 0x17, 0xa9, 0x78, 0x40, 0x96, 0x10, 0x59, 0x4a, 0x2d, 0x19, 0xc4, 0x6c, 0x8c, 0xb9, 0x8b, 0x74, 0xdb, 0x99, 0x2a, 0xdd, 0x8b, 0x02, 0x66, 0xfa, 0x3b, 0x15, 0x9a, 0x99, 0xde, 0x34, 0xcf, 0x42, 0x85, 0xe9, 0xf4, 0x76, 0x67, 0x3b, 0xdf, 0x61, 0x4e, 0xc2, 0x97, 0xd9, 0xf5, 0x95, 0xe1, 0x35, 0x39, 0xb6, 0x7f, 0x21, 0x90, 0x69, 0x3f, 0xb5, 0xaf, 0x49, 0x1a, 0x82, 0x29, 0x01, 0xe6, 0xfb, 0xb6, 0xcc, 0xbb, 0xd9, 0xbe, 0x32, 0xbb, 0x65, 0xfc, 0x3f, 0xc9, 0xe6, 0xf6, 0xfd, 0x80, 0x65, 0xea, 0x67, 0x8b, 0xdc, 0x40, 0x36, 0xe6, 0xb7, 0x51, 0x02, 0x10, 0xca, 0x2a, 0xb2, 0xde, 0x47, 0x0e, 0xc8, 0x60 } } }; static const struct cckprng_op_reseed op_reseed_3624 = { .hd = { .id = 3423, .kind = OP_RESEED }, .nonce = 14003698294956378139ULL, .seed_nbytes = 143, .seed = { 0xb0, 0x6b, 0xb7, 0xc5, 0xca, 0x58, 0xda, 0x60, 0x2d, 0xff, 0x1d, 0x46, 0xa6, 0xf4, 0x68, 0x36, 0xb5, 0xf6, 0xd2, 0x68, 0x95, 0xa4, 0x61, 0xc5, 0xfe, 0xfe, 0x51, 0x23, 0xae, 0x74, 0x69, 0x98, 0xf7, 0x33, 0xcc, 0x2d, 0xd9, 0xdb, 0xdd, 0x24, 0x1c, 0x95, 0xe7, 0xd2, 0x0d, 0xa3, 0x68, 0x09, 0x19, 0x67, 0xd2, 0x22, 0xde, 0x56, 0x45, 0x89, 0xa6, 0x11, 0x98, 0xfa, 0x43, 0x79, 0xbe, 0x1c, 0xdb, 0xd0, 0x4d, 0x85, 0x0e, 0x32, 0x10, 0xb9, 0xb6, 0xee, 0x0b, 0x4c, 0x3e, 0xdd, 0xdc, 0xb1, 0x0e, 0xa7, 0xb5, 0xbc, 0xcc, 0x72, 0xc8, 0x8b, 0xa6, 0xaf, 0x41, 0xfa, 0xb8, 0x36, 0xf5, 0xac, 0x4e, 0xff, 0x55, 0x4c, 0xa5, 0xc0, 0x3e, 0x82, 0xc2, 0x65, 0xba, 0x4e, 0xb5, 0x4f, 0x61, 0x32, 0x6a, 0x86, 0xd5, 0x45, 0x95, 0x08, 0x9e, 0xf5, 0x3e, 0xc6, 0x82, 0x6d, 0x5e, 0xc8, 0x76, 0xb3, 0x36, 0x1a, 0xd4, 0x2c, 0x30, 0x59, 0x61, 0x77, 0xfd, 0x3d, 0x8d, 0x78, 0x0e, 0xf1, 0xe2 } }; static const struct cckprng_op_refresh op_refresh_3625 = { .hd = { .id = 3424, .kind = OP_REFRESH }, .rand = 4230619086286170997ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3626 = { .hd = { .id = 3425, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0xd8, 0x33, 0xf5, 0x4b, 0xe1, 0x4b, 0x41, 0xcc, 0xb9, 0x79, 0xce, 0xcc, 0xe2, 0xa4, 0x2c, 0x86, 0x16, 0x7d, 0x65, 0x3a, 0xef, 0x9f, 0x70, 0xa6, 0xb4, 0xb1, 0xf4, 0xbd, 0x27, 0x98, 0x52, 0x6e, 0xe1, 0xfd, 0x50, 0x74, 0x8a, 0x02, 0x6c, 0x08, 0xf2, 0x5e, 0xde, 0xc5, 0x9b, 0x76, 0x83, 0xa8, 0xc1, 0x33, 0x20, 0x1f, 0xff, 0xbe, 0x66, 0xdc, 0x38, 0xf0, 0x8a, 0x56, 0x7f, 0x50, 0x03, 0x77, 0x5c, 0x9a, 0x41, 0x60, 0x34, 0x8d, 0xab, 0xec, 0x32, 0xc3, 0x8d, 0xe3, 0x81, 0xea, 0xa0, 0x0d, 0x87, 0x9c, 0x0d, 0xf4, 0x95, 0x6c, 0xea, 0xa0, 0xc6, 0x87, 0x48, 0x61, 0xbc, 0x57, 0xa8, 0x95, 0xb0, 0x26, 0x8f, 0x27, 0x0a, 0xc2, 0x9b, 0xb3, 0xc5, 0x1c, 0x46, 0xcf, 0x75, 0xd1, 0x09, 0x00, 0xd2, 0x92, 0x9a, 0x2d, 0x10, 0xa6, 0x0f, 0x0c, 0x16, 0xf1, 0xe5, 0xae, 0x74, 0xc3, 0x64, 0x7f, 0x77, 0xc6, 0x40, 0x99, 0x97, 0x8e, 0xf5, 0xd5, 0xf2, 0x7a, 0x9f, 0x6b, 0x45, 0x8c, 0x1f, 0xef, 0x3b, 0xa9, 0x4a, 0xf0, 0x91, 0x99, 0xa5, 0x30, 0x4e, 0x1d, 0xa0, 0x1d, 0x59, 0x58, 0x01, 0x00, 0x5d, 0xbd, 0x92, 0xf8, 0xc7, 0x94, 0xd0, 0x07, 0x3c, 0xb6, 0x60, 0xff, 0x78, 0x72, 0x78, 0x97, 0xa0, 0x4a, 0x6c, 0x01, 0x0e, 0xf1, 0x2b, 0xfb, 0x6e, 0x59, 0xa3, 0xce, 0x75, 0x4a, 0xac, 0x36, 0x2e, 0xb9, 0xe4, 0xad, 0x69, 0x3e, 0xf6, 0x61, 0x2b, 0x94, 0xe7, 0x5a, 0xb1, 0xd6, 0x63, 0x1b, 0xde, 0xd7, 0x57, 0xee, 0xde, 0x59, 0xba, 0x9e, 0x26, 0x34, 0xde, 0x31, 0xf4, 0x90, 0x3c, 0x9b, 0x7c, 0x76, 0x02, 0xf4, 0x63, 0x09, 0xd0, 0x40, 0xbd, 0x38, 0x4d, 0x07, 0xbc, 0x9d, 0xd9, 0x93, 0x09, 0xd2 } } }; static const struct cckprng_op_generate op_init_3627 = { .hd = { .id = 3426, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0xb4, 0xef, 0x17, 0x71, 0x50, 0xd9, 0xba, 0xa2, 0x8b, 0xa4, 0xbd, 0x26, 0xd5, 0xfa, 0xfa, 0xdf, 0xef, 0x64, 0x99, 0x2b, 0xbd, 0xe3, 0x4a, 0x96, 0xe8, 0xe6, 0xb6, 0x91, 0x5a, 0x9e, 0x9b, 0xe3, 0x8a, 0xf9, 0x2c, 0x59, 0x60, 0x57, 0x9b, 0x34, 0x16, 0xb0, 0x70, 0x66, 0x17, 0xe6, 0xa8, 0x47, 0x43, 0x39, 0x4e, 0x9d, 0x21, 0x6e, 0x39, 0x0e, 0x3a, 0x0a, 0xaa, 0xb5, 0x89, 0xc9, 0x02, 0x00, 0xdc, 0x1c, 0x3d, 0xd3, 0xcd, 0x9b, 0x4b, 0x20, 0x97, 0x32, 0x97, 0x0a, 0x1c, 0xb5, 0x9b, 0xbd, 0x06, 0x95, 0x81, 0x33, 0xe6, 0x92, 0x74, 0x80, 0x31, 0x72, 0xb0, 0x14, 0x7e, 0x82, 0x79, 0x4c, 0x35, 0x9b, 0xf6, 0xf3, 0x57, 0x53, 0x71, 0xba, 0xc6, 0x5e, 0xb7, 0x0d, 0xce, 0xf4, 0xc8, 0xa9, 0xaf, 0xbb, 0x5b, 0xea, 0x68, 0xd7, 0xcb, 0x3c, 0x9f, 0xf8, 0x84, 0xd0, 0x52, 0xe0, 0x3e, 0xde, 0xeb, 0x5d, 0x68, 0x65, 0x9e, 0x35, 0xe4, 0x87, 0x68, 0x5c, 0x06, 0xc9, 0x36, 0xb7, 0xe4, 0xc6, 0x5f, 0xdc, 0x67, 0x18, 0x00, 0xb5, 0x0b, 0x59, 0x08, 0x9f, 0x17, 0xf8, 0xe6, 0x4f, 0xb2, 0xa9, 0x01, 0x8e, 0x52, 0xc2, 0x7c, 0x26, 0xcf, 0x16, 0x13, 0xf6, 0x9f, 0x32, 0x9a, 0x8e, 0x10, 0x3d, 0x28, 0x44, 0xfd, 0x87, 0xe3, 0x4f } } }; static const struct cckprng_op_refresh op_refresh_3628 = { .hd = { .id = 3427, .kind = OP_REFRESH }, .rand = 16148369421446291264ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3629 = { .hd = { .id = 3428, .kind = OP_REFRESH }, .rand = 7649713442644312822ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3630 = { .hd = { .id = 3429, .kind = OP_RESEED }, .nonce = 10706509296770776072ULL, .seed_nbytes = 210, .seed = { 0x1a, 0x50, 0x60, 0x26, 0xa1, 0x85, 0x85, 0xfa, 0xb6, 0x18, 0xc2, 0x27, 0xca, 0x1c, 0x3f, 0x2e, 0x57, 0x50, 0x24, 0x61, 0xb4, 0x01, 0xde, 0x18, 0xb9, 0xcd, 0x79, 0x7d, 0x8c, 0xe3, 0x83, 0x58, 0xbe, 0x90, 0x2d, 0x4f, 0xe4, 0x14, 0x50, 0x76, 0x06, 0x67, 0x61, 0x79, 0x4c, 0x77, 0x18, 0xe1, 0xce, 0xfe, 0x36, 0x03, 0xa8, 0x79, 0x24, 0xb5, 0xc0, 0x64, 0xc3, 0xf4, 0xba, 0xd1, 0x35, 0x89, 0xbb, 0xdf, 0x46, 0xb5, 0x82, 0x9d, 0x28, 0x0b, 0x32, 0xd2, 0x4b, 0x8a, 0x1e, 0xa5, 0x44, 0xc0, 0xf4, 0xbd, 0x05, 0x23, 0x92, 0xfb, 0x51, 0x51, 0xe5, 0x7d, 0x0f, 0xf1, 0xdc, 0xd0, 0x02, 0x53, 0xc9, 0x83, 0x20, 0xd5, 0xfa, 0xec, 0x29, 0x1e, 0x64, 0x2c, 0x50, 0x35, 0x0c, 0xf3, 0xa8, 0x44, 0x65, 0xc0, 0x44, 0x53, 0xa5, 0x09, 0x55, 0x20, 0x0d, 0x2e, 0x18, 0x78, 0x71, 0x61, 0x1f, 0xbc, 0x44, 0x57, 0x04, 0x6b, 0x07, 0x80, 0x43, 0xce, 0xd8, 0x78, 0xb6, 0x88, 0xb1, 0x7a, 0x7c, 0x50, 0x23, 0xf2, 0x64, 0x93, 0x4c, 0x8d, 0xcc, 0x2a, 0x36, 0x7c, 0x53, 0x53, 0x7e, 0x5a, 0x90, 0x6c, 0x16, 0xaf, 0x38, 0x8c, 0xeb, 0x31, 0xed, 0x6c, 0xd9, 0x55, 0x6e, 0x4f, 0x62, 0x34, 0x0e, 0x9a, 0xa5, 0x9a, 0x32, 0xa3, 0x01, 0xd1, 0x92, 0xa7, 0xf0, 0xcf, 0x55, 0xfb, 0x74, 0xd7, 0x11, 0x95, 0x03, 0xe7, 0xc2, 0x1e, 0x32, 0xc5, 0x28, 0xb1, 0x8b, 0x69, 0xd8, 0x80, 0xc2, 0x8d, 0x17, 0x0a, 0x42, 0xb9 } }; static const struct cckprng_op_generate op_init_3631 = { .hd = { .id = 3430, .kind = OP_GENERATE }, .rand_nbytes = 13, .out = { .rand = { 0x0b, 0xb9, 0x75, 0x47, 0x95, 0xc8, 0xbe, 0x17, 0x18, 0x6b, 0x94, 0xc3, 0x4c } } }; static const struct cckprng_op_generate op_init_3632 = { .hd = { .id = 3431, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0xaa, 0xa1, 0xcf, 0x7e, 0x9e, 0x4f, 0x01, 0xc4, 0x70, 0x11, 0x12, 0xe5, 0x01, 0x32, 0xb8, 0xca, 0x36, 0x22, 0x96, 0xb0, 0x22, 0x91, 0x5e, 0xc6, 0x47, 0xe1, 0x47, 0x67, 0xde, 0x16, 0x6a, 0x0b, 0x24, 0x46, 0x1a, 0x73, 0xc6, 0xf6, 0xe2, 0xd9, 0xd7, 0x9b, 0x23, 0x00, 0x06, 0xd5, 0x79, 0x21, 0x21, 0xd6, 0xb0, 0xdb, 0x2a, 0xd9, 0x5d, 0x9d, 0xf3, 0x65, 0x3a, 0xb9, 0xe2, 0x15, 0x43, 0x11, 0xd3, 0x1c, 0x31, 0x3b, 0x72, 0x14, 0x5a, 0x1a, 0xa5, 0x73, 0x80, 0x48, 0xb8, 0x16, 0xec, 0x92, 0x0b, 0x23, 0xf3, 0x93, 0x21, 0x7e, 0x55, 0xb6, 0x74, 0x9d, 0x68, 0xcd, 0xdd, 0xe3, 0x04, 0xfb, 0x93, 0xe1, 0x97, 0x6b, 0xf1, 0x6f, 0x46, 0xc4, 0x4d, 0xc5, 0xae, 0xd7, 0xd7, 0xd9, 0x5a, 0x6b, 0x5a, 0x06, 0xd1, 0x37, 0x1b, 0xf0, 0xde, 0x53, 0x37, 0x77, 0xd6, 0xb5, 0x7c, 0xf4, 0xd2, 0x3c, 0x40, 0x86, 0xc0, 0x76, 0x91, 0x74, 0x75, 0x77, 0x2a, 0xa1, 0x6b, 0xc9, 0x56, 0xb5, 0xd0, 0xc1, 0xee, 0x5e, 0xb0, 0x3c, 0x39, 0x1a, 0x9b, 0x38, 0xc2, 0xf1, 0xd3, 0xc4, 0x49, 0xeb, 0x1e, 0xc7, 0x95, 0x6c, 0xf9, 0x5f, 0xbe, 0x9d, 0x00, 0xb8, 0x3c, 0x68, 0x58, 0x8f, 0x4e, 0xf6, 0x8d, 0x37, 0x93, 0x48, 0xda, 0xba, 0xe2, 0x65, 0x1d, 0xdf, 0x25, 0x04, 0x79, 0xc5, 0x6c, 0xc5, 0x18, 0x3e, 0xe0, 0xe3, 0xd3, 0xb7, 0xab, 0xcf, 0x35, 0x14, 0xe2, 0x85, 0x8b, 0xe8, 0xef, 0xec, 0x6e, 0x62, 0x13, 0x2d, 0x2f, 0xa5, 0x65, 0x49, 0xc6, 0x57, 0x1a, 0x8d, 0xf6, 0x48, 0x4b, 0x15, 0x12, 0xf7, 0xec, 0x50, 0xa7, 0x15, 0xad, 0x1b, 0xf8, 0x44, 0x6b, 0xea, 0xcb, 0x3a, 0x6d, 0x0a, 0x74, 0x9a, 0x68, 0xeb, 0x23, 0xb6, 0x0b, 0xe9, 0x6d, 0x15, 0x78, 0x53, 0x97, 0x0f, 0x3e, 0xc1 } } }; static const struct cckprng_op_reseed op_reseed_3633 = { .hd = { .id = 3432, .kind = OP_RESEED }, .nonce = 10263269124603510311ULL, .seed_nbytes = 126, .seed = { 0x0d, 0x07, 0xad, 0xf8, 0xaa, 0xd8, 0x28, 0x1f, 0x19, 0x18, 0x3e, 0x0a, 0x3e, 0xfa, 0x85, 0x5c, 0x3c, 0xb9, 0xb1, 0x59, 0x42, 0x4d, 0xc5, 0x0c, 0x51, 0xa0, 0x97, 0x83, 0xc8, 0x1d, 0x99, 0xf8, 0x3f, 0xee, 0xfe, 0xbb, 0xe0, 0x5d, 0xb0, 0x3b, 0x2d, 0xbe, 0x46, 0xa9, 0xf9, 0x33, 0x25, 0xf1, 0x6f, 0x0d, 0xf2, 0xa9, 0xfd, 0x5e, 0xdd, 0xda, 0xd6, 0xde, 0x8b, 0x25, 0x98, 0x0b, 0xf6, 0xa2, 0xe6, 0x1b, 0x19, 0x6b, 0x97, 0x5f, 0x2a, 0xbe, 0xc4, 0x35, 0xe1, 0x1e, 0xcb, 0x50, 0xb6, 0xca, 0xae, 0x11, 0xd3, 0x8c, 0xa4, 0x0e, 0x32, 0x9d, 0xc8, 0x0c, 0x2b, 0x3f, 0x3f, 0x3a, 0xf7, 0x5c, 0x3e, 0xa8, 0xd1, 0xbd, 0x72, 0xd8, 0x82, 0x1e, 0x0d, 0x67, 0xfc, 0x93, 0x21, 0x2c, 0xc9, 0x31, 0x9a, 0x30, 0xc9, 0xb1, 0x1a, 0x38, 0xbe, 0xa6, 0x9c, 0xc7, 0xe6, 0x56, 0xb3, 0x78 } }; static const struct cckprng_op_generate op_init_3634 = { .hd = { .id = 3433, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0x1b, 0x2f, 0x03, 0x0e, 0xd8, 0x78, 0xc1, 0x13, 0xb5, 0x39, 0xa1, 0x9b, 0xca, 0xb3, 0x0b, 0x07, 0x6d, 0xda, 0x10 } } }; static const struct cckprng_op *ops_3635[] = { (const struct cckprng_op *)&op_init_3619, (const struct cckprng_op *)&op_init_3620, (const struct cckprng_op *)&op_refresh_3621, (const struct cckprng_op *)&op_init_3622, (const struct cckprng_op *)&op_init_3623, (const struct cckprng_op *)&op_reseed_3624, (const struct cckprng_op *)&op_refresh_3625, (const struct cckprng_op *)&op_init_3626, (const struct cckprng_op *)&op_init_3627, (const struct cckprng_op *)&op_refresh_3628, (const struct cckprng_op *)&op_refresh_3629, (const struct cckprng_op *)&op_reseed_3630, (const struct cckprng_op *)&op_init_3631, (const struct cckprng_op *)&op_init_3632, (const struct cckprng_op *)&op_reseed_3633, (const struct cckprng_op *)&op_init_3634 }; static const struct cckprng_vector vec_3636 = { .id = 3434, .note = NULL, .nops = 16, .ops = ops_3635 }; static const struct cckprng_op_init op_init_3637 = { .hd = { .id = 3435, .kind = OP_INIT }, .seed = { 0xf1, 0x73, 0x4e, 0x1f, 0xf5, 0x07, 0x0c, 0x27, 0xdd, 0x46, 0xd8, 0xa6, 0x2b, 0x05, 0x1d, 0x80, 0xd5, 0xdc, 0x70, 0xa5, 0x09, 0x13, 0xf4, 0xe0, 0x0c, 0x33, 0x3d, 0xe8, 0xa8, 0x97, 0x47, 0xfa }, .nonce = { 0x32, 0x71, 0xe3, 0xa7, 0x78, 0x4d, 0xed, 0xed }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3638 = { .hd = { .id = 3436, .kind = OP_RESEED }, .nonce = 15771876923621110544ULL, .seed_nbytes = 64, .seed = { 0x80, 0x4a, 0x8c, 0x96, 0x34, 0x9d, 0x71, 0x2c, 0x44, 0x41, 0x9d, 0x38, 0xe0, 0x57, 0x0b, 0xa3, 0x83, 0x05, 0x9e, 0x2f, 0xf8, 0x66, 0x78, 0xd8, 0x53, 0x4e, 0x63, 0x26, 0xf3, 0x45, 0xd6, 0x6d, 0xa6, 0x4a, 0x9c, 0xd8, 0x10, 0x70, 0xd1, 0x6f, 0x3e, 0xe1, 0x5e, 0x5a, 0x52, 0x6c, 0xf5, 0x63, 0xf4, 0xd6, 0xb4, 0x27, 0xb6, 0xd2, 0x7f, 0xc1, 0x96, 0x9d, 0x9b, 0x8e, 0xb5, 0x22, 0x4f, 0x14 } }; static const struct cckprng_op_generate op_init_3639 = { .hd = { .id = 3437, .kind = OP_GENERATE }, .rand_nbytes = 198, .out = { .rand = { 0x61, 0xb3, 0xc8, 0x80, 0x75, 0x3d, 0x19, 0xa3, 0xae, 0x10, 0xc9, 0xeb, 0x14, 0x17, 0x7f, 0x9a, 0xec, 0x00, 0x73, 0x29, 0x6a, 0xc8, 0x63, 0x54, 0xf2, 0x62, 0x91, 0x6e, 0x24, 0x65, 0xca, 0x3f, 0x09, 0xd8, 0x79, 0xcf, 0xd1, 0xa1, 0xcb, 0x67, 0x7e, 0xc7, 0x49, 0x64, 0xb9, 0x7c, 0xc6, 0x90, 0x5c, 0x3f, 0x31, 0xa5, 0x54, 0x4a, 0xc8, 0xa5, 0x3d, 0x20, 0x6b, 0xdd, 0xe0, 0xb3, 0x30, 0x2e, 0xee, 0xc2, 0x5d, 0x20, 0xa2, 0xe0, 0x4f, 0xc9, 0xa9, 0x4d, 0xdd, 0x96, 0x38, 0x87, 0x03, 0x3a, 0x5a, 0x3e, 0x80, 0xcf, 0x6c, 0x6c, 0x6c, 0x68, 0x11, 0x65, 0x46, 0xd3, 0xad, 0x67, 0x83, 0xe6, 0x7c, 0x0e, 0x6a, 0xf7, 0xb2, 0x9a, 0x24, 0x97, 0x86, 0x54, 0x04, 0xeb, 0x04, 0xff, 0xcd, 0x5a, 0x4d, 0x15, 0xf1, 0xa6, 0x1e, 0x72, 0x65, 0x2c, 0x9c, 0x72, 0x0b, 0x48, 0x00, 0x66, 0xeb, 0xb3, 0x81, 0xee, 0xb3, 0x41, 0xd0, 0x21, 0xf9, 0xc2, 0x69, 0x12, 0xd5, 0x9a, 0x03, 0x14, 0x6b, 0xdc, 0xa1, 0xab, 0x01, 0x42, 0xef, 0x62, 0x97, 0x65, 0x4f, 0x9d, 0x8d, 0x3c, 0x9b, 0x52, 0xd4, 0x24, 0xb9, 0x1c, 0x39, 0x3c, 0x8b, 0x76, 0xb0, 0xb6, 0xa9, 0xeb, 0xb0, 0xc0, 0x50, 0x9c, 0x2c, 0x77, 0xa7, 0xb8, 0x8a, 0x32, 0xe8, 0x5d, 0x6e, 0x28, 0xbf, 0xc8, 0xbf, 0x6f, 0x21, 0x36, 0x04, 0xc4, 0x47, 0xa8, 0x23, 0xc6, 0xa6, 0x63 } } }; static const struct cckprng_op_refresh op_refresh_3640 = { .hd = { .id = 3438, .kind = OP_REFRESH }, .rand = 5858936718548960100ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3641 = { .hd = { .id = 3439, .kind = OP_RESEED }, .nonce = 14853041867410916855ULL, .seed_nbytes = 32, .seed = { 0x50, 0x2b, 0x4b, 0x03, 0xc2, 0x2c, 0x53, 0x4c, 0x93, 0xc0, 0xa5, 0x89, 0x72, 0x73, 0xc1, 0xd1, 0xbd, 0x2e, 0x89, 0xb4, 0x2e, 0xed, 0x00, 0xf9, 0xe0, 0x08, 0xb2, 0x1f, 0xb3, 0x06, 0x03, 0xb6 } }; static const struct cckprng_op_refresh op_refresh_3642 = { .hd = { .id = 3440, .kind = OP_REFRESH }, .rand = 2387860469573879702ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3643 = { .hd = { .id = 3441, .kind = OP_RESEED }, .nonce = 12898545399699307939ULL, .seed_nbytes = 266, .seed = { 0x3a, 0x0c, 0xba, 0xea, 0x27, 0x61, 0xe8, 0x29, 0x9e, 0x3f, 0x75, 0xdb, 0x97, 0x0a, 0x47, 0xe3, 0xdb, 0x83, 0xa5, 0xf2, 0xe1, 0xae, 0xbd, 0x30, 0x0a, 0x0f, 0xb7, 0xf1, 0xbc, 0x6c, 0x40, 0xe6, 0x4f, 0xe1, 0x72, 0xa5, 0xc3, 0xca, 0xe7, 0x30, 0x48, 0x32, 0xf4, 0xb9, 0xf0, 0xa5, 0x4d, 0xc8, 0x5c, 0x8c, 0x87, 0x95, 0xb3, 0x7d, 0x85, 0xce, 0x7f, 0x75, 0xce, 0xfa, 0x20, 0x60, 0x48, 0x3e, 0xb6, 0xaf, 0x5c, 0x5a, 0xf0, 0x2f, 0x9d, 0xcb, 0xd5, 0x42, 0x9e, 0xdb, 0xbc, 0xae, 0x79, 0xbd, 0x69, 0x2b, 0x4e, 0x56, 0x22, 0x12, 0x19, 0xaf, 0x50, 0xed, 0x29, 0x0b, 0x6c, 0x23, 0x5b, 0x20, 0x22, 0x31, 0x8d, 0x3e, 0x2d, 0xb8, 0x29, 0x0b, 0x4b, 0xa7, 0xcc, 0x57, 0x65, 0x11, 0xb9, 0x8b, 0xb1, 0xa8, 0x7e, 0xbb, 0xd7, 0x68, 0x07, 0x02, 0xd0, 0xdf, 0x41, 0x52, 0x6e, 0x8a, 0xef, 0x08, 0x3a, 0x30, 0xdd, 0x85, 0xbf, 0x3c, 0x0b, 0x2d, 0x35, 0x5f, 0x98, 0x88, 0x4e, 0xcd, 0x22, 0x97, 0x4a, 0xfe, 0xac, 0x25, 0xcb, 0x95, 0x41, 0xa7, 0x23, 0x3c, 0x81, 0x6e, 0xa4, 0xf2, 0x08, 0xab, 0xbe, 0x70, 0xdc, 0x88, 0xbc, 0x38, 0x19, 0x3b, 0x1f, 0x5e, 0xda, 0x7e, 0x74, 0x56, 0x9c, 0x60, 0x51, 0xbc, 0x36, 0x8b, 0x40, 0x35, 0x0b, 0x28, 0x1e, 0x51, 0xa8, 0xba, 0x1c, 0x9c, 0xc2, 0xfb, 0x01, 0xe5, 0x72, 0x46, 0xd1, 0xe5, 0x54, 0x84, 0x7a, 0xa4, 0x8f, 0x06, 0xe4, 0x28, 0x8c, 0x21, 0x27, 0x63, 0x4c, 0xea, 0x76, 0x54, 0xc9, 0xf2, 0xec, 0x65, 0x68, 0x25, 0x8f, 0x1b, 0xe2, 0x3e, 0x11, 0xe7, 0x56, 0x95, 0xcb, 0x19, 0xbb, 0x0a, 0x9c, 0xc0, 0x7a, 0x5c, 0x77, 0xcc, 0xe1, 0x75, 0x23, 0x10, 0x65, 0x15, 0xeb, 0x1c, 0xbf, 0x75, 0x01, 0x40, 0x97, 0x6c, 0xc8, 0x3d, 0xea, 0x71, 0xdd, 0x7a, 0xd9, 0x89, 0x10, 0x65, 0xda, 0x15, 0xea, 0x57 } }; static const struct cckprng_op_reseed op_reseed_3644 = { .hd = { .id = 3442, .kind = OP_RESEED }, .nonce = 13902774722151326175ULL, .seed_nbytes = 224, .seed = { 0x85, 0x3e, 0x54, 0xd3, 0xfd, 0x1e, 0x7a, 0x0c, 0x2d, 0x66, 0x94, 0x0c, 0x02, 0x30, 0x57, 0xe5, 0x74, 0xe8, 0x9a, 0x7b, 0x73, 0x87, 0x37, 0x2c, 0x47, 0x60, 0x38, 0xdb, 0xf4, 0x82, 0xfe, 0xb1, 0x7a, 0x5b, 0xda, 0x9f, 0x49, 0x55, 0x12, 0x41, 0xd3, 0x1d, 0x70, 0x99, 0x53, 0x2e, 0x2f, 0x4f, 0x9c, 0x8f, 0xad, 0x50, 0xb0, 0x47, 0x24, 0x2c, 0x27, 0x58, 0x41, 0xd1, 0xbe, 0xe8, 0xd9, 0x01, 0xa7, 0x97, 0x0a, 0x72, 0x09, 0x56, 0x7d, 0x07, 0x50, 0x48, 0x43, 0x4a, 0x31, 0xd3, 0x17, 0x04, 0x8d, 0xc3, 0x04, 0x0f, 0xd6, 0xa1, 0x77, 0x26, 0xca, 0x7d, 0x54, 0xe3, 0xfe, 0x9b, 0x0c, 0x2d, 0x3e, 0x9e, 0x2b, 0xca, 0xf3, 0xb2, 0xb6, 0xc0, 0x3d, 0xf8, 0x38, 0x29, 0x13, 0x1a, 0x32, 0x8a, 0x38, 0x89, 0xac, 0x71, 0xd7, 0x21, 0x36, 0x44, 0x10, 0x02, 0x84, 0x4f, 0x94, 0x9b, 0x5d, 0xd1, 0xa1, 0x88, 0x4b, 0x19, 0x65, 0x82, 0x8c, 0xaf, 0xc9, 0x69, 0x96, 0x1c, 0xec, 0x52, 0x6b, 0x4e, 0x9c, 0x0e, 0xee, 0x39, 0xac, 0xb5, 0xff, 0x04, 0x91, 0xda, 0xe9, 0x2b, 0xe7, 0x1e, 0xa8, 0x69, 0xcd, 0x4c, 0xc6, 0x5c, 0x2b, 0x7e, 0xfc, 0xd2, 0x00, 0xe7, 0xbf, 0x05, 0x01, 0x67, 0xe8, 0x02, 0x79, 0x28, 0xd2, 0xdd, 0x03, 0xa4, 0xbe, 0x38, 0x5c, 0x6f, 0xcf, 0x55, 0x6c, 0x00, 0xc6, 0x3f, 0x9c, 0xa3, 0x74, 0x85, 0x1e, 0x65, 0xb4, 0x7e, 0x13, 0xca, 0xc5, 0x72, 0x9b, 0xc9, 0xd2, 0xd6, 0x28, 0x17, 0xe7, 0xf3, 0x1f, 0xdb, 0xfd, 0x71, 0x44, 0x7f, 0xb7, 0xa4, 0x0e, 0xce, 0x06, 0xba } }; static const struct cckprng_op_reseed op_reseed_3645 = { .hd = { .id = 3443, .kind = OP_RESEED }, .nonce = 4595804323231654921ULL, .seed_nbytes = 136, .seed = { 0xa5, 0x98, 0x17, 0xb7, 0x19, 0x97, 0x27, 0x6c, 0xc2, 0x7a, 0x2a, 0xbf, 0x27, 0xa3, 0x1d, 0x20, 0x99, 0xb0, 0x49, 0xdd, 0xc0, 0x3d, 0xe1, 0x5a, 0xce, 0xcb, 0x42, 0xaf, 0x6a, 0xb9, 0xf5, 0x7a, 0xd1, 0x47, 0x3a, 0x21, 0x3a, 0xab, 0x2e, 0x1a, 0xeb, 0xb1, 0x2d, 0xb2, 0x07, 0xa2, 0xac, 0xd8, 0xbc, 0x53, 0x57, 0x13, 0x2d, 0xf0, 0x82, 0x25, 0xd6, 0x0e, 0x06, 0xe6, 0x16, 0x84, 0x63, 0x21, 0x0e, 0x2d, 0xaf, 0x59, 0x71, 0x97, 0x58, 0x4b, 0xbd, 0x72, 0x81, 0x4d, 0xf0, 0x73, 0x76, 0x05, 0xc3, 0xef, 0x43, 0x0c, 0xa5, 0xac, 0xa4, 0x68, 0x6d, 0x00, 0x69, 0x91, 0x4d, 0x7c, 0xc2, 0xcc, 0x24, 0x10, 0xa8, 0xca, 0x12, 0x4e, 0x8f, 0x14, 0x24, 0x5f, 0x17, 0x59, 0x2c, 0x15, 0x15, 0x7d, 0x37, 0x65, 0xbd, 0x50, 0x7e, 0x78, 0x86, 0xd6, 0x87, 0x3e, 0xae, 0xd7, 0x7b, 0xee, 0x5f, 0x7d, 0xbb, 0x08, 0xb2, 0x22, 0x70, 0x2b, 0x0c, 0x37 } }; static const struct cckprng_op_generate op_init_3646 = { .hd = { .id = 3444, .kind = OP_GENERATE }, .rand_nbytes = 221, .out = { .rand = { 0x76, 0x60, 0x03, 0x86, 0x7e, 0xb0, 0xfc, 0x4f, 0x38, 0x4a, 0x16, 0x77, 0x4b, 0xa8, 0xf0, 0xe3, 0x85, 0x9f, 0x21, 0xdc, 0x04, 0x0b, 0x45, 0xe4, 0x72, 0xbe, 0x14, 0x87, 0xfd, 0x99, 0xfc, 0xf9, 0xd7, 0xb2, 0x45, 0x28, 0x48, 0x94, 0x42, 0xb1, 0x29, 0x2f, 0x60, 0x6a, 0x30, 0xc0, 0x7e, 0x37, 0x11, 0xaa, 0x10, 0xfe, 0x5b, 0x0a, 0x1b, 0x4c, 0x37, 0x69, 0x04, 0xe3, 0x88, 0x0c, 0xe9, 0xda, 0xcb, 0x3e, 0x21, 0x10, 0xf5, 0x30, 0x34, 0x88, 0x7b, 0x83, 0x76, 0xce, 0x86, 0x7d, 0x3d, 0x2c, 0x79, 0x47, 0x53, 0x4a, 0xfe, 0x3f, 0x61, 0x88, 0xeb, 0x34, 0x58, 0x12, 0xf1, 0x0a, 0x57, 0x1c, 0xc1, 0xe0, 0x31, 0x63, 0x7f, 0x6e, 0x3d, 0x7c, 0x22, 0x3b, 0xf6, 0x37, 0xfa, 0x58, 0x94, 0xb9, 0xc2, 0x79, 0xdd, 0x0f, 0x5d, 0x8b, 0xaa, 0xa2, 0x29, 0xf7, 0xc3, 0xec, 0xfd, 0x13, 0x06, 0xae, 0xe3, 0x8d, 0xb9, 0x3d, 0x78, 0xee, 0x93, 0x7c, 0xf8, 0xa6, 0x7d, 0x6f, 0x59, 0x8c, 0xd0, 0x73, 0x3c, 0xe2, 0xb5, 0xf8, 0x51, 0x49, 0x11, 0x79, 0xf4, 0x7f, 0x73, 0x68, 0x69, 0x7c, 0xa5, 0xda, 0x11, 0x8f, 0x13, 0xd8, 0xeb, 0x9d, 0x0a, 0xc2, 0x22, 0x65, 0x86, 0x79, 0xdf, 0x1d, 0x92, 0xbc, 0x46, 0x42, 0xff, 0x26, 0xbe, 0x93, 0xb9, 0x82, 0xfe, 0x4b, 0x4b, 0x36, 0xd7, 0xc5, 0x16, 0x52, 0xe9, 0x5c, 0x96, 0xb3, 0xf9, 0x89, 0xda, 0xc0, 0xdd, 0x57, 0xff, 0xb2, 0xb4, 0x46, 0x07, 0x7f, 0xc0, 0x36, 0x28, 0xed, 0x59, 0x2a, 0x57, 0x78, 0x8f, 0x20, 0xae, 0xba, 0x4d } } }; static const struct cckprng_op_reseed op_reseed_3647 = { .hd = { .id = 3445, .kind = OP_RESEED }, .nonce = 3512710499334910463ULL, .seed_nbytes = 132, .seed = { 0x8a, 0x5a, 0xb2, 0xea, 0x60, 0x93, 0x7e, 0x7c, 0x62, 0x22, 0x8b, 0xba, 0x36, 0x99, 0x34, 0x26, 0xb5, 0x32, 0x17, 0x20, 0xff, 0x59, 0x30, 0x0c, 0xbd, 0x0c, 0x39, 0x43, 0xa3, 0xc1, 0x1c, 0x08, 0x5f, 0x11, 0xc7, 0x41, 0xda, 0x80, 0xcf, 0x68, 0x78, 0x68, 0xbb, 0xcc, 0x9b, 0x65, 0x8e, 0x34, 0x57, 0x48, 0x34, 0x9e, 0x6c, 0xdd, 0x4b, 0x30, 0x3f, 0x19, 0x46, 0xe3, 0x2e, 0x5f, 0x75, 0xf8, 0x8a, 0x5c, 0x4e, 0xcd, 0xe6, 0x4e, 0x6d, 0xdb, 0x2a, 0xb3, 0xf4, 0xc0, 0x3e, 0x53, 0x1c, 0x85, 0x38, 0x83, 0x21, 0x71, 0x21, 0x7f, 0xbb, 0x55, 0xe7, 0x46, 0x85, 0x3c, 0xb5, 0xde, 0xc6, 0x6b, 0xf9, 0x38, 0x27, 0x15, 0xd3, 0xc3, 0x2a, 0x62, 0x5a, 0x98, 0x9c, 0x9c, 0xef, 0x06, 0xe1, 0xab, 0x3c, 0x15, 0x13, 0xb8, 0x25, 0x2a, 0x9a, 0x18, 0x9b, 0x9a, 0x1a, 0x47, 0x12, 0xdd, 0x34, 0x7b, 0xed, 0xe4, 0x1a, 0xcf } }; static const struct cckprng_op_reseed op_reseed_3648 = { .hd = { .id = 3446, .kind = OP_RESEED }, .nonce = 16956308409546590569ULL, .seed_nbytes = 202, .seed = { 0x7e, 0x78, 0x12, 0xa8, 0x4b, 0xb0, 0x57, 0xeb, 0xbd, 0x1d, 0xed, 0x8e, 0x05, 0xfc, 0x22, 0xfb, 0xaf, 0x8c, 0xd7, 0xab, 0xb3, 0x13, 0x58, 0xe6, 0x4f, 0xe7, 0xaf, 0x0b, 0x5d, 0xd7, 0x0c, 0xa4, 0x00, 0x40, 0x0d, 0x69, 0xdc, 0xed, 0x3c, 0xba, 0xcd, 0x71, 0x93, 0x84, 0x27, 0xd3, 0xac, 0x5e, 0x90, 0x7b, 0x71, 0x2c, 0x65, 0xc9, 0xc4, 0x25, 0xe2, 0x1f, 0x32, 0x55, 0x3d, 0xb7, 0x0a, 0x90, 0x35, 0xf0, 0x69, 0x31, 0x21, 0x41, 0xbe, 0x17, 0x3d, 0x6e, 0x99, 0xa0, 0x99, 0xbf, 0x84, 0xde, 0x3e, 0xcf, 0x2a, 0x52, 0x0b, 0xbe, 0x99, 0x80, 0xdc, 0x4f, 0x5a, 0xf9, 0x6e, 0xfd, 0x62, 0x1f, 0xbf, 0xe8, 0xee, 0x94, 0x14, 0x16, 0x15, 0x80, 0xc8, 0x32, 0xc5, 0xf6, 0x26, 0x81, 0xb1, 0x7a, 0x69, 0x21, 0x3a, 0x1b, 0xcd, 0xa9, 0x79, 0xb4, 0x33, 0x4d, 0x85, 0xcf, 0xa4, 0x50, 0x43, 0x76, 0x20, 0x0c, 0x3f, 0xf2, 0x43, 0x3e, 0x91, 0x18, 0x37, 0xd9, 0x9e, 0xfd, 0x64, 0xa3, 0x8a, 0xd1, 0xbb, 0xd6, 0x5d, 0x6c, 0xd4, 0xfa, 0xdc, 0x68, 0x7d, 0xab, 0x3d, 0x2f, 0x76, 0xe6, 0xf7, 0x77, 0x20, 0xe2, 0xec, 0xd6, 0xf4, 0xeb, 0x58, 0xed, 0x1d, 0x75, 0xcd, 0xcb, 0x7e, 0xe4, 0xef, 0x95, 0x8a, 0x04, 0xdb, 0xa8, 0xe6, 0xb1, 0xca, 0x54, 0x6b, 0x2c, 0xdf, 0x67, 0x96, 0xf8, 0xd4, 0xdb, 0x9e, 0x22, 0x73, 0xeb, 0xbb, 0x8d, 0x16, 0x5f, 0x39, 0xc5 } }; static const struct cckprng_op_refresh op_refresh_3649 = { .hd = { .id = 3447, .kind = OP_REFRESH }, .rand = 14454619437996042779ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3650 = { .hd = { .id = 3448, .kind = OP_RESEED }, .nonce = 6598789171196068630ULL, .seed_nbytes = 212, .seed = { 0x99, 0x85, 0x6f, 0xf9, 0x4c, 0x57, 0x29, 0x52, 0x2d, 0x25, 0x0a, 0xb5, 0xae, 0x39, 0x0e, 0x5b, 0x52, 0xd5, 0x10, 0x36, 0x77, 0x1c, 0x8a, 0x49, 0xba, 0x47, 0xae, 0xcf, 0x13, 0x35, 0xe6, 0x23, 0x38, 0xe1, 0x88, 0x26, 0xd2, 0x5d, 0x04, 0x24, 0xce, 0x28, 0xdf, 0x88, 0x1e, 0xc9, 0x2f, 0x76, 0xa6, 0x23, 0xe7, 0x8f, 0xf2, 0xaf, 0x05, 0x9f, 0x6d, 0xe5, 0x9e, 0x4a, 0x29, 0xf8, 0xbf, 0x82, 0xe9, 0xfc, 0x25, 0x0d, 0xbb, 0x57, 0x06, 0x28, 0x1e, 0x84, 0xf3, 0x57, 0x18, 0x0a, 0xbf, 0x03, 0x79, 0xf3, 0x07, 0xae, 0xea, 0x5d, 0x94, 0xe8, 0x3d, 0x32, 0x76, 0x93, 0x29, 0x40, 0xb1, 0x9e, 0xc9, 0x91, 0x76, 0x28, 0x69, 0x53, 0x10, 0xb8, 0xd2, 0xd1, 0xb7, 0x48, 0xc4, 0x38, 0xf6, 0x7b, 0x4e, 0x4c, 0xea, 0xc4, 0x74, 0x8a, 0x58, 0xc8, 0xf0, 0xed, 0xcf, 0x38, 0x4f, 0x4c, 0xf1, 0xb8, 0x1e, 0xe7, 0x7e, 0xd7, 0xd6, 0x18, 0x95, 0x66, 0x27, 0x55, 0xb4, 0x59, 0x8c, 0x1e, 0x4d, 0x8f, 0x56, 0xa2, 0xb9, 0xe1, 0x0d, 0xd8, 0xc7, 0x43, 0x6b, 0x53, 0xcf, 0x07, 0x0e, 0xe3, 0x83, 0x9a, 0x10, 0x23, 0x89, 0x56, 0x01, 0xd1, 0x53, 0x86, 0xb8, 0x53, 0x04, 0x52, 0xaf, 0xd2, 0xe1, 0x7a, 0x50, 0x52, 0xa4, 0xe6, 0xff, 0x84, 0x4f, 0x14, 0x36, 0x50, 0x2b, 0xf6, 0xfb, 0xc3, 0x4d, 0xb4, 0xc3, 0xb6, 0xdb, 0x5e, 0xac, 0x6c, 0x54, 0x42, 0xaa, 0x0e, 0xe4, 0xc8, 0x03, 0x06, 0xbc, 0x35, 0x1f, 0x2a, 0xce, 0x92 } }; static const struct cckprng_op_refresh op_refresh_3651 = { .hd = { .id = 3449, .kind = OP_REFRESH }, .rand = 14826420832676880173ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3652 = { .hd = { .id = 3450, .kind = OP_GENERATE }, .rand_nbytes = 240, .out = { .rand = { 0x44, 0x69, 0xc2, 0x65, 0x31, 0x92, 0xc4, 0xec, 0xb8, 0xf0, 0x09, 0x25, 0x3f, 0xa2, 0x57, 0x1e, 0x3d, 0x02, 0xf9, 0xd3, 0x91, 0x86, 0xf4, 0xca, 0x30, 0xf6, 0xbf, 0x91, 0xb5, 0x7e, 0x8f, 0x18, 0x17, 0xf8, 0xc9, 0xdf, 0xea, 0xb7, 0xb3, 0x47, 0xdb, 0x15, 0x25, 0x8d, 0x45, 0x4f, 0x97, 0x63, 0x1f, 0x85, 0xb7, 0x58, 0x73, 0x24, 0x1a, 0x20, 0x24, 0x3d, 0xf5, 0xd0, 0x5b, 0x15, 0x24, 0xaf, 0x8f, 0xd7, 0x93, 0x00, 0x59, 0xc1, 0x35, 0xbe, 0x11, 0x04, 0xf4, 0x64, 0x96, 0xb3, 0x80, 0x72, 0x65, 0xc6, 0x70, 0x01, 0x27, 0x1f, 0x99, 0x7d, 0x82, 0x5d, 0x2c, 0xbe, 0xd5, 0x15, 0x1f, 0x1e, 0x73, 0x61, 0x00, 0x38, 0xc5, 0x4c, 0xe3, 0xc8, 0xd2, 0x05, 0xe9, 0xdf, 0xe7, 0x45, 0xc2, 0x41, 0xc2, 0xbf, 0x7b, 0x41, 0x7c, 0x0d, 0x85, 0x51, 0x21, 0x8b, 0xd0, 0xec, 0x79, 0xa1, 0x92, 0x74, 0x26, 0xd3, 0x1e, 0x7c, 0xd2, 0x48, 0x1d, 0x8a, 0x86, 0xd0, 0x40, 0xe6, 0x86, 0x63, 0xf0, 0xc5, 0x25, 0x73, 0x69, 0xee, 0x4d, 0x8e, 0xf3, 0x87, 0x94, 0x58, 0xf6, 0x83, 0x13, 0x11, 0x88, 0xdf, 0xdd, 0x7f, 0x87, 0x49, 0x66, 0x26, 0x65, 0x4f, 0x38, 0x00, 0x39, 0xcb, 0x74, 0xb4, 0x01, 0x2e, 0x60, 0x69, 0x13, 0xf3, 0x63, 0x69, 0x2b, 0x74, 0x0b, 0x49, 0x68, 0xba, 0x95, 0x10, 0xd4, 0x41, 0x6a, 0xff, 0x9f, 0xdc, 0xb8, 0x55, 0x57, 0xd2, 0x77, 0x70, 0xa7, 0xfb, 0x46, 0x6c, 0xa5, 0x40, 0xb6, 0xf9, 0xe3, 0x7e, 0x6f, 0x18, 0x22, 0x4d, 0x2a, 0xc8, 0xfe, 0x70, 0x59, 0xbe, 0xed, 0x33, 0xb9, 0x91, 0x28, 0x2f, 0xeb, 0x2a, 0xc3, 0xe5, 0x47, 0xbb, 0x4c, 0xb6, 0x3f, 0x6c, 0xf1, 0x41 } } }; static const struct cckprng_op *ops_3653[] = { (const struct cckprng_op *)&op_init_3637, (const struct cckprng_op *)&op_reseed_3638, (const struct cckprng_op *)&op_init_3639, (const struct cckprng_op *)&op_refresh_3640, (const struct cckprng_op *)&op_reseed_3641, (const struct cckprng_op *)&op_refresh_3642, (const struct cckprng_op *)&op_reseed_3643, (const struct cckprng_op *)&op_reseed_3644, (const struct cckprng_op *)&op_reseed_3645, (const struct cckprng_op *)&op_init_3646, (const struct cckprng_op *)&op_reseed_3647, (const struct cckprng_op *)&op_reseed_3648, (const struct cckprng_op *)&op_refresh_3649, (const struct cckprng_op *)&op_reseed_3650, (const struct cckprng_op *)&op_refresh_3651, (const struct cckprng_op *)&op_init_3652 }; static const struct cckprng_vector vec_3654 = { .id = 3451, .note = NULL, .nops = 16, .ops = ops_3653 }; static const struct cckprng_op_init op_init_3655 = { .hd = { .id = 3452, .kind = OP_INIT }, .seed = { 0xcd, 0x3d, 0x69, 0x7c, 0xd4, 0x98, 0x0e, 0x82, 0x6d, 0x11, 0x41, 0xeb, 0x76, 0xa2, 0xbe, 0x1f, 0x81, 0xe9, 0x4a, 0x2f, 0x18, 0x30, 0x96, 0x72, 0x13, 0xc1, 0xb1, 0x40, 0x9f, 0x52, 0x31, 0xfd }, .nonce = { 0x09, 0x07, 0xfe, 0x6a, 0xe5, 0xd2, 0xd6, 0x40 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3656 = { .hd = { .id = 3453, .kind = OP_REFRESH }, .rand = 7012827046850022606ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3657 = { .hd = { .id = 3454, .kind = OP_RESEED }, .nonce = 13767515329497448648ULL, .seed_nbytes = 261, .seed = { 0xb2, 0xbc, 0xb1, 0x8c, 0x80, 0xa1, 0xcf, 0xee, 0x6d, 0xca, 0xc6, 0x3b, 0xad, 0xe2, 0x81, 0x73, 0x8d, 0x5a, 0x50, 0x3e, 0xf8, 0x07, 0x34, 0xb7, 0xa9, 0x7d, 0x30, 0x28, 0xd2, 0x4a, 0xd1, 0x5c, 0x67, 0xe6, 0xea, 0x81, 0x6b, 0xfe, 0x2b, 0xc4, 0x2d, 0x8f, 0xcc, 0xe5, 0x08, 0x3d, 0x2e, 0xba, 0x25, 0x18, 0xf1, 0xa8, 0x88, 0x44, 0x1c, 0xd7, 0x9b, 0x4a, 0x92, 0xad, 0x08, 0xad, 0x1f, 0xd1, 0xae, 0x62, 0x38, 0xc0, 0x3d, 0x34, 0xc9, 0xc0, 0x48, 0xe3, 0x99, 0x03, 0xdd, 0xc7, 0x21, 0xa2, 0xb8, 0x46, 0x47, 0x9e, 0xea, 0xba, 0xdd, 0x60, 0x8b, 0x27, 0x92, 0x1f, 0x40, 0xa2, 0x59, 0xa2, 0x27, 0x74, 0xa9, 0x4e, 0xbf, 0xa7, 0xc1, 0x02, 0xcc, 0x05, 0xb6, 0x16, 0xc1, 0x04, 0x7e, 0x17, 0xf8, 0x2c, 0x29, 0xb5, 0x49, 0x66, 0x2a, 0x5d, 0x4d, 0x55, 0xf9, 0x30, 0x09, 0xa3, 0x97, 0xef, 0x59, 0x1d, 0xec, 0xc8, 0xe3, 0xf6, 0x86, 0xa9, 0x11, 0xe7, 0x90, 0x4f, 0x61, 0x8c, 0x2a, 0x29, 0x36, 0x27, 0x98, 0x48, 0xc0, 0xfd, 0xa5, 0x04, 0x8d, 0xad, 0xc2, 0x9c, 0x1e, 0xb9, 0xb4, 0x47, 0x42, 0xb2, 0xb9, 0xbe, 0xff, 0xba, 0xaf, 0x2b, 0x0f, 0xa7, 0xf0, 0xc6, 0x24, 0x20, 0xe2, 0x26, 0xad, 0x17, 0x1e, 0xa5, 0xbf, 0x83, 0xf1, 0xbe, 0x37, 0x97, 0x8c, 0x2c, 0x53, 0xc9, 0xb1, 0x91, 0x29, 0xef, 0x56, 0x0a, 0x9f, 0x70, 0x0b, 0x9f, 0xd9, 0x97, 0xc9, 0x0e, 0xa5, 0x33, 0xdd, 0x85, 0x67, 0x88, 0xe9, 0xa2, 0x2e, 0xd9, 0x82, 0x70, 0x70, 0x5f, 0x1b, 0x59, 0x7c, 0x23, 0xde, 0x61, 0x9d, 0x22, 0xb0, 0x39, 0x3a, 0x14, 0xf8, 0xe1, 0xc3, 0xba, 0x2e, 0x80, 0x25, 0x01, 0xf2, 0xe0, 0xaa, 0x49, 0x42, 0x46, 0x4d, 0x21, 0x01, 0xc6, 0x70, 0x31, 0x60, 0x0c, 0xd0, 0x91, 0xe1, 0x67, 0xc3, 0x87, 0xd7, 0xa3, 0xe2 } }; static const struct cckprng_op_refresh op_refresh_3658 = { .hd = { .id = 3455, .kind = OP_REFRESH }, .rand = 4318443630513980979ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3659 = { .hd = { .id = 3456, .kind = OP_REFRESH }, .rand = 2825973477408562886ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3660 = { .hd = { .id = 3457, .kind = OP_REFRESH }, .rand = 15675180391386516222ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3661 = { .hd = { .id = 3458, .kind = OP_RESEED }, .nonce = 18083851889198189889ULL, .seed_nbytes = 183, .seed = { 0x59, 0xea, 0x0f, 0xbf, 0x72, 0x19, 0x21, 0x08, 0x96, 0x43, 0xc9, 0x4b, 0x99, 0xba, 0xb3, 0x01, 0x94, 0x87, 0xb0, 0x3d, 0xfb, 0xe6, 0x8d, 0xc1, 0xcb, 0x0d, 0xfc, 0x19, 0x1e, 0xaf, 0x21, 0x9e, 0x51, 0x7c, 0x56, 0xc2, 0xd1, 0xde, 0x4f, 0x8c, 0x87, 0x24, 0x50, 0xaa, 0x89, 0x2c, 0xcb, 0x2a, 0xbe, 0x65, 0xa1, 0xa4, 0x93, 0x6b, 0xed, 0xc8, 0x8c, 0x5f, 0x7f, 0x88, 0x5c, 0x67, 0xcf, 0x40, 0xae, 0x2b, 0xbf, 0x47, 0x25, 0x4a, 0x82, 0x93, 0x70, 0xc3, 0x6b, 0x09, 0xc8, 0xa0, 0xe9, 0xc4, 0xb5, 0x7b, 0x1c, 0xee, 0x48, 0x3d, 0x52, 0x20, 0x46, 0x04, 0xbb, 0x14, 0x34, 0xb2, 0x42, 0x78, 0xe0, 0x18, 0xeb, 0xcf, 0x0a, 0xec, 0xa5, 0x37, 0x07, 0x7c, 0x38, 0x97, 0xec, 0xaf, 0xac, 0xd2, 0xf2, 0x90, 0x91, 0xeb, 0x8f, 0xd8, 0x69, 0xf2, 0x08, 0x0c, 0x18, 0xff, 0x42, 0xf2, 0xb9, 0x69, 0xde, 0xc3, 0xad, 0xb8, 0x1b, 0xf7, 0x4f, 0x05, 0x78, 0xd6, 0x60, 0xff, 0xa1, 0xf3, 0x2d, 0xf0, 0x61, 0x23, 0x48, 0xbd, 0x39, 0x79, 0x71, 0x23, 0x05, 0x93, 0x01, 0xc6, 0xe3, 0x8a, 0x4d, 0x3d, 0xf1, 0xa8, 0x9e, 0x65, 0x61, 0x4f, 0x31, 0x46, 0xdf, 0x31, 0x71, 0x1c, 0xfa, 0xd4, 0xdc, 0xed, 0x4c, 0xaf, 0x4a, 0x63, 0xa2, 0xbb, 0x82 } }; static const struct cckprng_op_refresh op_refresh_3662 = { .hd = { .id = 3459, .kind = OP_REFRESH }, .rand = 1049180282460858098ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3663 = { .hd = { .id = 3460, .kind = OP_GENERATE }, .rand_nbytes = 38, .out = { .rand = { 0x74, 0x51, 0x69, 0x76, 0x66, 0x8e, 0xce, 0x67, 0x74, 0x4f, 0x92, 0x3e, 0x93, 0x44, 0x60, 0xe5, 0x8e, 0x24, 0x25, 0x47, 0x06, 0x63, 0x11, 0x41, 0x54, 0xf7, 0x1b, 0x8c, 0x48, 0x40, 0x66, 0x20, 0xb0, 0x29, 0x74, 0x14, 0x99, 0xb8 } } }; static const struct cckprng_op_refresh op_refresh_3664 = { .hd = { .id = 3461, .kind = OP_REFRESH }, .rand = 18168891217307814578ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3665 = { .hd = { .id = 3462, .kind = OP_RESEED }, .nonce = 2152561872148417434ULL, .seed_nbytes = 27, .seed = { 0x26, 0x4f, 0x32, 0xae, 0x9c, 0xd2, 0xc5, 0x71, 0x1f, 0xf7, 0x5f, 0x33, 0xa4, 0xc0, 0x80, 0x65, 0xfd, 0x45, 0x55, 0x70, 0x42, 0xea, 0x8d, 0x26, 0x2e, 0xf1, 0xc0 } }; static const struct cckprng_op_reseed op_reseed_3666 = { .hd = { .id = 3463, .kind = OP_RESEED }, .nonce = 7332019389699698639ULL, .seed_nbytes = 178, .seed = { 0x7c, 0xb1, 0xd2, 0x98, 0x19, 0x0a, 0x83, 0xc1, 0xf3, 0xfe, 0xf1, 0x6f, 0x37, 0x39, 0x2c, 0xc8, 0x42, 0x53, 0x73, 0xc3, 0x31, 0x22, 0x93, 0x64, 0xf1, 0x6d, 0x7a, 0x78, 0x03, 0x3b, 0xa2, 0xce, 0xc4, 0x5f, 0xc5, 0xdd, 0xf5, 0xd5, 0x74, 0xad, 0xbc, 0xec, 0x95, 0xbb, 0xcc, 0xea, 0x6d, 0x33, 0x92, 0x5d, 0xff, 0xe4, 0xa9, 0x8d, 0x06, 0xd8, 0x36, 0x4c, 0xe1, 0xa1, 0x46, 0x91, 0x90, 0x68, 0x99, 0x25, 0xfd, 0xb1, 0x83, 0xaa, 0x44, 0xba, 0xa9, 0x37, 0xfc, 0x22, 0x51, 0x0f, 0x00, 0xc1, 0x1e, 0x44, 0x10, 0x24, 0xf2, 0x1f, 0x39, 0xb0, 0x92, 0x76, 0x50, 0x3c, 0xb3, 0x37, 0xe5, 0x22, 0xe0, 0x18, 0xf1, 0x34, 0x55, 0xc7, 0x83, 0xb3, 0xa9, 0xb2, 0xf3, 0x7f, 0xff, 0xa8, 0x2a, 0xcb, 0x77, 0x6d, 0xc7, 0x87, 0xf9, 0x87, 0x63, 0xcc, 0xb0, 0x3a, 0x76, 0xd0, 0x11, 0xb5, 0x93, 0x8c, 0x21, 0x75, 0xde, 0xad, 0x2c, 0x97, 0x7d, 0xae, 0x76, 0x48, 0x3a, 0x2c, 0x4c, 0x6c, 0x08, 0xf1, 0xe7, 0xc9, 0x36, 0x84, 0xb7, 0x00, 0x93, 0xa4, 0x06, 0x63, 0x9d, 0x18, 0x6e, 0x8b, 0x70, 0xd8, 0xf4, 0x5d, 0x10, 0x4c, 0xd3, 0xa4, 0xde, 0x73, 0x7c, 0xee, 0x0c, 0xc8, 0xeb, 0x7d, 0x45, 0x8b, 0xca, 0x32 } }; static const struct cckprng_op_generate op_init_3667 = { .hd = { .id = 3464, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0xc7, 0xfd, 0x29, 0x6d, 0xbc, 0x38, 0xb1, 0x4a, 0x01, 0x63, 0xc2, 0x1a, 0x4a, 0x80, 0x7a, 0x29, 0xd7, 0x96, 0x00, 0x24, 0x7e, 0x7e, 0xe3, 0x84, 0x48, 0x35, 0x3e, 0xd1, 0x95, 0xab, 0x5c, 0x98, 0xa1, 0xaa, 0x1d, 0x73, 0xf5, 0x44, 0x73, 0xc4, 0x13, 0x0b, 0x82, 0x28, 0xc8, 0x5b, 0x21, 0x55, 0xdb, 0xc8, 0x6f, 0x92, 0x17, 0x66, 0x1c, 0xdc, 0x27, 0xce, 0x76, 0x7a, 0xf6, 0xf5, 0x25, 0xc6, 0x51, 0xa4, 0x7f, 0x95, 0x10, 0x88, 0xce, 0xa0, 0xee, 0x05, 0x4e, 0x19, 0x6f, 0xfe, 0xdd, 0xe1, 0xef, 0xc9, 0x20, 0xb1, 0xf0, 0xcd, 0x3e, 0x30, 0x83, 0xf3, 0x23, 0xbd, 0xa7, 0xe5, 0x71, 0x46 } } }; static const struct cckprng_op_reseed op_reseed_3668 = { .hd = { .id = 3465, .kind = OP_RESEED }, .nonce = 9966045245813077555ULL, .seed_nbytes = 182, .seed = { 0x07, 0x93, 0x2a, 0xd0, 0xe0, 0x24, 0x28, 0xc4, 0xef, 0x7a, 0xd6, 0x34, 0x27, 0xe8, 0xcc, 0x86, 0xd9, 0x97, 0x74, 0x20, 0xfb, 0x7c, 0xc4, 0xe9, 0xcc, 0xe9, 0xea, 0xae, 0x7e, 0x20, 0xb6, 0x3d, 0xef, 0xd8, 0x5b, 0x83, 0x88, 0x45, 0x03, 0xf4, 0x01, 0x49, 0x81, 0xd3, 0x8d, 0xc2, 0x0c, 0xf0, 0x6f, 0x53, 0xc8, 0xd9, 0x69, 0xc1, 0xd4, 0x3f, 0xcb, 0x6b, 0x6e, 0x7f, 0xde, 0x95, 0xe6, 0xe4, 0x37, 0xca, 0x1f, 0x60, 0x68, 0xf0, 0x67, 0xbe, 0x8b, 0x12, 0x4f, 0x08, 0x57, 0xb7, 0x22, 0x18, 0x93, 0xf9, 0xc5, 0x4e, 0xc3, 0x2d, 0xef, 0xe8, 0xa8, 0x34, 0xd1, 0x24, 0x48, 0x2f, 0xc0, 0x78, 0xec, 0xf6, 0x33, 0xa6, 0x73, 0xb0, 0x8a, 0x37, 0xbf, 0x78, 0x2a, 0x52, 0x77, 0x23, 0x4d, 0x52, 0x39, 0x0d, 0x6b, 0x88, 0xdb, 0x4d, 0xd9, 0x84, 0x91, 0x90, 0xe7, 0x2a, 0x98, 0x3d, 0x68, 0xd6, 0x92, 0x37, 0x62, 0x26, 0x0e, 0x29, 0x60, 0x14, 0x75, 0x4b, 0x53, 0xc2, 0xfe, 0xa5, 0x03, 0x9c, 0x00, 0xf0, 0x65, 0x69, 0xce, 0x00, 0x5b, 0xec, 0xfb, 0x85, 0xe3, 0x64, 0xbb, 0x90, 0x22, 0xd8, 0x69, 0xc8, 0xc2, 0x11, 0x92, 0x3c, 0x4d, 0x0f, 0x36, 0x9d, 0x08, 0x77, 0x02, 0x20, 0xb1, 0x36, 0x83, 0x9e, 0x91, 0x72, 0x93, 0x3b } }; static const struct cckprng_op_reseed op_reseed_3669 = { .hd = { .id = 3466, .kind = OP_RESEED }, .nonce = 11874225744601247739ULL, .seed_nbytes = 156, .seed = { 0x1f, 0x86, 0x2d, 0xa2, 0x6d, 0x6e, 0x19, 0x93, 0x6b, 0xe2, 0xfc, 0x30, 0xc9, 0x0c, 0xbf, 0xc4, 0x19, 0xd7, 0xb9, 0x56, 0xa9, 0x0b, 0x1d, 0x45, 0xc2, 0x43, 0x3d, 0x2f, 0x3c, 0x66, 0x27, 0x79, 0xd9, 0x2d, 0x4e, 0x35, 0xc7, 0x49, 0xe2, 0xab, 0xf7, 0xba, 0x8d, 0xeb, 0xad, 0xca, 0x68, 0xf2, 0xe6, 0x7a, 0x78, 0x50, 0x61, 0xa1, 0xee, 0xda, 0x61, 0x08, 0x03, 0xd2, 0xdb, 0xb4, 0x55, 0xbe, 0x44, 0x1e, 0x4d, 0xed, 0x98, 0xbe, 0xd9, 0xc0, 0x13, 0xd2, 0xb0, 0xac, 0x2f, 0x50, 0x92, 0x68, 0xc9, 0xa0, 0x7c, 0x3a, 0x45, 0x4c, 0xa8, 0x9b, 0x47, 0xa7, 0x93, 0x87, 0x50, 0x3b, 0x40, 0x40, 0x8c, 0x34, 0xcd, 0x7d, 0x19, 0x3d, 0xc9, 0x95, 0xa6, 0x24, 0xde, 0x1e, 0xf8, 0x38, 0xcb, 0x54, 0x35, 0xed, 0x33, 0x55, 0x15, 0xf5, 0x0f, 0x09, 0xde, 0xf7, 0x80, 0xa4, 0x60, 0x05, 0x00, 0x5b, 0x9e, 0xa8, 0x04, 0xd8, 0x11, 0x4a, 0xfe, 0x97, 0xdf, 0x83, 0x62, 0x83, 0xdf, 0x1c, 0x61, 0xcd, 0x41, 0x31, 0x4f, 0xaf, 0xcd, 0x25, 0x63, 0xbe, 0xa5, 0xfb, 0xee, 0x81 } }; static const struct cckprng_op_generate op_init_3670 = { .hd = { .id = 3467, .kind = OP_GENERATE }, .rand_nbytes = 211, .out = { .rand = { 0x33, 0xde, 0xbe, 0xf1, 0x5c, 0xe1, 0xa8, 0xb4, 0x45, 0x6b, 0x2c, 0xf7, 0x33, 0xf3, 0x1f, 0xee, 0x63, 0x05, 0xdc, 0x40, 0xff, 0x7a, 0x4f, 0x2d, 0x1d, 0x84, 0xc4, 0x03, 0x27, 0x36, 0x4e, 0xc1, 0xdc, 0xc9, 0x49, 0x53, 0xba, 0x60, 0xa1, 0x06, 0x0e, 0x80, 0x93, 0xee, 0x0f, 0x68, 0x91, 0x21, 0x2b, 0xf7, 0x54, 0xd6, 0x45, 0xf0, 0x33, 0x9e, 0xdb, 0xb8, 0xe4, 0x4d, 0x68, 0xaa, 0x38, 0xa2, 0x87, 0xb4, 0xf7, 0x88, 0x8a, 0xe3, 0xf0, 0xf4, 0xc9, 0x88, 0x17, 0x81, 0x08, 0x3b, 0x42, 0x56, 0x2f, 0xaf, 0x7a, 0x04, 0x7a, 0x0a, 0x15, 0xf4, 0x5a, 0x39, 0xd2, 0x3c, 0x65, 0xed, 0x70, 0xc5, 0x9d, 0x59, 0x35, 0x5c, 0x1c, 0x5d, 0x58, 0x1d, 0x5f, 0x0e, 0x53, 0xcc, 0x11, 0xd3, 0x45, 0xac, 0x63, 0xe3, 0xa3, 0xda, 0x97, 0xa0, 0x39, 0x72, 0xa7, 0xaf, 0x3d, 0x99, 0x4b, 0xb4, 0xea, 0x4b, 0x8a, 0x86, 0xdd, 0xf0, 0x56, 0x8e, 0xe1, 0x85, 0x2d, 0x7a, 0xb7, 0x33, 0x52, 0x61, 0xa4, 0x76, 0x37, 0x4d, 0xec, 0x99, 0xc5, 0x93, 0x20, 0x29, 0x54, 0x41, 0xd4, 0x74, 0x12, 0x57, 0x51, 0x1b, 0x42, 0xc7, 0x54, 0xb4, 0x65, 0x7e, 0xb9, 0x56, 0x9a, 0xe5, 0xb1, 0x2b, 0xf5, 0xcc, 0x67, 0xda, 0xa3, 0x5f, 0x93, 0xf8, 0x3b, 0xab, 0x08, 0x53, 0x3b, 0xd5, 0x3c, 0x08, 0x8b, 0x32, 0x12, 0x54, 0x0c, 0xa7, 0x52, 0xa5, 0x7a, 0xa7, 0x1d, 0x27, 0x94, 0x05, 0x53, 0x49, 0x48, 0x7e, 0xe6, 0x0e, 0x59, 0x2d, 0x0b } } }; static const struct cckprng_op *ops_3671[] = { (const struct cckprng_op *)&op_init_3655, (const struct cckprng_op *)&op_refresh_3656, (const struct cckprng_op *)&op_reseed_3657, (const struct cckprng_op *)&op_refresh_3658, (const struct cckprng_op *)&op_refresh_3659, (const struct cckprng_op *)&op_refresh_3660, (const struct cckprng_op *)&op_reseed_3661, (const struct cckprng_op *)&op_refresh_3662, (const struct cckprng_op *)&op_init_3663, (const struct cckprng_op *)&op_refresh_3664, (const struct cckprng_op *)&op_reseed_3665, (const struct cckprng_op *)&op_reseed_3666, (const struct cckprng_op *)&op_init_3667, (const struct cckprng_op *)&op_reseed_3668, (const struct cckprng_op *)&op_reseed_3669, (const struct cckprng_op *)&op_init_3670 }; static const struct cckprng_vector vec_3672 = { .id = 3468, .note = NULL, .nops = 16, .ops = ops_3671 }; static const struct cckprng_op_init op_init_3673 = { .hd = { .id = 3469, .kind = OP_INIT }, .seed = { 0xb7, 0x72, 0xf4, 0xbb, 0x38, 0x8f, 0x42, 0x04, 0xcf, 0x63, 0x8f, 0xf5, 0x2c, 0x72, 0x41, 0xd6, 0x80, 0xe5, 0x51, 0xb0, 0x1a, 0x16, 0xe2, 0xab, 0x6b, 0xe0, 0x8f, 0xff, 0x7f, 0x89, 0xff, 0x13 }, .nonce = { 0xa2, 0x3c, 0xd3, 0xb0, 0x18, 0x12, 0xc4, 0x0e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3674 = { .hd = { .id = 3470, .kind = OP_REFRESH }, .rand = 2427112792924661276ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3675 = { .hd = { .id = 3471, .kind = OP_RESEED }, .nonce = 8097202828056968679ULL, .seed_nbytes = 281, .seed = { 0x46, 0x89, 0x29, 0x27, 0x3c, 0xad, 0xa9, 0x09, 0xf4, 0x76, 0x04, 0xbb, 0x53, 0xe4, 0x5b, 0xed, 0x68, 0xae, 0x50, 0x1e, 0x95, 0x82, 0x58, 0xa0, 0x9f, 0x06, 0x09, 0xfb, 0x2f, 0x9b, 0x7e, 0x3b, 0xd6, 0x60, 0x76, 0x03, 0x15, 0x2e, 0xee, 0x07, 0x39, 0x34, 0x18, 0x2d, 0xb1, 0x43, 0x2f, 0xae, 0x1e, 0x47, 0x2f, 0xbd, 0xb4, 0x9d, 0xab, 0x4c, 0x49, 0x1f, 0xb5, 0xba, 0x63, 0x85, 0x78, 0x50, 0xf9, 0xb9, 0x76, 0x16, 0x1c, 0xdb, 0xdd, 0x98, 0xdf, 0x12, 0xb3, 0xd8, 0x69, 0x9f, 0x1a, 0x52, 0x84, 0x62, 0x74, 0xe7, 0xbf, 0x4f, 0x44, 0x8a, 0xed, 0x8b, 0x52, 0x49, 0xb5, 0x4e, 0x0a, 0x9b, 0xda, 0x85, 0x04, 0xce, 0xe3, 0xbe, 0xcc, 0x92, 0x6f, 0x75, 0x17, 0x7b, 0x0c, 0x01, 0xfd, 0xc1, 0x3b, 0xec, 0xa5, 0xc3, 0x8e, 0x95, 0x6d, 0xac, 0x7b, 0xad, 0xdc, 0x91, 0xf5, 0xa9, 0x53, 0x75, 0xc3, 0xc5, 0xc1, 0x1e, 0xc8, 0x6a, 0x04, 0x16, 0xa7, 0x6b, 0x2a, 0x66, 0xc1, 0xd9, 0x87, 0x50, 0x3a, 0xd9, 0xef, 0x40, 0x4d, 0xf7, 0x3f, 0x34, 0x31, 0xc1, 0xb4, 0xe5, 0xb4, 0xec, 0x6d, 0xa0, 0x84, 0x11, 0x6b, 0x81, 0x5a, 0xa5, 0x86, 0x13, 0x24, 0x09, 0xa6, 0xc3, 0x92, 0xcf, 0x5e, 0xd2, 0xff, 0x34, 0xf8, 0xd0, 0x54, 0xf6, 0xf5, 0xd8, 0x79, 0x58, 0x1a, 0xde, 0x4f, 0xbf, 0xc5, 0x23, 0xd3, 0xe8, 0x29, 0x57, 0xc5, 0xa5, 0xc7, 0xc4, 0x4d, 0x09, 0x2a, 0x1b, 0x04, 0xef, 0x2a, 0xb7, 0x40, 0xd4, 0x7d, 0xcc, 0xe2, 0x32, 0x80, 0x6b, 0x89, 0xb8, 0x4e, 0xd5, 0x05, 0x5d, 0x42, 0x91, 0x89, 0x86, 0x8e, 0x8a, 0x54, 0xc6, 0xc2, 0x46, 0x85, 0xc8, 0xa2, 0x3c, 0x29, 0x66, 0x73, 0x7c, 0x39, 0x8a, 0xbd, 0x9f, 0xa4, 0x97, 0xd9, 0x63, 0xca, 0x01, 0x17, 0x1d, 0xe9, 0xa9, 0xc0, 0xef, 0x10, 0x33, 0xe5, 0xc9, 0x4f, 0xf0, 0x3d, 0x2e, 0xe6, 0x40, 0x06, 0x51, 0xaa, 0x9f, 0x5e, 0xfb, 0xe1, 0x25, 0x94, 0x32, 0x6f, 0x94, 0x11, 0x4b, 0xa3 } }; static const struct cckprng_op_reseed op_reseed_3676 = { .hd = { .id = 3472, .kind = OP_RESEED }, .nonce = 17730247693572080437ULL, .seed_nbytes = 125, .seed = { 0x70, 0x90, 0x27, 0xd0, 0xc0, 0xcd, 0x0f, 0xcb, 0x1e, 0x79, 0x08, 0xa7, 0x36, 0x3b, 0x61, 0x23, 0xa5, 0x7f, 0xeb, 0x54, 0x0f, 0xc7, 0xfd, 0x44, 0x6d, 0x53, 0x75, 0x9b, 0x3d, 0x87, 0x1d, 0x82, 0xfd, 0x71, 0x7b, 0x6e, 0xc9, 0x11, 0x66, 0xbd, 0x2c, 0x27, 0x41, 0x36, 0xdc, 0x09, 0x43, 0x4c, 0x05, 0xc3, 0x76, 0x0f, 0xcd, 0x16, 0xc6, 0x79, 0x95, 0xa9, 0xb0, 0x91, 0xad, 0x13, 0xaa, 0xdd, 0xa2, 0xf9, 0x1d, 0xe4, 0x4f, 0xc2, 0xc5, 0x80, 0x17, 0x5e, 0x7c, 0x1d, 0x72, 0xe8, 0x71, 0x9e, 0x7c, 0xf6, 0x01, 0x88, 0x18, 0x1b, 0xb1, 0xdf, 0x11, 0xb1, 0x06, 0xfa, 0xd7, 0x66, 0x81, 0x20, 0x68, 0x6e, 0x52, 0x55, 0xa4, 0xa8, 0x9b, 0x07, 0x53, 0x4b, 0x8d, 0xa4, 0x7c, 0xa6, 0x31, 0xea, 0x05, 0x62, 0xc9, 0x39, 0xcc, 0xf7, 0xb6, 0xe6, 0xfe, 0x4b, 0xd3, 0xfa, 0x4d } }; static const struct cckprng_op_reseed op_reseed_3677 = { .hd = { .id = 3473, .kind = OP_RESEED }, .nonce = 8716790453417373441ULL, .seed_nbytes = 44, .seed = { 0x73, 0xab, 0xb9, 0x1b, 0xfc, 0xb4, 0xe9, 0x67, 0x8e, 0x79, 0x4b, 0x0a, 0xf0, 0xef, 0x4c, 0xa1, 0xe7, 0x81, 0xfa, 0x7f, 0x08, 0x44, 0x86, 0x85, 0x79, 0x16, 0x72, 0x59, 0xcd, 0x32, 0x67, 0xae, 0x45, 0xc0, 0x0c, 0xaa, 0xa5, 0x5d, 0x0a, 0x45, 0x26, 0xb3, 0xa9, 0xce } }; static const struct cckprng_op_generate op_init_3678 = { .hd = { .id = 3474, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0x62, 0x4f, 0xa7, 0xaf, 0x08, 0x1c, 0x31 } } }; static const struct cckprng_op_generate op_init_3679 = { .hd = { .id = 3475, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0xb7, 0x58, 0xd2, 0x54, 0x17, 0xfa, 0x8d, 0x35, 0xa5, 0xc1, 0xdb, 0x65, 0xfe, 0xfb, 0x72, 0xf6, 0xa2, 0x19, 0xd8, 0x2a, 0x8f, 0x9d, 0xbe, 0xf8, 0x87, 0x01, 0x94, 0x01, 0x4d, 0xb8, 0x9e, 0x05, 0x68, 0x31, 0xd1, 0xf8, 0xf5, 0x7e, 0x87, 0x23, 0x48, 0x5c, 0xa7, 0xf5, 0x10, 0x69, 0x98, 0x86, 0x15, 0x6a, 0x9e, 0x17, 0xab, 0xc1, 0x76, 0x0b, 0xa1, 0x2f, 0x27, 0x51, 0x60, 0xd9, 0x21, 0x48, 0xc6, 0x2b, 0xb6, 0xbe, 0x8b, 0x85, 0xde, 0x72, 0x4f, 0xc7, 0x10, 0x16, 0x4f, 0x76, 0x61, 0x5a, 0xc0, 0x7c, 0x18, 0x86, 0x92, 0x47, 0xcf, 0xce, 0x1d, 0x69, 0x84, 0xdc, 0x48, 0xb4, 0x77, 0xcf, 0x5d, 0xda, 0xfb, 0x1f, 0x93, 0xf7, 0xc9, 0xcf, 0x2b, 0xed, 0x50, 0xa2, 0xf8, 0x68, 0xe6, 0x89, 0x0a, 0x6b, 0x11, 0xa6, 0xed, 0xcb, 0xbb, 0x49, 0x74, 0x4a, 0xdb, 0x48, 0xef, 0x13, 0x9b, 0x7c, 0x34, 0x1e, 0x3e, 0xfb, 0xf5, 0x78, 0x24, 0x01, 0xc2, 0x7f, 0x0b, 0x8f, 0xc1, 0x30, 0xcd, 0x65, 0x29, 0x8d, 0xf5, 0xe9, 0xf7, 0xe6, 0x9d, 0x38, 0xdd, 0xc0, 0xa6, 0x04, 0x11, 0x22, 0x69, 0xab, 0x9e, 0x93, 0x5d, 0xa4, 0x31, 0x69, 0x0a, 0xf1, 0x21, 0x3b, 0x63, 0x9b, 0x71, 0x8c, 0x73, 0xf1, 0x02, 0xdb, 0x65, 0x34, 0x26, 0x6d, 0x6f, 0x3f, 0xeb, 0x1b, 0xc5, 0x4b, 0x54, 0xe2, 0x06, 0xae, 0x62, 0xa0, 0x61, 0xb0, 0xff, 0x97, 0xa5, 0x31, 0x33, 0x5e, 0xc4, 0x1b, 0xff, 0xb4, 0xdb, 0x47, 0x63, 0x54, 0xf8, 0x64, 0xd3, 0x95, 0x88, 0x95, 0x5f, 0x5b, 0xa8, 0xb9, 0x63, 0x21, 0xfd, 0x6a, 0x0d, 0x04, 0xba, 0x8a, 0x2d, 0x49, 0x48, 0xa9, 0x4b, 0xa6, 0x3b, 0xd1, 0xaa, 0xb9, 0xb1, 0x7b, 0x00, 0x60, 0xf2, 0x7a, 0x8d, 0x80, 0x5b, 0xe3, 0x4b, 0x10, 0x22, 0x0a, 0xdf, 0xf4 } } }; static const struct cckprng_op_generate op_init_3680 = { .hd = { .id = 3476, .kind = OP_GENERATE }, .rand_nbytes = 61, .out = { .rand = { 0x12, 0xe6, 0x45, 0xbc, 0x98, 0x97, 0xa1, 0x6e, 0xd3, 0x55, 0x86, 0x99, 0xd2, 0x61, 0x57, 0x95, 0x78, 0x0d, 0xe9, 0x97, 0x8e, 0x8d, 0xc3, 0x76, 0x90, 0x5a, 0x49, 0x40, 0xfe, 0xfc, 0x89, 0xb4, 0xd6, 0x07, 0xad, 0x81, 0x47, 0x5e, 0xa7, 0x63, 0x58, 0x46, 0xfe, 0x1c, 0x0f, 0x4a, 0x63, 0x6b, 0x92, 0xf5, 0x85, 0x82, 0x0a, 0x56, 0x66, 0x1a, 0xb8, 0x0e, 0xc3, 0xc5, 0x2f } } }; static const struct cckprng_op_generate op_init_3681 = { .hd = { .id = 3477, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0xc1, 0x69, 0xaf, 0xc2, 0x4f, 0x5a, 0xc3, 0xf6, 0x17, 0xa4, 0x8c, 0x24, 0x54, 0x4d, 0xcd, 0x90, 0x60, 0x0e, 0x2c, 0x80, 0xa3, 0x86, 0x8e, 0x9d, 0x96, 0x9f, 0x7a, 0xa8, 0x60, 0x82, 0x84, 0xe6, 0x06, 0x5f, 0xcb, 0xd3, 0x14, 0x35, 0x4a, 0xb2, 0x29, 0x36, 0xb9, 0x7a, 0x17, 0xa7, 0x63, 0xa5, 0xf2, 0x45, 0x43, 0x04, 0xeb, 0xd2, 0x7f, 0x60, 0x66, 0xdf, 0xa6, 0x3f, 0x4d, 0x2b, 0x2c, 0xcc, 0x1e, 0x1f, 0x61, 0x02, 0xdf, 0xc6, 0x77, 0x15, 0x17, 0x63, 0x37, 0x0a, 0x38, 0x8c, 0xfc, 0xa1, 0xb7, 0xcc, 0x5d, 0xc1, 0xbb, 0x6c, 0x66, 0x14, 0x6b, 0xdf, 0x56, 0x72, 0x5b, 0x53, 0xdb, 0x87, 0x56, 0x5b, 0x53, 0x55, 0xca, 0x55, 0x33, 0xa2, 0x30, 0x60, 0xf4, 0xa8, 0x80, 0xd5, 0x18, 0xac, 0xbd, 0xde, 0x30, 0x62, 0xf0, 0x5e, 0x4e, 0xea, 0x0c, 0x29, 0x28, 0x69, 0xdb, 0x31, 0x26, 0xad, 0x5b, 0x4b, 0x13, 0x48, 0x04, 0x85, 0x03, 0x00, 0xf9, 0x6b, 0x6a, 0x40, 0x39, 0x3f, 0xdf, 0x94, 0xd7, 0xdb, 0x61, 0xb0, 0xbb, 0x39, 0x40, 0x40, 0xaf, 0x12, 0x59, 0x5d, 0xe0, 0xee, 0x31, 0x46, 0x21, 0x49, 0x4e, 0x73, 0x0c, 0x25, 0x4b, 0x9a, 0x72, 0x0d, 0xf0, 0x64, 0x79, 0x1d, 0xd1, 0x43, 0xd0, 0x2d, 0x18, 0x92, 0x69, 0x7c, 0xd6, 0xc8, 0xdb, 0x6b, 0x89, 0x5c, 0x5f, 0x12, 0xd6, 0x75, 0x6c, 0x17, 0xc0, 0xe8, 0x35, 0x3a, 0xd7, 0xdc, 0x9b, 0x70, 0x92, 0xb8, 0xea, 0x4f } } }; static const struct cckprng_op_refresh op_refresh_3682 = { .hd = { .id = 3478, .kind = OP_REFRESH }, .rand = 5729853974131728144ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3683 = { .hd = { .id = 3479, .kind = OP_GENERATE }, .rand_nbytes = 234, .out = { .rand = { 0x14, 0xa8, 0x0d, 0x01, 0x97, 0xc5, 0xfb, 0x09, 0x31, 0x8d, 0xbc, 0xe4, 0xff, 0xb9, 0x42, 0xc4, 0xdc, 0x6e, 0x69, 0x0f, 0xa1, 0x90, 0xa4, 0x86, 0x8b, 0xeb, 0x62, 0xf7, 0xc3, 0x9b, 0xb8, 0xb5, 0x2b, 0x2a, 0x0c, 0x1c, 0x35, 0xca, 0x8d, 0x37, 0xbf, 0xa0, 0x73, 0x4e, 0x4e, 0xe3, 0x47, 0xa6, 0x7e, 0x50, 0xd5, 0x8f, 0xcc, 0x62, 0xe3, 0xbf, 0x1f, 0x1f, 0x44, 0x90, 0x5b, 0x09, 0xf9, 0x0a, 0x6e, 0x9c, 0x15, 0x35, 0xd4, 0xcc, 0x95, 0x8f, 0x4f, 0x6b, 0xee, 0xad, 0x15, 0x0a, 0x88, 0x10, 0x22, 0x26, 0x1f, 0x23, 0xf6, 0xb9, 0x94, 0x90, 0xb3, 0x64, 0xa1, 0x58, 0x39, 0x63, 0x93, 0xb2, 0x2c, 0x28, 0x02, 0x98, 0x4a, 0xec, 0x8d, 0xed, 0xe9, 0xcb, 0x9d, 0xb0, 0xd5, 0xa9, 0x81, 0x2d, 0x42, 0x32, 0x1f, 0x6d, 0xf0, 0x47, 0xfc, 0x83, 0x6a, 0xa3, 0x8e, 0x31, 0x1a, 0x5a, 0x01, 0xd6, 0x47, 0x39, 0xa6, 0xf6, 0xaa, 0xf7, 0x53, 0x3f, 0xa5, 0xa8, 0x9d, 0xbb, 0x7f, 0xbc, 0x3d, 0x5a, 0x4d, 0x15, 0x67, 0x9b, 0xcc, 0x4c, 0x48, 0x8f, 0xdf, 0x5d, 0x67, 0xbf, 0x3b, 0x7a, 0xde, 0xb7, 0xfc, 0x8a, 0x51, 0xb2, 0xcf, 0xe8, 0xdd, 0x53, 0x6d, 0xa5, 0x5f, 0x0a, 0xc6, 0x54, 0xe3, 0x12, 0xad, 0xf9, 0x4a, 0xfa, 0x3e, 0xee, 0xc5, 0xb3, 0x9f, 0xc3, 0xa6, 0xd3, 0x95, 0x6b, 0x41, 0xa0, 0xcd, 0x99, 0x14, 0xbc, 0xd8, 0x13, 0xdf, 0x46, 0x99, 0xbb, 0xf0, 0x0c, 0x95, 0x81, 0xcc, 0xc8, 0x7d, 0x4b, 0x46, 0x70, 0xc1, 0x22, 0x71, 0xde, 0x22, 0x45, 0x7d, 0xcc, 0xeb, 0xa3, 0x22, 0xe0, 0x47, 0xb7, 0xce, 0x04, 0x60, 0x70, 0xe6, 0x24, 0x87, 0x8a } } }; static const struct cckprng_op_refresh op_refresh_3684 = { .hd = { .id = 3480, .kind = OP_REFRESH }, .rand = 6127222131330851518ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3685 = { .hd = { .id = 3481, .kind = OP_REFRESH }, .rand = 8186199191116478831ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3686 = { .hd = { .id = 3482, .kind = OP_GENERATE }, .rand_nbytes = 121, .out = { .rand = { 0x61, 0x5f, 0xfd, 0x24, 0xf7, 0x91, 0xf7, 0x93, 0x33, 0x34, 0x8a, 0xc0, 0xd9, 0x7f, 0x35, 0x4d, 0x7c, 0x8f, 0x40, 0x2b, 0xa1, 0x7e, 0x98, 0xca, 0x22, 0x02, 0xb4, 0x6c, 0xd7, 0x54, 0xa6, 0x13, 0xaf, 0xa1, 0x62, 0xa5, 0xaf, 0x13, 0x89, 0xbb, 0x40, 0x0e, 0x1e, 0x84, 0x0a, 0x50, 0x07, 0xd3, 0xe0, 0xc1, 0x20, 0x2a, 0xfd, 0x4e, 0x95, 0x58, 0x34, 0x24, 0x07, 0xb0, 0xdc, 0xd7, 0x31, 0xd3, 0xff, 0xf2, 0x08, 0x49, 0xab, 0xe8, 0xac, 0xa6, 0x4d, 0xe4, 0xbf, 0xd9, 0xcb, 0x70, 0x50, 0x60, 0x8d, 0xef, 0x7e, 0x3a, 0x64, 0xd3, 0x0c, 0x32, 0x6c, 0x19, 0xdb, 0xcc, 0x60, 0x7b, 0xf7, 0x1a, 0x35, 0x17, 0x69, 0x16, 0x67, 0x40, 0xf8, 0x84, 0xd0, 0xaa, 0x9b, 0xbe, 0xf0, 0xbb, 0x19, 0x37, 0xd3, 0x32, 0x49, 0x0e, 0xc8, 0x4e, 0x40, 0xb8, 0x6f } } }; static const struct cckprng_op_reseed op_reseed_3687 = { .hd = { .id = 3483, .kind = OP_RESEED }, .nonce = 1114765157060265196ULL, .seed_nbytes = 270, .seed = { 0xb6, 0xd9, 0x35, 0x8d, 0xe1, 0x1a, 0x84, 0x2e, 0x8a, 0x83, 0x62, 0xa6, 0x89, 0xff, 0x2d, 0x1f, 0xe5, 0xd2, 0xeb, 0x9c, 0xcf, 0x11, 0xaa, 0x39, 0xa0, 0x36, 0x5b, 0x43, 0x78, 0xdd, 0xc3, 0x26, 0x46, 0x7b, 0x3f, 0xae, 0xd2, 0xb0, 0x7f, 0xbc, 0xc6, 0x01, 0xf5, 0x0d, 0xb9, 0x32, 0x95, 0xe5, 0x97, 0x48, 0xa8, 0x48, 0xcf, 0x71, 0xf8, 0x93, 0x14, 0xd7, 0x8e, 0xd7, 0x41, 0x1c, 0x3e, 0xd4, 0x6b, 0xe5, 0xb4, 0xfe, 0x35, 0x05, 0x35, 0xbb, 0xf5, 0xf3, 0xd4, 0x40, 0x74, 0x7b, 0xbf, 0x3f, 0xe3, 0xff, 0xf4, 0xb3, 0x14, 0x36, 0x7b, 0xc5, 0x7d, 0xd0, 0x00, 0xd2, 0x78, 0xfe, 0xa4, 0xcb, 0x7c, 0x78, 0xb7, 0xb3, 0x0f, 0xa2, 0xc4, 0x02, 0xde, 0x3e, 0x73, 0xfe, 0xb5, 0xbf, 0x4f, 0x03, 0x3c, 0xda, 0x71, 0x8d, 0xd6, 0x19, 0x0b, 0x9f, 0x94, 0x40, 0x96, 0xf7, 0xa8, 0x5d, 0xc0, 0x20, 0x4d, 0xe5, 0x90, 0xf2, 0xbf, 0xc7, 0x42, 0xbe, 0xe9, 0x69, 0x6b, 0x2a, 0x62, 0x0a, 0x51, 0x83, 0xb0, 0x41, 0x14, 0x8b, 0x76, 0x38, 0x63, 0xd9, 0xc7, 0xcd, 0x0d, 0xec, 0x62, 0x86, 0x3c, 0xce, 0xb4, 0xac, 0xa4, 0xcc, 0x47, 0x80, 0x20, 0x4e, 0x4d, 0xce, 0x75, 0xbc, 0x96, 0x20, 0x61, 0xdf, 0xa0, 0xe8, 0x91, 0x67, 0x60, 0xd5, 0x72, 0x02, 0x3f, 0x37, 0xf4, 0xc5, 0x8e, 0x7d, 0x27, 0xe5, 0x41, 0x79, 0x47, 0x6f, 0x12, 0xe8, 0x23, 0x24, 0x44, 0x96, 0xb8, 0x96, 0xac, 0xda, 0xd2, 0xe0, 0x36, 0x42, 0x74, 0x72, 0x87, 0x20, 0xab, 0x05, 0xc3, 0x45, 0x7f, 0x7f, 0x7d, 0xe8, 0xea, 0x56, 0xb0, 0x11, 0x9b, 0xde, 0x0b, 0x41, 0xd5, 0x01, 0x3d, 0xcd, 0x74, 0x79, 0x2e, 0xf8, 0xd9, 0x0c, 0xf6, 0xd5, 0x21, 0x08, 0x11, 0xad, 0xaf, 0x56, 0xc8, 0x41, 0x52, 0x0e, 0x4f, 0x1d, 0x87, 0xc9, 0x5e, 0xa0, 0xf8, 0x9a, 0x32, 0x6f, 0x5c, 0x4e, 0x6a, 0x08, 0xc9, 0x2d, 0x93, 0x27 } }; static const struct cckprng_op_reseed op_reseed_3688 = { .hd = { .id = 3484, .kind = OP_RESEED }, .nonce = 13369146583826186536ULL, .seed_nbytes = 104, .seed = { 0x4b, 0x3c, 0x88, 0x53, 0xf5, 0xa3, 0xf1, 0xde, 0x77, 0x2b, 0x76, 0xbc, 0xdc, 0x51, 0x02, 0x6a, 0x79, 0xad, 0x1d, 0xd4, 0x6e, 0xa6, 0xaf, 0xaf, 0xe0, 0x5c, 0x61, 0x9f, 0xef, 0x4d, 0x9a, 0x4e, 0xfb, 0x53, 0x61, 0x1b, 0xfa, 0x04, 0xd7, 0xe9, 0x7c, 0x36, 0xac, 0xca, 0x16, 0x49, 0x2f, 0xc3, 0x25, 0xb0, 0x19, 0x3b, 0x7c, 0xd3, 0x60, 0xcc, 0x68, 0xb8, 0xef, 0x6b, 0x35, 0x9b, 0x17, 0x99, 0x53, 0x11, 0x1a, 0x67, 0x2a, 0xee, 0x19, 0xd8, 0xe2, 0xc8, 0x5e, 0x5e, 0xe2, 0x6d, 0xe3, 0x55, 0x47, 0xca, 0x58, 0x17, 0x26, 0x11, 0x02, 0xfe, 0x1e, 0x62, 0x0a, 0xbe, 0xb5, 0xb7, 0x27, 0xe4, 0xd7, 0xc9, 0x44, 0x08, 0x57, 0x61, 0x6a, 0xae } }; static const struct cckprng_op *ops_3689[] = { (const struct cckprng_op *)&op_init_3673, (const struct cckprng_op *)&op_refresh_3674, (const struct cckprng_op *)&op_reseed_3675, (const struct cckprng_op *)&op_reseed_3676, (const struct cckprng_op *)&op_reseed_3677, (const struct cckprng_op *)&op_init_3678, (const struct cckprng_op *)&op_init_3679, (const struct cckprng_op *)&op_init_3680, (const struct cckprng_op *)&op_init_3681, (const struct cckprng_op *)&op_refresh_3682, (const struct cckprng_op *)&op_init_3683, (const struct cckprng_op *)&op_refresh_3684, (const struct cckprng_op *)&op_refresh_3685, (const struct cckprng_op *)&op_init_3686, (const struct cckprng_op *)&op_reseed_3687, (const struct cckprng_op *)&op_reseed_3688 }; static const struct cckprng_vector vec_3690 = { .id = 3485, .note = NULL, .nops = 16, .ops = ops_3689 }; static const struct cckprng_op_init op_init_3691 = { .hd = { .id = 3486, .kind = OP_INIT }, .seed = { 0xd0, 0xd5, 0xd5, 0x1b, 0x4d, 0x0d, 0x38, 0x8c, 0xe8, 0x4d, 0xcb, 0x4d, 0x43, 0x3f, 0x84, 0xfb, 0x7b, 0x65, 0xc4, 0xbc, 0xae, 0xa2, 0x97, 0x3a, 0x9a, 0xa4, 0x45, 0x75, 0x18, 0x9b, 0xbc, 0x96 }, .nonce = { 0xdb, 0x61, 0x6e, 0x5e, 0x0f, 0x71, 0x64, 0x00 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3692 = { .hd = { .id = 3487, .kind = OP_REFRESH }, .rand = 14992422887858446686ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3693 = { .hd = { .id = 3488, .kind = OP_REFRESH }, .rand = 10703635423142596564ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3694 = { .hd = { .id = 3489, .kind = OP_GENERATE }, .rand_nbytes = 257, .out = { .rand = { 0x08, 0x02, 0x93, 0x18, 0x0b, 0xf7, 0x9d, 0x8f, 0x2e, 0xe7, 0x6f, 0x66, 0x66, 0xb1, 0xba, 0xe5, 0x5d, 0xb5, 0x97, 0xd0, 0x45, 0xeb, 0x93, 0xaa, 0xa9, 0x06, 0x06, 0x44, 0x91, 0x1b, 0xe3, 0xcc, 0x59, 0x2d, 0xfe, 0x11, 0x92, 0x7c, 0x88, 0xa0, 0x8b, 0x6b, 0xf8, 0x01, 0x1e, 0xa4, 0x01, 0xba, 0x8c, 0xa7, 0x47, 0x73, 0x62, 0x95, 0xda, 0x48, 0x96, 0xf0, 0x65, 0x0c, 0xe1, 0x68, 0xd9, 0x7e, 0xe5, 0xec, 0x49, 0x11, 0x66, 0x24, 0xfe, 0xba, 0xb5, 0x6e, 0xe9, 0xe1, 0x9c, 0x6c, 0x50, 0x20, 0xb8, 0x5c, 0xcf, 0x10, 0x3a, 0x43, 0x7e, 0xd0, 0x1d, 0x46, 0x2f, 0x86, 0x5d, 0x10, 0x39, 0xbd, 0x19, 0xcc, 0x3b, 0x9c, 0x9e, 0xcd, 0x5c, 0x72, 0x42, 0xc9, 0x09, 0x4c, 0x1d, 0x35, 0x09, 0x8b, 0xd1, 0xc8, 0x21, 0x24, 0x02, 0x33, 0x09, 0x2e, 0x1d, 0xc1, 0x0c, 0x95, 0xab, 0x38, 0xad, 0xc9, 0x51, 0x06, 0xed, 0x3e, 0xda, 0x61, 0x17, 0xba, 0x7f, 0xfd, 0x9e, 0xb4, 0x2e, 0x8d, 0x7b, 0xa1, 0x6f, 0xf9, 0x9b, 0xb2, 0xde, 0xe6, 0x5c, 0x85, 0xf1, 0xf9, 0xb6, 0x8e, 0x35, 0x1e, 0xb8, 0x24, 0x9e, 0x50, 0x79, 0x03, 0xa7, 0x18, 0x32, 0x49, 0x35, 0x32, 0x82, 0x80, 0xfc, 0x95, 0x85, 0xf1, 0x10, 0x01, 0x16, 0xb6, 0xb9, 0xb8, 0x82, 0x37, 0xe3, 0x7c, 0xe6, 0x0f, 0xee, 0x7b, 0x5e, 0x47, 0x5c, 0xac, 0xf5, 0xc5, 0x43, 0x43, 0x6e, 0xcd, 0xa5, 0xb6, 0x17, 0xcc, 0x4b, 0xab, 0xde, 0x96, 0x92, 0x97, 0x88, 0x1c, 0x8b, 0xa4, 0xa1, 0x6d, 0x9a, 0x28, 0x9b, 0xd2, 0x8c, 0x38, 0x68, 0x32, 0x12, 0x59, 0xdc, 0x2a, 0xbb, 0x26, 0x99, 0x44, 0x6f, 0x58, 0x40, 0xe1, 0x90, 0xaf, 0x95, 0x3b, 0x69, 0xbb, 0x60, 0x8f, 0xfd, 0x5c, 0x15, 0xb1, 0x66, 0x1d, 0x01, 0x63, 0xcd, 0x04, 0x6b, 0x9c, 0x03 } } }; static const struct cckprng_op_refresh op_refresh_3695 = { .hd = { .id = 3490, .kind = OP_REFRESH }, .rand = 13643907069225959446ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3696 = { .hd = { .id = 3491, .kind = OP_REFRESH }, .rand = 4752780660921508828ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3697 = { .hd = { .id = 3492, .kind = OP_GENERATE }, .rand_nbytes = 251, .out = { .rand = { 0x5a, 0x9e, 0x42, 0xc6, 0xfa, 0xa9, 0x37, 0xd8, 0x9e, 0x89, 0x52, 0x40, 0x2c, 0xce, 0xf8, 0x9a, 0xcb, 0x98, 0xb0, 0xc4, 0x6b, 0xc3, 0x37, 0x6f, 0xef, 0xf2, 0x39, 0x7d, 0xa0, 0xaa, 0x0b, 0x96, 0x90, 0x56, 0xfa, 0x24, 0x59, 0xf0, 0xc7, 0x01, 0xfc, 0xd9, 0x5f, 0x4a, 0x8c, 0x32, 0x50, 0x80, 0x52, 0xb9, 0x55, 0x51, 0x4a, 0xa1, 0x00, 0x1f, 0x3a, 0x58, 0xe5, 0x19, 0xba, 0x30, 0xa3, 0xb0, 0xbc, 0xf1, 0x03, 0x77, 0x99, 0xa6, 0xb6, 0xe3, 0x50, 0x06, 0xd5, 0xea, 0x39, 0x17, 0xd2, 0xff, 0x6d, 0x52, 0x0a, 0x40, 0xdc, 0x6b, 0xa9, 0xc9, 0xa0, 0x30, 0xac, 0xc0, 0xce, 0x22, 0xcb, 0x49, 0xe5, 0xdf, 0x1f, 0x9b, 0xb1, 0xf3, 0x83, 0xb0, 0xc7, 0x5e, 0x27, 0xb6, 0xfc, 0xed, 0xe5, 0xe5, 0x4b, 0xf5, 0xba, 0xfe, 0x96, 0x27, 0x9e, 0x33, 0x91, 0x25, 0xa5, 0xe0, 0x33, 0xea, 0x9a, 0x5b, 0xff, 0x00, 0xfc, 0x28, 0xdc, 0x33, 0x8c, 0x9d, 0x22, 0xc3, 0xda, 0xd2, 0xa1, 0x9b, 0x47, 0x56, 0x25, 0xf8, 0x0a, 0xc0, 0x73, 0x10, 0x7d, 0xe0, 0x81, 0xa6, 0xf1, 0xa9, 0x03, 0xa0, 0x0e, 0xd1, 0x5a, 0x44, 0x1e, 0xea, 0xfa, 0x22, 0x47, 0x8c, 0x25, 0x44, 0xe0, 0xca, 0x65, 0x62, 0x81, 0x7a, 0xcd, 0xfb, 0x29, 0x20, 0xb9, 0x18, 0x40, 0xfb, 0xad, 0xce, 0xe9, 0x6d, 0xc6, 0x36, 0x44, 0x23, 0x30, 0x7e, 0xbe, 0xf9, 0x81, 0x1b, 0x70, 0x91, 0x96, 0x2b, 0xb9, 0x59, 0xbc, 0x03, 0xf4, 0xe7, 0x41, 0xaf, 0xe2, 0x20, 0xac, 0x1a, 0x7e, 0x51, 0x4c, 0xa4, 0xb6, 0x55, 0x4f, 0xa2, 0x39, 0x86, 0xa9, 0x08, 0x42, 0xfa, 0x42, 0x8d, 0x8c, 0x3b, 0x06, 0xa2, 0x2a, 0xec, 0xdd, 0x70, 0x23, 0x07, 0xee, 0x5c, 0xbf, 0xca, 0x43, 0x35, 0xae, 0xd2, 0xe7, 0x49, 0x91 } } }; static const struct cckprng_op_generate op_init_3698 = { .hd = { .id = 3493, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0xc6, 0x53, 0x4e, 0x02, 0x00, 0xa8, 0x16, 0x09, 0x2a, 0x8e, 0xb7, 0x9e, 0xc9, 0x71, 0x43, 0xb0, 0x82, 0x93, 0xf4, 0x21, 0x6a, 0xe2, 0x15, 0xa4, 0x5e, 0xe7, 0x13, 0x8e, 0x41, 0xfe, 0x09, 0x88, 0x47, 0x76, 0x61, 0x8a } } }; static const struct cckprng_op_refresh op_refresh_3699 = { .hd = { .id = 3494, .kind = OP_REFRESH }, .rand = 14231573228775680812ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3700 = { .hd = { .id = 3495, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0xa7, 0xf4, 0x44, 0xb7, 0x5a, 0x51, 0xf6, 0x60, 0x85, 0x31, 0x2c, 0x55, 0x4e, 0xc5, 0x39, 0xed, 0xe1, 0x73, 0xcd, 0x89, 0xbc, 0x0b, 0xc2, 0x69, 0x4d, 0x3e, 0x54, 0x35, 0x81, 0xac, 0x12, 0x69, 0x4b, 0xff, 0xce, 0x2f, 0x68, 0xee, 0xad, 0xf6, 0x14, 0x65, 0x16, 0x1b, 0xd2, 0xac, 0xfc, 0xcb, 0x3b, 0x43, 0x2a, 0xda, 0x08, 0x5b, 0x0e, 0x3e, 0x49, 0x0f, 0xaa, 0x4b, 0x4d, 0x29, 0xf8, 0xf1, 0x21, 0xa8, 0x8d, 0xf5, 0xfb, 0x3e, 0xb2, 0x1d, 0xd3, 0x30, 0x85, 0xe6, 0x70, 0x74, 0x4d, 0xf8, 0x33, 0x1b, 0x1a, 0xd0, 0x0c, 0x19, 0x49, 0xf7, 0x56, 0x66, 0x3f, 0x60, 0x4c, 0xf6 } } }; static const struct cckprng_op_generate op_init_3701 = { .hd = { .id = 3496, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x86, 0x37, 0xd7, 0x6e, 0xe1, 0x65, 0x80, 0xb2, 0x40, 0x1a, 0xae, 0x33, 0x49, 0x29, 0x4f, 0xb2, 0xa3, 0x31, 0x97, 0x0f, 0x0d, 0x4c, 0x52, 0xbe, 0xb1, 0x24, 0x13, 0x86, 0x46, 0x81, 0x81, 0xf6, 0x23, 0x10, 0xec, 0x88, 0xd7, 0x95, 0xea, 0xd0, 0x9e, 0x92, 0xb0, 0x94, 0x27, 0x2a, 0xd0, 0xa9, 0x2e, 0xab, 0xf1, 0x0e, 0x67, 0x19, 0xf8, 0x34, 0xbf, 0x93, 0x42, 0x14, 0x70, 0x43, 0x7c, 0x39, 0xf6, 0xe5, 0xd7, 0xe9, 0xea, 0xd6, 0x98, 0x33, 0xaf, 0x64, 0xb7, 0xf2, 0x02, 0x7f, 0x73, 0xb7, 0x12, 0x01, 0x6a, 0x83, 0xa2, 0xf3, 0xd5, 0x8d, 0x96, 0x5e, 0x1c, 0x66, 0x57, 0x57, 0x61, 0x6f, 0x9b, 0x92, 0xf2, 0x7d, 0xfd, 0x9a, 0x55, 0xfc, 0xf9, 0xf0, 0x85, 0xdb, 0xbf, 0xa1 } } }; static const struct cckprng_op_generate op_init_3702 = { .hd = { .id = 3497, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0x4d, 0xc1, 0x23, 0xf2, 0x78, 0xf8, 0xde, 0x8f, 0x0a, 0x2d, 0xe4, 0x5e, 0x0f, 0x98, 0x58, 0x1f, 0x12, 0x5f, 0xf6, 0x07, 0x9f, 0x5d, 0x6f, 0xaf, 0xdc, 0x0f, 0x89, 0xdd, 0xda, 0x07, 0xb3, 0x2c, 0x4c, 0xd5, 0xa7, 0x78, 0xf6, 0x0b, 0x80, 0x97, 0xd6, 0x8f, 0x89, 0x2c, 0x09, 0xa2, 0x7b, 0x49, 0x37, 0x4c, 0xbf, 0x67, 0xa7, 0x5e, 0x77, 0x04, 0xda, 0xf6, 0x70, 0xfe, 0x56, 0x64, 0x5f, 0x83, 0x9c, 0x00, 0xf3, 0x75, 0xea, 0xea, 0x68, 0xa1, 0x13, 0x0b, 0x58, 0x24, 0xa4, 0x85, 0x46, 0x20, 0x04, 0xf5, 0xef, 0xc7, 0xbf, 0x31, 0xec, 0x15, 0x89, 0x7d, 0xd8, 0x7b, 0xc0, 0xb6, 0x66, 0x37, 0x0b, 0x31, 0x92, 0x99, 0xc2, 0xe4, 0x53, 0x3c, 0x7e, 0x39, 0xa4, 0xc5, 0x5f, 0xef, 0x99, 0x0b, 0xaa, 0x8e, 0x6e, 0xf1, 0x2a, 0xb9, 0xe1, 0x4f, 0x57, 0xc4, 0xd2, 0xef, 0xc0, 0x3a, 0x9b, 0x95, 0xbe, 0x10, 0xf1, 0x33, 0x9f, 0x9c, 0x08, 0xc5, 0x83, 0x83, 0x33, 0x1b, 0x82, 0x4e, 0x8e, 0x8c, 0x79, 0x82, 0x44, 0x5b, 0xbd, 0x5d, 0x17, 0x97, 0x8d, 0xc1, 0x18, 0x9d, 0x1d, 0x52, 0xd1, 0x41, 0xf7, 0xd6, 0x55, 0xda, 0x97, 0xac, 0x7d, 0x9a, 0x41, 0x9d, 0x1e, 0x70, 0x01, 0x4e, 0x96, 0x74, 0x05, 0xbd, 0x7e, 0x79, 0x99, 0x24, 0x4e, 0x00, 0xa0, 0x0c, 0xba, 0xcf, 0xc8, 0x78, 0xf8, 0xaf, 0xca } } }; static const struct cckprng_op_generate op_init_3703 = { .hd = { .id = 3498, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x1d, 0xe0, 0x49, 0x1a, 0xb6, 0xa8, 0x03, 0x55, 0x5e, 0xe1, 0x3a, 0x78, 0xf0, 0x89, 0xbe, 0x26, 0x8f, 0x59, 0x28, 0x64, 0x90, 0xcf, 0x3b, 0xc4, 0x2c, 0xb4, 0x41, 0x8b, 0x53, 0x9e, 0x9e, 0x9e, 0x35, 0x84, 0x2c, 0x47, 0xf3, 0x26, 0x31, 0x72, 0x5f, 0xf8, 0xbc, 0x60, 0x81, 0x94, 0xe3, 0x82, 0x11, 0xdb, 0x92, 0x1d, 0xfd, 0xf8, 0xe6, 0x63, 0x55, 0xa1, 0x42, 0xe7, 0x30, 0xb4, 0x71, 0x97, 0x10, 0xe8, 0x49, 0x45, 0xd7, 0x70, 0x50, 0xcf, 0x3c, 0x74, 0x4c, 0xe8, 0xee, 0x35, 0x2e, 0x4b, 0x8c, 0x0a, 0xc5, 0xcf, 0xb0, 0x84, 0x98, 0x53, 0x5c, 0xa4, 0xa7, 0x21, 0x76, 0xde, 0xbb, 0x5c, 0x78, 0x4f, 0xbd, 0x07, 0x15, 0x44, 0x50, 0x54, 0x99, 0xae, 0x81, 0xaa, 0xa7, 0x32, 0xa6, 0x86, 0x9d, 0x26, 0x6e, 0x92, 0x7a, 0xc6, 0x2b, 0x9d, 0x70, 0x64, 0x9c, 0x84, 0x32, 0xa7, 0xfc, 0x9e, 0xbf, 0x8e, 0x28, 0x8a, 0xb4, 0x91, 0xb8, 0xcf, 0xf3, 0xe3, 0xe7, 0xea, 0x7f, 0x98, 0x26, 0x9e, 0xd8, 0x04, 0x6b, 0x9a, 0x34, 0xc8, 0xef, 0xda, 0x57, 0xb5, 0x08, 0x40, 0x06, 0xe4, 0xc8, 0x9d, 0x04, 0x3b, 0xab, 0xda, 0xff, 0xd0, 0x94, 0x4f, 0x07, 0xc7, 0x45, 0xcd, 0x60, 0x23, 0x90, 0x96, 0x48, 0x53, 0x93, 0xc4, 0xed, 0xf9, 0x0a, 0xbf, 0xa7, 0xdb, 0x7f, 0x0d, 0x7a, 0xd2, 0xec, 0xf8, 0x0e, 0xec, 0xf4, 0x3d, 0x6a, 0x81, 0x68, 0x4e, 0xd6, 0xfb, 0xb9, 0x7d } } }; static const struct cckprng_op_refresh op_refresh_3704 = { .hd = { .id = 3499, .kind = OP_REFRESH }, .rand = 15658831365929173017ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3705 = { .hd = { .id = 3500, .kind = OP_REFRESH }, .rand = 2459195381207698906ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3706 = { .hd = { .id = 3501, .kind = OP_GENERATE }, .rand_nbytes = 80, .out = { .rand = { 0xd1, 0x1b, 0x1b, 0x34, 0xc9, 0x3b, 0x8b, 0x09, 0x33, 0x89, 0xd7, 0x0b, 0x84, 0x06, 0x67, 0x69, 0x1b, 0x35, 0xf2, 0x90, 0xda, 0xfe, 0x5f, 0x57, 0x65, 0xb5, 0x36, 0x59, 0xcc, 0x89, 0x9b, 0x87, 0x32, 0xdf, 0x05, 0x82, 0xd2, 0x93, 0xd7, 0xe5, 0xba, 0x63, 0xda, 0x7c, 0xa5, 0x0b, 0x2f, 0x7e, 0xfc, 0x2c, 0x36, 0xfa, 0xad, 0x6b, 0xb6, 0x87, 0x75, 0x12, 0x73, 0x48, 0xd1, 0x55, 0x54, 0xef, 0x68, 0xe8, 0x65, 0x9a, 0xb2, 0xaf, 0x61, 0xd7, 0x5d, 0x8d, 0x10, 0x19, 0x1f, 0xba, 0x9c, 0x6e } } }; static const struct cckprng_op *ops_3707[] = { (const struct cckprng_op *)&op_init_3691, (const struct cckprng_op *)&op_refresh_3692, (const struct cckprng_op *)&op_refresh_3693, (const struct cckprng_op *)&op_init_3694, (const struct cckprng_op *)&op_refresh_3695, (const struct cckprng_op *)&op_refresh_3696, (const struct cckprng_op *)&op_init_3697, (const struct cckprng_op *)&op_init_3698, (const struct cckprng_op *)&op_refresh_3699, (const struct cckprng_op *)&op_init_3700, (const struct cckprng_op *)&op_init_3701, (const struct cckprng_op *)&op_init_3702, (const struct cckprng_op *)&op_init_3703, (const struct cckprng_op *)&op_refresh_3704, (const struct cckprng_op *)&op_refresh_3705, (const struct cckprng_op *)&op_init_3706 }; static const struct cckprng_vector vec_3708 = { .id = 3502, .note = NULL, .nops = 16, .ops = ops_3707 }; static const struct cckprng_op_init op_init_3709 = { .hd = { .id = 3503, .kind = OP_INIT }, .seed = { 0x9d, 0x71, 0xef, 0xa3, 0x87, 0xdc, 0x82, 0x99, 0x69, 0xad, 0xe7, 0x44, 0x29, 0xfe, 0xc4, 0xe6, 0x92, 0x9e, 0x88, 0x86, 0x22, 0x89, 0xa7, 0x99, 0xf0, 0xa7, 0x4f, 0xf3, 0x4c, 0xb7, 0x3a, 0xa2 }, .nonce = { 0x59, 0xd1, 0x54, 0x70, 0x0d, 0x3f, 0xc1, 0xd7 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3710 = { .hd = { .id = 3504, .kind = OP_RESEED }, .nonce = 18057476461726721639ULL, .seed_nbytes = 175, .seed = { 0x03, 0x91, 0xb6, 0x7f, 0xbd, 0x98, 0xb6, 0xcb, 0x16, 0xc2, 0x01, 0x8c, 0xdd, 0x93, 0x32, 0x2a, 0xeb, 0xc3, 0xb6, 0x62, 0x56, 0x45, 0x5d, 0xe1, 0xd0, 0x81, 0x18, 0x22, 0x09, 0x18, 0x9d, 0x26, 0xd4, 0xd4, 0x2c, 0x5d, 0xf5, 0x27, 0x5c, 0xbc, 0x84, 0xc0, 0x05, 0xa7, 0x02, 0xb4, 0xa2, 0xd2, 0xbf, 0x91, 0x33, 0xd0, 0xb8, 0x37, 0x82, 0xf3, 0x9b, 0x71, 0x84, 0x4a, 0xca, 0x09, 0xb2, 0x6c, 0x23, 0x46, 0x50, 0x0e, 0x6f, 0x40, 0xa3, 0x8e, 0xec, 0x84, 0x86, 0xe7, 0x4c, 0x06, 0x3a, 0x50, 0x89, 0xf8, 0x54, 0x10, 0x52, 0xf4, 0xb1, 0x73, 0x52, 0xde, 0xb4, 0x02, 0xfb, 0x0f, 0x43, 0xb6, 0xa0, 0x33, 0xc5, 0x73, 0x74, 0xc8, 0x25, 0x8f, 0xe7, 0xdf, 0x05, 0x01, 0xd3, 0xfc, 0x80, 0x71, 0x9a, 0xc4, 0x33, 0xe9, 0xb1, 0x5d, 0xef, 0x6b, 0xf0, 0x90, 0x1e, 0x38, 0xa0, 0x00, 0x7b, 0x0a, 0xd3, 0xad, 0x3c, 0x87, 0xc9, 0xd6, 0x69, 0xb7, 0xf4, 0xa0, 0xc8, 0x79, 0xa4, 0x0c, 0x1f, 0x53, 0x56, 0xdc, 0xf8, 0x01, 0x8a, 0x72, 0x50, 0xe5, 0x02, 0xf7, 0x53, 0x3f, 0xda, 0x30, 0x69, 0x6d, 0x6d, 0x62, 0x29, 0x18, 0x3d, 0x03, 0xf7, 0x33, 0xf5, 0x1f, 0xf5, 0xe5, 0x0a, 0x2e, 0xdb } }; static const struct cckprng_op_reseed op_reseed_3711 = { .hd = { .id = 3505, .kind = OP_RESEED }, .nonce = 17683001308530725074ULL, .seed_nbytes = 151, .seed = { 0x1d, 0x4d, 0xcf, 0xd3, 0x79, 0xe9, 0x90, 0x8f, 0x43, 0x5f, 0x03, 0x1c, 0x49, 0xe0, 0xc0, 0xdb, 0x76, 0x95, 0x58, 0xfc, 0x1e, 0xea, 0xae, 0x81, 0xf7, 0xd1, 0x81, 0x4e, 0x83, 0xd7, 0x37, 0xa8, 0xdb, 0xfa, 0x32, 0x20, 0x67, 0xb2, 0x63, 0x50, 0x4e, 0xf4, 0x79, 0x5e, 0xab, 0x5f, 0x3b, 0x89, 0x55, 0xc5, 0x4e, 0x66, 0xd6, 0x08, 0x32, 0x45, 0x94, 0x9d, 0xaf, 0xf7, 0x92, 0x9c, 0xaf, 0xe7, 0x2e, 0xcc, 0x7e, 0x31, 0x67, 0xa8, 0xe1, 0x44, 0xaf, 0x04, 0x3c, 0x36, 0xbc, 0xa8, 0x71, 0xc1, 0xb1, 0x4c, 0xd8, 0x62, 0x5a, 0xdb, 0xe0, 0x15, 0xbc, 0x1e, 0x0a, 0x04, 0xc5, 0x77, 0x1b, 0x9c, 0x7c, 0xdf, 0xf1, 0x21, 0x7b, 0x5d, 0xe6, 0x6c, 0x18, 0xba, 0x01, 0xbe, 0x0b, 0x60, 0x30, 0x26, 0xba, 0x0c, 0x42, 0xdd, 0x2e, 0xb9, 0xe5, 0x8f, 0x55, 0xe3, 0xa5, 0x31, 0xdb, 0xee, 0xd9, 0xd0, 0x79, 0xb7, 0x4c, 0x65, 0xb7, 0xd0, 0x3c, 0xf9, 0xf2, 0x75, 0x3b, 0x5f, 0xf8, 0x45, 0x3b, 0x61, 0x91, 0x3c, 0xcc, 0xa7, 0xad, 0x0b, 0xd0 } }; static const struct cckprng_op_reseed op_reseed_3712 = { .hd = { .id = 3506, .kind = OP_RESEED }, .nonce = 8001086809799907089ULL, .seed_nbytes = 125, .seed = { 0xac, 0xbb, 0xda, 0x14, 0x4d, 0x62, 0x08, 0x55, 0x51, 0x01, 0x86, 0x13, 0x5a, 0x43, 0x2a, 0x7f, 0x82, 0x9e, 0xaf, 0x40, 0x3c, 0xa7, 0x24, 0xc5, 0xec, 0xa4, 0x63, 0x1f, 0x6f, 0x03, 0x02, 0x99, 0x11, 0x92, 0xa4, 0x25, 0x5f, 0x33, 0x28, 0xf0, 0x6d, 0xa4, 0x14, 0xf4, 0x4b, 0xcf, 0xf2, 0xd5, 0x6c, 0x24, 0x75, 0x10, 0x09, 0x64, 0x9d, 0x5e, 0x52, 0x34, 0xe3, 0xc8, 0x1c, 0xd6, 0x04, 0x02, 0x6e, 0xd4, 0xf4, 0x51, 0x5d, 0xc9, 0x27, 0xf6, 0xf1, 0xfb, 0x73, 0xd6, 0x34, 0xcd, 0xa0, 0xcd, 0xe8, 0x41, 0x2f, 0x2d, 0x67, 0x80, 0x06, 0x7d, 0x56, 0xc0, 0x63, 0xa5, 0x69, 0xe5, 0x1f, 0x4c, 0x1e, 0x93, 0x70, 0x0c, 0x0c, 0xae, 0xb6, 0x21, 0xaf, 0xfb, 0x84, 0xd7, 0xba, 0x1b, 0x38, 0x1e, 0xae, 0x98, 0x78, 0x0e, 0x72, 0xfd, 0xf8, 0xb7, 0x44, 0x1f, 0x70, 0x8c, 0xf2 } }; static const struct cckprng_op_generate op_init_3713 = { .hd = { .id = 3507, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0x05, 0x61, 0xbe, 0x1c, 0x5f, 0x7c, 0x88, 0x60, 0x75, 0x13, 0x7e, 0xb4, 0xea, 0xc0, 0xd9, 0xd3, 0x77, 0xb6, 0xf7, 0x7a, 0x08, 0x06, 0x8d, 0xe2, 0xfd, 0xb1, 0x50, 0x94, 0xbd, 0x02, 0x5e, 0x9d, 0x68, 0x88, 0x2c, 0x78, 0x16, 0x43, 0xb9, 0x8f, 0x9d, 0x2f, 0x71, 0x72, 0x59, 0xb6, 0x4d, 0x8a, 0xf1, 0x91, 0x0e, 0xbf, 0xe3, 0x87, 0xc5, 0x1c, 0xe5, 0x8c, 0xea, 0x2e, 0x6e, 0x26, 0xc2, 0x2c, 0x94, 0x5b, 0x59, 0x08, 0x67, 0xd7, 0x2a, 0x8c, 0xcc, 0xe0, 0xe5, 0x56, 0x66, 0x60, 0x10, 0x63, 0x5c, 0x3b, 0x8c, 0xdc, 0x9e, 0xce, 0x3b, 0x00, 0xbd, 0x3c, 0xdb, 0x17, 0x78, 0x81, 0x66, 0xff, 0x96, 0x69, 0x06, 0xe8, 0x72, 0xf2, 0x8f, 0x39, 0xc7, 0xe9, 0xd1, 0x1b, 0xbe, 0xf9, 0x27, 0x66, 0x97, 0x8e, 0x66, 0xe2, 0xdb, 0xe2, 0x80, 0x46, 0xb0, 0xed, 0x18, 0x2f, 0xff, 0x8a, 0xda, 0x79, 0xbf, 0x0e, 0xd8, 0x39, 0xa0, 0x11, 0xca, 0x48, 0xb2, 0x3b, 0xe3, 0x72, 0x87, 0x3f, 0xc2, 0x92, 0x7a, 0x4b, 0x59, 0x25, 0xad, 0x1e, 0x79, 0xa8, 0x8e, 0x5a, 0x51, 0xc0, 0x3b, 0xd2, 0xfa, 0x19, 0x39, 0x6d, 0xa6, 0xcb, 0x7f, 0xe6, 0x56, 0x91, 0x9b, 0x9e, 0x32, 0x23, 0xdc, 0xc2, 0x06, 0x85, 0x8c, 0x2a, 0x2a, 0x9a, 0x83, 0x1e, 0x4c, 0x51, 0x6b, 0x81, 0x84, 0x02, 0x3b, 0x7b, 0xb8, 0x1b, 0xe8, 0xa2, 0x2f, 0xc3, 0x75, 0x66, 0x64, 0x2b, 0xef, 0x79, 0xb9, 0x76, 0x97, 0x74, 0x77, 0xdb, 0xba, 0xac, 0x77, 0xb0, 0xd8, 0xe8, 0x24, 0x34, 0x6c, 0x92, 0x82, 0x3e, 0xfc, 0x5d, 0xbc, 0x1f, 0xa4, 0x4c, 0x53, 0x30, 0x4d, 0x53, 0x2d, 0x86, 0x09, 0xf5, 0x8c, 0x1a, 0x2c, 0x5c, 0xc3, 0xbd, 0x90, 0x96, 0xb5, 0x6f, 0x73, 0x4a, 0x0a, 0xba, 0xe1, 0x9d, 0x50, 0x19, 0x63, 0xfd, 0x6b, 0xcf, 0xcc, 0xae, 0x6b, 0xec, 0x00, 0x7f, 0x30, 0xd0, 0x84, 0xb3, 0x7e, 0xbd, 0xb6, 0x90, 0x8e, 0xf5, 0x13, 0x74, 0xd6, 0x1d, 0x2f, 0x2e, 0x3c, 0xf0, 0x4f, 0x69, 0x7c, 0x64, 0xe4 } } }; static const struct cckprng_op_refresh op_refresh_3714 = { .hd = { .id = 3508, .kind = OP_REFRESH }, .rand = 4626520063191563479ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3715 = { .hd = { .id = 3509, .kind = OP_RESEED }, .nonce = 16168545975655617097ULL, .seed_nbytes = 46, .seed = { 0xa9, 0x31, 0xf7, 0x2c, 0xf8, 0x8d, 0xb9, 0x8f, 0xbf, 0x5d, 0x91, 0xf4, 0x83, 0x36, 0x23, 0x62, 0x6f, 0x7d, 0x2c, 0x2b, 0x76, 0xdb, 0x3a, 0x50, 0xe5, 0x11, 0x8f, 0x6d, 0xe2, 0xf6, 0x2f, 0x55, 0x05, 0x97, 0xb0, 0xf8, 0x1c, 0x16, 0xce, 0x70, 0xba, 0x4d, 0xcf, 0x4e, 0x36, 0x67 } }; static const struct cckprng_op_generate op_init_3716 = { .hd = { .id = 3510, .kind = OP_GENERATE }, .rand_nbytes = 179, .out = { .rand = { 0x84, 0x0c, 0x5c, 0x29, 0x01, 0xb4, 0x70, 0xaf, 0xdb, 0xfe, 0x9d, 0x82, 0xac, 0x85, 0x1b, 0x6a, 0xfc, 0x91, 0x69, 0xd6, 0x64, 0x35, 0x43, 0xdb, 0x8b, 0xc3, 0xec, 0xa0, 0x03, 0x5c, 0x63, 0xcc, 0xc8, 0xe4, 0x6e, 0x40, 0xaa, 0x37, 0x29, 0x54, 0x1b, 0xda, 0xe6, 0xaf, 0x06, 0xab, 0xa6, 0xae, 0xfc, 0x28, 0x9e, 0x79, 0xf1, 0x49, 0x2a, 0x28, 0x55, 0xd8, 0xef, 0x2d, 0x7e, 0x95, 0xa8, 0xd4, 0x0f, 0x54, 0xed, 0x9c, 0x62, 0x01, 0xb6, 0x39, 0x78, 0x0b, 0x14, 0x58, 0x0f, 0xdb, 0xd7, 0xef, 0x6d, 0xf0, 0x31, 0xe6, 0x5b, 0xfc, 0xf5, 0x7c, 0xc5, 0xa8, 0x70, 0x80, 0xe9, 0xc4, 0x3d, 0x9b, 0x32, 0xf2, 0x23, 0xba, 0x17, 0xd5, 0x55, 0x36, 0x5d, 0xb1, 0xc0, 0x3e, 0x22, 0x88, 0x10, 0x38, 0x94, 0xc6, 0xc5, 0x6a, 0x56, 0xb6, 0x8e, 0x1d, 0xe4, 0x1e, 0x05, 0xb7, 0x63, 0xac, 0x9d, 0x11, 0x8d, 0x2d, 0x21, 0xfe, 0xe0, 0xf5, 0x13, 0xd0, 0x92, 0x13, 0x6b, 0xad, 0x7d, 0x0d, 0xdf, 0x7f, 0x96, 0xd1, 0xf1, 0x17, 0x0b, 0xe2, 0xa8, 0xab, 0xe3, 0x09, 0x1f, 0xae, 0x88, 0x32, 0xdd, 0xb1, 0x5a, 0xc5, 0x88, 0xee, 0x9f, 0x93, 0x6b, 0xbf, 0xb4, 0xb2, 0x28, 0x90, 0xd6, 0x05, 0xb3, 0x52, 0x6f, 0x98, 0x18 } } }; static const struct cckprng_op_refresh op_refresh_3717 = { .hd = { .id = 3511, .kind = OP_REFRESH }, .rand = 15743805838272966151ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3718 = { .hd = { .id = 3512, .kind = OP_REFRESH }, .rand = 3369548288695079420ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3719 = { .hd = { .id = 3513, .kind = OP_RESEED }, .nonce = 16384088266119160724ULL, .seed_nbytes = 137, .seed = { 0xf6, 0x19, 0xf0, 0x77, 0x9d, 0x93, 0x21, 0x50, 0x50, 0x9c, 0x07, 0xea, 0xcb, 0xf6, 0x37, 0x35, 0xf0, 0x02, 0x65, 0xa0, 0xce, 0xa4, 0x10, 0xe6, 0x06, 0xcb, 0xac, 0x09, 0xa4, 0xdb, 0x80, 0x3a, 0x16, 0xc1, 0x87, 0x4a, 0x6e, 0x5b, 0xfb, 0x84, 0x64, 0xb8, 0xe8, 0xaf, 0x75, 0x8a, 0x20, 0x0c, 0xb7, 0x7c, 0x6c, 0x2c, 0x56, 0x95, 0xd2, 0x75, 0xc8, 0x75, 0x49, 0xb1, 0x3b, 0xae, 0xa1, 0xf3, 0x01, 0xef, 0xc5, 0x0f, 0xd9, 0x77, 0x21, 0x40, 0x63, 0x01, 0xb3, 0x1e, 0x78, 0x9e, 0x32, 0x28, 0xf9, 0x59, 0x53, 0x53, 0x84, 0xea, 0x6a, 0x8e, 0x69, 0x78, 0xd2, 0xbd, 0x62, 0xa4, 0x4c, 0x8c, 0x8d, 0xfd, 0x67, 0xd9, 0x9e, 0x6a, 0xa9, 0x5b, 0x7a, 0x3f, 0x87, 0x1d, 0xff, 0xe1, 0x4a, 0xf5, 0x46, 0xfd, 0x64, 0x8e, 0x41, 0xc9, 0xbb, 0x02, 0x13, 0xb9, 0x61, 0x59, 0xf8, 0x44, 0xff, 0xa6, 0x65, 0xf8, 0xa3, 0xc2, 0x16, 0x6c, 0x76, 0x2a, 0x0b } }; static const struct cckprng_op_refresh op_refresh_3720 = { .hd = { .id = 3514, .kind = OP_REFRESH }, .rand = 4864692397449183973ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3721 = { .hd = { .id = 3515, .kind = OP_REFRESH }, .rand = 16579869439088302563ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3722 = { .hd = { .id = 3516, .kind = OP_RESEED }, .nonce = 2724963434187305168ULL, .seed_nbytes = 287, .seed = { 0x9e, 0x2a, 0xec, 0x11, 0x8e, 0xa4, 0x59, 0x70, 0xf9, 0xdc, 0x23, 0xac, 0xb0, 0xc1, 0x38, 0x92, 0xc0, 0x1e, 0x94, 0xc3, 0x1f, 0x6a, 0x69, 0x15, 0x31, 0x94, 0x7c, 0x60, 0x60, 0x72, 0x8a, 0xce, 0x0d, 0x09, 0x23, 0x18, 0xf3, 0xba, 0xf6, 0x6a, 0xe9, 0x2c, 0x2c, 0x49, 0x8f, 0xfa, 0xea, 0x3a, 0x76, 0xf1, 0xcb, 0x8d, 0x40, 0x2f, 0xf8, 0x5d, 0xcf, 0x1a, 0xc3, 0x88, 0x2c, 0xc0, 0x43, 0x98, 0x35, 0xa2, 0xb0, 0xa5, 0xbd, 0x8c, 0x4e, 0x7d, 0x4b, 0xa2, 0x78, 0x14, 0xfc, 0xea, 0xeb, 0xc3, 0x7a, 0x52, 0xb7, 0x5d, 0x70, 0x0c, 0xf7, 0x47, 0x9c, 0x42, 0x16, 0x95, 0x8b, 0x22, 0x28, 0x96, 0x55, 0x1c, 0xb4, 0x84, 0x6c, 0xaa, 0x99, 0x90, 0x6f, 0x8b, 0x3d, 0xcd, 0x74, 0xbd, 0x65, 0x5a, 0xc8, 0xf5, 0x82, 0xa3, 0x35, 0xe2, 0x11, 0x3a, 0xa8, 0x69, 0x0d, 0x3e, 0xf2, 0x28, 0xdf, 0x21, 0x72, 0x86, 0x18, 0x36, 0x74, 0xf5, 0xf7, 0x25, 0x2f, 0xa1, 0x03, 0x48, 0x55, 0xe2, 0xc2, 0x1d, 0x0a, 0xc0, 0x85, 0x3f, 0x93, 0x6c, 0x3d, 0x41, 0x18, 0x67, 0xad, 0x7d, 0xfb, 0xc3, 0xe0, 0x43, 0x64, 0x62, 0x7f, 0xee, 0xa1, 0xd4, 0x93, 0x28, 0x24, 0x68, 0x29, 0x27, 0xd3, 0xb4, 0x4c, 0xb0, 0x27, 0x56, 0xf5, 0xec, 0xe6, 0x05, 0xb5, 0xd1, 0x05, 0xed, 0xaa, 0x5a, 0xc0, 0xdb, 0xd6, 0xde, 0x6d, 0x8e, 0x9e, 0x1e, 0x71, 0xc4, 0x0e, 0x91, 0x64, 0xe2, 0x30, 0x48, 0xc0, 0x72, 0x9f, 0x02, 0x5d, 0xde, 0x11, 0x5c, 0x03, 0x72, 0x94, 0x9f, 0xdd, 0xbf, 0x67, 0x6e, 0xd7, 0xff, 0xb2, 0x5a, 0x61, 0x9c, 0xb7, 0x2a, 0x33, 0xaa, 0xe8, 0x2a, 0x59, 0x3d, 0x23, 0xa0, 0x6a, 0xee, 0xe7, 0x35, 0x12, 0x66, 0xca, 0x02, 0xfa, 0x53, 0x92, 0x8d, 0x6e, 0xb6, 0xb8, 0x7a, 0xf8, 0xb4, 0xe0, 0x8c, 0xff, 0x4e, 0x94, 0x73, 0xf7, 0xa6, 0xc4, 0xf3, 0xc2, 0xaf, 0x9e, 0x41, 0xb3, 0xb7, 0xc2, 0x0b, 0x34, 0x2a, 0x76, 0xff, 0x6a, 0x4b, 0x46, 0x1f, 0x94, 0xb9, 0xcd, 0xf1, 0xee, 0x16, 0x26 } }; static const struct cckprng_op_reseed op_reseed_3723 = { .hd = { .id = 3517, .kind = OP_RESEED }, .nonce = 8965827184798947502ULL, .seed_nbytes = 253, .seed = { 0x02, 0xa9, 0x39, 0x78, 0x20, 0xb2, 0x8c, 0x5e, 0x79, 0x8e, 0x33, 0xd2, 0xeb, 0xf7, 0x38, 0x2a, 0x37, 0x36, 0xd7, 0xc4, 0x0e, 0x4d, 0xa9, 0xe7, 0xf2, 0xba, 0x60, 0x4a, 0x58, 0x40, 0x66, 0x77, 0x48, 0xbb, 0x6b, 0x65, 0xbe, 0xc6, 0xa3, 0xdb, 0xcc, 0x9a, 0x7f, 0x35, 0xf1, 0xf7, 0x4c, 0x38, 0xf0, 0xe7, 0xae, 0xf0, 0x00, 0xda, 0xeb, 0x84, 0x43, 0xf6, 0xdd, 0x51, 0xf6, 0x6e, 0x91, 0xd2, 0x7e, 0x44, 0xd1, 0xc9, 0x69, 0xd1, 0x82, 0x05, 0xe0, 0x98, 0x44, 0xc6, 0x37, 0xd7, 0x37, 0x84, 0x75, 0xcf, 0xea, 0xd9, 0xb6, 0x9f, 0x2b, 0xdc, 0xd5, 0xd9, 0x86, 0x04, 0x8d, 0x25, 0x28, 0xdb, 0x69, 0xd9, 0x88, 0xbd, 0x2c, 0x25, 0x5e, 0x58, 0x4b, 0x01, 0x58, 0x66, 0x86, 0x08, 0xd3, 0xf9, 0x79, 0x9f, 0xc5, 0xfa, 0xe2, 0xcd, 0xc6, 0xa7, 0x27, 0x9c, 0xc9, 0x9e, 0xfb, 0xad, 0x9e, 0x9d, 0x0f, 0x8e, 0x75, 0x6f, 0x35, 0x59, 0xf0, 0xca, 0x6c, 0xdf, 0x09, 0x04, 0x36, 0x8b, 0x75, 0x56, 0x18, 0x9e, 0x13, 0xbf, 0x93, 0x3e, 0x9f, 0xa5, 0xee, 0xa6, 0x51, 0x5f, 0xd1, 0xc5, 0x3a, 0xd5, 0xd6, 0x3b, 0x4a, 0x24, 0xd2, 0x6d, 0x82, 0xc0, 0x2e, 0xbd, 0x95, 0x2d, 0x17, 0xd2, 0x1d, 0x51, 0x81, 0x5b, 0x13, 0x76, 0x74, 0x00, 0xef, 0x26, 0x67, 0x6f, 0x66, 0xd7, 0xd5, 0xad, 0xbd, 0x37, 0x6a, 0x5b, 0xb1, 0xa8, 0x03, 0xe0, 0xdc, 0xe6, 0xdf, 0xd2, 0xb6, 0xae, 0x50, 0x75, 0x87, 0xc5, 0xfa, 0x42, 0x39, 0xfa, 0x76, 0x5b, 0x5b, 0x58, 0x9a, 0x95, 0xfa, 0x97, 0x37, 0x75, 0x4e, 0x76, 0x07, 0x2c, 0x5d, 0x82, 0x84, 0x62, 0x5d, 0x02, 0x18, 0xa6, 0xf8, 0x57, 0x72, 0x9d, 0xb6, 0x1c, 0x23, 0x5e, 0xd4, 0xca, 0x23, 0xdf, 0xf3, 0x36, 0xbd, 0x15, 0x40, 0x10, 0xdc } }; static const struct cckprng_op_reseed op_reseed_3724 = { .hd = { .id = 3518, .kind = OP_RESEED }, .nonce = 13701905257973303881ULL, .seed_nbytes = 112, .seed = { 0xcf, 0x60, 0x77, 0x0d, 0x61, 0xc2, 0xa8, 0x6f, 0x3d, 0x09, 0x17, 0x64, 0xa7, 0x44, 0xbd, 0x03, 0x93, 0x37, 0x17, 0x36, 0x47, 0xe9, 0xf3, 0x4a, 0x90, 0xd8, 0x46, 0xe7, 0xe8, 0xf9, 0x38, 0xe1, 0x33, 0xbd, 0x01, 0x4a, 0x5f, 0xad, 0xe5, 0xc5, 0x7a, 0xf0, 0x34, 0x0d, 0xc7, 0x03, 0x6f, 0xbe, 0x1f, 0x14, 0xcf, 0x02, 0xda, 0x80, 0x13, 0x3e, 0x4f, 0x88, 0x64, 0x6e, 0x22, 0x21, 0x79, 0x41, 0x98, 0x1a, 0x6f, 0x6c, 0xc2, 0xdd, 0xc6, 0x27, 0x1f, 0x8f, 0xaf, 0xe7, 0x99, 0xc0, 0xe4, 0xc5, 0xe0, 0x79, 0xa8, 0x9b, 0x18, 0x64, 0xf3, 0x8a, 0x01, 0xac, 0x7a, 0xdf, 0x4f, 0xfe, 0xa3, 0xe9, 0x7a, 0x92, 0xc0, 0xb3, 0x27, 0xe2, 0xb8, 0x23, 0xda, 0xe3, 0xaa, 0xbe, 0xbe, 0xa1, 0x38, 0x2e } }; static const struct cckprng_op *ops_3725[] = { (const struct cckprng_op *)&op_init_3709, (const struct cckprng_op *)&op_reseed_3710, (const struct cckprng_op *)&op_reseed_3711, (const struct cckprng_op *)&op_reseed_3712, (const struct cckprng_op *)&op_init_3713, (const struct cckprng_op *)&op_refresh_3714, (const struct cckprng_op *)&op_reseed_3715, (const struct cckprng_op *)&op_init_3716, (const struct cckprng_op *)&op_refresh_3717, (const struct cckprng_op *)&op_refresh_3718, (const struct cckprng_op *)&op_reseed_3719, (const struct cckprng_op *)&op_refresh_3720, (const struct cckprng_op *)&op_refresh_3721, (const struct cckprng_op *)&op_reseed_3722, (const struct cckprng_op *)&op_reseed_3723, (const struct cckprng_op *)&op_reseed_3724 }; static const struct cckprng_vector vec_3726 = { .id = 3519, .note = NULL, .nops = 16, .ops = ops_3725 }; static const struct cckprng_op_init op_init_3727 = { .hd = { .id = 3520, .kind = OP_INIT }, .seed = { 0x4d, 0x48, 0x20, 0x4f, 0xb8, 0x92, 0x87, 0x30, 0xd7, 0xd5, 0xf8, 0xf6, 0x7f, 0x27, 0xb9, 0x77, 0xbf, 0x45, 0xd9, 0x6c, 0x4e, 0x24, 0xfd, 0x1f, 0x07, 0x2b, 0x3e, 0x3e, 0xcb, 0x08, 0xc5, 0x47 }, .nonce = { 0x92, 0xe5, 0x21, 0x24, 0xcd, 0xe4, 0xb0, 0xd5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3728 = { .hd = { .id = 3521, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0xa4, 0x1f, 0xf8, 0x7e, 0x92, 0x6f, 0xa8, 0x7f, 0x8d, 0x0d, 0xdd, 0xd2, 0xa6, 0x10, 0xf7, 0xee, 0x3b, 0x73, 0x33, 0x38, 0x25, 0xde, 0x20, 0x4f, 0x53, 0x44, 0xf3, 0x4e, 0xd5, 0x2c, 0x86, 0x79, 0x0c, 0x71, 0xfb, 0x79, 0xe1, 0x7c, 0x00, 0x57, 0x3e, 0x74, 0x2c, 0xfc, 0x88, 0x91, 0xd9, 0x7d, 0x94, 0x06, 0x1a, 0xc3, 0x9d, 0x75, 0xfe, 0x6b, 0x8e, 0xf4, 0x5e, 0x3d, 0xa9, 0x51, 0x61, 0x98, 0x85, 0x4f, 0x20, 0x0c, 0x14, 0xb4, 0x00, 0x03, 0xc1, 0x6d, 0xd3, 0x04, 0x22, 0x97, 0xc8, 0x28, 0x60, 0x6a, 0x6f, 0x0d, 0xdb, 0xe5, 0xe0, 0x23, 0x84, 0xc0, 0x66, 0x60, 0x97, 0xfe, 0xb8, 0x49, 0x82, 0xe3, 0x2a, 0x53, 0xd4, 0xb0, 0xe9, 0x7c, 0xf9, 0x01, 0x63, 0x3d, 0xb8, 0x94, 0xa8, 0x3f, 0x2d, 0xc2, 0x85, 0x32, 0xb4, 0x71, 0xfb, 0x18, 0x12, 0x4e, 0x3f, 0x56, 0xd6, 0x7a, 0x7e, 0xf8, 0x39, 0x18, 0x29, 0xbf, 0x28, 0x50, 0x0a, 0x9e, 0x10, 0x38, 0x3b, 0x11, 0x5d, 0x78, 0x05, 0xbb, 0xb9, 0xbb, 0x5b, 0x87, 0x5c, 0x3e, 0x91, 0xad, 0x27, 0xaa, 0x3a, 0x53, 0x33, 0xe2, 0x83, 0xc7, 0x68, 0x98, 0xee, 0x2c, 0x15, 0x0c, 0x9c, 0xa7, 0x86, 0x89, 0x7e, 0xb0, 0x24, 0xb4, 0x78, 0x35, 0xb6, 0x3d, 0xa3, 0x0d, 0x7d, 0xdb, 0x4e, 0x2e, 0xb6, 0x94, 0xc1, 0x6e, 0xa7, 0x53, 0x4e, 0xf7, 0x3c, 0x14, 0x9e, 0x6f, 0x9f, 0x54, 0x56, 0x83, 0x42, 0x49, 0x52, 0xa0, 0xa3, 0x28, 0xab, 0xef, 0x92, 0x7c, 0x75, 0x35, 0x95, 0x35, 0x65, 0x5f, 0xb0, 0x6f, 0xff, 0x52, 0x1b, 0x27, 0xb7, 0x5f, 0x0a, 0x23, 0xcf, 0xfe, 0x93, 0xb9, 0x37, 0x77, 0x6a, 0x79, 0x0d, 0x4a, 0x3f, 0xa0, 0x50, 0xbd, 0xba, 0x1e, 0x21, 0xbb, 0x35, 0xe1, 0x1e, 0x32, 0xfe, 0x0a, 0xba, 0xfe, 0x30, 0xf3, 0x0e, 0x06, 0xcb, 0xde, 0x1a, 0xcd, 0xe8, 0x07, 0x3c, 0x4c, 0xad, 0x8d, 0xde, 0x27, 0xa2, 0xbc, 0x54, 0xbc, 0x4b, 0xd6, 0x85, 0xbb, 0xcb, 0x28, 0x4c, 0xc9, 0xfc, 0xb5, 0x78, 0x8f, 0x12 } } }; static const struct cckprng_op_reseed op_reseed_3729 = { .hd = { .id = 3522, .kind = OP_RESEED }, .nonce = 13365415137263606369ULL, .seed_nbytes = 265, .seed = { 0x17, 0x83, 0x09, 0xa8, 0x4b, 0xb9, 0xe6, 0xf5, 0xa0, 0xd2, 0xb6, 0xc3, 0xcb, 0x4d, 0xc7, 0x93, 0xef, 0x16, 0xfd, 0xcf, 0x3b, 0x74, 0xdc, 0xf5, 0x4d, 0x98, 0x3f, 0x57, 0x7d, 0xaa, 0x0d, 0x96, 0xca, 0xb5, 0xa0, 0x0e, 0x5b, 0xe7, 0x1f, 0xbc, 0xc3, 0x5c, 0x61, 0xeb, 0xae, 0xdc, 0x8e, 0xb8, 0x00, 0x3b, 0x9e, 0x94, 0x6e, 0x93, 0xdf, 0xc9, 0xb4, 0xdd, 0xda, 0x76, 0xb1, 0x05, 0x56, 0x26, 0x1c, 0x0c, 0xc0, 0xdb, 0x75, 0xfc, 0x35, 0xe7, 0x5f, 0xdc, 0xad, 0x9e, 0xef, 0xd9, 0x03, 0xb2, 0xeb, 0x60, 0xae, 0xf7, 0x74, 0xa9, 0x1e, 0xa5, 0x44, 0xb4, 0x8e, 0xe4, 0xf5, 0xda, 0x6a, 0x5e, 0x50, 0x06, 0xb7, 0x65, 0xb1, 0x23, 0x24, 0x0f, 0x06, 0xce, 0x18, 0x18, 0x64, 0x9d, 0x4e, 0x2a, 0x29, 0xf9, 0xa6, 0x83, 0xe3, 0x7a, 0x6b, 0x97, 0x0d, 0xf3, 0xa9, 0x01, 0x3a, 0x92, 0xa3, 0x97, 0x1e, 0x66, 0xdd, 0xb1, 0x4a, 0x15, 0xa2, 0x3d, 0x24, 0x81, 0x53, 0x67, 0x39, 0x97, 0x1a, 0x15, 0x8f, 0x8e, 0xe7, 0x52, 0x08, 0x80, 0xd4, 0x9d, 0xe7, 0xfc, 0xd6, 0x4e, 0x59, 0x33, 0x05, 0x5e, 0x84, 0x19, 0x3a, 0x95, 0x52, 0x83, 0x75, 0xb3, 0xdd, 0xe4, 0xf8, 0x0b, 0x4f, 0x02, 0x73, 0x2f, 0xbf, 0x75, 0x19, 0xc8, 0x92, 0x5e, 0x28, 0x4b, 0xbc, 0x2e, 0xbe, 0xfa, 0x00, 0x0d, 0xda, 0x1c, 0xdc, 0x46, 0x7d, 0x69, 0xef, 0xf9, 0x89, 0x00, 0xce, 0x70, 0x47, 0xbc, 0x79, 0x7b, 0x16, 0x05, 0x3d, 0x4e, 0xd0, 0xd8, 0x79, 0x1f, 0xc0, 0x6c, 0x5e, 0xa1, 0x2e, 0xb2, 0x58, 0x76, 0xbe, 0xf5, 0xc4, 0x4e, 0xc2, 0xfe, 0x28, 0x44, 0x1c, 0x4e, 0x3e, 0xa4, 0x6b, 0xc8, 0x28, 0x26, 0xcb, 0x54, 0x68, 0x20, 0x73, 0x36, 0x5a, 0x8d, 0xc5, 0xbb, 0x80, 0x8f, 0x29, 0xf6, 0x5c, 0xb0, 0xb2, 0xc5, 0x25, 0xa6, 0x9d, 0x8e, 0xaf, 0xe3, 0xcc, 0xcd, 0x68 } }; static const struct cckprng_op_refresh op_refresh_3730 = { .hd = { .id = 3523, .kind = OP_REFRESH }, .rand = 11713418636554076666ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3731 = { .hd = { .id = 3524, .kind = OP_RESEED }, .nonce = 9324268608688350654ULL, .seed_nbytes = 165, .seed = { 0x50, 0xac, 0xae, 0x2f, 0xa5, 0xc9, 0x34, 0xde, 0x57, 0xdd, 0xad, 0xda, 0x00, 0xf6, 0x08, 0xfb, 0x7b, 0x1d, 0x23, 0x7c, 0x4e, 0x8b, 0xd6, 0x08, 0x60, 0x82, 0xd3, 0xda, 0xc9, 0x1c, 0xaf, 0x4f, 0x22, 0xb6, 0xa1, 0xfd, 0xb5, 0x6d, 0xaf, 0x14, 0xa2, 0xde, 0x58, 0x5c, 0x03, 0x9c, 0x17, 0x12, 0xf3, 0xf8, 0x73, 0x22, 0x96, 0x51, 0x58, 0x2f, 0x80, 0x85, 0x8c, 0x43, 0x1a, 0x8b, 0xf7, 0x3a, 0x6b, 0x9e, 0x9b, 0xa8, 0xc6, 0xcb, 0xc9, 0x22, 0xd1, 0x09, 0x75, 0xf1, 0x80, 0xd1, 0xf2, 0xee, 0xcb, 0x92, 0xa0, 0xa9, 0x72, 0xa2, 0x03, 0x9b, 0xe7, 0x66, 0x84, 0xb1, 0x5e, 0x5d, 0xd5, 0x74, 0x1f, 0xd8, 0x76, 0x27, 0x58, 0x18, 0x6f, 0x1f, 0x78, 0x38, 0xaa, 0x86, 0x9e, 0xca, 0x30, 0x42, 0x8b, 0x50, 0x0b, 0xfe, 0x37, 0xeb, 0x40, 0x97, 0x9f, 0xd0, 0x1b, 0x08, 0x51, 0xa4, 0x72, 0x24, 0xcd, 0xa4, 0x57, 0xe4, 0x6f, 0xa5, 0x48, 0xda, 0xfb, 0xb5, 0x6a, 0x1e, 0x15, 0xd9, 0xae, 0xd1, 0x99, 0xa7, 0x5d, 0x07, 0x2f, 0x9d, 0x14, 0x73, 0x52, 0x10, 0xf0, 0xcb, 0xdd, 0xbd, 0x05, 0x8f, 0x8b, 0x64, 0x3f, 0x67, 0xde } }; static const struct cckprng_op_generate op_init_3732 = { .hd = { .id = 3525, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0xe0, 0xa3, 0x0d, 0x5a, 0x8c, 0x1e, 0x0f, 0x35, 0x4c, 0xa0, 0xe1, 0xde, 0x04, 0x76, 0xe7, 0x9e, 0x11, 0x87, 0xb9, 0x46, 0x7d, 0x8b, 0x64, 0xf1, 0xd1, 0xd8, 0x09, 0x62, 0xab, 0xde, 0xf9, 0xef, 0x97, 0x0c, 0x65, 0x86, 0x06, 0xd9, 0xbd, 0xcb, 0x73, 0xc0, 0x69, 0x46, 0x71, 0xe4, 0x64, 0x33, 0x79, 0x11, 0xf6, 0x1b, 0x18, 0xc6, 0x1d, 0x69, 0x94, 0xdb, 0x7c, 0xb4, 0xdb, 0x35, 0xd5, 0x49 } } }; static const struct cckprng_op_reseed op_reseed_3733 = { .hd = { .id = 3526, .kind = OP_RESEED }, .nonce = 2751246038152107697ULL, .seed_nbytes = 78, .seed = { 0x0c, 0x70, 0x31, 0x34, 0xe4, 0xea, 0xd1, 0x4a, 0xaf, 0xf9, 0xe5, 0x77, 0x33, 0x17, 0x0f, 0xb5, 0x51, 0x0f, 0xb8, 0x6a, 0xeb, 0x76, 0xa1, 0x8a, 0xae, 0x6b, 0x50, 0x0c, 0x8f, 0xef, 0x53, 0x5c, 0xe2, 0x37, 0x05, 0x1c, 0xe7, 0xe4, 0x08, 0xc4, 0xad, 0xa3, 0x9b, 0xaf, 0x28, 0x06, 0x5b, 0x3e, 0xfb, 0x5d, 0x96, 0x7e, 0x94, 0x84, 0x5b, 0x63, 0x19, 0xea, 0xd2, 0xe4, 0x16, 0x73, 0xc5, 0x2f, 0x0e, 0x76, 0x93, 0x63, 0xe4, 0xd5, 0xe6, 0x8c, 0x8e, 0x6c, 0x50, 0x5c, 0xa4, 0xe6 } }; static const struct cckprng_op_reseed op_reseed_3734 = { .hd = { .id = 3527, .kind = OP_RESEED }, .nonce = 10327247061162443941ULL, .seed_nbytes = 205, .seed = { 0x00, 0xd5, 0xd1, 0x23, 0xc8, 0xd2, 0x83, 0xf7, 0xf6, 0xe2, 0x5a, 0x85, 0x0c, 0x35, 0xc6, 0x4e, 0xd2, 0x35, 0xf8, 0x6e, 0xf8, 0x07, 0x82, 0x3c, 0x1c, 0xc2, 0x29, 0x1c, 0xe9, 0x21, 0x80, 0xa2, 0x1c, 0xe8, 0x24, 0xd6, 0x7d, 0x65, 0xff, 0xe8, 0x12, 0xe5, 0xac, 0xfa, 0xeb, 0xf5, 0xb2, 0x88, 0x60, 0xc4, 0xbb, 0xf5, 0x8b, 0x4a, 0x3f, 0x64, 0x51, 0xcf, 0x86, 0x2a, 0x9a, 0x98, 0x92, 0x6c, 0x4a, 0x90, 0x45, 0x5a, 0xc6, 0x21, 0xdf, 0xd2, 0x85, 0x53, 0x9e, 0xf1, 0x72, 0xae, 0xcb, 0x9b, 0x47, 0x9e, 0x74, 0x62, 0xbb, 0x62, 0x72, 0x26, 0x17, 0xf9, 0x90, 0x75, 0x4c, 0xcc, 0x22, 0x86, 0xb0, 0x6c, 0xb3, 0xfe, 0x53, 0xdd, 0xdb, 0x21, 0xbf, 0x0b, 0xcf, 0xfc, 0x85, 0x5e, 0x8c, 0x4a, 0x73, 0x1b, 0x36, 0x4f, 0xa4, 0x30, 0x03, 0xe7, 0x05, 0x70, 0x9c, 0x08, 0x50, 0x0e, 0xf9, 0x1d, 0x67, 0xcc, 0xa0, 0xe4, 0x74, 0x3e, 0xe5, 0x81, 0x63, 0x04, 0x95, 0x05, 0x79, 0x86, 0x04, 0x94, 0x57, 0x98, 0xc7, 0xb7, 0xf4, 0x3d, 0x19, 0xea, 0x10, 0xa7, 0xf9, 0xe9, 0x1d, 0x18, 0x06, 0x96, 0xd3, 0xf9, 0x6f, 0xe9, 0xeb, 0x69, 0xcf, 0x05, 0x08, 0xb3, 0xab, 0x4c, 0xfd, 0xe5, 0x29, 0x64, 0x17, 0x04, 0xc8, 0x31, 0xd1, 0xc3, 0xe5, 0x9d, 0xf9, 0x50, 0xd8, 0xc6, 0x96, 0x58, 0xf8, 0x76, 0x10, 0x96, 0x4b, 0xfb, 0x6c, 0x4a, 0x41, 0xef, 0xbd, 0x3a, 0xb2, 0xdd, 0x6b } }; static const struct cckprng_op_refresh op_refresh_3735 = { .hd = { .id = 3528, .kind = OP_REFRESH }, .rand = 12712093313311878524ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3736 = { .hd = { .id = 3529, .kind = OP_REFRESH }, .rand = 16632316043858479368ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3737 = { .hd = { .id = 3530, .kind = OP_RESEED }, .nonce = 11151075934523131715ULL, .seed_nbytes = 216, .seed = { 0x34, 0x3e, 0x01, 0x57, 0x2f, 0x70, 0xc5, 0x59, 0xa1, 0x18, 0x34, 0xd6, 0xf4, 0x0f, 0xad, 0xe1, 0x5e, 0x8e, 0xf9, 0x3e, 0x97, 0x48, 0x86, 0xc0, 0xdb, 0x64, 0x77, 0x8f, 0x0f, 0x49, 0x06, 0x22, 0x0b, 0xc4, 0x0e, 0xe0, 0xc4, 0x9d, 0x5e, 0x8b, 0x1b, 0x53, 0xeb, 0x6c, 0xb7, 0x8a, 0x81, 0x37, 0x01, 0xc5, 0x2f, 0xd9, 0xd2, 0x6b, 0x3a, 0x86, 0x26, 0x85, 0x1d, 0x6f, 0xd3, 0xeb, 0xd1, 0xaf, 0xd0, 0x8c, 0x4d, 0x27, 0xff, 0x14, 0x35, 0xe0, 0x96, 0x87, 0xad, 0xff, 0x2d, 0x4e, 0x6e, 0x8c, 0xee, 0x50, 0x82, 0x85, 0xc2, 0x8f, 0xf2, 0x82, 0x1a, 0x52, 0x23, 0x2b, 0xd4, 0x84, 0x5c, 0xfa, 0xa0, 0x5f, 0x54, 0x2c, 0x09, 0x11, 0x79, 0x38, 0xac, 0x3b, 0x21, 0xe5, 0xef, 0x33, 0x7a, 0xce, 0x19, 0x3c, 0xc4, 0x03, 0x4e, 0x6d, 0xe2, 0xf2, 0xef, 0x82, 0xe3, 0xc3, 0x23, 0x3e, 0x11, 0x70, 0xef, 0xdd, 0xbe, 0x69, 0x33, 0x8c, 0x10, 0xc1, 0xdb, 0xf1, 0x89, 0x57, 0x83, 0x6b, 0xba, 0xb6, 0x6e, 0x48, 0x56, 0x7e, 0x66, 0x51, 0x3e, 0xa5, 0x7f, 0xb4, 0xf1, 0x6b, 0x0d, 0x6b, 0xf8, 0xb4, 0x6b, 0xc0, 0x3e, 0xc4, 0xca, 0x72, 0xbc, 0x2d, 0x2b, 0x4d, 0x95, 0x15, 0xe0, 0xd9, 0xec, 0x9d, 0x42, 0x33, 0x26, 0x4e, 0xb6, 0x5b, 0x49, 0xc9, 0x81, 0x27, 0xcb, 0x55, 0x3d, 0xb2, 0x94, 0x6b, 0xdc, 0xfd, 0xef, 0x94, 0x06, 0x98, 0xd5, 0x32, 0x20, 0x9d, 0x8b, 0x9d, 0xe8, 0xaf, 0x66, 0x3a, 0x88, 0x44, 0xef, 0x90, 0x26, 0xbc, 0xe3, 0x05 } }; static const struct cckprng_op_generate op_init_3738 = { .hd = { .id = 3531, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0xf1, 0x8d, 0x3f, 0xc6, 0xe3, 0x6d, 0x38, 0x70, 0x6f, 0xe7, 0x00, 0x82, 0xbe, 0x4e, 0x7b, 0x50, 0x62, 0x36, 0x17, 0xc2, 0xfa, 0x7b, 0xbd, 0x08, 0xb0, 0xd0, 0xf9, 0xfb, 0x0d, 0x4a, 0xad, 0x35, 0xbd, 0xca, 0xf0, 0x6c, 0x57, 0x2b, 0x9b, 0xf5, 0x16, 0x0a, 0x15, 0x39, 0xa5, 0x85, 0x5a } } }; static const struct cckprng_op_generate op_init_3739 = { .hd = { .id = 3532, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x4e, 0x33, 0x00, 0x88, 0x68, 0x51, 0x8b, 0x20, 0x1c, 0xb2, 0xa3, 0x22, 0xcf, 0x09, 0xdd, 0x05, 0x2b, 0xb3, 0x04, 0x95, 0x5e, 0x0e, 0x0a, 0x6f, 0x7d, 0xd5, 0x82, 0xfd, 0x9f, 0x85, 0xe3, 0x84, 0x8f, 0xf5, 0x98, 0xd0, 0x1e, 0xb5, 0x24, 0x60, 0x38, 0x62, 0x3f, 0x7d, 0xdb, 0x82, 0x99, 0x0d, 0x6b, 0x8b, 0x53, 0x2a, 0xec, 0x29, 0x29, 0x59, 0x3a, 0x23, 0x3b, 0xf5, 0xbd, 0xc1, 0xe4, 0x20, 0x01, 0x28, 0xe9, 0xf2, 0xd9, 0x52, 0x9a, 0x23, 0xac, 0xf3, 0x30, 0xb3, 0x0b, 0x20, 0x9d, 0x03, 0x53, 0x7a, 0x81, 0x37, 0x47, 0x57, 0xde, 0xbd, 0xe4, 0x06, 0x68, 0x7f, 0x05, 0xc1, 0x97, 0x4b, 0xfb, 0xb7, 0x40, 0x58, 0xfa, 0xb3, 0x24, 0xf2, 0x96, 0x4c, 0xa3, 0xd4, 0x2b, 0xac, 0x94, 0xe2, 0xfb, 0x95, 0x3d, 0x73, 0xa9, 0x35 } } }; static const struct cckprng_op_reseed op_reseed_3740 = { .hd = { .id = 3533, .kind = OP_RESEED }, .nonce = 10948471538908439073ULL, .seed_nbytes = 192, .seed = { 0xfe, 0x26, 0x6c, 0xf3, 0x20, 0xc8, 0x48, 0xd7, 0x03, 0xf3, 0x00, 0x10, 0xac, 0xf1, 0x6d, 0xf5, 0x79, 0xec, 0x93, 0xf3, 0xaa, 0x1b, 0x2d, 0xc2, 0xc3, 0xfe, 0xa3, 0xc4, 0x05, 0x71, 0x60, 0xed, 0x45, 0x89, 0xa0, 0xcc, 0xed, 0xa7, 0x8f, 0x3d, 0x68, 0x17, 0xee, 0x72, 0x34, 0xe5, 0x9d, 0xc2, 0xa1, 0x47, 0x1f, 0xe1, 0xcf, 0xd6, 0xcf, 0x68, 0x75, 0x51, 0x63, 0x0c, 0x2d, 0xf7, 0xd1, 0x2d, 0xd4, 0x3e, 0xe2, 0x5c, 0x88, 0x3e, 0xab, 0x5b, 0x4e, 0x07, 0x14, 0x33, 0xc7, 0x60, 0x4d, 0xd8, 0x8a, 0x3c, 0xf2, 0x44, 0x79, 0xbf, 0xb0, 0xcb, 0xf6, 0x3a, 0xd3, 0xcc, 0xb0, 0x0e, 0xd2, 0xfb, 0xd9, 0x0b, 0x89, 0xfb, 0x4a, 0xd1, 0x0f, 0x7a, 0xd2, 0x6a, 0x9b, 0x75, 0xe2, 0x76, 0x82, 0xcd, 0x22, 0x9d, 0xc9, 0xf9, 0x72, 0x5d, 0xe2, 0x76, 0x24, 0xa8, 0x56, 0x25, 0x36, 0xb8, 0x45, 0xb8, 0xd2, 0x0a, 0xde, 0xd3, 0xa0, 0xae, 0x97, 0x28, 0x57, 0x56, 0x34, 0x62, 0xca, 0xc8, 0x53, 0x31, 0x93, 0xc2, 0x19, 0x22, 0x0e, 0xf8, 0x81, 0xc5, 0xdc, 0x06, 0x29, 0xe7, 0xe9, 0x01, 0x6f, 0xc2, 0x5c, 0xd0, 0x92, 0x5a, 0x30, 0x8b, 0x82, 0x8d, 0xb2, 0x43, 0xb2, 0xd6, 0xd9, 0xed, 0x89, 0x2e, 0x60, 0xd5, 0x11, 0x35, 0x30, 0x94, 0xb8, 0xd4, 0x4c, 0x94, 0xe6, 0xf1, 0xda, 0x90, 0x51, 0xfe } }; static const struct cckprng_op_refresh op_refresh_3741 = { .hd = { .id = 3534, .kind = OP_REFRESH }, .rand = 14066176250405108356ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3742 = { .hd = { .id = 3535, .kind = OP_REFRESH }, .rand = 12273405116732541144ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3743[] = { (const struct cckprng_op *)&op_init_3727, (const struct cckprng_op *)&op_init_3728, (const struct cckprng_op *)&op_reseed_3729, (const struct cckprng_op *)&op_refresh_3730, (const struct cckprng_op *)&op_reseed_3731, (const struct cckprng_op *)&op_init_3732, (const struct cckprng_op *)&op_reseed_3733, (const struct cckprng_op *)&op_reseed_3734, (const struct cckprng_op *)&op_refresh_3735, (const struct cckprng_op *)&op_refresh_3736, (const struct cckprng_op *)&op_reseed_3737, (const struct cckprng_op *)&op_init_3738, (const struct cckprng_op *)&op_init_3739, (const struct cckprng_op *)&op_reseed_3740, (const struct cckprng_op *)&op_refresh_3741, (const struct cckprng_op *)&op_refresh_3742 }; static const struct cckprng_vector vec_3744 = { .id = 3536, .note = NULL, .nops = 16, .ops = ops_3743 }; static const struct cckprng_op_init op_init_3745 = { .hd = { .id = 3537, .kind = OP_INIT }, .seed = { 0x43, 0x33, 0x60, 0xc9, 0x9c, 0xb5, 0x8b, 0xf2, 0xce, 0xac, 0x35, 0x03, 0x71, 0x68, 0x52, 0x18, 0xd2, 0x5b, 0xe2, 0xb7, 0x42, 0x94, 0x3c, 0x8c, 0xb3, 0xf9, 0xc0, 0xec, 0x84, 0xe7, 0x4b, 0x96 }, .nonce = { 0x7b, 0x40, 0xad, 0x01, 0x9f, 0x82, 0x8e, 0xe7 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3746 = { .hd = { .id = 3538, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x1f, 0x45, 0x2a, 0x49, 0xd0, 0x2e, 0x31, 0x08, 0x22, 0xab, 0x9b, 0x13, 0x6e, 0x1e, 0xe9, 0x19, 0x56, 0xbe, 0x4b, 0x12, 0xc0, 0xf8, 0x54, 0xdf, 0xa3, 0x06, 0xd3, 0xf9, 0x2e, 0x70, 0xc8, 0xaa, 0xc9, 0x96, 0xe1, 0x0d, 0x5e, 0x9a, 0x96, 0x52, 0xee, 0x8b, 0xe3, 0x55, 0x71, 0x42, 0x6f, 0x4b, 0x43, 0x89, 0x04, 0xc3, 0xb5, 0x3a, 0xfe, 0x8c, 0x2e, 0x86, 0x3c, 0xc6, 0xac, 0x27, 0x9c, 0xff, 0x28, 0xbc, 0xdf, 0xbc, 0x18, 0x85, 0xa7, 0x33, 0xf5, 0x8a, 0x5f, 0xea, 0xf9, 0xed, 0x2e, 0x86, 0xbc, 0x35, 0xea, 0xea, 0xe1, 0x19, 0x41, 0x86, 0x2f, 0x75, 0x9a, 0xe9, 0xb7, 0x60, 0x4b, 0x27, 0xbe, 0xe0, 0x3d, 0x52, 0x69, 0xd0, 0x07, 0xe0, 0x76, 0x8b, 0x19, 0x21, 0x8e, 0x6d, 0x98, 0x9a, 0x05, 0x0f, 0xd4, 0x9d, 0xa8, 0x92, 0xe4, 0xf6, 0xea, 0x8b, 0x62, 0x71, 0x45, 0x70, 0x7d, 0x7a, 0x7a, 0x51, 0x9d, 0x0b, 0x6f, 0x63, 0x56, 0x15, 0xe6, 0x45, 0x5e, 0x5d, 0x67, 0x60, 0xe5, 0x60, 0xde, 0xf5, 0xb2, 0x2f, 0x28, 0xe6, 0x61, 0xfa, 0x94, 0x9c, 0xb8, 0x89, 0x40, 0x6e, 0x5f, 0x8c, 0x4e, 0xdc, 0x8d, 0x6a, 0xd9, 0xf6, 0x74, 0xd4, 0x89, 0xd0, 0xab, 0x25, 0x23, 0x4f, 0xbe, 0x01, 0xb1, 0xfe, 0x70, 0xe5, 0x05, 0x28, 0x6a, 0x46, 0xd5, 0x83, 0xa8, 0x6e, 0xe4, 0x7c, 0xcd, 0xf0, 0xec, 0xb4, 0x56, 0x44, 0xb6, 0x2d, 0xff, 0x04, 0x99, 0x3a, 0x89, 0x4e } } }; static const struct cckprng_op_refresh op_refresh_3747 = { .hd = { .id = 3539, .kind = OP_REFRESH }, .rand = 16000788005011496863ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3748 = { .hd = { .id = 3540, .kind = OP_GENERATE }, .rand_nbytes = 116, .out = { .rand = { 0x5f, 0xdb, 0x2f, 0x91, 0xea, 0x56, 0x20, 0x11, 0xfc, 0x4c, 0x96, 0x41, 0xba, 0x86, 0x68, 0x64, 0xad, 0xcf, 0xe8, 0x08, 0xaf, 0xfe, 0x98, 0x58, 0xb5, 0x44, 0xd6, 0x09, 0x70, 0x1b, 0x41, 0x5a, 0x18, 0xdb, 0x49, 0xff, 0xa2, 0x12, 0x03, 0xda, 0x18, 0x71, 0x9c, 0xa7, 0x24, 0x31, 0x3e, 0xba, 0x7c, 0x0a, 0x8b, 0x92, 0x83, 0x9e, 0x36, 0x90, 0xd4, 0x93, 0x57, 0xbe, 0x39, 0xc2, 0x2b, 0xba, 0x89, 0x3a, 0x8b, 0xe6, 0x14, 0x68, 0x15, 0x76, 0xa7, 0xf3, 0x1b, 0x3f, 0x78, 0x3f, 0x70, 0x70, 0xba, 0xf6, 0x73, 0x86, 0xb9, 0x90, 0xc6, 0xa6, 0x69, 0x69, 0x75, 0x05, 0x09, 0x13, 0x9a, 0x11, 0x59, 0xda, 0x00, 0x3a, 0x07, 0xee, 0xbd, 0xd1, 0xf1, 0x6b, 0x13, 0x19, 0x4b, 0xbf, 0xd4, 0x5f, 0x30, 0x7a, 0x0e, 0x73 } } }; static const struct cckprng_op_reseed op_reseed_3749 = { .hd = { .id = 3541, .kind = OP_RESEED }, .nonce = 11021347758873620601ULL, .seed_nbytes = 132, .seed = { 0x2f, 0x04, 0xdc, 0xcf, 0x50, 0x03, 0xbf, 0xed, 0x19, 0x38, 0x53, 0x05, 0xa0, 0xca, 0xb9, 0xa7, 0xaa, 0x26, 0x96, 0x9c, 0x2f, 0x47, 0x1d, 0x7e, 0x2f, 0xd1, 0xb1, 0x8e, 0x71, 0x51, 0x7d, 0x7c, 0x4a, 0x2e, 0xe7, 0xf3, 0x92, 0x7c, 0xbf, 0x69, 0x6a, 0xc0, 0x6a, 0x28, 0x73, 0x44, 0x9c, 0x4d, 0x47, 0x12, 0x9e, 0x4f, 0xa8, 0x3a, 0xdd, 0x99, 0x72, 0x9d, 0x7b, 0xb2, 0x8e, 0x09, 0x3e, 0x7b, 0xd1, 0x68, 0x96, 0x5d, 0xaa, 0xa9, 0xa2, 0x11, 0x10, 0x3f, 0x98, 0x5b, 0xd9, 0xc0, 0x81, 0x3c, 0x08, 0xe6, 0xde, 0x08, 0x2e, 0xae, 0x8a, 0x35, 0x64, 0x9c, 0xad, 0xd3, 0x90, 0x0c, 0x51, 0x02, 0xd1, 0x6d, 0x34, 0x27, 0xd4, 0xe8, 0xf6, 0x68, 0xdc, 0x66, 0xdc, 0xcd, 0x2b, 0xfe, 0x7d, 0x7a, 0x2a, 0x2c, 0x38, 0x3e, 0x24, 0xe0, 0x65, 0xf6, 0xab, 0x84, 0x7d, 0x84, 0xe0, 0xbc, 0xb8, 0xc3, 0x8e, 0xab, 0x97, 0x1f } }; static const struct cckprng_op_refresh op_refresh_3750 = { .hd = { .id = 3542, .kind = OP_REFRESH }, .rand = 427872222176050596ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3751 = { .hd = { .id = 3543, .kind = OP_REFRESH }, .rand = 6944626672514663642ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3752 = { .hd = { .id = 3544, .kind = OP_RESEED }, .nonce = 6550271611052908336ULL, .seed_nbytes = 202, .seed = { 0x18, 0x76, 0x85, 0x69, 0x88, 0x42, 0x1e, 0x14, 0x78, 0xd7, 0x86, 0x95, 0x61, 0xe5, 0x29, 0x8e, 0xad, 0xc6, 0xe6, 0x60, 0xf7, 0x53, 0x31, 0x63, 0x71, 0x5c, 0xa0, 0xca, 0xa4, 0xd4, 0x39, 0x15, 0xa5, 0x2a, 0x5b, 0xac, 0x22, 0x45, 0x6d, 0x7f, 0x86, 0xfa, 0xcd, 0xd4, 0x02, 0xc5, 0x5a, 0x56, 0xb6, 0x57, 0x69, 0x69, 0x2a, 0x0d, 0x6f, 0xa1, 0x1e, 0xfe, 0x10, 0xd7, 0xd7, 0x5b, 0x41, 0xae, 0x27, 0x38, 0xd9, 0xf7, 0x55, 0x3c, 0xe8, 0xc4, 0xfd, 0x29, 0xd2, 0x30, 0x26, 0x34, 0x69, 0x84, 0x10, 0xe0, 0xfe, 0x64, 0xb7, 0xbb, 0xe2, 0x98, 0x77, 0x75, 0x8b, 0x91, 0x8a, 0x24, 0xa7, 0x0e, 0x19, 0x8e, 0x2d, 0x12, 0x24, 0xde, 0xab, 0x7f, 0x7a, 0x3f, 0xac, 0xd6, 0x69, 0x10, 0x98, 0x9a, 0xad, 0xc9, 0x64, 0xd6, 0x0b, 0x02, 0x2b, 0x7c, 0x09, 0x57, 0x60, 0xd9, 0x4d, 0xa8, 0x7f, 0xda, 0xf4, 0x61, 0x88, 0x2c, 0xbb, 0x0c, 0x11, 0x51, 0xa4, 0x6c, 0x07, 0xda, 0x99, 0xdf, 0xf1, 0xcc, 0xb9, 0x23, 0x2f, 0x78, 0x7c, 0x26, 0xf8, 0x87, 0x63, 0x19, 0xe5, 0x40, 0xa6, 0xa4, 0xb8, 0xe8, 0x0b, 0xd6, 0x5a, 0x41, 0x5f, 0xb1, 0xc5, 0x7c, 0x79, 0x3d, 0xa1, 0x49, 0xf3, 0xe0, 0xc6, 0x4b, 0x92, 0xd8, 0xf2, 0xf0, 0xea, 0xd7, 0x51, 0x8a, 0x1f, 0x2a, 0x01, 0x9b, 0xfb, 0x5d, 0x1c, 0xdf, 0x7f, 0x33, 0xf8, 0x3f, 0xf3, 0x68, 0x57, 0x75, 0xcd, 0xce } }; static const struct cckprng_op_reseed op_reseed_3753 = { .hd = { .id = 3545, .kind = OP_RESEED }, .nonce = 4172363732438770492ULL, .seed_nbytes = 57, .seed = { 0x6e, 0x57, 0xa7, 0x1b, 0xcc, 0x86, 0xc9, 0x7e, 0xcd, 0xfe, 0xd8, 0xb5, 0xc3, 0x3e, 0x87, 0x06, 0x9b, 0xe5, 0x32, 0x71, 0xb4, 0x9d, 0x6d, 0x4a, 0x69, 0x66, 0x78, 0x37, 0x31, 0x2c, 0x35, 0x02, 0xe0, 0xe1, 0x70, 0x28, 0xcc, 0x1a, 0x6d, 0x7e, 0xa2, 0x9a, 0x47, 0x96, 0xbb, 0x53, 0xc8, 0xad, 0x21, 0xfe, 0x9c, 0xca, 0xff, 0x83, 0x7c, 0x29, 0x98 } }; static const struct cckprng_op_reseed op_reseed_3754 = { .hd = { .id = 3546, .kind = OP_RESEED }, .nonce = 984414790315162732ULL, .seed_nbytes = 55, .seed = { 0xeb, 0x71, 0x2d, 0x31, 0xd0, 0x40, 0x8d, 0xd3, 0x9b, 0x7c, 0x0e, 0x3f, 0xd3, 0x12, 0xa5, 0x3a, 0x12, 0xe4, 0x31, 0xa9, 0xc4, 0x45, 0x8e, 0x3c, 0x0a, 0x10, 0xe6, 0x48, 0xc6, 0x75, 0x61, 0xa0, 0xc6, 0x8f, 0xc1, 0x31, 0x5d, 0x4f, 0x32, 0x3b, 0xc2, 0xa2, 0xa3, 0x05, 0x12, 0x1d, 0x63, 0x65, 0x91, 0xe1, 0x08, 0x1a, 0x4b, 0x89, 0x75 } }; static const struct cckprng_op_refresh op_refresh_3755 = { .hd = { .id = 3547, .kind = OP_REFRESH }, .rand = 17784951255525213445ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3756 = { .hd = { .id = 3548, .kind = OP_REFRESH }, .rand = 6978493290445678003ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3757 = { .hd = { .id = 3549, .kind = OP_GENERATE }, .rand_nbytes = 84, .out = { .rand = { 0xfb, 0x4b, 0x62, 0x8e, 0x28, 0xd2, 0xb0, 0xf5, 0x57, 0x0c, 0xb3, 0x3b, 0xc6, 0x1e, 0x98, 0x7f, 0x00, 0xe2, 0xba, 0x6e, 0x41, 0x9d, 0x6e, 0x16, 0x04, 0xdd, 0x83, 0x4b, 0x87, 0x63, 0x76, 0x51, 0x5b, 0x60, 0x25, 0x75, 0xe0, 0x40, 0x6f, 0xfd, 0x34, 0xc7, 0x9d, 0xd7, 0xc7, 0x3b, 0x0f, 0x56, 0xfe, 0x98, 0xa9, 0x3c, 0xa0, 0x13, 0x5a, 0xc7, 0x8f, 0xf0, 0xb3, 0x20, 0x33, 0x1f, 0xe0, 0x73, 0x00, 0xcd, 0x84, 0xd3, 0xb4, 0xda, 0xa7, 0x11, 0x0c, 0x3a, 0x02, 0xaa, 0x7f, 0x20, 0xb9, 0x86, 0xce, 0xd0, 0x1e, 0xfc } } }; static const struct cckprng_op_generate op_init_3758 = { .hd = { .id = 3550, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0xa4, 0x01, 0xc6, 0xbe, 0x13, 0xda, 0xac, 0x62, 0xf2, 0xe7, 0x61, 0x1c, 0xb2, 0x78, 0x42, 0x88, 0xac, 0x62, 0x48, 0x98, 0x84, 0xee, 0xcd, 0x32, 0x5d, 0x44, 0x77, 0xb5, 0x94, 0x29, 0x75, 0xa9, 0x98, 0xa4, 0x26, 0xe4, 0xfb, 0xb9, 0x31, 0xd1, 0x43, 0xe9, 0x52, 0xad, 0x4c, 0x92, 0x73, 0xb5, 0xa3, 0xce, 0xfc, 0x83, 0x84, 0x1d, 0x2a, 0x0f, 0xf0, 0x0a, 0x68, 0xb9, 0x6a, 0xf3, 0xc1, 0xb4, 0x13, 0x78, 0x64, 0x3f, 0x7a, 0x96, 0xc9, 0x11, 0x34, 0xe2, 0xc1, 0x38, 0x8d, 0xb8, 0x60, 0x8c, 0xca, 0xd9, 0x9e, 0xc3, 0x7a, 0x3d, 0x87, 0x12, 0x4b, 0xfa, 0x5e, 0xd8, 0x12, 0x07, 0x94, 0xc1, 0x53, 0x19, 0xfc, 0x4e, 0x21, 0x61, 0xea, 0x36, 0x0d, 0x41, 0x60, 0x40, 0xd9, 0xe8, 0x45, 0x63, 0x05, 0xf7, 0x37, 0x24, 0xf6, 0x84, 0xfe, 0x1b, 0xb8, 0xa8, 0xa4, 0x33, 0xfd, 0x2c, 0x3b, 0x57, 0xba, 0xb1, 0xc3, 0xa8, 0xac, 0x66, 0x60, 0xce, 0xf6, 0x27, 0xd2, 0xfc, 0xa9, 0xe0, 0x41, 0x91, 0x53, 0xf1, 0x53, 0xf0, 0x6d, 0x12, 0xb4, 0x39, 0x6f, 0x8b, 0xef, 0x3f, 0xe4, 0x4d, 0x97, 0x41, 0xbd, 0x1a, 0x9b, 0x8d, 0xd6, 0xac, 0x75, 0x0e, 0x97, 0x62, 0x2d, 0xae, 0x32, 0xdb, 0x2a, 0xaf, 0x7a, 0x01, 0x7d, 0x9a, 0x72, 0x98, 0xf9, 0xc0, 0xa4, 0x45, 0x24, 0xf4, 0x27, 0xf3, 0xcc, 0xc2, 0x9c, 0xef, 0x75, 0xb6, 0xa6, 0xd1, 0x74, 0x8c, 0x78, 0xac, 0xc7, 0x1a, 0xe0, 0x81, 0x3c } } }; static const struct cckprng_op_reseed op_reseed_3759 = { .hd = { .id = 3551, .kind = OP_RESEED }, .nonce = 12779130341658020224ULL, .seed_nbytes = 166, .seed = { 0xb9, 0xea, 0xa3, 0x6f, 0x14, 0xeb, 0xcd, 0xb3, 0x69, 0xcb, 0xb7, 0xb4, 0x5d, 0x16, 0x04, 0x37, 0x50, 0x84, 0xc8, 0xa1, 0x3b, 0xbf, 0xed, 0x96, 0x62, 0x48, 0x96, 0xe9, 0x78, 0x65, 0x8a, 0xd5, 0x17, 0xfb, 0x05, 0x04, 0x69, 0x83, 0xc2, 0x40, 0x11, 0xb6, 0x78, 0x8c, 0xce, 0x39, 0xde, 0x72, 0xae, 0x78, 0x4d, 0x73, 0xc5, 0x2e, 0xaa, 0x58, 0xff, 0x07, 0x99, 0xfc, 0x4a, 0x6a, 0xa7, 0x81, 0x81, 0x9a, 0x6f, 0xd1, 0x14, 0x00, 0x93, 0x46, 0xf6, 0xb6, 0x11, 0x2b, 0x23, 0x89, 0x82, 0xe2, 0x08, 0xfa, 0x6f, 0x50, 0x6e, 0x47, 0x9e, 0x92, 0xcf, 0x86, 0x0c, 0x8e, 0xe0, 0x34, 0x89, 0xd7, 0x25, 0xc4, 0x8c, 0xe9, 0x82, 0x14, 0x41, 0xa6, 0x63, 0x81, 0x2f, 0xa8, 0x82, 0x72, 0x96, 0xfb, 0xb1, 0xea, 0x81, 0x2d, 0x43, 0x08, 0xec, 0x57, 0x4f, 0xc8, 0xf3, 0xfb, 0xf7, 0x81, 0xc5, 0x8f, 0x27, 0x2b, 0xda, 0xbc, 0x9e, 0x7a, 0x77, 0x72, 0x10, 0x95, 0x65, 0x1c, 0x10, 0x79, 0x93, 0xd8, 0xd2, 0x4b, 0x10, 0xe1, 0x56, 0xad, 0x02, 0xfd, 0x09, 0x3e, 0x47, 0xe1, 0xaf, 0xa2, 0x27, 0x4c, 0xde, 0x6d, 0xb0, 0xd2, 0x77, 0xa0 } }; static const struct cckprng_op_generate op_init_3760 = { .hd = { .id = 3552, .kind = OP_GENERATE }, .rand_nbytes = 104, .out = { .rand = { 0xac, 0x30, 0x5a, 0x4b, 0x43, 0x0b, 0xbb, 0xe0, 0xed, 0x60, 0x7d, 0xda, 0x5e, 0xe4, 0xa1, 0x17, 0x3a, 0xb3, 0xcd, 0xd1, 0x7e, 0xa8, 0x43, 0x7d, 0x32, 0x2a, 0xb2, 0x7f, 0x9f, 0x77, 0x90, 0xaf, 0xff, 0xa8, 0xf8, 0xb4, 0x0c, 0x20, 0x1d, 0x09, 0x71, 0x38, 0xc9, 0x85, 0xa1, 0xb4, 0xf4, 0x08, 0xd4, 0xf3, 0x14, 0x68, 0x97, 0xf8, 0x07, 0x26, 0x4c, 0x75, 0x34, 0x72, 0x10, 0xe3, 0x0b, 0x5c, 0x39, 0xe1, 0x84, 0x7a, 0xf3, 0xd3, 0x32, 0x55, 0x80, 0x8b, 0x59, 0xd6, 0x5d, 0x7b, 0x45, 0xdd, 0x9e, 0x50, 0x2f, 0x66, 0x38, 0xee, 0x97, 0xc1, 0x57, 0x93, 0x64, 0x79, 0xb1, 0x03, 0xd4, 0xee, 0x6b, 0xa9, 0xda, 0x75, 0x9f, 0xd5, 0xdd, 0x56 } } }; static const struct cckprng_op *ops_3761[] = { (const struct cckprng_op *)&op_init_3745, (const struct cckprng_op *)&op_init_3746, (const struct cckprng_op *)&op_refresh_3747, (const struct cckprng_op *)&op_init_3748, (const struct cckprng_op *)&op_reseed_3749, (const struct cckprng_op *)&op_refresh_3750, (const struct cckprng_op *)&op_refresh_3751, (const struct cckprng_op *)&op_reseed_3752, (const struct cckprng_op *)&op_reseed_3753, (const struct cckprng_op *)&op_reseed_3754, (const struct cckprng_op *)&op_refresh_3755, (const struct cckprng_op *)&op_refresh_3756, (const struct cckprng_op *)&op_init_3757, (const struct cckprng_op *)&op_init_3758, (const struct cckprng_op *)&op_reseed_3759, (const struct cckprng_op *)&op_init_3760 }; static const struct cckprng_vector vec_3762 = { .id = 3553, .note = NULL, .nops = 16, .ops = ops_3761 }; static const struct cckprng_op_init op_init_3763 = { .hd = { .id = 3554, .kind = OP_INIT }, .seed = { 0x3f, 0x63, 0xb4, 0x33, 0x92, 0x86, 0x26, 0xa2, 0xaf, 0xe8, 0x85, 0x69, 0x98, 0xf7, 0xf3, 0x78, 0x6e, 0x48, 0xd7, 0x7d, 0x3a, 0x0e, 0xa9, 0xf8, 0xbd, 0xc8, 0xe8, 0xe4, 0x8c, 0xae, 0xa6, 0x94 }, .nonce = { 0xca, 0xd3, 0xf5, 0x77, 0x43, 0xd7, 0xa7, 0xb5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3764 = { .hd = { .id = 3555, .kind = OP_RESEED }, .nonce = 4971192756777877263ULL, .seed_nbytes = 79, .seed = { 0x3e, 0x84, 0x21, 0x7e, 0xa3, 0x01, 0xf4, 0x15, 0x9f, 0x32, 0xfa, 0xb5, 0x54, 0x23, 0xd6, 0x35, 0xb8, 0x3f, 0x70, 0xfe, 0xc0, 0x26, 0x02, 0xbb, 0xaa, 0xac, 0x3e, 0x05, 0x20, 0x4d, 0x36, 0x02, 0x5d, 0x8d, 0x00, 0xe9, 0xd4, 0x8b, 0x84, 0xf1, 0x92, 0x14, 0x48, 0x86, 0x7b, 0x1f, 0x81, 0x3c, 0x3f, 0xc7, 0xfb, 0xe0, 0x84, 0x39, 0x4e, 0x25, 0x08, 0xf0, 0x04, 0x04, 0x3b, 0xaf, 0x26, 0x2d, 0x5e, 0x31, 0x66, 0xe4, 0xb1, 0xc4, 0x2a, 0x1c, 0x4e, 0x85, 0xb2, 0x1d, 0x55, 0xbe, 0xc2 } }; static const struct cckprng_op_generate op_init_3765 = { .hd = { .id = 3556, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0x57, 0x54, 0xa2, 0xa9, 0xcc, 0xa5, 0x26, 0xf6, 0x7d, 0x4a, 0xea, 0x1e, 0x83, 0x97, 0x49, 0xc9, 0x59, 0x61, 0xbb } } }; static const struct cckprng_op_reseed op_reseed_3766 = { .hd = { .id = 3557, .kind = OP_RESEED }, .nonce = 11672810916478006308ULL, .seed_nbytes = 163, .seed = { 0xce, 0xc5, 0x2a, 0x41, 0xec, 0x0e, 0xfd, 0x37, 0xb8, 0xbc, 0xf3, 0x7c, 0x3d, 0xb9, 0x0e, 0x59, 0xd4, 0xa8, 0x40, 0x0a, 0x3e, 0x11, 0xbd, 0x3f, 0x2f, 0x3a, 0x90, 0x50, 0x10, 0x8c, 0xda, 0xdc, 0x09, 0x2f, 0xda, 0x92, 0x66, 0xe9, 0xc3, 0x5a, 0x6d, 0xd5, 0xa0, 0xef, 0x4c, 0x5c, 0xd5, 0x8f, 0x4b, 0x19, 0x14, 0x17, 0x3c, 0x39, 0x4d, 0x41, 0x1d, 0xb2, 0x89, 0x77, 0x00, 0xe3, 0xb0, 0xd5, 0xee, 0xad, 0x4b, 0x56, 0x6a, 0xba, 0x76, 0x7a, 0xa0, 0x18, 0xf4, 0x3e, 0xb5, 0x4e, 0xd3, 0x90, 0x35, 0xb9, 0x50, 0xf6, 0x05, 0xff, 0x65, 0x28, 0x49, 0x54, 0x44, 0x5c, 0x1e, 0xf4, 0xc4, 0x67, 0x65, 0x6c, 0xd6, 0x24, 0xfa, 0xbd, 0x54, 0x26, 0x67, 0x1d, 0xd0, 0xb4, 0xdd, 0x57, 0xf5, 0x9b, 0x66, 0x6a, 0x90, 0x78, 0x0f, 0xa0, 0xd9, 0xde, 0xf8, 0xab, 0xe6, 0xc4, 0x67, 0x32, 0x43, 0xd2, 0x2a, 0xc3, 0x0c, 0x95, 0x9c, 0x1f, 0x60, 0x26, 0xc7, 0x84, 0x35, 0x71, 0xcd, 0x34, 0x81, 0xd6, 0x20, 0x61, 0x46, 0x8c, 0xfc, 0xa9, 0x5b, 0xa8, 0xd1, 0x07, 0x2d, 0xd6, 0x08, 0xaa, 0x50, 0xa1, 0x7f, 0xb3, 0xf0 } }; static const struct cckprng_op_refresh op_refresh_3767 = { .hd = { .id = 3558, .kind = OP_REFRESH }, .rand = 17135928144570972718ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3768 = { .hd = { .id = 3559, .kind = OP_REFRESH }, .rand = 17861161821189161030ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3769 = { .hd = { .id = 3560, .kind = OP_REFRESH }, .rand = 15385032760240450081ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3770 = { .hd = { .id = 3561, .kind = OP_REFRESH }, .rand = 7460221717712216307ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3771 = { .hd = { .id = 3562, .kind = OP_REFRESH }, .rand = 4873424532741333999ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3772 = { .hd = { .id = 3563, .kind = OP_GENERATE }, .rand_nbytes = 214, .out = { .rand = { 0x6a, 0xb1, 0x37, 0x23, 0x5a, 0xa9, 0x2a, 0x05, 0x90, 0xa7, 0x8c, 0x3e, 0x84, 0x89, 0x94, 0x61, 0x5e, 0x8f, 0xe2, 0xdd, 0x06, 0x7a, 0xd6, 0xfa, 0x30, 0xa9, 0xae, 0xc6, 0x36, 0x56, 0xf6, 0x3d, 0xc3, 0x91, 0x6c, 0xec, 0x4d, 0xc8, 0xd5, 0x5d, 0xf8, 0x5f, 0xde, 0xdd, 0xae, 0x95, 0x3b, 0xc5, 0x12, 0x9a, 0xa1, 0xdf, 0xa6, 0xda, 0x10, 0xce, 0x24, 0x71, 0xf4, 0xf0, 0x4d, 0x31, 0x67, 0xe7, 0xbb, 0x4d, 0x9f, 0xa8, 0x6a, 0x24, 0xd3, 0xb5, 0x3d, 0x71, 0x26, 0xe7, 0x3b, 0xe4, 0xbe, 0x61, 0x7d, 0x25, 0x68, 0xd1, 0x75, 0x3b, 0xb7, 0xe6, 0x53, 0x6e, 0x5a, 0x45, 0x00, 0x49, 0x37, 0x66, 0x5b, 0xc2, 0xd0, 0x58, 0x5c, 0xa5, 0x8c, 0x1e, 0x1b, 0x73, 0x24, 0xfd, 0x40, 0x26, 0xe6, 0x76, 0xe7, 0x44, 0x19, 0x71, 0xab, 0xbc, 0xa5, 0x11, 0xef, 0xa9, 0xc4, 0x1e, 0xa1, 0x22, 0x33, 0xc9, 0x28, 0x8c, 0xc5, 0x6a, 0xe5, 0xc9, 0x21, 0x9c, 0x9b, 0xd5, 0xc8, 0x20, 0x35, 0xb9, 0xed, 0x94, 0x3c, 0x47, 0xed, 0xe2, 0x5f, 0xa6, 0x7a, 0x74, 0x39, 0x2f, 0xb3, 0x46, 0x28, 0x91, 0xa9, 0x00, 0x1e, 0x32, 0xba, 0xc9, 0xf3, 0x69, 0x64, 0x66, 0xb4, 0xb5, 0xb5, 0xf4, 0xe6, 0xd0, 0x8b, 0x27, 0xce, 0x3f, 0x11, 0xe8, 0xe8, 0x76, 0x0d, 0x03, 0x07, 0xd8, 0x74, 0x1c, 0x40, 0xf2, 0x82, 0x3b, 0x16, 0x88, 0xef, 0x39, 0x1b, 0xfe, 0x49, 0xaa, 0x97, 0x26, 0x78, 0xe4, 0x9f, 0xf7, 0xd2, 0x6c, 0x30, 0x43, 0x45, 0x23, 0x7b, 0x63 } } }; static const struct cckprng_op_reseed op_reseed_3773 = { .hd = { .id = 3564, .kind = OP_RESEED }, .nonce = 17356744288022985770ULL, .seed_nbytes = 280, .seed = { 0xc0, 0x8e, 0x56, 0xe6, 0xbb, 0x22, 0x79, 0x75, 0xe1, 0x5c, 0x34, 0x25, 0x37, 0x6b, 0xfb, 0x58, 0x1e, 0x87, 0xd4, 0x54, 0xbf, 0xba, 0x54, 0x5c, 0x7e, 0xac, 0x89, 0x3e, 0xfb, 0x56, 0x34, 0xf9, 0x5e, 0xe3, 0xd0, 0xec, 0x3e, 0xf8, 0xee, 0xb3, 0xdc, 0x18, 0x5c, 0x78, 0xb2, 0x8f, 0xe1, 0x57, 0x38, 0x07, 0x2c, 0xc9, 0x6f, 0x95, 0xa7, 0xb8, 0x4c, 0xb8, 0x43, 0xa9, 0xfd, 0x8d, 0xe3, 0x36, 0xfa, 0xa0, 0x98, 0x07, 0x54, 0x57, 0xac, 0x4c, 0x55, 0x1e, 0x24, 0x43, 0xbc, 0x9b, 0xc7, 0xdc, 0x8d, 0x19, 0x3c, 0x83, 0x98, 0x64, 0xa1, 0xa6, 0x38, 0x73, 0x0b, 0x4c, 0x90, 0xc7, 0xcb, 0xb6, 0x44, 0xe5, 0xc7, 0x90, 0xd2, 0xa5, 0x8c, 0x41, 0x63, 0x31, 0xae, 0x95, 0xbd, 0xc9, 0xda, 0xc7, 0x38, 0xf8, 0x70, 0xca, 0x0a, 0x3f, 0xf8, 0xa9, 0x41, 0x92, 0xcd, 0x07, 0x66, 0x21, 0x9d, 0x5f, 0x79, 0x5a, 0x9c, 0x2b, 0x9b, 0x6a, 0xdb, 0xd2, 0xd1, 0x56, 0x22, 0xa8, 0x7a, 0x67, 0xda, 0x83, 0xfc, 0x5f, 0xb0, 0x87, 0x98, 0x4d, 0x1c, 0x74, 0xfc, 0x37, 0x14, 0x75, 0x45, 0xb9, 0xef, 0x6a, 0xf8, 0x40, 0xfd, 0xad, 0x6d, 0x40, 0x96, 0x43, 0x8b, 0x9a, 0xfe, 0xfd, 0xdc, 0xa0, 0xa9, 0x31, 0x4e, 0x06, 0x03, 0x1a, 0x21, 0x7d, 0xde, 0x71, 0xb1, 0xd5, 0xda, 0x9e, 0x57, 0x67, 0x48, 0xd3, 0xfd, 0x81, 0xee, 0xd8, 0x11, 0x24, 0x60, 0x7e, 0xe2, 0xe5, 0x19, 0x9c, 0x65, 0x74, 0x36, 0xe6, 0x29, 0xbb, 0x2d, 0x20, 0x7f, 0xf8, 0xdc, 0x6e, 0xa5, 0x05, 0xff, 0xce, 0x8c, 0x76, 0x15, 0xcb, 0xc4, 0xdf, 0x63, 0x61, 0xb2, 0x62, 0x79, 0xe9, 0xc6, 0x35, 0xad, 0xfb, 0xe6, 0x78, 0x67, 0xd5, 0x49, 0xa4, 0xd4, 0x42, 0xc8, 0x29, 0x47, 0xc7, 0xfc, 0x92, 0x11, 0x58, 0x28, 0xcb, 0x2a, 0xf1, 0x14, 0x26, 0xa9, 0x3d, 0xb9, 0x8e, 0xa5, 0x03, 0x1a, 0x7d, 0x2b, 0xbe, 0xe5, 0x36, 0xd7, 0x50, 0xf3, 0x87, 0x7d, 0x45, 0x00, 0xa8, 0xa4, 0x08 } }; static const struct cckprng_op_generate op_init_3774 = { .hd = { .id = 3565, .kind = OP_GENERATE }, .rand_nbytes = 71, .out = { .rand = { 0xda, 0x58, 0x06, 0x36, 0x40, 0xd3, 0x02, 0x5c, 0x38, 0xf6, 0xac, 0xba, 0x04, 0xd5, 0x78, 0x6b, 0x05, 0x30, 0x57, 0xfd, 0xb3, 0xec, 0x9f, 0x1c, 0xeb, 0x80, 0xfa, 0x94, 0x6d, 0x54, 0x56, 0x30, 0x31, 0xff, 0xf0, 0x45, 0x76, 0x73, 0x06, 0x7c, 0x7a, 0x51, 0xc2, 0x4a, 0x21, 0x1d, 0x67, 0x58, 0x7d, 0x01, 0xf6, 0xfc, 0xe7, 0xc9, 0x47, 0x3e, 0xf6, 0x5c, 0x9d, 0xbf, 0x4a, 0xd1, 0x0e, 0x93, 0xd6, 0x6b, 0x36, 0xf2, 0x22, 0xf8, 0x8b } } }; static const struct cckprng_op_refresh op_refresh_3775 = { .hd = { .id = 3566, .kind = OP_REFRESH }, .rand = 12371636909779621670ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3776 = { .hd = { .id = 3567, .kind = OP_RESEED }, .nonce = 4821433204687477721ULL, .seed_nbytes = 59, .seed = { 0xe5, 0xcf, 0xfc, 0xbd, 0xf0, 0x8f, 0x51, 0x14, 0x7f, 0xc6, 0x7a, 0x16, 0xb4, 0x13, 0xf1, 0xb0, 0x3d, 0x82, 0x5d, 0x06, 0xbc, 0xf7, 0x63, 0x27, 0xcf, 0xa0, 0x35, 0x4e, 0xe3, 0x95, 0xab, 0x72, 0x7f, 0x9d, 0x0a, 0xe6, 0x4f, 0x61, 0x73, 0x3f, 0x41, 0x01, 0x49, 0xf8, 0x08, 0xd6, 0x6f, 0x8f, 0x08, 0x41, 0x07, 0x7b, 0x13, 0xff, 0x04, 0x28, 0x01, 0x92, 0x9b } }; static const struct cckprng_op_refresh op_refresh_3777 = { .hd = { .id = 3568, .kind = OP_REFRESH }, .rand = 3184080300336579890ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3778 = { .hd = { .id = 3569, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0xd0, 0xc9, 0xa5, 0xb4, 0x67, 0x18, 0x1b, 0x52, 0x46, 0xa5, 0x09, 0xec, 0xf0, 0x3b, 0x11, 0x46, 0x2b, 0x0f, 0xcc, 0xc5, 0x50, 0x83, 0x6a, 0x0c, 0xca, 0x64, 0x15, 0x36, 0x54, 0x31, 0x12, 0xfb, 0xa8, 0x36, 0x11, 0xbe, 0x74, 0x44, 0x32, 0xa9, 0x4a, 0xa5, 0x29, 0xc9, 0x0f, 0x2c, 0x17, 0xd1, 0x0c, 0x4a, 0xb9, 0x49, 0xc9, 0x49, 0x90, 0xc7, 0x41, 0xed, 0x01, 0x9e, 0xcb, 0xf6, 0x93, 0xfa, 0xba, 0xef, 0xaa, 0xa0, 0x52, 0xde, 0x0b, 0x65 } } }; static const struct cckprng_op *ops_3779[] = { (const struct cckprng_op *)&op_init_3763, (const struct cckprng_op *)&op_reseed_3764, (const struct cckprng_op *)&op_init_3765, (const struct cckprng_op *)&op_reseed_3766, (const struct cckprng_op *)&op_refresh_3767, (const struct cckprng_op *)&op_refresh_3768, (const struct cckprng_op *)&op_refresh_3769, (const struct cckprng_op *)&op_refresh_3770, (const struct cckprng_op *)&op_refresh_3771, (const struct cckprng_op *)&op_init_3772, (const struct cckprng_op *)&op_reseed_3773, (const struct cckprng_op *)&op_init_3774, (const struct cckprng_op *)&op_refresh_3775, (const struct cckprng_op *)&op_reseed_3776, (const struct cckprng_op *)&op_refresh_3777, (const struct cckprng_op *)&op_init_3778 }; static const struct cckprng_vector vec_3780 = { .id = 3570, .note = NULL, .nops = 16, .ops = ops_3779 }; static const struct cckprng_op_init op_init_3781 = { .hd = { .id = 3571, .kind = OP_INIT }, .seed = { 0xf7, 0x72, 0xd0, 0x99, 0xff, 0xaa, 0x8d, 0x88, 0x4a, 0xaa, 0x9f, 0xcc, 0xc5, 0x5e, 0x11, 0xf8, 0xee, 0xca, 0x43, 0xb7, 0x98, 0x0d, 0x96, 0x25, 0x7f, 0x44, 0x0c, 0xbb, 0x11, 0xd1, 0x3c, 0x73 }, .nonce = { 0xd3, 0x66, 0xef, 0xad, 0xf2, 0xd9, 0xe9, 0xb2 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3782 = { .hd = { .id = 3572, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0x04, 0x79, 0xea, 0x81, 0xf6, 0xf1, 0x1b, 0xfa, 0xfc, 0x22, 0x51, 0x7f, 0x4a, 0x56, 0x12, 0xa4, 0x5a, 0x96, 0x32, 0xda, 0xe1, 0xbc, 0xc9, 0xc0, 0x8c, 0x1c, 0x9d, 0x46, 0xed, 0x23, 0xe8, 0x87, 0xfe, 0x29, 0xac, 0xe3, 0xdf, 0xda, 0x14, 0xfe, 0xae, 0x65, 0x7a, 0xa1, 0x22, 0xf8, 0x82, 0x15, 0x36, 0x82, 0xd2, 0xcc, 0x3b, 0x1a, 0x9d, 0xeb, 0xdc, 0xa1, 0x23, 0x8f, 0x2a, 0xde, 0x82, 0x15, 0x3d, 0x07, 0xbe, 0xfb, 0x9f, 0x5a, 0x0f, 0x70, 0x57, 0x6d, 0x77, 0x50, 0x1b, 0x3d, 0x9a, 0x75, 0xee, 0x01, 0x60, 0xcd, 0x1e, 0x9d, 0x7e, 0xa5, 0x6a, 0xe8, 0x4c, 0x42, 0xb5, 0x29, 0xeb, 0x32, 0xfd, 0x7c, 0xfd, 0xb4, 0x8c, 0x2c, 0xfa, 0x7d, 0x07, 0x47, 0xae, 0xbe, 0x71, 0x71, 0x28, 0x8e, 0x3b, 0x7b, 0xa1, 0x4e, 0xdc, 0xf5, 0x84, 0x10, 0xd7, 0xbb, 0x3f, 0x5f, 0x96, 0xfd, 0xeb, 0x04, 0x05, 0xcb, 0xbc, 0x4a, 0x9d, 0x42, 0x67, 0xa9, 0x75, 0x38, 0x23, 0xff, 0x89, 0x8e, 0x10, 0xf6, 0x0c, 0x72, 0xf6, 0xa5, 0x13, 0xbf, 0x03, 0x07, 0x2b, 0xea, 0x05, 0x91, 0xd0, 0x75, 0x0f, 0xb6, 0xcc, 0x6d, 0xe2, 0xf4, 0x75, 0x91, 0xca, 0x20, 0x75, 0x03, 0x32, 0x53, 0xd2, 0x3d, 0x2e, 0xba, 0x69, 0x81, 0x00, 0x76, 0x78, 0x8b, 0x56, 0x6e, 0x23, 0x2a, 0x76, 0x2b, 0x33, 0x3c, 0xfc, 0x9d, 0x1d, 0x58, 0x2f, 0x0e, 0x8d, 0xad, 0xe1, 0x09, 0x8d, 0x44, 0xba, 0xc1, 0xf5, 0x0f, 0x26, 0xdf, 0xe7, 0x1f, 0x4a, 0x15, 0xff, 0xa4, 0xe3, 0x57, 0xef, 0xb3, 0x71, 0x90, 0x0a, 0xdd, 0xc7, 0x66, 0x20, 0x87, 0x54, 0xc6, 0x3c, 0xa4, 0xe4, 0xf2, 0xd3, 0xa5, 0xb1, 0xe5, 0xc0, 0xf9, 0xac, 0x3b, 0x06, 0x38, 0x4e, 0xe5, 0x74, 0x1d, 0x4f, 0x22, 0xba, 0x76, 0x56, 0x37, 0x45, 0x93, 0xd5, 0x17, 0xa3, 0x9e, 0x9b, 0x2a, 0xaf, 0xce, 0xc0, 0x2b, 0x39, 0x2a, 0xba, 0x30, 0x27, 0xab } } }; static const struct cckprng_op_generate op_init_3783 = { .hd = { .id = 3573, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0x95, 0xdc, 0xdc, 0xed, 0xb7, 0xd2, 0xce, 0x22, 0xfd, 0x57, 0x16, 0xce, 0x78, 0x3d, 0x2a, 0x6a, 0xf6, 0x6c, 0x2d, 0x5e, 0xd4, 0x70, 0x14, 0xca, 0xb3, 0xa0, 0x92, 0xd4, 0xe9, 0xe2, 0x33, 0xfa, 0x88, 0x15, 0x1b, 0xa6, 0x01, 0x39, 0x58, 0x0b, 0xbf, 0x60, 0xc2, 0x18, 0x14, 0x2d, 0x72, 0x8b, 0x5a, 0x21, 0x55, 0x08, 0x17, 0x90, 0xf7, 0x60, 0x98, 0xa8, 0xaa, 0x8e, 0x2d, 0x25, 0x30, 0xbe, 0x2e, 0x9b } } }; static const struct cckprng_op_reseed op_reseed_3784 = { .hd = { .id = 3574, .kind = OP_RESEED }, .nonce = 15559561934770146829ULL, .seed_nbytes = 84, .seed = { 0x23, 0xcc, 0x0a, 0xc9, 0x2c, 0x11, 0x72, 0xee, 0xe3, 0x80, 0x4e, 0xec, 0x4f, 0x4a, 0x1a, 0x0b, 0x85, 0xa6, 0x2d, 0x3a, 0x41, 0xa3, 0x8f, 0x98, 0x7f, 0x00, 0x70, 0x01, 0xd6, 0x55, 0x65, 0x05, 0x54, 0x20, 0x0e, 0x15, 0xe5, 0x90, 0x3d, 0xcd, 0x7e, 0xa6, 0x68, 0xf9, 0x85, 0x53, 0x74, 0x0b, 0x00, 0x93, 0x22, 0x1c, 0x94, 0x28, 0x52, 0xf7, 0x75, 0x7e, 0x36, 0xc5, 0x96, 0xe9, 0x09, 0x95, 0x46, 0xdb, 0x8a, 0xc1, 0x77, 0xa2, 0x2e, 0x02, 0x5d, 0xc1, 0xd2, 0x90, 0xee, 0x96, 0x1e, 0x3f, 0x06, 0x71, 0x34, 0x70 } }; static const struct cckprng_op_generate op_init_3785 = { .hd = { .id = 3575, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0x93, 0x9c, 0x71, 0x18, 0xa2, 0x96, 0xed, 0x07, 0xfe, 0x60, 0x39, 0x5d, 0xc0, 0x4b, 0x69, 0x18, 0x1a, 0x93, 0xcb, 0xaf, 0x33, 0xc6, 0x0b, 0x5f, 0x6a, 0x88, 0xb2, 0x20, 0xf5, 0x3a, 0x9d, 0x02, 0x14, 0xae, 0xb8, 0x76, 0x3e, 0xea, 0x89, 0x07, 0x49, 0x0f, 0x49, 0x1b, 0x00, 0xa9, 0xb0, 0x11, 0xe2, 0xc5, 0x3b, 0xd0, 0xf3, 0x69, 0x01, 0xf9, 0xb3, 0xd4, 0xdf, 0xe9, 0xaa, 0xc6, 0x04, 0x78, 0xaf, 0xec, 0x5a, 0x43, 0xf8, 0x0e, 0x14, 0xe4, 0xd9, 0xda, 0xa3, 0x6d, 0xa7, 0x2b, 0xd9, 0xac, 0x77, 0x87, 0xc5, 0xf4, 0xc3, 0xb4, 0x60, 0xf6, 0x00, 0x51, 0xc1, 0xeb, 0xf1, 0xdd, 0xcf, 0x3e, 0x56, 0x76, 0xbd, 0xb9, 0x9c, 0xee, 0xca, 0x55, 0xb3, 0x99, 0xe5, 0x3b, 0xf0, 0xa9, 0x95, 0xe1, 0x99 } } }; static const struct cckprng_op_refresh op_refresh_3786 = { .hd = { .id = 3576, .kind = OP_REFRESH }, .rand = 7488954029260382900ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3787 = { .hd = { .id = 3577, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0x32, 0x18, 0x4a, 0x03, 0x41, 0x7c, 0x63, 0x12, 0x64, 0x9c, 0x85, 0xdc, 0x54, 0x9f, 0xe6, 0x03, 0xf6, 0xf5, 0xe4, 0xfe, 0x3a, 0x25, 0x84, 0x0d, 0x64, 0xad, 0x7f, 0xf5, 0xea, 0x5d, 0xe3, 0xd5, 0x02, 0x90, 0x44, 0xe3, 0x4c, 0x52, 0x91, 0x11, 0x82, 0x08, 0xf5, 0x67, 0x05, 0x9f, 0xc3, 0x74, 0x41, 0x50, 0x6b, 0x8f, 0x7a, 0xb1, 0xe8, 0x0a, 0x44, 0xa7, 0x02, 0xd1, 0x06, 0xb0, 0xf8, 0x17, 0x97, 0xb9, 0xf3, 0x8a, 0xed, 0xd0, 0x0d, 0x4d, 0xa4, 0x7c, 0x6b, 0xef, 0x9e, 0x2e, 0x10, 0xc0, 0x6f, 0x01, 0x3d, 0x19, 0x23, 0xc6, 0x93, 0x98, 0x7a, 0xbf, 0x2c, 0xde, 0x09, 0xf3, 0x4e, 0x3e, 0x5f, 0xd8, 0x9e, 0x3d, 0xb3, 0x5f, 0x17, 0x84, 0xfe, 0xb7, 0x14, 0xb1, 0x1b, 0xc4, 0x53, 0xd1, 0x82, 0xd9, 0xd6, 0x65, 0x5d, 0xbe, 0xcf, 0xb6, 0x34, 0x92, 0xcd, 0x57, 0x49, 0x84, 0x6a, 0xb5, 0x3a, 0xe1, 0x48, 0xcc, 0x53, 0xf6, 0xac, 0xca, 0xb9, 0x0d, 0x25, 0x88, 0x26, 0x6f, 0x49, 0xe5, 0xda, 0x51, 0x92, 0xee, 0xb5, 0xdf, 0x8b, 0x63, 0x05, 0x08, 0x6d, 0x17, 0x6a, 0x87, 0x26, 0x4c, 0xd6, 0x81, 0xb0, 0xa8, 0x0f, 0xd9, 0x2d } } }; static const struct cckprng_op_refresh op_refresh_3788 = { .hd = { .id = 3578, .kind = OP_REFRESH }, .rand = 10086440752758237915ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3789 = { .hd = { .id = 3579, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0xcc, 0x29, 0x38, 0x8a, 0x9d, 0x5a, 0x12, 0x8c, 0x38, 0xae, 0x8d } } }; static const struct cckprng_op_refresh op_refresh_3790 = { .hd = { .id = 3580, .kind = OP_REFRESH }, .rand = 2097995594915705999ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3791 = { .hd = { .id = 3581, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0xfd, 0xa8, 0xed, 0x7f, 0xa8, 0x61, 0x1b, 0x7f } } }; static const struct cckprng_op_refresh op_refresh_3792 = { .hd = { .id = 3582, .kind = OP_REFRESH }, .rand = 6784200566860110898ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3793 = { .hd = { .id = 3583, .kind = OP_GENERATE }, .rand_nbytes = 5, .out = { .rand = { 0x2d, 0x05, 0x26, 0x5e, 0x84 } } }; static const struct cckprng_op_generate op_init_3794 = { .hd = { .id = 3584, .kind = OP_GENERATE }, .rand_nbytes = 188, .out = { .rand = { 0x46, 0x79, 0x3d, 0x1d, 0xb8, 0xa3, 0xc5, 0x40, 0xae, 0x9e, 0x3d, 0x39, 0x5e, 0x6c, 0x40, 0x05, 0x1c, 0x93, 0xa6, 0xf1, 0xf1, 0x09, 0x09, 0xcb, 0xdc, 0x34, 0x32, 0xf0, 0x4d, 0x27, 0xaf, 0x59, 0xea, 0x72, 0x5a, 0xe2, 0xa8, 0x19, 0x7b, 0x1d, 0x93, 0x28, 0xf4, 0x4d, 0x43, 0x10, 0xff, 0x3c, 0x8d, 0x58, 0x4d, 0x10, 0xbf, 0x64, 0xcc, 0x45, 0xd1, 0xb7, 0xa7, 0x36, 0x9e, 0x4f, 0xcb, 0x2c, 0x6a, 0xbd, 0x5a, 0xa0, 0xf8, 0x6b, 0x06, 0x99, 0xc2, 0xa6, 0xef, 0xc6, 0xeb, 0xb4, 0xa5, 0x6c, 0x0b, 0xaa, 0x71, 0x0a, 0xc0, 0xd0, 0xbf, 0x15, 0x38, 0x91, 0xd4, 0xf3, 0xe0, 0x5f, 0x83, 0x10, 0x60, 0xc4, 0x47, 0xe1, 0xff, 0x8a, 0xca, 0xd3, 0x1b, 0x90, 0xcc, 0x03, 0x78, 0xb3, 0xe7, 0x4c, 0x76, 0xf4, 0x49, 0xed, 0x88, 0x69, 0xa3, 0x6d, 0xde, 0xb9, 0x4a, 0x53, 0x0b, 0xc8, 0x34, 0x21, 0xc0, 0x3f, 0x62, 0xe3, 0xaa, 0xdb, 0xd3, 0xa1, 0x7a, 0xbf, 0x82, 0x4f, 0x44, 0xdd, 0xa5, 0xa5, 0x5e, 0xdd, 0x68, 0x24, 0x26, 0xaf, 0x21, 0x60, 0x97, 0xa9, 0x6e, 0x9b, 0x5d, 0x88, 0x56, 0x58, 0xf8, 0xeb, 0x7a, 0x56, 0xca, 0x80, 0xe9, 0x7d, 0x4a, 0x5d, 0xb9, 0x01, 0xd5, 0x8b, 0x07, 0x7b, 0xb4, 0xe4, 0x31, 0xa8, 0x2c, 0x83, 0xcb, 0x41, 0x63, 0xa2, 0xfa, 0xe0 } } }; static const struct cckprng_op_generate op_init_3795 = { .hd = { .id = 3585, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0x28, 0x9d, 0xc1, 0x7f, 0x4d, 0x59, 0xed, 0xf9, 0x87, 0xdd, 0xcd, 0x90, 0xa6, 0x7d, 0x6b, 0x9c, 0x97, 0x0a, 0x6e, 0xeb, 0x0a, 0xec, 0x13, 0xc8, 0x59, 0x9a, 0x86, 0x4f, 0x4c, 0x01, 0x3f, 0x9e, 0xc3, 0x18, 0x91, 0xf9, 0x52, 0xf9, 0x60, 0xb6, 0x59, 0xb5, 0x9a, 0xfe, 0xd0, 0xac, 0x7e, 0xf9, 0xb6, 0x9f, 0xe1, 0x10, 0xd6, 0x8e, 0xdf, 0x34, 0x4d, 0xb7, 0xcb, 0xb9, 0x83, 0x0c, 0x90, 0x4d, 0x3f, 0x7c, 0xd1, 0xa4, 0xf6, 0x65, 0xa2, 0xb3, 0x4b, 0x8c, 0x7b, 0x1d, 0xfd, 0x20, 0x71, 0x4f, 0x02, 0x87, 0x24, 0x1b, 0x22, 0xda, 0xb3, 0x69 } } }; static const struct cckprng_op_reseed op_reseed_3796 = { .hd = { .id = 3586, .kind = OP_RESEED }, .nonce = 8949841142686808628ULL, .seed_nbytes = 61, .seed = { 0x6c, 0x6a, 0xb6, 0x5c, 0x5f, 0x64, 0xbb, 0xc3, 0x01, 0x61, 0x8a, 0xac, 0x0e, 0xcb, 0xea, 0x9d, 0x36, 0x4d, 0x29, 0x00, 0x78, 0x8b, 0xe3, 0xb2, 0x81, 0xca, 0x16, 0xdb, 0xf5, 0xfd, 0x0f, 0xa3, 0xf3, 0xa9, 0x5e, 0x6b, 0x74, 0xbc, 0x8a, 0x84, 0x30, 0xc6, 0x76, 0x08, 0xbf, 0xf6, 0x15, 0xe5, 0xe8, 0xf5, 0xf4, 0xc4, 0x01, 0xa7, 0xd8, 0xcc, 0x49, 0x6c, 0xbb, 0x9b, 0x1d } }; static const struct cckprng_op *ops_3797[] = { (const struct cckprng_op *)&op_init_3781, (const struct cckprng_op *)&op_init_3782, (const struct cckprng_op *)&op_init_3783, (const struct cckprng_op *)&op_reseed_3784, (const struct cckprng_op *)&op_init_3785, (const struct cckprng_op *)&op_refresh_3786, (const struct cckprng_op *)&op_init_3787, (const struct cckprng_op *)&op_refresh_3788, (const struct cckprng_op *)&op_init_3789, (const struct cckprng_op *)&op_refresh_3790, (const struct cckprng_op *)&op_init_3791, (const struct cckprng_op *)&op_refresh_3792, (const struct cckprng_op *)&op_init_3793, (const struct cckprng_op *)&op_init_3794, (const struct cckprng_op *)&op_init_3795, (const struct cckprng_op *)&op_reseed_3796 }; static const struct cckprng_vector vec_3798 = { .id = 3587, .note = NULL, .nops = 16, .ops = ops_3797 }; static const struct cckprng_op_init op_init_3799 = { .hd = { .id = 3588, .kind = OP_INIT }, .seed = { 0x91, 0x86, 0x1d, 0x19, 0x03, 0x40, 0x90, 0x4b, 0xab, 0x09, 0xf9, 0x16, 0xe9, 0xcc, 0x9c, 0x52, 0xfa, 0x76, 0xab, 0x03, 0xf4, 0xb9, 0x9d, 0xdf, 0x2a, 0x2f, 0x27, 0x05, 0xef, 0x34, 0x55, 0xcd }, .nonce = { 0xe1, 0xc5, 0x24, 0x30, 0x6f, 0xbc, 0x66, 0xb6 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3800 = { .hd = { .id = 3589, .kind = OP_RESEED }, .nonce = 14574532798028809723ULL, .seed_nbytes = 229, .seed = { 0x4c, 0xcc, 0x4f, 0x6f, 0xf8, 0xf5, 0x2d, 0xcd, 0x09, 0x70, 0xf4, 0x70, 0x5b, 0x9e, 0xa5, 0x4e, 0x14, 0x15, 0x13, 0x73, 0x80, 0x28, 0x6a, 0xc2, 0xee, 0x28, 0xad, 0x5e, 0x37, 0xa4, 0xb8, 0x33, 0xb5, 0xa6, 0x5c, 0x57, 0xae, 0xfa, 0x3f, 0x95, 0x01, 0x47, 0x7b, 0x10, 0xfe, 0x68, 0xc8, 0xa7, 0x39, 0xb7, 0xfa, 0x93, 0x3c, 0xa0, 0xc5, 0xec, 0x41, 0x08, 0x0a, 0x96, 0x2b, 0xc9, 0x74, 0xbc, 0x2f, 0x11, 0xcb, 0x0b, 0x4e, 0xca, 0x41, 0xcd, 0xf9, 0xc1, 0x74, 0x2e, 0x81, 0xb1, 0xca, 0xba, 0x7f, 0x98, 0xaa, 0x4b, 0xb7, 0x45, 0xc1, 0x48, 0x2e, 0xbf, 0xd1, 0x21, 0xd8, 0x46, 0xa5, 0x77, 0x60, 0x0b, 0xba, 0x67, 0xb0, 0x37, 0x4e, 0x69, 0x8f, 0x6c, 0xb7, 0xfe, 0xcd, 0x38, 0x3f, 0xe4, 0xcf, 0xaf, 0x24, 0x9b, 0x5e, 0xdf, 0x50, 0x64, 0x0c, 0x93, 0x38, 0xda, 0x33, 0x1b, 0xf9, 0x85, 0x66, 0xb9, 0x07, 0x59, 0x15, 0x20, 0xf8, 0x45, 0xd8, 0x32, 0x8c, 0x8d, 0x33, 0xbe, 0xf6, 0x6b, 0x6f, 0x77, 0x1b, 0x64, 0x1a, 0xd1, 0xcf, 0xc8, 0xe5, 0x30, 0x7e, 0x46, 0xed, 0xdf, 0x99, 0x62, 0x48, 0xc5, 0x8f, 0xdc, 0xe4, 0xa7, 0x52, 0xae, 0xbe, 0x23, 0x48, 0x82, 0x19, 0x1a, 0x66, 0x7c, 0xd5, 0xc0, 0x18, 0x89, 0xa4, 0x5b, 0xfa, 0x93, 0x71, 0x47, 0x99, 0x07, 0xd9, 0x33, 0xa9, 0xd5, 0xcd, 0x03, 0x52, 0x0e, 0xc6, 0x6e, 0x58, 0xaf, 0x37, 0xee, 0xb3, 0x86, 0xca, 0xc9, 0xe1, 0x9b, 0x72, 0x5e, 0xfa, 0x46, 0xa9, 0xc8, 0x45, 0xdb, 0x6f, 0xac, 0xda, 0x9f, 0xa4, 0xd5, 0x9e, 0x4b, 0x35, 0x13, 0x03, 0xa0, 0x55 } }; static const struct cckprng_op_reseed op_reseed_3801 = { .hd = { .id = 3590, .kind = OP_RESEED }, .nonce = 780490559397420129ULL, .seed_nbytes = 126, .seed = { 0xb9, 0xa6, 0x65, 0x90, 0xa0, 0x4a, 0x51, 0xe1, 0x97, 0x5e, 0x85, 0xa7, 0x83, 0x14, 0x03, 0xb2, 0x28, 0x6e, 0x55, 0x2f, 0xff, 0x1b, 0xbb, 0x14, 0xed, 0x55, 0xd1, 0x68, 0xaf, 0x9a, 0xd1, 0x67, 0x70, 0x5c, 0x0c, 0x27, 0x8b, 0x80, 0x1f, 0xf0, 0x69, 0xb1, 0x59, 0x98, 0xf1, 0x96, 0xc7, 0x85, 0x01, 0x1b, 0x54, 0x05, 0x53, 0xdf, 0x21, 0xd6, 0x18, 0xad, 0xc4, 0xbf, 0x77, 0x88, 0xa8, 0x8b, 0xae, 0x4b, 0xe9, 0x44, 0x76, 0x26, 0x5a, 0x91, 0x3d, 0xbf, 0xa3, 0x42, 0x05, 0x08, 0x0f, 0xcc, 0xf9, 0xb5, 0x4e, 0xbe, 0x9e, 0x49, 0xf6, 0x07, 0xb4, 0x9b, 0xdd, 0x4a, 0x84, 0xf6, 0x56, 0x55, 0xcd, 0x80, 0x8a, 0x75, 0xad, 0xef, 0x8f, 0xf4, 0x51, 0x56, 0x5c, 0xd4, 0x18, 0x93, 0x2c, 0x11, 0x77, 0x78, 0x5c, 0x6d, 0x9d, 0xfc, 0xaf, 0x93, 0xf5, 0x19, 0xd0, 0xaa, 0x1d, 0x35 } }; static const struct cckprng_op_refresh op_refresh_3802 = { .hd = { .id = 3591, .kind = OP_REFRESH }, .rand = 14642581288724773226ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3803 = { .hd = { .id = 3592, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x93, 0xe8, 0x52, 0x8a, 0x80, 0xca, 0x4e, 0xaa, 0x71, 0xfe, 0x02, 0x5c, 0x5e, 0x88, 0xb4, 0xfb, 0xbe, 0xfb, 0x2a, 0xd3, 0x36, 0x02, 0x5a, 0x06, 0xfb, 0x79, 0xd2, 0xf9, 0xff, 0xa5, 0x05, 0xa9, 0xef, 0xf1, 0x9a, 0x09, 0x5b, 0x06, 0xdb, 0x11, 0x0f, 0xa1, 0x35, 0xa9, 0x6b, 0x62, 0x32, 0x69, 0x1e, 0xfb, 0x0b, 0xa8, 0x8e, 0x68, 0x04, 0x5e, 0xb4, 0x3b, 0x61, 0x56, 0xc6, 0x56, 0xd3, 0xb3, 0xf0, 0x8c, 0x08, 0x05, 0xbc, 0x8c, 0xc6, 0x3b, 0xa4, 0xaa, 0x93, 0xc4, 0x5d, 0x75, 0x1f, 0xba, 0x99, 0x59, 0x57, 0xce, 0xcb, 0x6f, 0xd0, 0xdb, 0xed, 0x94, 0x1e, 0x27, 0x48, 0xbb, 0x1e, 0xb1, 0x19, 0xd7, 0x09, 0xa1, 0x19, 0x40, 0x79, 0x2e, 0x11, 0xca, 0x74, 0xbb, 0x89, 0xd4, 0xad, 0x30, 0x96, 0xc0, 0xa5, 0x54, 0x6b, 0xe6, 0xb2, 0xc2, 0xfc, 0x7f, 0x5d, 0x41, 0x43, 0xba, 0x3a, 0x8c, 0x48, 0xc0, 0x39, 0xa5, 0xa6, 0x58, 0xc2, 0x04, 0xda, 0xc2, 0xbf, 0xb3, 0x9d, 0x52, 0xfa, 0xcc, 0x3b, 0x1d, 0xef, 0x69, 0x46, 0x3a, 0x30, 0x7a, 0x2c, 0xb4, 0x72, 0x27, 0x86, 0x58, 0xdd, 0x36, 0x1b, 0xdb, 0x93, 0xc9, 0x79, 0x42, 0x64, 0x0d, 0x5e, 0xd0, 0x98, 0x47, 0x47, 0x56, 0x12, 0x6e, 0xe1, 0x07, 0x16, 0x7c, 0x8d, 0x7e, 0xa4, 0x9c, 0x57, 0x8c, 0x0a, 0xc8, 0xf5, 0x8f, 0x2f, 0x77, 0x9a, 0x8d, 0xae, 0x73, 0xf8, 0x6c, 0xd9, 0xab, 0xad, 0x35, 0x36, 0x91, 0x52, 0x1a, 0x18, 0xdc, 0x8e, 0xf3, 0x97, 0xc1, 0x3d, 0x2c, 0xab, 0x29, 0x18, 0xd2, 0x46, 0x56, 0x36, 0x11, 0x75, 0x6f, 0x9f, 0x2b, 0x03, 0xae, 0x42, 0xaf, 0x86, 0xc9, 0xda, 0xe4, 0xbf, 0x73, 0x31, 0x2c, 0x8d, 0x8a, 0x5d, 0xc2, 0x96, 0x9b, 0xeb, 0x66, 0x60, 0xbc, 0x11, 0x04, 0x2d, 0x0d, 0xa6 } } }; static const struct cckprng_op_generate op_init_3804 = { .hd = { .id = 3593, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0x1a, 0x25, 0xda, 0xaa, 0x01, 0x32, 0xe1, 0x66, 0x19, 0xff, 0x5e, 0xff, 0xc0, 0xa9, 0x62, 0x19, 0xff, 0x2b, 0xc0, 0x68, 0x07, 0x37, 0x42, 0xf1, 0x86, 0x67, 0x73, 0x9c, 0xb0, 0x8c, 0x50, 0x7a, 0x6e, 0xc2, 0xe9, 0x5c, 0xf9, 0x09, 0x9f, 0x27, 0x5d, 0xa4, 0x5b, 0x94, 0x8f, 0x85, 0xff, 0x9e, 0x9e, 0x04, 0x33, 0x1f, 0x3b, 0x48, 0x8c, 0x7d, 0x74, 0xe5, 0xa1, 0x44, 0x6d, 0x6a, 0xe8, 0x1b, 0x3e, 0xca, 0xb9, 0xb3, 0xbc, 0x6a, 0x8e, 0xb9, 0x43, 0x2a, 0x50, 0x48, 0x83, 0xda, 0x4e, 0x6c, 0x7a, 0xdd, 0x00, 0x63, 0x7e, 0xaa, 0x1a, 0x24, 0x4b, 0xa8, 0x96, 0xcd, 0xab, 0x1d, 0xee, 0x2d, 0x12, 0x3b, 0xc3, 0x59, 0x3f, 0xf1, 0x25, 0x8a, 0x29, 0x6f, 0x1e, 0x0d, 0x3a, 0x4c, 0x4b, 0x63, 0x58, 0xb3, 0xdb, 0x3a, 0x60, 0x40, 0x19, 0x27, 0x84, 0xe7, 0xc6, 0x8a, 0x01, 0xae, 0x2c, 0x45, 0x25, 0xfb, 0x83, 0xcd, 0xf3, 0xd5, 0xf3, 0x7a, 0x79, 0xb4, 0x47, 0x56, 0x99, 0xa4, 0xa3, 0xb9, 0x0c, 0xcd, 0x98, 0xea, 0x23, 0xb9, 0x47, 0x66, 0xbb, 0xe6 } } }; static const struct cckprng_op_refresh op_refresh_3805 = { .hd = { .id = 3594, .kind = OP_REFRESH }, .rand = 11984509129271504060ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3806 = { .hd = { .id = 3595, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0xbb, 0x13, 0xa0, 0xe7, 0x55, 0x76, 0xf5, 0xf0, 0x85, 0x30, 0x53, 0x12, 0xfe, 0x9f, 0xd1, 0x8b, 0x73, 0xf2, 0x0e, 0x73, 0x7a, 0x23, 0x15, 0xa3, 0xde, 0x6d, 0x8e, 0x83, 0x3f, 0xa6, 0x43, 0x6a, 0x8a, 0x5c, 0x13, 0x34, 0x05, 0xcf, 0x7f, 0x55, 0xa0, 0x50, 0xa8, 0xa0, 0x24, 0x60, 0x4e, 0xcd, 0x50, 0xb9, 0xc9, 0xb7, 0x9a, 0x8d, 0x9e, 0x7e, 0x08, 0x95, 0x5f, 0xa8, 0x6c, 0x13, 0x44, 0xb2, 0xb4, 0xdf, 0xd2, 0x99, 0xe2, 0x31, 0x91, 0x38 } } }; static const struct cckprng_op_generate op_init_3807 = { .hd = { .id = 3596, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x7b, 0xd3, 0xa9 } } }; static const struct cckprng_op_reseed op_reseed_3808 = { .hd = { .id = 3597, .kind = OP_RESEED }, .nonce = 197590934919849115ULL, .seed_nbytes = 112, .seed = { 0x5e, 0x8c, 0x90, 0x33, 0xbb, 0x1e, 0xf6, 0x6d, 0xb4, 0x05, 0xd3, 0x52, 0xab, 0x32, 0xc3, 0xce, 0x18, 0x7c, 0x30, 0x84, 0x2d, 0xc7, 0x6f, 0xd3, 0xbf, 0x08, 0x29, 0x1a, 0xd7, 0x75, 0xca, 0x34, 0x55, 0x86, 0x47, 0x31, 0xa0, 0xf2, 0xf7, 0x0f, 0x70, 0x9e, 0xe0, 0x15, 0x63, 0xd7, 0x97, 0xa3, 0x3a, 0xfa, 0x78, 0x62, 0xb9, 0x21, 0x8d, 0x23, 0x74, 0x01, 0x40, 0xae, 0x55, 0xdb, 0xad, 0x2a, 0x98, 0xba, 0xb6, 0xef, 0x14, 0x2c, 0x9d, 0x27, 0x19, 0x7d, 0x38, 0xdc, 0xa7, 0x66, 0xfa, 0xc5, 0xc3, 0xfe, 0xe7, 0x14, 0x59, 0x70, 0xe6, 0x83, 0x01, 0x1c, 0x0c, 0x8c, 0x8f, 0x6a, 0x0f, 0xc0, 0x4d, 0x85, 0xae, 0xb7, 0x5e, 0x79, 0x91, 0x62, 0x26, 0xcd, 0xa3, 0xb6, 0xcb, 0x94, 0xe2, 0x45 } }; static const struct cckprng_op_generate op_init_3809 = { .hd = { .id = 3598, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0xef, 0x3e, 0x09, 0x06, 0xfd, 0xfe, 0xa3, 0x03, 0x19, 0x99, 0x9c, 0x67, 0x2f, 0x85, 0xd8, 0x30, 0x8b, 0x3d, 0x8d, 0xd0, 0xa7, 0x5a, 0x94, 0x06, 0xff, 0x3d, 0xa6, 0xc7, 0x83, 0x36, 0x82, 0x9f, 0xd0, 0x99, 0xaf, 0xee, 0x42, 0x42, 0x87, 0x54, 0x20, 0xa5, 0x94, 0xea, 0x29, 0xa8, 0x6d, 0x3e, 0xba, 0x76, 0x61, 0x12, 0xfc, 0xd8, 0xe1, 0xa8, 0x88, 0xc5, 0x8b, 0x67, 0x1e, 0x8b, 0x1d, 0x74, 0x16, 0xf3, 0xec, 0x3e, 0x89, 0x6f, 0xa8, 0xf8, 0x01, 0x1d, 0x24, 0x69, 0x65, 0x78, 0xcf, 0xcc, 0x76, 0x63, 0x1b, 0x0a, 0x6f, 0xb2, 0x9e, 0x69, 0xd3, 0x01, 0x3f, 0x89, 0x15, 0x51, 0xec, 0x38, 0x6f, 0x59, 0x05, 0x01, 0x2f, 0x93, 0x91, 0x43, 0xc4, 0xe8, 0x89, 0x2c, 0x7c, 0x3a, 0x58, 0xfd, 0x95, 0xe8, 0xfd, 0xd1, 0xe6, 0x4a, 0x94, 0xa0, 0x80, 0x10, 0x57, 0x33, 0x3d, 0x52, 0x81, 0x4e, 0x85, 0xa8, 0x74, 0xb3, 0x81, 0x9e, 0x26, 0xd7, 0x5a, 0xc9, 0xb5, 0x9f, 0x53, 0x1b, 0x61, 0x71, 0xcb, 0xeb, 0xfb, 0xd7, 0x1f, 0x1d, 0xf9, 0x9c, 0x08, 0x85, 0x9b, 0x7b, 0x47, 0xb4, 0x09, 0x08, 0x8f, 0xc6, 0x42, 0x7a, 0xe1, 0x36, 0x42, 0x83, 0x92, 0x5b, 0x7a, 0xbb, 0xa0, 0x5f, 0x2f, 0x69, 0x46, 0xc2, 0xa4, 0xbd, 0xfe, 0x3c, 0xa2, 0x36, 0xe1, 0x5f, 0x91, 0xa0, 0x20, 0x54, 0xa2, 0xfe, 0x5a, 0x32, 0x68, 0x01, 0x1b, 0x57, 0xdf, 0x50, 0x5f, 0xaf, 0xee, 0x29, 0x91, 0x9b, 0x39, 0x20, 0x1f, 0x96, 0x5d, 0x9f, 0x7f, 0xcf, 0xdb, 0xf5, 0xb0, 0x59, 0x45, 0x6f, 0xb9, 0x98, 0x14, 0x44, 0xcb, 0xf6, 0xac, 0x07, 0xa8, 0x0c, 0x36, 0x65, 0x41, 0xef, 0xc6, 0x00, 0x72, 0xaa, 0xc1, 0xbd, 0x62, 0x6b, 0xf8, 0xf5, 0x63, 0xeb, 0x88, 0xce, 0xcf, 0xde, 0x59, 0x6e, 0xeb, 0xba, 0x98, 0x6c, 0x37, 0x63, 0x14, 0x4f, 0x45, 0xeb } } }; static const struct cckprng_op_reseed op_reseed_3810 = { .hd = { .id = 3599, .kind = OP_RESEED }, .nonce = 13020857058823254334ULL, .seed_nbytes = 114, .seed = { 0x58, 0x36, 0x84, 0xb5, 0x9d, 0xa8, 0x18, 0xe2, 0xcc, 0xe5, 0x0e, 0xd7, 0xdd, 0xf8, 0x3a, 0xd4, 0xd1, 0x4c, 0x3d, 0x00, 0x9f, 0x2e, 0x03, 0xb9, 0xed, 0xb6, 0x82, 0x5a, 0xe9, 0xc9, 0xd8, 0x04, 0x05, 0xbe, 0x27, 0x52, 0xbf, 0x08, 0x30, 0xfb, 0x9e, 0xfc, 0x42, 0x46, 0x5e, 0x7c, 0x9a, 0x5a, 0xc2, 0xe9, 0x16, 0x26, 0x70, 0x10, 0xa2, 0x0e, 0x0d, 0xde, 0x0b, 0x33, 0x01, 0xa1, 0x00, 0x9c, 0xcd, 0x23, 0x9f, 0x55, 0xe4, 0xe7, 0xfb, 0x6f, 0x98, 0xf2, 0xdf, 0xa7, 0xf7, 0xf5, 0xfe, 0x6f, 0x16, 0x9f, 0x11, 0xe6, 0xf0, 0xb3, 0xff, 0xd7, 0x68, 0xb0, 0x62, 0xa1, 0x15, 0xaf, 0xd4, 0xed, 0xa6, 0x80, 0x71, 0x05, 0x50, 0x72, 0x7d, 0xc4, 0xca, 0x32, 0x2d, 0x9c, 0x18, 0x19, 0x6b, 0x3a, 0xb6, 0x2f } }; static const struct cckprng_op_refresh op_refresh_3811 = { .hd = { .id = 3600, .kind = OP_REFRESH }, .rand = 13303232427784071618ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3812 = { .hd = { .id = 3601, .kind = OP_RESEED }, .nonce = 12332523067252842243ULL, .seed_nbytes = 205, .seed = { 0x3d, 0xd3, 0x77, 0x5b, 0xb7, 0xb9, 0x8d, 0x57, 0x9a, 0x40, 0x98, 0xe7, 0x06, 0x7c, 0x81, 0x4e, 0xbb, 0xab, 0xe6, 0x1f, 0x57, 0xff, 0xee, 0x9e, 0x70, 0xad, 0x52, 0xeb, 0xcf, 0x6b, 0x54, 0x50, 0x9b, 0x5f, 0xab, 0xf4, 0xa6, 0xc6, 0x64, 0x70, 0xeb, 0xec, 0xc0, 0xb4, 0xb7, 0x6f, 0x87, 0x9f, 0x13, 0xaf, 0x31, 0x9c, 0x14, 0x31, 0xa6, 0x4c, 0x80, 0x39, 0x47, 0x39, 0xb7, 0x67, 0x13, 0x39, 0x86, 0xab, 0xe8, 0xcc, 0x98, 0x45, 0x38, 0xd9, 0x84, 0x38, 0xf8, 0x65, 0x85, 0x26, 0xa4, 0x0e, 0xc0, 0x63, 0x4d, 0xfb, 0x96, 0x52, 0x60, 0x0d, 0x47, 0xc4, 0x65, 0x93, 0x27, 0xc3, 0xb0, 0xdd, 0x2e, 0x18, 0x4d, 0xfd, 0xad, 0x44, 0xd2, 0x4a, 0x8c, 0x2e, 0x16, 0xe0, 0x8d, 0x5d, 0xf1, 0x6f, 0x69, 0x92, 0x93, 0x2b, 0xe4, 0xff, 0x23, 0x23, 0xec, 0x18, 0xf0, 0x39, 0x8e, 0x03, 0x28, 0x29, 0xe4, 0x69, 0xac, 0x78, 0x8f, 0x82, 0x2c, 0xe2, 0x6c, 0xf8, 0x17, 0xec, 0xb6, 0x4c, 0xb2, 0x27, 0x16, 0xb1, 0x16, 0x88, 0xfc, 0x40, 0x17, 0x28, 0x36, 0x09, 0x96, 0xda, 0x50, 0xf2, 0x75, 0x6d, 0xb7, 0xc3, 0x37, 0x7e, 0x7e, 0xaa, 0xd9, 0x30, 0xf2, 0xe2, 0xde, 0x8d, 0xfd, 0xaa, 0x89, 0xd1, 0x11, 0x02, 0x87, 0xae, 0x1b, 0x2c, 0xa4, 0x07, 0xf9, 0x49, 0x52, 0xe5, 0xd4, 0x33, 0xd8, 0x16, 0x87, 0xe6, 0xe6, 0x51, 0x31, 0xfa, 0x2d, 0xe9, 0xbb, 0x95, 0x77, 0x7f, 0xe5 } }; static const struct cckprng_op_refresh op_refresh_3813 = { .hd = { .id = 3602, .kind = OP_REFRESH }, .rand = 3819367106594602609ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3814 = { .hd = { .id = 3603, .kind = OP_RESEED }, .nonce = 80304726324687183ULL, .seed_nbytes = 101, .seed = { 0x66, 0x14, 0xfe, 0xd4, 0x0f, 0xc3, 0xef, 0x81, 0x1f, 0x09, 0xd8, 0x86, 0xf3, 0xab, 0xd3, 0x42, 0xf0, 0x53, 0x50, 0xb2, 0xc7, 0xb3, 0x3b, 0xda, 0xff, 0xfc, 0xc9, 0x78, 0xe6, 0x67, 0x5d, 0xae, 0x3e, 0x38, 0x9b, 0x30, 0xe5, 0xd5, 0x6e, 0xc0, 0x39, 0xb6, 0x9a, 0x3c, 0xdd, 0xeb, 0xa2, 0x8b, 0x6d, 0xe0, 0x16, 0xed, 0xdd, 0xd0, 0x70, 0xff, 0x68, 0x0d, 0x7e, 0x65, 0xce, 0xdd, 0x01, 0xef, 0x31, 0x67, 0xee, 0x6b, 0x14, 0x2b, 0x13, 0x66, 0xa1, 0xb0, 0x61, 0xd2, 0x6b, 0x12, 0x12, 0x64, 0x18, 0xdb, 0x7e, 0xf9, 0x23, 0x67, 0xad, 0x39, 0x28, 0x28, 0x56, 0xc3, 0x3a, 0x24, 0x30, 0x3c, 0x7c, 0xce, 0x90, 0xb3, 0x4f } }; static const struct cckprng_op *ops_3815[] = { (const struct cckprng_op *)&op_init_3799, (const struct cckprng_op *)&op_reseed_3800, (const struct cckprng_op *)&op_reseed_3801, (const struct cckprng_op *)&op_refresh_3802, (const struct cckprng_op *)&op_init_3803, (const struct cckprng_op *)&op_init_3804, (const struct cckprng_op *)&op_refresh_3805, (const struct cckprng_op *)&op_init_3806, (const struct cckprng_op *)&op_init_3807, (const struct cckprng_op *)&op_reseed_3808, (const struct cckprng_op *)&op_init_3809, (const struct cckprng_op *)&op_reseed_3810, (const struct cckprng_op *)&op_refresh_3811, (const struct cckprng_op *)&op_reseed_3812, (const struct cckprng_op *)&op_refresh_3813, (const struct cckprng_op *)&op_reseed_3814 }; static const struct cckprng_vector vec_3816 = { .id = 3604, .note = NULL, .nops = 16, .ops = ops_3815 }; static const struct cckprng_op_init op_init_3817 = { .hd = { .id = 3605, .kind = OP_INIT }, .seed = { 0xcb, 0x71, 0x57, 0xe0, 0xb7, 0xc9, 0x14, 0x84, 0x01, 0x23, 0xd9, 0x39, 0x16, 0x3b, 0x31, 0x47, 0x75, 0x20, 0x95, 0x61, 0xd5, 0x85, 0x8c, 0x0b, 0x6b, 0x08, 0xb0, 0x29, 0xa4, 0x29, 0xb2, 0x43 }, .nonce = { 0xbf, 0x06, 0xc0, 0x68, 0x57, 0xc2, 0x08, 0x98 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3818 = { .hd = { .id = 3606, .kind = OP_RESEED }, .nonce = 2223888024899416490ULL, .seed_nbytes = 175, .seed = { 0x53, 0x04, 0x0b, 0x7b, 0xeb, 0x14, 0x78, 0x85, 0xb9, 0x6d, 0xcc, 0x6d, 0xb1, 0x19, 0xb8, 0xf0, 0x7b, 0x55, 0x8f, 0x42, 0x26, 0x67, 0x61, 0xa4, 0x01, 0x4a, 0xd2, 0xaa, 0x26, 0x56, 0x27, 0xdd, 0xc3, 0x72, 0x60, 0xc9, 0x65, 0x80, 0xed, 0x2c, 0x6f, 0xcd, 0x40, 0xb2, 0x69, 0x6a, 0xd6, 0x48, 0x8a, 0x96, 0x06, 0x09, 0xa1, 0x2d, 0xe8, 0x71, 0xf3, 0x07, 0xf2, 0x3d, 0xc9, 0x3e, 0xd5, 0x1e, 0x2b, 0xc8, 0xfe, 0xbb, 0xd5, 0x65, 0xf8, 0xac, 0x55, 0xaf, 0x30, 0x1d, 0x97, 0x92, 0xf5, 0x59, 0x66, 0x11, 0x7f, 0x32, 0x93, 0x2d, 0xec, 0xfd, 0xa0, 0x4c, 0xda, 0xf7, 0xd5, 0xd0, 0x20, 0xed, 0xcf, 0x06, 0x0c, 0x1a, 0x10, 0xb0, 0x2d, 0xd9, 0x5a, 0xb3, 0x41, 0xaf, 0x91, 0xa5, 0x60, 0x07, 0x41, 0x8c, 0x03, 0x79, 0x7a, 0x25, 0xe1, 0xcc, 0x4c, 0x67, 0x35, 0xd5, 0xcd, 0xdf, 0xfb, 0xc7, 0xae, 0x95, 0xcb, 0x87, 0xb8, 0x9c, 0x14, 0xb8, 0x66, 0xda, 0x7d, 0x15, 0xb1, 0xf3, 0xbe, 0xf0, 0x25, 0x3d, 0x28, 0x7a, 0x53, 0x53, 0x9c, 0x21, 0x05, 0x29, 0x7a, 0x3e, 0x55, 0xce, 0x97, 0x7c, 0x32, 0xfb, 0xde, 0x8d, 0x43, 0xa5, 0x2a, 0x69, 0x69, 0x86, 0x4a, 0x92, 0xcc, 0x2b, 0x8f } }; static const struct cckprng_op_refresh op_refresh_3819 = { .hd = { .id = 3607, .kind = OP_REFRESH }, .rand = 11886533198166702189ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3820 = { .hd = { .id = 3608, .kind = OP_REFRESH }, .rand = 1659721228993630022ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3821 = { .hd = { .id = 3609, .kind = OP_RESEED }, .nonce = 17070034469645013280ULL, .seed_nbytes = 243, .seed = { 0xd8, 0x7c, 0x05, 0x89, 0x90, 0x26, 0xe0, 0x6c, 0x35, 0xc2, 0x26, 0xc0, 0x01, 0x5a, 0x2d, 0xa3, 0x74, 0xea, 0xd2, 0x5b, 0x37, 0x35, 0xc5, 0xd3, 0xcf, 0x2f, 0x75, 0x8b, 0xca, 0xdb, 0xfe, 0xc4, 0x08, 0x14, 0x2a, 0x17, 0x59, 0xdf, 0xed, 0xa5, 0x0e, 0x38, 0x50, 0x9c, 0x11, 0x0c, 0x73, 0x17, 0x0e, 0x67, 0x15, 0x44, 0x21, 0x65, 0xd8, 0xa1, 0x42, 0xce, 0xbc, 0x3b, 0x5b, 0xf6, 0xe3, 0x70, 0x85, 0xea, 0x58, 0xc2, 0x53, 0x3e, 0x15, 0xad, 0xa3, 0xdc, 0xef, 0xa0, 0x7c, 0x9c, 0xcd, 0xeb, 0x0c, 0x0c, 0x34, 0xe5, 0x01, 0x57, 0xd7, 0x7d, 0x66, 0xb4, 0x8a, 0x82, 0x54, 0xb6, 0x85, 0x03, 0x16, 0xfb, 0x6e, 0x67, 0xc3, 0x2d, 0xbf, 0x19, 0xb7, 0x7d, 0x73, 0x60, 0xbc, 0x7a, 0x4f, 0x28, 0xd6, 0x2a, 0xd2, 0x58, 0x4f, 0xac, 0xa9, 0xb2, 0x40, 0xe3, 0xd7, 0x97, 0xdc, 0x76, 0x18, 0x25, 0xae, 0x1e, 0x57, 0xd0, 0x25, 0x76, 0x3b, 0x02, 0xb9, 0xce, 0x37, 0x7a, 0x77, 0x98, 0xce, 0xeb, 0xfa, 0x6c, 0xf8, 0x3f, 0x48, 0xa5, 0x09, 0x87, 0x6c, 0x78, 0x98, 0xb9, 0xb9, 0x6b, 0x1f, 0x84, 0x8b, 0x44, 0xee, 0x2a, 0x11, 0x1a, 0xe0, 0xd5, 0x52, 0xe8, 0xa5, 0xe5, 0xef, 0x89, 0x4f, 0x64, 0xf7, 0x50, 0x19, 0x8d, 0x7f, 0xc8, 0x25, 0xcf, 0x36, 0xff, 0x07, 0x9e, 0x7a, 0x17, 0x04, 0x73, 0x8a, 0xbf, 0x62, 0xd8, 0x4f, 0xd3, 0xa4, 0x26, 0x4c, 0x3b, 0x00, 0x9c, 0x4a, 0x21, 0x30, 0x99, 0x84, 0x65, 0xfb, 0x62, 0x62, 0xe0, 0xbf, 0x3d, 0x93, 0x69, 0xaf, 0x05, 0x39, 0x44, 0x85, 0x5b, 0x34, 0xb5, 0xc0, 0xfe, 0x8b, 0x66, 0xec, 0x70, 0x91, 0xaf, 0xd3, 0xa3, 0xc4, 0x2c, 0x98, 0xc9, 0x4e, 0xfc, 0xa5 } }; static const struct cckprng_op_refresh op_refresh_3822 = { .hd = { .id = 3610, .kind = OP_REFRESH }, .rand = 17958149488009784068ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3823 = { .hd = { .id = 3611, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0xb3, 0x93, 0x9e, 0x23, 0xe3, 0x6e, 0x7a, 0x65, 0x35, 0x4c, 0x2c, 0x4a, 0x12, 0x28, 0xd5, 0x9b, 0x54, 0x88, 0x82, 0x7b, 0xd6, 0x57, 0x7f, 0x68, 0xcc, 0xab, 0xa8, 0x99, 0xb9, 0xa5, 0xb8, 0x98, 0xd3, 0xfe, 0x5d, 0x47, 0xb3, 0x91, 0x11, 0x5d, 0x84, 0xd3, 0x91, 0xb6, 0x83, 0x16, 0x25, 0x8c, 0x35, 0xec, 0x76, 0xaa, 0x5d, 0x83, 0xa7, 0x58, 0x7c, 0xc8, 0x8a, 0xc4, 0xc7, 0x1a, 0x7a, 0x89, 0xa3, 0x24, 0x88, 0x7e, 0xb3, 0x37, 0x60, 0xcd, 0x91, 0xf1, 0xb0, 0x8b, 0x51, 0xa7, 0xa4, 0x59, 0xc7, 0xd7, 0xb8, 0x70, 0x36, 0x56, 0x20, 0x1b, 0xad, 0x5f, 0x8c, 0xa7, 0x2c, 0x39, 0xab, 0x57, 0x71, 0x56, 0x25, 0x7a, 0xb0, 0x53, 0x97, 0x2f, 0xb9, 0xda, 0x33, 0x84, 0x39, 0x83, 0xc6, 0x53, 0xbf, 0x3c, 0x84, 0xd1, 0x23, 0x0d, 0x55, 0xad, 0x8c, 0x54, 0x55, 0xed, 0xc8, 0x57, 0x7c, 0x65, 0x8c, 0xf8, 0xc1, 0x76 } } }; static const struct cckprng_op_refresh op_refresh_3824 = { .hd = { .id = 3612, .kind = OP_REFRESH }, .rand = 9881281776940374322ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3825 = { .hd = { .id = 3613, .kind = OP_REFRESH }, .rand = 9591897533611716087ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3826 = { .hd = { .id = 3614, .kind = OP_GENERATE }, .rand_nbytes = 52, .out = { .rand = { 0x53, 0x9b, 0x84, 0xb7, 0xf1, 0x67, 0xde, 0xba, 0x5c, 0x3a, 0x63, 0x68, 0x71, 0xc2, 0x5a, 0x80, 0x24, 0x19, 0x15, 0x09, 0x09, 0x40, 0xe3, 0x49, 0xc7, 0xd1, 0x74, 0x74, 0xab, 0x8e, 0x91, 0x47, 0xc4, 0x4d, 0xc3, 0x89, 0xa4, 0xd5, 0xee, 0x3b, 0x91, 0x20, 0x6f, 0x08, 0x91, 0x0b, 0x0c, 0xa8, 0x91, 0x5d, 0x3c, 0x19 } } }; static const struct cckprng_op_reseed op_reseed_3827 = { .hd = { .id = 3615, .kind = OP_RESEED }, .nonce = 8746221399099076508ULL, .seed_nbytes = 211, .seed = { 0x5a, 0x72, 0xc3, 0x51, 0x82, 0x92, 0xa3, 0xa1, 0xd7, 0x80, 0x03, 0x8b, 0xb2, 0xf0, 0xc1, 0x59, 0xf7, 0x0a, 0x44, 0xab, 0xe4, 0xa8, 0x45, 0xf0, 0x61, 0x86, 0xc7, 0x58, 0x19, 0x3d, 0xc3, 0x36, 0xbc, 0x87, 0x3b, 0x31, 0x5f, 0x97, 0xe3, 0xc9, 0x08, 0xa2, 0x51, 0x0a, 0x2b, 0xbe, 0x44, 0x7a, 0x15, 0x80, 0x40, 0x94, 0xda, 0x77, 0x40, 0x2d, 0x61, 0x1a, 0xd5, 0xaf, 0x92, 0xce, 0x56, 0x00, 0x2d, 0x85, 0xe4, 0xff, 0x09, 0xb8, 0x0c, 0x39, 0xc6, 0xde, 0xb7, 0x58, 0x6a, 0x06, 0x23, 0xf3, 0x5d, 0xb6, 0x6f, 0x29, 0xbb, 0x0b, 0xcc, 0xd8, 0xfc, 0x44, 0x15, 0xba, 0xe0, 0x28, 0xdc, 0xa0, 0x5a, 0x99, 0x7a, 0x24, 0xde, 0x63, 0xd8, 0x2a, 0x14, 0x17, 0x26, 0x0a, 0x3f, 0xce, 0x3e, 0xe2, 0xaa, 0x4d, 0x93, 0xb4, 0x67, 0x62, 0x48, 0xe2, 0xe5, 0xea, 0x55, 0x07, 0x20, 0xd8, 0x9f, 0x45, 0x11, 0xcf, 0x8d, 0x65, 0x69, 0xbb, 0x31, 0xbb, 0x91, 0x0b, 0xce, 0x3c, 0x83, 0xb2, 0x50, 0xd6, 0x3a, 0x0b, 0xae, 0x83, 0xba, 0x98, 0xbf, 0xbe, 0x48, 0x4b, 0x52, 0xb3, 0x4c, 0xe4, 0x7f, 0x53, 0x58, 0x0b, 0x27, 0xca, 0xec, 0xb1, 0xbe, 0x93, 0x85, 0x8a, 0xc2, 0xfa, 0x8d, 0x45, 0x62, 0xb2, 0xdc, 0x8b, 0x8e, 0xef, 0x29, 0xe6, 0x4b, 0x5f, 0xab, 0x42, 0xd8, 0xcb, 0x34, 0xd0, 0x64, 0x50, 0x9f, 0x46, 0xc6, 0x2b, 0xb7, 0xc7, 0xcc, 0x67, 0xe2, 0x20, 0x17, 0xe6, 0xac, 0xd2, 0xd3, 0x43, 0x23, 0xd9, 0x0f } }; static const struct cckprng_op_reseed op_reseed_3828 = { .hd = { .id = 3616, .kind = OP_RESEED }, .nonce = 4665767903456498752ULL, .seed_nbytes = 209, .seed = { 0x1e, 0x71, 0x66, 0x0e, 0xb8, 0x5b, 0x86, 0x3d, 0x51, 0xee, 0xbf, 0x97, 0x77, 0x9c, 0x6d, 0xfe, 0x9e, 0xdf, 0x48, 0x1e, 0xc0, 0x3d, 0x0c, 0xea, 0x62, 0x1a, 0xa9, 0x23, 0x81, 0xdb, 0x9f, 0x83, 0xb9, 0x1c, 0xac, 0x43, 0xa8, 0x2a, 0xf3, 0xa7, 0x9e, 0x94, 0xa6, 0xb5, 0x59, 0x6e, 0x80, 0x18, 0x64, 0x1f, 0x3c, 0x95, 0xb7, 0x2c, 0x81, 0xd8, 0xa2, 0x27, 0xc1, 0xfa, 0x5e, 0x81, 0x59, 0x18, 0x91, 0x08, 0x97, 0x36, 0x3d, 0x13, 0x0d, 0xd8, 0x6b, 0xa6, 0xdf, 0x07, 0x17, 0x58, 0x65, 0xa2, 0xc3, 0x53, 0x75, 0xa8, 0x03, 0x5c, 0xd0, 0xa2, 0x17, 0x35, 0xb2, 0x70, 0x1c, 0xeb, 0x4a, 0x26, 0x60, 0x6b, 0x05, 0xad, 0xbf, 0x42, 0x94, 0x04, 0xf9, 0x47, 0xbc, 0x28, 0xa4, 0xb4, 0xc1, 0x00, 0x47, 0xa6, 0x26, 0x41, 0xff, 0x43, 0x54, 0xad, 0x19, 0xaa, 0xe8, 0x3a, 0x91, 0xe3, 0xa6, 0xec, 0x7f, 0xa8, 0x55, 0x1d, 0x4f, 0x69, 0x4c, 0x66, 0x52, 0x15, 0xd3, 0x13, 0xa3, 0x31, 0xc2, 0x26, 0x05, 0x9c, 0x84, 0x24, 0x57, 0x84, 0x7b, 0x1c, 0x7c, 0xad, 0x41, 0xa0, 0x07, 0x8a, 0x7f, 0x44, 0xee, 0xd7, 0x21, 0x52, 0xbe, 0x2d, 0xc8, 0x4f, 0x31, 0x68, 0x2c, 0x1a, 0x4b, 0xce, 0xf7, 0x7a, 0xf2, 0xe0, 0xa5, 0x6e, 0x41, 0xcb, 0x4b, 0x99, 0x2a, 0x1f, 0x60, 0x00, 0xac, 0x8b, 0x12, 0x26, 0x67, 0xa9, 0xcf, 0x90, 0xbd, 0xe2, 0xcf, 0x57, 0x9f, 0x95, 0xdb, 0xa0, 0x70, 0xcb, 0x60, 0x91, 0x5b } }; static const struct cckprng_op_generate op_init_3829 = { .hd = { .id = 3617, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0xb4, 0x27, 0xac, 0x65, 0x9a, 0x74, 0x74, 0xd9, 0x94, 0x21, 0x39, 0xe1, 0x01, 0x40, 0x63, 0xd9, 0x01, 0xde, 0x23, 0x50, 0x94, 0x98, 0xb3, 0x06, 0xa3, 0xa9, 0x08, 0x8b, 0xad, 0x06, 0xd0, 0x3c, 0x4e, 0xce, 0x0c, 0xc7, 0x3f, 0x0f, 0xf8, 0x00, 0x70, 0xd1, 0xb3, 0x78, 0xbb, 0x82, 0x6f, 0x83, 0x9f, 0xe2, 0x3c, 0xd8, 0xef, 0x0c, 0x70, 0xa8, 0xcf, 0xc0, 0xe7, 0xba, 0xf3, 0xb7, 0xb0, 0x8e, 0xd2, 0x22, 0xdb, 0xb6, 0x6c, 0x26, 0x2f, 0x54, 0x3a, 0x6e, 0x5f, 0x67, 0x43, 0x8f, 0xa1, 0x3c, 0x40, 0x34, 0xf7, 0x8c, 0xe5, 0x5a, 0x01, 0xf7, 0x7c, 0xe1, 0xbf, 0x4c, 0xff, 0x08, 0xd6, 0x8c, 0x83, 0x77, 0x88, 0xb0, 0x94, 0x42, 0x59, 0x2b, 0x85, 0xfc, 0xde, 0x4f, 0x7d, 0xc3, 0xf6, 0x02, 0x2c, 0xa7, 0xc4, 0x61, 0x3c, 0x10, 0x3c, 0x3d, 0x02, 0x26, 0x44, 0x21, 0x76, 0xf6, 0x00, 0x7d, 0x2e, 0xba, 0x54, 0x5c, 0x4c, 0x4c, 0x14, 0xb4, 0x7d, 0x6f } } }; static const struct cckprng_op_reseed op_reseed_3830 = { .hd = { .id = 3618, .kind = OP_RESEED }, .nonce = 8677155918037926068ULL, .seed_nbytes = 171, .seed = { 0xdb, 0x51, 0x4a, 0xfc, 0x8c, 0xff, 0xc8, 0xe1, 0x25, 0x39, 0x03, 0x38, 0x09, 0xfd, 0x02, 0x86, 0x78, 0x66, 0x56, 0x05, 0xe4, 0x58, 0x1a, 0x8d, 0x9d, 0x59, 0x6e, 0x0c, 0xab, 0xa4, 0x0f, 0xdd, 0x96, 0x1d, 0x5f, 0x54, 0xf0, 0xe1, 0xed, 0x20, 0x7f, 0x5e, 0x05, 0xe6, 0x0a, 0xb9, 0x62, 0x55, 0x5b, 0xbc, 0x6d, 0xf0, 0x4b, 0x20, 0x19, 0x5e, 0x92, 0xc8, 0x37, 0x7a, 0x95, 0xf4, 0x9d, 0x85, 0x23, 0x50, 0x50, 0x0e, 0x93, 0xa2, 0xbb, 0x67, 0xac, 0x40, 0xb4, 0xbe, 0x1e, 0xf3, 0x47, 0x14, 0x1b, 0x20, 0x08, 0xcc, 0x25, 0xee, 0x77, 0xba, 0x0e, 0x41, 0xe7, 0xf9, 0xf2, 0x55, 0xb9, 0x30, 0x01, 0x07, 0x50, 0xf7, 0x40, 0xd5, 0x44, 0x86, 0x3b, 0xa1, 0xd2, 0x22, 0x73, 0x54, 0x35, 0x5b, 0xc4, 0xd5, 0x7b, 0xb1, 0xff, 0x2c, 0x1e, 0x49, 0xb6, 0x20, 0xaa, 0x5d, 0x7f, 0x41, 0xc6, 0xc6, 0xa3, 0x28, 0x4a, 0x3d, 0x79, 0x6f, 0x21, 0x42, 0x26, 0x22, 0xed, 0x6f, 0x49, 0xe0, 0xac, 0x03, 0x4b, 0xad, 0xec, 0xea, 0xea, 0x89, 0x1a, 0x2f, 0x25, 0x1a, 0xbd, 0xc8, 0xe9, 0x91, 0x2d, 0x68, 0xad, 0xbe, 0x6e, 0x58, 0xdd, 0x6b, 0xa1, 0x36, 0xd4, 0xaf, 0x6e } }; static const struct cckprng_op_generate op_init_3831 = { .hd = { .id = 3619, .kind = OP_GENERATE }, .rand_nbytes = 77, .out = { .rand = { 0x05, 0x64, 0xb3, 0xa3, 0xaf, 0xaf, 0x72, 0x22, 0x86, 0x79, 0xe5, 0x76, 0x95, 0xca, 0x8d, 0x91, 0x55, 0xd1, 0xd5, 0xea, 0x27, 0x3c, 0xc6, 0x0e, 0x98, 0xee, 0xc2, 0xff, 0xcc, 0x2c, 0x4c, 0x26, 0x23, 0xf5, 0x40, 0xa7, 0x43, 0xcd, 0x90, 0x50, 0x08, 0x95, 0x4b, 0xa8, 0xe5, 0xaa, 0xc0, 0x44, 0x78, 0xcc, 0xc2, 0xa9, 0x1f, 0x95, 0xfe, 0x3c, 0xfa, 0xb1, 0x46, 0xba, 0x3b, 0xc3, 0x2e, 0xce, 0x61, 0xdb, 0xdc, 0x79, 0x83, 0x46, 0x2c, 0x83, 0xd0, 0x11, 0xe5, 0xc8, 0xf2 } } }; static const struct cckprng_op_refresh op_refresh_3832 = { .hd = { .id = 3620, .kind = OP_REFRESH }, .rand = 8141005955355027959ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3833[] = { (const struct cckprng_op *)&op_init_3817, (const struct cckprng_op *)&op_reseed_3818, (const struct cckprng_op *)&op_refresh_3819, (const struct cckprng_op *)&op_refresh_3820, (const struct cckprng_op *)&op_reseed_3821, (const struct cckprng_op *)&op_refresh_3822, (const struct cckprng_op *)&op_init_3823, (const struct cckprng_op *)&op_refresh_3824, (const struct cckprng_op *)&op_refresh_3825, (const struct cckprng_op *)&op_init_3826, (const struct cckprng_op *)&op_reseed_3827, (const struct cckprng_op *)&op_reseed_3828, (const struct cckprng_op *)&op_init_3829, (const struct cckprng_op *)&op_reseed_3830, (const struct cckprng_op *)&op_init_3831, (const struct cckprng_op *)&op_refresh_3832 }; static const struct cckprng_vector vec_3834 = { .id = 3621, .note = NULL, .nops = 16, .ops = ops_3833 }; static const struct cckprng_op_init op_init_3835 = { .hd = { .id = 3622, .kind = OP_INIT }, .seed = { 0x43, 0x20, 0x87, 0x3d, 0x21, 0xd8, 0xd2, 0xbf, 0x45, 0xe0, 0x27, 0x3a, 0x50, 0xc5, 0x03, 0xa7, 0x37, 0xcd, 0xc9, 0xae, 0x82, 0xe2, 0xcc, 0x00, 0xbf, 0x04, 0xaa, 0x4c, 0x80, 0xb1, 0xd2, 0x49 }, .nonce = { 0x11, 0x56, 0x3b, 0x94, 0x7a, 0xe9, 0x42, 0xd2 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3836 = { .hd = { .id = 3623, .kind = OP_GENERATE }, .rand_nbytes = 119, .out = { .rand = { 0x13, 0xcb, 0x70, 0x6f, 0x07, 0x6b, 0x04, 0x78, 0x04, 0xf8, 0xec, 0x3e, 0xd3, 0xaf, 0x7c, 0x78, 0x21, 0x91, 0x93, 0xbc, 0x51, 0xc8, 0x0c, 0x27, 0x64, 0x94, 0xbd, 0xf4, 0x69, 0x0c, 0xf8, 0x28, 0xd2, 0xc2, 0xef, 0x3b, 0xe8, 0xe2, 0xbe, 0x1d, 0x9e, 0xe4, 0x4b, 0x53, 0x04, 0x51, 0x34, 0x7e, 0xae, 0xa3, 0x7a, 0x7e, 0x30, 0xa4, 0x4e, 0xef, 0xf0, 0x3e, 0xbb, 0x17, 0x33, 0x0f, 0x2f, 0x57, 0x3d, 0x8e, 0xf2, 0x4d, 0xc5, 0x97, 0xb5, 0x6a, 0x9b, 0x73, 0x30, 0x8a, 0x72, 0xc4, 0x7b, 0xc0, 0xda, 0x5b, 0x74, 0x51, 0x80, 0xf0, 0xf7, 0x3d, 0xfd, 0x86, 0x65, 0x88, 0x73, 0x8d, 0x8e, 0xae, 0x1b, 0x3d, 0xed, 0x42, 0x7f, 0xc1, 0x2f, 0x17, 0x6b, 0x95, 0xe0, 0xef, 0x20, 0x74, 0x7b, 0x3a, 0xb3, 0x1f, 0xfc, 0xc5, 0x7c, 0xca, 0x97 } } }; static const struct cckprng_op_refresh op_refresh_3837 = { .hd = { .id = 3624, .kind = OP_REFRESH }, .rand = 3658677725662650866ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3838 = { .hd = { .id = 3625, .kind = OP_REFRESH }, .rand = 12715597366800348328ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3839 = { .hd = { .id = 3626, .kind = OP_RESEED }, .nonce = 16906181196436195230ULL, .seed_nbytes = 136, .seed = { 0xb5, 0x07, 0x23, 0x69, 0x78, 0x1c, 0x88, 0x88, 0x48, 0xff, 0x41, 0xf2, 0x6c, 0xd0, 0x90, 0xca, 0x69, 0x5f, 0x7f, 0x7a, 0xc7, 0xfd, 0x8c, 0x21, 0x62, 0xb7, 0x96, 0x2a, 0xe8, 0x84, 0xf9, 0x73, 0xaf, 0x16, 0x01, 0x57, 0xe2, 0xe9, 0x9b, 0xb9, 0xf6, 0xdd, 0xf8, 0xa3, 0x6d, 0xf8, 0xf8, 0x34, 0x5f, 0xd0, 0xca, 0x43, 0xe0, 0x9a, 0x5a, 0xde, 0x07, 0x33, 0x1e, 0x8b, 0x1f, 0xad, 0xd2, 0xfa, 0xbf, 0xdc, 0x79, 0xdc, 0xef, 0x4a, 0x65, 0x24, 0x6c, 0x16, 0x58, 0x99, 0x84, 0xd8, 0xc9, 0x3c, 0xa9, 0xbd, 0x90, 0x1d, 0x52, 0x4b, 0x4b, 0x19, 0x04, 0x9d, 0x24, 0x08, 0x80, 0x41, 0xd1, 0xe6, 0x5c, 0x46, 0xe6, 0x30, 0xee, 0x83, 0xf9, 0xd1, 0x17, 0x52, 0xb7, 0xf5, 0xc7, 0xfa, 0x9c, 0xee, 0x26, 0xde, 0x6a, 0x9b, 0x26, 0xf6, 0xd9, 0x33, 0xdb, 0x35, 0x30, 0xb1, 0xed, 0x1a, 0xc5, 0x73, 0xf2, 0xdd, 0xfe, 0x39, 0xf8, 0x8d, 0x6b, 0xf9 } }; static const struct cckprng_op_reseed op_reseed_3840 = { .hd = { .id = 3627, .kind = OP_RESEED }, .nonce = 4524910931956200893ULL, .seed_nbytes = 231, .seed = { 0x61, 0xfa, 0xe2, 0xf9, 0x57, 0xc2, 0x12, 0x5a, 0xe3, 0xf1, 0x85, 0xdb, 0x78, 0xac, 0xe6, 0x1d, 0xc3, 0x97, 0x62, 0xaf, 0x1e, 0x19, 0xce, 0x4c, 0x64, 0x67, 0x5f, 0x02, 0xd5, 0xc4, 0x86, 0xc4, 0x63, 0x2e, 0xbc, 0x36, 0x6f, 0xd7, 0xda, 0xaf, 0x86, 0x32, 0x88, 0xf8, 0xa5, 0x34, 0x5f, 0x08, 0x85, 0x73, 0x60, 0x51, 0xcf, 0x7b, 0xa1, 0x6b, 0x3d, 0x81, 0xc7, 0x92, 0x34, 0xc7, 0x5d, 0xdb, 0xb8, 0x34, 0xdf, 0x15, 0xd1, 0xfd, 0x1c, 0xdd, 0xd9, 0xb2, 0x8e, 0x03, 0x30, 0x79, 0x3d, 0x06, 0xad, 0x0d, 0x90, 0x26, 0x34, 0xf7, 0x6c, 0xb1, 0x46, 0x3e, 0xb8, 0x8b, 0xbc, 0xd9, 0x1b, 0x59, 0xac, 0x49, 0xe3, 0xe1, 0x2a, 0x3d, 0xa5, 0x59, 0x1d, 0xa1, 0x6a, 0xb0, 0x7c, 0x68, 0x22, 0x1d, 0xcb, 0xc3, 0x12, 0x2b, 0x39, 0x15, 0x00, 0x99, 0xef, 0x25, 0x7f, 0xda, 0x7f, 0xc6, 0x16, 0x60, 0x24, 0xe4, 0xe5, 0x34, 0xe6, 0xde, 0x56, 0x6a, 0xb7, 0xa7, 0x14, 0x09, 0x9e, 0x34, 0x10, 0x0b, 0x26, 0x65, 0x1b, 0x82, 0x07, 0x85, 0x6e, 0xec, 0x87, 0x07, 0x73, 0x49, 0xc1, 0xbf, 0xfb, 0x81, 0x07, 0xb1, 0xc9, 0x7c, 0x88, 0x12, 0x9e, 0x93, 0x8e, 0x4f, 0xce, 0xf9, 0x0b, 0x20, 0xf9, 0xba, 0x97, 0xe4, 0x0f, 0x7c, 0x3a, 0x55, 0x83, 0x6e, 0x36, 0x00, 0x3f, 0xbe, 0x60, 0x6d, 0xf7, 0xe1, 0xba, 0x7e, 0x9a, 0x4a, 0x10, 0x7b, 0x05, 0x33, 0x51, 0xb5, 0x86, 0x35, 0x1e, 0x13, 0x00, 0x24, 0x8e, 0x7e, 0x0a, 0x20, 0x1e, 0x58, 0x47, 0x3d, 0xd6, 0x39, 0x16, 0xcb, 0x7a, 0x46, 0x99, 0xa8, 0x00, 0x5c, 0x25, 0x60, 0x0e, 0x25, 0xfc } }; static const struct cckprng_op_refresh op_refresh_3841 = { .hd = { .id = 3628, .kind = OP_REFRESH }, .rand = 9756839537063107915ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3842 = { .hd = { .id = 3629, .kind = OP_RESEED }, .nonce = 17473098113757345047ULL, .seed_nbytes = 80, .seed = { 0xf7, 0x8e, 0x7d, 0xb6, 0x4c, 0x0d, 0x5f, 0xc8, 0x68, 0x33, 0xaf, 0x7a, 0x26, 0x6e, 0xc2, 0x93, 0xc8, 0xd7, 0xc9, 0x78, 0x95, 0x52, 0x67, 0x6e, 0x74, 0x51, 0x91, 0xc1, 0x3f, 0x4f, 0x06, 0x08, 0x2b, 0xe8, 0x76, 0xd5, 0x7c, 0xcb, 0x75, 0x56, 0x5a, 0x45, 0x86, 0xb6, 0x3f, 0xbb, 0x4c, 0x74, 0xb0, 0x4c, 0xcc, 0xd5, 0x99, 0x45, 0x52, 0x91, 0x93, 0xa0, 0x55, 0xa8, 0xe3, 0xfc, 0x40, 0xd1, 0x46, 0x98, 0xdc, 0xe0, 0xb8, 0xb2, 0x0e, 0x97, 0x08, 0xaa, 0x0a, 0xff, 0x44, 0x01, 0x14, 0x1d } }; static const struct cckprng_op_reseed op_reseed_3843 = { .hd = { .id = 3630, .kind = OP_RESEED }, .nonce = 4081070017498752750ULL, .seed_nbytes = 281, .seed = { 0xaf, 0xa7, 0x01, 0xf6, 0xef, 0xbd, 0xe3, 0x51, 0xc6, 0x76, 0xb8, 0x98, 0x5f, 0x47, 0x9d, 0x2c, 0x00, 0xa3, 0xaf, 0xa8, 0xae, 0x7e, 0xa8, 0x80, 0x97, 0xb2, 0xf9, 0x38, 0xb0, 0xb4, 0x58, 0x41, 0x87, 0x03, 0xca, 0x5d, 0x6b, 0x38, 0x95, 0xae, 0x46, 0x2d, 0x59, 0xb5, 0x23, 0x0e, 0x0f, 0x69, 0xaf, 0x47, 0xde, 0x1e, 0x63, 0x32, 0x85, 0x47, 0xb2, 0x40, 0x7b, 0x51, 0xab, 0xcc, 0x6a, 0x21, 0x8c, 0x9e, 0xa9, 0xf7, 0x93, 0x8d, 0x05, 0x41, 0xa9, 0x33, 0xe5, 0x78, 0x8d, 0xcf, 0x99, 0x81, 0x60, 0x67, 0xfc, 0x89, 0xb9, 0x0a, 0x62, 0x93, 0x8a, 0x72, 0x66, 0xce, 0x5f, 0xb1, 0x67, 0x6b, 0xe5, 0x18, 0x37, 0x35, 0xdd, 0xc0, 0xe2, 0x3f, 0x97, 0xff, 0x2d, 0x3e, 0x02, 0x94, 0x7e, 0x40, 0x99, 0xcb, 0x59, 0x21, 0x34, 0xee, 0x08, 0x85, 0xb1, 0xf4, 0x3a, 0x52, 0x27, 0x9c, 0xa5, 0x0d, 0x80, 0xef, 0x92, 0xa7, 0xa5, 0x35, 0x70, 0x70, 0x57, 0x90, 0x81, 0xc4, 0x79, 0xcf, 0xc6, 0xce, 0x0f, 0xcb, 0x77, 0x11, 0x7f, 0xed, 0x16, 0x6b, 0x66, 0xe8, 0x88, 0xac, 0x6a, 0xc1, 0xc2, 0x2c, 0x4e, 0x6c, 0xdf, 0xd2, 0x5f, 0xae, 0x48, 0x92, 0xe4, 0x18, 0x88, 0x82, 0x71, 0x2f, 0xfe, 0xe7, 0xb1, 0x88, 0xfb, 0x90, 0x34, 0xf2, 0x72, 0xc2, 0xe6, 0xbb, 0xc6, 0xa3, 0x01, 0xd5, 0xeb, 0x8f, 0xe6, 0x24, 0xef, 0x9b, 0x0e, 0x5b, 0x75, 0xcd, 0x4d, 0xc4, 0x60, 0x12, 0xae, 0xe4, 0x9c, 0x2c, 0x25, 0xf0, 0x19, 0xdd, 0xd3, 0x6e, 0xe3, 0x38, 0x8f, 0x71, 0x09, 0x77, 0xd3, 0x1e, 0x4f, 0x1a, 0x40, 0xcb, 0x4e, 0x1a, 0xb1, 0x25, 0x02, 0x71, 0xee, 0x91, 0xec, 0x36, 0x72, 0x45, 0xb1, 0x41, 0xde, 0xc5, 0x2a, 0x9b, 0x55, 0x22, 0xbb, 0x64, 0x62, 0x63, 0x4c, 0xe8, 0xcd, 0xe5, 0x85, 0x61, 0xd2, 0xb7, 0x2d, 0xfc, 0x01, 0xb2, 0x1d, 0x5c, 0xfc, 0x39, 0xb8, 0xeb, 0xbd, 0xd5, 0x90, 0xce, 0xa4, 0xbc, 0xc1, 0xac, 0x63, 0x94, 0x57, 0xb3, 0x4e } }; static const struct cckprng_op_reseed op_reseed_3844 = { .hd = { .id = 3631, .kind = OP_RESEED }, .nonce = 13432591037745820994ULL, .seed_nbytes = 244, .seed = { 0xe4, 0xd5, 0x3c, 0x70, 0x61, 0xf1, 0x0c, 0x0f, 0xa1, 0xd2, 0x5c, 0xa6, 0x13, 0x5b, 0x75, 0x27, 0x54, 0x10, 0x2c, 0xa4, 0x88, 0xaa, 0x9b, 0xf4, 0xdb, 0x13, 0xa5, 0x72, 0xed, 0x2e, 0xb0, 0xcf, 0x57, 0x8c, 0xd2, 0x71, 0xed, 0x24, 0x68, 0xbf, 0xf0, 0x1c, 0xe2, 0x1c, 0x6c, 0x44, 0xc4, 0x86, 0x3f, 0x83, 0x51, 0xa2, 0x1e, 0x35, 0xc4, 0xdd, 0x7d, 0xf1, 0x91, 0x6c, 0x52, 0x40, 0xd4, 0xd8, 0xb4, 0xc1, 0x34, 0x65, 0x8b, 0x74, 0x78, 0xd1, 0xe0, 0x9c, 0xe0, 0xeb, 0x04, 0x6a, 0xd6, 0x10, 0x87, 0x95, 0x9b, 0x01, 0x6f, 0xd7, 0x73, 0xd3, 0xb2, 0x94, 0xac, 0x76, 0xcd, 0x2d, 0x1f, 0xf8, 0x82, 0x79, 0xd7, 0xae, 0x18, 0xa5, 0x25, 0xe6, 0x7e, 0xd7, 0xfc, 0xaf, 0xa2, 0xfa, 0x90, 0x1a, 0x0b, 0x06, 0x66, 0xcc, 0x02, 0xbb, 0xef, 0x34, 0xd4, 0x48, 0x8c, 0xde, 0x17, 0x38, 0x0d, 0x5a, 0x7c, 0xaf, 0x0a, 0x3f, 0x25, 0x07, 0xca, 0x0b, 0x32, 0x1a, 0xb9, 0x06, 0x07, 0xff, 0x40, 0x1b, 0xbf, 0xf0, 0x16, 0x85, 0x98, 0x99, 0x82, 0x97, 0x77, 0x4e, 0x44, 0x3a, 0xa0, 0xb1, 0xa8, 0xc1, 0x10, 0x8b, 0x2b, 0x22, 0x75, 0xdf, 0x79, 0xe2, 0xc8, 0x33, 0xc5, 0x18, 0x1b, 0x2a, 0x46, 0x1c, 0x62, 0x44, 0x74, 0x68, 0xbf, 0x6b, 0xde, 0xb6, 0xea, 0xb2, 0xcd, 0x81, 0xdb, 0x75, 0xdd, 0x69, 0xee, 0xa9, 0xa0, 0x1c, 0x90, 0x4a, 0x65, 0xfb, 0x4d, 0x44, 0x6d, 0x19, 0xf1, 0x39, 0x46, 0xea, 0xe3, 0x0d, 0xb8, 0x4d, 0x78, 0x87, 0xef, 0x4f, 0x22, 0x89, 0x7b, 0x21, 0x74, 0x5a, 0xb4, 0x9b, 0x44, 0xd3, 0x8b, 0xc2, 0x3b, 0xe9, 0x89, 0x7d, 0x8f, 0x65, 0x19, 0xb3, 0xe2, 0x67, 0x02, 0xda, 0x65, 0xcf, 0xf0, 0x1d } }; static const struct cckprng_op_generate op_init_3845 = { .hd = { .id = 3632, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0x4d, 0x52, 0x36, 0x11, 0xe7, 0xf1, 0xc8, 0xec, 0xab, 0x0c, 0xbc, 0xae, 0x3d, 0xce, 0xd5, 0x7b, 0x8e, 0xc3, 0xa9, 0xa2, 0x08, 0x53, 0x0b, 0xdc, 0xfd, 0x0f, 0x5b, 0x69, 0xae, 0x4a, 0xfb, 0x25, 0x9c, 0x1e, 0x20, 0x6d, 0x1f, 0xf1, 0x47, 0x0d, 0x01, 0xb9, 0x4a, 0x1c, 0xf3, 0x68, 0x8b, 0x04, 0x36, 0x85, 0xc1, 0x30, 0x18, 0x72, 0x61, 0xaa, 0x6b, 0xa1, 0xdd, 0x1d, 0x61, 0x47, 0x7b, 0x33, 0x95, 0x94, 0xce, 0x6c, 0xb6, 0xee, 0xcd, 0x42, 0xbf, 0x65, 0xc7, 0x0f, 0xd3, 0xe2, 0xbb, 0x42, 0xd0, 0x95, 0x91, 0xb3, 0x10, 0x3b, 0x77, 0x23, 0x64, 0xd2, 0x31, 0x04, 0xfd, 0xd7, 0xad, 0x6b, 0xdd, 0xd1, 0xd8, 0xc0, 0x33, 0x19, 0xef, 0x1c, 0x07, 0xe1, 0x88, 0x3b, 0x46, 0xe4, 0x69, 0x9c, 0x85, 0xa2, 0xd0, 0x6e, 0xff, 0x7e, 0xf1, 0xcc, 0x42, 0x03, 0xeb, 0xc7, 0xa2, 0x97, 0x8b, 0x98, 0x02, 0xd7, 0xf9, 0xb3, 0xb3, 0xe7, 0xff, 0xe0, 0xa9, 0x47, 0x75, 0x36, 0x7e, 0xc4, 0x9f, 0x5d, 0xfe, 0xd6, 0xbe, 0xf8, 0x72, 0x7d, 0xe6, 0x67, 0x7f, 0x70, 0x6f, 0x79, 0xd8, 0x52, 0xaf, 0xd1, 0x06, 0x92, 0x9b, 0xb5, 0xf6, 0x11, 0x21, 0xc5, 0x34, 0xe0, 0x82, 0xe7, 0x7b, 0xfa, 0x05, 0x1d, 0xaf, 0xbe, 0xfe, 0xdc, 0xe5, 0x8f, 0x0f, 0xfc, 0xac, 0x25, 0x17, 0x21, 0x8a, 0x25, 0x2d, 0x0a, 0xa2, 0xd9, 0x14, 0x44, 0xe0, 0xb7, 0xa9, 0x22, 0x13, 0x86, 0xb5, 0xd4, 0x10, 0x4a, 0x92, 0x0d, 0x38, 0xe8, 0xba, 0xaa, 0xa7, 0x49, 0x1b, 0x06, 0xfc, 0xd2, 0xed, 0x75, 0xbf, 0x45, 0xee, 0x1f, 0x41, 0x14, 0x3c, 0xa0, 0x11, 0xaf, 0x43, 0xed, 0x55, 0xa7, 0x53, 0xa4, 0x10, 0x42, 0xb5, 0x15, 0xc1, 0x26, 0xd4, 0xbd, 0x06, 0xcc, 0x89, 0xb4, 0x8b, 0x1a, 0x55, 0xda, 0x73, 0xa3, 0xe0, 0x53, 0xe0, 0x49, 0x38, 0xa1, 0x8d, 0xe0, 0xee, 0xc9, 0xa1, 0x69 } } }; static const struct cckprng_op_refresh op_refresh_3846 = { .hd = { .id = 3633, .kind = OP_REFRESH }, .rand = 2607379899710491421ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3847 = { .hd = { .id = 3634, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0x5d, 0xb3, 0xe2, 0x33, 0x3d, 0xa5, 0x4a, 0xf0, 0xe4, 0x5c, 0x49, 0xc4, 0x0f, 0x12, 0x36, 0x00, 0x04, 0x59, 0x7a, 0x1e, 0x9d, 0x78, 0x08, 0x4f, 0x42, 0xee, 0x98, 0x17, 0xff, 0x05, 0xbc, 0x84, 0xcc, 0xde, 0x40, 0xb3, 0xaf, 0x50, 0xb8, 0x94 } } }; static const struct cckprng_op_generate op_init_3848 = { .hd = { .id = 3635, .kind = OP_GENERATE }, .rand_nbytes = 171, .out = { .rand = { 0x1e, 0xf0, 0x3f, 0x5a, 0xb5, 0x22, 0x7b, 0xf6, 0x43, 0x3d, 0x50, 0x7c, 0xe1, 0x76, 0xb8, 0x8c, 0x73, 0x29, 0x71, 0xd8, 0x9f, 0x5a, 0x8c, 0x98, 0xa7, 0x9b, 0x8c, 0x2e, 0xee, 0x65, 0xf5, 0xa7, 0x3d, 0xdc, 0x77, 0xa5, 0x99, 0xe2, 0xf7, 0x55, 0xbc, 0x78, 0x0a, 0x95, 0xd6, 0xd8, 0x09, 0xc4, 0x5c, 0x8f, 0xed, 0xea, 0x81, 0x64, 0x24, 0xde, 0xbd, 0xdc, 0x78, 0x54, 0x83, 0xf7, 0xdc, 0x8f, 0x08, 0x5d, 0x27, 0x27, 0xb3, 0x02, 0x48, 0x5c, 0xe7, 0x0e, 0x78, 0xe1, 0xaf, 0xbf, 0x36, 0x48, 0x47, 0x0f, 0xde, 0x05, 0x87, 0x7f, 0x3a, 0xb9, 0xcb, 0x00, 0x3d, 0xb4, 0x34, 0xb4, 0x34, 0xfb, 0x43, 0xb3, 0x85, 0x90, 0xdb, 0x2b, 0xc2, 0xf6, 0x33, 0x74, 0x60, 0x02, 0x6c, 0x23, 0x69, 0x00, 0xd9, 0x79, 0x76, 0x52, 0x95, 0x82, 0xb8, 0x4b, 0x83, 0xd4, 0x7e, 0xac, 0x57, 0xbd, 0x8b, 0x8f, 0x16, 0x2f, 0x24, 0x99, 0xc0, 0x35, 0x49, 0x3d, 0x53, 0x9f, 0xa1, 0x2a, 0xdb, 0x9a, 0x56, 0xe0, 0x20, 0x4f, 0xee, 0x82, 0x87, 0xea, 0x4a, 0xde, 0x7c, 0x46, 0xdf, 0x4b, 0xe0, 0xde, 0x0c, 0x2e, 0xe6, 0xb2, 0x73, 0xee, 0x43, 0x32, 0x75, 0x11, 0x37, 0x84, 0x2f } } }; static const struct cckprng_op_refresh op_refresh_3849 = { .hd = { .id = 3636, .kind = OP_REFRESH }, .rand = 13847546839808301085ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3850 = { .hd = { .id = 3637, .kind = OP_RESEED }, .nonce = 5117253365748557590ULL, .seed_nbytes = 282, .seed = { 0xb7, 0x1e, 0x7b, 0x5c, 0xe0, 0xb3, 0xaa, 0xe4, 0x44, 0xe6, 0xf5, 0xa2, 0xcc, 0x45, 0x3e, 0xe3, 0x74, 0x79, 0x02, 0x56, 0x3d, 0x59, 0xc6, 0x0a, 0x12, 0x6d, 0xe1, 0x14, 0xa1, 0xb1, 0x60, 0xf0, 0xb3, 0xd7, 0x1a, 0x16, 0xfa, 0x37, 0x9b, 0xcd, 0xa5, 0xd2, 0xef, 0xcc, 0xbd, 0xec, 0x1b, 0x8f, 0x71, 0x88, 0xf6, 0x58, 0xe9, 0x11, 0x74, 0x0a, 0x0f, 0xf6, 0x47, 0x3c, 0x26, 0xe1, 0x98, 0x12, 0x57, 0xf7, 0xbd, 0xf6, 0x14, 0x97, 0xf8, 0x5e, 0x23, 0x46, 0xc1, 0xd5, 0x9c, 0x45, 0x66, 0x83, 0xb5, 0xaf, 0x51, 0x5f, 0xfc, 0x21, 0x8b, 0xb8, 0x98, 0x45, 0x6a, 0x94, 0xdc, 0xf3, 0xf1, 0xce, 0xcb, 0x10, 0xb6, 0x3f, 0xfc, 0x38, 0x97, 0xc1, 0x85, 0xea, 0xc8, 0xbb, 0x60, 0xf1, 0xc3, 0xff, 0x37, 0x50, 0x90, 0xfa, 0x53, 0xaf, 0x7c, 0xd4, 0x10, 0x9c, 0xf1, 0xe0, 0x71, 0x40, 0xf7, 0x08, 0x5d, 0x38, 0xbc, 0x81, 0x5a, 0xb7, 0xf6, 0x26, 0xed, 0xec, 0xa0, 0xbd, 0x9a, 0x47, 0x49, 0x26, 0x70, 0x6b, 0xd3, 0x57, 0x77, 0x22, 0x20, 0x4c, 0x49, 0x14, 0xb1, 0xc4, 0x50, 0x22, 0x8b, 0x8c, 0x9e, 0x0d, 0x92, 0xd0, 0x44, 0x52, 0xc5, 0x76, 0xf8, 0xec, 0xaf, 0xc0, 0x63, 0xcd, 0x89, 0x30, 0xa6, 0x5e, 0x52, 0xe4, 0x0d, 0x48, 0x88, 0x0a, 0x8f, 0x2d, 0xe4, 0xed, 0xd0, 0x4c, 0x5f, 0xe2, 0x79, 0x7f, 0x3e, 0x23, 0xe8, 0xe4, 0xfa, 0xce, 0xee, 0xfd, 0xde, 0xd3, 0x27, 0x86, 0xcb, 0xc7, 0x49, 0xb0, 0xc8, 0xe7, 0x69, 0x61, 0xfd, 0x68, 0x6e, 0x58, 0xe4, 0x53, 0x5a, 0x9f, 0xbe, 0x7d, 0x5a, 0xa5, 0x33, 0x61, 0x74, 0x12, 0xb8, 0xdd, 0x0b, 0xe6, 0x50, 0x29, 0x95, 0xf4, 0x6e, 0xa2, 0x31, 0xf2, 0xe9, 0xa6, 0xc8, 0x97, 0x7f, 0x53, 0x76, 0x1c, 0x73, 0x18, 0x3b, 0xf8, 0x40, 0x77, 0xca, 0xe9, 0x8a, 0xb7, 0x7c, 0x19, 0x77, 0x27, 0xec, 0x59, 0x2e, 0xe3, 0x4c, 0x70, 0x2d, 0xed, 0x92, 0x3b, 0x29, 0xfc, 0x03, 0x53, 0x9f, 0x62, 0xd5, 0xad } }; static const struct cckprng_op *ops_3851[] = { (const struct cckprng_op *)&op_init_3835, (const struct cckprng_op *)&op_init_3836, (const struct cckprng_op *)&op_refresh_3837, (const struct cckprng_op *)&op_refresh_3838, (const struct cckprng_op *)&op_reseed_3839, (const struct cckprng_op *)&op_reseed_3840, (const struct cckprng_op *)&op_refresh_3841, (const struct cckprng_op *)&op_reseed_3842, (const struct cckprng_op *)&op_reseed_3843, (const struct cckprng_op *)&op_reseed_3844, (const struct cckprng_op *)&op_init_3845, (const struct cckprng_op *)&op_refresh_3846, (const struct cckprng_op *)&op_init_3847, (const struct cckprng_op *)&op_init_3848, (const struct cckprng_op *)&op_refresh_3849, (const struct cckprng_op *)&op_reseed_3850 }; static const struct cckprng_vector vec_3852 = { .id = 3638, .note = NULL, .nops = 16, .ops = ops_3851 }; static const struct cckprng_op_init op_init_3853 = { .hd = { .id = 3639, .kind = OP_INIT }, .seed = { 0xed, 0xde, 0xa5, 0x58, 0x0a, 0x0e, 0xef, 0x06, 0x74, 0xe8, 0x29, 0xbd, 0x22, 0xda, 0xa5, 0x1b, 0xd0, 0xc3, 0x5d, 0xf6, 0x37, 0x1d, 0x2e, 0x5c, 0xf3, 0x51, 0x90, 0x50, 0x64, 0xcb, 0x68, 0xd3 }, .nonce = { 0x6d, 0x84, 0x59, 0x49, 0x73, 0xe0, 0x0c, 0x8c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3854 = { .hd = { .id = 3640, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0x00, 0xc7, 0x2b, 0x5d, 0x77, 0x36, 0x0a, 0x6a, 0xe0, 0x22, 0x43, 0xbd, 0xc0, 0x4b, 0x27, 0x20, 0xc0, 0xdf, 0x2b, 0x6a, 0x4e, 0xca, 0x23, 0x2f, 0xcf, 0x16, 0x99, 0xaf, 0x92, 0xab, 0xc2, 0x56, 0x81, 0xe4, 0x92, 0xc4, 0xf9, 0xdb, 0xf5, 0xab, 0x51, 0x33, 0xbf, 0x1a, 0x72, 0x3f, 0x2c, 0x92, 0x75, 0x3d, 0x24, 0x32, 0x48, 0x24, 0xcd, 0x8e, 0x52, 0x05, 0x72, 0xa5, 0xd4, 0x3c, 0xb8, 0x64, 0xab, 0x18, 0x23, 0x5d, 0x58, 0x56, 0xed, 0x1e, 0x73, 0xba, 0xcb, 0xff, 0x5e, 0xab, 0x48, 0xb6, 0x4b, 0x82, 0x51, 0x84, 0x2b, 0xf9, 0xf0, 0x03, 0xd8, 0xe8, 0x45, 0x00, 0xa1, 0x2b, 0xe2, 0x59, 0x66, 0x5d, 0x52, 0x36, 0xe0, 0x99, 0x61, 0x19, 0xdd, 0x57, 0x60, 0xf0, 0xad, 0x3b, 0x3f, 0x06, 0x7d, 0xdb, 0x22, 0x68, 0xc5, 0x08, 0x1b, 0x59, 0x19, 0x21, 0xc8, 0x10, 0x88, 0xe6, 0x15, 0x9a, 0x0b, 0x04, 0xf6, 0x73, 0xb2, 0xfd, 0x7e } } }; static const struct cckprng_op_reseed op_reseed_3855 = { .hd = { .id = 3641, .kind = OP_RESEED }, .nonce = 7963034152692408417ULL, .seed_nbytes = 52, .seed = { 0xe7, 0x44, 0x79, 0xaf, 0x93, 0x87, 0x1d, 0xbe, 0x47, 0x1e, 0xc6, 0xdc, 0x4f, 0x1a, 0xc2, 0x45, 0x83, 0x1b, 0x87, 0x6b, 0xa5, 0x08, 0xd1, 0x01, 0xc4, 0x50, 0x7e, 0x28, 0x06, 0xd0, 0x5a, 0xd9, 0x54, 0xd3, 0x66, 0xbb, 0x0d, 0x71, 0x3c, 0xea, 0xd8, 0xde, 0x85, 0x4a, 0x5b, 0xba, 0xaa, 0xdb, 0x70, 0xbb, 0xbd, 0xb8 } }; static const struct cckprng_op_generate op_init_3856 = { .hd = { .id = 3642, .kind = OP_GENERATE }, .rand_nbytes = 137, .out = { .rand = { 0x8b, 0x57, 0xa6, 0xc4, 0x3d, 0x2e, 0xed, 0x45, 0xed, 0x38, 0x0a, 0x2e, 0x5a, 0x24, 0xb3, 0x5f, 0xf7, 0x44, 0xd6, 0xb8, 0xf5, 0x18, 0xd9, 0xb2, 0x8c, 0x03, 0x9a, 0x88, 0x91, 0x92, 0xc6, 0x87, 0xd6, 0x54, 0x7f, 0xf0, 0x28, 0xa8, 0x42, 0x08, 0x31, 0x11, 0x33, 0xd4, 0xe0, 0x7e, 0x0d, 0x17, 0x16, 0x03, 0x22, 0x2a, 0x05, 0x50, 0xc8, 0x2e, 0xc9, 0x61, 0x14, 0x1e, 0xdf, 0x61, 0xd9, 0x1b, 0xc8, 0x9e, 0x77, 0x6b, 0xd9, 0xe1, 0x0b, 0x87, 0xa6, 0xc1, 0x39, 0x6b, 0xb7, 0x9e, 0xd4, 0x2a, 0x06, 0xb7, 0xbc, 0x22, 0xeb, 0x80, 0x27, 0xbe, 0x16, 0xe6, 0xa8, 0xde, 0x15, 0x30, 0x82, 0x9c, 0xb2, 0xa3, 0xee, 0xc7, 0x25, 0xe1, 0x54, 0xe4, 0x4b, 0x4a, 0x68, 0x4d, 0xf9, 0x95, 0xf6, 0x8b, 0x76, 0x86, 0x02, 0x05, 0x8f, 0x57, 0xb2, 0xb0, 0x87, 0xe9, 0xd1, 0x4b, 0xab, 0x8a, 0xe7, 0x1e, 0x1e, 0xd4, 0x49, 0x69, 0xa6, 0x57, 0xa5, 0xc8, 0xd9 } } }; static const struct cckprng_op_reseed op_reseed_3857 = { .hd = { .id = 3643, .kind = OP_RESEED }, .nonce = 18435821392706537222ULL, .seed_nbytes = 268, .seed = { 0x7e, 0x6c, 0x91, 0xa2, 0xb3, 0x9c, 0x28, 0x9c, 0x1e, 0x0c, 0x3e, 0x8a, 0x7e, 0x0f, 0x9c, 0x8d, 0x82, 0x5c, 0x4a, 0x3f, 0x24, 0x90, 0xe0, 0xec, 0x8d, 0xe1, 0x03, 0x37, 0x42, 0xcf, 0x6a, 0xc4, 0x83, 0x58, 0x3f, 0xcb, 0x39, 0x57, 0xb0, 0x83, 0x20, 0x6e, 0x67, 0x74, 0xb4, 0x46, 0xf5, 0x47, 0x7f, 0xbb, 0xb1, 0x8d, 0xc6, 0xf0, 0xc7, 0x76, 0x4c, 0x99, 0xd4, 0x5d, 0xc9, 0xac, 0x79, 0x21, 0xe2, 0x97, 0x36, 0x46, 0x77, 0xe3, 0xf1, 0x8a, 0xd5, 0x03, 0xde, 0x7c, 0x23, 0xec, 0x53, 0x8c, 0x49, 0x07, 0xbc, 0xad, 0xbc, 0x96, 0x89, 0x27, 0xa5, 0x81, 0x29, 0x61, 0x89, 0x8a, 0xf3, 0x88, 0x46, 0xaa, 0x4e, 0x64, 0xca, 0x0a, 0x44, 0xda, 0x10, 0x4a, 0x5e, 0x93, 0xea, 0xa9, 0x4a, 0x21, 0xda, 0xd6, 0xe8, 0xef, 0xf5, 0xcd, 0xa8, 0xbc, 0xe9, 0x0c, 0x98, 0x7e, 0x0b, 0x46, 0x89, 0x7a, 0x48, 0x0a, 0xac, 0x59, 0x33, 0x85, 0xa8, 0x7e, 0x9f, 0x0e, 0x9e, 0x59, 0x7f, 0xc0, 0x76, 0x41, 0xb9, 0xe3, 0x77, 0xdc, 0x1f, 0x8f, 0xf9, 0xd6, 0xc3, 0x38, 0xac, 0x30, 0xb6, 0x8f, 0x15, 0x0e, 0x11, 0x98, 0x55, 0x99, 0x80, 0xf6, 0xf1, 0x87, 0x79, 0xec, 0xca, 0x78, 0x1e, 0x92, 0x83, 0x3a, 0xa1, 0xb1, 0x05, 0x8b, 0xad, 0x4a, 0x5f, 0xa9, 0x17, 0x2d, 0x53, 0xf6, 0x00, 0x44, 0x8f, 0x33, 0x82, 0x2e, 0x5e, 0x51, 0x91, 0x75, 0x3f, 0x75, 0x2b, 0x3a, 0x37, 0xc8, 0x23, 0x31, 0xc0, 0xc5, 0xe9, 0x51, 0x5e, 0x60, 0xf1, 0xa3, 0xe5, 0xb7, 0x8c, 0xd4, 0x11, 0xfa, 0x16, 0x7e, 0x9f, 0xe2, 0x10, 0x71, 0xbe, 0xdb, 0x4b, 0x58, 0x87, 0xe8, 0x3f, 0x1a, 0x33, 0x62, 0x8d, 0xcc, 0x83, 0x3d, 0x29, 0x67, 0xfa, 0x72, 0x45, 0xca, 0xc4, 0xa6, 0xb2, 0xd0, 0x1f, 0x90, 0xa3, 0x4c, 0xe6, 0xdb, 0xd6, 0xdf, 0x05, 0xfb, 0xa2, 0x71, 0x33, 0x5a, 0x0c, 0xa7, 0x34, 0xd4 } }; static const struct cckprng_op_generate op_init_3858 = { .hd = { .id = 3644, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0x0b, 0xf1, 0x65, 0x18, 0xc2, 0xf0, 0x7e, 0xb2, 0xfc, 0x6b, 0x57, 0x4c, 0x50, 0x79, 0x4e, 0xd4, 0x02, 0x79, 0x50, 0xeb, 0xdd, 0xbe, 0x45, 0x9f, 0x1b, 0x60, 0xa7, 0xf5, 0x22, 0x1a, 0xa1, 0xb1, 0x2e, 0x06, 0xe6, 0x3d, 0x9f, 0x29, 0x1a, 0x74, 0xd4, 0x79, 0xf4, 0x50, 0xe4, 0xf2, 0x52, 0x76, 0x64, 0x64, 0x79, 0x68, 0xbc, 0xf4, 0x43, 0x68, 0xed, 0x75, 0x19, 0x1d, 0x49, 0xa1, 0xd7, 0xcc, 0x4f, 0xe7, 0x2f, 0x4e, 0xb9, 0xc4, 0x88, 0x8b, 0xc7, 0xee, 0x43, 0xa2, 0x96, 0xbb, 0xc3, 0xe0, 0xe6, 0xfd, 0xd4, 0x76, 0x17, 0x4e, 0x3a, 0xd3, 0xf9, 0x7f, 0x5c, 0x61, 0xe0, 0xee, 0xc1, 0x05, 0xc5, 0x35, 0x2e, 0x1f, 0x22, 0xb7, 0x7b, 0x3b, 0xa2, 0xac, 0x4a, 0xd9, 0x44, 0xd1, 0x41, 0x00, 0x63, 0x40, 0x67, 0x37, 0x72, 0xdb, 0x82, 0x75, 0x80, 0x0a, 0xd2, 0xfc, 0x40, 0xd6, 0xe0, 0x10, 0x67, 0x75, 0x00, 0x0b, 0x34, 0xb2, 0x47, 0x55, 0x75, 0xa6, 0x25, 0xf1, 0x33, 0x04, 0x9e, 0x16, 0x14, 0x54, 0x02, 0x2e, 0x74, 0x01, 0x1e, 0x16, 0x56, 0x8c, 0xed, 0xa5, 0xb2, 0x07, 0xe7, 0x60, 0x90, 0xbf, 0x8e, 0x6e, 0x17, 0x32, 0xbd, 0xa9, 0x28, 0x5c, 0xb0, 0xc0, 0x8f, 0x04, 0xe2, 0x06, 0xab, 0x72, 0x49, 0xeb, 0x75, 0xa8, 0xf0, 0xdf, 0xc5, 0x79, 0x6d, 0x33, 0x51, 0x27, 0x43, 0xde, 0x94, 0x57, 0x1e, 0x27, 0x70, 0x8f, 0x8c, 0x93, 0x58, 0x17, 0xda, 0xe3, 0x98, 0x19, 0xc9, 0xb1, 0xc4, 0x2e, 0x8e, 0xb2 } } }; static const struct cckprng_op_refresh op_refresh_3859 = { .hd = { .id = 3645, .kind = OP_REFRESH }, .rand = 2489848648448988609ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3860 = { .hd = { .id = 3646, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_reseed op_reseed_3861 = { .hd = { .id = 3647, .kind = OP_RESEED }, .nonce = 12214481775427437111ULL, .seed_nbytes = 115, .seed = { 0xcd, 0x98, 0x23, 0x10, 0xbd, 0xa8, 0x39, 0x39, 0x2f, 0xa4, 0xa7, 0x55, 0x6b, 0xa8, 0x0e, 0x26, 0x07, 0xe3, 0xb7, 0x86, 0x0e, 0x61, 0xd0, 0x8c, 0x3e, 0x31, 0x95, 0x00, 0xee, 0x98, 0x2b, 0x20, 0x66, 0xe0, 0xae, 0xea, 0xcb, 0x22, 0xcf, 0x92, 0xbe, 0xc8, 0xc8, 0x2b, 0x56, 0x46, 0x76, 0x34, 0x49, 0x68, 0x0a, 0x63, 0x03, 0x47, 0x27, 0x9c, 0x4b, 0x3f, 0x5e, 0x6f, 0x43, 0x65, 0x23, 0xa9, 0x44, 0x21, 0xce, 0x0b, 0xfb, 0xae, 0x99, 0xcc, 0x5b, 0xb9, 0xa1, 0xf4, 0x1b, 0xed, 0xcb, 0x0f, 0x63, 0x11, 0x7b, 0x50, 0x53, 0x40, 0x64, 0xe0, 0x85, 0xfc, 0x66, 0x7c, 0x1a, 0x74, 0xd9, 0x5f, 0x95, 0x46, 0x63, 0x24, 0x48, 0x9d, 0x94, 0xe8, 0x39, 0x2a, 0xc0, 0xfa, 0x68, 0x81, 0x0e, 0xb8, 0x22, 0x44, 0x21 } }; static const struct cckprng_op_refresh op_refresh_3862 = { .hd = { .id = 3648, .kind = OP_REFRESH }, .rand = 7125562060270308029ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3863 = { .hd = { .id = 3649, .kind = OP_REFRESH }, .rand = 6435690904081598271ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3864 = { .hd = { .id = 3650, .kind = OP_REFRESH }, .rand = 9732692522497545457ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3865 = { .hd = { .id = 3651, .kind = OP_RESEED }, .nonce = 9288888384614055597ULL, .seed_nbytes = 165, .seed = { 0x8c, 0x7f, 0xbe, 0xb9, 0x6e, 0xcd, 0x90, 0x36, 0x06, 0x83, 0x1c, 0x74, 0xc4, 0xf1, 0xb2, 0xfe, 0xa6, 0x3a, 0xaa, 0xb5, 0xd8, 0xd6, 0xd8, 0xd5, 0x92, 0xb5, 0x1a, 0x9a, 0xf2, 0x3f, 0xa9, 0xc5, 0x49, 0xc3, 0x59, 0xf6, 0x43, 0xeb, 0xb9, 0xb9, 0x48, 0x6b, 0x8a, 0x58, 0x59, 0x5d, 0x26, 0xe7, 0x01, 0xcb, 0x4b, 0x8f, 0x88, 0x59, 0x47, 0x18, 0x23, 0xc2, 0xa5, 0x09, 0x32, 0xbe, 0x44, 0x9b, 0x0f, 0x5f, 0x54, 0x30, 0xea, 0x7c, 0xd2, 0x41, 0xbd, 0x81, 0x95, 0x08, 0x07, 0xac, 0xd2, 0x89, 0x19, 0x6b, 0x57, 0x23, 0x27, 0x76, 0x76, 0x34, 0x69, 0x98, 0x4d, 0x2f, 0x14, 0xa6, 0x13, 0xf7, 0xa2, 0xcc, 0x88, 0x7f, 0x2c, 0xb0, 0x74, 0xa6, 0x23, 0x58, 0xbf, 0x13, 0x10, 0x8d, 0x1d, 0x5c, 0xf9, 0xc6, 0x10, 0xab, 0xe1, 0xf3, 0x08, 0x98, 0x14, 0x6c, 0x72, 0x0b, 0x02, 0xe9, 0x9e, 0x00, 0x18, 0x97, 0x57, 0x83, 0x23, 0x38, 0x32, 0x39, 0xc5, 0xfd, 0x74, 0xa0, 0x3c, 0xb8, 0x83, 0x3d, 0x91, 0x9b, 0x41, 0x20, 0xb9, 0x40, 0x55, 0xde, 0x6d, 0x06, 0x89, 0x44, 0xa4, 0xe7, 0x94, 0x1a, 0xdf, 0xa4, 0x34, 0x26, 0x03 } }; static const struct cckprng_op_generate op_init_3866 = { .hd = { .id = 3652, .kind = OP_GENERATE }, .rand_nbytes = 162, .out = { .rand = { 0x20, 0xc0, 0x02, 0xaa, 0x49, 0x08, 0x8b, 0xf7, 0x3d, 0xba, 0xdc, 0xe6, 0x68, 0x79, 0xd0, 0xd6, 0xa9, 0x1a, 0x7d, 0xd3, 0x2a, 0x94, 0x86, 0xb8, 0x70, 0xba, 0x94, 0xe2, 0xc2, 0xf3, 0xff, 0xf0, 0x50, 0x95, 0x95, 0x62, 0x45, 0x34, 0x5f, 0x3c, 0xf8, 0x23, 0xa8, 0xb9, 0x5e, 0x4f, 0x6a, 0x11, 0x07, 0x86, 0x3f, 0xfe, 0x70, 0xcc, 0xca, 0x35, 0xc8, 0x79, 0xd4, 0x50, 0xe3, 0x8a, 0x31, 0x65, 0xdf, 0xa3, 0x9f, 0xee, 0x62, 0x81, 0x73, 0x23, 0x7b, 0x06, 0x99, 0x21, 0x1e, 0x5c, 0x03, 0x26, 0x59, 0x8f, 0x0e, 0x1f, 0xcd, 0xc4, 0xee, 0xd9, 0xf6, 0x79, 0xb7, 0x33, 0x73, 0x2a, 0x80, 0xd1, 0xac, 0x91, 0xe0, 0xad, 0xcd, 0x3d, 0x5a, 0x64, 0x5a, 0x72, 0xed, 0x2e, 0x37, 0xd4, 0xf0, 0xca, 0xce, 0xa3, 0xbe, 0x39, 0xa7, 0xd4, 0x99, 0x7b, 0x17, 0x7b, 0x94, 0x3c, 0x2b, 0xd5, 0x28, 0x80, 0xd1, 0x0e, 0xf9, 0x90, 0xc1, 0x0d, 0x69, 0x87, 0xf0, 0x67, 0xc9, 0x9f, 0xba, 0xdb, 0xa2, 0xc3, 0xf8, 0x34, 0x37, 0xdf, 0x89, 0xa8, 0x1b, 0x62, 0x33, 0xc4, 0x13, 0x10, 0x9a, 0x37, 0xcd, 0xbb, 0xf9, 0x0a } } }; static const struct cckprng_op_generate op_init_3867 = { .hd = { .id = 3653, .kind = OP_GENERATE }, .rand_nbytes = 197, .out = { .rand = { 0x5a, 0x2c, 0x6b, 0x5c, 0x7a, 0x09, 0xf1, 0x7b, 0x68, 0xa9, 0x6d, 0x63, 0x90, 0x16, 0xbd, 0xc0, 0x35, 0xa5, 0xf9, 0x5d, 0xc8, 0xa2, 0xd2, 0xeb, 0x5b, 0xae, 0x9e, 0xcf, 0xd9, 0x84, 0xf0, 0xcc, 0x83, 0xb6, 0xaf, 0xa3, 0xe0, 0xf1, 0x26, 0x3f, 0xcd, 0xd3, 0xe2, 0x99, 0xfd, 0x0d, 0xe9, 0x6d, 0x6c, 0xa5, 0x73, 0x2c, 0x04, 0xf5, 0x9b, 0x88, 0x1b, 0x32, 0x0e, 0x53, 0x48, 0x85, 0x6c, 0x07, 0x17, 0xdc, 0x84, 0xd4, 0x34, 0x6d, 0x2f, 0xec, 0xde, 0x6f, 0x10, 0x07, 0x09, 0xec, 0x5a, 0xb7, 0x83, 0xa2, 0xdb, 0xb9, 0x13, 0x3c, 0x69, 0x11, 0x77, 0x06, 0x3c, 0x72, 0x4f, 0x9e, 0x41, 0x5c, 0xb3, 0xbe, 0x18, 0x8b, 0x47, 0x56, 0x60, 0xe3, 0xfe, 0x96, 0x79, 0xcb, 0x5f, 0x9d, 0xf3, 0x4b, 0x44, 0x72, 0xd1, 0x8d, 0xce, 0xe6, 0x67, 0xdc, 0xb3, 0x0e, 0xd0, 0x30, 0x8c, 0x9f, 0x62, 0xe0, 0x8c, 0x48, 0x54, 0x8f, 0x75, 0xc5, 0x5a, 0xb7, 0x57, 0xe7, 0x41, 0x3f, 0x6b, 0x76, 0xf5, 0x1a, 0x93, 0x06, 0xb4, 0xa6, 0xdb, 0x6f, 0x86, 0xb3, 0x50, 0x22, 0x83, 0xf3, 0x14, 0x97, 0xcc, 0x16, 0xda, 0x9b, 0x06, 0x47, 0xa5, 0x4b, 0x32, 0x62, 0x42, 0x44, 0xf0, 0xc6, 0x04, 0x6d, 0x3f, 0x4f, 0x60, 0x93, 0xb2, 0x76, 0x5e, 0x7d, 0xea, 0xc4, 0x42, 0xc3, 0x10, 0x9a, 0x48, 0xf7, 0x33, 0xba, 0x5b, 0x5c, 0x29, 0x39, 0x35 } } }; static const struct cckprng_op_refresh op_refresh_3868 = { .hd = { .id = 3654, .kind = OP_REFRESH }, .rand = 4345881121614919837ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3869[] = { (const struct cckprng_op *)&op_init_3853, (const struct cckprng_op *)&op_init_3854, (const struct cckprng_op *)&op_reseed_3855, (const struct cckprng_op *)&op_init_3856, (const struct cckprng_op *)&op_reseed_3857, (const struct cckprng_op *)&op_init_3858, (const struct cckprng_op *)&op_refresh_3859, (const struct cckprng_op *)&op_init_3860, (const struct cckprng_op *)&op_reseed_3861, (const struct cckprng_op *)&op_refresh_3862, (const struct cckprng_op *)&op_refresh_3863, (const struct cckprng_op *)&op_refresh_3864, (const struct cckprng_op *)&op_reseed_3865, (const struct cckprng_op *)&op_init_3866, (const struct cckprng_op *)&op_init_3867, (const struct cckprng_op *)&op_refresh_3868 }; static const struct cckprng_vector vec_3870 = { .id = 3655, .note = NULL, .nops = 16, .ops = ops_3869 }; static const struct cckprng_op_init op_init_3871 = { .hd = { .id = 3656, .kind = OP_INIT }, .seed = { 0xde, 0x50, 0x7d, 0xc1, 0x52, 0xcd, 0x73, 0xe6, 0x81, 0xf5, 0xb4, 0x65, 0xa8, 0x9d, 0x9b, 0xea, 0x5e, 0x95, 0xa4, 0xb6, 0x91, 0x59, 0x5a, 0xf3, 0x3a, 0x53, 0x22, 0x21, 0xa9, 0x61, 0xcc, 0xd1 }, .nonce = { 0xc7, 0x92, 0xe6, 0x7f, 0x4d, 0x8c, 0xe5, 0x41 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3872 = { .hd = { .id = 3657, .kind = OP_RESEED }, .nonce = 17448597310405936606ULL, .seed_nbytes = 24, .seed = { 0xb7, 0x5c, 0x4a, 0x2f, 0x80, 0xed, 0x41, 0xcf, 0xde, 0xe8, 0x5c, 0x3c, 0x90, 0x03, 0xc0, 0x14, 0x31, 0xe9, 0x22, 0x3f, 0x8a, 0xa3, 0x79, 0x08 } }; static const struct cckprng_op_generate op_init_3873 = { .hd = { .id = 3658, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x35, 0x64, 0x2b, 0xfb, 0x97, 0xcc, 0x4e, 0x85, 0xc2, 0x72, 0x5f, 0x14, 0x64, 0xe4, 0x86, 0xf9, 0x18, 0xb1, 0x06, 0xc9, 0xba, 0x16, 0x4d, 0xb1, 0xaa, 0x08, 0x91, 0x46, 0x10, 0x78, 0x1f, 0x6f, 0xd5, 0x58, 0x3c, 0xf3, 0x15, 0xa9, 0xa6, 0xd3, 0xf1, 0x5b, 0xff } } }; static const struct cckprng_op_generate op_init_3874 = { .hd = { .id = 3659, .kind = OP_GENERATE }, .rand_nbytes = 265, .out = { .rand = { 0xab, 0x9e, 0xc9, 0x7f, 0x06, 0xd5, 0xfb, 0x96, 0xff, 0x9d, 0x67, 0x32, 0x0f, 0x9c, 0x5d, 0xbf, 0x4f, 0xd3, 0x30, 0xf4, 0x83, 0x5f, 0x11, 0x3a, 0xc9, 0x82, 0xf8, 0xe6, 0x66, 0x95, 0xae, 0x84, 0x06, 0xbb, 0x82, 0x36, 0x96, 0xc5, 0xd1, 0x2a, 0x81, 0x18, 0x83, 0x30, 0x2a, 0xc0, 0xe9, 0x31, 0x91, 0xd1, 0x16, 0x3f, 0xbe, 0x5f, 0x0b, 0x8c, 0x46, 0xbe, 0xa7, 0x61, 0x0e, 0xf1, 0xd5, 0x21, 0x76, 0x17, 0x48, 0xe6, 0xd4, 0x30, 0xba, 0x5b, 0xd2, 0x00, 0x4f, 0x24, 0xa5, 0xef, 0x7a, 0x68, 0xae, 0xe6, 0xcf, 0xed, 0x85, 0xff, 0x61, 0x0e, 0x55, 0x86, 0xe0, 0x5a, 0x0f, 0x37, 0x87, 0xbf, 0xcb, 0xb6, 0x4d, 0xa9, 0x0b, 0x5a, 0x2f, 0x45, 0x42, 0xca, 0xb3, 0xec, 0x2d, 0x7f, 0xbd, 0x4a, 0x93, 0x0e, 0x27, 0xc5, 0x67, 0x88, 0x06, 0x13, 0xff, 0x6f, 0xb1, 0xc5, 0x4e, 0x4f, 0xc5, 0xd7, 0xd3, 0x46, 0x08, 0xb8, 0x54, 0xbb, 0x69, 0x1c, 0x1f, 0xdc, 0x0b, 0xc6, 0xbb, 0x3f, 0x1f, 0x0e, 0xc2, 0x77, 0x20, 0x77, 0x32, 0xf0, 0x47, 0xe8, 0x07, 0x16, 0xf1, 0x1b, 0x10, 0xc3, 0x38, 0x2c, 0x90, 0xd9, 0xd6, 0x7b, 0x3d, 0x48, 0x33, 0x72, 0x5a, 0xfa, 0xb6, 0x31, 0x5e, 0x25, 0x1e, 0x25, 0xc7, 0x9f, 0x16, 0x57, 0x6f, 0x00, 0xe2, 0x91, 0xb6, 0xa3, 0x28, 0xf0, 0x73, 0x6d, 0x65, 0x9a, 0x9d, 0x7a, 0x6b, 0x57, 0xf4, 0xf7, 0x05, 0xb0, 0xf2, 0xc2, 0xa6, 0x74, 0x11, 0x4e, 0x5c, 0xe4, 0x5f, 0x57, 0xe8, 0x0a, 0x88, 0x1a, 0x78, 0x23, 0xfc, 0x70, 0xc1, 0x5c, 0x32, 0xb4, 0x46, 0xda, 0x1b, 0xcd, 0xbc, 0xbb, 0x6e, 0x3d, 0x04, 0xc1, 0x05, 0x4f, 0x3e, 0x3d, 0x2e, 0xb3, 0xff, 0xaa, 0xf9, 0x94, 0xbd, 0x59, 0xbd, 0x3f, 0x42, 0x77, 0xfc, 0x7e, 0xec, 0xb8, 0x65, 0xbb, 0x00, 0x08, 0x07, 0xc5, 0x9b, 0x5a, 0x92, 0x7c, 0xb6, 0x58, 0xdf } } }; static const struct cckprng_op_reseed op_reseed_3875 = { .hd = { .id = 3660, .kind = OP_RESEED }, .nonce = 3000366966050123721ULL, .seed_nbytes = 159, .seed = { 0xfc, 0xcf, 0xa4, 0x5e, 0xc4, 0x1c, 0x88, 0x52, 0x6e, 0x5c, 0xda, 0xcb, 0x28, 0xa9, 0x51, 0xa9, 0xc0, 0x06, 0xd8, 0x40, 0x93, 0xf4, 0xc9, 0xac, 0xce, 0x71, 0x77, 0x2f, 0x64, 0x85, 0x5e, 0x0a, 0xe7, 0x01, 0xf8, 0x2d, 0x4f, 0x56, 0x56, 0x6e, 0xdb, 0x79, 0xf5, 0xd5, 0xa2, 0x19, 0xd2, 0xf3, 0x5a, 0xdc, 0xba, 0xfe, 0x2f, 0xe6, 0xc8, 0x76, 0x83, 0x4f, 0x43, 0x78, 0x0f, 0xaf, 0x27, 0x5c, 0x8b, 0x0e, 0x55, 0x79, 0x3c, 0x58, 0xcd, 0xe4, 0x72, 0x51, 0xb5, 0x33, 0xbb, 0xd6, 0x50, 0x9d, 0x46, 0xdf, 0x56, 0x51, 0xbb, 0x6d, 0x6b, 0x0e, 0x9d, 0x9e, 0xc3, 0x5c, 0xcb, 0xba, 0x9c, 0x5a, 0xe4, 0xa3, 0x9c, 0x05, 0xfe, 0x9c, 0x99, 0x55, 0x76, 0x1b, 0x9f, 0x19, 0x27, 0xee, 0xc8, 0x47, 0x10, 0x63, 0xac, 0x0b, 0x6f, 0x35, 0xc2, 0x22, 0x44, 0x5e, 0xc6, 0x69, 0xdd, 0xd7, 0x4d, 0x29, 0x58, 0x0d, 0x21, 0x5f, 0xa3, 0xbb, 0x24, 0x4d, 0x0f, 0x31, 0xb2, 0x0b, 0xa5, 0xa8, 0x0d, 0xc3, 0xd1, 0xa8, 0x1e, 0x7d, 0x30, 0x8a, 0x46, 0x09, 0x15, 0x86, 0xac, 0x12, 0x18, 0x88, 0x9a } }; static const struct cckprng_op_generate op_init_3876 = { .hd = { .id = 3661, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x25, 0xb3, 0x67, 0xd4, 0x72, 0x52, 0xfd, 0xd4, 0x9a, 0x10, 0xe6, 0x38, 0x0d, 0x02, 0x92, 0x56, 0x77, 0x49, 0x89, 0xb1, 0x6c, 0xf2, 0x9c, 0x1d, 0x3d, 0xdb, 0xe9, 0x2b, 0x61, 0x4c, 0xf7, 0x6a, 0x99, 0x1a, 0x88, 0x29, 0x52, 0x8f, 0xbd, 0xde, 0x0e, 0xf4, 0x62, 0x97, 0xca, 0x1e, 0xa0, 0xc6, 0xc9, 0xca, 0xf3, 0x04, 0xa6, 0x8a, 0xc9, 0x65, 0x08, 0x1f, 0x67, 0x5a, 0x65, 0xb9, 0x68, 0x09, 0x8d, 0x13, 0xe6, 0x28, 0x39, 0xe0, 0xb6, 0x96, 0xde, 0xd5, 0xaa, 0xeb, 0xb5, 0x2e, 0x2c, 0x8d, 0x71, 0x3b, 0x21, 0x89, 0x12, 0xfa, 0x2a, 0x60, 0x7e, 0x0a, 0x98, 0xf3, 0x63, 0xea, 0xe5, 0x89, 0x5f, 0x94, 0xbc, 0xe9, 0xce, 0x6f, 0xaf, 0x39, 0x33, 0xc9, 0xe9, 0x7c, 0xb4, 0x01, 0x87, 0x69, 0x9c, 0xc7, 0x20, 0x3c, 0xb8, 0x57, 0x73, 0x59, 0xc7, 0x61, 0xb1, 0x46, 0x2b, 0x34, 0x21, 0x2c, 0x8f, 0x1a, 0x29, 0x7b, 0x70, 0x6a, 0xc4, 0xad, 0x4a, 0x84, 0x9f, 0x48, 0x13, 0x24, 0x54, 0xaa, 0x52, 0x4b, 0x31, 0xe1, 0x39, 0x61, 0xdc, 0xb7, 0x50, 0x02, 0xd8, 0x0f, 0xae, 0xe6, 0x2c, 0xe8, 0xa1, 0x90, 0xea, 0x08, 0x40, 0xfc, 0x97, 0x87, 0x5a, 0xcd, 0x11, 0x13, 0x2c, 0xe8, 0x7e, 0x19, 0x85, 0xa8, 0x46, 0xe7, 0xec, 0x0e } } }; static const struct cckprng_op_refresh op_refresh_3877 = { .hd = { .id = 3662, .kind = OP_REFRESH }, .rand = 10070754706195500376ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3878 = { .hd = { .id = 3663, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0x85, 0x26, 0xd7, 0x2c, 0x4d, 0xc5, 0x63, 0xd1, 0x79, 0x8e, 0xf3, 0xfb, 0xad, 0xc5, 0x57, 0xeb, 0x82, 0xa2, 0xc0, 0x39, 0x04, 0x6d, 0xee, 0xf7, 0x9c, 0xf4, 0xa8, 0x3e, 0x2b, 0x92, 0x11, 0x49, 0x29, 0x97, 0xb7, 0x86, 0x88, 0x07, 0x56, 0xe4, 0x98, 0xee, 0x0b, 0x8e, 0x16, 0x55, 0x6e, 0xda, 0x79, 0x63, 0xe5, 0x85, 0xa8, 0xf8, 0x96, 0xbf, 0x76, 0x67, 0x58, 0x40, 0x41, 0x4b, 0x40, 0x60, 0x03, 0x29, 0x76, 0x10, 0x6e, 0xba, 0xa7, 0xb0, 0x1e, 0x12, 0x7d, 0x44, 0x41, 0x6f, 0xb5, 0xfb, 0xb0, 0x02, 0xa3, 0x2f, 0xe1, 0xc0, 0xad, 0x2f, 0x10, 0x53, 0xf0, 0x87, 0x8b, 0x8e, 0xfe, 0x45, 0x58, 0x21, 0x9c, 0x81, 0x30, 0xcc, 0xd0, 0xe3, 0x0f, 0x20, 0xdb, 0xe3, 0x63, 0x3c, 0xcd, 0x00, 0x6a, 0x9d, 0xbd, 0x2b, 0xcd, 0x7b, 0x22, 0x7e, 0x78, 0x0f, 0xe9, 0x13, 0x8c, 0x2c, 0xa7, 0xf4, 0x43, 0x08, 0xc0, 0xdb, 0x06, 0x83, 0xfd, 0xfc, 0x27, 0x30, 0x4b, 0xfc, 0xfb, 0xa9, 0x48, 0x0b, 0x75, 0xed, 0x68, 0x3f, 0xb2, 0xe0, 0xc3, 0x1e, 0x82, 0x9c, 0xfd, 0x09, 0xde, 0x56, 0xa0, 0xc7, 0x77, 0x68, 0xcd, 0xe6, 0xa7, 0x7e, 0xdf, 0xc4, 0xd2, 0x3a, 0xeb, 0x18, 0xed, 0x29, 0xbf, 0xb7, 0x5f, 0x71, 0xf8, 0x18, 0x43, 0x97, 0x73, 0x83, 0xfe, 0xba, 0x82, 0xd0, 0x74, 0xb5, 0x2e, 0x0b, 0x2e, 0x0d, 0x3e, 0x4a, 0xf1, 0xc5, 0xe5, 0x55, 0xd0, 0x66, 0x3c, 0x75, 0x87, 0xd0, 0xd4, 0x81, 0x3e, 0x0a, 0x1e, 0x7d, 0x48, 0x52, 0xd0, 0xaa, 0xcf, 0x8c, 0x31, 0xbf, 0x6a, 0x53, 0x80, 0x5a, 0xb7, 0xbf, 0x97, 0xde, 0xcb, 0xae, 0x4b, 0xf5, 0x36, 0x3e, 0x19, 0x54, 0xac, 0x5c, 0x2c, 0x7f, 0x6d, 0x4d, 0xde, 0xc2, 0x2f, 0x78, 0x7c, 0x53, 0x90, 0xa5, 0x73, 0x30, 0x03, 0x5b, 0xbe, 0x3c, 0x57, 0xda, 0x5a, 0x54, 0x12, 0xb8, 0x54, 0x63, 0x18, 0xc9, 0xf5, 0xe6, 0x20, 0xad, 0x87 } } }; static const struct cckprng_op_reseed op_reseed_3879 = { .hd = { .id = 3664, .kind = OP_RESEED }, .nonce = 11566651279125033781ULL, .seed_nbytes = 107, .seed = { 0x96, 0x8f, 0x20, 0xc7, 0x74, 0x7f, 0xe7, 0x02, 0x25, 0x2d, 0x82, 0x69, 0x03, 0xe6, 0xe3, 0x6e, 0x50, 0xda, 0xe5, 0x12, 0x22, 0x26, 0x18, 0x06, 0x44, 0x70, 0x91, 0x3d, 0x42, 0xa4, 0x3d, 0x1c, 0x37, 0x7e, 0x65, 0x78, 0xdd, 0x21, 0x98, 0x34, 0x39, 0x2e, 0xd4, 0x5c, 0xe5, 0xa5, 0x95, 0xb1, 0x82, 0xdc, 0x2f, 0xc7, 0x2e, 0x4a, 0xc1, 0x1c, 0xc9, 0xdb, 0x73, 0x90, 0xfc, 0xd2, 0x76, 0x0d, 0xaf, 0x49, 0xa4, 0x94, 0x44, 0xcd, 0x84, 0xaf, 0xc7, 0x6f, 0xa7, 0xfe, 0xfc, 0x8d, 0xd7, 0xa7, 0xf5, 0x53, 0x48, 0xd9, 0xec, 0x95, 0x86, 0x9b, 0x71, 0x0a, 0x15, 0x95, 0x9d, 0x49, 0x81, 0x46, 0x24, 0xd6, 0x07, 0xa1, 0x4a, 0x12, 0x3a, 0xa2, 0x2b, 0x0e, 0xcd } }; static const struct cckprng_op_refresh op_refresh_3880 = { .hd = { .id = 3665, .kind = OP_REFRESH }, .rand = 7471535381194144782ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3881 = { .hd = { .id = 3666, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0xb9, 0xff, 0x94, 0x29, 0x41, 0x0d, 0x24, 0x65, 0x2e, 0xdc, 0x69, 0x64, 0xc2, 0x0c, 0xe4, 0x4d, 0x98, 0x55, 0x05, 0x52, 0xee, 0x69, 0x0b, 0x78, 0x1b, 0xa7, 0x58, 0x51, 0x01, 0x80, 0x50, 0x93, 0xa2, 0xea, 0x56, 0x7e, 0xe7, 0xe5, 0x13, 0xe8, 0x95, 0x52, 0xaa, 0xc2, 0xa1, 0x1c, 0xed, 0xdf, 0x9b, 0x8b, 0xc3, 0x31, 0xb3, 0xf8, 0x61, 0x9c, 0x88, 0x10, 0x94, 0x7f, 0x48, 0x49, 0x5a } } }; static const struct cckprng_op_generate op_init_3882 = { .hd = { .id = 3667, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0x21, 0xaf, 0xd2, 0x94, 0xd6, 0x62, 0x89, 0xab, 0x4f, 0x7a, 0x1c, 0xa0, 0xd0, 0x45, 0x92, 0xdd, 0x66, 0x8b, 0xa5, 0xfc, 0x1a, 0x41, 0x24, 0x59, 0x54, 0x06, 0xff, 0x4c, 0x36, 0x02, 0x4d, 0xd5, 0x23, 0x86, 0x85, 0x03, 0xdf, 0x77, 0x2d, 0x43, 0x8c, 0xf3, 0x87, 0x3d, 0x41, 0x2b, 0x25, 0x8b, 0x6a, 0x5d, 0x3c, 0xe4, 0xe9, 0xca, 0x56, 0x00, 0x32, 0xd1, 0x04, 0x4f, 0x76, 0x44, 0x89, 0xed, 0x34, 0x0a, 0x5c, 0xf2, 0x5b, 0xa6, 0xca, 0x57, 0xf6, 0x6e, 0xa7, 0xf2, 0xaa, 0xb3, 0x22, 0x0c, 0xa3, 0x48, 0x8c, 0x38, 0x9a, 0x43, 0xfc, 0x46, 0x61, 0x7b, 0xf4, 0x8d, 0x38, 0xbb, 0x93, 0x05, 0xa8, 0xc5, 0xee, 0x25, 0x6c, 0x71, 0xca, 0xcc, 0xb6, 0x3c, 0x12, 0x63, 0xad, 0xfa, 0x00, 0xba, 0x1e, 0x96, 0x37, 0x5d, 0xe3, 0xa1, 0x2d, 0x55, 0x4b, 0xc0, 0xb4, 0x67, 0xca, 0xf4, 0x1e, 0xf8, 0x1b, 0xf4, 0xa5, 0xe8, 0xbd, 0xd3, 0xab, 0xd8, 0x71, 0x93, 0x2a, 0x4c, 0x55, 0x49, 0xdf, 0x0c, 0x7c, 0xef, 0xea, 0x22, 0x2f, 0x90, 0x2f, 0x31, 0x86, 0x01, 0xdd, 0x2d, 0x8e, 0xe2, 0xdb, 0xdd, 0xf7, 0x08, 0x69, 0x6d, 0x3c, 0xc9, 0xd7, 0x85, 0x8b, 0x52, 0x3c, 0x9d, 0xd9, 0x6e, 0x23, 0xf5, 0xce, 0xd6, 0x4f, 0xa2, 0xd9, 0x13, 0x50, 0x9a, 0x41, 0x68, 0x79, 0xea, 0xb1, 0x8e, 0xa2, 0xb5, 0x46, 0x6c, 0x33, 0x03, 0x51, 0x78, 0x3b, 0xa0, 0x0a, 0x05, 0x56, 0x16, 0xba, 0xab, 0x9b, 0xf6, 0xcc, 0x6c, 0x27, 0xbf, 0x1f, 0x6e, 0x16, 0x79, 0xfd, 0x11, 0x8b, 0xe2, 0x8c, 0xc4, 0x63, 0xfd, 0xa6, 0xfc, 0x09, 0x23, 0x55, 0xca, 0x88, 0x62, 0x9d, 0x46, 0x32, 0x9c, 0xd2 } } }; static const struct cckprng_op_reseed op_reseed_3883 = { .hd = { .id = 3668, .kind = OP_RESEED }, .nonce = 46640218111050593ULL, .seed_nbytes = 62, .seed = { 0xc5, 0x2a, 0xfd, 0xa8, 0xb0, 0xcc, 0x41, 0x7c, 0x13, 0x4d, 0xb7, 0x32, 0x6e, 0x20, 0xdb, 0x4a, 0xfc, 0x19, 0x24, 0x2a, 0xee, 0xc3, 0x0e, 0x9e, 0x7d, 0x4a, 0x4f, 0x7b, 0x7f, 0x2c, 0x2e, 0xe0, 0xec, 0xac, 0xf8, 0x5b, 0x08, 0x4d, 0xc7, 0xb9, 0x5b, 0x05, 0xe8, 0xf6, 0xf7, 0x60, 0xdb, 0xa4, 0xb7, 0xa8, 0xce, 0x14, 0x75, 0x07, 0x4f, 0xa5, 0xca, 0x67, 0x68, 0xe2, 0x62, 0x07 } }; static const struct cckprng_op_refresh op_refresh_3884 = { .hd = { .id = 3669, .kind = OP_REFRESH }, .rand = 13864768172196191187ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3885 = { .hd = { .id = 3670, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0x1a, 0x3c, 0x8b, 0x40, 0xbc, 0x41, 0xaf, 0x94, 0x8d, 0x5b, 0x37, 0xd2, 0x5b, 0x68, 0x21, 0x65, 0xc9, 0x17, 0x91, 0xaf, 0x7d, 0x28, 0x58, 0x77, 0x95, 0x5a, 0x1b, 0x6e, 0x42, 0x33, 0x88, 0xcc, 0x45, 0x9f, 0xf6, 0x7d, 0x96, 0x01, 0x6e, 0xb5, 0x4e, 0x12, 0x42, 0x56, 0xab, 0x33, 0x0e, 0x83, 0x71, 0xb7, 0xad, 0xbd, 0xe4, 0x33, 0x9c, 0x63, 0x5b, 0xea, 0x0a, 0x03, 0xcb, 0x23, 0x28, 0x4e, 0xd6, 0x4f, 0xa6, 0xf4, 0xb7, 0x54, 0x6f, 0x73, 0x4e, 0x95, 0x46, 0xb2, 0x4b, 0x97, 0x09, 0x58, 0xbc, 0xd2, 0x8d, 0x43, 0x03, 0xb3, 0x42, 0x7e, 0xe0, 0x6d, 0x18, 0x89, 0xb8, 0x8e, 0x2c, 0xaa, 0x73, 0xb3, 0x9e, 0x7d, 0x4f, 0xbc, 0xef, 0x98, 0x35, 0x0c, 0xc0, 0xc4, 0x97, 0x22, 0x53, 0x69, 0x86, 0xbc, 0x0a, 0xee, 0xf1, 0x03, 0x12, 0x1a, 0xc1, 0x45, 0x6c, 0x36, 0x83, 0xb3, 0x7d, 0x6b, 0xf2, 0x22, 0xac, 0xbc, 0x0a, 0x9d, 0x9b, 0xd1, 0x96, 0xf3, 0x0f, 0xd6, 0xea, 0x3c, 0xfc, 0x72, 0x69, 0x0c, 0x5d, 0xd7, 0x94 } } }; static const struct cckprng_op_refresh op_refresh_3886 = { .hd = { .id = 3671, .kind = OP_REFRESH }, .rand = 1433775368414745892ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3887[] = { (const struct cckprng_op *)&op_init_3871, (const struct cckprng_op *)&op_reseed_3872, (const struct cckprng_op *)&op_init_3873, (const struct cckprng_op *)&op_init_3874, (const struct cckprng_op *)&op_reseed_3875, (const struct cckprng_op *)&op_init_3876, (const struct cckprng_op *)&op_refresh_3877, (const struct cckprng_op *)&op_init_3878, (const struct cckprng_op *)&op_reseed_3879, (const struct cckprng_op *)&op_refresh_3880, (const struct cckprng_op *)&op_init_3881, (const struct cckprng_op *)&op_init_3882, (const struct cckprng_op *)&op_reseed_3883, (const struct cckprng_op *)&op_refresh_3884, (const struct cckprng_op *)&op_init_3885, (const struct cckprng_op *)&op_refresh_3886 }; static const struct cckprng_vector vec_3888 = { .id = 3672, .note = NULL, .nops = 16, .ops = ops_3887 }; static const struct cckprng_op_init op_init_3889 = { .hd = { .id = 3673, .kind = OP_INIT }, .seed = { 0xc5, 0x6e, 0xf0, 0x29, 0x4f, 0xbb, 0x4b, 0xb0, 0x83, 0xeb, 0x3b, 0x00, 0xab, 0x0f, 0x1c, 0x2e, 0x26, 0xa7, 0x3a, 0x09, 0x39, 0x0e, 0x4c, 0x50, 0x20, 0xf6, 0x26, 0x7d, 0xd6, 0x3f, 0xca, 0x0c }, .nonce = { 0xd0, 0xe8, 0x4d, 0x84, 0xc4, 0x66, 0x2b, 0x51 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3890 = { .hd = { .id = 3674, .kind = OP_GENERATE }, .rand_nbytes = 158, .out = { .rand = { 0x14, 0x7b, 0xd1, 0x68, 0xd1, 0xda, 0xae, 0x55, 0xec, 0x37, 0x47, 0x93, 0x80, 0x89, 0xbc, 0x0e, 0xee, 0x95, 0xd5, 0x33, 0x5a, 0x01, 0xdc, 0x4a, 0x8f, 0x54, 0xc4, 0xb8, 0x60, 0x62, 0x97, 0x3d, 0x6a, 0x84, 0x77, 0x0b, 0x75, 0xe3, 0x45, 0xf8, 0x03, 0xcc, 0xa6, 0x57, 0x2d, 0x35, 0x43, 0x35, 0xec, 0xb2, 0xa9, 0x25, 0x02, 0xa5, 0xcd, 0xf3, 0xb2, 0x6d, 0xda, 0x6c, 0x5b, 0x25, 0x01, 0x52, 0xa4, 0xed, 0x63, 0x11, 0x00, 0x07, 0x98, 0x8e, 0x4b, 0x67, 0x48, 0x85, 0xd2, 0x12, 0x29, 0x8e, 0x69, 0x1b, 0xaf, 0xe4, 0xe1, 0x65, 0x3f, 0x87, 0x36, 0x2d, 0xb2, 0x5a, 0xe1, 0xb3, 0x56, 0xba, 0x15, 0x70, 0xe5, 0x12, 0xad, 0xc0, 0x51, 0xae, 0x78, 0xcb, 0xa9, 0x19, 0xaf, 0xbd, 0x5a, 0xc0, 0x01, 0x5e, 0xf1, 0xd7, 0xa1, 0x09, 0x01, 0xd7, 0xb0, 0x94, 0xe2, 0x5a, 0xf2, 0xc1, 0x7e, 0xfd, 0x34, 0xa3, 0x37, 0x5c, 0xc4, 0x66, 0x15, 0x19, 0xd3, 0xbb, 0xf9, 0x53, 0x05, 0x01, 0x8f, 0x3b, 0x55, 0xe3, 0x61, 0xec, 0x1d, 0xcc, 0xee, 0xdc, 0xf3, 0x83, 0x4a, 0x17, 0xf2, 0xdd } } }; static const struct cckprng_op_reseed op_reseed_3891 = { .hd = { .id = 3675, .kind = OP_RESEED }, .nonce = 618378887405679393ULL, .seed_nbytes = 157, .seed = { 0x0f, 0x3e, 0x65, 0x4b, 0xa8, 0xda, 0x38, 0xe8, 0x02, 0xb7, 0x5c, 0x46, 0xbe, 0xbe, 0xf0, 0xad, 0x8e, 0xd4, 0xdc, 0xc7, 0xee, 0xc7, 0xaf, 0x8d, 0x16, 0xf8, 0xd2, 0x59, 0xa9, 0x8b, 0xc8, 0xe4, 0x93, 0x08, 0x20, 0xd8, 0xec, 0x38, 0xdd, 0x13, 0x96, 0xdc, 0xf4, 0x08, 0x25, 0xb3, 0xa4, 0xa9, 0x75, 0x21, 0x5c, 0x23, 0x50, 0x41, 0xd4, 0xb9, 0x3c, 0xab, 0x09, 0x05, 0x2e, 0xbd, 0x5f, 0x1d, 0x0b, 0xc4, 0xec, 0x04, 0x5b, 0xd9, 0xbe, 0xd3, 0x5d, 0x8e, 0x1b, 0x6e, 0x48, 0xa0, 0x3a, 0x19, 0x10, 0x40, 0xcb, 0xfe, 0x62, 0x0d, 0x26, 0x5e, 0x73, 0x91, 0x32, 0xa5, 0xd0, 0xcd, 0x3f, 0x8e, 0x3a, 0xf1, 0x5e, 0x14, 0x35, 0x84, 0xa9, 0x1f, 0x39, 0xda, 0x02, 0x75, 0x6d, 0x7e, 0x19, 0xc0, 0xe7, 0x27, 0x02, 0x59, 0xe1, 0xc2, 0xd5, 0xdf, 0xc2, 0xa4, 0x1b, 0xd8, 0x92, 0x06, 0x92, 0xdd, 0xe6, 0x8b, 0x2e, 0x3e, 0xe2, 0xff, 0x20, 0x48, 0xaf, 0xf2, 0xdd, 0xdb, 0x74, 0x63, 0x5e, 0x03, 0x51, 0x8b, 0xa4, 0x79, 0x93, 0x72, 0x29, 0x17, 0xcb, 0x89, 0x6b, 0x17, 0xba } }; static const struct cckprng_op_reseed op_reseed_3892 = { .hd = { .id = 3676, .kind = OP_RESEED }, .nonce = 7522266427517912386ULL, .seed_nbytes = 135, .seed = { 0x0a, 0xe6, 0xfa, 0x40, 0xbd, 0xfe, 0xf3, 0x77, 0x92, 0xd3, 0x17, 0x74, 0xec, 0x6a, 0x79, 0xe2, 0x15, 0x58, 0x88, 0x65, 0x0f, 0x87, 0x68, 0x4b, 0x91, 0x6d, 0xbb, 0xa3, 0x8e, 0x03, 0xcf, 0x6e, 0x84, 0x26, 0x01, 0xba, 0x1b, 0x91, 0xbd, 0x86, 0x64, 0x6b, 0x9b, 0x2a, 0xe4, 0xf4, 0xb7, 0x21, 0x90, 0x3f, 0xf4, 0x66, 0x90, 0xf6, 0xd1, 0xb4, 0xe7, 0x41, 0x14, 0xfe, 0xc3, 0xbe, 0xb0, 0x9b, 0x02, 0x62, 0x19, 0xd8, 0x0c, 0xe2, 0x31, 0x9a, 0x91, 0x1c, 0xcc, 0x23, 0x39, 0xd5, 0xc6, 0x93, 0x0c, 0x14, 0x3d, 0xdc, 0xb2, 0x0d, 0x9a, 0xa1, 0x28, 0xee, 0x3b, 0xdc, 0x75, 0xe6, 0xe9, 0x2f, 0x68, 0xed, 0xbf, 0xc7, 0x24, 0x95, 0x4d, 0x5e, 0xe9, 0x20, 0x2e, 0x71, 0xf9, 0x2e, 0xe7, 0xdd, 0x27, 0xf8, 0xb1, 0x1e, 0x14, 0x6c, 0x73, 0x93, 0xd2, 0x3b, 0xfd, 0x92, 0x81, 0xf8, 0x41, 0x61, 0xee, 0xfa, 0xd7, 0x86, 0xf1, 0xa3, 0xb0 } }; static const struct cckprng_op_refresh op_refresh_3893 = { .hd = { .id = 3677, .kind = OP_REFRESH }, .rand = 4795112594284222119ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3894 = { .hd = { .id = 3678, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0x11, 0xad, 0x8e, 0x7a, 0xf9, 0x25, 0x2a, 0x96, 0x81 } } }; static const struct cckprng_op_refresh op_refresh_3895 = { .hd = { .id = 3679, .kind = OP_REFRESH }, .rand = 10339555034696334551ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3896 = { .hd = { .id = 3680, .kind = OP_GENERATE }, .rand_nbytes = 69, .out = { .rand = { 0xec, 0xaf, 0xf6, 0xcb, 0x23, 0x0e, 0xfc, 0x00, 0x1b, 0x13, 0x31, 0x1d, 0x05, 0x56, 0xa7, 0x14, 0xfd, 0x6d, 0x1e, 0x3b, 0x3c, 0x7e, 0x1b, 0x5d, 0xb6, 0x4f, 0xe3, 0x62, 0x80, 0x1d, 0x81, 0xb3, 0x84, 0xe3, 0x1b, 0xe6, 0x11, 0x4a, 0x6d, 0xfb, 0x99, 0x8d, 0xbb, 0x64, 0x5c, 0xc2, 0xec, 0xd3, 0x8a, 0x1f, 0x7a, 0x79, 0x0f, 0x71, 0xcf, 0xc9, 0x47, 0xd8, 0x64, 0x00, 0x42, 0x48, 0x10, 0x11, 0x25, 0x47, 0xcd, 0x35, 0x41 } } }; static const struct cckprng_op_refresh op_refresh_3897 = { .hd = { .id = 3681, .kind = OP_REFRESH }, .rand = 2457702402190881803ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3898 = { .hd = { .id = 3682, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0x07, 0x24, 0xe8, 0x2c, 0x4a, 0xbd, 0x2f, 0x26, 0x5a, 0xfd, 0xdf, 0x3a, 0x57, 0xe1, 0x02, 0xa8, 0x10, 0xd3, 0xbd, 0xc7, 0x95, 0x30, 0xdb } } }; static const struct cckprng_op_reseed op_reseed_3899 = { .hd = { .id = 3683, .kind = OP_RESEED }, .nonce = 11552610476034863177ULL, .seed_nbytes = 142, .seed = { 0x35, 0xff, 0xd9, 0xfa, 0xdb, 0x4a, 0x5e, 0x74, 0xb5, 0x8d, 0x7a, 0xcd, 0xd0, 0x4d, 0x52, 0xd0, 0x94, 0x6e, 0x46, 0xe8, 0x49, 0xd5, 0xa3, 0x9e, 0xcc, 0x17, 0x0e, 0xd3, 0xd0, 0x81, 0xeb, 0x48, 0x59, 0xcb, 0x4c, 0x06, 0x37, 0x87, 0xb8, 0x76, 0x13, 0xbf, 0xa2, 0xa5, 0xb5, 0xc0, 0x69, 0xdd, 0x00, 0x85, 0xfe, 0x5b, 0xfb, 0x8f, 0x2a, 0x41, 0x3b, 0x5f, 0x02, 0x26, 0x5b, 0x39, 0xfa, 0xbb, 0x23, 0xd0, 0x4a, 0x01, 0xea, 0x76, 0x47, 0xd0, 0xb4, 0x5d, 0xa1, 0x83, 0x0e, 0x3a, 0x2a, 0xd9, 0x52, 0x9a, 0xe8, 0x41, 0xa3, 0x4f, 0xba, 0x46, 0x7e, 0x62, 0xb8, 0xf2, 0xac, 0x13, 0x2d, 0x74, 0x76, 0xf7, 0xd8, 0x23, 0xa9, 0x8d, 0xf0, 0xee, 0xd4, 0x6c, 0x3b, 0x88, 0x24, 0xd9, 0x76, 0xd0, 0x48, 0x0e, 0xd7, 0xb7, 0x70, 0x92, 0x84, 0x59, 0xaf, 0x98, 0x99, 0x4d, 0x60, 0x8f, 0x96, 0xa3, 0x0e, 0xa7, 0xc5, 0xde, 0xba, 0x90, 0xa3, 0x24, 0x9a, 0x99, 0x71, 0x40, 0x7b, 0xb0 } }; static const struct cckprng_op_generate op_init_3900 = { .hd = { .id = 3684, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0x3c, 0xe7, 0x46, 0x68, 0xf4, 0xaa, 0xfd, 0xb8, 0xb6, 0x0a, 0x32, 0xed, 0xe0, 0x0d, 0x4a, 0x94, 0x7c, 0xe7, 0xc2, 0xd8, 0x5f, 0x1a, 0x8f, 0x00, 0xd5, 0x89, 0x69, 0x6f, 0xaa, 0x9f, 0x1e, 0xdb, 0xa7, 0x15, 0xd3, 0x1b, 0x25, 0x87, 0xcd, 0x8e, 0x5d, 0xa1, 0x34, 0x58, 0x3e, 0x02, 0x87, 0x0b, 0x11, 0x69, 0xd0, 0x29, 0x0a, 0x7f, 0xae, 0x20, 0xac, 0x23, 0x84, 0x03, 0x9f, 0xa2, 0xfc, 0x93, 0x59, 0xcf, 0xcc, 0xea, 0x90, 0x91, 0xeb, 0x6c, 0x97, 0x0b, 0x08, 0x19, 0x09, 0x83, 0xfa, 0x03, 0x95, 0x0a, 0xf7, 0x32, 0xba, 0x53, 0x07, 0x07, 0xd9, 0xb7, 0x4b, 0x3e, 0xf1, 0x91, 0x4e, 0xc9, 0x44 } } }; static const struct cckprng_op_generate op_init_3901 = { .hd = { .id = 3685, .kind = OP_GENERATE }, .rand_nbytes = 231, .out = { .rand = { 0x42, 0x7e, 0xfe, 0xbe, 0x44, 0x38, 0x28, 0x0c, 0xbd, 0x86, 0xc8, 0xde, 0x5e, 0xa2, 0x93, 0x13, 0xa0, 0xd4, 0x07, 0xd6, 0x38, 0x12, 0x7d, 0xef, 0x6e, 0x39, 0x46, 0x16, 0x3d, 0x41, 0x1d, 0x20, 0x31, 0x0b, 0x98, 0x4d, 0xb1, 0xe8, 0x8d, 0x9a, 0x55, 0x93, 0x22, 0x3b, 0x07, 0x8b, 0xb5, 0x61, 0x97, 0xb7, 0xfd, 0x0b, 0xce, 0x02, 0x0a, 0xb7, 0x61, 0xcf, 0xce, 0x96, 0xb5, 0xff, 0x21, 0xa9, 0x55, 0x72, 0x62, 0xe5, 0x53, 0xed, 0x1f, 0x15, 0xdd, 0xfe, 0x09, 0xef, 0xe0, 0x2e, 0xc5, 0xbf, 0x42, 0xc4, 0x5e, 0x5c, 0xe9, 0xd6, 0xcd, 0x7e, 0x4e, 0xf7, 0x5b, 0xfc, 0xc0, 0xe3, 0x72, 0x49, 0x87, 0x33, 0xc4, 0x6d, 0xf4, 0xca, 0xad, 0xad, 0x56, 0x13, 0x1e, 0x5f, 0x16, 0xbe, 0xad, 0x91, 0x93, 0x36, 0x6d, 0x30, 0xf6, 0x2b, 0x2d, 0xde, 0x4b, 0x3c, 0x28, 0x75, 0x2a, 0x33, 0xb8, 0x7a, 0xc1, 0x0f, 0xc2, 0x47, 0xab, 0xe2, 0xc6, 0x71, 0xff, 0xbe, 0x61, 0x05, 0xf9, 0x3a, 0x77, 0x41, 0x61, 0xe9, 0x7e, 0x30, 0x94, 0xe5, 0x71, 0x51, 0xfc, 0x7c, 0x4d, 0x97, 0xa4, 0xe2, 0xee, 0x8b, 0xf8, 0xad, 0x57, 0xbe, 0x69, 0x68, 0x86, 0x4b, 0x3b, 0x59, 0x17, 0x35, 0x3e, 0x0d, 0x34, 0xa1, 0x56, 0xdd, 0xea, 0xd3, 0x07, 0x03, 0x30, 0xf4, 0x66, 0xc8, 0xf3, 0x1c, 0xdd, 0x2a, 0x0b, 0x61, 0x80, 0xa8, 0xc2, 0x4a, 0x0a, 0x88, 0x22, 0xef, 0x7b, 0xe8, 0xb4, 0xda, 0xff, 0xbe, 0x86, 0x96, 0x06, 0x4d, 0x1b, 0xd4, 0xba, 0x0b, 0xb5, 0x56, 0x1c, 0x9b, 0x96, 0x88, 0xd9, 0x86, 0xd3, 0x17, 0x9f, 0xb4, 0x94, 0x5c, 0xec, 0x0c, 0x6f } } }; static const struct cckprng_op_refresh op_refresh_3902 = { .hd = { .id = 3686, .kind = OP_REFRESH }, .rand = 15361283927576533583ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3903 = { .hd = { .id = 3687, .kind = OP_GENERATE }, .rand_nbytes = 41, .out = { .rand = { 0x60, 0x3e, 0x1a, 0x74, 0x82, 0xfa, 0x79, 0x0d, 0xeb, 0x7d, 0x3a, 0x88, 0x3e, 0xe2, 0xad, 0x08, 0x5c, 0x25, 0x58, 0xad, 0x85, 0xaf, 0x2d, 0x29, 0xab, 0x29, 0x15, 0x62, 0xbd, 0xd6, 0x48, 0xef, 0x86, 0xe7, 0xf7, 0x0c, 0x6a, 0x76, 0xfb, 0x4d, 0xcb } } }; static const struct cckprng_op_generate op_init_3904 = { .hd = { .id = 3688, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0x35, 0xf0, 0xee, 0xe7, 0x2b, 0x5e, 0x6c, 0x31, 0xd6, 0x76, 0x96, 0x48, 0xb9, 0xa9, 0x4c, 0x09, 0xb8, 0xc7, 0xce, 0x90, 0xd6, 0x3d, 0x17, 0xab, 0x59, 0xb3, 0x5a, 0x83, 0xbc, 0xfc, 0x38, 0x6f, 0x76, 0x9a, 0x0a, 0xef, 0xe8, 0x5d, 0x7d, 0x6e, 0x27, 0xb0, 0xd5, 0x6d, 0xb2, 0xcc, 0x67, 0x7e, 0xfd, 0x84, 0xff, 0xfc, 0x3f, 0x1f, 0x6a, 0xa3, 0x3b, 0xa7, 0xf3, 0x4b, 0x0f, 0x1e, 0x26, 0x23, 0x8d, 0xab, 0x9c, 0x7f, 0x09, 0x0d, 0xb7, 0xd9, 0x29, 0x49, 0xc6, 0xc6, 0x9a, 0xa9, 0xa5, 0xac, 0x08, 0xfe, 0x8c, 0x4e, 0xae, 0x42, 0x46, 0xfb, 0x60, 0x05, 0x36, 0x6b, 0x4c, 0xcc, 0x22, 0xd6, 0x1b, 0x62, 0x1a, 0x78, 0xe4, 0x75, 0x68, 0xc1, 0xcf, 0x55, 0x8e, 0xd5, 0x58, 0x91, 0x14, 0x7e, 0x61, 0x37, 0x29, 0x07, 0x02, 0xd9, 0xc3, 0x62, 0x0a, 0x6f, 0x3a, 0x77, 0xb0, 0xa3, 0xff, 0x6a, 0xdb, 0xa1, 0x31, 0x33, 0xa4, 0x20 } } }; static const struct cckprng_op *ops_3905[] = { (const struct cckprng_op *)&op_init_3889, (const struct cckprng_op *)&op_init_3890, (const struct cckprng_op *)&op_reseed_3891, (const struct cckprng_op *)&op_reseed_3892, (const struct cckprng_op *)&op_refresh_3893, (const struct cckprng_op *)&op_init_3894, (const struct cckprng_op *)&op_refresh_3895, (const struct cckprng_op *)&op_init_3896, (const struct cckprng_op *)&op_refresh_3897, (const struct cckprng_op *)&op_init_3898, (const struct cckprng_op *)&op_reseed_3899, (const struct cckprng_op *)&op_init_3900, (const struct cckprng_op *)&op_init_3901, (const struct cckprng_op *)&op_refresh_3902, (const struct cckprng_op *)&op_init_3903, (const struct cckprng_op *)&op_init_3904 }; static const struct cckprng_vector vec_3906 = { .id = 3689, .note = NULL, .nops = 16, .ops = ops_3905 }; static const struct cckprng_op_init op_init_3907 = { .hd = { .id = 3690, .kind = OP_INIT }, .seed = { 0x58, 0xfa, 0x45, 0x01, 0x6c, 0xcb, 0xda, 0x12, 0x94, 0x55, 0x52, 0xb3, 0x0f, 0x14, 0x6c, 0xfc, 0x98, 0x60, 0x1f, 0x41, 0x66, 0x78, 0x6b, 0xc3, 0xfb, 0xaa, 0xd8, 0xdf, 0x52, 0x56, 0x99, 0xc5 }, .nonce = { 0x8f, 0xff, 0xaf, 0xf1, 0xd8, 0x51, 0xc2, 0x95 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_3908 = { .hd = { .id = 3691, .kind = OP_RESEED }, .nonce = 299519005060291900ULL, .seed_nbytes = 131, .seed = { 0x48, 0xed, 0x7e, 0xba, 0x37, 0x0c, 0xbf, 0xac, 0xc2, 0x01, 0x8b, 0x56, 0x56, 0x30, 0xd5, 0xf6, 0x7d, 0x7c, 0x8a, 0xd6, 0x20, 0x01, 0x5b, 0xbd, 0x4e, 0xb9, 0x95, 0x2b, 0x11, 0x9f, 0xd9, 0x5d, 0x48, 0x92, 0x39, 0x56, 0xa6, 0x89, 0x07, 0x78, 0xdc, 0xb6, 0x63, 0xb7, 0x1a, 0x21, 0x6c, 0xf0, 0x5a, 0xeb, 0xe8, 0x24, 0x62, 0x0b, 0x31, 0xcd, 0x0e, 0xb9, 0x95, 0xcf, 0x9c, 0xa9, 0x96, 0x4c, 0x28, 0xc4, 0xf1, 0x65, 0xe0, 0x3c, 0xb0, 0x22, 0x0c, 0xbb, 0x71, 0x3a, 0x17, 0xd5, 0x2e, 0x13, 0x6f, 0x35, 0xb1, 0x99, 0x1f, 0x7a, 0x4c, 0x70, 0x59, 0xad, 0x17, 0xba, 0x47, 0x9b, 0x54, 0x57, 0x0d, 0x68, 0xa3, 0xae, 0x81, 0xd0, 0xdb, 0x7d, 0xbc, 0x1c, 0xc7, 0xc0, 0x26, 0x96, 0x05, 0x4d, 0xad, 0x23, 0x4b, 0xe7, 0xa0, 0x7c, 0x1d, 0xb4, 0xdc, 0x8c, 0xf8, 0x43, 0x87, 0x8d, 0x62, 0xa2, 0xa0, 0xab, 0xa6 } }; static const struct cckprng_op_reseed op_reseed_3909 = { .hd = { .id = 3692, .kind = OP_RESEED }, .nonce = 12433419856056443107ULL, .seed_nbytes = 260, .seed = { 0x0e, 0x2e, 0xa4, 0x64, 0x42, 0xb7, 0xd8, 0x0c, 0xc8, 0xaf, 0xd2, 0xb2, 0xa3, 0xaf, 0xf0, 0x82, 0x87, 0x3d, 0xe7, 0xfd, 0xc5, 0xa3, 0x46, 0x02, 0x39, 0xf1, 0xb6, 0xfe, 0x43, 0x77, 0x0b, 0x9b, 0x89, 0xcf, 0x0e, 0x11, 0x87, 0xd5, 0x3f, 0x89, 0x7b, 0x5c, 0x1f, 0x60, 0xd4, 0xe8, 0x54, 0x3b, 0x12, 0x52, 0x70, 0x63, 0x1b, 0xeb, 0xf5, 0x86, 0xab, 0xb7, 0x64, 0x47, 0x9a, 0x16, 0x43, 0x79, 0x05, 0x32, 0xa7, 0xd1, 0x26, 0x1c, 0xc8, 0x25, 0x7f, 0x55, 0x6d, 0xb6, 0x9c, 0x91, 0x81, 0x9b, 0x46, 0xaa, 0x3f, 0x33, 0xee, 0xf6, 0x09, 0xc2, 0xdf, 0xdf, 0xeb, 0x6e, 0xc8, 0x1b, 0x53, 0x3c, 0xb8, 0x75, 0xdf, 0xa5, 0x67, 0x62, 0x2b, 0x54, 0x5e, 0x1d, 0x9b, 0xef, 0x0d, 0x87, 0x98, 0xb7, 0x34, 0x24, 0x2c, 0x38, 0xf1, 0x5a, 0x3a, 0x25, 0x15, 0xef, 0x82, 0x85, 0x6a, 0x24, 0x0f, 0xde, 0xa6, 0x93, 0x2d, 0x50, 0xf0, 0x22, 0x52, 0xe4, 0xa2, 0x1a, 0x0d, 0xa7, 0x6d, 0x7b, 0x22, 0x89, 0x7c, 0x76, 0xe9, 0xf7, 0x41, 0xae, 0x34, 0x66, 0x03, 0x67, 0x37, 0x65, 0x4a, 0xd1, 0xd5, 0x5d, 0x9b, 0x94, 0x6b, 0xa0, 0x13, 0xea, 0x47, 0x7d, 0xce, 0x31, 0x0c, 0xd7, 0xdd, 0x34, 0x2e, 0xfe, 0x5f, 0xef, 0xb7, 0x58, 0x82, 0x43, 0x4b, 0x5e, 0x3a, 0xc3, 0x8e, 0x8b, 0xe2, 0x96, 0x2a, 0xfa, 0x92, 0xb3, 0xb1, 0x76, 0xfd, 0x32, 0xa6, 0x26, 0xe4, 0xc6, 0x92, 0xd8, 0x57, 0x2e, 0x82, 0x34, 0xf1, 0x1d, 0x6f, 0xfe, 0xa1, 0x62, 0x02, 0x5c, 0x25, 0x5a, 0x70, 0xbf, 0xc8, 0xc5, 0x3a, 0x9c, 0x1a, 0x08, 0xbd, 0x98, 0xdb, 0xae, 0x2d, 0x01, 0x8d, 0x3b, 0xb0, 0xa7, 0xd0, 0xe8, 0xb2, 0x4f, 0x85, 0xe7, 0x42, 0x17, 0x0d, 0xdf, 0xa0, 0xc2, 0x09, 0xf1, 0xe7, 0x4e, 0x05, 0xe2, 0xb6, 0xf5, 0xd8, 0x67, 0xe3, 0xf4 } }; static const struct cckprng_op_generate op_init_3910 = { .hd = { .id = 3693, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0x57, 0xf2, 0xdc, 0x4e, 0x8c, 0x8f, 0x33, 0x66, 0x84, 0xed, 0x73, 0xa6, 0x77, 0x19, 0x8e, 0x8c, 0xde, 0x44, 0x03, 0x4b, 0x1a, 0xc0, 0x01, 0x90, 0x89, 0xa9, 0x99, 0xca, 0x8e, 0x33, 0x87, 0xc9, 0x24, 0x90, 0x2c, 0xb4, 0x6d, 0xd3, 0xb3, 0x4a, 0x63, 0x9a, 0x53, 0x4c, 0x20, 0x92, 0x81, 0xa2, 0x03, 0x2f, 0xf1, 0x05, 0x84, 0x19, 0x4f, 0xe8, 0xbd, 0x66, 0x58, 0x1f, 0x65, 0xf7, 0xfd, 0x6a, 0x9d, 0xc1, 0xec, 0x69, 0x6d, 0x69, 0xcd, 0x0f, 0x84, 0x4b, 0x5e, 0x92, 0xd5, 0xf0, 0xaf, 0xef, 0xfa, 0x75, 0x9a, 0xff, 0x8a, 0xde, 0x49, 0xaf, 0xa3, 0x05, 0x57, 0x03, 0x25, 0x55, 0x68 } } }; static const struct cckprng_op_generate op_init_3911 = { .hd = { .id = 3694, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0x04, 0x42, 0x73, 0xf7, 0x58, 0x1f, 0x3e, 0x02, 0x6b, 0x13, 0xd9, 0xb6, 0xff, 0x0f, 0x16, 0x41, 0x88, 0x7e, 0x56, 0xe1, 0x34, 0xe1, 0x61, 0x83, 0xb7, 0x2a, 0xe8, 0x36, 0x8e, 0x5f, 0x53, 0x15, 0x9f, 0xe8, 0xa2, 0xa4, 0xb2, 0xc4, 0x6a, 0x89, 0x9c, 0xdc, 0xc6, 0x93, 0x73, 0x23, 0xec, 0x8d, 0xe9, 0x4d, 0x6d, 0xed, 0x1c, 0x0b, 0x92, 0xa4, 0x78, 0xf7, 0x08, 0x2b, 0x2b, 0x36, 0xf3, 0x88, 0xa3, 0x61, 0xc5, 0xb3, 0x59, 0x91, 0xb1, 0x00, 0xeb, 0x76, 0x18, 0xc0, 0x1c, 0xe4, 0x92, 0x7c, 0x0b, 0xdb, 0xd1, 0xb6, 0x0d, 0x3b, 0x34, 0x3c, 0x38, 0xb1, 0x68, 0xf1, 0xb6, 0xf5, 0xa3, 0x7a, 0x18, 0xd1, 0xc8, 0x2a, 0x36, 0x2d, 0x62, 0x0c, 0xd3, 0xcd, 0x66, 0x84, 0xe8, 0x8e, 0x61, 0x0e, 0x2f, 0x0c, 0xeb, 0x13, 0xfc, 0x1c, 0xd4, 0x97, 0x5d, 0x5d, 0x00, 0x04, 0x69, 0xd2, 0x74, 0xd0, 0xd5, 0xd3, 0x0b, 0x58, 0x69, 0xfe, 0x99, 0xa4, 0x4e, 0xf2, 0xef, 0xe6, 0xa6, 0x94, 0xcb, 0x23, 0x65, 0x3b, 0xd6, 0x00, 0x78, 0xd0, 0x9f, 0x6e, 0xb4, 0x31, 0xcb, 0xbf, 0xee, 0x23, 0xbd, 0x00, 0xd6, 0x33, 0x02, 0xdb, 0x59, 0xb1, 0xe3 } } }; static const struct cckprng_op_reseed op_reseed_3912 = { .hd = { .id = 3695, .kind = OP_RESEED }, .nonce = 4933797893023826700ULL, .seed_nbytes = 241, .seed = { 0x4f, 0x10, 0xb8, 0xd7, 0xb8, 0xcf, 0x68, 0x83, 0xd1, 0xab, 0x31, 0x19, 0x7d, 0x91, 0xab, 0xcc, 0x6c, 0xb6, 0xdc, 0xbf, 0xd3, 0x4c, 0x44, 0x34, 0xc0, 0x8e, 0xaf, 0xb1, 0x11, 0x19, 0x89, 0x65, 0x8b, 0x18, 0x7f, 0xdc, 0x74, 0x88, 0x98, 0x8a, 0x78, 0xac, 0xd8, 0x7f, 0xca, 0x4f, 0x2c, 0x16, 0xfa, 0x3a, 0x66, 0xe9, 0xfe, 0x4c, 0x4d, 0x9b, 0x79, 0x51, 0xb5, 0xf8, 0xaa, 0x65, 0x89, 0xe0, 0x3d, 0x2a, 0x76, 0xe4, 0x65, 0xf1, 0x09, 0x5f, 0xde, 0x2e, 0x51, 0xcb, 0xac, 0xc7, 0x87, 0x66, 0x12, 0x18, 0xa8, 0xdb, 0xd3, 0x06, 0x4d, 0xe8, 0x42, 0xd3, 0x0c, 0x5c, 0xd0, 0xb5, 0x89, 0x85, 0xa6, 0x6e, 0x9a, 0x4c, 0xf0, 0x64, 0xf5, 0xaf, 0xae, 0xbf, 0x96, 0xdb, 0xac, 0xbd, 0x9f, 0xd5, 0x22, 0x6d, 0x17, 0x57, 0xb2, 0xe1, 0x6d, 0x7c, 0x52, 0x47, 0x06, 0x2c, 0x8f, 0x86, 0x4f, 0x22, 0x91, 0x30, 0x49, 0x47, 0xa4, 0x7b, 0xcf, 0x30, 0x93, 0xcc, 0xaa, 0xd2, 0x0a, 0xd1, 0x35, 0x46, 0x51, 0x65, 0xc1, 0xc6, 0x05, 0xa2, 0x02, 0xb6, 0x45, 0xa5, 0x81, 0x7a, 0x95, 0x9f, 0x46, 0xcd, 0x6e, 0x5b, 0x9c, 0x41, 0x02, 0x29, 0x0b, 0xd3, 0xd1, 0x7c, 0xb9, 0xa5, 0x96, 0x55, 0x98, 0x98, 0x42, 0x2a, 0x07, 0x4c, 0x13, 0x36, 0x3f, 0xcf, 0x98, 0x52, 0x1a, 0x36, 0xda, 0x0c, 0x07, 0xba, 0x63, 0x1e, 0xbd, 0x99, 0x88, 0x51, 0x67, 0xf7, 0xb0, 0x8d, 0x49, 0xef, 0xe2, 0x13, 0x2a, 0x62, 0x2c, 0x22, 0x0a, 0x33, 0x47, 0x29, 0x3a, 0x04, 0xdf, 0x36, 0x8f, 0xf8, 0x16, 0x92, 0x41, 0xb8, 0x32, 0xbc, 0xba, 0x41, 0x4f, 0xcf, 0xdc, 0x51, 0x5e, 0x88, 0x5d, 0x4a, 0xcc, 0x3b, 0x13, 0x4a, 0xed } }; static const struct cckprng_op_generate op_init_3913 = { .hd = { .id = 3696, .kind = OP_GENERATE }, .rand_nbytes = 269, .out = { .rand = { 0xc2, 0x57, 0x30, 0xd9, 0x88, 0x75, 0x4f, 0x80, 0x45, 0xc3, 0x7e, 0x6c, 0x2f, 0xb1, 0xbe, 0x4a, 0xec, 0xee, 0xa1, 0x16, 0x9a, 0x98, 0xe3, 0x71, 0x8e, 0xc8, 0x42, 0x16, 0x12, 0x2a, 0x20, 0xad, 0xcd, 0x90, 0x77, 0xfd, 0x7d, 0xd5, 0xdc, 0xff, 0x70, 0x52, 0x65, 0x92, 0xed, 0x46, 0x08, 0x15, 0x60, 0x4f, 0xe1, 0xf2, 0x01, 0x84, 0x10, 0xd6, 0xbf, 0x80, 0x6c, 0x8c, 0x16, 0xda, 0x1a, 0xe6, 0xff, 0xd1, 0xf7, 0x13, 0x91, 0x5e, 0x8c, 0x3e, 0xd5, 0x09, 0xb1, 0xe5, 0x26, 0xe0, 0x69, 0xd5, 0x04, 0xab, 0x19, 0xf4, 0x31, 0xb6, 0xb6, 0x31, 0xc6, 0xa0, 0x38, 0xcb, 0x94, 0xf8, 0xf3, 0x0c, 0x12, 0x99, 0xe2, 0x3d, 0x5f, 0xb9, 0x4a, 0x5a, 0x60, 0xfc, 0xed, 0xf0, 0x24, 0xb0, 0x66, 0x1e, 0x39, 0x0d, 0x27, 0x42, 0x77, 0x80, 0x7a, 0xd5, 0x6c, 0x00, 0xf9, 0x77, 0x7a, 0x70, 0xbe, 0x49, 0xcb, 0x8a, 0x0c, 0xb6, 0x29, 0x3a, 0x21, 0x47, 0x5e, 0x43, 0x9a, 0xb4, 0x38, 0x8a, 0x17, 0xb5, 0x75, 0x74, 0x38, 0x89, 0x2c, 0x1b, 0xd1, 0x4f, 0xfe, 0xb0, 0x03, 0x45, 0x2a, 0xb5, 0xf3, 0x84, 0x0d, 0x81, 0x17, 0xf7, 0x95, 0x19, 0x96, 0x24, 0xf3, 0xe9, 0x19, 0x1a, 0x89, 0x5f, 0xf4, 0xde, 0x1a, 0x5f, 0x79, 0x19, 0x4a, 0x7b, 0xb7, 0x1a, 0x01, 0xec, 0xd5, 0xaa, 0x6f, 0xdd, 0x50, 0x51, 0xef, 0x8b, 0xe6, 0x0c, 0xcb, 0xc1, 0x79, 0x05, 0xe1, 0x18, 0x03, 0xc2, 0x09, 0x0a, 0xab, 0x01, 0xd7, 0x16, 0xd1, 0x36, 0x35, 0x9b, 0xd7, 0x70, 0xb4, 0x02, 0xe8, 0x65, 0xb5, 0xe8, 0x8d, 0x80, 0x71, 0x38, 0xf6, 0xab, 0xf3, 0x84, 0xc6, 0x97, 0x0d, 0xf0, 0xff, 0x0e, 0x5a, 0x5c, 0x08, 0x02, 0xa4, 0x4d, 0xdd, 0x8a, 0xff, 0x25, 0x0b, 0xdb, 0xcb, 0xa7, 0x94, 0xb3, 0x9b, 0xbc, 0xa8, 0x4e, 0x4e, 0x2c, 0x90, 0xe3, 0x58, 0x54, 0xe3, 0xdf, 0x42, 0x2b, 0xc4, 0x19, 0x89 } } }; static const struct cckprng_op_generate op_init_3914 = { .hd = { .id = 3697, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0x7b, 0x2e, 0xc9, 0x51, 0xf9, 0x3c, 0x7c, 0x8d, 0x19, 0xa0, 0x2f, 0xe1, 0x3e, 0x28, 0xea, 0xc9, 0x95, 0x5d, 0x75, 0x62, 0xf6, 0xce, 0x49, 0xb3, 0x71, 0x31, 0xf8, 0x36, 0x18, 0x49, 0x6c, 0x55, 0xf0, 0x24, 0x02, 0x7e, 0x4c, 0x25, 0x13, 0x7c, 0x32, 0xe3, 0xad, 0x08, 0xe0, 0x94, 0xdc, 0x24, 0x6e, 0xf4, 0xbe, 0x27, 0x98, 0x1b, 0xc6, 0xdd, 0x2d, 0xe3, 0xef, 0x2c, 0xba, 0xd8, 0x5e, 0x46, 0x4c, 0xa1, 0x12, 0x02, 0x71, 0x0e, 0xd1, 0x5c, 0x3b, 0x47, 0x22, 0xba, 0x3a, 0xe8, 0xd2, 0x95, 0xd8, 0x53, 0x9c, 0x72, 0x13, 0xae, 0x56, 0x95, 0x9e, 0xee, 0xf7, 0x03, 0x4a, 0xde, 0x86, 0x86, 0x9b, 0x84, 0x69, 0xac, 0x88, 0x7c, 0xc1, 0x3f, 0x4f, 0xd7, 0x49, 0x92, 0x5d, 0xfc, 0xad, 0x4c, 0x3e, 0x79, 0x3f, 0xd5, 0x46, 0xfb, 0x82, 0xdc, 0x14, 0x07, 0x3a, 0x59, 0x2a, 0xfa, 0x98, 0x5c, 0x6a, 0x89, 0xc9, 0xc2, 0x3c, 0x48, 0xba, 0xc4, 0x57, 0x55, 0x03, 0xb9, 0x79, 0x57, 0xda, 0xa9 } } }; static const struct cckprng_op_generate op_init_3915 = { .hd = { .id = 3698, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0x14, 0x26, 0x90, 0x2e, 0x9f, 0x38, 0x96, 0xf9, 0x0d, 0x29, 0x60, 0x6d, 0xd1, 0x52, 0x53, 0x4c, 0x92, 0x64, 0xf8, 0xf6, 0x64, 0xbe, 0x78, 0xbe, 0x2d, 0xcb, 0xef, 0xf2, 0x95, 0x84, 0x06, 0x93, 0x8c, 0x83, 0xf8, 0x00, 0xe0, 0x48, 0xcc, 0xe6, 0x63, 0x25, 0x58, 0xe3, 0x0f, 0x1b, 0x13, 0x3c, 0x85, 0xbb, 0x3b, 0x56, 0x65, 0x07, 0x8a, 0x28, 0x0e, 0x61, 0x29, 0xee, 0xc3, 0x48, 0xa0, 0xa6, 0x38, 0x09, 0x87, 0x6c, 0xf9, 0xa6, 0x3b, 0x40, 0x80, 0xfb, 0xea, 0x75, 0x13, 0xd8, 0x82, 0xf2, 0x47, 0xb6, 0x79, 0x5b, 0xd3, 0x1a, 0xa7, 0xb6, 0xbb, 0xd8, 0xcb, 0x43, 0xe0, 0x3f, 0xb0, 0x33, 0xf6, 0x6a, 0x47, 0x06, 0x57, 0xb4, 0x59, 0x7e, 0xd8, 0x9a, 0x0f, 0x95, 0x7a, 0xc1, 0xbd, 0x83, 0x66, 0x3a, 0x9d, 0xf7, 0xc5, 0x5a, 0x01, 0x52, 0xcf, 0xfe, 0xc2, 0xa8, 0x0c, 0x9c, 0x05, 0x30, 0x3e, 0x22, 0x01, 0x3a, 0x34, 0x17, 0xb1, 0x65, 0x83, 0x8b, 0x7c, 0x61, 0x05, 0xdb, 0xb3, 0xee, 0x82, 0x82, 0x3c, 0xdd, 0xd7, 0x69, 0x1e, 0x96, 0xa4, 0x72, 0x03, 0x85, 0xae, 0x95, 0xb7, 0x11, 0x06, 0xfa, 0xa1, 0x5e, 0x38, 0xf2, 0x74, 0x73, 0x6b, 0xa4, 0xd5, 0x32, 0x2d, 0xa0, 0x1b, 0x30, 0xb9, 0x4c, 0x35, 0x9c, 0x6c, 0x9f, 0xec, 0x0d, 0x04, 0xc7, 0x8f, 0x77, 0x3a, 0xbc } } }; static const struct cckprng_op_refresh op_refresh_3916 = { .hd = { .id = 3699, .kind = OP_REFRESH }, .rand = 6850003625933514647ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3917 = { .hd = { .id = 3700, .kind = OP_GENERATE }, .rand_nbytes = 174, .out = { .rand = { 0xf6, 0xf2, 0x5a, 0x07, 0xe5, 0x47, 0x36, 0x4c, 0xbf, 0x0c, 0xed, 0x0b, 0xf4, 0x35, 0x7a, 0x3c, 0x0e, 0xbb, 0x6c, 0x8a, 0x58, 0x5e, 0x7d, 0x43, 0x2a, 0x59, 0xcb, 0x1a, 0xb7, 0xe5, 0x31, 0x1e, 0xeb, 0xb2, 0xf1, 0xe2, 0x6a, 0x08, 0x3d, 0x69, 0xfb, 0x7f, 0xb1, 0x04, 0xcc, 0xaa, 0x4f, 0xe1, 0x9f, 0xb5, 0x60, 0xf4, 0xff, 0x50, 0xe2, 0xf4, 0xdc, 0xc6, 0x0d, 0x6e, 0x54, 0x8e, 0x61, 0x05, 0x69, 0x80, 0xc8, 0x55, 0xe3, 0x74, 0xd6, 0xa6, 0xa0, 0x0b, 0x0f, 0x83, 0xea, 0x13, 0x96, 0x52, 0x1c, 0xeb, 0x20, 0x0e, 0x3d, 0x91, 0x5c, 0x6d, 0xa8, 0xb8, 0xa0, 0x5b, 0x37, 0xd9, 0x8f, 0xd8, 0xff, 0xc2, 0xee, 0x78, 0x02, 0xf4, 0x75, 0x5e, 0x86, 0xcb, 0x71, 0x61, 0xe4, 0xcd, 0xe4, 0xce, 0xee, 0x69, 0xdb, 0x82, 0x47, 0x8b, 0xc8, 0x54, 0x18, 0x76, 0x31, 0x7a, 0x0a, 0x19, 0xf5, 0xa0, 0xb1, 0xe2, 0xb2, 0x84, 0xa4, 0xbe, 0xf4, 0x78, 0x1a, 0xf9, 0x85, 0xe6, 0xed, 0x16, 0x6c, 0xec, 0xa2, 0x3d, 0xf0, 0xf6, 0x07, 0xdb, 0x66, 0x09, 0x43, 0x15, 0xd7, 0x9d, 0x87, 0x42, 0x48, 0x73, 0xfb, 0x9b, 0x11, 0x1b, 0x0d, 0xc8, 0x6d, 0xed, 0x03, 0x75, 0x56, 0xd7, 0xb0, 0xa2 } } }; static const struct cckprng_op_generate op_init_3918 = { .hd = { .id = 3701, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x3d, 0x8e, 0x00, 0x47, 0xb8, 0x06, 0x01, 0x25, 0x52, 0x96, 0x01, 0xef, 0xb5, 0x14, 0x9a, 0x36, 0x05, 0x39, 0x38, 0xbd, 0xfa, 0xa7, 0x8d, 0x8b, 0x75, 0x77, 0x38, 0x7e, 0x7c, 0xa0, 0xd1, 0x71, 0xaa, 0xa5, 0xa4, 0x20, 0x80, 0xb6, 0x7d, 0x60, 0xad, 0xb0, 0xe0, 0x14, 0xdb, 0xe9, 0xea, 0xc0, 0x81, 0xfb, 0x8d, 0x1e, 0x12, 0xc2, 0xb5, 0x20, 0x48, 0x46, 0xab, 0x09, 0x5b, 0xec, 0x2b, 0xb7, 0xfd, 0x14, 0x87, 0x90, 0x5e, 0x09, 0x0a, 0x0d, 0xd5, 0x29, 0xf4, 0xab, 0x68, 0x34, 0x00, 0x88, 0xdd, 0xfc, 0x04, 0x5e, 0x62, 0x9e, 0xd8, 0x47, 0x09, 0x51, 0x9a, 0x6c, 0x42, 0x88, 0xb3, 0x01, 0xc5, 0x77, 0xa1, 0xdb, 0xeb, 0xad, 0x23, 0x96, 0xee, 0xb1, 0x88, 0x22, 0x90, 0x89, 0xa6, 0xe1, 0x5f, 0x66, 0x40, 0x2e, 0x17, 0x08, 0x41, 0x3d, 0xf0, 0x18, 0x16, 0x16, 0x68, 0x70, 0x33, 0x31, 0xd4, 0x94, 0x30, 0x7c, 0x32, 0x92, 0xc4, 0x83, 0xab, 0x4a, 0xba, 0x74, 0x89, 0x86, 0xc7, 0x4c, 0x77, 0x55, 0x1d, 0x9e } } }; static const struct cckprng_op_refresh op_refresh_3919 = { .hd = { .id = 3702, .kind = OP_REFRESH }, .rand = 9012264270173995886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3920 = { .hd = { .id = 3703, .kind = OP_GENERATE }, .rand_nbytes = 222, .out = { .rand = { 0x7c, 0x37, 0x54, 0x87, 0xc2, 0xa7, 0xa4, 0x2f, 0x73, 0x3f, 0xd0, 0x9a, 0x0e, 0x45, 0xd9, 0x47, 0x45, 0xc1, 0x3c, 0x9f, 0xdf, 0x65, 0x49, 0x2e, 0x4f, 0xa6, 0x1c, 0xa4, 0x48, 0x00, 0xdb, 0x93, 0xdb, 0x69, 0xfb, 0x11, 0x51, 0xa7, 0xae, 0x23, 0xc6, 0xe7, 0xe7, 0x4a, 0x8e, 0x1e, 0x18, 0x66, 0xb2, 0x44, 0x6d, 0x09, 0x26, 0xaa, 0x85, 0x94, 0xe8, 0x77, 0x14, 0xd3, 0x00, 0x42, 0x6b, 0x26, 0xe6, 0xf8, 0xe2, 0x8f, 0xf2, 0x63, 0x0a, 0xc4, 0xe4, 0x09, 0x5d, 0xc4, 0xa8, 0x4e, 0x2d, 0x04, 0xe9, 0x8a, 0x64, 0xcf, 0x18, 0x7c, 0x48, 0xe9, 0xdd, 0xcb, 0x09, 0xed, 0x5e, 0x16, 0x7f, 0x00, 0x7a, 0xd1, 0x31, 0xc2, 0xc6, 0x35, 0xbf, 0x84, 0x68, 0xa7, 0x05, 0xe3, 0xb6, 0x34, 0xc4, 0x87, 0x4e, 0x65, 0xab, 0xab, 0xdb, 0x0b, 0x2c, 0xc9, 0x5c, 0xf2, 0x68, 0xb2, 0xe5, 0x4e, 0x0e, 0xdb, 0x79, 0xc8, 0x1e, 0xd7, 0x89, 0x8e, 0x49, 0x77, 0x0b, 0xb3, 0x9e, 0x52, 0xa9, 0xc8, 0xf1, 0xcb, 0x74, 0x17, 0xed, 0x1a, 0x0c, 0x11, 0x1f, 0x85, 0xff, 0x0f, 0x8e, 0x25, 0x08, 0xca, 0xa3, 0x62, 0xac, 0xc3, 0x4d, 0xeb, 0x92, 0x9f, 0x20, 0xbe, 0x3e, 0x56, 0x51, 0x06, 0x4e, 0x1f, 0xf4, 0xad, 0x2e, 0x79, 0xbf, 0x55, 0x8c, 0xf2, 0xdc, 0xd3, 0x51, 0xf2, 0x92, 0x65, 0xa9, 0x26, 0xd3, 0x1f, 0xf5, 0x60, 0x5f, 0xca, 0xec, 0x43, 0x92, 0x50, 0xff, 0xbe, 0xa7, 0xc1, 0xcd, 0x1b, 0xd0, 0xb6, 0x9b, 0x9e, 0xe3, 0x7b, 0xcc, 0xee, 0xfc, 0x0c, 0xab, 0x66, 0xd5, 0x5b, 0xaf, 0x06 } } }; static const struct cckprng_op_generate op_init_3921 = { .hd = { .id = 3704, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0xe2, 0x4a, 0xba, 0x46, 0x19, 0x04, 0x61, 0xc8, 0xe5, 0x68, 0xa7, 0xcc, 0xcc, 0xea, 0xa4, 0xa6, 0x01, 0x04, 0x57, 0xe3, 0x50, 0x69, 0x93, 0xcc, 0x77, 0x22, 0xd4, 0x69, 0x89, 0xe4, 0xf3, 0xca, 0xc4, 0xe1, 0xff, 0x94, 0xd0, 0x3f, 0x1f, 0x06, 0xb9, 0x53, 0x15, 0x14, 0x53, 0x31, 0xe0, 0x5a, 0xb8, 0x07, 0x06, 0xbd, 0x27, 0x49, 0xe4, 0x56, 0xd4, 0x5e, 0xb7, 0x73, 0x3f, 0x2d, 0xa6, 0xac, 0xa9, 0x04, 0xd5, 0xb2, 0x23, 0x29, 0x42, 0xd2, 0x21, 0x9c, 0x8d, 0xca, 0x0e, 0xc6, 0x3f, 0x42, 0x4d, 0x5b, 0x76, 0x9e, 0x58, 0xe0, 0x5e, 0x3e, 0x60, 0x77, 0xfe, 0x04, 0xa8, 0x1b, 0xbb, 0x3f, 0x2e, 0x5b, 0x04, 0xcd, 0xd9, 0x46, 0x66, 0xc1, 0x42, 0x9c, 0x3a, 0x98, 0x57, 0xed, 0x1e, 0x8e, 0x4d, 0x27, 0x39, 0x55, 0xe5, 0x6b, 0x8b, 0x72, 0x81, 0x61, 0x0f, 0xb1, 0xd4, 0x38, 0xc2, 0xff, 0x13, 0xa5, 0x18, 0xdd, 0xf5, 0x56, 0x39, 0x15, 0x1f, 0x71, 0xa8, 0x4d, 0x42, 0x34, 0x1a, 0xc5, 0x15, 0xce, 0x49, 0x83, 0xa4, 0x7e, 0x9d, 0xfa, 0x41, 0xe1, 0xad, 0x7d, 0x86, 0x5f, 0xc7 } } }; static const struct cckprng_op_reseed op_reseed_3922 = { .hd = { .id = 3705, .kind = OP_RESEED }, .nonce = 1826729034076482122ULL, .seed_nbytes = 139, .seed = { 0x62, 0x9c, 0x93, 0xd3, 0x14, 0x78, 0x59, 0x0b, 0x58, 0xa5, 0x6a, 0x5b, 0xbe, 0x71, 0xe0, 0x4a, 0x83, 0x76, 0xf7, 0x44, 0x4e, 0xfa, 0xc8, 0x86, 0xdd, 0x53, 0x08, 0x76, 0x03, 0xeb, 0x21, 0xf7, 0xa0, 0x47, 0x0f, 0x85, 0x85, 0x0a, 0x11, 0x57, 0x9f, 0x84, 0xd9, 0x44, 0x5e, 0x0f, 0x72, 0x7b, 0x1c, 0x85, 0x5c, 0x21, 0x30, 0x6f, 0xa4, 0x48, 0xf8, 0xf1, 0x17, 0x60, 0xaf, 0x5e, 0x23, 0x17, 0x29, 0x96, 0x72, 0xbf, 0x90, 0x92, 0x9e, 0x39, 0x10, 0x41, 0x0c, 0x28, 0x11, 0x40, 0xb5, 0xb2, 0xec, 0xd8, 0x6f, 0x33, 0x94, 0x6c, 0x17, 0x55, 0xe9, 0x5f, 0x41, 0xac, 0xf3, 0x76, 0x65, 0x3b, 0x58, 0x97, 0xbd, 0x68, 0x30, 0x3f, 0xf3, 0x1b, 0x70, 0xd9, 0x2f, 0x8c, 0x09, 0x63, 0xad, 0xe0, 0xe6, 0x5b, 0xcf, 0x0b, 0xdd, 0xf3, 0xd7, 0xfb, 0xbf, 0x91, 0x53, 0x14, 0xd7, 0x0a, 0x36, 0xe5, 0x28, 0x4d, 0x0b, 0xae, 0x40, 0x5c, 0x6d, 0x62, 0xcb, 0x40, 0x0e } }; static const struct cckprng_op *ops_3923[] = { (const struct cckprng_op *)&op_init_3907, (const struct cckprng_op *)&op_reseed_3908, (const struct cckprng_op *)&op_reseed_3909, (const struct cckprng_op *)&op_init_3910, (const struct cckprng_op *)&op_init_3911, (const struct cckprng_op *)&op_reseed_3912, (const struct cckprng_op *)&op_init_3913, (const struct cckprng_op *)&op_init_3914, (const struct cckprng_op *)&op_init_3915, (const struct cckprng_op *)&op_refresh_3916, (const struct cckprng_op *)&op_init_3917, (const struct cckprng_op *)&op_init_3918, (const struct cckprng_op *)&op_refresh_3919, (const struct cckprng_op *)&op_init_3920, (const struct cckprng_op *)&op_init_3921, (const struct cckprng_op *)&op_reseed_3922 }; static const struct cckprng_vector vec_3924 = { .id = 3706, .note = NULL, .nops = 16, .ops = ops_3923 }; static const struct cckprng_op_init op_init_3925 = { .hd = { .id = 3707, .kind = OP_INIT }, .seed = { 0x6a, 0x16, 0x87, 0xd7, 0xa7, 0x3d, 0xa4, 0x05, 0xd7, 0x70, 0x6c, 0xb0, 0xeb, 0x41, 0x0c, 0x55, 0xdf, 0xd6, 0x68, 0x50, 0x51, 0x5a, 0x9b, 0x69, 0xdb, 0xae, 0x38, 0x6e, 0xf4, 0xcf, 0xb0, 0x80 }, .nonce = { 0xe2, 0xb1, 0x18, 0x08, 0xdf, 0x31, 0xab, 0xe2 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3926 = { .hd = { .id = 3708, .kind = OP_REFRESH }, .rand = 7396307755128035675ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3927 = { .hd = { .id = 3709, .kind = OP_REFRESH }, .rand = 14268609615541197339ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3928 = { .hd = { .id = 3710, .kind = OP_RESEED }, .nonce = 13677295287845163240ULL, .seed_nbytes = 172, .seed = { 0x83, 0x41, 0xf7, 0x87, 0xb1, 0x29, 0x03, 0xbd, 0xd4, 0xaf, 0x70, 0x6c, 0xad, 0x83, 0x7b, 0x9a, 0xa7, 0x3a, 0x23, 0xc6, 0x24, 0xd0, 0x40, 0x27, 0x11, 0xbd, 0xef, 0x6d, 0x9b, 0x14, 0xc1, 0xdb, 0xc6, 0xd2, 0x66, 0x0f, 0x9b, 0xa5, 0x94, 0x7f, 0x09, 0x53, 0x96, 0x77, 0x87, 0x2a, 0x57, 0xae, 0x2b, 0xf7, 0x0b, 0x7a, 0x85, 0xdd, 0xa6, 0x7b, 0x54, 0x06, 0x23, 0x27, 0x9c, 0x6e, 0xed, 0xa7, 0xbf, 0x1f, 0xb8, 0x2d, 0x64, 0x5e, 0x87, 0xb4, 0xc4, 0xc8, 0xff, 0x58, 0x8d, 0xa4, 0x95, 0x3e, 0x01, 0x16, 0x26, 0x94, 0x68, 0xbf, 0xd1, 0xda, 0x1a, 0xc1, 0xa6, 0x8d, 0xba, 0xb8, 0x9d, 0x23, 0xe9, 0xa3, 0x5d, 0x11, 0x09, 0x0b, 0x1b, 0xa4, 0xe5, 0xae, 0x24, 0xa6, 0xf2, 0x5e, 0x81, 0xfc, 0x2d, 0xf9, 0x1d, 0xd7, 0x49, 0x27, 0x90, 0x2b, 0x02, 0xe2, 0x2b, 0xe4, 0xd1, 0x7d, 0x20, 0x06, 0x5f, 0x44, 0x6a, 0xd8, 0xef, 0x72, 0xe7, 0x8d, 0x9b, 0xf0, 0xec, 0x26, 0x8f, 0xc7, 0x44, 0xdd, 0xb2, 0x21, 0x2a, 0x94, 0xea, 0x56, 0xeb, 0x48, 0x1c, 0xe3, 0xa7, 0xd5, 0x3d, 0xb5, 0xcb, 0x9b, 0xb8, 0x84, 0x23, 0x34, 0x63, 0x17, 0xba, 0x4d, 0x0f, 0xe3, 0x5a, 0xbf } }; static const struct cckprng_op_generate op_init_3929 = { .hd = { .id = 3711, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0x42, 0xc4, 0x91, 0x1a, 0x0e, 0xfa, 0x7d, 0x34 } } }; static const struct cckprng_op_generate op_init_3930 = { .hd = { .id = 3712, .kind = OP_GENERATE }, .rand_nbytes = 208, .out = { .rand = { 0x0d, 0x44, 0xf3, 0xa0, 0xa9, 0x8e, 0xf8, 0xaa, 0xf3, 0x70, 0x29, 0x64, 0x90, 0x1c, 0x69, 0xb0, 0xda, 0x26, 0x07, 0x66, 0x15, 0x70, 0x29, 0x05, 0xb6, 0x20, 0xf6, 0xd6, 0x8b, 0x55, 0xe2, 0x52, 0xf2, 0xe4, 0x1f, 0x34, 0xa9, 0x3d, 0x18, 0xe3, 0xdf, 0x89, 0xf0, 0xdb, 0x54, 0x02, 0xc1, 0x39, 0x5a, 0x1a, 0xf7, 0x42, 0x34, 0x4b, 0x4a, 0x1e, 0x33, 0xd1, 0x2c, 0xe7, 0x5f, 0x55, 0x0b, 0xff, 0x3c, 0x5d, 0xa3, 0x05, 0xc8, 0x73, 0x9d, 0xd8, 0xdb, 0x27, 0xf1, 0x91, 0xe3, 0xa2, 0x36, 0x87, 0x52, 0x42, 0xe6, 0x3c, 0x13, 0x48, 0xca, 0x30, 0xdf, 0xb2, 0xd0, 0xad, 0xba, 0x3a, 0x02, 0x04, 0xb1, 0x2b, 0xd2, 0x70, 0x91, 0x5b, 0x65, 0xb7, 0x8c, 0x9a, 0x52, 0x93, 0x67, 0xc6, 0xdb, 0x10, 0xd4, 0xbc, 0x64, 0x58, 0xd2, 0xab, 0x59, 0xdc, 0x43, 0x22, 0x81, 0x9c, 0x06, 0x74, 0x05, 0xc2, 0x8a, 0x10, 0x26, 0x89, 0x16, 0x51, 0xfd, 0xc1, 0xb5, 0xa8, 0x4d, 0xda, 0x8d, 0x71, 0xa7, 0x19, 0x28, 0x1f, 0x3c, 0x96, 0xd9, 0x4d, 0xa6, 0x3a, 0xce, 0x3d, 0xae, 0x9d, 0x98, 0x5a, 0xdb, 0x12, 0xb3, 0xf4, 0x9f, 0xa8, 0x5d, 0x2d, 0x7e, 0x9c, 0xc8, 0x4b, 0xc0, 0xd0, 0xca, 0x4b, 0x75, 0x25, 0x3d, 0x30, 0x93, 0xe5, 0xfe, 0x5a, 0x08, 0xf6, 0xdd, 0xd6, 0x86, 0xfd, 0x0f, 0xf9, 0x8b, 0x1a, 0x80, 0x02, 0x5f, 0xd8, 0x64, 0x8a, 0x60, 0xbd, 0x79, 0xc5, 0x25, 0x14, 0x04, 0x3c, 0x34, 0xb7 } } }; static const struct cckprng_op_reseed op_reseed_3931 = { .hd = { .id = 3713, .kind = OP_RESEED }, .nonce = 7612372193193106763ULL, .seed_nbytes = 235, .seed = { 0x88, 0xbd, 0xfe, 0xa8, 0xe3, 0x86, 0x68, 0xf3, 0x17, 0xc3, 0x43, 0x67, 0xf7, 0x85, 0x75, 0x04, 0xbc, 0xc7, 0x29, 0xb7, 0x29, 0x8b, 0xc7, 0x5e, 0x14, 0x19, 0x7a, 0xd7, 0xf4, 0x3c, 0x2a, 0x42, 0x6b, 0x55, 0x09, 0xa5, 0x68, 0x90, 0xf7, 0x89, 0xf7, 0x40, 0x5c, 0xeb, 0xc6, 0x39, 0xc5, 0x1d, 0xda, 0x35, 0x50, 0xc3, 0x8b, 0xb1, 0x76, 0xc6, 0x68, 0xf8, 0x84, 0x72, 0xe6, 0x37, 0xbe, 0x50, 0x8a, 0xc6, 0xd6, 0xc1, 0xc5, 0x7a, 0x52, 0xeb, 0x2f, 0x6d, 0x66, 0x37, 0x6c, 0xe6, 0x90, 0x2c, 0xd8, 0x68, 0x98, 0xad, 0xef, 0xc3, 0x90, 0xfa, 0x45, 0xd4, 0x11, 0x58, 0x10, 0x7e, 0x3f, 0xec, 0x4c, 0x35, 0x2d, 0x5d, 0x4d, 0x0f, 0xc6, 0x54, 0x79, 0xdc, 0xa5, 0x04, 0x70, 0xbd, 0xb5, 0x80, 0x44, 0x0b, 0x8d, 0x05, 0x4f, 0xb7, 0x49, 0xc6, 0xb0, 0x43, 0x64, 0x22, 0x9c, 0x56, 0xe8, 0x1a, 0x37, 0x99, 0xf0, 0xa9, 0x64, 0xe1, 0x20, 0x63, 0xd0, 0x08, 0x4b, 0x58, 0x4d, 0x2b, 0xd1, 0x13, 0x3c, 0xd3, 0xb8, 0x56, 0xb3, 0x83, 0x37, 0xa2, 0x7c, 0x6e, 0x63, 0x1a, 0x09, 0x36, 0x42, 0xb3, 0x80, 0x14, 0xb4, 0xdf, 0xc6, 0x3d, 0xee, 0xe1, 0xed, 0x78, 0x73, 0xc5, 0xf8, 0x2d, 0xeb, 0xea, 0x82, 0x7a, 0x5b, 0x38, 0x8e, 0x40, 0x13, 0x64, 0xfb, 0x97, 0x0c, 0x1c, 0x37, 0x13, 0x68, 0x33, 0xfc, 0xd2, 0x9b, 0x8c, 0x10, 0xa2, 0xd9, 0x4d, 0xbf, 0xea, 0x8e, 0xe7, 0xad, 0x3d, 0xcf, 0x16, 0xe1, 0x6d, 0xa0, 0x0c, 0xe5, 0x74, 0x8c, 0x29, 0xaf, 0x1e, 0x82, 0x44, 0xb8, 0xd0, 0x17, 0x4d, 0x02, 0xdf, 0x51, 0x02, 0x84, 0x73, 0x08, 0x22, 0x4e, 0xcf, 0x7b } }; static const struct cckprng_op_refresh op_refresh_3932 = { .hd = { .id = 3714, .kind = OP_REFRESH }, .rand = 11145233514132207123ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3933 = { .hd = { .id = 3715, .kind = OP_GENERATE }, .rand_nbytes = 107, .out = { .rand = { 0xb2, 0x1a, 0x5b, 0xd3, 0x9e, 0xee, 0x7d, 0x59, 0x01, 0xa8, 0xad, 0xbd, 0x1b, 0x9c, 0x94, 0x60, 0xe8, 0x5d, 0x7e, 0xde, 0x34, 0x92, 0xf3, 0x6a, 0x13, 0x87, 0x7d, 0xee, 0xd5, 0xd9, 0xea, 0xb2, 0x0d, 0x84, 0xf0, 0x46, 0x00, 0x70, 0x77, 0x60, 0x4a, 0x84, 0x8b, 0x2f, 0x8c, 0x73, 0xbb, 0xaa, 0x5e, 0x04, 0x09, 0xfa, 0x0f, 0xdc, 0xe4, 0x0a, 0xca, 0x39, 0x2d, 0xc6, 0x8a, 0x4a, 0x78, 0x1a, 0x7d, 0xf1, 0xc7, 0x9d, 0xc7, 0x7b, 0x41, 0x2b, 0x81, 0xfa, 0xb6, 0xda, 0xde, 0x12, 0x57, 0xd5, 0xc2, 0x0b, 0xb9, 0x53, 0x9b, 0xbd, 0x8a, 0xfa, 0xca, 0x65, 0x03, 0xf6, 0xe6, 0x23, 0xe8, 0xf0, 0x10, 0xc1, 0xb7, 0x32, 0x34, 0xa3, 0x78, 0x2d, 0xad, 0x5b, 0xdb } } }; static const struct cckprng_op_refresh op_refresh_3934 = { .hd = { .id = 3716, .kind = OP_REFRESH }, .rand = 6682321015408509205ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3935 = { .hd = { .id = 3717, .kind = OP_REFRESH }, .rand = 4740517058863633680ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3936 = { .hd = { .id = 3718, .kind = OP_RESEED }, .nonce = 14362322062569746332ULL, .seed_nbytes = 203, .seed = { 0x41, 0xaa, 0x2e, 0xaf, 0x33, 0x99, 0x1b, 0x31, 0x0b, 0x40, 0xf2, 0x8b, 0xeb, 0xdf, 0x58, 0xe3, 0xe2, 0x50, 0x77, 0xf7, 0xc3, 0xf3, 0xec, 0x02, 0x8e, 0x0a, 0x42, 0x80, 0x6c, 0xbb, 0x8b, 0x7a, 0xa3, 0x6b, 0x2c, 0x80, 0xff, 0x3e, 0xe9, 0x65, 0x31, 0x3e, 0xc4, 0x40, 0x0b, 0x95, 0x3a, 0xe0, 0xa7, 0x80, 0x3b, 0x70, 0xb6, 0xba, 0x99, 0xa8, 0x53, 0x4d, 0xc5, 0x5f, 0xd7, 0x90, 0xfc, 0x1a, 0xe4, 0xa3, 0x81, 0xf0, 0x25, 0x46, 0xca, 0x37, 0x21, 0xc6, 0x3c, 0x41, 0x86, 0x63, 0x67, 0x0d, 0x8c, 0x0e, 0xe4, 0x7a, 0xdd, 0xdd, 0x18, 0xaa, 0x08, 0x21, 0x96, 0x16, 0x13, 0x0e, 0x0b, 0x37, 0xf9, 0xcb, 0x4c, 0xe4, 0x9a, 0x1b, 0xc0, 0x1e, 0x27, 0x59, 0x5c, 0x03, 0x90, 0x59, 0xaa, 0x77, 0xab, 0xe1, 0xb5, 0xbd, 0x0d, 0x84, 0x8f, 0x42, 0x8a, 0x36, 0x0f, 0x17, 0x57, 0x58, 0x64, 0x76, 0x2e, 0x0a, 0xbc, 0x8b, 0x77, 0xd3, 0x19, 0x06, 0x27, 0xc2, 0x32, 0xb8, 0xd9, 0x32, 0x72, 0xb6, 0xaf, 0xd4, 0x2f, 0x42, 0xe6, 0x54, 0x5b, 0x67, 0xe9, 0x1f, 0x19, 0x71, 0x97, 0x22, 0x10, 0x70, 0x05, 0xf9, 0xb7, 0x5f, 0x8f, 0x40, 0x51, 0x19, 0x5e, 0x73, 0xd6, 0x9c, 0x8e, 0xec, 0x00, 0x3a, 0xbb, 0x3d, 0xe5, 0x6a, 0x39, 0x5e, 0xc9, 0x7e, 0x92, 0xff, 0xbc, 0xf6, 0x23, 0x46, 0x4e, 0xbc, 0x0b, 0xe4, 0x76, 0x73, 0x11, 0xe3, 0xb7, 0x69, 0x23, 0x93, 0x31 } }; static const struct cckprng_op_generate op_init_3937 = { .hd = { .id = 3719, .kind = OP_GENERATE }, .rand_nbytes = 192, .out = { .rand = { 0xd5, 0x45, 0x4c, 0x4c, 0x11, 0x66, 0x28, 0x1f, 0x3d, 0x2b, 0x9d, 0x45, 0xb6, 0x5a, 0x27, 0xf3, 0x3f, 0x11, 0x06, 0xd0, 0xc7, 0x24, 0xfe, 0x1b, 0x31, 0x70, 0x05, 0x8a, 0x9f, 0x67, 0xdc, 0xc4, 0x9d, 0x9d, 0x18, 0x71, 0x5d, 0x00, 0x58, 0x58, 0xc1, 0xe4, 0x1c, 0x52, 0x51, 0xaa, 0x6f, 0x1e, 0xbd, 0xe6, 0x81, 0x7b, 0x22, 0xe4, 0xe8, 0x25, 0x6b, 0x55, 0xba, 0x9c, 0x29, 0xe9, 0x8e, 0x9b, 0xee, 0xfc, 0x4b, 0x71, 0x4f, 0xf1, 0xe1, 0x2f, 0x5e, 0xc3, 0xde, 0xf9, 0xdf, 0x41, 0x4c, 0xb1, 0x16, 0x1f, 0x76, 0x40, 0xe0, 0x6d, 0xf3, 0x41, 0xd4, 0xf4, 0x20, 0x80, 0x7b, 0xcb, 0x60, 0xe0, 0xa5, 0x7b, 0x52, 0x25, 0xca, 0xb3, 0x8c, 0xc6, 0x73, 0x0b, 0x3a, 0x5d, 0xd0, 0x99, 0x65, 0x92, 0x77, 0x6d, 0x59, 0xdc, 0xe7, 0xd6, 0x37, 0xd7, 0xeb, 0x5d, 0xb3, 0x2a, 0x2d, 0xe5, 0xac, 0x49, 0x7d, 0xf3, 0x0f, 0x27, 0x7d, 0x19, 0x09, 0xeb, 0xef, 0x82, 0xf7, 0x04, 0x16, 0xae, 0x79, 0xac, 0x6a, 0xff, 0x71, 0x34, 0x8c, 0xee, 0xb5, 0x05, 0x86, 0x7c, 0xf7, 0x75, 0x10, 0xe6, 0x1a, 0xd3, 0xa7, 0x04, 0xda, 0xc1, 0xcf, 0xb2, 0xd3, 0x84, 0x0d, 0xdd, 0x32, 0x59, 0x74, 0x49, 0xfc, 0xe8, 0x0c, 0xe7, 0x92, 0xbb, 0x97, 0xc5, 0x76, 0xd0, 0x43, 0x82, 0xdc, 0x53, 0x36, 0x0b, 0x12, 0x24 } } }; static const struct cckprng_op_refresh op_refresh_3938 = { .hd = { .id = 3720, .kind = OP_REFRESH }, .rand = 1736219057887109557ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3939 = { .hd = { .id = 3721, .kind = OP_REFRESH }, .rand = 6415148395741715751ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3940 = { .hd = { .id = 3722, .kind = OP_REFRESH }, .rand = 10253774133615419881ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3941[] = { (const struct cckprng_op *)&op_init_3925, (const struct cckprng_op *)&op_refresh_3926, (const struct cckprng_op *)&op_refresh_3927, (const struct cckprng_op *)&op_reseed_3928, (const struct cckprng_op *)&op_init_3929, (const struct cckprng_op *)&op_init_3930, (const struct cckprng_op *)&op_reseed_3931, (const struct cckprng_op *)&op_refresh_3932, (const struct cckprng_op *)&op_init_3933, (const struct cckprng_op *)&op_refresh_3934, (const struct cckprng_op *)&op_refresh_3935, (const struct cckprng_op *)&op_reseed_3936, (const struct cckprng_op *)&op_init_3937, (const struct cckprng_op *)&op_refresh_3938, (const struct cckprng_op *)&op_refresh_3939, (const struct cckprng_op *)&op_refresh_3940 }; static const struct cckprng_vector vec_3942 = { .id = 3723, .note = NULL, .nops = 16, .ops = ops_3941 }; static const struct cckprng_op_init op_init_3943 = { .hd = { .id = 3724, .kind = OP_INIT }, .seed = { 0xea, 0xe7, 0x80, 0x8c, 0x5d, 0xd3, 0xb8, 0x09, 0xac, 0x26, 0xed, 0xc1, 0xaa, 0xcf, 0xaa, 0x3b, 0x2f, 0x8c, 0x91, 0xbb, 0xea, 0xf6, 0xd3, 0xbd, 0x31, 0x68, 0x4b, 0x88, 0x0e, 0x3c, 0xb8, 0x50 }, .nonce = { 0xe5, 0x2d, 0xe8, 0x14, 0x8f, 0x45, 0x84, 0x8d }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3944 = { .hd = { .id = 3725, .kind = OP_REFRESH }, .rand = 11032396523197694290ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3945 = { .hd = { .id = 3726, .kind = OP_RESEED }, .nonce = 2372663403394519439ULL, .seed_nbytes = 71, .seed = { 0x6d, 0x2e, 0x53, 0x5b, 0x23, 0x93, 0xcb, 0x92, 0xb9, 0x24, 0x4e, 0xb1, 0x42, 0xbf, 0x3b, 0x2b, 0xd8, 0x9d, 0x20, 0x75, 0x5f, 0x20, 0x8b, 0x8a, 0xf2, 0x3e, 0x17, 0x3b, 0x68, 0x89, 0xce, 0x0e, 0x51, 0x32, 0x99, 0xa6, 0xd9, 0xc8, 0xcf, 0xcf, 0xc2, 0x40, 0x83, 0x8c, 0x6f, 0x09, 0x12, 0x97, 0x48, 0x32, 0x2e, 0xeb, 0x75, 0x30, 0x94, 0x43, 0xa5, 0xc3, 0xe8, 0xcb, 0x18, 0x97, 0xdb, 0x4d, 0x07, 0x5e, 0x99, 0x18, 0x78, 0x79, 0x14 } }; static const struct cckprng_op_generate op_init_3946 = { .hd = { .id = 3727, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0x12, 0xbb, 0x79, 0xf5, 0xd4, 0xca, 0xb4, 0x56, 0x70, 0xa2, 0xb1, 0xf2, 0x48, 0xfe, 0x6d, 0xe3, 0x63, 0x13, 0xee, 0xf2, 0xcb, 0x04, 0xe1, 0x6d, 0xc6, 0xe3, 0xd8, 0x99, 0x1e, 0x34, 0x8d, 0x47, 0xe6, 0x00, 0x6c, 0xa3, 0x98, 0x1d, 0x43, 0xda, 0x97, 0x95, 0x03, 0x98, 0x6c, 0x2a, 0xd6, 0x25, 0x48, 0x3f, 0xd4, 0x1e, 0xdc, 0xfe, 0x2b, 0x43, 0x10, 0xbf, 0x29, 0x30, 0xba, 0xc4, 0x50, 0xcb, 0x19, 0xfe, 0x77, 0xba, 0x16, 0x11, 0xa1, 0x1c, 0xa2, 0xa5, 0xe6, 0x16, 0x86, 0xae, 0x7d, 0x29, 0x8e, 0x34, 0xe4, 0xda, 0x3d, 0xc8, 0xef, 0xb9, 0xed, 0xc0, 0x93, 0xa2, 0x49, 0xe3, 0xf0, 0xe0, 0x18, 0x4e, 0xc5, 0x8d, 0x66, 0xbd, 0xd0, 0xc8, 0xf5, 0x2f, 0xa3, 0x57, 0xaa, 0x77, 0x8e, 0x1e, 0xa8, 0x4e, 0xe5, 0xe0, 0x5a, 0xaf, 0x7f, 0xbd, 0x1d, 0x9b, 0x5a, 0x70, 0x75, 0xe1, 0xa3, 0x20, 0xd2, 0x06, 0xae, 0x0e, 0x36, 0x96, 0x40, 0xe5, 0x3b, 0xd3, 0x8f, 0x5d, 0x87, 0x30, 0x75, 0x54, 0x7c, 0xe3, 0x3d, 0x9e, 0x2e, 0x5c, 0x95, 0x36, 0x39, 0xcf, 0x52, 0x76, 0xac, 0xd8, 0xaf, 0x65, 0xa4, 0xfe, 0x16, 0xcd, 0xfd, 0x6d, 0x7e, 0xbb, 0xaf, 0xad, 0x79, 0x38, 0x82, 0x92, 0xed, 0x79, 0xfc, 0x47 } } }; static const struct cckprng_op_generate op_init_3947 = { .hd = { .id = 3728, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0xf8, 0x57, 0xbc, 0xfc, 0xaa, 0x06, 0x59, 0x67, 0xa0, 0xb3, 0x16, 0x2e, 0xd3, 0x21, 0x5c, 0x89, 0xca, 0x5e, 0x3d, 0xeb, 0x01, 0x20, 0xab, 0x66, 0xe5, 0xc7, 0x79, 0xa1, 0xc6, 0xf7, 0x18, 0x67, 0x40, 0x9a, 0xa4, 0xaa, 0xba, 0x79, 0x88, 0x53, 0xb9, 0x5f, 0x07, 0xc0, 0x3b, 0xb3, 0xce, 0x16, 0xe1, 0xc3, 0xfa, 0xd4, 0xfc, 0x6d, 0x8b, 0xb1, 0x1f, 0xe5, 0xfb, 0xe1, 0x9e, 0x03, 0x51, 0x1a, 0x07, 0xc3, 0x73, 0x0c, 0xab, 0x71, 0xaa, 0xd7, 0xf5, 0xdc, 0x71, 0xc5, 0x40, 0x29, 0x04, 0x8e, 0xf1, 0x8a, 0xe5, 0xeb, 0x87, 0x46, 0xe3, 0x9c, 0x28, 0x5a, 0xbb, 0x8f, 0xac, 0xa8, 0xbc, 0xb6, 0x58, 0xef, 0x6c, 0xa7, 0x4b, 0xcf, 0xe2, 0xaf, 0x13, 0xfb, 0xbd, 0x52, 0x88, 0x7d, 0x9d, 0x6a, 0x73, 0x01, 0x67, 0xc2, 0x69, 0x98, 0xf9, 0xaf, 0xb7, 0x23, 0xee, 0x50, 0x90, 0x98, 0x16, 0x4c, 0xbd, 0x42, 0x72, 0x36, 0xc4, 0x84, 0x7c, 0x91, 0xd6, 0x95, 0x12, 0x84, 0xcc, 0x2a, 0x7a, 0x5c, 0x70, 0x33, 0x26, 0xb9, 0x0c, 0x28, 0xe3, 0xac, 0x61, 0x43, 0x8c, 0x80, 0x8b, 0x3a, 0xcd, 0xe0, 0x1a, 0xc3, 0x06, 0xcd, 0x95, 0x36, 0x23, 0xd1, 0xa1, 0xce, 0xfe, 0xd1, 0x2c, 0x02, 0x5e, 0xc8, 0xb0, 0xf2, 0x9f, 0x63, 0x9b, 0xf0, 0x17, 0x8c, 0x09, 0xa2, 0x06, 0x7a, 0x10, 0x2f, 0x94, 0x2f, 0x0c, 0x47, 0x68, 0xd3, 0x81, 0x1f, 0x02, 0x60, 0x5f, 0xaf, 0xad, 0xc3, 0xd4, 0x34, 0x1f, 0x9b, 0x95, 0x48, 0xcf, 0xc4, 0xca, 0x81, 0xb9, 0x31, 0x15, 0xcd, 0xac, 0xbd, 0x58, 0x30, 0x45, 0x3f, 0x78, 0x6d, 0xec, 0x5d, 0x46, 0x22, 0x21, 0x5d, 0xef, 0x0f, 0xae, 0xb6, 0x84, 0x2e, 0x21, 0x32, 0x3a, 0x25, 0x98, 0xae, 0xd0, 0x1c, 0x64, 0x53 } } }; static const struct cckprng_op_refresh op_refresh_3948 = { .hd = { .id = 3729, .kind = OP_REFRESH }, .rand = 1479017403552205494ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3949 = { .hd = { .id = 3730, .kind = OP_RESEED }, .nonce = 7508342995125772733ULL, .seed_nbytes = 273, .seed = { 0x73, 0x4c, 0x0b, 0xb9, 0xe6, 0x98, 0xcb, 0x5f, 0x0a, 0x09, 0x29, 0x7b, 0xb3, 0x88, 0x9c, 0xaa, 0xc0, 0x4b, 0x89, 0x68, 0x4f, 0x49, 0x9e, 0x77, 0xa6, 0x94, 0x2f, 0x17, 0x13, 0xf0, 0xa0, 0xbd, 0x91, 0x1b, 0x7f, 0x7e, 0xa6, 0x53, 0xb7, 0x5b, 0x47, 0x2f, 0xc5, 0xca, 0xfd, 0x9d, 0x76, 0xf9, 0xd2, 0x7c, 0x47, 0x0f, 0x50, 0x36, 0x85, 0xcc, 0xd1, 0xea, 0xf9, 0x11, 0x87, 0x1d, 0x00, 0xd4, 0xce, 0x43, 0x24, 0xce, 0x4e, 0xb4, 0xcc, 0x49, 0xa8, 0x52, 0xec, 0xc8, 0x3c, 0x3c, 0xf7, 0x8a, 0x5a, 0x13, 0x24, 0xa7, 0x89, 0xb2, 0x8a, 0xcf, 0x59, 0x27, 0xd1, 0x0c, 0xb8, 0xd7, 0xef, 0x32, 0xd7, 0x9d, 0xa2, 0xe6, 0x22, 0x9f, 0x23, 0xbe, 0xbe, 0xa3, 0x06, 0xcd, 0x4a, 0x34, 0xae, 0x39, 0x3c, 0x34, 0x42, 0xe4, 0xdf, 0x5e, 0x73, 0x28, 0xb8, 0xed, 0xde, 0x21, 0xad, 0xac, 0xd3, 0x20, 0x70, 0x12, 0x6b, 0x09, 0x39, 0x06, 0x15, 0x21, 0x9f, 0xc8, 0xa5, 0x31, 0x12, 0xa4, 0x82, 0x3d, 0x8a, 0x38, 0xb7, 0xce, 0x4d, 0x4d, 0xe6, 0xa3, 0xcb, 0x15, 0x73, 0x3d, 0x6d, 0xc8, 0x69, 0xee, 0xff, 0x3a, 0x30, 0xe9, 0xd4, 0x70, 0xdf, 0x48, 0x5a, 0x88, 0x2e, 0xbe, 0xd9, 0x84, 0xee, 0x1c, 0xca, 0x85, 0x94, 0x11, 0x31, 0x8b, 0xde, 0xfd, 0xbb, 0x07, 0xbd, 0xc0, 0xda, 0x7a, 0x71, 0x45, 0xb1, 0x2a, 0xbe, 0x9d, 0x89, 0x6f, 0x1a, 0x76, 0xac, 0x7e, 0x10, 0xaf, 0x7a, 0x15, 0x78, 0x9a, 0xcc, 0xf0, 0xd2, 0xc0, 0xe2, 0xa0, 0xae, 0x9e, 0xb0, 0x91, 0xc6, 0x63, 0x40, 0x54, 0x7e, 0x45, 0x44, 0x92, 0x6d, 0x8d, 0xf4, 0xe7, 0x72, 0x4b, 0x1e, 0x81, 0x34, 0x30, 0xf2, 0x5a, 0x7c, 0x37, 0xd2, 0x4a, 0x83, 0x7d, 0xc5, 0x0d, 0x54, 0xef, 0xa6, 0x38, 0x86, 0x5a, 0x0b, 0x1f, 0x3d, 0xd8, 0xd8, 0x11, 0xfc, 0x5e, 0xd8, 0x86, 0xcb, 0xfc, 0xa0, 0xab, 0x4d, 0xdd, 0x73, 0xac, 0x55, 0x8a, 0x6c } }; static const struct cckprng_op_reseed op_reseed_3950 = { .hd = { .id = 3731, .kind = OP_RESEED }, .nonce = 9134486743134559325ULL, .seed_nbytes = 283, .seed = { 0xaf, 0x32, 0xac, 0x86, 0xe7, 0x1d, 0xdd, 0x22, 0x6f, 0xee, 0x85, 0x07, 0xb0, 0x62, 0x73, 0xe5, 0x74, 0x76, 0x8d, 0x90, 0x1f, 0x8e, 0x90, 0x2d, 0x37, 0x59, 0x19, 0x1b, 0x76, 0xbb, 0xe6, 0x27, 0xf1, 0x05, 0x7d, 0xda, 0xd2, 0xab, 0xf0, 0x32, 0x25, 0xa8, 0xff, 0x2f, 0x5c, 0x2c, 0x89, 0xb1, 0x03, 0x4f, 0xb7, 0x90, 0xeb, 0x8d, 0x05, 0x14, 0xf6, 0x60, 0xd3, 0xca, 0x99, 0x61, 0x65, 0x16, 0x50, 0xe5, 0x61, 0xff, 0xdb, 0x8d, 0xcc, 0xe6, 0x75, 0x78, 0x7b, 0xfa, 0xff, 0x35, 0xc0, 0xf2, 0x46, 0x97, 0x27, 0x51, 0xfc, 0xca, 0x38, 0xa6, 0x7e, 0x6f, 0x55, 0xac, 0x65, 0x8a, 0x6a, 0x3e, 0x69, 0xad, 0x41, 0xa7, 0x54, 0x73, 0x92, 0xd2, 0xfc, 0x0f, 0x3e, 0xac, 0xb5, 0x17, 0xd1, 0x69, 0x4a, 0x1e, 0x20, 0x90, 0x36, 0x68, 0xcf, 0x38, 0xc7, 0x06, 0xc4, 0x3f, 0x46, 0xdc, 0xd4, 0x8b, 0x7e, 0x29, 0x56, 0x0f, 0x50, 0x9e, 0xaf, 0xed, 0x2e, 0xa1, 0x25, 0x43, 0x07, 0x90, 0xf6, 0xe2, 0xec, 0xdf, 0xf9, 0x58, 0xeb, 0x90, 0xda, 0x1d, 0xbe, 0x32, 0x83, 0x9e, 0x45, 0x13, 0x93, 0x1a, 0x58, 0x14, 0xc6, 0xcb, 0xcc, 0x88, 0x8d, 0x52, 0x46, 0x86, 0xb9, 0x62, 0x57, 0x06, 0x46, 0x7b, 0xd6, 0xa0, 0xeb, 0x6e, 0x4e, 0xa6, 0x39, 0x66, 0x3d, 0x99, 0x6b, 0xd8, 0xcd, 0x74, 0xdd, 0x94, 0x78, 0x2a, 0x57, 0xa2, 0x87, 0x4b, 0xf0, 0xd3, 0x55, 0xeb, 0xee, 0x48, 0x19, 0x7c, 0xf8, 0x88, 0xc7, 0x02, 0xa7, 0x28, 0x22, 0xd2, 0x35, 0xd8, 0x31, 0xd5, 0x06, 0xc4, 0x2f, 0xd6, 0x9d, 0x77, 0x74, 0xf3, 0x85, 0x32, 0xe7, 0x6d, 0x50, 0xd9, 0xf7, 0xc4, 0x7f, 0x67, 0xe6, 0x7d, 0x23, 0xaa, 0xf5, 0x7a, 0x87, 0x7d, 0x50, 0x4b, 0x4a, 0x61, 0x11, 0x34, 0x61, 0xe9, 0x03, 0x79, 0xc9, 0x38, 0x9d, 0xb4, 0x8c, 0x94, 0xee, 0xeb, 0x6d, 0x36, 0x7b, 0x49, 0x48, 0xaf, 0x87, 0xa1, 0x82, 0xa3, 0xe4, 0xc0, 0x8f, 0xf7, 0x0f, 0x92, 0xff, 0x70, 0xa0, 0xf4, 0xb5 } }; static const struct cckprng_op_refresh op_refresh_3951 = { .hd = { .id = 3732, .kind = OP_REFRESH }, .rand = 16117863449596840660ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_3952 = { .hd = { .id = 3733, .kind = OP_GENERATE }, .rand_nbytes = 129, .out = { .rand = { 0xec, 0xf7, 0x46, 0xda, 0x49, 0x8d, 0x1a, 0xfd, 0x87, 0x01, 0x6b, 0xfe, 0x41, 0x2c, 0xd6, 0x6b, 0x83, 0x24, 0x54, 0xa6, 0xb8, 0xea, 0xee, 0xa0, 0x6d, 0x42, 0x07, 0x6a, 0x09, 0x98, 0x51, 0xed, 0xb2, 0x84, 0x1b, 0x42, 0x43, 0xbb, 0x52, 0x42, 0x02, 0x29, 0xa3, 0xfd, 0xba, 0x8b, 0x68, 0x1b, 0xf1, 0xd8, 0x7c, 0x60, 0x5a, 0x43, 0x01, 0xd3, 0xf2, 0xe0, 0xed, 0x40, 0x5a, 0x15, 0x19, 0x49, 0x3c, 0x41, 0x6a, 0x62, 0x9e, 0x14, 0x07, 0xb3, 0x3f, 0x0d, 0x99, 0x9a, 0x59, 0x5b, 0x60, 0xa6, 0x68, 0xe4, 0x55, 0x25, 0x89, 0xbd, 0x4e, 0x75, 0x2f, 0x77, 0xaf, 0x3e, 0xb3, 0xaa, 0x3b, 0x22, 0xb0, 0x42, 0xeb, 0xfe, 0xa0, 0xe3, 0x5b, 0xa4, 0xad, 0x51, 0x99, 0x77, 0x04, 0xcd, 0x39, 0xd3, 0x5a, 0x2d, 0xef, 0x07, 0x20, 0x82, 0xe1, 0x29, 0x20, 0x7b, 0xc3, 0x18, 0x0d, 0xe8, 0x00, 0xdb, 0x71 } } }; static const struct cckprng_op_generate op_init_3953 = { .hd = { .id = 3734, .kind = OP_GENERATE }, .rand_nbytes = 235, .out = { .rand = { 0xf7, 0x98, 0x43, 0x70, 0xf8, 0x09, 0x81, 0x48, 0xb9, 0x8b, 0x56, 0x9d, 0x25, 0x57, 0xb2, 0x2d, 0xf3, 0x50, 0x24, 0xa7, 0x16, 0xcf, 0xa3, 0x31, 0x0b, 0x0a, 0xb3, 0x56, 0x13, 0x82, 0xfe, 0x4e, 0x27, 0xca, 0x42, 0x5b, 0xe0, 0x09, 0xdb, 0xb2, 0x35, 0x1d, 0x72, 0xac, 0x0f, 0x1c, 0x0e, 0x5c, 0x34, 0x82, 0x6e, 0x50, 0xc8, 0xaf, 0x89, 0x92, 0x58, 0x20, 0x05, 0xc2, 0xe7, 0x54, 0xb2, 0xee, 0xb8, 0x24, 0xb4, 0xcc, 0xe8, 0xb3, 0x4f, 0x12, 0x06, 0x78, 0x24, 0x2b, 0x0c, 0xed, 0x57, 0x56, 0x60, 0x34, 0x49, 0xce, 0x1a, 0xbd, 0x02, 0xdd, 0xa2, 0xdc, 0xfa, 0xde, 0x84, 0x38, 0x4f, 0xf8, 0x18, 0x67, 0x91, 0xe7, 0x83, 0x43, 0x22, 0xb0, 0xdc, 0xb1, 0x9d, 0x01, 0x2b, 0xa7, 0xff, 0x2a, 0x1a, 0xa8, 0x1e, 0xa3, 0x54, 0xed, 0x73, 0x8f, 0xca, 0x44, 0xca, 0xd8, 0x04, 0x6b, 0x53, 0x2d, 0xa0, 0x53, 0x8f, 0x50, 0x3b, 0x0c, 0xd5, 0x06, 0x18, 0x4d, 0x4d, 0x60, 0x07, 0x68, 0xe5, 0x57, 0x6a, 0xb3, 0x5e, 0xa1, 0xe6, 0xdb, 0xe0, 0x13, 0x0f, 0xc5, 0x9e, 0x16, 0xf5, 0x2d, 0x9c, 0xc3, 0xab, 0x06, 0x3c, 0x70, 0x31, 0x74, 0xff, 0x5b, 0x1f, 0x5a, 0xba, 0x5d, 0x9b, 0x61, 0xc8, 0xad, 0x66, 0x79, 0x14, 0xed, 0xe9, 0x52, 0xf1, 0x49, 0xd8, 0x11, 0x8c, 0x0c, 0xcd, 0x7a, 0xf9, 0xec, 0xb7, 0x8e, 0x16, 0xbb, 0xe4, 0x04, 0x58, 0x94, 0x9a, 0x6e, 0x70, 0x71, 0xf5, 0x79, 0x27, 0xc1, 0x9d, 0xa2, 0x59, 0xa3, 0x59, 0x42, 0x2b, 0xb1, 0xaa, 0x6f, 0x40, 0xa2, 0xaf, 0x72, 0x44, 0xd4, 0x02, 0xfd, 0xbb, 0x4c, 0xf8, 0x6f, 0x50, 0x3f, 0xc5, 0xb5, 0x9e } } }; static const struct cckprng_op_reseed op_reseed_3954 = { .hd = { .id = 3735, .kind = OP_RESEED }, .nonce = 4062214170446344772ULL, .seed_nbytes = 234, .seed = { 0x4b, 0xee, 0xd7, 0x81, 0x10, 0xb8, 0x0e, 0x47, 0x0f, 0x99, 0xac, 0xb7, 0x25, 0x4e, 0x62, 0x63, 0xa0, 0x4a, 0x93, 0x4e, 0x89, 0xf7, 0xaa, 0x16, 0x37, 0x8e, 0x24, 0xe1, 0xdf, 0x2f, 0xcf, 0x6c, 0x35, 0x4f, 0xab, 0x7b, 0xad, 0x66, 0x4f, 0xe8, 0x4a, 0x12, 0x79, 0x17, 0x20, 0x01, 0x31, 0xbe, 0xf6, 0xfa, 0x59, 0x15, 0x02, 0xb9, 0x05, 0x2e, 0x21, 0xa3, 0xf0, 0x1a, 0xa0, 0x57, 0x1b, 0x8b, 0x4f, 0x63, 0x12, 0x2b, 0xf3, 0xf1, 0xa5, 0x29, 0x17, 0x61, 0xbc, 0xec, 0xa2, 0x0b, 0x31, 0x7a, 0x62, 0xb2, 0x5e, 0x4b, 0xb5, 0x1d, 0x34, 0x91, 0x21, 0xb8, 0xc4, 0xf4, 0xe4, 0xcd, 0x0b, 0xd6, 0xaf, 0x43, 0x07, 0x86, 0x70, 0xb4, 0xa2, 0x49, 0xf6, 0x5e, 0xf6, 0xfe, 0x43, 0x6d, 0x69, 0xfb, 0x70, 0xbd, 0x2f, 0x23, 0xb2, 0xb6, 0xcd, 0x31, 0xbf, 0x0b, 0x7d, 0x98, 0x79, 0x9c, 0x3d, 0xdb, 0xa8, 0xb3, 0xc6, 0xc8, 0xed, 0xfa, 0x5d, 0xa0, 0x0b, 0x5e, 0x97, 0x69, 0x5e, 0x0d, 0x30, 0xfd, 0xdd, 0x9e, 0xf6, 0xe1, 0x1d, 0x1d, 0x2a, 0x97, 0x45, 0x19, 0x4c, 0xe8, 0x48, 0x46, 0xa3, 0xaa, 0xcf, 0xbf, 0x61, 0xe9, 0x07, 0x56, 0xd8, 0xdf, 0x6f, 0xd4, 0x6e, 0xa4, 0x05, 0xc6, 0xd8, 0x42, 0xa5, 0x28, 0xb2, 0x7a, 0xbb, 0x15, 0x82, 0xd3, 0x28, 0x7a, 0xd0, 0x2d, 0x63, 0x74, 0xde, 0x3c, 0xc6, 0x55, 0x8e, 0x37, 0x19, 0x38, 0x8c, 0x45, 0xed, 0xca, 0x5e, 0x5b, 0x14, 0x7a, 0x4f, 0x78, 0xa4, 0x2e, 0x6c, 0x89, 0x58, 0x9d, 0x5b, 0xd2, 0xe6, 0xb7, 0xf7, 0x21, 0x99, 0x8b, 0x7e, 0x1f, 0x8e, 0x93, 0x0f, 0x30, 0xd1, 0x46, 0x56, 0x91, 0x9d, 0xdb } }; static const struct cckprng_op_reseed op_reseed_3955 = { .hd = { .id = 3736, .kind = OP_RESEED }, .nonce = 2349105518002867117ULL, .seed_nbytes = 41, .seed = { 0xe0, 0x5a, 0xe1, 0xcf, 0xaf, 0x1d, 0x8e, 0xed, 0x87, 0x42, 0x95, 0x63, 0x5c, 0xc1, 0xa9, 0x9a, 0x90, 0x65, 0xe4, 0x8a, 0x01, 0x43, 0x48, 0xe1, 0x7e, 0xe3, 0x03, 0x7d, 0xb1, 0x94, 0x01, 0x1a, 0xd9, 0x0e, 0x0f, 0x16, 0xf9, 0x1d, 0x76, 0xa5, 0x55 } }; static const struct cckprng_op_generate op_init_3956 = { .hd = { .id = 3737, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0x68, 0x9a, 0x13, 0x28, 0xbd, 0xc6, 0x91, 0x99, 0x6c, 0x86, 0x23, 0x0d, 0x81, 0x20, 0xd1, 0x10, 0x98, 0x5e, 0xeb, 0xef, 0x33, 0x9c, 0x63, 0x24, 0x0d, 0x62, 0x45, 0x48, 0xb8, 0x54, 0xa9, 0x3f, 0x49, 0x1a, 0xc8, 0x7f, 0x75, 0x24, 0xf0, 0x3b, 0x08, 0x91, 0xd0, 0x83, 0xdc, 0x83, 0x75, 0xf6, 0x49, 0x89, 0x27, 0x11, 0x04, 0x33, 0x3a, 0x9a, 0x14, 0x12, 0xd6, 0xd2, 0x13, 0x2a, 0x72, 0xac, 0x23, 0x43, 0x84, 0x87, 0x35, 0x67, 0xea, 0x92, 0x1a, 0x0b, 0x86, 0x76, 0xfb, 0x93, 0x80, 0xe2, 0xc5, 0xd5, 0xdb, 0x9a, 0xcd, 0xa9, 0xb7, 0xa7, 0x58, 0x2d, 0xed, 0xdb, 0x97, 0xeb, 0xdf, 0xce, 0xa5, 0x09, 0xd1, 0xd4, 0x8a, 0x9d, 0x25, 0x42, 0xbc, 0xcd, 0x8c, 0xa9, 0x26, 0xe5, 0x10, 0x85, 0xe3, 0x57, 0x6c, 0xc4, 0x11, 0xcd, 0x04, 0x48, 0xeb, 0x9a, 0xbe, 0x9c, 0x39, 0xcb, 0x23, 0x60, 0xa0, 0x52, 0x10, 0x57, 0x20, 0x34, 0x04, 0x0b, 0x25, 0x44, 0xf4, 0x1c, 0x00, 0xd6, 0x2d, 0x1e, 0x2c, 0xc0, 0x0d, 0x1b, 0x12, 0x31, 0xc7, 0x9f, 0x45, 0x8b, 0x88, 0x1f, 0xd5, 0xbe, 0x90, 0xa1, 0x10, 0xf6, 0x2e, 0x24, 0x3f, 0xbf, 0x10, 0x9b, 0xd5, 0x48, 0x50, 0x49, 0xd9, 0xff, 0x8f, 0xdd, 0x5e, 0x5d, 0xbc, 0xa9, 0x3a, 0x62, 0xf9, 0x1a, 0xd1, 0x6c, 0x05, 0x8b, 0xd6, 0xf5, 0xc9, 0x7c, 0xbf, 0x3b, 0xd1, 0x84, 0xa5, 0x85, 0x5e, 0x96, 0x51, 0x38 } } }; static const struct cckprng_op_refresh op_refresh_3957 = { .hd = { .id = 3738, .kind = OP_REFRESH }, .rand = 5153505028926516605ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3958 = { .hd = { .id = 3739, .kind = OP_REFRESH }, .rand = 17581470275530995227ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3959[] = { (const struct cckprng_op *)&op_init_3943, (const struct cckprng_op *)&op_refresh_3944, (const struct cckprng_op *)&op_reseed_3945, (const struct cckprng_op *)&op_init_3946, (const struct cckprng_op *)&op_init_3947, (const struct cckprng_op *)&op_refresh_3948, (const struct cckprng_op *)&op_reseed_3949, (const struct cckprng_op *)&op_reseed_3950, (const struct cckprng_op *)&op_refresh_3951, (const struct cckprng_op *)&op_init_3952, (const struct cckprng_op *)&op_init_3953, (const struct cckprng_op *)&op_reseed_3954, (const struct cckprng_op *)&op_reseed_3955, (const struct cckprng_op *)&op_init_3956, (const struct cckprng_op *)&op_refresh_3957, (const struct cckprng_op *)&op_refresh_3958 }; static const struct cckprng_vector vec_3960 = { .id = 3740, .note = NULL, .nops = 16, .ops = ops_3959 }; static const struct cckprng_op_init op_init_3961 = { .hd = { .id = 3741, .kind = OP_INIT }, .seed = { 0xf3, 0x71, 0x97, 0x2a, 0x1b, 0x4c, 0x15, 0x7c, 0xd5, 0x17, 0xd7, 0xf9, 0x61, 0x70, 0xd5, 0x43, 0x38, 0x9e, 0x5b, 0x8b, 0x5b, 0xd6, 0xba, 0xa1, 0x4e, 0x60, 0xc9, 0x31, 0x4e, 0x2f, 0xb6, 0x64 }, .nonce = { 0x20, 0x4e, 0x07, 0xc0, 0xe6, 0xf9, 0x46, 0xf4 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_3962 = { .hd = { .id = 3742, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0x9b, 0x89, 0x75, 0xd7, 0xe8, 0xed, 0x63, 0xe1, 0x00, 0x10, 0x26, 0x7e, 0x1c, 0x38, 0x68, 0x64, 0x6a, 0xe0, 0xf3, 0xd7, 0x3a, 0x77, 0x12, 0x32, 0x74, 0x58, 0x00, 0x53, 0xe6, 0xc3, 0x04, 0x9a, 0x66, 0x47, 0x0a, 0xe3, 0x87, 0x1d, 0xea, 0xc9, 0x70, 0x85, 0x72, 0x28, 0x07, 0xe4, 0x09, 0x92, 0x13, 0xca, 0x5f, 0xde, 0x91, 0xab, 0xc0, 0x1c, 0x30 } } }; static const struct cckprng_op_reseed op_reseed_3963 = { .hd = { .id = 3743, .kind = OP_RESEED }, .nonce = 903224383252468548ULL, .seed_nbytes = 231, .seed = { 0x0c, 0x4a, 0x0f, 0x74, 0x4e, 0x8e, 0x35, 0xeb, 0x2a, 0xb7, 0xf3, 0xa6, 0x80, 0xdd, 0x9d, 0xf9, 0x90, 0x3f, 0x28, 0x20, 0x8f, 0x69, 0x7e, 0x0e, 0x5f, 0x70, 0x0d, 0x6d, 0x47, 0xe5, 0xbe, 0xe3, 0x39, 0xf6, 0x83, 0xac, 0xfb, 0x59, 0x78, 0x3e, 0x14, 0xf1, 0xd0, 0xed, 0x79, 0xc8, 0x24, 0xc0, 0x97, 0x5f, 0xaa, 0x1d, 0x4c, 0xc4, 0x9f, 0xab, 0x10, 0x76, 0xdf, 0x20, 0x75, 0x2f, 0xbb, 0x3b, 0x15, 0x01, 0x5c, 0xfc, 0x4f, 0xfd, 0xc8, 0xcb, 0x81, 0x02, 0x7b, 0x4f, 0x4e, 0xf7, 0xa4, 0x48, 0x24, 0x9b, 0x1a, 0x3d, 0xb7, 0xa9, 0x68, 0xd5, 0xb4, 0x79, 0x0f, 0x22, 0x27, 0x10, 0x2a, 0x6d, 0x8c, 0x0a, 0x71, 0x88, 0x63, 0xe7, 0x74, 0x7c, 0x91, 0x0e, 0xcc, 0xd3, 0x07, 0x36, 0xf5, 0x0c, 0xaf, 0x64, 0x7c, 0x06, 0xba, 0x4d, 0x4f, 0x5f, 0x65, 0xf2, 0xf3, 0x0a, 0xf2, 0xdd, 0x56, 0x39, 0xf3, 0xd9, 0xf2, 0xbc, 0x9a, 0x36, 0xbf, 0xb5, 0x54, 0xd6, 0x82, 0x43, 0xb2, 0xfb, 0x76, 0x9d, 0x2b, 0xad, 0x3b, 0x18, 0x1e, 0x97, 0x62, 0x1a, 0xbd, 0x3e, 0xb9, 0xba, 0x90, 0xda, 0xa8, 0x7c, 0x65, 0xb3, 0xeb, 0x9a, 0xcb, 0xe3, 0xe8, 0x37, 0x6d, 0x4a, 0x92, 0x42, 0xa1, 0x38, 0x32, 0xf1, 0xd5, 0xcc, 0x3c, 0xb2, 0x7f, 0x2e, 0x58, 0x7f, 0x5d, 0x0b, 0x37, 0x16, 0x53, 0x3a, 0x74, 0x55, 0x08, 0x04, 0xc3, 0xd0, 0xff, 0x24, 0x1a, 0x0a, 0x1e, 0x8a, 0x1a, 0xb8, 0x03, 0xda, 0x87, 0x2b, 0xf0, 0x63, 0xc1, 0x1d, 0xf4, 0x4a, 0x91, 0x79, 0x33, 0x96, 0x12, 0xcd, 0x25, 0x2b, 0x32, 0x10, 0xa7, 0x46, 0xfe, 0xcb, 0xf4, 0x7c, 0x18 } }; static const struct cckprng_op_generate op_init_3964 = { .hd = { .id = 3744, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0x36, 0xfc, 0x9a, 0x83, 0xa0, 0x6d, 0xd1, 0x3b, 0xa6, 0x6d, 0x89, 0xfb, 0x36, 0x66, 0xcb, 0x85, 0xe8, 0x56, 0xe4, 0x09, 0x36, 0xdc, 0x36, 0xcc, 0x42, 0xb7, 0x91, 0x1b, 0xab, 0x93, 0x5a, 0x3d, 0xb1, 0xbc, 0x4a, 0x45, 0xe7, 0x54, 0x69, 0x37, 0xc2, 0x3b, 0x8e, 0x21, 0x23, 0x96, 0xab, 0x05, 0xa9, 0xbd, 0xc4, 0x71, 0xe0, 0xee, 0xc9, 0xa1, 0xbb, 0xfb, 0x09, 0x22, 0x60, 0x00, 0x1e, 0xc4, 0x58, 0x06, 0xec, 0x80, 0x2e, 0x4b, 0xa1, 0xe5, 0x54, 0x2e, 0x4e, 0x7b, 0x0b, 0x6d, 0xbb, 0xc5, 0x6d, 0x37, 0x2c, 0x74, 0x1a, 0x79, 0x23, 0x99, 0x55, 0x85, 0xe2, 0xb6, 0x39, 0xa3, 0x2f, 0x5a, 0xdf, 0x0b, 0x41, 0x8c, 0x34, 0x2e, 0x71, 0xde, 0x31, 0x00, 0x3a, 0x08, 0x78, 0x87, 0x85, 0xf1, 0x42, 0xf1, 0x00, 0x62, 0x8c, 0x9e, 0xe9, 0x24, 0x46, 0x82, 0x4f, 0xc7, 0x20, 0xfa, 0xcb, 0x7f, 0x77, 0x6f, 0xdd, 0xd0, 0xb9, 0xe4, 0x61, 0xa9, 0x3e, 0x80, 0x7b, 0x79, 0x00, 0xce, 0xf6, 0xaa, 0x59, 0xef, 0xd2, 0xa3, 0x87, 0x25, 0xac, 0x34, 0x91, 0x5b, 0x2b, 0x08, 0xe5, 0x58, 0xa2, 0x8a, 0x17, 0x14, 0xd1, 0x3c, 0xcc, 0xad, 0xa7, 0x2a, 0x0f, 0x00, 0x05, 0x7e, 0xfd, 0x15, 0xbe, 0xe8, 0xc7, 0xb7, 0x12, 0x68, 0x8c, 0xdd, 0x63, 0x15, 0x40, 0xbb, 0x29, 0xde, 0x86, 0x95, 0x0e, 0xb1, 0x56, 0x6d, 0x26, 0xfc, 0x43, 0x7d, 0x5a, 0xdd, 0x85, 0xf7, 0xec, 0x9f, 0xb3, 0xb8, 0x66, 0x26, 0xda, 0xf6, 0x07, 0xbe, 0xb0, 0x61, 0xbd, 0x41, 0xec, 0xc3, 0xd3, 0xd8, 0x1a, 0x04, 0x37, 0x7c, 0xcf, 0x13, 0x7f, 0x89, 0x31, 0x26, 0x18, 0xca, 0x37, 0xfc, 0xf7, 0x4e, 0xcd, 0x90, 0xd6, 0xc4, 0xc3, 0x03, 0x6a } } }; static const struct cckprng_op_generate op_init_3965 = { .hd = { .id = 3745, .kind = OP_GENERATE }, .rand_nbytes = 239, .out = { .rand = { 0xe7, 0x81, 0x34, 0x6e, 0x81, 0xd2, 0xc5, 0x92, 0x4b, 0x00, 0x13, 0x3c, 0x04, 0xa5, 0x21, 0xa1, 0x97, 0xa3, 0xb7, 0x69, 0x05, 0xa2, 0xc7, 0x73, 0x16, 0x4d, 0x2a, 0x97, 0xe9, 0x2b, 0xec, 0x85, 0x95, 0x4d, 0x7f, 0x57, 0xcc, 0x19, 0x7f, 0x2d, 0xc5, 0xbe, 0xd2, 0xb0, 0x98, 0xc2, 0x6d, 0xfe, 0xb9, 0xe4, 0x18, 0xb9, 0xa3, 0x80, 0xaa, 0xa2, 0x81, 0x55, 0x4e, 0xa5, 0xda, 0x63, 0xfd, 0xb3, 0xfe, 0xbb, 0x08, 0x18, 0xf3, 0x9b, 0x11, 0xe0, 0xf1, 0x85, 0x69, 0xc8, 0x3a, 0xdb, 0xff, 0xed, 0xe9, 0x4d, 0x92, 0x1e, 0x80, 0x52, 0xef, 0xa0, 0x3d, 0xd8, 0xae, 0x75, 0xe0, 0xe2, 0xb2, 0x8f, 0xfe, 0xd3, 0x5e, 0x23, 0xbe, 0x30, 0xba, 0x43, 0x07, 0x08, 0xd2, 0xb6, 0x98, 0xe7, 0x41, 0x92, 0x6d, 0xe5, 0x32, 0x1d, 0x03, 0x23, 0xc9, 0x22, 0x22, 0xc9, 0x77, 0x62, 0x79, 0x8c, 0x2f, 0x2c, 0xcc, 0xa3, 0x53, 0x59, 0x9d, 0xe4, 0xe6, 0xfc, 0x89, 0xc6, 0x8b, 0x69, 0x51, 0x16, 0xa1, 0x24, 0x05, 0x0c, 0x6b, 0x2e, 0x5d, 0x39, 0x39, 0x84, 0x44, 0x0b, 0xdb, 0xad, 0x2a, 0x21, 0x24, 0x62, 0x77, 0x17, 0x24, 0xfa, 0xfb, 0x67, 0x7a, 0x20, 0x80, 0x16, 0xb1, 0xd3, 0xac, 0x74, 0x61, 0x0a, 0xf2, 0xf2, 0x4b, 0xfb, 0xaf, 0xf0, 0x7a, 0xa3, 0xa5, 0x12, 0x83, 0x85, 0xfd, 0x90, 0x60, 0x7a, 0x92, 0xa5, 0x69, 0xcb, 0x59, 0xf6, 0x2a, 0x42, 0x8e, 0x7e, 0x35, 0x32, 0x16, 0xf1, 0x8a, 0x72, 0xea, 0x32, 0xdf, 0xf0, 0x32, 0xea, 0xf9, 0x86, 0xb9, 0x75, 0x7e, 0x7b, 0xef, 0x52, 0x16, 0xed, 0xe0, 0x3f, 0x3f, 0x16, 0x09, 0x88, 0x6c, 0xbf, 0x13, 0xc0, 0x6e, 0xd4, 0xbc, 0x0d, 0xe4 } } }; static const struct cckprng_op_generate op_init_3966 = { .hd = { .id = 3746, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x74, 0x5e, 0x8d, 0xd8, 0xe9, 0x43, 0x27, 0xe0, 0xb5, 0x60, 0x05, 0x52, 0xf1, 0x7f, 0x60, 0xc1, 0x70, 0x02, 0x23, 0xb0, 0xdb, 0xa2, 0x93, 0x71, 0xb3, 0xe8, 0x77, 0xc4, 0xe1, 0x0f, 0x6c, 0xe9, 0xd0, 0x0c, 0x15, 0x1f, 0x64, 0x2b, 0xe7, 0x46, 0xa0, 0xd2, 0x1b, 0x72, 0xb1, 0x7f, 0x24, 0xa4, 0x6a, 0x91, 0xf5, 0x4d, 0x6b, 0x27, 0x15, 0x7b, 0x89, 0x25, 0xe2, 0x87, 0xb9, 0x3e, 0x18, 0x19, 0x02, 0x32, 0xa4, 0xb5, 0x4f, 0xa6, 0x11, 0x82, 0xa9, 0x60, 0xc9, 0x8e, 0xbf, 0x6d, 0x1c, 0x51, 0xba, 0x1e, 0x0c, 0x86, 0xf9, 0xc7, 0xe2, 0x38, 0x02, 0x2b, 0x96, 0x6b, 0x69, 0x74, 0x8a, 0x7d, 0xad, 0x26, 0x81, 0xf8, 0x1a, 0x17, 0x9a, 0xa0, 0x1b, 0x93, 0xe5, 0x3a, 0x3c, 0xd2, 0x75, 0x37, 0x24, 0x17, 0x0f, 0x83, 0x68, 0x8c, 0x85, 0x20, 0xcc, 0x39, 0x74, 0x27, 0x30, 0x5e, 0xeb, 0x85, 0xcf, 0xde, 0x7b, 0x82, 0x24, 0x98, 0x6e, 0xf4, 0x74, 0xbf, 0x87, 0x90, 0x9e, 0xf1, 0x98, 0x1e, 0xff, 0xe8, 0x3f, 0x8a, 0x11, 0xa7, 0x0d, 0x0f, 0xdf, 0xe8, 0x77, 0x8a, 0xab, 0x90, 0x51, 0xa1, 0x4c, 0x39, 0x95, 0xba, 0x87, 0xe7, 0xbb, 0x93, 0x61, 0xd6, 0x0e, 0xda, 0x46, 0x24, 0xf8, 0x39, 0x22, 0xca, 0x21, 0xf2, 0x50, 0x36 } } }; static const struct cckprng_op_generate op_init_3967 = { .hd = { .id = 3747, .kind = OP_GENERATE }, .rand_nbytes = 197, .out = { .rand = { 0x25, 0x7e, 0x01, 0xd6, 0x28, 0xa2, 0x52, 0x05, 0x10, 0xca, 0xff, 0xd9, 0x8c, 0xcc, 0xa8, 0xcd, 0xfe, 0x46, 0x31, 0x5b, 0x6e, 0xaa, 0xc3, 0xc1, 0xb4, 0xf3, 0x5e, 0x51, 0x07, 0x4f, 0x62, 0x06, 0x57, 0x26, 0x4c, 0xb4, 0x7a, 0xc9, 0xea, 0x79, 0x7e, 0xd9, 0x48, 0xe9, 0x62, 0x92, 0xee, 0x1e, 0x31, 0x31, 0xfb, 0xbc, 0xeb, 0xa5, 0x4d, 0xd8, 0x58, 0x4e, 0xf1, 0x80, 0x5c, 0x6e, 0xf5, 0x32, 0x9d, 0x3f, 0xba, 0xf4, 0x5a, 0x49, 0x44, 0x93, 0xa6, 0x18, 0x5b, 0xe2, 0xb2, 0x64, 0xb9, 0x8c, 0xa0, 0x33, 0x15, 0x18, 0xe7, 0xb7, 0x30, 0x2d, 0xc3, 0x7c, 0xf1, 0x04, 0xc1, 0xfe, 0xc6, 0x2e, 0x19, 0x5c, 0xfb, 0x9f, 0x79, 0x03, 0xbe, 0x3c, 0x21, 0x3e, 0x01, 0xed, 0x8b, 0xda, 0xa2, 0xb3, 0x7f, 0x74, 0x18, 0xda, 0x98, 0x49, 0xcb, 0xc1, 0xf1, 0x65, 0xa5, 0x7f, 0x9d, 0x4f, 0xb4, 0x03, 0x88, 0x14, 0x5f, 0x4b, 0x32, 0xd1, 0x9b, 0xbb, 0x6b, 0x46, 0xfa, 0xad, 0x15, 0x0e, 0x52, 0xb6, 0xcd, 0x51, 0xfc, 0x67, 0x63, 0x84, 0xd8, 0xeb, 0x75, 0x5b, 0x64, 0x5d, 0x24, 0x8d, 0x47, 0x4d, 0x60, 0x4e, 0x47, 0x79, 0x26, 0x1e, 0x5e, 0x40, 0xca, 0x40, 0x92, 0xbf, 0x09, 0x84, 0x39, 0x9b, 0xd4, 0x0a, 0x7f, 0x28, 0x93, 0xd0, 0x89, 0x5f, 0x6b, 0x43, 0x35, 0x65, 0xb1, 0xb7, 0x52, 0x80, 0xbb, 0xa8, 0xde, 0x34, 0x6b } } }; static const struct cckprng_op_generate op_init_3968 = { .hd = { .id = 3748, .kind = OP_GENERATE }, .rand_nbytes = 17, .out = { .rand = { 0xa4, 0x9c, 0x34, 0x4d, 0x6f, 0x12, 0xd3, 0xbe, 0x1b, 0x76, 0x0c, 0xae, 0xa6, 0xa1, 0x29, 0x7e, 0x54 } } }; static const struct cckprng_op_refresh op_refresh_3969 = { .hd = { .id = 3749, .kind = OP_REFRESH }, .rand = 17772426119716290129ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_3970 = { .hd = { .id = 3750, .kind = OP_RESEED }, .nonce = 14699194260075322359ULL, .seed_nbytes = 32, .seed = { 0x59, 0xa9, 0xe1, 0x6c, 0x7f, 0xd6, 0x5b, 0x66, 0x7c, 0x8c, 0xa5, 0x90, 0x21, 0x80, 0xf4, 0xaa, 0x8f, 0x7f, 0x84, 0x83, 0xd2, 0xe6, 0x28, 0x61, 0x38, 0x78, 0x53, 0xf3, 0x97, 0xca, 0xd5, 0x7e } }; static const struct cckprng_op_reseed op_reseed_3971 = { .hd = { .id = 3751, .kind = OP_RESEED }, .nonce = 9110014897432539966ULL, .seed_nbytes = 155, .seed = { 0xd6, 0x00, 0x6f, 0x69, 0xfb, 0x6a, 0xdd, 0x7e, 0x19, 0x92, 0xf4, 0xea, 0xda, 0x94, 0x38, 0x7f, 0xfa, 0xb2, 0x37, 0x5f, 0x2e, 0x4b, 0x3a, 0x27, 0xbb, 0x5e, 0xfc, 0xd2, 0x39, 0x46, 0x78, 0x46, 0x61, 0x8f, 0xeb, 0xaa, 0x18, 0x9b, 0xd0, 0x5b, 0x33, 0x25, 0x32, 0x53, 0x5f, 0x03, 0x27, 0x4d, 0xde, 0xba, 0x1e, 0x47, 0xd2, 0xa5, 0x02, 0xaf, 0x97, 0xd8, 0x0e, 0x16, 0xfe, 0x9f, 0xe4, 0x60, 0xe1, 0xdb, 0xfa, 0xeb, 0x4c, 0xd3, 0xd4, 0x76, 0x4a, 0x1a, 0xd1, 0xd1, 0x9a, 0x98, 0x6f, 0x09, 0x5d, 0xf8, 0xd1, 0x85, 0xae, 0xd2, 0x86, 0x2e, 0x06, 0xa6, 0x01, 0x69, 0xb9, 0xb4, 0xab, 0xf8, 0x0c, 0x47, 0x0e, 0x28, 0x14, 0x46, 0xe3, 0x67, 0x92, 0x09, 0xbb, 0x16, 0xc6, 0x25, 0x79, 0x96, 0x81, 0x06, 0x60, 0xa6, 0x35, 0x19, 0x45, 0x4a, 0x4f, 0x51, 0xf2, 0x05, 0x62, 0x7a, 0x53, 0xcd, 0xbc, 0xec, 0xea, 0x69, 0x06, 0x2f, 0x0f, 0xd9, 0x00, 0x65, 0x6e, 0x75, 0x75, 0x7b, 0xfe, 0x38, 0xb1, 0x61, 0x16, 0x4b, 0x6c, 0xe1, 0x13, 0xd5, 0x76, 0xb1, 0xf3 } }; static const struct cckprng_op_refresh op_refresh_3972 = { .hd = { .id = 3752, .kind = OP_REFRESH }, .rand = 843199265680236696ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3973 = { .hd = { .id = 3753, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0xa1, 0x34, 0x77, 0xa5, 0xbf, 0x4f, 0x1c, 0x2d, 0x40, 0x91, 0x3e, 0x91, 0x3d, 0xbb, 0xda, 0x5e, 0x5b, 0x5a, 0xbe, 0x5c, 0x26, 0xcc, 0x38, 0x9b, 0x78, 0x49, 0x3e, 0x93, 0x13, 0xcd, 0xf2, 0xbe, 0xa2, 0x66, 0x68, 0x51, 0x9d, 0x65, 0xb3, 0x6c, 0x2f, 0x71, 0x82, 0x67, 0x73, 0x4e, 0x66, 0x19, 0x9d, 0xc0, 0xd6, 0x9d, 0x1d, 0xcb, 0x31, 0x18, 0x40, 0x12, 0x95, 0x7f, 0x0a, 0xeb, 0xd8, 0x8f, 0x27, 0xdb, 0x1f, 0x15, 0x2d, 0x37, 0x4a, 0xf5, 0x99, 0x70, 0xb2, 0x57, 0x04, 0x47, 0x2f, 0xa1, 0xea, 0x5c, 0x33, 0x15, 0xb3, 0x4e, 0xa5, 0x54, 0x21, 0x8c, 0x42, 0x03, 0x55, 0xe3, 0x48, 0x13, 0xc8, 0x3c, 0x36, 0x21, 0x7b, 0x7a, 0xe2, 0xb8, 0x88, 0xc4, 0xaf, 0x95, 0x12, 0xbd, 0x5c, 0x65, 0x34, 0x2f, 0x84, 0x9a, 0xfe, 0x32, 0x13, 0x1b, 0x9b, 0x8c, 0x5a, 0xb2, 0x20, 0xc9, 0x3d, 0x79, 0x60, 0x85, 0xd6, 0x28, 0x19, 0x76, 0xf4, 0xd0, 0x21, 0xd5, 0x74, 0xb5, 0xba, 0xd4, 0x5f, 0x61, 0x8e, 0x4a, 0x11, 0xe2, 0x3e, 0x44, 0x26, 0x9a, 0xee } } }; static const struct cckprng_op_generate op_init_3974 = { .hd = { .id = 3754, .kind = OP_GENERATE }, .rand_nbytes = 177, .out = { .rand = { 0x74, 0x26, 0x7d, 0xb8, 0xba, 0xff, 0xf4, 0x13, 0x80, 0x7c, 0x40, 0x68, 0x78, 0x53, 0x90, 0x22, 0x50, 0x47, 0xfa, 0x1a, 0xc6, 0x4f, 0x0a, 0xed, 0xc6, 0x01, 0x11, 0x76, 0x95, 0xad, 0x5a, 0xd6, 0x6b, 0xa0, 0xa0, 0x66, 0xf8, 0x5f, 0x0e, 0xdf, 0x84, 0xff, 0x08, 0xc6, 0x90, 0xd9, 0x83, 0xbf, 0x50, 0x77, 0xf1, 0xd9, 0x4f, 0xb7, 0x31, 0xfa, 0x8a, 0x06, 0xa3, 0xaa, 0x40, 0xc5, 0x25, 0x29, 0xa1, 0x74, 0xcb, 0x43, 0x6d, 0x9c, 0x76, 0xa4, 0x56, 0xd0, 0x86, 0xb0, 0x36, 0x04, 0xfb, 0xb9, 0x7e, 0x6d, 0x8b, 0x06, 0x04, 0x5e, 0x4c, 0x9c, 0xb6, 0xc4, 0x8b, 0x87, 0x32, 0xc2, 0xd2, 0x23, 0x48, 0x1f, 0x4d, 0x1c, 0x71, 0x8a, 0x15, 0x22, 0x8c, 0xf2, 0xca, 0xff, 0xf7, 0xba, 0x98, 0xbc, 0x3e, 0x72, 0xbe, 0x21, 0x0b, 0x27, 0x8b, 0x6a, 0x58, 0x6f, 0xc2, 0xec, 0xe1, 0x78, 0xd4, 0xc7, 0x26, 0x4d, 0x91, 0x4d, 0x4e, 0xb0, 0x10, 0x7d, 0xba, 0xd7, 0x62, 0xc3, 0xd3, 0xdf, 0x3f, 0x9d, 0xc7, 0x1f, 0xc6, 0xa8, 0x75, 0xc1, 0xa2, 0x58, 0x36, 0x8e, 0xe3, 0x37, 0x99, 0xb0, 0x6a, 0x46, 0xad, 0xf2, 0x55, 0x5c, 0x22, 0xbf, 0x85, 0xfe, 0xdd, 0xa0, 0xea, 0xa5, 0x3f, 0x86, 0x52, 0x55, 0x50 } } }; static const struct cckprng_op_refresh op_refresh_3975 = { .hd = { .id = 3755, .kind = OP_REFRESH }, .rand = 15687047365683243836ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3976 = { .hd = { .id = 3756, .kind = OP_REFRESH }, .rand = 16909786777144242426ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_3977[] = { (const struct cckprng_op *)&op_init_3961, (const struct cckprng_op *)&op_init_3962, (const struct cckprng_op *)&op_reseed_3963, (const struct cckprng_op *)&op_init_3964, (const struct cckprng_op *)&op_init_3965, (const struct cckprng_op *)&op_init_3966, (const struct cckprng_op *)&op_init_3967, (const struct cckprng_op *)&op_init_3968, (const struct cckprng_op *)&op_refresh_3969, (const struct cckprng_op *)&op_reseed_3970, (const struct cckprng_op *)&op_reseed_3971, (const struct cckprng_op *)&op_refresh_3972, (const struct cckprng_op *)&op_init_3973, (const struct cckprng_op *)&op_init_3974, (const struct cckprng_op *)&op_refresh_3975, (const struct cckprng_op *)&op_refresh_3976 }; static const struct cckprng_vector vec_3978 = { .id = 3757, .note = NULL, .nops = 16, .ops = ops_3977 }; static const struct cckprng_op_init op_init_3979 = { .hd = { .id = 3758, .kind = OP_INIT }, .seed = { 0xac, 0x12, 0xa4, 0xfc, 0x60, 0x53, 0x38, 0xf2, 0xd5, 0x3c, 0x3f, 0x19, 0xae, 0x6d, 0xfc, 0x99, 0x24, 0x9c, 0xcd, 0x6a, 0x6d, 0x8e, 0x5c, 0x92, 0xa5, 0xcf, 0x30, 0x4d, 0xed, 0x49, 0xd9, 0x61 }, .nonce = { 0x88, 0x33, 0xc9, 0x41, 0xd8, 0xfa, 0x18, 0x12 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3980 = { .hd = { .id = 3759, .kind = OP_REFRESH }, .rand = 2528625648163520982ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3981 = { .hd = { .id = 3760, .kind = OP_REFRESH }, .rand = 1850853153942246525ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_3982 = { .hd = { .id = 3761, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0xdf, 0x06, 0x33, 0x93, 0x4c, 0xf0, 0x47, 0x86, 0x9e, 0xcb, 0x17, 0x34, 0x8a, 0x72, 0x34, 0x2f, 0x62, 0xda, 0x2f, 0x89, 0x48, 0x91, 0xa5, 0x81, 0x35, 0xb3, 0xc7, 0x58, 0x6a, 0xca, 0xfb, 0x45, 0x57, 0x21, 0x4d, 0x5b, 0x4a, 0x02, 0x2f, 0x47, 0x0a, 0xbe, 0x5e, 0xe8, 0x56, 0x18, 0xfc, 0x7d, 0xbc, 0x91, 0xab, 0x75, 0x7e, 0xd3, 0xf6, 0xac, 0x40, 0xa4, 0x43, 0x49, 0x6b, 0xd7, 0x0d, 0xf5, 0xd6, 0xee, 0x0d, 0x0a, 0xc7, 0x7f, 0x9d, 0x3f, 0x70, 0x1f, 0xb2, 0x13, 0xb5, 0xb4, 0x27, 0x9e, 0x19, 0x63, 0xe6, 0xd7, 0xac, 0xf9, 0x06, 0x3d, 0x38, 0x7b, 0x85, 0xc3, 0x2e, 0x53, 0xd9, 0x12, 0x12, 0x3c, 0x39, 0x1e, 0x06, 0xc8, 0xfb, 0x7f, 0xa2, 0x31, 0xcc, 0x9e, 0xf2, 0x22, 0x6b, 0x3e, 0x75, 0x75, 0xec, 0xad, 0x17, 0xc9, 0x11, 0xb5, 0xd3, 0xcc, 0x57, 0xea, 0xf0, 0xd9, 0x1d, 0x9b, 0xfe, 0xce, 0x54, 0x62, 0x55, 0x85, 0x7c, 0x98, 0x47, 0x3c, 0x25 } } }; static const struct cckprng_op_reseed op_reseed_3983 = { .hd = { .id = 3762, .kind = OP_RESEED }, .nonce = 4394353473788374736ULL, .seed_nbytes = 47, .seed = { 0x4a, 0x4b, 0xa2, 0x62, 0x01, 0x44, 0x05, 0x6c, 0x0e, 0x9b, 0x91, 0x0d, 0x02, 0xae, 0x72, 0x66, 0x63, 0x76, 0x16, 0x8c, 0x87, 0xdc, 0x96, 0x1c, 0xe3, 0xb3, 0x5a, 0xdb, 0x8b, 0xdd, 0x13, 0x20, 0x9a, 0x89, 0xe0, 0xe0, 0xcb, 0x13, 0x5e, 0xb4, 0xff, 0xd9, 0x45, 0xb6, 0xcf, 0x4d, 0x98 } }; static const struct cckprng_op_reseed op_reseed_3984 = { .hd = { .id = 3763, .kind = OP_RESEED }, .nonce = 9363475667152243738ULL, .seed_nbytes = 169, .seed = { 0xc5, 0x50, 0x8c, 0xb8, 0xcc, 0x3a, 0xe9, 0x63, 0x2a, 0x19, 0x0e, 0x0c, 0x2b, 0x46, 0x6b, 0x14, 0xd3, 0x0b, 0xef, 0xf8, 0xe9, 0x03, 0xe8, 0xc7, 0x2c, 0xca, 0xdb, 0x36, 0xd4, 0xcd, 0xbb, 0xe3, 0xc0, 0x18, 0x74, 0x89, 0x6e, 0x27, 0xa5, 0x71, 0x77, 0xf9, 0x93, 0xa9, 0xb6, 0x1c, 0x71, 0xec, 0x10, 0xfe, 0xca, 0xbb, 0x11, 0x5c, 0x9f, 0xda, 0x09, 0xb5, 0x32, 0xb8, 0xe9, 0x3f, 0x8e, 0x48, 0x8d, 0x18, 0x9e, 0x54, 0xe0, 0x25, 0xab, 0xb3, 0x3d, 0x00, 0xca, 0xa4, 0xb0, 0xa8, 0x2d, 0x71, 0x7d, 0xca, 0xf2, 0xee, 0x3c, 0xd2, 0x44, 0x1a, 0x5a, 0x4f, 0x1b, 0xc0, 0xdb, 0x87, 0x13, 0x47, 0x55, 0x12, 0x22, 0x3f, 0xf9, 0x6d, 0xba, 0xde, 0xb5, 0xf8, 0x16, 0xbd, 0x3b, 0x01, 0x1d, 0x09, 0x98, 0x5b, 0x90, 0xf5, 0xa3, 0x5c, 0x09, 0x04, 0x0d, 0x21, 0x76, 0x7b, 0xa8, 0xd7, 0xba, 0xd3, 0x11, 0xe5, 0x7e, 0x2f, 0x77, 0x47, 0x13, 0xe7, 0x28, 0xa5, 0xe8, 0x5b, 0x99, 0xd5, 0xbf, 0xd4, 0xfc, 0x43, 0x67, 0xae, 0x1f, 0x88, 0xdb, 0xa5, 0x6c, 0x20, 0xfe, 0x65, 0x49, 0x65, 0x32, 0xee, 0xb6, 0x3d, 0x79, 0x4f, 0xd9, 0xd6, 0xfb, 0xaf, 0xb4 } }; static const struct cckprng_op_refresh op_refresh_3985 = { .hd = { .id = 3764, .kind = OP_REFRESH }, .rand = 9241039511866124671ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3986 = { .hd = { .id = 3765, .kind = OP_REFRESH }, .rand = 16839514604601235215ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3987 = { .hd = { .id = 3766, .kind = OP_RESEED }, .nonce = 12373931870095618254ULL, .seed_nbytes = 221, .seed = { 0xdf, 0x7b, 0x21, 0x88, 0xd4, 0x1b, 0x1e, 0x09, 0xd2, 0xc8, 0x01, 0x37, 0xfa, 0x26, 0x0e, 0xdd, 0x08, 0x0a, 0x72, 0x0c, 0xdf, 0xfe, 0x2d, 0xb2, 0xfa, 0x67, 0x35, 0x47, 0xfa, 0x7b, 0x71, 0xef, 0x0f, 0x02, 0x98, 0x68, 0xe9, 0x75, 0x8b, 0x6b, 0xc0, 0x85, 0xdd, 0xb6, 0x19, 0xad, 0x1f, 0xdb, 0xef, 0x88, 0x3a, 0x7b, 0x9e, 0xec, 0xd1, 0x22, 0xda, 0x6e, 0xec, 0x82, 0xad, 0xf2, 0x94, 0x1c, 0x90, 0xff, 0x7f, 0x57, 0xa0, 0xb2, 0x21, 0x33, 0xc9, 0xee, 0x3b, 0x0f, 0x43, 0xd2, 0x4c, 0xc6, 0x9f, 0x95, 0x48, 0xd2, 0x7f, 0x5d, 0xf1, 0xfc, 0x5d, 0x54, 0x4c, 0x0d, 0x45, 0xed, 0x6d, 0xae, 0x47, 0x33, 0x12, 0x36, 0xc9, 0x0e, 0x66, 0x8a, 0x08, 0xa1, 0xa1, 0xea, 0x3e, 0x30, 0x1f, 0xdf, 0xb5, 0x98, 0x2a, 0xdc, 0xd5, 0x99, 0xf7, 0x4f, 0x51, 0xd3, 0x60, 0xdf, 0x34, 0x60, 0xd6, 0xd4, 0xcb, 0x40, 0xb1, 0x5a, 0xf6, 0x03, 0xd9, 0xc5, 0x0a, 0xe4, 0x50, 0xc5, 0xcd, 0xe0, 0x9c, 0xd3, 0xda, 0x0b, 0x64, 0x57, 0x3a, 0xf1, 0xbf, 0xb0, 0x00, 0xc0, 0xc2, 0x62, 0xdd, 0x92, 0x21, 0x6d, 0x66, 0x71, 0xe3, 0xa2, 0x84, 0x08, 0xd6, 0xe7, 0x33, 0x80, 0x79, 0x56, 0x8b, 0x3b, 0x78, 0xb2, 0x90, 0xf2, 0x5b, 0x57, 0x1b, 0x2a, 0x2e, 0x0a, 0xa4, 0x87, 0x66, 0x0f, 0xb6, 0x02, 0x28, 0x9b, 0xf4, 0xa9, 0xf7, 0xac, 0x3b, 0x17, 0xdb, 0xb4, 0x5c, 0x28, 0x1a, 0xc5, 0x18, 0x0d, 0x90, 0xb7, 0x73, 0x75, 0x5f, 0x28, 0xca, 0xaf, 0xa3, 0xb0, 0xe4, 0x64, 0xc4, 0x43, 0x70 } }; static const struct cckprng_op_reseed op_reseed_3988 = { .hd = { .id = 3767, .kind = OP_RESEED }, .nonce = 7801931640490631558ULL, .seed_nbytes = 236, .seed = { 0x39, 0xa4, 0x52, 0x83, 0x0f, 0x4a, 0xfc, 0x7a, 0x58, 0x15, 0xd6, 0xc4, 0x9c, 0x60, 0x3d, 0x0a, 0xdb, 0x93, 0x98, 0x8f, 0x84, 0x35, 0xd8, 0xbc, 0x68, 0x01, 0x22, 0x9e, 0x6b, 0x15, 0x4a, 0x5a, 0xf3, 0x39, 0x60, 0x41, 0x1a, 0x9c, 0x1c, 0xa7, 0x3e, 0x29, 0x0f, 0x4d, 0xf6, 0x3b, 0x25, 0x23, 0xd6, 0x92, 0x8d, 0x14, 0x1f, 0x79, 0xd6, 0x0f, 0xe2, 0xc3, 0xbb, 0x70, 0x89, 0x10, 0xf9, 0xf2, 0x03, 0x7f, 0xaf, 0x8b, 0x11, 0x0e, 0x07, 0x6f, 0xf7, 0x07, 0xa1, 0x56, 0xb2, 0xef, 0x89, 0x37, 0x58, 0x67, 0xc0, 0x2a, 0xe0, 0x7d, 0x91, 0x42, 0x35, 0xb0, 0xe0, 0x8f, 0xcd, 0x0d, 0x1b, 0x42, 0x11, 0x4a, 0x30, 0x57, 0xfa, 0x8a, 0x76, 0x67, 0x68, 0x0c, 0x7f, 0x70, 0xce, 0x89, 0xf2, 0xf5, 0x56, 0x88, 0xde, 0x69, 0x8b, 0xd3, 0x08, 0x12, 0xfe, 0x87, 0xa9, 0xcd, 0xc8, 0x88, 0x64, 0x40, 0x14, 0x4e, 0x9f, 0x5f, 0x97, 0x3e, 0xc2, 0x1f, 0x2a, 0x3f, 0xb5, 0x43, 0xbf, 0x00, 0xfd, 0x4e, 0x27, 0x1c, 0xaa, 0x53, 0x48, 0x41, 0xc1, 0x13, 0xf2, 0x4a, 0x9b, 0x39, 0xac, 0x15, 0x31, 0x01, 0xf8, 0xab, 0x3b, 0x62, 0xfc, 0x45, 0xe7, 0x46, 0xc7, 0x87, 0x98, 0x38, 0x1c, 0x4c, 0x38, 0xa0, 0x35, 0xaa, 0x7d, 0x23, 0xae, 0x80, 0x2d, 0x54, 0x46, 0xc5, 0xbc, 0x1a, 0x2a, 0xd9, 0x43, 0x23, 0x36, 0x5e, 0xbb, 0x00, 0x5c, 0xcd, 0x92, 0xab, 0x93, 0x84, 0xe7, 0x37, 0xa5, 0x04, 0x10, 0x50, 0xff, 0xfd, 0x4b, 0xaf, 0xbb, 0x92, 0xcf, 0x23, 0x0b, 0x6c, 0x66, 0x0a, 0x02, 0x1b, 0x1a, 0x4d, 0x4f, 0xae, 0x8c, 0x84, 0xeb, 0x7a, 0xf8, 0xc4, 0xa8, 0x09, 0x12, 0x76 } }; static const struct cckprng_op_refresh op_refresh_3989 = { .hd = { .id = 3768, .kind = OP_REFRESH }, .rand = 7794965894248161050ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3990 = { .hd = { .id = 3769, .kind = OP_RESEED }, .nonce = 3474755175539505722ULL, .seed_nbytes = 64, .seed = { 0xf3, 0x30, 0xc0, 0x70, 0x9c, 0x90, 0x60, 0xb2, 0x1e, 0xda, 0x7b, 0x0d, 0xde, 0x98, 0x87, 0xb7, 0x68, 0x74, 0x1d, 0x79, 0xd7, 0x2e, 0xe0, 0xbb, 0x01, 0x66, 0xca, 0xde, 0xfd, 0xe7, 0xd7, 0x57, 0x96, 0x05, 0x69, 0x4d, 0x88, 0x25, 0x81, 0x8f, 0x0b, 0xb4, 0x4b, 0xa0, 0x3a, 0xfb, 0xcd, 0x4d, 0xf5, 0x36, 0x51, 0x30, 0xda, 0x8c, 0x97, 0x84, 0x82, 0x30, 0xce, 0xba, 0x98, 0x5a, 0x5a, 0xa1 } }; static const struct cckprng_op_reseed op_reseed_3991 = { .hd = { .id = 3770, .kind = OP_RESEED }, .nonce = 10447232423724901676ULL, .seed_nbytes = 87, .seed = { 0x69, 0xe2, 0xff, 0xe2, 0x91, 0xdd, 0xd9, 0xf2, 0xbc, 0x12, 0x8c, 0x0c, 0x71, 0x63, 0x85, 0x40, 0x4e, 0x07, 0xda, 0x5c, 0x64, 0xb6, 0x45, 0x4f, 0xa9, 0x02, 0x19, 0x90, 0xfe, 0x42, 0xfc, 0x50, 0x06, 0xde, 0xbc, 0x04, 0xfd, 0x23, 0xaf, 0x84, 0x90, 0x2e, 0x09, 0x5b, 0x04, 0xe5, 0xb3, 0xbd, 0x8a, 0x1e, 0x8d, 0x2e, 0x53, 0xd4, 0x91, 0x5a, 0xe3, 0x42, 0x7d, 0x29, 0x5a, 0x1f, 0xa3, 0xd9, 0x0a, 0x66, 0xa9, 0xb7, 0x41, 0xf1, 0xf0, 0xdc, 0x45, 0x14, 0x61, 0x2f, 0xe6, 0x56, 0xab, 0x7e, 0x54, 0xd3, 0xed, 0x8e, 0x8f, 0x90, 0xe9 } }; static const struct cckprng_op_refresh op_refresh_3992 = { .hd = { .id = 3771, .kind = OP_REFRESH }, .rand = 3856724258537061567ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_3993 = { .hd = { .id = 3772, .kind = OP_REFRESH }, .rand = 2426781835420341666ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_3994 = { .hd = { .id = 3773, .kind = OP_RESEED }, .nonce = 2770974412128754717ULL, .seed_nbytes = 155, .seed = { 0x02, 0x2b, 0xae, 0x11, 0xa7, 0x7a, 0x53, 0xd8, 0x43, 0xff, 0xe2, 0x83, 0x6b, 0xe3, 0x55, 0x42, 0x55, 0xe8, 0xd8, 0x00, 0x29, 0x32, 0x6b, 0xe5, 0x80, 0xfd, 0xf3, 0xb9, 0xc6, 0xd3, 0x90, 0xe3, 0xec, 0x9e, 0x9d, 0x75, 0xdf, 0x99, 0xf3, 0x86, 0x01, 0xa7, 0x4b, 0x96, 0x64, 0x33, 0xc3, 0x28, 0x81, 0xe7, 0x3e, 0x98, 0xaf, 0xd2, 0x88, 0xa3, 0x6d, 0xbc, 0x25, 0xd9, 0x1d, 0x59, 0xe5, 0x88, 0xac, 0x62, 0x57, 0xc6, 0xfb, 0x57, 0x56, 0x9c, 0x65, 0xd3, 0xfa, 0x75, 0xc9, 0x2c, 0xb1, 0x9e, 0x89, 0xf0, 0xda, 0xf9, 0x97, 0x52, 0xb4, 0xee, 0x66, 0x73, 0xda, 0xf4, 0xc6, 0xba, 0x68, 0x36, 0xf4, 0xdc, 0x1c, 0xde, 0xde, 0xb3, 0xdb, 0x4c, 0x1a, 0x99, 0xd0, 0x68, 0x7f, 0x08, 0x4c, 0x62, 0xe9, 0xa1, 0xc1, 0x7c, 0x9e, 0x97, 0x50, 0xb8, 0x62, 0x3c, 0x9a, 0xd6, 0x5b, 0x9a, 0x82, 0xf2, 0x0b, 0x62, 0x21, 0x11, 0xd6, 0x24, 0x67, 0x00, 0x17, 0xcb, 0x80, 0xf9, 0x92, 0xdb, 0xc6, 0xcd, 0xdb, 0x7e, 0x39, 0x74, 0xe3, 0xa6, 0x90, 0x27, 0x67, 0x99, 0xe7 } }; static const struct cckprng_op *ops_3995[] = { (const struct cckprng_op *)&op_init_3979, (const struct cckprng_op *)&op_refresh_3980, (const struct cckprng_op *)&op_refresh_3981, (const struct cckprng_op *)&op_init_3982, (const struct cckprng_op *)&op_reseed_3983, (const struct cckprng_op *)&op_reseed_3984, (const struct cckprng_op *)&op_refresh_3985, (const struct cckprng_op *)&op_refresh_3986, (const struct cckprng_op *)&op_reseed_3987, (const struct cckprng_op *)&op_reseed_3988, (const struct cckprng_op *)&op_refresh_3989, (const struct cckprng_op *)&op_reseed_3990, (const struct cckprng_op *)&op_reseed_3991, (const struct cckprng_op *)&op_refresh_3992, (const struct cckprng_op *)&op_refresh_3993, (const struct cckprng_op *)&op_reseed_3994 }; static const struct cckprng_vector vec_3996 = { .id = 3774, .note = NULL, .nops = 16, .ops = ops_3995 }; static const struct cckprng_op_init op_init_3997 = { .hd = { .id = 3775, .kind = OP_INIT }, .seed = { 0x33, 0xa1, 0xa4, 0x49, 0x45, 0x93, 0x79, 0x3c, 0xef, 0x74, 0xc8, 0x83, 0xef, 0xb0, 0xeb, 0xa6, 0x76, 0xcb, 0xae, 0x2a, 0x2b, 0xe7, 0x7a, 0xe0, 0x85, 0xca, 0x4b, 0x41, 0x96, 0x94, 0xea, 0x8b }, .nonce = { 0x8e, 0x85, 0xef, 0x96, 0x27, 0x10, 0x70, 0x9b }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_3998 = { .hd = { .id = 3776, .kind = OP_REFRESH }, .rand = 1971432730207386165ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_3999 = { .hd = { .id = 3777, .kind = OP_REFRESH }, .rand = 13750739495343845557ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4000 = { .hd = { .id = 3778, .kind = OP_REFRESH }, .rand = 2722656903518178681ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4001 = { .hd = { .id = 3779, .kind = OP_RESEED }, .nonce = 1659431314817089952ULL, .seed_nbytes = 75, .seed = { 0xbc, 0x25, 0x8e, 0x50, 0xdc, 0x68, 0x7f, 0xce, 0x3e, 0x52, 0xaf, 0xd0, 0x0f, 0xe3, 0x30, 0x48, 0xe1, 0xf8, 0x63, 0x40, 0x34, 0xab, 0xa2, 0x9e, 0xfb, 0xd3, 0x11, 0x43, 0xb3, 0x47, 0xb3, 0x36, 0x9c, 0x88, 0x4f, 0x9e, 0x6f, 0x21, 0x16, 0xb6, 0xe3, 0x90, 0xe2, 0x17, 0x01, 0xa4, 0x9c, 0xb5, 0xc0, 0x7b, 0x5f, 0x34, 0x79, 0x57, 0x25, 0x02, 0x40, 0x7a, 0xea, 0x36, 0xd8, 0x72, 0x50, 0x62, 0x1b, 0x96, 0x0c, 0x1b, 0xc0, 0x96, 0x8d, 0xa7, 0x00, 0xf4, 0x18 } }; static const struct cckprng_op_refresh op_refresh_4002 = { .hd = { .id = 3780, .kind = OP_REFRESH }, .rand = 12475060597933865845ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4003 = { .hd = { .id = 3781, .kind = OP_GENERATE }, .rand_nbytes = 217, .out = { .rand = { 0x67, 0xe8, 0x52, 0x0f, 0x67, 0xdf, 0x0c, 0x50, 0x77, 0x92, 0xbf, 0x3a, 0x3f, 0x7d, 0x00, 0x3e, 0xb7, 0x3f, 0x2b, 0xce, 0x0a, 0xd3, 0xcc, 0xc7, 0xb6, 0x39, 0xfc, 0xad, 0x45, 0x9b, 0x07, 0x6b, 0x04, 0xc8, 0xf4, 0x43, 0x0d, 0xab, 0xbb, 0x15, 0xc7, 0xfa, 0x36, 0x8d, 0x7c, 0xfc, 0xbc, 0x17, 0x84, 0x44, 0x45, 0x72, 0xcb, 0xe9, 0x52, 0xe1, 0xb1, 0x77, 0x36, 0xec, 0xb6, 0x38, 0xd6, 0x8f, 0x2a, 0x79, 0x0a, 0xeb, 0xbb, 0xe2, 0x65, 0xd5, 0xfe, 0x98, 0x81, 0x8d, 0x44, 0x98, 0xec, 0xa0, 0x1e, 0xbd, 0x2f, 0xb0, 0x1d, 0x7b, 0x78, 0x95, 0x0d, 0x3b, 0x0e, 0xcc, 0x48, 0xbc, 0x8a, 0xb3, 0x53, 0xef, 0xc4, 0xf0, 0x3f, 0x7a, 0xb3, 0x27, 0x79, 0x2c, 0xe9, 0x8a, 0x34, 0xf9, 0x60, 0x39, 0xbd, 0x22, 0x75, 0x8a, 0xef, 0x2f, 0x51, 0x51, 0x82, 0xb4, 0x40, 0x61, 0xdd, 0x99, 0x07, 0x99, 0x62, 0x77, 0x82, 0xa8, 0x6d, 0xc3, 0x8a, 0xb3, 0xa4, 0x58, 0x35, 0xdf, 0x32, 0x65, 0xee, 0xf3, 0xf5, 0x0e, 0xa7, 0x2a, 0x74, 0x42, 0xe0, 0xd0, 0xa4, 0xbf, 0x28, 0x7a, 0xfd, 0xb5, 0x9e, 0x2e, 0x04, 0x9f, 0x60, 0x9d, 0xc3, 0x81, 0xbe, 0xb5, 0xac, 0x90, 0xde, 0xfb, 0xf1, 0x09, 0x21, 0x9d, 0x6c, 0x3e, 0xc3, 0x21, 0x28, 0xd4, 0x16, 0x9e, 0x55, 0x11, 0xa8, 0x78, 0x8d, 0x1d, 0xcf, 0x8d, 0x4d, 0xe1, 0x55, 0xeb, 0xb8, 0x3f, 0x83, 0xd0, 0x77, 0xcd, 0xe6, 0x45, 0xea, 0x16, 0x3e, 0x28, 0xf4, 0x60, 0xd2, 0x87, 0x2a, 0x05, 0xb7, 0xd5, 0xb0 } } }; static const struct cckprng_op_reseed op_reseed_4004 = { .hd = { .id = 3782, .kind = OP_RESEED }, .nonce = 18317459246037109410ULL, .seed_nbytes = 93, .seed = { 0x08, 0x1a, 0x0f, 0xef, 0xd8, 0xc0, 0xef, 0x85, 0x72, 0xe9, 0x7b, 0xfc, 0xff, 0xd1, 0xed, 0xd1, 0x01, 0x7f, 0x9f, 0x39, 0xb6, 0xa1, 0xd8, 0xd1, 0xad, 0x03, 0x8a, 0xb8, 0xb5, 0xc6, 0x32, 0xad, 0xb1, 0xa3, 0x1e, 0xe5, 0x35, 0x15, 0xe4, 0x72, 0x86, 0xc7, 0xe7, 0xc6, 0x82, 0x79, 0xbd, 0x74, 0xf9, 0x28, 0xcf, 0xa5, 0x56, 0x19, 0xb8, 0x28, 0xa3, 0xc0, 0x4b, 0xf4, 0xb0, 0xf4, 0x7c, 0xac, 0xb4, 0xab, 0xaa, 0x98, 0x64, 0x87, 0xa4, 0xe7, 0x57, 0xc9, 0x00, 0xd2, 0x1f, 0x3b, 0x79, 0xaf, 0xb5, 0x94, 0xe5, 0x73, 0xaf, 0xfb, 0x08, 0x00, 0xc4, 0x48, 0x40, 0x63, 0x3c } }; static const struct cckprng_op_generate op_init_4005 = { .hd = { .id = 3783, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0xfe, 0x30, 0xda, 0xc4, 0x20, 0x3b, 0xa6, 0x91, 0xaf, 0xaf, 0x33, 0x52, 0x82, 0xeb, 0x7e, 0x16, 0x56, 0xe0, 0xaf, 0x6c, 0x73, 0x4d, 0x65, 0xe7, 0xaf, 0x9a, 0xec, 0xb7, 0xf8, 0x03, 0xed, 0x95, 0x4f, 0x01, 0xb3, 0x9c, 0x83, 0xed, 0x6c, 0xc4, 0xf4, 0x77, 0x3d, 0xd7, 0x1d, 0x61, 0x80, 0xaa, 0x93, 0xe3, 0xac, 0xbb, 0xc6, 0x48, 0x7a, 0xd0, 0x31, 0x6e, 0x9d, 0x33, 0x22, 0x07, 0x3d, 0xf4, 0xa7, 0xbe, 0xe2, 0x6f, 0xc5, 0x9c, 0xf8, 0x7b, 0xb0, 0xe8, 0x29, 0xba, 0x8c, 0xc3, 0x80, 0xa3, 0x82, 0xae, 0x61, 0x65, 0xc2, 0x4c, 0x22, 0x9a, 0x40, 0x5d, 0x02, 0x76, 0xf0, 0xe7, 0xd4, 0xf5, 0x66, 0xbc, 0x21, 0x39, 0x84, 0x11, 0x33, 0xe7, 0xfb, 0x38, 0xdb, 0x16, 0x34, 0xb6, 0x9e, 0x73, 0xbb, 0xca, 0xa1, 0x00, 0xd1, 0x9b, 0xd0, 0x0a, 0x10, 0x34, 0xb7, 0x66, 0x86, 0x2e } } }; static const struct cckprng_op_refresh op_refresh_4006 = { .hd = { .id = 3784, .kind = OP_REFRESH }, .rand = 17358575796242027533ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4007 = { .hd = { .id = 3785, .kind = OP_REFRESH }, .rand = 4144075108279455035ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4008 = { .hd = { .id = 3786, .kind = OP_GENERATE }, .rand_nbytes = 53, .out = { .rand = { 0x45, 0xcd, 0x64, 0xee, 0x5f, 0xb1, 0xa7, 0x51, 0xd1, 0x08, 0x86, 0xf3, 0x70, 0xad, 0xdd, 0xe2, 0x3c, 0x24, 0x24, 0x43, 0xda, 0xcf, 0x76, 0x2a, 0xe4, 0x01, 0xaa, 0xa4, 0x93, 0xf1, 0x24, 0x8d, 0x0e, 0xa7, 0x06, 0x48, 0x61, 0x86, 0xa1, 0x36, 0x83, 0x08, 0x9f, 0xb7, 0x92, 0xc2, 0x22, 0xe6, 0xbe, 0xcd, 0x38, 0x20, 0xb2 } } }; static const struct cckprng_op_generate op_init_4009 = { .hd = { .id = 3787, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0x20, 0x9b, 0x16, 0xcf, 0x3e, 0x8b, 0x64, 0x64, 0x1f } } }; static const struct cckprng_op_generate op_init_4010 = { .hd = { .id = 3788, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0xa0, 0x99, 0x44, 0x32, 0xd7, 0x5c, 0x37, 0x83, 0x4f } } }; static const struct cckprng_op_refresh op_refresh_4011 = { .hd = { .id = 3789, .kind = OP_REFRESH }, .rand = 11172507964953550388ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4012 = { .hd = { .id = 3790, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0x30, 0x65, 0x5d, 0x6c, 0x4d, 0x96, 0x43, 0x04, 0x45, 0x01, 0xd1, 0xdb, 0xbe, 0xd6, 0x07, 0xd6, 0x5a, 0x5a, 0xfa, 0x7d, 0x86, 0xcb, 0x65, 0xcb, 0x4d, 0x79, 0xb8, 0x8c, 0x7a, 0x0a, 0x97, 0xad, 0x12, 0x4b, 0x7d, 0xff, 0x86, 0xd7, 0x75, 0x37, 0x77, 0xd5, 0x5f, 0x2b, 0xc3, 0xe8, 0xb1, 0x0a, 0xf4, 0x1d } } }; static const struct cckprng_op *ops_4013[] = { (const struct cckprng_op *)&op_init_3997, (const struct cckprng_op *)&op_refresh_3998, (const struct cckprng_op *)&op_refresh_3999, (const struct cckprng_op *)&op_refresh_4000, (const struct cckprng_op *)&op_reseed_4001, (const struct cckprng_op *)&op_refresh_4002, (const struct cckprng_op *)&op_init_4003, (const struct cckprng_op *)&op_reseed_4004, (const struct cckprng_op *)&op_init_4005, (const struct cckprng_op *)&op_refresh_4006, (const struct cckprng_op *)&op_refresh_4007, (const struct cckprng_op *)&op_init_4008, (const struct cckprng_op *)&op_init_4009, (const struct cckprng_op *)&op_init_4010, (const struct cckprng_op *)&op_refresh_4011, (const struct cckprng_op *)&op_init_4012 }; static const struct cckprng_vector vec_4014 = { .id = 3791, .note = NULL, .nops = 16, .ops = ops_4013 }; static const struct cckprng_op_init op_init_4015 = { .hd = { .id = 3792, .kind = OP_INIT }, .seed = { 0x71, 0xfb, 0x57, 0x81, 0x4a, 0x80, 0x5f, 0x84, 0x55, 0x59, 0xcf, 0x41, 0x45, 0x98, 0x78, 0xb8, 0xfe, 0x44, 0x80, 0xd7, 0xc3, 0x23, 0x56, 0x9f, 0x86, 0x50, 0xcb, 0xb3, 0x7d, 0xaa, 0x11, 0x63 }, .nonce = { 0x28, 0x8e, 0x68, 0xcb, 0x4a, 0x47, 0xce, 0x80 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4016 = { .hd = { .id = 3793, .kind = OP_REFRESH }, .rand = 17710886508385829544ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4017 = { .hd = { .id = 3794, .kind = OP_RESEED }, .nonce = 15566132738040686849ULL, .seed_nbytes = 25, .seed = { 0xad, 0x33, 0x8e, 0x5c, 0x6c, 0xde, 0xa3, 0x44, 0x68, 0xe6, 0xbc, 0x52, 0xe9, 0x6b, 0xe7, 0xb8, 0x52, 0x18, 0x94, 0xfd, 0x8e, 0x98, 0x2b, 0xe0, 0x4f } }; static const struct cckprng_op_reseed op_reseed_4018 = { .hd = { .id = 3795, .kind = OP_RESEED }, .nonce = 11038136995237157994ULL, .seed_nbytes = 191, .seed = { 0x3c, 0xd7, 0xff, 0x0b, 0x51, 0x10, 0x04, 0x9d, 0x81, 0x19, 0x13, 0x36, 0xb7, 0xc5, 0xc1, 0x2e, 0x6f, 0xfa, 0x18, 0x2b, 0x25, 0x3a, 0xe4, 0x99, 0x90, 0xad, 0x43, 0xa1, 0x42, 0x4a, 0xf9, 0xe6, 0x0d, 0x19, 0x70, 0x4f, 0x6b, 0x4e, 0xc5, 0x6b, 0x49, 0x11, 0x78, 0x97, 0x3d, 0x9f, 0x42, 0xa2, 0x4a, 0x98, 0xbc, 0x56, 0x79, 0x13, 0x67, 0xf4, 0x53, 0x06, 0x81, 0xfc, 0xad, 0x75, 0xe9, 0xbe, 0xf3, 0xb0, 0x48, 0xcb, 0x72, 0x83, 0x94, 0xfc, 0x70, 0x5a, 0x36, 0xb7, 0x15, 0x3c, 0x1a, 0xd3, 0x09, 0xed, 0x61, 0xac, 0xe9, 0x46, 0x9c, 0x3b, 0x37, 0xdf, 0x09, 0xf4, 0x83, 0x86, 0x3c, 0xd1, 0x5e, 0x0f, 0x62, 0xc7, 0x80, 0x49, 0xdb, 0xde, 0xe5, 0x1a, 0x34, 0xa8, 0xe9, 0xb1, 0x6a, 0x04, 0x87, 0x0d, 0xc6, 0x69, 0xf2, 0x26, 0xd5, 0x7b, 0x41, 0xef, 0x01, 0x8d, 0x6c, 0x51, 0x55, 0xa7, 0xa4, 0x32, 0xa7, 0xd1, 0xa2, 0x90, 0x19, 0xb8, 0x48, 0xb9, 0x94, 0x64, 0x71, 0xd8, 0x17, 0xde, 0x80, 0x79, 0xcd, 0x95, 0xe2, 0x1e, 0xa1, 0x5f, 0xf7, 0x41, 0x2a, 0xfa, 0x32, 0xa9, 0xb0, 0xa9, 0xa3, 0xd7, 0xc2, 0x89, 0x1e, 0x40, 0x2d, 0x71, 0x6e, 0x5f, 0x66, 0xab, 0x05, 0xeb, 0x2e, 0x21, 0x00, 0x59, 0xd4, 0x3a, 0x11, 0xc4, 0xbb, 0x85, 0x43, 0x9e, 0x57, 0x0a, 0xe2, 0x41, 0xd6 } }; static const struct cckprng_op_reseed op_reseed_4019 = { .hd = { .id = 3796, .kind = OP_RESEED }, .nonce = 16862398137131376268ULL, .seed_nbytes = 164, .seed = { 0x32, 0xd7, 0xa0, 0x16, 0xe6, 0x14, 0x7b, 0xac, 0x1e, 0x2d, 0x33, 0x9c, 0xd3, 0x2c, 0xe0, 0x80, 0xa5, 0x3d, 0xca, 0xfd, 0x1e, 0xa2, 0x42, 0xe6, 0x4d, 0x64, 0x7a, 0x75, 0xe6, 0xe6, 0x03, 0x0c, 0x40, 0x52, 0x4c, 0x2b, 0xcb, 0xfb, 0x30, 0x73, 0xed, 0x0f, 0x0d, 0x2b, 0x53, 0xdc, 0x63, 0x70, 0x99, 0xe7, 0x11, 0xc7, 0x5e, 0xf8, 0x37, 0x19, 0x8e, 0x02, 0xdf, 0x82, 0xf6, 0xd6, 0x88, 0xa2, 0xc5, 0x75, 0xc3, 0x53, 0xee, 0x9b, 0x98, 0x00, 0x4f, 0x66, 0x4c, 0xe7, 0x4f, 0x51, 0x7c, 0xfd, 0xf1, 0x18, 0x26, 0x2b, 0xbf, 0x70, 0x41, 0x67, 0xc1, 0x5c, 0x9c, 0xeb, 0xfd, 0x6f, 0xc6, 0x76, 0x05, 0x6b, 0x2c, 0xc6, 0x2f, 0x78, 0x10, 0xae, 0x39, 0xb0, 0x41, 0x74, 0xeb, 0x0d, 0xbe, 0x5d, 0x14, 0xf7, 0x89, 0x01, 0x95, 0x2f, 0xaf, 0xe2, 0xb5, 0xd7, 0xd8, 0x8d, 0x26, 0x7a, 0xb8, 0xd4, 0x52, 0x87, 0xbc, 0x7f, 0x65, 0xfa, 0x9c, 0xab, 0x09, 0xb9, 0x41, 0x52, 0xdb, 0x2e, 0x12, 0xca, 0xae, 0x1a, 0x69, 0x60, 0xb3, 0xce, 0xb7, 0x98, 0x4b, 0xae, 0x6e, 0x9f, 0x34, 0xe5, 0xa8, 0x99, 0xc7, 0x12, 0x11, 0x1e } }; static const struct cckprng_op_reseed op_reseed_4020 = { .hd = { .id = 3797, .kind = OP_RESEED }, .nonce = 7528553108942999540ULL, .seed_nbytes = 126, .seed = { 0x3b, 0x07, 0x63, 0xf7, 0x9e, 0x80, 0x54, 0xf2, 0x75, 0x95, 0x89, 0x18, 0xb1, 0x9d, 0x18, 0xf7, 0xf1, 0xe5, 0x35, 0x41, 0x2e, 0x3a, 0x28, 0xf4, 0xb2, 0x36, 0x4c, 0x76, 0x70, 0x7d, 0xea, 0x39, 0xdc, 0x19, 0x54, 0x29, 0xde, 0x47, 0xb8, 0xd8, 0xe2, 0xe8, 0x92, 0xe9, 0x85, 0xe4, 0xcf, 0xac, 0xd0, 0xb4, 0x25, 0x22, 0x34, 0x85, 0x87, 0xda, 0x2d, 0x67, 0x37, 0x87, 0x3b, 0xc3, 0x7d, 0x21, 0xdb, 0x57, 0x03, 0x4e, 0x6d, 0xa2, 0xc3, 0x5d, 0x80, 0x29, 0x42, 0x7d, 0x49, 0x22, 0x55, 0xb4, 0x27, 0x60, 0xab, 0xa0, 0x83, 0xec, 0xd0, 0x47, 0x1f, 0x7f, 0x10, 0x33, 0x27, 0xa0, 0x79, 0x6d, 0xcb, 0xb5, 0xce, 0xcc, 0x29, 0xba, 0x21, 0xd6, 0x80, 0x21, 0x0a, 0x9f, 0x07, 0x96, 0x11, 0xa7, 0x98, 0x49, 0x87, 0x4f, 0xa8, 0x63, 0x2c, 0x77, 0xce, 0x94, 0x7b, 0x21, 0x1f, 0x80 } }; static const struct cckprng_op_refresh op_refresh_4021 = { .hd = { .id = 3798, .kind = OP_REFRESH }, .rand = 5605171706097955636ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4022 = { .hd = { .id = 3799, .kind = OP_GENERATE }, .rand_nbytes = 246, .out = { .rand = { 0x94, 0xf0, 0x86, 0xba, 0x17, 0x34, 0xbc, 0xd8, 0xae, 0x7d, 0x82, 0xd5, 0x45, 0x8d, 0xe0, 0x8d, 0xb2, 0x69, 0x53, 0x2b, 0x1c, 0x86, 0xd3, 0x56, 0x33, 0x23, 0xe1, 0x8a, 0x2a, 0x85, 0x77, 0x3a, 0xa7, 0xfd, 0x32, 0x35, 0xef, 0x79, 0xa1, 0x78, 0x5a, 0x14, 0xe8, 0xed, 0x64, 0xe2, 0xd1, 0xab, 0xdf, 0x90, 0x81, 0x73, 0xde, 0x37, 0xc1, 0xc9, 0x27, 0xab, 0xaa, 0x19, 0x90, 0x2c, 0x1f, 0x0b, 0x05, 0x60, 0x99, 0x22, 0x92, 0xab, 0x09, 0xf5, 0xd5, 0x69, 0xcc, 0xc1, 0x04, 0x41, 0x59, 0x3c, 0x2c, 0x51, 0x4a, 0xb2, 0xbb, 0xbc, 0x56, 0x69, 0x1a, 0x3b, 0x6b, 0x46, 0x1e, 0x78, 0x4b, 0x3d, 0xc7, 0xa0, 0xb8, 0x8e, 0x1d, 0x49, 0x79, 0x0c, 0x56, 0xd1, 0xa0, 0xe4, 0xdd, 0x7e, 0xfe, 0xdc, 0xf9, 0x27, 0x2b, 0xec, 0x62, 0xc5, 0x5a, 0x7a, 0x57, 0xc9, 0x9a, 0x71, 0x6b, 0x44, 0xcc, 0x4b, 0xf3, 0x3d, 0xef, 0xf8, 0xf1, 0xff, 0x21, 0xc9, 0xb4, 0xc4, 0x70, 0x6f, 0x8d, 0x72, 0x65, 0xba, 0x5e, 0xf5, 0xcc, 0xc0, 0xed, 0x54, 0xf2, 0x22, 0xe1, 0xf4, 0x97, 0x2d, 0xae, 0x65, 0x8a, 0x91, 0x03, 0x17, 0xbb, 0x10, 0x58, 0x5a, 0xe6, 0x04, 0x12, 0x50, 0x84, 0x8c, 0xbc, 0x24, 0x89, 0xb8, 0x50, 0xe1, 0x75, 0x8b, 0xc9, 0x5d, 0x37, 0x20, 0xac, 0x9f, 0x5e, 0x1c, 0xeb, 0x54, 0x26, 0x3e, 0xa8, 0xf8, 0xbc, 0xd9, 0x92, 0x82, 0xcc, 0x53, 0x54, 0x2c, 0x78, 0xe3, 0x05, 0xa3, 0x12, 0xb8, 0x20, 0xfc, 0xc4, 0xed, 0x36, 0xf5, 0xbf, 0xd8, 0xcb, 0xad, 0x58, 0xf4, 0xce, 0xa0, 0x5d, 0x3a, 0x2c, 0xab, 0xf8, 0x65, 0xde, 0xb2, 0x8d, 0x11, 0xf4, 0x16, 0x07, 0xf2, 0xc6, 0xb1, 0xe8, 0x2a, 0xf1, 0x88, 0xa1, 0x7b, 0x93, 0xfe } } }; static const struct cckprng_op_generate op_init_4023 = { .hd = { .id = 3800, .kind = OP_GENERATE }, .rand_nbytes = 161, .out = { .rand = { 0xda, 0x84, 0x48, 0x5a, 0xae, 0x5a, 0x1f, 0xa4, 0x6d, 0x31, 0x4e, 0x76, 0xed, 0xf8, 0x3d, 0x5e, 0xd1, 0xa0, 0x0e, 0xe5, 0xa3, 0xec, 0x56, 0x2f, 0x43, 0x1a, 0xa8, 0x64, 0x9a, 0x20, 0xd3, 0xac, 0xbf, 0x93, 0xb7, 0x85, 0x39, 0xd1, 0x6a, 0xce, 0x24, 0x05, 0xf9, 0xa1, 0x59, 0xd5, 0x60, 0x73, 0x51, 0x29, 0xa5, 0xa0, 0x6e, 0x76, 0xd7, 0xf5, 0x5c, 0xfc, 0x8d, 0xc0, 0xf4, 0x6b, 0x7a, 0x9e, 0x25, 0x99, 0xe7, 0xef, 0x9f, 0x4d, 0xba, 0x26, 0x47, 0xe5, 0xdc, 0x4b, 0xd7, 0x3f, 0x54, 0x9f, 0xb3, 0x55, 0x59, 0x02, 0x19, 0xae, 0x18, 0x78, 0xbe, 0xe3, 0xf7, 0xfb, 0x9c, 0x07, 0x8e, 0x43, 0xf0, 0xa4, 0x40, 0xf5, 0x71, 0xfd, 0xc6, 0x68, 0xe0, 0xc1, 0x86, 0x09, 0x68, 0x30, 0x03, 0x25, 0xeb, 0x7b, 0xcf, 0x5a, 0x6a, 0x84, 0x3b, 0x48, 0x8b, 0x61, 0xac, 0x1b, 0xd9, 0x19, 0xce, 0xc6, 0x14, 0x5b, 0xf0, 0xda, 0xba, 0xbc, 0x91, 0xf4, 0x4d, 0xb2, 0x3d, 0x7e, 0xca, 0x18, 0xc7, 0xda, 0x4c, 0x3d, 0x39, 0xf1, 0x27, 0xb4, 0xfa, 0x7d, 0x27, 0xe5, 0xc0, 0x94, 0x77, 0x97, 0xa8, 0xa9, 0x79 } } }; static const struct cckprng_op_generate op_init_4024 = { .hd = { .id = 3801, .kind = OP_GENERATE }, .rand_nbytes = 218, .out = { .rand = { 0x76, 0x9a, 0x51, 0xa7, 0x65, 0x14, 0xfa, 0xdb, 0x52, 0x3f, 0xba, 0x0c, 0x09, 0x73, 0x0d, 0x41, 0xcc, 0x25, 0xde, 0x8e, 0xbe, 0x74, 0x91, 0x4a, 0x1b, 0x1b, 0xaf, 0x0b, 0xbc, 0x4a, 0x0c, 0x0f, 0x58, 0x52, 0x63, 0x9d, 0xb2, 0xc0, 0xf5, 0x1a, 0x2d, 0x9d, 0x28, 0xdb, 0x4e, 0x9c, 0xae, 0x08, 0xdb, 0x9d, 0x9f, 0x51, 0x56, 0xcc, 0x07, 0xb9, 0x7d, 0x40, 0xea, 0x06, 0x8f, 0x28, 0x7e, 0xdc, 0xea, 0x07, 0x43, 0x9a, 0x56, 0xe6, 0x06, 0x4d, 0xf3, 0x6b, 0x0f, 0xa1, 0xeb, 0x51, 0x83, 0x21, 0x9e, 0x86, 0x5b, 0x25, 0x36, 0xc4, 0xa8, 0x71, 0xd5, 0x56, 0x62, 0x49, 0xe1, 0x5c, 0x3a, 0x7d, 0xdc, 0xac, 0x24, 0x0d, 0x63, 0x94, 0x93, 0xae, 0xce, 0xc0, 0x7b, 0x2c, 0x3e, 0x8d, 0x42, 0x42, 0x66, 0xa2, 0x01, 0x4c, 0x9b, 0xd9, 0x9d, 0x6d, 0xc6, 0xe9, 0x37, 0x55, 0xac, 0xb1, 0x3d, 0x67, 0xef, 0x43, 0x8a, 0x0d, 0xa3, 0xa1, 0xa5, 0xe8, 0xe8, 0x7a, 0xcf, 0xcc, 0x73, 0x57, 0x42, 0x78, 0xa8, 0xef, 0x80, 0xe5, 0x63, 0x5c, 0x27, 0x6e, 0x8e, 0x2a, 0x59, 0xce, 0x8f, 0xf2, 0x27, 0x3f, 0xea, 0xcb, 0x55, 0xc7, 0x8f, 0x6d, 0x51, 0x25, 0xf3, 0xc5, 0x71, 0x67, 0x32, 0x83, 0x71, 0xa1, 0x53, 0x97, 0xee, 0x13, 0x3e, 0x59, 0x96, 0xcc, 0x9e, 0x2e, 0xeb, 0xdf, 0xb7, 0x6b, 0xd8, 0x43, 0x9e, 0xe5, 0xe9, 0xf8, 0x72, 0x5e, 0xa5, 0xf6, 0x29, 0xae, 0xb8, 0x86, 0x33, 0xa9, 0x68, 0x17, 0x7b, 0xc1, 0x4b, 0x91, 0x77, 0x8d, 0xa6, 0x2e, 0x5c, 0x4a } } }; static const struct cckprng_op_reseed op_reseed_4025 = { .hd = { .id = 3802, .kind = OP_RESEED }, .nonce = 16246133269019363886ULL, .seed_nbytes = 170, .seed = { 0x5a, 0x84, 0xf0, 0x39, 0x0c, 0x92, 0x8f, 0xbc, 0xe6, 0x54, 0x45, 0xfb, 0x05, 0xd8, 0x49, 0x3b, 0x41, 0xa1, 0x7d, 0xc0, 0xeb, 0x21, 0x97, 0x92, 0x4c, 0x0f, 0x76, 0x62, 0xff, 0xab, 0x22, 0x23, 0xba, 0xab, 0x3d, 0xdc, 0x55, 0x2e, 0xfe, 0x66, 0x5e, 0x2c, 0xc6, 0x56, 0xf8, 0x1f, 0x5b, 0x03, 0x2f, 0xfe, 0x18, 0xed, 0xef, 0xb7, 0x2d, 0x86, 0x69, 0x4e, 0x5c, 0xbf, 0xe5, 0xa7, 0x13, 0x9a, 0xa5, 0x7b, 0x47, 0x59, 0xbc, 0x5d, 0x1b, 0x69, 0x51, 0xad, 0x4e, 0xfd, 0x1f, 0x7f, 0xb6, 0x56, 0x18, 0xe3, 0xd4, 0x9d, 0x4a, 0x38, 0xb4, 0x9a, 0x15, 0x5f, 0x00, 0xf9, 0xe7, 0x1b, 0x50, 0x8b, 0x08, 0xf9, 0xce, 0x10, 0x85, 0x55, 0xd1, 0xfb, 0xa2, 0x3d, 0x77, 0x45, 0x23, 0x03, 0x32, 0x65, 0xed, 0x60, 0x94, 0x48, 0xc0, 0x09, 0xb1, 0x51, 0xd3, 0x75, 0x8a, 0x9c, 0x03, 0xce, 0x13, 0x26, 0x8c, 0x96, 0x02, 0x17, 0x45, 0xa7, 0x44, 0xe8, 0x10, 0x50, 0xc9, 0xbf, 0xca, 0x6f, 0x84, 0x4f, 0xc5, 0xe4, 0x42, 0x21, 0xea, 0x10, 0x7c, 0x7e, 0x2d, 0xc1, 0xd0, 0x61, 0xfa, 0x63, 0xf1, 0x54, 0x96, 0x8d, 0xa4, 0xd4, 0x34, 0xf6, 0x7a, 0xee, 0x78, 0x0b } }; static const struct cckprng_op_generate op_init_4026 = { .hd = { .id = 3803, .kind = OP_GENERATE }, .rand_nbytes = 231, .out = { .rand = { 0xdf, 0x79, 0x25, 0x71, 0xd0, 0x7f, 0x51, 0x51, 0x66, 0x2c, 0x3f, 0x77, 0x53, 0x2a, 0x32, 0x3e, 0x7f, 0x7e, 0xb2, 0xa0, 0x22, 0x97, 0xc3, 0xae, 0xa3, 0x76, 0xd8, 0xed, 0x59, 0x0a, 0x3e, 0x3e, 0xd0, 0xe6, 0x34, 0xeb, 0x2a, 0xa9, 0x22, 0x16, 0x42, 0x0e, 0xb9, 0x9e, 0x08, 0x94, 0x87, 0x5b, 0x32, 0x61, 0xc8, 0x6c, 0x15, 0x11, 0x7c, 0x42, 0x2f, 0x1d, 0xcb, 0xe4, 0x5b, 0xd4, 0x31, 0xb1, 0x13, 0xbf, 0xea, 0x5e, 0xe0, 0x16, 0x7f, 0x20, 0x21, 0xf2, 0x8f, 0x81, 0x32, 0xee, 0x41, 0xc0, 0xbb, 0x04, 0x4a, 0x36, 0x4b, 0xf3, 0x94, 0xca, 0x04, 0x4a, 0xa1, 0x79, 0x5b, 0x9d, 0x6b, 0x3c, 0x24, 0x66, 0x98, 0xe5, 0xab, 0x35, 0xf1, 0xc9, 0x3d, 0x07, 0x5a, 0x2d, 0xd5, 0x8e, 0x32, 0xcd, 0x1b, 0x4a, 0xe6, 0xad, 0x80, 0x23, 0xca, 0x74, 0x35, 0x97, 0x76, 0xf0, 0xc8, 0x9d, 0x2f, 0x2d, 0xf0, 0x41, 0x9d, 0x63, 0x7c, 0x79, 0x91, 0xd4, 0x2b, 0x69, 0xea, 0xc7, 0xf8, 0x02, 0xa0, 0xfc, 0xcd, 0x99, 0x90, 0x1c, 0x22, 0xde, 0x51, 0xec, 0x62, 0xdd, 0x64, 0x27, 0xa7, 0xb1, 0x2a, 0xc2, 0x6b, 0x75, 0xc2, 0x90, 0x86, 0xcb, 0xc8, 0x1f, 0x7f, 0xd4, 0xbd, 0x28, 0xfc, 0x64, 0x5f, 0x27, 0x9a, 0xbc, 0x44, 0xb6, 0x19, 0x3a, 0x85, 0xc9, 0xa6, 0x62, 0x8b, 0x02, 0x1c, 0xdf, 0x15, 0x35, 0xd5, 0x62, 0x6c, 0xcd, 0x0c, 0xaf, 0x7a, 0x04, 0x26, 0xc5, 0x50, 0xf5, 0xdf, 0xee, 0x8f, 0xef, 0xee, 0xdc, 0x09, 0x04, 0x2e, 0xc5, 0x9e, 0xdf, 0x10, 0x05, 0x88, 0xa1, 0x23, 0x91, 0xf6, 0x2b, 0x5d, 0x69, 0xca, 0x40, 0x69, 0xb3, 0xa9 } } }; static const struct cckprng_op_generate op_init_4027 = { .hd = { .id = 3804, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x7f, 0xc1, 0xd1, 0xfa, 0x91, 0x9a, 0x6b, 0x6c, 0xdc, 0x9b, 0x37, 0x65, 0x4d, 0x98, 0xfe, 0x24, 0x23, 0xbc, 0xf1, 0x40, 0x9d, 0x66, 0x93, 0x23, 0x22, 0x6e, 0x0a, 0x9b, 0x87, 0x47, 0x5f, 0xe3, 0x93, 0x2f, 0xd3, 0x1f, 0x12, 0x6d, 0x00, 0x0a, 0x47, 0xd4, 0x0c, 0x1b, 0x0d, 0x66, 0x17, 0xde, 0x32, 0x17, 0xa4, 0x20, 0x91, 0x2e, 0xfb, 0xa3, 0x94, 0xfb, 0x5c, 0xe4, 0x22, 0x9e, 0x88, 0xcf, 0xff, 0x10, 0x93, 0x43, 0x6c, 0xe9, 0x33, 0x22, 0xf4, 0x0d, 0x73, 0x6f, 0xa2, 0xfb, 0x50, 0x23, 0xe6, 0x0c, 0x22, 0xfb, 0xc4, 0xd1, 0x00, 0x38, 0x10, 0xa6, 0x16, 0x42, 0xc6, 0xca, 0xb9, 0xb4, 0xee, 0x21, 0xac, 0x3d, 0xe5, 0x33, 0x53, 0x45, 0x1e, 0x64, 0xf9, 0xe3, 0x8a, 0x8b, 0x4a, 0x94, 0x44, 0x33, 0xfc, 0xc5, 0xa5, 0xf2, 0x7d, 0x71, 0x9a, 0xca, 0x8b, 0x87, 0xd6, 0xfa, 0xfe, 0x80, 0x65, 0x71, 0x75, 0x0f, 0x87, 0x97, 0x44, 0x40, 0x2a, 0xb0, 0x9a, 0x3e, 0xa0, 0xa9, 0xce, 0xf8, 0xe6, 0x9e, 0xfd, 0x0b, 0x28, 0x98, 0x0a, 0xd5, 0xd3, 0x70, 0x69, 0x2f, 0xbd, 0xef, 0xc5, 0xd8, 0x1f, 0x2b, 0x25, 0x72, 0x17, 0x1b } } }; static const struct cckprng_op_reseed op_reseed_4028 = { .hd = { .id = 3805, .kind = OP_RESEED }, .nonce = 17330649755794372970ULL, .seed_nbytes = 80, .seed = { 0x00, 0x8a, 0xaa, 0x15, 0x25, 0x33, 0x8d, 0x04, 0x32, 0x7b, 0x14, 0x9f, 0xfe, 0x45, 0x3e, 0xef, 0xf8, 0xf6, 0x2d, 0x1f, 0x4d, 0xf9, 0xab, 0x47, 0x1f, 0x40, 0xbb, 0x80, 0xc8, 0x9a, 0xf1, 0x3a, 0x7a, 0x0a, 0xa7, 0x12, 0x9e, 0xac, 0xbb, 0xf2, 0x19, 0x71, 0xf8, 0x26, 0xe7, 0x40, 0xcc, 0x09, 0x08, 0xb1, 0x98, 0xd1, 0x76, 0x6f, 0xae, 0x6b, 0x38, 0xc0, 0xd3, 0xe3, 0x07, 0xd0, 0x12, 0xdb, 0x1f, 0x3c, 0xad, 0x1a, 0xd7, 0x93, 0x98, 0xaa, 0xe1, 0x4b, 0xd6, 0xdd, 0x10, 0x71, 0xf2, 0x94 } }; static const struct cckprng_op_reseed op_reseed_4029 = { .hd = { .id = 3806, .kind = OP_RESEED }, .nonce = 17646189590643714163ULL, .seed_nbytes = 188, .seed = { 0x14, 0xee, 0x25, 0xd9, 0x8a, 0x63, 0xbe, 0xe4, 0x60, 0xd8, 0xcd, 0x21, 0x4b, 0x10, 0xc4, 0x55, 0x4b, 0x39, 0x36, 0x8c, 0xd9, 0x0f, 0x2a, 0x37, 0x32, 0x9c, 0x16, 0x33, 0x4f, 0xd4, 0x1d, 0xf1, 0x6c, 0x2d, 0x3b, 0x02, 0x7a, 0x33, 0x8c, 0x34, 0xde, 0x7f, 0x1e, 0x0b, 0x2d, 0xec, 0x31, 0xa1, 0x88, 0xb4, 0x79, 0x43, 0x8c, 0x43, 0x9b, 0x28, 0xdc, 0x26, 0xaf, 0x5c, 0xe0, 0xee, 0x11, 0x93, 0xf1, 0x69, 0x9d, 0xbc, 0x97, 0x03, 0x78, 0x87, 0x58, 0xb5, 0xe0, 0x9c, 0x86, 0xc6, 0x13, 0xa0, 0x6c, 0x2b, 0x64, 0x54, 0x4c, 0xb1, 0xec, 0xbc, 0x92, 0x38, 0xdb, 0x11, 0x33, 0x6a, 0x5a, 0x96, 0x5e, 0xbf, 0xbe, 0x0c, 0xad, 0x7d, 0xfc, 0x14, 0x41, 0xf5, 0xb4, 0xb8, 0x1a, 0x9d, 0x4d, 0x65, 0x15, 0xc0, 0x73, 0xce, 0xd8, 0xc3, 0xea, 0x9b, 0x77, 0x92, 0xeb, 0x1f, 0x64, 0xa5, 0x05, 0xb0, 0xc3, 0x07, 0x1b, 0x87, 0xa6, 0xde, 0x04, 0x56, 0xb6, 0x7f, 0xce, 0xd0, 0xcc, 0xeb, 0xf2, 0xa9, 0xfa, 0xd9, 0x64, 0x9a, 0x0a, 0xed, 0xf0, 0x9d, 0x17, 0x18, 0x0b, 0x2f, 0xc3, 0x5d, 0xc9, 0x4c, 0xfe, 0xd9, 0xdf, 0xe4, 0xc3, 0xa0, 0x5b, 0x30, 0x3a, 0xc7, 0x82, 0xd0, 0x24, 0x19, 0x34, 0x34, 0xc2, 0xa6, 0xbc, 0x9a, 0xd7, 0x49, 0x25, 0xcf, 0x34, 0x22, 0x8e, 0xe0 } }; static const struct cckprng_op_generate op_init_4030 = { .hd = { .id = 3807, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0x6b, 0x49, 0xb1, 0x92, 0xca, 0xcb, 0x80, 0x8f, 0x8c, 0xbe, 0x09, 0xc6, 0x58, 0x4c, 0x3c, 0x8d, 0xa2, 0xad, 0xaf, 0x30, 0x4b, 0xaf, 0xb0, 0x6d, 0x9d, 0x3b, 0x85, 0xd7, 0xf7, 0x64, 0x17, 0x21, 0x19, 0xa7, 0x7f, 0x35, 0xcd, 0x02, 0x77, 0x2a, 0xf6, 0xa5, 0x8b, 0x1e, 0xb1, 0x7d, 0x5c, 0x00, 0xe0, 0x12, 0xcd, 0x3a, 0x6c, 0x74, 0x1b, 0xcd, 0xcc, 0xe8, 0xd4, 0x2e, 0x0c, 0xe2, 0xef, 0xa0, 0xae, 0xbb, 0x02, 0x5b, 0xa0, 0xf2, 0xe8, 0xb4, 0xb3, 0x41, 0xd5, 0x0c, 0xff, 0x15, 0xf2, 0x0d, 0xcb, 0xbb, 0x37, 0x7e, 0x41, 0xcd, 0x3b, 0x8f, 0x17, 0x23, 0xed } } }; static const struct cckprng_op *ops_4031[] = { (const struct cckprng_op *)&op_init_4015, (const struct cckprng_op *)&op_refresh_4016, (const struct cckprng_op *)&op_reseed_4017, (const struct cckprng_op *)&op_reseed_4018, (const struct cckprng_op *)&op_reseed_4019, (const struct cckprng_op *)&op_reseed_4020, (const struct cckprng_op *)&op_refresh_4021, (const struct cckprng_op *)&op_init_4022, (const struct cckprng_op *)&op_init_4023, (const struct cckprng_op *)&op_init_4024, (const struct cckprng_op *)&op_reseed_4025, (const struct cckprng_op *)&op_init_4026, (const struct cckprng_op *)&op_init_4027, (const struct cckprng_op *)&op_reseed_4028, (const struct cckprng_op *)&op_reseed_4029, (const struct cckprng_op *)&op_init_4030 }; static const struct cckprng_vector vec_4032 = { .id = 3808, .note = NULL, .nops = 16, .ops = ops_4031 }; static const struct cckprng_op_init op_init_4033 = { .hd = { .id = 3809, .kind = OP_INIT }, .seed = { 0xc4, 0x84, 0xb9, 0xad, 0x57, 0x6b, 0x81, 0x20, 0x78, 0xc0, 0xc3, 0x78, 0xe5, 0x02, 0x2e, 0xe9, 0xfc, 0x45, 0xf9, 0x90, 0x05, 0x84, 0x49, 0xc6, 0x14, 0x62, 0x84, 0xc2, 0x31, 0x0c, 0xe9, 0xa0 }, .nonce = { 0xad, 0xe4, 0x91, 0x87, 0x1d, 0x1d, 0x3d, 0x8e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4034 = { .hd = { .id = 3810, .kind = OP_REFRESH }, .rand = 4516207803476708353ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4035 = { .hd = { .id = 3811, .kind = OP_RESEED }, .nonce = 12529378462490599619ULL, .seed_nbytes = 182, .seed = { 0x24, 0xb8, 0xae, 0x8b, 0xa1, 0xde, 0x95, 0x59, 0x72, 0xad, 0x79, 0x9f, 0x2e, 0xf3, 0x14, 0xf0, 0xdd, 0xd6, 0x40, 0x2d, 0x9b, 0x8a, 0xfc, 0x59, 0x59, 0x3e, 0xdf, 0x38, 0xba, 0xff, 0x52, 0x8f, 0xa5, 0x3f, 0x16, 0xe5, 0xc7, 0x1e, 0x43, 0x72, 0x3f, 0x32, 0x01, 0x38, 0x83, 0x6d, 0x4b, 0x6a, 0x14, 0xf1, 0xbc, 0x3b, 0xab, 0xbf, 0xeb, 0x13, 0xc7, 0x71, 0x40, 0xe4, 0x54, 0x3f, 0x1e, 0xe6, 0xff, 0x98, 0x91, 0x72, 0x56, 0xcb, 0x11, 0xbe, 0x62, 0xd5, 0x20, 0x3a, 0x52, 0xd5, 0x77, 0x6c, 0x7e, 0x6e, 0xe0, 0xeb, 0x43, 0x6e, 0xf2, 0x33, 0x56, 0x66, 0xd5, 0x5c, 0x11, 0x4e, 0x50, 0x73, 0x72, 0xa5, 0x4d, 0xcb, 0x04, 0xf6, 0x2a, 0xe7, 0xe5, 0x2a, 0xe2, 0xf9, 0x13, 0x1e, 0xf6, 0x9f, 0x39, 0x73, 0x7c, 0x8c, 0x25, 0xe0, 0x66, 0x69, 0xeb, 0x94, 0xc1, 0x94, 0x8c, 0xe4, 0xcf, 0xae, 0x88, 0x4d, 0x3b, 0xb5, 0x1a, 0xc0, 0x27, 0x43, 0x83, 0x2e, 0x95, 0x60, 0x36, 0xcb, 0xc3, 0x89, 0x75, 0x41, 0x75, 0xd0, 0xdf, 0x5d, 0x90, 0x9a, 0x02, 0xe1, 0x39, 0x2b, 0x0c, 0x6e, 0x6e, 0xa3, 0x77, 0xae, 0x69, 0xda, 0x32, 0x89, 0x6c, 0x88, 0xa0, 0xcc, 0xb8, 0xe9, 0x3f, 0xe7, 0xaa, 0xa8, 0xe3, 0x74, 0xd3, 0x61, 0x2f, 0xa0 } }; static const struct cckprng_op_generate op_init_4036 = { .hd = { .id = 3812, .kind = OP_GENERATE }, .rand_nbytes = 145, .out = { .rand = { 0x02, 0xd8, 0x9c, 0x1c, 0x5a, 0x2a, 0xa2, 0x16, 0xb5, 0x30, 0x91, 0xe0, 0x5c, 0xaf, 0x63, 0xc5, 0x62, 0xdc, 0xbc, 0xb3, 0x8f, 0xa1, 0x56, 0x79, 0x72, 0x86, 0xc5, 0x3c, 0x1c, 0xb6, 0x81, 0x16, 0x3b, 0x6f, 0x03, 0xc2, 0x9e, 0xe2, 0x03, 0xc5, 0x45, 0x91, 0xac, 0xdc, 0xd6, 0xdb, 0xed, 0x30, 0x49, 0x2a, 0x01, 0x73, 0xe3, 0x13, 0x35, 0x53, 0xd7, 0x8c, 0x3c, 0x87, 0xca, 0x95, 0x9e, 0xa4, 0xe9, 0x4f, 0x8f, 0x34, 0x13, 0xc0, 0x49, 0xef, 0xc4, 0x63, 0xd5, 0x6a, 0x0f, 0xa8, 0xbc, 0xe9, 0x20, 0x19, 0x15, 0x87, 0x19, 0xc8, 0x0d, 0x67, 0x29, 0x75, 0x61, 0x70, 0xaf, 0xd9, 0xc5, 0xa9, 0x9b, 0x6b, 0x18, 0x3f, 0xbc, 0x11, 0x30, 0xfb, 0x90, 0xa7, 0x71, 0xaf, 0xf9, 0x67, 0x17, 0x79, 0x35, 0x80, 0x4b, 0x39, 0x79, 0x22, 0xe2, 0x38, 0xeb, 0x67, 0x50, 0x66, 0x25, 0x91, 0x08, 0x27, 0x69, 0x6f, 0x35, 0x73, 0x70, 0xf8, 0x53, 0x62, 0x97, 0x1b, 0x74, 0x5a, 0x98, 0xe9, 0xdd, 0x92, 0x51 } } }; static const struct cckprng_op_reseed op_reseed_4037 = { .hd = { .id = 3813, .kind = OP_RESEED }, .nonce = 12769546161421448656ULL, .seed_nbytes = 115, .seed = { 0xc7, 0xdd, 0x73, 0x2a, 0xe4, 0x5f, 0x4e, 0x74, 0xe7, 0x3a, 0x9d, 0x58, 0xf3, 0xc6, 0xa5, 0x9c, 0x4c, 0xa0, 0xca, 0x10, 0x43, 0x02, 0x3d, 0xd3, 0x3e, 0x7e, 0x1d, 0xf9, 0xf8, 0x1a, 0x95, 0x3d, 0xe3, 0xae, 0xa9, 0xb9, 0x5d, 0xaa, 0x0e, 0x37, 0xdb, 0xb6, 0xc1, 0x30, 0xbe, 0x01, 0xf6, 0x22, 0xa8, 0xec, 0x94, 0x71, 0x2e, 0xd4, 0x45, 0x01, 0x55, 0x90, 0x5f, 0x93, 0x14, 0xc4, 0x5b, 0x1b, 0x30, 0x0e, 0x2e, 0x96, 0x14, 0x05, 0x12, 0x25, 0xfb, 0x50, 0x5a, 0x28, 0xb1, 0x9f, 0xae, 0x02, 0x90, 0xde, 0x40, 0xbd, 0x8b, 0x1e, 0xea, 0x1d, 0xe5, 0xb4, 0xf6, 0x74, 0x76, 0xbe, 0x2f, 0x1f, 0xad, 0xab, 0x42, 0x64, 0x15, 0x9d, 0xa0, 0x58, 0xff, 0x23, 0x45, 0x49, 0xe0, 0xe4, 0x9a, 0x34, 0x93, 0xed, 0xcf } }; static const struct cckprng_op_refresh op_refresh_4038 = { .hd = { .id = 3814, .kind = OP_REFRESH }, .rand = 7569361103008500115ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4039 = { .hd = { .id = 3815, .kind = OP_RESEED }, .nonce = 16626079606063485197ULL, .seed_nbytes = 131, .seed = { 0xe0, 0xb7, 0xa2, 0x4c, 0x42, 0xc6, 0xb1, 0x04, 0x12, 0xf0, 0x30, 0x0b, 0x5b, 0xea, 0xbe, 0x4f, 0xd9, 0x92, 0xca, 0x93, 0xc0, 0xb2, 0x74, 0x99, 0xfc, 0xca, 0xf5, 0x0d, 0x4b, 0x5d, 0xfe, 0x76, 0x33, 0xd1, 0x4e, 0x7d, 0x71, 0x6f, 0x7d, 0x51, 0x35, 0x6c, 0xb3, 0x70, 0xe4, 0xb6, 0x64, 0x60, 0x82, 0x51, 0x04, 0x4d, 0x2c, 0x96, 0x14, 0xd7, 0x5c, 0xda, 0x6a, 0x25, 0xde, 0x15, 0x25, 0x24, 0xc2, 0x90, 0x5f, 0x2e, 0x06, 0x25, 0x4a, 0x8e, 0x2c, 0x60, 0x93, 0x8c, 0x18, 0xdc, 0x9c, 0xea, 0x32, 0x02, 0xf9, 0xaa, 0x2f, 0x46, 0xbb, 0xc3, 0x57, 0x64, 0x88, 0x5b, 0xba, 0xfe, 0x99, 0xc1, 0x00, 0x4e, 0xec, 0xe1, 0x26, 0x69, 0xf1, 0xad, 0x95, 0x71, 0x0d, 0xa1, 0xc1, 0x84, 0xdb, 0x40, 0x3c, 0x05, 0x50, 0x1e, 0x67, 0x27, 0xa9, 0x6e, 0xd1, 0x1d, 0x39, 0xf8, 0x77, 0x3b, 0xdc, 0x2e, 0xdf, 0x25, 0xcd } }; static const struct cckprng_op_refresh op_refresh_4040 = { .hd = { .id = 3816, .kind = OP_REFRESH }, .rand = 3099834361201620021ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4041 = { .hd = { .id = 3817, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x32, 0xa3, 0x9b, 0x02, 0xdd, 0xe8, 0x5d, 0x68, 0xd2, 0x64, 0xdd, 0xf6, 0xde, 0x5b, 0xf3, 0xf5, 0x2b, 0xaa, 0x4e, 0x64, 0x02, 0x15, 0x9b, 0x58, 0x89, 0xb9, 0x30, 0x9a, 0x85, 0xc1, 0xfd, 0x89, 0x2b, 0x4d, 0x80, 0xc4, 0xf0, 0xf3, 0x60, 0xd9, 0x23, 0x2a, 0xe0, 0x66, 0x66, 0x7c, 0xda, 0x6f, 0xf5, 0xe2, 0x77, 0xda, 0xea, 0x14, 0x4d, 0xb8, 0x94, 0x2f, 0x7f, 0x75, 0x89, 0xcf, 0xb1, 0xba, 0x19, 0xe5, 0x60, 0x5b, 0xf3, 0x4b, 0xc5, 0xc3 } } }; static const struct cckprng_op_reseed op_reseed_4042 = { .hd = { .id = 3818, .kind = OP_RESEED }, .nonce = 16112640448046395611ULL, .seed_nbytes = 98, .seed = { 0x35, 0x25, 0xf3, 0x6a, 0x78, 0x17, 0x14, 0x61, 0x68, 0x22, 0xee, 0x91, 0x87, 0x18, 0x53, 0xa5, 0xbd, 0x14, 0x70, 0xf9, 0xdc, 0x44, 0x4f, 0xdd, 0x76, 0x19, 0x6a, 0x8a, 0xa5, 0xff, 0xa0, 0xe1, 0xcb, 0x65, 0xb4, 0x28, 0xea, 0x1f, 0x83, 0x4c, 0x87, 0xf7, 0x1b, 0x4b, 0xe6, 0xbd, 0xd2, 0x98, 0x97, 0x66, 0xdb, 0xe2, 0xec, 0x35, 0x09, 0x0c, 0xa0, 0x30, 0x27, 0xe7, 0x90, 0x1a, 0x6e, 0x7c, 0xdf, 0x4c, 0xa9, 0x37, 0xa7, 0x2b, 0xa0, 0x34, 0x76, 0x7d, 0x0f, 0x77, 0x46, 0x19, 0x4d, 0x95, 0xe0, 0xdd, 0x1f, 0x70, 0x1e, 0x0f, 0xa2, 0xdf, 0x26, 0xbe, 0xd4, 0x2e, 0x32, 0x5d, 0x59, 0xbe, 0x6c, 0xf0 } }; static const struct cckprng_op_generate op_init_4043 = { .hd = { .id = 3819, .kind = OP_GENERATE }, .rand_nbytes = 25, .out = { .rand = { 0xb0, 0x82, 0xb9, 0x7f, 0xa9, 0xb8, 0xe0, 0x56, 0x7a, 0x59, 0xb0, 0x32, 0x1b, 0x4d, 0x3f, 0xbc, 0x05, 0x21, 0x4f, 0xa9, 0x1c, 0x81, 0x16, 0x63, 0x20 } } }; static const struct cckprng_op_reseed op_reseed_4044 = { .hd = { .id = 3820, .kind = OP_RESEED }, .nonce = 8391202040396308047ULL, .seed_nbytes = 260, .seed = { 0x05, 0x67, 0x40, 0x2a, 0x76, 0x54, 0x94, 0x01, 0x89, 0xde, 0x10, 0xec, 0x04, 0xe8, 0xfe, 0xe1, 0x8c, 0x3b, 0x5b, 0xa2, 0xa6, 0xd8, 0x42, 0xfe, 0x53, 0x6b, 0x5f, 0x20, 0x6b, 0x47, 0x4f, 0x92, 0x20, 0xad, 0x9d, 0x69, 0x3f, 0x8c, 0x26, 0xf3, 0x12, 0x07, 0xa1, 0x9e, 0x23, 0x84, 0x14, 0x1b, 0x2f, 0x07, 0xbb, 0x81, 0xa8, 0x86, 0x3f, 0x34, 0xd3, 0xd8, 0x90, 0x85, 0x7b, 0xd5, 0x1f, 0xcc, 0x7c, 0x1e, 0x76, 0xcd, 0x78, 0xf6, 0x28, 0x63, 0x5f, 0x86, 0x6b, 0x33, 0xc3, 0x90, 0xb4, 0xa2, 0x05, 0x94, 0xaa, 0xb2, 0xb8, 0xe6, 0x68, 0x9b, 0x84, 0xcf, 0xe7, 0x8f, 0xff, 0x8a, 0x83, 0xdd, 0xfb, 0x78, 0x06, 0xb8, 0x58, 0x4d, 0x54, 0xca, 0x90, 0xde, 0x2d, 0x7f, 0xc1, 0x61, 0x33, 0xb0, 0xf2, 0xeb, 0x0f, 0x1a, 0x54, 0x21, 0xb0, 0x6f, 0x96, 0x9f, 0x9c, 0x4e, 0x7c, 0xc6, 0x0c, 0xfc, 0x4e, 0x69, 0x8c, 0x2c, 0xda, 0xd6, 0xf6, 0xef, 0xa1, 0x7d, 0xce, 0xb3, 0x0c, 0x28, 0x9a, 0x81, 0x50, 0xec, 0xeb, 0xa2, 0xbd, 0x4e, 0x85, 0xff, 0xaf, 0xf5, 0xfa, 0x3f, 0x83, 0xaa, 0xf1, 0xfd, 0x72, 0x3c, 0x94, 0xd2, 0x14, 0xc9, 0x2c, 0x83, 0x61, 0x8a, 0x9a, 0xa1, 0xa0, 0xf9, 0x9a, 0xc1, 0x8f, 0xbf, 0xd7, 0xda, 0xb6, 0x6e, 0xcd, 0xee, 0x0c, 0x00, 0xe6, 0xf4, 0xc2, 0xb0, 0x1d, 0x4b, 0xd0, 0x98, 0x50, 0xa1, 0x78, 0xea, 0xba, 0xe9, 0x4a, 0x68, 0xc5, 0x4f, 0x92, 0xd8, 0x45, 0xbb, 0xfc, 0xce, 0x54, 0x1d, 0xa8, 0x5d, 0x88, 0xc8, 0x08, 0xb0, 0xcf, 0x8a, 0xab, 0x0c, 0x40, 0x50, 0xee, 0x64, 0x6a, 0x37, 0xda, 0xc7, 0x7a, 0x73, 0x1e, 0xe4, 0x69, 0x2e, 0x5e, 0x21, 0x42, 0xea, 0x68, 0xb3, 0x0f, 0xff, 0x7b, 0xc6, 0x29, 0xe9, 0xfd, 0xe9, 0x82, 0x79, 0x38, 0x50, 0xb1, 0xd2, 0xdd, 0xab, 0x82, 0x6b } }; static const struct cckprng_op_reseed op_reseed_4045 = { .hd = { .id = 3821, .kind = OP_RESEED }, .nonce = 13783259037107776135ULL, .seed_nbytes = 169, .seed = { 0x33, 0xa2, 0xa3, 0x54, 0x27, 0x0c, 0x72, 0x9a, 0xbe, 0x92, 0xc6, 0xbc, 0x8a, 0xe8, 0x1a, 0xac, 0x81, 0x14, 0x9f, 0x63, 0xd6, 0xb1, 0x97, 0xe2, 0x2a, 0x4d, 0x67, 0x33, 0x57, 0xa1, 0xf6, 0x13, 0xd8, 0x0b, 0xbb, 0x8c, 0x10, 0x26, 0x7f, 0x7d, 0x03, 0xb3, 0xbd, 0xba, 0xd3, 0xb8, 0x12, 0xf3, 0xac, 0xa9, 0x07, 0xfd, 0x4f, 0xca, 0x21, 0x08, 0x12, 0xe7, 0xd0, 0xa5, 0x52, 0x50, 0x9b, 0xf8, 0x7c, 0xd1, 0x5f, 0x57, 0x30, 0x6f, 0x4f, 0x8d, 0xc0, 0x4b, 0x6a, 0xbb, 0x28, 0xc5, 0x7e, 0x2c, 0xed, 0x87, 0x83, 0xd7, 0x59, 0x7b, 0x46, 0x30, 0xec, 0xd4, 0x59, 0xcb, 0xa7, 0x81, 0x8d, 0xf5, 0x95, 0x34, 0xae, 0xfa, 0xf7, 0x1c, 0xbf, 0xf3, 0x75, 0x94, 0x03, 0x81, 0x8a, 0xfd, 0xfb, 0x82, 0xec, 0xbf, 0x5d, 0xab, 0x3d, 0x2c, 0xfe, 0xc3, 0x49, 0x56, 0x8d, 0x29, 0x0b, 0x09, 0x6f, 0x2e, 0xa8, 0xc8, 0xd4, 0xcc, 0x70, 0xcc, 0x06, 0x84, 0x16, 0x14, 0x6c, 0xa1, 0xa6, 0x6c, 0x3f, 0x10, 0x10, 0x08, 0x4d, 0xff, 0x6a, 0x85, 0x02, 0x86, 0x63, 0xcb, 0x95, 0xff, 0x90, 0xd3, 0x7d, 0xed, 0x9d, 0x76, 0x2a, 0xd2, 0x16, 0x2b, 0xf6, 0xe7, 0x12 } }; static const struct cckprng_op_generate op_init_4046 = { .hd = { .id = 3822, .kind = OP_GENERATE }, .rand_nbytes = 201, .out = { .rand = { 0xe3, 0xd6, 0x59, 0x5e, 0x20, 0x38, 0xf4, 0x5c, 0x25, 0x93, 0xad, 0xeb, 0x7a, 0x8f, 0x30, 0x2a, 0x5f, 0x18, 0x91, 0x22, 0xbb, 0x9a, 0x21, 0x92, 0xbb, 0x93, 0xcc, 0x2d, 0x54, 0x9d, 0x20, 0x50, 0x7c, 0x17, 0x42, 0x20, 0x41, 0xb2, 0xb9, 0x45, 0xd7, 0x0c, 0x79, 0x04, 0x44, 0x94, 0x5e, 0xb2, 0x85, 0xdb, 0xad, 0x4a, 0x24, 0xd9, 0x75, 0xc4, 0x93, 0x77, 0x9d, 0xb7, 0xa3, 0x97, 0x42, 0x40, 0x0f, 0x7a, 0x5a, 0x7f, 0x93, 0xd5, 0xf6, 0x65, 0x91, 0x96, 0xfb, 0xdb, 0xd9, 0x44, 0xed, 0xf8, 0x02, 0x3f, 0xa3, 0xfc, 0x8c, 0x84, 0xb9, 0xec, 0xc4, 0x87, 0x33, 0x04, 0x90, 0xa7, 0xfc, 0xed, 0x0b, 0xd6, 0x3b, 0xee, 0x89, 0xbf, 0xd8, 0x27, 0x0b, 0x2c, 0x80, 0xb5, 0xbe, 0x14, 0xa1, 0x3e, 0xe6, 0x3c, 0x6a, 0x86, 0xb8, 0xdb, 0x1f, 0x17, 0x03, 0x8c, 0xeb, 0xc7, 0x7a, 0x52, 0x45, 0x13, 0xe1, 0x89, 0xca, 0x04, 0xe1, 0x3d, 0xab, 0x5d, 0x12, 0xb9, 0xf5, 0xeb, 0xae, 0x84, 0xa2, 0x0b, 0xb2, 0x7d, 0xba, 0x9e, 0xf0, 0x91, 0x92, 0x4e, 0x90, 0x82, 0xad, 0x48, 0x46, 0xb2, 0xf5, 0xab, 0x02, 0x14, 0x32, 0xdf, 0x50, 0x69, 0x4d, 0x20, 0x49, 0x11, 0xb7, 0x4e, 0x20, 0x25, 0xb3, 0xc6, 0x96, 0x29, 0x2e, 0x04, 0x69, 0xf3, 0x13, 0xb4, 0x34, 0xeb, 0xc2, 0xb5, 0x79, 0x29, 0xef, 0xe4, 0x37, 0x3a, 0x7a, 0x44, 0x28, 0xe8, 0x00, 0x87, 0xf1 } } }; static const struct cckprng_op_generate op_init_4047 = { .hd = { .id = 3823, .kind = OP_GENERATE }, .rand_nbytes = 260, .out = { .rand = { 0x5a, 0xa5, 0xe4, 0x2f, 0x3b, 0x42, 0x12, 0x48, 0x4f, 0xe7, 0xbe, 0x4f, 0xcc, 0xa0, 0x14, 0xb5, 0x6f, 0x70, 0x09, 0xa4, 0x2e, 0xf4, 0x7b, 0xa1, 0x5c, 0x1c, 0x12, 0xaf, 0xf4, 0x59, 0x7d, 0x54, 0x67, 0x79, 0xdb, 0x4d, 0x2d, 0x8d, 0xd3, 0xbe, 0x45, 0xc7, 0x6f, 0x19, 0x02, 0x0e, 0x19, 0xc2, 0x61, 0x6f, 0x4f, 0x85, 0x3f, 0x1d, 0x72, 0x10, 0xd7, 0x18, 0xc7, 0x5a, 0x4b, 0xd6, 0xfc, 0x65, 0x05, 0xd5, 0x78, 0x68, 0xd0, 0x96, 0xb2, 0xb6, 0x88, 0xdc, 0x45, 0xb1, 0xd3, 0x76, 0x73, 0x1b, 0x9b, 0xb2, 0x8e, 0x1f, 0xfb, 0x68, 0x1b, 0x81, 0x90, 0x62, 0xc3, 0xbe, 0xa0, 0xf8, 0xdf, 0x65, 0x72, 0xc4, 0xe6, 0x6e, 0x74, 0xda, 0x6a, 0x08, 0x72, 0xc8, 0x42, 0x87, 0x44, 0xab, 0x60, 0x4d, 0x8c, 0x23, 0x3f, 0x4f, 0x70, 0x5e, 0x94, 0xd8, 0xa0, 0xc3, 0xf9, 0xab, 0x27, 0xc6, 0x82, 0xfd, 0x83, 0x6b, 0xb4, 0x6c, 0xf6, 0xc6, 0x04, 0xa7, 0x0b, 0xc5, 0xff, 0x50, 0x13, 0x8f, 0x74, 0xa7, 0x40, 0x0e, 0x6e, 0xac, 0x17, 0xc5, 0xce, 0xce, 0xf4, 0x4c, 0x55, 0x41, 0xdf, 0xc5, 0xa5, 0x2a, 0x64, 0xa1, 0xb6, 0xbd, 0xa7, 0x68, 0xf9, 0xbf, 0x14, 0x09, 0xf2, 0xe9, 0x3f, 0xc6, 0x15, 0x38, 0x1b, 0xf8, 0x32, 0xd0, 0xe9, 0x4c, 0x26, 0x96, 0xe9, 0x81, 0x20, 0xf9, 0xa3, 0x11, 0xd5, 0x92, 0x25, 0x88, 0x47, 0x64, 0x65, 0x07, 0x47, 0x15, 0xd4, 0x38, 0xb8, 0x24, 0xba, 0x15, 0xf7, 0x3b, 0xff, 0x8c, 0x80, 0xcf, 0x73, 0x59, 0x2b, 0xa0, 0x5b, 0x5c, 0xbd, 0xf9, 0x27, 0x8b, 0x04, 0x71, 0x79, 0xc9, 0x47, 0x86, 0xda, 0x06, 0xb3, 0x34, 0xf9, 0x98, 0x24, 0x29, 0xc2, 0xfe, 0x10, 0x53, 0x9e, 0x83, 0x85, 0x3f, 0x2e, 0x38, 0x49, 0x3b, 0x58, 0xc9, 0x57, 0x25, 0x99, 0x8a, 0x0d, 0xfc, 0x91, 0x9f, 0x44, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_4048 = { .hd = { .id = 3824, .kind = OP_RESEED }, .nonce = 6230671771103386467ULL, .seed_nbytes = 29, .seed = { 0x6f, 0xec, 0xa7, 0xe5, 0x1f, 0x7a, 0xf1, 0x49, 0x87, 0x4f, 0xd4, 0x63, 0x6a, 0x3d, 0xb5, 0x71, 0x90, 0x21, 0x8b, 0x77, 0x8b, 0x20, 0xac, 0x20, 0xfe, 0xd0, 0xbe, 0x9d, 0x47 } }; static const struct cckprng_op *ops_4049[] = { (const struct cckprng_op *)&op_init_4033, (const struct cckprng_op *)&op_refresh_4034, (const struct cckprng_op *)&op_reseed_4035, (const struct cckprng_op *)&op_init_4036, (const struct cckprng_op *)&op_reseed_4037, (const struct cckprng_op *)&op_refresh_4038, (const struct cckprng_op *)&op_reseed_4039, (const struct cckprng_op *)&op_refresh_4040, (const struct cckprng_op *)&op_init_4041, (const struct cckprng_op *)&op_reseed_4042, (const struct cckprng_op *)&op_init_4043, (const struct cckprng_op *)&op_reseed_4044, (const struct cckprng_op *)&op_reseed_4045, (const struct cckprng_op *)&op_init_4046, (const struct cckprng_op *)&op_init_4047, (const struct cckprng_op *)&op_reseed_4048 }; static const struct cckprng_vector vec_4050 = { .id = 3825, .note = NULL, .nops = 16, .ops = ops_4049 }; static const struct cckprng_op_init op_init_4051 = { .hd = { .id = 3826, .kind = OP_INIT }, .seed = { 0xdd, 0x1a, 0x6b, 0xf6, 0x18, 0xe5, 0xbc, 0xf9, 0x9d, 0x16, 0xb4, 0xe8, 0x93, 0xd1, 0x38, 0x23, 0xac, 0x4a, 0x5f, 0xc8, 0x84, 0x37, 0x1a, 0x7f, 0x88, 0x37, 0x8e, 0x13, 0x90, 0x15, 0xac, 0xe0 }, .nonce = { 0x34, 0xd6, 0xf9, 0x37, 0xc9, 0x93, 0x39, 0x1f }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4052 = { .hd = { .id = 3827, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0x95, 0xe1, 0x07, 0x1f, 0xba, 0xc3, 0x98, 0xce, 0x12, 0x64, 0x0a, 0xae, 0x9b, 0x70, 0x0b, 0x45, 0x9b, 0xbe, 0x04, 0x82, 0xb7, 0xd2, 0xd5, 0x93, 0x45, 0x9f, 0xcf, 0x16, 0xfb, 0x4a, 0x32, 0x03, 0x74, 0x9e, 0xcb, 0x23, 0x7a, 0x8d, 0x7b, 0xaf, 0xe5, 0x87, 0xcc, 0x3a, 0x77, 0xeb, 0xe1, 0x44, 0x40, 0xc7, 0xaa, 0xac, 0xc3, 0x65, 0x7e, 0x06, 0x9c, 0xed, 0x70, 0x46, 0x9b, 0x5b, 0x48, 0x04 } } }; static const struct cckprng_op_refresh op_refresh_4053 = { .hd = { .id = 3828, .kind = OP_REFRESH }, .rand = 2463429867612863016ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4054 = { .hd = { .id = 3829, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0xd7, 0xa3, 0xd5, 0xfb, 0x83, 0x4a, 0x8d, 0xa2, 0xf3, 0x70, 0xe7, 0x29, 0x79, 0x95, 0x13, 0x86, 0x86, 0xc4, 0x48, 0x0d, 0x4b, 0x27, 0x03, 0xba, 0x30, 0x73, 0x90, 0xf4, 0xd8, 0x29, 0x46, 0x19, 0x8c, 0x52, 0x84, 0xb0, 0xda, 0x7a, 0x57, 0x13, 0xc8, 0x0e, 0x6e, 0x74, 0xd1, 0xd8, 0x88, 0x8b, 0x2b, 0xfb, 0x65, 0xf1, 0xa6, 0xd4, 0x70, 0x1f, 0x6c, 0x88, 0x88, 0x75, 0xfd, 0x67, 0x81, 0xc7, 0x1e, 0xa8, 0x04, 0x86, 0x9b, 0xa1, 0x5d, 0x16, 0x8d, 0x22 } } }; static const struct cckprng_op_reseed op_reseed_4055 = { .hd = { .id = 3830, .kind = OP_RESEED }, .nonce = 15593815337203252649ULL, .seed_nbytes = 31, .seed = { 0xa9, 0x7d, 0x88, 0x91, 0x64, 0xd2, 0x28, 0xb4, 0xc2, 0xaa, 0xce, 0x44, 0x6f, 0x87, 0x66, 0x6b, 0x00, 0x66, 0x6e, 0x7c, 0x46, 0x61, 0x71, 0x30, 0xc9, 0x0d, 0x06, 0xcf, 0x33, 0xc5, 0x94 } }; static const struct cckprng_op_reseed op_reseed_4056 = { .hd = { .id = 3831, .kind = OP_RESEED }, .nonce = 9063438029436206386ULL, .seed_nbytes = 265, .seed = { 0x95, 0x2c, 0x0a, 0x11, 0xd8, 0xa7, 0xcd, 0xfb, 0x06, 0xc6, 0xd7, 0xa8, 0x27, 0x92, 0x1e, 0xa3, 0xff, 0xa4, 0x41, 0x17, 0x26, 0x62, 0x02, 0x55, 0xbe, 0xb9, 0x1a, 0x5f, 0x33, 0xcc, 0x7a, 0xc0, 0x8b, 0x54, 0xad, 0x79, 0xec, 0x18, 0x46, 0x80, 0x8d, 0x05, 0x37, 0x1a, 0x3a, 0x4e, 0xdc, 0x84, 0xac, 0xbf, 0xf9, 0xbe, 0x10, 0x4d, 0x9e, 0x11, 0x8f, 0x46, 0x2a, 0xd1, 0x03, 0x3c, 0x68, 0xb1, 0x27, 0x68, 0x0f, 0x50, 0x38, 0x02, 0x5f, 0x00, 0x2c, 0x33, 0x83, 0x11, 0x20, 0x73, 0x81, 0x83, 0x41, 0x73, 0xa5, 0xc5, 0xcb, 0x3b, 0xd5, 0x12, 0x9c, 0xa9, 0x1e, 0x0f, 0x8a, 0xdd, 0x30, 0xb9, 0x15, 0x3d, 0xde, 0x19, 0xb7, 0x17, 0xa0, 0xcd, 0x87, 0xac, 0xdf, 0x5c, 0xfd, 0x45, 0x5c, 0xe1, 0x52, 0xbb, 0xd7, 0x4d, 0x20, 0x51, 0x3f, 0x03, 0x86, 0x44, 0xcc, 0xb5, 0x8f, 0x21, 0x4b, 0xe8, 0x73, 0x44, 0x08, 0xff, 0x1c, 0x56, 0x7f, 0x0b, 0x4a, 0x21, 0x94, 0x38, 0x74, 0x1c, 0x5e, 0xde, 0x2d, 0x80, 0x5d, 0x3d, 0x77, 0x05, 0xac, 0x46, 0x38, 0x3b, 0x87, 0x5b, 0x1c, 0x34, 0x34, 0xe1, 0x5a, 0x65, 0xa3, 0xd3, 0xb3, 0x51, 0x85, 0xa4, 0x6e, 0x12, 0x35, 0x8b, 0xd6, 0xef, 0xb5, 0x5c, 0x18, 0x18, 0x8a, 0xe7, 0xef, 0x89, 0x38, 0xec, 0x34, 0x17, 0xbc, 0x15, 0x8b, 0x51, 0xe9, 0xbc, 0x77, 0x44, 0xf3, 0x84, 0x2b, 0x38, 0x32, 0x16, 0xcd, 0x4c, 0xea, 0x92, 0x02, 0x06, 0x69, 0x04, 0x72, 0x60, 0xfd, 0xc6, 0xbe, 0x02, 0x1c, 0x90, 0x0d, 0xf0, 0x2e, 0x39, 0x37, 0x2e, 0x55, 0xee, 0x09, 0xab, 0x48, 0x96, 0x6b, 0x53, 0xea, 0x19, 0x07, 0xec, 0x76, 0xd8, 0xe9, 0xbb, 0x06, 0xd0, 0x12, 0x3b, 0x78, 0xb7, 0xc6, 0x70, 0x3f, 0xeb, 0xa2, 0xc7, 0x86, 0xdb, 0x3b, 0xf0, 0x2c, 0xc9, 0xca, 0x3b, 0x67, 0x3f, 0x46, 0xfe, 0x9a, 0xfa, 0x17 } }; static const struct cckprng_op_generate op_init_4057 = { .hd = { .id = 3832, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0xe9, 0xcc, 0x69, 0x23, 0x8a, 0x88, 0x47, 0x4a, 0x74, 0x21, 0x2b, 0x4d, 0x24, 0xfe, 0xb9, 0x77, 0x0f, 0x5b, 0xb7, 0x3e, 0xbf, 0xd7, 0xc0, 0x24, 0x5d, 0x38, 0x7b, 0x1f, 0xc6, 0xc3, 0x7d, 0x45, 0xcf, 0xf9, 0x16, 0xf9, 0xfa, 0x7d, 0x6a, 0x8c, 0x1f, 0x5b, 0xf0, 0x34, 0xca, 0x23, 0x7c, 0x20, 0xb3, 0x84, 0x21, 0x63, 0x77, 0x9f, 0xa0, 0x7b, 0x28, 0xf3, 0xee, 0x14, 0xc8, 0x23, 0xbc, 0x46, 0xaf, 0x6e, 0x81, 0x2d, 0xd8, 0x6c, 0x9e, 0x9f, 0xde, 0x14, 0xb7, 0xde, 0xfd, 0x1c, 0x6f, 0x30, 0xa5, 0x02, 0xc2, 0xd8, 0xbe, 0xab, 0x36, 0x2e, 0x6f, 0xcf, 0x6a, 0x9b, 0xcd, 0xbb, 0x59, 0xe7, 0x44, 0xa2, 0x67, 0x72, 0x73, 0x46, 0x35, 0x76, 0xe7, 0x52, 0xfc, 0x57, 0x7e, 0xfd, 0xe9, 0x01, 0x6f, 0xbe, 0x48, 0x5f, 0xc1, 0x60, 0x41, 0xaa, 0x5a, 0xea, 0x66, 0x83, 0x09, 0x16, 0x33, 0xc5, 0xfc, 0x50, 0x30, 0xc7, 0x62, 0x54, 0x84, 0x48, 0x16, 0x0f, 0x1b, 0xe7, 0x97, 0xfc, 0x53, 0x6b, 0x32, 0x8d, 0x33, 0xd3, 0xfe, 0xa7, 0x52, 0x47, 0xfc, 0x82, 0x2e, 0xab, 0xeb, 0x94, 0xe4, 0x01, 0x3c, 0xd2, 0x43, 0x71, 0x20, 0x7a, 0x15, 0x98, 0x74, 0x3a, 0xd0, 0xfe, 0xe6, 0x80, 0xd9, 0xc1, 0xd8, 0x0c, 0x02, 0xc7, 0x72, 0xd1, 0x38, 0x1a, 0x3d, 0xca, 0xcd, 0x81, 0xd2, 0xe3, 0x73, 0xa5, 0x41, 0x67, 0x16, 0x7f, 0xdb, 0x67, 0x2e, 0x5c, 0xad, 0xc3, 0x75, 0xaa, 0x9c, 0x8c, 0x49, 0x71, 0xfa, 0x36, 0xcb, 0xa4, 0xea, 0xaf, 0xd4, 0xd3, 0x5b, 0x75, 0x65, 0xbc, 0xf4, 0xb7, 0x3f, 0x88, 0x24, 0x00, 0x65, 0x22, 0xda, 0xab, 0xdf, 0x8a, 0x62, 0xaa, 0x60, 0x9d, 0x92, 0x0c } } }; static const struct cckprng_op_reseed op_reseed_4058 = { .hd = { .id = 3833, .kind = OP_RESEED }, .nonce = 10679109196848201750ULL, .seed_nbytes = 40, .seed = { 0x3f, 0x89, 0x1e, 0xe0, 0x6c, 0xa8, 0x5b, 0x71, 0xcc, 0x96, 0x2e, 0xa2, 0x62, 0x49, 0x51, 0x1b, 0x15, 0x1c, 0x80, 0x51, 0x0c, 0x95, 0x43, 0xb9, 0xb5, 0x13, 0x40, 0x0a, 0x9f, 0x7a, 0x7f, 0x9e, 0x9e, 0x60, 0x02, 0x70, 0xa4, 0x10, 0x9a, 0x6f } }; static const struct cckprng_op_refresh op_refresh_4059 = { .hd = { .id = 3834, .kind = OP_REFRESH }, .rand = 14726425930631598598ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4060 = { .hd = { .id = 3835, .kind = OP_RESEED }, .nonce = 1056623860248811161ULL, .seed_nbytes = 95, .seed = { 0x36, 0x2f, 0x30, 0x98, 0xdf, 0x8b, 0x3b, 0x8a, 0x70, 0xc6, 0xa0, 0xa0, 0x32, 0xe7, 0x3c, 0x34, 0x32, 0xc7, 0x1b, 0xff, 0x31, 0xfa, 0xe3, 0x3f, 0x11, 0x59, 0xab, 0x0d, 0xf1, 0xfd, 0x31, 0xd3, 0x49, 0xd6, 0x5e, 0x35, 0x1f, 0xfb, 0x8c, 0xec, 0x33, 0xdc, 0x73, 0xed, 0x72, 0xe4, 0xac, 0x65, 0xbf, 0x38, 0x29, 0xbf, 0x26, 0x6f, 0xf5, 0x2c, 0xcc, 0x0d, 0x2e, 0xee, 0xbe, 0x0a, 0x49, 0x8a, 0xb4, 0x3e, 0xa3, 0x31, 0x50, 0x00, 0xf1, 0xbf, 0x1e, 0xa3, 0x1d, 0xc5, 0x8c, 0xb5, 0x78, 0x99, 0x51, 0xb4, 0xf9, 0x1d, 0x0b, 0x25, 0x7a, 0xaa, 0x11, 0xfb, 0x0e, 0x31, 0x2c, 0x8c, 0x68 } }; static const struct cckprng_op_refresh op_refresh_4061 = { .hd = { .id = 3836, .kind = OP_REFRESH }, .rand = 17320432861053015968ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4062 = { .hd = { .id = 3837, .kind = OP_RESEED }, .nonce = 13063094016759057280ULL, .seed_nbytes = 16, .seed = { 0x45, 0x83, 0x0b, 0x20, 0x4a, 0x97, 0x2a, 0xd3, 0x0c, 0xfd, 0x96, 0x6f, 0x3c, 0x2b, 0x21, 0xf2 } }; static const struct cckprng_op_reseed op_reseed_4063 = { .hd = { .id = 3838, .kind = OP_RESEED }, .nonce = 16378003725538910832ULL, .seed_nbytes = 128, .seed = { 0xe9, 0xef, 0xd4, 0x48, 0x00, 0x07, 0x8d, 0x11, 0x1e, 0x7d, 0x7a, 0x01, 0x7c, 0x7a, 0x03, 0xc3, 0x62, 0xba, 0xaf, 0x39, 0x49, 0xf1, 0xf7, 0xd3, 0x61, 0x6b, 0x79, 0x87, 0xf3, 0xcd, 0xad, 0xa7, 0xf3, 0xbe, 0x13, 0x39, 0x03, 0x47, 0x56, 0xc0, 0x0c, 0x69, 0xed, 0x75, 0x28, 0x28, 0xb8, 0x0f, 0x24, 0x48, 0x86, 0x67, 0x1e, 0xed, 0xa4, 0x92, 0xcc, 0x0e, 0x87, 0xb5, 0x8e, 0x15, 0xa3, 0x91, 0xe7, 0x4b, 0x16, 0x58, 0x02, 0x2d, 0x3b, 0x07, 0xef, 0xc6, 0xed, 0x22, 0x62, 0x9e, 0x60, 0x1f, 0x8f, 0x9e, 0x1e, 0x03, 0x6e, 0x48, 0x5a, 0xf8, 0xf5, 0xee, 0x83, 0x09, 0xaa, 0x88, 0xfe, 0x02, 0x3d, 0x4e, 0x2c, 0xf9, 0x5a, 0x4e, 0xbf, 0xd2, 0x42, 0x9a, 0x65, 0x41, 0xfb, 0x88, 0x5b, 0x7a, 0xc3, 0xa4, 0xd0, 0xeb, 0x78, 0x2a, 0x7e, 0x3c, 0x1a, 0xc9, 0x79, 0xdc, 0xad, 0xde, 0x1f, 0xb4 } }; static const struct cckprng_op_refresh op_refresh_4064 = { .hd = { .id = 3839, .kind = OP_REFRESH }, .rand = 14298490671432627671ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4065 = { .hd = { .id = 3840, .kind = OP_REFRESH }, .rand = 17468779757900697344ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4066 = { .hd = { .id = 3841, .kind = OP_REFRESH }, .rand = 3660015025276066914ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4067[] = { (const struct cckprng_op *)&op_init_4051, (const struct cckprng_op *)&op_init_4052, (const struct cckprng_op *)&op_refresh_4053, (const struct cckprng_op *)&op_init_4054, (const struct cckprng_op *)&op_reseed_4055, (const struct cckprng_op *)&op_reseed_4056, (const struct cckprng_op *)&op_init_4057, (const struct cckprng_op *)&op_reseed_4058, (const struct cckprng_op *)&op_refresh_4059, (const struct cckprng_op *)&op_reseed_4060, (const struct cckprng_op *)&op_refresh_4061, (const struct cckprng_op *)&op_reseed_4062, (const struct cckprng_op *)&op_reseed_4063, (const struct cckprng_op *)&op_refresh_4064, (const struct cckprng_op *)&op_refresh_4065, (const struct cckprng_op *)&op_refresh_4066 }; static const struct cckprng_vector vec_4068 = { .id = 3842, .note = NULL, .nops = 16, .ops = ops_4067 }; static const struct cckprng_op_init op_init_4069 = { .hd = { .id = 3843, .kind = OP_INIT }, .seed = { 0xd2, 0xf5, 0x8b, 0xd5, 0x4c, 0x9c, 0x4b, 0xec, 0x85, 0xa1, 0x79, 0x34, 0x16, 0xd7, 0x9b, 0xc2, 0xdb, 0xed, 0x3d, 0xe3, 0x11, 0x64, 0x4c, 0xf9, 0xeb, 0xc3, 0xdd, 0xaf, 0xe0, 0xb3, 0x8e, 0xef }, .nonce = { 0xc8, 0x12, 0x33, 0x1b, 0x1c, 0x2c, 0x71, 0x09 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4070 = { .hd = { .id = 3844, .kind = OP_REFRESH }, .rand = 14139935915548335287ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4071 = { .hd = { .id = 3845, .kind = OP_REFRESH }, .rand = 7356907595336735673ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4072 = { .hd = { .id = 3846, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0xe5, 0x66, 0xab, 0x5d, 0xb1, 0xe5, 0x3e, 0xd5, 0x84, 0x93, 0xde, 0xb1, 0xa7, 0xf8, 0xba, 0xd7, 0x36, 0xa9, 0xb4, 0x42, 0xea, 0xe6, 0x17, 0xe3, 0x56, 0x68, 0xc3, 0xe8, 0x06, 0xa4, 0x25, 0xab, 0x30, 0xcf, 0x10, 0xe8, 0x88, 0xf2, 0xe5, 0x31, 0x47, 0xcd, 0x2c, 0xed, 0xc3, 0x2e, 0xca, 0x1b, 0x04, 0x24, 0xec, 0x3a, 0x79, 0x54, 0x04, 0xaf, 0x83, 0x9f, 0x56, 0x4a, 0xad, 0x46, 0xe7, 0xa7, 0xef, 0x47, 0x97, 0xb7, 0x74, 0x96, 0x8f, 0x6d, 0xbf, 0x47, 0x35, 0x0b, 0xdb, 0x47, 0x25, 0xc5, 0x0b, 0x8d, 0x0f, 0x1e, 0x3d, 0x71, 0x76, 0xf1, 0xd5, 0x18, 0x6f, 0x8d, 0x39, 0x4e, 0x9e, 0x18, 0xa1, 0xd3, 0xfb, 0x76, 0x87, 0x8a, 0x2c, 0x37, 0xce, 0x6d, 0x62, 0xee, 0xf4, 0x96, 0xd9, 0xc1, 0x96, 0x62, 0x56, 0x0b, 0x7e, 0xfb, 0x8a, 0x84, 0xd4, 0x69, 0x60, 0xd3, 0xcf, 0xaa, 0x9c, 0x40, 0x17, 0x60, 0xcb, 0xcc, 0xb4, 0x4a, 0x6f, 0xaa, 0x35, 0xe9, 0x9e, 0x75, 0xdd, 0xc9, 0xce, 0x71, 0x97, 0xa4, 0x5d, 0x55, 0xd9, 0x15, 0x32, 0x7e, 0x3b, 0x12, 0xeb, 0x85, 0x77, 0x13, 0xdf, 0xf0, 0x7d, 0x7a, 0xbe } } }; static const struct cckprng_op_generate op_init_4073 = { .hd = { .id = 3847, .kind = OP_GENERATE }, .rand_nbytes = 180, .out = { .rand = { 0xa3, 0x52, 0x3a, 0x30, 0x17, 0xa8, 0x68, 0x30, 0x51, 0xc2, 0x9f, 0x30, 0x0d, 0xda, 0x87, 0x9e, 0x6d, 0x3e, 0xb0, 0x68, 0x61, 0x2e, 0x02, 0xba, 0x7b, 0xbb, 0x7f, 0x16, 0xdb, 0x88, 0xa5, 0xc9, 0x9b, 0xfd, 0x89, 0xf2, 0xd2, 0x20, 0x5f, 0xc9, 0x9c, 0xbc, 0x2f, 0x0b, 0xb8, 0xc3, 0x3e, 0xef, 0x95, 0x80, 0x53, 0xb3, 0xa0, 0x40, 0x61, 0x4c, 0x89, 0xdb, 0x87, 0x34, 0x08, 0x97, 0x58, 0x4c, 0x6b, 0x83, 0x5c, 0x4e, 0x9c, 0x9f, 0x40, 0xb7, 0xa0, 0xac, 0x04, 0x2e, 0x10, 0x71, 0x44, 0x9b, 0x40, 0x08, 0x53, 0xba, 0xc7, 0xfe, 0x35, 0x6b, 0xd1, 0x43, 0xf4, 0x60, 0xcf, 0x9c, 0xf1, 0xfd, 0xe3, 0x08, 0x21, 0x83, 0x52, 0x6b, 0xce, 0xcc, 0x63, 0x0f, 0xa4, 0xc5, 0x11, 0xff, 0x2e, 0x50, 0x92, 0xad, 0x86, 0x33, 0xd6, 0x28, 0xbc, 0x93, 0x36, 0xba, 0x94, 0x82, 0x0a, 0xd2, 0x73, 0x5c, 0x0d, 0x65, 0x65, 0xb5, 0x54, 0x8b, 0xc8, 0x67, 0xa7, 0xce, 0x05, 0x6b, 0x64, 0x0c, 0x67, 0xef, 0xb9, 0xc9, 0x54, 0x04, 0x7b, 0xed, 0x0f, 0x3f, 0x07, 0xa0, 0xbd, 0x4e, 0xae, 0x4f, 0x7c, 0x56, 0xd5, 0x70, 0x20, 0x52, 0x1d, 0xfb, 0x2e, 0x7c, 0x05, 0xb4, 0x48, 0x9f, 0xfd, 0x76, 0x75, 0x4d, 0xac, 0x5b, 0x66, 0x37 } } }; static const struct cckprng_op_reseed op_reseed_4074 = { .hd = { .id = 3848, .kind = OP_RESEED }, .nonce = 8339811253703243384ULL, .seed_nbytes = 40, .seed = { 0x80, 0xfe, 0xe5, 0x36, 0x5c, 0x74, 0x30, 0x34, 0xc4, 0xe6, 0x63, 0x05, 0xb7, 0xbe, 0x30, 0x61, 0xe7, 0x43, 0xfc, 0x1a, 0x81, 0x21, 0xc1, 0x9d, 0x50, 0xf9, 0xf6, 0x8b, 0xd8, 0x95, 0x8b, 0x83, 0x05, 0x8b, 0xdf, 0xab, 0xc5, 0x4c, 0x0b, 0x53 } }; static const struct cckprng_op_reseed op_reseed_4075 = { .hd = { .id = 3849, .kind = OP_RESEED }, .nonce = 1138115119559707470ULL, .seed_nbytes = 178, .seed = { 0xab, 0x88, 0x4a, 0x47, 0x07, 0x17, 0xf1, 0x15, 0x07, 0x28, 0x94, 0x77, 0xd2, 0xd7, 0xd4, 0x20, 0xab, 0xd9, 0x26, 0xa2, 0x42, 0xbb, 0x33, 0x50, 0x5c, 0xe2, 0x3a, 0xc0, 0x05, 0x28, 0x7c, 0x01, 0x69, 0x49, 0xe3, 0x14, 0x46, 0x41, 0x6d, 0xa8, 0x85, 0x27, 0xd9, 0x95, 0xfc, 0xe5, 0x44, 0x71, 0x5d, 0xe9, 0x2d, 0x6d, 0xf3, 0x8f, 0x38, 0xa8, 0xa1, 0xec, 0x4b, 0xf6, 0x89, 0x55, 0x24, 0x8d, 0xa5, 0x38, 0xdc, 0x4a, 0x9c, 0x66, 0x4b, 0x56, 0xd7, 0xce, 0xe8, 0x00, 0x0a, 0xe8, 0x4b, 0x4f, 0x54, 0xf5, 0xc7, 0xaa, 0xc3, 0x69, 0x88, 0x69, 0x25, 0x0a, 0x0c, 0x31, 0xa9, 0xba, 0xfc, 0x0b, 0x9d, 0xfd, 0xd2, 0x06, 0x90, 0x2c, 0x7f, 0xaa, 0xd6, 0x68, 0x1a, 0x98, 0x30, 0xf1, 0xf9, 0x6b, 0x7c, 0xc1, 0x10, 0xd7, 0x28, 0xcb, 0x95, 0x93, 0x02, 0x59, 0x23, 0x7a, 0xe0, 0x53, 0xa1, 0xe1, 0x18, 0x5f, 0x25, 0x9c, 0x01, 0x5c, 0x8e, 0x2f, 0xa7, 0xcc, 0xc2, 0x25, 0xbf, 0x25, 0xc2, 0xe6, 0x2f, 0xcd, 0xe8, 0x8b, 0xdc, 0x8e, 0xf2, 0xe6, 0x4c, 0x5a, 0x33, 0xae, 0xb5, 0x0a, 0xb5, 0x83, 0xcb, 0xf5, 0xdf, 0x95, 0x2c, 0x6a, 0xe1, 0x14, 0x33, 0x15, 0x90, 0xb1, 0x28, 0x44, 0x0e, 0x17, 0xf3, 0x9d } }; static const struct cckprng_op_generate op_init_4076 = { .hd = { .id = 3850, .kind = OP_GENERATE }, .rand_nbytes = 269, .out = { .rand = { 0x37, 0x30, 0x24, 0x31, 0x3a, 0x26, 0xcd, 0xb5, 0xd9, 0x7c, 0x71, 0xd5, 0x6c, 0xe5, 0x8e, 0xd7, 0x4c, 0x4a, 0xcd, 0x77, 0x5b, 0xc7, 0xae, 0x5d, 0xac, 0xf2, 0x9b, 0x91, 0x9b, 0x84, 0xfe, 0xb1, 0x0b, 0x74, 0xcd, 0x0b, 0xbe, 0x70, 0xfa, 0x0a, 0x87, 0xd6, 0x18, 0x12, 0xd6, 0x8e, 0xc5, 0xd3, 0x5f, 0xcb, 0xbd, 0x51, 0x79, 0x3f, 0x7a, 0xeb, 0xfa, 0x16, 0xa0, 0xe1, 0xa0, 0x3a, 0x7f, 0x79, 0xa7, 0x21, 0x9a, 0x8c, 0x7d, 0x8f, 0xe1, 0xd9, 0x35, 0x26, 0x67, 0x79, 0x39, 0xa7, 0xbd, 0x3e, 0xd2, 0x40, 0x22, 0xcf, 0x41, 0xa3, 0xa3, 0x4e, 0x9d, 0x49, 0xbf, 0xb1, 0x40, 0xd1, 0xf1, 0x38, 0xb9, 0x57, 0x7a, 0x25, 0x25, 0x51, 0xaf, 0xcf, 0xaf, 0xcd, 0xbb, 0xbf, 0xa3, 0x61, 0xe8, 0x22, 0x07, 0x7b, 0xe7, 0x2b, 0x3a, 0x01, 0x86, 0x91, 0x61, 0xb4, 0x82, 0x4a, 0xbe, 0x3e, 0x7e, 0x2f, 0x0f, 0xfb, 0x7f, 0x8b, 0x3e, 0x40, 0xdc, 0x5a, 0x62, 0x3e, 0xc9, 0x8c, 0xe1, 0xd5, 0xd8, 0x15, 0xb7, 0xf4, 0x10, 0x7f, 0xea, 0x97, 0x9f, 0x05, 0x26, 0xf9, 0xf8, 0x49, 0x8f, 0x6c, 0x2e, 0x5a, 0x3e, 0x99, 0x34, 0x92, 0xf6, 0xf3, 0x14, 0x1e, 0xc3, 0xab, 0xe1, 0x19, 0x63, 0xa6, 0x25, 0x83, 0xc4, 0x0b, 0x31, 0x9a, 0x86, 0x72, 0x48, 0x07, 0x90, 0xff, 0x4c, 0x0b, 0x95, 0x42, 0xdf, 0x55, 0x5b, 0xa4, 0xc2, 0x2c, 0x60, 0x3a, 0x46, 0xd4, 0xa4, 0x09, 0xae, 0x11, 0x7d, 0x92, 0x58, 0x64, 0x50, 0xff, 0x63, 0x3b, 0x86, 0xd9, 0x27, 0xb3, 0x97, 0x5e, 0x2b, 0xd0, 0x95, 0xa2, 0xf8, 0x19, 0xbb, 0x37, 0xb3, 0xaf, 0x1f, 0x4f, 0x6b, 0xb5, 0x11, 0x42, 0xf0, 0xe6, 0x74, 0x9f, 0xeb, 0x9d, 0x6b, 0xd4, 0xaf, 0x97, 0xcb, 0x7a, 0x3b, 0xae, 0x41, 0x1e, 0x4a, 0x85, 0x8c, 0xb4, 0xad, 0xd2, 0xa7, 0x72, 0x31, 0x5f, 0xf3, 0xde, 0xf8, 0x2a, 0x5f, 0xb6, 0xd1, 0x9a, 0x89 } } }; static const struct cckprng_op_generate op_init_4077 = { .hd = { .id = 3851, .kind = OP_GENERATE }, .rand_nbytes = 194, .out = { .rand = { 0x8c, 0x63, 0x2d, 0x41, 0x31, 0x7f, 0x55, 0x06, 0xd9, 0x79, 0xb4, 0x6b, 0xc6, 0x02, 0xdc, 0xc5, 0x0b, 0xa8, 0x55, 0xb1, 0xd5, 0xfd, 0x6d, 0x2d, 0x5d, 0xfb, 0x3f, 0x45, 0x67, 0xe8, 0xd7, 0x9e, 0x1c, 0x50, 0x0f, 0xd3, 0x2d, 0xf1, 0xd3, 0x6e, 0x52, 0xac, 0x5d, 0x6b, 0xb5, 0x57, 0x3d, 0x36, 0xda, 0x05, 0xba, 0xc3, 0x60, 0x6e, 0x6c, 0x18, 0x8d, 0xa2, 0xfc, 0x7d, 0x2e, 0x45, 0x54, 0x9f, 0x2f, 0xa8, 0x40, 0x4a, 0xda, 0x12, 0x05, 0x07, 0xf0, 0xc2, 0xdd, 0x2d, 0x84, 0x6a, 0x73, 0x79, 0x41, 0x30, 0xb3, 0x0b, 0x87, 0x97, 0xa1, 0x61, 0x09, 0x09, 0x1e, 0x59, 0xd6, 0xbc, 0x8a, 0xe2, 0x47, 0x6e, 0x90, 0xd6, 0x5b, 0xbc, 0xaa, 0xc5, 0x08, 0x40, 0x91, 0x35, 0x8a, 0x68, 0x54, 0xb3, 0x24, 0xd1, 0xb2, 0x6f, 0x64, 0x9f, 0x1a, 0x5c, 0x2c, 0x93, 0xda, 0x20, 0x92, 0x4f, 0x59, 0xb3, 0xda, 0x40, 0x76, 0xd2, 0xd6, 0x50, 0x0e, 0x47, 0xca, 0x18, 0xa3, 0xc7, 0x8f, 0x20, 0x55, 0x5e, 0xdd, 0x94, 0x99, 0x7c, 0x58, 0xf3, 0x9e, 0x89, 0x64, 0x85, 0xf2, 0xca, 0xfc, 0x75, 0x5b, 0xf3, 0x06, 0xcd, 0x91, 0xf0, 0xb6, 0x79, 0xe0, 0x6d, 0x69, 0xfc, 0x28, 0x9b, 0xb2, 0xe4, 0x50, 0x3a, 0x96, 0x1b, 0xe8, 0xa5, 0xad, 0x0c, 0xf4, 0xd8, 0xfd, 0x6e, 0x9b, 0xb4, 0x52, 0x64, 0xc1, 0x5b, 0x13, 0x8b } } }; static const struct cckprng_op_generate op_init_4078 = { .hd = { .id = 3852, .kind = OP_GENERATE }, .rand_nbytes = 246, .out = { .rand = { 0xf6, 0x6e, 0x20, 0x14, 0x1f, 0x85, 0x74, 0x7e, 0x21, 0x6c, 0x0a, 0x44, 0xac, 0x7a, 0x6e, 0xe6, 0x31, 0x27, 0xd9, 0xa8, 0x1b, 0xb2, 0x98, 0x7b, 0xdf, 0x67, 0xe3, 0x0a, 0x33, 0xb7, 0xfc, 0x9c, 0x82, 0x02, 0xe9, 0x82, 0xca, 0xa2, 0x15, 0x73, 0xa5, 0x70, 0xde, 0x70, 0xbb, 0xdd, 0x3e, 0xbb, 0xe7, 0xf4, 0xe0, 0x56, 0xb3, 0xfc, 0xb4, 0x2e, 0xba, 0x2b, 0x0e, 0xc1, 0x49, 0x4e, 0xf9, 0x75, 0xc8, 0xef, 0x25, 0xb6, 0x32, 0x8b, 0x02, 0x51, 0x64, 0x9f, 0x9b, 0x0f, 0x79, 0xaf, 0xdc, 0x8b, 0x2b, 0x45, 0xf3, 0xf0, 0x93, 0x06, 0x1b, 0x92, 0xe2, 0x50, 0x76, 0xdf, 0x81, 0xab, 0x60, 0xdb, 0x30, 0xf4, 0x1b, 0xa0, 0x49, 0xf9, 0x1a, 0x73, 0xa8, 0xd6, 0x70, 0xb7, 0x73, 0x1e, 0x7e, 0xaa, 0x3c, 0xc4, 0x3a, 0x3c, 0xad, 0x6d, 0x1b, 0x8a, 0x90, 0x81, 0x3d, 0xc7, 0x20, 0x00, 0x6f, 0x5a, 0x15, 0x95, 0xe7, 0x9f, 0x4c, 0xeb, 0xd6, 0xf8, 0x18, 0x43, 0x0c, 0x13, 0x65, 0xfe, 0xc5, 0xc0, 0xa0, 0x72, 0x1c, 0x01, 0x86, 0x17, 0x60, 0x90, 0xf2, 0x00, 0x51, 0x8e, 0xa4, 0xd0, 0x98, 0x8c, 0x18, 0x63, 0x7c, 0x7e, 0x01, 0x29, 0xcb, 0xf6, 0xe8, 0x44, 0x76, 0x59, 0x9e, 0x69, 0xda, 0xb7, 0xb0, 0x33, 0x66, 0x23, 0x89, 0xd0, 0x90, 0xfa, 0x49, 0x36, 0x90, 0xe7, 0x46, 0x5f, 0xfe, 0x3a, 0xe6, 0x9d, 0xd1, 0x76, 0x74, 0x89, 0xe1, 0xc8, 0x5e, 0xa4, 0xf1, 0xd9, 0xf9, 0x18, 0x0c, 0x1a, 0x8f, 0xf8, 0x12, 0x8f, 0x82, 0x5f, 0x3f, 0xeb, 0xda, 0xfd, 0xa3, 0x1c, 0x1b, 0x7d, 0x05, 0x02, 0xec, 0x59, 0x54, 0x95, 0x05, 0xae, 0xdc, 0x16, 0x0d, 0x70, 0x31, 0x6e, 0x79, 0xa1, 0xfc, 0x08, 0x69, 0xad, 0xd7, 0x76, 0x4c, 0x2e } } }; static const struct cckprng_op_generate op_init_4079 = { .hd = { .id = 3853, .kind = OP_GENERATE }, .rand_nbytes = 280, .out = { .rand = { 0x12, 0xf0, 0xf2, 0x2f, 0xc5, 0x44, 0x2f, 0xd4, 0x18, 0xb4, 0xee, 0x65, 0x43, 0x94, 0xb7, 0xab, 0xe1, 0xc0, 0x4d, 0x64, 0xde, 0xd6, 0xee, 0x70, 0x69, 0xc1, 0xe3, 0xe4, 0xa6, 0xd6, 0xd0, 0x1b, 0x4b, 0xb0, 0xa0, 0x49, 0x8e, 0x73, 0x78, 0x17, 0xa4, 0x3a, 0x74, 0x9b, 0x97, 0x0e, 0x77, 0x6c, 0xbb, 0xf5, 0x32, 0xef, 0x35, 0x73, 0x06, 0xac, 0x6e, 0xb9, 0x9a, 0x3f, 0x11, 0x45, 0x8e, 0xfd, 0xb8, 0xdf, 0xae, 0xe8, 0x02, 0xb2, 0x1f, 0x84, 0xbd, 0x5f, 0x29, 0x8e, 0xb0, 0xad, 0xfc, 0x68, 0xd1, 0x5a, 0xa6, 0x4b, 0x50, 0x44, 0x02, 0xf6, 0x33, 0x4d, 0x09, 0xd0, 0xb8, 0x86, 0x84, 0x1a, 0x99, 0x26, 0xb8, 0x7d, 0x04, 0x51, 0x8d, 0x05, 0x25, 0xa7, 0xfe, 0x8e, 0x8c, 0x16, 0xd7, 0xd3, 0x9a, 0x83, 0xbf, 0x75, 0xdb, 0xaa, 0xe8, 0xa1, 0x04, 0x59, 0xb5, 0x26, 0x2c, 0xab, 0x0b, 0x3d, 0xeb, 0x83, 0xe7, 0xef, 0xe4, 0xe0, 0x7e, 0xde, 0x98, 0x01, 0xd7, 0x87, 0x63, 0x65, 0x8f, 0xab, 0xcd, 0xc0, 0x04, 0x89, 0xd5, 0x60, 0x33, 0xd0, 0xfd, 0x29, 0x3b, 0x18, 0x48, 0xa0, 0x68, 0x87, 0x11, 0x7b, 0x18, 0x10, 0x9f, 0xdd, 0x32, 0x90, 0x7f, 0x7a, 0x92, 0x6a, 0x2a, 0xa7, 0x22, 0x82, 0x7b, 0x9a, 0xd8, 0xb4, 0x79, 0x74, 0x42, 0x62, 0x70, 0xb2, 0x1d, 0xc1, 0x18, 0x11, 0x87, 0x7f, 0xa9, 0xdd, 0xf7, 0x6b, 0x18, 0x90, 0x0f, 0x0a, 0xd4, 0x75, 0x26, 0x93, 0x28, 0xfd, 0xac, 0xd5, 0xc8, 0xf4, 0x2a, 0x6f, 0x8e, 0xb4, 0xbb, 0xa0, 0x1d, 0xee, 0x24, 0x63, 0xa5, 0x26, 0x99, 0xbe, 0xc8, 0x7b, 0xe4, 0x2d, 0xfb, 0x32, 0x63, 0x6a, 0x2e, 0x1d, 0x1c, 0x87, 0x33, 0x91, 0x95, 0xc0, 0x52, 0x5c, 0xb2, 0x27, 0xe2, 0x51, 0xd6, 0xf1, 0x48, 0x1d, 0x2a, 0xf2, 0x2e, 0x6a, 0x50, 0x13, 0xd9, 0xd6, 0xd2, 0x94, 0xc0, 0x89, 0x9d, 0x6d, 0x46, 0x84, 0x5e, 0x3e, 0x05, 0xa4, 0x26, 0x99, 0xd8, 0x72, 0xcb, 0xf8, 0xdf, 0x6d, 0x29, 0x43 } } }; static const struct cckprng_op_refresh op_refresh_4080 = { .hd = { .id = 3854, .kind = OP_REFRESH }, .rand = 14349565294696408173ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4081 = { .hd = { .id = 3855, .kind = OP_RESEED }, .nonce = 5306055879547613417ULL, .seed_nbytes = 262, .seed = { 0xdd, 0x7a, 0x4a, 0x95, 0x9b, 0x52, 0x55, 0x77, 0x2c, 0x44, 0x99, 0xdc, 0x8f, 0x12, 0x99, 0xc5, 0xfa, 0xb0, 0xf9, 0xdd, 0x7c, 0x96, 0x5a, 0xd7, 0x41, 0x95, 0x2e, 0xc3, 0xf7, 0x0a, 0xd8, 0x93, 0x71, 0xd6, 0x45, 0x70, 0x63, 0x63, 0xda, 0xe7, 0xb0, 0x5b, 0x67, 0xe2, 0x6f, 0x22, 0x0e, 0xf4, 0x3e, 0x55, 0x25, 0x8d, 0xb1, 0x68, 0x63, 0x08, 0x2f, 0x91, 0x92, 0x9f, 0x5a, 0x8d, 0x71, 0x0b, 0xa7, 0xb1, 0xea, 0xfd, 0x87, 0x4d, 0x8b, 0x2f, 0xc8, 0x4a, 0x3a, 0x64, 0x3c, 0x90, 0x72, 0xb9, 0xb3, 0x70, 0xa6, 0xf8, 0xf2, 0xb6, 0xe9, 0x1b, 0x85, 0xa8, 0xfa, 0x64, 0xb2, 0xcb, 0x01, 0xe7, 0x7d, 0x0e, 0x7f, 0x24, 0xeb, 0x9c, 0x3a, 0x8f, 0x9f, 0x6a, 0x9f, 0x54, 0x9f, 0x69, 0x66, 0xca, 0xb6, 0xde, 0x0b, 0x7a, 0x2d, 0x9b, 0x6c, 0x5c, 0x59, 0xf2, 0x36, 0xf0, 0xe5, 0x05, 0xd2, 0xbe, 0xdd, 0x17, 0x08, 0x6c, 0x47, 0x5a, 0xc2, 0xcf, 0xee, 0x41, 0x72, 0xa9, 0xa4, 0xa5, 0x63, 0x3e, 0xe2, 0xb7, 0x94, 0xf5, 0xb7, 0x28, 0xdb, 0x8e, 0xf4, 0x23, 0xfd, 0x00, 0x53, 0x85, 0x2d, 0x1b, 0x9c, 0xa4, 0xe8, 0xb1, 0x90, 0x95, 0x6c, 0x7a, 0xc6, 0x74, 0xd2, 0x69, 0x0e, 0xa4, 0x7d, 0x80, 0x21, 0x67, 0xcf, 0xe1, 0xb0, 0xd0, 0x45, 0xa5, 0x5d, 0xb5, 0x5e, 0x1c, 0x46, 0xfb, 0x6a, 0xdc, 0xaf, 0x9f, 0x78, 0x23, 0xd8, 0x3b, 0x8f, 0xca, 0x3b, 0x32, 0xc5, 0xd1, 0x44, 0x90, 0xb0, 0xb0, 0x41, 0xf7, 0x6f, 0xe4, 0x8b, 0x6b, 0x5f, 0xcd, 0xe6, 0x8b, 0x79, 0x01, 0x2e, 0x56, 0xef, 0x73, 0x3f, 0x28, 0x20, 0x2e, 0xf4, 0x27, 0xcc, 0x48, 0x32, 0x5b, 0x2e, 0xa8, 0x1f, 0xdf, 0xdf, 0xc9, 0xfa, 0x2e, 0x2a, 0x73, 0xa2, 0x72, 0x3f, 0xf7, 0x87, 0x69, 0x6c, 0x53, 0x2f, 0xe1, 0x76, 0x54, 0x09, 0x36, 0xf0, 0xc8, 0xa7, 0x27 } }; static const struct cckprng_op_generate op_init_4082 = { .hd = { .id = 3856, .kind = OP_GENERATE }, .rand_nbytes = 13, .out = { .rand = { 0x48, 0xe0, 0x8f, 0x7d, 0x77, 0xd3, 0x24, 0xa5, 0x44, 0x2b, 0x98, 0xb0, 0x8c } } }; static const struct cckprng_op_reseed op_reseed_4083 = { .hd = { .id = 3857, .kind = OP_RESEED }, .nonce = 13436613499003632935ULL, .seed_nbytes = 279, .seed = { 0xca, 0x65, 0xf9, 0xdd, 0x2f, 0x7c, 0xf6, 0x46, 0x2a, 0x4b, 0x2b, 0x36, 0xf8, 0xe9, 0x85, 0x2b, 0xb9, 0x39, 0xaf, 0xe7, 0xf9, 0xda, 0x60, 0x17, 0xfa, 0xb4, 0x24, 0x81, 0xa3, 0xfd, 0xa9, 0x60, 0x78, 0x8a, 0x77, 0x6a, 0x4d, 0x90, 0x64, 0xc5, 0x5c, 0x0f, 0x2e, 0x0b, 0x85, 0x98, 0xbd, 0xd7, 0x55, 0x22, 0x49, 0x8d, 0x14, 0x21, 0xa2, 0xd2, 0x11, 0x6e, 0x6b, 0x96, 0xba, 0xba, 0xd8, 0x8e, 0x80, 0x63, 0x8c, 0x8e, 0x2e, 0x3c, 0x9c, 0x44, 0x94, 0x5e, 0x87, 0xa3, 0xcb, 0x1f, 0x8d, 0xdf, 0xef, 0xb5, 0x1c, 0x49, 0x2d, 0xa8, 0xbc, 0x45, 0xed, 0x95, 0x53, 0x96, 0xd8, 0xc2, 0xc9, 0x69, 0x4b, 0xe7, 0x24, 0x01, 0x5f, 0x77, 0x8b, 0xbf, 0xdf, 0x8b, 0x4d, 0x98, 0x07, 0x7a, 0x5f, 0x7a, 0x89, 0x39, 0xac, 0x5e, 0x8a, 0xe5, 0xac, 0xe9, 0x02, 0x7d, 0x05, 0xfa, 0x5c, 0x18, 0x10, 0xa2, 0xbf, 0x14, 0x9b, 0x94, 0xc8, 0xe8, 0x57, 0x5f, 0xf2, 0x5b, 0x06, 0x4f, 0x38, 0x36, 0x13, 0x53, 0xf4, 0xb6, 0x99, 0x01, 0x2c, 0x93, 0xa7, 0xcb, 0x7d, 0xce, 0xe0, 0xdf, 0xa3, 0x79, 0x81, 0xa1, 0x85, 0x35, 0xb7, 0x06, 0x0b, 0x77, 0xf5, 0xb6, 0x25, 0xe6, 0xae, 0x04, 0x10, 0x59, 0xb6, 0xf2, 0x49, 0x07, 0x3b, 0x23, 0xbd, 0xda, 0x5b, 0x7c, 0x38, 0x42, 0x3c, 0x78, 0x05, 0x6b, 0x66, 0x38, 0xfd, 0x8a, 0x64, 0x07, 0x97, 0x8f, 0x95, 0xe4, 0xc0, 0x40, 0x33, 0xfc, 0x87, 0xce, 0xc9, 0x35, 0x6a, 0x12, 0x67, 0x51, 0x2d, 0x1a, 0xa1, 0xb0, 0x80, 0x43, 0x71, 0x40, 0x96, 0x2b, 0x73, 0x39, 0x22, 0x1a, 0xf7, 0xa7, 0xe1, 0x22, 0x6d, 0xfb, 0x6c, 0x81, 0x6f, 0xe1, 0x90, 0x03, 0x70, 0x55, 0xdb, 0x08, 0xda, 0xba, 0x31, 0xb8, 0xbc, 0x61, 0x60, 0x7e, 0xb5, 0xd3, 0xf1, 0x6b, 0x18, 0x5d, 0x53, 0x65, 0xfb, 0xa5, 0x60, 0x4c, 0xc9, 0x76, 0xfa, 0x61, 0xec, 0xbf, 0x90, 0xc8, 0x94, 0xd9, 0x08, 0x96, 0x94, 0x3b, 0x40, 0x54, 0x0e } }; static const struct cckprng_op_generate op_init_4084 = { .hd = { .id = 3858, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0x47, 0x71, 0x45, 0x5c, 0xad, 0xc5, 0xa8, 0xb6, 0x4e, 0xfc, 0x67, 0x1c, 0xa4, 0xd6, 0x1a, 0x64, 0xd6, 0xc5, 0x9b, 0x46, 0x30, 0xa7, 0x43, 0xaf, 0x24, 0xbb, 0x43, 0xd3, 0xb3, 0x0d, 0x44, 0x4a, 0xde, 0xb6, 0x71, 0x53, 0x06, 0xfa, 0x42, 0x0f, 0xaa, 0x6c, 0xc5, 0xa7, 0x59, 0xc6, 0x44, 0x82, 0x5e, 0x99, 0x78, 0x4d, 0x22, 0x9c, 0x65, 0x77, 0xc8, 0xbb, 0xed, 0x6b, 0xb3, 0x19, 0x8d, 0x76, 0x89, 0xce, 0xa9, 0x3d, 0xef, 0xe6, 0x27, 0x01, 0x9e, 0xf4, 0x79, 0xf2, 0x26, 0x49, 0x3b, 0xdf, 0x1f, 0xb9, 0x0d, 0xa3, 0xe0, 0xae, 0xf0, 0x58, 0xc9, 0x60, 0x8a, 0xa8, 0xc2, 0x00, 0xa1, 0x27, 0x8a, 0xc0, 0x27, 0xab, 0x5b, 0xaa, 0x86, 0xa7, 0x3e, 0x9d, 0x60, 0x1f, 0xf3, 0x83, 0xaa, 0xca, 0xf6, 0x12, 0xe4, 0x72, 0x4e, 0xe6, 0xb9, 0x55, 0x36, 0xa3, 0xd0, 0x8e, 0xe1, 0x0d, 0x77 } } }; static const struct cckprng_op *ops_4085[] = { (const struct cckprng_op *)&op_init_4069, (const struct cckprng_op *)&op_refresh_4070, (const struct cckprng_op *)&op_refresh_4071, (const struct cckprng_op *)&op_init_4072, (const struct cckprng_op *)&op_init_4073, (const struct cckprng_op *)&op_reseed_4074, (const struct cckprng_op *)&op_reseed_4075, (const struct cckprng_op *)&op_init_4076, (const struct cckprng_op *)&op_init_4077, (const struct cckprng_op *)&op_init_4078, (const struct cckprng_op *)&op_init_4079, (const struct cckprng_op *)&op_refresh_4080, (const struct cckprng_op *)&op_reseed_4081, (const struct cckprng_op *)&op_init_4082, (const struct cckprng_op *)&op_reseed_4083, (const struct cckprng_op *)&op_init_4084 }; static const struct cckprng_vector vec_4086 = { .id = 3859, .note = NULL, .nops = 16, .ops = ops_4085 }; static const struct cckprng_op_init op_init_4087 = { .hd = { .id = 3860, .kind = OP_INIT }, .seed = { 0x84, 0x9e, 0x42, 0x56, 0xc7, 0x63, 0x29, 0x42, 0x51, 0x8e, 0xcb, 0x56, 0x4c, 0x16, 0x59, 0xdb, 0xee, 0xb8, 0x22, 0xf6, 0xc2, 0xa1, 0x18, 0x70, 0x98, 0x45, 0x7b, 0x7d, 0xf7, 0xa2, 0x40, 0x6f }, .nonce = { 0xd3, 0x88, 0x8a, 0x3c, 0x8b, 0x30, 0xbf, 0xc9 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4088 = { .hd = { .id = 3861, .kind = OP_GENERATE }, .rand_nbytes = 161, .out = { .rand = { 0x5a, 0xba, 0xb6, 0x66, 0x14, 0x5a, 0x3f, 0x6c, 0xe8, 0xf9, 0xea, 0xf7, 0x4e, 0xae, 0x83, 0x01, 0x44, 0x3b, 0x37, 0xeb, 0x94, 0x8c, 0x14, 0x7f, 0x1f, 0xcc, 0x94, 0xa0, 0x42, 0xba, 0x37, 0x11, 0x4a, 0x25, 0x65, 0xe7, 0x5e, 0x9d, 0xad, 0x2b, 0xe6, 0xe2, 0x3b, 0xb6, 0xf4, 0x8c, 0xdb, 0x83, 0xc4, 0x23, 0x66, 0xcf, 0xe8, 0x06, 0x6f, 0x48, 0x5b, 0xf6, 0x6e, 0xc8, 0xd1, 0x98, 0xd4, 0xe5, 0xe2, 0xfd, 0x53, 0x63, 0x66, 0x65, 0xd9, 0x09, 0x78, 0x1c, 0x1d, 0x31, 0xd1, 0xd8, 0xa7, 0xad, 0x31, 0xc5, 0x0c, 0xae, 0x2a, 0x34, 0x81, 0xd4, 0x0e, 0x94, 0xdd, 0x18, 0xbe, 0xb8, 0xe9, 0x49, 0xed, 0x6c, 0x44, 0x06, 0x18, 0xdc, 0x7a, 0xbf, 0x35, 0x71, 0x0d, 0xb3, 0x93, 0x05, 0xe3, 0x35, 0xb8, 0x12, 0x51, 0x19, 0x0a, 0x16, 0xe7, 0xd1, 0x67, 0x4f, 0x2b, 0x06, 0x5d, 0x64, 0xca, 0x1d, 0x68, 0xac, 0xeb, 0x89, 0x6d, 0x39, 0xe3, 0xf0, 0x8d, 0x78, 0x15, 0x5d, 0x4d, 0x60, 0x88, 0xb8, 0xde, 0xa8, 0x09, 0x5e, 0x56, 0x00, 0x60, 0x94, 0xff, 0x1e, 0xba, 0x15, 0x3f, 0x52, 0xce, 0x68, 0xd5 } } }; static const struct cckprng_op_generate op_init_4089 = { .hd = { .id = 3862, .kind = OP_GENERATE }, .rand_nbytes = 196, .out = { .rand = { 0x5d, 0xc8, 0x33, 0xdb, 0x99, 0xd4, 0x04, 0xce, 0xf9, 0xbd, 0xc0, 0xdd, 0xdb, 0xd8, 0x64, 0x47, 0x67, 0x5a, 0x0c, 0xa9, 0x12, 0x88, 0x6d, 0x31, 0x33, 0x7a, 0xa6, 0x4b, 0x1a, 0xb2, 0xd6, 0x2a, 0xd4, 0x21, 0x8a, 0x6b, 0x82, 0xd7, 0xa6, 0x74, 0x5c, 0x8a, 0x98, 0xca, 0x59, 0x42, 0x91, 0x71, 0x96, 0xd1, 0x68, 0xcd, 0xf1, 0x8b, 0x50, 0x2a, 0x61, 0xd8, 0x98, 0xe1, 0xf2, 0xe1, 0xbf, 0x4e, 0x73, 0x75, 0xa3, 0xb6, 0x3a, 0x0e, 0x7a, 0x4d, 0x97, 0x36, 0x2c, 0xd0, 0x7b, 0xf9, 0xd8, 0xe5, 0xf0, 0xa7, 0x56, 0xb8, 0xab, 0x3d, 0xd1, 0x1e, 0x72, 0x08, 0xb7, 0x26, 0xcf, 0xf5, 0x5f, 0x45, 0xfb, 0x23, 0x6b, 0x6a, 0x69, 0x5b, 0x59, 0x24, 0xa7, 0x9d, 0x08, 0x9c, 0x47, 0xdb, 0xc2, 0x71, 0x7a, 0xb0, 0xa2, 0x76, 0x42, 0xf1, 0xfd, 0x2d, 0x31, 0x81, 0xc8, 0xc1, 0x31, 0x80, 0xd3, 0x8c, 0xc4, 0xa2, 0xa2, 0xc3, 0xaf, 0x30, 0x73, 0xb9, 0x34, 0x58, 0x3a, 0x55, 0x56, 0x33, 0xc3, 0x05, 0x9c, 0x1c, 0x20, 0xb2, 0x51, 0x60, 0xa3, 0xb1, 0x59, 0x37, 0x04, 0x02, 0x3e, 0x70, 0x12, 0x16, 0x17, 0xfb, 0x87, 0xfb, 0x3a, 0xb6, 0x3c, 0xfc, 0x05, 0xfc, 0x2f, 0x69, 0x75, 0xf0, 0xdc, 0x0c, 0x9e, 0x46, 0xaf, 0x7b, 0x29, 0xa9, 0x17, 0x4d, 0xdb, 0x3a, 0xb4, 0x17, 0x19, 0x16, 0x9c, 0x22, 0xad, 0x5e, 0x59, 0x59 } } }; static const struct cckprng_op_generate op_init_4090 = { .hd = { .id = 3863, .kind = OP_GENERATE }, .rand_nbytes = 60, .out = { .rand = { 0xf7, 0xbc, 0xb6, 0x05, 0x73, 0xd3, 0xeb, 0xf3, 0xf3, 0x1b, 0xaf, 0x2b, 0xdd, 0x14, 0xd8, 0x8c, 0x15, 0x0e, 0xdd, 0x8c, 0x64, 0xb5, 0x2d, 0x68, 0x8a, 0x03, 0x6d, 0x42, 0x77, 0x24, 0xbc, 0xe9, 0x36, 0xa5, 0xc3, 0x29, 0xd5, 0x36, 0x9a, 0x36, 0x51, 0x09, 0x0b, 0x8a, 0x2f, 0x06, 0xfb, 0x07, 0xa4, 0x3a, 0xe2, 0xa9, 0x7d, 0x6e, 0x21, 0x2c, 0x01, 0x9a, 0x9e, 0xf0 } } }; static const struct cckprng_op_reseed op_reseed_4091 = { .hd = { .id = 3864, .kind = OP_RESEED }, .nonce = 14459375191239355859ULL, .seed_nbytes = 139, .seed = { 0x2f, 0x36, 0x77, 0xc2, 0x73, 0x50, 0x35, 0x78, 0xc2, 0x6d, 0x93, 0x95, 0x22, 0xc3, 0xc8, 0xda, 0x47, 0x05, 0x15, 0xf4, 0xe0, 0xb8, 0xdf, 0x65, 0x64, 0xc1, 0x02, 0xac, 0x3c, 0x81, 0xf8, 0x23, 0x42, 0xb4, 0x37, 0xb9, 0xf6, 0xf7, 0x27, 0x33, 0x08, 0x61, 0xe9, 0xef, 0x44, 0x18, 0xac, 0xae, 0x3c, 0xc8, 0x8c, 0x8e, 0x75, 0x2b, 0xbe, 0xfe, 0xa3, 0x24, 0xa7, 0xb1, 0x5e, 0x58, 0xa7, 0x50, 0x38, 0x8d, 0xa7, 0x80, 0xe1, 0x62, 0xa6, 0x34, 0xe9, 0xbf, 0x44, 0x5b, 0xb4, 0x10, 0xb1, 0xef, 0x8a, 0xe0, 0x3a, 0xd6, 0x37, 0x39, 0xb9, 0x0d, 0x6a, 0x7b, 0xe3, 0x5c, 0xee, 0x9c, 0x1f, 0xc2, 0x1c, 0xc0, 0x94, 0xe5, 0x6b, 0xcd, 0x8c, 0xb9, 0x08, 0xb7, 0x46, 0x4d, 0xa9, 0xfc, 0xb0, 0xdd, 0x52, 0x4a, 0x51, 0x88, 0x7c, 0xfd, 0x72, 0xac, 0x29, 0x4a, 0xc3, 0x6d, 0xb5, 0x24, 0x32, 0x00, 0x67, 0xef, 0x1d, 0x88, 0x96, 0xed, 0xdb, 0xd5, 0x71, 0x3a, 0xf4 } }; static const struct cckprng_op_refresh op_refresh_4092 = { .hd = { .id = 3865, .kind = OP_REFRESH }, .rand = 13506317641322590065ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4093 = { .hd = { .id = 3866, .kind = OP_RESEED }, .nonce = 17387212058414396820ULL, .seed_nbytes = 209, .seed = { 0x9c, 0x3f, 0x20, 0x1f, 0x43, 0x41, 0xd8, 0x7c, 0xc6, 0x1a, 0x42, 0x4e, 0x8b, 0xa2, 0x67, 0x7e, 0x47, 0xbd, 0x26, 0xdf, 0x83, 0x4a, 0xd1, 0x98, 0x22, 0xab, 0x15, 0x62, 0xf4, 0x32, 0x59, 0x08, 0x3f, 0xaa, 0x05, 0x35, 0x80, 0xc8, 0x26, 0xf6, 0xf1, 0x4a, 0x66, 0x61, 0x74, 0x74, 0x37, 0x6e, 0x56, 0xed, 0xc4, 0xa1, 0x36, 0xce, 0xd3, 0x66, 0xf8, 0xec, 0xb6, 0x8b, 0xf6, 0xea, 0xb1, 0x1f, 0xe4, 0xdf, 0x51, 0x3e, 0xfd, 0xe8, 0xf4, 0xfb, 0x88, 0x3b, 0x9b, 0x8a, 0xf1, 0x01, 0xd7, 0xb1, 0xaf, 0x79, 0x7a, 0x14, 0x49, 0x39, 0x78, 0x8e, 0x32, 0x75, 0x89, 0xec, 0xaf, 0x91, 0xfa, 0x04, 0x73, 0x79, 0xf5, 0x01, 0xaa, 0xdc, 0x65, 0x45, 0x72, 0xd2, 0x3a, 0x0e, 0xc9, 0xf9, 0x12, 0xde, 0xc3, 0xd6, 0x9b, 0xab, 0x9e, 0x8f, 0xff, 0x56, 0xab, 0xcc, 0x66, 0xcf, 0xc8, 0x81, 0xa4, 0x73, 0x91, 0x30, 0x96, 0x78, 0x96, 0xc6, 0x88, 0x07, 0xc8, 0x9b, 0x6d, 0x12, 0xff, 0xd7, 0xc2, 0xc1, 0xc4, 0x06, 0xb5, 0x82, 0x59, 0x5d, 0x83, 0xf1, 0xac, 0xc4, 0x30, 0xc5, 0x7b, 0x28, 0x7d, 0xe9, 0xeb, 0x05, 0x8f, 0x7b, 0x87, 0xa4, 0xcf, 0xad, 0xcc, 0xa9, 0x92, 0xac, 0x28, 0x95, 0x5d, 0x0f, 0xcb, 0x0d, 0x86, 0x54, 0x51, 0xe1, 0x44, 0xe1, 0x3c, 0xde, 0x6a, 0xad, 0x1a, 0x3a, 0xe1, 0x28, 0xd3, 0x88, 0x30, 0x55, 0x31, 0x4d, 0x30, 0x6c, 0xfb, 0xb5, 0x6b, 0xa3, 0xe6, 0x9a, 0xa0, 0x9e, 0x38 } }; static const struct cckprng_op_generate op_init_4094 = { .hd = { .id = 3867, .kind = OP_GENERATE }, .rand_nbytes = 221, .out = { .rand = { 0xc3, 0x41, 0xe4, 0x2d, 0x57, 0xe7, 0xc2, 0xbe, 0xfe, 0x37, 0xe9, 0x7e, 0x8f, 0x56, 0x8c, 0xdc, 0xe6, 0x48, 0x77, 0x01, 0xbe, 0xc9, 0xaa, 0x58, 0x57, 0xc6, 0xdd, 0xd3, 0x35, 0x96, 0xe0, 0x00, 0x8e, 0xf1, 0x93, 0x33, 0xcc, 0x68, 0x26, 0xa1, 0x62, 0xcb, 0x4d, 0x61, 0x0b, 0xd3, 0x64, 0x09, 0xba, 0x4d, 0x7d, 0x66, 0x7b, 0xf7, 0x00, 0x50, 0xa3, 0xc4, 0xfd, 0x47, 0xb0, 0xb6, 0x23, 0xa7, 0xf5, 0xdc, 0x09, 0x90, 0x15, 0x71, 0x42, 0xb4, 0x96, 0xef, 0xef, 0x70, 0x61, 0x85, 0x98, 0x8f, 0xc3, 0x93, 0x26, 0x58, 0xab, 0x19, 0x84, 0xc7, 0x60, 0x6b, 0x9d, 0x26, 0x37, 0xf8, 0x77, 0x5f, 0x4c, 0x62, 0x88, 0x8f, 0x69, 0xf4, 0xf4, 0xfc, 0xc6, 0x3c, 0xee, 0xf8, 0x46, 0x44, 0x99, 0x09, 0xda, 0x30, 0x9d, 0x65, 0x38, 0x7c, 0xe6, 0x32, 0x55, 0xcb, 0x3e, 0x3e, 0xec, 0x84, 0xb1, 0x2b, 0x16, 0xe0, 0x4c, 0xfa, 0xc5, 0x64, 0x03, 0x29, 0xfe, 0xfa, 0xb6, 0xd8, 0xdc, 0x30, 0x40, 0x4f, 0xd5, 0x9d, 0x59, 0x48, 0x5e, 0xb5, 0x7f, 0xa3, 0x8f, 0xe4, 0xfb, 0xf2, 0x30, 0x20, 0x37, 0xac, 0xcf, 0x25, 0x6e, 0x4f, 0xd5, 0xcd, 0x87, 0x01, 0x1f, 0xf8, 0x0a, 0xb7, 0x73, 0xb6, 0x0f, 0x3a, 0x1c, 0x70, 0x98, 0xe2, 0x16, 0x05, 0xcf, 0x55, 0xec, 0x42, 0x30, 0x8f, 0xde, 0x63, 0xda, 0xe3, 0xce, 0xe5, 0xae, 0xae, 0x2f, 0x15, 0x26, 0x72, 0x91, 0x4b, 0xec, 0xe6, 0x1f, 0x4e, 0x46, 0xf4, 0xbf, 0x04, 0xdb, 0xef, 0xcf, 0xd5, 0xad, 0x9d, 0xaf, 0x7f, 0xc3, 0xaf, 0xc1 } } }; static const struct cckprng_op_reseed op_reseed_4095 = { .hd = { .id = 3868, .kind = OP_RESEED }, .nonce = 7072362977660361608ULL, .seed_nbytes = 216, .seed = { 0x50, 0xa0, 0x9f, 0x4c, 0xd5, 0x9e, 0x14, 0x4a, 0xf3, 0x71, 0x5b, 0xd1, 0x5b, 0x24, 0x72, 0x32, 0x29, 0x3f, 0x75, 0x5e, 0x84, 0x7c, 0xc6, 0x71, 0xec, 0x7a, 0xa9, 0x8f, 0x8f, 0xcb, 0x14, 0x2e, 0x44, 0x8d, 0xc5, 0x53, 0xa0, 0x9f, 0x74, 0x53, 0x13, 0x35, 0xa6, 0x40, 0x58, 0x76, 0x59, 0xa1, 0x2f, 0x37, 0xfe, 0x34, 0xaa, 0x7f, 0xb2, 0xc9, 0x63, 0x0b, 0x29, 0x73, 0x6d, 0xf6, 0x0a, 0xc3, 0x5c, 0xa8, 0x5e, 0x59, 0xfd, 0x3b, 0x9b, 0xbc, 0x27, 0x8a, 0xbb, 0xb2, 0x62, 0x42, 0xbb, 0x8d, 0xfa, 0x5b, 0xee, 0x83, 0x66, 0x4b, 0x48, 0x04, 0x6b, 0xbb, 0xc2, 0xc1, 0xad, 0x04, 0x6d, 0x7c, 0xb3, 0x6b, 0x27, 0x36, 0xd2, 0x78, 0x41, 0xd1, 0xe3, 0x3f, 0x7e, 0x4c, 0xd2, 0x3d, 0xa8, 0xa2, 0x10, 0x93, 0x7c, 0x71, 0x40, 0xa6, 0x79, 0x6a, 0x99, 0xe4, 0xf2, 0x64, 0xa5, 0x67, 0x5c, 0x1e, 0x54, 0x49, 0x6f, 0x8e, 0x43, 0x8e, 0x38, 0xc1, 0x32, 0x20, 0x43, 0xa9, 0xcc, 0x67, 0xb0, 0x93, 0xa6, 0xa8, 0x23, 0xb4, 0x21, 0xb0, 0x98, 0x90, 0x04, 0x50, 0xca, 0x96, 0x72, 0x1d, 0x1b, 0xe3, 0x6e, 0xaa, 0x1d, 0x50, 0x56, 0x0d, 0x41, 0xe6, 0x63, 0x6c, 0x4e, 0x29, 0xba, 0x98, 0x1f, 0x13, 0xaa, 0xc3, 0x3c, 0x47, 0xba, 0x27, 0x46, 0x63, 0xd2, 0xaa, 0x93, 0xe6, 0x74, 0xb1, 0xb9, 0xc0, 0xa1, 0xfb, 0x3c, 0xd3, 0x8e, 0xe0, 0xf0, 0x24, 0xae, 0x27, 0x4a, 0x21, 0x83, 0x25, 0xf2, 0x34, 0xee, 0x41, 0xde, 0x10, 0xbd, 0x17, 0x9c, 0x91 } }; static const struct cckprng_op_refresh op_refresh_4096 = { .hd = { .id = 3869, .kind = OP_REFRESH }, .rand = 9165483610204879386ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4097 = { .hd = { .id = 3870, .kind = OP_RESEED }, .nonce = 4457142856516594378ULL, .seed_nbytes = 59, .seed = { 0x56, 0x5b, 0x4d, 0x27, 0x98, 0x56, 0xfb, 0x95, 0xfc, 0xdf, 0x38, 0xf2, 0x2c, 0x40, 0x34, 0x3d, 0xef, 0x00, 0x0f, 0x9b, 0x44, 0x82, 0x09, 0x62, 0x44, 0x92, 0x77, 0x8e, 0xd4, 0xac, 0x2f, 0xa7, 0x5e, 0x97, 0xf2, 0x2e, 0x57, 0xc9, 0xb3, 0x1a, 0x5e, 0x7e, 0x96, 0x97, 0xc8, 0x06, 0x75, 0x81, 0x32, 0xe7, 0x0d, 0x41, 0xad, 0x1c, 0xd1, 0x2f, 0xd7, 0x4b, 0xb0 } }; static const struct cckprng_op_generate op_init_4098 = { .hd = { .id = 3871, .kind = OP_GENERATE }, .rand_nbytes = 278, .out = { .rand = { 0xd5, 0xc1, 0x71, 0x2d, 0x21, 0x98, 0x18, 0x5e, 0x04, 0x36, 0x7e, 0x1b, 0xae, 0x65, 0x41, 0x2f, 0x8d, 0xbd, 0xb2, 0x9c, 0xde, 0xae, 0xa4, 0xc8, 0x9a, 0xec, 0x6e, 0x2e, 0xa8, 0x52, 0xf2, 0x93, 0xec, 0xa7, 0xe1, 0x54, 0x26, 0xc9, 0x55, 0xd9, 0x47, 0x62, 0x45, 0x45, 0x43, 0x4c, 0x13, 0x66, 0x2f, 0x6e, 0x12, 0xb4, 0x7d, 0x9f, 0x47, 0x4a, 0x06, 0x0f, 0x30, 0x08, 0xb5, 0x22, 0xd7, 0x90, 0x96, 0x85, 0x94, 0xb4, 0xd6, 0x4f, 0xa7, 0xb0, 0x60, 0x4a, 0x3c, 0x47, 0x0a, 0xcf, 0xfc, 0x16, 0x36, 0x52, 0x4c, 0x72, 0x55, 0x6b, 0x95, 0xed, 0x18, 0x33, 0x5d, 0xef, 0xf4, 0xc3, 0xc5, 0xf7, 0x07, 0x8b, 0x8a, 0xaf, 0x70, 0xc5, 0xe1, 0x22, 0x3e, 0x48, 0xb4, 0xd0, 0x6a, 0xf5, 0x45, 0x54, 0xa2, 0xfc, 0x08, 0x46, 0xda, 0xa3, 0x96, 0x58, 0x18, 0x63, 0x3c, 0xdf, 0xd3, 0x2a, 0xe0, 0x54, 0x0f, 0x82, 0x9e, 0xf0, 0x0c, 0xa4, 0xa0, 0x08, 0x2c, 0x46, 0x9a, 0x1c, 0x2b, 0xae, 0x51, 0xe1, 0xd7, 0xd9, 0xfe, 0x42, 0xc9, 0xfb, 0x93, 0x99, 0x6c, 0xc7, 0x2d, 0xaa, 0x27, 0xae, 0xb2, 0x17, 0x5e, 0x2d, 0xb8, 0x39, 0x56, 0xd5, 0x3b, 0xdd, 0xbb, 0xf5, 0xd2, 0xcb, 0xc7, 0xc9, 0xf2, 0x6d, 0x52, 0xa1, 0x34, 0x75, 0xbb, 0xb3, 0xa1, 0x09, 0x9a, 0x7c, 0xeb, 0x45, 0x35, 0x2f, 0x05, 0xee, 0x6c, 0x00, 0x95, 0x12, 0x60, 0xbb, 0x1c, 0x25, 0x3f, 0x96, 0xb1, 0x50, 0x6f, 0x7f, 0x9e, 0x2c, 0x1f, 0x4d, 0x9c, 0x9c, 0x92, 0xa0, 0x28, 0x1e, 0x50, 0xe6, 0xb0, 0xd5, 0x46, 0xf2, 0x41, 0xd7, 0x5d, 0x8c, 0xc3, 0x1f, 0xa1, 0x80, 0xc2, 0xb3, 0xa4, 0x1a, 0x26, 0xad, 0x62, 0x91, 0x93, 0xe8, 0xa0, 0x36, 0x02, 0xdd, 0x68, 0xab, 0x3f, 0x86, 0x78, 0x6b, 0xb5, 0x39, 0x58, 0xb5, 0x73, 0xd2, 0x3b, 0x0d, 0xd2, 0x24, 0x00, 0x57, 0xaa, 0x32, 0x3d, 0x62, 0x53, 0xe5, 0x11, 0x37, 0xa4, 0xe8, 0xfb, 0x9b, 0x37, 0x8a, 0x03, 0x51 } } }; static const struct cckprng_op_reseed op_reseed_4099 = { .hd = { .id = 3872, .kind = OP_RESEED }, .nonce = 12272685468125114820ULL, .seed_nbytes = 96, .seed = { 0x09, 0xf4, 0x59, 0x72, 0x3b, 0x71, 0xf0, 0x93, 0x99, 0xfe, 0xf3, 0x8b, 0x47, 0xf3, 0xf6, 0xd1, 0xe7, 0xb4, 0x90, 0x7f, 0x60, 0x51, 0x6d, 0x22, 0xde, 0x7c, 0x6d, 0xad, 0x0c, 0x10, 0xb5, 0xa4, 0x1b, 0xdd, 0x92, 0xa0, 0x72, 0xb2, 0xc2, 0xb2, 0xc4, 0x27, 0xd4, 0x67, 0xe1, 0x71, 0x61, 0xe2, 0x47, 0xc8, 0xfb, 0xfa, 0x08, 0x2b, 0x5b, 0xfb, 0x8b, 0xe2, 0x1d, 0x20, 0x22, 0xba, 0x9e, 0x93, 0xae, 0xdd, 0x22, 0x53, 0xc8, 0xc6, 0x06, 0xe6, 0x0d, 0xd5, 0x9e, 0xe2, 0xce, 0x3c, 0x96, 0x04, 0xb1, 0x5e, 0x26, 0x13, 0xe6, 0xd4, 0x65, 0xb0, 0x04, 0x53, 0x90, 0x41, 0x33, 0x04, 0x8e, 0xd7 } }; static const struct cckprng_op_generate op_init_4100 = { .hd = { .id = 3873, .kind = OP_GENERATE }, .rand_nbytes = 210, .out = { .rand = { 0x69, 0x9f, 0xfe, 0xac, 0xf4, 0x68, 0xc9, 0x4a, 0xca, 0x9d, 0x5d, 0x0f, 0xb5, 0xfb, 0xa5, 0x7d, 0x85, 0xd7, 0xe1, 0x40, 0xc4, 0xaf, 0xb7, 0xd4, 0x56, 0x9c, 0x78, 0xe5, 0x30, 0x29, 0x9f, 0x83, 0xc8, 0xf6, 0xbb, 0x0c, 0xaf, 0xa7, 0xd2, 0x3c, 0xcb, 0xa2, 0x7c, 0x86, 0xf4, 0x72, 0xb4, 0x02, 0x6d, 0x73, 0x83, 0x1e, 0x13, 0xff, 0x13, 0xdd, 0x0a, 0xc6, 0x15, 0xaa, 0x83, 0x01, 0x4d, 0x0e, 0x09, 0xd5, 0x87, 0xd3, 0x64, 0x6f, 0x32, 0x89, 0xf4, 0x37, 0x31, 0xcc, 0xb8, 0xb3, 0x32, 0x5e, 0xe0, 0xb4, 0x35, 0xe0, 0x95, 0x23, 0x1c, 0x93, 0xd0, 0x80, 0x8f, 0x34, 0x8f, 0xcb, 0x8f, 0x6a, 0x61, 0xbd, 0xde, 0x17, 0x61, 0xf3, 0x97, 0x7f, 0xf6, 0xd8, 0xa0, 0x7c, 0x7f, 0xfe, 0x26, 0x82, 0x7a, 0xae, 0x77, 0x76, 0x13, 0x3d, 0x9d, 0x9d, 0xd2, 0xc7, 0x21, 0x43, 0xce, 0xbb, 0xc3, 0x8a, 0x82, 0x2c, 0xa6, 0x97, 0xe7, 0x29, 0x8a, 0x17, 0xef, 0xf8, 0x2f, 0x66, 0x89, 0x62, 0xb5, 0xa6, 0x05, 0xf2, 0xe4, 0xfc, 0xfb, 0xde, 0x2a, 0x17, 0x67, 0xb4, 0x81, 0x25, 0xfa, 0xdd, 0x67, 0xa7, 0xa9, 0x31, 0x36, 0xa5, 0xc6, 0x2f, 0x5e, 0x17, 0x86, 0xa6, 0xc3, 0xe5, 0x45, 0x5d, 0x8f, 0x92, 0x19, 0x99, 0x37, 0x68, 0x57, 0x02, 0x8f, 0x8c, 0x7e, 0x8f, 0x92, 0x84, 0x36, 0xfb, 0xf4, 0xf7, 0x11, 0x01, 0xd1, 0x47, 0xa9, 0x27, 0xfa, 0x07, 0x68, 0x26, 0x2c, 0x80, 0x52, 0xa0, 0xb2, 0x0a, 0x5b, 0x29 } } }; static const struct cckprng_op_reseed op_reseed_4101 = { .hd = { .id = 3874, .kind = OP_RESEED }, .nonce = 1855668597785455799ULL, .seed_nbytes = 165, .seed = { 0x34, 0x13, 0xa2, 0x36, 0x36, 0xb5, 0xc4, 0x14, 0x01, 0xd8, 0xe8, 0xd9, 0x00, 0xf1, 0x9f, 0xdf, 0x97, 0xed, 0x7c, 0xb9, 0x0e, 0x96, 0xa2, 0xbc, 0x6f, 0x82, 0xa3, 0xf8, 0xb7, 0x55, 0x80, 0x44, 0xd2, 0xd7, 0x6d, 0x2b, 0x14, 0x7f, 0x20, 0xc6, 0x74, 0x9e, 0x43, 0x45, 0x18, 0xc9, 0x24, 0x11, 0x86, 0x84, 0x55, 0xa0, 0x0d, 0xb4, 0x48, 0x3c, 0xcf, 0x66, 0xeb, 0xce, 0x22, 0xd6, 0xf0, 0x09, 0xe6, 0x43, 0x9d, 0x24, 0x39, 0x73, 0xeb, 0x62, 0x35, 0x5b, 0x21, 0x2a, 0x5e, 0xf9, 0xf9, 0x31, 0xc4, 0x45, 0xdc, 0x2f, 0x4e, 0xb2, 0xef, 0x52, 0x59, 0x21, 0x06, 0xfb, 0x5d, 0xe0, 0x4f, 0x0f, 0xe9, 0x2b, 0x2e, 0xbe, 0x82, 0x09, 0xb3, 0xed, 0x44, 0x25, 0x2b, 0xe5, 0xbb, 0x38, 0xcd, 0x44, 0xd6, 0x1b, 0xe0, 0x00, 0x24, 0xc2, 0x4e, 0x54, 0xfe, 0xd0, 0x33, 0xa6, 0x92, 0x7b, 0x8c, 0x8f, 0x31, 0x06, 0x8a, 0x86, 0x85, 0xe3, 0x05, 0x6d, 0x91, 0x83, 0x70, 0xb1, 0x5a, 0x79, 0x3c, 0xc5, 0x13, 0x3b, 0xf2, 0xb2, 0xf7, 0x56, 0x7c, 0xac, 0x65, 0xdd, 0xb4, 0x50, 0xc2, 0xbc, 0x3d, 0x04, 0x28, 0xf8, 0x3c, 0x4c, 0xbf } }; static const struct cckprng_op_refresh op_refresh_4102 = { .hd = { .id = 3875, .kind = OP_REFRESH }, .rand = 6894317521364186354ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4103[] = { (const struct cckprng_op *)&op_init_4087, (const struct cckprng_op *)&op_init_4088, (const struct cckprng_op *)&op_init_4089, (const struct cckprng_op *)&op_init_4090, (const struct cckprng_op *)&op_reseed_4091, (const struct cckprng_op *)&op_refresh_4092, (const struct cckprng_op *)&op_reseed_4093, (const struct cckprng_op *)&op_init_4094, (const struct cckprng_op *)&op_reseed_4095, (const struct cckprng_op *)&op_refresh_4096, (const struct cckprng_op *)&op_reseed_4097, (const struct cckprng_op *)&op_init_4098, (const struct cckprng_op *)&op_reseed_4099, (const struct cckprng_op *)&op_init_4100, (const struct cckprng_op *)&op_reseed_4101, (const struct cckprng_op *)&op_refresh_4102 }; static const struct cckprng_vector vec_4104 = { .id = 3876, .note = NULL, .nops = 16, .ops = ops_4103 }; static const struct cckprng_op_init op_init_4105 = { .hd = { .id = 3877, .kind = OP_INIT }, .seed = { 0x0c, 0x7e, 0x80, 0x8b, 0x79, 0x20, 0x72, 0x87, 0x92, 0x39, 0xae, 0x57, 0x62, 0xb0, 0xa8, 0xea, 0x1b, 0x1f, 0xf7, 0xd6, 0x6e, 0x8d, 0xd9, 0x5c, 0x25, 0x35, 0x5f, 0x66, 0x6e, 0x2f, 0xd9, 0x19 }, .nonce = { 0xfa, 0x89, 0x6e, 0x85, 0x91, 0x79, 0x89, 0xd3 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4106 = { .hd = { .id = 3878, .kind = OP_REFRESH }, .rand = 16869370211109508863ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4107 = { .hd = { .id = 3879, .kind = OP_REFRESH }, .rand = 17067613902951861267ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4108 = { .hd = { .id = 3880, .kind = OP_REFRESH }, .rand = 56005704426190719ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4109 = { .hd = { .id = 3881, .kind = OP_REFRESH }, .rand = 16028417694824793959ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4110 = { .hd = { .id = 3882, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0xce, 0xc5, 0x16, 0xaf, 0xe1, 0x2b, 0xe4, 0xdf, 0xbc, 0x06, 0x3b, 0x44, 0xeb, 0xf7, 0x39, 0x2b, 0x8c, 0xda, 0x15, 0x4a, 0xdc, 0xdc, 0x60, 0x7f, 0x2d, 0x0e, 0x64, 0x73, 0xed, 0xa5, 0x9f, 0x81, 0xcc, 0xfd, 0x85, 0x95, 0x8d, 0xab, 0x8b, 0x3a, 0x41, 0x6b, 0x2d, 0x2e, 0x39, 0x62, 0xd7, 0x09, 0x23, 0xff, 0xc7, 0x0d, 0x8f, 0xad, 0x03, 0xb3, 0x8a, 0x7f, 0xb6, 0xda, 0x3a, 0x40, 0x05, 0x4a, 0xc6, 0xc5, 0x73, 0x61, 0xf3, 0x45, 0xda, 0x47, 0x35, 0xf6, 0x5b, 0x1c, 0x29, 0x76, 0x6d, 0x31, 0xdd, 0x62, 0xe8, 0xe3, 0x28, 0x1c, 0x68, 0x94, 0x9b, 0x45, 0x24, 0xe7, 0xb3, 0x95, 0x84, 0x0f, 0x87, 0x33, 0x71, 0x9e, 0x04, 0xc4, 0xd9, 0x2a, 0xf3, 0xef, 0x30, 0xf5, 0x14, 0x09, 0x90, 0x58, 0x04, 0x00, 0xc4, 0xa7, 0xdd, 0x20, 0xbc, 0x28, 0x57, 0x56, 0x41, 0x9d, 0x08, 0xc4, 0xc1, 0x97, 0x6c, 0x3e, 0x0d, 0x81, 0xce, 0x60, 0x83, 0x62, 0xc2, 0xd9, 0x09, 0x8b, 0xcc, 0xbf, 0xbc, 0xfa, 0xef, 0x52, 0x88, 0xed, 0xfb, 0x89, 0xff, 0x1c, 0x60, 0x12, 0x59, 0x00, 0x5a, 0x8b, 0x11, 0x63, 0xc4, 0x24, 0x45, 0x1d, 0x8b, 0x79, 0x54, 0x56, 0xca, 0x9e, 0xf1, 0x6f, 0x62, 0xe4, 0x0a, 0xcf, 0xf4, 0xe0, 0x58, 0x4d, 0x53, 0x23, 0xe9, 0xa0, 0x9b, 0x0d, 0xc9, 0x02, 0xe4, 0x5b, 0xb0, 0x6b, 0x2b, 0x64, 0xa2, 0x19, 0xdf, 0x68, 0xfd, 0x55, 0x6d, 0xee, 0x53, 0x2e, 0x5b, 0xe4, 0xd6, 0x2d, 0xd4, 0xec, 0xa5, 0x61, 0xa7, 0xa4, 0xea, 0x75, 0x55, 0xbb, 0x8c, 0x44, 0x89, 0x1e, 0x3e, 0x7b, 0x34, 0x1c, 0x70, 0x5e, 0xe5, 0xa6, 0x43, 0xca, 0xd9, 0x16, 0xe1, 0x29, 0x93, 0x4e, 0xdc, 0x28, 0xdf, 0xbf, 0xbb, 0x38, 0xe6, 0xdc, 0x16, 0x72, 0xef, 0x5c, 0xc7, 0x61, 0xbc } } }; static const struct cckprng_op_refresh op_refresh_4111 = { .hd = { .id = 3883, .kind = OP_REFRESH }, .rand = 5999102174032207523ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4112 = { .hd = { .id = 3884, .kind = OP_RESEED }, .nonce = 12231351585469536523ULL, .seed_nbytes = 188, .seed = { 0x24, 0xfc, 0x7b, 0xd8, 0xf4, 0xc4, 0x61, 0xce, 0x02, 0x55, 0x1e, 0x9a, 0x44, 0x32, 0x38, 0x8a, 0x20, 0xdd, 0x3c, 0x04, 0x02, 0x56, 0xf4, 0xfd, 0xb9, 0x4b, 0x06, 0x0b, 0xe1, 0x02, 0x57, 0xf9, 0x32, 0xc8, 0xbc, 0x5b, 0x5e, 0x07, 0x10, 0x5e, 0x7b, 0xed, 0x3d, 0xa2, 0x28, 0x5d, 0x12, 0x1d, 0x6d, 0x8f, 0x58, 0x6b, 0x59, 0x25, 0x82, 0x30, 0x6c, 0x3b, 0x28, 0x16, 0x27, 0x11, 0x36, 0x3f, 0x38, 0x6f, 0x9a, 0x06, 0x6e, 0xd5, 0x23, 0x76, 0x95, 0xd0, 0x2a, 0x84, 0xad, 0x57, 0x78, 0x1c, 0x30, 0xdc, 0x19, 0x73, 0x7e, 0xb7, 0x3f, 0x0b, 0x54, 0xa3, 0x66, 0x78, 0xda, 0xe7, 0xe7, 0x66, 0x9b, 0x26, 0x17, 0xf5, 0xba, 0x26, 0x6d, 0x44, 0xaa, 0x0a, 0x9f, 0x9f, 0xbe, 0xde, 0x96, 0x5a, 0x9d, 0x94, 0x4a, 0xff, 0xb2, 0xcc, 0x82, 0x08, 0xb5, 0xe4, 0xbf, 0xb5, 0xb3, 0x66, 0x59, 0x96, 0xe8, 0x49, 0xab, 0x79, 0xb8, 0x69, 0x23, 0xb7, 0x80, 0x54, 0xa4, 0xe5, 0xbb, 0xc7, 0xc3, 0xb5, 0x14, 0xe3, 0xac, 0x87, 0xa4, 0x63, 0xb2, 0xd1, 0x0f, 0x0c, 0x34, 0x2d, 0x83, 0xa4, 0x75, 0x6a, 0xc9, 0x32, 0x6c, 0xb3, 0xcc, 0x54, 0x0b, 0x67, 0x82, 0x7c, 0x44, 0xfb, 0xf9, 0x54, 0xa4, 0xe0, 0x25, 0x4d, 0xc8, 0x59, 0xf4, 0x25, 0xaf, 0xec, 0x09, 0x25, 0x2a, 0x6f } }; static const struct cckprng_op_refresh op_refresh_4113 = { .hd = { .id = 3885, .kind = OP_REFRESH }, .rand = 10458406944880358380ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4114 = { .hd = { .id = 3886, .kind = OP_RESEED }, .nonce = 16974265835194966862ULL, .seed_nbytes = 210, .seed = { 0x6e, 0x5b, 0x02, 0x2e, 0xc9, 0x86, 0xf0, 0x77, 0x34, 0xc2, 0x8c, 0x73, 0x1b, 0xd2, 0xd7, 0x75, 0x0d, 0xe3, 0x50, 0x2b, 0x08, 0x10, 0xb2, 0xcd, 0xb9, 0x75, 0xc1, 0x40, 0x70, 0x87, 0x27, 0x07, 0xd2, 0x25, 0x66, 0x27, 0x26, 0x72, 0x8e, 0x37, 0xae, 0x20, 0x05, 0x09, 0xb1, 0x54, 0xa7, 0xf3, 0xd7, 0x22, 0x8f, 0x59, 0xf0, 0x47, 0xf6, 0xd1, 0x42, 0x72, 0xa7, 0xe4, 0x89, 0x5a, 0x9b, 0x11, 0x6c, 0x19, 0x05, 0x42, 0x84, 0xcf, 0xba, 0x22, 0xd9, 0x0b, 0x4f, 0x80, 0xb8, 0x71, 0xaf, 0x87, 0x32, 0x3e, 0x52, 0x66, 0xc6, 0x61, 0xf5, 0x97, 0xfd, 0x46, 0x49, 0x51, 0xdb, 0x57, 0xde, 0x20, 0xaf, 0xdc, 0xea, 0xa4, 0x8f, 0xbd, 0xf3, 0x14, 0x5b, 0xbb, 0xe6, 0x51, 0x44, 0x03, 0xea, 0x43, 0xd0, 0x96, 0x8d, 0x3c, 0x02, 0xbb, 0x23, 0x2c, 0xd0, 0x42, 0x20, 0x28, 0xcf, 0x55, 0xd4, 0x27, 0x8e, 0xdb, 0xe2, 0x35, 0xa5, 0xe0, 0xe6, 0x2c, 0xe3, 0xfd, 0xfb, 0xea, 0xb0, 0x0f, 0xaf, 0x98, 0x50, 0xde, 0xa5, 0x8f, 0x2d, 0xa5, 0x5d, 0x88, 0x81, 0xc0, 0xf5, 0x3e, 0x53, 0x2d, 0xca, 0x56, 0x28, 0x51, 0x6d, 0xed, 0x9c, 0xdd, 0x88, 0x43, 0xdd, 0x26, 0x22, 0xef, 0x3e, 0x8f, 0x12, 0x06, 0x04, 0xad, 0x33, 0xad, 0x95, 0x32, 0xd2, 0xc9, 0xaa, 0xd9, 0x9c, 0x44, 0xa5, 0x73, 0xc1, 0x7a, 0x46, 0x36, 0x4c, 0x9b, 0x6d, 0x60, 0xa3, 0xbd, 0x44, 0xa8, 0xde, 0xa2, 0x7c, 0x5d, 0x9d, 0xf1, 0x0b, 0x78 } }; static const struct cckprng_op_generate op_init_4115 = { .hd = { .id = 3887, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0xf3, 0xc1, 0x94, 0xa9, 0x8f, 0x31, 0xd7, 0xb7, 0x88, 0xbf, 0x25, 0x0d, 0xe2, 0x20, 0xeb, 0xba, 0x61, 0x13, 0x50, 0xc9, 0x99, 0x17, 0xb6, 0xb1, 0x64, 0x43, 0xe0, 0x89, 0xe7, 0x56, 0xf4, 0x0e, 0x0e, 0x2f, 0xcc, 0x60, 0xc1, 0x54, 0xa1, 0xd8, 0x15, 0x2c, 0x95, 0x7e, 0x84, 0xe2, 0x74, 0xe9, 0x06, 0x25, 0x27, 0x03, 0x6d, 0x8e, 0x15, 0xf4, 0xf8, 0x7b, 0xb9, 0xeb, 0x46, 0x61, 0xc7, 0x2e, 0x76, 0xca, 0x1c, 0x81, 0xe1, 0x42, 0x32, 0xc7, 0xdf, 0x93, 0xc5, 0x47, 0x53, 0x5b, 0x05, 0xff, 0x59, 0x1d, 0x49, 0x84, 0xfd, 0xb6, 0x25, 0x52, 0x26, 0xbf, 0x2d, 0x20, 0xfb, 0xe9, 0x23, 0xac, 0x0b, 0x2c, 0x57, 0x31, 0xe8, 0xa2, 0x49, 0xc7, 0x84, 0x3c, 0xfd, 0xcc, 0x46, 0xa2, 0x14, 0x6a, 0xdc, 0x11, 0x90, 0xe8, 0xc1, 0x98, 0x83, 0x68, 0x79, 0xbb, 0xfc, 0xa9, 0xbe, 0x97, 0x41, 0x53, 0x09, 0x86, 0x14, 0x82, 0x67, 0xeb, 0xb5, 0xc4, 0xaf, 0xe2, 0xb7, 0x6e, 0x18, 0x9f, 0x84, 0xa6, 0xec, 0x09, 0x4f, 0x14, 0x01, 0x6f, 0xec, 0x55, 0xe0, 0x27, 0x34, 0x11, 0xb9, 0x35, 0xdd, 0xcd, 0x59, 0xa1, 0x40, 0xd0, 0x21, 0x30, 0xa0, 0x3f, 0x96, 0xd6, 0x21, 0x64, 0x12, 0x13, 0xf9, 0xed, 0x98, 0xa3, 0x4a, 0x89, 0xc7, 0xed, 0x5d, 0xdb, 0xd7, 0x48, 0x77, 0xa5, 0x2f, 0x9c, 0x82, 0x98, 0xa5, 0x32, 0x2b, 0x5e, 0x4a, 0x46, 0x95, 0x3b, 0x1b, 0xcf, 0x91, 0xe3, 0x1f, 0xa6, 0x5e, 0xa7, 0xc6, 0xd5, 0x5f, 0x27, 0xf2, 0x97, 0x1e, 0x91, 0x07, 0x9e, 0x79, 0x1a, 0xb4, 0x04, 0x0d, 0xcd, 0x00, 0xa7, 0x5a, 0x24, 0x5f, 0x39, 0x54, 0x05, 0x9d, 0x85, 0xde, 0x9f, 0xc3, 0x08, 0x13, 0xea, 0xab, 0xd6, 0xee, 0xc3, 0x87, 0xe1, 0x88, 0xda, 0x9e, 0x34, 0x70, 0x92, 0xfc, 0x5c, 0x1b, 0x8c, 0x52, 0xbc, 0x2e, 0xc2, 0xe5, 0x1d, 0xda, 0xa4, 0x06, 0x43, 0x23, 0x9f, 0xa1, 0x25, 0xdd, 0x7b, 0x16, 0xe3, 0xdb, 0x24, 0xbc, 0x53, 0x9d, 0x7b, 0x89, 0xb1, 0x32, 0x88, 0x44 } } }; static const struct cckprng_op_generate op_init_4116 = { .hd = { .id = 3888, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0x3f, 0xe2, 0xf8, 0x7c, 0x02, 0xad, 0xe4, 0xc7, 0x83, 0x79, 0xa4, 0x4e, 0x57, 0x2c, 0xa0, 0x9c, 0xd9, 0x1a, 0xbc, 0xad, 0x9d, 0x89, 0xfa, 0x6d, 0x8c, 0x93, 0x94, 0x67, 0xd3, 0x59, 0xbc, 0xc0, 0x0d, 0x4a, 0xe2, 0xf7, 0x09, 0x48, 0x75, 0x35, 0xa0, 0xae, 0x0e, 0xa3, 0xbf, 0xe6, 0x4c, 0xaa, 0x49, 0x32, 0xcd, 0xc8, 0x9f, 0x42, 0x12, 0xe3, 0x19, 0xab, 0x4c, 0x8d, 0xde, 0xcf, 0x1c, 0x7b, 0x1f, 0x54, 0x2a, 0x8f, 0xea, 0x53, 0xbd, 0xcf, 0xf0, 0x45, 0x93, 0x9c, 0xc6, 0x7b, 0xdf, 0x5f, 0xbd, 0x86, 0xec, 0x9e, 0xfe, 0x9c, 0x5b, 0xeb, 0x59, 0x4d, 0x6b, 0xd9, 0x7a, 0x8a, 0xfb, 0x48, 0x17, 0xe7, 0x62, 0xe1, 0x81, 0x1f, 0x44, 0x6a, 0xd9, 0x4d, 0x0d, 0xcb, 0x86, 0xba, 0xd8, 0x34, 0xf1, 0x3c, 0x39, 0xeb, 0xc1, 0x98, 0x79, 0xd6, 0x05, 0x28, 0xfa, 0x2d, 0x4e, 0x7b, 0x6f, 0xf9, 0xbb, 0x44, 0x54, 0x8a, 0x60, 0x18, 0x00 } } }; static const struct cckprng_op_refresh op_refresh_4117 = { .hd = { .id = 3889, .kind = OP_REFRESH }, .rand = 9068544340994296894ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4118 = { .hd = { .id = 3890, .kind = OP_RESEED }, .nonce = 14290739174093107612ULL, .seed_nbytes = 155, .seed = { 0x3a, 0x8a, 0x37, 0x4f, 0xa8, 0x21, 0x5a, 0x2f, 0xb7, 0x2f, 0x17, 0xaa, 0xe1, 0xde, 0x6b, 0x3c, 0x49, 0x37, 0x20, 0xf5, 0x82, 0x1c, 0x27, 0xfb, 0x29, 0x5d, 0xaa, 0x10, 0xfd, 0xd7, 0x99, 0x47, 0x27, 0xcf, 0x37, 0xa8, 0xe0, 0x40, 0x8e, 0x05, 0x42, 0x1e, 0x3f, 0x26, 0xdf, 0x39, 0x09, 0x45, 0x28, 0xb6, 0x92, 0x9c, 0x7c, 0x20, 0x4c, 0xf3, 0x0b, 0x35, 0xaa, 0x4c, 0x02, 0x87, 0xa8, 0x28, 0x4a, 0xc2, 0x8e, 0x7d, 0xd2, 0x54, 0xcb, 0xd6, 0xe1, 0xa4, 0xbd, 0x28, 0xab, 0x71, 0x5f, 0x39, 0xb8, 0x92, 0x2b, 0xf7, 0xd0, 0xce, 0x24, 0xf4, 0xca, 0xd1, 0x2f, 0xee, 0x4f, 0xdb, 0xa3, 0x19, 0x18, 0x8f, 0xd6, 0x03, 0x0e, 0x32, 0x99, 0x1c, 0x73, 0xea, 0xc2, 0xc5, 0x39, 0xe9, 0xb8, 0x79, 0x23, 0xe4, 0x3b, 0x93, 0x8d, 0x16, 0x4d, 0x4b, 0xc0, 0x8e, 0x02, 0xce, 0x0b, 0x28, 0x68, 0xd6, 0xa3, 0x11, 0xbb, 0x2b, 0xa4, 0xb3, 0xc7, 0x17, 0xd1, 0xd1, 0x9c, 0x78, 0x84, 0x73, 0x5f, 0x7d, 0xa5, 0x15, 0x5c, 0x55, 0x76, 0x8c, 0x15, 0x26, 0x4e, 0x22, 0x72 } }; static const struct cckprng_op_reseed op_reseed_4119 = { .hd = { .id = 3891, .kind = OP_RESEED }, .nonce = 16761886035701214561ULL, .seed_nbytes = 287, .seed = { 0x47, 0x06, 0xa8, 0x48, 0x57, 0x11, 0x8f, 0xd4, 0x08, 0x7f, 0xf0, 0x7f, 0x99, 0x6d, 0x23, 0x2d, 0xea, 0x88, 0xa9, 0x71, 0xb5, 0xaa, 0x9a, 0x87, 0x89, 0x10, 0x2f, 0x22, 0x57, 0xc2, 0x18, 0x2b, 0xa0, 0x50, 0x9e, 0x2e, 0x51, 0x4a, 0x63, 0x91, 0x8b, 0x83, 0xf9, 0x2c, 0x78, 0x6a, 0xe4, 0x0d, 0x9d, 0x0c, 0xce, 0x82, 0xe3, 0xe0, 0x98, 0x67, 0x75, 0x34, 0xff, 0x71, 0xac, 0x65, 0x0c, 0x5e, 0xdd, 0x17, 0x52, 0xf1, 0x63, 0x76, 0x73, 0x17, 0xf0, 0x3f, 0x05, 0xfc, 0x8a, 0xf3, 0x31, 0x07, 0xbe, 0xce, 0xbe, 0x58, 0x16, 0x42, 0xbd, 0x23, 0x95, 0xf5, 0x9f, 0xed, 0xcb, 0x64, 0x91, 0x7b, 0x84, 0x25, 0x5e, 0x0a, 0xf2, 0xb8, 0x45, 0x27, 0x3f, 0xd9, 0xf8, 0x1c, 0xc6, 0xd0, 0xe7, 0xce, 0xdb, 0x20, 0xf1, 0x69, 0xe9, 0xaf, 0xa1, 0x95, 0x1c, 0xd5, 0x4f, 0x1a, 0xfb, 0xc2, 0x92, 0x96, 0xfe, 0x3b, 0x96, 0xee, 0x93, 0x7e, 0xf2, 0x4b, 0xcb, 0x54, 0x28, 0x93, 0xfd, 0xa7, 0x50, 0xf9, 0x1d, 0x3a, 0xa9, 0x5e, 0x7d, 0xa0, 0x33, 0x28, 0x7c, 0xc6, 0xe3, 0xc9, 0x21, 0xa0, 0x9a, 0x64, 0x75, 0x47, 0x5d, 0x75, 0x83, 0xf1, 0x47, 0x23, 0xa6, 0x50, 0x7f, 0x3f, 0x11, 0x73, 0x2b, 0x4a, 0xc2, 0x51, 0x94, 0xae, 0xcc, 0x78, 0xf5, 0x12, 0xd8, 0xf6, 0xe1, 0x20, 0x7e, 0xaa, 0x88, 0xe7, 0x40, 0x24, 0x28, 0x7c, 0xaa, 0x01, 0x75, 0xd4, 0xbc, 0x00, 0x58, 0x6b, 0x80, 0x7f, 0x92, 0x2d, 0x82, 0xfe, 0x6d, 0xf8, 0x1e, 0xe8, 0x3f, 0x94, 0xf9, 0x04, 0x25, 0x42, 0x9c, 0x93, 0xee, 0x13, 0x92, 0x87, 0x1c, 0x04, 0x74, 0x67, 0x17, 0xd4, 0x41, 0x18, 0x38, 0x49, 0x0b, 0x4d, 0x05, 0x3d, 0x9d, 0x7a, 0x7c, 0x3e, 0x0e, 0x03, 0xeb, 0xf0, 0xdc, 0x09, 0x76, 0xfd, 0xf4, 0xc2, 0xb4, 0xf7, 0xeb, 0x4a, 0xbd, 0x1d, 0x37, 0x34, 0xfa, 0xe4, 0xa3, 0x12, 0x06, 0x43, 0xc1, 0x49, 0x23, 0x98, 0x15, 0xe9, 0xaf, 0x8c, 0x41, 0x1e, 0xcc, 0x67, 0x0b, 0x92, 0xc5, 0x38, 0xc7, 0x4b, 0xad } }; static const struct cckprng_op_reseed op_reseed_4120 = { .hd = { .id = 3892, .kind = OP_RESEED }, .nonce = 12997934682219269319ULL, .seed_nbytes = 120, .seed = { 0xe3, 0x38, 0xd6, 0xb3, 0x61, 0x57, 0x57, 0x81, 0x19, 0x4b, 0x41, 0x3f, 0x3d, 0x4e, 0x79, 0xe0, 0xe8, 0x8d, 0xa3, 0x48, 0x01, 0xcf, 0xaf, 0xaa, 0xe8, 0x0d, 0x3f, 0xc4, 0x51, 0x57, 0x4f, 0xa4, 0xdb, 0xd1, 0x6e, 0xb5, 0x65, 0xbd, 0xb2, 0xc9, 0x61, 0x2b, 0x2d, 0x44, 0xad, 0x17, 0xfb, 0x0b, 0x0f, 0xa3, 0x58, 0xb5, 0xc2, 0xb6, 0xbb, 0x54, 0xc6, 0x4a, 0xaf, 0xcf, 0xbe, 0x6d, 0x2c, 0x7e, 0x18, 0x69, 0xbd, 0x1b, 0x33, 0x94, 0x0b, 0x65, 0x98, 0xa1, 0x67, 0xb7, 0x1f, 0x0f, 0x9a, 0xd0, 0x20, 0xbf, 0x14, 0x61, 0x9e, 0x2c, 0x24, 0xbe, 0x35, 0x99, 0x69, 0x35, 0x45, 0x38, 0x55, 0x0b, 0x93, 0x76, 0x9e, 0x1f, 0x30, 0x1c, 0xf6, 0xe9, 0x1c, 0xa2, 0x03, 0x5e, 0x85, 0x12, 0x6d, 0x87, 0xb3, 0x49, 0xb7, 0x4e, 0x69, 0xd2, 0x31, 0xb9 } }; static const struct cckprng_op *ops_4121[] = { (const struct cckprng_op *)&op_init_4105, (const struct cckprng_op *)&op_refresh_4106, (const struct cckprng_op *)&op_refresh_4107, (const struct cckprng_op *)&op_refresh_4108, (const struct cckprng_op *)&op_refresh_4109, (const struct cckprng_op *)&op_init_4110, (const struct cckprng_op *)&op_refresh_4111, (const struct cckprng_op *)&op_reseed_4112, (const struct cckprng_op *)&op_refresh_4113, (const struct cckprng_op *)&op_reseed_4114, (const struct cckprng_op *)&op_init_4115, (const struct cckprng_op *)&op_init_4116, (const struct cckprng_op *)&op_refresh_4117, (const struct cckprng_op *)&op_reseed_4118, (const struct cckprng_op *)&op_reseed_4119, (const struct cckprng_op *)&op_reseed_4120 }; static const struct cckprng_vector vec_4122 = { .id = 3893, .note = NULL, .nops = 16, .ops = ops_4121 }; static const struct cckprng_op_init op_init_4123 = { .hd = { .id = 3894, .kind = OP_INIT }, .seed = { 0x42, 0x79, 0xd4, 0x2c, 0x62, 0x25, 0x6d, 0xd8, 0xe2, 0x16, 0xb6, 0x63, 0xf3, 0xef, 0x05, 0x72, 0x36, 0xfc, 0x3f, 0xf1, 0xb1, 0x29, 0xa9, 0x4c, 0x48, 0x2f, 0x0a, 0x2b, 0x25, 0x5a, 0x4d, 0xa6 }, .nonce = { 0x1e, 0xe0, 0x86, 0xa1, 0xe9, 0xc1, 0x5f, 0xdf }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4124 = { .hd = { .id = 3895, .kind = OP_RESEED }, .nonce = 17241491575562655085ULL, .seed_nbytes = 66, .seed = { 0xb8, 0xd2, 0xcf, 0xaa, 0xdb, 0x9a, 0xf0, 0xcd, 0x8f, 0xa2, 0x37, 0x17, 0x89, 0x96, 0x65, 0xe1, 0x43, 0x89, 0x2d, 0xbb, 0x94, 0x5e, 0x43, 0x78, 0xa4, 0xe0, 0x7b, 0x09, 0xdd, 0xd8, 0xaf, 0x62, 0x7e, 0xbf, 0x45, 0xbd, 0x25, 0x31, 0x3b, 0xa0, 0x1b, 0x45, 0x01, 0x9b, 0x4e, 0x3a, 0x7b, 0x54, 0x03, 0xe2, 0x64, 0x33, 0xc3, 0x71, 0x4d, 0xc2, 0x7b, 0x20, 0xc0, 0xb6, 0x3c, 0x8a, 0xfe, 0x21, 0x0a, 0x10 } }; static const struct cckprng_op_reseed op_reseed_4125 = { .hd = { .id = 3896, .kind = OP_RESEED }, .nonce = 17768352512564743639ULL, .seed_nbytes = 157, .seed = { 0xdc, 0xf6, 0xca, 0xcc, 0xfd, 0xfb, 0xbf, 0x05, 0x4f, 0xb8, 0xcf, 0x22, 0x26, 0xe6, 0x5b, 0xdf, 0xcf, 0xe6, 0x40, 0x91, 0xf3, 0x14, 0xbf, 0xb6, 0x14, 0xe0, 0x9b, 0xad, 0xa7, 0xdb, 0x11, 0xd5, 0x18, 0x2d, 0x14, 0x93, 0x2d, 0xfc, 0x9d, 0x01, 0xe8, 0x45, 0x4c, 0x88, 0x5e, 0xfc, 0xfa, 0x9d, 0x5f, 0xe8, 0x37, 0x71, 0x35, 0xd8, 0x7c, 0xfe, 0x08, 0x11, 0xf7, 0xd2, 0x44, 0xd3, 0x2a, 0xc1, 0xc4, 0x3e, 0xb8, 0xb7, 0xce, 0x9e, 0x84, 0xde, 0x7f, 0x7f, 0xca, 0x44, 0x7a, 0x27, 0x35, 0x15, 0x6c, 0x29, 0x11, 0x2f, 0xd6, 0x8f, 0xe1, 0x84, 0x5c, 0xc5, 0x7f, 0x55, 0xc9, 0xa5, 0x38, 0xba, 0x69, 0x7c, 0xcc, 0xad, 0x98, 0xa8, 0x4a, 0x51, 0xe1, 0xd4, 0xa0, 0xa0, 0xd5, 0x5d, 0x56, 0xaa, 0x51, 0x2b, 0x3a, 0xd0, 0xa3, 0x44, 0x1b, 0x32, 0xea, 0x96, 0xbf, 0x3e, 0xef, 0xda, 0x1e, 0xdd, 0xaf, 0x91, 0x8e, 0x6c, 0x21, 0x58, 0xa9, 0xc7, 0x72, 0xcc, 0x15, 0xeb, 0x45, 0x2d, 0xa3, 0xb6, 0x02, 0xc1, 0xde, 0x80, 0xf8, 0x09, 0xb1, 0x28, 0x8f, 0x0e, 0x25, 0xbf, 0x17 } }; static const struct cckprng_op_refresh op_refresh_4126 = { .hd = { .id = 3897, .kind = OP_REFRESH }, .rand = 6742611325395888733ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4127 = { .hd = { .id = 3898, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0x63, 0xc6, 0xa3, 0xe4, 0x84, 0x85, 0x70, 0x80, 0x4d, 0x8e, 0xee, 0x6e, 0x00, 0x99, 0xae, 0x17, 0x6c, 0x5f, 0xbc, 0xab, 0xc0, 0x17, 0x10, 0xc5, 0x0b, 0xc4, 0xf3, 0x02, 0x9d, 0xbf, 0x60, 0x2e, 0xe3, 0xc7, 0xa5, 0x83, 0xf7, 0x10, 0x94, 0x23, 0x0d, 0xa6, 0xfb, 0x25, 0x56, 0x80, 0x79, 0xfd, 0x19, 0xbf, 0x25, 0xf8, 0x12, 0x9b, 0x88, 0x9a, 0x8c, 0x30, 0x3f, 0x18, 0x5f, 0x21, 0xa1, 0xc6, 0x3f, 0xe1, 0xa2, 0xe6, 0x4c, 0x43, 0x70, 0xa2, 0x83, 0x3b, 0x55, 0xef, 0x93, 0xc4, 0xba, 0xa9, 0x1c, 0x8e, 0xa9, 0xbb, 0x6a, 0x45, 0x4e, 0x7f, 0x76, 0x32, 0x9f, 0x45, 0x3c, 0x46, 0x38, 0xf9, 0xb9, 0x63, 0xa6, 0x92, 0x76, 0xbb, 0xb4, 0x3a, 0x43, 0x82, 0x3f, 0x74, 0x9c, 0xba, 0xbd, 0x51, 0x18, 0x95, 0xaf, 0x08, 0x97, 0x52, 0x2b, 0xbe, 0x06, 0x12, 0x52, 0xbb, 0x7e, 0xf3, 0x6a, 0xd8, 0x6d, 0x21, 0xc6, 0xa7, 0xa5, 0xf2, 0x8c, 0x2a, 0xe9, 0x3f, 0x1c, 0x12, 0xe9, 0x9a, 0x59, 0x20, 0x04, 0x83, 0x6a, 0xd8, 0x23, 0x16, 0xdd, 0x93, 0xee, 0xb6, 0x2c, 0xfe, 0x02, 0x74, 0x41, 0xda, 0x98, 0x96, 0x7a, 0xda, 0x99, 0x24, 0x62, 0x2f, 0xd8, 0x8e, 0x85, 0xda, 0x64, 0x02, 0x23, 0x13, 0x46, 0x04, 0x94, 0x67, 0x09, 0x9c, 0x20, 0xc8 } } }; static const struct cckprng_op_reseed op_reseed_4128 = { .hd = { .id = 3899, .kind = OP_RESEED }, .nonce = 3264276244764904011ULL, .seed_nbytes = 16, .seed = { 0xa6, 0x95, 0xa2, 0xbd, 0x78, 0xb5, 0xf9, 0xa2, 0xe0, 0x3e, 0x42, 0x4b, 0x52, 0xae, 0xb6, 0xf4 } }; static const struct cckprng_op_generate op_init_4129 = { .hd = { .id = 3900, .kind = OP_GENERATE }, .rand_nbytes = 174, .out = { .rand = { 0x23, 0xa0, 0xfd, 0x4e, 0x3e, 0x43, 0xed, 0xb3, 0x11, 0x6c, 0x2a, 0x63, 0x11, 0xe7, 0x73, 0x67, 0x04, 0x5f, 0x55, 0xd9, 0x11, 0xa9, 0xfe, 0x35, 0x06, 0x28, 0x60, 0xa9, 0x8d, 0x9b, 0x85, 0x33, 0x8a, 0x96, 0xe9, 0x20, 0x61, 0xda, 0xf0, 0xbc, 0x6d, 0xab, 0xc0, 0xb8, 0xad, 0x16, 0x34, 0x02, 0x28, 0x2d, 0xf3, 0x5e, 0x6a, 0xa1, 0xfe, 0x32, 0xc9, 0xf8, 0x1e, 0x34, 0x0b, 0xdf, 0x94, 0xf4, 0xd7, 0x79, 0x5b, 0x6e, 0xf1, 0x4b, 0x7b, 0x17, 0x44, 0x46, 0x62, 0x1e, 0xb5, 0xa9, 0xfe, 0x8c, 0x41, 0xe8, 0x08, 0xb9, 0x39, 0x92, 0xe1, 0xe2, 0xa6, 0x84, 0xb5, 0xfa, 0x32, 0xe9, 0xf4, 0x6c, 0x75, 0xe3, 0xf4, 0x58, 0x9a, 0x05, 0x09, 0x05, 0x1c, 0xfe, 0xb6, 0xca, 0xb1, 0xdf, 0x49, 0xfd, 0xcc, 0x97, 0x53, 0xa5, 0xc1, 0x35, 0xaf, 0x6a, 0x5a, 0x14, 0xef, 0x8f, 0xc1, 0xcf, 0xa2, 0x17, 0x6b, 0x7d, 0x00, 0x8d, 0x75, 0xac, 0x1f, 0x66, 0x69, 0x64, 0x41, 0xd1, 0x5f, 0xca, 0x37, 0xe5, 0x8f, 0x25, 0xf4, 0xf9, 0x0e, 0x25, 0xab, 0x94, 0x48, 0x0a, 0xf1, 0x8c, 0xe3, 0x35, 0xbe, 0xb9, 0xf0, 0x57, 0x0e, 0xa8, 0xa2, 0x93, 0xfa, 0x27, 0x99, 0xdd, 0xfe, 0x3e, 0x28, 0x08 } } }; static const struct cckprng_op_reseed op_reseed_4130 = { .hd = { .id = 3901, .kind = OP_RESEED }, .nonce = 3703626175342188786ULL, .seed_nbytes = 172, .seed = { 0xf9, 0x1c, 0xd0, 0xcd, 0x49, 0xe9, 0xf8, 0x39, 0x39, 0xbb, 0x06, 0x1c, 0xc0, 0xfc, 0xd1, 0xea, 0x8e, 0x9f, 0x95, 0x32, 0x45, 0x2d, 0x1a, 0x90, 0xac, 0xf7, 0x6f, 0x31, 0xe9, 0xbf, 0xb0, 0xcd, 0xd4, 0x8f, 0xea, 0x2f, 0x90, 0x6a, 0x3f, 0xcf, 0x72, 0x11, 0xf8, 0x3c, 0xa4, 0x41, 0x4d, 0x33, 0x4b, 0x97, 0x06, 0x6f, 0x4f, 0x32, 0xa9, 0x03, 0x1b, 0x4f, 0x87, 0x30, 0x2a, 0xe6, 0x49, 0x93, 0x3c, 0xd9, 0xc2, 0x2e, 0x16, 0x5a, 0x9b, 0xa5, 0x81, 0x42, 0x0c, 0x9b, 0x67, 0x41, 0x85, 0xb0, 0xda, 0x7f, 0x0a, 0xf8, 0xe4, 0xb0, 0xf8, 0x9a, 0xf8, 0x34, 0x48, 0x47, 0x4d, 0xdf, 0x49, 0x2e, 0xaf, 0x60, 0x7a, 0xea, 0x5a, 0x26, 0x88, 0x15, 0x86, 0x4a, 0xfc, 0x2d, 0xb1, 0x9c, 0x11, 0x41, 0x41, 0x6c, 0xd6, 0x69, 0x55, 0xaf, 0x39, 0xec, 0xc8, 0x2b, 0x59, 0x4a, 0xaf, 0xf2, 0x27, 0xcd, 0x5e, 0x3c, 0xad, 0x26, 0xba, 0x00, 0xf4, 0x9e, 0x02, 0xa3, 0x51, 0x07, 0x65, 0x68, 0xaf, 0x8f, 0xaa, 0x82, 0xdd, 0x64, 0x27, 0xc8, 0x09, 0x03, 0x55, 0x00, 0xb0, 0x96, 0xfb, 0x5b, 0xcb, 0x11, 0x42, 0xc3, 0xf6, 0x12, 0x41, 0x5e, 0x26, 0x8e, 0x12, 0x40, 0xd1, 0xea } }; static const struct cckprng_op_reseed op_reseed_4131 = { .hd = { .id = 3902, .kind = OP_RESEED }, .nonce = 7209630420340432057ULL, .seed_nbytes = 150, .seed = { 0x38, 0x1e, 0x34, 0xbd, 0x78, 0xf5, 0xc5, 0x5b, 0x26, 0xa0, 0x25, 0x46, 0x7d, 0x70, 0x26, 0xb2, 0x1f, 0xbc, 0xce, 0xe0, 0xf4, 0xd5, 0x38, 0x04, 0xc9, 0x65, 0x92, 0x86, 0xf1, 0x96, 0xcc, 0xa9, 0xce, 0xbc, 0xe3, 0x9c, 0xea, 0xb9, 0x90, 0x9a, 0xce, 0xb3, 0x44, 0x40, 0xc4, 0x3d, 0x41, 0xe4, 0x0b, 0x8a, 0xaa, 0xbb, 0x73, 0x4f, 0x9f, 0xcf, 0x33, 0x8e, 0x55, 0x94, 0x9a, 0xe3, 0x9b, 0x1a, 0x80, 0x1b, 0xd9, 0xe6, 0xcc, 0xb8, 0xc8, 0xa6, 0xf5, 0xf4, 0xc1, 0x97, 0xa3, 0x20, 0x02, 0x12, 0x82, 0x15, 0x39, 0x09, 0x71, 0xc5, 0x6b, 0xdb, 0x44, 0xb0, 0x21, 0x1b, 0x07, 0xbd, 0x53, 0xf4, 0xc2, 0xa5, 0xa4, 0x23, 0x67, 0x5c, 0xd7, 0x88, 0x35, 0xfa, 0x18, 0xf7, 0x9f, 0x37, 0x56, 0x98, 0x5f, 0xb9, 0x2b, 0x45, 0xba, 0xa1, 0x47, 0x74, 0xd7, 0x7c, 0x9f, 0xe2, 0x2f, 0xc9, 0x4f, 0x51, 0xb9, 0x5d, 0x82, 0x01, 0xef, 0x83, 0xd8, 0x0a, 0x5d, 0xcf, 0x8e, 0x4c, 0xd7, 0x67, 0xcc, 0x87, 0x6b, 0x7f, 0x9c, 0x13, 0xa6, 0x09 } }; static const struct cckprng_op_generate op_init_4132 = { .hd = { .id = 3903, .kind = OP_GENERATE }, .rand_nbytes = 30, .out = { .rand = { 0x22, 0x34, 0x5f, 0x99, 0x32, 0xd9, 0xdd, 0xf6, 0xdd, 0x06, 0x3e, 0xc3, 0xce, 0xad, 0x64, 0xbf, 0x9b, 0x6e, 0x23, 0x1e, 0xb0, 0x0c, 0x85, 0x4c, 0x8f, 0x33, 0xfa, 0x7e, 0xe6, 0x59 } } }; static const struct cckprng_op_refresh op_refresh_4133 = { .hd = { .id = 3904, .kind = OP_REFRESH }, .rand = 13605994984424989683ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4134 = { .hd = { .id = 3905, .kind = OP_RESEED }, .nonce = 6986493149060238741ULL, .seed_nbytes = 27, .seed = { 0x9c, 0xcd, 0xf0, 0xc4, 0xc5, 0xd9, 0x13, 0x56, 0x57, 0x5f, 0xdb, 0x63, 0xa3, 0x01, 0x6b, 0x17, 0x49, 0x5e, 0x39, 0xd8, 0x96, 0x48, 0x8c, 0x69, 0x74, 0x3c, 0x66 } }; static const struct cckprng_op_reseed op_reseed_4135 = { .hd = { .id = 3906, .kind = OP_RESEED }, .nonce = 10807302014408871929ULL, .seed_nbytes = 214, .seed = { 0x7c, 0x38, 0xaa, 0xbd, 0xc9, 0xef, 0x32, 0xc3, 0x60, 0xa5, 0x2c, 0x28, 0x02, 0xd2, 0x1b, 0x48, 0x8f, 0x24, 0xbc, 0xfe, 0xf5, 0x2d, 0xf2, 0xa2, 0x77, 0x23, 0x72, 0xf2, 0x52, 0x81, 0xa8, 0xcb, 0x6d, 0x83, 0x8c, 0xd2, 0xd1, 0x63, 0x20, 0x14, 0x46, 0xd3, 0xdb, 0xb9, 0xa6, 0x53, 0xb8, 0x98, 0x43, 0x64, 0xc5, 0x77, 0xdf, 0xd3, 0xaa, 0x2b, 0xb0, 0x90, 0xd3, 0x75, 0x1f, 0xaa, 0x16, 0xb5, 0x75, 0x5b, 0x94, 0x62, 0x51, 0xc1, 0x75, 0x9b, 0x49, 0x4f, 0xc1, 0x5d, 0xdc, 0x73, 0xf6, 0xa0, 0x31, 0xd7, 0x38, 0xa9, 0x0e, 0x3d, 0xd5, 0x94, 0x51, 0x8b, 0x60, 0xa3, 0xa4, 0x1e, 0x64, 0xd5, 0x2d, 0xa3, 0x8c, 0xab, 0x58, 0xe1, 0xd7, 0x7e, 0x40, 0x92, 0xe5, 0x3c, 0xa1, 0xae, 0x92, 0x34, 0x40, 0x94, 0xb9, 0x53, 0x6f, 0xd5, 0x8d, 0xf1, 0xb1, 0x43, 0x2c, 0xec, 0x02, 0xc8, 0x8d, 0x10, 0xee, 0xe9, 0x4c, 0x50, 0xf4, 0x83, 0x50, 0x1b, 0xea, 0xd1, 0xca, 0xf7, 0xd9, 0x01, 0xd5, 0xad, 0xf0, 0xfc, 0x85, 0xa4, 0x6c, 0x77, 0xa6, 0xc1, 0x97, 0x11, 0x22, 0x01, 0x12, 0xfc, 0xa0, 0x55, 0x94, 0x3e, 0x86, 0x38, 0xe5, 0x9b, 0xd3, 0xab, 0x09, 0x45, 0xbf, 0x2b, 0x50, 0x33, 0x3b, 0x96, 0xb8, 0xe2, 0x2e, 0x19, 0x9a, 0x4f, 0xc4, 0x7f, 0x4e, 0x60, 0xfe, 0xdc, 0xfd, 0x30, 0x1a, 0xcc, 0xd6, 0xcc, 0x58, 0x76, 0x73, 0x08, 0xcc, 0xc8, 0x92, 0xf0, 0x66, 0x84, 0x23, 0x61, 0xba, 0x9d, 0xac, 0x65, 0xee, 0xcc, 0xdd, 0xd9 } }; static const struct cckprng_op_reseed op_reseed_4136 = { .hd = { .id = 3907, .kind = OP_RESEED }, .nonce = 3786778310767104449ULL, .seed_nbytes = 180, .seed = { 0xe5, 0x74, 0x87, 0xd9, 0x8c, 0xc3, 0x38, 0xf9, 0xad, 0x79, 0x74, 0x7f, 0xb8, 0xf5, 0xc6, 0x69, 0x1f, 0x08, 0xde, 0x1a, 0x44, 0x1e, 0xe4, 0x93, 0x51, 0x7a, 0xd9, 0xce, 0x5d, 0xdd, 0xef, 0x81, 0x9f, 0xb4, 0xb8, 0x76, 0x03, 0xa6, 0x43, 0xa5, 0x01, 0x24, 0x8e, 0x86, 0xeb, 0x07, 0x1b, 0xfa, 0xd6, 0xa2, 0xc1, 0x47, 0x61, 0x8f, 0xfa, 0x33, 0x10, 0x00, 0x86, 0x84, 0x19, 0xd7, 0xa8, 0x2a, 0xd3, 0xa7, 0x1a, 0xf8, 0x70, 0x86, 0x80, 0x1f, 0xd2, 0xe3, 0xf8, 0xb8, 0x7d, 0xb8, 0x1a, 0x92, 0x78, 0xff, 0xfe, 0x85, 0x72, 0x03, 0xb6, 0xa2, 0xa3, 0xed, 0xfe, 0x69, 0x75, 0x49, 0x36, 0x53, 0x14, 0xfa, 0x26, 0x77, 0xa0, 0x6a, 0x00, 0xf1, 0x01, 0xe6, 0x73, 0x7f, 0xa0, 0xb9, 0xa2, 0x07, 0x1f, 0x5e, 0xa0, 0x1e, 0x05, 0xf5, 0xb7, 0x35, 0xf6, 0x81, 0xeb, 0x3f, 0xbd, 0x90, 0x3a, 0x95, 0xbc, 0x20, 0xe6, 0xff, 0x73, 0x9c, 0x5b, 0x00, 0xe6, 0xb1, 0x11, 0xcb, 0xed, 0xe7, 0x7c, 0xb8, 0xe0, 0xf3, 0x96, 0xad, 0xb3, 0xf4, 0xe0, 0x1e, 0xb8, 0x6d, 0x34, 0x82, 0x0d, 0x3c, 0xda, 0x35, 0x9f, 0xfa, 0x5a, 0xd9, 0xb7, 0xfa, 0x5b, 0x7c, 0x96, 0xe7, 0x4d, 0xd5, 0x85, 0x1e, 0xd2, 0x71, 0x37, 0x37, 0x39, 0x9f } }; static const struct cckprng_op_generate op_init_4137 = { .hd = { .id = 3908, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x81, 0x11, 0x5e, 0xa1, 0xe5, 0x60, 0xa6, 0xc6, 0xcb, 0x38, 0xff, 0x65, 0x0f, 0xf9, 0xf1, 0x22, 0x3a, 0x69, 0xc3, 0xd2, 0xc7, 0x24, 0x96, 0x2f, 0xad, 0xa3, 0xff, 0x03, 0x3b, 0x17, 0xaf, 0x21, 0x36, 0xb5, 0x9e, 0xa0, 0x3a, 0x66, 0xff, 0x3e, 0xcd, 0xd1, 0x4d, 0x4e, 0xfc, 0x34, 0x8d, 0x33, 0xed, 0x75, 0x12, 0x8c, 0xf6, 0x44, 0x9d, 0x47, 0xd5, 0x97, 0xd5, 0xc1, 0xff, 0x81, 0xba, 0x07, 0x93, 0x4a, 0x9e, 0x77, 0xb6, 0xd9, 0x0c, 0x68, 0x32, 0xf0, 0xe4, 0xe2, 0x42, 0xfa, 0x29, 0xb3, 0xcf, 0x22, 0x17, 0xe9, 0x7f, 0x50, 0xc9, 0x24, 0x6f, 0xa0, 0xa1, 0x43, 0xf4, 0x4a, 0xd0, 0x8e, 0x3b, 0xa9, 0x42, 0xb4, 0x50, 0xc4, 0x61, 0x52, 0x80, 0xa2, 0x07, 0xcf, 0xd9, 0x0a, 0x44, 0x1a, 0x47, 0x3d, 0x14, 0x39, 0xa1, 0xd1, 0xd6, 0x01, 0x57, 0x07, 0x6e, 0xa1, 0xe6, 0x45, 0xb6, 0x43, 0x72, 0x0a, 0xce, 0x5a, 0x59, 0x24, 0x77, 0x4c, 0x12, 0x17, 0xb9, 0x3b, 0x45, 0xc6, 0x9e, 0x0d, 0x07, 0xf4, 0x6a, 0x89, 0x61, 0x93, 0xc8, 0x95, 0x81, 0x99, 0x67, 0x22, 0x8c, 0x01, 0xf9, 0x10, 0x80, 0x6b, 0x64, 0x43, 0xad, 0xec, 0x33, 0x60, 0xbe, 0x63, 0x17, 0x31, 0x51, 0x61, 0x40, 0x39, 0x21, 0x32, 0x02, 0xfd, 0x38 } } }; static const struct cckprng_op_reseed op_reseed_4138 = { .hd = { .id = 3909, .kind = OP_RESEED }, .nonce = 13432396728355422984ULL, .seed_nbytes = 49, .seed = { 0x4b, 0xe0, 0x03, 0x64, 0x52, 0x35, 0x8d, 0xe6, 0x75, 0x23, 0xc3, 0x56, 0x68, 0xf7, 0x58, 0x1a, 0x00, 0xa8, 0xe3, 0xde, 0xbc, 0x88, 0x8f, 0x93, 0x26, 0x20, 0xf9, 0xf0, 0xfd, 0xbe, 0x66, 0x90, 0x42, 0xa6, 0xe6, 0x44, 0xe9, 0xc6, 0x7b, 0x63, 0x80, 0x7e, 0x5c, 0xa0, 0xb7, 0xfa, 0x18, 0x01, 0x55 } }; static const struct cckprng_op *ops_4139[] = { (const struct cckprng_op *)&op_init_4123, (const struct cckprng_op *)&op_reseed_4124, (const struct cckprng_op *)&op_reseed_4125, (const struct cckprng_op *)&op_refresh_4126, (const struct cckprng_op *)&op_init_4127, (const struct cckprng_op *)&op_reseed_4128, (const struct cckprng_op *)&op_init_4129, (const struct cckprng_op *)&op_reseed_4130, (const struct cckprng_op *)&op_reseed_4131, (const struct cckprng_op *)&op_init_4132, (const struct cckprng_op *)&op_refresh_4133, (const struct cckprng_op *)&op_reseed_4134, (const struct cckprng_op *)&op_reseed_4135, (const struct cckprng_op *)&op_reseed_4136, (const struct cckprng_op *)&op_init_4137, (const struct cckprng_op *)&op_reseed_4138 }; static const struct cckprng_vector vec_4140 = { .id = 3910, .note = NULL, .nops = 16, .ops = ops_4139 }; static const struct cckprng_op_init op_init_4141 = { .hd = { .id = 3911, .kind = OP_INIT }, .seed = { 0x0b, 0x58, 0x31, 0x34, 0x99, 0xf1, 0x87, 0xf2, 0x85, 0x9b, 0x2c, 0x98, 0x73, 0x7a, 0x64, 0xf9, 0x94, 0x01, 0x92, 0xba, 0x52, 0xbc, 0x38, 0xa5, 0xef, 0x08, 0x2d, 0x3e, 0x28, 0x7e, 0x87, 0xb8 }, .nonce = { 0xed, 0x25, 0x63, 0xca, 0xf2, 0xb4, 0x58, 0xc5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4142 = { .hd = { .id = 3912, .kind = OP_GENERATE }, .rand_nbytes = 58, .out = { .rand = { 0x34, 0xe4, 0x65, 0x5b, 0x7b, 0xb0, 0x52, 0x14, 0x1b, 0x31, 0xd7, 0xdd, 0xf0, 0xda, 0x6c, 0x69, 0xf1, 0x4e, 0xbf, 0x96, 0x5d, 0xc5, 0xb2, 0x3c, 0x28, 0x02, 0x00, 0x07, 0x37, 0x0f, 0x6a, 0x4d, 0x11, 0xa4, 0x07, 0xe9, 0x4a, 0xf0, 0xd2, 0xe5, 0x6c, 0x4a, 0xf4, 0x6b, 0x46, 0xa1, 0xa4, 0xa3, 0xdd, 0x67, 0x01, 0xf1, 0x99, 0x29, 0xd0, 0x5c, 0xb5, 0xed } } }; static const struct cckprng_op_refresh op_refresh_4143 = { .hd = { .id = 3913, .kind = OP_REFRESH }, .rand = 2568764692719975266ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4144 = { .hd = { .id = 3914, .kind = OP_RESEED }, .nonce = 2587954068965505378ULL, .seed_nbytes = 28, .seed = { 0xc1, 0x79, 0xe8, 0xf7, 0xe0, 0x25, 0xc2, 0x0f, 0xe5, 0x83, 0xce, 0x84, 0xc7, 0x26, 0xe6, 0x99, 0xa4, 0x00, 0x13, 0x4f, 0x8e, 0x3d, 0xef, 0x76, 0x41, 0xe4, 0x6d, 0x23 } }; static const struct cckprng_op_generate op_init_4145 = { .hd = { .id = 3915, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x1c, 0xda, 0xc4, 0xd8, 0xfc, 0xdd, 0x3e, 0x3a, 0x8d, 0xa5, 0x64, 0x06, 0x9d, 0xb9, 0x81, 0xb1, 0x81, 0x4a, 0x77, 0x79, 0x16, 0x6b, 0x72, 0x15, 0xe8, 0x74, 0x4b, 0x98, 0x4e, 0x5a, 0xf3, 0x2c, 0x23, 0xf0, 0xf7, 0xb9, 0x79, 0x46, 0x8e, 0x22, 0x71, 0xd2, 0x89, 0x6e, 0x15, 0xec, 0x98, 0x6d, 0xa7, 0x1f, 0x7e, 0x37, 0x8e, 0x67, 0x01, 0x8b, 0x61, 0x21, 0xb4, 0xf9, 0x34, 0x63, 0x9a, 0x1c, 0xd4, 0x02, 0x34, 0x11, 0xc8, 0x7b, 0xd9, 0x49, 0xd1, 0x05, 0x14, 0xad, 0x7c, 0x5c, 0x1c, 0x50, 0xb4, 0x50, 0x1f, 0x0b, 0x6d, 0xf9, 0x8b, 0x8d, 0x5b, 0x4b, 0x0b, 0x13, 0x7f, 0xd0, 0x8a, 0x9a, 0xb0, 0x6f, 0xf0, 0xc4, 0xdc, 0x0e, 0x87, 0x61, 0x8e, 0xa2, 0x01, 0x77, 0x95, 0x1f, 0xaf, 0x6e, 0x15, 0x59, 0x34, 0xb8, 0x2b, 0x45 } } }; static const struct cckprng_op_reseed op_reseed_4146 = { .hd = { .id = 3916, .kind = OP_RESEED }, .nonce = 4933719002725969718ULL, .seed_nbytes = 131, .seed = { 0x87, 0x75, 0xd2, 0x3c, 0x18, 0xcb, 0x63, 0x2f, 0x46, 0x2e, 0x2a, 0xb3, 0x20, 0x20, 0x33, 0xa4, 0xac, 0x32, 0x2b, 0x20, 0xbe, 0x63, 0xe4, 0x17, 0xd8, 0xaf, 0xec, 0xa2, 0xa0, 0x94, 0xd4, 0x53, 0x3c, 0xab, 0x1f, 0x73, 0xab, 0xb0, 0xdd, 0x06, 0x10, 0x32, 0xc8, 0xb6, 0x14, 0x86, 0x92, 0x0d, 0x55, 0x69, 0x2b, 0xd4, 0xdc, 0xf3, 0x9d, 0x91, 0xb4, 0x82, 0x34, 0xac, 0xd2, 0x0e, 0xa1, 0xda, 0xdc, 0x18, 0x55, 0x7a, 0x23, 0x67, 0xf0, 0xdc, 0xc0, 0x82, 0xe3, 0x2c, 0xba, 0xa1, 0xf9, 0xe0, 0x99, 0xe2, 0xbe, 0x30, 0x97, 0x17, 0xb5, 0xdf, 0x6e, 0xc4, 0x30, 0x9e, 0x96, 0xc8, 0x9e, 0x95, 0xcd, 0x3d, 0xbc, 0x48, 0xb8, 0x59, 0xb3, 0x56, 0x07, 0x56, 0xf1, 0x73, 0xeb, 0xdb, 0x4e, 0x3b, 0x66, 0x9f, 0xff, 0x54, 0xd8, 0xa7, 0xb6, 0x7c, 0xc0, 0xab, 0x4d, 0x4e, 0xc6, 0x2f, 0xce, 0x6b, 0xa1, 0xd9, 0x39 } }; static const struct cckprng_op_generate op_init_4147 = { .hd = { .id = 3917, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0x9a, 0x7b, 0x24, 0x3f, 0x48, 0x05, 0x86, 0xca, 0x7f, 0x4b, 0x8f, 0xfa, 0x79, 0xd8, 0x74, 0xd5, 0xfe, 0x2d, 0x9e, 0x4e, 0x01, 0xdd, 0xef, 0xd6, 0xd3, 0x45, 0x81, 0x5a, 0x4f, 0x49, 0x90, 0x75, 0xe9, 0xcc, 0x8c, 0x12, 0x4c, 0x81, 0xc2, 0x15, 0xaf, 0xc1, 0x9f, 0x1f, 0x2e, 0x59, 0xea, 0x24, 0x8d, 0xda, 0x5d, 0xff, 0xb5, 0x6a, 0x94, 0x19, 0x1b, 0x21, 0x8f, 0x4c, 0x19, 0x68, 0x26, 0xd6, 0x5b, 0x1f, 0x65, 0xe9, 0x7e, 0x3f, 0x00, 0x04, 0x29, 0xda, 0xa9, 0x33, 0xf9, 0xe8, 0x43, 0x03, 0x01, 0x64, 0xad, 0x22, 0xdc, 0x4b, 0x0c, 0x6e, 0xc5, 0x62, 0xb5, 0x79, 0xf9, 0xb4, 0x57, 0x5e, 0xba, 0x21, 0x27, 0xf1, 0xe0, 0xd3, 0xe9, 0x21, 0x3b, 0x4b, 0x38, 0xae, 0x6c, 0x26, 0xc6, 0x1c, 0x24, 0x03, 0xe7, 0x57, 0x2b, 0x0d, 0x9d, 0xf8, 0xb4, 0x05, 0x71, 0x40, 0xf4, 0x36, 0xa5, 0xf7, 0x8b, 0xa0, 0xd5, 0x51, 0x96, 0x3c, 0x79, 0x47, 0x43, 0xa2, 0xc5, 0xda, 0xf4, 0xac, 0x6b, 0x97, 0xba, 0xce, 0xfc, 0xba, 0x8c, 0xbb, 0xde, 0x43, 0x56, 0xaf, 0xf1, 0x5b, 0x33, 0x8e, 0x93, 0xc1, 0x27, 0xd3, 0x85, 0xc1, 0x07, 0xd7, 0xf5, 0x1e, 0x45, 0xf9, 0xcd, 0x04, 0x37 } } }; static const struct cckprng_op_reseed op_reseed_4148 = { .hd = { .id = 3918, .kind = OP_RESEED }, .nonce = 8606203052683922049ULL, .seed_nbytes = 71, .seed = { 0x2e, 0x3a, 0x7b, 0x1b, 0xf3, 0xe1, 0x61, 0x58, 0x4e, 0xe7, 0xfe, 0xd2, 0x88, 0xb9, 0xab, 0x9f, 0x83, 0xed, 0x1c, 0x11, 0x81, 0x40, 0x6e, 0x23, 0x89, 0xd5, 0x38, 0x5e, 0xa6, 0xff, 0x04, 0x81, 0xac, 0x57, 0xa3, 0xf5, 0x13, 0xd4, 0x70, 0x7b, 0xc0, 0x69, 0x20, 0xca, 0xf7, 0x39, 0x92, 0x22, 0x0c, 0x70, 0xef, 0x5e, 0x77, 0x13, 0xa0, 0xaa, 0x22, 0xf6, 0x11, 0x6e, 0xfa, 0xb2, 0x40, 0x9f, 0x64, 0x9b, 0x54, 0x68, 0x32, 0x52, 0xb1 } }; static const struct cckprng_op_refresh op_refresh_4149 = { .hd = { .id = 3919, .kind = OP_REFRESH }, .rand = 13722686055655042871ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4150 = { .hd = { .id = 3920, .kind = OP_RESEED }, .nonce = 17798552681632672440ULL, .seed_nbytes = 217, .seed = { 0xb6, 0xb0, 0x9d, 0x5d, 0xc7, 0x18, 0x2c, 0x24, 0x8d, 0x09, 0x71, 0xed, 0x3c, 0xc4, 0xf6, 0xa5, 0x66, 0xd3, 0x44, 0x0c, 0x31, 0x14, 0xee, 0x99, 0x3f, 0xa1, 0x44, 0x23, 0x83, 0x74, 0x3f, 0xf4, 0xd5, 0xd1, 0x16, 0x5d, 0x73, 0x83, 0x00, 0xaf, 0x4d, 0x1d, 0x81, 0x56, 0x8a, 0xb4, 0x77, 0xd0, 0x44, 0xca, 0x9e, 0x90, 0xc1, 0x62, 0x2e, 0xba, 0x30, 0xbe, 0xce, 0x4c, 0x41, 0x1b, 0x0a, 0x22, 0x76, 0x7f, 0xff, 0xfd, 0xd1, 0x8b, 0x5e, 0x13, 0xba, 0x55, 0x71, 0x08, 0x66, 0xd3, 0x8b, 0x34, 0x9c, 0x18, 0x30, 0xd7, 0x54, 0x41, 0x53, 0x41, 0x76, 0xfa, 0x08, 0xb0, 0x48, 0x59, 0x5a, 0xfb, 0xd8, 0x82, 0xf6, 0x1d, 0x4b, 0x5a, 0xa0, 0xbf, 0x16, 0xf3, 0xc5, 0x9b, 0xd9, 0x81, 0x01, 0x66, 0x0b, 0x9d, 0x93, 0x24, 0x3b, 0x52, 0x22, 0xaf, 0x4e, 0xe4, 0xa1, 0x27, 0xfa, 0x96, 0xd1, 0x3c, 0x60, 0x9d, 0xa7, 0x16, 0x01, 0x22, 0x4a, 0x9e, 0xa4, 0x2b, 0x37, 0x18, 0x2c, 0x67, 0x8f, 0x6a, 0x0c, 0xbd, 0x80, 0x32, 0x2a, 0x60, 0xe9, 0xa1, 0xcd, 0x03, 0xf8, 0xa4, 0x2c, 0xd2, 0x2c, 0xce, 0xe7, 0xa8, 0x9b, 0x10, 0xbd, 0xf5, 0x63, 0x9e, 0xe7, 0x63, 0x26, 0x58, 0xce, 0x8e, 0x84, 0xf3, 0x71, 0xcf, 0xaa, 0x13, 0xa9, 0x24, 0x73, 0xdf, 0x01, 0x2b, 0x38, 0xb9, 0x4d, 0x00, 0x82, 0xcb, 0x44, 0x72, 0x74, 0x2f, 0x40, 0xe7, 0x11, 0xbf, 0x5b, 0xcb, 0x87, 0xc2, 0xc8, 0x02, 0x2d, 0x5d, 0x68, 0xdf, 0xe4, 0x61, 0x52, 0xa8, 0x20, 0x04, 0x65 } }; static const struct cckprng_op_generate op_init_4151 = { .hd = { .id = 3921, .kind = OP_GENERATE }, .rand_nbytes = 214, .out = { .rand = { 0x55, 0x79, 0xaa, 0x3b, 0x33, 0x68, 0x95, 0x93, 0xa7, 0x1d, 0xf8, 0x79, 0x1f, 0xb3, 0x28, 0xf0, 0x08, 0xa9, 0x89, 0xe9, 0x1d, 0x05, 0xfb, 0xf7, 0xfd, 0xf9, 0xfc, 0xc3, 0x3f, 0x92, 0x9c, 0x98, 0x62, 0x3a, 0x46, 0x75, 0xd0, 0x88, 0x77, 0x2b, 0xaa, 0x15, 0x87, 0x4b, 0x23, 0x59, 0xbf, 0x3e, 0xda, 0xb8, 0x78, 0x1f, 0xf8, 0x42, 0x8f, 0x2c, 0x69, 0x4f, 0xda, 0x78, 0xe2, 0x31, 0x03, 0xac, 0x99, 0x0e, 0x6e, 0x87, 0x56, 0x49, 0x3d, 0x47, 0xd3, 0x92, 0xb2, 0x7c, 0xe5, 0xaa, 0xeb, 0xf2, 0xc3, 0x01, 0x81, 0x4c, 0xa0, 0x58, 0xde, 0x50, 0x41, 0x33, 0xbe, 0xa5, 0x6d, 0x3c, 0xa1, 0x21, 0x6e, 0x6e, 0x67, 0x84, 0xb7, 0x1d, 0x46, 0x26, 0x27, 0xf9, 0xcc, 0x15, 0xa9, 0x67, 0x5b, 0x69, 0x76, 0x83, 0xe6, 0x19, 0x6a, 0x2c, 0x31, 0x40, 0x24, 0xe2, 0x46, 0xce, 0x3d, 0x9d, 0x6c, 0xac, 0x64, 0x31, 0x1e, 0x64, 0x59, 0x97, 0x1b, 0x26, 0x85, 0xd4, 0xa2, 0xb3, 0x96, 0x56, 0x5d, 0xf3, 0x14, 0x6e, 0xe0, 0x89, 0xfd, 0xfc, 0x86, 0x4f, 0x3e, 0x93, 0x14, 0xa5, 0xce, 0x09, 0x7b, 0x87, 0xd7, 0x67, 0x82, 0xb6, 0xa8, 0x24, 0x20, 0x26, 0xdb, 0x75, 0x84, 0x57, 0x85, 0x6f, 0x5b, 0x2f, 0x2e, 0x96, 0x9e, 0x7b, 0x6f, 0xa2, 0x8b, 0x24, 0xe0, 0x17, 0xf4, 0x27, 0x5f, 0xec, 0x0e, 0x1f, 0x7f, 0x13, 0xa0, 0x06, 0x9f, 0x9f, 0xcc, 0x69, 0x47, 0x26, 0x12, 0xcf, 0x20, 0x37, 0xcd, 0x88, 0xc5, 0xec, 0xd2, 0x62, 0xa4, 0x08 } } }; static const struct cckprng_op_reseed op_reseed_4152 = { .hd = { .id = 3922, .kind = OP_RESEED }, .nonce = 6331226583649702781ULL, .seed_nbytes = 87, .seed = { 0x14, 0x06, 0xa1, 0x75, 0xbe, 0xd0, 0x25, 0xbe, 0x96, 0xe9, 0xa0, 0xd9, 0x0f, 0xa7, 0x09, 0xba, 0x56, 0xeb, 0x51, 0xc4, 0x35, 0x2f, 0x2f, 0xf9, 0x76, 0x70, 0xef, 0x15, 0x3c, 0xff, 0xd0, 0x01, 0xf8, 0x79, 0x9a, 0x91, 0x68, 0xca, 0x89, 0x0c, 0x7b, 0x88, 0x65, 0x9e, 0xa5, 0xa6, 0x1e, 0x34, 0x72, 0xfb, 0x16, 0xdf, 0xa4, 0x6c, 0xef, 0x0d, 0xa5, 0x4d, 0x10, 0x2f, 0x28, 0x03, 0x20, 0x76, 0xb3, 0xf5, 0x15, 0xd3, 0xf8, 0x29, 0x06, 0xcc, 0x1f, 0x6d, 0x30, 0x1c, 0xf5, 0x4a, 0x38, 0x52, 0xa2, 0x26, 0x8c, 0xb2, 0x5a, 0x6d, 0x44 } }; static const struct cckprng_op_generate op_init_4153 = { .hd = { .id = 3923, .kind = OP_GENERATE }, .rand_nbytes = 279, .out = { .rand = { 0x09, 0xb8, 0x18, 0x84, 0xb9, 0xcc, 0x58, 0xaf, 0x13, 0x53, 0x18, 0x82, 0x74, 0x53, 0x19, 0x54, 0x09, 0x58, 0x23, 0x78, 0xf3, 0xaf, 0xdc, 0xfa, 0xde, 0x8f, 0xed, 0xd6, 0xb3, 0x58, 0x7f, 0xde, 0xde, 0x3b, 0x9b, 0xea, 0xa8, 0x3c, 0x89, 0xd0, 0xf1, 0xee, 0x5a, 0x6e, 0x30, 0xae, 0xab, 0xfa, 0x8e, 0x1f, 0x07, 0x03, 0x92, 0xb7, 0xa8, 0x23, 0x21, 0x19, 0xd2, 0x42, 0xea, 0xa7, 0xdf, 0x66, 0x8b, 0x95, 0xc2, 0x73, 0x1b, 0x43, 0x3c, 0x59, 0x5c, 0x5a, 0x2a, 0x8b, 0x44, 0x8b, 0xe7, 0x1f, 0x2c, 0x48, 0x90, 0xbc, 0xf3, 0xee, 0x48, 0xfc, 0xd4, 0xe8, 0x22, 0x07, 0x9e, 0xcc, 0xc9, 0x6f, 0xe6, 0xf0, 0xba, 0xca, 0x17, 0xd1, 0x29, 0xd3, 0xb2, 0x70, 0xfa, 0x08, 0xa2, 0x0e, 0xe2, 0x24, 0x5b, 0x6e, 0xb3, 0x2a, 0x7d, 0xd3, 0xdc, 0x98, 0xf4, 0xa0, 0x28, 0x2a, 0xc6, 0x7f, 0xce, 0x0c, 0x34, 0x66, 0xe5, 0x4a, 0x0b, 0x34, 0xdd, 0x8e, 0x9b, 0x4b, 0x1e, 0x8c, 0xf9, 0x2a, 0x50, 0xef, 0x16, 0x7f, 0xc7, 0x61, 0x2a, 0x0a, 0xb8, 0x49, 0x62, 0x6c, 0xf6, 0x2d, 0x9a, 0x38, 0x09, 0x05, 0xc1, 0xae, 0x45, 0xa2, 0x74, 0x8e, 0x6a, 0xf5, 0x79, 0x91, 0x46, 0x5e, 0x4b, 0xb5, 0xe1, 0x69, 0x2c, 0xfd, 0xbe, 0x50, 0x52, 0x8c, 0x72, 0x45, 0x6f, 0xb1, 0x48, 0xc2, 0xf4, 0xdc, 0x50, 0x88, 0xe9, 0xa0, 0x4d, 0xb9, 0x77, 0x25, 0x8b, 0x52, 0x0c, 0x84, 0x13, 0x7a, 0x67, 0xdd, 0x33, 0x6a, 0x83, 0xf3, 0xca, 0x5d, 0x14, 0xb3, 0x9f, 0xcf, 0x9a, 0x6a, 0x76, 0x9f, 0x53, 0xbc, 0x68, 0xb6, 0x3a, 0xf5, 0x90, 0xb7, 0xd1, 0x52, 0xc2, 0xa9, 0x0c, 0x30, 0xce, 0xca, 0x9e, 0xec, 0x02, 0x49, 0x8b, 0x42, 0x15, 0x81, 0x68, 0x5d, 0x2d, 0xb3, 0xab, 0x1c, 0x0c, 0x91, 0xbb, 0xb2, 0x4e, 0x3e, 0x66, 0x06, 0xb0, 0x93, 0x70, 0xb2, 0xdf, 0x67, 0xa5, 0x36, 0xfd, 0xa1, 0x0d, 0x6e, 0x9f, 0xcc, 0x2c, 0x17, 0x60, 0x80, 0xe6, 0x14, 0xb5 } } }; static const struct cckprng_op_generate op_init_4154 = { .hd = { .id = 3924, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0x6e, 0x1f, 0x09, 0x29, 0x7a, 0x09, 0x67, 0x0a, 0xc5, 0x53, 0xb7, 0x49, 0xb8, 0xe0, 0x96, 0xa4, 0x5e, 0x8d, 0xaf, 0xd4, 0x20, 0x8e, 0xd2, 0xe1, 0x02, 0x9c, 0x54, 0x37, 0xd9, 0xce, 0x81, 0x9e, 0x91, 0x48, 0x5c, 0xd3, 0x25, 0xc7, 0x51, 0x19, 0xc0, 0x5a, 0x13, 0x22, 0xbb, 0x03, 0x14, 0x41, 0xa9, 0x3a, 0xec, 0x34, 0x36, 0xfd, 0x3d, 0xbd, 0x8a, 0xc3, 0x3d, 0xbd, 0x82, 0x23, 0xed, 0xf9, 0x9d, 0xcc, 0xcf, 0x70, 0x4b, 0xa1, 0xdc, 0x55, 0x1b, 0x00, 0xdf, 0x30, 0xc6, 0x02, 0xc2, 0xc4, 0x34, 0x06, 0x27, 0x3c, 0xc1, 0x07, 0x0c, 0x70, 0x51, 0xfd, 0x44, 0x2a, 0xca, 0xdf, 0x6d, 0x18, 0xb1, 0x34, 0x3d, 0xd6, 0x0a, 0xa4, 0x33, 0xbd, 0x3e, 0xe9, 0x80, 0x29, 0xe2, 0xf2, 0x7d, 0x3a, 0x0d, 0x4f, 0x26, 0xd5, 0x86, 0x62, 0xba, 0xc8, 0x82, 0xe2, 0x3e, 0x16, 0xb2, 0x17, 0x07, 0x58, 0x82, 0x00, 0x92, 0x22, 0xb2, 0x59, 0xef, 0x82, 0xbc, 0x06, 0x65, 0x72, 0x47, 0x2b, 0x7f, 0x81, 0x05, 0x6e, 0xd6, 0x82, 0x43, 0x62, 0x93, 0xa7, 0x80, 0xdd, 0xc7, 0x1b, 0xc1, 0xb8, 0x1b, 0x7e, 0xbe, 0x6b, 0x1a, 0xc5, 0xe4, 0xcf, 0x8a, 0xaf, 0x86, 0xfd, 0x2c, 0xad, 0xf8, 0x7c, 0x5b, 0x34, 0xb9, 0x95, 0x9d, 0x01, 0x27, 0xe6, 0x4a, 0x06, 0x60, 0xf4, 0xa7, 0xb1, 0x6d, 0x61, 0x71, 0x7e, 0x82, 0xd3, 0xc8, 0xaf, 0xa9, 0x6b, 0x0e, 0x21, 0x9a, 0x0b, 0x2f, 0xe9, 0xf3, 0x19, 0xec } } }; static const struct cckprng_op_reseed op_reseed_4155 = { .hd = { .id = 3925, .kind = OP_RESEED }, .nonce = 15902542251796134883ULL, .seed_nbytes = 256, .seed = { 0x0a, 0x6e, 0x65, 0x92, 0xcc, 0xc1, 0x05, 0xce, 0xcd, 0x2f, 0xb9, 0xfd, 0x43, 0xa2, 0x9f, 0xf5, 0x7a, 0xb6, 0x7e, 0xb4, 0xb2, 0x97, 0xfc, 0x8f, 0x32, 0x10, 0x50, 0x5e, 0x6b, 0x94, 0x8d, 0x74, 0x38, 0x74, 0x57, 0x19, 0xfb, 0xc0, 0x51, 0xeb, 0xfe, 0xbc, 0x01, 0xef, 0x59, 0x1e, 0x69, 0x73, 0x6f, 0x24, 0x48, 0x46, 0x0d, 0x9f, 0xc1, 0x70, 0x22, 0xb6, 0x5f, 0xca, 0x5d, 0x07, 0xba, 0x6a, 0x38, 0x4b, 0xae, 0x95, 0x33, 0x16, 0x87, 0xd5, 0x79, 0x81, 0x21, 0x83, 0xa9, 0xe4, 0x50, 0xe4, 0xa5, 0x20, 0xf3, 0xfc, 0xda, 0xd5, 0x9b, 0xe1, 0x18, 0x06, 0xf5, 0xbd, 0x30, 0xa9, 0x00, 0x6c, 0x2a, 0xb8, 0x15, 0x3d, 0x1c, 0x56, 0x8f, 0x24, 0x92, 0x62, 0x09, 0xb2, 0x15, 0x80, 0x24, 0xb8, 0x88, 0xa2, 0xc4, 0x9b, 0xca, 0xcb, 0x9f, 0xd2, 0x52, 0x15, 0x19, 0x2a, 0x1b, 0xa5, 0x3a, 0x56, 0x9e, 0xa8, 0xef, 0xaa, 0x96, 0x75, 0x69, 0xcf, 0x5c, 0x93, 0x0c, 0xd9, 0xf6, 0x1e, 0x20, 0xe0, 0xc7, 0x37, 0xeb, 0x1a, 0x8f, 0x0c, 0xd7, 0xbb, 0xf6, 0x7e, 0x3f, 0x4e, 0xb3, 0xc8, 0x6f, 0x89, 0x46, 0xdb, 0xcb, 0x24, 0x93, 0x4c, 0x33, 0x3f, 0x01, 0x39, 0xd7, 0x26, 0x38, 0xa4, 0xd2, 0x3a, 0x2d, 0x2f, 0x86, 0x8c, 0xdb, 0x80, 0x94, 0x4d, 0x99, 0x86, 0xb3, 0xca, 0x62, 0x65, 0x2f, 0x48, 0xed, 0x5e, 0x65, 0x01, 0xee, 0x64, 0xfb, 0xeb, 0x11, 0x0b, 0xaa, 0x74, 0x78, 0xb0, 0x6a, 0xe0, 0x86, 0xd4, 0x7c, 0xbd, 0x4e, 0xd4, 0x5f, 0xce, 0x3a, 0x7f, 0x26, 0x1a, 0x83, 0xcd, 0xd2, 0x6d, 0x2a, 0x34, 0x61, 0xea, 0x8a, 0xe3, 0xe8, 0xc1, 0xb7, 0xfd, 0xa5, 0x14, 0xc7, 0xee, 0x5e, 0x62, 0x6c, 0x4c, 0x7f, 0xcb, 0xe9, 0x44, 0xc0, 0x7b, 0xbf, 0x82, 0xfa, 0xb9, 0x7e, 0xea, 0x79, 0xb4 } }; static const struct cckprng_op_reseed op_reseed_4156 = { .hd = { .id = 3926, .kind = OP_RESEED }, .nonce = 14219769908237029103ULL, .seed_nbytes = 280, .seed = { 0x1d, 0xdb, 0xe9, 0xbf, 0x62, 0xd0, 0xe9, 0x2c, 0x19, 0x81, 0xd7, 0xf3, 0x51, 0xe2, 0xf9, 0x08, 0x96, 0xed, 0xd7, 0xe6, 0x9c, 0x1d, 0x4d, 0xe8, 0x86, 0x62, 0xfc, 0x65, 0xd1, 0x3f, 0xc8, 0xca, 0x90, 0x53, 0x66, 0x1f, 0x9e, 0x0c, 0x31, 0xe3, 0x3e, 0xa8, 0x0b, 0x2c, 0x61, 0xc4, 0x78, 0x25, 0x91, 0xf2, 0xfa, 0x93, 0xe8, 0x30, 0xcc, 0x06, 0x6b, 0x76, 0xf0, 0x28, 0xc6, 0x81, 0xff, 0x13, 0x71, 0x93, 0x4f, 0x14, 0xa8, 0xf0, 0xcc, 0x1b, 0xe5, 0xe6, 0xaf, 0x8b, 0x06, 0x6f, 0x72, 0xcd, 0xdf, 0xb0, 0xb6, 0xba, 0xcd, 0xda, 0x4e, 0xab, 0xe4, 0xcb, 0xef, 0xaa, 0x17, 0x40, 0x94, 0x2b, 0x80, 0x2b, 0x27, 0x7a, 0x43, 0x50, 0x5b, 0x73, 0xbc, 0xe4, 0xbe, 0x80, 0x0d, 0xaf, 0x25, 0xe8, 0x75, 0x81, 0x0a, 0x58, 0xdf, 0xfa, 0x0d, 0x9b, 0xc5, 0xf8, 0x4f, 0xcb, 0xcc, 0x70, 0x40, 0xa4, 0x9a, 0x13, 0xf2, 0xd2, 0x7c, 0x5f, 0x50, 0x92, 0xe3, 0xf7, 0xca, 0x76, 0x63, 0x68, 0x16, 0x2b, 0x21, 0xab, 0xd2, 0x4b, 0xf6, 0xb8, 0x5f, 0xd5, 0xab, 0x55, 0x5c, 0xea, 0x89, 0x57, 0xc8, 0xcd, 0x71, 0x96, 0x4e, 0x1b, 0x84, 0x7d, 0xe7, 0x22, 0x77, 0x09, 0x66, 0x33, 0x0c, 0x92, 0x41, 0x9d, 0x20, 0xa4, 0x14, 0x8b, 0x3b, 0x63, 0xa2, 0x43, 0x2b, 0xc6, 0x71, 0xa6, 0x04, 0xa3, 0xb7, 0x3f, 0x94, 0x49, 0x2d, 0xb6, 0x7f, 0xdd, 0x85, 0xc7, 0xb5, 0xb8, 0x0e, 0x3f, 0xca, 0xf1, 0x8f, 0x3d, 0xb6, 0x3b, 0x2a, 0x94, 0xb8, 0xfa, 0x3e, 0xe1, 0x0c, 0x4d, 0xbd, 0x39, 0x53, 0xa9, 0xbc, 0x67, 0x24, 0x29, 0xaf, 0x0a, 0x99, 0xfb, 0x4b, 0x9b, 0x99, 0x99, 0x78, 0xcb, 0x0e, 0x93, 0xb7, 0x82, 0xcf, 0x08, 0xce, 0x10, 0xfb, 0x03, 0xf8, 0xcf, 0xe6, 0x4c, 0x21, 0xb3, 0x80, 0xdf, 0x56, 0x19, 0xb5, 0x2c, 0xb2, 0x68, 0x35, 0x62, 0x17, 0xdc, 0x3c, 0x7c, 0x94, 0x9c, 0x9a, 0x73, 0xaf, 0x99, 0x2a, 0xe9, 0x19, 0xd1, 0xe1, 0x23, 0xf2, 0x0c } }; static const struct cckprng_op *ops_4157[] = { (const struct cckprng_op *)&op_init_4141, (const struct cckprng_op *)&op_init_4142, (const struct cckprng_op *)&op_refresh_4143, (const struct cckprng_op *)&op_reseed_4144, (const struct cckprng_op *)&op_init_4145, (const struct cckprng_op *)&op_reseed_4146, (const struct cckprng_op *)&op_init_4147, (const struct cckprng_op *)&op_reseed_4148, (const struct cckprng_op *)&op_refresh_4149, (const struct cckprng_op *)&op_reseed_4150, (const struct cckprng_op *)&op_init_4151, (const struct cckprng_op *)&op_reseed_4152, (const struct cckprng_op *)&op_init_4153, (const struct cckprng_op *)&op_init_4154, (const struct cckprng_op *)&op_reseed_4155, (const struct cckprng_op *)&op_reseed_4156 }; static const struct cckprng_vector vec_4158 = { .id = 3927, .note = NULL, .nops = 16, .ops = ops_4157 }; static const struct cckprng_op_init op_init_4159 = { .hd = { .id = 3928, .kind = OP_INIT }, .seed = { 0x6a, 0xb9, 0x11, 0xde, 0xf1, 0xb9, 0x11, 0xc3, 0xfd, 0xf7, 0x1b, 0x11, 0x3d, 0x3f, 0xb0, 0x42, 0x58, 0xfc, 0x8a, 0xbe, 0x4c, 0xec, 0x5f, 0x37, 0x2f, 0x74, 0x5c, 0x49, 0x50, 0x2f, 0xe7, 0xb5 }, .nonce = { 0xe3, 0x08, 0x27, 0x92, 0x66, 0x34, 0xbe, 0x32 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4160 = { .hd = { .id = 3929, .kind = OP_REFRESH }, .rand = 2154881669039370262ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4161 = { .hd = { .id = 3930, .kind = OP_GENERATE }, .rand_nbytes = 222, .out = { .rand = { 0xae, 0x40, 0x16, 0x42, 0x4b, 0x99, 0x0e, 0xc9, 0x8a, 0x1e, 0xbb, 0x0b, 0xaa, 0x96, 0xde, 0x2a, 0x80, 0x61, 0xdc, 0x5e, 0x06, 0x4c, 0xff, 0x11, 0x2b, 0x91, 0x0e, 0x2c, 0x3e, 0xca, 0x2e, 0x15, 0x58, 0xfe, 0x43, 0x5f, 0x0b, 0xd7, 0xea, 0x8b, 0x98, 0x92, 0xdf, 0xd9, 0x68, 0xe1, 0xb6, 0x6c, 0xb8, 0xbe, 0xf0, 0x69, 0x6a, 0x18, 0xb7, 0x00, 0x62, 0x90, 0x6b, 0x9f, 0xfc, 0xf8, 0x28, 0x06, 0x23, 0x71, 0x53, 0x7c, 0xf3, 0x71, 0x17, 0x2f, 0xf3, 0xff, 0xb9, 0x1b, 0x66, 0x95, 0x80, 0x25, 0xf2, 0xbd, 0x29, 0xac, 0x41, 0x9f, 0xd4, 0x0e, 0x68, 0x51, 0x73, 0x34, 0xed, 0x5f, 0x53, 0xae, 0x35, 0xec, 0xc5, 0xbb, 0x20, 0xdf, 0x41, 0xd7, 0xb1, 0x88, 0xd6, 0x66, 0x37, 0x53, 0xb6, 0x06, 0xba, 0x26, 0xd2, 0x21, 0xb9, 0xc3, 0x8d, 0x79, 0xdc, 0x4c, 0xd2, 0x1e, 0x94, 0x7f, 0xda, 0x32, 0xfe, 0xf9, 0x4f, 0x69, 0x73, 0x6f, 0xcd, 0xb6, 0x30, 0xdc, 0x54, 0x38, 0x5f, 0xb8, 0x13, 0xb8, 0x53, 0xe7, 0x50, 0x0f, 0x9c, 0x0c, 0x40, 0x1e, 0x8c, 0x14, 0x7c, 0x96, 0x7b, 0x71, 0x88, 0x81, 0x75, 0xf7, 0x8c, 0x49, 0xeb, 0x92, 0x0d, 0x6d, 0x2c, 0x24, 0x85, 0x86, 0x57, 0x74, 0x16, 0x0d, 0x69, 0x22, 0xd9, 0xf3, 0x2c, 0x55, 0x3e, 0xa2, 0xf1, 0xf3, 0xdb, 0x4d, 0x4d, 0x15, 0xbe, 0x4d, 0x37, 0x14, 0x96, 0x54, 0xc1, 0xdc, 0xc5, 0xea, 0xdd, 0x15, 0x17, 0x8c, 0xd8, 0xed, 0xf7, 0x09, 0x10, 0xf7, 0x22, 0xc1, 0xc4, 0x0c, 0xb3, 0x65, 0x7b, 0xa8, 0x53, 0xd6, 0xee, 0x33 } } }; static const struct cckprng_op_generate op_init_4162 = { .hd = { .id = 3931, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x2b, 0xa9, 0xfc, 0x68, 0x31, 0x16, 0x74, 0x22, 0x93, 0x25, 0xf2, 0xaf, 0x4c, 0x14, 0x44, 0xf5, 0x8c, 0x5a, 0x99, 0x9e, 0xb3, 0xd4, 0xb9, 0x5f, 0xf6, 0x55, 0x56, 0x41, 0x3f, 0x83, 0x7c, 0x7d, 0x14, 0x12, 0xcb, 0x9d, 0x83, 0x45, 0x04, 0x55, 0x54, 0xf8, 0x1f, 0x32, 0x31, 0x77, 0x61, 0xbb, 0x4e, 0x41, 0x02, 0x1d, 0x79, 0x76, 0x63, 0xe2, 0x38, 0x5d, 0xc5, 0x41, 0xab, 0x74, 0xbb, 0x48, 0x7a, 0x56, 0xc7, 0xa2, 0x0f, 0xd0, 0xc8, 0xb5, 0xd9, 0xb1, 0x76, 0xa9, 0x36, 0x2e, 0x6e, 0x55, 0x67, 0x51, 0xe8, 0x6c, 0x24, 0xa7, 0x05, 0x47, 0x28, 0x23, 0xc8, 0x69, 0xb9, 0xdd, 0xeb, 0x36, 0x2a, 0xe9, 0x89, 0x89, 0x30, 0xc6, 0x32, 0x78, 0x90, 0xd0, 0x16, 0xde, 0x8e, 0x5e, 0x20, 0x9d, 0x62, 0x3f, 0x50, 0x2f, 0xd2 } } }; static const struct cckprng_op_refresh op_refresh_4163 = { .hd = { .id = 3932, .kind = OP_REFRESH }, .rand = 4177020937734345641ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4164 = { .hd = { .id = 3933, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0x8d, 0xbc, 0x12, 0x1d, 0xda, 0x3f, 0xd9, 0xa0, 0xaf, 0x28, 0xbe, 0xff, 0x00, 0x21, 0x03, 0x37, 0x16, 0x6a, 0x3f, 0xa5, 0xd3, 0xcf, 0xa5, 0x01, 0xed, 0xc1, 0x26, 0xd8, 0xc1, 0x88, 0x2f, 0x20, 0xbf, 0x1c, 0x08, 0xf1, 0xcb, 0x93, 0x60, 0xaa, 0xca, 0xc2, 0x01, 0xaa, 0x59, 0x7c, 0x88, 0xae, 0x46, 0x75, 0xbd, 0x9d, 0x6c, 0x0c, 0xf2, 0x1d, 0xe1, 0xe5, 0xa7, 0xcc, 0x6f, 0x04, 0x55, 0xa8, 0x3e, 0x13, 0xb3, 0xe2, 0x17, 0x4d, 0xeb, 0xa4, 0x83, 0xd7, 0x68, 0x2f, 0xb7, 0xcc, 0x04, 0x30, 0xe9, 0xfe, 0xda, 0x11, 0xd7, 0xa7, 0x98, 0x0e, 0x22, 0x11 } } }; static const struct cckprng_op_generate op_init_4165 = { .hd = { .id = 3934, .kind = OP_GENERATE }, .rand_nbytes = 124, .out = { .rand = { 0x82, 0x84, 0xae, 0x94, 0x15, 0xd6, 0x5b, 0x90, 0xcd, 0xc1, 0xc3, 0x38, 0xe5, 0xd0, 0xa9, 0x17, 0x00, 0x3c, 0x0c, 0x09, 0xce, 0x1a, 0x2e, 0x57, 0x52, 0x81, 0x9d, 0x25, 0x31, 0x13, 0x4b, 0xe0, 0x53, 0x35, 0xd6, 0x27, 0x81, 0x47, 0xe1, 0x11, 0xdc, 0xa9, 0x1b, 0x81, 0x29, 0xa5, 0x15, 0x28, 0x4e, 0x6f, 0x1f, 0x01, 0x07, 0xdf, 0x3d, 0x18, 0x8e, 0x61, 0x75, 0xe5, 0xee, 0x20, 0xaa, 0x64, 0x02, 0x4a, 0xdd, 0x2e, 0xb5, 0x5b, 0xad, 0x41, 0x00, 0xe2, 0xef, 0x98, 0x10, 0x47, 0x4c, 0xb5, 0x08, 0x73, 0xea, 0xfd, 0x01, 0x38, 0xb2, 0xc6, 0x37, 0x50, 0x96, 0xc7, 0x62, 0x5e, 0x33, 0x77, 0x46, 0x1e, 0x2c, 0x91, 0x36, 0x46, 0x98, 0x68, 0x79, 0xe4, 0x65, 0x7e, 0xe8, 0xe0, 0xa4, 0xbe, 0xa9, 0x71, 0xe5, 0x80, 0xcd, 0xf2, 0xa3, 0xfe, 0x49, 0x9d, 0x36, 0x39 } } }; static const struct cckprng_op_generate op_init_4166 = { .hd = { .id = 3935, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0xff, 0xdc, 0xd2, 0x84, 0x1d, 0x97, 0x5b, 0x7d, 0x74, 0x36, 0xac, 0xae, 0xb1, 0xa3, 0x4c, 0x14, 0xb8, 0xc3, 0xc1, 0x1d, 0x67, 0x70, 0xa1, 0xee, 0x44, 0x88, 0xe8, 0x37, 0x31, 0x7c, 0x01, 0xb2, 0x58, 0x33, 0xcc, 0x1b, 0xdc, 0xf4, 0xc2, 0x43, 0x70, 0x35, 0x46, 0x12, 0x9a, 0x0e, 0x1d, 0x7b, 0xf1, 0xce, 0x8d, 0x74, 0xe6, 0xdf, 0x95, 0x17, 0x5a, 0xed, 0xe7, 0x64, 0x85, 0x33, 0x31, 0xdf, 0x22, 0x23, 0xbd, 0x10, 0x92, 0xd9, 0x13, 0x03, 0x34, 0x40, 0x7f, 0xb4, 0x0e, 0x6f, 0x89, 0xbc, 0x29, 0xbf, 0x25, 0xfd, 0xaa, 0x1c, 0xda, 0xd7, 0x14, 0x7d, 0x66, 0xca, 0x38, 0x1a, 0x89, 0x68, 0xed, 0x17, 0xad, 0xad, 0xf0, 0x9a, 0x44, 0x32, 0xeb, 0x9f, 0x03, 0x14, 0x10, 0x37, 0x96, 0x8d, 0xec, 0x4b, 0xdc, 0x87, 0x32, 0x4f, 0x5c, 0x4e, 0x12, 0x7f, 0xea, 0x10, 0x03, 0xa9, 0x95, 0xec, 0x5f, 0x75, 0x18, 0x0d, 0x2e, 0x11 } } }; static const struct cckprng_op_generate op_init_4167 = { .hd = { .id = 3936, .kind = OP_GENERATE }, .rand_nbytes = 60, .out = { .rand = { 0x20, 0x8f, 0x5e, 0x7c, 0x77, 0xeb, 0x3d, 0x33, 0x20, 0x2f, 0xa1, 0xd9, 0xea, 0x7c, 0x43, 0x21, 0x45, 0xe1, 0xfd, 0xba, 0x5c, 0xea, 0x0f, 0xea, 0x6b, 0xe4, 0xda, 0x6f, 0x97, 0x83, 0x9a, 0x49, 0x14, 0x35, 0x6c, 0x62, 0xfb, 0x34, 0x52, 0x7a, 0xa3, 0x32, 0xfe, 0xfe, 0x69, 0xa1, 0x65, 0x45, 0xf7, 0xab, 0x6c, 0x7a, 0xa0, 0x22, 0xde, 0x90, 0x29, 0x8c, 0xc8, 0xfc } } }; static const struct cckprng_op_generate op_init_4168 = { .hd = { .id = 3937, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0x15, 0xb8, 0xce, 0xbd, 0x53, 0x27, 0x91, 0x7e, 0xa0, 0xd7, 0x5e, 0x59, 0x65, 0x4f, 0x59, 0xa3, 0x82, 0x89, 0xc2, 0xd9, 0x54, 0x80, 0x31, 0x78, 0x77, 0xf2, 0x8d, 0xe2, 0xaf, 0x86, 0xa7, 0xc9, 0xa9, 0x16, 0x7a, 0x34, 0xdf, 0xfc, 0xc6, 0xbf, 0x33, 0xed, 0xb7, 0x77, 0xad, 0x38, 0xbf, 0x51, 0x75, 0x66, 0xf9, 0x60, 0xf1, 0x99, 0x8b, 0x51, 0x2f, 0x6a, 0x9e, 0x62, 0x65, 0x91, 0x8a, 0x36, 0xba, 0xb1, 0x4c, 0xcc, 0xd9, 0x26, 0x24, 0x96, 0x11, 0xa2, 0xad, 0xf8, 0x21, 0x83, 0xac, 0x43, 0xba, 0x3f, 0xc1, 0x10, 0x81, 0x22, 0x94, 0x12, 0x66, 0xbb, 0x31, 0x71, 0x8f, 0x87, 0x56, 0x50, 0x08, 0xaf, 0xc0, 0x37, 0x65, 0x29, 0x8b, 0xc6, 0x08, 0x42, 0x62, 0x86, 0x38, 0x90, 0x33, 0x25, 0x4e, 0x86, 0xb3, 0x59, 0x1f, 0x89, 0x72, 0xbc, 0x65, 0x38, 0x35, 0x34, 0xd9, 0xd8, 0x18, 0x4c, 0x50, 0x24, 0x8d, 0x4b, 0xee, 0xfa, 0x61, 0x6f, 0x42, 0x58, 0xd5, 0xa0, 0x32, 0xfb, 0xcc, 0xb3, 0xb0, 0x76, 0x34, 0x68, 0xb1, 0xe6, 0x87, 0x2e, 0xb0, 0x4d } } }; static const struct cckprng_op_refresh op_refresh_4169 = { .hd = { .id = 3938, .kind = OP_REFRESH }, .rand = 15973025382301776840ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4170 = { .hd = { .id = 3939, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0xf5, 0xff, 0x4c, 0xfb, 0xcb, 0xde, 0x3b, 0xd6, 0x76, 0xe3, 0xa9, 0x2a, 0x0b, 0xd3, 0x5a, 0x67, 0x87, 0xbc, 0xcc, 0x27, 0x65, 0x80, 0x52, 0x75, 0x3f, 0x9a, 0x22, 0x73, 0xf7, 0x59, 0xfc, 0x96, 0xc3, 0xb6, 0x9d, 0x33, 0x78, 0xad, 0x89, 0x2a, 0x29, 0x4e, 0x87, 0xd0, 0xed, 0xf1, 0x8e, 0x92, 0x2b, 0xf4, 0x6c, 0x9c, 0x4d, 0x49, 0x22, 0xf4, 0x94, 0x69, 0x20, 0x99, 0x84, 0x72, 0xb7, 0x7b, 0xe3, 0x9a, 0xc7, 0x47, 0x89, 0x3d, 0x04, 0xd9, 0xb6, 0x9c, 0xb8, 0xe4, 0x04, 0xbf, 0x70, 0xa5, 0x1d, 0x82, 0xfd, 0x2a, 0xed, 0x6f, 0xc0, 0xfb, 0xec, 0x72, 0x6a, 0x56, 0x3a, 0x77, 0xea, 0x73, 0x86, 0xab, 0xb7, 0xdb, 0x70, 0xe4, 0xc1, 0x5e, 0x4a, 0x43, 0x5d, 0xaf, 0x83, 0x30, 0x34, 0x90, 0x58, 0x71, 0x8d, 0x1f, 0x27, 0xa3, 0xeb, 0x2d, 0x62, 0xe5, 0x35, 0x45, 0xdc, 0x12, 0xca, 0x64, 0x1f, 0x6c, 0xc5, 0xba, 0x01, 0xc7, 0x99, 0x87, 0xd5, 0x90, 0x1c, 0x1e, 0x4b, 0x1f, 0xb8, 0xe7, 0xea, 0x38, 0xc3, 0x1d, 0x9c, 0x20, 0x4d, 0xc3, 0x44, 0x8b } } }; static const struct cckprng_op_refresh op_refresh_4171 = { .hd = { .id = 3940, .kind = OP_REFRESH }, .rand = 127088199330699010ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4172 = { .hd = { .id = 3941, .kind = OP_RESEED }, .nonce = 6363409400937606674ULL, .seed_nbytes = 277, .seed = { 0x1b, 0xb5, 0x3a, 0xdd, 0x35, 0xbf, 0xb8, 0x9e, 0x18, 0x99, 0x3d, 0x40, 0xa2, 0xf6, 0x85, 0x9f, 0xf5, 0xa0, 0x1f, 0xd8, 0xbf, 0x7d, 0x40, 0x99, 0x08, 0x80, 0xe4, 0xba, 0xb4, 0x4b, 0xc6, 0x99, 0x1d, 0xd5, 0x44, 0x37, 0x66, 0x33, 0xfd, 0xf2, 0x8f, 0xcb, 0x50, 0xb8, 0x45, 0x01, 0xc8, 0x7a, 0xd3, 0x6e, 0x02, 0xed, 0xfd, 0x6c, 0x94, 0x77, 0x65, 0x7d, 0xf8, 0x2f, 0x34, 0xda, 0xeb, 0xf5, 0xff, 0xf7, 0xcc, 0xff, 0xb0, 0x2b, 0x4d, 0xd0, 0xe3, 0xb6, 0xe1, 0x7c, 0x33, 0x15, 0xf8, 0x49, 0xa5, 0x55, 0x6c, 0x70, 0x5a, 0x1f, 0xa3, 0x52, 0x36, 0xb3, 0x87, 0xd8, 0x4b, 0x49, 0xfb, 0x9a, 0xec, 0xce, 0x30, 0x02, 0x76, 0x18, 0xed, 0xf8, 0x13, 0x1b, 0x35, 0x36, 0x4b, 0x44, 0xdc, 0xad, 0x3a, 0x72, 0x26, 0xa1, 0x87, 0x71, 0x6a, 0x92, 0xb0, 0x86, 0x19, 0x43, 0x2a, 0x39, 0x28, 0x92, 0xbe, 0x42, 0xe0, 0xa9, 0x8d, 0x09, 0x3a, 0x87, 0xc3, 0x00, 0xdc, 0x56, 0xdf, 0xb4, 0x0a, 0x14, 0xcc, 0x1e, 0x6d, 0x0b, 0x02, 0x34, 0x12, 0x4e, 0x92, 0x3e, 0x95, 0xa8, 0x7b, 0x4d, 0xac, 0x47, 0x27, 0x83, 0x41, 0x2e, 0xb4, 0xc9, 0x64, 0x32, 0x6e, 0x2a, 0x18, 0x69, 0xa7, 0x71, 0xbb, 0xd2, 0x79, 0x6e, 0x8c, 0xc9, 0x57, 0x65, 0x2e, 0xf2, 0xd6, 0x5c, 0x5b, 0x44, 0xe5, 0xc6, 0xa4, 0x4a, 0xac, 0x33, 0xdd, 0x82, 0x95, 0x23, 0x87, 0x2d, 0x00, 0xf1, 0xdc, 0xd8, 0x9f, 0x45, 0x16, 0x7e, 0x13, 0x2d, 0xa7, 0xf4, 0xa9, 0x35, 0x5a, 0x5e, 0x17, 0x5f, 0xdf, 0xe1, 0xff, 0xf3, 0x31, 0x11, 0x52, 0x69, 0xf0, 0x5f, 0x79, 0x8f, 0x98, 0xdd, 0x97, 0x56, 0x6d, 0x11, 0x36, 0x94, 0xca, 0xba, 0x68, 0x80, 0x43, 0x32, 0x3f, 0x07, 0x3d, 0xb9, 0x61, 0xdf, 0x13, 0x8b, 0x7f, 0xef, 0xc0, 0x7b, 0x8b, 0xd4, 0x05, 0xbe, 0x53, 0xf0, 0x14, 0x5e, 0x20, 0x27, 0xba, 0xe5, 0x12, 0xdb, 0xf6, 0x00, 0xcd, 0x31, 0xd5, 0x59, 0xf1 } }; static const struct cckprng_op_reseed op_reseed_4173 = { .hd = { .id = 3942, .kind = OP_RESEED }, .nonce = 10715631295056129779ULL, .seed_nbytes = 136, .seed = { 0x9d, 0x5c, 0x36, 0x59, 0x2b, 0x8b, 0x75, 0x18, 0xba, 0x0a, 0x8d, 0xb7, 0xe7, 0xb1, 0xa9, 0xe1, 0x48, 0x85, 0x3d, 0x12, 0x18, 0x07, 0xa3, 0x8f, 0x6d, 0xc8, 0x9b, 0xcf, 0x6c, 0x2a, 0xb5, 0x85, 0x5f, 0xc0, 0x3e, 0x49, 0xc9, 0x57, 0xef, 0xbd, 0x22, 0xdf, 0xf2, 0x44, 0x4f, 0xbe, 0x2d, 0x3a, 0x2e, 0x45, 0xd6, 0xcf, 0xb9, 0xd4, 0xb3, 0x51, 0xec, 0xba, 0xee, 0x3b, 0x1c, 0xd4, 0x23, 0x56, 0x04, 0x81, 0x09, 0x43, 0xb0, 0x6b, 0x42, 0x80, 0xf3, 0xe8, 0x77, 0x9c, 0x55, 0x9e, 0x07, 0x24, 0x81, 0xf4, 0x25, 0x3a, 0x09, 0xfd, 0x24, 0x0c, 0x51, 0xd5, 0x83, 0xfb, 0x9b, 0x0a, 0xab, 0xad, 0xc5, 0x9c, 0x20, 0xcb, 0xf5, 0xbf, 0x18, 0x1f, 0xb8, 0x0a, 0xdc, 0xe5, 0x66, 0x2b, 0xf5, 0xbc, 0x52, 0x2e, 0x96, 0xeb, 0xa5, 0x1b, 0x93, 0x55, 0x5e, 0xe4, 0xfb, 0x66, 0x04, 0xed, 0xd2, 0x5e, 0x66, 0xef, 0x8a, 0x02, 0x97, 0xc3, 0xa7, 0xc4 } }; static const struct cckprng_op_generate op_init_4174 = { .hd = { .id = 3943, .kind = OP_GENERATE }, .rand_nbytes = 200, .out = { .rand = { 0xf4, 0xfd, 0x07, 0x3f, 0xc5, 0x61, 0x88, 0x5d, 0xc9, 0xeb, 0x6c, 0xd9, 0xa4, 0x52, 0xf5, 0x17, 0x46, 0x47, 0x7a, 0xec, 0x78, 0x2d, 0x82, 0x79, 0x0c, 0xfb, 0x76, 0xde, 0x2e, 0xcc, 0x1b, 0x43, 0x27, 0x89, 0x86, 0x89, 0xe3, 0x98, 0xbc, 0x8a, 0x7c, 0xcb, 0x63, 0x1e, 0x08, 0x15, 0xcc, 0xd2, 0x1b, 0x8d, 0xef, 0x83, 0xc0, 0x9e, 0x9f, 0x41, 0x64, 0xe8, 0x2f, 0x33, 0x6c, 0x6b, 0x49, 0x49, 0x23, 0x77, 0x0b, 0x32, 0x7f, 0x15, 0x77, 0xa3, 0x1e, 0x15, 0x5c, 0xb9, 0x7f, 0xda, 0xc3, 0x6f, 0xf8, 0x26, 0x02, 0x81, 0x8c, 0x31, 0x82, 0xfe, 0x35, 0x1f, 0x6c, 0x17, 0x1f, 0xb9, 0x18, 0x7f, 0x65, 0xb6, 0x41, 0xbd, 0x5d, 0xbf, 0x41, 0xf3, 0x59, 0x3d, 0x57, 0xb0, 0x62, 0x9e, 0x45, 0x22, 0x67, 0x18, 0x41, 0x85, 0x47, 0x2e, 0xbf, 0x09, 0x91, 0xc6, 0xc5, 0x7a, 0x42, 0x01, 0x84, 0xf4, 0x3c, 0x74, 0x07, 0x0d, 0x85, 0xbb, 0x46, 0xaf, 0x40, 0xc3, 0x20, 0x3a, 0x33, 0xc6, 0x67, 0x64, 0x57, 0x58, 0x49, 0x6c, 0x4c, 0x28, 0x4e, 0x6a, 0x97, 0xdd, 0x4b, 0x73, 0x0e, 0x0e, 0xce, 0x69, 0xe8, 0x15, 0xd2, 0x47, 0x62, 0xb5, 0x2a, 0x95, 0x85, 0x34, 0x8c, 0xc4, 0x6e, 0xa4, 0x3b, 0x8b, 0xbc, 0x62, 0xf4, 0x64, 0xc2, 0x16, 0x39, 0x58, 0x6b, 0x69, 0x61, 0x6a, 0x14, 0xf6, 0xb2, 0xc1, 0x17, 0x33, 0x6e, 0x36, 0xab, 0x2c, 0x15, 0x94 } } }; static const struct cckprng_op *ops_4175[] = { (const struct cckprng_op *)&op_init_4159, (const struct cckprng_op *)&op_refresh_4160, (const struct cckprng_op *)&op_init_4161, (const struct cckprng_op *)&op_init_4162, (const struct cckprng_op *)&op_refresh_4163, (const struct cckprng_op *)&op_init_4164, (const struct cckprng_op *)&op_init_4165, (const struct cckprng_op *)&op_init_4166, (const struct cckprng_op *)&op_init_4167, (const struct cckprng_op *)&op_init_4168, (const struct cckprng_op *)&op_refresh_4169, (const struct cckprng_op *)&op_init_4170, (const struct cckprng_op *)&op_refresh_4171, (const struct cckprng_op *)&op_reseed_4172, (const struct cckprng_op *)&op_reseed_4173, (const struct cckprng_op *)&op_init_4174 }; static const struct cckprng_vector vec_4176 = { .id = 3944, .note = NULL, .nops = 16, .ops = ops_4175 }; static const struct cckprng_op_init op_init_4177 = { .hd = { .id = 3945, .kind = OP_INIT }, .seed = { 0xae, 0x72, 0x0c, 0x82, 0xd5, 0x2a, 0x44, 0xfe, 0x04, 0xb5, 0xc9, 0x0d, 0xe1, 0x26, 0x38, 0x73, 0x3c, 0xa3, 0x6a, 0xf0, 0x94, 0x7b, 0x23, 0xa2, 0xcf, 0x2e, 0xdc, 0x81, 0xb3, 0x40, 0x55, 0xa5 }, .nonce = { 0x5c, 0x1a, 0xc2, 0xa5, 0x0c, 0x4d, 0x99, 0x56 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4178 = { .hd = { .id = 3946, .kind = OP_RESEED }, .nonce = 2419206362857777861ULL, .seed_nbytes = 20, .seed = { 0xd2, 0x2b, 0xc3, 0xed, 0xa4, 0xd9, 0x12, 0xef, 0x9a, 0x0a, 0x90, 0xdd, 0xc8, 0x65, 0xa8, 0xdf, 0x90, 0xf0, 0x0c, 0xcd } }; static const struct cckprng_op_generate op_init_4179 = { .hd = { .id = 3947, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0x25, 0xc1, 0x4d, 0xb1, 0x54, 0x8a, 0xa7, 0x93, 0xcd, 0xf0, 0xef, 0xf2, 0xdf, 0x31, 0x33, 0x9e, 0x7f, 0x34, 0x72, 0x45, 0x79, 0x8d, 0x22, 0x9b, 0x38, 0xe9, 0xb8, 0x19, 0xb8, 0x06, 0x52, 0x07, 0xb4, 0xc3, 0x7c, 0xf1, 0x49, 0x19, 0x03, 0x6c, 0x58, 0xf7, 0x44, 0x66, 0xa3, 0xef, 0x68, 0x6f, 0xba, 0xe5, 0x4e, 0x93, 0x9c, 0x63, 0x1b, 0x99, 0x9d, 0x21, 0xf2, 0xb2, 0x73, 0x8e, 0xdd, 0xd8, 0x22, 0xca, 0xe3, 0xf0, 0xc7, 0x0b, 0x70, 0xb8, 0x1a, 0xd1, 0x25, 0x22, 0x2d, 0x19, 0x37, 0x13, 0xbd, 0xa3, 0xb0, 0x8c, 0x37, 0x85, 0x9b, 0xb4, 0xbb, 0xa4, 0x16, 0xc8, 0xb6, 0x3f, 0xbb, 0xc0, 0x31, 0xe2, 0x46, 0xde, 0x7c, 0xdd, 0x3e, 0xaf, 0x3f, 0xe9, 0x97, 0x6f, 0xac, 0x54, 0xf8, 0x0f, 0x23, 0x33, 0xf5, 0xed, 0xcb, 0xf5, 0x8c, 0x36, 0x40, 0x80, 0xb3, 0x96, 0xaa, 0x58, 0xcb, 0x1c, 0xfc, 0x03, 0x47, 0xfb, 0x3a, 0x1c, 0xd8, 0x1d, 0x84, 0xe9, 0xc3, 0x70, 0x9f, 0xae, 0x96, 0xe4, 0x7b, 0x1b, 0x5c, 0x14, 0xfb, 0xac, 0x1a, 0xd7, 0x0b, 0x74, 0xa5, 0xd3, 0x3c, 0xcd, 0x7d, 0xba, 0xb4, 0xb7, 0x8a, 0x01, 0x7e, 0x51, 0x4d, 0x6c, 0x67, 0x64, 0x33, 0x10, 0x08, 0x70, 0xbb, 0x80, 0x57, 0x6a, 0x19, 0x17, 0x35, 0x21, 0x22, 0x8c, 0xd6, 0x65, 0x23, 0x2e, 0xdb, 0xa2, 0x48, 0x16, 0xcb, 0x6a, 0xb6, 0x1b, 0xe9, 0x8d, 0x82, 0x33, 0x6e, 0xb5, 0x7a, 0x5c, 0xa8, 0xd5, 0x60, 0x02, 0x21, 0x03, 0xd3, 0xe4, 0x67, 0xc5, 0xdd, 0xb6, 0xa8, 0xbd, 0x34, 0x8c, 0x43, 0x52, 0xaa, 0x6e, 0x03, 0xb1, 0xc1, 0xc8, 0x84, 0xee, 0x89, 0xc7, 0x2a, 0xdb, 0x8b, 0x8d, 0x89, 0xb8, 0x9f, 0x2d, 0x38, 0x5a, 0x3c, 0x71, 0x4e, 0x86, 0xba, 0x7f, 0xe2, 0xfa, 0x8c, 0xbc, 0x86, 0xcd, 0x0d, 0x6a } } }; static const struct cckprng_op_generate op_init_4180 = { .hd = { .id = 3948, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0xe6, 0x63, 0x6c, 0x6a, 0x67, 0x13, 0xfe, 0xcb, 0xb3, 0x58, 0x84, 0xae, 0xac, 0xb0, 0x43, 0x3c, 0x7f, 0xf4, 0x9b, 0x41, 0xc9, 0xd1, 0x3f, 0xbb, 0x59, 0x76, 0x75, 0x68, 0x11, 0x78, 0x56, 0x56, 0xc1, 0x91, 0xc5, 0x2d, 0x1c, 0x19, 0xc2, 0x27, 0x6d, 0xe7, 0x1a, 0x18, 0x49, 0xdb, 0x7d, 0xfa, 0xe7, 0x27, 0x79, 0x61, 0x8a, 0xd5, 0x71, 0x7f, 0xc5, 0xe1, 0x26, 0x79, 0x66, 0x70, 0xdb, 0x90, 0xf5, 0x0f, 0x81, 0x7b, 0xa1, 0x47, 0x6d, 0x48, 0x20, 0x14, 0xf7, 0x54, 0x99, 0xda, 0x67, 0x0b, 0x7b, 0xb7, 0x02, 0x3f, 0x97, 0xfd, 0x67, 0xaa, 0x64, 0x29, 0x4f, 0xf4, 0xb5, 0x22, 0xed, 0x33, 0xfd, 0xd6, 0x03, 0xda, 0xd3, 0xe1, 0xe2, 0xe8, 0x79, 0x10, 0x28, 0x53, 0x09, 0xcb, 0xc5, 0xe0, 0xfc, 0xfb, 0x79, 0x77, 0x1d, 0x6e, 0xbb, 0xd7, 0xc8, 0xca, 0xa9, 0xc1, 0x8b, 0xd1, 0xe5, 0x9e } } }; static const struct cckprng_op_reseed op_reseed_4181 = { .hd = { .id = 3949, .kind = OP_RESEED }, .nonce = 3110968410556924544ULL, .seed_nbytes = 194, .seed = { 0x35, 0x87, 0xe6, 0x11, 0x2f, 0x2e, 0xa0, 0x83, 0x9f, 0x07, 0x29, 0x94, 0xd6, 0xdb, 0x5b, 0x73, 0x65, 0x53, 0x83, 0x85, 0x76, 0xf5, 0x2e, 0x1e, 0x97, 0xf0, 0xf5, 0x26, 0xe0, 0xa6, 0xda, 0xe9, 0x3a, 0xf1, 0x4e, 0x93, 0xf4, 0xb7, 0x77, 0x9a, 0xda, 0x1f, 0x2d, 0xf3, 0xf6, 0xb1, 0x08, 0x9b, 0x72, 0xf8, 0xe4, 0x0f, 0x69, 0xfe, 0x64, 0x0c, 0x26, 0xdd, 0x96, 0x60, 0xfe, 0x2c, 0xc8, 0x7d, 0x17, 0xcb, 0x9b, 0x4a, 0x62, 0x46, 0x93, 0x2b, 0x72, 0x64, 0x06, 0x7e, 0xc5, 0xdb, 0x4a, 0x4a, 0xf4, 0x9d, 0xe2, 0x3f, 0x4c, 0x5a, 0xbc, 0xa4, 0x7c, 0xb1, 0xd4, 0xf8, 0x0a, 0x5e, 0x89, 0x39, 0x79, 0x56, 0x09, 0xe7, 0x25, 0x83, 0x2f, 0x41, 0x35, 0x40, 0xbe, 0x6c, 0xec, 0x13, 0xb7, 0xb6, 0x85, 0xff, 0xb9, 0xa1, 0xaa, 0x71, 0xdf, 0x71, 0x1a, 0x13, 0xfe, 0xd8, 0x5e, 0x25, 0xd4, 0x2f, 0x8f, 0x8b, 0xb9, 0xf9, 0x5e, 0xd4, 0x88, 0x00, 0x3c, 0x98, 0xd0, 0x10, 0x72, 0xc9, 0xd9, 0x2f, 0x4a, 0xd1, 0x19, 0x54, 0xe8, 0x0a, 0x73, 0x85, 0xb4, 0x32, 0x2b, 0xc1, 0xf9, 0x20, 0xe6, 0xd7, 0x52, 0xae, 0x8e, 0x57, 0x52, 0x39, 0xc0, 0x71, 0x69, 0x71, 0x97, 0x9d, 0x4d, 0xb7, 0x99, 0xe9, 0x77, 0xc5, 0xd0, 0x3d, 0xb4, 0xe3, 0xa5, 0xd9, 0x76, 0x35, 0x33, 0xd6, 0xe5, 0x56, 0x95, 0xb3, 0xc2, 0x8c } }; static const struct cckprng_op_refresh op_refresh_4182 = { .hd = { .id = 3950, .kind = OP_REFRESH }, .rand = 12119580063753051415ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4183 = { .hd = { .id = 3951, .kind = OP_REFRESH }, .rand = 15045419246666020083ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4184 = { .hd = { .id = 3952, .kind = OP_REFRESH }, .rand = 17525830310678704153ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4185 = { .hd = { .id = 3953, .kind = OP_REFRESH }, .rand = 8097623664107667051ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4186 = { .hd = { .id = 3954, .kind = OP_RESEED }, .nonce = 17188763388991754979ULL, .seed_nbytes = 83, .seed = { 0xb0, 0x93, 0x5c, 0x21, 0x7b, 0xb0, 0xb6, 0x62, 0x36, 0xba, 0xe0, 0xb0, 0xbe, 0xce, 0x5e, 0xe4, 0xa0, 0x86, 0x21, 0x19, 0xc5, 0xe7, 0x8f, 0xc9, 0xe5, 0xc9, 0x63, 0x6b, 0x09, 0xf8, 0x34, 0xe1, 0x86, 0xc2, 0xa9, 0x68, 0x1e, 0x29, 0x5e, 0x59, 0x43, 0x9c, 0xed, 0xca, 0x11, 0x79, 0x9c, 0xe8, 0x5c, 0x1a, 0x03, 0xb4, 0xf5, 0xa4, 0xa2, 0xbf, 0x5b, 0x9b, 0xad, 0xb9, 0x37, 0xb4, 0x75, 0x9c, 0xfc, 0x26, 0xf7, 0x10, 0x41, 0x2a, 0xca, 0x2f, 0xa2, 0xc0, 0xbb, 0xda, 0xaf, 0xfb, 0x0d, 0x2e, 0x1a, 0xbb, 0xa0 } }; static const struct cckprng_op_refresh op_refresh_4187 = { .hd = { .id = 3955, .kind = OP_REFRESH }, .rand = 10794523824806442021ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4188 = { .hd = { .id = 3956, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0xaf, 0x4a, 0xfa, 0x50, 0x9f, 0x96, 0xe2, 0xc8, 0xb6, 0x51, 0x3a, 0xe1, 0x11, 0xe6, 0x13, 0x72, 0x0d, 0xbd, 0x63, 0xd0, 0xfb, 0x82, 0xbb, 0x40, 0xe6, 0x0f, 0x65, 0x37, 0x16, 0xdc, 0x5d, 0x72, 0xbc, 0x3d, 0x6b, 0xc3, 0x6f, 0x1a, 0xec, 0x81, 0xd4, 0x33, 0x65, 0x50, 0x16, 0x33, 0xd3, 0xff, 0x23, 0x41, 0x62, 0x80, 0xaa, 0x68, 0x0a, 0x92, 0xb7, 0xb5, 0x9b, 0xf4, 0x3f, 0xe3, 0x7e, 0x94, 0x1f, 0xef, 0xe8, 0x40, 0x15, 0x9c, 0xc6, 0x58, 0x90, 0x12, 0x44, 0x29, 0x85, 0x71, 0xce, 0x57, 0xa4, 0x89, 0x2a, 0xfd, 0xec, 0xbd, 0x36, 0xcb, 0xb1, 0xe0, 0x64, 0x8c, 0xb0, 0xd5 } } }; static const struct cckprng_op_reseed op_reseed_4189 = { .hd = { .id = 3957, .kind = OP_RESEED }, .nonce = 10621279960480114574ULL, .seed_nbytes = 202, .seed = { 0x53, 0x85, 0x70, 0x8c, 0x37, 0x1b, 0x38, 0x7c, 0x3f, 0x1d, 0xed, 0x2a, 0x1f, 0xe9, 0xe5, 0x2e, 0x1e, 0x57, 0x05, 0x7e, 0xf9, 0x86, 0xe4, 0xdf, 0xc1, 0x50, 0xc9, 0x8c, 0x87, 0xbe, 0x86, 0xe3, 0xe1, 0x6a, 0x7d, 0x8d, 0x58, 0x6b, 0xd8, 0x4d, 0xf2, 0xb1, 0x8d, 0x2e, 0x50, 0x27, 0x68, 0xa1, 0xcd, 0x58, 0xd6, 0x52, 0xfa, 0xdb, 0x07, 0x27, 0xe8, 0x3d, 0x72, 0x30, 0x9e, 0x1f, 0x45, 0x9c, 0xf0, 0xf1, 0x9b, 0xd9, 0x82, 0x7d, 0x48, 0x02, 0x50, 0x3f, 0x13, 0x6a, 0x7a, 0xda, 0x82, 0x14, 0x91, 0x4c, 0x07, 0x16, 0xa6, 0x00, 0xc5, 0x71, 0x9b, 0xf4, 0x43, 0x8e, 0x6d, 0x10, 0xcb, 0xae, 0x64, 0xba, 0xf8, 0x7f, 0xc8, 0x1b, 0xd8, 0x47, 0x5d, 0x4a, 0x94, 0xb4, 0x8f, 0x37, 0x39, 0x6b, 0xaa, 0x28, 0xea, 0xd9, 0x3b, 0xec, 0xc1, 0xaa, 0xc1, 0x52, 0x7f, 0xb8, 0xd0, 0x37, 0xd3, 0x81, 0x13, 0x4e, 0x83, 0xbe, 0x49, 0xf3, 0x36, 0xa1, 0x6a, 0xbb, 0x20, 0xad, 0x4e, 0xd5, 0x86, 0xe5, 0x04, 0x51, 0x19, 0xfd, 0xc5, 0x55, 0xbd, 0x29, 0x0c, 0xf2, 0xb1, 0x7d, 0x45, 0x57, 0x46, 0x47, 0xa7, 0xfb, 0xb4, 0x0b, 0x1a, 0x7e, 0xab, 0xeb, 0x0b, 0x72, 0xb1, 0xd7, 0xcd, 0xbe, 0xdc, 0x94, 0xd6, 0xa0, 0x72, 0xb5, 0x00, 0x6d, 0xc9, 0xbd, 0x54, 0x21, 0xe6, 0x38, 0x59, 0x0e, 0x4b, 0xe6, 0xcd, 0xe2, 0x48, 0x88, 0x79, 0x50, 0x57, 0x0f, 0x05, 0x57 } }; static const struct cckprng_op_refresh op_refresh_4190 = { .hd = { .id = 3958, .kind = OP_REFRESH }, .rand = 4059942647083981484ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4191 = { .hd = { .id = 3959, .kind = OP_REFRESH }, .rand = 7650002982694260174ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4192 = { .hd = { .id = 3960, .kind = OP_REFRESH }, .rand = 11619858163002795506ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4193[] = { (const struct cckprng_op *)&op_init_4177, (const struct cckprng_op *)&op_reseed_4178, (const struct cckprng_op *)&op_init_4179, (const struct cckprng_op *)&op_init_4180, (const struct cckprng_op *)&op_reseed_4181, (const struct cckprng_op *)&op_refresh_4182, (const struct cckprng_op *)&op_refresh_4183, (const struct cckprng_op *)&op_refresh_4184, (const struct cckprng_op *)&op_refresh_4185, (const struct cckprng_op *)&op_reseed_4186, (const struct cckprng_op *)&op_refresh_4187, (const struct cckprng_op *)&op_init_4188, (const struct cckprng_op *)&op_reseed_4189, (const struct cckprng_op *)&op_refresh_4190, (const struct cckprng_op *)&op_refresh_4191, (const struct cckprng_op *)&op_refresh_4192 }; static const struct cckprng_vector vec_4194 = { .id = 3961, .note = NULL, .nops = 16, .ops = ops_4193 }; static const struct cckprng_op_init op_init_4195 = { .hd = { .id = 3962, .kind = OP_INIT }, .seed = { 0x10, 0x0e, 0xe9, 0x5a, 0x93, 0xa7, 0x48, 0xb4, 0xe5, 0x33, 0x11, 0x8f, 0x74, 0xf5, 0x9c, 0xaf, 0x8b, 0x0b, 0x29, 0xb7, 0x8f, 0x7d, 0x8a, 0x9f, 0x78, 0xad, 0x3c, 0x2d, 0xe1, 0xb1, 0xfa, 0x3f }, .nonce = { 0x08, 0x60, 0x50, 0x5c, 0x1f, 0xab, 0x13, 0x20 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4196 = { .hd = { .id = 3963, .kind = OP_RESEED }, .nonce = 2188534593752788567ULL, .seed_nbytes = 40, .seed = { 0xe9, 0xcc, 0xe9, 0x5d, 0x88, 0x0c, 0x6e, 0xff, 0xcd, 0x05, 0xa5, 0xd5, 0xd6, 0x80, 0xe9, 0xdd, 0xed, 0x4f, 0x4b, 0x5d, 0x1c, 0x63, 0x63, 0xb6, 0xd7, 0xca, 0x22, 0xad, 0x79, 0x98, 0x50, 0x1b, 0x9d, 0x36, 0xec, 0x81, 0x1e, 0x6c, 0x44, 0x3f } }; static const struct cckprng_op_refresh op_refresh_4197 = { .hd = { .id = 3964, .kind = OP_REFRESH }, .rand = 16910682879688968670ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4198 = { .hd = { .id = 3965, .kind = OP_REFRESH }, .rand = 18000452122276932774ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4199 = { .hd = { .id = 3966, .kind = OP_RESEED }, .nonce = 15590823168316710613ULL, .seed_nbytes = 180, .seed = { 0x18, 0x46, 0x2c, 0x23, 0xa0, 0xe4, 0x20, 0x5f, 0xee, 0x75, 0x11, 0x4e, 0x5f, 0x84, 0x3d, 0x6c, 0x0a, 0x83, 0x18, 0x16, 0x6b, 0x0d, 0xc5, 0x05, 0xf9, 0x56, 0x81, 0x40, 0x33, 0x34, 0x99, 0xcc, 0x06, 0x81, 0x1d, 0x88, 0xa7, 0x56, 0x5f, 0x05, 0x8b, 0xe8, 0x2a, 0x20, 0xb8, 0x50, 0x53, 0x6e, 0x93, 0xdd, 0x5c, 0x12, 0x63, 0x52, 0xed, 0x44, 0xa5, 0xe2, 0xe9, 0x1b, 0xad, 0x31, 0xef, 0xba, 0x5b, 0xd0, 0xb9, 0x4b, 0xbb, 0xcb, 0x89, 0x7b, 0x46, 0xf7, 0xe8, 0xaa, 0xd2, 0xb0, 0xa3, 0xa9, 0x92, 0xd5, 0xc9, 0x98, 0x8e, 0x64, 0xca, 0x07, 0x19, 0x4d, 0x47, 0xd3, 0x4b, 0x09, 0x36, 0xe3, 0xef, 0x21, 0x02, 0x2a, 0x36, 0xa6, 0xd5, 0x6b, 0x60, 0x3d, 0x6b, 0x20, 0x7f, 0x71, 0x18, 0x6c, 0x92, 0x72, 0x20, 0xdc, 0x26, 0xef, 0x98, 0x75, 0x9c, 0xa9, 0xed, 0xfb, 0x7e, 0x78, 0x75, 0xfe, 0xfd, 0x0a, 0x4c, 0x25, 0x5e, 0x18, 0xb5, 0xa2, 0x6a, 0xfc, 0x11, 0x3d, 0x46, 0x56, 0xe7, 0x77, 0xc3, 0xa5, 0x25, 0xdc, 0x8d, 0x81, 0x6c, 0xec, 0x14, 0xe2, 0xb0, 0x24, 0x42, 0x4a, 0x98, 0x56, 0xc9, 0x10, 0x68, 0xd9, 0x1f, 0x2f, 0xce, 0xec, 0x63, 0x47, 0x84, 0xdd, 0x12, 0x6d, 0x30, 0x5b, 0xbd, 0xe0, 0x06, 0xbe } }; static const struct cckprng_op_reseed op_reseed_4200 = { .hd = { .id = 3967, .kind = OP_RESEED }, .nonce = 2676735781639884757ULL, .seed_nbytes = 131, .seed = { 0xdb, 0x65, 0x60, 0xde, 0x3a, 0xe6, 0xd3, 0xc0, 0xba, 0xcc, 0x59, 0x6e, 0x4e, 0xae, 0xe1, 0x22, 0x82, 0xf1, 0xc4, 0x25, 0x59, 0x9d, 0x86, 0xa3, 0xbd, 0x66, 0x5a, 0x31, 0x4c, 0x5d, 0xef, 0xad, 0x78, 0xd0, 0x09, 0xd6, 0x30, 0x34, 0xb4, 0xc0, 0xff, 0xaf, 0xe9, 0x4c, 0x73, 0x37, 0x90, 0xb0, 0xa0, 0x7d, 0x36, 0x86, 0x82, 0xca, 0xf7, 0x20, 0x6b, 0xc2, 0x48, 0xd4, 0x90, 0x97, 0x8e, 0xa3, 0xea, 0x0e, 0x59, 0x7d, 0xd1, 0xc0, 0xb6, 0x8a, 0x1f, 0xda, 0x36, 0xba, 0x6a, 0xe8, 0xd7, 0x35, 0x0b, 0xdf, 0x5c, 0x81, 0xe6, 0xab, 0xfd, 0xf4, 0x54, 0x64, 0xda, 0x63, 0x68, 0x58, 0xb7, 0x7c, 0x62, 0x2e, 0x56, 0xcc, 0x7b, 0x98, 0x4a, 0x23, 0xf3, 0x2f, 0xb9, 0xa2, 0xd8, 0x2e, 0x61, 0xab, 0xb9, 0x8b, 0x93, 0x5e, 0xee, 0x28, 0xd1, 0xa6, 0x68, 0xdb, 0xd0, 0x82, 0x65, 0xf4, 0x4b, 0x69, 0xb3, 0xd0, 0xe5 } }; static const struct cckprng_op_refresh op_refresh_4201 = { .hd = { .id = 3968, .kind = OP_REFRESH }, .rand = 17726865474730791673ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4202 = { .hd = { .id = 3969, .kind = OP_REFRESH }, .rand = 14724462840175006314ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4203 = { .hd = { .id = 3970, .kind = OP_RESEED }, .nonce = 12517289592617230489ULL, .seed_nbytes = 49, .seed = { 0x8a, 0xde, 0x71, 0x97, 0x0c, 0x57, 0xa2, 0x36, 0x9a, 0x52, 0xb8, 0xf2, 0x79, 0x14, 0x3d, 0xaf, 0xfc, 0xbb, 0x4b, 0xf6, 0x67, 0x08, 0xab, 0xc5, 0xfa, 0x8c, 0xb4, 0x97, 0x1e, 0xcd, 0x6a, 0xce, 0x47, 0xd6, 0x18, 0x27, 0xfb, 0x04, 0x13, 0x3a, 0x5d, 0x1d, 0x3d, 0xee, 0x1b, 0x0c, 0xf1, 0x66, 0x4b } }; static const struct cckprng_op_generate op_init_4204 = { .hd = { .id = 3971, .kind = OP_GENERATE }, .rand_nbytes = 199, .out = { .rand = { 0x21, 0xbc, 0x99, 0x51, 0x66, 0xb9, 0xfd, 0xfb, 0x55, 0x73, 0x6e, 0x30, 0x56, 0xf7, 0x12, 0xcf, 0x7d, 0xfc, 0xa0, 0xd5, 0xaa, 0xc6, 0x6b, 0x83, 0xf5, 0x0f, 0x41, 0xd0, 0xb3, 0x7e, 0x80, 0xe1, 0x4c, 0x72, 0xe0, 0xc1, 0x35, 0x1f, 0x69, 0x22, 0x84, 0x35, 0x39, 0x69, 0x7c, 0x68, 0xd7, 0x5f, 0xcc, 0xc5, 0x59, 0x76, 0xaf, 0x5e, 0x6c, 0x83, 0x1e, 0x87, 0x45, 0xf9, 0x14, 0xb7, 0x24, 0xa4, 0x50, 0x42, 0x70, 0x55, 0xf8, 0x3d, 0xf8, 0x65, 0x3d, 0x1f, 0xdc, 0xe5, 0xb1, 0x2d, 0xa5, 0xab, 0x80, 0x21, 0x62, 0x00, 0xc8, 0x8d, 0xd8, 0xd9, 0x45, 0x20, 0xef, 0x8b, 0xce, 0x48, 0x1a, 0xd8, 0xa0, 0x3f, 0x4e, 0xdf, 0x24, 0xa9, 0x21, 0x71, 0x21, 0xdc, 0x1c, 0xaa, 0xf8, 0xa4, 0x3e, 0x87, 0x52, 0xd1, 0x7c, 0x26, 0xc0, 0x99, 0x89, 0x80, 0x8d, 0xb0, 0xff, 0x3f, 0xb8, 0x39, 0xe4, 0x7b, 0xa9, 0xd8, 0xb8, 0x51, 0xc8, 0xff, 0x57, 0x70, 0xea, 0x0e, 0x77, 0xc8, 0x70, 0xba, 0xb3, 0x5e, 0x92, 0x4e, 0x2a, 0xd2, 0xf9, 0xce, 0xbe, 0xa1, 0x80, 0xf4, 0xc6, 0xc7, 0x5e, 0x72, 0xfb, 0x40, 0x6c, 0xfc, 0x5f, 0x3b, 0xec, 0x0e, 0xcf, 0x0b, 0x50, 0x68, 0x97, 0x6a, 0xa8, 0x1c, 0x07, 0x9b, 0x09, 0xed, 0xcf, 0x0f, 0x1b, 0xf9, 0x25, 0xac, 0x05, 0x9b, 0x82, 0xe2, 0x04, 0xde, 0xbe, 0xb2, 0xf4, 0x20, 0xf5, 0xb0, 0xb0, 0xaf, 0x2c } } }; static const struct cckprng_op_refresh op_refresh_4205 = { .hd = { .id = 3972, .kind = OP_REFRESH }, .rand = 16109945699666641158ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4206 = { .hd = { .id = 3973, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x07, 0x78, 0xda, 0x9e, 0x89, 0xe3, 0x64, 0xaa, 0x97, 0x53, 0x10, 0x3f, 0xcd, 0xe1, 0xfd, 0x10, 0xdc, 0x11, 0x72, 0x12, 0x5a, 0x06, 0x2c, 0xb0, 0x54, 0x98, 0x51, 0x23, 0xac, 0x76, 0x0d, 0xcf, 0x28, 0x9f, 0xc6, 0x62, 0x65, 0x55, 0x58, 0x4d, 0xbb, 0x4b, 0x0d, 0x1e, 0x46, 0xbf, 0xf6, 0x50, 0x32, 0xa7, 0xd1, 0x04, 0x64, 0xe8, 0x06, 0x7d, 0x1e, 0xe6, 0x79, 0x24, 0x56, 0x7a, 0x79, 0x1e, 0x17, 0xdc, 0x93, 0xaa, 0x6a, 0x88, 0xb0, 0x97, 0x33, 0x87, 0xc9, 0x40, 0xcd, 0x00, 0x5b, 0x07, 0xa1, 0x8b, 0x40, 0x39, 0x3e, 0x67, 0x5d, 0x72, 0xa1, 0x7f, 0x36, 0x70, 0x0d, 0x96, 0x4b, 0xa3, 0x24, 0x6c, 0xb1, 0x1a, 0x8e, 0xc5, 0x5f, 0x36, 0x8d, 0x8d, 0xbe, 0xed, 0xf3, 0x1c, 0x92, 0x20, 0x87, 0x5b, 0x2a, 0x4e, 0x1e, 0xad, 0x20, 0x91, 0x8f, 0xb4, 0x91, 0xc9, 0x69, 0x5a, 0xd9, 0x6f, 0x41, 0xab, 0xa2, 0xd2, 0xa3, 0x53, 0xb8, 0x54, 0xee, 0x88 } } }; static const struct cckprng_op_refresh op_refresh_4207 = { .hd = { .id = 3974, .kind = OP_REFRESH }, .rand = 5310872383423384547ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4208 = { .hd = { .id = 3975, .kind = OP_GENERATE }, .rand_nbytes = 68, .out = { .rand = { 0xeb, 0x85, 0xbc, 0xf0, 0x4f, 0xeb, 0x32, 0x92, 0x9b, 0xd1, 0xff, 0xec, 0xb1, 0x8f, 0x97, 0x8a, 0x2b, 0x6b, 0xd6, 0xb6, 0xa8, 0x0e, 0x23, 0xb1, 0x71, 0x49, 0x00, 0x90, 0x80, 0x71, 0x2c, 0x21, 0xa7, 0x58, 0x82, 0xe5, 0x21, 0x15, 0x6b, 0x9d, 0xed, 0xf4, 0x58, 0xce, 0xc9, 0x1a, 0x00, 0x1f, 0xb9, 0xdf, 0x4a, 0xa8, 0x54, 0x3b, 0x63, 0xcc, 0xf3, 0x6c, 0xeb, 0x33, 0x1c, 0xa0, 0x5c, 0x97, 0x58, 0x3c, 0xa5, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_4209 = { .hd = { .id = 3976, .kind = OP_RESEED }, .nonce = 4487915543374511075ULL, .seed_nbytes = 137, .seed = { 0x38, 0x43, 0xfd, 0xaf, 0xc3, 0xea, 0xa6, 0xb7, 0x70, 0x01, 0x16, 0x1c, 0x1c, 0x32, 0xc1, 0xbb, 0xe8, 0x00, 0xdc, 0xe6, 0x8b, 0xa8, 0x45, 0xf1, 0x8f, 0x3a, 0x73, 0x56, 0x93, 0x70, 0xe1, 0x95, 0x01, 0x5f, 0x23, 0x7b, 0x6c, 0xe9, 0x30, 0xd2, 0x9b, 0x14, 0x2c, 0x45, 0x76, 0x90, 0x0b, 0x87, 0xee, 0x9d, 0x88, 0x83, 0xf7, 0x06, 0xe5, 0xb3, 0x04, 0x32, 0x36, 0xf0, 0xc1, 0x9a, 0xbc, 0x95, 0x09, 0x0a, 0x24, 0x6c, 0xf0, 0x85, 0x9f, 0x72, 0x84, 0xdb, 0x1a, 0x89, 0x4b, 0xed, 0x71, 0x81, 0x0e, 0x8d, 0x6e, 0x4d, 0x06, 0x09, 0x1c, 0xe5, 0x29, 0x58, 0x8e, 0x3f, 0x9d, 0x75, 0xa0, 0xb5, 0xa7, 0xf1, 0x32, 0xce, 0x72, 0xf7, 0xe7, 0x7f, 0x33, 0x92, 0x9b, 0xcf, 0x68, 0x3a, 0x7c, 0xa5, 0x31, 0x6f, 0xbe, 0x7b, 0xf5, 0x34, 0x1d, 0x11, 0xa9, 0xc8, 0x7e, 0x17, 0xc2, 0x09, 0x90, 0xc1, 0xb5, 0xc8, 0xbe, 0xca, 0x31, 0xb1, 0xc7, 0xad, 0xd5 } }; static const struct cckprng_op_reseed op_reseed_4210 = { .hd = { .id = 3977, .kind = OP_RESEED }, .nonce = 9855474039084828466ULL, .seed_nbytes = 265, .seed = { 0x01, 0xd1, 0x35, 0x30, 0x03, 0x4e, 0xa1, 0xae, 0x98, 0x1e, 0x3b, 0x6a, 0x60, 0xb4, 0xf7, 0xb4, 0xb1, 0xef, 0x1a, 0xa6, 0x60, 0xcd, 0x2c, 0x55, 0x07, 0x35, 0x6f, 0x63, 0xa3, 0xba, 0x70, 0x12, 0xdc, 0x63, 0x42, 0xe1, 0x9d, 0x78, 0xad, 0x8a, 0x82, 0x02, 0x15, 0xad, 0x4d, 0x6d, 0x88, 0x31, 0x33, 0x2c, 0xe9, 0xfd, 0x53, 0x94, 0x2f, 0xda, 0x60, 0x9b, 0x91, 0x20, 0x6d, 0x4b, 0x99, 0xa5, 0xa9, 0x9f, 0xfd, 0x9d, 0x28, 0xd0, 0x6b, 0xf8, 0xe7, 0x84, 0x35, 0x32, 0x37, 0x16, 0x22, 0x99, 0x7c, 0xec, 0xc4, 0xa9, 0x8c, 0x27, 0x1d, 0x10, 0xd9, 0xaf, 0xc7, 0xc1, 0x3c, 0x28, 0x7c, 0x5b, 0xd3, 0xcd, 0x76, 0x4a, 0x7e, 0xe2, 0x5f, 0x96, 0xb5, 0xe7, 0x61, 0x75, 0x08, 0xff, 0x06, 0xc9, 0xd1, 0xd5, 0x97, 0x34, 0x8d, 0x40, 0x04, 0x5f, 0x2e, 0x23, 0x73, 0x92, 0xfb, 0xa1, 0xa6, 0xaf, 0x5e, 0xc6, 0x59, 0xb1, 0x98, 0xca, 0x5f, 0xee, 0xe6, 0x41, 0x58, 0x28, 0x42, 0xd7, 0xe6, 0x29, 0x6e, 0x07, 0xc8, 0xdf, 0xe1, 0xec, 0x21, 0x3d, 0xa3, 0x4d, 0x8d, 0xed, 0x1a, 0x4f, 0x5b, 0x86, 0xcb, 0x82, 0xd1, 0x6a, 0x18, 0x87, 0x65, 0xef, 0x48, 0x95, 0x12, 0x15, 0x45, 0x96, 0x16, 0x62, 0x11, 0x1c, 0x7f, 0x34, 0x72, 0x2c, 0x7e, 0x94, 0x01, 0x79, 0x56, 0x0c, 0x16, 0xed, 0x06, 0xfb, 0x36, 0xf3, 0x4c, 0x39, 0x23, 0xf7, 0xdb, 0x90, 0x00, 0x70, 0xd8, 0x45, 0xdb, 0x36, 0x26, 0x10, 0x7e, 0xea, 0x12, 0xde, 0x9a, 0xc4, 0xeb, 0x7e, 0x57, 0xd7, 0xb3, 0x5f, 0xbb, 0x65, 0x28, 0x73, 0x31, 0x5f, 0xe2, 0xae, 0xc5, 0x7f, 0x47, 0xff, 0x78, 0xb9, 0xd3, 0xcf, 0x79, 0x41, 0xe1, 0x65, 0x8d, 0xae, 0x55, 0x6f, 0xaa, 0x53, 0x3b, 0x20, 0x94, 0xe9, 0xb4, 0x99, 0xbb, 0x88, 0xd6, 0x90, 0xe9, 0x04, 0x92, 0x24, 0x74, 0xdb, 0x0f, 0xad, 0x33 } }; static const struct cckprng_op *ops_4211[] = { (const struct cckprng_op *)&op_init_4195, (const struct cckprng_op *)&op_reseed_4196, (const struct cckprng_op *)&op_refresh_4197, (const struct cckprng_op *)&op_refresh_4198, (const struct cckprng_op *)&op_reseed_4199, (const struct cckprng_op *)&op_reseed_4200, (const struct cckprng_op *)&op_refresh_4201, (const struct cckprng_op *)&op_refresh_4202, (const struct cckprng_op *)&op_reseed_4203, (const struct cckprng_op *)&op_init_4204, (const struct cckprng_op *)&op_refresh_4205, (const struct cckprng_op *)&op_init_4206, (const struct cckprng_op *)&op_refresh_4207, (const struct cckprng_op *)&op_init_4208, (const struct cckprng_op *)&op_reseed_4209, (const struct cckprng_op *)&op_reseed_4210 }; static const struct cckprng_vector vec_4212 = { .id = 3978, .note = NULL, .nops = 16, .ops = ops_4211 }; static const struct cckprng_op_init op_init_4213 = { .hd = { .id = 3979, .kind = OP_INIT }, .seed = { 0x66, 0xb0, 0x89, 0x9b, 0xd0, 0x76, 0x97, 0xdf, 0xed, 0x93, 0x04, 0x10, 0xc0, 0x84, 0x6c, 0x76, 0x13, 0x8b, 0xc8, 0x9d, 0x93, 0x2b, 0xda, 0x3d, 0x9d, 0xe2, 0xb9, 0xa0, 0x61, 0x84, 0x28, 0xc8 }, .nonce = { 0x3f, 0x1b, 0x39, 0x5f, 0xdd, 0x44, 0xfc, 0xbd }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4214 = { .hd = { .id = 3980, .kind = OP_RESEED }, .nonce = 15959762354789351002ULL, .seed_nbytes = 55, .seed = { 0xee, 0x06, 0xb6, 0x63, 0x2e, 0x00, 0x02, 0xbb, 0xdf, 0x55, 0xe4, 0xf0, 0xe9, 0xe4, 0x18, 0x10, 0x64, 0x45, 0x25, 0x64, 0xa8, 0x22, 0xc3, 0x00, 0x45, 0x32, 0x31, 0xaf, 0x86, 0xaa, 0x75, 0x4a, 0x50, 0xd4, 0xdd, 0x06, 0x91, 0x06, 0xe1, 0xe8, 0x28, 0x58, 0xa0, 0xdb, 0xe7, 0x6c, 0xf1, 0x7c, 0xa9, 0x41, 0xce, 0x18, 0x19, 0x3c, 0xf8 } }; static const struct cckprng_op_generate op_init_4215 = { .hd = { .id = 3981, .kind = OP_GENERATE }, .rand_nbytes = 146, .out = { .rand = { 0xbb, 0xeb, 0xb7, 0xc9, 0x1e, 0xfa, 0xf1, 0xd1, 0xc2, 0x27, 0x29, 0x8a, 0x92, 0x4b, 0xb7, 0xa0, 0xc9, 0x6b, 0x54, 0xca, 0xfb, 0x69, 0x91, 0x0f, 0xb0, 0xdc, 0x36, 0xf4, 0xe8, 0x19, 0x7b, 0xb8, 0xc4, 0x97, 0xf3, 0x88, 0x11, 0xd5, 0x59, 0x19, 0xd9, 0x88, 0x3c, 0x7c, 0x7b, 0xae, 0x93, 0xcb, 0x5b, 0x4b, 0x1a, 0x42, 0xe8, 0x1e, 0x70, 0x21, 0xcc, 0x03, 0xe8, 0xc2, 0x61, 0x2f, 0x89, 0x9c, 0x1c, 0xa5, 0x37, 0x8d, 0x99, 0xfe, 0x14, 0xf4, 0x40, 0x1f, 0x6f, 0x16, 0x9f, 0x2f, 0xe8, 0x1a, 0x47, 0x37, 0x28, 0xda, 0x38, 0x15, 0x15, 0xc2, 0xc6, 0xd6, 0xd7, 0x72, 0x50, 0x0a, 0x70, 0x3f, 0xf6, 0x61, 0x07, 0x82, 0x19, 0xf6, 0x5c, 0x6e, 0x4b, 0xca, 0x20, 0x49, 0x2a, 0x44, 0x3a, 0xd2, 0x9a, 0x27, 0x95, 0x95, 0xb5, 0x63, 0x37, 0xe4, 0x3e, 0xe2, 0xd1, 0x97, 0xde, 0x38, 0x7d, 0x3e, 0x5d, 0x63, 0x63, 0x50, 0xaa, 0xe8, 0xde, 0x2c, 0x27, 0xaf, 0xd9, 0x03, 0x47, 0x2f, 0xaa, 0x8d, 0x55, 0x68 } } }; static const struct cckprng_op_refresh op_refresh_4216 = { .hd = { .id = 3982, .kind = OP_REFRESH }, .rand = 10862403912179992615ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4217 = { .hd = { .id = 3983, .kind = OP_REFRESH }, .rand = 885441920251261024ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4218 = { .hd = { .id = 3984, .kind = OP_REFRESH }, .rand = 15892845633194225796ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4219 = { .hd = { .id = 3985, .kind = OP_RESEED }, .nonce = 9608572080013318222ULL, .seed_nbytes = 237, .seed = { 0x75, 0xc6, 0x45, 0x5e, 0x99, 0x8b, 0x0d, 0x10, 0xba, 0xdd, 0x2e, 0x14, 0xf6, 0x74, 0x06, 0xf8, 0xbc, 0xf4, 0x68, 0x46, 0x41, 0xcc, 0xde, 0x5f, 0x17, 0x12, 0xe1, 0x97, 0xad, 0xae, 0xbd, 0x2d, 0x1f, 0x17, 0x84, 0x40, 0x85, 0x14, 0x04, 0xf2, 0x04, 0xd2, 0x34, 0xa1, 0xa9, 0x15, 0xaf, 0xee, 0xf0, 0x40, 0x00, 0xb0, 0x98, 0x3c, 0x9c, 0x29, 0x0d, 0xe3, 0x97, 0x59, 0x5e, 0xf2, 0x33, 0x82, 0xc6, 0xf6, 0x13, 0x87, 0x92, 0xa4, 0xfc, 0xd8, 0x74, 0xfe, 0x86, 0xd1, 0x29, 0x84, 0x05, 0x2d, 0xd5, 0xc0, 0xb5, 0x99, 0x97, 0xe5, 0x10, 0xd9, 0xb8, 0xd7, 0x36, 0x5a, 0xde, 0x49, 0x52, 0xb7, 0x72, 0xf2, 0xf8, 0x09, 0x31, 0x7c, 0xe8, 0xa7, 0x25, 0xba, 0xb9, 0xc2, 0xe3, 0xf3, 0xd3, 0x96, 0x1a, 0x9f, 0xaa, 0x7a, 0x13, 0x2e, 0xc5, 0x4b, 0x17, 0x72, 0xee, 0x85, 0x1a, 0x65, 0x24, 0x2e, 0xd3, 0x03, 0x8f, 0x10, 0xa0, 0x75, 0x0e, 0xef, 0x28, 0xdb, 0xdd, 0x9d, 0x27, 0xa6, 0x0d, 0x90, 0xd0, 0xee, 0x96, 0xf8, 0x21, 0xea, 0xf2, 0x13, 0x2c, 0xd7, 0x22, 0x05, 0x52, 0x68, 0xd1, 0xbe, 0x50, 0x47, 0x19, 0x50, 0xdd, 0xc7, 0x93, 0x1b, 0x9a, 0x00, 0x39, 0x88, 0x54, 0x16, 0x57, 0xa3, 0xd1, 0xac, 0xfb, 0x72, 0x8d, 0x27, 0xc1, 0x07, 0x74, 0xfc, 0x9a, 0xfe, 0xc2, 0x49, 0x86, 0x4c, 0x69, 0x45, 0x09, 0x9b, 0x0d, 0x72, 0x5c, 0xfb, 0x53, 0xed, 0xea, 0xed, 0x91, 0xb4, 0xd6, 0xcd, 0xd7, 0x45, 0xf5, 0x55, 0xfe, 0x83, 0xf5, 0x68, 0x90, 0x0c, 0x92, 0x89, 0x01, 0x91, 0xb6, 0x66, 0xaf, 0x52, 0xb4, 0x55, 0xa2, 0x47, 0xb5, 0x85, 0x32, 0x9a, 0x93, 0x58, 0x3c } }; static const struct cckprng_op_refresh op_refresh_4220 = { .hd = { .id = 3986, .kind = OP_REFRESH }, .rand = 9609142207548919476ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4221 = { .hd = { .id = 3987, .kind = OP_REFRESH }, .rand = 14775478560222749232ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4222 = { .hd = { .id = 3988, .kind = OP_REFRESH }, .rand = 15604454462430699559ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4223 = { .hd = { .id = 3989, .kind = OP_RESEED }, .nonce = 177122192148768939ULL, .seed_nbytes = 113, .seed = { 0x0d, 0xbd, 0x8d, 0x9b, 0x47, 0x61, 0xbf, 0x7e, 0xd5, 0xea, 0x20, 0x43, 0x86, 0xb4, 0x7f, 0x2b, 0xca, 0xdd, 0x0d, 0x18, 0xa5, 0x4a, 0x22, 0x60, 0xe3, 0xec, 0x6d, 0x86, 0xc3, 0xe6, 0xfb, 0xf1, 0xa2, 0xf6, 0xbb, 0x04, 0xc1, 0xca, 0x41, 0xaa, 0x5c, 0x91, 0x67, 0x67, 0x91, 0x06, 0x56, 0xa7, 0x56, 0xcb, 0x6b, 0x67, 0x56, 0xda, 0xe3, 0x5c, 0xa3, 0x98, 0xba, 0x2e, 0xcd, 0x2e, 0xb7, 0xcc, 0x28, 0xb2, 0x36, 0x09, 0x7d, 0xdc, 0xf7, 0xdd, 0xb0, 0xcb, 0xb0, 0x82, 0xb5, 0x6c, 0xcf, 0xe0, 0x3b, 0x86, 0xf1, 0x88, 0x9b, 0xbf, 0x18, 0x54, 0x83, 0x99, 0xa2, 0x52, 0xad, 0xaf, 0xc0, 0x2b, 0xa8, 0x1e, 0x4f, 0x36, 0xf2, 0x05, 0xc4, 0xb4, 0x44, 0xe0, 0x0b, 0x2b, 0xe8, 0x32, 0x1f, 0xcd, 0x05 } }; static const struct cckprng_op_reseed op_reseed_4224 = { .hd = { .id = 3990, .kind = OP_RESEED }, .nonce = 6416467159318458072ULL, .seed_nbytes = 139, .seed = { 0x74, 0x66, 0x9f, 0x75, 0x90, 0x95, 0xe9, 0x8a, 0x49, 0x2a, 0x70, 0x51, 0x39, 0x45, 0x0f, 0xba, 0x5f, 0xce, 0x3f, 0x8f, 0xf0, 0x81, 0x34, 0x66, 0xc6, 0x04, 0x57, 0x8d, 0x15, 0x04, 0x37, 0x46, 0xbc, 0x83, 0x89, 0x9f, 0x0d, 0x1e, 0x5b, 0xf9, 0xc0, 0x80, 0xa7, 0xc5, 0x6b, 0xf6, 0x7e, 0x99, 0x96, 0x8e, 0xbe, 0xa8, 0x68, 0xcd, 0xc4, 0xe9, 0x6e, 0xb6, 0x0a, 0x49, 0x14, 0xea, 0xb6, 0x5f, 0x57, 0xad, 0x11, 0x38, 0x70, 0x03, 0x96, 0x73, 0xc5, 0x25, 0x53, 0x0c, 0xd8, 0xb3, 0x3a, 0x0b, 0x17, 0x5f, 0x47, 0xf4, 0xda, 0x8c, 0xce, 0x91, 0x97, 0xec, 0x27, 0x85, 0xc0, 0x24, 0xbd, 0x4d, 0xa0, 0x4e, 0x48, 0x3b, 0x19, 0x39, 0xd9, 0xdb, 0xc1, 0xfd, 0x48, 0xbc, 0x19, 0x39, 0x8a, 0x6f, 0x9c, 0xab, 0x20, 0x75, 0x97, 0xbb, 0xf2, 0x8e, 0xbe, 0x57, 0xdb, 0xe8, 0xba, 0x17, 0xc4, 0x4b, 0xaa, 0xc4, 0x46, 0x9e, 0x16, 0x73, 0x0c, 0xc8, 0xa1, 0xba, 0x4a } }; static const struct cckprng_op_refresh op_refresh_4225 = { .hd = { .id = 3991, .kind = OP_REFRESH }, .rand = 1231775444374467772ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4226 = { .hd = { .id = 3992, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0x58, 0x35, 0x56, 0x7c, 0xde, 0x4b, 0x79, 0x1c, 0x21, 0x50, 0x64, 0xd1, 0xcd, 0x65, 0x9f, 0xf5, 0xb2, 0x80, 0x3c, 0xd2, 0x8e, 0x36, 0x3d, 0xb3, 0x88, 0x2f, 0xdf, 0x6b, 0xb6, 0xe3, 0xd5, 0x4a, 0x71, 0x69, 0x10, 0xff, 0xaf, 0xa0, 0x8c, 0x36, 0x0f, 0xd7, 0x3d, 0xa3, 0x5f, 0x6a, 0xe1, 0xe6, 0x9d, 0xdc, 0xb5, 0xe5, 0xec, 0x86, 0xf6, 0x5b, 0x29, 0xb2, 0x8c, 0x92, 0x89, 0xcc, 0x12, 0xc2, 0xc2, 0x87, 0x6f, 0xaf, 0x6d, 0x8e, 0x6d, 0x84, 0xd2, 0x6d, 0xa9, 0x4e, 0x1c, 0x01, 0x4f, 0x5c, 0xa8, 0x26, 0x78, 0xe2, 0x6e, 0xc2, 0x87, 0xce, 0xba, 0x49, 0xe7, 0x67, 0x2d, 0x8b, 0x60, 0x21, 0xd9, 0xd7, 0x04, 0xee, 0x28, 0xed, 0x71, 0x2b, 0x09, 0xfc, 0x60, 0x54, 0xc3, 0x0f, 0x3b, 0xa2, 0x8f, 0x5d, 0x89, 0x80, 0x24, 0x7a, 0x96, 0x96, 0x66, 0xc6, 0x54, 0x46, 0x89, 0x37, 0xa6, 0x09, 0x23, 0x71, 0x3e, 0x32, 0x61, 0x02, 0xa7, 0x7a, 0x71, 0x12, 0x44, 0xe2, 0x48, 0xe3, 0x5c, 0x70, 0x4a, 0x16, 0xa8, 0xa4, 0x81, 0x29, 0x14, 0x82, 0x6a, 0x9f, 0x63, 0x00, 0x14, 0xcc, 0x34, 0x28, 0x81, 0xb2, 0xb8, 0x34, 0x71, 0x12, 0x5f, 0x1c, 0x77, 0xa5, 0xff, 0x25, 0x8c, 0x4d, 0x78, 0xa3, 0x49, 0x98 } } }; static const struct cckprng_op_generate op_init_4227 = { .hd = { .id = 3993, .kind = OP_GENERATE }, .rand_nbytes = 152, .out = { .rand = { 0xfb, 0x94, 0xb2, 0x00, 0x62, 0x20, 0xbe, 0x3e, 0x58, 0xb0, 0x03, 0x66, 0x59, 0xa6, 0x93, 0xaa, 0x8d, 0xa4, 0xd9, 0x7c, 0xb2, 0x1a, 0x5e, 0x3c, 0x71, 0x5e, 0xee, 0xfc, 0x5b, 0x0f, 0x4d, 0xc5, 0x28, 0x2a, 0x70, 0x3d, 0x40, 0x32, 0xfe, 0x10, 0xda, 0x26, 0x45, 0x97, 0x1d, 0x7c, 0x68, 0x01, 0xee, 0x9f, 0x00, 0x0a, 0x46, 0x25, 0xf6, 0xf3, 0x5f, 0x8b, 0x8f, 0xc1, 0x6d, 0x2b, 0x10, 0x15, 0x9f, 0x78, 0x77, 0x18, 0x25, 0xa7, 0x3b, 0xd2, 0x88, 0xff, 0x79, 0x27, 0x2e, 0xb0, 0x8f, 0xd2, 0x72, 0x74, 0xae, 0xa3, 0xc6, 0x33, 0x42, 0xd6, 0x5a, 0x21, 0x9c, 0x45, 0x6e, 0x47, 0xfb, 0x2b, 0xb2, 0x4e, 0x6b, 0xf4, 0x14, 0x7d, 0xdc, 0x84, 0xbb, 0xbe, 0xf1, 0x5b, 0xf5, 0x5e, 0x7a, 0x2a, 0x2c, 0x72, 0xbe, 0x95, 0x8e, 0x06, 0xf4, 0x25, 0x45, 0x02, 0xbc, 0x2a, 0x08, 0x8f, 0xcb, 0x5e, 0x47, 0x0e, 0x89, 0x5d, 0x93, 0x79, 0x8f, 0x5d, 0xde, 0x87, 0xf0, 0xb5, 0x52, 0x09, 0xd1, 0xd4, 0x86, 0xa2, 0xd2, 0x1d, 0x08, 0x8a, 0x74, 0x9e } } }; static const struct cckprng_op_refresh op_refresh_4228 = { .hd = { .id = 3994, .kind = OP_REFRESH }, .rand = 16412131794976845143ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4229[] = { (const struct cckprng_op *)&op_init_4213, (const struct cckprng_op *)&op_reseed_4214, (const struct cckprng_op *)&op_init_4215, (const struct cckprng_op *)&op_refresh_4216, (const struct cckprng_op *)&op_refresh_4217, (const struct cckprng_op *)&op_refresh_4218, (const struct cckprng_op *)&op_reseed_4219, (const struct cckprng_op *)&op_refresh_4220, (const struct cckprng_op *)&op_refresh_4221, (const struct cckprng_op *)&op_refresh_4222, (const struct cckprng_op *)&op_reseed_4223, (const struct cckprng_op *)&op_reseed_4224, (const struct cckprng_op *)&op_refresh_4225, (const struct cckprng_op *)&op_init_4226, (const struct cckprng_op *)&op_init_4227, (const struct cckprng_op *)&op_refresh_4228 }; static const struct cckprng_vector vec_4230 = { .id = 3995, .note = NULL, .nops = 16, .ops = ops_4229 }; static const struct cckprng_op_init op_init_4231 = { .hd = { .id = 3996, .kind = OP_INIT }, .seed = { 0xf4, 0x13, 0x4f, 0x41, 0xf6, 0xaf, 0xd7, 0xfe, 0xc5, 0x00, 0xa9, 0x80, 0x79, 0x87, 0x60, 0x25, 0xcd, 0x10, 0x59, 0x5e, 0xbf, 0x88, 0xcb, 0x9e, 0x94, 0xac, 0x9a, 0x10, 0x02, 0x26, 0x23, 0x57 }, .nonce = { 0x16, 0xba, 0xf3, 0x7c, 0xd1, 0xc9, 0x0c, 0xd4 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4232 = { .hd = { .id = 3997, .kind = OP_GENERATE }, .rand_nbytes = 114, .out = { .rand = { 0xb6, 0x76, 0x7a, 0xfd, 0xe4, 0xf8, 0xe4, 0x02, 0x10, 0x92, 0xe2, 0xe7, 0x01, 0xbc, 0x10, 0xb5, 0xbd, 0xe9, 0xd8, 0x2f, 0x70, 0x2d, 0x5d, 0x79, 0xe9, 0xaf, 0x0e, 0xa1, 0x6a, 0x11, 0xe4, 0xea, 0x68, 0xe5, 0x4e, 0x84, 0x14, 0xdb, 0x3d, 0x26, 0xc7, 0x55, 0xe5, 0xd2, 0xa8, 0xe1, 0x61, 0x51, 0x77, 0xe5, 0xd7, 0xf9, 0xcf, 0x50, 0xd9, 0x14, 0x2f, 0xad, 0x87, 0x4f, 0xd7, 0xf7, 0x27, 0x36, 0x1c, 0x41, 0xa0, 0xdf, 0x66, 0x7e, 0xe0, 0x0a, 0xd2, 0x3f, 0x79, 0xa4, 0xb0, 0x1c, 0xbb, 0x24, 0xf7, 0xd4, 0x39, 0x4f, 0xbc, 0x2e, 0x77, 0xd1, 0x1c, 0xf5, 0x71, 0x96, 0xe7, 0x42, 0x89, 0xa4, 0xeb, 0x77, 0x5f, 0xfc, 0x47, 0xb4, 0x0f, 0xf4, 0xf2, 0x61, 0x55, 0x36, 0x64, 0xa7, 0xc9, 0xcc, 0x32, 0x25 } } }; static const struct cckprng_op_generate op_init_4233 = { .hd = { .id = 3998, .kind = OP_GENERATE }, .rand_nbytes = 16, .out = { .rand = { 0x21, 0x40, 0xe8, 0xc7, 0x5f, 0xc6, 0xe4, 0x2c, 0xe0, 0x6c, 0x5d, 0xc4, 0x3d, 0xe0, 0x21, 0xf0 } } }; static const struct cckprng_op_reseed op_reseed_4234 = { .hd = { .id = 3999, .kind = OP_RESEED }, .nonce = 64886991782423939ULL, .seed_nbytes = 28, .seed = { 0xc6, 0x35, 0x44, 0x97, 0x46, 0x47, 0x0b, 0x62, 0x5b, 0xec, 0x8c, 0xfa, 0xc1, 0x14, 0x9a, 0x07, 0xc5, 0xeb, 0x0f, 0xa7, 0xce, 0x18, 0x6b, 0xc6, 0xbd, 0xf2, 0x9e, 0x08 } }; static const struct cckprng_op_reseed op_reseed_4235 = { .hd = { .id = 4000, .kind = OP_RESEED }, .nonce = 1858772627306077558ULL, .seed_nbytes = 152, .seed = { 0xe3, 0x38, 0xda, 0x88, 0x4f, 0xcd, 0x21, 0x13, 0x3a, 0x30, 0xd4, 0x4a, 0x14, 0x06, 0xa8, 0x9f, 0xb8, 0x68, 0xb8, 0xbb, 0xd3, 0x18, 0xd5, 0x5f, 0xab, 0x10, 0xec, 0x26, 0xf6, 0x7c, 0xe7, 0x1c, 0xcb, 0xc3, 0xe7, 0x75, 0xf6, 0xbc, 0xb9, 0xec, 0x87, 0xb6, 0xe8, 0x96, 0x4b, 0x67, 0x64, 0x12, 0xd3, 0x32, 0x53, 0xae, 0x96, 0x6d, 0x3d, 0x80, 0x0f, 0xa5, 0x4a, 0xe6, 0x14, 0x52, 0xad, 0xd6, 0x90, 0xdf, 0x0a, 0x1c, 0x41, 0x9f, 0x51, 0x8b, 0x2f, 0xa7, 0x99, 0x29, 0xde, 0x83, 0x80, 0x11, 0x12, 0x24, 0x64, 0xcd, 0xa2, 0x2e, 0xcb, 0xe2, 0x3a, 0xe1, 0xc4, 0xfa, 0x99, 0x5b, 0x4c, 0xbb, 0x93, 0xff, 0xb9, 0x3c, 0xbd, 0x3a, 0x75, 0x01, 0xf6, 0x50, 0xe5, 0x49, 0xce, 0xfe, 0x30, 0xec, 0x84, 0x08, 0x32, 0x1d, 0xea, 0x32, 0xa9, 0x8a, 0x9b, 0xba, 0x73, 0xad, 0x1c, 0x61, 0x28, 0x56, 0x29, 0xa4, 0x6a, 0x05, 0x04, 0xff, 0x72, 0x69, 0xcd, 0xba, 0xd6, 0x8c, 0x7c, 0x72, 0x47, 0x03, 0xd1, 0x91, 0x29, 0x5f, 0x36, 0xd0, 0x28, 0x40 } }; static const struct cckprng_op_reseed op_reseed_4236 = { .hd = { .id = 4001, .kind = OP_RESEED }, .nonce = 905092264957792212ULL, .seed_nbytes = 181, .seed = { 0x8a, 0x2d, 0x07, 0x4f, 0xe2, 0x58, 0x42, 0x72, 0x8f, 0x7e, 0xfa, 0xeb, 0x1a, 0x70, 0x3a, 0xd8, 0x8b, 0x7e, 0x8e, 0xaa, 0xca, 0xde, 0x87, 0xc5, 0x98, 0x0c, 0x17, 0x7e, 0x2b, 0x3c, 0x6d, 0xc8, 0x6d, 0x02, 0x89, 0xc7, 0x5f, 0xd3, 0xe4, 0x7e, 0x46, 0x37, 0xb6, 0xfa, 0xab, 0x54, 0xb0, 0x5c, 0x7a, 0xc8, 0xec, 0x96, 0x7d, 0x1b, 0x0e, 0xfb, 0xa8, 0xd3, 0xa5, 0x69, 0x46, 0x76, 0x56, 0xa5, 0xe3, 0xff, 0xcc, 0x9d, 0xeb, 0x1e, 0x48, 0xfb, 0xac, 0x4d, 0xa4, 0x11, 0xac, 0xc4, 0xec, 0xad, 0x87, 0x27, 0xc6, 0xd3, 0x97, 0x72, 0x8f, 0x55, 0xca, 0x2a, 0xeb, 0x7b, 0x2a, 0x69, 0x1a, 0x1b, 0x42, 0x83, 0x8d, 0xe1, 0xae, 0xde, 0x59, 0x0c, 0xea, 0x77, 0xf3, 0xe5, 0xcc, 0x16, 0xac, 0xaf, 0xc2, 0x6b, 0x08, 0xb5, 0x88, 0xe1, 0x6d, 0xa8, 0x30, 0x68, 0x66, 0xe5, 0x9f, 0xe7, 0x37, 0xc1, 0xf0, 0x20, 0x24, 0x71, 0xd8, 0x81, 0xf8, 0xa1, 0x64, 0x40, 0x31, 0xaa, 0x4a, 0xb4, 0xd7, 0xb9, 0x0d, 0x3c, 0x20, 0x0d, 0xea, 0xc5, 0xfa, 0x6f, 0xe1, 0x96, 0xb4, 0xf3, 0xf3, 0x66, 0x59, 0xb6, 0x86, 0xa2, 0x7b, 0x62, 0xca, 0x3e, 0x29, 0x37, 0xc1, 0x28, 0xde, 0xb7, 0x1d, 0x7c, 0x5e, 0x7b, 0x4d, 0x01, 0xba, 0xd6, 0xc1 } }; static const struct cckprng_op_refresh op_refresh_4237 = { .hd = { .id = 4002, .kind = OP_REFRESH }, .rand = 7666776680040515100ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4238 = { .hd = { .id = 4003, .kind = OP_REFRESH }, .rand = 13377858451927580163ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4239 = { .hd = { .id = 4004, .kind = OP_REFRESH }, .rand = 15127459210793337192ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4240 = { .hd = { .id = 4005, .kind = OP_REFRESH }, .rand = 7522686384728122466ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4241 = { .hd = { .id = 4006, .kind = OP_REFRESH }, .rand = 17704261593259032809ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4242 = { .hd = { .id = 4007, .kind = OP_GENERATE }, .rand_nbytes = 194, .out = { .rand = { 0x17, 0xab, 0x81, 0xca, 0xae, 0xb8, 0x0e, 0x6f, 0xe0, 0x4b, 0x4f, 0x9a, 0x70, 0x3f, 0xe4, 0xdb, 0x1a, 0x33, 0xfa, 0x9c, 0xf1, 0x53, 0xc3, 0x72, 0xb1, 0xbb, 0x3a, 0x86, 0x22, 0x1c, 0x29, 0xa6, 0x24, 0x44, 0x4c, 0xb0, 0xa4, 0x23, 0x5a, 0x90, 0xf9, 0x72, 0xad, 0xfb, 0xd1, 0xcf, 0xc6, 0x0e, 0x62, 0xa9, 0x44, 0x26, 0xe5, 0xdb, 0x57, 0xa6, 0x87, 0x5f, 0x22, 0xaf, 0xe1, 0xdb, 0x80, 0x27, 0xa0, 0x41, 0x18, 0x98, 0x5f, 0xd4, 0xa4, 0x05, 0x5c, 0x8e, 0x79, 0xe1, 0x49, 0x38, 0xd0, 0xd8, 0xc9, 0x39, 0xf0, 0xf5, 0x90, 0x45, 0x24, 0xcd, 0x7d, 0x16, 0x25, 0x53, 0xff, 0x33, 0xe9, 0x16, 0xd2, 0x3b, 0x94, 0xbc, 0xd0, 0x46, 0xc0, 0x4e, 0xe6, 0x49, 0x52, 0x78, 0xd8, 0x4a, 0xe1, 0x96, 0xa1, 0xa5, 0x63, 0x5c, 0xcd, 0xaa, 0x29, 0x90, 0x75, 0xac, 0xbd, 0xc1, 0x4a, 0xc8, 0xd7, 0x57, 0x75, 0x80, 0x55, 0x84, 0xa6, 0xae, 0x46, 0x99, 0x2b, 0x90, 0x1f, 0xfc, 0x9f, 0xfd, 0x39, 0x7e, 0x6f, 0xdc, 0x99, 0xf4, 0x1e, 0x6f, 0x28, 0x9a, 0xa6, 0x75, 0xc8, 0x7d, 0x19, 0xe4, 0x70, 0x2d, 0xf1, 0xf1, 0xc1, 0xbb, 0x3c, 0x93, 0x6b, 0x7c, 0xcf, 0xfd, 0x43, 0x13, 0x1e, 0xa3, 0xcd, 0x2d, 0x8f, 0x8d, 0x7f, 0xa5, 0x8c, 0xc1, 0x12, 0x28, 0x43, 0x25, 0x05, 0x1f, 0xa3, 0xdc, 0x15, 0xce, 0x0f, 0x61 } } }; static const struct cckprng_op_refresh op_refresh_4243 = { .hd = { .id = 4008, .kind = OP_REFRESH }, .rand = 3569342849142671367ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4244 = { .hd = { .id = 4009, .kind = OP_RESEED }, .nonce = 14259298799257698683ULL, .seed_nbytes = 19, .seed = { 0x7e, 0x5e, 0x69, 0x0c, 0x44, 0x80, 0x01, 0xf4, 0xc3, 0x70, 0x2f, 0x82, 0xcd, 0x04, 0xe1, 0xd7, 0x80, 0xa5, 0x00 } }; static const struct cckprng_op_refresh op_refresh_4245 = { .hd = { .id = 4010, .kind = OP_REFRESH }, .rand = 16393516287133680575ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4246 = { .hd = { .id = 4011, .kind = OP_RESEED }, .nonce = 11823279689985119054ULL, .seed_nbytes = 30, .seed = { 0x2b, 0x72, 0xf5, 0xa3, 0x98, 0x80, 0x01, 0x20, 0x4f, 0x84, 0xb6, 0x17, 0x1f, 0x38, 0x4d, 0x75, 0x58, 0xc3, 0x5c, 0x45, 0x94, 0x92, 0x2e, 0x8d, 0xbe, 0xdc, 0x72, 0x83, 0x01, 0x0a } }; static const struct cckprng_op *ops_4247[] = { (const struct cckprng_op *)&op_init_4231, (const struct cckprng_op *)&op_init_4232, (const struct cckprng_op *)&op_init_4233, (const struct cckprng_op *)&op_reseed_4234, (const struct cckprng_op *)&op_reseed_4235, (const struct cckprng_op *)&op_reseed_4236, (const struct cckprng_op *)&op_refresh_4237, (const struct cckprng_op *)&op_refresh_4238, (const struct cckprng_op *)&op_refresh_4239, (const struct cckprng_op *)&op_refresh_4240, (const struct cckprng_op *)&op_refresh_4241, (const struct cckprng_op *)&op_init_4242, (const struct cckprng_op *)&op_refresh_4243, (const struct cckprng_op *)&op_reseed_4244, (const struct cckprng_op *)&op_refresh_4245, (const struct cckprng_op *)&op_reseed_4246 }; static const struct cckprng_vector vec_4248 = { .id = 4012, .note = NULL, .nops = 16, .ops = ops_4247 }; static const struct cckprng_op_init op_init_4249 = { .hd = { .id = 4013, .kind = OP_INIT }, .seed = { 0x8a, 0x7a, 0xcc, 0x96, 0xc6, 0xad, 0xb9, 0x62, 0xd4, 0x80, 0x80, 0x3d, 0x3e, 0xc3, 0x4b, 0xd4, 0xa4, 0x00, 0x1d, 0x17, 0xe4, 0x61, 0x31, 0x27, 0xc0, 0x4b, 0x22, 0xc4, 0x4b, 0x3b, 0x1f, 0x86 }, .nonce = { 0x28, 0xfa, 0xbd, 0x15, 0xcd, 0x3c, 0xa6, 0x34 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4250 = { .hd = { .id = 4014, .kind = OP_REFRESH }, .rand = 8884204675636210992ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4251 = { .hd = { .id = 4015, .kind = OP_RESEED }, .nonce = 11344440755022321444ULL, .seed_nbytes = 114, .seed = { 0xd7, 0xc9, 0x24, 0xd5, 0xc1, 0xb0, 0xdf, 0xf7, 0xf6, 0x9d, 0xca, 0x17, 0xec, 0x03, 0xd9, 0x50, 0xee, 0x77, 0x2a, 0x45, 0xed, 0xf5, 0x80, 0xaa, 0xab, 0x9d, 0xef, 0xeb, 0xa6, 0x83, 0x86, 0x34, 0x03, 0x3d, 0x4d, 0xc6, 0x5c, 0x99, 0x1e, 0xfe, 0x16, 0xd4, 0x13, 0xcf, 0xf9, 0xb4, 0x75, 0x07, 0xc2, 0x04, 0x0f, 0xe3, 0x15, 0x0d, 0xa3, 0x60, 0xae, 0x2d, 0x5b, 0x8a, 0x55, 0xa7, 0x66, 0xa6, 0xb9, 0x8d, 0xf6, 0x3e, 0x7a, 0xa9, 0x5e, 0x9c, 0xe9, 0x10, 0xd7, 0x1d, 0x63, 0x55, 0x2f, 0x87, 0xd6, 0xe2, 0xc2, 0x98, 0x25, 0xd3, 0xff, 0xa7, 0xc6, 0x78, 0x5c, 0x1f, 0x26, 0x11, 0xf7, 0xc6, 0x64, 0xc0, 0x47, 0xa6, 0x40, 0xe2, 0xe6, 0x18, 0x19, 0x11, 0x45, 0x17, 0x52, 0x0d, 0xa3, 0x2c, 0x22, 0xd3 } }; static const struct cckprng_op_reseed op_reseed_4252 = { .hd = { .id = 4016, .kind = OP_RESEED }, .nonce = 12451139892125662180ULL, .seed_nbytes = 201, .seed = { 0x07, 0xfb, 0x4d, 0xe1, 0x9f, 0xb5, 0x8e, 0x19, 0x07, 0x90, 0xdd, 0x2f, 0x11, 0x24, 0xb9, 0xc6, 0xcf, 0x0a, 0x33, 0x55, 0x89, 0xab, 0x9d, 0x72, 0x19, 0x15, 0x3f, 0x85, 0x4c, 0x0a, 0x65, 0x06, 0x03, 0x15, 0x37, 0xd1, 0xf9, 0xff, 0x8d, 0x78, 0x03, 0xd8, 0x15, 0x6a, 0xc3, 0x20, 0xd4, 0x7f, 0xd8, 0x29, 0xf7, 0x33, 0xfd, 0x45, 0xa0, 0x06, 0x37, 0xe0, 0x92, 0x7d, 0xc2, 0x12, 0x61, 0xb0, 0xfb, 0xae, 0xd2, 0x84, 0x7c, 0x12, 0x4d, 0x0c, 0xaa, 0x10, 0x57, 0xd3, 0x35, 0xee, 0xa4, 0xa2, 0xdd, 0xb2, 0xa8, 0xb3, 0x54, 0x38, 0x5a, 0x6d, 0xdb, 0x98, 0x02, 0x91, 0xd9, 0xa0, 0x96, 0x28, 0xd2, 0x28, 0x68, 0x70, 0x08, 0x49, 0x5c, 0x3c, 0x53, 0x7d, 0x8a, 0xa0, 0x68, 0x6c, 0xdb, 0x27, 0x3c, 0xee, 0x0f, 0x42, 0xa5, 0x98, 0x50, 0xe2, 0x7b, 0x85, 0x39, 0xf4, 0xa5, 0xca, 0x66, 0x7d, 0x11, 0x0c, 0xf6, 0xda, 0xe1, 0x76, 0x20, 0x57, 0x46, 0x68, 0x84, 0x3e, 0xbd, 0x88, 0x2e, 0x8f, 0x89, 0x48, 0x75, 0xf8, 0x1b, 0x38, 0x33, 0x75, 0x4f, 0xaa, 0xe5, 0x00, 0x22, 0x7a, 0xc0, 0xa2, 0x8c, 0x9a, 0x71, 0x23, 0x02, 0x62, 0xe5, 0x64, 0xf2, 0xd6, 0x77, 0x43, 0xf8, 0x75, 0x4e, 0xa6, 0x76, 0xb6, 0x3f, 0x21, 0x62, 0x8b, 0xe1, 0xb2, 0x5d, 0x02, 0x66, 0xb2, 0x3e, 0x89, 0x53, 0x30, 0x8d, 0x4d, 0xf2, 0x3a, 0x53, 0xc0, 0x16, 0xdf, 0xe5 } }; static const struct cckprng_op_generate op_init_4253 = { .hd = { .id = 4017, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0xd9, 0xa5, 0xb3, 0xa5, 0x43, 0xe4, 0x5b, 0xe8, 0xe4, 0x57, 0x38, 0xd1, 0xf3, 0x03, 0x24, 0xb0, 0xcc, 0x22, 0x60, 0xb3, 0xa4, 0x9f, 0x57, 0xb8, 0xd5, 0x80, 0xc9, 0x64, 0x00, 0x08, 0x55, 0xbf, 0x83, 0x35, 0xbd, 0x31, 0xfb, 0xfd, 0x08, 0x6d, 0xc8, 0xb9, 0xb1, 0xba, 0xbd, 0xac, 0x13, 0x87, 0x00, 0x15, 0x95, 0x09, 0xb9, 0xe8, 0x1c, 0x2b, 0x99, 0xb1, 0xb0, 0x35, 0x6f, 0x80, 0x1f, 0xb8, 0x96, 0x62, 0xc3, 0xc5, 0x3a, 0x3c, 0x26, 0x1c, 0xc3, 0x1e, 0xcf, 0x47, 0x2d, 0x59, 0x5f, 0x6a, 0x58, 0xd0, 0xba, 0x64, 0x94, 0x12, 0xde, 0x4e, 0x63, 0x49, 0xdb, 0x85, 0x3c, 0xa0, 0x33, 0x19, 0x6a, 0x5d, 0x14, 0x8b, 0xcd, 0x74, 0xf3, 0xb5, 0x69, 0x4e, 0xe1, 0x80, 0x04, 0x5e, 0xd5, 0x08, 0x70, 0xb8, 0xc7, 0x6b, 0xef, 0xfe, 0x65, 0x78, 0x01, 0x95, 0x49, 0x7c, 0x45, 0x3b, 0xe4, 0x43, 0xf4, 0x2e, 0xdb, 0x6e, 0x2d, 0x62, 0x1e, 0x05, 0x3c, 0x55, 0x67, 0x89, 0x5a, 0xc9, 0x47, 0xa0, 0x34, 0x16, 0x75, 0x7f, 0x2f, 0xb2, 0x33, 0x51, 0x8d, 0x80, 0x22, 0x38, 0x58, 0x0c, 0xd3, 0x78, 0x97, 0xb6, 0x4f, 0x1a, 0xbb, 0xb7 } } }; static const struct cckprng_op_refresh op_refresh_4254 = { .hd = { .id = 4018, .kind = OP_REFRESH }, .rand = 9561424854059988456ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4255 = { .hd = { .id = 4019, .kind = OP_REFRESH }, .rand = 6033367987122707847ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4256 = { .hd = { .id = 4020, .kind = OP_REFRESH }, .rand = 14838790748538161497ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4257 = { .hd = { .id = 4021, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0x5a, 0xc6, 0x05, 0x61, 0xf4, 0xdc, 0x5b, 0x5f, 0xb4, 0x08, 0x5d, 0xfd, 0xf9, 0x1b, 0xe5, 0xf4, 0xc5, 0x3f, 0x6b, 0xe8, 0x81, 0x53, 0x5a, 0x11, 0xb5, 0x87, 0x53, 0x76, 0x67, 0x01, 0x3a, 0xb1, 0x1b, 0xe0, 0x76, 0xa3, 0xa7, 0x97, 0x84, 0x57, 0x68, 0x61, 0xa3, 0x2e, 0xce, 0xff, 0x06, 0x1f, 0x77, 0x76, 0xa6, 0x8b, 0x88, 0x72, 0x8d, 0xe2, 0xd9, 0x7d, 0x51, 0x53, 0xff, 0x35, 0xb8 } } }; static const struct cckprng_op_generate op_init_4258 = { .hd = { .id = 4022, .kind = OP_GENERATE }, .rand_nbytes = 115, .out = { .rand = { 0x27, 0x64, 0xed, 0x19, 0xfb, 0x2d, 0xb4, 0x67, 0xb1, 0x54, 0xeb, 0xc0, 0xf3, 0x47, 0x84, 0xd0, 0x07, 0x31, 0x9d, 0xc3, 0x9e, 0x1c, 0xdf, 0x64, 0x61, 0x6b, 0xc0, 0xc8, 0x20, 0x9c, 0x62, 0xb0, 0x33, 0xb9, 0x91, 0x81, 0xb4, 0x9a, 0xa3, 0xd2, 0x67, 0x36, 0x48, 0x5c, 0xda, 0xe5, 0x63, 0x1e, 0xe8, 0x61, 0x24, 0xaf, 0x01, 0xde, 0x7d, 0x05, 0x83, 0x0a, 0xc7, 0x17, 0xf6, 0x08, 0x28, 0x71, 0x51, 0xdc, 0x3a, 0x7a, 0xbb, 0x29, 0x87, 0x13, 0x71, 0xbd, 0xed, 0x1e, 0xc0, 0xe2, 0x08, 0x49, 0xfc, 0xd4, 0xf4, 0xa7, 0x63, 0xe2, 0x8a, 0x62, 0x77, 0xc0, 0x02, 0xd5, 0x4b, 0x14, 0x05, 0x05, 0x53, 0xef, 0x11, 0x63, 0x70, 0x4a, 0x6f, 0x8a, 0x87, 0xfb, 0xbe, 0x15, 0xcf, 0x1b, 0xb2, 0x7e, 0xf9, 0x75, 0x2e } } }; static const struct cckprng_op_reseed op_reseed_4259 = { .hd = { .id = 4023, .kind = OP_RESEED }, .nonce = 3645610104716984368ULL, .seed_nbytes = 167, .seed = { 0x90, 0x92, 0x1a, 0x2d, 0x11, 0x46, 0x22, 0x0c, 0x64, 0x68, 0x21, 0x11, 0xb5, 0xfc, 0xb2, 0x25, 0xe5, 0x2d, 0xf0, 0xf9, 0xbd, 0x49, 0x88, 0xe2, 0x82, 0x4c, 0x75, 0xe0, 0x99, 0xcc, 0x67, 0xb4, 0x20, 0x6c, 0x4d, 0xe9, 0x97, 0x65, 0xfd, 0x52, 0x71, 0x22, 0x50, 0x0e, 0x39, 0x52, 0xc1, 0x4c, 0xe1, 0x42, 0xca, 0xbc, 0x86, 0xe0, 0x22, 0xb1, 0x88, 0xee, 0xe4, 0x65, 0x26, 0x2c, 0x07, 0xff, 0x60, 0x03, 0xdb, 0xbd, 0xfa, 0x29, 0x4c, 0xf7, 0xe8, 0x6c, 0x90, 0xe4, 0x99, 0xc1, 0x7f, 0x5d, 0xf3, 0x0c, 0x4a, 0x1d, 0x3e, 0x38, 0x70, 0x92, 0x73, 0x95, 0x22, 0x38, 0x10, 0xd1, 0xe9, 0x44, 0x12, 0xbb, 0xd8, 0x47, 0x40, 0x1c, 0xa4, 0x1b, 0x41, 0x8a, 0xf5, 0x0c, 0x9f, 0xe7, 0x22, 0x4a, 0x2c, 0x79, 0x1a, 0x6c, 0xf4, 0x0d, 0x68, 0xf5, 0x86, 0xe1, 0x81, 0x4c, 0x70, 0x76, 0xe5, 0x84, 0x82, 0xa8, 0x7d, 0x17, 0xfa, 0x1d, 0xc6, 0xe5, 0x52, 0xc2, 0x10, 0x35, 0x42, 0x05, 0x86, 0xb1, 0xb0, 0x86, 0xf7, 0xb8, 0x79, 0x05, 0x68, 0xe4, 0xd6, 0x4d, 0xea, 0x40, 0x8f, 0x03, 0x4a, 0x06, 0x56, 0x0c, 0xa0, 0xff, 0x63, 0xcd, 0xab } }; static const struct cckprng_op_generate op_init_4260 = { .hd = { .id = 4024, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0xfd, 0xeb, 0x96, 0x8b, 0xec, 0x08, 0xef, 0x8f, 0x99, 0x7b, 0x97, 0x52, 0x47, 0x46 } } }; static const struct cckprng_op_reseed op_reseed_4261 = { .hd = { .id = 4025, .kind = OP_RESEED }, .nonce = 7513826143330901935ULL, .seed_nbytes = 263, .seed = { 0x24, 0xb1, 0x18, 0xa4, 0x56, 0xb5, 0x19, 0x54, 0x04, 0xb2, 0x96, 0x04, 0x8b, 0x30, 0x53, 0xff, 0xcd, 0x46, 0x57, 0x2b, 0x37, 0x4c, 0x4f, 0xff, 0x2b, 0xf5, 0xc9, 0x03, 0xaf, 0x11, 0x92, 0xb1, 0xff, 0xad, 0xec, 0xb5, 0x64, 0xcc, 0xec, 0xf4, 0xb4, 0x3f, 0xd2, 0xfe, 0x44, 0xaf, 0xf2, 0x27, 0x04, 0x5c, 0x4f, 0xb2, 0x44, 0xcd, 0x98, 0x22, 0xff, 0x5b, 0x12, 0x69, 0x4a, 0xa8, 0xcb, 0xad, 0x39, 0x9c, 0xb8, 0x58, 0x08, 0x9a, 0xee, 0xc9, 0x36, 0x99, 0xb5, 0x7e, 0xe4, 0x43, 0x63, 0x20, 0x3b, 0x79, 0x7f, 0xdd, 0x1e, 0xd0, 0x25, 0x6a, 0xcb, 0x00, 0x6f, 0xfd, 0xc5, 0xd2, 0x33, 0x69, 0x3b, 0xa3, 0x02, 0x61, 0x26, 0x0e, 0x6f, 0x9a, 0x80, 0x5f, 0x3c, 0xfa, 0xd1, 0x0c, 0x13, 0x79, 0xed, 0x27, 0x43, 0x89, 0x15, 0xc7, 0x68, 0x03, 0x11, 0x4d, 0x35, 0x42, 0x9f, 0x58, 0x0a, 0x81, 0xb3, 0x09, 0x2c, 0x96, 0xe5, 0x85, 0x54, 0x8f, 0xc6, 0xc5, 0x3a, 0x49, 0x64, 0x44, 0x38, 0xbf, 0x42, 0xda, 0x6d, 0xe0, 0x74, 0x88, 0x0a, 0x7a, 0x43, 0x5b, 0xa2, 0x51, 0x56, 0x73, 0x9c, 0x70, 0x79, 0x79, 0x8e, 0x65, 0x52, 0xe7, 0xef, 0x36, 0x8b, 0x72, 0x11, 0x7e, 0x6a, 0x9f, 0xd6, 0x84, 0xa4, 0x90, 0xbe, 0x44, 0x6c, 0x4a, 0xc3, 0xf7, 0x49, 0xac, 0x54, 0x7d, 0xe2, 0x29, 0x93, 0x71, 0x29, 0x51, 0x2d, 0x53, 0x33, 0x67, 0x44, 0xf3, 0xa8, 0xf9, 0x86, 0x64, 0x56, 0x4b, 0x91, 0xbf, 0x5b, 0x2a, 0x27, 0xa3, 0x32, 0xe0, 0xc7, 0xab, 0xf3, 0xf1, 0xb1, 0x67, 0x88, 0xe0, 0xa4, 0x90, 0xc0, 0x1e, 0xfc, 0x49, 0x94, 0x23, 0xd2, 0x58, 0x3d, 0xd6, 0x32, 0x00, 0xb2, 0xa3, 0x25, 0xf5, 0xf9, 0xd9, 0x17, 0x89, 0xa2, 0x44, 0x1a, 0xd7, 0x16, 0xf7, 0xbd, 0xf4, 0x89, 0xfa, 0x7b, 0xaf, 0x85, 0xb5, 0xf1, 0x2f, 0xa7, 0x17, 0xb3 } }; static const struct cckprng_op_generate op_init_4262 = { .hd = { .id = 4026, .kind = OP_GENERATE }, .rand_nbytes = 4, .out = { .rand = { 0x96, 0xcc, 0xe8, 0xdb } } }; static const struct cckprng_op_generate op_init_4263 = { .hd = { .id = 4027, .kind = OP_GENERATE }, .rand_nbytes = 267, .out = { .rand = { 0xc8, 0x40, 0xe2, 0xe2, 0x85, 0xfe, 0x6b, 0x5a, 0x8e, 0xb9, 0x71, 0x8c, 0xa7, 0x6b, 0x01, 0xb3, 0xb8, 0x71, 0xfd, 0x61, 0xf5, 0xfd, 0xd6, 0xaa, 0x23, 0x65, 0x64, 0x3f, 0x25, 0x62, 0x27, 0x65, 0xae, 0x3a, 0x07, 0xf7, 0x40, 0x8f, 0x30, 0x0c, 0x65, 0xad, 0x8a, 0xa6, 0xd6, 0x7f, 0xa7, 0x5a, 0xfc, 0x79, 0x6c, 0x08, 0x40, 0x2e, 0x2a, 0xcf, 0xad, 0x75, 0x5a, 0x61, 0x6a, 0x9c, 0x98, 0xe1, 0x21, 0x37, 0xc1, 0xc3, 0xc0, 0x47, 0x56, 0x96, 0x94, 0x2b, 0x68, 0x69, 0x88, 0x8c, 0xb1, 0xe2, 0xa6, 0xe1, 0x3f, 0xe3, 0x84, 0x4b, 0xcc, 0x15, 0x4b, 0xb6, 0x17, 0x85, 0x29, 0x1c, 0x6d, 0x1c, 0xad, 0xb0, 0x8b, 0x34, 0x44, 0x24, 0x8b, 0x35, 0x36, 0x36, 0x32, 0x30, 0xf5, 0xe5, 0x38, 0x57, 0xa4, 0x51, 0xf5, 0xa2, 0xf5, 0x46, 0x53, 0x50, 0xce, 0xd0, 0x87, 0x9f, 0x3a, 0xec, 0x37, 0x87, 0xaf, 0x24, 0xe4, 0x7b, 0x3c, 0xa2, 0x49, 0x3d, 0xa2, 0x11, 0x9b, 0x45, 0xe0, 0x65, 0xaa, 0xd8, 0x61, 0x4b, 0xf4, 0x63, 0xb8, 0xda, 0x4b, 0xb5, 0x37, 0x13, 0xdb, 0xbf, 0x84, 0xa9, 0x5d, 0xef, 0x9d, 0xc5, 0x67, 0x05, 0x7a, 0x3e, 0x1b, 0x1c, 0x13, 0x67, 0x45, 0x62, 0x1b, 0x56, 0xfb, 0x69, 0x27, 0x88, 0x11, 0x21, 0xf5, 0x7a, 0x58, 0x79, 0x7f, 0x90, 0x84, 0x9a, 0xe2, 0xf2, 0x2f, 0x67, 0x86, 0x4e, 0xc0, 0x94, 0xc8, 0xe4, 0x92, 0x8a, 0x18, 0x57, 0x87, 0x30, 0xc5, 0x11, 0xad, 0x08, 0x0a, 0x5a, 0x6b, 0x73, 0x70, 0xc9, 0xab, 0xd0, 0x20, 0x50, 0x32, 0x84, 0x8c, 0x3b, 0xed, 0xdb, 0xbc, 0x7a, 0x62, 0xf7, 0x33, 0x4e, 0x8e, 0x73, 0xbb, 0x7b, 0xb1, 0x24, 0x52, 0x8d, 0x5e, 0x5f, 0x5b, 0x98, 0x52, 0xa5, 0x18, 0xc5, 0x9f, 0x30, 0xb5, 0xce, 0xa1, 0x8b, 0x05, 0xe0, 0xdf, 0x33, 0x8c, 0xc4, 0x7d, 0x4d, 0x21, 0x9e, 0x5e, 0xf6, 0xf0, 0x33, 0xcb } } }; static const struct cckprng_op_generate op_init_4264 = { .hd = { .id = 4028, .kind = OP_GENERATE }, .rand_nbytes = 124, .out = { .rand = { 0x61, 0x68, 0x27, 0xd5, 0xcc, 0x88, 0x81, 0x6f, 0xb0, 0x14, 0xe2, 0x12, 0xbc, 0x42, 0x10, 0xfb, 0xab, 0xcc, 0x9a, 0xe9, 0x2b, 0x25, 0x83, 0x67, 0xb8, 0x7d, 0x41, 0x32, 0xec, 0x04, 0x39, 0x23, 0x70, 0xde, 0x77, 0x05, 0x11, 0xa4, 0x07, 0x69, 0x98, 0x13, 0xe3, 0xe8, 0x1a, 0x2e, 0x9e, 0xb8, 0x59, 0x7d, 0xd3, 0xd4, 0x21, 0xab, 0x95, 0x12, 0xce, 0xe2, 0xe9, 0x70, 0xa2, 0xb3, 0x1d, 0xdb, 0x3c, 0x6d, 0x41, 0xfa, 0xc5, 0x1e, 0x50, 0x2c, 0x44, 0xf6, 0x05, 0x2f, 0x0e, 0xf8, 0x2a, 0x16, 0xe3, 0x85, 0x6b, 0x86, 0xa3, 0xee, 0x4d, 0x47, 0x9c, 0x02, 0xba, 0x0a, 0x8a, 0x1d, 0x51, 0xc7, 0x8c, 0xa3, 0xcd, 0xc1, 0x9a, 0x19, 0x0a, 0x27, 0xc6, 0x64, 0x1b, 0xd1, 0xda, 0xcd, 0x27, 0x30, 0x04, 0x20, 0x74, 0x17, 0xcd, 0x13, 0xa3, 0x25, 0x17, 0xc8, 0xfe, 0x1e } } }; static const struct cckprng_op *ops_4265[] = { (const struct cckprng_op *)&op_init_4249, (const struct cckprng_op *)&op_refresh_4250, (const struct cckprng_op *)&op_reseed_4251, (const struct cckprng_op *)&op_reseed_4252, (const struct cckprng_op *)&op_init_4253, (const struct cckprng_op *)&op_refresh_4254, (const struct cckprng_op *)&op_refresh_4255, (const struct cckprng_op *)&op_refresh_4256, (const struct cckprng_op *)&op_init_4257, (const struct cckprng_op *)&op_init_4258, (const struct cckprng_op *)&op_reseed_4259, (const struct cckprng_op *)&op_init_4260, (const struct cckprng_op *)&op_reseed_4261, (const struct cckprng_op *)&op_init_4262, (const struct cckprng_op *)&op_init_4263, (const struct cckprng_op *)&op_init_4264 }; static const struct cckprng_vector vec_4266 = { .id = 4029, .note = NULL, .nops = 16, .ops = ops_4265 }; static const struct cckprng_op_init op_init_4267 = { .hd = { .id = 4030, .kind = OP_INIT }, .seed = { 0xbd, 0xcb, 0xed, 0xe0, 0x9a, 0x7c, 0x93, 0x63, 0xd9, 0x8f, 0xa8, 0x68, 0xf1, 0x55, 0x6d, 0x56, 0xbf, 0x54, 0xe1, 0x0f, 0xca, 0xc8, 0x3d, 0xe0, 0x2f, 0x9b, 0xe4, 0x96, 0xe1, 0x07, 0xf2, 0xf0 }, .nonce = { 0x23, 0xe5, 0xea, 0x49, 0x92, 0xb2, 0x3a, 0xe8 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4268 = { .hd = { .id = 4031, .kind = OP_GENERATE }, .rand_nbytes = 111, .out = { .rand = { 0xd1, 0x7b, 0xa8, 0x2a, 0x35, 0xda, 0x8e, 0x5d, 0x41, 0x4a, 0x7c, 0xc0, 0xec, 0x27, 0xfb, 0x2c, 0xf4, 0x54, 0x32, 0x79, 0xe6, 0xaa, 0x0f, 0x3a, 0x71, 0xdc, 0x78, 0xfb, 0x17, 0x0a, 0x32, 0x70, 0x16, 0xc3, 0x42, 0x4b, 0x7c, 0x8d, 0xe3, 0x2f, 0x5b, 0x6a, 0xa8, 0x87, 0xa4, 0xce, 0xe9, 0x15, 0x2a, 0x5f, 0x93, 0xaa, 0xee, 0xd9, 0x99, 0xb3, 0x42, 0x63, 0x78, 0x3f, 0x07, 0x80, 0x4d, 0xe0, 0xed, 0x03, 0x45, 0xc7, 0x44, 0x2b, 0xdf, 0xbc, 0x94, 0x6d, 0x22, 0xd4, 0x0a, 0xc4, 0x37, 0x92, 0x3e, 0x60, 0x22, 0x42, 0x43, 0x62, 0x9b, 0x55, 0x55, 0x8a, 0x59, 0xac, 0x9c, 0x74, 0xdc, 0xbe, 0x9c, 0xc5, 0xbc, 0xc1, 0x72, 0x92, 0xb2, 0x3e, 0xf8, 0x78, 0x00, 0xd0, 0x9b, 0x06, 0x67 } } }; static const struct cckprng_op_generate op_init_4269 = { .hd = { .id = 4032, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0x9e, 0x35, 0xf3, 0x03, 0x2d, 0x4b, 0xc3, 0x43, 0xd2, 0xad, 0xb6, 0xf7, 0x7f, 0xb4, 0x26, 0xcf, 0x79, 0x03, 0x21, 0x0c, 0xc7, 0x08, 0xf9, 0xd1, 0x02, 0xfd, 0x84, 0xd6, 0xb3, 0x52, 0x0c, 0xc1, 0xdc, 0x41, 0x97, 0xc5, 0x1c, 0xea, 0x36, 0x6b, 0x7f, 0xe8, 0xa3, 0xe5, 0x9c, 0xad, 0x70, 0xd5, 0xfe, 0x2a, 0xe8, 0xef, 0xed, 0xb1, 0x8a, 0xa2, 0x42, 0xa6, 0x6d, 0x7a, 0x9d, 0x6c, 0xbc, 0xec, 0x54, 0x2f, 0xb8, 0xd0, 0x34, 0x08, 0x65, 0x95, 0xe4, 0x07, 0x80, 0x38, 0x1a, 0x46, 0xbd, 0x0f, 0x4a, 0x71, 0xe0, 0x54, 0x12, 0xc0, 0x26, 0x28, 0x23, 0x3d, 0x3c, 0x6f, 0xa1, 0xbc, 0x67, 0xa9, 0x13, 0xbd, 0xea, 0x5e, 0xc4, 0x49, 0x10, 0x93, 0x61, 0x28, 0x01, 0x6c, 0xcb, 0x21, 0xd0, 0xe2, 0xc8, 0xbe, 0x3b, 0xa9, 0x98, 0x7e, 0x42, 0x1f, 0xb3, 0xd9, 0x11, 0x2c, 0x41, 0xcf, 0x6b, 0x2e, 0x4f, 0x6a, 0x8a, 0x1f, 0xbb, 0x76, 0x9c, 0x82, 0xb1, 0xbb, 0xe6, 0xbd, 0x84, 0xb8, 0xdf, 0xb7, 0x21, 0x59, 0xdf, 0x22, 0xb1, 0xee, 0xf0, 0x2f, 0x8b, 0x1e, 0xca, 0x23, 0x84 } } }; static const struct cckprng_op_refresh op_refresh_4270 = { .hd = { .id = 4033, .kind = OP_REFRESH }, .rand = 3353175432650435810ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4271 = { .hd = { .id = 4034, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0xbd, 0x56, 0xea, 0x94, 0xc3, 0x83, 0x38, 0x81, 0xe3, 0x79, 0x66, 0xda, 0x07, 0xf8, 0x45, 0x86, 0x9f, 0x4f, 0xca, 0xd3, 0x65, 0xae, 0x34, 0x85, 0x51, 0x51, 0x8f, 0x3d, 0x8f, 0x63, 0xbc, 0xe5, 0x34, 0x47, 0x56, 0xc7, 0x2f, 0xf0, 0xfc, 0x47, 0x2f, 0x66, 0x17, 0x1e, 0x0c, 0x78, 0xc0, 0xef, 0xb7, 0x53, 0x7e, 0x56, 0xf5, 0x49, 0xd9, 0xea, 0x71, 0x0c, 0x15, 0x90, 0xbe, 0xb7, 0x99, 0x7d, 0xc7, 0xf5, 0x3d, 0x2d, 0x2b, 0x23, 0x8c, 0x96, 0x23, 0x14, 0x57, 0xf7, 0x86, 0x82, 0x24, 0x20, 0x13, 0x19, 0x0f, 0x14, 0xb1, 0x90, 0x70, 0xa4, 0x87, 0xaa, 0x0a, 0x0d, 0xd7, 0xc6, 0xb4, 0xd3, 0x01, 0x41, 0x00, 0x64, 0x02, 0xb7, 0x09, 0x85, 0xa9, 0x35, 0xb5, 0x4a, 0x76, 0x12, 0x09, 0xe7, 0x12, 0xb7, 0xdb, 0xf9, 0xc4, 0xef, 0x75, 0xd8, 0xf3, 0x41, 0x11, 0xfb, 0xab, 0x14, 0xe5, 0xa7, 0x30, 0x13, 0x28, 0xfb, 0x83, 0x04, 0xfe, 0xcf, 0x14, 0x7c, 0xa4, 0x22, 0xa5, 0xac, 0x03, 0x6f, 0xec, 0x1a, 0x30, 0x8e, 0xb4, 0x30, 0x97, 0x65, 0x35, 0xfc, 0xb2, 0xd4, 0x0a, 0x4e, 0x01, 0xc6 } } }; static const struct cckprng_op_generate op_init_4272 = { .hd = { .id = 4035, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x7e, 0x49, 0x90, 0x0f, 0x17, 0x11, 0x93, 0x26, 0x6b, 0x24, 0x13, 0xcd, 0x3a, 0x18, 0xc2, 0xc6, 0xfe, 0xeb, 0xef, 0xa8, 0x39, 0xa0, 0x65, 0xad, 0xa5, 0xfb, 0xc5, 0x09, 0xf6, 0x7b, 0x59, 0x50, 0xc8, 0x68, 0x6d, 0x1f, 0x76, 0x00, 0x3c, 0xe8, 0x43, 0xc7, 0xac, 0x9e, 0xb7, 0x36, 0x47, 0x03, 0x17, 0x27, 0x79, 0x61, 0x67, 0x57, 0x74, 0x90, 0xe4, 0x89, 0x74, 0xd6, 0x7c, 0xfa, 0xa2, 0xaf, 0x57, 0xf7, 0xa0, 0x83, 0xb9, 0x97, 0x52, 0x1f, 0xe8, 0xef, 0xe6, 0x15, 0x68, 0x56, 0x0c, 0xe4, 0x6c, 0x34, 0xda, 0xa0, 0x7b, 0xb8, 0xa4, 0x34, 0xff, 0xc8, 0x7c, 0x4c, 0x78, 0xe8, 0x9d, 0x41, 0x7a, 0x43, 0xa9, 0xf0, 0xb0, 0x7a, 0x13, 0x64, 0x35, 0xfe, 0xb4, 0x36, 0xd9, 0x8c, 0xe3, 0xb7, 0x58, 0x68, 0x51, 0x37, 0x86, 0xec, 0x2d, 0x43, 0xbc, 0xcc, 0x0c, 0xcc, 0x8f, 0x94, 0x5f, 0x78, 0x4d, 0xd2, 0x0d, 0x1b, 0xdc, 0x07, 0xeb, 0x47, 0x78, 0x39, 0x3a, 0xc0, 0x86, 0x4e, 0xa5, 0xb4, 0x49, 0x39, 0x7f, 0x42, 0xe1, 0x6d, 0x7d, 0x31, 0x11, 0x8f, 0x06, 0xf6, 0x56, 0xb4, 0x0b, 0x99, 0xa6, 0x1c, 0xa6, 0x4b, 0xe5, 0x0e } } }; static const struct cckprng_op_reseed op_reseed_4273 = { .hd = { .id = 4036, .kind = OP_RESEED }, .nonce = 1690699302769122270ULL, .seed_nbytes = 210, .seed = { 0xdf, 0x25, 0x66, 0xaf, 0x98, 0x18, 0xda, 0x15, 0x75, 0x2c, 0xf9, 0x5c, 0x88, 0xa1, 0x08, 0x70, 0x35, 0xcc, 0xee, 0x92, 0xe0, 0x4c, 0xcb, 0x57, 0xd7, 0x6e, 0xef, 0x65, 0x2e, 0x7f, 0x5e, 0xcc, 0x00, 0x0e, 0xda, 0x1d, 0xfc, 0xe1, 0x73, 0x94, 0x2a, 0x44, 0xfa, 0x4d, 0xc7, 0x97, 0x7d, 0x03, 0x3f, 0xfd, 0x15, 0xf1, 0x23, 0x08, 0x4c, 0xb0, 0x5d, 0x66, 0x0f, 0xb3, 0x9d, 0x17, 0x65, 0x3d, 0xd6, 0x83, 0xba, 0x4a, 0x81, 0x29, 0x76, 0xde, 0x80, 0x1f, 0xcd, 0xa2, 0x4d, 0xc2, 0xd3, 0xf1, 0x91, 0x15, 0x8c, 0x4e, 0xbf, 0xb6, 0x4f, 0x15, 0xf8, 0xb6, 0xd6, 0xa5, 0xa9, 0xd4, 0x62, 0x19, 0x46, 0x2d, 0x0c, 0x69, 0xa1, 0xa8, 0x0b, 0x10, 0x43, 0x61, 0x74, 0xe1, 0x96, 0xbe, 0xde, 0xad, 0xdd, 0x30, 0xb2, 0x1a, 0xa8, 0x67, 0xf3, 0x6b, 0xb2, 0x31, 0x2b, 0x1e, 0x25, 0x0a, 0xc7, 0x2b, 0x8f, 0xbd, 0x13, 0x9d, 0x3d, 0x82, 0x63, 0x3d, 0x82, 0xc8, 0x9f, 0xf8, 0x70, 0x98, 0xcd, 0xf3, 0x49, 0x04, 0xe8, 0x88, 0x2c, 0xe2, 0x7b, 0x1a, 0x56, 0x37, 0x91, 0x1d, 0x5f, 0xcb, 0x4e, 0xe0, 0x45, 0xdf, 0xab, 0x6d, 0x55, 0x74, 0xf1, 0x96, 0xd5, 0x9c, 0xb2, 0xe5, 0x19, 0x72, 0x97, 0xfd, 0x7c, 0x07, 0x58, 0xe6, 0x80, 0x0d, 0xba, 0x7e, 0x17, 0x3f, 0x09, 0xa2, 0xab, 0x70, 0x6f, 0xf1, 0x37, 0xb2, 0x61, 0xbc, 0x5f, 0x22, 0xb8, 0x71, 0x49, 0x16, 0xf2, 0xcd, 0xe5, 0xf8, 0x0e, 0x04, 0xaa, 0x24 } }; static const struct cckprng_op_refresh op_refresh_4274 = { .hd = { .id = 4037, .kind = OP_REFRESH }, .rand = 16770949662862405205ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4275 = { .hd = { .id = 4038, .kind = OP_REFRESH }, .rand = 12667008928853008498ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4276 = { .hd = { .id = 4039, .kind = OP_GENERATE }, .rand_nbytes = 27, .out = { .rand = { 0x67, 0x2d, 0x28, 0xbf, 0xf1, 0xa7, 0x3d, 0x58, 0x18, 0xaa, 0x9b, 0xed, 0x00, 0xf3, 0x57, 0x23, 0x9a, 0xe1, 0xf0, 0x69, 0x9e, 0x76, 0x17, 0xba, 0x62, 0xe3, 0x70 } } }; static const struct cckprng_op_refresh op_refresh_4277 = { .hd = { .id = 4040, .kind = OP_REFRESH }, .rand = 2806534684907514735ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4278 = { .hd = { .id = 4041, .kind = OP_REFRESH }, .rand = 9574876123376159226ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4279 = { .hd = { .id = 4042, .kind = OP_REFRESH }, .rand = 3004050316561562226ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4280 = { .hd = { .id = 4043, .kind = OP_REFRESH }, .rand = 563097217326244163ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4281 = { .hd = { .id = 4044, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x8e, 0x4e, 0x4f, 0x07, 0x44, 0x95, 0x78, 0x67, 0x40, 0x90, 0x7d, 0x6e, 0x51, 0x89, 0x14, 0x55, 0x24, 0x97, 0xcf, 0x93, 0x14, 0x2d, 0x22, 0x94, 0xe4, 0x7a, 0xf1, 0x8e, 0x20, 0x82, 0xe2, 0xfc, 0xe5, 0xd8, 0x32, 0xe9, 0x67, 0x5d, 0xa0, 0x78, 0x35, 0xb1, 0xa1 } } }; static const struct cckprng_op_refresh op_refresh_4282 = { .hd = { .id = 4045, .kind = OP_REFRESH }, .rand = 13600333939144193646ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4283[] = { (const struct cckprng_op *)&op_init_4267, (const struct cckprng_op *)&op_init_4268, (const struct cckprng_op *)&op_init_4269, (const struct cckprng_op *)&op_refresh_4270, (const struct cckprng_op *)&op_init_4271, (const struct cckprng_op *)&op_init_4272, (const struct cckprng_op *)&op_reseed_4273, (const struct cckprng_op *)&op_refresh_4274, (const struct cckprng_op *)&op_refresh_4275, (const struct cckprng_op *)&op_init_4276, (const struct cckprng_op *)&op_refresh_4277, (const struct cckprng_op *)&op_refresh_4278, (const struct cckprng_op *)&op_refresh_4279, (const struct cckprng_op *)&op_refresh_4280, (const struct cckprng_op *)&op_init_4281, (const struct cckprng_op *)&op_refresh_4282 }; static const struct cckprng_vector vec_4284 = { .id = 4046, .note = NULL, .nops = 16, .ops = ops_4283 }; static const struct cckprng_op_init op_init_4285 = { .hd = { .id = 4047, .kind = OP_INIT }, .seed = { 0xff, 0x9a, 0x67, 0x7c, 0x30, 0x68, 0x24, 0xcc, 0xd3, 0xd6, 0x9b, 0x08, 0xcf, 0xee, 0x96, 0x6c, 0xe7, 0x6b, 0x1f, 0x49, 0xae, 0x71, 0x4e, 0x32, 0xc2, 0x50, 0x0a, 0x64, 0xa5, 0xfb, 0x3e, 0x55 }, .nonce = { 0x15, 0xa7, 0x8d, 0xa9, 0xa7, 0x75, 0xe1, 0x3a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4286 = { .hd = { .id = 4048, .kind = OP_RESEED }, .nonce = 15329331093021532873ULL, .seed_nbytes = 244, .seed = { 0x69, 0x5e, 0x31, 0x0e, 0x79, 0x83, 0xea, 0x3a, 0x93, 0x4b, 0x8f, 0xc9, 0x38, 0x35, 0x6c, 0x09, 0xd1, 0x57, 0xaf, 0xd6, 0x9d, 0x34, 0x62, 0x76, 0x0c, 0xce, 0x04, 0xaa, 0x80, 0xc0, 0xc5, 0xdd, 0xb8, 0xb5, 0xc0, 0x96, 0xa7, 0x0b, 0x97, 0x62, 0x45, 0x74, 0x26, 0x31, 0x60, 0x40, 0x1b, 0x94, 0xef, 0xb0, 0xd4, 0x84, 0x0e, 0xbc, 0xfb, 0x60, 0xba, 0x50, 0x6e, 0x7f, 0xd0, 0x4a, 0x81, 0x32, 0x4d, 0x15, 0xc9, 0xc3, 0xd8, 0x47, 0xc9, 0x5d, 0xc7, 0x0a, 0x62, 0xc4, 0xaf, 0x58, 0x48, 0x31, 0xa3, 0x12, 0x96, 0x65, 0x69, 0x11, 0x64, 0x5b, 0x54, 0x2e, 0x1c, 0xb3, 0x89, 0x68, 0xef, 0xca, 0x67, 0x2f, 0x4f, 0x56, 0x9a, 0x80, 0x4f, 0xbb, 0xae, 0xe1, 0x8f, 0x75, 0xf0, 0xf2, 0x92, 0x39, 0x67, 0x53, 0x29, 0x75, 0x54, 0x5c, 0x03, 0x60, 0x53, 0x1d, 0x9e, 0x05, 0x7a, 0xeb, 0x0c, 0x36, 0xd9, 0x88, 0xf9, 0xbe, 0x79, 0x22, 0x7f, 0x71, 0x65, 0x41, 0x6c, 0xd6, 0x9d, 0x95, 0x60, 0xed, 0xaa, 0xb0, 0xf2, 0xd0, 0xbd, 0x05, 0x4e, 0x35, 0xb3, 0x43, 0x5b, 0xd4, 0xca, 0xb1, 0x40, 0x11, 0x3c, 0x40, 0x6f, 0x5e, 0x3b, 0x47, 0xcf, 0x44, 0x18, 0x67, 0x7a, 0xe8, 0x88, 0x1f, 0xb6, 0x88, 0x7b, 0xf6, 0xb3, 0xf8, 0xcd, 0x9c, 0x0c, 0xce, 0x46, 0xb9, 0x4a, 0x1b, 0xfc, 0x60, 0xb5, 0x75, 0xb7, 0x7c, 0xf3, 0x38, 0xf8, 0xfa, 0x77, 0xdd, 0x12, 0xf0, 0x13, 0x9d, 0x0f, 0x8b, 0xa2, 0x8e, 0x22, 0xca, 0x2c, 0x21, 0xfb, 0x5e, 0x0a, 0xff, 0x45, 0x3d, 0x01, 0x76, 0xf9, 0xe5, 0xf2, 0x85, 0xcd, 0x55, 0xf1, 0xb8, 0x6d, 0x45, 0x19, 0x60, 0x6f, 0xb1, 0xe7, 0x67, 0xfa, 0x1a, 0xea, 0x57, 0x6c, 0x37, 0x5b, 0x00 } }; static const struct cckprng_op_reseed op_reseed_4287 = { .hd = { .id = 4049, .kind = OP_RESEED }, .nonce = 18258883347690802839ULL, .seed_nbytes = 66, .seed = { 0xe6, 0x4c, 0xd2, 0xcc, 0x80, 0x6f, 0x84, 0x9b, 0x31, 0x44, 0x21, 0x10, 0x4b, 0xf7, 0x87, 0xcc, 0x71, 0x05, 0x11, 0xaf, 0xb3, 0x08, 0x9a, 0xf9, 0x14, 0x67, 0x66, 0x9e, 0xa4, 0x89, 0xff, 0x7b, 0x1e, 0xa3, 0x1f, 0x4f, 0x7a, 0xb3, 0x4e, 0x8e, 0xc4, 0x1f, 0xec, 0x0d, 0xf3, 0x5e, 0x71, 0x6f, 0xbb, 0xce, 0xd1, 0xcd, 0xf1, 0xcc, 0x9c, 0xba, 0xba, 0x81, 0xbc, 0xd5, 0x97, 0xc1, 0x19, 0xa2, 0xe2, 0xa2 } }; static const struct cckprng_op_refresh op_refresh_4288 = { .hd = { .id = 4050, .kind = OP_REFRESH }, .rand = 7065840936660999545ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4289 = { .hd = { .id = 4051, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0xf2, 0xe9, 0x11, 0xac, 0x18, 0x79, 0xa9, 0x5f, 0xe0, 0xc1, 0x60, 0x2f, 0x82, 0xa0, 0x9f, 0xfc, 0x80, 0x6b, 0xdc, 0x51, 0x55, 0x5c, 0x1b, 0x4f, 0xb1, 0xd2, 0x7e, 0xac, 0x64, 0x07, 0xd8, 0xf9, 0x1d, 0xbc, 0x77, 0x69, 0x72, 0x8e, 0xa2, 0x05, 0x6c, 0x67, 0xb9, 0xa6, 0x61, 0x57, 0x06, 0x33, 0xc8, 0x02, 0xef, 0x9d, 0x70, 0x4b, 0x39, 0xeb, 0x0b, 0x35, 0x85, 0xa2, 0xed, 0xb3, 0x44, 0x06, 0x84, 0x59, 0x4f, 0xb0, 0x1c, 0x6e, 0x0b, 0x53, 0xaa, 0x75, 0x63, 0xce, 0xe6, 0xf3, 0xe8, 0x7f, 0x2c, 0xeb, 0x2f, 0x44, 0xb0 } } }; static const struct cckprng_op_reseed op_reseed_4290 = { .hd = { .id = 4052, .kind = OP_RESEED }, .nonce = 9650570039441638939ULL, .seed_nbytes = 145, .seed = { 0x08, 0x9a, 0x5b, 0x58, 0x3e, 0xcc, 0xc7, 0x24, 0xae, 0xa9, 0x49, 0x71, 0xcc, 0xde, 0x6c, 0x16, 0x3e, 0xac, 0x9e, 0xb2, 0x27, 0xa2, 0x97, 0x6c, 0x3c, 0x0b, 0x30, 0x29, 0xee, 0x4e, 0x5d, 0x20, 0x27, 0x29, 0x6e, 0x83, 0x3e, 0x37, 0xb3, 0x18, 0xe7, 0x5b, 0x27, 0x86, 0xef, 0x12, 0x1d, 0xbe, 0x7c, 0x0c, 0x92, 0x5c, 0x42, 0x66, 0x26, 0x10, 0x48, 0xbd, 0x3e, 0x44, 0xf3, 0x13, 0x73, 0xe2, 0x4f, 0xcc, 0x43, 0x39, 0xab, 0xd4, 0x78, 0xea, 0x58, 0xe7, 0xce, 0xbb, 0xd8, 0x2b, 0x73, 0xa9, 0x1d, 0xe2, 0x5a, 0x86, 0x91, 0x81, 0xac, 0x30, 0x2d, 0xf6, 0xe9, 0x1f, 0x4d, 0x4f, 0xfc, 0xf5, 0x4c, 0xdf, 0x9f, 0x34, 0x84, 0x22, 0x77, 0xef, 0x05, 0x50, 0x76, 0xb3, 0x64, 0x5b, 0x29, 0x17, 0x6c, 0x58, 0x8f, 0x85, 0x30, 0x5b, 0x0f, 0xad, 0x36, 0xc5, 0x29, 0xd5, 0x63, 0x85, 0x92, 0xcd, 0x03, 0x40, 0x3e, 0x59, 0x15, 0x2b, 0xaa, 0xd3, 0xb2, 0x9b, 0xdd, 0x3f, 0xbd, 0x30, 0x17, 0x3d, 0xb5 } }; static const struct cckprng_op_refresh op_refresh_4291 = { .hd = { .id = 4053, .kind = OP_REFRESH }, .rand = 11990723722598863249ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4292 = { .hd = { .id = 4054, .kind = OP_RESEED }, .nonce = 5830790891228356359ULL, .seed_nbytes = 150, .seed = { 0x8e, 0xcd, 0xbf, 0xef, 0x5f, 0xfe, 0x5a, 0x5b, 0x78, 0x33, 0x67, 0xf8, 0x19, 0x7b, 0x80, 0x86, 0xb0, 0x8f, 0x34, 0x0e, 0x7c, 0x1e, 0x60, 0x59, 0x8d, 0xdc, 0xf1, 0x2c, 0xeb, 0x37, 0xb9, 0xb8, 0x35, 0xfc, 0xf4, 0xb1, 0x07, 0x78, 0x67, 0x16, 0x0b, 0xe4, 0xcd, 0x6b, 0xaa, 0x71, 0x24, 0x64, 0x41, 0xf1, 0x33, 0x4f, 0xa2, 0x46, 0x5e, 0x83, 0x1d, 0xb4, 0xb8, 0x1f, 0x91, 0x4e, 0x79, 0x9e, 0x40, 0x4c, 0x49, 0x86, 0x7c, 0xdf, 0x10, 0x18, 0x75, 0x85, 0x0a, 0x84, 0x40, 0xbc, 0xc0, 0xa9, 0x98, 0x9f, 0xbd, 0x28, 0x2b, 0x5f, 0x7a, 0x2c, 0x49, 0x56, 0x93, 0x81, 0x69, 0xfa, 0x71, 0x6c, 0x58, 0x44, 0xdc, 0x55, 0xdd, 0x2c, 0x4f, 0xac, 0x55, 0x37, 0x95, 0x95, 0x41, 0x76, 0x6c, 0x7c, 0x6f, 0xa8, 0xc1, 0x6d, 0xc1, 0x2f, 0xed, 0xfa, 0x20, 0x8c, 0x7c, 0x1c, 0xcd, 0xd7, 0x03, 0x22, 0xf3, 0x16, 0xa5, 0xdf, 0x13, 0x29, 0x82, 0x99, 0xb4, 0x64, 0x91, 0xe9, 0x9c, 0x13, 0xd9, 0x34, 0xf7, 0xbd, 0x4a, 0x50, 0xae, 0x1c } }; static const struct cckprng_op_reseed op_reseed_4293 = { .hd = { .id = 4055, .kind = OP_RESEED }, .nonce = 1176602380488042322ULL, .seed_nbytes = 222, .seed = { 0xc2, 0x25, 0x99, 0x3b, 0x95, 0xe2, 0x41, 0xb6, 0xe7, 0xb0, 0x5a, 0x3f, 0xc7, 0x45, 0x12, 0xff, 0xea, 0xae, 0x17, 0xaf, 0x57, 0x8f, 0xf4, 0x68, 0x8c, 0xb8, 0x9a, 0x6d, 0x73, 0xb8, 0x88, 0xe1, 0xab, 0xd4, 0xbb, 0x4a, 0xe1, 0x15, 0x1c, 0xb3, 0x05, 0xfc, 0xe2, 0xde, 0xc0, 0x2a, 0x6a, 0xfa, 0x33, 0xb8, 0xb9, 0xe7, 0x4c, 0x89, 0x0d, 0x27, 0x88, 0x97, 0x06, 0xb2, 0xe1, 0xa4, 0x98, 0xe3, 0x2a, 0xb1, 0x58, 0xf9, 0x42, 0x8e, 0x85, 0x9e, 0xe4, 0xa2, 0xdf, 0x3b, 0xfd, 0x75, 0x8e, 0x13, 0xcc, 0x6e, 0x94, 0xed, 0xe2, 0x75, 0xa4, 0x27, 0x36, 0xde, 0xa9, 0x05, 0x3e, 0x2f, 0x19, 0x81, 0xa1, 0x65, 0xc3, 0x9e, 0x39, 0x99, 0x26, 0x8e, 0x3a, 0x07, 0x5f, 0xd3, 0xff, 0x4b, 0x9b, 0x83, 0x3d, 0xa0, 0x03, 0x18, 0xa3, 0x06, 0xa1, 0x80, 0x3d, 0x8a, 0x34, 0xf3, 0x93, 0x9a, 0xb1, 0x32, 0x1a, 0xae, 0x48, 0x1f, 0xfa, 0xf2, 0xb0, 0x75, 0x53, 0x04, 0x1f, 0xea, 0x5d, 0xbe, 0x2c, 0x7d, 0x35, 0xb2, 0xf3, 0xe0, 0xb2, 0x39, 0xbc, 0x5e, 0xc9, 0x82, 0xb5, 0xb2, 0xb0, 0xc7, 0x76, 0x25, 0x18, 0x6f, 0x63, 0x92, 0xec, 0x9e, 0x70, 0xce, 0x70, 0xd6, 0x72, 0x99, 0x34, 0xf3, 0x1c, 0x43, 0x93, 0x2b, 0xb4, 0x03, 0xae, 0xb7, 0x71, 0xbd, 0x44, 0x70, 0x6d, 0x63, 0x70, 0xee, 0x7b, 0x91, 0x52, 0xe9, 0xc3, 0x10, 0x65, 0x80, 0xd2, 0xb3, 0x01, 0xdd, 0x78, 0xd5, 0x95, 0x22, 0x86, 0xb6, 0xac, 0x99, 0x3d, 0x74, 0x02, 0xbf, 0xd2, 0x6d, 0x4c, 0x3a, 0x18, 0xcf, 0xf1, 0x6d } }; static const struct cckprng_op_generate op_init_4294 = { .hd = { .id = 4056, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x45, 0x9e, 0x62, 0x50, 0xb6, 0x85, 0xbe, 0xd4, 0xbd, 0xfc, 0x59, 0x03, 0x1e, 0x06, 0x57, 0x3f, 0x2f, 0x7c, 0xeb, 0xd6, 0xb5, 0x78, 0x70, 0x72, 0x24, 0x6c, 0xdd, 0xba, 0xdc, 0x69, 0x1f, 0x1b, 0x97, 0x6e, 0x01, 0x3b, 0x6c, 0x90, 0xcc, 0x19, 0x1f, 0x4d, 0x34, 0x9d, 0xff, 0x1b, 0x08, 0xd5, 0x7a, 0xd5, 0x51, 0xb5, 0xd6, 0xbc, 0x66, 0x56, 0x7d, 0xa7, 0x4d, 0x41, 0xf9, 0x08, 0xc6, 0x3a, 0xcd, 0x5e, 0x13, 0x9d, 0xc3, 0x82, 0x53, 0x36 } } }; static const struct cckprng_op_refresh op_refresh_4295 = { .hd = { .id = 4057, .kind = OP_REFRESH }, .rand = 1181806379553892064ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4296 = { .hd = { .id = 4058, .kind = OP_RESEED }, .nonce = 14735577359682567661ULL, .seed_nbytes = 147, .seed = { 0x00, 0x3c, 0x28, 0xb8, 0xe9, 0x76, 0x24, 0xcb, 0xd7, 0x1f, 0x23, 0x1a, 0x37, 0x43, 0x23, 0xb6, 0xf6, 0xd2, 0x06, 0xd7, 0x2b, 0x90, 0x46, 0x28, 0x49, 0x1e, 0x50, 0xe0, 0xfb, 0xc3, 0x44, 0x32, 0xef, 0xa8, 0xe1, 0xcd, 0xc7, 0xec, 0x66, 0x7e, 0x69, 0x58, 0xc9, 0xb0, 0x12, 0xe6, 0x30, 0x5a, 0x39, 0x2b, 0xce, 0x56, 0x13, 0x83, 0x8b, 0x54, 0xda, 0x26, 0x90, 0x9b, 0x96, 0x63, 0x22, 0x7f, 0xc5, 0x3a, 0x70, 0x6a, 0x86, 0xc5, 0x00, 0xaa, 0x29, 0x03, 0x85, 0x22, 0x3b, 0x6c, 0xa8, 0x7c, 0x0a, 0xa5, 0x9d, 0x7e, 0x91, 0xbd, 0x98, 0x59, 0xf1, 0x14, 0x18, 0xb3, 0x2a, 0x3e, 0x73, 0xa0, 0xe9, 0xc6, 0xb4, 0xbd, 0x68, 0xfc, 0xeb, 0x97, 0x8d, 0xf5, 0xf9, 0x40, 0xb2, 0x1e, 0x40, 0xa6, 0x47, 0xd4, 0x21, 0xfa, 0xe8, 0xb4, 0x78, 0x77, 0x3b, 0x58, 0x53, 0x22, 0x61, 0xa0, 0xa8, 0x63, 0x41, 0xc9, 0xa3, 0x41, 0x7b, 0xd8, 0xe6, 0xa9, 0x01, 0x1d, 0xbc, 0x26, 0x24, 0x34, 0x3b, 0xa3, 0x7b, 0x18, 0xb1 } }; static const struct cckprng_op_refresh op_refresh_4297 = { .hd = { .id = 4059, .kind = OP_REFRESH }, .rand = 12305961704357237820ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4298 = { .hd = { .id = 4060, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0xc0, 0x1b, 0xd2, 0x9d, 0xf4, 0x7b, 0x93, 0x2a, 0x1d, 0xd5, 0x13, 0xb7 } } }; static const struct cckprng_op_reseed op_reseed_4299 = { .hd = { .id = 4061, .kind = OP_RESEED }, .nonce = 17554924642660953303ULL, .seed_nbytes = 188, .seed = { 0xf4, 0x21, 0x06, 0xa9, 0xca, 0x6b, 0x69, 0xd5, 0x67, 0x54, 0x24, 0x6d, 0x39, 0xb0, 0xcd, 0xb6, 0x1f, 0xa4, 0x1c, 0xf3, 0x80, 0xe4, 0xd4, 0xd3, 0x38, 0x49, 0xc0, 0x9e, 0xf9, 0x4f, 0x8b, 0xd3, 0xe7, 0x5e, 0xed, 0x03, 0x85, 0x19, 0x77, 0xb0, 0x08, 0xdd, 0xf0, 0x69, 0xbe, 0x33, 0xe4, 0x5f, 0x77, 0xa0, 0x18, 0x65, 0x65, 0x7a, 0x72, 0x05, 0x87, 0x5e, 0xa2, 0xcc, 0x57, 0xd0, 0x98, 0x10, 0xa7, 0xfc, 0xbf, 0x47, 0xca, 0x5d, 0x94, 0x51, 0x97, 0x7f, 0xb0, 0x81, 0x76, 0x89, 0xa6, 0x32, 0x6e, 0xb7, 0xd7, 0xbb, 0x3b, 0xcd, 0x61, 0xed, 0x44, 0x79, 0xc0, 0xe3, 0x3e, 0xe9, 0x24, 0xa3, 0xc1, 0x5f, 0xf4, 0x79, 0xd8, 0xc9, 0x70, 0x7e, 0x44, 0xc9, 0xc7, 0x54, 0x7f, 0xad, 0x18, 0x11, 0x0a, 0xa2, 0x9f, 0xf8, 0x23, 0xbd, 0xfe, 0x56, 0xce, 0xf6, 0xd6, 0x4b, 0x20, 0xa1, 0x53, 0xc3, 0x7f, 0x71, 0xb2, 0xae, 0xda, 0xfe, 0x8e, 0x64, 0xa0, 0x42, 0x7f, 0x11, 0x6b, 0xaf, 0x4b, 0x60, 0xa9, 0x0c, 0x10, 0xa5, 0x7a, 0x1b, 0x55, 0x40, 0xd7, 0x49, 0x3b, 0x4e, 0x9b, 0xc0, 0xef, 0x50, 0x8f, 0x06, 0x39, 0x9d, 0x05, 0xfa, 0x55, 0xab, 0xbd, 0xc9, 0x36, 0x0a, 0x48, 0xe3, 0x8b, 0x99, 0xaf, 0x62, 0x96, 0xb9, 0x45, 0xa7, 0x2f, 0xa7, 0x1b, 0x23, 0x9f, 0x56 } }; static const struct cckprng_op_refresh op_refresh_4300 = { .hd = { .id = 4062, .kind = OP_REFRESH }, .rand = 13165545484863832136ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4301[] = { (const struct cckprng_op *)&op_init_4285, (const struct cckprng_op *)&op_reseed_4286, (const struct cckprng_op *)&op_reseed_4287, (const struct cckprng_op *)&op_refresh_4288, (const struct cckprng_op *)&op_init_4289, (const struct cckprng_op *)&op_reseed_4290, (const struct cckprng_op *)&op_refresh_4291, (const struct cckprng_op *)&op_reseed_4292, (const struct cckprng_op *)&op_reseed_4293, (const struct cckprng_op *)&op_init_4294, (const struct cckprng_op *)&op_refresh_4295, (const struct cckprng_op *)&op_reseed_4296, (const struct cckprng_op *)&op_refresh_4297, (const struct cckprng_op *)&op_init_4298, (const struct cckprng_op *)&op_reseed_4299, (const struct cckprng_op *)&op_refresh_4300 }; static const struct cckprng_vector vec_4302 = { .id = 4063, .note = NULL, .nops = 16, .ops = ops_4301 }; static const struct cckprng_op_init op_init_4303 = { .hd = { .id = 4064, .kind = OP_INIT }, .seed = { 0x6e, 0x95, 0xbb, 0xe3, 0x51, 0x03, 0xdd, 0x7a, 0x1a, 0x40, 0xb9, 0x2d, 0x79, 0x9c, 0xc4, 0x73, 0x23, 0x79, 0x4b, 0x9f, 0x7d, 0xb8, 0x09, 0x1f, 0x0a, 0xb7, 0xa9, 0x7e, 0x34, 0x6f, 0x3d, 0x98 }, .nonce = { 0xeb, 0x83, 0x0c, 0x32, 0xeb, 0x87, 0x65, 0x43 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4304 = { .hd = { .id = 4065, .kind = OP_GENERATE }, .rand_nbytes = 89, .out = { .rand = { 0xa8, 0xc4, 0x9f, 0x1d, 0xc8, 0xbc, 0xfa, 0x75, 0x03, 0xc8, 0xd5, 0x7a, 0x1b, 0xf2, 0x5d, 0x66, 0x81, 0x09, 0x3d, 0x24, 0x33, 0x85, 0xf8, 0x2f, 0xee, 0x9e, 0x27, 0x75, 0x60, 0x47, 0xbc, 0xbe, 0x9b, 0x74, 0x2d, 0x32, 0xd7, 0x36, 0xd1, 0x97, 0x36, 0x81, 0x56, 0x66, 0x54, 0x83, 0xcd, 0x47, 0x7f, 0xa8, 0xe5, 0x1c, 0xd4, 0xa9, 0x35, 0x9a, 0x82, 0xba, 0xea, 0xf2, 0xbb, 0x7d, 0xd4, 0xb3, 0xe2, 0x29, 0xc5, 0x4e, 0xd0, 0x74, 0xfe, 0xbc, 0xcc, 0xfe, 0xb2, 0x50, 0x03, 0x22, 0x1e, 0xe1, 0x96, 0x0c, 0x37, 0xc2, 0xf9, 0x47, 0xe5, 0x81, 0xed } } }; static const struct cckprng_op_refresh op_refresh_4305 = { .hd = { .id = 4066, .kind = OP_REFRESH }, .rand = 8787969809068496147ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4306 = { .hd = { .id = 4067, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0x4c, 0xac, 0xe0, 0xf4, 0xad, 0x29, 0x2b, 0xed, 0x8c, 0x66, 0xe8, 0x90, 0xdc, 0xc6, 0xe1, 0x6a, 0xd8, 0xa8, 0xfb, 0xd0, 0xb5, 0x55, 0x8c, 0x2e, 0x2d, 0x24, 0x51, 0xca, 0x40, 0x17, 0x3f, 0xd1, 0xcd, 0x24, 0xf9, 0x44, 0x4b, 0x46, 0x13, 0x86, 0x1b, 0xfa, 0x79, 0x8f, 0x1b, 0x7c, 0x93, 0x90, 0xac, 0x54, 0xa2, 0x68, 0xcf, 0x00, 0x21, 0x48, 0xb5, 0xd9, 0xb5, 0x18, 0x8c, 0x6e, 0x2f, 0x20, 0xd7, 0x23, 0x29, 0x53, 0xf0, 0x5a, 0x7f, 0xc3, 0xdd, 0x91, 0x07, 0xaf } } }; static const struct cckprng_op_refresh op_refresh_4307 = { .hd = { .id = 4068, .kind = OP_REFRESH }, .rand = 11529506878601145003ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4308 = { .hd = { .id = 4069, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0x1e, 0x16, 0xf8, 0x08, 0xb3, 0x59, 0x2b, 0x30, 0xf2, 0xf0, 0x43, 0xcf, 0x10, 0xd3, 0x7a, 0x73, 0x6e, 0xbd, 0x94, 0x99, 0xf2, 0xe9, 0x35, 0xd2, 0xd8, 0x7f, 0x9b, 0x0f, 0x8a, 0xa2, 0x86, 0x7f, 0xb8, 0x8e, 0xc1, 0x3e, 0x78, 0x6a, 0xf7, 0xfc, 0xb3, 0xdf, 0x59, 0x59, 0x66, 0x2f, 0x44, 0xea, 0x24, 0xcf, 0x6b, 0xb0, 0x2b, 0xf4, 0x29, 0x4d, 0xb4, 0x8c, 0xe4, 0xe1, 0xf7, 0xa8, 0xe7, 0xb8, 0x26, 0x7d, 0x48, 0xd7, 0xbf, 0x00, 0x1a, 0xf3, 0xe2, 0x47, 0x47, 0x9f } } }; static const struct cckprng_op_reseed op_reseed_4309 = { .hd = { .id = 4070, .kind = OP_RESEED }, .nonce = 6228534078070075249ULL, .seed_nbytes = 238, .seed = { 0xa4, 0x8e, 0xbd, 0xcf, 0xce, 0x1c, 0x0e, 0x00, 0x3a, 0x91, 0x0e, 0xab, 0xe4, 0xe4, 0xb8, 0x0c, 0xa2, 0x3f, 0xd8, 0x2c, 0x40, 0x8f, 0x59, 0xd7, 0x34, 0x08, 0x88, 0xca, 0xec, 0x1d, 0x2f, 0x17, 0xb2, 0xc4, 0x1a, 0x30, 0x9a, 0xc1, 0x17, 0xb9, 0x78, 0x6a, 0xad, 0x79, 0x4a, 0xce, 0xc2, 0xb0, 0x09, 0x7a, 0x1b, 0x50, 0x0a, 0x06, 0xf6, 0x5d, 0xbe, 0x9d, 0xf8, 0xf0, 0xdf, 0x3b, 0x30, 0x62, 0x8d, 0x4a, 0x75, 0x28, 0x2a, 0x40, 0x2d, 0xba, 0xb9, 0x21, 0x44, 0x81, 0xf8, 0x4f, 0x45, 0x7d, 0xf0, 0x2e, 0x5b, 0xc4, 0xe3, 0xee, 0x96, 0xa7, 0x4e, 0x28, 0xbd, 0x58, 0xb0, 0xf1, 0x7b, 0xf6, 0xb4, 0xce, 0x8c, 0x6e, 0x6b, 0xc0, 0x3e, 0xc9, 0x08, 0x43, 0x9b, 0x82, 0xa8, 0x20, 0xb2, 0xbe, 0x8c, 0xaf, 0x18, 0x08, 0x48, 0xcd, 0x42, 0xbd, 0xff, 0x9c, 0x38, 0x1a, 0x07, 0xa0, 0x83, 0x3b, 0xdb, 0xbe, 0x02, 0xc3, 0x83, 0xd8, 0xe3, 0x8f, 0xef, 0xe0, 0x98, 0xd6, 0x6f, 0xdc, 0x44, 0xcb, 0xa4, 0x1f, 0x46, 0xdc, 0x1f, 0xce, 0xcb, 0x19, 0xc3, 0x15, 0x5c, 0x8b, 0x53, 0xa3, 0xf7, 0xab, 0x28, 0xc5, 0x76, 0xcd, 0x07, 0xc5, 0xd7, 0x69, 0x00, 0x04, 0xf1, 0x18, 0xd4, 0x0f, 0xa3, 0xd0, 0xc3, 0x3c, 0x92, 0x70, 0xeb, 0x7e, 0x06, 0x64, 0x61, 0x4a, 0xf8, 0xc9, 0xc7, 0x2f, 0x55, 0xa1, 0x92, 0x1c, 0x60, 0x39, 0xa3, 0x9c, 0x53, 0xc2, 0x7a, 0xf7, 0x74, 0x8f, 0xeb, 0xa6, 0xb2, 0x8f, 0xf2, 0xec, 0x35, 0x67, 0xbb, 0xb7, 0x13, 0x30, 0x38, 0x52, 0x07, 0x37, 0x5d, 0xce, 0x4c, 0x3c, 0xc7, 0x1a, 0x6f, 0x60, 0x34, 0xc2, 0x63, 0xb4, 0x6b, 0x58, 0xbf, 0x50, 0xca, 0xd0 } }; static const struct cckprng_op_generate op_init_4310 = { .hd = { .id = 4071, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x85, 0x6c, 0x4c, 0x04, 0xfd, 0x99, 0x60, 0xf3, 0xf3, 0x29, 0x33, 0x69, 0x35, 0x2c, 0x86, 0x13, 0x00, 0xa8, 0xf1, 0x9c, 0xab, 0x65, 0x28, 0x33, 0x76, 0x46, 0x33, 0xdb, 0x44, 0xcb, 0x3f, 0x44, 0xc7, 0x57, 0xa4, 0x4d, 0x7c, 0x9c, 0xb9, 0x78, 0x87, 0x9f, 0x98, 0xf7, 0xbf, 0x76, 0x94, 0x5e, 0x0a, 0x0d, 0xf2, 0x15, 0x82, 0x23, 0x98, 0x0a, 0xc8, 0xcd, 0xa2, 0x7a, 0xf2, 0xaf, 0x3c, 0xd5, 0x16, 0xe4, 0x92, 0x3f, 0xaa, 0x91, 0xf8, 0x3f, 0x14, 0x57, 0x48, 0x1d, 0x38, 0xf9, 0xb6, 0x8b, 0xcf, 0xe7, 0xeb, 0xb4, 0x7e } } }; static const struct cckprng_op_refresh op_refresh_4311 = { .hd = { .id = 4072, .kind = OP_REFRESH }, .rand = 18151642870901526211ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4312 = { .hd = { .id = 4073, .kind = OP_RESEED }, .nonce = 4150230639151990063ULL, .seed_nbytes = 37, .seed = { 0xf4, 0x3a, 0xca, 0xf1, 0x07, 0xe0, 0x5d, 0x3a, 0x13, 0xe8, 0x5c, 0x96, 0x21, 0xc3, 0x0f, 0x60, 0x03, 0x0e, 0x13, 0xd1, 0x22, 0xb5, 0xf7, 0x0c, 0x29, 0xc0, 0x05, 0xd7, 0xfc, 0xa8, 0x7d, 0x6e, 0x5e, 0x05, 0x0c, 0xef, 0x38 } }; static const struct cckprng_op_generate op_init_4313 = { .hd = { .id = 4074, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0x9e, 0x20, 0xb6, 0xfb, 0x53, 0x01, 0x04, 0xa5, 0x55, 0x88, 0x8d, 0x5f, 0xde, 0xb6, 0xfc, 0x80, 0x9d, 0x1d, 0x2d, 0x1e, 0x9d, 0x3d, 0xe6, 0x17, 0x7c, 0x5c, 0xb1, 0x24, 0x3b, 0x4a, 0xb7, 0x0d, 0xed, 0xf4, 0xff, 0xa4, 0xe0, 0x6b, 0xa1, 0x93, 0xd3, 0x60, 0xaa, 0xbc, 0xa6, 0x41, 0xa9, 0xb3, 0xf8, 0xe7, 0x2d, 0x89, 0x0f, 0xc2, 0x76, 0xe8, 0x03, 0x4f, 0xca, 0x88, 0xf6, 0x21, 0x66, 0xd1, 0x9a, 0x54, 0xc7, 0xf7, 0xf2, 0x2f, 0xe1, 0xdc, 0x7b, 0xfb, 0xce, 0xca, 0x79, 0x41, 0x32, 0x83, 0xfa, 0x9a, 0x09, 0x8c, 0x08, 0x25, 0x81, 0xdb, 0x48, 0x4c, 0x78, 0x89, 0x52, 0x0d, 0x9f, 0x0f, 0xb3, 0x97, 0xd2, 0x9a, 0xa4, 0x39, 0x05, 0xc5, 0x1d, 0x8a, 0x28, 0xa9, 0x4c, 0x2c, 0xa4, 0xa9, 0xa5, 0xcb, 0xf4, 0x1e, 0x9f, 0x61, 0xc1, 0xf9, 0x2f, 0xc1, 0x85, 0xd4, 0x45, 0x40, 0xa3, 0xc9, 0xcf, 0xb2, 0x31, 0xfc, 0xf5, 0xc4, 0x0f, 0xb1, 0x95, 0x99, 0x35, 0x16, 0xc2, 0x97, 0x7c, 0x85, 0x2e, 0x6e, 0x0f, 0xff, 0xef, 0xf5, 0x8e, 0x65, 0xdc } } }; static const struct cckprng_op_refresh op_refresh_4314 = { .hd = { .id = 4075, .kind = OP_REFRESH }, .rand = 7912409042531802909ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4315 = { .hd = { .id = 4076, .kind = OP_RESEED }, .nonce = 7935768527809935440ULL, .seed_nbytes = 71, .seed = { 0xe3, 0x80, 0x22, 0x5e, 0x33, 0x11, 0xb9, 0xc9, 0xfb, 0xe9, 0x6a, 0x2f, 0x83, 0xe3, 0x17, 0x92, 0x8a, 0x11, 0x74, 0x57, 0xd6, 0x97, 0xa9, 0x93, 0x47, 0x0b, 0xed, 0x56, 0x5a, 0x51, 0xc7, 0x4a, 0x19, 0x08, 0xf4, 0x33, 0xf0, 0xa0, 0xd1, 0xa9, 0x7d, 0x29, 0xbf, 0x32, 0x00, 0x70, 0xc3, 0x2d, 0xf8, 0xb8, 0xf4, 0x66, 0xbf, 0x6c, 0xb4, 0x24, 0xac, 0xf8, 0xb0, 0xff, 0x7c, 0x48, 0x29, 0x55, 0xd6, 0x4c, 0xe7, 0x0c, 0x29, 0xfa, 0x7f } }; static const struct cckprng_op_reseed op_reseed_4316 = { .hd = { .id = 4077, .kind = OP_RESEED }, .nonce = 333498691329093670ULL, .seed_nbytes = 34, .seed = { 0x57, 0xa4, 0xcc, 0x60, 0x20, 0xe1, 0xb3, 0x3a, 0xe4, 0x5a, 0x19, 0xec, 0xc9, 0x2e, 0x6d, 0xa5, 0x93, 0x48, 0xf4, 0xed, 0xcd, 0x22, 0x50, 0xf7, 0xf5, 0xac, 0xf3, 0xf1, 0x33, 0x65, 0x72, 0x87, 0x32, 0xc6 } }; static const struct cckprng_op_generate op_init_4317 = { .hd = { .id = 4078, .kind = OP_GENERATE }, .rand_nbytes = 257, .out = { .rand = { 0xf5, 0xad, 0x9d, 0x7b, 0xa5, 0x35, 0x63, 0x8e, 0xdc, 0x0f, 0x6a, 0x26, 0x0e, 0x21, 0xad, 0x81, 0x0e, 0xf2, 0x61, 0x26, 0xdc, 0x51, 0x4e, 0x55, 0x75, 0xe4, 0x16, 0xbb, 0x7e, 0x13, 0x88, 0xbd, 0x54, 0x25, 0x62, 0x59, 0xe4, 0x08, 0x9b, 0x3a, 0x7d, 0xd8, 0x1b, 0x50, 0x40, 0xad, 0x9f, 0xa8, 0x27, 0xf2, 0xd5, 0xff, 0xff, 0x6f, 0xae, 0x40, 0xc4, 0xac, 0xd0, 0xcb, 0x02, 0xa9, 0x90, 0x5f, 0x21, 0x81, 0x66, 0xec, 0x34, 0x55, 0xa1, 0xe6, 0xdb, 0xb0, 0x5c, 0xc2, 0x71, 0x67, 0x6b, 0xcc, 0xfc, 0x9e, 0x64, 0xec, 0x13, 0x1d, 0x8f, 0xec, 0xc3, 0xcf, 0x14, 0xba, 0x62, 0x86, 0xf3, 0xe7, 0x1c, 0x56, 0xf4, 0xe4, 0x4b, 0x52, 0x0c, 0xf2, 0x5e, 0x21, 0x95, 0x6b, 0x7b, 0x57, 0x63, 0x40, 0x90, 0xc6, 0x42, 0x62, 0x3f, 0xc6, 0x23, 0x3d, 0xbf, 0x01, 0x34, 0xed, 0x71, 0xa4, 0x9c, 0x62, 0xc3, 0x4b, 0x3b, 0x20, 0x0d, 0x41, 0xac, 0x08, 0x88, 0xf2, 0x80, 0x43, 0xe6, 0xde, 0x9a, 0xa8, 0x59, 0xf6, 0x0e, 0xf2, 0xb8, 0x37, 0x3e, 0x47, 0x61, 0x15, 0x58, 0x99, 0x49, 0x9d, 0xe7, 0xf8, 0x00, 0x91, 0x41, 0xc2, 0xc9, 0x7e, 0x69, 0x4f, 0x1e, 0x4a, 0x17, 0x14, 0x40, 0x32, 0x2e, 0x7e, 0x02, 0x97, 0x9c, 0x53, 0x37, 0x43, 0x42, 0xde, 0x6f, 0xe6, 0x16, 0xe2, 0xb6, 0x4f, 0x64, 0x43, 0xc0, 0xd3, 0x3e, 0x92, 0x4b, 0x63, 0xef, 0x8c, 0xff, 0x29, 0xc4, 0x41, 0x57, 0x1c, 0xb6, 0xc1, 0x83, 0x5e, 0x09, 0x66, 0x80, 0x33, 0x4b, 0x4f, 0x04, 0x5f, 0x5f, 0x4c, 0x32, 0x5f, 0xb5, 0x82, 0x1c, 0xa4, 0xae, 0xf1, 0x19, 0x61, 0xb2, 0xb9, 0x0e, 0x37, 0xb5, 0x4c, 0x90, 0x1d, 0x76, 0xfc, 0xe3, 0x2f, 0xad, 0x61, 0x24, 0xf0, 0xc5, 0x1e, 0xf8, 0x37, 0xb6, 0xb7, 0xf8, 0xae, 0xff, 0x9c, 0xd2 } } }; static const struct cckprng_op_reseed op_reseed_4318 = { .hd = { .id = 4079, .kind = OP_RESEED }, .nonce = 17186932710961641528ULL, .seed_nbytes = 16, .seed = { 0x48, 0x62, 0x46, 0xbf, 0x71, 0x7b, 0x3b, 0x32, 0x94, 0xf7, 0xb2, 0x06, 0x7d, 0xb0, 0x9a, 0x7a } }; static const struct cckprng_op *ops_4319[] = { (const struct cckprng_op *)&op_init_4303, (const struct cckprng_op *)&op_init_4304, (const struct cckprng_op *)&op_refresh_4305, (const struct cckprng_op *)&op_init_4306, (const struct cckprng_op *)&op_refresh_4307, (const struct cckprng_op *)&op_init_4308, (const struct cckprng_op *)&op_reseed_4309, (const struct cckprng_op *)&op_init_4310, (const struct cckprng_op *)&op_refresh_4311, (const struct cckprng_op *)&op_reseed_4312, (const struct cckprng_op *)&op_init_4313, (const struct cckprng_op *)&op_refresh_4314, (const struct cckprng_op *)&op_reseed_4315, (const struct cckprng_op *)&op_reseed_4316, (const struct cckprng_op *)&op_init_4317, (const struct cckprng_op *)&op_reseed_4318 }; static const struct cckprng_vector vec_4320 = { .id = 4080, .note = NULL, .nops = 16, .ops = ops_4319 }; static const struct cckprng_op_init op_init_4321 = { .hd = { .id = 4081, .kind = OP_INIT }, .seed = { 0xfa, 0x6d, 0x8c, 0xe7, 0x47, 0xaa, 0x7b, 0x09, 0xfa, 0x47, 0x3b, 0xa2, 0x2b, 0xd3, 0x71, 0xe2, 0x3c, 0x06, 0x27, 0x68, 0x9a, 0x8c, 0x63, 0x71, 0xd1, 0xf5, 0x26, 0xc7, 0x6d, 0x23, 0x47, 0x22 }, .nonce = { 0xb8, 0x63, 0xe2, 0x18, 0x98, 0x4a, 0x96, 0x23 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4322 = { .hd = { .id = 4082, .kind = OP_RESEED }, .nonce = 8083519317605232079ULL, .seed_nbytes = 145, .seed = { 0xb8, 0x6e, 0x71, 0x50, 0xc2, 0x31, 0xf7, 0x76, 0x78, 0x32, 0xaf, 0x6e, 0x70, 0x77, 0x4a, 0x5b, 0x41, 0x97, 0x6d, 0xfe, 0xd7, 0x8d, 0x28, 0x56, 0x06, 0xea, 0xc9, 0x83, 0xe4, 0xdf, 0xe7, 0x2f, 0x83, 0xa6, 0xd8, 0x11, 0x0c, 0x1a, 0x25, 0x8b, 0x98, 0x29, 0xec, 0x4e, 0x95, 0x1f, 0xf0, 0xed, 0x10, 0x11, 0x1c, 0x60, 0x69, 0xa8, 0x1f, 0xd8, 0xd0, 0xd1, 0xd8, 0xa5, 0x08, 0xb7, 0xc1, 0x5a, 0xde, 0xf8, 0xdb, 0x5a, 0x9e, 0x92, 0x66, 0x45, 0x9f, 0xa0, 0x58, 0xae, 0xa8, 0x52, 0x50, 0xce, 0x36, 0xea, 0x84, 0xd5, 0xa8, 0xd2, 0xe8, 0x0b, 0x93, 0xec, 0xae, 0xec, 0x09, 0x2c, 0xc6, 0xf9, 0x29, 0xd0, 0x9f, 0x52, 0xc0, 0xb9, 0xc9, 0xb4, 0x2d, 0xe3, 0x11, 0xed, 0x31, 0x67, 0xc4, 0x5d, 0x5d, 0x8d, 0x44, 0x70, 0x05, 0xe3, 0xd3, 0x87, 0xcf, 0x9a, 0x06, 0x4d, 0x79, 0xcf, 0x3a, 0xbe, 0x8a, 0xb2, 0x58, 0xfc, 0x4f, 0x6a, 0x84, 0x00, 0x11, 0xff, 0x05, 0x94, 0x6d, 0xc7, 0x15, 0x14, 0x79 } }; static const struct cckprng_op_generate op_init_4323 = { .hd = { .id = 4083, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0xb5, 0x29, 0xde, 0x45, 0xd1, 0xc0, 0xb1 } } }; static const struct cckprng_op_generate op_init_4324 = { .hd = { .id = 4084, .kind = OP_GENERATE }, .rand_nbytes = 268, .out = { .rand = { 0x98, 0xbe, 0x37, 0x90, 0x7a, 0x4c, 0x41, 0xae, 0x96, 0x9e, 0xbf, 0xe8, 0xd2, 0x1a, 0x2a, 0x9c, 0xfb, 0x84, 0xa3, 0x88, 0x9d, 0xfa, 0xf8, 0xa6, 0x96, 0x64, 0x33, 0x9a, 0x2d, 0xd1, 0x05, 0xfe, 0xca, 0x40, 0xb3, 0xce, 0x76, 0x95, 0x81, 0x0d, 0xa8, 0x18, 0x08, 0x82, 0xdb, 0x17, 0x65, 0xf0, 0xaf, 0x1a, 0x46, 0x9c, 0x66, 0x68, 0x4f, 0xd2, 0xad, 0x5c, 0xf4, 0x70, 0x14, 0xfc, 0xac, 0x46, 0x38, 0x49, 0x74, 0x4e, 0x6c, 0xfc, 0x51, 0x04, 0x98, 0x96, 0xcc, 0xfc, 0x5b, 0xd7, 0xf0, 0x70, 0x93, 0x2c, 0x94, 0x85, 0x4b, 0x85, 0x16, 0xd9, 0xb8, 0x9d, 0x2d, 0x1d, 0x39, 0x9e, 0xa9, 0xca, 0xc7, 0x2b, 0x04, 0x10, 0xd9, 0xa7, 0x86, 0x7e, 0x97, 0xf6, 0x76, 0x9c, 0xa8, 0x9e, 0x9e, 0xad, 0x90, 0xfd, 0x74, 0x1f, 0xaa, 0xd6, 0x3d, 0xa1, 0x53, 0x69, 0xb0, 0x49, 0x8d, 0xe6, 0x84, 0x12, 0x73, 0xb4, 0xcd, 0x52, 0xbc, 0xa8, 0xec, 0xf1, 0xa5, 0x65, 0x22, 0xbe, 0x5e, 0xfd, 0x18, 0x6d, 0x37, 0x29, 0x1e, 0xb8, 0x61, 0xb5, 0x14, 0xd2, 0x29, 0x8f, 0xd9, 0xff, 0x94, 0x10, 0x30, 0x07, 0xbe, 0x48, 0x3e, 0x15, 0xd5, 0x05, 0xf4, 0x8b, 0x38, 0xa1, 0x14, 0x80, 0x89, 0x70, 0x43, 0xcd, 0xc1, 0x9e, 0xa9, 0xf0, 0xb8, 0x3f, 0x1f, 0xe9, 0x06, 0x09, 0x64, 0xfb, 0xb2, 0x90, 0xf9, 0xea, 0xdd, 0x84, 0xfe, 0xf5, 0xe6, 0x0d, 0xc6, 0x4b, 0x5f, 0xa0, 0x17, 0x18, 0xe9, 0xce, 0x0f, 0xc2, 0x0f, 0x1e, 0x8a, 0xe2, 0xf2, 0x0b, 0x43, 0xed, 0x0c, 0x11, 0x7f, 0x35, 0x73, 0xf3, 0x83, 0xbf, 0x54, 0x8b, 0x28, 0xa3, 0xe6, 0xfb, 0xa7, 0xf5, 0xe2, 0x51, 0xf0, 0xf7, 0xea, 0xe0, 0x9c, 0xc1, 0x8f, 0x06, 0x42, 0x93, 0x39, 0x34, 0x1c, 0xfc, 0x3c, 0x86, 0x81, 0xd2, 0xc5, 0xa0, 0x82, 0x58, 0xa4, 0x08, 0xc9, 0xd0, 0x11, 0xa8, 0xda, 0xa2, 0x55, 0x35, 0x1c, 0x75 } } }; static const struct cckprng_op_refresh op_refresh_4325 = { .hd = { .id = 4085, .kind = OP_REFRESH }, .rand = 313125174989730595ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4326 = { .hd = { .id = 4086, .kind = OP_REFRESH }, .rand = 2371503103203000913ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4327 = { .hd = { .id = 4087, .kind = OP_RESEED }, .nonce = 4837247609016010554ULL, .seed_nbytes = 59, .seed = { 0x15, 0x28, 0x4e, 0xc8, 0x92, 0x03, 0x9d, 0x5c, 0x20, 0x2c, 0x24, 0x8e, 0x26, 0xba, 0xdf, 0xd3, 0xf3, 0xbb, 0x95, 0xe0, 0xdb, 0x9a, 0xde, 0x39, 0x29, 0x8b, 0x1c, 0x64, 0x68, 0xc4, 0xb7, 0xbf, 0xbd, 0x3e, 0x81, 0x23, 0xfa, 0xb0, 0x5a, 0x25, 0x72, 0xf5, 0xa4, 0x4f, 0x5a, 0xe4, 0x03, 0xa0, 0x2f, 0xd4, 0x78, 0x21, 0x1f, 0xbe, 0x30, 0x57, 0x86, 0x16, 0x84 } }; static const struct cckprng_op_refresh op_refresh_4328 = { .hd = { .id = 4088, .kind = OP_REFRESH }, .rand = 9225681661007446689ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4329 = { .hd = { .id = 4089, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0xa8, 0x47, 0x51, 0x95, 0x81, 0x11, 0x5e, 0x34, 0x02, 0xdb, 0x31, 0xde, 0x7b, 0x9c, 0xae, 0x36, 0x5a, 0x19, 0x42, 0x61, 0x30, 0x1e, 0xf0, 0x1e, 0x88, 0x71, 0xab, 0x95, 0x86, 0x18, 0x7f, 0x08, 0x5e, 0xc7, 0x78, 0x9d, 0xb1, 0x91, 0x35, 0x7f, 0x28, 0x12, 0xe1, 0x0a, 0x33, 0x8e, 0xbe } } }; static const struct cckprng_op_reseed op_reseed_4330 = { .hd = { .id = 4090, .kind = OP_RESEED }, .nonce = 12516655980796323330ULL, .seed_nbytes = 194, .seed = { 0x5a, 0x7c, 0x78, 0xf0, 0x3d, 0x74, 0xdc, 0x1e, 0x87, 0xb0, 0x33, 0x88, 0x80, 0x7c, 0xb4, 0xd9, 0x5d, 0x51, 0x17, 0xfa, 0xa2, 0xd8, 0xd8, 0x62, 0x36, 0x6d, 0x9c, 0x40, 0x43, 0x50, 0x8c, 0x32, 0xb0, 0xab, 0x01, 0x1e, 0xc9, 0xac, 0xe3, 0x54, 0x08, 0x41, 0xf8, 0xa3, 0xb7, 0x73, 0x40, 0x9f, 0x58, 0xe1, 0x76, 0x9a, 0x69, 0x80, 0x05, 0xfe, 0x31, 0x48, 0x9a, 0x5b, 0xcb, 0x8b, 0xe1, 0x8f, 0xb8, 0xa5, 0x73, 0x01, 0x59, 0xd7, 0xae, 0x48, 0x34, 0xd4, 0x0e, 0x51, 0x6e, 0x8e, 0x3b, 0xb9, 0x54, 0x01, 0x8f, 0xea, 0x5e, 0x01, 0xae, 0x98, 0x5d, 0x7a, 0xa9, 0xdd, 0xf4, 0x1a, 0x93, 0x72, 0xba, 0x66, 0xc9, 0x2d, 0x5e, 0x1a, 0x1e, 0x1e, 0x45, 0x89, 0xc6, 0x3b, 0xe0, 0xe3, 0x20, 0x83, 0x0d, 0x18, 0x47, 0xc8, 0x00, 0x49, 0x88, 0x9a, 0xce, 0xf8, 0x34, 0x20, 0x6f, 0x7a, 0xbd, 0x6b, 0x2f, 0x7e, 0x10, 0x54, 0xd4, 0x9d, 0x34, 0xe0, 0x53, 0x56, 0x37, 0xca, 0x87, 0x68, 0x32, 0x7b, 0x5a, 0xa2, 0x0b, 0x25, 0xbd, 0x94, 0x4f, 0x63, 0x25, 0x0d, 0x09, 0x94, 0xba, 0x7a, 0xf3, 0x58, 0xfa, 0xe6, 0xb8, 0x97, 0x8b, 0x7f, 0x2f, 0x6f, 0x57, 0x2a, 0x17, 0x60, 0x17, 0x50, 0xf9, 0xdf, 0x54, 0xd6, 0xc7, 0x99, 0x9b, 0x50, 0xb2, 0xda, 0x23, 0x3d, 0x82, 0x22, 0xd4, 0xb6, 0x3e, 0x3f, 0xda, 0xb2 } }; static const struct cckprng_op_refresh op_refresh_4331 = { .hd = { .id = 4091, .kind = OP_REFRESH }, .rand = 1875257666299428984ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4332 = { .hd = { .id = 4092, .kind = OP_RESEED }, .nonce = 486447927296326792ULL, .seed_nbytes = 164, .seed = { 0xf2, 0x32, 0x49, 0x11, 0x49, 0xa2, 0x3c, 0x81, 0xb3, 0x7c, 0x59, 0x78, 0x5f, 0xea, 0xa5, 0xea, 0x18, 0x84, 0xf8, 0x60, 0xd6, 0x83, 0x1f, 0xbf, 0xe2, 0xb9, 0xb0, 0x47, 0x16, 0x7c, 0xb9, 0xb3, 0xf1, 0xd6, 0x44, 0xc3, 0xdf, 0x55, 0x5b, 0xa9, 0x29, 0xe8, 0xeb, 0x59, 0x31, 0xb5, 0xd6, 0x36, 0xc0, 0x54, 0x4b, 0xed, 0x2e, 0x68, 0xde, 0xec, 0x61, 0x75, 0x9d, 0xf2, 0x5c, 0x85, 0xfb, 0x10, 0x4a, 0xf8, 0xfa, 0x9e, 0xa9, 0x67, 0xd6, 0x7b, 0xa1, 0x83, 0x52, 0xf4, 0xbd, 0x19, 0x0b, 0x18, 0x1d, 0x2f, 0xc3, 0x1c, 0x1f, 0x35, 0xf8, 0xff, 0xde, 0xde, 0xc4, 0x56, 0x7c, 0xdb, 0x1d, 0x76, 0xc2, 0x5f, 0x77, 0x0c, 0x37, 0xcc, 0x16, 0xfe, 0xc6, 0x4a, 0xac, 0x43, 0xa3, 0x02, 0x44, 0x85, 0x37, 0x36, 0xcf, 0x49, 0xd4, 0x5c, 0x97, 0x15, 0xd7, 0xf6, 0x1f, 0x15, 0x56, 0xd2, 0x6a, 0xba, 0x4c, 0xc0, 0x4a, 0xcd, 0x29, 0xca, 0x95, 0x7e, 0xd5, 0x68, 0x4a, 0x82, 0x10, 0xcb, 0xfe, 0x31, 0x94, 0xc9, 0xc6, 0x29, 0xc3, 0x24, 0x3b, 0xab, 0x60, 0x98, 0x61, 0x49, 0x8a, 0xd6, 0x13, 0x34, 0x40, 0xbe, 0x75, 0xc5 } }; static const struct cckprng_op_refresh op_refresh_4333 = { .hd = { .id = 4093, .kind = OP_REFRESH }, .rand = 15060990827258609402ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4334 = { .hd = { .id = 4094, .kind = OP_RESEED }, .nonce = 16705639079653260831ULL, .seed_nbytes = 247, .seed = { 0x53, 0xc4, 0x9d, 0x89, 0x15, 0x4c, 0xe4, 0x4c, 0x0e, 0x03, 0x41, 0xc2, 0x3f, 0x4f, 0xd2, 0x7d, 0x02, 0x59, 0x93, 0x53, 0xe0, 0x29, 0xe8, 0xb3, 0xf8, 0x99, 0x49, 0x79, 0x8e, 0xc4, 0x62, 0xa3, 0x1b, 0xdd, 0x1a, 0xbb, 0x0f, 0x2d, 0x43, 0x45, 0x97, 0x67, 0x00, 0x5a, 0x6e, 0x2f, 0xea, 0x25, 0x65, 0x9b, 0xc7, 0xfb, 0xc0, 0x3f, 0xc6, 0xb0, 0x6b, 0xb4, 0x82, 0xd7, 0x54, 0x7d, 0xde, 0x1f, 0x25, 0x30, 0x4e, 0x60, 0x48, 0xab, 0x06, 0xad, 0x8f, 0x23, 0x45, 0xdf, 0x51, 0x2a, 0x03, 0xc8, 0x04, 0x93, 0xaa, 0xcb, 0x6f, 0xc4, 0x44, 0x33, 0x64, 0xaf, 0xf4, 0xc7, 0xd0, 0x1b, 0xb1, 0x23, 0xbd, 0xc2, 0xba, 0x74, 0x9e, 0x49, 0x02, 0xfb, 0x84, 0xb7, 0xd5, 0x57, 0xca, 0xb7, 0xc7, 0x20, 0x01, 0x05, 0x0b, 0xb9, 0x32, 0x5b, 0x3c, 0x61, 0x6d, 0xea, 0x25, 0x88, 0x81, 0x5c, 0x0d, 0x20, 0xd3, 0x50, 0x0d, 0xf6, 0xab, 0xf2, 0x88, 0x4e, 0x73, 0xaf, 0x76, 0x9b, 0x85, 0xf8, 0x3a, 0x75, 0x19, 0xec, 0x85, 0xce, 0x41, 0x37, 0xb8, 0x1a, 0xdb, 0xa5, 0x79, 0x5e, 0xaf, 0xaa, 0x82, 0xbd, 0x07, 0x4c, 0x01, 0x91, 0xf5, 0x89, 0xa0, 0xcd, 0xb1, 0xdd, 0x9f, 0xba, 0x68, 0x4f, 0x73, 0x31, 0x83, 0x60, 0x77, 0xbc, 0xea, 0xb4, 0xd0, 0x19, 0x86, 0xbf, 0x4c, 0x9f, 0xf6, 0x0a, 0x8e, 0xb0, 0xc9, 0xe4, 0xcc, 0x49, 0x7b, 0xdc, 0xd3, 0x2b, 0x72, 0xf3, 0x17, 0x4c, 0x58, 0x25, 0x58, 0x74, 0x03, 0x52, 0x9d, 0xe4, 0x75, 0x58, 0x39, 0x50, 0xcc, 0x8d, 0xc0, 0xa4, 0x37, 0xf7, 0xe8, 0xe4, 0x73, 0xab, 0x7f, 0x6c, 0x05, 0xd8, 0x2b, 0x9f, 0xae, 0xf9, 0x27, 0x41, 0x9c, 0x03, 0x55, 0x2f, 0x68, 0x1a, 0xec, 0xab, 0xb0, 0xd6, 0xd5 } }; static const struct cckprng_op_refresh op_refresh_4335 = { .hd = { .id = 4095, .kind = OP_REFRESH }, .rand = 6583395166123464774ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4336 = { .hd = { .id = 4096, .kind = OP_REFRESH }, .rand = 15562440142368030278ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4337[] = { (const struct cckprng_op *)&op_init_4321, (const struct cckprng_op *)&op_reseed_4322, (const struct cckprng_op *)&op_init_4323, (const struct cckprng_op *)&op_init_4324, (const struct cckprng_op *)&op_refresh_4325, (const struct cckprng_op *)&op_refresh_4326, (const struct cckprng_op *)&op_reseed_4327, (const struct cckprng_op *)&op_refresh_4328, (const struct cckprng_op *)&op_init_4329, (const struct cckprng_op *)&op_reseed_4330, (const struct cckprng_op *)&op_refresh_4331, (const struct cckprng_op *)&op_reseed_4332, (const struct cckprng_op *)&op_refresh_4333, (const struct cckprng_op *)&op_reseed_4334, (const struct cckprng_op *)&op_refresh_4335, (const struct cckprng_op *)&op_refresh_4336 }; static const struct cckprng_vector vec_4338 = { .id = 4097, .note = NULL, .nops = 16, .ops = ops_4337 }; static const struct cckprng_op_init op_init_4339 = { .hd = { .id = 4098, .kind = OP_INIT }, .seed = { 0x30, 0x53, 0x85, 0xdc, 0x0b, 0xad, 0x13, 0x3f, 0xdd, 0xe2, 0xc7, 0xf7, 0xf9, 0xa7, 0xe9, 0xc6, 0x01, 0x5d, 0xf2, 0x5b, 0x64, 0xe3, 0x95, 0x30, 0x19, 0x79, 0x80, 0x51, 0xd5, 0xb1, 0x5b, 0x0f }, .nonce = { 0x9b, 0xa8, 0x10, 0xed, 0xdd, 0xe1, 0xea, 0x89 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4340 = { .hd = { .id = 4099, .kind = OP_GENERATE }, .rand_nbytes = 114, .out = { .rand = { 0x98, 0xfa, 0x4d, 0x70, 0xc4, 0x5a, 0x9d, 0x66, 0x9b, 0x08, 0x10, 0xc8, 0x35, 0xa9, 0x1c, 0x23, 0x93, 0xe0, 0x3f, 0x4b, 0x66, 0xff, 0xcc, 0x0e, 0x47, 0xf0, 0x90, 0xc4, 0xd8, 0x43, 0xeb, 0x09, 0x3e, 0xb0, 0xa7, 0x22, 0x64, 0x70, 0xfc, 0xa0, 0xdb, 0xc9, 0xc0, 0xc6, 0x3b, 0x59, 0x9a, 0x9b, 0x34, 0xa5, 0x2c, 0x82, 0xf7, 0xd5, 0x67, 0xbd, 0x70, 0xc3, 0xb2, 0x79, 0x2c, 0x2f, 0xfd, 0x90, 0xdc, 0x88, 0x81, 0x3d, 0x7c, 0xf2, 0x5c, 0x4a, 0x95, 0x54, 0x8c, 0x7a, 0x91, 0x05, 0x59, 0xcb, 0xa5, 0x1d, 0xd6, 0xbb, 0xb7, 0xb4, 0xe6, 0xe7, 0x27, 0x0e, 0x96, 0x05, 0x22, 0xc6, 0x00, 0x35, 0xb1, 0x49, 0x27, 0x00, 0x9b, 0x72, 0x30, 0x19, 0xbf, 0x47, 0xca, 0xd2, 0xc9, 0xf1, 0x4a, 0xb8, 0xc1, 0xf1 } } }; static const struct cckprng_op_reseed op_reseed_4341 = { .hd = { .id = 4100, .kind = OP_RESEED }, .nonce = 10776672242842924237ULL, .seed_nbytes = 149, .seed = { 0xb5, 0x00, 0x5e, 0x97, 0xfa, 0x0d, 0x54, 0x68, 0x88, 0x63, 0xd8, 0x33, 0x4a, 0x47, 0x6f, 0x68, 0x24, 0x18, 0x36, 0xe2, 0x91, 0x41, 0x6f, 0x8b, 0x70, 0x23, 0x53, 0x60, 0x20, 0xd8, 0x2b, 0x56, 0x5a, 0x00, 0xa0, 0x88, 0xe6, 0xe0, 0xd8, 0x66, 0x00, 0xcb, 0x03, 0xdb, 0xb7, 0x91, 0x77, 0x35, 0xdb, 0xbb, 0xd7, 0x2a, 0x40, 0x05, 0x5c, 0xea, 0xab, 0xae, 0xf4, 0xd6, 0xd3, 0x1b, 0xf0, 0xb5, 0x62, 0x9e, 0xd4, 0xa5, 0xb8, 0xf6, 0xc3, 0xbc, 0x5c, 0xe0, 0x74, 0xf9, 0x9c, 0x20, 0xde, 0x45, 0x21, 0x81, 0x21, 0x74, 0xd2, 0x41, 0xfa, 0x2d, 0x56, 0x8f, 0x46, 0x13, 0x06, 0x1b, 0x66, 0x07, 0x09, 0x96, 0x95, 0xba, 0xff, 0xc1, 0x33, 0xcc, 0x00, 0xd2, 0x84, 0xae, 0x2f, 0xbe, 0x66, 0x5a, 0xef, 0x10, 0xfb, 0xa0, 0xc1, 0x90, 0xad, 0x5b, 0xf0, 0x89, 0xb7, 0xe5, 0x53, 0x43, 0x4a, 0x48, 0x1d, 0x37, 0xab, 0x71, 0x05, 0xb0, 0xa7, 0x86, 0x57, 0x70, 0xeb, 0x14, 0xdb, 0xc0, 0x4e, 0x2d, 0x3c, 0x7c, 0x2b, 0x13, 0xb6 } }; static const struct cckprng_op_generate op_init_4342 = { .hd = { .id = 4101, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0x95, 0xb7, 0x1f, 0xb3, 0xb9, 0xf4, 0xb4 } } }; static const struct cckprng_op_refresh op_refresh_4343 = { .hd = { .id = 4102, .kind = OP_REFRESH }, .rand = 18335496504777893536ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4344 = { .hd = { .id = 4103, .kind = OP_RESEED }, .nonce = 6138549500809492587ULL, .seed_nbytes = 160, .seed = { 0xc6, 0xe6, 0x55, 0x16, 0x06, 0x21, 0x69, 0xfb, 0x7b, 0xfd, 0x67, 0x6b, 0x65, 0x4d, 0xc1, 0xb7, 0x8a, 0xe1, 0x1c, 0xf7, 0xd0, 0x82, 0x8b, 0xb9, 0xa0, 0xde, 0xdf, 0x1b, 0xeb, 0xff, 0x81, 0xde, 0xca, 0x8b, 0xd0, 0x17, 0x9a, 0x36, 0x44, 0xa5, 0x67, 0x74, 0xae, 0x49, 0xb3, 0xc8, 0x04, 0x19, 0xfb, 0xdb, 0xf9, 0x64, 0xe6, 0x60, 0xcb, 0x5b, 0xc9, 0x49, 0x0f, 0xb9, 0x45, 0x50, 0x51, 0xbf, 0x31, 0xaf, 0xce, 0xbf, 0xb3, 0x8e, 0x4b, 0xc2, 0xd2, 0x3f, 0x6e, 0xd5, 0xc1, 0x30, 0xb6, 0x9f, 0x50, 0xbc, 0xbe, 0x74, 0x48, 0xaf, 0xa3, 0x41, 0x5b, 0x3a, 0xc9, 0x0c, 0x61, 0x90, 0x4d, 0xaa, 0x0a, 0x51, 0xfd, 0xf2, 0xad, 0xfb, 0x65, 0x4e, 0xfe, 0x6c, 0x87, 0xa4, 0xa8, 0x35, 0x06, 0x7a, 0xea, 0x1d, 0xd5, 0x61, 0xb6, 0x60, 0x23, 0xe7, 0xac, 0xdd, 0x1c, 0x6e, 0x19, 0xd8, 0x4c, 0x56, 0x37, 0x6f, 0x35, 0xd4, 0x90, 0xaf, 0xd0, 0x7f, 0x0a, 0x32, 0x00, 0xdb, 0x29, 0x05, 0xa5, 0x7e, 0xe9, 0x19, 0x50, 0xa6, 0x36, 0x03, 0xac, 0xd4, 0xb1, 0x2d, 0x77, 0x55, 0xaf, 0x1b, 0x2c, 0x39 } }; static const struct cckprng_op_reseed op_reseed_4345 = { .hd = { .id = 4104, .kind = OP_RESEED }, .nonce = 17741759764169270978ULL, .seed_nbytes = 81, .seed = { 0xeb, 0x4a, 0xc1, 0x32, 0xa5, 0xdc, 0xe2, 0x96, 0x5e, 0x01, 0xe9, 0x4e, 0x7c, 0x7d, 0x21, 0x86, 0x9b, 0xf9, 0x67, 0x14, 0xba, 0xfb, 0x5d, 0x21, 0x49, 0x0d, 0x5b, 0x4e, 0xe0, 0xb6, 0xb5, 0x84, 0x69, 0x6c, 0xee, 0x6b, 0x46, 0xde, 0x5c, 0xd1, 0xad, 0x2f, 0xf4, 0x3e, 0xdb, 0x3c, 0x5b, 0x5b, 0x6c, 0xb3, 0xab, 0x55, 0x11, 0xf3, 0xcf, 0x6c, 0x0e, 0x3a, 0x7d, 0x91, 0x5e, 0xa0, 0x30, 0xee, 0xa5, 0xd2, 0xcf, 0x2a, 0x42, 0x74, 0xb4, 0x7a, 0x4c, 0xd8, 0x03, 0x3e, 0x22, 0xae, 0x39, 0xef, 0xb5 } }; static const struct cckprng_op_generate op_init_4346 = { .hd = { .id = 4105, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0x0b, 0x70, 0xbb, 0x80, 0x85, 0x1c, 0xd9, 0x4d, 0x3b, 0x00, 0x91, 0x4b, 0x35, 0x0e, 0xda, 0x04, 0x78, 0x5d, 0xa2, 0xed, 0x27, 0xcd, 0xf8, 0xc9, 0x77, 0x8b, 0x58, 0xda, 0x48, 0x84, 0x58, 0x4c, 0x60, 0x62, 0x1f, 0x51, 0xf6, 0xa0, 0x52, 0x32, 0xdd, 0x75, 0x34, 0x53, 0x79, 0x97, 0x8b, 0xd1, 0x32, 0xb0, 0xe1, 0xce, 0xdb, 0x17, 0x34, 0xcf, 0x8f, 0x56, 0x65, 0x3c, 0x38, 0xc0, 0xa8, 0x4e, 0x62, 0x74, 0x1e, 0x0c, 0x71, 0xf0, 0x69, 0x57, 0xb8, 0xa4, 0xd6, 0x04, 0x5f, 0x8f, 0xaa, 0xa5, 0xb6, 0xb4, 0x7c, 0xfa, 0x60, 0x95, 0xff, 0x67, 0x17, 0xa3, 0xb1, 0x98, 0x23, 0x59 } } }; static const struct cckprng_op_generate op_init_4347 = { .hd = { .id = 4106, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0x4e, 0x79, 0xf7, 0x28, 0x6f, 0xc0, 0x9a, 0x19, 0x2c, 0x3d, 0xe5, 0xf6, 0xc6, 0xb8, 0xee, 0x5c, 0x02, 0x89, 0x11, 0xb8, 0xbb, 0x92, 0x95, 0x52, 0x54, 0xa5, 0x45, 0x0c, 0x4f, 0xd3, 0x14, 0x87, 0x67, 0xce, 0xf0, 0xe9, 0x4c, 0xa0, 0x93, 0x52 } } }; static const struct cckprng_op_reseed op_reseed_4348 = { .hd = { .id = 4107, .kind = OP_RESEED }, .nonce = 4023967007551171510ULL, .seed_nbytes = 20, .seed = { 0x0e, 0x8f, 0x69, 0x1d, 0xfd, 0x7a, 0xe0, 0xa9, 0x97, 0x23, 0xce, 0xf1, 0x72, 0x5b, 0x09, 0xb2, 0x41, 0xa7, 0x7e, 0xdc } }; static const struct cckprng_op_refresh op_refresh_4349 = { .hd = { .id = 4108, .kind = OP_REFRESH }, .rand = 8687491598024065624ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4350 = { .hd = { .id = 4109, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0xd6, 0x7d, 0xb7, 0xa5, 0x82, 0xd8, 0x50, 0x50, 0xd3, 0x9b, 0x50, 0xf3, 0xca, 0xfe, 0x67, 0xbf, 0x4c, 0xff, 0x3b, 0x79, 0x7e, 0x47, 0x7a, 0x6c, 0xcd, 0xda, 0xc6, 0x5e, 0x87, 0xa7, 0x0e, 0xbe, 0x74, 0xbd, 0xbc, 0x1b, 0xc5, 0x15, 0xf2, 0xb3, 0x52, 0x17, 0x50, 0x42, 0x92, 0xd2, 0x41, 0x63, 0x7a, 0x43, 0x08, 0x39, 0x8d, 0x19, 0x4e, 0xb8, 0x24, 0x24, 0x75, 0x44, 0xf4, 0xa2, 0xd2, 0x7c, 0x11, 0xb5, 0xd6, 0x2f, 0x19, 0x3c, 0x48, 0x6e, 0xd5, 0x48, 0x70, 0x31, 0x28, 0x90, 0x34, 0x0e, 0x2e, 0x55, 0x86, 0x76, 0x4b, 0xbe, 0x33, 0xd4, 0x7b, 0xa8, 0x4f, 0xa4, 0xb3, 0x2e, 0x45, 0x88, 0x75, 0x5f, 0xfa, 0xab, 0xc7, 0x6c, 0x1c, 0xcd, 0x63, 0x73, 0x51, 0xbc, 0xde, 0x12, 0xa5, 0xc6, 0xe6, 0xeb, 0x47, 0x23, 0x2a, 0x54, 0x03, 0xf5, 0x5d, 0x21, 0xc6, 0x5b, 0x25, 0xfe, 0xd2, 0x00, 0xf9, 0xf9, 0x69, 0x64, 0x7c, 0xaf, 0x49, 0xe0, 0x26, 0xbf, 0x7a, 0x86, 0xbc, 0xf3 } } }; static const struct cckprng_op_reseed op_reseed_4351 = { .hd = { .id = 4110, .kind = OP_RESEED }, .nonce = 1275276220433669856ULL, .seed_nbytes = 205, .seed = { 0x79, 0x25, 0x82, 0x09, 0x51, 0xcb, 0xc9, 0xf5, 0xe3, 0x8d, 0xf9, 0xa1, 0xb1, 0x7f, 0x09, 0xcc, 0xf6, 0x9f, 0x4b, 0x4d, 0xd3, 0xbc, 0x5d, 0xdd, 0x16, 0xaf, 0x32, 0xf1, 0x40, 0x21, 0x7c, 0x2a, 0xa9, 0x21, 0xa2, 0xe3, 0xdb, 0xf1, 0x9d, 0xf6, 0x20, 0xf5, 0xd1, 0x87, 0xeb, 0xf8, 0xe4, 0x92, 0x77, 0x0e, 0x7c, 0x49, 0xf2, 0x20, 0x93, 0x37, 0xa0, 0x9f, 0xe3, 0xf6, 0x8e, 0x6c, 0x44, 0xb6, 0x56, 0xb5, 0xaa, 0xd6, 0x9f, 0xe0, 0x4e, 0x34, 0x80, 0x74, 0xb1, 0x33, 0xfd, 0xbd, 0x12, 0xf9, 0x34, 0x35, 0x73, 0x44, 0x2c, 0xc9, 0x10, 0xce, 0x41, 0x21, 0x0e, 0x5a, 0x6d, 0xe4, 0x9b, 0x5b, 0x30, 0x6d, 0xf8, 0x7e, 0x9d, 0x2b, 0xcc, 0x6c, 0xcf, 0x5d, 0x8d, 0x13, 0x6e, 0xfb, 0xaf, 0xd6, 0x43, 0x22, 0xc3, 0x02, 0xf4, 0x3c, 0xe7, 0xcb, 0x6e, 0x27, 0x50, 0xf7, 0xda, 0x21, 0x10, 0x57, 0xf2, 0x5c, 0x6d, 0xcd, 0x9f, 0x5e, 0x1b, 0xdf, 0xe0, 0xda, 0xdd, 0x24, 0xd8, 0x39, 0x44, 0x2e, 0xd6, 0xaa, 0x8f, 0xe8, 0xe6, 0xac, 0xff, 0x05, 0x55, 0x66, 0xf2, 0xa5, 0x5d, 0x8e, 0xcb, 0x94, 0xf3, 0x42, 0xbd, 0x9b, 0x18, 0x7c, 0x30, 0x39, 0x16, 0x3f, 0x10, 0xdf, 0xcf, 0x40, 0xb6, 0xd6, 0x25, 0x0f, 0xee, 0x94, 0x54, 0xc8, 0xbc, 0xde, 0x80, 0xd1, 0xb6, 0x46, 0x11, 0x5e, 0xc9, 0x61, 0x37, 0xc9, 0x9c, 0x4f, 0x82, 0xe5, 0xdc, 0x74, 0x8a, 0x3c, 0xb1, 0x99, 0x8e } }; static const struct cckprng_op_generate op_init_4352 = { .hd = { .id = 4111, .kind = OP_GENERATE }, .rand_nbytes = 119, .out = { .rand = { 0xe2, 0x7d, 0x6a, 0x92, 0xfe, 0x45, 0xe2, 0x79, 0xc5, 0xd6, 0xff, 0xfc, 0xcc, 0x65, 0x50, 0xe8, 0x87, 0xdc, 0xab, 0x49, 0x5a, 0xf8, 0xc9, 0x84, 0xd1, 0xaa, 0x91, 0xbc, 0x33, 0xe7, 0xd0, 0x0a, 0x73, 0x99, 0x4d, 0x9d, 0x44, 0xdf, 0x42, 0xdd, 0xa9, 0x86, 0x46, 0xc1, 0x63, 0xe0, 0xa1, 0x98, 0xf3, 0x62, 0xee, 0x3f, 0xd2, 0x14, 0xec, 0x37, 0x41, 0xb7, 0x66, 0x8d, 0x04, 0x10, 0xcc, 0x71, 0xe0, 0x7a, 0x55, 0x7c, 0xca, 0xe9, 0x1a, 0xde, 0x70, 0x3b, 0xfb, 0x24, 0x71, 0xf8, 0xb0, 0xd5, 0xde, 0x56, 0x6a, 0x6b, 0xbf, 0x01, 0xb5, 0x8e, 0x85, 0x07, 0xdc, 0x47, 0x05, 0xe5, 0xeb, 0x9c, 0x32, 0xb5, 0xe0, 0x51, 0x0b, 0xa2, 0xdd, 0xeb, 0x23, 0xfd, 0xf3, 0xdc, 0xdc, 0x96, 0x84, 0x5e, 0x13, 0x60, 0xf4, 0x79, 0x74, 0xf2, 0xd0 } } }; static const struct cckprng_op_generate op_init_4353 = { .hd = { .id = 4112, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0x22, 0x34, 0x8c, 0x89, 0xc4, 0x32, 0xcb, 0x90, 0x3f, 0x65, 0x6c, 0x10, 0x72, 0xb6, 0x7d, 0x23, 0x04, 0x46, 0x5f, 0x81, 0x46, 0xab, 0xa1, 0x9b, 0x2b, 0xca, 0x4a, 0x19, 0x8d, 0x2a, 0x74, 0x38, 0x9b, 0x09, 0x2e, 0xe1, 0xa9, 0xd2, 0x4f, 0xb7, 0x97, 0x9b, 0x24, 0x94, 0xd8, 0x5a, 0x14, 0x15, 0x7c, 0xd0, 0xb8, 0xa0, 0x17, 0x0f, 0x6a, 0x92, 0x5a, 0xa1, 0x1d, 0xac, 0x72, 0x16, 0x93, 0xc4, 0x97, 0xec, 0xef, 0x19, 0xa9, 0x65, 0x66, 0x83, 0xfc, 0xd6, 0xb0, 0x8d, 0x2d, 0x48, 0x82, 0x4c, 0xc8, 0x9d, 0x43, 0xa1, 0x18, 0x92, 0x87, 0x70, 0x5c, 0xbe, 0xfb, 0xed, 0x01, 0xd4, 0x4a, 0x8a, 0x3a, 0x59, 0x1b, 0x20, 0x3a, 0x9a, 0x1a, 0x72, 0xba, 0x6a, 0x83, 0xf3, 0x08, 0x96, 0xe9, 0x98, 0xdb, 0x99, 0xfd, 0x55, 0xa0, 0x00, 0xf6, 0xc1, 0xc2, 0xbd, 0x72, 0x17, 0xde, 0x21, 0xac, 0x65, 0x9a, 0xa5, 0x88, 0xf9, 0x4b, 0x7e, 0x73, 0xf8, 0xad, 0x44, 0x39, 0xe0, 0x2a, 0x2e, 0xed, 0xb4, 0xb8, 0x16, 0xcf, 0xd4, 0x2a, 0xb1, 0xc2, 0x10, 0xbe, 0xa9, 0x58, 0xcc, 0x8b, 0xb0, 0x3d, 0x37, 0x09, 0xc1, 0x58, 0xdf, 0x9e, 0xb4, 0x5c, 0x9c, 0xe4, 0x73, 0x8e, 0x98, 0x6f, 0xfd, 0x61, 0xd0, 0xbe, 0x3a, 0x0f, 0xb8, 0x11, 0x61, 0xbf, 0xda, 0x9d, 0x21, 0x56, 0xcb, 0x07, 0xd9, 0x4f, 0x52, 0x49, 0xa8, 0xb9, 0x02, 0xac, 0xbb, 0xc5, 0xf9, 0xc7, 0x1b, 0x9c, 0x9e, 0xd2, 0x0d, 0x97, 0xdf, 0xd7, 0xd8, 0xad, 0x7f, 0x5b, 0x43, 0x1b, 0x15, 0x83, 0x4f, 0x86, 0x30, 0x34, 0x4b, 0x75, 0x93, 0x16, 0x3e, 0x4b, 0x4b, 0xbb, 0x3e, 0x64, 0xb1, 0x8a, 0x39, 0x08, 0x64, 0x69, 0x73 } } }; static const struct cckprng_op_refresh op_refresh_4354 = { .hd = { .id = 4113, .kind = OP_REFRESH }, .rand = 11889646822455322882ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4355[] = { (const struct cckprng_op *)&op_init_4339, (const struct cckprng_op *)&op_init_4340, (const struct cckprng_op *)&op_reseed_4341, (const struct cckprng_op *)&op_init_4342, (const struct cckprng_op *)&op_refresh_4343, (const struct cckprng_op *)&op_reseed_4344, (const struct cckprng_op *)&op_reseed_4345, (const struct cckprng_op *)&op_init_4346, (const struct cckprng_op *)&op_init_4347, (const struct cckprng_op *)&op_reseed_4348, (const struct cckprng_op *)&op_refresh_4349, (const struct cckprng_op *)&op_init_4350, (const struct cckprng_op *)&op_reseed_4351, (const struct cckprng_op *)&op_init_4352, (const struct cckprng_op *)&op_init_4353, (const struct cckprng_op *)&op_refresh_4354 }; static const struct cckprng_vector vec_4356 = { .id = 4114, .note = NULL, .nops = 16, .ops = ops_4355 }; static const struct cckprng_op_init op_init_4357 = { .hd = { .id = 4115, .kind = OP_INIT }, .seed = { 0x55, 0xca, 0x74, 0xcc, 0xb6, 0xbf, 0x8e, 0x61, 0xd4, 0x55, 0xb1, 0x70, 0xac, 0xa5, 0x9e, 0x4b, 0xbc, 0x19, 0xa3, 0x35, 0x74, 0x02, 0x4a, 0x41, 0x01, 0xb0, 0x45, 0xe6, 0x0c, 0x79, 0x18, 0x05 }, .nonce = { 0x07, 0x8a, 0xe0, 0xf8, 0x38, 0xf4, 0x56, 0x43 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4358 = { .hd = { .id = 4116, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0x6f, 0xc8, 0xeb, 0x22, 0xae, 0xb3, 0x34, 0xb3, 0xce, 0xe8, 0x25, 0xee, 0xb3, 0x10 } } }; static const struct cckprng_op_reseed op_reseed_4359 = { .hd = { .id = 4117, .kind = OP_RESEED }, .nonce = 7621579299199654504ULL, .seed_nbytes = 282, .seed = { 0xc6, 0x0a, 0xb3, 0xd3, 0xe2, 0xfb, 0x8f, 0xa4, 0x6a, 0x3e, 0x25, 0x15, 0xcc, 0x99, 0xc3, 0xdd, 0x83, 0x95, 0xad, 0xe4, 0x49, 0x18, 0x1f, 0xf7, 0x6a, 0xc1, 0xcb, 0x79, 0x2a, 0xa9, 0x29, 0x9b, 0x0e, 0x48, 0x23, 0x63, 0x64, 0x04, 0x01, 0x28, 0x4f, 0x01, 0xd3, 0x6d, 0x42, 0xc6, 0xef, 0x69, 0x47, 0xd0, 0x6a, 0x87, 0x28, 0xb8, 0x82, 0xa3, 0x6b, 0xac, 0x52, 0x05, 0xc5, 0xb8, 0xd3, 0x97, 0xf0, 0x10, 0x7e, 0x98, 0xc5, 0x16, 0x7d, 0x6a, 0x16, 0xb3, 0x58, 0x51, 0x2e, 0xfa, 0xcb, 0x88, 0xe5, 0xa2, 0x42, 0xe7, 0xa1, 0x08, 0x24, 0xcc, 0xb3, 0xc7, 0x60, 0xa6, 0xe2, 0xf6, 0x14, 0x4a, 0xcd, 0x21, 0xb6, 0x72, 0x6d, 0x6a, 0x61, 0x94, 0xfd, 0xf7, 0x8a, 0x5b, 0xfd, 0xf2, 0xda, 0xb8, 0x4c, 0x5a, 0x1a, 0x6a, 0xca, 0xe0, 0x29, 0x85, 0x06, 0x28, 0x8d, 0xe8, 0xd5, 0x13, 0x40, 0x7a, 0x1f, 0xcc, 0x58, 0x5b, 0xd6, 0xf0, 0xad, 0x5e, 0x88, 0x3f, 0x86, 0x92, 0x28, 0x1c, 0x2c, 0xad, 0xf3, 0x20, 0x11, 0xf8, 0xe5, 0x11, 0x57, 0xd9, 0x7a, 0x9a, 0x1e, 0x2f, 0x77, 0xf9, 0x02, 0x56, 0x64, 0xd5, 0x0c, 0xc4, 0x12, 0x85, 0xb7, 0xf8, 0x3d, 0xa3, 0x60, 0xf0, 0x6d, 0xb3, 0x0b, 0xab, 0xc9, 0xf3, 0xb8, 0x76, 0x75, 0xe6, 0x42, 0x09, 0xd1, 0xeb, 0xcb, 0x70, 0xfa, 0x72, 0xc8, 0x6c, 0x3c, 0x65, 0xb0, 0xbb, 0x42, 0xb0, 0x90, 0x1f, 0x14, 0xfc, 0x13, 0xf1, 0xd2, 0x16, 0x0d, 0xda, 0x53, 0x2e, 0xbd, 0x6e, 0x43, 0xb1, 0x93, 0xf7, 0x3c, 0x85, 0x69, 0xf8, 0xe9, 0x06, 0xca, 0xdb, 0xa0, 0xd4, 0x71, 0x33, 0x12, 0x3d, 0x04, 0x92, 0x65, 0x83, 0x81, 0x39, 0x8d, 0x60, 0x2c, 0x1d, 0x14, 0x5e, 0x18, 0xe7, 0x9a, 0x79, 0x8b, 0x4a, 0x7a, 0xe6, 0x6e, 0x3e, 0xf4, 0x98, 0x5d, 0xeb, 0x7e, 0x95, 0x4c, 0x7e, 0xbd, 0x91, 0x86, 0xfa, 0x34, 0x06, 0xec, 0x22, 0x6b, 0xd3, 0x78, 0x30, 0x32, 0x68, 0xcd, 0x45, 0x9f, 0x49, 0xf0, 0xba, 0x40, 0x7c } }; static const struct cckprng_op_reseed op_reseed_4360 = { .hd = { .id = 4118, .kind = OP_RESEED }, .nonce = 3584010481939094964ULL, .seed_nbytes = 126, .seed = { 0x66, 0x2b, 0xde, 0x55, 0x05, 0x02, 0xfd, 0x5e, 0x41, 0xe1, 0x6d, 0x02, 0xa4, 0x95, 0x17, 0x90, 0xec, 0x15, 0x23, 0x32, 0x96, 0xf0, 0x3b, 0x2c, 0xc5, 0x80, 0xe0, 0xa5, 0x14, 0x46, 0x96, 0x8a, 0x22, 0xf0, 0xba, 0xa7, 0x98, 0xcf, 0x68, 0xb4, 0xc0, 0x1c, 0xb6, 0xd1, 0x35, 0x13, 0xaf, 0x96, 0x30, 0xb3, 0xe0, 0xe3, 0x3f, 0xa7, 0x5b, 0xbf, 0x5f, 0xb1, 0xf8, 0x6e, 0xdb, 0x6d, 0xf9, 0xb5, 0x70, 0xb9, 0xae, 0x83, 0x4a, 0xb6, 0x1f, 0x59, 0x78, 0xa0, 0x3d, 0x59, 0x67, 0x99, 0xdf, 0x96, 0xe3, 0xe5, 0x7d, 0x22, 0x5a, 0xfb, 0xdd, 0xf3, 0x01, 0x8a, 0x6a, 0xe1, 0x2f, 0x8a, 0xeb, 0x45, 0x81, 0x69, 0xa9, 0xa2, 0xaf, 0xc7, 0x9d, 0x80, 0x17, 0x35, 0xc5, 0xb1, 0x73, 0xb0, 0x6a, 0xb1, 0x09, 0x17, 0xf1, 0xec, 0xb6, 0xe2, 0xcf, 0xdb, 0x75, 0x35, 0x15, 0x75, 0x7e, 0x5d } }; static const struct cckprng_op_reseed op_reseed_4361 = { .hd = { .id = 4119, .kind = OP_RESEED }, .nonce = 12290178497697919717ULL, .seed_nbytes = 87, .seed = { 0xd7, 0xbb, 0xd2, 0x17, 0x08, 0xa2, 0x84, 0x73, 0xf7, 0x90, 0xf1, 0x59, 0x1e, 0x63, 0x27, 0x0e, 0xb6, 0x65, 0xb1, 0xd3, 0xf7, 0x2b, 0xa3, 0x08, 0x10, 0x2c, 0x63, 0x62, 0x2a, 0x76, 0x15, 0x68, 0xc8, 0x13, 0xed, 0x65, 0x97, 0xa0, 0x16, 0x64, 0xc9, 0x1e, 0xce, 0x9f, 0xb0, 0xc7, 0xfc, 0x65, 0xc5, 0xa9, 0xdc, 0x1d, 0xba, 0x25, 0x1f, 0xfb, 0x99, 0x8c, 0x1e, 0x3c, 0xfd, 0x4b, 0x18, 0x40, 0xa9, 0x25, 0xcc, 0x60, 0x6d, 0xb4, 0xf9, 0x11, 0x13, 0x6e, 0xe6, 0xf5, 0x46, 0xd9, 0x4f, 0x6c, 0x5a, 0x08, 0xd3, 0x8d, 0xd5, 0x28, 0x9b } }; static const struct cckprng_op_generate op_init_4362 = { .hd = { .id = 4120, .kind = OP_GENERATE }, .rand_nbytes = 32, .out = { .rand = { 0x9e, 0x0c, 0xb2, 0xfe, 0xf6, 0xce, 0x96, 0xd1, 0xda, 0x76, 0xd3, 0xd6, 0x41, 0xb3, 0x8d, 0xea, 0xf7, 0x9a, 0x10, 0x33, 0xe4, 0x32, 0x5c, 0x15, 0xf5, 0x37, 0x3c, 0x5f, 0x8a, 0x3a, 0x59, 0xf0 } } }; static const struct cckprng_op_generate op_init_4363 = { .hd = { .id = 4121, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0xad, 0xf5, 0x9a, 0x97, 0x72, 0x7d, 0xc5, 0x0f, 0xdf, 0x77, 0xc8, 0xfd, 0xf8, 0x13, 0x5d, 0x8a, 0x13, 0xf8, 0x3d, 0x50, 0xfa, 0x0c, 0xdc, 0xc4, 0x60, 0xb8, 0xf8, 0xb2, 0x8e, 0x2e, 0x39, 0xaf, 0x93, 0x30, 0x59, 0x2b, 0x39, 0xba, 0xcb, 0xc4, 0xfc, 0x26, 0xbc, 0xcf, 0x9f, 0x69, 0xab, 0x41, 0x0c, 0x75, 0xc2, 0xb5, 0x40, 0x26, 0x03, 0x82, 0x58, 0x72, 0x0b, 0xe5, 0xcc, 0xd2, 0x8c, 0xe7, 0x01, 0x7c, 0x5d, 0x82, 0x02, 0xc4, 0xc2, 0xa5, 0x7d, 0xca, 0xcc, 0x36, 0x73, 0x3e, 0xea, 0x93, 0xac, 0x76, 0x5c, 0x07, 0xdd, 0x90, 0xcd, 0x39, 0xb3, 0x21, 0x52, 0xcb, 0x75, 0x78, 0xd9, 0x7c, 0x73, 0x08, 0x04, 0x85, 0x99, 0xa2, 0xb2, 0x5b, 0x52, 0x50, 0xbf, 0xdd, 0x14, 0x30, 0xcf, 0xaa, 0x3e, 0x9f, 0x62, 0x57, 0x9a, 0x15, 0x2f, 0x25, 0x72, 0xfe, 0xac, 0xe5, 0x61, 0x10, 0xdc, 0x68, 0x50, 0xd7, 0x58, 0x45, 0x25, 0x72, 0xe7, 0x17, 0x73, 0x73, 0x75, 0x40, 0xdf, 0x3f, 0x16, 0xea, 0x1b, 0xdf, 0xab, 0x8f, 0xd5, 0x5d, 0xbb, 0x9d, 0xc2, 0x55, 0xfb, 0x30, 0x18, 0x17, 0x3c, 0xf9, 0xcf, 0xaa, 0x26, 0xa2, 0x80, 0xae, 0x7a, 0x5a, 0x11, 0x7c, 0x2a, 0x1f, 0x2a, 0xbf, 0x9e, 0x20, 0x94, 0xdc, 0x8e, 0xa5, 0x5b, 0xd3, 0x44, 0x47, 0x43, 0x4d, 0x2f, 0x95, 0xe4, 0x0e, 0xa7, 0x24, 0x5e, 0x57, 0xea, 0x26, 0x54, 0xaf, 0x43, 0xbe, 0x7b, 0x14, 0x8f, 0x6a, 0x49, 0x41, 0xe9, 0xbe, 0xf7, 0x85, 0x50, 0xdf, 0xbf, 0x8c, 0x80, 0xa7, 0x2a, 0x25, 0xa3, 0x20, 0x4e, 0xef, 0xe5, 0xf7, 0x98, 0xbe, 0xc3, 0x8d, 0x26, 0x32, 0x07, 0xab, 0xfe, 0x3e, 0xde, 0x38, 0x98, 0x4e, 0xac, 0x35, 0x1c, 0xdc, 0xa6, 0x5c, 0x13, 0xf8, 0xda, 0xe1, 0xfe, 0xff, 0x0e, 0xd3, 0x4e, 0x5f, 0xf3, 0xbc, 0x73, 0x75, 0x7f, 0x39, 0xc5, 0xe5, 0x49, 0xf1, 0x91, 0x53, 0x8c, 0xd9, 0x22, 0x20, 0x6a, 0xe2 } } }; static const struct cckprng_op_reseed op_reseed_4364 = { .hd = { .id = 4122, .kind = OP_RESEED }, .nonce = 8287060406732823909ULL, .seed_nbytes = 249, .seed = { 0x8b, 0x1f, 0xfe, 0x83, 0x2f, 0xbb, 0x3f, 0x87, 0x36, 0x0b, 0x02, 0x54, 0xda, 0x06, 0x41, 0x17, 0xa9, 0xfc, 0x8b, 0xb0, 0x51, 0xac, 0x04, 0x0c, 0xbd, 0x0e, 0x30, 0x4f, 0xb1, 0x11, 0x2f, 0xc4, 0x33, 0xfb, 0x61, 0x72, 0xc0, 0x88, 0xd9, 0xc9, 0x56, 0x0e, 0x27, 0x32, 0xca, 0x01, 0x16, 0xa5, 0x14, 0x70, 0x8b, 0x61, 0x17, 0x1f, 0x5c, 0x6b, 0x27, 0xae, 0x82, 0x0b, 0x35, 0x8f, 0x7e, 0xc0, 0x16, 0x84, 0xe8, 0x89, 0xb0, 0x7e, 0xde, 0x1a, 0xb7, 0xda, 0x66, 0x03, 0xa6, 0x0b, 0x69, 0x81, 0x1a, 0x69, 0xcb, 0x74, 0x00, 0x65, 0x06, 0x19, 0x9b, 0x6b, 0x1a, 0xf4, 0x01, 0x5f, 0xbe, 0x6c, 0x0c, 0xdd, 0x2d, 0xd1, 0x0a, 0x46, 0x02, 0x80, 0xcb, 0xc8, 0xed, 0xdf, 0x57, 0x5f, 0x16, 0x5d, 0x32, 0x09, 0xa0, 0xb0, 0xe5, 0x2b, 0xe0, 0x06, 0x88, 0x3b, 0x76, 0x20, 0x70, 0x89, 0x72, 0xdb, 0xa6, 0x53, 0x75, 0x71, 0x40, 0x54, 0x22, 0x69, 0xc8, 0x0e, 0x03, 0xb0, 0x50, 0x87, 0x8c, 0xb5, 0xb0, 0xcc, 0x6a, 0xfd, 0xd3, 0x14, 0x6f, 0xca, 0xdd, 0x43, 0x07, 0x73, 0x39, 0xdd, 0xce, 0x03, 0x4c, 0x83, 0x1d, 0x1a, 0xd7, 0x9f, 0xd4, 0x34, 0x4e, 0xdb, 0xb7, 0xae, 0x08, 0x4a, 0x82, 0x7b, 0xd4, 0xd2, 0x47, 0xed, 0x84, 0xdd, 0x0e, 0x08, 0x79, 0x01, 0xc7, 0x1c, 0x66, 0xe0, 0x7e, 0x95, 0xce, 0x23, 0xd6, 0x58, 0x98, 0x31, 0xa7, 0xae, 0x44, 0x96, 0x16, 0x92, 0xd3, 0x43, 0x8e, 0xce, 0x68, 0x45, 0x8c, 0xda, 0x06, 0xf3, 0xdd, 0x4a, 0x50, 0x40, 0xd0, 0x7b, 0x56, 0x53, 0xff, 0xd6, 0x5d, 0x79, 0x7c, 0x5f, 0x36, 0x40, 0x6e, 0xbf, 0x7c, 0x1d, 0xce, 0x7c, 0xe6, 0x5b, 0x61, 0x78, 0xcf, 0x08, 0xba, 0x1a, 0x1a, 0x7f, 0x29, 0xb5, 0x66 } }; static const struct cckprng_op_reseed op_reseed_4365 = { .hd = { .id = 4123, .kind = OP_RESEED }, .nonce = 12848976091152200933ULL, .seed_nbytes = 261, .seed = { 0x10, 0xff, 0xd7, 0xb8, 0x3a, 0xb3, 0x58, 0xd4, 0x95, 0x40, 0xa4, 0xd2, 0x4d, 0x96, 0xa5, 0x82, 0x7a, 0x2b, 0x05, 0xca, 0xdd, 0x84, 0x4c, 0x99, 0x1a, 0xf4, 0xbc, 0x13, 0xfc, 0x57, 0x0d, 0xe0, 0xb5, 0x8d, 0xb7, 0xea, 0xe3, 0x57, 0xdd, 0x8d, 0x21, 0xb5, 0x25, 0x66, 0xb5, 0x56, 0x97, 0x0c, 0x98, 0x4a, 0xee, 0x4b, 0x75, 0x7d, 0xb0, 0x63, 0x58, 0xad, 0xc6, 0x93, 0x05, 0xf8, 0x7d, 0x04, 0xf2, 0x6d, 0x4a, 0xc2, 0x76, 0x7d, 0xd8, 0xe6, 0x0c, 0x54, 0x02, 0xe7, 0x07, 0x3b, 0x36, 0x2a, 0x6b, 0x35, 0x4a, 0x9b, 0x50, 0x51, 0x99, 0xe7, 0x58, 0xd9, 0xb7, 0x38, 0x63, 0x4d, 0x5c, 0x49, 0x54, 0xcc, 0x68, 0xb5, 0x25, 0xca, 0x41, 0xf6, 0x67, 0xa3, 0x83, 0x8b, 0x73, 0xa8, 0x46, 0xf3, 0xd6, 0x62, 0x07, 0x4f, 0x4d, 0xb7, 0x48, 0x6f, 0x1b, 0x30, 0xe0, 0xd8, 0xdb, 0xec, 0x52, 0xd6, 0x9a, 0x58, 0xca, 0xc0, 0x51, 0x12, 0xcd, 0xb5, 0x93, 0x05, 0xa5, 0x5c, 0x84, 0x0e, 0xbd, 0x67, 0x86, 0x3d, 0x49, 0x8b, 0x7f, 0x70, 0x70, 0x2c, 0x1d, 0x37, 0x25, 0xa2, 0x7e, 0xb8, 0xaf, 0x80, 0x29, 0x8b, 0xa8, 0x04, 0x23, 0x67, 0xe1, 0x10, 0xce, 0x87, 0xcf, 0xc3, 0xff, 0x16, 0xae, 0x3c, 0x1c, 0x28, 0xdb, 0xba, 0x8c, 0x53, 0x92, 0x91, 0xfe, 0x94, 0x59, 0xea, 0xc1, 0x16, 0xbd, 0x2a, 0x6a, 0x4f, 0xde, 0x32, 0xa5, 0x28, 0xc7, 0x58, 0x85, 0x3f, 0xdf, 0x80, 0x81, 0x36, 0xe3, 0x0d, 0xd5, 0x88, 0xbd, 0x6a, 0xaf, 0x44, 0x0f, 0xa8, 0x56, 0x98, 0x6b, 0x73, 0x80, 0x05, 0x43, 0xac, 0x7c, 0x32, 0x64, 0x16, 0x1e, 0xb6, 0x78, 0xe1, 0x6a, 0x98, 0xa0, 0x7f, 0xdd, 0x02, 0xfd, 0x64, 0xfc, 0xea, 0x98, 0xf8, 0xf3, 0x67, 0x2e, 0x98, 0xd2, 0xad, 0xa5, 0xc5, 0xbe, 0x9c, 0x05, 0x6f, 0xbf, 0x53, 0x24, 0xab, 0x65 } }; static const struct cckprng_op_generate op_init_4366 = { .hd = { .id = 4124, .kind = OP_GENERATE }, .rand_nbytes = 33, .out = { .rand = { 0xe6, 0x5c, 0x08, 0x71, 0x0e, 0x50, 0x97, 0xae, 0x94, 0x76, 0x19, 0xc1, 0x1e, 0x45, 0x56, 0x33, 0xaa, 0x96, 0xc8, 0x19, 0x07, 0x42, 0x92, 0x0f, 0xf1, 0x28, 0xe0, 0x34, 0x50, 0x09, 0x2f, 0xe9, 0xbf } } }; static const struct cckprng_op_refresh op_refresh_4367 = { .hd = { .id = 4125, .kind = OP_REFRESH }, .rand = 4142453873904296705ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4368 = { .hd = { .id = 4126, .kind = OP_RESEED }, .nonce = 13310736612673702619ULL, .seed_nbytes = 252, .seed = { 0xc1, 0x1f, 0xda, 0x24, 0x2f, 0x24, 0x60, 0xa3, 0x9c, 0xa2, 0x64, 0x88, 0x7e, 0x55, 0xf2, 0x2a, 0x32, 0x2c, 0xd0, 0xef, 0xc2, 0xd9, 0xe0, 0xed, 0x1e, 0x91, 0x12, 0xc1, 0x90, 0x61, 0xb0, 0x79, 0x1f, 0x90, 0x14, 0xf7, 0x26, 0x1f, 0x3f, 0x54, 0xba, 0x74, 0x17, 0x59, 0x3c, 0xf8, 0xd5, 0x14, 0xd2, 0xd1, 0x80, 0xa0, 0xe8, 0x0f, 0x7b, 0x01, 0xcc, 0xad, 0xa2, 0x61, 0x72, 0x0f, 0xee, 0xff, 0xb0, 0x3f, 0xa7, 0xee, 0x4f, 0xa1, 0xd0, 0xa9, 0x9d, 0xd4, 0xd8, 0x1d, 0xf4, 0xb3, 0x7a, 0x41, 0xd5, 0x88, 0x83, 0x80, 0x70, 0xad, 0x51, 0x4c, 0xf0, 0x85, 0xaa, 0x42, 0x63, 0x05, 0x07, 0x60, 0x6e, 0xff, 0x98, 0x1e, 0xcd, 0x23, 0x89, 0xff, 0xad, 0x69, 0xe4, 0x4c, 0x8a, 0x00, 0xc7, 0x44, 0x53, 0xcb, 0xc0, 0x42, 0x02, 0xe7, 0x82, 0xd3, 0xc4, 0x05, 0x7c, 0x4c, 0x20, 0xd2, 0xc6, 0xd5, 0x93, 0x85, 0x47, 0xc0, 0x6f, 0x15, 0xd8, 0x9d, 0xee, 0x20, 0x2e, 0x32, 0xd3, 0x3c, 0xee, 0xfe, 0x7b, 0x6b, 0x69, 0x8f, 0x8d, 0x12, 0x22, 0xac, 0xcb, 0xd9, 0x77, 0x4f, 0x4b, 0x2f, 0xdf, 0x35, 0x5c, 0x20, 0x36, 0x47, 0xb4, 0x72, 0xe6, 0xcc, 0x9f, 0xbf, 0x06, 0xdb, 0x22, 0x5d, 0x6e, 0x19, 0x3b, 0x9e, 0xd7, 0x95, 0x40, 0x53, 0xae, 0xf7, 0x54, 0x1e, 0xdd, 0x59, 0xc5, 0xd2, 0x43, 0x45, 0x28, 0xe1, 0xb8, 0x7c, 0xc6, 0x8d, 0x45, 0x25, 0xd6, 0xaa, 0xa8, 0xfb, 0x14, 0x7d, 0x45, 0x48, 0x56, 0x32, 0x0f, 0x6c, 0xa4, 0xb3, 0x4e, 0xfd, 0x04, 0x19, 0x06, 0x11, 0x93, 0x70, 0x9a, 0xb3, 0x68, 0x78, 0xff, 0x80, 0x3d, 0x4d, 0xbd, 0x2c, 0xd8, 0x88, 0x1d, 0x62, 0xf9, 0xe4, 0xb9, 0x9c, 0x6d, 0x53, 0x22, 0x0f, 0x89, 0x58, 0xa6, 0x85, 0xab, 0x1e, 0xfb, 0xcd } }; static const struct cckprng_op_refresh op_refresh_4369 = { .hd = { .id = 4127, .kind = OP_REFRESH }, .rand = 6412979365264843203ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4370 = { .hd = { .id = 4128, .kind = OP_GENERATE }, .rand_nbytes = 104, .out = { .rand = { 0xde, 0x4e, 0xc8, 0xd7, 0xf8, 0x06, 0xfd, 0xba, 0xf5, 0xae, 0x70, 0x49, 0x3c, 0xcf, 0x2f, 0xa3, 0xb9, 0x9e, 0xca, 0xf2, 0x46, 0xa0, 0x0d, 0xce, 0xbd, 0x75, 0x3d, 0xa3, 0x2b, 0xcd, 0x9e, 0xa1, 0x8a, 0x34, 0x3e, 0x21, 0x67, 0x1c, 0x02, 0xb6, 0x5f, 0xa8, 0x6e, 0x98, 0x5e, 0x31, 0xa8, 0xae, 0x18, 0xee, 0x10, 0x28, 0x24, 0xa8, 0x4f, 0x8e, 0xcf, 0xf4, 0x10, 0xa0, 0x8e, 0x17, 0xcc, 0xd3, 0x84, 0x79, 0x9a, 0xd1, 0x52, 0x0e, 0x20, 0xf5, 0x57, 0xb4, 0x16, 0xa9, 0xd6, 0x7d, 0xbf, 0x72, 0x5c, 0xa6, 0xe6, 0xc1, 0x89, 0xc1, 0x6d, 0x6e, 0xc1, 0x68, 0x61, 0x0c, 0x01, 0x98, 0x81, 0x5e, 0xc0, 0xd4, 0x70, 0xe9, 0x15, 0xf1, 0x50, 0xfb } } }; static const struct cckprng_op_reseed op_reseed_4371 = { .hd = { .id = 4129, .kind = OP_RESEED }, .nonce = 8361993514006389852ULL, .seed_nbytes = 244, .seed = { 0x01, 0xe1, 0xac, 0x47, 0xba, 0x91, 0x75, 0x3a, 0x0a, 0xea, 0x5a, 0x7a, 0x72, 0xf3, 0xa0, 0x4d, 0x7f, 0x2d, 0x26, 0x30, 0xe6, 0x0e, 0xeb, 0x2b, 0x15, 0x33, 0x8c, 0xb7, 0x23, 0xa9, 0x29, 0x6a, 0xfd, 0xe7, 0xb8, 0x4b, 0x28, 0x5c, 0x7d, 0xcf, 0x7e, 0xc2, 0x8e, 0x52, 0x0f, 0xd6, 0x6a, 0x86, 0x48, 0xed, 0x29, 0x42, 0x5a, 0xfc, 0x3f, 0xf2, 0x5d, 0x47, 0x4e, 0xfe, 0x7b, 0xc9, 0xca, 0x62, 0xb4, 0x53, 0x50, 0x63, 0x00, 0xa8, 0xf0, 0x91, 0xb8, 0x57, 0xfa, 0x32, 0x2e, 0x80, 0x49, 0x7d, 0x1a, 0x5b, 0x64, 0x1b, 0xc4, 0x02, 0xe4, 0x22, 0xe3, 0xe6, 0x20, 0xa6, 0x56, 0x2d, 0x3c, 0x44, 0xa4, 0x26, 0x16, 0x07, 0x8f, 0x4b, 0x7b, 0xef, 0x03, 0xc4, 0x75, 0x6f, 0x78, 0xd7, 0x52, 0x6a, 0xd7, 0x14, 0xfa, 0x12, 0x8c, 0xe6, 0x04, 0x6c, 0x78, 0x0d, 0x35, 0xcb, 0xb7, 0x92, 0xd8, 0x84, 0xdc, 0xd8, 0xcb, 0x65, 0x00, 0x31, 0x7f, 0x8d, 0xa1, 0xdd, 0xd5, 0x40, 0x2f, 0x72, 0x68, 0x30, 0x0b, 0xdb, 0xbd, 0x97, 0x96, 0x68, 0x55, 0x3c, 0x86, 0x73, 0x1f, 0xd0, 0xf8, 0x66, 0x02, 0x9d, 0xfe, 0x69, 0x9b, 0x5f, 0xa2, 0x9e, 0x2c, 0x8d, 0xb7, 0x52, 0xee, 0x4f, 0x83, 0xb5, 0x7e, 0xca, 0x0a, 0x28, 0xc3, 0xe2, 0x01, 0x05, 0x5f, 0x55, 0x61, 0x27, 0x72, 0x9e, 0x67, 0xb9, 0x11, 0xbb, 0x2c, 0xaf, 0x84, 0x89, 0x6d, 0x7b, 0xd5, 0xd9, 0x72, 0x50, 0x7d, 0x39, 0xd1, 0x54, 0xe5, 0x7c, 0xb1, 0x1f, 0x3c, 0x70, 0x60, 0xb0, 0xff, 0xd9, 0x65, 0x21, 0x8e, 0x4d, 0x05, 0x75, 0x01, 0x3d, 0xeb, 0x2d, 0x11, 0xb5, 0x68, 0xda, 0xfe, 0x43, 0x69, 0xfb, 0xd1, 0xbd, 0xe1, 0xd9, 0x4a, 0xd7, 0x25, 0x07, 0xd1, 0xb9 } }; static const struct cckprng_op_refresh op_refresh_4372 = { .hd = { .id = 4130, .kind = OP_REFRESH }, .rand = 15508786862287600821ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4373[] = { (const struct cckprng_op *)&op_init_4357, (const struct cckprng_op *)&op_init_4358, (const struct cckprng_op *)&op_reseed_4359, (const struct cckprng_op *)&op_reseed_4360, (const struct cckprng_op *)&op_reseed_4361, (const struct cckprng_op *)&op_init_4362, (const struct cckprng_op *)&op_init_4363, (const struct cckprng_op *)&op_reseed_4364, (const struct cckprng_op *)&op_reseed_4365, (const struct cckprng_op *)&op_init_4366, (const struct cckprng_op *)&op_refresh_4367, (const struct cckprng_op *)&op_reseed_4368, (const struct cckprng_op *)&op_refresh_4369, (const struct cckprng_op *)&op_init_4370, (const struct cckprng_op *)&op_reseed_4371, (const struct cckprng_op *)&op_refresh_4372 }; static const struct cckprng_vector vec_4374 = { .id = 4131, .note = NULL, .nops = 16, .ops = ops_4373 }; static const struct cckprng_op_init op_init_4375 = { .hd = { .id = 4132, .kind = OP_INIT }, .seed = { 0xf3, 0xb0, 0x87, 0xf2, 0x88, 0x95, 0xc1, 0x32, 0x39, 0x7e, 0x9d, 0x0d, 0x3c, 0x0d, 0x68, 0xec, 0x79, 0xfd, 0x36, 0x9e, 0xdb, 0xa6, 0x30, 0xdf, 0x41, 0xf3, 0x36, 0x25, 0x30, 0xc0, 0xca, 0xa0 }, .nonce = { 0x12, 0x23, 0xa5, 0x38, 0x69, 0x27, 0x4b, 0x60 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4376 = { .hd = { .id = 4133, .kind = OP_GENERATE }, .rand_nbytes = 131, .out = { .rand = { 0x1f, 0xc3, 0xba, 0x86, 0x6e, 0x83, 0xd1, 0xcf, 0x68, 0x44, 0xd9, 0xfe, 0x5e, 0x9d, 0x1a, 0x7d, 0x9b, 0x9f, 0xe2, 0x54, 0x7e, 0xad, 0x11, 0x89, 0x34, 0xba, 0x68, 0xe9, 0x18, 0xc0, 0x34, 0x73, 0xa3, 0xaa, 0x2b, 0x1c, 0xde, 0xb6, 0xec, 0xea, 0x3f, 0xeb, 0xff, 0x52, 0x83, 0xa8, 0xe2, 0x8e, 0x7b, 0xdf, 0x2b, 0xb3, 0x5e, 0x9c, 0x4b, 0x09, 0xe9, 0xc8, 0x36, 0x2b, 0x99, 0x23, 0x8a, 0x82, 0x30, 0x69, 0xa0, 0x6d, 0x7e, 0x7e, 0x8c, 0x3f, 0x94, 0x36, 0x20, 0xab, 0x6a, 0x02, 0x63, 0xba, 0x22, 0x5c, 0x70, 0x73, 0x8a, 0xcd, 0x6b, 0xfc, 0x08, 0x96, 0x17, 0x60, 0xc2, 0x84, 0xba, 0x75, 0x8b, 0x62, 0xe0, 0x55, 0xe7, 0x6e, 0x1c, 0xdd, 0x35, 0x26, 0xed, 0xad, 0x54, 0x93, 0xbe, 0x63, 0x34, 0xdd, 0x9c, 0xd2, 0xb3, 0xe6, 0xe0, 0x9c, 0x76, 0xb6, 0xad, 0x28, 0xd1, 0x37, 0x5c, 0x8d, 0xc9, 0x2b, 0xfb } } }; static const struct cckprng_op_reseed op_reseed_4377 = { .hd = { .id = 4134, .kind = OP_RESEED }, .nonce = 2764437070938954235ULL, .seed_nbytes = 244, .seed = { 0x2d, 0x74, 0xf2, 0x41, 0x03, 0xd8, 0xb3, 0xf0, 0xd0, 0x0a, 0x48, 0xd8, 0x2c, 0xec, 0x6a, 0x08, 0x57, 0x16, 0x6a, 0xcf, 0x30, 0xfd, 0x5e, 0x34, 0x74, 0xbd, 0xd4, 0x43, 0xe2, 0x7f, 0xf5, 0x7f, 0xcc, 0xe7, 0x85, 0xc3, 0xe4, 0x7b, 0x2b, 0xa4, 0xd1, 0xe8, 0x63, 0xbc, 0x54, 0x9b, 0x38, 0x2c, 0xe3, 0x2d, 0x00, 0xe9, 0x20, 0x4c, 0x92, 0xda, 0x14, 0xe7, 0x4a, 0xd8, 0xe8, 0xe5, 0x20, 0x7b, 0xae, 0x9b, 0xa1, 0xf7, 0x95, 0x8d, 0xf8, 0x94, 0xe1, 0x41, 0x22, 0x3e, 0xc3, 0x66, 0x88, 0xdf, 0xd8, 0x6b, 0xfe, 0xe0, 0xbd, 0x0d, 0x15, 0xa2, 0x13, 0x81, 0xaa, 0x5a, 0xe2, 0xb4, 0xd2, 0x4c, 0xc2, 0x5e, 0x57, 0x43, 0x7d, 0x36, 0x65, 0x13, 0x70, 0xd4, 0x07, 0x77, 0x79, 0xa5, 0x25, 0xb8, 0x13, 0xb9, 0x87, 0xe0, 0x3e, 0xca, 0x3d, 0xa0, 0x4e, 0x35, 0x14, 0xb7, 0xd8, 0x3d, 0x11, 0xe7, 0x29, 0x78, 0x00, 0x0d, 0x60, 0xb7, 0x84, 0x9c, 0x0e, 0x6b, 0xc1, 0xc4, 0xb1, 0xa3, 0x01, 0x7b, 0x0c, 0xa1, 0xbd, 0xeb, 0x7a, 0xd1, 0xe7, 0x86, 0x0e, 0x56, 0x78, 0xe1, 0x45, 0x86, 0xd0, 0xca, 0x1f, 0xcd, 0xe7, 0x02, 0xa0, 0x37, 0x85, 0x60, 0x7c, 0x45, 0xbf, 0x82, 0x30, 0x53, 0x1e, 0xc9, 0x20, 0x33, 0xc6, 0x51, 0x3e, 0x39, 0xd0, 0xb8, 0x25, 0xb3, 0xd9, 0xd2, 0x9f, 0x50, 0x0b, 0x74, 0xe0, 0x6f, 0x3e, 0x6c, 0xbb, 0x02, 0x16, 0x68, 0x6a, 0x6f, 0x3b, 0x5a, 0xea, 0x75, 0xfc, 0x94, 0xc0, 0x7f, 0xd4, 0x3c, 0xda, 0x44, 0x01, 0x4a, 0xe4, 0x8c, 0x35, 0x29, 0x01, 0x1e, 0xd0, 0x2c, 0xb9, 0x1e, 0x8f, 0xaa, 0x43, 0x0b, 0x4a, 0x8e, 0x0c, 0xaa, 0xae, 0x8d, 0xcb, 0xad, 0xc8, 0x32, 0x55, 0x5c, 0xd8, 0x61 } }; static const struct cckprng_op_refresh op_refresh_4378 = { .hd = { .id = 4135, .kind = OP_REFRESH }, .rand = 7466899583686883005ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4379 = { .hd = { .id = 4136, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x26, 0x32, 0xa8, 0x41, 0xf8, 0x02, 0x26, 0xb4, 0xc8, 0xf5, 0x12, 0xdc, 0x9f, 0xc2, 0x61, 0x88, 0x11, 0x3e, 0x72, 0x91, 0xe3, 0x88, 0x3b, 0x84, 0x17, 0xe0, 0x68, 0xde, 0xe8, 0x91, 0x3b, 0xdf, 0x57, 0xa2, 0xc5, 0xe2, 0x84, 0xea, 0x37, 0xb3, 0x2f, 0xee, 0x72, 0xdf, 0x31, 0x1b, 0xbf, 0x59, 0x45 } } }; static const struct cckprng_op_reseed op_reseed_4380 = { .hd = { .id = 4137, .kind = OP_RESEED }, .nonce = 226825391981535335ULL, .seed_nbytes = 106, .seed = { 0xbc, 0x1e, 0x20, 0xe2, 0x4a, 0xe1, 0xf0, 0x91, 0xa2, 0xe5, 0x16, 0x18, 0x1c, 0x92, 0x08, 0x2f, 0xc3, 0xa5, 0x3c, 0x4f, 0xc1, 0x10, 0x45, 0x41, 0x9c, 0xa0, 0xa8, 0xa2, 0xd9, 0x22, 0xdc, 0x00, 0x6b, 0x1b, 0x79, 0x49, 0x7d, 0x0c, 0xdd, 0x50, 0x60, 0xe0, 0xeb, 0xec, 0xa5, 0x65, 0x0e, 0x4b, 0x42, 0xe1, 0x7e, 0xc7, 0x63, 0x45, 0xeb, 0x70, 0xa1, 0x71, 0x63, 0x8d, 0x30, 0xe1, 0xc7, 0xd1, 0x83, 0xce, 0x82, 0x51, 0x60, 0xf9, 0x04, 0xb4, 0x83, 0x19, 0x99, 0x6e, 0x22, 0xbf, 0x76, 0x8d, 0x65, 0x71, 0x45, 0x15, 0x29, 0xe8, 0x8e, 0x1d, 0x9e, 0x96, 0x16, 0x62, 0x86, 0x6d, 0xd2, 0x98, 0xf1, 0xfa, 0x85, 0x02, 0xc7, 0x62, 0xa4, 0xf5, 0x08, 0x21 } }; static const struct cckprng_op_generate op_init_4381 = { .hd = { .id = 4138, .kind = OP_GENERATE }, .rand_nbytes = 103, .out = { .rand = { 0x56, 0x40, 0x25, 0xb5, 0xb2, 0x89, 0x6d, 0x3f, 0x4f, 0xb0, 0x0a, 0x0e, 0x95, 0x52, 0xe3, 0xe4, 0xca, 0x16, 0x17, 0xe1, 0xd3, 0x30, 0x9c, 0xc5, 0x71, 0x72, 0x42, 0x5e, 0x18, 0xab, 0x21, 0x2a, 0x3b, 0x4b, 0x94, 0x17, 0xe4, 0x5d, 0x5d, 0xde, 0xb8, 0x6b, 0x3a, 0x40, 0x23, 0x0e, 0xd7, 0x7e, 0x2c, 0xc3, 0x22, 0xdd, 0xa0, 0x65, 0x2d, 0x90, 0x00, 0x46, 0xdb, 0x80, 0xbb, 0x8b, 0x0e, 0x60, 0xfe, 0x41, 0xb5, 0xea, 0x33, 0x1c, 0x92, 0xbf, 0xa5, 0xa8, 0xb4, 0x00, 0xc7, 0x1b, 0xd8, 0xeb, 0x6c, 0x93, 0xc2, 0x75, 0xd9, 0x1f, 0x8f, 0xbf, 0x76, 0x37, 0xc9, 0x63, 0x9e, 0x65, 0x3f, 0xb8, 0x0f, 0x49, 0xe0, 0x76, 0x61, 0xb2, 0xcd } } }; static const struct cckprng_op_reseed op_reseed_4382 = { .hd = { .id = 4139, .kind = OP_RESEED }, .nonce = 13968202261118262355ULL, .seed_nbytes = 16, .seed = { 0xa3, 0xdd, 0xe3, 0x67, 0xef, 0x6a, 0x16, 0x77, 0xbd, 0x14, 0x41, 0x0d, 0x4f, 0x05, 0x3d, 0x45 } }; static const struct cckprng_op_reseed op_reseed_4383 = { .hd = { .id = 4140, .kind = OP_RESEED }, .nonce = 7231724156345372600ULL, .seed_nbytes = 161, .seed = { 0xbd, 0x37, 0x9b, 0xdd, 0x8b, 0x92, 0xf9, 0x6c, 0x75, 0x98, 0xb7, 0x7a, 0x5c, 0xdf, 0x4e, 0x98, 0x22, 0xc6, 0xca, 0x28, 0x33, 0xa3, 0x6e, 0xaf, 0x57, 0x31, 0xb7, 0x0c, 0x61, 0xf7, 0x60, 0x8d, 0x22, 0x13, 0x0f, 0xf8, 0x5d, 0x67, 0x1a, 0x31, 0x3f, 0xa9, 0x03, 0xde, 0x05, 0x36, 0x2e, 0x29, 0xaf, 0x5f, 0x84, 0x35, 0x4e, 0xd0, 0x8b, 0x55, 0xbc, 0x53, 0x38, 0x9c, 0x6e, 0x2a, 0x03, 0xec, 0x17, 0xb1, 0x18, 0x9b, 0x26, 0xec, 0x3b, 0xc2, 0x90, 0x08, 0x9b, 0xf9, 0x2b, 0xbc, 0x5a, 0xf7, 0x90, 0xfc, 0x2e, 0xa0, 0xc1, 0x21, 0xf5, 0x4b, 0x94, 0xad, 0xfc, 0x47, 0x40, 0xef, 0xe4, 0x67, 0xa2, 0xa9, 0x78, 0x33, 0x47, 0x32, 0x4e, 0x05, 0xe6, 0xbd, 0xab, 0x12, 0x96, 0x92, 0x57, 0x3c, 0x7b, 0xdd, 0x00, 0xe0, 0x4d, 0xc3, 0x2b, 0x4d, 0x7f, 0xb0, 0xc1, 0x44, 0xc0, 0xf4, 0x3f, 0x8d, 0xfb, 0xaf, 0xe0, 0x7c, 0x8e, 0xef, 0xd2, 0xd5, 0xe8, 0x53, 0xb5, 0xb0, 0xa8, 0xcd, 0x5e, 0x91, 0xba, 0x2c, 0xf3, 0x07, 0x1b, 0x0d, 0x73, 0x15, 0xe7, 0x68, 0x38, 0xd8, 0xff, 0x98, 0x2d, 0x6b, 0xee } }; static const struct cckprng_op_generate op_init_4384 = { .hd = { .id = 4141, .kind = OP_GENERATE }, .rand_nbytes = 134, .out = { .rand = { 0x80, 0xb0, 0xed, 0x7e, 0x64, 0x47, 0x70, 0x5d, 0x41, 0x1d, 0xbe, 0xcc, 0xd9, 0x15, 0x26, 0xd5, 0xdb, 0x11, 0xe9, 0xb5, 0x3a, 0xee, 0x20, 0x2c, 0x58, 0x9e, 0x6f, 0x9f, 0xa7, 0xe7, 0x74, 0x77, 0x41, 0x78, 0xe6, 0x36, 0xb9, 0xc6, 0x19, 0xce, 0xcb, 0x38, 0x5c, 0x59, 0x06, 0x7b, 0x57, 0x8b, 0x44, 0x51, 0xe2, 0x0a, 0x57, 0x98, 0xef, 0xc1, 0x99, 0x0c, 0xd6, 0xd2, 0xc3, 0x3d, 0xf0, 0xe5, 0x29, 0xaf, 0x81, 0x62, 0x2f, 0x61, 0x78, 0x1d, 0x01, 0x60, 0xd6, 0xbb, 0x7d, 0x2a, 0x84, 0x7e, 0x1a, 0x7e, 0x0a, 0x67, 0x60, 0x62, 0xb7, 0xc7, 0xe8, 0xad, 0x92, 0x96, 0x9b, 0xd6, 0xd0, 0x6d, 0x9f, 0xe4, 0xb3, 0xd1, 0x4e, 0x4f, 0xfe, 0xb4, 0x7a, 0xec, 0xca, 0x39, 0xe9, 0xee, 0x71, 0x32, 0xaa, 0xca, 0x23, 0x5a, 0xf4, 0x97, 0x48, 0xcf, 0xe8, 0x92, 0x14, 0xd1, 0xe9, 0x1e, 0x68, 0xd2, 0x03, 0xdf, 0x82, 0x1f, 0x8f, 0x80 } } }; static const struct cckprng_op_refresh op_refresh_4385 = { .hd = { .id = 4142, .kind = OP_REFRESH }, .rand = 13436623659406911711ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4386 = { .hd = { .id = 4143, .kind = OP_RESEED }, .nonce = 10364312541914443627ULL, .seed_nbytes = 183, .seed = { 0x40, 0xd0, 0x35, 0xd6, 0x75, 0xdc, 0xb6, 0x3a, 0xdc, 0x4b, 0x7a, 0x36, 0x87, 0xaa, 0xd6, 0xe9, 0xfa, 0x4e, 0xd4, 0xf9, 0xa2, 0xca, 0xe1, 0x0c, 0x15, 0xd8, 0xed, 0x7f, 0x82, 0xfa, 0xa9, 0xaa, 0x83, 0x87, 0x78, 0x54, 0x23, 0xfb, 0x5a, 0x05, 0xc3, 0x0f, 0xa1, 0x7d, 0xb8, 0x16, 0xbc, 0x3c, 0xb3, 0x9e, 0xa7, 0x4d, 0x85, 0xbc, 0x8f, 0x04, 0x0e, 0x1c, 0xdc, 0x35, 0xcd, 0x76, 0xdc, 0x49, 0x0b, 0x24, 0xd7, 0x22, 0xc0, 0xbd, 0x6c, 0x09, 0xd5, 0x0d, 0xe3, 0x20, 0xd2, 0xb7, 0x06, 0x94, 0xfd, 0x4c, 0x26, 0xd3, 0x41, 0xb5, 0x7c, 0xbc, 0x8b, 0x4d, 0x66, 0xa4, 0x17, 0xb7, 0xce, 0x16, 0x0e, 0xcc, 0x0d, 0x1e, 0xc6, 0x91, 0xd6, 0x0d, 0x06, 0xa8, 0xf6, 0x18, 0x64, 0xfd, 0x92, 0xe7, 0x6a, 0x60, 0xd7, 0x52, 0x67, 0x21, 0xdd, 0x70, 0x2b, 0x56, 0x8d, 0xb7, 0x33, 0xb6, 0x89, 0x0c, 0x81, 0xee, 0xb9, 0xba, 0x47, 0x43, 0x25, 0xdc, 0x7b, 0x72, 0x44, 0xe4, 0xe3, 0x87, 0xe2, 0x58, 0x75, 0x7c, 0xe0, 0x01, 0x8a, 0x24, 0x49, 0xa7, 0x2c, 0x67, 0x36, 0x06, 0x6e, 0xfb, 0x4a, 0x16, 0x55, 0x79, 0x23, 0x30, 0x1f, 0x22, 0x73, 0x9b, 0x46, 0x33, 0x3e, 0xa3, 0xd0, 0x3b, 0x0e, 0xed, 0x2c, 0x7b, 0xbb, 0x1d, 0x25, 0xa6, 0x9b } }; static const struct cckprng_op_refresh op_refresh_4387 = { .hd = { .id = 4144, .kind = OP_REFRESH }, .rand = 15052485055776783462ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4388 = { .hd = { .id = 4145, .kind = OP_RESEED }, .nonce = 12065756561087808368ULL, .seed_nbytes = 21, .seed = { 0xe6, 0xf5, 0xb3, 0xe0, 0x45, 0xea, 0x4f, 0x21, 0xaf, 0x31, 0x82, 0xb4, 0x3d, 0x98, 0xfc, 0xb7, 0x25, 0x2f, 0x93, 0xdc, 0x34 } }; static const struct cckprng_op_generate op_init_4389 = { .hd = { .id = 4146, .kind = OP_GENERATE }, .rand_nbytes = 189, .out = { .rand = { 0x13, 0x9a, 0xd9, 0x91, 0x69, 0xa1, 0x36, 0x5c, 0x24, 0xd5, 0xda, 0x24, 0x21, 0xaa, 0xb6, 0xa6, 0x48, 0x62, 0x4b, 0x16, 0x37, 0x5a, 0xec, 0x7b, 0x0c, 0xbb, 0x66, 0x15, 0x4d, 0x26, 0x2f, 0x60, 0xdc, 0x7e, 0x0e, 0x27, 0xe0, 0x8c, 0x93, 0x0c, 0x68, 0x90, 0x18, 0x41, 0x7c, 0x27, 0xd9, 0xfb, 0x49, 0xc8, 0xed, 0x15, 0xe9, 0xe7, 0xd8, 0x88, 0x77, 0x96, 0x7b, 0xc0, 0x8b, 0x3c, 0x52, 0x6c, 0xa2, 0xf3, 0x52, 0x40, 0x21, 0xbb, 0xb0, 0x0a, 0x75, 0x9a, 0x41, 0x3d, 0x8c, 0x82, 0x3d, 0x9e, 0x28, 0x09, 0x50, 0xe8, 0xcc, 0x47, 0xb2, 0x95, 0xbf, 0xa7, 0xf0, 0xb4, 0x22, 0x7f, 0xfa, 0x34, 0x42, 0x54, 0x6c, 0x88, 0x20, 0xc8, 0x03, 0xb4, 0x7d, 0xd4, 0x20, 0x01, 0x3b, 0x77, 0xec, 0x72, 0xa6, 0xc9, 0xf8, 0xec, 0x0c, 0x96, 0xaa, 0x78, 0xb2, 0xfd, 0xb4, 0xfd, 0x1e, 0xfe, 0xd2, 0x4b, 0xf4, 0xe0, 0x6c, 0x5a, 0x09, 0x47, 0x27, 0x4f, 0xf8, 0x50, 0x4b, 0x22, 0x8d, 0x8b, 0x4e, 0xa7, 0xe1, 0xc2, 0xfa, 0x30, 0x44, 0x4a, 0x06, 0xe9, 0xe8, 0x7b, 0x8f, 0x08, 0x67, 0x64, 0x82, 0xa3, 0x56, 0xda, 0x9b, 0x07, 0xd9, 0x25, 0x5e, 0x65, 0x06, 0xd9, 0x7a, 0x88, 0x3a, 0x81, 0x83, 0x4c, 0x61, 0x3b, 0x17, 0xa5, 0xbe, 0xbc, 0xa7, 0xf9, 0xb4, 0x53, 0x9c, 0xe0, 0xb5 } } }; static const struct cckprng_op_reseed op_reseed_4390 = { .hd = { .id = 4147, .kind = OP_RESEED }, .nonce = 5192977436758579932ULL, .seed_nbytes = 108, .seed = { 0x1e, 0xff, 0x14, 0xae, 0x58, 0x5c, 0x5e, 0x71, 0x69, 0x88, 0x19, 0x12, 0x47, 0xaa, 0x9b, 0x6e, 0x85, 0xae, 0x7c, 0xef, 0x61, 0x63, 0xad, 0x56, 0x66, 0x83, 0x31, 0x84, 0x59, 0xf1, 0xac, 0xcc, 0x3d, 0x00, 0x52, 0xc9, 0xcc, 0x66, 0xbd, 0xe4, 0x7f, 0xf0, 0xda, 0x43, 0x6d, 0x55, 0xc3, 0x10, 0xe9, 0x8f, 0x5d, 0xc5, 0x22, 0xea, 0x7c, 0x04, 0xf2, 0x3d, 0x9f, 0xe7, 0x7d, 0x6b, 0x10, 0x16, 0x77, 0x49, 0x63, 0x88, 0x7e, 0x69, 0x41, 0x7e, 0xef, 0x19, 0xc3, 0xb4, 0xfd, 0xd8, 0x11, 0x4d, 0x40, 0x47, 0x9e, 0xe0, 0x7e, 0x2b, 0xa7, 0x31, 0xe4, 0x88, 0x44, 0xda, 0x39, 0xd2, 0x7b, 0x52, 0x9c, 0x98, 0xc0, 0xec, 0x02, 0xb1, 0x0f, 0xf6, 0xcd, 0x15, 0xa9, 0xad } }; static const struct cckprng_op *ops_4391[] = { (const struct cckprng_op *)&op_init_4375, (const struct cckprng_op *)&op_init_4376, (const struct cckprng_op *)&op_reseed_4377, (const struct cckprng_op *)&op_refresh_4378, (const struct cckprng_op *)&op_init_4379, (const struct cckprng_op *)&op_reseed_4380, (const struct cckprng_op *)&op_init_4381, (const struct cckprng_op *)&op_reseed_4382, (const struct cckprng_op *)&op_reseed_4383, (const struct cckprng_op *)&op_init_4384, (const struct cckprng_op *)&op_refresh_4385, (const struct cckprng_op *)&op_reseed_4386, (const struct cckprng_op *)&op_refresh_4387, (const struct cckprng_op *)&op_reseed_4388, (const struct cckprng_op *)&op_init_4389, (const struct cckprng_op *)&op_reseed_4390 }; static const struct cckprng_vector vec_4392 = { .id = 4148, .note = NULL, .nops = 16, .ops = ops_4391 }; static const struct cckprng_op_init op_init_4393 = { .hd = { .id = 4149, .kind = OP_INIT }, .seed = { 0x6c, 0xc0, 0xd0, 0xe0, 0x24, 0x75, 0xfb, 0x45, 0x75, 0xe7, 0xcd, 0x22, 0xd5, 0x94, 0xbe, 0xad, 0x10, 0xb9, 0xdd, 0xe3, 0xa8, 0x72, 0x6f, 0xe1, 0xbf, 0xdd, 0xb0, 0xc8, 0x35, 0x97, 0x26, 0x3a }, .nonce = { 0x3d, 0xb6, 0x20, 0xf8, 0xfb, 0xd1, 0x39, 0x65 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4394 = { .hd = { .id = 4150, .kind = OP_RESEED }, .nonce = 8373741041310748857ULL, .seed_nbytes = 170, .seed = { 0x35, 0x3f, 0xeb, 0x30, 0x57, 0xd1, 0xbd, 0x5b, 0x9d, 0x81, 0xa8, 0x58, 0x5c, 0xb0, 0xbd, 0xf4, 0x6f, 0x39, 0x2b, 0x6b, 0xa8, 0xf3, 0xec, 0x84, 0x67, 0xc5, 0xb0, 0x48, 0x97, 0xb5, 0xc2, 0xdf, 0x54, 0x02, 0xd1, 0x46, 0x95, 0x1a, 0xd6, 0xae, 0xa6, 0x8d, 0xe2, 0xe0, 0x9a, 0xe6, 0x4f, 0x1b, 0x30, 0xb5, 0xb1, 0x30, 0x18, 0x85, 0x2f, 0xf1, 0x42, 0x87, 0xca, 0x56, 0xac, 0xf7, 0xde, 0xd7, 0x9a, 0x30, 0x4d, 0xed, 0xc9, 0x9b, 0xc7, 0xc7, 0x46, 0xcd, 0x68, 0x2f, 0x82, 0xcf, 0x9c, 0x40, 0x0e, 0xe0, 0x91, 0x24, 0x6d, 0xff, 0x42, 0x6a, 0x9b, 0x80, 0x26, 0xd1, 0xf7, 0x05, 0x7f, 0xf0, 0xb5, 0xe1, 0xf2, 0x78, 0x87, 0x46, 0x0d, 0x4f, 0x5d, 0x46, 0xa0, 0x54, 0x3a, 0xe6, 0xb4, 0xab, 0xda, 0x6a, 0xdd, 0x4c, 0x6f, 0x92, 0x20, 0x60, 0xd2, 0x02, 0x63, 0xfc, 0xa1, 0x61, 0xbd, 0x9e, 0x75, 0xd6, 0x6e, 0x1a, 0x01, 0xd7, 0xe8, 0xe5, 0xf2, 0x17, 0x37, 0xf3, 0x00, 0xe6, 0x54, 0x47, 0xa7, 0xaf, 0x75, 0x7c, 0xfb, 0x0e, 0x3f, 0x57, 0x0d, 0x1a, 0x3b, 0xbe, 0x95, 0xd1, 0x5c, 0xbf, 0x6d, 0x67, 0x27, 0x73, 0xf7, 0x07, 0xc6, 0xfe, 0xc2, 0x52 } }; static const struct cckprng_op_generate op_init_4395 = { .hd = { .id = 4151, .kind = OP_GENERATE }, .rand_nbytes = 273, .out = { .rand = { 0x1c, 0x0c, 0x66, 0xe2, 0x06, 0x72, 0x76, 0xb5, 0xee, 0xbf, 0x92, 0xf5, 0x25, 0xcb, 0xd0, 0xa9, 0x5d, 0xad, 0xd8, 0xb8, 0xc7, 0x79, 0x33, 0xc1, 0x05, 0x5b, 0x60, 0x4a, 0x5f, 0x1f, 0xa3, 0xc2, 0xa4, 0xfe, 0x8c, 0x6b, 0xce, 0xde, 0x2f, 0xaf, 0x7e, 0xe4, 0xb4, 0x99, 0x63, 0xbf, 0xc2, 0x6c, 0xf4, 0x6c, 0xeb, 0x1a, 0xaf, 0xa8, 0x64, 0xe4, 0xb0, 0xe7, 0x9f, 0x0c, 0xab, 0x36, 0x9f, 0x75, 0x77, 0x2d, 0x90, 0x59, 0x61, 0xc2, 0x17, 0xa0, 0x8a, 0x68, 0x93, 0xb9, 0x21, 0x74, 0xbe, 0x1c, 0x9d, 0x2b, 0x06, 0xcc, 0x5a, 0x2f, 0xad, 0x26, 0x25, 0x74, 0x1d, 0x91, 0x5c, 0x0d, 0xa4, 0x6d, 0x8a, 0x8c, 0x01, 0xa1, 0x8c, 0x4f, 0x96, 0x9a, 0x39, 0xf2, 0xdd, 0x17, 0x40, 0x46, 0x09, 0x7b, 0x64, 0xb1, 0xd8, 0x5d, 0x0b, 0xfa, 0x6e, 0x21, 0xf4, 0x7c, 0x78, 0x8c, 0x07, 0x6c, 0xf6, 0xbd, 0x2e, 0x39, 0x76, 0x66, 0x05, 0x27, 0x53, 0xca, 0xe2, 0x3f, 0xfa, 0x42, 0x7c, 0xf4, 0x00, 0x84, 0x8a, 0xd4, 0xfd, 0x5a, 0xa8, 0x7a, 0xb4, 0x49, 0xec, 0xcc, 0x8e, 0xcb, 0xf5, 0x51, 0x16, 0x17, 0xf7, 0x99, 0x01, 0x84, 0x98, 0x41, 0xb9, 0x74, 0x3d, 0x42, 0xfb, 0x95, 0xaf, 0x1e, 0x96, 0x6c, 0xf7, 0x1c, 0xdd, 0xea, 0x00, 0xf6, 0x0e, 0x18, 0x48, 0x3d, 0x1f, 0xfb, 0x11, 0x3c, 0xe4, 0xa3, 0x83, 0xf3, 0x23, 0xbb, 0xff, 0x18, 0x41, 0x88, 0xd0, 0xcb, 0xae, 0xaa, 0x59, 0xf4, 0x8e, 0xe5, 0xbd, 0xda, 0x59, 0xbc, 0xb5, 0x7b, 0x34, 0xd5, 0xbd, 0x7f, 0x7c, 0x48, 0xb6, 0x94, 0x34, 0x68, 0xc0, 0x1c, 0xcf, 0xc7, 0xfb, 0x7b, 0x26, 0x8d, 0xb7, 0xf0, 0xe2, 0x7b, 0xd4, 0x54, 0xc3, 0xbb, 0xeb, 0xf2, 0x64, 0x40, 0xf3, 0xdf, 0xfd, 0xa3, 0xc4, 0x7d, 0xbf, 0xd2, 0x85, 0x4f, 0x9c, 0x10, 0x17, 0xfd, 0x74, 0xd0, 0x3c, 0xfa, 0x87, 0xf3, 0xf9, 0xbb, 0xf2, 0x61, 0x9b, 0xb3, 0xe7, 0x0c, 0x21 } } }; static const struct cckprng_op_generate op_init_4396 = { .hd = { .id = 4152, .kind = OP_GENERATE }, .rand_nbytes = 46, .out = { .rand = { 0x60, 0xdb, 0x57, 0x4f, 0xbb, 0x65, 0x5a, 0x0e, 0xc1, 0x31, 0x85, 0x49, 0x5d, 0xb5, 0x5a, 0x61, 0xea, 0x1b, 0x55, 0xfa, 0x1f, 0x08, 0x64, 0xed, 0x22, 0x1c, 0xff, 0xb7, 0xc5, 0x51, 0xf5, 0x5d, 0xd8, 0xd4, 0x2c, 0xbe, 0xa4, 0xe7, 0xab, 0x78, 0xdb, 0xc1, 0xc4, 0xa3, 0x56, 0x4a } } }; static const struct cckprng_op_reseed op_reseed_4397 = { .hd = { .id = 4153, .kind = OP_RESEED }, .nonce = 17400365497546294233ULL, .seed_nbytes = 89, .seed = { 0x44, 0x2b, 0x87, 0x1f, 0x25, 0x3e, 0xb0, 0x60, 0x81, 0x47, 0xd4, 0xe1, 0xe2, 0xad, 0xf4, 0xd1, 0xb4, 0x37, 0xca, 0xba, 0x0c, 0xb6, 0x65, 0x24, 0x8d, 0xf1, 0x6c, 0x87, 0x8a, 0x5b, 0xc3, 0xda, 0x15, 0xfb, 0x6a, 0x92, 0x21, 0xc2, 0x5e, 0xdc, 0x33, 0x2f, 0xa2, 0xbb, 0x60, 0xab, 0x6f, 0xf9, 0xf5, 0x6f, 0xcd, 0x14, 0x5f, 0xdd, 0x1e, 0xca, 0xf8, 0xa1, 0x1f, 0x2e, 0x7d, 0x4b, 0xe8, 0x69, 0x81, 0xc7, 0xbb, 0x09, 0x74, 0xb2, 0x63, 0x8d, 0x0f, 0x53, 0x50, 0x7a, 0xc6, 0x31, 0x43, 0xa4, 0x1b, 0x4c, 0xfd, 0x8e, 0x30, 0xa4, 0x11, 0xff, 0x7f } }; static const struct cckprng_op_reseed op_reseed_4398 = { .hd = { .id = 4154, .kind = OP_RESEED }, .nonce = 13666612546469607465ULL, .seed_nbytes = 36, .seed = { 0xeb, 0x65, 0xc7, 0xf2, 0x4f, 0x97, 0x0b, 0x64, 0xd0, 0xae, 0x66, 0xbd, 0xfa, 0x51, 0x13, 0xe7, 0x77, 0x3d, 0x22, 0xe4, 0x6b, 0x41, 0xf5, 0xd1, 0x61, 0x25, 0xf9, 0xf7, 0x0d, 0x8c, 0x74, 0xf2, 0xa2, 0xb2, 0xfd, 0x0e } }; static const struct cckprng_op_refresh op_refresh_4399 = { .hd = { .id = 4155, .kind = OP_REFRESH }, .rand = 5109065027308034799ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4400 = { .hd = { .id = 4156, .kind = OP_RESEED }, .nonce = 13884499608364463730ULL, .seed_nbytes = 108, .seed = { 0xb0, 0xc3, 0x2d, 0xc4, 0xe9, 0x1c, 0x8e, 0x30, 0xee, 0x65, 0x19, 0xa8, 0x08, 0x76, 0x27, 0xc8, 0x72, 0xf0, 0x13, 0x20, 0xaf, 0x40, 0x41, 0x48, 0x06, 0xd9, 0xd7, 0x4b, 0x79, 0x30, 0x47, 0x17, 0xf2, 0x84, 0x40, 0x79, 0x55, 0x01, 0x8b, 0xa5, 0xf8, 0x0d, 0x40, 0x51, 0x94, 0x4f, 0xef, 0x77, 0x8b, 0x1a, 0x5c, 0x35, 0x6d, 0xe8, 0x06, 0x02, 0xd8, 0xed, 0x64, 0xa2, 0x91, 0x52, 0x0d, 0x82, 0x5c, 0xbe, 0x22, 0x67, 0x9f, 0x61, 0x56, 0xa3, 0x25, 0xa5, 0x52, 0xe8, 0xfc, 0x19, 0x88, 0x78, 0xdc, 0x67, 0x17, 0x26, 0xcd, 0x2b, 0x6e, 0xfc, 0xf5, 0x00, 0xee, 0x37, 0xa9, 0xbd, 0x31, 0xd2, 0xfd, 0xa3, 0xa2, 0x10, 0x52, 0x79, 0xcc, 0xdd, 0x71, 0xcf, 0xeb, 0x2d } }; static const struct cckprng_op_refresh op_refresh_4401 = { .hd = { .id = 4157, .kind = OP_REFRESH }, .rand = 8885643382131127688ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4402 = { .hd = { .id = 4158, .kind = OP_REFRESH }, .rand = 9712325944814014933ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4403 = { .hd = { .id = 4159, .kind = OP_RESEED }, .nonce = 17771559426405711269ULL, .seed_nbytes = 94, .seed = { 0x78, 0xbf, 0x5c, 0x81, 0x8a, 0xbf, 0x5c, 0x84, 0x13, 0xb8, 0x52, 0x75, 0xa2, 0x4a, 0x78, 0xa8, 0xb0, 0xa4, 0x2c, 0x78, 0xe0, 0x2f, 0x1b, 0x40, 0xaf, 0x00, 0x42, 0x34, 0x77, 0x8d, 0xdd, 0xf3, 0xf5, 0xbd, 0x96, 0xd1, 0x0a, 0xda, 0x12, 0x3a, 0x76, 0xce, 0xb0, 0x79, 0xc5, 0x45, 0x00, 0xf4, 0x08, 0xf5, 0xad, 0x0d, 0xd8, 0x3c, 0x8e, 0x79, 0xfa, 0x4a, 0xc3, 0x26, 0x19, 0x8d, 0xc7, 0xa0, 0x35, 0x36, 0xb8, 0x64, 0x34, 0xd4, 0xbc, 0x5a, 0xb0, 0xea, 0xdb, 0x42, 0x7d, 0xad, 0x0f, 0x3b, 0xfe, 0xad, 0xab, 0x56, 0x93, 0x51, 0x6f, 0x4d, 0x8a, 0x5c, 0x17, 0xfd, 0xc9, 0x90 } }; static const struct cckprng_op_generate op_init_4404 = { .hd = { .id = 4160, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0xd8, 0x09, 0x0c, 0x33, 0x9a, 0x3d, 0x4e, 0x18, 0xd0, 0x9d, 0xf2, 0xe9, 0xfb, 0x97, 0x3f, 0xfd, 0x42, 0x06, 0x47, 0xa2, 0xd0, 0x4c, 0x91, 0xf9, 0x5f, 0x05, 0x4c, 0xc6, 0x33, 0xac, 0xde, 0x50, 0xdc, 0x00, 0x9a, 0xc7, 0x09, 0xe4, 0x4d, 0x93, 0xc7, 0x9b, 0x99, 0xa2, 0x93, 0xd2, 0x34, 0xad, 0x0e, 0xce, 0x35, 0x37, 0x18, 0x1a, 0xa0, 0x56, 0x08, 0x2a, 0xc2, 0xea, 0x00, 0xf6, 0xde, 0x2d, 0x61, 0x78, 0x3e, 0x9a, 0xb3, 0xa3, 0xe6, 0x2b, 0xfa, 0xa6, 0x8b, 0xd1, 0x53, 0xdd, 0x01, 0xd4, 0x40, 0xdd, 0x71, 0x37, 0x4b, 0x02, 0xa6, 0x3d, 0x12, 0x86, 0xa0, 0x8d, 0x2c, 0xf6, 0x15, 0x32, 0x42, 0x53, 0xef, 0x33, 0xc1, 0x0e, 0x7a, 0x2a, 0xe0, 0xef, 0xa6, 0xe5, 0xaa, 0x78, 0x9f, 0xb4, 0xe8, 0x9c, 0x23, 0xf4, 0xf7, 0x6b, 0x06, 0x7c, 0xcf, 0xc0, 0x01, 0x27, 0x21, 0x77, 0x53, 0x3c, 0xb1, 0x3f, 0x9b, 0x2b, 0x53, 0xd7, 0x96, 0x2b, 0xcf, 0x37, 0x94, 0x27, 0x47, 0x5d, 0x41, 0x49, 0xad, 0x09, 0x7b, 0xa3, 0x0d, 0xe4, 0x73, 0x39, 0x98, 0xaf, 0x5f, 0x55, 0x46, 0x1f, 0x43, 0x25, 0x0a, 0x16, 0x99, 0xe8, 0x28, 0x3f } } }; static const struct cckprng_op_generate op_init_4405 = { .hd = { .id = 4161, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0x85, 0x12, 0x05, 0x16, 0xbc, 0x66, 0xf3, 0x26, 0x71, 0x9e, 0x93, 0xfe, 0xad, 0xe4, 0x4a, 0xc2, 0x56, 0xfd, 0x5f, 0x7e, 0x9b, 0x8e, 0xd0, 0x0f, 0xd5, 0x54 } } }; static const struct cckprng_op_generate op_init_4406 = { .hd = { .id = 4162, .kind = OP_GENERATE }, .rand_nbytes = 268, .out = { .rand = { 0x7c, 0x25, 0x92, 0xa3, 0x28, 0x1f, 0x2b, 0x44, 0x8c, 0x08, 0xce, 0x4a, 0xd5, 0xec, 0x26, 0xee, 0x02, 0x83, 0x6f, 0x3e, 0x09, 0x38, 0x24, 0x6d, 0x9b, 0x85, 0xc1, 0x00, 0xd8, 0x92, 0x30, 0x00, 0x56, 0xd9, 0xb1, 0x69, 0xe3, 0x92, 0x55, 0x72, 0x4a, 0x4f, 0x47, 0x73, 0x55, 0xb2, 0xec, 0x33, 0x97, 0x22, 0x8c, 0x1f, 0x93, 0xac, 0xa5, 0x60, 0x76, 0x42, 0x9b, 0x4d, 0xcf, 0xd6, 0x4a, 0x07, 0xee, 0x2e, 0x99, 0x1e, 0x13, 0xeb, 0x9b, 0xa4, 0x36, 0xba, 0xc7, 0x68, 0x84, 0xe7, 0x10, 0x35, 0x9c, 0x90, 0x1c, 0x13, 0x15, 0xa5, 0x43, 0x77, 0x9f, 0x52, 0x77, 0x32, 0xa1, 0x6c, 0x95, 0x24, 0x9a, 0xdf, 0x21, 0x3a, 0x1b, 0x0e, 0xc7, 0x62, 0xd4, 0x5a, 0x86, 0x4d, 0x2d, 0xbe, 0x65, 0x77, 0x3e, 0x82, 0x0e, 0x9c, 0x0a, 0x5c, 0xd3, 0xb1, 0x84, 0x1a, 0x3d, 0x8e, 0xd3, 0xb2, 0xc5, 0xdc, 0x92, 0x51, 0x48, 0xee, 0xf1, 0x2f, 0x43, 0x9b, 0xb1, 0x8d, 0x75, 0xca, 0xe4, 0x4e, 0x60, 0x23, 0x1b, 0x5d, 0xd2, 0xa5, 0x25, 0x95, 0xd2, 0x7d, 0x4a, 0x08, 0x73, 0x8b, 0xe2, 0xea, 0xf7, 0x92, 0xb4, 0x1a, 0x93, 0x9b, 0x01, 0x36, 0xd4, 0x21, 0x0a, 0x3d, 0xb1, 0x23, 0x63, 0x14, 0xc0, 0x8a, 0x0e, 0x7a, 0x70, 0xff, 0x84, 0x03, 0x82, 0xb8, 0x93, 0xc5, 0x92, 0x32, 0x22, 0x64, 0xf5, 0xb8, 0xc7, 0x62, 0xa7, 0xb1, 0xdf, 0x5d, 0xed, 0x0d, 0x7a, 0xe4, 0x53, 0xad, 0x36, 0xcd, 0x4a, 0x68, 0x82, 0xdf, 0x22, 0x72, 0xdc, 0x20, 0x66, 0x92, 0x86, 0x42, 0x16, 0xab, 0x22, 0xcb, 0xad, 0x28, 0x72, 0x92, 0xcc, 0x63, 0x54, 0x68, 0xa8, 0xd6, 0x66, 0xeb, 0xe6, 0x3c, 0x9f, 0x9c, 0x2c, 0x9d, 0xd2, 0x39, 0x89, 0x13, 0x3d, 0xdb, 0x1e, 0x18, 0xf1, 0x29, 0x62, 0x0c, 0xa9, 0x0a, 0x5f, 0xb0, 0xa0, 0x84, 0x28, 0x99, 0xed, 0x6e, 0xb5, 0x6e, 0xa9, 0x69, 0xb6, 0x69 } } }; static const struct cckprng_op_refresh op_refresh_4407 = { .hd = { .id = 4163, .kind = OP_REFRESH }, .rand = 10803462925648821901ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4408 = { .hd = { .id = 4164, .kind = OP_RESEED }, .nonce = 17270918497276169053ULL, .seed_nbytes = 36, .seed = { 0xf2, 0x91, 0x0f, 0x59, 0xc5, 0x90, 0x32, 0xd1, 0x4f, 0x10, 0xd5, 0xa0, 0xdd, 0x94, 0x9e, 0x4f, 0x20, 0xd2, 0x1b, 0x12, 0x60, 0xa0, 0xa1, 0x0e, 0x40, 0xed, 0x24, 0xe3, 0xd1, 0x64, 0x4b, 0x9c, 0x25, 0x3d, 0x43, 0x70 } }; static const struct cckprng_op *ops_4409[] = { (const struct cckprng_op *)&op_init_4393, (const struct cckprng_op *)&op_reseed_4394, (const struct cckprng_op *)&op_init_4395, (const struct cckprng_op *)&op_init_4396, (const struct cckprng_op *)&op_reseed_4397, (const struct cckprng_op *)&op_reseed_4398, (const struct cckprng_op *)&op_refresh_4399, (const struct cckprng_op *)&op_reseed_4400, (const struct cckprng_op *)&op_refresh_4401, (const struct cckprng_op *)&op_refresh_4402, (const struct cckprng_op *)&op_reseed_4403, (const struct cckprng_op *)&op_init_4404, (const struct cckprng_op *)&op_init_4405, (const struct cckprng_op *)&op_init_4406, (const struct cckprng_op *)&op_refresh_4407, (const struct cckprng_op *)&op_reseed_4408 }; static const struct cckprng_vector vec_4410 = { .id = 4165, .note = NULL, .nops = 16, .ops = ops_4409 }; static const struct cckprng_op_init op_init_4411 = { .hd = { .id = 4166, .kind = OP_INIT }, .seed = { 0x5a, 0xef, 0x95, 0x07, 0x3d, 0x1c, 0xfc, 0xc4, 0x76, 0x7e, 0x46, 0x5c, 0xb0, 0x09, 0x65, 0xd3, 0x87, 0x2c, 0xd1, 0x0a, 0x44, 0x3a, 0x8e, 0x06, 0x10, 0xb4, 0xa3, 0xb7, 0x45, 0x78, 0x83, 0x76 }, .nonce = { 0x70, 0x33, 0xc8, 0x4a, 0x2c, 0x26, 0x0b, 0x04 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4412 = { .hd = { .id = 4167, .kind = OP_RESEED }, .nonce = 6326963974999843017ULL, .seed_nbytes = 216, .seed = { 0x1f, 0x25, 0x23, 0x91, 0xfb, 0xd6, 0x8e, 0x52, 0xd2, 0xe7, 0xad, 0xf3, 0x94, 0x61, 0x7d, 0x48, 0xd6, 0xa0, 0x4b, 0x2f, 0x59, 0x7d, 0x5d, 0x99, 0x25, 0x6b, 0x49, 0x00, 0xad, 0xce, 0x86, 0x0a, 0xf3, 0xc8, 0xc8, 0xf3, 0x95, 0xee, 0x9c, 0x4e, 0x72, 0x58, 0x8b, 0x38, 0x29, 0xf1, 0xb3, 0x9d, 0xae, 0x17, 0xb2, 0xd0, 0xb9, 0x73, 0x1f, 0x33, 0xe2, 0xb8, 0x87, 0xd8, 0xc9, 0x04, 0xe7, 0xba, 0x55, 0xfb, 0x23, 0x3d, 0x98, 0x06, 0x76, 0xc5, 0x0e, 0xae, 0x2f, 0x81, 0x8c, 0xab, 0x73, 0x87, 0x96, 0x91, 0xfc, 0xbc, 0x51, 0x89, 0x0e, 0x01, 0xf4, 0x37, 0x59, 0x85, 0xd1, 0x4e, 0x29, 0xa6, 0x76, 0x4c, 0x10, 0x5e, 0xe1, 0x9f, 0xdc, 0x0f, 0x2e, 0x4d, 0xf0, 0xd0, 0x63, 0x65, 0xb5, 0x61, 0xf6, 0x47, 0xa0, 0x76, 0x73, 0xed, 0xf7, 0x3e, 0x90, 0x98, 0xf2, 0xde, 0x20, 0x71, 0xcc, 0x86, 0x60, 0xa7, 0x38, 0x9a, 0xcd, 0x29, 0x30, 0xf4, 0xc5, 0x51, 0xba, 0xf4, 0x92, 0x1d, 0x4c, 0xab, 0x67, 0xc5, 0x3f, 0x53, 0xe5, 0x9d, 0x59, 0xa4, 0xeb, 0xe7, 0x9a, 0xc5, 0x1e, 0xca, 0x4b, 0x65, 0x67, 0x4e, 0x3b, 0x48, 0x90, 0xf9, 0xb7, 0x62, 0xe7, 0x1b, 0x92, 0xfe, 0x5b, 0x1e, 0xc8, 0x53, 0x5f, 0xfd, 0x0e, 0x50, 0xec, 0x73, 0xf1, 0x76, 0x4b, 0x4c, 0x31, 0x8d, 0xaf, 0x9a, 0x0b, 0xef, 0x9a, 0xc8, 0x70, 0xe7, 0x80, 0x75, 0x16, 0x41, 0x9e, 0x5d, 0x01, 0x9f, 0xfe, 0xa0, 0xea, 0x17, 0xd2, 0xcf, 0x82, 0xf1, 0x7c, 0x7f, 0xa0, 0xe7 } }; static const struct cckprng_op_refresh op_refresh_4413 = { .hd = { .id = 4168, .kind = OP_REFRESH }, .rand = 7833775442623579823ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4414 = { .hd = { .id = 4169, .kind = OP_REFRESH }, .rand = 11611610955210933876ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4415 = { .hd = { .id = 4170, .kind = OP_REFRESH }, .rand = 10036984315582429119ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4416 = { .hd = { .id = 4171, .kind = OP_GENERATE }, .rand_nbytes = 180, .out = { .rand = { 0x38, 0xd9, 0xd7, 0x98, 0x4c, 0x14, 0xb3, 0x1b, 0x2d, 0x96, 0x17, 0xbe, 0x17, 0xd8, 0x89, 0x9b, 0x2a, 0x01, 0x34, 0xf4, 0xea, 0xe2, 0x88, 0xd9, 0x0d, 0xac, 0x36, 0x2d, 0x70, 0x57, 0xca, 0xc1, 0x8f, 0x20, 0xaf, 0xb9, 0xe7, 0xd8, 0x97, 0xba, 0xfa, 0x65, 0xfe, 0x77, 0xe8, 0x36, 0x3f, 0x25, 0xa9, 0xc6, 0xfe, 0xc1, 0x9b, 0x5d, 0x5f, 0x71, 0xce, 0xa5, 0x1d, 0xf5, 0xe4, 0x70, 0xcf, 0x4a, 0x2f, 0xc1, 0x29, 0xf9, 0x84, 0xdb, 0x95, 0x58, 0xe8, 0xd5, 0x46, 0xdf, 0xbc, 0xca, 0xc7, 0x5a, 0x57, 0xec, 0x3f, 0x3a, 0x98, 0xd3, 0x86, 0x9c, 0xe1, 0x60, 0x98, 0xbb, 0xca, 0xbf, 0xa8, 0xe9, 0x5f, 0xaf, 0x65, 0x86, 0xe2, 0xfd, 0x4a, 0xf5, 0x67, 0xd6, 0x7e, 0x37, 0x7e, 0x0c, 0x72, 0x44, 0x47, 0x24, 0x35, 0xc6, 0x77, 0x68, 0xed, 0xa6, 0x73, 0x7c, 0xe9, 0xdf, 0xfd, 0x4b, 0x44, 0xc1, 0x25, 0xcf, 0x91, 0x63, 0x03, 0x6f, 0x41, 0xb6, 0x4e, 0xc1, 0xd9, 0xf1, 0xce, 0x91, 0xaa, 0xd4, 0xa7, 0xd1, 0x35, 0x88, 0x89, 0xfa, 0xdc, 0x67, 0xc2, 0xb0, 0x1a, 0x00, 0x87, 0x41, 0x21, 0x8f, 0x7c, 0xa3, 0xa5, 0x9b, 0x7c, 0x87, 0x96, 0x22, 0x55, 0x84, 0x40, 0xc5, 0x1e, 0x84, 0x14, 0xaa, 0x99, 0x1b, 0xde, 0x2d } } }; static const struct cckprng_op_generate op_init_4417 = { .hd = { .id = 4172, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0x99, 0xde, 0xc7, 0x78, 0x3e, 0xf6, 0xc6, 0x91, 0xe2, 0x06, 0x7c, 0x77, 0x86, 0x26, 0x3c, 0x32, 0x93, 0xb9, 0xa5, 0xb3, 0x63, 0x20, 0x20, 0x09, 0xa1, 0xf3, 0xd6, 0x13, 0x70, 0x16, 0x69, 0xdf, 0x5c, 0x64, 0x19, 0xc9, 0x8b, 0x61, 0x1c, 0x58, 0x0b, 0xf2, 0xd6, 0xe7, 0x77, 0x69, 0xd4, 0x2c, 0x7c, 0xfd, 0xb6, 0xd6, 0xea, 0x44, 0x1e, 0xc1, 0xbd, 0xd2, 0xd5, 0x09, 0xd3, 0xdc, 0x3e, 0xa6, 0x05, 0x30, 0x15, 0xc4, 0x7f, 0x28, 0x98, 0x5c, 0x6e, 0xab, 0xbe, 0x3e, 0x03, 0x03, 0xb2, 0x8e, 0x36, 0x46, 0xbf, 0xca, 0xe7, 0xdb, 0x3d, 0x32, 0xfb, 0x6e, 0x90, 0x17, 0x13, 0xcc, 0x2c, 0x26, 0x7f, 0x10, 0x8c, 0x91, 0xfd, 0xed, 0x32, 0x16, 0xc5, 0xcf, 0x54, 0xd5, 0xad, 0xe6, 0x0c, 0x30, 0xf6, 0x2c, 0x0b, 0x3d, 0x6f, 0x98, 0xf6, 0xea, 0x29, 0x62, 0x49, 0xcb, 0x02, 0x75, 0xe2, 0xa9, 0x03, 0xe9, 0x2a, 0x9d, 0x50, 0x6f, 0x31, 0x58, 0x5e, 0x82, 0x59, 0x67, 0xaf, 0x9d, 0xcc, 0xeb, 0x2a, 0xde, 0x03, 0xf5, 0x9c, 0xe0, 0xd9, 0x87, 0x2d, 0x86, 0x72, 0x96, 0x12, 0x68, 0x16, 0x12, 0x0a, 0x15, 0xb4, 0xa9, 0x2f, 0x57, 0x7a, 0x57, 0x8e } } }; static const struct cckprng_op_reseed op_reseed_4418 = { .hd = { .id = 4173, .kind = OP_RESEED }, .nonce = 10282087963311567605ULL, .seed_nbytes = 245, .seed = { 0x8f, 0x9d, 0xd9, 0x1c, 0x08, 0xb7, 0x95, 0xbe, 0x3d, 0x88, 0x59, 0xc6, 0xe2, 0xdc, 0x5c, 0xb4, 0xd2, 0x75, 0x78, 0xec, 0x46, 0xa1, 0x8a, 0x0a, 0xfb, 0xa5, 0x3b, 0xe5, 0x96, 0x6e, 0xf7, 0x01, 0xf0, 0x5b, 0x93, 0x42, 0x02, 0x51, 0x15, 0xe8, 0x47, 0xfb, 0xfa, 0x53, 0xe2, 0x4d, 0xf9, 0x2d, 0x79, 0x60, 0xcb, 0x77, 0x2b, 0x42, 0xbb, 0x17, 0x9b, 0x1e, 0x3f, 0xf3, 0xa2, 0x31, 0xcb, 0x3e, 0x76, 0xcc, 0x7a, 0x69, 0xa6, 0xdf, 0x7e, 0x67, 0xbf, 0xd5, 0x9d, 0x30, 0x05, 0x92, 0x66, 0x99, 0x2c, 0xbf, 0x4b, 0xd8, 0x0f, 0xcf, 0x19, 0x1e, 0xe3, 0x94, 0x85, 0x2f, 0x36, 0x84, 0x66, 0x24, 0xda, 0xdd, 0x98, 0xd3, 0x1d, 0x3f, 0x34, 0x66, 0x6f, 0x57, 0x69, 0x30, 0x01, 0x07, 0x75, 0xc9, 0xde, 0xa1, 0xb6, 0xa6, 0x1d, 0xf9, 0xfd, 0xd3, 0x95, 0xe1, 0x2d, 0xda, 0x8e, 0x00, 0x7e, 0x99, 0xf8, 0x81, 0x9b, 0x31, 0xb0, 0x3c, 0xfc, 0x8e, 0x5a, 0xa0, 0x73, 0x69, 0xc8, 0x20, 0x98, 0x1e, 0xc9, 0x2c, 0x05, 0x31, 0xa1, 0x67, 0xaa, 0x32, 0xb0, 0xed, 0xa4, 0x1e, 0xac, 0xe1, 0xc2, 0xba, 0x7f, 0x77, 0xe6, 0x04, 0xd5, 0x6f, 0x3c, 0x15, 0x95, 0x20, 0xb8, 0xfa, 0x42, 0xa1, 0x40, 0x73, 0x0b, 0xd5, 0x80, 0x29, 0x2e, 0x5f, 0x76, 0x9e, 0x60, 0x86, 0xc2, 0x1a, 0xe6, 0xfe, 0x55, 0x25, 0x35, 0x5a, 0xa8, 0x74, 0x8c, 0xa7, 0xf4, 0xb4, 0xe2, 0xc2, 0x96, 0x9d, 0x03, 0x9d, 0xaf, 0x7b, 0x6a, 0xcf, 0xdb, 0x60, 0x6c, 0xb3, 0x1e, 0xa1, 0x8c, 0x36, 0x6f, 0xf8, 0xe7, 0x17, 0x0e, 0x5a, 0xfd, 0x23, 0x56, 0xbf, 0xa1, 0x96, 0x19, 0x20, 0xcd, 0x3f, 0x20, 0xef, 0xbb, 0x86, 0x42, 0xa2, 0xfc, 0xc8, 0xd1, 0x6c, 0xb1 } }; static const struct cckprng_op_generate op_init_4419 = { .hd = { .id = 4174, .kind = OP_GENERATE }, .rand_nbytes = 196, .out = { .rand = { 0x69, 0x45, 0x98, 0x98, 0x66, 0x6e, 0x08, 0x0f, 0xae, 0x5a, 0xb9, 0x56, 0x16, 0xe1, 0xa0, 0x5e, 0x56, 0x27, 0x95, 0xf6, 0xf1, 0xf2, 0x77, 0x7c, 0x93, 0xfe, 0x0d, 0xdf, 0xfb, 0xd3, 0x7b, 0x4e, 0x70, 0x45, 0x99, 0x1d, 0x74, 0x84, 0xc5, 0x29, 0x65, 0xe4, 0x4b, 0x50, 0x5a, 0x71, 0x91, 0x68, 0xd9, 0x66, 0x22, 0x7c, 0xea, 0xd6, 0x02, 0x88, 0x6d, 0xf1, 0x57, 0xcb, 0x2f, 0x1e, 0xbf, 0x1f, 0x4c, 0xe4, 0x48, 0x8b, 0xcd, 0xb7, 0x1d, 0xf1, 0xe9, 0x1c, 0x06, 0xf4, 0xfa, 0x47, 0xb3, 0x08, 0xee, 0x39, 0x42, 0xa4, 0xe4, 0xa9, 0xda, 0xda, 0x81, 0x54, 0xed, 0x5c, 0x38, 0xb9, 0x6a, 0x9a, 0xdc, 0xc0, 0x59, 0x18, 0x50, 0xdf, 0x2a, 0xa0, 0xd2, 0x16, 0x65, 0x0a, 0x56, 0x6d, 0x41, 0x99, 0x04, 0x5e, 0xa7, 0x54, 0x98, 0x7c, 0x92, 0x93, 0x1e, 0x36, 0x97, 0xc5, 0x26, 0x2a, 0xbe, 0x8f, 0x4d, 0x9a, 0x84, 0x23, 0x9b, 0xc4, 0x24, 0x9c, 0x6c, 0x13, 0x20, 0x04, 0x3a, 0x03, 0x33, 0x9e, 0xed, 0x86, 0x2f, 0x9b, 0xf3, 0x5b, 0x0b, 0x36, 0x05, 0x47, 0xa8, 0xed, 0x87, 0xc4, 0x5a, 0x4a, 0x69, 0x00, 0xe5, 0xe1, 0x9f, 0xf2, 0x2d, 0x99, 0x70, 0xd8, 0xd7, 0x4c, 0xc8, 0xfa, 0xa6, 0xfb, 0x1c, 0xa3, 0x87, 0x95, 0x85, 0xe9, 0x1d, 0xd1, 0xe4, 0xcd, 0x7b, 0x3d, 0x9d, 0x75, 0x4c, 0x15, 0xde, 0xd5, 0x8d, 0x71 } } }; static const struct cckprng_op_generate op_init_4420 = { .hd = { .id = 4175, .kind = OP_GENERATE }, .rand_nbytes = 210, .out = { .rand = { 0x6b, 0x40, 0x20, 0x26, 0xae, 0xa2, 0x98, 0x5f, 0x12, 0x55, 0xec, 0x66, 0x6f, 0xa8, 0x32, 0xcf, 0x96, 0xd2, 0x43, 0x27, 0xad, 0xc9, 0x2f, 0xec, 0x25, 0x5b, 0x00, 0xbd, 0xf9, 0xe9, 0xfa, 0xd8, 0x97, 0xaa, 0xf7, 0xdb, 0xbe, 0x1f, 0x93, 0x6a, 0x9b, 0x5d, 0x3f, 0x04, 0x2d, 0x95, 0x13, 0x4a, 0xe6, 0x39, 0x8f, 0x3b, 0x01, 0xa2, 0x59, 0x97, 0x28, 0x5f, 0xf9, 0x92, 0xab, 0x76, 0x0b, 0xd2, 0xeb, 0xcc, 0xd4, 0x5b, 0x32, 0x88, 0x52, 0x31, 0x02, 0x1b, 0x3d, 0xa7, 0xc7, 0x07, 0xf3, 0x23, 0xf4, 0x96, 0x7a, 0x18, 0xc3, 0x62, 0xb5, 0x6a, 0x48, 0x17, 0x77, 0xff, 0x91, 0x2c, 0xbb, 0xd8, 0x0b, 0xe9, 0xd4, 0xcb, 0x1b, 0xab, 0xa1, 0x43, 0x07, 0x8a, 0x8d, 0x2f, 0x7c, 0xa8, 0xb7, 0xf3, 0xcd, 0xfd, 0x48, 0x31, 0xb6, 0x8c, 0x18, 0xd3, 0xa5, 0xa0, 0x06, 0x11, 0x68, 0xaa, 0xc6, 0x1d, 0x2d, 0xc8, 0x8f, 0x1b, 0xde, 0x4e, 0x1e, 0x6b, 0x58, 0xe6, 0xfc, 0xc9, 0x7d, 0xf6, 0x80, 0xb0, 0x86, 0xb9, 0x0f, 0x17, 0xdb, 0x3b, 0x89, 0x17, 0x21, 0x3f, 0x51, 0x3a, 0x65, 0xe8, 0x7f, 0xe5, 0xbb, 0x5a, 0x37, 0xfb, 0x6b, 0xcf, 0x7f, 0x72, 0x6e, 0xd9, 0x44, 0x1b, 0x1a, 0xae, 0x20, 0x9b, 0x2c, 0xe0, 0xa1, 0x24, 0x08, 0x5c, 0x2d, 0x5c, 0xfe, 0x4c, 0x20, 0x9f, 0x8c, 0xae, 0xbf, 0xe2, 0xe9, 0x4f, 0xb8, 0x1e, 0xa1, 0x06, 0x66, 0xad, 0x52, 0x6e, 0x89, 0x96, 0x35, 0xfe, 0x20, 0x67, 0x12, 0xa4 } } }; static const struct cckprng_op_reseed op_reseed_4421 = { .hd = { .id = 4176, .kind = OP_RESEED }, .nonce = 17889581945275903359ULL, .seed_nbytes = 27, .seed = { 0x36, 0xbd, 0x28, 0x98, 0x96, 0x4f, 0xf3, 0xa8, 0x0a, 0xee, 0xd8, 0xcb, 0x0b, 0x94, 0xc3, 0x31, 0xc3, 0x62, 0xcd, 0x38, 0xa6, 0x28, 0x2d, 0x7f, 0x6d, 0xf7, 0x58 } }; static const struct cckprng_op_refresh op_refresh_4422 = { .hd = { .id = 4177, .kind = OP_REFRESH }, .rand = 9580629582914951255ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4423 = { .hd = { .id = 4178, .kind = OP_GENERATE }, .rand_nbytes = 222, .out = { .rand = { 0x8b, 0xee, 0x63, 0xff, 0xdc, 0x0a, 0x4e, 0x71, 0x2f, 0x59, 0x09, 0x2c, 0x4b, 0xbe, 0xb4, 0xff, 0x03, 0x2a, 0xa1, 0xd1, 0xc4, 0xcf, 0x26, 0xf3, 0xd6, 0x20, 0x38, 0xa3, 0x41, 0x11, 0x24, 0xdb, 0x5c, 0xd4, 0x66, 0x9f, 0x4c, 0x5c, 0xec, 0x31, 0x77, 0xdd, 0xce, 0x9c, 0xb3, 0x2e, 0xdf, 0xb5, 0x56, 0x85, 0x03, 0xa9, 0x96, 0x3e, 0xef, 0x7a, 0x1f, 0xff, 0x90, 0x06, 0xe7, 0x0e, 0x1b, 0x32, 0x21, 0x36, 0x4c, 0x4d, 0xac, 0x50, 0x60, 0xe6, 0xca, 0xfc, 0x94, 0x16, 0xbe, 0x38, 0x02, 0x58, 0xad, 0x16, 0xb0, 0x4a, 0x08, 0xa6, 0x14, 0x92, 0x38, 0x5e, 0xb3, 0xcb, 0x8e, 0x8f, 0xfa, 0x95, 0xe2, 0xd4, 0xb6, 0xc8, 0xc4, 0xfd, 0x91, 0x31, 0x52, 0x17, 0x32, 0xb9, 0x31, 0x86, 0xc0, 0xfa, 0x25, 0x1d, 0x76, 0x3b, 0x9e, 0xe4, 0x92, 0xd0, 0x65, 0xad, 0x59, 0x30, 0x9a, 0xe2, 0x03, 0x26, 0x9d, 0x01, 0x8b, 0x79, 0x58, 0x38, 0x39, 0x38, 0xe2, 0x61, 0x42, 0xb7, 0x69, 0x66, 0xbf, 0xd5, 0x55, 0x13, 0x96, 0xaa, 0x46, 0x91, 0xc8, 0xa1, 0x5e, 0x5c, 0x0f, 0x9a, 0x6d, 0x0f, 0x9e, 0xb4, 0x6f, 0x30, 0x5b, 0x05, 0x65, 0x01, 0x19, 0x78, 0xef, 0x4f, 0xcc, 0x0c, 0x2e, 0xe5, 0x28, 0x36, 0x17, 0x97, 0x90, 0x3a, 0xba, 0xef, 0x46, 0x8c, 0x1e, 0x85, 0xf2, 0xde, 0xee, 0xb2, 0xfc, 0x69, 0x6a, 0x67, 0x6e, 0xb4, 0x40, 0x42, 0x0c, 0xc2, 0x31, 0x8a, 0xb5, 0x6d, 0x5d, 0x02, 0x87, 0xc7, 0x76, 0x92, 0x7c, 0xa8, 0x43, 0x91, 0x82, 0x64, 0x93, 0x9e, 0xfb, 0x9d, 0xd8, 0xde } } }; static const struct cckprng_op_refresh op_refresh_4424 = { .hd = { .id = 4179, .kind = OP_REFRESH }, .rand = 11915770111990346487ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4425 = { .hd = { .id = 4180, .kind = OP_GENERATE }, .rand_nbytes = 30, .out = { .rand = { 0x02, 0x0c, 0xc5, 0x33, 0x43, 0x87, 0xae, 0x60, 0x14, 0xa9, 0x6b, 0x10, 0x05, 0xa7, 0x77, 0x26, 0x46, 0x5e, 0x8e, 0x98, 0x98, 0xa2, 0xaf, 0xc0, 0xb4, 0xa6, 0xd5, 0x5f, 0x4b, 0xfe } } }; static const struct cckprng_op_generate op_init_4426 = { .hd = { .id = 4181, .kind = OP_GENERATE }, .rand_nbytes = 103, .out = { .rand = { 0x70, 0x41, 0x10, 0x8b, 0xc4, 0x63, 0xd2, 0x53, 0x58, 0x26, 0x0c, 0xe0, 0x49, 0xc9, 0x72, 0x64, 0x65, 0x86, 0xd0, 0x92, 0xe7, 0xcf, 0x66, 0x9b, 0x26, 0x25, 0x06, 0xce, 0x6e, 0xc0, 0x43, 0xf8, 0xd6, 0x81, 0x5a, 0x1f, 0x09, 0x0a, 0x4a, 0xb9, 0x25, 0xe3, 0xd9, 0xd6, 0xa8, 0xa9, 0x19, 0xdd, 0xff, 0x14, 0x29, 0xd3, 0x50, 0x94, 0xe6, 0xaa, 0x97, 0x75, 0x5c, 0x25, 0xf1, 0x43, 0x6e, 0xf0, 0x32, 0x9e, 0x33, 0xfb, 0xf9, 0x9d, 0x2f, 0x86, 0xa2, 0x7b, 0x93, 0x32, 0xbf, 0xcc, 0x14, 0x7d, 0x9f, 0x65, 0x7a, 0xec, 0x3d, 0x79, 0xb8, 0xbd, 0x6b, 0x2b, 0xcf, 0xb6, 0x6d, 0x23, 0x01, 0x3a, 0xc6, 0xbd, 0xf9, 0xf1, 0x30, 0xc4, 0xd3 } } }; static const struct cckprng_op *ops_4427[] = { (const struct cckprng_op *)&op_init_4411, (const struct cckprng_op *)&op_reseed_4412, (const struct cckprng_op *)&op_refresh_4413, (const struct cckprng_op *)&op_refresh_4414, (const struct cckprng_op *)&op_refresh_4415, (const struct cckprng_op *)&op_init_4416, (const struct cckprng_op *)&op_init_4417, (const struct cckprng_op *)&op_reseed_4418, (const struct cckprng_op *)&op_init_4419, (const struct cckprng_op *)&op_init_4420, (const struct cckprng_op *)&op_reseed_4421, (const struct cckprng_op *)&op_refresh_4422, (const struct cckprng_op *)&op_init_4423, (const struct cckprng_op *)&op_refresh_4424, (const struct cckprng_op *)&op_init_4425, (const struct cckprng_op *)&op_init_4426 }; static const struct cckprng_vector vec_4428 = { .id = 4182, .note = NULL, .nops = 16, .ops = ops_4427 }; static const struct cckprng_op_init op_init_4429 = { .hd = { .id = 4183, .kind = OP_INIT }, .seed = { 0xa5, 0x97, 0x33, 0xdb, 0x57, 0xf7, 0x2d, 0x5d, 0x68, 0x77, 0x01, 0x80, 0x46, 0x05, 0x7d, 0xf6, 0x37, 0xbf, 0xf9, 0x74, 0xc2, 0x61, 0x78, 0x17, 0x32, 0x14, 0x16, 0x0a, 0x72, 0xd9, 0x32, 0x0e }, .nonce = { 0x49, 0x75, 0xc9, 0x2a, 0x26, 0x0e, 0x52, 0x61 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4430 = { .hd = { .id = 4184, .kind = OP_REFRESH }, .rand = 11325828705067203654ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4431 = { .hd = { .id = 4185, .kind = OP_GENERATE }, .rand_nbytes = 92, .out = { .rand = { 0x09, 0x16, 0xda, 0xbd, 0xcf, 0xa9, 0x11, 0xcb, 0x94, 0xea, 0xa5, 0x61, 0xe1, 0xd7, 0x6f, 0xc6, 0x25, 0xdc, 0x87, 0x5e, 0x2a, 0x8e, 0xb7, 0x24, 0x90, 0xc2, 0xc3, 0xcf, 0x00, 0x9f, 0x32, 0x74, 0xf2, 0xe2, 0xfe, 0xe4, 0x93, 0xc6, 0xbf, 0x60, 0x19, 0xd0, 0x03, 0xb1, 0x03, 0x95, 0x2d, 0x5e, 0xbc, 0x78, 0xeb, 0x30, 0xf7, 0x0b, 0xd0, 0x77, 0xfa, 0xa2, 0xf9, 0x31, 0x35, 0x52, 0x98, 0x0e, 0xe9, 0x94, 0x9a, 0x66, 0xca, 0x91, 0xaf, 0x7e, 0xff, 0x36, 0x1f, 0xdb, 0xbf, 0x97, 0x35, 0xf6, 0x4a, 0x74, 0x26, 0x3c, 0xb0, 0xe3, 0x5e, 0x0e, 0x84, 0x94, 0x15, 0xb1 } } }; static const struct cckprng_op_generate op_init_4432 = { .hd = { .id = 4186, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0xf2, 0x0e, 0xcd, 0xbe, 0x3a, 0xd4, 0x74, 0x23, 0xd5, 0x80, 0xf3, 0xab, 0xd9, 0xac, 0x5d, 0xde, 0x58, 0xe0, 0x7f, 0xa5, 0xe5, 0x32, 0x74, 0x8e, 0x05, 0x29, 0x63, 0x42, 0x89, 0xee, 0x8d, 0x40, 0xcd, 0x48, 0xef, 0x74, 0x38, 0xf3, 0xbd, 0xc5, 0x80, 0x18, 0xcb, 0x1f, 0x40, 0x0d, 0x78, 0x1c, 0xca, 0xca, 0x70, 0x4a, 0x20, 0xd2, 0x60, 0x4f, 0x85, 0xec, 0x7b, 0x8b, 0x5d, 0x27, 0xfc, 0x88, 0x1e, 0x6f, 0x5c, 0xff, 0xb0, 0x83, 0x98, 0xb9, 0xf6, 0x13, 0x30, 0x72, 0x08, 0xf8 } } }; static const struct cckprng_op_reseed op_reseed_4433 = { .hd = { .id = 4187, .kind = OP_RESEED }, .nonce = 5391024330501842130ULL, .seed_nbytes = 48, .seed = { 0xb5, 0x90, 0xe0, 0x8c, 0xe1, 0xb4, 0x34, 0x88, 0x65, 0x68, 0xd0, 0xd2, 0x6f, 0x4b, 0x53, 0x7a, 0x18, 0x7b, 0xf1, 0x37, 0xb5, 0x68, 0x5c, 0x1c, 0x4f, 0x55, 0x80, 0x60, 0xec, 0xbb, 0x92, 0x7e, 0x74, 0x8a, 0x1b, 0xc0, 0x22, 0x82, 0x38, 0x81, 0x0b, 0x9b, 0x4c, 0x15, 0x34, 0xec, 0xce, 0x94 } }; static const struct cckprng_op_reseed op_reseed_4434 = { .hd = { .id = 4188, .kind = OP_RESEED }, .nonce = 12001418928861554767ULL, .seed_nbytes = 33, .seed = { 0x72, 0x1f, 0x74, 0x0c, 0xb9, 0xb3, 0xdf, 0x13, 0xae, 0x76, 0xff, 0x98, 0x4b, 0x8b, 0x53, 0x7f, 0xe1, 0x4a, 0xf1, 0x3c, 0xcb, 0x50, 0xb6, 0x02, 0x53, 0xa9, 0xb3, 0x1b, 0x3e, 0xcc, 0xac, 0x75, 0x56 } }; static const struct cckprng_op_generate op_init_4435 = { .hd = { .id = 4189, .kind = OP_GENERATE }, .rand_nbytes = 68, .out = { .rand = { 0xff, 0x3a, 0x45, 0xe4, 0x3e, 0x6f, 0x96, 0xfd, 0x66, 0xe0, 0x59, 0x0a, 0x41, 0x3a, 0x3a, 0xb3, 0xee, 0xd1, 0xc0, 0x89, 0xf2, 0xf6, 0x8d, 0x7e, 0x92, 0x0e, 0xdd, 0x74, 0x79, 0x2f, 0x3c, 0x56, 0x1a, 0x14, 0x8f, 0xe3, 0x1d, 0x1d, 0x92, 0xc3, 0x00, 0xab, 0x96, 0xab, 0xe4, 0x8a, 0x42, 0xff, 0x77, 0x74, 0xd0, 0x10, 0x7e, 0xcc, 0xbe, 0xfd, 0x98, 0x23, 0xd3, 0x5b, 0x27, 0x4d, 0x2b, 0xf6, 0xb7, 0x6f, 0x7f, 0x33 } } }; static const struct cckprng_op_refresh op_refresh_4436 = { .hd = { .id = 4190, .kind = OP_REFRESH }, .rand = 7164633881497322178ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4437 = { .hd = { .id = 4191, .kind = OP_RESEED }, .nonce = 16189088539632666995ULL, .seed_nbytes = 202, .seed = { 0xc0, 0xdc, 0x2c, 0x50, 0x14, 0x6f, 0x75, 0x65, 0x57, 0x6b, 0x87, 0x0a, 0x8f, 0x03, 0x18, 0x97, 0x0c, 0xd2, 0x05, 0xae, 0xb2, 0xa0, 0x54, 0x5d, 0xb5, 0x79, 0xa2, 0xd8, 0x2a, 0xed, 0x89, 0x31, 0x00, 0xe4, 0xbd, 0x32, 0x1f, 0x63, 0x3e, 0x48, 0x94, 0x43, 0x5f, 0xd0, 0xc6, 0xdf, 0xab, 0x28, 0xd8, 0x1e, 0x10, 0xd7, 0x73, 0xa3, 0x3f, 0x3d, 0x0a, 0x73, 0x30, 0xad, 0xff, 0xe3, 0xda, 0x51, 0xd9, 0x55, 0x30, 0xd8, 0x84, 0xcc, 0x3e, 0xc2, 0x81, 0x75, 0xdd, 0xa1, 0x1d, 0xfe, 0x69, 0xf0, 0xd6, 0xcf, 0x43, 0x54, 0xd4, 0x1b, 0x50, 0xe9, 0x94, 0x20, 0x95, 0x41, 0x89, 0xaa, 0xb9, 0xa1, 0x56, 0xaa, 0xf5, 0xe3, 0xda, 0x7c, 0x76, 0x23, 0xad, 0xc5, 0xe4, 0xd8, 0x7f, 0xc1, 0x41, 0xe2, 0xdc, 0x48, 0xb4, 0x97, 0x96, 0xff, 0xa1, 0xd3, 0x37, 0x12, 0xdb, 0x43, 0x52, 0x7c, 0xdc, 0xcb, 0x34, 0x25, 0x45, 0x87, 0x41, 0x5c, 0xd0, 0xed, 0x36, 0x43, 0x5b, 0x57, 0x97, 0x6a, 0x38, 0x67, 0x8c, 0xe9, 0xdf, 0xd2, 0xc8, 0xaf, 0x1a, 0x1b, 0x1b, 0xf2, 0xb9, 0x17, 0x6f, 0xf3, 0xfe, 0x48, 0x6f, 0xb1, 0xb7, 0x24, 0x92, 0xae, 0xb4, 0x26, 0xf9, 0xbb, 0x6c, 0x26, 0x04, 0x22, 0x8c, 0x67, 0x59, 0xcc, 0x97, 0x4d, 0xc8, 0xa5, 0x88, 0x55, 0xd7, 0x2b, 0x83, 0xcf, 0x7d, 0x26, 0xac, 0x06, 0xe0, 0x6c, 0x37, 0x9f, 0x23, 0x1c, 0x8e, 0x0e, 0x50, 0x6f } }; static const struct cckprng_op_reseed op_reseed_4438 = { .hd = { .id = 4192, .kind = OP_RESEED }, .nonce = 16368365573071162926ULL, .seed_nbytes = 245, .seed = { 0x2c, 0x3b, 0xde, 0xe2, 0xed, 0xc7, 0x40, 0x04, 0xb4, 0x0e, 0x85, 0x6b, 0x9d, 0x48, 0x60, 0xaf, 0xb6, 0xf3, 0x74, 0xc7, 0x7c, 0x6b, 0xcc, 0x33, 0x49, 0x22, 0x3c, 0x21, 0x28, 0x38, 0x67, 0x5f, 0xb6, 0x09, 0xf7, 0x60, 0xf9, 0x1d, 0xe6, 0x78, 0xf0, 0x68, 0xe2, 0xfb, 0x28, 0x68, 0xb8, 0x8a, 0x36, 0xe7, 0x57, 0xa3, 0x01, 0x25, 0x97, 0xe3, 0xfd, 0xdc, 0x78, 0xc7, 0x53, 0x47, 0x83, 0xa2, 0x33, 0x89, 0x6b, 0x47, 0xa6, 0x7b, 0x20, 0xcf, 0x1d, 0x35, 0x06, 0x1d, 0xbc, 0x88, 0x44, 0x57, 0xd3, 0x9d, 0x6e, 0x89, 0xb9, 0x96, 0x4a, 0x23, 0x92, 0xfe, 0x4c, 0x49, 0xc2, 0x54, 0x77, 0x68, 0xa2, 0xac, 0xa6, 0x99, 0xda, 0x37, 0x2d, 0xb2, 0x06, 0x78, 0x01, 0xd8, 0xef, 0x2f, 0x12, 0xb6, 0x87, 0x9e, 0x69, 0xaf, 0x9e, 0x1b, 0x9a, 0x03, 0xb2, 0xe9, 0x38, 0xd2, 0x4a, 0x52, 0xb6, 0x8f, 0x37, 0x3d, 0x8d, 0xcc, 0xf6, 0xea, 0xc9, 0x3a, 0x90, 0x52, 0xa6, 0x18, 0x49, 0xc0, 0x70, 0x2b, 0x4a, 0xd4, 0xc9, 0xa3, 0x57, 0x7b, 0x75, 0x69, 0xdd, 0x09, 0x50, 0x86, 0xb4, 0x85, 0xa0, 0xa6, 0x31, 0x46, 0x54, 0x75, 0xe6, 0x7e, 0xf4, 0xe1, 0x1c, 0xfc, 0x2d, 0x40, 0xf4, 0xb6, 0xc1, 0x64, 0x0f, 0x59, 0x46, 0x17, 0xfa, 0x73, 0x75, 0x49, 0xf8, 0x5a, 0x1f, 0xea, 0x3e, 0xb9, 0xdd, 0x62, 0x98, 0x4c, 0x9c, 0xd5, 0x27, 0xac, 0x3e, 0x98, 0x31, 0xea, 0x47, 0xce, 0x09, 0x12, 0xcb, 0x4f, 0xc6, 0xce, 0x75, 0xe9, 0x19, 0xd9, 0x71, 0x7a, 0x3f, 0x26, 0x57, 0xdb, 0xcb, 0x96, 0xac, 0x07, 0xd2, 0x89, 0x12, 0xde, 0x02, 0x49, 0x6e, 0x52, 0x63, 0xc0, 0x6a, 0x8c, 0xf8, 0xa3, 0x7c, 0x73, 0xd9, 0x2a, 0x98, 0xe5, 0x16 } }; static const struct cckprng_op_generate op_init_4439 = { .hd = { .id = 4193, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x8b, 0x8c, 0x8f, 0x54, 0x8d, 0x76, 0x67, 0x19, 0xed, 0x9d, 0x82, 0x9b, 0xcb, 0x10, 0xc1, 0xe9, 0x8f, 0xc4, 0x29, 0x6f, 0xd5, 0xfa, 0x2f, 0xb5, 0x7c, 0x3e, 0xe0, 0x73, 0x44, 0x89, 0x7e, 0xd7, 0x6a, 0x8d, 0xb3, 0xb1, 0xd5, 0x23, 0x85, 0xef, 0xd8, 0xe6, 0x28, 0x2b, 0x29, 0x9c, 0xcb, 0x61, 0x38, 0x9a, 0xb8, 0x45, 0x91, 0xa3, 0x5f, 0x93, 0x42, 0xae, 0x93, 0xc0, 0x84, 0xf7, 0x4b, 0xb1, 0xa9, 0xe6, 0xe2, 0xda, 0x1d, 0xca, 0x89, 0xf1, 0x61, 0x56, 0x38, 0x5b, 0x50, 0xca, 0x9c, 0xb2, 0x3f, 0x99, 0xf7, 0x4a, 0xae, 0xb7, 0x23, 0xf6, 0xe7, 0x30, 0x19, 0x2e, 0x7c, 0x53, 0xc4, 0x9b, 0x64, 0x0d } } }; static const struct cckprng_op_generate op_init_4440 = { .hd = { .id = 4194, .kind = OP_GENERATE }, .rand_nbytes = 70, .out = { .rand = { 0xb0, 0x0a, 0x6f, 0x4b, 0xf6, 0xbd, 0x44, 0xf5, 0xc5, 0x9e, 0xb7, 0xb7, 0x84, 0x75, 0x6a, 0x81, 0x5e, 0x17, 0xa7, 0x76, 0x1d, 0xd9, 0x79, 0x10, 0x9e, 0xf6, 0xa1, 0x71, 0xda, 0x24, 0x85, 0x36, 0xe3, 0x1d, 0x47, 0xc8, 0x9e, 0x9f, 0x99, 0x51, 0xa7, 0xf3, 0x86, 0xba, 0xbd, 0x9e, 0x6e, 0xf3, 0x74, 0x08, 0xa1, 0x03, 0x27, 0x59, 0x33, 0xdb, 0xdb, 0x7b, 0xb3, 0x92, 0x8c, 0x9c, 0x0b, 0x16, 0x08, 0xf1, 0x2a, 0x88, 0x81, 0x04 } } }; static const struct cckprng_op_reseed op_reseed_4441 = { .hd = { .id = 4195, .kind = OP_RESEED }, .nonce = 1983390995592776678ULL, .seed_nbytes = 232, .seed = { 0xa8, 0x73, 0x62, 0x3d, 0x3a, 0x99, 0x8b, 0xa8, 0x5d, 0x5a, 0x1e, 0xfa, 0xf0, 0xff, 0x34, 0x91, 0x0a, 0x55, 0xea, 0xd1, 0x5c, 0x6d, 0x88, 0xed, 0x27, 0xea, 0xf5, 0x0d, 0x1d, 0xf2, 0xb5, 0x42, 0xce, 0x12, 0x33, 0x9e, 0x63, 0xfa, 0xac, 0xcf, 0x45, 0x92, 0xc9, 0xde, 0x5c, 0x13, 0x2a, 0x39, 0x97, 0x6c, 0x8a, 0x1c, 0xf0, 0x4c, 0xe4, 0x57, 0x0a, 0x05, 0xb0, 0x62, 0x50, 0x83, 0x90, 0x3e, 0x84, 0x01, 0x90, 0x50, 0x32, 0x79, 0xfd, 0xcc, 0x9e, 0x63, 0xfa, 0xc7, 0x66, 0x60, 0x4e, 0xa4, 0x02, 0x49, 0x17, 0x05, 0x95, 0xa1, 0x43, 0x6a, 0xf4, 0x3b, 0x37, 0xe7, 0x3d, 0x43, 0x6f, 0x89, 0x1d, 0x59, 0xca, 0xc8, 0xd2, 0xf2, 0x04, 0xd4, 0x09, 0x99, 0xc1, 0x05, 0xd1, 0xa1, 0xb9, 0xa5, 0xef, 0x91, 0xcf, 0x7e, 0xb2, 0xe8, 0x24, 0xce, 0x1e, 0xaa, 0x56, 0x7e, 0x9d, 0xed, 0xab, 0xab, 0xfa, 0x1e, 0x6d, 0xd1, 0x0f, 0xb1, 0xb5, 0x85, 0x9d, 0xe6, 0xbe, 0x21, 0x53, 0x32, 0x63, 0x39, 0x34, 0x25, 0xf2, 0x44, 0x00, 0xbe, 0xc8, 0x45, 0x45, 0x15, 0x94, 0xe8, 0x3e, 0x88, 0xd6, 0x96, 0x04, 0xbd, 0x30, 0xad, 0x19, 0x7d, 0xa7, 0x91, 0x0f, 0x93, 0x13, 0x7e, 0x64, 0x43, 0x37, 0x4c, 0x4f, 0x25, 0xc5, 0xbb, 0x6f, 0xb1, 0xaf, 0xdd, 0x53, 0x38, 0xec, 0x7c, 0x8c, 0x57, 0x43, 0xa7, 0x34, 0x01, 0x6e, 0x89, 0x0d, 0x0d, 0x8a, 0x58, 0x39, 0xcb, 0x42, 0x56, 0xdb, 0xb4, 0x77, 0xa2, 0x77, 0x9a, 0x9d, 0x3c, 0x66, 0x6a, 0x54, 0x87, 0xcc, 0x54, 0x47, 0xe1, 0x82, 0xa1, 0x65, 0x36, 0x05, 0x54, 0x81, 0x00, 0xc5, 0x21, 0x05, 0x30 } }; static const struct cckprng_op_generate op_init_4442 = { .hd = { .id = 4196, .kind = OP_GENERATE }, .rand_nbytes = 79, .out = { .rand = { 0x0a, 0x2b, 0x87, 0xe2, 0xc2, 0x89, 0xd3, 0xf2, 0x11, 0x8b, 0x0a, 0x82, 0x6c, 0x03, 0x71, 0x39, 0x33, 0x8a, 0xb2, 0x61, 0xc9, 0x8f, 0xdf, 0xe3, 0x75, 0x84, 0xb3, 0x75, 0x9a, 0x63, 0xf9, 0x56, 0xf7, 0x9e, 0x65, 0x21, 0xfa, 0x04, 0x9e, 0x02, 0xbe, 0xc9, 0x83, 0x13, 0x3d, 0x1c, 0xc4, 0xa6, 0x13, 0xcc, 0xc5, 0xc6, 0x91, 0x3e, 0x59, 0xb2, 0x59, 0xc6, 0x30, 0x6e, 0x15, 0xef, 0xe8, 0x61, 0xbb, 0xe8, 0x13, 0x9d, 0x6b, 0x70, 0x73, 0xe7, 0x0a, 0x80, 0x9d, 0x1f, 0xe4, 0xe1, 0x5c } } }; static const struct cckprng_op_refresh op_refresh_4443 = { .hd = { .id = 4197, .kind = OP_REFRESH }, .rand = 3443827520062461406ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4444 = { .hd = { .id = 4198, .kind = OP_RESEED }, .nonce = 2901478628427553032ULL, .seed_nbytes = 207, .seed = { 0x36, 0x11, 0x43, 0x1e, 0x36, 0x4b, 0x59, 0xf6, 0x16, 0xba, 0x5d, 0xc0, 0xba, 0x03, 0xc1, 0x02, 0xa5, 0x23, 0x5f, 0x1d, 0x12, 0x6a, 0x4a, 0x88, 0x97, 0x00, 0x02, 0xfc, 0x65, 0x87, 0x05, 0x84, 0x3c, 0x70, 0xde, 0x26, 0xca, 0x2a, 0x54, 0x0a, 0xc9, 0x46, 0xd8, 0xab, 0xa3, 0x4c, 0xdb, 0x7e, 0xeb, 0xfe, 0x2f, 0x19, 0xda, 0xca, 0xd2, 0x52, 0x1a, 0x42, 0x62, 0x72, 0x83, 0x96, 0xf9, 0xc7, 0x43, 0x17, 0xc7, 0xeb, 0xde, 0x00, 0x25, 0x4e, 0x09, 0xc0, 0x60, 0x3b, 0x3b, 0xb7, 0x27, 0xbb, 0x43, 0xd4, 0x8f, 0x42, 0xa5, 0x25, 0xdf, 0x81, 0xff, 0x9d, 0xb5, 0xcb, 0xab, 0x94, 0x7a, 0xe7, 0x16, 0x3c, 0xa0, 0x34, 0x86, 0x58, 0x5f, 0xfa, 0x53, 0x77, 0xdd, 0x1b, 0x7f, 0x5d, 0xe3, 0x4c, 0x5f, 0xa4, 0x6a, 0xef, 0x1b, 0x97, 0x74, 0xdd, 0xdc, 0xa1, 0xa7, 0x6e, 0x47, 0xfe, 0xde, 0xa5, 0x13, 0xc6, 0x32, 0x1b, 0xc0, 0x09, 0x86, 0xa5, 0x3b, 0x28, 0xe1, 0xfa, 0xc0, 0xe8, 0x70, 0xcf, 0xbf, 0xc4, 0x88, 0xdb, 0x42, 0x2f, 0xb3, 0xfb, 0x9e, 0xce, 0x88, 0x26, 0x81, 0x86, 0x63, 0xd2, 0xe1, 0x2b, 0xa2, 0x8d, 0xf1, 0xbb, 0x54, 0xcb, 0x72, 0xec, 0xb8, 0x65, 0x1f, 0x0b, 0xcc, 0x71, 0xd1, 0x82, 0xab, 0x5b, 0xcf, 0xc0, 0x70, 0x6a, 0x93, 0x15, 0x07, 0xfb, 0x17, 0xd3, 0xad, 0xee, 0x5b, 0x94, 0xc7, 0xf1, 0xd2, 0x04, 0xa5, 0x0a, 0x9b, 0xfb, 0x25, 0x44, 0x72, 0x49, 0x9d } }; static const struct cckprng_op *ops_4445[] = { (const struct cckprng_op *)&op_init_4429, (const struct cckprng_op *)&op_refresh_4430, (const struct cckprng_op *)&op_init_4431, (const struct cckprng_op *)&op_init_4432, (const struct cckprng_op *)&op_reseed_4433, (const struct cckprng_op *)&op_reseed_4434, (const struct cckprng_op *)&op_init_4435, (const struct cckprng_op *)&op_refresh_4436, (const struct cckprng_op *)&op_reseed_4437, (const struct cckprng_op *)&op_reseed_4438, (const struct cckprng_op *)&op_init_4439, (const struct cckprng_op *)&op_init_4440, (const struct cckprng_op *)&op_reseed_4441, (const struct cckprng_op *)&op_init_4442, (const struct cckprng_op *)&op_refresh_4443, (const struct cckprng_op *)&op_reseed_4444 }; static const struct cckprng_vector vec_4446 = { .id = 4199, .note = NULL, .nops = 16, .ops = ops_4445 }; static const struct cckprng_op_init op_init_4447 = { .hd = { .id = 4200, .kind = OP_INIT }, .seed = { 0x43, 0xc3, 0x1f, 0x9d, 0xf9, 0x91, 0x51, 0x70, 0x35, 0x6c, 0xf3, 0xff, 0x7e, 0x14, 0xca, 0xd2, 0x5c, 0xc2, 0x5a, 0x86, 0x69, 0xe5, 0xef, 0x83, 0x88, 0xfd, 0xb9, 0xe2, 0x9c, 0x2d, 0x46, 0x23 }, .nonce = { 0xdb, 0x16, 0x29, 0x60, 0x71, 0x87, 0x45, 0x28 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4448 = { .hd = { .id = 4201, .kind = OP_RESEED }, .nonce = 12366446863033075553ULL, .seed_nbytes = 268, .seed = { 0xa6, 0x06, 0x66, 0x0e, 0x8c, 0x46, 0xc1, 0x9a, 0xd1, 0xc1, 0x80, 0x6f, 0x40, 0x51, 0xa6, 0x1f, 0xff, 0x2a, 0x0f, 0x2b, 0xfc, 0xb0, 0x53, 0x6f, 0xcd, 0x2d, 0x49, 0x80, 0x15, 0x74, 0x8d, 0x80, 0x43, 0xcb, 0xf2, 0xa2, 0xb9, 0x90, 0xec, 0x1c, 0x21, 0xf3, 0x09, 0xdd, 0x47, 0x27, 0x84, 0x5c, 0x07, 0x40, 0x78, 0xa9, 0xc7, 0x75, 0x30, 0xa2, 0x54, 0x16, 0x63, 0xf4, 0x58, 0x2e, 0xc3, 0x58, 0x44, 0x9a, 0x06, 0x6e, 0xa7, 0xb7, 0x7f, 0xb5, 0xb0, 0xb3, 0xf2, 0x42, 0xa8, 0x02, 0xba, 0xdb, 0x7c, 0x23, 0xec, 0xca, 0xbe, 0xa4, 0xc2, 0xd6, 0x69, 0xa5, 0xee, 0xb9, 0xda, 0x4c, 0xce, 0x24, 0xed, 0xc8, 0xcd, 0x59, 0xad, 0x5c, 0x4d, 0x2a, 0xa2, 0xb5, 0x81, 0x86, 0x84, 0x1c, 0x21, 0xf0, 0xe2, 0x79, 0x89, 0xdb, 0xfe, 0x40, 0xe5, 0xba, 0x89, 0x9f, 0x51, 0x4d, 0x7e, 0xf0, 0x41, 0xe7, 0x23, 0xe7, 0x45, 0x32, 0x28, 0x12, 0xf6, 0x05, 0xe8, 0x13, 0x67, 0xf2, 0x1a, 0xb0, 0x7e, 0x83, 0xcb, 0x6f, 0x81, 0x37, 0xcc, 0xa2, 0x67, 0x6d, 0x90, 0xfb, 0x0b, 0x5c, 0x39, 0xd0, 0x91, 0x3a, 0x93, 0x27, 0x63, 0x5e, 0xbc, 0x61, 0x74, 0x87, 0xe3, 0xa4, 0x22, 0x0f, 0x9e, 0x18, 0x06, 0x50, 0x50, 0xb6, 0x90, 0x4e, 0xaa, 0x90, 0xe0, 0x1d, 0xb0, 0x10, 0x01, 0x5a, 0xa9, 0x20, 0xe9, 0x82, 0x9a, 0x81, 0x6c, 0xe5, 0xcb, 0x87, 0x55, 0xc1, 0x7a, 0x39, 0xd0, 0x56, 0x24, 0x73, 0xe3, 0x8b, 0x3b, 0x8b, 0x20, 0x5a, 0x61, 0xb0, 0xa8, 0xaf, 0xd7, 0x92, 0xca, 0xc4, 0xee, 0x4c, 0x80, 0x20, 0xe4, 0xa4, 0x34, 0x4e, 0x33, 0x12, 0x4b, 0xe1, 0xd9, 0x91, 0x5f, 0x28, 0xd6, 0x6e, 0x7e, 0x74, 0xdc, 0xc1, 0xae, 0x73, 0x5b, 0xd8, 0x51, 0x08, 0x79, 0x40, 0x58, 0xa9, 0x33, 0x2e, 0x41, 0x3e, 0x17, 0x59, 0x01, 0xeb, 0xfb, 0x48, 0xd7, 0xa5, 0x9a, 0xf7, 0x1e, 0xde } }; static const struct cckprng_op_generate op_init_4449 = { .hd = { .id = 4202, .kind = OP_GENERATE }, .rand_nbytes = 245, .out = { .rand = { 0xe0, 0x4a, 0x52, 0x40, 0x37, 0x46, 0x59, 0x0a, 0x50, 0x4d, 0x4c, 0xe7, 0x3d, 0x75, 0xb6, 0xab, 0x4a, 0x6b, 0xf2, 0x83, 0x5c, 0x57, 0xae, 0x7c, 0x7e, 0xda, 0x40, 0x9a, 0x5c, 0xf9, 0xa4, 0x85, 0xf8, 0x70, 0xa4, 0xff, 0xe1, 0x15, 0xad, 0x8e, 0xc2, 0x16, 0xe3, 0x8a, 0x3e, 0xae, 0x64, 0xea, 0x25, 0x39, 0x51, 0xe3, 0xcb, 0x43, 0x84, 0x15, 0x64, 0x45, 0x88, 0x7d, 0x7e, 0xe0, 0xf7, 0xcc, 0x42, 0x35, 0xf4, 0xf6, 0x4e, 0x1d, 0xd9, 0x33, 0xb4, 0x00, 0xdf, 0x55, 0x20, 0x0b, 0xa2, 0xa5, 0x04, 0xa6, 0x40, 0xa1, 0x38, 0x79, 0x7d, 0xd5, 0x75, 0xca, 0x44, 0xa4, 0x37, 0x71, 0xc4, 0xde, 0x11, 0x31, 0xa5, 0x84, 0x13, 0x05, 0x3d, 0x52, 0x5d, 0xf9, 0xf6, 0xc1, 0xa3, 0xf4, 0x61, 0x30, 0x1f, 0x91, 0x12, 0xc8, 0x59, 0xf8, 0x90, 0x14, 0x24, 0x3f, 0xa4, 0xb4, 0x51, 0xcc, 0xbd, 0xb1, 0x8f, 0x9d, 0xf1, 0x57, 0xfc, 0x22, 0xb2, 0x5d, 0xb5, 0x3f, 0x75, 0xa5, 0x1e, 0x4e, 0x44, 0x47, 0xde, 0x35, 0xb9, 0xba, 0x8b, 0x07, 0xd5, 0xf3, 0x80, 0x0d, 0x35, 0xf1, 0xfc, 0xa1, 0x41, 0x4d, 0x69, 0xa5, 0x17, 0x94, 0xe8, 0xe5, 0xf4, 0xc4, 0xc3, 0x77, 0xb2, 0xd7, 0xe9, 0x55, 0xa1, 0xb9, 0x8c, 0xe7, 0xce, 0x2b, 0xca, 0x99, 0x20, 0x91, 0x87, 0x02, 0x57, 0x93, 0xc3, 0xfe, 0x4f, 0x99, 0x60, 0x98, 0x3d, 0x41, 0x37, 0x91, 0xc3, 0x07, 0x95, 0xe9, 0x59, 0x88, 0x38, 0xf5, 0xe0, 0xf6, 0x5f, 0xb8, 0xf7, 0x6a, 0x83, 0xb8, 0xee, 0xaf, 0x86, 0xb0, 0x6d, 0x76, 0x21, 0x29, 0xfc, 0x38, 0xa7, 0x94, 0xe1, 0x21, 0xdd, 0x69, 0x1c, 0xeb, 0xc9, 0xb8, 0x55, 0x10, 0xb1, 0x5e, 0x5a, 0xc1, 0xe4, 0x9e, 0x57, 0x5e, 0x31 } } }; static const struct cckprng_op_refresh op_refresh_4450 = { .hd = { .id = 4203, .kind = OP_REFRESH }, .rand = 13545301466227184304ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4451 = { .hd = { .id = 4204, .kind = OP_RESEED }, .nonce = 4363467696251643796ULL, .seed_nbytes = 96, .seed = { 0x08, 0x4f, 0x65, 0xc9, 0x4d, 0xd6, 0x4c, 0xd6, 0xd2, 0xec, 0xbb, 0xd3, 0x3b, 0x7f, 0x61, 0x61, 0xea, 0x63, 0x44, 0x13, 0x33, 0x73, 0x57, 0x45, 0x4f, 0xbe, 0xe0, 0x79, 0x9e, 0x27, 0x7a, 0x4a, 0xd4, 0xc0, 0xb3, 0xff, 0x10, 0xf1, 0x6e, 0x7b, 0xa6, 0xdb, 0xc8, 0x52, 0x9e, 0x80, 0x59, 0xc6, 0x0f, 0x67, 0xfd, 0x32, 0x23, 0x8a, 0xf2, 0x23, 0xb2, 0x7d, 0xd3, 0x43, 0xc5, 0x3b, 0x99, 0x59, 0x6e, 0x1b, 0x52, 0x9b, 0xe3, 0x51, 0xea, 0xef, 0x25, 0xa5, 0x07, 0x03, 0x75, 0xe5, 0xf8, 0x41, 0x17, 0xc0, 0xa6, 0x5d, 0x82, 0x58, 0x64, 0x64, 0x25, 0x8b, 0xf6, 0xdf, 0x13, 0xcd, 0x57, 0x25 } }; static const struct cckprng_op_reseed op_reseed_4452 = { .hd = { .id = 4205, .kind = OP_RESEED }, .nonce = 14853147039709848950ULL, .seed_nbytes = 199, .seed = { 0x5d, 0x41, 0x79, 0xe9, 0x43, 0xd6, 0xb9, 0x49, 0xc6, 0x01, 0xbd, 0x6b, 0x95, 0x9c, 0x0c, 0x6a, 0xde, 0xa1, 0x3e, 0xe5, 0x04, 0xdf, 0xd0, 0x1d, 0xc7, 0x70, 0xc3, 0x45, 0x47, 0x10, 0x86, 0x16, 0x45, 0xb5, 0x55, 0x27, 0xc5, 0x07, 0x86, 0x2d, 0x95, 0x74, 0x74, 0x7a, 0xa5, 0xdf, 0x92, 0x1a, 0xf3, 0x97, 0x2b, 0x39, 0x83, 0xb9, 0xc3, 0x32, 0xcd, 0x0e, 0xd8, 0x94, 0xaf, 0xd5, 0x12, 0xf1, 0x3a, 0x86, 0x62, 0xc5, 0xf8, 0xfd, 0x9a, 0xe6, 0x22, 0xcf, 0x16, 0x3e, 0x58, 0xef, 0x67, 0x81, 0x98, 0x88, 0xd1, 0xc0, 0xb3, 0xa8, 0x4b, 0x79, 0xc0, 0x14, 0x72, 0x59, 0xb8, 0xcb, 0x92, 0x9d, 0x31, 0x05, 0x76, 0x3e, 0x03, 0x55, 0x28, 0xdc, 0x3e, 0x80, 0xaf, 0x98, 0xad, 0xda, 0x9d, 0xa7, 0xe8, 0x0c, 0x5f, 0x5a, 0xe3, 0x00, 0x42, 0x2c, 0x63, 0x7e, 0xa4, 0xa5, 0x9b, 0xcc, 0x78, 0x6f, 0xc6, 0xcb, 0x9b, 0xb2, 0xde, 0x94, 0x89, 0xb4, 0xb5, 0x99, 0x55, 0xfe, 0x99, 0x5e, 0x88, 0xb0, 0x01, 0xd5, 0xc4, 0xf9, 0xf5, 0xd8, 0x40, 0x92, 0xa0, 0xc7, 0x59, 0xfd, 0x39, 0x63, 0x65, 0xdd, 0xd0, 0x58, 0xc0, 0xe8, 0x02, 0xf6, 0xfe, 0x07, 0xdb, 0x7b, 0xdf, 0xf1, 0x0e, 0x55, 0x04, 0xc8, 0x55, 0x9b, 0x27, 0x71, 0x9b, 0x25, 0x25, 0x29, 0x9b, 0xe9, 0x07, 0x20, 0x20, 0xbf, 0x7a, 0xb9, 0x0a, 0xf7, 0xba, 0xe5, 0x2c, 0x41, 0x8b } }; static const struct cckprng_op_generate op_init_4453 = { .hd = { .id = 4206, .kind = OP_GENERATE }, .rand_nbytes = 240, .out = { .rand = { 0xe4, 0x34, 0xa2, 0x50, 0x17, 0x6a, 0x31, 0x2c, 0xac, 0xcf, 0x9c, 0x82, 0xf6, 0xfd, 0x24, 0x9d, 0xc9, 0xf0, 0x67, 0x53, 0xde, 0x1e, 0x7a, 0x56, 0x53, 0xaf, 0xd8, 0xe7, 0xef, 0xe7, 0x0c, 0x74, 0x85, 0x61, 0x0b, 0xb2, 0xad, 0x76, 0xf2, 0xa6, 0x5d, 0x67, 0x0a, 0x2f, 0x04, 0xf2, 0x8d, 0x0d, 0x70, 0xcf, 0x45, 0x39, 0x35, 0xe6, 0xe0, 0x0b, 0xfe, 0x54, 0xe7, 0xcd, 0xae, 0x1f, 0x81, 0x78, 0x78, 0x17, 0xcd, 0x7f, 0x1a, 0x55, 0x65, 0x97, 0x7b, 0xb9, 0x58, 0x60, 0x30, 0xa2, 0x75, 0xe4, 0xaf, 0x1a, 0x09, 0xe5, 0xf5, 0xd3, 0x63, 0x91, 0x76, 0x53, 0x0d, 0x89, 0xee, 0x9a, 0x46, 0x13, 0xb0, 0x36, 0x30, 0xe5, 0x61, 0xe2, 0x95, 0x5c, 0x63, 0xaa, 0x57, 0x00, 0xf4, 0xb7, 0xcf, 0x8d, 0xdc, 0xcd, 0x33, 0x12, 0xf9, 0x2a, 0xed, 0xea, 0xca, 0xeb, 0x5b, 0xda, 0x22, 0xe9, 0xae, 0x18, 0x82, 0x21, 0x6b, 0x6e, 0x24, 0x5d, 0x74, 0x3f, 0x31, 0x57, 0xc5, 0x13, 0x1e, 0x68, 0x13, 0xbd, 0xbb, 0xe5, 0x80, 0xc2, 0x54, 0x79, 0xd0, 0xc0, 0x6b, 0x16, 0x0e, 0x20, 0x41, 0x29, 0x37, 0xaa, 0xfb, 0xe8, 0xbe, 0xf5, 0x02, 0x7a, 0x4e, 0xef, 0xe5, 0x58, 0xaf, 0x42, 0x9e, 0x8c, 0x02, 0xb7, 0xc5, 0x08, 0x19, 0x1d, 0x3c, 0x2c, 0x9f, 0x8c, 0x7f, 0xbe, 0x0f, 0xf7, 0x03, 0xca, 0x3e, 0xbb, 0x71, 0xed, 0xb3, 0x95, 0x07, 0x2f, 0x24, 0x75, 0x00, 0x16, 0x4a, 0xdb, 0xa8, 0x89, 0x3c, 0xd0, 0xed, 0x8c, 0x8d, 0x78, 0xf8, 0x6d, 0xb0, 0x3e, 0x1e, 0xce, 0xd6, 0x2b, 0xd2, 0x1e, 0xe8, 0x99, 0x0c, 0x9a, 0xb2, 0xae, 0x70, 0xd5, 0xce, 0x45, 0xe7, 0x37, 0x76, 0xa6, 0xe4, 0xad, 0xd6, 0xa7 } } }; static const struct cckprng_op_reseed op_reseed_4454 = { .hd = { .id = 4207, .kind = OP_RESEED }, .nonce = 2944263454340472618ULL, .seed_nbytes = 199, .seed = { 0x3f, 0xe6, 0x92, 0xa5, 0x11, 0xa7, 0x84, 0x3e, 0x15, 0x92, 0x04, 0xd0, 0x91, 0x24, 0x4c, 0xca, 0xbc, 0x1f, 0x48, 0x41, 0xb5, 0xca, 0x9e, 0x24, 0xfd, 0x62, 0xb3, 0x60, 0x54, 0x7a, 0xaf, 0xfd, 0xc9, 0x44, 0x75, 0xa5, 0x93, 0x32, 0x40, 0x87, 0xe4, 0x7f, 0x6a, 0xe2, 0x34, 0xcf, 0x9c, 0x57, 0x6d, 0xc1, 0x2d, 0x71, 0xa5, 0x2f, 0xa9, 0x88, 0xb0, 0x61, 0x07, 0xd2, 0x41, 0x8a, 0x15, 0xc0, 0x27, 0x6f, 0x99, 0xd0, 0x3b, 0x3c, 0xaf, 0x25, 0xde, 0x8e, 0x13, 0x98, 0x1c, 0xe7, 0x7d, 0xbd, 0xff, 0x4b, 0x82, 0xa1, 0x47, 0x30, 0xbe, 0xc9, 0xe4, 0xbd, 0x42, 0x95, 0x1d, 0xd0, 0x5d, 0x64, 0x4b, 0xc8, 0xa1, 0x61, 0xbd, 0x43, 0x03, 0x1e, 0x44, 0x5d, 0x3e, 0xd5, 0x2a, 0x2c, 0xea, 0xa7, 0xbe, 0x2b, 0x43, 0x06, 0x71, 0xdc, 0xe7, 0xa0, 0xb7, 0x58, 0xcd, 0x2b, 0xd2, 0xac, 0xb6, 0xb3, 0xc8, 0xe2, 0xe5, 0xec, 0x5e, 0x79, 0x08, 0x60, 0x85, 0x64, 0x96, 0xc1, 0xd4, 0xa8, 0x6c, 0x8d, 0xa6, 0x4b, 0xa7, 0x0b, 0x47, 0x7f, 0x8f, 0x90, 0x7b, 0x57, 0xaf, 0xbf, 0x7e, 0xaa, 0x1f, 0x94, 0x99, 0x75, 0xe5, 0x5b, 0xdb, 0x8b, 0xfd, 0xd9, 0xf4, 0xd1, 0xfa, 0x7c, 0xb0, 0x40, 0x8b, 0x05, 0x59, 0xc6, 0x95, 0xef, 0x78, 0x00, 0x93, 0x48, 0x49, 0x5c, 0xc8, 0x64, 0xd1, 0xfe, 0xf9, 0x8e, 0x62, 0xba, 0xd1, 0xf7, 0x98, 0x8f, 0x68 } }; static const struct cckprng_op_generate op_init_4455 = { .hd = { .id = 4208, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0xf8, 0xab, 0xd0, 0x1b, 0x43, 0xb8, 0xfa, 0x78, 0x18, 0x77, 0x3f, 0x4a, 0xf4, 0xfb, 0x5e, 0xa2, 0xd0, 0x96, 0x56, 0xc7, 0x86, 0x1b, 0xa5, 0x26, 0xe9, 0xcc, 0xc0, 0x0e, 0x09, 0x17, 0x47, 0x6c, 0x90, 0x6e, 0xb4, 0x21, 0x23, 0x8b, 0xd5, 0xcb, 0x82, 0x13, 0x7a, 0x78, 0x7e, 0x26, 0x8a, 0xa3, 0x8a, 0x51, 0x3f, 0x1e, 0x6a, 0xb1, 0xba, 0x6e, 0xef, 0x6b, 0xae, 0x40, 0xce, 0x10, 0x17, 0x98, 0x23, 0xe3, 0xc7, 0x77, 0x7c, 0xf2, 0x50, 0x33, 0x63, 0xd3, 0xec, 0x37, 0xa2, 0x6a, 0x09, 0x5d, 0x12, 0x44, 0xb4, 0xaf, 0x7f, 0xf4, 0xeb, 0x1a, 0xe2, 0x2a, 0xe1, 0x07, 0x02, 0x41, 0x8a, 0x37, 0x41, 0xa2, 0x8b, 0xb4, 0x43, 0x59, 0x2c, 0x91, 0x68, 0xd6, 0xec, 0xc1, 0x2e, 0x24, 0x6a, 0xa4, 0xcc, 0x5e, 0xc8, 0x5d, 0x4a, 0x89, 0x83, 0x2a, 0x24, 0x55, 0xc2, 0x41, 0xed, 0x54, 0x84, 0x72, 0x92, 0x35, 0x59, 0xd5, 0x1c, 0x6d, 0x53, 0x71, 0x7c, 0xaf, 0xcd, 0x60, 0xee, 0xb5, 0xd0, 0xd5, 0x0d, 0x18, 0x66, 0xce, 0x2e, 0x88, 0x9e, 0x38, 0x40, 0x07, 0x86, 0xeb, 0x2d, 0x3a, 0x6e, 0xb1, 0x3d, 0x42, 0x57, 0x19, 0x7c, 0x03, 0x6c, 0x48, 0x23, 0xee, 0xee, 0x03, 0xab, 0xc5, 0x52, 0x6f, 0xc8, 0xe7 } } }; static const struct cckprng_op_generate op_init_4456 = { .hd = { .id = 4209, .kind = OP_GENERATE }, .rand_nbytes = 38, .out = { .rand = { 0xbb, 0x9e, 0x6e, 0x8e, 0x4a, 0x9c, 0xb9, 0x26, 0x12, 0xfc, 0xa4, 0x3e, 0xdb, 0x7f, 0xf0, 0x89, 0xc5, 0xc1, 0xf7, 0x12, 0x2c, 0x7c, 0x4c, 0x80, 0xa4, 0x24, 0x13, 0x03, 0x16, 0x09, 0xf8, 0x5d, 0xd2, 0x25, 0x93, 0xe1, 0xd4, 0xa8 } } }; static const struct cckprng_op_reseed op_reseed_4457 = { .hd = { .id = 4210, .kind = OP_RESEED }, .nonce = 13735468979727834890ULL, .seed_nbytes = 77, .seed = { 0x07, 0xde, 0xa7, 0x70, 0xd1, 0xf7, 0x6e, 0xe5, 0x5d, 0x98, 0x34, 0x36, 0x4d, 0xeb, 0x24, 0x23, 0xb5, 0xc2, 0xbb, 0xd4, 0x85, 0x2e, 0xa5, 0x36, 0x28, 0x93, 0x12, 0xfc, 0x53, 0xe1, 0x70, 0x9d, 0x59, 0x87, 0xc2, 0xb7, 0xa8, 0x5b, 0x26, 0xc0, 0x27, 0xc1, 0xb7, 0x40, 0xbd, 0xea, 0x53, 0xce, 0xcc, 0x9b, 0x15, 0x04, 0x00, 0xb6, 0xdf, 0x8f, 0xf0, 0xbe, 0xa4, 0xb1, 0x7f, 0xac, 0xdc, 0x4d, 0xaf, 0x84, 0xaf, 0xb7, 0xa4, 0x67, 0xf9, 0x24, 0x39, 0x38, 0x34, 0x38, 0x45 } }; static const struct cckprng_op_generate op_init_4458 = { .hd = { .id = 4211, .kind = OP_GENERATE }, .rand_nbytes = 180, .out = { .rand = { 0x84, 0x17, 0xc6, 0x26, 0x6b, 0xd9, 0xe1, 0x58, 0xe1, 0x68, 0xfc, 0x71, 0x77, 0x29, 0x17, 0xea, 0x2d, 0xcb, 0x6b, 0x20, 0x3a, 0x0d, 0xdf, 0x08, 0x82, 0x67, 0xee, 0x41, 0xc5, 0xb6, 0xa4, 0x2f, 0xfc, 0x20, 0x20, 0x35, 0x93, 0xd0, 0xff, 0x1c, 0x92, 0x99, 0x0e, 0xf8, 0x4a, 0x8b, 0xbb, 0xad, 0x2e, 0x82, 0x04, 0x47, 0x00, 0x7d, 0x31, 0x5b, 0xf2, 0x1d, 0x0b, 0xbe, 0x18, 0x50, 0xb1, 0xb0, 0xaa, 0xd4, 0x06, 0x21, 0xe3, 0x6d, 0x2d, 0xac, 0x04, 0xe3, 0x7d, 0x6b, 0xe5, 0x0f, 0x47, 0x4d, 0x58, 0x68, 0x44, 0x70, 0x5b, 0xa2, 0xad, 0xad, 0x3a, 0x0e, 0x76, 0xc5, 0x2c, 0x75, 0x83, 0x7a, 0x53, 0xcd, 0x5e, 0x75, 0x32, 0x80, 0xaa, 0x75, 0x9d, 0x9b, 0xa9, 0xa6, 0xe2, 0xe0, 0x71, 0x50, 0xcb, 0x41, 0x17, 0xba, 0x2c, 0xda, 0x90, 0xb7, 0x15, 0x75, 0x9f, 0x9c, 0xf0, 0x12, 0x99, 0x0f, 0x26, 0xf2, 0xc1, 0x77, 0xbd, 0x65, 0xa3, 0x67, 0xb6, 0xa5, 0x3e, 0x44, 0x4c, 0xfe, 0x13, 0x47, 0xda, 0x69, 0x67, 0xf1, 0x5f, 0x1d, 0xb9, 0xf6, 0xf2, 0xc1, 0xee, 0x5d, 0xcc, 0x75, 0xb4, 0xab, 0x00, 0x9f, 0xb1, 0x9e, 0x0d, 0x33, 0x7b, 0xd9, 0x33, 0xdb, 0x66, 0x5f, 0x79, 0x83, 0x96, 0xc0, 0xef, 0x2f, 0xf3, 0x2a } } }; static const struct cckprng_op_refresh op_refresh_4459 = { .hd = { .id = 4212, .kind = OP_REFRESH }, .rand = 17459440345815686711ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4460 = { .hd = { .id = 4213, .kind = OP_GENERATE }, .rand_nbytes = 211, .out = { .rand = { 0x20, 0x57, 0x47, 0x80, 0x6a, 0xdc, 0x87, 0xf1, 0x07, 0xc4, 0x0b, 0x4b, 0x77, 0x76, 0xd1, 0x1c, 0x9b, 0xb1, 0x42, 0x02, 0x67, 0x42, 0x0d, 0xd8, 0xbe, 0x01, 0x0b, 0x39, 0xce, 0x93, 0x7b, 0xa5, 0x39, 0x97, 0x1a, 0x7c, 0xdc, 0x09, 0x82, 0xf5, 0xc9, 0x80, 0x3e, 0xf0, 0x27, 0x0b, 0x5e, 0x7d, 0x28, 0x56, 0xfa, 0x93, 0xa9, 0xec, 0x35, 0x12, 0x00, 0x46, 0xbb, 0xc1, 0xb3, 0xd5, 0xa9, 0x53, 0x77, 0x77, 0xa1, 0xad, 0x5f, 0x24, 0x5c, 0x2a, 0x6f, 0x92, 0xd5, 0x55, 0xc0, 0x8f, 0x49, 0x47, 0xc6, 0xc2, 0x48, 0x44, 0x91, 0xfd, 0x83, 0x32, 0xc6, 0x9b, 0x11, 0x4b, 0x66, 0x06, 0xc2, 0x3b, 0x1b, 0xcc, 0x5b, 0xbe, 0x9e, 0x9c, 0x86, 0x38, 0x12, 0x1c, 0x98, 0xa6, 0x2a, 0x7f, 0x6b, 0x13, 0xdc, 0x82, 0x0e, 0x3f, 0x3a, 0x08, 0x38, 0x97, 0x14, 0xe7, 0xa7, 0x66, 0x88, 0xf9, 0x2a, 0x22, 0x27, 0xa8, 0x5e, 0x6d, 0xbb, 0x81, 0x27, 0x37, 0xfb, 0x3e, 0xbe, 0xc8, 0xc8, 0x30, 0x41, 0x97, 0x78, 0x7a, 0xb4, 0xc2, 0x56, 0xf3, 0x0b, 0x19, 0x51, 0x4b, 0x0f, 0x29, 0xc1, 0x84, 0x35, 0xf3, 0x49, 0x4c, 0xc8, 0xb5, 0x16, 0xca, 0x26, 0xb6, 0xeb, 0xf8, 0x73, 0xa6, 0xde, 0x1e, 0x5b, 0x36, 0xe1, 0x3e, 0x7a, 0xd5, 0xce, 0xa2, 0x1d, 0x43, 0x3f, 0xb5, 0x68, 0xa3, 0x46, 0x70, 0x9e, 0x59, 0x72, 0x12, 0x46, 0x1b, 0x53, 0x24, 0x77, 0x9d, 0xab, 0x71, 0xe9, 0x0d, 0x32, 0xaf, 0x50, 0x3b, 0x84, 0x78, 0x0a } } }; static const struct cckprng_op_reseed op_reseed_4461 = { .hd = { .id = 4214, .kind = OP_RESEED }, .nonce = 2432256909005087358ULL, .seed_nbytes = 207, .seed = { 0x52, 0x2f, 0x59, 0x45, 0xb8, 0xb8, 0x18, 0x3c, 0x6c, 0x5a, 0xf6, 0x7a, 0x46, 0x1c, 0xaf, 0xab, 0x92, 0xf7, 0x81, 0x82, 0xd3, 0x10, 0xaf, 0x7b, 0x50, 0xd3, 0xa0, 0x01, 0xed, 0x4f, 0xc5, 0x65, 0xd9, 0xb3, 0xa8, 0x9c, 0xc3, 0xf5, 0x21, 0xf7, 0x17, 0x0a, 0x74, 0xb9, 0xe5, 0xc4, 0x35, 0xed, 0x63, 0x94, 0x5a, 0xc3, 0x3c, 0xf5, 0x74, 0xbd, 0x6f, 0x00, 0x96, 0x7e, 0x06, 0xb7, 0x77, 0x2d, 0x6b, 0xec, 0xf0, 0xd1, 0x6e, 0x4e, 0xae, 0x3c, 0x18, 0xb7, 0x08, 0xed, 0x4c, 0x1a, 0xbc, 0xe6, 0x8e, 0xe6, 0x1d, 0xa7, 0xcd, 0xd5, 0x80, 0x42, 0x58, 0x80, 0x95, 0xab, 0xac, 0x4b, 0xec, 0x2f, 0x0d, 0x40, 0x78, 0x6f, 0x69, 0xef, 0x89, 0xe5, 0xe6, 0xf3, 0x6f, 0x06, 0x3e, 0x34, 0x88, 0x6b, 0xe6, 0x67, 0xe5, 0x16, 0xf4, 0xae, 0x0b, 0xde, 0x29, 0x04, 0x8e, 0x46, 0x86, 0xa2, 0x01, 0xf6, 0xfe, 0x49, 0xf2, 0x03, 0xf1, 0xc1, 0xfb, 0x31, 0xd6, 0xc1, 0xe6, 0xe0, 0x63, 0x54, 0xa7, 0xbf, 0xaa, 0x6d, 0x6b, 0xe3, 0xe6, 0xa7, 0x26, 0xf3, 0xb4, 0xd1, 0x36, 0x67, 0x2e, 0x01, 0x67, 0xe1, 0x64, 0x9f, 0x00, 0x22, 0xb7, 0xec, 0x0e, 0x20, 0xf9, 0x7f, 0xd4, 0xb0, 0x97, 0xcc, 0x30, 0x3e, 0x99, 0x19, 0x41, 0xc0, 0xc9, 0xa8, 0xd6, 0x42, 0xd9, 0x9e, 0xda, 0x69, 0xfb, 0x66, 0x03, 0x9a, 0x78, 0x4d, 0x37, 0x0b, 0x8a, 0x4d, 0xb7, 0x78, 0x32, 0x36, 0x44, 0x30, 0x6e, 0x90, 0x7f } }; static const struct cckprng_op_generate op_init_4462 = { .hd = { .id = 4215, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0xa0, 0x63, 0x1d, 0x9c, 0xca, 0xfc, 0x99, 0xae, 0x7a, 0x2c, 0xc2, 0x28, 0xb1, 0x07, 0x94, 0x68, 0x9d, 0x52, 0x19, 0x67, 0x10, 0x7a, 0x41, 0xf1, 0x01, 0x13, 0x37, 0xc7, 0xec, 0x4d, 0xf6, 0xd3, 0xf8, 0x7a, 0x39, 0x94, 0x34, 0x88, 0x7a, 0x0b, 0xe3, 0x6c, 0x23, 0xb9, 0x5d, 0xf6, 0x6e, 0xa4, 0xd3, 0x2e, 0xb1, 0xf3, 0xcb, 0x50, 0xea, 0x4e, 0xf0, 0x7a, 0xc9, 0x09, 0xd7, 0x31, 0xb8, 0x70, 0x5b, 0x8d, 0x66, 0x51, 0x0f, 0x3d, 0x34, 0x0d, 0x47, 0xbe, 0x99, 0x4a, 0xa3, 0x04, 0x81, 0xba, 0xe4, 0xe5, 0xc1, 0xfc, 0x04, 0x96, 0x0a, 0xd9, 0xde, 0x24, 0x14, 0xf2, 0x7c, 0xc6, 0x4d, 0x1a, 0x03, 0xab, 0x2e, 0x7c, 0x60, 0x6d, 0x1d, 0x58, 0x8a, 0x49, 0x61, 0xbe, 0xf8, 0x68, 0x10, 0x30, 0x46, 0xf5, 0xff, 0x8a, 0x4e, 0xd1, 0x38, 0x3e, 0x22, 0x4d, 0x96, 0x37, 0x27, 0x0f, 0xf2, 0xa7, 0x8d, 0x8f, 0x56, 0x25, 0xa1, 0x23, 0x80, 0x7c, 0x39, 0x69, 0xd5, 0xae, 0xe3 } } }; static const struct cckprng_op *ops_4463[] = { (const struct cckprng_op *)&op_init_4447, (const struct cckprng_op *)&op_reseed_4448, (const struct cckprng_op *)&op_init_4449, (const struct cckprng_op *)&op_refresh_4450, (const struct cckprng_op *)&op_reseed_4451, (const struct cckprng_op *)&op_reseed_4452, (const struct cckprng_op *)&op_init_4453, (const struct cckprng_op *)&op_reseed_4454, (const struct cckprng_op *)&op_init_4455, (const struct cckprng_op *)&op_init_4456, (const struct cckprng_op *)&op_reseed_4457, (const struct cckprng_op *)&op_init_4458, (const struct cckprng_op *)&op_refresh_4459, (const struct cckprng_op *)&op_init_4460, (const struct cckprng_op *)&op_reseed_4461, (const struct cckprng_op *)&op_init_4462 }; static const struct cckprng_vector vec_4464 = { .id = 4216, .note = NULL, .nops = 16, .ops = ops_4463 }; static const struct cckprng_op_init op_init_4465 = { .hd = { .id = 4217, .kind = OP_INIT }, .seed = { 0xda, 0x50, 0x27, 0xf7, 0x81, 0xa3, 0x57, 0x7e, 0xcb, 0x79, 0x66, 0x6e, 0x3b, 0xa1, 0x5d, 0x5e, 0xbb, 0x09, 0xd2, 0xb8, 0x38, 0x58, 0x64, 0x2e, 0x6f, 0xf1, 0x97, 0xef, 0x8b, 0x90, 0xb6, 0x3b }, .nonce = { 0xb7, 0xba, 0x86, 0x80, 0xe8, 0x56, 0x2b, 0x5e }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4466 = { .hd = { .id = 4218, .kind = OP_REFRESH }, .rand = 9342279216902332363ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4467 = { .hd = { .id = 4219, .kind = OP_RESEED }, .nonce = 15961666564806033737ULL, .seed_nbytes = 248, .seed = { 0x7b, 0xc8, 0xe6, 0x54, 0xd4, 0x47, 0x5e, 0xba, 0x52, 0xe5, 0x76, 0x88, 0xfa, 0xd4, 0x40, 0x76, 0x9d, 0xde, 0x4d, 0x86, 0x35, 0xaf, 0x38, 0xae, 0x65, 0x83, 0x7e, 0x0e, 0x15, 0x05, 0xcc, 0x85, 0xe5, 0xe4, 0xab, 0x62, 0xd7, 0x6a, 0x32, 0xc5, 0xfc, 0xc4, 0x8e, 0x6c, 0x9a, 0xbe, 0xbd, 0x01, 0x86, 0xe4, 0xae, 0x39, 0xc2, 0xea, 0xb5, 0x5f, 0x27, 0x89, 0xb9, 0xd1, 0x10, 0xe1, 0xfa, 0x35, 0xe9, 0x26, 0x43, 0xc8, 0xc1, 0xd9, 0x8e, 0x4d, 0x35, 0x7d, 0x5d, 0x80, 0x7b, 0x73, 0x61, 0xee, 0x56, 0x06, 0xeb, 0xa1, 0xe5, 0x24, 0x84, 0x9a, 0xe7, 0x01, 0xda, 0xac, 0x1c, 0xcc, 0xfd, 0x5a, 0x3f, 0x98, 0x28, 0xe5, 0x73, 0x48, 0x92, 0x24, 0x05, 0x5f, 0x30, 0x1d, 0xf7, 0x80, 0x7b, 0x7b, 0x45, 0x1c, 0x4d, 0xf5, 0x99, 0x90, 0xe7, 0x8c, 0x2c, 0x0c, 0xfd, 0x22, 0xda, 0xcd, 0xe1, 0x11, 0x48, 0xa9, 0x59, 0x17, 0x99, 0xa4, 0x8e, 0xb2, 0x78, 0x43, 0x15, 0x73, 0x37, 0x7f, 0x39, 0x50, 0x48, 0x52, 0x88, 0xea, 0xe3, 0x73, 0x2a, 0xd0, 0xde, 0x3b, 0xd3, 0x55, 0x34, 0xfa, 0x43, 0x6e, 0x73, 0x8b, 0xb9, 0x26, 0x3a, 0x95, 0x66, 0x6f, 0xc3, 0x36, 0xac, 0x43, 0x9f, 0xc2, 0xc6, 0x9b, 0xc7, 0x38, 0x74, 0x3b, 0x05, 0x38, 0x70, 0x34, 0xbb, 0xd8, 0xa6, 0x78, 0xfd, 0xe4, 0x04, 0xd9, 0xc0, 0x8d, 0xb9, 0x1d, 0x8f, 0xe4, 0x17, 0x27, 0xb1, 0x27, 0x1b, 0xfe, 0x08, 0x47, 0xfa, 0x81, 0x7d, 0x57, 0x74, 0xce, 0x69, 0x4b, 0x4e, 0xd9, 0x55, 0x45, 0x3d, 0x0e, 0x82, 0x2b, 0x37, 0x53, 0xae, 0x43, 0x9a, 0x53, 0x9e, 0xb3, 0xfa, 0xf0, 0x8e, 0x83, 0x01, 0x89, 0x7a, 0x54, 0x50, 0x5f, 0x39, 0xe2, 0xb0, 0x40, 0x77, 0x5f, 0x49, 0xe1 } }; static const struct cckprng_op_generate op_init_4468 = { .hd = { .id = 4220, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0xf1, 0x18, 0xc6, 0xc0, 0xb2, 0xf2, 0x0e, 0x97, 0x9d, 0xa3, 0x1d, 0x9b, 0x27, 0x1e, 0xbf, 0x89, 0xaa, 0xae, 0x3f, 0x28, 0x57, 0x80, 0x93, 0xf2, 0x7a, 0xf2, 0xb5, 0xfc, 0x93, 0x28, 0xf5, 0xf5, 0x25, 0xb6, 0x11, 0x6b, 0xde, 0xf7, 0x9d, 0x29, 0x19, 0x00, 0x70, 0x1e, 0x52, 0x62, 0xf7, 0x66, 0xa6, 0xcb, 0x81, 0x10, 0x0f, 0xad, 0xd9, 0x8e, 0x94, 0x1f, 0xe8, 0xf4, 0x4c, 0xb6, 0xf3, 0x22, 0xc6, 0x04, 0x48, 0x92, 0x7a, 0xa6, 0xff, 0x4e, 0xb1, 0xc3, 0x10, 0x94, 0x98, 0xab, 0x55, 0xc1, 0xf9, 0x2f, 0x69, 0xc6, 0x1c, 0x69, 0xe5, 0x09, 0x3e, 0xac, 0xf5 } } }; static const struct cckprng_op_generate op_init_4469 = { .hd = { .id = 4221, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0xb8, 0x55, 0x8c, 0x1a, 0x75, 0x35, 0xdc, 0x5a, 0x7b, 0x49, 0x71, 0x96, 0x4f, 0xf0, 0x12, 0xeb, 0x62, 0xae, 0x65, 0xdd, 0x7f, 0xdc, 0xcf, 0xd7, 0x7e, 0xd4, 0x34, 0x7c, 0x55, 0x42, 0xff, 0x46, 0x3d, 0x7e, 0xa4, 0xf1, 0x83, 0xb9, 0x34, 0xd5, 0xbd, 0x86, 0x37, 0x74, 0x20, 0xb6, 0x73, 0x8f, 0xe3, 0xe1, 0xd9, 0x00, 0xbf, 0xf0, 0x5c, 0x8b, 0x6e, 0xf8, 0x5a, 0x69, 0x68, 0x11, 0x4a, 0x1b, 0x79, 0x46, 0x37, 0x14, 0x9f, 0x2a, 0xad, 0x63, 0xe4, 0xec, 0x97, 0x48, 0xbb, 0xf8, 0x84, 0xfc, 0xc4, 0xeb, 0x55, 0x65, 0x37, 0xfb, 0x1c } } }; static const struct cckprng_op_refresh op_refresh_4470 = { .hd = { .id = 4222, .kind = OP_REFRESH }, .rand = 5163708609005087932ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4471 = { .hd = { .id = 4223, .kind = OP_REFRESH }, .rand = 1882114293940755695ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4472 = { .hd = { .id = 4224, .kind = OP_RESEED }, .nonce = 5186328579335089293ULL, .seed_nbytes = 96, .seed = { 0x87, 0x43, 0x92, 0x42, 0x1c, 0xa1, 0xe2, 0x48, 0x85, 0x3f, 0xf1, 0xf2, 0x47, 0x92, 0x2c, 0xc6, 0x10, 0x1c, 0x6d, 0x7d, 0x44, 0x01, 0xbd, 0x59, 0x92, 0x3f, 0x4e, 0x26, 0x5c, 0x82, 0xe1, 0x4c, 0xa0, 0x45, 0xa0, 0xd7, 0x3d, 0xfc, 0xec, 0x55, 0xc7, 0xae, 0x32, 0xd4, 0x33, 0xb3, 0x85, 0x87, 0x73, 0xe5, 0xda, 0x6f, 0xc8, 0xd6, 0x53, 0x34, 0x68, 0xeb, 0x5e, 0x7b, 0xa6, 0x29, 0xa7, 0x8a, 0xcb, 0x08, 0xae, 0x44, 0x94, 0x6a, 0x8c, 0xca, 0xab, 0xe6, 0x64, 0x39, 0x92, 0xf4, 0x93, 0x2c, 0xc5, 0x46, 0x16, 0x62, 0xaa, 0xd3, 0xeb, 0x62, 0xfd, 0x62, 0x0c, 0x60, 0x94, 0x91, 0xed, 0xe2 } }; static const struct cckprng_op_reseed op_reseed_4473 = { .hd = { .id = 4225, .kind = OP_RESEED }, .nonce = 15926268615484882557ULL, .seed_nbytes = 77, .seed = { 0x6f, 0xd9, 0x40, 0x39, 0xdf, 0x44, 0x3f, 0x70, 0x95, 0x7e, 0x5a, 0x54, 0x45, 0x64, 0xc4, 0xe2, 0x42, 0x4c, 0x05, 0xe3, 0x5f, 0x94, 0xf9, 0x0a, 0x32, 0x1e, 0x3b, 0xb0, 0xf1, 0x95, 0xdd, 0x90, 0x7f, 0x36, 0x8c, 0xcc, 0x17, 0x7d, 0x3f, 0xb9, 0x31, 0x80, 0xeb, 0xb7, 0xf7, 0xa0, 0x8c, 0x3b, 0x6a, 0x8c, 0x1a, 0xce, 0xfe, 0x00, 0x0c, 0xe1, 0x69, 0xb3, 0xe9, 0x92, 0xe7, 0x76, 0x3d, 0x0a, 0x9b, 0x33, 0x59, 0x93, 0xdd, 0xc0, 0x6d, 0x0f, 0xd7, 0x1d, 0x1a, 0x1b, 0x49 } }; static const struct cckprng_op_generate op_init_4474 = { .hd = { .id = 4226, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_generate op_init_4475 = { .hd = { .id = 4227, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x3c, 0x2e, 0xd3, 0x14, 0xc4, 0x2d, 0x8b, 0x70, 0x5d, 0x53, 0xfa, 0x54, 0xf2, 0xb0, 0x08, 0x2a, 0x89, 0x94, 0x82, 0xe8, 0x06, 0x6f, 0x02, 0x15, 0xd3, 0x1c, 0x97, 0xa0, 0x9a, 0x6a, 0xbc, 0x5d, 0x53, 0xb5, 0x75, 0xfd, 0x7c, 0x5f, 0xbd, 0xc7, 0x93, 0x57, 0x47, 0x43, 0xef, 0xc1, 0x0e, 0x8a, 0x70, 0xbd, 0x1a, 0x8a, 0x43, 0x84, 0x31, 0x65, 0x90, 0x4c, 0x0b, 0x5e, 0xc3, 0xc7, 0xdc, 0x6b, 0xaa, 0x60, 0x69, 0x2a, 0x18, 0x79, 0x48, 0xf7, 0x84, 0xdd, 0x07, 0x15, 0x8e, 0x3d, 0x68, 0x2e, 0x8e, 0x12, 0x81, 0x43, 0x10, 0x58, 0x57, 0x52, 0x58, 0xe1, 0x92, 0x0e, 0x97, 0x71, 0x3b, 0x02, 0x62, 0xbf } } }; static const struct cckprng_op_refresh op_refresh_4476 = { .hd = { .id = 4228, .kind = OP_REFRESH }, .rand = 307524505818325617ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4477 = { .hd = { .id = 4229, .kind = OP_RESEED }, .nonce = 8628146991241730106ULL, .seed_nbytes = 43, .seed = { 0xd1, 0xd6, 0xd7, 0xa8, 0x4a, 0x93, 0x07, 0x07, 0xc7, 0xa6, 0x11, 0xf0, 0xc4, 0x5c, 0xf7, 0x52, 0xab, 0x3d, 0xe8, 0x4e, 0x14, 0xd0, 0x51, 0x89, 0x2d, 0x91, 0x7d, 0xe0, 0xd2, 0x2c, 0x6b, 0xaa, 0x95, 0x0f, 0xe0, 0x7f, 0xbb, 0xe7, 0x24, 0x66, 0x64, 0xe3, 0x58 } }; static const struct cckprng_op_reseed op_reseed_4478 = { .hd = { .id = 4230, .kind = OP_RESEED }, .nonce = 9705731296261814623ULL, .seed_nbytes = 155, .seed = { 0x5d, 0x7f, 0x63, 0xa9, 0x9b, 0xb8, 0x2c, 0x8f, 0x72, 0xf7, 0x63, 0xac, 0xd4, 0x8e, 0xb9, 0x80, 0xb9, 0x60, 0xda, 0x86, 0x95, 0xa1, 0xf3, 0x25, 0x60, 0x63, 0xe6, 0x0d, 0x22, 0x2a, 0x7e, 0x24, 0x40, 0xbe, 0xa1, 0x0f, 0x7d, 0x6f, 0x36, 0x2f, 0xcd, 0x1b, 0xb7, 0x9e, 0x46, 0x3c, 0xc8, 0x5e, 0xcc, 0x68, 0x7d, 0xef, 0x0e, 0xa7, 0xb4, 0xa6, 0x78, 0x4d, 0x92, 0x72, 0xf1, 0x8f, 0x7e, 0x37, 0x37, 0x0f, 0x5b, 0x2a, 0xe7, 0x29, 0x49, 0x5e, 0x5b, 0xf2, 0x5e, 0xc4, 0x6a, 0xfd, 0xa5, 0xf2, 0x31, 0xa5, 0x9f, 0x3b, 0x7c, 0xbe, 0xdb, 0x55, 0x83, 0x5c, 0xb9, 0x3b, 0x50, 0x99, 0xd4, 0x16, 0x43, 0x9a, 0xbc, 0x84, 0x89, 0x07, 0xfc, 0x28, 0xfc, 0x0e, 0xe1, 0xb2, 0xd2, 0x78, 0xa0, 0x22, 0xa1, 0x37, 0xc4, 0x7b, 0xed, 0xc8, 0x7f, 0x97, 0x7a, 0x3a, 0xa8, 0xd1, 0x20, 0x0f, 0x46, 0x94, 0x8a, 0x2e, 0xa8, 0x60, 0xca, 0x0d, 0x70, 0x79, 0x34, 0x33, 0x93, 0x1e, 0xb4, 0x2e, 0xa4, 0x15, 0x2d, 0xbb, 0x04, 0x0d, 0x36, 0x0b, 0x9f, 0x96, 0x3b, 0x82, 0xc1 } }; static const struct cckprng_op_generate op_init_4479 = { .hd = { .id = 4231, .kind = OP_GENERATE }, .rand_nbytes = 2, .out = { .rand = { 0xca, 0x8e } } }; static const struct cckprng_op_generate op_init_4480 = { .hd = { .id = 4232, .kind = OP_GENERATE }, .rand_nbytes = 280, .out = { .rand = { 0x62, 0x06, 0xc3, 0x6e, 0xc7, 0xd7, 0x21, 0x63, 0xba, 0x3d, 0x85, 0xd9, 0x87, 0xb7, 0xa1, 0xc4, 0x7a, 0x29, 0x69, 0xad, 0xc1, 0x21, 0x38, 0xf1, 0x86, 0xd3, 0x60, 0xa5, 0x82, 0x0e, 0x6c, 0xb1, 0x97, 0x28, 0x28, 0x77, 0x4e, 0xf5, 0x3d, 0xad, 0x81, 0x67, 0x60, 0x52, 0x21, 0x7b, 0x72, 0xeb, 0x91, 0x5d, 0x43, 0xbd, 0x18, 0xc9, 0x9f, 0x9a, 0x47, 0xe8, 0xdd, 0xef, 0x90, 0x57, 0x9d, 0x5c, 0xff, 0x05, 0xc5, 0x5b, 0xdd, 0x46, 0xf0, 0x84, 0x74, 0xea, 0x11, 0xae, 0x4e, 0x11, 0xce, 0xad, 0x14, 0xf0, 0x80, 0x0e, 0xed, 0x53, 0xff, 0x39, 0xb1, 0xdc, 0xea, 0x3e, 0xdd, 0x91, 0xdb, 0x03, 0xe7, 0x63, 0xc4, 0x5d, 0x9a, 0xba, 0xce, 0xb1, 0xfb, 0xbb, 0xcc, 0x52, 0xdc, 0x87, 0x8d, 0xf5, 0x62, 0x29, 0x86, 0x47, 0xb4, 0x60, 0x71, 0xaf, 0x1e, 0xc1, 0xb2, 0x4d, 0x95, 0xca, 0x54, 0xd1, 0x5b, 0x25, 0x45, 0xdc, 0x30, 0xd3, 0x56, 0x42, 0xbd, 0x6d, 0x89, 0x75, 0xfa, 0x9a, 0x86, 0x2d, 0x4d, 0x4c, 0x96, 0x15, 0xb9, 0xa4, 0x1a, 0x6a, 0x9d, 0x9e, 0x85, 0x5f, 0xb2, 0xbf, 0x7e, 0x96, 0x0c, 0x5a, 0xa3, 0xeb, 0xd0, 0x47, 0x7d, 0xf7, 0x7c, 0x2e, 0xa0, 0x4a, 0xc8, 0x3a, 0x67, 0x70, 0x4b, 0xd9, 0x8d, 0x96, 0x44, 0xe4, 0x31, 0x9e, 0x70, 0x91, 0x85, 0x66, 0xda, 0x2e, 0x70, 0x20, 0x30, 0x5c, 0x53, 0x02, 0x84, 0xdd, 0xd6, 0x0b, 0x2c, 0x55, 0x76, 0x42, 0x3c, 0xb6, 0xc7, 0x0f, 0xce, 0x36, 0x66, 0xbf, 0xa6, 0x2e, 0xf1, 0xcd, 0x37, 0xb3, 0xa4, 0x95, 0x30, 0x98, 0x5f, 0x33, 0x3d, 0x14, 0xa2, 0xc3, 0xa4, 0x18, 0x86, 0x84, 0x02, 0x02, 0x6e, 0x1c, 0x3e, 0x86, 0x1c, 0xb5, 0xb8, 0xc6, 0xe6, 0x63, 0x6e, 0x8e, 0x75, 0x35, 0xf4, 0x59, 0x49, 0x09, 0xfb, 0x5f, 0x75, 0x81, 0xfd, 0x6e, 0x05, 0xa9, 0xc0, 0x88, 0x02, 0xb3, 0xf5, 0x83, 0xd5, 0xea, 0xf9, 0xc8, 0x34, 0xc5, 0x41, 0x09, 0x37, 0xbf, 0xdc, 0x4d, 0xaa, 0x0f } } }; static const struct cckprng_op *ops_4481[] = { (const struct cckprng_op *)&op_init_4465, (const struct cckprng_op *)&op_refresh_4466, (const struct cckprng_op *)&op_reseed_4467, (const struct cckprng_op *)&op_init_4468, (const struct cckprng_op *)&op_init_4469, (const struct cckprng_op *)&op_refresh_4470, (const struct cckprng_op *)&op_refresh_4471, (const struct cckprng_op *)&op_reseed_4472, (const struct cckprng_op *)&op_reseed_4473, (const struct cckprng_op *)&op_init_4474, (const struct cckprng_op *)&op_init_4475, (const struct cckprng_op *)&op_refresh_4476, (const struct cckprng_op *)&op_reseed_4477, (const struct cckprng_op *)&op_reseed_4478, (const struct cckprng_op *)&op_init_4479, (const struct cckprng_op *)&op_init_4480 }; static const struct cckprng_vector vec_4482 = { .id = 4233, .note = NULL, .nops = 16, .ops = ops_4481 }; static const struct cckprng_op_init op_init_4483 = { .hd = { .id = 4234, .kind = OP_INIT }, .seed = { 0x59, 0x06, 0x1e, 0xbd, 0xc2, 0x13, 0xa8, 0x38, 0xf3, 0xfd, 0x1e, 0xb5, 0x24, 0x43, 0x45, 0x0b, 0x2d, 0x0c, 0x36, 0x82, 0x6f, 0xcc, 0x26, 0xba, 0x4b, 0x7d, 0xeb, 0x24, 0x83, 0x44, 0xbb, 0xf2 }, .nonce = { 0x8e, 0x5c, 0x65, 0x0d, 0x3d, 0xa4, 0xca, 0x1c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_refresh op_refresh_4484 = { .hd = { .id = 4235, .kind = OP_REFRESH }, .rand = 14518269075726002928ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4485 = { .hd = { .id = 4236, .kind = OP_REFRESH }, .rand = 8968312999087110294ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4486 = { .hd = { .id = 4237, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x6e, 0xb7, 0x56, 0x3a, 0xbe, 0xa9, 0xd7, 0x96, 0xc9, 0x27, 0x4c, 0x5b, 0x72, 0x15, 0xc6, 0xa7, 0x49, 0x52, 0x8b, 0x4d, 0x49, 0x7e, 0xbc, 0x8d, 0x7b, 0x06, 0x88, 0xec, 0x78, 0x8a, 0x89, 0x9c, 0xae, 0x4c, 0xab, 0xc0, 0x2b, 0x60, 0x87, 0x97, 0x89, 0x27, 0x37, 0x56, 0x4b, 0xc4, 0xc5, 0xb6, 0xdf, 0xfd, 0x99, 0x87, 0xdc, 0x43, 0x50, 0x3f, 0x51, 0x19, 0x7b, 0x7c, 0x1d, 0x61, 0x2e, 0x47, 0xb6, 0xe9, 0xe9, 0x2e, 0xb7, 0x14, 0xa7, 0x39 } } }; static const struct cckprng_op_reseed op_reseed_4487 = { .hd = { .id = 4238, .kind = OP_RESEED }, .nonce = 6119476187920179882ULL, .seed_nbytes = 43, .seed = { 0x44, 0xd8, 0x7b, 0x9b, 0x8c, 0xa0, 0x5a, 0x15, 0xa3, 0xaa, 0x4e, 0xe6, 0xcc, 0x89, 0x3f, 0xdb, 0x0c, 0x1b, 0x43, 0x98, 0xd8, 0xc5, 0x87, 0xd4, 0xfa, 0xa3, 0xc7, 0xf6, 0xd2, 0x73, 0xe6, 0xd3, 0x57, 0x79, 0x7c, 0xf6, 0xcd, 0x67, 0xa9, 0xd8, 0xd6, 0x03, 0xf1 } }; static const struct cckprng_op_reseed op_reseed_4488 = { .hd = { .id = 4239, .kind = OP_RESEED }, .nonce = 7034977665750255907ULL, .seed_nbytes = 31, .seed = { 0x31, 0x35, 0x5b, 0xb8, 0x23, 0x31, 0xe5, 0xd7, 0x97, 0x5b, 0xe0, 0x86, 0x09, 0x15, 0x0a, 0xff, 0x11, 0x8a, 0xba, 0xb7, 0x8f, 0x42, 0xc5, 0xdb, 0x38, 0x3f, 0x9a, 0xc3, 0x43, 0xda, 0xab } }; static const struct cckprng_op_reseed op_reseed_4489 = { .hd = { .id = 4240, .kind = OP_RESEED }, .nonce = 3209477244411005260ULL, .seed_nbytes = 204, .seed = { 0x2a, 0x9e, 0x9b, 0x70, 0xcd, 0x17, 0xce, 0xf9, 0x88, 0x35, 0x7c, 0x6d, 0x45, 0x7d, 0x35, 0x50, 0x45, 0x7c, 0xf8, 0x3c, 0xb2, 0x74, 0xb2, 0x47, 0x74, 0x1f, 0xef, 0x09, 0x26, 0x2f, 0x81, 0x75, 0xa0, 0x41, 0x96, 0x9a, 0xf3, 0xa1, 0x78, 0x87, 0x5f, 0x30, 0xc1, 0xa6, 0x32, 0x35, 0x2f, 0x9c, 0x21, 0xd4, 0xcc, 0x29, 0xb2, 0x1d, 0x55, 0x4b, 0x7f, 0x93, 0x5f, 0x03, 0xf9, 0x97, 0x97, 0x47, 0x6a, 0x0e, 0x4b, 0x3f, 0x98, 0x2f, 0x0a, 0x0c, 0xd0, 0x66, 0x10, 0x70, 0x96, 0x49, 0x44, 0x52, 0xe2, 0x9e, 0x95, 0xfd, 0x83, 0x4a, 0x3d, 0x3e, 0x86, 0x40, 0x99, 0xf7, 0x97, 0x1e, 0x07, 0x74, 0xbb, 0xc3, 0x26, 0x3a, 0x3d, 0x11, 0x82, 0x93, 0xb6, 0x30, 0x11, 0x97, 0x2b, 0x46, 0x09, 0xb9, 0x18, 0xdd, 0x39, 0xe5, 0x1e, 0x8c, 0xd0, 0x0e, 0xb4, 0x6b, 0x09, 0x14, 0x5f, 0x70, 0xf9, 0x22, 0x03, 0x4c, 0x34, 0x4e, 0x74, 0x9a, 0x27, 0x65, 0xe2, 0x4d, 0x21, 0xb2, 0x68, 0xe1, 0xa3, 0x92, 0x3a, 0xff, 0x7a, 0x34, 0xce, 0x82, 0xbb, 0xa1, 0xce, 0xff, 0x0a, 0x49, 0xfc, 0x71, 0xa6, 0x4e, 0x58, 0xc6, 0x3f, 0x0a, 0x49, 0x19, 0x1a, 0xb7, 0xcd, 0x73, 0x11, 0xb6, 0x0a, 0x7e, 0xa5, 0x3d, 0xab, 0xd5, 0x34, 0xfa, 0xe4, 0x3e, 0x52, 0xc7, 0xb3, 0xce, 0x62, 0xcb, 0xf4, 0x48, 0xc8, 0xc9, 0x52, 0xf7, 0x75, 0xc0, 0x20, 0xc5, 0x6e, 0x9a, 0x5f, 0x75, 0x3c, 0x7c } }; static const struct cckprng_op_generate op_init_4490 = { .hd = { .id = 4241, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x29, 0x64, 0x11, 0xb8, 0xed, 0xa2, 0x03, 0x99, 0x98, 0x16, 0x9e, 0x89, 0xc2, 0xad, 0xe6, 0x35, 0xa8, 0x68, 0x4e, 0x74, 0x2f, 0x2a, 0xa5, 0xd5, 0x6b, 0xbd, 0x77, 0xb9, 0x20, 0x47, 0xdc, 0x5d, 0xff, 0x5a, 0x47, 0xe9, 0x80, 0x92, 0x4f, 0x70, 0xf3, 0x12, 0xf1, 0xba, 0x58, 0xec, 0x20, 0x40, 0x9d, 0x9e, 0x9a, 0x54, 0x7d, 0x45, 0xf4, 0xf1, 0x41, 0xb4, 0x0c, 0xaa, 0x50, 0xd0, 0xc2, 0x5a, 0x3b, 0xaa, 0x81, 0x01, 0x2f, 0x9d, 0xd2, 0x83, 0x74, 0xde, 0x4f, 0x01, 0x2e, 0x0e, 0xd1, 0x00, 0x31, 0x14, 0x2b, 0x4f, 0x8e, 0x42, 0xd8, 0xe4, 0xb7, 0x56, 0x89, 0xea, 0xae, 0xc1, 0x5a, 0x67, 0xbc, 0x2b, 0x19, 0x60, 0x85, 0x0b, 0x78, 0xf1, 0x5e, 0xd0, 0xd6, 0xcd, 0x5f, 0x5d, 0xc5, 0x5d, 0x13, 0x81, 0xfa, 0xea, 0xdf, 0xb6 } } }; static const struct cckprng_op_generate op_init_4491 = { .hd = { .id = 4242, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xa3, 0x6e, 0x3f, 0x53, 0xef, 0x70, 0x50, 0x44, 0x3d, 0xe6, 0xf9, 0x9d, 0x55, 0xbd, 0x86, 0xa9, 0x43, 0xa4, 0x14, 0x0b, 0xb3, 0xca, 0x00, 0x82, 0x4b, 0x42, 0x86, 0x9b, 0xe8, 0xc7, 0x7b, 0x39, 0xd1, 0x33, 0x0e, 0x49, 0x0a, 0xad, 0xf4, 0xb4, 0xc8, 0x96, 0x3b, 0x37, 0x94, 0xcf, 0x58, 0x12, 0x6f, 0x0f, 0x43, 0x90, 0x11, 0x1b, 0x3d, 0xa2, 0x4d, 0x82, 0x61, 0xa4, 0x22, 0x9f, 0x63, 0x34, 0x57, 0xc8, 0xe3, 0x9d, 0x69, 0x17, 0x4d, 0xbc, 0x2f, 0xb0, 0x29, 0xad, 0x12, 0xcf, 0x47, 0x60, 0x9a, 0x74, 0x4f, 0x8b, 0x5e, 0x14, 0x19, 0xb2, 0x08, 0xb0, 0x06, 0xc0, 0xf5, 0xb7, 0x59, 0xbb, 0xe6, 0xc5, 0xaa, 0x98, 0x6f, 0x6f, 0x92, 0x70, 0xda, 0x11, 0x2a, 0x83, 0x91, 0x57, 0x9c, 0x80, 0x77, 0x52, 0xb0, 0xce, 0x96, 0xe9, 0x5a, 0x28, 0xfd, 0x06, 0x52, 0x37, 0x08, 0xc4, 0xfe, 0x1a, 0x97, 0x77, 0x1c, 0x8d, 0xf9, 0x99, 0x17, 0x16, 0xce, 0x8d, 0x25, 0x70, 0xca, 0xdc, 0x49, 0x30, 0xb9, 0xe2, 0xf9, 0x74, 0xff, 0x16, 0x06, 0xb8, 0x5f, 0x13, 0x6e, 0x6b, 0x41, 0xfb, 0xfc, 0xbd, 0x94, 0xac, 0x8d, 0xdb, 0x46, 0x56, 0xd0, 0x2c, 0xbc, 0x2f, 0x89, 0xfd, 0x42, 0x34, 0xa7, 0x9a, 0xdd, 0x74, 0x57, 0xe3, 0x51, 0xa1, 0x22, 0xf1, 0x26, 0x64, 0x85, 0xa5, 0x71, 0xff, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_4492 = { .hd = { .id = 4243, .kind = OP_RESEED }, .nonce = 4196800794146705790ULL, .seed_nbytes = 287, .seed = { 0xb7, 0xf1, 0x45, 0x11, 0x61, 0x02, 0x32, 0xc6, 0x70, 0x28, 0x48, 0x97, 0x0c, 0x91, 0xc0, 0xe1, 0xba, 0xd3, 0xdb, 0xa5, 0x9e, 0x6e, 0x58, 0x6d, 0xa9, 0x83, 0xe4, 0x4b, 0x77, 0x82, 0x96, 0x26, 0x0f, 0x60, 0x85, 0x61, 0x28, 0x8a, 0x9a, 0x55, 0xa8, 0x03, 0xd9, 0xe3, 0xf6, 0x50, 0xc3, 0xdb, 0xd4, 0x1f, 0xee, 0x73, 0x5e, 0x2d, 0xfe, 0x68, 0xf7, 0x09, 0xfa, 0x20, 0x73, 0x3f, 0xd2, 0xa3, 0x01, 0x79, 0x59, 0xb9, 0x7f, 0x45, 0x25, 0x27, 0x3e, 0x40, 0xf0, 0xe7, 0x0e, 0x5a, 0xba, 0x0b, 0x6d, 0x20, 0x55, 0xb7, 0xde, 0x87, 0x9f, 0xf7, 0x9e, 0x57, 0xdd, 0x3c, 0x2b, 0xe9, 0x52, 0xb1, 0x2b, 0x67, 0x53, 0x6d, 0xe0, 0x8e, 0x7b, 0xae, 0x07, 0x3e, 0x14, 0x8b, 0x63, 0x46, 0x95, 0xfc, 0x1d, 0xa7, 0x16, 0xe9, 0x35, 0xec, 0xfd, 0x05, 0xd3, 0x7a, 0x57, 0xec, 0xa7, 0xfa, 0x78, 0x5e, 0xef, 0xd9, 0xfe, 0x3f, 0x09, 0x24, 0x85, 0x63, 0x03, 0x0b, 0x32, 0xc7, 0x78, 0x13, 0x55, 0xae, 0x68, 0x78, 0x24, 0x52, 0xc7, 0xd8, 0xe6, 0x94, 0xf4, 0xf0, 0xe5, 0x07, 0x4b, 0xf2, 0xa2, 0x50, 0x28, 0x31, 0x36, 0xdd, 0xd1, 0x44, 0xeb, 0xeb, 0x17, 0x23, 0x28, 0xdb, 0x35, 0xa7, 0x84, 0x69, 0x5c, 0x6e, 0x5b, 0xfc, 0xde, 0xee, 0x24, 0xde, 0x70, 0xbc, 0xc2, 0xac, 0xaf, 0x49, 0x5b, 0x64, 0x10, 0x6e, 0xcb, 0xc4, 0x8e, 0xdd, 0x7b, 0x36, 0xb7, 0xe0, 0x5d, 0x1c, 0x2d, 0x2d, 0x0c, 0x9f, 0xc9, 0xe8, 0x37, 0x16, 0x8d, 0x1e, 0x6f, 0xc7, 0x51, 0xee, 0xbb, 0x96, 0x2d, 0x99, 0xd0, 0x01, 0xcf, 0x81, 0x2a, 0x47, 0xc5, 0xcf, 0xa2, 0xd1, 0x95, 0xb1, 0xba, 0xe4, 0x70, 0xae, 0x7c, 0x83, 0xa6, 0xea, 0x7d, 0x17, 0x81, 0x3f, 0x53, 0x27, 0x7a, 0x7c, 0xbc, 0x71, 0xd3, 0x6d, 0x70, 0xac, 0x3d, 0x04, 0x71, 0x2c, 0xd3, 0xd0, 0x51, 0x8b, 0xcb, 0x63, 0x30, 0x8e, 0x14, 0x18, 0x42, 0xa2, 0xe6, 0x20, 0x68, 0x07, 0x15, 0xe1, 0xa1, 0x22, 0xcf, 0xce, 0x6d, 0x7e, 0xe1, 0x3c, 0x5e } }; static const struct cckprng_op_reseed op_reseed_4493 = { .hd = { .id = 4244, .kind = OP_RESEED }, .nonce = 5178470705546487525ULL, .seed_nbytes = 182, .seed = { 0x8d, 0xfc, 0x45, 0x38, 0x71, 0x79, 0xe4, 0x8d, 0xba, 0x19, 0x95, 0xbf, 0x61, 0x4c, 0x00, 0x57, 0x40, 0xec, 0x12, 0xf8, 0x9b, 0x5f, 0xf1, 0x65, 0x5b, 0x37, 0xda, 0xa5, 0xff, 0xb4, 0x34, 0x03, 0xd6, 0x73, 0x34, 0xcc, 0x39, 0x97, 0x75, 0x38, 0xbe, 0xe2, 0x0b, 0xa6, 0x2f, 0x39, 0x06, 0x34, 0xc7, 0x8e, 0xb2, 0xc7, 0xe8, 0x6b, 0x03, 0xaa, 0xde, 0xd3, 0x13, 0xb7, 0xc0, 0x51, 0xbf, 0xe2, 0xd2, 0x97, 0x20, 0xc1, 0x30, 0x73, 0xfb, 0xc8, 0x13, 0xd4, 0x91, 0x8f, 0x5a, 0x4d, 0xea, 0xe9, 0x18, 0xf0, 0x69, 0xa5, 0x3e, 0x3d, 0x65, 0x31, 0x0b, 0x58, 0xcb, 0xab, 0x2f, 0x4e, 0x24, 0x66, 0x08, 0x52, 0xc6, 0x85, 0x30, 0x1a, 0xae, 0x6c, 0x6c, 0x4c, 0xa7, 0x32, 0x5c, 0x5b, 0xdf, 0x0c, 0xf2, 0x1e, 0x01, 0x3a, 0xc5, 0xb7, 0x46, 0x01, 0x62, 0xef, 0x36, 0x5e, 0x8b, 0x0d, 0x95, 0xf8, 0xe8, 0xed, 0x2a, 0xda, 0x6b, 0xa7, 0x49, 0xd0, 0xf6, 0x64, 0xee, 0x95, 0xbc, 0xb5, 0xfe, 0x43, 0xa6, 0x23, 0x95, 0x82, 0x8f, 0x59, 0x95, 0x1a, 0x1c, 0x1f, 0x77, 0xbc, 0xe7, 0x46, 0x03, 0xb7, 0x2d, 0xe2, 0x46, 0xed, 0xdc, 0xbc, 0x8e, 0xf7, 0x20, 0xae, 0x84, 0x5b, 0x10, 0xf2, 0xb4, 0xd1, 0xa3, 0x2c, 0x66, 0x4f, 0xfe, 0x14 } }; static const struct cckprng_op_reseed op_reseed_4494 = { .hd = { .id = 4245, .kind = OP_RESEED }, .nonce = 14155815677232414291ULL, .seed_nbytes = 284, .seed = { 0x61, 0xdc, 0x22, 0x26, 0x4f, 0x95, 0xa4, 0xf5, 0x89, 0x43, 0xc4, 0x5e, 0x30, 0x2f, 0x62, 0xbe, 0xa9, 0x4e, 0x82, 0x15, 0x37, 0xe1, 0xc2, 0xc8, 0x84, 0x34, 0x91, 0x8c, 0x04, 0x88, 0xca, 0xd3, 0x38, 0x79, 0xcf, 0x51, 0x5b, 0x26, 0xc3, 0x1f, 0x6f, 0x2f, 0x9b, 0xb7, 0x33, 0x3f, 0xc8, 0x63, 0xa0, 0x4c, 0xc0, 0xf3, 0xca, 0x45, 0x05, 0x10, 0x8d, 0x00, 0xb5, 0xb6, 0xd9, 0x7a, 0x53, 0xc4, 0x92, 0xfa, 0x89, 0x89, 0x45, 0x7a, 0xf8, 0xac, 0x44, 0xb5, 0x79, 0x92, 0x6b, 0xfe, 0x76, 0x8e, 0x37, 0xbd, 0xa3, 0xd1, 0xce, 0x66, 0x43, 0x7e, 0xba, 0x71, 0xc4, 0xc6, 0x3a, 0xe6, 0x84, 0xce, 0x81, 0x19, 0xc6, 0xff, 0x0e, 0xbd, 0x3f, 0xe8, 0x5e, 0xe3, 0xbf, 0x0c, 0x53, 0xde, 0x99, 0xb4, 0x74, 0x2f, 0xc9, 0xc1, 0x7f, 0x10, 0xbc, 0xd0, 0x63, 0x82, 0x53, 0xc5, 0xd3, 0x4d, 0x72, 0xf9, 0x36, 0xd0, 0x89, 0x6a, 0x2d, 0x75, 0x8e, 0x8c, 0x30, 0xef, 0xb2, 0x2b, 0xff, 0x12, 0x76, 0x9d, 0x7f, 0x80, 0xdf, 0x5f, 0x65, 0x28, 0xee, 0x71, 0xbe, 0xb6, 0x5a, 0xbe, 0xf9, 0x8d, 0xda, 0x2c, 0x1d, 0x58, 0xc6, 0x83, 0x56, 0xa8, 0x06, 0xde, 0x04, 0x10, 0xf5, 0x79, 0x05, 0x76, 0x13, 0xaf, 0x92, 0x99, 0x4e, 0xff, 0x4b, 0xfc, 0xec, 0x12, 0x24, 0x77, 0xd5, 0x4c, 0xf5, 0x95, 0xcc, 0xe1, 0x20, 0x58, 0x86, 0x52, 0x41, 0x55, 0x8a, 0x23, 0x58, 0xb2, 0xcc, 0x8b, 0x2f, 0x6e, 0xeb, 0xa7, 0x78, 0x87, 0xc7, 0x0d, 0xc7, 0xd6, 0xb1, 0x44, 0xc1, 0xf5, 0x2d, 0xe1, 0xf4, 0x1f, 0x4b, 0x05, 0x22, 0xc2, 0x12, 0xe0, 0x96, 0x93, 0x21, 0x7d, 0x52, 0x6e, 0x45, 0x4d, 0x32, 0x06, 0x56, 0x06, 0xd8, 0x4a, 0x7f, 0x42, 0xd0, 0x55, 0xf0, 0x45, 0x54, 0x3e, 0x19, 0x76, 0xac, 0x36, 0xbf, 0x6a, 0xe0, 0x05, 0x34, 0x71, 0x34, 0x18, 0xa7, 0x51, 0xe0, 0x26, 0xb9, 0xc9, 0x78, 0xe3, 0x46, 0x39, 0x9f, 0x0b, 0x25, 0x70, 0x8e, 0x7c, 0x2c, 0x9c, 0x62, 0x52, 0x8c, 0x88 } }; static const struct cckprng_op_generate op_init_4495 = { .hd = { .id = 4246, .kind = OP_GENERATE }, .rand_nbytes = 257, .out = { .rand = { 0xe5, 0xf2, 0x33, 0x13, 0xd8, 0x7a, 0x93, 0xbd, 0xbb, 0x11, 0x18, 0xc6, 0x8b, 0x4a, 0x01, 0x68, 0x4f, 0x82, 0x4f, 0xa3, 0x63, 0x77, 0xeb, 0x6f, 0x1b, 0x60, 0x0d, 0xbd, 0x63, 0xe9, 0xe0, 0x28, 0x53, 0x34, 0x2f, 0x41, 0x39, 0x6f, 0xce, 0xe5, 0x1e, 0x74, 0x41, 0x93, 0x04, 0xd4, 0x4d, 0x63, 0xf9, 0xa5, 0xc0, 0xa9, 0x6f, 0xa8, 0x87, 0x5f, 0x56, 0x50, 0x6c, 0x4f, 0xce, 0x87, 0xeb, 0x11, 0x94, 0xc2, 0xad, 0x52, 0x9d, 0xbc, 0x80, 0xcc, 0xa8, 0xca, 0x89, 0xa2, 0x37, 0x54, 0x92, 0xc8, 0x19, 0xb1, 0xca, 0xdc, 0x88, 0xad, 0xbb, 0x8b, 0xb2, 0x3f, 0x5f, 0x8f, 0xb4, 0xc5, 0xd5, 0x06, 0x2e, 0x31, 0xd5, 0x5d, 0xd5, 0x48, 0xdb, 0xc9, 0xb1, 0x6e, 0x87, 0x72, 0xca, 0x01, 0xf5, 0x81, 0xda, 0x45, 0x48, 0x88, 0x19, 0x34, 0x37, 0x43, 0x9a, 0xe4, 0x66, 0x58, 0x50, 0x7d, 0x4c, 0xec, 0xbf, 0x3b, 0xc0, 0xe3, 0xfb, 0x65, 0x7b, 0x6c, 0x80, 0xcd, 0x71, 0xc3, 0x4f, 0x5d, 0x14, 0x7e, 0xdf, 0xf9, 0x1d, 0x8e, 0xd9, 0x6e, 0xe9, 0xca, 0x86, 0xaf, 0x0e, 0xef, 0x92, 0xf1, 0xdd, 0x7e, 0x91, 0x5e, 0x8f, 0x07, 0xb5, 0x4a, 0x6f, 0x0a, 0x86, 0x21, 0x17, 0x7a, 0x81, 0x0e, 0x64, 0x91, 0xc0, 0x56, 0xbb, 0xca, 0xfc, 0x56, 0x86, 0x66, 0xf1, 0x4a, 0x85, 0x68, 0x89, 0xf3, 0x7a, 0x9c, 0xe7, 0xb1, 0x15, 0x2e, 0x05, 0xb4, 0xe9, 0xef, 0x5e, 0xe6, 0xdd, 0x02, 0x1d, 0xf0, 0x2a, 0x84, 0x82, 0x0c, 0xf9, 0x6d, 0xf5, 0x08, 0x9e, 0x65, 0xab, 0x68, 0x46, 0x81, 0x67, 0x02, 0xf7, 0x7d, 0xdd, 0x6c, 0xb1, 0xa6, 0x8a, 0x1c, 0xe9, 0x3b, 0x44, 0x87, 0x17, 0x37, 0x52, 0x63, 0x48, 0xbf, 0x99, 0x7d, 0xbc, 0x3d, 0x54, 0x66, 0x93, 0x51, 0x9e, 0x23, 0xc2, 0x96, 0x04, 0xbb, 0xcb, 0x6f, 0xc7 } } }; static const struct cckprng_op_reseed op_reseed_4496 = { .hd = { .id = 4247, .kind = OP_RESEED }, .nonce = 14889968283087512701ULL, .seed_nbytes = 127, .seed = { 0x2f, 0x80, 0xd1, 0x27, 0xf8, 0xff, 0x0c, 0x17, 0xe0, 0xfd, 0x0d, 0xfa, 0x28, 0xf2, 0x42, 0x01, 0x77, 0x2e, 0x09, 0xd0, 0x48, 0xef, 0x1b, 0xe3, 0xf7, 0x80, 0xa8, 0xe5, 0x76, 0x17, 0xa9, 0x0f, 0x2c, 0x34, 0x90, 0x9c, 0x8a, 0x5c, 0x42, 0x1d, 0xfa, 0x72, 0xa9, 0xa2, 0xe8, 0xfd, 0xe1, 0xe2, 0x87, 0x94, 0x77, 0xe8, 0xe4, 0x3f, 0x7b, 0xf0, 0xf4, 0x94, 0xd1, 0x64, 0xcc, 0x01, 0x39, 0x05, 0xd1, 0xa8, 0xbb, 0x88, 0x89, 0x9f, 0xdd, 0xb2, 0x76, 0x2f, 0xf2, 0x22, 0xab, 0xda, 0xc5, 0x67, 0x73, 0x97, 0x17, 0x49, 0x86, 0x6f, 0x94, 0xf9, 0x61, 0xe9, 0x8a, 0x6d, 0xaf, 0xcb, 0xce, 0x8e, 0x62, 0x74, 0x93, 0x2a, 0x74, 0xc0, 0x06, 0xf0, 0xec, 0x7b, 0x11, 0x80, 0x86, 0xed, 0x2d, 0xab, 0x47, 0xaf, 0x1b, 0x9f, 0x48, 0x54, 0xfc, 0xef, 0x96, 0xc9, 0xcf, 0x96, 0xe2, 0x7c, 0x0f } }; static const struct cckprng_op_reseed op_reseed_4497 = { .hd = { .id = 4248, .kind = OP_RESEED }, .nonce = 15848757030261906397ULL, .seed_nbytes = 136, .seed = { 0xed, 0x6f, 0x72, 0xd2, 0x39, 0xa8, 0x04, 0xde, 0x0c, 0x24, 0xc8, 0x8c, 0x99, 0x91, 0xd4, 0x5b, 0xe4, 0xab, 0x62, 0x1b, 0x0f, 0x1a, 0x00, 0xe1, 0x9c, 0x2f, 0xe7, 0xae, 0x4e, 0xdd, 0xd7, 0xca, 0x25, 0xab, 0xb9, 0x8e, 0xea, 0x98, 0x6f, 0xd4, 0xdb, 0x88, 0xe0, 0x7f, 0x02, 0xa2, 0xaa, 0x10, 0x68, 0x53, 0x92, 0xfe, 0x13, 0xa1, 0xd1, 0x35, 0x38, 0x87, 0x53, 0xae, 0xd7, 0x80, 0x68, 0xdf, 0x22, 0x21, 0x3a, 0x95, 0x9c, 0xe9, 0x1e, 0xbe, 0x52, 0x43, 0xec, 0x74, 0x0d, 0x21, 0x8e, 0x63, 0xa0, 0x3d, 0xae, 0xa4, 0xf5, 0x96, 0x73, 0xe5, 0xa3, 0x17, 0x20, 0xd6, 0x4e, 0x1c, 0x3d, 0x41, 0x3f, 0xb8, 0x82, 0x88, 0x6b, 0xda, 0x0e, 0x1f, 0x17, 0x73, 0xd6, 0xa3, 0x8c, 0x82, 0xe5, 0x05, 0x1d, 0x16, 0xad, 0x64, 0x02, 0xd3, 0xb3, 0x28, 0x4d, 0x3f, 0xa8, 0xc1, 0xd9, 0xa7, 0x1e, 0x00, 0xb0, 0x4e, 0x1e, 0xf7, 0xd0, 0x6b, 0x6f, 0x8f } }; static const struct cckprng_op_refresh op_refresh_4498 = { .hd = { .id = 4249, .kind = OP_REFRESH }, .rand = 16853857056356700207ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4499[] = { (const struct cckprng_op *)&op_init_4483, (const struct cckprng_op *)&op_refresh_4484, (const struct cckprng_op *)&op_refresh_4485, (const struct cckprng_op *)&op_init_4486, (const struct cckprng_op *)&op_reseed_4487, (const struct cckprng_op *)&op_reseed_4488, (const struct cckprng_op *)&op_reseed_4489, (const struct cckprng_op *)&op_init_4490, (const struct cckprng_op *)&op_init_4491, (const struct cckprng_op *)&op_reseed_4492, (const struct cckprng_op *)&op_reseed_4493, (const struct cckprng_op *)&op_reseed_4494, (const struct cckprng_op *)&op_init_4495, (const struct cckprng_op *)&op_reseed_4496, (const struct cckprng_op *)&op_reseed_4497, (const struct cckprng_op *)&op_refresh_4498 }; static const struct cckprng_vector vec_4500 = { .id = 4250, .note = NULL, .nops = 16, .ops = ops_4499 }; static const struct cckprng_op_init op_init_4501 = { .hd = { .id = 4251, .kind = OP_INIT }, .seed = { 0xd0, 0x0d, 0x26, 0x30, 0xe9, 0xc5, 0x01, 0xd2, 0x88, 0x95, 0xb0, 0xb5, 0x65, 0x03, 0x4b, 0x81, 0x91, 0x27, 0x9e, 0xee, 0x41, 0x69, 0xc0, 0xd5, 0x13, 0x54, 0xc7, 0x06, 0x38, 0xba, 0x32, 0xf0 }, .nonce = { 0x87, 0x57, 0xe2, 0x94, 0x53, 0x9a, 0x96, 0x09 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4502 = { .hd = { .id = 4252, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0x4f, 0x1e, 0x7a, 0xe1, 0x98, 0x94, 0xb4, 0x31, 0x4b, 0x52, 0x8d, 0x8b, 0x01, 0x72, 0x76, 0x1b, 0xbf, 0x85, 0xa6, 0xbf, 0x14, 0xa6, 0xf6, 0xa1, 0xda, 0xbd, 0x51, 0x3e, 0xc7, 0x3b, 0xb2, 0x2f, 0x18, 0x15, 0x3b, 0x64, 0x8e, 0xad, 0x64, 0x0b, 0xe3, 0xc1, 0x75, 0xd8, 0xc6, 0x78, 0xff, 0x5e, 0xb4, 0x5c, 0xb8, 0x70, 0xc0, 0x53, 0x94, 0xe9, 0x04, 0x35, 0x20, 0xc2, 0x7a, 0x4c, 0x69, 0x33, 0xcc, 0xb3, 0xfc, 0xca, 0x06, 0xc7, 0x49, 0x48, 0x25, 0x23, 0xa3, 0x26, 0x0d, 0x0a, 0x78, 0x69, 0x2d, 0xfb, 0x3a, 0xb1, 0x92, 0xbf, 0xe8, 0x18, 0x44, 0xf0, 0x9f, 0x0a, 0x28, 0x78, 0x9f, 0x8a, 0x52, 0xfd, 0xa4, 0x64, 0xea, 0x03, 0x96, 0xbc, 0xb1, 0x1b, 0xf9, 0x96, 0x2b, 0x13, 0xee, 0x7c, 0xdb, 0xe3, 0xf1, 0xf8, 0x2f, 0xd5, 0x62, 0x5a, 0x81, 0x88, 0xfc, 0x00, 0x7b, 0x56, 0xfa, 0xf0, 0x19, 0x5e, 0xf2, 0x01, 0x7b, 0x95, 0xfa, 0xd9, 0x9a, 0xe0, 0x17, 0x8a, 0x66, 0x0c } } }; static const struct cckprng_op_generate op_init_4503 = { .hd = { .id = 4253, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0x27, 0x50, 0xec, 0x9e, 0xca, 0x8d, 0x38, 0x6c, 0x4c, 0x9f, 0x27, 0x0f, 0x31, 0x3c, 0x71, 0x1a, 0x3d, 0xdd, 0xf9, 0xa7, 0xcc, 0xe2, 0xe0, 0xc2, 0x5e, 0x99, 0xad, 0xd1, 0x2b, 0x77, 0x9a, 0xdb, 0x35, 0x0d, 0xe8, 0x73, 0xb9, 0xad, 0xba, 0xb7, 0x69, 0xd0, 0x70, 0x1b, 0x65, 0x53, 0xac, 0x48, 0x68, 0xd9, 0xd6, 0x36, 0x25, 0xda, 0x50, 0xff, 0x69, 0x9f, 0xe0, 0xa9, 0xae, 0x8c, 0x92, 0x50, 0xce, 0xc6, 0x94, 0x0c, 0xc7, 0x31, 0xec, 0xa8, 0xa5, 0xc6, 0x29, 0x2d, 0x52, 0x87 } } }; static const struct cckprng_op_refresh op_refresh_4504 = { .hd = { .id = 4254, .kind = OP_REFRESH }, .rand = 8078940722992761916ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4505 = { .hd = { .id = 4255, .kind = OP_REFRESH }, .rand = 809021592268880854ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4506 = { .hd = { .id = 4256, .kind = OP_RESEED }, .nonce = 7024647556019629042ULL, .seed_nbytes = 54, .seed = { 0xd5, 0xbd, 0x62, 0x52, 0x6c, 0xde, 0x96, 0x60, 0x94, 0xdb, 0xa2, 0xd1, 0x90, 0x4a, 0xa9, 0x86, 0x5d, 0x6d, 0x3b, 0xea, 0xd1, 0x89, 0x50, 0xc2, 0x60, 0xd0, 0x64, 0x3c, 0xcd, 0x31, 0x6c, 0x43, 0x37, 0x9b, 0x12, 0xf2, 0xf0, 0x92, 0x47, 0x1e, 0xab, 0xab, 0x5c, 0x07, 0xed, 0x39, 0xcb, 0x7e, 0xd9, 0x90, 0x25, 0xc7, 0xf3, 0x8f } }; static const struct cckprng_op_refresh op_refresh_4507 = { .hd = { .id = 4257, .kind = OP_REFRESH }, .rand = 3997565969633154057ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4508 = { .hd = { .id = 4258, .kind = OP_REFRESH }, .rand = 10835237895191294643ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4509 = { .hd = { .id = 4259, .kind = OP_REFRESH }, .rand = 8403127011208198238ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4510 = { .hd = { .id = 4260, .kind = OP_GENERATE }, .rand_nbytes = 156, .out = { .rand = { 0x86, 0xc1, 0xba, 0xda, 0xfb, 0x36, 0x08, 0x77, 0x40, 0x1a, 0xaf, 0x14, 0x4c, 0xee, 0x94, 0xea, 0x62, 0x1b, 0xe2, 0x42, 0xd6, 0x8c, 0xc4, 0xb9, 0xd2, 0xdc, 0xda, 0x80, 0xfd, 0x89, 0x9a, 0xf6, 0xfb, 0x00, 0x37, 0xf9, 0x15, 0x59, 0x44, 0x84, 0x6c, 0xdd, 0xb3, 0x17, 0x9e, 0xfc, 0x3d, 0xf5, 0x4c, 0x17, 0x20, 0x52, 0x14, 0xed, 0xf9, 0x53, 0x1e, 0x90, 0x4c, 0x4e, 0x18, 0xd0, 0xfe, 0xcc, 0x6e, 0xdd, 0x20, 0xa7, 0xd1, 0xc3, 0xcc, 0x90, 0x97, 0x85, 0xdd, 0x65, 0x4b, 0xf7, 0x82, 0x3f, 0x0b, 0x81, 0x9c, 0xac, 0x49, 0x12, 0xf1, 0x3e, 0x1c, 0x1e, 0xfe, 0x88, 0xcb, 0x44, 0x15, 0xf5, 0xa0, 0xd1, 0x96, 0x53, 0xa1, 0xa0, 0x8c, 0xb8, 0x9f, 0x66, 0xc2, 0xeb, 0xc2, 0x9c, 0x59, 0x79, 0x64, 0x47, 0x97, 0x71, 0xe5, 0x6c, 0xb8, 0x5a, 0x90, 0x92, 0xd0, 0x0e, 0x0e, 0x89, 0x3f, 0x2b, 0x66, 0xe1, 0xdd, 0x43, 0xde, 0x51, 0x0b, 0xf3, 0x00, 0x1a, 0xf0, 0xd5, 0xae, 0xf0, 0xec, 0xba, 0x7e, 0xcb, 0x22, 0x06, 0xe9, 0x52, 0xcd, 0xca, 0x29, 0x4f, 0x7a, 0x5b } } }; static const struct cckprng_op_generate op_init_4511 = { .hd = { .id = 4261, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0x92, 0xd9, 0x41, 0xd5, 0x12, 0x49, 0x86, 0xa6, 0x84, 0x78, 0xdd, 0xa2, 0xdc, 0x20, 0xd8, 0x08, 0x96, 0x53, 0x15, 0xb4, 0xec, 0x6f, 0x39, 0x40, 0x02, 0x3e, 0x6f, 0x0b, 0xe2, 0x76, 0x6f, 0x52, 0x39, 0x3d, 0xb8, 0x43, 0xa5, 0x98, 0xf0, 0x99, 0xb3, 0x98, 0x8c, 0x26, 0xc5, 0x0c, 0xea, 0x17, 0xad, 0xaf, 0x15, 0xc3, 0xcd, 0x03, 0x52, 0x2c, 0x2f, 0xff, 0x82, 0x70, 0x36, 0xd1, 0x3e, 0x01, 0xb0, 0xfc, 0x78, 0xd6, 0xbc, 0x6e, 0x90, 0x8b, 0xee, 0x3e, 0x96, 0x08, 0x96, 0x6e, 0x59, 0x1d, 0x64, 0x2a, 0xaf, 0xeb, 0x89, 0x52, 0x63, 0xb3, 0x51, 0x8e, 0x3b, 0xa7, 0x74, 0x5f, 0xef, 0xe5, 0xf7, 0x3d, 0x9c, 0xc4, 0x01, 0x51, 0x27, 0x3d, 0xc0, 0xcf, 0x3f, 0x23, 0x82, 0x1f, 0xde, 0x00, 0xf5, 0x7a, 0x19, 0x09, 0xbc, 0xae, 0xed, 0x71, 0x13, 0x35, 0xf5, 0x44, 0x3f, 0x28, 0x31, 0x22, 0xba, 0x94, 0x4b, 0xf6 } } }; static const struct cckprng_op_generate op_init_4512 = { .hd = { .id = 4262, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0x2c, 0xed, 0x04, 0x90, 0x9b, 0xbd, 0xa0, 0xc1, 0x11, 0x28, 0x82, 0x4b, 0x20, 0x8b, 0xe6, 0x51, 0x9a, 0xd4, 0x61, 0x2d, 0xf6, 0x5c, 0x53, 0xa2, 0x51, 0x4b, 0xbc, 0x3a, 0x69, 0x10, 0x2c, 0xb9, 0x81, 0x79, 0xcc, 0x6a, 0xcd, 0x31, 0x89, 0x72, 0x9a, 0x30, 0xb8, 0x58, 0x38, 0x0a, 0xb1, 0x15, 0xf6, 0x8c, 0x93, 0x8d, 0x3a, 0xc2, 0x1d, 0x78, 0x1f, 0x12, 0x9f, 0x64, 0x48, 0x11, 0x12, 0x2e, 0x78, 0x78, 0x3a, 0x3d, 0x6b, 0x59, 0x7f, 0x94, 0xec, 0xc1, 0xf0, 0x1c, 0x1f, 0xd5, 0x11, 0x31, 0xa3, 0xc5, 0xf5, 0xda, 0x67, 0x81, 0x44, 0x7e, 0x66, 0x0b, 0x1f, 0x7b, 0x77, 0x0b, 0x82, 0x34, 0xb0, 0xc1, 0x44, 0x09, 0x51, 0x79, 0x67, 0x0d, 0x5b, 0xe9, 0x0a, 0x3d, 0x8c, 0xa3, 0x71, 0xaf, 0xf1, 0xe4, 0x1a, 0xdc, 0xbc, 0xaf, 0x58, 0xbd, 0x4e, 0x19, 0x96, 0xe3, 0x3f, 0x1c, 0xba, 0x28, 0x79, 0xf7, 0x30, 0x42, 0xcf, 0x31, 0x7a, 0x33, 0xfb, 0xf7, 0xd4, 0x5f, 0x87, 0x65, 0x11, 0x5b, 0x1a, 0x82, 0x59, 0xd9, 0xcf, 0xf8, 0x39, 0x5d, 0x91, 0x17, 0xea, 0x48, 0x0e, 0x89, 0xa6, 0x8e, 0xc4, 0xc4, 0x5d, 0xe2, 0xba, 0x02, 0xa8, 0xce, 0xba, 0x10, 0x2f, 0x4b, 0x17, 0xb0, 0x27, 0xfd, 0x54, 0xfb, 0xe8, 0xea, 0x8b, 0xb9, 0x54, 0xf1, 0x32, 0x46, 0x25, 0xd2, 0x6d, 0x4d, 0x95, 0xb8, 0xed, 0x1b, 0x70, 0xde, 0x54, 0x84, 0xe0, 0x82, 0x41, 0xaa, 0xce, 0x24, 0x22, 0x97, 0x61, 0x9d, 0x65, 0x03, 0xc5, 0x51, 0xcb, 0x78, 0xb4, 0xf4, 0xa6, 0x7e, 0xb5, 0x8f, 0xc5, 0x01, 0xa3, 0x09, 0xaf, 0x8c, 0x88, 0x59, 0x66 } } }; static const struct cckprng_op_reseed op_reseed_4513 = { .hd = { .id = 4263, .kind = OP_RESEED }, .nonce = 3707330178533344086ULL, .seed_nbytes = 117, .seed = { 0x4b, 0xd9, 0xdb, 0x95, 0x15, 0xfd, 0xdf, 0xc7, 0xbe, 0xf4, 0x74, 0x05, 0x48, 0x1e, 0xc3, 0x00, 0x93, 0x93, 0x03, 0x9f, 0x11, 0x30, 0x15, 0x21, 0xd9, 0xfc, 0xa2, 0xfd, 0x97, 0x78, 0x43, 0xaf, 0x82, 0x28, 0xea, 0x06, 0xd3, 0xfe, 0x2d, 0x24, 0x56, 0xd4, 0x95, 0x02, 0x02, 0xff, 0x4f, 0xa1, 0x72, 0x49, 0x57, 0x8c, 0x33, 0x8a, 0x5d, 0x70, 0x9b, 0x7a, 0xea, 0xf5, 0x2f, 0x80, 0x0c, 0x2b, 0x92, 0x36, 0x83, 0x6f, 0x20, 0x7f, 0xd8, 0x57, 0xa5, 0x24, 0x37, 0xc7, 0xd7, 0xdd, 0x3e, 0x1f, 0x9d, 0x04, 0x82, 0x94, 0x92, 0xea, 0x10, 0x90, 0xad, 0xe0, 0x9a, 0x30, 0x3e, 0xc3, 0x13, 0x40, 0xa5, 0x3f, 0x0d, 0x43, 0x57, 0xcd, 0xbc, 0x4e, 0x87, 0xd5, 0xc2, 0xe9, 0x64, 0x1e, 0x39, 0xfa, 0xf0, 0x8f, 0x68, 0xce, 0xb3 } }; static const struct cckprng_op_refresh op_refresh_4514 = { .hd = { .id = 4264, .kind = OP_REFRESH }, .rand = 11795840114324205648ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4515 = { .hd = { .id = 4265, .kind = OP_RESEED }, .nonce = 10004236262769231766ULL, .seed_nbytes = 179, .seed = { 0xe4, 0x41, 0x9b, 0xdf, 0xec, 0x79, 0xfd, 0x6f, 0xac, 0x82, 0xa0, 0xde, 0xb8, 0xdc, 0x34, 0xe7, 0xec, 0x3e, 0x48, 0x43, 0x3d, 0xd0, 0x42, 0x4d, 0x85, 0x72, 0x97, 0xa3, 0xf7, 0xad, 0x4b, 0xa1, 0xf3, 0xa5, 0xa7, 0x72, 0xdb, 0x3d, 0xf9, 0x07, 0x6d, 0xd3, 0x63, 0xfb, 0xb3, 0x80, 0x5e, 0x2c, 0x95, 0x06, 0x99, 0xc9, 0xe4, 0xf9, 0xe4, 0xdd, 0xaa, 0xb1, 0xc0, 0x7a, 0x4d, 0x0d, 0xed, 0x42, 0x26, 0x51, 0x98, 0xc8, 0x0c, 0xb2, 0xc9, 0x76, 0x7c, 0xa7, 0xa7, 0x53, 0xd4, 0x74, 0x74, 0xca, 0xe1, 0xe5, 0xe7, 0x92, 0x5a, 0xfb, 0x4b, 0x85, 0xfd, 0x34, 0x69, 0xb5, 0x64, 0x13, 0x93, 0xda, 0x74, 0xbd, 0x1a, 0x78, 0xd5, 0x24, 0x2a, 0x9c, 0xab, 0x83, 0x04, 0x52, 0xf1, 0xde, 0x8e, 0x72, 0x27, 0x6b, 0xcb, 0x3e, 0xf5, 0xf8, 0xdf, 0xd1, 0xb0, 0xb2, 0x51, 0x7b, 0x6d, 0xb1, 0x00, 0x3e, 0xd8, 0x4d, 0x9c, 0x3e, 0xcb, 0x4c, 0xd6, 0x67, 0x0c, 0xc3, 0x34, 0x07, 0x64, 0xbe, 0xb1, 0xed, 0x8c, 0xe6, 0x3c, 0x94, 0xb3, 0x36, 0x64, 0x9a, 0x73, 0xf4, 0x37, 0x95, 0xab, 0x17, 0x90, 0xa1, 0xda, 0xf5, 0x65, 0x59, 0x2c, 0x19, 0x4c, 0x4f, 0x94, 0x8a, 0x35, 0x7e, 0x8c, 0xad, 0xd2, 0x9a, 0x40, 0x15, 0x4b } }; static const struct cckprng_op_generate op_init_4516 = { .hd = { .id = 4266, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0xb3, 0x82, 0x3b, 0x15, 0x43, 0x97, 0x56, 0x92, 0x15, 0xd5, 0xa9 } } }; static const struct cckprng_op *ops_4517[] = { (const struct cckprng_op *)&op_init_4501, (const struct cckprng_op *)&op_init_4502, (const struct cckprng_op *)&op_init_4503, (const struct cckprng_op *)&op_refresh_4504, (const struct cckprng_op *)&op_refresh_4505, (const struct cckprng_op *)&op_reseed_4506, (const struct cckprng_op *)&op_refresh_4507, (const struct cckprng_op *)&op_refresh_4508, (const struct cckprng_op *)&op_refresh_4509, (const struct cckprng_op *)&op_init_4510, (const struct cckprng_op *)&op_init_4511, (const struct cckprng_op *)&op_init_4512, (const struct cckprng_op *)&op_reseed_4513, (const struct cckprng_op *)&op_refresh_4514, (const struct cckprng_op *)&op_reseed_4515, (const struct cckprng_op *)&op_init_4516 }; static const struct cckprng_vector vec_4518 = { .id = 4267, .note = NULL, .nops = 16, .ops = ops_4517 }; static const struct cckprng_op_init op_init_4519 = { .hd = { .id = 4268, .kind = OP_INIT }, .seed = { 0x39, 0x0a, 0x6f, 0xee, 0x22, 0x37, 0x72, 0x78, 0x07, 0x49, 0xb9, 0x1d, 0x0e, 0x78, 0x3e, 0xcc, 0xeb, 0x4d, 0x40, 0x93, 0xe6, 0xd7, 0x83, 0x43, 0x5f, 0xaa, 0x93, 0xd9, 0x15, 0xae, 0x4d, 0x5f }, .nonce = { 0xcf, 0x53, 0x4f, 0x32, 0x78, 0xaf, 0x33, 0x00 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4520 = { .hd = { .id = 4269, .kind = OP_RESEED }, .nonce = 7067902134232524502ULL, .seed_nbytes = 247, .seed = { 0x48, 0x8b, 0x00, 0xba, 0x67, 0xa7, 0xbd, 0x92, 0x1b, 0xa3, 0xa8, 0x44, 0xc3, 0xb7, 0xf3, 0xf4, 0x7d, 0x27, 0x08, 0xcb, 0x2f, 0xce, 0xac, 0x2c, 0x9a, 0x42, 0x84, 0x9b, 0xea, 0x21, 0xcd, 0xab, 0xcf, 0xe1, 0x58, 0x02, 0xe8, 0xa6, 0x7f, 0x5d, 0xe2, 0xf9, 0x78, 0x40, 0x91, 0x8d, 0x6a, 0x66, 0x7d, 0x1a, 0x70, 0xd0, 0xa0, 0x0c, 0x1a, 0x94, 0x32, 0xdc, 0x14, 0x7b, 0x66, 0x5f, 0x56, 0xb1, 0xce, 0x07, 0xb2, 0x13, 0xcb, 0x37, 0xe1, 0x6a, 0xc5, 0x9e, 0x3b, 0xa9, 0xec, 0xcb, 0x09, 0x82, 0x33, 0x00, 0x9f, 0xdb, 0x06, 0x59, 0x23, 0x2e, 0xbe, 0xb7, 0x7d, 0x5d, 0x6d, 0x29, 0x60, 0x01, 0x80, 0x5d, 0x5b, 0xc1, 0xc6, 0x25, 0x9d, 0x4d, 0x08, 0x3b, 0x98, 0xa6, 0x1b, 0x89, 0xed, 0x10, 0x86, 0x4d, 0xba, 0x49, 0xca, 0xda, 0xf5, 0x6a, 0xc5, 0x6b, 0x14, 0x49, 0x6b, 0x08, 0x53, 0x8c, 0xa9, 0xb3, 0xdd, 0xbf, 0x34, 0x74, 0x2b, 0xdd, 0x98, 0x23, 0x69, 0xc5, 0xde, 0x18, 0xdb, 0x62, 0x54, 0x53, 0x1f, 0xf6, 0x23, 0xec, 0x2e, 0x2a, 0xe3, 0x38, 0x9d, 0x46, 0x9c, 0xfd, 0xe0, 0xba, 0x73, 0x14, 0xa2, 0x36, 0xe8, 0x9e, 0x7a, 0xe8, 0x09, 0x2a, 0xfd, 0x25, 0x40, 0x58, 0x6c, 0x2c, 0xcd, 0x65, 0x8a, 0x35, 0xce, 0x87, 0xf0, 0xf6, 0xda, 0x3b, 0x90, 0x7e, 0x9b, 0x9f, 0xd6, 0x57, 0x69, 0x4a, 0xaa, 0x2b, 0x1a, 0x6c, 0x9c, 0x74, 0x23, 0xbb, 0x24, 0x61, 0x0f, 0xdc, 0x21, 0xbe, 0xc5, 0xd9, 0x78, 0x99, 0x90, 0x5f, 0x02, 0x80, 0x6b, 0xcd, 0xa9, 0xc3, 0xde, 0xca, 0x11, 0x2f, 0x06, 0xd9, 0x8f, 0xa0, 0x2b, 0xe4, 0xa1, 0xfb, 0x69, 0x31, 0xe5, 0x1e, 0x25, 0xd9, 0xe0, 0x3c, 0x36, 0x3e, 0xff, 0xf7, 0xf2, 0xa7, 0x3e } }; static const struct cckprng_op_generate op_init_4521 = { .hd = { .id = 4270, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0xd2, 0xd5, 0x2b, 0xe9, 0x10, 0x03, 0x61, 0x53, 0xba, 0x2c, 0xec, 0x9c, 0xea, 0x78, 0x99, 0xdf, 0xd8, 0x60, 0xca, 0x19, 0x42, 0xd7, 0xb0, 0xd3, 0x37, 0xa3, 0xe7, 0xcf, 0xd4, 0x0c, 0x81, 0x61, 0x93, 0x9e, 0x67, 0x14, 0xa8, 0x80, 0x82, 0x74, 0xf0, 0x77, 0xec, 0xbe, 0x30, 0x0f, 0x71, 0xf8, 0xa5, 0x2c, 0x25, 0xde, 0x10, 0xfb, 0x4b, 0xa0, 0x7d, 0xbe, 0x5e, 0xc5, 0x16, 0x78, 0x9f, 0x14, 0x34, 0xd5, 0x65, 0x16, 0x3f, 0xc5, 0xd8, 0xaa, 0x65, 0x1c, 0x1c, 0xdc, 0x11, 0x82, 0xbb, 0x47, 0x90, 0x81, 0xaf, 0x5a, 0x9a, 0xe7, 0x20, 0x30, 0x67, 0x73, 0x94, 0x5b, 0x27, 0x5c, 0xfe, 0x42, 0x90, 0x98, 0x97, 0x4b, 0x53, 0xab, 0x78, 0xc9, 0xb3, 0x9a, 0x6c, 0x79, 0x36, 0x79, 0xa0, 0x0b, 0x18, 0x61, 0x25, 0xc9, 0x09, 0xd0, 0x1f, 0xb3, 0x80, 0x0b, 0x04, 0x16, 0xcc, 0x6b, 0xf2 } } }; static const struct cckprng_op_reseed op_reseed_4522 = { .hd = { .id = 4271, .kind = OP_RESEED }, .nonce = 15225806461606021475ULL, .seed_nbytes = 238, .seed = { 0xec, 0x44, 0x6f, 0xb6, 0xf0, 0xf7, 0x34, 0x6a, 0xbf, 0x04, 0xed, 0xd0, 0xe4, 0x56, 0x15, 0xfa, 0x96, 0x51, 0x31, 0x9d, 0xb7, 0x77, 0x68, 0x4a, 0xd6, 0xbc, 0x28, 0x4b, 0x76, 0x1a, 0x72, 0xe0, 0x4c, 0x93, 0x82, 0xff, 0x0b, 0xd4, 0xec, 0x7f, 0x50, 0x01, 0x9b, 0x50, 0x2a, 0xd9, 0x99, 0xa6, 0x58, 0x2d, 0x40, 0x0d, 0x4b, 0xe8, 0xb4, 0x79, 0x2d, 0x58, 0x1a, 0x7d, 0x7a, 0xfd, 0x54, 0x74, 0x5e, 0x00, 0xbe, 0x62, 0x95, 0xb1, 0xa8, 0x9e, 0xbd, 0xe7, 0xe3, 0x24, 0xed, 0x0f, 0x0f, 0xdc, 0x67, 0x36, 0x58, 0x43, 0x3d, 0xf0, 0xcb, 0x4f, 0x12, 0xaa, 0x9c, 0x03, 0x7a, 0x2d, 0xe8, 0x2f, 0x38, 0x79, 0x8c, 0xc5, 0xeb, 0x73, 0x03, 0xb3, 0x3c, 0xf4, 0xe0, 0x8f, 0xe2, 0x9d, 0x1c, 0xc3, 0x5e, 0x23, 0x34, 0x4b, 0xfc, 0x17, 0x49, 0x75, 0xb9, 0xdb, 0x0e, 0xdc, 0x8b, 0x16, 0x85, 0x2c, 0x35, 0xf8, 0x4d, 0x5f, 0x23, 0x72, 0xea, 0xa8, 0x97, 0xc5, 0x8b, 0xf1, 0x24, 0x6c, 0xf8, 0x8c, 0x3e, 0xd7, 0x19, 0xdd, 0x03, 0xd4, 0x82, 0x61, 0x3c, 0x78, 0xd1, 0xab, 0x1b, 0x63, 0xca, 0x77, 0x37, 0x82, 0x58, 0xa9, 0x6c, 0x9d, 0xc9, 0x20, 0x59, 0x8f, 0xc3, 0x50, 0xec, 0x0a, 0x91, 0x4f, 0x75, 0xfe, 0x15, 0xb5, 0x6a, 0x3f, 0xe2, 0x29, 0xa4, 0xbb, 0x04, 0x9a, 0xbc, 0x43, 0x70, 0x16, 0x09, 0xd7, 0x71, 0x11, 0x86, 0x61, 0x83, 0x0c, 0x05, 0x7b, 0xf4, 0x5b, 0xd2, 0xd1, 0xa9, 0xb1, 0x11, 0xd5, 0xd5, 0xe5, 0x87, 0x28, 0x69, 0x4f, 0x74, 0xf1, 0x9c, 0x5d, 0x0e, 0x22, 0xee, 0xd5, 0xec, 0x68, 0x8f, 0x9b, 0xca, 0xe1, 0xce, 0x60, 0x60, 0xc0, 0x62, 0xda, 0x09, 0x57 } }; static const struct cckprng_op_generate op_init_4523 = { .hd = { .id = 4272, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0xe6, 0xe9, 0xd7, 0x6c, 0x78, 0x7a, 0xf5, 0x76, 0xbc, 0xc4, 0x6b, 0x92, 0x0e, 0xc6, 0xc0, 0xa0, 0xe1, 0x8a, 0xff, 0x71, 0x85, 0xe7, 0x31, 0xf7, 0x8f, 0xe4, 0x1c, 0x85, 0x43, 0xed, 0x41, 0x36, 0xcd, 0x71, 0x75, 0x2c, 0x6a, 0x91, 0xb3, 0x2b, 0xc9, 0x5b, 0xeb, 0x67, 0x88, 0x73, 0x92, 0x07, 0xe8, 0x52, 0x3d, 0xb4, 0x54, 0x61, 0xda, 0xe4, 0x22, 0x09, 0x17, 0x23, 0x0c, 0xda, 0xe6, 0x77, 0x03, 0x64, 0x7c, 0x12, 0x55, 0x14, 0x92, 0xf5, 0x3b, 0x26, 0x6e, 0x42, 0xbd, 0xd6, 0x25, 0xf7, 0xcf, 0x1d, 0x84, 0x85, 0x6d, 0x3c, 0x47, 0x52, 0x1f, 0x97, 0x2d, 0xfc, 0x6b, 0x2e, 0x7c, 0xcc, 0x9b, 0x55, 0xfb, 0x93, 0xc9, 0x3c, 0x8e, 0xa3, 0xa9, 0x74, 0x41, 0x31, 0xc1, 0x40, 0x81, 0x36, 0x5e, 0x28, 0xa0, 0x35, 0x71, 0x1b, 0xb5, 0x2f, 0x8b, 0xcc, 0xf6, 0x72, 0xc2, 0x09, 0xc5 } } }; static const struct cckprng_op_refresh op_refresh_4524 = { .hd = { .id = 4273, .kind = OP_REFRESH }, .rand = 279917593947304370ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4525 = { .hd = { .id = 4274, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0xb9, 0x97, 0x66, 0x51, 0x2f, 0xaf, 0x39, 0xd4, 0xe3, 0x66, 0x3e, 0xbf, 0x5e, 0x03, 0x23, 0x57, 0xbf, 0x58, 0xb1, 0xd5, 0x59, 0x4c, 0x9f, 0xa4, 0xb9, 0x69, 0x43, 0x9b, 0xe4, 0xd5, 0xa6, 0xc2, 0x38, 0x9b, 0xf0, 0x94, 0xf9, 0x13, 0x40, 0xd2, 0x58, 0x36, 0x4a, 0x20, 0x8b, 0x45, 0x1d, 0x2f, 0x9c, 0x56, 0xdd, 0x04, 0x75, 0xba, 0x56, 0xf0, 0xbd, 0xa7, 0x4e, 0x66, 0x75, 0x8c, 0xec, 0x3f, 0x88, 0xbb, 0x81, 0x6d, 0xb6, 0xc6, 0xe5, 0xc6, 0xfa, 0x76, 0x13, 0x2f, 0xd9, 0x19, 0x84, 0xa4, 0x9e, 0xc1, 0xd0, 0x4b, 0x87, 0xb0, 0x73, 0x6b, 0xd5, 0xd2, 0x65, 0x3c, 0x21, 0xee, 0xf0, 0x3b, 0xac, 0x1b, 0xe8, 0xe9, 0xcd, 0x9d, 0x47, 0xb0, 0x33 } } }; static const struct cckprng_op_refresh op_refresh_4526 = { .hd = { .id = 4275, .kind = OP_REFRESH }, .rand = 1160144855961295286ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4527 = { .hd = { .id = 4276, .kind = OP_REFRESH }, .rand = 11405788213569395577ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4528 = { .hd = { .id = 4277, .kind = OP_GENERATE }, .rand_nbytes = 39, .out = { .rand = { 0x7b, 0x6a, 0x50, 0xc0, 0x18, 0x29, 0xde, 0x30, 0x64, 0xa6, 0x19, 0xc5, 0x7e, 0xb9, 0x80, 0xaa, 0xe8, 0x00, 0x88, 0x61, 0x95, 0x34, 0x47, 0x59, 0x73, 0x54, 0xd2, 0x4b, 0x2e, 0x81, 0xca, 0xaf, 0xa1, 0x87, 0xe1, 0xd9, 0xff, 0x8e, 0x10 } } }; static const struct cckprng_op_refresh op_refresh_4529 = { .hd = { .id = 4278, .kind = OP_REFRESH }, .rand = 17804615104696064397ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4530 = { .hd = { .id = 4279, .kind = OP_RESEED }, .nonce = 950349709939161058ULL, .seed_nbytes = 65, .seed = { 0x64, 0x62, 0xbb, 0xdb, 0x56, 0xcb, 0x53, 0x68, 0x3f, 0xa4, 0x9f, 0x5d, 0xd5, 0xc8, 0xc1, 0x03, 0x83, 0x75, 0x0a, 0xc0, 0x65, 0xf8, 0xff, 0x27, 0x1c, 0x8e, 0xf9, 0xca, 0xce, 0x98, 0x60, 0x0f, 0x69, 0xf1, 0x06, 0x52, 0x97, 0x49, 0xf6, 0xb3, 0xdc, 0xf1, 0xea, 0x98, 0xd8, 0xe3, 0xa7, 0x00, 0x22, 0xad, 0xa5, 0xba, 0xd3, 0xd4, 0x2e, 0x2d, 0x99, 0x87, 0xec, 0x3c, 0xbc, 0xdb, 0x2a, 0xe7, 0xa5 } }; static const struct cckprng_op_refresh op_refresh_4531 = { .hd = { .id = 4280, .kind = OP_REFRESH }, .rand = 16588319625885056482ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4532 = { .hd = { .id = 4281, .kind = OP_GENERATE }, .rand_nbytes = 286, .out = { .rand = { 0x39, 0xa1, 0x5a, 0x70, 0x03, 0x49, 0x30, 0x71, 0xd5, 0x4a, 0x32, 0x5d, 0x9b, 0x87, 0x8b, 0x52, 0x62, 0x0e, 0xba, 0xc5, 0x5f, 0x68, 0x1b, 0x47, 0xcb, 0xc7, 0xc4, 0x19, 0xb4, 0xe7, 0x19, 0xe9, 0x6d, 0x1e, 0x15, 0xa3, 0xad, 0x0f, 0x0f, 0x8a, 0x42, 0x4f, 0xf8, 0xaf, 0xe8, 0xd4, 0xa4, 0xe6, 0xc6, 0x8d, 0xf4, 0x5c, 0xb2, 0x0b, 0x6b, 0x68, 0x5c, 0x94, 0x01, 0xc0, 0x8a, 0x1b, 0x5d, 0xe4, 0x1c, 0x03, 0xd6, 0x85, 0x98, 0x89, 0xeb, 0x8f, 0x6b, 0xbc, 0xce, 0x47, 0xf1, 0x63, 0x15, 0xc5, 0xe3, 0x0a, 0x1c, 0xbf, 0x4e, 0x5d, 0x58, 0x18, 0x17, 0x62, 0x26, 0x9f, 0xe8, 0x6e, 0x2a, 0xa6, 0x0e, 0x5e, 0xc7, 0x8d, 0x3f, 0x30, 0xdd, 0xa9, 0x9f, 0x2e, 0xbd, 0xd5, 0xd5, 0xcd, 0xbc, 0x07, 0xc5, 0xe0, 0x34, 0x4c, 0xe5, 0x77, 0xc0, 0xf3, 0x11, 0xa0, 0x40, 0xb8, 0x3a, 0x5b, 0x9a, 0x36, 0x9d, 0x15, 0x11, 0x8c, 0x7e, 0x5e, 0x46, 0xf2, 0x83, 0x77, 0x3d, 0x25, 0xbb, 0xfc, 0x86, 0x6a, 0xed, 0x75, 0x9a, 0x3d, 0xcf, 0x49, 0xec, 0xe9, 0xb9, 0xe4, 0x6c, 0x3c, 0x81, 0xce, 0xd5, 0x32, 0x90, 0xb3, 0xb8, 0xab, 0x88, 0xd3, 0x96, 0x8f, 0x45, 0x64, 0xa4, 0xc9, 0x35, 0x28, 0x9c, 0x21, 0x81, 0x4e, 0xc1, 0x3f, 0x69, 0x76, 0xef, 0x63, 0xdf, 0x37, 0x0b, 0x7e, 0x44, 0xa2, 0xc6, 0x17, 0x79, 0xe2, 0x8f, 0x11, 0x29, 0xeb, 0xa0, 0x3b, 0xf5, 0x61, 0xe6, 0xe4, 0x34, 0x3c, 0x57, 0x4c, 0x52, 0x20, 0xd8, 0x4f, 0xb0, 0xb3, 0x1c, 0x97, 0x55, 0x68, 0x50, 0x24, 0xaa, 0x1a, 0x10, 0x71, 0x84, 0x2b, 0x3f, 0xbf, 0x82, 0x8d, 0x24, 0x6d, 0x88, 0xe3, 0x3a, 0xa7, 0x0f, 0x93, 0x10, 0xcd, 0xcf, 0x84, 0xc0, 0x2d, 0xbf, 0x42, 0xa9, 0x63, 0x6d, 0x8b, 0x16, 0xfd, 0x30, 0x07, 0x11, 0x46, 0xcc, 0x5a, 0x83, 0xf4, 0x73, 0x57, 0xa9, 0xa3, 0x1d, 0x90, 0x9b, 0x9c, 0x5b, 0x33, 0x3a, 0xc8, 0x33, 0x63, 0xe3, 0xf8, 0x9e, 0xde, 0x7c, 0xab, 0x8d, 0x03, 0x17, 0xdd, 0x34, 0xfa } } }; static const struct cckprng_op_generate op_init_4533 = { .hd = { .id = 4282, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x06, 0xad, 0x1d, 0x0c, 0x29, 0xb6, 0x18, 0x07, 0xa7, 0x22, 0x89, 0x36, 0xc4, 0x3c, 0xd2, 0x96, 0xbe, 0xbf, 0x4a, 0xf9, 0x71, 0x58, 0x88, 0xa4, 0xd3, 0xca, 0x98, 0xd2, 0x63, 0xe5, 0x6c, 0xdc, 0x2c, 0xf1, 0x08, 0x55, 0xa2, 0xf8, 0x7b, 0xd0, 0xa0, 0xc2, 0xa9, 0x15, 0xe3, 0x34, 0x29, 0x04, 0x1e, 0x79, 0x01, 0xf3, 0x3d, 0xb8, 0xf5, 0x2a, 0x94, 0xa7, 0x11, 0xe4, 0xa8, 0x97, 0xb5, 0x49, 0xa3, 0x68, 0x46, 0x22, 0x4f, 0xab, 0xdf, 0x42, 0xa7, 0x0f, 0x9c, 0x99, 0x53, 0xc2, 0xa9, 0x4b, 0x03, 0x38, 0xae, 0xc7, 0xd2, 0x97, 0xc3, 0xdf, 0xe1, 0x81, 0x44, 0x2c, 0x10, 0xe5, 0x48, 0xd4, 0x30, 0x44, 0x58, 0xb7, 0x27, 0xbe, 0x60, 0x76, 0x97 } } }; static const struct cckprng_op_generate op_init_4534 = { .hd = { .id = 4283, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0x1f, 0x13, 0xaf, 0xa1, 0xc5, 0x09, 0xd0, 0xb4, 0x3f, 0xb5, 0x3f, 0x76, 0x43, 0x57, 0x2d, 0x2c, 0x0d, 0xb1, 0x81, 0x04, 0x97, 0x14, 0x9a, 0x98, 0xe0, 0xf1, 0x98, 0x78, 0x45, 0x68, 0xaf, 0xa1, 0x59, 0x6e, 0x0e, 0x5a } } }; static const struct cckprng_op *ops_4535[] = { (const struct cckprng_op *)&op_init_4519, (const struct cckprng_op *)&op_reseed_4520, (const struct cckprng_op *)&op_init_4521, (const struct cckprng_op *)&op_reseed_4522, (const struct cckprng_op *)&op_init_4523, (const struct cckprng_op *)&op_refresh_4524, (const struct cckprng_op *)&op_init_4525, (const struct cckprng_op *)&op_refresh_4526, (const struct cckprng_op *)&op_refresh_4527, (const struct cckprng_op *)&op_init_4528, (const struct cckprng_op *)&op_refresh_4529, (const struct cckprng_op *)&op_reseed_4530, (const struct cckprng_op *)&op_refresh_4531, (const struct cckprng_op *)&op_init_4532, (const struct cckprng_op *)&op_init_4533, (const struct cckprng_op *)&op_init_4534 }; static const struct cckprng_vector vec_4536 = { .id = 4284, .note = NULL, .nops = 16, .ops = ops_4535 }; static const struct cckprng_op_init op_init_4537 = { .hd = { .id = 4285, .kind = OP_INIT }, .seed = { 0x3c, 0x50, 0x78, 0x3c, 0xec, 0xc0, 0xe4, 0xb5, 0x2d, 0x69, 0x4e, 0x67, 0xff, 0x3f, 0x85, 0xd4, 0x91, 0x21, 0x73, 0x9d, 0x59, 0x7c, 0x5b, 0x06, 0xd6, 0xca, 0x1f, 0x0b, 0x6a, 0x71, 0x5f, 0x80 }, .nonce = { 0x51, 0x63, 0xd4, 0x99, 0x5f, 0x34, 0x21, 0x4c }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4538 = { .hd = { .id = 4286, .kind = OP_RESEED }, .nonce = 3573499548422489522ULL, .seed_nbytes = 284, .seed = { 0xf4, 0x09, 0xc8, 0xd3, 0x77, 0xff, 0x28, 0x77, 0x88, 0x2c, 0xc8, 0xa5, 0x70, 0x54, 0xb8, 0xda, 0x65, 0x0e, 0x41, 0x4f, 0x33, 0xa2, 0x74, 0xff, 0x5f, 0x35, 0x38, 0x00, 0x8b, 0xf6, 0x81, 0x11, 0xb8, 0x20, 0xde, 0x36, 0xc0, 0x3a, 0x50, 0x10, 0xa7, 0x43, 0x1c, 0xf5, 0xc5, 0x0a, 0x21, 0x8b, 0xf3, 0x7e, 0x64, 0x8f, 0xc2, 0x7f, 0xb5, 0x4b, 0xe9, 0xf7, 0xf4, 0x73, 0x17, 0xd2, 0x9f, 0x12, 0xc9, 0xec, 0xa9, 0xdf, 0x87, 0x74, 0xe3, 0x7f, 0x14, 0x87, 0x81, 0x28, 0x51, 0x78, 0x9b, 0xf5, 0x6a, 0x79, 0x82, 0x11, 0xa2, 0xaf, 0xed, 0x40, 0x17, 0xf0, 0xf1, 0x4f, 0x2d, 0x1b, 0x03, 0x5a, 0xa6, 0x68, 0xe1, 0x0a, 0xd9, 0xbc, 0x65, 0x69, 0xf6, 0x67, 0x1f, 0x9c, 0x40, 0x94, 0x77, 0x26, 0x74, 0xb5, 0x60, 0xd3, 0x57, 0x9a, 0xab, 0x70, 0xcf, 0xf9, 0x92, 0xff, 0xd2, 0xb7, 0x82, 0x15, 0x5c, 0x14, 0xbd, 0x74, 0x8a, 0x60, 0x56, 0x28, 0x52, 0x0a, 0x2f, 0x07, 0x51, 0xd3, 0x0b, 0x79, 0x50, 0x72, 0x39, 0x17, 0x32, 0x2c, 0x70, 0x25, 0x5d, 0x2d, 0x43, 0x51, 0xfb, 0xca, 0x05, 0xf5, 0x23, 0x99, 0x85, 0x0f, 0x66, 0x6c, 0x1d, 0x79, 0x1a, 0x17, 0x1a, 0x8d, 0xa0, 0xe7, 0x65, 0x1e, 0xc9, 0x41, 0x0c, 0xea, 0xfa, 0x82, 0x44, 0x6d, 0xaf, 0xb6, 0x92, 0x3f, 0xd6, 0x65, 0xea, 0x06, 0xb0, 0x05, 0xdd, 0x45, 0xcc, 0xf0, 0xd2, 0x31, 0xf1, 0x62, 0xd6, 0x26, 0x1d, 0xde, 0x35, 0xba, 0xb7, 0x50, 0xe1, 0x4b, 0xa2, 0xaa, 0x31, 0x67, 0xfa, 0xfa, 0x66, 0x80, 0xa6, 0x72, 0x81, 0xf7, 0x97, 0x88, 0x16, 0x1b, 0xda, 0x3b, 0xeb, 0x6e, 0xec, 0x1e, 0xc6, 0x42, 0x66, 0x17, 0x0d, 0x40, 0xd3, 0x23, 0x24, 0x07, 0x4e, 0x40, 0xfb, 0xad, 0x69, 0xf8, 0x7d, 0x6e, 0xc7, 0x6c, 0x4c, 0x45, 0x96, 0x25, 0x5e, 0xc8, 0xea, 0x52, 0x70, 0xa9, 0x7d, 0x5e, 0x50, 0x05, 0x53, 0x63, 0x5f, 0x74, 0xf8, 0xf5, 0x76, 0xcf, 0x6f, 0x4b, 0xab, 0xb9, 0x85, 0xf9, 0x61, 0x43 } }; static const struct cckprng_op_refresh op_refresh_4539 = { .hd = { .id = 4287, .kind = OP_REFRESH }, .rand = 13054010346433104070ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4540 = { .hd = { .id = 4288, .kind = OP_GENERATE }, .rand_nbytes = 131, .out = { .rand = { 0x9b, 0x67, 0xf9, 0x92, 0x2e, 0x1c, 0x36, 0xcf, 0xb0, 0xa7, 0x53, 0x42, 0x05, 0x04, 0x4a, 0x96, 0x9f, 0x40, 0x7b, 0x71, 0x57, 0xb2, 0xe9, 0xcc, 0x43, 0xce, 0xf1, 0x2b, 0x9a, 0x7e, 0xfb, 0x08, 0xd2, 0xf7, 0xb6, 0xa9, 0x41, 0x3b, 0x3b, 0x55, 0xc7, 0xfd, 0xb9, 0x2d, 0xee, 0xf3, 0xe7, 0xf8, 0x2c, 0x2e, 0xc0, 0xb3, 0xfe, 0xbb, 0x05, 0x49, 0x92, 0x3c, 0x65, 0xc9, 0xaa, 0xb9, 0xd7, 0x81, 0x5f, 0xa0, 0x8e, 0x01, 0x0a, 0x2c, 0x3a, 0x96, 0x02, 0xb6, 0x12, 0x5a, 0xca, 0xa6, 0x68, 0xbf, 0x85, 0x2d, 0xf0, 0xdd, 0x0e, 0x64, 0x8e, 0xbd, 0x89, 0x86, 0x5e, 0x64, 0x5d, 0xd9, 0xe0, 0xe9, 0x28, 0x2f, 0x60, 0x24, 0xb1, 0x33, 0x4b, 0x55, 0x08, 0x34, 0x5e, 0x0b, 0x8f, 0x76, 0x4f, 0x06, 0x55, 0x93, 0x7b, 0x0f, 0xbe, 0xc9, 0x5a, 0x26, 0x06, 0x1f, 0x8c, 0xeb, 0xf8, 0x85, 0x51, 0x37, 0xcd, 0x42, 0x9d } } }; static const struct cckprng_op_generate op_init_4541 = { .hd = { .id = 4289, .kind = OP_GENERATE }, .rand_nbytes = 84, .out = { .rand = { 0x7f, 0x14, 0xa3, 0x0f, 0x02, 0x87, 0xf1, 0xc6, 0x40, 0x4e, 0xef, 0x02, 0xbe, 0xe8, 0xec, 0x1a, 0xd9, 0x95, 0xf6, 0x68, 0xe1, 0x07, 0x09, 0x8d, 0x2a, 0x09, 0xba, 0x39, 0x93, 0x8d, 0x44, 0x28, 0x52, 0x94, 0x5f, 0xa1, 0xf4, 0x8d, 0x7f, 0xa8, 0x6e, 0x2e, 0x44, 0x7c, 0xde, 0x20, 0x3f, 0x16, 0xb2, 0x0a, 0xc2, 0x2b, 0xb7, 0x5d, 0x0b, 0xc0, 0x47, 0xe5, 0xed, 0x2b, 0x94, 0xea, 0x4b, 0x13, 0xcf, 0xf2, 0xed, 0x0c, 0x57, 0x90, 0x0f, 0x27, 0x4d, 0x75, 0x6b, 0x0d, 0x4f, 0x19, 0x0d, 0x6c, 0xb7, 0x7c, 0xbe, 0x7e } } }; static const struct cckprng_op_reseed op_reseed_4542 = { .hd = { .id = 4290, .kind = OP_RESEED }, .nonce = 17052921212054566646ULL, .seed_nbytes = 246, .seed = { 0x9b, 0x9f, 0x4b, 0x7a, 0x83, 0x5c, 0x07, 0x1c, 0xf3, 0x02, 0xc3, 0xbd, 0xab, 0xf7, 0x8f, 0x5c, 0xed, 0x87, 0xfa, 0xca, 0x92, 0xfc, 0x79, 0x3d, 0xa5, 0x85, 0x64, 0x7f, 0x69, 0xb8, 0x2d, 0xd5, 0x97, 0x32, 0x71, 0xca, 0x12, 0x3a, 0x4a, 0xf4, 0x9b, 0x1b, 0x86, 0x7e, 0xbe, 0xab, 0x7b, 0xeb, 0x2c, 0x4a, 0xa3, 0xfc, 0x51, 0x6e, 0xde, 0xeb, 0x6d, 0x58, 0xa0, 0xa2, 0xd2, 0x13, 0x8e, 0x0a, 0x92, 0x17, 0x55, 0xa6, 0xb4, 0x0d, 0x56, 0xcb, 0xef, 0x0d, 0x8f, 0x10, 0xbf, 0x9b, 0x5f, 0xf2, 0x34, 0x3f, 0x34, 0x51, 0x37, 0xd7, 0xa6, 0x3d, 0xb4, 0x6d, 0x6f, 0x58, 0x77, 0x2e, 0x7a, 0x4d, 0x96, 0x53, 0x7c, 0xf9, 0x63, 0xcd, 0x6e, 0xfc, 0xb9, 0xc9, 0x34, 0x86, 0xb4, 0x44, 0xc6, 0x07, 0x29, 0xa3, 0xb3, 0x4f, 0x23, 0xb9, 0xeb, 0x29, 0x7a, 0x23, 0xed, 0x02, 0xda, 0x7f, 0x4b, 0xd0, 0x4c, 0x58, 0xc7, 0x54, 0xcb, 0xdf, 0xbc, 0x5d, 0x57, 0x1b, 0xfa, 0x1c, 0x26, 0xcd, 0xf5, 0x24, 0x91, 0x1a, 0x0f, 0x17, 0xd5, 0x90, 0xc8, 0xbd, 0x61, 0x50, 0x7d, 0xd2, 0xc1, 0x50, 0x1c, 0xc6, 0xa3, 0x12, 0x7d, 0x02, 0x20, 0xe5, 0xbb, 0x15, 0x73, 0x3a, 0xe3, 0x5e, 0xb1, 0xf9, 0xfb, 0x45, 0xef, 0xfd, 0x72, 0xb3, 0x5c, 0xce, 0xc7, 0x64, 0x55, 0x12, 0x18, 0xe0, 0xbf, 0x47, 0x2c, 0xc7, 0x3c, 0xaf, 0x71, 0x21, 0xb7, 0x5c, 0x68, 0x6b, 0xba, 0xbc, 0x11, 0x59, 0xf9, 0x2c, 0xcf, 0xdd, 0x96, 0x54, 0x2e, 0x50, 0xa0, 0xaa, 0x3a, 0x3a, 0x33, 0x42, 0xc9, 0x63, 0x78, 0x5b, 0x4d, 0x90, 0x71, 0x15, 0xeb, 0xc1, 0xf2, 0x68, 0xaf, 0x8f, 0x6a, 0x20, 0x39, 0x1f, 0x0e, 0x2a, 0xd3, 0x59, 0x6f, 0x6b, 0x55, 0x4f, 0xb3, 0x5e } }; static const struct cckprng_op_generate op_init_4543 = { .hd = { .id = 4291, .kind = OP_GENERATE }, .rand_nbytes = 56, .out = { .rand = { 0x1b, 0xc2, 0x90, 0xff, 0x1c, 0x7b, 0x6b, 0x09, 0xd2, 0xd2, 0xfd, 0x22, 0x86, 0x5b, 0xca, 0x56, 0xa4, 0xfd, 0xe3, 0xab, 0x20, 0x8b, 0x5b, 0xb2, 0xd0, 0xc9, 0x9c, 0x77, 0x2e, 0xcc, 0xe4, 0x20, 0xdb, 0x1c, 0xc1, 0x4e, 0x20, 0x2e, 0x38, 0xec, 0x04, 0x55, 0x6d, 0x7a, 0x48, 0x2f, 0x7e, 0x65, 0x15, 0xb3, 0xd3, 0xc2, 0x15, 0xad, 0x73, 0xd4 } } }; static const struct cckprng_op_generate op_init_4544 = { .hd = { .id = 4292, .kind = OP_GENERATE }, .rand_nbytes = 267, .out = { .rand = { 0x91, 0x36, 0x33, 0xcd, 0xb2, 0xc7, 0x38, 0x50, 0x6c, 0x04, 0x2e, 0x3e, 0x5a, 0x7a, 0x76, 0xe5, 0xe9, 0x62, 0x0e, 0xe6, 0x1a, 0x1c, 0xa4, 0xe9, 0x2c, 0xab, 0xf2, 0xb8, 0xf6, 0x29, 0xaa, 0xa3, 0x23, 0xc7, 0x30, 0x38, 0xba, 0xac, 0x2c, 0x50, 0x84, 0xf0, 0x69, 0xef, 0x93, 0x64, 0x32, 0x62, 0x31, 0xc3, 0xbc, 0x6d, 0x47, 0x9d, 0xb6, 0x9d, 0xe6, 0xf3, 0xb9, 0x4c, 0x53, 0x26, 0x66, 0x0a, 0x93, 0x44, 0xb4, 0x5b, 0x2c, 0x2b, 0x90, 0xc6, 0x43, 0xb0, 0x31, 0xf7, 0x9f, 0x88, 0x6e, 0x7c, 0x0c, 0x36, 0x6d, 0x11, 0xca, 0x6a, 0xcc, 0x71, 0x2f, 0x47, 0x75, 0x86, 0xbe, 0x16, 0x32, 0xac, 0xfd, 0x29, 0x17, 0x27, 0xe6, 0xe5, 0x5d, 0x50, 0xa3, 0xde, 0x18, 0x39, 0x85, 0xb2, 0x18, 0x1c, 0x86, 0xc1, 0x26, 0xd8, 0x7f, 0x2d, 0x4c, 0xfa, 0x4f, 0x9d, 0x8d, 0x48, 0x90, 0x63, 0x06, 0x47, 0x74, 0xa0, 0x03, 0x3c, 0x85, 0x30, 0x3b, 0xfb, 0x83, 0x0f, 0x67, 0xcc, 0xd7, 0xd9, 0x12, 0x6a, 0xff, 0x21, 0xee, 0x56, 0xea, 0x1a, 0xcb, 0x21, 0xaf, 0xc7, 0xd7, 0x59, 0xf8, 0x57, 0x15, 0x75, 0x37, 0x5e, 0xb4, 0x9e, 0x0e, 0x09, 0x2d, 0x1d, 0x3e, 0x79, 0x2a, 0x3f, 0xe1, 0x93, 0x7f, 0xe0, 0x98, 0xec, 0x89, 0x1b, 0xd2, 0x35, 0x97, 0x4d, 0xe3, 0x3f, 0x5a, 0x8f, 0xd4, 0x0e, 0x07, 0x7c, 0xe2, 0x78, 0xa2, 0x0a, 0xbd, 0xbd, 0xd8, 0xf3, 0x4b, 0xf3, 0xf4, 0xdd, 0x1e, 0x60, 0x96, 0xa4, 0xf5, 0x65, 0xca, 0xe4, 0xa3, 0x13, 0xe1, 0xae, 0xae, 0xc0, 0x57, 0x40, 0x45, 0x4d, 0xda, 0xf1, 0x81, 0x37, 0x41, 0x13, 0xdd, 0x5a, 0x44, 0xe7, 0x0d, 0xfb, 0xb0, 0x09, 0x63, 0x02, 0x24, 0x9d, 0xcc, 0x17, 0x38, 0x71, 0x26, 0x0c, 0x7a, 0x30, 0x60, 0x35, 0x96, 0xf7, 0x26, 0x48, 0xf2, 0xf8, 0x08, 0xf3, 0x40, 0x18, 0xd3, 0x53, 0x49, 0x3b, 0xab, 0xb3, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_4545 = { .hd = { .id = 4293, .kind = OP_REFRESH }, .rand = 3303610593968454739ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4546 = { .hd = { .id = 4294, .kind = OP_RESEED }, .nonce = 3658379390476889620ULL, .seed_nbytes = 69, .seed = { 0x24, 0xf0, 0x6c, 0xc8, 0xee, 0x61, 0xe2, 0x68, 0x03, 0x91, 0x18, 0xac, 0x2e, 0x44, 0x83, 0xce, 0x19, 0x9c, 0x26, 0x7e, 0x6d, 0x1e, 0x8a, 0xf5, 0xb6, 0x6a, 0xf5, 0xba, 0xaa, 0x03, 0x6e, 0xdf, 0xb0, 0x60, 0xd3, 0x26, 0x84, 0x15, 0x1d, 0xdd, 0x4c, 0xdf, 0x30, 0x79, 0xe5, 0xb9, 0x55, 0x73, 0xd7, 0xc9, 0x4e, 0xe6, 0x93, 0xd0, 0x7f, 0x9e, 0xf0, 0x40, 0x8a, 0x07, 0x7a, 0x2b, 0x64, 0x5f, 0x64, 0x47, 0xd1, 0xac, 0x50 } }; static const struct cckprng_op_refresh op_refresh_4547 = { .hd = { .id = 4295, .kind = OP_REFRESH }, .rand = 15239672318830883377ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4548 = { .hd = { .id = 4296, .kind = OP_REFRESH }, .rand = 10372921547278437039ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4549 = { .hd = { .id = 4297, .kind = OP_REFRESH }, .rand = 17706476125166949456ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4550 = { .hd = { .id = 4298, .kind = OP_REFRESH }, .rand = 5684707198779806129ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4551 = { .hd = { .id = 4299, .kind = OP_GENERATE }, .rand_nbytes = 78, .out = { .rand = { 0xc1, 0x28, 0x5d, 0xd5, 0xf4, 0x7c, 0x07, 0xa3, 0x67, 0xd4, 0x4c, 0xcd, 0x84, 0x9b, 0xee, 0xd3, 0x3e, 0xc3, 0x6d, 0x4b, 0x41, 0x4d, 0x2e, 0xbc, 0xa5, 0xed, 0x53, 0x17, 0x68, 0xc0, 0xb5, 0x4f, 0xb0, 0x1e, 0x75, 0xf1, 0xed, 0x9b, 0x14, 0x22, 0xca, 0x63, 0xc5, 0x95, 0x20, 0xc1, 0x16, 0x12, 0x39, 0x46, 0x8f, 0xf3, 0x7d, 0x46, 0xf2, 0xd7, 0xca, 0x47, 0xb0, 0x7b, 0x99, 0x3d, 0xb8, 0x61, 0x62, 0x89, 0xc6, 0x03, 0x8a, 0x90, 0x13, 0x2f, 0x1a, 0xcf, 0xc5, 0x3d, 0xef, 0x8c } } }; static const struct cckprng_op_refresh op_refresh_4552 = { .hd = { .id = 4300, .kind = OP_REFRESH }, .rand = 14767117081193081286ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_4553[] = { (const struct cckprng_op *)&op_init_4537, (const struct cckprng_op *)&op_reseed_4538, (const struct cckprng_op *)&op_refresh_4539, (const struct cckprng_op *)&op_init_4540, (const struct cckprng_op *)&op_init_4541, (const struct cckprng_op *)&op_reseed_4542, (const struct cckprng_op *)&op_init_4543, (const struct cckprng_op *)&op_init_4544, (const struct cckprng_op *)&op_refresh_4545, (const struct cckprng_op *)&op_reseed_4546, (const struct cckprng_op *)&op_refresh_4547, (const struct cckprng_op *)&op_refresh_4548, (const struct cckprng_op *)&op_refresh_4549, (const struct cckprng_op *)&op_refresh_4550, (const struct cckprng_op *)&op_init_4551, (const struct cckprng_op *)&op_refresh_4552 }; static const struct cckprng_vector vec_4554 = { .id = 4301, .note = NULL, .nops = 16, .ops = ops_4553 }; static const struct cckprng_op_init op_init_4555 = { .hd = { .id = 4302, .kind = OP_INIT }, .seed = { 0x38, 0xdc, 0x98, 0xe7, 0x6c, 0xb2, 0x82, 0x66, 0x94, 0xf3, 0x0e, 0x99, 0xb9, 0xd8, 0xd1, 0x3b, 0x87, 0x96, 0x72, 0x5f, 0x14, 0x94, 0xbe, 0xd8, 0x34, 0x66, 0x47, 0xb6, 0x92, 0x33, 0x64, 0xc8 }, .nonce = { 0x08, 0xa9, 0x99, 0x63, 0x88, 0x7e, 0xfc, 0x6a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_reseed op_reseed_4556 = { .hd = { .id = 4303, .kind = OP_RESEED }, .nonce = 10305721671557495398ULL, .seed_nbytes = 68, .seed = { 0xa7, 0xdb, 0x5b, 0x08, 0x40, 0x4e, 0x6c, 0xa8, 0x2c, 0x93, 0xcf, 0x4c, 0xef, 0x73, 0x48, 0x3d, 0x3a, 0x5b, 0xab, 0x8b, 0xfe, 0xc7, 0x93, 0xa7, 0x79, 0xe4, 0x07, 0xaa, 0x5b, 0x3e, 0xac, 0xd6, 0x52, 0x4c, 0xaa, 0xbb, 0xcc, 0x30, 0x1a, 0xc1, 0x21, 0x31, 0x7e, 0x0b, 0x67, 0xcf, 0x59, 0x03, 0x06, 0xc8, 0xc1, 0x49, 0xe5, 0xe7, 0x78, 0xde, 0xf0, 0xba, 0xe3, 0xf6, 0x33, 0x3b, 0x0f, 0x17, 0x5e, 0x30, 0x1c, 0x13 } }; static const struct cckprng_op_reseed op_reseed_4557 = { .hd = { .id = 4304, .kind = OP_RESEED }, .nonce = 9785678179684000697ULL, .seed_nbytes = 188, .seed = { 0x60, 0x63, 0xad, 0xfa, 0x0d, 0xb8, 0x61, 0x80, 0xa3, 0xdc, 0xac, 0x8d, 0x1f, 0x5b, 0x1d, 0x57, 0x87, 0x84, 0x45, 0xae, 0x51, 0x15, 0x7a, 0x1a, 0x28, 0x12, 0x51, 0x2a, 0x61, 0x1f, 0x97, 0xe5, 0xab, 0xfc, 0x62, 0x4c, 0xca, 0xb8, 0xa4, 0x17, 0x5b, 0xfe, 0xe2, 0xff, 0xc6, 0xa1, 0xb0, 0x9e, 0xbc, 0xd9, 0x48, 0x6b, 0x9c, 0xf9, 0xbe, 0x2b, 0x22, 0xe6, 0x6a, 0xac, 0x11, 0x15, 0xca, 0xac, 0x1b, 0x0f, 0xb6, 0xdc, 0x2a, 0x37, 0xd9, 0x98, 0x57, 0xa8, 0xa7, 0x47, 0xb6, 0xf5, 0x32, 0x14, 0x82, 0xe4, 0xb2, 0xd9, 0x82, 0xea, 0x9d, 0xc8, 0x3e, 0x10, 0x15, 0x7d, 0x3d, 0xc7, 0x1a, 0x6d, 0xb8, 0xaf, 0x37, 0x97, 0xd6, 0x20, 0x99, 0x35, 0xd9, 0xfe, 0xad, 0xd7, 0xd6, 0x8e, 0xfd, 0x25, 0x57, 0x75, 0xa5, 0xa4, 0x5d, 0xf6, 0xc3, 0xaa, 0x62, 0xc8, 0x1c, 0x36, 0x74, 0x29, 0x13, 0x67, 0x13, 0xf2, 0x3b, 0x64, 0xb7, 0x09, 0xc2, 0x96, 0x46, 0xae, 0xd8, 0xc7, 0x76, 0x6e, 0xc7, 0x75, 0x09, 0x5f, 0x74, 0xf3, 0x08, 0x01, 0x6a, 0x49, 0xf8, 0xf0, 0xfd, 0x15, 0xb7, 0xf2, 0xd9, 0x5c, 0x8d, 0x58, 0x5c, 0xf0, 0x25, 0xcb, 0x7a, 0x60, 0xa8, 0xfd, 0x18, 0x4d, 0xe7, 0xaf, 0xdb, 0x9e, 0x5a, 0xff, 0x74, 0x57, 0x20, 0x49, 0x8c, 0xa2, 0x0d, 0x58, 0xf2, 0xd2 } }; static const struct cckprng_op_refresh op_refresh_4558 = { .hd = { .id = 4305, .kind = OP_REFRESH }, .rand = 17790179028487676660ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4559 = { .hd = { .id = 4306, .kind = OP_REFRESH }, .rand = 9150365979876559420ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4560 = { .hd = { .id = 4307, .kind = OP_RESEED }, .nonce = 4910531001757065181ULL, .seed_nbytes = 208, .seed = { 0x62, 0xcd, 0xd4, 0x96, 0x5f, 0xf9, 0xcc, 0x20, 0x09, 0xf3, 0xdf, 0xc0, 0x17, 0x69, 0x50, 0x08, 0x39, 0x08, 0x91, 0x1d, 0xfd, 0x31, 0x50, 0xd1, 0x47, 0x5d, 0xcb, 0x7c, 0xba, 0x27, 0xae, 0x8f, 0x89, 0x1d, 0x1b, 0xc4, 0xf2, 0x05, 0x72, 0xd5, 0xe1, 0xa6, 0xf4, 0xc0, 0x75, 0x28, 0xc4, 0xad, 0xa0, 0x78, 0xf8, 0x76, 0x81, 0x1c, 0x28, 0x2c, 0xe5, 0x75, 0x60, 0xb8, 0x84, 0x68, 0x6d, 0x53, 0x9c, 0x43, 0x37, 0x9d, 0x19, 0x5d, 0x28, 0x48, 0xeb, 0x9c, 0xbe, 0xfe, 0xbc, 0xbb, 0x1a, 0x8f, 0xb0, 0x54, 0xbe, 0x5b, 0xfd, 0xb6, 0x79, 0xc1, 0xf2, 0x4b, 0x0a, 0xf9, 0x77, 0xd8, 0x78, 0xcb, 0x81, 0x2a, 0x61, 0xcd, 0xbe, 0x6e, 0xdf, 0xea, 0x4f, 0xf3, 0xb9, 0xc2, 0xa0, 0x49, 0xb2, 0x42, 0x9d, 0x49, 0x62, 0x5d, 0x79, 0x7f, 0xe6, 0xf4, 0x87, 0xfa, 0x09, 0xe9, 0x87, 0x53, 0x92, 0x6b, 0x1f, 0x53, 0x6a, 0x6e, 0xc6, 0xda, 0x88, 0xe6, 0x24, 0xe8, 0x75, 0xa3, 0x8e, 0xb4, 0x6a, 0x1e, 0x32, 0xef, 0xbd, 0x72, 0xca, 0x43, 0x51, 0x66, 0x2c, 0xcb, 0x55, 0x12, 0xfd, 0x7c, 0x9e, 0x4b, 0x01, 0xac, 0x67, 0x4f, 0x9a, 0x3d, 0x2d, 0x5f, 0x91, 0xdf, 0xb2, 0xe4, 0x73, 0xf4, 0x84, 0x28, 0x19, 0x78, 0xc6, 0xc7, 0x99, 0x64, 0x58, 0xa8, 0xe8, 0x11, 0x21, 0x28, 0x91, 0x19, 0xed, 0x7a, 0xb5, 0xdc, 0xd1, 0xb1, 0xfe, 0x4a, 0x87, 0x4c, 0x40, 0x13, 0x1d, 0xc3, 0xcf, 0x77, 0x64, 0x20 } }; static const struct cckprng_op_generate op_init_4561 = { .hd = { .id = 4308, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0x21, 0xaf, 0x78, 0xcb, 0x0c, 0xa3, 0x55, 0x2a, 0xd0, 0x08, 0xae, 0xe5, 0x99, 0xbb, 0xa2, 0xe8, 0x2d, 0xa0, 0xec, 0x30, 0xa2, 0xec, 0x74, 0x39, 0x2c, 0xa8, 0x02, 0x28, 0xdb, 0x7b, 0x66, 0xb8, 0xcf, 0xa2, 0x38, 0xf5, 0x7c, 0x5c, 0xd4, 0xc4, 0x04, 0x39, 0x78, 0x0c, 0x76, 0xcc, 0xe2, 0x10, 0x8e, 0xa9, 0x73, 0xbc, 0x51, 0x88, 0xaf, 0x8e, 0xea, 0xb1, 0x21, 0x6f, 0x95, 0x83, 0x83, 0x72, 0x4c, 0xaa, 0xed, 0xe0, 0x03, 0x39, 0xdc, 0x9d, 0xb3, 0x45, 0x4d, 0x95, 0x7e, 0xaa, 0x91, 0x10, 0x19, 0x46, 0x2b, 0x04, 0x70, 0xa7, 0x02, 0x33, 0x34, 0x06, 0x8e, 0x6d, 0x81, 0x35, 0x9e, 0xad, 0x0e, 0x0c, 0xa0, 0x29, 0x7a, 0xac, 0x08, 0x8a, 0xac, 0xcf, 0x0d, 0x94, 0x74, 0x5a, 0x58, 0xcd, 0x08, 0x17, 0x3a, 0x1a, 0x5b, 0x91, 0x13, 0x09, 0xce, 0x47, 0x5f, 0x5f, 0x2d, 0x38, 0x3e, 0x1c, 0x4f, 0x62, 0xd3, 0x37, 0x70, 0x09, 0x01, 0x06, 0x2b, 0xe2, 0xc5, 0xed, 0xeb, 0x40, 0xfa, 0xe3, 0x55, 0x8f, 0x84, 0x90, 0x25, 0xc8, 0x81, 0x6e, 0x14, 0x8c, 0xe1, 0x76, 0xec, 0xce, 0x92, 0xec, 0xe4, 0x2f, 0xe2, 0xe9, 0x53, 0x6f, 0xf3, 0xa5, 0xa1, 0x26, 0x51, 0x24, 0x02, 0xd1, 0x17, 0xfa, 0x3e, 0x8f, 0x8f, 0xf4, 0x6d, 0xbf, 0xb1, 0xf4, 0xf3, 0x24, 0x5a, 0xec, 0xdd, 0xd2, 0xc5, 0x7d, 0x3a, 0x79, 0x43, 0x34, 0xbf, 0xe0, 0x14, 0x5b, 0x12, 0xf5, 0xc9, 0x84, 0xc1, 0xdb, 0x3e, 0x22, 0xeb, 0x88, 0x15, 0xd2, 0xf9, 0x14, 0x40, 0xb8, 0xee, 0x0f, 0xc4, 0xf6, 0x59, 0xc9, 0xab, 0x4e, 0x74, 0xaa, 0xba, 0x65, 0x95, 0xf5, 0xdf, 0x22, 0xc8, 0x56, 0x0d, 0xbf, 0x5e, 0x99, 0xb1, 0x23, 0x07, 0x2a, 0xa0, 0x48, 0x52, 0xf7, 0x31, 0x38 } } }; static const struct cckprng_op_reseed op_reseed_4562 = { .hd = { .id = 4309, .kind = OP_RESEED }, .nonce = 4302719559036592962ULL, .seed_nbytes = 24, .seed = { 0xa7, 0xda, 0x9d, 0xc1, 0x68, 0x8f, 0x49, 0xb2, 0xb7, 0x86, 0xc9, 0xf9, 0xa2, 0x3e, 0x57, 0xf1, 0xee, 0xb7, 0x5f, 0xa2, 0x7b, 0x90, 0x24, 0x0f } }; static const struct cckprng_op_refresh op_refresh_4563 = { .hd = { .id = 4310, .kind = OP_REFRESH }, .rand = 11256610285238959889ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4564 = { .hd = { .id = 4311, .kind = OP_RESEED }, .nonce = 10524222325572594661ULL, .seed_nbytes = 190, .seed = { 0x45, 0x45, 0x92, 0x83, 0x6a, 0x3d, 0x50, 0x1e, 0x38, 0x9e, 0xe3, 0xb1, 0x23, 0xf6, 0xcf, 0x63, 0x29, 0x4f, 0x13, 0x8b, 0x2c, 0x31, 0x95, 0xe6, 0x53, 0x07, 0xd2, 0xea, 0x86, 0x52, 0x6e, 0x02, 0x1d, 0xc6, 0xab, 0xaf, 0x67, 0x24, 0x1a, 0xc6, 0xc1, 0xf3, 0xcd, 0x28, 0x6c, 0x3d, 0xb8, 0xff, 0xd2, 0x8c, 0x8f, 0x83, 0x06, 0xc6, 0x6b, 0x34, 0x32, 0xfe, 0x28, 0x44, 0x0c, 0x72, 0x62, 0x16, 0xc4, 0x4d, 0xae, 0x57, 0xb4, 0xa9, 0xb5, 0x20, 0xdc, 0x7d, 0xa0, 0x43, 0x41, 0x22, 0x0d, 0x5c, 0x86, 0x51, 0xfc, 0xb0, 0x81, 0x5a, 0x33, 0x19, 0x1b, 0xa6, 0x1e, 0x7f, 0x5e, 0xe3, 0x73, 0xe8, 0x30, 0x69, 0xe8, 0xfc, 0x96, 0x87, 0x0c, 0xee, 0x6d, 0x23, 0x90, 0x95, 0xc7, 0x00, 0xba, 0x81, 0xa2, 0x4c, 0xd6, 0x52, 0x60, 0x43, 0xf2, 0xbf, 0x77, 0x11, 0xf4, 0x2b, 0x53, 0x1f, 0x59, 0x00, 0x73, 0x64, 0x08, 0x12, 0x28, 0x80, 0xda, 0x50, 0x01, 0x32, 0x4d, 0x60, 0x0e, 0xfd, 0xb9, 0x64, 0xad, 0x7d, 0xec, 0x9a, 0x31, 0x82, 0x38, 0xf3, 0xf3, 0x01, 0xb7, 0x0c, 0xb8, 0x0a, 0xf7, 0xd7, 0x61, 0x1e, 0xfd, 0xf9, 0x7b, 0xc8, 0x63, 0xa3, 0xff, 0x38, 0x26, 0x07, 0x53, 0xee, 0x8e, 0xef, 0x69, 0xc7, 0x51, 0x8e, 0xe1, 0xd7, 0xb6, 0x65, 0xe4, 0x7e, 0x22, 0x5c, 0x01, 0xd9 } }; static const struct cckprng_op_refresh op_refresh_4565 = { .hd = { .id = 4312, .kind = OP_REFRESH }, .rand = 7919497727752927659ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4566 = { .hd = { .id = 4313, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0x4b, 0xd6, 0xba, 0xce, 0xd4, 0xb0, 0x48, 0xdc, 0x4f, 0x9c, 0x3e, 0x24, 0xea, 0xdf, 0x18, 0x3b, 0x71, 0xc1, 0x0b, 0xa4, 0xe6, 0xdd, 0x67, 0x2e, 0x9d, 0x93, 0x0b, 0x25, 0x06, 0x59, 0x92, 0xf2, 0x92, 0xf1, 0x68, 0x17, 0x50, 0xc1, 0x05, 0xec, 0x9f, 0xc6, 0xcd, 0xed, 0x8c, 0x9c, 0x27, 0x24, 0xc4, 0x7e, 0xf9, 0x2f, 0x78, 0x79, 0xb8, 0xe4, 0x54, 0x7b, 0xe9, 0x3c, 0x70, 0xd5, 0x51, 0x14, 0x95, 0x55, 0xa3, 0x5c, 0xbf, 0x8e, 0x60, 0x61, 0x27, 0x24, 0x29, 0x56, 0xcc, 0x9d, 0xbe, 0xa1, 0x6d, 0xc0, 0x36, 0x30, 0xd5, 0xe5, 0x65, 0x8d, 0x8e, 0xfa, 0xd7, 0xb5, 0x7f, 0xc2, 0x09, 0xb4, 0xf9, 0xb7, 0x4b, 0x22, 0x22, 0xd3, 0x3a, 0x0e, 0xc5, 0x5c, 0xdb, 0xa6, 0x30, 0x0e, 0xc1, 0xf6, 0xc5, 0xe7, 0x1a, 0xcd, 0x8b, 0x95, 0x6b, 0xf0, 0x85, 0x00, 0xbd, 0xa6, 0x54, 0xe9, 0xdf, 0xad, 0xe3, 0xe4, 0x97, 0xb2, 0x0b, 0x58, 0x6f, 0xde, 0xe7, 0xb8, 0x12, 0xaf, 0xab, 0x41, 0x78, 0x09, 0xc8, 0x79, 0x6c, 0x62, 0xc4, 0xfc, 0xac, 0xfc, 0x7d, 0x22, 0x6f, 0xa0, 0xb2, 0x34, 0x8d, 0x98, 0xee, 0x5d, 0xd2, 0x37, 0x20, 0x9d, 0x50, 0x1a, 0x29, 0xb8, 0x7f, 0x5c, 0xb2, 0xb8, 0x5b, 0x6f, 0xd3, 0xec, 0xcc, 0x66, 0x80, 0x0c, 0x68, 0x17, 0x9b, 0x9f, 0xdc, 0xf8, 0x22, 0xeb, 0xa4, 0x93, 0x87, 0x65, 0x66, 0x68, 0xc8, 0xca, 0x13, 0x35, 0xc6, 0x92, 0x51, 0x3e, 0x87, 0xca, 0xba, 0x62, 0x98, 0x94, 0xcb, 0xfd, 0x7e, 0x98, 0x3a, 0x34, 0xb7, 0x47, 0x02, 0x8c, 0xe8, 0x7d, 0x82, 0xd2, 0x95, 0x93, 0x63, 0xcb, 0x2d, 0xa9, 0x39, 0xce, 0x7d, 0xbd, 0x85, 0x40, 0x1b, 0xe1, 0x32, 0x54, 0x61, 0xce, 0x4b } } }; static const struct cckprng_op_generate op_init_4567 = { .hd = { .id = 4314, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0x5d, 0x84, 0x04, 0xee, 0x2b, 0x1f, 0xdb, 0x14, 0x13, 0x38, 0x2b, 0x8d, 0x5b, 0xb0, 0xc7, 0x4c, 0xe5, 0x87, 0x33, 0xa4, 0xb8, 0x27, 0xe8, 0xb9, 0x6d, 0xd5, 0xee, 0x9d, 0x07, 0x87, 0xe6, 0xb2, 0x38, 0x70, 0xc2, 0xda, 0x24, 0x76, 0x33, 0xc3, 0xbb, 0x31, 0xf1, 0x76, 0xb3, 0x26, 0x3e, 0x5d, 0xd1, 0x9e, 0xdf, 0xfe, 0xf2, 0x61, 0x9b, 0x70, 0x69, 0x46, 0x2c, 0x03, 0xcb, 0x4c, 0x5a, 0xb4, 0xab, 0xa3, 0x00, 0x2c, 0x16, 0x06, 0x2f, 0x51, 0x49, 0xa6, 0xa0, 0xf7, 0x3f, 0x17, 0xbb, 0x35, 0x84, 0x5b, 0x14, 0x82, 0x2e, 0x20, 0x2a, 0xdf, 0xd6, 0x84, 0x5e, 0x69, 0x5a, 0xf2, 0x0a, 0x05, 0x62, 0xa2, 0xa7, 0x15, 0x1b, 0xa4, 0x5a, 0x63, 0xcb, 0x30, 0x92, 0x16, 0x58, 0x90, 0x06, 0xd3, 0xd0, 0x9c, 0x5e, 0x74, 0xac, 0x07, 0xb3, 0x5f, 0x80, 0x3e, 0x56, 0xe7, 0x18, 0xd4, 0x0e, 0x1a, 0x33, 0x9a, 0x91, 0xca, 0xcf, 0xdb, 0x11, 0xee, 0x72, 0x6e, 0xd9, 0xd2, 0xf8, 0x6c, 0x75, 0x35, 0x8c, 0xe4, 0x10, 0xba, 0x95, 0x58, 0x25, 0x89, 0xba, 0x01, 0x56, 0x97, 0x33, 0x6a, 0x7d, 0x14, 0x01, 0x8c, 0x79, 0xa2, 0xfe, 0xaf, 0x95, 0xf4, 0xb7, 0x8d, 0x7d, 0x37, 0x8f, 0x73, 0xe5, 0xf7, 0x80, 0x7c, 0x31, 0xaf, 0xb8, 0x3d, 0x17, 0x8c, 0xce, 0x52, 0xf5, 0xfe, 0x15, 0xe1, 0x92, 0xc6, 0x92, 0x2f, 0xa3, 0x13, 0xf4, 0x4f, 0x93, 0x20, 0x49, 0x4c, 0x3a, 0x1b, 0x4d, 0x07, 0x9f, 0xce, 0x4f, 0x93, 0x85, 0x69, 0x9c, 0x9e, 0x75, 0xde, 0xdc, 0x92, 0x91, 0xfb, 0xea, 0x5f, 0x2a, 0x21, 0x81, 0xfb, 0x90, 0xf2, 0x54, 0x5a, 0xe7, 0xb0, 0x81, 0xed, 0x9e, 0x75, 0x6c, 0x82, 0xb4, 0xdd, 0xd0, 0x1d, 0x99, 0xb6, 0x3b, 0x7d, 0xc1, 0x4c, 0xc8, 0x13, 0x46, 0x59, 0xea, 0x1a } } }; static const struct cckprng_op_generate op_init_4568 = { .hd = { .id = 4315, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0x9e, 0x06, 0x54, 0xf9, 0x44, 0xf9, 0x1d, 0xd6, 0x57, 0x56, 0xf3, 0x9e, 0x18, 0x2e, 0xff, 0xb3, 0xc3, 0x27, 0x50, 0xfa, 0xa2, 0x50, 0x08, 0xa5, 0x9b, 0x90, 0x07, 0xe2, 0x3d, 0xdc, 0x9d, 0x34, 0x11, 0xf1, 0x82, 0xa7, 0x96, 0x7f, 0x45, 0xf4, 0x66, 0x9e, 0x5b, 0xb9, 0xe1, 0xeb, 0x17, 0xf4, 0x91, 0x3e, 0x8f, 0xd2, 0xd5, 0x6f, 0xd5, 0xdd, 0x68, 0x62, 0xa2, 0x65, 0xb1, 0x74, 0xe5, 0x22, 0x43, 0x54, 0xaa, 0xd3, 0xdf, 0xa9, 0x44, 0x24, 0xde, 0x6c, 0xa1, 0x11, 0x22, 0xbc, 0x3b, 0x58, 0x8b, 0xbc, 0x10, 0x85, 0xbe, 0x26, 0xb4, 0x08, 0xb4, 0x93, 0x15, 0xf3, 0x4d, 0x9e, 0xc2, 0x3e, 0x69, 0xc6, 0x1f, 0x9a, 0x17, 0x14, 0xf7, 0x44, 0x2d, 0x51, 0x4d, 0x1a, 0x23, 0xa2, 0x11, 0x58, 0x35, 0x9d, 0x45, 0x17, 0x41, 0x8f, 0x30, 0x11, 0xc1, 0x4c, 0xb8, 0xba, 0xae, 0x58, 0x57, 0x71, 0x2f, 0x64, 0x40, 0xeb, 0xba, 0x2d, 0xcf, 0x4b, 0x95, 0x3f, 0x48, 0x56, 0x8a, 0xe5, 0xac, 0x08, 0xd2, 0xa5, 0x24, 0x11, 0xde, 0x74, 0xc6, 0x2d, 0x2f, 0x42, 0xad, 0xd5, 0x5f, 0x10, 0x03, 0x8b, 0xfc, 0x18, 0x48, 0x1e, 0xdf, 0x5f, 0x6b, 0xa6, 0x4c, 0xde, 0xdf, 0x56, 0x11, 0x72, 0x06, 0x81, 0xd2, 0xe6, 0x68, 0xc0, 0x95, 0x89, 0xe7, 0xd3, 0x0b, 0xca, 0xa2, 0x6b, 0xe4, 0xf6, 0xd3, 0xf8, 0x5f, 0x09, 0x13, 0x29, 0x92, 0xb4, 0x98, 0x98, 0x50, 0xbd, 0x3a, 0x21, 0xe7, 0xfa, 0x2a, 0xb5, 0xcb, 0x6f, 0x8c, 0x7e, 0xc3, 0xd4, 0xe5, 0xd9, 0xed, 0x1b, 0x9b, 0x57, 0x41, 0x87, 0x09, 0xab, 0x15, 0xb4, 0x25, 0x79, 0x2c, 0x08, 0xff, 0xef, 0xa7, 0xbf, 0x6f, 0x4f, 0x5c, 0xc9, 0x1e, 0xe6, 0x6d, 0x1c, 0x2a, 0xd4, 0xf6, 0xa0, 0x89, 0x80, 0xc9, 0x0f, 0xe5, 0x5b, 0x20, 0x73, 0xc0, 0x47, 0xcb, 0xb5, 0xc2, 0xb6, 0x26, 0xd4, 0x13, 0x58, 0x75, 0xcc } } }; static const struct cckprng_op_reseed op_reseed_4569 = { .hd = { .id = 4316, .kind = OP_RESEED }, .nonce = 5747573722361370050ULL, .seed_nbytes = 271, .seed = { 0xf2, 0x1c, 0xa8, 0x7b, 0x5c, 0x4f, 0x59, 0x5c, 0xb8, 0x1e, 0x36, 0x08, 0x46, 0xb8, 0xa6, 0xb5, 0x6f, 0x9c, 0xa8, 0x96, 0xa6, 0x97, 0xfe, 0x61, 0x0b, 0x64, 0xf7, 0xc5, 0x61, 0x7b, 0x66, 0x1f, 0x1b, 0x1f, 0x09, 0xb2, 0xe0, 0xcc, 0xe3, 0xdc, 0xc5, 0xec, 0x77, 0x49, 0x81, 0x5e, 0xed, 0xa4, 0xcc, 0x64, 0x2f, 0xf4, 0x07, 0x91, 0x0d, 0x84, 0x1e, 0xf8, 0x2d, 0x8c, 0xc3, 0x7f, 0x57, 0x74, 0x3f, 0xf9, 0x80, 0x1f, 0x30, 0xe9, 0xc7, 0xa4, 0xbb, 0x2c, 0x08, 0x59, 0xe4, 0x2b, 0xf6, 0x68, 0xd8, 0x1d, 0x84, 0xc3, 0x67, 0xd6, 0x75, 0x36, 0x63, 0x7f, 0xf1, 0x9a, 0x94, 0x62, 0xca, 0x67, 0x0b, 0x4d, 0xb9, 0xdb, 0xb6, 0x7c, 0x62, 0x8d, 0xf1, 0xc1, 0x2e, 0xfa, 0x77, 0x00, 0xb4, 0x16, 0x61, 0x8c, 0xf8, 0xcc, 0xde, 0xeb, 0xbc, 0x05, 0x67, 0xce, 0x11, 0x2e, 0x21, 0x88, 0x71, 0x32, 0x71, 0x97, 0xfe, 0x0d, 0xf0, 0x88, 0xa4, 0xd1, 0x77, 0xac, 0x62, 0x6b, 0x86, 0x95, 0xd0, 0x2d, 0x15, 0xcb, 0x5b, 0xe9, 0xd6, 0x16, 0x8c, 0x73, 0x17, 0x3d, 0xb7, 0x52, 0x8f, 0x33, 0xc8, 0xb0, 0xf8, 0x9a, 0x84, 0xab, 0x1f, 0xd5, 0x40, 0x82, 0x62, 0x14, 0x81, 0x2a, 0x4d, 0x7a, 0x70, 0xa0, 0x23, 0x62, 0x96, 0x7b, 0x0e, 0xbd, 0x45, 0x86, 0x51, 0x9d, 0x36, 0x1e, 0x34, 0x15, 0x21, 0xad, 0xd4, 0xeb, 0x63, 0x9a, 0x1b, 0xde, 0x7d, 0x2a, 0x6d, 0x37, 0xf8, 0xcf, 0xfa, 0x28, 0xb4, 0x97, 0x86, 0xd2, 0x9b, 0xbd, 0x7d, 0xf5, 0xe2, 0xee, 0x41, 0x84, 0xaa, 0x66, 0xde, 0xa1, 0x8c, 0x15, 0x9c, 0x2b, 0x2f, 0xbd, 0x86, 0x65, 0x87, 0x7e, 0x5c, 0x14, 0x36, 0xe8, 0x1d, 0xb8, 0xb8, 0xc0, 0x60, 0x98, 0x15, 0xc9, 0x64, 0xfa, 0xe6, 0x2f, 0x70, 0x19, 0xa7, 0xa3, 0xe7, 0xb5, 0x05, 0x5a, 0x39, 0xa8, 0xa7, 0xa4, 0xc3, 0x5b, 0xd3, 0x51, 0x14, 0xe5, 0x23, 0xde, 0xec, 0x4b, 0x37 } }; static const struct cckprng_op_reseed op_reseed_4570 = { .hd = { .id = 4317, .kind = OP_RESEED }, .nonce = 15414079933457874263ULL, .seed_nbytes = 238, .seed = { 0x11, 0xfb, 0xdc, 0x7c, 0xfa, 0xbd, 0xf1, 0x5b, 0x72, 0x1d, 0xd6, 0x13, 0x66, 0x39, 0xd7, 0x70, 0xe1, 0xc1, 0x30, 0x3b, 0x6b, 0xe1, 0x2e, 0x71, 0x07, 0x52, 0x6c, 0x10, 0xeb, 0x24, 0xf7, 0xe8, 0x8a, 0x7d, 0xb6, 0x6d, 0xf4, 0xa6, 0xec, 0xe9, 0xe5, 0xf7, 0xd3, 0x91, 0xd2, 0x74, 0x58, 0x3c, 0x52, 0x82, 0x6f, 0x3d, 0x34, 0x91, 0xe3, 0x74, 0x5d, 0x18, 0xd2, 0xaf, 0xdc, 0x68, 0xb6, 0x8a, 0x0b, 0x21, 0x12, 0x07, 0x36, 0x6a, 0x42, 0x71, 0x74, 0x7e, 0x1f, 0x67, 0xe8, 0xfc, 0x30, 0xa3, 0x7c, 0xf9, 0x94, 0x40, 0xb5, 0x58, 0x58, 0xe2, 0x51, 0x3c, 0xbe, 0xaa, 0xb7, 0x43, 0x09, 0xd1, 0x99, 0x99, 0x74, 0xe7, 0x30, 0x8d, 0x10, 0x62, 0xf2, 0x1a, 0x6c, 0x22, 0x81, 0xfb, 0x43, 0x87, 0xbd, 0xaf, 0x45, 0xea, 0x0c, 0xf2, 0x2c, 0x90, 0x02, 0x75, 0x05, 0xa9, 0x20, 0xf8, 0x5b, 0x08, 0xce, 0x3f, 0xd2, 0x5c, 0x9e, 0xe3, 0x4f, 0x39, 0xa3, 0x6f, 0x3c, 0x4e, 0x44, 0x6d, 0x84, 0xf7, 0x5d, 0x99, 0xb4, 0x3b, 0x20, 0x62, 0xeb, 0xd1, 0xcd, 0x04, 0x3b, 0xda, 0x91, 0x52, 0xe3, 0x34, 0xe4, 0xb7, 0x91, 0x65, 0x90, 0x96, 0x1b, 0x90, 0x41, 0x1d, 0x7f, 0x7f, 0x68, 0x05, 0xed, 0x72, 0x90, 0x30, 0x69, 0xa4, 0x04, 0x65, 0x7e, 0x3d, 0xb5, 0xa6, 0x9f, 0x38, 0x6e, 0x84, 0x61, 0x80, 0x1d, 0x60, 0xd2, 0x77, 0xa4, 0x70, 0x15, 0x34, 0xac, 0x24, 0x12, 0x02, 0xf4, 0x91, 0x1f, 0xaf, 0x24, 0xaf, 0x2b, 0x91, 0x01, 0xae, 0xbe, 0x61, 0x78, 0x92, 0xe5, 0x38, 0x2e, 0x13, 0x3a, 0xcc, 0xf1, 0x22, 0x78, 0xff, 0xcb, 0x1c, 0x79, 0xf2, 0xf8, 0xc4, 0xc5, 0x6b, 0xfc, 0xe5 } }; static const struct cckprng_op *ops_4571[] = { (const struct cckprng_op *)&op_init_4555, (const struct cckprng_op *)&op_reseed_4556, (const struct cckprng_op *)&op_reseed_4557, (const struct cckprng_op *)&op_refresh_4558, (const struct cckprng_op *)&op_refresh_4559, (const struct cckprng_op *)&op_reseed_4560, (const struct cckprng_op *)&op_init_4561, (const struct cckprng_op *)&op_reseed_4562, (const struct cckprng_op *)&op_refresh_4563, (const struct cckprng_op *)&op_reseed_4564, (const struct cckprng_op *)&op_refresh_4565, (const struct cckprng_op *)&op_init_4566, (const struct cckprng_op *)&op_init_4567, (const struct cckprng_op *)&op_init_4568, (const struct cckprng_op *)&op_reseed_4569, (const struct cckprng_op *)&op_reseed_4570 }; static const struct cckprng_vector vec_4572 = { .id = 4318, .note = NULL, .nops = 16, .ops = ops_4571 }; static const struct cckprng_op_init op_init_4573 = { .hd = { .id = 4319, .kind = OP_INIT }, .seed = { 0x7e, 0xe7, 0xd8, 0x82, 0x7b, 0x28, 0xea, 0x54, 0xdb, 0xcd, 0x44, 0xb3, 0x25, 0xa0, 0xb0, 0x7a, 0xa1, 0x72, 0xbf, 0xcb, 0x5e, 0x33, 0x76, 0xe3, 0x0a, 0x73, 0x47, 0x70, 0xc6, 0xf2, 0x6f, 0x76 }, .nonce = { 0xc1, 0xdb, 0xee, 0x7f, 0x26, 0x3f, 0xb5, 0xb5 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4574 = { .hd = { .id = 4320, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0xab, 0x63, 0x4f, 0xe0, 0x35, 0x41, 0x06, 0xb3, 0xf7, 0xe3, 0x28, 0xd2, 0x9c, 0x16, 0xd4, 0x80, 0x2f, 0xdc, 0x84, 0x8b, 0xb9, 0x88, 0x55, 0xdd, 0x5b, 0xed, 0x84, 0x49, 0xa0, 0x94, 0x64, 0x6c, 0xa0, 0xe8, 0xb3, 0xbc, 0xf7, 0xcd, 0x81, 0x11, 0x7e, 0x95, 0x81, 0xf2, 0xcc, 0x08, 0x43, 0x25, 0xc6, 0x37, 0x95, 0xd4, 0x52, 0xd9, 0x1c, 0x63, 0x53, 0x98, 0xe7, 0x7e, 0x81, 0x7b, 0x0d, 0xff, 0xc6, 0xfe, 0xbe, 0x9c, 0x55, 0x6b, 0x32, 0xa3, 0xab, 0x7a, 0x8e, 0x48, 0x72, 0x37, 0x28, 0xa5, 0x0c, 0x77, 0x0c, 0x4a, 0xb7, 0x6c, 0x33, 0xa8, 0x1a, 0x4f, 0x30, 0xe7, 0x20, 0x1c, 0xd0, 0xb3, 0x95, 0x7c, 0x41, 0xd1, 0x67, 0xe3, 0x94, 0x76, 0x48, 0x7a, 0xb6, 0x19, 0xfb, 0x45, 0xd4, 0x1c, 0x55, 0x07, 0x6d, 0xbd, 0xe8, 0x7d, 0x8f, 0xdf, 0x4a, 0x9b, 0xe2, 0x9d, 0xe3, 0xa3 } } }; static const struct cckprng_op_refresh op_refresh_4575 = { .hd = { .id = 4321, .kind = OP_REFRESH }, .rand = 8869843883209774645ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4576 = { .hd = { .id = 4322, .kind = OP_REFRESH }, .rand = 9254774009482879788ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4577 = { .hd = { .id = 4323, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0x07, 0xab, 0xd7, 0x15, 0x03, 0xe7, 0x94, 0xf5, 0xd7, 0x30, 0xa1, 0x79, 0xd8, 0x0a, 0xc9, 0x13, 0x5a, 0x78 } } }; static const struct cckprng_op_generate op_init_4578 = { .hd = { .id = 4324, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x20, 0x7d, 0xbf, 0x2a, 0x5f, 0xb9, 0x5f, 0xbb, 0xd1, 0x75, 0xc7, 0xde, 0x76, 0x4e, 0x0a, 0x60, 0x64, 0x5f, 0x9b, 0xbc, 0x16, 0x33, 0x73, 0x5c, 0xc9, 0x2d, 0x44, 0xca, 0x4b, 0x1c, 0x71, 0x5c, 0x23, 0x3d, 0x3b, 0x80, 0x05, 0x67, 0xe4, 0x18, 0x6d, 0xae, 0x18, 0x25, 0xb0, 0x10, 0x6a, 0x34, 0xc8, 0xa2, 0xee, 0x91, 0xef, 0x2d, 0xc3, 0x11, 0x32, 0x9e, 0xee, 0x8a, 0x8e, 0x08, 0x69, 0x1d, 0x0f, 0x1b, 0x1f, 0xb5, 0xcd, 0xb2, 0xb6, 0x99, 0x84, 0x0a, 0x80, 0xd9, 0xeb, 0x34, 0xbc, 0xcc, 0x02, 0x12, 0x8f, 0x8a, 0x0b, 0x42, 0x2b, 0x84, 0x76, 0x14, 0x0c, 0x39, 0x0b, 0x0f, 0xee, 0x12, 0x1e, 0xdd, 0xbb, 0x85, 0xce, 0xda, 0x2b, 0x60, 0xbd, 0x87, 0x91, 0xe6, 0x5d, 0x52, 0x95, 0x3a, 0x44, 0x5d, 0xa3, 0x1b, 0xee, 0x88 } } }; static const struct cckprng_op_reseed op_reseed_4579 = { .hd = { .id = 4325, .kind = OP_RESEED }, .nonce = 1088505901427327818ULL, .seed_nbytes = 233, .seed = { 0xe5, 0x1b, 0x25, 0xd6, 0x62, 0x69, 0x15, 0x1c, 0x66, 0x0c, 0xd6, 0x36, 0x07, 0xcd, 0xdb, 0x2c, 0xf8, 0x39, 0x42, 0xf6, 0x07, 0x40, 0x3b, 0x51, 0x60, 0xa9, 0x26, 0x98, 0xbb, 0x1c, 0x21, 0x8d, 0x4b, 0x21, 0xb7, 0x90, 0x6f, 0xc7, 0x45, 0x65, 0x0d, 0x53, 0xeb, 0x07, 0xac, 0x66, 0xba, 0xbc, 0x82, 0x6c, 0x28, 0xb9, 0x02, 0x1f, 0xd3, 0x58, 0xbd, 0xf4, 0x53, 0xca, 0xfb, 0xe2, 0x37, 0xb6, 0xdf, 0x96, 0xf9, 0x20, 0x24, 0xcb, 0xb6, 0x17, 0x00, 0xbf, 0x9e, 0xe1, 0xf3, 0xa3, 0xfa, 0xb9, 0x56, 0x1f, 0x50, 0x9e, 0xf3, 0xd8, 0xf4, 0xc3, 0x29, 0x9f, 0x88, 0x44, 0xb9, 0x7d, 0x7e, 0xae, 0x2f, 0x66, 0xad, 0xb4, 0x1e, 0xfe, 0x87, 0xad, 0x8c, 0x83, 0x1c, 0xc1, 0xf5, 0xf9, 0x4c, 0x9e, 0xfe, 0xd8, 0xef, 0x61, 0x60, 0x0f, 0x2d, 0xf9, 0xe2, 0x21, 0x33, 0xfa, 0x67, 0x6e, 0x08, 0x61, 0x50, 0xbd, 0x83, 0x9f, 0x8b, 0xb3, 0x5b, 0x7b, 0x86, 0x02, 0x51, 0x9b, 0xd1, 0x53, 0x1b, 0x14, 0xd1, 0xd0, 0xbe, 0xa2, 0xbe, 0x92, 0x7d, 0x87, 0xfb, 0x6e, 0x52, 0x60, 0xe3, 0x30, 0x5e, 0xc3, 0xac, 0xad, 0x70, 0x9b, 0x62, 0xc9, 0x96, 0x12, 0x86, 0x1f, 0xb4, 0x79, 0x94, 0x0d, 0xbc, 0xa4, 0x76, 0xad, 0x79, 0xc3, 0x72, 0xfb, 0x65, 0xc3, 0xaa, 0x17, 0x53, 0x6d, 0x37, 0x3a, 0xed, 0x73, 0x86, 0x44, 0x7d, 0xec, 0xf1, 0x80, 0x96, 0xa2, 0xd0, 0x1d, 0x82, 0xc9, 0xae, 0x71, 0x4b, 0x0d, 0x87, 0x19, 0x9c, 0xaf, 0x36, 0x8e, 0x6b, 0xea, 0x92, 0x5d, 0x1c, 0x6e, 0x4d, 0xb9, 0x06, 0xed, 0xcd, 0xda, 0xa7, 0xb5, 0x50, 0x1c, 0xa4, 0x30, 0x1a } }; static const struct cckprng_op_refresh op_refresh_4580 = { .hd = { .id = 4326, .kind = OP_REFRESH }, .rand = 16883230232948994149ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4581 = { .hd = { .id = 4327, .kind = OP_REFRESH }, .rand = 3997340377044553051ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4582 = { .hd = { .id = 4328, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0x27, 0x55, 0x92, 0x96, 0xd2, 0x04, 0x7a, 0xbe, 0x98, 0x96, 0x1f, 0xa9, 0xa5, 0xdb, 0x1f, 0xb1, 0xcb, 0x2e, 0x2e, 0x52, 0x51, 0x7b, 0xf8, 0x11, 0xe5, 0xbe, 0x8a, 0x61, 0xd1, 0xb9, 0xcf, 0x01, 0x39, 0x8f, 0xc0, 0xa0, 0x9c, 0xb7, 0xb6, 0x41, 0xd0, 0x6a, 0x74, 0xf9, 0x35, 0x54, 0xb6, 0x9e, 0xa6, 0x71, 0xf3, 0x7c, 0x0d, 0x92, 0x83, 0xac, 0xd2, 0x67, 0x04, 0x73, 0x79, 0x99, 0xf5, 0x80, 0xfb, 0x24, 0x7a, 0x0f, 0xd5, 0x67, 0x86, 0xe5, 0xb2, 0x1d, 0x30, 0x04, 0xdf, 0x21, 0x36, 0x4e, 0x67, 0x1a, 0xab, 0xe5, 0xc9, 0xbf, 0xad, 0x19, 0xe9, 0x5c, 0x07, 0xe2, 0x38, 0xe0, 0x54, 0x35, 0xbf, 0x7c, 0x29, 0xa7, 0x5b, 0x01, 0x48, 0x66, 0x10, 0x01, 0xd2, 0x6a, 0x01, 0x16, 0x7d, 0x1d, 0x3b, 0x21, 0x5c, 0x1d, 0x43, 0xf3, 0xaa, 0x09, 0x9b, 0xa6, 0x41, 0x5f, 0x95, 0x2c, 0xf3, 0x15, 0x77, 0x80, 0xed, 0x51, 0xf8, 0xed, 0xe6, 0x49 } } }; static const struct cckprng_op_refresh op_refresh_4583 = { .hd = { .id = 4329, .kind = OP_REFRESH }, .rand = 10748732058219964521ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4584 = { .hd = { .id = 4330, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0x3a, 0xd5, 0x67, 0x22, 0xaa, 0xb2, 0xd0, 0xb4, 0x02, 0xfe, 0xc4, 0xd4, 0x95, 0x27, 0xd2, 0x38, 0xd8, 0xdd, 0x98, 0x13, 0xe6, 0x8c, 0x8b, 0xe3, 0xed, 0x35, 0x2b, 0x76, 0x76, 0xd7, 0x86, 0x17, 0x43, 0x3c, 0x26, 0x82, 0x4f, 0x9b, 0xa8, 0xff, 0x8f, 0x0d, 0x9d, 0x8c, 0xc2, 0x98, 0x3b, 0x09, 0x88, 0x81, 0x84, 0x52, 0xe4, 0x3d, 0x81, 0x5a, 0xef, 0x06, 0xcb, 0xfe, 0x58, 0x55, 0x93, 0xde, 0xae, 0x4c, 0x5c, 0x15, 0x2e, 0x4b, 0xd2, 0xed, 0x76, 0xe1, 0x80, 0x6d, 0x63, 0x2d, 0x80, 0x65, 0x5a, 0x57, 0xab, 0x9e, 0x41, 0x65, 0x56, 0xa8, 0x4b, 0xe8, 0x49, 0x5b, 0xf9, 0x8d, 0xa7, 0xa1, 0x01, 0xa3, 0x67, 0x6b, 0xe7, 0x1e, 0x1c, 0x1e, 0x36, 0x0f, 0x37, 0x0f, 0x9c, 0x24, 0x55, 0x3e, 0x76, 0x7a, 0xb0, 0x6e, 0xb3, 0xca, 0xca, 0xda, 0x96, 0xb0, 0xa1, 0x95, 0xc5, 0x0e, 0x23, 0x41, 0xfb, 0x2f, 0x19, 0x33, 0xb6, 0x8b, 0xb7, 0x94, 0x5f, 0x3b, 0x5e, 0xd1, 0xdf, 0x01, 0x02, 0x37, 0xe6, 0x94, 0x10, 0x36, 0xab } } }; static const struct cckprng_op_reseed op_reseed_4585 = { .hd = { .id = 4331, .kind = OP_RESEED }, .nonce = 3720469332894303235ULL, .seed_nbytes = 99, .seed = { 0xe9, 0x64, 0xc2, 0x2b, 0x3e, 0x9d, 0x1f, 0xf0, 0x62, 0x1d, 0x07, 0x6d, 0xec, 0x72, 0x37, 0xb8, 0x31, 0x56, 0x21, 0xbd, 0x83, 0xe0, 0xe5, 0xb6, 0x62, 0xc3, 0xc8, 0xec, 0xbd, 0x33, 0x50, 0xa2, 0x4e, 0x6b, 0x3e, 0x56, 0xc8, 0xa1, 0x98, 0xcf, 0xe4, 0x50, 0x35, 0x86, 0x40, 0xa0, 0x87, 0xb7, 0xae, 0x2e, 0x47, 0xd1, 0xae, 0xae, 0x7d, 0xd5, 0x04, 0xd6, 0x44, 0x3c, 0xec, 0x60, 0xfd, 0xd4, 0x09, 0x9a, 0x9a, 0x29, 0xd9, 0xdc, 0x73, 0xa1, 0x5c, 0xd2, 0x3f, 0xa2, 0x24, 0x76, 0xbd, 0x16, 0x68, 0xd1, 0xb6, 0x44, 0x7e, 0x36, 0x22, 0x84, 0xfc, 0xb4, 0x94, 0xd8, 0xc4, 0x87, 0x0b, 0x39, 0xf8, 0x59, 0xaa } }; static const struct cckprng_op_refresh op_refresh_4586 = { .hd = { .id = 4332, .kind = OP_REFRESH }, .rand = 1053632430003363259ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4587 = { .hd = { .id = 4333, .kind = OP_REFRESH }, .rand = 5859526794821432780ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4588 = { .hd = { .id = 4334, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0x4e, 0x02, 0xfa, 0x3c, 0xf0, 0xee, 0xcd, 0x72, 0xa3, 0x16, 0xa0, 0x7c, 0x5a, 0xd3, 0x2d, 0xf7, 0x54, 0x86, 0x30, 0xa8, 0xb7, 0x78, 0x9a } } }; static const struct cckprng_op *ops_4589[] = { (const struct cckprng_op *)&op_init_4573, (const struct cckprng_op *)&op_init_4574, (const struct cckprng_op *)&op_refresh_4575, (const struct cckprng_op *)&op_refresh_4576, (const struct cckprng_op *)&op_init_4577, (const struct cckprng_op *)&op_init_4578, (const struct cckprng_op *)&op_reseed_4579, (const struct cckprng_op *)&op_refresh_4580, (const struct cckprng_op *)&op_refresh_4581, (const struct cckprng_op *)&op_init_4582, (const struct cckprng_op *)&op_refresh_4583, (const struct cckprng_op *)&op_init_4584, (const struct cckprng_op *)&op_reseed_4585, (const struct cckprng_op *)&op_refresh_4586, (const struct cckprng_op *)&op_refresh_4587, (const struct cckprng_op *)&op_init_4588 }; static const struct cckprng_vector vec_4590 = { .id = 4335, .note = NULL, .nops = 16, .ops = ops_4589 }; static const struct cckprng_op_init op_init_4591 = { .hd = { .id = 4336, .kind = OP_INIT }, .seed = { 0x7e, 0x97, 0x5d, 0x77, 0xe5, 0xd3, 0xb3, 0x8b, 0x82, 0xd5, 0x72, 0x45, 0x15, 0x6e, 0x64, 0x56, 0xc8, 0x39, 0xae, 0xf4, 0x03, 0x45, 0xbe, 0xb6, 0xc4, 0x2a, 0xe5, 0xc9, 0x97, 0x65, 0xe5, 0xfe }, .nonce = { 0x72, 0x60, 0x9e, 0x5e, 0x6b, 0x53, 0xa4, 0x9a }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4592 = { .hd = { .id = 4337, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0x29, 0x78, 0x4e, 0xe8, 0x22, 0x83, 0xb4, 0xce, 0x8a, 0x1c, 0x9c, 0xab, 0x27, 0x58, 0x2c, 0x14, 0x4a, 0x5b, 0xeb, 0xe5, 0xfb, 0x32, 0x81, 0x3c, 0x06, 0xc7, 0x97, 0x1e, 0x34, 0x2f, 0x59, 0x21, 0xad, 0xf6, 0x70, 0xf9, 0x42, 0x38, 0x8c, 0x3d, 0x40, 0x79, 0x74, 0xb4, 0xda, 0x5f, 0x21, 0xa6, 0x71, 0x1d, 0x99, 0xa6, 0x94, 0x29, 0x90, 0x0a, 0x7e, 0x2c, 0x55, 0x4f, 0xd8, 0x9e, 0x13, 0x78, 0xb0, 0x9a, 0x91, 0x72, 0xa1, 0x05, 0xdf, 0x1a, 0x1b, 0xc7, 0x5f, 0xb5, 0x54, 0xc9, 0x1c, 0xd5, 0x6e, 0x05, 0x7c, 0xb7, 0x3e, 0x49, 0x9e, 0xeb, 0xd6, 0xee, 0xd2, 0xcc, 0x08, 0x56, 0xd4, 0xf1, 0xc1, 0x6f, 0x4b, 0x7c, 0xee, 0x75, 0x7b, 0x18, 0x53, 0x50, 0x6f, 0x16, 0x91, 0xea, 0xd4, 0x0c, 0x7d, 0xfe, 0x03, 0x94, 0xea, 0xf2, 0x91, 0x9d, 0xd5, 0xa2, 0xf8, 0xf2, 0xe6, 0xae, 0x74, 0xb2, 0x8e, 0x5f, 0x6e, 0xea, 0xe7, 0x16, 0x90, 0x74, 0x40, 0x36, 0xe2, 0x67, 0xbe, 0xd1, 0xa8, 0xfc, 0x2b, 0xeb, 0xda, 0x6e, 0xe7, 0xfb, 0x87, 0x83, 0x27, 0xd0, 0x56, 0x96, 0x18, 0x04, 0x07, 0x02, 0xe5, 0x67, 0x3b, 0x9c, 0x92, 0x9d, 0x57, 0x60, 0x42, 0xc9, 0x17, 0x76, 0x18, 0x4e, 0xa3, 0xc6 } } }; static const struct cckprng_op_refresh op_refresh_4593 = { .hd = { .id = 4338, .kind = OP_REFRESH }, .rand = 5770028440705646891ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4594 = { .hd = { .id = 4339, .kind = OP_RESEED }, .nonce = 9354085744602467180ULL, .seed_nbytes = 273, .seed = { 0x4e, 0xbd, 0xf5, 0x99, 0xaa, 0x66, 0x66, 0xac, 0x8e, 0x4e, 0x95, 0xb8, 0x63, 0x57, 0x83, 0x79, 0xdb, 0x9d, 0x3b, 0xee, 0xd6, 0x9f, 0x6e, 0xdc, 0x04, 0x05, 0xa8, 0x18, 0xc4, 0x37, 0x91, 0xb1, 0x79, 0x81, 0xae, 0x6e, 0x19, 0x03, 0xb6, 0x40, 0x71, 0x57, 0x8c, 0x0b, 0x00, 0xee, 0x5f, 0x37, 0xb5, 0x0d, 0xd2, 0x3e, 0x38, 0x9d, 0x63, 0x28, 0x09, 0xc3, 0xbf, 0x6b, 0xda, 0xa3, 0xab, 0x67, 0xc6, 0xef, 0x0e, 0xb5, 0x1e, 0x14, 0x30, 0x84, 0x02, 0xa5, 0xb2, 0x30, 0x7d, 0x85, 0x17, 0x57, 0x4e, 0xa1, 0xfe, 0xae, 0x43, 0x16, 0x3e, 0x9a, 0x3b, 0x58, 0x3b, 0xee, 0x63, 0xee, 0x97, 0x85, 0x9d, 0x2f, 0x47, 0x08, 0x92, 0x51, 0x1b, 0x1d, 0x60, 0xa4, 0x83, 0xa5, 0xc6, 0x82, 0x94, 0xf1, 0x3b, 0x2f, 0xd5, 0xf3, 0x61, 0xe6, 0x2a, 0xdf, 0xe8, 0xcd, 0xd0, 0x94, 0x4f, 0x7a, 0xf8, 0x44, 0x91, 0xb6, 0x0c, 0x8f, 0x60, 0x83, 0x4f, 0x7e, 0xcb, 0xc3, 0x59, 0x3b, 0x06, 0xb2, 0xd9, 0xa3, 0x38, 0xdf, 0x28, 0x73, 0x4d, 0xfb, 0x13, 0x07, 0x2f, 0xc0, 0x88, 0x53, 0xe1, 0x64, 0x76, 0x36, 0x5b, 0xbb, 0x2a, 0x10, 0x18, 0x38, 0x17, 0x2c, 0x10, 0x69, 0x5f, 0x52, 0xb6, 0xc7, 0xc4, 0x75, 0x29, 0xe8, 0x31, 0x93, 0x3c, 0xa0, 0xbc, 0xe3, 0xf9, 0x56, 0xe6, 0xf7, 0x85, 0x90, 0x9b, 0x5d, 0x73, 0x51, 0x4f, 0x10, 0x0b, 0x2e, 0x58, 0x66, 0x1f, 0x8b, 0x0d, 0x2b, 0x19, 0xff, 0xd8, 0x84, 0x9a, 0xa1, 0xbc, 0x20, 0x48, 0x32, 0x2f, 0x42, 0x30, 0x71, 0xcf, 0xd0, 0xcf, 0xd8, 0xb4, 0x8c, 0xc6, 0xaf, 0x5e, 0x63, 0xf9, 0x26, 0x90, 0xc5, 0x56, 0x12, 0x14, 0x13, 0xc2, 0x57, 0x95, 0x6a, 0xdd, 0x7a, 0x80, 0x56, 0xae, 0xb1, 0xbd, 0x48, 0x51, 0x99, 0x3a, 0x95, 0x6c, 0x1a, 0x90, 0x05, 0x2f, 0xc6, 0xf6, 0x6d, 0xb2, 0xf9, 0x5d, 0x91, 0x92, 0x72, 0xf4, 0x64, 0xfe, 0x93, 0xbf, 0xeb, 0xc6 } }; static const struct cckprng_op_refresh op_refresh_4595 = { .hd = { .id = 4340, .kind = OP_REFRESH }, .rand = 13268552654535838627ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4596 = { .hd = { .id = 4341, .kind = OP_RESEED }, .nonce = 8225524073182497478ULL, .seed_nbytes = 227, .seed = { 0x7e, 0x75, 0x47, 0x27, 0x6f, 0x9b, 0x99, 0x03, 0xb6, 0x78, 0xd3, 0xa1, 0x05, 0x3b, 0x1b, 0xd4, 0x60, 0xf2, 0x0a, 0x64, 0x54, 0x0e, 0xbf, 0x6b, 0x25, 0x23, 0x4f, 0xcf, 0xd3, 0x83, 0x98, 0x50, 0x28, 0xc2, 0x20, 0x7d, 0xda, 0xc8, 0x5b, 0xa1, 0x6a, 0x79, 0xe9, 0xa2, 0xdf, 0x31, 0x89, 0x1d, 0x04, 0x10, 0x4b, 0x30, 0xab, 0xff, 0x4a, 0x43, 0x36, 0x1e, 0xc1, 0xe3, 0x45, 0x92, 0xf5, 0xdf, 0x57, 0xf3, 0x9d, 0xb9, 0xfb, 0x71, 0xbc, 0xda, 0xb8, 0x73, 0x66, 0x85, 0x31, 0x06, 0x71, 0x90, 0x90, 0x9c, 0x0a, 0x85, 0x65, 0xd4, 0x0f, 0x99, 0xe5, 0x3a, 0x8f, 0xb7, 0x9c, 0x5b, 0x07, 0xc3, 0xf9, 0x37, 0x43, 0x19, 0x6c, 0x30, 0x91, 0x84, 0x5f, 0x21, 0xfd, 0x50, 0x65, 0xad, 0xfe, 0x43, 0xe2, 0xe5, 0x8b, 0xc2, 0x14, 0x5c, 0x72, 0x66, 0x8d, 0x58, 0xda, 0xcf, 0xb7, 0x33, 0x40, 0x18, 0x62, 0x8a, 0xf2, 0xed, 0x66, 0x2f, 0x9c, 0xfe, 0x36, 0x8d, 0xf4, 0x35, 0x32, 0x11, 0x8a, 0x62, 0xfa, 0xf5, 0xa0, 0x0f, 0x00, 0x09, 0x54, 0x15, 0xaa, 0xf8, 0x0a, 0x56, 0x44, 0xa2, 0xed, 0x7d, 0x7e, 0x38, 0xc5, 0xc3, 0xb6, 0x27, 0xbf, 0xc5, 0x8f, 0xaa, 0xd7, 0x23, 0x92, 0x8b, 0x90, 0x72, 0x6e, 0x08, 0xd6, 0xbc, 0xef, 0x92, 0x16, 0x0c, 0xff, 0x95, 0x67, 0xa6, 0x75, 0xef, 0x62, 0xf5, 0x92, 0x4a, 0x03, 0xad, 0xb8, 0x25, 0x3f, 0x3b, 0x29, 0xb5, 0x95, 0xc1, 0x51, 0xc2, 0xe0, 0xc4, 0x80, 0x12, 0xe9, 0x8b, 0x2a, 0xb1, 0xf2, 0xc3, 0xc3, 0xac, 0x58, 0xec, 0xdf, 0xb4, 0x3e, 0x43, 0x5f, 0xed, 0xff } }; static const struct cckprng_op_reseed op_reseed_4597 = { .hd = { .id = 4342, .kind = OP_RESEED }, .nonce = 16954301119638374848ULL, .seed_nbytes = 138, .seed = { 0xf2, 0x16, 0xe0, 0xc9, 0x3d, 0xd4, 0xf5, 0x1b, 0xb7, 0x60, 0xaa, 0x0c, 0x45, 0x6f, 0xf1, 0x43, 0x47, 0xa1, 0x6f, 0x97, 0xc9, 0x29, 0x7d, 0x73, 0xd8, 0xd5, 0x12, 0x1c, 0x3f, 0x10, 0x31, 0x36, 0x96, 0x37, 0x60, 0xd6, 0x12, 0xa6, 0x72, 0x00, 0xe0, 0xfe, 0x3a, 0x9b, 0x3b, 0xc7, 0x3d, 0xc3, 0x7f, 0xbf, 0x03, 0x94, 0x35, 0x3e, 0x64, 0xc6, 0xf9, 0x36, 0x77, 0xb5, 0xc7, 0xaf, 0xe1, 0x63, 0x25, 0x51, 0xb9, 0xba, 0x77, 0x65, 0x5c, 0x2c, 0xfd, 0x5b, 0x1e, 0x86, 0x69, 0xcb, 0xf4, 0x8d, 0xad, 0x2a, 0x5b, 0xb2, 0xbf, 0x6e, 0xa2, 0x33, 0x8e, 0xb0, 0x74, 0x1d, 0x07, 0x57, 0x45, 0x6e, 0x59, 0xe5, 0xda, 0xa6, 0xce, 0x49, 0x54, 0x0c, 0x14, 0xc5, 0x0a, 0x30, 0xad, 0xf1, 0xbd, 0xef, 0x26, 0xd8, 0x7f, 0x24, 0x6c, 0x6e, 0xfa, 0x1b, 0xa9, 0xf3, 0x9c, 0xad, 0x82, 0xab, 0x46, 0xec, 0x88, 0xe8, 0xee, 0x7a, 0x8b, 0x4e, 0x01, 0x88, 0xf1, 0x01 } }; static const struct cckprng_op_reseed op_reseed_4598 = { .hd = { .id = 4343, .kind = OP_RESEED }, .nonce = 486207212718227186ULL, .seed_nbytes = 90, .seed = { 0x93, 0x8e, 0x31, 0x2b, 0x6c, 0x42, 0xe1, 0x39, 0xe5, 0xc1, 0xeb, 0xce, 0xc2, 0x7e, 0xf3, 0x55, 0x7d, 0x39, 0x4e, 0x96, 0xee, 0xb1, 0x67, 0x51, 0xd2, 0xc5, 0x7d, 0xca, 0xf6, 0xae, 0x13, 0x37, 0xf9, 0x71, 0x13, 0x56, 0x7f, 0x81, 0x27, 0x6b, 0xc9, 0xb5, 0x1a, 0xd9, 0xe1, 0x9e, 0xb3, 0x0b, 0x94, 0x3c, 0x86, 0x3c, 0x61, 0x99, 0xa9, 0x5f, 0xe6, 0xbb, 0xa0, 0x39, 0x01, 0x11, 0xce, 0x6e, 0x20, 0xe4, 0xb7, 0xf8, 0x56, 0xa2, 0x02, 0x91, 0xcc, 0x92, 0x23, 0x4f, 0xe9, 0x9d, 0xc3, 0x08, 0x52, 0x35, 0x37, 0x99, 0x4f, 0x1e, 0xe2, 0x1c, 0x4c, 0x78 } }; static const struct cckprng_op_generate op_init_4599 = { .hd = { .id = 4344, .kind = OP_GENERATE }, .rand_nbytes = 235, .out = { .rand = { 0x07, 0xdd, 0x64, 0x1a, 0x43, 0xaa, 0xba, 0xdf, 0x24, 0x43, 0xea, 0xc3, 0x23, 0x4a, 0x12, 0x0f, 0xca, 0x1d, 0x52, 0xf8, 0x80, 0xe6, 0x5a, 0x05, 0x0c, 0xd2, 0xdf, 0x65, 0x00, 0x5d, 0x3e, 0x88, 0xfb, 0xce, 0xc8, 0xee, 0x2c, 0x80, 0x46, 0xe6, 0x05, 0x6d, 0xa3, 0xd1, 0xf8, 0x83, 0x6c, 0x4a, 0xa6, 0x6d, 0xa1, 0x04, 0xb6, 0x44, 0x8e, 0xc9, 0xbe, 0x44, 0x58, 0x1e, 0xbb, 0xfe, 0x57, 0xaf, 0x0d, 0xd3, 0xdf, 0xe2, 0x23, 0x58, 0xf3, 0x36, 0x81, 0x89, 0x8b, 0xce, 0x26, 0x65, 0x94, 0x47, 0x01, 0xc7, 0x54, 0xdc, 0xe3, 0xbd, 0xa9, 0x29, 0x86, 0xff, 0x6e, 0x35, 0x91, 0x2f, 0x29, 0x5f, 0xec, 0x40, 0xf3, 0x73, 0x70, 0xdf, 0xa0, 0x71, 0xd2, 0x7c, 0xa8, 0x8c, 0x3a, 0x01, 0x93, 0x4e, 0xcf, 0xda, 0x66, 0x44, 0xcb, 0x9d, 0x06, 0x34, 0x7d, 0x7f, 0x65, 0xcb, 0xa4, 0xb7, 0x3e, 0x70, 0x77, 0x05, 0x5f, 0x8f, 0x1e, 0xf3, 0x97, 0xda, 0x98, 0xdb, 0xa3, 0xc1, 0xed, 0x60, 0xf5, 0xb9, 0xf7, 0xb1, 0x31, 0xf3, 0xf5, 0x80, 0x35, 0x3b, 0xe0, 0xdf, 0x4a, 0xaa, 0x9c, 0x8b, 0x79, 0x5f, 0x37, 0xce, 0x3a, 0xc2, 0x51, 0xdc, 0xcd, 0x9d, 0x8a, 0x3c, 0x21, 0xad, 0x6c, 0x13, 0x4f, 0x4d, 0xb7, 0x4c, 0x0e, 0xf9, 0x3e, 0x2e, 0xae, 0x8a, 0x95, 0x54, 0x90, 0x52, 0xd1, 0x55, 0xa6, 0xbb, 0xf4, 0x5e, 0x7c, 0xd9, 0x07, 0x32, 0xaf, 0x48, 0x71, 0xae, 0x21, 0x6e, 0xa6, 0x53, 0x1b, 0xdb, 0x79, 0x16, 0x16, 0x8c, 0x13, 0x6a, 0xd6, 0x0e, 0xec, 0xc8, 0xd8, 0xa8, 0xfc, 0xcf, 0xca, 0xd0, 0xa1, 0xf9, 0xf6, 0x92, 0xa9, 0xba, 0x53, 0xb6, 0xa0, 0x66, 0x89 } } }; static const struct cckprng_op_refresh op_refresh_4600 = { .hd = { .id = 4345, .kind = OP_REFRESH }, .rand = 8447389706596555741ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4601 = { .hd = { .id = 4346, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0x05, 0x2e, 0x91, 0xf6, 0x3a, 0xd8, 0x30, 0xea, 0x13, 0x76, 0xa0, 0x21, 0x86, 0x48, 0xc6, 0x0d, 0x4c, 0xdf, 0xac, 0x3e, 0x24, 0x0e, 0x1d, 0x10, 0x26, 0xa7, 0xe8, 0x8f, 0xfc, 0x1f, 0xc8, 0xc3, 0xff, 0xc1, 0x37, 0x8a, 0x5e, 0x0a, 0xbd, 0x67, 0x73, 0x1a, 0x84, 0x87, 0xdb, 0x23, 0x4f, 0x0e, 0x83, 0xa6, 0x98, 0x14, 0x95, 0xc2, 0x41, 0xce, 0x77, 0x10, 0x8d, 0x51, 0xa8, 0x3f, 0x8e, 0xfe, 0x08, 0x2d, 0x55, 0xdd, 0xe6, 0x92, 0x7a, 0x95, 0x9f, 0x7d, 0x97, 0x11, 0x1b, 0x65, 0x11, 0xe1, 0xdd, 0x83, 0x8a, 0x92, 0xc8, 0xa8, 0x54, 0xef, 0x39, 0x1f, 0x2c, 0xd2, 0x88, 0x58, 0x1e, 0x8f, 0x73, 0xbe, 0x4d, 0x5e, 0xa0, 0x51, 0x05, 0xf7, 0x14, 0x47, 0xae, 0xcc, 0x28, 0xa2, 0xbf, 0x8d, 0xd2, 0x0c, 0x7b, 0x6c, 0x27, 0x79, 0xa3, 0x19, 0x1e, 0x60, 0x70, 0xc7, 0xd7, 0x9d, 0x9b, 0x86, 0x1e, 0x5c, 0xa3, 0x3d, 0xcb, 0x94, 0x3c, 0xd7 } } }; static const struct cckprng_op_generate op_init_4602 = { .hd = { .id = 4347, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0x73, 0x56, 0xba, 0x51, 0x4b, 0x35, 0x00, 0xfc, 0x5d, 0xed, 0x4c, 0x43, 0xec, 0x02, 0xa7, 0xc4, 0x2f, 0x99, 0xa9, 0xc7, 0x5c, 0x23, 0x1d, 0x98, 0x76, 0x6d, 0x9e, 0x7f, 0x39, 0x15, 0x49, 0x77, 0x09, 0xca, 0x40, 0xc5, 0x83, 0xfb, 0x9d, 0x85, 0x45, 0xa0, 0xec, 0x2d, 0x98, 0x1c, 0xee, 0xd9, 0x15, 0xce, 0xd3, 0x9f, 0xae, 0x51, 0x9f, 0xe7, 0x63, 0xbd, 0xa0, 0xba, 0x5c, 0x4f, 0x4b, 0x93, 0x6f, 0x94, 0x8a, 0xec, 0x18, 0xfe, 0xf0, 0x07, 0xb4, 0x64, 0x6c, 0x47, 0x17, 0x59, 0xce, 0x2b, 0x14, 0xb5, 0xa3, 0xa3, 0x94, 0x91, 0x09, 0x21, 0xfb, 0xb0, 0xe8, 0xb0, 0x64, 0x78, 0xe4, 0xea, 0xba, 0x4f, 0x66, 0x53, 0x31, 0x57, 0x25, 0x25, 0x30, 0x9b, 0x3b, 0xee, 0xee, 0x6e, 0xdd, 0xc3, 0x38, 0xe6, 0x37, 0xd9, 0x5d, 0x72, 0xb0, 0x5d, 0xaf, 0xdb, 0xf8, 0xa5, 0xd3, 0x87, 0xdf, 0xd9, 0xf9, 0xea, 0xf1, 0xeb, 0xc5, 0xb0, 0x41, 0xdf, 0x3f, 0x8f, 0xe8, 0xe0, 0x60, 0x0a, 0x7c, 0x14, 0x3f, 0x4b, 0x47, 0x5e, 0x43, 0x6c, 0xfb, 0x3f, 0x78, 0x93, 0xd3, 0x29, 0xd0, 0xb9, 0x90, 0x08, 0x08, 0x45, 0x0f, 0x23, 0x70, 0x4d, 0xd2, 0x80, 0x28, 0x11, 0xcc, 0x5f, 0xfe, 0xa9, 0xc8, 0xf6, 0xd8, 0x3c, 0xe8, 0xfb, 0xb6, 0x69, 0x4c, 0xf7, 0x85, 0x23, 0x5d, 0x9b, 0x5a, 0x5b, 0x54, 0x2c, 0x3b, 0xe3, 0xc2, 0xdf, 0xe9, 0xb7, 0xd8, 0x62, 0x1b, 0x37, 0x98, 0x64, 0xd6, 0xd1, 0x71, 0x53, 0x28, 0x0f, 0xe2, 0x64, 0x19, 0xbc, 0xea, 0x8d, 0x89, 0x4b, 0xe0, 0x5d, 0x72, 0xa8, 0x03, 0xa3 } } }; static const struct cckprng_op_refresh op_refresh_4603 = { .hd = { .id = 4348, .kind = OP_REFRESH }, .rand = 16334303058304568243ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4604 = { .hd = { .id = 4349, .kind = OP_GENERATE }, .rand_nbytes = 52, .out = { .rand = { 0xf2, 0x77, 0x87, 0xb4, 0xc8, 0x0d, 0x38, 0x94, 0x9e, 0xca, 0x1d, 0xb0, 0x55, 0x38, 0xa7, 0xec, 0x8b, 0x2e, 0x06, 0xd7, 0x0b, 0xc7, 0x6f, 0x99, 0x10, 0xec, 0xa8, 0x81, 0xb4, 0xa3, 0x13, 0x93, 0x22, 0xfa, 0xde, 0xf3, 0x55, 0x00, 0x49, 0x9d, 0x17, 0xd6, 0x71, 0xb6, 0xa9, 0x7c, 0xfb, 0xa6, 0xfe, 0x41, 0x32, 0x10 } } }; static const struct cckprng_op_reseed op_reseed_4605 = { .hd = { .id = 4350, .kind = OP_RESEED }, .nonce = 14326263542640875498ULL, .seed_nbytes = 36, .seed = { 0x17, 0x16, 0x8a, 0x84, 0x0f, 0x90, 0x98, 0xb4, 0xe4, 0x63, 0xd7, 0x6b, 0xde, 0x2f, 0x09, 0x19, 0xae, 0x1f, 0x98, 0xaf, 0xca, 0xa4, 0x6b, 0x42, 0x60, 0x00, 0xfb, 0x6d, 0x33, 0x64, 0x57, 0x79, 0xb8, 0x2a, 0x69, 0x89 } }; static const struct cckprng_op_reseed op_reseed_4606 = { .hd = { .id = 4351, .kind = OP_RESEED }, .nonce = 2308292559557714163ULL, .seed_nbytes = 274, .seed = { 0xc8, 0x4d, 0x32, 0x86, 0x8c, 0x69, 0x5d, 0xd1, 0xde, 0x6e, 0x62, 0xea, 0x1a, 0x82, 0xc3, 0x02, 0x2e, 0xe2, 0x48, 0x97, 0x17, 0xc9, 0x32, 0xfc, 0x85, 0xbe, 0xf4, 0x95, 0x4a, 0x6f, 0x34, 0xe3, 0x03, 0x0c, 0xdb, 0xec, 0x77, 0x04, 0x54, 0x31, 0xc7, 0xe8, 0xa3, 0x6b, 0xb1, 0x1e, 0x42, 0x5f, 0xba, 0xc8, 0x41, 0xc9, 0x6a, 0x5e, 0x76, 0xfa, 0xca, 0xbf, 0x2c, 0x19, 0xcf, 0x8a, 0x01, 0xdd, 0xad, 0x4f, 0x94, 0xf7, 0xfe, 0x54, 0x28, 0xf0, 0xe3, 0x0b, 0x0d, 0x2f, 0x97, 0xf5, 0x75, 0x7e, 0xfe, 0xa2, 0xfd, 0xa9, 0x06, 0xf9, 0x50, 0xf6, 0x91, 0x09, 0x69, 0xce, 0x7d, 0x6c, 0x38, 0x17, 0x20, 0xba, 0xc8, 0x98, 0xf0, 0x02, 0x55, 0xc3, 0x6f, 0x93, 0x45, 0x8c, 0x1c, 0x70, 0xf6, 0x9e, 0x71, 0x79, 0x0f, 0x6c, 0x5e, 0x82, 0x61, 0x8c, 0x4d, 0xfe, 0xa8, 0xc5, 0x89, 0xdb, 0x73, 0xda, 0x92, 0xe8, 0x5e, 0xca, 0x0c, 0x61, 0x0f, 0x32, 0x72, 0x66, 0xce, 0x03, 0x79, 0x90, 0x3d, 0x9e, 0x0c, 0x1f, 0x4a, 0x34, 0x54, 0x24, 0x89, 0xba, 0x2a, 0xe1, 0xc6, 0x7f, 0xe6, 0xa7, 0x7f, 0xf9, 0xd1, 0xf4, 0x7e, 0x83, 0x86, 0x17, 0x0e, 0x64, 0x91, 0xde, 0xaf, 0x96, 0x4c, 0x6e, 0xe7, 0x9e, 0x76, 0xc9, 0xa9, 0x50, 0x2f, 0x97, 0x1e, 0x09, 0x37, 0x67, 0x83, 0xbe, 0x46, 0xfc, 0x7a, 0x3d, 0xf3, 0x84, 0xe3, 0xb9, 0x5e, 0xaf, 0xa6, 0x29, 0x73, 0xf2, 0x97, 0xc1, 0x64, 0x0d, 0x19, 0xda, 0xa4, 0x61, 0x12, 0x7d, 0xbe, 0x1a, 0xd1, 0xc1, 0xfb, 0xbc, 0x9e, 0x3b, 0x7a, 0x76, 0x5c, 0x77, 0xdb, 0x81, 0x93, 0x47, 0xaf, 0x55, 0x73, 0xa2, 0x91, 0x63, 0x87, 0x2e, 0x62, 0xf8, 0x1e, 0xc2, 0x2b, 0x61, 0x32, 0x40, 0x8f, 0x23, 0x9e, 0x44, 0xbf, 0xee, 0x77, 0xe7, 0xbf, 0x7a, 0x5a, 0xb1, 0xff, 0xe5, 0xda, 0x9e, 0xea, 0x4c, 0x0b, 0xcc, 0x25, 0x1c, 0x30, 0xfc, 0xff, 0x3b, 0x95, 0x58, 0xf1, 0xd7 } }; static const struct cckprng_op *ops_4607[] = { (const struct cckprng_op *)&op_init_4591, (const struct cckprng_op *)&op_init_4592, (const struct cckprng_op *)&op_refresh_4593, (const struct cckprng_op *)&op_reseed_4594, (const struct cckprng_op *)&op_refresh_4595, (const struct cckprng_op *)&op_reseed_4596, (const struct cckprng_op *)&op_reseed_4597, (const struct cckprng_op *)&op_reseed_4598, (const struct cckprng_op *)&op_init_4599, (const struct cckprng_op *)&op_refresh_4600, (const struct cckprng_op *)&op_init_4601, (const struct cckprng_op *)&op_init_4602, (const struct cckprng_op *)&op_refresh_4603, (const struct cckprng_op *)&op_init_4604, (const struct cckprng_op *)&op_reseed_4605, (const struct cckprng_op *)&op_reseed_4606 }; static const struct cckprng_vector vec_4608 = { .id = 4352, .note = NULL, .nops = 16, .ops = ops_4607 }; static const struct cckprng_op_init op_init_4609 = { .hd = { .id = 4353, .kind = OP_INIT }, .seed = { 0x38, 0xa9, 0x20, 0x38, 0x86, 0x70, 0x48, 0x85, 0x3a, 0x3d, 0xa8, 0x48, 0x5e, 0x71, 0xbe, 0xda, 0xd7, 0x45, 0x3f, 0x4f, 0xf2, 0xfc, 0xd7, 0x0c, 0x6f, 0xa8, 0xfc, 0x80, 0x8d, 0xeb, 0x6e, 0x2c }, .nonce = { 0xf4, 0xe8, 0xab, 0xd0, 0x69, 0x7f, 0x73, 0x20 }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_4610 = { .hd = { .id = 4354, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0xf7, 0x98, 0x91, 0x33, 0x56, 0xbd, 0x83, 0xdc, 0xcb, 0x9b, 0x87, 0x36, 0x27, 0x48, 0xea, 0x92, 0xdf, 0x27, 0x35, 0x84, 0x56, 0x4d, 0xa9, 0xea, 0xca, 0x4b, 0x9b, 0x09, 0xac, 0x43, 0xd4, 0xc0, 0x35, 0x01, 0xa5, 0xd8, 0x6a, 0x04, 0xe6, 0x71, 0xf1, 0xeb, 0x68, 0xca, 0x02, 0xaa, 0xdf, 0x54, 0xb6, 0x6c, 0x4c, 0x67, 0xf1, 0xae, 0xc6, 0x73, 0xe3, 0x34, 0x35, 0x96, 0xc4, 0xe2, 0xd4, 0x2b, 0x1e, 0x5d, 0x7f, 0x7b, 0x31, 0x62, 0x5a, 0x53, 0xc1, 0x7f } } }; static const struct cckprng_op_refresh op_refresh_4611 = { .hd = { .id = 4355, .kind = OP_REFRESH }, .rand = 14953489211281875354ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4612 = { .hd = { .id = 4356, .kind = OP_REFRESH }, .rand = 62516183107948099ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4613 = { .hd = { .id = 4357, .kind = OP_RESEED }, .nonce = 14982012609685299485ULL, .seed_nbytes = 40, .seed = { 0xf9, 0xb4, 0x04, 0x00, 0x6c, 0xc2, 0x0f, 0xff, 0xcd, 0xfa, 0xd0, 0x71, 0x98, 0x5d, 0x8d, 0xd7, 0x86, 0x4b, 0x05, 0x19, 0x79, 0x7a, 0x63, 0xc1, 0x3e, 0x22, 0xb9, 0x64, 0xff, 0x82, 0x8c, 0xff, 0xfb, 0x06, 0x06, 0x4a, 0x02, 0x7d, 0xcd, 0xb6 } }; static const struct cckprng_op_generate op_init_4614 = { .hd = { .id = 4358, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x2f, 0xc2, 0x3d, 0x6f, 0x2a, 0x67, 0x67, 0x34, 0xb1, 0x5d, 0x5e, 0x2a, 0x88, 0xe3, 0xaa, 0x60, 0xb8, 0x2d, 0x4c, 0x11, 0x64, 0x99, 0x84, 0x20, 0x4f, 0xe7, 0x03, 0xb9, 0x16, 0x52, 0xa3, 0xa8, 0x4a, 0x72, 0x3c, 0xf7, 0xdb, 0xdd, 0x66, 0x18, 0xaf, 0xb9, 0x17, 0x0a, 0x72, 0xc5, 0xdb, 0x27, 0x03, 0x90, 0xeb, 0xcb, 0x0a, 0x5d, 0x34, 0xfb, 0xca, 0x49, 0x52, 0x67, 0x2d, 0x25, 0x0b, 0x7f, 0x84, 0xd0, 0xd7, 0xfd, 0xcc, 0x32, 0x0a, 0xe4, 0x9e, 0x84, 0xd9, 0x04, 0x86, 0x22, 0x57, 0x5b, 0x4e, 0x3a, 0x83, 0x58, 0x8a, 0xc4, 0xf8, 0x38, 0x50, 0x3d, 0x15, 0x23, 0x2f, 0x5b, 0xee, 0xa6, 0xdb, 0xb0, 0xb2, 0xb1, 0x76, 0x0d, 0x9f, 0x8c, 0x46, 0x77, 0x2e, 0xdf, 0xb8, 0xf5, 0x67, 0xf5, 0x2f, 0x04, 0xf5, 0x03, 0x3e, 0x64, 0xca, 0xfa, 0x46, 0xfb, 0xea, 0xa9, 0xf1, 0x63, 0xdc, 0xc8, 0x4f, 0x55, 0x46, 0xf0, 0x57, 0x96, 0xd8, 0x3e, 0x28, 0x73, 0xbc, 0x08, 0xde, 0x06, 0x68, 0x50, 0xfc, 0x8e, 0x66, 0x11, 0xe3, 0x69, 0x7e, 0x50, 0xd7, 0xd2, 0x28, 0x18, 0xfb, 0xe0, 0x8f, 0xb8, 0x6b, 0x09, 0x90, 0xc8, 0xaa, 0x7c, 0x44, 0x59, 0xaf, 0x25, 0xf3, 0x53, 0x60, 0xd5, 0xf6, 0xaf, 0x9b, 0x3e, 0xf8, 0xbd, 0x90, 0xc3, 0x66, 0x2d, 0x02, 0x26, 0x1a, 0xff, 0xbb, 0xf6, 0x3f, 0x97, 0x8d, 0xd5, 0xbc, 0xed, 0x81, 0x64, 0x03, 0xe6, 0x29, 0xa5, 0x3e, 0x0c } } }; static const struct cckprng_op_refresh op_refresh_4615 = { .hd = { .id = 4359, .kind = OP_REFRESH }, .rand = 14846788086145394749ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4616 = { .hd = { .id = 4360, .kind = OP_REFRESH }, .rand = 13479772379209775837ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4617 = { .hd = { .id = 4361, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x06, 0x41, 0x4f, 0xd8, 0x6c, 0xd6, 0x04, 0x3a, 0xbc, 0xfa, 0x3d, 0xc4, 0x56, 0x4d, 0x4f, 0xd7, 0x37, 0xb8, 0x83, 0xd3, 0x2f, 0x77, 0x5e, 0xf8, 0xd3, 0xfe, 0xe4, 0xaa, 0x56, 0x3f, 0xe6, 0x38, 0x90, 0x35, 0x6b, 0xfe, 0x81, 0xe2, 0x78, 0x2c, 0x1d, 0x7a, 0x6a, 0x07, 0xc0, 0xed, 0xce, 0x11, 0xcd, 0xf0, 0xf6, 0x3e, 0x5b, 0x28, 0xc4, 0xb3, 0x5f, 0xa4, 0x00, 0x41, 0x55, 0xa2, 0x65, 0xc8, 0x80, 0x52, 0x98, 0xa0, 0x01, 0xf8, 0x26, 0xbb, 0xa5, 0x98, 0xeb, 0x84, 0xb7, 0x38, 0x42, 0x5d, 0x20, 0xc1, 0x36, 0x06, 0x38, 0x2c, 0x7c, 0x46, 0xaf, 0x00, 0x51, 0x08, 0x8b, 0x64, 0xc7, 0xf2, 0xef, 0x7d, 0x1e, 0x22, 0x96, 0x4e, 0xa5, 0xe0, 0x66, 0x73, 0x65, 0xb2, 0x22, 0xfd, 0xfb, 0x3e, 0x40, 0x82, 0x0c, 0xd3, 0x50, 0xe8, 0x5c, 0x40, 0xb4, 0xde, 0x5c, 0xca, 0x77, 0x73, 0xbc, 0x02, 0xa2, 0x42, 0xe3, 0x3e, 0x25, 0x64, 0xf7, 0x81, 0x3e, 0x7c, 0x69, 0xd9, 0xf9, 0x52, 0x54, 0x43, 0x04, 0x1a, 0x9e, 0x47, 0xa0, 0x89, 0xab, 0xe4, 0xb8, 0x0c, 0xae, 0x9e, 0x86, 0x06, 0xe9, 0xdb, 0x55, 0x1e, 0xf9, 0x8e, 0x72, 0x20, 0x50, 0x1e, 0xa5, 0x39, 0xf4, 0x12, 0xf0, 0x87, 0x0f, 0xa4, 0xdc, 0xbc, 0x05, 0x3b, 0xfa, 0xe6, 0x77, 0x64, 0x4b, 0xe7, 0x72, 0xbd, 0xec, 0x1a, 0x25, 0x6b, 0x18, 0x93, 0x73, 0x77, 0xcc, 0x79, 0xe6, 0x30, 0x81, 0xe2, 0x41, 0x9e, 0x77, 0xb6, 0x8b, 0x92, 0x56, 0x08, 0x9b, 0xcc, 0x87, 0x00, 0xbd, 0x4f, 0x75, 0x42, 0xcd } } }; static const struct cckprng_op_refresh op_refresh_4618 = { .hd = { .id = 4362, .kind = OP_REFRESH }, .rand = 1348759489999959278ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4619 = { .hd = { .id = 4363, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x3d, 0xc0, 0xbc, 0x7f, 0xa5, 0xbe, 0x04, 0x2b, 0x25, 0x99, 0x2a, 0x61, 0xc7, 0x00, 0x0c, 0xc9, 0x42, 0xc6, 0x14, 0xde, 0x76, 0xac, 0xb0, 0x27, 0x96, 0xef, 0xd6, 0x56, 0xf1, 0xf7, 0x54, 0xd8, 0xc4, 0x65, 0xae, 0x0a, 0x62, 0xb2, 0xe0, 0xc0, 0x7d, 0xb8, 0x3d, 0x38, 0x5f, 0x22, 0xcc, 0x41, 0xb0, 0xc7, 0x1f, 0x2b, 0x68, 0x9b, 0x7f, 0x16, 0xd8, 0xde, 0x3b, 0x6f, 0x34, 0x9c, 0xdd, 0x12, 0x90, 0x57, 0x35, 0xbc, 0x73, 0x87, 0xf5, 0xcb, 0xad, 0xb6, 0xa8, 0xe2, 0x18, 0x0a, 0xf9, 0xd3, 0x83, 0xdf, 0x2b, 0x89, 0x9a, 0xe0, 0x3c, 0xde, 0xfe, 0xb6, 0x7e, 0x15, 0xab, 0x0e, 0x50, 0x5d, 0xc9, 0x8d, 0x24, 0x88, 0xad, 0x3d, 0x55, 0x50, 0x6b, 0xb6, 0x75, 0xf3, 0x6f, 0x4f, 0x9f, 0x2b, 0xa8, 0x35, 0xc5, 0x98, 0xc2, 0xa3, 0xd6, 0xcd, 0x76, 0x6e, 0xd8, 0x21, 0x02, 0x85, 0x73, 0x73, 0x75, 0xdc, 0xd0, 0x1e, 0xe8, 0xe5, 0xbd, 0x1d, 0x5d, 0xd0, 0xcd, 0xac, 0x38, 0x4d, 0x86, 0x31, 0x83, 0xbd, 0xaf, 0x8b, 0x39, 0x57, 0xaa, 0xa8, 0xde, 0x94, 0x95, 0x5b, 0x20, 0x09, 0x5b, 0x80, 0x58, 0x1e, 0x87, 0xd1, 0x58, 0xeb, 0x69, 0x1b, 0xd4, 0x17, 0x2f, 0xdc, 0x8a, 0x71, 0x32, 0x0e, 0x95, 0x0c, 0x4c, 0x9e, 0x67, 0x9d, 0x41, 0x16, 0x73, 0x3f, 0x34, 0xd5, 0x51, 0xed, 0x0e, 0xda, 0xbb, 0x0a, 0x66, 0x78, 0x02, 0xb7, 0x9e, 0x39, 0x25, 0x33, 0x9a, 0xc3, 0x8a, 0x88, 0xca, 0x22, 0x1b, 0x9a, 0x33, 0x04, 0xce, 0xdf, 0x20, 0x52, 0xd1, 0xb4, 0x46, 0x39, 0x72, 0x3f, 0x12, 0xca, 0xa8, 0x98 } } }; static const struct cckprng_op_refresh op_refresh_4620 = { .hd = { .id = 4364, .kind = OP_REFRESH }, .rand = 9683353149967073531ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4621 = { .hd = { .id = 4365, .kind = OP_GENERATE }, .rand_nbytes = 17, .out = { .rand = { 0xbc, 0x47, 0x9b, 0x66, 0x57, 0xbe, 0xc4, 0x3d, 0x2d, 0x78, 0xd4, 0xa1, 0xa5, 0xdd, 0x7f, 0xf0, 0x50 } } }; static const struct cckprng_op_reseed op_reseed_4622 = { .hd = { .id = 4366, .kind = OP_RESEED }, .nonce = 16601042459421067113ULL, .seed_nbytes = 82, .seed = { 0xc4, 0xe0, 0x0b, 0xca, 0xb0, 0x6c, 0x58, 0xf5, 0x72, 0x7c, 0xa4, 0xab, 0xcf, 0xd0, 0xaf, 0x43, 0x1a, 0xe7, 0xc3, 0xed, 0x5a, 0x28, 0x1d, 0xdb, 0x1e, 0x3d, 0x52, 0xb7, 0x0d, 0x34, 0x76, 0xbd, 0x81, 0xe7, 0xf9, 0xfd, 0xc8, 0x86, 0x94, 0x78, 0x7a, 0xed, 0x49, 0xaa, 0xcb, 0xf5, 0x95, 0x70, 0x1d, 0x78, 0x1b, 0x29, 0xae, 0x20, 0x6b, 0x22, 0x2c, 0x35, 0xff, 0x60, 0x23, 0x04, 0xf7, 0xc3, 0x78, 0x01, 0xde, 0xce, 0xf5, 0xdc, 0xbb, 0xd4, 0xf3, 0x98, 0x81, 0x1a, 0x95, 0x9c, 0x22, 0xfe, 0x51, 0x19 } }; static const struct cckprng_op_reseed op_reseed_4623 = { .hd = { .id = 4367, .kind = OP_RESEED }, .nonce = 5883066483827591544ULL, .seed_nbytes = 212, .seed = { 0x31, 0xf2, 0x77, 0x37, 0x75, 0xbf, 0xb3, 0x3b, 0x3c, 0x5a, 0x7b, 0xfd, 0xad, 0x79, 0xc1, 0x5e, 0xb7, 0x83, 0xc1, 0xa1, 0xb0, 0xf2, 0x9a, 0xaf, 0xce, 0xae, 0x44, 0xb9, 0x4f, 0x24, 0x1a, 0xaa, 0xc1, 0xae, 0xe5, 0x9d, 0x23, 0x6e, 0x29, 0x9d, 0xeb, 0x87, 0x50, 0x49, 0x9e, 0x69, 0x29, 0xe9, 0xbc, 0xbd, 0xa5, 0xb3, 0xba, 0x7c, 0x6c, 0x55, 0x5b, 0x2b, 0xe7, 0x87, 0x32, 0x44, 0xf3, 0x59, 0x11, 0xcb, 0x16, 0x99, 0xa3, 0x8d, 0x85, 0x44, 0x73, 0xea, 0x1c, 0xdb, 0x81, 0x83, 0x25, 0xea, 0x08, 0xb8, 0x7a, 0x36, 0x55, 0xd3, 0xfe, 0xf1, 0x01, 0xc8, 0xa6, 0xaa, 0x6a, 0x22, 0x30, 0x3a, 0xb3, 0xf7, 0x7d, 0x03, 0x70, 0x46, 0xc7, 0x22, 0x15, 0xd6, 0x10, 0x59, 0x19, 0xc1, 0xdb, 0x5b, 0x42, 0x0d, 0x2d, 0x2d, 0x17, 0x7f, 0x17, 0xcf, 0xb8, 0x1a, 0x85, 0x04, 0x81, 0xf7, 0x18, 0xbb, 0x77, 0x10, 0xca, 0x61, 0x50, 0x39, 0xa2, 0x1f, 0x45, 0x42, 0xe9, 0x66, 0x48, 0xc5, 0x1d, 0xca, 0x4b, 0x6d, 0xb7, 0x92, 0x37, 0x83, 0xca, 0x5a, 0x66, 0xd6, 0x4f, 0x1b, 0x45, 0x00, 0x9b, 0x9a, 0xe6, 0x43, 0xbc, 0xcb, 0x5d, 0xa4, 0xde, 0x46, 0xd2, 0x9a, 0xf3, 0x8f, 0x5d, 0x03, 0xbf, 0x34, 0xf5, 0x91, 0xbe, 0x1d, 0x58, 0x17, 0x77, 0x65, 0x78, 0xe8, 0x6b, 0xe6, 0x0d, 0x2e, 0x3f, 0xe2, 0x41, 0xb2, 0xd4, 0x5b, 0x91, 0xcf, 0xf1, 0xac, 0x4e, 0xdb, 0xc7, 0xcf, 0x60, 0xba, 0x58, 0xad, 0xfb, 0xd5, 0x66, 0x0c } }; static const struct cckprng_op_generate op_init_4624 = { .hd = { .id = 4368, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0x99, 0x15, 0x8a, 0x41, 0x7f, 0xba, 0xab, 0x7e, 0xc1, 0xc6, 0x0b, 0xb5, 0x7f, 0x5d, 0x73, 0x1d, 0x06, 0x63, 0x28, 0x27, 0xea, 0xd4, 0x2e, 0x76, 0x71, 0xb6, 0x87, 0x70, 0xcb, 0xb7, 0x48, 0x4b, 0x3b, 0xe3, 0x55, 0x55, 0xd4, 0xae, 0x46, 0x3b, 0xa7, 0x1c, 0x5d, 0xb0, 0x7e, 0x6f, 0x48, 0xa8, 0x09, 0xbb, 0x47, 0x04, 0x1c, 0xbd, 0x7a, 0xc4, 0xd2, 0xeb, 0xa4, 0x82, 0x80, 0x24, 0xbd, 0x3a, 0xf6, 0x49, 0x18, 0x1c, 0x48, 0x83, 0x74, 0xe4, 0xc7, 0x5b, 0x77, 0xc4, 0x7e, 0x36, 0x77, 0x2e, 0xd2, 0xa3, 0xc0, 0xdb, 0x1f, 0x3c, 0x97, 0xd8, 0xaf, 0x95, 0xa4, 0x3d, 0x46, 0x79, 0x6c, 0x9f, 0x51, 0x76, 0xe6, 0x1d, 0xaa, 0x3d, 0xb2, 0xbe, 0x8f, 0x2d, 0x84, 0x10, 0x2b, 0x83, 0x47, 0xdf, 0x44, 0x62, 0x82, 0x73, 0xcb, 0x6b, 0xb2, 0xe7, 0x2b, 0x58, 0x4e, 0xc8, 0x0f, 0x7d, 0x0d, 0x39, 0x11, 0x3a, 0x26, 0x0f, 0xee, 0x06, 0x93, 0xfa, 0x9c, 0x8e, 0x64, 0x29, 0x4a, 0xb6, 0x81, 0x24, 0xb2, 0x3f, 0x36, 0xb6, 0x57, 0x35, 0x44, 0x3f, 0xe3, 0xd4, 0x84, 0x51, 0x12, 0xf9, 0xe1, 0x74, 0x60, 0x54, 0xd2, 0xef, 0x1a, 0x7b, 0x65, 0xe7, 0x72, 0xf9, 0xc3, 0xeb } } }; static const struct cckprng_op_reseed op_reseed_4625 = { .hd = { .id = 4369, .kind = OP_RESEED }, .nonce = 12509318724460804706ULL, .seed_nbytes = 232, .seed = { 0x7c, 0xb8, 0xc9, 0x97, 0x0a, 0x41, 0xeb, 0x84, 0x5e, 0x7b, 0x35, 0x40, 0x2f, 0x7e, 0x50, 0xc3, 0xfa, 0x95, 0x76, 0x55, 0x44, 0xf6, 0x61, 0x81, 0x83, 0x7f, 0xc8, 0x3b, 0x7c, 0xb1, 0x82, 0xeb, 0x9f, 0xf6, 0x52, 0x02, 0x34, 0x38, 0x32, 0x85, 0x9c, 0xae, 0x29, 0xcb, 0x34, 0x08, 0x1a, 0xa1, 0x5b, 0x33, 0xc0, 0xb8, 0x24, 0x79, 0x72, 0x2f, 0xd7, 0xe0, 0xa5, 0x92, 0x68, 0xa1, 0xb0, 0xa5, 0xd4, 0x58, 0x76, 0xf0, 0xd9, 0x55, 0xde, 0xeb, 0x0c, 0x25, 0x80, 0x18, 0xcb, 0xe3, 0x32, 0x51, 0x3b, 0x79, 0xfd, 0x36, 0xb7, 0x13, 0x81, 0xf5, 0x87, 0xb1, 0x0e, 0x36, 0xb6, 0xa2, 0x17, 0x0c, 0x70, 0x81, 0xc4, 0xe8, 0x1d, 0x42, 0x7b, 0x94, 0xf0, 0x78, 0x64, 0xee, 0xb7, 0xa8, 0xa0, 0xf1, 0xe1, 0x9b, 0x89, 0xfa, 0x36, 0x57, 0x9d, 0x72, 0xc8, 0xb7, 0xfe, 0xaf, 0xbd, 0x72, 0x5e, 0x53, 0xba, 0xf9, 0x5e, 0x6b, 0x8c, 0xe6, 0x12, 0xf7, 0xfc, 0x7f, 0xc3, 0x5d, 0xf2, 0xae, 0x6a, 0x5d, 0xd6, 0xbd, 0xf1, 0x55, 0xb1, 0xc4, 0x61, 0x63, 0x94, 0x27, 0xb5, 0x05, 0x99, 0x08, 0x2f, 0xe1, 0x90, 0x1d, 0xa9, 0x1e, 0xc6, 0x50, 0x41, 0xeb, 0x18, 0x10, 0x38, 0x5d, 0x06, 0x7f, 0x66, 0xbc, 0x28, 0x9a, 0x50, 0x7c, 0xb1, 0x8d, 0x55, 0x06, 0x22, 0xa5, 0x62, 0x56, 0xd4, 0x82, 0xf4, 0x71, 0xbf, 0xdc, 0x82, 0xa8, 0xb7, 0x8f, 0x8a, 0x8b, 0x7b, 0x3e, 0x97, 0x59, 0xfb, 0xc1, 0x76, 0x2b, 0xd5, 0x46, 0x7a, 0x7f, 0xcf, 0x1b, 0xfe, 0x17, 0x27, 0x06, 0x83, 0x86, 0x43, 0x9b, 0xdc, 0xa5, 0x11, 0x2d, 0x97, 0x97, 0x14, 0x44, 0x18, 0xd2 } }; static const struct cckprng_op_refresh op_refresh_4626 = { .hd = { .id = 4370, .kind = OP_REFRESH }, .rand = 3323087834405368747ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4627 = { .hd = { .id = 4371, .kind = OP_GENERATE }, .rand_nbytes = 170, .out = { .rand = { 0x3f, 0x43, 0x00, 0xc7, 0xcb, 0x99, 0xec, 0x5a, 0x0c, 0x24, 0x72, 0x81, 0x6a, 0x08, 0x09, 0x6f, 0x86, 0xc7, 0x64, 0x79, 0x8b, 0x29, 0x4c, 0x7b, 0xcd, 0x7d, 0x37, 0x43, 0xf4, 0x2c, 0x2e, 0x0f, 0xd4, 0x79, 0x60, 0x74, 0xf1, 0x8b, 0x4b, 0x60, 0xf1, 0xbb, 0x08, 0xaf, 0x45, 0xc1, 0x17, 0x46, 0x0b, 0x2f, 0x5e, 0x5b, 0x89, 0xc7, 0x6b, 0x36, 0x77, 0xbf, 0x85, 0xf5, 0xd7, 0xef, 0x53, 0xeb, 0x66, 0xc4, 0xb5, 0xad, 0x65, 0x53, 0xaf, 0x90, 0xce, 0x71, 0xd0, 0xef, 0x6a, 0xf0, 0xc6, 0xec, 0xd0, 0x55, 0x99, 0x2c, 0x03, 0x66, 0x41, 0xb0, 0x9a, 0xa9, 0x7e, 0x2e, 0xe3, 0x8c, 0x21, 0x90, 0xa8, 0xbc, 0xef, 0xa2, 0xe8, 0x3c, 0x5b, 0x1c, 0x52, 0xfa, 0xb2, 0x0c, 0x92, 0xdb, 0x1d, 0xaf, 0x79, 0xce, 0x03, 0x8c, 0x37, 0xe6, 0x7c, 0x25, 0xd5, 0xfb, 0xe3, 0xd2, 0x9d, 0x35, 0x7d, 0xb2, 0x32, 0xa9, 0xd3, 0x37, 0xa6, 0xbd, 0x7e, 0x6b, 0xae, 0x5e, 0x47, 0x10, 0x1a, 0xdb, 0x82, 0x68, 0x86, 0x0e, 0xd0, 0xa2, 0x1d, 0x0e, 0x4e, 0xe3, 0x0a, 0xce, 0xcf, 0xf1, 0x2c, 0x33, 0xd1, 0x9b, 0x17, 0x48, 0x18, 0xfd, 0x9c, 0xeb, 0xbd, 0x9e, 0x50, 0x7e } } }; static const struct cckprng_op_generate op_init_4628 = { .hd = { .id = 4372, .kind = OP_GENERATE }, .rand_nbytes = 165, .out = { .rand = { 0xd4, 0x58, 0x2e, 0x68, 0x42, 0xa2, 0xf8, 0xb2, 0x24, 0x0c, 0x2c, 0x00, 0xa7, 0xf9, 0x6d, 0x62, 0x65, 0x36, 0x06, 0xf8, 0xb4, 0xb8, 0x91, 0xe3, 0xf1, 0x11, 0x3d, 0x30, 0xe4, 0xe6, 0xf8, 0x5f, 0x28, 0x5a, 0x0b, 0xfd, 0xb1, 0xf2, 0xe7, 0x35, 0xc0, 0xe2, 0x2d, 0x60, 0x86, 0x84, 0xec, 0x8b, 0x56, 0x88, 0xcd, 0x87, 0xa9, 0x99, 0xe7, 0x0d, 0xd2, 0x98, 0xd1, 0xe9, 0xac, 0x49, 0xfe, 0xfc, 0xc8, 0x5d, 0xfc, 0x37, 0xb9, 0x94, 0x3b, 0x7d, 0x78, 0x56, 0x61, 0x98, 0xac, 0xf6, 0xa8, 0x59, 0x21, 0xf0, 0x4f, 0x8f, 0x2a, 0x06, 0xf6, 0xcd, 0x59, 0xc9, 0x5a, 0xfe, 0x54, 0x84, 0x9b, 0x53, 0x9f, 0x0e, 0xf3, 0x0d, 0x82, 0x3a, 0x0f, 0xdb, 0x90, 0x12, 0x4c, 0xbb, 0x42, 0x19, 0x30, 0x33, 0x6c, 0xa3, 0xc7, 0x84, 0x82, 0x93, 0x70, 0x0a, 0x4d, 0xe8, 0x6c, 0x49, 0xfb, 0x9b, 0x10, 0xe6, 0x04, 0xed, 0xd3, 0x0f, 0xa1, 0xfa, 0xf0, 0x9f, 0x38, 0x13, 0xf6, 0x10, 0xf8, 0xc2, 0xc7, 0x4d, 0xa2, 0xc4, 0x9e, 0xe3, 0xe8, 0xb2, 0x22, 0x36, 0x7d, 0x53, 0xa5, 0xd6, 0x0d, 0xaf, 0x5e, 0x34, 0x31, 0xa9, 0xa3, 0xd6, 0x26 } } }; static const struct cckprng_op_reseed op_reseed_4629 = { .hd = { .id = 4373, .kind = OP_RESEED }, .nonce = 15687693089740507093ULL, .seed_nbytes = 58, .seed = { 0x53, 0xa3, 0x5a, 0x10, 0x31, 0x66, 0xb6, 0x58, 0x42, 0xf8, 0x13, 0xca, 0x54, 0xf0, 0x41, 0x91, 0xa1, 0x9b, 0x41, 0x7f, 0x1b, 0xf1, 0x37, 0xcb, 0x43, 0x16, 0x5b, 0xd0, 0x20, 0xd7, 0x72, 0x3c, 0x06, 0x6a, 0x0f, 0xbc, 0x78, 0x38, 0x01, 0x9e, 0x97, 0xdd, 0xd9, 0x95, 0x3e, 0x32, 0x41, 0x2d, 0xd6, 0x00, 0x1b, 0xf4, 0x19, 0x82, 0x9f, 0xfc, 0x8e, 0xeb } }; static const struct cckprng_op_generate op_init_4630 = { .hd = { .id = 4374, .kind = OP_GENERATE }, .rand_nbytes = 216, .out = { .rand = { 0x29, 0x62, 0x31, 0x06, 0x79, 0xdd, 0xfa, 0xdf, 0x50, 0xb9, 0xc2, 0x48, 0x17, 0x8a, 0xa8, 0xda, 0xe0, 0xc8, 0xec, 0x55, 0xd5, 0x22, 0x57, 0x04, 0xd2, 0xaa, 0xc1, 0x7c, 0xec, 0x9a, 0xdd, 0x6d, 0x8b, 0x7d, 0x43, 0xd9, 0x15, 0xc0, 0xf6, 0xff, 0x83, 0x49, 0xb9, 0x34, 0x61, 0x65, 0xd7, 0x36, 0xc6, 0x2b, 0x65, 0x4a, 0xd4, 0x5b, 0x9d, 0x8d, 0x95, 0xcf, 0xa2, 0x1d, 0x06, 0xa6, 0x60, 0x5b, 0xa0, 0x1f, 0xd9, 0x01, 0xbc, 0xe6, 0xde, 0x0d, 0xf7, 0x38, 0x19, 0x38, 0xdf, 0xfc, 0xc1, 0x04, 0x31, 0x8d, 0x37, 0x74, 0xb7, 0xc7, 0x06, 0x3b, 0x0a, 0x1a, 0x1c, 0xf6, 0x7c, 0xe6, 0xa1, 0x08, 0x6e, 0xaf, 0x37, 0x0c, 0x71, 0x60, 0xce, 0x73, 0x33, 0xa6, 0xb5, 0x66, 0xb7, 0x17, 0x6e, 0x23, 0xd5, 0x1d, 0xc0, 0x17, 0x2f, 0x70, 0x39, 0x33, 0x14, 0xdf, 0xb2, 0x8c, 0x82, 0xc4, 0x49, 0x47, 0x93, 0x65, 0xbb, 0xdf, 0x26, 0xf9, 0x20, 0x19, 0x7f, 0xcf, 0x9a, 0x3a, 0x0b, 0x22, 0x9c, 0x28, 0x48, 0x69, 0x1e, 0xb6, 0x26, 0x0b, 0x57, 0x90, 0x69, 0x17, 0xaa, 0x29, 0xd0, 0x16, 0x0e, 0xff, 0x47, 0x27, 0x79, 0x78, 0x17, 0x77, 0xa2, 0x0f, 0x08, 0xca, 0x6a, 0x86, 0xe3, 0xb0, 0x8d, 0x07, 0xfc, 0xa2, 0xdf, 0x9a, 0x68, 0xb6, 0x4d, 0xf4, 0x91, 0x23, 0x10, 0x69, 0x98, 0x54, 0x55, 0x3e, 0x35, 0xd2, 0xcd, 0x0d, 0x39, 0x0d, 0x24, 0x01, 0x14, 0xd9, 0x46, 0x65, 0xc1, 0xf5, 0x2c, 0x03, 0xc0, 0xf3, 0xa7, 0xc2, 0x7b, 0x5e, 0xac, 0x3a } } }; static const struct cckprng_op_reseed op_reseed_4631 = { .hd = { .id = 4375, .kind = OP_RESEED }, .nonce = 2005196346407895415ULL, .seed_nbytes = 61, .seed = { 0xd6, 0x78, 0xf5, 0xc6, 0x2b, 0x5f, 0x14, 0x4f, 0x4e, 0x58, 0x6a, 0xb7, 0xb2, 0x62, 0x0f, 0x0c, 0xe9, 0x16, 0x14, 0xc2, 0x0f, 0x8b, 0x7a, 0xd1, 0x3b, 0x83, 0x79, 0x2d, 0x7f, 0x98, 0x20, 0x51, 0x10, 0x79, 0x43, 0xaa, 0x72, 0x60, 0x60, 0x4e, 0x69, 0x45, 0x20, 0x1f, 0xcd, 0xff, 0x9c, 0x95, 0xb7, 0x66, 0xd0, 0x8d, 0xca, 0x36, 0x26, 0xea, 0xea, 0x4e, 0x6e, 0xab, 0xff } }; static const struct cckprng_op_refresh op_refresh_4632 = { .hd = { .id = 4376, .kind = OP_REFRESH }, .rand = 7663252385826794949ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4633 = { .hd = { .id = 4377, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0x67, 0x83, 0x77, 0xb9, 0x3c, 0xb0, 0x1d, 0xeb, 0x1d, 0x73, 0xfd, 0x1e, 0x36, 0xcc, 0x9c, 0x4c, 0xd9, 0x8e, 0x8b, 0x40, 0xc8, 0x32, 0x3a, 0x21, 0x8a, 0x4f, 0x6b, 0xc9, 0x8e, 0xe7, 0x90, 0xa7, 0xc7, 0x0d, 0xe6, 0x2a, 0x6d, 0x0e, 0x74, 0x9d, 0x74, 0xb8, 0x67, 0xd6, 0x30, 0xef, 0x32, 0xb1, 0x00, 0xc4, 0x8c, 0x43, 0x85, 0x10, 0xd5, 0x17, 0xdd, 0xd1, 0x14, 0xd5, 0x92, 0xde, 0xd8, 0x8e, 0x3c, 0x96, 0x5a, 0x24, 0xda, 0x8b, 0xed, 0x27, 0xc7, 0xa0, 0x3d, 0x1a, 0xad, 0x1b, 0x3d, 0x65, 0x7e, 0xfa, 0xea, 0xa3, 0xc8, 0x6d, 0x1d, 0xa2, 0x75, 0x12, 0x53, 0x69, 0x66, 0x1e, 0xfb, 0x7d, 0x4d, 0xea, 0x1a, 0xf6, 0xe0, 0x28, 0x0c, 0xe9, 0xd8, 0xb1, 0x6b, 0x6f, 0xf4, 0x84, 0x1c, 0x6f, 0xc5, 0x7e, 0xe8, 0x77, 0x49, 0x8d, 0x43, 0xf6, 0x90, 0x02, 0x87, 0xfd, 0x3f, 0xd9, 0x40, 0xb1, 0x0a, 0xaf, 0xd3, 0xc5, 0x32, 0x97, 0x7f, 0x95, 0x12, 0x58, 0x06, 0xd9, 0xf6, 0x31, 0x0a, 0x81, 0x23, 0x19, 0x91, 0xa0, 0x1f, 0x31, 0x82, 0x1c, 0x57, 0x95, 0xc0, 0xeb, 0xb2, 0xf6, 0xfb, 0x32, 0xcb, 0xf0, 0x41, 0x5d, 0xa0, 0x75, 0x56, 0x6c, 0x14, 0x55, 0xb7, 0x55, 0xa4, 0x09, 0x0a, 0xd1, 0x77, 0x41, 0x7a, 0x9f, 0x6f, 0x1d, 0x2f, 0x8b, 0x0a, 0x35, 0x3d, 0x4d, 0xe0, 0x66, 0xd3, 0xbf, 0x40, 0x7a, 0xf4, 0x42, 0xe2, 0x89, 0xd8, 0xa3, 0x68, 0x6f, 0x5e, 0xb9, 0xba, 0x86, 0x41, 0x76, 0x3c, 0xd7, 0xef, 0xcb, 0x75, 0xde, 0xe7, 0x75, 0xbb, 0x75, 0xf6, 0x82, 0x49, 0x1d, 0x46, 0xf4, 0xf9, 0x4c, 0xb0, 0xc6, 0xac, 0xdb, 0xb3, 0xbc, 0x4b, 0x5b, 0xc4, 0x59, 0xdf, 0x24, 0xac, 0x99, 0x24, 0x61, 0x0f, 0x18, 0x04, 0x89, 0xdc, 0xf9, 0xec, 0x66, 0xba, 0x6c, 0x0d, 0x50, 0xde, 0xb9, 0x78, 0x4c, 0x63, 0xca, 0x07, 0xb3, 0xdc, 0xb1, 0x3d, 0xad } } }; static const struct cckprng_op_refresh op_refresh_4634 = { .hd = { .id = 4378, .kind = OP_REFRESH }, .rand = 13474791286473920368ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4635 = { .hd = { .id = 4379, .kind = OP_REFRESH }, .rand = 13959719597175322713ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4636 = { .hd = { .id = 4380, .kind = OP_RESEED }, .nonce = 4980768051014188884ULL, .seed_nbytes = 61, .seed = { 0x48, 0x6f, 0x28, 0xba, 0x79, 0x29, 0x94, 0x46, 0x23, 0xc7, 0x03, 0x71, 0x92, 0x45, 0x77, 0xdc, 0x0f, 0x21, 0x5f, 0xdd, 0xb2, 0x03, 0x15, 0xa2, 0x3d, 0x35, 0x7c, 0xcf, 0xb5, 0xc7, 0x5d, 0x3f, 0x86, 0x97, 0xdd, 0x79, 0xa1, 0x98, 0xf1, 0x9e, 0x9c, 0xed, 0xfc, 0x91, 0x21, 0x3e, 0x01, 0xef, 0xaf, 0xd5, 0x32, 0x10, 0x3f, 0x3c, 0x93, 0xd1, 0x77, 0x33, 0x6b, 0xf7, 0xd9 } }; static const struct cckprng_op_reseed op_reseed_4637 = { .hd = { .id = 4381, .kind = OP_RESEED }, .nonce = 353195250144275780ULL, .seed_nbytes = 181, .seed = { 0xf8, 0x92, 0xa2, 0xcc, 0xac, 0xad, 0x41, 0x1c, 0xc2, 0x78, 0xdd, 0x0b, 0x7a, 0xe6, 0x41, 0x42, 0x11, 0x40, 0xa6, 0xc9, 0xde, 0xca, 0x7d, 0x3e, 0x57, 0x35, 0x91, 0x41, 0xb8, 0xb7, 0xbe, 0xc2, 0xbc, 0x0a, 0xb9, 0xdb, 0xfe, 0xcf, 0xfa, 0x2f, 0x54, 0xa3, 0x11, 0x14, 0x56, 0xe1, 0x8b, 0x3f, 0xd3, 0x7e, 0x74, 0x2e, 0x91, 0x8d, 0xfc, 0xa8, 0xec, 0x89, 0x31, 0x72, 0x3f, 0xf2, 0x4b, 0xf5, 0xd6, 0x5e, 0x1f, 0xa2, 0xe8, 0x77, 0xe4, 0xe2, 0x7e, 0xba, 0x76, 0xa4, 0x6b, 0x2f, 0x2b, 0x1d, 0x27, 0x49, 0x41, 0xa9, 0x7c, 0x91, 0x48, 0xef, 0x34, 0xd2, 0x36, 0xc2, 0xf4, 0xb6, 0xd4, 0xcf, 0xd8, 0x17, 0xb3, 0xc0, 0x46, 0xd1, 0x55, 0xf7, 0x63, 0x9e, 0x4c, 0x8a, 0x8e, 0x03, 0xc5, 0x95, 0x17, 0xcc, 0x3c, 0xe8, 0x66, 0xdb, 0xb7, 0x5b, 0x55, 0x8c, 0x9a, 0x51, 0x6b, 0x76, 0xfd, 0x6e, 0x3f, 0x6d, 0x64, 0x68, 0x32, 0x4c, 0x1e, 0x58, 0x35, 0xaf, 0xa5, 0xda, 0x6b, 0xab, 0x49, 0xeb, 0xd6, 0x15, 0xda, 0x1f, 0x60, 0xbe, 0x63, 0x1b, 0x1a, 0x44, 0x6c, 0xdb, 0xe5, 0xa5, 0x18, 0xd8, 0x11, 0x66, 0x83, 0x22, 0x40, 0x92, 0xdb, 0x68, 0xe9, 0x13, 0x90, 0x46, 0x4e, 0x82, 0xa2, 0xeb, 0x0d, 0x94, 0x3c, 0x5a, 0xd5 } }; static const struct cckprng_op_generate op_init_4638 = { .hd = { .id = 4382, .kind = OP_GENERATE }, .rand_nbytes = 107, .out = { .rand = { 0x0a, 0xf0, 0x2c, 0xd4, 0x64, 0x42, 0x2c, 0x13, 0x54, 0x41, 0x1d, 0xcc, 0xba, 0x47, 0x81, 0x53, 0xce, 0x48, 0x20, 0xf1, 0xd4, 0x6c, 0xc9, 0x0c, 0x68, 0xf5, 0x47, 0xc3, 0x8d, 0x01, 0x3b, 0x50, 0xbe, 0x93, 0x6e, 0x78, 0xb2, 0x69, 0x13, 0x66, 0x4d, 0xeb, 0x21, 0xca, 0xf0, 0x1f, 0x60, 0xb7, 0x0d, 0x52, 0xf6, 0xaa, 0xd7, 0xf1, 0xf3, 0x91, 0x5a, 0x64, 0xfc, 0xa2, 0x78, 0x06, 0x12, 0x47, 0x27, 0x1e, 0xdc, 0xb0, 0x9c, 0x42, 0x40, 0xff, 0x12, 0x6c, 0x74, 0xa7, 0x81, 0xba, 0x6f, 0x3e, 0x6b, 0x76, 0x0a, 0x8e, 0xe6, 0x00, 0x56, 0x6a, 0xe0, 0xec, 0x57, 0x44, 0x18, 0x6b, 0xa6, 0x24, 0x13, 0x0a, 0xd9, 0x0a, 0x52, 0xdb, 0xc2, 0xc8, 0x04, 0xdf, 0x9c } } }; static const struct cckprng_op_generate op_init_4639 = { .hd = { .id = 4383, .kind = OP_GENERATE }, .rand_nbytes = 215, .out = { .rand = { 0xc9, 0x71, 0xce, 0x4b, 0xbd, 0x0b, 0x22, 0x0c, 0xb8, 0x11, 0x7a, 0xd6, 0x46, 0x66, 0xfe, 0xe6, 0x05, 0xb7, 0xa0, 0xf5, 0x2b, 0xc9, 0x21, 0x07, 0x32, 0x94, 0x02, 0xa8, 0xbe, 0x6d, 0x9f, 0xca, 0x59, 0xbb, 0xf7, 0x9a, 0xcf, 0xad, 0x6a, 0xf6, 0xee, 0xca, 0x2f, 0xe8, 0x0d, 0x54, 0x5c, 0xbf, 0x36, 0xad, 0x63, 0x62, 0xcb, 0x11, 0xa1, 0xbe, 0x75, 0x55, 0xc3, 0xa9, 0x3c, 0xd1, 0xe7, 0xaa, 0xed, 0xeb, 0xfe, 0xe0, 0x05, 0xb5, 0xcc, 0xfa, 0xa1, 0x69, 0xaa, 0x12, 0x67, 0x2b, 0xf3, 0x63, 0xf6, 0x19, 0x46, 0x64, 0xdc, 0x81, 0x56, 0x4f, 0x82, 0xaa, 0xff, 0xe7, 0xd3, 0x6a, 0xb8, 0x34, 0x81, 0xd0, 0x61, 0x9c, 0x13, 0xa8, 0x5f, 0x88, 0xa9, 0x9b, 0x14, 0x2c, 0xf4, 0x59, 0x2b, 0xfc, 0xdc, 0xec, 0xa1, 0xc2, 0x22, 0x50, 0x45, 0xa9, 0x1b, 0xaf, 0xd0, 0xcb, 0x9a, 0xe7, 0x95, 0xd5, 0x2b, 0x96, 0x9e, 0x96, 0x5d, 0xa9, 0x46, 0x7c, 0x4c, 0x37, 0x4d, 0xdb, 0x4c, 0x7b, 0x59, 0xc4, 0xc9, 0x3d, 0x90, 0xd5, 0xb0, 0x68, 0x02, 0x64, 0xdb, 0xa4, 0x04, 0xc9, 0x2a, 0x04, 0x43, 0x14, 0xc9, 0xef, 0x96, 0x66, 0xa8, 0xde, 0xf6, 0x51, 0x91, 0x6e, 0x28, 0xbe, 0x17, 0xca, 0xdf, 0xa3, 0x41, 0xe0, 0xe8, 0xd3, 0x17, 0x0a, 0xfc, 0xe3, 0x20, 0x7e, 0xde, 0x35, 0xfd, 0x8b, 0x08, 0xb6, 0x2a, 0x67, 0x62, 0x06, 0x6f, 0xad, 0xa8, 0xa7, 0x49, 0x3e, 0x4b, 0xaf, 0x4c, 0x26, 0xc3, 0x23, 0x2e, 0x44, 0x38, 0x0e, 0x6e, 0xcc, 0x6f } } }; static const struct cckprng_op_generate op_init_4640 = { .hd = { .id = 4384, .kind = OP_GENERATE }, .rand_nbytes = 80, .out = { .rand = { 0xa8, 0xfc, 0x16, 0xe3, 0x83, 0x90, 0xe3, 0x75, 0x8e, 0x73, 0x45, 0x96, 0xc1, 0x7d, 0xc2, 0xf3, 0xc8, 0x8f, 0xa1, 0xc7, 0x42, 0x7c, 0x19, 0xa6, 0x17, 0xf5, 0x7f, 0xad, 0x34, 0x79, 0x83, 0x9e, 0xb9, 0x4a, 0xe7, 0xf5, 0xaf, 0xb6, 0xa4, 0x5f, 0xbb, 0x54, 0x4f, 0x80, 0xf7, 0x68, 0xf1, 0x64, 0x7e, 0x82, 0xec, 0xd1, 0x55, 0x9a, 0xb5, 0x0c, 0x0f, 0x41, 0x8d, 0x3d, 0x35, 0xf0, 0x45, 0x1f, 0x3e, 0xcd, 0xdd, 0x9e, 0x1f, 0x86, 0x78, 0xef, 0x15, 0xd8, 0x07, 0xa8, 0x7a, 0xcd, 0x6b, 0x63 } } }; static const struct cckprng_op_refresh op_refresh_4641 = { .hd = { .id = 4385, .kind = OP_REFRESH }, .rand = 13352948923668052735ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4642 = { .hd = { .id = 4386, .kind = OP_RESEED }, .nonce = 5462376205707189027ULL, .seed_nbytes = 267, .seed = { 0x60, 0x02, 0x5c, 0x48, 0x9d, 0xad, 0x51, 0xbf, 0x20, 0x4f, 0x5e, 0x45, 0x2e, 0xa2, 0x11, 0xf5, 0x2d, 0xaf, 0x56, 0x7a, 0x66, 0xe3, 0xc5, 0x0b, 0xc2, 0x23, 0x19, 0x7d, 0x61, 0x7c, 0x12, 0x54, 0xae, 0xef, 0x73, 0xaf, 0xa5, 0xc6, 0xd4, 0xd4, 0xc2, 0xc4, 0x36, 0x6a, 0x8d, 0xab, 0x95, 0xcc, 0xf8, 0x52, 0xff, 0x1e, 0xe5, 0xf9, 0xc4, 0x82, 0x1e, 0xf8, 0x80, 0xcd, 0xf9, 0x26, 0xef, 0x9e, 0x6b, 0x9f, 0x74, 0x84, 0xee, 0x28, 0xc4, 0xb8, 0xb9, 0xca, 0x59, 0x83, 0xdf, 0x25, 0x84, 0x98, 0x6b, 0x79, 0x3a, 0x3b, 0x8f, 0xbf, 0x0e, 0x40, 0x2e, 0xec, 0x19, 0x0b, 0x40, 0xd9, 0x53, 0xdd, 0xcb, 0x15, 0x16, 0xd1, 0xc8, 0xd5, 0x5d, 0x72, 0x0e, 0x16, 0x54, 0x38, 0xe9, 0x1a, 0xb8, 0x9c, 0xd0, 0x5f, 0x08, 0xcb, 0x65, 0xe3, 0x02, 0x68, 0xa5, 0x41, 0x0a, 0xf7, 0xf6, 0x1e, 0x5b, 0x13, 0xfb, 0x04, 0xa9, 0xc3, 0xe0, 0x5d, 0xab, 0xf5, 0x77, 0x59, 0x53, 0x98, 0x21, 0xec, 0x40, 0xec, 0x71, 0xa4, 0x6b, 0x1f, 0x20, 0x4b, 0x2a, 0xbd, 0x9c, 0x2a, 0x25, 0x60, 0x91, 0x6c, 0x05, 0xa1, 0x78, 0x8f, 0xf8, 0xfe, 0xc6, 0x70, 0x45, 0xbd, 0xf8, 0x4d, 0x67, 0x31, 0x9b, 0x56, 0xee, 0x5f, 0xdc, 0xaf, 0x32, 0x57, 0x00, 0xa6, 0x19, 0xb3, 0x7d, 0x09, 0x7a, 0x58, 0x2c, 0xb5, 0x81, 0x29, 0xae, 0xa2, 0x05, 0x28, 0xc8, 0x85, 0x56, 0xd8, 0x12, 0x5d, 0xc4, 0xa5, 0xcd, 0xed, 0x62, 0xae, 0x8b, 0x9a, 0xbb, 0xe9, 0xa9, 0xf0, 0x3f, 0x38, 0x06, 0xe5, 0xf1, 0x56, 0x43, 0x91, 0x3b, 0xcb, 0xb8, 0x4a, 0xc9, 0x74, 0xa4, 0x2d, 0x68, 0x4b, 0x94, 0x38, 0x5a, 0x07, 0x43, 0xb6, 0xe4, 0x44, 0xf0, 0x38, 0xa1, 0xef, 0x39, 0x05, 0x9f, 0xb8, 0x8a, 0xe9, 0x4b, 0x7e, 0x60, 0xc0, 0xad, 0x12, 0x5a, 0x62, 0x84, 0xa3, 0xfa, 0x95, 0x8f, 0xbc, 0x02, 0xe9, 0xc6 } }; static const struct cckprng_op_reseed op_reseed_4643 = { .hd = { .id = 4387, .kind = OP_RESEED }, .nonce = 6251358976269915032ULL, .seed_nbytes = 199, .seed = { 0xd6, 0x31, 0xe9, 0x8e, 0x5b, 0xed, 0x47, 0x1e, 0x46, 0xb2, 0x1e, 0xdd, 0xa9, 0x50, 0x17, 0x85, 0xbb, 0xb6, 0xc7, 0xd6, 0xdd, 0xa6, 0xa5, 0x3b, 0xa4, 0xef, 0x52, 0x46, 0xcf, 0xbc, 0x87, 0xb9, 0xaf, 0x75, 0x7a, 0xe8, 0x7f, 0xe1, 0x8c, 0x4e, 0xe9, 0x1f, 0xf2, 0x41, 0x06, 0x6a, 0x06, 0xcd, 0xa7, 0x36, 0x6e, 0x3a, 0x79, 0x7a, 0x21, 0x75, 0x95, 0xe5, 0x30, 0x87, 0x07, 0xd1, 0x7b, 0xc8, 0xc9, 0xe9, 0x3f, 0x3e, 0xa5, 0x7d, 0x6c, 0x4b, 0x23, 0xa7, 0x9a, 0x15, 0x4a, 0x24, 0x5e, 0x2c, 0xa4, 0xc3, 0xfd, 0x3c, 0x10, 0xdb, 0x29, 0x89, 0xee, 0x39, 0x94, 0x67, 0x53, 0x64, 0xa4, 0x53, 0x0b, 0x44, 0xab, 0xd4, 0xac, 0x0b, 0x43, 0x72, 0x29, 0x19, 0xa0, 0x5c, 0x6a, 0x94, 0xae, 0x63, 0x9c, 0xa1, 0x32, 0x5e, 0x5b, 0x24, 0x69, 0xf2, 0xab, 0xfa, 0xf1, 0x36, 0x33, 0x83, 0x81, 0x75, 0x91, 0x5c, 0x60, 0x0f, 0xe6, 0xbc, 0x1b, 0x9c, 0xbe, 0xa6, 0x26, 0xf4, 0xb5, 0xca, 0x85, 0x90, 0x0f, 0x09, 0xd4, 0x03, 0x55, 0x75, 0x27, 0x26, 0x17, 0xad, 0x8c, 0x77, 0x8d, 0xc3, 0x9c, 0x5e, 0x55, 0xb7, 0x6b, 0x8f, 0x17, 0x66, 0xc1, 0x2d, 0x5e, 0xed, 0x46, 0xf3, 0xab, 0xd3, 0x5f, 0x76, 0x2a, 0x0b, 0x11, 0x45, 0xb5, 0xf3, 0x1b, 0xe2, 0x84, 0x4d, 0x22, 0x29, 0x83, 0x14, 0x6a, 0x61, 0x72, 0xb9, 0xd0, 0xf3, 0x17, 0x30, 0xb9 } }; static const struct cckprng_op_generate op_init_4644 = { .hd = { .id = 4388, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0x41, 0x55, 0xff, 0xa3, 0x89, 0x9d, 0x78, 0x77, 0x54, 0xdc, 0x6b, 0x27, 0x76, 0xf9, 0xb6, 0xc9, 0x88, 0xc1, 0x8a, 0x53, 0x8b, 0x38, 0x74, 0x41, 0x84, 0xa4, 0xf4, 0x00, 0x4a, 0x40, 0xd5, 0x3f, 0x10, 0x22, 0xda, 0xa7, 0x30, 0x4f, 0xd4, 0x3f, 0x27, 0x9a, 0x33, 0x13, 0xf4, 0xa5, 0x1d, 0xba, 0xa9, 0x0c, 0xb7, 0x15, 0xf1, 0x7f, 0x34, 0x1c, 0xf1, 0x58, 0xaa, 0x2d, 0x1d, 0x64, 0x65, 0x44, 0x52, 0xaf, 0x68, 0xb9, 0x52, 0xc9, 0x9b, 0x90, 0xe4, 0xdf, 0xe9, 0xc1, 0xa8, 0x80, 0x88, 0x79, 0x3a, 0x90, 0x28, 0xb6, 0x49, 0x4c, 0x9a, 0x14, 0x5f, 0x36, 0xbb, 0xab, 0x6e, 0xc8, 0x6c, 0x64, 0x97, 0x10, 0xe2, 0x8d, 0xe1, 0xf3, 0x11, 0x2a, 0x82, 0xbc, 0x03, 0x95, 0x2a, 0x1b, 0x4c, 0xfb, 0x50, 0x36, 0x8d, 0xd6, 0xe7, 0xc2, 0x9a, 0xcc, 0x14, 0xad, 0x39, 0x5a, 0x8f, 0x13, 0x4a, 0x9f, 0x29, 0x3b, 0x38, 0x56, 0xd6, 0xc7, 0xd6, 0x18, 0x1c, 0xf8, 0x03, 0x5d, 0xcf, 0x55, 0x49, 0xba, 0x30, 0xd7, 0xc6, 0x41, 0xe7, 0xef, 0x14, 0x94, 0x90, 0x23, 0x4e, 0xe2, 0x42, 0x80, 0x9c, 0x75, 0x23, 0x1a, 0xad, 0x52, 0x31, 0x87, 0xc1, 0x83, 0x55, 0xb3, 0xa1, 0xc0, 0xa3, 0x59, 0x76, 0x2f, 0x23, 0x91, 0x35, 0x39, 0x8f, 0xa9, 0x4e, 0x5c, 0x5a, 0xf1, 0x8e, 0xe8, 0x15, 0x32, 0x48, 0x80, 0xad, 0x06, 0x17, 0x52, 0x47, 0xfc, 0x41, 0xd4, 0x9d, 0x99, 0x76, 0x13, 0xb0, 0x82, 0x66, 0xd1, 0x9d, 0xd7, 0x9f, 0xbf } } }; static const struct cckprng_op_refresh op_refresh_4645 = { .hd = { .id = 4389, .kind = OP_REFRESH }, .rand = 14413047378275960691ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4646 = { .hd = { .id = 4390, .kind = OP_REFRESH }, .rand = 17758069774634857987ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4647 = { .hd = { .id = 4391, .kind = OP_RESEED }, .nonce = 14829759048019891990ULL, .seed_nbytes = 271, .seed = { 0x9f, 0x28, 0x14, 0x0f, 0xfd, 0x58, 0xd4, 0x24, 0xe8, 0xd7, 0xa4, 0x92, 0x07, 0x98, 0xfd, 0xff, 0x25, 0x2e, 0x96, 0x7e, 0xcf, 0x84, 0x90, 0xfb, 0x78, 0x39, 0x98, 0xbe, 0x40, 0xff, 0x57, 0x55, 0x80, 0x30, 0x78, 0xa2, 0x32, 0xbe, 0x2f, 0x48, 0xc0, 0x1f, 0x1e, 0xb7, 0x68, 0x17, 0x8f, 0x08, 0xe6, 0x39, 0x08, 0x12, 0xea, 0x14, 0x28, 0x26, 0x57, 0x2d, 0x23, 0x04, 0xdc, 0xba, 0x46, 0xb0, 0xa9, 0xf1, 0x6c, 0x79, 0xae, 0x39, 0x88, 0x84, 0x6f, 0xa4, 0xf0, 0x9f, 0x56, 0xfc, 0xee, 0xf7, 0x3f, 0xc5, 0x57, 0x6d, 0x2f, 0xd0, 0xe1, 0xb0, 0x51, 0xee, 0x3c, 0x36, 0xe3, 0x31, 0xa2, 0xa3, 0x98, 0x82, 0xb5, 0xfc, 0xb2, 0x16, 0x01, 0x0d, 0x56, 0x36, 0x28, 0xe4, 0xd3, 0xff, 0x70, 0x63, 0x28, 0x63, 0x65, 0x54, 0x21, 0xff, 0xfd, 0xa6, 0x9a, 0x2f, 0x82, 0x72, 0xfe, 0x07, 0x63, 0x6e, 0x87, 0x26, 0xd5, 0x4c, 0x53, 0xb3, 0x81, 0x64, 0x8b, 0x3e, 0x2f, 0x8f, 0xda, 0x84, 0xff, 0x4b, 0x21, 0xcd, 0x23, 0x87, 0x9a, 0xb6, 0xec, 0x6c, 0x75, 0xcb, 0x53, 0xf3, 0x28, 0xb4, 0xce, 0x02, 0xcc, 0x01, 0x09, 0x47, 0x97, 0x58, 0x13, 0x87, 0x7f, 0xb0, 0x83, 0x38, 0x36, 0xf8, 0xd2, 0x55, 0x14, 0xe9, 0x73, 0x09, 0x48, 0xcc, 0x8b, 0xfd, 0x39, 0x24, 0x24, 0x2a, 0xdd, 0x73, 0xa0, 0x43, 0x36, 0x80, 0xca, 0x11, 0xac, 0x37, 0xf7, 0x64, 0x51, 0x42, 0x82, 0x71, 0xbc, 0x8f, 0x0a, 0xb7, 0xfc, 0xa2, 0x56, 0x4d, 0x32, 0x0a, 0xe2, 0x58, 0xf1, 0x2b, 0x1e, 0x0b, 0x67, 0xeb, 0x50, 0x7e, 0x0c, 0xb3, 0x32, 0x0c, 0x27, 0x2b, 0x0e, 0xab, 0x3a, 0x34, 0xe0, 0x96, 0x01, 0xc8, 0x67, 0xce, 0x59, 0xe0, 0xaa, 0x88, 0x9d, 0x80, 0x9c, 0x4f, 0xc1, 0x6a, 0x9f, 0xe7, 0x3f, 0xde, 0xb1, 0x59, 0xeb, 0x52, 0x94, 0x50, 0x2a, 0x8d, 0x7a, 0x7e, 0x72, 0xd2, 0x92, 0xea, 0x33, 0xd2, 0x41 } }; static const struct cckprng_op_generate op_init_4648 = { .hd = { .id = 4392, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x1b, 0x13, 0x6d, 0xd6, 0xf8, 0x2e, 0xcd, 0x89, 0xfe, 0xc7, 0xb2, 0xd8, 0x2d, 0xe8, 0x94, 0xfa, 0xd3, 0x57, 0x70, 0x85, 0x61, 0xe3, 0xd8, 0x2c, 0xe4, 0x24, 0x71, 0x31, 0x8d, 0x31, 0x79, 0x16, 0x24, 0x1d, 0x35, 0xb3, 0xa6, 0x29, 0xfe, 0x1b, 0x1e, 0x32, 0x5a, 0x59, 0xce, 0xca, 0xa4, 0x4b, 0x26, 0x6e, 0xed, 0x21, 0xbe, 0xa8, 0x41, 0xea, 0xe4, 0x21, 0xbe, 0xb9, 0x0e, 0x20, 0x85, 0x1c, 0x3a, 0x16, 0xaa, 0xb6, 0xf0, 0x9b, 0x33, 0x2e, 0xc5, 0x13, 0xcf, 0xb2, 0xc0, 0x12, 0x1e, 0x43, 0x94, 0x78, 0xa0, 0x49, 0x54, 0x3b, 0xb6, 0x87, 0x9d, 0xbd, 0x3d, 0xd7, 0x31, 0x1c, 0xa1, 0x9e, 0x48, 0x87 } } }; static const struct cckprng_op_reseed op_reseed_4649 = { .hd = { .id = 4393, .kind = OP_RESEED }, .nonce = 12965806498607728826ULL, .seed_nbytes = 198, .seed = { 0x48, 0x29, 0xd8, 0xac, 0x09, 0x8d, 0xc6, 0xe5, 0xcd, 0xb6, 0xac, 0x3b, 0x9c, 0x47, 0x7a, 0x96, 0x20, 0x61, 0xca, 0x42, 0x94, 0xca, 0xe3, 0xba, 0xd9, 0x85, 0x9d, 0xc0, 0xd9, 0x75, 0x95, 0x7c, 0x11, 0xa4, 0x15, 0xe5, 0x36, 0x4a, 0x13, 0xd8, 0x25, 0x7d, 0xbe, 0x78, 0x8f, 0x93, 0xb3, 0xf4, 0x75, 0xa6, 0xf0, 0xf0, 0xf1, 0x4d, 0x71, 0xbb, 0xff, 0x23, 0x13, 0x13, 0x36, 0xc0, 0x2e, 0x03, 0x54, 0xb0, 0xff, 0x1b, 0x19, 0xdf, 0x6c, 0x67, 0xfd, 0xcc, 0xfe, 0x48, 0x42, 0x5d, 0x1b, 0xce, 0x53, 0xeb, 0x1a, 0xa8, 0x1a, 0x54, 0x7e, 0x8d, 0xac, 0x28, 0x9c, 0xfd, 0x0b, 0xf3, 0x1b, 0xd7, 0x36, 0xd2, 0x51, 0x16, 0xe2, 0x0f, 0xb2, 0xa8, 0xf9, 0x2e, 0x5e, 0xb1, 0xd4, 0x19, 0xb0, 0x7a, 0x8d, 0x51, 0xc3, 0xe6, 0xa6, 0xa3, 0xa8, 0xa7, 0x76, 0xc2, 0xcd, 0xe2, 0x48, 0x77, 0x55, 0x12, 0x32, 0x1d, 0x17, 0x90, 0xc0, 0xcd, 0xf7, 0x5d, 0x63, 0x48, 0x6a, 0xfe, 0xf0, 0x83, 0x72, 0x86, 0x33, 0x2e, 0xae, 0x96, 0xc1, 0xf1, 0xf3, 0x4b, 0xd0, 0x29, 0xfc, 0x64, 0xd2, 0x80, 0xa3, 0xff, 0x2d, 0x1f, 0x33, 0x77, 0x94, 0x83, 0x3a, 0x98, 0xf6, 0xb7, 0x01, 0xf8, 0xc8, 0x6f, 0x33, 0x23, 0xe3, 0x2d, 0x2a, 0x83, 0x61, 0x5c, 0x22, 0x35, 0x24, 0x80, 0x1c, 0x03, 0xd8, 0xa8, 0x64, 0xf9, 0x44, 0x2c, 0x0a, 0x8d, 0x9e, 0x84 } }; static const struct cckprng_op_generate op_init_4650 = { .hd = { .id = 4394, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x81, 0x0d, 0xb3, 0xf7, 0x0c, 0x4f, 0x54, 0x45, 0xe6, 0x4a, 0x17, 0x80, 0x59, 0xa6, 0xb1, 0xc9, 0x13, 0x2a, 0x5e, 0x50, 0xae, 0x82, 0xf8, 0x14, 0x0b, 0xcd, 0x5f, 0x43, 0x24, 0x8a, 0xe5, 0xde, 0xd1, 0x5c, 0x1e, 0x52, 0x89, 0x72, 0x35, 0x67, 0xcd, 0x4f, 0x16, 0xc0, 0x65, 0x97, 0x7f, 0x42, 0xd1, 0x5c, 0x3f, 0x79, 0x44, 0x2f, 0x41, 0x3f, 0x1e, 0xc7, 0xe5, 0xba, 0x3b, 0x83, 0xc7, 0x17, 0x64, 0xd1, 0x84, 0x91, 0x49, 0x55, 0x01, 0x9d, 0x1a, 0x58, 0xa1, 0x38, 0xa8, 0xad, 0x56, 0x0f, 0x38, 0x0b, 0x85, 0x8f, 0x39, 0x42, 0x74, 0x3d, 0x60, 0xb5, 0x9f, 0x89, 0x62, 0xd0, 0x97, 0x8b, 0xec, 0x7a, 0xc5, 0xc0, 0x9d, 0x13, 0xf7, 0xe0, 0x3e, 0x06, 0xba, 0xe4, 0xe0, 0x2e, 0xd3, 0x6c, 0xa6, 0xfe, 0x39, 0xf5, 0xd4, 0x45, 0xab, 0xea, 0xb1, 0xcf, 0x0f, 0xbb, 0x96, 0x65, 0x00, 0xea, 0x35, 0xd8, 0x23, 0xf7, 0x18, 0xeb, 0xf1, 0x22, 0xba, 0x37, 0xfa, 0x86, 0x29, 0x87, 0x41, 0x05, 0xa7, 0xa8, 0x22, 0x0f, 0x68, 0x6d, 0xb7, 0xbe, 0x03, 0x1a, 0x92, 0xdc, 0x89, 0x41, 0xf7, 0xe1, 0xb6, 0x8f, 0x2c, 0xfe, 0xbc, 0x6a, 0xe6, 0xc6, 0x6a, 0xc1, 0xe2, 0xf7, 0xc7, 0x8c, 0x4c, 0x7e, 0x0a, 0x83, 0xfe, 0xf7, 0x51, 0x89, 0x63, 0x24, 0x63, 0x1f, 0x9c, 0x70, 0x14, 0x61, 0xa9, 0x77, 0x44, 0x9e, 0x02, 0x3d, 0x6e, 0x50, 0xa4, 0xb5, 0x43, 0xa5, 0xb0, 0x8f, 0x7b, 0xed } } }; static const struct cckprng_op_refresh op_refresh_4651 = { .hd = { .id = 4395, .kind = OP_REFRESH }, .rand = 12794283778829712421ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4652 = { .hd = { .id = 4396, .kind = OP_RESEED }, .nonce = 7338229078210852577ULL, .seed_nbytes = 284, .seed = { 0x92, 0xe8, 0xc0, 0x6d, 0x04, 0xf2, 0xda, 0x90, 0xae, 0xa1, 0x1a, 0xb0, 0xd3, 0xb9, 0x91, 0x8b, 0xb5, 0x08, 0x77, 0xa6, 0x3f, 0xb6, 0xcd, 0xc3, 0xee, 0x04, 0xa5, 0xe5, 0x96, 0xf5, 0x5f, 0x88, 0x6d, 0x56, 0xd3, 0xc6, 0xfc, 0x74, 0x25, 0xfa, 0xc4, 0x2e, 0x93, 0x5a, 0xf1, 0x1e, 0x1b, 0x73, 0xbe, 0x71, 0x8c, 0xdb, 0x06, 0xb1, 0x1c, 0xa6, 0x56, 0x23, 0xdf, 0xc6, 0x30, 0x6f, 0xd5, 0x9f, 0xdb, 0xe2, 0xba, 0xf6, 0xd1, 0x05, 0xd1, 0xb9, 0x16, 0x6c, 0x4a, 0x91, 0xf3, 0xf2, 0xfb, 0x0d, 0x81, 0x63, 0x51, 0xa9, 0x87, 0x8b, 0x49, 0x12, 0x94, 0x33, 0xf4, 0x90, 0xbe, 0xa5, 0xfc, 0x5f, 0xc9, 0xa4, 0x05, 0x56, 0x8e, 0xef, 0xd9, 0xb1, 0xcc, 0xb1, 0x21, 0xcf, 0xd7, 0x89, 0x8e, 0xa5, 0x12, 0x0e, 0x72, 0x6e, 0x27, 0x2d, 0x6c, 0xb4, 0xc4, 0x42, 0xc1, 0x30, 0x11, 0xdd, 0xef, 0xb9, 0xfd, 0x23, 0x1b, 0x1f, 0x88, 0x57, 0x1c, 0x76, 0xa5, 0xa4, 0x12, 0x1e, 0x31, 0x74, 0xb5, 0xae, 0x11, 0xb8, 0x0f, 0xc8, 0xd7, 0xe4, 0x91, 0x5c, 0x6f, 0x7b, 0xc4, 0xdf, 0x4a, 0xe1, 0x0e, 0xb2, 0x75, 0xbd, 0x62, 0x02, 0x84, 0xba, 0xde, 0xb6, 0xf3, 0xb0, 0x7e, 0x1f, 0x36, 0xbd, 0x92, 0xb1, 0x4b, 0x48, 0xc0, 0xfb, 0xd4, 0xd9, 0xd1, 0x33, 0xad, 0x97, 0xbb, 0x26, 0xb4, 0xb5, 0xa3, 0x6c, 0xa3, 0x16, 0x93, 0xba, 0x31, 0xf3, 0x6c, 0xd4, 0xc0, 0xf3, 0x92, 0xb7, 0x3c, 0x8c, 0x04, 0x6e, 0xf1, 0x39, 0x98, 0x90, 0x1a, 0x18, 0x8c, 0xbc, 0xf8, 0xbc, 0xba, 0xb8, 0x95, 0x9c, 0x6c, 0x2f, 0x3c, 0x5a, 0xb7, 0x0b, 0x50, 0xf5, 0xb9, 0x8e, 0x49, 0x66, 0x95, 0x42, 0xa1, 0x63, 0x2a, 0xb6, 0xea, 0x25, 0xd8, 0x51, 0xfc, 0x7e, 0xdc, 0x7c, 0x82, 0xfe, 0xda, 0x9b, 0x96, 0x7d, 0x90, 0x63, 0xe9, 0x19, 0x91, 0x63, 0x84, 0x5c, 0x63, 0xee, 0xda, 0x60, 0x57, 0x40, 0x7f, 0xa6, 0x1e, 0x5b, 0x9f, 0x9b, 0xaf, 0x70, 0x79, 0x9c, 0x8a, 0xd6, 0x40, 0x76, 0x02, 0xbf } }; static const struct cckprng_op_generate op_init_4653 = { .hd = { .id = 4397, .kind = OP_GENERATE }, .rand_nbytes = 59, .out = { .rand = { 0x0f, 0xf8, 0x8e, 0x84, 0xdb, 0x3e, 0x58, 0x6e, 0x91, 0x5a, 0x43, 0x4f, 0x31, 0xf0, 0x1f, 0x88, 0x66, 0xc9, 0x09, 0xfc, 0x3d, 0xf9, 0x40, 0x5a, 0x6b, 0x6a, 0x4f, 0x77, 0x9c, 0xaf, 0x60, 0xbd, 0xfa, 0x73, 0xe0, 0x58, 0x0c, 0x4a, 0xef, 0xcb, 0x72, 0x56, 0x04, 0x52, 0xe7, 0x82, 0x7f, 0x73, 0xc9, 0x09, 0xec, 0x1b, 0xa1, 0xab, 0x22, 0xa5, 0x17, 0xd4, 0x5a } } }; static const struct cckprng_op_reseed op_reseed_4654 = { .hd = { .id = 4398, .kind = OP_RESEED }, .nonce = 2019393651504776925ULL, .seed_nbytes = 135, .seed = { 0xe1, 0x7e, 0xb4, 0x17, 0x15, 0xa9, 0xec, 0xac, 0x94, 0xb8, 0x1c, 0xed, 0x80, 0x9c, 0xa1, 0x50, 0x86, 0x69, 0xad, 0x23, 0x44, 0x7c, 0xfa, 0x99, 0x4c, 0xa8, 0x0d, 0xa3, 0x2e, 0xca, 0x31, 0x17, 0x30, 0x59, 0x40, 0xdd, 0xa0, 0x4e, 0x3e, 0xef, 0x33, 0xcd, 0x9d, 0xf0, 0x34, 0x2c, 0x5f, 0x4d, 0xda, 0x4f, 0x60, 0x04, 0x34, 0xba, 0xd0, 0x29, 0xab, 0x4d, 0xee, 0xf9, 0xa2, 0xdd, 0x70, 0x81, 0xbd, 0x7f, 0xff, 0xac, 0x8e, 0x0e, 0x1c, 0xa1, 0x52, 0xed, 0x28, 0x1e, 0xcd, 0xf5, 0xab, 0x25, 0xbd, 0x02, 0x02, 0xb9, 0xa1, 0x20, 0x80, 0xc1, 0x8c, 0xda, 0xe2, 0x32, 0x6d, 0xc9, 0x72, 0xb8, 0x04, 0x46, 0x23, 0x84, 0x15, 0x87, 0x57, 0xc5, 0x60, 0x47, 0x4d, 0xae, 0x1a, 0x79, 0x7f, 0xe1, 0x30, 0x8a, 0xb0, 0x17, 0x64, 0x5d, 0xe3, 0x5a, 0xc7, 0xf3, 0xab, 0x8a, 0xea, 0x3a, 0xc3, 0xef, 0xec, 0xfc, 0x2c, 0xb9, 0x74, 0xaf, 0x3f } }; static const struct cckprng_op_refresh op_refresh_4655 = { .hd = { .id = 4399, .kind = OP_REFRESH }, .rand = 17532978774817050621ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4656 = { .hd = { .id = 4400, .kind = OP_RESEED }, .nonce = 14843749111783221893ULL, .seed_nbytes = 82, .seed = { 0x97, 0xea, 0x5c, 0xbd, 0xc0, 0x73, 0x9e, 0xab, 0x9e, 0x2f, 0x12, 0x8d, 0x61, 0x40, 0xef, 0x67, 0xa3, 0x38, 0xfa, 0x20, 0x5d, 0xcd, 0xf8, 0x22, 0xbc, 0x8f, 0x0e, 0xd1, 0x29, 0x67, 0x1c, 0x05, 0x33, 0x76, 0xa0, 0x9e, 0xa7, 0xb5, 0x88, 0xc1, 0xad, 0x65, 0xcf, 0x0d, 0x99, 0xcf, 0x81, 0x82, 0x29, 0x87, 0x68, 0x81, 0xa3, 0x82, 0xe0, 0x0e, 0x21, 0x28, 0x48, 0x24, 0xbd, 0xd3, 0xf3, 0xb0, 0x85, 0x40, 0x62, 0x74, 0xba, 0x8f, 0xb0, 0x60, 0x77, 0x61, 0x78, 0xc9, 0xaf, 0xec, 0x8a, 0xa0, 0xcc, 0x11 } }; static const struct cckprng_op_generate op_init_4657 = { .hd = { .id = 4401, .kind = OP_GENERATE }, .rand_nbytes = 150, .out = { .rand = { 0x6d, 0x1b, 0x72, 0x7e, 0xb1, 0xa6, 0xc1, 0x68, 0x4b, 0xd0, 0x66, 0xc9, 0x8c, 0xf8, 0x21, 0x5c, 0xf5, 0xb3, 0xe9, 0x37, 0xe4, 0x3d, 0x22, 0x6b, 0x46, 0x12, 0x93, 0x32, 0xd2, 0x17, 0xc1, 0x24, 0xc7, 0x5d, 0x6f, 0x36, 0x51, 0xa1, 0x4f, 0x6b, 0x37, 0x91, 0x25, 0x23, 0xfe, 0x6a, 0x39, 0xaa, 0x06, 0xc7, 0xe1, 0x8a, 0x05, 0xaa, 0x47, 0x53, 0x03, 0x0d, 0x26, 0xed, 0xf9, 0xbe, 0xfa, 0xfb, 0xb3, 0xe2, 0xb4, 0xe7, 0x00, 0x8c, 0x4c, 0x06, 0xa7, 0x43, 0xd7, 0x78, 0x71, 0x61, 0x63, 0x85, 0xf6, 0x1f, 0xd3, 0xf1, 0x1e, 0x37, 0x4f, 0x16, 0x5c, 0x83, 0x1a, 0x71, 0xea, 0xdf, 0x87, 0x44, 0x92, 0x39, 0xea, 0xb4, 0x78, 0x3d, 0x3c, 0x17, 0x26, 0x25, 0x68, 0x88, 0x0c, 0xd5, 0xa6, 0x8b, 0x23, 0x38, 0x99, 0x67, 0x00, 0xbc, 0x75, 0xba, 0xe0, 0xce, 0xe5, 0xd7, 0x5d, 0xab, 0x1c, 0x4e, 0xeb, 0x5f, 0x08, 0x8c, 0xca, 0x1f, 0xaa, 0x46, 0x93, 0x39, 0x44, 0x49, 0x11, 0x49, 0x26, 0xd0, 0x50, 0xa2, 0x37, 0x16, 0xc9, 0x63 } } }; static const struct cckprng_op_refresh op_refresh_4658 = { .hd = { .id = 4402, .kind = OP_REFRESH }, .rand = 15643083122045766071ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4659 = { .hd = { .id = 4403, .kind = OP_REFRESH }, .rand = 6525456553475589815ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4660 = { .hd = { .id = 4404, .kind = OP_REFRESH }, .rand = 15266350606769894142ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4661 = { .hd = { .id = 4405, .kind = OP_GENERATE }, .rand_nbytes = 68, .out = { .rand = { 0x03, 0x80, 0xa8, 0x91, 0x82, 0x2e, 0x7d, 0x77, 0xbe, 0x1e, 0x94, 0x60, 0x9a, 0xbf, 0x55, 0x4a, 0x0e, 0xb7, 0x74, 0x84, 0x37, 0xa4, 0x32, 0x88, 0x17, 0x24, 0x2a, 0x8a, 0xf6, 0xb9, 0xa5, 0x39, 0x93, 0x13, 0xd3, 0xee, 0xad, 0x2e, 0x0a, 0x47, 0x97, 0xa3, 0xcf, 0x96, 0x27, 0x0c, 0x3c, 0xaa, 0x07, 0x1a, 0x28, 0xc9, 0x5e, 0x78, 0x39, 0x7a, 0x9e, 0x96, 0x32, 0xcb, 0xa7, 0x22, 0xfa, 0xab, 0x79, 0xf6, 0x63, 0xa3 } } }; static const struct cckprng_op_refresh op_refresh_4662 = { .hd = { .id = 4406, .kind = OP_REFRESH }, .rand = 6202676930239074953ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4663 = { .hd = { .id = 4407, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0x77, 0x18, 0x17, 0x71, 0xd2, 0xa5, 0x6c, 0x5d, 0x19, 0xd8, 0x74, 0xee, 0x7d, 0x45, 0x45, 0x75, 0x22, 0x53, 0x00, 0x96, 0x3c, 0xb2, 0x13, 0xbd, 0x12, 0xf7, 0x7d, 0xb8, 0x19, 0x7a, 0x45, 0x28, 0x70, 0x13, 0x44, 0xdb, 0xc0, 0x2d, 0x96, 0x42, 0x6a, 0xd6, 0x73, 0x06, 0x27, 0x77, 0x44, 0xa5, 0xb4, 0xc0, 0x4d, 0xef, 0xf7, 0x58, 0xf4, 0x28, 0x8f, 0x6b, 0xc4, 0xb0, 0xe5, 0x6f, 0xba, 0xa9, 0x55, 0xc3, 0xe6, 0xc6, 0x4c, 0xb4, 0x2b, 0xa4, 0xdc, 0xe5, 0xe7, 0xe8, 0x4e, 0x64, 0x7c, 0xa7, 0x65, 0xc8, 0x01, 0x98, 0xde, 0x48, 0x9c, 0x1f, 0x85, 0xcd, 0x74, 0x59, 0xdf, 0x03, 0xc2, 0x24, 0x85, 0xd5, 0x69, 0x59, 0x21, 0xe5, 0xe1, 0xc7, 0xf3, 0xf6, 0x1c, 0x4a, 0xc2, 0xd8, 0x98, 0xf4, 0x66, 0xeb, 0xbb, 0x06, 0x29, 0xe2, 0xf4, 0x1b, 0x77, 0xb5, 0x70, 0xc6, 0x59, 0x10, 0x38, 0xfe, 0xe8, 0x1a, 0x18, 0x10, 0xd0, 0x93, 0x2b, 0x05, 0x2f, 0x5d, 0x90, 0x2d, 0x15, 0x52, 0x28, 0x58, 0xb3, 0x20, 0x04, 0x8a, 0x05, 0xc5, 0x26, 0xe7, 0x6c, 0x7d, 0xdf, 0x78, 0x82, 0x88, 0xf7, 0x19, 0x79, 0x59, 0xd5, 0x0c, 0xbc, 0x5d, 0x66, 0x18, 0x9a, 0x20, 0x46, 0x00, 0xba, 0x18, 0xc4, 0x5a, 0x4a, 0xa9, 0x74, 0x9c, 0xb1, 0x29, 0x55, 0x3c, 0x35, 0x49, 0x47, 0x02, 0x80, 0x8a, 0xfe, 0x44, 0x43, 0x60, 0x8f, 0x66, 0x84, 0x8c, 0xc2, 0xee, 0xec, 0x85, 0x99, 0xb6, 0xc7, 0x0e, 0x84, 0xb7, 0xc2, 0x23, 0xfe, 0x99, 0xe1, 0xa8, 0xb8, 0x1c, 0x02, 0xa6, 0xf8, 0x1d, 0xab, 0xca, 0xf0, 0x55, 0xc2, 0x8f, 0xf5, 0xc6, 0x58, 0xe1, 0x0d, 0x0d, 0xaf, 0x9a, 0x1a, 0xea, 0x88, 0x20, 0x42, 0x83, 0x2a, 0x91, 0x30, 0x4c, 0x85, 0xa1, 0x41, 0xc8, 0x9a, 0x8a, 0xd1, 0xd9, 0x6e, 0x57, 0xfa, 0x9e, 0x80, 0x25 } } }; static const struct cckprng_op_refresh op_refresh_4664 = { .hd = { .id = 4408, .kind = OP_REFRESH }, .rand = 17039168938041777145ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4665 = { .hd = { .id = 4409, .kind = OP_REFRESH }, .rand = 2437406150510717781ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4666 = { .hd = { .id = 4410, .kind = OP_REFRESH }, .rand = 16383098530969223884ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4667 = { .hd = { .id = 4411, .kind = OP_RESEED }, .nonce = 3275495898639365565ULL, .seed_nbytes = 193, .seed = { 0xb5, 0x69, 0x8a, 0x51, 0xe3, 0xdb, 0x66, 0x31, 0xba, 0x08, 0xb0, 0xaf, 0xb3, 0x43, 0x58, 0x46, 0xa0, 0x5f, 0xee, 0xc0, 0x2c, 0xca, 0xcc, 0xab, 0x1c, 0xbc, 0x13, 0x1d, 0xab, 0xa3, 0x97, 0xb9, 0x1f, 0x33, 0xe9, 0xe5, 0xcb, 0x50, 0x2f, 0x09, 0x3f, 0x6b, 0x37, 0x0f, 0xd4, 0x96, 0x3b, 0x3d, 0x9e, 0xc9, 0x26, 0xbf, 0x87, 0x3b, 0xa9, 0xad, 0x66, 0x6c, 0x5d, 0x29, 0xad, 0x7d, 0x70, 0xe7, 0x14, 0x7b, 0x52, 0xec, 0x02, 0x71, 0x10, 0xef, 0x9d, 0xe3, 0x7a, 0x7c, 0x08, 0xd8, 0x19, 0x93, 0x0b, 0xa9, 0x3a, 0xfa, 0x0a, 0x77, 0x1f, 0x12, 0xbe, 0x16, 0x1b, 0xd3, 0x05, 0x08, 0x93, 0x06, 0x9e, 0x3a, 0x9d, 0xd6, 0xfe, 0x40, 0xdf, 0x18, 0x68, 0xab, 0x71, 0x1a, 0x76, 0x40, 0x43, 0x58, 0x72, 0x5c, 0xb6, 0x57, 0xd1, 0x68, 0xfa, 0x79, 0xd2, 0x4a, 0x27, 0x84, 0xe5, 0x28, 0x10, 0xb6, 0x62, 0x2c, 0xee, 0xac, 0x28, 0x0a, 0x37, 0xac, 0xe0, 0x11, 0xc2, 0xa7, 0xb9, 0xf2, 0x69, 0x75, 0xd1, 0xb8, 0x79, 0xa9, 0xe8, 0x5e, 0x3c, 0x0c, 0x2e, 0xb8, 0x98, 0x07, 0x41, 0xfa, 0x8a, 0x2d, 0xb2, 0x97, 0x63, 0xb9, 0x9b, 0xe5, 0x1a, 0xbd, 0x16, 0xa1, 0x30, 0x82, 0x25, 0x8b, 0x18, 0xc3, 0xd6, 0x5b, 0x92, 0xae, 0xb9, 0xfa, 0x6e, 0x9b, 0xe8, 0x22, 0x4c, 0xaf, 0xdc, 0xce, 0x7c, 0x49, 0x50 } }; static const struct cckprng_op_refresh op_refresh_4668 = { .hd = { .id = 4412, .kind = OP_REFRESH }, .rand = 14600361511723125280ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4669 = { .hd = { .id = 4413, .kind = OP_GENERATE }, .rand_nbytes = 48, .out = { .rand = { 0x3e, 0x94, 0x30, 0x96, 0x2c, 0xf8, 0xaa, 0xd1, 0x02, 0x78, 0x1c, 0x8a, 0xc5, 0x9e, 0xd3, 0xc0, 0x5f, 0xfe, 0x5d, 0x3c, 0x68, 0xc2, 0x9e, 0xbe, 0xad, 0xdc, 0x65, 0x41, 0x99, 0x6c, 0x57, 0x63, 0x59, 0xcc, 0x7d, 0xaa, 0x6c, 0x7a, 0xb2, 0x0d, 0xd1, 0xcf, 0xef, 0xc9, 0xde, 0x6b, 0x37, 0x31 } } }; static const struct cckprng_op_generate op_init_4670 = { .hd = { .id = 4414, .kind = OP_GENERATE }, .rand_nbytes = 209, .out = { .rand = { 0xa4, 0xda, 0xdf, 0x8f, 0xa7, 0x89, 0xee, 0x8a, 0x57, 0x19, 0xb0, 0xe8, 0xd9, 0xb8, 0x40, 0xbf, 0x51, 0x79, 0x1d, 0x10, 0xb4, 0x49, 0xb1, 0x1a, 0xb9, 0x07, 0x5b, 0x46, 0x31, 0x69, 0xe0, 0x01, 0x8d, 0x5c, 0x06, 0x9d, 0x0e, 0x77, 0xf9, 0xdf, 0xc1, 0xbd, 0x3a, 0x56, 0x6b, 0x28, 0x5e, 0x96, 0x5c, 0x0a, 0x1a, 0x39, 0xf0, 0xc6, 0xba, 0x75, 0x0a, 0x2d, 0x9a, 0xdd, 0xca, 0x9d, 0x29, 0x65, 0xb6, 0x82, 0xdb, 0x8c, 0x60, 0x5c, 0xc7, 0x46, 0x5f, 0xbf, 0x2d, 0x2e, 0x1e, 0x52, 0x04, 0x31, 0x32, 0x99, 0x58, 0xa4, 0x4e, 0x64, 0xe0, 0x12, 0x57, 0xc3, 0x94, 0xa2, 0x62, 0x41, 0xd4, 0xb4, 0xf1, 0x66, 0x56, 0xaf, 0xb3, 0xe6, 0xa7, 0xe4, 0x30, 0xec, 0x5e, 0x61, 0x85, 0x86, 0x71, 0x5c, 0xcc, 0xef, 0x0e, 0xb3, 0x1e, 0x69, 0x32, 0xa8, 0x69, 0x2e, 0x96, 0x54, 0x71, 0x28, 0x41, 0x70, 0xe9, 0xc7, 0x1f, 0x73, 0xc6, 0xeb, 0x93, 0x9c, 0x14, 0x61, 0x37, 0x28, 0xc1, 0x44, 0x2a, 0x12, 0x89, 0x76, 0x93, 0x71, 0x2c, 0xa2, 0x36, 0x80, 0x34, 0xc8, 0x61, 0xbe, 0x11, 0x83, 0xdd, 0x49, 0x53, 0x40, 0x7e, 0x07, 0x59, 0x9d, 0xa7, 0xf6, 0x24, 0xb6, 0xa4, 0x0e, 0x4b, 0xa6, 0x2b, 0x4a, 0x6e, 0x98, 0xe6, 0xa0, 0xe1, 0x39, 0x75, 0x26, 0x4b, 0x0e, 0xe0, 0x70, 0x88, 0x5d, 0x64, 0x33, 0x49, 0x31, 0x26, 0x48, 0x90, 0xa8, 0x7e, 0xf4, 0x0f, 0x7c, 0x25, 0xe4, 0x88, 0x59, 0x66, 0x07, 0xc8 } } }; static const struct cckprng_op_reseed op_reseed_4671 = { .hd = { .id = 4415, .kind = OP_RESEED }, .nonce = 14016157723997694719ULL, .seed_nbytes = 34, .seed = { 0xca, 0xb5, 0xfa, 0xc7, 0xa6, 0xd9, 0x5f, 0x34, 0xdd, 0x5a, 0xd2, 0x9c, 0x02, 0x91, 0xfc, 0x60, 0xca, 0x05, 0x71, 0x34, 0x53, 0x40, 0x8e, 0x1e, 0x85, 0x86, 0x9d, 0xcf, 0xe4, 0x1b, 0x41, 0x8d, 0x5a, 0x3f } }; static const struct cckprng_op_refresh op_refresh_4672 = { .hd = { .id = 4416, .kind = OP_REFRESH }, .rand = 3967068912964334115ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4673 = { .hd = { .id = 4417, .kind = OP_RESEED }, .nonce = 6695418627478129324ULL, .seed_nbytes = 51, .seed = { 0x76, 0xb7, 0x21, 0x9c, 0x31, 0x94, 0xa5, 0x21, 0x65, 0x59, 0x75, 0xf4, 0xba, 0x58, 0x72, 0x78, 0x46, 0x3e, 0xea, 0xf0, 0x25, 0x00, 0x5e, 0x0b, 0xae, 0x9e, 0xed, 0x8e, 0x16, 0x0e, 0xf6, 0xc8, 0x91, 0x50, 0x34, 0x53, 0x79, 0x83, 0x6b, 0xea, 0x72, 0x30, 0xad, 0x89, 0xcb, 0xe2, 0xa8, 0xfd, 0xc6, 0x8c, 0x11 } }; static const struct cckprng_op_generate op_init_4674 = { .hd = { .id = 4418, .kind = OP_GENERATE }, .rand_nbytes = 73, .out = { .rand = { 0xb3, 0xdd, 0x92, 0x7b, 0x4a, 0x42, 0xb2, 0x45, 0x61, 0x6f, 0xda, 0xb6, 0x40, 0x9a, 0x39, 0xef, 0x6b, 0xa3, 0x82, 0x5e, 0x98, 0xf0, 0xf6, 0x94, 0x16, 0xd7, 0x71, 0xcd, 0x37, 0x1e, 0x21, 0xb9, 0x21, 0x7b, 0x17, 0xc3, 0x95, 0xa6, 0x9f, 0x65, 0x65, 0x48, 0x8a, 0xa2, 0x07, 0x1b, 0xeb, 0x3d, 0x6e, 0xa2, 0x3d, 0x80, 0x10, 0x48, 0xe9, 0x44, 0xae, 0x94, 0x16, 0xae, 0xcb, 0x2c, 0x9d, 0x26, 0x0d, 0x73, 0x21, 0x8c, 0x1d, 0x45, 0x83, 0x58, 0xe3 } } }; static const struct cckprng_op_generate op_init_4675 = { .hd = { .id = 4419, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x21, 0xa9, 0x16, 0x63, 0x14, 0x65, 0x2f, 0x62, 0x64, 0x39, 0x0c, 0x21, 0xaf, 0xdb, 0xa4, 0x13, 0x31, 0xad, 0x0f, 0x00, 0xe4, 0x34, 0x25, 0xf8, 0xc4, 0x39, 0x50, 0x39, 0x4f, 0x8a, 0x63, 0xc5, 0xee, 0x60, 0x0f, 0x7b, 0xd8, 0x23, 0xf0, 0x56, 0x73, 0xd9, 0xac } } }; static const struct cckprng_op_generate op_init_4676 = { .hd = { .id = 4420, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x1c, 0xfa, 0xe2, 0x80, 0xc8, 0xcd, 0x63, 0x3f, 0x96, 0x1a, 0x73, 0x50, 0x3d, 0xc7, 0xe6, 0x18, 0x88, 0xd1, 0x8b, 0x42, 0xc0, 0x06, 0x99, 0xf3, 0x5e, 0x1b, 0x0c, 0xc1, 0x16, 0xc9, 0x64, 0x87, 0xcc, 0x94, 0x9d, 0xca, 0x89, 0x5b, 0x6a, 0xef, 0x16, 0xad, 0x7a, 0x9e, 0xc8, 0x64, 0x6e, 0xf5, 0x3a, 0x00, 0x2d, 0x4d, 0x7c, 0x41, 0x7a, 0xd4, 0x36, 0x51, 0x5f, 0xc4, 0x83, 0x50, 0x2b, 0x46, 0x13, 0x26, 0x68, 0x6b, 0xad, 0x67, 0x98, 0xda, 0xa8, 0xf5, 0x87, 0xa9, 0xb5, 0xda, 0x37, 0x80, 0x9b, 0xb0, 0xfe, 0x43, 0xac, 0xc2, 0xa9, 0xcd, 0x04, 0xef, 0xc3, 0xd8, 0x9a, 0x45, 0xee, 0x1b, 0xd2, 0x20, 0x99, 0xcc, 0xf9, 0xda, 0x86, 0x59, 0x2a, 0x4e, 0x39, 0x71, 0x49, 0x56, 0x52, 0x21, 0x84, 0x00, 0xa0, 0xfc, 0xd8, 0x23, 0xd2, 0xaa, 0x0c, 0xab, 0x53, 0x41, 0xe5, 0x9b, 0x80, 0x63, 0xe0, 0x93, 0x41, 0xb1, 0xc3, 0x40, 0x15, 0x3b, 0xf1, 0x53, 0xda, 0x7e, 0x9a, 0xe5, 0x4c, 0x87, 0xa7, 0xa9, 0x35, 0xb4, 0x7c, 0x59, 0xfb, 0x7f, 0x3a, 0xce, 0xa0, 0x17, 0x03, 0x55, 0xcb, 0x85, 0xd3, 0xc0, 0xd4, 0x93, 0x54, 0xdc, 0x70, 0x51, 0x3e, 0xed, 0x3c, 0xc9, 0x3a, 0x04, 0x24, 0x11, 0x17, 0xfc, 0xfd, 0x14, 0xda, 0xfa, 0xad, 0xb6, 0xd2, 0x35, 0x90, 0xdd, 0x09, 0x63, 0x2e, 0x5c, 0x96, 0xa1, 0x23, 0x61, 0xec, 0xec, 0x96, 0xc7, 0x2a, 0xd7, 0x94, 0x19, 0xe9, 0x4d, 0x21, 0xae, 0x5d, 0x4d, 0x39, 0xd5, 0x92, 0xba, 0xc9, 0x45, 0x72, 0x94, 0x6d, 0xda, 0xad, 0x5d, 0x93, 0x21, 0x17, 0x89, 0xba, 0x25, 0xff, 0x10, 0xc1, 0x99, 0x4b, 0xf0, 0x6c, 0xe2, 0xb1, 0x0f, 0x5d, 0x30, 0xc6, 0x60, 0x23, 0x74, 0xcc, 0x64, 0xeb, 0xf7, 0x94, 0xca, 0xc5, 0x93, 0xfa } } }; static const struct cckprng_op_generate op_init_4677 = { .hd = { .id = 4421, .kind = OP_GENERATE }, .rand_nbytes = 185, .out = { .rand = { 0x36, 0x2e, 0x5c, 0x21, 0x11, 0x64, 0x61, 0x74, 0x4a, 0x89, 0x43, 0x6e, 0x36, 0xea, 0x51, 0x52, 0xa5, 0x4a, 0x0e, 0x59, 0x08, 0x12, 0x6b, 0x32, 0x77, 0x32, 0x0d, 0xde, 0x51, 0xfb, 0x83, 0x70, 0x85, 0x83, 0x7d, 0xb5, 0x1f, 0x5f, 0x8c, 0xe2, 0xb9, 0xc1, 0x33, 0x7f, 0x20, 0xd6, 0xfb, 0xe3, 0x02, 0xd1, 0x6f, 0xbe, 0x6c, 0x40, 0x59, 0x04, 0x7d, 0x8f, 0x5e, 0x21, 0xf7, 0xee, 0xec, 0x1e, 0x7a, 0xec, 0xba, 0x75, 0x63, 0x3c, 0xf2, 0x62, 0x51, 0xab, 0xb7, 0x44, 0x14, 0xc5, 0x56, 0x3a, 0xaa, 0xf8, 0xc5, 0x71, 0x16, 0x65, 0x60, 0xb5, 0xa4, 0x12, 0x42, 0x7b, 0xb3, 0xc4, 0x59, 0xe9, 0xbe, 0x5c, 0x07, 0x7b, 0x2e, 0xb6, 0x28, 0x76, 0xf6, 0x2b, 0x3f, 0x53, 0x9f, 0x52, 0x8e, 0x7f, 0xf0, 0x8d, 0x63, 0xb8, 0xac, 0x03, 0xe3, 0xbb, 0xdc, 0xa3, 0x1d, 0xd8, 0xeb, 0x81, 0xdf, 0x57, 0xe7, 0xdd, 0x23, 0xb0, 0xd4, 0x68, 0x69, 0x6c, 0x13, 0xaa, 0xdf, 0xe1, 0xcd, 0xa7, 0x4c, 0xbf, 0x85, 0xe1, 0xe8, 0xda, 0xe3, 0xd6, 0x6e, 0xf9, 0x3f, 0x60, 0xe8, 0x7e, 0x5c, 0x16, 0xa6, 0x99, 0x42, 0x8f, 0xad, 0xee, 0x89, 0x93, 0x60, 0x77, 0xa1, 0x0f, 0xc0, 0x5e, 0xa3, 0x83, 0x54, 0xe4, 0x0d, 0x99, 0xbe, 0xe5, 0x0c, 0xcd, 0xef, 0x7d, 0xcf } } }; static const struct cckprng_op_generate op_init_4678 = { .hd = { .id = 4422, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x2a, 0xff, 0xe9, 0xe5, 0x6d, 0xf0, 0x3f, 0x09, 0x78, 0x61, 0xc6, 0xed, 0x1a, 0x98, 0x59, 0xb7, 0xcf, 0xf2, 0xb0, 0x7e, 0x72, 0xfe, 0x0a, 0x65, 0x92, 0xb6, 0x17, 0xb6, 0xec, 0x53, 0xee, 0x0f, 0x44, 0x07, 0x8b, 0x69, 0x90, 0x85, 0x9b, 0x80, 0x13, 0xcc, 0xb3, 0x33, 0x22, 0x5d, 0x62, 0xfb, 0xa4, 0x29, 0x00, 0xa5, 0x7d, 0x89, 0x6a, 0xb3, 0x3e, 0xc7, 0x73, 0x31, 0x7a, 0x7e, 0xf5, 0x31, 0x4b, 0xd9, 0xaf, 0xc5, 0xc6, 0x8b, 0x73, 0xcd, 0x10, 0xe4, 0x60, 0x5c, 0x00, 0x19, 0x41, 0x3f, 0x6c, 0x84, 0x64, 0xcf, 0x10, 0x3b, 0xf7, 0x8c, 0x8b, 0xdf, 0x65, 0xa7, 0x9a, 0xb9, 0x44, 0xa3, 0xff, 0x8c, 0x49, 0xf3, 0xd2, 0xf0, 0x2f, 0x9e, 0x26, 0x3a, 0xc8, 0x0e, 0x3f, 0xc8, 0xec, 0x33, 0xab, 0xd0, 0x42, 0x8a, 0x80, 0xb2, 0x2d, 0x05, 0x1f, 0x70, 0xd5, 0x01, 0x81, 0xcc, 0xf8, 0xdc, 0x62, 0x0e, 0x05, 0x20, 0x56, 0x82, 0x63, 0xec, 0x0a, 0x79, 0x34, 0xb3, 0x6d, 0xf3, 0xbf, 0x4e, 0xfa, 0x4a, 0xae, 0xc8, 0xde, 0x4c, 0xd8, 0xc4, 0xe5, 0x11, 0x8e, 0xc7, 0x8d, 0x34, 0x05, 0x99, 0x12, 0x1f, 0x02, 0x85, 0xb2, 0xd8, 0x2e, 0x3b, 0xb0, 0xea, 0x06, 0xe6, 0xf9, 0x9a, 0xc1, 0xa1, 0xa9, 0x90, 0x66, 0x99, 0x0f, 0xb4, 0xad, 0xcc, 0xbd, 0xa4, 0x35, 0xe9, 0x00, 0x95, 0x21, 0x73, 0x41, 0x8f, 0x8b, 0x73, 0xd1, 0x3b, 0xbc, 0x83, 0x2d, 0xdd, 0xa8, 0x34, 0x7d, 0x0f } } }; static const struct cckprng_op_generate op_init_4679 = { .hd = { .id = 4423, .kind = OP_GENERATE }, .rand_nbytes = 275, .out = { .rand = { 0xfb, 0x0c, 0x02, 0xbb, 0x8b, 0xea, 0x05, 0x59, 0xdb, 0x3c, 0xef, 0xa0, 0x38, 0xd1, 0xeb, 0xb5, 0xfb, 0x9b, 0xac, 0xd1, 0xbc, 0x33, 0x4c, 0xe3, 0x98, 0x52, 0x4a, 0xa2, 0x57, 0x94, 0xee, 0xe5, 0x95, 0x6a, 0x87, 0x8d, 0x47, 0xf7, 0xe3, 0x09, 0x98, 0x89, 0x46, 0xcc, 0xff, 0x3b, 0x97, 0x5f, 0x3d, 0x1b, 0x6a, 0x2b, 0xf5, 0x9f, 0x28, 0xf9, 0xbe, 0x36, 0x89, 0xcc, 0x4b, 0x71, 0x41, 0x5d, 0x3d, 0x31, 0x68, 0xba, 0xbc, 0x4d, 0xc4, 0x26, 0xa1, 0xfc, 0x17, 0xeb, 0xc8, 0xd5, 0xa3, 0xe4, 0xb2, 0x53, 0x91, 0xea, 0xde, 0xb4, 0x43, 0x4e, 0x72, 0x45, 0x41, 0x47, 0x3a, 0xdf, 0x6a, 0xf1, 0x46, 0x19, 0xc4, 0x1c, 0x22, 0x9d, 0xe5, 0xa1, 0x89, 0x2a, 0x4e, 0xce, 0x93, 0x46, 0x77, 0x8c, 0x5b, 0xb2, 0xf5, 0xec, 0xa0, 0x60, 0xf0, 0x56, 0x17, 0x0e, 0xb9, 0xf5, 0x60, 0x73, 0x50, 0x75, 0xd1, 0x5f, 0xc9, 0x4b, 0xc7, 0x3f, 0x05, 0xd1, 0xb4, 0xfc, 0x38, 0x37, 0x2f, 0x03, 0x68, 0x63, 0x04, 0x0e, 0xc2, 0x9b, 0xfd, 0x40, 0xc2, 0x7f, 0x16, 0xf7, 0x7c, 0xe2, 0x2e, 0xf0, 0x56, 0x62, 0xc5, 0x98, 0x08, 0x3b, 0x4b, 0xc4, 0x94, 0xa3, 0x60, 0x7d, 0xf9, 0xc4, 0x74, 0x05, 0x80, 0x0a, 0x9b, 0xbf, 0x43, 0x05, 0x3d, 0xe4, 0xa6, 0x84, 0xdc, 0x03, 0xf4, 0xd7, 0x6b, 0x06, 0xea, 0xb5, 0x46, 0x39, 0xdc, 0xe4, 0x49, 0x69, 0x52, 0xae, 0xdd, 0x13, 0x34, 0x9e, 0xb0, 0x62, 0x60, 0x80, 0xac, 0xff, 0xab, 0xd3, 0xb2, 0x76, 0x99, 0xc9, 0xef, 0x37, 0xe2, 0xbe, 0x37, 0x0e, 0x75, 0x66, 0x8d, 0x9f, 0xfa, 0x56, 0x79, 0xbe, 0xa0, 0xba, 0x7b, 0x59, 0xe0, 0xb1, 0x8c, 0xc1, 0x30, 0x00, 0x5c, 0xce, 0xb9, 0xe7, 0x6a, 0x1b, 0xa6, 0x72, 0xde, 0xcc, 0x63, 0x6b, 0x77, 0x93, 0xb3, 0xbc, 0x68, 0x25, 0x2e, 0xfc, 0xdc, 0x38, 0x79, 0x67, 0x89, 0xe8, 0x91, 0x53, 0x7c, 0x1e, 0xf7, 0xef, 0xd6, 0x90, 0x70 } } }; static const struct cckprng_op_reseed op_reseed_4680 = { .hd = { .id = 4424, .kind = OP_RESEED }, .nonce = 10797389720330679008ULL, .seed_nbytes = 63, .seed = { 0x2e, 0xa6, 0x69, 0xa2, 0x63, 0xcc, 0x9e, 0x77, 0x09, 0x41, 0x7c, 0xe5, 0xf1, 0xeb, 0x47, 0x1f, 0xa2, 0xec, 0xea, 0x24, 0xf8, 0xed, 0xb3, 0x2e, 0x72, 0xdc, 0xa8, 0x85, 0xca, 0x62, 0x8b, 0xb6, 0x18, 0x1b, 0x16, 0xa6, 0xde, 0x95, 0x0a, 0xf3, 0x07, 0x2e, 0x38, 0xad, 0x6d, 0x34, 0x1d, 0x7a, 0x70, 0xd1, 0xc3, 0xe6, 0x1f, 0x65, 0x68, 0x69, 0x4d, 0x28, 0x67, 0x50, 0xc3, 0xa1, 0x8f } }; static const struct cckprng_op_generate op_init_4681 = { .hd = { .id = 4425, .kind = OP_GENERATE }, .rand_nbytes = 145, .out = { .rand = { 0x5a, 0xbd, 0x02, 0x41, 0x3f, 0x55, 0x21, 0x5b, 0x38, 0x6c, 0xfc, 0x78, 0x8d, 0xe8, 0x10, 0x83, 0x30, 0x4e, 0x14, 0xb2, 0x9a, 0xb3, 0xb6, 0xe9, 0xba, 0x50, 0xbb, 0xb4, 0xe1, 0x8c, 0x18, 0x4d, 0x52, 0xf4, 0x13, 0x4b, 0x36, 0xf9, 0x2d, 0x76, 0xb2, 0xd9, 0xe8, 0xee, 0x43, 0xb8, 0x56, 0xed, 0x83, 0xf4, 0xda, 0x44, 0x39, 0xe4, 0x69, 0x8f, 0xdb, 0x81, 0x31, 0xac, 0x4c, 0xce, 0xf9, 0xb6, 0xb5, 0x4a, 0x16, 0x1d, 0x08, 0xd3, 0x74, 0x51, 0x0e, 0xa3, 0x38, 0x77, 0xa6, 0xb4, 0xab, 0x26, 0xd3, 0x10, 0xad, 0x49, 0xef, 0x21, 0xdf, 0x9b, 0x94, 0xc5, 0x60, 0x22, 0xa4, 0xd2, 0x12, 0xd5, 0x42, 0x20, 0x73, 0x9d, 0x5e, 0xbc, 0x3a, 0x24, 0x79, 0x30, 0x67, 0x2f, 0x22, 0x2a, 0x46, 0x10, 0xb9, 0x49, 0xbb, 0x08, 0x41, 0x51, 0x5c, 0xbf, 0xd3, 0x31, 0x25, 0x64, 0x56, 0xbb, 0x79, 0x09, 0x0e, 0x97, 0x84, 0x99, 0xc4, 0x34, 0xea, 0x12, 0x31, 0x1b, 0xc1, 0x74, 0x4e, 0xf3, 0x00, 0x2e, 0xf5 } } }; static const struct cckprng_op_generate op_init_4682 = { .hd = { .id = 4426, .kind = OP_GENERATE }, .rand_nbytes = 229, .out = { .rand = { 0xb0, 0x1a, 0x21, 0x4e, 0x9e, 0x08, 0xb6, 0x29, 0x9c, 0x57, 0xc0, 0xe9, 0x2d, 0x82, 0xc2, 0xd2, 0x8f, 0xad, 0x6b, 0xcf, 0x8b, 0xcd, 0x9f, 0x38, 0x4a, 0x56, 0x83, 0xbf, 0xa1, 0xa6, 0xa1, 0x32, 0x01, 0x58, 0x4d, 0x67, 0x75, 0x50, 0x30, 0x2d, 0x84, 0xc8, 0x21, 0xdc, 0xe2, 0x27, 0x60, 0xe4, 0xde, 0x8b, 0x6d, 0x17, 0x8b, 0x57, 0x2b, 0x4f, 0xa3, 0xd8, 0x3f, 0x2b, 0x02, 0x9d, 0x83, 0x3e, 0x96, 0x19, 0x80, 0x6c, 0xfb, 0x9c, 0x37, 0x8c, 0x71, 0x19, 0x89, 0x12, 0x61, 0xc7, 0x70, 0x95, 0x82, 0x0d, 0xbc, 0xc8, 0x31, 0x50, 0x82, 0xab, 0xfe, 0x2a, 0x61, 0x93, 0x05, 0x0d, 0x54, 0xd9, 0x3f, 0x7c, 0x3d, 0x20, 0x94, 0x50, 0x61, 0x68, 0x3f, 0xaa, 0xe2, 0xfe, 0xc3, 0x18, 0xbc, 0x4b, 0x1c, 0x90, 0x10, 0x10, 0x63, 0xa0, 0xe7, 0x90, 0xde, 0x93, 0x3e, 0x2c, 0x6b, 0xb7, 0xa0, 0x90, 0x6c, 0x42, 0x7c, 0x0d, 0xae, 0x04, 0x57, 0x9f, 0xbf, 0x3f, 0xcb, 0xb2, 0x6d, 0x09, 0x38, 0xf5, 0x06, 0x72, 0xf6, 0xcf, 0xda, 0x17, 0xc4, 0xf3, 0x19, 0x64, 0x79, 0x1f, 0x4e, 0x65, 0x20, 0xd4, 0xc5, 0x09, 0xae, 0x4d, 0xa3, 0xd1, 0x01, 0x86, 0x87, 0xc9, 0xdc, 0x64, 0xa8, 0xed, 0x9a, 0xde, 0x7a, 0xf9, 0x81, 0x83, 0x72, 0x4e, 0x56, 0x05, 0x22, 0xa4, 0x1b, 0x18, 0x4a, 0x76, 0x2f, 0x8d, 0xee, 0x36, 0xcb, 0x57, 0x5c, 0x11, 0x5d, 0x29, 0x0f, 0x09, 0xde, 0xf2, 0x3c, 0xce, 0x4f, 0x39, 0x65, 0xf8, 0xed, 0x56, 0x09, 0x4b, 0x17, 0x79, 0x18, 0x09, 0x2e, 0xb5, 0x47, 0x36, 0x66, 0x58, 0xcf, 0x22, 0xee, 0x8d, 0x48 } } }; static const struct cckprng_op_refresh op_refresh_4683 = { .hd = { .id = 4427, .kind = OP_REFRESH }, .rand = 16254268867978161295ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4684 = { .hd = { .id = 4428, .kind = OP_RESEED }, .nonce = 8989956320614947654ULL, .seed_nbytes = 188, .seed = { 0xc4, 0x8c, 0xc9, 0xc0, 0x88, 0xa2, 0xb6, 0x3f, 0x1d, 0xc7, 0x3c, 0x4d, 0x64, 0x3f, 0x4d, 0x62, 0xc8, 0x7e, 0xcb, 0x27, 0xcc, 0x77, 0x85, 0x88, 0x54, 0xc7, 0xae, 0x83, 0x51, 0x21, 0x9c, 0xba, 0xb8, 0xc4, 0xa0, 0x76, 0x94, 0x1e, 0x4c, 0xb1, 0x01, 0x7f, 0x9f, 0x88, 0xc2, 0xa1, 0x65, 0x98, 0x70, 0xbc, 0xe1, 0x90, 0x6c, 0xfd, 0x78, 0xb2, 0x1b, 0x33, 0x99, 0x51, 0x0a, 0xab, 0x21, 0x20, 0x45, 0x1d, 0x81, 0xa7, 0x99, 0x5d, 0x30, 0x2a, 0xef, 0x88, 0x84, 0x0b, 0xfd, 0xff, 0x90, 0x60, 0xc4, 0x0f, 0x8f, 0xde, 0x97, 0x10, 0x0d, 0x62, 0x17, 0xcb, 0xb8, 0x8c, 0xdc, 0x0d, 0x93, 0x84, 0xcb, 0x70, 0xd3, 0xd1, 0xf9, 0xae, 0xbd, 0x26, 0x96, 0xd8, 0xef, 0xdc, 0xa7, 0xe9, 0xfc, 0xa9, 0xd5, 0x9e, 0xe1, 0xce, 0x65, 0x7b, 0xbb, 0x01, 0xe8, 0xdc, 0x30, 0x53, 0x44, 0xeb, 0x4c, 0x0b, 0xd1, 0x62, 0xd3, 0x17, 0xf2, 0x94, 0xf4, 0x7c, 0xfc, 0x02, 0x44, 0x2b, 0xc1, 0xf2, 0x59, 0xa8, 0xfb, 0x43, 0x2b, 0x7d, 0x82, 0xde, 0xd8, 0xfe, 0x74, 0xc5, 0x81, 0x26, 0xc3, 0x78, 0x9e, 0x23, 0x66, 0xea, 0xc9, 0x9e, 0xe2, 0x59, 0xe7, 0x31, 0xcb, 0x6a, 0x2e, 0xc1, 0x35, 0xc5, 0x2d, 0x74, 0xbf, 0xbc, 0xe8, 0xcc, 0xbe, 0x2a, 0x64, 0x05, 0xfe, 0xc5, 0xe1, 0xa4 } }; static const struct cckprng_op_generate op_init_4685 = { .hd = { .id = 4429, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x70, 0x69, 0x18, 0xeb, 0x30, 0xa1, 0x75, 0x0d, 0x77, 0xd4, 0x11, 0xdc, 0xc6, 0x43, 0x87, 0xb3, 0x35, 0xfc, 0x23, 0x2a, 0x7c, 0x46, 0xc3, 0x56, 0x92, 0xde, 0x61, 0xed, 0x3d, 0x3c, 0xfc, 0xbc, 0x4c, 0xf4, 0x07, 0x83, 0xfe, 0x30, 0x09, 0x21, 0x65, 0x52, 0x7d, 0x5e, 0x10, 0xae, 0x3f, 0xef, 0xf9, 0xf9, 0x16, 0x5e, 0x28, 0x5c, 0xf4, 0x07, 0xf7, 0x26, 0x8a, 0x9b, 0xa2, 0x65, 0x9d, 0x19, 0x37, 0x44, 0x2b, 0x89, 0x03, 0x4d, 0x61, 0x1e } } }; static const struct cckprng_op_generate op_init_4686 = { .hd = { .id = 4430, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0x99, 0x28, 0x85, 0x40, 0x54, 0x9d, 0x9b, 0x49, 0xbf, 0x3e, 0xf1, 0xdf, 0x1d, 0xeb, 0x7d, 0x02, 0x85, 0x5b, 0x3b, 0xa8, 0x82, 0xca, 0x40, 0x50, 0x57, 0x25, 0xaa, 0xf4, 0x1b, 0x6c, 0xa8, 0x93, 0xba, 0xaa, 0x73, 0x04, 0x29, 0x78, 0x55, 0xfd, 0x3f, 0x0b, 0xba, 0x44, 0xd8, 0x0e, 0xce, 0x4d, 0xea, 0xe5, 0x66, 0x2d, 0xc5, 0xf3, 0x58, 0x27, 0x8a, 0x79, 0x33, 0xf0, 0x16, 0x7e, 0x77, 0xd8, 0x21, 0x73, 0x1a, 0x6a, 0xf5, 0x42, 0x71, 0x49, 0xed, 0xe3, 0x3c, 0x8a, 0x66, 0xd8, 0x39, 0x0f, 0x46, 0xb5, 0xf5, 0x42, 0x86, 0x4f, 0x88, 0x16, 0x97, 0xc3, 0x38 } } }; static const struct cckprng_op_generate op_init_4687 = { .hd = { .id = 4431, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0x2a, 0x9c, 0xe2, 0xd8, 0x20, 0x6d, 0x6e, 0x56, 0x6e, 0x66, 0x3b, 0x61, 0x53, 0x50, 0xfd, 0x52, 0xca, 0xab, 0xa7, 0xb7, 0x08, 0x7a, 0xbb, 0x74, 0x71, 0xb3, 0x4b, 0x13, 0x94, 0xec, 0xbd, 0xdd, 0x85, 0x6c, 0xe2, 0x22, 0xa0, 0xb1, 0xd5, 0xc8, 0x3f, 0x98, 0xe4, 0x03, 0x5a, 0xf2, 0x58, 0xea, 0xaf, 0x0a, 0x43, 0x69, 0x04, 0x0b, 0x3d, 0x88, 0x6a, 0x6f, 0xf6, 0x4c, 0x2c, 0x25, 0xe5, 0x19, 0x92, 0xb5, 0xf1, 0x05, 0xff, 0xc7, 0x37, 0x6e, 0xf2, 0x30, 0x22, 0x3a, 0xdb, 0xfc, 0x11, 0x3e, 0xb3, 0x79, 0x46, 0x76, 0x8e, 0x92, 0x2a, 0x6f, 0xc5, 0x6a, 0x43, 0xae, 0x0e, 0x9a, 0x21, 0xc6, 0x6f, 0x78, 0x48, 0x3b, 0x5a, 0xab, 0xf4, 0x25, 0x84, 0x08, 0xfd, 0x51, 0x31, 0x3c, 0x71, 0x83, 0xc1, 0xb7, 0x31, 0xdc, 0x53, 0xfe, 0x6c, 0xc0, 0xe8, 0x48, 0xa3, 0x2b, 0x4e, 0x2f, 0x84, 0xd4, 0xe6, 0xdb, 0xda, 0xdf, 0xf0, 0x38, 0x87, 0x3a, 0x42, 0x48, 0x6a, 0xc2, 0xd9, 0x20, 0x12, 0x95 } } }; static const struct cckprng_op_reseed op_reseed_4688 = { .hd = { .id = 4432, .kind = OP_RESEED }, .nonce = 8663513028099676122ULL, .seed_nbytes = 73, .seed = { 0xe9, 0x7d, 0xc1, 0x66, 0x6c, 0xdb, 0x6f, 0xa7, 0xae, 0x51, 0x75, 0x9d, 0x28, 0x99, 0x73, 0xb0, 0xcf, 0xf2, 0x55, 0xd5, 0x54, 0x19, 0x0d, 0xc7, 0x81, 0x77, 0xf2, 0xab, 0x69, 0x99, 0xec, 0xe4, 0x59, 0x91, 0xb3, 0xc9, 0x8e, 0xf1, 0xd1, 0xeb, 0x59, 0x25, 0xc2, 0x81, 0xcf, 0xb2, 0x1d, 0xdd, 0x81, 0xac, 0xc5, 0x82, 0xc9, 0xcd, 0x59, 0x1b, 0x10, 0x7f, 0x5b, 0x58, 0x6e, 0xbf, 0xdb, 0x92, 0xba, 0x26, 0x25, 0x21, 0x43, 0x18, 0x50, 0x57, 0xf4 } }; static const struct cckprng_op_refresh op_refresh_4689 = { .hd = { .id = 4433, .kind = OP_REFRESH }, .rand = 7349426635947775607ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4690 = { .hd = { .id = 4434, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0x88, 0xeb, 0x37, 0xef, 0xfd, 0x80, 0x90, 0xaf, 0xa6, 0x2b, 0xdf, 0x93, 0x7a, 0xaf, 0x8e, 0x78, 0x35, 0x2c, 0x2a, 0x31, 0x33, 0xad, 0x97, 0xbd, 0xcb, 0x0f, 0x4d, 0x89, 0xcf, 0x42, 0xaf, 0x90, 0xb6, 0x49, 0xf1, 0xa1, 0x47, 0x70, 0x07, 0xe9, 0x5c, 0x5a, 0x8d, 0x6c, 0x70, 0x9b, 0x10, 0xb6, 0x65, 0x21, 0x4e, 0x31, 0x6c, 0x7d, 0x9b, 0x29, 0x6e, 0xbf, 0x62, 0x96, 0x7e, 0x45, 0x5c, 0xf5, 0x72, 0x95, 0x1f, 0xd8, 0xfd, 0x67, 0xe7, 0x06, 0xde, 0x93, 0x68, 0xe1, 0xab, 0x16, 0x5e, 0xac, 0x9a, 0x57, 0xea, 0xe4, 0x9b, 0xb4, 0x0a, 0xe4, 0xc8, 0x6d, 0x0e, 0x80, 0x54, 0x85, 0x48, 0x94, 0x32, 0xe3, 0x8a, 0xb2, 0x6f, 0xa7, 0x7e, 0xe7, 0xf4, 0x8c, 0x63, 0x3c, 0xa7, 0x8e, 0xda, 0x36, 0x1e, 0x34, 0x10, 0xba, 0x74, 0xc1, 0xa1, 0xe2, 0xdc, 0x17, 0x02, 0xa9, 0xf5, 0x8a, 0x52 } } }; static const struct cckprng_op_generate op_init_4691 = { .hd = { .id = 4435, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0x98, 0xe5, 0xfc, 0xbd, 0x5c, 0x93, 0xc6, 0x90, 0xd6, 0x72, 0x46, 0xeb, 0x7a, 0x92, 0x75, 0x8e, 0x23, 0x05, 0xf7, 0x6e, 0xe2, 0xcb, 0x88, 0xec, 0x32, 0x6f } } }; static const struct cckprng_op_reseed op_reseed_4692 = { .hd = { .id = 4436, .kind = OP_RESEED }, .nonce = 6309177824211262655ULL, .seed_nbytes = 221, .seed = { 0x77, 0x8d, 0x55, 0x06, 0xd3, 0xde, 0x73, 0x02, 0xca, 0x16, 0x8d, 0xc2, 0x84, 0x01, 0xad, 0xeb, 0xef, 0xd5, 0x86, 0x0d, 0xb1, 0x59, 0xc7, 0x18, 0x23, 0x30, 0x64, 0xe0, 0x12, 0x7c, 0x6e, 0xab, 0xaa, 0xa7, 0xbe, 0xab, 0xb1, 0xe0, 0x2c, 0x1d, 0xef, 0x70, 0x6f, 0x22, 0x1a, 0xa7, 0x00, 0x26, 0x28, 0xa8, 0x3c, 0x4d, 0x80, 0x84, 0xac, 0x45, 0x5b, 0xdf, 0xb8, 0x67, 0x23, 0xcc, 0xdb, 0xba, 0x24, 0x60, 0xe7, 0x29, 0x6b, 0xb1, 0x2b, 0x9f, 0x67, 0x9e, 0x96, 0xa6, 0x6e, 0xce, 0x40, 0x94, 0x31, 0x71, 0xd0, 0xc4, 0x5d, 0x87, 0xb0, 0xc7, 0xe7, 0x6f, 0xba, 0x4f, 0x3e, 0xb9, 0x60, 0x08, 0x48, 0xa1, 0x11, 0x3f, 0xb1, 0xe3, 0x47, 0xc4, 0x61, 0x7a, 0x5a, 0x20, 0xc9, 0xdc, 0xc0, 0x4e, 0xf5, 0x80, 0x75, 0xa3, 0x01, 0xac, 0x41, 0x2e, 0xd6, 0x32, 0x59, 0x03, 0x1d, 0xde, 0xbd, 0x32, 0x8b, 0xad, 0x1f, 0x80, 0xf4, 0x77, 0x23, 0xc2, 0x4d, 0x1b, 0xd3, 0x20, 0x75, 0x88, 0x27, 0xa2, 0x1d, 0xa4, 0xa5, 0x9d, 0x64, 0x58, 0x8a, 0xcb, 0x9f, 0xea, 0xa5, 0x88, 0x47, 0x91, 0x34, 0xed, 0x33, 0x53, 0x26, 0x19, 0xc9, 0x56, 0x0f, 0xfd, 0xd5, 0x9e, 0xfc, 0x55, 0xef, 0x6f, 0xf1, 0x20, 0x2f, 0x9f, 0x94, 0x99, 0x9a, 0x93, 0x72, 0x93, 0xa9, 0x9d, 0xa1, 0x53, 0xab, 0x83, 0xf4, 0x21, 0xec, 0xcb, 0x37, 0x17, 0xe0, 0x1d, 0x46, 0x04, 0xeb, 0x14, 0x07, 0xb4, 0xe4, 0xd6, 0xc0, 0x54, 0xda, 0x41, 0xd8, 0xef, 0x39, 0x8f, 0x54, 0xb4, 0xa3, 0x68, 0x0c, 0xad, 0xee } }; static const struct cckprng_op_generate op_init_4693 = { .hd = { .id = 4437, .kind = OP_GENERATE }, .rand_nbytes = 59, .out = { .rand = { 0x2c, 0x40, 0xd6, 0x5d, 0x38, 0x0a, 0x14, 0x34, 0x6e, 0x56, 0x52, 0x00, 0xef, 0x1f, 0xc2, 0x5b, 0x11, 0x74, 0xc6, 0x41, 0x9f, 0x87, 0x13, 0x68, 0xe7, 0x99, 0x66, 0x93, 0x7c, 0xbd, 0xa8, 0xfd, 0x5b, 0xfd, 0x82, 0x5a, 0xbd, 0xcc, 0xd5, 0x7b, 0x66, 0xa2, 0x23, 0x83, 0x07, 0x7c, 0x1a, 0x9e, 0xbd, 0xf4, 0x52, 0x85, 0x5d, 0x0a, 0x95, 0x47, 0x75, 0x34, 0xe4 } } }; static const struct cckprng_op_generate op_init_4694 = { .hd = { .id = 4438, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0x27, 0x7d, 0xe0, 0xf2, 0x7a, 0x84, 0xa0, 0xd8, 0xf6, 0xdb, 0xda, 0x43, 0x84, 0xb7, 0x5b, 0x08, 0x8a, 0x34, 0x46, 0xa7, 0x63, 0x93, 0xcc, 0x65, 0xe1, 0x01, 0x58, 0xe9, 0xfa, 0xc5, 0x00, 0x75, 0x92, 0xeb, 0x34, 0x33, 0x1b, 0x92, 0x0e, 0xf6, 0xde, 0xa5, 0xb6, 0xf0, 0xc6, 0x17, 0xff, 0x41, 0x49, 0x9a, 0x49, 0x1a, 0x87, 0x23, 0x74, 0xda, 0x62, 0x85, 0x1b, 0x2e, 0x54, 0x66, 0xff, 0x6f, 0x64, 0xc4, 0x61, 0xf4, 0x93, 0x02, 0x13, 0x86, 0x7f, 0xf0, 0xc5, 0x29, 0x37, 0x40, 0xcf, 0xb6, 0x99, 0xee, 0x8d, 0x2b, 0x17, 0xb4, 0x41, 0x2f, 0x0c, 0xfe, 0x91, 0x86, 0xb1, 0x9d, 0xf2, 0x7d, 0xca, 0xd6, 0x7b, 0x5f, 0xc4, 0xea, 0xa6, 0x58, 0xfa, 0x18, 0x80, 0x10, 0xe2, 0xa8, 0xc0, 0xa5, 0x99, 0xf1, 0xce, 0xce, 0x1f, 0x4e, 0x2d, 0x2f, 0x6e, 0xc6, 0x70, 0x9c, 0x7f, 0x70, 0xde, 0x0d, 0xc4, 0x4a, 0xc2, 0x41, 0x76, 0xd4, 0xd4, 0x78, 0x95, 0x2d, 0x24, 0xe5, 0x75, 0x3f, 0xf4, 0x3d, 0x33, 0xc4, 0x86, 0xdc, 0x2d, 0xb8, 0x2d, 0x22, 0x51, 0x13, 0x46, 0xf1, 0xca, 0x85, 0xd8, 0x70, 0xfc, 0x3d, 0x02, 0x52, 0xab, 0x24, 0xf9, 0x05, 0x75, 0x93, 0x04, 0x3a, 0x7d, 0x6c, 0x40, 0xd2, 0x80, 0x1b, 0x49, 0x03, 0xfe, 0x81, 0x1a, 0xa8, 0x71, 0x76, 0x2f, 0xd8, 0x09, 0x65, 0x86, 0xc6, 0xe4, 0xe3, 0xb7, 0x48, 0x12, 0x6a, 0xdc, 0x7f, 0x88, 0x76 } } }; static const struct cckprng_op_refresh op_refresh_4695 = { .hd = { .id = 4439, .kind = OP_REFRESH }, .rand = 4302031228930621296ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4696 = { .hd = { .id = 4440, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x18, 0x05, 0xa4, 0xb5, 0x5e, 0xa1, 0x2e, 0x15, 0x83, 0x20, 0xc0, 0x9f, 0x25, 0x25, 0xdc, 0x0f, 0xbc, 0x4a, 0x35, 0x71, 0x28, 0x1a, 0xd2, 0x6f, 0x96, 0x9e, 0x67, 0xa8, 0x9f, 0xe5, 0x29, 0x23, 0x51, 0x64, 0x9b, 0x18, 0xd7, 0x11, 0xde, 0x0c, 0xdd, 0x44, 0x71, 0x7f, 0xd6, 0x86, 0xf3, 0xf1, 0x9a, 0x4f, 0xb9, 0x59, 0x1a, 0x21, 0xac, 0xbc, 0xa9, 0x91, 0x13, 0xc5, 0xb5, 0x7e, 0xf6, 0x8b, 0xb1, 0xda, 0x4e, 0xc9, 0x3a, 0xaf, 0x3b, 0x10, 0x14, 0xc3, 0xfb, 0x7a, 0xf7, 0xd8, 0x0e, 0x16, 0x23, 0x56, 0xcc, 0x59, 0x7a, 0x11, 0x3c, 0xff, 0x6f, 0xea, 0xc3, 0x7a, 0xf6, 0x0f, 0xa3, 0xc0, 0x76, 0x83 } } }; static const struct cckprng_op_refresh op_refresh_4697 = { .hd = { .id = 4441, .kind = OP_REFRESH }, .rand = 14944727380215047104ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4698 = { .hd = { .id = 4442, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x8e, 0x25, 0x05, 0xf0, 0xfe, 0x46, 0x14, 0x5b, 0xc4, 0xda, 0x9d, 0x00, 0x9a, 0x80, 0x4a, 0xca, 0xb7, 0x2b, 0xc5, 0x48, 0x07, 0x3c, 0x9b, 0x66, 0xd1, 0x3d, 0x32, 0xd7, 0xd6, 0xfc, 0x4d, 0xa7, 0xee, 0xc6, 0x6e, 0x05, 0x72, 0x38, 0x63, 0x25, 0xd1, 0xcd, 0xe4, 0xb0, 0xe4, 0x42, 0x5c, 0x7b, 0x45, 0x27, 0xf2, 0x1f, 0xe2, 0xe0, 0xec, 0x19, 0x55, 0x60, 0x5d, 0x15, 0x6c, 0x37, 0x93, 0x18, 0x6c, 0x00, 0xf4, 0x9a, 0x89, 0x4b, 0xae, 0x43, 0xa5, 0xf1, 0x79, 0x89, 0xb8, 0x85, 0xf0, 0x86, 0x8d, 0x32, 0xc0, 0x42, 0x8e, 0x36, 0xb9, 0x8c, 0x32, 0xbe, 0x21, 0x17, 0xe9, 0x43, 0x6e, 0xe8, 0xb9, 0x00, 0x8a, 0x07, 0x7f, 0x9a, 0x63, 0x9f, 0x1d, 0xa7, 0xbd, 0x87, 0x24, 0x44, 0x65, 0x76, 0xed, 0x63, 0x74, 0x96, 0xc3, 0x4c, 0x3b, 0x27, 0xc6, 0xaa, 0x58, 0x58, 0x6a, 0x5d, 0xd6, 0xde, 0xc3, 0x5f, 0x79, 0x30, 0xd0, 0xc6, 0xf9, 0x7e, 0xf4, 0x97, 0x69, 0x49, 0x42, 0x56, 0xf4, 0xda, 0x2c, 0xfd, 0x44, 0x72, 0xb6, 0x83, 0x05, 0xc2, 0xaf, 0xa2, 0xb8, 0x1e, 0xc1, 0x18, 0xc6, 0x56, 0x99, 0x5b, 0xed, 0x31, 0xe2, 0xf3, 0x9c, 0xb5, 0x7f, 0x2c, 0x74, 0xaa, 0x21, 0x98, 0x2b, 0x41, 0xb6, 0x9e, 0x2e, 0xed, 0x57, 0xff, 0x8c, 0x8c, 0x4c, 0xc1, 0x73, 0xde, 0x01, 0x5a, 0xac, 0x08, 0xf3, 0xdb, 0xec, 0x3a, 0x70, 0xb2, 0xb3, 0x24, 0xa7, 0x30, 0xac, 0x10, 0x07, 0xfb, 0x7d, 0x10, 0x10, 0x6c, 0x2f, 0xca, 0xc5, 0xea, 0x01, 0x65, 0xd4, 0x0e, 0x44, 0x9b, 0x2f, 0x26, 0xc0, 0x00, 0xb7, 0x1f, 0x4e, 0xb7, 0xd6, 0x5f, 0x2a, 0x68, 0xa4, 0x79, 0x1c, 0x77, 0x99, 0x0f, 0xdc, 0x8e, 0x5f, 0xb1, 0x9e, 0x3c, 0x80, 0x58, 0x2c, 0xd2, 0x33, 0x90, 0x09, 0xa6, 0xae } } }; static const struct cckprng_op_reseed op_reseed_4699 = { .hd = { .id = 4443, .kind = OP_RESEED }, .nonce = 16814850904757458151ULL, .seed_nbytes = 195, .seed = { 0x1c, 0x28, 0x6e, 0xda, 0x84, 0xf1, 0xf4, 0x72, 0xc1, 0x2a, 0xe2, 0x42, 0xea, 0xb3, 0xa3, 0xcf, 0xf4, 0x9a, 0xcc, 0xf2, 0x2e, 0x64, 0xbd, 0x0b, 0x07, 0x8f, 0x0f, 0xbe, 0x8a, 0xec, 0x1c, 0x6b, 0x49, 0xfb, 0x0b, 0xa1, 0x0a, 0x3e, 0x3b, 0xbc, 0xaa, 0xfa, 0x96, 0x42, 0x8b, 0xc4, 0xdf, 0xd1, 0x0a, 0x77, 0x1a, 0x46, 0xb7, 0x5a, 0x21, 0x96, 0xc1, 0x30, 0x3b, 0xe0, 0xbb, 0xc3, 0x76, 0x2d, 0x3d, 0x92, 0x57, 0xf2, 0x8a, 0xca, 0xb4, 0x27, 0x1e, 0x01, 0x3f, 0x11, 0x49, 0xa0, 0xd4, 0x35, 0xc6, 0x26, 0xd9, 0xe2, 0x37, 0x0a, 0x34, 0x63, 0x81, 0x82, 0x70, 0xea, 0xf2, 0x6e, 0x67, 0xfc, 0xa6, 0x51, 0x08, 0x81, 0x8c, 0xb4, 0x1f, 0x1a, 0x6f, 0xbb, 0xe3, 0xda, 0xec, 0x6c, 0xbb, 0xdb, 0x23, 0xae, 0x5e, 0x07, 0x23, 0x09, 0xd1, 0x20, 0x6c, 0xa0, 0x04, 0xae, 0x26, 0xe4, 0xf7, 0xa6, 0x3c, 0xd5, 0xb6, 0x4f, 0x8a, 0x77, 0x97, 0x37, 0x4a, 0x88, 0x0c, 0x96, 0xe6, 0x3d, 0xd5, 0x46, 0x17, 0x71, 0x68, 0xc3, 0x7b, 0x70, 0xa8, 0xae, 0xb0, 0x76, 0xdd, 0xd7, 0x68, 0x16, 0x26, 0x9a, 0x85, 0x42, 0x43, 0x5c, 0x68, 0x4f, 0x9c, 0xb0, 0xa8, 0xf1, 0xf9, 0x0d, 0x82, 0xd9, 0x57, 0xd3, 0xd8, 0xf3, 0x2d, 0x90, 0x22, 0x4a, 0x1b, 0xa2, 0xb5, 0xab, 0x23, 0xf9, 0x63, 0x27, 0x73, 0x20, 0x4d, 0x77, 0x69 } }; static const struct cckprng_op_generate op_init_4700 = { .hd = { .id = 4444, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0x59, 0x8b, 0xe1, 0x87, 0xc8, 0x41, 0x7d, 0x2e, 0x0f, 0xd6, 0xd0, 0x81, 0xc6, 0x33, 0xa7, 0xb5, 0x90, 0xdc, 0x6d, 0x05, 0xd6, 0xe9, 0x31, 0xdd, 0xd1, 0xa6, 0x9f, 0x98, 0x66, 0xbc, 0x29, 0x69, 0x61, 0x2c, 0x4c, 0xe7, 0x09, 0xf3, 0x17, 0x6c, 0x7e, 0xe8, 0x88, 0xae, 0x59, 0x0d, 0xe4, 0x15, 0x57, 0xae, 0x3c, 0xd0, 0xb3, 0xa5, 0xd3, 0x51, 0xb8, 0xf0, 0x20, 0x1f, 0x1c, 0x79, 0xeb, 0x15, 0x83, 0x78, 0x9b, 0x2c, 0x3c, 0xb2, 0x5b, 0x91, 0x5a, 0x80, 0xba, 0xb8, 0x27, 0x76, 0xb9, 0x9f, 0x7d, 0xa5, 0x59, 0xe4, 0xb4, 0x46, 0xc2, 0xd7, 0x9c, 0x12, 0x9f, 0x92, 0xf6, 0x79, 0xcf, 0x23, 0x5a, 0x5c, 0x4c, 0x9d, 0xc4, 0xdd, 0x6f, 0x09, 0x5b, 0xb6, 0xcd, 0xb2, 0xa6, 0x56, 0x23, 0x58, 0xc1, 0x1b, 0xbe, 0x05, 0xd8, 0x18, 0x4a, 0xac, 0xc4, 0xbc, 0x52, 0x59, 0x51, 0x0a, 0x8c, 0x7e, 0x13, 0x81, 0xfa, 0xd1, 0xcc, 0x0f, 0x47, 0xe1, 0x10, 0x25, 0xa6, 0x69, 0x3d, 0x4a, 0xea, 0xe9, 0xf9, 0x7a, 0x06, 0x0d, 0x6e, 0x52, 0xc6, 0x81, 0x77, 0x3e, 0x75, 0x1d, 0xbd, 0x7e, 0xc7, 0x87, 0x61, 0x45, 0x00, 0x69, 0x9a, 0x38, 0xa6, 0x84, 0xa2, 0x50, 0xce, 0xa1, 0x29, 0x1c, 0x4e, 0x4b, 0xb5, 0x85, 0x30, 0x95, 0xd7, 0x67, 0xd7, 0x24, 0xa7, 0x92, 0x3b, 0xc8, 0x5f, 0x83, 0xe0, 0xe0, 0xfc, 0x87, 0x10, 0x89, 0x8b, 0x9e, 0x56, 0xb0, 0x42, 0xd6, 0xf2, 0xe0, 0x50, 0x11, 0x4e, 0x01, 0x5b, 0x03, 0xd7, 0x66 } } }; static const struct cckprng_op_generate op_init_4701 = { .hd = { .id = 4445, .kind = OP_GENERATE }, .rand_nbytes = 17, .out = { .rand = { 0x8f, 0x3f, 0x60, 0xc0, 0x4f, 0xaa, 0x28, 0x0f, 0x25, 0x53, 0xed, 0x73, 0x10, 0xed, 0x9e, 0xe1, 0x3e } } }; static const struct cckprng_op_reseed op_reseed_4702 = { .hd = { .id = 4446, .kind = OP_RESEED }, .nonce = 13079797600872539198ULL, .seed_nbytes = 253, .seed = { 0xf1, 0xdc, 0xaf, 0x9a, 0x58, 0x1b, 0xb6, 0x1e, 0x86, 0x35, 0x33, 0xeb, 0x84, 0xa1, 0xf8, 0xb8, 0xb3, 0xfb, 0x8d, 0xe3, 0x6b, 0x91, 0x79, 0x7d, 0x5d, 0x54, 0x6e, 0xba, 0x4d, 0x66, 0x3b, 0xa9, 0xf5, 0xaf, 0x37, 0x95, 0x65, 0xa5, 0xcb, 0x52, 0xae, 0x9c, 0x1f, 0x63, 0x25, 0xd8, 0xdf, 0x0b, 0x1c, 0x56, 0x7e, 0xb5, 0xba, 0xd6, 0x97, 0x4a, 0xc3, 0x56, 0x43, 0x8a, 0xf4, 0xd2, 0x09, 0x25, 0x72, 0x0a, 0x50, 0x80, 0xb1, 0xde, 0x7d, 0x4d, 0xc7, 0x87, 0xa1, 0x02, 0x3b, 0xaa, 0x17, 0x85, 0xe9, 0x26, 0xc6, 0xb8, 0x50, 0xf7, 0x2f, 0x6c, 0x6e, 0x44, 0xcd, 0x20, 0xfd, 0xa2, 0xf7, 0xf8, 0xcb, 0xc5, 0x70, 0xb3, 0xd0, 0x44, 0xed, 0x38, 0x91, 0xb5, 0x55, 0xf7, 0x6c, 0x35, 0x81, 0x59, 0x75, 0xb6, 0xc3, 0x3e, 0x02, 0xc9, 0x09, 0x1c, 0x6b, 0xe0, 0xa6, 0x91, 0x24, 0x1c, 0xa6, 0x9f, 0xff, 0xb1, 0x19, 0x21, 0x57, 0x0a, 0xf9, 0x2e, 0x0e, 0x30, 0x6e, 0xdc, 0x38, 0x42, 0xfe, 0xdb, 0x6a, 0x2b, 0x36, 0x65, 0x48, 0x74, 0x2d, 0x7f, 0xbb, 0xc0, 0xe9, 0xbd, 0xe8, 0xfd, 0x77, 0xfe, 0x25, 0x02, 0x78, 0xf0, 0x28, 0x9b, 0xc0, 0x5c, 0x82, 0xc1, 0x0d, 0x17, 0x29, 0x3a, 0xaf, 0xa3, 0xca, 0x43, 0x7a, 0x2d, 0xfa, 0xe5, 0xe8, 0x5e, 0xda, 0xcb, 0x83, 0xa8, 0x14, 0x94, 0xa2, 0x9f, 0x9a, 0x27, 0xbd, 0x89, 0xe7, 0x9a, 0xc9, 0xba, 0xe7, 0xd0, 0x63, 0x99, 0xca, 0x4f, 0x98, 0xcf, 0x2c, 0xe5, 0x78, 0xcc, 0x4f, 0x5c, 0xb9, 0xf6, 0xf0, 0x15, 0x32, 0x91, 0x96, 0xa2, 0x74, 0xec, 0x55, 0x0c, 0xfb, 0xee, 0x59, 0x3c, 0x69, 0xf1, 0xa2, 0xce, 0xec, 0x18, 0x2d, 0x47, 0xba, 0xdf, 0xef, 0xc4, 0x31, 0xf9, 0xf4, 0x46, 0xcf, 0x3b, 0x3f, 0x20, 0x3e, 0x98, 0xb9 } }; static const struct cckprng_op_refresh op_refresh_4703 = { .hd = { .id = 4447, .kind = OP_REFRESH }, .rand = 8941650220896323041ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4704 = { .hd = { .id = 4448, .kind = OP_REFRESH }, .rand = 12038141665112956885ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4705 = { .hd = { .id = 4449, .kind = OP_RESEED }, .nonce = 8985133236020300320ULL, .seed_nbytes = 245, .seed = { 0x4c, 0x51, 0x01, 0xc1, 0x0e, 0x04, 0xdf, 0x68, 0x1b, 0x3d, 0xaa, 0xd3, 0xe1, 0x02, 0x37, 0xa8, 0x3a, 0x8b, 0x54, 0x63, 0x6a, 0x10, 0xa0, 0xf9, 0xa2, 0x2c, 0x1e, 0x7e, 0xeb, 0xe2, 0xc9, 0x40, 0x1e, 0x71, 0xc2, 0x06, 0x98, 0x2f, 0x63, 0x8e, 0xa9, 0x06, 0xbc, 0x30, 0xd0, 0xff, 0x79, 0x20, 0xb2, 0x26, 0x31, 0x36, 0x90, 0x37, 0x48, 0xe6, 0xa8, 0x12, 0x66, 0x1b, 0x53, 0xbd, 0xc4, 0x45, 0xc0, 0xca, 0xe9, 0xdd, 0x7f, 0x25, 0x0f, 0x1e, 0xb3, 0x00, 0x88, 0xed, 0x2e, 0xc8, 0x31, 0xf3, 0x01, 0x22, 0xa3, 0xca, 0xd0, 0x91, 0x3b, 0x1f, 0x2c, 0x27, 0x5c, 0xcb, 0x62, 0xa2, 0x3d, 0x57, 0x82, 0xaa, 0x72, 0xad, 0x36, 0x32, 0x07, 0x5a, 0x36, 0x6d, 0x90, 0xbe, 0x74, 0x87, 0xb0, 0x74, 0x91, 0x28, 0x42, 0x9c, 0xc8, 0xfc, 0xc4, 0xaf, 0x4d, 0xe0, 0xf4, 0x75, 0xf2, 0x81, 0xbd, 0xea, 0x2e, 0x19, 0xd7, 0xe8, 0xb7, 0x00, 0x35, 0xaa, 0xac, 0x8a, 0x2d, 0x9b, 0xbe, 0xab, 0x03, 0xd5, 0xcd, 0x32, 0xd0, 0x71, 0x0d, 0xe1, 0xea, 0x92, 0x4b, 0x56, 0xd2, 0xd7, 0x89, 0xaf, 0x4c, 0x1a, 0x44, 0x9a, 0x60, 0x3d, 0x20, 0x70, 0x7a, 0x73, 0xf6, 0x18, 0x6d, 0x87, 0x42, 0xcd, 0x30, 0x78, 0x0e, 0xf8, 0x43, 0xe9, 0xef, 0x6b, 0xec, 0x79, 0x8c, 0xef, 0xaf, 0x1c, 0xaa, 0xcf, 0x32, 0x44, 0x2f, 0x82, 0xb5, 0x18, 0xc5, 0xf0, 0xe2, 0xd5, 0x07, 0x2e, 0xa1, 0x18, 0x93, 0x96, 0x33, 0xef, 0xac, 0x0c, 0xdf, 0x1a, 0xb6, 0x46, 0x36, 0x16, 0x1d, 0xff, 0x6d, 0xd4, 0xf0, 0xfb, 0x17, 0xae, 0x12, 0xed, 0x92, 0xbe, 0xe4, 0xa9, 0x22, 0x22, 0x99, 0x05, 0x71, 0xcb, 0x6f, 0xc0, 0x4b, 0x66, 0x76, 0xd0, 0x07, 0x0f, 0x05 } }; static const struct cckprng_op_refresh op_refresh_4706 = { .hd = { .id = 4450, .kind = OP_REFRESH }, .rand = 1521062658264991438ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4707 = { .hd = { .id = 4451, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0xee, 0xdc, 0x66, 0x6f, 0x0f, 0x88, 0x6a, 0x9d, 0x54, 0x6e, 0x4d, 0x9f, 0xd4, 0xdf, 0xf3, 0x56, 0xa8, 0xe0, 0xcf, 0xdc, 0xbb, 0x32, 0xc3, 0x8f, 0x5f, 0xe7, 0xd5, 0x88, 0x85, 0x02, 0x1d, 0xd6, 0xd6, 0x73, 0xc8, 0x4f, 0xc6, 0x34, 0x55, 0x2f, 0xc8, 0xea, 0xea, 0x42, 0xa3, 0xc2, 0xb4, 0x0b, 0x4a, 0x72, 0x48, 0x31, 0xb7, 0x22, 0x3a, 0x73, 0x3d, 0x6a, 0x32, 0x86, 0x5d, 0x67, 0x8a, 0x1a, 0xb8, 0xd2, 0x2d, 0x0e, 0x62, 0x2b, 0xb1, 0x47, 0x88, 0x2a, 0x05, 0x44, 0x35, 0xa8, 0xd7, 0x66, 0x85, 0x7d, 0x81, 0x17, 0x2d, 0x02, 0x0e, 0xef, 0x75, 0x44, 0x4e, 0x33, 0xac, 0x22, 0xd4, 0x54, 0xc7, 0xe8, 0xe8, 0x6b, 0xcb, 0xd0, 0x2e, 0x97, 0x69, 0x25, 0x09, 0xa2, 0xc2, 0xa5, 0xcf, 0x37, 0x98, 0x33, 0xe6, 0x9a, 0xfc, 0xfa, 0x90, 0x21, 0x9f, 0x48, 0x74, 0xc6, 0xad, 0x97, 0x5f, 0xec, 0xbf, 0x4a, 0xaf, 0x5b, 0x3f, 0xff, 0xc0, 0xbf, 0x03, 0xbb, 0x7b, 0x71, 0x1e, 0x6e, 0xb4, 0x85 } } }; static const struct cckprng_op_reseed op_reseed_4708 = { .hd = { .id = 4452, .kind = OP_RESEED }, .nonce = 9426076434590341220ULL, .seed_nbytes = 254, .seed = { 0xfa, 0x7f, 0xeb, 0xd8, 0xbe, 0xfb, 0x60, 0x21, 0x09, 0x71, 0xcc, 0x22, 0x4b, 0xc6, 0x36, 0x31, 0x44, 0xd7, 0x73, 0x28, 0x9a, 0x6f, 0xb5, 0xf1, 0xcb, 0x16, 0x9c, 0xc1, 0xd2, 0x4b, 0xb7, 0x13, 0x25, 0xe5, 0xf0, 0xa2, 0x82, 0x79, 0x75, 0x0f, 0x76, 0xc4, 0x20, 0x5c, 0xe3, 0xa2, 0x5a, 0x3e, 0xea, 0xde, 0x39, 0x36, 0x08, 0x11, 0x6c, 0x8c, 0xf3, 0x98, 0x7e, 0x22, 0xc5, 0x8c, 0x1b, 0x87, 0xef, 0x72, 0xf7, 0xd9, 0x42, 0xb8, 0x6b, 0x61, 0x77, 0x90, 0x62, 0xfd, 0xb8, 0x77, 0xb8, 0x6d, 0x2f, 0x00, 0x0e, 0xdc, 0x64, 0x5f, 0xaf, 0x8d, 0xc1, 0x2c, 0xbe, 0xd3, 0x5c, 0x04, 0x01, 0x70, 0xd5, 0xff, 0x6d, 0x67, 0x50, 0xdc, 0x93, 0xf4, 0x2d, 0x7f, 0x03, 0xb2, 0xda, 0x0e, 0x88, 0xdf, 0x52, 0xe0, 0xd5, 0x6e, 0xfb, 0x85, 0xc6, 0x46, 0xcb, 0xbd, 0x32, 0xc3, 0x97, 0x96, 0xab, 0xd7, 0x09, 0xf7, 0xec, 0xc8, 0xb2, 0xa5, 0x79, 0x6e, 0x94, 0xdd, 0xfb, 0x5e, 0x9e, 0x4f, 0x90, 0x02, 0x88, 0x62, 0x64, 0xee, 0xd8, 0x13, 0x54, 0xdd, 0x0b, 0xdc, 0xa8, 0x21, 0x42, 0x4b, 0x47, 0x90, 0x9e, 0x0a, 0xc5, 0xaa, 0x75, 0x2f, 0x48, 0x26, 0xda, 0x2e, 0x4c, 0x52, 0xd4, 0x91, 0x97, 0xd7, 0x69, 0x1b, 0x6d, 0x05, 0xb0, 0xd5, 0xbc, 0xf9, 0xf0, 0x84, 0x07, 0xa9, 0x96, 0x2e, 0x43, 0x3c, 0x4b, 0x09, 0xe0, 0x12, 0xd4, 0x6e, 0xb6, 0xcc, 0x74, 0x54, 0x36, 0xce, 0x8f, 0x48, 0x82, 0x20, 0x83, 0xc3, 0xbc, 0x39, 0x54, 0xd6, 0x37, 0xca, 0xc4, 0x43, 0x01, 0xd7, 0x3b, 0xc9, 0xc6, 0x89, 0x1e, 0x53, 0xda, 0x2d, 0x36, 0xe3, 0x7f, 0x70, 0x27, 0x75, 0x4d, 0x7a, 0xc2, 0xc3, 0x8d, 0x77, 0x5a, 0x60, 0xdb, 0xc5, 0xb5, 0x52, 0x0e, 0xa4, 0x35, 0x53, 0x5c, 0x27, 0x0e, 0xc1 } }; static const struct cckprng_op_generate op_init_4709 = { .hd = { .id = 4453, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0x81, 0x22, 0xb9, 0x86, 0xef, 0x85, 0x84, 0xe4, 0x4b, 0x74, 0x84, 0xa8, 0x96, 0xd6, 0x67, 0xd4, 0x6b, 0xf1, 0x0d, 0xb7, 0xd6, 0x20, 0x50, 0x62, 0x1d, 0x94, 0xc1, 0x8e, 0xd1, 0xd9, 0x47, 0x9f, 0x60, 0x23, 0x78, 0x90, 0x51, 0x72, 0x9a, 0x61, 0x40, 0x56, 0xc1, 0x99, 0x69, 0x7b, 0x9d, 0xb8, 0x63, 0xc0, 0xc1, 0xde, 0x2e, 0xae, 0xac, 0x9d, 0xdc, 0x44, 0xc3, 0x09, 0xe2, 0xc3, 0x0c, 0x17, 0x4a, 0x0d, 0x0e, 0xe7, 0x11, 0x51, 0xca, 0x05, 0x3f, 0xf8, 0x4c, 0x6d, 0xf6, 0x05, 0x1a, 0xed, 0xf8, 0x95, 0xce, 0x50, 0xcc, 0x1d, 0x56, 0x2a, 0xcf, 0x43, 0x9d, 0x14, 0x56, 0x90, 0x5d, 0x9b, 0xae, 0xcb, 0xba, 0x99, 0x44, 0x65, 0xa2, 0x74, 0x59, 0xff, 0x10, 0xb0, 0x3d, 0xdc, 0x9b, 0x17, 0x6c, 0xf2, 0x5b, 0x98, 0xcf, 0x41, 0xef, 0xe2, 0xd6, 0xab, 0x59, 0xf9, 0x54, 0x50, 0x56, 0x6e, 0x79, 0x7c, 0xa7, 0x94, 0x5c, 0xbf, 0x86, 0xc6, 0x9d, 0x2c, 0x8e, 0x0d, 0xbe, 0x37, 0xbd, 0xe4, 0x9b, 0x41, 0x87, 0x7a, 0xb6, 0x01, 0xcf, 0x38, 0xea, 0xd8, 0xf4, 0x68, 0x8f, 0x75, 0xfe } } }; static const struct cckprng_op_generate op_init_4710 = { .hd = { .id = 4454, .kind = OP_GENERATE }, .rand_nbytes = 29, .out = { .rand = { 0x53, 0xac, 0x03, 0x1f, 0xf2, 0x48, 0x80, 0xea, 0x1a, 0xbd, 0x3f, 0x6e, 0x6b, 0x50, 0xe8, 0x49, 0xdf, 0x1e, 0x15, 0x32, 0xcb, 0xfd, 0xd6, 0x6d, 0x32, 0x5f, 0x34, 0xe6, 0xcc } } }; static const struct cckprng_op_refresh op_refresh_4711 = { .hd = { .id = 4455, .kind = OP_REFRESH }, .rand = 13008463779974706652ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4712 = { .hd = { .id = 4456, .kind = OP_REFRESH }, .rand = 7605608540900974319ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_4713 = { .hd = { .id = 4457, .kind = OP_REFRESH }, .rand = 11848266126445003771ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4714 = { .hd = { .id = 4458, .kind = OP_RESEED }, .nonce = 3762215561740645998ULL, .seed_nbytes = 191, .seed = { 0xbc, 0x60, 0x29, 0x55, 0xa2, 0xfc, 0x4d, 0x6b, 0xdc, 0xd5, 0x5b, 0x4a, 0xd8, 0x6c, 0xdf, 0xd3, 0xb6, 0xac, 0x80, 0x3e, 0x35, 0x5c, 0xc0, 0x79, 0x2e, 0xfa, 0x6c, 0x96, 0x79, 0xae, 0x1d, 0x0c, 0x36, 0x1b, 0x0f, 0x09, 0xe4, 0x2e, 0x3a, 0xe3, 0x59, 0x3f, 0x25, 0x4b, 0x07, 0x6e, 0x63, 0xca, 0x74, 0x34, 0x3e, 0x25, 0xb6, 0x78, 0x8e, 0x8e, 0x3c, 0x2a, 0x3e, 0x05, 0x7c, 0x46, 0x5d, 0x10, 0xbb, 0x77, 0x7f, 0x24, 0xd6, 0xa0, 0x74, 0xfe, 0x24, 0xfe, 0xdd, 0xb8, 0xab, 0x88, 0x0a, 0xc3, 0x5a, 0x18, 0x92, 0xba, 0x91, 0x25, 0x1a, 0x0a, 0xcc, 0x8f, 0xbf, 0xbe, 0x3d, 0x4d, 0x08, 0xee, 0x4d, 0xf4, 0xb8, 0xc8, 0xfe, 0x44, 0xcf, 0x44, 0xab, 0x6f, 0xb6, 0x29, 0x91, 0x1c, 0xb3, 0x4e, 0x87, 0x9b, 0x6e, 0xdd, 0xdf, 0x1e, 0x72, 0x97, 0x86, 0xd6, 0x9c, 0x82, 0xeb, 0x30, 0x17, 0xe3, 0x8a, 0x25, 0xd4, 0xd8, 0x49, 0x19, 0xf5, 0xa6, 0xef, 0xc7, 0x92, 0xf5, 0x6a, 0x82, 0xa5, 0x72, 0x42, 0x59, 0x08, 0xd1, 0x14, 0x46, 0xf5, 0x06, 0xd8, 0x6a, 0xda, 0xb5, 0x7b, 0x56, 0xf1, 0xf7, 0x5f, 0xb4, 0x1e, 0x12, 0x73, 0x38, 0xce, 0xb8, 0x29, 0x28, 0xce, 0x2c, 0x71, 0xce, 0xdb, 0x3e, 0x2b, 0x0d, 0xa3, 0x7b, 0x3d, 0x5a, 0x02, 0xdc, 0xc3, 0x99, 0x4c, 0x98, 0xd2, 0x16, 0xaa } }; static const struct cckprng_op_generate op_init_4715 = { .hd = { .id = 4459, .kind = OP_GENERATE }, .rand_nbytes = 86, .out = { .rand = { 0xb9, 0x59, 0x1b, 0xb6, 0x16, 0x13, 0xf2, 0x12, 0x53, 0xea, 0x69, 0x85, 0x96, 0x2a, 0xe2, 0x58, 0xf2, 0xcc, 0x66, 0xec, 0x05, 0xfe, 0xe6, 0x18, 0x8f, 0x20, 0xbf, 0xb8, 0xd2, 0xca, 0x9b, 0x61, 0x0d, 0x88, 0x51, 0x02, 0x47, 0x91, 0xd7, 0xef, 0x4d, 0x7b, 0x38, 0x91, 0x2d, 0x8a, 0xae, 0x7f, 0xce, 0x53, 0x48, 0x07, 0xa2, 0xc5, 0x3e, 0x47, 0xc3, 0x85, 0x2d, 0xe7, 0xec, 0x65, 0xa4, 0x03, 0xb6, 0x95, 0x8d, 0x8f, 0x69, 0x70, 0x56, 0xff, 0x94, 0xf1, 0xa1, 0x19, 0x21, 0xdb, 0xd1, 0x57, 0xa6, 0x07, 0x82, 0x87, 0xf9, 0x99 } } }; static const struct cckprng_op_generate op_init_4716 = { .hd = { .id = 4460, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x3d, 0x71, 0x96, 0xa3, 0x01, 0xf6, 0x7e, 0x3f, 0x4e, 0xfe, 0x95, 0xba, 0x99, 0xaf, 0x58, 0x91, 0xdc, 0x2e, 0xbd, 0x9c, 0x50, 0x28, 0xb6, 0xb0, 0xe1, 0xf7, 0xe1, 0x78, 0x8e, 0xcd, 0xaf, 0x38, 0xc5, 0xff, 0xe0, 0x07, 0xf8, 0x0f, 0x63, 0x50, 0xac, 0x8f, 0xcb, 0x4a, 0xc0, 0xca, 0x3e, 0x42, 0xea, 0x6f, 0xac, 0x38, 0x57, 0x49, 0x10, 0x17, 0x94, 0x65, 0xa8, 0x92, 0x73, 0x1d, 0xca, 0x9b, 0x1d, 0xb2, 0xad, 0x3a, 0x42, 0x54, 0x90, 0x08, 0x46, 0x33, 0x77, 0x37, 0xdf, 0x7d, 0x8b, 0xa2, 0xe1, 0x64, 0x58, 0x2d, 0xf2, 0x20, 0x17, 0xcc, 0x30, 0x86, 0x08, 0x79, 0x40, 0x63, 0x76, 0x8a, 0x66, 0x4c, 0x52, 0xc2, 0x41, 0x06, 0xd6, 0xd2, 0xf4, 0x53, 0xd3, 0xde, 0xd4, 0x34, 0x77, 0x42, 0x3d, 0x4a, 0x93, 0x18, 0x94, 0x5c, 0x4f, 0x2f, 0xf9, 0xbc, 0xe2, 0xe1, 0xa7, 0x1e, 0xc3, 0x0e, 0xa1, 0x52, 0x51, 0x11, 0x38, 0xc3, 0x95, 0xba, 0x3e, 0x81, 0xe6, 0x09, 0x4c, 0x0f, 0x0b, 0x76, 0xd0, 0x1c, 0xc0, 0xa5, 0xf6, 0xd9, 0x8c, 0xa3, 0x1d, 0x55, 0x57, 0x10, 0x03, 0xa7, 0x93, 0x7a, 0xed, 0xca, 0xc3, 0x62, 0xcd, 0x5f, 0x0e, 0x8b, 0xd7, 0x3e, 0xb1, 0x83, 0xe5, 0xcc, 0xdc, 0x35, 0xf9, 0x4c, 0x95, 0x66, 0x21, 0x90 } } }; static const struct cckprng_op_reseed op_reseed_4717 = { .hd = { .id = 4461, .kind = OP_RESEED }, .nonce = 12172034359908955347ULL, .seed_nbytes = 188, .seed = { 0x3e, 0x81, 0x20, 0xc8, 0xfb, 0xab, 0x13, 0x1e, 0x6a, 0x9a, 0xa3, 0x9e, 0x7e, 0x38, 0xbd, 0xbf, 0xce, 0x12, 0x1d, 0x7f, 0x12, 0x1d, 0x87, 0x4b, 0x00, 0xb3, 0x2f, 0x47, 0x20, 0x76, 0x53, 0x2e, 0xc1, 0x51, 0x32, 0xdb, 0x86, 0xbf, 0x26, 0x72, 0x9d, 0xc6, 0xca, 0xb3, 0x60, 0xfa, 0x05, 0x10, 0x35, 0x8e, 0x1d, 0x51, 0x52, 0x82, 0x64, 0x31, 0xae, 0x0c, 0xed, 0x22, 0x99, 0xb8, 0x9b, 0x12, 0xd7, 0xc7, 0xee, 0x14, 0xe3, 0x99, 0xf3, 0xb6, 0xf5, 0x01, 0xba, 0x39, 0x42, 0x65, 0x48, 0xbd, 0xd6, 0x09, 0x71, 0x25, 0x4e, 0x57, 0xb3, 0xd3, 0xdf, 0xd7, 0xc3, 0xe8, 0x72, 0x4a, 0xa1, 0xfb, 0x02, 0xde, 0xde, 0x74, 0xb2, 0x68, 0xc6, 0x58, 0x9c, 0xb2, 0x56, 0xea, 0xd5, 0xc0, 0x6f, 0x32, 0x16, 0x6b, 0xe5, 0x5f, 0x7a, 0x3d, 0xd8, 0x88, 0x43, 0x4e, 0x40, 0xad, 0x7d, 0x24, 0x6f, 0x12, 0xce, 0x4b, 0x4d, 0x51, 0x1e, 0xb5, 0xa8, 0xd6, 0x03, 0x00, 0xdf, 0x1f, 0x1e, 0x74, 0xf5, 0x7d, 0x3e, 0x6a, 0x44, 0xad, 0xab, 0xaa, 0x60, 0x59, 0x6e, 0xfd, 0x30, 0xea, 0xb4, 0xd2, 0xc4, 0xf9, 0x71, 0x43, 0x42, 0x8f, 0x07, 0x3f, 0x1c, 0x1e, 0xe0, 0x6e, 0xf2, 0x34, 0xa1, 0x7b, 0x46, 0x78, 0xf2, 0xe3, 0x06, 0x11, 0x5c, 0xf9, 0xfb, 0x64, 0x02, 0x39, 0x18, 0x50 } }; static const struct cckprng_op_reseed op_reseed_4718 = { .hd = { .id = 4462, .kind = OP_RESEED }, .nonce = 16524614619034182340ULL, .seed_nbytes = 62, .seed = { 0xce, 0x6e, 0x12, 0x37, 0x92, 0x69, 0xc3, 0x5c, 0x15, 0xd0, 0x24, 0xe2, 0xcb, 0xb4, 0xa3, 0x62, 0x8a, 0x47, 0x14, 0xd5, 0x8c, 0xce, 0xa7, 0x33, 0xb2, 0x02, 0x40, 0x4f, 0x0d, 0x25, 0x7c, 0x5a, 0xae, 0x39, 0x9c, 0x7d, 0xbf, 0xa2, 0xd0, 0x14, 0x9c, 0xfa, 0xd1, 0x04, 0xef, 0xc6, 0xb2, 0x61, 0x10, 0x24, 0xb2, 0xd6, 0x49, 0xd2, 0x63, 0x0d, 0x8d, 0xea, 0x8e, 0x60, 0x55, 0xcb } }; static const struct cckprng_op_generate op_init_4719 = { .hd = { .id = 4463, .kind = OP_GENERATE }, .rand_nbytes = 249, .out = { .rand = { 0x4a, 0x92, 0x27, 0x9e, 0x06, 0xb2, 0x3d, 0x07, 0xbd, 0xfd, 0xdd, 0xcd, 0x64, 0x32, 0xf6, 0x40, 0x99, 0x58, 0x12, 0x08, 0x14, 0xeb, 0x94, 0x52, 0xa7, 0xb5, 0xa0, 0xc9, 0x15, 0x47, 0xfb, 0x2a, 0xd9, 0x52, 0xc8, 0x7a, 0x3b, 0x6b, 0x6a, 0xaa, 0x58, 0xc3, 0xcf, 0xb8, 0xb5, 0x8d, 0x23, 0xe9, 0x4e, 0x04, 0x97, 0xa5, 0xa7, 0xe0, 0xeb, 0xd1, 0xa8, 0x1b, 0x8d, 0x71, 0x08, 0xae, 0xb4, 0xd2, 0xd0, 0x64, 0x03, 0xd5, 0x4d, 0x55, 0x7a, 0xff, 0x42, 0xfd, 0xf5, 0x56, 0x7a, 0x85, 0x11, 0xc0, 0x49, 0x4e, 0xf4, 0xc2, 0xa7, 0x63, 0xf4, 0xb0, 0x4a, 0x86, 0x30, 0x42, 0x31, 0x37, 0x59, 0xa6, 0x6f, 0x44, 0x99, 0x29, 0x21, 0x46, 0xed, 0xea, 0x75, 0xcc, 0x73, 0x59, 0xe0, 0x41, 0x64, 0xd7, 0xff, 0x14, 0xf6, 0x0c, 0x3f, 0x39, 0xa6, 0xa5, 0xb5, 0x9e, 0xf1, 0xf1, 0xb0, 0x22, 0x45, 0x95, 0x60, 0x92, 0x11, 0xd9, 0xd2, 0x93, 0xa0, 0x45, 0x5b, 0xcc, 0x71, 0xcd, 0x60, 0x46, 0x15, 0x75, 0x4f, 0x41, 0x52, 0xab, 0x55, 0xbe, 0xf9, 0x63, 0xf8, 0x84, 0x7a, 0xe3, 0xb6, 0x64, 0x21, 0xa4, 0x7f, 0x89, 0x5b, 0x11, 0x5b, 0xa6, 0x61, 0x02, 0xc3, 0x56, 0x04, 0x4a, 0x19, 0x9f, 0xaf, 0x73, 0xe3, 0x75, 0x93, 0x48, 0x5c, 0x8c, 0x88, 0x64, 0xdd, 0x12, 0x73, 0x84, 0x2c, 0x63, 0x0e, 0xde, 0x85, 0xed, 0x3c, 0x9d, 0x03, 0x44, 0xc0, 0x6f, 0x15, 0x94, 0xf8, 0xc1, 0xed, 0x26, 0xae, 0xec, 0x3a, 0x89, 0x01, 0x18, 0xcc, 0x0c, 0x8b, 0x1f, 0x23, 0x54, 0x60, 0xc9, 0xf6, 0x0b, 0x32, 0x92, 0x4e, 0xea, 0xd6, 0xb8, 0x57, 0x1f, 0x06, 0xc5, 0x19, 0xd9, 0x3c, 0x2b, 0x53, 0x78, 0x69, 0xa8, 0xa1, 0x6d, 0x41, 0xf5, 0x61, 0x0f, 0xac, 0xda, 0x2a } } }; static const struct cckprng_op_reseed op_reseed_4720 = { .hd = { .id = 4464, .kind = OP_RESEED }, .nonce = 7462402020296334453ULL, .seed_nbytes = 67, .seed = { 0xb6, 0x60, 0x9e, 0xe8, 0x00, 0x3d, 0x14, 0x6d, 0xf1, 0xad, 0xa8, 0x26, 0xc6, 0x6b, 0xc3, 0x73, 0x7a, 0x53, 0x2f, 0x32, 0xe7, 0x37, 0x5a, 0x33, 0x2f, 0x41, 0x61, 0xa0, 0xff, 0xce, 0x5f, 0x25, 0x34, 0xb1, 0x4c, 0x5c, 0x1e, 0x85, 0x60, 0x31, 0x93, 0xdf, 0x0e, 0xb1, 0x1d, 0x74, 0x2a, 0xaa, 0x66, 0x0b, 0x4a, 0x77, 0x58, 0xa1, 0x60, 0xe2, 0xb6, 0x1b, 0xf4, 0xa7, 0x33, 0xcc, 0x96, 0xa2, 0xd3, 0xe0, 0xb7 } }; static const struct cckprng_op_generate op_init_4721 = { .hd = { .id = 4465, .kind = OP_GENERATE }, .rand_nbytes = 101, .out = { .rand = { 0x01, 0xf9, 0x0e, 0xca, 0x78, 0x1d, 0x9f, 0x9d, 0x5a, 0x65, 0x85, 0xfa, 0x3b, 0x29, 0x57, 0x47, 0x30, 0xf9, 0xa5, 0x02, 0x14, 0xe1, 0x88, 0x85, 0x48, 0xab, 0x60, 0xe2, 0xed, 0xfe, 0x1e, 0x5f, 0xa7, 0xac, 0xa4, 0x2f, 0x98, 0x61, 0x5d, 0x48, 0x58, 0x65, 0xd9, 0x64, 0x4d, 0x5e, 0x12, 0x84, 0xd7, 0x4d, 0x0b, 0xf2, 0x7a, 0xeb, 0x84, 0x0f, 0x98, 0x93, 0x0e, 0x94, 0x50, 0x2b, 0xf1, 0x80, 0x87, 0xe7, 0x32, 0x99, 0x5d, 0xbf, 0x5f, 0x1a, 0x91, 0x01, 0x10, 0x90, 0x11, 0x51, 0x25, 0x21, 0xf6, 0x87, 0x81, 0x3b, 0x24, 0xb4, 0xbe, 0x94, 0xc6, 0x36, 0x0c, 0x60, 0xdb, 0xef, 0xd4, 0x3d, 0x52, 0xf7, 0xcb, 0x75, 0x9e } } }; static const struct cckprng_op_refresh op_refresh_4722 = { .hd = { .id = 4466, .kind = OP_REFRESH }, .rand = 7858509016261619460ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4723 = { .hd = { .id = 4467, .kind = OP_REFRESH }, .rand = 10802525497772439333ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4724 = { .hd = { .id = 4468, .kind = OP_RESEED }, .nonce = 6141563083092762654ULL, .seed_nbytes = 181, .seed = { 0x47, 0xd0, 0x34, 0xce, 0x22, 0x9f, 0x6e, 0x66, 0x1d, 0x62, 0x31, 0xe9, 0xea, 0x92, 0xe1, 0xb5, 0xf8, 0xa2, 0xe8, 0xa7, 0x93, 0x84, 0xc3, 0x61, 0x63, 0x06, 0xd6, 0x46, 0xad, 0x8f, 0x4c, 0x87, 0x84, 0x07, 0xae, 0x63, 0x16, 0x6b, 0x3e, 0xfc, 0x99, 0x5f, 0xfe, 0x66, 0xf4, 0x56, 0x32, 0xea, 0xba, 0x6a, 0x12, 0x21, 0x32, 0x63, 0x7a, 0x5f, 0xf9, 0xc3, 0xa4, 0xc0, 0x73, 0xf8, 0x5e, 0x5e, 0xfd, 0x0d, 0xee, 0x73, 0x55, 0xe4, 0xfc, 0x9e, 0x3d, 0x54, 0xf2, 0x08, 0xc8, 0xe2, 0xaa, 0x7c, 0x27, 0x3f, 0x6d, 0x05, 0xce, 0x74, 0xd1, 0x99, 0x7d, 0x31, 0xba, 0x27, 0xb4, 0x99, 0x25, 0x60, 0xfb, 0x92, 0x43, 0x55, 0x43, 0x34, 0xc0, 0x92, 0x81, 0x39, 0x02, 0xeb, 0x69, 0x39, 0xf9, 0x17, 0x4d, 0x86, 0x1f, 0x51, 0xab, 0x47, 0x96, 0x4a, 0x8a, 0x86, 0x86, 0x1e, 0x12, 0x2a, 0x68, 0x35, 0x10, 0x91, 0xf0, 0x60, 0x33, 0x64, 0x92, 0x0a, 0xc7, 0x88, 0x7d, 0x50, 0x89, 0x5c, 0x11, 0x43, 0x64, 0x80, 0xf9, 0xa6, 0xff, 0x8b, 0x91, 0x5c, 0x6d, 0x05, 0x22, 0x2f, 0xcf, 0x63, 0x72, 0x38, 0x42, 0x96, 0x19, 0x73, 0x5f, 0x3e, 0xee, 0xc5, 0x4f, 0xa2, 0xf8, 0xf7, 0xc1, 0xa3, 0x8d, 0x08, 0x7a, 0x54, 0xcd, 0x42, 0x53 } }; static const struct cckprng_op_reseed op_reseed_4725 = { .hd = { .id = 4469, .kind = OP_RESEED }, .nonce = 7957711987957407940ULL, .seed_nbytes = 280, .seed = { 0xc4, 0x91, 0x6f, 0x17, 0xbd, 0x9f, 0xef, 0x3e, 0x02, 0xfc, 0x41, 0x8e, 0xb6, 0xa5, 0xc9, 0x9f, 0xaa, 0x57, 0x27, 0xd7, 0x5e, 0x17, 0x88, 0x59, 0xa0, 0x4e, 0x78, 0xfe, 0x38, 0x11, 0x80, 0x23, 0xb9, 0xd8, 0x15, 0x0e, 0x5b, 0x91, 0xd3, 0x41, 0x9e, 0xc4, 0x8f, 0x2a, 0xa8, 0x74, 0xb6, 0x3c, 0x6f, 0xd3, 0x8b, 0x65, 0xd6, 0x37, 0xae, 0xdd, 0xbd, 0x00, 0x43, 0xc0, 0x14, 0x04, 0x30, 0xcb, 0x79, 0x26, 0x81, 0xdc, 0xec, 0xf6, 0xe4, 0x4f, 0xa0, 0x8d, 0x99, 0x49, 0xdb, 0xd2, 0x46, 0x24, 0x4f, 0xd7, 0x95, 0x15, 0xea, 0x1b, 0x75, 0x74, 0x3a, 0xea, 0x01, 0x68, 0x3e, 0xca, 0x4b, 0x34, 0x07, 0x49, 0x44, 0xd1, 0x49, 0x43, 0x3f, 0xfb, 0xf8, 0x41, 0xdc, 0xe3, 0x35, 0x11, 0x57, 0x63, 0x6e, 0x23, 0x09, 0xc5, 0xd8, 0x64, 0x34, 0x0e, 0xee, 0x81, 0xa9, 0x10, 0x88, 0x65, 0x38, 0x4b, 0x6e, 0xfb, 0x2f, 0x26, 0xa7, 0x44, 0x34, 0xb1, 0x51, 0xfd, 0xf6, 0x9b, 0xc5, 0x27, 0xc0, 0x87, 0x33, 0x14, 0xb3, 0xd4, 0xdd, 0x70, 0xe4, 0x8f, 0x9b, 0x31, 0x37, 0x07, 0x94, 0x6d, 0x80, 0x65, 0x8a, 0x51, 0x7c, 0xe0, 0xc0, 0x18, 0x5c, 0x7e, 0xf7, 0x52, 0x58, 0x5b, 0x78, 0xcb, 0x78, 0xd7, 0x91, 0x59, 0x70, 0xcf, 0x48, 0x3f, 0xaa, 0xf3, 0x3b, 0x02, 0xcd, 0xcd, 0x01, 0xe5, 0xef, 0x20, 0x67, 0x27, 0xb5, 0x6e, 0xb3, 0x60, 0x8f, 0x09, 0x1b, 0xa7, 0x19, 0x62, 0x24, 0x9f, 0xef, 0x53, 0x5b, 0x8b, 0x4b, 0xb0, 0x36, 0xa0, 0x54, 0x6c, 0xf4, 0xd0, 0x7b, 0x6b, 0x56, 0xfe, 0xd3, 0xd9, 0x4b, 0x03, 0xb2, 0xfd, 0x51, 0x11, 0x78, 0xb7, 0xe4, 0x8b, 0xab, 0xfa, 0xf3, 0xeb, 0xd7, 0x09, 0x12, 0x7a, 0x0a, 0xd6, 0x05, 0xc1, 0x86, 0xba, 0x0b, 0xcd, 0xe4, 0x55, 0xa7, 0xfa, 0xcf, 0x9d, 0xcf, 0x20, 0xa5, 0xc1, 0x04, 0x88, 0x08, 0xd4, 0xd0, 0x89, 0x02, 0x46, 0x20, 0x9b, 0xc2, 0xf1, 0x49, 0x2c, 0x43, 0x7a, 0xbc, 0xb7, 0x32, 0x33 } }; static const struct cckprng_op_reseed op_reseed_4726 = { .hd = { .id = 4470, .kind = OP_RESEED }, .nonce = 4839765472738030432ULL, .seed_nbytes = 127, .seed = { 0x34, 0x1e, 0xab, 0xaf, 0x46, 0x53, 0xb2, 0x8d, 0x6e, 0xd6, 0xa1, 0x68, 0x4e, 0x29, 0x0d, 0x1b, 0xc4, 0xb0, 0x3e, 0x6f, 0x24, 0xd0, 0x7a, 0x35, 0xa0, 0x6c, 0x81, 0x9c, 0xa9, 0xca, 0x11, 0x28, 0x7c, 0x37, 0x71, 0x94, 0xfb, 0x42, 0x41, 0xe6, 0x98, 0x2c, 0x32, 0x10, 0x76, 0x64, 0x81, 0x5d, 0x20, 0x19, 0xe8, 0x7e, 0x95, 0x28, 0xfe, 0x4b, 0xd2, 0x1e, 0x7d, 0x85, 0xd5, 0xc7, 0xff, 0x53, 0x98, 0x08, 0x43, 0x86, 0x01, 0xc1, 0xc9, 0x92, 0x3a, 0xc9, 0x2f, 0xd6, 0x6e, 0x64, 0x81, 0x5d, 0xb3, 0xd0, 0x87, 0xdc, 0xbe, 0x4b, 0x1f, 0x1d, 0xb6, 0x12, 0x69, 0x0b, 0x09, 0xae, 0x47, 0xac, 0x6e, 0x94, 0x8d, 0x17, 0xcc, 0x16, 0x30, 0x32, 0xb9, 0x71, 0x93, 0x0f, 0xee, 0xe4, 0x53, 0xbc, 0xd7, 0xf5, 0x18, 0x22, 0x7e, 0xb8, 0xd0, 0x8a, 0x1d, 0x0b, 0x93, 0x75, 0x1e, 0x71, 0x01 } }; static const struct cckprng_op_reseed op_reseed_4727 = { .hd = { .id = 4471, .kind = OP_RESEED }, .nonce = 411845254191927463ULL, .seed_nbytes = 116, .seed = { 0xc3, 0x83, 0x18, 0x69, 0xeb, 0xd5, 0x23, 0x4a, 0xdb, 0x97, 0x19, 0xc9, 0x88, 0x02, 0x8a, 0x31, 0x54, 0x11, 0x34, 0xf4, 0xf6, 0xc8, 0xe7, 0x8d, 0x9e, 0x98, 0x00, 0x15, 0x1f, 0xc3, 0xd6, 0xce, 0xa5, 0xff, 0xb3, 0x4f, 0xd7, 0xcf, 0x1f, 0x76, 0xee, 0x50, 0x7f, 0x06, 0xef, 0xb5, 0x6e, 0x92, 0xac, 0xd0, 0xd1, 0x0b, 0x95, 0x52, 0xec, 0xe3, 0x92, 0xf9, 0x21, 0xb9, 0x37, 0x35, 0x29, 0x2e, 0xe0, 0xe2, 0x37, 0xdb, 0x9f, 0x2b, 0xbd, 0x5e, 0x8c, 0x0e, 0x1d, 0x0a, 0x4d, 0x3a, 0xf6, 0x27, 0x10, 0xa3, 0x9c, 0xe2, 0x02, 0x41, 0x5b, 0x60, 0x13, 0x6b, 0x1f, 0xd1, 0x72, 0x3d, 0x05, 0xca, 0x92, 0x3c, 0x33, 0xf6, 0x0c, 0xf2, 0x2c, 0x6a, 0xbf, 0x26, 0x44, 0xc3, 0xbf, 0xb9, 0x5b, 0xe7, 0x47, 0xbc, 0x2b, 0xca } }; static const struct cckprng_op_reseed op_reseed_4728 = { .hd = { .id = 4472, .kind = OP_RESEED }, .nonce = 15652694570775938661ULL, .seed_nbytes = 190, .seed = { 0x8a, 0x2c, 0xcf, 0xa0, 0x29, 0xe7, 0xda, 0x41, 0xf5, 0x16, 0x12, 0xfe, 0x1e, 0x4e, 0xb5, 0xdd, 0x6d, 0xcc, 0x95, 0xb6, 0xa6, 0xdf, 0x7e, 0x72, 0x96, 0x08, 0x83, 0x77, 0xda, 0x87, 0xcf, 0xaa, 0x12, 0x51, 0x47, 0x5a, 0x6c, 0x33, 0xef, 0x41, 0x50, 0xd8, 0x1d, 0xe9, 0x1d, 0x4d, 0xd2, 0x48, 0xb8, 0xdc, 0xe9, 0x61, 0xf9, 0xc9, 0xfa, 0xc1, 0x32, 0xd5, 0x76, 0x51, 0x8e, 0x95, 0xd4, 0xc1, 0xe3, 0x4a, 0xd5, 0xc9, 0x88, 0x52, 0xfa, 0xf6, 0x87, 0x16, 0x9e, 0xfd, 0x18, 0xe2, 0xd5, 0x37, 0x9c, 0xa3, 0x20, 0x81, 0x9f, 0x1f, 0x75, 0x63, 0x98, 0x5f, 0xa2, 0x43, 0x5e, 0xdd, 0x4f, 0xac, 0xb7, 0x7e, 0x00, 0x68, 0x7e, 0x5c, 0xe9, 0xe8, 0x61, 0x75, 0xc0, 0x5a, 0x90, 0x53, 0xda, 0x88, 0x21, 0xc4, 0x5b, 0x05, 0xc2, 0x04, 0x40, 0x2a, 0xa8, 0xf7, 0x3b, 0x45, 0x08, 0x38, 0x3e, 0x06, 0xf0, 0x1a, 0xea, 0x7d, 0x0f, 0xc0, 0x21, 0x7a, 0xf5, 0x69, 0x26, 0x9c, 0x9d, 0x02, 0xe7, 0x49, 0xec, 0x2f, 0x40, 0x68, 0x09, 0x77, 0x72, 0x9c, 0xca, 0xf9, 0x45, 0x67, 0xdf, 0xa3, 0x52, 0x4a, 0x59, 0xc6, 0x49, 0xa6, 0x24, 0x8c, 0x0d, 0xa7, 0xc7, 0x79, 0x38, 0xc4, 0xcc, 0x66, 0x57, 0x9c, 0x88, 0xa2, 0xa5, 0x50, 0x61, 0xda, 0x68, 0xe2, 0x08, 0xdb, 0x9d, 0x0c, 0x1c, 0xa0 } }; static const struct cckprng_op_generate op_init_4729 = { .hd = { .id = 4473, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0x3f, 0x71, 0x54, 0xb8, 0x0b, 0x2c, 0x5e, 0xf2, 0x50, 0xcf, 0x49, 0xbb, 0xc4, 0xfe, 0x7c, 0x1b, 0xf2, 0x1a, 0xc2, 0xe4, 0x63, 0x8e, 0x92, 0xb5, 0xb9, 0xc8, 0x07, 0xe8, 0x01, 0x8a, 0x44, 0x67, 0xe3, 0x14, 0x83, 0x93, 0xad, 0xec, 0xc2, 0x02, 0x97, 0xe1, 0x07, 0x27, 0xbc, 0x0d, 0xfd, 0x3e, 0x8d, 0xb7, 0x4f, 0x2d, 0x15, 0x51, 0x7a, 0x6a, 0x71, 0x0d, 0xb8, 0x6b, 0xdd, 0x3f, 0x40, 0x1f, 0xac, 0x75, 0x88, 0xa5, 0x1a, 0xd3, 0x08, 0x10, 0xe4, 0x10, 0xe3, 0x31, 0x58, 0x00, 0x6b, 0xf8, 0x8a, 0x66, 0xe9, 0xb1, 0x94, 0xa9, 0xf6, 0x79, 0x78, 0x82, 0x39, 0xd9, 0x81, 0xe8, 0xb1, 0x82, 0xc4, 0x9f, 0x03, 0x96, 0xc0, 0x74, 0x2f, 0x21, 0x7b, 0xd2, 0xaf, 0xb1, 0xd1, 0x4a, 0x91, 0x41, 0xf4, 0xb3, 0xef, 0x00, 0x1c, 0x88, 0x2d, 0x9d, 0xb8, 0x20, 0xbd, 0x5e, 0x89, 0xcc, 0xe0, 0xd4, 0x62, 0xa6, 0xeb, 0x3e, 0x80, 0x75, 0x10, 0x58, 0x49, 0x65, 0x60, 0x2f, 0xd3, 0x77, 0xd2, 0x25, 0x2b, 0x8d, 0x01, 0x84, 0x69, 0xcd, 0x7b, 0xeb, 0x2d, 0xc6, 0xc9, 0x72, 0xe6, 0xfb, 0x40, 0x89, 0xec, 0xd1, 0x52, 0x2b, 0xa6, 0x0a, 0x57, 0xec, 0xda, 0xc3, 0x9a, 0xe2, 0xe0, 0x06, 0x91, 0x84, 0x02, 0x8a, 0xa8, 0x67, 0x9b, 0x3b, 0xa3, 0x34, 0xe7, 0x4f, 0x4f, 0x08, 0xd6, 0x4f, 0x5b, 0x96, 0xb9, 0x57, 0x38, 0xe3, 0x4a, 0x9c, 0x7a, 0x86, 0x90, 0xc3, 0xf1, 0xad, 0xc1, 0x61, 0xfc, 0x9f, 0x7c, 0x80, 0xed, 0x88, 0x91, 0x1e, 0xf1, 0xce, 0x5f, 0xb3, 0xa5, 0x48, 0xf0, 0x67, 0x69, 0x29, 0x9a, 0xe3, 0xdb, 0x51, 0x42, 0x7c, 0x2b, 0x29, 0xed, 0x32, 0xd2, 0x9e, 0x11, 0x9f, 0xed, 0x26, 0x10, 0x18, 0x29, 0xc5, 0x3c, 0x56, 0x32, 0x59, 0xbc, 0xc2, 0x56, 0x09, 0x47, 0x5c, 0x71, 0xbd } } }; static const struct cckprng_op_reseed op_reseed_4730 = { .hd = { .id = 4474, .kind = OP_RESEED }, .nonce = 18038800408974957861ULL, .seed_nbytes = 183, .seed = { 0x2f, 0xe9, 0x72, 0xb7, 0x6a, 0xf0, 0xdb, 0xac, 0x70, 0x2e, 0xb8, 0x50, 0x23, 0xae, 0x54, 0x9a, 0x17, 0x2c, 0x51, 0xb4, 0xb0, 0x0b, 0xf7, 0xd7, 0x31, 0xd3, 0x55, 0x20, 0xd1, 0xf6, 0x58, 0x8a, 0xd5, 0x67, 0x5b, 0x7e, 0x07, 0x14, 0xd1, 0x9a, 0x17, 0x81, 0x2b, 0xbc, 0x49, 0xff, 0xa7, 0x5e, 0x5b, 0x6a, 0x1a, 0x3d, 0x58, 0x90, 0xb4, 0x14, 0x35, 0xa8, 0x2c, 0xc5, 0x56, 0xac, 0xbb, 0xb8, 0xbf, 0xf7, 0xd1, 0xdf, 0x5d, 0x82, 0xaf, 0x47, 0x05, 0xae, 0x71, 0x05, 0x1c, 0xc2, 0xa3, 0xc2, 0xc1, 0x37, 0xda, 0x93, 0xdd, 0x10, 0xd9, 0x6f, 0x0b, 0x32, 0x24, 0x6c, 0x82, 0x74, 0x9b, 0x46, 0x97, 0x78, 0xf7, 0xa8, 0x9c, 0x47, 0x65, 0x20, 0xaf, 0x5a, 0xda, 0x33, 0xc5, 0x80, 0xc3, 0xdd, 0xa9, 0xb8, 0xaa, 0xdd, 0xcb, 0xfb, 0xc3, 0x46, 0x14, 0x91, 0x11, 0x92, 0x28, 0xe0, 0xba, 0x85, 0x21, 0xb8, 0xfc, 0x6c, 0xdd, 0xf4, 0x04, 0x93, 0x90, 0xdb, 0xf3, 0x1c, 0x04, 0xd1, 0x40, 0xf7, 0xb8, 0xf2, 0x54, 0x50, 0xc4, 0x12, 0x7c, 0xe5, 0xd8, 0xf3, 0xf0, 0x60, 0x4f, 0x1d, 0x7a, 0x5a, 0xd8, 0xec, 0x9c, 0xab, 0x25, 0x16, 0x93, 0xa9, 0xdb, 0x1f, 0x6e, 0xb1, 0x0b, 0x5d, 0x51, 0x67, 0xcd, 0xdf, 0x38, 0xe8, 0x54, 0xc4, 0xfb } }; static const struct cckprng_op_reseed op_reseed_4731 = { .hd = { .id = 4475, .kind = OP_RESEED }, .nonce = 7685316059336453288ULL, .seed_nbytes = 133, .seed = { 0x16, 0xed, 0xef, 0xc0, 0xd7, 0x56, 0xac, 0xc8, 0x35, 0x53, 0xa2, 0xdb, 0xec, 0x0e, 0x40, 0xd0, 0x25, 0xc6, 0x66, 0x1a, 0x49, 0xbe, 0x57, 0x32, 0xdb, 0xf1, 0x9d, 0x06, 0x89, 0xd7, 0x62, 0xd3, 0x31, 0x99, 0x5a, 0x0b, 0x21, 0xdc, 0xbb, 0xed, 0x7e, 0x58, 0xd9, 0xe4, 0xc1, 0x38, 0xe2, 0x2c, 0x3e, 0x35, 0x17, 0xa2, 0x5e, 0x57, 0x4f, 0xca, 0x0b, 0xb4, 0x3f, 0x15, 0xaf, 0x00, 0xed, 0x1b, 0x23, 0x0f, 0x19, 0x39, 0x68, 0xa2, 0x1b, 0xc9, 0xaa, 0xba, 0x4d, 0x25, 0x1e, 0xa3, 0x39, 0x54, 0xfb, 0x02, 0x24, 0x58, 0x4e, 0x19, 0x78, 0xa7, 0x60, 0xcc, 0xb5, 0x20, 0xd8, 0x7d, 0x13, 0x7b, 0x08, 0x80, 0xcf, 0x57, 0xa2, 0x52, 0x0b, 0xdc, 0x61, 0x9f, 0x01, 0x56, 0x92, 0xb4, 0x3a, 0xfb, 0x9f, 0xdd, 0x8e, 0xb2, 0xad, 0xae, 0x53, 0xe7, 0xab, 0x92, 0xe9, 0xc8, 0x4b, 0xb1, 0xe7, 0x3b, 0xf4, 0xb3, 0x95, 0xd7, 0x71 } }; static const struct cckprng_op_generate op_init_4732 = { .hd = { .id = 4476, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x62, 0x02, 0x13, 0x86, 0x24, 0x8c, 0xbb, 0x56, 0x04, 0x40, 0x7f, 0xb3, 0xdd, 0x03, 0xf9, 0x93, 0x8c, 0xb9, 0x56, 0xb6, 0x0f, 0xde, 0x27, 0x84, 0x29, 0x8a, 0x86, 0x8a, 0xff, 0x8e, 0xc2, 0xc5, 0x16, 0x8f, 0xcb, 0x9f, 0x45, 0x22, 0xb9, 0x2f, 0xd7, 0x8f, 0x76, 0xaa, 0xc2, 0x80, 0x2c, 0xe0, 0xb8, 0x6c, 0xac, 0x70, 0xda, 0x65, 0x11, 0x44, 0x00, 0xde, 0xbb, 0x08, 0x54, 0x9f, 0x09, 0xa6, 0xd2, 0x95, 0x83, 0xfa, 0xd6, 0xa6, 0xa3, 0x5e, 0x30, 0xdc, 0x7d, 0xda, 0x34, 0x5c, 0x4b, 0x13, 0xb9, 0x5a, 0x01, 0x81, 0xa1, 0xc7, 0xee, 0x71, 0x9f, 0xef, 0x4b, 0x1f, 0x00, 0x01, 0x77, 0xab, 0x86, 0x59, 0x93, 0xd4, 0x05, 0xb1, 0xdb, 0xdd, 0x2a, 0xf0, 0xed, 0x0d, 0x22, 0xfd, 0x88, 0x96, 0xff, 0xea, 0xe3, 0x80, 0xe6, 0xf7, 0x38, 0x95, 0x33, 0x29, 0x90, 0xb5, 0x93, 0x60, 0xb3, 0x7b, 0x4f, 0x82, 0xef, 0x17, 0x54, 0xc9, 0x53, 0x0e, 0xfc, 0xc9, 0x65, 0xd5, 0xe0, 0xf4, 0x4b, 0xa7, 0xbe, 0x5b, 0x2f, 0x87 } } }; static const struct cckprng_op_reseed op_reseed_4733 = { .hd = { .id = 4477, .kind = OP_RESEED }, .nonce = 15204327702220240543ULL, .seed_nbytes = 147, .seed = { 0x19, 0x0d, 0xde, 0xfd, 0x12, 0x3c, 0x78, 0x79, 0xd7, 0x5c, 0x60, 0xf6, 0xf2, 0xa3, 0x47, 0x2d, 0x61, 0xcb, 0x84, 0xfd, 0xb0, 0xcb, 0x50, 0x90, 0xb7, 0x82, 0x57, 0x3b, 0x6f, 0xc5, 0x53, 0xca, 0x67, 0x15, 0xfa, 0x9d, 0x42, 0x7a, 0xe6, 0x17, 0x18, 0x36, 0x9f, 0x1b, 0x76, 0x89, 0xe5, 0xb7, 0xeb, 0x21, 0xb0, 0xbd, 0x0f, 0xbc, 0xbf, 0x0a, 0x6e, 0x2a, 0x20, 0x1a, 0xee, 0xfe, 0x65, 0x68, 0x45, 0x0f, 0xd1, 0x25, 0x7e, 0x4f, 0x88, 0xdf, 0x07, 0x6e, 0x34, 0xf6, 0x0c, 0x4e, 0x10, 0x5e, 0xd5, 0xda, 0x8c, 0xe5, 0xfa, 0x21, 0xc4, 0x64, 0x19, 0x62, 0x10, 0x8e, 0x79, 0x6a, 0x59, 0xc2, 0xe7, 0x2b, 0x2d, 0x3d, 0xd7, 0x3f, 0xb5, 0x08, 0xe5, 0x82, 0x27, 0x65, 0x12, 0x91, 0x1f, 0xdb, 0x36, 0x1c, 0x21, 0x99, 0x39, 0xf6, 0x0d, 0x1d, 0x9c, 0x6e, 0xea, 0x2f, 0x5a, 0xd1, 0x28, 0x55, 0x33, 0xed, 0x92, 0xe1, 0x0b, 0xb6, 0xf8, 0x4e, 0x59, 0x37, 0x8f, 0xde, 0x68, 0xe8, 0x47, 0xd4, 0xb2, 0x96, 0x90 } }; static const struct cckprng_op_generate op_init_4734 = { .hd = { .id = 4478, .kind = OP_GENERATE }, .rand_nbytes = 8, .out = { .rand = { 0x62, 0x84, 0x5e, 0xa5, 0xe8, 0x33, 0x63, 0xd2 } } }; static const struct cckprng_op_refresh op_refresh_4735 = { .hd = { .id = 4479, .kind = OP_REFRESH }, .rand = 8175081181707781880ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4736 = { .hd = { .id = 4480, .kind = OP_RESEED }, .nonce = 15927954163713829048ULL, .seed_nbytes = 281, .seed = { 0x60, 0x0f, 0xd0, 0x33, 0xab, 0x4a, 0x11, 0xf2, 0x96, 0xa8, 0x83, 0xc6, 0x34, 0x0d, 0x95, 0xb9, 0x4d, 0x90, 0x1b, 0x42, 0xf0, 0xa3, 0xb6, 0x05, 0x9d, 0x99, 0xd9, 0x79, 0xec, 0x7d, 0x71, 0x55, 0x4c, 0xad, 0x94, 0x34, 0x5a, 0xd0, 0x49, 0x96, 0x2c, 0xd9, 0xdd, 0x3d, 0x5c, 0x81, 0xed, 0x23, 0x8a, 0x5c, 0x40, 0xfd, 0x37, 0xf5, 0x7f, 0x27, 0x68, 0x8d, 0x9d, 0x2b, 0xaa, 0xb6, 0xd0, 0x24, 0x4f, 0xfc, 0xc2, 0x82, 0xaa, 0x6d, 0xe5, 0x80, 0x66, 0x35, 0xf2, 0xbb, 0x62, 0x01, 0x32, 0xb7, 0xf7, 0xbc, 0xea, 0x42, 0xb9, 0x62, 0xe6, 0xed, 0x46, 0x3b, 0x76, 0x9b, 0x40, 0xa4, 0xaf, 0x94, 0xb6, 0x8e, 0x25, 0x95, 0x27, 0xaa, 0x20, 0xc1, 0x2f, 0x07, 0xc6, 0x71, 0xed, 0x34, 0x19, 0xaf, 0x04, 0xf8, 0xe4, 0xee, 0x71, 0x21, 0xc7, 0xba, 0x53, 0x25, 0x50, 0xb7, 0xad, 0xd1, 0x2e, 0x04, 0x28, 0x4d, 0x68, 0x4c, 0x75, 0x1f, 0x5c, 0x2e, 0xd6, 0x1c, 0xa9, 0x7c, 0xa5, 0x4f, 0x5b, 0x61, 0x19, 0x24, 0x88, 0x9c, 0x2b, 0x9e, 0xcf, 0xc9, 0xea, 0xf1, 0xef, 0x14, 0x84, 0x26, 0xbe, 0xf6, 0x85, 0x19, 0x33, 0x39, 0xb0, 0x55, 0x5b, 0x46, 0x15, 0xc6, 0xb7, 0x81, 0xcc, 0xf4, 0xe0, 0xeb, 0x20, 0x75, 0x06, 0xba, 0x5b, 0xb2, 0xb5, 0xda, 0x0d, 0xf7, 0xdc, 0x94, 0xf5, 0xd3, 0x8b, 0xbe, 0x86, 0x13, 0x8d, 0x3a, 0x5c, 0xbd, 0x77, 0x0c, 0xb9, 0xaf, 0xcd, 0xcc, 0x0e, 0xe4, 0x37, 0x81, 0x7e, 0x11, 0xc4, 0x27, 0x67, 0xf1, 0x72, 0xe9, 0xee, 0xbb, 0xb0, 0x3d, 0x4a, 0x4f, 0x9e, 0xfb, 0x25, 0xa8, 0x01, 0x3c, 0x36, 0xcd, 0x06, 0x01, 0x52, 0x4b, 0x71, 0x7d, 0xd9, 0x80, 0x01, 0x19, 0xf4, 0x1d, 0xee, 0xfd, 0x33, 0xe4, 0xe8, 0x96, 0xda, 0x6d, 0x29, 0xcf, 0xe2, 0x80, 0x9a, 0x2a, 0xfd, 0x3b, 0x18, 0xef, 0x1a, 0x11, 0x0b, 0x92, 0x92, 0x04, 0x50, 0xd0, 0xd3, 0xd8, 0xba, 0x51, 0xba, 0x19, 0xd4, 0xc1, 0x70, 0xde, 0xd7, 0x0a, 0x29 } }; static const struct cckprng_op_reseed op_reseed_4737 = { .hd = { .id = 4481, .kind = OP_RESEED }, .nonce = 9172079972856731465ULL, .seed_nbytes = 23, .seed = { 0xcd, 0x0f, 0xae, 0x2e, 0x43, 0x41, 0xc5, 0x67, 0x7e, 0x7c, 0x7e, 0xda, 0x83, 0x99, 0x6f, 0xa2, 0xcd, 0x3f, 0x91, 0x21, 0xd3, 0x77, 0x70 } }; static const struct cckprng_op_refresh op_refresh_4738 = { .hd = { .id = 4482, .kind = OP_REFRESH }, .rand = 12237303182167525610ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4739 = { .hd = { .id = 4483, .kind = OP_REFRESH }, .rand = 16818725581610285176ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4740 = { .hd = { .id = 4484, .kind = OP_RESEED }, .nonce = 14225599157750871260ULL, .seed_nbytes = 284, .seed = { 0xd3, 0x9c, 0x65, 0xce, 0x3f, 0x4f, 0xb7, 0x14, 0x1b, 0x57, 0x20, 0x63, 0x3e, 0xd2, 0xde, 0x8d, 0xc2, 0xc5, 0xc7, 0x4b, 0xe1, 0x27, 0x05, 0x2b, 0x23, 0xe8, 0x29, 0x97, 0x1f, 0xbb, 0xad, 0x1a, 0x79, 0xbb, 0x8e, 0xf7, 0x5e, 0xf6, 0x32, 0xd1, 0x63, 0x68, 0x6e, 0x8f, 0x0d, 0x0b, 0x4a, 0xa8, 0xb7, 0x43, 0xbc, 0x31, 0x5b, 0x3f, 0x4b, 0x24, 0x86, 0x43, 0x30, 0x24, 0x6d, 0x58, 0x64, 0xc7, 0x06, 0x3d, 0x72, 0x44, 0x28, 0xe4, 0x5c, 0x3b, 0x70, 0x18, 0x3e, 0x7d, 0xf4, 0xf2, 0xe2, 0xf9, 0xc2, 0xf5, 0x00, 0x94, 0x32, 0x1a, 0x16, 0x5e, 0x40, 0xd4, 0x99, 0x7a, 0xdf, 0x38, 0x53, 0x2a, 0x49, 0x67, 0xbf, 0xfc, 0x17, 0x42, 0x20, 0xc5, 0x31, 0xf7, 0x19, 0x2c, 0xc2, 0xaf, 0x0b, 0x07, 0xe0, 0x82, 0x70, 0x28, 0x55, 0xcd, 0x99, 0x42, 0x86, 0x09, 0x4b, 0xa7, 0xb9, 0x47, 0x85, 0x31, 0x36, 0x5a, 0xa7, 0x45, 0xe8, 0x64, 0x65, 0xed, 0x8f, 0xaa, 0xc1, 0x35, 0x5f, 0x35, 0x45, 0x3e, 0xf0, 0xbb, 0xac, 0xe1, 0x7e, 0xf8, 0x46, 0xf7, 0x79, 0xd0, 0x4a, 0x84, 0x49, 0xe9, 0x71, 0xe0, 0xd1, 0x18, 0xb0, 0x25, 0x5f, 0xa0, 0xb9, 0xc8, 0x00, 0x4d, 0xee, 0xa9, 0xdf, 0x8c, 0xd4, 0xcc, 0xee, 0x36, 0xc9, 0x6e, 0xed, 0x61, 0x0f, 0x9d, 0x9c, 0x35, 0x2e, 0x4e, 0x7c, 0xac, 0xe7, 0x73, 0xac, 0x7f, 0x9d, 0xa4, 0x4a, 0x58, 0xf4, 0xc0, 0x68, 0x63, 0x5c, 0x30, 0xc5, 0xcc, 0xb3, 0x11, 0x78, 0xef, 0xb2, 0xac, 0x59, 0x89, 0xb1, 0xe3, 0x44, 0x84, 0x03, 0xda, 0xa5, 0xea, 0x0a, 0x2a, 0xc8, 0x57, 0xbc, 0x2e, 0x04, 0x6a, 0x41, 0x79, 0x26, 0x3f, 0x6b, 0x24, 0xd2, 0x59, 0xd4, 0xf6, 0xdc, 0x93, 0xcb, 0xfc, 0xce, 0x30, 0x29, 0x95, 0x2f, 0x22, 0x27, 0x35, 0x77, 0x08, 0x55, 0xaa, 0x91, 0x98, 0x94, 0xaf, 0xaf, 0x6a, 0x8a, 0x1c, 0x41, 0x74, 0x75, 0xc2, 0xa3, 0x25, 0xd7, 0x63, 0x14, 0x6e, 0x13, 0xca, 0xa3, 0x4a, 0x37, 0x5e, 0x3e, 0x07, 0x2c, 0xd3 } }; static const struct cckprng_op_generate op_init_4741 = { .hd = { .id = 4485, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0x7a, 0xf4, 0xf9, 0x50, 0xbf, 0x60, 0x69, 0xa4, 0xe8, 0x6a, 0x92, 0xcc, 0xe0, 0x1d, 0xdc, 0x72, 0x90, 0xce, 0xfa, 0x6d, 0x12, 0xc0, 0x7a, 0xd8, 0xb5, 0xd1, 0xc8, 0x47, 0x8e, 0xd1, 0xe8, 0xa2, 0xb3, 0xb8, 0x22, 0x7f, 0x19 } } }; static const struct cckprng_op_generate op_init_4742 = { .hd = { .id = 4486, .kind = OP_GENERATE }, .rand_nbytes = 65, .out = { .rand = { 0x2a, 0x2b, 0x7b, 0x1f, 0xf3, 0x4c, 0xf6, 0xaa, 0xd3, 0x19, 0xa9, 0x58, 0xca, 0x5b, 0xe2, 0x34, 0x4b, 0x04, 0x9b, 0x17, 0xec, 0x26, 0xda, 0x5e, 0xc6, 0xa2, 0x8c, 0x00, 0x94, 0x5f, 0xce, 0x88, 0xe0, 0x58, 0x0f, 0x39, 0xd0, 0x18, 0x57, 0x31, 0x06, 0xe8, 0x8f, 0x4f, 0x21, 0xf7, 0xa7, 0x02, 0xb6, 0x07, 0x08, 0xec, 0x17, 0x4d, 0x5b, 0x6f, 0x2e, 0xd7, 0x64, 0x1c, 0x43, 0xe9, 0x16, 0x1a, 0x90 } } }; static const struct cckprng_op_reseed op_reseed_4743 = { .hd = { .id = 4487, .kind = OP_RESEED }, .nonce = 5163814081941551365ULL, .seed_nbytes = 247, .seed = { 0xe7, 0x87, 0x15, 0x74, 0x1d, 0x6a, 0xf5, 0x75, 0x2f, 0xef, 0x3c, 0x68, 0x48, 0x6a, 0x8b, 0x5e, 0x2a, 0x24, 0x28, 0x6e, 0x80, 0x5a, 0xcf, 0x90, 0xd8, 0xe1, 0xde, 0x39, 0xb8, 0x5b, 0x7b, 0xcd, 0x80, 0x25, 0x17, 0xa0, 0x0b, 0xea, 0x22, 0x47, 0x6a, 0xd7, 0x65, 0xc9, 0xcc, 0x85, 0x94, 0x2b, 0xa3, 0x39, 0x01, 0xb9, 0x4e, 0x06, 0xac, 0x9b, 0xb5, 0xb0, 0xf2, 0x84, 0xec, 0x8f, 0xd2, 0xfb, 0xfd, 0x45, 0x78, 0x52, 0x7e, 0xc2, 0xc2, 0x2f, 0x30, 0xbb, 0xd6, 0x12, 0xda, 0x3e, 0x5b, 0xc0, 0xd9, 0xce, 0x16, 0xab, 0x06, 0xb2, 0xbd, 0x44, 0x0c, 0xd4, 0x1e, 0x21, 0x95, 0x9c, 0x2e, 0x5e, 0x18, 0x1e, 0x16, 0xbe, 0xe4, 0x69, 0x99, 0xbf, 0xb5, 0x52, 0xbd, 0x2f, 0x39, 0x04, 0x84, 0x80, 0x3b, 0xbe, 0x70, 0x68, 0x77, 0x6b, 0x2b, 0x99, 0x39, 0xee, 0x0c, 0x76, 0x37, 0x0f, 0x49, 0x02, 0xa3, 0x13, 0x09, 0x5d, 0xb1, 0xab, 0xfc, 0xb2, 0xc9, 0x25, 0xf5, 0xf6, 0x58, 0x4e, 0x01, 0x11, 0xc4, 0xbd, 0x16, 0x51, 0x8d, 0x05, 0xb3, 0xba, 0x77, 0xd3, 0xc0, 0xa7, 0x36, 0xd8, 0x10, 0xa1, 0x8b, 0x83, 0x95, 0x67, 0xd7, 0xa9, 0xf5, 0x51, 0x0d, 0xb1, 0x9f, 0xd9, 0x4a, 0x10, 0x7c, 0x5a, 0xba, 0xbc, 0x4e, 0xad, 0xea, 0x24, 0xf8, 0x1b, 0x10, 0x91, 0xf8, 0x55, 0x43, 0xde, 0x30, 0x85, 0x57, 0xca, 0x5f, 0xff, 0x73, 0x33, 0x8d, 0x9e, 0x75, 0xb2, 0xb9, 0x53, 0x76, 0x8a, 0x9d, 0xc4, 0x46, 0xf6, 0x11, 0x7a, 0x1e, 0x80, 0x41, 0x5e, 0xac, 0xaf, 0x19, 0xd8, 0x1a, 0x88, 0x7d, 0x9d, 0x5d, 0xe8, 0xf0, 0x6d, 0x78, 0x60, 0x39, 0xa1, 0x44, 0x19, 0xcf, 0x55, 0xc8, 0xa8, 0xfe, 0x0c, 0xc9, 0x5e, 0x6b, 0x4d, 0xa8, 0xe7, 0x72 } }; static const struct cckprng_op_refresh op_refresh_4744 = { .hd = { .id = 4488, .kind = OP_REFRESH }, .rand = 3537265354278482028ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4745 = { .hd = { .id = 4489, .kind = OP_REFRESH }, .rand = 10402536017620087591ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4746 = { .hd = { .id = 4490, .kind = OP_RESEED }, .nonce = 7005000717262157431ULL, .seed_nbytes = 172, .seed = { 0x49, 0xfd, 0x78, 0x29, 0x29, 0xa3, 0x2b, 0x62, 0x4b, 0x49, 0xca, 0x4a, 0x90, 0x01, 0xf0, 0x63, 0x79, 0xd4, 0xec, 0xd4, 0xd0, 0x94, 0x83, 0xd2, 0x1f, 0x4c, 0x31, 0xcf, 0x46, 0xd5, 0x26, 0x2f, 0x11, 0x73, 0xe1, 0x52, 0x57, 0x5e, 0x87, 0x5d, 0x81, 0xf6, 0x7d, 0xf2, 0xe2, 0xa7, 0x49, 0x89, 0x4d, 0x10, 0x71, 0x2c, 0x9c, 0xfe, 0x54, 0x1b, 0xf1, 0x0c, 0xe6, 0x5a, 0x56, 0xa3, 0x3c, 0x1d, 0xc3, 0x6e, 0x34, 0xf7, 0xd6, 0xa6, 0x08, 0x9c, 0xe3, 0x8c, 0xbc, 0xf7, 0x77, 0x19, 0x90, 0x3a, 0xf2, 0x7c, 0x9b, 0xb8, 0x96, 0x7a, 0xb9, 0xbd, 0x32, 0x1c, 0x1a, 0x41, 0xdf, 0x26, 0x84, 0x44, 0x03, 0xbf, 0x0f, 0x9e, 0x99, 0x59, 0x34, 0xc2, 0xac, 0x27, 0x67, 0x4e, 0xe3, 0x12, 0xee, 0x35, 0xff, 0x27, 0x0e, 0x76, 0xd8, 0xd6, 0x07, 0x93, 0xe8, 0xf2, 0xe6, 0xa2, 0x52, 0xf1, 0x6f, 0x7e, 0x56, 0xbe, 0xbb, 0xa5, 0x34, 0x8a, 0xf7, 0xbd, 0xcc, 0xed, 0xf6, 0xaa, 0x61, 0x27, 0xd2, 0x46, 0x01, 0x23, 0x4f, 0x59, 0xb5, 0xc1, 0x5c, 0xea, 0x00, 0x78, 0x61, 0xc5, 0x06, 0xb7, 0xe5, 0x62, 0x9f, 0xa4, 0x5f, 0x98, 0xeb, 0xdd, 0x1d, 0xf6, 0x56, 0x6c, 0x57, 0xb8 } }; static const struct cckprng_op_generate op_init_4747 = { .hd = { .id = 4491, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0x14, 0x6e, 0xb1, 0xd7, 0x6d, 0xa7, 0x4d, 0x8c, 0x60, 0x2a, 0x06, 0x8a, 0xff, 0x7b, 0xac, 0x7a, 0x8b, 0x9e, 0x57, 0x82, 0x1e, 0x56, 0x3a, 0x67, 0x85, 0x0f, 0x51, 0x5f, 0x92, 0xf1, 0xeb, 0x97, 0x97, 0x39, 0xc9, 0xdf, 0x3d, 0x8b, 0x11, 0x30, 0x15, 0xa5, 0x8d, 0x4c, 0xd0, 0x09, 0x37, 0x7d, 0x90, 0x16, 0xf3, 0xb3, 0xc7, 0x02, 0x50, 0x5a, 0x4a, 0x41, 0x8b, 0xdf, 0x3b, 0xe5, 0x69, 0x42, 0xdb, 0x39, 0x22, 0x8d, 0x61, 0xe6, 0x1c, 0xb3, 0x9b, 0x84, 0x3f, 0x4e, 0xbc, 0xc3, 0x07, 0x45, 0x8f, 0xbf, 0x9f, 0xcd, 0x6d, 0x94, 0xc8, 0xf6, 0x1b, 0x68, 0x16, 0x17, 0x2d, 0xdc, 0x97, 0x67, 0x7e, 0x6e, 0xa0, 0xdc, 0x4a, 0x94, 0xed, 0x67, 0x22, 0x7f, 0x22, 0x79, 0xcc, 0xe2, 0x36, 0x89, 0x8c, 0xd4, 0xc4, 0x96, 0xa1, 0x1e, 0x83, 0x0d, 0x85, 0x7f, 0x2a, 0x96, 0x94, 0xa2, 0x1d, 0x82, 0xfe, 0x30, 0x38, 0x7b, 0x85, 0xac, 0xa7, 0x30, 0x70, 0x67, 0xfe, 0x3e, 0x32, 0x0d, 0x97, 0x26, 0x22, 0x2d, 0x85, 0x96, 0x90, 0x1c, 0xf3, 0xf1, 0x08, 0x59, 0xad, 0x4d, 0xe0, 0xcd, 0xa8, 0x66, 0xbd, 0x59, 0x62, 0x5a, 0xba, 0x9e, 0xf7 } } }; static const struct cckprng_op_refresh op_refresh_4748 = { .hd = { .id = 4492, .kind = OP_REFRESH }, .rand = 11727753407658228623ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4749 = { .hd = { .id = 4493, .kind = OP_REFRESH }, .rand = 15617920136224793954ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4750 = { .hd = { .id = 4494, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0xc8, 0x07, 0xd1, 0x9b, 0x02, 0xc5, 0xf9, 0xf6, 0xb8, 0x40, 0xf2, 0x99, 0x8d, 0x98, 0x7d, 0xfa, 0xc0, 0x29, 0xb5, 0xab, 0x88, 0x01, 0xb2, 0xf3, 0x2f, 0x2a, 0x77, 0xbf, 0x82, 0x69, 0xf3, 0x42, 0xc1, 0xdd, 0xfa, 0xab, 0x1d, 0x91, 0x47, 0xbf, 0x05, 0x26, 0xe4, 0x07, 0x05, 0x78, 0xf3, 0x1a, 0x17, 0xe3, 0xb0, 0x2c, 0xd8, 0x56, 0xea, 0xf8, 0x1a, 0xe2, 0xbf, 0x9d, 0xf6, 0xef, 0x0a, 0x84, 0xff, 0x18, 0x8e, 0xe6, 0x9a, 0x04, 0xb3, 0xc2, 0x1c, 0x6f, 0x2a, 0x2c, 0x1a, 0x74, 0x1d, 0x42, 0x2f, 0xfb, 0x22, 0xc9, 0x36, 0xd4, 0xb4, 0xdb, 0x47, 0x82, 0x67, 0x68, 0xe7, 0xb9, 0xfd, 0x4d, 0xa5, 0xac, 0xcf, 0x8f, 0xa2, 0x08, 0x02, 0x19, 0x2b, 0x1a, 0x5e, 0xde, 0x39, 0x83, 0x91, 0xb5, 0xa9, 0x71, 0xc2, 0x29, 0xc4, 0x4d, 0x04, 0xab, 0x24, 0x31, 0x9d, 0xa3, 0x01, 0xf3, 0xad, 0xe7, 0xb6, 0xd4, 0x92, 0xaf, 0x77, 0x28, 0xba, 0x7e, 0x1c, 0x39, 0xf0, 0x24, 0xcc, 0x07, 0x07, 0x4a, 0x13, 0x90, 0x24, 0x92, 0xa1, 0x2f, 0x1f, 0x54, 0x4e } } }; static const struct cckprng_op_generate op_init_4751 = { .hd = { .id = 4495, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_refresh op_refresh_4752 = { .hd = { .id = 4496, .kind = OP_REFRESH }, .rand = 9213411555014246580ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4753 = { .hd = { .id = 4497, .kind = OP_REFRESH }, .rand = 4219479127928143368ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4754 = { .hd = { .id = 4498, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0x25, 0x84, 0x41, 0x39, 0x56, 0x8e, 0xa1, 0x69, 0xdb, 0x70, 0xbf, 0xbb, 0xf6, 0xbf } } }; static const struct cckprng_op_generate op_init_4755 = { .hd = { .id = 4499, .kind = OP_GENERATE }, .rand_nbytes = 108, .out = { .rand = { 0x01, 0xbc, 0x9e, 0xd1, 0x2e, 0x1d, 0x09, 0x48, 0x2e, 0x9c, 0x8f, 0xb8, 0xa3, 0xe2, 0x94, 0xe6, 0x28, 0xa4, 0x08, 0x6e, 0x1c, 0xcc, 0x0c, 0x19, 0x59, 0x49, 0xa8, 0xb3, 0x86, 0x0c, 0xc4, 0x4b, 0xf4, 0xd2, 0x34, 0xa5, 0xcf, 0x23, 0x0a, 0xdd, 0x62, 0xa9, 0x1d, 0xbc, 0x06, 0xad, 0x8b, 0x47, 0xd6, 0x52, 0x15, 0x87, 0x0c, 0x44, 0x31, 0x6f, 0x84, 0xce, 0x11, 0x20, 0x3e, 0x0f, 0x47, 0xa8, 0x4e, 0x99, 0xb0, 0x06, 0x8d, 0x7d, 0x77, 0x60, 0x4c, 0xa9, 0x60, 0xed, 0xb5, 0x28, 0x93, 0xc8, 0xfe, 0xcb, 0x0b, 0x37, 0xcd, 0x97, 0xe4, 0x15, 0x4b, 0xdf, 0xa5, 0x28, 0x66, 0x0d, 0xc0, 0xc4, 0x68, 0xe0, 0xad, 0x21, 0xd2, 0x2a, 0x8f, 0xf6, 0x00, 0xcc, 0x57, 0x12 } } }; static const struct cckprng_op_reseed op_reseed_4756 = { .hd = { .id = 4500, .kind = OP_RESEED }, .nonce = 16517488658585923332ULL, .seed_nbytes = 266, .seed = { 0x1c, 0x1b, 0xea, 0xa8, 0xfd, 0xc2, 0x00, 0xd2, 0x44, 0x0f, 0x15, 0x8f, 0xf5, 0x23, 0x23, 0x79, 0x74, 0xd5, 0x24, 0x5b, 0xb6, 0xe4, 0x75, 0xa8, 0xcc, 0x82, 0x02, 0x91, 0x59, 0x9c, 0x95, 0xd0, 0x92, 0x1f, 0xf1, 0x8d, 0x46, 0x5e, 0x0b, 0x09, 0x35, 0xf2, 0x37, 0x06, 0x81, 0xff, 0xf3, 0xd8, 0xe0, 0x5a, 0x83, 0xba, 0x9c, 0xce, 0x9b, 0xd7, 0x1d, 0xae, 0xb5, 0x77, 0x69, 0x6d, 0x3c, 0x0d, 0xb3, 0x45, 0x62, 0xae, 0x70, 0x1a, 0xcd, 0xe0, 0x23, 0x2a, 0xea, 0xaf, 0x93, 0x33, 0x9e, 0x33, 0x1d, 0x96, 0xf5, 0x44, 0x2a, 0x86, 0x84, 0x8b, 0x5f, 0x86, 0xc0, 0xb0, 0x16, 0x24, 0x6d, 0x10, 0x9f, 0xb0, 0xd3, 0xa6, 0x44, 0x67, 0x08, 0xbb, 0x1b, 0x26, 0xec, 0xb5, 0x1f, 0x8e, 0x04, 0xfb, 0x8d, 0x19, 0xbe, 0xb0, 0x62, 0xeb, 0xc2, 0x88, 0xe0, 0x2c, 0xa6, 0x67, 0x69, 0xa0, 0x08, 0x88, 0x90, 0x97, 0x8e, 0x4a, 0xc0, 0x5b, 0x7e, 0x34, 0x4f, 0x41, 0xc5, 0x3c, 0x22, 0x10, 0x12, 0xe6, 0xf2, 0xa4, 0x90, 0x42, 0x0a, 0x41, 0xeb, 0xb1, 0x88, 0x13, 0xe1, 0xbd, 0x54, 0xfb, 0x8b, 0xc6, 0x8c, 0xff, 0xe2, 0x36, 0x8c, 0xa8, 0x9b, 0x32, 0x8e, 0x70, 0x5e, 0x18, 0xb2, 0xda, 0x2a, 0x70, 0x35, 0x20, 0xa2, 0x17, 0x71, 0x3c, 0xc6, 0xdc, 0x35, 0x95, 0x0d, 0x38, 0xc7, 0x67, 0xce, 0x0c, 0x58, 0x57, 0x96, 0x2e, 0xdd, 0x5e, 0xc5, 0x44, 0x96, 0xdb, 0x58, 0x41, 0x1e, 0xb8, 0x33, 0xf4, 0xe5, 0x53, 0x9f, 0x23, 0xe6, 0xaa, 0x15, 0x6f, 0xd5, 0xc2, 0xcb, 0xa1, 0x45, 0x3e, 0x57, 0x36, 0x9e, 0xa2, 0x06, 0x3d, 0x75, 0xc5, 0x2e, 0x2d, 0x9d, 0xc5, 0x94, 0x8a, 0xc0, 0xcf, 0x7f, 0xca, 0x7a, 0x48, 0xa7, 0xcc, 0xf5, 0x0d, 0xa8, 0xe0, 0x91, 0x3b, 0x91, 0xc6, 0x9a, 0xa8, 0x03, 0xf9, 0x9a, 0xa7, 0x21, 0x37, 0x91, 0xd9, 0x4c, 0x3c, 0xa9, 0x02 } }; static const struct cckprng_op_generate op_init_4757 = { .hd = { .id = 4501, .kind = OP_GENERATE }, .rand_nbytes = 41, .out = { .rand = { 0x10, 0x1c, 0x4a, 0xbe, 0x6b, 0x1e, 0x07, 0x4b, 0xe7, 0x29, 0xc7, 0x14, 0xc7, 0x05, 0xcc, 0x86, 0x06, 0x20, 0xd2, 0x81, 0x99, 0x24, 0x14, 0x6f, 0x78, 0x04, 0xad, 0xaa, 0xfa, 0x6e, 0xed, 0xd0, 0x19, 0x97, 0x5d, 0xbd, 0x94, 0x79, 0x18, 0x2d, 0x42 } } }; static const struct cckprng_op_generate op_init_4758 = { .hd = { .id = 4502, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0xd2, 0x10, 0xf1, 0xcc, 0xfd, 0x35, 0x6a, 0x74, 0x84, 0x80, 0xaa, 0x90, 0x5c, 0x2f, 0xdc, 0x56, 0x95, 0x7a, 0x63, 0xf2, 0x5c, 0xef, 0x01, 0x20, 0x7a, 0xfc, 0xb8, 0x8c, 0x3c, 0x3a, 0x73, 0x3a, 0x79, 0xee, 0xeb, 0xc5, 0x5d, 0xcf, 0x8b, 0xd5, 0x6f, 0xf8, 0xee, 0x69, 0x3d, 0xe4, 0xe4, 0x15, 0xc4, 0x13, 0x67, 0xf9, 0x75, 0x0d, 0xed, 0x3d, 0x46, 0xcb, 0xe4, 0x93, 0x6a, 0x4d, 0xc2, 0xa0, 0xff, 0x3d, 0x17, 0xba, 0x8f, 0x62, 0xf9, 0x4b, 0x94, 0x21, 0x95, 0x26, 0x98, 0x07, 0x6f, 0x6c, 0x45, 0x41, 0x19, 0xad, 0xc1, 0xce, 0xca, 0x7a, 0x7f, 0x8b, 0x08, 0xa9, 0x33, 0xb4, 0x03, 0x5e, 0xc2, 0x2b, 0xfa, 0x58, 0x8d, 0x7f, 0xd4, 0x60, 0xd8, 0x0e, 0x83, 0x98, 0x26, 0x0f, 0xc8, 0x07, 0x3c, 0x60, 0x1a, 0x8e, 0xcc, 0x3d, 0x31, 0xde, 0x63, 0xd5, 0x15, 0x85, 0xc4, 0x73, 0xb6, 0x40, 0x26, 0xa5, 0x40, 0x59, 0x65, 0x50, 0x75, 0x83, 0xf1, 0x91, 0xfa, 0x8c, 0xff, 0x64, 0x77, 0x82, 0x87, 0x7d, 0xcb, 0x02, 0x7f, 0x12, 0xa7, 0x58, 0xf1, 0x19, 0xf3, 0xb5, 0x4a, 0x3e, 0x6b, 0x28, 0xce, 0x4d, 0x3c, 0xe7, 0x5b, 0xa9, 0x0b, 0x0e, 0x4f, 0x06, 0x07, 0xb0, 0xa2, 0xc9, 0xca, 0x3e, 0xbd, 0x65, 0x17, 0x19, 0x48, 0x2f, 0xcd, 0xe7, 0x53, 0x0a, 0x5b, 0xcf, 0x1b, 0xb0, 0x65, 0x77, 0xfd, 0x92, 0xa6, 0xd6, 0xe1, 0x0a, 0x5f, 0x50, 0xe3, 0x35, 0x31, 0x29, 0xd3, 0xe7, 0x4c, 0x81, 0xe9, 0xc7, 0xc5, 0xc7, 0x10, 0x72, 0x76, 0x74, 0x85, 0xc3, 0x11, 0x4b, 0x1c, 0xb6, 0xd3, 0x02, 0xca, 0xcd, 0x91, 0x75, 0x9e, 0xb1, 0x5c, 0xb1, 0xc0, 0x6e, 0x75, 0x77, 0xe9, 0xe4, 0x1b, 0x1f, 0x8b, 0xe6, 0x65, 0x62, 0xf5, 0x05, 0x0d, 0xcc, 0x20, 0x61, 0x9b, 0xde, 0x72, 0xca, 0x63, 0xad, 0xb6, 0x07, 0xc5 } } }; static const struct cckprng_op_refresh op_refresh_4759 = { .hd = { .id = 4503, .kind = OP_REFRESH }, .rand = 7596267655576915639ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4760 = { .hd = { .id = 4504, .kind = OP_RESEED }, .nonce = 15499288139322703219ULL, .seed_nbytes = 30, .seed = { 0x71, 0xbf, 0x1e, 0xa3, 0x94, 0x8a, 0xb6, 0x30, 0x5f, 0x01, 0x81, 0xd2, 0xa4, 0xed, 0x87, 0xe0, 0x13, 0xc0, 0x38, 0xb8, 0xeb, 0x8a, 0xcf, 0x5d, 0xcd, 0x01, 0x85, 0x4d, 0xbb, 0x81 } }; static const struct cckprng_op_generate op_init_4761 = { .hd = { .id = 4505, .kind = OP_GENERATE }, .rand_nbytes = 111, .out = { .rand = { 0x73, 0x82, 0x81, 0x8e, 0xbb, 0xcb, 0xa4, 0x0f, 0x42, 0x73, 0x0a, 0x91, 0xf6, 0xda, 0xbb, 0xfd, 0x33, 0x0e, 0x08, 0x6f, 0x90, 0x6b, 0xcb, 0x3d, 0x03, 0x62, 0x58, 0x5c, 0xb8, 0xb1, 0xe4, 0x77, 0xf3, 0xb3, 0xa8, 0x6c, 0x7d, 0xa4, 0x36, 0x14, 0xf2, 0x78, 0x00, 0x24, 0x7f, 0xd0, 0x95, 0x6a, 0xa3, 0x7c, 0xf3, 0xa6, 0x9d, 0xa0, 0xc9, 0xcf, 0x23, 0xc2, 0x50, 0x46, 0x8e, 0x8c, 0x18, 0xb0, 0xa1, 0x7d, 0x1e, 0x1d, 0x0d, 0x98, 0xeb, 0x22, 0xe7, 0xab, 0x0a, 0x0a, 0x2e, 0xa1, 0xbe, 0x71, 0x43, 0xd0, 0x0a, 0x14, 0x34, 0x4e, 0x2b, 0xab, 0xfa, 0xd0, 0x06, 0xd1, 0xd1, 0xe6, 0x83, 0xc9, 0xdd, 0x3f, 0x2d, 0x21, 0x57, 0x63, 0x8a, 0xf3, 0xe8, 0x9e, 0x7e, 0xa0, 0x7c, 0x5f, 0xe8 } } }; static const struct cckprng_op_generate op_init_4762 = { .hd = { .id = 4506, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0x0a, 0xcc, 0x3c, 0x1c, 0x3c, 0xc1, 0xbc, 0xbb, 0x7c, 0x69, 0x89, 0x99, 0x2a, 0x1c, 0xfe, 0x60, 0xb1, 0xed, 0xca, 0xa4, 0x4c, 0x29, 0xfb, 0x4e, 0x95, 0xbc, 0xea, 0x2a, 0xea, 0x73, 0xd7, 0x63, 0x05, 0xe5, 0xc9, 0x0c, 0x92, 0xa3, 0x53, 0x14, 0x66, 0x8f, 0x2f, 0x55, 0x4d, 0xcd, 0x3b, 0xe5, 0x04, 0x10, 0x2e, 0x6c, 0x7d, 0xa3, 0x2b, 0x86, 0xb9, 0xe0, 0xc9, 0x5e, 0x2a, 0x57, 0x76, 0xe6, 0xdf, 0x6c, 0x90, 0x57, 0x30, 0x9d, 0xcc, 0x15, 0xcb, 0x6e, 0xc6, 0x9b, 0x56, 0x00, 0xa1, 0xca, 0xad, 0x17, 0x31, 0x5d, 0xca, 0xa5, 0xbf, 0x83, 0xa7, 0xa8, 0xa0, 0xf2, 0x0e, 0x41, 0x46, 0x26, 0xc2, 0x20, 0x66, 0xec, 0xd4, 0x7c, 0x45, 0xc5, 0x17, 0x06, 0x68, 0x7e, 0xb1, 0x94, 0x2c, 0x9b, 0xc4, 0x9e, 0xa3, 0xf8, 0xad, 0x5d, 0xbb, 0x55, 0xa7, 0x20, 0xda, 0x9d, 0x04, 0x73, 0xee, 0xc7, 0x6b, 0x8f, 0x10, 0x4b, 0x2f, 0xa1, 0xa9, 0x7c, 0xdb, 0xe6, 0x49, 0xc7, 0xf4, 0x55, 0x67, 0x56, 0xb9, 0xb7, 0x8c, 0xdf, 0x0c, 0x46, 0x1f, 0x0d, 0x0e, 0x9c, 0x38, 0x30, 0xf3, 0x61, 0xd5, 0x2c, 0xa1, 0x6a, 0x8b, 0x43, 0x3c, 0x55, 0x04, 0xae, 0x14, 0x86, 0x16, 0xa6, 0xaf, 0xb0, 0x87, 0x73, 0x3f, 0xef, 0x2e, 0xc2, 0xe2, 0xbd, 0x06, 0x8a, 0x75, 0x0a, 0xd6, 0x64, 0x8d, 0x0c, 0xcd, 0x30, 0x12, 0x9e, 0x9c, 0x8a, 0xc9, 0xfa, 0xf4, 0x93, 0xd5, 0xb8, 0xb5, 0xe4, 0x5e, 0xba, 0x18, 0x5d, 0x54, 0x36, 0x10, 0x75, 0x94, 0xcf, 0xe4, 0x8c, 0xf7, 0x6a, 0x4a, 0xc0, 0x50, 0x21, 0xe4, 0xd6, 0x91, 0x08, 0xa2, 0x82, 0x5a, 0x38, 0xc0, 0x29, 0xc2, 0x2c, 0x03, 0x3c, 0x45 } } }; static const struct cckprng_op_generate op_init_4763 = { .hd = { .id = 4507, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0x2f, 0x3a, 0x17, 0x3f, 0x63, 0x4f, 0xbd, 0x46, 0xf9, 0x33, 0x24, 0x18, 0xca, 0xfb, 0x27, 0x03, 0x9a, 0x2f, 0xb5, 0xfe, 0x2f, 0x15, 0xc3, 0x7a, 0xe8, 0xae, 0x0e, 0x8c, 0x99, 0x16, 0xac, 0xe2, 0xb2, 0xe1, 0x6c, 0xd0, 0xa5, 0x86, 0xb6, 0x00, 0x4c, 0xcc, 0xf3, 0x17, 0x22, 0xcb, 0xb6, 0xe9, 0xfd, 0x7a, 0x09, 0x77, 0x48, 0x2f, 0xca, 0x87, 0xc7, 0xe7, 0x25, 0xe6, 0x0d, 0x97, 0x34, 0x01, 0xe1, 0x6d, 0x6e, 0xc3, 0x2f, 0x78, 0xdd, 0x42, 0x22, 0x03, 0xba, 0x08, 0x5a, 0x02, 0x44, 0x1c, 0xfc, 0x36, 0x40, 0xb7, 0x84, 0xc7, 0xd3, 0x8f, 0x04, 0x18, 0x1f, 0x4a, 0x98, 0x69, 0x24, 0x93, 0xa2, 0xb4, 0x0a, 0x4d, 0x21, 0xdc, 0xad, 0x99, 0x81, 0x5d, 0x33, 0xa2, 0x8e, 0xc4, 0xa3, 0xfe, 0xe7, 0xcc, 0xae, 0x49, 0x96, 0xe2, 0x06, 0x93, 0x74, 0x6f, 0x95, 0x88, 0xec, 0xac, 0x63, 0x50, 0xbe, 0xcc, 0x57, 0xda, 0xcf, 0xce, 0x0e, 0x53, 0xc5, 0xea, 0x66, 0x8e, 0x02, 0x43, 0x4d, 0xfa, 0x64, 0x98, 0xbb, 0x03, 0x46, 0x89, 0x4d, 0x9e, 0x8a, 0xe3, 0xbc, 0x32, 0xa7, 0x5f, 0xa0, 0x1e, 0xd5, 0x7f, 0xb0, 0x39, 0x0c, 0xe9, 0xd5, 0xcc, 0xdc, 0xb0, 0xe0, 0x7e, 0x9a, 0xb3, 0x78, 0x22, 0xe6, 0xdc, 0x7f, 0x8d, 0xcf, 0x6b, 0xbc, 0xff, 0x5d, 0x91, 0x44, 0xb2, 0x5e, 0x16, 0xc7, 0x82, 0xfb, 0xff, 0x94, 0xcc, 0xba, 0x24, 0x31, 0x7a, 0xc3, 0x7c, 0xea, 0xbf, 0x7c, 0x6d, 0x6e, 0x9e, 0x19, 0xba, 0xc2, 0xbc, 0xe4, 0xde, 0xbc, 0xda, 0xbb, 0x5f, 0xe6, 0x0e, 0x17, 0x57, 0x2c, 0x06, 0xb5, 0xf8, 0xc1, 0xbc, 0x49, 0xb9, 0xae, 0x9d, 0x54, 0xa7, 0x60, 0x35, 0xd1, 0x76, 0xec, 0x52, 0x89, 0x9c, 0xa8, 0xc1, 0x81, 0x66, 0x81, 0x0d, 0xae, 0x6c, 0xc6, 0xfd, 0xed, 0x18, 0x86, 0x0c, 0x39, 0x32, 0x1e, 0xb4, 0x04 } } }; static const struct cckprng_op_refresh op_refresh_4764 = { .hd = { .id = 4508, .kind = OP_REFRESH }, .rand = 10370752597703598785ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4765 = { .hd = { .id = 4509, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0xfd, 0x74, 0xf5, 0x7c, 0xd6, 0x55, 0xe9, 0xff, 0x34, 0x44, 0x4e, 0x0d, 0xd3, 0x92, 0x02, 0x6a, 0x81, 0x8e, 0x89, 0x9b, 0xfc, 0x64, 0x92, 0xb9, 0xad, 0x31, 0x1d, 0x1d, 0xa0, 0xb9, 0x10, 0xed, 0xfe, 0xda, 0x53, 0x61, 0xd6, 0xcc, 0x73, 0x16, 0x7a, 0x1b, 0x26, 0x43, 0x78, 0xe1, 0x12, 0x39, 0xc3, 0xc1, 0x3a, 0xc7, 0x5f, 0x76, 0x56, 0x05, 0xeb, 0xf8, 0x5e, 0xb7, 0x75, 0xdb, 0xc9, 0x62, 0x62, 0x41, 0xc1, 0xbc, 0xbd, 0x7b, 0x61, 0xa0, 0x3c, 0xae, 0x24, 0xff, 0x28, 0x53, 0x3b, 0x36, 0x6f, 0xbf, 0xbb, 0xd2, 0x43, 0xf0, 0x6f, 0x42, 0x90, 0x86, 0x20, 0x92, 0x72, 0x7f, 0x5f, 0x5a, 0xe7, 0xc6, 0x6f, 0x20, 0x81, 0xa7, 0xfc, 0x59, 0xd3, 0x2c, 0xef, 0xed, 0x74, 0xac, 0xe7, 0x55, 0xdf, 0x78, 0x1a, 0x8b, 0x64 } } }; static const struct cckprng_op_reseed op_reseed_4766 = { .hd = { .id = 4510, .kind = OP_RESEED }, .nonce = 11537253180606024377ULL, .seed_nbytes = 213, .seed = { 0xb6, 0x3f, 0x9f, 0xcc, 0xc0, 0x8c, 0x14, 0xde, 0xe8, 0x54, 0xad, 0xef, 0xb3, 0x62, 0xfe, 0x55, 0x17, 0x0e, 0xaf, 0x84, 0xbf, 0x5e, 0x7e, 0x92, 0xf4, 0xbf, 0x78, 0x4a, 0x5a, 0x2e, 0xc1, 0x7e, 0xf3, 0x26, 0xa9, 0x21, 0x0c, 0x8f, 0x3a, 0xa7, 0x73, 0xe0, 0x40, 0x89, 0x29, 0x38, 0x6a, 0xde, 0x4f, 0xc6, 0x83, 0x6c, 0xba, 0x28, 0x4a, 0x85, 0x3c, 0xa2, 0xbd, 0xc2, 0x6c, 0x15, 0xc2, 0x72, 0x67, 0x19, 0xa7, 0xde, 0x57, 0x6c, 0x0f, 0x2a, 0x56, 0xa0, 0xd1, 0xca, 0x59, 0xb4, 0xf0, 0x06, 0x89, 0xc9, 0x80, 0xb0, 0x0e, 0x1e, 0x96, 0xaa, 0xa2, 0x5a, 0x45, 0xa0, 0xd9, 0xe5, 0xe3, 0xe4, 0xee, 0x9c, 0xa8, 0x7e, 0x66, 0x2d, 0x18, 0x46, 0xae, 0xa0, 0x4d, 0xa7, 0xae, 0x67, 0xe0, 0x90, 0x73, 0x79, 0xe3, 0xc4, 0xff, 0x6a, 0x7c, 0x86, 0xe2, 0x57, 0x4a, 0xbb, 0x5a, 0xf5, 0x5f, 0x28, 0xca, 0x08, 0x8f, 0xa4, 0xfb, 0xbd, 0x5d, 0x60, 0x5b, 0x1b, 0x70, 0x82, 0x21, 0x7c, 0x30, 0x4c, 0xe8, 0x9f, 0xa5, 0x81, 0x58, 0x2c, 0xb8, 0x68, 0x48, 0x93, 0xf0, 0x17, 0xc0, 0x96, 0x93, 0x7c, 0xea, 0x8f, 0xeb, 0x78, 0x50, 0xcd, 0x72, 0xc0, 0x1e, 0xf3, 0x5e, 0x36, 0xc4, 0xc5, 0xd4, 0xbf, 0x6b, 0x3e, 0x36, 0xab, 0xe1, 0xc7, 0xe4, 0x7f, 0xd8, 0x74, 0x5e, 0x81, 0x14, 0xaf, 0x2a, 0xcb, 0x56, 0xd6, 0x79, 0xf2, 0x31, 0xf4, 0x3c, 0x07, 0x7a, 0xc4, 0xc1, 0x4b, 0xbe, 0x33, 0x20, 0x35, 0xf8, 0x12, 0x7b, 0xed, 0x39 } }; static const struct cckprng_op_generate op_init_4767 = { .hd = { .id = 4511, .kind = OP_GENERATE }, .rand_nbytes = 213, .out = { .rand = { 0xe2, 0xf7, 0xe2, 0x70, 0xdd, 0xe2, 0xb4, 0x9d, 0x58, 0x08, 0xa5, 0x92, 0x44, 0x58, 0x31, 0xdc, 0xaf, 0x4d, 0x02, 0x10, 0x44, 0xc5, 0x39, 0x0a, 0x18, 0xb8, 0x94, 0x4b, 0x54, 0x8f, 0x28, 0xdf, 0x6e, 0x96, 0x5d, 0xba, 0xbf, 0x8b, 0x48, 0x18, 0x8c, 0x6d, 0x75, 0xbe, 0xd2, 0xf2, 0xb0, 0x4e, 0xd0, 0x38, 0xf6, 0xf2, 0x94, 0x95, 0xa6, 0x0f, 0xd3, 0xd2, 0xef, 0x6e, 0x76, 0x5a, 0x04, 0xf0, 0x50, 0x69, 0xc6, 0xec, 0x11, 0x40, 0x2e, 0x46, 0xfc, 0x0a, 0xb4, 0x56, 0x67, 0xa0, 0x23, 0xc0, 0xb4, 0x03, 0xb1, 0xae, 0xd5, 0x5a, 0xad, 0x51, 0xe2, 0xb2, 0x7b, 0xce, 0x65, 0xf9, 0x46, 0x6a, 0x48, 0x8e, 0x88, 0x4d, 0x34, 0xb7, 0xaf, 0x98, 0xdd, 0x32, 0x4b, 0x0e, 0xdf, 0xab, 0xd1, 0x9f, 0x5e, 0x94, 0x71, 0x7f, 0xdc, 0xf3, 0xf5, 0x7a, 0xcb, 0xc3, 0x9d, 0x50, 0xbe, 0xb4, 0x32, 0xf9, 0x81, 0xff, 0xae, 0xc2, 0x76, 0x06, 0xab, 0xb0, 0x02, 0x98, 0x35, 0x31, 0x6a, 0xd4, 0xab, 0x58, 0xdb, 0x5c, 0x3c, 0xe6, 0xdb, 0x8f, 0x13, 0x30, 0xe5, 0x98, 0xf2, 0xa4, 0x4b, 0x41, 0xd0, 0x6b, 0xbe, 0x6e, 0x68, 0xf3, 0xaf, 0x91, 0x7c, 0xfe, 0xd5, 0xd1, 0x58, 0x2d, 0x13, 0x82, 0xa7, 0x4e, 0xf0, 0x3a, 0x8c, 0xea, 0xd2, 0x26, 0x3a, 0xb2, 0xa2, 0xad, 0xba, 0x1d, 0xf7, 0xf2, 0x65, 0x71, 0x2d, 0x7c, 0x97, 0xe6, 0x4f, 0x2d, 0x96, 0x6c, 0x6d, 0x45, 0x41, 0x12, 0x46, 0x47, 0xb6, 0x20, 0x2d, 0x3c, 0xf2, 0x06, 0xbe } } }; static const struct cckprng_op_refresh op_refresh_4768 = { .hd = { .id = 4512, .kind = OP_REFRESH }, .rand = 13836688950663007779ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4769 = { .hd = { .id = 4513, .kind = OP_RESEED }, .nonce = 1122355448677191644ULL, .seed_nbytes = 71, .seed = { 0xc8, 0x6b, 0xfb, 0x2e, 0xd5, 0x64, 0x74, 0xae, 0xde, 0xda, 0x7c, 0xf6, 0x9c, 0xd9, 0x8d, 0xf5, 0xe5, 0x61, 0x50, 0x6c, 0x5f, 0x83, 0xe1, 0x37, 0x55, 0xba, 0x50, 0xe8, 0x3c, 0xf2, 0x1c, 0xd9, 0x60, 0xae, 0xa7, 0x0d, 0x3a, 0x9e, 0x2e, 0x81, 0xb3, 0x80, 0x40, 0x00, 0xe5, 0x86, 0x34, 0x24, 0x61, 0xa0, 0x14, 0x92, 0x5b, 0xcc, 0xe5, 0xf8, 0x8e, 0x30, 0x2d, 0x6a, 0xb9, 0xe6, 0x50, 0x1e, 0xfd, 0xe4, 0xb3, 0x58, 0xfe, 0x66, 0xb4 } }; static const struct cckprng_op_refresh op_refresh_4770 = { .hd = { .id = 4514, .kind = OP_REFRESH }, .rand = 16706605132848841087ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4771 = { .hd = { .id = 4515, .kind = OP_RESEED }, .nonce = 17870000337918034883ULL, .seed_nbytes = 168, .seed = { 0xc4, 0x29, 0xb3, 0x53, 0x58, 0x7d, 0x13, 0xac, 0x10, 0xe3, 0x18, 0x9a, 0xd6, 0x22, 0xed, 0x72, 0x29, 0xb8, 0xda, 0xc3, 0x27, 0x95, 0x46, 0xc1, 0xb3, 0x47, 0x02, 0x23, 0x27, 0x74, 0x0e, 0x6a, 0x2e, 0xbd, 0x59, 0xc6, 0xbe, 0x69, 0xe2, 0x88, 0x8d, 0xc3, 0xf6, 0x21, 0x35, 0xae, 0x9c, 0x8d, 0x77, 0xb2, 0xf3, 0x04, 0x0f, 0x84, 0x84, 0x88, 0x2d, 0x99, 0x3d, 0x2c, 0x71, 0x7c, 0x4c, 0x74, 0xcf, 0x62, 0xd1, 0x9d, 0x48, 0x22, 0x7e, 0x94, 0x19, 0x87, 0x69, 0xd8, 0xe0, 0x92, 0x3d, 0x36, 0x53, 0xa7, 0x91, 0x6a, 0x5c, 0x8a, 0x19, 0x55, 0xcd, 0xe6, 0x2e, 0xdb, 0x35, 0x16, 0xa0, 0x70, 0xf0, 0xd2, 0x06, 0x40, 0x58, 0xf0, 0xfb, 0x23, 0xf5, 0x5f, 0x0b, 0x88, 0xc1, 0x8d, 0xd2, 0xf3, 0x8f, 0xb1, 0x50, 0x79, 0x99, 0xc5, 0x5e, 0x39, 0xe6, 0x12, 0x42, 0xb4, 0xfa, 0x07, 0x5f, 0x83, 0x01, 0xde, 0x3c, 0xc8, 0x33, 0x77, 0x40, 0x9a, 0xc8, 0xa7, 0x29, 0x2c, 0x3a, 0xa6, 0xa5, 0xe9, 0xae, 0xaf, 0xe1, 0x6b, 0xb6, 0x78, 0xeb, 0x74, 0xfb, 0xf1, 0xac, 0x47, 0x5a, 0x37, 0x2b, 0xad, 0xb9, 0x4e, 0xe2, 0xbb, 0x16, 0xfd, 0x02, 0x6a } }; static const struct cckprng_op_generate op_init_4772 = { .hd = { .id = 4516, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0x2d, 0xb4, 0xa3, 0xe8, 0x75, 0xbf, 0x91, 0x29, 0x1a, 0x84, 0xb2, 0xd4, 0x6a, 0x80, 0xe6, 0x61, 0x7c, 0x3f, 0x06, 0x1f, 0xdb, 0x60, 0xa8, 0x60, 0x7a, 0xf4, 0x15, 0x83, 0x55, 0x40, 0x5a, 0x84, 0x2d, 0x86, 0x36, 0xbd, 0x62, 0xa0, 0x41, 0x31, 0x4c, 0x24, 0x84, 0x55, 0x07, 0x76, 0xe6, 0x4d, 0x32, 0x55, 0x61, 0xe0, 0x83, 0xdb, 0xe7, 0x7e, 0x4f, 0x05, 0xa8, 0x12, 0x27, 0x04, 0x14, 0x25, 0x67, 0x2b, 0xa0, 0x51, 0x76, 0xcc, 0x0c, 0xbd, 0x25, 0x1e, 0xf3, 0x4f, 0xd9, 0xcb, 0xcd, 0x5b, 0xba, 0x90, 0x1f, 0xab, 0x1a, 0xf8, 0x14, 0xa3, 0xbb, 0xa9, 0x13, 0x57, 0x14, 0x8e, 0x35, 0x8b, 0x6b, 0xff, 0xa2, 0x35, 0x63, 0xc0, 0xdf, 0x2d, 0x18, 0xf5, 0x1b, 0x0d, 0xec, 0x23, 0xa4, 0xee, 0x89, 0x17, 0x28, 0xcb, 0x73, 0x56, 0x8f, 0xe0, 0xcd, 0x1e, 0x1a, 0xc2, 0x02, 0xd3, 0x8f, 0x46, 0x8c, 0x61, 0x3a, 0xd2, 0xcf, 0xb9, 0x49, 0x44, 0x6b, 0x5e, 0xf4, 0xd4, 0x3f, 0xa5, 0xb1, 0xdf, 0x36, 0xce, 0x76, 0x54, 0x6e, 0x74, 0x55, 0xf6, 0x8a, 0x82, 0xd5, 0x65, 0x10, 0x8c, 0x32, 0xa2, 0x99, 0x72, 0xae, 0xf7, 0x81, 0xb3, 0x99, 0xdd, 0x24, 0x57, 0x58, 0x0f, 0x8f, 0xa5, 0xdb, 0x78, 0xb1, 0x65, 0xac, 0x93, 0x0f, 0x62, 0xe9, 0x64, 0xbc, 0x84, 0xd3, 0x33, 0x55, 0x8e, 0x00, 0xdc, 0x07, 0xbb, 0x67, 0x26, 0xe7, 0x03, 0x35, 0xa6, 0x62, 0xe4, 0x6c, 0xfb, 0xcf, 0x73, 0xf1, 0x30, 0x1e, 0xad, 0x82, 0xa4, 0xd7, 0xf4, 0x5e, 0xf0, 0x6d, 0x9d, 0x6a, 0x64, 0x36, 0xa8, 0x17, 0xe4, 0xab, 0xee, 0x61, 0x79, 0xab, 0xc6, 0xc5, 0xec, 0xe2, 0xe0, 0x17, 0x5b, 0xdd, 0xf3, 0xd1, 0x62, 0xa1, 0xf9, 0xaf, 0x82, 0x58, 0xac, 0x11, 0x0d, 0xc5, 0xf5, 0x3b, 0x37, 0x1e, 0xa4, 0xd6, 0xbf, 0x29, 0x82, 0xb4, 0x1c, 0x55 } } }; static const struct cckprng_op_generate op_init_4773 = { .hd = { .id = 4517, .kind = OP_GENERATE }, .rand_nbytes = 39, .out = { .rand = { 0xf9, 0x3c, 0xa4, 0x92, 0xc0, 0x5a, 0xe9, 0x4f, 0xcd, 0x80, 0xc9, 0xca, 0xb7, 0x04, 0x02, 0xd0, 0x77, 0x0d, 0x03, 0xd7, 0x2b, 0xd2, 0x47, 0x3b, 0xf4, 0x85, 0x05, 0x71, 0xaf, 0xd1, 0xf4, 0x60, 0xa9, 0x8a, 0x05, 0x2e, 0x29, 0xbe, 0x11 } } }; static const struct cckprng_op_refresh op_refresh_4774 = { .hd = { .id = 4518, .kind = OP_REFRESH }, .rand = 2890804694345189640ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4775 = { .hd = { .id = 4519, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x89, 0xd9, 0x41, 0x6f, 0x81, 0x09, 0x95, 0x28, 0x0b, 0x6b, 0x19, 0xe4, 0xc6, 0xba, 0x21, 0x08, 0xed, 0xe7, 0x5d, 0x67, 0x43, 0x2e, 0x1a, 0xb3, 0x61, 0xaa, 0xfd, 0x8e, 0x83, 0xae, 0x47, 0x03, 0xe1, 0x3a, 0xd0, 0xbb, 0x66, 0x85, 0xf6, 0xb7, 0x7b, 0xb1, 0x1f, 0x64, 0x35, 0x99, 0x5d, 0x3d, 0x6a, 0xa0, 0xf0, 0xed, 0xb9, 0x12, 0x1a } } }; static const struct cckprng_op_reseed op_reseed_4776 = { .hd = { .id = 4520, .kind = OP_RESEED }, .nonce = 13790923731467359003ULL, .seed_nbytes = 129, .seed = { 0x33, 0x80, 0x3e, 0xbe, 0xa7, 0x18, 0xd5, 0x43, 0xb3, 0xc4, 0x58, 0x06, 0x74, 0xfa, 0x69, 0x7a, 0x52, 0xdf, 0x10, 0x1e, 0x1b, 0x80, 0xd9, 0x38, 0x9d, 0x54, 0xc9, 0xec, 0xd5, 0xbf, 0x99, 0xde, 0x60, 0x49, 0x77, 0x7a, 0x84, 0xc1, 0x9c, 0x87, 0x5e, 0x8b, 0xf8, 0xee, 0xa0, 0xd2, 0x74, 0xee, 0xc5, 0xc8, 0x1b, 0x58, 0x17, 0x40, 0x67, 0x5b, 0x41, 0x76, 0xa6, 0xb4, 0xce, 0x8a, 0x68, 0xfd, 0x8d, 0x4c, 0xd3, 0xb2, 0xb0, 0x0a, 0xa2, 0xe4, 0xc8, 0xc1, 0x1a, 0x6a, 0xbf, 0xfb, 0xb9, 0x37, 0xb2, 0xfa, 0xaf, 0x1b, 0x1e, 0x20, 0x89, 0xb9, 0xa0, 0x4e, 0x77, 0x98, 0xf9, 0x59, 0x49, 0x29, 0xf3, 0x6c, 0x81, 0x74, 0x81, 0x50, 0xef, 0xac, 0x9b, 0x98, 0xb6, 0x69, 0x01, 0x2a, 0xc7, 0xf3, 0xbd, 0xc3, 0x3c, 0x00, 0xd3, 0x2b, 0x7b, 0x9d, 0x2e, 0xb3, 0xa9, 0xf5, 0x86, 0xef, 0xf1, 0x40, 0x2d } }; static const struct cckprng_op_reseed op_reseed_4777 = { .hd = { .id = 4521, .kind = OP_RESEED }, .nonce = 724339324433661916ULL, .seed_nbytes = 159, .seed = { 0x63, 0xdc, 0x74, 0xb3, 0x09, 0x05, 0xcd, 0x24, 0x4a, 0xd3, 0xad, 0xc2, 0x9a, 0x39, 0x5a, 0x86, 0xd2, 0xad, 0x83, 0x6e, 0x2f, 0x8d, 0x89, 0x13, 0xe4, 0x49, 0x13, 0x9c, 0xa4, 0x73, 0xba, 0x8f, 0xda, 0xf3, 0x65, 0x00, 0x0a, 0x17, 0xfe, 0x59, 0xe8, 0x91, 0xe9, 0xd0, 0xc3, 0x42, 0x36, 0x15, 0x7d, 0x94, 0x9e, 0x68, 0xa8, 0x93, 0xc1, 0x64, 0x09, 0x86, 0x3e, 0xee, 0xb2, 0x0c, 0xaa, 0xc1, 0x3a, 0x4a, 0x99, 0xc1, 0x10, 0xe1, 0xf7, 0x03, 0xfd, 0xcc, 0xd5, 0xd2, 0x4b, 0x6e, 0xf1, 0xbe, 0xd1, 0x89, 0x2a, 0x8a, 0xe0, 0x05, 0xc8, 0x03, 0x08, 0x9d, 0x56, 0x08, 0x43, 0x5a, 0x63, 0xfc, 0x13, 0xb9, 0x73, 0xd5, 0x78, 0x19, 0x4f, 0x33, 0x15, 0x51, 0xc4, 0x3e, 0x37, 0x32, 0xf2, 0x6d, 0x54, 0x36, 0x29, 0xd3, 0x50, 0x13, 0x3a, 0x88, 0x82, 0x4c, 0x8c, 0x82, 0x23, 0x5e, 0xe3, 0x21, 0x48, 0x17, 0x61, 0x91, 0x10, 0x35, 0x94, 0x81, 0xbe, 0x43, 0x74, 0x06, 0xb5, 0x1c, 0x24, 0x45, 0x1d, 0x2c, 0x94, 0xce, 0x5f, 0x5b, 0x28, 0x04, 0x01, 0xb7, 0x1e, 0xae, 0xb9, 0xa4, 0xfb } }; static const struct cckprng_op_reseed op_reseed_4778 = { .hd = { .id = 4522, .kind = OP_RESEED }, .nonce = 15042841357682098779ULL, .seed_nbytes = 91, .seed = { 0x6a, 0x29, 0xf8, 0x8e, 0x11, 0xea, 0x2a, 0xec, 0x58, 0x49, 0x5a, 0x6c, 0x02, 0xdb, 0x47, 0x18, 0x42, 0x14, 0xd7, 0x2f, 0xfe, 0x3c, 0x4f, 0xcf, 0xd5, 0xf2, 0x8f, 0x8f, 0x9e, 0xb4, 0x15, 0x90, 0xa7, 0xf9, 0x6a, 0xf6, 0xae, 0x44, 0x24, 0xfe, 0x27, 0x41, 0x0c, 0x38, 0x2a, 0xa7, 0x0d, 0x5b, 0xf7, 0x92, 0x54, 0x85, 0xce, 0x16, 0xe5, 0x5a, 0xc6, 0x58, 0xdb, 0x73, 0xb2, 0x0a, 0xb7, 0xa3, 0x9c, 0xeb, 0xae, 0x4b, 0x22, 0x05, 0x3b, 0xc7, 0x3e, 0x91, 0x71, 0xd7, 0xf3, 0x51, 0x4e, 0x69, 0xeb, 0x8e, 0xff, 0x8b, 0x4a, 0x9a, 0xe8, 0x69, 0x29, 0x24, 0x4b } }; static const struct cckprng_op_generate op_init_4779 = { .hd = { .id = 4523, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0x9d, 0xba, 0xd4, 0xf0, 0x04, 0x99, 0x73, 0x0a, 0x54, 0x1f, 0x7b, 0x58, 0xd6, 0x75, 0xb8, 0xa1, 0x93, 0x3a, 0x0e, 0x93, 0x13, 0xe5, 0x27, 0x55, 0x76, 0xef, 0xe4, 0x73, 0x1e, 0x74, 0xc5, 0x41, 0x7a, 0xd3, 0x35, 0x91, 0x23, 0x4a, 0x58, 0x45, 0xfc, 0xbd, 0x40, 0x7e, 0x1a, 0x14, 0x76, 0xbe, 0x69, 0x00, 0x6c, 0x51, 0x67, 0x78, 0x3e, 0xf4, 0x9e, 0xdd, 0x5d, 0x78, 0x5f, 0x03, 0x51, 0x70, 0xae, 0x59, 0x99, 0xf9, 0x72, 0x8f, 0x71, 0x9f, 0x1e, 0x72, 0x08, 0x1b, 0x6d, 0x8c, 0x77, 0xfd, 0x1a, 0x64, 0xc9, 0x3a, 0xea, 0x7b, 0xa0, 0xa4, 0x0b, 0x03, 0xb6, 0x0e, 0x57, 0xb8, 0x6a } } }; static const struct cckprng_op_generate op_init_4780 = { .hd = { .id = 4524, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0x63, 0x75, 0xff, 0x71, 0x8e, 0x6d, 0xc6, 0x79, 0x79, 0x59, 0xbf, 0x17, 0xba, 0xab, 0x84, 0x6c, 0xe6, 0x8a, 0xe9, 0x3b, 0x40, 0xb3, 0x04, 0xba, 0x7d, 0x65, 0x69, 0x9f, 0xc2, 0xcd, 0x95, 0xc3, 0x82, 0x4e, 0xdb, 0x08, 0x10, 0xfd, 0xe8, 0xc2, 0x96, 0x1c, 0x71, 0x7e, 0x01, 0x6e, 0x58, 0x0d, 0x13, 0x4a, 0xed, 0x98, 0x4e, 0xee, 0x79, 0xe8, 0xaa, 0x37, 0x2b, 0xde, 0xa0, 0xa9, 0x67, 0x2c, 0x98, 0xd5, 0xed, 0x64, 0x7e, 0x7b, 0x59, 0xbb, 0x6b, 0x21, 0xe1, 0xad, 0xfc, 0x4c, 0xcf, 0xf0, 0x48, 0x35, 0x86, 0x35, 0x3e, 0xe1, 0x91, 0xeb, 0x30, 0xf1, 0x9f, 0x3b, 0xaf, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_4781 = { .hd = { .id = 4525, .kind = OP_RESEED }, .nonce = 7328231447685076318ULL, .seed_nbytes = 274, .seed = { 0x2a, 0x6d, 0x32, 0x07, 0xf1, 0x05, 0xe3, 0x57, 0xd4, 0x9e, 0x6a, 0xd8, 0x65, 0x42, 0x16, 0x64, 0xb5, 0x18, 0x63, 0x11, 0x89, 0x83, 0xc9, 0xa8, 0xec, 0xe7, 0x38, 0x16, 0x2b, 0xb4, 0x47, 0x15, 0x9e, 0x8b, 0x74, 0xce, 0xff, 0x5d, 0x10, 0x86, 0x1b, 0xb8, 0x8c, 0x37, 0x81, 0xca, 0x20, 0x45, 0x8a, 0xf1, 0x44, 0x30, 0xc2, 0x62, 0xa7, 0xd9, 0x52, 0xd3, 0x15, 0x65, 0x3c, 0x0d, 0xd6, 0x90, 0xd8, 0x93, 0x1c, 0x47, 0x3e, 0x4a, 0x19, 0xbc, 0xd3, 0xf0, 0x58, 0x6e, 0x4c, 0x6c, 0x12, 0x20, 0x11, 0x25, 0xc9, 0x43, 0xb1, 0x88, 0xe9, 0x20, 0xe2, 0x87, 0x13, 0x48, 0xd5, 0xde, 0x75, 0x79, 0x0c, 0xd8, 0x39, 0xd7, 0x00, 0xae, 0x42, 0x38, 0xea, 0x4e, 0xc5, 0x97, 0xda, 0x8d, 0xd5, 0xce, 0x5f, 0xcc, 0x89, 0x47, 0x77, 0xac, 0xba, 0x0b, 0xb7, 0x1d, 0x00, 0x89, 0x3e, 0xdd, 0x91, 0x21, 0x63, 0xde, 0x58, 0x43, 0x28, 0x49, 0x14, 0x63, 0xcb, 0x73, 0x72, 0xb8, 0x2c, 0x09, 0x5a, 0xf1, 0x36, 0xbb, 0xea, 0x61, 0x40, 0xdd, 0xd4, 0x1f, 0xd7, 0xac, 0x8d, 0x11, 0xeb, 0xa9, 0xb1, 0x78, 0x09, 0x97, 0x23, 0x17, 0xaa, 0xe4, 0x36, 0x77, 0x3e, 0x3f, 0xdb, 0x7e, 0x8c, 0xe2, 0x7e, 0x83, 0x4f, 0xc9, 0x55, 0xc2, 0x66, 0x91, 0x34, 0x02, 0x6a, 0xe8, 0x4f, 0x9f, 0xc9, 0xdd, 0xf4, 0xec, 0x7c, 0x3d, 0x66, 0x15, 0x20, 0x5b, 0x79, 0x53, 0xc4, 0x7e, 0x89, 0xf3, 0x36, 0x35, 0x9a, 0x60, 0x74, 0x77, 0x15, 0xa9, 0x14, 0x48, 0xd4, 0xf1, 0x1c, 0x61, 0x87, 0x75, 0x7c, 0xa1, 0x9a, 0x60, 0x81, 0xdd, 0x73, 0xd9, 0x11, 0xb2, 0x09, 0x36, 0x4b, 0x3e, 0x27, 0xf3, 0x4e, 0x5a, 0xc6, 0x7a, 0x6a, 0xba, 0xe6, 0x50, 0x9a, 0x71, 0x60, 0xba, 0xae, 0x60, 0x09, 0x57, 0x9a, 0xbd, 0xe0, 0x4b, 0x92, 0x38, 0xf0, 0x9d, 0x5a, 0x13, 0x12, 0x3b, 0xf8, 0x83, 0xae, 0x18, 0xe5, 0xd1, 0x76, 0x48, 0x2c, 0x11 } }; static const struct cckprng_op_refresh op_refresh_4782 = { .hd = { .id = 4526, .kind = OP_REFRESH }, .rand = 10670459312485862678ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4783 = { .hd = { .id = 4527, .kind = OP_GENERATE }, .rand_nbytes = 25, .out = { .rand = { 0xab, 0x7f, 0xd3, 0xa2, 0xe4, 0x92, 0x11, 0x90, 0x54, 0x30, 0xfe, 0x63, 0x63, 0x5c, 0x67, 0x03, 0x9e, 0x22, 0x54, 0x17, 0xaf, 0x11, 0x1e, 0x32, 0xd9 } } }; static const struct cckprng_op_refresh op_refresh_4784 = { .hd = { .id = 4528, .kind = OP_REFRESH }, .rand = 582056118609526594ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4785 = { .hd = { .id = 4529, .kind = OP_RESEED }, .nonce = 6546183682787734035ULL, .seed_nbytes = 19, .seed = { 0xa1, 0x97, 0x97, 0x04, 0xc6, 0x12, 0x76, 0xf1, 0x68, 0xc5, 0x2d, 0x6c, 0xf9, 0x3a, 0xef, 0xca, 0xf2, 0x8e, 0xc2 } }; static const struct cckprng_op_generate op_init_4786 = { .hd = { .id = 4530, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0x04, 0xbe, 0x23, 0x03, 0xad, 0x47, 0x73, 0xa4, 0xc2, 0x8c, 0x2f, 0xc4, 0xd7, 0x9e, 0x57, 0xd2, 0x40, 0x6e, 0xb9, 0xf9, 0xca, 0x7e, 0x45, 0x70, 0x9e, 0x62, 0x4c, 0x4c, 0xe1, 0x68, 0x21, 0x2d, 0x7b, 0x10, 0x0f, 0x2a, 0xa4, 0x23, 0xb5, 0x5b, 0x92, 0x7b, 0x07, 0xfb, 0xad, 0x71, 0xe1, 0x30, 0x32, 0xc0, 0xc3, 0x2d, 0x9f, 0x4c, 0x12, 0xe0, 0x83, 0x53, 0x60, 0xc1, 0xf1, 0x7c, 0x7f, 0xf3, 0xe8, 0xc1, 0xf4, 0xc0, 0x3e, 0xd6, 0x7f, 0x23, 0x62, 0xe5, 0x41, 0x3f, 0x3a, 0x66, 0xed, 0x01, 0xa6, 0xb0, 0x55, 0x77, 0x82, 0x56, 0x2c, 0xb0 } } }; static const struct cckprng_op_generate op_init_4787 = { .hd = { .id = 4531, .kind = OP_GENERATE }, .rand_nbytes = 225, .out = { .rand = { 0x86, 0x0d, 0xd6, 0x3f, 0xd7, 0x47, 0xb2, 0xa2, 0xff, 0x40, 0x63, 0xda, 0x32, 0x83, 0x69, 0x76, 0x0b, 0x4c, 0xfd, 0x78, 0xc3, 0xa6, 0x5e, 0xee, 0x39, 0x68, 0x5e, 0x2c, 0x34, 0xcc, 0x98, 0x5c, 0xf3, 0x1c, 0x1b, 0x56, 0x50, 0x6a, 0xa1, 0xb6, 0x90, 0x2d, 0x7f, 0xe3, 0xf2, 0x9d, 0x68, 0xd4, 0x31, 0x83, 0xda, 0xba, 0x63, 0xaf, 0x2f, 0x89, 0x7a, 0xd1, 0x3f, 0xa9, 0x25, 0xa8, 0xa4, 0x52, 0x5e, 0xf6, 0x42, 0xf8, 0xfc, 0x3e, 0x2c, 0xc5, 0xcb, 0xc7, 0x06, 0xff, 0xfb, 0xc9, 0x81, 0xb3, 0x8d, 0xc6, 0x24, 0x2a, 0x46, 0xfe, 0x66, 0x04, 0x44, 0xc0, 0x65, 0x7d, 0x71, 0xb2, 0xfb, 0x44, 0x98, 0xdd, 0x5e, 0x09, 0xef, 0xcc, 0x1d, 0x58, 0xee, 0x88, 0x1e, 0x53, 0x4c, 0x29, 0xe0, 0xd6, 0x0d, 0x19, 0x38, 0x40, 0x65, 0x39, 0xcb, 0x6d, 0x76, 0x4b, 0x74, 0xb9, 0xf7, 0x9b, 0x68, 0xd6, 0xa7, 0x1c, 0x3b, 0x85, 0x5a, 0x0b, 0x98, 0x5a, 0xe6, 0x80, 0x69, 0x26, 0xf4, 0x2b, 0x91, 0x4e, 0x37, 0xaa, 0x08, 0x4a, 0x2f, 0x9b, 0xa3, 0xb2, 0x1e, 0x02, 0x88, 0x87, 0x7a, 0xab, 0x23, 0xef, 0xf7, 0x4e, 0x64, 0x0d, 0x87, 0xd3, 0xf5, 0x85, 0x19, 0x33, 0x95, 0xb4, 0x60, 0x2f, 0x14, 0xa2, 0x66, 0x96, 0x4d, 0xa9, 0x80, 0x46, 0x4b, 0x3c, 0x51, 0xa7, 0x76, 0x9f, 0x76, 0x09, 0xcb, 0x2c, 0x90, 0xe1, 0x2b, 0xa3, 0x3a, 0x36, 0x43, 0xe0, 0x3e, 0xa1, 0x20, 0x65, 0x10, 0xf2, 0x8d, 0x1d, 0x63, 0x8e, 0xed, 0xe8, 0x77, 0xca, 0xd8, 0xbd, 0x82, 0x1f, 0x81, 0x4f, 0xae, 0x44, 0xcb, 0xd4, 0x5a } } }; static const struct cckprng_op_generate op_init_4788 = { .hd = { .id = 4532, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0xa1, 0xc4, 0x97, 0x7e, 0x28, 0xce, 0x4a, 0x4a, 0x57, 0xc6, 0x4c, 0xeb, 0x34, 0x78, 0x38, 0xa8, 0x75, 0xf7, 0x33, 0x51, 0xc2, 0xc7, 0x22, 0xe3, 0xef, 0xfa, 0x2b, 0x25, 0x1e, 0xba, 0x63, 0x77, 0xbb, 0x5c, 0x86, 0xb5, 0x7c, 0x71, 0x45, 0x44, 0x99, 0xd2, 0x4e, 0xad, 0x49, 0x7f, 0xbc, 0x66, 0xd9, 0x15, 0xaf, 0xbc, 0x08, 0xc7, 0x06, 0xb7, 0xc2, 0x50, 0xee, 0x16, 0xe6, 0x53, 0x81, 0xbc, 0x59, 0x96, 0x21, 0x01, 0x5f, 0x6d, 0x9d, 0x77, 0x97, 0xfa, 0x79, 0x92, 0xb3, 0x2a, 0xa8, 0x27, 0xe8, 0xb1, 0x37, 0x16, 0xcd, 0x94, 0x8c, 0x66, 0x8d, 0x44, 0x56, 0xd9, 0x10, 0x23, 0x76, 0xcf, 0xbe, 0x06, 0x97, 0x42, 0xf7, 0x9f, 0xf7, 0x81, 0xe4, 0xe9, 0x8f, 0x4b, 0xe0, 0x5a, 0xfd, 0x3f, 0xab, 0xa0, 0xba, 0x8c, 0xb4, 0xc2, 0xc6, 0xba, 0xe7, 0x8a, 0xa6, 0x3d, 0x01, 0x93, 0xab, 0xa7, 0xdd, 0x9b, 0xd7, 0x09, 0x38, 0xd9, 0x24, 0x62, 0xa5, 0x55, 0x7f, 0x16, 0xee, 0x07, 0x08, 0x93, 0xab, 0x76, 0x6c, 0xe6, 0xdb, 0x47, 0x42, 0x71, 0x6f, 0x64, 0x50, 0x94, 0xd4, 0x65, 0x05, 0xb4, 0x19, 0xb8, 0xab, 0x45, 0xc7, 0x4b, 0x9d, 0x2d, 0x89, 0xc7, 0x4a, 0xcb, 0x19, 0xab, 0xe9, 0x21, 0x99, 0xfe, 0x4e, 0x26, 0x18, 0xbf, 0xde, 0x06, 0x26, 0x12, 0x43, 0xda, 0x90, 0x7a, 0xe0, 0xe9, 0xd1, 0x09, 0x24, 0xc0, 0x5e, 0x12, 0x3f, 0x1c, 0x2a, 0x68, 0x43, 0x6e, 0xc5, 0x7a, 0x5c, 0xfb, 0x34, 0x17, 0x4b, 0x88, 0x07, 0x27, 0x78, 0x05, 0xa0, 0x8a, 0xca, 0x20, 0xec, 0xe8, 0xe4, 0xba, 0x94, 0xb5, 0xe3, 0x1f, 0x5a, 0x0b, 0x5b, 0xa1, 0x7d, 0x12, 0x59, 0x69, 0x38, 0x29, 0x0a, 0x4d, 0x65, 0x61 } } }; static const struct cckprng_op_reseed op_reseed_4789 = { .hd = { .id = 4533, .kind = OP_RESEED }, .nonce = 5810189619365749305ULL, .seed_nbytes = 180, .seed = { 0x20, 0x0c, 0x8f, 0x1b, 0x84, 0x30, 0xa9, 0xe6, 0xad, 0x99, 0xf4, 0x22, 0x85, 0x98, 0xb6, 0x76, 0xd6, 0x65, 0x42, 0x25, 0xd5, 0xa1, 0x79, 0x67, 0x88, 0x03, 0x3f, 0x1b, 0x79, 0xc3, 0x99, 0xd4, 0xdd, 0x86, 0x5e, 0xab, 0x5f, 0xbc, 0xc6, 0xf3, 0xf2, 0x7e, 0xdb, 0x29, 0x19, 0x50, 0xe7, 0xae, 0xdf, 0x77, 0x1a, 0x10, 0x78, 0x4f, 0x0d, 0xed, 0xb0, 0xdf, 0x1a, 0x17, 0xa7, 0x0a, 0xd7, 0x3e, 0x10, 0x9d, 0x70, 0x16, 0x69, 0xf2, 0x41, 0xe0, 0x71, 0x0a, 0x31, 0x11, 0x57, 0xb1, 0xda, 0x45, 0x79, 0x43, 0xa5, 0x22, 0x39, 0xa8, 0xe2, 0xf2, 0xcc, 0x08, 0x6c, 0x03, 0xec, 0x7f, 0x93, 0xe0, 0xef, 0xdd, 0x84, 0xfe, 0x28, 0x3d, 0x92, 0xc2, 0x89, 0xe9, 0x16, 0x38, 0x9f, 0xc9, 0x28, 0xeb, 0x3a, 0x01, 0xa4, 0x59, 0x19, 0x83, 0xc0, 0x03, 0x15, 0xa6, 0x1e, 0xc7, 0xdc, 0x80, 0xac, 0x15, 0xc5, 0xb6, 0xea, 0x8e, 0x29, 0x2b, 0x6d, 0xf8, 0xe4, 0x76, 0x83, 0xda, 0xac, 0x36, 0xca, 0xbc, 0xdc, 0xe1, 0xed, 0x5a, 0xe2, 0x7a, 0xa0, 0x05, 0xb5, 0x26, 0x8b, 0x90, 0x98, 0x59, 0x9b, 0xc2, 0x99, 0x9f, 0xe5, 0x77, 0x18, 0x62, 0x83, 0xe1, 0xec, 0xa4, 0x30, 0xcb, 0xbb, 0xe6, 0x56, 0x9a, 0xcb, 0x98, 0x4d, 0x67 } }; static const struct cckprng_op_refresh op_refresh_4790 = { .hd = { .id = 4534, .kind = OP_REFRESH }, .rand = 14276645953422389059ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4791 = { .hd = { .id = 4535, .kind = OP_REFRESH }, .rand = 7120546704021286602ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4792 = { .hd = { .id = 4536, .kind = OP_REFRESH }, .rand = 1394911686907393041ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4793 = { .hd = { .id = 4537, .kind = OP_GENERATE }, .rand_nbytes = 199, .out = { .rand = { 0x73, 0x63, 0x23, 0x76, 0x21, 0xe2, 0x36, 0xc8, 0xc0, 0xe2, 0x70, 0x81, 0x06, 0xef, 0xb0, 0xed, 0x02, 0xe4, 0x6e, 0x67, 0xcb, 0xf2, 0x79, 0xb1, 0x43, 0xdc, 0x46, 0xc2, 0xe5, 0xe0, 0xfb, 0x86, 0xe9, 0xd8, 0xa7, 0xdf, 0x10, 0xdd, 0x9e, 0xb9, 0xa7, 0x1c, 0x7f, 0xc9, 0xeb, 0xd0, 0x2b, 0xae, 0xa5, 0x7e, 0xdc, 0xb6, 0xf2, 0xe1, 0x35, 0x82, 0xf1, 0x5b, 0x93, 0xbe, 0x09, 0x9b, 0xe9, 0xb5, 0x3e, 0x11, 0x31, 0x66, 0xf8, 0xa5, 0xf2, 0xcc, 0xf8, 0x26, 0x36, 0x1e, 0xf1, 0x65, 0x98, 0x0b, 0xbd, 0xc6, 0x87, 0xf3, 0x00, 0x19, 0xbb, 0x66, 0xf1, 0x11, 0x2b, 0x84, 0xb0, 0x27, 0x66, 0xa6, 0x44, 0x57, 0xf9, 0x91, 0x08, 0x7d, 0x75, 0xc6, 0x47, 0xd2, 0x2f, 0x82, 0x67, 0xb0, 0xd6, 0x18, 0x05, 0x64, 0x87, 0xa5, 0x5c, 0x57, 0xee, 0xc7, 0xd1, 0xd6, 0x85, 0xe3, 0x6f, 0x08, 0x3d, 0x16, 0x7b, 0xbb, 0xe3, 0xae, 0x11, 0x09, 0xfb, 0x70, 0x04, 0xa7, 0x9a, 0x43, 0xe2, 0x0b, 0x2c, 0xdf, 0xcd, 0x3b, 0xc3, 0x8c, 0x97, 0xed, 0x44, 0x4c, 0xb8, 0x09, 0x56, 0xca, 0xfc, 0x69, 0x72, 0x5f, 0x9b, 0xbf, 0x8e, 0x63, 0xce, 0x05, 0xcb, 0xbf, 0xb7, 0xd5, 0xb8, 0x68, 0x59, 0x40, 0x20, 0xc4, 0x54, 0x32, 0x18, 0xae, 0x3b, 0xd7, 0x84, 0x6a, 0x85, 0x90, 0x35, 0x0d, 0xa3, 0x7c, 0x29, 0xd9, 0x48, 0x9a, 0x27, 0x26, 0x4a, 0xd3, 0x23 } } }; static const struct cckprng_op_generate op_init_4794 = { .hd = { .id = 4538, .kind = OP_GENERATE }, .rand_nbytes = 208, .out = { .rand = { 0xd4, 0xe7, 0x8e, 0x04, 0x75, 0x38, 0x8a, 0xdb, 0x38, 0x58, 0x5e, 0xb7, 0x77, 0xc9, 0x35, 0x52, 0x9a, 0x4d, 0xda, 0xe5, 0x22, 0x7a, 0x5b, 0xbf, 0x43, 0x70, 0x55, 0x93, 0x84, 0x5e, 0x6b, 0xfd, 0x5e, 0x13, 0x0b, 0xf3, 0x0c, 0xdd, 0xe5, 0x9f, 0x60, 0x21, 0x56, 0x52, 0x22, 0x71, 0x0c, 0x7a, 0x8a, 0x4b, 0x64, 0x66, 0xcd, 0xf4, 0x02, 0xa8, 0xf1, 0x8a, 0xc6, 0x9c, 0x42, 0x44, 0xb6, 0xcf, 0xe7, 0xcb, 0xd7, 0x7c, 0x02, 0x14, 0x49, 0xa6, 0x15, 0x0f, 0xf9, 0xd6, 0xba, 0x3f, 0xde, 0x07, 0x1e, 0xb4, 0xde, 0x48, 0xac, 0x37, 0x2d, 0xcd, 0xb4, 0xf1, 0x25, 0xfe, 0xa8, 0x7b, 0x7b, 0x9f, 0x63, 0xba, 0xef, 0x71, 0xbd, 0x53, 0xc6, 0xb6, 0x41, 0xff, 0xe6, 0x56, 0xc0, 0x41, 0x9f, 0xea, 0xa0, 0x16, 0x24, 0x8f, 0xe2, 0xdd, 0x46, 0x55, 0x3f, 0x4a, 0x3b, 0x21, 0xa6, 0xc8, 0xce, 0x30, 0x48, 0x3d, 0x0c, 0xf4, 0x66, 0x7e, 0xf4, 0x07, 0x41, 0x4c, 0x38, 0x00, 0xa4, 0xdb, 0xb4, 0x06, 0x7e, 0xac, 0x85, 0x69, 0x42, 0x32, 0x70, 0x23, 0x43, 0x63, 0xa8, 0xa2, 0x98, 0x4b, 0x3b, 0xaa, 0x29, 0x7b, 0xd4, 0x31, 0x24, 0x24, 0x36, 0xbf, 0x11, 0x4a, 0x39, 0x2c, 0xc9, 0x67, 0xe1, 0x12, 0x0a, 0xba, 0x97, 0x69, 0xe1, 0xeb, 0xa2, 0xc9, 0xc0, 0xc3, 0x37, 0x56, 0xaa, 0xc9, 0xc5, 0x91, 0x82, 0xfa, 0x90, 0x10, 0x91, 0xbd, 0x7d, 0xc3, 0x3f, 0xdc, 0xa8, 0xca, 0xf2, 0xb0, 0xb1, 0xb9 } } }; static const struct cckprng_op_refresh op_refresh_4795 = { .hd = { .id = 4539, .kind = OP_REFRESH }, .rand = 8968166279739379070ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4796 = { .hd = { .id = 4540, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0xea, 0x84, 0x63, 0x61, 0x96, 0x2b, 0x32, 0x72, 0xc7, 0xc4, 0x80, 0xb6, 0x0a, 0x9f, 0x7c, 0x72, 0x81, 0xa8, 0xbf, 0x7c, 0x66, 0xc5, 0x7d, 0xdb, 0xc3, 0x43, 0x7f, 0x45, 0xb4, 0xee, 0x06, 0x2d, 0x23, 0xc8, 0xa2, 0x03, 0x98, 0xdb, 0x06, 0x12, 0xd3, 0x5c, 0x21, 0x04, 0xb9, 0xc5, 0xda, 0xcf, 0x53, 0xd1, 0xb4, 0xc8, 0x8f, 0x20, 0x8c, 0x30, 0xba, 0x5b, 0xd0, 0xd8, 0xe2, 0x9b, 0x94, 0x4e, 0xfc, 0x5f, 0x22, 0xa9, 0xb4, 0xeb, 0xe3, 0x37, 0xa5, 0xfd, 0xab, 0xd3, 0x3c, 0x50, 0x59, 0x38, 0xa7, 0x1a, 0xf9, 0xfd, 0x94, 0x0c, 0x57, 0xaa, 0x0d, 0x3d, 0x19, 0x88, 0xd9, 0x93, 0x45, 0x7b, 0x50, 0xd2, 0x79, 0xbe, 0x7b, 0x1b, 0xf8, 0x0f, 0xfd, 0x4a, 0x0f, 0xf8, 0x68, 0xf6, 0xab, 0x4c, 0x7c, 0x2c, 0x18, 0x79, 0x1b, 0x70, 0x91, 0x4c, 0x92, 0x4b, 0xc9, 0x78, 0x5b, 0x92, 0xd1, 0x13, 0x32, 0xd7, 0xda, 0x51, 0x91, 0x0e, 0xf9, 0xdd, 0x33, 0x39, 0x03, 0xb5, 0x9c, 0xe8, 0xa8, 0x82, 0x0e, 0xb7, 0x55, 0x3e, 0xdb, 0x1e, 0x8f, 0xa0, 0xcb, 0x48, 0x58, 0xe1, 0x57, 0xca, 0x19, 0xb9, 0x07, 0x3b, 0x37, 0x8d, 0x42, 0x59, 0x08, 0x50, 0x5a } } }; static const struct cckprng_op_generate op_init_4797 = { .hd = { .id = 4541, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0xeb, 0x36, 0x73, 0x46, 0xfc, 0xd1, 0x9a, 0x04, 0x03, 0x7d, 0xa2, 0x31, 0xac, 0xf8, 0x4f, 0x13, 0x81, 0xc8, 0x42, 0x89, 0xc7, 0xd2, 0x90, 0x2e, 0x77, 0xba, 0xd0, 0xe3, 0x86, 0x38, 0x3f, 0xfe, 0xce, 0xb1, 0x3f, 0xf6, 0x0a, 0xc3, 0xad, 0x63, 0xfe, 0x73, 0xe2, 0x4d, 0x6d, 0x71, 0x43, 0x7f, 0x74, 0x04, 0x42, 0x13, 0x0d, 0x89, 0x51, 0x6b, 0x3a, 0x83, 0x94, 0xf6, 0x4c, 0xdb, 0xce, 0xfe, 0xc2, 0xf4, 0x7b, 0x99, 0x49, 0x12, 0xbb, 0x3d, 0xba, 0xbc, 0xb3, 0x99, 0xfd, 0x08, 0x57, 0x48, 0x18, 0xb3, 0xad, 0x26, 0x4a, 0x1b, 0x49, 0x21, 0x53, 0x53, 0xc1, 0x07, 0x5a, 0xa6, 0x36, 0xcb, 0x5a, 0x13, 0x9a, 0x36, 0x8e, 0x87, 0x45, 0x63, 0x30, 0x30, 0x98, 0xb1, 0x50, 0xe5, 0xf7, 0xb7, 0x87, 0x0c, 0xe7, 0x2a, 0x8a, 0x13, 0xf0, 0x42, 0x30, 0xe9, 0xc4, 0xd0, 0xea, 0x9c, 0xfc, 0x55, 0xfe, 0xcd, 0x65, 0xf5, 0xfc, 0x3a, 0x49, 0x1b } } }; static const struct cckprng_op_generate op_init_4798 = { .hd = { .id = 4542, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0x30, 0x24, 0x18, 0x4f, 0x9d, 0x98, 0xc4, 0x82, 0x8d, 0x72, 0x00, 0x37, 0xac, 0xb9, 0xc5, 0x17, 0x4a, 0x22, 0x4e, 0xf4, 0xf3, 0xb2, 0xfb, 0xa7, 0xa7, 0x92, 0xb2, 0x3f, 0xfb, 0xef, 0x18, 0x65, 0xde, 0x29, 0x2e, 0x95, 0x75, 0x71, 0x45, 0x1f, 0xdc, 0x94, 0xfe, 0x56, 0x85, 0x7e, 0x42, 0x67, 0xab, 0x1d, 0x4b, 0xe4, 0xbc, 0x18, 0xe4, 0x98, 0x7a, 0x50, 0x3b, 0x7f, 0x82, 0xce, 0xf1, 0x13, 0x92, 0x43, 0x60, 0xba, 0x87, 0xd9, 0x7e, 0x35, 0x51, 0x1e, 0x84, 0xb0, 0x98, 0x81, 0x08, 0x60, 0x43, 0x4b, 0x0c, 0x2d, 0x93, 0x8a, 0xb9, 0x02, 0x59, 0x47, 0xfd, 0xc5, 0x97, 0x9c, 0x15, 0xa0, 0x4d, 0x8c, 0x87, 0x1a, 0x15, 0xe0, 0x31, 0xb5, 0xb7, 0xc2, 0x6d, 0xb0, 0xbd, 0xcc, 0x04, 0xf7, 0xa7, 0xba, 0xff, 0x8b, 0xa8, 0xe7, 0x72, 0x7e, 0x57, 0xcd, 0xf1, 0x15, 0x0f, 0x58, 0xc7, 0xf6 } } }; static const struct cckprng_op_reseed op_reseed_4799 = { .hd = { .id = 4543, .kind = OP_RESEED }, .nonce = 4889049504947494594ULL, .seed_nbytes = 52, .seed = { 0xdf, 0x46, 0xd4, 0xfd, 0xe3, 0x96, 0xf5, 0x83, 0xe9, 0xea, 0xfc, 0xd6, 0x68, 0x67, 0x53, 0x88, 0x7a, 0xde, 0x2f, 0xa6, 0xf6, 0x71, 0xba, 0x4a, 0xc8, 0xf4, 0x07, 0x69, 0x48, 0x1d, 0x39, 0xdc, 0x88, 0x01, 0x50, 0xf0, 0x77, 0x70, 0x6c, 0x53, 0xe7, 0x1b, 0x9b, 0xb4, 0x0d, 0xe2, 0x50, 0xcb, 0x41, 0x67, 0xb0, 0x6f } }; static const struct cckprng_op_reseed op_reseed_4800 = { .hd = { .id = 4544, .kind = OP_RESEED }, .nonce = 8708729410352198630ULL, .seed_nbytes = 254, .seed = { 0xa2, 0xe8, 0xb1, 0xe6, 0x8c, 0x6e, 0x2d, 0xf5, 0x6d, 0x83, 0x6f, 0xea, 0x41, 0xc1, 0x8e, 0x00, 0x22, 0xe9, 0x38, 0x34, 0x4d, 0xc1, 0xae, 0xb2, 0x2c, 0xc7, 0x0d, 0x11, 0xc4, 0x47, 0x78, 0xa8, 0x24, 0x61, 0x0b, 0xd0, 0x1a, 0xe5, 0xe6, 0xb8, 0x23, 0x73, 0x83, 0x4a, 0xb6, 0x40, 0x3e, 0x76, 0xce, 0x0d, 0x9e, 0x81, 0x97, 0xda, 0x60, 0xeb, 0x4f, 0x14, 0xef, 0x2c, 0x48, 0xe8, 0x2f, 0x5b, 0x08, 0x66, 0x55, 0x67, 0xde, 0x9d, 0x2c, 0xc1, 0x02, 0x8b, 0x75, 0xff, 0x07, 0xa9, 0xb4, 0x12, 0x29, 0x75, 0x3c, 0x41, 0x53, 0x01, 0x88, 0x55, 0x7d, 0x0d, 0x29, 0xce, 0x36, 0x41, 0x5b, 0xc6, 0xb0, 0x7b, 0xd8, 0x0a, 0x68, 0xb2, 0x88, 0xc1, 0x94, 0xae, 0x9d, 0x7b, 0x4f, 0xec, 0x08, 0x85, 0x03, 0xcc, 0xf5, 0x83, 0x17, 0xfe, 0x0e, 0x3d, 0xbc, 0x3a, 0xa3, 0x0c, 0xe7, 0x5f, 0x49, 0xc4, 0xa0, 0x98, 0x7e, 0x55, 0xe1, 0x7b, 0x00, 0xc7, 0x6a, 0x51, 0x1f, 0x67, 0x6e, 0xef, 0x4b, 0x7d, 0xf1, 0xe7, 0xcb, 0xe1, 0x09, 0xc8, 0xa1, 0xc7, 0x39, 0x9f, 0xec, 0x48, 0x9d, 0x50, 0x8d, 0x95, 0x42, 0xf9, 0x11, 0x4e, 0x2c, 0xc8, 0x27, 0x6a, 0x5c, 0xb0, 0x1e, 0x45, 0xe9, 0x48, 0xe3, 0x11, 0x70, 0xc0, 0x5e, 0x9b, 0x9e, 0x81, 0x9d, 0x39, 0x63, 0x36, 0x2a, 0x36, 0xeb, 0xbe, 0x79, 0xa3, 0x0e, 0x7a, 0x00, 0xb6, 0xce, 0xae, 0x6f, 0xd6, 0x36, 0x8a, 0x3e, 0x59, 0x39, 0x16, 0xeb, 0xa6, 0x16, 0xfb, 0xfd, 0x20, 0xf5, 0x8d, 0x2e, 0xd4, 0xac, 0x65, 0x4e, 0x07, 0xfd, 0xc7, 0x0d, 0x61, 0x54, 0x2e, 0xda, 0xb5, 0xe4, 0x54, 0x53, 0x71, 0x2f, 0x25, 0xca, 0x71, 0xaf, 0x4c, 0xf5, 0xd7, 0xee, 0x96, 0xdf, 0x16, 0x99, 0x06, 0x57, 0xeb, 0x0a, 0x54, 0x2e, 0xcc, 0x45, 0x9d } }; static const struct cckprng_op_generate op_init_4801 = { .hd = { .id = 4545, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0xfa, 0x09, 0x9c, 0x34, 0x87, 0x01, 0x57, 0x4e, 0x26, 0x39, 0x84, 0x37, 0xaa, 0x6c, 0x41, 0x68, 0x00, 0xe5, 0xe9, 0xd6, 0x72, 0x7c, 0xda, 0xe2, 0xf0, 0x1a, 0x5a, 0xa5, 0xfd, 0x11, 0x84, 0x35, 0x53, 0x8c, 0x4b, 0xf6, 0x07, 0x81, 0x10, 0xce, 0x42, 0x13, 0x93, 0x00, 0x5c, 0x8f, 0x60, 0x60, 0xd2, 0x21, 0x18, 0xdc, 0x48, 0x89, 0x11, 0xd4, 0x67, 0x59, 0xf7, 0x55, 0x67, 0x80, 0x90, 0x03, 0x59, 0x35, 0xac, 0x7c, 0x12, 0x7d, 0x1c, 0xa4, 0x5c, 0xcd, 0x8b, 0xf2, 0xad, 0xd9, 0xf5, 0x6c, 0xf9, 0x72, 0xf0, 0xfa, 0x09, 0x84, 0xfd, 0x64, 0x32, 0xea, 0x42, 0x4a, 0x18, 0x44, 0xc8, 0xa9, 0x89, 0xba, 0x68, 0x7c, 0x04, 0xab, 0x17, 0x4a, 0xf6, 0xba, 0x81, 0x0e, 0x07, 0x29, 0x0b, 0x05, 0xd6, 0xe6, 0x98, 0x0d, 0x4b, 0x6c, 0x8a, 0xde, 0xa7, 0x11, 0xab, 0xd1, 0xda, 0x70, 0xd4, 0x1f, 0x08, 0xad, 0xab, 0x43, 0xd2, 0xb6, 0x67, 0x07, 0x40, 0x75, 0x6e, 0xda, 0xbb, 0xba, 0x25, 0x85, 0x30, 0x58, 0x61, 0x4e, 0xc2, 0x56, 0x77, 0x79, 0xc5, 0x68, 0xff, 0x29, 0xd6, 0xe5, 0x28, 0x04, 0x36, 0x9d, 0x98, 0x80, 0xd0, 0xf4, 0xb4, 0x56, 0x98, 0x16, 0x9d, 0x2a, 0x5e, 0xef, 0x32, 0xb0, 0x6a, 0xed, 0x5f, 0xcb, 0x2f, 0xab, 0xce, 0xbb, 0xb1, 0xc5, 0xc5, 0xe2, 0xb6, 0xb5, 0x3a, 0xf1, 0xbb, 0x90, 0x27, 0x0d, 0x95, 0x72, 0xb5, 0x47, 0xe7, 0xea, 0xf5, 0xaf, 0x77, 0x12, 0x20, 0x61, 0x3f, 0xbf, 0x71, 0xae, 0x08, 0xf2, 0x7d, 0xfe, 0xd9, 0x03, 0x63, 0xf7, 0x5e, 0x86, 0x62, 0x64, 0xd1, 0x8c, 0xc6, 0x02, 0x7e, 0x15, 0x86, 0x22, 0x42, 0xf1, 0x33, 0x8a, 0x0d, 0x68, 0x77, 0x56, 0x15, 0x4a, 0x8c, 0x78, 0x1b, 0x7d, 0x3e, 0x1a, 0x39, 0x3d } } }; static const struct cckprng_op_generate op_init_4802 = { .hd = { .id = 4546, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0xc4, 0x24, 0x31, 0x3e, 0x04, 0x1a, 0xef, 0x09, 0xa4, 0xec, 0xf7, 0xa6, 0xcc, 0x10, 0x68, 0x0b, 0x4c, 0x8e, 0x17, 0x6d, 0x66, 0xa8, 0x97, 0xd8, 0xcb, 0x92, 0x1e, 0x81, 0xcf, 0x5a, 0x93, 0x62, 0xe3, 0x1d, 0x7c, 0x05, 0xc1, 0x6e, 0x0c, 0xee, 0x38, 0x87, 0xd7, 0x5a, 0x61, 0x70, 0x82, 0x85, 0x63, 0xf3, 0x8f, 0xe0, 0x88, 0x64, 0x87, 0x57, 0x50, 0x64, 0x83, 0x2b, 0x8e, 0x8a, 0xfc, 0x1c, 0xb6, 0x59, 0x5c, 0x65, 0x71, 0xc7, 0xaa, 0xeb, 0x6b, 0x42, 0x98, 0x26, 0xfc, 0xda, 0x2c, 0xb8, 0x62, 0xf1 } } }; static const struct cckprng_op_generate op_init_4803 = { .hd = { .id = 4547, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x1d, 0xd7, 0x92, 0xfe, 0x21, 0x02, 0xfe, 0x7b, 0x4f, 0x6b, 0x46, 0x89, 0xd3, 0xe1, 0xb2, 0x6d, 0x2f, 0xe0, 0x63, 0xb3, 0xf0, 0x0c, 0xe5, 0x98, 0x66, 0xcc, 0x91, 0x83, 0xbd, 0x26, 0x0b, 0xc8, 0x98, 0x49, 0x7b, 0x5a, 0xd4, 0xfa, 0x0e, 0x7c, 0x29, 0x88, 0xff, 0xa6, 0x5b, 0x94, 0x84, 0xfe, 0x7b, 0x45, 0x85, 0xfc, 0xbd, 0x59, 0x88, 0xf9, 0xb2, 0xa3, 0x74, 0x99, 0x95, 0xb1, 0x2e, 0xb0, 0x49, 0xb0, 0x20, 0x25, 0x09, 0xaf, 0x53, 0x7e, 0xb8, 0xe0, 0xd0, 0x61, 0xed, 0xc9, 0xb5, 0x54, 0x1a, 0xc4, 0x08, 0x88, 0x94, 0x56, 0xc8, 0x5d, 0x63, 0xce, 0xa2, 0x4d, 0xc5, 0xb0, 0xcd, 0xdc, 0x3b, 0x02, 0xe2, 0x44, 0x83, 0xa0, 0x42, 0x7f, 0xee, 0x86, 0x43, 0xb8, 0x67, 0x3a, 0xda, 0x39, 0x3c, 0x52, 0x40, 0xba, 0x34, 0x3c, 0xb5, 0xca, 0x5f, 0x9c, 0xac, 0xa6, 0x9a, 0xa8, 0xbd, 0xb7, 0xc4, 0x5f, 0x0a, 0xe5, 0x1a, 0xe7, 0xa7, 0xbb, 0x7b, 0x52 } } }; static const struct cckprng_op_reseed op_reseed_4804 = { .hd = { .id = 4548, .kind = OP_RESEED }, .nonce = 1146145559885685520ULL, .seed_nbytes = 268, .seed = { 0xc3, 0x1a, 0x4b, 0xee, 0x2c, 0xf9, 0x82, 0xae, 0xdc, 0x55, 0x5a, 0xdd, 0x12, 0x19, 0x0c, 0xd2, 0x14, 0xc4, 0x2d, 0x4d, 0x8d, 0x9a, 0xef, 0x16, 0x80, 0x06, 0x9c, 0xb8, 0xfe, 0x4a, 0x1d, 0x37, 0x28, 0xc2, 0xca, 0x59, 0xb7, 0x47, 0x79, 0x7b, 0x08, 0x4d, 0xe5, 0xaa, 0x80, 0x6a, 0x39, 0xb8, 0xf9, 0xe6, 0xfd, 0x0c, 0xcf, 0x68, 0x6d, 0x32, 0x1e, 0xcf, 0x21, 0x9e, 0x75, 0xae, 0x7e, 0x33, 0x0b, 0x13, 0x2a, 0x2f, 0x10, 0x14, 0x2b, 0x76, 0x4a, 0x41, 0x87, 0x62, 0x01, 0xb3, 0xa4, 0xbc, 0x33, 0xde, 0x65, 0x98, 0x1f, 0xa5, 0x5d, 0xb0, 0x84, 0x7a, 0xd2, 0xef, 0x0a, 0x15, 0xf0, 0x5e, 0x79, 0x44, 0x39, 0x7b, 0x90, 0xe1, 0xf9, 0xf6, 0x3e, 0x76, 0x63, 0x59, 0x03, 0x8a, 0x7f, 0x3e, 0xa7, 0x7c, 0x44, 0x37, 0x22, 0xb7, 0xb0, 0x11, 0xda, 0xf3, 0xa8, 0x89, 0xc6, 0x8b, 0xac, 0x28, 0xf1, 0xb4, 0xf6, 0xea, 0xec, 0x2b, 0x69, 0xb8, 0xf0, 0x85, 0x3b, 0x34, 0xb5, 0xb1, 0x29, 0x88, 0x60, 0xfe, 0x9a, 0x37, 0x0c, 0x05, 0xeb, 0x3d, 0x62, 0xdb, 0xd5, 0x1e, 0xb7, 0x74, 0xd4, 0x27, 0xf5, 0x05, 0xfa, 0xf3, 0x0e, 0x52, 0x79, 0x66, 0xd5, 0xa2, 0x57, 0x84, 0x56, 0xd0, 0x4a, 0xf0, 0xe4, 0x5b, 0x63, 0x92, 0x47, 0xfb, 0x54, 0xfb, 0x31, 0xad, 0xb2, 0x34, 0x5d, 0xdf, 0xe5, 0x7d, 0xe3, 0xd3, 0xe8, 0xd9, 0x85, 0x5c, 0xb2, 0xcb, 0xf7, 0x29, 0xd9, 0xdd, 0x7f, 0xdb, 0x64, 0xbe, 0xbd, 0x60, 0xb4, 0x0b, 0x8a, 0x1e, 0x20, 0xb8, 0x47, 0x30, 0xb7, 0x1d, 0xd6, 0xee, 0xee, 0x89, 0x68, 0xed, 0x3f, 0x10, 0x3f, 0xe8, 0x05, 0xfa, 0x26, 0x52, 0xed, 0x06, 0x05, 0xda, 0xba, 0x37, 0x43, 0xee, 0xe3, 0xe8, 0x96, 0xb4, 0xf2, 0xe0, 0x92, 0x31, 0x1c, 0xc6, 0x04, 0x1a, 0xa1, 0x9d, 0x19, 0x93, 0x5c, 0xca, 0xdb, 0x5c, 0xa1, 0x75, 0x30, 0x2f, 0x30, 0x1e } }; static const struct cckprng_op_generate op_init_4805 = { .hd = { .id = 4549, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x2c, 0xce, 0xdb, 0xac, 0x45, 0xf0, 0x73, 0x07, 0x03, 0xda, 0xf2, 0xca, 0x82, 0x75, 0xae, 0x85, 0x92, 0xef, 0x5b, 0x6c, 0xbf, 0x4e, 0x8b, 0x2e, 0x6e, 0xd1, 0xd2, 0x5e, 0xf6, 0xd4, 0xf7, 0x5e, 0xeb, 0x93, 0x03, 0x8d, 0x0d, 0x19, 0x96, 0xb9, 0x36, 0x02, 0xdc } } }; static const struct cckprng_op_generate op_init_4806 = { .hd = { .id = 4550, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0x30, 0x75, 0xfd, 0x96, 0x62, 0x55, 0x0e } } }; static const struct cckprng_op_refresh op_refresh_4807 = { .hd = { .id = 4551, .kind = OP_REFRESH }, .rand = 12744363248097133222ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4808 = { .hd = { .id = 4552, .kind = OP_REFRESH }, .rand = 16391259313067204226ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4809 = { .hd = { .id = 4553, .kind = OP_RESEED }, .nonce = 2362909391379548462ULL, .seed_nbytes = 45, .seed = { 0xd3, 0x0e, 0x2d, 0xdb, 0xf0, 0x8e, 0x27, 0x9a, 0xc7, 0x91, 0x66, 0x0e, 0x8a, 0x2e, 0x05, 0xfb, 0x83, 0x64, 0xac, 0xf4, 0x97, 0x88, 0xdc, 0x23, 0x19, 0x3f, 0xc8, 0x39, 0x09, 0xb4, 0xa3, 0x23, 0x01, 0x10, 0xcb, 0x5f, 0xc6, 0x58, 0xaa, 0xc3, 0xf8, 0x6a, 0xb8, 0xb3, 0xf3 } }; static const struct cckprng_op_generate op_init_4810 = { .hd = { .id = 4554, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0xbb, 0x24, 0x56, 0x40, 0x40, 0xaa, 0x35, 0xd8, 0x3d, 0x6b, 0xf1, 0x73, 0x83, 0x18, 0x5f, 0xe4, 0x38, 0x9a, 0xb2, 0xd9, 0x11, 0x32, 0x97, 0x40, 0xae, 0x3d, 0x42, 0xdc, 0x55, 0xe7, 0x09, 0x53, 0x22, 0x3c, 0xd4, 0x1b, 0x7d, 0x35, 0x56, 0x0b, 0x71, 0x7b, 0x13, 0x0f, 0x98, 0xc0, 0x26, 0xd6, 0x4d, 0x26, 0xd8, 0x17, 0xd8, 0x0c, 0xdf, 0xe7, 0x88, 0xef, 0xae, 0x8c, 0x01, 0x19, 0xba, 0x18, 0x2d, 0x8a, 0xb4, 0x5f, 0x1a, 0x6a, 0x03, 0xea, 0x5b, 0x44, 0x95, 0x3e, 0x36, 0x1e, 0x09, 0x92, 0x75, 0x15, 0x74, 0xb9, 0x04, 0xbf, 0xdb, 0xec, 0x9d, 0xa4, 0x4d, 0x2d, 0xd7, 0x71, 0xd4, 0x14, 0x4b, 0x0d, 0x0e, 0x99, 0x2e, 0x73, 0xe2, 0xbd, 0xf7, 0x69, 0x78, 0x13, 0x87, 0xd1, 0xee, 0x46, 0xc3, 0x7c, 0x7f, 0x97, 0x20, 0x99, 0xd2, 0xe3, 0xa0, 0x39, 0x31, 0x74, 0xbe, 0x9b, 0x78, 0x65, 0x6c, 0x78, 0x78, 0xac, 0xce, 0x52, 0x7a, 0xe4, 0x5d, 0xd0, 0xad, 0x6e, 0x3f, 0x91, 0x6b, 0x80, 0x14, 0x85, 0x38, 0xd4, 0xb7, 0x2c, 0xb0, 0x8a, 0xae, 0x43, 0x10, 0xcf, 0x6a, 0xcf, 0x48, 0xcc, 0x0f, 0xbd, 0x05, 0x1f, 0xe4, 0x7f, 0x0a, 0xed, 0xa4, 0xc3, 0x3d, 0xb6, 0xac, 0xd1, 0xc0, 0xbb, 0x99, 0x3c, 0xf0, 0x2b, 0x3a, 0x77, 0xbf, 0x55, 0x5c, 0xb3, 0xe1, 0x2e, 0x56, 0xd3, 0x34, 0x6c, 0x60, 0xc5, 0x01, 0x32, 0xb0, 0x95, 0x95, 0x58, 0xb4, 0x28, 0xd6, 0x57, 0x7a, 0x1c, 0xa0, 0x6b, 0xd0, 0xdf, 0xd3, 0xef, 0xc4, 0xcb, 0xfa, 0x2c, 0xee, 0x58, 0x0a, 0x10, 0x39, 0xe4, 0x39, 0x36, 0xba, 0xe1, 0x6c, 0xeb, 0x35, 0xdd, 0xdc, 0x10, 0x6c, 0x4f, 0xe1, 0x0c, 0x5a, 0xd9, 0x6e, 0xa3, 0x64, 0x47, 0x9c, 0x98, 0x10, 0xc3, 0x47, 0xb3, 0x21, 0x8c, 0x06, 0x43, 0xc5, 0x4f, 0x77, 0xc0, 0xb2, 0xd5, 0x99, 0x69, 0xc9 } } }; static const struct cckprng_op_generate op_init_4811 = { .hd = { .id = 4555, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0x29, 0x5f, 0x61, 0x0e, 0x6c, 0xcf, 0x28 } } }; static const struct cckprng_op_refresh op_refresh_4812 = { .hd = { .id = 4556, .kind = OP_REFRESH }, .rand = 8259156842182970412ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4813 = { .hd = { .id = 4557, .kind = OP_RESEED }, .nonce = 13049463892508998711ULL, .seed_nbytes = 109, .seed = { 0x95, 0x81, 0x6d, 0xa7, 0x77, 0x9a, 0xf0, 0xf8, 0xa0, 0x90, 0x91, 0xe2, 0xf7, 0x2b, 0x35, 0x37, 0xdc, 0x71, 0xd3, 0x84, 0x5b, 0xcc, 0x49, 0x71, 0x35, 0x89, 0xec, 0xfc, 0xbb, 0x2b, 0x04, 0x21, 0xfe, 0xc9, 0xab, 0x75, 0x0d, 0xa0, 0x09, 0xf0, 0x73, 0xa2, 0x24, 0x38, 0x5d, 0xee, 0x70, 0x92, 0x8c, 0x14, 0x1f, 0x45, 0xab, 0xf5, 0x94, 0xfa, 0xca, 0xa6, 0x00, 0x4a, 0x74, 0x3b, 0xd1, 0x6a, 0xd2, 0x77, 0x10, 0x85, 0xbb, 0xeb, 0x88, 0xd6, 0x62, 0x4b, 0x4d, 0xd1, 0x3e, 0x0a, 0xdd, 0x64, 0x93, 0xe7, 0xdd, 0xcf, 0x90, 0xe7, 0x7a, 0xea, 0xd3, 0x9b, 0xca, 0x37, 0x91, 0x54, 0x56, 0xc9, 0x09, 0x40, 0xfa, 0x1b, 0xa4, 0x79, 0x32, 0x36, 0x29, 0x1c, 0x6b, 0x3e, 0xcf } }; static const struct cckprng_op_generate op_init_4814 = { .hd = { .id = 4558, .kind = OP_GENERATE }, .rand_nbytes = 198, .out = { .rand = { 0xc7, 0x95, 0x08, 0x9b, 0xfb, 0x56, 0x90, 0x8b, 0x58, 0xb3, 0xbc, 0x40, 0x7f, 0xe9, 0xe3, 0x81, 0xe6, 0xb2, 0xc8, 0x28, 0x2a, 0x23, 0x23, 0xde, 0xa8, 0x79, 0xf3, 0xe7, 0x4f, 0x97, 0xdd, 0x17, 0x2d, 0x42, 0x95, 0xbe, 0x7b, 0xbf, 0x2b, 0x75, 0xe9, 0x3c, 0x11, 0xe8, 0x31, 0x0c, 0x13, 0x78, 0xf0, 0x20, 0x3c, 0x76, 0x53, 0x46, 0x46, 0x8c, 0x9e, 0x51, 0x2e, 0x7e, 0xa5, 0x71, 0x29, 0x96, 0x4a, 0xad, 0x20, 0xd8, 0x7b, 0x3a, 0x70, 0x59, 0x7f, 0x31, 0xef, 0x7d, 0xf4, 0xfa, 0xeb, 0x9f, 0x26, 0x1d, 0x53, 0xc1, 0xa9, 0x2b, 0xcb, 0xa0, 0x39, 0x59, 0x82, 0x38, 0xe3, 0x5e, 0xf1, 0xb4, 0x44, 0xec, 0x69, 0x21, 0x87, 0xd2, 0x56, 0x8e, 0xe2, 0x99, 0xb7, 0x27, 0x4a, 0xc3, 0xf3, 0x35, 0xe8, 0x33, 0x2f, 0x86, 0x0d, 0xa0, 0x43, 0x0b, 0x98, 0xd9, 0xf1, 0xf0, 0xe1, 0xaf, 0xd9, 0xf6, 0x2c, 0x9d, 0x14, 0xdb, 0x85, 0x19, 0xb5, 0x26, 0x31, 0x5a, 0x33, 0x74, 0x48, 0x77, 0x1e, 0x36, 0x8b, 0x94, 0xcd, 0x4a, 0x1e, 0xdb, 0xe4, 0xcb, 0x25, 0x7a, 0x5d, 0x2d, 0xb2, 0x28, 0x36, 0xfd, 0xe2, 0x60, 0xa8, 0xab, 0x95, 0x1e, 0xcd, 0x67, 0x83, 0x9f, 0xf9, 0x6e, 0x5f, 0x8b, 0x02, 0xe6, 0x1d, 0xcd, 0x50, 0x40, 0x61, 0x84, 0x79, 0x00, 0x9d, 0xd6, 0xc9, 0xb2, 0x63, 0x4f, 0x88, 0x2c, 0x5a, 0xcb, 0xef, 0xd9, 0xc0, 0x72 } } }; static const struct cckprng_op_refresh op_refresh_4815 = { .hd = { .id = 4559, .kind = OP_REFRESH }, .rand = 6210574743059568135ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4816 = { .hd = { .id = 4560, .kind = OP_REFRESH }, .rand = 2690575384574999890ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4817 = { .hd = { .id = 4561, .kind = OP_REFRESH }, .rand = 10742855018755963542ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4818 = { .hd = { .id = 4562, .kind = OP_GENERATE }, .rand_nbytes = 241, .out = { .rand = { 0x75, 0x19, 0x9f, 0x0e, 0xe0, 0x55, 0x04, 0x2a, 0xac, 0x5d, 0x6e, 0x45, 0xab, 0xbc, 0x15, 0xc8, 0x96, 0xa9, 0xc7, 0xb2, 0x3d, 0xa2, 0xac, 0x9a, 0xe9, 0xc6, 0x25, 0x73, 0x56, 0x5e, 0xaa, 0x40, 0xb8, 0xc6, 0x83, 0x11, 0x18, 0x18, 0xd6, 0x3d, 0x4e, 0x5b, 0xdd, 0xc7, 0x55, 0xc4, 0xf2, 0x7f, 0x03, 0x96, 0xb7, 0x34, 0x31, 0x5e, 0xe6, 0x9b, 0x3a, 0x5a, 0xc4, 0xc6, 0xc0, 0x85, 0x0c, 0x2f, 0x62, 0xdc, 0xb2, 0x81, 0x43, 0xc0, 0x9b, 0x55, 0xd9, 0x51, 0xe6, 0x8d, 0x80, 0xdf, 0x76, 0x93, 0xc7, 0xfd, 0x95, 0xf6, 0xe0, 0xbd, 0xa2, 0x6f, 0xc4, 0x9f, 0x7e, 0x04, 0xa0, 0xe3, 0xd1, 0xea, 0x23, 0x0e, 0x44, 0x6f, 0x94, 0x0f, 0xc4, 0xdf, 0xac, 0x50, 0x51, 0xd1, 0x8a, 0x17, 0x8a, 0xda, 0xa6, 0x88, 0xa2, 0x42, 0x92, 0x4b, 0xcf, 0x7d, 0x07, 0x9d, 0x92, 0x58, 0x69, 0x9f, 0xc0, 0x8c, 0x48, 0x87, 0x6d, 0x8b, 0x77, 0xf2, 0xc4, 0xb0, 0x51, 0xb1, 0x5e, 0x0e, 0x10, 0x77, 0x38, 0x1b, 0x32, 0xc4, 0x9f, 0x3e, 0xed, 0xb0, 0xe6, 0x0f, 0xf5, 0x00, 0x5b, 0xcd, 0x23, 0xdc, 0xa1, 0x2d, 0xcd, 0xb4, 0xa6, 0x84, 0x19, 0x13, 0x47, 0x9f, 0xb7, 0xef, 0x90, 0xc2, 0x31, 0xf9, 0xd2, 0xef, 0x38, 0x41, 0x55, 0x9d, 0xfb, 0xbd, 0x7d, 0xa0, 0xea, 0x48, 0xfd, 0x43, 0x3f, 0xb6, 0xec, 0x51, 0x03, 0xa8, 0xc4, 0x3d, 0x5d, 0x18, 0xf0, 0xb6, 0x6b, 0x1e, 0x36, 0x9b, 0xf0, 0xa0, 0x63, 0xb2, 0xf6, 0xff, 0x99, 0x01, 0xb0, 0x5f, 0x12, 0x3d, 0x03, 0x8d, 0x01, 0x13, 0xea, 0xfc, 0x4c, 0x00, 0x12, 0x85, 0xbc, 0x2b, 0x9a, 0x9c, 0x4d, 0x5d, 0x69, 0x4c, 0x84, 0x26, 0x7b, 0x88, 0x3f, 0xab, 0x70 } } }; static const struct cckprng_op_refresh op_refresh_4819 = { .hd = { .id = 4563, .kind = OP_REFRESH }, .rand = 6169023006454038633ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4820 = { .hd = { .id = 4564, .kind = OP_GENERATE }, .rand_nbytes = 183, .out = { .rand = { 0x60, 0xaa, 0xf7, 0x96, 0x13, 0x30, 0x35, 0x23, 0x87, 0x60, 0x11, 0x90, 0x7a, 0x79, 0xea, 0x87, 0x12, 0x2f, 0x21, 0x3c, 0x4d, 0xd8, 0xe2, 0xe4, 0xab, 0x4e, 0xca, 0x6b, 0x68, 0xa3, 0x01, 0x9a, 0xe7, 0xf9, 0xa9, 0xae, 0x12, 0x54, 0xe4, 0xe8, 0x2b, 0x94, 0x6c, 0x15, 0xc9, 0x44, 0x5c, 0x80, 0x34, 0xb2, 0xf0, 0xaa, 0xa0, 0x5f, 0xc2, 0xa6, 0x24, 0x27, 0xfb, 0xe6, 0x36, 0x0c, 0xe9, 0x9e, 0xaa, 0xd0, 0x6d, 0x70, 0xc1, 0xd7, 0x61, 0xd6, 0xa7, 0x98, 0x1b, 0x95, 0x75, 0x6e, 0x41, 0xd7, 0x36, 0x62, 0x9b, 0x62, 0x37, 0xf6, 0x0e, 0xf6, 0x84, 0x26, 0x4d, 0xfa, 0x52, 0x49, 0x9c, 0x68, 0xd0, 0x40, 0x1f, 0x4d, 0xfd, 0x0b, 0x0d, 0xca, 0x17, 0x63, 0x22, 0x6a, 0x77, 0x0e, 0x9e, 0xd1, 0x21, 0x07, 0xb9, 0x1b, 0xea, 0x8b, 0xc9, 0x94, 0x72, 0x19, 0x54, 0x16, 0xd1, 0x95, 0x8e, 0xee, 0xd5, 0xd9, 0x5e, 0xf3, 0x49, 0x4f, 0xb9, 0xb1, 0xba, 0x1a, 0xd8, 0x4f, 0x55, 0x63, 0x72, 0x46, 0xc9, 0xfe, 0xe7, 0xb1, 0xc9, 0x7b, 0x92, 0x25, 0x31, 0x45, 0x3d, 0x29, 0x07, 0xc1, 0x70, 0x63, 0xd5, 0xf9, 0x34, 0x0f, 0xf6, 0xf5, 0x2d, 0x90, 0x23, 0xda, 0xf6, 0xe3, 0x57, 0x2d, 0x49, 0x10, 0xfe, 0x18, 0xa9, 0x25, 0x5e, 0x4a, 0xc7 } } }; static const struct cckprng_op_refresh op_refresh_4821 = { .hd = { .id = 4565, .kind = OP_REFRESH }, .rand = 15212809802839864473ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4822 = { .hd = { .id = 4566, .kind = OP_REFRESH }, .rand = 14998511258796687266ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4823 = { .hd = { .id = 4567, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0x2a, 0x7d, 0xdd, 0x0c, 0xa2, 0x76, 0xd5, 0x6c, 0xba, 0xa5, 0xfc, 0x37, 0x26, 0x08, 0xf5, 0x83, 0xa7, 0x50, 0x0e, 0xad, 0x1c, 0x4a, 0xf7, 0x98, 0xae, 0x5d, 0xa7, 0xb8, 0xe3, 0x31, 0xb7, 0xe8, 0x18, 0xc7, 0x24, 0x6f, 0x35, 0x84, 0xaf, 0x38, 0x6c, 0x47, 0x43, 0xc1, 0x84, 0xed, 0x25, 0x37, 0xf7, 0x76, 0xbe, 0x72, 0x34, 0xac, 0x26, 0x72, 0xf5, 0x98, 0x8e, 0x48, 0x64, 0x78, 0x52, 0x2d, 0x4e, 0xd7, 0x1d, 0x57, 0x8b, 0xa0, 0x47, 0xac, 0x4f, 0x9e, 0x56, 0xfc, 0xa5, 0x17, 0x28, 0x92, 0x73, 0xb8, 0xf7, 0x15, 0x8b, 0x63, 0xac, 0xa6, 0x10, 0xd4, 0xdc, 0x69, 0x1d, 0x67, 0x58, 0x27 } } }; static const struct cckprng_op_reseed op_reseed_4824 = { .hd = { .id = 4568, .kind = OP_RESEED }, .nonce = 12849463813561742714ULL, .seed_nbytes = 88, .seed = { 0xac, 0x89, 0xdb, 0x4f, 0x52, 0x6d, 0x69, 0x0c, 0xd6, 0xf3, 0x01, 0x43, 0x8d, 0x0e, 0x07, 0xfa, 0x81, 0x4a, 0x32, 0xbc, 0x43, 0x28, 0xee, 0x5a, 0x7d, 0xf1, 0x35, 0xb1, 0xfe, 0x22, 0x6a, 0x55, 0xf1, 0x08, 0xfa, 0x0d, 0x3d, 0x6c, 0x0a, 0x43, 0x59, 0x0d, 0x0d, 0xd0, 0x91, 0x6b, 0x2f, 0xda, 0x80, 0xb5, 0x70, 0x1b, 0xc3, 0x78, 0x16, 0x55, 0xdf, 0x62, 0x0b, 0x18, 0x7a, 0x91, 0x64, 0x2a, 0x8c, 0x5f, 0xf7, 0xb6, 0xaa, 0x23, 0xa9, 0xa2, 0x71, 0xc1, 0xb6, 0xf2, 0xd8, 0x13, 0x43, 0x97, 0x4c, 0x01, 0x2c, 0x32, 0xe6, 0x39, 0x14, 0x67 } }; static const struct cckprng_op_reseed op_reseed_4825 = { .hd = { .id = 4569, .kind = OP_RESEED }, .nonce = 15622871040095421549ULL, .seed_nbytes = 77, .seed = { 0xad, 0x51, 0x3f, 0x60, 0x8f, 0x57, 0xe6, 0x0a, 0x93, 0x31, 0x56, 0x12, 0x6f, 0xa0, 0xc0, 0x27, 0xf5, 0x72, 0x2f, 0xb8, 0x1c, 0x94, 0x70, 0xec, 0x9a, 0xdf, 0xa4, 0x63, 0xf7, 0x06, 0xfb, 0x63, 0xce, 0xbc, 0x13, 0x29, 0x98, 0x88, 0x4f, 0x49, 0x28, 0x80, 0xcf, 0xbb, 0xb6, 0x98, 0x96, 0xe4, 0x5d, 0x99, 0x41, 0xdb, 0xa4, 0x4b, 0xdf, 0xd0, 0xfb, 0x45, 0xd2, 0xfd, 0x22, 0x75, 0xa9, 0xe1, 0xd3, 0x08, 0x38, 0x3e, 0x66, 0x58, 0xb5, 0x76, 0x27, 0x69, 0x69, 0x6d, 0x18 } }; static const struct cckprng_op_generate op_init_4826 = { .hd = { .id = 4570, .kind = OP_GENERATE }, .rand_nbytes = 125, .out = { .rand = { 0x35, 0xd7, 0x4d, 0x78, 0xcc, 0xf1, 0xe9, 0x37, 0x4f, 0x95, 0xa6, 0x25, 0x00, 0x23, 0x81, 0x71, 0x41, 0x2c, 0xf4, 0x27, 0x45, 0xed, 0xd5, 0xfd, 0x0c, 0x40, 0x5c, 0x75, 0xc5, 0xb0, 0x6c, 0x3b, 0x47, 0xd4, 0xad, 0x74, 0x3b, 0xa4, 0x0a, 0xac, 0x11, 0x48, 0x5e, 0x4e, 0x66, 0x96, 0xd8, 0x6d, 0x1b, 0xa3, 0x74, 0xa6, 0xbc, 0x5d, 0xde, 0x82, 0x22, 0x2f, 0x92, 0x56, 0x72, 0x6c, 0x51, 0xe8, 0x56, 0x96, 0xea, 0x38, 0x48, 0xbf, 0x25, 0x2f, 0x25, 0x58, 0x2b, 0xc1, 0xdf, 0xd7, 0x0f, 0x11, 0x12, 0xf5, 0x61, 0x0f, 0xcb, 0x0f, 0xa4, 0x3e, 0x68, 0x9c, 0x2a, 0x6e, 0x58, 0x93, 0x4d, 0x32, 0x7e, 0x08, 0xfb, 0xfb, 0x00, 0xe9, 0xd2, 0xd0, 0xed, 0x19, 0xf3, 0xc1, 0xfb, 0x83, 0x2a, 0xcc, 0x30, 0x01, 0xb2, 0xe1, 0xdc, 0xa7, 0x5e, 0x67, 0xd3, 0x9c, 0xc4, 0x8e, 0x66 } } }; static const struct cckprng_op_generate op_init_4827 = { .hd = { .id = 4571, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0x75, 0x10, 0x76, 0x5a, 0x26, 0x36, 0xe3, 0xbf, 0x7e, 0x18, 0x69, 0xa0, 0x93, 0x68, 0xb8, 0xec, 0x44, 0x6d, 0x41, 0x39, 0xcf, 0x43, 0xe9, 0xa6, 0x6e, 0x42, 0xac, 0x2e, 0xcc, 0xb2, 0x23, 0x13, 0xdd, 0x4e, 0xff, 0xf1, 0x81, 0xaa, 0x69, 0x77, 0x1d, 0x95, 0x49, 0x01, 0x90, 0x89, 0x18, 0x70, 0xe9, 0xc3, 0x9f, 0x3d, 0x17, 0x02, 0xfb, 0x9e, 0x85, 0x4a, 0x12, 0xee, 0xc4, 0x11, 0x29, 0x44, 0x1e, 0x8d, 0x36, 0xad, 0xec, 0xd5, 0x4d, 0x74, 0xdd, 0xed, 0xe2, 0x68, 0xaf, 0xb6, 0x25, 0xd7, 0x6d, 0xc8, 0x96, 0x42, 0xe0, 0x1b, 0xbe, 0xc9, 0xd5, 0xd1, 0xda, 0xfb, 0x8d, 0x1b, 0xa7, 0x6d, 0x38, 0x1e, 0xe4, 0x65, 0x21, 0x2b, 0x3f, 0x01, 0x90, 0x91, 0x8d, 0xec, 0x29, 0x0e, 0xbe, 0x0a, 0xeb, 0x0a, 0x66, 0x75, 0x6f, 0x8a, 0x5a, 0xbb, 0xeb, 0xea, 0x3b, 0x8f, 0x7c, 0x27, 0x20, 0xda, 0x48, 0x5a, 0x35, 0x03, 0x4a, 0xc5, 0x98, 0x6d, 0xde, 0x34, 0x11, 0x83, 0x84, 0xa2, 0xd5, 0x36, 0x26, 0xee, 0x56, 0xee, 0x3b, 0xfa, 0x45, 0x58, 0xa1, 0x97, 0x47, 0xed, 0xa1, 0xf7, 0xec, 0xdf, 0xba, 0xb4, 0x17 } } }; static const struct cckprng_op_generate op_init_4828 = { .hd = { .id = 4572, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0x6e, 0xab, 0x1f, 0xae, 0x69, 0xfa, 0x7d, 0xea, 0xd3, 0xd2, 0xd1, 0xed, 0x9b, 0x24, 0x28, 0x62, 0x59, 0x7e, 0xc2, 0x5c, 0xc9, 0x63, 0xad, 0x2e, 0xf2, 0x25, 0xf0, 0x24, 0xf1, 0x6a, 0x92, 0x9c, 0x05, 0x12, 0x07, 0xde, 0xe6, 0x08, 0x6c, 0x5b, 0xc7, 0x89, 0xfe, 0xa4, 0x24, 0x60, 0x8b, 0x97, 0x8f, 0x72, 0x0e, 0xb6, 0x71, 0x96, 0x7f, 0x30, 0x94, 0xed, 0x87, 0xb4, 0xad, 0xd1, 0x11, 0xec, 0xf3, 0x9c, 0xd7, 0x77, 0x6e, 0x2d, 0x2c, 0xfb, 0x41, 0xca, 0x3e, 0x7b, 0xee, 0x36, 0xc5, 0x48, 0x2e, 0xbe, 0x83, 0x08, 0x62, 0xaa, 0x6b, 0xba, 0x3f, 0xc4, 0x2d, 0xc7, 0x6a, 0x17, 0x44, 0x60, 0x3c, 0x85, 0x4f, 0xb9, 0x72, 0xe5, 0x3d, 0x2e, 0x8b, 0x4f, 0x78, 0x9b, 0x64, 0x1b, 0xbf, 0x0a, 0xc0, 0x81, 0xf7, 0x2c, 0x19, 0xf9, 0xf7, 0xf5, 0xa6, 0x24, 0xa2, 0xf4, 0xf7, 0xd9, 0xa1, 0x64, 0xb6, 0x85, 0x59, 0xd8, 0x33, 0xad, 0xb8, 0x28, 0x99, 0xc9, 0xd5, 0xbd, 0xdf, 0xfd, 0xe7, 0x76, 0x89, 0x01, 0x9b, 0xc6, 0xdd, 0x62, 0xa1, 0x22, 0xb8, 0xf8, 0x5b, 0xdb, 0xf6, 0x0c, 0x49, 0xf0, 0x94, 0x54, 0x30, 0x11, 0x15, 0xab, 0x93, 0x1b, 0x23, 0xd0, 0x26, 0x9a, 0x54, 0xd4, 0x99, 0x18, 0x9d, 0x5d, 0xc8, 0x3e, 0xb8, 0x16, 0xa5, 0xd1, 0xc7, 0x5a, 0x03, 0x5a, 0x59, 0x7c, 0x6c, 0x2d, 0x25, 0xad, 0x06, 0xca, 0x28, 0x7d, 0xd1, 0x56, 0x83, 0xf4, 0x94, 0x51, 0x62, 0x92, 0xdf, 0x8d, 0x16, 0x68, 0x63, 0xba, 0x4c, 0xf2, 0x0d, 0xcb, 0x70, 0xc5, 0x77, 0xc6, 0x36, 0xf0, 0x9c, 0xd0, 0x19, 0xfe, 0x9b, 0x89, 0xe4, 0x0d, 0x14, 0xe1, 0xe2, 0x50, 0x1b, 0xd6, 0x7b, 0xa6, 0x14, 0x23, 0x1a, 0x92, 0x31, 0xbd, 0x0c, 0xa3, 0x5f, 0xd0, 0x00, 0xfe, 0x7f, 0x64, 0x7e, 0x84, 0x48, 0x6c, 0xf2, 0x71, 0xb1, 0x6b, 0xb8, 0x70, 0x7b, 0x05, 0xfc, 0xb0, 0x43, 0xb6, 0x17, 0xd5, 0x21, 0x28, 0x20, 0xad, 0x10, 0x91, 0xa7, 0xf6, 0x81, 0x99, 0xd6, 0x34, 0x19, 0x27, 0x5a, 0xf7, 0xd9 } } }; static const struct cckprng_op_reseed op_reseed_4829 = { .hd = { .id = 4573, .kind = OP_RESEED }, .nonce = 7961889895308563988ULL, .seed_nbytes = 34, .seed = { 0x42, 0x11, 0x54, 0xfa, 0x3f, 0xa7, 0x4f, 0x4c, 0x63, 0x91, 0xaa, 0x2c, 0xfa, 0xcb, 0xc4, 0xcc, 0x64, 0xed, 0xd2, 0xcc, 0xfe, 0xd2, 0x2f, 0xf5, 0x68, 0x3f, 0x2a, 0xe7, 0xf8, 0xd1, 0x9b, 0x8a, 0x0c, 0x17 } }; static const struct cckprng_op_refresh op_refresh_4830 = { .hd = { .id = 4574, .kind = OP_REFRESH }, .rand = 16716856293322052073ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4831 = { .hd = { .id = 4575, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0xa2, 0xf8, 0xb2, 0x8e, 0xf4, 0xa8, 0xac, 0x3f, 0x7f, 0x47, 0x0c, 0x3e, 0xa0, 0x4f, 0x57, 0x5b, 0xcf, 0x50, 0x1c, 0x18, 0x75, 0x43, 0xc3, 0x1d, 0x7d, 0x65, 0xe2, 0x73, 0xbd, 0x12, 0x09, 0x25, 0xb1, 0x8e, 0xa2, 0x3b, 0x72, 0x6c, 0xe2, 0x8b, 0xd2, 0x02, 0xfc, 0x2d, 0xfb, 0xa7, 0x8d, 0x85, 0x31, 0x46, 0x56, 0xba, 0x1a, 0x9a, 0xb5, 0x10, 0x24, 0x6f, 0xac, 0x9c, 0x04, 0xd0, 0xca, 0xa8, 0x8a, 0xca, 0x2e, 0xc4, 0x8a, 0xf3, 0xee, 0x83, 0x0c, 0xfc, 0xae, 0x81, 0x82, 0x2e, 0xed, 0x53, 0x7a, 0x23, 0xf2, 0x97, 0x8b, 0x6a, 0x6d, 0x3f, 0xe4, 0xba, 0xc6, 0x5c, 0x03, 0x75, 0x77, 0xa3, 0xdd, 0x9d, 0x65, 0x3d, 0x15, 0xe9, 0x9f, 0x37, 0xa7, 0x13, 0x77, 0x45, 0xdb, 0xca, 0xaf, 0x1c, 0xbc, 0xe7, 0x8d, 0x6c, 0x12, 0xb5, 0xdf, 0xf2, 0x0a, 0x02, 0x36, 0xe9, 0x43, 0x89, 0x49, 0x42, 0x86, 0x8e, 0xf2, 0xea, 0xd3, 0xf0, 0x54, 0xb1, 0x18, 0xac, 0xc6, 0x19, 0x63, 0xa4, 0xcb, 0x96, 0x32, 0x70, 0xb7, 0x04, 0xd2, 0xfe, 0xd3, 0x3b, 0x68, 0x08, 0xa4, 0xd7, 0x18, 0x75, 0x00, 0xc0, 0x40, 0x3e, 0x28, 0xfa, 0x08, 0x8f, 0xec } } }; static const struct cckprng_op_reseed op_reseed_4832 = { .hd = { .id = 4576, .kind = OP_RESEED }, .nonce = 12126991710892223020ULL, .seed_nbytes = 213, .seed = { 0xd8, 0x5a, 0xb9, 0x72, 0x6c, 0x2f, 0x54, 0x06, 0x3b, 0x3b, 0x2d, 0x1d, 0xa9, 0x5a, 0xba, 0xc2, 0xdb, 0x11, 0x5e, 0x3f, 0x2b, 0x3e, 0x72, 0xac, 0x80, 0x27, 0xc2, 0x77, 0x23, 0x69, 0xcc, 0x7f, 0xb6, 0x41, 0xc9, 0x61, 0x23, 0x9d, 0x9b, 0xe6, 0x4c, 0x05, 0xe2, 0xac, 0x3c, 0xf9, 0xd3, 0x7f, 0xeb, 0x8a, 0xac, 0x90, 0x43, 0xbb, 0xc3, 0x16, 0xd6, 0xd6, 0x34, 0xf7, 0xec, 0xfa, 0x5f, 0xa7, 0x55, 0x04, 0xf9, 0xbe, 0x50, 0x86, 0x79, 0x9e, 0x59, 0xb0, 0xd4, 0x9c, 0x99, 0x76, 0x18, 0xcf, 0xbc, 0x38, 0x02, 0x11, 0x8c, 0xa5, 0x9b, 0x4f, 0x77, 0xe9, 0x33, 0x8d, 0xb5, 0x30, 0x23, 0x55, 0xd3, 0xc1, 0xcc, 0x07, 0x05, 0x46, 0xd0, 0xbf, 0x10, 0x18, 0x8d, 0x61, 0x36, 0x4b, 0x44, 0xe7, 0x76, 0x99, 0x79, 0xec, 0x8a, 0x06, 0xfa, 0x69, 0xd8, 0xf3, 0xbb, 0x41, 0xe7, 0x6c, 0x54, 0x8e, 0x1a, 0x57, 0xd5, 0xb6, 0xe2, 0xe8, 0xab, 0x2c, 0xe3, 0x17, 0x6f, 0xcb, 0xcb, 0xb8, 0xd0, 0x32, 0xc9, 0xf4, 0xa7, 0x59, 0x42, 0x7b, 0x96, 0x0d, 0xce, 0x83, 0xa1, 0xc2, 0x33, 0x70, 0x1d, 0xcf, 0x1d, 0x9a, 0x13, 0x65, 0xf4, 0xa2, 0x28, 0xa3, 0xf0, 0xa2, 0xee, 0xa9, 0x37, 0x88, 0x5a, 0x85, 0x96, 0x79, 0x40, 0xaa, 0xb4, 0x09, 0xdf, 0x96, 0x09, 0xe6, 0xab, 0x2e, 0xd6, 0x3b, 0xeb, 0x63, 0x06, 0x3e, 0x50, 0x00, 0x69, 0x95, 0xae, 0x77, 0x95, 0x06, 0xe0, 0xe5, 0x4a, 0x8c, 0xf2, 0x5c, 0xe8, 0xde, 0xe3, 0x4a, 0x24 } }; static const struct cckprng_op_refresh op_refresh_4833 = { .hd = { .id = 4577, .kind = OP_REFRESH }, .rand = 3208812125226389934ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4834 = { .hd = { .id = 4578, .kind = OP_REFRESH }, .rand = 3630819783878131504ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4835 = { .hd = { .id = 4579, .kind = OP_GENERATE }, .rand_nbytes = 31, .out = { .rand = { 0x9c, 0xb6, 0xd9, 0x22, 0xd2, 0x76, 0x7f, 0xcf, 0x90, 0xde, 0xa4, 0xf7, 0x4e, 0x80, 0xa0, 0x88, 0xee, 0xb3, 0x2c, 0x44, 0x18, 0xef, 0xee, 0x59, 0xa4, 0xf7, 0x35, 0xe7, 0x37, 0x50, 0x20 } } }; static const struct cckprng_op_refresh op_refresh_4836 = { .hd = { .id = 4580, .kind = OP_REFRESH }, .rand = 1004614628942555720ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4837 = { .hd = { .id = 4581, .kind = OP_RESEED }, .nonce = 11650846151175850420ULL, .seed_nbytes = 254, .seed = { 0x32, 0x8a, 0xab, 0x69, 0xaf, 0x99, 0xe0, 0x22, 0x7c, 0xae, 0xba, 0xcc, 0xe1, 0x24, 0xe8, 0x0e, 0x99, 0x87, 0x04, 0xf9, 0xd4, 0x34, 0x50, 0x01, 0xd5, 0xe3, 0x17, 0x8d, 0x00, 0x77, 0xd1, 0xa7, 0xff, 0xaf, 0x2b, 0xaa, 0xad, 0xcd, 0x38, 0x54, 0x8e, 0x3b, 0x2a, 0xdb, 0xe6, 0x6c, 0x3a, 0x6a, 0x25, 0xdf, 0xaf, 0x2c, 0x63, 0x20, 0x74, 0x2c, 0x82, 0x1c, 0xdb, 0x97, 0xa6, 0x38, 0xfa, 0xb7, 0xc4, 0x7a, 0x5d, 0xb9, 0xd5, 0x9d, 0x44, 0x56, 0xea, 0x7d, 0xad, 0xcb, 0xec, 0x9a, 0x92, 0x9b, 0x0f, 0x77, 0x5f, 0x5d, 0x38, 0xf8, 0x44, 0xba, 0x67, 0xe7, 0xc4, 0xd6, 0x34, 0x85, 0x4a, 0xfc, 0xce, 0x4a, 0x7f, 0x52, 0x5f, 0x80, 0xde, 0x5b, 0x61, 0x3d, 0x9d, 0xa5, 0x0c, 0x32, 0xdf, 0x40, 0x25, 0xe5, 0x89, 0xc6, 0x26, 0x55, 0x81, 0xa1, 0x95, 0x10, 0x13, 0xb0, 0x59, 0x07, 0x99, 0xaa, 0xac, 0x08, 0xe3, 0xbe, 0x7c, 0xfb, 0xc9, 0x59, 0xc1, 0xcf, 0xe2, 0x31, 0x2d, 0x3a, 0x73, 0x34, 0x60, 0xee, 0xfe, 0xe6, 0x70, 0xfa, 0x0a, 0x04, 0x6b, 0xf3, 0x6d, 0xbe, 0x75, 0xe9, 0x3a, 0x5d, 0xcc, 0xd3, 0x86, 0x8e, 0x0a, 0x01, 0xa1, 0x42, 0xea, 0x9b, 0x4b, 0xbb, 0x6f, 0x36, 0x03, 0xd5, 0x9b, 0xb9, 0x72, 0x6e, 0x4d, 0xcf, 0xf1, 0x9a, 0x14, 0x1b, 0x1a, 0xae, 0x86, 0x2b, 0xb4, 0xcf, 0xa8, 0xdc, 0x2f, 0x21, 0xca, 0xe3, 0x87, 0x1a, 0xfc, 0x90, 0xcf, 0xc1, 0x5b, 0xa5, 0x58, 0xb5, 0xca, 0x86, 0x29, 0xdc, 0x2a, 0xb7, 0x99, 0x07, 0xca, 0x4f, 0x55, 0x73, 0xc3, 0x99, 0x97, 0x22, 0xfd, 0xea, 0x82, 0xb4, 0xf4, 0x74, 0xbb, 0xb3, 0xa0, 0x11, 0xb3, 0x99, 0x41, 0x85, 0x16, 0xff, 0x89, 0x5c, 0xd1, 0x4e, 0x4a, 0x35, 0xfb, 0x57, 0x2f, 0xfb, 0x40, 0x1f, 0xf2, 0x1c } }; static const struct cckprng_op_refresh op_refresh_4838 = { .hd = { .id = 4582, .kind = OP_REFRESH }, .rand = 6155923465928068200ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4839 = { .hd = { .id = 4583, .kind = OP_REFRESH }, .rand = 4876930225811834782ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4840 = { .hd = { .id = 4584, .kind = OP_REFRESH }, .rand = 3994808038461100093ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4841 = { .hd = { .id = 4585, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0x37, 0x4a, 0x55, 0xd2, 0xd7, 0x90, 0xdf, 0x85, 0x99, 0xda, 0xee, 0x46, 0x69, 0xde, 0x5f, 0xbb, 0xc5, 0x60, 0xd3, 0x7a, 0xf4, 0xb8, 0x18, 0xcc, 0xbe, 0x2a, 0xd9, 0xe0, 0x49, 0x3e, 0x3c, 0xc9, 0x42, 0x84, 0xf5, 0x88, 0xfd, 0x57, 0x92, 0xbb, 0x1b, 0x7d, 0xdf, 0xbc, 0x84, 0x72, 0x69, 0x21, 0x96, 0x29, 0x35, 0x2b, 0xbe, 0x08, 0x8d, 0x5a, 0xfb, 0xb8, 0x10, 0xe8, 0xcd, 0xb5, 0x64, 0xe3, 0x71, 0xf0, 0x30, 0x61, 0xee, 0xd8, 0x6b, 0x24, 0x50, 0xe4, 0xc2, 0x7b, 0x0f, 0xfc, 0x03, 0xc8, 0x03, 0xa0, 0x02, 0x9c, 0x09, 0x07, 0x2e, 0x7d, 0x31, 0xf7, 0x5b, 0x02, 0x86, 0xe5, 0x54, 0x01, 0x7f, 0xcc, 0xa5, 0x7c, 0xb1, 0x47, 0x7b, 0x01, 0xcd, 0x29, 0x4c, 0x47, 0xc1, 0xf7, 0xae, 0xdf, 0x39, 0xe7, 0x57, 0x01, 0x46, 0x87, 0x33, 0x94, 0x17, 0xee, 0xa7, 0x21, 0x16, 0xbc, 0x27, 0xcd, 0xb1, 0x88, 0xc7, 0x3b, 0x0b, 0xf7, 0xeb, 0x43, 0xaf, 0x02, 0xbe, 0x69, 0xf0, 0x57, 0x2e, 0x79, 0xb2, 0x1d, 0xe8, 0xf0, 0xcb, 0x35, 0x93, 0x8f, 0x54, 0x3f, 0xb7, 0x99, 0xac, 0x09, 0x2d, 0x73, 0xe1, 0xce, 0x50, 0x42, 0x2d, 0xc7, 0xa6, 0xd3, 0x46, 0xdb, 0x98, 0xb9, 0x5c, 0x3d, 0xbe, 0x30, 0xad, 0xf1, 0x29, 0x81, 0x61, 0x38, 0x89, 0xa2, 0xcd, 0xbe, 0x88, 0xbd, 0x5a, 0x58, 0x7d, 0xf3, 0x2d, 0xe6, 0x66, 0x7d, 0x69, 0x51, 0xa6, 0x12, 0x41, 0x7a, 0xdc, 0xaf, 0x5f, 0xee, 0xa6, 0x4d, 0x8d, 0xb3, 0x4a, 0x6c, 0xac, 0x2f, 0x15, 0xa6, 0x13, 0x5c, 0xfc, 0x38, 0x61, 0x03, 0xcb, 0x06, 0x98, 0x70, 0x16, 0x4f, 0x0a, 0x91, 0x78, 0x6d, 0x8b, 0xdc, 0x87, 0x91, 0xa2, 0x12, 0x47, 0xfe, 0x8e, 0x6c, 0x73, 0x22, 0x84, 0x78, 0x1f, 0xa4, 0x3e, 0xf7, 0x4d, 0x33, 0xde, 0x27, 0xb2, 0x22, 0x47, 0xd4, 0xe7, 0xe9, 0x0e, 0x63, 0xce, 0xa7, 0xe3, 0xd6, 0xdc, 0xc3, 0x58, 0x6e, 0x2e, 0xec, 0x20, 0x67, 0x35, 0x29, 0x14, 0xb3, 0x7b, 0x7a, 0xd3, 0xd3, 0x0f, 0x4a, 0x2f } } }; static const struct cckprng_op_generate op_init_4842 = { .hd = { .id = 4586, .kind = OP_GENERATE }, .rand_nbytes = 231, .out = { .rand = { 0xbd, 0x1b, 0xef, 0x3a, 0x38, 0x26, 0x74, 0xec, 0x11, 0x5c, 0x64, 0xd4, 0xed, 0x83, 0xfd, 0x86, 0xad, 0x9f, 0x30, 0xef, 0x81, 0x70, 0xa2, 0x4a, 0x13, 0x10, 0x55, 0x54, 0x67, 0xdd, 0x62, 0x37, 0x7e, 0x81, 0x25, 0xf0, 0xf0, 0x4c, 0x8b, 0xad, 0xf1, 0x91, 0xd7, 0x58, 0xad, 0x5c, 0x7d, 0x3c, 0x87, 0x7e, 0x95, 0xc7, 0x86, 0x63, 0xbd, 0xe1, 0xee, 0x41, 0x24, 0xab, 0xf0, 0x96, 0x37, 0x26, 0x4b, 0x81, 0x30, 0xa8, 0x3e, 0xa2, 0xc9, 0x36, 0x7e, 0xf9, 0x2e, 0x8c, 0xf1, 0xb5, 0x69, 0xf3, 0xfd, 0xc2, 0x04, 0xd0, 0x9d, 0x4d, 0xcd, 0x8d, 0x62, 0xc3, 0xcf, 0x78, 0xa7, 0x43, 0xc3, 0x60, 0x69, 0xc7, 0xde, 0x83, 0xd2, 0xae, 0xbe, 0x18, 0x5c, 0x3d, 0x9a, 0x91, 0x36, 0x2d, 0x16, 0xa8, 0x6a, 0x8e, 0xbf, 0x77, 0xcc, 0x1a, 0x37, 0x6d, 0xc4, 0xc0, 0x43, 0x46, 0x90, 0x77, 0x90, 0x34, 0xd7, 0x32, 0xf0, 0x54, 0xf7, 0xf9, 0x10, 0x9f, 0x8c, 0x6c, 0xa0, 0x3d, 0x68, 0x39, 0xc8, 0xf3, 0xe9, 0xed, 0x20, 0x68, 0xb3, 0x3d, 0x19, 0xe5, 0xde, 0xb7, 0xd4, 0x8f, 0x09, 0x3f, 0xfe, 0x39, 0x89, 0xc0, 0x22, 0x6c, 0x51, 0x84, 0xc2, 0xbd, 0xa1, 0xd2, 0x6d, 0xc9, 0x66, 0xa0, 0xd5, 0x30, 0x52, 0x18, 0xd0, 0xb0, 0x72, 0x36, 0xe7, 0xd5, 0x36, 0x17, 0x38, 0xef, 0xe7, 0x33, 0xae, 0xdc, 0x46, 0xbc, 0x2d, 0x5e, 0xfe, 0x72, 0x32, 0x38, 0xd1, 0x01, 0x4b, 0xd7, 0x51, 0x48, 0xaa, 0xf8, 0x38, 0xde, 0x27, 0xe6, 0x47, 0x4c, 0x2c, 0x45, 0x38, 0xef, 0x75, 0xa3, 0x7a, 0x27, 0x40, 0x92, 0xc1, 0x69, 0x7c, 0x17, 0x28, 0xfa, 0xd3 } } }; static const struct cckprng_op_generate op_init_4843 = { .hd = { .id = 4587, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0xfd, 0x80, 0xa0, 0x10, 0xde, 0x85, 0xb2, 0xd6, 0x33, 0x40, 0x81, 0x44, 0xac, 0x3b, 0xdf, 0xd5, 0xcf, 0x19, 0x6b, 0xb4, 0xc2, 0x31, 0x9d, 0x35, 0x9d, 0x55, 0x7e, 0x5d, 0x30, 0x11, 0x5f, 0x92, 0x4e, 0xd9, 0xc3, 0xa9, 0x72 } } }; static const struct cckprng_op_generate op_init_4844 = { .hd = { .id = 4588, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x9d, 0xbc, 0x33, 0x06, 0x1d, 0xd4, 0xc0, 0xa5, 0x54, 0x72, 0x0f, 0x41, 0xa3, 0x7d, 0xc9, 0xd3, 0xc9, 0x55, 0x55, 0x3d, 0x98, 0x8a, 0xec, 0xcc, 0x93, 0x86, 0x39, 0xd3, 0x7e, 0xb8, 0xc7, 0xd8, 0xef, 0x4b, 0x76, 0x9b, 0xcd, 0xcd, 0x6e, 0x23, 0x8c, 0xfb, 0x9a, 0x79, 0xf9, 0xa6, 0x5c, 0x48, 0xb2, 0xe8, 0x12, 0x5b, 0xe5, 0xa7, 0xe9, 0x1c, 0x13, 0xd9, 0x40, 0x16, 0x79, 0x70, 0x10, 0x5d, 0x59, 0xaf, 0xe1, 0x10, 0xc5, 0xb1, 0x63, 0x1e, 0x79, 0x4f, 0x66, 0x01, 0x75, 0x2c, 0xc6, 0x9b, 0xe4, 0xbb, 0x17, 0x7b, 0x93 } } }; static const struct cckprng_op_refresh op_refresh_4845 = { .hd = { .id = 4589, .kind = OP_REFRESH }, .rand = 12538520509400829316ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4846 = { .hd = { .id = 4590, .kind = OP_RESEED }, .nonce = 14969151689827988442ULL, .seed_nbytes = 269, .seed = { 0xc8, 0x56, 0x0b, 0x06, 0x4f, 0x8f, 0xab, 0xab, 0x03, 0xec, 0x04, 0x36, 0x28, 0x2a, 0xa9, 0x41, 0xbb, 0x62, 0x8b, 0xa0, 0x0e, 0x30, 0x23, 0x1d, 0xfe, 0xa1, 0x61, 0x7f, 0x1f, 0xc9, 0xb9, 0x1c, 0xc6, 0x68, 0x09, 0xa3, 0x5b, 0x0f, 0x29, 0xf4, 0x8c, 0xc1, 0x07, 0xd8, 0x9c, 0xcd, 0x76, 0xee, 0x69, 0xb7, 0xa0, 0xe1, 0xee, 0xda, 0xe7, 0x28, 0x9e, 0x9e, 0x87, 0x0c, 0x8d, 0x4e, 0x22, 0x7c, 0x15, 0xb5, 0x77, 0xd2, 0xb2, 0x95, 0x23, 0x0b, 0x81, 0x96, 0x6a, 0x57, 0x98, 0xab, 0xd9, 0xfe, 0xa5, 0xb0, 0x75, 0x5f, 0x5c, 0x3b, 0xa5, 0xf2, 0x90, 0x7d, 0x88, 0x6b, 0xff, 0x22, 0x03, 0xd7, 0x29, 0xcb, 0x18, 0x15, 0x76, 0xe3, 0xf5, 0xd4, 0x35, 0x73, 0x29, 0x04, 0x47, 0x61, 0x7e, 0x34, 0x9f, 0xa4, 0xaa, 0xab, 0xd9, 0x2c, 0x3b, 0xa7, 0xa0, 0x22, 0xa3, 0x92, 0x38, 0x8d, 0xbd, 0x75, 0x10, 0x7d, 0x68, 0xc1, 0x12, 0x6f, 0xb7, 0xb9, 0x3a, 0x86, 0xfa, 0xe7, 0x12, 0xf0, 0x61, 0xba, 0x5e, 0xe3, 0x3c, 0x92, 0x5d, 0xdb, 0x33, 0x24, 0x95, 0xa7, 0xfb, 0xf5, 0xbf, 0x55, 0xf5, 0x3d, 0x07, 0x44, 0x63, 0x60, 0x25, 0x59, 0x2e, 0xcd, 0xe1, 0x1d, 0xb1, 0xb6, 0x1c, 0xf9, 0xc3, 0x2c, 0x73, 0xcb, 0x83, 0xde, 0xb6, 0x92, 0xb3, 0x98, 0xb6, 0x95, 0x11, 0x37, 0xd5, 0x6b, 0xf9, 0x6e, 0x6d, 0x7b, 0x17, 0x60, 0xfb, 0x7c, 0xd5, 0x63, 0xf4, 0xbf, 0x8d, 0xf0, 0x10, 0x93, 0x0a, 0x68, 0x12, 0x4e, 0x0f, 0x63, 0x21, 0xae, 0x34, 0xe6, 0x81, 0x7d, 0xdb, 0x4f, 0x0b, 0xb4, 0xb9, 0x96, 0x96, 0xa0, 0xa4, 0x73, 0x53, 0x8b, 0xba, 0x2a, 0x81, 0x5b, 0x5a, 0xba, 0x3d, 0x16, 0x2d, 0xa4, 0x85, 0xcc, 0xf6, 0x2a, 0x89, 0xeb, 0x81, 0xdb, 0x9d, 0x30, 0x17, 0x92, 0xd2, 0x3a, 0xc8, 0x80, 0xa7, 0xea, 0x4d, 0x77, 0x1e, 0x08, 0x69, 0x94, 0xf7, 0x16, 0x16, 0x06, 0x13 } }; static const struct cckprng_op_generate op_init_4847 = { .hd = { .id = 4591, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0x66, 0x4a, 0x61, 0x9a, 0x9f, 0xbb, 0xaa, 0x87, 0x84, 0xda, 0x03, 0x79, 0x26, 0xc9, 0xa4, 0xa3, 0x72, 0xaf, 0x40, 0xdf, 0x2b, 0x42, 0x62, 0x47, 0xd2, 0xcf, 0xca, 0x6a, 0xa7, 0xbc, 0xea, 0xc6, 0xc1, 0x27, 0x24, 0xfe, 0x64, 0xf4, 0x11, 0x30, 0x60, 0x50, 0x32, 0xdf, 0x6d, 0x98, 0x5c, 0x3c, 0xf9, 0xae, 0x48, 0x24, 0x8b, 0x53, 0x75, 0x4a, 0x59, 0x70, 0x57, 0x88, 0x57, 0xf9, 0xca, 0x9c, 0x50, 0xe2, 0x8e, 0xda, 0x00, 0xb6, 0xb2, 0xe1, 0x92, 0x95, 0x11, 0x07, 0xf1, 0xa3, 0xdf, 0x70, 0xde, 0xa5, 0xb1, 0xa6, 0xa4, 0x09, 0x97, 0xd0, 0x17, 0x06, 0x74, 0xed, 0xe0, 0xd7, 0x7a, 0xe4, 0xe0, 0x9d, 0x71, 0x25, 0xff, 0xcc, 0xc5, 0x87, 0x96, 0x73, 0x8d, 0x55, 0x52, 0x39, 0x4e, 0x31, 0xda, 0x7a, 0xb9, 0x9b, 0xcd, 0xa3, 0xcb, 0x38, 0xfd, 0xce, 0x6d, 0x76, 0xdd, 0xeb, 0xc3, 0x74, 0xff, 0x03, 0x5f, 0x91, 0x11, 0xe7, 0x4b, 0x42, 0x0b, 0x59, 0x34, 0x47, 0xd3, 0x23, 0x88, 0x94, 0x8b, 0xd8, 0xdf, 0xfc, 0xe2, 0xcb, 0x84, 0x71, 0x99, 0xdc, 0xe8, 0x48, 0xa4, 0x8b, 0x57, 0xf4, 0x8d, 0xaa, 0xc5, 0xfa, 0x64, 0xea, 0xe7, 0x96, 0x6a, 0x0d, 0x21, 0xed, 0xc5, 0x58, 0xd1, 0x5e, 0xbe, 0x6d, 0xaa, 0xe1, 0x2b, 0x2c, 0xa4, 0x4e, 0x7c, 0x48, 0xc5, 0x21, 0x1c, 0x1c, 0x05, 0xd8, 0x69, 0x13, 0x44, 0xe1, 0x1c, 0x65, 0x6f, 0xe1, 0xf3, 0x97, 0x10, 0x57, 0xc0, 0x21, 0xe0, 0xe3, 0xab, 0x55, 0xcd, 0xff, 0x23, 0xf8, 0x24, 0xda, 0x93, 0xc3, 0x2d, 0x65, 0xef, 0x06, 0xe6, 0xe1, 0x3d, 0x47, 0xd2, 0x85, 0xe4, 0x34, 0xac, 0xd9, 0x8e, 0x51, 0xe4, 0x1d } } }; static const struct cckprng_op_reseed op_reseed_4848 = { .hd = { .id = 4592, .kind = OP_RESEED }, .nonce = 13736627081278765511ULL, .seed_nbytes = 102, .seed = { 0xaa, 0x7f, 0x02, 0x4d, 0xe0, 0x8b, 0xab, 0x1f, 0x3a, 0x48, 0x6b, 0x59, 0xbf, 0x2e, 0xc1, 0x2d, 0x77, 0x03, 0x91, 0x02, 0xb6, 0x8e, 0x83, 0x74, 0xc8, 0x42, 0x5f, 0x31, 0x96, 0x5c, 0x6e, 0x52, 0x56, 0x69, 0x26, 0x3c, 0x01, 0xb5, 0xf1, 0x9e, 0x75, 0x98, 0x3b, 0xce, 0x31, 0x52, 0xc3, 0x5f, 0x98, 0xf4, 0x3c, 0xb3, 0xfd, 0x79, 0x89, 0x50, 0x3b, 0xb3, 0xcf, 0x67, 0x15, 0x14, 0x0d, 0x46, 0x48, 0x44, 0xad, 0x3d, 0xf5, 0xe5, 0x97, 0xbd, 0x80, 0xfd, 0x04, 0x7d, 0x16, 0xea, 0x26, 0x6b, 0xe9, 0x94, 0x51, 0x05, 0x3c, 0xde, 0x82, 0x8d, 0xe6, 0x72, 0xed, 0xc7, 0xcb, 0x9b, 0x7f, 0x5f, 0x57, 0xff, 0xf9, 0x49, 0x99, 0x5f } }; static const struct cckprng_op_reseed op_reseed_4849 = { .hd = { .id = 4593, .kind = OP_RESEED }, .nonce = 10360671131621784139ULL, .seed_nbytes = 156, .seed = { 0xbc, 0xd0, 0x67, 0x65, 0x38, 0xbd, 0x73, 0x73, 0x31, 0xe0, 0xa3, 0xab, 0x29, 0xba, 0x9d, 0xea, 0x5b, 0x6b, 0xa4, 0x5a, 0xbe, 0x54, 0x6a, 0xa8, 0x14, 0x20, 0xfd, 0x89, 0x3f, 0x50, 0xd6, 0xd7, 0xdb, 0xf3, 0xe8, 0xdd, 0x53, 0xf3, 0x5d, 0xad, 0x91, 0x5b, 0x86, 0xee, 0xdc, 0x51, 0x85, 0x08, 0x08, 0x72, 0x24, 0x46, 0xf1, 0xe0, 0x95, 0x72, 0x59, 0x98, 0x8f, 0x73, 0x53, 0x11, 0xb6, 0x6c, 0xe7, 0x36, 0x71, 0x84, 0xf4, 0x94, 0xb4, 0xcd, 0xdc, 0xb1, 0x6c, 0x0c, 0xa1, 0x66, 0x32, 0x43, 0x02, 0x1b, 0x20, 0xc9, 0x8b, 0x93, 0xfd, 0xcc, 0x76, 0xa5, 0x79, 0xec, 0x03, 0xd3, 0xba, 0xb6, 0xe1, 0xc6, 0xe0, 0xb9, 0x3f, 0xf0, 0x9e, 0x6f, 0x90, 0x93, 0x11, 0x94, 0x46, 0x2b, 0x70, 0xf9, 0x4f, 0xfc, 0x07, 0x83, 0x71, 0x4d, 0xe1, 0x9a, 0x93, 0xaf, 0x10, 0x3d, 0xfe, 0xea, 0x99, 0x13, 0x3b, 0x77, 0x5d, 0x0b, 0xfb, 0x0d, 0x7a, 0x56, 0xd9, 0x1f, 0xd1, 0x5a, 0x40, 0x97, 0xec, 0xf8, 0x10, 0x2c, 0xe3, 0x40, 0xee, 0xbc, 0xda, 0xf0, 0x39, 0xa0, 0xa2, 0x88 } }; static const struct cckprng_op_refresh op_refresh_4850 = { .hd = { .id = 4594, .kind = OP_REFRESH }, .rand = 456993542788361176ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4851 = { .hd = { .id = 4595, .kind = OP_GENERATE }, .rand_nbytes = 33, .out = { .rand = { 0x2d, 0x24, 0x08, 0x91, 0xb5, 0x61, 0xfd, 0xda, 0x5a, 0xdc, 0x4c, 0x3b, 0xfa, 0xd7, 0x1e, 0x18, 0x2c, 0x9b, 0xc0, 0xdc, 0x7f, 0xd8, 0x6a, 0xb2, 0x90, 0x58, 0xb4, 0x59, 0xcb, 0xfb, 0x5f, 0xab, 0xb7 } } }; static const struct cckprng_op_generate op_init_4852 = { .hd = { .id = 4596, .kind = OP_GENERATE }, .rand_nbytes = 86, .out = { .rand = { 0x08, 0x76, 0x3a, 0x5b, 0x3b, 0x71, 0xa6, 0x88, 0x64, 0x1e, 0x61, 0x23, 0xb1, 0x73, 0x0f, 0x17, 0x4e, 0x4c, 0x56, 0x1b, 0x54, 0xcd, 0x89, 0x88, 0x7b, 0x03, 0xe6, 0x43, 0xa8, 0x67, 0x48, 0xbb, 0xcf, 0x88, 0xb1, 0xa3, 0x0a, 0xd7, 0x83, 0xfb, 0xa2, 0xa3, 0x83, 0x80, 0x00, 0xff, 0x6e, 0xaa, 0xa3, 0x3a, 0x72, 0x2f, 0xb3, 0xbc, 0xf4, 0x56, 0x07, 0x2e, 0x5d, 0x5d, 0x53, 0xca, 0x9b, 0x82, 0xaa, 0x9a, 0xa0, 0xb2, 0xb1, 0x4d, 0xd3, 0xc7, 0x96, 0xcf, 0x47, 0x93, 0x7d, 0x5b, 0x2d, 0x64, 0x62, 0xe8, 0xce, 0x55, 0xa7, 0x52 } } }; static const struct cckprng_op_reseed op_reseed_4853 = { .hd = { .id = 4597, .kind = OP_RESEED }, .nonce = 15607784249599218294ULL, .seed_nbytes = 111, .seed = { 0x49, 0xc6, 0x9e, 0xe6, 0xdc, 0xb3, 0x79, 0x4f, 0x01, 0x31, 0x07, 0x98, 0x6b, 0xcf, 0x34, 0xf9, 0x98, 0xf1, 0xc2, 0x8b, 0x22, 0x38, 0xc3, 0x7f, 0x70, 0xfa, 0x66, 0xb6, 0xff, 0x03, 0xb4, 0x86, 0x1c, 0x67, 0xf9, 0x07, 0x25, 0xef, 0x23, 0x4e, 0xaa, 0x83, 0x11, 0x2f, 0xb3, 0x23, 0x74, 0x21, 0x8b, 0xaa, 0x0f, 0x60, 0xb4, 0xb4, 0x16, 0xbf, 0xf8, 0x39, 0x0d, 0xa4, 0x3c, 0xab, 0xcc, 0xd4, 0x4a, 0x58, 0xde, 0xb9, 0x1d, 0x26, 0xb0, 0x97, 0x5c, 0x8b, 0x64, 0x0d, 0xd3, 0xed, 0x4b, 0xbe, 0x56, 0x17, 0xe6, 0x0b, 0x5b, 0xa3, 0xc0, 0x9b, 0x9f, 0xb9, 0x7e, 0x0d, 0xe2, 0xcb, 0xf7, 0x96, 0xba, 0x82, 0x5c, 0x87, 0x4c, 0x97, 0xaa, 0x03, 0x4b, 0x94, 0x9d, 0x51, 0x7d, 0x2b, 0x79 } }; static const struct cckprng_op_generate op_init_4854 = { .hd = { .id = 4598, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0x3a, 0x49, 0x1b, 0x7d, 0xcd, 0xc1, 0xed, 0x15, 0xcb, 0xee, 0x8f, 0x57, 0x52, 0x3b, 0x52, 0x63, 0x18, 0xd9, 0x2e, 0xdb, 0x34, 0x7c, 0x87, 0xfc, 0xe6, 0xe9, 0x6f, 0x12, 0x41, 0x0e, 0xc4, 0xa9, 0x79, 0x90, 0x8a, 0x55, 0xb7, 0xec, 0xd7, 0x0c, 0x34, 0xdd, 0x02, 0x17, 0xb1, 0x8f, 0xcc, 0xa7, 0x02, 0x7f, 0x74, 0x62, 0x0d, 0x1a, 0x96, 0x9f, 0x41, 0xc7, 0xeb, 0xaf, 0x69, 0xaf, 0x6f, 0xe6, 0xdc, 0x98, 0xf2, 0xf1, 0x29, 0x6e, 0x9e, 0x0e, 0x87, 0x63, 0x42, 0x9e, 0xa7, 0xc6, 0xad, 0x5c, 0x6c, 0xa4, 0x87, 0xe5, 0x9f, 0x7e, 0xff, 0xe4, 0xc0, 0x3a, 0x53, 0x87, 0xbc, 0x9d, 0x65, 0x5f, 0x87, 0x1b, 0xe9, 0x4e, 0x08, 0x1f, 0x80, 0xda, 0x60, 0x19, 0x43, 0x78, 0xc5, 0xd5, 0x1b, 0x17, 0xa0, 0x67, 0x41, 0x26, 0x85, 0x72, 0x1f, 0x7a, 0x55, 0x83, 0x23, 0x89, 0x07, 0x2d, 0x56, 0x49, 0x34, 0x01, 0x1e, 0xb0, 0x50, 0x95, 0xc2, 0xa7, 0xe4, 0x01, 0xfb, 0x71, 0xad, 0xc6, 0x40, 0x99, 0x6c, 0x8e, 0x5c, 0x30, 0x4c, 0x74, 0xb0, 0xe4, 0xd7, 0x72, 0x0e, 0x42, 0x30, 0xb9, 0x81, 0xca, 0x7b, 0x2c, 0x1c, 0xf1, 0xad, 0xa6, 0x4b, 0xe5, 0x22, 0xe0, 0x18, 0xf2, 0x45, 0x33, 0x76, 0x9e, 0xed, 0x33, 0x80, 0xbf, 0x03, 0xd6, 0xbf, 0xe2, 0x70, 0xc4, 0x0b, 0xa4, 0x5c, 0xd5, 0x31, 0x48, 0xb5, 0x8e, 0x82, 0xaf, 0x81, 0x22, 0x76, 0x36, 0xe4, 0xdd, 0x0a, 0x75, 0x1d, 0xb3, 0x6a, 0xc6, 0xce, 0xb2, 0x24, 0x24, 0x76, 0xa6, 0xce, 0x99, 0xfd, 0x52, 0xf7, 0xa8, 0x30, 0x36, 0xe3, 0xf2, 0x88, 0x62, 0x8d, 0xba, 0x36, 0x14, 0xe2, 0xfb, 0xa7, 0xb2, 0xda, 0xde, 0x33, 0x88, 0x4a, 0x95, 0xd8, 0x59, 0x31, 0x36, 0x76, 0x7d, 0x0d, 0x61, 0x89, 0xa2, 0x18, 0x0c, 0xc4, 0xb4, 0x0d, 0x1d, 0x75, 0xf8 } } }; static const struct cckprng_op_refresh op_refresh_4855 = { .hd = { .id = 4599, .kind = OP_REFRESH }, .rand = 1402774403028984634ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4856 = { .hd = { .id = 4600, .kind = OP_RESEED }, .nonce = 8357100005132750666ULL, .seed_nbytes = 251, .seed = { 0xb2, 0xce, 0x35, 0x1a, 0x0d, 0x2c, 0x2c, 0xab, 0x93, 0x14, 0x63, 0xd2, 0x42, 0x1d, 0xf7, 0x5d, 0x0d, 0x8f, 0x41, 0x00, 0x6f, 0x93, 0x89, 0x51, 0xb2, 0xd7, 0x23, 0xfb, 0xd2, 0x30, 0x95, 0x0b, 0xda, 0x44, 0x53, 0x6d, 0xc5, 0x69, 0x4c, 0x52, 0x29, 0xa1, 0xbd, 0x67, 0xc0, 0x20, 0x0f, 0xc5, 0xa2, 0xc4, 0x3c, 0xc8, 0x0d, 0xd0, 0x46, 0x9a, 0x4a, 0xca, 0xa9, 0x11, 0xa4, 0x5a, 0x5d, 0xd7, 0x8f, 0xed, 0x7f, 0x9a, 0x88, 0x9c, 0x30, 0x14, 0xe8, 0x0e, 0x0d, 0x55, 0x9d, 0xde, 0xd9, 0x9e, 0xcd, 0x2e, 0xbb, 0x43, 0x24, 0xb0, 0x19, 0x27, 0x6d, 0x6d, 0x89, 0xc0, 0x3f, 0x55, 0x37, 0xac, 0xaf, 0xcf, 0xde, 0x31, 0x91, 0xce, 0x07, 0xd6, 0x7b, 0x1c, 0xbb, 0xe2, 0x29, 0xd4, 0xdf, 0x09, 0x21, 0x0a, 0x5f, 0x68, 0x50, 0x82, 0x37, 0xeb, 0x8d, 0x0e, 0xa3, 0xa6, 0xa1, 0x41, 0x7f, 0x75, 0x6c, 0x20, 0xa2, 0xe3, 0xc0, 0x52, 0xca, 0xad, 0x38, 0x52, 0x97, 0xa3, 0xa2, 0xf3, 0x69, 0x5e, 0xaa, 0x44, 0xab, 0x4d, 0x27, 0xb4, 0x98, 0x8c, 0x9f, 0x56, 0x45, 0xbc, 0xd1, 0x6f, 0x1a, 0xa8, 0x38, 0x70, 0xa8, 0x78, 0x75, 0xa1, 0x08, 0x09, 0x37, 0x25, 0xa8, 0x0f, 0xa8, 0xa9, 0x61, 0xd5, 0x4f, 0xbb, 0x05, 0xf2, 0x5e, 0x83, 0x50, 0xc0, 0x68, 0x94, 0x16, 0x86, 0x3e, 0xcf, 0x34, 0xf9, 0xab, 0xc3, 0x05, 0xbc, 0x0b, 0x13, 0x4f, 0xb6, 0x5e, 0x54, 0x37, 0x21, 0x9e, 0xe2, 0xe3, 0xae, 0x32, 0x92, 0x9d, 0x18, 0x86, 0xa6, 0xf3, 0x45, 0x70, 0xb0, 0x9e, 0x1d, 0x72, 0xcc, 0x05, 0x55, 0x0b, 0xe0, 0x20, 0xe4, 0x9c, 0xe7, 0x3b, 0x19, 0x96, 0x5d, 0xaa, 0xeb, 0x0a, 0x63, 0xd5, 0x17, 0x3f, 0xbd, 0x5b, 0x37, 0x9d, 0xa8, 0x19, 0xcc, 0x0b, 0x13, 0x2f } }; static const struct cckprng_op_reseed op_reseed_4857 = { .hd = { .id = 4601, .kind = OP_RESEED }, .nonce = 8776137575733299808ULL, .seed_nbytes = 278, .seed = { 0x2f, 0x83, 0x65, 0xa8, 0xaa, 0x9f, 0x83, 0xe9, 0x8a, 0x36, 0x43, 0x56, 0xab, 0x68, 0xb9, 0xdb, 0x0f, 0xcd, 0xaf, 0x96, 0x7b, 0x02, 0x2d, 0x07, 0xef, 0x90, 0x36, 0x22, 0x36, 0x38, 0x5b, 0xb8, 0x55, 0x63, 0x0d, 0xf0, 0x11, 0x9a, 0x96, 0x71, 0x52, 0x85, 0x2e, 0x13, 0x1f, 0xc7, 0x4e, 0x04, 0x0c, 0x0e, 0x84, 0xcc, 0xb4, 0x0c, 0x52, 0x46, 0x39, 0x07, 0x1f, 0x6d, 0xfd, 0xd7, 0x4f, 0xb7, 0x71, 0x15, 0xf4, 0xef, 0x2d, 0x2e, 0xc9, 0x3d, 0x9b, 0xdd, 0xc3, 0x55, 0x4c, 0x74, 0xaa, 0x42, 0x88, 0x72, 0xe5, 0x62, 0xe4, 0x8b, 0x08, 0x9c, 0xe0, 0xf1, 0x57, 0x0c, 0x06, 0xf4, 0x99, 0xbc, 0xfe, 0x2c, 0xc7, 0xa3, 0xc3, 0xbb, 0xa9, 0x72, 0xcf, 0x14, 0xa4, 0xab, 0xa3, 0x56, 0x7e, 0xdc, 0x2e, 0xb8, 0xd8, 0x18, 0x79, 0x8d, 0x6f, 0x36, 0xc6, 0xd9, 0xd4, 0xa5, 0x4e, 0x3f, 0x64, 0x2a, 0xbb, 0x7b, 0x72, 0x55, 0x9a, 0x3d, 0xb4, 0xf7, 0x1e, 0x42, 0x46, 0x42, 0xf0, 0x1d, 0xe6, 0xfb, 0x7b, 0x78, 0x12, 0x1e, 0xc5, 0x5a, 0x89, 0x68, 0x9d, 0x7e, 0x89, 0x09, 0x77, 0x8a, 0xbe, 0x34, 0x56, 0xab, 0x85, 0x24, 0xad, 0x7d, 0x70, 0x23, 0x76, 0x58, 0x4d, 0x29, 0x3e, 0x38, 0x73, 0x09, 0x3e, 0x47, 0x0c, 0xdd, 0x62, 0xea, 0x81, 0xa9, 0xfd, 0x01, 0x31, 0x47, 0x18, 0x73, 0xd3, 0xac, 0x8f, 0x6c, 0xc6, 0x50, 0x8d, 0x4b, 0x62, 0xf9, 0x6a, 0xa9, 0x4a, 0x50, 0x78, 0x76, 0x03, 0xca, 0xc5, 0x5b, 0x17, 0x49, 0x7c, 0x17, 0x9d, 0x10, 0x1b, 0x75, 0x0d, 0x15, 0x38, 0x43, 0x3f, 0x90, 0x2a, 0xb2, 0x6e, 0xdd, 0x6b, 0x08, 0xfd, 0x23, 0x68, 0x55, 0x0e, 0xa8, 0xb2, 0x54, 0x75, 0xf9, 0xb5, 0xc7, 0xa4, 0x4a, 0x87, 0x34, 0x0a, 0x52, 0xae, 0x27, 0xdf, 0xb9, 0xd1, 0x8a, 0x6c, 0x60, 0xd7, 0x5e, 0xad, 0x56, 0x3a, 0x29, 0x15, 0xc0, 0x1c, 0xa4, 0xd8, 0x6a, 0x35, 0xb8, 0x73, 0x2e, 0xaa, 0x3b, 0x3e, 0x86, 0x93, 0x45 } }; static const struct cckprng_op_reseed op_reseed_4858 = { .hd = { .id = 4602, .kind = OP_RESEED }, .nonce = 5628829588755677516ULL, .seed_nbytes = 110, .seed = { 0x3f, 0x54, 0xc7, 0x1f, 0xd0, 0xe0, 0xde, 0x7c, 0x3a, 0x0e, 0x99, 0xd0, 0xd5, 0x66, 0x06, 0xd7, 0x1b, 0x1e, 0x38, 0x3b, 0x80, 0xc9, 0x44, 0x83, 0xfc, 0x98, 0x0c, 0xac, 0xf2, 0xde, 0x61, 0x1b, 0x6d, 0x7e, 0xff, 0x0a, 0xb5, 0x1e, 0xfb, 0x1e, 0x71, 0xc5, 0xc4, 0xe9, 0x1f, 0x91, 0x92, 0x77, 0x76, 0x6d, 0x40, 0x0c, 0xe0, 0xa1, 0x99, 0xb8, 0xbb, 0x19, 0xc2, 0x1b, 0x75, 0x0c, 0x29, 0x68, 0xfc, 0xc0, 0x13, 0xfa, 0xcd, 0x6d, 0x41, 0xf9, 0x1a, 0xda, 0xd7, 0xe8, 0xf4, 0xf1, 0xaf, 0xd2, 0x92, 0xaa, 0x25, 0x68, 0xf5, 0x38, 0xf3, 0x07, 0x41, 0x7f, 0x90, 0x1c, 0x97, 0xc9, 0xb0, 0x3e, 0x91, 0x89, 0xe3, 0x00, 0xbd, 0x9c, 0x2c, 0x54, 0xae, 0x7a, 0x9b, 0x4d, 0xc7, 0xa4 } }; static const struct cckprng_op_reseed op_reseed_4859 = { .hd = { .id = 4603, .kind = OP_RESEED }, .nonce = 1280438382083758084ULL, .seed_nbytes = 118, .seed = { 0xca, 0x05, 0x91, 0xdd, 0xcd, 0x87, 0x7c, 0x13, 0xab, 0x83, 0x62, 0x0b, 0xde, 0x88, 0x4b, 0x53, 0xfa, 0x9a, 0x91, 0x92, 0xaa, 0x76, 0xba, 0x57, 0x88, 0x4c, 0x2e, 0x28, 0xff, 0xff, 0x18, 0x78, 0xe5, 0x94, 0x1e, 0x44, 0x52, 0x76, 0xd9, 0xb5, 0xec, 0x5e, 0x77, 0x41, 0x08, 0x76, 0xab, 0x82, 0x17, 0x07, 0xd4, 0x71, 0x7e, 0x6b, 0x6d, 0x1a, 0xb3, 0x28, 0x9f, 0x8c, 0x05, 0x4d, 0x0d, 0x7d, 0xee, 0x6d, 0x38, 0x45, 0x78, 0x38, 0xc2, 0xa5, 0x94, 0xb4, 0x2b, 0xc0, 0xfd, 0x2d, 0xb4, 0x72, 0x97, 0xdf, 0x2f, 0xe5, 0x9e, 0x9b, 0xbb, 0xad, 0x04, 0xe1, 0x0b, 0x1c, 0x12, 0xde, 0x8a, 0xeb, 0x0c, 0xee, 0x88, 0x11, 0xe3, 0x14, 0x60, 0x63, 0x67, 0xa6, 0x1f, 0x23, 0x6f, 0xa8, 0xe2, 0x3f, 0x15, 0x97, 0x19, 0x32, 0xe4, 0x86 } }; static const struct cckprng_op_reseed op_reseed_4860 = { .hd = { .id = 4604, .kind = OP_RESEED }, .nonce = 12483005070942671049ULL, .seed_nbytes = 137, .seed = { 0xea, 0x55, 0xc0, 0xb4, 0xa4, 0xcd, 0x9b, 0x75, 0xc7, 0x4f, 0x3a, 0x7f, 0xe8, 0xb9, 0x66, 0x93, 0xa9, 0xe9, 0x4e, 0xa6, 0xc4, 0x84, 0x9e, 0xf4, 0xb7, 0x34, 0xba, 0x13, 0x5c, 0x93, 0xa0, 0xe3, 0xc4, 0x27, 0xb3, 0x95, 0x3a, 0x3c, 0x58, 0x91, 0xc7, 0x9a, 0x46, 0x1f, 0x3b, 0x0b, 0xf3, 0x25, 0x01, 0xee, 0x1f, 0x49, 0xca, 0x8f, 0x72, 0x6f, 0x03, 0xdd, 0xf9, 0xa9, 0xcf, 0x5e, 0x3e, 0x7f, 0x05, 0xd9, 0x1a, 0x1e, 0xf9, 0xf2, 0xf5, 0xf4, 0xa9, 0x16, 0xe7, 0xb7, 0xce, 0xb0, 0x7d, 0xea, 0xeb, 0x84, 0xbe, 0x15, 0x64, 0xfb, 0x2e, 0x97, 0xe1, 0x58, 0x9d, 0x11, 0x27, 0x17, 0x33, 0x6a, 0x0f, 0xdb, 0xde, 0x46, 0xbf, 0x4b, 0xac, 0x82, 0x53, 0x25, 0xcc, 0xdf, 0x24, 0x7e, 0x0f, 0x1d, 0x23, 0x0f, 0x9f, 0xaa, 0x61, 0x5c, 0xdc, 0x40, 0x86, 0x63, 0x12, 0x62, 0xbc, 0xe9, 0x5a, 0xb3, 0x3b, 0x76, 0xcd, 0x61, 0xa8, 0x11, 0xef, 0x94, 0xeb } }; static const struct cckprng_op_generate op_init_4861 = { .hd = { .id = 4605, .kind = OP_GENERATE }, .rand_nbytes = 39, .out = { .rand = { 0x2a, 0x8a, 0xaa, 0xee, 0x5c, 0x1f, 0xbf, 0xd9, 0x28, 0xa8, 0xa8, 0x11, 0xd1, 0x8d, 0x92, 0x4a, 0xd0, 0x5d, 0x72, 0x2a, 0x95, 0xbd, 0x04, 0xfd, 0x94, 0x34, 0x8b, 0x49, 0x5d, 0x1d, 0xbb, 0x6a, 0x71, 0x6d, 0xd2, 0xdc, 0xcf, 0x7f, 0x44 } } }; static const struct cckprng_op_reseed op_reseed_4862 = { .hd = { .id = 4606, .kind = OP_RESEED }, .nonce = 18297793582887286882ULL, .seed_nbytes = 170, .seed = { 0x9d, 0x22, 0xa7, 0xbb, 0x14, 0x9e, 0xf0, 0xe5, 0x89, 0x4c, 0x1c, 0x8b, 0x3f, 0xfd, 0xe9, 0x90, 0x49, 0xc9, 0x7c, 0xa8, 0x63, 0x29, 0x53, 0xb7, 0xc4, 0x6a, 0xb0, 0xa8, 0x51, 0x44, 0x7a, 0x63, 0x24, 0xec, 0x79, 0x2c, 0x2f, 0xda, 0xf5, 0x23, 0xf0, 0x0f, 0x81, 0x5a, 0xda, 0xbf, 0x86, 0x40, 0x96, 0xd1, 0xdf, 0x0a, 0xdf, 0x98, 0xd3, 0x41, 0xd7, 0xbc, 0xf4, 0x84, 0x6e, 0x14, 0x7d, 0x4f, 0xf7, 0xac, 0xc7, 0xb9, 0xf1, 0xb1, 0xf5, 0x23, 0xc3, 0x68, 0x9e, 0x08, 0xfe, 0x6b, 0x9f, 0xb2, 0xd0, 0x90, 0xba, 0xd0, 0x7d, 0x79, 0x31, 0xdd, 0xef, 0x20, 0xd7, 0x38, 0x0b, 0x8b, 0x5d, 0xba, 0xe9, 0xce, 0x8c, 0x5d, 0xf2, 0x6b, 0xf4, 0x84, 0x3d, 0xd8, 0x80, 0x4d, 0x0c, 0xa3, 0xa9, 0x64, 0xc2, 0xb9, 0x76, 0xb7, 0xc5, 0xa1, 0x49, 0x89, 0xe1, 0x93, 0x05, 0xa9, 0xa5, 0xea, 0x0e, 0x78, 0xb3, 0xf2, 0x90, 0x3f, 0x57, 0x44, 0x27, 0xf1, 0x4c, 0x58, 0x74, 0xbf, 0x8b, 0x43, 0x28, 0x2f, 0xdd, 0x03, 0x55, 0x29, 0xb9, 0xeb, 0x8d, 0x68, 0x70, 0xb9, 0x75, 0x82, 0x44, 0x21, 0x20, 0x51, 0x7e, 0x59, 0xd2, 0xe8, 0x21, 0xb0, 0x25, 0x65, 0x17, 0xec } }; static const struct cckprng_op_reseed op_reseed_4863 = { .hd = { .id = 4607, .kind = OP_RESEED }, .nonce = 3624959999655891830ULL, .seed_nbytes = 172, .seed = { 0xbc, 0xe1, 0xf9, 0x27, 0xd0, 0x5e, 0x5e, 0xff, 0x33, 0xb0, 0x34, 0xe5, 0x5c, 0x02, 0xde, 0xa3, 0xb5, 0x50, 0xa3, 0x10, 0xf4, 0x25, 0x5b, 0x7b, 0xb8, 0x08, 0x6e, 0x08, 0x47, 0x35, 0xa1, 0x05, 0x9e, 0x2c, 0xaf, 0xbc, 0xf6, 0x34, 0xbc, 0x85, 0xf9, 0xf4, 0x5f, 0x56, 0x62, 0x8d, 0x47, 0x54, 0x53, 0x59, 0xda, 0x77, 0x49, 0xb9, 0x4d, 0x70, 0xaa, 0x54, 0xc7, 0x88, 0xd0, 0x53, 0xe4, 0x29, 0xf4, 0x43, 0xf0, 0x3a, 0xc7, 0x62, 0x50, 0x61, 0x3c, 0x64, 0x36, 0x8e, 0x04, 0x63, 0x6e, 0x36, 0x7d, 0xbb, 0x56, 0x97, 0xb6, 0x3c, 0x31, 0xdc, 0xa4, 0xac, 0xaa, 0x73, 0x2f, 0xcf, 0x52, 0x15, 0xe8, 0x60, 0x8d, 0x70, 0x98, 0x4a, 0xdd, 0xb0, 0xdc, 0xe9, 0x98, 0xe2, 0xfb, 0x46, 0xc4, 0xee, 0x22, 0x63, 0xe4, 0x38, 0xad, 0x7b, 0x9d, 0xa6, 0xc2, 0x26, 0x72, 0x03, 0xba, 0x08, 0x5f, 0xa9, 0x2e, 0xb2, 0xc2, 0xd7, 0x18, 0xf6, 0x1d, 0x39, 0xdb, 0x3b, 0xf8, 0xcb, 0xb2, 0xe9, 0xbb, 0x63, 0x26, 0x92, 0xcf, 0x40, 0xd0, 0x79, 0xcd, 0x8b, 0x49, 0x3c, 0x04, 0x00, 0xdd, 0x53, 0xbc, 0xc6, 0xcc, 0x7a, 0x4f, 0x94, 0x11, 0x2f, 0x2a, 0x93, 0xcf, 0x64, 0xea, 0xea } }; static const struct cckprng_op_reseed op_reseed_4864 = { .hd = { .id = 4608, .kind = OP_RESEED }, .nonce = 1756577487534602786ULL, .seed_nbytes = 111, .seed = { 0x32, 0x47, 0x6b, 0xfb, 0x03, 0x4d, 0x2d, 0xfc, 0x50, 0xcc, 0xca, 0x6a, 0xcd, 0x7f, 0xd4, 0x66, 0x3b, 0xd5, 0xee, 0xbe, 0x14, 0xc9, 0x12, 0xb2, 0x6a, 0xf8, 0xaf, 0x45, 0xa3, 0x43, 0x04, 0x38, 0xab, 0x89, 0xc1, 0xea, 0xa6, 0x77, 0xed, 0xed, 0xc8, 0x14, 0x82, 0xeb, 0x5f, 0x32, 0x69, 0xd1, 0x55, 0xc2, 0x93, 0x1f, 0x3e, 0x75, 0xf0, 0x35, 0xde, 0x2d, 0xde, 0xed, 0x67, 0xcc, 0x4a, 0x17, 0x24, 0x35, 0x7f, 0x3c, 0x54, 0x6d, 0x81, 0xd5, 0xe0, 0x48, 0xf5, 0x0a, 0x91, 0xfd, 0x91, 0x0e, 0x10, 0x69, 0xbf, 0x9d, 0x8f, 0x06, 0xe3, 0xa6, 0x57, 0x60, 0xd7, 0xd6, 0x4a, 0x68, 0xb3, 0x0e, 0x86, 0x2b, 0x59, 0xa5, 0x0e, 0xdf, 0x16, 0x1d, 0x7e, 0xac, 0x4e, 0x1d, 0x9d, 0x74, 0x84 } }; static const struct cckprng_op_reseed op_reseed_4865 = { .hd = { .id = 4609, .kind = OP_RESEED }, .nonce = 12955577422955201669ULL, .seed_nbytes = 231, .seed = { 0x47, 0xfa, 0x3c, 0x0e, 0x17, 0x6d, 0xbf, 0x3b, 0xd7, 0x85, 0xb4, 0xcf, 0x70, 0x78, 0x42, 0x61, 0x10, 0xc9, 0x44, 0x12, 0x52, 0x59, 0x58, 0xdf, 0x4c, 0x31, 0x07, 0xc8, 0x3c, 0x3a, 0x39, 0x57, 0x83, 0x9e, 0x38, 0xfa, 0x46, 0x63, 0x44, 0x6a, 0xcf, 0x52, 0xed, 0x34, 0x2b, 0xf8, 0x6f, 0xe8, 0xf8, 0x36, 0xa3, 0x81, 0x35, 0x54, 0x2f, 0xf8, 0xda, 0x28, 0x29, 0xcb, 0x54, 0x64, 0xe2, 0x99, 0x25, 0xf4, 0x66, 0x67, 0x5b, 0x32, 0xa7, 0x06, 0x43, 0x74, 0x4c, 0xa4, 0xf1, 0x28, 0xc4, 0x72, 0x45, 0x94, 0xd4, 0x58, 0xb5, 0xcf, 0x37, 0xe1, 0x65, 0x39, 0x4a, 0xb7, 0xf9, 0xda, 0xb3, 0xaf, 0xbd, 0x0f, 0xf9, 0x83, 0xad, 0x09, 0x5f, 0x6b, 0xe5, 0x59, 0x8d, 0xfe, 0xb9, 0xd5, 0xaa, 0xd8, 0xb8, 0xe5, 0x78, 0xc0, 0x93, 0x03, 0xed, 0x97, 0xd6, 0xfe, 0xac, 0x6e, 0xeb, 0xeb, 0x74, 0xe8, 0x3b, 0x5a, 0x48, 0xaf, 0x2f, 0x11, 0x3e, 0x6a, 0xe4, 0xbf, 0x9a, 0x49, 0x39, 0x58, 0x98, 0xf9, 0x13, 0x55, 0xab, 0xbc, 0x56, 0xc8, 0x81, 0x12, 0x42, 0x41, 0x1d, 0x74, 0x27, 0x96, 0xa9, 0x2a, 0xb4, 0xd8, 0x0d, 0xf8, 0x0d, 0x31, 0x3c, 0x53, 0x4e, 0x59, 0x0f, 0x7f, 0xc2, 0xe3, 0x20, 0x95, 0x02, 0x69, 0xa1, 0x3e, 0xdb, 0xd4, 0x73, 0x2e, 0x30, 0xda, 0x63, 0x5e, 0xf7, 0x41, 0x4f, 0x30, 0x71, 0x86, 0x72, 0xd3, 0x6e, 0x8a, 0xc0, 0x47, 0x57, 0x3f, 0xda, 0x67, 0x79, 0x78, 0x67, 0xdc, 0xd9, 0xd7, 0x7e, 0xc2, 0xf0, 0x1d, 0x8a, 0xb1, 0x18, 0x6b, 0x65, 0x4b, 0x93, 0xe2, 0x6c, 0xeb, 0xf6, 0x1c, 0xe8, 0x3f, 0x7e, 0x16, 0x04 } }; static const struct cckprng_op_generate op_init_4866 = { .hd = { .id = 4610, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0xda, 0x9a, 0x70, 0xce, 0x2d, 0xb8, 0xdd, 0x24, 0xc7, 0x0b, 0x0d, 0x72, 0x6b, 0x44, 0x86, 0xb9, 0x5f, 0x95, 0x6f, 0x17, 0x8d, 0x85, 0x0b, 0x39, 0x37, 0x5b, 0xfb, 0x3f, 0x4a, 0xfc, 0xdb, 0xf8, 0xf5, 0x39, 0x4e, 0xb4, 0x2e, 0xea, 0xd7, 0x77, 0x2d, 0xe6, 0x4a, 0x87, 0x10, 0xba, 0x67, 0x36, 0x01, 0x42, 0x6e, 0x29, 0x35, 0x21, 0xaf, 0x8b, 0x30, 0x0e, 0x89, 0xfa, 0xa5, 0x94, 0x6e, 0x28, 0x96, 0x8c, 0x6c, 0x82, 0xef, 0xfb, 0xd3, 0xf6, 0x1d, 0xb8, 0xe8, 0x28, 0xa5, 0xe7, 0xc6, 0xf0, 0xb1, 0x11, 0x09, 0xf8, 0xac, 0xc4, 0x56, 0xe9, 0xe5, 0x92, 0x66, 0xed, 0xd3, 0x27, 0x49, 0xe3, 0x27, 0x94, 0x7a, 0xff, 0x7e, 0x85, 0x61, 0x14, 0x8d, 0x0f, 0xb8, 0xf5, 0x12, 0x97, 0x25, 0x5c, 0xb8, 0xa9, 0x44, 0x63, 0x5b, 0xf0, 0xeb, 0x03, 0x02, 0x6c, 0x9c, 0xa8, 0x00, 0x5c, 0x33, 0x71, 0x11, 0x9f, 0x68, 0x13, 0x5a, 0x84, 0x9b, 0x1b, 0x4e, 0x57, 0x48, 0x5f, 0x3e, 0x5a, 0x3c, 0x23, 0x1b, 0x09, 0x83, 0xbb, 0x24, 0x4d, 0xd6, 0xe8, 0xe8, 0x7a, 0xf2, 0x06, 0x47, 0xdc, 0x88, 0x8b, 0x7c, 0x03, 0xbd, 0xae, 0xc0, 0x8e, 0xa9, 0x09, 0x60, 0xbb, 0x69, 0x5a, 0x27, 0x5f, 0x14, 0x31, 0xe6, 0x41, 0xa1, 0xbe, 0x56, 0xaf, 0x19, 0xe9, 0x33, 0x0b, 0x72, 0x50, 0x54, 0x7a, 0x0e, 0x4e, 0x38, 0xce, 0x6e, 0xa7, 0x3a, 0xc6, 0x49, 0x60, 0xcb, 0x19, 0xf3, 0x3c, 0xc4, 0x31, 0xf3, 0x8b, 0xa7, 0x2b, 0xbd, 0x3d, 0x44, 0x29, 0x0e, 0x5e, 0xe4, 0x94, 0xac, 0xec, 0xe7, 0x1a, 0xdf, 0x4d, 0x83, 0x11, 0x47, 0xb4, 0x55, 0x21, 0xa1, 0x37, 0xab, 0xc0, 0x5c, 0xd8, 0x5e, 0x41, 0x5c, 0xc4, 0x9b, 0x50, 0xca, 0x62, 0x95, 0x2a, 0x07, 0x19, 0xb5, 0x99, 0x0d, 0x85, 0x28, 0x0e, 0x8a, 0xcb, 0x38, 0xe0, 0x7a, 0x36, 0x93, 0xb7, 0x33, 0x8c, 0x3a, 0x0e, 0xdf, 0x92, 0x60, 0x2a, 0xba, 0xe5, 0xf3, 0x23, 0x01, 0x6a, 0x6c, 0xda, 0x8c, 0xee, 0x7f, 0xce, 0xfb, 0x9f, 0xea, 0x0f, 0xe4 } } }; static const struct cckprng_op_generate op_init_4867 = { .hd = { .id = 4611, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0x05, 0x46, 0x9e, 0xc9, 0xa2, 0x81, 0x56, 0x45, 0xce, 0x60, 0x34, 0xbc, 0x1b, 0xb0, 0xa6, 0x56, 0x15, 0x6e, 0x72, 0x10, 0x67, 0xac, 0x35, 0x9a, 0xa4, 0x46, 0xa5, 0xd8, 0xab, 0xa1, 0x11, 0xe9, 0xaf, 0x0e, 0x5a, 0xeb, 0x80, 0x7a, 0x3a, 0xd1, 0xf1, 0x79, 0xae, 0x12, 0xbd, 0xf6, 0x7c, 0xab, 0xe5, 0xc7, 0x1f, 0xb8, 0x15, 0xe7, 0x96, 0xfa, 0x6c, 0x75, 0x06, 0x3e, 0x75, 0x1a, 0xb4, 0x3d } } }; static const struct cckprng_op_reseed op_reseed_4868 = { .hd = { .id = 4612, .kind = OP_RESEED }, .nonce = 12450614779887815129ULL, .seed_nbytes = 236, .seed = { 0x85, 0x9f, 0xa2, 0x78, 0x22, 0xd9, 0xd8, 0x95, 0x92, 0x91, 0xb6, 0x0b, 0x0f, 0x3b, 0x7a, 0x6c, 0xc3, 0xd1, 0xf9, 0xe2, 0xb6, 0x39, 0x44, 0xb0, 0x11, 0x89, 0x8f, 0x8d, 0x1c, 0x5d, 0x8f, 0xa7, 0x21, 0x6a, 0x63, 0xbe, 0x47, 0xd0, 0x68, 0x84, 0x3f, 0xd5, 0x99, 0x81, 0x60, 0x04, 0xa8, 0x84, 0x46, 0xd5, 0xb0, 0x3d, 0xad, 0x03, 0x56, 0x26, 0x78, 0x27, 0x76, 0xc4, 0x09, 0xac, 0x76, 0xbd, 0xa2, 0x2f, 0x76, 0xeb, 0x03, 0xcd, 0xee, 0xe6, 0x36, 0x63, 0x97, 0x6b, 0x61, 0x89, 0x12, 0xb8, 0x42, 0x8a, 0xfb, 0x99, 0x9d, 0x89, 0xb3, 0x14, 0x76, 0xab, 0x3d, 0x76, 0xb3, 0xcb, 0x19, 0xed, 0x60, 0xfb, 0x45, 0x07, 0xca, 0xe1, 0x1e, 0x08, 0x62, 0x55, 0xc7, 0xb7, 0x70, 0x4e, 0x12, 0x8d, 0x40, 0x1a, 0xb4, 0xa0, 0x63, 0x0a, 0x99, 0x8c, 0xe9, 0x2f, 0xdb, 0x08, 0xb8, 0x01, 0x60, 0x32, 0xba, 0x63, 0x62, 0x32, 0xee, 0x23, 0xfc, 0xf0, 0xa8, 0xa9, 0xd6, 0x7b, 0x09, 0x95, 0xec, 0xa6, 0x25, 0xd5, 0x86, 0x89, 0x60, 0x70, 0x69, 0xca, 0xb3, 0x27, 0x68, 0x90, 0xc6, 0x3f, 0xe3, 0x7d, 0xa3, 0xfe, 0x3b, 0x05, 0x7d, 0xcc, 0x16, 0x19, 0xc0, 0x83, 0xd9, 0x34, 0xd0, 0x4b, 0x85, 0x3d, 0xfc, 0x07, 0x64, 0x67, 0xdb, 0x9b, 0xe9, 0x09, 0x98, 0x8d, 0x17, 0x0e, 0x72, 0x47, 0x8e, 0xec, 0xf6, 0x25, 0x94, 0x52, 0x07, 0x5e, 0xdf, 0x34, 0x86, 0x27, 0xa0, 0x58, 0x7b, 0x41, 0x76, 0x8b, 0x08, 0x1b, 0x3f, 0x43, 0x36, 0x72, 0xba, 0x6b, 0x67, 0xd0, 0x68, 0x77, 0xad, 0x7e, 0x21, 0x3a, 0xb3, 0x12, 0x19, 0xa1, 0x76, 0x3c, 0xf3, 0x53, 0xa4, 0x2b, 0x95, 0xc5 } }; static const struct cckprng_op_generate op_init_4869 = { .hd = { .id = 4613, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0x92, 0xd5, 0x42, 0x5c, 0x51, 0xc0, 0xe1, 0xfb, 0x4b, 0x57, 0xe8, 0x33, 0x1d, 0x35, 0xcb, 0x7f, 0xdb, 0xb6, 0x7d, 0xd3, 0xdc, 0x1b, 0x64, 0xa7, 0xbd, 0xcf, 0xec, 0x18, 0x38, 0xbc, 0xb2, 0x10, 0x0f, 0x54, 0x3b, 0x50, 0x5a, 0xe6, 0x21, 0x2b, 0x30, 0x49, 0xf5, 0x5c, 0x79, 0xb8, 0xe1, 0xe4, 0xce, 0x25, 0x97, 0xef, 0xd6, 0x91, 0x45, 0x2c, 0xa6, 0x55, 0xd1, 0xd4, 0xb2, 0x2b, 0xfb, 0x59, 0x28, 0xe9, 0xac, 0x4a, 0x1c, 0xab, 0x0e, 0xfc, 0x21, 0xe7, 0x7f, 0x83, 0xbc, 0x3a, 0xd0, 0x44, 0x37, 0x87, 0x3f, 0xb0, 0xdb, 0x14, 0xe2, 0x5a, 0x56, 0x17, 0xee, 0xc7, 0xf4, 0xf1, 0x8b, 0x8b, 0xf4, 0xff, 0x2e, 0x5b, 0xe5, 0xa3, 0xb4, 0x6f, 0xcb, 0x43, 0x9a, 0x3c, 0x29, 0xeb, 0x23, 0x58, 0x35, 0x42, 0x05, 0xb0, 0x77, 0x21, 0xf6, 0x44, 0x79, 0xfb, 0xe7, 0xf3, 0x44, 0xee, 0x79, 0xbb, 0xd8, 0x54, 0xcc, 0x73, 0xaf, 0x2a, 0x97, 0x89, 0x21, 0xa1, 0x88, 0xec, 0xb7, 0xad, 0x0d, 0xfb, 0xb6, 0xc6, 0xf6, 0xe5, 0xde, 0xaa, 0x8c, 0xd6, 0xd0, 0xe9, 0x5b, 0xea, 0x41, 0x61, 0x81, 0x68, 0xe7, 0xa7, 0x6e } } }; static const struct cckprng_op_generate op_init_4870 = { .hd = { .id = 4614, .kind = OP_GENERATE }, .rand_nbytes = 208, .out = { .rand = { 0xeb, 0x3f, 0x1a, 0xd7, 0x41, 0x43, 0xc3, 0x9f, 0xff, 0x99, 0xe3, 0x58, 0x77, 0x00, 0x67, 0x66, 0x40, 0xdf, 0xea, 0xa6, 0xc8, 0xe7, 0x62, 0xe4, 0x94, 0xcc, 0x14, 0xf9, 0xe7, 0x91, 0x20, 0xca, 0x71, 0x78, 0x84, 0x38, 0x5f, 0xad, 0x12, 0x9a, 0xb3, 0x5f, 0x6a, 0x0f, 0x4b, 0x66, 0x13, 0xf1, 0x73, 0xd1, 0x11, 0x37, 0x82, 0x3e, 0x64, 0xc9, 0x87, 0x1d, 0xac, 0x10, 0x08, 0x0f, 0x89, 0xca, 0xe0, 0x7f, 0xa6, 0x39, 0x49, 0x87, 0x5b, 0x70, 0x8e, 0x8f, 0xa1, 0xca, 0xce, 0x4d, 0x03, 0x7e, 0x04, 0x77, 0xeb, 0xcb, 0xcd, 0x16, 0x1f, 0xa9, 0x27, 0x89, 0xaf, 0x57, 0x7c, 0x06, 0x0a, 0xc7, 0x44, 0x1e, 0x98, 0xc0, 0x02, 0x4f, 0x8a, 0x33, 0x56, 0x9e, 0x1c, 0x0a, 0x3e, 0x57, 0xa9, 0x29, 0x00, 0xe4, 0x66, 0x22, 0xdb, 0x82, 0x4c, 0x58, 0x91, 0xa6, 0x3f, 0xcc, 0x77, 0x7d, 0x0a, 0x96, 0x90, 0x09, 0xa4, 0xdb, 0x9c, 0x81, 0x0d, 0xb7, 0x23, 0xe8, 0x7f, 0x52, 0x12, 0xd8, 0x86, 0xa7, 0xd2, 0x14, 0x66, 0xca, 0x7b, 0xab, 0xbf, 0xcb, 0xf3, 0xe6, 0xf0, 0x0c, 0x8f, 0xff, 0x11, 0xe9, 0x51, 0x86, 0xc7, 0xce, 0x19, 0x70, 0x0c, 0x02, 0xfb, 0x5e, 0xf4, 0xbd, 0xf7, 0x6e, 0xfe, 0x27, 0x5a, 0xe0, 0x31, 0x03, 0xa8, 0x53, 0x55, 0xd9, 0x83, 0x7b, 0x37, 0x86, 0xba, 0xe6, 0x53, 0xb6, 0x07, 0x49, 0xa0, 0x91, 0x61, 0x09, 0xcc, 0x72, 0xda, 0xad, 0xac, 0xaa, 0xeb, 0xcb, 0x79, 0xe8 } } }; static const struct cckprng_op_reseed op_reseed_4871 = { .hd = { .id = 4615, .kind = OP_RESEED }, .nonce = 10066142658981848081ULL, .seed_nbytes = 233, .seed = { 0xf1, 0xd8, 0x59, 0x70, 0x34, 0x67, 0x70, 0x6c, 0xb5, 0x18, 0x3f, 0x7b, 0xf6, 0xc8, 0x83, 0x07, 0x20, 0x5a, 0x98, 0x69, 0xe5, 0x58, 0x48, 0x00, 0x78, 0xd1, 0xef, 0x0b, 0x4e, 0x02, 0xe6, 0x32, 0x21, 0x81, 0x73, 0x0d, 0xc3, 0x15, 0x6c, 0x12, 0xcd, 0x31, 0x1d, 0xf2, 0xa2, 0x57, 0x4d, 0x8a, 0xc1, 0xfd, 0xb9, 0x3a, 0x90, 0xb6, 0x01, 0xa4, 0x8e, 0xec, 0x8f, 0x9f, 0xed, 0xbe, 0x84, 0x9e, 0x65, 0xcd, 0x39, 0xe8, 0xb4, 0xbd, 0xaa, 0x83, 0x62, 0x0a, 0x9a, 0x50, 0x4e, 0xfd, 0xdb, 0xde, 0x98, 0xef, 0xec, 0x5e, 0x47, 0x7d, 0x13, 0x92, 0x38, 0xc8, 0x51, 0xa7, 0x65, 0x23, 0xf9, 0x13, 0xfc, 0x9d, 0xa2, 0xc9, 0xc3, 0x3b, 0xcb, 0xe3, 0x23, 0xa2, 0xdd, 0x04, 0x68, 0xf9, 0xcb, 0x97, 0xd6, 0x93, 0x2c, 0xb9, 0x3b, 0xd6, 0x29, 0xec, 0x3a, 0x70, 0xef, 0xab, 0x2b, 0xe9, 0xaf, 0x44, 0xb9, 0x5a, 0xac, 0x6c, 0x31, 0xb7, 0x27, 0xc4, 0xf8, 0xc1, 0x79, 0xc2, 0x38, 0x0a, 0x49, 0x5f, 0x92, 0x31, 0x35, 0x9a, 0xda, 0x5e, 0x85, 0x24, 0xd2, 0xf6, 0xfb, 0x64, 0x4e, 0xbd, 0x2c, 0xd2, 0x42, 0x28, 0xae, 0x23, 0xd8, 0x49, 0x48, 0x2d, 0x2e, 0x6b, 0x90, 0x90, 0x05, 0xde, 0x91, 0xb5, 0x90, 0x6a, 0xc8, 0xb6, 0xe4, 0xb5, 0x25, 0xe6, 0x13, 0xd4, 0x69, 0x1c, 0x6f, 0x1c, 0x01, 0xa7, 0xb1, 0x4b, 0xde, 0x1f, 0xa1, 0x79, 0x65, 0x62, 0xf0, 0x48, 0x84, 0x6a, 0xfe, 0x53, 0x6d, 0xda, 0xa5, 0xa3, 0x33, 0xfb, 0x3c, 0x25, 0x91, 0x72, 0x82, 0xd7, 0x53, 0x09, 0xcb, 0x2a, 0x01, 0xd0, 0xba, 0xae, 0x6f, 0x9d, 0x7e, 0x69, 0x93, 0x71, 0xf0 } }; static const struct cckprng_op_reseed op_reseed_4872 = { .hd = { .id = 4616, .kind = OP_RESEED }, .nonce = 14625230057147392770ULL, .seed_nbytes = 118, .seed = { 0xf4, 0x4b, 0x79, 0x30, 0x60, 0x24, 0x42, 0x85, 0xae, 0x3f, 0xa7, 0x74, 0xf6, 0x38, 0x5a, 0xbd, 0x4b, 0xe3, 0x5f, 0x9c, 0x8d, 0x5c, 0x13, 0xb5, 0xf6, 0x7d, 0xe4, 0xd3, 0x66, 0xc3, 0x85, 0xaa, 0x1c, 0x74, 0xe8, 0x62, 0xf2, 0xd7, 0xdb, 0x04, 0xe6, 0x20, 0x3b, 0x3f, 0xf3, 0x82, 0x6b, 0x3c, 0xb7, 0x65, 0x00, 0xe0, 0xb8, 0x17, 0x55, 0xa2, 0x48, 0x96, 0xf3, 0xa4, 0x37, 0xf0, 0x23, 0x45, 0x02, 0x4e, 0xeb, 0xe8, 0x5e, 0xe1, 0xa4, 0x6c, 0x06, 0x55, 0x5f, 0xf9, 0x0c, 0x2d, 0xdf, 0xc3, 0x33, 0xfe, 0x1e, 0xf0, 0x2f, 0x8b, 0x9e, 0xa4, 0x49, 0x53, 0x2c, 0x01, 0xc7, 0x91, 0x61, 0xca, 0x62, 0x58, 0x8c, 0xb1, 0x8c, 0xd9, 0x74, 0xb6, 0xe8, 0xdc, 0x8d, 0xba, 0x0a, 0x08, 0x43, 0x1e, 0x0f, 0x62, 0xa8, 0x94, 0xba, 0xa9 } }; static const struct cckprng_op_generate op_init_4873 = { .hd = { .id = 4617, .kind = OP_GENERATE }, .rand_nbytes = 70, .out = { .rand = { 0x63, 0xed, 0x9d, 0x49, 0xc9, 0xd1, 0x85, 0xc5, 0x7f, 0xd2, 0xc2, 0x15, 0x77, 0xa2, 0x3a, 0xaa, 0x8a, 0x23, 0xc9, 0x09, 0x81, 0x1e, 0xc0, 0x01, 0x06, 0xce, 0x75, 0x9e, 0xc5, 0x81, 0xf3, 0x80, 0xe4, 0x9f, 0x60, 0x8f, 0x33, 0x13, 0xf8, 0x20, 0xb7, 0x78, 0xbe, 0xb6, 0x8f, 0x2a, 0x90, 0xc5, 0xdb, 0xaa, 0x0e, 0x6a, 0x13, 0x2d, 0xbd, 0x2e, 0xf7, 0xda, 0x27, 0x22, 0x3d, 0xb9, 0xaa, 0xe0, 0x5e, 0xc7, 0x1c, 0xf1, 0x15, 0x76 } } }; static const struct cckprng_op_generate op_init_4874 = { .hd = { .id = 4618, .kind = OP_GENERATE }, .rand_nbytes = 223, .out = { .rand = { 0x07, 0xa3, 0xaf, 0x34, 0x54, 0xf7, 0xc0, 0xbc, 0xfc, 0x38, 0x53, 0x96, 0x1b, 0xb6, 0x6d, 0x51, 0x00, 0xb3, 0x03, 0xd8, 0x0c, 0x56, 0x44, 0x8a, 0xed, 0x8d, 0x9a, 0x6c, 0xf6, 0x82, 0x54, 0x79, 0xe7, 0x1a, 0x2e, 0x62, 0x2b, 0x01, 0xf7, 0x36, 0xa0, 0x3a, 0x81, 0xfb, 0x30, 0x14, 0x8c, 0xda, 0xff, 0xfc, 0x48, 0xc0, 0x42, 0x9e, 0xd0, 0xee, 0x82, 0x39, 0xc6, 0x0a, 0x34, 0xfa, 0xf2, 0x8f, 0xed, 0x2a, 0x02, 0xf7, 0x51, 0x56, 0xe4, 0x3a, 0xa8, 0x32, 0x57, 0xcc, 0xd8, 0x56, 0xe3, 0x93, 0xe5, 0x5a, 0x57, 0xeb, 0xb4, 0x1d, 0x04, 0xc4, 0x52, 0xff, 0x00, 0x0d, 0xed, 0xdd, 0xab, 0x9a, 0x8e, 0xdb, 0xee, 0xd8, 0x1d, 0x86, 0xe9, 0xf6, 0x11, 0x07, 0x88, 0x7a, 0x2e, 0xfc, 0x47, 0x25, 0xe6, 0x0c, 0x97, 0xb0, 0xb0, 0x19, 0xbf, 0xc2, 0xb2, 0x73, 0xef, 0x4c, 0xc8, 0x4f, 0x56, 0x64, 0xd7, 0x59, 0xc3, 0xae, 0x97, 0x01, 0x28, 0x34, 0xf6, 0x85, 0xb9, 0x9f, 0xda, 0x8d, 0x0a, 0x87, 0xeb, 0x0b, 0xa8, 0x48, 0xfd, 0x08, 0xee, 0x8a, 0xa3, 0x0c, 0xfb, 0xd8, 0x5a, 0x67, 0xc4, 0x47, 0xef, 0x43, 0x5c, 0x07, 0xd4, 0x8b, 0x18, 0x3e, 0x40, 0x17, 0x70, 0x72, 0x05, 0x8c, 0x14, 0x38, 0x1a, 0xa2, 0x68, 0xd7, 0x14, 0x83, 0x96, 0xd5, 0x66, 0xa0, 0xdb, 0x82, 0x6e, 0xe2, 0xe5, 0xac, 0xe9, 0xad, 0x81, 0x8e, 0x23, 0x66, 0xfb, 0x70, 0x98, 0xa9, 0xd4, 0xe6, 0xb5, 0x92, 0x22, 0x29, 0x6f, 0x85, 0xd0, 0x0f, 0x41, 0xd4, 0x4a, 0x65, 0xa3, 0xd2, 0x6f, 0x1f, 0x87, 0x2c, 0x6a } } }; static const struct cckprng_op_refresh op_refresh_4875 = { .hd = { .id = 4619, .kind = OP_REFRESH }, .rand = 8792919501496272397ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4876 = { .hd = { .id = 4620, .kind = OP_GENERATE }, .rand_nbytes = 267, .out = { .rand = { 0xa9, 0xf0, 0x66, 0x39, 0x2d, 0x74, 0xfd, 0x05, 0xa8, 0x76, 0x79, 0x6e, 0x09, 0x36, 0xb4, 0x5f, 0x63, 0x4f, 0xed, 0x16, 0x1e, 0xca, 0x50, 0x1b, 0xa3, 0xd2, 0x28, 0x6c, 0x39, 0x5e, 0x32, 0xcd, 0x18, 0x79, 0x18, 0xb5, 0x76, 0xe7, 0x08, 0x58, 0x91, 0x4b, 0x35, 0x0e, 0x0c, 0x5b, 0x58, 0x2a, 0x52, 0x69, 0x98, 0xc2, 0x61, 0x18, 0xd2, 0xe8, 0xf1, 0xc1, 0xdb, 0x8a, 0xa9, 0x43, 0x00, 0x70, 0xae, 0x55, 0xeb, 0x53, 0x42, 0xe0, 0xeb, 0xba, 0x5f, 0x73, 0xda, 0xd4, 0xc6, 0x20, 0x0b, 0x52, 0x0f, 0xb1, 0xed, 0x81, 0x8d, 0xbf, 0xb6, 0xa5, 0x5b, 0xc7, 0x71, 0xe3, 0x07, 0x82, 0x57, 0x79, 0xd5, 0xf4, 0x32, 0x26, 0xcd, 0xc1, 0x44, 0x4e, 0xb7, 0x98, 0x23, 0x24, 0x79, 0x34, 0xad, 0x8e, 0x11, 0x80, 0xfe, 0x7f, 0x13, 0x8c, 0x2a, 0x14, 0x7a, 0xde, 0x03, 0x27, 0x4c, 0xad, 0x26, 0x08, 0xd2, 0xd3, 0xb6, 0xb6, 0x6e, 0x40, 0x4d, 0x2f, 0x58, 0xdb, 0x91, 0xf8, 0x25, 0x59, 0xd5, 0xf9, 0x0e, 0xba, 0xd0, 0xb1, 0x1c, 0x22, 0xd1, 0x57, 0x61, 0xf5, 0x07, 0x5b, 0x1f, 0xea, 0x5a, 0x04, 0xcb, 0x3c, 0x0f, 0xe9, 0x07, 0xc2, 0xf1, 0x53, 0x1f, 0x16, 0xb8, 0xdb, 0x7f, 0x3f, 0xc3, 0xb4, 0xeb, 0x19, 0x13, 0xfa, 0xf4, 0x85, 0xcc, 0x97, 0xd6, 0xae, 0x62, 0x6e, 0x34, 0xc0, 0xd8, 0xf7, 0x75, 0x32, 0x69, 0x46, 0xdb, 0x37, 0x7b, 0xfc, 0x1e, 0x4c, 0xed, 0xd8, 0x96, 0x75, 0xe9, 0x87, 0x40, 0xdd, 0x11, 0xd3, 0x9f, 0x83, 0x5f, 0x34, 0x80, 0x1f, 0x03, 0x4c, 0xba, 0x1c, 0x91, 0xd7, 0xe4, 0x19, 0xcd, 0xcf, 0x8d, 0xf4, 0x63, 0x9b, 0x53, 0xc5, 0x1b, 0xae, 0x67, 0x53, 0xd1, 0x94, 0x2f, 0x1e, 0x52, 0x04, 0x19, 0x9b, 0x3a, 0x7c, 0x50, 0xd7, 0xfa, 0xc5, 0x6d, 0xc9, 0xc3, 0x80, 0xdf, 0x77, 0xba, 0x8d, 0xb2, 0x89, 0xe4, 0x81, 0x40, 0x48, 0x2a } } }; static const struct cckprng_op_generate op_init_4877 = { .hd = { .id = 4621, .kind = OP_GENERATE }, .rand_nbytes = 145, .out = { .rand = { 0x54, 0xfb, 0x62, 0xbd, 0x20, 0xb3, 0x4d, 0x75, 0xb1, 0x73, 0xda, 0x07, 0xf0, 0xd5, 0x28, 0x7c, 0x5e, 0xde, 0xa7, 0x49, 0xaa, 0x9a, 0xd8, 0x4a, 0xc2, 0xa5, 0x7e, 0x41, 0x1d, 0x47, 0xb8, 0xcc, 0x1c, 0xb0, 0x72, 0xd7, 0x69, 0x85, 0xd1, 0xff, 0x43, 0x94, 0xae, 0x54, 0xc1, 0x51, 0x2c, 0x39, 0x3c, 0xf2, 0x8a, 0x8c, 0xac, 0x92, 0x83, 0xfc, 0x72, 0x86, 0x41, 0xbf, 0x76, 0xf7, 0x5e, 0xfb, 0x40, 0xd6, 0xea, 0x2a, 0x00, 0x95, 0x30, 0x9d, 0x00, 0x28, 0xc7, 0x93, 0x2c, 0x0c, 0x62, 0x76, 0x19, 0x84, 0xc9, 0xcf, 0xc0, 0x51, 0x34, 0x48, 0xb1, 0xdd, 0x84, 0x1d, 0xf7, 0x71, 0xe1, 0x88, 0x0d, 0x84, 0x2c, 0x0a, 0xff, 0xd8, 0x0e, 0x6a, 0x6b, 0x8f, 0xdc, 0x52, 0xee, 0xc6, 0xf3, 0x10, 0xcb, 0xff, 0x60, 0xc9, 0x17, 0x1c, 0xf7, 0xd6, 0x57, 0xff, 0x94, 0xdc, 0x59, 0x3d, 0xdd, 0xc1, 0xd3, 0x72, 0x93, 0x4b, 0xec, 0x9d, 0x38, 0xde, 0xed, 0x6b, 0x00, 0x32, 0xfd, 0x5d, 0xa0, 0xf4, 0x8c } } }; static const struct cckprng_op_reseed op_reseed_4878 = { .hd = { .id = 4622, .kind = OP_RESEED }, .nonce = 13126845961498285227ULL, .seed_nbytes = 108, .seed = { 0xe7, 0xed, 0xe7, 0x1b, 0xbf, 0xa5, 0x66, 0x6d, 0x1d, 0xd0, 0x35, 0xe3, 0x96, 0x30, 0xcd, 0x8a, 0x5d, 0xb6, 0xa8, 0x05, 0x2b, 0x97, 0xd1, 0xae, 0x8a, 0xe2, 0xb6, 0xd5, 0xe8, 0x8c, 0xa3, 0xae, 0x39, 0x40, 0xad, 0x14, 0x6f, 0x7d, 0x17, 0x5a, 0x87, 0xd0, 0x2d, 0x41, 0x00, 0x79, 0x5a, 0x78, 0x13, 0x5e, 0x56, 0xf0, 0x49, 0xcd, 0x63, 0x7a, 0xf8, 0x05, 0x02, 0x64, 0x44, 0x91, 0x2c, 0x6e, 0xae, 0x48, 0x9d, 0x65, 0xd7, 0x3a, 0x7d, 0x67, 0xf2, 0x72, 0xa5, 0x67, 0x42, 0x32, 0x32, 0xd7, 0x89, 0xd3, 0x90, 0x91, 0x76, 0xff, 0x60, 0x93, 0x86, 0x69, 0x9c, 0x6e, 0xfc, 0x83, 0xd6, 0x4f, 0x74, 0x86, 0xa0, 0x77, 0xa9, 0x68, 0xee, 0xec, 0x1a, 0x24, 0x84, 0x8c } }; static const struct cckprng_op_reseed op_reseed_4879 = { .hd = { .id = 4623, .kind = OP_RESEED }, .nonce = 661512309305953874ULL, .seed_nbytes = 82, .seed = { 0x57, 0x0d, 0x18, 0xaa, 0x26, 0x74, 0xad, 0xfc, 0xf1, 0x28, 0x77, 0x8e, 0x4e, 0xa0, 0xeb, 0x5e, 0x1e, 0x66, 0xe8, 0x83, 0x3a, 0x62, 0x02, 0xed, 0x98, 0x82, 0xd7, 0x66, 0x96, 0x94, 0x3d, 0x6d, 0x7e, 0xf6, 0x79, 0xee, 0x37, 0x14, 0x11, 0x24, 0xdd, 0xfe, 0xf1, 0xbd, 0x20, 0xe8, 0x64, 0xc5, 0x1d, 0x25, 0xb4, 0x0f, 0xe3, 0xeb, 0x3d, 0xe2, 0xa5, 0x39, 0xe2, 0x86, 0x14, 0x4a, 0xc5, 0xff, 0x9e, 0xef, 0x0a, 0x6d, 0x54, 0xe8, 0x54, 0xfd, 0x67, 0x8f, 0xc3, 0xd9, 0xe5, 0x51, 0x9d, 0x62, 0xcd, 0x44 } }; static const struct cckprng_op_refresh op_refresh_4880 = { .hd = { .id = 4624, .kind = OP_REFRESH }, .rand = 749942344642952343ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4881 = { .hd = { .id = 4625, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0x08, 0xdf, 0x43, 0x9a, 0x91, 0x4d, 0x68, 0x2f, 0xec, 0xfa, 0x48, 0x7c, 0x08, 0x9d, 0xfb, 0x35, 0x86, 0x59, 0x40, 0x9d, 0xe2, 0xff, 0x92, 0x26, 0x62, 0xb6, 0xd7, 0xbf, 0x8c, 0xd7, 0xf4, 0x31, 0xc3, 0xcb, 0xa8, 0x40, 0x07, 0x60, 0x26, 0xb8, 0x56, 0x4e, 0xcb, 0x62, 0xa5, 0x2a, 0x8f, 0x34, 0x0a, 0xbe, 0x8f, 0xb8, 0x7d, 0x6d, 0xd7, 0x67, 0x62, 0x91, 0x2e, 0xfa, 0x8a, 0xba, 0x0d, 0xc3, 0xe6, 0x58, 0xd8, 0x97, 0xc9, 0x29, 0xbf, 0x5a, 0x92, 0xf7, 0x60, 0x21, 0xf6, 0xbc, 0x0c, 0x85, 0x1d, 0xe3, 0x4a, 0x25, 0xe9, 0x34, 0xae, 0x5c } } }; static const struct cckprng_op_generate op_init_4882 = { .hd = { .id = 4626, .kind = OP_GENERATE }, .rand_nbytes = 69, .out = { .rand = { 0x95, 0xa4, 0x72, 0x39, 0xbf, 0x5f, 0x36, 0xe8, 0xb4, 0x6a, 0xd0, 0xa4, 0x70, 0x37, 0x64, 0x1f, 0x25, 0xcc, 0x2a, 0x34, 0x9a, 0x1b, 0xe3, 0x4b, 0x61, 0x8b, 0x43, 0x98, 0x7f, 0xba, 0xa0, 0x0c, 0x56, 0x7f, 0x10, 0xae, 0xb8, 0xa5, 0x18, 0xf5, 0x79, 0x9d, 0x07, 0x4b, 0x86, 0xcd, 0x28, 0x11, 0xb3, 0xa9, 0xce, 0xb2, 0xdd, 0xe8, 0xf6, 0x2e, 0x03, 0xfe, 0x94, 0xf2, 0xb5, 0x93, 0x88, 0xe2, 0x93, 0x17, 0x1a, 0x78, 0x0b } } }; static const struct cckprng_op_generate op_init_4883 = { .hd = { .id = 4627, .kind = OP_GENERATE }, .rand_nbytes = 200, .out = { .rand = { 0x90, 0xcf, 0xcd, 0x87, 0x80, 0x18, 0x7c, 0xc5, 0x5c, 0x57, 0xa8, 0xe8, 0x4e, 0xfa, 0x5e, 0x6c, 0x32, 0x25, 0x93, 0x19, 0xbf, 0x3c, 0x18, 0xce, 0x74, 0x9c, 0xc6, 0xa8, 0x3b, 0xf9, 0x54, 0x08, 0x3d, 0x93, 0x2b, 0xae, 0xb7, 0x29, 0x07, 0xa3, 0xd5, 0x60, 0x45, 0x26, 0xdc, 0xae, 0x44, 0x52, 0x62, 0xbb, 0xcd, 0x84, 0x76, 0xd5, 0xe1, 0xcd, 0xe5, 0xc2, 0x9d, 0x08, 0x67, 0x1c, 0x16, 0x7a, 0x20, 0x85, 0xf3, 0x97, 0x70, 0x97, 0x50, 0x09, 0x02, 0xb0, 0xef, 0x7e, 0x19, 0xa3, 0x57, 0x0d, 0x21, 0x5a, 0x39, 0x86, 0xfb, 0x21, 0x2d, 0xd2, 0x24, 0x86, 0x59, 0x83, 0x09, 0xbf, 0x11, 0xdf, 0x1b, 0xfb, 0x5b, 0xfa, 0x84, 0x38, 0xfb, 0xc0, 0xd5, 0x64, 0x42, 0x67, 0x4c, 0x01, 0x9d, 0xde, 0x2d, 0xc5, 0x53, 0xf9, 0xbe, 0x92, 0x60, 0x05, 0x0d, 0xb0, 0xbf, 0x04, 0xb3, 0x9b, 0x16, 0xac, 0x51, 0xff, 0xbc, 0x70, 0xdf, 0x4e, 0xbe, 0x9c, 0xde, 0x99, 0xe3, 0xed, 0x45, 0xd5, 0x24, 0x76, 0xe7, 0xdc, 0x64, 0xb8, 0xae, 0x0f, 0xa3, 0x4c, 0x5f, 0xef, 0xd6, 0xe6, 0x3e, 0xad, 0x18, 0xd3, 0x5b, 0xc2, 0x41, 0x13, 0xd0, 0xd7, 0x5e, 0x90, 0xd8, 0x48, 0x39, 0x3a, 0x0a, 0x44, 0xfb, 0xf9, 0x28, 0x43, 0xa7, 0xf3, 0xb1, 0xf7, 0xc6, 0xe0, 0xee, 0x87, 0x92, 0x69, 0x1a, 0xa6, 0x54, 0x8b, 0xa9, 0x72, 0xa3, 0x6e, 0x2d, 0xee, 0x7d, 0x1e } } }; static const struct cckprng_op_reseed op_reseed_4884 = { .hd = { .id = 4628, .kind = OP_RESEED }, .nonce = 11022629909050320453ULL, .seed_nbytes = 275, .seed = { 0x52, 0xe2, 0x73, 0x44, 0xf2, 0xe6, 0x28, 0x57, 0x6e, 0x66, 0xf9, 0x40, 0x20, 0x5e, 0x9e, 0x34, 0x5e, 0xd0, 0xab, 0xe7, 0x85, 0x37, 0xd4, 0x04, 0xbc, 0x2f, 0x5d, 0xac, 0xe6, 0x2a, 0x48, 0xd6, 0x2b, 0xfa, 0xba, 0x6d, 0x74, 0xa0, 0x71, 0x2e, 0x25, 0xe4, 0x18, 0xd5, 0xbc, 0x06, 0x62, 0x3f, 0x38, 0x27, 0xde, 0xca, 0x59, 0xa2, 0x2e, 0x4f, 0x72, 0xc6, 0x6b, 0x4e, 0x23, 0xb4, 0xfc, 0xe6, 0x4a, 0x75, 0x1d, 0xbd, 0x8b, 0x8e, 0x7a, 0xae, 0x55, 0x89, 0xfc, 0xd5, 0xd9, 0x91, 0xa7, 0x61, 0x06, 0xfb, 0x8b, 0x04, 0xc9, 0x1f, 0x5d, 0x6b, 0x09, 0x2e, 0x42, 0x18, 0xbf, 0x89, 0x96, 0x64, 0x19, 0x5c, 0xac, 0x12, 0x2e, 0x57, 0xba, 0x6c, 0x85, 0x07, 0x02, 0x55, 0xf2, 0xcb, 0x5e, 0xe0, 0x7d, 0x71, 0x9c, 0x69, 0x38, 0x50, 0xef, 0xed, 0xca, 0x5c, 0x7b, 0xdb, 0x1f, 0x87, 0xfc, 0x9f, 0xd8, 0x47, 0x85, 0x65, 0x82, 0x87, 0x1b, 0x10, 0xe8, 0x8d, 0xbd, 0xaf, 0xa9, 0xec, 0x36, 0xce, 0x38, 0x0b, 0x60, 0xfd, 0xf4, 0x9c, 0x8b, 0x9f, 0xe6, 0xca, 0x33, 0xc0, 0x52, 0xde, 0xb8, 0x9d, 0xeb, 0x0f, 0x84, 0xcb, 0x76, 0x17, 0xda, 0xf4, 0xda, 0xb5, 0x3e, 0x10, 0x55, 0x5c, 0x48, 0x6b, 0xc5, 0xe9, 0xb9, 0x38, 0x22, 0x08, 0x4e, 0x53, 0xed, 0x07, 0xd7, 0xa2, 0xfc, 0xbf, 0xb9, 0x92, 0x76, 0x6b, 0x0a, 0x67, 0x8c, 0xfd, 0x05, 0x0a, 0x6d, 0x61, 0x73, 0xa5, 0xe2, 0x04, 0x48, 0xc2, 0x20, 0x7a, 0x8f, 0xcf, 0x86, 0x0b, 0x05, 0xf4, 0xa5, 0xba, 0x55, 0x4a, 0x07, 0x9a, 0x57, 0x81, 0xe4, 0xd5, 0x69, 0x2f, 0x42, 0x8b, 0xc3, 0x9c, 0x03, 0x85, 0x06, 0x69, 0x4b, 0x5e, 0x00, 0xdb, 0xe3, 0x8a, 0xb5, 0xa8, 0xd5, 0x1c, 0x0e, 0xb2, 0xe7, 0xd1, 0x3f, 0x26, 0xce, 0x7e, 0x96, 0x56, 0x43, 0x8b, 0x0d, 0x1b, 0x84, 0x85, 0x1b, 0xe0, 0x97, 0x9b, 0xa8, 0xfd, 0x0e, 0xb2, 0x23, 0x5a, 0x9b, 0x5d, 0x4a } }; static const struct cckprng_op_refresh op_refresh_4885 = { .hd = { .id = 4629, .kind = OP_REFRESH }, .rand = 6818056289314503122ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4886 = { .hd = { .id = 4630, .kind = OP_RESEED }, .nonce = 6142989804229420815ULL, .seed_nbytes = 272, .seed = { 0x4b, 0xa4, 0x54, 0xa6, 0x89, 0x8b, 0x17, 0x24, 0xee, 0x46, 0xb7, 0x81, 0xe3, 0x08, 0xd1, 0x6f, 0xf3, 0xaa, 0x38, 0x9a, 0x84, 0x78, 0x4f, 0xcf, 0xa2, 0x53, 0x95, 0x71, 0x1a, 0x39, 0x9a, 0x16, 0xc4, 0x01, 0xe3, 0xe8, 0x55, 0xc7, 0xfd, 0xb1, 0x5e, 0x70, 0x7f, 0xc0, 0xc4, 0x93, 0x49, 0x64, 0x16, 0x9d, 0x69, 0x53, 0xe8, 0x84, 0x3a, 0x9c, 0xd0, 0x52, 0xbe, 0x83, 0x89, 0x4b, 0x8b, 0xd4, 0x7c, 0x1e, 0xdf, 0x7e, 0x60, 0xbf, 0xbb, 0x0a, 0x0b, 0x4e, 0x9a, 0x69, 0x07, 0x44, 0xe2, 0xd0, 0x7b, 0x4a, 0xa8, 0x97, 0x63, 0x2b, 0x35, 0xbf, 0xa3, 0x98, 0x99, 0xf7, 0xe2, 0xf2, 0x74, 0xc2, 0x13, 0x9d, 0x9e, 0xd4, 0x78, 0x2b, 0xde, 0xd9, 0xc1, 0x8e, 0x63, 0x63, 0xcb, 0xb0, 0xb8, 0x21, 0xdb, 0xaf, 0xf4, 0xc1, 0xe3, 0xff, 0x8b, 0xf0, 0xbd, 0x6f, 0x6c, 0x66, 0x30, 0x3c, 0x86, 0xf3, 0x78, 0xa5, 0xf4, 0x22, 0xbf, 0xde, 0x88, 0xa8, 0x71, 0xff, 0x4b, 0x9a, 0x98, 0xcb, 0x70, 0xc6, 0x12, 0x32, 0x84, 0x03, 0x65, 0x19, 0x47, 0xd4, 0xf4, 0xcd, 0x06, 0x5e, 0xbc, 0x6d, 0x4f, 0xda, 0x65, 0xf6, 0x52, 0x67, 0x58, 0x99, 0x87, 0x67, 0x53, 0xb2, 0x69, 0x9e, 0xf5, 0x5e, 0xb2, 0x66, 0x31, 0x75, 0x0c, 0x8f, 0xf2, 0x57, 0x5e, 0xb0, 0x0f, 0x30, 0xeb, 0xdd, 0xe8, 0xc8, 0x0c, 0x2e, 0x13, 0x9e, 0x12, 0x62, 0x32, 0x22, 0x58, 0x00, 0x77, 0xb4, 0xba, 0x4f, 0x42, 0x16, 0xcc, 0x70, 0xc1, 0xc3, 0xf6, 0x44, 0xb3, 0x4f, 0x70, 0x2e, 0x0e, 0xfc, 0x21, 0xfa, 0x60, 0x39, 0x6d, 0xbd, 0xd7, 0x4c, 0x37, 0x3a, 0x2f, 0xbd, 0x3a, 0x5b, 0x5c, 0xcf, 0xd8, 0x7d, 0x7a, 0xbb, 0x37, 0x12, 0x18, 0xd7, 0x72, 0x43, 0xcb, 0x2b, 0xbf, 0xd8, 0x8e, 0x41, 0x5a, 0xd6, 0xd5, 0x51, 0xd6, 0xfb, 0x96, 0x7c, 0x59, 0x3e, 0xff, 0x48, 0x82, 0x68, 0xb3, 0xa5, 0x9e, 0x25, 0xe0, 0xcc, 0xbc, 0xe3 } }; static const struct cckprng_op_generate op_init_4887 = { .hd = { .id = 4631, .kind = OP_GENERATE }, .rand_nbytes = 99, .out = { .rand = { 0x00, 0x2c, 0x71, 0x5e, 0x31, 0x2b, 0xb5, 0x7f, 0x81, 0x31, 0xe5, 0x66, 0xf3, 0x29, 0x7a, 0xb1, 0xb4, 0xdb, 0x22, 0x13, 0xf2, 0xef, 0x8b, 0xac, 0x72, 0x39, 0x41, 0xcb, 0xe9, 0xc9, 0xc0, 0xe0, 0xcf, 0x3f, 0x86, 0x74, 0x8b, 0x7a, 0x65, 0x13, 0x71, 0x9c, 0x49, 0x7b, 0x8b, 0xc1, 0x6f, 0xa0, 0xa4, 0x2a, 0xc1, 0x38, 0xb8, 0xa7, 0x6f, 0x71, 0x72, 0x34, 0x1e, 0x02, 0xdd, 0xec, 0x1d, 0xa5, 0x6b, 0x41, 0xb9, 0x1c, 0x56, 0x69, 0xa3, 0xa5, 0x2e, 0x3c, 0x50, 0x8e, 0x3a, 0x51, 0xd4, 0x95, 0x29, 0x4a, 0xb8, 0xfa, 0xa3, 0xe2, 0x17, 0x1b, 0xb7, 0x4c, 0x56, 0x20, 0x17, 0x1b, 0x8d, 0x3c, 0x60, 0x03, 0xe8 } } }; static const struct cckprng_op_refresh op_refresh_4888 = { .hd = { .id = 4632, .kind = OP_REFRESH }, .rand = 9836980390497999886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4889 = { .hd = { .id = 4633, .kind = OP_REFRESH }, .rand = 15693168158013054674ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4890 = { .hd = { .id = 4634, .kind = OP_RESEED }, .nonce = 6518744034040690832ULL, .seed_nbytes = 185, .seed = { 0xf5, 0xf6, 0x3b, 0xf2, 0xb0, 0x0d, 0xca, 0xe0, 0xdc, 0x17, 0xcb, 0x04, 0x0f, 0x85, 0x66, 0x4c, 0x6b, 0x71, 0x85, 0x23, 0xcf, 0xb9, 0xdc, 0x63, 0x65, 0x38, 0x55, 0x9a, 0xff, 0x4f, 0x4c, 0x4b, 0x3c, 0xcd, 0x0a, 0x7b, 0x26, 0xae, 0xd7, 0x97, 0x64, 0xd7, 0xf3, 0x31, 0x7e, 0x94, 0xcb, 0x53, 0x7a, 0xa9, 0x9a, 0x20, 0xa9, 0xfc, 0xe8, 0x8a, 0x6a, 0x97, 0x5b, 0x36, 0x66, 0x88, 0x08, 0x22, 0x8b, 0x3d, 0xac, 0x98, 0x47, 0xba, 0x2c, 0xa0, 0xc8, 0xcb, 0xe5, 0xee, 0xf7, 0x6a, 0xdc, 0x0d, 0xe6, 0x10, 0xa5, 0x61, 0xda, 0xc5, 0xef, 0x66, 0x05, 0x82, 0xac, 0xcf, 0x1a, 0x71, 0x02, 0x12, 0x1c, 0x96, 0xfc, 0xbe, 0xa1, 0xb7, 0x78, 0x1e, 0x30, 0x48, 0x94, 0x88, 0xcd, 0xd4, 0xf8, 0x5c, 0x33, 0x6d, 0x85, 0xfd, 0xdf, 0xcd, 0x3a, 0xe8, 0xce, 0xa6, 0x02, 0xe5, 0x34, 0xd3, 0xf8, 0x83, 0x03, 0xe0, 0x61, 0x63, 0x59, 0x3f, 0x55, 0xeb, 0x0f, 0x5c, 0xbb, 0x11, 0x3b, 0x92, 0x30, 0x80, 0x14, 0x8a, 0xd6, 0x5b, 0xed, 0x1f, 0x15, 0x24, 0x91, 0x68, 0x26, 0x39, 0x87, 0x42, 0x21, 0x7a, 0x40, 0xaa, 0x50, 0xe0, 0x87, 0xa3, 0x28, 0xdd, 0xda, 0x69, 0xe0, 0xe0, 0xfa, 0xf2, 0x5a, 0xab, 0x21, 0xe4, 0xea, 0xce, 0xe8, 0xd3, 0x56, 0x28, 0xc0 } }; static const struct cckprng_op_refresh op_refresh_4891 = { .hd = { .id = 4635, .kind = OP_REFRESH }, .rand = 1429634022411164320ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4892 = { .hd = { .id = 4636, .kind = OP_REFRESH }, .rand = 17797849736794734694ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4893 = { .hd = { .id = 4637, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0xea, 0x6a, 0xc3, 0x30, 0x84, 0x25, 0x9f, 0x0c, 0x17, 0x3b, 0x9c, 0x30, 0xff, 0x70, 0x55, 0x8a, 0xa0, 0x80, 0x79, 0x2a, 0x17, 0x3c, 0x57, 0x7e, 0x6b, 0x80, 0xb2, 0x49, 0x5a, 0xd2, 0xd5, 0x40, 0x13, 0x98, 0xee, 0x23, 0x3a, 0x39, 0xe0, 0x03, 0xa5, 0x28, 0xa7, 0x77, 0xc5, 0x07, 0x6a, 0xe2, 0xc9, 0xa7, 0x06, 0x7b, 0x75, 0x33, 0x49, 0x77, 0x81, 0x41, 0x91, 0xe2, 0xae, 0xe0, 0x6a, 0x00, 0xa5, 0xa7, 0x95, 0xc3, 0xaf, 0x34, 0x8d, 0xe1, 0x45, 0x40, 0xa5, 0x5e, 0x4d, 0x7e, 0xee, 0x3e, 0x76, 0xcb, 0x7b, 0xc9, 0x81, 0x10, 0x30, 0x01, 0x97, 0xa0, 0x6c, 0x23, 0x37, 0x71, 0x78, 0x4a, 0xc6, 0x3c, 0x7a, 0x49, 0x75, 0x74, 0x6b, 0x11, 0x00, 0x31, 0xe4, 0x52, 0x66, 0x3b, 0x95, 0x8c, 0xc3, 0xe9, 0xac, 0x53, 0x39, 0x99, 0x0b, 0xc0, 0x51, 0xbd, 0xc7, 0xf7, 0x65, 0x9e, 0xb1, 0x8d, 0xb7, 0xfb, 0xb2, 0xb2, 0x60, 0xc8, 0x59, 0x42, 0xa6, 0x4f, 0x18, 0xdb, 0x8d, 0x32, 0x88, 0xdf, 0x03, 0x0e, 0xdf, 0xeb, 0x73, 0x65, 0xc9, 0x46, 0xe5, 0xac, 0xd6, 0xe4, 0xc4, 0x90, 0xb0, 0xf6, 0x73, 0x5c, 0xe5, 0xae, 0x7d, 0x86, 0x36, 0x8b, 0x6e } } }; static const struct cckprng_op_generate op_init_4894 = { .hd = { .id = 4638, .kind = OP_GENERATE }, .rand_nbytes = 107, .out = { .rand = { 0xc3, 0xd8, 0x06, 0x46, 0xdf, 0x2b, 0x9c, 0x5c, 0xae, 0x70, 0xb3, 0x60, 0x0e, 0x7d, 0x38, 0x26, 0x7d, 0x3a, 0x52, 0x88, 0x20, 0x5d, 0x74, 0xe1, 0xdb, 0xc5, 0xd3, 0x7d, 0x80, 0xe8, 0xf2, 0x9a, 0x93, 0x40, 0x5c, 0x3b, 0x0b, 0x26, 0x81, 0xd6, 0xde, 0x12, 0x1e, 0xb9, 0x9c, 0x29, 0x3e, 0x68, 0x82, 0xc4, 0x83, 0x20, 0xa5, 0x7b, 0x73, 0x3d, 0x4d, 0x62, 0x2d, 0x0d, 0x2c, 0xe7, 0x18, 0xda, 0x6c, 0x51, 0xd3, 0x46, 0xd6, 0xb3, 0xa7, 0x40, 0xd1, 0xc9, 0xb5, 0x0a, 0x87, 0x95, 0x73, 0x41, 0x93, 0x6b, 0x53, 0xe3, 0x55, 0xa5, 0x26, 0x22, 0x46, 0xfc, 0x72, 0xa8, 0xb4, 0x08, 0x9f, 0x2a, 0x96, 0x4f, 0x8d, 0x5f, 0x22, 0x87, 0xec, 0x85, 0x7e, 0x64, 0x47 } } }; static const struct cckprng_op_refresh op_refresh_4895 = { .hd = { .id = 4639, .kind = OP_REFRESH }, .rand = 16119248832939532787ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4896 = { .hd = { .id = 4640, .kind = OP_RESEED }, .nonce = 9688950108563312114ULL, .seed_nbytes = 55, .seed = { 0xd6, 0xea, 0xee, 0xee, 0x38, 0xb8, 0x05, 0x6e, 0xce, 0xfd, 0xbf, 0x37, 0xc0, 0x9b, 0xa1, 0x6d, 0xb6, 0xd5, 0xef, 0xce, 0x74, 0x89, 0x1e, 0x46, 0x96, 0x14, 0x6e, 0x49, 0x8b, 0x3e, 0x0b, 0xae, 0xde, 0x88, 0x10, 0x8d, 0xab, 0xd3, 0x54, 0x6a, 0xa7, 0x51, 0x03, 0x8f, 0x8f, 0x64, 0xcd, 0x35, 0x16, 0x6f, 0xf3, 0xe2, 0x76, 0x14, 0xc7 } }; static const struct cckprng_op_reseed op_reseed_4897 = { .hd = { .id = 4641, .kind = OP_RESEED }, .nonce = 9093600197162850349ULL, .seed_nbytes = 163, .seed = { 0xb9, 0x5f, 0x41, 0x22, 0x39, 0x16, 0x6b, 0x9d, 0xa7, 0x25, 0x6e, 0xf6, 0x3f, 0x7d, 0x55, 0x96, 0x9a, 0x52, 0x46, 0xa8, 0xbf, 0x02, 0x27, 0xf4, 0x91, 0x7f, 0xd7, 0xfd, 0x76, 0x7f, 0x82, 0xe8, 0x68, 0x55, 0x61, 0x3c, 0xe4, 0x69, 0x4e, 0x67, 0xb7, 0x9b, 0x99, 0x8c, 0x5f, 0x30, 0x28, 0x84, 0x4b, 0xe3, 0x1f, 0x4b, 0x3a, 0x90, 0xd2, 0x94, 0xa4, 0xe4, 0x65, 0x42, 0xe8, 0x7d, 0xbd, 0x16, 0x03, 0x9a, 0x9c, 0x2e, 0x14, 0x5d, 0x5e, 0x2c, 0xcd, 0x94, 0x71, 0x80, 0x28, 0x4b, 0xeb, 0xeb, 0x22, 0x6d, 0x68, 0x40, 0xbc, 0xd0, 0x4d, 0xa1, 0x13, 0x07, 0x18, 0xc1, 0x73, 0x2b, 0x27, 0xaa, 0x18, 0xf7, 0x22, 0x9f, 0x0e, 0x1c, 0xd5, 0x99, 0xd0, 0x00, 0x79, 0xaf, 0xf5, 0x79, 0x8b, 0x6a, 0x9a, 0xb0, 0xdb, 0x61, 0x18, 0x9b, 0x86, 0xd1, 0x74, 0x63, 0x60, 0x20, 0x4e, 0x68, 0xa0, 0x17, 0xb9, 0xb7, 0x76, 0xe3, 0x0d, 0xc0, 0x6c, 0xdc, 0x25, 0x21, 0xfe, 0x90, 0xd0, 0x25, 0x37, 0xe5, 0xe1, 0x81, 0xa5, 0x79, 0x21, 0x2b, 0xba, 0x5f, 0xb9, 0x4e, 0x9d, 0xb7, 0x9a, 0x8d, 0x17, 0xd7, 0xc5, 0xcb, 0x47 } }; static const struct cckprng_op_refresh op_refresh_4898 = { .hd = { .id = 4642, .kind = OP_REFRESH }, .rand = 16799579355176946764ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4899 = { .hd = { .id = 4643, .kind = OP_REFRESH }, .rand = 1535772520664767683ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4900 = { .hd = { .id = 4644, .kind = OP_REFRESH }, .rand = 8193905023351637140ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4901 = { .hd = { .id = 4645, .kind = OP_RESEED }, .nonce = 9292256458085319242ULL, .seed_nbytes = 146, .seed = { 0xa7, 0x79, 0x8d, 0x4f, 0xe4, 0xee, 0x20, 0x68, 0x6b, 0xaa, 0xa4, 0x86, 0xc5, 0x0e, 0x34, 0xfe, 0xa2, 0x2b, 0xf3, 0x0a, 0xeb, 0xea, 0x8e, 0x8a, 0x6f, 0xa4, 0xac, 0xbf, 0x2e, 0x0e, 0x18, 0x0c, 0x81, 0x84, 0xe7, 0x7a, 0xb9, 0xcf, 0xd4, 0xe5, 0x5b, 0x06, 0x8d, 0x78, 0x14, 0xcd, 0x42, 0x1b, 0xe0, 0xb7, 0x39, 0x54, 0xa8, 0xe2, 0x29, 0x5d, 0xf3, 0x92, 0xb1, 0x3e, 0x05, 0x78, 0x80, 0xfa, 0xbe, 0x2e, 0x00, 0x95, 0xcc, 0x29, 0xc0, 0x0a, 0xdd, 0xfd, 0xa2, 0x58, 0xb0, 0x55, 0x7e, 0xcc, 0xbe, 0xb2, 0x4f, 0x1c, 0xc2, 0xd4, 0xb4, 0x9a, 0x25, 0x74, 0xaa, 0x68, 0xd2, 0x7e, 0x03, 0xed, 0x76, 0x4b, 0x68, 0x5e, 0x74, 0xe2, 0x4a, 0x09, 0x38, 0x0b, 0xb9, 0x5b, 0x4f, 0x69, 0x8c, 0x96, 0xdd, 0xa7, 0x31, 0xb8, 0xc0, 0xec, 0xfa, 0xa0, 0x59, 0x6c, 0xce, 0xde, 0x74, 0x80, 0x06, 0x53, 0xd2, 0x6c, 0xa5, 0x11, 0x65, 0x2f, 0xfa, 0x52, 0x83, 0x47, 0xf5, 0x68, 0x13, 0xdb, 0xbd, 0xd6, 0x16, 0x32 } }; static const struct cckprng_op_generate op_init_4902 = { .hd = { .id = 4646, .kind = OP_GENERATE }, .rand_nbytes = 255, .out = { .rand = { 0x0b, 0x07, 0xc7, 0xbb, 0x81, 0xdd, 0xb5, 0xb2, 0xe6, 0x7b, 0x0c, 0xd0, 0x0f, 0x71, 0xec, 0x54, 0x7c, 0xd2, 0xac, 0xf3, 0x1e, 0xf8, 0xa2, 0x7c, 0xaf, 0xbc, 0x14, 0x40, 0x2b, 0x3c, 0xfd, 0x57, 0x7e, 0x43, 0x7a, 0x10, 0xd8, 0x6f, 0x26, 0x37, 0x2d, 0x57, 0x10, 0x52, 0x4d, 0x3a, 0x25, 0x96, 0xaa, 0x0f, 0xb5, 0x16, 0x28, 0xe5, 0xe2, 0x7b, 0x49, 0x08, 0xe7, 0x2b, 0xb0, 0x7d, 0x7f, 0x45, 0x30, 0x06, 0x97, 0x9c, 0x04, 0xdc, 0x24, 0xf4, 0x2b, 0xa4, 0xfc, 0xfd, 0xdc, 0xab, 0x50, 0x99, 0x9a, 0x40, 0xc6, 0xab, 0x32, 0x12, 0x92, 0x8f, 0xd1, 0x18, 0xbd, 0xd2, 0x2a, 0x8e, 0xc4, 0x6f, 0x88, 0xb7, 0xe6, 0xaf, 0x2f, 0xc2, 0xf2, 0x50, 0xfa, 0xd8, 0xcc, 0x45, 0xcb, 0xfe, 0xce, 0xbe, 0xaa, 0x69, 0xd6, 0x05, 0xe0, 0x32, 0x16, 0xf7, 0x10, 0xbf, 0x76, 0x80, 0x6e, 0xc8, 0x2c, 0x36, 0xc8, 0x6f, 0xbf, 0x03, 0x7e, 0x28, 0x9d, 0xd5, 0x58, 0x42, 0x69, 0x5a, 0x84, 0x24, 0x32, 0xb9, 0x9f, 0x60, 0xe3, 0xb7, 0x53, 0xa7, 0x71, 0x3e, 0x30, 0x08, 0x14, 0x30, 0x5a, 0x2d, 0x92, 0x4c, 0x0d, 0xca, 0xd5, 0x83, 0x0b, 0x2c, 0x3b, 0xbb, 0x11, 0x68, 0x42, 0x67, 0xa5, 0xec, 0x41, 0x5b, 0x71, 0x90, 0xfb, 0x45, 0x93, 0x6d, 0x22, 0x66, 0x9d, 0xc7, 0xcb, 0xad, 0x08, 0x40, 0xb6, 0xd0, 0xf6, 0x38, 0x5d, 0xfd, 0x95, 0xd4, 0xdd, 0x24, 0xff, 0x6f, 0x6a, 0x0a, 0x23, 0x02, 0xff, 0xe9, 0x43, 0xff, 0x3f, 0xe6, 0x27, 0xc8, 0xe7, 0xa2, 0x07, 0xe9, 0x81, 0x32, 0xa9, 0xcd, 0x60, 0x7e, 0x4a, 0x61, 0xf5, 0x67, 0xf5, 0xdf, 0xe2, 0xd1, 0xc0, 0x21, 0x9a, 0xd7, 0xbc, 0xe7, 0x88, 0xf5, 0x27, 0x41, 0xe3, 0x23, 0x3f, 0xed, 0xa1, 0xc3, 0x7b, 0xec, 0x35, 0x44, 0x89, 0x3f, 0x92 } } }; static const struct cckprng_op_generate op_init_4903 = { .hd = { .id = 4647, .kind = OP_GENERATE }, .rand_nbytes = 248, .out = { .rand = { 0xac, 0x5a, 0x87, 0x8b, 0x32, 0x90, 0xc0, 0x1f, 0x31, 0x9c, 0x4c, 0x65, 0x57, 0x5a, 0xdb, 0xc5, 0x53, 0xc5, 0x5e, 0xaf, 0xd5, 0xd7, 0x39, 0x5d, 0x4c, 0x38, 0xcb, 0x10, 0x26, 0x68, 0xf3, 0x14, 0x8f, 0x87, 0x8c, 0xac, 0x96, 0x8c, 0x45, 0x4d, 0x67, 0x8e, 0xbc, 0x0e, 0x82, 0xc4, 0xbf, 0x04, 0x6d, 0x5f, 0x2c, 0x31, 0x79, 0x32, 0xf5, 0x3e, 0x99, 0xbf, 0xe4, 0x41, 0xa2, 0xe0, 0x76, 0xdf, 0xc7, 0x0c, 0xd9, 0x8e, 0xf4, 0x79, 0xd0, 0x2c, 0x41, 0x4e, 0xcb, 0x21, 0xfd, 0x31, 0xb9, 0x5b, 0x5b, 0x15, 0x58, 0xd2, 0xaf, 0x13, 0x1a, 0x9a, 0x08, 0xf1, 0x89, 0xab, 0x81, 0x73, 0x06, 0x91, 0xdc, 0xc6, 0xca, 0x60, 0x60, 0x3b, 0xa2, 0x8d, 0xfd, 0xde, 0x67, 0xd7, 0xe1, 0xeb, 0x0f, 0x80, 0x24, 0xc2, 0xbf, 0x19, 0x60, 0x15, 0x69, 0xbc, 0xd2, 0x7d, 0x3d, 0x41, 0xd7, 0xee, 0x4c, 0xc4, 0xec, 0x05, 0x83, 0x87, 0x45, 0xd5, 0x50, 0xfb, 0xd7, 0x07, 0x7e, 0xcc, 0x54, 0xea, 0x5a, 0x6e, 0xfa, 0xd3, 0x0d, 0x84, 0x79, 0x62, 0x75, 0x21, 0x7c, 0x29, 0x11, 0xfd, 0xce, 0xdc, 0x8f, 0x9b, 0x4c, 0x9d, 0x9a, 0x01, 0x7d, 0x2a, 0x5b, 0xf8, 0x2e, 0x0e, 0x15, 0xe8, 0x20, 0x1b, 0x5f, 0xad, 0x2a, 0xec, 0xed, 0xee, 0xf5, 0x5b, 0xff, 0xcc, 0xc4, 0x78, 0x35, 0x95, 0xe0, 0x92, 0x17, 0xb9, 0x2a, 0x0e, 0xf3, 0xfe, 0xc8, 0x00, 0x80, 0x5c, 0x7c, 0xb3, 0x7e, 0x50, 0xb2, 0x00, 0x05, 0xa2, 0x3f, 0x13, 0xad, 0xff, 0x06, 0x16, 0x5b, 0xf1, 0x44, 0xb1, 0xf9, 0x89, 0x9b, 0x61, 0x86, 0x58, 0x6f, 0xa1, 0x13, 0x7c, 0x8b, 0x48, 0x87, 0xbb, 0x56, 0xe2, 0x87, 0xda, 0x1b, 0x4c, 0xb5, 0x01, 0xba, 0x68, 0x28, 0x37, 0x20, 0x87, 0xf5, 0x74 } } }; static const struct cckprng_op_generate op_init_4904 = { .hd = { .id = 4648, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0x07, 0x16, 0xd2, 0x8a, 0x11, 0xd3, 0xed, 0x79, 0x0d, 0x7b, 0x7b, 0xd3, 0x40, 0x9c, 0x4f, 0xff, 0xa5, 0xdb, 0x93, 0x6c, 0xdb, 0xf5, 0x3b, 0x6e, 0xfd, 0x6b, 0xcb, 0x8d, 0x11, 0x26, 0x31, 0x0f, 0x8f, 0x90, 0xcb, 0x23, 0x40, 0x68, 0xe6, 0xb1, 0xc8, 0x0d, 0x36, 0x56, 0xdb, 0xe2, 0xe5, 0x59, 0xe8, 0x47, 0xd4, 0x6e, 0x66, 0xf0, 0xa3, 0x3f, 0xcb, 0xb0, 0x23, 0xb3, 0x88, 0xf8, 0x1a, 0x7e, 0x7e, 0xab, 0xe2, 0xab, 0x77, 0x48, 0xc4, 0x3e, 0x89, 0x84, 0x41, 0x91, 0xc1, 0x33, 0x24, 0x2d, 0xa6, 0x44, 0xe6, 0x08, 0x71, 0x90, 0x2e, 0xfe, 0x3f, 0x5a, 0x63, 0x87, 0xc9, 0xc6, 0xc9, 0x5e, 0xd9, 0x04, 0xcf, 0xf7, 0x86, 0xf6, 0x2a, 0x07, 0x52, 0xb7, 0x2e, 0xc5, 0x8e, 0x4f, 0x82, 0xed, 0x64, 0xa7, 0xca, 0x98, 0x18, 0x89, 0xfd, 0xc8, 0x8c, 0xb8, 0x1b, 0x90, 0xf2, 0x32, 0x8b, 0x4d, 0x78, 0x50, 0x6b, 0x5f, 0xd6, 0x25, 0x71, 0xed, 0x1f, 0xba, 0x0d, 0x7d, 0x01, 0xc5, 0x22, 0xca, 0x5b, 0x8b, 0x27, 0x1a, 0x8d, 0x93, 0xb1, 0xe1, 0xa3, 0x07, 0x43, 0x07, 0x42, 0x21, 0x4b, 0x6d, 0xa8, 0x7c, 0x44, 0xeb, 0xe9, 0xc6, 0x6d, 0x7f, 0xb3, 0xbc, 0xda, 0x01, 0xd0, 0x0a, 0x0b, 0xed, 0x61, 0x46, 0xa5, 0xa7, 0xdb, 0x32, 0x01, 0x8a, 0xcf, 0x69, 0xf0, 0x8b, 0x07, 0x3d, 0xe4, 0x58, 0x64, 0xc7, 0xee, 0x1b, 0x6a, 0x7c, 0x09, 0x98, 0x8f, 0xe0, 0xbd, 0x43, 0xf9, 0xcb, 0x15, 0xbb, 0x1e, 0x5c, 0xae, 0xd5, 0xca, 0x3b, 0x2e, 0x55, 0x35, 0xd0, 0x81, 0xe7, 0x8a, 0xd0, 0xcc, 0xef, 0x53, 0x39, 0xd1, 0x7d, 0xed, 0xab, 0x90, 0x46, 0x1a, 0xb8, 0x03, 0x04, 0x91, 0xe2, 0x68, 0xbd, 0xf0, 0xc4, 0xa5, 0x16, 0xfb, 0x2b, 0x19, 0x21, 0x3c, 0xb0, 0x12, 0xe1, 0x53, 0x70, 0x57, 0x5e, 0xbf, 0x44, 0x62, 0x2c, 0x72, 0xfa, 0x8a, 0x2a, 0x97, 0x2c, 0x50, 0xa0, 0x72, 0x2a, 0xf5, 0x2c, 0x1e, 0xc2, 0x10, 0x1a, 0xba, 0xab, 0x71, 0xc2, 0xa8, 0xf3, 0x9a, 0x18, 0xc3, 0x86, 0xd9 } } }; static const struct cckprng_op_generate op_init_4905 = { .hd = { .id = 4649, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0xc5, 0x7f, 0x6f, 0xb1, 0x5a, 0x1a, 0x33, 0x2d, 0x58, 0xff, 0x4b, 0x97, 0x0e, 0xc5, 0x1a, 0x09, 0xa1, 0x34, 0x4e, 0xc2, 0x1e, 0x35, 0xf9, 0xec, 0x28, 0x6f, 0x36, 0xbf, 0xf7, 0x99, 0xb2, 0x76, 0x61, 0xbe, 0xd2, 0xf7, 0xc1, 0xf1, 0x69, 0x5a, 0x56, 0x9f, 0xc7, 0x86, 0x73, 0x51, 0x24, 0x81, 0x88, 0x8e, 0x5c, 0x93, 0x42, 0x27, 0xae, 0x0c, 0xc0, 0xa4, 0x8e, 0x56, 0x51, 0xa6, 0x9e, 0xfc, 0xf1, 0x50, 0x8f, 0x6f, 0x3d, 0x50, 0x40, 0xf5, 0xc4, 0x7b, 0x4a, 0xd0, 0xc1, 0xd4, 0x86, 0xa8, 0xf6, 0xd7, 0xe2, 0x37, 0x23, 0x96, 0x57, 0x79, 0xa4, 0x34, 0x0e, 0x6a, 0x6a, 0x46, 0x8e, 0x32, 0x33, 0x2a, 0x1d, 0xa0, 0x12, 0x67, 0x27, 0x3b, 0x8a, 0x2c, 0x6c, 0xa5, 0x8c, 0xb9, 0xfb, 0x6a, 0x8c, 0x45, 0xb8, 0x11, 0xa5, 0x64, 0x85, 0x2a, 0x39, 0xc6, 0x65, 0xe3, 0x53, 0xcb, 0xe8, 0xf8, 0x69, 0x25, 0x6c, 0xfb, 0x53, 0xf2, 0x16, 0xeb, 0x9c, 0x51, 0xfa, 0x2e, 0x5e, 0x6e, 0xe9, 0x05, 0x0e, 0xdd, 0x7d, 0xd6, 0x16, 0x1d, 0xaf, 0xc7, 0xe2, 0xfa, 0xf8, 0x90, 0x80, 0xaa, 0xfb, 0x8c, 0x4b, 0xd9, 0xe3, 0x03, 0x3a, 0xc4, 0xd6, 0x8a, 0x88, 0x08, 0xdf, 0x21, 0x39, 0x2f, 0xa0, 0xcf, 0xdc, 0xf5, 0x03, 0xa6, 0xd1, 0xd1, 0x5f, 0x40, 0xc9, 0x9a, 0xef, 0x87, 0x4d, 0xab, 0x43, 0xf5, 0xe1, 0x18, 0x09, 0xef, 0xd3, 0xbe, 0x45, 0xa5, 0xe1, 0x12, 0x32, 0x01, 0x2d, 0xe6, 0x4a, 0x11, 0x3a, 0x66, 0x1e, 0xf7, 0x58, 0xbd, 0x73, 0xfa, 0x2c, 0x10, 0x07, 0x80, 0x0a, 0x9f, 0xa7, 0xcf, 0x32, 0xd2, 0x3b, 0x33, 0x5b, 0xf3, 0x43, 0x50, 0x35, 0x40, 0x7f, 0x07, 0xa2, 0x8f, 0xb1, 0x0f, 0x47, 0x0f, 0xc1, 0xba, 0xd8, 0x66, 0xdb, 0x99, 0x78, 0x59 } } }; static const struct cckprng_op_refresh op_refresh_4906 = { .hd = { .id = 4650, .kind = OP_REFRESH }, .rand = 5824656126674002505ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4907 = { .hd = { .id = 4651, .kind = OP_GENERATE }, .rand_nbytes = 52, .out = { .rand = { 0x92, 0x1a, 0xe2, 0x34, 0x27, 0x7e, 0xc3, 0x16, 0x72, 0x6d, 0x23, 0x71, 0x43, 0xe6, 0xc1, 0x74, 0xc7, 0x47, 0xa3, 0x85, 0x4f, 0xbb, 0x88, 0x32, 0xd5, 0xfe, 0x54, 0x05, 0xb0, 0xd3, 0x21, 0xf2, 0x22, 0xc8, 0x71, 0x0f, 0x35, 0xec, 0x5d, 0x17, 0x66, 0xc7, 0x18, 0x5f, 0x3a, 0xda, 0x2e, 0x92, 0x7b, 0x44, 0xa5, 0x35 } } }; static const struct cckprng_op_generate op_init_4908 = { .hd = { .id = 4652, .kind = OP_GENERATE }, .rand_nbytes = 221, .out = { .rand = { 0x5d, 0x24, 0x63, 0xbc, 0xf7, 0x21, 0x5a, 0xa8, 0x9e, 0x34, 0xc3, 0x1e, 0x37, 0x6a, 0xf1, 0xb3, 0xba, 0xad, 0xc4, 0x69, 0xe4, 0x25, 0xb5, 0xa0, 0x88, 0xe8, 0x5a, 0x47, 0x1c, 0xdb, 0x74, 0x4e, 0xa4, 0x3b, 0xf7, 0x34, 0x6b, 0xd3, 0x9f, 0x85, 0xbf, 0x14, 0x6a, 0xd8, 0xbe, 0xa2, 0x43, 0xe6, 0xb8, 0x65, 0x3a, 0x0c, 0xba, 0x14, 0x1e, 0x87, 0x54, 0xc1, 0x29, 0x1f, 0x17, 0x8c, 0xa6, 0x17, 0xb0, 0x73, 0xb7, 0x78, 0x78, 0x0b, 0xb0, 0xfe, 0x16, 0xd9, 0x49, 0xcf, 0x3b, 0x0a, 0x44, 0xf8, 0x40, 0xd3, 0xfa, 0x46, 0x96, 0x95, 0xc5, 0x5c, 0x09, 0x59, 0xc1, 0x97, 0x67, 0x9d, 0x32, 0x45, 0x94, 0x61, 0xa8, 0x26, 0x63, 0x63, 0x81, 0x72, 0x54, 0x26, 0xba, 0x66, 0xa9, 0xfa, 0xf9, 0xa7, 0xd5, 0x33, 0xef, 0xc0, 0x6e, 0x83, 0x15, 0x26, 0xdb, 0x3a, 0x44, 0xaa, 0xaf, 0xb4, 0xcb, 0xa1, 0xab, 0x88, 0x82, 0x3b, 0x73, 0x88, 0x80, 0xeb, 0xa4, 0x78, 0xde, 0xc4, 0xaa, 0xb7, 0x60, 0x48, 0xd1, 0x45, 0xcc, 0x6b, 0x6d, 0x1f, 0x8f, 0xc6, 0x50, 0x7a, 0x8b, 0xa5, 0xe1, 0x58, 0x7e, 0x9e, 0x1c, 0x8a, 0x40, 0x80, 0x12, 0x95, 0x87, 0xde, 0x64, 0x8a, 0x9a, 0x51, 0x7f, 0x86, 0xa2, 0xe4, 0x99, 0xf4, 0xc9, 0xd8, 0xf4, 0xc8, 0x88, 0x0f, 0x08, 0x10, 0x0f, 0x8f, 0x69, 0x37, 0x8e, 0x88, 0x4d, 0xd6, 0x22, 0xa5, 0xe1, 0xde, 0xd6, 0x81, 0xd8, 0xcb, 0xe3, 0xf9, 0xbb, 0x8b, 0x42, 0x3d, 0x24, 0x15, 0x1a, 0xe3, 0xfe, 0x7a, 0x38, 0xc8, 0x5e, 0x97, 0x68, 0xd7, 0x3d } } }; static const struct cckprng_op_reseed op_reseed_4909 = { .hd = { .id = 4653, .kind = OP_RESEED }, .nonce = 15392428978021083710ULL, .seed_nbytes = 222, .seed = { 0xed, 0xeb, 0x11, 0x60, 0x71, 0x36, 0x10, 0xd2, 0x54, 0x6b, 0x80, 0xb8, 0x82, 0x68, 0xb6, 0xa2, 0x12, 0x6a, 0x14, 0x28, 0xcd, 0x9a, 0xd7, 0xd0, 0x0d, 0x14, 0x64, 0x92, 0x61, 0x22, 0x7a, 0x1f, 0x89, 0x46, 0x59, 0xb3, 0x59, 0x55, 0x4d, 0xcd, 0x8e, 0xb3, 0x01, 0x1a, 0x3e, 0xf4, 0x48, 0x3d, 0xb0, 0x74, 0x41, 0x9d, 0x8b, 0x57, 0x7a, 0x2e, 0x22, 0x9d, 0x28, 0x21, 0xef, 0xc0, 0x76, 0x3e, 0xae, 0xe3, 0xf1, 0x1a, 0x9e, 0x17, 0x4f, 0xd9, 0x5e, 0xc3, 0x29, 0xe4, 0x54, 0x29, 0x6c, 0xe7, 0x9c, 0x24, 0xdc, 0xdd, 0xd1, 0x83, 0x6f, 0x55, 0x16, 0x0a, 0x42, 0x5e, 0x75, 0x17, 0xa2, 0xdc, 0xbe, 0xbb, 0x83, 0x99, 0xe1, 0x74, 0xbf, 0x70, 0x5c, 0x73, 0xca, 0xc4, 0xa5, 0x13, 0xf3, 0x24, 0x9d, 0x39, 0x16, 0xb5, 0xdb, 0x18, 0xe2, 0xfb, 0x7d, 0xb4, 0xbf, 0xe5, 0x28, 0x83, 0x2e, 0xc9, 0xee, 0x36, 0xf9, 0x2e, 0x3f, 0x29, 0xbb, 0x73, 0x61, 0xac, 0x19, 0xb6, 0xf8, 0x8d, 0x2b, 0xa7, 0x75, 0x15, 0x7d, 0xbe, 0x8d, 0x4f, 0xeb, 0xb8, 0xf5, 0x81, 0x3d, 0x9b, 0x3e, 0x08, 0xb9, 0x3e, 0x57, 0x0b, 0xb0, 0xbb, 0x18, 0xc8, 0x35, 0x65, 0xfc, 0xf1, 0x41, 0x4f, 0x4a, 0x06, 0x09, 0x32, 0x5f, 0xe4, 0x95, 0x2a, 0xb6, 0x5e, 0x5e, 0x2c, 0xfb, 0x40, 0x0c, 0x21, 0x04, 0x3c, 0x24, 0x77, 0xbe, 0xa2, 0xc7, 0x35, 0x47, 0x86, 0xb8, 0xb6, 0x01, 0x26, 0x7c, 0x89, 0x2d, 0x08, 0x79, 0x7b, 0x39, 0xde, 0x90, 0xe3, 0xb0, 0x2b, 0x11, 0x04, 0x4e, 0x1c, 0xee, 0xba, 0x26, 0x8a } }; static const struct cckprng_op_reseed op_reseed_4910 = { .hd = { .id = 4654, .kind = OP_RESEED }, .nonce = 17306992836250125937ULL, .seed_nbytes = 175, .seed = { 0x81, 0x1f, 0xbd, 0xd0, 0xfa, 0x94, 0x45, 0x11, 0x12, 0x32, 0x98, 0xa0, 0x53, 0x99, 0x36, 0x95, 0x48, 0xf6, 0xcc, 0xa6, 0xa2, 0x48, 0xd2, 0x7e, 0x6b, 0x4d, 0x76, 0xf4, 0xd6, 0xfb, 0x03, 0xdd, 0xcf, 0xb2, 0x4b, 0x1a, 0xdf, 0xb5, 0x31, 0xd7, 0xb3, 0x0a, 0x81, 0x44, 0x25, 0x89, 0xe8, 0xc1, 0xd9, 0x94, 0xb1, 0x77, 0x63, 0x4a, 0x79, 0x3e, 0xb7, 0x77, 0x1f, 0xf1, 0x85, 0xc3, 0xe9, 0x88, 0xdc, 0xab, 0x7b, 0x04, 0xfc, 0x71, 0x2c, 0xb7, 0xaa, 0x2d, 0xcd, 0x21, 0x08, 0xd5, 0x31, 0x70, 0x32, 0x6d, 0x64, 0x2d, 0xc0, 0x93, 0x2d, 0x29, 0xb6, 0xe0, 0x5a, 0x29, 0x94, 0x96, 0x20, 0x7f, 0x99, 0x38, 0x22, 0xa2, 0x17, 0x26, 0x67, 0x08, 0x31, 0x30, 0x62, 0x18, 0x09, 0xe1, 0x41, 0xe4, 0x88, 0x9e, 0x69, 0x08, 0x07, 0x9a, 0x18, 0x59, 0x4c, 0x94, 0x9c, 0x57, 0x6a, 0xec, 0x4e, 0x53, 0x8a, 0x4b, 0x93, 0xcc, 0xed, 0x00, 0x5e, 0xad, 0xe7, 0x5d, 0x1e, 0xcb, 0xd6, 0x74, 0x3d, 0xce, 0x5a, 0xc9, 0x94, 0xb6, 0xb1, 0xd1, 0xea, 0x15, 0x7c, 0x70, 0x0a, 0x29, 0x35, 0xb0, 0xd6, 0xdf, 0x98, 0x15, 0x44, 0x03, 0xfa, 0x20, 0x31, 0x82, 0x5d, 0x45, 0x5b, 0xa3, 0xc6, 0x46, 0xde } }; static const struct cckprng_op_reseed op_reseed_4911 = { .hd = { .id = 4655, .kind = OP_RESEED }, .nonce = 35544643771817367ULL, .seed_nbytes = 36, .seed = { 0xe2, 0x28, 0x5f, 0xc7, 0x51, 0xd6, 0x4d, 0xd9, 0x4e, 0xf1, 0x74, 0x51, 0xbd, 0x7e, 0xed, 0xe9, 0x24, 0x99, 0x94, 0x4f, 0x36, 0x09, 0xba, 0x97, 0x7c, 0xcd, 0x92, 0xb6, 0xb0, 0x25, 0xc1, 0x03, 0xfb, 0x77, 0x42, 0x0a } }; static const struct cckprng_op_reseed op_reseed_4912 = { .hd = { .id = 4656, .kind = OP_RESEED }, .nonce = 4589836878016727782ULL, .seed_nbytes = 260, .seed = { 0x01, 0xa5, 0xd7, 0x92, 0x99, 0xff, 0x7f, 0x52, 0xfe, 0x26, 0x1a, 0x14, 0x18, 0xac, 0xf5, 0x8c, 0x7e, 0x9d, 0xf4, 0x93, 0x4b, 0xa1, 0x42, 0x00, 0x13, 0xdd, 0x34, 0x80, 0x5b, 0x97, 0x5e, 0x67, 0x80, 0xbc, 0x7a, 0x6b, 0x72, 0xf8, 0xd4, 0xc3, 0x8c, 0x2c, 0x05, 0x6d, 0xac, 0x2b, 0xca, 0x88, 0xa9, 0x30, 0x4e, 0x04, 0xae, 0x01, 0xd0, 0x6a, 0x08, 0x06, 0xfe, 0xa2, 0xbd, 0x85, 0x18, 0xee, 0xa1, 0x6e, 0x4c, 0xca, 0x04, 0x26, 0x70, 0x49, 0xc6, 0x7e, 0xe7, 0x1f, 0x17, 0xbb, 0xe1, 0x36, 0x23, 0x2e, 0xdc, 0x7d, 0x33, 0x14, 0xab, 0x31, 0xb0, 0x57, 0x3f, 0x91, 0xa4, 0x06, 0x3d, 0x27, 0xab, 0x76, 0xf5, 0xca, 0x0e, 0xae, 0x73, 0x24, 0x32, 0x3b, 0xe2, 0x76, 0xd4, 0x4e, 0x7d, 0x09, 0x70, 0x6e, 0x32, 0x31, 0x5e, 0xb9, 0x8c, 0xea, 0xf6, 0x5e, 0x02, 0x1d, 0xd9, 0x4d, 0x9e, 0xed, 0x14, 0x96, 0xdb, 0x67, 0xa6, 0x1a, 0x71, 0x5d, 0x0b, 0xa7, 0xb4, 0x90, 0xa3, 0x21, 0x43, 0xbc, 0x86, 0x9e, 0x70, 0xd2, 0x5d, 0x0c, 0xc9, 0xa9, 0xbe, 0xa3, 0x7d, 0xfd, 0xfd, 0xf3, 0xc5, 0x81, 0xfb, 0x32, 0xae, 0x7e, 0x6d, 0xf2, 0xa1, 0x90, 0x63, 0x22, 0x62, 0xf8, 0xad, 0x48, 0xa7, 0x30, 0x41, 0xcb, 0x6f, 0xa3, 0x4d, 0x73, 0xdb, 0xd6, 0x89, 0x68, 0x3a, 0xb4, 0x2b, 0x9b, 0x21, 0x82, 0xd5, 0x3d, 0x95, 0x55, 0x82, 0x21, 0x2a, 0x09, 0xec, 0x8f, 0x37, 0xfa, 0x81, 0x04, 0x08, 0xd4, 0x50, 0x20, 0xc2, 0xa7, 0x47, 0x4e, 0x6a, 0x34, 0xbb, 0xa4, 0x21, 0xec, 0xb8, 0xd6, 0x3b, 0x34, 0xc9, 0x83, 0x05, 0x05, 0x62, 0xd0, 0xad, 0x89, 0x00, 0xdb, 0xd8, 0x3f, 0x10, 0x95, 0xf0, 0x87, 0x1c, 0xc1, 0xb4, 0x5a, 0x12, 0xce, 0xdb, 0x92, 0x86, 0xb3, 0x11, 0x3f, 0x7d, 0xe6, 0xf9, 0x51, 0xd4, 0x17, 0x69, 0x7b } }; static const struct cckprng_op_reseed op_reseed_4913 = { .hd = { .id = 4657, .kind = OP_RESEED }, .nonce = 5987026544145520647ULL, .seed_nbytes = 181, .seed = { 0xba, 0xb8, 0xb1, 0x79, 0xc1, 0x55, 0x1d, 0xed, 0x9b, 0x7c, 0x4c, 0x11, 0xac, 0x20, 0xd6, 0x89, 0xe2, 0xa0, 0xbe, 0x71, 0x94, 0x96, 0x93, 0xf5, 0x47, 0xae, 0x58, 0xfc, 0x88, 0xf5, 0x10, 0x34, 0x68, 0xbc, 0xf3, 0x54, 0x17, 0xbe, 0x6f, 0xf9, 0xfd, 0x07, 0xfb, 0x5a, 0x37, 0xa9, 0xe6, 0x67, 0xa1, 0x61, 0x3d, 0xcf, 0xc1, 0x4b, 0xe5, 0xd3, 0x9d, 0x9e, 0xa1, 0x49, 0x53, 0xec, 0x1a, 0x9d, 0x4d, 0xc4, 0x6a, 0xee, 0x28, 0x73, 0xf4, 0xef, 0x7e, 0x18, 0x1d, 0xd0, 0xdd, 0xd2, 0x23, 0x63, 0xaa, 0x2d, 0x09, 0x61, 0xb7, 0x3e, 0xe5, 0xe3, 0x28, 0x48, 0x83, 0x65, 0x7b, 0xf7, 0x25, 0xb9, 0x28, 0x4a, 0x6c, 0xee, 0x43, 0xdb, 0xea, 0xe2, 0x74, 0x22, 0xa6, 0xb0, 0x97, 0xa1, 0x7f, 0x0b, 0xd5, 0x82, 0x0f, 0x4f, 0xd8, 0x86, 0xf9, 0x2f, 0xfb, 0xa8, 0xe3, 0x57, 0x4c, 0x0d, 0xb2, 0x61, 0xdd, 0xb2, 0x1b, 0x24, 0xf4, 0xbb, 0xb8, 0xf8, 0x79, 0x4d, 0x45, 0x61, 0x05, 0x48, 0x6b, 0xc4, 0xb5, 0x31, 0xd0, 0x0e, 0x94, 0xc1, 0x6b, 0x39, 0x4a, 0x88, 0x48, 0x17, 0x36, 0x00, 0x79, 0x02, 0x73, 0xa7, 0x94, 0x98, 0x77, 0x77, 0x33, 0x8c, 0x40, 0xee, 0xa4, 0xff, 0x3b, 0xe4, 0x9d, 0x76, 0x89, 0x8c, 0xcd, 0xce, 0xd9 } }; static const struct cckprng_op_reseed op_reseed_4914 = { .hd = { .id = 4658, .kind = OP_RESEED }, .nonce = 6324279951272202190ULL, .seed_nbytes = 272, .seed = { 0x41, 0xac, 0xa6, 0xf2, 0xa7, 0xa6, 0xd8, 0x92, 0x75, 0xf5, 0x2c, 0xc1, 0xec, 0xae, 0x2a, 0x41, 0x8d, 0x2d, 0x40, 0xed, 0x28, 0xdf, 0xbe, 0x5a, 0x32, 0x1c, 0x9b, 0x5f, 0xe1, 0x63, 0x36, 0x10, 0x3e, 0x6a, 0x8a, 0xaa, 0x6b, 0xf4, 0x2c, 0xa9, 0x20, 0x3e, 0xba, 0x8f, 0x9d, 0x66, 0x24, 0x18, 0x07, 0x64, 0xcd, 0x5f, 0x98, 0xe4, 0x34, 0xef, 0x5b, 0xfc, 0xb0, 0x04, 0x74, 0xfe, 0x14, 0xd0, 0xf3, 0x1e, 0xc6, 0xd7, 0x99, 0xde, 0x7e, 0xa3, 0x29, 0x64, 0x88, 0x8c, 0x69, 0xe7, 0x05, 0x4e, 0x24, 0x89, 0x51, 0xe7, 0x3b, 0x64, 0xcf, 0x62, 0x4a, 0xaf, 0xa0, 0x7d, 0x67, 0xc7, 0xea, 0xc6, 0x59, 0x7f, 0x66, 0x64, 0x4c, 0xa2, 0x43, 0xb1, 0xcb, 0xe4, 0x3b, 0x4d, 0xb7, 0xae, 0xe4, 0xf1, 0xf1, 0x0d, 0x0d, 0xe2, 0x22, 0x9b, 0xa3, 0xfd, 0x67, 0x53, 0xb4, 0x53, 0xdd, 0x42, 0xf4, 0x60, 0x15, 0x49, 0x3f, 0xb6, 0x41, 0x38, 0xa7, 0x84, 0x1b, 0xf7, 0xa9, 0x54, 0x64, 0x1d, 0x93, 0x19, 0x77, 0xc9, 0x1e, 0xca, 0x3b, 0x00, 0xb2, 0x0b, 0x55, 0xb9, 0x1a, 0xea, 0x1f, 0x90, 0x97, 0x9a, 0xa2, 0x95, 0x87, 0xde, 0x41, 0xe7, 0xc3, 0x4c, 0xb2, 0x92, 0xf2, 0x4b, 0x50, 0xf1, 0x1f, 0xf9, 0x9f, 0x28, 0x73, 0x4e, 0x3a, 0x9f, 0x9a, 0x8d, 0x9b, 0x29, 0x83, 0x55, 0x61, 0xc3, 0x5e, 0x26, 0xf2, 0xc1, 0xbb, 0x46, 0xad, 0xf0, 0xa2, 0x14, 0x1d, 0x5f, 0xc3, 0xfb, 0xbb, 0x85, 0x3e, 0x78, 0x6a, 0x0d, 0xe6, 0x53, 0xc2, 0xb8, 0xce, 0x87, 0x66, 0x9f, 0x5e, 0x79, 0x33, 0x3d, 0xd2, 0xd3, 0x96, 0x52, 0x6f, 0x66, 0x82, 0xb8, 0x3e, 0xb9, 0x0f, 0xb7, 0xd3, 0x51, 0x70, 0xd6, 0xd3, 0x3b, 0xc6, 0x3d, 0xd9, 0x3c, 0x7c, 0xf5, 0xfb, 0xad, 0x82, 0x1e, 0xa7, 0xc4, 0xc6, 0x79, 0x77, 0x45, 0x6f, 0x51, 0x05, 0x41, 0x79, 0x8a, 0xa7, 0x87, 0xc3, 0x8b, 0x20, 0x46, 0x57, 0x63, 0x41, 0x67 } }; static const struct cckprng_op_reseed op_reseed_4915 = { .hd = { .id = 4659, .kind = OP_RESEED }, .nonce = 17684905075640976183ULL, .seed_nbytes = 271, .seed = { 0x7d, 0x7f, 0xf6, 0xb8, 0x00, 0x9f, 0x9c, 0xa4, 0x18, 0x61, 0x51, 0xfb, 0xcb, 0xa3, 0xd2, 0x36, 0xd5, 0x60, 0x43, 0x3d, 0xe1, 0xef, 0xce, 0xfe, 0x4f, 0xaa, 0xfb, 0x55, 0x0f, 0x2c, 0x24, 0x14, 0x96, 0x16, 0xa4, 0x2f, 0x3a, 0xf0, 0x73, 0x42, 0x30, 0xe0, 0x4e, 0x7f, 0x01, 0xe0, 0x1c, 0x65, 0x50, 0xdf, 0x6d, 0xa7, 0x86, 0xbe, 0x1d, 0x93, 0x19, 0xc3, 0x3c, 0x3f, 0x52, 0x88, 0xa2, 0xe8, 0xd5, 0xe2, 0xc0, 0x3b, 0x99, 0xcb, 0x73, 0x56, 0xd4, 0x68, 0xe3, 0x68, 0xc8, 0x2c, 0xa3, 0x9a, 0x5c, 0x20, 0x66, 0xe2, 0xb9, 0xfe, 0x85, 0x37, 0xc7, 0xf2, 0x09, 0x81, 0x0e, 0x4c, 0xbd, 0xf1, 0xba, 0x3b, 0x42, 0x9d, 0x2b, 0xfc, 0x15, 0xb1, 0xce, 0xfb, 0x01, 0xf9, 0xc0, 0x0c, 0x73, 0xaa, 0x92, 0x2b, 0x45, 0xdd, 0x5a, 0x57, 0x34, 0x81, 0x6b, 0x55, 0xf8, 0xff, 0x49, 0x7a, 0x51, 0x52, 0xcc, 0xdd, 0x42, 0xb5, 0x8a, 0x7d, 0x6f, 0x1c, 0x5d, 0x15, 0x2e, 0x33, 0x39, 0x6b, 0x8a, 0xca, 0x83, 0x13, 0x29, 0xa6, 0x7c, 0x2d, 0xa4, 0x0c, 0xf3, 0x41, 0x38, 0x11, 0xc4, 0x97, 0x8c, 0x6f, 0x3d, 0x5c, 0x33, 0x07, 0xda, 0xa5, 0x5a, 0x8e, 0x11, 0x88, 0x18, 0x5f, 0x83, 0x45, 0xe4, 0xa7, 0xe0, 0x7e, 0xc9, 0xf1, 0x1c, 0x61, 0x93, 0xa1, 0xf0, 0x45, 0xf3, 0x02, 0xbe, 0x20, 0x43, 0x1f, 0x6f, 0x03, 0x09, 0x4f, 0xcd, 0x08, 0x80, 0x38, 0x7b, 0x05, 0xad, 0x9c, 0x56, 0xcb, 0xb2, 0x86, 0x20, 0x53, 0xf6, 0x7c, 0xe2, 0xf8, 0x96, 0xac, 0x34, 0xac, 0xd3, 0xca, 0x3f, 0xb3, 0x6a, 0x48, 0x62, 0xd2, 0x16, 0xeb, 0x58, 0x8b, 0x26, 0x9b, 0x29, 0x99, 0xd2, 0xf4, 0xfd, 0x91, 0xee, 0xb8, 0x70, 0x9a, 0x38, 0x3f, 0xe3, 0x66, 0x35, 0xd2, 0xa1, 0x06, 0x1f, 0xfc, 0x7b, 0xb2, 0x73, 0x65, 0xe1, 0xd2, 0x18, 0xc2, 0x1b, 0xf6, 0x71, 0xc1, 0xb2, 0xca, 0xe7, 0x88, 0x60, 0xe8, 0x26 } }; static const struct cckprng_op_refresh op_refresh_4916 = { .hd = { .id = 4660, .kind = OP_REFRESH }, .rand = 17795485736193331253ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4917 = { .hd = { .id = 4661, .kind = OP_RESEED }, .nonce = 11280021366375077996ULL, .seed_nbytes = 277, .seed = { 0xb7, 0x91, 0x56, 0xe1, 0x6c, 0x61, 0x52, 0x88, 0x30, 0x61, 0x00, 0x1a, 0x59, 0xaf, 0xd9, 0x11, 0x1f, 0xa7, 0x45, 0x9e, 0x69, 0x15, 0xac, 0xdf, 0xa6, 0x1d, 0x59, 0x88, 0xb5, 0x1d, 0xfd, 0xe1, 0x71, 0x3d, 0x66, 0x69, 0x0c, 0x89, 0x34, 0x6b, 0xe6, 0xa5, 0x1e, 0x21, 0xfd, 0x01, 0xe6, 0xaa, 0x06, 0x86, 0xa6, 0x8b, 0x39, 0xb9, 0x93, 0xf4, 0x95, 0xb4, 0xcd, 0x40, 0x26, 0x8d, 0x94, 0x0d, 0xeb, 0x85, 0xa0, 0x10, 0x40, 0x12, 0x0e, 0xf8, 0x27, 0x87, 0x71, 0x22, 0x50, 0x71, 0x1b, 0x74, 0x8b, 0xb0, 0xf4, 0x74, 0x00, 0xcb, 0x95, 0x95, 0x4e, 0x8c, 0xec, 0xa9, 0xbd, 0x02, 0xa8, 0xe5, 0xcd, 0xa4, 0x6f, 0x7e, 0x48, 0x31, 0x5b, 0x9b, 0xa1, 0xfb, 0x6b, 0x41, 0x5d, 0x0a, 0x1e, 0x5e, 0xf1, 0xde, 0x69, 0x13, 0xbd, 0x3f, 0x76, 0x0c, 0x61, 0xc9, 0x32, 0xc2, 0x2a, 0xed, 0x5b, 0x2e, 0x1f, 0x8e, 0xf7, 0x9a, 0x99, 0x97, 0x8a, 0xed, 0xb5, 0x78, 0xd5, 0x3f, 0xb9, 0xbb, 0x8d, 0x03, 0x80, 0xc4, 0xef, 0xe0, 0xb2, 0x0a, 0xd9, 0xd7, 0xcb, 0xf1, 0x21, 0x42, 0xcc, 0xda, 0x0e, 0xc9, 0x9e, 0x2e, 0x83, 0xa9, 0x8f, 0xd2, 0xb2, 0x8c, 0x91, 0x80, 0xc2, 0x54, 0x50, 0x9e, 0x34, 0x87, 0x8f, 0x5e, 0xbc, 0xca, 0xea, 0x4a, 0x8c, 0x16, 0x02, 0x5a, 0x94, 0x27, 0x08, 0xd3, 0xdd, 0x59, 0xa0, 0x0b, 0x92, 0x4d, 0xfc, 0xac, 0xac, 0xa9, 0x06, 0xf7, 0xeb, 0xa7, 0x9e, 0xda, 0xd3, 0x9d, 0xcf, 0x86, 0x11, 0xcd, 0xa0, 0x4d, 0xae, 0x34, 0xeb, 0x9a, 0x4d, 0x1c, 0xf0, 0xcd, 0x6c, 0xb9, 0x34, 0xf1, 0xb9, 0x2b, 0x7b, 0xca, 0x49, 0xd3, 0x22, 0xbd, 0x2f, 0x90, 0x0f, 0x8a, 0xb6, 0x1e, 0x22, 0x3a, 0x8c, 0x2f, 0xa0, 0x5d, 0x24, 0xd1, 0x55, 0xdd, 0x85, 0xce, 0x4e, 0x1b, 0xcb, 0x82, 0x0c, 0x0d, 0x2a, 0xb5, 0x92, 0x33, 0xb3, 0xfd, 0x42, 0x9d, 0x1a, 0x24, 0xfa, 0x37, 0x3f, 0xd2, 0xfd, 0xc2, 0x02, 0xea, 0xdb } }; static const struct cckprng_op_reseed op_reseed_4918 = { .hd = { .id = 4662, .kind = OP_RESEED }, .nonce = 12524123669875287028ULL, .seed_nbytes = 260, .seed = { 0xad, 0xce, 0x65, 0xe4, 0x0a, 0xb4, 0x8b, 0x9d, 0x42, 0x0a, 0x42, 0x24, 0xa8, 0x66, 0xcb, 0x5d, 0xe7, 0x33, 0x2e, 0xf8, 0x26, 0xf7, 0x93, 0x45, 0xd5, 0xb6, 0xd7, 0x6f, 0x07, 0xbc, 0xd1, 0x49, 0xd5, 0x10, 0x47, 0x46, 0x5b, 0xf7, 0x34, 0x34, 0x82, 0x1c, 0x70, 0x10, 0x23, 0x80, 0x86, 0x6d, 0x2d, 0xe7, 0xb6, 0x50, 0xe1, 0xf7, 0x84, 0xf7, 0x99, 0x65, 0xc9, 0x8a, 0xab, 0xad, 0x79, 0x01, 0x44, 0xe6, 0xfc, 0x74, 0xaf, 0x26, 0xf2, 0xed, 0x47, 0xea, 0x3e, 0x74, 0x11, 0xc7, 0x57, 0x88, 0xb2, 0x67, 0xae, 0x99, 0x16, 0xa7, 0xc3, 0xd2, 0x78, 0x57, 0xa3, 0x64, 0xd4, 0x24, 0xc5, 0x54, 0xda, 0x6d, 0x6b, 0xd8, 0x70, 0xf9, 0x55, 0xa5, 0xe7, 0x70, 0x2a, 0x9a, 0x41, 0x6e, 0xf7, 0x78, 0x91, 0xdc, 0x4e, 0x21, 0xc5, 0x65, 0xc6, 0xac, 0x81, 0xbe, 0xb8, 0x6e, 0x85, 0xe8, 0x2d, 0xad, 0x45, 0x90, 0xd4, 0xe1, 0xd6, 0x01, 0x8d, 0x27, 0xf6, 0x7c, 0xb2, 0x7a, 0xbd, 0x8f, 0x5f, 0x14, 0x47, 0x60, 0x37, 0x17, 0x9f, 0xf2, 0x25, 0x86, 0xee, 0x4a, 0x35, 0x26, 0xe7, 0x16, 0x37, 0x9d, 0x0b, 0x13, 0xc4, 0xd5, 0x65, 0xc5, 0x85, 0x70, 0x75, 0xf7, 0x96, 0x27, 0x08, 0x81, 0x0f, 0x3f, 0xc8, 0x3f, 0x65, 0x15, 0x39, 0x06, 0x83, 0xbb, 0xdf, 0x2c, 0x92, 0x55, 0x70, 0xcb, 0xab, 0x24, 0x7a, 0xec, 0x85, 0xd2, 0xde, 0xca, 0x10, 0x24, 0xed, 0x85, 0x54, 0xda, 0x4b, 0xe3, 0xca, 0xc9, 0xf9, 0x04, 0xb3, 0x19, 0x3d, 0x40, 0x97, 0x3a, 0x78, 0x87, 0x4c, 0xcc, 0x6d, 0x61, 0x0a, 0x01, 0x1a, 0x9b, 0xf3, 0xe2, 0xde, 0x32, 0x04, 0x00, 0xd5, 0xa2, 0x6d, 0x77, 0x45, 0x6d, 0x4e, 0xfc, 0x48, 0x16, 0x98, 0x17, 0x34, 0x56, 0xc9, 0x64, 0x91, 0x60, 0x16, 0xcb, 0x0f, 0x95, 0x16, 0xdc, 0x47, 0xce, 0xda, 0x97 } }; static const struct cckprng_op_generate op_init_4919 = { .hd = { .id = 4663, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0x2e, 0xa4, 0x8f, 0xcd, 0x33, 0x3a, 0x57, 0x94, 0x97, 0x70, 0x26, 0xde, 0xcc, 0x09, 0x59, 0x61, 0x50, 0xd0, 0xd7, 0xd4, 0x8e, 0x22, 0xef, 0x31, 0x4c, 0xdb, 0xa6, 0x2f, 0xae, 0x7b, 0x9e, 0xab, 0xa8, 0xaf, 0xf8, 0xa8, 0x5b, 0x56, 0x80, 0xa6, 0x84, 0x16, 0xc5, 0xe0, 0x0b, 0xbd, 0xe6, 0xc9, 0x99, 0xa4, 0x4e, 0x78, 0x05, 0x31, 0x44, 0x30, 0x61, 0x55, 0xb6, 0x01, 0x92, 0x02, 0x5c, 0x71, 0x4a, 0xae, 0xf9, 0x85, 0x0d, 0x2d, 0xd5, 0xab, 0x67, 0xd0, 0x9b, 0x45, 0xe3, 0x98, 0xaf, 0x89, 0xb4, 0x2e, 0xe8, 0x16, 0x0e, 0x9c, 0x87, 0xcd, 0xba, 0x9a, 0x3b, 0x53, 0x9b, 0xaf, 0x52, 0x5a, 0xdc, 0x61, 0xae, 0xb8, 0xca, 0xf1, 0x40, 0xaa, 0xf3, 0x1d, 0xc8, 0x1b, 0x6a, 0xff, 0xfd, 0x6e, 0xf1, 0x20, 0x42, 0xed, 0xf3, 0xc6, 0xaa, 0xe0, 0x83, 0x41, 0x22, 0xfe, 0xe6, 0x1f, 0xc1, 0x1d, 0x8d, 0x97, 0xad, 0x29, 0x84, 0x71, 0xda, 0x5d, 0xfa, 0x0a, 0x55, 0xff, 0xc5, 0xe6, 0x62, 0xa9, 0x9c, 0x8a, 0x31, 0x37, 0x47, 0x17, 0xc7, 0x1d, 0xc7, 0x03, 0x30, 0xe9, 0x45, 0x29, 0x36, 0x36, 0xa0, 0xc1, 0xa4, 0x65, 0xf8, 0x6f, 0x63, 0x05, 0xec, 0xdc, 0x32, 0xd2, 0x8a, 0x38, 0x91 } } }; static const struct cckprng_op_reseed op_reseed_4920 = { .hd = { .id = 4664, .kind = OP_RESEED }, .nonce = 4015070091691493611ULL, .seed_nbytes = 276, .seed = { 0xf4, 0xab, 0x94, 0xff, 0xd1, 0xe3, 0x09, 0x93, 0x1a, 0xe7, 0x5b, 0x02, 0x47, 0x9e, 0xd8, 0x7e, 0x05, 0xa5, 0x38, 0xc3, 0xd0, 0xf5, 0xcb, 0xa3, 0x7a, 0x6b, 0xac, 0xc1, 0xe0, 0x72, 0xf8, 0xa1, 0x03, 0x09, 0x9c, 0xb3, 0xe3, 0x43, 0x12, 0x04, 0x87, 0x8b, 0x8d, 0xf5, 0x63, 0x15, 0x67, 0x36, 0x5e, 0x1d, 0xb0, 0xe9, 0x9f, 0x00, 0xe2, 0x2d, 0x52, 0xa9, 0xd8, 0x0e, 0x73, 0xd9, 0x23, 0x8d, 0x8f, 0x92, 0xb1, 0xbc, 0x57, 0xab, 0x36, 0xc9, 0xc7, 0xec, 0x47, 0x66, 0x13, 0x9b, 0x89, 0x81, 0x0c, 0x64, 0x6c, 0x2a, 0xfb, 0x05, 0xb6, 0x24, 0x58, 0x71, 0x03, 0x92, 0xd5, 0x2f, 0x49, 0x37, 0x11, 0xa7, 0xe7, 0xfd, 0x12, 0xf0, 0xe9, 0x83, 0xe0, 0x28, 0xe7, 0xe7, 0xe5, 0xce, 0x6c, 0x75, 0xde, 0x32, 0x68, 0x98, 0xcc, 0xd8, 0xb9, 0x8e, 0x60, 0xd4, 0xdf, 0x0c, 0x3d, 0xa5, 0xdc, 0xe4, 0x3c, 0xca, 0x2d, 0xec, 0xe5, 0x52, 0x82, 0x75, 0x2c, 0xbb, 0x98, 0x86, 0xde, 0xc2, 0x5d, 0x3c, 0x19, 0xeb, 0x14, 0xcc, 0x26, 0xa8, 0x40, 0x5b, 0x93, 0x88, 0x92, 0x9e, 0xbf, 0x22, 0x7e, 0x17, 0x08, 0x9c, 0xe8, 0x3a, 0xc6, 0x7d, 0x82, 0x0a, 0xef, 0x95, 0xbc, 0xb7, 0x19, 0xf0, 0x2a, 0x02, 0x72, 0x48, 0x1d, 0xfd, 0x5c, 0x80, 0xe8, 0x7f, 0xca, 0xf7, 0x00, 0x0b, 0xc1, 0x24, 0x0c, 0x25, 0x6e, 0x64, 0xa4, 0xd9, 0xb7, 0xe4, 0xeb, 0xb9, 0x7d, 0xd7, 0xc4, 0x97, 0xa0, 0xee, 0xbb, 0x5f, 0xe0, 0x57, 0xcd, 0x7f, 0x13, 0xe8, 0xe2, 0x1c, 0x5d, 0xe6, 0xc6, 0xa8, 0xe3, 0x65, 0x16, 0x66, 0x45, 0x33, 0x37, 0xa4, 0x8e, 0xd4, 0xc0, 0x5f, 0xed, 0xa5, 0xf6, 0x74, 0x4b, 0x3e, 0x48, 0xc2, 0xf4, 0xfc, 0xa7, 0x2f, 0xf3, 0xbd, 0x01, 0x10, 0x47, 0xdc, 0xac, 0xa1, 0xe6, 0xc7, 0x38, 0xf1, 0x7a, 0x8c, 0xf4, 0x1a, 0x20, 0x77, 0x0c, 0x6e, 0xc9, 0xda, 0xa6, 0xaa, 0xe5, 0x85, 0xdd, 0x92, 0x7e, 0x5a, 0x95, 0x9f } }; static const struct cckprng_op_reseed op_reseed_4921 = { .hd = { .id = 4665, .kind = OP_RESEED }, .nonce = 4001899944094997328ULL, .seed_nbytes = 199, .seed = { 0xff, 0xef, 0xd9, 0x91, 0x45, 0x15, 0xb2, 0xb9, 0x1f, 0x87, 0xdd, 0x24, 0x1f, 0x54, 0x51, 0x9e, 0xa2, 0x75, 0xa0, 0x03, 0x30, 0x45, 0x62, 0xfd, 0xf0, 0x6d, 0x17, 0x21, 0x8f, 0x7d, 0xc5, 0x3b, 0x7b, 0x3a, 0x59, 0xdc, 0x58, 0x05, 0x4a, 0x95, 0x9e, 0x25, 0xfc, 0x79, 0xe9, 0x53, 0xff, 0x88, 0xf9, 0x30, 0xab, 0xec, 0x95, 0x27, 0x9c, 0xcb, 0x90, 0xb2, 0xe5, 0xa5, 0x73, 0xc9, 0x1a, 0x11, 0xd0, 0x42, 0x06, 0xdc, 0x43, 0x23, 0x6d, 0x3b, 0x05, 0xa2, 0xd2, 0x1f, 0x61, 0x97, 0xfa, 0xc3, 0x83, 0x68, 0xa3, 0xc9, 0xa9, 0xb5, 0x46, 0x80, 0x01, 0x54, 0xe7, 0xb2, 0x45, 0x90, 0x92, 0x00, 0x8d, 0x03, 0x6c, 0x43, 0x57, 0xec, 0x6b, 0xf5, 0xc6, 0x13, 0xf4, 0x8d, 0x10, 0x85, 0x4e, 0xbf, 0x89, 0xaa, 0xea, 0xd3, 0xfc, 0xfc, 0x50, 0x81, 0x84, 0x03, 0xf0, 0xce, 0xfb, 0x28, 0xee, 0xf6, 0xc3, 0x8a, 0x06, 0xff, 0x42, 0x4d, 0x69, 0xbc, 0xae, 0xeb, 0xef, 0xd6, 0xd2, 0xea, 0x38, 0xd6, 0xc1, 0xe0, 0x86, 0x09, 0xda, 0xa4, 0xa8, 0x4a, 0x2c, 0x7c, 0xa5, 0x84, 0x7a, 0xc6, 0x0b, 0x5f, 0xcf, 0x8c, 0x13, 0xa3, 0x79, 0x33, 0x47, 0x24, 0xbe, 0xf4, 0xc1, 0x42, 0xf0, 0x15, 0xf3, 0xea, 0x26, 0x1f, 0x06, 0x31, 0xa6, 0xc2, 0x4e, 0xb4, 0x7c, 0x25, 0x2e, 0xf6, 0x62, 0xb9, 0xd2, 0x72, 0x79, 0x9b, 0xf5, 0xa4, 0xda, 0x7b, 0xd2 } }; static const struct cckprng_op_reseed op_reseed_4922 = { .hd = { .id = 4666, .kind = OP_RESEED }, .nonce = 11728368996284136043ULL, .seed_nbytes = 176, .seed = { 0x5a, 0x02, 0x62, 0x88, 0x1c, 0x60, 0xfd, 0x53, 0x3b, 0x7b, 0x16, 0xdf, 0x16, 0xa3, 0xab, 0x7f, 0x92, 0x8c, 0x10, 0x2c, 0x18, 0xc3, 0x80, 0x1e, 0xcb, 0x44, 0x89, 0x31, 0x35, 0x97, 0xce, 0x5a, 0x6c, 0x64, 0xc9, 0x10, 0x68, 0x05, 0x5e, 0xdd, 0xd5, 0x0c, 0xd9, 0xfe, 0xed, 0x0f, 0x8a, 0x32, 0x1d, 0x65, 0x16, 0x3d, 0xeb, 0x74, 0xda, 0x3d, 0x5b, 0xee, 0xec, 0x47, 0x90, 0xf5, 0x6c, 0xb2, 0xb2, 0x31, 0xa7, 0x4f, 0xfa, 0x67, 0x3e, 0xe4, 0x59, 0xcd, 0x32, 0x5c, 0x18, 0x0d, 0x1f, 0x1d, 0x00, 0xb6, 0xf0, 0xeb, 0xcc, 0xec, 0x6f, 0x41, 0x75, 0x0b, 0x68, 0xfa, 0x6d, 0xac, 0x75, 0x4b, 0x74, 0x38, 0x79, 0xf9, 0x75, 0x0f, 0x81, 0x02, 0xe0, 0x29, 0x8b, 0xef, 0xa2, 0x39, 0x50, 0xd5, 0x27, 0x04, 0x42, 0x54, 0x58, 0x69, 0x03, 0x90, 0x97, 0x06, 0xe5, 0x8b, 0x92, 0xf0, 0x73, 0x4c, 0xbd, 0x61, 0x28, 0xd8, 0xe8, 0x26, 0x6a, 0xae, 0x57, 0x9b, 0xa8, 0x7f, 0x9c, 0x64, 0xf9, 0x09, 0x1f, 0x4f, 0xfc, 0x44, 0xfb, 0x7d, 0xf6, 0x60, 0x9f, 0x16, 0x7f, 0x25, 0x6b, 0xb5, 0xea, 0x5f, 0x17, 0xed, 0xd8, 0x71, 0x33, 0xb2, 0xa1, 0x1e, 0x75, 0x97, 0xa8, 0x3f, 0x36, 0x11, 0x62, 0xdc } }; static const struct cckprng_op_refresh op_refresh_4923 = { .hd = { .id = 4667, .kind = OP_REFRESH }, .rand = 2361671493782071805ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4924 = { .hd = { .id = 4668, .kind = OP_RESEED }, .nonce = 5892959674648953825ULL, .seed_nbytes = 121, .seed = { 0x3f, 0xfc, 0x56, 0x56, 0x35, 0xfb, 0x95, 0x42, 0xde, 0x4b, 0xce, 0x02, 0xee, 0x2d, 0xb3, 0x01, 0x31, 0xd8, 0xf8, 0x85, 0x70, 0xc7, 0x26, 0x42, 0xbb, 0x06, 0xe1, 0x51, 0x2a, 0xce, 0xce, 0x3c, 0xd2, 0xd5, 0xed, 0x0a, 0x10, 0x23, 0x46, 0x61, 0x37, 0xdc, 0x77, 0xdb, 0x46, 0x77, 0xfd, 0xfb, 0x81, 0x00, 0x31, 0x64, 0xed, 0xe4, 0xdc, 0xbe, 0x8a, 0x1f, 0x3e, 0xe7, 0x12, 0xcb, 0xfe, 0x16, 0xcd, 0x39, 0xcc, 0xe8, 0x4f, 0x4b, 0xa7, 0x10, 0x05, 0x07, 0xd7, 0xf2, 0xd3, 0xe6, 0x2d, 0xf8, 0x73, 0xc9, 0x1c, 0x41, 0x45, 0x84, 0x73, 0x02, 0xb9, 0x21, 0xe8, 0xc9, 0x35, 0xe5, 0x42, 0x01, 0x3e, 0xdf, 0x6d, 0x18, 0x1f, 0xd3, 0xe9, 0x3a, 0xb5, 0xa6, 0x5d, 0xd0, 0x1a, 0x9b, 0xbe, 0x9b, 0x88, 0xef, 0x2a, 0x84, 0x9b, 0x8f, 0xa9, 0xe7, 0xca } }; static const struct cckprng_op_refresh op_refresh_4925 = { .hd = { .id = 4669, .kind = OP_REFRESH }, .rand = 6164067723584761755ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4926 = { .hd = { .id = 4670, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x46, 0x01, 0x34, 0xc2, 0xbb, 0x64, 0x46, 0x54, 0xc1, 0x00, 0x85, 0x17, 0xf5, 0xde, 0x65, 0xfb, 0x56, 0x00, 0x44, 0xb4, 0xb3, 0x86, 0x9a, 0x27, 0xba, 0x69, 0x62, 0x73, 0x25, 0x61, 0x22, 0x49, 0x30, 0x82, 0x2c, 0xd3, 0x2f, 0x1e, 0x49, 0x48, 0x6b, 0xfe, 0xfa, 0x16, 0x10, 0x2e, 0x22, 0xe6, 0x48, 0xd0, 0xdf, 0x60, 0xdd, 0xd6, 0xd5, 0xcd, 0x54, 0x7b, 0x2e, 0x37, 0xaa, 0x75, 0xf0, 0x43, 0x69, 0xcc, 0xce, 0x57, 0xa4, 0x94, 0xfc, 0x44, 0xe4, 0x80, 0x45, 0x9a, 0x70, 0xb7, 0x6e, 0x35, 0xfd, 0xae, 0x27, 0xd2, 0xd9, 0xa0, 0x1f, 0xfd, 0x2e, 0x58, 0xcc, 0xc9, 0x9a, 0x99, 0x55, 0xba, 0x15, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_4927 = { .hd = { .id = 4671, .kind = OP_RESEED }, .nonce = 15706420738640446032ULL, .seed_nbytes = 116, .seed = { 0x09, 0x48, 0x17, 0x09, 0x45, 0x0a, 0xda, 0x2a, 0xc0, 0x2c, 0x17, 0x20, 0x99, 0x58, 0x70, 0xdb, 0x44, 0xeb, 0xbd, 0x90, 0xe6, 0x55, 0x15, 0xc8, 0xc9, 0x06, 0x6f, 0x11, 0x21, 0x2b, 0x4c, 0x55, 0xb2, 0x87, 0xcd, 0xc5, 0x60, 0xc4, 0xd9, 0xbd, 0x71, 0xd4, 0x48, 0x2e, 0xdc, 0xec, 0x2b, 0x35, 0x9c, 0x3b, 0x79, 0xd3, 0x14, 0x58, 0x36, 0x20, 0x53, 0x08, 0xe2, 0x1d, 0xc4, 0xd4, 0xb0, 0xf3, 0x4a, 0x4f, 0x3a, 0x6c, 0xd1, 0x44, 0x65, 0x89, 0x61, 0xd8, 0x84, 0x74, 0x48, 0x1f, 0x6a, 0x53, 0x9d, 0xd2, 0xa0, 0x54, 0x75, 0x2d, 0x62, 0xd2, 0xdc, 0x7b, 0xb0, 0xb2, 0xe2, 0x77, 0x25, 0x64, 0x16, 0x17, 0x31, 0x71, 0x30, 0x97, 0x1a, 0x1d, 0xf7, 0x59, 0xaf, 0xeb, 0x4a, 0xa6, 0x59, 0xe3, 0xc6, 0x5f, 0x35, 0xdd } }; static const struct cckprng_op_refresh op_refresh_4928 = { .hd = { .id = 4672, .kind = OP_REFRESH }, .rand = 17034989303230053268ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4929 = { .hd = { .id = 4673, .kind = OP_RESEED }, .nonce = 14687884978271756019ULL, .seed_nbytes = 131, .seed = { 0x83, 0xb4, 0xf1, 0xd7, 0xab, 0x80, 0xe3, 0x6f, 0xaf, 0x00, 0x19, 0xcc, 0xa8, 0xca, 0x47, 0xe8, 0xc0, 0x25, 0x2e, 0xd3, 0xcd, 0x92, 0x52, 0x1e, 0x79, 0x40, 0xe6, 0xb1, 0x76, 0x7a, 0x86, 0xb1, 0x05, 0x93, 0x6d, 0x1e, 0xb7, 0x53, 0x5b, 0xcd, 0x1e, 0x6e, 0x52, 0xb6, 0xbc, 0x9e, 0xa6, 0x0d, 0xd2, 0x68, 0x44, 0x45, 0x9c, 0x1e, 0x74, 0x4d, 0x09, 0x1d, 0xe1, 0xe9, 0xee, 0x97, 0x6d, 0xa1, 0x0d, 0x7d, 0xf5, 0x68, 0x6c, 0x40, 0x96, 0x97, 0x4e, 0xdd, 0x61, 0x6c, 0x98, 0x9f, 0x84, 0x2d, 0x4c, 0x3d, 0x00, 0xd1, 0xa7, 0xdb, 0xdc, 0xd4, 0xca, 0x74, 0x11, 0x13, 0x5c, 0xf0, 0x93, 0xbf, 0xbb, 0x90, 0x1f, 0xeb, 0xda, 0x7e, 0xac, 0xab, 0x4b, 0xdc, 0x0e, 0x10, 0xf9, 0x4e, 0xcc, 0x1f, 0x60, 0x54, 0xfc, 0xc0, 0xb0, 0x07, 0xdf, 0xd3, 0x41, 0x0a, 0x7e, 0x31, 0x72, 0x52, 0xfc, 0xfa, 0x3d, 0x2c, 0xd6 } }; static const struct cckprng_op_reseed op_reseed_4930 = { .hd = { .id = 4674, .kind = OP_RESEED }, .nonce = 4236539808851763199ULL, .seed_nbytes = 62, .seed = { 0x8b, 0x16, 0xbf, 0xec, 0x29, 0xdf, 0x43, 0x63, 0xd1, 0xd3, 0xe2, 0xc1, 0x37, 0x72, 0x8e, 0x64, 0xc3, 0xda, 0xbc, 0x3d, 0xd6, 0x12, 0x11, 0x33, 0xf8, 0xd0, 0xea, 0x8b, 0x39, 0xca, 0x22, 0x11, 0xef, 0x2e, 0x01, 0xd5, 0xc2, 0xae, 0xe3, 0xe9, 0xb0, 0x29, 0x15, 0xad, 0x5f, 0x3a, 0x2d, 0x71, 0xaa, 0xf3, 0x72, 0x33, 0xc4, 0x77, 0x1d, 0x5f, 0x8b, 0xd0, 0xc9, 0x96, 0xae, 0xf1 } }; static const struct cckprng_op_generate op_init_4931 = { .hd = { .id = 4675, .kind = OP_GENERATE }, .rand_nbytes = 209, .out = { .rand = { 0xcb, 0xaf, 0x72, 0xa4, 0x08, 0x34, 0x9a, 0xef, 0x6c, 0xcc, 0x21, 0x5a, 0x9b, 0x35, 0xe9, 0xc0, 0x76, 0x2b, 0x97, 0x39, 0xa7, 0x97, 0x03, 0xe2, 0xd2, 0x23, 0x5d, 0xbe, 0x83, 0xc7, 0xe3, 0x09, 0x56, 0xa3, 0x3a, 0x3f, 0xfe, 0x85, 0x3f, 0x31, 0x87, 0x6a, 0x94, 0x44, 0xb4, 0xd3, 0xbe, 0x11, 0x7b, 0xc9, 0x89, 0x9f, 0xc2, 0x82, 0x52, 0x51, 0x97, 0x08, 0xb8, 0xd0, 0x56, 0x01, 0x8d, 0x25, 0x37, 0x81, 0xb6, 0x1b, 0x2f, 0x4b, 0x65, 0x14, 0x9f, 0x9c, 0x01, 0x9a, 0xbb, 0xda, 0xf3, 0xdd, 0x22, 0x1c, 0x72, 0x57, 0xde, 0x37, 0x37, 0xc8, 0x79, 0x90, 0x83, 0xcf, 0x0d, 0xfa, 0x8d, 0x87, 0xa7, 0xe9, 0x25, 0x1b, 0x84, 0xf1, 0x9d, 0xe6, 0x67, 0x11, 0xab, 0xa8, 0x42, 0xaf, 0x82, 0x57, 0xe1, 0x5d, 0x36, 0xdd, 0x31, 0x8b, 0x24, 0xcf, 0x9e, 0x1b, 0x80, 0x29, 0x9f, 0x15, 0x7f, 0x3f, 0xb3, 0x2b, 0xeb, 0x60, 0x7f, 0x40, 0x10, 0x7a, 0xe1, 0x15, 0xaf, 0x56, 0x59, 0x09, 0x1c, 0xe9, 0xa1, 0x28, 0x32, 0xcc, 0xc5, 0xd2, 0xfa, 0x58, 0x7c, 0x15, 0xb4, 0xd4, 0x21, 0xca, 0xde, 0x2a, 0x4a, 0x1e, 0x13, 0x92, 0xe3, 0xcc, 0x3d, 0x9d, 0xe8, 0xb8, 0x4c, 0x5a, 0x5c, 0xa2, 0x25, 0x3d, 0xb6, 0x8a, 0x63, 0xf8, 0x9c, 0x29, 0x33, 0xf6, 0x58, 0x86, 0x0c, 0x13, 0x6d, 0x81, 0x23, 0xad, 0x82, 0x12, 0xa9, 0x88, 0x09, 0x0d, 0x1c, 0x9c, 0x00, 0x44, 0xf4, 0xc2, 0x6c, 0x71, 0xb1, 0x58, 0xa3 } } }; static const struct cckprng_op_refresh op_refresh_4932 = { .hd = { .id = 4676, .kind = OP_REFRESH }, .rand = 13581348085776555070ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4933 = { .hd = { .id = 4677, .kind = OP_GENERATE }, .rand_nbytes = 54, .out = { .rand = { 0xc2, 0x59, 0x29, 0xf4, 0xa6, 0x04, 0xb0, 0x28, 0xfd, 0xd6, 0xfc, 0x34, 0xba, 0xc8, 0xd0, 0x5d, 0xfa, 0x65, 0xe3, 0x44, 0xb3, 0xfc, 0x90, 0xb0, 0xb7, 0x02, 0xa9, 0x0c, 0xa9, 0xd0, 0x13, 0x00, 0x17, 0x39, 0xd8, 0xba, 0x07, 0xcb, 0xd3, 0x9a, 0x78, 0x96, 0x3f, 0x74, 0x38, 0x34, 0x39, 0xba, 0x3a, 0x68, 0xab, 0x5d, 0xf5, 0xed } } }; static const struct cckprng_op_generate op_init_4934 = { .hd = { .id = 4678, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0xb9, 0x85, 0xbb, 0x69, 0x7c, 0xed, 0x27, 0xfc, 0xb4, 0x57, 0xa3, 0x5d, 0xee, 0x2c, 0x45, 0xac, 0xfd, 0x8b, 0xb5, 0x15, 0x60, 0x41, 0x1e, 0xef, 0x2a, 0x83, 0x80, 0x3f, 0xd7, 0x57, 0x8d, 0x79, 0x9d, 0x58, 0x79, 0xe4, 0xcb, 0xa0, 0x01, 0x72, 0xe8, 0x14, 0x53, 0x7c, 0x0a, 0x0b, 0x6e, 0xfb, 0x2e, 0x3e, 0xb1, 0x10, 0xd2, 0xb5, 0x80, 0xd7, 0xd6, 0x4c, 0x75, 0x47, 0x1d, 0x96, 0xf4, 0xdb, 0x96, 0x80, 0x85, 0x52, 0xb2, 0x06, 0xdd, 0x59, 0xc4, 0x7f, 0xd1, 0x49, 0xe3, 0x59, 0x7b, 0xe0, 0x7a, 0xdd, 0x5c, 0x88, 0x0a, 0xb4, 0xeb, 0xed, 0x14, 0x43, 0xb8, 0xa7, 0xf8, 0x5c, 0xfe, 0x21, 0xef, 0x36, 0x05, 0xed, 0x6b, 0x32, 0x98, 0xc7, 0x9f, 0x10, 0x97, 0x34, 0x0f, 0x8f, 0x23, 0xde, 0xd8, 0x32, 0xb2, 0x36, 0xfb, 0xee, 0xd4, 0xe4, 0x11, 0xdd, 0x55, 0x63, 0xdd, 0x84, 0xb2, 0x97, 0x81, 0x2c, 0x90, 0xf1, 0xd8, 0xdd, 0x02, 0x39, 0xfe, 0x8e, 0x11, 0x5e, 0x7d, 0x21, 0x4b, 0x8c, 0x82, 0x8e, 0xce, 0xea, 0x9b, 0x2a, 0x31, 0x35, 0xb9, 0xd6, 0xd7, 0xb3, 0xf8, 0x04, 0x94, 0x9b, 0x65, 0x3f, 0xbc, 0x81, 0xd2, 0x1a, 0x1d, 0xde, 0x2c, 0xe8, 0xa4, 0x9a, 0xd3, 0x64, 0xed, 0x79, 0xe4, 0xba, 0xf3, 0x24, 0xae, 0xfc, 0x47, 0x20, 0x74, 0xde, 0x6e, 0xbf, 0x20, 0xcb, 0xdf, 0xd0, 0xef, 0xf4, 0x36, 0x24, 0x6b, 0x2b, 0x8a, 0x86, 0x8e, 0x2f, 0x2f, 0x21, 0x22, 0x4c, 0xfb, 0xb4, 0x87, 0xb5, 0x5f, 0x7a, 0x19, 0xbc, 0x6f, 0xca, 0x17, 0x5b, 0x6c, 0x12, 0x91, 0x94, 0x22, 0xf7, 0xa2, 0xe6, 0x17, 0xfb, 0xa1, 0x5c, 0x9d, 0x91, 0x6d, 0x87, 0x49, 0xc9, 0x4d, 0xde, 0x1c, 0xd9, 0x64, 0xa4, 0x77, 0xc9, 0xde, 0x69, 0x46, 0x96, 0x23, 0x3c, 0xba, 0x18, 0x07, 0x61, 0x97, 0xb2 } } }; static const struct cckprng_op_reseed op_reseed_4935 = { .hd = { .id = 4679, .kind = OP_RESEED }, .nonce = 12186640669697618096ULL, .seed_nbytes = 168, .seed = { 0xf0, 0x8a, 0x3e, 0xd2, 0x79, 0x59, 0xf7, 0x82, 0xb1, 0x73, 0x0d, 0xae, 0x3b, 0x8c, 0x56, 0x45, 0x94, 0x34, 0x53, 0x72, 0xfd, 0x63, 0xaa, 0x0d, 0x9d, 0xf2, 0x29, 0x8c, 0x0f, 0x89, 0x4b, 0x0e, 0x6a, 0xd3, 0x72, 0xce, 0x58, 0x50, 0xfd, 0x0f, 0x96, 0xf5, 0xe6, 0x8a, 0x89, 0xce, 0x8e, 0x38, 0xbd, 0x48, 0xb8, 0x9b, 0x3a, 0xd7, 0xb9, 0x5b, 0xbe, 0x29, 0x5f, 0xb5, 0xe6, 0x26, 0x31, 0x0e, 0x93, 0x29, 0xea, 0xba, 0x76, 0x5c, 0xcb, 0x07, 0xb8, 0xc9, 0x9d, 0xc9, 0xc8, 0xe5, 0x2b, 0xec, 0x21, 0x5a, 0x64, 0x12, 0xd1, 0x9c, 0x85, 0x47, 0x08, 0x1a, 0x5f, 0xd8, 0x06, 0xf9, 0xac, 0x25, 0x84, 0xa9, 0xe5, 0x18, 0xf3, 0xf6, 0x06, 0x3c, 0xd5, 0xcb, 0x4f, 0xf9, 0xea, 0xa0, 0xae, 0x33, 0x3a, 0x5a, 0x59, 0x95, 0x90, 0x10, 0x37, 0x92, 0xcb, 0x27, 0xb6, 0x77, 0x21, 0x63, 0xf5, 0x73, 0x3b, 0x96, 0xa4, 0xce, 0x4e, 0x21, 0x73, 0x5f, 0xea, 0xe3, 0x01, 0xaf, 0xdd, 0x6b, 0x93, 0xd5, 0x14, 0x47, 0xd2, 0xbf, 0x82, 0x7e, 0x76, 0x3a, 0xb0, 0x89, 0x7d, 0xc3, 0x0e, 0x9f, 0x09, 0xc8, 0xdf, 0x27, 0x21, 0xdd, 0x67, 0xec, 0xc7, 0xa7 } }; static const struct cckprng_op_reseed op_reseed_4936 = { .hd = { .id = 4680, .kind = OP_RESEED }, .nonce = 528594060984583931ULL, .seed_nbytes = 109, .seed = { 0xaa, 0x36, 0xaf, 0x9a, 0xa5, 0x8a, 0x74, 0x74, 0x40, 0x34, 0x4b, 0x34, 0xc7, 0x44, 0xfa, 0xcd, 0xcf, 0xc5, 0xf9, 0xc5, 0x91, 0x1b, 0xb6, 0xa6, 0xf4, 0x07, 0x4e, 0xa9, 0x79, 0xf2, 0x6e, 0xaf, 0xbf, 0x8b, 0xf3, 0x09, 0xe2, 0x43, 0xe0, 0xdd, 0x70, 0x46, 0x47, 0x6d, 0xcc, 0x77, 0x28, 0x3f, 0x3f, 0x7b, 0x7a, 0x4c, 0x61, 0x4a, 0xd6, 0xa3, 0xe7, 0xb7, 0x2d, 0xc7, 0x0c, 0xde, 0x40, 0xca, 0x4d, 0x05, 0x26, 0xbd, 0x6d, 0x3b, 0x01, 0x02, 0x79, 0x06, 0x18, 0xe6, 0xed, 0xcf, 0x74, 0x6d, 0x21, 0x24, 0x2f, 0x36, 0xb1, 0x50, 0xa3, 0xe3, 0xf7, 0x50, 0x41, 0x81, 0xea, 0xd1, 0xa1, 0x7b, 0xb6, 0xf1, 0x83, 0xc1, 0x5c, 0x62, 0x26, 0x05, 0x70, 0x87, 0x88, 0x1c, 0x49 } }; static const struct cckprng_op_generate op_init_4937 = { .hd = { .id = 4681, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0xd4, 0xd4, 0x2e, 0x8e, 0x6b, 0x8d, 0x50, 0x28, 0x41, 0x57, 0x37, 0x50, 0xfc, 0xf3, 0xa7, 0x65, 0x29, 0x76, 0x5c, 0xba, 0x73, 0xed, 0x21, 0x1a, 0xcf, 0x2b, 0x06, 0xb1, 0xee, 0x02, 0xe0, 0xbb, 0x8a, 0x39, 0x76, 0x96, 0x00, 0x94, 0x80, 0x97, 0xfb, 0x1a, 0x34, 0x7e, 0x98, 0x31, 0x8c, 0x0e, 0x03, 0x80, 0x5e, 0x55, 0xf3, 0x1c, 0x9a, 0x8d, 0xef, 0xe6, 0x30, 0xf3, 0xf4, 0x16, 0x35, 0x22, 0x58, 0x3c, 0xd2, 0xb2, 0xd3, 0xc3, 0x72, 0xff, 0x18, 0x22, 0xd0, 0x9f, 0xb5, 0xb6, 0xbb, 0x4c, 0x1e, 0xf0, 0xd3, 0xaf, 0x72, 0xc2, 0x03, 0x51, 0x1c, 0xc2, 0xb2, 0x1a, 0x8d, 0x3b, 0x87, 0xa4, 0x18, 0x25, 0x91, 0x8c, 0x07, 0x0a, 0x8d, 0xb6, 0xf8, 0xe0, 0x4f, 0x3a, 0x3b, 0x28, 0x27, 0x1d, 0x76, 0x3d, 0x27, 0xf0, 0x34, 0x2a, 0xb8, 0xd5, 0x27, 0x93, 0x4b, 0xa0, 0xc6, 0x71, 0xb6, 0x5e, 0x04, 0xbe, 0x74, 0x03, 0xc9, 0xf8, 0xa8, 0x66, 0xdf, 0x66, 0x55, 0x6a, 0x33, 0x62, 0xef, 0xd4, 0xcc, 0x77, 0x32, 0xc4, 0xf8, 0xc8, 0xd7, 0x33, 0x24, 0x13, 0x64, 0x31, 0x4a, 0x24, 0x3d, 0x4c, 0x9a, 0x8d, 0xa6, 0xd6, 0x44, 0x74, 0x6b, 0xfa, 0x32, 0xfa, 0xa4, 0x27, 0x2c, 0xbc, 0x81, 0x62, 0x96, 0xab, 0x2b, 0xaf, 0xc8, 0xfe, 0x3c, 0xaf, 0x0d, 0xe9, 0xb1, 0xb7, 0xd9, 0x65, 0x04, 0x9f, 0x3b, 0xdd, 0x83, 0x69, 0x16, 0x1f, 0x72, 0xdb, 0x73, 0x27, 0x48, 0x03, 0x64, 0x37, 0x01, 0x68, 0x30, 0x13, 0xbc, 0x68, 0x3b, 0x8c, 0x2b, 0x0f, 0x4d, 0x63, 0xfc, 0x49, 0x16, 0xc3, 0x07, 0x07, 0x8a, 0x68, 0xac, 0x0f, 0x55, 0xdb, 0x74, 0xc7, 0x3e, 0x8a, 0xa4, 0x36, 0xdc, 0x5a, 0x14, 0xb2, 0x8a, 0xd3, 0x6e, 0x0b, 0xf0, 0x03, 0x4e, 0x6e, 0xb0, 0xe5, 0x79, 0x06, 0x60, 0x8e, 0x7a, 0x17, 0xc9, 0x22, 0x35, 0x33, 0x03, 0xba, 0xb7, 0xe6, 0xd0, 0x45 } } }; static const struct cckprng_op_reseed op_reseed_4938 = { .hd = { .id = 4682, .kind = OP_RESEED }, .nonce = 46355958013669801ULL, .seed_nbytes = 176, .seed = { 0x9c, 0x70, 0x6d, 0x91, 0x0c, 0xfd, 0x16, 0x47, 0x1e, 0x89, 0x7e, 0x31, 0xcc, 0x5b, 0xe3, 0x7a, 0xf9, 0xbd, 0xfb, 0x3a, 0x9e, 0xf8, 0x35, 0x92, 0x97, 0x61, 0x2a, 0xbc, 0x09, 0x25, 0x4c, 0xf8, 0x39, 0xc3, 0x18, 0x64, 0x81, 0xb9, 0xa4, 0x76, 0x96, 0x9e, 0xaa, 0xe1, 0x40, 0x1e, 0x77, 0x19, 0x2b, 0x95, 0xa4, 0x18, 0x7c, 0xdf, 0xc7, 0xae, 0xa3, 0x8f, 0x4e, 0x12, 0x68, 0xd2, 0x85, 0x8a, 0x5a, 0x06, 0xd8, 0xbb, 0xd1, 0xa6, 0x0a, 0x9d, 0xbf, 0xbf, 0x41, 0x91, 0xd5, 0x3f, 0x86, 0x0a, 0xce, 0xec, 0xfa, 0xc1, 0x49, 0x43, 0x65, 0xc5, 0x8f, 0xfd, 0x18, 0x22, 0xc0, 0x6c, 0xbb, 0x1b, 0xdd, 0xc4, 0x1d, 0x0c, 0x19, 0xa9, 0x99, 0xcb, 0x9b, 0x02, 0xad, 0x94, 0x79, 0xc8, 0x7d, 0xdd, 0x46, 0x07, 0x1f, 0x0f, 0xe5, 0x0a, 0xf8, 0xb1, 0xff, 0x77, 0x82, 0xf1, 0xa1, 0x78, 0x45, 0xc2, 0x8e, 0x21, 0xdf, 0xad, 0x23, 0xf8, 0xba, 0xed, 0xdb, 0x1a, 0x90, 0x48, 0xfd, 0x90, 0xfa, 0x1e, 0x8e, 0xef, 0x5b, 0x0d, 0x86, 0x6a, 0x23, 0x44, 0xe1, 0x14, 0x96, 0xe6, 0x8b, 0xe8, 0xc6, 0x3f, 0x13, 0xea, 0xa0, 0xd9, 0x5d, 0x5b, 0x45, 0xc0, 0xb6, 0x9e, 0xa5, 0x4c, 0x22, 0xe3, 0x06, 0x80 } }; static const struct cckprng_op_reseed op_reseed_4939 = { .hd = { .id = 4683, .kind = OP_RESEED }, .nonce = 15427691196540180157ULL, .seed_nbytes = 44, .seed = { 0x45, 0xd6, 0x49, 0xd4, 0x17, 0xdc, 0x7f, 0x3f, 0x8f, 0x0d, 0xc3, 0x54, 0x88, 0x25, 0xfb, 0x26, 0xe0, 0xe2, 0x33, 0x99, 0xa0, 0x5b, 0xdf, 0x9d, 0x6e, 0xee, 0xfd, 0x5d, 0xd8, 0x16, 0x97, 0x90, 0x67, 0xcc, 0x95, 0x38, 0xff, 0xc4, 0xd4, 0x23, 0x5c, 0x77, 0xfc, 0x3f } }; static const struct cckprng_op_generate op_init_4940 = { .hd = { .id = 4684, .kind = OP_GENERATE }, .rand_nbytes = 185, .out = { .rand = { 0x0e, 0x06, 0xb1, 0xac, 0x73, 0x26, 0x4a, 0x9f, 0xea, 0x7a, 0x53, 0xea, 0xc5, 0x38, 0x5e, 0xb3, 0xc2, 0x19, 0x93, 0xa3, 0xe8, 0x16, 0xc5, 0xab, 0x5c, 0x69, 0x5b, 0x77, 0xb4, 0x28, 0x79, 0x6a, 0x35, 0x97, 0x96, 0x29, 0x90, 0x86, 0x94, 0xac, 0x72, 0x5c, 0x4a, 0xab, 0x5a, 0xc2, 0x93, 0x6e, 0x2c, 0xc3, 0xb7, 0xb8, 0x35, 0x8f, 0x84, 0xe8, 0x64, 0xe2, 0xff, 0xa6, 0x80, 0xe0, 0xec, 0xc2, 0xb6, 0x58, 0x3d, 0x1e, 0x82, 0x19, 0xc5, 0xba, 0xfb, 0x11, 0xa9, 0x17, 0xce, 0x0d, 0xa0, 0x4c, 0xac, 0xba, 0xef, 0x21, 0xca, 0x50, 0x44, 0x62, 0xab, 0x6f, 0x41, 0x47, 0x38, 0x54, 0x9d, 0x40, 0xcc, 0x21, 0x0e, 0x6f, 0x4a, 0x0a, 0xc6, 0x9d, 0xa5, 0xb0, 0xa6, 0x93, 0x89, 0xaf, 0x4c, 0xfb, 0xeb, 0x5b, 0x20, 0x01, 0xf4, 0x53, 0x91, 0xb9, 0x08, 0xff, 0xc5, 0x4a, 0x69, 0x5a, 0x26, 0x03, 0x8a, 0x7b, 0x62, 0x3c, 0x94, 0x2b, 0x97, 0x44, 0x4a, 0xc2, 0xce, 0x60, 0x41, 0xe9, 0xea, 0xfd, 0x1c, 0xe7, 0x96, 0xd6, 0xca, 0x49, 0x41, 0x52, 0x0d, 0x46, 0xe8, 0xb8, 0x60, 0x51, 0x3e, 0x9d, 0x5b, 0xfe, 0xe4, 0xd3, 0x1b, 0xac, 0x02, 0x63, 0x26, 0xac, 0x6e, 0x1a, 0xdf, 0x05, 0xc8, 0x79, 0xbf, 0x72, 0x4f, 0xbb, 0x71, 0x00, 0xfe, 0xb7, 0xf0 } } }; static const struct cckprng_op_generate op_init_4941 = { .hd = { .id = 4685, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0x09, 0x6a, 0xe5, 0x3b, 0xdf, 0x5d, 0xd4, 0xbe, 0x3a, 0xc0, 0x3f, 0xe9, 0xd9, 0x59, 0x42, 0x73, 0x5f, 0x15, 0xb4, 0xbb, 0xe9, 0xb2, 0xef, 0x92, 0xe4, 0x42, 0x8e, 0xcf, 0x26, 0xbe, 0xc3, 0xaa, 0x44, 0x80, 0xfa, 0x08, 0x8e, 0xb2, 0x0d, 0x8b, 0x16, 0x94, 0x84, 0x27, 0x63, 0x54, 0x02, 0x83, 0xf6, 0x4c, 0xb3, 0xd7, 0xcb, 0x7b, 0xa2, 0xac, 0x7d, 0x8a, 0xb6, 0xd3, 0x63, 0xd2, 0x25, 0x18, 0xcf, 0xdf, 0xad, 0xd1, 0xff, 0x58, 0x30, 0xf8, 0x29, 0x61 } } }; static const struct cckprng_op_generate op_init_4942 = { .hd = { .id = 4686, .kind = OP_GENERATE }, .rand_nbytes = 200, .out = { .rand = { 0xb6, 0x09, 0xd7, 0x69, 0x00, 0x98, 0x1e, 0x18, 0x6e, 0x92, 0x34, 0x34, 0x6f, 0x6e, 0x8a, 0x89, 0x10, 0x79, 0xef, 0x68, 0x17, 0x8d, 0xfb, 0x2c, 0x64, 0xd6, 0x9b, 0xf0, 0x4e, 0xd7, 0x7a, 0x6d, 0x58, 0xf5, 0x15, 0x4b, 0xdb, 0xec, 0x01, 0x5c, 0xec, 0xc7, 0x3f, 0x93, 0xb7, 0x56, 0xca, 0x19, 0x24, 0x14, 0x9f, 0xdb, 0x73, 0xc4, 0x77, 0xdd, 0x25, 0x5f, 0xf1, 0x3d, 0x3f, 0x2e, 0xba, 0x82, 0x24, 0xf0, 0xdd, 0xa8, 0x2f, 0x77, 0x35, 0x81, 0x1e, 0x81, 0x58, 0x5c, 0x39, 0xe7, 0x1e, 0x7c, 0xda, 0x01, 0xde, 0xb9, 0xb9, 0x7d, 0xd2, 0xc2, 0xd7, 0x05, 0x1b, 0x82, 0x32, 0x1c, 0xd9, 0xa8, 0x62, 0x58, 0xa8, 0x37, 0x98, 0xfb, 0x41, 0x60, 0xa8, 0x49, 0x66, 0x42, 0xa0, 0xe2, 0x3e, 0x12, 0xa3, 0x82, 0xfa, 0xf4, 0x00, 0xbf, 0x20, 0x1f, 0x42, 0xba, 0x2c, 0x19, 0xe8, 0xdd, 0x47, 0x97, 0x36, 0xc5, 0x9d, 0x9f, 0xd0, 0xa3, 0xe2, 0x23, 0xa9, 0x82, 0xcb, 0xe2, 0x88, 0xba, 0x5e, 0xce, 0xfb, 0x46, 0x7e, 0x47, 0x68, 0x67, 0x80, 0x12, 0x1c, 0x57, 0x84, 0xc7, 0x19, 0x12, 0x95, 0x30, 0x2f, 0xe1, 0x8e, 0x61, 0x20, 0x45, 0xa5, 0xb4, 0xf5, 0x25, 0x84, 0xff, 0x28, 0x96, 0x8c, 0xce, 0x38, 0x62, 0x04, 0xc5, 0x86, 0xf0, 0xd5, 0xc0, 0xcd, 0xd7, 0xec, 0x62, 0x91, 0x23, 0x21, 0x0d, 0x0a, 0xa9, 0xcc, 0x60, 0xcc, 0x5f, 0xb7, 0xfa } } }; static const struct cckprng_op_reseed op_reseed_4943 = { .hd = { .id = 4687, .kind = OP_RESEED }, .nonce = 17349836823707217361ULL, .seed_nbytes = 245, .seed = { 0x6e, 0xa3, 0x85, 0x42, 0x25, 0xe1, 0x87, 0x59, 0x73, 0x21, 0xdc, 0x92, 0x7d, 0xf6, 0x0c, 0xe8, 0x1f, 0xbe, 0xea, 0x42, 0x81, 0x65, 0x76, 0x1a, 0xb4, 0x99, 0xb2, 0xb3, 0xab, 0x69, 0xbe, 0x3f, 0x1b, 0x25, 0xc4, 0x88, 0x47, 0xb6, 0xd3, 0xe4, 0x68, 0x32, 0x47, 0xf3, 0x5e, 0x9e, 0x31, 0xc6, 0x38, 0x2a, 0x6f, 0x17, 0x67, 0x81, 0xb3, 0x1f, 0xd5, 0x03, 0xf6, 0xfa, 0x71, 0x56, 0x4c, 0xe3, 0x68, 0x08, 0xd0, 0x5c, 0xc7, 0xba, 0x12, 0x2e, 0x6a, 0x0d, 0xec, 0xbe, 0x9e, 0x3e, 0x3e, 0xce, 0x4d, 0x7f, 0x78, 0x6a, 0x63, 0xbf, 0xaf, 0x1c, 0x06, 0xd8, 0xab, 0x92, 0xab, 0x48, 0xde, 0xdc, 0x2c, 0x68, 0x03, 0xdc, 0xa5, 0x63, 0x52, 0x28, 0x7c, 0x13, 0x35, 0xc7, 0xed, 0x3e, 0xdf, 0xc2, 0x47, 0x89, 0x7a, 0xc1, 0x9a, 0xf4, 0x46, 0x6d, 0x31, 0xec, 0xbe, 0x19, 0xf3, 0x40, 0x89, 0x9e, 0x35, 0x65, 0x63, 0x79, 0x1a, 0x2d, 0xe8, 0xa2, 0x24, 0xfd, 0xc9, 0x7b, 0x0a, 0xdc, 0xf5, 0x33, 0x06, 0x80, 0x19, 0xd8, 0xa4, 0xda, 0x5d, 0x6d, 0x41, 0x91, 0xf8, 0x71, 0x39, 0xf4, 0x47, 0xe3, 0x35, 0xe2, 0xfa, 0x15, 0x3d, 0xbc, 0xb1, 0x1b, 0xdb, 0x51, 0xfd, 0x5b, 0xee, 0x51, 0x5b, 0x01, 0xb1, 0x8c, 0x29, 0x52, 0xf9, 0xbb, 0x21, 0xe5, 0xe4, 0xd3, 0x71, 0x63, 0x73, 0x2d, 0x9a, 0x85, 0xdc, 0xe6, 0x18, 0x83, 0x3c, 0xce, 0x98, 0xad, 0x0a, 0x12, 0xbb, 0xc2, 0x02, 0xbd, 0x0c, 0x93, 0x3d, 0xf2, 0x78, 0x87, 0xd7, 0x94, 0x43, 0xd8, 0x05, 0x29, 0x7f, 0x76, 0x45, 0x87, 0x61, 0x38, 0x4d, 0x13, 0xa4, 0x37, 0xbd, 0xbd, 0xa2, 0x03, 0xda, 0xbf, 0x5f, 0x0b, 0x6b, 0x58, 0x26, 0x77, 0x01, 0xc6, 0xeb, 0x32, 0xe0 } }; static const struct cckprng_op_reseed op_reseed_4944 = { .hd = { .id = 4688, .kind = OP_RESEED }, .nonce = 8445035585751335605ULL, .seed_nbytes = 114, .seed = { 0x95, 0xd0, 0x00, 0xbc, 0xfc, 0xa3, 0xa0, 0xb6, 0x97, 0x07, 0xff, 0xd3, 0xfb, 0x7b, 0x1e, 0x03, 0xc3, 0x50, 0xbd, 0xff, 0xa4, 0x66, 0x9b, 0x80, 0xc7, 0xaf, 0x4c, 0x14, 0x0a, 0x3b, 0x69, 0xb3, 0x56, 0xe3, 0xf6, 0xc9, 0xf0, 0x48, 0x2e, 0x29, 0x74, 0xf0, 0x00, 0xa9, 0xad, 0x0e, 0x73, 0xc6, 0xfd, 0x60, 0x0d, 0x45, 0x7f, 0xa9, 0x16, 0x4e, 0x78, 0x76, 0x5c, 0x78, 0x2c, 0x0e, 0xf4, 0x5d, 0x65, 0x60, 0xda, 0xad, 0x2a, 0xe8, 0x39, 0xec, 0xe8, 0x2b, 0x18, 0xca, 0x80, 0x41, 0xb7, 0xac, 0x02, 0xee, 0x58, 0xad, 0x4f, 0x0b, 0x35, 0x65, 0x13, 0x5e, 0x34, 0x6b, 0xbb, 0xd7, 0x96, 0xa1, 0x1c, 0x65, 0xb2, 0xa2, 0x90, 0x83, 0x3f, 0xd2, 0x1c, 0xbb, 0x69, 0x41, 0xe7, 0x7d, 0x3a, 0x67, 0xc5, 0x7b } }; static const struct cckprng_op_refresh op_refresh_4945 = { .hd = { .id = 4689, .kind = OP_REFRESH }, .rand = 7343864446037150483ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4946 = { .hd = { .id = 4690, .kind = OP_RESEED }, .nonce = 10717800782626793974ULL, .seed_nbytes = 259, .seed = { 0xe9, 0x9a, 0x12, 0x39, 0x83, 0x60, 0xb9, 0x6b, 0xeb, 0xaf, 0x62, 0x53, 0xab, 0x77, 0x40, 0x86, 0x99, 0x8a, 0xb6, 0x43, 0x68, 0x56, 0x6e, 0x58, 0xbd, 0x97, 0x33, 0xa6, 0x70, 0x5e, 0xa0, 0x33, 0xa7, 0x78, 0x4c, 0x37, 0xa1, 0x31, 0x0a, 0x0e, 0xb7, 0x3b, 0xb5, 0x8c, 0xc5, 0x48, 0xb4, 0x55, 0x96, 0xdc, 0x84, 0x91, 0x2e, 0x81, 0xcb, 0x6f, 0xf1, 0x58, 0x43, 0xf0, 0x27, 0x37, 0x3f, 0xcc, 0xe0, 0xda, 0xa8, 0x31, 0x10, 0x11, 0xb8, 0xe8, 0xf8, 0x9e, 0xe1, 0x1e, 0xd7, 0x6f, 0x6e, 0x28, 0xc9, 0xae, 0xca, 0x81, 0x4d, 0x6a, 0x96, 0x79, 0x62, 0x40, 0x7d, 0x53, 0xb5, 0xdc, 0x83, 0x50, 0x18, 0xc0, 0xe9, 0xa6, 0x16, 0xd5, 0x13, 0xc8, 0x1d, 0x21, 0x1c, 0xad, 0x9c, 0x4a, 0xbd, 0x5c, 0x3f, 0x64, 0x8d, 0x6c, 0x4c, 0x6c, 0xb4, 0xd3, 0x2f, 0x21, 0xf1, 0x64, 0xf9, 0xa4, 0x70, 0x07, 0x2f, 0x53, 0x0d, 0xa0, 0x1c, 0x0b, 0x52, 0xdf, 0xcd, 0x85, 0x2d, 0xc4, 0x07, 0xa7, 0xf9, 0x30, 0x43, 0x35, 0x21, 0x46, 0xe2, 0x05, 0x4e, 0xc1, 0x42, 0xe3, 0xc5, 0x8c, 0xcc, 0xbc, 0xde, 0x1f, 0x0f, 0xe5, 0x84, 0x9b, 0x9b, 0x13, 0xee, 0xe7, 0x6e, 0xe9, 0xf1, 0x63, 0x12, 0x19, 0x2c, 0xaf, 0x7a, 0x7b, 0xd3, 0x5f, 0xd1, 0x58, 0x65, 0x01, 0x9e, 0xd2, 0x17, 0x4a, 0xa3, 0xed, 0xd3, 0x2d, 0xf5, 0x75, 0x58, 0xef, 0xd9, 0x58, 0xc4, 0xb6, 0xe4, 0x98, 0x95, 0x84, 0xd4, 0x5b, 0x7c, 0xff, 0x71, 0xda, 0x70, 0xf6, 0xce, 0x25, 0xe9, 0xc7, 0x6a, 0xcb, 0xed, 0x50, 0x86, 0xba, 0x2a, 0xfc, 0x69, 0xb9, 0xbb, 0x19, 0xe3, 0xe6, 0x4e, 0xa6, 0xd4, 0x63, 0x56, 0xc0, 0x6a, 0x7f, 0x28, 0x0f, 0xe9, 0xb5, 0x3a, 0xf9, 0x7b, 0xdd, 0xf5, 0x63, 0xb0, 0xcf, 0x85, 0xe3, 0x57, 0xbb, 0x8a, 0x53, 0x5b, 0x92, 0xef } }; static const struct cckprng_op_refresh op_refresh_4947 = { .hd = { .id = 4691, .kind = OP_REFRESH }, .rand = 14740408355813071591ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4948 = { .hd = { .id = 4692, .kind = OP_REFRESH }, .rand = 11766838832819043003ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4949 = { .hd = { .id = 4693, .kind = OP_REFRESH }, .rand = 1760191400940404445ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4950 = { .hd = { .id = 4694, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x9b, 0xe5, 0x3f, 0xe1, 0xe5, 0x00, 0x6b, 0xc1, 0x53, 0x0a, 0xdd, 0x09, 0xcd, 0x72, 0xf5, 0x4e, 0xa0, 0xf7, 0x9a, 0x53, 0xf2, 0xa4, 0x3d, 0x85, 0x08, 0x62, 0x28, 0xc6, 0xa8, 0xb8, 0xf6, 0xc9, 0x2e, 0x4b, 0x18, 0xfd, 0xf0, 0x15, 0x55, 0xd9, 0xa1, 0x29, 0xdd, 0x22, 0x87, 0x7f, 0xb6, 0x13, 0x83, 0x77, 0x6d, 0x93, 0x57, 0x65, 0x35, 0x5f, 0xaa, 0x99, 0xbc, 0x88, 0x9f, 0x6d, 0xf4, 0xfb, 0x87, 0xb2, 0x8e, 0xa2, 0x15, 0x2b, 0x4f, 0x24, 0xa0, 0xb8, 0xf1, 0x62, 0x70, 0x34, 0xdb, 0x17, 0xf6, 0x8c, 0x95, 0x06, 0x9e, 0x6c, 0xa9, 0x80, 0x5b, 0xcd, 0x79, 0xc0, 0xf9, 0xda, 0x80, 0xfe, 0xcb, 0x2c, 0x3d, 0x50, 0xcc, 0x43, 0x4b, 0x07, 0x23, 0x15, 0x95, 0x3f, 0x31, 0x3a, 0x8b, 0xf5, 0x28, 0x65, 0x12, 0x22, 0xd5, 0xa3, 0x81, 0x31, 0xe4, 0x57, 0x79, 0xcd, 0x7a, 0x8b, 0x8a, 0xbe, 0xc0, 0x79, 0xe3, 0xc4, 0xfb, 0x80, 0x18, 0x8b, 0xc9, 0xe1 } } }; static const struct cckprng_op_generate op_init_4951 = { .hd = { .id = 4695, .kind = OP_GENERATE }, .rand_nbytes = 231, .out = { .rand = { 0x68, 0x2b, 0x3e, 0xa2, 0x9c, 0x9f, 0xe5, 0x1a, 0x13, 0x0c, 0xf3, 0x54, 0x52, 0xd0, 0x15, 0x1b, 0x59, 0xe8, 0x1b, 0x5c, 0x4e, 0x66, 0xbb, 0x16, 0xdf, 0x81, 0x2d, 0x82, 0x13, 0x54, 0x9a, 0x0d, 0xf7, 0xfa, 0x39, 0x3c, 0x93, 0x97, 0x7e, 0x42, 0xae, 0x88, 0x3f, 0x8c, 0xe9, 0x39, 0xd7, 0xd5, 0x1a, 0x44, 0xf6, 0x10, 0x97, 0xe6, 0x20, 0x26, 0x66, 0x98, 0xea, 0x82, 0xe8, 0xdb, 0x0a, 0xa2, 0x4f, 0xbe, 0xde, 0x38, 0xba, 0xa3, 0x10, 0x1d, 0x29, 0x3e, 0x72, 0xa4, 0x37, 0xcd, 0x73, 0x7e, 0x84, 0x1d, 0xb7, 0xfd, 0x27, 0x6a, 0x43, 0xc8, 0xe8, 0x94, 0xe5, 0x8c, 0x3c, 0xad, 0x98, 0xf8, 0x0a, 0xf1, 0x09, 0x86, 0xdc, 0x05, 0xd5, 0x2e, 0x3d, 0xa6, 0x18, 0x43, 0xcc, 0xb9, 0x42, 0xb5, 0x95, 0x01, 0x68, 0x8b, 0xb4, 0x40, 0xd7, 0xe4, 0x80, 0x90, 0x13, 0x34, 0x50, 0x22, 0x01, 0xff, 0x11, 0xfa, 0xae, 0xfa, 0x49, 0x5e, 0xdc, 0xcb, 0xb5, 0xa4, 0xff, 0x48, 0x32, 0xff, 0x61, 0x25, 0x46, 0xf6, 0x36, 0x09, 0x93, 0x74, 0xae, 0x15, 0x74, 0x37, 0x49, 0x2e, 0xd9, 0x5c, 0x26, 0x3c, 0x3c, 0x5f, 0xde, 0xc9, 0x8b, 0xff, 0xd2, 0xa7, 0x18, 0xfd, 0xe2, 0x52, 0x19, 0x98, 0xa3, 0x89, 0x86, 0xf5, 0x65, 0xa4, 0x20, 0xa8, 0xce, 0x58, 0x75, 0x30, 0x65, 0x56, 0xee, 0xe1, 0x0a, 0xb2, 0x05, 0x08, 0x8c, 0x2b, 0x6a, 0x34, 0xbf, 0xe9, 0x98, 0x92, 0xac, 0x66, 0x8f, 0xce, 0x3a, 0xf6, 0xce, 0x80, 0xa0, 0xb8, 0xeb, 0x1b, 0x02, 0xad, 0xbb, 0xd5, 0x51, 0x18, 0x0e, 0x27, 0xa4, 0xb9, 0xd2, 0x75, 0xc3, 0x69, 0xb7, 0x45, 0x34 } } }; static const struct cckprng_op_generate op_init_4952 = { .hd = { .id = 4696, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0x02, 0x50, 0xb4, 0x3f, 0x25, 0x7a, 0x3c, 0x86, 0x2e, 0xcb, 0xc1, 0xff, 0xe1, 0xe2, 0xe5, 0x2a, 0xbf, 0x27, 0xde, 0xcd, 0x74, 0x8d, 0x00, 0x70, 0xa2, 0x14, 0x70, 0xb3, 0x71, 0xd2, 0x01, 0x81, 0x0c, 0x43, 0xa5, 0xf9, 0xc5, 0x2e, 0xaa, 0xc7, 0x18, 0xa2, 0x6c, 0x66, 0xa8, 0xb2, 0x3a, 0x27, 0xdd, 0x63, 0x93, 0xbd, 0x53, 0x3c, 0xb1, 0x9f, 0x44, 0x24, 0xe9, 0x65, 0x4c, 0x51, 0xa6, 0xb3, 0x2a, 0x78, 0x58, 0x00, 0x76, 0xf7, 0xfd, 0xd8, 0x9c, 0xd7, 0x3b, 0x2c, 0xb4, 0x2b, 0xb7, 0x0e, 0xe1, 0xbd, 0x95, 0xd8, 0xc5, 0xba, 0xe7, 0x62, 0x1d, 0xbe, 0xac, 0x26, 0xbc, 0x01, 0x81, 0xb7, 0x2b } } }; static const struct cckprng_op_generate op_init_4953 = { .hd = { .id = 4697, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0x6d, 0x9b, 0x2b, 0xee, 0x7a, 0x45, 0xbf, 0x7a, 0x0a, 0x96, 0x10, 0x34, 0x8d, 0xf4, 0x35, 0x1e, 0x07, 0x2e, 0x85, 0xb5, 0x82, 0x9c, 0x42, 0x8c, 0x5e, 0x2a, 0x4e, 0x58, 0x64, 0x95, 0xb0, 0xf0, 0x0e, 0x0a, 0x6d, 0xe1, 0x1e, 0xfe, 0xcf, 0x40, 0x4d, 0x0a, 0xc7, 0x15, 0x0a, 0x66, 0x5e, 0x15, 0x3e, 0xad, 0xe8, 0xb2, 0xcd, 0xf9, 0x0d, 0x81, 0xcb, 0x71, 0x4b, 0x21, 0x53, 0x80, 0xab, 0x8f, 0xbb, 0xec, 0x7f, 0x20, 0x93, 0x64, 0x51, 0xf6, 0x38, 0x6c, 0x04, 0x34, 0xa7, 0x38, 0xf9, 0x3b, 0xfe, 0xf1, 0x38, 0x63, 0x63, 0x13, 0xbd, 0x18, 0xc3, 0x2d, 0x8e, 0xbb, 0x50, 0x69, 0x78, 0xe6, 0x5f, 0x83, 0xbe, 0xdb, 0xb2, 0x8d, 0x2a, 0xba, 0xe0, 0xae, 0xe4, 0x42, 0xd3, 0x0f, 0x33, 0x9b, 0x0c, 0xff, 0x78, 0x86, 0x17, 0xee, 0xf9, 0x16, 0xeb, 0x5f, 0xce, 0xc6, 0xff, 0x51, 0x8e, 0x55, 0x34, 0x2a, 0x2f, 0xd5, 0xd4, 0xd7, 0x3e, 0x78, 0xb4, 0x61, 0x2d, 0xe7, 0xcf, 0x9b, 0xe9, 0x02, 0x9f, 0x62, 0x09, 0xbb, 0xf5, 0x56, 0x42, 0x03, 0xa7, 0x3f, 0xf8, 0x29, 0x16, 0x07, 0xed, 0x12, 0xe4, 0x82, 0x39, 0x7d, 0x3b, 0x9f, 0x14, 0x8e, 0xa9, 0x55, 0x42, 0xb3, 0x48, 0xe9, 0x7d, 0x7b, 0x93, 0x03, 0x91, 0x55, 0xec, 0x8d, 0x67, 0x4e } } }; static const struct cckprng_op_refresh op_refresh_4954 = { .hd = { .id = 4698, .kind = OP_REFRESH }, .rand = 5061065100787514514ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_4955 = { .hd = { .id = 4699, .kind = OP_RESEED }, .nonce = 16051796095759195466ULL, .seed_nbytes = 198, .seed = { 0xbc, 0x1b, 0xa0, 0x0e, 0x62, 0x95, 0x6e, 0x23, 0x28, 0xaf, 0xcd, 0x70, 0xfc, 0xde, 0xa1, 0xd2, 0xd3, 0x84, 0x71, 0x6f, 0x9a, 0x5b, 0xb1, 0xfa, 0x0b, 0x75, 0x99, 0x36, 0x8e, 0x6f, 0xdd, 0x0d, 0x61, 0x94, 0x9f, 0x5a, 0x85, 0x18, 0x4b, 0xa3, 0xd1, 0x82, 0xcc, 0x5a, 0xf3, 0x96, 0xe7, 0xcd, 0x0a, 0xc9, 0x18, 0x5e, 0x9c, 0x28, 0xe8, 0xec, 0x8f, 0x7d, 0xec, 0x86, 0x67, 0xdf, 0xd4, 0xc2, 0xf3, 0xb5, 0x1e, 0x6d, 0x68, 0x60, 0x91, 0xe0, 0x8f, 0x00, 0x00, 0x0a, 0x84, 0xf9, 0xb5, 0x56, 0x17, 0x2b, 0xdc, 0xff, 0x28, 0x4e, 0x66, 0x74, 0xdb, 0x40, 0xfc, 0x31, 0x1a, 0x71, 0xf6, 0x6e, 0xc6, 0x5b, 0x3e, 0x39, 0xe2, 0x80, 0x8d, 0xa9, 0x23, 0x44, 0x8a, 0xcd, 0xd7, 0x8f, 0x83, 0x8e, 0xee, 0x77, 0xf8, 0x5c, 0xd2, 0x9b, 0x72, 0x0a, 0x76, 0x62, 0xe2, 0x0e, 0x7f, 0x09, 0x33, 0x16, 0xc8, 0xef, 0x6b, 0x29, 0x59, 0x59, 0x7a, 0xa2, 0x3e, 0xa8, 0x39, 0xc8, 0x22, 0x7a, 0x7f, 0x3b, 0x35, 0x7d, 0xcb, 0x28, 0xc7, 0x05, 0xe5, 0x1c, 0xe1, 0xed, 0x6d, 0x56, 0xd4, 0x55, 0x76, 0xc4, 0x12, 0x8e, 0x1f, 0x85, 0x34, 0x1e, 0xd4, 0x49, 0xf9, 0x7f, 0x51, 0x76, 0xff, 0x3c, 0xca, 0x72, 0x48, 0x24, 0x41, 0xfa, 0xbd, 0xc0, 0x60, 0x6f, 0x04, 0x81, 0x37, 0x16, 0x2d, 0xbe, 0x45, 0x76, 0xea, 0x9f, 0x9d, 0x1a, 0xdd, 0x80 } }; static const struct cckprng_op_refresh op_refresh_4956 = { .hd = { .id = 4700, .kind = OP_REFRESH }, .rand = 6085568943453128848ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_4957 = { .hd = { .id = 4701, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0x1d, 0x70, 0x3b, 0xd0, 0x74, 0x03, 0x94, 0xe9, 0xb8, 0x9d, 0xd2, 0xf7, 0x7a, 0x25, 0x88, 0xa1, 0xa0, 0x06, 0x2f, 0x2a, 0x40, 0x2d, 0x5d, 0x7a, 0xe4, 0xa5, 0x41, 0x7c, 0x77, 0xc5, 0xf2, 0x16, 0x83, 0x01, 0xe6, 0xfe, 0x56, 0xaf, 0x9f, 0xf8, 0x90, 0x24, 0x6c, 0x94, 0xc2, 0x9d, 0xf7, 0xe8, 0x61, 0xf4, 0x2b, 0xdd, 0xd8, 0x9e, 0xd2, 0x85, 0x6a, 0xca, 0x1b, 0x2d, 0x5e, 0x93, 0xa9, 0x06, 0xb7, 0x70, 0x00, 0xa5, 0xcc, 0xcd, 0x28, 0xef, 0x87, 0x9c, 0xec, 0x39, 0x32, 0x57, 0x40, 0x16, 0x29, 0x67, 0x80, 0x1c, 0xc6, 0x38, 0xfd, 0xff, 0xa2, 0x4f, 0xb3, 0xb3, 0xb4, 0x65, 0x27, 0xad } } }; static const struct cckprng_op_reseed op_reseed_4958 = { .hd = { .id = 4702, .kind = OP_RESEED }, .nonce = 8779534901170870468ULL, .seed_nbytes = 206, .seed = { 0x2b, 0xec, 0xac, 0x41, 0x1f, 0xad, 0x78, 0xe6, 0x5f, 0xe4, 0xf8, 0x66, 0x55, 0x67, 0x27, 0xe8, 0xe9, 0x38, 0x08, 0xca, 0x6f, 0xaf, 0x0b, 0x52, 0x20, 0x4b, 0x37, 0xae, 0x82, 0xd2, 0xa5, 0x58, 0x33, 0xc3, 0x06, 0x41, 0xe5, 0x04, 0x32, 0xe4, 0x04, 0x24, 0xb8, 0x28, 0xf0, 0x68, 0x1d, 0xa9, 0xce, 0x09, 0x7b, 0x86, 0x1e, 0xad, 0x91, 0x18, 0x76, 0x1a, 0x09, 0xd6, 0xb6, 0x04, 0x2e, 0x88, 0x42, 0x7b, 0x8d, 0x89, 0xac, 0x40, 0x2b, 0xcf, 0xe6, 0xd9, 0xde, 0x5d, 0x86, 0x36, 0x70, 0x1d, 0xdd, 0x3b, 0x18, 0x08, 0xdd, 0xf3, 0x20, 0x4e, 0x50, 0x99, 0x9e, 0xf1, 0x1c, 0xfc, 0x08, 0xe7, 0xf8, 0x45, 0x37, 0x5e, 0x93, 0xdc, 0x89, 0xaf, 0x0c, 0x0d, 0x54, 0x0a, 0x3d, 0x89, 0x20, 0xb3, 0x07, 0x54, 0x58, 0xaa, 0x7d, 0xb4, 0x21, 0x8d, 0xe3, 0xd8, 0xf7, 0xb7, 0x82, 0xe4, 0xe3, 0x34, 0xce, 0xc9, 0xfc, 0x86, 0x64, 0x3c, 0x90, 0x20, 0xc0, 0xe7, 0x63, 0x13, 0x9b, 0xb9, 0xbd, 0xb8, 0x70, 0xa9, 0xd3, 0x3e, 0x3a, 0x77, 0xba, 0x3d, 0x85, 0x61, 0x5f, 0x6c, 0x56, 0x93, 0x24, 0xc7, 0x54, 0x95, 0x04, 0x2b, 0x35, 0xad, 0x4d, 0xf3, 0xff, 0xab, 0x68, 0xf2, 0xa0, 0xfb, 0x27, 0x63, 0x7d, 0x88, 0x5f, 0x75, 0x0b, 0x42, 0x5a, 0x84, 0xc0, 0x17, 0x88, 0x59, 0x0c, 0xc2, 0xff, 0x87, 0x52, 0xf1, 0x81, 0xd1, 0x22, 0x26, 0x88, 0xa3, 0x6e, 0xce, 0xa5, 0xc4, 0xb3, 0x88 } }; static const struct cckprng_op_reseed op_reseed_4959 = { .hd = { .id = 4703, .kind = OP_RESEED }, .nonce = 6123084461472011980ULL, .seed_nbytes = 89, .seed = { 0x8a, 0x19, 0x8e, 0x75, 0xdf, 0xbf, 0xf4, 0x40, 0x57, 0xc6, 0x03, 0x4f, 0x44, 0x0f, 0xb1, 0x21, 0x1d, 0x39, 0xdd, 0x87, 0xf2, 0xaa, 0x04, 0x37, 0xfb, 0x10, 0x4e, 0xb3, 0xa1, 0x5a, 0x4f, 0xb5, 0x0a, 0x6a, 0xad, 0x5d, 0xcb, 0x2e, 0xda, 0x5b, 0xfe, 0xf9, 0x57, 0xc6, 0xfc, 0xc3, 0xf6, 0x7c, 0xa7, 0xb2, 0xf9, 0x9b, 0x4b, 0x4a, 0xea, 0x0f, 0x36, 0x6e, 0x3a, 0x66, 0x9d, 0xb6, 0xe9, 0xfb, 0xff, 0xd9, 0x2b, 0x5a, 0xf5, 0x7f, 0x6b, 0xc6, 0xd1, 0x01, 0xd6, 0x14, 0xf4, 0x88, 0x3d, 0xfa, 0x7f, 0xba, 0x5b, 0xbf, 0x8a, 0xbf, 0x5e, 0x2c, 0xc3 } }; static const struct cckprng_op_refresh op_refresh_4960 = { .hd = { .id = 4704, .kind = OP_REFRESH }, .rand = 4087433336695972483ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4961 = { .hd = { .id = 4705, .kind = OP_REFRESH }, .rand = 11832936465520993484ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4962 = { .hd = { .id = 4706, .kind = OP_GENERATE }, .rand_nbytes = 121, .out = { .rand = { 0xa6, 0x43, 0xd2, 0x4f, 0x10, 0xa5, 0x12, 0x5c, 0x9d, 0x0a, 0x8d, 0xe4, 0x66, 0x4a, 0x4f, 0x90, 0xfa, 0xe3, 0x5a, 0x23, 0xda, 0x26, 0x64, 0x6c, 0x3b, 0x88, 0x23, 0x90, 0xf1, 0x6d, 0x69, 0x13, 0x60, 0xbc, 0x34, 0x98, 0x7f, 0x23, 0x22, 0x5c, 0x1d, 0x7f, 0xda, 0xb5, 0x76, 0xfa, 0x33, 0x35, 0x2d, 0x0f, 0xe3, 0xa0, 0x60, 0xf4, 0x93, 0xf0, 0x7a, 0x3a, 0xb2, 0xbd, 0x06, 0xfd, 0x22, 0x7f, 0xca, 0x2c, 0x97, 0xe8, 0xea, 0x99, 0xd2, 0xb3, 0xf8, 0x27, 0xe9, 0xcf, 0x72, 0x3f, 0x1a, 0xce, 0xaa, 0xaf, 0x76, 0x13, 0xd6, 0x2c, 0x38, 0x40, 0x15, 0x2c, 0x39, 0xf5, 0xb0, 0xc4, 0x27, 0x68, 0xeb, 0x08, 0xfa, 0x6d, 0xf7, 0x49, 0xc7, 0x97, 0x94, 0xda, 0xc4, 0xe5, 0x7f, 0x42, 0x55, 0x40, 0x8c, 0xd5, 0x57, 0x2b, 0x06, 0x88, 0x5b, 0xeb, 0x03 } } }; static const struct cckprng_op_refresh op_refresh_4963 = { .hd = { .id = 4707, .kind = OP_REFRESH }, .rand = 6456503377518278022ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4964 = { .hd = { .id = 4708, .kind = OP_GENERATE }, .rand_nbytes = 119, .out = { .rand = { 0xc2, 0x4d, 0xe5, 0xbc, 0x2c, 0xe9, 0x9f, 0xb9, 0x13, 0x0d, 0xb1, 0xfc, 0x26, 0xee, 0x7f, 0xa0, 0x57, 0xb7, 0xa6, 0x1a, 0xf6, 0xa2, 0xa8, 0xf9, 0x74, 0x30, 0x93, 0xe8, 0xba, 0x72, 0x95, 0xba, 0x0e, 0x91, 0x51, 0x39, 0x96, 0xfb, 0x7a, 0x1c, 0x55, 0xa8, 0x86, 0xa0, 0x39, 0x38, 0xc9, 0x36, 0x2e, 0x25, 0xe6, 0xba, 0xc8, 0x4b, 0xd3, 0x76, 0x6b, 0xf3, 0x9e, 0x60, 0xdc, 0x29, 0x57, 0xef, 0xfa, 0xa4, 0x02, 0x50, 0x6e, 0x49, 0x45, 0xb3, 0x3e, 0xbb, 0x95, 0x85, 0x3f, 0x7d, 0x9c, 0x64, 0x8d, 0xc1, 0xaa, 0x56, 0xd2, 0x40, 0xc9, 0xfd, 0xe6, 0x8a, 0x2c, 0x50, 0xf3, 0xde, 0x02, 0x1f, 0x6d, 0x71, 0x90, 0x61, 0x7e, 0x0c, 0xe1, 0xce, 0xaf, 0x0d, 0xb1, 0xf6, 0x4d, 0x32, 0x5f, 0x58, 0xfa, 0xe6, 0x0b, 0x5e, 0xf9, 0xf9, 0x7f } } }; static const struct cckprng_op_reseed op_reseed_4965 = { .hd = { .id = 4709, .kind = OP_RESEED }, .nonce = 11409878855013279668ULL, .seed_nbytes = 106, .seed = { 0xd6, 0x27, 0xa9, 0x2f, 0xb1, 0x9e, 0xc6, 0x64, 0x21, 0x9c, 0x62, 0x79, 0xfa, 0xa0, 0x21, 0x0b, 0x15, 0x64, 0x87, 0x3c, 0x63, 0xf6, 0x4f, 0x5a, 0x34, 0xf5, 0x67, 0x80, 0x3a, 0xe5, 0xa0, 0x0f, 0x36, 0x42, 0x9b, 0x4b, 0x9b, 0x65, 0xa2, 0xd4, 0x76, 0x45, 0x84, 0x29, 0x32, 0xad, 0xa2, 0x44, 0xb6, 0xcd, 0x3b, 0xea, 0xfe, 0x7c, 0xc2, 0x54, 0x6f, 0xa4, 0x21, 0x09, 0xa7, 0x37, 0xd4, 0x1a, 0x75, 0x08, 0x86, 0x90, 0xd1, 0xf6, 0x1f, 0x34, 0xf5, 0x6f, 0x0d, 0x41, 0x6e, 0x27, 0x39, 0x84, 0x8b, 0x10, 0x8f, 0xf2, 0x7e, 0xb4, 0x98, 0x1c, 0x1a, 0xc9, 0xdc, 0x77, 0xc4, 0x8d, 0xa2, 0x5f, 0x8c, 0x6c, 0x48, 0xc6, 0x4a, 0xad, 0xc7, 0x18, 0x9d, 0x0a } }; static const struct cckprng_op_generate op_init_4966 = { .hd = { .id = 4710, .kind = OP_GENERATE }, .rand_nbytes = 48, .out = { .rand = { 0x96, 0xe6, 0xae, 0xb4, 0x17, 0x9b, 0xd1, 0xa8, 0x1a, 0x3d, 0xb5, 0xd7, 0xaa, 0x7d, 0x48, 0x3b, 0x03, 0xa7, 0xa8, 0x72, 0x0d, 0x9b, 0x8f, 0x12, 0xc8, 0xc0, 0xf7, 0x30, 0xe2, 0xad, 0x01, 0xee, 0x3d, 0x00, 0x58, 0xb6, 0xbf, 0xa9, 0x74, 0x57, 0x14, 0x78, 0x79, 0x46, 0x86, 0xf7, 0x23, 0x2a } } }; static const struct cckprng_op_refresh op_refresh_4967 = { .hd = { .id = 4711, .kind = OP_REFRESH }, .rand = 2606666281174996448ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4968 = { .hd = { .id = 4712, .kind = OP_REFRESH }, .rand = 8914338277641928157ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4969 = { .hd = { .id = 4713, .kind = OP_REFRESH }, .rand = 12060680265856992813ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4970 = { .hd = { .id = 4714, .kind = OP_REFRESH }, .rand = 13967003243395948753ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4971 = { .hd = { .id = 4715, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0x26, 0x39, 0xc0, 0xd7, 0x9e, 0xde, 0x83, 0x9e, 0xa6, 0xb2, 0x03, 0x8b, 0x53, 0xe8, 0x6b, 0x0c, 0x32, 0x9c, 0x11, 0xd5, 0xaa, 0x14, 0xe5, 0x5f, 0xa9, 0x97, 0x6b, 0x29, 0x96, 0x6a, 0x1c, 0xdd, 0x85, 0x16, 0xdc, 0x19, 0xc5, 0x6a, 0xcb, 0x3e, 0xa5, 0x92, 0xa4, 0xaa, 0x87, 0xf9, 0xd8, 0x0b, 0x4b, 0xe0, 0xe9, 0x8a, 0x09, 0x52, 0x95, 0x69, 0xcb, 0xf1, 0x15, 0x58, 0xa2, 0x4b, 0xd8, 0xd8, 0x0d, 0x2f, 0xee, 0xa6, 0x51, 0x1a, 0x8b, 0x27, 0x70, 0x59, 0x02, 0xbd, 0x24, 0x1e, 0xde, 0x7f, 0xa3, 0x3f, 0xbe, 0x1b, 0xf4, 0xa0, 0xdd, 0xcf, 0xc6, 0x16, 0x10, 0xaf, 0x3e, 0x0e, 0x22, 0x07, 0xc3, 0xd7, 0xfa, 0x97, 0xcc, 0x16, 0xf6, 0x7a, 0x51, 0x62, 0xd6, 0x82, 0x6a, 0xc5, 0xc2, 0x92, 0x05, 0x69, 0xc1, 0xce, 0xc3, 0x2b, 0x42, 0x18, 0x55, 0x9c, 0xb9, 0x83, 0x13, 0x5e } } }; static const struct cckprng_op_generate op_init_4972 = { .hd = { .id = 4716, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x35, 0xfd, 0x60, 0xda, 0xc4, 0x57, 0xf1, 0x55, 0xc2, 0x56, 0x34, 0xfa, 0x65, 0x82, 0x89, 0x54, 0x1f, 0x42, 0x7f, 0x98, 0x21, 0x3d, 0x13, 0xbe, 0x51, 0x38, 0xe6, 0x7f, 0xc7, 0x51, 0x1c, 0x4c, 0x7c, 0x22, 0xed, 0x55, 0x2d, 0xb8, 0x5c, 0x95, 0x79, 0x5d, 0xaf, 0x9d, 0xf1, 0x93, 0x95, 0x00, 0xf2, 0x75, 0x91, 0xc8, 0x46, 0x71, 0x09, 0x20, 0x74, 0xf9, 0x9e, 0xb9, 0xc0, 0xe3, 0xde, 0xec, 0x3f, 0x84, 0x05, 0x21, 0x4c, 0xc4, 0xcc, 0x6f, 0xc2, 0xca, 0xee, 0x09, 0xfa, 0x19, 0x23, 0xda, 0x50, 0x9a, 0xdd, 0xae, 0x74, 0x63, 0x15, 0xef, 0x33, 0xa3, 0xc3, 0xe4, 0x90, 0x9d, 0xc7, 0xc5, 0x1f, 0x3b, 0xfa, 0xd4, 0xde, 0x9a, 0x50, 0x8d, 0xcd, 0x76, 0xad, 0x8b, 0xb1, 0x84, 0xee, 0xda, 0x6a, 0xef, 0xe8, 0x02, 0xf1, 0x99, 0x70, 0x2b, 0x13, 0x67, 0xf4, 0x33, 0x92, 0x1c, 0xda, 0x54, 0xd6, 0x15, 0x92, 0xd7, 0x32, 0x31, 0x68, 0xb7, 0x08, 0x16, 0x53, 0xf0, 0xc7, 0xef, 0x1b, 0x15, 0xe5, 0xdb, 0x37, 0xa2, 0x5f, 0xa0, 0xc2, 0x34, 0x9b, 0x4f, 0x80, 0xaf, 0x16, 0xdc, 0xbb, 0xf7, 0x09, 0x1a, 0xde, 0x80, 0x6d, 0xca, 0x45, 0x39, 0xe3, 0x0a, 0x8a, 0x11, 0xcb, 0x3f, 0x93, 0xc9, 0xaa, 0x8c, 0x36, 0x13, 0xb9, 0x29, 0x91, 0x0c, 0xde, 0xeb, 0xcd, 0x17, 0xad, 0xca, 0x24, 0x49, 0xd4, 0x06, 0x85, 0xa2, 0x1f, 0x0c, 0x0f, 0x6d, 0xd5, 0x91, 0x37, 0x57, 0x8e, 0xc6, 0xea, 0x57, 0x00, 0xbe, 0xb3, 0xa5, 0xac, 0x83, 0xc8, 0xc0, 0xbe, 0xdc, 0x30, 0x4e, 0xb3, 0x1a, 0xe5, 0xbe, 0xb5, 0xb1, 0xfd, 0x9e, 0x0c, 0xd0, 0x01, 0xe2, 0xda, 0xa9, 0x5d, 0xee, 0x75, 0x4a, 0xb6, 0xbe, 0x17, 0xa8, 0x07, 0x45, 0x03, 0x60, 0x54, 0xf5, 0xe5, 0x01, 0xd4, 0x3e, 0xb0, 0x1f, 0x3c, 0xbf, 0x9a, 0x55, 0xab, 0x7d, 0x57, 0x2b } } }; static const struct cckprng_op_refresh op_refresh_4973 = { .hd = { .id = 4717, .kind = OP_REFRESH }, .rand = 1337743585013947695ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4974 = { .hd = { .id = 4718, .kind = OP_GENERATE }, .rand_nbytes = 80, .out = { .rand = { 0x75, 0x6d, 0xa5, 0x0c, 0x97, 0x01, 0x82, 0x0e, 0xa6, 0x6c, 0x00, 0xca, 0x4f, 0x2b, 0x89, 0x26, 0xdd, 0x4f, 0xbc, 0x2d, 0x73, 0xd1, 0x5d, 0xd2, 0x3a, 0xd2, 0x4f, 0xb8, 0x36, 0xd5, 0xdb, 0x61, 0x0e, 0xba, 0x98, 0x31, 0x90, 0x11, 0x6f, 0x83, 0xfe, 0xb1, 0x84, 0xaa, 0xca, 0xfa, 0x9d, 0x27, 0x24, 0x03, 0x42, 0xe0, 0xd8, 0xcd, 0x83, 0x93, 0x64, 0x36, 0x53, 0xc7, 0x08, 0x27, 0x57, 0x1a, 0x7b, 0xc8, 0x42, 0xff, 0xa8, 0x17, 0xb8, 0x50, 0x27, 0x75, 0x18, 0xf7, 0xa4, 0x4c, 0xb1, 0x01 } } }; static const struct cckprng_op_reseed op_reseed_4975 = { .hd = { .id = 4719, .kind = OP_RESEED }, .nonce = 12152730252357194601ULL, .seed_nbytes = 163, .seed = { 0x70, 0xe6, 0xa8, 0xde, 0x38, 0xb5, 0xc9, 0x1e, 0x10, 0xa5, 0xf4, 0x17, 0x23, 0xe7, 0x6d, 0x63, 0x9b, 0x47, 0xc3, 0xbe, 0x0d, 0xdd, 0x8d, 0x4c, 0xcd, 0x42, 0x46, 0x13, 0x35, 0x13, 0xff, 0x49, 0xf4, 0x0c, 0x02, 0x9b, 0x1b, 0xd0, 0xd8, 0xfe, 0x06, 0xc4, 0x21, 0xd4, 0x0c, 0x63, 0x9f, 0xec, 0x1d, 0x8f, 0x43, 0x7c, 0x60, 0xbe, 0x6e, 0xc6, 0x83, 0x36, 0x45, 0x50, 0x57, 0xd4, 0xdf, 0xb5, 0xde, 0xb2, 0x78, 0xa1, 0x56, 0x95, 0x2f, 0x03, 0x64, 0xb8, 0xbc, 0x57, 0x37, 0x21, 0x22, 0xef, 0x9b, 0xca, 0xbd, 0x47, 0x8c, 0xd0, 0xe2, 0x76, 0xd5, 0xc7, 0x37, 0x2b, 0xdf, 0x57, 0xb1, 0xdc, 0xb7, 0xae, 0xaf, 0x95, 0x47, 0xd7, 0xd8, 0x0f, 0xff, 0xe4, 0x90, 0x80, 0xe3, 0xa9, 0xb5, 0xff, 0x54, 0xaf, 0x9f, 0x2c, 0xee, 0xb2, 0x6a, 0xe6, 0xe2, 0x5f, 0xd4, 0xd7, 0x0d, 0x44, 0x74, 0x83, 0x87, 0xdd, 0x79, 0xd0, 0x53, 0x47, 0x99, 0x67, 0x9f, 0xde, 0x41, 0xce, 0x3d, 0x79, 0xcb, 0x38, 0x05, 0x7b, 0xd4, 0x78, 0x64, 0x0d, 0xc7, 0x9b, 0x37, 0x58, 0xa8, 0x64, 0x2e, 0xd5, 0xe1, 0xd6, 0xe1, 0xe9, 0x7c } }; static const struct cckprng_op_generate op_init_4976 = { .hd = { .id = 4720, .kind = OP_GENERATE }, .rand_nbytes = 260, .out = { .rand = { 0xfc, 0xbc, 0x87, 0x5b, 0x32, 0x85, 0x99, 0x28, 0x30, 0x67, 0xae, 0x72, 0x7d, 0xe1, 0xb5, 0x8d, 0x3b, 0x3b, 0x5d, 0xf1, 0x74, 0xc2, 0xe9, 0x52, 0x28, 0x27, 0xb4, 0x61, 0x44, 0xc5, 0xc7, 0x90, 0x2d, 0xef, 0x07, 0x35, 0xd4, 0xfd, 0x25, 0x9c, 0xb3, 0x2a, 0xf0, 0xe6, 0x52, 0xc6, 0xac, 0xae, 0xde, 0xe5, 0x0b, 0x14, 0xcd, 0x92, 0xd3, 0x9c, 0x6f, 0x67, 0x16, 0x7f, 0xe7, 0x6e, 0x29, 0xb7, 0x99, 0xd6, 0xeb, 0x8b, 0x29, 0x2c, 0xff, 0x7c, 0x3f, 0x16, 0x7b, 0x69, 0x7a, 0xb6, 0x92, 0xd3, 0xaa, 0x0b, 0x55, 0xab, 0x76, 0x21, 0xa9, 0x76, 0xd7, 0xfd, 0x9a, 0xb4, 0xca, 0x44, 0x39, 0xc0, 0x66, 0xa1, 0xcb, 0x71, 0x54, 0xd7, 0xa3, 0x88, 0x2b, 0x31, 0x7f, 0x28, 0xfc, 0xcb, 0x21, 0xbe, 0x2e, 0x33, 0x24, 0x08, 0x34, 0x42, 0x74, 0xa4, 0x4a, 0xbb, 0xda, 0x91, 0x9b, 0xd0, 0xdd, 0x54, 0xf1, 0xb3, 0x73, 0x97, 0x23, 0x44, 0x68, 0x5b, 0x4f, 0x66, 0x56, 0x1e, 0x05, 0xaf, 0xa1, 0x6d, 0xb2, 0x66, 0xb4, 0x99, 0x4c, 0xe5, 0xcc, 0xac, 0x44, 0xa9, 0xb7, 0x74, 0xba, 0xc3, 0x0f, 0xa5, 0x58, 0x4d, 0x5a, 0x79, 0xef, 0xaa, 0xec, 0xab, 0x74, 0xfe, 0x0b, 0x39, 0x3c, 0x66, 0xe7, 0xa3, 0x79, 0xad, 0x19, 0x00, 0xcf, 0x21, 0x0a, 0x4a, 0xed, 0xbd, 0x11, 0xe7, 0x31, 0xa4, 0x54, 0x11, 0x74, 0x45, 0x92, 0x6b, 0xd2, 0x41, 0xff, 0x98, 0xf3, 0x57, 0x95, 0x5e, 0x69, 0x89, 0xed, 0x4f, 0x38, 0xf2, 0x23, 0x60, 0x28, 0xa0, 0xeb, 0x10, 0x37, 0xd5, 0xb1, 0xf0, 0x90, 0xd7, 0xef, 0xf2, 0x1a, 0x7f, 0xef, 0xba, 0x9f, 0x16, 0x3b, 0xa3, 0x3a, 0x36, 0x75, 0x29, 0xbc, 0x4c, 0x61, 0x44, 0x90, 0x03, 0x52, 0xeb, 0x9a, 0x3f, 0x3f, 0x18, 0xc7, 0xb6, 0x6a, 0xa2, 0xf3, 0xee, 0x5d, 0x1e, 0x78, 0x54, 0xf5, 0xce } } }; static const struct cckprng_op_reseed op_reseed_4977 = { .hd = { .id = 4721, .kind = OP_RESEED }, .nonce = 18237845100955684632ULL, .seed_nbytes = 226, .seed = { 0x8a, 0x26, 0xc2, 0x5f, 0x99, 0xc3, 0xd9, 0x14, 0x2d, 0x69, 0x03, 0xa4, 0xcf, 0x94, 0x50, 0xb1, 0x55, 0x9e, 0xe5, 0xf5, 0xaf, 0x9a, 0x20, 0xb3, 0x74, 0xd0, 0x38, 0xbf, 0xd9, 0xd2, 0xbc, 0x0e, 0x1b, 0x98, 0xb2, 0x76, 0x1e, 0x34, 0x06, 0x2d, 0x07, 0xb1, 0x13, 0x83, 0x96, 0xc2, 0x7a, 0x03, 0x92, 0x68, 0xbe, 0x7f, 0x03, 0x40, 0xe3, 0x57, 0x45, 0xa3, 0x41, 0x33, 0x8e, 0xa7, 0x01, 0x88, 0x99, 0xa5, 0xf4, 0x29, 0x3a, 0x90, 0x03, 0xec, 0x6c, 0xe8, 0x9f, 0x1b, 0xca, 0xd4, 0x0f, 0xf9, 0x62, 0xa1, 0x21, 0xa5, 0x31, 0x0b, 0x09, 0x4a, 0x51, 0x51, 0x6b, 0x05, 0x36, 0xe2, 0x7a, 0x25, 0xfb, 0xca, 0xf6, 0x6e, 0xb1, 0x00, 0x73, 0x0d, 0xa2, 0xdc, 0x70, 0x14, 0x19, 0xa3, 0xd4, 0xb7, 0x74, 0x51, 0xe7, 0x54, 0x13, 0x9e, 0xa2, 0x54, 0x4d, 0x91, 0x3b, 0xd3, 0xcf, 0x37, 0x5b, 0x76, 0xb3, 0xef, 0xfd, 0xff, 0x05, 0x21, 0xcb, 0x23, 0xff, 0x7f, 0xfe, 0x1c, 0xae, 0x92, 0x81, 0x3d, 0x27, 0x9d, 0x2e, 0x2f, 0xc4, 0x83, 0x57, 0x92, 0xbb, 0xe7, 0xde, 0xef, 0x97, 0xc6, 0x5d, 0x0f, 0xad, 0xe7, 0xbd, 0xb3, 0x81, 0x8e, 0x08, 0x6f, 0x1e, 0xa8, 0xd9, 0xe0, 0xf9, 0x1b, 0xc2, 0x7d, 0x66, 0xd8, 0x83, 0x56, 0x79, 0xf5, 0x68, 0x44, 0xaa, 0xd2, 0xd5, 0x99, 0x19, 0x6a, 0xcf, 0x35, 0xbf, 0xdd, 0x71, 0x9a, 0x24, 0x7c, 0xe1, 0x91, 0x05, 0x81, 0x93, 0xcc, 0xe0, 0x20, 0x96, 0x52, 0x3e, 0xab, 0x09, 0x2a, 0x2a, 0x48, 0xc4, 0x75, 0xda, 0x71, 0x8f, 0x13, 0x13, 0xb3, 0x1b, 0xd8, 0x2a, 0x66 } }; static const struct cckprng_op_generate op_init_4978 = { .hd = { .id = 4722, .kind = OP_GENERATE }, .rand_nbytes = 280, .out = { .rand = { 0xce, 0x08, 0xaa, 0x8e, 0x70, 0xb7, 0x31, 0xdb, 0x9b, 0x88, 0x84, 0x92, 0x95, 0xaf, 0x2a, 0xd2, 0xa4, 0xdf, 0x24, 0x99, 0xaf, 0x0f, 0xc8, 0x9a, 0xc1, 0xc3, 0xb7, 0x0f, 0x60, 0xa3, 0x45, 0xe0, 0xa0, 0x7e, 0x94, 0xeb, 0xd5, 0x76, 0x22, 0x06, 0xd4, 0xa8, 0x1f, 0xe7, 0x09, 0xb5, 0x05, 0x67, 0xa6, 0x2d, 0x02, 0x2c, 0x5d, 0x6a, 0x54, 0x85, 0x82, 0xd2, 0x77, 0xd2, 0xe4, 0xf8, 0x07, 0x64, 0xf9, 0x3c, 0xe4, 0x33, 0xca, 0xdd, 0x06, 0xa9, 0xea, 0x8d, 0xfb, 0xea, 0x73, 0xc5, 0xc1, 0x8e, 0xa8, 0xb3, 0xc5, 0x93, 0x30, 0xa0, 0x34, 0xc0, 0x89, 0x33, 0xf5, 0x75, 0xaa, 0x9e, 0x6f, 0x44, 0x20, 0x89, 0x2c, 0xc3, 0x1a, 0xa1, 0x5a, 0x4d, 0x65, 0xad, 0x82, 0x0f, 0x77, 0x43, 0x58, 0x7f, 0xf0, 0xe6, 0x93, 0x99, 0x3e, 0x21, 0x8b, 0x40, 0x3e, 0x78, 0x05, 0x41, 0xa6, 0xf0, 0x3e, 0xc2, 0x1d, 0x21, 0xc2, 0x82, 0x53, 0xe0, 0xf5, 0xa2, 0x21, 0xf3, 0x58, 0x50, 0x9b, 0xb7, 0x89, 0xfd, 0xc6, 0x1a, 0xad, 0x4b, 0xde, 0x46, 0x95, 0x58, 0xb5, 0x64, 0x12, 0xb9, 0xd0, 0x41, 0x42, 0x4d, 0xdc, 0xd0, 0xa3, 0x73, 0xe4, 0x2b, 0x92, 0x1f, 0x9e, 0xda, 0x55, 0xb8, 0xd9, 0xbd, 0x74, 0x04, 0xef, 0x6e, 0x90, 0xad, 0x15, 0xef, 0x20, 0x02, 0x0b, 0x66, 0x45, 0x9e, 0x79, 0xd3, 0x7a, 0xbf, 0xb1, 0x79, 0x5e, 0x24, 0x8a, 0x53, 0xc9, 0x0d, 0x0d, 0xc3, 0x6d, 0x1a, 0x3a, 0x66, 0x33, 0x16, 0xfe, 0x6a, 0x17, 0xc7, 0x12, 0xec, 0x5e, 0xe1, 0xff, 0x15, 0xce, 0xe1, 0xb3, 0x4c, 0xc2, 0xcb, 0xd5, 0x35, 0xc7, 0xcd, 0xa6, 0xc5, 0x77, 0x8b, 0x73, 0x4e, 0xad, 0xa1, 0x4c, 0xc6, 0x92, 0xc2, 0xc1, 0x6f, 0x05, 0xa4, 0xaa, 0x40, 0xa9, 0xd9, 0x0a, 0x9b, 0xec, 0xe3, 0xf7, 0x83, 0xfe, 0x0c, 0xd7, 0x75, 0xa2, 0x62, 0xe0, 0xb0, 0x44, 0x4d, 0x4c, 0x9f, 0x11, 0xf9, 0xa4, 0xde, 0x88, 0x86, 0x11, 0xe4, 0x57, 0x5f, 0xc0, 0x9c, 0xe6, 0xac } } }; static const struct cckprng_op_reseed op_reseed_4979 = { .hd = { .id = 4723, .kind = OP_RESEED }, .nonce = 10006295952932206981ULL, .seed_nbytes = 222, .seed = { 0x68, 0x4b, 0x2a, 0xd7, 0xdb, 0xe1, 0xa9, 0xae, 0x2e, 0xe4, 0x0e, 0x57, 0x77, 0xb5, 0x55, 0x20, 0x91, 0x51, 0x64, 0xf8, 0x94, 0x53, 0xc2, 0xbe, 0xba, 0x6b, 0xf4, 0x93, 0xfe, 0xe7, 0xde, 0x14, 0x5a, 0xa2, 0x0c, 0x98, 0x9b, 0x33, 0xe8, 0xa6, 0x48, 0x7a, 0x9f, 0x94, 0x33, 0x78, 0x08, 0x7c, 0xe6, 0x7f, 0x68, 0x80, 0x0e, 0x74, 0xe9, 0x9f, 0x6c, 0x3c, 0x62, 0x03, 0x65, 0x2e, 0x6f, 0xc5, 0x87, 0xd1, 0x5a, 0x5e, 0x0d, 0xf6, 0x52, 0x6d, 0x6d, 0xa1, 0x4f, 0xcc, 0x7e, 0x5d, 0xe2, 0x2e, 0xbc, 0x15, 0xde, 0xe8, 0x47, 0xeb, 0x71, 0xda, 0x19, 0x1e, 0xf5, 0x6e, 0x71, 0xf4, 0xb4, 0x08, 0x13, 0x17, 0x4a, 0x2b, 0x21, 0x45, 0xcc, 0xbb, 0xe4, 0xaf, 0xd2, 0xeb, 0x79, 0x88, 0x91, 0x7d, 0x02, 0x14, 0xbb, 0xea, 0xc0, 0xee, 0x29, 0x8e, 0x0e, 0x30, 0xca, 0xe2, 0xd0, 0xa9, 0x5a, 0xd3, 0x08, 0x58, 0xc8, 0x29, 0x90, 0x13, 0x83, 0x84, 0x67, 0x57, 0xea, 0x84, 0x27, 0x81, 0x83, 0x62, 0x35, 0x56, 0x0f, 0x23, 0x08, 0x64, 0xc2, 0x2f, 0x3e, 0xe5, 0xfe, 0x3a, 0x6f, 0x99, 0xc9, 0x31, 0xb2, 0x08, 0x14, 0x0c, 0x81, 0x9e, 0xf7, 0xc0, 0x78, 0xbd, 0x6d, 0xc1, 0x0e, 0xc8, 0x7e, 0x0d, 0x1f, 0x4e, 0xaa, 0x76, 0x73, 0xe0, 0x03, 0xa3, 0x58, 0xa1, 0xa9, 0x37, 0xce, 0xf8, 0x25, 0x77, 0x9d, 0x03, 0xa5, 0xc4, 0xee, 0x74, 0x24, 0x78, 0x97, 0xc0, 0x7d, 0x8f, 0x92, 0xac, 0xa0, 0x1c, 0xd6, 0xd6, 0xf3, 0xab, 0x66, 0x53, 0x25, 0x0e, 0x19, 0x7a, 0x07, 0x35, 0x68, 0xd9 } }; static const struct cckprng_op_refresh op_refresh_4980 = { .hd = { .id = 4724, .kind = OP_REFRESH }, .rand = 6500156235481709271ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4981 = { .hd = { .id = 4725, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0x74, 0xba, 0x52, 0xe4, 0x86, 0x2f, 0x1a, 0x13, 0xce, 0x47, 0x3a, 0xcf, 0x09, 0x47, 0x45, 0x92, 0xa6, 0x2e, 0xae, 0x18, 0x82, 0x3c, 0x5b } } }; static const struct cckprng_op_reseed op_reseed_4982 = { .hd = { .id = 4726, .kind = OP_RESEED }, .nonce = 13674524320830198570ULL, .seed_nbytes = 34, .seed = { 0x08, 0xc1, 0x48, 0x79, 0x1c, 0x92, 0x3b, 0x8d, 0xe2, 0xfb, 0x97, 0xc9, 0xe9, 0xb4, 0x89, 0xbe, 0x1f, 0xab, 0xea, 0xa1, 0x64, 0x00, 0x7b, 0xce, 0xd6, 0xeb, 0x99, 0x3d, 0xaf, 0x09, 0xbb, 0xcf, 0xf6, 0x45 } }; static const struct cckprng_op_refresh op_refresh_4983 = { .hd = { .id = 4727, .kind = OP_REFRESH }, .rand = 10076660662947396009ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4984 = { .hd = { .id = 4728, .kind = OP_RESEED }, .nonce = 18166578475297367892ULL, .seed_nbytes = 238, .seed = { 0x6c, 0x4e, 0x25, 0xd4, 0x36, 0x0d, 0x8d, 0x06, 0x50, 0x8e, 0xec, 0xdb, 0x8d, 0xf2, 0x8a, 0xdb, 0x2d, 0xb8, 0xe3, 0x5a, 0x32, 0xe3, 0xd7, 0x1d, 0x51, 0x0e, 0x1f, 0x85, 0xa7, 0x46, 0x60, 0xc8, 0x4f, 0x94, 0x27, 0xa6, 0xbd, 0x22, 0xf2, 0x86, 0x66, 0x55, 0x21, 0x3c, 0x89, 0xed, 0xb0, 0x68, 0xc4, 0x3d, 0xca, 0x54, 0xdc, 0x87, 0x82, 0xfc, 0x59, 0x8d, 0xa7, 0x0f, 0xbe, 0x7f, 0xac, 0x9c, 0x1e, 0x69, 0xcf, 0xf0, 0xd0, 0xd2, 0x51, 0xa7, 0xaa, 0x1b, 0x66, 0xf6, 0x8b, 0xf3, 0xbf, 0x79, 0xf9, 0x70, 0xc2, 0x6b, 0xb5, 0x33, 0x7e, 0xa1, 0x2b, 0xc0, 0x53, 0xb3, 0xf4, 0x83, 0x1d, 0xdd, 0x23, 0x2e, 0x55, 0x70, 0x1c, 0xb2, 0xda, 0x58, 0xdc, 0x26, 0xef, 0xa9, 0x11, 0x3a, 0xe2, 0x74, 0x76, 0xc6, 0x30, 0xc2, 0xd9, 0x9e, 0xb5, 0x8a, 0xbe, 0xd7, 0x7f, 0x15, 0xc9, 0xde, 0x36, 0x64, 0x38, 0x80, 0x2d, 0xf7, 0xc3, 0x93, 0x19, 0x37, 0x36, 0x7f, 0xb3, 0x5e, 0x57, 0x4f, 0x7f, 0x40, 0x48, 0x60, 0x89, 0xce, 0x6b, 0x6e, 0xbb, 0x79, 0xff, 0x21, 0x53, 0x1e, 0xe4, 0x3c, 0xc2, 0x52, 0xc8, 0xba, 0xe0, 0xf5, 0x00, 0x7e, 0x4f, 0xd2, 0x25, 0x76, 0xd7, 0x5e, 0x01, 0x63, 0x86, 0x21, 0xda, 0x46, 0x69, 0xd0, 0x2d, 0x62, 0xe4, 0x7e, 0xa9, 0x55, 0x39, 0x69, 0x1a, 0x91, 0xe6, 0x19, 0x52, 0xa5, 0xf0, 0xad, 0x6f, 0x5a, 0x4f, 0x4b, 0x63, 0xa5, 0x34, 0x1a, 0x50, 0xa4, 0x84, 0xe3, 0xe6, 0xd4, 0x44, 0x53, 0x8a, 0xb7, 0xe8, 0x2b, 0x59, 0x52, 0x5e, 0xf7, 0x77, 0xe4, 0x20, 0x7b, 0x61, 0x3f, 0xd4, 0xe8, 0xa8, 0xb5, 0x3b, 0xe4, 0x70, 0x4e, 0xd3, 0x7b, 0x72, 0x88 } }; static const struct cckprng_op_generate op_init_4985 = { .hd = { .id = 4729, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0xf7, 0xd3, 0x99, 0x71, 0x9b, 0x21, 0xf8, 0xb5, 0xf6, 0x7e, 0xc7, 0xbb, 0xfc, 0xb1, 0xde, 0x09, 0x27, 0x96, 0x26, 0xf4, 0x0a, 0x46, 0xd7, 0x72, 0xf6, 0xea, 0xe0, 0xa8, 0xc4, 0x26, 0x81, 0x8b, 0x7b, 0x41, 0xb3, 0x33, 0x97, 0xd2, 0x64, 0x6b, 0xb8, 0x17, 0x1a, 0x1d, 0xb6, 0xfd, 0x52, 0xce, 0x47, 0x6d, 0xe7, 0x24, 0x0e, 0x7a, 0xe9, 0xc7, 0xbe, 0x11, 0x7f, 0x61, 0x82, 0x2d, 0x35, 0x02, 0x4c, 0xc6, 0x16, 0x0d, 0xde, 0x3a, 0x9f, 0x7b, 0x99, 0xe4, 0xb4, 0xe4, 0xf3, 0xf8, 0x1c, 0xd9, 0x3d, 0x75, 0xe4, 0x09, 0xb9, 0x51, 0xf1, 0xf8, 0x0f, 0x0d, 0xd3, 0x1c, 0x37, 0x7a, 0x70, 0x5d, 0x46, 0xb8, 0x5c, 0xea, 0x67, 0x76, 0xe3, 0xa6, 0x2d, 0x42, 0x20, 0x16, 0xf2, 0xae, 0x81, 0xcb, 0x17, 0x10, 0xc2, 0x78, 0x84, 0x93, 0xf1, 0xff, 0x96, 0xab, 0x79, 0xa9, 0xd9, 0x40, 0xbd, 0xbb, 0xb0, 0x02, 0xf0, 0xeb, 0x72, 0x55, 0x9d, 0x03, 0xfe, 0x9b, 0x95, 0xed, 0x03, 0x8b, 0x2f, 0x0e, 0x4b, 0x27, 0x73, 0x1c, 0xfa, 0xdd, 0x26, 0x7b, 0xe7, 0x69, 0x41, 0x65, 0x7b, 0x7c, 0xf9, 0xb6, 0x22, 0xa0, 0x9f, 0x61, 0xec, 0xda, 0x99, 0x17, 0x99, 0x2d, 0x16, 0x38, 0x5e, 0x25, 0xc3, 0xec, 0x7f, 0xab, 0x6f, 0xc9, 0x81, 0x32, 0x6a, 0x69, 0x10, 0x75, 0x6a, 0xbb, 0x8d, 0xcd, 0xb0, 0x15, 0x79, 0x33, 0xb8, 0xd3, 0x35, 0x06, 0xcc, 0x47, 0xc6, 0x3a, 0x38, 0x8a, 0x9d, 0x72, 0xdb, 0xd2, 0x76, 0x24, 0x20, 0xf0, 0x5a, 0x56, 0xd3, 0x96, 0x49, 0x80, 0x80, 0x89, 0xcb, 0x87, 0x17, 0xc3 } } }; static const struct cckprng_op_reseed op_reseed_4986 = { .hd = { .id = 4730, .kind = OP_RESEED }, .nonce = 288770097297080222ULL, .seed_nbytes = 145, .seed = { 0x47, 0x5f, 0xb8, 0x5e, 0x12, 0x1c, 0x92, 0xbe, 0x0d, 0x08, 0xf2, 0xde, 0xf9, 0x75, 0xeb, 0x31, 0x1c, 0xc4, 0x14, 0xd3, 0xb0, 0x26, 0xc8, 0xa2, 0xca, 0x0f, 0x79, 0x36, 0x99, 0x07, 0xdd, 0x98, 0xae, 0x96, 0xad, 0xc3, 0x60, 0xbc, 0xaa, 0xa9, 0xaa, 0xfd, 0x24, 0x91, 0xb3, 0x71, 0xdc, 0x9a, 0x1c, 0xc1, 0xe1, 0xa8, 0xdc, 0x8a, 0x14, 0x0d, 0xbf, 0x9c, 0x99, 0x00, 0x3f, 0xb5, 0x3a, 0x45, 0xf7, 0x6f, 0x93, 0x85, 0x1c, 0x0b, 0x16, 0x1c, 0xfc, 0xfe, 0x53, 0xb6, 0xbf, 0x00, 0x0a, 0xd6, 0x9e, 0x7e, 0x29, 0x12, 0x89, 0xbd, 0x48, 0xc8, 0x85, 0xea, 0x10, 0x60, 0xcf, 0xb1, 0xf2, 0xc4, 0xfe, 0xc5, 0x4b, 0xa0, 0xd7, 0x4d, 0xeb, 0x56, 0xdd, 0xf4, 0xba, 0x29, 0x43, 0x10, 0x51, 0x25, 0xcc, 0xf4, 0x65, 0xa9, 0xf1, 0xf4, 0x0d, 0x2b, 0xa0, 0xbb, 0x10, 0xf1, 0x57, 0x97, 0x97, 0xe3, 0x12, 0x1b, 0x99, 0x84, 0xd5, 0x63, 0xdb, 0x4e, 0x44, 0x21, 0x91, 0x81, 0x4b, 0xc8, 0x56, 0xa1, 0x7e } }; static const struct cckprng_op_refresh op_refresh_4987 = { .hd = { .id = 4731, .kind = OP_REFRESH }, .rand = 2089681510444896818ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4988 = { .hd = { .id = 4732, .kind = OP_GENERATE }, .rand_nbytes = 241, .out = { .rand = { 0x3a, 0x08, 0x80, 0x54, 0x47, 0x26, 0x8e, 0x2b, 0xcc, 0xb4, 0x4d, 0x17, 0x30, 0x6f, 0xf0, 0xc1, 0x45, 0xb2, 0xd5, 0x2b, 0xab, 0x05, 0xeb, 0xf4, 0x4f, 0xda, 0x20, 0x09, 0x70, 0xa9, 0x77, 0x58, 0x07, 0xea, 0x70, 0xee, 0xdc, 0xe5, 0xdf, 0xc0, 0xac, 0xc4, 0x71, 0x05, 0x58, 0xd8, 0x0c, 0x3a, 0x7e, 0xc4, 0x99, 0x9e, 0xa3, 0x54, 0x51, 0xb4, 0x81, 0x05, 0xda, 0x1f, 0x04, 0x17, 0x7b, 0xc7, 0xd5, 0x2a, 0x99, 0x4e, 0xa7, 0xf0, 0xb3, 0xf3, 0xe0, 0x32, 0xbc, 0x2c, 0x7f, 0x76, 0xa2, 0xb5, 0x33, 0xde, 0xe4, 0x29, 0xdf, 0xe9, 0x1a, 0x9e, 0xde, 0xc1, 0xa4, 0xb5, 0x94, 0x29, 0xff, 0xec, 0x79, 0x71, 0x7c, 0x1c, 0xaf, 0x36, 0x29, 0x53, 0x9c, 0x80, 0x36, 0x0f, 0xbb, 0x91, 0x50, 0x60, 0x0a, 0xc1, 0xc2, 0x40, 0x58, 0xe7, 0x2d, 0x1f, 0x5c, 0x0d, 0x67, 0x0f, 0xcb, 0xa8, 0x37, 0x7c, 0xea, 0xc9, 0x2e, 0x95, 0xb1, 0x7f, 0x90, 0xa9, 0x30, 0xcc, 0x49, 0xc3, 0x18, 0x6f, 0x10, 0x99, 0x16, 0x63, 0x8d, 0x26, 0x1f, 0xa3, 0x33, 0x1c, 0xa2, 0x60, 0x44, 0x91, 0x52, 0x3f, 0xdd, 0x01, 0x96, 0x1e, 0x37, 0xb0, 0x5c, 0x58, 0x51, 0x38, 0x1a, 0xe2, 0xd3, 0xe7, 0xb7, 0x33, 0x73, 0x25, 0xd2, 0xc8, 0x95, 0x17, 0x88, 0xee, 0x6d, 0x7e, 0x49, 0xb0, 0xf1, 0x45, 0xfa, 0xd0, 0x9d, 0xc6, 0x18, 0x6d, 0xe9, 0x12, 0x24, 0xc2, 0xb0, 0xa3, 0x56, 0x7b, 0xc4, 0x95, 0xe5, 0x7e, 0x7b, 0x63, 0xaa, 0xce, 0xee, 0x70, 0x89, 0xfc, 0x67, 0x77, 0xc0, 0xce, 0x9d, 0x45, 0xa6, 0x0f, 0x60, 0x44, 0x88, 0xd9, 0x8e, 0x59, 0x97, 0x66, 0x31, 0xb6, 0x9f, 0xb1, 0xb8, 0x17, 0xc0, 0xf0, 0xe8, 0x81, 0xd0 } } }; static const struct cckprng_op_refresh op_refresh_4989 = { .hd = { .id = 4733, .kind = OP_REFRESH }, .rand = 7475937359625154602ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_4990 = { .hd = { .id = 4734, .kind = OP_RESEED }, .nonce = 7547962035630276216ULL, .seed_nbytes = 60, .seed = { 0x34, 0x56, 0x08, 0x3e, 0xb2, 0x6a, 0x39, 0x1d, 0x4a, 0x46, 0x2a, 0x72, 0x94, 0xb9, 0x65, 0x8e, 0x48, 0xb5, 0x35, 0x2f, 0x87, 0x0d, 0xc1, 0x86, 0x02, 0x3a, 0x43, 0x4d, 0x22, 0x69, 0x5d, 0xff, 0x4c, 0x23, 0x6b, 0x64, 0x2e, 0x74, 0x3c, 0x73, 0x54, 0x01, 0x9b, 0x1e, 0x90, 0x06, 0xc9, 0x57, 0xf6, 0x79, 0x23, 0xea, 0x0e, 0x55, 0x43, 0x45, 0xdd, 0x6a, 0x38, 0xfe } }; static const struct cckprng_op_refresh op_refresh_4991 = { .hd = { .id = 4735, .kind = OP_REFRESH }, .rand = 7270311858041242458ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_4992 = { .hd = { .id = 4736, .kind = OP_REFRESH }, .rand = 6604300627143140904ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4993 = { .hd = { .id = 4737, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_refresh op_refresh_4994 = { .hd = { .id = 4738, .kind = OP_REFRESH }, .rand = 1381256898670690982ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_4995 = { .hd = { .id = 4739, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0x3c, 0xbb, 0x2d, 0x56, 0xae, 0x80, 0xde, 0x4f, 0x6a, 0x79, 0xf1, 0x57, 0x04, 0xbb, 0xab, 0x0b, 0x68, 0xbd, 0xfa, 0x9d, 0xb3, 0x93, 0xd1, 0x90, 0xc3, 0xda, 0x67, 0x3c, 0xfd, 0x18, 0x3d, 0x35, 0x1c, 0xc0, 0xea, 0x9d, 0x49, 0xce, 0xcb, 0xde, 0xc4, 0xcf, 0x00, 0x8d, 0x38, 0xfd, 0x49, 0x20, 0x83, 0xac, 0x19, 0x84, 0x16, 0xa5, 0x7e, 0x4c, 0xbf, 0xa4, 0xd4, 0x34, 0xa5, 0xce, 0x6f, 0x28, 0x8d, 0xf5, 0xae, 0x78, 0x9e, 0xfa, 0x8d, 0x2b, 0x63, 0x7b, 0x7a, 0x8b, 0xdc, 0x1a, 0x7f, 0x45, 0x01, 0x00, 0x5a, 0x67, 0xc9, 0x35, 0xaf, 0xd3, 0x60, 0x78, 0x37, 0xad, 0x13, 0xf3, 0x3e, 0x66, 0x2d, 0xe3, 0x40, 0xc0, 0xca, 0x39, 0xae, 0x26, 0x6f, 0x44, 0x96, 0x35, 0x78, 0x8e, 0xe4, 0x3d, 0x15, 0x73, 0xb6, 0x66, 0xb2, 0x73, 0x1c, 0xb5, 0x5a, 0x52, 0x9c, 0x52, 0x0a, 0x40, 0x63, 0x2f, 0xd5, 0x9b, 0xff, 0x0b, 0xcc, 0x28, 0x92, 0x17, 0x3a, 0x56, 0x21, 0x6a, 0xe8, 0xf1, 0x6e, 0x8a, 0xe2, 0xbc, 0xe5, 0x6d, 0xe9, 0x58, 0x31, 0x2b, 0x04, 0x5d, 0xf6, 0x79, 0xe3, 0x2c, 0xf5, 0x03 } } }; static const struct cckprng_op_reseed op_reseed_4996 = { .hd = { .id = 4740, .kind = OP_RESEED }, .nonce = 1303873104591785200ULL, .seed_nbytes = 57, .seed = { 0xf2, 0xd6, 0x05, 0xf2, 0x4e, 0x37, 0xaa, 0xd9, 0x7b, 0x0b, 0x3b, 0xaf, 0x5b, 0x05, 0xba, 0xdc, 0xc6, 0x22, 0x76, 0xb7, 0x11, 0xd9, 0xb4, 0x6f, 0x36, 0x3a, 0x70, 0x16, 0xc8, 0x3c, 0xbd, 0x43, 0xc3, 0x3a, 0xf0, 0xb6, 0xce, 0x98, 0x08, 0xec, 0x79, 0x45, 0x31, 0x59, 0x6d, 0x64, 0xd9, 0x37, 0xa8, 0xd0, 0x2e, 0xaa, 0x8f, 0x38, 0xa1, 0x09, 0xde } }; static const struct cckprng_op_reseed op_reseed_4997 = { .hd = { .id = 4741, .kind = OP_RESEED }, .nonce = 2000950354390100794ULL, .seed_nbytes = 52, .seed = { 0x63, 0xbd, 0x10, 0x35, 0x32, 0xd3, 0x4e, 0x54, 0xe6, 0xf4, 0x97, 0x51, 0x7a, 0x2c, 0xf9, 0x5b, 0xd6, 0x6b, 0xe2, 0x35, 0xba, 0x32, 0x4e, 0x9e, 0xe1, 0xed, 0xf6, 0xcf, 0xdd, 0x5b, 0x8c, 0x8b, 0x3e, 0x4b, 0xaf, 0x4d, 0x8f, 0x0c, 0xd8, 0x7e, 0x86, 0x55, 0x43, 0x45, 0xf8, 0x32, 0x46, 0xf1, 0x3d, 0x15, 0x44, 0xd2 } }; static const struct cckprng_op_reseed op_reseed_4998 = { .hd = { .id = 4742, .kind = OP_RESEED }, .nonce = 6024980101316414901ULL, .seed_nbytes = 209, .seed = { 0x04, 0x90, 0x9e, 0x2c, 0x0f, 0x6e, 0xdd, 0x93, 0x68, 0x39, 0x49, 0x6e, 0x50, 0x05, 0x5c, 0xf9, 0xe7, 0x12, 0xfe, 0x28, 0x4a, 0x8d, 0x6e, 0xa7, 0xc0, 0xa0, 0x6f, 0x10, 0xfb, 0x48, 0x56, 0x6f, 0xf5, 0xb2, 0xa3, 0x66, 0xb7, 0xcb, 0x6b, 0x57, 0xba, 0x5c, 0xdb, 0x05, 0x67, 0x56, 0x75, 0x62, 0xe0, 0x9e, 0xf0, 0xdc, 0xd5, 0x7a, 0x77, 0x7c, 0x83, 0x3a, 0xb7, 0x5e, 0xf0, 0x53, 0x30, 0xcc, 0x01, 0x70, 0x21, 0x0b, 0xbc, 0x4c, 0x53, 0x43, 0x03, 0x00, 0x0f, 0x93, 0xc3, 0x3b, 0xe3, 0xda, 0x3b, 0x13, 0x3b, 0x55, 0x68, 0x2b, 0x7d, 0x48, 0x77, 0x92, 0xac, 0x0c, 0x9f, 0xd4, 0xb4, 0xdf, 0xdd, 0xe0, 0xd6, 0xad, 0xd2, 0x23, 0xd9, 0xe1, 0x5a, 0x35, 0x2a, 0x04, 0xb8, 0xfb, 0x5b, 0xf1, 0x23, 0x66, 0x57, 0xc2, 0x85, 0x36, 0x1c, 0x35, 0x12, 0xd4, 0xe8, 0x60, 0xcf, 0x2a, 0x67, 0x2c, 0xc1, 0x5c, 0x02, 0xf4, 0xba, 0x12, 0x3e, 0x06, 0xa4, 0x54, 0x1b, 0x1d, 0xb7, 0xed, 0x98, 0xc6, 0xaf, 0xc4, 0xf7, 0xed, 0x6e, 0xfd, 0x27, 0x17, 0x8b, 0xb0, 0x85, 0xad, 0x07, 0xb9, 0xae, 0x7d, 0x83, 0xf0, 0x77, 0xb9, 0x00, 0x9b, 0x40, 0x36, 0xe1, 0xe0, 0xdc, 0xdd, 0x0e, 0x29, 0xf3, 0xd1, 0xbe, 0xdb, 0x9b, 0x21, 0x29, 0xce, 0xb1, 0x4d, 0x16, 0xf4, 0x6c, 0xb3, 0x73, 0xd6, 0xb2, 0x76, 0x74, 0x76, 0x0b, 0xc3, 0x58, 0xa3, 0x23, 0x0f, 0x2c, 0x76, 0xd1, 0xd5, 0xe2, 0x24, 0xe0, 0x47, 0x80 } }; static const struct cckprng_op_generate op_init_4999 = { .hd = { .id = 4743, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0xd6, 0x19, 0x66, 0xdf, 0x1e, 0x2b, 0xd8, 0x81, 0x73, 0x53, 0x4a, 0xf2, 0x6e, 0x3c, 0xd2, 0x81, 0xf7, 0xfc, 0x1e, 0x77, 0x23, 0x17, 0xdf, 0x93, 0x3a, 0xbe, 0xb6, 0x2f, 0x86, 0xd5, 0xa2, 0xc5, 0x1f, 0x16, 0xe4, 0x84, 0xd6, 0xbe, 0x77, 0xe2, 0x57, 0x69, 0xc7, 0x69, 0xed, 0xed, 0x50, 0x36, 0x88, 0x0b, 0xde, 0xd9, 0xc0, 0x0d, 0xec, 0x3b, 0xb0 } } }; static const struct cckprng_op_reseed op_reseed_5000 = { .hd = { .id = 4744, .kind = OP_RESEED }, .nonce = 8736046391086754681ULL, .seed_nbytes = 60, .seed = { 0x48, 0x3e, 0xb7, 0x18, 0xa3, 0xa7, 0xfe, 0x39, 0x5a, 0x13, 0xfc, 0x89, 0x6e, 0x30, 0x11, 0x03, 0xd9, 0x13, 0x85, 0x03, 0xed, 0xe0, 0x27, 0x7a, 0x70, 0xb9, 0x37, 0x82, 0xe3, 0x3d, 0x55, 0xe6, 0x8b, 0x1a, 0x57, 0x35, 0xe5, 0x70, 0xb1, 0x15, 0xd3, 0x54, 0x01, 0x09, 0xa8, 0x6a, 0xb5, 0x65, 0x69, 0xba, 0x94, 0xc6, 0x74, 0xd7, 0x51, 0x83, 0x62, 0x67, 0x5f, 0x72 } }; static const struct cckprng_op_reseed op_reseed_5001 = { .hd = { .id = 4745, .kind = OP_RESEED }, .nonce = 10701322100268186855ULL, .seed_nbytes = 137, .seed = { 0x8e, 0xbc, 0x95, 0xbd, 0x07, 0x46, 0x0b, 0x8a, 0x2d, 0xae, 0x8d, 0x1d, 0x34, 0x91, 0x00, 0x4b, 0x44, 0x52, 0x4e, 0x67, 0xe8, 0xe7, 0x8e, 0x17, 0xe7, 0xc3, 0x2c, 0x32, 0xdc, 0x22, 0xc0, 0xab, 0xd7, 0x07, 0xad, 0xa7, 0x81, 0x2a, 0x06, 0xb9, 0x98, 0x0a, 0xa6, 0x01, 0xd1, 0x9f, 0x5d, 0x28, 0xcd, 0x2e, 0x8d, 0x11, 0xff, 0x62, 0xc3, 0x53, 0x03, 0xeb, 0xa9, 0x19, 0xc7, 0x23, 0xe1, 0x26, 0x24, 0x9b, 0xc4, 0xde, 0x83, 0xa3, 0xfa, 0xef, 0x70, 0x26, 0x50, 0xf8, 0x77, 0x33, 0x91, 0x7a, 0x13, 0x7b, 0xf6, 0xd9, 0x73, 0x46, 0x63, 0x12, 0x1e, 0x43, 0x73, 0x47, 0xaf, 0xb3, 0x10, 0x74, 0xcd, 0x01, 0xa7, 0xa2, 0xc2, 0x91, 0x84, 0x16, 0xde, 0xce, 0xca, 0xcd, 0xfe, 0x12, 0x59, 0x0d, 0xb8, 0x5c, 0x07, 0xda, 0x52, 0x4b, 0x32, 0xdc, 0x3a, 0x08, 0x62, 0x73, 0x9d, 0x69, 0x88, 0x73, 0xa0, 0xb7, 0xd7, 0xf0, 0x82, 0x75, 0xe6, 0x28, 0x69 } }; static const struct cckprng_op_refresh op_refresh_5002 = { .hd = { .id = 4746, .kind = OP_REFRESH }, .rand = 11997163367586812359ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5003 = { .hd = { .id = 4747, .kind = OP_RESEED }, .nonce = 13345067185955471892ULL, .seed_nbytes = 203, .seed = { 0x70, 0xfb, 0xc7, 0x95, 0x03, 0x95, 0x6d, 0x47, 0x9f, 0xcb, 0x47, 0xc5, 0x6b, 0xf0, 0x99, 0x56, 0x2e, 0x79, 0xe2, 0x52, 0x91, 0x1c, 0x25, 0x7e, 0x44, 0x1f, 0x83, 0x3d, 0x05, 0x7c, 0x34, 0xdd, 0x27, 0x3f, 0x6d, 0x0b, 0x52, 0xd3, 0xd9, 0x8e, 0x3e, 0x9e, 0xdb, 0x0f, 0x81, 0xee, 0x3a, 0xa4, 0x34, 0xb5, 0xcb, 0x7d, 0x26, 0xc4, 0x5b, 0x57, 0xcc, 0x10, 0x27, 0x4a, 0x65, 0xb4, 0xd9, 0xd9, 0x0e, 0x50, 0xf6, 0xd9, 0x9a, 0xd7, 0x83, 0xdc, 0x89, 0xfa, 0x4e, 0x61, 0x28, 0xa7, 0x01, 0xd2, 0x0a, 0x71, 0x12, 0x94, 0x23, 0x30, 0xed, 0x60, 0x5e, 0xf5, 0x3e, 0xf9, 0x2b, 0xde, 0xf9, 0x25, 0x1b, 0x24, 0xda, 0xcb, 0x19, 0xa9, 0x03, 0xba, 0x72, 0x12, 0xb4, 0x78, 0x50, 0x4e, 0x33, 0x7e, 0xd0, 0xbd, 0xd6, 0xf2, 0xa8, 0x06, 0xf2, 0x26, 0x2d, 0xe5, 0x62, 0xdf, 0x74, 0x96, 0x5f, 0xce, 0xcb, 0x1f, 0x97, 0xfe, 0x6d, 0x68, 0xeb, 0xea, 0xaa, 0xa8, 0x04, 0x3c, 0x67, 0x02, 0xa7, 0x01, 0x66, 0xe2, 0xff, 0xeb, 0xbe, 0xcc, 0x88, 0x35, 0xf2, 0xf1, 0x63, 0x10, 0x27, 0x94, 0xdb, 0x0d, 0x49, 0x75, 0x70, 0x18, 0x11, 0xea, 0x6c, 0xa8, 0x62, 0x51, 0x7e, 0xe2, 0x28, 0xdb, 0xcc, 0x59, 0xd0, 0x81, 0x74, 0xab, 0x5c, 0x96, 0xce, 0x2f, 0x52, 0x7d, 0xbc, 0x2f, 0xe1, 0x44, 0x8e, 0xbf, 0x9d, 0x5d, 0xde, 0xaa, 0x3a, 0xdc, 0x5e, 0xfc, 0x69, 0x7b, 0xad } }; static const struct cckprng_op_refresh op_refresh_5004 = { .hd = { .id = 4748, .kind = OP_REFRESH }, .rand = 7832605029578751898ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5005 = { .hd = { .id = 4749, .kind = OP_REFRESH }, .rand = 4223511870979624059ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5006 = { .hd = { .id = 4750, .kind = OP_RESEED }, .nonce = 14596812597246443985ULL, .seed_nbytes = 143, .seed = { 0x58, 0x25, 0x68, 0xe1, 0x9d, 0xfd, 0x81, 0x10, 0x0f, 0x9c, 0xa7, 0x8a, 0x9b, 0x1e, 0x65, 0x40, 0xa1, 0x97, 0x6e, 0x82, 0x69, 0x9a, 0x55, 0xcf, 0xf0, 0x70, 0xc1, 0x9e, 0xef, 0xa9, 0x90, 0x29, 0xb2, 0x4b, 0x39, 0x05, 0x86, 0xec, 0xb8, 0xac, 0x4f, 0x8c, 0xc0, 0xf4, 0x6c, 0x48, 0xbe, 0x74, 0x61, 0x23, 0xec, 0x41, 0xce, 0xf2, 0x38, 0xee, 0x3f, 0x3b, 0xf5, 0xb7, 0xa0, 0x01, 0xfc, 0x75, 0x48, 0x0c, 0x59, 0x25, 0x9a, 0xf4, 0xd3, 0xc7, 0x43, 0xce, 0xe2, 0x67, 0x32, 0x61, 0x52, 0xbe, 0xea, 0xd9, 0x82, 0x41, 0x31, 0xb1, 0xb3, 0x5f, 0xd5, 0xbd, 0xbd, 0x43, 0xfc, 0x6a, 0x1a, 0xa7, 0xeb, 0xef, 0xbf, 0xb6, 0x99, 0xb5, 0xad, 0xfe, 0x16, 0x8d, 0x01, 0x3e, 0x95, 0x1e, 0x41, 0x92, 0xcf, 0x89, 0x80, 0x0d, 0x5f, 0xcc, 0x00, 0xf6, 0xaa, 0x71, 0x0d, 0x53, 0x75, 0xf2, 0x2d, 0x43, 0x14, 0x8c, 0x47, 0x9d, 0x5e, 0x7a, 0x1e, 0x7e, 0xcb, 0xcd, 0xf1, 0xb2, 0xc6, 0x9c, 0xf1 } }; static const struct cckprng_op_reseed op_reseed_5007 = { .hd = { .id = 4751, .kind = OP_RESEED }, .nonce = 16904676539748339964ULL, .seed_nbytes = 257, .seed = { 0xa2, 0x37, 0x26, 0xc3, 0xd5, 0x3c, 0x4b, 0x68, 0x5b, 0xde, 0x5c, 0x2f, 0x50, 0xff, 0x06, 0x03, 0x19, 0x3c, 0xae, 0xc6, 0xcb, 0xd4, 0x1b, 0x8e, 0x56, 0xde, 0x7c, 0xe0, 0xa9, 0x83, 0xec, 0x18, 0x53, 0x6d, 0x81, 0x49, 0x6e, 0x17, 0xa7, 0x64, 0xb1, 0x90, 0x95, 0xb4, 0x31, 0x40, 0xff, 0x5d, 0xa4, 0x75, 0xf6, 0x11, 0x33, 0xe3, 0xb5, 0x56, 0xc6, 0x8e, 0xb8, 0x23, 0xff, 0x77, 0xd1, 0x77, 0x58, 0xd0, 0x55, 0xc4, 0x35, 0x94, 0x79, 0xca, 0x2b, 0x90, 0x26, 0x57, 0x5f, 0xa6, 0xbc, 0xe1, 0x28, 0x9b, 0xab, 0xf4, 0x2c, 0xfb, 0xfe, 0x71, 0xec, 0xe8, 0x63, 0x7d, 0x87, 0x5a, 0xf1, 0xf0, 0x28, 0x0e, 0xb1, 0x00, 0xf4, 0x27, 0x5b, 0x71, 0xe8, 0xdd, 0x59, 0x8a, 0x41, 0x5c, 0x7a, 0x5f, 0x94, 0x8d, 0xd4, 0x02, 0xcc, 0x79, 0x36, 0x4c, 0xa1, 0xfa, 0xa0, 0x6b, 0x28, 0x37, 0x93, 0x95, 0x30, 0x65, 0x39, 0x70, 0x05, 0xf5, 0x2a, 0x91, 0xbd, 0x46, 0xec, 0x90, 0xd5, 0x33, 0x27, 0xbd, 0x61, 0x6d, 0xa4, 0x87, 0xb6, 0x9b, 0x76, 0x45, 0x2e, 0x04, 0xa6, 0x24, 0xbf, 0x94, 0xf0, 0x2c, 0xee, 0x2a, 0xd2, 0x8f, 0xfe, 0xc8, 0x46, 0xe7, 0x87, 0x62, 0xcf, 0x4a, 0x3c, 0xd9, 0x40, 0x4b, 0x96, 0x76, 0x0e, 0x7f, 0xac, 0xd7, 0x1d, 0x75, 0x85, 0x01, 0x69, 0xb2, 0xf7, 0x40, 0xff, 0xb4, 0x46, 0x3f, 0x9f, 0x18, 0xb9, 0x16, 0x8d, 0x03, 0x5d, 0x08, 0x9e, 0x41, 0x76, 0x01, 0xbb, 0x61, 0xf4, 0xdc, 0x31, 0x0a, 0xa3, 0x78, 0x21, 0xd3, 0x0a, 0xf3, 0xcc, 0x3a, 0x13, 0xe2, 0xa6, 0x59, 0xf6, 0x66, 0x4a, 0x70, 0x64, 0x41, 0x95, 0x3f, 0x6e, 0xf1, 0xa9, 0xbf, 0x62, 0xb3, 0x01, 0x93, 0x29, 0x7c, 0x41, 0x67, 0x2d, 0x22, 0xef, 0x56, 0x6f, 0xd7, 0x19, 0xbd, 0xf5, 0x22, 0x65, 0x23, 0x16 } }; static const struct cckprng_op_refresh op_refresh_5008 = { .hd = { .id = 4752, .kind = OP_REFRESH }, .rand = 7611610061738156890ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5009 = { .hd = { .id = 4753, .kind = OP_REFRESH }, .rand = 12471112576862079619ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5010 = { .hd = { .id = 4754, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0x3c, 0x0e, 0x61, 0xbe, 0x74, 0x5d, 0x48, 0x17, 0x60, 0x8a, 0xf0, 0x8e, 0x93, 0xb8, 0x02, 0xdd, 0x62, 0xc6, 0x28, 0x4a, 0x64, 0xff, 0xac, 0xcb, 0xf6, 0xb7, 0xb0, 0x0c, 0x39, 0x8c, 0xee, 0x70, 0xf8, 0x6e, 0x8f, 0x4a, 0x8c, 0x5b, 0x26, 0xdd, 0x0d, 0x78, 0xf5, 0x4a, 0x9b, 0x76, 0x20, 0x7f, 0x70, 0x6b, 0x04, 0x25, 0x8a, 0xdd, 0xa9, 0x54, 0x59, 0xbe, 0x7d, 0xbf, 0xba, 0xfa, 0x3e, 0xec, 0x71, 0xbf, 0x55, 0x2d, 0x4c, 0x95, 0x95, 0x06, 0xe0, 0xe9 } } }; static const struct cckprng_op_reseed op_reseed_5011 = { .hd = { .id = 4755, .kind = OP_RESEED }, .nonce = 1946902066597178785ULL, .seed_nbytes = 188, .seed = { 0x71, 0xa7, 0x34, 0x5a, 0x6d, 0xea, 0x9b, 0x30, 0x9e, 0x89, 0x27, 0xdf, 0x82, 0x23, 0xda, 0x4c, 0xf1, 0xae, 0x30, 0x71, 0xe9, 0x67, 0xc6, 0xe3, 0x2c, 0x18, 0x53, 0x54, 0x15, 0x04, 0x2c, 0xd3, 0x4f, 0x4b, 0xbc, 0x39, 0xb6, 0xbe, 0x9d, 0xbc, 0xab, 0x03, 0xc8, 0x14, 0xc8, 0xa6, 0x59, 0x14, 0x61, 0x04, 0x31, 0xcd, 0x2b, 0x62, 0xe2, 0x31, 0x79, 0xf7, 0x53, 0xe3, 0x0a, 0xdc, 0x5b, 0xfd, 0x9c, 0xfc, 0x28, 0x79, 0x96, 0x4a, 0x37, 0x71, 0x03, 0xa1, 0xc9, 0xec, 0x87, 0xa0, 0xda, 0x44, 0xad, 0xf6, 0x75, 0x8d, 0xc8, 0x33, 0x96, 0x8d, 0x16, 0x2c, 0xdb, 0x00, 0xf9, 0x31, 0xba, 0xb6, 0x9e, 0x2d, 0x2a, 0x72, 0x24, 0x33, 0x0d, 0xbb, 0x2e, 0xee, 0x84, 0xa9, 0x16, 0xac, 0x59, 0xf2, 0xf9, 0x80, 0xb0, 0x39, 0xf6, 0xf8, 0x6d, 0x6a, 0x09, 0x35, 0x69, 0xdf, 0xd4, 0x0f, 0x90, 0x9f, 0xf8, 0xb1, 0xd5, 0x33, 0xb4, 0xa8, 0x9f, 0xd7, 0xd0, 0x10, 0x1c, 0x5c, 0xfc, 0x98, 0xc7, 0x10, 0x12, 0x79, 0x0c, 0x3d, 0x88, 0xa9, 0x94, 0xc0, 0xd4, 0x72, 0x8d, 0xea, 0xa3, 0x51, 0x26, 0xb2, 0xc5, 0x3f, 0x13, 0xc0, 0x51, 0x8a, 0x55, 0xb1, 0x58, 0x3a, 0x77, 0xaf, 0x34, 0xd9, 0xf6, 0x80, 0x0c, 0x06, 0x91, 0x7d, 0x07, 0xb3, 0xb5, 0xaa, 0x93, 0xeb, 0x07, 0x06 } }; static const struct cckprng_op_generate op_init_5012 = { .hd = { .id = 4756, .kind = OP_GENERATE }, .rand_nbytes = 281, .out = { .rand = { 0xc8, 0x9f, 0x07, 0x07, 0xe1, 0x29, 0x34, 0x45, 0x76, 0xc5, 0x81, 0x61, 0xfc, 0xd6, 0xfc, 0xab, 0x8d, 0xd1, 0x59, 0x4d, 0x65, 0xfb, 0x05, 0xe9, 0x08, 0xcb, 0xce, 0xd4, 0xc9, 0x15, 0x9e, 0x2c, 0x10, 0x1b, 0x0a, 0xc5, 0xe9, 0xb0, 0xe3, 0xe4, 0x67, 0x46, 0x2c, 0x1f, 0xe5, 0x37, 0x0b, 0x60, 0x13, 0x5e, 0xcb, 0x67, 0x64, 0xf8, 0xa6, 0xa9, 0xc9, 0xfb, 0xf0, 0x17, 0x75, 0xf2, 0xbd, 0xea, 0x86, 0x30, 0x06, 0x8c, 0x06, 0x59, 0x1f, 0x21, 0xbc, 0x6b, 0x5a, 0x18, 0x78, 0x89, 0xc6, 0x83, 0xf5, 0x6f, 0xb9, 0x6c, 0xd2, 0xf3, 0xe2, 0xcb, 0x60, 0xac, 0x49, 0x5a, 0x7e, 0x7d, 0x63, 0x35, 0xa4, 0xcb, 0xf5, 0x34, 0xd8, 0x28, 0xd3, 0x14, 0xaa, 0xdf, 0x23, 0x55, 0x1e, 0x1f, 0xf9, 0xfa, 0xb4, 0x29, 0x29, 0x8f, 0x12, 0x24, 0xf9, 0x7a, 0x85, 0x5d, 0xfe, 0xde, 0x00, 0x46, 0x92, 0x7c, 0x32, 0x03, 0xbd, 0xba, 0x12, 0xd6, 0x2e, 0xea, 0xc7, 0xa6, 0xa4, 0xe6, 0xde, 0xd1, 0xe0, 0x8c, 0x84, 0xbd, 0x61, 0xa2, 0x67, 0xf3, 0xe9, 0xcf, 0x09, 0x19, 0x6e, 0x5e, 0x25, 0x36, 0xfa, 0x41, 0xdc, 0x38, 0xdd, 0xb5, 0x86, 0x11, 0xf9, 0x87, 0xd6, 0xa4, 0x56, 0x62, 0xd4, 0x48, 0x48, 0x00, 0xeb, 0x5d, 0xae, 0x07, 0x9c, 0xec, 0x45, 0xba, 0x2b, 0xb2, 0xd7, 0xe4, 0xa5, 0xc6, 0x82, 0x3e, 0x74, 0xf5, 0xad, 0x33, 0xcf, 0x7c, 0x70, 0x03, 0xf4, 0x37, 0xa6, 0x87, 0x15, 0x2e, 0xfa, 0x8e, 0xb4, 0x19, 0xe4, 0xfa, 0x66, 0x75, 0x91, 0xce, 0x84, 0x34, 0xd2, 0x70, 0x53, 0xc5, 0xc2, 0xfb, 0xba, 0xeb, 0x12, 0x3b, 0x47, 0xff, 0xd6, 0x90, 0x6e, 0x4f, 0xa2, 0xba, 0x32, 0x77, 0xf4, 0xa4, 0x9d, 0xb6, 0x1a, 0x11, 0x37, 0xbd, 0xc9, 0x0e, 0xe3, 0xc3, 0x4e, 0xb8, 0xae, 0x80, 0xe0, 0x97, 0x85, 0x7f, 0x7a, 0x07, 0x45, 0xbe, 0x20, 0xa1, 0xc5, 0x6a, 0xe8, 0x36, 0x53, 0xae, 0xd1, 0x1b, 0xc5, 0xc1, 0x0e, 0x11, 0x38, 0xb5, 0x26, 0x0b, 0x9f } } }; static const struct cckprng_op_reseed op_reseed_5013 = { .hd = { .id = 4757, .kind = OP_RESEED }, .nonce = 4089410228032666020ULL, .seed_nbytes = 19, .seed = { 0xc8, 0xa0, 0xfe, 0xb2, 0x93, 0xb1, 0x7b, 0x59, 0x00, 0x03, 0xc0, 0x92, 0x0f, 0x20, 0xbb, 0x88, 0x2c, 0x58, 0x22 } }; static const struct cckprng_op_reseed op_reseed_5014 = { .hd = { .id = 4758, .kind = OP_RESEED }, .nonce = 792109311398657416ULL, .seed_nbytes = 213, .seed = { 0xbf, 0x33, 0xe9, 0xbb, 0x52, 0x75, 0x0f, 0x40, 0xdc, 0xb7, 0x8c, 0x20, 0x3a, 0x61, 0xe4, 0xb6, 0x15, 0x4e, 0xce, 0x1b, 0xd6, 0x44, 0xd8, 0x86, 0xac, 0x0b, 0xbc, 0xfc, 0xb7, 0xe0, 0x7c, 0x51, 0x28, 0x18, 0x0c, 0xdd, 0x10, 0x2e, 0x93, 0x34, 0x5d, 0x1f, 0xea, 0x29, 0xb9, 0xd7, 0xcf, 0x79, 0xe6, 0x84, 0xb2, 0xf0, 0x3a, 0xef, 0x3b, 0x85, 0xb1, 0x4f, 0xef, 0x24, 0x99, 0x22, 0xc8, 0xf9, 0x95, 0xa6, 0x20, 0x9b, 0x7b, 0xb6, 0x52, 0xd6, 0xaf, 0x92, 0xc9, 0xcb, 0x55, 0x36, 0xa2, 0x13, 0xf5, 0xfd, 0x45, 0xcb, 0x33, 0xe1, 0xa7, 0x65, 0xcd, 0xbd, 0xc4, 0xe7, 0xee, 0x24, 0xba, 0xad, 0x6d, 0x9a, 0xaf, 0x86, 0xc8, 0x05, 0x37, 0xf5, 0xe7, 0x56, 0xda, 0x2a, 0x80, 0x2c, 0x07, 0x56, 0x3d, 0x15, 0xb3, 0xb0, 0xb4, 0xfb, 0x95, 0x13, 0x6b, 0x53, 0x28, 0x46, 0xf5, 0x1e, 0x01, 0x7d, 0x79, 0x76, 0x05, 0xdc, 0x20, 0x2c, 0x37, 0x4a, 0x02, 0xc9, 0xa4, 0x2c, 0x03, 0xbd, 0x28, 0xfa, 0xe7, 0xb7, 0x87, 0x9d, 0xc4, 0x13, 0xbb, 0xb4, 0xe7, 0x17, 0x68, 0x00, 0x7f, 0x3a, 0x81, 0xd3, 0x8b, 0x61, 0xfd, 0xb0, 0x4c, 0x63, 0x85, 0x0b, 0xf5, 0xa9, 0xce, 0x3b, 0x45, 0x5d, 0x7f, 0xa8, 0x10, 0x21, 0xe1, 0xe2, 0x10, 0x0e, 0x70, 0x7d, 0xe9, 0x40, 0x4e, 0xa8, 0xa6, 0x49, 0xbf, 0xe1, 0x8e, 0xe6, 0x82, 0xc3, 0xc5, 0x46, 0xde, 0x8f, 0x7c, 0xbd, 0xc0, 0xf4, 0xf3, 0x43, 0xfd, 0xb9, 0xbf, 0x5e, 0xea, 0xf6, 0x25 } }; static const struct cckprng_op_generate op_init_5015 = { .hd = { .id = 4759, .kind = OP_GENERATE }, .rand_nbytes = 15, .out = { .rand = { 0x03, 0x53, 0x63, 0x1b, 0x72, 0x1d, 0x3c, 0xaa, 0xe9, 0x5b, 0x22, 0xcc, 0x3a, 0xd6, 0x7d } } }; static const struct cckprng_op_reseed op_reseed_5016 = { .hd = { .id = 4760, .kind = OP_RESEED }, .nonce = 4327423436225585565ULL, .seed_nbytes = 160, .seed = { 0x2f, 0xb7, 0x76, 0xd2, 0x85, 0x73, 0xd5, 0x96, 0x8f, 0x0e, 0x5c, 0xef, 0xe7, 0xf8, 0xc4, 0x38, 0x7a, 0xe6, 0x32, 0x38, 0xe0, 0xa5, 0x70, 0x29, 0xbf, 0x27, 0xa4, 0x82, 0x7e, 0xf7, 0x22, 0x3c, 0x96, 0x84, 0x2a, 0xdd, 0xbb, 0x53, 0x3e, 0x64, 0x74, 0x52, 0x14, 0x6b, 0xbb, 0xf3, 0xf4, 0xeb, 0xa6, 0xe5, 0xc6, 0x17, 0x95, 0xd2, 0xa8, 0xea, 0x47, 0x91, 0xce, 0x9b, 0xd5, 0xfd, 0xbb, 0x0b, 0xfa, 0x74, 0xb0, 0xae, 0xfa, 0x6f, 0xbb, 0xb3, 0xe4, 0x46, 0xb1, 0xbf, 0x4e, 0xc8, 0x77, 0x62, 0x00, 0x16, 0x22, 0x3a, 0xed, 0x46, 0x79, 0x69, 0x9d, 0xdd, 0x7c, 0x4b, 0x34, 0xe1, 0x94, 0x83, 0x9d, 0xa8, 0x4a, 0xd6, 0xa2, 0x07, 0x46, 0xd6, 0xba, 0xab, 0x2b, 0x2d, 0xb4, 0x44, 0x2c, 0x0e, 0xe3, 0x55, 0x71, 0x27, 0x2a, 0x3a, 0xfa, 0x38, 0x4e, 0xaa, 0xbf, 0x9b, 0x9a, 0x56, 0x23, 0xd3, 0x8f, 0x18, 0xb1, 0x70, 0x12, 0xdf, 0xbb, 0x3a, 0xe4, 0xa0, 0x40, 0x6b, 0xce, 0xf2, 0xe5, 0x34, 0xba, 0xc1, 0x0a, 0x6a, 0x34, 0x60, 0x0c, 0xee, 0x02, 0x85, 0xb8, 0xcf, 0x27, 0x8e, 0x09, 0x70 } }; static const struct cckprng_op_reseed op_reseed_5017 = { .hd = { .id = 4761, .kind = OP_RESEED }, .nonce = 8342207342983683520ULL, .seed_nbytes = 113, .seed = { 0xeb, 0x5f, 0x5d, 0x5e, 0x8f, 0x33, 0xf7, 0x05, 0x60, 0xcb, 0x5e, 0x3a, 0x1b, 0xd8, 0xbe, 0x90, 0xca, 0x3b, 0x27, 0xce, 0xe1, 0x45, 0x17, 0x6b, 0x7b, 0x74, 0x85, 0xe7, 0x68, 0x3a, 0xa3, 0x00, 0xec, 0xc0, 0x4f, 0x29, 0x0f, 0xc5, 0x74, 0x5f, 0x0f, 0x6d, 0xbe, 0xd3, 0xad, 0xea, 0x03, 0x97, 0xbe, 0x49, 0x0d, 0xc1, 0x9c, 0x03, 0x38, 0x0c, 0x75, 0x23, 0xd9, 0x10, 0x90, 0xf3, 0x44, 0x62, 0x55, 0x7d, 0xd3, 0xfd, 0x90, 0x04, 0x67, 0x12, 0x3f, 0x20, 0xc2, 0x6b, 0x80, 0x73, 0x9d, 0x6e, 0x46, 0x1a, 0x7a, 0x14, 0x12, 0x07, 0x51, 0x92, 0xb4, 0x4e, 0x7a, 0xb7, 0x3a, 0x30, 0x6e, 0x9c, 0x58, 0x91, 0xbf, 0x19, 0xee, 0x64, 0x53, 0x21, 0x76, 0xbe, 0xbc, 0xd2, 0x6d, 0x8e, 0x43, 0x8b, 0x6f } }; static const struct cckprng_op_refresh op_refresh_5018 = { .hd = { .id = 4762, .kind = OP_REFRESH }, .rand = 17414368382519199246ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5019 = { .hd = { .id = 4763, .kind = OP_REFRESH }, .rand = 16235916110343339128ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5020 = { .hd = { .id = 4764, .kind = OP_REFRESH }, .rand = 10301646984508092421ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5021 = { .hd = { .id = 4765, .kind = OP_REFRESH }, .rand = 4861490070031375804ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5022 = { .hd = { .id = 4766, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0x91, 0x38, 0xfe, 0xaf, 0xbd, 0x92, 0x8b, 0x5d, 0x7d, 0x0f, 0xf6, 0x47, 0x77, 0xfb, 0x2b, 0x5c, 0x9c, 0x95, 0x38, 0x81, 0x4e, 0xee, 0xa3, 0x39, 0x5a, 0xd8, 0x5f, 0xbe, 0x12, 0x16, 0x97, 0xe8, 0x59, 0xb3, 0x5f, 0x88, 0xaf, 0x6d, 0x7a, 0xfb, 0x0c, 0x22, 0xe9, 0xd7, 0xf3, 0x13, 0x63, 0xb7, 0x79, 0x77, 0xff, 0xbf, 0x2f, 0xe3, 0x33, 0x6c, 0x8e, 0x85, 0x4d, 0xf2, 0xf7, 0x5c, 0x5f, 0x0b, 0x30, 0x85, 0x52, 0x32, 0xb7, 0xeb, 0x48, 0x5b, 0x2d, 0x78, 0xd0, 0x46, 0x6f, 0x92, 0x5e, 0x17, 0x95, 0xd4, 0x64, 0x8c, 0x82, 0x68, 0xa0, 0x2a, 0xa6, 0xb2, 0xaa, 0x95, 0x41, 0xaa, 0xd4, 0x37, 0x19, 0xd3, 0xfa, 0xfd, 0x48, 0x8c, 0xd8, 0xe8, 0xdd, 0xdc, 0x0f, 0xab, 0x77, 0x11, 0x6d, 0x31, 0xdb, 0x31, 0x3a, 0x8c, 0x59, 0x59, 0x03, 0x4e, 0x15, 0xd9, 0x79, 0x62, 0x4a, 0xcc, 0x9d, 0xc1, 0xd6, 0x3e, 0x5f, 0x46, 0xc3, 0x04, 0x1a } } }; static const struct cckprng_op_refresh op_refresh_5023 = { .hd = { .id = 4767, .kind = OP_REFRESH }, .rand = 16579279306010818939ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5024 = { .hd = { .id = 4768, .kind = OP_RESEED }, .nonce = 17071769339776319221ULL, .seed_nbytes = 33, .seed = { 0xe1, 0xca, 0xeb, 0x4b, 0x32, 0x02, 0x34, 0x69, 0xc7, 0xbb, 0xf2, 0x95, 0x12, 0x7e, 0xbe, 0xcf, 0x33, 0xf2, 0x49, 0xec, 0xd2, 0x96, 0x04, 0x2a, 0xe5, 0x82, 0x07, 0x29, 0xb5, 0x14, 0x5d, 0xad, 0xb9 } }; static const struct cckprng_op_generate op_init_5025 = { .hd = { .id = 4769, .kind = OP_GENERATE }, .rand_nbytes = 29, .out = { .rand = { 0xf1, 0x4e, 0x4e, 0x2d, 0x52, 0xd9, 0xd8, 0x82, 0xd1, 0x1d, 0xd6, 0xcb, 0x48, 0x92, 0xe4, 0x5c, 0x12, 0xa7, 0xe8, 0x68, 0xa2, 0x3c, 0x7c, 0xc2, 0xd6, 0x73, 0xa7, 0x7e, 0x17 } } }; static const struct cckprng_op_reseed op_reseed_5026 = { .hd = { .id = 4770, .kind = OP_RESEED }, .nonce = 7230936435261736311ULL, .seed_nbytes = 179, .seed = { 0xed, 0x92, 0x20, 0xfd, 0x92, 0x03, 0x64, 0x61, 0xd2, 0xec, 0x23, 0x40, 0x61, 0xb0, 0x26, 0x6a, 0xee, 0x53, 0x96, 0x5a, 0xe4, 0x6c, 0xc7, 0xcc, 0x10, 0x85, 0xaf, 0xc4, 0xee, 0x9d, 0x26, 0x7b, 0xfe, 0x3a, 0xb0, 0x94, 0xf8, 0x65, 0x98, 0x35, 0x96, 0x8c, 0x58, 0x33, 0xf9, 0x9d, 0x90, 0x83, 0xd6, 0x99, 0x7c, 0x67, 0xbc, 0xe7, 0x28, 0xb7, 0x72, 0x90, 0xfd, 0x88, 0x77, 0x50, 0x33, 0x8d, 0x39, 0x2e, 0xee, 0xf3, 0x06, 0xa7, 0x1e, 0x93, 0xcb, 0xdb, 0x78, 0xbf, 0x3c, 0x0a, 0xe9, 0x86, 0xe1, 0xc9, 0xcb, 0x7d, 0x56, 0xe3, 0xf2, 0x8e, 0xd8, 0x36, 0x7b, 0x16, 0x90, 0x4f, 0xa9, 0x25, 0x20, 0xfc, 0x94, 0x40, 0xa8, 0x8d, 0xfb, 0x72, 0xc1, 0x7d, 0x05, 0xc8, 0xc1, 0xe6, 0x49, 0x2d, 0xb7, 0x78, 0xf4, 0x2b, 0x3f, 0x61, 0x52, 0x31, 0xb5, 0x32, 0x8c, 0x61, 0x7e, 0x6b, 0xa7, 0x46, 0x40, 0x46, 0x5a, 0x87, 0x06, 0x5c, 0x5c, 0x6c, 0x26, 0xca, 0x9c, 0xba, 0x0e, 0x05, 0xf1, 0x54, 0x68, 0x06, 0x72, 0xef, 0x7a, 0x5e, 0xbb, 0x7c, 0x25, 0xfa, 0x2e, 0xcf, 0xe0, 0x51, 0x46, 0x0a, 0x7a, 0x79, 0x29, 0xed, 0x3d, 0xa5, 0xb5, 0x62, 0x37, 0x8e, 0x0d, 0x9c, 0x4b, 0xc3, 0x27, 0x44, 0x50, 0x04, 0xc0 } }; static const struct cckprng_op_reseed op_reseed_5027 = { .hd = { .id = 4771, .kind = OP_RESEED }, .nonce = 13832726289331615109ULL, .seed_nbytes = 74, .seed = { 0x8e, 0xb8, 0xec, 0x99, 0x2f, 0x53, 0x01, 0x6c, 0x02, 0xb9, 0xaf, 0xb1, 0xbb, 0xf1, 0x4d, 0xc6, 0x1f, 0x02, 0xb9, 0x71, 0xd3, 0xd3, 0x11, 0x88, 0x68, 0x97, 0x05, 0x29, 0x31, 0xf7, 0x39, 0x33, 0x0a, 0xf8, 0x6e, 0x8e, 0x6e, 0x50, 0x03, 0xfe, 0x91, 0xf2, 0xf8, 0x86, 0x21, 0x4d, 0x2c, 0x44, 0xcb, 0x94, 0x0c, 0x76, 0xc3, 0xdd, 0x88, 0x68, 0x0d, 0x14, 0x1b, 0xe1, 0xa4, 0x7b, 0xf4, 0x6e, 0x09, 0x15, 0x27, 0x83, 0xe5, 0xb7, 0x67, 0x64, 0xa2, 0xde } }; static const struct cckprng_op_reseed op_reseed_5028 = { .hd = { .id = 4772, .kind = OP_RESEED }, .nonce = 15171311283924878295ULL, .seed_nbytes = 139, .seed = { 0xd3, 0x0b, 0x73, 0x04, 0x8a, 0x36, 0x06, 0xa3, 0xd5, 0xd8, 0xa0, 0x2b, 0x56, 0xab, 0xa7, 0x2a, 0x7d, 0x79, 0x4d, 0xda, 0x80, 0x4c, 0x34, 0x4b, 0xc8, 0xeb, 0x37, 0x50, 0x76, 0x7a, 0x96, 0x08, 0xf5, 0xf0, 0x81, 0x84, 0x34, 0xbe, 0x20, 0xdb, 0x8e, 0x4e, 0x98, 0x73, 0xe8, 0xd2, 0x86, 0x7e, 0xf6, 0x22, 0x52, 0x8c, 0x62, 0x39, 0xdf, 0x12, 0x9b, 0x41, 0x58, 0x28, 0x5e, 0xec, 0x11, 0x6b, 0x3a, 0x63, 0x61, 0xaa, 0x24, 0x75, 0x9d, 0x14, 0x20, 0xa0, 0x07, 0xfc, 0x91, 0x64, 0xc4, 0x6a, 0x9a, 0x48, 0xb2, 0xf3, 0x9f, 0x62, 0xb3, 0xe0, 0xe5, 0x84, 0x4a, 0xbc, 0x0f, 0x56, 0xe1, 0xc2, 0x43, 0x38, 0x7e, 0x6d, 0xcf, 0x25, 0x80, 0x7b, 0x76, 0x3d, 0x5a, 0x5f, 0x4b, 0x85, 0x67, 0x48, 0x33, 0x14, 0x1c, 0xc3, 0xbe, 0xa0, 0x38, 0xbd, 0xb9, 0xe4, 0x0c, 0x14, 0xef, 0xe9, 0xfa, 0xb3, 0x0c, 0x04, 0x24, 0xc7, 0xdf, 0xba, 0x32, 0x71, 0x16, 0x5a, 0xf1 } }; static const struct cckprng_op_refresh op_refresh_5029 = { .hd = { .id = 4773, .kind = OP_REFRESH }, .rand = 7017873136620503992ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5030 = { .hd = { .id = 4774, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0x8e, 0x18, 0x5c, 0xdb, 0xc5, 0xe9, 0xd0, 0xe5, 0xb1, 0x5b, 0xcb, 0xf1, 0x9e, 0x49, 0x58, 0x09, 0x43, 0x3b, 0xfd, 0xa1, 0x9b, 0x7f, 0xb7, 0x73, 0x2e, 0xeb, 0x98, 0xd7, 0x0c, 0x90, 0xcc, 0x0d, 0x31, 0x04, 0x91, 0xad, 0xfb, 0x34, 0x5e, 0x37, 0x62, 0x64, 0x07, 0x89, 0x76, 0x63, 0x96, 0xab, 0x48, 0xe4, 0x1c, 0x91, 0x41, 0xa6, 0x57, 0xd2, 0x3e, 0x18, 0x10, 0x71, 0x67, 0x57, 0x7d, 0x51, 0x2f, 0x0d, 0x6f, 0x80, 0xba, 0x15, 0xf8, 0x97, 0xc4, 0x59, 0x74, 0x70, 0xf7, 0x21, 0x71, 0x27, 0x5b, 0x15, 0x92, 0x9f, 0x50, 0xb4, 0xf0, 0x11, 0x16, 0x8e, 0x34, 0xe7, 0xf6, 0xa5, 0xe1 } } }; static const struct cckprng_op_generate op_init_5031 = { .hd = { .id = 4775, .kind = OP_GENERATE }, .rand_nbytes = 133, .out = { .rand = { 0x3f, 0x6b, 0x56, 0xb3, 0x9e, 0x68, 0xce, 0x77, 0x55, 0xe0, 0xc0, 0x50, 0x9e, 0xd7, 0x85, 0x91, 0x4b, 0x03, 0x2e, 0x3c, 0x04, 0x1d, 0xd8, 0x47, 0x41, 0x15, 0x1b, 0x53, 0xb6, 0x52, 0x96, 0x6c, 0xd3, 0xd4, 0x1f, 0x99, 0x8a, 0x4a, 0xda, 0xd0, 0x5f, 0xec, 0x84, 0xff, 0x9b, 0x05, 0x07, 0x2b, 0x35, 0xd9, 0xdc, 0xba, 0xa8, 0x53, 0xc1, 0xd5, 0x5e, 0xe7, 0x63, 0x57, 0x79, 0xdf, 0x1f, 0x85, 0x1d, 0xed, 0xaa, 0x76, 0x5f, 0x3b, 0x82, 0xc9, 0xac, 0x80, 0xd6, 0x2b, 0xd5, 0x24, 0x79, 0xae, 0x68, 0x07, 0x47, 0x09, 0xa3, 0x49, 0x64, 0x46, 0x88, 0xf4, 0x64, 0xdb, 0x2e, 0xbc, 0xbc, 0x3e, 0xa6, 0x04, 0x3b, 0xe0, 0xdb, 0x68, 0x99, 0x5c, 0xe6, 0x41, 0x2d, 0xbe, 0x89, 0xc9, 0x58, 0x2d, 0x05, 0x31, 0xb9, 0x3a, 0x41, 0xc1, 0x6a, 0xdb, 0xf8, 0xcd, 0x6e, 0xa1, 0x77, 0x7b, 0x16, 0x4a, 0xd4, 0xb0, 0x2a, 0xcc, 0xa1 } } }; static const struct cckprng_op_refresh op_refresh_5032 = { .hd = { .id = 4776, .kind = OP_REFRESH }, .rand = 11739788149050985841ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5033 = { .hd = { .id = 4777, .kind = OP_GENERATE }, .rand_nbytes = 35, .out = { .rand = { 0xdb, 0xb3, 0x08, 0x0d, 0x45, 0x7f, 0x6b, 0xff, 0x1b, 0x49, 0x8e, 0xf4, 0x7f, 0x49, 0xae, 0x7d, 0x40, 0x12, 0x75, 0xe1, 0x05, 0x62, 0xbd, 0xc4, 0xf5, 0x8f, 0xb2, 0xf9, 0xf3, 0x75, 0xac, 0x50, 0x48, 0x8e, 0x42 } } }; static const struct cckprng_op_refresh op_refresh_5034 = { .hd = { .id = 4778, .kind = OP_REFRESH }, .rand = 2578995912036952041ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5035 = { .hd = { .id = 4779, .kind = OP_GENERATE }, .rand_nbytes = 108, .out = { .rand = { 0x94, 0x37, 0x00, 0x47, 0xa7, 0xbd, 0xe8, 0x67, 0x83, 0xac, 0xa7, 0x8e, 0xa8, 0xe8, 0x67, 0x64, 0x52, 0x8b, 0xda, 0xad, 0xe5, 0x91, 0x6b, 0x60, 0xef, 0xbd, 0xad, 0x57, 0xd6, 0x39, 0xf6, 0xf8, 0xa0, 0xbd, 0x0f, 0x4d, 0x36, 0xe9, 0xe6, 0xbc, 0xb8, 0xa6, 0xc6, 0x55, 0x0c, 0xfd, 0x20, 0x03, 0x5c, 0x89, 0xda, 0x0d, 0xb3, 0x0a, 0xd3, 0xbb, 0x53, 0x13, 0xd5, 0x6a, 0xfd, 0x72, 0xff, 0xaf, 0xcf, 0x04, 0xc6, 0x2d, 0x31, 0x0d, 0xaf, 0x26, 0x62, 0xfa, 0x22, 0x3f, 0x14, 0x2d, 0x43, 0xb2, 0x42, 0x42, 0xf9, 0x09, 0x27, 0xb8, 0xd1, 0x42, 0x54, 0xa5, 0xca, 0xe2, 0xb3, 0xbc, 0x38, 0xf8, 0x98, 0xfd, 0xfa, 0x7c, 0xf1, 0x86, 0xa7, 0x9b, 0xd0, 0x28, 0xb1, 0xbe } } }; static const struct cckprng_op_generate op_init_5036 = { .hd = { .id = 4780, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0xf3, 0x4f, 0x98, 0x59, 0xb6, 0x9c, 0xfe, 0x9c, 0x64, 0xf7, 0x43, 0x9a, 0x5e, 0x5c, 0xd6, 0x98, 0xc3, 0x90, 0xd2, 0x97, 0x41, 0x02, 0xeb, 0x1d, 0x9a, 0xca, 0xd9, 0xe6, 0x81, 0x12, 0x57, 0xee, 0xc8, 0x2b, 0x29, 0x03, 0xd8, 0x62, 0x5d, 0x14, 0xdd, 0xbf, 0xe3, 0x49, 0xb1, 0x6d, 0x09, 0x03, 0x4b, 0x32, 0x34, 0xe4, 0xb4, 0xf0, 0xc1, 0x3d, 0x2e, 0xc6, 0xaa, 0xc7, 0x59, 0x73, 0xf2, 0x82, 0xa5, 0xa0, 0x92, 0xed, 0xd8, 0x2c, 0x1d, 0x47, 0xb0, 0xd0, 0x85, 0x47, 0xda, 0x8e, 0xd2, 0xd6, 0xeb, 0x00, 0xe8, 0xc2, 0xbe, 0x78, 0x71, 0x26, 0x19, 0x60, 0xb0, 0x53, 0x83, 0x1d, 0x6b, 0x7d, 0x32, 0xd6 } } }; static const struct cckprng_op_refresh op_refresh_5037 = { .hd = { .id = 4781, .kind = OP_REFRESH }, .rand = 7621157019003005500ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5038 = { .hd = { .id = 4782, .kind = OP_REFRESH }, .rand = 4832375491109009597ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5039 = { .hd = { .id = 4783, .kind = OP_REFRESH }, .rand = 11834686880794309978ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_5040 = { .hd = { .id = 4784, .kind = OP_RESEED }, .nonce = 11238062159223869152ULL, .seed_nbytes = 126, .seed = { 0x57, 0x8d, 0x2c, 0x2b, 0x47, 0xff, 0x7f, 0x36, 0xe1, 0xb1, 0x0a, 0x9d, 0xda, 0x7c, 0x3c, 0x78, 0x09, 0x1f, 0xb5, 0xd5, 0x51, 0x04, 0x2e, 0x6e, 0xb8, 0x49, 0x1d, 0x69, 0xc6, 0xd6, 0xa5, 0x33, 0xbf, 0x4c, 0xc2, 0x4a, 0x83, 0xa5, 0xf3, 0xa8, 0xab, 0xd3, 0x94, 0x29, 0xc7, 0x7d, 0xb2, 0x08, 0x50, 0x52, 0xc7, 0x56, 0x5e, 0x34, 0x2f, 0x31, 0xba, 0x97, 0x3a, 0x98, 0x58, 0x41, 0x16, 0x7a, 0x82, 0x56, 0x02, 0xf7, 0xea, 0x85, 0xbd, 0xb2, 0x5e, 0xa4, 0x4c, 0x12, 0x46, 0x79, 0xbe, 0x72, 0x9b, 0xa6, 0x4a, 0xc5, 0x88, 0x30, 0xc0, 0x1b, 0x5a, 0x32, 0xf7, 0xce, 0xc5, 0x19, 0x01, 0xe3, 0x88, 0x57, 0xa0, 0x8e, 0x77, 0x82, 0xb8, 0xa1, 0xcd, 0x06, 0xbe, 0xb9, 0xb8, 0xcd, 0x54, 0x35, 0x7e, 0x0e, 0x3e, 0xf2, 0xc8, 0x08, 0x43, 0xed, 0xcc, 0x9b, 0xe4, 0x01, 0x12, 0xe4 } }; static const struct cckprng_op_generate op_init_5041 = { .hd = { .id = 4785, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x53, 0xa8, 0x2d, 0x36, 0x67, 0x49, 0x71, 0x3a, 0xfd, 0x8f, 0xa3, 0x89, 0x56, 0x86, 0x69, 0x50, 0x3c, 0x4e, 0xdf, 0xac, 0xb4, 0x35, 0x51, 0x96, 0x00, 0x4a, 0xa9, 0x60, 0x0f, 0xc1, 0xd8, 0xcf, 0x35, 0x83, 0xfe, 0x83, 0xfb, 0x39, 0xa7, 0x9a, 0x1a, 0x65, 0xbb, 0x58, 0x3b, 0x87, 0x43, 0x89, 0x1f, 0x86, 0x17, 0x98, 0x3b, 0xcb, 0x66, 0xdc, 0x53, 0x98, 0x5f, 0xfa, 0x8c, 0x80, 0x38, 0x1e, 0xb3, 0xf5, 0x58, 0xca, 0x55, 0x73, 0x19, 0xa7, 0xbf, 0x38, 0xd0, 0x5f, 0x7a, 0x41, 0x58, 0xaf, 0x53, 0x42, 0x4e, 0x86, 0xfc } } }; static const struct cckprng_op_refresh op_refresh_5042 = { .hd = { .id = 4786, .kind = OP_REFRESH }, .rand = 7432100922785290896ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5043 = { .hd = { .id = 4787, .kind = OP_REFRESH }, .rand = 10614299448218105418ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5044 = { .hd = { .id = 4788, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0x86, 0x79, 0x3c, 0x4e, 0x06, 0x0b, 0x6e, 0x28, 0x01, 0xd7, 0xcc, 0x1d, 0x3d, 0xcb, 0x52, 0xe4, 0x2d, 0x96, 0x7b, 0x9e, 0x09, 0x63, 0xd5, 0x39, 0xa8, 0x3b, 0xad, 0x1a, 0x22, 0xb5, 0x76, 0xd7, 0xfb, 0x05, 0x22, 0x24, 0x40, 0x9e, 0xe9, 0x96, 0xde, 0xb9, 0xd6, 0xfb, 0xd2, 0x92, 0x2e, 0xd5, 0xf8, 0x71, 0xd8, 0x6c, 0x42, 0xb9, 0x73, 0xa1, 0xbf, 0x50, 0x17, 0xfb, 0xbb, 0x3a, 0x19, 0x71, 0x22, 0x44, 0xb2, 0x41, 0x9d, 0xda, 0x9c, 0x0e, 0x4a, 0x93, 0x31, 0x74, 0x0a, 0x90, 0x7f, 0x99, 0x0c, 0xd4, 0x79, 0xd7, 0x1d, 0x7c, 0xed, 0x95, 0x5f, 0xbd, 0x47, 0x7d, 0x24, 0x69, 0x71, 0x03, 0xb1, 0xae, 0xdf, 0x00, 0x88, 0x71, 0x55, 0x9f, 0x86, 0x77, 0xf5, 0x72, 0x06, 0xc1, 0x51, 0x96, 0x33, 0xdf, 0x49, 0xd7, 0x9b, 0xb8, 0x08, 0xd0, 0x2d, 0x20, 0x72, 0x5d, 0xdf, 0x09, 0x49, 0x4f, 0xa3, 0x38, 0x95, 0x18, 0xe2, 0x66, 0x9c, 0x64, 0xb3, 0x30, 0xde, 0x32, 0x62, 0x27, 0x31, 0x63, 0x31, 0x9b, 0xd0, 0x06, 0x71, 0xb4, 0xdd, 0x0e, 0x63, 0xbf, 0xca, 0x16, 0x94, 0x02, 0x72, 0xe7, 0x44, 0xe6, 0x71, 0x82, 0xa6, 0xdf, 0x0f, 0x13, 0x9c, 0x58, 0x79, 0x9c, 0x24, 0x67, 0x31, 0xd9, 0x79, 0xf0, 0xc8, 0x74, 0xf5, 0x3d, 0x8f, 0xf5, 0xc7, 0x8f, 0xe4, 0x54, 0xad, 0x97, 0xfd, 0x03, 0x2b, 0x1d, 0xe9, 0xbf, 0x53, 0xce, 0x30, 0xc1, 0xb2, 0x6d, 0x07, 0xae, 0xcb, 0x63, 0xa8, 0xb7, 0xa3, 0xc3, 0x66, 0xd3, 0x98, 0xdd, 0xd4, 0x0d, 0x0c, 0x33, 0x6b, 0xeb, 0xf2, 0x97, 0x95, 0x56, 0x01, 0xe5, 0xa2, 0x66, 0x41, 0xfc, 0xa9, 0xf6, 0xc5, 0xa8, 0x9a, 0x91, 0xbc, 0x48, 0x55, 0x4c, 0x87, 0x90, 0x6d, 0x4b, 0x07, 0xd6, 0x99, 0xe5, 0x6a, 0xda, 0xdb, 0x3e, 0xc8, 0xe6, 0x5f, 0x8c, 0x56, 0xad, 0x89, 0x8b, 0x53, 0x79, 0x0f, 0x1c, 0xb0, 0x64, 0x33, 0x11, 0x6c, 0xf3, 0xd2, 0xf4, 0x75, 0x32, 0xe8, 0x66, 0xd9 } } }; static const struct cckprng_op_generate op_init_5045 = { .hd = { .id = 4789, .kind = OP_GENERATE }, .rand_nbytes = 251, .out = { .rand = { 0xae, 0xee, 0x75, 0xe5, 0xaa, 0x26, 0xc9, 0x12, 0x42, 0xd2, 0x31, 0x54, 0x25, 0x9e, 0x8d, 0x2f, 0xda, 0x07, 0x96, 0x48, 0x67, 0xc9, 0xbf, 0x43, 0x1b, 0xd1, 0x3d, 0x1c, 0x3d, 0x2d, 0x4a, 0x95, 0x2d, 0x00, 0x90, 0x35, 0x82, 0xb3, 0xb2, 0x5a, 0x33, 0x96, 0xbc, 0x11, 0xf8, 0xde, 0xe9, 0x57, 0x73, 0x05, 0xf6, 0x74, 0x82, 0xb0, 0x39, 0x7d, 0x00, 0x37, 0x2d, 0x1b, 0x5c, 0x6b, 0x73, 0xc5, 0x8c, 0xd3, 0xf2, 0xd9, 0x78, 0x35, 0x96, 0x68, 0x6a, 0x7c, 0x5e, 0x6f, 0x08, 0xa3, 0x47, 0xab, 0xb9, 0x5d, 0x5a, 0x92, 0xc6, 0x00, 0x45, 0xf5, 0x26, 0x89, 0xa7, 0x3d, 0x49, 0xbe, 0x0a, 0xa3, 0x5e, 0x25, 0xcc, 0x6c, 0xd1, 0x80, 0xa7, 0x64, 0xdf, 0xc7, 0x7a, 0x5c, 0x9c, 0xa9, 0xbb, 0x5f, 0xe8, 0x98, 0x32, 0xe4, 0x62, 0x8a, 0x65, 0xe9, 0x8e, 0x58, 0x1b, 0x7a, 0xf7, 0xc7, 0x64, 0xe5, 0xc0, 0xaf, 0xd1, 0xbe, 0x08, 0x12, 0x02, 0xe8, 0xc4, 0x2c, 0xf5, 0x55, 0xd6, 0x42, 0xfa, 0x56, 0x8f, 0x3a, 0xff, 0xc5, 0xe7, 0xc1, 0x3f, 0x0f, 0x15, 0x4c, 0x13, 0x3d, 0x51, 0xc6, 0xae, 0xbe, 0x3c, 0xab, 0xfb, 0x51, 0xe9, 0x37, 0x3a, 0x63, 0xe7, 0x18, 0x2c, 0xb8, 0x4a, 0x03, 0x4d, 0xc3, 0xf1, 0x68, 0xad, 0x46, 0xa9, 0x73, 0x2c, 0xb4, 0x74, 0xe7, 0x23, 0x1d, 0x6a, 0x82, 0xdb, 0x74, 0x9a, 0xfc, 0x46, 0x7a, 0x5e, 0xbd, 0xa8, 0x86, 0x31, 0x18, 0xbc, 0xc3, 0x1f, 0x64, 0x4d, 0x38, 0x2a, 0x12, 0x0b, 0x2e, 0x00, 0x73, 0xa0, 0x51, 0x12, 0x81, 0xbd, 0x82, 0x94, 0x90, 0x84, 0x52, 0x98, 0xf1, 0xf6, 0x14, 0x9e, 0x3f, 0x51, 0xed, 0x03, 0xea, 0xb1, 0x95, 0xb8, 0x7c, 0x37, 0xae, 0x1e, 0x69, 0x19, 0x15, 0x86, 0x79, 0xe9, 0x9e, 0x3b, 0x8b, 0x45 } } }; static const struct cckprng_op_refresh op_refresh_5046 = { .hd = { .id = 4790, .kind = OP_REFRESH }, .rand = 14443820395408497156ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5047 = { .hd = { .id = 4791, .kind = OP_GENERATE }, .rand_nbytes = 190, .out = { .rand = { 0x79, 0x01, 0x69, 0xc5, 0x55, 0x8f, 0xc3, 0xb3, 0x8e, 0x8b, 0x83, 0x01, 0xc3, 0xe9, 0x56, 0x87, 0x1b, 0x74, 0x71, 0xfb, 0x3d, 0x1f, 0x38, 0x21, 0x3d, 0x76, 0x96, 0x58, 0xf1, 0x3b, 0x74, 0x43, 0x34, 0xa2, 0x89, 0x19, 0x96, 0x92, 0x86, 0xa3, 0xd1, 0x01, 0x83, 0x59, 0x43, 0x5e, 0xcb, 0x3d, 0x5f, 0x09, 0x84, 0x72, 0xda, 0x48, 0x7e, 0xab, 0xeb, 0x16, 0x97, 0xe4, 0x4e, 0xba, 0xc5, 0x6b, 0x32, 0xfb, 0x6d, 0xa0, 0xa8, 0xd5, 0xba, 0xeb, 0x6e, 0xec, 0xdf, 0x93, 0x1e, 0xb3, 0x2e, 0xcb, 0x5f, 0xdc, 0x95, 0x37, 0xb6, 0x63, 0x12, 0xbb, 0x6b, 0x78, 0x8a, 0x88, 0x82, 0x4e, 0x0e, 0x59, 0x11, 0xb5, 0x08, 0x57, 0x6e, 0x7e, 0x93, 0x63, 0xf0, 0x25, 0x99, 0x62, 0x4c, 0x24, 0xdf, 0x0f, 0x7e, 0x62, 0x2c, 0xb3, 0x8d, 0x8f, 0x87, 0xba, 0x68, 0x12, 0x61, 0xf4, 0x45, 0x1b, 0x74, 0xa2, 0xbb, 0x60, 0x36, 0x52, 0x89, 0x5e, 0xcb, 0xeb, 0x3e, 0xdc, 0x0b, 0x52, 0x3f, 0x65, 0x63, 0xfe, 0x22, 0x05, 0xb6, 0x86, 0xfd, 0x20, 0xc8, 0x83, 0x66, 0xd4, 0xca, 0xc7, 0xfe, 0x34, 0x37, 0x14, 0xb3, 0x98, 0x50, 0x03, 0x24, 0x63, 0x44, 0x20, 0x06, 0xe0, 0xb1, 0x6e, 0x71, 0xfa, 0xfc, 0xb8, 0xd6, 0x23, 0x35, 0x95, 0xcb, 0xf7, 0x7e, 0x18, 0x62, 0xd7, 0xa4, 0x0b, 0x0e, 0xa0 } } }; static const struct cckprng_op_generate op_init_5048 = { .hd = { .id = 4792, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0x71, 0xf8, 0x1f, 0xa1, 0x86, 0x05, 0x42, 0x8f, 0xd6, 0xf9, 0x57, 0xc9, 0xee, 0x0f } } }; static const struct cckprng_op_reseed op_reseed_5049 = { .hd = { .id = 4793, .kind = OP_RESEED }, .nonce = 16339355647268578418ULL, .seed_nbytes = 181, .seed = { 0x17, 0x78, 0x6c, 0x47, 0xa8, 0x39, 0xdc, 0x23, 0x68, 0x1d, 0xe0, 0x81, 0x66, 0x59, 0x3d, 0xae, 0xdb, 0xe9, 0xf4, 0x09, 0xb3, 0x41, 0xc2, 0x65, 0x64, 0xa0, 0x4f, 0x6c, 0xe7, 0x46, 0x3d, 0x4d, 0x75, 0x18, 0x4d, 0xe4, 0xa3, 0x43, 0xe9, 0xff, 0x4a, 0x2f, 0x89, 0xb8, 0x1e, 0xf6, 0x53, 0xec, 0xcf, 0xab, 0xf9, 0x46, 0xdb, 0x14, 0xd2, 0x3d, 0x13, 0x98, 0x00, 0xd7, 0x99, 0x25, 0x7c, 0x3f, 0x8e, 0x30, 0x47, 0x4a, 0x9b, 0xe0, 0xca, 0x38, 0x51, 0x2b, 0xcb, 0x6a, 0xd8, 0xf1, 0x02, 0x09, 0xf6, 0xac, 0xbf, 0x8c, 0x82, 0x5e, 0x76, 0xc8, 0x76, 0x61, 0x86, 0x76, 0xc4, 0xde, 0xd0, 0x8d, 0x3f, 0xaa, 0x85, 0x11, 0x7b, 0xa5, 0xdf, 0x04, 0xfd, 0xb8, 0x19, 0x09, 0xaf, 0x3d, 0x94, 0x37, 0xa6, 0x1b, 0xd7, 0x59, 0x52, 0x54, 0x49, 0xbd, 0x8d, 0xb7, 0xce, 0x60, 0x4e, 0xb9, 0xc7, 0xfc, 0xf8, 0x36, 0x4b, 0xa3, 0xa1, 0x97, 0x61, 0xf3, 0xcd, 0x5f, 0x30, 0xb3, 0xb0, 0xed, 0xd7, 0x1f, 0xcc, 0xe2, 0x4a, 0xfb, 0xba, 0xec, 0x86, 0x7e, 0x37, 0x43, 0xad, 0x87, 0x21, 0x91, 0x21, 0x50, 0xe0, 0xe9, 0x51, 0x06, 0xb1, 0xbe, 0x19, 0x4b, 0x83, 0xe8, 0x21, 0x67, 0x83, 0x0b, 0x81, 0x38, 0x2f, 0xe8, 0x54, 0x93, 0xa1 } }; static const struct cckprng_op_generate op_init_5050 = { .hd = { .id = 4794, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0xf3, 0x09, 0xf7 } } }; static const struct cckprng_op_generate op_init_5051 = { .hd = { .id = 4795, .kind = OP_GENERATE }, .rand_nbytes = 269, .out = { .rand = { 0x28, 0xe4, 0x66, 0x17, 0x01, 0x5e, 0xed, 0x14, 0x15, 0x18, 0xe5, 0x3a, 0xb0, 0xed, 0x7a, 0x77, 0x25, 0xbc, 0xe0, 0x6b, 0x9c, 0x23, 0xf5, 0x68, 0x49, 0xd0, 0xf4, 0x22, 0x73, 0x02, 0x8f, 0x5c, 0xf9, 0xa8, 0x13, 0x84, 0x7f, 0xac, 0xf7, 0x2c, 0x04, 0x85, 0xd7, 0xd0, 0xfc, 0x64, 0x76, 0xdb, 0x2d, 0xed, 0x0e, 0x88, 0xa3, 0xff, 0x29, 0xe2, 0xcc, 0x8c, 0x2b, 0x18, 0x27, 0x41, 0x9a, 0x7b, 0x86, 0x5d, 0x2a, 0x0f, 0x1b, 0x7b, 0xe1, 0xc4, 0xcc, 0xc0, 0x58, 0x25, 0xde, 0xa9, 0x6d, 0x3d, 0xcf, 0xb2, 0x1c, 0x3e, 0x4d, 0x7e, 0x3b, 0x0f, 0x61, 0x14, 0x6b, 0x94, 0x91, 0xfc, 0x5a, 0xd7, 0x1a, 0xf2, 0xbe, 0x04, 0x0f, 0x96, 0xb1, 0x70, 0x24, 0xa3, 0x23, 0xd1, 0x2d, 0x66, 0x4e, 0x9b, 0x5d, 0x94, 0x8a, 0x34, 0x76, 0x27, 0xa1, 0xf0, 0x25, 0xd0, 0xa9, 0x8e, 0x54, 0xe6, 0x4c, 0x59, 0x12, 0xb8, 0xb3, 0x3e, 0xd8, 0xba, 0x85, 0x52, 0x8f, 0x65, 0xcf, 0x6d, 0x80, 0xb5, 0xa8, 0x2b, 0x28, 0x1c, 0xf4, 0x06, 0x78, 0x72, 0x54, 0x04, 0x72, 0xba, 0x22, 0x0f, 0xad, 0xf4, 0xe5, 0x41, 0x9d, 0x87, 0x83, 0xb7, 0x80, 0xd2, 0x7b, 0xd2, 0x29, 0x2d, 0x26, 0xa1, 0x3c, 0x6e, 0xf1, 0x69, 0xdb, 0x46, 0x6b, 0x73, 0xb8, 0xdc, 0x50, 0x52, 0x81, 0x03, 0xbd, 0xf5, 0x77, 0x45, 0x39, 0x03, 0x9f, 0x2f, 0xf4, 0x80, 0x0b, 0xf0, 0x11, 0x95, 0x22, 0xfb, 0xb8, 0x81, 0x20, 0x76, 0x04, 0x05, 0x35, 0x02, 0xe2, 0x29, 0xbe, 0xdc, 0xac, 0x7e, 0x6f, 0x66, 0xcc, 0xba, 0x59, 0x04, 0xd7, 0x4f, 0xa3, 0x0a, 0x6d, 0xf7, 0x2f, 0xa0, 0x5d, 0x08, 0xbd, 0x08, 0xce, 0x99, 0x9e, 0x43, 0x23, 0xdf, 0x53, 0x29, 0x2a, 0xb0, 0x96, 0x39, 0xf1, 0xdd, 0xc0, 0x9f, 0x2c, 0x14, 0x73, 0x8a, 0xf6, 0x7c, 0xc1, 0x40, 0x5a, 0x26, 0x24, 0xa9, 0x8b, 0x95, 0xfa, 0x22, 0x78, 0xaf, 0x7f } } }; static const struct cckprng_op_refresh op_refresh_5052 = { .hd = { .id = 4796, .kind = OP_REFRESH }, .rand = 17872447403804510860ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5053 = { .hd = { .id = 4797, .kind = OP_REFRESH }, .rand = 15720516793752801676ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5054 = { .hd = { .id = 4798, .kind = OP_GENERATE }, .rand_nbytes = 216, .out = { .rand = { 0x2f, 0x78, 0x9f, 0x33, 0x6f, 0x14, 0xea, 0x33, 0x15, 0xd6, 0x45, 0x96, 0xfa, 0x67, 0xbf, 0xb3, 0xca, 0x53, 0x2d, 0x72, 0x92, 0x3d, 0x0e, 0x39, 0xa4, 0x01, 0x02, 0xf5, 0x76, 0x80, 0xfc, 0xee, 0x40, 0xb9, 0x21, 0x8a, 0xf8, 0x6b, 0xbf, 0xf0, 0xd9, 0x77, 0xe9, 0xa7, 0x55, 0xf3, 0x2a, 0x85, 0x93, 0x15, 0x37, 0xe9, 0xa7, 0xda, 0xd0, 0xef, 0xc3, 0xab, 0x43, 0xfa, 0x60, 0x8c, 0x4d, 0x52, 0x73, 0xfc, 0x5b, 0xe8, 0xe3, 0x37, 0x92, 0x2b, 0x25, 0xfd, 0x07, 0x86, 0xc8, 0x56, 0xd2, 0x06, 0xbb, 0xbd, 0x93, 0x1c, 0xfd, 0x80, 0xaa, 0xae, 0x73, 0xa7, 0x99, 0x75, 0x4f, 0x0b, 0x37, 0x7b, 0x11, 0x54, 0x11, 0x55, 0x4e, 0x34, 0x16, 0x7a, 0xf9, 0x22, 0x63, 0x8f, 0xe0, 0x87, 0xa4, 0x92, 0xfc, 0x99, 0xde, 0x3d, 0x7d, 0xb8, 0x7d, 0x65, 0x11, 0xd9, 0x56, 0x5c, 0x47, 0x7c, 0x0a, 0xda, 0x0e, 0x3d, 0xc4, 0xfb, 0x05, 0x34, 0xa8, 0xf0, 0xdb, 0x8c, 0x65, 0xa1, 0x5b, 0x9f, 0xb2, 0x83, 0xbc, 0xe1, 0x4b, 0x89, 0x95, 0xa9, 0x5b, 0xff, 0x4c, 0xa7, 0x86, 0xfd, 0x0c, 0x58, 0xe8, 0x74, 0x9a, 0xa1, 0xd4, 0x19, 0x9d, 0x72, 0x8e, 0x50, 0xce, 0xc3, 0xd4, 0x02, 0xae, 0xd9, 0xed, 0x1b, 0x53, 0x97, 0x6e, 0xbe, 0x42, 0xa4, 0x99, 0x0f, 0xa4, 0xcc, 0xa6, 0xc9, 0xf6, 0x6b, 0x9b, 0xa7, 0x5c, 0x9c, 0xd8, 0x43, 0x59, 0xfa, 0x9f, 0x49, 0x65, 0x8f, 0x9d, 0x06, 0x23, 0x81, 0x4e, 0x32, 0x86, 0xe0, 0xaf, 0x75, 0x97, 0x81, 0x60, 0x5c } } }; static const struct cckprng_op_refresh op_refresh_5055 = { .hd = { .id = 4799, .kind = OP_REFRESH }, .rand = 14347125129391640051ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5056 = { .hd = { .id = 4800, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x66, 0x1b, 0x00, 0x2c, 0xe6, 0xad, 0x7f, 0x7a, 0x6f, 0xe7, 0xe9, 0x07, 0xad, 0x7c, 0xc5, 0xb2, 0x13, 0xf3, 0x20, 0x19, 0xed, 0x98, 0xa7, 0x65, 0xa7, 0xd8, 0x6d, 0x71, 0x4f, 0x99, 0x49, 0x0e, 0xbd, 0xaf, 0xe4, 0x45, 0x16, 0x14, 0x76, 0xba, 0x8d, 0xdf, 0xac, 0x22, 0xee, 0xec, 0xa7, 0xd8, 0xa2, 0x5e, 0x14, 0xaf, 0x09, 0x79, 0x4a, 0x7b, 0x4b, 0x70, 0x9c, 0xb5, 0x7e, 0x39, 0xac, 0xab, 0x18, 0x9a, 0xe0, 0x63, 0x31, 0x60, 0xc4, 0x19, 0xe8, 0xc9, 0x0d, 0x69, 0xa7, 0xb7, 0x9f, 0x52, 0xef, 0xd6, 0x11, 0x18, 0x5e, 0x61, 0x69, 0x1d, 0x8a, 0x43, 0x48, 0x2f, 0x39, 0x61, 0x70, 0x62, 0x1d, 0xa4, 0xb1, 0x61, 0xe2, 0x10, 0xcf, 0xd0, 0xbd, 0xec, 0x60, 0x3b, 0x10, 0xc2, 0x43, 0x55, 0x3c, 0x19, 0xad, 0x2e, 0xc0, 0x9e } } }; static const struct cckprng_op_refresh op_refresh_5057 = { .hd = { .id = 4801, .kind = OP_REFRESH }, .rand = 3458768434525898813ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5058 = { .hd = { .id = 4802, .kind = OP_REFRESH }, .rand = 9870637513237395160ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5059 = { .hd = { .id = 4803, .kind = OP_RESEED }, .nonce = 12822492403064569869ULL, .seed_nbytes = 21, .seed = { 0x2b, 0x5b, 0x70, 0x8a, 0xbe, 0x11, 0xdb, 0x39, 0x62, 0x96, 0x39, 0xf5, 0x84, 0xe6, 0xab, 0x31, 0x43, 0x71, 0xbb, 0xfc, 0x27 } }; static const struct cckprng_op_reseed op_reseed_5060 = { .hd = { .id = 4804, .kind = OP_RESEED }, .nonce = 13627519722773424650ULL, .seed_nbytes = 103, .seed = { 0x1f, 0x5e, 0xb4, 0xd2, 0x3a, 0x2a, 0x3d, 0xd3, 0xd6, 0x96, 0x66, 0x68, 0xdf, 0x4b, 0xa0, 0x37, 0x27, 0xaf, 0xe6, 0x28, 0xb9, 0xac, 0x08, 0xf4, 0x89, 0x8e, 0x5b, 0xc7, 0xed, 0x6c, 0x9f, 0xe2, 0xb9, 0x75, 0x13, 0xcf, 0x91, 0xd6, 0xa4, 0xef, 0xf4, 0x82, 0xa1, 0x5b, 0x02, 0xfe, 0x69, 0x27, 0xab, 0x01, 0x70, 0x3d, 0x03, 0x2f, 0xbc, 0xb2, 0x5c, 0x06, 0x01, 0x95, 0x11, 0xaa, 0x44, 0xd7, 0xff, 0x80, 0x0d, 0xd9, 0xda, 0xc3, 0xba, 0x29, 0x8f, 0x68, 0xad, 0x37, 0x64, 0x46, 0x09, 0x6f, 0xec, 0xcb, 0xff, 0xa5, 0x80, 0x13, 0x27, 0x08, 0xe6, 0x81, 0x79, 0x7c, 0xec, 0x07, 0x03, 0xea, 0x75, 0xb9, 0x2a, 0x55, 0x9c, 0x7b, 0x93 } }; static const struct cckprng_op_generate op_init_5061 = { .hd = { .id = 4805, .kind = OP_GENERATE }, .rand_nbytes = 246, .out = { .rand = { 0x93, 0x0f, 0x04, 0x2f, 0x71, 0xa6, 0xf3, 0xe5, 0xd6, 0x3d, 0x7e, 0xeb, 0xc5, 0x02, 0xb3, 0x10, 0x57, 0x11, 0xfc, 0x06, 0x06, 0x01, 0x23, 0x8f, 0xbc, 0x08, 0x7f, 0xde, 0x40, 0x47, 0x46, 0xa2, 0x21, 0xf5, 0xc5, 0xb3, 0xab, 0x66, 0x03, 0x4a, 0x5c, 0xc0, 0x0a, 0x56, 0xe5, 0xa8, 0x83, 0x76, 0xbb, 0x2a, 0x93, 0xb5, 0x10, 0xdd, 0x0f, 0x0b, 0x62, 0x5c, 0xc0, 0xe2, 0x30, 0xcd, 0x9e, 0x70, 0xd3, 0x00, 0x82, 0xa1, 0xc5, 0xe3, 0xa2, 0x3c, 0xa0, 0xa6, 0x6d, 0x90, 0xa5, 0xbe, 0x2d, 0xdd, 0x27, 0xff, 0xb7, 0xb9, 0x87, 0xd2, 0x63, 0x9e, 0x55, 0x1c, 0x3b, 0x82, 0x5c, 0x30, 0xbd, 0xc6, 0x45, 0x27, 0xe1, 0xf8, 0x3d, 0x50, 0x75, 0x3e, 0xb2, 0x52, 0xe0, 0x5d, 0x8d, 0x51, 0xca, 0xf6, 0xcc, 0x3a, 0xfa, 0x84, 0x09, 0x01, 0xe4, 0x6e, 0x2f, 0x79, 0x54, 0x47, 0xaa, 0x79, 0x9b, 0x4f, 0xd9, 0x17, 0xb5, 0x6c, 0xb4, 0xfb, 0x81, 0x2f, 0x70, 0xa2, 0x41, 0x32, 0x6b, 0x48, 0x19, 0xd4, 0x82, 0xcf, 0xd7, 0xfe, 0x1c, 0x9c, 0x3e, 0xf2, 0x32, 0xe1, 0x4c, 0x63, 0x4d, 0x0e, 0xf4, 0xd3, 0x29, 0xc8, 0x31, 0x95, 0xd2, 0x33, 0x94, 0x02, 0xfa, 0xda, 0xe6, 0x74, 0xa5, 0xfc, 0xd4, 0x07, 0x4b, 0x52, 0x72, 0xb9, 0x78, 0x1f, 0xb9, 0x5c, 0x52, 0x33, 0xad, 0xfa, 0x8e, 0xc2, 0xfa, 0xfa, 0x8f, 0x77, 0x3e, 0xe4, 0x71, 0xc0, 0xa1, 0x76, 0x89, 0xae, 0x54, 0x8f, 0xf7, 0x58, 0xc5, 0xa1, 0x7b, 0x37, 0xa9, 0x81, 0xff, 0xbf, 0x7a, 0x15, 0xa4, 0xdf, 0xb9, 0xb8, 0x1d, 0x14, 0x59, 0x50, 0x8b, 0x6a, 0xba, 0x4a, 0xaf, 0xad, 0x64, 0xff, 0x83, 0xcf, 0x40, 0x83, 0xf9, 0x3f, 0xee, 0x08, 0x1e, 0xd5, 0xfc, 0x86, 0xee, 0x2f } } }; static const struct cckprng_op_reseed op_reseed_5062 = { .hd = { .id = 4806, .kind = OP_RESEED }, .nonce = 16573972537985637890ULL, .seed_nbytes = 18, .seed = { 0xfe, 0xe7, 0x8f, 0x92, 0x34, 0x4b, 0xa8, 0xa7, 0x79, 0xdb, 0x43, 0xe4, 0x7c, 0xf7, 0x25, 0x7c, 0xab, 0x3b } }; static const struct cckprng_op_refresh op_refresh_5063 = { .hd = { .id = 4807, .kind = OP_REFRESH }, .rand = 6448511538184163613ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5064 = { .hd = { .id = 4808, .kind = OP_GENERATE }, .rand_nbytes = 84, .out = { .rand = { 0x1b, 0xc5, 0x03, 0xb7, 0xd2, 0x3e, 0x22, 0xc2, 0x36, 0x21, 0xc6, 0x36, 0xaa, 0x9f, 0x4a, 0xf4, 0xad, 0xcd, 0x4c, 0xf1, 0x0d, 0x1e, 0x2a, 0x4f, 0x2c, 0xfe, 0xd1, 0xbc, 0x13, 0x10, 0x73, 0xef, 0x54, 0x98, 0x80, 0x84, 0x31, 0x03, 0x92, 0x34, 0xb9, 0x62, 0xdc, 0x6d, 0xd3, 0x2b, 0x1f, 0x3f, 0xf0, 0x3e, 0x04, 0xf1, 0x73, 0x8c, 0xe3, 0xf0, 0x5c, 0x83, 0xd8, 0xa7, 0x59, 0xaf, 0xf0, 0xcb, 0x38, 0x27, 0xa1, 0xaa, 0xd2, 0x2d, 0xd5, 0xb2, 0x5d, 0x78, 0xbc, 0x5b, 0xa1, 0xfd, 0xf7, 0xb6, 0xf0, 0xc7, 0x3d, 0x5e } } }; static const struct cckprng_op_generate op_init_5065 = { .hd = { .id = 4809, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x82, 0x5f, 0xfb, 0x50, 0x17, 0x48, 0x80, 0x6f, 0xd3, 0x76, 0xba, 0x3a, 0x2d, 0xdc, 0xb9, 0xbb, 0x80, 0x45, 0xb2, 0x67, 0xac, 0x22, 0xf8, 0x66, 0xc3, 0x75, 0xd1, 0xa2, 0x59, 0x8d, 0x70, 0xa0, 0xe9, 0xa6, 0xdc, 0xff, 0xf8, 0xf2, 0x30, 0x43, 0x36, 0x33, 0x6b, 0xeb, 0x5c, 0xb1, 0x34, 0x97, 0x02, 0xdd, 0xba, 0x6d, 0x68, 0x61, 0x21, 0x9f, 0xdb, 0x58, 0x56, 0x31, 0x96, 0xfe, 0xb0, 0xc2, 0xf0, 0xc7, 0xe8, 0x0a, 0xcc, 0x95, 0x14, 0x7b, 0x80, 0x5f, 0x34, 0x79, 0x05, 0xa2, 0x58, 0x97, 0xe5, 0x15, 0xc2, 0x2b, 0x0d, 0x87, 0xf7, 0xc9, 0x1f, 0x2a, 0x69, 0x4b, 0xff, 0xcc, 0xc5, 0x5b, 0xec, 0x48, 0x74, 0xc0, 0x47, 0xd0, 0x9c, 0xab, 0x80, 0x04, 0x6b, 0xab, 0xa8, 0x2f, 0xfa, 0x35, 0x73, 0xb5, 0xd5, 0x9a, 0x2e, 0x81, 0x05, 0x8f, 0x49, 0x66, 0xe3, 0x27, 0x0f, 0x31, 0xa9, 0x1f, 0xd4, 0x7b, 0x13, 0x75, 0x21, 0x1e, 0x86, 0x02, 0xfc, 0xb6, 0x93, 0x1e, 0x83, 0xc9, 0x49, 0x30, 0xac, 0x2e, 0x30, 0x8d, 0xd0, 0xac, 0xcf, 0xf9, 0xae, 0xd1, 0x55, 0x95, 0x5a, 0x70, 0x14, 0x34, 0xd9, 0xc6, 0x48, 0x93, 0xe9, 0x40, 0x98, 0x23, 0x1c, 0x7e, 0x10, 0x25, 0x97, 0xf2, 0x97, 0xae, 0xcf, 0xe1, 0x56, 0x8a, 0x77, 0xba, 0x74, 0x65, 0xf1, 0xd2, 0xad, 0xf3, 0x35, 0x01, 0x8c, 0x1d, 0x2a, 0x22, 0x7a, 0x0e, 0xa2, 0x1a, 0x1e, 0xf9, 0x66, 0xac, 0x25, 0x15, 0x41, 0x11, 0x39, 0x74, 0xab, 0x0d, 0x77, 0x16, 0x9c, 0xa8, 0x80, 0xbd, 0x0c, 0x47, 0x54, 0x55, 0xdc, 0x85, 0x98, 0xd1, 0xaf, 0x0c, 0xa0, 0x8c, 0x07, 0x07, 0x3d, 0xf0, 0x80, 0xd5, 0xcc, 0x10, 0x87, 0x00, 0x3d, 0x60, 0xb5, 0xce, 0xf4, 0xfd, 0xd1, 0xd5, 0xe4, 0xf8, 0x9e, 0x2e, 0xc1, 0x60, 0xee, 0xf8, 0x10, 0x80, 0xa4, 0x8b, 0x41, 0xcf, 0x10, 0x30 } } }; static const struct cckprng_op_refresh op_refresh_5066 = { .hd = { .id = 4810, .kind = OP_REFRESH }, .rand = 4313495874246754135ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5067 = { .hd = { .id = 4811, .kind = OP_GENERATE }, .rand_nbytes = 56, .out = { .rand = { 0x65, 0xc3, 0x2a, 0x5a, 0xe6, 0xe0, 0xde, 0x4f, 0x90, 0x90, 0x07, 0x4c, 0x84, 0xdd, 0xd5, 0xb3, 0x61, 0x5f, 0xab, 0x3e, 0x36, 0x86, 0x8e, 0x0d, 0x39, 0x6e, 0x7a, 0x94, 0x4b, 0x1b, 0x4b, 0x39, 0x20, 0xea, 0x03, 0x6d, 0x3d, 0xcc, 0x05, 0x97, 0xd3, 0x40, 0x3f, 0x94, 0x65, 0x92, 0x56, 0xd9, 0x3f, 0x63, 0x68, 0xf0, 0x10, 0xdd, 0x47, 0xd6 } } }; static const struct cckprng_op_refresh op_refresh_5068 = { .hd = { .id = 4812, .kind = OP_REFRESH }, .rand = 10045007652871949653ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5069 = { .hd = { .id = 4813, .kind = OP_REFRESH }, .rand = 8731412283046833629ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5070 = { .hd = { .id = 4814, .kind = OP_REFRESH }, .rand = 3019914620450310141ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5071 = { .hd = { .id = 4815, .kind = OP_RESEED }, .nonce = 14724117970312526805ULL, .seed_nbytes = 26, .seed = { 0xe2, 0x58, 0x5a, 0x63, 0x0b, 0x2a, 0x24, 0xe4, 0x00, 0xd5, 0x8c, 0x4c, 0xe9, 0x65, 0x0f, 0x37, 0x1f, 0xec, 0xb7, 0x74, 0x17, 0x04, 0xa1, 0xaf, 0x3f, 0xdb } }; static const struct cckprng_op_generate op_init_5072 = { .hd = { .id = 4816, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0x34, 0x1e, 0x8d, 0xd3, 0xf0, 0x7c, 0xc6, 0xba, 0x65, 0xdb, 0x6c, 0xaa, 0x1c, 0x9b, 0x4d, 0xd4, 0x68, 0x2b, 0xb0, 0x04, 0x43, 0xd2, 0xa4, 0x23, 0xa5, 0x8e, 0x57, 0xfc, 0x45, 0x46, 0x57, 0x5f, 0x1b, 0xa3, 0x6d, 0xf7, 0x75, 0x5e, 0x19, 0x07, 0x60, 0xcd, 0x6e, 0x1e, 0xec, 0x9c, 0xc4, 0x5a, 0xd4, 0x8f, 0x04, 0x25, 0x15, 0xb6, 0xad, 0xe0, 0x4f, 0x4f, 0x92, 0x04, 0xeb, 0xb3, 0x32, 0x97, 0x34, 0x27, 0x7a, 0xed, 0xe8, 0x07, 0x35, 0x64, 0x46, 0x6d, 0x23, 0xe8, 0xf0, 0x9d, 0xdf, 0x6e, 0xce, 0xc5, 0xe0, 0xe9, 0x8d, 0x14, 0x30, 0xf6, 0x7c, 0x1f, 0xad, 0x75, 0xf4, 0x77, 0x3e, 0xed, 0xc9, 0x9f, 0x78, 0xdd, 0xa2, 0x8f, 0xc3, 0x36, 0x88, 0xea, 0x77, 0xec, 0xf0, 0x68, 0x24, 0x0b, 0xf0, 0x66, 0x0d, 0x7c, 0x39, 0xe6, 0x87, 0x8f, 0x6b, 0x26, 0xbe, 0x3c, 0xb4, 0xbf, 0x02, 0x91, 0x63, 0x11, 0x3c, 0x22, 0xed, 0xf7, 0xb5, 0xda, 0xe9, 0x1c, 0x89, 0x2c, 0x8c, 0x40, 0x88, 0x0b, 0xf0, 0xde, 0x67, 0xa7, 0x65, 0x4b, 0x46, 0x55, 0x26, 0x95, 0x57, 0x46, 0xd4, 0xbe, 0x39, 0x0e, 0xd3, 0xa7, 0x69, 0x3b, 0x03, 0x56, 0x54, 0x4f, 0x7d, 0xa1, 0x5c, 0x20, 0x70, 0x85, 0x8a, 0x31, 0xa8, 0x6f, 0x6f, 0xe4, 0xe2, 0xcb, 0x8a, 0xa2, 0x79, 0xdb, 0xd4, 0xcd, 0x38, 0x2f, 0x66, 0xd2, 0x30, 0xb5, 0x2c, 0x01, 0xa4, 0x32, 0xdd, 0xfb, 0x7b, 0x5b, 0x1c, 0x34, 0x63, 0xdb, 0xfe, 0x53, 0xd7, 0xda, 0xf4, 0x8e, 0x6d, 0xff, 0x7b, 0xb3, 0x43, 0xb5, 0x38, 0x5c, 0x0f, 0x35, 0x6a, 0xa5, 0xc2, 0x82, 0x77, 0xc5, 0x88, 0xfb, 0x91, 0x26, 0x20, 0xea, 0x15, 0xe9, 0x6d, 0xdb, 0xda, 0xcd, 0x97, 0xfb, 0x28, 0xbd, 0x86, 0x6e, 0xd1, 0x4c, 0xb5, 0x4b, 0x4b, 0xda, 0xa4, 0xab, 0xef, 0xa6, 0x23, 0xa9, 0xef, 0x2e, 0x0f, 0x9a, 0x75, 0x82, 0x0f, 0xbe, 0xbe, 0x56, 0x17, 0x0e, 0x9d, 0xb3 } } }; static const struct cckprng_op_refresh op_refresh_5073 = { .hd = { .id = 4817, .kind = OP_REFRESH }, .rand = 4974540926526992086ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5074 = { .hd = { .id = 4818, .kind = OP_REFRESH }, .rand = 17595102693645413647ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5075 = { .hd = { .id = 4819, .kind = OP_RESEED }, .nonce = 10201795993309242338ULL, .seed_nbytes = 159, .seed = { 0x94, 0xa7, 0xd4, 0x8f, 0xdc, 0xb7, 0x97, 0x0d, 0xfd, 0x26, 0x6c, 0x81, 0x85, 0xa7, 0xf1, 0xa7, 0x68, 0xea, 0x13, 0x8a, 0xc5, 0xe6, 0x82, 0x3b, 0x6b, 0x13, 0xe9, 0x89, 0x1c, 0x3e, 0xc6, 0x6f, 0xbf, 0x20, 0x5d, 0x33, 0xad, 0x9e, 0x6d, 0xac, 0x5d, 0x5e, 0x21, 0x30, 0x85, 0xee, 0xe7, 0xa7, 0x99, 0xfd, 0x46, 0xd3, 0x6e, 0x04, 0x9c, 0x86, 0x2a, 0xe1, 0xa7, 0x38, 0xa6, 0xa5, 0xc1, 0x8a, 0xff, 0xdf, 0xcf, 0x7c, 0x4b, 0xb5, 0x5f, 0x14, 0x52, 0x07, 0x8b, 0xa6, 0x5d, 0xb5, 0x96, 0xeb, 0xa4, 0xc5, 0x34, 0x6a, 0xa3, 0xcf, 0xca, 0x5d, 0x10, 0x1a, 0xc8, 0x71, 0x3c, 0x10, 0xbe, 0xb8, 0xcc, 0x47, 0xf5, 0xe2, 0x1b, 0x56, 0x42, 0x99, 0xdd, 0x6c, 0x75, 0xc0, 0xa7, 0xe4, 0xb1, 0x68, 0x3a, 0xb8, 0xa2, 0xd4, 0x82, 0xb1, 0xea, 0xa5, 0x4e, 0x37, 0x93, 0x49, 0x42, 0x42, 0x43, 0xfe, 0xb7, 0x13, 0x5c, 0x2f, 0x52, 0x52, 0xe1, 0xcc, 0x4d, 0x92, 0xe5, 0xc8, 0xa4, 0xc3, 0x49, 0x06, 0x83, 0x06, 0x15, 0x22, 0x84, 0x29, 0xa6, 0x22, 0x9f, 0x6f, 0xe0, 0x5e, 0x4b, 0x74, 0x8e } }; static const struct cckprng_op_generate op_init_5076 = { .hd = { .id = 4820, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0xc6, 0x8f, 0x21, 0xf0, 0x76, 0xcd, 0x6e, 0x92, 0x8e, 0x41, 0xdc, 0x12, 0xa9, 0xba, 0xc4, 0xe8, 0x77, 0xf9, 0x85, 0xca, 0x37, 0x05, 0x20, 0xf1, 0x63, 0x4a, 0xef, 0x95, 0x7a, 0x65, 0x53, 0x5e, 0x39, 0x1e, 0x95, 0xc4, 0x1a, 0x51, 0x6d, 0xc1, 0x87, 0x15, 0x82, 0x96, 0xb0, 0xc7, 0xb6, 0x5d, 0xae, 0x57, 0x91, 0x6b, 0x7e, 0x4f, 0x50, 0xdb, 0xc4, 0x8a, 0x7c, 0xf5, 0xf1, 0x9c, 0x11, 0x55, 0xb2, 0x20, 0xe0, 0xc3, 0x83, 0xa4, 0x18, 0x34, 0x7a, 0x25, 0x27, 0xbc, 0xdc, 0x4a, 0xa1, 0x45, 0xa6, 0xde, 0x12, 0xa9, 0xa8, 0x07, 0x2d, 0xa4, 0x58, 0x76, 0xc4, 0x66, 0xc7, 0x6c, 0xd2, 0xd5, 0x0e, 0x7b, 0x96, 0x04, 0x25, 0x1b, 0x6e, 0x2a, 0xc1, 0x87, 0x03, 0x17, 0x10, 0xf1, 0x25, 0x5d, 0x44, 0xe8, 0x7e, 0x5f, 0x5a, 0xf5, 0x4e, 0x36, 0x3a, 0x63, 0xe2, 0xcd, 0x14, 0x33, 0x0f, 0xdf, 0x80, 0xb9, 0x8d, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_5077 = { .hd = { .id = 4821, .kind = OP_RESEED }, .nonce = 3794272345199321032ULL, .seed_nbytes = 139, .seed = { 0xd0, 0x3b, 0xed, 0xec, 0x3e, 0xe3, 0xa7, 0xca, 0x06, 0xd8, 0xea, 0xe1, 0x78, 0xdc, 0xdd, 0x9b, 0x38, 0x18, 0xe4, 0x34, 0xd1, 0x3b, 0xcc, 0x4a, 0xc3, 0x3e, 0xee, 0xaf, 0x7d, 0xa8, 0x67, 0xc2, 0x76, 0x74, 0x2e, 0xd9, 0x8a, 0xf0, 0x55, 0x26, 0xf1, 0x5a, 0x15, 0xe7, 0x8f, 0x53, 0x02, 0x62, 0x9e, 0x18, 0x43, 0x8d, 0x03, 0xf3, 0xed, 0xd3, 0x3e, 0x50, 0xbe, 0xa0, 0x5c, 0x2d, 0xcc, 0x7d, 0x20, 0x9e, 0x47, 0xd8, 0xcd, 0xb7, 0xbf, 0xe3, 0xb6, 0xf0, 0xa6, 0x89, 0x45, 0x5b, 0xd8, 0x9d, 0x5f, 0xf8, 0x54, 0x72, 0xe2, 0x9d, 0x88, 0xf7, 0x3f, 0x63, 0x93, 0xc7, 0x41, 0x43, 0xfb, 0xcf, 0xc7, 0x96, 0x70, 0x45, 0x58, 0x3d, 0x27, 0x1f, 0x6f, 0x21, 0xc0, 0x1f, 0xeb, 0xde, 0x24, 0x55, 0xd4, 0x21, 0xf8, 0x3c, 0xdd, 0xb8, 0x57, 0xea, 0x53, 0xbf, 0xed, 0xa4, 0xe9, 0xbb, 0x86, 0x15, 0xd6, 0x7a, 0x5a, 0xcb, 0x4e, 0xfb, 0x27, 0x18, 0x2f, 0xbc, 0xbf } }; static const struct cckprng_op_refresh op_refresh_5078 = { .hd = { .id = 4822, .kind = OP_REFRESH }, .rand = 3072240937880498646ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5079 = { .hd = { .id = 4823, .kind = OP_GENERATE }, .rand_nbytes = 244, .out = { .rand = { 0x66, 0x31, 0x07, 0x05, 0x6d, 0x9c, 0x5f, 0xdf, 0x3d, 0x1f, 0x54, 0x05, 0xf9, 0x90, 0x9f, 0x8a, 0x20, 0x3b, 0x74, 0x89, 0x1f, 0x28, 0xd1, 0xa7, 0x98, 0x43, 0xdc, 0x1d, 0x9f, 0xef, 0x1f, 0xbe, 0x48, 0xe5, 0x82, 0x3c, 0x1c, 0xad, 0x28, 0x9f, 0x6c, 0x91, 0xc8, 0x41, 0x35, 0xe4, 0x76, 0x7a, 0x9b, 0x18, 0x8a, 0x09, 0xe0, 0x47, 0x5b, 0x1c, 0x1f, 0x7d, 0x00, 0x03, 0x1f, 0xa7, 0x44, 0x50, 0x4b, 0x83, 0xf1, 0xd7, 0x0b, 0x06, 0x2d, 0xdf, 0xc6, 0x85, 0xf8, 0xb4, 0x83, 0xac, 0x17, 0xcd, 0xee, 0x24, 0x95, 0x90, 0xa2, 0x0c, 0x8d, 0x50, 0xd0, 0xd6, 0x94, 0x25, 0x47, 0x8c, 0x13, 0xb2, 0x1e, 0x1f, 0xf6, 0xa3, 0xda, 0x24, 0x85, 0xbb, 0x5a, 0x67, 0x8d, 0x06, 0x5a, 0x42, 0xa4, 0xe9, 0xda, 0x09, 0xdf, 0x06, 0xe5, 0xdf, 0xd6, 0x39, 0x3d, 0xd4, 0x89, 0x7a, 0xb9, 0x15, 0x6c, 0xb6, 0x39, 0x44, 0x3a, 0xd5, 0x0c, 0x00, 0xdc, 0x0c, 0x55, 0x9b, 0x1f, 0x7c, 0xd7, 0xc5, 0x67, 0xac, 0x62, 0x4c, 0x12, 0x88, 0x06, 0x76, 0xe1, 0xb9, 0xb0, 0x22, 0x48, 0x56, 0x06, 0x85, 0x6f, 0x72, 0x45, 0xeb, 0x0d, 0xbf, 0x82, 0x78, 0xc6, 0x4d, 0x63, 0x3c, 0x14, 0x08, 0xb3, 0x72, 0xb3, 0x7c, 0x5d, 0xd8, 0x8f, 0x83, 0x81, 0x10, 0x45, 0x31, 0xe5, 0x7a, 0xfb, 0x93, 0x6c, 0xd2, 0xce, 0x9c, 0x64, 0xe8, 0x2d, 0xe1, 0x21, 0x9c, 0x9a, 0x5c, 0xfc, 0x88, 0x08, 0x4d, 0x37, 0x88, 0x3e, 0x80, 0x67, 0x00, 0x65, 0xc0, 0x42, 0xaa, 0x59, 0x74, 0x99, 0xe9, 0x84, 0x5d, 0xb2, 0x0e, 0xf5, 0x34, 0x1a, 0xb9, 0xf2, 0x70, 0xff, 0xe0, 0xff, 0xd2, 0x4e, 0x47, 0x43, 0x4f, 0xed, 0x5b, 0xa2, 0xdb, 0x2c, 0xce, 0x0b, 0x47 } } }; static const struct cckprng_op_reseed op_reseed_5080 = { .hd = { .id = 4824, .kind = OP_RESEED }, .nonce = 8069177097762547853ULL, .seed_nbytes = 132, .seed = { 0x0b, 0x0c, 0x5a, 0xce, 0x67, 0xcf, 0x75, 0x2e, 0x40, 0x87, 0x58, 0x35, 0xbd, 0xb5, 0xd1, 0x8b, 0x81, 0xeb, 0x1c, 0x02, 0xc7, 0x27, 0xeb, 0x4c, 0x45, 0x16, 0x16, 0x01, 0x6a, 0xb5, 0x66, 0xfc, 0xfa, 0x92, 0x90, 0x9c, 0xfe, 0x98, 0xbc, 0xa4, 0xba, 0xb6, 0x68, 0x9a, 0xa7, 0x00, 0xb3, 0x87, 0x5d, 0x3a, 0x75, 0xba, 0xec, 0x17, 0xe6, 0xda, 0x47, 0xa4, 0x61, 0x53, 0xe4, 0x68, 0x5c, 0x19, 0x4d, 0x64, 0xf6, 0x7d, 0xf8, 0x31, 0x80, 0x73, 0x3a, 0x14, 0xa3, 0x44, 0x7e, 0xe6, 0x11, 0x28, 0x86, 0x0a, 0x92, 0x1e, 0xc8, 0xbb, 0x2f, 0x95, 0x49, 0x6a, 0xca, 0x2a, 0x83, 0xa4, 0x56, 0xfe, 0x0a, 0x3b, 0xbf, 0x32, 0x8e, 0xb3, 0xde, 0x04, 0x0b, 0x86, 0x4d, 0x87, 0xd6, 0xcb, 0x4e, 0x3a, 0xa7, 0xed, 0xf4, 0xa7, 0xdb, 0x4e, 0x3d, 0x5d, 0x96, 0xab, 0x13, 0x9d, 0x79, 0x50, 0x44, 0x1f, 0xe5, 0x50, 0x73, 0xd4 } }; static const struct cckprng_op_generate op_init_5081 = { .hd = { .id = 4825, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x54, 0xe1, 0x32, 0x8b, 0x33, 0xec, 0xf1, 0x9e, 0xf4, 0x9b, 0x2a, 0xbe, 0x23, 0x52, 0x53, 0x87, 0xd0, 0xfe, 0x40, 0x2e, 0xa3, 0x2c, 0x48, 0x76, 0x45, 0x01, 0x11, 0x8d, 0x56, 0xb6, 0xfd, 0x9a, 0x0b, 0x12, 0xa3, 0x7d, 0x62, 0xe5, 0xcf, 0x9f, 0x09, 0x0d, 0x80, 0xa7, 0x64, 0x02, 0x74, 0x03, 0xda, 0x9a, 0x71, 0xb7, 0x54, 0x70, 0x4a, 0xe3, 0x47, 0x8c, 0xa4, 0xcc, 0xc4, 0xbe, 0x94, 0x31, 0xfe, 0xa5, 0xc4, 0x8c, 0xcd, 0x5a, 0x07, 0x24, 0x74, 0x4f, 0x06, 0xd6, 0x5d, 0x93, 0x16, 0x54, 0xe4, 0x4f, 0x6d, 0x66, 0x02, 0x6e, 0x91, 0x67, 0x50, 0x84, 0xe4, 0x94, 0x1f, 0xf3, 0x89, 0x43, 0x88, 0x64, 0xea, 0x1c, 0xb4, 0x7a, 0xc2, 0xdb, 0x0b, 0xb7, 0x38, 0xc3, 0x4e, 0xd1 } } }; static const struct cckprng_op_refresh op_refresh_5082 = { .hd = { .id = 4826, .kind = OP_REFRESH }, .rand = 6123205168121576304ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5083 = { .hd = { .id = 4827, .kind = OP_REFRESH }, .rand = 2899289914050224527ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5084 = { .hd = { .id = 4828, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0xb1, 0x96, 0x6c, 0x0b, 0xca, 0xce, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_5085 = { .hd = { .id = 4829, .kind = OP_REFRESH }, .rand = 6095116052923352406ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5086 = { .hd = { .id = 4830, .kind = OP_REFRESH }, .rand = 6799934786873938886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5087 = { .hd = { .id = 4831, .kind = OP_REFRESH }, .rand = 11697741198925712259ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5088 = { .hd = { .id = 4832, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0xbc, 0xd9, 0x70, 0xce, 0x70, 0x75, 0x91, 0x31, 0x42, 0xdc, 0x23, 0x6d, 0x86, 0x8a, 0x5d, 0x9a, 0x0d, 0x37, 0x88, 0xd4, 0x3f, 0x67, 0x2e, 0x09, 0xed, 0x6e, 0xfb, 0xa3, 0x5f, 0x1d, 0x51, 0x98, 0x76, 0x8f, 0xef, 0xe0, 0xf5, 0x8b, 0xdc, 0xa2, 0x89, 0xcf, 0x50, 0x1c, 0x79, 0xa7, 0xfb, 0x51, 0x27, 0x2f, 0x70, 0xff, 0x10, 0x35, 0x0b, 0xc2, 0xa0, 0xf4, 0x56, 0x7c, 0x78, 0xf1, 0xdb, 0xe7, 0x46, 0xa5, 0xf8, 0xdd, 0xc6, 0x38, 0x11, 0x6e, 0x6c, 0xc7, 0xf1, 0xef, 0xc3, 0xc8, 0x4e, 0xa1, 0x64, 0xc3, 0x39, 0x6a, 0x00, 0x20, 0xda } } }; static const struct cckprng_op_reseed op_reseed_5089 = { .hd = { .id = 4833, .kind = OP_RESEED }, .nonce = 10819763367527825328ULL, .seed_nbytes = 187, .seed = { 0x76, 0x6a, 0x23, 0x20, 0x33, 0x78, 0xa5, 0x46, 0x4e, 0xb9, 0x58, 0x50, 0xd3, 0x3a, 0x5c, 0x88, 0x98, 0x43, 0x86, 0x1e, 0xe1, 0x82, 0x57, 0xe6, 0x48, 0xe3, 0xda, 0x00, 0xdf, 0xd9, 0x15, 0x00, 0xd8, 0xa8, 0x86, 0xd0, 0x21, 0x98, 0xc9, 0xb7, 0xcc, 0x37, 0x2b, 0xa1, 0x3a, 0xa4, 0xfc, 0x28, 0xd4, 0x73, 0x2b, 0xa4, 0x7f, 0x44, 0x0a, 0xc3, 0xff, 0x6f, 0x59, 0x85, 0x08, 0x3c, 0x35, 0x93, 0x07, 0xce, 0x65, 0xf6, 0xb7, 0x66, 0x5b, 0x5f, 0xe0, 0x77, 0xb3, 0x99, 0xdb, 0x2d, 0x18, 0x1b, 0xbf, 0x87, 0x67, 0xef, 0x7f, 0x4f, 0x40, 0xb5, 0xb5, 0x1a, 0x40, 0x13, 0x7b, 0x7e, 0x2c, 0xe8, 0xf8, 0xa3, 0x90, 0x68, 0xa0, 0x85, 0xde, 0x6a, 0x43, 0xd0, 0x51, 0xb9, 0xec, 0x39, 0x64, 0xe9, 0x7a, 0xd8, 0xdb, 0x20, 0x5e, 0x02, 0xaf, 0xfe, 0x77, 0x27, 0x60, 0x9d, 0x8d, 0x1d, 0x1b, 0x10, 0x92, 0x80, 0x40, 0x10, 0xd6, 0xaf, 0x01, 0x68, 0xd8, 0x62, 0xd2, 0x23, 0xdb, 0x18, 0x95, 0x53, 0xb7, 0xe1, 0x50, 0xf8, 0xf0, 0x11, 0x0a, 0x6e, 0x98, 0x4e, 0x87, 0x11, 0x01, 0x99, 0x10, 0xd6, 0xf8, 0xb3, 0x10, 0xd7, 0x49, 0xcd, 0xfd, 0x1c, 0xaa, 0x5b, 0x2d, 0x8d, 0x2a, 0x89, 0x72, 0x0c, 0x23, 0xbd, 0x7f, 0x1e, 0x44, 0xd7, 0x36, 0xe9, 0xde, 0xd2, 0x2c } }; static const struct cckprng_op_refresh op_refresh_5090 = { .hd = { .id = 4834, .kind = OP_REFRESH }, .rand = 2952589687857819386ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5091 = { .hd = { .id = 4835, .kind = OP_GENERATE }, .rand_nbytes = 280, .out = { .rand = { 0x4b, 0x87, 0x72, 0x16, 0xd4, 0x76, 0x87, 0x8f, 0x59, 0x3d, 0xf0, 0xe7, 0xa5, 0x15, 0x38, 0x40, 0x79, 0x37, 0x01, 0x32, 0x52, 0x60, 0xe2, 0xcd, 0x1a, 0xfb, 0x31, 0x4f, 0xed, 0x3f, 0x6f, 0x3c, 0x7f, 0x87, 0xe2, 0x44, 0xef, 0xf9, 0x9b, 0x33, 0xd5, 0x28, 0xe4, 0xe3, 0x88, 0x4b, 0xb9, 0xe0, 0x0c, 0xbc, 0x1c, 0x4a, 0x0b, 0x5e, 0x30, 0x1a, 0xd5, 0xda, 0x64, 0xd1, 0x3f, 0x2d, 0x56, 0x85, 0x1f, 0x2b, 0x49, 0xba, 0xfa, 0x2d, 0x0c, 0x12, 0x58, 0xe3, 0xa0, 0x8b, 0xab, 0x38, 0xe5, 0x1b, 0x16, 0x33, 0xce, 0x01, 0x77, 0x72, 0x6a, 0xdf, 0x56, 0xcd, 0x1b, 0x57, 0xa9, 0xf3, 0x44, 0xda, 0xc9, 0x2a, 0xff, 0xe6, 0xac, 0x2d, 0x5f, 0x03, 0xe4, 0x95, 0xef, 0xf8, 0xfa, 0x22, 0x11, 0xd5, 0xaa, 0x0a, 0x39, 0x9b, 0x6e, 0xc9, 0xac, 0x18, 0x8e, 0x3f, 0xf3, 0x5a, 0x6c, 0xc7, 0x1d, 0xa0, 0x8b, 0xdd, 0x69, 0xd8, 0x5f, 0xd5, 0x3a, 0xc9, 0x40, 0x00, 0x57, 0x38, 0xc1, 0xa3, 0x8e, 0x1c, 0x57, 0x52, 0xff, 0x6d, 0x29, 0xc9, 0x8c, 0x85, 0xa8, 0xad, 0xf7, 0x4d, 0x4d, 0xa5, 0x88, 0x57, 0xe3, 0x09, 0x9c, 0xa5, 0x2c, 0x9b, 0x12, 0x09, 0x15, 0x0e, 0x7f, 0x41, 0x9a, 0x33, 0x66, 0xb9, 0x19, 0x86, 0x53, 0x90, 0xeb, 0xc6, 0x2f, 0xa6, 0xf4, 0xef, 0xfa, 0xee, 0x8f, 0x50, 0x96, 0xe8, 0xf3, 0xc3, 0x40, 0x84, 0xb0, 0x58, 0xcf, 0x3b, 0x0d, 0xc3, 0xff, 0xf0, 0x58, 0x48, 0xe6, 0xe8, 0x56, 0x0d, 0x5d, 0xde, 0xb6, 0xd7, 0xd1, 0x5f, 0x7c, 0x6b, 0xca, 0x3f, 0xc9, 0x42, 0x43, 0x18, 0xe7, 0xd1, 0x26, 0xca, 0xcd, 0xdc, 0xf0, 0x49, 0xc5, 0xf6, 0xf3, 0x99, 0x1a, 0x48, 0xa6, 0x9b, 0xda, 0xfe, 0x1e, 0xf9, 0x63, 0xb4, 0x08, 0xb7, 0x93, 0xda, 0x23, 0xa3, 0x95, 0xf6, 0xc5, 0x28, 0x03, 0x8b, 0x67, 0x9b, 0x97, 0x4b, 0x63, 0x12, 0xf7, 0x9b, 0x08, 0x22, 0xc8, 0xc1, 0xc3, 0xf0, 0x78, 0xb9, 0x9d, 0x4a, 0x65, 0xb6, 0xd2, 0x0b } } }; static const struct cckprng_op_refresh op_refresh_5092 = { .hd = { .id = 4836, .kind = OP_REFRESH }, .rand = 13483225936616193662ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5093 = { .hd = { .id = 4837, .kind = OP_RESEED }, .nonce = 18182702806262486825ULL, .seed_nbytes = 246, .seed = { 0xfc, 0xc0, 0x1a, 0x53, 0x9f, 0xfc, 0x5d, 0x52, 0xd4, 0x8b, 0x9b, 0xa7, 0xa8, 0x5b, 0xc2, 0x05, 0xc8, 0x92, 0x1c, 0x91, 0x81, 0x30, 0xf6, 0x3b, 0x80, 0x5c, 0x67, 0x73, 0xb5, 0xb7, 0x1e, 0x5e, 0x85, 0x5d, 0x03, 0x09, 0x9a, 0x16, 0xc3, 0x84, 0xdc, 0x04, 0xd5, 0xf0, 0x35, 0xf8, 0x77, 0x0f, 0x31, 0xec, 0x36, 0xb1, 0x51, 0x12, 0x9c, 0xd5, 0x13, 0x82, 0xa8, 0x20, 0xa6, 0x99, 0x1c, 0x0d, 0xa8, 0xae, 0x9d, 0x1f, 0xe1, 0xe7, 0x4f, 0x30, 0xa9, 0xc3, 0xb0, 0x37, 0xd6, 0x4c, 0xe7, 0x4b, 0x64, 0x17, 0x7a, 0xf5, 0xb3, 0xaa, 0x5a, 0x5c, 0xc8, 0x9a, 0x94, 0x65, 0xc1, 0xbb, 0x25, 0xc1, 0x25, 0xf9, 0xde, 0xf4, 0x63, 0x3d, 0x41, 0x95, 0x25, 0xcd, 0xd3, 0x29, 0xc2, 0x11, 0xbc, 0x33, 0x70, 0xb5, 0x12, 0xcd, 0xdc, 0x6c, 0xc1, 0xc6, 0x71, 0x9b, 0x32, 0x39, 0xd3, 0x51, 0x15, 0x71, 0xbf, 0x09, 0x0a, 0xb1, 0xa7, 0x5a, 0x9f, 0xa7, 0xaa, 0x7b, 0xcf, 0xb5, 0xb0, 0x84, 0x20, 0x41, 0x33, 0xef, 0x39, 0x33, 0xa1, 0xeb, 0xf0, 0x9c, 0x43, 0x70, 0x08, 0xac, 0x9e, 0x20, 0x12, 0x6e, 0xd3, 0x3c, 0xbc, 0x72, 0x4d, 0x4d, 0x6f, 0x07, 0x61, 0x36, 0x8a, 0xea, 0x5c, 0x58, 0xfc, 0xad, 0x4b, 0x5a, 0xc8, 0x99, 0xaa, 0x2b, 0x36, 0xcd, 0xbb, 0xd8, 0xbf, 0xe2, 0xef, 0x4e, 0x63, 0x31, 0x24, 0x95, 0x3f, 0xf1, 0x2b, 0x78, 0xac, 0x7a, 0xd1, 0xf8, 0x18, 0x72, 0xc4, 0x71, 0xa5, 0xe4, 0x23, 0x4f, 0xad, 0x7f, 0xa1, 0x32, 0x74, 0x20, 0x52, 0xee, 0xbe, 0xe3, 0xce, 0xb8, 0xb7, 0xf8, 0xa7, 0x01, 0xb7, 0xde, 0x3c, 0xf7, 0xb5, 0x54, 0x0f, 0x28, 0x6c, 0x82, 0xfd, 0xd2, 0x29, 0x37, 0xf1, 0xbb, 0x44, 0x4b, 0x81, 0xbe } }; static const struct cckprng_op_reseed op_reseed_5094 = { .hd = { .id = 4838, .kind = OP_RESEED }, .nonce = 10769009876276039323ULL, .seed_nbytes = 119, .seed = { 0x84, 0x5d, 0xfc, 0x80, 0xaa, 0x03, 0xe2, 0x94, 0xad, 0xd0, 0x02, 0x16, 0x76, 0x9d, 0xd1, 0xf8, 0x46, 0x68, 0xa3, 0x60, 0xc2, 0x98, 0x9a, 0xbe, 0xd9, 0x64, 0x0f, 0x9b, 0xf5, 0x1e, 0x3c, 0xac, 0x08, 0x79, 0x84, 0x08, 0xdf, 0xf3, 0x31, 0x62, 0x83, 0x55, 0xb1, 0x68, 0x98, 0x87, 0x13, 0xef, 0xff, 0x16, 0xac, 0xd9, 0x87, 0xe7, 0xfe, 0x8a, 0xce, 0x33, 0x54, 0x64, 0xb0, 0x3c, 0xf7, 0x80, 0xd3, 0x37, 0x3c, 0x12, 0xdb, 0x9b, 0x4a, 0xe1, 0xf1, 0xfa, 0xe8, 0x4b, 0x14, 0x28, 0x60, 0xce, 0xc5, 0x08, 0xb4, 0x96, 0x2a, 0x68, 0x57, 0xaa, 0x06, 0xe7, 0xb8, 0xf8, 0x0f, 0x8f, 0x61, 0x30, 0x8f, 0xf8, 0xaf, 0x6d, 0xda, 0x56, 0x05, 0xf5, 0x5f, 0x0f, 0xf7, 0x13, 0xbd, 0xbe, 0xb6, 0xf8, 0x23, 0xff, 0x10, 0xe9, 0x2f, 0xc7, 0x5d } }; static const struct cckprng_op_reseed op_reseed_5095 = { .hd = { .id = 4839, .kind = OP_RESEED }, .nonce = 11827063699595080037ULL, .seed_nbytes = 218, .seed = { 0x03, 0x6e, 0xe5, 0xd2, 0x9c, 0xb9, 0xa1, 0x26, 0x45, 0x1c, 0xfa, 0xbc, 0xff, 0x65, 0xa0, 0x3c, 0x45, 0x02, 0x09, 0xd9, 0xa8, 0x06, 0x0e, 0x1b, 0x90, 0x14, 0x8c, 0xda, 0x67, 0x90, 0xb2, 0x31, 0xbb, 0xe8, 0x57, 0x95, 0xb7, 0xa8, 0x23, 0x78, 0xf0, 0x29, 0x39, 0xcd, 0x17, 0x0b, 0x9f, 0x88, 0x92, 0x4e, 0xd4, 0x25, 0xb8, 0x99, 0x03, 0x99, 0x8f, 0xd5, 0x34, 0x1a, 0x6f, 0xba, 0x26, 0xd4, 0x1c, 0x77, 0xd4, 0xbe, 0xfa, 0x75, 0x2c, 0x34, 0x79, 0xa4, 0xbc, 0x2c, 0x97, 0xff, 0x8e, 0x5f, 0x44, 0x80, 0x52, 0xe6, 0xbf, 0xbd, 0x88, 0x3a, 0x94, 0x1b, 0x61, 0xe2, 0xba, 0x0e, 0x41, 0xf3, 0xe2, 0x3c, 0xa2, 0xba, 0x1f, 0x4c, 0x12, 0x30, 0xab, 0x8c, 0xba, 0xc4, 0xa8, 0xf6, 0x47, 0xc7, 0x3b, 0x8c, 0x80, 0x4b, 0x6e, 0xd7, 0xb9, 0x54, 0x6d, 0x50, 0xf9, 0x0e, 0x69, 0xb3, 0x7e, 0xb3, 0x0e, 0x59, 0x0f, 0x32, 0x00, 0xa1, 0xd5, 0x83, 0x40, 0xfa, 0xad, 0xdb, 0x5b, 0xab, 0xa1, 0x57, 0x74, 0x0a, 0x31, 0x7d, 0x21, 0xda, 0x15, 0xd9, 0x79, 0x75, 0xd6, 0xd2, 0xa6, 0x1a, 0xd3, 0x4c, 0x03, 0x7d, 0x46, 0x35, 0xe2, 0xf3, 0xf5, 0xa5, 0x23, 0x16, 0x66, 0x22, 0x1a, 0x24, 0xb8, 0x7d, 0x64, 0xe4, 0xff, 0xa1, 0x25, 0x71, 0x71, 0x7a, 0xd6, 0xe2, 0x4a, 0xb6, 0xf2, 0x36, 0x13, 0x62, 0x20, 0xfa, 0xca, 0xfc, 0xe2, 0x40, 0x17, 0xdd, 0xe9, 0xe1, 0xa8, 0x9a, 0x6a, 0x3b, 0xea, 0xc2, 0x48, 0x8d, 0xf5, 0xae, 0x2d, 0x51, 0x72, 0x5c, 0x03, 0xd2 } }; static const struct cckprng_op_generate op_init_5096 = { .hd = { .id = 4840, .kind = OP_GENERATE }, .rand_nbytes = 278, .out = { .rand = { 0x57, 0x63, 0xef, 0xbe, 0x21, 0x11, 0x9b, 0xdc, 0xed, 0xb4, 0x34, 0xcd, 0x63, 0x0f, 0xc8, 0x46, 0xb5, 0x0b, 0xae, 0x19, 0x2a, 0xfc, 0x58, 0x86, 0xe6, 0x5d, 0x7a, 0x15, 0x2a, 0xbe, 0x2c, 0xda, 0xdd, 0x44, 0xd3, 0x6d, 0x81, 0xd5, 0x33, 0xd6, 0x4f, 0x73, 0xb6, 0x56, 0x9e, 0xfa, 0x75, 0x99, 0xe4, 0xda, 0xee, 0xd6, 0x78, 0x65, 0xa5, 0x9f, 0xb5, 0xeb, 0x7b, 0x0e, 0xb0, 0x16, 0x09, 0x01, 0x2a, 0xb0, 0x8a, 0x66, 0x83, 0x51, 0x43, 0xce, 0xa6, 0x48, 0x90, 0x37, 0x6c, 0x18, 0x6d, 0x4f, 0x4d, 0xf9, 0xd1, 0xd3, 0x83, 0x64, 0xda, 0x06, 0x33, 0x34, 0x93, 0x56, 0x1b, 0x84, 0x71, 0x85, 0x0b, 0xe2, 0xdd, 0x17, 0xb8, 0x66, 0xf0, 0x03, 0x18, 0x07, 0x0a, 0xae, 0xb8, 0x40, 0x2f, 0x2a, 0xef, 0xab, 0x61, 0x93, 0x2e, 0x46, 0x56, 0xf8, 0xc7, 0xb8, 0x8f, 0xf1, 0x0f, 0x4b, 0x07, 0x0a, 0x52, 0x70, 0x31, 0xc2, 0x29, 0xc5, 0xd0, 0x0b, 0xa1, 0xe4, 0x1c, 0xb9, 0x6e, 0xe7, 0x99, 0x16, 0x57, 0x63, 0x21, 0xb5, 0x1d, 0x46, 0x59, 0x19, 0x36, 0x97, 0x5c, 0x93, 0xa4, 0x75, 0x60, 0xf8, 0x5a, 0x0d, 0x5e, 0x52, 0x6b, 0x11, 0xa1, 0xd3, 0xe2, 0x63, 0x80, 0x5e, 0xa5, 0x1d, 0xbb, 0xb6, 0x35, 0x31, 0xb0, 0x05, 0x14, 0x5a, 0x1a, 0x1b, 0x50, 0x5a, 0x7f, 0x8f, 0x83, 0xa8, 0x87, 0x06, 0x43, 0x48, 0x92, 0xf4, 0xe0, 0xda, 0xf7, 0x42, 0x24, 0xd2, 0xf1, 0xcb, 0xf1, 0xdc, 0x39, 0x25, 0x53, 0xad, 0xb4, 0xc9, 0x00, 0x5a, 0x59, 0xc3, 0x81, 0x02, 0x4a, 0x6f, 0x5c, 0x89, 0x30, 0x9c, 0xe9, 0x20, 0xd2, 0x84, 0xb5, 0x3b, 0xdd, 0x43, 0x52, 0xe7, 0x23, 0xb9, 0xdc, 0xb8, 0x0c, 0x7d, 0x07, 0x03, 0x0b, 0xf9, 0xb4, 0xb5, 0x2c, 0x2f, 0xae, 0x41, 0xba, 0xbb, 0xad, 0xc4, 0xd0, 0x5b, 0x68, 0x46, 0x54, 0x0f, 0xfa, 0x55, 0xa6, 0xbf, 0x30, 0x95, 0x18, 0x10, 0x2e, 0x79, 0x0d, 0x64, 0xf1, 0xb0, 0x89, 0x84, 0xce, 0xaf } } }; static const struct cckprng_op_reseed op_reseed_5097 = { .hd = { .id = 4841, .kind = OP_RESEED }, .nonce = 14410157792629415631ULL, .seed_nbytes = 273, .seed = { 0xd1, 0x81, 0xb1, 0x0b, 0x81, 0xca, 0x3e, 0xd3, 0x96, 0x12, 0xa8, 0xe4, 0x12, 0x1f, 0xeb, 0xa7, 0x4e, 0x10, 0x17, 0x94, 0x4a, 0xc9, 0xe6, 0x5d, 0x9a, 0x52, 0x72, 0xa9, 0xc5, 0x73, 0xc8, 0xe1, 0xf3, 0x4e, 0x79, 0x7d, 0x47, 0x68, 0x48, 0x04, 0x9b, 0x21, 0xf4, 0xba, 0xda, 0xbe, 0x70, 0x5c, 0xaa, 0x8b, 0x37, 0x8a, 0x67, 0x11, 0x48, 0x27, 0x15, 0x32, 0x75, 0xda, 0xaa, 0x4b, 0x1b, 0xbe, 0x33, 0xe0, 0x94, 0xbd, 0x55, 0x26, 0xf9, 0x99, 0x9c, 0x95, 0xe2, 0x78, 0x32, 0x85, 0xe8, 0x93, 0x94, 0x45, 0x19, 0x97, 0xa0, 0xc1, 0x94, 0x52, 0x09, 0xd4, 0xbc, 0xfc, 0x8b, 0x1f, 0x30, 0x8b, 0x19, 0x20, 0xb6, 0x3d, 0xc8, 0xf2, 0xdf, 0x70, 0xc8, 0x2e, 0xaa, 0x4e, 0x73, 0xbf, 0x71, 0x14, 0x9a, 0x02, 0x0a, 0x58, 0x80, 0x45, 0x64, 0x8c, 0x8a, 0x59, 0xd5, 0x23, 0xed, 0xfd, 0x2e, 0x04, 0x09, 0xd1, 0x5e, 0x1b, 0x4b, 0x23, 0x2c, 0xff, 0x58, 0xb8, 0x70, 0xb7, 0xa1, 0x48, 0x30, 0xa7, 0xfe, 0x39, 0xc7, 0xdc, 0xcc, 0xc9, 0x7d, 0xc8, 0x40, 0xd2, 0x89, 0xf2, 0xdf, 0x6e, 0x42, 0xf5, 0x90, 0xf4, 0xdf, 0x14, 0x4c, 0xc5, 0x3d, 0x88, 0x53, 0x05, 0x72, 0xe3, 0xda, 0xd6, 0xc0, 0x54, 0x57, 0x41, 0x13, 0xd9, 0x59, 0xba, 0xdf, 0x40, 0xf5, 0x18, 0xe1, 0xf2, 0x41, 0xf3, 0xf4, 0xa2, 0x7a, 0x13, 0x0e, 0x09, 0x9b, 0x4e, 0xb3, 0x00, 0xd4, 0x2f, 0xba, 0x95, 0xb5, 0xc7, 0xfc, 0xe3, 0x8d, 0x3e, 0xac, 0x5d, 0xec, 0x75, 0xdc, 0xfa, 0x31, 0xbb, 0x62, 0x60, 0x55, 0x3e, 0x9f, 0x7b, 0x14, 0x17, 0xc7, 0xf9, 0x23, 0xcb, 0x71, 0xf8, 0x11, 0x87, 0x9c, 0xdc, 0xa8, 0xe2, 0x46, 0x43, 0x1e, 0x2d, 0xdd, 0xfb, 0xec, 0x9b, 0x92, 0x64, 0x1f, 0x0e, 0x61, 0x6d, 0x3a, 0x94, 0x3f, 0xc1, 0x42, 0xec, 0x29, 0xf6, 0xbe, 0x3a, 0xa4, 0x7e, 0x8e, 0x3f, 0x95, 0x27, 0xb5, 0xff, 0x8d, 0x5c, 0xae } }; static const struct cckprng_op_reseed op_reseed_5098 = { .hd = { .id = 4842, .kind = OP_RESEED }, .nonce = 17552584763814821944ULL, .seed_nbytes = 167, .seed = { 0x17, 0xd1, 0x49, 0x11, 0x1c, 0x4e, 0x0c, 0xf3, 0xfe, 0x0e, 0xf0, 0xad, 0xee, 0x6b, 0x12, 0xa9, 0x03, 0xad, 0xa7, 0xe6, 0x35, 0xe7, 0xe1, 0x37, 0xa6, 0xdc, 0xb5, 0x9d, 0x66, 0xb5, 0x8a, 0x25, 0xe3, 0x0c, 0x14, 0x24, 0xb1, 0xeb, 0xf2, 0x4c, 0x90, 0x0c, 0xa8, 0x57, 0xc6, 0x6b, 0xd9, 0x34, 0xbf, 0xcf, 0x39, 0xa5, 0x67, 0x1f, 0x6e, 0x73, 0x4d, 0x69, 0x2c, 0x60, 0xcd, 0xa6, 0x4c, 0xdd, 0x60, 0xd9, 0xa8, 0xf6, 0x96, 0xa3, 0x65, 0x49, 0xf9, 0xf2, 0x2b, 0xe9, 0x3f, 0xf0, 0x80, 0x8a, 0x83, 0x19, 0xbe, 0xb0, 0x40, 0xc2, 0xe3, 0x63, 0x14, 0xc3, 0x54, 0x83, 0x64, 0x17, 0x5f, 0x58, 0x91, 0xad, 0xc2, 0x78, 0x32, 0xc2, 0xe7, 0x7d, 0x90, 0x17, 0x1a, 0xc6, 0xd6, 0xb9, 0x82, 0x89, 0x20, 0x9c, 0xaf, 0xaf, 0xf0, 0xe5, 0xda, 0xc6, 0x00, 0x25, 0xa5, 0x64, 0x30, 0xbf, 0x9b, 0x50, 0x93, 0x3a, 0xac, 0x46, 0xb0, 0x64, 0xfe, 0x3f, 0xbc, 0x47, 0xef, 0xb3, 0x8b, 0x4f, 0xc6, 0xcd, 0x24, 0x83, 0xcb, 0xfe, 0xf6, 0xe5, 0x00, 0xcd, 0x57, 0x7d, 0xe7, 0x5e, 0x5e, 0xaf, 0x40, 0xc1, 0x0b, 0x18, 0x61, 0x1a, 0xd4, 0x42, 0xb7 } }; static const struct cckprng_op_reseed op_reseed_5099 = { .hd = { .id = 4843, .kind = OP_RESEED }, .nonce = 3846478527990904101ULL, .seed_nbytes = 178, .seed = { 0x43, 0xdb, 0x39, 0x32, 0x4f, 0xfd, 0xc6, 0x4c, 0x99, 0x61, 0xb5, 0x58, 0xcf, 0x11, 0xf4, 0x19, 0x9d, 0x1e, 0x3e, 0x63, 0x5a, 0xdf, 0xdd, 0x30, 0xb4, 0x04, 0xb0, 0xbf, 0x44, 0x49, 0x25, 0x32, 0x64, 0xad, 0x09, 0x54, 0x00, 0xf0, 0x1d, 0xc4, 0x01, 0xb6, 0x31, 0x7d, 0x1a, 0xd1, 0xb5, 0x31, 0x6c, 0x28, 0xbe, 0xa2, 0x68, 0x20, 0x63, 0xf3, 0x99, 0xe7, 0x8b, 0x17, 0xf8, 0xc6, 0xb3, 0xd7, 0x61, 0xe5, 0xf2, 0xe1, 0x37, 0xf3, 0x03, 0xd2, 0xd1, 0x31, 0xe1, 0xcf, 0x26, 0x0b, 0x3d, 0x34, 0xf6, 0xdd, 0x93, 0x70, 0x19, 0x4d, 0xd0, 0xc5, 0xe0, 0x27, 0x02, 0x7f, 0xaa, 0xb1, 0x14, 0xae, 0x16, 0x58, 0x87, 0x5d, 0x8e, 0xff, 0x27, 0x67, 0xa0, 0xab, 0x8a, 0xbb, 0x7b, 0xec, 0x41, 0xd7, 0x87, 0x8d, 0x64, 0x20, 0x65, 0x1e, 0x6a, 0x39, 0xb0, 0x94, 0xce, 0x3a, 0xfb, 0xae, 0x33, 0x4d, 0xb0, 0x8f, 0x11, 0x99, 0x2c, 0x8e, 0xad, 0xd5, 0x1a, 0x2d, 0xf3, 0x76, 0x23, 0x68, 0x87, 0xc5, 0x16, 0x9b, 0x0e, 0xad, 0xe2, 0x6f, 0x1c, 0x55, 0x8e, 0x7d, 0x33, 0x1f, 0x42, 0x28, 0x69, 0x35, 0xa0, 0x30, 0xb8, 0xb9, 0x4d, 0xb6, 0x4c, 0xfc, 0x6d, 0x7e, 0xd6, 0x6c, 0x01, 0x77, 0x1f, 0xd3, 0x7d, 0x36 } }; static const struct cckprng_op_generate op_init_5100 = { .hd = { .id = 4844, .kind = OP_GENERATE }, .rand_nbytes = 34, .out = { .rand = { 0x64, 0xc4, 0x80, 0x36, 0x34, 0x24, 0xfd, 0x5f, 0x03, 0x7c, 0x76, 0x59, 0x04, 0x3b, 0x42, 0xf2, 0x9d, 0x0a, 0x61, 0x0b, 0xe2, 0x5b, 0x6e, 0x1b, 0x48, 0x4d, 0xdf, 0x2a, 0x35, 0x2c, 0x09, 0x88, 0x86, 0x97 } } }; static const struct cckprng_op_generate op_init_5101 = { .hd = { .id = 4845, .kind = OP_GENERATE }, .rand_nbytes = 75, .out = { .rand = { 0xbf, 0xb7, 0x07, 0x42, 0xc4, 0x2b, 0xf7, 0xdb, 0xab, 0x48, 0x95, 0x8a, 0x6d, 0x9b, 0xee, 0x8e, 0x35, 0x84, 0xfb, 0xd4, 0x82, 0x6d, 0xd8, 0x35, 0x45, 0x88, 0x56, 0xf7, 0xc2, 0x40, 0xe1, 0xdb, 0xef, 0x4f, 0x2b, 0x51, 0xd4, 0x51, 0xa4, 0xf2, 0x0f, 0x85, 0xd4, 0x24, 0x20, 0xdf, 0xf6, 0xfc, 0x3d, 0x78, 0xec, 0x27, 0xc1, 0x76, 0xb4, 0x4e, 0x8a, 0x4c, 0x86, 0xac, 0xe1, 0xd6, 0xd9, 0x5e, 0xcd, 0xdb, 0x19, 0xf2, 0x6c, 0x1e, 0xe9, 0x6d, 0xec, 0x89, 0xe6 } } }; static const struct cckprng_op_reseed op_reseed_5102 = { .hd = { .id = 4846, .kind = OP_RESEED }, .nonce = 13516558740345812649ULL, .seed_nbytes = 111, .seed = { 0x92, 0x97, 0x37, 0xd4, 0x6e, 0xb7, 0x5e, 0x09, 0x44, 0xe5, 0xf6, 0x80, 0xda, 0x6f, 0x80, 0x52, 0xae, 0x6f, 0x6f, 0x56, 0x04, 0x32, 0xa0, 0x7d, 0x4b, 0xa2, 0x28, 0x7e, 0x44, 0xce, 0xfe, 0xbf, 0xb3, 0x95, 0xdd, 0x25, 0x09, 0xcf, 0x91, 0xd5, 0x78, 0xbe, 0x27, 0x9d, 0x9c, 0xe3, 0xb2, 0x5a, 0xdc, 0x48, 0x69, 0xe4, 0x4d, 0x4a, 0x43, 0x89, 0xce, 0x0b, 0x6f, 0xfc, 0xc0, 0x9b, 0x8c, 0x07, 0xfd, 0xbe, 0xde, 0xf8, 0x68, 0x85, 0xe1, 0x53, 0x0a, 0x99, 0xc0, 0xf9, 0xff, 0x23, 0x7f, 0xaa, 0xf6, 0xbd, 0xed, 0xa7, 0xf3, 0x88, 0x67, 0xe7, 0xa1, 0xc8, 0x2c, 0xda, 0x19, 0x05, 0x64, 0xe0, 0x51, 0xdb, 0x06, 0x3d, 0xa0, 0x3e, 0x73, 0x44, 0xb9, 0x83, 0x38, 0xcb, 0xea, 0x07, 0x50 } }; static const struct cckprng_op_reseed op_reseed_5103 = { .hd = { .id = 4847, .kind = OP_RESEED }, .nonce = 1064754330462224009ULL, .seed_nbytes = 255, .seed = { 0xfa, 0x9d, 0x40, 0xa3, 0xfb, 0xd5, 0x6a, 0xd3, 0x83, 0xe1, 0x6f, 0xd0, 0x6c, 0x15, 0x3b, 0x43, 0x1e, 0x2a, 0x1c, 0xa4, 0x2f, 0x44, 0x24, 0xa0, 0xd7, 0x3c, 0x53, 0x59, 0x74, 0x7d, 0xb2, 0xea, 0xa5, 0xe9, 0xf9, 0x6b, 0x8f, 0x53, 0xd8, 0x4d, 0x41, 0x04, 0xa8, 0x1f, 0xb9, 0xf0, 0x30, 0x0c, 0xf4, 0xb5, 0x8e, 0xd2, 0xe2, 0xc4, 0x64, 0x57, 0x8b, 0xe5, 0x24, 0x5c, 0x68, 0x93, 0x0c, 0x1f, 0x41, 0x2d, 0xdd, 0x34, 0x1f, 0x75, 0x36, 0x07, 0xba, 0x69, 0x88, 0x93, 0x39, 0xca, 0x6c, 0xba, 0xce, 0x4e, 0xb9, 0x88, 0x7e, 0xfb, 0x0d, 0x97, 0xfd, 0x3c, 0xf5, 0x73, 0x4c, 0x13, 0xe1, 0xdf, 0x09, 0x33, 0x70, 0x83, 0xfe, 0x59, 0x81, 0x6e, 0x40, 0x65, 0xb7, 0xd4, 0x61, 0x3b, 0x3c, 0x3f, 0x13, 0x7e, 0x3f, 0x2f, 0x6e, 0x11, 0xb9, 0x4f, 0x4a, 0x53, 0x72, 0x48, 0xcc, 0x74, 0x72, 0x7e, 0x24, 0x79, 0x2b, 0x62, 0xab, 0x84, 0xe7, 0x1d, 0xf3, 0x1e, 0x7b, 0x81, 0x2d, 0xbe, 0xe9, 0x2a, 0x88, 0x12, 0x37, 0xef, 0xc7, 0xba, 0xe8, 0x64, 0x62, 0x63, 0xb7, 0xde, 0xf3, 0x9c, 0x93, 0x13, 0x0f, 0x78, 0x36, 0xe3, 0x1c, 0xc3, 0xd2, 0x65, 0x8f, 0xbd, 0x77, 0x67, 0x85, 0x2c, 0x54, 0x42, 0x7a, 0x94, 0x60, 0x21, 0x10, 0x5a, 0xdc, 0x21, 0xdd, 0xd3, 0x57, 0x71, 0x15, 0xe9, 0x38, 0x09, 0x47, 0x56, 0xf7, 0x6d, 0x00, 0x02, 0x81, 0xb8, 0x7b, 0xbc, 0x4c, 0xaa, 0xf4, 0x88, 0x25, 0xfa, 0x74, 0x04, 0x6c, 0xe9, 0x5a, 0x7c, 0x65, 0x3e, 0x16, 0xce, 0xfb, 0x57, 0x03, 0x31, 0xd3, 0x44, 0xbe, 0xc5, 0x0c, 0x2d, 0x75, 0xef, 0xd2, 0x09, 0xf6, 0x76, 0x1a, 0x04, 0x5b, 0x30, 0x5b, 0x8c, 0x18, 0xc2, 0x13, 0xf3, 0x7c, 0xa4, 0x3e, 0xb6, 0x86, 0x61, 0xf5, 0x21, 0x13, 0x39, 0x5f } }; static const struct cckprng_op_reseed op_reseed_5104 = { .hd = { .id = 4848, .kind = OP_RESEED }, .nonce = 3906549112381441915ULL, .seed_nbytes = 191, .seed = { 0x63, 0x10, 0x3d, 0xb5, 0x20, 0x39, 0x9c, 0x30, 0x97, 0x10, 0x96, 0x0a, 0x0a, 0x52, 0xae, 0x1c, 0xc4, 0x2a, 0xc7, 0xe2, 0x8e, 0x63, 0xab, 0xff, 0x65, 0x95, 0x93, 0x42, 0x9f, 0x8c, 0xb7, 0x64, 0x7a, 0x62, 0x0a, 0xa8, 0x5a, 0x8c, 0xe2, 0x3c, 0x04, 0x18, 0xd8, 0xb7, 0x41, 0x57, 0xe3, 0xc3, 0xc9, 0xf6, 0x2c, 0x6a, 0xec, 0xca, 0xe1, 0xa7, 0xd6, 0x95, 0x4e, 0x35, 0xbb, 0x61, 0xb6, 0x74, 0x00, 0x42, 0x55, 0x66, 0x98, 0x27, 0xc4, 0x08, 0xc6, 0x6a, 0x24, 0x1d, 0xed, 0x88, 0x52, 0x1b, 0xc7, 0x51, 0x72, 0x5b, 0xa6, 0x4f, 0x25, 0x6c, 0x5d, 0x3d, 0x1b, 0x50, 0x84, 0xe4, 0x44, 0x68, 0x28, 0xc2, 0xd1, 0x6b, 0x31, 0x60, 0xc9, 0xf4, 0x05, 0x4d, 0x6f, 0x11, 0x8f, 0x32, 0x95, 0xde, 0x94, 0x1a, 0x3d, 0x85, 0x3d, 0xa8, 0xf0, 0x32, 0xff, 0x7d, 0xb2, 0xe7, 0xb9, 0xeb, 0x9e, 0x74, 0xd5, 0xf6, 0xf3, 0x8b, 0x6d, 0x06, 0x5a, 0x1f, 0x91, 0xfe, 0x3a, 0x60, 0xc8, 0xaf, 0x1c, 0xb2, 0xe4, 0x80, 0x4c, 0x61, 0xbb, 0x8e, 0x37, 0x59, 0xed, 0x76, 0xf5, 0x23, 0xee, 0x7f, 0xc8, 0xe7, 0xd5, 0x00, 0xce, 0xcb, 0x07, 0xc8, 0x9f, 0xd3, 0x7c, 0xac, 0x81, 0x20, 0x15, 0x40, 0xc7, 0xb3, 0xb4, 0x60, 0x6b, 0xb5, 0x78, 0xfb, 0x5a, 0x34, 0x83, 0xe6, 0xab, 0x3e, 0x7b, 0x1a, 0x2b } }; static const struct cckprng_op_reseed op_reseed_5105 = { .hd = { .id = 4849, .kind = OP_RESEED }, .nonce = 12129784654629990702ULL, .seed_nbytes = 123, .seed = { 0xc3, 0x47, 0x70, 0xe8, 0x69, 0x71, 0xe1, 0x2d, 0x5b, 0xf7, 0x2f, 0xfa, 0xd7, 0x92, 0xbc, 0x2a, 0xdc, 0xfb, 0x95, 0x7a, 0x44, 0x7e, 0xb2, 0x5d, 0x51, 0x00, 0x82, 0x2b, 0xd4, 0xc9, 0xec, 0x43, 0x29, 0xae, 0x55, 0x09, 0x10, 0x6f, 0x23, 0x29, 0xaf, 0x1c, 0x0f, 0xfb, 0x6f, 0xdb, 0xdb, 0xec, 0xca, 0x86, 0xe9, 0x5c, 0xf9, 0x8c, 0xd9, 0x5c, 0x5f, 0xd1, 0x98, 0xbb, 0xbf, 0x46, 0x52, 0xd3, 0x35, 0x92, 0x0e, 0xc6, 0x94, 0x9f, 0x49, 0x6d, 0x13, 0x72, 0x7e, 0x0a, 0xb2, 0xc6, 0xf2, 0xa6, 0x87, 0xb0, 0xca, 0x1f, 0x72, 0x62, 0x76, 0x8f, 0x24, 0x0f, 0x7e, 0xd2, 0x42, 0x1a, 0xba, 0x83, 0xb1, 0x1a, 0xc4, 0x4a, 0xc0, 0x36, 0x3a, 0x4a, 0x58, 0x6b, 0xe0, 0x80, 0x25, 0x48, 0x18, 0x9d, 0x54, 0x14, 0x1f, 0x9f, 0x79, 0xdd, 0x1d, 0x1e, 0x7e, 0x0f, 0xf6 } }; static const struct cckprng_op_generate op_init_5106 = { .hd = { .id = 4850, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0x21, 0xa9, 0xf9, 0x67, 0xb6, 0xdc, 0x8e, 0xe4, 0x7a, 0x69, 0xa0, 0x68, 0x34, 0x04, 0xab, 0x95, 0x1b, 0x24, 0xfa, 0xd4, 0xd7, 0xba, 0x0a, 0x24, 0x87, 0x3b, 0xd5, 0x4c, 0x0b, 0x4e, 0x03, 0x9d, 0x90, 0x3a, 0x88, 0xfc, 0x09, 0x25, 0x14, 0x52, 0x52, 0x8a, 0x4d, 0xc4, 0x8c, 0x0a, 0x29, 0x05, 0x33, 0xac, 0x43, 0x71, 0x6e, 0xcd, 0xb8, 0xac, 0x8d, 0xf5, 0x3c, 0x65, 0xb4, 0x68, 0xcc, 0xa7, 0xbd, 0x9d, 0xe7, 0xa0, 0x9e, 0x8e, 0x90, 0x9a, 0xcf, 0xbf, 0xab, 0x50, 0x33, 0x45, 0x22, 0x99, 0xa7, 0x1b, 0x05, 0x78, 0xc3, 0x32, 0xb9, 0x6b, 0xfe, 0x47, 0x75, 0x38, 0x94, 0x1d, 0xd4, 0xb2, 0xef, 0x21, 0xb0, 0xc8, 0x06, 0x99, 0xe0, 0x1d, 0xbe, 0x90, 0x32, 0x3f, 0xa6, 0xe8, 0x68, 0x50, 0x02, 0x06, 0x11, 0xa9, 0xcf, 0x39, 0x0f, 0x5b, 0xaa, 0x4d, 0xc3, 0xe5, 0xc7, 0xba, 0x63, 0xee, 0xa3, 0x7a, 0x88, 0x13, 0x34, 0x25, 0xd3, 0xfb, 0xd5, 0xe2, 0x0e, 0x4c, 0xe5, 0x31, 0x51, 0x53, 0xfe, 0x32, 0x34, 0x8e, 0x80, 0xca, 0xe5, 0xed, 0xc4, 0x1f, 0xd9, 0x0d, 0x3d, 0xfa, 0x99, 0x59, 0xa9, 0xee, 0xdb, 0x8f, 0x21, 0x92, 0x7b, 0x0c, 0x04, 0x07, 0xfa, 0xf4, 0x53, 0x66, 0x05, 0x41, 0x7c, 0xeb, 0xb4, 0x3c, 0x48, 0xbc, 0xf2, 0xd9, 0x70, 0xd4, 0x0b, 0xef, 0x0e, 0xaf, 0xc9, 0xb6, 0xd8, 0x73, 0x91, 0x47, 0x14, 0x72, 0x44, 0x12, 0x79, 0xb8, 0x8f, 0x5d, 0x55, 0x85, 0xe2, 0x31, 0x10, 0x9c, 0x0b, 0xa2, 0x87, 0x64, 0xdc, 0xe7, 0x4d, 0x03, 0x77, 0x3d, 0xce, 0x4b, 0xab, 0x67, 0x33, 0x3d, 0x1d, 0x6e, 0x7c, 0x9c, 0x96, 0x53, 0xfb, 0xa3, 0x29, 0x67, 0xf8, 0xce, 0xa5, 0xa4, 0xfb, 0x85, 0xe7, 0x8d, 0xab, 0xac, 0x57, 0xef, 0xe7, 0x74, 0x69, 0xab } } }; static const struct cckprng_op_reseed op_reseed_5107 = { .hd = { .id = 4851, .kind = OP_RESEED }, .nonce = 893038029468548880ULL, .seed_nbytes = 167, .seed = { 0x35, 0x93, 0xcf, 0xef, 0xbf, 0x71, 0x88, 0xc7, 0x77, 0x35, 0x2a, 0x79, 0xa4, 0xdb, 0x6b, 0x17, 0x75, 0x73, 0x25, 0x1c, 0xe9, 0xfc, 0xaa, 0xcb, 0x2a, 0x67, 0x49, 0x92, 0xec, 0x3c, 0x03, 0xab, 0x6a, 0xaa, 0x23, 0x1a, 0x5b, 0x14, 0xbb, 0x53, 0x7b, 0x6f, 0x33, 0xe5, 0x03, 0xe1, 0xff, 0xfe, 0x4e, 0x47, 0x62, 0x76, 0x26, 0xc4, 0xe8, 0x11, 0xdd, 0xbb, 0xb7, 0x4b, 0x29, 0xcd, 0x9b, 0xe7, 0x47, 0x24, 0xff, 0x73, 0x17, 0x7f, 0x54, 0x23, 0xbe, 0x6d, 0x1b, 0x6b, 0x04, 0x69, 0xfb, 0xa9, 0xde, 0xaa, 0xb8, 0x98, 0xf4, 0x74, 0x26, 0xc5, 0xcd, 0x87, 0xc4, 0x5c, 0xdf, 0x1b, 0x81, 0xc9, 0x6c, 0x91, 0x01, 0xa8, 0x31, 0xc4, 0xc2, 0xca, 0xa9, 0x36, 0x39, 0x97, 0x85, 0xdb, 0x61, 0x82, 0x24, 0x6e, 0x83, 0x55, 0x27, 0xbf, 0xff, 0x82, 0x2f, 0x2d, 0xcf, 0x37, 0xf6, 0x94, 0x2c, 0xe8, 0xb9, 0x9d, 0xe3, 0x10, 0xd6, 0x23, 0xf3, 0xd8, 0x72, 0xa2, 0xa3, 0x66, 0x47, 0x7f, 0x03, 0x2a, 0x50, 0x9a, 0x38, 0x6c, 0x41, 0xf2, 0x6d, 0x8d, 0x7e, 0x04, 0xd3, 0x4b, 0xc7, 0x74, 0x42, 0x88, 0xce, 0xca, 0xdc, 0xd2, 0x7d, 0xfd, 0xda } }; static const struct cckprng_op_generate op_init_5108 = { .hd = { .id = 4852, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0xaf, 0x31, 0x9c, 0x94, 0x4c, 0x1b, 0xdc, 0xb2, 0x32, 0xf1, 0xf2, 0x65, 0xe6, 0x14, 0x9f, 0x3b, 0x40, 0x21, 0x03, 0x8f, 0xb3, 0xd1, 0x13, 0xaa, 0x02, 0x75, 0xb2, 0xb8, 0x45, 0xa8, 0x4e, 0xdc, 0x79, 0x67, 0x7a, 0x65, 0x78, 0x5a, 0xda, 0xeb, 0x0b, 0x9c, 0xbb, 0x82, 0xa1, 0x17, 0xa9, 0x94, 0x96, 0x2b } } }; static const struct cckprng_op_generate op_init_5109 = { .hd = { .id = 4853, .kind = OP_GENERATE }, .rand_nbytes = 123, .out = { .rand = { 0xeb, 0xb0, 0xd0, 0x51, 0x47, 0x2e, 0x3e, 0x6f, 0x39, 0x64, 0xe6, 0xa1, 0xf5, 0x15, 0x39, 0x1d, 0xce, 0xaa, 0x08, 0x40, 0xed, 0xfe, 0xb9, 0xd7, 0x21, 0x70, 0x5c, 0xe0, 0x43, 0x80, 0xf4, 0x87, 0x90, 0xdf, 0x02, 0xe2, 0x53, 0x50, 0xc1, 0xe0, 0x77, 0xc7, 0x36, 0xd7, 0xdd, 0xe0, 0xd4, 0xef, 0x5b, 0x32, 0x94, 0x1e, 0xaf, 0x2e, 0x1c, 0xd7, 0x22, 0xda, 0x10, 0xed, 0xda, 0x97, 0xaf, 0x05, 0xe1, 0xac, 0x42, 0xae, 0xa6, 0xeb, 0x0e, 0xc8, 0x1b, 0xb4, 0x15, 0x79, 0x99, 0xff, 0xef, 0x28, 0x56, 0x47, 0x2d, 0x5c, 0x51, 0x8e, 0xd5, 0x21, 0xe6, 0x94, 0x4d, 0x21, 0x03, 0xb9, 0x5a, 0xd2, 0xbc, 0xa4, 0xbe, 0x68, 0x53, 0xea, 0x2a, 0x67, 0x19, 0x8b, 0xae, 0xc8, 0xb2, 0x8c, 0xae, 0xc5, 0x15, 0x96, 0x81, 0xf1, 0x07, 0xf9, 0xae, 0xe3, 0x01, 0xb9, 0x62 } } }; static const struct cckprng_op_refresh op_refresh_5110 = { .hd = { .id = 4854, .kind = OP_REFRESH }, .rand = 3013821293371164739ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5111 = { .hd = { .id = 4855, .kind = OP_GENERATE }, .rand_nbytes = 199, .out = { .rand = { 0xb5, 0xcb, 0x81, 0x29, 0x90, 0xfa, 0xac, 0xe7, 0x91, 0xbc, 0x25, 0x14, 0xcb, 0xbc, 0x8b, 0x55, 0x8d, 0x35, 0x6c, 0xb1, 0x41, 0xcd, 0x1d, 0xb4, 0xa9, 0xea, 0x22, 0x8d, 0x4a, 0x05, 0x45, 0xd5, 0x6c, 0x12, 0x4d, 0x2a, 0x7d, 0x7c, 0x67, 0x53, 0x49, 0xca, 0x7e, 0x73, 0xdc, 0xd9, 0x1d, 0x55, 0x99, 0x8f, 0xd6, 0xed, 0xaf, 0x15, 0xb2, 0x54, 0x3c, 0x89, 0x7d, 0xcc, 0x8e, 0xa3, 0x8b, 0xbf, 0xbc, 0x75, 0xee, 0x76, 0x15, 0x3f, 0xd7, 0x89, 0xd3, 0xe5, 0x6e, 0x73, 0xcb, 0x92, 0x0a, 0xc1, 0x58, 0xbe, 0xb7, 0x99, 0xf3, 0x3a, 0xf5, 0x4d, 0x1d, 0xf5, 0xcb, 0x29, 0x39, 0xe6, 0xfc, 0x49, 0x4c, 0x30, 0xd1, 0x6e, 0x5c, 0x0a, 0x3c, 0x14, 0x59, 0x88, 0x9b, 0x87, 0x58, 0x8d, 0x73, 0x1e, 0x71, 0x06, 0x45, 0x0c, 0x31, 0xc0, 0x90, 0x54, 0x25, 0xe3, 0x05, 0x77, 0x25, 0x3d, 0x1b, 0xab, 0x22, 0x08, 0x15, 0xdc, 0x9f, 0xb6, 0x02, 0xc9, 0x1b, 0xec, 0x0b, 0x70, 0x52, 0x19, 0x8f, 0x5d, 0xca, 0xf6, 0xe1, 0x0f, 0xcf, 0xad, 0x6d, 0x9a, 0x3c, 0x80, 0x4f, 0xeb, 0x0e, 0x33, 0xb0, 0x86, 0x42, 0x1f, 0xc4, 0xa6, 0x3e, 0xff, 0x86, 0x00, 0xcc, 0x9f, 0xa1, 0x9d, 0x6c, 0x12, 0xdd, 0xcb, 0xdc, 0xa8, 0xf7, 0xdc, 0x0e, 0x42, 0x38, 0x20, 0x80, 0x95, 0x54, 0x1b, 0x2c, 0x53, 0x37, 0x6c, 0x22, 0xf2, 0x76, 0x74, 0xd8, 0x1f, 0xe7 } } }; static const struct cckprng_op_generate op_init_5112 = { .hd = { .id = 4856, .kind = OP_GENERATE }, .rand_nbytes = 180, .out = { .rand = { 0x7b, 0x25, 0xac, 0xa3, 0xd5, 0x47, 0x0c, 0x58, 0xca, 0x12, 0xe0, 0x1a, 0x3e, 0x9b, 0xc7, 0x81, 0x91, 0x99, 0x2e, 0x67, 0xf8, 0xb3, 0x5b, 0xb9, 0x77, 0xa1, 0xe0, 0xbe, 0xa4, 0xfc, 0xd2, 0x90, 0x56, 0x8f, 0x36, 0x29, 0xf2, 0x9d, 0xf8, 0xa4, 0xb6, 0x7a, 0xbe, 0xbd, 0x21, 0xbd, 0xc2, 0x6f, 0x51, 0xd9, 0x1e, 0x7c, 0x10, 0xb0, 0xa2, 0xf7, 0x71, 0x09, 0x71, 0xd2, 0x93, 0x63, 0x22, 0xbd, 0x90, 0xb3, 0xa0, 0x07, 0xa8, 0xa5, 0xee, 0x04, 0xcd, 0x64, 0x20, 0xdd, 0xf6, 0x3b, 0xf9, 0x83, 0xf0, 0x1d, 0xe9, 0x7d, 0x68, 0x93, 0xe4, 0x6d, 0x99, 0x34, 0x26, 0xab, 0xb4, 0xde, 0x53, 0x47, 0xc5, 0xe8, 0xb0, 0xc8, 0x24, 0x0c, 0x7e, 0x36, 0xa8, 0x1d, 0x86, 0x9f, 0xcb, 0x01, 0xc8, 0xbe, 0xae, 0xad, 0x95, 0x9c, 0x30, 0x48, 0xec, 0xf5, 0x1b, 0x7d, 0xbf, 0x1f, 0xec, 0x10, 0x07, 0x37, 0xaf, 0x39, 0xb6, 0xb6, 0x7e, 0xda, 0xb3, 0xfa, 0xc5, 0x8f, 0x3f, 0x1f, 0x16, 0x55, 0x7c, 0x59, 0xe9, 0x8e, 0xaf, 0x71, 0xc2, 0x97, 0x7a, 0xed, 0xd0, 0x76, 0x12, 0xe3, 0x1a, 0xfc, 0x10, 0x23, 0xf7, 0x56, 0xc0, 0x9a, 0xbc, 0xfa, 0x23, 0x45, 0x85, 0x73, 0xfc, 0x28, 0x6d, 0x7f, 0x87, 0xbe, 0xbe, 0x40, 0x1a, 0xe9 } } }; static const struct cckprng_op_reseed op_reseed_5113 = { .hd = { .id = 4857, .kind = OP_RESEED }, .nonce = 4150470551447032140ULL, .seed_nbytes = 58, .seed = { 0x9c, 0x06, 0xb8, 0xd6, 0x11, 0xae, 0x4b, 0xaa, 0x93, 0xac, 0x71, 0x8c, 0x5e, 0xbc, 0x03, 0xb2, 0x7e, 0x31, 0x14, 0xf8, 0xf6, 0x31, 0x59, 0xe0, 0x04, 0x3c, 0xdb, 0xfa, 0x0b, 0xe0, 0x07, 0x12, 0xa9, 0x02, 0x58, 0xe2, 0x61, 0x3b, 0xeb, 0x03, 0x29, 0x52, 0x66, 0x14, 0x55, 0xd7, 0x6d, 0x52, 0xfd, 0x37, 0x4d, 0xe1, 0xf6, 0xc7, 0x6d, 0x3a, 0x88, 0x88 } }; static const struct cckprng_op_generate op_init_5114 = { .hd = { .id = 4858, .kind = OP_GENERATE }, .rand_nbytes = 286, .out = { .rand = { 0x53, 0x6d, 0x4f, 0xa5, 0xcd, 0xad, 0xeb, 0x5f, 0xa6, 0x6d, 0xa6, 0xca, 0x58, 0x7d, 0xe5, 0xe1, 0x2d, 0x7a, 0x87, 0x72, 0xc8, 0x4a, 0x88, 0xa7, 0x5d, 0x39, 0x3e, 0x53, 0x1d, 0xe7, 0x05, 0x5c, 0x4e, 0x24, 0xca, 0x9a, 0xa7, 0x7e, 0x69, 0xb2, 0xac, 0xf3, 0x67, 0x91, 0xfc, 0xe5, 0xee, 0xac, 0xcf, 0x64, 0x9b, 0x28, 0xee, 0xe4, 0xce, 0xde, 0xfa, 0x51, 0x03, 0x79, 0x86, 0xa9, 0xf3, 0xbe, 0x94, 0x6c, 0x80, 0xcb, 0xc7, 0x9c, 0xe4, 0xc3, 0x2a, 0x19, 0xff, 0x36, 0x54, 0xce, 0x60, 0x3a, 0x8c, 0x86, 0x32, 0xe8, 0xd7, 0x5b, 0xbf, 0xf8, 0xfd, 0xec, 0x31, 0x84, 0x04, 0xa9, 0xe3, 0x3a, 0x1d, 0xbc, 0x6f, 0xe3, 0x95, 0x9d, 0xec, 0xa3, 0xc1, 0x23, 0xc8, 0x84, 0x30, 0x2a, 0x02, 0x7f, 0xf2, 0xd7, 0x27, 0xa9, 0xab, 0xea, 0x9a, 0xe4, 0x85, 0xad, 0x63, 0x12, 0x10, 0xb1, 0xdf, 0xf9, 0x41, 0x95, 0xab, 0xcd, 0x5e, 0x11, 0x5a, 0xbb, 0x44, 0x66, 0xb1, 0x44, 0x25, 0x35, 0xc8, 0xa8, 0xb1, 0x49, 0x10, 0xc0, 0xa9, 0x62, 0x92, 0x8e, 0x16, 0xcb, 0xc5, 0x31, 0x2e, 0x1f, 0xf3, 0x62, 0x63, 0xd8, 0xf2, 0x9a, 0x1f, 0x04, 0x40, 0x92, 0xe2, 0xeb, 0xe9, 0x83, 0xbb, 0xf4, 0x02, 0x25, 0x37, 0xad, 0x80, 0xb2, 0xb7, 0xba, 0x04, 0x3b, 0x53, 0x60, 0x28, 0xbb, 0x17, 0x2a, 0xcc, 0x39, 0x97, 0xb0, 0x2f, 0x1f, 0x03, 0xb8, 0xb1, 0x05, 0x43, 0xfe, 0x21, 0xd8, 0x96, 0xc7, 0x1f, 0x99, 0xeb, 0x23, 0x0b, 0x75, 0xa4, 0x8b, 0x95, 0x3a, 0x93, 0x32, 0xad, 0x86, 0x43, 0x6c, 0xd6, 0x7d, 0x70, 0x3f, 0xbb, 0xe2, 0x57, 0x44, 0xb4, 0x71, 0xd7, 0xa2, 0xf5, 0x4e, 0x17, 0x61, 0x20, 0xb6, 0xbd, 0x8f, 0x37, 0x04, 0x22, 0x96, 0x7a, 0x40, 0xf6, 0x77, 0x44, 0x1e, 0xdf, 0xf8, 0x23, 0x59, 0x57, 0x0b, 0xba, 0xc7, 0x73, 0xde, 0xee, 0xf6, 0x5c, 0x2d, 0x03, 0xdd, 0x50, 0x94, 0x5f, 0x25, 0x2c, 0x80, 0xfe, 0x02, 0xd6, 0x6b, 0x49, 0x2d, 0xb2, 0xa2, 0x1a, 0xc6, 0xf7, 0xd9 } } }; static const struct cckprng_op_reseed op_reseed_5115 = { .hd = { .id = 4859, .kind = OP_RESEED }, .nonce = 9338270733402370853ULL, .seed_nbytes = 64, .seed = { 0xfc, 0x12, 0xdb, 0x2d, 0xa6, 0x6f, 0x14, 0x54, 0x80, 0x4a, 0xcc, 0x82, 0x4b, 0x84, 0xde, 0x25, 0x66, 0xc3, 0xd6, 0x1d, 0x5b, 0x70, 0xcb, 0xe3, 0x95, 0x05, 0x72, 0xbc, 0x75, 0x48, 0x54, 0xb5, 0x91, 0x9a, 0x3a, 0x7b, 0x40, 0x82, 0xb9, 0xc8, 0x82, 0xfc, 0x54, 0x27, 0xe3, 0x96, 0xa1, 0xf7, 0x2f, 0xcf, 0x3a, 0xe6, 0x73, 0x64, 0x9c, 0x91, 0xf9, 0x6d, 0x32, 0xfa, 0x37, 0x65, 0x9a, 0x9a } }; static const struct cckprng_op_reseed op_reseed_5116 = { .hd = { .id = 4860, .kind = OP_RESEED }, .nonce = 12303625946544130102ULL, .seed_nbytes = 178, .seed = { 0x39, 0x8b, 0xa0, 0x0d, 0x0b, 0xfd, 0x27, 0x83, 0xb1, 0xce, 0x70, 0x0e, 0x81, 0x5f, 0x10, 0x65, 0x4b, 0x56, 0x97, 0x32, 0x53, 0xa3, 0xdc, 0x86, 0x9f, 0x02, 0x28, 0xfd, 0x08, 0x52, 0xb0, 0x21, 0xd1, 0xbd, 0x8e, 0x48, 0xcb, 0xef, 0xac, 0xed, 0x81, 0xbc, 0x92, 0xfb, 0xf5, 0xfc, 0x26, 0x19, 0x82, 0x28, 0x5f, 0x0c, 0x7b, 0xb6, 0xf3, 0x80, 0xbb, 0x7b, 0xbc, 0x72, 0xa5, 0xa4, 0x26, 0xab, 0x57, 0xa6, 0xb1, 0xdd, 0xfe, 0x13, 0x92, 0x94, 0xc9, 0xfd, 0x02, 0x6c, 0xfe, 0x39, 0xe6, 0xba, 0x7f, 0x8f, 0x58, 0x3d, 0x8a, 0xf6, 0x06, 0x20, 0x13, 0xee, 0x51, 0x4a, 0x21, 0x64, 0x90, 0xfb, 0x62, 0x86, 0xc1, 0x37, 0x9b, 0x70, 0xbb, 0xa1, 0x3f, 0x75, 0x61, 0xaf, 0xbb, 0x38, 0x49, 0xe0, 0x25, 0x0a, 0x7b, 0x88, 0x92, 0xc1, 0x0d, 0x39, 0x47, 0xbb, 0x9c, 0x4f, 0x52, 0xd2, 0x43, 0x92, 0xc8, 0xb4, 0x27, 0xa9, 0xd7, 0xc5, 0xdf, 0x57, 0xf3, 0xd0, 0x05, 0x68, 0x95, 0xf3, 0x4e, 0x51, 0x20, 0xf7, 0x31, 0xc5, 0x09, 0xc2, 0xa7, 0x49, 0xc2, 0x30, 0x83, 0x0b, 0x5f, 0xa2, 0x6f, 0x6a, 0xe8, 0x32, 0x11, 0xa9, 0x42, 0x10, 0xdf, 0xc5, 0xb6, 0xdc, 0x65, 0xff, 0xd9, 0x9e, 0x5a, 0x37, 0x81, 0x41 } }; static const struct cckprng_op_refresh op_refresh_5117 = { .hd = { .id = 4861, .kind = OP_REFRESH }, .rand = 16064598964787813348ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5118 = { .hd = { .id = 4862, .kind = OP_REFRESH }, .rand = 5749459150988698903ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5119 = { .hd = { .id = 4863, .kind = OP_GENERATE }, .rand_nbytes = 192, .out = { .rand = { 0x18, 0xaa, 0x92, 0x57, 0xcb, 0xca, 0x04, 0x19, 0x83, 0x15, 0x0a, 0xc7, 0x31, 0x60, 0xc3, 0x01, 0xe7, 0x77, 0xa3, 0xeb, 0x82, 0x09, 0xf7, 0x3c, 0x89, 0x3f, 0xaa, 0xed, 0x84, 0xd8, 0xc5, 0x8a, 0x2d, 0x9f, 0x69, 0xc3, 0xf0, 0xfd, 0xb4, 0x6e, 0x43, 0x08, 0xc2, 0xaa, 0x23, 0x5e, 0x6d, 0xaf, 0xba, 0x82, 0xb4, 0xc7, 0x2e, 0x23, 0xdc, 0x9f, 0xea, 0x22, 0x10, 0x09, 0xc8, 0xe8, 0x05, 0x5a, 0x95, 0x95, 0xe9, 0x81, 0xfb, 0xc5, 0x5b, 0xad, 0x31, 0xfb, 0x40, 0xeb, 0x1c, 0x37, 0xef, 0x67, 0x8a, 0x9e, 0x2d, 0x54, 0xe7, 0x5e, 0x62, 0x6b, 0x17, 0xd5, 0x1d, 0x41, 0x6c, 0x02, 0xcb, 0xe5, 0x19, 0x2f, 0x66, 0xa7, 0x24, 0x19, 0xd7, 0x9e, 0xef, 0xd9, 0x21, 0xe5, 0x60, 0xb7, 0xd8, 0xdf, 0xf2, 0x12, 0xe3, 0x0b, 0x9b, 0x06, 0xe3, 0xb2, 0x01, 0xfb, 0x94, 0x02, 0xd8, 0x4b, 0x1f, 0xf3, 0x6a, 0xbb, 0x51, 0x87, 0xef, 0x29, 0x76, 0x47, 0x17, 0x2f, 0xb4, 0xf2, 0xf7, 0x90, 0xf9, 0xea, 0x02, 0xf0, 0xdf, 0xc1, 0x5b, 0xad, 0xad, 0x36, 0xf1, 0x87, 0xd8, 0xb4, 0x60, 0xd3, 0xe3, 0x65, 0x57, 0xf9, 0x48, 0x88, 0x3e, 0x1c, 0x1f, 0x3c, 0x16, 0x5d, 0xfc, 0x27, 0xa7, 0x37, 0x7d, 0x64, 0xa2, 0x1d, 0x89, 0x6d, 0x0a, 0x93, 0x17, 0x25, 0x99, 0x92, 0xed, 0x18, 0xbe, 0xc0, 0xe2, 0x60 } } }; static const struct cckprng_op_generate op_init_5120 = { .hd = { .id = 4864, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0x02, 0x68, 0xca, 0x63, 0x62, 0x43, 0xe7, 0x1e, 0x4c, 0x68, 0x4c, 0x5a, 0x4d, 0x71, 0xae, 0x11, 0x68, 0x3c, 0x68, 0x9b, 0xf8, 0xe7, 0x98, 0x16, 0x75, 0xd7, 0xee, 0x5b, 0x90, 0x58, 0xb5, 0xcc, 0xf9, 0x86, 0x19, 0x02, 0x4c, 0xcd, 0xf3, 0x0b, 0x76, 0x50, 0x24, 0x23, 0xce, 0xd9, 0x94, 0x12, 0xf1, 0x5f, 0xdd, 0xf1, 0x77, 0xda, 0xf3, 0x59, 0xa9, 0x50, 0xe8, 0xc4, 0xf7, 0x75, 0x8e, 0xf8, 0xef, 0xaf, 0xbc, 0x7c, 0x38, 0xa1, 0x4a, 0xda, 0x28, 0x32, 0xc8, 0xc2, 0xf7, 0x0c, 0xd9, 0x79, 0xfd, 0x5b, 0x1c, 0x80, 0x53, 0x99, 0x07, 0xe9, 0xfe, 0xc3, 0xc9, 0x19, 0x3c, 0xb9, 0x9e, 0x6e, 0x24, 0xd2, 0x38, 0x2b, 0x22, 0xf6, 0x2d, 0xd2, 0x03, 0x57, 0x3f, 0x51, 0xdb, 0xc4, 0xa1, 0x74, 0xf3, 0x3c, 0xb1, 0xf0, 0xf1, 0x2e, 0xec, 0xd9, 0xa3, 0x9e, 0x9c, 0xa4, 0x00, 0x10, 0x9f, 0xef, 0x9d, 0xf0, 0xe3, 0xd9, 0x4b, 0xb7, 0xcc, 0x6a, 0x91, 0x34, 0xd6, 0x1c, 0xf0, 0x98, 0x53, 0x44, 0xdb, 0x54, 0xc6, 0x96, 0xb2, 0x33, 0x86 } } }; static const struct cckprng_op_reseed op_reseed_5121 = { .hd = { .id = 4865, .kind = OP_RESEED }, .nonce = 9406621183764607007ULL, .seed_nbytes = 63, .seed = { 0xf5, 0x61, 0x57, 0x7a, 0xc6, 0x17, 0x88, 0xdc, 0xf9, 0xf7, 0x65, 0x9d, 0xbc, 0xc1, 0x87, 0x24, 0x36, 0xc2, 0xf3, 0x94, 0x70, 0xf1, 0xee, 0x69, 0xd2, 0x40, 0x32, 0x5d, 0xc8, 0xb4, 0x6f, 0xa3, 0xc3, 0x36, 0x49, 0xbf, 0x83, 0x85, 0x64, 0x74, 0xc0, 0x83, 0x7b, 0xb7, 0xcb, 0x95, 0x53, 0x5f, 0xba, 0x34, 0xe1, 0xb0, 0x28, 0x5d, 0x17, 0xfc, 0xcf, 0x77, 0x21, 0x6c, 0x44, 0x62, 0x32 } }; static const struct cckprng_op_generate op_init_5122 = { .hd = { .id = 4866, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0x4c, 0x82, 0x2a, 0x4c, 0x84, 0xdd, 0x6f, 0x23, 0x80, 0x4c, 0xda, 0x93, 0xfd, 0xf6, 0x31, 0xf6, 0x81, 0x42, 0x80, 0x74, 0x71, 0xa9, 0x70, 0xdb, 0x63, 0x71, 0x71, 0xe2, 0x39, 0xf3, 0x9d, 0x32, 0x57, 0x2c, 0x81, 0x6b, 0x59, 0x53, 0x0c, 0x8e, 0xc6, 0x06, 0xba, 0x91, 0x77, 0xed, 0xad, 0xce, 0x64, 0xed, 0x04, 0x18, 0xf4, 0xd7, 0xb9, 0x8a, 0x1f, 0x42, 0xf8, 0xd2, 0x53, 0x0f, 0x36, 0x35, 0xec, 0x7b, 0x29, 0xde, 0x1c, 0x1e, 0xa1, 0x0d, 0xe0, 0x97, 0xfb, 0x72, 0x0b, 0x22, 0x0f, 0x86, 0x55, 0x6b, 0xd2, 0x29, 0x57, 0xfe, 0x8e, 0x43, 0xdc, 0x03, 0x43, 0x53, 0x7c, 0xcc, 0xf3, 0x8d, 0x40, 0xf0, 0xdc, 0x88, 0x92, 0xec, 0x04, 0xc0, 0x87, 0xb6, 0x2b, 0x83, 0x2b, 0x25, 0x59, 0xa0, 0xd3, 0xf4, 0x48, 0x26, 0x4e, 0x5d, 0x42, 0xea, 0x0f, 0xa2, 0xed, 0xfd, 0x1b, 0xae, 0x5c, 0xab, 0x51, 0xd8, 0x60, 0x83, 0x9b, 0x6f, 0x58, 0x0f, 0x13, 0x7a, 0x26, 0x08, 0xc2, 0xb5, 0x95, 0xd9, 0x39, 0x22, 0x12, 0xbc, 0xa6, 0x6d, 0x50, 0xf2, 0x03, 0x51, 0x64, 0xbb, 0x0c, 0x33, 0xbe, 0xa7, 0xf8, 0x59, 0x49, 0x4d, 0x38, 0xd3, 0x58, 0xc1, 0x64, 0x32, 0xcf, 0x3d, 0x8e, 0x34, 0x3b, 0xfa, 0x4e, 0xf7, 0x7c, 0xe8, 0x8f, 0x78, 0x84, 0xf4, 0xe4, 0x54, 0x29, 0x6e, 0xe5, 0xb2, 0x29, 0x02, 0x16, 0x1c, 0x16, 0x2d, 0x2b, 0x7c, 0xc8, 0xc8, 0x3a, 0x70, 0x72, 0xe6, 0x7c, 0xc5, 0x78, 0xee, 0x5a, 0x6c, 0x59, 0x7b, 0x64, 0xdb, 0x56, 0x75, 0xcd, 0xfd, 0x37, 0x26, 0x80, 0xce, 0xd0, 0xf7, 0x71, 0xe4, 0xaa, 0x7b, 0x25, 0x30, 0x43, 0x16, 0x15, 0xc3, 0xff, 0x1c, 0x79, 0x3d, 0xee, 0x8a, 0x08, 0x8a, 0x18, 0xb6, 0xe5, 0x1b, 0x58, 0x7c, 0x59, 0x5c, 0x1c, 0x55, 0x64, 0x3a, 0x89, 0xc7, 0x96, 0xfd, 0x03, 0xbf, 0xe5, 0x52, 0xe1, 0xb5, 0x7f, 0xcd, 0xdc, 0x70, 0x18, 0xeb, 0x3f, 0x55, 0x61, 0xc1, 0xbd, 0xa2, 0x1f, 0x56, 0x84, 0x30, 0xe6, 0xc4, 0xe6, 0xbc, 0x66, 0x95, 0xe5 } } }; static const struct cckprng_op_refresh op_refresh_5123 = { .hd = { .id = 4867, .kind = OP_REFRESH }, .rand = 4695032680736599758ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5124 = { .hd = { .id = 4868, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0x20, 0xee, 0x3f, 0x36, 0xb0, 0x60, 0x4f, 0x42, 0x64, 0x6a, 0x19, 0x8e, 0x54, 0x35, 0x9f, 0x3b, 0x88, 0x69, 0xb4, 0x1f, 0x22, 0x1b, 0xee, 0xce, 0x22, 0x6e, 0xc2, 0x31, 0x7e, 0xed, 0x81, 0x08, 0xf7, 0x65, 0xcb, 0x41, 0xae, 0xf4, 0x2d, 0x92, 0xfc, 0x39, 0x84, 0x94, 0x64, 0xbf, 0x69, 0x3b, 0xc5, 0xdf, 0x09, 0x84, 0x5d, 0x5c, 0xf4, 0xca, 0xc1, 0x04, 0x8a, 0x06, 0xc1, 0xac, 0xe2, 0xfa, 0x84, 0xcc, 0x43, 0x9f, 0x8d, 0x17, 0x9b, 0xb5, 0x21, 0x6c, 0x55, 0xc4, 0xf0, 0x36, 0x78, 0xda, 0x1f, 0x69, 0xf6, 0x8c, 0xa6, 0x89, 0x55, 0x70, 0xa6, 0x82, 0xcc, 0x4b, 0x1f, 0xf6, 0xad, 0x8b, 0x66, 0x82, 0x91, 0xb2, 0xd2, 0xcc, 0x63, 0xdb, 0x4c, 0xd1, 0x8f, 0x29, 0x99, 0x16, 0x0f, 0xe6, 0x79, 0x53, 0xe6, 0x29, 0xfb, 0x6f, 0xb6, 0xc3, 0xb5, 0x5d, 0x1a, 0xeb, 0xa3, 0x47, 0x2a, 0x75, 0x71, 0x09, 0xcc, 0xab, 0xbc, 0x53, 0xf1, 0x61, 0x61, 0x85, 0x0a, 0x40, 0x37, 0x36, 0x2e, 0xbc, 0x5e, 0xb0, 0xcb, 0x61, 0x42, 0x1d, 0x95, 0x78, 0xa0, 0x63, 0xd7, 0x40, 0xae, 0x7e, 0x05, 0xec, 0x25, 0x65, 0x77, 0xd8, 0x11, 0x23, 0xac, 0xd4, 0xd5, 0x68, 0x75, 0x57, 0x5e } } }; static const struct cckprng_op_generate op_init_5125 = { .hd = { .id = 4869, .kind = OP_GENERATE }, .rand_nbytes = 280, .out = { .rand = { 0x72, 0x4e, 0x08, 0x52, 0x3b, 0xdc, 0x8c, 0x3b, 0x77, 0x0f, 0xbe, 0xc0, 0x63, 0x07, 0x58, 0xff, 0x8f, 0xb4, 0xfa, 0x25, 0x60, 0x94, 0x72, 0x26, 0x64, 0xf8, 0x11, 0x5d, 0xb5, 0x39, 0x06, 0x2f, 0x2d, 0xad, 0x6e, 0x86, 0x6c, 0x7a, 0x42, 0xc2, 0x7a, 0x35, 0xc8, 0xc3, 0x16, 0xc6, 0x13, 0x43, 0x8c, 0x3d, 0xfb, 0x0e, 0x20, 0x9d, 0x5c, 0x9c, 0xb5, 0x0d, 0xb6, 0x80, 0x84, 0x9b, 0x89, 0xe4, 0xcd, 0x08, 0x4f, 0x82, 0x3f, 0xfe, 0xe8, 0x46, 0x8a, 0xd9, 0xfa, 0x0c, 0x97, 0xa4, 0xce, 0xf0, 0xb8, 0x96, 0x40, 0xd5, 0x6b, 0xb5, 0x62, 0x57, 0x36, 0xba, 0xd7, 0xb9, 0xf6, 0xee, 0x3b, 0x4b, 0xdb, 0x19, 0x75, 0x2a, 0x3e, 0xfb, 0x1e, 0xcb, 0x41, 0x21, 0x09, 0x71, 0x11, 0x9e, 0x24, 0x2d, 0xb2, 0xc6, 0x4b, 0x02, 0x6b, 0xd0, 0x89, 0x25, 0x18, 0x71, 0x33, 0xed, 0xb7, 0x93, 0xb1, 0x92, 0x39, 0xd4, 0xc1, 0xb1, 0xe4, 0xb4, 0x5f, 0xe9, 0xd1, 0xef, 0x0d, 0x1f, 0x31, 0x8b, 0x31, 0xc8, 0xe8, 0x72, 0xb5, 0xfe, 0x75, 0x1b, 0xa9, 0x24, 0x14, 0x12, 0x21, 0x0e, 0x0c, 0xbb, 0x21, 0xef, 0x07, 0x93, 0x06, 0xed, 0xc6, 0xc2, 0x72, 0x24, 0xa3, 0xb1, 0xfc, 0x2a, 0x2b, 0xe2, 0xa1, 0xa5, 0x2d, 0x00, 0x65, 0x35, 0x56, 0x4b, 0x7e, 0xf0, 0x12, 0x72, 0xfb, 0x33, 0xa1, 0xed, 0x4a, 0xaf, 0xf0, 0x02, 0xff, 0x17, 0x1d, 0x5a, 0x20, 0x34, 0xe0, 0x7a, 0xd1, 0x0f, 0xe1, 0x41, 0x80, 0x9c, 0xe1, 0xb9, 0xf7, 0x68, 0x07, 0x2b, 0xf5, 0xb8, 0xef, 0x02, 0x39, 0xe4, 0x5b, 0xa1, 0xea, 0x3f, 0x09, 0x49, 0x66, 0x43, 0xdd, 0x46, 0xc0, 0xee, 0x32, 0xbd, 0xdc, 0x0c, 0x53, 0x72, 0xbd, 0x30, 0x45, 0xe0, 0x26, 0x18, 0xbd, 0x1f, 0xe9, 0x03, 0xe8, 0x9a, 0x52, 0x17, 0x8f, 0x06, 0x81, 0xd5, 0x08, 0x27, 0x6c, 0xe9, 0x6e, 0x5d, 0x20, 0xe2, 0x0e, 0x08, 0xf5, 0x4a, 0x5d, 0xbb, 0x3a, 0x0e, 0xd2, 0x0f, 0x4a, 0xc8, 0x3c, 0x90, 0xb1, 0x5c } } }; static const struct cckprng_op_refresh op_refresh_5126 = { .hd = { .id = 4870, .kind = OP_REFRESH }, .rand = 11683532084782249956ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5127 = { .hd = { .id = 4871, .kind = OP_GENERATE }, .rand_nbytes = 274, .out = { .rand = { 0x2b, 0x59, 0xa9, 0x03, 0x21, 0xcd, 0x2b, 0x18, 0x77, 0xd6, 0x16, 0xc2, 0x22, 0x73, 0x1e, 0x98, 0x47, 0xd8, 0x18, 0xfc, 0x9f, 0x66, 0xfe, 0x30, 0x59, 0x98, 0x0d, 0x75, 0x39, 0x89, 0x79, 0xf8, 0x69, 0x47, 0xca, 0xff, 0x76, 0x6a, 0xf1, 0xc5, 0x61, 0x5b, 0xb3, 0x5f, 0xc0, 0xce, 0x8a, 0x4b, 0x7f, 0xfe, 0x1c, 0xe2, 0xad, 0xc1, 0x50, 0x73, 0xb2, 0x81, 0x50, 0xa0, 0xc5, 0x9e, 0x90, 0x8a, 0x61, 0xdb, 0x7e, 0x3d, 0x37, 0xcb, 0x93, 0x8b, 0x58, 0xff, 0xb2, 0xc1, 0x98, 0xaa, 0x88, 0x74, 0xdb, 0x2a, 0xca, 0x25, 0x39, 0x94, 0x38, 0xb0, 0x71, 0xa3, 0xc9, 0xb5, 0xee, 0x28, 0xd0, 0xd9, 0x3d, 0xe3, 0xc1, 0x08, 0xc5, 0x79, 0x82, 0x3a, 0xfa, 0x2f, 0x3f, 0xfd, 0xbd, 0xdb, 0xd4, 0xeb, 0x93, 0x03, 0x5e, 0xe5, 0x9d, 0xd6, 0x82, 0x5b, 0x23, 0x1a, 0x9e, 0x52, 0x9b, 0x07, 0x50, 0x9a, 0x18, 0x33, 0xa3, 0x29, 0xa4, 0xf1, 0x6d, 0xdd, 0x73, 0x64, 0xe2, 0x53, 0x86, 0xe7, 0xce, 0xa4, 0x18, 0x0b, 0x38, 0xfe, 0xbb, 0x09, 0xa2, 0x3a, 0xeb, 0xe5, 0xa4, 0x0c, 0x07, 0xaa, 0x6e, 0x44, 0xf1, 0x8e, 0xd5, 0x1e, 0x26, 0xad, 0xb9, 0xdf, 0xbd, 0x6f, 0xdc, 0x42, 0xf1, 0x59, 0x8a, 0x24, 0x80, 0xdc, 0xd5, 0xb3, 0xdc, 0x21, 0x4f, 0x8b, 0x61, 0x4f, 0xf6, 0x88, 0x1a, 0x42, 0x55, 0x3c, 0x4f, 0x10, 0xa3, 0xa5, 0xdb, 0x52, 0x9b, 0xf7, 0xc8, 0xab, 0xff, 0x67, 0x90, 0xf7, 0xdc, 0xc4, 0x5a, 0xc5, 0x79, 0x9a, 0xd6, 0x91, 0x4a, 0x62, 0x2d, 0x37, 0x18, 0x1d, 0x40, 0x78, 0x75, 0x68, 0xbb, 0xea, 0x01, 0x81, 0xad, 0xd0, 0xd9, 0x3b, 0xd3, 0x16, 0xee, 0x65, 0x41, 0x42, 0x53, 0xb8, 0xe9, 0x27, 0x27, 0x12, 0x36, 0x34, 0x43, 0xd2, 0x52, 0x05, 0x0d, 0x80, 0x64, 0x64, 0x8e, 0xe4, 0xfd, 0xec, 0x54, 0x11, 0x04, 0xec, 0x24, 0xdc, 0x40, 0x76, 0x61, 0xb3, 0x01, 0xf5, 0x6e, 0x31, 0x8b, 0x33 } } }; static const struct cckprng_op_reseed op_reseed_5128 = { .hd = { .id = 4872, .kind = OP_RESEED }, .nonce = 5259921331650058540ULL, .seed_nbytes = 190, .seed = { 0xad, 0xb2, 0xdf, 0x88, 0xde, 0xe4, 0xd7, 0xf8, 0xe6, 0x96, 0x11, 0x1c, 0x38, 0x3c, 0x0d, 0xad, 0x15, 0x41, 0x9e, 0xac, 0xd1, 0x94, 0xd8, 0x4c, 0x1b, 0x31, 0x4e, 0xc3, 0xb3, 0xaf, 0x51, 0x12, 0x79, 0x7e, 0xf7, 0x8e, 0xf1, 0x0c, 0x8b, 0x70, 0x37, 0x84, 0x53, 0xf2, 0x85, 0x3b, 0x89, 0x3a, 0x18, 0xa9, 0x49, 0xe8, 0xc7, 0x80, 0xd2, 0x79, 0xbd, 0x68, 0x59, 0x16, 0xa3, 0xf7, 0x4b, 0xa4, 0xbd, 0x51, 0x19, 0x91, 0xa6, 0x9f, 0x8b, 0xe3, 0xda, 0xc3, 0x5b, 0x8c, 0xfd, 0xf7, 0x29, 0x15, 0x14, 0x7d, 0x23, 0x3e, 0x77, 0xcd, 0x63, 0x43, 0xaa, 0xc7, 0x56, 0x11, 0x72, 0x3b, 0x13, 0xb6, 0xea, 0xbf, 0x8e, 0x73, 0x71, 0xfe, 0x48, 0x2c, 0x6e, 0x1a, 0xd5, 0xd7, 0x01, 0x0d, 0x03, 0x32, 0xf8, 0x77, 0x97, 0x07, 0xda, 0x1c, 0xca, 0x9b, 0xf5, 0x94, 0x7b, 0x07, 0x7b, 0xaf, 0xd1, 0x6a, 0x28, 0xa3, 0x3d, 0xd4, 0xff, 0x2d, 0xbb, 0x6e, 0x1c, 0xf4, 0x8b, 0x24, 0xf7, 0xc1, 0xf6, 0x0c, 0xbf, 0xde, 0x53, 0x4d, 0x83, 0xd1, 0xf3, 0x0a, 0x65, 0x05, 0xfe, 0x4e, 0x3e, 0x03, 0xab, 0xf6, 0xde, 0xf4, 0x47, 0x6b, 0xa9, 0x20, 0xce, 0x4f, 0xc5, 0x97, 0x7e, 0x3a, 0x6d, 0x33, 0x61, 0x88, 0x6e, 0x71, 0xd2, 0x0a, 0x87, 0xbb, 0x87, 0x93, 0x89, 0x0c, 0x97, 0x61, 0xa6, 0xcd } }; static const struct cckprng_op_generate op_init_5129 = { .hd = { .id = 4873, .kind = OP_GENERATE }, .rand_nbytes = 217, .out = { .rand = { 0xe5, 0x4d, 0x91, 0x6d, 0xef, 0x3b, 0xd2, 0x5f, 0xb4, 0x45, 0x11, 0x33, 0xbe, 0xad, 0xcc, 0x85, 0xea, 0x82, 0xf7, 0x59, 0x59, 0x65, 0xa1, 0xbf, 0x93, 0x98, 0x02, 0xd5, 0x36, 0x44, 0x57, 0x00, 0xe6, 0xfe, 0xcb, 0xb7, 0x2e, 0x2c, 0x88, 0x3a, 0x24, 0x40, 0x48, 0x6f, 0x66, 0x80, 0xf9, 0x58, 0xc9, 0x65, 0x81, 0xb8, 0x50, 0x1f, 0x64, 0x4a, 0xf4, 0xf5, 0x47, 0x9e, 0xd9, 0xba, 0xd4, 0x18, 0x15, 0x63, 0x8c, 0x0e, 0x82, 0x2f, 0x2a, 0x35, 0xe6, 0x1b, 0x82, 0x79, 0xec, 0x9e, 0x2e, 0xec, 0xdb, 0x2e, 0x5b, 0xdd, 0x98, 0xe4, 0x54, 0x2d, 0xa0, 0x67, 0x1a, 0x24, 0x1b, 0x2b, 0x28, 0x0b, 0xf5, 0x14, 0xfe, 0xe7, 0x46, 0xaa, 0x7c, 0x8c, 0x11, 0x7b, 0xeb, 0x34, 0x81, 0x8a, 0x36, 0x17, 0x1c, 0xd6, 0x85, 0x33, 0xc8, 0xa0, 0x8b, 0x17, 0x9d, 0x2f, 0x31, 0x03, 0xeb, 0x62, 0x56, 0xc3, 0x20, 0x7f, 0x30, 0x8d, 0x63, 0x6e, 0xf3, 0x54, 0x21, 0x28, 0x1f, 0x01, 0xae, 0xa4, 0x60, 0xfa, 0xda, 0x32, 0x75, 0x30, 0x55, 0x18, 0x75, 0xd1, 0x7c, 0xbe, 0xef, 0x45, 0x7c, 0xa5, 0x2d, 0xf7, 0x84, 0xf5, 0xe2, 0x11, 0xb1, 0x27, 0x80, 0x0e, 0x01, 0x5b, 0x81, 0xec, 0x6b, 0x7b, 0x20, 0xd1, 0x77, 0xdc, 0xa7, 0x31, 0xd1, 0x69, 0x80, 0x99, 0x0e, 0xcc, 0xc1, 0xff, 0x90, 0x51, 0x03, 0x7a, 0x4d, 0xbd, 0xcd, 0x8f, 0x48, 0x81, 0xe8, 0x95, 0x3f, 0xd7, 0xab, 0xbe, 0x61, 0x7d, 0x93, 0xcb, 0xec, 0x20, 0x05, 0xed, 0x57, 0x85, 0x9d, 0xad, 0xd0 } } }; static const struct cckprng_op_refresh op_refresh_5130 = { .hd = { .id = 4874, .kind = OP_REFRESH }, .rand = 10835478903265520473ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5131 = { .hd = { .id = 4875, .kind = OP_RESEED }, .nonce = 8425825036109360502ULL, .seed_nbytes = 19, .seed = { 0x32, 0xe1, 0x1b, 0x0b, 0x04, 0x3a, 0x80, 0x57, 0xcc, 0x58, 0xc0, 0x02, 0xba, 0x17, 0xa1, 0x4c, 0x94, 0x6d, 0x64 } }; static const struct cckprng_op_refresh op_refresh_5132 = { .hd = { .id = 4876, .kind = OP_REFRESH }, .rand = 10909201833227069983ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5133 = { .hd = { .id = 4877, .kind = OP_GENERATE }, .rand_nbytes = 84, .out = { .rand = { 0x6f, 0xad, 0x61, 0xea, 0x76, 0xf9, 0xe8, 0xc8, 0xde, 0xed, 0x24, 0x44, 0xda, 0xf8, 0x3f, 0xb6, 0x1a, 0xae, 0xa2, 0x5e, 0x76, 0x6a, 0xa3, 0x36, 0xb4, 0xe9, 0x83, 0xb1, 0xc0, 0x89, 0x34, 0x9b, 0xfd, 0x37, 0x93, 0x63, 0x5f, 0xcb, 0x8b, 0x4a, 0xe6, 0xc1, 0x0e, 0x46, 0xb2, 0x45, 0x7f, 0xcb, 0x7e, 0x4e, 0x34, 0xf4, 0xc6, 0xbb, 0x46, 0x0b, 0xa5, 0x7c, 0x5f, 0x99, 0x50, 0x92, 0x9e, 0xe6, 0x59, 0x78, 0x87, 0x95, 0xa9, 0x44, 0x60, 0xbe, 0xf0, 0x12, 0x14, 0x5a, 0x1c, 0xc7, 0xa0, 0xbf, 0xf6, 0x29, 0x4f, 0x9d } } }; static const struct cckprng_op_reseed op_reseed_5134 = { .hd = { .id = 4878, .kind = OP_RESEED }, .nonce = 12538989460932086530ULL, .seed_nbytes = 101, .seed = { 0x33, 0xf1, 0x79, 0x81, 0xaf, 0xaa, 0xe5, 0x89, 0xa1, 0x84, 0x42, 0x0b, 0xc1, 0x50, 0x02, 0xec, 0xfb, 0x69, 0x3d, 0xd7, 0x15, 0xf7, 0xa9, 0xaa, 0x4f, 0xe8, 0x5b, 0x45, 0xd4, 0xb9, 0x0b, 0xbc, 0x82, 0x7b, 0xd2, 0x75, 0x3b, 0xbd, 0x5d, 0xfe, 0xb8, 0x9f, 0xbe, 0xc5, 0x84, 0xc6, 0xb4, 0x30, 0x3e, 0x61, 0x1b, 0xc8, 0xc1, 0xe7, 0x6f, 0xeb, 0x37, 0xbb, 0x61, 0xce, 0x18, 0x3d, 0x74, 0x28, 0xdf, 0xfd, 0x01, 0xcb, 0xf9, 0x6b, 0x7a, 0xbd, 0x20, 0x6a, 0x12, 0x22, 0x1a, 0x64, 0xc0, 0x4e, 0x6f, 0x71, 0x56, 0x13, 0x5c, 0xbf, 0x2f, 0xed, 0xb8, 0x8e, 0x45, 0xed, 0x8d, 0xc0, 0x02, 0x44, 0xaf, 0xb4, 0xb4, 0x5e, 0x02 } }; static const struct cckprng_op_generate op_init_5135 = { .hd = { .id = 4879, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0x11, 0x01, 0x7d, 0x29, 0xc3, 0x30, 0x67, 0xd8, 0x72, 0x2a, 0xe4, 0x9a, 0xcd, 0x1e, 0xfe, 0xd0, 0xc0, 0x10, 0xaf, 0xa6, 0xac, 0x70, 0xa4, 0x57, 0xe6, 0xa3, 0x8e, 0x6b, 0x32, 0x83, 0xd4, 0x4f, 0xd4, 0x3b, 0x69, 0xf1, 0x26, 0x39, 0xda, 0xfe, 0xa8, 0x2c, 0x6e, 0xfd, 0xf8, 0xad, 0x07, 0x81, 0x20, 0x95, 0x21, 0x7c, 0xf1, 0xe7, 0x05, 0x26, 0xf2, 0xc4, 0xae, 0xaa, 0xa1, 0x0e, 0xb3, 0x3c, 0xa4, 0xa4, 0xd6, 0x2c, 0xd9, 0xf7, 0xaf, 0xa9, 0x1d, 0x5f, 0xc7, 0x5c, 0x5c, 0x1f, 0x4c, 0x2f, 0x92, 0x84, 0xd1, 0xa6, 0x54, 0x7b, 0x31, 0x5a, 0x5c, 0xee, 0x34, 0x38, 0xbc, 0x00, 0xf6, 0x4e, 0xb8, 0x62, 0x96, 0x5c, 0xdf, 0x42, 0x14, 0xf3, 0x12, 0xe0, 0x95, 0x97, 0x4c, 0xe9, 0x23, 0x4c, 0x77, 0xb5, 0x0e, 0x6b, 0x2c, 0xc8, 0x3a, 0x23, 0x3b, 0x9e, 0x0c, 0x1f, 0xd3, 0x50, 0x1d, 0x6f, 0xfb, 0x19, 0x30, 0xcc, 0x30, 0x20, 0xfc, 0xad, 0x89, 0x50, 0x1e, 0x44, 0xeb, 0xf5, 0x98, 0xa7, 0xbe, 0x9a, 0xee, 0x13, 0xaa, 0xc9, 0x63, 0x76, 0x9c, 0x40, 0xac, 0xd3, 0xe3, 0x9d, 0xb9, 0x1a, 0x4f, 0x5d, 0x14, 0xfc, 0x99, 0xe5, 0x24, 0xcb, 0x80, 0x95, 0xbb, 0x2f, 0x7f, 0xd6, 0x92, 0x79, 0xae, 0x38, 0xc1, 0xbb, 0xc7, 0xcc, 0xdd, 0xf0, 0x88, 0x82, 0xd0, 0x7a, 0x67, 0xfc, 0x68, 0x26, 0xef } } }; static const struct cckprng_op_refresh op_refresh_5136 = { .hd = { .id = 4880, .kind = OP_REFRESH }, .rand = 16423722369927365982ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5137 = { .hd = { .id = 4881, .kind = OP_REFRESH }, .rand = 10786895019090445048ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_5138 = { .hd = { .id = 4882, .kind = OP_RESEED }, .nonce = 3242889415142170010ULL, .seed_nbytes = 75, .seed = { 0xac, 0x7c, 0xb5, 0x18, 0xae, 0x10, 0x95, 0xd2, 0xa8, 0xaf, 0xda, 0x1e, 0xe9, 0x2a, 0x76, 0x00, 0xc6, 0x97, 0x3b, 0x2c, 0x0a, 0x46, 0x88, 0x93, 0x32, 0xbd, 0x89, 0x53, 0xf6, 0xb0, 0x40, 0x2f, 0x56, 0x25, 0x3b, 0x9d, 0x8e, 0xbb, 0xc5, 0x0f, 0xd9, 0xd9, 0x95, 0x64, 0xf8, 0xcc, 0x42, 0x0c, 0x73, 0xa9, 0x43, 0x0d, 0x03, 0xaf, 0xc7, 0xba, 0x2f, 0x6d, 0x1a, 0xb2, 0x50, 0x39, 0x37, 0x10, 0x50, 0xf7, 0x83, 0xed, 0x3d, 0x7f, 0x87, 0xf1, 0xa8, 0xf2, 0xa8 } }; static const struct cckprng_op_reseed op_reseed_5139 = { .hd = { .id = 4883, .kind = OP_RESEED }, .nonce = 16730659430858891029ULL, .seed_nbytes = 187, .seed = { 0x0f, 0xd4, 0x13, 0x35, 0x51, 0x2a, 0xb7, 0x02, 0x8a, 0x2a, 0xb4, 0xdc, 0x96, 0x9d, 0x03, 0x86, 0x34, 0xae, 0x21, 0x7e, 0x4c, 0x1a, 0xcc, 0xff, 0x37, 0x4a, 0x1d, 0x19, 0x57, 0x69, 0xef, 0xe5, 0x88, 0x04, 0x01, 0xfe, 0xea, 0x19, 0x90, 0x1b, 0xc3, 0x0e, 0xc0, 0xa1, 0xf3, 0xb9, 0x97, 0x59, 0x2a, 0x1f, 0x52, 0x13, 0xde, 0x68, 0x3d, 0x39, 0x60, 0x88, 0x18, 0xd0, 0x74, 0xa1, 0x08, 0x73, 0x60, 0x26, 0x29, 0xa3, 0x13, 0xc2, 0xb8, 0x9d, 0x7f, 0xc9, 0x43, 0x0f, 0x2f, 0x43, 0xe0, 0x9a, 0x5f, 0x46, 0x01, 0x70, 0x4b, 0x93, 0x60, 0xfd, 0xb3, 0x90, 0x54, 0xe1, 0xc9, 0x37, 0x0d, 0x55, 0x57, 0x6c, 0x5a, 0x47, 0x08, 0x79, 0x53, 0xa6, 0x48, 0x45, 0x23, 0xa6, 0x8c, 0x54, 0xe9, 0x32, 0xcb, 0x86, 0x12, 0xbb, 0x1b, 0x5d, 0xc8, 0xad, 0xe6, 0x9e, 0x41, 0xc5, 0x58, 0x87, 0x68, 0xb3, 0x19, 0x5b, 0x2f, 0xae, 0x48, 0x7f, 0x30, 0xd3, 0xfb, 0x9f, 0xfc, 0x9a, 0x40, 0xb8, 0x50, 0x2b, 0xf9, 0x1d, 0xf8, 0xea, 0x52, 0x22, 0x93, 0x82, 0x31, 0xb0, 0x26, 0x55, 0x8e, 0x08, 0xff, 0x87, 0x11, 0xd9, 0x02, 0xe1, 0xf4, 0x2c, 0x3d, 0x20, 0x71, 0x97, 0x5a, 0xc0, 0xdd, 0x73, 0xe7, 0x94, 0x39, 0xe0, 0x2a, 0xe6, 0xd8, 0x82, 0xb4, 0x98, 0x02, 0x55, 0x20 } }; static const struct cckprng_op_reseed op_reseed_5140 = { .hd = { .id = 4884, .kind = OP_RESEED }, .nonce = 4014119928356654447ULL, .seed_nbytes = 282, .seed = { 0xba, 0x2c, 0xa5, 0xea, 0xf6, 0x92, 0x0b, 0xf2, 0x86, 0x25, 0x0a, 0x19, 0x29, 0x4e, 0x55, 0xfd, 0xb9, 0x1b, 0x88, 0x85, 0x92, 0xcc, 0x35, 0x82, 0x4b, 0x4f, 0x76, 0xcd, 0xa7, 0x9b, 0x77, 0x5c, 0x97, 0x1d, 0x4b, 0x49, 0xf3, 0x23, 0x00, 0xd0, 0xad, 0xb3, 0x82, 0x2a, 0x31, 0x25, 0xae, 0xcc, 0x18, 0x1d, 0x7e, 0x57, 0x7f, 0xa3, 0xaa, 0x00, 0xa1, 0x75, 0xd1, 0xa5, 0x51, 0x9a, 0x82, 0x24, 0xb0, 0x4c, 0x72, 0xba, 0x88, 0x41, 0x6c, 0x4c, 0xa5, 0x92, 0x09, 0x69, 0xf6, 0xad, 0xe1, 0x75, 0x85, 0xad, 0x00, 0x13, 0xfc, 0xcb, 0x4d, 0x02, 0xfb, 0x89, 0x7f, 0x5b, 0x77, 0x52, 0x51, 0xe1, 0x44, 0x4a, 0xdc, 0x80, 0x88, 0xf8, 0x70, 0x95, 0x13, 0x3a, 0x28, 0x0a, 0x6f, 0xfa, 0x27, 0x22, 0xe5, 0x8f, 0x97, 0x4c, 0x45, 0x7b, 0x46, 0x62, 0x52, 0x6e, 0x0e, 0xac, 0xe2, 0xf6, 0xe3, 0xe4, 0x40, 0x1d, 0xd4, 0x23, 0x5c, 0x33, 0x62, 0x86, 0x93, 0x30, 0xbc, 0xb9, 0x8b, 0x3a, 0xff, 0x4f, 0xe0, 0x99, 0x53, 0x37, 0x58, 0x6f, 0x83, 0x8f, 0x48, 0xdf, 0x81, 0xb3, 0x21, 0x89, 0x5b, 0x38, 0xfa, 0xac, 0xe0, 0x94, 0x13, 0x42, 0xea, 0x46, 0x1b, 0xaa, 0xd8, 0xed, 0x70, 0x78, 0xa5, 0xa8, 0x6d, 0x01, 0x5d, 0x3b, 0x5b, 0x12, 0xca, 0x7a, 0x94, 0x6f, 0x7a, 0xe8, 0xaf, 0x3c, 0x7d, 0x07, 0x4e, 0xfc, 0x26, 0x94, 0x01, 0x0c, 0x82, 0x37, 0x07, 0x22, 0xfb, 0x36, 0x03, 0xaf, 0x15, 0xa6, 0xb8, 0x60, 0xd5, 0x42, 0x58, 0x42, 0x37, 0x69, 0xe6, 0xb8, 0x04, 0x1e, 0x4f, 0x4c, 0x3c, 0xba, 0xcd, 0x1d, 0x92, 0x17, 0x2d, 0x04, 0xa7, 0x86, 0x88, 0x79, 0x05, 0xdd, 0xb1, 0x06, 0x1d, 0x80, 0x16, 0xa2, 0x6a, 0x6c, 0x3e, 0x99, 0xea, 0x5d, 0x4a, 0xa0, 0xa2, 0x44, 0x70, 0x24, 0xc6, 0x88, 0x52, 0x00, 0x74, 0xe8, 0x13, 0x73, 0xe8, 0x54, 0xbd, 0xa6, 0xa2, 0x54, 0xe1, 0xb3, 0x58, 0xc3, 0x4e, 0x9f, 0xc6, 0xff, 0xee, 0x71, 0x2a, 0xde, 0xd2, 0xfd } }; static const struct cckprng_op_refresh op_refresh_5141 = { .hd = { .id = 4885, .kind = OP_REFRESH }, .rand = 7520420257713286914ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5142 = { .hd = { .id = 4886, .kind = OP_GENERATE }, .rand_nbytes = 58, .out = { .rand = { 0x04, 0x78, 0xad, 0x30, 0x33, 0xbe, 0xd9, 0xb4, 0xc2, 0x1e, 0xb2, 0x7e, 0x69, 0x50, 0xb0, 0x6c, 0x25, 0x6d, 0x31, 0xf2, 0x30, 0x94, 0xc4, 0x10, 0x65, 0x71, 0xa1, 0x62, 0xf3, 0x8f, 0x99, 0xab, 0x15, 0xce, 0x56, 0xd0, 0xb1, 0x13, 0x8d, 0xf1, 0x7e, 0xb3, 0x41, 0x7c, 0x41, 0x52, 0x82, 0x7d, 0x6e, 0x1e, 0x4b, 0x69, 0x98, 0x06, 0xb3, 0x44, 0x5d, 0x90 } } }; static const struct cckprng_op_generate op_init_5143 = { .hd = { .id = 4887, .kind = OP_GENERATE }, .rand_nbytes = 52, .out = { .rand = { 0xdc, 0x97, 0xd3, 0xd6, 0xae, 0x5f, 0xd7, 0xbc, 0x9e, 0x41, 0x41, 0x1c, 0xdf, 0x31, 0x9c, 0x07, 0xf5, 0x32, 0x7c, 0xbd, 0x1c, 0x6f, 0x80, 0xa8, 0xa2, 0xf7, 0x4b, 0x66, 0xf8, 0xdb, 0xb2, 0xd7, 0x4f, 0xc8, 0x10, 0x47, 0x78, 0x84, 0x65, 0x70, 0xdd, 0xe0, 0xcd, 0x68, 0xee, 0xcb, 0xc4, 0x9e, 0xf5, 0x7b, 0x15, 0x2d } } }; static const struct cckprng_op_reseed op_reseed_5144 = { .hd = { .id = 4888, .kind = OP_RESEED }, .nonce = 9303569377110255432ULL, .seed_nbytes = 227, .seed = { 0x1b, 0x62, 0x02, 0x44, 0x48, 0xdc, 0x99, 0xcf, 0x1b, 0xc5, 0x4f, 0x73, 0xc1, 0x52, 0xf2, 0xe1, 0xd2, 0xc9, 0x28, 0xd7, 0x87, 0x41, 0xbd, 0xd3, 0x36, 0x57, 0x3c, 0x3a, 0xa0, 0xbc, 0x3a, 0x59, 0x5c, 0xd9, 0x51, 0xf8, 0x1e, 0xfc, 0xbd, 0xce, 0x08, 0xa0, 0xc6, 0x26, 0xe9, 0xa2, 0xc1, 0x0c, 0x65, 0x82, 0xaf, 0xe3, 0x9e, 0x6a, 0xa2, 0xee, 0x2b, 0x29, 0x05, 0xb4, 0x1b, 0x0a, 0x1f, 0x9d, 0x0f, 0x52, 0x2e, 0x8d, 0x69, 0x75, 0x38, 0x7b, 0xb3, 0xea, 0x35, 0x02, 0x87, 0x38, 0xe3, 0x37, 0x78, 0x78, 0xc4, 0xc0, 0x66, 0x56, 0xbd, 0x54, 0x3d, 0x2e, 0x32, 0xc3, 0x94, 0x23, 0x6f, 0xfc, 0x37, 0x7c, 0xe9, 0x48, 0x44, 0x69, 0xb4, 0xd9, 0xe2, 0xaa, 0x81, 0x2c, 0xfc, 0xe8, 0x75, 0x07, 0x09, 0x8c, 0x8b, 0xe9, 0x35, 0x71, 0x89, 0x3a, 0xb8, 0x57, 0x53, 0x08, 0x03, 0xf3, 0x9f, 0x18, 0x32, 0x5f, 0x95, 0xee, 0x99, 0xbb, 0x35, 0xb0, 0xda, 0x9d, 0x1b, 0x22, 0xd3, 0xcc, 0xc2, 0x18, 0xfe, 0xc9, 0x17, 0x24, 0x3a, 0xdd, 0x86, 0xb0, 0x7d, 0xc4, 0xa8, 0x53, 0x25, 0x71, 0x69, 0x2c, 0xf4, 0x8d, 0x9e, 0x67, 0x7f, 0xd6, 0x15, 0x97, 0x3c, 0x7f, 0x7a, 0x11, 0x2e, 0xbf, 0xf6, 0x6b, 0x6f, 0x63, 0x3e, 0xef, 0x1a, 0x05, 0xec, 0xd9, 0x4e, 0x75, 0xe6, 0x97, 0x75, 0x0f, 0x74, 0x3a, 0xc5, 0x41, 0x68, 0x92, 0xd4, 0xec, 0xc2, 0x3d, 0x3d, 0xc1, 0xae, 0x7a, 0x89, 0x46, 0x08, 0xb1, 0x04, 0x70, 0x89, 0x0e, 0xf4, 0x56, 0x17, 0x41, 0x6c, 0xa8, 0xba, 0x01, 0xca, 0x2d, 0xee, 0xed, 0x27, 0x1d, 0x2a } }; static const struct cckprng_op_generate op_init_5145 = { .hd = { .id = 4889, .kind = OP_GENERATE }, .rand_nbytes = 61, .out = { .rand = { 0x0a, 0xd3, 0x50, 0x03, 0x06, 0x13, 0xb0, 0xea, 0x22, 0x58, 0xa9, 0xb1, 0x69, 0x5c, 0x17, 0xb8, 0xfb, 0xf1, 0x7a, 0x54, 0x00, 0x26, 0x24, 0x61, 0xbd, 0xa3, 0x54, 0xe6, 0xc8, 0xec, 0x68, 0xfe, 0x30, 0x03, 0xad, 0x65, 0x04, 0xe2, 0xac, 0x47, 0x9e, 0x6c, 0xfe, 0xd0, 0x4f, 0xca, 0xea, 0xb9, 0x50, 0x2c, 0x4f, 0x02, 0x21, 0x8b, 0xb9, 0x20, 0x3b, 0x07, 0xf0, 0xc9, 0x9b } } }; static const struct cckprng_op_generate op_init_5146 = { .hd = { .id = 4890, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0x81, 0xc8, 0x73, 0x39, 0xd4, 0x82, 0x20, 0xa3, 0xca, 0xb3, 0x7d, 0xbf, 0xa0, 0xd6, 0x29, 0x11, 0x6e, 0x81, 0x16, 0x13, 0x94, 0x4f, 0x7c, 0xef, 0x6b, 0x9d, 0xe9, 0x25, 0x10, 0xee, 0x48, 0x8f, 0xab, 0x3a, 0xac, 0x68, 0xe2, 0x03, 0x4c, 0xa3, 0x33, 0xb8, 0xf6, 0xe2, 0x48, 0x8c, 0xba, 0xcc, 0x14, 0xfc, 0xd7, 0x56, 0x02, 0xe4, 0x25, 0xeb, 0x59, 0xbb, 0xe2, 0xd2, 0x57, 0x8a, 0x9d, 0xe6, 0x3f, 0xda, 0x9b, 0xd3, 0x2a, 0xfd, 0xfb, 0x27, 0x0a, 0xa1, 0xd6, 0x80, 0x17, 0x06, 0xa2, 0xf2, 0x71, 0x41, 0xad, 0x4a, 0x8e, 0x1d, 0xd7, 0x72, 0x86, 0x16, 0x10, 0xae, 0x35, 0x90, 0xb8, 0xd4, 0x13, 0xec, 0x9d, 0x05, 0x02, 0x0c, 0xf2, 0xd9, 0xd7, 0x91, 0x6f, 0x41, 0xa4, 0xe5, 0xbc, 0xac, 0xf6, 0xe4, 0x41, 0x26, 0xbe, 0x56, 0x6b, 0x0c, 0x17, 0x4b, 0x56, 0x6e, 0x19, 0xdb, 0x97, 0x1b, 0x98, 0x96, 0xf5, 0x98, 0xce, 0x18, 0x19, 0x77, 0x79, 0xab, 0x4f, 0x28, 0x04, 0x51, 0x28, 0xe8, 0x6c, 0xeb, 0xc1, 0xbb, 0xca, 0x72, 0xa4, 0x40, 0x98, 0xe9, 0x49, 0x13, 0xc8, 0x9e, 0x2f, 0xea, 0xb1, 0xba, 0xb4, 0x63, 0xb5, 0xec, 0xd6, 0x5b, 0x9a, 0x45, 0x5e, 0x79, 0x3f, 0x4a, 0x79, 0x41, 0x68, 0x7d, 0x8f, 0x02, 0xf4, 0x25, 0x78, 0x71, 0x33, 0x44, 0x0f, 0x03, 0x42, 0xad, 0x22, 0x44, 0x90, 0x63, 0x6a, 0x9e, 0x52, 0xcc, 0x95, 0xc2, 0x1b, 0xf5, 0xfe, 0x23, 0x66, 0x49, 0xef, 0x0e, 0x6f, 0xc0, 0xfe, 0x22, 0x54, 0x51, 0x63, 0xec, 0x59, 0xaa, 0xd9, 0xb2, 0xe3, 0xa3, 0xb4, 0x9c } } }; static const struct cckprng_op_refresh op_refresh_5147 = { .hd = { .id = 4891, .kind = OP_REFRESH }, .rand = 3998402609388407420ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5148 = { .hd = { .id = 4892, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0x83, 0x4d, 0xb9, 0xbe, 0x7f, 0x85, 0x4b, 0x8b, 0x2f, 0x57, 0xf6, 0xda, 0x56, 0xe8, 0xe2, 0x83, 0x44, 0xee, 0x80, 0x14, 0x02, 0xbd, 0x3c, 0xa0, 0x0b, 0x91, 0xd4, 0x1d, 0x3b, 0xb8, 0xc7, 0xa8, 0x5e, 0x58, 0x36, 0xbc, 0x1d, 0x85, 0x27, 0x81, 0xdf, 0x45, 0xcc, 0xde, 0xfe, 0x38, 0x6b, 0xb9, 0xe4, 0xb2, 0xa3, 0xa0, 0x47, 0xfd, 0x12, 0xe6, 0x13, 0xe1, 0x98, 0x0b, 0x14, 0x21, 0xbe, 0x1f, 0x45, 0xe4, 0x73, 0x9b, 0x55, 0xb6, 0xf3, 0x58, 0x8c, 0x82, 0xc8, 0x4a, 0x2c, 0xfd, 0x09, 0x6a, 0x25, 0x7c, 0x68, 0x88, 0x23, 0xc8, 0xc0, 0x1c, 0x3f, 0xfb, 0xda, 0xd9, 0x48, 0x67, 0x59, 0x52, 0x0e, 0x06, 0x9e, 0xeb, 0x5f, 0x32, 0xb9, 0x15, 0x35, 0xa0, 0x98, 0xfd, 0x05, 0x9d, 0x36, 0x7d, 0xdc, 0x63, 0x5b, 0x7c, 0x9d, 0x7f, 0x1e, 0x49, 0x7f, 0x35, 0x7d, 0xd6, 0xce, 0xb4, 0x57, 0xf0, 0x9f, 0x5e, 0xf6, 0xbc, 0xd6, 0xa9, 0x2c, 0x66, 0x61, 0xa8, 0x83, 0xd4, 0x97, 0xb6, 0x3d, 0x38, 0xff, 0xed, 0x49, 0x57, 0x89, 0x6a, 0x44, 0x80, 0x7b, 0xea } } }; static const struct cckprng_op_reseed op_reseed_5149 = { .hd = { .id = 4893, .kind = OP_RESEED }, .nonce = 17152217694655704657ULL, .seed_nbytes = 36, .seed = { 0xa2, 0xe2, 0x0e, 0xe3, 0x13, 0xae, 0x8d, 0x57, 0x6f, 0x8d, 0x2b, 0xa4, 0x00, 0x67, 0x2e, 0x65, 0x36, 0x7d, 0x48, 0xc5, 0x10, 0xe1, 0x41, 0xaf, 0xc9, 0xa3, 0xab, 0x05, 0x64, 0x90, 0x82, 0xe7, 0xc3, 0x1d, 0xbf, 0x8b } }; static const struct cckprng_op_refresh op_refresh_5150 = { .hd = { .id = 4894, .kind = OP_REFRESH }, .rand = 16288674038880538082ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5151 = { .hd = { .id = 4895, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0x77, 0x8a, 0xf7, 0x47, 0x56, 0x3e, 0x96, 0x47, 0x16, 0x75, 0x9d, 0x73, 0xa3, 0xf3, 0x5c, 0xee, 0xac, 0xe6, 0x5f, 0x60, 0xe2, 0x3e, 0xc4, 0xe3, 0xb2, 0x11, 0x16, 0x1f, 0x85, 0xf5, 0x78, 0x73, 0x69, 0x1c, 0xf2, 0x87, 0x4c, 0x22, 0xaa, 0x14, 0x53, 0x27, 0xea, 0x32, 0x03, 0x14, 0xcd, 0x1e, 0xea, 0x82, 0xaf, 0xa2, 0x5b, 0x1b, 0x0c, 0x10, 0x28, 0xdd, 0x20, 0x51, 0x27, 0xa0, 0x14, 0xbc, 0xa7, 0xd8, 0x01, 0xaf, 0x38, 0x68, 0x9f, 0xca, 0x3a, 0x0a, 0xd7, 0x91, 0x11, 0xc7, 0xc0, 0x15, 0x7e, 0x8f, 0x2c, 0xb1, 0xde, 0xee, 0x6e, 0xcd, 0x7e, 0x45, 0x0e, 0x9d, 0xe4, 0xcd, 0x5e, 0x74, 0x59, 0xcf, 0x06, 0x39, 0x04, 0xea, 0x22, 0x70, 0xfb, 0x50, 0x67, 0x1e, 0x42, 0x14, 0xe0, 0x4f, 0x20, 0xea, 0x93, 0x13, 0x17, 0x61, 0xb8, 0x8e, 0x69, 0x29, 0x5a, 0x40, 0x57, 0xf8, 0x48, 0x37, 0x21, 0x54, 0x81, 0x78, 0x7d, 0x56, 0x57, 0x9e, 0x2f, 0x2f, 0x03, 0xcc, 0xa6, 0x63, 0x9b, 0x0f, 0xd7, 0x11, 0xef, 0x0f, 0x5e, 0xf5, 0xc4, 0x0a, 0xe9, 0xc1, 0x01, 0x48, 0x22, 0xdf, 0xcf, 0x7b, 0x8a, 0x98, 0x4f, 0x49, 0xe7, 0x91, 0xf7, 0x06, 0x17, 0xba, 0x5c, 0x6c, 0xef, 0x7b, 0x8f, 0x97, 0x7f, 0x56, 0x64, 0xb9, 0x60, 0x8e, 0x9f, 0x14, 0x4e, 0xfb, 0x4b, 0x91, 0xb7, 0xe5, 0x4d, 0xa4, 0x40, 0x2a, 0x78, 0x45, 0xbc, 0xc1, 0xa9, 0xf3, 0x58, 0xf0, 0x1f, 0x74, 0xe7, 0xb2, 0x7b, 0x64, 0x7e, 0x87, 0x19, 0x8f, 0xbd, 0xab, 0x82, 0xc8, 0x15, 0xdf, 0x7b, 0xea, 0xfe, 0xae, 0x72, 0xdd, 0x03, 0xac, 0x31, 0x58, 0xc2, 0x66, 0x65, 0x63, 0xd1, 0x41, 0xc9, 0xb4, 0xb2, 0x75, 0x35, 0x31, 0xa2, 0xff, 0xb5, 0x49, 0xa4, 0xc5, 0xfc, 0xd3, 0x96, 0xb1, 0xbd, 0xe3, 0x8c, 0xa6, 0x4a, 0x14, 0x1e, 0x93, 0xb8, 0xd5, 0x62, 0x8c, 0x53, 0x70, 0x33, 0x4e } } }; static const struct cckprng_op_generate op_init_5152 = { .hd = { .id = 4896, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0x54, 0x52, 0x65, 0x4e, 0x76, 0x05, 0x41, 0x5e, 0x6f, 0x14, 0x49, 0xb4, 0xb7, 0x7c, 0x78, 0x65, 0xf6, 0x69, 0x55, 0x5e, 0x10, 0x46, 0x64, 0x0e, 0x8d, 0x05, 0xdd, 0x20, 0xbc, 0xa2, 0x3d, 0xff, 0xd5, 0x2d, 0x72, 0xec, 0x87, 0xd2, 0x4d, 0x71, 0x70, 0xac, 0xbf, 0xeb, 0x27, 0x7c, 0xfa, 0xee, 0x38, 0x4b, 0x93, 0x39, 0x0d, 0xb4, 0x33, 0x9a, 0x86, 0x20, 0x2a, 0xed, 0xb8, 0x04, 0x7f, 0x99, 0x5f, 0x59, 0x99, 0x4f, 0x1d, 0xa3, 0x15, 0xd0, 0x91, 0x5f, 0x4e, 0x68, 0x35, 0x80, 0x14, 0x11, 0x55, 0x8c, 0x71, 0x2b, 0xce, 0xe5, 0x87, 0xb9, 0x67, 0xf2, 0xd0, 0x91, 0x36, 0x95, 0x8f, 0x56, 0x44, 0x57, 0xe0, 0x9c, 0x78, 0xf7, 0x73, 0xba, 0x3f, 0xd0, 0xef, 0x84, 0xd0, 0x08, 0x85, 0x3b, 0xe1, 0xc5, 0xea, 0x64, 0x24, 0x63, 0x96, 0x86, 0xd4, 0xbf, 0x96, 0x42, 0x7f, 0x2e, 0xf8, 0x8c, 0x53, 0xc6, 0xde, 0x6d, 0x2c, 0x6b, 0xb6, 0xec, 0x86, 0xa1, 0x05, 0xeb, 0xe5, 0xd8, 0xf5, 0xf4, 0x3f, 0x94, 0x6d, 0x54, 0x79, 0x97, 0x64, 0xef, 0x63, 0xaa, 0x47, 0xc7, 0xbf, 0xca, 0x2e } } }; static const struct cckprng_op_reseed op_reseed_5153 = { .hd = { .id = 4897, .kind = OP_RESEED }, .nonce = 12886878039665035027ULL, .seed_nbytes = 145, .seed = { 0xd9, 0x79, 0x70, 0x27, 0x3b, 0x7f, 0xc5, 0x99, 0xd7, 0x79, 0xd2, 0x02, 0x56, 0xbb, 0xac, 0x8e, 0x9e, 0xa8, 0xa0, 0x32, 0x57, 0xdb, 0x76, 0x70, 0x6d, 0xf4, 0x00, 0xa9, 0x02, 0x88, 0xe7, 0x93, 0x09, 0xa3, 0xc9, 0x59, 0x02, 0x4d, 0x9a, 0xd1, 0xdc, 0xee, 0x27, 0x69, 0xfc, 0x0c, 0x27, 0x45, 0x7f, 0xcb, 0x36, 0x58, 0x68, 0xfa, 0x2c, 0xaa, 0x9a, 0x0e, 0x22, 0x30, 0x11, 0x91, 0x2f, 0x63, 0x2f, 0x1d, 0x92, 0x41, 0xd0, 0x5c, 0x21, 0x60, 0x7e, 0x1d, 0x5f, 0x9c, 0xe6, 0x3e, 0x76, 0xe5, 0xf2, 0xac, 0xf8, 0x59, 0x46, 0xe6, 0xdb, 0x8c, 0xdd, 0x5a, 0x22, 0x49, 0x5a, 0x95, 0x56, 0x67, 0xf6, 0xad, 0xe4, 0xee, 0x28, 0x2c, 0xe7, 0x2e, 0x08, 0x6a, 0x2c, 0x3a, 0x2e, 0x7d, 0x4f, 0xb4, 0x85, 0xd4, 0xd6, 0xde, 0x3b, 0x19, 0x36, 0x61, 0x3c, 0x95, 0x67, 0x7a, 0x8d, 0xc2, 0x7a, 0x3a, 0x51, 0x8e, 0x71, 0xd7, 0x73, 0xa3, 0x24, 0x8b, 0xd3, 0x01, 0x69, 0x37, 0x49, 0x71, 0xab, 0x80, 0x89 } }; static const struct cckprng_op_refresh op_refresh_5154 = { .hd = { .id = 4898, .kind = OP_REFRESH }, .rand = 11968667852525966620ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5155 = { .hd = { .id = 4899, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0x13, 0xcc, 0x74, 0x66, 0x16, 0x34, 0x75, 0x83, 0x1b, 0x1c, 0xab, 0x5e, 0xd8, 0xcd, 0xda, 0x0f, 0x40, 0xb7, 0xb9, 0xc3, 0xac, 0x4b, 0xd2, 0xbd, 0x32, 0xc0, 0xd3, 0x22, 0x9d, 0xc2, 0x42, 0x5e, 0x45, 0x0d, 0xe5, 0x47, 0xe4, 0x76, 0xd8, 0x2f, 0xa3, 0x56, 0x94, 0xf9, 0x54, 0x08, 0x55, 0x56, 0x6c, 0x53, 0xe0, 0x31, 0xff, 0x97, 0xec, 0xd1, 0xa5, 0xcb, 0xf0, 0x06, 0x64, 0x3d, 0xe7, 0x9d, 0x7f, 0x9b, 0x62, 0x1e, 0xb1, 0x5a, 0x8b, 0x5e, 0x45, 0x1b, 0xa9, 0xdb, 0xd0, 0x04, 0xda, 0x51, 0xca, 0xb0, 0xd7, 0x42, 0xc3, 0x1f, 0xb2, 0x85, 0xf5, 0x02, 0x1e, 0x6e, 0xe0, 0x43, 0xb2, 0x81, 0x8e, 0xc8, 0x37, 0xb1, 0x32, 0x27, 0x90, 0xe4, 0xab, 0x18, 0x41, 0x63, 0xa9, 0x92, 0x3b, 0xa7, 0x6e, 0x6a, 0xbf, 0xe9, 0xe9, 0xe3, 0x53, 0xf7, 0xb4, 0x68, 0xe2, 0x7f, 0xd7, 0x5b, 0x15, 0x60, 0x73, 0x60, 0x21, 0xeb, 0xc6, 0x47, 0x44, 0x55, 0xae, 0x9b, 0xe8, 0xc4, 0x62, 0x74, 0x66, 0xd5, 0xca, 0xe0, 0xe3, 0x35, 0xab, 0xec, 0x32, 0xb1, 0x43, 0x48, 0xe9, 0x1d, 0x75, 0x6a, 0x27, 0xa9, 0x85, 0x8a, 0x83, 0x49, 0xc5, 0xbf, 0xd2, 0xda, 0x7c, 0xee, 0x78, 0x31, 0x34, 0xef, 0x7a, 0x2e } } }; static const struct cckprng_op_reseed op_reseed_5156 = { .hd = { .id = 4900, .kind = OP_RESEED }, .nonce = 16889154130930108440ULL, .seed_nbytes = 217, .seed = { 0x69, 0x73, 0x3e, 0x02, 0xe4, 0xfd, 0xaa, 0x29, 0xb8, 0x4f, 0xd0, 0x67, 0xa0, 0x32, 0xbc, 0xdb, 0x12, 0x87, 0x38, 0x44, 0xc4, 0x4d, 0x92, 0x42, 0x77, 0xa9, 0x9f, 0xce, 0x4c, 0x82, 0xee, 0x02, 0x4b, 0xd8, 0xb8, 0x37, 0xb2, 0xb3, 0xd3, 0x37, 0x5c, 0x48, 0xda, 0x52, 0xf6, 0x48, 0x83, 0x59, 0x61, 0x41, 0xfc, 0x45, 0xdf, 0x6d, 0xdc, 0x20, 0x2d, 0xe9, 0x8c, 0x59, 0xea, 0xfb, 0x91, 0x02, 0x72, 0xd1, 0x10, 0xd8, 0xdc, 0xb1, 0xda, 0x15, 0x7e, 0xdb, 0x60, 0xf6, 0x89, 0x40, 0xf2, 0xf2, 0x03, 0x01, 0x8f, 0xb9, 0x01, 0x53, 0x8a, 0xe6, 0x58, 0x40, 0xf6, 0x6d, 0x33, 0x48, 0xd2, 0x8c, 0x61, 0x0b, 0xf1, 0x2e, 0x44, 0xfb, 0x9a, 0x8a, 0x07, 0xdf, 0x75, 0x89, 0xc9, 0xba, 0x70, 0xe1, 0x9f, 0xd4, 0xfb, 0xa5, 0x25, 0x35, 0x35, 0x6c, 0xfe, 0x5e, 0x7b, 0x8d, 0x10, 0x81, 0xb4, 0x3a, 0x3a, 0x1c, 0xd0, 0xb4, 0xe3, 0x39, 0x68, 0xbb, 0xa7, 0xe9, 0x80, 0x4c, 0xc8, 0xf5, 0xa3, 0xc1, 0xe9, 0x7a, 0x6b, 0xb8, 0x08, 0x30, 0xfa, 0x31, 0xec, 0x31, 0x1d, 0x3f, 0xdc, 0xe3, 0x96, 0xa3, 0xc8, 0xe3, 0x78, 0x04, 0x49, 0x65, 0xd1, 0x4d, 0xba, 0xf7, 0xbc, 0x88, 0x3d, 0x33, 0x06, 0x57, 0x28, 0x99, 0x59, 0xdb, 0xdc, 0x96, 0x47, 0x4f, 0x9f, 0x87, 0xab, 0xf8, 0x26, 0xb0, 0x01, 0x5f, 0x8f, 0x3c, 0x85, 0x4c, 0x93, 0x68, 0xbe, 0xf6, 0x6a, 0x92, 0xf5, 0x0f, 0x31, 0x88, 0xbf, 0xce, 0x95, 0x69, 0x0e, 0xbf, 0xe5, 0x8b, 0x25, 0xe4, 0x10 } }; static const struct cckprng_op_refresh op_refresh_5157 = { .hd = { .id = 4901, .kind = OP_REFRESH }, .rand = 1017082275375502040ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5158 = { .hd = { .id = 4902, .kind = OP_RESEED }, .nonce = 4453880593869667731ULL, .seed_nbytes = 190, .seed = { 0xc8, 0x43, 0x4a, 0xec, 0xc9, 0xc7, 0x2b, 0x2a, 0xca, 0xb9, 0x45, 0xd1, 0x69, 0xeb, 0xcf, 0x46, 0xa7, 0xbc, 0x19, 0x1d, 0xaa, 0x1e, 0x20, 0x88, 0xb9, 0x27, 0x13, 0xc6, 0xa9, 0x9f, 0x51, 0x97, 0x15, 0xa4, 0xb8, 0xde, 0xfa, 0xe7, 0x25, 0x12, 0xae, 0xfe, 0x3e, 0xa6, 0x3c, 0x4e, 0x43, 0xfb, 0xe3, 0xdd, 0x66, 0x04, 0xd8, 0xdf, 0xd9, 0x0b, 0x72, 0xae, 0xbe, 0xff, 0xd2, 0xd7, 0x56, 0x10, 0x2a, 0x7d, 0xc5, 0xd7, 0x7c, 0xe6, 0xa6, 0xd3, 0x9b, 0xb3, 0xc2, 0xfe, 0x21, 0x99, 0x2c, 0xb5, 0xc2, 0x6b, 0xe7, 0xdb, 0x6b, 0xc4, 0x41, 0x2c, 0xbf, 0xbe, 0x4a, 0x05, 0xc2, 0x28, 0x03, 0x9e, 0xb5, 0x35, 0xd7, 0x43, 0x4e, 0x3c, 0x52, 0xad, 0x56, 0x94, 0xb3, 0xef, 0x28, 0x3a, 0xb3, 0x6f, 0x64, 0xbf, 0x53, 0xbc, 0x97, 0xb5, 0xb0, 0x67, 0x24, 0xe4, 0x46, 0xee, 0x59, 0xde, 0x1e, 0x9f, 0x1b, 0x67, 0xd8, 0x82, 0x82, 0x49, 0x46, 0x7f, 0xb9, 0xdc, 0xd4, 0x37, 0xfa, 0x84, 0x62, 0xa5, 0xa7, 0x56, 0x52, 0x33, 0x47, 0x63, 0x3a, 0xca, 0x9c, 0x99, 0x59, 0x85, 0x2a, 0x7c, 0xb9, 0x64, 0xf5, 0xba, 0xbe, 0x18, 0x54, 0x4c, 0xc6, 0xf5, 0x63, 0xcd, 0x5c, 0x51, 0x7f, 0x63, 0xe8, 0x8f, 0xad, 0x95, 0x3c, 0xfd, 0xa3, 0x91, 0x8a, 0x77, 0x66, 0xf0, 0x24, 0x76, 0x0c, 0xe1 } }; static const struct cckprng_op_refresh op_refresh_5159 = { .hd = { .id = 4903, .kind = OP_REFRESH }, .rand = 14860827149159420840ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5160 = { .hd = { .id = 4904, .kind = OP_RESEED }, .nonce = 1212980015028640826ULL, .seed_nbytes = 52, .seed = { 0x92, 0x9c, 0x27, 0xd8, 0x7b, 0xe0, 0x20, 0x52, 0xa6, 0x64, 0x03, 0x49, 0xa9, 0x6a, 0x28, 0x13, 0xd4, 0x2e, 0x18, 0x52, 0xfe, 0x86, 0xe4, 0x39, 0x3b, 0xfd, 0x69, 0xae, 0x98, 0x80, 0x7e, 0x10, 0xc8, 0xf1, 0x56, 0x1c, 0x91, 0xab, 0x13, 0x32, 0x6f, 0xdb, 0x0c, 0x5c, 0xef, 0x58, 0x5a, 0x74, 0xd3, 0x2b, 0x32, 0x82 } }; static const struct cckprng_op_generate op_init_5161 = { .hd = { .id = 4905, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0xfe, 0x88, 0xbd, 0x50, 0xda, 0xae, 0xad, 0xd8, 0x55, 0xc8, 0xeb, 0x5a, 0xf0, 0x12, 0x0e, 0xe6, 0xb6, 0x72, 0xc5, 0xd0, 0xa3, 0x3d, 0xf2, 0x90, 0x61, 0xa7, 0x39, 0xcc, 0x14, 0x64, 0xd6, 0x5a, 0x3d, 0x1d, 0xba, 0x2d, 0x41, 0x7a, 0x92, 0xde, 0x74, 0x82, 0x15, 0x99, 0x8c, 0x4b, 0xcd, 0xef, 0xef, 0x91, 0xaa, 0xc1, 0xf7, 0xaa, 0x19, 0xf3, 0xa1, 0x20, 0xf3, 0x56, 0xb9, 0xc5, 0xc9, 0x3d, 0xa8, 0x40, 0xf1, 0x2d, 0x0e, 0x3b, 0x16, 0x86, 0x9e, 0x8b, 0xb3, 0xcf, 0x95, 0x0d, 0xbe, 0xb4, 0xdb, 0x3a, 0xef, 0x2a, 0xbe, 0x52, 0xc0, 0x06, 0xa8, 0x45, 0x48, 0x4e, 0x2f, 0x1d, 0x8a, 0x52, 0xe1, 0x48, 0x3c, 0x2c, 0xaa, 0xe3, 0x58, 0x3c, 0x00, 0xd9, 0xe9, 0x15, 0x4c, 0x5d, 0x2e, 0x86, 0x9f, 0x64, 0xdd, 0xbc, 0x13, 0x00, 0x19, 0xd6, 0x3f, 0x5f, 0xef, 0xcc, 0x2f, 0x29, 0x92, 0x7c, 0x11, 0xb5, 0x78, 0x6b, 0x0a, 0x61, 0x31, 0xb4, 0x09, 0x5c, 0x4a, 0xd0, 0x8a, 0xaa, 0x6a, 0xdf, 0xbf, 0xf8, 0x68, 0xb7, 0x22, 0x26, 0xe1, 0x54, 0x6c, 0x27, 0xf8, 0x88, 0x75, 0x6f, 0xc0, 0x0f, 0x9d, 0x7d, 0x4f, 0x6c, 0x44, 0x16, 0x30, 0x5a, 0x0f, 0x49, 0xae, 0xc3, 0x05, 0x76, 0x8d, 0x43, 0x5e, 0x7c, 0xbf, 0x94, 0xd2 } } }; static const struct cckprng_op_reseed op_reseed_5162 = { .hd = { .id = 4906, .kind = OP_RESEED }, .nonce = 5797261653021608516ULL, .seed_nbytes = 284, .seed = { 0x96, 0xbf, 0xa3, 0x2c, 0x8e, 0x19, 0xa4, 0xa7, 0x37, 0x1f, 0x33, 0x8e, 0x5e, 0x9e, 0xdf, 0x3e, 0x50, 0xbe, 0x2e, 0x2e, 0x15, 0x93, 0x57, 0xa5, 0x45, 0xd0, 0x75, 0x92, 0xf0, 0x94, 0x23, 0x6d, 0xde, 0x96, 0x0c, 0xad, 0xf6, 0x79, 0xdc, 0x47, 0x30, 0x2a, 0xe3, 0x07, 0xdc, 0x1d, 0x76, 0xc7, 0x32, 0xad, 0x0a, 0x6c, 0x2f, 0xa6, 0x82, 0xce, 0xe6, 0x28, 0x40, 0x27, 0x27, 0xaa, 0x83, 0xf9, 0x26, 0x06, 0x8e, 0x38, 0x07, 0x10, 0x75, 0xe0, 0x4a, 0xe8, 0xd5, 0xbc, 0x75, 0x95, 0x55, 0x39, 0x44, 0x39, 0x6b, 0x85, 0x05, 0x45, 0xff, 0x7f, 0xf6, 0x2b, 0x6b, 0xb3, 0xff, 0x44, 0x8e, 0x93, 0xca, 0xc2, 0x1d, 0x4d, 0xa7, 0xce, 0x27, 0xd1, 0xc3, 0xc3, 0xd2, 0x6b, 0xae, 0x73, 0x19, 0x37, 0x2c, 0x19, 0x55, 0xc8, 0xbf, 0xde, 0x16, 0x02, 0x84, 0xf0, 0x1a, 0x60, 0x39, 0x63, 0x6f, 0x0b, 0xcd, 0x5c, 0xa4, 0xc9, 0x6d, 0xa3, 0x54, 0x76, 0x15, 0xed, 0x07, 0x03, 0x2c, 0x41, 0x7d, 0x7d, 0xa1, 0x08, 0x39, 0xa1, 0x55, 0xa6, 0x36, 0xca, 0x81, 0xcf, 0xb3, 0x5d, 0xe4, 0x2b, 0x97, 0xf8, 0x10, 0xae, 0xdd, 0x6f, 0xf1, 0xcc, 0xce, 0x72, 0xa5, 0x01, 0x44, 0xca, 0xb0, 0xa7, 0xf6, 0x14, 0xc8, 0x0e, 0xb9, 0xb3, 0x80, 0x0d, 0xfe, 0xac, 0x23, 0x1b, 0x38, 0x22, 0x16, 0xd2, 0x02, 0xe0, 0xcf, 0x1d, 0x79, 0xef, 0x20, 0xd8, 0x23, 0x59, 0x2f, 0x9e, 0xcf, 0x4e, 0x06, 0x88, 0xb9, 0x91, 0xf1, 0x65, 0x3a, 0xee, 0xbe, 0xe5, 0xea, 0x8e, 0x23, 0x23, 0x95, 0xfb, 0xb9, 0x3a, 0x68, 0xb6, 0x07, 0x5e, 0xad, 0x09, 0x46, 0xd3, 0x0e, 0x4b, 0xa2, 0x97, 0x7f, 0xd7, 0x78, 0xcc, 0x5c, 0x65, 0xba, 0x89, 0x93, 0x09, 0x1f, 0xb6, 0x1c, 0x38, 0x51, 0x85, 0xc5, 0xf9, 0xb5, 0x8e, 0x41, 0x3a, 0x7e, 0xca, 0xec, 0xeb, 0xa9, 0x78, 0xfb, 0x73, 0x5e, 0x04, 0xb8, 0x19, 0x8f, 0xd6, 0xeb, 0x38, 0x43, 0xa1, 0x2d, 0xf1, 0x3b, 0xfc, 0x5d, 0xf6, 0x4a, 0xe9, 0xa1, 0x7c } }; static const struct cckprng_op_generate op_init_5163 = { .hd = { .id = 4907, .kind = OP_GENERATE }, .rand_nbytes = 234, .out = { .rand = { 0xe7, 0x85, 0x31, 0xfc, 0xc2, 0x93, 0x43, 0x10, 0x7b, 0x91, 0xc7, 0xc3, 0x0a, 0x53, 0x75, 0x43, 0x3b, 0xd5, 0xa4, 0xf6, 0x66, 0xdd, 0xa4, 0x21, 0x83, 0xf4, 0x84, 0x43, 0xd3, 0x77, 0x3b, 0xa8, 0xe3, 0x83, 0x4d, 0x19, 0xab, 0x9b, 0x3d, 0x1d, 0x11, 0x9f, 0xba, 0xac, 0x26, 0x22, 0x1f, 0x3a, 0x35, 0xc4, 0xc1, 0x88, 0x75, 0xb3, 0x0e, 0xb4, 0x05, 0x89, 0x4d, 0x4e, 0x89, 0x2b, 0xd4, 0x9f, 0x57, 0x90, 0x86, 0xb8, 0xd0, 0x10, 0x14, 0x76, 0x59, 0xb3, 0xf0, 0xdd, 0xf4, 0xe9, 0x2f, 0x56, 0x36, 0xe2, 0x3a, 0x61, 0xbd, 0x4f, 0x7b, 0xb3, 0x42, 0x6c, 0xdf, 0x1d, 0x81, 0x9a, 0x8b, 0x7b, 0xb9, 0x41, 0xab, 0xc5, 0x19, 0xc4, 0x51, 0x4c, 0x55, 0x04, 0xc4, 0xb5, 0xf7, 0x58, 0x35, 0xde, 0x8f, 0x2b, 0x43, 0x14, 0x68, 0x61, 0x83, 0x08, 0x2b, 0xa6, 0x01, 0xf1, 0xb2, 0xa6, 0x6f, 0x86, 0xde, 0xc1, 0x5d, 0x29, 0x49, 0x5c, 0x40, 0x46, 0x21, 0xbd, 0x70, 0x87, 0xe0, 0x37, 0x08, 0xb5, 0xec, 0xbf, 0x74, 0x6e, 0x33, 0x4e, 0x0b, 0xf4, 0x47, 0x51, 0x27, 0xb7, 0xd0, 0xdd, 0x8f, 0xba, 0x5f, 0x4f, 0x0a, 0x5f, 0x61, 0x34, 0x84, 0x59, 0xf3, 0x78, 0x85, 0x20, 0xc1, 0xec, 0x29, 0xa5, 0x2c, 0x18, 0x2b, 0x2e, 0xa1, 0x6a, 0x6b, 0x23, 0xda, 0x6c, 0xf5, 0xf6, 0xa2, 0x8d, 0xff, 0x73, 0x77, 0xbb, 0xb7, 0x32, 0xb5, 0xce, 0x20, 0x65, 0x21, 0x20, 0xb7, 0xb9, 0x14, 0x30, 0x4a, 0x07, 0x1e, 0x2c, 0xde, 0xd2, 0x7e, 0xc3, 0xb6, 0xd1, 0x79, 0x71, 0xd9, 0xe1, 0xea, 0x9d, 0x1e, 0xbf, 0x68, 0xd9, 0x88, 0xe3, 0xb3, 0x6b, 0x99, 0xc8, 0x9f, 0xa8 } } }; static const struct cckprng_op_generate op_init_5164 = { .hd = { .id = 4908, .kind = OP_GENERATE }, .rand_nbytes = 284, .out = { .rand = { 0x1d, 0xbe, 0x1f, 0x48, 0xba, 0x48, 0x46, 0x63, 0x17, 0x3a, 0x98, 0x75, 0x71, 0xe3, 0x1f, 0x91, 0x25, 0xbf, 0x33, 0x40, 0xfd, 0x30, 0x53, 0xe8, 0x66, 0xa6, 0x4a, 0xf9, 0x65, 0x92, 0x3d, 0x1d, 0x2c, 0xb7, 0x1f, 0x12, 0x30, 0xaf, 0xe3, 0x3c, 0x44, 0x3a, 0x3e, 0x5b, 0xf7, 0xf2, 0x4e, 0x47, 0x56, 0x15, 0x2f, 0x08, 0x5a, 0xd1, 0xd0, 0xb2, 0x80, 0x16, 0xe9, 0xaf, 0x44, 0x33, 0x65, 0x74, 0x31, 0x5f, 0x53, 0xe3, 0x4f, 0x2f, 0x67, 0x23, 0x61, 0xf0, 0xab, 0xb5, 0x64, 0x2d, 0x2f, 0x4a, 0x3d, 0xf7, 0x0c, 0xce, 0x72, 0x93, 0x85, 0x5e, 0x3f, 0x8a, 0x34, 0xe2, 0xbf, 0x88, 0x6e, 0x3b, 0x94, 0x03, 0x37, 0xc7, 0xed, 0xc8, 0x9a, 0xb9, 0x76, 0x26, 0x4d, 0xa4, 0xad, 0x4d, 0xc2, 0x29, 0x01, 0x20, 0xbc, 0xd6, 0x35, 0x8e, 0x90, 0xe0, 0x60, 0xca, 0x80, 0x6e, 0x19, 0xef, 0x21, 0x2a, 0x32, 0x64, 0x47, 0x8b, 0x40, 0x09, 0x5e, 0x71, 0x0a, 0xf8, 0x18, 0xe4, 0x4f, 0x4c, 0xed, 0x59, 0x3b, 0xc3, 0x27, 0xcd, 0x8d, 0x63, 0x0f, 0xea, 0x0b, 0xa6, 0xfa, 0x15, 0x01, 0x29, 0x16, 0x8d, 0x5f, 0x42, 0xac, 0x31, 0xc8, 0x69, 0xa9, 0x97, 0xe5, 0x29, 0x4e, 0xe6, 0xc7, 0xf2, 0xf1, 0x30, 0x9f, 0x33, 0x54, 0xf3, 0x16, 0x6d, 0x55, 0x84, 0xe7, 0x50, 0xe4, 0xa3, 0xb6, 0xdc, 0x81, 0x45, 0x4d, 0xbe, 0x7b, 0x65, 0xa2, 0x7f, 0x96, 0x1d, 0xcd, 0xc4, 0x90, 0xc8, 0x76, 0x16, 0xf3, 0xee, 0xee, 0x9a, 0xdf, 0xe4, 0x6f, 0x2c, 0x7f, 0x56, 0x8e, 0x38, 0x43, 0xfa, 0x51, 0x2c, 0x48, 0xbe, 0xc8, 0xbe, 0x3d, 0x53, 0x0b, 0x04, 0x56, 0x0e, 0xce, 0x2d, 0x09, 0x71, 0xd7, 0x53, 0xac, 0x86, 0x40, 0xd3, 0x5d, 0x6f, 0x4d, 0xfc, 0x13, 0x5f, 0x2a, 0xa8, 0x8d, 0x06, 0x2c, 0x1b, 0x75, 0x07, 0x5d, 0x92, 0x84, 0xd6, 0xf3, 0x3c, 0x76, 0x86, 0xf5, 0x95, 0x25, 0x2d, 0x3b, 0xe6, 0x9e, 0xcd, 0x5a, 0xd6, 0x33, 0x41, 0x98, 0x95, 0x71, 0x3c, 0x21, 0x2f, 0x9b, 0x74 } } }; static const struct cckprng_op_refresh op_refresh_5165 = { .hd = { .id = 4909, .kind = OP_REFRESH }, .rand = 3211867674474616903ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5166 = { .hd = { .id = 4910, .kind = OP_REFRESH }, .rand = 5233629090899321495ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5167 = { .hd = { .id = 4911, .kind = OP_RESEED }, .nonce = 7116465867852923752ULL, .seed_nbytes = 72, .seed = { 0x7e, 0xcc, 0xb2, 0x44, 0x62, 0xb2, 0xd8, 0x68, 0xf6, 0x90, 0xde, 0xe1, 0x84, 0xe1, 0xd6, 0xc0, 0x4a, 0xfa, 0x2f, 0xcf, 0x74, 0xb1, 0x4f, 0x3f, 0xe3, 0x5d, 0x2f, 0xd4, 0x50, 0x83, 0x57, 0x89, 0x97, 0xc0, 0x1f, 0x60, 0x2b, 0xdd, 0xb7, 0xc0, 0x3b, 0x8d, 0x9a, 0xd2, 0xf6, 0xfc, 0x9d, 0x66, 0x06, 0x05, 0xab, 0x3d, 0xb2, 0x41, 0xaf, 0xaa, 0x95, 0xb5, 0x5a, 0xb4, 0x46, 0x7b, 0x07, 0x03, 0x53, 0x43, 0xaf, 0xaa, 0x12, 0x11, 0x1c, 0x15 } }; static const struct cckprng_op_reseed op_reseed_5168 = { .hd = { .id = 4912, .kind = OP_RESEED }, .nonce = 13172940710668966319ULL, .seed_nbytes = 284, .seed = { 0x1e, 0xc3, 0xad, 0x76, 0x71, 0xa2, 0xe4, 0x68, 0x2d, 0xa7, 0x5a, 0xe3, 0xb3, 0x2f, 0x00, 0x2d, 0x56, 0x90, 0x2b, 0x70, 0xfb, 0x94, 0x33, 0xd9, 0x4d, 0x1c, 0xf7, 0xb0, 0xb9, 0x79, 0x21, 0x04, 0x6b, 0x8a, 0xf3, 0x9c, 0xf3, 0x03, 0x2d, 0xc1, 0x2a, 0x80, 0xcb, 0x81, 0x52, 0x38, 0xa8, 0x54, 0xb7, 0x74, 0xdc, 0xc9, 0xaf, 0x4a, 0x45, 0xc0, 0xd7, 0xba, 0x3d, 0xae, 0xff, 0x39, 0x65, 0x82, 0x8a, 0x89, 0xff, 0x19, 0x7e, 0x4f, 0xa1, 0xc2, 0x51, 0xc6, 0x64, 0xd0, 0x4b, 0x9a, 0x9c, 0xe9, 0xd1, 0xde, 0xbf, 0x58, 0x5a, 0xb0, 0x43, 0x43, 0x0f, 0xf9, 0x4f, 0x7e, 0x07, 0x08, 0xab, 0x3a, 0xeb, 0x31, 0x88, 0x6d, 0x68, 0x10, 0x14, 0x1d, 0x4b, 0x3d, 0x1f, 0xad, 0x02, 0x4b, 0xfe, 0x7a, 0x2a, 0x4e, 0xc3, 0x9d, 0x35, 0x47, 0x5c, 0x06, 0x74, 0x16, 0x53, 0x9a, 0x63, 0x9f, 0x69, 0x68, 0xc2, 0xbc, 0x7a, 0xcd, 0x33, 0x41, 0x30, 0x1d, 0xfd, 0x66, 0x7d, 0x87, 0xa8, 0xba, 0xe6, 0xf1, 0xf2, 0xb5, 0x44, 0xe4, 0x09, 0x15, 0x6d, 0x22, 0xc2, 0xf9, 0xf5, 0xc7, 0x12, 0x25, 0x32, 0x4b, 0xfd, 0x2f, 0xa9, 0xc7, 0x33, 0x18, 0x2e, 0x50, 0xec, 0xf1, 0x92, 0x3a, 0x60, 0x57, 0xe4, 0xf8, 0x26, 0xba, 0x12, 0xed, 0xeb, 0x8e, 0x0e, 0x35, 0x6e, 0x88, 0xc7, 0x7a, 0x5d, 0xad, 0x29, 0xe8, 0x23, 0x04, 0x6c, 0xf4, 0xf7, 0x7c, 0x60, 0x65, 0x44, 0x6b, 0xf3, 0xea, 0xa6, 0xb6, 0x3e, 0xd6, 0xc0, 0x5c, 0x9a, 0x0f, 0x8c, 0x04, 0x0c, 0x2a, 0xd3, 0x2a, 0x09, 0xad, 0x02, 0x50, 0xd0, 0xe9, 0xcf, 0x4c, 0x80, 0x58, 0x18, 0xfc, 0x9f, 0xf3, 0x84, 0xbd, 0x78, 0x6f, 0x0f, 0x9f, 0xa3, 0x12, 0x49, 0xe2, 0x39, 0x07, 0x1d, 0x9b, 0x90, 0x07, 0xa1, 0xa7, 0x1f, 0xd0, 0x8a, 0x13, 0x2d, 0xcb, 0x9c, 0xfe, 0x24, 0x63, 0x73, 0xe0, 0xc0, 0x42, 0x1b, 0x8a, 0xb3, 0xee, 0xb1, 0x67, 0x78, 0xc9, 0x96, 0xf9, 0x64, 0x23, 0x48, 0x6b, 0x14, 0xd2, 0x17, 0xfa, 0x02, 0xbc } }; static const struct cckprng_op_reseed op_reseed_5169 = { .hd = { .id = 4913, .kind = OP_RESEED }, .nonce = 15848360501549785191ULL, .seed_nbytes = 89, .seed = { 0x4d, 0x42, 0x32, 0x26, 0xb4, 0x12, 0x53, 0x3e, 0xc3, 0x58, 0xa0, 0x32, 0x6f, 0xbe, 0xcd, 0xa5, 0x33, 0xe5, 0x0b, 0x5b, 0xe3, 0x38, 0x03, 0x1e, 0x12, 0x54, 0x9a, 0x92, 0xcd, 0x68, 0xf9, 0xe3, 0x8c, 0x66, 0x4a, 0xe9, 0xf6, 0x5a, 0xc4, 0x2e, 0x3e, 0xca, 0x31, 0x77, 0xe8, 0x42, 0x08, 0x08, 0xb6, 0x2c, 0x9b, 0x34, 0x78, 0xcb, 0x68, 0xf6, 0x4e, 0x62, 0x95, 0x91, 0x91, 0x66, 0x44, 0x80, 0xac, 0x9c, 0x83, 0x01, 0xb4, 0x1c, 0x63, 0x0e, 0xe7, 0xff, 0x9e, 0x2d, 0x7e, 0xc3, 0xff, 0x8b, 0x2c, 0xe3, 0x45, 0x77, 0xc6, 0xeb, 0x6a, 0x36, 0x38 } }; static const struct cckprng_op_reseed op_reseed_5170 = { .hd = { .id = 4914, .kind = OP_RESEED }, .nonce = 4124815884162004435ULL, .seed_nbytes = 144, .seed = { 0x08, 0x67, 0x0e, 0x14, 0xf9, 0x4d, 0x7c, 0x29, 0x2f, 0x2c, 0xc6, 0xf4, 0xf3, 0xe0, 0xbb, 0xcb, 0xbf, 0xc4, 0x08, 0xfd, 0x59, 0x49, 0x82, 0x47, 0x71, 0x42, 0x12, 0xb8, 0xfc, 0xb2, 0x29, 0x18, 0x64, 0x11, 0xf5, 0x46, 0x67, 0x44, 0xe6, 0x63, 0xc9, 0x2b, 0xcf, 0xdd, 0x6c, 0x09, 0xb6, 0xba, 0x47, 0xa5, 0x66, 0xb8, 0x06, 0xbb, 0xc9, 0x3b, 0x4c, 0x50, 0x34, 0x60, 0x9f, 0xb2, 0x8f, 0xe3, 0xd0, 0xf8, 0x5d, 0x9b, 0xa8, 0xdd, 0x70, 0x74, 0xb1, 0xa5, 0x56, 0x1d, 0xd3, 0x77, 0x31, 0xa9, 0x8a, 0xe8, 0x96, 0x57, 0xfe, 0x87, 0x82, 0x8b, 0x47, 0x21, 0xba, 0x86, 0x7a, 0x9c, 0xfb, 0x65, 0x56, 0x3a, 0x53, 0x51, 0xe8, 0x88, 0x98, 0xae, 0x8d, 0x23, 0x6b, 0x71, 0x1a, 0xc9, 0xdd, 0x0e, 0xab, 0xa8, 0x1a, 0x4d, 0xe9, 0x61, 0x6d, 0xbe, 0x82, 0xd5, 0x59, 0x48, 0xe8, 0x36, 0x58, 0xc8, 0x64, 0xc0, 0x72, 0xd0, 0xb9, 0x0b, 0xf8, 0x47, 0x1a, 0x5c, 0xdb, 0xf2, 0xb6, 0xca, 0x4c, 0x75 } }; static const struct cckprng_op_reseed op_reseed_5171 = { .hd = { .id = 4915, .kind = OP_RESEED }, .nonce = 6366386648342035167ULL, .seed_nbytes = 182, .seed = { 0xbc, 0xee, 0xb4, 0x3d, 0xdf, 0x27, 0xd9, 0x8d, 0x89, 0xc7, 0x97, 0xc3, 0x76, 0x13, 0x74, 0x66, 0x84, 0x46, 0x8a, 0x75, 0x52, 0xdf, 0x24, 0x73, 0x66, 0x2a, 0x7b, 0xf9, 0x1b, 0x2d, 0x2b, 0xa8, 0xbb, 0x4b, 0x6c, 0xbf, 0x25, 0x3f, 0xc9, 0x5b, 0x40, 0x58, 0xe0, 0x81, 0xbe, 0x42, 0x46, 0x53, 0xee, 0x5b, 0xce, 0xef, 0x59, 0x28, 0xd5, 0x62, 0xa8, 0x23, 0x8b, 0x31, 0x14, 0xaa, 0xe0, 0xb4, 0x57, 0x65, 0xb7, 0x58, 0x04, 0x9e, 0x3b, 0x33, 0xf0, 0x7f, 0xba, 0xd2, 0x69, 0x45, 0xbf, 0x97, 0x66, 0x19, 0x92, 0x12, 0x9a, 0xc5, 0xa8, 0xa2, 0x9c, 0x42, 0x7c, 0xdd, 0xf7, 0x18, 0x2d, 0x4d, 0xf5, 0xac, 0x46, 0x1a, 0x56, 0xc8, 0x70, 0xe5, 0xed, 0x6e, 0x03, 0x02, 0xd7, 0xcd, 0x9c, 0x3c, 0x31, 0x5e, 0x81, 0xfe, 0xed, 0x91, 0xeb, 0x5a, 0x26, 0xab, 0x72, 0xb3, 0x40, 0x42, 0x3a, 0xec, 0x50, 0x65, 0xee, 0x15, 0x45, 0x74, 0x61, 0x13, 0xba, 0xd6, 0xd7, 0x85, 0x2f, 0xdc, 0xb5, 0x62, 0x62, 0xc9, 0x53, 0x6f, 0x12, 0x58, 0x73, 0xf7, 0x0a, 0xae, 0xdb, 0x6a, 0x02, 0xec, 0x00, 0x17, 0x34, 0xd4, 0xa7, 0x99, 0x90, 0x20, 0x6a, 0x60, 0xf4, 0x71, 0x8d, 0xba, 0xf0, 0x23, 0x2d, 0x5f, 0x99, 0xb1, 0xc4, 0x09, 0x8b, 0x6b } }; static const struct cckprng_op_reseed op_reseed_5172 = { .hd = { .id = 4916, .kind = OP_RESEED }, .nonce = 1601917289043567391ULL, .seed_nbytes = 167, .seed = { 0xaa, 0x34, 0x9b, 0x95, 0x38, 0xa4, 0x86, 0x94, 0xe7, 0x7a, 0x19, 0x5d, 0x10, 0x72, 0xc0, 0xe8, 0x16, 0x95, 0xee, 0x6c, 0x64, 0x31, 0xb6, 0xbb, 0x43, 0x6f, 0xe4, 0xdf, 0xc4, 0x13, 0x54, 0xa3, 0x21, 0x24, 0x22, 0xb4, 0xec, 0xa7, 0xc6, 0x6a, 0x71, 0x0c, 0xdb, 0x76, 0x26, 0xd0, 0x1a, 0x9f, 0xdf, 0x7d, 0x0e, 0x7e, 0xd5, 0xc6, 0x7f, 0x22, 0xeb, 0x00, 0xe8, 0xc3, 0xe8, 0xda, 0x22, 0xe6, 0x76, 0x48, 0x05, 0xe1, 0xab, 0x0c, 0xb0, 0xe6, 0xe9, 0x4d, 0xc3, 0xcc, 0x00, 0x94, 0x93, 0xc9, 0xa8, 0x7d, 0xcb, 0x35, 0x01, 0xd7, 0x97, 0x56, 0x5d, 0xb2, 0x81, 0x35, 0x58, 0x3e, 0x34, 0x37, 0x1d, 0x47, 0x69, 0x21, 0x83, 0x4d, 0xea, 0x91, 0x9e, 0xdd, 0xfc, 0xee, 0x80, 0x59, 0x06, 0x0a, 0x39, 0xfd, 0x2d, 0xd5, 0x29, 0xda, 0x28, 0x86, 0x34, 0x40, 0xf6, 0x5f, 0xfc, 0xf1, 0x8a, 0xd3, 0xd0, 0xa0, 0xb3, 0x64, 0x02, 0x0b, 0x82, 0x7a, 0xaf, 0xd7, 0x16, 0xe3, 0xe1, 0x0a, 0x01, 0xc7, 0x6f, 0x96, 0x5e, 0x41, 0x35, 0xd2, 0xe5, 0xca, 0xd9, 0xd4, 0x68, 0x4c, 0x47, 0xb5, 0xc8, 0x8c, 0xcb, 0x70, 0xcf, 0x56, 0x15, 0xec, 0xb5 } }; static const struct cckprng_op_reseed op_reseed_5173 = { .hd = { .id = 4917, .kind = OP_RESEED }, .nonce = 8492619943104601527ULL, .seed_nbytes = 81, .seed = { 0xc2, 0x67, 0x76, 0xb6, 0x7d, 0x52, 0xb9, 0x0c, 0xdf, 0x38, 0x83, 0x83, 0xcf, 0x89, 0xa1, 0x8c, 0x2b, 0x26, 0x16, 0x4c, 0x95, 0xfb, 0x10, 0x1b, 0x34, 0x74, 0x36, 0x0b, 0x59, 0x1f, 0xb0, 0xfb, 0xe9, 0xcf, 0x90, 0xcb, 0x3b, 0x69, 0x78, 0x23, 0x29, 0x4e, 0x2d, 0xaf, 0xdd, 0xee, 0xcc, 0xc8, 0x2f, 0x87, 0x42, 0x44, 0x14, 0x51, 0x1a, 0x45, 0xf9, 0xb0, 0xb4, 0xb9, 0x98, 0xf2, 0xfe, 0xa2, 0xe0, 0xce, 0x5c, 0x3f, 0x1a, 0xec, 0xf9, 0x8d, 0x76, 0xc7, 0x8b, 0xcb, 0x20, 0xcb, 0xdb, 0x93, 0xb5 } }; static const struct cckprng_op_refresh op_refresh_5174 = { .hd = { .id = 4918, .kind = OP_REFRESH }, .rand = 18211663471108101310ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5175 = { .hd = { .id = 4919, .kind = OP_GENERATE }, .rand_nbytes = 286, .out = { .rand = { 0x4a, 0xb0, 0x86, 0xfa, 0x51, 0x66, 0x98, 0x40, 0xe6, 0xe0, 0x98, 0x00, 0xad, 0xcf, 0x33, 0x2f, 0x74, 0xef, 0xc9, 0xf5, 0x9c, 0xc2, 0x6a, 0x3c, 0xa4, 0x15, 0x53, 0xa4, 0x83, 0x94, 0x78, 0x43, 0xe4, 0xbd, 0x56, 0x61, 0x1e, 0x9a, 0x20, 0x1c, 0xf5, 0x3a, 0x04, 0xbb, 0xde, 0xbf, 0x05, 0xcc, 0xe5, 0x09, 0xf3, 0x72, 0x32, 0x0c, 0xcf, 0x78, 0x72, 0x83, 0xb1, 0x15, 0x8b, 0x1c, 0xce, 0x23, 0xf0, 0xf4, 0x36, 0x7d, 0x90, 0xd8, 0x81, 0xaf, 0xd9, 0xf8, 0x74, 0xc0, 0x2f, 0x8f, 0xe3, 0x19, 0xbc, 0xd4, 0x98, 0xc2, 0xc1, 0xbb, 0xd3, 0xfa, 0x44, 0x9a, 0x8d, 0xa5, 0xa5, 0xcc, 0x19, 0xff, 0x9e, 0xde, 0x65, 0x51, 0x1f, 0x13, 0x54, 0x04, 0x11, 0xb4, 0x7a, 0xe8, 0xb5, 0xcc, 0x77, 0xd2, 0xc7, 0x1e, 0x30, 0x2c, 0x84, 0xe2, 0x33, 0x1b, 0x28, 0x40, 0x69, 0xff, 0x3b, 0x4b, 0xfb, 0xd8, 0xb2, 0x4c, 0x48, 0x79, 0x42, 0xf1, 0xa5, 0x63, 0x1e, 0x64, 0xd1, 0xc6, 0x15, 0xaa, 0x9a, 0x97, 0x59, 0x27, 0x65, 0x85, 0x86, 0xbc, 0xe8, 0xa5, 0xaf, 0xe0, 0x15, 0x70, 0x76, 0x94, 0xaa, 0xf3, 0xec, 0xe0, 0xa4, 0x67, 0x6c, 0xdf, 0x41, 0xd4, 0xf4, 0x0c, 0xc8, 0x82, 0x2e, 0xec, 0x7e, 0x5b, 0x68, 0xbf, 0xf4, 0xe3, 0xa2, 0x3e, 0xc3, 0x2f, 0x2a, 0x97, 0x04, 0x22, 0xbf, 0xfc, 0x23, 0xc5, 0x37, 0x0f, 0x07, 0xd1, 0x89, 0x49, 0xa4, 0xc1, 0x59, 0x92, 0xb0, 0x82, 0x3f, 0x67, 0x9f, 0x5d, 0xc8, 0xbc, 0xa2, 0x69, 0x22, 0xc0, 0x0e, 0x36, 0x97, 0x60, 0xcd, 0x48, 0x2e, 0xdb, 0xde, 0xa6, 0x33, 0xe3, 0xe7, 0x4c, 0x02, 0xae, 0x22, 0x5b, 0xb9, 0x0c, 0x37, 0x27, 0xbe, 0xcc, 0x74, 0xd5, 0x71, 0x12, 0x76, 0x8b, 0xeb, 0x5b, 0xa0, 0xae, 0x8f, 0x20, 0x5d, 0x5b, 0x3b, 0x6e, 0xc5, 0x98, 0x9c, 0xec, 0x1d, 0x6c, 0x90, 0xed, 0x7c, 0x7b, 0x13, 0x81, 0x44, 0xb5, 0x23, 0x91, 0x2f, 0xd1, 0x2a, 0xc3, 0x6f, 0xc4, 0x16, 0x9e, 0xd8, 0xbd, 0xc8, 0x8b, 0xe7, 0xe1, 0xc7, 0x38 } } }; static const struct cckprng_op_reseed op_reseed_5176 = { .hd = { .id = 4920, .kind = OP_RESEED }, .nonce = 2742101626620590888ULL, .seed_nbytes = 227, .seed = { 0xc4, 0x5e, 0x1a, 0xcd, 0x71, 0x5c, 0x77, 0xdd, 0xef, 0xaa, 0x6f, 0xde, 0xf2, 0xa3, 0xbf, 0xd3, 0xb5, 0xcf, 0x9c, 0xf4, 0x9e, 0x5a, 0x33, 0xee, 0xab, 0x91, 0x9d, 0xcf, 0x1b, 0xe9, 0x13, 0x84, 0xd7, 0x67, 0x8f, 0xf4, 0x12, 0xdf, 0x56, 0x10, 0x0b, 0xad, 0x68, 0xfc, 0x52, 0x2d, 0x2d, 0xd8, 0x2c, 0x07, 0x65, 0xa8, 0x5f, 0x7b, 0x29, 0x07, 0x0d, 0xd2, 0xf9, 0xf7, 0x90, 0xde, 0xd8, 0xf3, 0xed, 0x47, 0x2f, 0x20, 0xf6, 0xb7, 0xa2, 0x5a, 0xc7, 0xef, 0xc1, 0x7f, 0x3f, 0xa5, 0xd5, 0x11, 0x7e, 0x2c, 0xc2, 0xb4, 0x6f, 0xe0, 0x1d, 0x9b, 0x66, 0x7f, 0x3f, 0xa2, 0x08, 0xf1, 0x82, 0xa2, 0x8a, 0x4e, 0x7b, 0x77, 0x0d, 0xef, 0xb7, 0xac, 0xdb, 0xad, 0xbc, 0x29, 0x73, 0x64, 0x31, 0x81, 0x05, 0xfe, 0xd2, 0x43, 0x4c, 0x10, 0x32, 0x85, 0x22, 0xc4, 0xe5, 0x6a, 0xdb, 0x67, 0x68, 0x0a, 0xa4, 0x97, 0x84, 0x57, 0x86, 0x8e, 0xf2, 0xc5, 0xc3, 0x2a, 0x88, 0x96, 0x95, 0x23, 0x8f, 0x4a, 0xde, 0xaf, 0x64, 0x64, 0x69, 0x8f, 0xc3, 0xbb, 0x57, 0x2c, 0x1d, 0xa5, 0x6f, 0xdc, 0x91, 0xa9, 0xc0, 0xcd, 0xf0, 0x94, 0xe5, 0x05, 0x2d, 0x81, 0x02, 0x12, 0x14, 0x4b, 0xc9, 0x17, 0x59, 0x37, 0x6b, 0x9e, 0xf2, 0x09, 0x81, 0xa9, 0x51, 0x97, 0xab, 0x30, 0xd8, 0x31, 0xcb, 0x84, 0x5e, 0x8e, 0x25, 0xeb, 0x79, 0x83, 0x44, 0xf5, 0xcd, 0xeb, 0x84, 0x60, 0xeb, 0xe0, 0xac, 0x35, 0x7e, 0x54, 0x75, 0x43, 0x81, 0xd9, 0x55, 0x94, 0x41, 0x48, 0xdf, 0xb1, 0x5b, 0x2f, 0xbd, 0x25, 0xe5, 0x0f, 0x8c, 0xa5, 0x0e } }; static const struct cckprng_op_refresh op_refresh_5177 = { .hd = { .id = 4921, .kind = OP_REFRESH }, .rand = 856054916057352153ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5178 = { .hd = { .id = 4922, .kind = OP_RESEED }, .nonce = 3850053017973186654ULL, .seed_nbytes = 129, .seed = { 0x98, 0x79, 0x93, 0xbc, 0x35, 0xf6, 0x8c, 0xd7, 0x40, 0x22, 0x76, 0x11, 0xa4, 0xd3, 0x17, 0x79, 0x32, 0x85, 0xf6, 0xbb, 0xa4, 0x13, 0x0b, 0x75, 0x7a, 0x5f, 0x05, 0x08, 0xea, 0x75, 0xd0, 0x46, 0xce, 0xbb, 0x34, 0x82, 0x89, 0xa9, 0xe8, 0xa4, 0x96, 0x13, 0xe1, 0x56, 0xa9, 0x13, 0x28, 0x19, 0x3c, 0xf8, 0x2d, 0xda, 0xaf, 0x9a, 0x61, 0xec, 0x55, 0xe0, 0x88, 0xb4, 0xc7, 0x95, 0x7e, 0x94, 0xb8, 0x6a, 0xef, 0x36, 0x8c, 0x02, 0x84, 0xd0, 0x41, 0xfd, 0x89, 0x6e, 0xab, 0xac, 0x94, 0x76, 0x56, 0x37, 0xab, 0xdf, 0x17, 0xf6, 0x05, 0xb1, 0x89, 0x50, 0x19, 0x4b, 0x1a, 0x3c, 0x86, 0x4e, 0x14, 0x5d, 0x02, 0x68, 0xc6, 0xaa, 0xf0, 0x6f, 0x0b, 0x57, 0x44, 0x9f, 0xbf, 0x84, 0x90, 0xbf, 0xd6, 0xd0, 0x8d, 0x52, 0x38, 0x50, 0xde, 0x2e, 0xf1, 0xa3, 0x85, 0x5c, 0x17, 0xb7, 0xa0, 0x28, 0x4e } }; static const struct cckprng_op_refresh op_refresh_5179 = { .hd = { .id = 4923, .kind = OP_REFRESH }, .rand = 4953878117825360136ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5180 = { .hd = { .id = 4924, .kind = OP_REFRESH }, .rand = 6533738850988015304ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5181 = { .hd = { .id = 4925, .kind = OP_REFRESH }, .rand = 9820918765506554974ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5182 = { .hd = { .id = 4926, .kind = OP_RESEED }, .nonce = 12355741133742858565ULL, .seed_nbytes = 173, .seed = { 0xf0, 0x3c, 0x82, 0x8f, 0x71, 0x99, 0xeb, 0xaf, 0x44, 0x68, 0x18, 0x2e, 0x19, 0xb8, 0x11, 0xa5, 0x16, 0xdc, 0x28, 0xa2, 0xee, 0x6c, 0xaf, 0xf4, 0x8a, 0x9c, 0xf6, 0x24, 0xff, 0xd1, 0xd9, 0xeb, 0x19, 0x03, 0x47, 0xe7, 0xc2, 0x57, 0x83, 0x27, 0x5b, 0xcb, 0xc5, 0x67, 0x9a, 0x91, 0xd8, 0xd3, 0x95, 0x76, 0x69, 0xe0, 0x07, 0xb8, 0x24, 0x38, 0x5f, 0x68, 0xf2, 0x90, 0xda, 0x6d, 0xe5, 0x2f, 0x73, 0x54, 0x50, 0xe7, 0xcf, 0x98, 0x5c, 0x78, 0xdc, 0x93, 0x1f, 0x59, 0x23, 0x53, 0xda, 0xcf, 0x31, 0xc8, 0x8e, 0xf7, 0xa1, 0x4a, 0xfb, 0x92, 0xc5, 0xe8, 0xd2, 0x36, 0x37, 0x51, 0x80, 0xf6, 0x1d, 0xe6, 0xb9, 0x13, 0xfd, 0x7c, 0x53, 0x22, 0xcf, 0x71, 0xcd, 0xd6, 0x3e, 0x66, 0x7b, 0x13, 0x70, 0x1c, 0x59, 0x92, 0xa9, 0xe9, 0x42, 0x8d, 0xb8, 0x86, 0x2b, 0x6b, 0x58, 0xb7, 0xcb, 0xdb, 0xa4, 0x4f, 0x39, 0xfa, 0x5a, 0x48, 0xf6, 0x4d, 0xc3, 0x45, 0xc1, 0xc4, 0xfc, 0xc5, 0x28, 0xf9, 0x34, 0x01, 0x5e, 0x50, 0x8c, 0xc7, 0x36, 0xe0, 0x85, 0x8a, 0x32, 0x39, 0x7d, 0x02, 0x11, 0x6d, 0x98, 0x74, 0x27, 0x8d, 0xd9, 0x3a, 0x8c, 0x5c, 0xec, 0x7e, 0x04, 0x5d, 0x4c } }; static const struct cckprng_op_refresh op_refresh_5183 = { .hd = { .id = 4927, .kind = OP_REFRESH }, .rand = 4859005204067021027ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5184 = { .hd = { .id = 4928, .kind = OP_REFRESH }, .rand = 11850352075268728510ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5185 = { .hd = { .id = 4929, .kind = OP_GENERATE }, .rand_nbytes = 15, .out = { .rand = { 0xdc, 0x4d, 0x83, 0x74, 0x8e, 0xe6, 0x27, 0x5e, 0x6b, 0x93, 0x8a, 0x1b, 0xc6, 0x87, 0xcc } } }; static const struct cckprng_op_generate op_init_5186 = { .hd = { .id = 4930, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0xe6, 0x2f, 0xf1, 0x6d, 0x3b, 0x56, 0xd5, 0xf0, 0xfd, 0xdd, 0x93, 0x52, 0x40, 0x2d, 0x8f, 0x8e, 0x23, 0xda, 0x84, 0x53, 0xe0, 0x10, 0xa1, 0x41, 0x1e, 0x00, 0x06, 0x39, 0x69, 0xdd, 0x50, 0xe4, 0x84, 0x3d, 0x1b, 0xba, 0x66, 0xef, 0x2c, 0xc0, 0x42, 0x42, 0x41, 0x1d, 0x29, 0xb1, 0xaf, 0xee, 0xb7, 0xb3, 0x33, 0xf3, 0xd3, 0x58, 0x9f, 0x0f, 0xcb, 0x8a, 0xba, 0x52, 0x86, 0x44, 0xe7, 0x38, 0xc2, 0xaf, 0xf7, 0xe2, 0x00, 0x3e, 0xd7, 0x24, 0x1f, 0x84, 0x4a, 0xd6, 0xfe, 0xf3, 0x2e, 0x9f, 0xf6, 0x07, 0xbf, 0xf5, 0x63, 0xca, 0x74, 0xbe, 0x41, 0x13, 0x91, 0x29, 0x7b, 0x54, 0x4e, 0x14, 0x9d, 0x89, 0x33, 0x33, 0x93, 0x92, 0x01, 0xfb, 0x10, 0x07, 0xa6, 0x8f, 0xfa, 0x17, 0xe7, 0x5e, 0xdf, 0xbd, 0x7f, 0xc3, 0x6b, 0xe8, 0x09, 0x75, 0x32, 0x10, 0x3e, 0xc4, 0xac, 0x94, 0xc2, 0x46, 0x8d, 0x03, 0x19, 0x11, 0xd4, 0xae, 0x0e, 0x10, 0x9d, 0x1c, 0xb9, 0xa9, 0x63, 0xab, 0x95, 0xa0, 0x20, 0x74, 0x94, 0x23, 0x1f, 0x8d, 0xd6, 0x2c, 0xe6, 0xf5, 0xf9, 0xc8, 0x88, 0x34, 0x65, 0xbb, 0xba, 0x33, 0x31, 0x34, 0x38, 0xd8, 0x62, 0xb6, 0x89, 0xf1, 0xb0, 0x61, 0xe2, 0x2b, 0xc5, 0x08, 0x2d, 0x81, 0x80, 0xc5, 0x38, 0x56, 0xe7, 0x19, 0x20, 0x6e, 0xe2, 0x2f, 0xdd, 0x15, 0xb7, 0x49, 0xe5, 0x3f, 0x4f, 0x5b, 0xa2, 0x2b, 0xc2, 0x13, 0xda, 0xd3, 0xbd, 0xd7, 0x4e, 0x49, 0x87, 0x68, 0x45, 0x15, 0x43, 0xe2, 0xa1, 0x28, 0x04, 0xd0, 0x2d, 0x2e, 0xb6, 0x37, 0x74, 0xc5, 0x4c, 0xa0, 0xaa, 0xa2, 0xab, 0x79, 0x76, 0x9d, 0xdf, 0xb2, 0x65, 0x22, 0x6b, 0xec, 0x0d, 0x60, 0xef, 0x53, 0xe4, 0xc8, 0x4b, 0x5d, 0x32, 0x6c, 0x27, 0x4c, 0xd5, 0x7c, 0x19, 0x8c, 0xd0, 0xda, 0x2e, 0x35, 0x0b, 0xab, 0x68, 0x02, 0xc9, 0x61, 0xe4, 0x76, 0x53, 0x9f, 0x06, 0x71, 0xee, 0xef, 0xd6 } } }; static const struct cckprng_op_reseed op_reseed_5187 = { .hd = { .id = 4931, .kind = OP_RESEED }, .nonce = 15949551557603828678ULL, .seed_nbytes = 67, .seed = { 0xca, 0x98, 0x18, 0xa5, 0xf6, 0x35, 0x3d, 0xd1, 0x47, 0x09, 0x47, 0x84, 0x86, 0xe4, 0x0d, 0x2c, 0x79, 0xc0, 0x1e, 0x9c, 0x9b, 0x8e, 0xd7, 0xc5, 0x3d, 0x7e, 0x16, 0xdd, 0x5b, 0x9c, 0xf1, 0x62, 0x24, 0xda, 0xd4, 0x0e, 0xcf, 0x8d, 0x9d, 0x85, 0x88, 0x5d, 0x85, 0x29, 0x9e, 0x20, 0x69, 0x98, 0x76, 0x78, 0x4f, 0xc4, 0xaf, 0x12, 0x67, 0x04, 0xa8, 0x70, 0x46, 0x06, 0xc2, 0x76, 0x95, 0xc6, 0xcb, 0x76, 0x87 } }; static const struct cckprng_op_generate op_init_5188 = { .hd = { .id = 4932, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0xb6, 0x5a, 0xb2, 0x6e, 0x0c, 0x01, 0xad, 0x92, 0x59, 0x0c, 0x2e, 0x7f, 0x9a, 0xae, 0x92, 0x0f, 0x0b, 0x5e, 0x56, 0xc3, 0x71, 0xa4, 0xed, 0x88, 0x60, 0x49, 0x0c, 0xd3, 0x7c, 0x4b, 0x2c, 0xf7, 0xa8, 0xdf, 0xfd, 0xa8, 0x24, 0x9e, 0xb2, 0x6e, 0x08, 0x96, 0x80, 0x92, 0x46, 0xe4, 0x80, 0xe3, 0x5e, 0x6c, 0x11, 0xa8, 0x26, 0x35, 0x48, 0x8d, 0x43, 0xf8, 0x2b, 0x78, 0x9c, 0x2a, 0xd4, 0xaa, 0x23, 0xd7, 0x1a, 0x34, 0x63, 0x63, 0xd6, 0xb6, 0x4a, 0x87, 0x71, 0x7e, 0x5f, 0x6d, 0x5b, 0xc8, 0xc0, 0xa2, 0x77, 0x68, 0xe8, 0xd3, 0xd0, 0x7c, 0xe4, 0xd8, 0x3a, 0x5a, 0x50, 0xc0, 0x28, 0x02, 0x91, 0xbf, 0xbf, 0xfd, 0xe4, 0xd5, 0x4d, 0x5f, 0x43, 0x9c, 0x0a, 0x31, 0x53, 0x9c, 0x6c, 0x80, 0xc1, 0x6e, 0x13, 0xd7, 0x36, 0xf5, 0x2d, 0x7d, 0xcf, 0xcc, 0xac, 0xdd, 0xdc, 0x32, 0x5c, 0x09, 0x7a, 0x06, 0xac, 0x1a, 0xfb, 0x46, 0xe9, 0x67, 0x16, 0x59, 0xbc, 0x5e, 0x7a } } }; static const struct cckprng_op_generate op_init_5189 = { .hd = { .id = 4933, .kind = OP_GENERATE }, .rand_nbytes = 275, .out = { .rand = { 0x21, 0x74, 0x4b, 0xf5, 0xa6, 0x95, 0x4b, 0xe6, 0x23, 0x66, 0xc2, 0xb6, 0x86, 0x7a, 0xdb, 0x24, 0xf8, 0x88, 0x37, 0x36, 0xbb, 0x27, 0x22, 0xf9, 0xa6, 0x1d, 0xf4, 0x8a, 0xbd, 0xe3, 0xfe, 0x24, 0x6e, 0xf3, 0x75, 0x00, 0x00, 0xe2, 0x0a, 0xba, 0x47, 0xc2, 0x4c, 0xba, 0x67, 0xbe, 0x94, 0x63, 0xea, 0x7c, 0x28, 0x88, 0x92, 0x62, 0x2e, 0x0c, 0x62, 0x24, 0x9c, 0xde, 0xe7, 0xdb, 0xfe, 0xb4, 0xe7, 0xca, 0x2d, 0xa7, 0x14, 0x0e, 0x84, 0x45, 0x9c, 0xf7, 0x1b, 0x42, 0x7c, 0xff, 0xf0, 0x72, 0xfa, 0x7e, 0xb2, 0x45, 0x32, 0xfa, 0xba, 0xdd, 0xed, 0x94, 0xe4, 0x31, 0xbd, 0xff, 0x2c, 0x25, 0xb7, 0xce, 0x44, 0xf6, 0x63, 0x66, 0xef, 0xe7, 0x21, 0x7b, 0x1e, 0x6c, 0x96, 0x08, 0xde, 0x7b, 0xa9, 0x2e, 0xdd, 0xb8, 0x1f, 0x14, 0xcf, 0x66, 0xd8, 0x0e, 0x60, 0x46, 0x96, 0x95, 0xa2, 0x37, 0x99, 0x3b, 0x90, 0x24, 0x3c, 0xde, 0x36, 0x94, 0xab, 0xea, 0x3e, 0xa5, 0xb6, 0xf4, 0x36, 0xd8, 0x72, 0xe0, 0xc7, 0x7a, 0xc3, 0x00, 0x3d, 0xb2, 0xd3, 0x70, 0x37, 0x51, 0x9a, 0x04, 0x36, 0x88, 0xc5, 0x02, 0x04, 0xa8, 0xc4, 0x8c, 0xad, 0x1d, 0xa7, 0xfe, 0xbc, 0xf9, 0x0b, 0xd8, 0x44, 0xd3, 0x25, 0x40, 0x79, 0x62, 0x42, 0xd2, 0x12, 0x63, 0x68, 0xc6, 0x78, 0x01, 0xfd, 0x56, 0xcc, 0x02, 0xe6, 0xf9, 0xc1, 0x7f, 0xb1, 0xaf, 0x1c, 0x1a, 0x62, 0x35, 0x57, 0xd2, 0x4a, 0x21, 0x95, 0x3e, 0x11, 0xc2, 0xa6, 0x13, 0x91, 0x9b, 0xe6, 0x48, 0x9b, 0x63, 0x41, 0x15, 0xcf, 0xc8, 0x81, 0x6f, 0x3f, 0x70, 0xe6, 0xa0, 0xff, 0x70, 0x2d, 0xa4, 0xd1, 0x51, 0x36, 0xc3, 0x5b, 0xac, 0xdc, 0xe0, 0xcc, 0xa7, 0x88, 0xb7, 0x1a, 0x37, 0x74, 0x97, 0x7d, 0xbb, 0x7b, 0xe4, 0x5a, 0x71, 0xb6, 0x04, 0x6c, 0xf3, 0x46, 0xbe, 0xbd, 0x16, 0x63, 0xc5, 0x61, 0xe0, 0xc0, 0xe3, 0x09, 0xb5, 0x40, 0x0c, 0x55, 0x67, 0x71 } } }; static const struct cckprng_op_refresh op_refresh_5190 = { .hd = { .id = 4934, .kind = OP_REFRESH }, .rand = 4855898773036730214ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5191 = { .hd = { .id = 4935, .kind = OP_REFRESH }, .rand = 3911522314696323997ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5192 = { .hd = { .id = 4936, .kind = OP_REFRESH }, .rand = 11192227887768538440ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5193 = { .hd = { .id = 4937, .kind = OP_REFRESH }, .rand = 472256777949333962ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5194 = { .hd = { .id = 4938, .kind = OP_RESEED }, .nonce = 6173585556437635190ULL, .seed_nbytes = 198, .seed = { 0x68, 0xd9, 0x2c, 0xc0, 0x3f, 0x62, 0x59, 0x28, 0x32, 0xeb, 0xc0, 0x67, 0x17, 0xbc, 0x1d, 0x63, 0xa6, 0xad, 0x27, 0x58, 0x16, 0xa3, 0x39, 0xd9, 0x00, 0x3c, 0x56, 0x6a, 0x95, 0x74, 0xa0, 0x14, 0xcd, 0x1d, 0xe5, 0xbb, 0x60, 0x8e, 0x33, 0xbd, 0x31, 0x99, 0xf5, 0xd2, 0x0e, 0xf4, 0x09, 0x54, 0xdd, 0x8e, 0xb0, 0x75, 0x9d, 0x23, 0x69, 0x67, 0x99, 0x0b, 0x31, 0xf0, 0xdb, 0x85, 0x96, 0xcd, 0x6b, 0x65, 0x7b, 0xa9, 0xbe, 0xe9, 0x44, 0x1f, 0x37, 0x0e, 0x86, 0x69, 0x7a, 0x74, 0xea, 0x96, 0xef, 0x53, 0x71, 0x0d, 0x07, 0xea, 0xdc, 0xb4, 0x75, 0xfd, 0x9f, 0xeb, 0xc7, 0x45, 0xa7, 0x99, 0x1b, 0x93, 0xcf, 0xff, 0x8e, 0x38, 0x80, 0x3e, 0x30, 0xdc, 0x82, 0x6d, 0x65, 0x93, 0x1d, 0x48, 0xb4, 0x17, 0x28, 0xdb, 0x48, 0x1f, 0xfc, 0x85, 0xea, 0x8a, 0x4b, 0x21, 0x68, 0xf2, 0x7a, 0x19, 0x74, 0xbc, 0x37, 0xbd, 0x34, 0x22, 0xc6, 0xc0, 0xf4, 0x20, 0x44, 0xa2, 0x99, 0xeb, 0x5e, 0x53, 0x5c, 0x53, 0x3b, 0x4b, 0xee, 0x1c, 0x72, 0xc6, 0xb6, 0xb8, 0x72, 0xc8, 0x36, 0xca, 0x1d, 0x2d, 0x2f, 0x89, 0x26, 0x85, 0x98, 0xee, 0x0a, 0xae, 0x03, 0x4d, 0x0f, 0x93, 0x58, 0x0b, 0x3f, 0x1b, 0xc9, 0x87, 0x7b, 0x7c, 0x4c, 0xe9, 0x92, 0x55, 0x10, 0x2d, 0x5f, 0x46, 0xeb, 0x23, 0x39, 0x62, 0xfd, 0x3d, 0x3a, 0x0b, 0x33, 0xbb } }; static const struct cckprng_op_reseed op_reseed_5195 = { .hd = { .id = 4939, .kind = OP_RESEED }, .nonce = 13702614320053713214ULL, .seed_nbytes = 100, .seed = { 0x4a, 0x08, 0xdc, 0x94, 0xeb, 0x97, 0x0f, 0x05, 0x02, 0x10, 0x64, 0x4f, 0x76, 0xf1, 0x36, 0xda, 0x3b, 0x2e, 0x0a, 0xe0, 0x60, 0x84, 0x16, 0xd1, 0x51, 0x51, 0x4a, 0xe2, 0x5b, 0x3f, 0x46, 0x07, 0xc2, 0xc4, 0xf7, 0xb4, 0xec, 0xe3, 0x6e, 0x69, 0x9f, 0x9b, 0xbb, 0xd6, 0x6c, 0x63, 0x49, 0x27, 0x0e, 0xe0, 0x88, 0x41, 0xd9, 0x46, 0x5a, 0xdc, 0xef, 0x3a, 0x69, 0x55, 0xb1, 0x94, 0x7a, 0xc5, 0x4c, 0x2a, 0xed, 0xe6, 0xe7, 0xc9, 0x2f, 0x08, 0xb3, 0x22, 0x9e, 0xc1, 0x0e, 0x4a, 0x55, 0x22, 0x04, 0xaf, 0x79, 0x10, 0x1b, 0xd7, 0x0d, 0x40, 0x23, 0x9e, 0x27, 0x7e, 0xb6, 0xc0, 0x76, 0xda, 0x80, 0x19, 0xc4, 0xfc } }; static const struct cckprng_op_generate op_init_5196 = { .hd = { .id = 4940, .kind = OP_GENERATE }, .rand_nbytes = 129, .out = { .rand = { 0x8a, 0xc3, 0xe6, 0x9b, 0xfe, 0x92, 0x5e, 0xb2, 0x04, 0xfe, 0x32, 0x11, 0x0e, 0x23, 0x30, 0x9f, 0x15, 0x8a, 0x71, 0x85, 0x7d, 0xa7, 0xfb, 0x29, 0x14, 0x25, 0xea, 0xd9, 0x7f, 0xaa, 0x5c, 0x3d, 0x38, 0x99, 0x69, 0x71, 0x06, 0x2c, 0xc7, 0xdc, 0x6b, 0x8f, 0x5b, 0x9f, 0x6f, 0x70, 0x2c, 0x36, 0x06, 0x07, 0x91, 0x7f, 0xc6, 0x64, 0x98, 0x3d, 0xfb, 0xdd, 0x5c, 0x98, 0x03, 0xa7, 0xfb, 0x4b, 0x5b, 0x46, 0x71, 0x93, 0xd0, 0x0b, 0xd0, 0x90, 0xc7, 0xdf, 0x6c, 0x99, 0xb1, 0xbc, 0x88, 0x0f, 0xa5, 0x0c, 0x91, 0x32, 0xd3, 0xe9, 0x84, 0xa8, 0x86, 0x13, 0xe2, 0x4e, 0x08, 0xce, 0xe2, 0xd9, 0xcb, 0x23, 0x3c, 0x29, 0xac, 0x05, 0x6c, 0x7b, 0xa8, 0xe2, 0x04, 0xdc, 0x0d, 0x23, 0xa6, 0x69, 0xec, 0xec, 0x34, 0xd6, 0xbc, 0xe1, 0x16, 0xcb, 0xf4, 0xf0, 0xfe, 0xe9, 0x2e, 0xd0, 0xf9, 0xc3, 0x02 } } }; static const struct cckprng_op_generate op_init_5197 = { .hd = { .id = 4941, .kind = OP_GENERATE }, .rand_nbytes = 217, .out = { .rand = { 0xdc, 0x99, 0x53, 0xc7, 0x0a, 0xf5, 0x12, 0x17, 0x2f, 0xde, 0x92, 0x5d, 0x52, 0xbb, 0x1d, 0x8f, 0x91, 0xb5, 0x63, 0xbd, 0x58, 0x16, 0x41, 0xe9, 0xc1, 0x43, 0xc2, 0x9d, 0xbe, 0x46, 0x3b, 0x1e, 0xed, 0xef, 0xca, 0xae, 0xf0, 0xde, 0xab, 0x76, 0x68, 0xd6, 0xf9, 0x7f, 0x85, 0xf7, 0x35, 0xb9, 0x0c, 0xb6, 0x0a, 0x17, 0x05, 0x67, 0x28, 0x3e, 0x59, 0x95, 0x2b, 0xe4, 0x40, 0xae, 0xb6, 0x4c, 0x42, 0xd9, 0x18, 0x9a, 0xe9, 0x6e, 0xc5, 0x89, 0xa5, 0xd4, 0xbb, 0xaa, 0x32, 0xbb, 0x57, 0xc4, 0xbd, 0x12, 0xe2, 0xff, 0x81, 0xbe, 0xa3, 0x6e, 0xbe, 0x12, 0xfa, 0xc8, 0x4e, 0xca, 0x21, 0x71, 0x52, 0x3d, 0xdf, 0xd3, 0x70, 0x08, 0x70, 0x3a, 0x37, 0x2a, 0x82, 0xea, 0xa8, 0x6d, 0x42, 0x0a, 0x54, 0xe1, 0x16, 0x87, 0x52, 0xed, 0x76, 0x7c, 0x4e, 0x17, 0xe2, 0xcd, 0x8a, 0xaf, 0xb3, 0xec, 0x03, 0x29, 0x13, 0x31, 0xa1, 0x45, 0x79, 0x90, 0xc4, 0x3c, 0x8d, 0xe6, 0x47, 0xb5, 0x1d, 0x78, 0x7d, 0x8b, 0x67, 0xc7, 0xf9, 0x7c, 0x55, 0x89, 0x54, 0x7b, 0x4f, 0x50, 0xbf, 0x94, 0x04, 0xef, 0xec, 0x1e, 0x85, 0xc4, 0x32, 0x0e, 0x0a, 0xef, 0xc3, 0x73, 0xd6, 0xaf, 0x32, 0xf3, 0xc4, 0x60, 0x6a, 0xd2, 0xca, 0xb3, 0xfd, 0x39, 0xc3, 0x81, 0x17, 0x10, 0xb4, 0xa9, 0x4e, 0x3a, 0x3a, 0x5d, 0xc2, 0x66, 0x4e, 0x4f, 0x1e, 0x4e, 0x6f, 0x19, 0x70, 0x4c, 0x2c, 0x17, 0xa7, 0x11, 0xbc, 0x3d, 0xb3, 0x97, 0xa6, 0xa0, 0xd8, 0x23, 0x76, 0x5b, 0x42 } } }; static const struct cckprng_op_generate op_init_5198 = { .hd = { .id = 4942, .kind = OP_GENERATE }, .rand_nbytes = 257, .out = { .rand = { 0xa2, 0x06, 0xd5, 0xbb, 0x2d, 0x1d, 0x9f, 0x38, 0xf8, 0x42, 0x32, 0x82, 0xcc, 0xd0, 0x58, 0x92, 0x41, 0x90, 0x9f, 0xf2, 0xf5, 0xce, 0x8b, 0xa3, 0x7b, 0x3b, 0xc5, 0x06, 0xf3, 0x37, 0xd5, 0x27, 0x22, 0x7e, 0xc7, 0xef, 0x8d, 0x2c, 0xd4, 0xa6, 0x2a, 0x4f, 0x02, 0x0e, 0x72, 0xfa, 0xf6, 0xed, 0x3d, 0xb8, 0xb3, 0x8e, 0x3e, 0xf9, 0x58, 0x1d, 0xa9, 0xec, 0x58, 0x65, 0x9e, 0x84, 0x5e, 0xb2, 0x59, 0xd1, 0x73, 0x5f, 0xa8, 0xfe, 0xc6, 0x47, 0x41, 0xb3, 0xd8, 0x2c, 0x1a, 0xdc, 0x88, 0x6c, 0x1a, 0x08, 0xfe, 0xdd, 0xcb, 0x53, 0x37, 0xc0, 0xc5, 0xba, 0x0e, 0xec, 0x31, 0x09, 0xb4, 0x49, 0x5f, 0xb3, 0xc0, 0xe5, 0xe6, 0x63, 0xf1, 0x70, 0xbe, 0x2b, 0xfb, 0x85, 0x50, 0x79, 0xa8, 0x64, 0x39, 0x14, 0x34, 0x59, 0x80, 0xd8, 0xbe, 0x1d, 0xf0, 0x78, 0xd1, 0x44, 0x68, 0x25, 0x9d, 0xd0, 0x29, 0xda, 0x3a, 0x7a, 0x10, 0x8d, 0x64, 0x33, 0x48, 0x88, 0x25, 0x0d, 0xb3, 0xc9, 0xe3, 0x95, 0x05, 0x50, 0x12, 0x3d, 0xa5, 0xf2, 0x49, 0xab, 0x14, 0x2e, 0xd2, 0x66, 0xc5, 0x87, 0x97, 0x72, 0x10, 0x4f, 0x4a, 0x53, 0x18, 0x05, 0xa5, 0x5a, 0xbb, 0x30, 0x35, 0xf0, 0xca, 0x11, 0x44, 0x12, 0x47, 0xbb, 0x24, 0x77, 0x73, 0xc3, 0x96, 0x89, 0xda, 0x1d, 0xbb, 0x6a, 0xd9, 0x16, 0xba, 0xb6, 0x45, 0x1f, 0xaa, 0x11, 0x23, 0xc8, 0xb8, 0xd1, 0xad, 0x0b, 0x1d, 0x53, 0xc5, 0x6f, 0xd0, 0x24, 0xd1, 0xe3, 0x0a, 0x3b, 0x9c, 0x25, 0x61, 0x55, 0x4e, 0xcb, 0x97, 0x0e, 0x56, 0x5a, 0xd7, 0xf0, 0x64, 0x39, 0x0a, 0x32, 0xea, 0x3c, 0x6d, 0x01, 0x80, 0x89, 0x28, 0x7f, 0x2e, 0x7c, 0x02, 0xcc, 0x75, 0x96, 0x49, 0x5d, 0x72, 0x8e, 0x51, 0x04, 0xdf, 0x8e, 0x97, 0x83, 0x0e, 0xb1, 0x58, 0x2e, 0x36 } } }; static const struct cckprng_op_refresh op_refresh_5199 = { .hd = { .id = 4943, .kind = OP_REFRESH }, .rand = 2633512193582456242ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5200 = { .hd = { .id = 4944, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0x66, 0x7e, 0x6b, 0xf8, 0x5f, 0x99, 0x1d, 0xa8, 0xaa, 0x9d, 0x98, 0xd3, 0xce, 0xa8, 0x11, 0x0a, 0xc5, 0x6d, 0xa6, 0x65, 0x04, 0x79, 0x96, 0x1b, 0x9d, 0x8f, 0xe7, 0x73, 0x85, 0x59, 0x40, 0x5f, 0x11, 0x14, 0x73, 0x32, 0x2b, 0xc8, 0x6d, 0x11, 0xe8, 0xae, 0x19, 0x2f, 0xb3, 0xf6, 0x05, 0xc5, 0x5f, 0x29, 0xcb, 0xfd, 0x0b, 0x38, 0xf1, 0xe0, 0x96, 0xff, 0x3c, 0x90, 0x66, 0x84, 0x90, 0x12, 0x39, 0x01, 0x43, 0x90, 0xe1, 0x92, 0x52, 0xee, 0xd4, 0x07, 0x8e, 0x22, 0xa7, 0x6d, 0x52, 0xd7, 0xbf, 0x2f, 0xa9, 0xf0, 0x52, 0xe7, 0xb3, 0xc4, 0x9d, 0x9f, 0x70, 0x43, 0x52, 0x71, 0x09, 0x04, 0x60, 0x05, 0x7a, 0xc9, 0x98, 0x3f, 0xe0, 0xbb, 0xb2, 0x57, 0x5d, 0xb5, 0xac, 0x7e, 0xc6, 0xf1, 0x4a, 0x3f, 0xad, 0x04, 0xa5, 0xa1, 0x86, 0x84, 0x9a, 0xd9, 0x26, 0xe8, 0x62, 0xf2, 0xec, 0x83, 0x96, 0x30, 0xa5, 0xb8, 0xd0, 0xb5, 0x57, 0x90, 0x31, 0xee, 0x20 } } }; static const struct cckprng_op_reseed op_reseed_5201 = { .hd = { .id = 4945, .kind = OP_RESEED }, .nonce = 7443823349408743948ULL, .seed_nbytes = 275, .seed = { 0x00, 0xef, 0xf0, 0xfb, 0x95, 0x68, 0x2a, 0x93, 0x57, 0x00, 0x91, 0x47, 0xe7, 0x78, 0x2d, 0xf9, 0xbe, 0xc1, 0xda, 0x8c, 0xa0, 0x99, 0xba, 0xac, 0xb5, 0x99, 0x0e, 0xb9, 0x55, 0x7e, 0xce, 0xa2, 0x26, 0x4b, 0xba, 0x48, 0x37, 0x98, 0xa5, 0x04, 0xac, 0x61, 0xc7, 0x46, 0xfa, 0x0d, 0xd6, 0x43, 0x3f, 0x35, 0x38, 0xe5, 0x54, 0x88, 0xd6, 0xb6, 0x5a, 0x47, 0xd4, 0x56, 0x78, 0x04, 0x72, 0x96, 0xdd, 0x94, 0xba, 0x5a, 0x7d, 0x10, 0x9a, 0xb8, 0x98, 0x90, 0xf3, 0x05, 0x6a, 0x76, 0x4d, 0x36, 0x5a, 0x8d, 0x11, 0xb4, 0x81, 0xac, 0xec, 0x10, 0x38, 0x96, 0x5a, 0xbc, 0x3a, 0x52, 0x3c, 0xb9, 0xb9, 0xd0, 0x3c, 0x34, 0x2b, 0x33, 0xba, 0xa8, 0x10, 0x41, 0xc0, 0xc7, 0xf7, 0x11, 0x0d, 0x29, 0x90, 0xd5, 0xd3, 0x5e, 0x2f, 0xf2, 0x37, 0x2f, 0x08, 0x4d, 0xa5, 0x25, 0x81, 0xa1, 0xd7, 0xe8, 0xf6, 0xb2, 0xc8, 0xe7, 0x93, 0x09, 0xa5, 0x49, 0x90, 0x48, 0xde, 0x0d, 0xbd, 0xfa, 0x6e, 0x56, 0x5f, 0xf3, 0xc6, 0x1e, 0x3a, 0xdf, 0xe9, 0x3b, 0x7f, 0xb0, 0x5e, 0x48, 0xf3, 0xe2, 0xe0, 0xff, 0x07, 0x85, 0x2f, 0x5c, 0xbe, 0xf3, 0xde, 0xd2, 0xf5, 0xb2, 0xda, 0xfd, 0x50, 0x74, 0x15, 0x65, 0xf3, 0xa7, 0xfa, 0x13, 0xb3, 0x53, 0xbd, 0x10, 0x35, 0x7e, 0xbf, 0x10, 0x70, 0xa2, 0xe9, 0xfd, 0x22, 0x35, 0x44, 0xed, 0x7d, 0x63, 0x62, 0x38, 0xf9, 0x54, 0x43, 0x3c, 0xff, 0x3e, 0xf2, 0x50, 0x9f, 0xa4, 0xdc, 0x4f, 0x5c, 0x29, 0x6d, 0x59, 0x55, 0x26, 0xeb, 0x37, 0xc8, 0x1f, 0x63, 0xfb, 0x41, 0x1e, 0xe7, 0xa2, 0x4b, 0x87, 0x74, 0x06, 0x42, 0xb9, 0xd6, 0x1c, 0xac, 0x36, 0xa3, 0x28, 0x36, 0xc6, 0x94, 0x58, 0xa7, 0xf7, 0x58, 0x30, 0x9b, 0xc0, 0xaf, 0xd6, 0x4b, 0x5a, 0xe0, 0xd5, 0xc9, 0x5a, 0x50, 0x92, 0xba, 0xa1, 0x70, 0xaa, 0xad, 0x9d, 0xbd, 0x1b, 0x11, 0x7d, 0x74, 0x9d, 0xb6, 0x82, 0x54 } }; static const struct cckprng_op_refresh op_refresh_5202 = { .hd = { .id = 4946, .kind = OP_REFRESH }, .rand = 3593537613867593021ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5203 = { .hd = { .id = 4947, .kind = OP_GENERATE }, .rand_nbytes = 263, .out = { .rand = { 0x08, 0x8c, 0x0b, 0xeb, 0x99, 0xc6, 0x3c, 0x0d, 0xee, 0x3b, 0x58, 0x27, 0xb7, 0xfe, 0x5c, 0x57, 0xf6, 0x4e, 0x48, 0xc6, 0xc0, 0xa9, 0x9a, 0x85, 0x2d, 0x7a, 0x3e, 0xe5, 0xe4, 0xcd, 0xaa, 0xce, 0x98, 0x96, 0x4a, 0xa7, 0x4d, 0x25, 0x79, 0xff, 0x0b, 0x23, 0x38, 0x3e, 0x85, 0xf8, 0xcf, 0x21, 0x84, 0x8c, 0xe1, 0xa8, 0x54, 0xb1, 0xb7, 0x54, 0x60, 0x33, 0xfb, 0x07, 0x46, 0x56, 0xab, 0x2a, 0xc0, 0x07, 0x2f, 0x42, 0xbb, 0x64, 0x8e, 0x0f, 0xcd, 0x53, 0xf8, 0x26, 0xcb, 0x4a, 0x37, 0x49, 0x43, 0x52, 0xc4, 0xeb, 0x46, 0xa6, 0xd9, 0x2a, 0x3c, 0x03, 0x9b, 0xd8, 0x66, 0xa7, 0x54, 0x1a, 0xe1, 0xeb, 0x59, 0x34, 0x0f, 0x38, 0x19, 0x57, 0x1b, 0xf9, 0x38, 0x77, 0x0e, 0x92, 0xa2, 0x39, 0x02, 0x97, 0xc2, 0x08, 0x6d, 0xdb, 0xc6, 0x76, 0xfb, 0xc2, 0x03, 0x20, 0x23, 0x5c, 0x7c, 0x61, 0xad, 0x3d, 0x91, 0x6b, 0x28, 0xb2, 0x79, 0x70, 0x91, 0x29, 0x0f, 0xcd, 0x76, 0x30, 0xdd, 0xa0, 0x73, 0x91, 0x3c, 0x1e, 0xbd, 0x43, 0xf1, 0x87, 0xa9, 0x0f, 0xf8, 0x31, 0x9c, 0x8e, 0xa7, 0xf0, 0x69, 0x2f, 0x44, 0x55, 0x09, 0x88, 0x15, 0x84, 0x4e, 0xad, 0xd8, 0xe4, 0xee, 0x0a, 0x4e, 0xbb, 0x31, 0x84, 0xd8, 0xa5, 0xab, 0x47, 0xa9, 0xce, 0x37, 0xc1, 0x05, 0x9d, 0x69, 0x04, 0x95, 0x07, 0x78, 0x14, 0xc8, 0x58, 0x08, 0xd8, 0xca, 0xcc, 0x5b, 0xce, 0xf6, 0xa6, 0x34, 0x1e, 0x3b, 0x98, 0xdd, 0xfb, 0x08, 0xcf, 0x81, 0x6a, 0x30, 0x40, 0x90, 0x9f, 0x60, 0x3e, 0x64, 0x69, 0xd2, 0xda, 0x6f, 0xd6, 0xa1, 0x57, 0x21, 0xf0, 0x99, 0xef, 0xb5, 0x2d, 0x10, 0xe3, 0x5f, 0x58, 0xb2, 0xcb, 0xf4, 0xd7, 0xa6, 0x76, 0xb1, 0xaf, 0xc3, 0x72, 0x41, 0x15, 0x68, 0xc1, 0x48, 0xfd, 0x89, 0xea, 0x2d, 0x75, 0x88, 0x63, 0xf9, 0x79, 0x0b } } }; static const struct cckprng_op_generate op_init_5204 = { .hd = { .id = 4948, .kind = OP_GENERATE }, .rand_nbytes = 45, .out = { .rand = { 0xf7, 0xaf, 0x17, 0x05, 0xd4, 0x75, 0x29, 0x15, 0x5a, 0x1c, 0xc2, 0x09, 0xc3, 0x1e, 0xfb, 0x04, 0xb1, 0x76, 0x2a, 0x04, 0x35, 0x66, 0x81, 0x4d, 0xc6, 0xaf, 0x03, 0x22, 0xc9, 0xd8, 0x7c, 0x93, 0x0d, 0xc2, 0x70, 0x38, 0xa4, 0x85, 0x1e, 0xbd, 0x41, 0x91, 0xe7, 0x52, 0x0b } } }; static const struct cckprng_op_reseed op_reseed_5205 = { .hd = { .id = 4949, .kind = OP_RESEED }, .nonce = 15903105346613138115ULL, .seed_nbytes = 251, .seed = { 0x26, 0x8e, 0xa7, 0xe0, 0xeb, 0xd7, 0xf2, 0xe6, 0xf7, 0xba, 0x34, 0x86, 0x71, 0x9d, 0xf9, 0x0d, 0x3c, 0x3e, 0xc0, 0xa1, 0x16, 0x42, 0x3d, 0x53, 0x29, 0x99, 0x2b, 0xd8, 0xf7, 0x4f, 0xc0, 0x12, 0xc4, 0x71, 0x45, 0x18, 0xaa, 0x6c, 0x86, 0x15, 0x4c, 0x8b, 0x72, 0xe0, 0xbf, 0x6c, 0x4e, 0xdd, 0x96, 0x18, 0xb8, 0x3c, 0x9f, 0x01, 0x23, 0x0e, 0x81, 0x4e, 0x02, 0x62, 0x58, 0xa5, 0xcd, 0x06, 0x85, 0x2f, 0x47, 0x18, 0x53, 0xda, 0x21, 0xd8, 0xe9, 0x02, 0x5d, 0x8c, 0xc4, 0x39, 0x2a, 0xfc, 0xdb, 0x98, 0x2a, 0x0c, 0x74, 0x8e, 0xd1, 0xd2, 0x87, 0x76, 0x93, 0xdf, 0x08, 0x8b, 0x18, 0x74, 0xea, 0xbb, 0x96, 0x20, 0x21, 0x95, 0x70, 0x4c, 0xf4, 0x7f, 0xe8, 0x78, 0xf4, 0x9b, 0xbb, 0x6c, 0x1c, 0xfe, 0x7c, 0x71, 0x22, 0xfb, 0xb9, 0xbb, 0x2d, 0x6e, 0x94, 0x93, 0xc2, 0xbb, 0xc1, 0x8b, 0xda, 0xab, 0x2b, 0xad, 0x0b, 0x96, 0xf7, 0x74, 0xc2, 0xdf, 0x22, 0x35, 0x35, 0x53, 0xe5, 0xda, 0x2f, 0xa7, 0xa6, 0x81, 0x43, 0xa7, 0x77, 0xb6, 0xec, 0xa1, 0xa0, 0x52, 0x09, 0x42, 0xb0, 0x7b, 0xf7, 0x4e, 0xbb, 0x93, 0x95, 0x0b, 0xbb, 0xeb, 0x5c, 0x84, 0x5c, 0x2b, 0x32, 0x6a, 0x15, 0xbd, 0x89, 0xc7, 0xcf, 0x41, 0xc7, 0x0c, 0x8b, 0x25, 0x0f, 0x42, 0xff, 0x91, 0x9c, 0xab, 0x23, 0x64, 0x1c, 0x63, 0x46, 0x7d, 0x97, 0x74, 0x9a, 0xdf, 0x19, 0xb4, 0xc6, 0xbd, 0x5e, 0x94, 0xcd, 0xa5, 0xf1, 0xde, 0x20, 0x64, 0x81, 0x73, 0xf7, 0xd8, 0x21, 0xc5, 0xf7, 0x76, 0x0e, 0x4b, 0x0b, 0xa9, 0x5c, 0x26, 0x87, 0xba, 0xd2, 0x3d, 0x5a, 0xbd, 0x84, 0x04, 0x99, 0x50, 0x45, 0x6f, 0x63, 0x13, 0x66, 0x7c, 0x8b, 0x32, 0xbe, 0x08, 0x22, 0x81, 0x70, 0xbc, 0xa3 } }; static const struct cckprng_op_generate op_init_5206 = { .hd = { .id = 4950, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0x3a, 0xf5, 0xe3, 0x5b, 0x02, 0x8e, 0xaa, 0xb8, 0x2a, 0xa4, 0x7d, 0x6b, 0xb2, 0xbf, 0xdb, 0x3e, 0x0e, 0xa2, 0xed, 0x5c, 0x4b, 0x76, 0xb7, 0x25, 0xf3, 0x48, 0xbd, 0xf7, 0x1b, 0xb9, 0x27, 0x0f, 0x08, 0x58, 0xa7, 0x1e, 0x01, 0xef, 0x6d, 0x12, 0xca, 0xab, 0xf3, 0xb2, 0xde, 0xd6, 0x8c, 0xe8, 0x37, 0xa0, 0xa5, 0x6f, 0xd1, 0xa1, 0x4c, 0xed, 0xb3, 0xea, 0x7a, 0xde, 0x77, 0x76, 0xe1, 0x75, 0x7e, 0xe4, 0x7f, 0x6f, 0x78, 0x80, 0x92, 0x54, 0x4c, 0xf3, 0x44, 0x6f, 0xda, 0x39, 0x69, 0xa9, 0xd5, 0x1f, 0xd4, 0x95, 0x80, 0x14, 0x94, 0xa2, 0x4b, 0x30, 0x4a, 0x8b, 0x86, 0x36, 0x7b, 0x29, 0x53, 0xac, 0xfa, 0x14, 0x10, 0xca, 0xe3, 0x99, 0x71, 0x0b, 0xae, 0xde, 0x9a, 0x04, 0x17, 0x2c, 0x0e, 0x96, 0x16, 0xd3, 0x47, 0xcd, 0xad, 0xa8, 0x94, 0x29, 0x6d, 0x02, 0xbf, 0x5a, 0x2a, 0x7c, 0x5e, 0xb3, 0x51, 0x83, 0x81, 0xf2, 0xb6, 0x7b, 0xa8, 0x72, 0x82, 0x1e, 0x47, 0x6e, 0x19, 0x37, 0x4f, 0x1a, 0x39, 0x0f, 0x62, 0x07, 0x47, 0x5c, 0x09, 0x2f, 0x11, 0x86, 0xd6, 0x0d, 0x4e, 0xdd, 0xc9, 0xc2, 0x33, 0x12, 0x04, 0xa6, 0x71, 0x65, 0x6a, 0xc4, 0x35, 0x97, 0x47, 0xe6, 0xc9, 0x98, 0xe5, 0x83, 0xb6, 0xd8, 0x8e, 0x68, 0xcf, 0x30, 0x07, 0x9d, 0x74, 0xb6, 0xb8, 0x4d, 0xbd, 0xdc, 0xa4, 0xf8, 0x06, 0x68, 0x7a, 0x26, 0xd7, 0x83, 0x53, 0x1d, 0xc2, 0xd1, 0x2d, 0x91, 0x08, 0xb5, 0x87, 0x90, 0x8e, 0x7c, 0x62, 0x93, 0x96, 0xbb, 0x07, 0xba, 0xc7, 0x1a, 0x3b, 0xeb, 0xf7, 0x25 } } }; static const struct cckprng_op_reseed op_reseed_5207 = { .hd = { .id = 4951, .kind = OP_RESEED }, .nonce = 14971472395023567222ULL, .seed_nbytes = 59, .seed = { 0xb0, 0x46, 0x32, 0x62, 0xcd, 0xc5, 0x09, 0xd8, 0x10, 0x95, 0x15, 0xe6, 0xe2, 0xea, 0x58, 0x86, 0xf2, 0x3e, 0x3d, 0x45, 0x9d, 0x2d, 0xc3, 0xea, 0xdf, 0x81, 0x78, 0xd8, 0x6b, 0xc4, 0xe9, 0x58, 0x83, 0xcc, 0xe7, 0xd4, 0x9d, 0xa8, 0xeb, 0xc2, 0xe2, 0xb3, 0xfd, 0x7d, 0xc5, 0x90, 0xd7, 0xd3, 0x25, 0x00, 0x4e, 0xa5, 0x8d, 0x21, 0xee, 0x65, 0x38, 0xa9, 0xc8 } }; static const struct cckprng_op_reseed op_reseed_5208 = { .hd = { .id = 4952, .kind = OP_RESEED }, .nonce = 8788784427887425857ULL, .seed_nbytes = 31, .seed = { 0xf3, 0xda, 0x30, 0xdc, 0xa4, 0x90, 0xd4, 0xb5, 0x9d, 0x97, 0xd9, 0xcc, 0x49, 0x9f, 0x0a, 0x9c, 0x36, 0x26, 0x1f, 0x61, 0x50, 0xf5, 0xbc, 0x14, 0xf3, 0x90, 0xb5, 0x9f, 0x16, 0x19, 0xc4 } }; static const struct cckprng_op_reseed op_reseed_5209 = { .hd = { .id = 4953, .kind = OP_RESEED }, .nonce = 3543134899570493891ULL, .seed_nbytes = 73, .seed = { 0xe7, 0x76, 0x32, 0x29, 0x63, 0x06, 0x62, 0x80, 0x85, 0x88, 0x84, 0xa5, 0x96, 0x84, 0xf9, 0x67, 0x1c, 0xcc, 0x45, 0x4c, 0x50, 0xa1, 0x62, 0x27, 0x71, 0xbe, 0x82, 0x79, 0xeb, 0x93, 0x3b, 0x08, 0x69, 0xf8, 0xf5, 0x37, 0xf0, 0x69, 0xe6, 0xea, 0xe3, 0x04, 0x6e, 0x19, 0xbc, 0x8b, 0x8c, 0xcd, 0x54, 0x4f, 0xff, 0x61, 0x85, 0xb6, 0xa1, 0x16, 0x14, 0xbf, 0x26, 0x3a, 0x86, 0x5f, 0x57, 0xbc, 0x9d, 0x7a, 0x69, 0xcb, 0x9d, 0xda, 0x1b, 0xe7, 0x04 } }; static const struct cckprng_op_reseed op_reseed_5210 = { .hd = { .id = 4954, .kind = OP_RESEED }, .nonce = 9873072115294017500ULL, .seed_nbytes = 276, .seed = { 0x94, 0xf5, 0x4b, 0x1e, 0xf7, 0x61, 0x99, 0xeb, 0x02, 0xab, 0x45, 0xbe, 0x42, 0x26, 0x79, 0xeb, 0xa3, 0xc3, 0x3f, 0x4b, 0xbd, 0x77, 0xc9, 0x95, 0x16, 0xff, 0x8d, 0xb3, 0x61, 0x4b, 0x42, 0x0d, 0x16, 0x1a, 0x1b, 0xb6, 0x80, 0x40, 0xdd, 0x79, 0x84, 0x75, 0x5e, 0xe9, 0x0b, 0x74, 0xb8, 0x31, 0x85, 0x79, 0xb4, 0x10, 0x67, 0xf9, 0x9f, 0xb2, 0xd0, 0x24, 0x9c, 0xa6, 0xcd, 0xfd, 0x7a, 0xdf, 0x1d, 0x2e, 0x0e, 0xec, 0x70, 0x4a, 0xb0, 0x6b, 0x2e, 0x88, 0x10, 0x6b, 0xfa, 0xa8, 0xd6, 0x14, 0xb1, 0x61, 0xae, 0x4a, 0x0e, 0xce, 0x93, 0xf8, 0xff, 0x17, 0x8a, 0x4d, 0x4f, 0x6c, 0xf2, 0x13, 0x15, 0xeb, 0x65, 0x8d, 0xe2, 0xa6, 0xc8, 0x44, 0xbd, 0xfc, 0x66, 0xb7, 0xb3, 0xe5, 0x6d, 0x04, 0x0e, 0x77, 0xe5, 0x1b, 0xfa, 0xc0, 0x2e, 0x6c, 0xbc, 0x3a, 0x17, 0x3e, 0x20, 0xcd, 0x3e, 0x25, 0x36, 0x9d, 0xe1, 0x23, 0x10, 0x6c, 0x3b, 0x96, 0x50, 0x4f, 0xa3, 0xce, 0x30, 0x04, 0x0c, 0x68, 0x68, 0xa8, 0x6e, 0xe0, 0x5b, 0x30, 0xde, 0x93, 0x85, 0x4e, 0xe4, 0x0b, 0x53, 0x5f, 0x62, 0xac, 0xbb, 0x0d, 0xcb, 0xb5, 0x2c, 0x55, 0x41, 0xb0, 0x35, 0xee, 0xe5, 0xdc, 0x30, 0xb0, 0x0d, 0xad, 0x1a, 0xc7, 0xb2, 0xb8, 0x26, 0x56, 0x10, 0x73, 0xb8, 0x40, 0x7d, 0x5e, 0xf6, 0xf0, 0x0b, 0x2f, 0x6e, 0x25, 0x2a, 0xfb, 0x6b, 0x1c, 0xa7, 0xfe, 0x23, 0x48, 0x19, 0x8c, 0x67, 0xba, 0xb9, 0x91, 0x16, 0x90, 0xbd, 0xdc, 0x79, 0xd6, 0x2c, 0xe7, 0x08, 0xcd, 0x61, 0x9c, 0xb8, 0x5f, 0x9c, 0xd1, 0xaa, 0xd5, 0xf4, 0x9a, 0xc3, 0x8c, 0x9e, 0x0c, 0x70, 0x42, 0x03, 0x47, 0x08, 0xa5, 0x94, 0x75, 0x25, 0x72, 0xc5, 0xa3, 0x61, 0xe0, 0x7c, 0x1e, 0x6b, 0x44, 0x8e, 0x42, 0xfb, 0x17, 0x36, 0x4d, 0xef, 0xed, 0x63, 0x49, 0xa8, 0x6d, 0x69, 0x6d, 0x5f, 0x18, 0x73, 0xf6, 0x7a, 0x36, 0xde, 0xd6, 0xe0, 0x6f, 0x5a, 0x61 } }; static const struct cckprng_op_refresh op_refresh_5211 = { .hd = { .id = 4955, .kind = OP_REFRESH }, .rand = 11892386397964645194ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5212 = { .hd = { .id = 4956, .kind = OP_REFRESH }, .rand = 3473324125924448564ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5213 = { .hd = { .id = 4957, .kind = OP_RESEED }, .nonce = 1571525942478333882ULL, .seed_nbytes = 17, .seed = { 0xdc, 0x33, 0xf2, 0xc3, 0x9b, 0xa2, 0x3e, 0x49, 0xd0, 0x81, 0x20, 0xdf, 0xde, 0xdf, 0x5a, 0xb9, 0xad } }; static const struct cckprng_op_generate op_init_5214 = { .hd = { .id = 4958, .kind = OP_GENERATE }, .rand_nbytes = 202, .out = { .rand = { 0xd2, 0x97, 0x90, 0x07, 0x35, 0xd0, 0x78, 0xb7, 0x6d, 0xbd, 0x4d, 0x8e, 0x6f, 0xcc, 0xc1, 0xda, 0x4a, 0x51, 0x0e, 0xeb, 0xcb, 0x14, 0x21, 0xac, 0x7f, 0xf7, 0xb6, 0x34, 0x81, 0x1f, 0x27, 0x0a, 0x34, 0xe9, 0x64, 0xaf, 0x58, 0x0d, 0x6d, 0x26, 0xa6, 0xa3, 0x16, 0xab, 0x83, 0xf0, 0x98, 0xc2, 0xd3, 0xca, 0xf8, 0x60, 0x3d, 0x0d, 0x55, 0x3a, 0xa8, 0xe6, 0xfa, 0x47, 0xf8, 0x4f, 0xd7, 0x36, 0xe4, 0x8f, 0x87, 0x87, 0x08, 0x35, 0x92, 0x91, 0x19, 0x83, 0x32, 0x90, 0x64, 0x05, 0x2e, 0xea, 0x33, 0xc1, 0x7c, 0x60, 0xc6, 0x25, 0x87, 0x61, 0x41, 0xb1, 0x93, 0xf7, 0x3f, 0xbe, 0x98, 0x89, 0xea, 0x07, 0x72, 0x18, 0x9c, 0xf4, 0x80, 0x2a, 0x60, 0x11, 0x2b, 0xec, 0x74, 0x45, 0x6c, 0x94, 0x5a, 0x6f, 0xb8, 0x37, 0xb5, 0xc5, 0x8d, 0x9f, 0xa9, 0x9e, 0xe6, 0x51, 0x8e, 0xc0, 0x8d, 0x5a, 0xbd, 0x1b, 0xe4, 0xed, 0xda, 0x53, 0x73, 0x7a, 0x39, 0x2e, 0x03, 0x3a, 0x59, 0xf6, 0x83, 0xbf, 0xfa, 0x27, 0x7f, 0xb6, 0x90, 0xcb, 0x9d, 0x70, 0xdf, 0xb5, 0xc0, 0xaa, 0x3f, 0xad, 0xd8, 0x95, 0xd1, 0x26, 0xe6, 0xa3, 0x9c, 0x24, 0xa1, 0x39, 0x10, 0x28, 0x04, 0x3d, 0x8b, 0x65, 0xe0, 0xed, 0x51, 0xb8, 0xaa, 0xe2, 0xbe, 0xe3, 0x32, 0x56, 0x77, 0x26, 0x43, 0x42, 0xd3, 0x2e, 0x0d, 0x0e, 0xd2, 0xce, 0x6a, 0xde, 0x45, 0xa0, 0x9b, 0xe2, 0x3d, 0x80 } } }; static const struct cckprng_op_generate op_init_5215 = { .hd = { .id = 4959, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0x69, 0xad, 0xef, 0x74, 0x95, 0xad, 0x29, 0x4c, 0xcb, 0xae, 0x74, 0x8f, 0x46, 0x00, 0xe6, 0x3c, 0xc9, 0x2e, 0x4a, 0xd2, 0x71, 0xb7, 0x27, 0x34, 0x35, 0x03, 0x1a, 0xaf, 0x84, 0x9b, 0x97, 0x59, 0xa4, 0x3e, 0x12, 0x44, 0x90, 0xb6, 0xe6, 0xa1, 0xa5, 0x37, 0xdc, 0x5b, 0xbb, 0x22, 0x3f, 0x6d, 0xed, 0x3c, 0x7b, 0xee, 0x0f, 0x19, 0xe7, 0xa2, 0x9a, 0x66, 0xdf, 0x16, 0xd6, 0x9c, 0x35, 0xef, 0x4c, 0x71, 0x48, 0x2f, 0x6f, 0xa6, 0xae, 0xf3, 0x7f, 0x67, 0x26, 0x2f, 0x9f, 0xbd, 0xfa, 0x26, 0x31, 0xb7, 0xb8, 0x5c, 0x21, 0x11, 0x34, 0x78, 0xa1, 0xf1, 0xf2, 0x0a, 0x15, 0x2b, 0x23, 0x2f, 0xb8, 0xfa, 0x9d, 0x36, 0x13, 0x2b, 0xcd, 0xce, 0xe6, 0x33, 0x4b, 0x71, 0x96, 0x22, 0x37, 0x64, 0x68, 0x8d, 0x17, 0x5a, 0xb3, 0x99, 0xba, 0x41, 0x68, 0x47, 0xba, 0x59, 0x0e, 0xca, 0x0f, 0xc1 } } }; static const struct cckprng_op_refresh op_refresh_5216 = { .hd = { .id = 4960, .kind = OP_REFRESH }, .rand = 10649338692471397719ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5217 = { .hd = { .id = 4961, .kind = OP_GENERATE }, .rand_nbytes = 103, .out = { .rand = { 0xcd, 0x9b, 0x94, 0xe3, 0x01, 0xb8, 0x49, 0x03, 0x37, 0x85, 0xe5, 0xd4, 0x18, 0xba, 0xa9, 0x9a, 0x41, 0x94, 0x66, 0x6a, 0x1a, 0x8f, 0x90, 0x88, 0xa1, 0x6e, 0x17, 0x20, 0x6e, 0x26, 0xc6, 0x81, 0xdb, 0x10, 0x1c, 0xe2, 0xc6, 0xf7, 0xb7, 0xa9, 0x24, 0xd2, 0x1c, 0xee, 0x65, 0xf5, 0xc9, 0xcd, 0xb0, 0x09, 0x38, 0xf1, 0x82, 0x27, 0xd2, 0x17, 0xaf, 0x73, 0xc3, 0xaf, 0x7a, 0x03, 0x0e, 0x36, 0x0a, 0x8b, 0x79, 0x9d, 0xb5, 0x2f, 0xa1, 0x53, 0x01, 0xd0, 0xe7, 0x92, 0xa6, 0x3c, 0xfc, 0x41, 0x70, 0xbf, 0xbb, 0x19, 0x8d, 0x78, 0x75, 0xfb, 0xd3, 0x71, 0x0c, 0x2f, 0x80, 0x08, 0x88, 0xb8, 0x43, 0x03, 0x71, 0x65, 0xd0, 0xc2, 0xb5 } } }; static const struct cckprng_op_reseed op_reseed_5218 = { .hd = { .id = 4962, .kind = OP_RESEED }, .nonce = 4256349748671535109ULL, .seed_nbytes = 284, .seed = { 0x4c, 0xa8, 0x1f, 0x09, 0x79, 0x4c, 0x5e, 0x44, 0x3c, 0xb0, 0x0d, 0x43, 0x89, 0x4f, 0x98, 0x96, 0x0e, 0x77, 0x42, 0x77, 0x99, 0x2c, 0xc2, 0xe6, 0xce, 0xa2, 0x98, 0x4a, 0xc3, 0x37, 0xa6, 0x7a, 0xf9, 0x58, 0xa7, 0x58, 0x41, 0x8e, 0xe0, 0xfe, 0x7b, 0xc5, 0x6e, 0x47, 0x4c, 0x33, 0x3c, 0x0c, 0x54, 0xaf, 0xae, 0x67, 0xb7, 0xa7, 0x7d, 0xb1, 0x03, 0x3e, 0xab, 0x5b, 0xa5, 0x81, 0xbe, 0x32, 0xd9, 0xce, 0x17, 0x87, 0x89, 0x0c, 0x1b, 0xe8, 0x13, 0x86, 0x78, 0xf7, 0x8b, 0xac, 0x6b, 0x47, 0x72, 0x5b, 0xa0, 0xf4, 0x6c, 0x15, 0xcd, 0x33, 0xde, 0x15, 0x56, 0xe6, 0x44, 0x0a, 0x8a, 0x2e, 0x63, 0x70, 0xd9, 0xdf, 0xe9, 0x9e, 0x8e, 0xa6, 0xa8, 0xa5, 0x4c, 0x91, 0xcf, 0xd5, 0x90, 0xa4, 0xd9, 0x44, 0x4e, 0xa8, 0x38, 0x2d, 0x2d, 0xe1, 0xbf, 0x2f, 0x3e, 0xe8, 0x9a, 0xe8, 0x65, 0xd2, 0x3e, 0x36, 0x58, 0x70, 0xff, 0x85, 0xec, 0x74, 0x92, 0x10, 0xb4, 0x33, 0xa0, 0x79, 0xa2, 0xa0, 0x9e, 0x70, 0x7a, 0xeb, 0x28, 0x4b, 0x95, 0xcc, 0x8c, 0xdc, 0x66, 0x81, 0x37, 0x0f, 0x75, 0xb9, 0xbd, 0x20, 0x4d, 0x13, 0xaf, 0x6d, 0xc8, 0x0a, 0x94, 0xd7, 0x15, 0x5d, 0x79, 0x8b, 0x45, 0xe8, 0x50, 0x5c, 0x96, 0x8d, 0xe8, 0xab, 0x32, 0xa1, 0x4d, 0xbb, 0xc2, 0xad, 0x8e, 0x9f, 0xd9, 0xff, 0xee, 0xd7, 0x95, 0xd7, 0xda, 0x74, 0xa3, 0xb4, 0x69, 0xb3, 0x47, 0x0e, 0xd0, 0xd7, 0x58, 0x76, 0x87, 0x30, 0x56, 0xd6, 0x84, 0x39, 0x46, 0xf9, 0x20, 0xa0, 0xeb, 0x81, 0x49, 0x96, 0x8d, 0xbd, 0xee, 0x41, 0x44, 0xdd, 0x3d, 0x5a, 0x32, 0x46, 0x37, 0x61, 0xe2, 0x2c, 0x25, 0x4e, 0x58, 0xc1, 0x02, 0x83, 0x94, 0x24, 0x4b, 0x41, 0x68, 0x41, 0xd4, 0x2f, 0x6b, 0x4c, 0x89, 0xf6, 0xc0, 0x37, 0x18, 0xd0, 0x43, 0x73, 0xff, 0x11, 0x60, 0x5d, 0xcc, 0x71, 0x77, 0xe6, 0xc7, 0x25, 0x93, 0xb5, 0x41, 0xbc, 0x37, 0x16, 0xa4, 0x8f, 0x02, 0x46, 0xb3, 0xbb, 0x97, 0x4b } }; static const struct cckprng_op_generate op_init_5219 = { .hd = { .id = 4963, .kind = OP_GENERATE }, .rand_nbytes = 267, .out = { .rand = { 0x7a, 0x14, 0x19, 0x71, 0x49, 0x47, 0x1c, 0x59, 0x55, 0x23, 0x13, 0x4a, 0xe3, 0xf6, 0x7f, 0x16, 0xf5, 0x50, 0xe9, 0x11, 0xf2, 0x25, 0x6a, 0x8b, 0x52, 0x17, 0xea, 0x74, 0xea, 0x67, 0x90, 0x12, 0xae, 0x0b, 0xe3, 0x01, 0x06, 0x5b, 0x4c, 0xb9, 0x01, 0x68, 0xa8, 0x6c, 0x4f, 0xac, 0x05, 0xf3, 0x1a, 0x60, 0xda, 0x1f, 0x83, 0xa9, 0x71, 0xe1, 0x5c, 0xdb, 0x6d, 0x83, 0x49, 0x57, 0x28, 0x4a, 0x4e, 0x77, 0x93, 0xde, 0x04, 0x33, 0x89, 0x58, 0x49, 0xbf, 0xc4, 0x44, 0xbd, 0x35, 0xe8, 0x16, 0xb7, 0x63, 0x17, 0x67, 0xa4, 0x78, 0xa9, 0xd5, 0x64, 0x09, 0x6c, 0xe0, 0xcd, 0x2a, 0xba, 0xef, 0xba, 0xdb, 0x4b, 0x04, 0x20, 0xcd, 0xa1, 0x0f, 0xe2, 0x79, 0xf5, 0x93, 0xec, 0xd7, 0x5c, 0xec, 0x63, 0xe2, 0xda, 0x1b, 0x0b, 0x4d, 0xa3, 0xdf, 0x8a, 0xd0, 0xf0, 0xfa, 0x63, 0x2b, 0xe2, 0xd3, 0xcc, 0xa8, 0x7d, 0xb5, 0xcd, 0xee, 0x64, 0x58, 0xfa, 0xf4, 0x26, 0xdc, 0x85, 0x8a, 0x13, 0x29, 0xbb, 0x5e, 0x37, 0xb9, 0x97, 0xc2, 0xfa, 0x84, 0x8d, 0x64, 0xaa, 0xa0, 0x0f, 0x24, 0xc2, 0xa1, 0xa3, 0x3a, 0xfd, 0x28, 0x01, 0x27, 0xc2, 0x81, 0xc3, 0xe7, 0x73, 0x82, 0xba, 0x07, 0xa1, 0xfa, 0x40, 0x07, 0x93, 0x2c, 0xe2, 0xce, 0x95, 0x9a, 0x3c, 0xa8, 0x68, 0x78, 0x4d, 0xdc, 0x08, 0x57, 0xf5, 0xdc, 0x48, 0x85, 0xfc, 0x42, 0xcc, 0x56, 0xd7, 0x42, 0x73, 0x70, 0xfc, 0xf6, 0x28, 0x02, 0x65, 0x8e, 0x58, 0x3b, 0xf3, 0xdc, 0x44, 0x59, 0x65, 0x6d, 0x49, 0xb7, 0x47, 0xda, 0xee, 0xdb, 0x87, 0xa4, 0x40, 0x49, 0xc6, 0xb1, 0x0d, 0xee, 0xed, 0x51, 0x22, 0x6c, 0x3d, 0x81, 0xf5, 0x50, 0xb9, 0x67, 0xa2, 0xdc, 0xe0, 0x61, 0xb9, 0x54, 0x47, 0x49, 0x39, 0x0d, 0x5d, 0xf4, 0x05, 0xe5, 0xf3, 0x1c, 0xee, 0x5c, 0x63, 0x93, 0xe8, 0x0f, 0x34, 0xd2, 0xe1 } } }; static const struct cckprng_op_reseed op_reseed_5220 = { .hd = { .id = 4964, .kind = OP_RESEED }, .nonce = 4433756914061482545ULL, .seed_nbytes = 268, .seed = { 0x5c, 0x1c, 0xc9, 0x3a, 0x41, 0x5f, 0xd6, 0x82, 0x27, 0x00, 0x2a, 0x4f, 0x45, 0x85, 0xe7, 0x99, 0x25, 0x4c, 0xce, 0x03, 0xf1, 0xf2, 0x3d, 0x5f, 0xab, 0x0b, 0x03, 0x85, 0xad, 0x1b, 0xcb, 0x10, 0x75, 0x14, 0x27, 0x50, 0x2e, 0x84, 0x22, 0xdf, 0x77, 0x28, 0xcb, 0xfe, 0xd0, 0x8b, 0x93, 0xe8, 0xa8, 0xf4, 0x5d, 0x7d, 0x40, 0x90, 0xff, 0xb1, 0xd3, 0x8d, 0x57, 0xda, 0x08, 0xe5, 0x58, 0x56, 0x80, 0x02, 0xfa, 0xa4, 0xb1, 0xa2, 0x59, 0x12, 0xd1, 0x4d, 0xb5, 0x08, 0x10, 0x75, 0xdc, 0x12, 0x86, 0x13, 0xd9, 0xd9, 0xb9, 0x5c, 0x0a, 0x99, 0xeb, 0x0c, 0xa0, 0xa6, 0x64, 0x37, 0x3d, 0x4b, 0xf8, 0x6e, 0x0e, 0x24, 0xe8, 0x22, 0xfe, 0x02, 0x46, 0xf7, 0x0b, 0xcf, 0x91, 0x71, 0x5e, 0x28, 0xd7, 0x24, 0x9f, 0x86, 0x4e, 0x54, 0xa2, 0xa5, 0xb8, 0xe4, 0x3b, 0x8a, 0x31, 0x7e, 0x52, 0x1f, 0x3d, 0x73, 0xeb, 0x1b, 0xbb, 0x11, 0x0e, 0xc9, 0xa9, 0x01, 0x81, 0xd4, 0x0f, 0x98, 0x4d, 0xbe, 0xc7, 0xea, 0xa8, 0xfc, 0x82, 0xd1, 0xb2, 0xc7, 0x97, 0xe3, 0x61, 0x8f, 0xd1, 0x85, 0x81, 0x05, 0x22, 0x59, 0xfc, 0xf1, 0x20, 0x7f, 0xed, 0x41, 0xce, 0x6b, 0xa4, 0xb2, 0x1d, 0x38, 0x5c, 0xca, 0xe1, 0x43, 0x52, 0xc4, 0x9e, 0x30, 0x22, 0xfc, 0xeb, 0xb4, 0x1d, 0x2a, 0x14, 0x4c, 0x35, 0x43, 0xf5, 0xce, 0x5a, 0x6e, 0x42, 0xd7, 0x59, 0xa4, 0x6a, 0x4e, 0x21, 0xe0, 0x8b, 0x63, 0x21, 0x49, 0xfc, 0x38, 0xee, 0xd6, 0x48, 0x44, 0x00, 0xa4, 0xcc, 0x37, 0xc1, 0x81, 0xd3, 0x12, 0x91, 0x40, 0x49, 0xe6, 0x1e, 0x1c, 0x4f, 0xf5, 0xee, 0xd7, 0x0a, 0x05, 0x4f, 0x70, 0xb7, 0xdb, 0x9b, 0x26, 0x32, 0xd6, 0x51, 0xa1, 0x9f, 0xe0, 0xbf, 0x17, 0xb5, 0xbc, 0x1f, 0x80, 0x8a, 0x49, 0xb7, 0xa1, 0x34, 0x5c, 0x0e, 0x29, 0xd3, 0xe1, 0x77, 0xd1, 0xa1, 0xf6, 0x89, 0x17 } }; static const struct cckprng_op_refresh op_refresh_5221 = { .hd = { .id = 4965, .kind = OP_REFRESH }, .rand = 8343678433299865964ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5222 = { .hd = { .id = 4966, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0xf3, 0xe5, 0x2d, 0x8c, 0x01, 0x7e, 0xe4, 0x42, 0xcd, 0xd1, 0x32, 0x51, 0xdb, 0x88, 0x23, 0x43, 0xcc, 0x74, 0x39, 0x2d, 0x8f, 0x81, 0xf9, 0x0f, 0xf5, 0xcd, 0x13, 0x57, 0xc7, 0xcd, 0x1d, 0xe9, 0x28, 0xe7, 0xf1, 0xc0, 0x95, 0x24, 0x85, 0xe0, 0x1c, 0x41, 0x97, 0x95, 0x2a, 0x24, 0xc5, 0x17, 0x62, 0xe7, 0xfe, 0x95, 0xc1, 0x4a, 0x5e, 0x88, 0xa1, 0x0e, 0x04, 0x51, 0xad, 0x01, 0xbc, 0x6c, 0x21, 0xbd, 0xc3, 0x28, 0x38, 0x70, 0xcf, 0xf6, 0x1f, 0x8a, 0x41, 0x7e, 0x66, 0xba, 0x25, 0xdb, 0xc2, 0x7e, 0x9f, 0x2b, 0x13, 0x72, 0x77, 0x06, 0x00, 0x95, 0x8e, 0xbb, 0x80, 0x30, 0x4f, 0xa6, 0xd5, 0xe6, 0x92, 0x6e, 0x13, 0xb3, 0x70, 0x58, 0x2b, 0x7b, 0xcf, 0xc5, 0x9f, 0xa2, 0x21, 0x5b, 0xc6, 0x2e, 0xba, 0x56, 0xdb, 0xc0, 0x24, 0x97, 0xca, 0x2a, 0xb0, 0xa7, 0x2e, 0xee, 0x5f, 0x44, 0x04, 0x8d, 0xf8, 0xbe, 0x39, 0x03, 0xb3, 0xb4, 0xa4, 0x21, 0x21, 0x73, 0xf8, 0x6e, 0x44, 0x7a, 0x22, 0x0f, 0x02, 0x97, 0x66, 0x3d, 0xa4, 0x1a, 0x35, 0xba, 0x5e, 0xcb, 0x76, 0x8e, 0x34, 0xfc, 0xd4, 0xf0, 0xf2, 0xd2, 0xf4, 0x43, 0x53, 0x8f, 0x61, 0xdd, 0x26, 0x47, 0xce, 0xbf, 0xee, 0x4f, 0xf7, 0xd0, 0xff, 0x4b, 0x03, 0xfa, 0x5a, 0xbf, 0x4a, 0xb7, 0x0d, 0x5b, 0x97, 0xcc, 0x01, 0x53, 0x3f, 0x22, 0xa7, 0x4e, 0x7a, 0x9d, 0x29, 0x14, 0xb7, 0x68, 0x00, 0xd5, 0xa0, 0x9d, 0x20, 0x0d, 0x0c, 0xaa, 0x17, 0xfa, 0xff, 0x92, 0x59, 0x7f, 0x7b, 0xf6, 0x61, 0xb4, 0xb1, 0x1c, 0xfd, 0x49, 0x59, 0xbd, 0x92, 0x91, 0xb0, 0xd7, 0x2c, 0x23, 0x0e, 0x69, 0x6e, 0x8a, 0x98, 0x8d, 0xb1, 0x2a, 0xef, 0xd3 } } }; static const struct cckprng_op_reseed op_reseed_5223 = { .hd = { .id = 4967, .kind = OP_RESEED }, .nonce = 11312457003465763399ULL, .seed_nbytes = 193, .seed = { 0xd2, 0x59, 0x3a, 0x72, 0x33, 0xfe, 0x8a, 0x2c, 0xa3, 0xd9, 0xc9, 0x36, 0xa7, 0x38, 0xd9, 0xf7, 0xc0, 0x36, 0x2d, 0xbf, 0x80, 0x73, 0xcd, 0x3f, 0x21, 0x16, 0xbf, 0xa7, 0x44, 0x09, 0x11, 0x30, 0x53, 0x60, 0xf8, 0x8f, 0xb3, 0x7b, 0xfb, 0xe9, 0xa3, 0x1f, 0xf4, 0xdc, 0xc7, 0x98, 0x1c, 0x7c, 0x22, 0x29, 0x6c, 0x3e, 0xf8, 0x7a, 0xd8, 0x40, 0xfe, 0x6f, 0x2f, 0xa0, 0xf2, 0x51, 0x04, 0x5b, 0xe6, 0x8f, 0xa5, 0xa0, 0xbf, 0x3f, 0x05, 0x65, 0x3c, 0x0b, 0xdb, 0x14, 0x18, 0x71, 0x5a, 0x11, 0xaa, 0x53, 0x1b, 0x39, 0x70, 0xd9, 0x80, 0xec, 0xfe, 0x2e, 0xc2, 0xdc, 0x30, 0x23, 0xdf, 0x6f, 0x15, 0x1a, 0x38, 0x77, 0x30, 0xc7, 0x17, 0x2d, 0x00, 0x58, 0xe7, 0x21, 0x3c, 0xc4, 0x45, 0x40, 0xff, 0xc7, 0x02, 0x94, 0xf0, 0x32, 0xc5, 0xf1, 0x0a, 0xc9, 0x4e, 0x58, 0x8d, 0xc4, 0xb5, 0x10, 0x93, 0xe7, 0xe4, 0xbb, 0x04, 0xf6, 0xce, 0x90, 0x87, 0xe4, 0x6a, 0x48, 0xb4, 0x55, 0xeb, 0xa3, 0xb4, 0x3b, 0x44, 0xf1, 0x97, 0x6f, 0x78, 0x1f, 0x56, 0xad, 0x3c, 0xd7, 0x31, 0x91, 0x7a, 0x66, 0x73, 0x22, 0x2f, 0x78, 0x4c, 0x9b, 0x51, 0xdc, 0xa6, 0xae, 0x72, 0xba, 0x24, 0x93, 0xad, 0x9e, 0x2b, 0x98, 0x11, 0xa9, 0x1b, 0xc6, 0xc9, 0x5c, 0x91, 0xab, 0x5f, 0x4c, 0x67, 0x80, 0x29, 0x98, 0xeb } }; static const struct cckprng_op_reseed op_reseed_5224 = { .hd = { .id = 4968, .kind = OP_RESEED }, .nonce = 10741943932309980739ULL, .seed_nbytes = 64, .seed = { 0xc4, 0xb7, 0xb9, 0xf3, 0x93, 0x95, 0x26, 0xbe, 0x70, 0x8b, 0xe2, 0x57, 0xd1, 0x2c, 0x1a, 0xf7, 0xfb, 0x3c, 0x80, 0x7a, 0x11, 0x61, 0x9c, 0xf3, 0xf2, 0xb3, 0x5b, 0x6e, 0x03, 0x14, 0xb5, 0x8f, 0xb3, 0xf8, 0x2f, 0x84, 0x83, 0x29, 0xa7, 0x84, 0xf9, 0x61, 0x50, 0x41, 0x26, 0x9a, 0x7c, 0xa2, 0xb7, 0xe4, 0xd9, 0x9f, 0xda, 0x4f, 0xb9, 0xf4, 0x33, 0xb2, 0x9f, 0xaf, 0x4e, 0x68, 0x1d, 0x7e } }; static const struct cckprng_op_generate op_init_5225 = { .hd = { .id = 4969, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0x9c, 0x9a, 0xb1, 0x67, 0x61, 0xe0, 0x14, 0x1a, 0xe5, 0x45, 0x47, 0x01, 0x7b, 0xa7, 0x73, 0xed, 0x85, 0x95, 0x77, 0xca, 0x10, 0x97, 0xe5, 0x46, 0x16, 0x42, 0x40, 0x55, 0x18, 0xf1, 0xba, 0x47, 0xad, 0x23, 0xf7, 0x8f, 0x1f, 0x10, 0x86, 0xcd, 0xf9, 0x6c, 0x43, 0x5d, 0xc7, 0x2b, 0x7f, 0x71, 0x8b, 0xe5, 0xff, 0xde, 0x3d, 0x24, 0x9e, 0x57, 0x5c, 0xa4, 0x06, 0x74, 0xb4, 0x36, 0x86, 0xbf, 0xc1, 0xfb, 0x32, 0x75, 0x20, 0x09, 0x53, 0x65, 0xb9, 0xc3, 0x66, 0x11, 0x5c, 0x45, 0x4a, 0x99, 0x84, 0x3a, 0x9c, 0x8a, 0xae, 0x14, 0xf9, 0x00, 0x0a, 0x8c, 0xe5, 0x71, 0x12, 0x3e, 0x0f, 0x1e, 0x3f, 0x2d, 0x4f, 0x80, 0xf2, 0x72, 0xd0, 0xa7, 0x50, 0x1b, 0xed, 0x7f, 0xdf, 0xbf, 0x2f, 0xdf, 0x9e, 0x41, 0xc9, 0x62, 0x7e, 0xdc, 0xbc, 0x40, 0x92, 0x99, 0x16, 0x19, 0xe1, 0xd6, 0x22, 0xd1, 0x01, 0x97, 0x0a, 0x3d, 0xb8, 0x32, 0x4f, 0xec, 0x5a, 0x1b, 0x24, 0x5e, 0xbd, 0x43, 0xa1, 0x44, 0x8b, 0x0b, 0xb0, 0xef, 0x1b, 0x08, 0xe8, 0x2c, 0xc1, 0xcd, 0x33, 0x09, 0x3e, 0x44, 0xe0, 0xce, 0xa2, 0x54, 0x81, 0x2d, 0x6d, 0xf0, 0x6e, 0x6d, 0x50, 0x9e, 0xfa, 0x2c, 0xba, 0x3f, 0x48, 0xd5, 0x9b, 0xe1, 0x03, 0xbc, 0x39, 0x5b, 0x3d, 0x1f, 0x2f, 0x1b, 0xc5, 0x7c, 0xbe, 0xa8, 0xad, 0xf9, 0x57, 0x2e, 0x85, 0xc9, 0x90, 0x58, 0x25, 0xde, 0x17, 0xd5, 0xc0, 0x0c, 0x1f, 0xf8, 0x9e, 0x4d, 0xac, 0x6d, 0x8c, 0x5c, 0xae, 0x1d, 0xe8, 0x71, 0x42, 0xc5, 0x19, 0x03, 0xc9, 0xdf, 0xd0, 0xf9, 0x93, 0xbe, 0xc4, 0x31, 0x58, 0xec, 0x4d, 0x50, 0x83, 0xf0, 0xe0, 0xce, 0x52, 0xa1, 0x68, 0xdc, 0xeb, 0x5c, 0x95, 0x22, 0x0f, 0x61, 0x3f, 0x39, 0x24, 0x35 } } }; static const struct cckprng_op_generate op_init_5226 = { .hd = { .id = 4970, .kind = OP_GENERATE }, .rand_nbytes = 241, .out = { .rand = { 0x92, 0x4b, 0x62, 0x58, 0x33, 0x80, 0xe8, 0xe2, 0x96, 0xa8, 0xc3, 0x2f, 0xae, 0x88, 0x06, 0x9b, 0x95, 0x2c, 0xb0, 0xcb, 0x7d, 0xd2, 0xac, 0xad, 0x55, 0x4a, 0x04, 0x72, 0x8b, 0x84, 0x48, 0xd6, 0x0d, 0x46, 0x46, 0x52, 0x26, 0xbe, 0x21, 0xdf, 0x61, 0x83, 0x95, 0x28, 0xbb, 0x22, 0x14, 0x53, 0x5e, 0x82, 0x02, 0xf8, 0x98, 0x9c, 0xa2, 0xcf, 0x66, 0x42, 0x52, 0xd6, 0xb3, 0x46, 0x34, 0x65, 0x81, 0x8d, 0x4f, 0x7b, 0xbe, 0xcf, 0xc3, 0x8d, 0x61, 0xbf, 0x74, 0x1c, 0x29, 0x90, 0x53, 0x72, 0x83, 0x5d, 0xa4, 0x55, 0xc8, 0x86, 0x73, 0x98, 0x89, 0xef, 0xaa, 0x57, 0x7f, 0x1c, 0x53, 0x1a, 0xe4, 0xee, 0x01, 0xa4, 0xbb, 0x63, 0x72, 0xb6, 0x65, 0x31, 0xbd, 0x25, 0xa6, 0xc7, 0x81, 0x5f, 0x88, 0x1c, 0xe9, 0x17, 0x62, 0x28, 0x25, 0x7b, 0x44, 0xc1, 0x74, 0x3c, 0x1d, 0xcd, 0xf7, 0xf9, 0x4f, 0xc0, 0x3b, 0x7d, 0x2e, 0x65, 0x5d, 0xba, 0x32, 0x40, 0x19, 0xa8, 0x56, 0xd9, 0x48, 0x44, 0x75, 0xa4, 0x04, 0x63, 0x18, 0xf9, 0xf1, 0x5f, 0x21, 0xf4, 0x15, 0x94, 0x60, 0x7b, 0xfb, 0x70, 0xe3, 0xf5, 0x1d, 0xad, 0x70, 0x49, 0xc9, 0xcc, 0x12, 0x5a, 0x28, 0xb8, 0x5e, 0x80, 0x83, 0x35, 0xb1, 0xd4, 0xf6, 0x61, 0x34, 0x08, 0xca, 0xdc, 0x3f, 0xe5, 0xb6, 0xd2, 0x57, 0xa1, 0x17, 0xe4, 0x0b, 0x0d, 0x64, 0xca, 0xef, 0xad, 0x91, 0xa6, 0xe0, 0xb0, 0x89, 0x6d, 0x46, 0xf6, 0xf2, 0x24, 0x93, 0xfa, 0xa8, 0x57, 0x0e, 0xf7, 0xe1, 0xfe, 0x13, 0xd6, 0x46, 0xe6, 0x8c, 0x90, 0xe7, 0xac, 0x6d, 0x70, 0x93, 0xfd, 0x5f, 0xbb, 0x35, 0xcc, 0x92, 0x4c, 0x6c, 0x06, 0x5a, 0xc8, 0x8e, 0x61, 0xe8 } } }; static const struct cckprng_op_refresh op_refresh_5227 = { .hd = { .id = 4971, .kind = OP_REFRESH }, .rand = 5463825285420239868ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5228 = { .hd = { .id = 4972, .kind = OP_GENERATE }, .rand_nbytes = 108, .out = { .rand = { 0xb6, 0x07, 0x78, 0x6f, 0x7d, 0x28, 0xfc, 0x2e, 0xdf, 0xff, 0x80, 0x32, 0x49, 0x9b, 0x0a, 0x31, 0x9e, 0xd1, 0x43, 0x1a, 0xca, 0x7a, 0x9b, 0x2e, 0xf3, 0x2f, 0x7a, 0x32, 0xed, 0x1e, 0x7f, 0x71, 0x82, 0x0a, 0x16, 0x4d, 0x13, 0x75, 0xd8, 0xe9, 0x07, 0x70, 0x1b, 0xa8, 0x2c, 0xe9, 0x20, 0xfa, 0x49, 0xa5, 0xc3, 0x0e, 0x9c, 0x4b, 0x6f, 0xc9, 0x46, 0xcb, 0x3e, 0xd9, 0xd7, 0xd4, 0xcd, 0x6d, 0xe0, 0xd6, 0x09, 0xcb, 0x93, 0xc4, 0x47, 0xb0, 0xfc, 0xa4, 0xa0, 0xbc, 0x71, 0x0d, 0x51, 0x68, 0x8b, 0xba, 0xfd, 0x08, 0x19, 0x0d, 0x4c, 0xad, 0x8e, 0x76, 0x90, 0x75, 0xdb, 0xc0, 0x4e, 0x1a, 0x3b, 0x4a, 0xd1, 0x5a, 0x1f, 0x7b, 0x94, 0x9b, 0xf3, 0x0a, 0x21, 0xa7 } } }; static const struct cckprng_op_reseed op_reseed_5229 = { .hd = { .id = 4973, .kind = OP_RESEED }, .nonce = 891247746157087795ULL, .seed_nbytes = 125, .seed = { 0x6f, 0x1d, 0xdd, 0x7b, 0x7c, 0x1f, 0x3e, 0x6a, 0x17, 0xbc, 0x37, 0x8d, 0x6b, 0x66, 0xd4, 0x82, 0x3c, 0x6e, 0xfe, 0x86, 0x94, 0x70, 0x9d, 0xbd, 0x6a, 0x46, 0xf2, 0xc4, 0xb4, 0xa2, 0x18, 0x6c, 0x70, 0xad, 0xc3, 0x13, 0xb4, 0x61, 0xa4, 0x2f, 0x85, 0x71, 0xe3, 0x5f, 0xc1, 0x4a, 0xe5, 0xd8, 0x32, 0x37, 0x4b, 0xf6, 0xac, 0x6a, 0x77, 0x20, 0x5f, 0x37, 0x4a, 0xba, 0x35, 0x79, 0x72, 0x20, 0x5a, 0xb7, 0xef, 0x1c, 0xb0, 0xf8, 0xaf, 0x1d, 0xb6, 0x04, 0x44, 0x68, 0x42, 0x0a, 0xd7, 0x41, 0xe8, 0x0d, 0xe4, 0xb1, 0x3f, 0x12, 0x7a, 0xe4, 0x9a, 0x29, 0x4d, 0xfa, 0xbe, 0xb9, 0x9d, 0xfd, 0xde, 0xe5, 0x6e, 0x78, 0x3c, 0x5b, 0x57, 0x93, 0xbc, 0xa2, 0xed, 0x3a, 0x87, 0xda, 0xa8, 0xae, 0x5e, 0x9c, 0x78, 0x07, 0x5e, 0x6e, 0x20, 0x11, 0xf0, 0xf4, 0x7d, 0x18, 0x78 } }; static const struct cckprng_op_generate op_init_5230 = { .hd = { .id = 4974, .kind = OP_GENERATE }, .rand_nbytes = 35, .out = { .rand = { 0xbe, 0x26, 0xfb, 0x1c, 0x1e, 0xe6, 0xce, 0x56, 0xdb, 0x41, 0xaf, 0xd8, 0xc4, 0x82, 0xef, 0x57, 0xfc, 0xd3, 0x12, 0xb6, 0x6d, 0x9c, 0x1f, 0xa4, 0x68, 0x79, 0xe9, 0xe5, 0x8b, 0x13, 0x4e, 0x1a, 0xf2, 0x10, 0x10 } } }; static const struct cckprng_op_generate op_init_5231 = { .hd = { .id = 4975, .kind = OP_GENERATE }, .rand_nbytes = 222, .out = { .rand = { 0x53, 0x8a, 0xd5, 0xb4, 0x69, 0xf1, 0x15, 0xfc, 0x38, 0x41, 0x2d, 0x38, 0xb8, 0xb4, 0xcd, 0xa9, 0x3c, 0x59, 0x13, 0xad, 0x54, 0x84, 0xfb, 0xef, 0x8e, 0xbd, 0x07, 0x97, 0xe2, 0x8e, 0x14, 0x18, 0x5a, 0x4b, 0x2b, 0xfc, 0xa5, 0x65, 0x09, 0xfa, 0x7b, 0x8a, 0xef, 0xda, 0x8f, 0xdd, 0xdb, 0x18, 0x1f, 0xb1, 0x45, 0x56, 0x70, 0xf6, 0xe1, 0xc6, 0xc0, 0x97, 0x70, 0x00, 0x5e, 0x3f, 0x23, 0x27, 0x0b, 0x5e, 0x75, 0x0d, 0x3d, 0x5b, 0x8f, 0x52, 0x51, 0x55, 0xf1, 0x77, 0x78, 0xb6, 0x13, 0x7f, 0x16, 0x61, 0x4b, 0x80, 0xf9, 0xcc, 0x45, 0x06, 0xe1, 0x21, 0x43, 0xee, 0xc5, 0xc9, 0x55, 0x6d, 0x4f, 0xb9, 0x16, 0xbc, 0xdc, 0x84, 0x26, 0x8a, 0x77, 0x71, 0x7a, 0xd5, 0xda, 0x12, 0x66, 0x30, 0x36, 0xb4, 0xba, 0xb0, 0xf4, 0xaf, 0xbd, 0xb9, 0x2f, 0x91, 0xba, 0x03, 0xae, 0xcb, 0x49, 0x9b, 0xd4, 0x77, 0xb9, 0x52, 0xf0, 0xe8, 0x92, 0x1d, 0x03, 0x0b, 0x75, 0x5a, 0x7b, 0x4f, 0xc0, 0x11, 0xa0, 0x58, 0xaa, 0x00, 0x70, 0x3d, 0xbc, 0x61, 0xfa, 0xcd, 0x15, 0x51, 0x34, 0xb0, 0x67, 0x47, 0x07, 0x41, 0xe8, 0x3c, 0x64, 0x4a, 0x86, 0xb8, 0x9d, 0xe6, 0xaa, 0xfc, 0xda, 0x6a, 0x02, 0xa8, 0xb3, 0x26, 0x42, 0x42, 0xd7, 0x38, 0xb5, 0x71, 0x92, 0x91, 0x23, 0x06, 0xc0, 0x82, 0x20, 0x45, 0x63, 0x07, 0x6e, 0xa9, 0xf6, 0xad, 0x64, 0x81, 0xdf, 0x2b, 0x2e, 0xd1, 0x0f, 0xef, 0xd6, 0x73, 0x17, 0x88, 0xf1, 0xbb, 0xe8, 0x50, 0xe1, 0xd9, 0x35, 0xb3, 0xdf, 0x12, 0xa1, 0xb7 } } }; static const struct cckprng_op_reseed op_reseed_5232 = { .hd = { .id = 4976, .kind = OP_RESEED }, .nonce = 6011003218173394682ULL, .seed_nbytes = 127, .seed = { 0x32, 0x7e, 0x85, 0x62, 0x2c, 0x7b, 0x78, 0xf9, 0x8e, 0xd7, 0x53, 0xd8, 0x35, 0xae, 0xbf, 0xc7, 0x6b, 0x75, 0x36, 0x24, 0x25, 0x5c, 0x7c, 0x32, 0x86, 0x3a, 0xb7, 0xce, 0xc6, 0x2d, 0x46, 0x10, 0x90, 0xe1, 0x2c, 0x06, 0x01, 0xd6, 0xd1, 0x8e, 0xa0, 0x84, 0xc1, 0x49, 0x6b, 0xc4, 0x9e, 0x52, 0x3e, 0x1e, 0x4a, 0x76, 0xd3, 0x27, 0x59, 0xab, 0x12, 0x7c, 0x04, 0xae, 0x6f, 0x82, 0x12, 0x18, 0xf0, 0xac, 0xee, 0xb7, 0xd4, 0x86, 0xf2, 0xcb, 0xcd, 0xdc, 0xff, 0xb0, 0x0b, 0x69, 0x38, 0x2c, 0x2a, 0x2c, 0x7f, 0x7c, 0x8f, 0x60, 0x05, 0x89, 0x3c, 0x9e, 0x0c, 0x9d, 0xf7, 0xb9, 0xc1, 0x23, 0xda, 0xe7, 0xf8, 0x60, 0x95, 0x6c, 0xaa, 0x48, 0x82, 0x61, 0x81, 0x89, 0xde, 0x54, 0x55, 0x5e, 0xe7, 0x64, 0x0b, 0xcb, 0x6f, 0xab, 0x1e, 0xd0, 0x69, 0x28, 0xbc, 0x1e, 0xed, 0x8f, 0x5e } }; static const struct cckprng_op_generate op_init_5233 = { .hd = { .id = 4977, .kind = OP_GENERATE }, .rand_nbytes = 25, .out = { .rand = { 0x10, 0x07, 0x42, 0x4c, 0x1f, 0xc3, 0xae, 0xc0, 0x06, 0xc0, 0x38, 0x89, 0xb0, 0x03, 0x1b, 0xcb, 0x49, 0xd1, 0x99, 0x92, 0x63, 0x72, 0xb0, 0x48, 0x45 } } }; static const struct cckprng_op_refresh op_refresh_5234 = { .hd = { .id = 4978, .kind = OP_REFRESH }, .rand = 8975427422862047756ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5235 = { .hd = { .id = 4979, .kind = OP_RESEED }, .nonce = 7778172863786257796ULL, .seed_nbytes = 256, .seed = { 0x5a, 0x8e, 0xde, 0xbe, 0x42, 0x10, 0xc0, 0x28, 0x73, 0x90, 0xa3, 0x31, 0xa1, 0x7e, 0x2d, 0xf7, 0x28, 0x60, 0xb6, 0xca, 0x56, 0xe2, 0x94, 0x07, 0xdd, 0xb9, 0x45, 0xf4, 0xa1, 0xae, 0xa9, 0x38, 0xcc, 0x24, 0x44, 0x21, 0xd9, 0x56, 0x36, 0xa8, 0x80, 0x12, 0xbc, 0x22, 0x6a, 0x66, 0x9e, 0x78, 0x98, 0x52, 0xfe, 0x2f, 0xf3, 0x85, 0xcc, 0xe1, 0xe9, 0x04, 0xbb, 0xb7, 0xda, 0xa3, 0x4d, 0xe3, 0x83, 0xf8, 0x4d, 0x01, 0x0a, 0x0b, 0x39, 0x1a, 0xc1, 0x53, 0x54, 0x56, 0x78, 0x83, 0x63, 0xb5, 0x48, 0x52, 0x36, 0xde, 0x0f, 0xc1, 0x25, 0x2a, 0x8c, 0x67, 0x48, 0xd4, 0xc4, 0x23, 0x18, 0xf1, 0x28, 0x78, 0x5a, 0x92, 0xcb, 0x17, 0xc7, 0x7e, 0xc4, 0x38, 0xfa, 0xa3, 0x37, 0xb3, 0xc2, 0xee, 0xb9, 0x9c, 0x87, 0xe7, 0xd2, 0xcd, 0x27, 0x1f, 0x03, 0x36, 0xe3, 0x4d, 0x00, 0x64, 0xb1, 0x06, 0x56, 0x8d, 0x2f, 0x14, 0xe7, 0x19, 0xf2, 0x50, 0xa9, 0x1b, 0x75, 0x05, 0xa9, 0xc9, 0xc8, 0x39, 0x95, 0x21, 0x25, 0x92, 0x5f, 0xbe, 0xd6, 0x0d, 0x17, 0x1c, 0x47, 0xf5, 0xd4, 0x81, 0x7c, 0x44, 0x21, 0xf6, 0x51, 0x1e, 0x3e, 0xcb, 0x59, 0x50, 0x78, 0x18, 0x9d, 0x3d, 0xe2, 0x36, 0x52, 0x9c, 0xd3, 0x63, 0x54, 0x85, 0x76, 0x52, 0xb4, 0xf7, 0x8b, 0xeb, 0xd2, 0xc3, 0x98, 0xe9, 0x03, 0xa1, 0x83, 0x40, 0x1a, 0x97, 0xc6, 0x4a, 0xc1, 0x74, 0x0b, 0x65, 0x79, 0x7b, 0xf9, 0x9c, 0x49, 0xc9, 0xce, 0x2f, 0xb0, 0x5d, 0x12, 0xda, 0x48, 0x91, 0xf3, 0xd4, 0x59, 0x57, 0x2b, 0xc6, 0xf3, 0x30, 0x3b, 0x3d, 0x76, 0x37, 0x2e, 0x0a, 0xfc, 0x43, 0x18, 0x79, 0x38, 0x7b, 0x25, 0xec, 0xd9, 0x66, 0xb5, 0xa2, 0xa9, 0x91, 0x3a, 0x96, 0x6e, 0x11, 0x1e, 0xb3, 0x15, 0xea, 0xdd, 0x98, 0xe9, 0xdd } }; static const struct cckprng_op_reseed op_reseed_5236 = { .hd = { .id = 4980, .kind = OP_RESEED }, .nonce = 9563929181875370464ULL, .seed_nbytes = 234, .seed = { 0xf1, 0xa1, 0x6e, 0x67, 0x1f, 0x0c, 0x34, 0x3f, 0x62, 0x36, 0xb0, 0xed, 0x33, 0x05, 0xb7, 0x24, 0x8c, 0xeb, 0x87, 0xc0, 0x31, 0x69, 0x76, 0xde, 0x36, 0x57, 0xe9, 0x33, 0x9a, 0x99, 0xbc, 0x71, 0x61, 0x94, 0x93, 0x8f, 0x3f, 0xe5, 0xd2, 0xd0, 0xc5, 0x30, 0xaa, 0x6c, 0x2b, 0x0e, 0xd2, 0x54, 0xcd, 0xb1, 0x6f, 0x6f, 0x0e, 0x6c, 0x38, 0x25, 0x13, 0x7d, 0x6e, 0x43, 0xfc, 0xc6, 0x2d, 0x4e, 0xcc, 0x80, 0xdf, 0x3d, 0x67, 0x3c, 0x5b, 0xce, 0xe6, 0x80, 0x04, 0x73, 0xab, 0x1f, 0x0f, 0x8b, 0x64, 0x36, 0xdc, 0x45, 0x2b, 0x01, 0xf5, 0xeb, 0xb1, 0x1e, 0xc0, 0x96, 0xc4, 0x27, 0x9a, 0x41, 0xfa, 0x6a, 0x30, 0xfc, 0x13, 0xaa, 0xa6, 0xc3, 0xd2, 0x7d, 0x0a, 0x69, 0xdf, 0x22, 0xd1, 0x6f, 0x3d, 0xd1, 0x8f, 0x09, 0xc1, 0x9e, 0xf0, 0x80, 0x8d, 0x51, 0xf1, 0x14, 0x85, 0x63, 0x9b, 0x48, 0x79, 0xb7, 0x1a, 0x8b, 0xe1, 0x1f, 0xcc, 0x0e, 0x8c, 0x52, 0xab, 0xa5, 0x7e, 0x48, 0x94, 0xa9, 0xe4, 0x8e, 0x8c, 0x09, 0xf9, 0x68, 0x53, 0x5b, 0xaa, 0x1a, 0x93, 0x28, 0x11, 0x3a, 0x0d, 0xbe, 0xe3, 0x6f, 0x66, 0x3f, 0x35, 0x29, 0xb7, 0x0e, 0xce, 0x3a, 0x9e, 0x5b, 0x9f, 0x7c, 0xe1, 0x2a, 0x9b, 0x2e, 0x20, 0x33, 0x51, 0x21, 0xf3, 0x11, 0xbd, 0x57, 0xf3, 0xf3, 0xf5, 0x15, 0x95, 0x02, 0x17, 0x87, 0xa9, 0x0f, 0x2d, 0xe5, 0x9b, 0x5d, 0x6f, 0x50, 0xe7, 0x61, 0xcc, 0xc2, 0x32, 0x64, 0x1b, 0x08, 0xcb, 0x67, 0x3b, 0xc4, 0xd1, 0x16, 0x46, 0x0f, 0x12, 0x1a, 0xd8, 0xc2, 0xf1, 0xe0, 0xa9, 0xa1, 0x8d, 0x79, 0xc8, 0x80, 0x96, 0x17, 0x51, 0xb4 } }; static const struct cckprng_op_generate op_init_5237 = { .hd = { .id = 4981, .kind = OP_GENERATE }, .rand_nbytes = 31, .out = { .rand = { 0x2f, 0x13, 0xcf, 0xff, 0xab, 0xa3, 0x8e, 0xdd, 0x52, 0xb0, 0xa3, 0xb8, 0x3c, 0x8b, 0x8e, 0xe6, 0x95, 0x01, 0x2f, 0x59, 0xeb, 0x17, 0xcb, 0xac, 0x9f, 0xd5, 0xc7, 0xab, 0x1c, 0x14, 0x03 } } }; static const struct cckprng_op_refresh op_refresh_5238 = { .hd = { .id = 4982, .kind = OP_REFRESH }, .rand = 317947340031815320ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5239 = { .hd = { .id = 4983, .kind = OP_RESEED }, .nonce = 17902098804666230704ULL, .seed_nbytes = 283, .seed = { 0x70, 0xe4, 0xe7, 0xc4, 0xd4, 0x82, 0x42, 0xd3, 0x29, 0x73, 0xf1, 0x21, 0x4f, 0x61, 0x82, 0xb5, 0x16, 0xfa, 0x62, 0xf8, 0x22, 0x87, 0x39, 0xb8, 0xd6, 0x52, 0xbd, 0x83, 0xa2, 0x2f, 0x74, 0xc6, 0xd7, 0x04, 0xb7, 0x9c, 0xd8, 0xa0, 0xaa, 0x13, 0x53, 0x02, 0x8c, 0x7e, 0xe5, 0xd6, 0xb6, 0x75, 0x8c, 0xc1, 0x0b, 0x40, 0x55, 0x92, 0xc6, 0x86, 0xfc, 0x3c, 0x0a, 0xaf, 0x8d, 0xa4, 0x8e, 0xfe, 0x06, 0x42, 0x5f, 0x08, 0x77, 0x23, 0x50, 0x0f, 0x33, 0x51, 0x65, 0x9a, 0x7a, 0x7e, 0x5d, 0x3a, 0x85, 0xd8, 0x1a, 0x54, 0x93, 0x35, 0xf1, 0x99, 0x18, 0xc7, 0x5a, 0x31, 0x57, 0xc1, 0x66, 0x3b, 0x4e, 0x41, 0x32, 0x9d, 0xdf, 0x31, 0x42, 0xda, 0x43, 0xb9, 0x1c, 0xfb, 0x50, 0x0f, 0x84, 0x5f, 0xb3, 0x37, 0x2d, 0xe0, 0x81, 0x71, 0x91, 0xad, 0x21, 0xdc, 0xaf, 0x59, 0x10, 0xef, 0x43, 0xb6, 0x0b, 0x35, 0x82, 0x83, 0xba, 0x88, 0xc9, 0x5d, 0xd0, 0x9f, 0x36, 0xdf, 0xef, 0x7f, 0x70, 0xca, 0x22, 0x36, 0xa5, 0xde, 0xe2, 0x12, 0x82, 0x3d, 0x52, 0xfc, 0xa0, 0xf3, 0x4d, 0xe4, 0x07, 0xcf, 0x59, 0xa8, 0x5a, 0x03, 0x2c, 0xe1, 0xb7, 0xcb, 0xbb, 0xed, 0xd1, 0x04, 0x83, 0xcb, 0xc9, 0x2c, 0x18, 0xff, 0xd2, 0x6d, 0x81, 0xe9, 0x02, 0xf3, 0x51, 0x34, 0x28, 0x58, 0x9b, 0x19, 0x1c, 0x44, 0x5d, 0x68, 0x93, 0xe5, 0xfc, 0x45, 0xd0, 0x31, 0xc3, 0xfb, 0xa1, 0x8a, 0xdc, 0x7a, 0x25, 0xda, 0x33, 0x33, 0x16, 0xe2, 0x54, 0xfb, 0xb5, 0x73, 0x68, 0xae, 0xc7, 0xe7, 0x31, 0xdc, 0xe4, 0x76, 0x24, 0x81, 0x32, 0xcf, 0x62, 0xec, 0xe9, 0x36, 0xb1, 0x69, 0x5d, 0x09, 0x8e, 0x85, 0x10, 0xca, 0x1f, 0x0d, 0x71, 0x4f, 0x7d, 0x5c, 0x26, 0x12, 0x1d, 0x9c, 0xa6, 0x17, 0x30, 0x30, 0xf5, 0x85, 0xe1, 0x31, 0xa9, 0x6a, 0x99, 0xa7, 0xd2, 0xcb, 0xd0, 0x4e, 0xbe, 0x90, 0xc8, 0x71, 0x48, 0x3a, 0xe9, 0xd2, 0x81, 0xc7, 0x4e, 0x8a, 0x5f, 0x22, 0x64, 0x03, 0xa6 } }; static const struct cckprng_op_refresh op_refresh_5240 = { .hd = { .id = 4984, .kind = OP_REFRESH }, .rand = 13097927577479261834ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5241 = { .hd = { .id = 4985, .kind = OP_REFRESH }, .rand = 6747437712139360188ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5242 = { .hd = { .id = 4986, .kind = OP_REFRESH }, .rand = 12148837905200308442ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5243 = { .hd = { .id = 4987, .kind = OP_GENERATE }, .rand_nbytes = 205, .out = { .rand = { 0x94, 0x05, 0xb7, 0x35, 0x2c, 0x5b, 0x57, 0x95, 0x6a, 0x6b, 0xa7, 0x8e, 0xa9, 0x85, 0x51, 0xaf, 0x24, 0x1e, 0x03, 0xed, 0xed, 0xd5, 0xdc, 0xbe, 0x5b, 0x09, 0xbb, 0xcf, 0x23, 0x15, 0xb9, 0x29, 0x04, 0x15, 0x3b, 0x22, 0x18, 0x10, 0xf9, 0xf0, 0x1e, 0x42, 0x97, 0x4c, 0xf3, 0xbf, 0xe6, 0xfe, 0xb1, 0x09, 0x84, 0xb2, 0x72, 0xeb, 0xbd, 0x54, 0xe4, 0xc2, 0xd4, 0x37, 0x84, 0xfb, 0xf8, 0x42, 0x98, 0xdd, 0x55, 0x82, 0x47, 0x02, 0xe5, 0xf6, 0x3d, 0x8a, 0x99, 0x1e, 0xf7, 0x29, 0x4f, 0xd7, 0x37, 0x47, 0x04, 0xdc, 0x6d, 0xdd, 0xbc, 0xd8, 0xdf, 0xae, 0x39, 0x7e, 0xb9, 0x4a, 0x3f, 0xc2, 0xa8, 0x7a, 0x95, 0x88, 0xb8, 0xfb, 0x5a, 0x80, 0x7f, 0xed, 0x09, 0xe0, 0x12, 0xc5, 0x27, 0xf7, 0xc1, 0xcd, 0x76, 0x0e, 0xd6, 0x4d, 0x22, 0x89, 0xce, 0xb1, 0x40, 0xdd, 0xe6, 0xa1, 0x7f, 0x5f, 0xf9, 0x91, 0xe4, 0x58, 0x87, 0x40, 0xd1, 0xd1, 0x55, 0x17, 0x59, 0x88, 0x50, 0xe4, 0x05, 0xbe, 0xd8, 0xc2, 0xb7, 0x77, 0x47, 0xeb, 0x3c, 0x7c, 0xf2, 0x3e, 0x82, 0xc8, 0x49, 0xb4, 0x74, 0xc1, 0x3d, 0x11, 0xee, 0x47, 0x36, 0xee, 0x22, 0x8c, 0x26, 0x29, 0x97, 0x9e, 0xa3, 0x96, 0x98, 0x21, 0xec, 0xd4, 0xa3, 0x5b, 0x21, 0x4f, 0xc0, 0x69, 0xd3, 0x27, 0x95, 0xbe, 0xd2, 0xa3, 0xcc, 0x05, 0xcf, 0x22, 0x70, 0x8d, 0x1c, 0x36, 0x34, 0xb1, 0x07, 0x56, 0x63, 0xf4, 0x1f } } }; static const struct cckprng_op_generate op_init_5244 = { .hd = { .id = 4988, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0xd3, 0xc8, 0x95, 0xe5, 0x72, 0xa7, 0x6c, 0xf6, 0x82, 0x37, 0xdd, 0xa0, 0x08, 0x5d, 0xca, 0x5d, 0xb3, 0xa2, 0x14, 0x79, 0xbe, 0x00, 0x39, 0xb2, 0xb8, 0x7c, 0x8f, 0x0f, 0x7f, 0xb2, 0x76, 0x53, 0xf1, 0xca, 0x31, 0x40, 0x1c, 0x78, 0xc3, 0x55, 0xe8, 0x0c, 0xb9, 0x2c, 0x19, 0x70, 0xf6, 0x2a, 0xfc, 0x36, 0xb5, 0xd8, 0x44, 0x01, 0xe3, 0x48, 0x94, 0x52, 0x53, 0x60, 0xfa, 0xc3, 0x0e, 0x1e, 0x1a, 0x82, 0xed, 0xff, 0x49, 0x8a, 0xd4, 0xbe, 0x40, 0x85, 0xe6, 0x4b, 0x94, 0x9d, 0x8b, 0xcf, 0x67, 0x39, 0xa7, 0x1c, 0xde, 0x99, 0x4f, 0x9e, 0xb3, 0x9c, 0x62, 0xea, 0xfb, 0x4e, 0x43, 0x02, 0x4e, 0xc1, 0x06, 0xe2, 0xce, 0x16, 0x50, 0x5d, 0x28, 0xd6, 0xcd, 0x94, 0xd4, 0x99, 0xa6, 0x60, 0x90, 0x26, 0x21, 0x62, 0x84, 0xd5, 0xd8, 0x1e, 0x88, 0x39, 0xe1, 0xd6, 0x81, 0xc5, 0x59, 0xa5, 0x8f, 0x12, 0x16, 0x39, 0x51, 0x8e, 0x34, 0x71, 0x59, 0x24, 0x4f, 0xfe, 0xc7 } } }; static const struct cckprng_op_refresh op_refresh_5245 = { .hd = { .id = 4989, .kind = OP_REFRESH }, .rand = 4297673047809578422ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5246 = { .hd = { .id = 4990, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0x88, 0x1d, 0x51, 0x4d, 0x86, 0x4e, 0x0a, 0x94, 0x96, 0x25, 0x85, 0xb7, 0x86, 0x35, 0x75, 0xbf, 0x23, 0xd9, 0x60, 0x6d, 0xa1, 0x59, 0x4f, 0x02 } } }; static const struct cckprng_op_reseed op_reseed_5247 = { .hd = { .id = 4991, .kind = OP_RESEED }, .nonce = 11343298262582357113ULL, .seed_nbytes = 224, .seed = { 0xcb, 0x00, 0x95, 0xca, 0x96, 0xe1, 0xcb, 0x20, 0x0f, 0x1d, 0xb2, 0x12, 0xba, 0x44, 0xdb, 0xa1, 0xc0, 0xd6, 0x8c, 0x9d, 0x9f, 0x8d, 0xa9, 0x99, 0x76, 0x20, 0x32, 0x86, 0x4e, 0x9b, 0x8c, 0xf5, 0x43, 0x51, 0x6f, 0x59, 0xce, 0x9e, 0xd0, 0xae, 0x9c, 0x7b, 0xf3, 0x98, 0x84, 0x1f, 0x87, 0x6b, 0x1c, 0x0b, 0xc3, 0x0b, 0x9a, 0x04, 0xcb, 0x07, 0x17, 0x11, 0xe1, 0x37, 0x19, 0xf7, 0x48, 0x60, 0xec, 0xe9, 0xbf, 0x98, 0x0b, 0xef, 0xf2, 0xa6, 0xc1, 0x6d, 0xf2, 0x31, 0x2e, 0xec, 0x83, 0x86, 0x4c, 0x6e, 0x57, 0x5a, 0xd7, 0xcc, 0x10, 0x47, 0x93, 0x43, 0x08, 0xd3, 0x9b, 0x29, 0x9e, 0x3b, 0x7d, 0x3f, 0x83, 0x2b, 0xdc, 0x0b, 0x80, 0x41, 0xd0, 0x68, 0x4e, 0x6b, 0x0c, 0x3a, 0x76, 0x1e, 0xf4, 0x82, 0x41, 0x2d, 0x0f, 0xba, 0x67, 0xdb, 0x43, 0x00, 0x9e, 0x29, 0x4b, 0xd8, 0x90, 0x46, 0x1e, 0xa0, 0x75, 0xfc, 0xb5, 0xbb, 0xcf, 0x22, 0x63, 0xdf, 0x93, 0x36, 0xed, 0xde, 0xc6, 0x49, 0xc0, 0x18, 0x68, 0x81, 0x2c, 0xd4, 0xbe, 0x8e, 0x45, 0xd7, 0x5d, 0x6c, 0x48, 0xa5, 0xef, 0xf8, 0x1b, 0x60, 0xfb, 0x72, 0xf7, 0xb4, 0xb8, 0x46, 0xfe, 0xf1, 0x5b, 0x19, 0x56, 0x3a, 0xde, 0xf9, 0xfe, 0x91, 0x05, 0xad, 0x0c, 0x4c, 0xad, 0xed, 0x99, 0x17, 0x60, 0x05, 0xf5, 0x90, 0xcd, 0xb7, 0xfc, 0xab, 0xe3, 0x92, 0xb4, 0xdd, 0xde, 0xfe, 0x56, 0xb7, 0x2b, 0x86, 0x5a, 0x10, 0xc4, 0x05, 0xcd, 0xe9, 0x4e, 0x50, 0x43, 0x6b, 0x60, 0xf0, 0x7d, 0x0c, 0x31, 0xd5, 0xbd, 0x6b, 0x40, 0xe1 } }; static const struct cckprng_op_reseed op_reseed_5248 = { .hd = { .id = 4992, .kind = OP_RESEED }, .nonce = 4921466220393503093ULL, .seed_nbytes = 31, .seed = { 0x49, 0x9b, 0x77, 0x84, 0xdd, 0x96, 0x31, 0x78, 0x9b, 0x40, 0xf6, 0x8b, 0x4a, 0xd5, 0xb2, 0x92, 0x6e, 0xd4, 0xea, 0x05, 0xc2, 0xa1, 0x5d, 0x6f, 0x13, 0x8e, 0x35, 0xdb, 0x9a, 0xeb, 0x6d } }; static const struct cckprng_op_generate op_init_5249 = { .hd = { .id = 4993, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0x27, 0x2a, 0x1c, 0xb6, 0xb5, 0x4a, 0x8a, 0x9e, 0xe1, 0xff, 0x00, 0xfc, 0xfb, 0xd8, 0xc5, 0x3b, 0x3e, 0x3e, 0x1a, 0x40, 0xe9, 0x01, 0xf0, 0x3d, 0xab, 0x2a, 0x62, 0x73, 0x0d, 0xeb, 0xad, 0x76, 0x4f, 0xd5, 0x38, 0x60, 0x9a, 0x70, 0xba, 0xa8, 0x33, 0x3a, 0x00, 0x9a, 0x73, 0x5b, 0xc3, 0x4f, 0xd4, 0x94, 0x19, 0xdb, 0xcd, 0xa4, 0xcc, 0x3a, 0xba, 0x04, 0x77, 0x1d, 0x3a, 0x94, 0xeb, 0x52, 0x37, 0x3f, 0xdc, 0x93, 0x27, 0x19, 0x0f, 0x61, 0x9e, 0xe9, 0xf2, 0x86, 0x09, 0x84, 0x1c, 0xd1, 0x4d, 0x49, 0xd6, 0xaf, 0xb1, 0x33, 0xda, 0xa4, 0x63, 0x08, 0xbe, 0x4b, 0xf9, 0x2a, 0x1d, 0xaf, 0x1a, 0x01, 0xb0, 0x2b, 0xcc, 0x4d, 0xd8, 0xb8, 0x5a, 0x12, 0xc1, 0xba, 0x4e, 0x9f, 0x80, 0x1a, 0xb0, 0xfe, 0x58, 0x39, 0xe8, 0xcc, 0x33, 0x22, 0x90, 0xfa, 0xc7, 0x3d, 0xe5, 0x42, 0x44, 0x6b, 0x7f, 0xe4, 0x32, 0xb6, 0x43, 0x30, 0x7f, 0x4b, 0x6a, 0x94, 0x76, 0x73, 0x08, 0xbc, 0x31, 0x59, 0x68, 0xdb, 0x6c, 0x75, 0xd6, 0xaf, 0xe6, 0xee, 0x11, 0x75, 0x22, 0x04, 0x13, 0xdd, 0xdd, 0x4c, 0x24, 0x02, 0x86, 0x40, 0x9a, 0xfb, 0x9e, 0xe0, 0x3f, 0xca, 0x0c, 0x97, 0xa1, 0x5a, 0x3a } } }; static const struct cckprng_op_reseed op_reseed_5250 = { .hd = { .id = 4994, .kind = OP_RESEED }, .nonce = 15163944617887262718ULL, .seed_nbytes = 174, .seed = { 0x2c, 0x10, 0x56, 0x27, 0x8a, 0x2b, 0x89, 0x7f, 0x53, 0x06, 0x0d, 0xf1, 0x4a, 0xc5, 0x82, 0xab, 0x03, 0x7f, 0x8e, 0x74, 0xfa, 0x43, 0x50, 0x0d, 0x43, 0x26, 0x26, 0xbc, 0x49, 0x9d, 0x94, 0x13, 0xf3, 0x0e, 0xf1, 0x1b, 0x0a, 0x73, 0x85, 0x98, 0x2b, 0x53, 0xf8, 0xde, 0xa5, 0x1b, 0x26, 0x77, 0x13, 0xfa, 0xaa, 0x23, 0xe2, 0x0a, 0x08, 0x26, 0x3a, 0x78, 0x92, 0x3a, 0x17, 0x73, 0x21, 0x5e, 0x75, 0x88, 0x6a, 0xdc, 0xe2, 0x8c, 0x53, 0x66, 0x06, 0x2d, 0x00, 0xf6, 0xbb, 0xf5, 0xa8, 0x2b, 0x11, 0x4a, 0xaf, 0x8d, 0x4b, 0xc5, 0x88, 0xdb, 0x07, 0x0b, 0xa9, 0xa0, 0x27, 0x26, 0x6b, 0x0a, 0x7d, 0xc7, 0xa4, 0x64, 0x47, 0xb0, 0xf8, 0x1c, 0xdf, 0xac, 0x56, 0x86, 0x2b, 0xcf, 0x81, 0x27, 0x2a, 0xee, 0xa3, 0xd6, 0xb1, 0x2c, 0x77, 0x8a, 0xc4, 0x13, 0x5c, 0xff, 0x66, 0x0d, 0x67, 0xa1, 0x79, 0xe6, 0xf4, 0x04, 0x8b, 0xf8, 0x1f, 0xb8, 0xa9, 0x58, 0x09, 0x46, 0x1d, 0x84, 0x72, 0x73, 0x90, 0x65, 0xff, 0x75, 0x9c, 0x71, 0x6d, 0xbc, 0x1e, 0xdd, 0x48, 0x1e, 0x6e, 0xb7, 0xb2, 0xc5, 0xd8, 0x94, 0xf4, 0xfe, 0x05, 0xcc, 0x79, 0x8c, 0xb6, 0x9f, 0x60, 0x64, 0x43, 0x07 } }; static const struct cckprng_op_generate op_init_5251 = { .hd = { .id = 4995, .kind = OP_GENERATE }, .rand_nbytes = 239, .out = { .rand = { 0xc3, 0x8d, 0x33, 0xaa, 0xa1, 0x30, 0x9f, 0xd0, 0xc3, 0xd2, 0x51, 0xfb, 0x16, 0x51, 0x45, 0x7c, 0xab, 0xb6, 0x01, 0x11, 0xb0, 0x85, 0x8c, 0x68, 0xc6, 0x5b, 0x6f, 0xf2, 0x9b, 0xc1, 0x7b, 0xd8, 0x7f, 0x3d, 0x91, 0xe1, 0xf4, 0x84, 0x19, 0xac, 0xb7, 0xc4, 0x31, 0x4b, 0xf5, 0xc9, 0xb1, 0x5e, 0x16, 0xf7, 0xa3, 0x5e, 0xfe, 0x3e, 0x22, 0x93, 0xee, 0xa9, 0xd4, 0xcf, 0xbb, 0x66, 0x13, 0x1f, 0x6d, 0xc8, 0x5c, 0x99, 0xa9, 0x20, 0x3f, 0xba, 0xff, 0x00, 0x5a, 0x34, 0x4b, 0x81, 0xb6, 0x5e, 0xff, 0x23, 0x82, 0x31, 0xe6, 0xa3, 0xef, 0xd4, 0x09, 0xd0, 0x85, 0x33, 0x61, 0x0e, 0x05, 0x99, 0x71, 0xf9, 0x3d, 0x78, 0xc1, 0x00, 0xdd, 0x9d, 0x64, 0x1d, 0x77, 0x21, 0x45, 0x30, 0x6c, 0xb0, 0x31, 0x8a, 0x1d, 0x1b, 0x15, 0xf2, 0x8d, 0xad, 0x3c, 0xfb, 0x8e, 0x39, 0xe8, 0x80, 0xb2, 0xa0, 0x82, 0x37, 0x46, 0x92, 0xd7, 0xcf, 0x7a, 0xe1, 0xdd, 0x7f, 0x86, 0x12, 0xa1, 0xb2, 0x65, 0x3e, 0x9d, 0xea, 0x04, 0x67, 0x26, 0xff, 0xf2, 0x28, 0x4b, 0xb2, 0x7e, 0x86, 0x3c, 0x74, 0xca, 0xe9, 0x74, 0x23, 0x46, 0xe9, 0xa6, 0x2d, 0x06, 0x89, 0x3d, 0x25, 0x9f, 0x6a, 0xee, 0xfb, 0x00, 0x2f, 0xf6, 0x87, 0x7a, 0x1f, 0xff, 0x95, 0x5c, 0x4c, 0xd2, 0xe4, 0xe2, 0x91, 0x36, 0xa0, 0xfe, 0xdb, 0xb2, 0x3a, 0x9d, 0x5a, 0x2a, 0x92, 0x6d, 0xd4, 0x84, 0xcc, 0xbc, 0x2f, 0xe9, 0x95, 0x5b, 0xe9, 0xc8, 0x6e, 0x32, 0x7e, 0x9a, 0x2b, 0x66, 0xf3, 0x71, 0x4b, 0x64, 0xdc, 0x73, 0xbb, 0x42, 0x7c, 0xc4, 0x8a, 0x4d, 0xf0, 0x28, 0xed, 0x3a, 0x0c, 0x09, 0xdc, 0xf7, 0x08, 0x4d, 0x2f, 0x62 } } }; static const struct cckprng_op_generate op_init_5252 = { .hd = { .id = 4996, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0x14, 0x64, 0x03, 0x44, 0x8f, 0x95, 0xc2, 0x2f, 0xf0, 0xd2, 0x14, 0x9c, 0x68, 0x66, 0xe5, 0xff, 0xc0, 0x16, 0x40, 0xa1, 0xb1, 0xad, 0xa0, 0x68, 0x4b, 0x11, 0x0e, 0xea, 0x5e, 0xda, 0x5f, 0x8a, 0xb9, 0x97, 0xf4, 0x17, 0x4f, 0x05, 0xe7, 0x0d, 0x87, 0x2a, 0x31, 0x12, 0xf6, 0x9c, 0xe7, 0xc2, 0x20, 0xd8, 0xec, 0xdb, 0x6e, 0x6b, 0x5c, 0xd2, 0x8c, 0xa8, 0xb5, 0x13, 0x2c, 0xd9, 0xb5, 0xc2, 0xc1, 0x85, 0xbe, 0x9b, 0xbe, 0x12, 0x7e, 0xd6, 0x5a, 0xa1, 0xd9, 0x42, 0x03, 0x12, 0x7a, 0x30, 0x31, 0x01, 0x62, 0x37, 0xd9, 0x7d, 0x59, 0x72, 0xac, 0x7b, 0xd3, 0xef, 0x09, 0x8f, 0x81, 0x7d, 0x0e, 0x14, 0x76, 0xd4, 0x81, 0x2e, 0xa5, 0x28, 0x52, 0xfc, 0x07, 0xa2, 0x84, 0xf3, 0xac, 0x29, 0xfd, 0x38, 0xfc, 0xd5, 0xd3, 0x77, 0xe6, 0x60, 0x55, 0xe6, 0x46, 0xd9, 0xaa, 0xa8, 0xf1, 0x54, 0x76, 0xdd, 0x6c, 0x1c, 0x66, 0x0b, 0xf3, 0x93, 0x09, 0xcd, 0xf4, 0xbc, 0x01, 0x5a, 0xb8, 0x5f, 0xc6, 0x4a, 0xa5, 0xa5, 0x87, 0x6c, 0xaf, 0x2f, 0xae, 0x46, 0x1c, 0x67, 0xb2, 0x03, 0xfd, 0xbc, 0x46, 0xd0, 0xb5, 0x36, 0x6a, 0x3a, 0x7b, 0xb7, 0xa9, 0x9e, 0xd4, 0xc9, 0x9e, 0xa5, 0x99, 0x18, 0x6d, 0x47, 0xed, 0xc5, 0x1a, 0x74, 0xd7, 0x3f, 0x44, 0xc2, 0x15, 0x9a, 0xbc, 0x51, 0x75, 0xac, 0xfe, 0x31, 0x38, 0xd5, 0x84, 0x96, 0xfb, 0xe4, 0x83, 0x6b, 0xf8, 0xdd, 0xb8, 0x2f, 0x25, 0x3b, 0x15, 0xf0, 0x83, 0xb2, 0x44, 0x7f, 0xa9, 0xe4, 0x4a, 0xce, 0xea, 0x42, 0xf5, 0xff, 0xfc, 0x89, 0xa7, 0xfa, 0xcc, 0x6d, 0x19, 0x7b, 0xa5, 0x57, 0xc6, 0x3b, 0xce, 0x85, 0x33, 0x24 } } }; static const struct cckprng_op_reseed op_reseed_5253 = { .hd = { .id = 4997, .kind = OP_RESEED }, .nonce = 9158007729261572927ULL, .seed_nbytes = 183, .seed = { 0x0c, 0xb7, 0x53, 0xae, 0x4c, 0x89, 0xf6, 0x5d, 0x6d, 0x3c, 0xd4, 0x6a, 0x99, 0xaa, 0x10, 0x80, 0x1b, 0x5c, 0x63, 0xeb, 0x5e, 0x71, 0xe0, 0x18, 0x0c, 0xca, 0x22, 0xf6, 0x3e, 0x2e, 0xc1, 0x03, 0xd5, 0xfc, 0x0b, 0xee, 0x63, 0xd8, 0x82, 0x32, 0x08, 0x0a, 0x2e, 0x0d, 0x97, 0x1e, 0x61, 0x2e, 0x6b, 0x81, 0x7b, 0x3c, 0xb7, 0x89, 0x21, 0x69, 0xc6, 0x4b, 0xf2, 0x7c, 0x24, 0xdc, 0xae, 0xf5, 0x54, 0x19, 0x86, 0x1f, 0x6d, 0x8e, 0xe0, 0x78, 0x0d, 0xc9, 0x33, 0x8e, 0xa3, 0x8e, 0xb0, 0xb3, 0x4d, 0xe4, 0x83, 0x4b, 0x8e, 0x10, 0x57, 0x77, 0x02, 0x82, 0x51, 0x3c, 0x35, 0x5b, 0x6b, 0xb4, 0xd5, 0x8a, 0xaf, 0x8e, 0x26, 0x4d, 0x07, 0xa4, 0x2a, 0x96, 0x3b, 0x68, 0xd9, 0x95, 0x69, 0xdd, 0xbe, 0x6f, 0x07, 0x3c, 0xed, 0x45, 0xac, 0x33, 0x76, 0xb3, 0x1e, 0x6f, 0x11, 0x82, 0x25, 0x9a, 0x26, 0x31, 0x27, 0xfd, 0x99, 0xe1, 0xb3, 0x06, 0x8a, 0x81, 0xcd, 0x5d, 0x5d, 0xcd, 0x17, 0x8b, 0x37, 0x46, 0x05, 0x2d, 0x5e, 0x0a, 0xdf, 0xa3, 0x78, 0x03, 0x84, 0x04, 0x88, 0x2d, 0x9b, 0x73, 0x88, 0x63, 0xf1, 0x05, 0x24, 0xbc, 0xd3, 0x51, 0x84, 0x41, 0xfb, 0xa2, 0x95, 0xaa, 0x08, 0x2d, 0x49, 0x9c, 0xfa, 0xba, 0x13, 0x82, 0xd7 } }; static const struct cckprng_op_reseed op_reseed_5254 = { .hd = { .id = 4998, .kind = OP_RESEED }, .nonce = 15694418539376439158ULL, .seed_nbytes = 238, .seed = { 0x2f, 0x9a, 0x74, 0x1b, 0x37, 0xdf, 0x20, 0x56, 0x9e, 0x00, 0x85, 0x41, 0x77, 0x5b, 0xbe, 0xa7, 0xce, 0x63, 0x6e, 0x44, 0x5b, 0x12, 0xbc, 0xbf, 0xe9, 0x40, 0x18, 0xdf, 0x4e, 0x50, 0x38, 0x03, 0x0f, 0xb6, 0x12, 0x0b, 0x2f, 0x8c, 0x69, 0xc7, 0x3c, 0xd9, 0x5a, 0xaa, 0xd2, 0x29, 0xb9, 0xa5, 0x0e, 0xd3, 0x22, 0xfe, 0x32, 0x3f, 0x15, 0xbf, 0x2c, 0xb3, 0xfb, 0x36, 0xaf, 0xc5, 0xdb, 0xa2, 0x6c, 0x5c, 0xe4, 0x29, 0xca, 0xc6, 0xa7, 0x93, 0x3b, 0x20, 0x72, 0x5d, 0x66, 0x35, 0x8f, 0x62, 0xec, 0x5a, 0x62, 0x1a, 0x30, 0x36, 0xd5, 0x82, 0xc1, 0xe8, 0x57, 0x56, 0x1d, 0x5f, 0xe0, 0x4f, 0xf0, 0x78, 0x45, 0x1e, 0x18, 0x30, 0x5a, 0x1d, 0x04, 0x3d, 0xc8, 0xfb, 0xfd, 0xb5, 0x2f, 0x04, 0x9d, 0x18, 0x73, 0x4a, 0xd5, 0x54, 0x7a, 0x7e, 0x09, 0xf0, 0x9d, 0x0c, 0xc8, 0x26, 0x8e, 0x2f, 0x8a, 0xcc, 0xaf, 0xa4, 0x3d, 0x71, 0xac, 0xef, 0x74, 0x7c, 0x47, 0x33, 0xb9, 0xf6, 0x86, 0x88, 0x91, 0x5e, 0x3c, 0xa4, 0x63, 0x4a, 0x27, 0xb6, 0x0c, 0xde, 0xf5, 0x1f, 0x2f, 0xe7, 0xd3, 0xb0, 0xdc, 0x2b, 0xb2, 0xee, 0xa4, 0x64, 0x1f, 0x19, 0xd2, 0x88, 0x27, 0x5d, 0x1e, 0x62, 0x62, 0xf0, 0x7b, 0xc9, 0x85, 0x3d, 0x8d, 0xd1, 0x15, 0x2b, 0xe2, 0x47, 0x06, 0xc1, 0xc7, 0xf5, 0x98, 0xef, 0x0f, 0x4b, 0x5f, 0xc9, 0xb8, 0x0a, 0xfe, 0x3b, 0xf5, 0x01, 0xa8, 0x9d, 0xdb, 0xc9, 0x8f, 0xe0, 0x3a, 0x18, 0x5b, 0x90, 0x71, 0xe8, 0xe2, 0x76, 0xbc, 0x36, 0x07, 0xf6, 0x17, 0x69, 0x97, 0xf5, 0x55, 0xdb, 0xdf, 0xcc, 0x90, 0xf5, 0xe7, 0x5b, 0x04, 0x5d, 0x4a, 0x56, 0x97, 0xa9 } }; static const struct cckprng_op_reseed op_reseed_5255 = { .hd = { .id = 4999, .kind = OP_RESEED }, .nonce = 11864933342184484902ULL, .seed_nbytes = 74, .seed = { 0x61, 0xe8, 0x53, 0x06, 0x93, 0x19, 0x33, 0x08, 0x42, 0xef, 0xa3, 0x92, 0xa6, 0x4b, 0x2c, 0xbf, 0xf3, 0x74, 0xf1, 0x5c, 0xe2, 0xef, 0xc0, 0x5f, 0x34, 0x82, 0x65, 0x4b, 0x91, 0xe9, 0x8b, 0xab, 0xec, 0xa7, 0x76, 0xed, 0xa1, 0x5c, 0xe5, 0x51, 0xe5, 0xbf, 0xfb, 0x75, 0x1c, 0x9d, 0x11, 0xd6, 0x89, 0x87, 0x2f, 0xd7, 0x94, 0x15, 0x94, 0xc4, 0xbe, 0xbb, 0x84, 0x21, 0x21, 0xc5, 0x5e, 0x47, 0x8c, 0xe2, 0xda, 0xdc, 0xd8, 0x7c, 0x61, 0x2e, 0xd1, 0xd4 } }; static const struct cckprng_op_reseed op_reseed_5256 = { .hd = { .id = 5000, .kind = OP_RESEED }, .nonce = 11901213223172071856ULL, .seed_nbytes = 273, .seed = { 0xc4, 0x66, 0x92, 0x0e, 0xb6, 0xfb, 0xf7, 0x03, 0x5f, 0x29, 0xe8, 0xfd, 0x70, 0xd0, 0x9e, 0x49, 0x38, 0xc7, 0xda, 0x4c, 0xe2, 0x90, 0xbc, 0x49, 0xc6, 0xad, 0x00, 0x7e, 0xbc, 0xb3, 0x20, 0x69, 0xd0, 0x12, 0x42, 0xa2, 0x0f, 0x06, 0x09, 0x84, 0x42, 0xee, 0xc2, 0x34, 0xe9, 0xbe, 0xec, 0xfb, 0x2e, 0x25, 0xb4, 0xeb, 0x98, 0x78, 0xd7, 0x68, 0xb5, 0xf3, 0xba, 0x68, 0x88, 0x6e, 0x2c, 0x41, 0x22, 0xa6, 0xf6, 0xda, 0x83, 0x02, 0x54, 0x32, 0x90, 0x74, 0xd9, 0xab, 0x52, 0x60, 0x34, 0x14, 0x86, 0xa2, 0x01, 0x01, 0x31, 0x44, 0x23, 0xed, 0x9e, 0x9d, 0xc5, 0x73, 0x4a, 0x55, 0xe5, 0x17, 0xac, 0x5b, 0x09, 0x3b, 0x10, 0x0a, 0x38, 0x53, 0xc2, 0xb5, 0xa3, 0x88, 0xaf, 0x2d, 0x7d, 0xd1, 0xa1, 0xf0, 0x4c, 0x41, 0x97, 0xd9, 0x0f, 0xda, 0x49, 0x7c, 0xce, 0x1b, 0xa4, 0x00, 0xb5, 0x4a, 0x40, 0x74, 0x28, 0xb5, 0xd5, 0xc1, 0xc7, 0x19, 0x53, 0x0e, 0xe9, 0x2e, 0xe8, 0x6c, 0xd6, 0x88, 0x1e, 0x83, 0xf4, 0x2f, 0x82, 0x51, 0x03, 0x9a, 0x26, 0x4d, 0x7b, 0x14, 0x9c, 0x49, 0xa7, 0x48, 0x40, 0xb1, 0xaf, 0xca, 0x4c, 0xaa, 0xf0, 0xbf, 0xa9, 0x85, 0xda, 0x6e, 0xec, 0xbb, 0xde, 0xc5, 0x86, 0x4e, 0x67, 0x49, 0x2f, 0x28, 0xfc, 0x91, 0xcc, 0x0c, 0xef, 0x56, 0xeb, 0x7c, 0x9b, 0xe1, 0x8f, 0xcb, 0x08, 0x4a, 0x7f, 0x98, 0x4f, 0xd0, 0x57, 0x0b, 0xa0, 0x5e, 0x24, 0x67, 0x54, 0x50, 0x04, 0x7b, 0xd9, 0xaf, 0x87, 0x27, 0x60, 0x56, 0x28, 0x50, 0x87, 0x59, 0xf4, 0x42, 0x9a, 0xdc, 0xcd, 0xa6, 0x40, 0x81, 0xb9, 0xfc, 0xea, 0x1b, 0xfd, 0x47, 0x5b, 0x8e, 0xc2, 0x24, 0xfd, 0x9d, 0x6c, 0x92, 0x00, 0x4b, 0x8e, 0xe8, 0x46, 0xb7, 0x4d, 0x47, 0xcc, 0xfd, 0x92, 0xb0, 0xc4, 0xea, 0x37, 0xbe, 0xfe, 0x53, 0xcd, 0x40, 0x03, 0x3c, 0xde, 0x38, 0xe2, 0xbd, 0xfa, 0x1c, 0x43, 0x77, 0xc7 } }; static const struct cckprng_op_generate op_init_5257 = { .hd = { .id = 5001, .kind = OP_GENERATE }, .rand_nbytes = 2, .out = { .rand = { 0xb1, 0x54 } } }; static const struct cckprng_op_refresh op_refresh_5258 = { .hd = { .id = 5002, .kind = OP_REFRESH }, .rand = 3951466190834048586ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5259 = { .hd = { .id = 5003, .kind = OP_RESEED }, .nonce = 2453035155236556126ULL, .seed_nbytes = 144, .seed = { 0xfa, 0x3f, 0xee, 0x1b, 0x15, 0xeb, 0xe7, 0xb5, 0x81, 0x3c, 0x35, 0x19, 0x60, 0x9a, 0xc3, 0xd2, 0x8c, 0x20, 0xa2, 0xa1, 0x3a, 0x00, 0x90, 0xf7, 0xd2, 0xd6, 0xa3, 0x96, 0x5f, 0xed, 0xb5, 0x7c, 0xf4, 0xce, 0x5a, 0xdf, 0x85, 0xf4, 0x30, 0x3d, 0xd8, 0x08, 0xab, 0x7f, 0x96, 0xd1, 0x7b, 0xb0, 0x4a, 0xed, 0xf3, 0xf2, 0x33, 0xc9, 0x6a, 0x71, 0xf7, 0x5f, 0xd5, 0xc7, 0xa9, 0xa1, 0xaf, 0x0f, 0x21, 0x07, 0x31, 0xcd, 0x55, 0x1d, 0xd0, 0xdf, 0x5c, 0x06, 0x7e, 0xb8, 0x6e, 0xdd, 0xd2, 0x46, 0xc5, 0x89, 0x73, 0xb3, 0x7a, 0x8b, 0xa4, 0x6f, 0x4d, 0x08, 0xee, 0xf4, 0xa9, 0xf2, 0xb1, 0x76, 0x80, 0x2f, 0xad, 0x9d, 0xb3, 0xe7, 0x9c, 0x7b, 0x58, 0x20, 0x14, 0xd7, 0xc3, 0x52, 0xac, 0x7c, 0xf5, 0xc9, 0xab, 0x8c, 0x5f, 0x3a, 0xe9, 0x85, 0xfe, 0xb9, 0xa0, 0x24, 0xc7, 0x38, 0xf2, 0x1d, 0x57, 0xa1, 0xa0, 0xe9, 0x94, 0x2d, 0xb9, 0x40, 0xb8, 0x27, 0xad, 0xfd, 0xfc, 0x25, 0xc4, 0x56 } }; static const struct cckprng_op_refresh op_refresh_5260 = { .hd = { .id = 5004, .kind = OP_REFRESH }, .rand = 13548358342963319819ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5261 = { .hd = { .id = 5005, .kind = OP_REFRESH }, .rand = 14740596416034885665ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5262 = { .hd = { .id = 5006, .kind = OP_REFRESH }, .rand = 2617446914147016434ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5263 = { .hd = { .id = 5007, .kind = OP_RESEED }, .nonce = 6818920020881268276ULL, .seed_nbytes = 232, .seed = { 0xd6, 0xe1, 0xf8, 0x5e, 0x3c, 0xd0, 0xf2, 0xcd, 0x6e, 0xa3, 0x7e, 0x41, 0x47, 0x8b, 0xe9, 0x30, 0x85, 0x1a, 0x09, 0xfd, 0xc1, 0xe5, 0x46, 0x99, 0x47, 0xc2, 0x21, 0x0a, 0x1a, 0xbe, 0x5c, 0x69, 0x03, 0xcd, 0xfd, 0x56, 0x9b, 0x76, 0xc7, 0xfb, 0x13, 0xe6, 0xd0, 0xfb, 0x3a, 0x85, 0x41, 0x9d, 0xee, 0x72, 0xb8, 0x6f, 0xf5, 0x50, 0xd5, 0x3e, 0x74, 0xe2, 0xb3, 0x4b, 0xaa, 0xad, 0x94, 0x25, 0xe1, 0xa6, 0x7c, 0xf6, 0x1a, 0xe7, 0x0e, 0x94, 0x5f, 0xd1, 0x89, 0xd3, 0xc8, 0xf2, 0xa3, 0x1e, 0x8c, 0x83, 0x33, 0xa1, 0xf9, 0x6a, 0x72, 0x28, 0x97, 0x1e, 0x5b, 0x58, 0xb6, 0x0c, 0xd4, 0x54, 0x12, 0xa4, 0x75, 0xeb, 0x31, 0x6c, 0x0f, 0x28, 0x97, 0x8b, 0x46, 0x47, 0xd4, 0xa3, 0x55, 0xe3, 0x27, 0xed, 0xe0, 0x73, 0xbd, 0xeb, 0x92, 0xbf, 0xdb, 0x30, 0x22, 0xce, 0x45, 0xf6, 0x91, 0xce, 0xce, 0xc9, 0xe6, 0x51, 0x77, 0x91, 0x4f, 0xfd, 0xb6, 0x5e, 0x14, 0x28, 0x00, 0x49, 0xef, 0x9c, 0x3b, 0x54, 0xfa, 0x7a, 0xc0, 0x2c, 0x7e, 0xbf, 0xe3, 0xc3, 0xf2, 0xe2, 0x94, 0x62, 0x79, 0x27, 0x17, 0x67, 0xeb, 0xaf, 0x15, 0x9c, 0x34, 0x07, 0xcd, 0x2c, 0xed, 0x20, 0xa4, 0x09, 0x89, 0xec, 0x11, 0xf7, 0x5e, 0xba, 0xf0, 0x1a, 0xf3, 0x50, 0x81, 0x54, 0x0b, 0xff, 0xba, 0xb9, 0xfa, 0x23, 0x9b, 0xb8, 0x26, 0x6b, 0xdc, 0x7e, 0x50, 0x44, 0xcb, 0x77, 0x86, 0x06, 0x7c, 0x5b, 0xc3, 0x84, 0x80, 0x41, 0x6b, 0x3d, 0x2d, 0xc0, 0xf9, 0xcd, 0x03, 0x14, 0x54, 0x55, 0x86, 0x6b, 0xc0, 0x26, 0x84, 0xd6, 0x9e, 0x03, 0xa0, 0x67, 0x0b, 0xff } }; static const struct cckprng_op_refresh op_refresh_5264 = { .hd = { .id = 5008, .kind = OP_REFRESH }, .rand = 5978053256708740231ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5265 = { .hd = { .id = 5009, .kind = OP_REFRESH }, .rand = 1004267831779707790ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5266 = { .hd = { .id = 5010, .kind = OP_GENERATE }, .rand_nbytes = 83, .out = { .rand = { 0xaf, 0x8e, 0x96, 0xac, 0x64, 0xed, 0xc2, 0x39, 0xf7, 0xbd, 0xee, 0xc1, 0x61, 0x26, 0xc4, 0x0f, 0xef, 0xbf, 0x62, 0xf1, 0x5c, 0x64, 0xf9, 0x38, 0xec, 0x82, 0x67, 0x3e, 0xa6, 0x5a, 0x9e, 0x89, 0xb6, 0xf8, 0x27, 0xff, 0x24, 0xaa, 0x36, 0xf7, 0x2e, 0x20, 0x7e, 0x42, 0x8c, 0x40, 0x5f, 0x0b, 0xe9, 0x4a, 0x2f, 0x99, 0xfc, 0xb5, 0x5d, 0xa4, 0x4f, 0x6c, 0x1e, 0x5b, 0xb4, 0xf3, 0x99, 0x45, 0xf5, 0x3c, 0x6b, 0x90, 0xf1, 0xb7, 0x1b, 0xad, 0x01, 0xf1, 0x5b, 0xf1, 0x9b, 0xc0, 0xf7, 0x63, 0xe9, 0x33, 0x67 } } }; static const struct cckprng_op_generate op_init_5267 = { .hd = { .id = 5011, .kind = OP_GENERATE }, .rand_nbytes = 51, .out = { .rand = { 0x03, 0x83, 0x7c, 0x99, 0x34, 0x54, 0xaa, 0x20, 0x51, 0x47, 0x81, 0xbc, 0x0f, 0xe5, 0x2e, 0xac, 0x43, 0x66, 0x65, 0xe6, 0xf8, 0x49, 0xfa, 0x9b, 0x12, 0x7a, 0x8e, 0xf6, 0xa2, 0x84, 0xa2, 0x7f, 0x9b, 0x08, 0x17, 0xcf, 0x58, 0xf4, 0x88, 0x73, 0xd7, 0xd8, 0xd6, 0x08, 0xae, 0x77, 0xfe, 0x1e, 0xb4, 0xde, 0xa1 } } }; static const struct cckprng_op_generate op_init_5268 = { .hd = { .id = 5012, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0xb5, 0x14, 0xbb, 0x2c, 0xd7, 0x3f, 0x6f, 0x49, 0x7d, 0xc0, 0x28, 0x54, 0x7d, 0x73, 0xc9, 0xbe, 0x9e, 0x46, 0x3c, 0x3d, 0x0a, 0xdb, 0x12, 0xd2, 0x29, 0x11, 0xb1, 0x48, 0x28, 0x25, 0xdc, 0xaf, 0x76, 0xc8, 0xaf, 0xd4, 0x1e, 0xaa, 0x19, 0x7d } } }; static const struct cckprng_op_refresh op_refresh_5269 = { .hd = { .id = 5013, .kind = OP_REFRESH }, .rand = 4695882664476655723ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5270 = { .hd = { .id = 5014, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x70, 0x47, 0x8d, 0x9a, 0x51, 0xb9, 0x75, 0xe8, 0x89, 0x6e, 0x51, 0x66, 0x3b, 0x85, 0x8d, 0x7c, 0x2c, 0xaa, 0x4a, 0xa5, 0x27, 0xcd, 0x5b, 0xd8, 0xd0, 0xb9, 0xf1, 0xdb, 0x56, 0x19, 0xc2, 0xf8, 0xd5, 0x61, 0xd6, 0x2a, 0xec, 0xfa, 0x18, 0x79, 0x0e, 0xb1, 0x53, 0xbc, 0xfe, 0x41, 0xe6, 0xd0, 0x0a, 0x44, 0xf5, 0x83, 0xbf, 0x6a, 0xec, 0xbe, 0xd0, 0xed, 0xdb, 0x01, 0xf6, 0x9c, 0x19, 0x6a, 0x5a, 0xc2, 0xdf, 0xa4, 0x07, 0x14, 0x13, 0x4d, 0xf4, 0xfa, 0xb1, 0xfa, 0xb6, 0x9c, 0x5e, 0x89, 0x85, 0x29, 0x54, 0x1c, 0xc2, 0x78, 0xf9, 0x91, 0x47, 0x16, 0x0d, 0xae, 0x5e, 0xca, 0x1f, 0x26, 0x1f, 0x3c, 0x52, 0x82, 0x8d, 0x70, 0x56, 0xa8, 0xe4, 0xaa, 0x46, 0x23, 0x6b, 0x49, 0x41, 0x78, 0x72, 0xcc, 0x63, 0x47, 0x6d, 0x86, 0xf2, 0xb5, 0x73, 0x03, 0x97, 0xd3, 0xc3, 0x48, 0xda, 0xff, 0xa5, 0x5f, 0x33, 0xc5, 0xc2, 0x1c, 0x94, 0xa6, 0x88, 0xc8, 0xdb, 0xcd, 0x84, 0x4d, 0xbf, 0x31, 0xca, 0x5b, 0x49, 0x1e, 0x3d, 0xcc, 0x26, 0xb2, 0xc0, 0x58, 0xf7, 0x88, 0xb2, 0x5b, 0x4c, 0x82, 0xdb, 0xf8, 0x76, 0x9b, 0x7b, 0x5e, 0x0e, 0x15, 0x76, 0xdd, 0xc2, 0xc7, 0xad, 0xf8, 0xc2, 0xdd, 0xfa, 0x1b, 0x42, 0x3a, 0xe8, 0x65, 0xfa, 0x2f, 0xee, 0xe9, 0xb8, 0xe2, 0xc5, 0x19, 0xf2, 0xfb, 0x8d, 0x2e, 0xd0, 0xbe, 0x40, 0x85, 0x81, 0xf8, 0xe6, 0xce, 0xd1, 0x90 } } }; static const struct cckprng_op_reseed op_reseed_5271 = { .hd = { .id = 5015, .kind = OP_RESEED }, .nonce = 411240953173421817ULL, .seed_nbytes = 151, .seed = { 0x4a, 0xf6, 0x8f, 0xee, 0x9d, 0x9d, 0xd8, 0x85, 0xc8, 0x4a, 0xe6, 0xfa, 0x1f, 0xac, 0x66, 0xa7, 0xc7, 0xc1, 0xf3, 0x9f, 0xd6, 0xce, 0x96, 0xaf, 0xe3, 0x68, 0x9a, 0x04, 0xec, 0x42, 0xe1, 0xf8, 0xf2, 0x9b, 0xe1, 0x7b, 0x29, 0xa5, 0xfc, 0x93, 0x5c, 0x0f, 0x10, 0x2a, 0xfe, 0x78, 0xbb, 0x6e, 0x88, 0xff, 0xa4, 0x74, 0x76, 0x1b, 0xef, 0x0d, 0x00, 0x9b, 0x75, 0x7f, 0xfa, 0x46, 0x4f, 0x9e, 0x90, 0xe6, 0x46, 0x34, 0x75, 0xd5, 0x70, 0x75, 0x37, 0xd6, 0xb1, 0x86, 0x57, 0xf1, 0x3a, 0xab, 0xb0, 0x12, 0x60, 0x67, 0xbf, 0x50, 0x07, 0x2e, 0x3b, 0x6c, 0x42, 0x7e, 0xe5, 0x03, 0xa7, 0x13, 0xcf, 0xcb, 0x54, 0x7c, 0x93, 0x83, 0xc5, 0x69, 0x9a, 0xad, 0x2d, 0x54, 0xd1, 0xdf, 0x89, 0x04, 0x50, 0x2e, 0xab, 0x95, 0x66, 0x95, 0x2a, 0xa7, 0x32, 0xbe, 0x4e, 0xfa, 0x5a, 0x82, 0x55, 0x89, 0xd1, 0x99, 0x8d, 0xaa, 0x49, 0x47, 0x4e, 0x89, 0xe5, 0x5e, 0x68, 0xcc, 0x1d, 0xa1, 0xf9, 0x71, 0x63, 0x91, 0x37, 0x09, 0x84, 0xa1, 0xca } }; static const struct cckprng_op_generate op_init_5272 = { .hd = { .id = 5016, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0x99, 0x4f, 0xdc, 0x3b, 0x17, 0x3c, 0x22, 0xb6, 0xb0, 0x19, 0x7b, 0x7b, 0xd5, 0x08, 0x60, 0x66, 0x99, 0xb4, 0xc5, 0x26, 0xa6, 0x46, 0xa3, 0x9f, 0xe3, 0x39, 0x41, 0x2d, 0xe5, 0x3a, 0x4c, 0x98, 0x99, 0x89, 0x25, 0xaa, 0xda, 0x99, 0x9a, 0xc8, 0x5b, 0x0e, 0xea, 0x7b, 0xd4, 0xbf, 0xb6, 0x20, 0xf9, 0x21, 0x36, 0x95, 0x7a, 0x75, 0x52, 0xc1, 0x9b, 0x6a, 0x37, 0x1c, 0xe4, 0x97, 0xb2, 0x6e, 0x90, 0x55, 0xc4, 0xb5, 0x1e, 0xe5, 0x06, 0xd2, 0x73, 0x54, 0xff, 0x29, 0x16, 0x7c, 0xd1, 0x43, 0xe4, 0xb3, 0x95, 0x38, 0xc2, 0xda, 0xae, 0x47, 0x96, 0x84, 0x9b, 0xcc, 0x12, 0x17, 0x47, 0xd2, 0x7b, 0x48, 0x59, 0x65, 0x9b, 0x7f, 0xf0, 0xa8, 0xa0, 0x0f, 0xb9, 0x69, 0x8c, 0x0c, 0x4c, 0x0a, 0xfb, 0x74, 0xc1, 0x2a, 0x7f, 0x26, 0x71, 0xd6, 0x68, 0x8d, 0xbe, 0x11, 0x48, 0xe8, 0x80, 0x93, 0xd0, 0xaf, 0xcf, 0x6f, 0x7c, 0xa4, 0x48, 0x74, 0x2b, 0x0e, 0xe8, 0x29, 0xd5, 0x8a, 0xb1, 0xfa, 0x7c, 0xe4, 0x7b, 0xc6, 0x22, 0xb3, 0x80, 0x37, 0x6e, 0x8b, 0x32, 0xdc, 0xe1 } } }; static const struct cckprng_op_reseed op_reseed_5273 = { .hd = { .id = 5017, .kind = OP_RESEED }, .nonce = 10848894871427363508ULL, .seed_nbytes = 91, .seed = { 0xe1, 0x1c, 0xca, 0x89, 0x29, 0xf4, 0x72, 0x4a, 0xf9, 0x21, 0x8d, 0x9b, 0x3b, 0x4d, 0x29, 0x7d, 0xc0, 0xc2, 0x7a, 0x6e, 0xef, 0x1c, 0x45, 0xb8, 0x16, 0x73, 0xe8, 0x5b, 0x21, 0x14, 0x44, 0xd7, 0x3f, 0x25, 0x51, 0x80, 0x78, 0xda, 0x98, 0x9e, 0x12, 0xb5, 0x74, 0x10, 0x1d, 0x15, 0x50, 0x28, 0x04, 0x7f, 0x4b, 0xcc, 0xbc, 0xe4, 0xd5, 0xad, 0xad, 0x4a, 0x61, 0x93, 0x5f, 0x72, 0x94, 0xaa, 0xb2, 0x08, 0xdc, 0x31, 0x5a, 0x0e, 0xce, 0xe5, 0x98, 0x31, 0x6d, 0xfa, 0xe6, 0xc9, 0xd6, 0x22, 0x33, 0xc8, 0x85, 0xb8, 0x1a, 0x1a, 0x17, 0x55, 0x61, 0x06, 0x29 } }; static const struct cckprng_op_reseed op_reseed_5274 = { .hd = { .id = 5018, .kind = OP_RESEED }, .nonce = 15226561077614953707ULL, .seed_nbytes = 18, .seed = { 0x00, 0x68, 0x23, 0x47, 0x50, 0xcf, 0x50, 0x0e, 0x78, 0x4e, 0x7b, 0x6d, 0x31, 0x1c, 0xad, 0x7c, 0x30, 0x1e } }; static const struct cckprng_op_refresh op_refresh_5275 = { .hd = { .id = 5019, .kind = OP_REFRESH }, .rand = 10592016983728100178ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5276 = { .hd = { .id = 5020, .kind = OP_REFRESH }, .rand = 10687674487298381775ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5277 = { .hd = { .id = 5021, .kind = OP_RESEED }, .nonce = 12840551413793135133ULL, .seed_nbytes = 241, .seed = { 0x4a, 0x96, 0x33, 0x9f, 0x4a, 0x94, 0x55, 0x22, 0xde, 0x41, 0x79, 0x02, 0x61, 0x22, 0x0e, 0x09, 0x4f, 0xc5, 0x43, 0x58, 0xb7, 0x0c, 0x48, 0x1a, 0xf1, 0x91, 0xd6, 0xdb, 0x34, 0xaa, 0x5d, 0xab, 0x85, 0x25, 0x86, 0x8b, 0x9b, 0x76, 0xe3, 0x7b, 0x71, 0x34, 0x84, 0xbf, 0x63, 0x87, 0x7a, 0xb3, 0x74, 0x22, 0x5f, 0x4c, 0x74, 0x86, 0xd3, 0x46, 0x98, 0x71, 0x27, 0xa9, 0x98, 0x52, 0x0f, 0x0d, 0x32, 0x37, 0xdb, 0xe0, 0x1f, 0x70, 0x6a, 0x7d, 0x03, 0xfc, 0x65, 0xa8, 0xd2, 0xfc, 0x7f, 0x9a, 0x9f, 0x4b, 0x2c, 0x74, 0x9e, 0x0e, 0xd7, 0x2d, 0xbe, 0xb5, 0xdb, 0x01, 0x74, 0x80, 0x79, 0x3f, 0xe0, 0xd4, 0xdf, 0xa1, 0xd7, 0x7d, 0x9c, 0x88, 0x1e, 0x2b, 0x0b, 0xad, 0xf0, 0xce, 0x48, 0x42, 0xcf, 0x55, 0xfc, 0x1a, 0xde, 0x16, 0xd9, 0x63, 0x78, 0x71, 0x7a, 0xda, 0x79, 0xb1, 0x98, 0x52, 0x31, 0xf3, 0x21, 0xae, 0x38, 0x1c, 0x01, 0x39, 0xf9, 0x05, 0x63, 0x8b, 0x13, 0x98, 0xec, 0x56, 0x46, 0xa7, 0x77, 0x07, 0xe6, 0x7e, 0xb2, 0x03, 0x9c, 0x4d, 0xb0, 0x63, 0x16, 0x95, 0x47, 0x46, 0x2e, 0x6b, 0xad, 0x43, 0x93, 0xdb, 0x74, 0x5e, 0x75, 0x35, 0xe4, 0xc1, 0x36, 0xf3, 0xcc, 0x78, 0xf5, 0x96, 0xd6, 0x7b, 0xe2, 0x2e, 0x7d, 0xd5, 0x61, 0x37, 0x69, 0x58, 0x74, 0x65, 0xed, 0x85, 0x0a, 0x0f, 0x56, 0x6a, 0xa9, 0x34, 0x61, 0x31, 0x00, 0xcd, 0x94, 0x3e, 0x52, 0x96, 0xf4, 0x82, 0x02, 0x0f, 0x6a, 0xf7, 0xce, 0xf7, 0x8b, 0xd0, 0xa6, 0xcb, 0x7d, 0x24, 0xdc, 0x0a, 0xfb, 0x2d, 0x84, 0x3c, 0xe0, 0xde, 0x1b, 0x57, 0x01, 0xbe, 0x26, 0xde, 0xfe, 0xff, 0xdb, 0xde, 0x7e, 0x8c, 0x42 } }; static const struct cckprng_op_generate op_init_5278 = { .hd = { .id = 5022, .kind = OP_GENERATE }, .rand_nbytes = 131, .out = { .rand = { 0xd4, 0xa8, 0x53, 0xf6, 0x23, 0xe5, 0xae, 0xe2, 0xe2, 0x85, 0x1e, 0x90, 0xf2, 0xa8, 0x5e, 0x8f, 0xb3, 0x13, 0x98, 0xec, 0x80, 0xd9, 0xd4, 0x71, 0xff, 0xbd, 0xb1, 0xe5, 0x23, 0xa1, 0xbd, 0xe2, 0x76, 0xc1, 0xcc, 0x52, 0x90, 0xc8, 0x40, 0x85, 0x01, 0x36, 0xca, 0x16, 0x1a, 0xd6, 0xfd, 0x95, 0x97, 0x5e, 0x1f, 0xb7, 0x24, 0xd1, 0x63, 0xf1, 0x9e, 0x1e, 0x57, 0x15, 0xbc, 0x5f, 0x8d, 0x5b, 0xe5, 0x75, 0xa3, 0x6d, 0x7d, 0x6b, 0x56, 0x31, 0xc8, 0xf8, 0x32, 0xf3, 0xde, 0x4d, 0x06, 0x2f, 0x85, 0x93, 0x09, 0xbf, 0x5d, 0x7f, 0xb8, 0x1b, 0xb2, 0xe8, 0xb3, 0x4c, 0xdd, 0x65, 0x2e, 0x7d, 0x1b, 0x93, 0x0e, 0xef, 0x50, 0x31, 0x9d, 0x7c, 0x5b, 0x1d, 0x10, 0x3f, 0xde, 0x41, 0xc7, 0xb1, 0xb4, 0x7b, 0x3f, 0xde, 0x1b, 0x72, 0xec, 0x4e, 0xed, 0xa3, 0x10, 0x62, 0x5d, 0x83, 0x6d, 0x5b, 0xc6, 0x2d, 0x38 } } }; static const struct cckprng_op_generate op_init_5279 = { .hd = { .id = 5023, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0xae, 0xef, 0xdc, 0x60, 0x2d, 0x9f, 0xf2, 0x57, 0x41, 0xac, 0x6b, 0xcd, 0xa2, 0x18, 0x80, 0x1d, 0x49, 0x1d, 0xa7, 0x0a, 0x4d, 0x31, 0xae, 0x4e, 0x70, 0xce, 0x72, 0x6e, 0xee, 0x36, 0x2f, 0x26, 0xe6, 0x5d, 0x91, 0x89, 0x43, 0x98, 0x74, 0x4e, 0x12, 0xb4, 0xac, 0x10, 0xb6, 0xa6, 0x60, 0x99, 0xd2, 0x73, 0x2e, 0x32, 0x28, 0x98, 0x8f, 0xd1, 0x8d, 0x7a, 0x11, 0x07, 0x3e, 0x1e, 0xf9, 0x68, 0x6e, 0x5b, 0xb0, 0x31, 0x6d, 0x4b, 0x57, 0xbc, 0x39, 0x9a, 0x34, 0x2d, 0x3a, 0xda, 0x10, 0xf6, 0x30, 0x11 } } }; static const struct cckprng_op_generate op_init_5280 = { .hd = { .id = 5024, .kind = OP_GENERATE }, .rand_nbytes = 225, .out = { .rand = { 0xf3, 0x80, 0x3e, 0x40, 0xde, 0xb9, 0x5e, 0x50, 0xb1, 0x7a, 0x88, 0x04, 0x36, 0xf8, 0xbe, 0x4e, 0x5c, 0x48, 0xab, 0x86, 0x22, 0x1b, 0x5b, 0x02, 0x64, 0x87, 0x98, 0xba, 0x9f, 0x48, 0xd0, 0x51, 0x5d, 0x40, 0xdc, 0xa8, 0xe2, 0xea, 0x71, 0x52, 0x7c, 0xb3, 0x11, 0x31, 0xa3, 0xd9, 0xff, 0x3e, 0xab, 0xac, 0xc4, 0xf0, 0xfc, 0xc2, 0x46, 0x96, 0xd9, 0x36, 0x84, 0x7e, 0x6a, 0xf3, 0x1e, 0x2d, 0xb6, 0x89, 0xb0, 0x7b, 0xd5, 0x5f, 0x80, 0x4f, 0x53, 0x58, 0x37, 0x8d, 0xf9, 0xfb, 0x25, 0x24, 0x98, 0xd3, 0x3e, 0x97, 0xf1, 0x1c, 0xf4, 0xb4, 0xf4, 0xe9, 0x47, 0x87, 0x4c, 0xfa, 0xf6, 0x00, 0xee, 0x2f, 0xd9, 0xcc, 0x3f, 0x19, 0x09, 0x3e, 0x1c, 0xd6, 0x23, 0xa4, 0x16, 0x05, 0xc0, 0x13, 0x48, 0xaf, 0xf6, 0x5b, 0x40, 0xca, 0xf5, 0xc5, 0x31, 0xe0, 0x3c, 0x0f, 0x80, 0x4f, 0x57, 0x7b, 0xfd, 0x68, 0x15, 0x22, 0x71, 0x24, 0x98, 0xd2, 0x61, 0xe1, 0x32, 0xb6, 0xfb, 0x23, 0x29, 0x44, 0xce, 0x49, 0xcf, 0xf0, 0x84, 0x48, 0x6d, 0xb6, 0x60, 0x70, 0xcc, 0x96, 0xb7, 0x7c, 0xb3, 0xfb, 0xd8, 0x5e, 0x2c, 0x5a, 0xe8, 0x3a, 0xec, 0xc8, 0x3c, 0x1b, 0x9f, 0x16, 0x9d, 0x9c, 0xcf, 0xf7, 0x31, 0x34, 0x40, 0x04, 0xf7, 0xa6, 0x50, 0x47, 0x0e, 0xb9, 0x3e, 0xe7, 0xb9, 0xca, 0x51, 0x54, 0x6e, 0xe9, 0x75, 0x0b, 0x7e, 0x85, 0x33, 0xa7, 0xe2, 0x49, 0xad, 0x6e, 0xe0, 0x48, 0x8f, 0x6a, 0xc3, 0x15, 0xc4, 0x0b, 0x21, 0x77, 0xd8, 0x0a, 0x9a, 0x4d, 0x0e, 0xdf, 0x9f, 0xb0, 0xe8, 0xc7, 0xe1 } } }; static const struct cckprng_op_generate op_init_5281 = { .hd = { .id = 5025, .kind = OP_GENERATE }, .rand_nbytes = 70, .out = { .rand = { 0xe4, 0x1c, 0xd5, 0xc0, 0x34, 0x33, 0xb9, 0x6c, 0xb9, 0x62, 0x19, 0x7e, 0xf0, 0x74, 0xda, 0x3f, 0xcc, 0x92, 0x20, 0xd4, 0x2c, 0xec, 0xea, 0x5f, 0x1f, 0xf7, 0x2c, 0xaf, 0xcb, 0x9a, 0xc2, 0xe0, 0xc4, 0x52, 0x21, 0x30, 0x7a, 0x95, 0xf6, 0xf3, 0x63, 0x71, 0x58, 0xdc, 0x26, 0x1c, 0x0b, 0x5d, 0x15, 0xb8, 0x65, 0xb6, 0x65, 0xdf, 0x70, 0xd2, 0x27, 0x5c, 0xc5, 0x29, 0x53, 0xd0, 0x3b, 0x2d, 0x5f, 0x6e, 0x60, 0x24, 0xca, 0x10 } } }; static const struct cckprng_op_generate op_init_5282 = { .hd = { .id = 5026, .kind = OP_GENERATE }, .rand_nbytes = 176, .out = { .rand = { 0x68, 0x3f, 0xf9, 0x03, 0xeb, 0x6f, 0xe1, 0x6d, 0x91, 0x3d, 0x1c, 0x7e, 0x96, 0xbf, 0xa5, 0xf4, 0xb1, 0x10, 0x3e, 0xaa, 0x63, 0x64, 0x69, 0x3d, 0xd4, 0x51, 0x69, 0x56, 0xe4, 0xc9, 0x14, 0x8d, 0x31, 0xe0, 0x6b, 0x79, 0x1f, 0x85, 0x09, 0xed, 0x91, 0x3e, 0xdf, 0x58, 0x75, 0x8b, 0x27, 0x8a, 0x8e, 0x16, 0x41, 0xef, 0xd9, 0xb8, 0xb6, 0xd1, 0xe2, 0x45, 0xa7, 0x02, 0x53, 0x2b, 0x28, 0x67, 0xb2, 0x9f, 0x5c, 0xfe, 0x78, 0x6f, 0x63, 0x1a, 0xcc, 0xf3, 0xb7, 0x03, 0x9c, 0xb1, 0x53, 0x49, 0x77, 0x2d, 0x72, 0xc4, 0xec, 0x4f, 0xce, 0x70, 0xd9, 0xbc, 0x70, 0x25, 0xc0, 0x0d, 0xe9, 0x11, 0x09, 0xf1, 0x0a, 0x63, 0x9b, 0x27, 0x63, 0x31, 0xb5, 0x73, 0xda, 0xff, 0xed, 0x45, 0xee, 0x68, 0x3c, 0x11, 0x24, 0xe8, 0x1a, 0x78, 0x00, 0x68, 0x39, 0x2d, 0x85, 0xf5, 0xbb, 0x54, 0x41, 0xd3, 0x53, 0x8e, 0xbb, 0x59, 0xdd, 0x8c, 0xb1, 0xc8, 0x1c, 0xf8, 0x4a, 0x9b, 0xc7, 0x50, 0xf3, 0x26, 0x5b, 0xb8, 0x2a, 0x3f, 0x9e, 0xd5, 0xd7, 0xa8, 0x42, 0x75, 0x4a, 0x78, 0xf2, 0xe7, 0x6a, 0x71, 0x54, 0x8d, 0x5e, 0xc8, 0x30, 0xef, 0x36, 0x7c, 0xdc, 0xee, 0x40, 0xf9, 0xfc, 0xf7, 0xf0, 0xcc } } }; static const struct cckprng_op_reseed op_reseed_5283 = { .hd = { .id = 5027, .kind = OP_RESEED }, .nonce = 9290062479694128028ULL, .seed_nbytes = 265, .seed = { 0xa8, 0xdc, 0x84, 0x06, 0x98, 0x69, 0x1d, 0x50, 0x84, 0x37, 0x23, 0x5c, 0xbd, 0x36, 0xe3, 0x7c, 0xfc, 0xff, 0xd7, 0x60, 0x36, 0xe5, 0x0c, 0xbd, 0x14, 0xba, 0x17, 0x8d, 0x40, 0x16, 0x08, 0xa5, 0xd3, 0xbc, 0xe7, 0x17, 0xae, 0x41, 0x32, 0xb9, 0x45, 0x50, 0x9b, 0xa0, 0xd2, 0x7e, 0xd3, 0x2a, 0x77, 0xdf, 0xe7, 0xd7, 0x95, 0xf4, 0xd6, 0xa4, 0xcd, 0xb7, 0x7b, 0x08, 0x53, 0x07, 0xb7, 0x9d, 0xb9, 0xf3, 0xcd, 0x4f, 0x0b, 0xb0, 0x1e, 0xec, 0xd3, 0xdb, 0x10, 0xb5, 0x0b, 0x63, 0x68, 0x21, 0x0c, 0x11, 0x04, 0x81, 0x21, 0xf9, 0xdb, 0xa4, 0xc1, 0x9f, 0x6f, 0xf0, 0xfe, 0xab, 0xda, 0x22, 0x1b, 0x3d, 0xd7, 0xf5, 0x3e, 0xa9, 0x0e, 0x4b, 0x8f, 0x59, 0xf0, 0x40, 0x0e, 0x91, 0xdc, 0xcf, 0x1c, 0x0a, 0xaa, 0xe4, 0x5a, 0x3e, 0xcd, 0x1e, 0x18, 0x4b, 0xe0, 0xd0, 0xd4, 0xf3, 0xf3, 0x0b, 0x6f, 0x27, 0x2b, 0xb0, 0xcf, 0x13, 0x74, 0xa2, 0x18, 0xee, 0x1f, 0x02, 0x91, 0x07, 0xfc, 0xb6, 0xa4, 0xe0, 0xd4, 0x63, 0xe1, 0xf9, 0x05, 0x78, 0xd3, 0xb6, 0x55, 0xb0, 0x48, 0xe5, 0xdc, 0x58, 0x22, 0xde, 0x09, 0xe7, 0x7f, 0xf1, 0x4a, 0xef, 0xfb, 0x85, 0x82, 0xbf, 0x3f, 0x08, 0x8f, 0x24, 0x31, 0xed, 0xc4, 0xc8, 0x38, 0x6b, 0x30, 0xe0, 0x3c, 0x7a, 0xed, 0x59, 0x1a, 0x6a, 0x17, 0x05, 0x2d, 0xbf, 0x7b, 0x2d, 0x7e, 0xfd, 0xeb, 0x4a, 0x33, 0x0a, 0x54, 0xc0, 0x25, 0xed, 0x0c, 0xfa, 0x77, 0xbe, 0x06, 0xf5, 0x91, 0x92, 0x1e, 0xcc, 0x9a, 0xbe, 0x3a, 0xfa, 0x7b, 0xa7, 0x45, 0x3b, 0xef, 0x78, 0xba, 0x92, 0x76, 0x7b, 0x36, 0x87, 0xd3, 0x56, 0xc0, 0x37, 0x5f, 0x31, 0x80, 0xeb, 0x73, 0x83, 0xd2, 0x6b, 0x19, 0x18, 0x8c, 0x6a, 0x5e, 0x79, 0xcb, 0x73, 0x2f, 0x92, 0xee, 0xa8, 0x0a, 0xcf, 0x6e, 0x2e, 0xdd, 0x67, 0x27, 0x7c, 0xdf } }; static const struct cckprng_op_reseed op_reseed_5284 = { .hd = { .id = 5028, .kind = OP_RESEED }, .nonce = 1137699865217985082ULL, .seed_nbytes = 133, .seed = { 0x30, 0x27, 0xc7, 0x96, 0x0b, 0x31, 0x48, 0xb3, 0xc0, 0xe3, 0x07, 0xe1, 0xa2, 0x61, 0xc3, 0x55, 0x1c, 0xd6, 0x5c, 0x56, 0x04, 0x78, 0xe2, 0x32, 0xd7, 0x5c, 0xaa, 0x83, 0x3a, 0xb3, 0x95, 0x53, 0x62, 0x08, 0xf6, 0x69, 0x43, 0xd2, 0x72, 0xcf, 0x28, 0xa8, 0xe5, 0xbf, 0x68, 0xc5, 0x92, 0xa6, 0x86, 0x0f, 0x32, 0x47, 0x04, 0x4b, 0x83, 0x90, 0x14, 0x18, 0x70, 0xf0, 0x58, 0xbd, 0xc3, 0xfb, 0x0b, 0x54, 0xa8, 0x36, 0xe0, 0xe7, 0xcb, 0x5d, 0xe8, 0xb5, 0xb1, 0xa9, 0x43, 0xed, 0x4d, 0x78, 0x42, 0x42, 0x52, 0xb0, 0x1b, 0xc6, 0x4c, 0xb0, 0x66, 0x7e, 0x49, 0x3f, 0xc9, 0x3c, 0x6f, 0x91, 0xa2, 0x38, 0x0f, 0xa4, 0xcf, 0x25, 0xc3, 0x4f, 0xd6, 0x76, 0x57, 0x25, 0x90, 0xc0, 0xf2, 0x12, 0xe8, 0xb0, 0xc8, 0x83, 0xed, 0x96, 0x50, 0xb0, 0xb9, 0x30, 0x1b, 0xcb, 0xea, 0x36, 0xc9, 0xde, 0xc0, 0xac, 0xb0, 0x5d, 0x64 } }; static const struct cckprng_op_reseed op_reseed_5285 = { .hd = { .id = 5029, .kind = OP_RESEED }, .nonce = 232748926730545239ULL, .seed_nbytes = 272, .seed = { 0x91, 0x78, 0xfd, 0x51, 0xb4, 0xaa, 0xc9, 0x74, 0x18, 0xbd, 0x0d, 0xc2, 0xbb, 0x9a, 0xa2, 0x6d, 0x70, 0x1e, 0x35, 0xbe, 0xda, 0x36, 0x4c, 0xa3, 0xad, 0x0a, 0xb1, 0xf4, 0xeb, 0xf9, 0xeb, 0xb7, 0x08, 0xec, 0xd8, 0xec, 0x03, 0xb7, 0x8a, 0x50, 0x22, 0x79, 0x23, 0xa2, 0xce, 0x24, 0x39, 0xd0, 0x1b, 0x2b, 0xd6, 0xa8, 0xb3, 0x5c, 0xb7, 0x58, 0x42, 0xd3, 0xb6, 0x72, 0xa1, 0x53, 0xa2, 0x67, 0xac, 0x6d, 0xea, 0x33, 0xc3, 0x84, 0xea, 0x62, 0x47, 0xd8, 0x17, 0x35, 0x8e, 0x46, 0x9d, 0xe5, 0xf5, 0x2c, 0x7d, 0x4d, 0xcd, 0xe3, 0x3a, 0xe3, 0x94, 0xbf, 0x40, 0x67, 0xc9, 0x2a, 0x18, 0xd5, 0x53, 0x30, 0x32, 0x85, 0xcb, 0x8a, 0xde, 0x79, 0xa7, 0x9b, 0x21, 0x3e, 0xcb, 0x9f, 0x9b, 0x1f, 0xfd, 0xd6, 0x06, 0x8c, 0xfb, 0xba, 0xdb, 0x15, 0xb6, 0x59, 0xc6, 0xe7, 0xac, 0x87, 0xe7, 0x2c, 0x22, 0x98, 0x07, 0x57, 0x9c, 0xab, 0xae, 0xb9, 0xbe, 0xe4, 0xdb, 0x9d, 0x75, 0x0b, 0x36, 0xa9, 0x49, 0xcc, 0xa6, 0x6a, 0x30, 0xae, 0x5c, 0x28, 0xaf, 0x5b, 0xa7, 0x2d, 0x7d, 0xc5, 0xc6, 0x27, 0x45, 0xb7, 0x27, 0x37, 0x5e, 0x96, 0x33, 0xf5, 0xae, 0xa0, 0xec, 0x9b, 0xe0, 0xbd, 0x17, 0xd7, 0xc5, 0x9d, 0xf0, 0x4a, 0x09, 0xf4, 0x60, 0x5f, 0x47, 0x87, 0x00, 0x60, 0x4e, 0xba, 0xd4, 0x86, 0xf2, 0x60, 0xf7, 0x9c, 0x1c, 0x05, 0xb0, 0xbe, 0xce, 0x9a, 0xb6, 0xa9, 0xab, 0xa9, 0xf2, 0xd5, 0xc7, 0xa9, 0xa7, 0xd3, 0x9c, 0x53, 0x60, 0x63, 0xc1, 0x09, 0x30, 0x40, 0x88, 0xc9, 0x40, 0x9f, 0x43, 0xda, 0x3f, 0x32, 0x82, 0x0c, 0x2e, 0xb7, 0xa0, 0x2d, 0x51, 0x09, 0xff, 0xd4, 0x3b, 0xa9, 0x9b, 0x01, 0x74, 0x7b, 0x15, 0x9c, 0x89, 0xab, 0xf0, 0xb5, 0xfd, 0xf6, 0x97, 0x00, 0x9e, 0x3c, 0xc6, 0x46, 0x82, 0xff, 0x3a, 0x10, 0x32, 0x09, 0x8e, 0x94, 0x60, 0xcf, 0x53, 0xd3, 0x87, 0xe6 } }; static const struct cckprng_op_generate op_init_5286 = { .hd = { .id = 5030, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0xe6, 0x8b, 0x12, 0x47, 0x5f, 0x63, 0x6e, 0x9f, 0xea, 0x9f, 0xbb, 0x63, 0xf7, 0xac, 0xa8, 0x3f, 0x4e, 0x42, 0x28, 0x4b, 0x29, 0xeb, 0x56, 0x69, 0x75, 0xf9, 0xa4, 0x8e, 0xff, 0xbf, 0xdc, 0x13, 0x2b, 0x85, 0xb5, 0xc6, 0x79, 0xd8, 0xa4, 0x61, 0xc8, 0x1a, 0xfe, 0x3b, 0x73, 0xfc, 0x6b, 0xe5, 0xe3, 0x9f, 0x31, 0xeb, 0x80, 0xc6, 0x82, 0xff, 0x94, 0xf0, 0x86, 0x66, 0xd9, 0x29, 0x6e, 0x81, 0x0d, 0xfc, 0x32, 0xc7, 0x89, 0x44, 0x54, 0xc3, 0xd3, 0xd1, 0x69, 0x6a, 0xd0, 0x50, 0xeb, 0x3b, 0xd1, 0x82, 0xb2, 0xd0, 0x09, 0x8a, 0x8d, 0xef, 0xc4, 0xa9, 0xaa, 0x6f, 0xe0, 0x8a, 0x40, 0xc9, 0x34, 0x61, 0x7b, 0xae, 0x31, 0x05, 0xd6, 0xd7, 0xd0, 0xbc, 0xf1, 0xeb, 0xbc, 0xf9, 0x94, 0x67, 0x46, 0x62, 0xa5, 0xd2, 0xe2, 0x1b, 0x62, 0x65, 0x70, 0xd1, 0x22, 0x65, 0xbd, 0xbd, 0x4a, 0xad, 0x49, 0xaf, 0xfb, 0x9b, 0x3f, 0x16, 0x89, 0x72, 0x52, 0x2a, 0xf0, 0x06, 0x9e, 0xa1, 0x44, 0x73, 0xfd, 0xb9, 0x74, 0x49, 0xb0, 0x57, 0x8b, 0x6e, 0x9b, 0xd3, 0xa5, 0x04, 0x88, 0x79, 0xbc, 0x29, 0x54, 0x36, 0xc1, 0xc9, 0x65, 0xc5, 0x18, 0xfb, 0xc3, 0x0b, 0x18, 0x4d, 0xfe, 0x61, 0x81, 0x82, 0x1e, 0xd9, 0x63, 0x63, 0x76, 0xd4, 0x9b, 0x02, 0x20, 0x17, 0xa2, 0x8b, 0x75, 0xed, 0xbe, 0xea, 0xa0, 0x2b, 0xa2, 0x1b, 0xd9, 0xcc, 0x95, 0x7f, 0x98, 0x7b, 0xfd, 0x6d, 0x42, 0x79 } } }; static const struct cckprng_op_refresh op_refresh_5287 = { .hd = { .id = 5031, .kind = OP_REFRESH }, .rand = 6660292679094508100ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5288 = { .hd = { .id = 5032, .kind = OP_REFRESH }, .rand = 5971586784341869564ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5289 = { .hd = { .id = 5033, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xf5, 0xdc, 0xc1, 0x90, 0x55, 0x14, 0x5f, 0xc2, 0xe7, 0x6f, 0xe8, 0x73, 0x39, 0x85, 0x6f, 0xf3, 0x19, 0x60, 0x17, 0xcc, 0x82, 0xf8, 0x58, 0xbe, 0xb3, 0x77, 0xbc, 0x4c, 0x1b, 0x4d, 0x3d, 0x2c, 0x0c, 0x1c, 0x88, 0xee, 0x05, 0xd0, 0xca, 0x9f, 0x86, 0xa9, 0xb0, 0x38, 0x3c, 0x63, 0x47, 0x12, 0xd1, 0x25, 0x9a, 0xb8, 0x3c, 0x50, 0x7c, 0xb2, 0xd3, 0x96, 0x51, 0xa1, 0x47, 0x39, 0x7e, 0x22, 0x7e, 0x00, 0xeb, 0x0c, 0xc5, 0x6a, 0x2a, 0x30, 0x47, 0xc4, 0x92, 0x51, 0x46, 0x9a, 0x44, 0x49, 0xf7, 0xfb, 0xdf, 0x92, 0xd0, 0x2b, 0x87, 0x12, 0x11, 0x2e, 0xfd, 0x2b, 0xc5, 0xbf, 0x13, 0xbd, 0x0e, 0xe5, 0x61, 0xfd, 0x8a, 0xf6, 0x92, 0x9b, 0x8f, 0xc4, 0xfa, 0x82, 0x79, 0x1e, 0x1e, 0xe4, 0xd7, 0x26, 0xf4, 0xc5, 0x4d, 0xaf, 0x37, 0xba, 0x7e, 0xfb, 0x72, 0x9a, 0x61, 0x44, 0x4b, 0xca, 0x27, 0x5a, 0xdd, 0x3e, 0x6c, 0xd3, 0xe3, 0xe5, 0xef, 0x4f, 0x1c, 0xbb, 0x83, 0x83, 0x5f, 0x03, 0x1b, 0x1c, 0xc9, 0x2b, 0x91, 0xc3, 0x62, 0xd9, 0x92, 0x04, 0x91, 0x4d, 0xde, 0x31, 0x71, 0x6a, 0x56, 0x46, 0xc6, 0x79, 0xa6, 0x19, 0x6e, 0x82, 0x76, 0x12, 0xb9, 0xac, 0x4b, 0xae, 0x99, 0x2f, 0x82, 0x59, 0x7a, 0x3c, 0x1d, 0xcb, 0x31, 0xb7, 0xa6, 0xee, 0x35, 0x71, 0x85, 0x6d, 0xc6 } } }; static const struct cckprng_op_generate op_init_5290 = { .hd = { .id = 5034, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0x58, 0x59, 0xee, 0x43, 0x9e, 0xd1, 0x69, 0x44, 0xc7, 0x10, 0x8d, 0xeb, 0xe2, 0x9b, 0x6e, 0x44, 0xcc, 0x14, 0xdf, 0x9e, 0x39, 0x16, 0xba, 0xd4, 0x59, 0xe0, 0x02, 0x2e, 0x14, 0x61, 0xe0, 0x78, 0xdd, 0xe5, 0x19, 0xaf, 0x87, 0x97, 0x5b, 0xca, 0x63, 0x71, 0x36, 0x17, 0x6e, 0x46, 0xaf, 0xbd, 0xc6, 0xb9, 0xed, 0x60, 0x77, 0x18, 0x87, 0x2d, 0x37, 0xa4, 0x7b, 0x77, 0x39, 0x3d, 0x44, 0x7b, 0x44, 0x80, 0x2a, 0x4a, 0x40, 0x9f, 0xdf, 0x85, 0x3a, 0x74, 0xd6, 0x5f, 0xd2, 0x0d, 0x94, 0xe2, 0xe7, 0x1a, 0xd4, 0x2d, 0xc3, 0x8f, 0xd0, 0xbb, 0xcd, 0x93, 0xb6, 0x92, 0x46, 0xa4, 0x50, 0xa7, 0x97, 0x27, 0x8b, 0x64, 0xdb, 0x28, 0xf5, 0xe1, 0xd9, 0x0f, 0x75, 0xb0, 0x56, 0x6e, 0x77, 0xc5, 0xe3, 0x45, 0x15, 0x1c, 0xea, 0x77, 0x1b, 0x7f, 0x9d, 0x6b, 0xdc, 0x50, 0xfb, 0x21, 0x43, 0xa0, 0x75, 0xc6, 0xf2, 0x36, 0x87, 0xdf, 0xa4, 0x5c, 0x3f, 0x97, 0x49, 0xd2, 0x91, 0x8f, 0xd5, 0xe1, 0x89, 0x5f, 0x0a, 0xef, 0xae, 0x4c, 0x08, 0xb3, 0xb2, 0xf4, 0xd0, 0x7c, 0x7b, 0x48, 0x05, 0x52, 0xde, 0xef, 0x2f, 0x81 } } }; static const struct cckprng_op_refresh op_refresh_5291 = { .hd = { .id = 5035, .kind = OP_REFRESH }, .rand = 6803848107626533400ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5292 = { .hd = { .id = 5036, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0xdb, 0x61, 0x2a, 0x8f, 0x79, 0xa1, 0xc6, 0x80, 0x23 } } }; static const struct cckprng_op_refresh op_refresh_5293 = { .hd = { .id = 5037, .kind = OP_REFRESH }, .rand = 6051129227839061990ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5294 = { .hd = { .id = 5038, .kind = OP_RESEED }, .nonce = 3643338819369547353ULL, .seed_nbytes = 264, .seed = { 0x87, 0x13, 0x6c, 0x32, 0xf1, 0x9b, 0x78, 0x46, 0x1e, 0x32, 0x25, 0xc4, 0xfe, 0x03, 0x91, 0xd8, 0x39, 0x49, 0x46, 0x0a, 0x3d, 0xcf, 0x2e, 0x3f, 0x16, 0x47, 0xab, 0xe2, 0x80, 0x3c, 0x4f, 0x22, 0xe8, 0xf6, 0x4e, 0x07, 0x28, 0x01, 0x31, 0x69, 0xfe, 0x2e, 0x00, 0xf9, 0xdf, 0x0a, 0x08, 0x70, 0x98, 0xb3, 0x07, 0x7d, 0xb1, 0x1a, 0x38, 0x78, 0xeb, 0x5a, 0x43, 0xed, 0xdf, 0x38, 0xd7, 0xd6, 0x1a, 0x3e, 0xe7, 0xf0, 0x35, 0x6d, 0xbd, 0x5e, 0x03, 0x33, 0x27, 0xab, 0x84, 0x58, 0xdf, 0x59, 0x69, 0x90, 0xce, 0xeb, 0x6e, 0x0e, 0xfc, 0xed, 0x81, 0x49, 0x87, 0x95, 0x42, 0xcd, 0x31, 0xb3, 0xf8, 0x7e, 0xa1, 0x0d, 0xe9, 0xe5, 0x8c, 0x15, 0x0f, 0x5a, 0xb6, 0x64, 0xe9, 0xec, 0x8a, 0xfd, 0x96, 0x30, 0xbb, 0xa1, 0xcd, 0x32, 0x63, 0x95, 0xa1, 0x86, 0xbd, 0x79, 0x69, 0x3a, 0xe5, 0x6a, 0x79, 0x83, 0xef, 0x11, 0x97, 0x9d, 0xb4, 0x0f, 0xfe, 0xa8, 0xd1, 0x6e, 0x13, 0x3b, 0x2a, 0x25, 0x71, 0xf3, 0x9e, 0x7c, 0xd0, 0xf9, 0xa2, 0x8d, 0x4a, 0x9a, 0xaa, 0x3c, 0xd1, 0x79, 0x3b, 0x08, 0x56, 0xbc, 0xe4, 0x8b, 0x25, 0xe1, 0xaf, 0x30, 0xa7, 0xf9, 0xe9, 0xba, 0xf9, 0x33, 0x9a, 0x0b, 0x3a, 0xa9, 0x4d, 0x38, 0x08, 0x3e, 0x83, 0xc6, 0xd0, 0x2a, 0xe7, 0xde, 0x07, 0xb0, 0x1b, 0x6c, 0xac, 0xf0, 0xd3, 0x36, 0xe6, 0xe7, 0x6e, 0x42, 0x31, 0x48, 0xf8, 0xa9, 0xb7, 0xa0, 0x00, 0xfa, 0xab, 0x64, 0x26, 0x1a, 0x72, 0x4d, 0xf2, 0x9f, 0x00, 0xcd, 0x0d, 0xa9, 0x01, 0x52, 0x54, 0xea, 0xf1, 0xd9, 0xac, 0xa3, 0x97, 0xcb, 0x5c, 0x85, 0xdf, 0x0f, 0x23, 0x74, 0xdb, 0xcf, 0xac, 0x63, 0xae, 0x2f, 0x0c, 0x7a, 0x74, 0x79, 0x2f, 0x3d, 0xf8, 0x83, 0xc0, 0x29, 0x87, 0xfc, 0x88, 0x5e, 0xe6, 0xfb, 0xa8, 0xb3, 0xd9, 0x73, 0x15, 0x14 } }; static const struct cckprng_op_refresh op_refresh_5295 = { .hd = { .id = 5039, .kind = OP_REFRESH }, .rand = 1956679487316961443ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5296 = { .hd = { .id = 5040, .kind = OP_RESEED }, .nonce = 5098219228637492157ULL, .seed_nbytes = 70, .seed = { 0xfa, 0xa3, 0x59, 0xf0, 0xcb, 0x27, 0xb2, 0x0d, 0x58, 0xca, 0x08, 0xaf, 0xe8, 0xa0, 0xf0, 0xe6, 0x47, 0x26, 0x7c, 0x22, 0x0b, 0xa6, 0x87, 0xd1, 0x4a, 0xc0, 0x11, 0xe8, 0x2b, 0x10, 0x9d, 0xf5, 0x0f, 0x28, 0x73, 0x67, 0x73, 0x13, 0xab, 0xfb, 0x74, 0x02, 0x80, 0x95, 0xb8, 0x44, 0x07, 0x3b, 0x79, 0xec, 0x6c, 0x19, 0xa2, 0x27, 0xff, 0xef, 0x7f, 0x5e, 0xcb, 0x51, 0x5a, 0xb0, 0x63, 0x1e, 0x2b, 0x6e, 0xd3, 0xf2, 0x21, 0x71 } }; static const struct cckprng_op_generate op_init_5297 = { .hd = { .id = 5041, .kind = OP_GENERATE }, .rand_nbytes = 45, .out = { .rand = { 0xea, 0x5a, 0xb6, 0x50, 0x54, 0xfc, 0x59, 0xf3, 0x5e, 0xa5, 0x22, 0x5b, 0x96, 0x4b, 0xf0, 0x49, 0x1b, 0x57, 0x11, 0x53, 0x47, 0x73, 0x5d, 0xdb, 0xd8, 0xda, 0x8b, 0x78, 0xc5, 0xe6, 0x36, 0xe7, 0xfc, 0xaf, 0x6d, 0xe6, 0x04, 0xa6, 0xfb, 0x94, 0xc1, 0x56, 0x54, 0xc4, 0x07 } } }; static const struct cckprng_op_refresh op_refresh_5298 = { .hd = { .id = 5042, .kind = OP_REFRESH }, .rand = 8575328304177976089ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5299 = { .hd = { .id = 5043, .kind = OP_GENERATE }, .rand_nbytes = 53, .out = { .rand = { 0x8f, 0xa2, 0x50, 0xe6, 0x8e, 0xb2, 0xca, 0xf8, 0xac, 0xc1, 0x7f, 0x68, 0xe9, 0x41, 0x77, 0x2d, 0x56, 0x87, 0x5d, 0x2a, 0xe6, 0x20, 0xc4, 0x4c, 0x89, 0xe6, 0xb4, 0xf0, 0xfd, 0x7d, 0x8a, 0x0f, 0xd3, 0xf2, 0x4d, 0x61, 0x9d, 0xa9, 0x51, 0x3d, 0x81, 0x07, 0x2c, 0xab, 0x9b, 0x49, 0x0d, 0x75, 0xd1, 0xfc, 0xb5, 0x3c, 0xd4 } } }; static const struct cckprng_op_refresh op_refresh_5300 = { .hd = { .id = 5044, .kind = OP_REFRESH }, .rand = 10810392719898255558ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5301 = { .hd = { .id = 5045, .kind = OP_REFRESH }, .rand = 9098526795505048721ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5302 = { .hd = { .id = 5046, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0x6c, 0x39, 0x66, 0xe5, 0x5d, 0xca, 0x61, 0xab, 0x63, 0x53, 0x87, 0x30, 0x42, 0x9d, 0xdf, 0x95, 0x70, 0x68, 0x35, 0xf0, 0xb9, 0x84, 0x49, 0xbc, 0x74, 0x6f, 0x18, 0x29, 0xa0, 0x91, 0xb6, 0x88, 0x0a, 0x85, 0xbf, 0x0e, 0x17, 0xef, 0x40, 0x5e, 0xe7, 0xff, 0x3e, 0xfb, 0xc7, 0xba, 0xdd, 0x3f, 0x7c, 0xbc, 0xd4, 0x00, 0x86, 0x11, 0x21, 0xd8, 0xe8, 0xf7, 0x72, 0xda, 0x9a, 0x93, 0x4f, 0x17, 0x73, 0x3a, 0xe9, 0xd0, 0xa7, 0x1b, 0xa6, 0xff, 0xd4, 0x85, 0x53, 0x6c, 0xac, 0x74, 0xbd, 0x5e, 0x00, 0xe7, 0x70, 0x4e, 0xe4, 0xa0, 0x31, 0x65, 0xe0, 0x51, 0x0c, 0xf0, 0xe2, 0xcf, 0xe8, 0xc1, 0x25, 0xd9, 0x81, 0xff, 0xca, 0xdd, 0x22, 0x8b, 0x78, 0xb7, 0x3c, 0x9a, 0xbf, 0x0e, 0x12, 0x8a, 0x66, 0x35, 0x58, 0xed, 0x42, 0xcd, 0x2a, 0x49, 0x9b, 0x97, 0x32, 0xd8, 0x5f, 0xaf, 0x28, 0x08, 0x0f, 0x2d, 0xe9, 0xf6, 0x19, 0x35, 0x5c, 0x32, 0xdf, 0x46, 0x29, 0x12, 0x33, 0xf9, 0x8a, 0xf3, 0x83, 0x38, 0x57, 0xf6, 0x6a, 0xbd, 0x4f, 0xea, 0x18, 0x28, 0x0a, 0x79, 0x4c, 0xb7, 0xd2, 0xb7, 0xca, 0x6c, 0x2c, 0x70, 0xc5, 0x6e, 0xf5, 0x30, 0x36, 0xc2, 0xd7, 0x00, 0x22, 0x45, 0x65, 0xe7, 0x90, 0x13, 0x81, 0xd7, 0x6f, 0xa2, 0xaf, 0x0b, 0x7b, 0xa8, 0x65, 0xdd, 0x49, 0x68, 0xe6, 0xb3, 0x9f, 0x2f, 0x01, 0x04, 0x65, 0x84, 0x2b, 0x96, 0xa3, 0xc9, 0x99, 0xe2, 0xb8, 0x7b, 0xf7, 0x43, 0xc4, 0xb9, 0x18, 0x26, 0xad, 0x4b, 0x7b, 0xd1, 0x64, 0x26, 0xbf, 0xd2, 0xf9, 0xbc, 0x21, 0xec, 0x2e, 0x09, 0x43, 0x0d, 0x72, 0x29, 0x57, 0x4a, 0x5e, 0x57, 0x99, 0x53, 0xc4, 0xdb, 0x32, 0xa3, 0xa3, 0xc4, 0x57, 0xcb, 0xfa, 0x8c, 0xcc, 0xe4, 0x6b, 0x57, 0xb7, 0xbf, 0xe9, 0x12, 0xa3, 0xd1, 0xc7, 0x1c, 0x60, 0x32, 0xb0, 0x00, 0x13, 0xb1, 0x66, 0x01, 0x65, 0xb7, 0x79, 0x0a, 0x69, 0xde, 0x2b, 0xc1, 0x6a, 0x17, 0x12 } } }; static const struct cckprng_op_reseed op_reseed_5303 = { .hd = { .id = 5047, .kind = OP_RESEED }, .nonce = 16388172973965111021ULL, .seed_nbytes = 200, .seed = { 0xed, 0x69, 0xc7, 0xd0, 0x85, 0xbe, 0x72, 0xea, 0xb1, 0x52, 0x54, 0xd5, 0x80, 0x3a, 0x0b, 0xc1, 0xa0, 0x4d, 0x73, 0x6d, 0xb7, 0x1a, 0x9f, 0xef, 0x0a, 0xf6, 0x29, 0x97, 0xc7, 0xf7, 0x59, 0x39, 0x96, 0xda, 0x5f, 0x5e, 0xab, 0x8d, 0xa9, 0xe6, 0x4a, 0xac, 0xa3, 0x09, 0x43, 0x94, 0x11, 0xf4, 0x3f, 0xff, 0x07, 0xdf, 0xb4, 0x74, 0x53, 0xd6, 0x8a, 0x6e, 0x0c, 0xbf, 0xc1, 0xaf, 0x57, 0x85, 0xef, 0x79, 0xe8, 0x74, 0xdf, 0xe2, 0x6a, 0x7c, 0x21, 0x75, 0x10, 0x19, 0xa9, 0x64, 0xce, 0x2c, 0x6e, 0xce, 0x3a, 0x06, 0x99, 0x13, 0x59, 0x46, 0xa4, 0x5d, 0xd7, 0x39, 0xd7, 0x55, 0xe3, 0x42, 0x20, 0xe3, 0x12, 0x5a, 0x39, 0xee, 0xe9, 0xd8, 0x0a, 0x87, 0xe0, 0x72, 0x7e, 0xbd, 0x0b, 0xa0, 0x2a, 0xa0, 0xdc, 0x8e, 0x5b, 0x34, 0x60, 0x7a, 0x47, 0x15, 0x13, 0x83, 0xee, 0x6f, 0x31, 0x50, 0xe3, 0x94, 0x68, 0xf6, 0xc3, 0x42, 0x5e, 0x82, 0xc8, 0xb7, 0x58, 0x29, 0x8e, 0x09, 0x78, 0xe2, 0x26, 0x17, 0x23, 0x90, 0xd7, 0x54, 0x04, 0xf5, 0xd1, 0xfd, 0x5a, 0x2d, 0xd8, 0x36, 0xf3, 0x7e, 0x1a, 0x72, 0xee, 0xe3, 0xfa, 0x4f, 0xe1, 0xca, 0x7b, 0x02, 0x72, 0x7f, 0x3a, 0x73, 0x93, 0x0d, 0xbc, 0xed, 0xa4, 0xe3, 0x15, 0x00, 0x13, 0x32, 0xb5, 0x28, 0xae, 0x2a, 0x2e, 0x2c, 0xf6, 0xe7, 0xf8, 0x6c, 0x57, 0xf8, 0x84, 0x7d, 0x02, 0xee } }; static const struct cckprng_op_refresh op_refresh_5304 = { .hd = { .id = 5048, .kind = OP_REFRESH }, .rand = 6827388801540288662ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5305 = { .hd = { .id = 5049, .kind = OP_GENERATE }, .rand_nbytes = 130, .out = { .rand = { 0xcf, 0x87, 0xbc, 0xae, 0x2b, 0xeb, 0x22, 0x79, 0x4e, 0x98, 0x6b, 0xe5, 0x19, 0x77, 0xd5, 0x79, 0x4f, 0xc1, 0xee, 0x93, 0x49, 0xf6, 0x78, 0xf1, 0x8e, 0x95, 0x22, 0x3e, 0x4f, 0x74, 0xb8, 0x86, 0xa6, 0xbc, 0x8b, 0xd5, 0x21, 0x74, 0xb7, 0xff, 0xcd, 0xda, 0xb0, 0xea, 0x04, 0x0d, 0x28, 0x8d, 0x1d, 0x71, 0x99, 0x41, 0x5a, 0xd1, 0xba, 0xa2, 0xc4, 0xc0, 0xb5, 0x4e, 0x52, 0xb4, 0x69, 0x1f, 0xa8, 0xb7, 0x2a, 0x3f, 0xb6, 0xee, 0xbc, 0x6e, 0xed, 0xa4, 0x4d, 0xb6, 0xd3, 0xa5, 0x3a, 0x18, 0x6a, 0x19, 0x70, 0x7e, 0x47, 0x48, 0x74, 0xf5, 0x4e, 0x11, 0xf9, 0xc5, 0x1f, 0x21, 0xb3, 0x9e, 0x4d, 0xbb, 0xaa, 0x26, 0x1a, 0x79, 0xb8, 0x46, 0x8c, 0x75, 0x3e, 0x05, 0x63, 0xfc, 0xff, 0x42, 0x14, 0x6a, 0xbf, 0x58, 0x07, 0x85, 0x43, 0x5a, 0x81, 0x36, 0xc5, 0x50, 0x7b, 0x9d, 0xe9, 0xcd, 0xed, 0xd5 } } }; static const struct cckprng_op_refresh op_refresh_5306 = { .hd = { .id = 5050, .kind = OP_REFRESH }, .rand = 1868401566077164475ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5307 = { .hd = { .id = 5051, .kind = OP_RESEED }, .nonce = 2746119544151905725ULL, .seed_nbytes = 276, .seed = { 0xce, 0x78, 0x40, 0x12, 0x5e, 0x12, 0xf7, 0x57, 0x1b, 0xd4, 0x0f, 0xed, 0x33, 0xb2, 0x10, 0x37, 0x7e, 0x32, 0xb5, 0xad, 0xd7, 0xfc, 0xad, 0xc6, 0x51, 0xab, 0xbe, 0xd2, 0x0f, 0xaf, 0x93, 0xe0, 0x94, 0x17, 0x9c, 0x85, 0xa9, 0xf1, 0x0a, 0x84, 0x96, 0xb8, 0x6f, 0xee, 0x3d, 0xcc, 0x4f, 0x4f, 0x8f, 0x15, 0x88, 0xc5, 0x8d, 0xc7, 0xf3, 0x71, 0x93, 0xaa, 0x07, 0xc1, 0x51, 0xb8, 0xdc, 0xdf, 0x93, 0x07, 0x71, 0xfa, 0x4a, 0xf0, 0x79, 0x33, 0xcb, 0xd1, 0x6b, 0xec, 0xeb, 0x4b, 0xa7, 0x47, 0xbc, 0xf9, 0x00, 0xc0, 0xd9, 0xcd, 0x93, 0x63, 0x31, 0x21, 0x4b, 0x13, 0x12, 0x0c, 0x42, 0x68, 0x54, 0xa3, 0x02, 0x7d, 0xab, 0xe6, 0xbd, 0x3b, 0x05, 0x9a, 0x5c, 0x59, 0xe7, 0xc2, 0xff, 0xae, 0x30, 0xd1, 0xce, 0x63, 0x61, 0xd7, 0x40, 0x69, 0xce, 0x53, 0x28, 0x9a, 0x0a, 0xb5, 0x27, 0x6a, 0x76, 0xff, 0x9e, 0xa3, 0xee, 0x41, 0x16, 0x43, 0x68, 0x77, 0x17, 0xda, 0x5a, 0xc4, 0xe4, 0x7e, 0xac, 0x0d, 0x92, 0x6a, 0x2e, 0x23, 0xe2, 0xa4, 0x7d, 0xed, 0x46, 0x3c, 0x65, 0x89, 0x14, 0xdd, 0x13, 0x9e, 0x9a, 0x32, 0xd2, 0x6f, 0x80, 0xb9, 0x3f, 0x61, 0x60, 0xde, 0xe6, 0x5b, 0xf4, 0x8e, 0x9f, 0x1e, 0x5a, 0xa9, 0x0d, 0xf9, 0x8a, 0x2c, 0x54, 0x9a, 0xa2, 0x3f, 0x55, 0xee, 0xfb, 0x8b, 0xcf, 0xdd, 0x91, 0xa0, 0x81, 0xb4, 0xd3, 0x5c, 0xe3, 0xe1, 0x9f, 0x23, 0xcf, 0x10, 0xd3, 0x43, 0x6a, 0xe8, 0xbc, 0x92, 0x27, 0x92, 0x4c, 0x40, 0x27, 0x85, 0xf2, 0x71, 0x6a, 0xe5, 0xa1, 0x4e, 0x86, 0x02, 0xaa, 0x48, 0x3d, 0x6c, 0x37, 0x35, 0x3e, 0xab, 0x36, 0xe1, 0x5a, 0x67, 0x45, 0xed, 0x96, 0xe4, 0x0d, 0x2e, 0xbb, 0x9d, 0xb5, 0x72, 0x00, 0x68, 0xa9, 0x56, 0x9d, 0x31, 0xc4, 0xba, 0xb0, 0x68, 0xd8, 0xa2, 0x58, 0x0b, 0x88, 0x67, 0xe3, 0xe4, 0x28, 0xfa, 0xf0, 0x9e, 0x4f, 0xd0, 0xd3, 0x2a, 0xd9, 0x64 } }; static const struct cckprng_op_refresh op_refresh_5308 = { .hd = { .id = 5052, .kind = OP_REFRESH }, .rand = 4129805680903073916ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5309 = { .hd = { .id = 5053, .kind = OP_RESEED }, .nonce = 12283592474901986886ULL, .seed_nbytes = 236, .seed = { 0x92, 0x07, 0x28, 0x42, 0x92, 0x07, 0x77, 0x1b, 0x12, 0x7f, 0x9b, 0x88, 0xd8, 0x50, 0x4f, 0x12, 0x5f, 0x76, 0x19, 0x5a, 0xdc, 0x75, 0x2b, 0x86, 0x6c, 0x6f, 0x02, 0x1d, 0xd4, 0x10, 0xec, 0xcf, 0xa4, 0x1d, 0x71, 0x25, 0x6b, 0xe8, 0xdc, 0x98, 0x1f, 0x4f, 0x2c, 0xe5, 0xeb, 0xaf, 0x8c, 0xdc, 0x03, 0x22, 0xd8, 0xa9, 0x9e, 0x79, 0x92, 0x78, 0x58, 0x41, 0x09, 0x61, 0x30, 0x71, 0xb7, 0x73, 0x18, 0xc6, 0x08, 0x72, 0x42, 0x62, 0x42, 0x7e, 0xfe, 0x43, 0x78, 0x6f, 0x75, 0xb9, 0x3c, 0x87, 0xda, 0x9b, 0xea, 0x81, 0xb6, 0x8a, 0x17, 0x3f, 0x26, 0x57, 0xdb, 0xce, 0x80, 0xee, 0x4e, 0xec, 0x04, 0xe0, 0x7f, 0xf2, 0x4d, 0x0b, 0x12, 0xa0, 0x47, 0xa6, 0xc6, 0x4b, 0x1e, 0x15, 0x5e, 0x19, 0x41, 0x4d, 0xb0, 0x66, 0xfb, 0x6f, 0x31, 0x07, 0x80, 0x62, 0x68, 0x00, 0x2e, 0xa8, 0x48, 0x40, 0xf0, 0xee, 0x9f, 0x00, 0x22, 0xf3, 0x01, 0x36, 0xa9, 0xef, 0x2d, 0x8f, 0x1e, 0xbe, 0x87, 0xc8, 0x99, 0xef, 0xa5, 0x51, 0x56, 0xe3, 0xce, 0x8d, 0x45, 0x36, 0x53, 0xb0, 0x5f, 0x8c, 0xe4, 0xc0, 0x0c, 0x0d, 0x43, 0x11, 0xba, 0x9b, 0x1f, 0x52, 0x9f, 0x9e, 0xd9, 0x84, 0x36, 0x51, 0x39, 0x88, 0x3b, 0x38, 0x73, 0x41, 0x52, 0x11, 0xae, 0x46, 0x0a, 0x21, 0x6d, 0xca, 0x74, 0x3b, 0x5a, 0x43, 0x3f, 0xf1, 0x2c, 0x92, 0x38, 0x45, 0xb8, 0x56, 0xc3, 0xca, 0xe4, 0x79, 0xf9, 0x45, 0x0c, 0x98, 0xd9, 0x39, 0x6c, 0x4b, 0xa0, 0xa7, 0x37, 0xcb, 0x46, 0x37, 0xaf, 0xa6, 0x90, 0xfe, 0xa4, 0x73, 0x40, 0x31, 0x45, 0xd0, 0x90, 0xcd, 0x97, 0xdf, 0x99, 0xdd, 0xe9, 0x01 } }; static const struct cckprng_op_reseed op_reseed_5310 = { .hd = { .id = 5054, .kind = OP_RESEED }, .nonce = 7141257192332588877ULL, .seed_nbytes = 46, .seed = { 0x13, 0xba, 0x02, 0x22, 0xbf, 0x73, 0x07, 0x88, 0x40, 0xa4, 0xd3, 0xed, 0x27, 0xeb, 0x8b, 0xad, 0xb3, 0x05, 0x68, 0x98, 0x38, 0x99, 0x21, 0xb4, 0x82, 0xb0, 0xc1, 0xba, 0x6d, 0xaa, 0x29, 0x9c, 0x9e, 0x1c, 0xb1, 0x39, 0xca, 0xc6, 0x3d, 0xb2, 0x8d, 0x9b, 0x91, 0xb3, 0x99, 0xa5 } }; static const struct cckprng_op_reseed op_reseed_5311 = { .hd = { .id = 5055, .kind = OP_RESEED }, .nonce = 9054383033391971642ULL, .seed_nbytes = 188, .seed = { 0x62, 0x7e, 0x06, 0x56, 0x73, 0x50, 0x35, 0x21, 0x7d, 0x56, 0xc3, 0x23, 0xf7, 0xd7, 0x07, 0x40, 0x34, 0xab, 0x0c, 0x3c, 0xab, 0x3b, 0x3c, 0x9f, 0xa2, 0x05, 0x27, 0xd0, 0x77, 0xa0, 0xec, 0xff, 0xba, 0xa8, 0x58, 0xec, 0xe1, 0x13, 0x93, 0x85, 0xea, 0x05, 0xfa, 0x8c, 0x34, 0x60, 0xbf, 0x2b, 0x96, 0xb5, 0xd3, 0x3b, 0xc2, 0x9b, 0xda, 0x0c, 0x12, 0xb6, 0xed, 0xd4, 0x55, 0x7b, 0xc4, 0xe2, 0x25, 0x9e, 0x68, 0xd2, 0x91, 0xb0, 0x52, 0x6e, 0xdf, 0xd1, 0xc6, 0xd8, 0x5b, 0x71, 0x19, 0x82, 0xf3, 0x32, 0xb0, 0xb6, 0x49, 0x60, 0x9d, 0x50, 0xad, 0x58, 0x74, 0x0a, 0xe3, 0x77, 0xc9, 0x9e, 0x2e, 0x13, 0x28, 0xd2, 0x18, 0x08, 0x7b, 0x3d, 0xa8, 0xcb, 0xe4, 0x06, 0x90, 0x25, 0x89, 0x09, 0x4b, 0xdc, 0xbf, 0x55, 0x75, 0x5c, 0x82, 0xbf, 0x84, 0x61, 0x1c, 0x11, 0xc7, 0x9e, 0xd0, 0x92, 0x4a, 0x1c, 0x38, 0xeb, 0xd1, 0x72, 0xf8, 0xb6, 0x51, 0x61, 0x2c, 0x1b, 0x87, 0x39, 0x1e, 0x2b, 0x1a, 0xc7, 0xfa, 0xe2, 0xc4, 0xd8, 0x35, 0x9e, 0xad, 0x84, 0x0c, 0xcb, 0xb1, 0xf8, 0x74, 0xb2, 0xea, 0x07, 0xd1, 0xad, 0xe4, 0x3c, 0x79, 0xdc, 0xb5, 0x85, 0xaf, 0x58, 0x3d, 0x77, 0xd2, 0x5c, 0xdf, 0x3e, 0x5e, 0x90, 0x74, 0xcb, 0x5f, 0x6d, 0x93, 0xfa, 0x41, 0x9a } }; static const struct cckprng_op_generate op_init_5312 = { .hd = { .id = 5056, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x11, 0xb6, 0x39, 0x00, 0xd6, 0x71, 0x49, 0xd0, 0x17, 0x48, 0x6b, 0xfc, 0xbf, 0xaf, 0x40, 0x9c, 0x8e, 0x97, 0x39, 0x30, 0xea, 0x1d, 0x21, 0x8b, 0x70, 0x89, 0x9b, 0xd1, 0xe3, 0x26, 0x0a, 0x21, 0x89, 0xd6, 0x26, 0x00, 0x18, 0xc5, 0x02, 0x2d, 0x06, 0xc5, 0x33, 0x52, 0xf0, 0x7c, 0xd3, 0x8d, 0x0b, 0x67, 0x7c, 0x13, 0xbf, 0x07, 0x45, 0x40, 0x2a, 0x8e, 0xdf, 0xdd, 0xfe, 0xad, 0xda, 0x0d, 0xb6, 0x53, 0x85, 0x1d, 0xb0, 0x45, 0x08, 0x56, 0xcf, 0x19, 0x96, 0x0c, 0x57, 0x4d, 0x2f, 0xa3, 0x77, 0xaa, 0x41, 0x02, 0x04, 0x23, 0xce, 0x39, 0x73, 0xe8, 0x10, 0x88, 0x95, 0x74, 0x69, 0xc3, 0xf2, 0x91, 0xfb, 0x87, 0xa2, 0xff, 0x98, 0x04, 0x66, 0x85, 0x17, 0xfe, 0xbb, 0x8e, 0x0b, 0x10, 0x20, 0x6d, 0x66, 0xc4, 0x79, 0x35, 0xf4, 0x41, 0x15, 0x3c, 0x05, 0x02, 0x8c, 0xeb, 0x82, 0x4b, 0x0c, 0xbe, 0xd5, 0x00, 0xd3, 0x4a, 0x15, 0xb4, 0x77, 0xc8, 0x98, 0xdb, 0x05, 0xa5, 0xa1, 0xda, 0x7d, 0x95, 0xe1, 0xd0, 0x2f, 0x4d, 0x1f, 0xfa, 0x96, 0x75, 0xf7, 0x88, 0x79, 0xdf, 0x5f, 0xc4, 0x13, 0x85, 0x5e, 0x60, 0x7a, 0xbb, 0xca, 0x42, 0xe4, 0x9d, 0x72, 0x3c, 0xbc, 0xbc, 0x5a, 0x8a, 0x12, 0x7e, 0x88, 0x8c, 0xef, 0x85, 0xd2, 0x66, 0xe0, 0xfb, 0x4f, 0xd7, 0xab, 0x87, 0xb9, 0xb9, 0xb0, 0x12, 0x2c, 0x0e, 0x39, 0x31, 0x46, 0x40, 0x5d, 0x12, 0x4a, 0xfe, 0x96, 0x90, 0x58, 0x65, 0x37, 0x62, 0x73, 0x37, 0xa1, 0x2d, 0x06, 0x15, 0x1b, 0x11, 0x35, 0x4f, 0x50, 0xda, 0x6b, 0x35, 0xc5, 0x42 } } }; static const struct cckprng_op_refresh op_refresh_5313 = { .hd = { .id = 5057, .kind = OP_REFRESH }, .rand = 4322386198803849227ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5314 = { .hd = { .id = 5058, .kind = OP_REFRESH }, .rand = 11713167517531956662ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5315 = { .hd = { .id = 5059, .kind = OP_REFRESH }, .rand = 570082664876414634ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5316 = { .hd = { .id = 5060, .kind = OP_REFRESH }, .rand = 7992773419699285845ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5317 = { .hd = { .id = 5061, .kind = OP_GENERATE }, .rand_nbytes = 45, .out = { .rand = { 0xa9, 0x27, 0xfc, 0x3e, 0xa7, 0x31, 0x49, 0x63, 0xed, 0xec, 0x54, 0xfe, 0x4b, 0x3e, 0x77, 0xac, 0x41, 0xa0, 0xcb, 0x33, 0xbf, 0xed, 0x3a, 0x6e, 0xc3, 0x5d, 0x59, 0xaf, 0xe6, 0x2c, 0xf8, 0x80, 0x83, 0xdc, 0xcd, 0xfd, 0x19, 0x14, 0x5a, 0xab, 0xff, 0xec, 0x37, 0x86, 0x10 } } }; static const struct cckprng_op_refresh op_refresh_5318 = { .hd = { .id = 5062, .kind = OP_REFRESH }, .rand = 10808848172351774210ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5319 = { .hd = { .id = 5063, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_refresh op_refresh_5320 = { .hd = { .id = 5064, .kind = OP_REFRESH }, .rand = 2187613373741624330ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5321 = { .hd = { .id = 5065, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0xfd, 0x8a, 0x8d, 0xe1, 0x3e, 0x7f, 0xdc, 0x08, 0x17, 0x88, 0xcf, 0x31, 0xe5, 0xd0, 0xd7, 0xd6, 0x19, 0x1e, 0xd3, 0x9b, 0x8a, 0xd4, 0xc0, 0x28, 0xea, 0x20, 0x19, 0x79, 0x0d, 0x1d, 0xf8, 0xff, 0x1e, 0xcd, 0xf6, 0xa5, 0xa5, 0x23, 0x8c, 0x84, 0xb0, 0x41, 0x62, 0xbe, 0x7f, 0x26, 0x3a, 0xbd, 0x8e, 0xdc, 0x48, 0x13, 0xc3, 0xd0, 0x18, 0x79, 0xe9, 0xbb, 0x4d, 0x1c, 0xab, 0xac, 0x4b, 0xdd, 0x20, 0x7d, 0xde, 0x6c, 0xe2, 0xdb, 0xe5, 0x3e, 0xa2, 0xe6 } } }; static const struct cckprng_op_refresh op_refresh_5322 = { .hd = { .id = 5066, .kind = OP_REFRESH }, .rand = 9112303823988582974ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5323 = { .hd = { .id = 5067, .kind = OP_RESEED }, .nonce = 4331378153835419343ULL, .seed_nbytes = 93, .seed = { 0x17, 0x8c, 0x84, 0xd7, 0xfe, 0xc2, 0x8e, 0xc2, 0x85, 0x3c, 0xc1, 0x70, 0xdc, 0x37, 0x64, 0xee, 0xde, 0x54, 0xb9, 0x0e, 0xd3, 0xf1, 0xad, 0x81, 0xb7, 0x2a, 0x38, 0x71, 0x11, 0x17, 0x24, 0x60, 0xd0, 0x54, 0x2b, 0x8a, 0x9a, 0x0f, 0x38, 0x27, 0x82, 0x8b, 0xc8, 0xef, 0x2b, 0x2c, 0x78, 0x62, 0x5d, 0xe8, 0x2a, 0xb2, 0x3f, 0x85, 0xf9, 0x4a, 0xb6, 0xbe, 0xc9, 0xac, 0xab, 0x4c, 0x8b, 0x86, 0x1d, 0x0d, 0x12, 0x77, 0xcc, 0xf4, 0x40, 0x73, 0xd9, 0xbc, 0x8b, 0x28, 0xea, 0x6c, 0x71, 0xbe, 0xbb, 0x16, 0x9a, 0x57, 0x27, 0x83, 0x77, 0xdd, 0x58, 0xe5, 0x78, 0xec, 0x33 } }; static const struct cckprng_op_refresh op_refresh_5324 = { .hd = { .id = 5068, .kind = OP_REFRESH }, .rand = 11252154530358792972ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5325 = { .hd = { .id = 5069, .kind = OP_RESEED }, .nonce = 5713690345633928837ULL, .seed_nbytes = 190, .seed = { 0x5a, 0x39, 0x99, 0xd0, 0x06, 0x2e, 0x80, 0x1e, 0xe6, 0x8c, 0xf2, 0x1b, 0x3b, 0xab, 0xa5, 0x0c, 0x3f, 0xb3, 0xc5, 0x54, 0x06, 0xb0, 0x08, 0x4d, 0x83, 0xa1, 0x9c, 0x1a, 0x1b, 0x2f, 0x5a, 0xdb, 0x29, 0x88, 0xce, 0x14, 0x59, 0x2b, 0x6a, 0xc6, 0xbd, 0x22, 0xf5, 0xcf, 0x47, 0xc3, 0x0a, 0xec, 0x2a, 0x61, 0x40, 0x4c, 0x80, 0x8e, 0x04, 0x24, 0x1b, 0xb3, 0xfc, 0x5f, 0xec, 0x15, 0x32, 0xe6, 0xb1, 0xfa, 0x9c, 0x2d, 0xe5, 0xf6, 0xec, 0xfa, 0x85, 0xe3, 0xf8, 0xbb, 0xa2, 0x35, 0x5f, 0xea, 0x6f, 0xd5, 0xfc, 0x5d, 0xe1, 0xe0, 0x9b, 0xca, 0x9e, 0xa8, 0xdd, 0xb8, 0x53, 0xdc, 0x47, 0x1c, 0xe0, 0x50, 0x77, 0xbe, 0xcb, 0x02, 0x36, 0xea, 0x3a, 0xbd, 0x2f, 0x72, 0xd1, 0x35, 0xf8, 0x76, 0x03, 0x5c, 0x77, 0xc1, 0x8e, 0x19, 0x19, 0x39, 0x15, 0xa3, 0x70, 0xb3, 0x11, 0xb2, 0xe8, 0xda, 0x04, 0xae, 0x73, 0x98, 0x23, 0x51, 0x5b, 0xf4, 0x53, 0x1f, 0x54, 0x2b, 0x98, 0x44, 0x26, 0x2d, 0x8f, 0xce, 0xdb, 0x02, 0xc8, 0x25, 0x79, 0x48, 0xaa, 0x13, 0x29, 0x18, 0xa3, 0xe0, 0x20, 0xc2, 0x24, 0x5a, 0x14, 0xb8, 0xaf, 0x4e, 0x06, 0x27, 0xe5, 0x7b, 0xe4, 0xd1, 0x40, 0xd3, 0xfa, 0x39, 0x74, 0x45, 0xa2, 0xd4, 0x71, 0x60, 0xf7, 0xdf, 0x03, 0xbd, 0x52, 0x30, 0xec, 0x2d } }; static const struct cckprng_op_reseed op_reseed_5326 = { .hd = { .id = 5070, .kind = OP_RESEED }, .nonce = 4596740866257326312ULL, .seed_nbytes = 43, .seed = { 0xc9, 0xd5, 0xdf, 0xe7, 0xcd, 0xe8, 0x63, 0xcf, 0x12, 0x3e, 0xcc, 0x81, 0x53, 0x37, 0x4c, 0xed, 0xe4, 0xaa, 0xf9, 0xc5, 0xc5, 0x82, 0x10, 0xb7, 0x73, 0x5b, 0x73, 0x28, 0x36, 0x30, 0x23, 0x13, 0x92, 0x83, 0x8d, 0x66, 0x59, 0x64, 0xfc, 0x49, 0xad, 0x4f, 0x7a } }; static const struct cckprng_op_refresh op_refresh_5327 = { .hd = { .id = 5071, .kind = OP_REFRESH }, .rand = 1875339482682054631ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5328 = { .hd = { .id = 5072, .kind = OP_GENERATE }, .rand_nbytes = 107, .out = { .rand = { 0xf1, 0x47, 0xc3, 0x78, 0xf3, 0x21, 0xc7, 0x9d, 0x96, 0xa9, 0x39, 0x9e, 0x53, 0x08, 0x86, 0x2f, 0x2f, 0x99, 0x40, 0x6e, 0x1d, 0x74, 0x9c, 0x3f, 0x25, 0xd0, 0x10, 0x44, 0x0b, 0x76, 0x20, 0x13, 0xdd, 0x54, 0xe5, 0x1a, 0xc1, 0x3d, 0x50, 0x83, 0x95, 0x86, 0x9e, 0xae, 0xa9, 0xec, 0x63, 0x3e, 0xe7, 0x57, 0xcc, 0xc7, 0xe2, 0x01, 0x4c, 0xbd, 0xf0, 0x71, 0xeb, 0x8a, 0xb9, 0xf9, 0x02, 0x68, 0xda, 0xc5, 0x51, 0xb5, 0x1c, 0xb0, 0xde, 0x9a, 0xf1, 0xdd, 0xd7, 0x45, 0x09, 0x9d, 0x2b, 0x18, 0x61, 0x3f, 0x48, 0xda, 0xf5, 0x36, 0x03, 0xe7, 0x6d, 0x4a, 0xea, 0xff, 0x15, 0xb9, 0x86, 0xac, 0x3a, 0x0f, 0x62, 0x68, 0xd1, 0x1e, 0x25, 0x5c, 0x24, 0x26, 0x3e } } }; static const struct cckprng_op_reseed op_reseed_5329 = { .hd = { .id = 5073, .kind = OP_RESEED }, .nonce = 4745457873996905318ULL, .seed_nbytes = 114, .seed = { 0x2b, 0x7e, 0xa2, 0xfc, 0x77, 0x93, 0x54, 0x1b, 0x16, 0x8c, 0x1d, 0xf8, 0xc0, 0x01, 0xd5, 0xf3, 0x6d, 0x62, 0x49, 0xb8, 0xb5, 0x49, 0xa9, 0xa7, 0xff, 0x6c, 0x61, 0xbc, 0xcc, 0xaf, 0x96, 0xe0, 0x8b, 0x43, 0x18, 0x07, 0xf5, 0x58, 0xbe, 0xfd, 0x76, 0x91, 0xf8, 0xbe, 0x34, 0xa4, 0x20, 0x9a, 0x5d, 0xc5, 0x01, 0xb0, 0x80, 0x04, 0x6c, 0xfa, 0xc8, 0xd6, 0xeb, 0x3d, 0x1a, 0x17, 0x33, 0x39, 0xf3, 0x11, 0x2b, 0xb2, 0xe7, 0x93, 0x57, 0xf0, 0xc3, 0xb7, 0x21, 0xc1, 0x8d, 0x9b, 0x56, 0xdf, 0xbf, 0xab, 0x7d, 0x39, 0x4a, 0x9e, 0xda, 0xe8, 0xce, 0xee, 0xb8, 0x4c, 0xc8, 0x05, 0x17, 0x2f, 0xf6, 0xde, 0x1b, 0x9e, 0x97, 0x1f, 0x19, 0x60, 0x96, 0x2b, 0x73, 0x5c, 0x77, 0x32, 0x98, 0x03, 0x63, 0x12 } }; static const struct cckprng_op_generate op_init_5330 = { .hd = { .id = 5074, .kind = OP_GENERATE }, .rand_nbytes = 111, .out = { .rand = { 0x5e, 0xe6, 0xd2, 0x61, 0xe5, 0x80, 0xd2, 0x59, 0xa9, 0xc2, 0xa7, 0xf5, 0xe6, 0xe0, 0xdc, 0x39, 0x50, 0x71, 0x41, 0xee, 0xee, 0xf8, 0xbf, 0x93, 0xdb, 0x83, 0xcb, 0x8f, 0x57, 0x45, 0xa5, 0x61, 0x6e, 0xd7, 0x0b, 0xee, 0x27, 0x63, 0x22, 0x3c, 0x3a, 0x6f, 0xeb, 0x47, 0xbb, 0x36, 0x2c, 0xfc, 0xef, 0xe5, 0x58, 0xf6, 0x07, 0xc7, 0x15, 0x2b, 0x99, 0x06, 0x04, 0xb4, 0x6c, 0x76, 0xf2, 0x42, 0x4a, 0x83, 0xe4, 0x85, 0x99, 0x58, 0x95, 0x64, 0x93, 0xc6, 0xfc, 0x1c, 0x35, 0x96, 0x59, 0xc8, 0xf0, 0x39, 0x07, 0x16, 0x80, 0xaf, 0x8d, 0x8c, 0xcc, 0x49, 0x8c, 0x59, 0x88, 0x4f, 0x80, 0x2d, 0xa8, 0x02, 0x69, 0xfb, 0x75, 0xe3, 0x78, 0x16, 0x9f, 0x68, 0x3b, 0x97, 0x3a, 0xcf, 0x8d } } }; static const struct cckprng_op_generate op_init_5331 = { .hd = { .id = 5075, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0x97, 0x42, 0x8b, 0x8d, 0xaa, 0x67, 0x37, 0x1c, 0xc3, 0x10, 0xb5, 0x66, 0xb6, 0xa9, 0x8a, 0x6f, 0xf6, 0xf4, 0xe0, 0xea, 0x6b, 0xd3, 0xa6, 0x25, 0x06, 0xcd, 0x66, 0xff, 0xd8, 0x4e, 0x80, 0x66, 0x0a, 0x7e, 0xd1, 0x80, 0xda, 0x0e, 0x60, 0x10, 0x60, 0x4f, 0xd1, 0xbc, 0x5a, 0x87, 0xd4, 0xa6, 0x98, 0xce, 0xd0, 0xee, 0x66, 0x08, 0x0e, 0x2f, 0x96, 0x31, 0xbe, 0x5b, 0x87, 0x3b, 0x75, 0xb6, 0xa4, 0xa2, 0x75, 0x95, 0xeb, 0xcb, 0xb7, 0x69, 0xd7, 0x31, 0x22, 0x41, 0x05, 0xaa, 0x49, 0x6c, 0x36, 0x12, 0x51, 0x28, 0xc8, 0x38, 0xb4, 0x9c, 0x51, 0xef, 0x11, 0xa3, 0xff, 0xf4, 0x1f, 0x48, 0x94, 0x44, 0x2b, 0xc5, 0x42, 0x53, 0x07, 0x5e, 0x18, 0xd6, 0x6a, 0xe8, 0x7a, 0x91, 0xba, 0xae, 0xbc, 0xde, 0x5d, 0x0b, 0x1a, 0xde, 0x60, 0x55, 0xe4, 0x78, 0x0a, 0x5d, 0xc2, 0x3c, 0x07, 0xd3, 0xe0, 0xdd, 0xe2, 0x0f, 0xda, 0x59, 0x68, 0x5f, 0x84, 0xb5, 0x76, 0x40, 0x05, 0xb0, 0x98, 0xef, 0xfd, 0x28, 0xa7, 0xc8, 0x92, 0xa9, 0x92, 0x4f, 0x9a, 0x3f, 0xcd, 0xa6, 0xe4, 0x4a, 0x40, 0x15, 0x2f, 0xa7, 0x6d, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_5332 = { .hd = { .id = 5076, .kind = OP_RESEED }, .nonce = 3344718926877051300ULL, .seed_nbytes = 227, .seed = { 0x99, 0xee, 0x6c, 0x3a, 0x0c, 0x24, 0x1f, 0x1f, 0xe0, 0xd3, 0x7a, 0x9b, 0x4f, 0x30, 0x76, 0x9a, 0x45, 0xb2, 0x41, 0x66, 0xd4, 0x44, 0x34, 0x63, 0xa2, 0xb6, 0x14, 0xb7, 0x5a, 0xdf, 0x4e, 0x47, 0xc8, 0x13, 0xe2, 0x3b, 0xc8, 0x33, 0xd7, 0x51, 0x66, 0x5e, 0x8b, 0x46, 0x57, 0x8f, 0xae, 0x14, 0xba, 0xe4, 0x63, 0xfe, 0x10, 0x69, 0xe2, 0xd5, 0x4c, 0xa6, 0xdf, 0x66, 0x81, 0xa5, 0x87, 0xfc, 0x53, 0xa1, 0x05, 0x53, 0x4d, 0xff, 0x91, 0x52, 0xa0, 0xdc, 0x19, 0xb2, 0xdc, 0x15, 0x27, 0x5b, 0xe8, 0x18, 0xe0, 0xd5, 0x28, 0xb9, 0x8f, 0x1b, 0xe0, 0xc4, 0x61, 0x93, 0x2d, 0x0f, 0x2e, 0x5e, 0x1d, 0xe9, 0xe9, 0xb0, 0x10, 0x99, 0x99, 0x55, 0x1a, 0x9b, 0x22, 0x95, 0x6a, 0x76, 0xb1, 0xde, 0x40, 0xf7, 0x55, 0xe7, 0x0e, 0xbc, 0x18, 0xc6, 0x85, 0x0d, 0x35, 0x04, 0x0b, 0x77, 0x50, 0xe6, 0xc6, 0x45, 0xcf, 0xae, 0xb6, 0x68, 0x51, 0xf6, 0x70, 0xe7, 0x88, 0xb8, 0x2d, 0x5c, 0x5f, 0x3a, 0x02, 0x87, 0x5f, 0x0e, 0x66, 0xad, 0x2d, 0x46, 0xc0, 0xa5, 0xb3, 0xa5, 0xe8, 0x5e, 0x70, 0x45, 0x38, 0xd6, 0x15, 0xa5, 0x3c, 0x7a, 0x5c, 0x75, 0xfc, 0xb0, 0x0a, 0xa7, 0x2e, 0x65, 0x11, 0x2f, 0x8d, 0x29, 0xa3, 0x82, 0xc6, 0x5b, 0x9f, 0x3b, 0xa4, 0x29, 0x78, 0x70, 0x23, 0x25, 0xf5, 0x4d, 0x79, 0xa4, 0x4d, 0x06, 0x98, 0x6b, 0x79, 0x06, 0x56, 0x2f, 0xf6, 0xab, 0x31, 0x7c, 0xd8, 0xcc, 0x64, 0x8a, 0xdf, 0xe1, 0xa1, 0x22, 0x91, 0xfe, 0xa5, 0x17, 0x21, 0xd1, 0x90, 0x9d, 0x75, 0xf1, 0x3d, 0x54, 0xd0 } }; static const struct cckprng_op_refresh op_refresh_5333 = { .hd = { .id = 5077, .kind = OP_REFRESH }, .rand = 17574568371088363931ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5334 = { .hd = { .id = 5078, .kind = OP_RESEED }, .nonce = 3881019491746156096ULL, .seed_nbytes = 183, .seed = { 0xef, 0x52, 0xcd, 0xef, 0xc9, 0xe4, 0xe4, 0x0a, 0xf0, 0xd3, 0x31, 0x0a, 0xe0, 0x69, 0x35, 0xf4, 0xe9, 0x2f, 0xb5, 0xbb, 0x22, 0x8c, 0x05, 0xf2, 0xa2, 0x4f, 0xc3, 0xb3, 0xb2, 0xe4, 0xe7, 0x83, 0x85, 0x2b, 0x47, 0x8a, 0xa7, 0x35, 0x8b, 0x1e, 0xa6, 0xd5, 0xdb, 0x45, 0xdc, 0x27, 0xa9, 0x2f, 0x60, 0x24, 0xc0, 0x50, 0xe2, 0xbf, 0xf6, 0xcd, 0xd1, 0xdb, 0x44, 0x59, 0x70, 0x3a, 0x3a, 0xa7, 0x01, 0x69, 0x25, 0xe6, 0x8e, 0x9c, 0x2f, 0x1e, 0x2b, 0x9c, 0xf9, 0x80, 0xf4, 0xdd, 0x2c, 0xd6, 0x5f, 0x90, 0x5f, 0x90, 0x26, 0x44, 0x20, 0x6a, 0x2e, 0x5b, 0xca, 0x29, 0xd0, 0x72, 0xbe, 0x4c, 0x3d, 0x50, 0x94, 0x61, 0x00, 0xf9, 0x55, 0x40, 0x6b, 0xf6, 0xb0, 0x5e, 0xf8, 0xb9, 0x6d, 0x60, 0xfd, 0x73, 0x58, 0x5e, 0x10, 0x4b, 0x6a, 0xa9, 0xb8, 0x6b, 0x93, 0xd6, 0x44, 0x84, 0xe8, 0xa9, 0x57, 0x28, 0xe8, 0x61, 0xcf, 0x27, 0x8d, 0xe7, 0x9e, 0x86, 0xc1, 0x67, 0x0a, 0x26, 0x70, 0x71, 0x1a, 0x8b, 0x0e, 0x44, 0x50, 0xb5, 0x44, 0xa4, 0x50, 0xba, 0xbc, 0x5f, 0xdf, 0x34, 0x3d, 0x81, 0x23, 0x67, 0xc3, 0xec, 0xf8, 0xf5, 0xf0, 0xa9, 0x81, 0x97, 0x25, 0x2b, 0x7d, 0x0b, 0x82, 0x67, 0x78, 0x90, 0x66, 0x0e, 0x7a, 0x56, 0x6d } }; static const struct cckprng_op_generate op_init_5335 = { .hd = { .id = 5079, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0xb9, 0xbb, 0xf1, 0xef, 0x72, 0xaa, 0xc8, 0xde, 0xfc, 0x6a, 0xbb, 0x0b, 0xbf, 0x93, 0x7c, 0x0c, 0xd1, 0x3e, 0x26, 0x9e, 0xbb, 0x76, 0x25, 0x5d, 0x33, 0xc5, 0xce, 0x26, 0xc9, 0xd8, 0x95, 0x6d, 0x3c, 0x97, 0x19, 0x4d, 0x7f, 0xc5, 0x58, 0xcf, 0x63, 0x7e, 0x5e, 0xf6, 0xa2, 0xdb, 0x8e, 0x31, 0x54, 0xef, 0xdd, 0xd2, 0x11, 0x94, 0x36, 0x75, 0x70, 0x0d, 0x01, 0xc1, 0x0f, 0xed, 0xc2, 0x9d, 0x5f, 0xdd, 0xb8, 0xb3, 0x7a, 0x77, 0x4d, 0x29, 0x49, 0x9a, 0x1a, 0xdd, 0x83, 0x93, 0x8b, 0x85, 0x9e, 0x28, 0x7e, 0x26, 0x8b, 0x38, 0xcd, 0x64, 0x3c, 0x73, 0xba, 0xcb, 0x67, 0x0b, 0xcb, 0xbd, 0x81, 0x0e, 0x8f, 0x2a, 0x06, 0x26, 0x46, 0x0d, 0x07, 0xef, 0x88, 0x19, 0xe8, 0x4b, 0x15, 0x43, 0x3c, 0xdb, 0x81, 0xf3, 0xe6, 0x60, 0x08, 0x29, 0x2a, 0x89, 0x28, 0xde, 0x0e, 0xa6, 0x68, 0x5a, 0x75, 0xc5, 0xce, 0x7e, 0x01, 0x99, 0x5b, 0x1e, 0x00, 0xa0, 0xa8, 0x29, 0x3b, 0xfa, 0xc9, 0x9f, 0xf6, 0x90, 0xff, 0x59, 0x7a, 0xde, 0x02, 0x65, 0x7a, 0x96, 0xef, 0xe5, 0x73, 0xcf, 0x9a, 0xfb, 0xe5, 0xaf, 0x45, 0xb3, 0x87, 0xad, 0xc2, 0xf5, 0xe1, 0x49, 0x0a, 0xe0, 0x87, 0x4a, 0xd7, 0xdf, 0x15, 0xac, 0x14, 0x08, 0x86 } } }; static const struct cckprng_op_refresh op_refresh_5336 = { .hd = { .id = 5080, .kind = OP_REFRESH }, .rand = 15974742955070605234ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5337 = { .hd = { .id = 5081, .kind = OP_GENERATE }, .rand_nbytes = 69, .out = { .rand = { 0xbf, 0x72, 0x9e, 0xa2, 0x2a, 0x8a, 0x25, 0x1a, 0x93, 0x62, 0xf0, 0x1c, 0x8a, 0xb2, 0x52, 0x36, 0x18, 0xb3, 0x88, 0xe8, 0xa8, 0xf5, 0x1a, 0x23, 0x8f, 0xcd, 0x5f, 0x9f, 0xaa, 0x8c, 0x00, 0xf3, 0x4c, 0x66, 0x29, 0x04, 0xc3, 0xf1, 0x50, 0x4b, 0xc1, 0xf8, 0x70, 0x51, 0xa5, 0xf5, 0x22, 0x3f, 0xcf, 0x89, 0x77, 0x35, 0xca, 0x2f, 0x1f, 0xd7, 0xc2, 0xe2, 0x83, 0x16, 0xcf, 0xd5, 0x6e, 0xcc, 0xe0, 0x2f, 0x60, 0xd4, 0x58 } } }; static const struct cckprng_op_reseed op_reseed_5338 = { .hd = { .id = 5082, .kind = OP_RESEED }, .nonce = 13823927520394898119ULL, .seed_nbytes = 117, .seed = { 0xc4, 0x85, 0x6e, 0xa2, 0x4e, 0x37, 0xe8, 0x2a, 0x9b, 0x0b, 0x17, 0xd5, 0xab, 0xab, 0x95, 0x26, 0x37, 0x9c, 0x1a, 0x9c, 0x68, 0xbe, 0xd2, 0x80, 0x7c, 0xf7, 0x2a, 0xfc, 0x33, 0xa8, 0x3f, 0x06, 0xa8, 0xad, 0x02, 0xa5, 0xd1, 0xb5, 0x8e, 0xf3, 0x90, 0x14, 0x4a, 0xb1, 0x87, 0x6e, 0x60, 0x96, 0xec, 0x1e, 0x6f, 0x16, 0x5f, 0x71, 0x6d, 0x16, 0x51, 0x4b, 0x2d, 0xc6, 0xb8, 0x7c, 0xc8, 0xaf, 0xd0, 0x01, 0xef, 0x3b, 0x16, 0xf4, 0x1a, 0x43, 0x32, 0x1d, 0xdf, 0x4e, 0xce, 0x9a, 0xf4, 0xf7, 0xbd, 0xc2, 0x9b, 0x77, 0x6e, 0x01, 0xec, 0xff, 0x69, 0x3f, 0x25, 0x08, 0x6d, 0x82, 0xfd, 0x06, 0x3e, 0x46, 0xc2, 0x0e, 0x05, 0x24, 0x67, 0xf8, 0x42, 0x93, 0xf5, 0x5b, 0x01, 0xc2, 0xeb, 0x36, 0x2c, 0x22, 0x25, 0xbb, 0x09 } }; static const struct cckprng_op_refresh op_refresh_5339 = { .hd = { .id = 5083, .kind = OP_REFRESH }, .rand = 15296037636518546872ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5340 = { .hd = { .id = 5084, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x9e, 0x0f, 0x74, 0x48, 0x7a, 0x09, 0x97, 0xd0, 0x6a, 0x94, 0xd0, 0x33, 0x4b, 0x7f, 0x57, 0x94, 0x87, 0x2c, 0xdb, 0x76, 0x1a, 0x7c, 0x25, 0xaa, 0x9c, 0x96, 0xe5, 0xb0, 0x5b, 0x13, 0x29, 0x6e, 0x65, 0x6e, 0xc4, 0x84, 0xfd, 0x13, 0x10, 0xc8, 0xff, 0x2e, 0xf1, 0xc2, 0x5f, 0x50, 0x67, 0xfc, 0xff, 0x52, 0x78, 0x39, 0x4e, 0xcd, 0xcc, 0x0e, 0x1d, 0xf7, 0x9a, 0xba, 0x60, 0xef, 0x92, 0xe4, 0x5d, 0xa6, 0x8a, 0x1d, 0x07, 0x7c, 0x59, 0x90, 0x28, 0x57, 0x3f, 0xa0, 0x37, 0x2b, 0x3d, 0x09, 0xf5, 0xf1, 0x2f, 0x58, 0xa2, 0xd1, 0x68, 0x92, 0xd1, 0xa3, 0x6b, 0x72, 0x6c, 0xed, 0x83, 0x86, 0x0a, 0x4c, 0x71, 0x65, 0xfc, 0x9c, 0x0e, 0xef, 0x03, 0x11, 0x78, 0x7a, 0x90, 0x95, 0xbd, 0x42, 0xa9, 0x7f, 0x27, 0xf9, 0x78, 0xf1, 0x16, 0x60, 0xc8, 0xf6, 0x50, 0x1f, 0x24, 0xba, 0x7e, 0x9f, 0xb7, 0x4b, 0x86, 0x7a, 0x24, 0x88, 0xcf, 0x4e, 0x05, 0x78, 0xd4, 0xb7, 0x48, 0x38, 0xa4, 0x95, 0x07, 0x1f, 0x58, 0x8a, 0xec, 0x5c, 0xae, 0xa5, 0xdd, 0x31, 0xdc, 0x4a, 0xdd, 0xb3, 0x06, 0x82, 0x11, 0x21, 0x2c, 0x7d, 0x36, 0xa3, 0x13, 0x5e, 0x77, 0xbc, 0xc3, 0xf1, 0x1c, 0x83, 0x42, 0xba, 0xcc, 0xe6, 0xd8, 0x96, 0x36, 0xac, 0xcd, 0xe3, 0x9c, 0x6b, 0x78, 0x56, 0x3d, 0x2f, 0xd1, 0xc2, 0xce, 0x37, 0xf1, 0xc7, 0x1d, 0x0c, 0x45, 0x08, 0x56, 0xc7, 0x29, 0x9d, 0xb5, 0x80, 0xdd, 0x7a, 0xe9, 0xbb, 0x8a, 0xed, 0xe4, 0x0f, 0x0d, 0xdd, 0x70, 0xcb, 0x4e, 0xa5, 0xdc, 0xc3, 0xe2, 0xb3, 0x7f, 0xc2, 0x07, 0xcc, 0x99, 0xbc, 0x72, 0x46, 0xb3, 0x61, 0x7c, 0xb3, 0xf1, 0x1c, 0x01, 0x72, 0x80, 0xbe, 0x86, 0x33, 0x05, 0xe0, 0x88, 0x8d, 0xd6, 0xd7, 0xf7, 0xfb, 0x2f } } }; static const struct cckprng_op_reseed op_reseed_5341 = { .hd = { .id = 5085, .kind = OP_RESEED }, .nonce = 249444821304242739ULL, .seed_nbytes = 146, .seed = { 0xca, 0x46, 0x2a, 0xa6, 0xa6, 0xce, 0x7d, 0xef, 0x09, 0x9d, 0x43, 0x0d, 0xea, 0x96, 0xc4, 0x8b, 0x09, 0x79, 0xb1, 0x44, 0x4b, 0x91, 0x56, 0x95, 0xb4, 0x43, 0x16, 0x81, 0x56, 0xb1, 0xf8, 0xd6, 0x97, 0xc8, 0x44, 0x69, 0x8d, 0x06, 0xa8, 0xba, 0x27, 0x6b, 0x7d, 0x59, 0x18, 0xe7, 0xee, 0x3b, 0x6a, 0x9f, 0xa1, 0x9e, 0x24, 0x6f, 0x76, 0xcd, 0x84, 0x19, 0x12, 0x4f, 0xed, 0x29, 0x50, 0xc9, 0x5f, 0xe7, 0x59, 0xd9, 0xff, 0x59, 0xf5, 0x14, 0x9c, 0xda, 0xcd, 0x63, 0x3b, 0xbe, 0xd9, 0x1d, 0x9f, 0x70, 0x1d, 0x08, 0xfa, 0x8d, 0xc4, 0xfc, 0x43, 0x45, 0xc6, 0x5f, 0x25, 0x14, 0xf8, 0x68, 0xfd, 0x76, 0xaa, 0x8e, 0x1a, 0xee, 0x3b, 0x56, 0x66, 0x32, 0x03, 0x65, 0x0b, 0x6a, 0xb8, 0x2f, 0x4f, 0xd3, 0x5c, 0x23, 0xee, 0x57, 0xf1, 0x74, 0x9f, 0xb7, 0xc4, 0x6a, 0x7f, 0xce, 0x18, 0xce, 0x78, 0x36, 0x07, 0x5a, 0x31, 0xb9, 0x1a, 0xff, 0x86, 0x4f, 0x84, 0xa5, 0xcf, 0xdc, 0xb9, 0xb2, 0x51, 0xd1 } }; static const struct cckprng_op_generate op_init_5342 = { .hd = { .id = 5086, .kind = OP_GENERATE }, .rand_nbytes = 6, .out = { .rand = { 0xff, 0x04, 0xbe, 0xdb, 0x55, 0x27 } } }; static const struct cckprng_op_reseed op_reseed_5343 = { .hd = { .id = 5087, .kind = OP_RESEED }, .nonce = 15502884389845637188ULL, .seed_nbytes = 65, .seed = { 0x25, 0x84, 0xa8, 0xf6, 0x39, 0x31, 0x58, 0xfa, 0x03, 0x7b, 0x37, 0xf4, 0xcc, 0xd6, 0x18, 0x80, 0xb6, 0xe2, 0xcc, 0x0a, 0x9b, 0x57, 0xd8, 0x95, 0x6c, 0xcf, 0xd9, 0x22, 0x75, 0xb2, 0x1c, 0xb2, 0x80, 0xa4, 0x83, 0xfd, 0xde, 0xd2, 0xd1, 0xbc, 0xe1, 0x2c, 0x7a, 0xac, 0x04, 0x71, 0x45, 0x12, 0xaa, 0x53, 0x55, 0x0d, 0x28, 0x3d, 0xe7, 0x58, 0x80, 0xc4, 0x86, 0xf9, 0x24, 0x4a, 0x51, 0xcd, 0xa3 } }; static const struct cckprng_op_refresh op_refresh_5344 = { .hd = { .id = 5088, .kind = OP_REFRESH }, .rand = 17691220900305659908ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5345 = { .hd = { .id = 5089, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0xb4, 0x8f, 0x28, 0xc2, 0x4d, 0x01, 0xbd, 0xe1, 0x4e, 0x8c, 0x20, 0x0d, 0x73, 0x42, 0x15, 0xa0, 0x1f, 0x0b, 0xb5, 0x8c, 0x7c, 0x63, 0x79, 0x74, 0xb3, 0x9d, 0xb4, 0x06, 0x0c, 0xee, 0x5b, 0x59, 0xe5, 0x29, 0xb3, 0x79, 0xf0, 0x75, 0x9f, 0xdc, 0x48, 0x50, 0x8f, 0xc9, 0x47, 0x26, 0x26, 0xe3, 0xe2, 0x35, 0xfb, 0x38, 0xb9, 0xc7, 0xc3, 0x67, 0xa2, 0x3e, 0x6a, 0x1a, 0xc5, 0x1d, 0x8d, 0x2e, 0xa6, 0xf1, 0x18, 0x99, 0x9f, 0x13, 0xcb, 0x06, 0x1f, 0x87, 0xdf, 0x78, 0x8d, 0xdd, 0x06, 0x2b, 0x9b, 0x2a, 0x3c, 0xa0, 0x7a, 0xad, 0x12, 0xba, 0x86, 0x1c, 0xb4, 0x8d, 0xe9, 0x37, 0x46, 0xfd, 0xd0, 0x21, 0x2b, 0xf3, 0xc1, 0xcc, 0x64, 0x06, 0x30, 0x06, 0x51, 0xd0, 0xa1, 0x75, 0x78, 0xc0, 0xdf, 0x19, 0xde, 0x20, 0x82, 0x13, 0x18, 0x83, 0xf9, 0x82, 0x33, 0xed, 0x72, 0xf4, 0xd7, 0x7a, 0x1f, 0x57, 0xd3, 0x29, 0x0c, 0xa5, 0x30, 0x22, 0x87, 0xba, 0x75, 0x1b, 0x0d, 0x4a, 0xbe, 0x31, 0x38, 0xc6, 0x01, 0x5b, 0xcc, 0xb1, 0x5c, 0xcc, 0xac, 0x69 } } }; static const struct cckprng_op_refresh op_refresh_5346 = { .hd = { .id = 5090, .kind = OP_REFRESH }, .rand = 17473592436098456150ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5347 = { .hd = { .id = 5091, .kind = OP_RESEED }, .nonce = 7314111309204199655ULL, .seed_nbytes = 236, .seed = { 0xda, 0x65, 0x5f, 0x0a, 0x1a, 0xd9, 0x0a, 0x75, 0xd7, 0x08, 0xd0, 0x1a, 0xfb, 0x91, 0xcc, 0x5a, 0x0d, 0x62, 0xac, 0x53, 0x05, 0x2f, 0x3d, 0xd7, 0x12, 0x76, 0xbe, 0xdf, 0x88, 0xb9, 0x18, 0x8a, 0x48, 0xfa, 0x03, 0xfd, 0x43, 0x98, 0x4d, 0xbb, 0x9b, 0xfc, 0x9a, 0xaf, 0xfb, 0xa0, 0xc2, 0x3d, 0x63, 0x1a, 0x06, 0xc1, 0xad, 0xd2, 0xfe, 0xbe, 0xbb, 0xad, 0x4d, 0x43, 0x99, 0x15, 0x21, 0x46, 0xdc, 0x87, 0x41, 0x50, 0x3f, 0x07, 0x43, 0xf4, 0xcc, 0x1b, 0xeb, 0x06, 0x7f, 0x49, 0x4b, 0x0e, 0x9a, 0x2e, 0x03, 0xec, 0xe1, 0x4e, 0x8d, 0x70, 0x4b, 0x09, 0x6f, 0xfc, 0x17, 0x2b, 0x26, 0x3a, 0x24, 0xcf, 0x39, 0x88, 0xbe, 0xc4, 0xcc, 0x38, 0xee, 0x22, 0xd9, 0x08, 0x87, 0x9d, 0x3a, 0x4c, 0xc4, 0xb1, 0x5f, 0xd1, 0xff, 0x08, 0x95, 0x6d, 0x0b, 0xa2, 0xc5, 0xf6, 0x11, 0x44, 0x6c, 0x8d, 0x8d, 0x92, 0x59, 0x32, 0xeb, 0x7e, 0x69, 0x21, 0x4c, 0xa3, 0xbf, 0x5f, 0x34, 0xea, 0xfe, 0x0b, 0x42, 0x62, 0x6c, 0x2f, 0x88, 0xaa, 0x90, 0x1d, 0x84, 0xe0, 0x4b, 0xb9, 0x41, 0xbf, 0x03, 0x99, 0xa1, 0x2d, 0x23, 0x47, 0x35, 0x6d, 0x4d, 0xf6, 0x9c, 0xe3, 0x1c, 0x1d, 0xa4, 0x74, 0x3d, 0x9b, 0x1e, 0x5e, 0x6d, 0x7a, 0x6e, 0xf2, 0x5a, 0xd9, 0xe2, 0xc3, 0xa2, 0xf0, 0xa1, 0xa8, 0x52, 0xc4, 0xcc, 0x8d, 0xf0, 0x0c, 0xa8, 0xcb, 0xb1, 0xae, 0x3f, 0xe0, 0x4e, 0x4d, 0xf8, 0xa0, 0xd0, 0xb0, 0x1b, 0x67, 0x2e, 0xb2, 0xfd, 0x70, 0xed, 0x8c, 0x0a, 0x4c, 0xef, 0x1d, 0x5a, 0xce, 0x35, 0x4e, 0x17, 0x7d, 0xd2, 0x28, 0xf8, 0xce, 0xee, 0x26, 0xc3, 0x03, 0xdc, 0x61 } }; static const struct cckprng_op_reseed op_reseed_5348 = { .hd = { .id = 5092, .kind = OP_RESEED }, .nonce = 1226897527221090796ULL, .seed_nbytes = 263, .seed = { 0x1f, 0xa2, 0x4b, 0x8b, 0x6e, 0xdc, 0x2c, 0xd0, 0xf8, 0x65, 0x94, 0x6f, 0x3c, 0x3a, 0xf7, 0xd7, 0x32, 0xa2, 0x2e, 0xce, 0x2c, 0xc3, 0x8d, 0x4e, 0x9e, 0x63, 0x99, 0xfe, 0x03, 0x48, 0x94, 0x97, 0xec, 0x88, 0x9b, 0xe1, 0x79, 0x4d, 0xc6, 0x7b, 0x0f, 0xe9, 0x97, 0x24, 0xb2, 0x8f, 0x64, 0x36, 0xa6, 0x1c, 0x16, 0x69, 0xef, 0x82, 0x2b, 0xde, 0xa7, 0xdc, 0x2e, 0x7d, 0x36, 0xbc, 0x91, 0x0a, 0x27, 0xa6, 0xe2, 0x55, 0x92, 0x48, 0xb8, 0x5d, 0x8c, 0xc0, 0xae, 0x52, 0x68, 0xab, 0x1f, 0xb5, 0x06, 0xff, 0x3d, 0x2d, 0x52, 0x27, 0xf6, 0x00, 0x68, 0x72, 0x77, 0xf2, 0x29, 0xf7, 0xde, 0x6d, 0xf3, 0x85, 0x5d, 0xbd, 0xdb, 0xf3, 0xef, 0x45, 0xb6, 0x3e, 0xa7, 0xec, 0xdb, 0x78, 0xb1, 0x9f, 0x87, 0xb8, 0x64, 0x9d, 0x59, 0x84, 0x8e, 0x9a, 0x4a, 0x34, 0xc4, 0xf2, 0xe5, 0xc4, 0x56, 0x1a, 0x22, 0x87, 0x1c, 0xef, 0xce, 0xf4, 0x9a, 0xfa, 0x72, 0xcf, 0xd1, 0x95, 0x6d, 0x6d, 0x1d, 0xf9, 0xf6, 0xbf, 0x8f, 0xb0, 0x86, 0x0e, 0x2e, 0x33, 0x2b, 0x24, 0x8d, 0xfc, 0xc2, 0xd6, 0x46, 0xe3, 0xd7, 0x5f, 0x78, 0x45, 0x09, 0x13, 0xb1, 0xd1, 0xdd, 0xb4, 0x94, 0x78, 0xca, 0xf6, 0x44, 0x06, 0x4c, 0x18, 0x5a, 0xa5, 0x9a, 0x10, 0x76, 0x34, 0xaf, 0x10, 0xb2, 0xcc, 0x63, 0x69, 0x5a, 0xab, 0x52, 0x6f, 0xdb, 0x25, 0xc2, 0xf6, 0xbe, 0xa9, 0x57, 0x3a, 0x59, 0x49, 0x31, 0x82, 0xde, 0xe4, 0x22, 0x50, 0x1d, 0x83, 0x81, 0x38, 0xbb, 0x49, 0xb6, 0x69, 0x6b, 0x5e, 0xc9, 0xc1, 0xfa, 0x12, 0xce, 0xc2, 0x70, 0xfb, 0x91, 0xc2, 0xf1, 0xe2, 0xd3, 0x68, 0xd5, 0x61, 0xa3, 0x4e, 0x55, 0x74, 0x4a, 0xd0, 0x41, 0xfd, 0xfd, 0x0f, 0x50, 0xb0, 0x8f, 0xb1, 0x0a, 0xda, 0x78, 0xf2, 0xf3, 0xd5, 0xe7, 0xfa, 0xec, 0x63, 0xd0, 0x08, 0x43 } }; static const struct cckprng_op_generate op_init_5349 = { .hd = { .id = 5093, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0x92, 0x58, 0x9c, 0xf6, 0x06, 0x59, 0x01, 0xb1, 0x06, 0x0b, 0x9c, 0xaf, 0xac, 0x0f, 0xfd, 0x9c, 0x41, 0x24, 0xb7, 0x1d, 0x90, 0xa0, 0x63, 0xcd, 0x93, 0x5c, 0x41, 0x9f, 0xa8, 0x43, 0xf5, 0x4d, 0x42, 0xfd, 0xc6, 0x3e, 0x10, 0xf2, 0xdc, 0x91, 0x4d, 0xe2, 0xa1, 0x34, 0xd4, 0xd6, 0x64, 0xa3, 0xf1, 0x2a, 0xde, 0xbd, 0x04, 0xc9, 0xaa, 0xcc, 0x64, 0xd9, 0xfb, 0x9b, 0x20, 0x29, 0xce, 0xfd, 0xc5, 0x48, 0x81, 0xdd, 0x37, 0x49, 0x49, 0x7e, 0x00, 0xc1, 0x57, 0xcb, 0x7e, 0xd3, 0x0d, 0x44, 0x93, 0x6e, 0xec, 0x7a, 0x21, 0xbc, 0x6d, 0x98, 0x97, 0x15, 0x23, 0xb3, 0x87, 0x67, 0x5f, 0x70, 0xd1, 0x99, 0x0a, 0x11, 0x72, 0x42, 0xf5, 0x1b, 0x83, 0x0d, 0x02, 0x33, 0x9a, 0x36, 0x36, 0xfa, 0xd7, 0xed, 0x85, 0x73, 0x20, 0xd8, 0xc0, 0x47, 0xd1, 0xf9, 0x80, 0x49, 0xf9, 0x28, 0x22, 0x88, 0x5c, 0xeb, 0xb2, 0x77, 0xc1, 0xce, 0xc5, 0x39, 0x4c, 0x66, 0x94, 0x49, 0x92, 0xea, 0xce, 0x2d, 0xb6, 0x7c, 0x8f, 0x27, 0x87, 0xf2, 0x89, 0xea, 0xa6, 0x37, 0x3d, 0xf4, 0x85, 0x94, 0x65, 0xcc, 0xc3, 0xb4, 0x1c, 0x59, 0x34, 0xbf, 0x9e, 0xe0, 0x07, 0x73, 0x95, 0x31 } } }; static const struct cckprng_op_generate op_init_5350 = { .hd = { .id = 5094, .kind = OP_GENERATE }, .rand_nbytes = 102, .out = { .rand = { 0xaf, 0x3d, 0xf6, 0x27, 0xf7, 0xb3, 0x63, 0x4f, 0x76, 0x43, 0xcb, 0x56, 0x97, 0xfc, 0x9c, 0x1a, 0x4a, 0xe3, 0x54, 0x5e, 0xab, 0x2e, 0x5d, 0xab, 0x5c, 0xd7, 0x85, 0x87, 0xbc, 0xc4, 0x2b, 0xd7, 0x14, 0x41, 0x97, 0xe8, 0xc7, 0xd3, 0xdf, 0x8d, 0x2b, 0x74, 0x0a, 0xff, 0x30, 0x02, 0x57, 0x9f, 0x00, 0xe6, 0x35, 0xe8, 0x42, 0xb1, 0xe7, 0x10, 0x50, 0x66, 0xf2, 0x02, 0x57, 0xbb, 0x56, 0x81, 0x7f, 0xd8, 0x49, 0xc4, 0x00, 0x83, 0x1d, 0xaa, 0xa2, 0xf2, 0x27, 0x3c, 0xfe, 0x26, 0xce, 0xad, 0xa8, 0x6f, 0xb8, 0x1a, 0xde, 0x48, 0xcd, 0xf1, 0x64, 0xe2, 0x17, 0xca, 0x61, 0xa2, 0x7f, 0xe3, 0x25, 0x1c, 0x89, 0xd8, 0x24, 0xf2 } } }; static const struct cckprng_op_generate op_init_5351 = { .hd = { .id = 5095, .kind = OP_GENERATE }, .rand_nbytes = 243, .out = { .rand = { 0xe1, 0xfe, 0xef, 0xa5, 0xa7, 0xd2, 0xcd, 0xd3, 0xac, 0x31, 0xda, 0x0e, 0x85, 0x60, 0x17, 0xd9, 0x7e, 0x1a, 0xde, 0x02, 0xd6, 0xfb, 0xde, 0x6d, 0x19, 0xbd, 0x1f, 0x82, 0x88, 0xe4, 0x09, 0x90, 0xcd, 0x78, 0x49, 0x33, 0x74, 0xa1, 0x58, 0x56, 0xda, 0x7e, 0x42, 0x2b, 0xc1, 0xfa, 0x65, 0x64, 0x3c, 0x21, 0xac, 0x8d, 0xac, 0xc8, 0x7a, 0x66, 0x1b, 0xe0, 0x71, 0x7c, 0xc8, 0x48, 0xe0, 0x71, 0x04, 0xe2, 0x04, 0x1e, 0x59, 0x60, 0x7f, 0x8a, 0x94, 0xbc, 0x8a, 0x92, 0x2e, 0x58, 0xd6, 0x30, 0xfd, 0x9c, 0x9b, 0x66, 0x85, 0xe5, 0xa2, 0xb6, 0x8c, 0x00, 0x08, 0x8d, 0x60, 0xd0, 0x7c, 0x86, 0xb0, 0xc4, 0x19, 0x06, 0x30, 0x61, 0xf5, 0x03, 0x91, 0x9f, 0x66, 0x2b, 0x5e, 0x73, 0x4d, 0xd1, 0xae, 0x91, 0x2c, 0x34, 0x1a, 0xc8, 0x97, 0xe5, 0xaf, 0xdb, 0xfe, 0xcd, 0x2d, 0x00, 0xb7, 0x98, 0x47, 0x78, 0xb0, 0x1d, 0x45, 0x71, 0x10, 0x52, 0x92, 0x70, 0x74, 0xf7, 0xcb, 0x4a, 0x85, 0xaa, 0xb7, 0x15, 0x87, 0x48, 0x20, 0x51, 0x2d, 0x0e, 0x05, 0xdb, 0x0c, 0x37, 0xaa, 0x6d, 0x06, 0xe5, 0xde, 0xbd, 0x9c, 0xfa, 0xe0, 0xbb, 0x74, 0xf8, 0xed, 0x11, 0xe3, 0x23, 0x86, 0x8b, 0xc9, 0xef, 0x9a, 0xe5, 0x99, 0xa3, 0x02, 0x22, 0x46, 0x19, 0x08, 0x17, 0x77, 0xae, 0x7c, 0x48, 0xa0, 0x04, 0xd4, 0x35, 0x97, 0xb0, 0x4e, 0xb3, 0xa4, 0x0b, 0x49, 0xef, 0x74, 0x65, 0x8c, 0x35, 0x21, 0x86, 0x88, 0x60, 0x69, 0xa1, 0x8b, 0xa2, 0xde, 0xf3, 0x5e, 0xaf, 0x9e, 0x18, 0x13, 0xec, 0xa9, 0x1f, 0x5e, 0x14, 0x0f, 0x68, 0xda, 0xf8, 0xd8, 0x11, 0x85, 0x70, 0x32, 0x9f, 0x0c, 0xc1, 0x74, 0xcb, 0x67, 0xc4, 0x5c } } }; static const struct cckprng_op_generate op_init_5352 = { .hd = { .id = 5096, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0x4b, 0xd7, 0x13, 0x8a, 0xa6, 0x47, 0xb5, 0xf4, 0xd6, 0x9c, 0x57, 0x90, 0x82, 0xef, 0xb6, 0x3f, 0x61, 0x40, 0x66, 0x1f, 0x1f, 0x4a, 0xdc, 0xc3, 0x74, 0x0c, 0xea, 0xa4, 0x0c, 0x83, 0x65, 0x14, 0x80, 0x45, 0x44, 0xb8, 0xd3, 0x5d, 0x77, 0x71, 0xb4, 0x30, 0xb5, 0x0f, 0x95, 0x38, 0x6b, 0x96, 0xaa, 0x13, 0xe1, 0x9b, 0xdf, 0x7d, 0x3b, 0xa1, 0xe5, 0x8c, 0x6d, 0x16, 0x5d, 0xbf, 0x31, 0xc1, 0xa0, 0xf6, 0xd8, 0x47, 0x6b, 0x6a, 0x35, 0x8e, 0x77, 0x82, 0x87, 0x6f, 0x18, 0x06, 0xd4, 0x4a, 0x88, 0x9b, 0x29, 0x3f, 0x9d, 0xe8, 0x5e, 0x95, 0xe9, 0x2f, 0xde, 0x06, 0x7e, 0x7e, 0xe5, 0x3a, 0x49, 0xde, 0xeb, 0xc8, 0x2b, 0xe1, 0x5a, 0xd4, 0xa9, 0xc8, 0x28, 0xfe, 0xbc, 0xb6, 0x5d, 0x6d, 0x03, 0x54, 0x3c, 0xd4, 0xc3, 0xc6, 0xab, 0xb1, 0x90, 0xec, 0xed, 0xf1, 0x89, 0x39, 0xf1, 0x9b, 0x5f, 0xb0, 0xb0, 0x61, 0x69, 0x4d, 0xfc, 0xa2, 0x33, 0x0d, 0x4f, 0xc5, 0xcf, 0x07, 0xa9, 0x1b, 0x57, 0xdd, 0x7c, 0xc1, 0x18, 0x0a, 0x32, 0xf3, 0x8a, 0x83, 0xee, 0x7f, 0x1a, 0x0f, 0xd7, 0x98, 0x7c, 0x75, 0xed, 0x2b, 0x3c, 0xc3, 0x6b, 0xe9, 0x86, 0x8f, 0x30, 0xc1, 0x3a, 0x25, 0x62, 0x51, 0xe6, 0x71, 0x75, 0x22, 0x97, 0xb2, 0x41, 0x56, 0xc0, 0xa8, 0x95, 0x26, 0x76, 0xc5, 0xec, 0x01, 0x77, 0x73, 0x2c, 0x9a, 0xe1, 0x28, 0x19, 0x9d, 0x94, 0x6e, 0x1e, 0xce, 0x81, 0xc9, 0xe8, 0x1e, 0x4f, 0x2e, 0x4a, 0xa1, 0xae, 0x06, 0xe2, 0x6e, 0x41, 0xe7, 0x02, 0x79, 0x81, 0x03, 0xdb, 0x44, 0x45, 0x2d, 0x51, 0xd6, 0x10, 0xaa, 0x8e, 0xa0, 0x24, 0x34, 0x5c, 0xcb, 0x50, 0xfe, 0xcf, 0x1e, 0x1e, 0x15, 0xa7, 0xa2, 0x95, 0xb8, 0xdb, 0x5b, 0x88, 0x8f, 0x0d, 0xe4, 0xef, 0x8c, 0xe8, 0x29 } } }; static const struct cckprng_op_refresh op_refresh_5353 = { .hd = { .id = 5097, .kind = OP_REFRESH }, .rand = 10896499665238937530ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5354 = { .hd = { .id = 5098, .kind = OP_RESEED }, .nonce = 1826458674515417615ULL, .seed_nbytes = 265, .seed = { 0x03, 0x6e, 0x1d, 0xe2, 0x86, 0xdd, 0x97, 0x64, 0x5e, 0x2b, 0xa5, 0xb9, 0x0c, 0xcd, 0x0e, 0x77, 0xa8, 0xa7, 0x0e, 0x79, 0xd2, 0x92, 0xcb, 0xdd, 0x26, 0x89, 0x1a, 0x9b, 0xe0, 0x67, 0x43, 0x17, 0xdb, 0x81, 0x6c, 0x64, 0x22, 0x27, 0xec, 0x91, 0x2c, 0x48, 0x1d, 0x14, 0x41, 0xfa, 0xc7, 0xbf, 0xb8, 0xf9, 0x30, 0xc4, 0x29, 0x2b, 0x24, 0xa5, 0x2e, 0xd4, 0x4d, 0xf6, 0xff, 0x73, 0xd8, 0x26, 0x48, 0xaf, 0xca, 0xda, 0x15, 0x1f, 0x6f, 0x4a, 0x8d, 0xa0, 0x9b, 0xd2, 0x73, 0xc2, 0xa7, 0x28, 0x33, 0x87, 0x05, 0x22, 0xf0, 0x56, 0x1d, 0x2a, 0x68, 0x08, 0xbf, 0xce, 0x2b, 0xb9, 0x52, 0x44, 0xfe, 0x99, 0x13, 0x1e, 0x36, 0x09, 0xb3, 0xf3, 0xe7, 0x7c, 0x2c, 0x15, 0x00, 0x9e, 0xb6, 0xad, 0xae, 0x33, 0x50, 0xf6, 0x1e, 0xed, 0x8d, 0xc0, 0x1a, 0xd9, 0xa2, 0xc8, 0x46, 0xa8, 0x6f, 0x5d, 0x2a, 0x5e, 0x64, 0x8e, 0xbb, 0x73, 0x94, 0x03, 0x43, 0x00, 0xc2, 0xe9, 0xbf, 0xfe, 0x09, 0x69, 0xa6, 0x8b, 0xd4, 0x39, 0xc0, 0x74, 0x3a, 0x48, 0xc1, 0x60, 0x2d, 0xf1, 0x8c, 0x77, 0x8a, 0xe4, 0x64, 0xcd, 0x52, 0x43, 0x41, 0xcb, 0x2a, 0x53, 0x8d, 0x31, 0x27, 0x29, 0x71, 0xd6, 0x01, 0x58, 0x13, 0x3b, 0x82, 0x2d, 0x6a, 0x38, 0x84, 0x12, 0x0a, 0x65, 0xe8, 0x6a, 0x41, 0x8d, 0x11, 0xa8, 0xfc, 0xa7, 0x83, 0x77, 0xb4, 0xf4, 0x94, 0xd0, 0xb6, 0x44, 0x9c, 0xf1, 0x7c, 0xda, 0x1f, 0xe0, 0x98, 0x82, 0x63, 0x71, 0xea, 0x91, 0xd2, 0xfb, 0x8f, 0x30, 0xcc, 0xd5, 0x0f, 0xfa, 0xc9, 0x09, 0x8d, 0xea, 0x98, 0x5f, 0xdb, 0x77, 0x03, 0x05, 0x7c, 0x39, 0x15, 0x89, 0x40, 0x8b, 0x88, 0x38, 0x06, 0x83, 0x8d, 0x0e, 0x13, 0x16, 0x5a, 0xe2, 0x24, 0x8d, 0x73, 0x3e, 0xe6, 0x6f, 0x83, 0x70, 0xef, 0x8e, 0x88, 0xd4, 0xa1, 0xea, 0x7b, 0x19, 0x13 } }; static const struct cckprng_op_reseed op_reseed_5355 = { .hd = { .id = 5099, .kind = OP_RESEED }, .nonce = 13740497867606387288ULL, .seed_nbytes = 173, .seed = { 0x2a, 0x6d, 0xab, 0x25, 0xe8, 0xad, 0xeb, 0x34, 0x4a, 0x5c, 0xb2, 0x33, 0x9e, 0x0c, 0xef, 0x5c, 0x2b, 0x85, 0x79, 0x7c, 0x0b, 0x01, 0x3f, 0xd0, 0xa1, 0xdf, 0x8c, 0x7c, 0x2e, 0x68, 0xa4, 0x48, 0xc4, 0x79, 0x2b, 0x3d, 0x90, 0x4b, 0xf9, 0xc8, 0x0e, 0xbc, 0xf5, 0xe9, 0x4f, 0xe9, 0xee, 0xf4, 0x28, 0x7b, 0x09, 0x53, 0xa1, 0x63, 0xb6, 0x6f, 0x26, 0xe8, 0x21, 0xe2, 0x52, 0xad, 0x47, 0xed, 0xf6, 0x5f, 0x01, 0x31, 0xb7, 0xcd, 0xb7, 0x86, 0xd3, 0x64, 0x8e, 0xe2, 0x62, 0xcc, 0x92, 0x0e, 0x59, 0x37, 0x36, 0xbe, 0x6c, 0x4a, 0x48, 0x28, 0xd7, 0x02, 0x3a, 0x8a, 0x44, 0x2d, 0x52, 0x69, 0x6d, 0x09, 0xad, 0x94, 0x4d, 0x6a, 0x1d, 0xac, 0x40, 0x6a, 0x00, 0x57, 0x45, 0x08, 0x46, 0xd2, 0x18, 0x27, 0xcc, 0x46, 0x0d, 0x17, 0xb6, 0x46, 0x2a, 0x9c, 0x23, 0x24, 0x2f, 0xa9, 0x0e, 0x38, 0xf0, 0x6b, 0x29, 0x40, 0x2b, 0x54, 0xb7, 0x9d, 0x72, 0x5a, 0x1a, 0xa5, 0x2e, 0x65, 0x2a, 0x3a, 0x26, 0x8e, 0x15, 0x9e, 0x67, 0xbd, 0x23, 0x8c, 0xf5, 0xa7, 0x1d, 0xc6, 0x60, 0xd1, 0x76, 0x8c, 0x31, 0x80, 0xe4, 0x5f, 0xd3, 0xbb, 0xce, 0x23, 0x19, 0xf3, 0x43, 0x17, 0x8f } }; static const struct cckprng_op_reseed op_reseed_5356 = { .hd = { .id = 5100, .kind = OP_RESEED }, .nonce = 16469077335784069149ULL, .seed_nbytes = 59, .seed = { 0x31, 0xd8, 0x45, 0xd0, 0xfc, 0x68, 0x40, 0xb4, 0xe8, 0x29, 0x0b, 0x9e, 0xd5, 0xd7, 0xb7, 0x69, 0x32, 0x63, 0x5e, 0x6e, 0xfe, 0xfe, 0x72, 0xbe, 0xeb, 0xe5, 0xee, 0xc6, 0x0a, 0x68, 0x8d, 0x20, 0xc6, 0x48, 0xa2, 0x32, 0xcc, 0xbf, 0x78, 0x23, 0x78, 0x5d, 0x64, 0xb1, 0x12, 0xd6, 0xef, 0x61, 0x54, 0x7a, 0xc5, 0xd2, 0x18, 0xc8, 0x6e, 0x28, 0x3b, 0x30, 0xad } }; static const struct cckprng_op_refresh op_refresh_5357 = { .hd = { .id = 5101, .kind = OP_REFRESH }, .rand = 3414175313076629932ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5358 = { .hd = { .id = 5102, .kind = OP_RESEED }, .nonce = 14023066958787640406ULL, .seed_nbytes = 111, .seed = { 0xb7, 0x74, 0x96, 0xd8, 0x32, 0x94, 0x6d, 0x81, 0x27, 0xd5, 0x57, 0xf4, 0xde, 0x78, 0x41, 0xa7, 0x64, 0x29, 0x00, 0x3a, 0x19, 0xa1, 0xab, 0x66, 0xfa, 0xd4, 0xb7, 0x8e, 0x41, 0xc9, 0x80, 0x17, 0xae, 0x66, 0x69, 0x5d, 0x6d, 0x65, 0x32, 0x70, 0xa9, 0x8e, 0xf1, 0xb7, 0x60, 0xf0, 0xb7, 0xbf, 0x97, 0xb2, 0x03, 0xf5, 0x27, 0xc8, 0x72, 0x08, 0x80, 0x6b, 0x51, 0x5a, 0x3b, 0xc6, 0x7f, 0x1f, 0x74, 0x5b, 0x05, 0x5f, 0x08, 0x21, 0x44, 0x93, 0xe1, 0x65, 0x79, 0x18, 0x12, 0x09, 0xdc, 0x8d, 0x6f, 0x9a, 0xa5, 0xad, 0x22, 0x67, 0xf8, 0x9b, 0xaa, 0x32, 0xf4, 0x89, 0x9f, 0x4c, 0xe1, 0xbe, 0x41, 0xc4, 0xba, 0xe2, 0x11, 0x91, 0xc3, 0x49, 0x01, 0xc8, 0xd5, 0xc3, 0xe2, 0xdb, 0x4f } }; static const struct cckprng_op_refresh op_refresh_5359 = { .hd = { .id = 5103, .kind = OP_REFRESH }, .rand = 15037579170445188086ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5360 = { .hd = { .id = 5104, .kind = OP_REFRESH }, .rand = 6593726150921678618ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5361 = { .hd = { .id = 5105, .kind = OP_REFRESH }, .rand = 2838912703965050056ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5362 = { .hd = { .id = 5106, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0xc1, 0x21, 0x5e, 0xc4, 0x32, 0x57, 0xc5, 0x56, 0x13, 0x91, 0x45, 0x98, 0x1b, 0x80, 0xb4, 0xb2, 0xe5, 0x31, 0x8d, 0x79, 0x51, 0x92, 0x72, 0x08, 0xb4, 0x68, 0x5d, 0x09, 0x18, 0x30, 0xf1, 0x1a, 0x66, 0xf0, 0x7e, 0xbc, 0xb1, 0x1c, 0x0b, 0x81, 0x14, 0x76, 0xff, 0x6e, 0x2a, 0xf0, 0x07, 0x9f, 0x53, 0x33, 0x72, 0x14, 0x7f, 0x7f, 0x6a, 0x09, 0x5e, 0x88, 0x15, 0x4b, 0xb9, 0x67, 0xed, 0x8e, 0x77, 0xaa, 0x6b, 0xf6, 0xdc, 0x61, 0xbc, 0xca, 0x4b, 0x46, 0xad, 0x30, 0xe3, 0x3e, 0x4b, 0x22, 0x20, 0x94, 0x19, 0x6f, 0xce, 0x89, 0xae, 0x85, 0x79, 0xde, 0x7a, 0x82, 0xc9, 0x4c, 0xa0, 0x6d, 0x90, 0xb1, 0x26, 0xa1, 0xab, 0x6d, 0xba, 0x71, 0x1d, 0x8e, 0x0c, 0xd1, 0x56, 0x0e, 0xca, 0xd8, 0xc0, 0x18, 0x10, 0x55, 0xbc, 0x36, 0xd0, 0x18, 0x8a, 0x03, 0x4f, 0xec, 0x02, 0x19, 0xfe, 0x68, 0xd3, 0xad, 0x79, 0xb5, 0x83, 0x2b, 0x98, 0x4e, 0xc5, 0x07, 0xaa, 0x60, 0xb4, 0x1a, 0x6a, 0x65, 0x33, 0x42, 0x5d, 0x3c, 0x2b, 0x63, 0x22, 0x15, 0x59, 0x3c, 0x46, 0xbd, 0xbf, 0x3a, 0x1b } } }; static const struct cckprng_op_refresh op_refresh_5363 = { .hd = { .id = 5107, .kind = OP_REFRESH }, .rand = 10464300401689781974ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5364 = { .hd = { .id = 5108, .kind = OP_RESEED }, .nonce = 11049255438587849086ULL, .seed_nbytes = 105, .seed = { 0x98, 0x16, 0x3c, 0x90, 0x55, 0x9e, 0x99, 0x85, 0x91, 0xac, 0xef, 0xb8, 0x44, 0x54, 0x98, 0x3d, 0xc9, 0xdf, 0xaf, 0xc4, 0xd4, 0x0a, 0x23, 0x93, 0x00, 0x6e, 0xea, 0x8c, 0x74, 0x95, 0xf8, 0xe9, 0xf4, 0x27, 0x13, 0x9e, 0x8a, 0xce, 0xcd, 0x39, 0x88, 0x78, 0x10, 0x13, 0x6c, 0x67, 0x1a, 0xf7, 0xfd, 0x81, 0xaa, 0xe6, 0xe6, 0xaf, 0xe7, 0x87, 0xcf, 0x80, 0x39, 0x0e, 0xaa, 0xf4, 0x9b, 0x21, 0x76, 0xbe, 0xa0, 0xa8, 0x65, 0x4a, 0x22, 0x81, 0x90, 0x6c, 0x37, 0x64, 0xc1, 0x00, 0xb9, 0x88, 0xdd, 0x1a, 0x52, 0xf4, 0x74, 0x14, 0xe2, 0x98, 0x34, 0x0f, 0xc8, 0x87, 0xfb, 0x41, 0x43, 0xcc, 0x24, 0xbf, 0xf5, 0x1a, 0xdf, 0xf4, 0x39, 0xb1, 0xac } }; static const struct cckprng_op_generate op_init_5365 = { .hd = { .id = 5109, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0xae, 0xca, 0x48, 0x68, 0x23, 0xc5, 0x36, 0x62, 0x8d, 0xe4, 0x73, 0xb6, 0x18, 0x2b, 0xe5, 0xb6, 0x91, 0xb9, 0xe5, 0x10, 0x38 } } }; static const struct cckprng_op_generate op_init_5366 = { .hd = { .id = 5110, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0x7f, 0x44, 0xac, 0x87, 0x20, 0xdc, 0xc5, 0x08, 0xac, 0x12, 0x60, 0xe0, 0x7c, 0x37, 0x56, 0xfa, 0xf0, 0x8d, 0x62, 0x73, 0x7f, 0xdc, 0x15, 0x14, 0xc6, 0x72, 0xc4, 0x06, 0x89, 0x87, 0x33, 0x55, 0x60, 0x54, 0xa9, 0x90, 0xe4, 0x22, 0x93, 0x37, 0x7a, 0x0c, 0xf0, 0xba, 0xda, 0x8d, 0x72, 0xa9, 0xfd, 0xcf, 0x36, 0xd2, 0xf3, 0x25, 0xfc, 0x03, 0x2c, 0x81, 0xad, 0x01, 0x05, 0x4d, 0x42, 0x88, 0xe4, 0x1f, 0xbe, 0xb3, 0x38, 0x59, 0xec, 0x1b, 0x64, 0x87, 0xfd, 0x73, 0xdf, 0xc4, 0x2e, 0x2b, 0x94, 0x55, 0x23, 0x0f, 0x04, 0x8c, 0x9b, 0x03, 0x1c, 0x9c, 0x9f, 0x9c, 0xbc, 0xee, 0x93, 0x13, 0x83, 0x98, 0xe6, 0x67, 0x45, 0x15, 0x9c, 0xc2, 0xee, 0xe3, 0x1e, 0xb7, 0x29, 0xbb, 0xb0, 0x45, 0xd2, 0x4f, 0x58, 0xe8, 0x64, 0xd4, 0x95, 0xc7, 0x82, 0x7d, 0x9e, 0x2d, 0x88, 0x1c, 0x2e, 0xbb, 0x3f, 0xde, 0x7b, 0x08, 0xd6, 0x67, 0x18, 0x93, 0xe3, 0x45, 0xa1, 0x83, 0x23, 0x61, 0x8a, 0x4e, 0xfb, 0x19, 0xaa, 0x17, 0xda, 0x5e, 0xcb, 0xd5, 0x05, 0xe7, 0xf3, 0x56, 0x75 } } }; static const struct cckprng_op_refresh op_refresh_5367 = { .hd = { .id = 5111, .kind = OP_REFRESH }, .rand = 8952281303564894698ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5368 = { .hd = { .id = 5112, .kind = OP_REFRESH }, .rand = 6204970116228901711ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5369 = { .hd = { .id = 5113, .kind = OP_RESEED }, .nonce = 6259845577269180048ULL, .seed_nbytes = 267, .seed = { 0x5f, 0x45, 0x6d, 0x41, 0x22, 0x77, 0x2c, 0x1a, 0x7a, 0x60, 0xe4, 0x9b, 0xcb, 0xc8, 0xe1, 0x4e, 0x6e, 0x0d, 0x51, 0x28, 0x9f, 0x93, 0xa1, 0x3f, 0xbe, 0xeb, 0x62, 0xca, 0x08, 0x61, 0xfe, 0xd9, 0xe2, 0xf4, 0x6e, 0xa7, 0x22, 0x83, 0xe6, 0x47, 0xea, 0x9e, 0x06, 0xc9, 0x0f, 0xe1, 0xcc, 0xff, 0x7e, 0xfb, 0xd0, 0x7a, 0x56, 0x6f, 0x6c, 0x30, 0xa0, 0x16, 0xb5, 0x41, 0xf4, 0x0b, 0x17, 0x7e, 0x46, 0x04, 0xe8, 0x3c, 0xa7, 0x3d, 0x9a, 0xb2, 0x3b, 0x9e, 0x6d, 0x30, 0x14, 0x42, 0x4e, 0xd7, 0xfb, 0x9c, 0x1f, 0xb3, 0x8b, 0x3c, 0xf4, 0x5d, 0x26, 0x08, 0xeb, 0x03, 0x5d, 0x5e, 0x73, 0x7d, 0x23, 0x23, 0xb4, 0xd1, 0xa9, 0x62, 0x37, 0x19, 0x49, 0x36, 0x68, 0x6d, 0xe7, 0x62, 0x88, 0xab, 0x8c, 0xa2, 0xd2, 0xd1, 0xf3, 0x95, 0x85, 0xd3, 0xd2, 0x33, 0xfa, 0xba, 0xcc, 0xa3, 0xf5, 0x01, 0x82, 0xec, 0x06, 0x38, 0x85, 0x0d, 0x72, 0xcb, 0xb1, 0xbc, 0x2d, 0x68, 0x71, 0x05, 0x17, 0x5d, 0xb7, 0xdf, 0xd0, 0x61, 0x3e, 0xa2, 0xce, 0x29, 0x27, 0x77, 0x2b, 0xfa, 0x31, 0x6c, 0x64, 0x28, 0x4a, 0xd5, 0x1e, 0x38, 0x68, 0x60, 0x06, 0x2e, 0xec, 0xab, 0x70, 0x92, 0xe5, 0x1c, 0xc4, 0xe4, 0x6d, 0x1b, 0x02, 0x55, 0x79, 0x59, 0x66, 0x50, 0x6b, 0x7f, 0xef, 0xd2, 0xbe, 0x60, 0xea, 0xa1, 0xca, 0x94, 0xbc, 0x61, 0x43, 0x00, 0xa3, 0x18, 0x95, 0x4d, 0xad, 0x14, 0xfe, 0x90, 0x89, 0x4f, 0x63, 0x0b, 0x35, 0xfb, 0xc8, 0xe0, 0xc6, 0xbc, 0x0e, 0x5f, 0x0a, 0xf1, 0xe2, 0x2b, 0x22, 0xf3, 0xf6, 0xc2, 0x9b, 0x95, 0xf7, 0xa4, 0x4e, 0x55, 0xc6, 0x79, 0x0f, 0x00, 0xa5, 0xcd, 0xf1, 0xb5, 0x1f, 0x74, 0x10, 0xae, 0x7a, 0x5e, 0xb4, 0x0a, 0xcd, 0xee, 0x6c, 0x92, 0x41, 0x34, 0x2c, 0x64, 0xd7, 0x4f, 0x21, 0x86, 0xb1, 0x22, 0x46, 0x5b, 0xa2, 0x40, 0xbc } }; static const struct cckprng_op_refresh op_refresh_5370 = { .hd = { .id = 5114, .kind = OP_REFRESH }, .rand = 14474336959872998936ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5371 = { .hd = { .id = 5115, .kind = OP_RESEED }, .nonce = 14496846006667730543ULL, .seed_nbytes = 68, .seed = { 0xcb, 0x0b, 0xa4, 0xe3, 0xea, 0x8b, 0xb5, 0x0d, 0x5a, 0xa3, 0xe2, 0x9c, 0x52, 0x27, 0x97, 0xd4, 0xc8, 0x64, 0x2b, 0x35, 0xb6, 0x31, 0x1c, 0x66, 0x69, 0x4d, 0x00, 0xa7, 0xda, 0xf9, 0xe3, 0x7d, 0xcc, 0x8c, 0x1f, 0xd0, 0xc5, 0x4d, 0xf0, 0x26, 0xfd, 0x01, 0xfe, 0xed, 0xcb, 0x7d, 0x3a, 0x08, 0x38, 0xb5, 0x50, 0xbe, 0xea, 0x2f, 0xb2, 0x34, 0x4a, 0xbc, 0x80, 0xf9, 0xf2, 0x83, 0xd3, 0xfa, 0x05, 0x81, 0xee, 0x75 } }; static const struct cckprng_op_generate op_init_5372 = { .hd = { .id = 5116, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x70, 0xe1, 0xf2, 0xc6, 0x95, 0xa9, 0xc7, 0xb2, 0xe2, 0xfb, 0x99, 0x83, 0x88, 0x35, 0x42, 0x55, 0x15, 0x37, 0xb3, 0x8f, 0x2c, 0xf3, 0xd8, 0x60, 0x8f, 0xa5, 0x07, 0x53, 0x26, 0x04, 0x26, 0x4a, 0x51, 0xa4, 0xc9, 0x1b, 0xa2, 0x50, 0xc3, 0x2e, 0xaf, 0x36, 0x5b, 0x9c, 0xf7, 0x3a, 0x72, 0x4a, 0xe6, 0x65, 0xbc, 0x63, 0xa8, 0xad, 0x31, 0xce, 0x72, 0x5e, 0x0b, 0x76, 0xc5, 0xac, 0x21, 0x3f, 0x7a, 0x30, 0xf6, 0xd4, 0xa5, 0x3b, 0xf3, 0x76, 0x1e, 0xe7, 0x73, 0x83, 0xb3, 0x07, 0xaa, 0xf7, 0xb5, 0xc9, 0x04, 0xbe, 0x48, 0x60, 0xa3, 0x49, 0x02, 0xaf, 0xbc, 0xfa, 0x46, 0x36, 0xf6, 0x34, 0x97, 0xe0, 0xc3, 0xf9 } } }; static const struct cckprng_op_generate op_init_5373 = { .hd = { .id = 5117, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0xf7, 0x6a, 0xdc, 0x6b, 0xd0, 0xf2, 0x4a, 0x8d, 0xf9, 0xe3, 0xf2, 0xa9, 0xb3, 0x79, 0x4b, 0xe9, 0x16, 0xdb, 0x8a, 0xf7, 0x4f, 0xc6, 0x20, 0x92, 0x88, 0xa1, 0x33, 0x22, 0xf2, 0xa1, 0x03, 0xca, 0xf0, 0xe3, 0x95, 0x0d, 0x1a, 0x23, 0xeb, 0xd0, 0x9a, 0x39, 0xad, 0xc4, 0xa6, 0x7d, 0x63, 0xfa, 0xa6, 0xbb, 0xb0, 0xbd, 0x67, 0x24, 0x99, 0x6c, 0x22, 0x14, 0xc8, 0xc3, 0x3e, 0x31, 0x14, 0xb0, 0x46, 0x18, 0x4f, 0xe1, 0x11, 0xa1, 0x1b, 0x6a, 0xc7, 0x60, 0xbc, 0x56, 0x1a, 0xc6, 0xc9, 0x67, 0x00, 0x02, 0x8a, 0x83, 0x5d, 0x7c, 0xb1, 0x17, 0xf9, 0x39, 0xa0, 0x53, 0x51, 0x80, 0xd8, 0x4b, 0x7b, 0xac, 0x1a, 0x62 } } }; static const struct cckprng_op_refresh op_refresh_5374 = { .hd = { .id = 5118, .kind = OP_REFRESH }, .rand = 11530150523499677125ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5375 = { .hd = { .id = 5119, .kind = OP_GENERATE }, .rand_nbytes = 251, .out = { .rand = { 0xee, 0x4a, 0x20, 0x3d, 0xc5, 0x82, 0x9f, 0xc1, 0xf5, 0x42, 0x8e, 0x3d, 0x72, 0xf6, 0xcf, 0x80, 0x46, 0xe5, 0xc6, 0x3e, 0x8c, 0x87, 0x8e, 0x76, 0x18, 0x69, 0x1a, 0x93, 0xa3, 0x60, 0xb2, 0xfc, 0x5b, 0x09, 0x42, 0xf7, 0xa7, 0x66, 0x26, 0x97, 0x30, 0xbe, 0xde, 0xd6, 0x06, 0x5f, 0x83, 0x64, 0x26, 0x3d, 0x16, 0x19, 0x62, 0x26, 0xb2, 0xbf, 0x70, 0xf4, 0x31, 0x16, 0x80, 0x35, 0x84, 0x7a, 0x9d, 0xf3, 0x69, 0x44, 0x37, 0x5e, 0x25, 0x58, 0x69, 0x28, 0xf0, 0xb7, 0x81, 0xbd, 0xd2, 0x08, 0x15, 0xc6, 0x4a, 0x1e, 0x9c, 0x36, 0x7d, 0x82, 0x44, 0xdd, 0xe7, 0x22, 0x9f, 0x28, 0x6b, 0xa8, 0x78, 0xd3, 0x30, 0x18, 0x01, 0xf7, 0xda, 0x0e, 0x2a, 0xbf, 0xd2, 0x24, 0x1c, 0x84, 0x67, 0x7f, 0x93, 0x1c, 0xbb, 0xa8, 0xa4, 0x47, 0xaa, 0x97, 0xd5, 0xc1, 0x36, 0xef, 0xc2, 0x3f, 0x1f, 0x04, 0x55, 0x7e, 0x8a, 0xcc, 0x19, 0x9a, 0x8b, 0x64, 0xb1, 0xb7, 0x83, 0x32, 0x47, 0xa4, 0xe5, 0xa9, 0x66, 0x63, 0x36, 0x3d, 0x6b, 0xca, 0x80, 0xab, 0x3b, 0xfa, 0x8b, 0x68, 0x34, 0xea, 0x6d, 0x3d, 0x46, 0xc6, 0x6c, 0x90, 0x3b, 0xe8, 0xdc, 0x3f, 0x69, 0xe2, 0xd5, 0xea, 0xe1, 0x99, 0x2c, 0x9d, 0xb7, 0x6c, 0x74, 0x8c, 0x31, 0x5c, 0xf7, 0xdd, 0x84, 0x55, 0xf2, 0xd6, 0xef, 0x3d, 0xcc, 0xa4, 0x9b, 0x84, 0x28, 0xd8, 0x16, 0x8a, 0xfa, 0xf4, 0xf7, 0xc2, 0x9a, 0x9d, 0x9f, 0x26, 0x84, 0x4a, 0x13, 0xd5, 0x9c, 0x67, 0xcb, 0x96, 0xc1, 0x57, 0x08, 0xba, 0xa3, 0x48, 0xa9, 0x0b, 0xfa, 0xf9, 0x15, 0x57, 0x27, 0x3a, 0x6f, 0x7e, 0x9e, 0xf9, 0xe1, 0x78, 0x84, 0xab, 0xd2, 0x39, 0x8c, 0xe8, 0xb9, 0x06, 0x3f, 0xc4, 0x36, 0x5e, 0xf2, 0x5a, 0x65, 0xc7, 0x1a } } }; static const struct cckprng_op_refresh op_refresh_5376 = { .hd = { .id = 5120, .kind = OP_REFRESH }, .rand = 5683808028338953639ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5377 = { .hd = { .id = 5121, .kind = OP_REFRESH }, .rand = 5876896871691974397ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5378 = { .hd = { .id = 5122, .kind = OP_REFRESH }, .rand = 3147603490575906007ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5379 = { .hd = { .id = 5123, .kind = OP_RESEED }, .nonce = 3787260054383960826ULL, .seed_nbytes = 42, .seed = { 0x9a, 0x05, 0x7c, 0x0d, 0x43, 0xce, 0xf1, 0x9c, 0x81, 0x12, 0xe8, 0x46, 0x3e, 0x2a, 0xe9, 0x9c, 0x7d, 0x8e, 0xe6, 0xdd, 0x04, 0x82, 0xf0, 0xdb, 0x95, 0x8c, 0x5f, 0x46, 0xf2, 0x54, 0x5b, 0xc8, 0x63, 0x96, 0x1f, 0xc3, 0x05, 0x95, 0xcb, 0xcb, 0xf7, 0x7c } }; static const struct cckprng_op_generate op_init_5380 = { .hd = { .id = 5124, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0x33, 0x96, 0x7e, 0xf4, 0xbb, 0xe4, 0x6b, 0xfc, 0xce, 0x1a, 0xc4, 0x86, 0xf1, 0x79, 0x39, 0x84, 0x58, 0x93, 0xca, 0xc7, 0xab, 0x23, 0xb4, 0xc0, 0xdf, 0x91, 0xc2, 0xfa, 0x65, 0x4c, 0xe7, 0x7f, 0x80, 0x70, 0x7b, 0x9b, 0xfb, 0x6f, 0x61, 0x54, 0x8c, 0xa7, 0x11, 0xc7, 0x7a, 0xdc, 0x2e, 0x3c, 0x27, 0x93, 0xb4, 0x03, 0x26, 0x41, 0x15, 0xb1, 0x8d, 0xf8, 0x2d, 0xa1, 0xa6, 0xdb, 0xd6, 0x24, 0xd1, 0x23, 0x2b, 0xd6, 0xd9, 0xb1, 0xe8, 0x91, 0xc0, 0x70, 0x8d, 0xa5, 0xf4, 0xc0, 0xfc, 0x83, 0x73, 0xd0, 0x96, 0x46, 0x99, 0x59, 0x37, 0xf1, 0x47, 0xe7, 0xba, 0x26, 0x5a, 0xfa, 0x04, 0x6f, 0xf6, 0x30, 0x6c, 0x93, 0x52, 0x1a, 0x54, 0x5c, 0xf8, 0xa1, 0x18, 0xb4, 0x3e, 0x04, 0xa3, 0x31, 0x5a, 0xdd, 0x9a, 0xbd, 0xf2, 0x03, 0x97, 0xb8, 0x2b, 0x07, 0x47, 0x95, 0x2f, 0x00, 0x2d, 0x16, 0x6e, 0xd6, 0x15, 0x57, 0x48, 0x05, 0xc2, 0x67, 0x29, 0x1e, 0x66, 0x86, 0xed, 0xfe, 0x80, 0x6e, 0x39, 0x60, 0x59, 0x15, 0xe1, 0x25, 0x9d, 0x2d, 0x61, 0xf5, 0xe3, 0x19, 0x96, 0x89, 0xb7, 0xa9, 0x39, 0x06, 0x70, 0x71, 0x9a, 0xfd, 0x7d, 0xf9, 0xd3, 0x7e, 0x57, 0x96 } } }; static const struct cckprng_op_generate op_init_5381 = { .hd = { .id = 5125, .kind = OP_GENERATE }, .rand_nbytes = 245, .out = { .rand = { 0xa3, 0xb0, 0x41, 0x6c, 0x39, 0x91, 0xa7, 0xad, 0x20, 0xd2, 0x14, 0x05, 0xba, 0x93, 0xe6, 0x04, 0x7b, 0x31, 0xb7, 0xc9, 0xa9, 0x40, 0x80, 0xce, 0xe0, 0xf3, 0x07, 0x0d, 0xa6, 0xc7, 0x95, 0xe2, 0x7e, 0x3a, 0x7b, 0x8a, 0xef, 0x4a, 0x2b, 0xf7, 0x02, 0xe0, 0x86, 0x73, 0x1b, 0xf1, 0x9d, 0xf2, 0xc2, 0x09, 0xe2, 0x8f, 0x1e, 0x6b, 0xe8, 0xba, 0x46, 0x6c, 0xc9, 0xe0, 0x40, 0xb9, 0x95, 0x33, 0x95, 0x3b, 0x85, 0x22, 0x1f, 0xcc, 0xee, 0xc2, 0x97, 0x0f, 0x7b, 0xdb, 0x6e, 0x4d, 0x90, 0x5f, 0xab, 0x79, 0x8a, 0xd0, 0x08, 0xb7, 0x7a, 0x97, 0x9e, 0xc6, 0x37, 0xea, 0xb0, 0x9b, 0x2d, 0xa3, 0x89, 0xf6, 0x7a, 0x58, 0xd1, 0xfa, 0x9e, 0x4e, 0x4b, 0x7c, 0xdb, 0xf3, 0x88, 0x12, 0xe3, 0x91, 0x14, 0x33, 0xd9, 0x9e, 0x5e, 0x0a, 0x7c, 0x2c, 0x25, 0xb7, 0xbe, 0xfd, 0x12, 0x54, 0x73, 0x65, 0xd9, 0x4d, 0x10, 0xf4, 0x02, 0x1c, 0x4c, 0xba, 0xd2, 0x46, 0xa0, 0xa8, 0xfa, 0x83, 0x60, 0x99, 0x6a, 0xf0, 0x2e, 0xd5, 0x79, 0xcc, 0x07, 0x7e, 0x8a, 0x2b, 0x9e, 0x5e, 0x6d, 0x15, 0x22, 0x28, 0xeb, 0x59, 0xba, 0xdc, 0x11, 0xb1, 0x79, 0x8a, 0xf2, 0x2a, 0x9b, 0xb2, 0x38, 0x65, 0x0c, 0x5c, 0x3a, 0xb5, 0x67, 0x2c, 0xbc, 0x7d, 0x9e, 0x20, 0x31, 0x1f, 0xf9, 0xf2, 0x0b, 0xe4, 0x63, 0xc4, 0x2e, 0x7f, 0xbe, 0x1b, 0xec, 0xe0, 0x46, 0x43, 0x55, 0xc0, 0x28, 0x5f, 0xea, 0x63, 0x52, 0x82, 0x4c, 0x37, 0xdb, 0xe1, 0x73, 0x41, 0xe7, 0xcb, 0x78, 0xf2, 0x32, 0xae, 0x94, 0x68, 0xd8, 0x95, 0x43, 0x96, 0x51, 0xf6, 0x03, 0xc5, 0x32, 0x72, 0x3f, 0xf4, 0xfa, 0x20, 0xb7, 0x8b, 0xe7, 0x1a, 0x06, 0x99, 0x68, 0xb6, 0x5c } } }; static const struct cckprng_op_refresh op_refresh_5382 = { .hd = { .id = 5126, .kind = OP_REFRESH }, .rand = 4538797279492692664ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5383 = { .hd = { .id = 5127, .kind = OP_REFRESH }, .rand = 5889617819101546014ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5384 = { .hd = { .id = 5128, .kind = OP_GENERATE }, .rand_nbytes = 184, .out = { .rand = { 0x2c, 0x68, 0x5c, 0x30, 0x61, 0x8a, 0x90, 0x23, 0x10, 0xda, 0x72, 0x76, 0x05, 0x0c, 0x8a, 0xda, 0x6a, 0xc7, 0x91, 0xb9, 0x78, 0x5c, 0x6a, 0x6e, 0x01, 0x19, 0x72, 0xe5, 0x04, 0xc9, 0x2f, 0xe0, 0x56, 0xd4, 0xfa, 0x3a, 0xbd, 0x8e, 0x1b, 0x95, 0x55, 0x12, 0x28, 0x0d, 0xe4, 0x58, 0x64, 0xad, 0x9c, 0xb8, 0xaa, 0x64, 0xb0, 0x39, 0x71, 0x18, 0x65, 0xf3, 0x8c, 0xe3, 0xb3, 0x78, 0xda, 0xb5, 0x6f, 0xe7, 0x74, 0x92, 0x81, 0x53, 0xc6, 0xb7, 0x9f, 0x22, 0x81, 0x4a, 0x91, 0xda, 0x1b, 0xdb, 0xc4, 0x5d, 0x0c, 0x75, 0xea, 0x9a, 0x46, 0xff, 0x95, 0xf7, 0xfc, 0x94, 0x31, 0xbd, 0x05, 0x8c, 0xb4, 0x3b, 0x64, 0xcd, 0x75, 0x4c, 0xf3, 0x8e, 0x9a, 0x47, 0x47, 0xed, 0xbf, 0x4b, 0x8f, 0x8a, 0x32, 0x63, 0x62, 0xd5, 0x8d, 0x92, 0x85, 0x45, 0x9a, 0xfa, 0x44, 0xe6, 0xad, 0x60, 0x45, 0x84, 0x01, 0x46, 0x8f, 0xdd, 0xcf, 0xda, 0xbd, 0x83, 0x09, 0x24, 0x7b, 0xb9, 0xc1, 0x74, 0x8e, 0xa1, 0xc8, 0x6f, 0x7e, 0x32, 0x79, 0xaa, 0x46, 0x6f, 0x14, 0xae, 0x99, 0xb2, 0x67, 0x05, 0x8a, 0x73, 0xc0, 0x94, 0x93, 0x4e, 0x1e, 0xd9, 0xbe, 0x41, 0x89, 0xcf, 0xe5, 0xe2, 0xb4, 0xfa, 0x84, 0x23, 0xc7, 0x87, 0x73, 0x89, 0x39, 0x86, 0xc5, 0xd3 } } }; static const struct cckprng_op_refresh op_refresh_5385 = { .hd = { .id = 5129, .kind = OP_REFRESH }, .rand = 7844719040106296999ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5386 = { .hd = { .id = 5130, .kind = OP_RESEED }, .nonce = 18207064234006370815ULL, .seed_nbytes = 41, .seed = { 0xe1, 0xea, 0x88, 0x67, 0xdd, 0x02, 0x88, 0xe0, 0x36, 0xaf, 0x1f, 0x79, 0xb3, 0x15, 0xc1, 0x4d, 0x18, 0x9d, 0xd6, 0xcb, 0xeb, 0x38, 0xa5, 0x95, 0x9a, 0x39, 0x85, 0x27, 0xf1, 0x82, 0x82, 0xed, 0x51, 0xeb, 0x93, 0xaa, 0x9d, 0xe1, 0xae, 0x19, 0xee } }; static const struct cckprng_op_generate op_init_5387 = { .hd = { .id = 5131, .kind = OP_GENERATE }, .rand_nbytes = 283, .out = { .rand = { 0xae, 0x52, 0xd2, 0xed, 0x8e, 0xac, 0xca, 0xa5, 0x1a, 0xb3, 0x5d, 0xa7, 0x38, 0xb4, 0xed, 0xe4, 0x2c, 0xfe, 0x80, 0x33, 0xc7, 0x7c, 0x3b, 0x7d, 0x65, 0x8b, 0xe4, 0xa8, 0xe8, 0x32, 0xd2, 0x3b, 0xad, 0xf8, 0x89, 0x3d, 0xad, 0x26, 0x06, 0x69, 0x17, 0x99, 0xeb, 0x88, 0xef, 0xf1, 0x98, 0x9a, 0x13, 0x0d, 0x32, 0x5d, 0x93, 0x85, 0x84, 0xb3, 0x2d, 0x2c, 0x2a, 0x17, 0xc2, 0x87, 0x1f, 0x4f, 0x57, 0xa7, 0xd1, 0xef, 0xc0, 0x5b, 0x9e, 0x7c, 0x8f, 0x97, 0xfc, 0xda, 0xfe, 0x61, 0x57, 0xb5, 0xf4, 0xc7, 0xe5, 0x26, 0x8f, 0xe3, 0x7b, 0x06, 0x62, 0xdd, 0x06, 0x9a, 0xdc, 0x2b, 0xa2, 0xf8, 0x0f, 0xd1, 0x05, 0x5c, 0x69, 0x7c, 0x89, 0x54, 0xb9, 0x27, 0x4d, 0x17, 0x17, 0xfa, 0x6d, 0xc1, 0x5e, 0xfa, 0x78, 0xd4, 0x3b, 0x5d, 0x47, 0x2f, 0x8f, 0x2f, 0xda, 0xee, 0x9b, 0x40, 0x21, 0xff, 0xda, 0x45, 0x98, 0x27, 0xff, 0xbd, 0x0a, 0x1f, 0x76, 0xc3, 0xe6, 0xf0, 0x05, 0x30, 0x1a, 0x2b, 0xef, 0xb1, 0x4f, 0x48, 0xf2, 0x00, 0x64, 0x69, 0xd2, 0xc5, 0x2a, 0x58, 0xc9, 0x2c, 0xa1, 0x7b, 0x51, 0x88, 0x01, 0x14, 0xaf, 0x53, 0x4b, 0xef, 0xad, 0x7c, 0xd3, 0xa0, 0xb6, 0xf8, 0xbd, 0x32, 0x74, 0xa1, 0x03, 0x63, 0x82, 0xb1, 0x6b, 0x8d, 0xba, 0x64, 0xf0, 0x1c, 0x4f, 0x3a, 0x7d, 0xec, 0xa1, 0x1c, 0x74, 0x65, 0x6d, 0x76, 0x6b, 0x51, 0xfb, 0xa1, 0x4e, 0xd1, 0x5c, 0xa6, 0x0f, 0xc9, 0x61, 0xd3, 0x64, 0x4c, 0x7e, 0xff, 0x2f, 0xdb, 0x0b, 0x5a, 0x7f, 0x31, 0x5f, 0xd1, 0x24, 0x81, 0x19, 0xa4, 0x5b, 0x6e, 0x82, 0x40, 0x8c, 0x78, 0x83, 0x71, 0xce, 0x3b, 0xd1, 0x71, 0x85, 0x30, 0xdd, 0xa8, 0xa2, 0xc1, 0x7a, 0xf2, 0x85, 0xba, 0x2c, 0xcb, 0xd6, 0x80, 0x98, 0x0e, 0x0b, 0xb6, 0x80, 0x89, 0xa4, 0x3d, 0x92, 0x29, 0xc3, 0x48, 0x16, 0x10, 0x53, 0x8c, 0x85, 0xcf, 0xc9, 0x3d, 0x22, 0x0e, 0x64, 0x95, 0x3e, 0x52, 0x16, 0x66, 0x98, 0x5a, 0x64 } } }; static const struct cckprng_op_generate op_init_5388 = { .hd = { .id = 5132, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0x6b, 0xff, 0xc1, 0x64, 0x43, 0x0b, 0x00, 0x9e, 0xeb, 0x1d, 0xd2, 0xbd, 0xe3, 0x75, 0x5f, 0x0c, 0x4f, 0xaa, 0xeb, 0x80, 0xd6, 0x33, 0x28, 0x91, 0x6d, 0x72, 0xc0, 0x38, 0x7c, 0xe4, 0x4b, 0x7f, 0xff, 0x46, 0xda, 0xb6, 0xa4, 0x86, 0x0a, 0xe4, 0x6b, 0x89, 0x43, 0x3e, 0xb4, 0x1b, 0x0d, 0xc3, 0x8e, 0x7b, 0x10, 0xc6, 0xc0, 0xd2, 0x6a, 0x85, 0x3c, 0x1b, 0x94, 0x8b, 0x86, 0xab, 0x7b, 0xd9, 0x5f, 0x0e, 0x2d, 0x83, 0xef, 0x6a, 0x9d, 0xae, 0xb7, 0x35, 0xe8, 0xa1, 0x62, 0x07, 0xbb, 0x36, 0xb6, 0x98, 0x05, 0xe1, 0x4f, 0x75, 0xe0, 0xfe, 0x87, 0x6c, 0x44, 0x54, 0xc6, 0x41, 0x5d, 0x38, 0x5e, 0x9b, 0xa9, 0xa8, 0x26, 0x68, 0x2d, 0x00, 0x72, 0x54, 0x3f, 0xbc, 0x51, 0xcb, 0x99, 0x2e, 0x5c, 0xf3, 0xbd, 0x46, 0x56, 0xf8, 0x3e, 0x11, 0xa4, 0x76, 0x8d, 0x25, 0x5c, 0x77, 0x41, 0x13, 0xf2, 0x54, 0xe2, 0xf5, 0xb3, 0xc8, 0x09, 0x97, 0x72, 0x87, 0x36, 0x6e, 0x07, 0x11, 0xd1, 0x1c, 0xe6, 0x40, 0xc3, 0xad, 0xb8 } } }; static const struct cckprng_op_generate op_init_5389 = { .hd = { .id = 5133, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0x1f, 0x7d, 0xf1, 0xc0, 0xad, 0x90, 0x12, 0x4e, 0x52, 0xe5, 0x76, 0x8f, 0x06, 0xa1, 0xa1, 0xcd, 0xad, 0x81, 0x5f, 0xe9, 0x42, 0xa6, 0xbe, 0x0d, 0xbe, 0xe0, 0x16, 0xfd, 0x85, 0x0d, 0x09, 0xf5, 0x42, 0xea, 0xbc, 0x67, 0x91, 0x08, 0xcf, 0xea, 0x80, 0x77, 0x2a, 0x5c, 0xa7, 0xa3, 0x04, 0x05, 0x1d, 0xec, 0x6a, 0x0b, 0xd5, 0x81, 0x10, 0x5f, 0x92, 0xd4, 0x63, 0x73, 0xf5, 0x75, 0xab, 0xb5, 0xdb, 0xe9, 0x96, 0x32, 0x17, 0xf3, 0xfa, 0xe7, 0x69, 0xc7, 0x1a, 0xe7, 0x7d, 0xc0, 0xef, 0xd7, 0x09, 0x85, 0x52, 0x91, 0x49, 0xe0, 0x57, 0x1a, 0x44, 0xc4, 0x76, 0x02, 0xf9, 0xf9, 0xb9, 0x5e, 0xa7, 0x05, 0xf4, 0x41, 0xd2, 0x2d, 0x81, 0x90, 0x81, 0x53, 0xd1, 0xaa, 0x93, 0x35, 0xb7, 0x5b, 0xba, 0xc9, 0x1c, 0xd3, 0x6e, 0x5c, 0xd5, 0x3b, 0x3c, 0x0a, 0x06, 0xf0, 0x90, 0x8e } } }; static const struct cckprng_op_generate op_init_5390 = { .hd = { .id = 5134, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0xb1, 0x7c, 0x48, 0x09, 0xe3, 0xd6, 0x72, 0xda, 0xbf, 0x1e, 0xbf, 0x7e, 0x60, 0x74, 0xf0, 0xc2, 0x22, 0x9d, 0xff, 0x43, 0x70, 0x3e, 0xb9, 0x9b, 0x4f, 0x23, 0x11, 0x30, 0x94, 0x66, 0x9d, 0x00, 0x4d, 0xc1, 0x0c, 0x7a, 0x7b, 0x93, 0x1b, 0x67, 0x11, 0x2e, 0x14, 0x92, 0x70, 0x42, 0xdd, 0x00, 0x7f, 0x72, 0xa5, 0xb2, 0xec, 0xa5, 0x8a, 0x46, 0xfb, 0xc3, 0x37, 0x1a, 0xfe, 0x55, 0x01, 0x8b, 0x65, 0xe1, 0x2c, 0x07, 0x59, 0x2c, 0x00, 0x3f, 0x4d, 0x0e, 0xe0, 0xa2, 0x9e, 0xb6, 0xce, 0xf8, 0x03, 0xb4, 0xf2, 0xa9, 0xa4, 0xd7, 0x11, 0x9a, 0x81, 0xe7, 0x57, 0xec, 0x0d, 0x16, 0x68, 0x2e, 0xbf, 0xb7, 0x2e, 0x77 } } }; static const struct cckprng_op_generate op_init_5391 = { .hd = { .id = 5135, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0xad, 0x5b, 0xb0, 0xee, 0xa7, 0x47, 0x2c, 0x4a, 0xfe, 0x6b, 0x73, 0x73, 0xf2, 0x76, 0x49, 0x10, 0x02, 0xe8, 0xf7, 0x67, 0x2c, 0x3b, 0x71, 0xa3, 0x12, 0xe5, 0xb7, 0x5b, 0x60, 0xa6, 0x00, 0x14, 0xb4, 0x35, 0xa1, 0x40, 0x1f, 0x78, 0x13, 0x8a, 0x66, 0x82, 0x7f, 0xcb, 0x61, 0xae, 0x03, 0x63, 0xc8, 0xbc, 0x12, 0x9a, 0x3e, 0xac, 0xc3, 0xb5, 0xd1, 0x93, 0xe1, 0xd4, 0xbe, 0x78, 0x74, 0xc3, 0x20, 0x30, 0xaf, 0xcc, 0xe6, 0x99, 0x3f, 0xb8, 0xbe, 0x3b, 0xae, 0xb2, 0x1f, 0xb0, 0x36, 0x33, 0x7b, 0x13, 0x99, 0xad, 0x3a, 0xcc, 0xac, 0xc2, 0xc0, 0xb1, 0xe4, 0xd5, 0xd8, 0x43, 0x7b, 0x9f, 0xdd, 0x87, 0xd1, 0x29, 0xcd, 0x17, 0x5d, 0xbf, 0xbe, 0x34, 0x45, 0x5d, 0xfa, 0xaf, 0x54, 0x0a, 0xf8 } } }; static const struct cckprng_op_reseed op_reseed_5392 = { .hd = { .id = 5136, .kind = OP_RESEED }, .nonce = 222558750611093231ULL, .seed_nbytes = 46, .seed = { 0x49, 0x2b, 0x74, 0x84, 0x44, 0x0f, 0x53, 0x23, 0xc6, 0x26, 0x63, 0x7e, 0xc2, 0xd3, 0xe3, 0xc8, 0x90, 0x37, 0x35, 0x3f, 0xbb, 0x3e, 0xce, 0x2f, 0xa2, 0x6e, 0x6c, 0xdb, 0xbd, 0x4a, 0x19, 0x27, 0x11, 0xd2, 0xbd, 0xdd, 0x8a, 0x71, 0x9d, 0x03, 0x1a, 0xf3, 0x74, 0xe8, 0x66, 0x78 } }; static const struct cckprng_op_generate op_init_5393 = { .hd = { .id = 5137, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0xd6, 0x19, 0x4d, 0xe4, 0x4a, 0xc7, 0x56, 0x4c, 0x70, 0x7c, 0x58, 0xa2, 0x0f, 0x27, 0xf1, 0xb9, 0x57, 0x3f, 0xed, 0x36, 0x0a } } }; static const struct cckprng_op_reseed op_reseed_5394 = { .hd = { .id = 5138, .kind = OP_RESEED }, .nonce = 12832641253647772658ULL, .seed_nbytes = 212, .seed = { 0xb2, 0x82, 0x10, 0x76, 0xc5, 0xaa, 0x2b, 0xa7, 0x92, 0xa0, 0xd6, 0x6b, 0xf3, 0xdd, 0x58, 0x25, 0x46, 0x5e, 0x1a, 0xb9, 0x44, 0x16, 0x11, 0x0c, 0xe5, 0x01, 0x72, 0x14, 0xad, 0xdf, 0xe4, 0x21, 0xd7, 0xb5, 0x45, 0x7c, 0x76, 0x8c, 0x89, 0x2e, 0x35, 0x36, 0x6e, 0x42, 0xb9, 0x35, 0x50, 0x54, 0x40, 0xe1, 0xdd, 0xf1, 0x2d, 0x9c, 0x18, 0x9f, 0x6a, 0xf5, 0x53, 0x1c, 0x42, 0xfb, 0x3f, 0x20, 0x1e, 0x3d, 0xf6, 0xae, 0x59, 0xfc, 0xde, 0x5e, 0x5a, 0xd2, 0xb1, 0x1c, 0xbe, 0xf5, 0x1c, 0xa6, 0xe6, 0xd5, 0x9d, 0x2f, 0x50, 0xa1, 0x54, 0x19, 0x7a, 0xf7, 0x1f, 0x84, 0x25, 0x13, 0xa0, 0xb6, 0x32, 0xd7, 0x4e, 0x0d, 0x54, 0xf2, 0xa3, 0xef, 0x7d, 0xfb, 0x26, 0xef, 0x28, 0x7a, 0x5e, 0xfb, 0xd4, 0xa4, 0xb8, 0xde, 0xb5, 0x1b, 0x80, 0xca, 0x36, 0x3d, 0xd5, 0xcd, 0xa2, 0xbf, 0xc0, 0xc9, 0x69, 0x6a, 0x03, 0x04, 0x86, 0x82, 0x8e, 0x33, 0x60, 0xdb, 0x73, 0x14, 0x0d, 0x9d, 0x69, 0x6f, 0x23, 0x35, 0xe2, 0xc1, 0xae, 0x1f, 0x81, 0xe7, 0x8c, 0xe1, 0xff, 0x1a, 0xac, 0xe8, 0x4d, 0xf1, 0xea, 0x9c, 0x9a, 0xc1, 0x7f, 0x4c, 0xf9, 0xdb, 0x91, 0xf3, 0x81, 0xaa, 0x23, 0x0e, 0x35, 0x6c, 0xa4, 0x2d, 0x4e, 0xa6, 0x78, 0x13, 0x7b, 0xf8, 0xb9, 0xda, 0x39, 0x88, 0x70, 0x02, 0xd8, 0xe1, 0xe7, 0x00, 0x24, 0xce, 0x88, 0x43, 0x30, 0xc1, 0xd3, 0x3c, 0xc7, 0x67, 0x25, 0x99, 0x58, 0x24, 0x16, 0xb6, 0x5d, 0x9c } }; static const struct cckprng_op_reseed op_reseed_5395 = { .hd = { .id = 5139, .kind = OP_RESEED }, .nonce = 15037341520464729559ULL, .seed_nbytes = 209, .seed = { 0x39, 0x22, 0xce, 0x3b, 0x17, 0x59, 0x42, 0xb0, 0xd0, 0x45, 0xb0, 0x42, 0x88, 0xd3, 0xb4, 0x3b, 0x04, 0x0d, 0xfe, 0x49, 0x72, 0xe3, 0x41, 0x9d, 0xd0, 0xf0, 0x8d, 0xcc, 0x34, 0x40, 0x19, 0x0f, 0xf5, 0xbd, 0x50, 0x94, 0xf9, 0x5e, 0x74, 0x11, 0x5e, 0x8e, 0x6a, 0xd0, 0x00, 0x63, 0xf1, 0xce, 0xc1, 0x90, 0x65, 0xb8, 0x9c, 0x10, 0x7a, 0x72, 0x27, 0x44, 0x8e, 0x4b, 0xc0, 0xed, 0xc3, 0x8d, 0x8c, 0x09, 0xd7, 0xd7, 0x1d, 0x25, 0x46, 0x06, 0x66, 0x23, 0x6e, 0x21, 0xfd, 0xb2, 0xa8, 0x32, 0x11, 0x28, 0x52, 0xce, 0xe6, 0x72, 0x6e, 0x86, 0x43, 0xd8, 0xe5, 0xbc, 0x49, 0x8c, 0xac, 0x0d, 0x0a, 0xad, 0x37, 0xbf, 0x77, 0x47, 0xdb, 0x84, 0x13, 0x9f, 0x8b, 0x07, 0x93, 0x19, 0x4f, 0x3e, 0xc4, 0x62, 0xbb, 0x19, 0x74, 0x6c, 0xe7, 0x30, 0xee, 0x0e, 0x37, 0x84, 0x7b, 0x3a, 0x63, 0x6a, 0xb2, 0xcc, 0x86, 0x5a, 0xe1, 0xff, 0x48, 0x5b, 0x49, 0x0c, 0x50, 0x90, 0xa9, 0xe4, 0x27, 0x6d, 0xc8, 0xe1, 0xe4, 0x50, 0x1e, 0x82, 0xcd, 0xf9, 0xed, 0x4b, 0xbe, 0x8a, 0x20, 0x0d, 0xd5, 0xb2, 0xb5, 0xa5, 0x1b, 0xda, 0x7f, 0x2d, 0x74, 0x37, 0x33, 0x6c, 0x17, 0x91, 0xef, 0xc2, 0x37, 0xff, 0x45, 0xd8, 0x1a, 0xd6, 0xdf, 0x0b, 0xf2, 0xb8, 0x3a, 0xc2, 0x47, 0xd6, 0x61, 0x8f, 0xb6, 0x8b, 0x47, 0xf2, 0x79, 0x23, 0x21, 0xd6, 0xfa, 0x11, 0x03, 0x4c, 0xe5, 0x0b, 0x03, 0xdb, 0x67, 0xea, 0x4d } }; static const struct cckprng_op_generate op_init_5396 = { .hd = { .id = 5140, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0x67, 0xb2, 0x1a, 0xdc, 0x0e, 0x14, 0x00, 0x92, 0xd2, 0xe7, 0x22, 0xf4, 0x0c, 0x2e, 0xaa, 0xe9, 0x20, 0x2a, 0xaf, 0xa0, 0x49, 0x9a, 0x47, 0xb8, 0xbf, 0x19, 0x4e, 0x3d, 0xa8, 0x43, 0xf6, 0xc8, 0xa5, 0x63, 0xe2, 0x7a, 0xf8, 0x7e, 0x1c, 0x3b, 0xd7, 0x20, 0x06, 0x93, 0xc3, 0x0c, 0x33, 0x92, 0x32, 0x26, 0x0a, 0x55, 0xce, 0x85, 0x08, 0xa5, 0xbc, 0xaa, 0xd1, 0x2c, 0x54, 0x06, 0x9b, 0x93, 0x4d, 0xbf, 0x38, 0x7d, 0xd5, 0xb0, 0xab, 0x62, 0xe1, 0x1f, 0x39, 0xb9, 0x3c, 0x52, 0x54, 0xd2, 0x60, 0x2e, 0x70, 0xe5, 0xe2, 0x3e, 0x49, 0x88, 0x0a, 0xa0, 0xea, 0xd6, 0xc0, 0x87, 0x50, 0x73, 0x7f, 0x9d, 0xfd, 0x48, 0xa6, 0x80, 0xec, 0xce, 0x1d, 0x67, 0x1e, 0x57, 0x34, 0x6c, 0xae, 0x04, 0x2b, 0xdc, 0xef, 0x12, 0x1c, 0xb0, 0x20, 0x17, 0xa0, 0x6c, 0x04, 0x7c, 0x81, 0x9d, 0xfe, 0x27, 0x2b, 0xc8, 0xfa, 0x90, 0xaa, 0x28, 0x24, 0x02, 0xfb, 0x95, 0x8b, 0x22, 0x58, 0xb5, 0xda, 0xeb, 0x39, 0x2c, 0x07, 0xe5, 0x26, 0x65, 0x34, 0x8e, 0x99, 0x53, 0x22, 0x49, 0x59, 0x39, 0xfe, 0x45, 0x90, 0x19, 0x46, 0x2f, 0xa3, 0x0e, 0x85, 0xba, 0x63, 0x1d, 0x68, 0x71, 0xa8, 0x97, 0x63, 0xb1, 0x15, 0x32, 0xcc, 0xa7, 0xbd, 0x4e, 0x77, 0x3c, 0x55, 0x7a, 0x95, 0xbf, 0xf0, 0x6b, 0xe9, 0x28, 0x70, 0x42, 0xf5, 0x96, 0x94, 0xa3, 0xd9, 0x98, 0xbe, 0x4f, 0x08, 0xbc, 0x9a, 0x2b, 0x70, 0x86, 0xfa, 0x77, 0xfc, 0x67, 0x41, 0x2d, 0xf8, 0xbe, 0xea, 0xcf, 0x0e, 0xb6, 0xa0, 0x20, 0x8c, 0x08, 0x9a, 0xd9, 0x01, 0xcf, 0x77, 0x91, 0x17, 0x49, 0xd7, 0x0e, 0x1b, 0x09, 0xe3, 0x46, 0x1f, 0x7f, 0x19, 0xef, 0x25, 0xa2, 0x9d, 0x79, 0x89, 0x48, 0x74, 0xa2, 0x5e, 0x4f, 0x74, 0x8c, 0x8a, 0x44, 0x0a, 0x75, 0xd8, 0x8d, 0x41, 0x3e, 0xc0, 0x42, 0xfe, 0x81, 0x0a, 0xa6, 0xb6, 0x03, 0x4c, 0x1d, 0xb6, 0x9e, 0x97, 0xf9, 0x45, 0xfe, 0xa3, 0x06, 0xd0, 0x5f, 0xd3, 0x46, 0x74, 0x48, 0xf1 } } }; static const struct cckprng_op_generate op_init_5397 = { .hd = { .id = 5141, .kind = OP_GENERATE }, .rand_nbytes = 200, .out = { .rand = { 0x5e, 0x21, 0x7e, 0x71, 0x13, 0x86, 0xea, 0xf5, 0xb3, 0xa8, 0x88, 0x00, 0x3f, 0x52, 0x9c, 0x4b, 0xde, 0xfb, 0xa3, 0xbe, 0xb7, 0xb6, 0x41, 0x93, 0xac, 0x4f, 0xf8, 0x99, 0x8c, 0x56, 0x7c, 0x35, 0x52, 0x5b, 0xb8, 0xb6, 0x59, 0x4e, 0xad, 0x1a, 0xb7, 0x84, 0xb0, 0x30, 0x2a, 0x27, 0x01, 0x9b, 0xca, 0x62, 0xb6, 0x03, 0x86, 0xdd, 0x1f, 0xb3, 0x29, 0x7f, 0x07, 0xa4, 0x3c, 0x2f, 0xe8, 0xcc, 0x82, 0x7e, 0xaf, 0x5d, 0x24, 0xf0, 0xcc, 0x10, 0x0d, 0xf5, 0x03, 0x2a, 0x05, 0x6d, 0x1e, 0x61, 0x01, 0x30, 0x91, 0x38, 0xb1, 0xc7, 0xd8, 0xd7, 0x4e, 0x48, 0x93, 0x35, 0x18, 0xc7, 0xae, 0x58, 0xe3, 0x55, 0x28, 0x60, 0x1a, 0x61, 0x2e, 0xb4, 0x4b, 0xf1, 0x27, 0xf8, 0x04, 0xde, 0x58, 0xb4, 0xc8, 0x4b, 0xff, 0x9b, 0xe0, 0xa6, 0x7f, 0xd3, 0xc1, 0xce, 0x31, 0x5c, 0x7a, 0xa5, 0x79, 0x5b, 0x3a, 0x6a, 0x8b, 0xf5, 0xb3, 0x5d, 0x7f, 0xcc, 0xca, 0xba, 0xd9, 0x84, 0x56, 0x07, 0x43, 0x82, 0xda, 0x3c, 0x7d, 0x81, 0x02, 0xec, 0x1a, 0xb2, 0xac, 0xba, 0x1b, 0x7b, 0x99, 0xa8, 0x20, 0x2f, 0xaa, 0xde, 0x3c, 0x86, 0x39, 0xd9, 0xce, 0x56, 0x25, 0x59, 0xb0, 0x66, 0xb0, 0x9f, 0xfe, 0xaa, 0xec, 0xcf, 0xdd, 0x29, 0x7c, 0xcb, 0x18, 0x35, 0x49, 0xa5, 0xd5, 0x92, 0xce, 0x46, 0x62, 0xf3, 0x18, 0x58, 0xab, 0x2f, 0xde, 0xc9, 0x2c, 0x71 } } }; static const struct cckprng_op_generate op_init_5398 = { .hd = { .id = 5142, .kind = OP_GENERATE }, .rand_nbytes = 116, .out = { .rand = { 0xbe, 0x48, 0x3f, 0x5c, 0xf4, 0xed, 0xe1, 0xf9, 0x32, 0x6b, 0x23, 0x86, 0x27, 0x06, 0xbc, 0x98, 0xb8, 0x72, 0xa3, 0xbb, 0x01, 0x13, 0x42, 0xd2, 0x11, 0xa0, 0xb0, 0xe4, 0x3d, 0x34, 0x92, 0x16, 0xa2, 0x7f, 0x1d, 0xae, 0xe3, 0x40, 0xa5, 0xa1, 0x84, 0xe6, 0xe4, 0x82, 0x39, 0x3c, 0x0b, 0x22, 0x55, 0xe5, 0x4d, 0x2e, 0x10, 0x13, 0xe5, 0xa8, 0xef, 0x2b, 0x51, 0x14, 0x42, 0xab, 0x88, 0xb3, 0x1e, 0xc7, 0x83, 0x2f, 0x81, 0x8e, 0x5d, 0x60, 0x75, 0x98, 0xf9, 0xa4, 0x95, 0x56, 0x44, 0xdc, 0x80, 0xd9, 0xf6, 0x2d, 0xb4, 0x30, 0x20, 0xff, 0x1d, 0x16, 0x45, 0xff, 0x8a, 0x43, 0xe5, 0xb4, 0x57, 0xb3, 0xc3, 0xed, 0xc8, 0x72, 0x97, 0xf0, 0xf3, 0xbe, 0x26, 0x08, 0x8e, 0xa5, 0x03, 0x98, 0x7f, 0x1c, 0x6d, 0x18 } } }; static const struct cckprng_op_generate op_init_5399 = { .hd = { .id = 5143, .kind = OP_GENERATE }, .rand_nbytes = 223, .out = { .rand = { 0xf0, 0xa2, 0xcb, 0xd1, 0x0d, 0x8c, 0x67, 0x29, 0xc7, 0xc2, 0x86, 0x2b, 0x55, 0x09, 0xae, 0x29, 0xd7, 0x47, 0x86, 0xf3, 0xda, 0x51, 0x6b, 0xb7, 0x17, 0x31, 0x6e, 0x13, 0xa0, 0x1a, 0x49, 0x4e, 0x4b, 0xaf, 0x7d, 0x0f, 0xbb, 0xc6, 0x3e, 0x88, 0x2a, 0xf0, 0x0d, 0x0c, 0xcb, 0x18, 0xf7, 0x79, 0xc8, 0xe8, 0x6c, 0xac, 0x78, 0xbb, 0xe9, 0xdf, 0x0d, 0x5e, 0xa2, 0x04, 0xec, 0x7c, 0xf4, 0x67, 0x25, 0xc0, 0x4a, 0x4e, 0x05, 0xb2, 0x5b, 0xeb, 0x66, 0x16, 0x6f, 0xe5, 0xf5, 0x1a, 0xcc, 0xdd, 0x88, 0x0e, 0x47, 0x82, 0xc9, 0x76, 0x09, 0xc2, 0xdc, 0x55, 0xca, 0xba, 0x3b, 0xc8, 0xed, 0xc9, 0x32, 0x85, 0xf5, 0x85, 0xed, 0xa2, 0xc0, 0xbe, 0xa2, 0x7c, 0xba, 0xe6, 0xf2, 0x43, 0x5f, 0x86, 0x7a, 0xef, 0x9b, 0xd4, 0x76, 0x7e, 0xa4, 0x44, 0x51, 0xca, 0x60, 0x27, 0xac, 0x56, 0xbc, 0x5a, 0x44, 0x30, 0x4e, 0x46, 0xc3, 0x13, 0xeb, 0x89, 0x41, 0x15, 0x68, 0xc7, 0x38, 0xce, 0x3b, 0x9f, 0xcb, 0x43, 0x15, 0xf2, 0x08, 0x4d, 0x55, 0xe3, 0x7b, 0x78, 0x03, 0xc3, 0xf2, 0x79, 0xb2, 0xa9, 0xe2, 0xa7, 0x9a, 0x95, 0x28, 0x40, 0x23, 0xd7, 0x55, 0x79, 0xce, 0x00, 0x19, 0x3b, 0x15, 0x25, 0x97, 0x30, 0xa9, 0xc8, 0x42, 0xaa, 0x2e, 0x64, 0x9b, 0xae, 0xc9, 0xcd, 0x11, 0x91, 0x59, 0x4a, 0x87, 0xa7, 0x87, 0x72, 0xa9, 0x0b, 0x6c, 0xa6, 0x23, 0xf7, 0xcc, 0x50, 0x1f, 0x8e, 0x79, 0x31, 0x15, 0x8b, 0xdc, 0xc7, 0x6f, 0x87, 0x0f, 0x83, 0xf8, 0x30, 0x61, 0x60, 0xcf, 0x7f, 0x50 } } }; static const struct cckprng_op_reseed op_reseed_5400 = { .hd = { .id = 5144, .kind = OP_RESEED }, .nonce = 17362857128291841888ULL, .seed_nbytes = 121, .seed = { 0x16, 0x3c, 0xf8, 0x94, 0xf4, 0x49, 0x52, 0xbf, 0x9d, 0xf4, 0x22, 0xaa, 0x22, 0x8a, 0x89, 0x78, 0x30, 0x9d, 0xf9, 0x01, 0xf4, 0xcf, 0x91, 0x0f, 0xa7, 0x3e, 0x3e, 0xd5, 0x0f, 0x8f, 0xe0, 0xde, 0x0c, 0xac, 0x4e, 0x99, 0xbc, 0xaa, 0x69, 0xfa, 0xb7, 0x09, 0xbc, 0xec, 0x34, 0xdc, 0x57, 0xc1, 0xd6, 0xff, 0x46, 0x1f, 0x80, 0x10, 0xc7, 0xbd, 0xdc, 0x54, 0x51, 0xe1, 0x70, 0x7f, 0x24, 0x45, 0x69, 0xc4, 0x3f, 0xb0, 0xe3, 0x60, 0xd9, 0xea, 0x42, 0xf2, 0x44, 0x47, 0xe0, 0x62, 0xde, 0x6f, 0xb4, 0x37, 0x59, 0x1e, 0xac, 0xed, 0x8b, 0xae, 0x2b, 0x62, 0x74, 0x96, 0xd5, 0x78, 0x24, 0xa1, 0x1f, 0x1b, 0x8e, 0x7b, 0xaa, 0x50, 0x7b, 0x68, 0x95, 0x9d, 0xc3, 0xce, 0x16, 0xa3, 0x62, 0x35, 0xe6, 0xca, 0xe5, 0x87, 0x0d, 0xf6, 0xba, 0x94, 0x3c } }; static const struct cckprng_op_refresh op_refresh_5401 = { .hd = { .id = 5145, .kind = OP_REFRESH }, .rand = 16288740684466261407ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5402 = { .hd = { .id = 5146, .kind = OP_REFRESH }, .rand = 8240676039823344091ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5403 = { .hd = { .id = 5147, .kind = OP_REFRESH }, .rand = 11947472520692694803ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5404 = { .hd = { .id = 5148, .kind = OP_REFRESH }, .rand = 6038838125805839154ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5405 = { .hd = { .id = 5149, .kind = OP_RESEED }, .nonce = 152161019462170051ULL, .seed_nbytes = 25, .seed = { 0x82, 0xd2, 0x2c, 0x20, 0x25, 0xf7, 0xf1, 0xa7, 0xa9, 0x3c, 0xd3, 0x38, 0x2e, 0x1b, 0xa6, 0xa6, 0x63, 0x12, 0x71, 0x82, 0x96, 0xe4, 0xc8, 0x77, 0x99 } }; static const struct cckprng_op_reseed op_reseed_5406 = { .hd = { .id = 5150, .kind = OP_RESEED }, .nonce = 3756180958519428717ULL, .seed_nbytes = 174, .seed = { 0x30, 0xc1, 0x75, 0x8b, 0xfa, 0x0f, 0x70, 0x98, 0x5b, 0x2a, 0x69, 0x5a, 0x57, 0x13, 0x1c, 0xef, 0xb9, 0xe8, 0xb7, 0x26, 0x5f, 0xa9, 0x19, 0xd6, 0x51, 0x19, 0x23, 0x7c, 0x54, 0x11, 0x2b, 0x82, 0x01, 0x36, 0x82, 0xda, 0x13, 0x47, 0xec, 0xe5, 0xcd, 0xa3, 0x51, 0x47, 0x5f, 0xc5, 0xc4, 0xed, 0xb4, 0x10, 0xb4, 0xb1, 0x78, 0xb4, 0x2e, 0xda, 0x16, 0xe8, 0x57, 0x49, 0x93, 0xbd, 0xb3, 0x90, 0x41, 0xc0, 0xa0, 0x36, 0x8c, 0x1a, 0xf0, 0x86, 0x89, 0x41, 0x6e, 0xe4, 0x3c, 0xf8, 0x0f, 0x13, 0xf2, 0xb5, 0xd6, 0xe0, 0x98, 0x9f, 0xd9, 0x28, 0x5e, 0x1d, 0x72, 0x15, 0x91, 0xee, 0xbd, 0xb1, 0x25, 0xa3, 0x19, 0x70, 0x3a, 0x29, 0x0d, 0xa8, 0xe9, 0xdb, 0xc2, 0x21, 0x8a, 0x1f, 0x6d, 0xb9, 0xe3, 0x69, 0x05, 0x48, 0x11, 0xd3, 0xce, 0xdc, 0xd0, 0xf0, 0xdf, 0x96, 0xc4, 0x06, 0x80, 0xcb, 0x8b, 0x93, 0xe4, 0x2e, 0x3c, 0x98, 0x7f, 0xa8, 0x3a, 0xcb, 0x3e, 0x79, 0xb2, 0xd8, 0xb1, 0x2e, 0x06, 0x55, 0xac, 0xdf, 0xcb, 0x7b, 0x89, 0x2b, 0xee, 0xb6, 0x05, 0x23, 0x54, 0xcc, 0x2a, 0xbf, 0x47, 0x97, 0xba, 0x1d, 0xad, 0xfe, 0xc7, 0x22, 0x5a, 0xcb, 0x2a, 0x70, 0xe3, 0x3a } }; static const struct cckprng_op_refresh op_refresh_5407 = { .hd = { .id = 5151, .kind = OP_REFRESH }, .rand = 14242642352573538146ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5408 = { .hd = { .id = 5152, .kind = OP_RESEED }, .nonce = 3325761535204943361ULL, .seed_nbytes = 104, .seed = { 0x41, 0x83, 0x7b, 0xf0, 0x23, 0x63, 0x51, 0x13, 0xb0, 0xc4, 0x73, 0xab, 0x37, 0x5c, 0x23, 0xcd, 0xa7, 0xfa, 0x56, 0x75, 0xd5, 0x78, 0xff, 0xda, 0x39, 0x6c, 0x6a, 0x45, 0xbe, 0x13, 0x85, 0x53, 0x57, 0x81, 0x0f, 0xe4, 0x81, 0x4a, 0xfe, 0x81, 0x0f, 0x3d, 0xa4, 0x2a, 0xb8, 0xb5, 0xab, 0x39, 0x6c, 0xb8, 0xc4, 0x02, 0x46, 0xc5, 0xfe, 0x61, 0x36, 0x98, 0xc3, 0xd4, 0x88, 0x91, 0xbc, 0x26, 0x79, 0x07, 0x01, 0x54, 0x05, 0x3b, 0x8b, 0xf9, 0x55, 0x85, 0x45, 0x40, 0x56, 0xb2, 0x06, 0x03, 0x4d, 0x99, 0x3b, 0x5a, 0xb7, 0xc8, 0xef, 0x05, 0xa4, 0x44, 0xff, 0xab, 0x8d, 0x5d, 0xff, 0x15, 0x2a, 0x58, 0xbb, 0xa6, 0xb1, 0x8d, 0xb4, 0xc1 } }; static const struct cckprng_op_reseed op_reseed_5409 = { .hd = { .id = 5153, .kind = OP_RESEED }, .nonce = 15747619785054476416ULL, .seed_nbytes = 226, .seed = { 0x7e, 0xea, 0x15, 0x47, 0xb7, 0xfd, 0xcb, 0x82, 0x19, 0x40, 0xb8, 0x89, 0x51, 0xad, 0x5b, 0x62, 0xde, 0x43, 0x86, 0xb4, 0x39, 0x1f, 0x1a, 0x20, 0x76, 0xcf, 0x25, 0x40, 0xee, 0xfc, 0x49, 0x58, 0xce, 0x0c, 0x46, 0xcd, 0x47, 0x5a, 0x65, 0x44, 0x98, 0xd7, 0x42, 0x6e, 0x1a, 0x04, 0x4d, 0x0b, 0x8d, 0x0e, 0x58, 0x14, 0x99, 0x15, 0x9d, 0xc0, 0xe9, 0x97, 0xb0, 0xbf, 0x1b, 0x40, 0x68, 0x70, 0x27, 0x13, 0xf0, 0xc5, 0xae, 0x76, 0x19, 0x6e, 0xb6, 0xa6, 0x92, 0xcf, 0x81, 0x98, 0xd9, 0x0c, 0x87, 0xcf, 0xa1, 0x6d, 0xfe, 0x8c, 0x0d, 0x64, 0x43, 0x47, 0xce, 0x78, 0xf7, 0x94, 0xa4, 0x37, 0xe7, 0xc2, 0x84, 0x2f, 0xdc, 0x55, 0x81, 0x93, 0x52, 0x69, 0x2c, 0x6f, 0xf6, 0x26, 0x7e, 0xf7, 0x6a, 0xbe, 0x02, 0xe1, 0xc3, 0x36, 0xa9, 0xfe, 0x7a, 0x37, 0x65, 0x5c, 0x88, 0xa0, 0xf3, 0xa9, 0x5d, 0x87, 0x6e, 0xbe, 0x9b, 0x89, 0x03, 0x8d, 0xa0, 0xf7, 0x4d, 0x7c, 0x21, 0x2c, 0xae, 0x63, 0x36, 0x72, 0x45, 0x27, 0xbe, 0xa5, 0x1b, 0x67, 0xe3, 0x53, 0x79, 0xc8, 0xbd, 0xa3, 0x02, 0x65, 0x53, 0x4e, 0x67, 0x1a, 0x73, 0x3e, 0xaa, 0x3d, 0xa6, 0xed, 0x00, 0x27, 0xd2, 0x83, 0xa7, 0x84, 0xfb, 0xae, 0xa8, 0x8f, 0x5d, 0x53, 0x3e, 0xda, 0xc5, 0x19, 0x63, 0x5c, 0x36, 0x5f, 0x21, 0xbe, 0xc1, 0x8c, 0xd8, 0x2a, 0xad, 0x26, 0x47, 0x73, 0x51, 0x97, 0xa6, 0x95, 0xb8, 0xdd, 0xcf, 0xfb, 0x5d, 0xa9, 0xf6, 0xd8, 0x42, 0xc5, 0x73, 0xbc, 0x5e, 0x89, 0xa2, 0x98, 0x9b, 0x54, 0x7e, 0x9b, 0x21, 0x2c } }; static const struct cckprng_op_refresh op_refresh_5410 = { .hd = { .id = 5154, .kind = OP_REFRESH }, .rand = 5743678531892124623ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5411 = { .hd = { .id = 5155, .kind = OP_REFRESH }, .rand = 8708200707163094789ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5412 = { .hd = { .id = 5156, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0xee, 0xab, 0xdb, 0x64, 0x28, 0x10, 0x07, 0x1f, 0x76, 0x4e, 0xd6, 0xdf, 0xf0, 0x39, 0xa5, 0x82, 0x9c, 0x01, 0x5d, 0xcc, 0x71, 0xec, 0x47, 0x05, 0xbd, 0x9b, 0x70, 0x27, 0x90, 0xec, 0xba, 0xa5, 0x8f, 0xb1, 0x3f, 0x5b, 0x2a, 0x0a, 0x65, 0xea, 0x8a, 0x54, 0xe3, 0x50, 0x26, 0xc0, 0x32, 0x29, 0x09, 0xc1, 0xda, 0x2b, 0x57, 0x56, 0x35, 0xfa, 0x97, 0x05, 0xc9, 0x0c, 0x48, 0xb7, 0xee, 0x45, 0x8b, 0x0f, 0xc7, 0x63, 0xf7, 0xa6, 0x7c, 0xd4, 0x08, 0x03, 0x35, 0x23, 0x21, 0xa4, 0xb8, 0x66, 0x1b, 0xaa, 0xbe, 0x40, 0x1b, 0x69, 0x2e, 0x1f, 0xc7, 0xb3, 0x2b, 0x8b, 0x2b, 0xe1, 0xda, 0xba, 0x60, 0xb7, 0x62, 0x76, 0xf5, 0x9a, 0x08, 0x2e, 0x94, 0xf2, 0x91, 0xc4, 0x0e, 0xfb, 0x4a, 0x13, 0xb6, 0x26, 0xed, 0x24, 0x51, 0xd2, 0x09, 0x21, 0xf5, 0x85, 0xea, 0x1a, 0x09, 0x8d, 0x66, 0x16, 0x77, 0xaa, 0xab, 0xa5, 0x06, 0xea, 0xfa, 0xe9, 0xa4, 0x6e, 0x44, 0xf2, 0x48, 0x4c, 0xc8, 0x41, 0x41, 0xd5, 0x01, 0x6f, 0x5e, 0xd5, 0x7e, 0x87, 0x5f, 0x06, 0x44, 0xdd, 0x06, 0x3d, 0xaf, 0xdb, 0x44, 0x76, 0x19, 0x0c, 0x79, 0xdb, 0xda, 0xfd, 0xdc, 0x49, 0xdf, 0x86, 0x4c, 0xd6, 0xdf, 0x56, 0x50, 0x76 } } }; static const struct cckprng_op_generate op_init_5413 = { .hd = { .id = 5157, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0xfb, 0x40, 0xae, 0x9f, 0xc7, 0x7b, 0x8e, 0x8d, 0xa7, 0x75, 0x16, 0x04, 0xac, 0xcc, 0x72, 0x3b, 0x78, 0xe7, 0x42, 0x6a, 0x2d, 0x0b, 0x3b, 0x89, 0xfd, 0xa3, 0x9d, 0xd5, 0xfa, 0xca, 0xf6, 0xeb, 0xa6, 0xb6, 0xc0, 0x9f, 0x62, 0xae, 0x37, 0x9e, 0xfa, 0x5a, 0x65, 0x5e, 0xd7, 0xe0, 0x93, 0xff, 0x80, 0x08, 0x83, 0x12, 0x37, 0xab, 0x89, 0xc6, 0x17, 0xc0, 0x6b, 0x40, 0x3a, 0xda, 0x51, 0x0b, 0xc3, 0xfc, 0xca, 0xc2, 0x19, 0x87, 0xed, 0x41, 0x5e, 0x07, 0x38, 0x21, 0xcc, 0x39, 0x44, 0x65, 0xcd, 0xb9, 0x46, 0xa2, 0xf4, 0x0e, 0x84, 0x3e, 0x2a, 0x3e, 0x01, 0xa1, 0x81, 0xcc, 0x8d, 0xd8, 0xea, 0x40, 0x23, 0x39, 0x50, 0xd8, 0x3e, 0xe0, 0x14, 0x5a, 0x47, 0x22, 0x6f, 0xc2, 0x90, 0x3d, 0x8b, 0x19, 0x85, 0x72, 0x22, 0x55, 0xa4, 0xfc, 0x8a, 0xf7, 0x99, 0x49, 0x57, 0xf1, 0x47, 0x4c, 0x2a, 0xcc, 0x9b, 0x39, 0xa7, 0x5b, 0x79, 0xd5, 0xaa, 0xce, 0x93, 0x52, 0xad, 0x31, 0x65, 0x8a, 0x78, 0xf1, 0xa9, 0xdb, 0xaa } } }; static const struct cckprng_op_reseed op_reseed_5414 = { .hd = { .id = 5158, .kind = OP_RESEED }, .nonce = 18058351524833183405ULL, .seed_nbytes = 142, .seed = { 0x84, 0xef, 0xb7, 0x3e, 0xaa, 0x83, 0x37, 0x55, 0x17, 0x48, 0x0a, 0x38, 0xb9, 0xdc, 0xa2, 0xa2, 0x48, 0xcc, 0x2c, 0x86, 0x24, 0x7d, 0xf6, 0x24, 0xb8, 0xe1, 0x94, 0x5d, 0xb6, 0x65, 0xb1, 0x6d, 0xf7, 0x63, 0xc4, 0x0f, 0xcb, 0xbd, 0xe3, 0xe1, 0x10, 0x5d, 0x73, 0x2e, 0xdc, 0xff, 0xda, 0x7d, 0xb7, 0xf8, 0x6b, 0x1d, 0x37, 0x0b, 0x30, 0x9c, 0xe3, 0x70, 0xd1, 0xb0, 0xe3, 0xac, 0x43, 0x1a, 0x62, 0xee, 0x5e, 0x7f, 0x2a, 0x96, 0x4a, 0x58, 0x45, 0xbe, 0x3c, 0x9f, 0x5f, 0x43, 0xad, 0xc1, 0x16, 0xe4, 0x23, 0xf5, 0x21, 0xc1, 0x1f, 0x36, 0x1e, 0x1a, 0xca, 0xd3, 0x05, 0x24, 0x65, 0xcb, 0x25, 0xfb, 0x6d, 0xa3, 0x78, 0xf3, 0xf1, 0xf8, 0xf9, 0x7a, 0x9d, 0x10, 0x2b, 0xfa, 0xae, 0xb9, 0x87, 0x5f, 0x20, 0x2d, 0x1f, 0xf7, 0x52, 0xff, 0xfe, 0xf6, 0xd3, 0x0a, 0x91, 0xe0, 0x9b, 0xb1, 0xab, 0x22, 0x1a, 0x51, 0x10, 0xb4, 0xf6, 0x64, 0xbe, 0x14, 0xda, 0x1f, 0xfa, 0x78 } }; static const struct cckprng_op_generate op_init_5415 = { .hd = { .id = 5159, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x02, 0xa1, 0xfd, 0xe8, 0xa8, 0x9b, 0xdd, 0x04, 0x25, 0xf0, 0x1b, 0x36, 0x60, 0x6c, 0x32, 0xd6, 0x22, 0x41, 0x59, 0x5b, 0x77, 0x47, 0x36, 0x65, 0x52, 0x64, 0x12, 0x48, 0xd9, 0x66, 0x9e, 0x7c, 0xa0, 0xdd, 0xfc, 0x85, 0x56, 0xf2, 0x5c, 0xd9, 0x40, 0xe0, 0xc3, 0x36, 0x10, 0x15, 0x76, 0x61, 0x2f, 0x79, 0x6a, 0xde, 0xbc, 0x1b, 0xd4, 0x4a, 0x63, 0xb6, 0x6b, 0x70, 0x61, 0xb4, 0x93, 0x34, 0x41, 0xd0, 0x23, 0x51, 0x44, 0x50, 0xfc, 0x3c, 0x38, 0x47, 0xe8, 0x74, 0x27, 0xca, 0x44, 0xf6, 0xfc, 0x5a, 0xf1, 0xc0, 0xf3, 0x69, 0x81, 0xe1, 0x6d, 0x63, 0xc9, 0x3c, 0x16, 0x60, 0x15, 0x81, 0xa9, 0xf9 } } }; static const struct cckprng_op_refresh op_refresh_5416 = { .hd = { .id = 5160, .kind = OP_REFRESH }, .rand = 4586304948203242517ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5417 = { .hd = { .id = 5161, .kind = OP_REFRESH }, .rand = 4243927385285886921ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5418 = { .hd = { .id = 5162, .kind = OP_GENERATE }, .rand_nbytes = 61, .out = { .rand = { 0x43, 0x5f, 0x82, 0x4f, 0x02, 0x76, 0x39, 0x04, 0xef, 0x85, 0xcd, 0x4e, 0x1f, 0xbe, 0xd6, 0xf0, 0x5f, 0xa4, 0xa9, 0x24, 0x3d, 0x8d, 0x79, 0xfb, 0x6b, 0x46, 0x97, 0x55, 0x98, 0x0c, 0x5b, 0xa4, 0xb4, 0xf5, 0x7c, 0x03, 0xb0, 0xf7, 0x5f, 0x5f, 0x71, 0x78, 0xdc, 0x5e, 0x08, 0xb2, 0xff, 0x15, 0x0b, 0x99, 0x62, 0x05, 0xd6, 0x15, 0xaf, 0xf7, 0x59, 0x13, 0xe7, 0x36, 0xba } } }; static const struct cckprng_op_refresh op_refresh_5419 = { .hd = { .id = 5163, .kind = OP_REFRESH }, .rand = 1656318949489181906ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5420 = { .hd = { .id = 5164, .kind = OP_REFRESH }, .rand = 17936374994917679776ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5421 = { .hd = { .id = 5165, .kind = OP_RESEED }, .nonce = 13780231165132516724ULL, .seed_nbytes = 51, .seed = { 0x69, 0x2a, 0x0d, 0xd3, 0x5a, 0xcc, 0xb5, 0xca, 0x15, 0x5f, 0xc4, 0x0e, 0x08, 0x01, 0xda, 0xd3, 0x98, 0xb0, 0x14, 0xa7, 0x52, 0xab, 0x43, 0xa7, 0x93, 0x7d, 0xc1, 0x7e, 0x4b, 0x1c, 0x29, 0xb8, 0xd7, 0x0e, 0xcc, 0x96, 0x6c, 0x62, 0x08, 0xde, 0x69, 0x0b, 0xce, 0x5c, 0x72, 0x78, 0xd2, 0x6f, 0xef, 0x9d, 0x3f } }; static const struct cckprng_op_refresh op_refresh_5422 = { .hd = { .id = 5166, .kind = OP_REFRESH }, .rand = 11439771797873107168ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5423 = { .hd = { .id = 5167, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0xae, 0x47, 0x01, 0xbb, 0x53, 0xba, 0xa2, 0x68, 0x46, 0x12, 0x43, 0x37, 0x2f, 0xe7, 0x9c, 0x22, 0xe3, 0xf6, 0xa4, 0x09, 0x2c, 0x1a, 0x84, 0xa3, 0x0e, 0x29, 0x18, 0x26, 0x8e, 0xdc, 0xc1, 0x22, 0xab, 0x89, 0x4e, 0xb8, 0xe5, 0xc0, 0x5c, 0x36, 0x96, 0xeb, 0xad, 0x9a, 0x72, 0x79, 0x45, 0x65, 0xee, 0x4e, 0x81, 0xb6, 0x26, 0xa8, 0x15, 0xcb, 0xf9, 0xa0, 0x8f, 0xe3, 0x7d, 0x00, 0xdf, 0xad, 0xc3, 0x6e, 0x6d, 0x1c, 0x38, 0xf8, 0x89, 0x79, 0x1a, 0x0b, 0xe2, 0x9c, 0x1d, 0xb9, 0x65, 0xcb, 0x8c, 0x03, 0x69, 0x3a, 0x41, 0x12, 0x04, 0x7b, 0xdf, 0xb0, 0xed } } }; static const struct cckprng_op_generate op_init_5424 = { .hd = { .id = 5168, .kind = OP_GENERATE }, .rand_nbytes = 124, .out = { .rand = { 0xe0, 0x1d, 0x7b, 0xbf, 0x0c, 0x5e, 0x85, 0xf7, 0x44, 0xc6, 0x1e, 0x6a, 0xd6, 0x15, 0x2c, 0x2c, 0xbd, 0x0f, 0x19, 0x9b, 0x35, 0x18, 0x3d, 0xa8, 0xfd, 0xe8, 0xeb, 0x38, 0xde, 0xa4, 0xb5, 0x79, 0x24, 0x95, 0x5b, 0xf9, 0xf3, 0x17, 0x32, 0x9f, 0x10, 0x2d, 0x01, 0x4d, 0x50, 0xe7, 0x6e, 0x64, 0xa9, 0x9e, 0x70, 0xec, 0x0b, 0x81, 0x50, 0x58, 0x8b, 0xbf, 0xfe, 0x1c, 0xc3, 0x7c, 0x90, 0x87, 0xd5, 0xd1, 0xcf, 0x23, 0xff, 0x7e, 0x4e, 0x38, 0x8b, 0xdf, 0x61, 0x3d, 0xa1, 0xea, 0xb0, 0xfd, 0x17, 0x27, 0x13, 0x8b, 0xa8, 0x5c, 0x9d, 0x77, 0x68, 0x0d, 0xf2, 0x30, 0xa3, 0x23, 0x88, 0xe0, 0xe8, 0xbb, 0x18, 0x73, 0x6c, 0xc8, 0x37, 0x55, 0xbd, 0x4a, 0xed, 0x8b, 0xa8, 0x1a, 0xff, 0x2f, 0x35, 0x88, 0xcf, 0xfc, 0x1f, 0x55, 0xd0, 0xd5, 0x9a, 0x88, 0xb4, 0x66 } } }; static const struct cckprng_op_refresh op_refresh_5425 = { .hd = { .id = 5169, .kind = OP_REFRESH }, .rand = 10776892569978707147ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5426 = { .hd = { .id = 5170, .kind = OP_GENERATE }, .rand_nbytes = 282, .out = { .rand = { 0x6c, 0xf1, 0x2a, 0x4f, 0xfb, 0xe6, 0x4d, 0x71, 0xd2, 0x63, 0xfa, 0x51, 0xa4, 0x58, 0x84, 0xe4, 0x6e, 0x8c, 0xe6, 0xd9, 0x05, 0xfb, 0xe0, 0xd9, 0x96, 0xbe, 0xa2, 0x85, 0xb4, 0x28, 0x11, 0xa2, 0x89, 0x59, 0x36, 0xc1, 0xa6, 0x3d, 0xaf, 0x4c, 0x29, 0xde, 0x97, 0x34, 0x4c, 0xec, 0x14, 0x34, 0xa2, 0xc7, 0x4e, 0x9b, 0x0c, 0xe1, 0x24, 0x99, 0x24, 0x57, 0x05, 0xbb, 0xda, 0xda, 0xf7, 0x35, 0xb2, 0x81, 0xf4, 0x9a, 0xec, 0x8c, 0xaf, 0x3b, 0xb7, 0xf6, 0x0b, 0xbd, 0x6d, 0x7f, 0x8d, 0x49, 0xba, 0x44, 0xb0, 0xa1, 0xb3, 0xf8, 0x63, 0xc8, 0x48, 0x88, 0xed, 0x69, 0xd3, 0xe7, 0x2b, 0x5f, 0x4f, 0xb4, 0x38, 0x5c, 0xc7, 0xd6, 0x18, 0x1c, 0xd5, 0xfc, 0x4f, 0x6d, 0x64, 0x10, 0xb4, 0xa7, 0xd5, 0x72, 0xb2, 0x86, 0x79, 0x03, 0x21, 0xfb, 0x5a, 0x11, 0x91, 0x9d, 0xca, 0x15, 0x71, 0xc7, 0x19, 0xa1, 0x0a, 0x31, 0x60, 0xac, 0x97, 0xb8, 0x90, 0x06, 0x80, 0x60, 0x88, 0x72, 0xb6, 0xaa, 0xc5, 0x51, 0xb2, 0x63, 0xb1, 0x1f, 0xd9, 0x70, 0xfd, 0x01, 0x1c, 0x88, 0x16, 0xf9, 0x4e, 0x5f, 0xa1, 0xcd, 0x4a, 0xd3, 0xc0, 0x11, 0x59, 0x38, 0x3f, 0x74, 0x52, 0x83, 0x7a, 0x91, 0xda, 0x43, 0xd3, 0x7d, 0xf8, 0x42, 0x0c, 0x55, 0x9a, 0x74, 0x67, 0xab, 0x28, 0xf4, 0x70, 0x66, 0x4c, 0x5c, 0xc1, 0x50, 0x4d, 0x47, 0x8f, 0xcc, 0xe7, 0x7f, 0x75, 0x59, 0xc8, 0x8c, 0x0c, 0x16, 0x60, 0x21, 0x1f, 0xef, 0x35, 0xde, 0x03, 0x65, 0x6c, 0x80, 0xd1, 0x78, 0x0c, 0xec, 0x41, 0x3b, 0x37, 0x01, 0xf8, 0xd1, 0xec, 0x43, 0xd2, 0x74, 0x2f, 0xd8, 0x5a, 0x27, 0xad, 0x9e, 0x8c, 0x56, 0xc4, 0x75, 0xc1, 0x79, 0xc6, 0xde, 0x79, 0x5c, 0x37, 0xb1, 0x02, 0x65, 0xb0, 0xda, 0x2c, 0x6d, 0xf4, 0x56, 0xb3, 0xd0, 0xcf, 0xe9, 0x03, 0x21, 0xef, 0x95, 0x1e, 0x87, 0x8c, 0x70, 0x0e, 0x27, 0x7b, 0xec, 0x82, 0x07, 0x0d, 0x21, 0x42, 0xd7, 0xb2, 0x03, 0xed, 0xe3 } } }; static const struct cckprng_op_reseed op_reseed_5427 = { .hd = { .id = 5171, .kind = OP_RESEED }, .nonce = 17809926099684635472ULL, .seed_nbytes = 52, .seed = { 0x23, 0x45, 0x03, 0xd5, 0x5a, 0x16, 0xb1, 0x67, 0x5d, 0xf0, 0x38, 0xe9, 0x3e, 0xb8, 0x5a, 0x71, 0x4f, 0xad, 0xc6, 0x9f, 0xa9, 0xe7, 0x56, 0x84, 0xff, 0x98, 0xc3, 0x70, 0x2d, 0x32, 0x62, 0x2b, 0x3d, 0x75, 0x51, 0x0e, 0x23, 0xf4, 0x05, 0x93, 0x96, 0x4f, 0xdc, 0xc7, 0xa1, 0x60, 0x4b, 0xec, 0xd0, 0xed, 0x55, 0x53 } }; static const struct cckprng_op_refresh op_refresh_5428 = { .hd = { .id = 5172, .kind = OP_REFRESH }, .rand = 16200987615923169497ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_5429 = { .hd = { .id = 5173, .kind = OP_RESEED }, .nonce = 5003349263315413965ULL, .seed_nbytes = 74, .seed = { 0x59, 0x00, 0x79, 0x94, 0xd4, 0x53, 0x50, 0x31, 0xf0, 0xee, 0x64, 0x11, 0x1b, 0xe5, 0x7f, 0x4e, 0x46, 0xd6, 0x2d, 0x75, 0x2a, 0xcd, 0x06, 0xf4, 0x6f, 0xe0, 0x71, 0x9f, 0x9c, 0xb2, 0x43, 0x43, 0x35, 0x19, 0xb3, 0x28, 0xed, 0x7a, 0x54, 0x46, 0x42, 0x21, 0x39, 0x76, 0xb8, 0x80, 0xb5, 0xd0, 0x22, 0x3a, 0x00, 0x86, 0x0e, 0x4e, 0x25, 0xe5, 0xa1, 0x78, 0x31, 0x4f, 0xb1, 0x9a, 0x16, 0xe0, 0xce, 0xdf, 0xb3, 0x04, 0xca, 0xf2, 0xf6, 0x21, 0x3b, 0x01 } }; static const struct cckprng_op_generate op_init_5430 = { .hd = { .id = 5174, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x51, 0x51, 0x91, 0x76, 0x8b, 0xc2, 0x2e, 0xe5, 0x26, 0x60, 0x7f, 0x4d, 0x65, 0xf2, 0x81, 0x5e, 0x55, 0x1e, 0x61, 0xcd, 0x58, 0xc3, 0x4b, 0x01, 0x7f, 0xa9, 0x2a, 0x6b, 0x40, 0xfd, 0xf7, 0xb3, 0x96, 0x2c, 0xcd, 0x2e, 0x9a, 0x2c, 0x70, 0xcc, 0x79, 0x67, 0xa1, 0x31, 0xf6, 0xdd, 0x3b, 0xd3, 0x68, 0xa3, 0x57, 0xce, 0x55, 0x82, 0xc2, 0x92, 0x4f, 0x5c, 0x45, 0xd7, 0xfd, 0x46, 0x35, 0x3d, 0x94, 0x33, 0x2c, 0xd5, 0x72, 0x63, 0x6f, 0x17, 0x83, 0x74, 0x63, 0xd1, 0x99, 0xc5, 0x48, 0x89, 0x69, 0xd0, 0x6b, 0x6b, 0x88, 0x67, 0x2e, 0x4f, 0xce, 0xa7, 0x53, 0x6b, 0xe5, 0xc3, 0x09, 0x3c, 0xd7, 0xa5, 0x72, 0x1e } } }; static const struct cckprng_op_refresh op_refresh_5431 = { .hd = { .id = 5175, .kind = OP_REFRESH }, .rand = 9533551925954382412ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5432 = { .hd = { .id = 5176, .kind = OP_RESEED }, .nonce = 1567535552547816880ULL, .seed_nbytes = 264, .seed = { 0xea, 0x1e, 0xa7, 0x68, 0x13, 0xbd, 0xee, 0xc0, 0xa3, 0x27, 0xea, 0xc4, 0x7c, 0xd5, 0x96, 0x59, 0x12, 0x04, 0x51, 0xdb, 0x75, 0x39, 0x8f, 0x21, 0xfd, 0x98, 0xcb, 0xd9, 0x76, 0xc1, 0x43, 0x97, 0xd3, 0x15, 0xa1, 0x66, 0x93, 0x90, 0xf4, 0x27, 0x89, 0xe4, 0x8b, 0x6e, 0x1f, 0x02, 0x5e, 0xca, 0x4a, 0x41, 0xb5, 0x53, 0x94, 0x19, 0x54, 0xf5, 0x99, 0x5e, 0x84, 0x88, 0x4b, 0xac, 0x7e, 0xdb, 0x26, 0x65, 0x83, 0x7a, 0xab, 0x5b, 0xe6, 0xb4, 0xdf, 0xf7, 0x8f, 0x18, 0x17, 0xa0, 0x6c, 0x14, 0xe2, 0x9f, 0x5d, 0x23, 0x81, 0x97, 0xb3, 0xc4, 0x53, 0xad, 0x98, 0x36, 0x09, 0x22, 0x66, 0x87, 0xdf, 0x68, 0x10, 0x6c, 0x86, 0x81, 0xec, 0xac, 0x44, 0xfc, 0x4a, 0xf6, 0xc5, 0x55, 0xd4, 0x6e, 0x5f, 0x2d, 0x8a, 0xa7, 0x97, 0xb9, 0x52, 0xf0, 0xd3, 0x14, 0xc9, 0x00, 0x3a, 0xea, 0xd6, 0xba, 0xca, 0xb1, 0xe0, 0x2b, 0x72, 0x66, 0xcd, 0x54, 0x29, 0x41, 0x2a, 0xf4, 0x1d, 0xac, 0xe9, 0x41, 0x6d, 0x01, 0x0e, 0xfb, 0xfd, 0x5a, 0x68, 0xa5, 0x8b, 0x01, 0xfe, 0x4d, 0x7e, 0xd2, 0x10, 0x84, 0xf1, 0xd1, 0xb3, 0xb9, 0x20, 0x19, 0x51, 0x0c, 0x46, 0xe1, 0xc6, 0x95, 0xde, 0x7b, 0xfa, 0xca, 0xd5, 0x06, 0x1d, 0xbc, 0xb9, 0xdb, 0x52, 0x20, 0x1d, 0x80, 0x6d, 0xd2, 0x72, 0xd7, 0xf3, 0x76, 0xcc, 0x8b, 0x03, 0x77, 0x7e, 0xe6, 0xa5, 0x5a, 0xb1, 0xe4, 0x53, 0xba, 0x00, 0xb2, 0xc8, 0x0e, 0x03, 0xd2, 0x31, 0x0c, 0x2f, 0xf2, 0xcd, 0x86, 0xa8, 0x32, 0x2f, 0xc7, 0xdf, 0xb5, 0x72, 0x5d, 0x5e, 0xc8, 0x15, 0x6a, 0x09, 0x21, 0x7a, 0xc6, 0xe3, 0x4e, 0x7d, 0x08, 0x7e, 0xe4, 0x6d, 0x31, 0x49, 0xd9, 0xbd, 0x6b, 0x3a, 0x86, 0x01, 0x19, 0xa3, 0x15, 0x92, 0x5a, 0x70, 0x55, 0x65, 0xc1, 0xd3, 0x21, 0x3a, 0xe7, 0x6d, 0xa9, 0xf6, 0xcc } }; static const struct cckprng_op_generate op_init_5433 = { .hd = { .id = 5177, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0xd3, 0x45, 0xb4, 0x73, 0x95, 0x27, 0x76, 0xb0, 0x91, 0xfa, 0x39, 0xbc, 0x70, 0x0f, 0xef, 0xe1, 0xe4, 0xde, 0x8c, 0xd1, 0x85, 0x10, 0x26, 0x97, 0xdd, 0xca, 0x37, 0xef, 0x94, 0x73, 0x06, 0x79, 0x30, 0xf0, 0xe0, 0xbb, 0xc7, 0xc7, 0x48, 0xc9, 0x33, 0xd8, 0xd7, 0x42, 0x4f, 0x60, 0x91, 0x3d, 0x4d, 0x02, 0x15, 0x05, 0xac, 0x55, 0xf1, 0xcd, 0xef, 0x7f, 0x2c, 0xc1, 0x97, 0x3a, 0x03, 0x4c, 0xf9, 0xba, 0x2b, 0xa2, 0x5e, 0xb6, 0x3f, 0x77, 0x05, 0x87, 0x2e, 0xdf, 0xc1, 0xee, 0xe5, 0xe9, 0x57, 0xeb, 0x0b, 0x94, 0x78, 0x94, 0xad, 0xa3, 0x01, 0x0f, 0xaa, 0xd9, 0xce, 0xc6, 0x52, 0xd7, 0x7b, 0xe8, 0x5d, 0xc9, 0x6c, 0xb2, 0x0e, 0x66, 0x1d, 0x64, 0x1f, 0x10, 0x57, 0x84, 0x5b, 0x14, 0x7c, 0x97, 0xa5, 0x42, 0x0f, 0x09, 0x8b, 0x10, 0x48, 0xff, 0x2a, 0xbe, 0xd3, 0x07, 0xff, 0x24, 0x5a, 0x9f, 0xc4, 0x36, 0x3a, 0xf3, 0x6d, 0x2a, 0xdb, 0xdd, 0xed, 0xaf, 0xbc, 0x47, 0xcb, 0x3e, 0x13, 0xc0, 0x96, 0x43, 0x2a, 0x41, 0x96, 0x40, 0x9e, 0x69, 0x60, 0x3d, 0xee, 0x5f, 0x1f, 0x08, 0x0e, 0x5b, 0x23, 0xf0, 0x69, 0x73, 0x8a, 0x8c, 0x8b, 0xed, 0x90, 0x1b, 0xd1, 0x88, 0x62, 0x99, 0x88, 0x0d, 0x62, 0x8c, 0xe5, 0xc4, 0x2c, 0x41, 0x30, 0x33, 0x0a, 0xa6, 0x44, 0xd1, 0x55, 0xcf, 0xb6, 0x4f, 0x38, 0x96, 0x21, 0x54, 0x2a, 0x2c, 0x59, 0x2d, 0x53, 0x9f, 0x2e, 0xcb, 0x8d, 0x4e, 0xf9, 0x4c, 0x5c, 0xf8, 0xc3, 0x87, 0x2d, 0xd4, 0x93, 0xc5, 0x90, 0xdb, 0x64, 0xe0, 0x1d, 0x33, 0xf2, 0x68, 0x1a, 0xb6, 0x63, 0xff, 0x1f, 0xbc, 0xf8, 0x82, 0x99, 0xe0, 0x19 } } }; static const struct cckprng_op_reseed op_reseed_5434 = { .hd = { .id = 5178, .kind = OP_RESEED }, .nonce = 10008693308930106881ULL, .seed_nbytes = 36, .seed = { 0x76, 0x25, 0xf9, 0x60, 0xca, 0x99, 0xd9, 0x2a, 0xfd, 0x82, 0x3c, 0x94, 0x1d, 0x08, 0x98, 0x09, 0x11, 0xfb, 0x8a, 0xf1, 0x39, 0xb9, 0xd1, 0x01, 0x1e, 0x5f, 0x00, 0x20, 0xda, 0xbf, 0x09, 0x6c, 0xe0, 0xde, 0xdf, 0xa6 } }; static const struct cckprng_op_generate op_init_5435 = { .hd = { .id = 5179, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0xd6, 0xcc, 0x6e, 0x29, 0x6f, 0xbe, 0x47, 0xe9, 0x74, 0xe3, 0x00, 0xd5, 0x04, 0x17, 0xeb, 0x82, 0xa3, 0xc3, 0xd0, 0x4f, 0x1d, 0x74, 0xa6, 0x19, 0x2d, 0xb9, 0xce, 0x7c, 0x87, 0xcd, 0xbd, 0x19, 0xfb, 0xa6, 0x17, 0x59, 0xf2, 0x0a, 0x62, 0x4a, 0x30, 0x2d, 0xfe, 0xfb, 0xaf, 0xe4, 0xf7, 0x94, 0x62, 0x50, 0xca, 0x41, 0xce, 0x8e, 0x77, 0x9d, 0x7c, 0x99, 0x89, 0xff, 0xec, 0xdd, 0x22, 0xaf, 0x01, 0x7e, 0xb1, 0x71, 0xdc, 0xed, 0x79, 0x13, 0x01, 0x39, 0xbf, 0x18 } } }; static const struct cckprng_op_generate op_init_5436 = { .hd = { .id = 5180, .kind = OP_GENERATE }, .rand_nbytes = 194, .out = { .rand = { 0xd4, 0x63, 0x86, 0xdc, 0x32, 0x89, 0xd8, 0x70, 0xbc, 0x8e, 0x13, 0x2f, 0x69, 0xdc, 0x24, 0x71, 0xda, 0x40, 0xb7, 0x43, 0xa9, 0x19, 0xa6, 0xe7, 0xb8, 0xdb, 0xc9, 0x6b, 0x6c, 0x3b, 0x06, 0xdc, 0x6a, 0x64, 0x8a, 0x08, 0xbc, 0x0d, 0xc2, 0xed, 0x16, 0x9c, 0xac, 0x78, 0x52, 0xc6, 0x01, 0x8c, 0x4f, 0x66, 0xae, 0x5c, 0x5c, 0xd4, 0xe9, 0xe3, 0x85, 0x48, 0xfb, 0xdf, 0xf1, 0x95, 0x9b, 0x9a, 0x40, 0x56, 0x5b, 0xb6, 0x56, 0xcf, 0xa3, 0x79, 0x6b, 0x79, 0x95, 0xa8, 0xfb, 0x27, 0xcf, 0x72, 0xe2, 0x2b, 0x78, 0x40, 0xd9, 0x30, 0x64, 0x11, 0xd5, 0x11, 0xee, 0xa3, 0x72, 0x44, 0xc9, 0xa2, 0x07, 0xc3, 0x4d, 0x6d, 0x7b, 0x85, 0x29, 0xec, 0xcf, 0xb5, 0x2b, 0xd0, 0x18, 0x7a, 0xc8, 0xf3, 0x68, 0x05, 0x86, 0xc0, 0x0d, 0x44, 0xdb, 0xd6, 0x6b, 0xb9, 0xee, 0x0f, 0xa3, 0x52, 0x63, 0x46, 0xa1, 0x53, 0xd8, 0x3a, 0x61, 0xe1, 0x58, 0xb1, 0x60, 0x59, 0x5a, 0x16, 0x6e, 0x77, 0xa9, 0x24, 0x83, 0x57, 0x83, 0x0b, 0x9a, 0x68, 0xf1, 0x50, 0x53, 0xfb, 0x4f, 0x5d, 0x13, 0x73, 0x33, 0x23, 0x84, 0xf9, 0xdb, 0x5d, 0xb1, 0x0b, 0x08, 0x60, 0xdc, 0x23, 0x79, 0x99, 0xed, 0xcd, 0xbf, 0x1e, 0xb4, 0xfc, 0x2a, 0x83, 0xc8, 0x6f, 0xc5, 0xbf, 0x0c, 0x8b, 0x36, 0x0b, 0xd6, 0x47, 0xf4, 0x05, 0x1a, 0x23 } } }; static const struct cckprng_op_reseed op_reseed_5437 = { .hd = { .id = 5181, .kind = OP_RESEED }, .nonce = 10145538230425717897ULL, .seed_nbytes = 280, .seed = { 0x49, 0xa5, 0x38, 0xc8, 0x9f, 0x95, 0x53, 0xa3, 0xb7, 0x54, 0x92, 0xcc, 0x70, 0x61, 0x89, 0xa9, 0x44, 0x84, 0xb3, 0x02, 0xb7, 0x76, 0x6d, 0x8f, 0x0d, 0x7a, 0xac, 0xe2, 0x1c, 0xd2, 0xe9, 0x8b, 0x80, 0xfd, 0x0a, 0xbd, 0x8f, 0x34, 0xce, 0xd9, 0x51, 0xae, 0x63, 0x0b, 0x00, 0x82, 0xf4, 0xb2, 0xd3, 0x84, 0x2d, 0x80, 0x64, 0xc2, 0x21, 0xaf, 0xeb, 0x28, 0x6b, 0xe7, 0x3f, 0x8a, 0x9b, 0x93, 0xe7, 0x91, 0x48, 0x2c, 0xa2, 0xc8, 0x5e, 0x0a, 0x9c, 0x35, 0x63, 0xc3, 0xb1, 0x50, 0xec, 0x43, 0x38, 0xb5, 0x4b, 0xd1, 0x6f, 0x83, 0x57, 0x26, 0x11, 0x7a, 0x07, 0xfe, 0x12, 0x83, 0x32, 0x1e, 0xda, 0x9b, 0xc1, 0x1d, 0x59, 0x9a, 0xcd, 0x08, 0x34, 0xd7, 0xe3, 0x21, 0x0c, 0xfa, 0x8f, 0xa3, 0xd2, 0xa8, 0x45, 0x74, 0xa0, 0x7c, 0xca, 0xe3, 0x5e, 0x72, 0x37, 0xc3, 0x5e, 0x52, 0x80, 0xcf, 0x84, 0x88, 0xf8, 0xcc, 0x31, 0xd8, 0xa1, 0x56, 0x31, 0x63, 0xf1, 0xb5, 0x18, 0x64, 0x38, 0x89, 0xb8, 0x8d, 0xb6, 0x9f, 0x51, 0xe7, 0x6a, 0x6a, 0x2f, 0x52, 0x87, 0x11, 0x1f, 0x7c, 0x27, 0x45, 0xe4, 0x62, 0xcb, 0x44, 0x7c, 0xe3, 0xa1, 0xb0, 0x61, 0x13, 0x00, 0x0c, 0xeb, 0xd0, 0x12, 0xeb, 0x0d, 0x80, 0x88, 0x02, 0x78, 0x1c, 0xf6, 0x9e, 0x58, 0x54, 0x17, 0x1f, 0x5d, 0x45, 0x20, 0x79, 0x77, 0xb3, 0x50, 0xe2, 0xd2, 0x19, 0x3c, 0xac, 0xd8, 0x24, 0x1e, 0x97, 0xb4, 0x3b, 0x5b, 0xef, 0x5f, 0xc3, 0xa7, 0xb0, 0x31, 0xdd, 0x72, 0xd4, 0xc1, 0x69, 0x9b, 0x14, 0x2a, 0xbb, 0xe6, 0xba, 0x20, 0x60, 0x5b, 0x52, 0x99, 0x50, 0x34, 0x9c, 0x8c, 0x77, 0x5f, 0xe6, 0x53, 0x0e, 0xc4, 0x6e, 0xbd, 0xe8, 0xd7, 0xdf, 0x36, 0x79, 0xe7, 0xf7, 0x2c, 0x05, 0x68, 0x29, 0xab, 0x34, 0xcb, 0xf5, 0x22, 0x86, 0x9e, 0x48, 0xf2, 0x9b, 0xe6, 0x6e, 0x14, 0x62, 0xc5, 0x0c, 0x15, 0x10, 0x50, 0xa9, 0x9e, 0xcf, 0xa1, 0xbf, 0x41, 0xa3, 0xfe, 0x12 } }; static const struct cckprng_op_refresh op_refresh_5438 = { .hd = { .id = 5182, .kind = OP_REFRESH }, .rand = 138117330179182358ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5439 = { .hd = { .id = 5183, .kind = OP_RESEED }, .nonce = 9489558155685631359ULL, .seed_nbytes = 179, .seed = { 0x76, 0x5d, 0x85, 0x00, 0x51, 0x93, 0xa0, 0x1e, 0x48, 0x38, 0x0b, 0xd5, 0xf8, 0xa0, 0x29, 0xa2, 0xe2, 0xf2, 0x3a, 0xa2, 0xe2, 0x76, 0x86, 0xe6, 0x0f, 0x4b, 0x1b, 0xd8, 0x5c, 0x8c, 0x86, 0xc1, 0x25, 0xe3, 0xa9, 0x01, 0xd3, 0x01, 0xc3, 0x24, 0xb3, 0x6b, 0x61, 0x57, 0xb6, 0x9f, 0x64, 0x85, 0xab, 0x23, 0x5d, 0xc7, 0x27, 0x4f, 0xdc, 0x82, 0x37, 0x7a, 0xa5, 0x18, 0x22, 0x60, 0xc3, 0x75, 0x3e, 0xf1, 0x2e, 0x28, 0xcf, 0xc3, 0x0e, 0x42, 0x1a, 0xd0, 0x01, 0xcb, 0x8c, 0x07, 0xe4, 0x42, 0x5e, 0xae, 0xb3, 0x35, 0x2c, 0xd3, 0xb7, 0x28, 0xce, 0xb6, 0x59, 0x6e, 0x85, 0xa8, 0x4b, 0xe8, 0xbf, 0x48, 0xcb, 0xa8, 0x5c, 0xaf, 0x4b, 0x95, 0xad, 0xd3, 0x31, 0x3b, 0xa0, 0x72, 0x87, 0xa0, 0x33, 0xac, 0x86, 0x1b, 0x7a, 0x4b, 0xca, 0xdb, 0xbe, 0xef, 0xdf, 0xaa, 0x16, 0x70, 0xf6, 0x92, 0x7a, 0xc3, 0xd9, 0xb4, 0x54, 0x35, 0x8c, 0x18, 0xd1, 0x8f, 0x7b, 0x38, 0x91, 0xf5, 0x11, 0x5b, 0x29, 0x56, 0x0b, 0xfc, 0xea, 0x6f, 0x35, 0xbf, 0xda, 0x81, 0xbb, 0xf9, 0x50, 0xc2, 0x62, 0x0c, 0x74, 0x23, 0xb9, 0x69, 0xf1, 0xc6, 0xe0, 0x15, 0x2a, 0xdf, 0x0b, 0x41, 0xe6, 0x44, 0xb8, 0xe5, 0x96, 0x8e, 0xa0 } }; static const struct cckprng_op_generate op_init_5440 = { .hd = { .id = 5184, .kind = OP_GENERATE }, .rand_nbytes = 15, .out = { .rand = { 0xbc, 0x26, 0x27, 0xc1, 0xce, 0x9c, 0x25, 0xc0, 0x12, 0x78, 0x86, 0x4b, 0x27, 0x92, 0x10 } } }; static const struct cckprng_op_refresh op_refresh_5441 = { .hd = { .id = 5185, .kind = OP_REFRESH }, .rand = 2734390687695574509ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5442 = { .hd = { .id = 5186, .kind = OP_GENERATE }, .rand_nbytes = 73, .out = { .rand = { 0x2f, 0x70, 0x08, 0xfe, 0xa5, 0x9e, 0xfa, 0x43, 0x35, 0x02, 0x43, 0xb7, 0x7b, 0x3e, 0xfe, 0x76, 0x9f, 0x80, 0xd9, 0x0c, 0x7f, 0xe0, 0x50, 0xda, 0x42, 0x6a, 0xf6, 0x58, 0x23, 0x5e, 0xc0, 0x6a, 0xe7, 0xfa, 0x65, 0xe6, 0xa5, 0xfb, 0xe7, 0x10, 0x86, 0xf2, 0x69, 0x1e, 0x82, 0x72, 0x58, 0x73, 0x2a, 0xad, 0x19, 0xb0, 0xc2, 0xff, 0xfd, 0x3f, 0x7a, 0x20, 0x42, 0xd0, 0x57, 0x0e, 0xb6, 0x7b, 0x25, 0x53, 0xd1, 0x4a, 0x10, 0x20, 0xd5, 0x01, 0xe7 } } }; static const struct cckprng_op_generate op_init_5443 = { .hd = { .id = 5187, .kind = OP_GENERATE }, .rand_nbytes = 16, .out = { .rand = { 0xc0, 0xe6, 0xd4, 0xe9, 0xe4, 0x0b, 0x90, 0xf0, 0xb8, 0x41, 0x01, 0x09, 0x4d, 0x67, 0x56, 0xa6 } } }; static const struct cckprng_op_generate op_init_5444 = { .hd = { .id = 5188, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0xc7, 0xc4, 0xab } } }; static const struct cckprng_op_refresh op_refresh_5445 = { .hd = { .id = 5189, .kind = OP_REFRESH }, .rand = 13108822075740528258ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5446 = { .hd = { .id = 5190, .kind = OP_REFRESH }, .rand = 4249182763840054632ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5447 = { .hd = { .id = 5191, .kind = OP_RESEED }, .nonce = 8667075852233530424ULL, .seed_nbytes = 47, .seed = { 0x3f, 0x50, 0xcd, 0x41, 0x27, 0xe5, 0x6b, 0xac, 0x22, 0x4f, 0xe9, 0x5a, 0x53, 0x2c, 0x5f, 0x68, 0xc0, 0xd4, 0xc2, 0xee, 0xa2, 0xfb, 0xec, 0x75, 0xb8, 0x5d, 0x73, 0x92, 0xa4, 0xba, 0x59, 0xc6, 0xa5, 0x05, 0x6d, 0xf6, 0x92, 0x0c, 0x0e, 0x43, 0x80, 0x04, 0x6f, 0xac, 0xb5, 0x94, 0x8f } }; static const struct cckprng_op_generate op_init_5448 = { .hd = { .id = 5192, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0xbc, 0xb6, 0x45, 0x59, 0xc9, 0xab, 0x22, 0xff, 0x1e, 0x7b, 0xf0, 0x6f, 0xbc, 0xd1, 0xbc, 0xb8, 0x16, 0xf8, 0xd3, 0x6a, 0x02, 0x54, 0xc2, 0xea, 0x00, 0x54, 0xfd, 0x6c, 0xc0, 0xcc, 0x09, 0x4f, 0x9d, 0x4b, 0x1b, 0x89, 0x65, 0xd1, 0xcb, 0x7b, 0xc5, 0x97, 0x78, 0x0c, 0x85, 0x6d, 0x02, 0x7a, 0x95, 0x60, 0x10, 0x5b, 0x06, 0xd8, 0x59, 0x18, 0x54, 0x86, 0x82, 0x9d, 0xad, 0x27, 0x46, 0x0a, 0x36, 0xb5, 0x57, 0xa3, 0x52, 0x1d, 0x58, 0xed, 0x8e, 0x2f, 0x30, 0x5d, 0x95, 0x31, 0xaa, 0x9f, 0xaf, 0x9d, 0x24, 0xe7, 0x46, 0x55, 0xd3, 0xbf, 0x5c, 0xdc, 0x97, 0xf5, 0xab, 0xc4, 0xca, 0xac, 0x23, 0x44, 0xe3, 0x9b, 0xa0, 0x43, 0x6d, 0xef, 0x2b, 0xe4, 0xf6, 0xcf, 0xea, 0x8d, 0xe0, 0xa7, 0x50, 0x42, 0xce, 0xd4, 0x7f, 0xb4, 0x1b, 0x81, 0x31, 0x3b, 0xc1, 0x4b, 0x7b, 0x18, 0x83, 0xf2, 0x29, 0xcf, 0x28, 0x51, 0x17, 0xe2, 0x05, 0x38, 0x45, 0x70, 0xbb, 0x08, 0xb4, 0xb6, 0x65, 0xfc, 0xc3, 0x23, 0x5b, 0x68, 0x13, 0x9e, 0x19, 0xa6, 0xb7, 0x04, 0x6d, 0x7a, 0x7b, 0xbf, 0x8e, 0x50, 0x01, 0x7c, 0x5b, 0x68, 0x08, 0xf6, 0x68, 0x65, 0x83, 0x8d, 0x5b, 0x75, 0xbc, 0x31, 0x2e, 0xd8, 0xdc, 0x23, 0x05, 0x67, 0x44, 0x8f, 0xe5, 0x53, 0x39, 0x4e, 0xe4, 0xf9, 0x74, 0xda, 0x09, 0x9c, 0xcc, 0xe6, 0x4d, 0x6f, 0xbf, 0x6a, 0x5d, 0x66, 0x50, 0x7e, 0x70, 0x9a, 0xfd, 0x92, 0x85 } } }; static const struct cckprng_op_reseed op_reseed_5449 = { .hd = { .id = 5193, .kind = OP_RESEED }, .nonce = 2120780733404732205ULL, .seed_nbytes = 74, .seed = { 0x6d, 0xd1, 0x0f, 0x30, 0x10, 0x8e, 0xba, 0x1a, 0xdc, 0xe4, 0xbc, 0x28, 0x42, 0xaf, 0xd5, 0x99, 0x2f, 0x53, 0x5d, 0xf8, 0x24, 0xd6, 0x2b, 0x22, 0x08, 0xf2, 0xa2, 0xd2, 0xb7, 0xf0, 0xf4, 0x44, 0x06, 0x26, 0x5e, 0xa1, 0x0c, 0x1a, 0xbc, 0x89, 0x7c, 0x9a, 0x05, 0x88, 0xce, 0x1f, 0x0f, 0x65, 0xf2, 0xca, 0xce, 0x31, 0xc1, 0x2c, 0x0d, 0x43, 0x25, 0x66, 0x76, 0x18, 0xda, 0xf6, 0x97, 0xf7, 0xa6, 0x2a, 0xb7, 0x67, 0x12, 0xd7, 0x35, 0x01, 0x27, 0x08 } }; static const struct cckprng_op_refresh op_refresh_5450 = { .hd = { .id = 5194, .kind = OP_REFRESH }, .rand = 6685342818558112202ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5451 = { .hd = { .id = 5195, .kind = OP_GENERATE }, .rand_nbytes = 174, .out = { .rand = { 0xa5, 0xe4, 0xd2, 0xe5, 0x09, 0xa9, 0xce, 0x09, 0xf8, 0x53, 0x54, 0xab, 0x66, 0x91, 0x84, 0x33, 0xd0, 0x74, 0xb8, 0xba, 0xc7, 0x82, 0x0a, 0x58, 0x48, 0x34, 0x9d, 0xa9, 0x7a, 0xab, 0x24, 0xf1, 0xbc, 0xce, 0xd7, 0x54, 0xc0, 0x9b, 0x81, 0xfc, 0x69, 0x5b, 0x89, 0xc9, 0x60, 0x37, 0x90, 0x9b, 0xc5, 0x24, 0x3f, 0x43, 0xb2, 0x61, 0x71, 0x26, 0x00, 0x60, 0xd6, 0x17, 0x09, 0x69, 0x27, 0x3a, 0xd9, 0x84, 0x0a, 0x23, 0xd3, 0x05, 0x0c, 0xd6, 0xc5, 0x9a, 0x41, 0xc5, 0x2b, 0xac, 0xc1, 0x8b, 0x77, 0x7a, 0xf7, 0x3c, 0x87, 0x8d, 0x6a, 0x73, 0x1c, 0x8e, 0xc9, 0x17, 0x54, 0x44, 0xe7, 0xfc, 0x29, 0x6b, 0xac, 0xc6, 0xff, 0xea, 0x3b, 0xf4, 0xaa, 0x41, 0x51, 0x6d, 0x81, 0xe5, 0x8b, 0x23, 0xde, 0x92, 0x75, 0xf5, 0xdc, 0xe5, 0xa1, 0x49, 0x90, 0xe6, 0xc7, 0x16, 0xa0, 0xa4, 0x71, 0x6c, 0x94, 0x0b, 0x23, 0x4e, 0xa7, 0xc0, 0x10, 0x40, 0x51, 0x71, 0x34, 0xef, 0x4d, 0xbb, 0x68, 0x69, 0xcb, 0x93, 0x46, 0x6e, 0x6f, 0x06, 0x5a, 0xa3, 0x69, 0x23, 0x4d, 0x73, 0x44, 0xbd, 0x4b, 0x30, 0xe2, 0xab, 0xef, 0x95, 0x07, 0xcc, 0xe1, 0xa4, 0x4a, 0xe3, 0xfa, 0xbc, 0xb4, 0x6e } } }; static const struct cckprng_op_generate op_init_5452 = { .hd = { .id = 5196, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0x9d, 0xc0, 0xf3, 0xbb, 0x29, 0x4f, 0x9a, 0x61, 0xfd, 0x37, 0x86, 0x5e, 0x88, 0x85, 0x0f, 0x16, 0x17, 0x70, 0x6b, 0x1e, 0x22, 0x06, 0xa7, 0x57, 0xbb, 0xf8, 0xcd, 0xa5, 0xdb, 0xce, 0x4b, 0x65, 0xb6, 0xcd, 0x9d, 0x8e, 0xd0, 0x8c, 0xbf, 0x47, 0xae, 0x4e, 0x29, 0x61, 0x7b, 0x93, 0x24, 0x4c, 0x20, 0xaa, 0x3d, 0xe1, 0x7c, 0x87, 0x27, 0x8f, 0xa8, 0x73, 0x93, 0xc9, 0x64, 0xf2, 0x73, 0x87, 0x62, 0x3d, 0x1e, 0xf6, 0x0b, 0xf3, 0x4d, 0xfc, 0xdf, 0xd6, 0x3b, 0xd6, 0x84, 0x2d, 0x7d, 0x9a, 0xe3, 0x65, 0x18, 0x54, 0xf9, 0xea, 0x92, 0x01, 0x81, 0x3a, 0xf6, 0x0f, 0x00, 0x3d, 0x88, 0x56, 0xb1, 0xe6, 0x24, 0xa3, 0x44, 0xea, 0xee, 0x38, 0xc0, 0xb6, 0x8f, 0x1a, 0xe0, 0x73, 0xca, 0xf3, 0x44, 0x58, 0xea, 0x47, 0xeb, 0xa8, 0xd9, 0xf7, 0xb1, 0x38, 0x0f, 0xc4, 0x15, 0x64, 0x51, 0x88, 0x07, 0xf4, 0x86, 0x2e, 0x33, 0x1f, 0x0d, 0x64, 0x62, 0x9a, 0xb8, 0x72, 0x03, 0x9a } } }; static const struct cckprng_op_refresh op_refresh_5453 = { .hd = { .id = 5197, .kind = OP_REFRESH }, .rand = 4217136320173893420ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5454 = { .hd = { .id = 5198, .kind = OP_REFRESH }, .rand = 8849770333207652477ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5455 = { .hd = { .id = 5199, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x0a, 0xc5, 0xb6, 0xaf, 0x05, 0x97, 0x70, 0xac, 0xf1, 0xdb, 0x53, 0x81, 0x11, 0xc6, 0x50, 0x07, 0xbe, 0x87, 0x06, 0xee, 0x1d, 0x9d, 0x2b, 0x38, 0x67, 0x4a, 0xc0, 0xac, 0x50, 0x20, 0xf0, 0xcd, 0x58, 0x1c, 0xef, 0x92, 0x19, 0x0c, 0x04, 0xed, 0x67, 0x13, 0xe6, 0x70, 0xf7, 0x34, 0xbd, 0x83, 0x23, 0xa7, 0xaf, 0x68, 0x1d, 0x60, 0xbf, 0x6d, 0x29, 0xd3, 0x95, 0xe3, 0x91, 0x09, 0x5b, 0x32, 0x74, 0x68, 0x6f, 0x35, 0xb5, 0x66, 0x4d, 0x7e, 0x87, 0x3c, 0x13, 0x94, 0x7c, 0xa9, 0x48, 0x1c, 0xff, 0x76, 0xc1, 0x06, 0x3b, 0xff, 0x94, 0x09, 0xb6, 0x99, 0x28, 0xe4, 0x4d, 0x3b, 0xd6, 0xbe, 0x6b, 0x24, 0x76, 0xa4, 0x9a, 0x8a, 0xda, 0x49, 0xf4, 0x8e, 0x11, 0xf1, 0x0d, 0x94, 0xf2, 0xea, 0x3e, 0xe4, 0x8b, 0x9f, 0x02, 0x76, 0x4e, 0x9f, 0x81, 0x03, 0xd6, 0xb9, 0xc9, 0x76, 0x01, 0xdb, 0x91, 0x89, 0xa3, 0xf4, 0x01, 0xbc, 0x24, 0x67, 0x57, 0xb5 } } }; static const struct cckprng_op_reseed op_reseed_5456 = { .hd = { .id = 5200, .kind = OP_RESEED }, .nonce = 15846862342934144291ULL, .seed_nbytes = 180, .seed = { 0x2f, 0x8e, 0x53, 0x48, 0x5e, 0x1e, 0xfa, 0x61, 0x30, 0x74, 0x33, 0x3e, 0xa6, 0x80, 0x84, 0x8c, 0xd4, 0x0d, 0xe2, 0x14, 0x80, 0x36, 0xfd, 0xcb, 0x7a, 0x4c, 0x9f, 0xbd, 0xbf, 0xa3, 0x18, 0xa0, 0x56, 0x79, 0x2f, 0xa5, 0x3d, 0xf7, 0xf6, 0xf4, 0x53, 0xad, 0x7d, 0x07, 0x5e, 0x25, 0x98, 0xcd, 0x36, 0x27, 0xb5, 0x17, 0x94, 0xb4, 0x9b, 0x66, 0x68, 0x15, 0xac, 0xb7, 0x36, 0xc8, 0x61, 0xda, 0x1d, 0xe4, 0xfd, 0x00, 0xe9, 0xac, 0x42, 0x24, 0x3e, 0x5a, 0x56, 0x1a, 0x75, 0x97, 0x25, 0x51, 0xcd, 0x8c, 0xa1, 0xfd, 0x2e, 0x25, 0x5f, 0x53, 0x67, 0x8e, 0x81, 0xfe, 0x89, 0xc7, 0xe2, 0xe9, 0xfb, 0x0f, 0x78, 0xc4, 0x8d, 0xa0, 0x52, 0xfb, 0x93, 0xc2, 0x1d, 0xda, 0xc1, 0xbf, 0xfc, 0x1f, 0x7e, 0x50, 0xac, 0xd6, 0x25, 0x10, 0x55, 0x97, 0x08, 0xc6, 0x75, 0xaf, 0x21, 0x8f, 0x46, 0x21, 0x05, 0x99, 0x39, 0x74, 0x5d, 0xda, 0xb8, 0x92, 0xcd, 0x22, 0xdd, 0x17, 0x15, 0x53, 0xea, 0xed, 0x51, 0x3f, 0x9e, 0x0f, 0x9f, 0x82, 0x52, 0x32, 0x82, 0xeb, 0xfc, 0x8b, 0x16, 0xda, 0xf8, 0x78, 0x4f, 0x2f, 0xf9, 0x80, 0x54, 0xf5, 0xd1, 0xe1, 0x89, 0x83, 0xbf, 0xfd, 0xab, 0xcc, 0xac, 0xd4, 0x10, 0xe6, 0xe0, 0x29 } }; static const struct cckprng_op_reseed op_reseed_5457 = { .hd = { .id = 5201, .kind = OP_RESEED }, .nonce = 11852500269401679460ULL, .seed_nbytes = 254, .seed = { 0xc9, 0xd0, 0xb5, 0x15, 0x47, 0xc9, 0xc8, 0x74, 0x76, 0x14, 0x33, 0xfb, 0x6b, 0x36, 0x1c, 0xf8, 0xcb, 0xb2, 0x39, 0xdb, 0x79, 0x0b, 0x7e, 0xc1, 0xce, 0x59, 0xcf, 0xe9, 0xf2, 0x04, 0xcd, 0x8e, 0xad, 0xe2, 0x69, 0x73, 0x14, 0x4d, 0x38, 0x13, 0xb3, 0xb1, 0x34, 0xef, 0x45, 0x39, 0x98, 0xb8, 0x96, 0xfb, 0xa9, 0xe7, 0xc7, 0xed, 0x64, 0x39, 0x0b, 0x5d, 0xa4, 0x80, 0x35, 0x17, 0xc2, 0xd2, 0xfc, 0x6f, 0xc0, 0xc4, 0xa2, 0xa6, 0x19, 0x5c, 0xf6, 0x0b, 0x5d, 0xd4, 0x3d, 0x27, 0x14, 0x2c, 0x66, 0x12, 0x28, 0x49, 0x05, 0x17, 0x74, 0xe9, 0xd1, 0xd5, 0x0f, 0x27, 0x8e, 0x47, 0x6a, 0x30, 0xd0, 0xe7, 0x55, 0xc0, 0xdf, 0xf4, 0xbe, 0xcd, 0x16, 0xe1, 0x9e, 0x9f, 0x68, 0x33, 0x86, 0x61, 0x8c, 0x9a, 0xd2, 0x1c, 0x1e, 0x37, 0x7c, 0x40, 0xe3, 0xd3, 0x32, 0x30, 0x97, 0x85, 0x6a, 0xe5, 0x83, 0x13, 0x63, 0x38, 0x0f, 0x38, 0xca, 0xf0, 0xaf, 0x5e, 0x51, 0x75, 0x90, 0x08, 0xc9, 0x9f, 0x56, 0xf6, 0xad, 0x6f, 0xc7, 0xbb, 0x9c, 0xb7, 0xfa, 0x23, 0x19, 0xf6, 0x38, 0xca, 0x99, 0xe2, 0xd8, 0x7f, 0x99, 0x1c, 0x8d, 0x89, 0xc2, 0x92, 0xa7, 0x03, 0xe6, 0x29, 0x5f, 0xd5, 0x90, 0xe6, 0xa6, 0x1e, 0xcb, 0x6b, 0xc3, 0x79, 0x99, 0x0c, 0x08, 0x67, 0xcc, 0xda, 0xd9, 0xf8, 0x3f, 0xbb, 0x1b, 0xf8, 0x5b, 0xe0, 0xc6, 0x25, 0x19, 0xea, 0x35, 0xdc, 0x06, 0xbe, 0x87, 0x46, 0x4c, 0x9e, 0xf5, 0x87, 0x03, 0xf4, 0x84, 0x3e, 0x63, 0xbb, 0x06, 0x63, 0xe6, 0x7d, 0xab, 0xaf, 0x8c, 0x82, 0x91, 0x3e, 0xf2, 0xa7, 0xab, 0x6e, 0x23, 0xcd, 0x3b, 0x72, 0xa6, 0x0d, 0xe6, 0xb9, 0x93, 0xa0, 0xf3, 0xb4, 0xe9, 0x94, 0x25, 0x5b, 0x7f, 0xe1, 0x04, 0x5f, 0x35, 0xb8, 0xea, 0x8f } }; static const struct cckprng_op_reseed op_reseed_5458 = { .hd = { .id = 5202, .kind = OP_RESEED }, .nonce = 14010901843777144093ULL, .seed_nbytes = 95, .seed = { 0x82, 0xa7, 0xb3, 0x47, 0x18, 0x0c, 0xcb, 0x82, 0x67, 0xa0, 0xef, 0x4b, 0xe5, 0x94, 0x2a, 0xa6, 0xdd, 0xfa, 0xc7, 0x0e, 0x27, 0x3c, 0x1a, 0x65, 0xed, 0x51, 0xc8, 0xdb, 0x61, 0xf2, 0x9b, 0xa0, 0x9c, 0xa2, 0xcd, 0x3a, 0xd7, 0xae, 0x79, 0x6d, 0xc6, 0xe3, 0xe0, 0xf7, 0xcf, 0x3d, 0xbf, 0x21, 0xcd, 0x12, 0x3e, 0x1b, 0x8e, 0x94, 0x8d, 0x6f, 0xdc, 0xbb, 0x00, 0xfb, 0x51, 0x97, 0xf4, 0x47, 0x74, 0x96, 0x87, 0x38, 0x9e, 0xf5, 0x96, 0x99, 0xa0, 0x71, 0x72, 0x22, 0xc9, 0x49, 0xbf, 0x1d, 0x90, 0x3f, 0xb0, 0x0b, 0xb5, 0xf0, 0xf8, 0x03, 0x1b, 0xd1, 0x7b, 0x77, 0xe2, 0x28, 0xfb } }; static const struct cckprng_op_generate op_init_5459 = { .hd = { .id = 5203, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0x43, 0xdc, 0x01, 0x9c, 0x61, 0xf7, 0xed, 0xc3, 0xd9, 0x8a, 0x9e, 0x7b, 0x0b, 0x2c, 0x7e, 0x9b, 0xed, 0xe3, 0x5b, 0xe2, 0x51, 0xb4, 0x01, 0x1b, 0x56, 0x89, 0xdf, 0xf6, 0x34, 0x09, 0xe5, 0xa3, 0xb1, 0xa8, 0x25, 0x79, 0x08, 0x7e, 0x27, 0x2a, 0x2d, 0x8e, 0x34, 0x80, 0xe7, 0x07, 0x73, 0x80, 0x6a, 0x24, 0x59, 0x40, 0x8e, 0xf4, 0x00, 0xd8, 0x68, 0xba, 0xe2, 0x4b, 0xf5, 0x42, 0x41, 0xcb, 0x34, 0xfd, 0xd3, 0x36, 0x76, 0x0c, 0x51, 0x5a, 0x68, 0x1a, 0x7e, 0xde, 0x1d, 0x5b, 0xb2, 0x84, 0x1f, 0x2e, 0xa1, 0xe1, 0x8e, 0xac, 0x68, 0x18, 0x3e, 0xe1, 0xec, 0x7d, 0x70, 0x66, 0x8b, 0x2d, 0x90, 0x0f, 0x3d, 0xd7, 0x6b, 0x6b, 0xd7, 0x81, 0x23, 0xde, 0x05, 0x04, 0x66, 0x05, 0x8e, 0x28, 0xeb, 0x8e, 0xc9, 0x70, 0x11, 0xb5, 0x7a, 0x4b, 0xd3, 0xa9, 0x66, 0x29, 0xe1, 0x76, 0xd9, 0x9f, 0x4c, 0x3e, 0x22, 0x2a, 0xbf, 0x32, 0x67, 0x69, 0x31, 0xc9, 0xfc, 0x5d, 0x8c, 0xc9, 0x7c, 0xe1, 0x34, 0x0f, 0xb5, 0x0d, 0xd1, 0x89, 0x9a, 0xf0, 0xb2, 0x69, 0xfe, 0x96, 0xdc, 0xd6, 0x22, 0x76, 0x3a, 0xa7, 0x7e, 0xb2, 0xda, 0xce, 0xfa, 0x45, 0x55, 0x17, 0x06, 0x0b, 0x7a, 0x59, 0x04, 0x51, 0x4b, 0x9d, 0x68, 0x29, 0x66, 0x22, 0x91, 0xec, 0x3a, 0xce, 0x93, 0x74, 0xc5, 0x2b, 0x90, 0x57, 0x22, 0xa5, 0x39, 0xb9, 0xea, 0x56, 0xa4, 0x95, 0xb3, 0x0d, 0xbb, 0xa4, 0xe8, 0xb5, 0xc4, 0x85, 0x91, 0xc1, 0x61, 0x0e, 0x47, 0xfe, 0x38, 0xf9, 0xd5, 0x5e, 0x06, 0x75, 0x1e, 0xed, 0xcf, 0xd6, 0x42, 0x3c, 0x49, 0x89, 0x01, 0x17, 0x4f, 0x22, 0xe5, 0x2b, 0x37, 0x5d, 0xbc, 0xd1, 0x19, 0x85, 0xe0, 0x6d, 0xb5, 0x4c, 0x68, 0x4e, 0xbf, 0xe0, 0xf7, 0x8e, 0x8e, 0xba, 0xe5, 0x32 } } }; static const struct cckprng_op_reseed op_reseed_5460 = { .hd = { .id = 5204, .kind = OP_RESEED }, .nonce = 7413206252915774923ULL, .seed_nbytes = 114, .seed = { 0x41, 0x0c, 0x43, 0xa5, 0xc6, 0x39, 0x4e, 0x79, 0x67, 0x7a, 0x3a, 0x01, 0xb3, 0xa9, 0xe0, 0x29, 0x4b, 0x86, 0x2d, 0xc0, 0x40, 0xb2, 0xa2, 0x28, 0xee, 0x77, 0xce, 0x08, 0x0e, 0x40, 0x9c, 0x8b, 0x63, 0x41, 0x63, 0x8c, 0xd1, 0xf0, 0xfd, 0x34, 0x2a, 0x9d, 0xaa, 0xce, 0x1e, 0x82, 0x6d, 0xca, 0xd3, 0x30, 0xe9, 0xdb, 0x3b, 0x77, 0xd7, 0xd8, 0x82, 0xa3, 0xc6, 0xa7, 0x80, 0xf8, 0xb7, 0x3c, 0x3c, 0x40, 0x74, 0xa7, 0x53, 0xa5, 0x6d, 0x7a, 0x48, 0x00, 0xa3, 0x38, 0x18, 0xad, 0x35, 0x3d, 0xe4, 0xf5, 0x7b, 0x59, 0xeb, 0xeb, 0xa5, 0xdf, 0x6c, 0xf2, 0xa0, 0x9c, 0xc4, 0x73, 0x8b, 0xa3, 0xa3, 0xff, 0x17, 0x03, 0x07, 0xf2, 0x05, 0x43, 0x09, 0xe2, 0x9c, 0xb9, 0x42, 0xd0, 0xad, 0xb1, 0xce, 0x10 } }; static const struct cckprng_op_refresh op_refresh_5461 = { .hd = { .id = 5205, .kind = OP_REFRESH }, .rand = 6460470179666462083ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5462 = { .hd = { .id = 5206, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xf3, 0xf0, 0xe8, 0xa9, 0x82, 0xc8, 0xaf, 0x00, 0x26, 0x8d, 0x71, 0x3d, 0x50, 0x20, 0x7d, 0x53, 0x33, 0x72, 0x45, 0xa1, 0x19, 0xce, 0x46, 0x64, 0x25, 0xbc, 0x7d, 0x5d, 0xce, 0x44, 0x5c, 0x57, 0xfb, 0x4c, 0xca, 0xf5, 0xb9, 0x27, 0x66, 0x5d, 0x25, 0xbe, 0x2a, 0xb8, 0x10, 0xba, 0x05, 0x6e, 0xdd, 0xb6, 0x0c, 0xe8, 0x8f, 0xef, 0xb2, 0x20, 0xa0, 0x5f, 0x57, 0xcb, 0xd7, 0x74, 0x50, 0xcb, 0x7f, 0x9f, 0x99, 0x4b, 0x2d, 0xf5, 0xc4, 0xde, 0xfa, 0xb7, 0x70, 0xfa, 0x85, 0xfb, 0xa5, 0xf5, 0xad, 0x9a, 0x0d, 0x37, 0xbd, 0x3b, 0x69, 0x05, 0x21, 0xda, 0x0e, 0xe3, 0x8f, 0xfe, 0x72, 0x7f, 0xa4, 0x89, 0xdc, 0x0c, 0xfd, 0x64, 0x2e, 0x29, 0x27, 0xd5, 0x8c, 0x78, 0x82, 0x91, 0x30, 0x0c, 0xf7, 0x69, 0xb3, 0x26, 0xbe, 0xfe, 0x41, 0x22, 0x17, 0xb2, 0x37, 0xc6, 0xfe, 0xe1, 0x6d, 0x9f, 0x8a, 0x86, 0xd7, 0xd8, 0x8b, 0xae, 0x11, 0xfe, 0xa6, 0x6b, 0x9e, 0xfe, 0x30, 0xa2, 0xad, 0x32, 0x9d, 0x19, 0xf4, 0x55, 0x1a, 0xb9, 0xad, 0xd9, 0xf1, 0xa5, 0xfc, 0xfa, 0x15, 0x5a, 0x48, 0xdf, 0xa4, 0x42, 0x6c, 0x4d, 0x98, 0xe8, 0xd0, 0x01, 0xee, 0xab, 0x10, 0x55, 0xab, 0x76, 0x17, 0xcb, 0xfc, 0x3e, 0xe8, 0x7a, 0x31, 0x01, 0xf9, 0xcb, 0xdf, 0x18, 0x4f, 0x21, 0x14, 0xb9, 0x2d } } }; static const struct cckprng_op_reseed op_reseed_5463 = { .hd = { .id = 5207, .kind = OP_RESEED }, .nonce = 5935168352978035178ULL, .seed_nbytes = 71, .seed = { 0xc9, 0x80, 0xdb, 0x13, 0x7d, 0x08, 0x70, 0x1a, 0x84, 0x4b, 0x19, 0xd9, 0xa5, 0x52, 0xf5, 0xb0, 0x73, 0x7f, 0x9d, 0xd3, 0x2a, 0xdf, 0xae, 0xcb, 0x88, 0x07, 0xed, 0x90, 0x76, 0x54, 0x2d, 0x73, 0x29, 0xf2, 0x9d, 0xfe, 0xd7, 0x28, 0x8e, 0x9d, 0xb0, 0x81, 0x46, 0x32, 0x6b, 0x93, 0xc7, 0x96, 0x93, 0x51, 0xe3, 0xd9, 0x0c, 0xd0, 0xda, 0xa7, 0xe7, 0x6e, 0xc0, 0x18, 0x38, 0x83, 0x34, 0xff, 0x2f, 0x16, 0x54, 0x02, 0xe8, 0xc2, 0xf2 } }; static const struct cckprng_op_reseed op_reseed_5464 = { .hd = { .id = 5208, .kind = OP_RESEED }, .nonce = 3969417085689233058ULL, .seed_nbytes = 74, .seed = { 0xae, 0xa6, 0x9c, 0xb7, 0x74, 0x34, 0x13, 0x6a, 0x1e, 0x82, 0xb8, 0x1f, 0x99, 0xe6, 0xa7, 0x80, 0xca, 0xfc, 0x6d, 0x9d, 0x22, 0xaa, 0x53, 0xd7, 0x5b, 0x5d, 0xa8, 0xaa, 0xad, 0x64, 0x27, 0xb2, 0x79, 0xb5, 0x02, 0x4b, 0x47, 0x2c, 0x51, 0x67, 0x32, 0x39, 0xd0, 0x4e, 0x04, 0xb2, 0x67, 0x5f, 0xfb, 0x97, 0xa9, 0x2d, 0xaf, 0x8f, 0xc5, 0xd2, 0xce, 0x56, 0x07, 0xea, 0x6f, 0xbc, 0x16, 0x11, 0xfa, 0xee, 0x4f, 0x27, 0x6c, 0x3a, 0xb1, 0xfa, 0xb6, 0x24 } }; static const struct cckprng_op_reseed op_reseed_5465 = { .hd = { .id = 5209, .kind = OP_RESEED }, .nonce = 15382884097747257279ULL, .seed_nbytes = 196, .seed = { 0x63, 0x01, 0xfa, 0x57, 0xc7, 0xd9, 0x97, 0x64, 0xfa, 0x2c, 0x18, 0xda, 0xd4, 0x60, 0x4e, 0x4b, 0x61, 0xd8, 0xb6, 0x19, 0x8f, 0x60, 0x4e, 0x64, 0xd4, 0x42, 0x81, 0xb8, 0x89, 0x88, 0xdc, 0x3d, 0x2d, 0xe1, 0x73, 0x34, 0x26, 0xc8, 0x86, 0x5e, 0x30, 0x7f, 0x93, 0x61, 0xd6, 0x34, 0x52, 0x8e, 0xe6, 0xc6, 0x66, 0x2c, 0x50, 0x55, 0x54, 0x98, 0xb8, 0x07, 0x88, 0x86, 0x1b, 0xcd, 0x4b, 0x5a, 0x08, 0x13, 0xde, 0x41, 0x32, 0x5c, 0x2e, 0x84, 0x2a, 0xef, 0x38, 0xa8, 0x0c, 0x5a, 0xbf, 0xd9, 0x8c, 0xe6, 0x7b, 0x08, 0x8b, 0xd7, 0xbc, 0xf0, 0xc1, 0x86, 0x36, 0x54, 0xa6, 0xd7, 0xd7, 0xd6, 0x60, 0x36, 0xb6, 0x76, 0x48, 0xcd, 0xee, 0x20, 0x30, 0xd8, 0x06, 0x17, 0x84, 0x3f, 0x73, 0x53, 0xb4, 0x44, 0x50, 0x72, 0x54, 0xd2, 0x51, 0x62, 0x56, 0xd0, 0x5b, 0xb2, 0x8f, 0x41, 0xcc, 0x7f, 0xcd, 0xd7, 0x2b, 0x78, 0x2c, 0x8d, 0x16, 0x7c, 0x79, 0xc3, 0x4d, 0x9f, 0xa4, 0x85, 0x98, 0xeb, 0x05, 0x1e, 0xa3, 0x77, 0x52, 0xd0, 0xbd, 0x3b, 0x7d, 0xac, 0x85, 0x68, 0x53, 0x4c, 0x61, 0x4f, 0xcd, 0x17, 0xec, 0x88, 0xfb, 0x1d, 0xdc, 0x19, 0xa7, 0x6b, 0xae, 0x99, 0x1f, 0x5c, 0x94, 0xcf, 0xc6, 0xfe, 0xcf, 0x85, 0xde, 0x48, 0x0b, 0xfa, 0x02, 0xf3, 0xde, 0x3e, 0x6f, 0x28, 0x6c, 0x7b, 0x81, 0x3f, 0x03, 0x43 } }; static const struct cckprng_op_refresh op_refresh_5466 = { .hd = { .id = 5210, .kind = OP_REFRESH }, .rand = 13757309832678162009ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5467 = { .hd = { .id = 5211, .kind = OP_RESEED }, .nonce = 7692261851541857014ULL, .seed_nbytes = 215, .seed = { 0x50, 0x67, 0xc9, 0x1c, 0xa1, 0x45, 0x3d, 0xaf, 0xbe, 0xbd, 0x24, 0xab, 0xf3, 0x56, 0x5d, 0x27, 0x3e, 0xea, 0x2f, 0xd7, 0x95, 0x57, 0x7d, 0x5c, 0x14, 0xa7, 0x68, 0x87, 0x02, 0x9d, 0x60, 0xe0, 0x1a, 0xaf, 0x07, 0x33, 0xa5, 0xd2, 0xdd, 0x29, 0xa7, 0xf9, 0xd5, 0xc2, 0xcf, 0x9a, 0x71, 0x21, 0x05, 0x9b, 0x59, 0x13, 0xa8, 0xee, 0xd7, 0x3b, 0xcf, 0x39, 0xf8, 0xeb, 0x1b, 0xb7, 0xe3, 0x57, 0x8b, 0xcf, 0xb0, 0x2f, 0x84, 0xcf, 0xc1, 0x07, 0x3f, 0x86, 0x76, 0xbe, 0xdc, 0x8c, 0x88, 0x0b, 0x9d, 0xd0, 0xf9, 0x7d, 0xc9, 0xc4, 0x97, 0xee, 0x35, 0xeb, 0x94, 0x76, 0x1e, 0xb9, 0xe1, 0x87, 0x4f, 0x79, 0xd1, 0x88, 0x4d, 0x82, 0xea, 0xf9, 0xb6, 0x41, 0x04, 0x9f, 0x17, 0x6f, 0x2d, 0xc1, 0x0a, 0x5c, 0x39, 0x43, 0xb7, 0x45, 0x5d, 0xee, 0xe6, 0x3f, 0x40, 0x7d, 0x52, 0x34, 0x94, 0xb7, 0x21, 0x8c, 0x84, 0x2f, 0xb5, 0x05, 0xa3, 0x4d, 0x96, 0xfd, 0x02, 0x70, 0xdb, 0x87, 0x69, 0xed, 0x79, 0xb6, 0xd7, 0x68, 0xea, 0xc4, 0x6a, 0x44, 0xbe, 0x5d, 0xc1, 0x9c, 0x4d, 0xb8, 0x2d, 0xe4, 0x4f, 0x3f, 0xb0, 0x3f, 0x8b, 0x1c, 0xcd, 0x44, 0x2e, 0x29, 0x07, 0x40, 0x69, 0x09, 0x0a, 0x3d, 0x06, 0xd2, 0x63, 0x2f, 0x5e, 0x2e, 0x5a, 0x25, 0xe5, 0x29, 0x73, 0x47, 0xfa, 0xa0, 0x54, 0xac, 0xf5, 0xfe, 0xdd, 0x31, 0xd2, 0x80, 0x71, 0xb5, 0x4b, 0x25, 0x04, 0xfe, 0xbe, 0x41, 0x33, 0x88, 0x3b, 0x0a, 0xcf, 0x3c, 0xe7, 0x79, 0xaf } }; static const struct cckprng_op_reseed op_reseed_5468 = { .hd = { .id = 5212, .kind = OP_RESEED }, .nonce = 8836787786106510798ULL, .seed_nbytes = 210, .seed = { 0x1c, 0x2f, 0x47, 0x37, 0x02, 0x07, 0x09, 0x5c, 0x18, 0xeb, 0x34, 0x45, 0x5e, 0x8b, 0x91, 0x4a, 0x22, 0xf5, 0xe8, 0xae, 0x41, 0x9a, 0xf4, 0xac, 0x27, 0x25, 0x49, 0x35, 0xd4, 0x65, 0xd5, 0xa6, 0xa2, 0x8f, 0x84, 0x72, 0x0d, 0xa2, 0x28, 0xb2, 0x0c, 0xca, 0x40, 0x33, 0x3c, 0x01, 0xbc, 0x2e, 0x84, 0xf0, 0xb1, 0x9d, 0x70, 0xe1, 0x51, 0x26, 0xb4, 0x41, 0x49, 0xc2, 0xa9, 0x72, 0x53, 0x59, 0xf2, 0x6d, 0xaa, 0x90, 0xc7, 0xc3, 0x42, 0xc9, 0x83, 0x49, 0x2e, 0x74, 0x23, 0xb9, 0x75, 0x43, 0x1c, 0x63, 0x17, 0x06, 0xc1, 0x2c, 0x8b, 0x72, 0x8a, 0x51, 0x23, 0xb2, 0x61, 0x4a, 0x2a, 0x12, 0xa5, 0x2e, 0x1d, 0xd7, 0x3d, 0x90, 0xa6, 0xde, 0xac, 0xa2, 0x13, 0x6f, 0xcd, 0xac, 0x02, 0x55, 0x58, 0xf7, 0xc2, 0x6c, 0xbf, 0x29, 0x80, 0x99, 0x07, 0x7d, 0x16, 0x5d, 0xa6, 0x49, 0x51, 0x8a, 0x76, 0x43, 0xd6, 0x1d, 0x2e, 0x86, 0x30, 0x02, 0x1b, 0xa7, 0x33, 0x1c, 0x1c, 0x0c, 0x34, 0x58, 0xfd, 0xa8, 0x1b, 0x89, 0x69, 0xb0, 0xe6, 0x65, 0xfc, 0xcd, 0xd7, 0xa7, 0x4c, 0xe4, 0x35, 0x44, 0xeb, 0x86, 0x2d, 0x5a, 0x18, 0x79, 0x68, 0x07, 0x50, 0x20, 0x1a, 0x53, 0x49, 0xcc, 0x93, 0x51, 0xf2, 0x69, 0x56, 0x6d, 0x42, 0x1b, 0x5c, 0x1a, 0xd7, 0xcd, 0x35, 0xa5, 0xb7, 0x93, 0x38, 0x80, 0xf9, 0x1d, 0x7d, 0xe8, 0x61, 0x72, 0xf4, 0xee, 0x83, 0x1c, 0xbd, 0x39, 0x8f, 0x07, 0xc4, 0xcc, 0xfa, 0x62 } }; static const struct cckprng_op_refresh op_refresh_5469 = { .hd = { .id = 5213, .kind = OP_REFRESH }, .rand = 16902916917970000471ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5470 = { .hd = { .id = 5214, .kind = OP_REFRESH }, .rand = 9775845733881891064ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5471 = { .hd = { .id = 5215, .kind = OP_GENERATE }, .rand_nbytes = 264, .out = { .rand = { 0x7f, 0x1c, 0x28, 0x47, 0xba, 0x80, 0xde, 0xaf, 0x25, 0xe1, 0xe8, 0x09, 0xb8, 0xab, 0xd8, 0x0a, 0xf6, 0x7b, 0xdf, 0x9f, 0x3f, 0x02, 0xd2, 0x69, 0xc8, 0x8e, 0x0d, 0xeb, 0xeb, 0xbc, 0x08, 0x3e, 0xcd, 0xfb, 0xba, 0x5b, 0x62, 0xae, 0xcd, 0x03, 0x64, 0x13, 0x3e, 0xad, 0x61, 0xdf, 0x48, 0x50, 0xd9, 0x0f, 0x71, 0x05, 0xd5, 0x4b, 0xbd, 0x67, 0xe3, 0x7d, 0xf4, 0x43, 0xab, 0x22, 0xd7, 0x0a, 0x55, 0x7c, 0xa6, 0xa5, 0xe0, 0x92, 0x90, 0x1d, 0x58, 0xfe, 0x42, 0x32, 0xf7, 0xa7, 0x7f, 0xd1, 0x92, 0xc5, 0x4f, 0x29, 0xc5, 0x5f, 0x46, 0x3f, 0xde, 0x27, 0x09, 0xe8, 0xed, 0x66, 0xbc, 0x23, 0xa2, 0x78, 0x1c, 0xa6, 0xd3, 0xee, 0x06, 0x3e, 0x88, 0xdf, 0xc0, 0x60, 0x3f, 0x6e, 0xd5, 0xbb, 0xdf, 0x04, 0x22, 0xfa, 0x99, 0x75, 0x7d, 0x1d, 0x84, 0x9b, 0xe4, 0x31, 0xbc, 0xf0, 0x4b, 0x9d, 0xbb, 0x02, 0x20, 0x28, 0x0a, 0xd7, 0x35, 0x50, 0xc9, 0xdc, 0xdf, 0xb0, 0x19, 0xa3, 0xa0, 0x4e, 0xb3, 0xd6, 0x18, 0xab, 0xbd, 0xb1, 0x02, 0xf6, 0x8e, 0x2f, 0x42, 0xc7, 0xc4, 0x57, 0xb1, 0xd0, 0xac, 0x1f, 0xa7, 0x3d, 0x51, 0xd5, 0x45, 0x84, 0xc5, 0x6f, 0xc7, 0x55, 0x7a, 0xc8, 0x82, 0xe9, 0x4b, 0xf5, 0x8e, 0x0c, 0x7b, 0x9c, 0xa6, 0xe6, 0x9e, 0x79, 0xd4, 0x7f, 0x91, 0xb6, 0xcb, 0x39, 0x84, 0x02, 0x40, 0xdf, 0x98, 0xa4, 0x2a, 0xef, 0x1e, 0x57, 0x88, 0x24, 0x2f, 0xa6, 0x2a, 0xa9, 0x20, 0x5f, 0xc0, 0xe4, 0xb8, 0xb2, 0xa8, 0x63, 0x8b, 0xa3, 0x35, 0xee, 0x20, 0xe2, 0x39, 0x40, 0xde, 0x39, 0x7c, 0xee, 0x7a, 0x6e, 0xcd, 0x58, 0xa6, 0x08, 0x8d, 0x28, 0xa7, 0x33, 0xc9, 0x2b, 0x22, 0x63, 0xe8, 0x1e, 0x28, 0x16, 0x16, 0x12, 0x4b, 0xad, 0x6e, 0x99, 0x2c, 0xba, 0x15, 0xfd, 0x61, 0x9b, 0x5d, 0x7c, 0x11, 0xf5, 0x99, 0xe2 } } }; static const struct cckprng_op_generate op_init_5472 = { .hd = { .id = 5216, .kind = OP_GENERATE }, .rand_nbytes = 83, .out = { .rand = { 0x63, 0x2a, 0xf3, 0x98, 0x2e, 0xf2, 0x36, 0xdd, 0xd3, 0xa4, 0x33, 0x3f, 0x94, 0xe1, 0xff, 0x60, 0x01, 0x8a, 0xcf, 0xb2, 0x2f, 0x5f, 0xe1, 0x3c, 0x65, 0x6e, 0xea, 0xa7, 0xb1, 0xd7, 0x6d, 0xea, 0x3e, 0xd8, 0xf0, 0xdb, 0x3a, 0x85, 0x03, 0x4e, 0x98, 0x26, 0xff, 0x15, 0x44, 0xc8, 0xb6, 0x25, 0x01, 0x7c, 0x04, 0x62, 0xd4, 0x00, 0xdd, 0x15, 0x12, 0xb1, 0x21, 0x98, 0x3d, 0x8b, 0x42, 0x7d, 0xc7, 0xab, 0xa3, 0xdb, 0xe6, 0xcf, 0x9f, 0x39, 0x1f, 0x7f, 0xf2, 0x2f, 0x26, 0x38, 0x58, 0xbd, 0xb9, 0xe5, 0x84 } } }; static const struct cckprng_op_generate op_init_5473 = { .hd = { .id = 5217, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0x71, 0x2a, 0x15, 0xaa, 0xef, 0x94, 0xee, 0x60, 0x94, 0x42, 0x98, 0x3b, 0xdf, 0x09 } } }; static const struct cckprng_op_refresh op_refresh_5474 = { .hd = { .id = 5218, .kind = OP_REFRESH }, .rand = 8260696177928989360ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5475 = { .hd = { .id = 5219, .kind = OP_REFRESH }, .rand = 9506684827036256578ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5476 = { .hd = { .id = 5220, .kind = OP_RESEED }, .nonce = 695667788347560011ULL, .seed_nbytes = 96, .seed = { 0x43, 0x91, 0xce, 0x1c, 0xf4, 0xf9, 0xbe, 0x33, 0xec, 0x5c, 0x0c, 0x70, 0x9c, 0x73, 0xfc, 0xfd, 0xca, 0x1f, 0xc7, 0xe2, 0x60, 0x19, 0x99, 0xbe, 0x19, 0x4f, 0x10, 0xbc, 0x29, 0x87, 0x9c, 0x50, 0xb0, 0x5b, 0xbc, 0x90, 0x7f, 0xd3, 0x72, 0x82, 0x21, 0x61, 0xa9, 0xa3, 0x0f, 0x09, 0x6e, 0x4d, 0xd3, 0xad, 0x4d, 0xa2, 0x70, 0xbf, 0x18, 0xe8, 0x6f, 0x78, 0x35, 0xa8, 0x9b, 0xab, 0x40, 0xb8, 0x2d, 0x14, 0x0e, 0x42, 0x56, 0xb6, 0x44, 0x71, 0xcb, 0x64, 0xc5, 0x9f, 0xee, 0xe1, 0x3f, 0xd9, 0xb8, 0xa4, 0xed, 0x54, 0xa3, 0xb2, 0xd5, 0x2e, 0x6c, 0x43, 0xe8, 0x23, 0x74, 0xd6, 0x0d, 0xcd } }; static const struct cckprng_op_refresh op_refresh_5477 = { .hd = { .id = 5221, .kind = OP_REFRESH }, .rand = 16937062193267301645ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5478 = { .hd = { .id = 5222, .kind = OP_RESEED }, .nonce = 2664887873839027298ULL, .seed_nbytes = 262, .seed = { 0xac, 0x6b, 0x99, 0xa0, 0x1a, 0x02, 0x99, 0xbe, 0xfd, 0xca, 0xfa, 0x84, 0x92, 0x08, 0x68, 0xfe, 0x9d, 0x5d, 0xda, 0x00, 0x54, 0xcc, 0xee, 0x96, 0x0d, 0x94, 0xc1, 0x07, 0x05, 0x74, 0x9e, 0x0b, 0x66, 0x5a, 0xfe, 0xa6, 0x63, 0x20, 0x19, 0xc3, 0x76, 0xf0, 0x40, 0x46, 0xa6, 0x4c, 0x63, 0xa7, 0xfc, 0x5d, 0xb8, 0x76, 0x86, 0xad, 0x02, 0xc2, 0x4e, 0x8a, 0x18, 0xc2, 0x52, 0x25, 0xcd, 0x47, 0x39, 0xb9, 0x47, 0x51, 0x6c, 0x5a, 0x50, 0x74, 0x2a, 0xbe, 0x03, 0x8a, 0xf2, 0xa7, 0xf9, 0x58, 0x77, 0x3f, 0x58, 0xf8, 0xef, 0x19, 0x11, 0x96, 0x82, 0xc6, 0x7d, 0x8c, 0x57, 0xa1, 0xc2, 0x61, 0x7f, 0x65, 0x71, 0xbf, 0x6d, 0xa9, 0x5d, 0x56, 0x82, 0x95, 0x48, 0x01, 0xb4, 0x3b, 0x33, 0x16, 0x60, 0x89, 0x90, 0x9e, 0xe9, 0x13, 0x06, 0x4a, 0x78, 0x64, 0x37, 0xe7, 0xdb, 0x82, 0xa0, 0x95, 0x5a, 0x8e, 0x0a, 0xf5, 0xca, 0x50, 0x38, 0xb4, 0x9e, 0xc8, 0x3f, 0x2a, 0x8c, 0x86, 0x5e, 0xd1, 0x00, 0x34, 0x6c, 0x29, 0x5f, 0x2b, 0xc1, 0xa6, 0x24, 0xea, 0x33, 0xbb, 0x22, 0x90, 0xfa, 0x2a, 0xb8, 0x70, 0x47, 0xb0, 0x7d, 0x4c, 0x02, 0xde, 0x31, 0x24, 0x9b, 0x95, 0x4d, 0xda, 0xae, 0x06, 0x07, 0xac, 0x6a, 0x3a, 0xec, 0x34, 0x45, 0x95, 0xca, 0xaf, 0x99, 0xac, 0x2f, 0x39, 0x45, 0x1d, 0xc0, 0xc7, 0x56, 0x54, 0xdc, 0x99, 0x11, 0x71, 0x33, 0x86, 0x89, 0xc9, 0xc2, 0xf6, 0x38, 0x8b, 0x9a, 0xbe, 0x1e, 0xa9, 0x1d, 0x03, 0x52, 0x53, 0x1e, 0x3b, 0xfc, 0xef, 0xd7, 0xf3, 0xc0, 0x97, 0x0c, 0x39, 0x65, 0x6f, 0xde, 0x00, 0x06, 0xe1, 0x72, 0xec, 0x0c, 0x68, 0x93, 0xda, 0x23, 0x36, 0x83, 0x99, 0xd7, 0xc3, 0x90, 0x6b, 0xe8, 0xef, 0x68, 0x62, 0xf0, 0xe2, 0x6f, 0x19, 0xeb, 0xc2, 0xca, 0x51, 0x0a, 0x04, 0x8f, 0x7e } }; static const struct cckprng_op_reseed op_reseed_5479 = { .hd = { .id = 5223, .kind = OP_RESEED }, .nonce = 8470472578020953812ULL, .seed_nbytes = 165, .seed = { 0x26, 0x5c, 0x74, 0x98, 0xa7, 0xd0, 0x4c, 0x84, 0x02, 0x10, 0x56, 0x6b, 0x35, 0xc4, 0x47, 0x29, 0x52, 0x0a, 0x35, 0x88, 0x88, 0x02, 0xdf, 0xab, 0xf7, 0xab, 0x56, 0x48, 0xdb, 0x04, 0x35, 0x76, 0x49, 0x29, 0x74, 0xc1, 0xe9, 0xe3, 0x30, 0x6d, 0xdb, 0xaf, 0x71, 0x09, 0x98, 0x89, 0x1e, 0x33, 0x4e, 0x7b, 0x3c, 0x34, 0xbe, 0xf4, 0x7a, 0xf3, 0xf0, 0x35, 0x8a, 0x2e, 0x66, 0x53, 0x27, 0x7b, 0x39, 0xd4, 0xfe, 0xdb, 0x81, 0x36, 0xee, 0x0a, 0xa8, 0xdb, 0xb4, 0x39, 0xaa, 0x50, 0x45, 0x1a, 0x39, 0xdd, 0x0f, 0x32, 0x11, 0x86, 0xdf, 0x1e, 0xc2, 0x18, 0x17, 0x82, 0xe1, 0xc6, 0x19, 0xbf, 0x20, 0xcb, 0xd7, 0x25, 0x07, 0xae, 0xc5, 0x9d, 0x55, 0x69, 0xbb, 0x3d, 0x09, 0x39, 0x3c, 0x02, 0xd0, 0x3f, 0xd7, 0x6c, 0x20, 0x45, 0x13, 0x56, 0xfd, 0x97, 0x5a, 0xfa, 0x95, 0xbc, 0xb9, 0x66, 0xc7, 0x6b, 0x77, 0xd8, 0xcc, 0x5d, 0x33, 0x50, 0x2d, 0x3d, 0x5b, 0x95, 0x32, 0x5b, 0x85, 0x1b, 0x6e, 0xa4, 0x5d, 0xa3, 0x19, 0x4c, 0x3e, 0x63, 0xee, 0xa0, 0x99, 0x9d, 0x7e, 0x41, 0x94, 0x54, 0xe4, 0xf3, 0x27, 0xa3, 0xe3 } }; static const struct cckprng_op_generate op_init_5480 = { .hd = { .id = 5224, .kind = OP_GENERATE }, .rand_nbytes = 27, .out = { .rand = { 0xdd, 0x77, 0x38, 0xbd, 0xc7, 0x5a, 0xff, 0xb0, 0xb5, 0xb7, 0xf9, 0x94, 0x90, 0x00, 0xb4, 0x2a, 0xde, 0x31, 0x99, 0x28, 0xa5, 0x35, 0x55, 0x04, 0x32, 0x46, 0xa8 } } }; static const struct cckprng_op_reseed op_reseed_5481 = { .hd = { .id = 5225, .kind = OP_RESEED }, .nonce = 5600648412239976111ULL, .seed_nbytes = 89, .seed = { 0xd4, 0xdc, 0xf0, 0xf9, 0xf1, 0xd2, 0xba, 0x20, 0x9d, 0x56, 0xde, 0x4c, 0x69, 0xc8, 0xea, 0xbd, 0x7e, 0x2c, 0xc6, 0xa9, 0x92, 0xcc, 0xdf, 0xe6, 0xb0, 0x24, 0xc6, 0x17, 0x59, 0x01, 0x16, 0xba, 0xeb, 0x89, 0x24, 0xdf, 0xb0, 0xd4, 0x74, 0xe6, 0x39, 0x9b, 0xc5, 0xd5, 0x7f, 0x9e, 0x74, 0xdf, 0x3f, 0x5d, 0xae, 0x69, 0xc6, 0xa8, 0x8f, 0x19, 0x23, 0x64, 0xdd, 0xc5, 0x20, 0x94, 0x30, 0x00, 0xb2, 0x88, 0x7a, 0x4b, 0xa6, 0x8d, 0xe0, 0x55, 0xbc, 0xf2, 0xb0, 0xf9, 0x0d, 0x07, 0x88, 0xd6, 0xf4, 0x70, 0x62, 0xe7, 0xbb, 0x65, 0x32, 0xcb, 0x2d } }; static const struct cckprng_op_refresh op_refresh_5482 = { .hd = { .id = 5226, .kind = OP_REFRESH }, .rand = 6119196503889964259ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5483 = { .hd = { .id = 5227, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0xc7, 0x16, 0x64, 0x91, 0x1f, 0xfd, 0x4c, 0xff, 0x7b, 0xd9, 0x02, 0x9c, 0x7d, 0x9f, 0xa6, 0x7e, 0xcf, 0x5d, 0x47, 0xd4, 0x3f, 0x79, 0xda, 0x53, 0x7a, 0x44, 0x38, 0x3a, 0x53, 0x4c, 0xe3, 0xb8, 0x63, 0x0d, 0x59, 0x66, 0x33, 0xe8, 0xdd, 0x8d, 0x53, 0xe4, 0xb7, 0x26, 0xa3, 0xe0, 0x2f, 0x12, 0xad, 0x74, 0xe0, 0x54, 0xc8, 0xf6, 0x30, 0x2b, 0x9c, 0xce, 0x35, 0x76, 0x54, 0xd8, 0xb3, 0x98 } } }; static const struct cckprng_op_refresh op_refresh_5484 = { .hd = { .id = 5228, .kind = OP_REFRESH }, .rand = 12833869340851649496ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5485 = { .hd = { .id = 5229, .kind = OP_GENERATE }, .rand_nbytes = 287, .out = { .rand = { 0xef, 0x7e, 0x39, 0xce, 0xe7, 0x1f, 0x50, 0x7d, 0x60, 0x94, 0x05, 0xf3, 0x56, 0x32, 0xd3, 0x01, 0x00, 0x25, 0x44, 0x01, 0x4d, 0xa5, 0x35, 0x5d, 0x6d, 0xaf, 0x6f, 0x19, 0x80, 0x98, 0x4a, 0xea, 0xfa, 0xcc, 0x8b, 0xee, 0x55, 0xa1, 0x13, 0xd4, 0xd6, 0xab, 0x0e, 0x79, 0x46, 0x0b, 0x10, 0x11, 0x48, 0xff, 0xf6, 0xf9, 0x88, 0x70, 0xb9, 0x3b, 0x93, 0x83, 0xdf, 0xbf, 0x9e, 0xe4, 0x3b, 0xc0, 0xd0, 0x4b, 0xc1, 0xf9, 0x50, 0x04, 0xb9, 0x07, 0xef, 0xa6, 0x62, 0xc8, 0xa0, 0xce, 0xcc, 0x84, 0xc8, 0x69, 0x90, 0x01, 0x62, 0xd1, 0xa0, 0x68, 0x6a, 0x57, 0xe2, 0x24, 0xa3, 0xde, 0x4c, 0x6a, 0xdb, 0x6f, 0x34, 0xd6, 0x1c, 0xfc, 0x5a, 0xcc, 0x73, 0x14, 0xb0, 0xbc, 0x1c, 0xdd, 0xa1, 0x3e, 0xc1, 0x69, 0xc6, 0x5c, 0x58, 0x77, 0x5b, 0x9f, 0xfb, 0x93, 0x3b, 0xdb, 0x09, 0x2e, 0x37, 0xc0, 0x8e, 0x50, 0x32, 0x01, 0x99, 0x83, 0x8f, 0x7b, 0xd7, 0xef, 0xa1, 0xc1, 0xb3, 0xb8, 0x0b, 0xc9, 0xf9, 0x79, 0x14, 0xca, 0xe1, 0xfb, 0x1b, 0x90, 0x6a, 0x94, 0xf4, 0x1d, 0xe8, 0xdc, 0xc5, 0x8c, 0x3c, 0xd3, 0x2c, 0x4c, 0x2f, 0xc2, 0x63, 0x5a, 0x3c, 0xa1, 0x52, 0xbf, 0x27, 0xca, 0x75, 0x66, 0x22, 0x39, 0x80, 0x51, 0xa3, 0x39, 0x55, 0xf8, 0xdc, 0xdc, 0xaf, 0xda, 0x0f, 0x57, 0xdc, 0x18, 0x60, 0x06, 0xc2, 0x0f, 0xe2, 0x55, 0x73, 0x08, 0x7f, 0x2b, 0xcb, 0x5c, 0xfd, 0x54, 0xf3, 0xcb, 0xbf, 0xe1, 0xeb, 0x4e, 0x7d, 0x35, 0x2a, 0x0f, 0x3d, 0xad, 0xa2, 0x96, 0x41, 0x54, 0xf4, 0x59, 0xf3, 0x2b, 0xf7, 0xeb, 0xa4, 0x3c, 0xc2, 0x26, 0x0d, 0x70, 0xed, 0x1a, 0x33, 0x09, 0x44, 0xe1, 0xf0, 0x7e, 0x59, 0x50, 0x24, 0x4b, 0x75, 0x43, 0xe2, 0x03, 0x3c, 0x3b, 0xc4, 0x8c, 0x44, 0x77, 0x9a, 0x42, 0x61, 0xbe, 0xd7, 0x30, 0x5c, 0x79, 0xa5, 0x9f, 0x1a, 0xa7, 0x42, 0x7a, 0xbc, 0x77, 0x80, 0xf2, 0x41, 0xcc, 0x20, 0x6d, 0xfa, 0xf8, 0xe3, 0xf6, 0xa7, 0xed, 0xf2, 0xb4, 0xd8 } } }; static const struct cckprng_op_reseed op_reseed_5486 = { .hd = { .id = 5230, .kind = OP_RESEED }, .nonce = 3540348816966399854ULL, .seed_nbytes = 199, .seed = { 0x40, 0xd9, 0x13, 0xf0, 0xd5, 0x5d, 0xd0, 0xa3, 0xec, 0x73, 0x58, 0x01, 0x62, 0xc9, 0x45, 0x5f, 0x4f, 0x48, 0xba, 0x56, 0x0e, 0xdf, 0xfe, 0x10, 0xce, 0xcd, 0x57, 0x15, 0xd1, 0xb9, 0xb7, 0xd2, 0x80, 0x4c, 0xbe, 0xa5, 0x79, 0xb8, 0xd5, 0xef, 0x10, 0x9f, 0x9f, 0x49, 0xd2, 0x78, 0xbb, 0xa5, 0x68, 0x97, 0x74, 0xbd, 0x3d, 0x5d, 0x26, 0x96, 0xf9, 0x6e, 0xf3, 0xb4, 0x21, 0xbb, 0x40, 0x11, 0xc2, 0x56, 0x94, 0xe2, 0x6a, 0xae, 0x17, 0xe7, 0xce, 0x0b, 0x4a, 0xa5, 0x71, 0x5e, 0xd5, 0x3c, 0x0c, 0x63, 0xa9, 0x1d, 0x82, 0x00, 0x41, 0xbd, 0xbd, 0xc0, 0xea, 0xbc, 0xf7, 0xe9, 0x7e, 0x3a, 0x22, 0x27, 0xc4, 0x91, 0xcf, 0xd8, 0xda, 0xe1, 0x22, 0x62, 0xcf, 0xd5, 0xaa, 0x4c, 0x65, 0xed, 0x3b, 0x95, 0xac, 0xc5, 0x3a, 0xee, 0xe3, 0xde, 0x62, 0x66, 0x68, 0x36, 0x4c, 0xaa, 0x31, 0x1d, 0x79, 0x6a, 0x65, 0xad, 0x25, 0x69, 0xdf, 0x4b, 0xd2, 0xf6, 0xfd, 0xcd, 0x46, 0x43, 0xa4, 0x04, 0x30, 0xed, 0xe2, 0x3e, 0x40, 0xf4, 0xf3, 0xab, 0xe1, 0x5b, 0xd5, 0x99, 0xab, 0x36, 0xc9, 0xee, 0x51, 0xbb, 0x97, 0x93, 0x43, 0xb4, 0x59, 0xbc, 0x3b, 0x34, 0x18, 0xe6, 0x54, 0xe3, 0x4f, 0x72, 0xdf, 0xad, 0xf4, 0x30, 0xbe, 0x87, 0x28, 0xfc, 0xa7, 0x91, 0xd0, 0x10, 0x72, 0x87, 0x79, 0x59, 0x79, 0x63, 0x82, 0x6a, 0xc7, 0xb9, 0x3d } }; static const struct cckprng_op_generate op_init_5487 = { .hd = { .id = 5231, .kind = OP_GENERATE }, .rand_nbytes = 89, .out = { .rand = { 0xcb, 0x7f, 0x9d, 0x06, 0xbf, 0xad, 0x57, 0xec, 0xe3, 0xcb, 0x48, 0xfb, 0xaa, 0x28, 0x46, 0xde, 0x79, 0x4c, 0xee, 0x3c, 0xce, 0x80, 0x1a, 0xcc, 0xaf, 0x55, 0x42, 0x77, 0x3b, 0x9d, 0x45, 0x59, 0x6a, 0xf5, 0x33, 0x78, 0x82, 0x70, 0x12, 0xe6, 0xf8, 0x4a, 0x95, 0x1a, 0x5f, 0x34, 0x8b, 0x2d, 0x62, 0x7b, 0x7a, 0xc4, 0xd4, 0x1f, 0x3c, 0x46, 0xca, 0x15, 0x36, 0x12, 0x99, 0x07, 0xa6, 0x69, 0x6d, 0x9b, 0x91, 0xb2, 0x1e, 0xb6, 0x81, 0xb5, 0x13, 0x71, 0x32, 0x80, 0x9f, 0xc3, 0x48, 0x67, 0x5e, 0x97, 0x6d, 0x9e, 0x59, 0x65, 0x29, 0xc9, 0x52 } } }; static const struct cckprng_op_refresh op_refresh_5488 = { .hd = { .id = 5232, .kind = OP_REFRESH }, .rand = 15866748256156291192ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5489 = { .hd = { .id = 5233, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x28, 0xc8, 0x7f, 0x43, 0x30, 0xde, 0xa3, 0x63, 0xf9, 0xa9, 0xa9, 0xda, 0x05, 0x08, 0x1d, 0x7d, 0xc4, 0xba, 0xec, 0x4d, 0xf1, 0x4e, 0x86, 0x06, 0xcd, 0x15, 0x65, 0x46, 0x6c, 0x09, 0xf3, 0x54, 0x8e, 0xa4, 0x7b, 0x8d, 0x61, 0x32, 0xad, 0x13, 0x0d, 0xc6, 0x36, 0x94, 0x8e, 0xd1, 0x5e, 0xde, 0x99, 0x44, 0x30, 0x34, 0x99, 0x7a, 0x79, 0xc4, 0x30, 0x8b, 0x9a, 0xe2, 0xe4, 0xb9, 0xaa, 0x49, 0xee, 0xd1, 0xe5, 0x4f, 0xc0, 0xfc, 0x40, 0x1e, 0xec, 0xe0, 0xec, 0xb3, 0x16, 0x64, 0xf8, 0xfe, 0x16, 0xc8, 0xb4, 0x16, 0xad, 0x41, 0xfa, 0x71, 0x73, 0xb0, 0x41, 0x77, 0x9c, 0x13, 0x1a, 0x1d, 0xce, 0x56, 0x8d, 0x62 } } }; static const struct cckprng_op_reseed op_reseed_5490 = { .hd = { .id = 5234, .kind = OP_RESEED }, .nonce = 17572697518097398315ULL, .seed_nbytes = 62, .seed = { 0x42, 0x61, 0x54, 0xa1, 0xda, 0x11, 0x33, 0x5e, 0x7d, 0x6b, 0x19, 0x35, 0x41, 0xbf, 0xdf, 0xcb, 0x5b, 0xb1, 0x34, 0xa3, 0xa0, 0x41, 0x79, 0x82, 0x4b, 0xb5, 0x89, 0xb1, 0xf5, 0x0a, 0x5c, 0xee, 0x98, 0xa5, 0x65, 0xca, 0xd3, 0xe8, 0x01, 0xf8, 0x61, 0x2d, 0x66, 0x1e, 0xe3, 0x19, 0xbe, 0x0a, 0x13, 0x14, 0x26, 0x4a, 0xf5, 0xdb, 0x09, 0xaf, 0xa0, 0x98, 0x83, 0xf5, 0xab, 0x91 } }; static const struct cckprng_op_refresh op_refresh_5491 = { .hd = { .id = 5235, .kind = OP_REFRESH }, .rand = 13930408447781930123ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5492 = { .hd = { .id = 5236, .kind = OP_REFRESH }, .rand = 1931715061002009128ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5493 = { .hd = { .id = 5237, .kind = OP_REFRESH }, .rand = 14053794113658602698ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5494 = { .hd = { .id = 5238, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0x8a, 0x98, 0xa9, 0xc8, 0x58, 0x67, 0x79, 0xf8, 0x6a, 0x7c, 0xe7, 0x5a, 0x67, 0xf7, 0x98, 0x8a, 0x90, 0x47, 0xbc, 0x8d, 0x1d, 0xda, 0x29, 0xbd, 0x74, 0xfb, 0xc0, 0x65, 0x10, 0x02, 0xc1, 0xdc, 0xe7, 0xe8, 0x0a, 0x39, 0x16, 0x06, 0xa6, 0xea, 0x82, 0x7e, 0x8f, 0x65, 0xf6, 0xd3, 0xaa, 0x75, 0x2c, 0x7c, 0xaa, 0x45, 0xfe, 0x99, 0x17, 0x48, 0xa1 } } }; static const struct cckprng_op_generate op_init_5495 = { .hd = { .id = 5239, .kind = OP_GENERATE }, .rand_nbytes = 4, .out = { .rand = { 0x4b, 0x0a, 0x4f, 0xfd } } }; static const struct cckprng_op_refresh op_refresh_5496 = { .hd = { .id = 5240, .kind = OP_REFRESH }, .rand = 9083867799056261781ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5497 = { .hd = { .id = 5241, .kind = OP_REFRESH }, .rand = 6827571326456785753ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5498 = { .hd = { .id = 5242, .kind = OP_REFRESH }, .rand = 14003741024863921476ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5499 = { .hd = { .id = 5243, .kind = OP_REFRESH }, .rand = 11576825842894094774ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5500 = { .hd = { .id = 5244, .kind = OP_GENERATE }, .rand_nbytes = 20, .out = { .rand = { 0xd9, 0xd9, 0x66, 0xcf, 0x6a, 0x3d, 0xe7, 0x71, 0x41, 0x7c, 0x2e, 0x9f, 0xbc, 0x0f, 0xcf, 0xfb, 0x27, 0xdf, 0x40, 0xd6 } } }; static const struct cckprng_op_reseed op_reseed_5501 = { .hd = { .id = 5245, .kind = OP_RESEED }, .nonce = 12515984349345568689ULL, .seed_nbytes = 146, .seed = { 0xf3, 0x2a, 0x03, 0x59, 0x61, 0xb8, 0xad, 0xbd, 0x7a, 0x08, 0x01, 0x07, 0xcc, 0xc4, 0x43, 0x27, 0x8d, 0xa5, 0x86, 0xb9, 0xce, 0xea, 0xf2, 0x73, 0x61, 0x63, 0x71, 0xef, 0x64, 0x9d, 0x75, 0x1b, 0xf6, 0x0c, 0xbd, 0x22, 0x34, 0x20, 0x90, 0x83, 0xe4, 0x6d, 0x47, 0x99, 0xef, 0x1c, 0x22, 0x67, 0xd5, 0x60, 0x1a, 0x7b, 0xf9, 0x9a, 0x9f, 0xf9, 0xe4, 0x4a, 0x30, 0x06, 0x2b, 0x32, 0xee, 0x2a, 0x2a, 0xdb, 0xf6, 0x32, 0xe7, 0x51, 0xad, 0xf5, 0xda, 0x7c, 0x70, 0x2e, 0x50, 0xe3, 0xaa, 0xf3, 0x18, 0x57, 0x1f, 0x61, 0x10, 0x6a, 0xaa, 0x49, 0x82, 0x0e, 0xae, 0x77, 0xa0, 0x17, 0xbd, 0xbb, 0x12, 0x43, 0x5c, 0x5c, 0x39, 0x80, 0x30, 0x7b, 0x22, 0x82, 0xb8, 0xe7, 0xdb, 0x8b, 0x7c, 0x52, 0x64, 0x73, 0x8a, 0xd0, 0xda, 0xa1, 0xbf, 0xf0, 0xda, 0xe1, 0xe5, 0x3b, 0xac, 0x74, 0x47, 0x19, 0x68, 0xfb, 0xe7, 0xe7, 0x21, 0xd5, 0x27, 0xd1, 0xbd, 0x0c, 0xc7, 0xa8, 0xa5, 0xfc, 0xc6, 0xb6, 0xdd, 0x11 } }; static const struct cckprng_op_generate op_init_5502 = { .hd = { .id = 5246, .kind = OP_GENERATE }, .rand_nbytes = 17, .out = { .rand = { 0xca, 0xd0, 0xa9, 0x01, 0x47, 0x9c, 0xb2, 0x08, 0x25, 0x68, 0xd6, 0x92, 0xe5, 0x08, 0x55, 0x98, 0xf4 } } }; static const struct cckprng_op_refresh op_refresh_5503 = { .hd = { .id = 5247, .kind = OP_REFRESH }, .rand = 9314090449571591640ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5504 = { .hd = { .id = 5248, .kind = OP_GENERATE }, .rand_nbytes = 1, .out = { .rand = { 0xac } } }; static const struct cckprng_op_refresh op_refresh_5505 = { .hd = { .id = 5249, .kind = OP_REFRESH }, .rand = 15825273773989516250ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5506 = { .hd = { .id = 5250, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x77, 0x73, 0xa7, 0x29, 0x05, 0x21, 0xdc, 0x65, 0x6a, 0x95, 0x54, 0x02, 0x80, 0x5c, 0xbc, 0x66, 0x04, 0x2f, 0xd4, 0x94, 0x25, 0xb4, 0x39, 0x9d, 0x72, 0xf5, 0xa6, 0x47, 0xb3, 0x6c, 0xd7, 0x5a, 0xf1, 0x96, 0x7e, 0xc7, 0x54, 0xc2, 0xb9, 0xc9, 0x33, 0x9c, 0x54, 0xc9, 0x95, 0x64, 0x19, 0x27, 0x5c, 0xce, 0xdd, 0x2b, 0x1e, 0x36, 0xfd, 0xfe, 0x4d, 0x8a, 0x64, 0xfb, 0x13, 0x2a, 0x41, 0x19, 0xb3, 0x9e, 0x20, 0xe7, 0xec, 0xf8, 0xa2, 0x9d, 0xcf, 0xcd, 0xc9, 0x97, 0x52, 0xda, 0x28, 0x85, 0x65, 0xf1, 0x3a, 0x6c, 0x20, 0x5f, 0x96, 0x76, 0x93, 0xc5, 0xef, 0x41, 0xdf, 0x4a, 0x8e, 0xac, 0xf0, 0xa4, 0xeb, 0x8e, 0x96, 0x7e, 0x48, 0xd2, 0x48, 0x0d, 0xcd, 0x11, 0x37, 0xbe, 0xb5, 0x85, 0xe7, 0x64, 0xd7, 0x42, 0xaf, 0x5f, 0xe9, 0x87, 0xf3, 0x05, 0xc7, 0x32, 0x04, 0x18, 0xd8, 0xb1, 0x89, 0x7f, 0x0c, 0x25, 0x36, 0x80, 0xa0, 0xf8, 0xb8, 0x77, 0x13, 0x09, 0x11, 0xb1, 0xb7, 0xcc, 0xd1, 0x7d, 0x9b, 0xbc, 0x2a, 0xea, 0x82, 0x40, 0x0c, 0xdd, 0x87, 0x19, 0xcd, 0x03, 0xdf, 0x62, 0x25, 0xc2, 0xeb, 0x07, 0x0b, 0x47, 0x68, 0xf1, 0x6e, 0x1f, 0x63, 0x5d, 0x9e, 0x3b, 0x71, 0x26, 0x18, 0x64, 0x40, 0x15, 0x3e, 0xd9 } } }; static const struct cckprng_op_generate op_init_5507 = { .hd = { .id = 5251, .kind = OP_GENERATE }, .rand_nbytes = 222, .out = { .rand = { 0xd0, 0xc2, 0xad, 0xe8, 0xd2, 0x41, 0x4f, 0x64, 0xd0, 0x52, 0x38, 0xd9, 0x68, 0x0a, 0xe9, 0x94, 0xaa, 0x30, 0xbb, 0xd9, 0xa6, 0x54, 0x45, 0x9f, 0xa8, 0xb9, 0x7a, 0x5c, 0x80, 0x74, 0xe3, 0xc1, 0x9a, 0x99, 0x7b, 0x26, 0x7c, 0x9d, 0x15, 0x46, 0xe5, 0xa3, 0x3f, 0x7e, 0xf6, 0xa3, 0xc0, 0xd2, 0xf4, 0xd5, 0xdb, 0x8b, 0x68, 0xb2, 0x03, 0x76, 0x63, 0x1f, 0x03, 0xae, 0x2d, 0x55, 0x0d, 0xbf, 0x46, 0x80, 0x60, 0x32, 0xa3, 0xaa, 0xd9, 0xfc, 0x98, 0x50, 0x34, 0x36, 0xf4, 0xca, 0x96, 0x55, 0x53, 0x7d, 0x18, 0x0c, 0xbd, 0x4a, 0xf6, 0x38, 0xbb, 0x17, 0x9f, 0x30, 0xfb, 0x0d, 0x66, 0x2c, 0x5b, 0xe1, 0x5b, 0x82, 0x5f, 0xd4, 0x1e, 0x0b, 0x30, 0x29, 0xa9, 0xa1, 0xf9, 0x7f, 0x78, 0xe3, 0x0b, 0x93, 0x48, 0xcd, 0xc6, 0xfb, 0x02, 0x1e, 0x58, 0x1e, 0xda, 0x63, 0x0a, 0x80, 0xe2, 0xcb, 0xec, 0x0f, 0xa4, 0x1f, 0x70, 0xd0, 0xfb, 0x8d, 0x76, 0xb2, 0x2b, 0xa9, 0xac, 0x37, 0xf7, 0xf1, 0xf4, 0x77, 0x7c, 0x15, 0x0f, 0x5f, 0xa2, 0x55, 0x9d, 0x75, 0xf3, 0x26, 0x88, 0x2b, 0xa8, 0x53, 0x76, 0x45, 0x24, 0x65, 0x5b, 0xe1, 0xee, 0xe7, 0xf0, 0xc0, 0x3b, 0x20, 0x0c, 0xb9, 0x47, 0xe7, 0x55, 0xfc, 0x94, 0xff, 0xbe, 0x0f, 0x64, 0x03, 0xaa, 0xab, 0x9a, 0xc9, 0x74, 0x15, 0x61, 0xcb, 0x18, 0xfe, 0x60, 0x35, 0x7d, 0x8d, 0x79, 0xae, 0x4a, 0x1a, 0x73, 0x6e, 0x83, 0xc4, 0xdc, 0x8c, 0xd9, 0x77, 0x21, 0x7b, 0x59, 0x52, 0xc1, 0x35, 0x62, 0x5c, 0xa7, 0xce, 0x9f, 0x47 } } }; static const struct cckprng_op_refresh op_refresh_5508 = { .hd = { .id = 5252, .kind = OP_REFRESH }, .rand = 8942904961607716243ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5509 = { .hd = { .id = 5253, .kind = OP_REFRESH }, .rand = 2377699007349851152ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5510 = { .hd = { .id = 5254, .kind = OP_RESEED }, .nonce = 7322192866541828649ULL, .seed_nbytes = 65, .seed = { 0x71, 0xf9, 0x2b, 0x36, 0xac, 0x6f, 0x5b, 0xf7, 0x9d, 0x76, 0x34, 0xcd, 0xf7, 0x81, 0x84, 0x63, 0xab, 0xd6, 0x13, 0x60, 0x28, 0xd9, 0x10, 0x5a, 0x2f, 0x5c, 0xb4, 0xcb, 0xa3, 0xb7, 0xda, 0x41, 0x81, 0x84, 0xad, 0xf3, 0x7e, 0xa1, 0x68, 0x82, 0x90, 0x49, 0x14, 0xa9, 0xd5, 0xc8, 0x72, 0x2a, 0xd1, 0xa8, 0x01, 0xa9, 0x9b, 0x07, 0x6e, 0xe9, 0xa1, 0x06, 0xd1, 0xc2, 0x26, 0x80, 0x8c, 0x5b, 0xf9 } }; static const struct cckprng_op_generate op_init_5511 = { .hd = { .id = 5255, .kind = OP_GENERATE }, .rand_nbytes = 9, .out = { .rand = { 0xc2, 0x3d, 0xf5, 0xf2, 0x09, 0x4d, 0x61, 0x38, 0x54 } } }; static const struct cckprng_op_reseed op_reseed_5512 = { .hd = { .id = 5256, .kind = OP_RESEED }, .nonce = 7718251539762549711ULL, .seed_nbytes = 120, .seed = { 0x92, 0x58, 0xc7, 0x6e, 0xba, 0xa4, 0xef, 0x37, 0x7e, 0xd7, 0xe9, 0x51, 0xe4, 0xcf, 0x2d, 0xdf, 0x2f, 0x4d, 0xf7, 0x34, 0xdc, 0xc3, 0xe0, 0xdb, 0xc9, 0x08, 0x5f, 0x5e, 0xe2, 0x85, 0x70, 0xc0, 0x92, 0xae, 0x01, 0xd3, 0xa6, 0xa4, 0xbb, 0x96, 0x01, 0xf3, 0x57, 0x98, 0xe3, 0xfe, 0x4e, 0x32, 0x00, 0xc8, 0x09, 0x30, 0x1e, 0xc7, 0x2c, 0x9f, 0x15, 0xb7, 0xd5, 0x70, 0x37, 0xee, 0xe9, 0xa3, 0xcb, 0x61, 0xb8, 0xd5, 0xf2, 0x9e, 0xeb, 0x97, 0xec, 0x2e, 0xb9, 0xf0, 0x79, 0xca, 0x87, 0x72, 0x0c, 0x37, 0xa1, 0x56, 0x12, 0x31, 0xfc, 0xd1, 0x5e, 0xa6, 0x78, 0x89, 0x12, 0x17, 0x4c, 0x7a, 0xb7, 0x8a, 0x3f, 0x9c, 0xc5, 0xae, 0x7d, 0xee, 0xac, 0xef, 0xf9, 0x2e, 0x93, 0x87, 0x03, 0x3f, 0x8e, 0x43, 0x13, 0x5a, 0xe2, 0x2e, 0x62, 0xf7 } }; static const struct cckprng_op_reseed op_reseed_5513 = { .hd = { .id = 5257, .kind = OP_RESEED }, .nonce = 2251918549888163534ULL, .seed_nbytes = 49, .seed = { 0x03, 0x7b, 0x0c, 0x28, 0x36, 0xe3, 0xed, 0xfd, 0x74, 0x19, 0xec, 0xc0, 0x2f, 0x65, 0x99, 0xa4, 0x95, 0xd1, 0xff, 0x7d, 0xd1, 0x5c, 0x8c, 0x67, 0x1f, 0x11, 0xdf, 0x38, 0x61, 0x1a, 0xc8, 0x42, 0x89, 0x4f, 0x9e, 0xfb, 0x88, 0xde, 0xfb, 0x24, 0xbb, 0x08, 0xc0, 0x85, 0x7f, 0x97, 0xbe, 0xf1, 0x6a } }; static const struct cckprng_op_reseed op_reseed_5514 = { .hd = { .id = 5258, .kind = OP_RESEED }, .nonce = 17796036954381701908ULL, .seed_nbytes = 206, .seed = { 0x69, 0x77, 0x7c, 0xea, 0xad, 0xcf, 0xbe, 0x70, 0x63, 0x8b, 0x3f, 0x81, 0xd0, 0xa6, 0x4e, 0x9c, 0x74, 0x44, 0xc0, 0xe6, 0xf8, 0x11, 0x04, 0xa0, 0x78, 0x52, 0xaa, 0xb3, 0x74, 0x88, 0x1b, 0x5f, 0x46, 0xb0, 0xec, 0x69, 0x96, 0x20, 0xf9, 0x19, 0xa8, 0x20, 0xfd, 0x5f, 0xd5, 0xa6, 0x92, 0x5e, 0x05, 0xcc, 0xdb, 0xaf, 0xde, 0x57, 0x99, 0xbc, 0xbf, 0x5a, 0x3e, 0x43, 0xeb, 0x2a, 0xde, 0x11, 0xcf, 0x79, 0x3b, 0x24, 0xa5, 0x9d, 0xf0, 0x58, 0xfe, 0xcb, 0x3b, 0x77, 0x64, 0x73, 0xab, 0x8f, 0x38, 0x05, 0xa7, 0x00, 0x22, 0x8d, 0x3a, 0x0c, 0xbf, 0x57, 0xaf, 0x20, 0x89, 0x6b, 0x05, 0xcb, 0x9c, 0xaf, 0x1e, 0x4e, 0x88, 0x06, 0x1a, 0x04, 0x8b, 0x7a, 0x28, 0xc8, 0xdb, 0xc8, 0x82, 0xca, 0xd5, 0x39, 0x03, 0x17, 0x7b, 0xdb, 0xa6, 0x1d, 0xb8, 0xc1, 0xb2, 0x42, 0x96, 0xd3, 0x24, 0x85, 0x1f, 0x3e, 0xf4, 0x13, 0xf9, 0x62, 0xfa, 0x9d, 0xd5, 0x0c, 0x9d, 0x53, 0xa7, 0x8c, 0xdc, 0x4f, 0xc4, 0x8d, 0x63, 0x00, 0xbf, 0xd7, 0x00, 0x83, 0xfa, 0x6a, 0x5d, 0x63, 0x35, 0x98, 0xc9, 0xef, 0x71, 0x4b, 0xad, 0xb1, 0xe0, 0xbd, 0x83, 0x66, 0x0b, 0x04, 0x00, 0x10, 0x95, 0x18, 0x5e, 0xad, 0xec, 0x1d, 0xcd, 0xed, 0xa5, 0xd4, 0xfb, 0xc5, 0xe4, 0x5b, 0x12, 0xce, 0x62, 0x12, 0x82, 0xe1, 0x7b, 0x08, 0x29, 0x9b, 0x1c, 0x8a, 0x60, 0xa2, 0x72, 0xa8, 0x0e, 0xe9, 0xce, 0xd5 } }; static const struct cckprng_op_generate op_init_5515 = { .hd = { .id = 5259, .kind = OP_GENERATE }, .rand_nbytes = 107, .out = { .rand = { 0xee, 0x31, 0xbc, 0x14, 0xe8, 0x09, 0x9b, 0xf8, 0x74, 0x66, 0x75, 0xcf, 0x55, 0xb8, 0x69, 0xe3, 0xce, 0xfd, 0x57, 0x5e, 0x35, 0xf9, 0x8e, 0xbd, 0xf9, 0x2d, 0xe9, 0x4d, 0xdd, 0xbd, 0x82, 0x4e, 0x23, 0xd6, 0xb2, 0xde, 0x93, 0xc0, 0x1f, 0x24, 0x68, 0xb2, 0xed, 0x08, 0xcf, 0x52, 0xf3, 0xe6, 0xe7, 0xb9, 0x40, 0x56, 0xe6, 0xd3, 0x1e, 0xb5, 0xf9, 0x73, 0x08, 0xda, 0xe5, 0xf9, 0x2c, 0x96, 0x62, 0x77, 0x31, 0xcb, 0x08, 0xbf, 0x7e, 0x12, 0x6f, 0x0a, 0x75, 0x81, 0x4e, 0xb4, 0x78, 0x40, 0xa5, 0xde, 0x3b, 0xf5, 0xeb, 0x2f, 0x9e, 0x9c, 0x11, 0x22, 0x57, 0xc8, 0x03, 0x2b, 0xb4, 0x8d, 0xd9, 0x6b, 0x60, 0x64, 0x51, 0x25, 0xae, 0xc6, 0x61, 0xc5, 0x07 } } }; static const struct cckprng_op_reseed op_reseed_5516 = { .hd = { .id = 5260, .kind = OP_RESEED }, .nonce = 217112630494979262ULL, .seed_nbytes = 91, .seed = { 0x58, 0xfa, 0x5d, 0x51, 0xca, 0xf7, 0x6a, 0x55, 0x82, 0x62, 0x94, 0x59, 0x21, 0xbd, 0x4a, 0x13, 0x8f, 0x65, 0xce, 0x87, 0x8e, 0xad, 0x7b, 0x44, 0x61, 0x80, 0x99, 0x8a, 0xa0, 0x67, 0xbc, 0x60, 0xb8, 0xbc, 0x84, 0xec, 0xbb, 0x07, 0x80, 0x19, 0x97, 0xcd, 0xb2, 0x87, 0x86, 0x7b, 0xc9, 0xa5, 0x99, 0x9f, 0x04, 0x30, 0xbc, 0x08, 0x81, 0xf8, 0x23, 0xcf, 0xcc, 0xcf, 0x1a, 0xef, 0xdd, 0x83, 0x1b, 0xdf, 0x60, 0x82, 0x67, 0x47, 0x2b, 0x18, 0x1c, 0x90, 0x7c, 0xba, 0xf0, 0x6e, 0x97, 0xef, 0xe3, 0x71, 0xba, 0xb6, 0xd7, 0xc2, 0xe4, 0x48, 0xc6, 0x08, 0xcb } }; static const struct cckprng_op_reseed op_reseed_5517 = { .hd = { .id = 5261, .kind = OP_RESEED }, .nonce = 13016249982148793272ULL, .seed_nbytes = 123, .seed = { 0x1b, 0x89, 0x8f, 0x1b, 0x6a, 0xf1, 0x17, 0x0f, 0x8a, 0x62, 0x80, 0xe3, 0xe9, 0xc1, 0xc1, 0x97, 0x12, 0x73, 0x2d, 0x56, 0xda, 0x2c, 0x10, 0xac, 0x0a, 0x5c, 0xa0, 0xc0, 0xd6, 0xe6, 0x7b, 0x6d, 0xfb, 0x08, 0x62, 0xc5, 0x7a, 0xd5, 0x45, 0x1f, 0xd6, 0x1d, 0x6e, 0x8f, 0xae, 0x4c, 0xd1, 0xe4, 0x7d, 0xe4, 0x98, 0xb5, 0xde, 0xed, 0x87, 0xea, 0xb9, 0xc1, 0x68, 0xb4, 0x14, 0xa9, 0x40, 0xf2, 0x6f, 0xf7, 0x40, 0xa5, 0x59, 0x69, 0xed, 0xb1, 0x97, 0x43, 0xd8, 0x3c, 0x14, 0x49, 0xaf, 0x83, 0xf9, 0x16, 0x58, 0x1b, 0x42, 0xa6, 0x7d, 0xe4, 0x5f, 0x86, 0x99, 0x3a, 0x1b, 0x18, 0x5f, 0x75, 0x06, 0x9d, 0x89, 0x5f, 0x58, 0x67, 0xc1, 0xcf, 0x06, 0xa5, 0x50, 0x08, 0xf4, 0x5f, 0xe5, 0xcd, 0x7d, 0xb3, 0x23, 0x21, 0xe2, 0x2b, 0x38, 0x34, 0x1f, 0x57, 0x08 } }; static const struct cckprng_op_reseed op_reseed_5518 = { .hd = { .id = 5262, .kind = OP_RESEED }, .nonce = 6000384321175762219ULL, .seed_nbytes = 120, .seed = { 0x73, 0xaf, 0x2a, 0x63, 0xd8, 0x37, 0x94, 0x64, 0xb2, 0x11, 0xb4, 0xd8, 0xa7, 0x07, 0x1a, 0x94, 0x75, 0x80, 0x13, 0xa8, 0x85, 0xb7, 0xe9, 0x9a, 0x33, 0xb5, 0x42, 0xe5, 0x79, 0x22, 0xf0, 0xa3, 0xe9, 0xe8, 0xea, 0xe4, 0x1d, 0xc4, 0x6a, 0x91, 0xa6, 0xec, 0x5e, 0x5f, 0xe2, 0x3a, 0x0e, 0xe5, 0x3c, 0xfa, 0x30, 0x46, 0x1c, 0xf8, 0x69, 0xd8, 0xed, 0x89, 0x78, 0xe8, 0xa3, 0xb4, 0x83, 0x22, 0x0a, 0x4f, 0x70, 0xd3, 0xa8, 0xcc, 0xa7, 0x61, 0xd0, 0x3f, 0xe1, 0x6e, 0x09, 0x8d, 0x3a, 0xd3, 0x03, 0x06, 0x9a, 0x35, 0xf4, 0x46, 0xe8, 0x31, 0x74, 0xa9, 0xf3, 0x21, 0x43, 0x96, 0x64, 0x9c, 0x0a, 0x18, 0xc9, 0x94, 0x76, 0x80, 0xd7, 0xae, 0x13, 0x21, 0x53, 0xf7, 0x8f, 0x83, 0x1c, 0x30, 0xa0, 0x98, 0xbf, 0xab, 0x41, 0xf5, 0x8b, 0xb3 } }; static const struct cckprng_op_generate op_init_5519 = { .hd = { .id = 5263, .kind = OP_GENERATE }, .rand_nbytes = 167, .out = { .rand = { 0xae, 0xc2, 0x50, 0xbf, 0xe8, 0x15, 0x28, 0x55, 0xcd, 0x5c, 0x31, 0x0d, 0x70, 0x5b, 0x63, 0xa1, 0xd1, 0x5a, 0x14, 0xbc, 0x5c, 0x24, 0x1b, 0xba, 0x40, 0xdc, 0x40, 0x1d, 0xd7, 0x97, 0x7f, 0x59, 0x0c, 0x04, 0x3a, 0x30, 0xf0, 0x35, 0x10, 0x33, 0xd9, 0xf5, 0x3c, 0x6b, 0x39, 0x91, 0xf9, 0x0b, 0x10, 0x0c, 0x14, 0x9a, 0xa2, 0x57, 0x7f, 0xb1, 0xea, 0x33, 0xf3, 0x95, 0x19, 0xbc, 0x8c, 0x1e, 0x02, 0xce, 0xdb, 0x9c, 0x0f, 0x7d, 0xa7, 0xc9, 0x8c, 0x26, 0x0a, 0x60, 0x3a, 0x36, 0x38, 0xd5, 0x27, 0xc2, 0x6d, 0x18, 0xd3, 0x79, 0x76, 0xc1, 0xba, 0x4d, 0x2c, 0x34, 0xb7, 0x46, 0x1e, 0x69, 0xe5, 0x94, 0x07, 0xcd, 0xee, 0x5a, 0xa6, 0x1e, 0x26, 0x32, 0x32, 0x0d, 0x3b, 0x1f, 0x33, 0x3f, 0xa2, 0xe6, 0x74, 0xbd, 0x52, 0xc4, 0xd5, 0xe3, 0x15, 0x7b, 0x70, 0x21, 0x9f, 0x6f, 0x0a, 0x18, 0x5a, 0xc7, 0x8f, 0xcf, 0x8f, 0xfe, 0xf6, 0xae, 0x7e, 0x96, 0x2b, 0x81, 0x1b, 0xed, 0x50, 0x98, 0x70, 0x95, 0x54, 0x2d, 0xde, 0x9e, 0xd3, 0x57, 0x32, 0x0a, 0x31, 0x58, 0xf1, 0xbf, 0xe3, 0x7e, 0x50, 0x00, 0x54, 0x86, 0xce, 0xc7, 0x93 } } }; static const struct cckprng_op_generate op_init_5520 = { .hd = { .id = 5264, .kind = OP_GENERATE }, .rand_nbytes = 247, .out = { .rand = { 0x85, 0x20, 0xa2, 0x7e, 0x2e, 0x4b, 0x7a, 0xec, 0xe3, 0x90, 0x83, 0x2d, 0x63, 0x2b, 0xf8, 0x43, 0x26, 0x39, 0x3b, 0x03, 0x19, 0x80, 0x02, 0x2d, 0xb3, 0x25, 0x96, 0x61, 0x91, 0xad, 0xc0, 0x6f, 0x10, 0x66, 0x59, 0x65, 0x36, 0x82, 0x04, 0x0b, 0x8b, 0x2c, 0x35, 0x39, 0xb9, 0x6e, 0x22, 0x4c, 0xfc, 0x1e, 0x17, 0xbc, 0x95, 0x04, 0x08, 0xa3, 0x57, 0x41, 0x5b, 0xaf, 0xff, 0x95, 0xcb, 0x38, 0x47, 0xc1, 0x07, 0x53, 0x00, 0x2d, 0x1e, 0x96, 0xf9, 0x24, 0xba, 0xc1, 0x57, 0xa3, 0xf9, 0x56, 0x4d, 0x55, 0xf2, 0xd5, 0x2c, 0x71, 0x9c, 0xfa, 0xcb, 0xa4, 0xc0, 0xbf, 0x3a, 0xcb, 0x0d, 0xd7, 0x39, 0xf8, 0x5f, 0x0c, 0xdb, 0x68, 0x19, 0x89, 0xc4, 0xa2, 0xdf, 0x30, 0x1b, 0xf0, 0x53, 0xa0, 0xea, 0x95, 0xaf, 0xe3, 0xa8, 0x8c, 0x27, 0x0e, 0xb0, 0x54, 0x8b, 0x5d, 0xf2, 0x0d, 0xb6, 0x3f, 0x05, 0xb8, 0xec, 0x9a, 0xe9, 0x2c, 0x0f, 0x43, 0x0c, 0x88, 0x67, 0xf8, 0x16, 0x81, 0x16, 0x77, 0xa0, 0x88, 0x47, 0x7f, 0x08, 0x8d, 0x2b, 0x51, 0xe7, 0x51, 0x28, 0x48, 0xb4, 0x1f, 0x62, 0x46, 0x25, 0x2b, 0xf3, 0x08, 0x9a, 0xab, 0x39, 0xa4, 0x1f, 0xff, 0xf2, 0xee, 0xc5, 0xed, 0xcc, 0xf8, 0x82, 0xd0, 0x90, 0x75, 0x5c, 0xd8, 0xf1, 0x2b, 0x77, 0x97, 0x4f, 0x51, 0xf6, 0x43, 0x3c, 0x44, 0x8c, 0xe9, 0x8f, 0x3b, 0x7b, 0xf8, 0xac, 0x01, 0xe3, 0x9e, 0x8b, 0x58, 0xa9, 0x89, 0xed, 0x8f, 0x0b, 0x3a, 0x81, 0xd7, 0xd6, 0xc8, 0x1e, 0x99, 0x71, 0x35, 0x19, 0x6e, 0x0e, 0x26, 0x80, 0x2d, 0x04, 0x5f, 0x55, 0xe2, 0xeb, 0xb9, 0xcd, 0xfe, 0x3f, 0x8f, 0xc3, 0xc9, 0xcb, 0xe1, 0x21, 0x7b, 0x7c, 0x59, 0x1b, 0x4a, 0x17, 0xda, 0xdd } } }; static const struct cckprng_op_generate op_init_5521 = { .hd = { .id = 5265, .kind = OP_GENERATE }, .rand_nbytes = 41, .out = { .rand = { 0x32, 0x52, 0x49, 0xc5, 0x87, 0xda, 0x1c, 0x3f, 0x7b, 0xbd, 0xbc, 0x3c, 0xd0, 0x8d, 0x6f, 0x46, 0x87, 0x04, 0x69, 0x49, 0x58, 0xa6, 0x45, 0xf2, 0x59, 0x6f, 0x85, 0x85, 0x50, 0x3e, 0xec, 0xdc, 0x50, 0xc4, 0x86, 0xd9, 0x9d, 0x5f, 0xb9, 0xcf, 0x59 } } }; static const struct cckprng_op_refresh op_refresh_5522 = { .hd = { .id = 5266, .kind = OP_REFRESH }, .rand = 9953261798242574676ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5523 = { .hd = { .id = 5267, .kind = OP_RESEED }, .nonce = 7264753195477797305ULL, .seed_nbytes = 144, .seed = { 0x65, 0x8d, 0xd0, 0xd2, 0xb2, 0xbd, 0xa6, 0x60, 0x5d, 0xd7, 0x54, 0xe9, 0xe9, 0x40, 0x2b, 0x49, 0x7b, 0xd5, 0xb1, 0xfe, 0x15, 0x14, 0x15, 0x92, 0xd8, 0xe0, 0xd5, 0xd0, 0xf3, 0xe7, 0xa7, 0x26, 0x26, 0x35, 0x0a, 0x52, 0x16, 0xfa, 0x7f, 0x90, 0x43, 0x54, 0x7b, 0xbd, 0x7a, 0xfa, 0xe3, 0x7e, 0x03, 0xcd, 0xa4, 0x3d, 0x53, 0x90, 0xf4, 0x60, 0x3d, 0xad, 0xe2, 0xc8, 0x78, 0x69, 0x75, 0xa7, 0x1e, 0x4c, 0xb3, 0x6f, 0x89, 0xbb, 0xd9, 0xb7, 0x6a, 0x8e, 0x25, 0xa6, 0x2b, 0xcc, 0xbd, 0xae, 0x84, 0xa7, 0x49, 0xc7, 0x16, 0xd7, 0xcc, 0x30, 0xf1, 0x8c, 0x6b, 0xfa, 0x09, 0x0b, 0x61, 0xb3, 0x57, 0xa7, 0x1e, 0x35, 0xfd, 0x5b, 0xe7, 0x48, 0xf5, 0xdc, 0x58, 0xc8, 0xb3, 0x90, 0x2d, 0xa1, 0x10, 0x94, 0xb1, 0x99, 0x50, 0xa9, 0x9e, 0x60, 0x30, 0xab, 0x67, 0x4f, 0xd5, 0x45, 0xa5, 0x53, 0x8a, 0x69, 0x6b, 0x50, 0x62, 0x4e, 0x9d, 0xbc, 0xfd, 0x08, 0xe3, 0x6b, 0x9f, 0x05, 0x82, 0x17 } }; static const struct cckprng_op_refresh op_refresh_5524 = { .hd = { .id = 5268, .kind = OP_REFRESH }, .rand = 2815517995366987078ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5525 = { .hd = { .id = 5269, .kind = OP_GENERATE }, .rand_nbytes = 168, .out = { .rand = { 0x7a, 0xdc, 0x6b, 0x18, 0x35, 0x18, 0x00, 0xc3, 0x55, 0xa9, 0xbd, 0x43, 0x92, 0x51, 0x78, 0xfc, 0xb9, 0x93, 0x09, 0xcc, 0xab, 0x11, 0xeb, 0xe4, 0x68, 0xb3, 0x41, 0x85, 0x0c, 0x6d, 0xcb, 0x93, 0x9c, 0xb2, 0x3c, 0xb6, 0x32, 0x72, 0x6b, 0xca, 0x2b, 0xd2, 0x60, 0xe4, 0xca, 0x08, 0xac, 0xd1, 0xe4, 0xc7, 0x21, 0xfe, 0xbf, 0xf4, 0x27, 0x4d, 0x19, 0x80, 0x47, 0xcc, 0xbb, 0x74, 0xad, 0x6e, 0x71, 0x31, 0x7c, 0x96, 0x5f, 0x52, 0x66, 0x3a, 0x29, 0xa8, 0x98, 0x17, 0x53, 0x2e, 0x98, 0x04, 0x18, 0x59, 0xe5, 0xfe, 0x58, 0x6c, 0x2c, 0x42, 0x1a, 0xa6, 0x0a, 0x86, 0xc2, 0xf7, 0x74, 0x6e, 0x35, 0x24, 0xef, 0xa1, 0x82, 0xff, 0xc9, 0x22, 0x4a, 0x47, 0x10, 0xfd, 0x63, 0x0a, 0xa6, 0xc6, 0x54, 0x9c, 0x1c, 0x47, 0x15, 0xd7, 0x44, 0xd3, 0x93, 0x75, 0xb8, 0xd7, 0x87, 0x86, 0x8a, 0x05, 0xe0, 0x11, 0x1a, 0x13, 0xdc, 0xd6, 0xbf, 0x68, 0xf0, 0x67, 0xbb, 0xe5, 0xcb, 0x58, 0xdf, 0x37, 0x8e, 0x78, 0x43, 0xa2, 0x1e, 0x75, 0x13, 0x33, 0x6a, 0xc4, 0x28, 0x6b, 0xb1, 0xdd, 0x01, 0xe3, 0xdf, 0xdd, 0x21, 0xb4, 0x8a, 0xf0, 0x06, 0xaf } } }; static const struct cckprng_op_reseed op_reseed_5526 = { .hd = { .id = 5270, .kind = OP_RESEED }, .nonce = 17185885655719388335ULL, .seed_nbytes = 172, .seed = { 0x10, 0x23, 0xf7, 0x6a, 0x8a, 0xcb, 0x2e, 0x4b, 0x45, 0x12, 0x93, 0x43, 0xd8, 0xec, 0xfc, 0xdf, 0x29, 0x5b, 0xa3, 0xaa, 0x24, 0x20, 0x7a, 0x00, 0x24, 0x95, 0x35, 0xb5, 0xd4, 0x58, 0x74, 0x7e, 0x77, 0xfa, 0x25, 0x1e, 0x1e, 0xf5, 0xc7, 0xd2, 0x68, 0xaf, 0xeb, 0xf1, 0x23, 0x0a, 0xbb, 0x6a, 0x51, 0xb8, 0x41, 0x39, 0x5b, 0x76, 0x61, 0xa6, 0x26, 0xde, 0xd7, 0xd0, 0x3e, 0x71, 0x45, 0x4f, 0xca, 0x9e, 0x93, 0xcc, 0x93, 0x33, 0x71, 0xef, 0x59, 0xef, 0xfd, 0x4a, 0x1b, 0xf8, 0x0c, 0xc3, 0x4e, 0xf5, 0x09, 0x3e, 0xf6, 0x2d, 0xa0, 0x05, 0xdc, 0x10, 0x65, 0xaf, 0x49, 0xe1, 0xf7, 0xa9, 0x69, 0x91, 0xc2, 0xe3, 0x41, 0x6c, 0xe0, 0x05, 0x48, 0x26, 0x57, 0x2e, 0xa7, 0xed, 0x6a, 0xc8, 0x4c, 0x0d, 0xd8, 0xba, 0x99, 0x0c, 0x36, 0xb3, 0xe6, 0xe5, 0xc0, 0x77, 0xff, 0x77, 0x52, 0x92, 0x37, 0x0e, 0xdb, 0x86, 0x3b, 0x67, 0xc8, 0x41, 0x59, 0x15, 0x27, 0x73, 0x01, 0xcb, 0xe6, 0x63, 0x64, 0xdd, 0x43, 0x70, 0xb4, 0x3e, 0xa2, 0x24, 0xe1, 0x34, 0xe1, 0xc4, 0x95, 0xc8, 0xf9, 0x96, 0xf4, 0x9a, 0xc7, 0x13, 0x88, 0x17, 0x09, 0x95, 0xb5, 0x5a, 0x8d, 0x34 } }; static const struct cckprng_op_reseed op_reseed_5527 = { .hd = { .id = 5271, .kind = OP_RESEED }, .nonce = 17560427998551747142ULL, .seed_nbytes = 119, .seed = { 0x3f, 0x1b, 0x88, 0xf1, 0xad, 0x64, 0xf8, 0xbf, 0x64, 0x0b, 0xb7, 0xa1, 0x81, 0xae, 0x57, 0xae, 0xf5, 0x0b, 0xbc, 0x3d, 0x47, 0x7e, 0x10, 0x57, 0x92, 0x2f, 0xd6, 0xd5, 0x7a, 0xa9, 0x11, 0x60, 0xe6, 0x80, 0xf3, 0x16, 0xe4, 0xc7, 0xa4, 0x33, 0x73, 0x0a, 0x61, 0x20, 0x6c, 0xcd, 0xd7, 0x30, 0xd2, 0x7c, 0x96, 0xc1, 0x62, 0x26, 0x30, 0xca, 0xa5, 0xd0, 0xeb, 0x57, 0xfd, 0xce, 0x67, 0x14, 0x5e, 0x6f, 0x69, 0x24, 0xfa, 0xc3, 0xce, 0x7a, 0xf3, 0xc0, 0x9a, 0x03, 0x02, 0xf9, 0x0e, 0x9f, 0x0b, 0x7f, 0x48, 0x89, 0x84, 0x8d, 0x90, 0xbd, 0xa3, 0x05, 0x90, 0xbd, 0xfc, 0xac, 0x07, 0xcb, 0x5f, 0x40, 0xdc, 0x17, 0x8e, 0xb1, 0xb6, 0x3d, 0xea, 0x67, 0xd1, 0xb7, 0x25, 0x8e, 0xa5, 0x74, 0x68, 0xc3, 0x57, 0xa8, 0x27, 0x10, 0xb2 } }; static const struct cckprng_op_refresh op_refresh_5528 = { .hd = { .id = 5272, .kind = OP_REFRESH }, .rand = 5586346759702695079ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5529 = { .hd = { .id = 5273, .kind = OP_GENERATE }, .rand_nbytes = 20, .out = { .rand = { 0xe0, 0xc3, 0xe9, 0x18, 0xa6, 0xed, 0xaa, 0x56, 0x63, 0x1e, 0x27, 0xc6, 0x04, 0x2a, 0x10, 0x56, 0xb0, 0xd2, 0xc3, 0x34 } } }; static const struct cckprng_op_reseed op_reseed_5530 = { .hd = { .id = 5274, .kind = OP_RESEED }, .nonce = 2263758916492032643ULL, .seed_nbytes = 105, .seed = { 0xf9, 0x25, 0xac, 0x9e, 0x62, 0xf3, 0xe0, 0xdb, 0xa1, 0xa3, 0x96, 0x6f, 0x3d, 0xb1, 0xee, 0x46, 0xfd, 0xf1, 0x83, 0x09, 0xe6, 0x2a, 0x82, 0x7e, 0x9b, 0x73, 0x69, 0x18, 0x6d, 0xf4, 0x18, 0x72, 0x48, 0x13, 0x6d, 0x46, 0x26, 0x16, 0x0d, 0x79, 0x9b, 0xb8, 0x4b, 0xba, 0xef, 0xff, 0xae, 0xae, 0xe5, 0x15, 0x15, 0x40, 0x59, 0x14, 0xdb, 0xb3, 0xce, 0x66, 0x2b, 0x80, 0x4b, 0x8b, 0xef, 0x20, 0x2c, 0x6c, 0xd6, 0xdf, 0x32, 0x1c, 0xec, 0xcf, 0x39, 0x39, 0xdc, 0x68, 0x11, 0x1d, 0xe5, 0xc8, 0xf8, 0x5d, 0x77, 0x37, 0x9c, 0xe7, 0xa2, 0x19, 0x3e, 0x14, 0xc2, 0x03, 0xfd, 0x7a, 0x1e, 0x46, 0x2d, 0xf5, 0x62, 0x10, 0xec, 0xf7, 0x09, 0xc8, 0xfe } }; static const struct cckprng_op_refresh op_refresh_5531 = { .hd = { .id = 5275, .kind = OP_REFRESH }, .rand = 10748872450050822886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5532 = { .hd = { .id = 5276, .kind = OP_REFRESH }, .rand = 10754350926026870660ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5533 = { .hd = { .id = 5277, .kind = OP_GENERATE }, .rand_nbytes = 214, .out = { .rand = { 0x53, 0x10, 0x3c, 0x49, 0xa3, 0x68, 0x4d, 0x30, 0x73, 0x04, 0x98, 0x66, 0x0c, 0x0a, 0x92, 0x46, 0x59, 0xd1, 0x9a, 0x2d, 0x55, 0x94, 0x40, 0x32, 0x55, 0x7b, 0xec, 0xbf, 0xd9, 0x3a, 0xad, 0xb0, 0x9b, 0x3f, 0x6d, 0x00, 0xd2, 0x48, 0xd4, 0xbd, 0xaa, 0x06, 0x00, 0xc9, 0xe5, 0x36, 0xc5, 0x9c, 0x28, 0x16, 0xa6, 0x67, 0x66, 0x17, 0xc3, 0xc0, 0xab, 0x94, 0x1c, 0x32, 0xa4, 0x85, 0xe2, 0x6c, 0x63, 0x6c, 0x16, 0xe1, 0x3c, 0xdd, 0x81, 0x0e, 0xe0, 0xca, 0x03, 0xcb, 0x4d, 0x0a, 0x8e, 0x98, 0xb0, 0xfe, 0xdc, 0x32, 0xcd, 0x10, 0x5a, 0x99, 0x3b, 0x5c, 0xe2, 0x42, 0x02, 0xcb, 0x93, 0xcd, 0x40, 0xd6, 0x18, 0x12, 0x5d, 0x3c, 0xe1, 0x46, 0x55, 0x1d, 0x4c, 0x5b, 0x5a, 0x4e, 0x35, 0x03, 0xc8, 0x18, 0xfd, 0xe2, 0xee, 0xf0, 0xb7, 0x50, 0xa3, 0xd1, 0xcf, 0x18, 0x62, 0xa7, 0xd5, 0xdf, 0x96, 0x90, 0xdb, 0xa1, 0x50, 0x83, 0x6b, 0xca, 0x96, 0x55, 0x92, 0xaf, 0x10, 0x02, 0xe2, 0x25, 0xd0, 0x62, 0x18, 0x43, 0x50, 0x3a, 0xa2, 0xd9, 0xa7, 0xc6, 0x4e, 0xcc, 0x03, 0x1e, 0x43, 0x66, 0xfe, 0x82, 0x00, 0x3c, 0x11, 0x87, 0x97, 0x5c, 0x9e, 0xc0, 0x3c, 0xb4, 0x59, 0xa2, 0x58, 0xf4, 0x27, 0x43, 0x61, 0x6b, 0x7f, 0x7e, 0x5c, 0xc9, 0xb5, 0x88, 0xb8, 0x4c, 0x9f, 0xa1, 0xd2, 0x95, 0x08, 0x00, 0x7f, 0xb5, 0x54, 0xd2, 0x15, 0x7b, 0xc1, 0xf3, 0x94, 0x0e, 0xaa, 0x00, 0x0f, 0x6c, 0xa7, 0xe2, 0x2c, 0x2c, 0x73, 0xc0 } } }; static const struct cckprng_op_refresh op_refresh_5534 = { .hd = { .id = 5278, .kind = OP_REFRESH }, .rand = 3961754024351426619ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5535 = { .hd = { .id = 5279, .kind = OP_GENERATE }, .rand_nbytes = 73, .out = { .rand = { 0x74, 0x72, 0x49, 0xf0, 0xff, 0xe3, 0x87, 0x38, 0x2a, 0x75, 0xcd, 0x14, 0x9b, 0xdd, 0x14, 0x3f, 0xd1, 0xd6, 0xa9, 0xe3, 0xd5, 0xcf, 0xca, 0x95, 0x97, 0xe0, 0x4c, 0x7e, 0x98, 0x26, 0x67, 0xd6, 0xfd, 0xaa, 0x0e, 0x59, 0x7b, 0x07, 0x22, 0xce, 0x20, 0x95, 0xa4, 0x63, 0x70, 0xfc, 0xef, 0xf5, 0xa8, 0x83, 0x97, 0x8b, 0x32, 0x47, 0x2f, 0x14, 0xd4, 0x3d, 0xf4, 0xde, 0x2d, 0xfb, 0x81, 0xac, 0xfc, 0x8a, 0x6b, 0xee, 0x71, 0x6b, 0x83, 0xba, 0x55 } } }; static const struct cckprng_op_generate op_init_5536 = { .hd = { .id = 5280, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0xa9, 0x8e, 0x74, 0x97, 0x51, 0x51, 0x89, 0xf0, 0xa8, 0x4a, 0x11, 0xb3, 0x10, 0xc1, 0x28, 0xac, 0x90, 0x25, 0xf8, 0x20, 0xb7, 0xf6, 0x47, 0x5e, 0x72, 0x1d, 0xb2, 0x13, 0xbf, 0x35, 0xb9, 0xc6, 0x7f, 0xcd, 0x8a, 0x40, 0xfc, 0xfc, 0xa0, 0x20, 0xbf, 0xef, 0x58, 0x43, 0x4d, 0x59, 0x6e, 0xa2, 0x98, 0xaf, 0x8c, 0x6c, 0x72, 0xa7, 0xd0, 0xd8, 0xbc, 0x25, 0x2f, 0x96, 0x49, 0xa1, 0x99 } } }; static const struct cckprng_op_reseed op_reseed_5537 = { .hd = { .id = 5281, .kind = OP_RESEED }, .nonce = 12201736846086356607ULL, .seed_nbytes = 211, .seed = { 0x6c, 0xd9, 0x8e, 0xe1, 0x6d, 0xf3, 0x24, 0x73, 0x01, 0xd4, 0x91, 0xdd, 0xfa, 0xc6, 0x85, 0xbd, 0x3a, 0x4a, 0x9b, 0x23, 0x7c, 0xd6, 0x39, 0x1f, 0xbb, 0x96, 0x65, 0x94, 0xe9, 0xa9, 0xc1, 0xab, 0xa9, 0xf6, 0x64, 0x8e, 0x0b, 0x9f, 0x4b, 0x12, 0x37, 0x78, 0x13, 0x72, 0x59, 0x9e, 0xc5, 0xf4, 0xe5, 0x9a, 0x35, 0xa6, 0xbe, 0xd1, 0x29, 0x2b, 0x9b, 0x71, 0x54, 0x28, 0xc0, 0x09, 0xc6, 0xbb, 0xc4, 0x53, 0x8a, 0x2e, 0x1f, 0xbf, 0x0c, 0x9c, 0x9e, 0xd7, 0xeb, 0x34, 0x7b, 0xa0, 0x26, 0xa8, 0x06, 0x9a, 0x4e, 0xd5, 0x3c, 0xba, 0xfa, 0xbe, 0x5c, 0x4a, 0x50, 0x97, 0xaf, 0xc6, 0x89, 0xd4, 0x65, 0x8b, 0x98, 0xdd, 0xd8, 0x12, 0x8e, 0x66, 0x07, 0xfd, 0xf0, 0xf6, 0x83, 0xd6, 0x33, 0x68, 0xf6, 0x1d, 0x58, 0x40, 0xc3, 0xdb, 0x55, 0x69, 0x1e, 0x33, 0x37, 0x3a, 0xc0, 0x6c, 0x52, 0x8e, 0xb8, 0x08, 0xe2, 0xed, 0xb1, 0xd1, 0xef, 0xef, 0x20, 0x56, 0x91, 0xf6, 0x5b, 0xcf, 0x9e, 0xf4, 0x3f, 0xcc, 0xbb, 0x37, 0xe5, 0x43, 0x20, 0x17, 0x5e, 0x41, 0x31, 0xb5, 0x79, 0x46, 0xf2, 0x61, 0xdb, 0x47, 0x59, 0x05, 0xe9, 0x96, 0xfe, 0x36, 0xf1, 0x76, 0x8a, 0x84, 0x39, 0xbb, 0x85, 0x12, 0xc7, 0x27, 0xd4, 0x7e, 0x4f, 0xda, 0xd7, 0xbc, 0x62, 0x8a, 0xcc, 0x4b, 0x96, 0xa7, 0x1b, 0x42, 0x62, 0x3f, 0xf1, 0xae, 0x7f, 0xec, 0x25, 0xd7, 0x2f, 0x87, 0xea, 0xff, 0x32, 0xfb, 0x57, 0xaf, 0x5d, 0x17, 0x2e } }; static const struct cckprng_op_generate op_init_5538 = { .hd = { .id = 5282, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0x2d, 0x09, 0xd7, 0x13, 0x9f, 0xeb, 0x12, 0xa4, 0xfc, 0x80, 0x27, 0x00, 0x40, 0xbc, 0x1c, 0xb1, 0x6f, 0x79, 0xfd, 0xf2, 0x71, 0x12, 0xc9, 0x8c, 0xf8, 0x4f, 0xfb, 0xe8, 0xae, 0x03, 0x67, 0xfb, 0x01, 0x76, 0x65, 0x59, 0x45, 0xc8, 0x60, 0x93, 0x92, 0xb6, 0xb1, 0x8f, 0xe0, 0x36, 0x0c, 0x88, 0x54, 0x06, 0xb2, 0x47, 0xe9, 0xda, 0xfa, 0x41, 0x06, 0x9d, 0x38, 0x8b, 0xe6, 0x23, 0xc3, 0xb4, 0x22, 0xec, 0x41, 0xd5, 0x81, 0x8b, 0x0a, 0x1e, 0xee, 0xbb, 0x62, 0x57, 0x80, 0x36, 0xa4, 0x3e, 0xac, 0x56, 0x9a, 0xbc, 0x13, 0x18, 0x7c, 0xaf, 0xb3, 0x37, 0x19, 0x7f, 0xa0, 0x4d, 0x86, 0xe3, 0x10, 0x51, 0xd8, 0xa1, 0xae, 0x89, 0x9c, 0x9e, 0xf8, 0xbb, 0xc3, 0xa4, 0x4d, 0xff, 0x07, 0x02, 0xb6, 0x2b, 0x0b, 0x35, 0x22, 0x4f, 0xd2, 0x6b, 0x9c, 0xd0, 0x1f, 0xd3, 0x38, 0xc1, 0xa0, 0x55, 0xc0, 0x43, 0x81, 0xb7, 0xed, 0x50, 0xc3, 0x2d, 0xe9, 0x61, 0x70, 0x9d, 0x4e, 0x86, 0x2c, 0xf9, 0x17, 0x0d, 0x9a, 0xd1, 0x46, 0x06, 0xd9, 0x35, 0xd7, 0x67 } } }; static const struct cckprng_op_refresh op_refresh_5539 = { .hd = { .id = 5283, .kind = OP_REFRESH }, .rand = 2233699519763199151ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5540 = { .hd = { .id = 5284, .kind = OP_REFRESH }, .rand = 5340132245239424829ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5541 = { .hd = { .id = 5285, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x86, 0xde, 0x4d, 0x8e, 0x9f, 0xbf, 0x92, 0x78, 0xf6, 0xde, 0x94, 0xbe, 0x48, 0xf2, 0xd4, 0x85, 0x61, 0x0d, 0x51, 0xd4, 0x38, 0x47, 0xfc, 0x48, 0x0b, 0xa3, 0x0a, 0x12, 0xe8, 0x55, 0x1a, 0x0d, 0xec, 0x72, 0x6d, 0x75, 0x6a, 0x9d, 0x02, 0x11, 0x78, 0x30, 0x69, 0x62, 0x5f, 0x40, 0x4f, 0x33, 0x39, 0xa7, 0xf6, 0x1a, 0xa4, 0x22, 0xee, 0xc7, 0x2a, 0x2f, 0x37, 0xe3, 0x98, 0x12, 0xc3, 0xc0, 0x8e, 0x67, 0xea, 0x7c, 0x22, 0x09, 0x0c, 0x61, 0x25, 0x01, 0x6a, 0x8e, 0xf9, 0x18, 0x80, 0x74, 0x7e, 0x02, 0x97, 0x15, 0xa0, 0x5f, 0x20, 0x9a, 0x81, 0xaa, 0x1a, 0xb5, 0x92, 0x2c, 0x7f, 0xcf, 0x84, 0x44, 0x33, 0x99, 0x07, 0x19, 0x33, 0x1a, 0xfe, 0xbc, 0xcb, 0xb2, 0x6d, 0xd1, 0x0a, 0x66, 0x46, 0x09, 0x7c, 0x6b, 0x80, 0xbb, 0xf6, 0x89, 0x6c, 0xc0, 0xcb, 0x43, 0x67, 0x78, 0x0c, 0xa2, 0xfb, 0x57, 0x54, 0x7c, 0x0f, 0xb1, 0x82, 0xa4, 0xdd, 0x1c, 0xab, 0x0b, 0xdc, 0x48, 0xb8, 0xd4, 0x7f, 0xe3, 0x15, 0x65, 0xe7, 0xb7, 0x2c, 0x71, 0x86, 0x83, 0xa3, 0x8e, 0x21, 0xf2, 0x0f, 0x34, 0x0c, 0xb4, 0xe7, 0x89, 0x5c, 0xfc, 0x7a, 0xfd, 0x1e, 0x7b, 0x55, 0xa5, 0x81, 0x82, 0xa7, 0x8d, 0x5d, 0xbb, 0x42, 0x51, 0xa3, 0xa1, 0x00, 0x47, 0xde, 0x69, 0x8f, 0xca, 0x6c, 0xff, 0x46, 0xb3, 0x23, 0x7e, 0x19, 0x11, 0x4b, 0x04, 0xea, 0xc7, 0x5b, 0x18, 0xef, 0xc3 } } }; static const struct cckprng_op_reseed op_reseed_5542 = { .hd = { .id = 5286, .kind = OP_RESEED }, .nonce = 15267141649764612253ULL, .seed_nbytes = 22, .seed = { 0x9d, 0x64, 0xb2, 0x6b, 0x9a, 0x03, 0xb6, 0x41, 0x0d, 0x8b, 0xb0, 0x4c, 0x2f, 0xae, 0xfc, 0x80, 0xee, 0xeb, 0x0f, 0x25, 0x5f, 0x4b } }; static const struct cckprng_op_generate op_init_5543 = { .hd = { .id = 5287, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0x66, 0x65, 0xba, 0x57, 0xc9, 0x6c, 0xb2, 0x67, 0x7e, 0x85, 0xf2, 0x8a, 0xd1, 0x0c, 0xd5, 0xc6, 0x7a, 0xa7, 0xb6, 0xd9, 0x2c, 0x3b, 0x12, 0x73, 0x2c, 0x65, 0x75, 0xea, 0xda, 0x39, 0x99, 0x2a, 0xe3, 0xfd, 0x70, 0x3a, 0xa9, 0xe7, 0x51, 0x85, 0x91, 0xa1, 0xa7, 0x58, 0x9f, 0xcd, 0x27, 0x47, 0xf2, 0x81, 0xb7, 0x53, 0xa2, 0x4e, 0xce, 0x82, 0xba, 0xe1, 0x5f, 0xe3, 0xd8, 0x4a, 0x13, 0xe0, 0x19, 0x22, 0xf5, 0x76, 0xda, 0xee, 0x15, 0x8c, 0x8e, 0x42, 0x9e, 0xbd, 0x0a, 0x0c, 0x1b, 0xcd, 0x90, 0xb6, 0xe3, 0x05, 0x33, 0x26, 0xe6, 0x0a, 0xcc, 0x3f, 0xa9, 0x11, 0xc6, 0xf1, 0xa5, 0xd5, 0x0b, 0x4e, 0xdc, 0xbe, 0x63, 0x90, 0xf7, 0xf4, 0x92, 0x97, 0x24, 0xed, 0x8f, 0xaa, 0x8b, 0x20, 0x8e, 0xd2, 0x90, 0x79, 0x65, 0x79, 0xa5, 0x87, 0x4f, 0x19, 0x37, 0xda, 0x34, 0xee, 0x35, 0x3a, 0x57, 0xbf, 0x88, 0x7d, 0x3b, 0x35, 0x1e, 0x52, 0x39, 0x8d, 0x00, 0x76, 0xa9, 0x90, 0xa4, 0x54, 0xe5, 0x5a, 0x7c, 0x42, 0x6b, 0x1e, 0x1d, 0x9f, 0x0a, 0xba, 0x6c, 0x0a, 0x53, 0xa3, 0x86, 0x93, 0x9b, 0xd1, 0xda, 0x87, 0x75, 0x13, 0x5b, 0x41, 0x50, 0xa8, 0x56, 0xdb, 0x5b, 0x4f, 0x52, 0xdb, 0x94, 0x5e, 0xbd, 0x68, 0x8b, 0xed, 0x2a, 0x6a, 0x57, 0x2d, 0xdc, 0x6b, 0x43, 0x1f, 0x26, 0x01, 0x59, 0xcb, 0xb4, 0xe3, 0x04, 0x10, 0xe2, 0x4d, 0xda, 0xa6, 0xd5, 0x7c, 0x91, 0x37, 0x7b } } }; static const struct cckprng_op_generate op_init_5544 = { .hd = { .id = 5288, .kind = OP_GENERATE }, .rand_nbytes = 174, .out = { .rand = { 0x24, 0x3f, 0xdf, 0x90, 0x17, 0x0a, 0x2e, 0xd4, 0xba, 0x8a, 0x08, 0x09, 0x21, 0xc7, 0x2c, 0x86, 0x99, 0x85, 0x76, 0x77, 0x09, 0x7d, 0xe0, 0xa9, 0x2f, 0xdc, 0xc8, 0x2f, 0xfe, 0x76, 0xa6, 0x8d, 0x61, 0x42, 0x5f, 0xb2, 0x09, 0xc0, 0x69, 0x91, 0x60, 0x21, 0xa2, 0xa5, 0xc8, 0x37, 0xce, 0xac, 0xde, 0x21, 0x44, 0xd6, 0x93, 0xd3, 0xa9, 0x8f, 0xd5, 0x21, 0xd8, 0xa2, 0x85, 0xe8, 0xd2, 0xe2, 0x77, 0x19, 0xe3, 0x4a, 0x08, 0x02, 0x7f, 0x59, 0xd5, 0x6a, 0xad, 0x67, 0x9c, 0x21, 0x7f, 0x78, 0x9b, 0x9f, 0xf8, 0x5e, 0x19, 0xc1, 0xdb, 0x18, 0x39, 0x03, 0xe1, 0xfd, 0xef, 0x9a, 0x92, 0x41, 0x0e, 0x55, 0xe5, 0xec, 0x54, 0xec, 0x6a, 0x2f, 0x7c, 0x07, 0x2f, 0xc2, 0x68, 0xce, 0xb7, 0xf5, 0xdf, 0xd6, 0x2b, 0xce, 0x8a, 0x56, 0xac, 0x71, 0xa3, 0x3a, 0xdf, 0xf2, 0x09, 0xd4, 0x06, 0xf3, 0x63, 0x44, 0x2f, 0xd6, 0x5c, 0xc3, 0xeb, 0x04, 0xfe, 0x73, 0x17, 0x5e, 0xc3, 0x1c, 0x91, 0xaf, 0x6d, 0x0d, 0xc5, 0x0a, 0xea, 0x45, 0xf5, 0x14, 0x8d, 0x2a, 0xcb, 0x6e, 0x69, 0x0a, 0x67, 0xf2, 0x3e, 0x9f, 0xe5, 0xec, 0x0b, 0xcc, 0x36, 0x4c, 0xc2, 0x24, 0x7c, 0xa7, 0x09, 0x96 } } }; static const struct cckprng_op_refresh op_refresh_5545 = { .hd = { .id = 5289, .kind = OP_REFRESH }, .rand = 12185867905934354702ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5546 = { .hd = { .id = 5290, .kind = OP_RESEED }, .nonce = 440004491276411188ULL, .seed_nbytes = 225, .seed = { 0xb9, 0xbb, 0xe8, 0x04, 0x74, 0xb3, 0x5c, 0xc0, 0xe8, 0x1f, 0x8e, 0xb6, 0xb8, 0xa1, 0xb1, 0x73, 0x63, 0x26, 0xca, 0xb2, 0xde, 0x5d, 0xe1, 0x21, 0x82, 0x21, 0x84, 0xd7, 0xc0, 0x3f, 0x09, 0xf7, 0xf5, 0x2c, 0x61, 0xe7, 0x74, 0xf0, 0x45, 0x86, 0xa8, 0x29, 0x05, 0xbf, 0x71, 0x5b, 0xef, 0xf2, 0xba, 0x08, 0x78, 0xfc, 0x9c, 0x69, 0x77, 0x54, 0xdb, 0x5f, 0x3d, 0x59, 0x87, 0x53, 0xdc, 0x0b, 0x2e, 0xc1, 0xbe, 0xd4, 0x5d, 0x94, 0x1e, 0xfd, 0xce, 0x8c, 0xaa, 0x6f, 0x36, 0x1c, 0x5b, 0x24, 0x43, 0xc8, 0xd3, 0x07, 0xd6, 0x26, 0xb6, 0xa0, 0x05, 0x3e, 0x74, 0x15, 0x6c, 0x71, 0xc7, 0xf2, 0xf6, 0xa2, 0xfc, 0x42, 0x04, 0x15, 0xbd, 0x22, 0x5c, 0x48, 0xcc, 0xd7, 0x3e, 0x4f, 0x94, 0x14, 0xc2, 0x69, 0x37, 0x5e, 0xe0, 0xbf, 0x65, 0x21, 0x2a, 0x71, 0x8e, 0xca, 0x36, 0x6f, 0xc9, 0xe7, 0xee, 0x04, 0xe9, 0xd3, 0x63, 0x88, 0x76, 0x49, 0x57, 0xb3, 0x25, 0x8c, 0x1c, 0xc3, 0x63, 0x9d, 0x6c, 0x90, 0xaf, 0x0c, 0xda, 0x0e, 0xf4, 0x70, 0x5b, 0xae, 0x68, 0x3a, 0x86, 0x9d, 0xe0, 0x59, 0x89, 0xdf, 0x29, 0xbd, 0xe4, 0x09, 0xa7, 0x50, 0x58, 0xb8, 0xa7, 0x06, 0x03, 0x59, 0x36, 0x9f, 0x6e, 0x07, 0x83, 0x8a, 0xaa, 0x0d, 0x90, 0x9d, 0x79, 0x59, 0x69, 0x0c, 0x36, 0x47, 0x9b, 0xfa, 0x1f, 0x30, 0x5a, 0x82, 0x34, 0x81, 0x7d, 0x1e, 0x46, 0x0f, 0xf3, 0xfd, 0x84, 0xbc, 0x01, 0x94, 0xde, 0x93, 0xe7, 0x59, 0xff, 0xd2, 0xd6, 0xc1, 0x25, 0xf6, 0x61, 0x4f, 0x7b, 0x7f, 0x36, 0x5f, 0xde } }; static const struct cckprng_op_reseed op_reseed_5547 = { .hd = { .id = 5291, .kind = OP_RESEED }, .nonce = 4593146242866181777ULL, .seed_nbytes = 117, .seed = { 0x80, 0x66, 0x83, 0xd9, 0x30, 0x85, 0x03, 0x96, 0xae, 0x73, 0x45, 0x9f, 0xf5, 0x64, 0x03, 0x69, 0x18, 0xab, 0x84, 0x31, 0x9a, 0x63, 0x61, 0xe5, 0x99, 0x38, 0x68, 0xc2, 0x98, 0x3c, 0xe5, 0xad, 0x3b, 0x9c, 0xbb, 0x5e, 0x56, 0x89, 0x58, 0x92, 0x37, 0xe3, 0x26, 0x11, 0x7a, 0xd3, 0x2c, 0x6a, 0x7f, 0x6e, 0x30, 0x19, 0x9a, 0x14, 0xad, 0xbe, 0xf7, 0x52, 0x35, 0x90, 0x94, 0x02, 0x7f, 0xc4, 0x42, 0xdc, 0x55, 0x0a, 0x74, 0x40, 0xf3, 0x86, 0xea, 0x18, 0x94, 0x6f, 0x11, 0xde, 0x1d, 0x7d, 0x83, 0x98, 0xb4, 0xaa, 0xee, 0x46, 0x12, 0xe9, 0x77, 0xe1, 0x29, 0x81, 0xe4, 0xa3, 0xd3, 0x83, 0x14, 0x6b, 0x99, 0x85, 0x57, 0xb9, 0x45, 0xaa, 0x59, 0x19, 0x51, 0x7e, 0x0c, 0x98, 0x85, 0xa0, 0xcd, 0xe8, 0xe2, 0x16, 0x9a } }; static const struct cckprng_op_generate op_init_5548 = { .hd = { .id = 5292, .kind = OP_GENERATE }, .rand_nbytes = 77, .out = { .rand = { 0x73, 0x82, 0x2b, 0x74, 0x5c, 0x49, 0x5d, 0x28, 0x05, 0xb4, 0xd4, 0x76, 0x10, 0x27, 0x97, 0x8e, 0x85, 0x81, 0x9e, 0x15, 0x53, 0x2d, 0xa0, 0x6a, 0x8d, 0x30, 0x7a, 0xc9, 0x79, 0x79, 0xa1, 0xb4, 0xd2, 0xe9, 0x20, 0xc1, 0xb5, 0xd0, 0x76, 0xe5, 0xc0, 0x96, 0xbd, 0x69, 0x63, 0xcc, 0x98, 0x2a, 0x1c, 0xe9, 0x89, 0x45, 0xfb, 0x2e, 0xb9, 0x43, 0x3e, 0xfb, 0x77, 0xf8, 0x03, 0x57, 0x49, 0xcb, 0xdf, 0xfc, 0x4a, 0x32, 0x01, 0xc5, 0x97, 0x20, 0xfd, 0xea, 0xb7, 0xc9, 0x73 } } }; static const struct cckprng_op_generate op_init_5549 = { .hd = { .id = 5293, .kind = OP_GENERATE }, .rand_nbytes = 284, .out = { .rand = { 0xd8, 0xff, 0xe7, 0x7d, 0xf7, 0xdb, 0xcc, 0xcf, 0xa2, 0xef, 0x6a, 0x2e, 0x01, 0x43, 0x19, 0x97, 0x8e, 0xf2, 0xfe, 0x64, 0x9c, 0x3e, 0xd4, 0x87, 0x8c, 0x91, 0x87, 0x4f, 0xa0, 0x6c, 0x03, 0x4d, 0xe1, 0x6d, 0x89, 0xcc, 0xd1, 0x70, 0xa9, 0x80, 0x28, 0x0d, 0x87, 0xbc, 0x18, 0xe9, 0xda, 0x84, 0xe2, 0xf1, 0xdd, 0x3d, 0x5c, 0x1e, 0xc2, 0x65, 0xbc, 0x64, 0x36, 0xcd, 0x9e, 0x53, 0x27, 0xa6, 0x63, 0x5c, 0x51, 0x66, 0x4f, 0x32, 0xb1, 0x47, 0xfe, 0x97, 0xa4, 0x44, 0x22, 0x98, 0x18, 0xc7, 0x7f, 0x68, 0x50, 0x93, 0x61, 0xd3, 0x1f, 0x50, 0x8d, 0x51, 0x84, 0x79, 0x61, 0xa1, 0x44, 0x52, 0x7e, 0x6f, 0xbe, 0x16, 0x33, 0xcf, 0x15, 0xa6, 0x51, 0x06, 0x92, 0x31, 0x68, 0xd4, 0x1b, 0xb4, 0x83, 0xbc, 0xfc, 0x60, 0x46, 0x9f, 0x86, 0xb0, 0x4c, 0x1a, 0x02, 0x5c, 0x92, 0x77, 0x0f, 0x5c, 0x1f, 0x3f, 0x4e, 0x57, 0x74, 0x09, 0x74, 0x5c, 0x66, 0xb7, 0x7a, 0x48, 0x0b, 0x32, 0x24, 0x62, 0x46, 0x0b, 0xc9, 0x26, 0x1c, 0x79, 0x92, 0x53, 0x1c, 0x3f, 0x08, 0xa1, 0x5e, 0x51, 0xab, 0xa6, 0xeb, 0x22, 0x73, 0x7a, 0xcf, 0x04, 0xcb, 0x88, 0x79, 0x5d, 0xf1, 0x5e, 0xc6, 0xdb, 0xd1, 0x6f, 0x9f, 0x09, 0xb5, 0xa1, 0xb4, 0xfd, 0x9f, 0x5c, 0xf0, 0x19, 0xfd, 0x26, 0x0e, 0xdf, 0xf8, 0x3d, 0x23, 0x30, 0x68, 0x24, 0xc3, 0xcc, 0xb8, 0x58, 0xaf, 0xad, 0xe7, 0x24, 0x3c, 0xdf, 0xf9, 0x15, 0x44, 0x84, 0xaf, 0xbb, 0x22, 0x9f, 0x7c, 0x0b, 0xa5, 0x2d, 0xf1, 0xfa, 0x6f, 0x78, 0x72, 0x53, 0x2b, 0x27, 0xf4, 0x60, 0xc5, 0x33, 0xeb, 0x52, 0x27, 0x67, 0xb5, 0xd9, 0x89, 0xe7, 0x53, 0x00, 0xcd, 0x1b, 0x04, 0xce, 0xdf, 0xb5, 0xcb, 0xad, 0xbf, 0xe3, 0x4a, 0x84, 0xaa, 0x42, 0xba, 0x01, 0x44, 0xe1, 0xf3, 0xaf, 0xe7, 0x7d, 0x0e, 0xe7, 0x65, 0xb2, 0x64, 0xd4, 0xe3, 0x3d, 0xd2, 0x44, 0x48, 0xc8, 0x99, 0xde, 0x72, 0x60, 0xb4, 0x0a, 0x2c, 0x46, 0x21, 0xc8 } } }; static const struct cckprng_op_reseed op_reseed_5550 = { .hd = { .id = 5294, .kind = OP_RESEED }, .nonce = 14206134155782652343ULL, .seed_nbytes = 277, .seed = { 0xb8, 0xf1, 0xf7, 0x87, 0xea, 0x4e, 0x2c, 0x2f, 0xf1, 0x88, 0x49, 0xe9, 0xe5, 0x0d, 0x71, 0x20, 0x3b, 0x3d, 0xbd, 0xa8, 0xf3, 0xe7, 0x38, 0x69, 0x16, 0xd2, 0x70, 0xab, 0x49, 0xab, 0x59, 0xd3, 0x1e, 0xa7, 0x50, 0x80, 0xc9, 0xb4, 0x7a, 0x3e, 0xb2, 0x97, 0xbd, 0x25, 0xf7, 0xac, 0x6e, 0x07, 0x76, 0xb2, 0x0e, 0xd0, 0x7a, 0x03, 0x6c, 0x42, 0x08, 0x29, 0x83, 0xbc, 0xa9, 0x48, 0xa9, 0xb3, 0xe4, 0x29, 0x20, 0xce, 0x35, 0xe5, 0x91, 0xa1, 0x8c, 0xf8, 0xc4, 0xdd, 0xff, 0x34, 0xf5, 0x48, 0x31, 0xfe, 0x33, 0x44, 0x21, 0x19, 0xe5, 0x52, 0xf2, 0x7c, 0x84, 0xfa, 0x91, 0xfc, 0xf2, 0x28, 0x02, 0xd0, 0xe6, 0x80, 0x7c, 0xe0, 0x20, 0xb2, 0xc9, 0x00, 0x77, 0x18, 0x6a, 0xfd, 0xb6, 0xc3, 0x50, 0xc7, 0xe9, 0x58, 0xa6, 0x03, 0x2f, 0xfb, 0x39, 0x9a, 0x5c, 0x97, 0x59, 0x83, 0x4a, 0xfc, 0xfd, 0x2e, 0xcc, 0x00, 0x26, 0x26, 0x96, 0xb8, 0x02, 0x3a, 0x1d, 0x99, 0x19, 0xa3, 0x47, 0x1d, 0x15, 0xe4, 0xcf, 0xa1, 0x80, 0xaa, 0x01, 0xda, 0x4f, 0xb9, 0xf8, 0xd2, 0x49, 0xa5, 0x0f, 0xe0, 0x78, 0x31, 0xf4, 0x30, 0x30, 0x7c, 0x8f, 0xac, 0x96, 0xf1, 0x6c, 0x8a, 0x7a, 0xc4, 0x7e, 0xb2, 0x43, 0xf7, 0x52, 0xea, 0x4f, 0x11, 0x74, 0x96, 0x43, 0x66, 0xf7, 0xe6, 0x04, 0x9e, 0x7f, 0x4b, 0xa8, 0xcc, 0xaa, 0x07, 0x88, 0x92, 0x50, 0x9a, 0x92, 0xbf, 0xcf, 0x00, 0x3b, 0xca, 0x30, 0xab, 0x39, 0xee, 0x6c, 0x22, 0x5e, 0x20, 0x68, 0xfe, 0x3f, 0x95, 0x22, 0xd5, 0xa8, 0xe5, 0x40, 0xe0, 0x72, 0xbb, 0x5c, 0xb0, 0x73, 0xee, 0x6d, 0x15, 0xf2, 0xe0, 0x66, 0x8c, 0xab, 0x88, 0x92, 0xf5, 0xe1, 0x09, 0x96, 0xa5, 0x38, 0x0a, 0x5c, 0xa2, 0x19, 0x51, 0xaa, 0x87, 0x6a, 0x16, 0xd6, 0xd5, 0x72, 0x65, 0x91, 0xaa, 0x01, 0x46, 0x56, 0x15, 0x22, 0xd5, 0xa0, 0x0d, 0x31, 0xdd, 0x72, 0x1c, 0x25, 0x4f, 0x5a, 0x8e, 0xf9 } }; static const struct cckprng_op_generate op_init_5551 = { .hd = { .id = 5295, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0xbc, 0xd5, 0x8e, 0x19, 0xfc, 0x62, 0xbd, 0x8e, 0x34, 0x28, 0x31, 0x51, 0x66, 0xf9, 0x4f, 0xfa, 0x7d, 0x80, 0xab, 0xdd, 0xe9, 0x78, 0xdb, 0x37, 0x1c, 0xd1, 0x4c, 0x63, 0x1b, 0x5b, 0xe5, 0x51, 0x61, 0xc5, 0x87, 0x1c, 0xa6, 0xd8, 0xd5, 0xe9, 0x68, 0x6b, 0xa4 } } }; static const struct cckprng_op_refresh op_refresh_5552 = { .hd = { .id = 5296, .kind = OP_REFRESH }, .rand = 14508105285257421197ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5553 = { .hd = { .id = 5297, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0x90, 0xe2, 0x6a, 0x4c, 0xb4, 0x80, 0x0d, 0xa7, 0xa4, 0x31, 0x84, 0x50, 0xea, 0x72, 0xa0, 0x83, 0x38, 0x32, 0x26, 0x18, 0x40, 0xae, 0xc8, 0x0e, 0xe7, 0x94, 0x38, 0x57, 0xd2, 0xbd, 0xd1, 0x96, 0x33, 0x99, 0x42, 0xb6, 0xbd } } }; static const struct cckprng_op_refresh op_refresh_5554 = { .hd = { .id = 5298, .kind = OP_REFRESH }, .rand = 10488751460558310450ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5555 = { .hd = { .id = 5299, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0x35, 0xcd, 0x12, 0x73, 0xb8, 0x41, 0x71, 0xc2, 0x6d, 0x13, 0x41, 0x9c, 0x26, 0xed, 0xe7, 0x21, 0x15, 0x33, 0x1c, 0xa0, 0x7d, 0x3e, 0xef, 0xb9, 0xfe, 0xaf, 0x3b, 0x67, 0xa3, 0xdf, 0x17, 0x11, 0x44, 0xd2, 0xd6, 0x56, 0x7c, 0x25, 0xed, 0x35, 0x09, 0xfa, 0xf6, 0xa5, 0x00, 0x07, 0xb3, 0x16, 0x6e, 0x97, 0xb3, 0x76, 0xf1, 0x57, 0xbf, 0xa5, 0x68, 0x44, 0xb0, 0xb6, 0xf8, 0xab, 0x69, 0xe6, 0x5a, 0xde, 0x35, 0xc7, 0xf0, 0x68, 0xf7, 0x65, 0x95, 0x57, 0x52, 0x10, 0xad, 0x1e, 0x21, 0x56, 0x26, 0xe7, 0x81, 0x85, 0x75, 0xc7, 0xb0, 0xf8, 0x5c, 0x2d, 0x22, 0x15, 0xa1, 0xdf, 0x10, 0x00, 0x54, 0x3b, 0xcf, 0x41, 0xd7, 0x58, 0x24, 0x8e, 0x45, 0x5f, 0x66, 0xf7, 0x71, 0x66, 0x07, 0xac, 0x01, 0xac, 0x00, 0x6c, 0x70, 0x8d, 0x05, 0x3a, 0x95, 0xeb, 0x7c, 0x19, 0x57, 0x07, 0x5c, 0xd1, 0x66, 0xb5, 0x3c, 0xea, 0xea, 0x2d, 0x1e, 0x6b, 0xbf, 0x53, 0xbd, 0xe3, 0x9a, 0x9e, 0x7d, 0x82, 0x5d, 0xe9, 0x56, 0x2f, 0xc2, 0xd7, 0x9d, 0x07, 0x32, 0x82, 0x41, 0x68, 0x48, 0x4e, 0x1c, 0xf5, 0xc6, 0x8e, 0x3b, 0x75, 0x00, 0xc9, 0xbc, 0x97, 0x75, 0x53, 0x62, 0x7e, 0x2d, 0x64, 0x06, 0x9f, 0x96, 0xf5, 0xae, 0x54, 0x35, 0xdc, 0x47, 0xd8, 0x2d, 0xc1, 0x7d, 0x05, 0x69, 0xfe, 0xfb, 0xc3, 0x82, 0x47, 0xad, 0xbb, 0xe2, 0xa3, 0x59, 0x0c, 0x02, 0x02, 0xad, 0xe0, 0xe7, 0x7a, 0x6b, 0x03, 0xb3, 0x31, 0x83, 0x73, 0xc7, 0xd0, 0xf3, 0x7a, 0xef, 0x2a, 0x71, 0xb7, 0x82, 0x0e, 0xb0, 0x1d, 0x31, 0x84, 0x2e, 0x44, 0x08, 0x60, 0xbb, 0x83, 0x74, 0x5e, 0x93, 0x3b, 0xad, 0x67 } } }; static const struct cckprng_op_reseed op_reseed_5556 = { .hd = { .id = 5300, .kind = OP_RESEED }, .nonce = 6433980032642933046ULL, .seed_nbytes = 183, .seed = { 0x54, 0x64, 0xc7, 0xa5, 0x9e, 0x59, 0x69, 0xa6, 0x36, 0xb2, 0x03, 0x27, 0x25, 0xef, 0xab, 0xfb, 0x6e, 0x5d, 0xb7, 0x58, 0xed, 0x96, 0x8d, 0x5a, 0x45, 0x39, 0x56, 0x8c, 0xfb, 0x48, 0x0e, 0x0d, 0xa5, 0xff, 0xa2, 0x2e, 0xbe, 0x7f, 0x0a, 0x3a, 0x15, 0x18, 0x3a, 0x9e, 0x6c, 0x53, 0x14, 0x03, 0x48, 0x84, 0xb5, 0xe7, 0x94, 0x38, 0x9f, 0xcb, 0x91, 0xb1, 0x72, 0x7a, 0x18, 0x84, 0x9c, 0xe5, 0x5d, 0x6b, 0x7a, 0xe3, 0xd4, 0xc3, 0xd1, 0x53, 0x06, 0x0d, 0x03, 0x4f, 0x4b, 0x63, 0x7e, 0x97, 0xc0, 0xe1, 0x8a, 0xe0, 0x8a, 0xa9, 0x35, 0x7b, 0xde, 0x5c, 0xe8, 0x30, 0x01, 0x9e, 0x85, 0x5a, 0xc3, 0xe0, 0xdf, 0x74, 0xe0, 0xcf, 0x86, 0x4e, 0x44, 0xf2, 0xf2, 0xe2, 0x81, 0xf0, 0x36, 0xb7, 0xd6, 0xbf, 0x88, 0x95, 0xe9, 0x6a, 0x3a, 0xe3, 0x44, 0xc2, 0x05, 0xfd, 0xe3, 0xf2, 0xb7, 0x92, 0xc9, 0xd4, 0x0f, 0xb7, 0xca, 0x31, 0x2c, 0x8b, 0xdf, 0x05, 0xfd, 0x5d, 0xe9, 0x93, 0xe6, 0x5e, 0x9a, 0x71, 0xe9, 0xdb, 0x0d, 0x32, 0xa3, 0x84, 0x30, 0x0b, 0xc8, 0x8a, 0xda, 0x4f, 0xcd, 0x51, 0x14, 0x88, 0xd4, 0x33, 0xce, 0x57, 0x46, 0x92, 0xe8, 0x52, 0x5d, 0x6c, 0x90, 0x5c, 0xf3, 0xad, 0xaf, 0xec, 0x8d, 0x18, 0x64, 0xc9, 0x27 } }; static const struct cckprng_op_generate op_init_5557 = { .hd = { .id = 5301, .kind = OP_GENERATE }, .rand_nbytes = 80, .out = { .rand = { 0xed, 0xc2, 0x41, 0x33, 0xc5, 0xb4, 0xe6, 0xb3, 0x05, 0xdc, 0x73, 0x17, 0x28, 0x03, 0x82, 0x8e, 0x02, 0x70, 0x60, 0xe2, 0x52, 0x61, 0x3d, 0x25, 0x17, 0x95, 0x5b, 0x7d, 0x3b, 0x86, 0xe4, 0x30, 0x2e, 0xe2, 0xd5, 0x1a, 0xf0, 0x69, 0x64, 0x77, 0x97, 0xdc, 0x4f, 0xcb, 0xe7, 0x12, 0x52, 0x91, 0x46, 0xd1, 0x09, 0x23, 0x00, 0x9b, 0x29, 0xf7, 0x74, 0x1c, 0x45, 0x3d, 0x81, 0x66, 0x91, 0x87, 0xd7, 0xc4, 0x22, 0x3f, 0xbf, 0x18, 0x4f, 0x48, 0xd0, 0x87, 0xe7, 0xab, 0xda, 0x65, 0x1d, 0x23 } } }; static const struct cckprng_op_reseed op_reseed_5558 = { .hd = { .id = 5302, .kind = OP_RESEED }, .nonce = 17972545431166352481ULL, .seed_nbytes = 193, .seed = { 0xe4, 0xbd, 0x5f, 0x02, 0x4a, 0xe6, 0x06, 0x9d, 0xa9, 0xb3, 0xc8, 0xbb, 0x55, 0xb6, 0xaf, 0xbd, 0x73, 0xcd, 0x85, 0xcd, 0xc8, 0x77, 0x53, 0x80, 0xc0, 0x1f, 0xef, 0xb0, 0xe1, 0xea, 0xd5, 0x5c, 0x4b, 0x55, 0x7b, 0x68, 0x60, 0x92, 0xa0, 0xbb, 0x76, 0x76, 0x37, 0x11, 0x21, 0x95, 0x72, 0x41, 0x5b, 0x6b, 0xcb, 0xa7, 0xc9, 0xce, 0x1f, 0x97, 0xd0, 0xdf, 0xe1, 0x23, 0xf5, 0xc8, 0x8e, 0x20, 0x74, 0xe6, 0x22, 0x70, 0x2a, 0x40, 0x70, 0xbb, 0x80, 0xd0, 0x7a, 0xb5, 0x14, 0x0e, 0x60, 0x38, 0x16, 0x9b, 0xa9, 0x46, 0xe6, 0x7d, 0x7d, 0xf9, 0xe3, 0x34, 0xf9, 0x0c, 0x4e, 0x41, 0xd2, 0x29, 0xd2, 0x5a, 0x92, 0xf3, 0x11, 0x08, 0x5b, 0x7a, 0x22, 0xf8, 0xc1, 0x03, 0xbe, 0x15, 0x6a, 0x6d, 0x05, 0x00, 0xfa, 0xb4, 0xb4, 0xac, 0xf5, 0x45, 0xa1, 0x42, 0xc9, 0x72, 0x2c, 0xee, 0x1d, 0xde, 0xe8, 0x26, 0x68, 0x7e, 0xf5, 0x68, 0x9c, 0x9c, 0x68, 0xb4, 0x64, 0x92, 0x95, 0xdb, 0x5f, 0xc3, 0xd6, 0xbe, 0xac, 0x40, 0x3f, 0xd7, 0xcc, 0x83, 0x8f, 0xd3, 0x5f, 0xfd, 0x0d, 0xd3, 0xe2, 0xf0, 0x09, 0x29, 0xc9, 0x6e, 0x47, 0x0a, 0xda, 0xc5, 0x76, 0x79, 0x72, 0xf9, 0x83, 0x7b, 0x44, 0xa6, 0x0b, 0x41, 0xe4, 0x56, 0x79, 0x36, 0x15, 0x92, 0x1f, 0x59, 0x37, 0xdc, 0xcd, 0x1a, 0xa9, 0x96, 0x9a } }; static const struct cckprng_op_generate op_init_5559 = { .hd = { .id = 5303, .kind = OP_GENERATE }, .rand_nbytes = 110, .out = { .rand = { 0x4d, 0xb7, 0x45, 0xac, 0xc9, 0x2c, 0x85, 0x85, 0x4c, 0x27, 0xfb, 0x3d, 0xaa, 0x65, 0x1d, 0xe1, 0x6d, 0xa2, 0xa0, 0xbe, 0xa2, 0x0f, 0x7e, 0xdd, 0x4b, 0x58, 0x66, 0x53, 0xec, 0xc2, 0x26, 0xf4, 0x86, 0xfa, 0x21, 0xcf, 0xb7, 0x14, 0xef, 0xdf, 0xaa, 0xe4, 0xf8, 0x0d, 0x70, 0xff, 0xe2, 0x56, 0x44, 0x47, 0x9f, 0xc6, 0x14, 0xe9, 0x9b, 0xcf, 0x22, 0xb1, 0x7d, 0xc0, 0x5d, 0xf6, 0x18, 0x74, 0xb9, 0x4a, 0x56, 0x92, 0x61, 0xe2, 0x3e, 0x78, 0x85, 0x97, 0x96, 0xda, 0xbc, 0x7c, 0x78, 0x81, 0xac, 0x36, 0x9c, 0xeb, 0x93, 0x24, 0xef, 0x8d, 0xc2, 0x48, 0xa4, 0x83, 0xba, 0xf6, 0xd0, 0x58, 0xcd, 0xff, 0x25, 0x61, 0x5a, 0xa6, 0xbd, 0xc5, 0xab, 0x2b, 0x2c, 0x36, 0xb8, 0x91 } } }; static const struct cckprng_op_generate op_init_5560 = { .hd = { .id = 5304, .kind = OP_GENERATE }, .rand_nbytes = 86, .out = { .rand = { 0x73, 0xb7, 0xa2, 0xc8, 0xa8, 0x19, 0x50, 0xb9, 0x48, 0x85, 0x01, 0x00, 0x7c, 0x83, 0x5e, 0x26, 0x4d, 0x49, 0xfb, 0xda, 0x70, 0xea, 0xe3, 0xc5, 0x94, 0x83, 0x2f, 0xc7, 0x49, 0xa0, 0x7c, 0x32, 0xd9, 0xcd, 0xd4, 0xa5, 0x85, 0xea, 0x2b, 0xff, 0x87, 0x8a, 0x06, 0x1a, 0x5a, 0x9c, 0xc4, 0x06, 0x44, 0xb4, 0x27, 0xb5, 0x3d, 0x24, 0x8c, 0x75, 0x4b, 0x16, 0xbc, 0x43, 0x6d, 0x01, 0xcb, 0xdf, 0x62, 0x97, 0x8a, 0x14, 0xa4, 0xd6, 0xc9, 0xf4, 0x62, 0xe9, 0xfa, 0xc0, 0x7c, 0x6e, 0xda, 0xb7, 0xae, 0x2b, 0x2f, 0x30, 0xb4, 0x87 } } }; static const struct cckprng_op_generate op_init_5561 = { .hd = { .id = 5305, .kind = OP_GENERATE }, .rand_nbytes = 52, .out = { .rand = { 0x82, 0x58, 0x3f, 0xaf, 0x5f, 0x5a, 0xb0, 0xb8, 0x79, 0xf0, 0x1d, 0x8e, 0xb6, 0x3a, 0x02, 0x76, 0x12, 0x04, 0xd5, 0x3e, 0xec, 0xce, 0xd3, 0x16, 0x15, 0x3e, 0xe3, 0x89, 0x3e, 0xdf, 0x76, 0xda, 0x00, 0xd1, 0x6e, 0x3e, 0xa3, 0xc6, 0x5a, 0xcc, 0x0e, 0x63, 0x0e, 0xb3, 0x8c, 0xa9, 0xd2, 0x03, 0xce, 0x8b, 0x47, 0x39 } } }; static const struct cckprng_op_reseed op_reseed_5562 = { .hd = { .id = 5306, .kind = OP_RESEED }, .nonce = 3568846555131413113ULL, .seed_nbytes = 168, .seed = { 0x31, 0x43, 0xfe, 0x13, 0xc4, 0x61, 0x26, 0xdd, 0x88, 0xd3, 0x02, 0x4b, 0x53, 0xf4, 0xa2, 0x5c, 0x1a, 0x2e, 0xfe, 0x6c, 0x88, 0xdc, 0xae, 0xb3, 0xb6, 0x9a, 0x4b, 0x31, 0x98, 0x32, 0x98, 0x9c, 0xd3, 0xfe, 0xc7, 0x32, 0xf0, 0x4d, 0xf2, 0x08, 0x1e, 0x44, 0x4e, 0x07, 0x29, 0x33, 0xa3, 0x55, 0xb1, 0xcf, 0xca, 0x98, 0xfc, 0xfd, 0x28, 0xc8, 0x62, 0x08, 0x61, 0x4b, 0x41, 0x89, 0x16, 0x11, 0xfb, 0x0b, 0xfd, 0xe4, 0xed, 0x7d, 0x55, 0x16, 0xa4, 0xa7, 0x28, 0x0a, 0x69, 0x4c, 0x7b, 0x59, 0x7d, 0x28, 0x28, 0xf1, 0xae, 0xad, 0x77, 0x8d, 0x3a, 0x6b, 0xb8, 0xf7, 0xdc, 0x54, 0x75, 0x2d, 0x12, 0x15, 0x07, 0x44, 0xac, 0x67, 0x27, 0x9b, 0x91, 0xa5, 0xd7, 0xd3, 0xcd, 0xbb, 0xaa, 0xc2, 0xd2, 0xb8, 0xfc, 0x9e, 0xaa, 0x58, 0x92, 0x3c, 0xe8, 0x39, 0x23, 0xdf, 0xbb, 0x70, 0x97, 0x8b, 0x21, 0x2a, 0x36, 0x20, 0x33, 0x66, 0x97, 0x15, 0xed, 0xab, 0x07, 0x1d, 0xf3, 0x8d, 0xce, 0xda, 0x2c, 0x6c, 0xe8, 0x95, 0x76, 0x4c, 0x78, 0x62, 0xb2, 0x0f, 0xe7, 0xc0, 0x35, 0x36, 0x8e, 0x3c, 0xfc, 0x7f, 0x5c, 0xb8, 0x4f, 0x61, 0x8d, 0xc2 } }; static const struct cckprng_op_refresh op_refresh_5563 = { .hd = { .id = 5307, .kind = OP_REFRESH }, .rand = 7749382261735177690ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5564 = { .hd = { .id = 5308, .kind = OP_REFRESH }, .rand = 8567321965532058525ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5565 = { .hd = { .id = 5309, .kind = OP_GENERATE }, .rand_nbytes = 104, .out = { .rand = { 0x95, 0x4c, 0xd7, 0x96, 0x55, 0x2f, 0x5f, 0x65, 0x27, 0x8e, 0x19, 0xbf, 0xcb, 0xfb, 0xa1, 0x9b, 0x12, 0x53, 0x8f, 0x35, 0x93, 0xf9, 0x37, 0x62, 0xc6, 0x81, 0xd6, 0xb2, 0x5b, 0xa1, 0x9a, 0x8f, 0xf7, 0x7c, 0x0b, 0x13, 0xa6, 0xf4, 0xb3, 0x95, 0xc4, 0x19, 0x4e, 0xa6, 0xa2, 0x92, 0xb5, 0xdd, 0xc5, 0xfb, 0x11, 0xfc, 0xb4, 0x6f, 0xad, 0xa1, 0x71, 0xb4, 0x15, 0xd6, 0xb9, 0xc0, 0x1f, 0x04, 0xdd, 0x09, 0xd6, 0xb6, 0x65, 0xc7, 0xb6, 0xf0, 0xaf, 0xde, 0xd2, 0x28, 0x83, 0x48, 0x82, 0xe8, 0xde, 0xb4, 0x3c, 0xc8, 0x4a, 0x5c, 0x85, 0xd9, 0x16, 0x42, 0x34, 0x6a, 0x99, 0xcb, 0xbc, 0x6e, 0x54, 0x2d, 0xd3, 0xdd, 0xca, 0x57, 0x40, 0x34 } } }; static const struct cckprng_op_refresh op_refresh_5566 = { .hd = { .id = 5310, .kind = OP_REFRESH }, .rand = 16186201244925259448ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5567 = { .hd = { .id = 5311, .kind = OP_REFRESH }, .rand = 6975610613348388074ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5568 = { .hd = { .id = 5312, .kind = OP_RESEED }, .nonce = 12185113258392682795ULL, .seed_nbytes = 199, .seed = { 0xaf, 0x94, 0x84, 0x7f, 0xeb, 0x71, 0x36, 0x68, 0x2b, 0x96, 0x0a, 0x1c, 0x1a, 0x28, 0x61, 0x85, 0x11, 0x55, 0x7e, 0x4f, 0xc8, 0x58, 0xbd, 0x04, 0xeb, 0x37, 0xc9, 0xbd, 0x05, 0xc5, 0x15, 0x82, 0x54, 0x98, 0xbe, 0x33, 0xad, 0xe0, 0xb3, 0x84, 0xef, 0x75, 0x2b, 0xc3, 0xe9, 0xed, 0x50, 0xb1, 0xf7, 0xfc, 0x15, 0x79, 0xbd, 0x43, 0x43, 0x8f, 0x34, 0x19, 0x74, 0xf6, 0x02, 0x25, 0xf7, 0xc2, 0xd0, 0x09, 0x91, 0xa1, 0x79, 0x67, 0x0c, 0x82, 0x77, 0x2f, 0x87, 0x83, 0xf6, 0x13, 0xf1, 0x36, 0xa6, 0x04, 0x10, 0x97, 0xa8, 0xc9, 0xb5, 0xf2, 0xeb, 0x13, 0x0f, 0x5b, 0x17, 0xa1, 0x2b, 0x0d, 0x6b, 0x3d, 0x57, 0x92, 0x56, 0x8f, 0x29, 0x8b, 0x3c, 0x05, 0xd9, 0xbf, 0xcc, 0xe6, 0x6f, 0xe2, 0x9b, 0x7c, 0x50, 0xb6, 0x7a, 0xc0, 0x7f, 0x1c, 0xcd, 0xe8, 0x53, 0x09, 0x4d, 0x4c, 0x27, 0x44, 0x15, 0x0f, 0x73, 0x3a, 0xa6, 0xe5, 0xb5, 0x28, 0x43, 0x64, 0x60, 0x86, 0xc1, 0x80, 0xf0, 0x3c, 0xa1, 0x1e, 0x53, 0x45, 0xab, 0xd6, 0x66, 0xd5, 0xa7, 0xfa, 0x4f, 0xda, 0x7a, 0xe9, 0x0e, 0x88, 0x0a, 0x1a, 0x90, 0x41, 0xe2, 0xc5, 0x42, 0x49, 0x00, 0xe0, 0xd3, 0x15, 0x46, 0xa2, 0xbe, 0x0d, 0xef, 0x76, 0xc7, 0xfa, 0xeb, 0x00, 0xfc, 0x51, 0x0e, 0x00, 0xfa, 0x9a, 0x2a, 0x54, 0x26, 0x51, 0xea, 0x1b, 0xb9, 0x84, 0xec, 0xf1, 0xc3 } }; static const struct cckprng_op_refresh op_refresh_5569 = { .hd = { .id = 5313, .kind = OP_REFRESH }, .rand = 9429256464196673849ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5570 = { .hd = { .id = 5314, .kind = OP_RESEED }, .nonce = 7368414886241090182ULL, .seed_nbytes = 118, .seed = { 0xac, 0xfd, 0xcd, 0x8b, 0xcd, 0x8d, 0x37, 0x80, 0x44, 0x4f, 0x70, 0xb3, 0xcd, 0xc7, 0x25, 0x08, 0x05, 0xc1, 0xc6, 0xd3, 0x84, 0x48, 0x96, 0x3d, 0xcb, 0x92, 0xee, 0x95, 0xd1, 0x12, 0xfc, 0xab, 0xa8, 0x19, 0xb5, 0x6d, 0x49, 0x2f, 0x4c, 0x00, 0xeb, 0x3f, 0x2f, 0x50, 0x5e, 0x29, 0xb8, 0x0c, 0xa8, 0xf3, 0x84, 0x53, 0x52, 0xe1, 0xfe, 0xa0, 0x02, 0xc4, 0x55, 0xb5, 0x78, 0x21, 0x2f, 0xd5, 0x79, 0x2b, 0x15, 0x9c, 0x0d, 0x1b, 0x57, 0xdf, 0x84, 0x2a, 0x45, 0xc1, 0x8c, 0x2c, 0x40, 0x10, 0x7f, 0x6f, 0x70, 0x35, 0x8f, 0x4b, 0xbc, 0xeb, 0xaf, 0x2d, 0x98, 0x91, 0x6e, 0xe4, 0xc5, 0xa2, 0xd5, 0xda, 0x30, 0x40, 0xa3, 0xaf, 0x1d, 0xc3, 0x10, 0x46, 0x28, 0x7c, 0x0b, 0x57, 0xbe, 0x44, 0x04, 0x6a, 0xd7, 0x5c, 0xfd, 0x3a } }; static const struct cckprng_op_refresh op_refresh_5571 = { .hd = { .id = 5315, .kind = OP_REFRESH }, .rand = 14020240444808545632ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5572 = { .hd = { .id = 5316, .kind = OP_REFRESH }, .rand = 13180309645350204096ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5573 = { .hd = { .id = 5317, .kind = OP_REFRESH }, .rand = 13539031425210996690ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5574 = { .hd = { .id = 5318, .kind = OP_REFRESH }, .rand = 4365612831150341120ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5575 = { .hd = { .id = 5319, .kind = OP_RESEED }, .nonce = 17903033739370349039ULL, .seed_nbytes = 35, .seed = { 0x6d, 0x08, 0x36, 0xe7, 0x9e, 0x29, 0x0f, 0xee, 0x13, 0x30, 0x40, 0xeb, 0x44, 0x5b, 0xb4, 0xbf, 0x0e, 0x23, 0xaa, 0xeb, 0xd3, 0xa0, 0x77, 0x63, 0x5a, 0x9b, 0xbd, 0x2d, 0xf3, 0xc9, 0xf5, 0x64, 0x1b, 0x04, 0x4c } }; static const struct cckprng_op_refresh op_refresh_5576 = { .hd = { .id = 5320, .kind = OP_REFRESH }, .rand = 8058427947032177699ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5577 = { .hd = { .id = 5321, .kind = OP_RESEED }, .nonce = 19646649091570253ULL, .seed_nbytes = 206, .seed = { 0x89, 0x34, 0x04, 0x64, 0x85, 0x66, 0x19, 0xef, 0x67, 0x62, 0xb6, 0xd2, 0x62, 0xc2, 0x43, 0x6d, 0xe0, 0x34, 0x34, 0x0f, 0x47, 0xa8, 0x36, 0xdb, 0x8e, 0xd0, 0x75, 0x57, 0x85, 0x0c, 0x2a, 0xe3, 0x80, 0x41, 0x63, 0xe9, 0x85, 0x22, 0x7a, 0x83, 0xc3, 0xb2, 0x1a, 0x6b, 0xc0, 0x19, 0xd2, 0x1b, 0x69, 0xef, 0x40, 0x9d, 0xd4, 0xf8, 0x8e, 0xe5, 0xcd, 0x7a, 0xfe, 0xa8, 0x3f, 0xf8, 0x29, 0xa0, 0xcc, 0x69, 0xd6, 0x65, 0x07, 0x77, 0x3c, 0x04, 0xbe, 0x73, 0x06, 0x25, 0x66, 0x90, 0x50, 0x9a, 0xcf, 0x51, 0x7a, 0xce, 0x8c, 0xd3, 0x22, 0x09, 0x99, 0x28, 0x12, 0xe5, 0xee, 0x08, 0xa7, 0x36, 0xff, 0x8e, 0x6a, 0x8a, 0xa7, 0x33, 0x35, 0x5e, 0xc5, 0x04, 0xba, 0xf1, 0xb6, 0x32, 0x7b, 0xf6, 0xb0, 0xee, 0x83, 0xee, 0x93, 0x0e, 0x6a, 0x3b, 0x1d, 0x46, 0xf8, 0x30, 0x4f, 0xc9, 0x41, 0x2d, 0xe7, 0x3c, 0x05, 0xf2, 0x17, 0x68, 0xc6, 0x29, 0x2d, 0xfe, 0x4b, 0x5b, 0xb5, 0x3e, 0x90, 0xe1, 0xad, 0x9b, 0x2c, 0xe9, 0xed, 0xe0, 0x98, 0x12, 0xf3, 0xda, 0x38, 0xd0, 0xd2, 0x2a, 0xa0, 0x1f, 0x85, 0xce, 0x52, 0x3b, 0x7b, 0xda, 0xd4, 0xdf, 0x0b, 0xef, 0x8b, 0xe1, 0x32, 0x76, 0x25, 0xfc, 0xbe, 0xca, 0xed, 0xb3, 0xfd, 0x56, 0x59, 0x74, 0x1c, 0xe9, 0x35, 0x71, 0xf4, 0xdf, 0xa5, 0xb8, 0xb1, 0x93, 0x7b, 0xcc, 0x35, 0x76, 0xed, 0x96, 0x43, 0x69, 0xb9, 0x22, 0x4d, 0xb6 } }; static const struct cckprng_op_reseed op_reseed_5578 = { .hd = { .id = 5322, .kind = OP_RESEED }, .nonce = 3176305321277281410ULL, .seed_nbytes = 156, .seed = { 0x71, 0x3e, 0x3e, 0xd5, 0xc9, 0x88, 0xe1, 0x9e, 0x92, 0x19, 0xcc, 0x36, 0xb9, 0xb7, 0x5c, 0x49, 0xe5, 0x56, 0xc7, 0x1a, 0xb1, 0x83, 0xf6, 0x68, 0x42, 0x38, 0x7e, 0xc9, 0x77, 0x43, 0xd1, 0xfb, 0x5c, 0x78, 0x24, 0x12, 0xbc, 0x18, 0xd0, 0x2c, 0x67, 0x6d, 0xdc, 0x96, 0x80, 0x52, 0x2c, 0x17, 0x20, 0xbc, 0x68, 0x39, 0x8b, 0x0a, 0x87, 0x34, 0x04, 0x43, 0x2c, 0x1d, 0xeb, 0x9d, 0x57, 0x63, 0xb9, 0x07, 0x9e, 0x97, 0x30, 0xf8, 0xfd, 0xe3, 0x67, 0x3a, 0xda, 0x6a, 0x2e, 0xfa, 0x0e, 0xd3, 0x80, 0x21, 0x85, 0x7d, 0xdf, 0x9f, 0xd2, 0xd7, 0x2c, 0xe3, 0x77, 0x7f, 0x30, 0xdd, 0xc3, 0xee, 0x13, 0x6d, 0xbb, 0x58, 0xb7, 0x8e, 0x04, 0xda, 0xd1, 0xef, 0x74, 0x11, 0xf9, 0x4b, 0x51, 0x7f, 0xf1, 0xb2, 0x17, 0x61, 0xc0, 0x3e, 0x85, 0x5a, 0x56, 0x9b, 0x81, 0x69, 0xb8, 0xd9, 0x47, 0x78, 0x8c, 0x85, 0x6b, 0xeb, 0x21, 0x64, 0x4f, 0x36, 0x96, 0x83, 0x74, 0xfd, 0xca, 0x82, 0x86, 0x21, 0x76, 0xbf, 0x37, 0x3d, 0x3b, 0xd2, 0xb8, 0xf7, 0x78, 0x0e, 0x7b, 0x64 } }; static const struct cckprng_op_generate op_init_5579 = { .hd = { .id = 5323, .kind = OP_GENERATE }, .rand_nbytes = 257, .out = { .rand = { 0xa0, 0x71, 0xda, 0x52, 0x94, 0xc7, 0x3b, 0x41, 0x57, 0x36, 0xa9, 0x24, 0x7e, 0xd9, 0x93, 0xee, 0xec, 0x04, 0x54, 0x08, 0x19, 0x99, 0x83, 0x73, 0x43, 0xb3, 0x08, 0xf4, 0xaf, 0x19, 0x42, 0xa6, 0x78, 0x06, 0x38, 0x83, 0xac, 0x21, 0x63, 0xd7, 0x29, 0x03, 0x14, 0x59, 0x65, 0xf9, 0xdc, 0xd3, 0xb7, 0x93, 0x7d, 0x58, 0xdb, 0x0e, 0xee, 0xbe, 0x18, 0xd0, 0xd4, 0xbd, 0x9c, 0xf8, 0xb9, 0xc2, 0x3d, 0xf6, 0x1e, 0x40, 0x0f, 0x5d, 0x1f, 0x27, 0x8a, 0x21, 0xd0, 0x43, 0xee, 0xaa, 0xd4, 0x03, 0xa3, 0x10, 0xaa, 0x34, 0xf6, 0x48, 0x78, 0x11, 0x6e, 0xdf, 0x3c, 0x28, 0x38, 0x39, 0xaf, 0x1d, 0x5d, 0xb0, 0x57, 0x38, 0xdc, 0x3c, 0x95, 0x86, 0x60, 0x0a, 0x53, 0x0b, 0x3a, 0x24, 0x6a, 0x8b, 0xb4, 0x60, 0x3d, 0x3a, 0x16, 0xa1, 0x60, 0x38, 0x79, 0x1d, 0x52, 0x5f, 0x75, 0x08, 0x70, 0xc2, 0x10, 0xd3, 0x83, 0xc2, 0x70, 0xba, 0x4e, 0x26, 0xe0, 0x4a, 0xca, 0x20, 0xcc, 0x7c, 0x5c, 0xf2, 0x52, 0x10, 0x58, 0x9a, 0xb4, 0xe1, 0xeb, 0xd2, 0xec, 0x31, 0xf5, 0xe7, 0x92, 0xa2, 0xe5, 0xf3, 0xfb, 0x49, 0x2a, 0x2c, 0x12, 0x44, 0xa7, 0xbf, 0x66, 0x0a, 0x27, 0x26, 0x6c, 0xf1, 0xf9, 0x9a, 0x42, 0x0f, 0x83, 0xa6, 0xf8, 0x95, 0x8d, 0xbb, 0x38, 0x05, 0x65, 0x63, 0xc9, 0xb0, 0x9a, 0x9b, 0x4f, 0x83, 0x29, 0xed, 0xed, 0xf1, 0xd1, 0x78, 0x81, 0x1f, 0xfb, 0x92, 0xe5, 0x12, 0x86, 0xbe, 0x76, 0xca, 0x81, 0xf2, 0xd2, 0x57, 0x3d, 0x78, 0xc0, 0x12, 0x46, 0x74, 0xc3, 0x40, 0xef, 0x3f, 0xec, 0x05, 0x0a, 0xdf, 0x8c, 0xba, 0xe9, 0x36, 0x1f, 0x68, 0xf7, 0x1c, 0xf8, 0xc3, 0x01, 0x4a, 0x9a, 0x00, 0x44, 0x5e, 0x22, 0x07, 0xca, 0xbd, 0x2f, 0x98, 0xc9, 0x60, 0xef, 0xac, 0x80, 0xb1, 0x74 } } }; static const struct cckprng_op_refresh op_refresh_5580 = { .hd = { .id = 5324, .kind = OP_REFRESH }, .rand = 8587795089245181804ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5581 = { .hd = { .id = 5325, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x49, 0x0b, 0x2e, 0xd8, 0x78, 0xe9, 0x33, 0x08, 0x33, 0x3a, 0x88, 0xe8, 0x86, 0x40, 0x32, 0x22, 0xe1, 0x2a, 0x07, 0x9a, 0xdc, 0x82, 0x9b, 0xad, 0x82, 0x74, 0xc8, 0x44, 0xb6, 0xbe, 0x1b, 0x06, 0xe1, 0x74, 0x2a, 0x17, 0x1d, 0xb3, 0xa7, 0xe1, 0xe4, 0x25, 0x57, 0x86, 0x40, 0xf9, 0x1a, 0xfc, 0x34, 0x00, 0x73, 0x97, 0x0c, 0x0b, 0x42, 0xe5, 0xb0, 0xef, 0x34, 0x06, 0xa6, 0x51, 0x78, 0x42, 0x37, 0x00, 0x7c, 0x40, 0x8c, 0xfc, 0x4f, 0x7f, 0xc2, 0x0d, 0x1f, 0xe1, 0x2c, 0x85, 0x52, 0xd0, 0x7c, 0x4a, 0x59, 0xc7, 0x71, 0x90, 0x26, 0xe9, 0x86, 0xaf, 0x6f, 0xfe, 0x15, 0xa6, 0x53, 0x45, 0x23, 0x01, 0xf5, 0xfc, 0xfc, 0xb4, 0x4a, 0x7e, 0x6d, 0x99, 0x47, 0xb9, 0xc7, 0x3a, 0x31, 0xa1, 0x84, 0xe3, 0xb5, 0x78, 0x96, 0x65, 0x8a, 0xb1, 0xd6, 0x00, 0x81, 0x6d, 0xe3, 0xd2, 0xd0, 0x42, 0x2c, 0x0c, 0x76, 0x61, 0xda, 0x6e, 0x53, 0x35, 0xcf, 0x76, 0x52, 0x4b, 0x86, 0xe5, 0xc6, 0xc4, 0xc3, 0xad, 0xc5, 0xd8, 0x8f, 0x36, 0xf0, 0xb7, 0xbd, 0x3d, 0xb3, 0x4f, 0x41, 0xca, 0x95, 0x0e, 0x7c, 0x7f, 0xd4, 0x01, 0xc8, 0xb0, 0x7d, 0x0f, 0x46, 0xe0, 0xf1, 0x25, 0x6a, 0x05, 0x02, 0x00, 0x49, 0xaa, 0xbe, 0x98, 0x37, 0x38, 0xfd, 0xf3, 0xbe, 0xce, 0x81, 0x43, 0x08, 0x08, 0x14, 0xcb, 0x9f, 0x80, 0xb7, 0x32, 0xbe, 0x25, 0x67, 0x3e, 0x7f, 0xd7, 0xbb, 0xcb, 0x8c, 0xa5, 0xcb, 0x7d, 0xf7, 0xfe, 0x0f, 0xde, 0x54, 0x0e, 0x11, 0xb6, 0x2a, 0x8f, 0xf8, 0x52, 0x2e, 0xb9, 0x6a, 0x15, 0x5a, 0x6b, 0xe7, 0xa7, 0x25, 0x14, 0x76, 0xff, 0x9a, 0xc7, 0xb1, 0xdd, 0xd1, 0xb7, 0x9d, 0xe7, 0x4f, 0xaa, 0x35, 0xc1, 0xc6, 0x34, 0xd4, 0xca, 0x1c, 0xb9, 0xfb, 0x47, 0x9e } } }; static const struct cckprng_op_generate op_init_5582 = { .hd = { .id = 5326, .kind = OP_GENERATE }, .rand_nbytes = 51, .out = { .rand = { 0x80, 0xc6, 0x00, 0xab, 0x89, 0x9e, 0x82, 0x62, 0xff, 0xd7, 0xe9, 0x94, 0x79, 0x1f, 0xa5, 0xae, 0x96, 0xe7, 0x7b, 0xe5, 0xbc, 0xfd, 0x7d, 0x31, 0x07, 0x35, 0xa5, 0xd8, 0x75, 0xa8, 0x88, 0x63, 0x4d, 0x44, 0xa5, 0x9e, 0x2d, 0xc5, 0x3e, 0xa9, 0x64, 0xbe, 0x64, 0xf6, 0xa7, 0x98, 0x5d, 0x9b, 0x66, 0xf7, 0xc6 } } }; static const struct cckprng_op_refresh op_refresh_5583 = { .hd = { .id = 5327, .kind = OP_REFRESH }, .rand = 9734520160550362929ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5584 = { .hd = { .id = 5328, .kind = OP_RESEED }, .nonce = 16038887987450820207ULL, .seed_nbytes = 88, .seed = { 0x9e, 0x1c, 0xa6, 0x6b, 0x22, 0xad, 0xd1, 0x4d, 0x26, 0x59, 0x92, 0x55, 0x13, 0x7d, 0xb3, 0x40, 0x27, 0x57, 0x5c, 0xa8, 0x51, 0xdf, 0x39, 0x5c, 0x61, 0x54, 0xa5, 0x5d, 0x11, 0x9b, 0x38, 0xb1, 0xfc, 0x3f, 0xa1, 0x46, 0xc5, 0xde, 0xdf, 0x29, 0x4a, 0x56, 0x79, 0x2e, 0x79, 0x36, 0x2c, 0x97, 0x16, 0x02, 0x60, 0x8b, 0x08, 0xec, 0x3e, 0xc3, 0x11, 0x79, 0x20, 0xc6, 0x64, 0x92, 0xa2, 0x13, 0xb4, 0xd3, 0x55, 0x2c, 0xcf, 0x05, 0xb5, 0x32, 0x0e, 0xe5, 0xed, 0xf5, 0x1a, 0xeb, 0x6a, 0x1d, 0x34, 0x6b, 0x8a, 0xf0, 0x31, 0x21, 0xa7, 0x44 } }; static const struct cckprng_op_refresh op_refresh_5585 = { .hd = { .id = 5329, .kind = OP_REFRESH }, .rand = 12371248900677160139ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5586 = { .hd = { .id = 5330, .kind = OP_REFRESH }, .rand = 2327340149781078834ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5587 = { .hd = { .id = 5331, .kind = OP_RESEED }, .nonce = 12598901929146928786ULL, .seed_nbytes = 85, .seed = { 0x16, 0xa5, 0x88, 0xa3, 0x3e, 0xa9, 0xb2, 0xb0, 0x6c, 0xb9, 0x77, 0x58, 0x2d, 0xa2, 0xa7, 0xe0, 0x34, 0xfb, 0xf3, 0xb4, 0xd5, 0x0e, 0x67, 0x0e, 0x1c, 0x99, 0x9b, 0x1a, 0x8e, 0xdb, 0xa2, 0xe1, 0x83, 0x41, 0x06, 0xac, 0x78, 0x5c, 0x35, 0x7c, 0x1a, 0xc2, 0xc4, 0x00, 0x08, 0x7c, 0xce, 0xd4, 0x88, 0x5d, 0x39, 0x97, 0x57, 0xa7, 0x0e, 0x32, 0x81, 0x52, 0x91, 0x2e, 0x96, 0x81, 0x58, 0x36, 0x9c, 0x1d, 0xe6, 0x6f, 0x8e, 0xda, 0x09, 0xf2, 0xce, 0xec, 0x72, 0x7a, 0x92, 0xc2, 0x10, 0xc5, 0x16, 0x96, 0x96, 0x3b, 0xbf } }; static const struct cckprng_op_reseed op_reseed_5588 = { .hd = { .id = 5332, .kind = OP_RESEED }, .nonce = 9592699688737227009ULL, .seed_nbytes = 271, .seed = { 0xd1, 0x00, 0x17, 0xcf, 0xee, 0xfe, 0x28, 0x5e, 0x07, 0xed, 0xa2, 0x4f, 0x45, 0xee, 0x8f, 0xc9, 0xc0, 0x61, 0xe0, 0xbe, 0xde, 0x5c, 0x56, 0xd7, 0xed, 0x54, 0x5c, 0x11, 0x37, 0xe9, 0x5c, 0x88, 0x10, 0x9e, 0xc6, 0xd8, 0xee, 0xb2, 0x57, 0xda, 0x04, 0x90, 0x02, 0x5e, 0xde, 0x52, 0x36, 0x39, 0x7d, 0xab, 0x43, 0xe3, 0x20, 0xfd, 0xda, 0x5c, 0xd0, 0xf1, 0xe0, 0x81, 0xef, 0x52, 0x1e, 0xd2, 0x60, 0x51, 0x18, 0xc7, 0x26, 0xa4, 0x57, 0x94, 0xa1, 0x62, 0xe2, 0x0e, 0x78, 0xde, 0x7d, 0x08, 0xac, 0x9e, 0xb5, 0x52, 0x21, 0xa8, 0xe8, 0x19, 0x82, 0x63, 0x68, 0x36, 0x02, 0x04, 0x05, 0xa9, 0x59, 0x94, 0x6d, 0x9a, 0xf6, 0x02, 0x6e, 0x91, 0xed, 0xb5, 0xed, 0x18, 0x1a, 0x73, 0x92, 0x42, 0x4c, 0x92, 0x57, 0x89, 0x14, 0x35, 0xc1, 0x5c, 0xaf, 0xfa, 0x8b, 0xe1, 0xcf, 0x21, 0xd8, 0x67, 0x47, 0x6e, 0x57, 0x02, 0xde, 0x3d, 0xa6, 0x7a, 0xed, 0x16, 0xbb, 0x3b, 0xa7, 0x81, 0xc9, 0x95, 0x85, 0x03, 0x72, 0xe7, 0x22, 0xef, 0x15, 0xc6, 0x39, 0x8c, 0x44, 0x68, 0x9d, 0x90, 0x6c, 0x29, 0xa1, 0xcf, 0x66, 0xd1, 0xae, 0x00, 0x3b, 0xc0, 0x70, 0xd4, 0xa8, 0xd0, 0x77, 0x58, 0xda, 0x08, 0x82, 0x54, 0x68, 0xe5, 0x6c, 0x2f, 0xcc, 0x8c, 0x3c, 0x30, 0xaa, 0x94, 0x4e, 0x6d, 0xf6, 0x3d, 0xe2, 0x46, 0xcf, 0xb6, 0x49, 0xe9, 0xf6, 0x54, 0x34, 0x06, 0x86, 0x0e, 0xa6, 0x5f, 0xf0, 0x98, 0xae, 0x9e, 0x94, 0x51, 0x0a, 0xa0, 0x8e, 0x96, 0xb8, 0x54, 0x1d, 0xd7, 0x4f, 0xeb, 0xc3, 0x0b, 0xce, 0x24, 0xdc, 0x54, 0x7c, 0x52, 0x99, 0xb9, 0xf1, 0x0c, 0x4d, 0xcf, 0x75, 0xf6, 0xa8, 0x09, 0xf9, 0x05, 0x1f, 0xbb, 0xcb, 0x2e, 0xbb, 0x9e, 0x47, 0x26, 0x19, 0x62, 0x5e, 0x67, 0xc1, 0x2f, 0x8d, 0x39, 0x1e, 0x2b, 0xcc, 0x10, 0x9b, 0xb7, 0x9a, 0xeb, 0x0f, 0x44, 0x07, 0x3a, 0xc9 } }; static const struct cckprng_op_generate op_init_5589 = { .hd = { .id = 5333, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x52, 0xcb, 0x3c, 0x94, 0x60, 0x4f, 0xc1, 0x3c, 0x75, 0x57, 0xed, 0x10, 0x9a, 0x2a, 0xeb, 0xdf, 0x6e, 0xa7, 0x41, 0xa3, 0xbb, 0xb4, 0x61, 0x21, 0xff, 0x85, 0xc3, 0xbe, 0x2b, 0x3e, 0xbc, 0xa4, 0x61, 0x5b, 0xac, 0xb2, 0xf9, 0x46, 0xa3, 0xcd, 0x84, 0x45, 0x42, 0x52, 0xf2, 0xa0, 0xa6, 0xd0, 0x98, 0x95, 0x93, 0x52, 0x2e, 0x07, 0x8b, 0x2c, 0xe2, 0x63, 0x52, 0xad, 0xaf, 0xbb, 0x71, 0x84, 0x81, 0xd1, 0xf1, 0xda, 0x43, 0xf5, 0x47, 0x52, 0x32, 0x02, 0xb3, 0x96, 0x2d, 0x68, 0x65, 0x97, 0xfa, 0x44, 0x46, 0x0f, 0x32, 0x01, 0x05, 0x8e, 0x15, 0xe4, 0xd2, 0xd4, 0xd6, 0xe1, 0x5d, 0x4c, 0xe8, 0x5f, 0x5f, 0x68, 0xeb, 0x92, 0x12, 0x1d, 0x33 } } }; static const struct cckprng_op_generate op_init_5590 = { .hd = { .id = 5334, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0xe5, 0xbe, 0xe9, 0x7d, 0x66, 0x80, 0xf1, 0xf7, 0x37, 0x26, 0xa7, 0x1f, 0xbb, 0xdf, 0x8e, 0x5f, 0xe3, 0x1a, 0x6d, 0xcd, 0x30, 0x05, 0x73, 0x62, 0x63, 0xa8, 0x4b, 0xd8, 0xb9, 0x12, 0xdd, 0xc8, 0x95, 0x50, 0x31, 0xe3, 0xa8, 0x2a, 0x2a, 0x95, 0x8c, 0x28, 0x84, 0x22, 0x03, 0xe9, 0xad, 0x6e, 0x47, 0x63, 0xcd, 0x63, 0xa3, 0x1b, 0x13, 0xea, 0xaf, 0xe0, 0x42, 0xc2, 0xf5, 0xa9, 0x21, 0xe2, 0x8d, 0x8e, 0x38, 0xb2, 0xd2, 0x63, 0xef, 0x44, 0x61, 0xa8, 0x9e, 0x06, 0xaa, 0x52, 0xcc, 0x1b, 0x6c, 0x59, 0xea, 0x0c, 0x17, 0x8e, 0x86, 0x3f, 0x47, 0x07, 0x33, 0x96, 0xf5, 0xc0, 0x98, 0x1d, 0x73, 0xd0, 0xd4, 0x20, 0x6b, 0xab, 0xc5, 0x29, 0xa3, 0x45, 0x61, 0xb0, 0x03, 0x8f, 0xc8, 0xad, 0xba, 0x7c, 0x3b, 0x15, 0x5e, 0xc4, 0x4c, 0x32, 0xaf, 0x8f, 0x8b, 0xa1, 0x58, 0x69, 0x04, 0xf2, 0x1a, 0xf1, 0xe1, 0x3e, 0x2c, 0xe6, 0x6e, 0xa3, 0x40, 0xad, 0x37, 0xb6, 0x32, 0x84, 0x2d, 0x5a, 0x59, 0xea, 0xbe, 0xea, 0xeb, 0x1f, 0x45, 0xb4, 0x47, 0x4b, 0x5c, 0x6d, 0x73, 0xa9, 0xa3, 0xe9, 0xc5, 0xd9, 0x39, 0xe0, 0x44, 0xbc, 0x48, 0xcd, 0xbf, 0xe1, 0x6b, 0x17, 0x22, 0x2c, 0xf8, 0x50, 0xb5, 0x54, 0x03, 0x03, 0x76, 0x72, 0xe6, 0x05, 0xe3, 0xc0, 0xcd, 0x22, 0x1f, 0x06, 0x09, 0x77, 0xd8, 0x45, 0x6e, 0x8f, 0x6e, 0xb8, 0x06, 0x62, 0x3d, 0x53, 0x8a, 0x68, 0x2d, 0xe9, 0x68, 0x8b, 0xcd, 0x3c, 0xd0, 0x22, 0xa4, 0xf0, 0xd1, 0xfe, 0xcd, 0x69, 0x5a, 0xf6, 0xd2, 0x79, 0x79, 0x60, 0x2b, 0xf2, 0xc2, 0x14, 0x2f, 0xba, 0xd5, 0x96, 0x06, 0x53, 0x84, 0xfb, 0x7b, 0x12, 0x98, 0x9b, 0x09, 0xd1, 0x66, 0xae, 0xe6, 0xab, 0x6a, 0x6b, 0x08, 0xd8, 0x75, 0x89, 0xd5, 0xc1, 0xf4, 0x11, 0x2e, 0x29, 0x39, 0xfd, 0x6a, 0x7e, 0xe9, 0x8f, 0x34, 0x1f } } }; static const struct cckprng_op_reseed op_reseed_5591 = { .hd = { .id = 5335, .kind = OP_RESEED }, .nonce = 6644167946408685792ULL, .seed_nbytes = 231, .seed = { 0x73, 0xc4, 0x29, 0x01, 0xf4, 0x4f, 0x78, 0x8f, 0xb1, 0x96, 0x0b, 0x5d, 0x27, 0x84, 0xba, 0xa5, 0x82, 0xa4, 0x8b, 0xbd, 0x69, 0x27, 0x20, 0xa7, 0x74, 0x05, 0x3c, 0x9c, 0x6d, 0xb8, 0x36, 0x8b, 0x38, 0x8f, 0x47, 0x6c, 0xb6, 0x7d, 0x16, 0x78, 0x51, 0xde, 0xfa, 0x60, 0xd0, 0xf0, 0x75, 0x06, 0xc5, 0x99, 0x4d, 0x6e, 0xb9, 0xa5, 0x0f, 0x3c, 0xce, 0xb2, 0x70, 0x2a, 0x91, 0xab, 0x9f, 0x1e, 0xc5, 0x54, 0x68, 0x01, 0x62, 0x84, 0xb4, 0xb1, 0xeb, 0x86, 0x4f, 0x6c, 0xca, 0x02, 0xc8, 0x79, 0x68, 0x4e, 0x4b, 0x1f, 0xdf, 0xce, 0x29, 0x83, 0xe9, 0xaf, 0x4a, 0xe2, 0x37, 0xa2, 0x8b, 0xe1, 0x74, 0x16, 0xaf, 0x0f, 0x88, 0x54, 0x47, 0xb4, 0x7a, 0x5e, 0xc5, 0x87, 0xf9, 0xfc, 0x3b, 0x20, 0x28, 0x4d, 0x9e, 0x5a, 0xe7, 0x66, 0xa1, 0x4d, 0xfd, 0xdb, 0x39, 0xa6, 0x0b, 0xb3, 0x35, 0x97, 0xb2, 0x1a, 0x03, 0x77, 0x58, 0x49, 0x78, 0xc9, 0x4d, 0xcb, 0xd8, 0x34, 0x62, 0xa4, 0x0b, 0xbe, 0xa1, 0x10, 0x0e, 0x79, 0x14, 0x46, 0x26, 0x83, 0x07, 0xd4, 0x54, 0xac, 0x81, 0x42, 0x61, 0x22, 0x33, 0xda, 0x72, 0x38, 0xbf, 0xa2, 0x6d, 0x91, 0xd6, 0x3f, 0xea, 0x3e, 0x49, 0x3f, 0x2f, 0xfd, 0xa6, 0xd7, 0x7f, 0x38, 0xea, 0x0c, 0xba, 0x42, 0xaf, 0x70, 0xd0, 0x2c, 0x52, 0xd9, 0xf8, 0x94, 0x32, 0xf1, 0x35, 0x94, 0x0e, 0x34, 0x96, 0x37, 0x98, 0x4f, 0x3f, 0xc8, 0x3e, 0x0b, 0xb8, 0x31, 0x44, 0x53, 0xd7, 0xf4, 0x8b, 0x72, 0x1d, 0x0e, 0x71, 0xcf, 0xa7, 0xf5, 0xac, 0xc2, 0xf9, 0x81, 0x84, 0x2a, 0x3b, 0xb2, 0x82, 0x7d, 0xef } }; static const struct cckprng_op_generate op_init_5592 = { .hd = { .id = 5336, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0xa1, 0xf3, 0x17, 0xee, 0x2a, 0xa5, 0x28, 0x42, 0x40, 0x1a, 0x97, 0xcb, 0x0a, 0x6e, 0x54, 0x1e, 0xb8, 0x2f, 0xea, 0x36, 0xd1, 0x55, 0xf7, 0x44, 0x88, 0x42, 0x61, 0x11, 0x77, 0xb0, 0x3b, 0xa0, 0x27, 0xae, 0x84, 0xf7 } } }; static const struct cckprng_op_refresh op_refresh_5593 = { .hd = { .id = 5337, .kind = OP_REFRESH }, .rand = 8076091478292159350ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5594 = { .hd = { .id = 5338, .kind = OP_REFRESH }, .rand = 11565513769534391026ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5595 = { .hd = { .id = 5339, .kind = OP_REFRESH }, .rand = 7449140516579605608ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5596 = { .hd = { .id = 5340, .kind = OP_GENERATE }, .rand_nbytes = 28, .out = { .rand = { 0x67, 0xfb, 0x3e, 0x3a, 0x24, 0xf2, 0xac, 0x0f, 0x48, 0x2a, 0xf6, 0x67, 0xb8, 0x58, 0x86, 0x67, 0xed, 0x31, 0x4b, 0x80, 0xb4, 0xaf, 0x7a, 0x54, 0xee, 0x58, 0x47, 0x3c } } }; static const struct cckprng_op_refresh op_refresh_5597 = { .hd = { .id = 5341, .kind = OP_REFRESH }, .rand = 3277690968159189210ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5598 = { .hd = { .id = 5342, .kind = OP_RESEED }, .nonce = 15102543495933121099ULL, .seed_nbytes = 137, .seed = { 0xea, 0x7e, 0xc8, 0xf5, 0x1c, 0xcc, 0xf7, 0x42, 0x77, 0xe1, 0xda, 0x83, 0xa2, 0x35, 0xa4, 0xb2, 0x93, 0x47, 0xae, 0x99, 0xa8, 0x9e, 0xbd, 0x45, 0x24, 0x6c, 0xea, 0x3a, 0x44, 0x18, 0x39, 0x7e, 0x73, 0x7d, 0xbf, 0xe9, 0xc7, 0x18, 0xb4, 0xe8, 0x4b, 0xa0, 0xc0, 0xea, 0x33, 0x50, 0x75, 0x0a, 0xcc, 0x01, 0x71, 0x22, 0x1f, 0x13, 0xfe, 0xf9, 0x5d, 0x1e, 0xdb, 0x37, 0x35, 0x84, 0xca, 0xc6, 0x0d, 0x96, 0xd0, 0x7a, 0x74, 0x5c, 0xb2, 0x9a, 0xce, 0x5c, 0xe0, 0xf8, 0x83, 0x0b, 0x49, 0x75, 0x94, 0xe7, 0xb9, 0x70, 0x8f, 0xf7, 0xd0, 0x04, 0x02, 0xf8, 0xcc, 0xbd, 0x39, 0x97, 0x47, 0x46, 0x16, 0xd9, 0x9b, 0x87, 0xa2, 0xba, 0xa9, 0xe6, 0xfe, 0x89, 0x7b, 0x5d, 0x3c, 0xf6, 0x3f, 0x3e, 0xd3, 0xa8, 0x5b, 0x8f, 0xd2, 0xf4, 0x3a, 0x10, 0xc0, 0xc8, 0xaf, 0x13, 0xf2, 0x58, 0x5a, 0x76, 0x37, 0xe7, 0xc5, 0xf5, 0xab, 0x39, 0x3a, 0xc3, 0xa7 } }; static const struct cckprng_op_refresh op_refresh_5599 = { .hd = { .id = 5343, .kind = OP_REFRESH }, .rand = 16792981200924749823ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5600 = { .hd = { .id = 5344, .kind = OP_REFRESH }, .rand = 15002854277075291978ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5601 = { .hd = { .id = 5345, .kind = OP_REFRESH }, .rand = 6050485783971106489ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5602 = { .hd = { .id = 5346, .kind = OP_REFRESH }, .rand = 17343116477154237604ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5603 = { .hd = { .id = 5347, .kind = OP_RESEED }, .nonce = 13348902957724666207ULL, .seed_nbytes = 183, .seed = { 0x7d, 0xd4, 0x14, 0x72, 0x61, 0x49, 0x2f, 0x07, 0xa2, 0x78, 0x95, 0x8a, 0x16, 0x2a, 0x66, 0x7f, 0xaf, 0xb8, 0xce, 0x50, 0xf4, 0xbf, 0xd2, 0x6d, 0xca, 0xdf, 0xb6, 0x88, 0xdc, 0xf9, 0xee, 0x04, 0xf5, 0x00, 0xb2, 0x76, 0x07, 0x49, 0x7e, 0xb2, 0xe5, 0x30, 0xbb, 0xd6, 0xb3, 0xb7, 0x68, 0x1e, 0xc4, 0xb0, 0x86, 0xe6, 0x8d, 0x77, 0xdc, 0xd1, 0x62, 0xc4, 0x27, 0x55, 0x19, 0xf6, 0x2b, 0x3c, 0x1c, 0x6d, 0x50, 0xb9, 0xd4, 0x84, 0xad, 0xf6, 0x05, 0x8b, 0x3e, 0x65, 0xfd, 0xe8, 0x61, 0x72, 0x5c, 0xe4, 0x9a, 0x4d, 0xfb, 0x78, 0xb1, 0x6d, 0xea, 0x50, 0x86, 0x51, 0xb8, 0xd3, 0x84, 0xfb, 0xb8, 0x75, 0xd5, 0x6f, 0x8a, 0x8a, 0x65, 0x6a, 0x58, 0x63, 0x67, 0xb0, 0xf7, 0x26, 0x31, 0x6a, 0x15, 0x20, 0x5d, 0xa3, 0xc5, 0x6e, 0x9f, 0x48, 0x45, 0x2d, 0xdd, 0x8f, 0xaa, 0x7f, 0xc9, 0x1e, 0xbc, 0xd7, 0xec, 0x29, 0xb6, 0xba, 0xb7, 0xd5, 0xfe, 0x9e, 0x56, 0xe5, 0x89, 0x6a, 0x60, 0x06, 0x27, 0x34, 0x1e, 0x09, 0x58, 0xe8, 0x54, 0xd2, 0x55, 0x36, 0x35, 0xe0, 0xe8, 0x3b, 0x43, 0x7b, 0x6e, 0x81, 0xa0, 0x27, 0x53, 0x0d, 0xf6, 0xa0, 0x29, 0x62, 0x43, 0x27, 0xa6, 0x43, 0x2b, 0x60, 0x01, 0x0a, 0x23, 0x5e, 0xba, 0xda, 0x6a } }; static const struct cckprng_op_generate op_init_5604 = { .hd = { .id = 5348, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0xa3, 0x01, 0x3c, 0x56, 0x79, 0xb8, 0x58, 0x83, 0xb0, 0x4c, 0x75, 0x29, 0xda, 0x94, 0x74, 0x4e, 0x52, 0x94, 0x22, 0x1b, 0xdb, 0x43, 0xb8, 0xda, 0xd3, 0x58, 0x15, 0xd7, 0x12, 0xb5, 0x04, 0x79, 0x34, 0x5e, 0xab, 0x47, 0x5a, 0xf8, 0xb5, 0xe7, 0x40, 0x79, 0x7c, 0xe6, 0x5c, 0x1f, 0x4c, 0x87, 0x3c, 0xe6, 0x28, 0x54, 0xdc, 0x49, 0xb0, 0xc0, 0xdf, 0xbd, 0x8d, 0x0b, 0x44, 0xb2, 0xec, 0xf8, 0x0d, 0xf1, 0x5b, 0x9b, 0x70, 0x65, 0x7a, 0xce, 0x41, 0x11, 0x09, 0x8c, 0x6b, 0xd5, 0x59, 0x23, 0x84, 0xdc, 0x13, 0xf8, 0x57 } } }; static const struct cckprng_op_reseed op_reseed_5605 = { .hd = { .id = 5349, .kind = OP_RESEED }, .nonce = 2770485780482470943ULL, .seed_nbytes = 168, .seed = { 0x49, 0xca, 0x28, 0x77, 0x22, 0x00, 0x0c, 0x03, 0x28, 0x33, 0xac, 0x79, 0x74, 0x53, 0x1d, 0x75, 0xbb, 0x74, 0x8b, 0xc3, 0x9a, 0x37, 0x5b, 0x4d, 0xd9, 0x6f, 0xda, 0x87, 0x5f, 0x61, 0x24, 0x18, 0xca, 0xd6, 0xec, 0xfd, 0xdd, 0xcc, 0x92, 0x16, 0xfc, 0x91, 0x35, 0x06, 0x55, 0x28, 0x6f, 0x51, 0xde, 0x4c, 0xe9, 0xdd, 0x50, 0x9c, 0x5b, 0x96, 0x3a, 0xe5, 0x95, 0x23, 0x14, 0xf7, 0x7d, 0xc8, 0x2e, 0x29, 0x1f, 0x0f, 0xf1, 0x5b, 0xe4, 0xa5, 0xc6, 0x08, 0x15, 0xeb, 0x3c, 0xf1, 0x82, 0x87, 0xb9, 0xec, 0xdf, 0x77, 0x29, 0x4b, 0xb3, 0xc4, 0x2a, 0x09, 0x5d, 0x0c, 0x6f, 0xdc, 0x31, 0x20, 0x60, 0x17, 0x00, 0xa7, 0x2f, 0x1d, 0xb3, 0xd9, 0x45, 0xf1, 0xd5, 0x58, 0xac, 0x7d, 0xf2, 0x03, 0x3d, 0x28, 0xb8, 0xbf, 0x97, 0xa2, 0x4e, 0xc3, 0x79, 0xcb, 0xf3, 0xdf, 0x20, 0x8e, 0x1e, 0xbe, 0x5f, 0x06, 0x76, 0x49, 0xd1, 0x02, 0xb0, 0x62, 0x48, 0xa0, 0x9e, 0x87, 0x97, 0x3a, 0xf2, 0x88, 0x62, 0x47, 0x8e, 0x00, 0xad, 0x5d, 0x72, 0x8e, 0xb6, 0x7e, 0x10, 0xb7, 0x13, 0x8e, 0x96, 0x76, 0x85, 0xcf, 0xdf, 0x26, 0xbd, 0xab, 0xd6, 0xa6 } }; static const struct cckprng_op_generate op_init_5606 = { .hd = { .id = 5350, .kind = OP_GENERATE }, .rand_nbytes = 253, .out = { .rand = { 0x9c, 0x11, 0x93, 0xb6, 0x47, 0x84, 0xee, 0x33, 0x35, 0x1f, 0x0a, 0xe9, 0x80, 0x4e, 0xc7, 0x5b, 0x10, 0x03, 0x7d, 0x9b, 0xca, 0xc0, 0x99, 0x2c, 0xda, 0x43, 0xe9, 0x10, 0xb8, 0xda, 0x64, 0x32, 0xa0, 0x35, 0x18, 0x98, 0x6a, 0x20, 0x32, 0x29, 0x0a, 0x2e, 0x86, 0x06, 0x83, 0xbe, 0xa2, 0x3b, 0xb4, 0xc6, 0x6b, 0xc2, 0xf9, 0xc1, 0x99, 0x40, 0xcf, 0xa1, 0xc0, 0xfa, 0xca, 0xde, 0x80, 0xd2, 0x45, 0xf7, 0x5b, 0x70, 0x2b, 0xd3, 0xa9, 0x7f, 0x75, 0x77, 0xe5, 0x94, 0x22, 0xff, 0xab, 0xf7, 0xf1, 0x6a, 0xc5, 0xd8, 0x43, 0xc4, 0xda, 0x7c, 0x0d, 0xf9, 0x4d, 0x3e, 0x26, 0x37, 0x1e, 0xbf, 0xa7, 0x7e, 0xeb, 0xd8, 0x43, 0xbe, 0xe0, 0xd4, 0x46, 0xfd, 0xce, 0x54, 0x02, 0x0f, 0xc9, 0x97, 0x42, 0x16, 0x74, 0x05, 0x0c, 0x4b, 0xf6, 0x44, 0xb8, 0xd4, 0xbb, 0x7f, 0x84, 0x9e, 0x5a, 0xff, 0xad, 0x29, 0xb4, 0xae, 0x27, 0x9e, 0xbf, 0x73, 0xed, 0x26, 0x8d, 0x42, 0x1d, 0x21, 0x08, 0xcd, 0x0d, 0xf6, 0x8c, 0x03, 0xc5, 0xc7, 0x5e, 0x88, 0x10, 0x63, 0x02, 0x81, 0xba, 0x86, 0x9b, 0xb3, 0xf1, 0xbc, 0xdf, 0xf2, 0x30, 0xcf, 0x72, 0x29, 0x57, 0xc7, 0x9f, 0x7d, 0x89, 0xae, 0x99, 0xd2, 0xcb, 0x45, 0x87, 0x62, 0x68, 0xcb, 0x9b, 0xa9, 0x90, 0xfa, 0x59, 0x14, 0xe2, 0x84, 0xa5, 0xff, 0x28, 0xdc, 0x7a, 0x00, 0x7e, 0xfd, 0x41, 0xb6, 0x91, 0xff, 0x7d, 0x2e, 0xb4, 0x2e, 0xd3, 0x81, 0xd2, 0x8a, 0x3b, 0x59, 0xc3, 0x2b, 0x4a, 0xd4, 0xa4, 0x2f, 0xb5, 0x43, 0xee, 0xc1, 0x45, 0x18, 0x13, 0xc0, 0x44, 0xc2, 0xcd, 0xc8, 0xfe, 0xa4, 0x7f, 0x8d, 0xbb, 0x33, 0x25, 0xeb, 0xdc, 0x9c, 0xe7, 0x3a, 0xac, 0x62, 0x2d, 0xe6, 0xb8, 0x16, 0x16, 0x06, 0xa0, 0xcf, 0xa5 } } }; static const struct cckprng_op_generate op_init_5607 = { .hd = { .id = 5351, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0xd0, 0xd4, 0xd3, 0x44, 0x2a, 0xfc, 0xbc, 0x74, 0x6e, 0x71, 0x79, 0xad, 0x8e, 0xa3, 0x12, 0x82, 0xff, 0x4f, 0x60, 0x58, 0xa5, 0x6c, 0x7f, 0xa4, 0x14, 0x40, 0xc3, 0x3a, 0x31, 0x93, 0x16, 0x76, 0x6e, 0x6b, 0x3e, 0x2d, 0xdd, 0xd0, 0x91, 0x96, 0x68, 0xd1, 0x25, 0xfb, 0xb2, 0xbc, 0x09, 0x8e, 0x4a, 0x0c, 0x08, 0xcd, 0xba, 0x92, 0x80, 0xf1, 0x77, 0xe4, 0x6e, 0xd8, 0xa8, 0x36, 0xba, 0x24, 0x13, 0x43, 0xac, 0x39, 0x98, 0xe3, 0x60, 0x11, 0x2f, 0x41, 0x43, 0x15, 0xa4, 0x2e, 0xf1, 0x04, 0x42, 0x88, 0xbc, 0x2b, 0x52, 0x65, 0x06, 0x6e, 0x5c, 0x59, 0x6f, 0xac, 0xaa, 0xe6, 0xb7, 0xe9, 0xce, 0xb2, 0x87, 0xda, 0xf4, 0xa6, 0xac, 0x7b, 0x60, 0x20, 0xff, 0x03, 0x87, 0xd9, 0x98, 0x2d, 0x39, 0x3c, 0xb4, 0xa2, 0x25, 0xe7, 0x97, 0x9f, 0x13, 0xfc, 0x19, 0xde, 0xce, 0xaf, 0xa3, 0x8b, 0x46, 0xc7, 0xda, 0x34, 0x87, 0xbf, 0x57, 0x03, 0xa2, 0xfa, 0xb6, 0xde, 0xcd, 0xea, 0x66, 0xec, 0xe7, 0xff, 0x33, 0x1f, 0xf2, 0x3d, 0x61, 0xa9, 0x5f, 0x9c, 0x16, 0x36, 0xf5, 0x3d, 0x58, 0x29, 0xb7, 0x99, 0x33, 0x4c, 0x14, 0xbd, 0xef, 0xb9, 0xca, 0x04, 0x3e, 0x3c, 0x35, 0x8a, 0x88, 0x34, 0x3b, 0xeb } } }; static const struct cckprng_op_refresh op_refresh_5608 = { .hd = { .id = 5352, .kind = OP_REFRESH }, .rand = 18421026434848009519ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5609 = { .hd = { .id = 5353, .kind = OP_RESEED }, .nonce = 9273596294136058622ULL, .seed_nbytes = 128, .seed = { 0x39, 0x3e, 0xfa, 0xf9, 0x7d, 0x82, 0x06, 0xaf, 0x92, 0xcd, 0xac, 0x89, 0xcd, 0x23, 0x66, 0xc5, 0x7f, 0x26, 0xbe, 0x0f, 0x38, 0x56, 0x67, 0xc4, 0xe4, 0x9b, 0x4a, 0x85, 0xcf, 0x27, 0xcf, 0x42, 0x03, 0xb5, 0x9f, 0x1f, 0x26, 0x96, 0x86, 0x38, 0xb1, 0x48, 0xdd, 0xf6, 0xe6, 0x41, 0x62, 0x5d, 0xd4, 0x99, 0x39, 0x2a, 0x8b, 0xa7, 0xbf, 0xc6, 0xb7, 0x02, 0x70, 0xe0, 0xc5, 0x7a, 0x13, 0x58, 0x88, 0xc9, 0x74, 0x66, 0x68, 0xe0, 0xe5, 0x82, 0x5d, 0x73, 0x30, 0x2a, 0x03, 0x20, 0x1c, 0x69, 0x6c, 0x0a, 0x23, 0x1a, 0xd9, 0x1d, 0xf7, 0x5d, 0x2a, 0xd2, 0x4a, 0x50, 0xe6, 0x72, 0x0a, 0xd4, 0x9d, 0x5c, 0x4b, 0x5d, 0xf0, 0x8b, 0xe0, 0x4e, 0x02, 0x74, 0x9b, 0xda, 0x50, 0x56, 0xdd, 0x73, 0x54, 0x25, 0xec, 0x41, 0x2c, 0xbb, 0x05, 0x94, 0x6f, 0xe1, 0x21, 0xfb, 0xf0, 0xbd, 0xbd, 0x35 } }; static const struct cckprng_op_generate op_init_5610 = { .hd = { .id = 5354, .kind = OP_GENERATE }, .rand_nbytes = 249, .out = { .rand = { 0x48, 0x2b, 0xbe, 0x43, 0xf3, 0x3f, 0x17, 0xd1, 0xff, 0xec, 0x3e, 0x7c, 0xa8, 0x0a, 0x67, 0x71, 0xaa, 0x4b, 0x36, 0x8f, 0xe2, 0x2a, 0x21, 0x92, 0x51, 0xc0, 0x9e, 0xa0, 0x1e, 0x27, 0x14, 0xee, 0xfe, 0xee, 0x8c, 0x26, 0x17, 0xa3, 0x9f, 0x65, 0x4f, 0x07, 0x97, 0x09, 0x7e, 0x0f, 0xf7, 0x4e, 0x3c, 0xdd, 0x60, 0xda, 0xc6, 0xc6, 0x44, 0x77, 0x00, 0x84, 0xc9, 0xf7, 0x4a, 0x41, 0xe2, 0x3d, 0x1f, 0x9b, 0x6c, 0xb0, 0x39, 0x2e, 0xe5, 0x6c, 0x73, 0xc9, 0x63, 0x6c, 0x37, 0x30, 0x6d, 0x72, 0x72, 0x84, 0xc6, 0x81, 0x59, 0x7b, 0x1d, 0xdb, 0xb2, 0xa3, 0xea, 0x7f, 0xb8, 0xdc, 0x28, 0xff, 0x2a, 0x6c, 0x74, 0x6e, 0xe7, 0xcd, 0x28, 0x13, 0xa2, 0xcb, 0xa6, 0x96, 0xe4, 0x53, 0xe8, 0x28, 0xe7, 0x06, 0x01, 0xb2, 0x2a, 0xaf, 0x7e, 0x23, 0x8a, 0x2e, 0xa5, 0x71, 0x78, 0xbd, 0xed, 0xcd, 0x02, 0x02, 0x56, 0x84, 0xd7, 0xa1, 0x6e, 0xf2, 0x2d, 0x90, 0x1e, 0x95, 0x63, 0xd5, 0xd6, 0x84, 0x02, 0xd6, 0x49, 0x64, 0x8f, 0x17, 0xa0, 0x70, 0xa8, 0x70, 0x17, 0x67, 0x8a, 0x96, 0xd9, 0x60, 0x19, 0xd8, 0xcb, 0xc9, 0x71, 0x3f, 0xb1, 0xd2, 0xbf, 0x74, 0xd6, 0xb9, 0x5d, 0xf2, 0x88, 0xdf, 0x1f, 0x3e, 0xd5, 0xc1, 0x73, 0x82, 0xc1, 0x40, 0x99, 0xd1, 0xac, 0x4f, 0x4c, 0x9c, 0x6f, 0x7a, 0xf8, 0xe3, 0xb9, 0x35, 0xf6, 0x53, 0x35, 0xe8, 0x1e, 0x2d, 0xc7, 0x8b, 0xbd, 0xa5, 0x47, 0x6c, 0x81, 0x2a, 0xa2, 0x2d, 0x1a, 0xaa, 0x8f, 0xb9, 0x00, 0xf7, 0xaa, 0x1a, 0x36, 0x9a, 0x01, 0x93, 0xf5, 0x6f, 0xc1, 0xdf, 0xe7, 0xd4, 0x78, 0x63, 0xb0, 0x3d, 0x25, 0x15, 0xa5, 0x4e, 0x39, 0x95, 0x78, 0x52, 0x22, 0xd0, 0xac, 0x7d, 0xfe, 0x8b, 0x0c } } }; static const struct cckprng_op_refresh op_refresh_5611 = { .hd = { .id = 5355, .kind = OP_REFRESH }, .rand = 7283793201138440878ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_5612 = { .hd = { .id = 5356, .kind = OP_REFRESH }, .rand = 14305905854623180518ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_5613 = { .hd = { .id = 5357, .kind = OP_RESEED }, .nonce = 17008576883559975912ULL, .seed_nbytes = 246, .seed = { 0xdb, 0x0e, 0x79, 0xdc, 0x7d, 0x56, 0x39, 0xbf, 0xd9, 0x0b, 0xe5, 0x14, 0x28, 0x00, 0xc2, 0xb7, 0xe6, 0xdd, 0x55, 0x2a, 0x3a, 0x0a, 0xf0, 0x3c, 0x08, 0xc5, 0x2d, 0xc2, 0xd5, 0xd8, 0x4b, 0xcc, 0xa1, 0xf8, 0x5c, 0xba, 0x8c, 0x42, 0x06, 0x79, 0x04, 0x54, 0xe0, 0x4d, 0x43, 0xe7, 0x40, 0x3d, 0x26, 0x03, 0x98, 0x62, 0x73, 0x99, 0xc9, 0x7b, 0xee, 0x3b, 0x54, 0x08, 0x07, 0x14, 0x0b, 0x01, 0x03, 0x21, 0x1d, 0xc1, 0xa2, 0xaf, 0x88, 0xbe, 0x34, 0xf3, 0xf8, 0x9f, 0x30, 0xe4, 0xfa, 0x58, 0x24, 0x80, 0x03, 0xf3, 0x61, 0x14, 0x77, 0x51, 0xa7, 0xf2, 0xdf, 0x6d, 0x15, 0x88, 0xdd, 0x36, 0x1d, 0x30, 0x6d, 0x97, 0x51, 0x02, 0xd1, 0x85, 0xd0, 0xcd, 0x9e, 0x04, 0x9b, 0x8c, 0x49, 0xd2, 0x61, 0x73, 0x01, 0xfb, 0x1f, 0x43, 0xcd, 0x72, 0xe3, 0x4d, 0xcd, 0x13, 0x3d, 0xac, 0x5b, 0xd2, 0x6b, 0x1c, 0xae, 0x4f, 0x88, 0x45, 0x17, 0x0d, 0xd4, 0xf6, 0x90, 0x0e, 0x57, 0xe8, 0x68, 0x54, 0xcd, 0xd5, 0x1e, 0x0e, 0xa5, 0x29, 0x5e, 0x06, 0xee, 0x29, 0xab, 0x36, 0x2d, 0x60, 0x4c, 0x1b, 0x0a, 0xf2, 0x16, 0xae, 0xc8, 0xa9, 0x64, 0xe7, 0x87, 0x26, 0x47, 0x5c, 0x05, 0x27, 0x0f, 0xb4, 0x0b, 0xc9, 0x65, 0xd4, 0xd3, 0xf4, 0xab, 0x3c, 0x92, 0xec, 0x69, 0xa6, 0x64, 0x0a, 0xe3, 0x08, 0xba, 0xd3, 0xfd, 0xd5, 0xbe, 0xb8, 0x30, 0xfb, 0xfb, 0xe1, 0xdd, 0xd2, 0xbd, 0x02, 0xf6, 0x7e, 0xb1, 0x3c, 0x30, 0x31, 0x7f, 0xad, 0x3f, 0x0d, 0x74, 0x20, 0x29, 0x02, 0x51, 0x68, 0xc5, 0x86, 0x9e, 0xe0, 0xb5, 0xc5, 0x23, 0xc4, 0x97, 0x1a, 0x39, 0xe6, 0xad, 0x15, 0x08, 0xae, 0x3d, 0xb6, 0xe8, 0xbb, 0xf1, 0x86, 0xb8, 0xdd } }; static const struct cckprng_op_generate op_init_5614 = { .hd = { .id = 5358, .kind = OP_GENERATE }, .rand_nbytes = 101, .out = { .rand = { 0xb6, 0xe9, 0x00, 0x87, 0xd9, 0x02, 0x60, 0x39, 0xaa, 0x4c, 0x9d, 0xa1, 0xe4, 0xcc, 0xa2, 0xf4, 0x92, 0xee, 0xcc, 0x2f, 0xad, 0x6e, 0xbd, 0xf1, 0xde, 0xb2, 0x4e, 0xbd, 0x97, 0x00, 0xd2, 0x8d, 0x12, 0x49, 0xcc, 0x3f, 0x4d, 0x5d, 0xe5, 0xf4, 0x98, 0x93, 0x4d, 0xca, 0x66, 0x23, 0xbb, 0x0e, 0x8b, 0xac, 0x88, 0x54, 0xff, 0xa4, 0xec, 0x39, 0x88, 0x14, 0xdc, 0x0c, 0x20, 0x0e, 0x66, 0x45, 0x6e, 0x92, 0x36, 0xd3, 0xad, 0xba, 0x37, 0xb4, 0x16, 0xce, 0xc9, 0xa9, 0xec, 0x79, 0x1e, 0x64, 0x7b, 0xb8, 0x4a, 0xf0, 0xef, 0x59, 0xa3, 0x2e, 0xde, 0x30, 0x60, 0xce, 0xd5, 0x4b, 0x27, 0xbf, 0x54, 0xaf, 0x2c, 0x91, 0x37 } } }; static const struct cckprng_op_generate op_init_5615 = { .hd = { .id = 5359, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0x20, 0x2f, 0xfa, 0x87, 0x78, 0xd5, 0x12, 0x52, 0x13, 0xc0, 0x78, 0x45, 0x49, 0xb2, 0xd9, 0x48, 0x5b, 0xf4, 0xba, 0x6f, 0x6e, 0x9e, 0x26, 0xf2, 0x44, 0xa8, 0x0d, 0x21, 0xcc, 0xe2, 0xa7, 0x46, 0xa7, 0x6a, 0x2a, 0x08, 0x9a, 0x5c, 0x8e, 0x98, 0xea, 0x4c, 0xec, 0xa5, 0xbc, 0x88, 0x1f, 0x94, 0x83, 0x3f, 0x93, 0xbc, 0xbb, 0xa4, 0xcf, 0x56, 0x14, 0x4e, 0xd8, 0x20, 0x94, 0x8f, 0xdc, 0x4a, 0x8d, 0x7b, 0x40, 0x90, 0x22, 0xbe, 0x52, 0x7a, 0x04, 0x1a, 0x78, 0x99, 0x12, 0x66, 0x76, 0x89, 0x90, 0x9b, 0x3c, 0x56, 0xc8, 0x78, 0x39, 0xa3, 0xf4, 0xac, 0x4a, 0xec, 0x4a, 0x06, 0x8d, 0x78, 0xa7, 0xb5, 0xad, 0xfb, 0x14, 0x8b, 0xcf, 0xd4, 0x6a, 0xc0, 0x5f, 0xdc, 0xd5, 0x18, 0x0b, 0xf4, 0x16, 0x6e, 0x9b, 0x3b, 0xa7, 0xcc, 0x59, 0x83, 0x48, 0x32, 0xc3, 0x3d, 0x59, 0xdc, 0x0b, 0x80, 0x95, 0xda, 0xeb, 0x64, 0xc6, 0x16, 0x01, 0x88, 0xdb, 0x17, 0xe6, 0xc7, 0xe3, 0xf5, 0xcd, 0xbf } } }; static const struct cckprng_op_generate op_init_5616 = { .hd = { .id = 5360, .kind = OP_GENERATE }, .rand_nbytes = 106, .out = { .rand = { 0xd5, 0x1c, 0x90, 0x1b, 0x47, 0x89, 0x99, 0xa1, 0x7e, 0xc0, 0xc0, 0x38, 0xfe, 0xd0, 0xce, 0xa0, 0x20, 0xbe, 0x78, 0x1a, 0xdd, 0xae, 0x9d, 0x42, 0x53, 0x3c, 0x76, 0xd4, 0xc1, 0x7d, 0x65, 0x50, 0xf9, 0x64, 0x34, 0x36, 0x58, 0x28, 0xf2, 0xbf, 0xdd, 0x76, 0x78, 0x3e, 0xc3, 0x1a, 0x6c, 0x5f, 0xba, 0x70, 0x9a, 0xf6, 0x1c, 0xd6, 0x1c, 0x30, 0x1c, 0x63, 0x62, 0x8b, 0x00, 0x79, 0xaa, 0x10, 0xae, 0xac, 0x1e, 0x3a, 0xb4, 0x63, 0x5b, 0xb4, 0xbe, 0xbd, 0x22, 0x4a, 0x99, 0x27, 0x00, 0xd1, 0x9c, 0xd3, 0xfb, 0x5c, 0xaa, 0x46, 0x8c, 0x0c, 0x07, 0x83, 0x71, 0x85, 0xcf, 0x56, 0x74, 0xfd, 0x60, 0xa3, 0x60, 0xe8, 0x96, 0x47, 0xc8, 0x29, 0xde, 0xfc } } }; static const struct cckprng_op_refresh op_refresh_5617 = { .hd = { .id = 5361, .kind = OP_REFRESH }, .rand = 9584881229205454347ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5618 = { .hd = { .id = 5362, .kind = OP_REFRESH }, .rand = 12390653483397940935ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5619 = { .hd = { .id = 5363, .kind = OP_REFRESH }, .rand = 11049095550229950593ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5620 = { .hd = { .id = 5364, .kind = OP_REFRESH }, .rand = 14251226374479921733ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5621 = { .hd = { .id = 5365, .kind = OP_RESEED }, .nonce = 1717489987161823257ULL, .seed_nbytes = 284, .seed = { 0xc6, 0xf5, 0x8e, 0xad, 0xe3, 0xeb, 0x2d, 0xfe, 0x38, 0xe9, 0x38, 0xef, 0x98, 0x3f, 0xf5, 0x0e, 0xb8, 0x61, 0xba, 0x5e, 0x04, 0x08, 0xbf, 0x96, 0x4f, 0xd3, 0x2c, 0xeb, 0x9d, 0x1a, 0xcc, 0x14, 0x3a, 0x74, 0x52, 0xcc, 0xb7, 0x94, 0x8e, 0x8b, 0x3b, 0x5e, 0xe6, 0x88, 0xd7, 0x5d, 0xbe, 0x68, 0xa2, 0xbc, 0x3f, 0x6c, 0xbb, 0xfb, 0xdb, 0x0a, 0x06, 0xdb, 0x24, 0xcf, 0x8a, 0x4a, 0x18, 0xd9, 0xca, 0x58, 0xc0, 0x18, 0xf1, 0x6f, 0x9c, 0xb1, 0x6a, 0x44, 0x16, 0xd5, 0x77, 0xdd, 0x6f, 0x3e, 0xf1, 0x0f, 0x5e, 0xf7, 0xb7, 0x54, 0x62, 0x4b, 0x2b, 0x65, 0x76, 0x84, 0xe6, 0x58, 0x27, 0x68, 0x4e, 0xd8, 0x20, 0x24, 0x3d, 0x95, 0x34, 0xa2, 0x71, 0x00, 0x4f, 0x64, 0x94, 0xcb, 0x34, 0x59, 0xd8, 0x21, 0xdc, 0xd1, 0xe3, 0xd9, 0x1f, 0x2c, 0x07, 0x4b, 0x22, 0xdc, 0xd1, 0x77, 0x90, 0x2c, 0x68, 0xdf, 0xb2, 0x4c, 0xd5, 0x31, 0x15, 0xc3, 0x1a, 0xda, 0x2e, 0xf4, 0x99, 0x09, 0x47, 0x24, 0x26, 0xf1, 0x35, 0x4a, 0x87, 0x49, 0xa0, 0xb0, 0x46, 0x68, 0x4f, 0x9b, 0xd0, 0x4f, 0x6b, 0xd5, 0x57, 0xb6, 0x7a, 0xd1, 0xeb, 0x87, 0x52, 0xaa, 0x22, 0xde, 0xc5, 0x08, 0xdb, 0x3b, 0x35, 0x14, 0xb9, 0x0e, 0xad, 0x5b, 0xc2, 0xcb, 0x56, 0x3f, 0xa4, 0xfd, 0x16, 0xd8, 0x23, 0x79, 0x1b, 0xc2, 0x91, 0x87, 0x87, 0x8c, 0x93, 0xb8, 0x98, 0x0c, 0x06, 0xe2, 0x32, 0x4b, 0xa6, 0x20, 0x3e, 0xdd, 0x70, 0x02, 0x8c, 0x63, 0xd4, 0x3d, 0x1f, 0xea, 0xaf, 0x1a, 0x3c, 0x2e, 0x94, 0xed, 0x3f, 0x8e, 0x6c, 0x3a, 0xdc, 0xce, 0x39, 0x12, 0x83, 0xbe, 0x41, 0x15, 0xe4, 0x06, 0x00, 0x47, 0xf1, 0x4f, 0xf6, 0x51, 0xdf, 0x3f, 0x6b, 0x9e, 0x11, 0x7d, 0x7e, 0x57, 0x5b, 0x28, 0xc3, 0x91, 0x23, 0x29, 0x24, 0xe2, 0x69, 0x05, 0xeb, 0xa5, 0x74, 0xf0, 0x5c, 0x5b, 0x63, 0xa4, 0xb9, 0x29, 0xc5, 0xec, 0x16, 0x3f, 0xd0, 0x5f, 0xa4, 0x9a, 0x2b, 0xb7, 0x66, 0xaf, 0xb6, 0xe9 } }; static const struct cckprng_op_reseed op_reseed_5622 = { .hd = { .id = 5366, .kind = OP_RESEED }, .nonce = 14164464998718804704ULL, .seed_nbytes = 167, .seed = { 0xa5, 0x62, 0x54, 0x28, 0x93, 0x0e, 0xf3, 0xd6, 0x49, 0x82, 0x1a, 0x30, 0x4c, 0x73, 0x47, 0xac, 0x89, 0x2d, 0xa9, 0xdc, 0xe6, 0xb6, 0xc5, 0x4f, 0x8c, 0x84, 0xf2, 0x90, 0xe6, 0x38, 0xb4, 0x71, 0x55, 0xb8, 0x9b, 0x5e, 0x53, 0xe4, 0xa6, 0xaa, 0x49, 0xd4, 0x66, 0xc6, 0xf6, 0xbe, 0xf9, 0x27, 0xdb, 0x25, 0x8e, 0x43, 0xbe, 0x5a, 0x5e, 0x74, 0xea, 0xb8, 0x79, 0xae, 0x06, 0x7d, 0x84, 0x94, 0x0f, 0xd1, 0xa6, 0x2d, 0x69, 0xdd, 0x54, 0xd5, 0x9d, 0x9a, 0xa8, 0x49, 0x2c, 0x90, 0xc8, 0xc1, 0x3b, 0x9c, 0x2a, 0x49, 0xf4, 0x35, 0xe5, 0x53, 0xfa, 0x0a, 0x9e, 0x4e, 0xe5, 0x77, 0x8d, 0xbb, 0xff, 0x28, 0x5e, 0x58, 0x49, 0x48, 0x44, 0x30, 0xb7, 0x32, 0x28, 0x19, 0x2f, 0x99, 0x17, 0x10, 0xf9, 0x79, 0x2d, 0xff, 0x15, 0x91, 0xbb, 0xca, 0x94, 0x9a, 0x6a, 0xec, 0x25, 0x49, 0x51, 0x86, 0x8e, 0x66, 0x14, 0xd7, 0xb6, 0xfa, 0x17, 0x9d, 0xb7, 0xd2, 0xda, 0xc0, 0x30, 0x33, 0xf6, 0x81, 0xb1, 0x16, 0x0b, 0x19, 0x78, 0xe4, 0xf1, 0x30, 0x7f, 0x9c, 0x60, 0xde, 0x46, 0x58, 0x72, 0xce, 0xe4, 0x75, 0x2b, 0xf0, 0xce, 0x1d, 0xeb } }; static const struct cckprng_op_generate op_init_5623 = { .hd = { .id = 5367, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0x80, 0x63, 0x00, 0xec, 0xca, 0x50, 0xf1, 0xae, 0x81, 0xeb, 0x24, 0x48, 0xa2, 0x5d, 0xc7, 0xd0, 0x74, 0x43, 0x84, 0x7b, 0xae, 0x8c, 0xdd, 0x0f, 0xb2, 0x30, 0x79, 0xe4, 0xf0, 0x2c, 0xbb, 0x2b, 0xfb, 0x6b, 0x9d, 0x6d, 0x2a, 0x58, 0xb9, 0x4d, 0x64, 0xaa, 0x4a, 0xaf, 0x06, 0x68, 0x62, 0x94, 0x7d, 0x2e, 0xbc, 0x52, 0x1d, 0xff, 0x91, 0x6e, 0xee, 0x13, 0x65, 0x8e, 0x2e, 0x8d, 0x6d, 0xdd, 0x88, 0xf5, 0x14, 0x00, 0x22, 0xde, 0x6f, 0x9b, 0x77, 0xf8 } } }; static const struct cckprng_op_refresh op_refresh_5624 = { .hd = { .id = 5368, .kind = OP_REFRESH }, .rand = 12368188110793373121ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5625 = { .hd = { .id = 5369, .kind = OP_GENERATE }, .rand_nbytes = 211, .out = { .rand = { 0x8f, 0xaf, 0x65, 0x2f, 0x0f, 0x67, 0x4e, 0xd4, 0x1c, 0x0c, 0x14, 0xe7, 0x06, 0xbc, 0x8a, 0xf9, 0xaa, 0x42, 0xcb, 0xd0, 0xae, 0x16, 0xbe, 0xe5, 0xa1, 0x53, 0x89, 0x5a, 0x90, 0x12, 0x06, 0x5c, 0xeb, 0x9d, 0xc2, 0xe4, 0xbb, 0xcf, 0xfb, 0xd7, 0x43, 0xa8, 0x32, 0xdd, 0x3a, 0x66, 0x26, 0xe9, 0x36, 0x30, 0xb5, 0x78, 0x0b, 0xf2, 0x42, 0x87, 0x52, 0xe9, 0x3f, 0x4a, 0xe4, 0xee, 0x08, 0x22, 0x58, 0xdf, 0xe8, 0xf1, 0x9b, 0xa3, 0x8c, 0x99, 0x13, 0x60, 0x41, 0xc7, 0x66, 0xf8, 0x6b, 0x23, 0x68, 0xdf, 0x23, 0xe1, 0x42, 0xd8, 0x62, 0xaa, 0x97, 0x80, 0x95, 0xff, 0x2d, 0x25, 0x94, 0x6e, 0x9f, 0x68, 0x0c, 0x52, 0xeb, 0x5d, 0x1e, 0x55, 0x97, 0x84, 0x00, 0x0c, 0x97, 0x0a, 0xee, 0xb6, 0x5e, 0x6f, 0x0c, 0x06, 0x4a, 0x4c, 0x52, 0x25, 0x10, 0x93, 0x44, 0x36, 0x57, 0x5f, 0xff, 0xdb, 0xd5, 0xbe, 0x51, 0x24, 0x8b, 0x98, 0x74, 0x51, 0x80, 0xdb, 0x00, 0xbc, 0xd1, 0xe3, 0xbb, 0x4f, 0x24, 0x52, 0xc5, 0xb7, 0x53, 0xf5, 0xee, 0x62, 0xd3, 0xea, 0xb4, 0xd5, 0x76, 0x09, 0xe1, 0x91, 0xbc, 0xe7, 0xcf, 0xb0, 0x3c, 0x8a, 0x7e, 0x1e, 0xe9, 0xd9, 0xf3, 0x2c, 0x22, 0xc5, 0xd6, 0xc1, 0xd7, 0xb2, 0xf1, 0x6a, 0x5d, 0xcf, 0x4a, 0x6a, 0xee, 0xe1, 0x08, 0x4a, 0x06, 0xaa, 0x4a, 0xf2, 0xcb, 0xb9, 0x79, 0x34, 0x77, 0x32, 0xb2, 0x07, 0x55, 0x1b, 0xf2, 0xf0, 0x88, 0xdb, 0x60, 0x6f, 0xa7, 0x80, 0xad } } }; static const struct cckprng_op_reseed op_reseed_5626 = { .hd = { .id = 5370, .kind = OP_RESEED }, .nonce = 5520859109599720942ULL, .seed_nbytes = 30, .seed = { 0x05, 0xdd, 0xf9, 0x4e, 0xc2, 0x20, 0x9c, 0xe3, 0x0b, 0x75, 0xf2, 0x6f, 0x24, 0x50, 0xbf, 0x36, 0xcb, 0xea, 0x48, 0x62, 0x3a, 0xed, 0xf4, 0x2f, 0x26, 0x54, 0x9d, 0xaa, 0x42, 0xbd } }; static const struct cckprng_op_refresh op_refresh_5627 = { .hd = { .id = 5371, .kind = OP_REFRESH }, .rand = 402507462720603767ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5628 = { .hd = { .id = 5372, .kind = OP_REFRESH }, .rand = 7418532600343551915ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5629 = { .hd = { .id = 5373, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0x53, 0x94, 0x4d, 0x22, 0x0d, 0xe9, 0xca, 0x48, 0x3c, 0x7c, 0x60, 0xe2, 0x30, 0x82, 0xdc, 0xe7, 0xe4, 0xa2, 0xb2, 0x3b, 0x7f, 0xc2, 0xd3, 0x5b, 0xfe, 0x17, 0x13, 0x51, 0x3c, 0x9a, 0xef, 0xfb, 0xa2, 0x5b, 0x36, 0x2d, 0x0c, 0x3f, 0x3d, 0x85, 0x3e, 0x5f, 0x42, 0xd1, 0x16, 0x05, 0xc8, 0x5f, 0xeb, 0x7f, 0x82, 0xbc, 0xa9, 0x01, 0x8e, 0x65, 0x15, 0xd8, 0xf4, 0x91, 0xf3, 0xa7, 0x79, 0xd3, 0x50, 0x37, 0x63, 0xb6, 0x25, 0xdb, 0x39, 0x88, 0xb0, 0x7c, 0x4c, 0xd7, 0x6f, 0x1b, 0xe8, 0xf0, 0x20, 0x2a, 0xb0, 0xd6, 0x50, 0x05, 0x9e, 0x20, 0x23, 0xa0, 0xbe, 0xad, 0xcc, 0x75, 0xf3, 0xe4, 0x9b, 0x8c, 0x72, 0x1c, 0x76, 0xbd, 0x8f, 0xc8, 0x81, 0xe4, 0xad, 0xa4, 0xc2, 0xd9, 0x01, 0x22, 0x39, 0xbe, 0xc5, 0xdd, 0x91, 0xa6, 0xea, 0xe1, 0x48, 0x34, 0x3e, 0x21, 0xdd, 0x46, 0x9a, 0xc7, 0xe7, 0xed, 0x5a, 0x74, 0x86, 0x87, 0xf8, 0x46, 0xdb, 0x53, 0xa8, 0xac, 0x6b, 0x80, 0x00, 0x5f, 0x32, 0x3e, 0x66, 0x7b, 0xad, 0x5a, 0x08, 0x04, 0x95, 0x1f, 0x01, 0x82, 0x3e, 0xdd, 0xe3, 0xa5, 0x57, 0xeb, 0xa9, 0xe6, 0x12, 0xae, 0x4f, 0x57, 0x50, 0x3f, 0x08, 0xf8, 0x36, 0xda, 0x20, 0x0a, 0x32, 0x49, 0x31, 0x10, 0x63, 0x77, 0x8e, 0xf5, 0x24, 0xbf, 0x9f, 0x32, 0x68, 0x27, 0x55, 0xcb, 0x8b, 0x51, 0xaf, 0xe1, 0x5b, 0x9c, 0xbf, 0x6f, 0x89, 0xba, 0x4a, 0x54, 0xab, 0xcc, 0x1a, 0x2e, 0x06, 0xa3, 0x3d, 0xaf, 0x22, 0xcb, 0x8c, 0xbd, 0xd9, 0x80, 0xaf } } }; static const struct cckprng_op_reseed op_reseed_5630 = { .hd = { .id = 5374, .kind = OP_RESEED }, .nonce = 17869823697517918244ULL, .seed_nbytes = 59, .seed = { 0x34, 0xc8, 0x5f, 0x48, 0x86, 0x87, 0xda, 0x34, 0x82, 0x6f, 0x3b, 0x08, 0x74, 0x67, 0xca, 0xbd, 0x7f, 0x80, 0x54, 0xc7, 0xac, 0x4a, 0xcb, 0x25, 0xa9, 0xc9, 0x36, 0xb6, 0x18, 0x41, 0xf7, 0x97, 0x4c, 0x16, 0xa9, 0xc8, 0x5f, 0x3d, 0x2e, 0x13, 0xb2, 0x98, 0x2c, 0x7b, 0xc6, 0xc9, 0xed, 0xe7, 0x9d, 0xd0, 0xe0, 0xde, 0x4d, 0x6e, 0x95, 0x9b, 0xa2, 0xbd, 0xb0 } }; static const struct cckprng_op_reseed op_reseed_5631 = { .hd = { .id = 5375, .kind = OP_RESEED }, .nonce = 10590558968320371345ULL, .seed_nbytes = 87, .seed = { 0x41, 0x91, 0xe1, 0x1e, 0x34, 0x1f, 0x22, 0x1a, 0xac, 0x67, 0x87, 0xdf, 0x4f, 0xc2, 0x54, 0x39, 0x30, 0x01, 0x94, 0x9e, 0x34, 0xce, 0x84, 0x7d, 0x16, 0x22, 0x2e, 0xa4, 0x27, 0x37, 0x4f, 0xc9, 0x54, 0xb9, 0x53, 0xf9, 0x22, 0xd8, 0x48, 0x6e, 0x40, 0xb8, 0xa9, 0xd7, 0xaf, 0x0b, 0x94, 0x1f, 0x8f, 0xc3, 0xd9, 0xac, 0x51, 0x4b, 0xbd, 0x81, 0x78, 0x77, 0x4d, 0x12, 0x24, 0xbd, 0x9e, 0x16, 0x42, 0xa3, 0x1c, 0x7b, 0x39, 0x34, 0xfe, 0xb0, 0x99, 0x43, 0xa9, 0x28, 0x32, 0x36, 0x41, 0x93, 0xe0, 0xad, 0x82, 0x48, 0xc9, 0x2a, 0x6d } }; static const struct cckprng_op_reseed op_reseed_5632 = { .hd = { .id = 5376, .kind = OP_RESEED }, .nonce = 3096866966538963821ULL, .seed_nbytes = 215, .seed = { 0x64, 0x12, 0x62, 0xc6, 0x1c, 0x03, 0xcd, 0x6e, 0xb0, 0x61, 0xb0, 0x49, 0xed, 0xce, 0xe6, 0x99, 0x72, 0x4b, 0x56, 0xca, 0x0f, 0x76, 0x2c, 0x71, 0x54, 0x9f, 0x68, 0x89, 0x9c, 0x2c, 0x0f, 0xce, 0x04, 0xcb, 0xfb, 0x3f, 0x22, 0xee, 0x45, 0x3d, 0x5a, 0xda, 0xb3, 0x2e, 0x0d, 0x26, 0x88, 0x27, 0x71, 0xcb, 0x9e, 0x35, 0x7e, 0x16, 0xf8, 0x1a, 0x7d, 0x0a, 0x1c, 0x1d, 0xb5, 0x13, 0x72, 0xb6, 0xb2, 0xea, 0x8d, 0x91, 0xf7, 0x69, 0x9d, 0x5d, 0x07, 0xc8, 0x8a, 0x91, 0x7e, 0xe8, 0x87, 0xe5, 0xcc, 0x84, 0xf8, 0xe7, 0xd8, 0xc2, 0x62, 0x54, 0x91, 0x83, 0xb6, 0x72, 0xa4, 0xc6, 0xf9, 0xbd, 0x79, 0x60, 0xcb, 0x80, 0x79, 0x8d, 0xf0, 0xf4, 0x32, 0x9e, 0xf7, 0x49, 0xf1, 0xf2, 0xbf, 0xd5, 0x8f, 0xd6, 0x4f, 0xa8, 0xdd, 0x7a, 0xc4, 0x3f, 0xc1, 0x80, 0x4c, 0x83, 0x61, 0x5e, 0x3b, 0x72, 0x1b, 0xea, 0x6d, 0x9c, 0x5d, 0x26, 0x43, 0x92, 0xde, 0x7b, 0x26, 0x35, 0xce, 0x04, 0xbc, 0xbe, 0x11, 0x35, 0x3e, 0x62, 0xea, 0xeb, 0xd9, 0xa6, 0x01, 0xe8, 0x4b, 0x85, 0x12, 0xe7, 0x2f, 0xd2, 0xb3, 0x42, 0x58, 0xac, 0xb0, 0x58, 0x2d, 0xaf, 0x79, 0x21, 0x7b, 0x1c, 0x20, 0x74, 0xd5, 0x78, 0xef, 0x31, 0x9b, 0x62, 0x13, 0x2f, 0x80, 0x3f, 0xc3, 0x3c, 0x79, 0x66, 0x34, 0x76, 0x5e, 0x91, 0x25, 0xf4, 0x01, 0x09, 0x9a, 0xb0, 0x32, 0x90, 0x64, 0x12, 0xfc, 0xc2, 0x64, 0xa9, 0xd0, 0x4d, 0xa9, 0x56, 0x0f, 0xf1, 0x0a, 0xd3, 0xb6 } }; static const struct cckprng_op *ops_5633[] = { (const struct cckprng_op *)&op_init_4609, (const struct cckprng_op *)&op_init_4610, (const struct cckprng_op *)&op_refresh_4611, (const struct cckprng_op *)&op_refresh_4612, (const struct cckprng_op *)&op_reseed_4613, (const struct cckprng_op *)&op_init_4614, (const struct cckprng_op *)&op_refresh_4615, (const struct cckprng_op *)&op_refresh_4616, (const struct cckprng_op *)&op_init_4617, (const struct cckprng_op *)&op_refresh_4618, (const struct cckprng_op *)&op_init_4619, (const struct cckprng_op *)&op_refresh_4620, (const struct cckprng_op *)&op_init_4621, (const struct cckprng_op *)&op_reseed_4622, (const struct cckprng_op *)&op_reseed_4623, (const struct cckprng_op *)&op_init_4624, (const struct cckprng_op *)&op_reseed_4625, (const struct cckprng_op *)&op_refresh_4626, (const struct cckprng_op *)&op_init_4627, (const struct cckprng_op *)&op_init_4628, (const struct cckprng_op *)&op_reseed_4629, (const struct cckprng_op *)&op_init_4630, (const struct cckprng_op *)&op_reseed_4631, (const struct cckprng_op *)&op_refresh_4632, (const struct cckprng_op *)&op_init_4633, (const struct cckprng_op *)&op_refresh_4634, (const struct cckprng_op *)&op_refresh_4635, (const struct cckprng_op *)&op_reseed_4636, (const struct cckprng_op *)&op_reseed_4637, (const struct cckprng_op *)&op_init_4638, (const struct cckprng_op *)&op_init_4639, (const struct cckprng_op *)&op_init_4640, (const struct cckprng_op *)&op_refresh_4641, (const struct cckprng_op *)&op_reseed_4642, (const struct cckprng_op *)&op_reseed_4643, (const struct cckprng_op *)&op_init_4644, (const struct cckprng_op *)&op_refresh_4645, (const struct cckprng_op *)&op_refresh_4646, (const struct cckprng_op *)&op_reseed_4647, (const struct cckprng_op *)&op_init_4648, (const struct cckprng_op *)&op_reseed_4649, (const struct cckprng_op *)&op_init_4650, (const struct cckprng_op *)&op_refresh_4651, (const struct cckprng_op *)&op_reseed_4652, (const struct cckprng_op *)&op_init_4653, (const struct cckprng_op *)&op_reseed_4654, (const struct cckprng_op *)&op_refresh_4655, (const struct cckprng_op *)&op_reseed_4656, (const struct cckprng_op *)&op_init_4657, (const struct cckprng_op *)&op_refresh_4658, (const struct cckprng_op *)&op_refresh_4659, (const struct cckprng_op *)&op_refresh_4660, (const struct cckprng_op *)&op_init_4661, (const struct cckprng_op *)&op_refresh_4662, (const struct cckprng_op *)&op_init_4663, (const struct cckprng_op *)&op_refresh_4664, (const struct cckprng_op *)&op_refresh_4665, (const struct cckprng_op *)&op_refresh_4666, (const struct cckprng_op *)&op_reseed_4667, (const struct cckprng_op *)&op_refresh_4668, (const struct cckprng_op *)&op_init_4669, (const struct cckprng_op *)&op_init_4670, (const struct cckprng_op *)&op_reseed_4671, (const struct cckprng_op *)&op_refresh_4672, (const struct cckprng_op *)&op_reseed_4673, (const struct cckprng_op *)&op_init_4674, (const struct cckprng_op *)&op_init_4675, (const struct cckprng_op *)&op_init_4676, (const struct cckprng_op *)&op_init_4677, (const struct cckprng_op *)&op_init_4678, (const struct cckprng_op *)&op_init_4679, (const struct cckprng_op *)&op_reseed_4680, (const struct cckprng_op *)&op_init_4681, (const struct cckprng_op *)&op_init_4682, (const struct cckprng_op *)&op_refresh_4683, (const struct cckprng_op *)&op_reseed_4684, (const struct cckprng_op *)&op_init_4685, (const struct cckprng_op *)&op_init_4686, (const struct cckprng_op *)&op_init_4687, (const struct cckprng_op *)&op_reseed_4688, (const struct cckprng_op *)&op_refresh_4689, (const struct cckprng_op *)&op_init_4690, (const struct cckprng_op *)&op_init_4691, (const struct cckprng_op *)&op_reseed_4692, (const struct cckprng_op *)&op_init_4693, (const struct cckprng_op *)&op_init_4694, (const struct cckprng_op *)&op_refresh_4695, (const struct cckprng_op *)&op_init_4696, (const struct cckprng_op *)&op_refresh_4697, (const struct cckprng_op *)&op_init_4698, (const struct cckprng_op *)&op_reseed_4699, (const struct cckprng_op *)&op_init_4700, (const struct cckprng_op *)&op_init_4701, (const struct cckprng_op *)&op_reseed_4702, (const struct cckprng_op *)&op_refresh_4703, (const struct cckprng_op *)&op_refresh_4704, (const struct cckprng_op *)&op_reseed_4705, (const struct cckprng_op *)&op_refresh_4706, (const struct cckprng_op *)&op_init_4707, (const struct cckprng_op *)&op_reseed_4708, (const struct cckprng_op *)&op_init_4709, (const struct cckprng_op *)&op_init_4710, (const struct cckprng_op *)&op_refresh_4711, (const struct cckprng_op *)&op_refresh_4712, (const struct cckprng_op *)&op_refresh_4713, (const struct cckprng_op *)&op_reseed_4714, (const struct cckprng_op *)&op_init_4715, (const struct cckprng_op *)&op_init_4716, (const struct cckprng_op *)&op_reseed_4717, (const struct cckprng_op *)&op_reseed_4718, (const struct cckprng_op *)&op_init_4719, (const struct cckprng_op *)&op_reseed_4720, (const struct cckprng_op *)&op_init_4721, (const struct cckprng_op *)&op_refresh_4722, (const struct cckprng_op *)&op_refresh_4723, (const struct cckprng_op *)&op_reseed_4724, (const struct cckprng_op *)&op_reseed_4725, (const struct cckprng_op *)&op_reseed_4726, (const struct cckprng_op *)&op_reseed_4727, (const struct cckprng_op *)&op_reseed_4728, (const struct cckprng_op *)&op_init_4729, (const struct cckprng_op *)&op_reseed_4730, (const struct cckprng_op *)&op_reseed_4731, (const struct cckprng_op *)&op_init_4732, (const struct cckprng_op *)&op_reseed_4733, (const struct cckprng_op *)&op_init_4734, (const struct cckprng_op *)&op_refresh_4735, (const struct cckprng_op *)&op_reseed_4736, (const struct cckprng_op *)&op_reseed_4737, (const struct cckprng_op *)&op_refresh_4738, (const struct cckprng_op *)&op_refresh_4739, (const struct cckprng_op *)&op_reseed_4740, (const struct cckprng_op *)&op_init_4741, (const struct cckprng_op *)&op_init_4742, (const struct cckprng_op *)&op_reseed_4743, (const struct cckprng_op *)&op_refresh_4744, (const struct cckprng_op *)&op_refresh_4745, (const struct cckprng_op *)&op_reseed_4746, (const struct cckprng_op *)&op_init_4747, (const struct cckprng_op *)&op_refresh_4748, (const struct cckprng_op *)&op_refresh_4749, (const struct cckprng_op *)&op_init_4750, (const struct cckprng_op *)&op_init_4751, (const struct cckprng_op *)&op_refresh_4752, (const struct cckprng_op *)&op_refresh_4753, (const struct cckprng_op *)&op_init_4754, (const struct cckprng_op *)&op_init_4755, (const struct cckprng_op *)&op_reseed_4756, (const struct cckprng_op *)&op_init_4757, (const struct cckprng_op *)&op_init_4758, (const struct cckprng_op *)&op_refresh_4759, (const struct cckprng_op *)&op_reseed_4760, (const struct cckprng_op *)&op_init_4761, (const struct cckprng_op *)&op_init_4762, (const struct cckprng_op *)&op_init_4763, (const struct cckprng_op *)&op_refresh_4764, (const struct cckprng_op *)&op_init_4765, (const struct cckprng_op *)&op_reseed_4766, (const struct cckprng_op *)&op_init_4767, (const struct cckprng_op *)&op_refresh_4768, (const struct cckprng_op *)&op_reseed_4769, (const struct cckprng_op *)&op_refresh_4770, (const struct cckprng_op *)&op_reseed_4771, (const struct cckprng_op *)&op_init_4772, (const struct cckprng_op *)&op_init_4773, (const struct cckprng_op *)&op_refresh_4774, (const struct cckprng_op *)&op_init_4775, (const struct cckprng_op *)&op_reseed_4776, (const struct cckprng_op *)&op_reseed_4777, (const struct cckprng_op *)&op_reseed_4778, (const struct cckprng_op *)&op_init_4779, (const struct cckprng_op *)&op_init_4780, (const struct cckprng_op *)&op_reseed_4781, (const struct cckprng_op *)&op_refresh_4782, (const struct cckprng_op *)&op_init_4783, (const struct cckprng_op *)&op_refresh_4784, (const struct cckprng_op *)&op_reseed_4785, (const struct cckprng_op *)&op_init_4786, (const struct cckprng_op *)&op_init_4787, (const struct cckprng_op *)&op_init_4788, (const struct cckprng_op *)&op_reseed_4789, (const struct cckprng_op *)&op_refresh_4790, (const struct cckprng_op *)&op_refresh_4791, (const struct cckprng_op *)&op_refresh_4792, (const struct cckprng_op *)&op_init_4793, (const struct cckprng_op *)&op_init_4794, (const struct cckprng_op *)&op_refresh_4795, (const struct cckprng_op *)&op_init_4796, (const struct cckprng_op *)&op_init_4797, (const struct cckprng_op *)&op_init_4798, (const struct cckprng_op *)&op_reseed_4799, (const struct cckprng_op *)&op_reseed_4800, (const struct cckprng_op *)&op_init_4801, (const struct cckprng_op *)&op_init_4802, (const struct cckprng_op *)&op_init_4803, (const struct cckprng_op *)&op_reseed_4804, (const struct cckprng_op *)&op_init_4805, (const struct cckprng_op *)&op_init_4806, (const struct cckprng_op *)&op_refresh_4807, (const struct cckprng_op *)&op_refresh_4808, (const struct cckprng_op *)&op_reseed_4809, (const struct cckprng_op *)&op_init_4810, (const struct cckprng_op *)&op_init_4811, (const struct cckprng_op *)&op_refresh_4812, (const struct cckprng_op *)&op_reseed_4813, (const struct cckprng_op *)&op_init_4814, (const struct cckprng_op *)&op_refresh_4815, (const struct cckprng_op *)&op_refresh_4816, (const struct cckprng_op *)&op_refresh_4817, (const struct cckprng_op *)&op_init_4818, (const struct cckprng_op *)&op_refresh_4819, (const struct cckprng_op *)&op_init_4820, (const struct cckprng_op *)&op_refresh_4821, (const struct cckprng_op *)&op_refresh_4822, (const struct cckprng_op *)&op_init_4823, (const struct cckprng_op *)&op_reseed_4824, (const struct cckprng_op *)&op_reseed_4825, (const struct cckprng_op *)&op_init_4826, (const struct cckprng_op *)&op_init_4827, (const struct cckprng_op *)&op_init_4828, (const struct cckprng_op *)&op_reseed_4829, (const struct cckprng_op *)&op_refresh_4830, (const struct cckprng_op *)&op_init_4831, (const struct cckprng_op *)&op_reseed_4832, (const struct cckprng_op *)&op_refresh_4833, (const struct cckprng_op *)&op_refresh_4834, (const struct cckprng_op *)&op_init_4835, (const struct cckprng_op *)&op_refresh_4836, (const struct cckprng_op *)&op_reseed_4837, (const struct cckprng_op *)&op_refresh_4838, (const struct cckprng_op *)&op_refresh_4839, (const struct cckprng_op *)&op_refresh_4840, (const struct cckprng_op *)&op_init_4841, (const struct cckprng_op *)&op_init_4842, (const struct cckprng_op *)&op_init_4843, (const struct cckprng_op *)&op_init_4844, (const struct cckprng_op *)&op_refresh_4845, (const struct cckprng_op *)&op_reseed_4846, (const struct cckprng_op *)&op_init_4847, (const struct cckprng_op *)&op_reseed_4848, (const struct cckprng_op *)&op_reseed_4849, (const struct cckprng_op *)&op_refresh_4850, (const struct cckprng_op *)&op_init_4851, (const struct cckprng_op *)&op_init_4852, (const struct cckprng_op *)&op_reseed_4853, (const struct cckprng_op *)&op_init_4854, (const struct cckprng_op *)&op_refresh_4855, (const struct cckprng_op *)&op_reseed_4856, (const struct cckprng_op *)&op_reseed_4857, (const struct cckprng_op *)&op_reseed_4858, (const struct cckprng_op *)&op_reseed_4859, (const struct cckprng_op *)&op_reseed_4860, (const struct cckprng_op *)&op_init_4861, (const struct cckprng_op *)&op_reseed_4862, (const struct cckprng_op *)&op_reseed_4863, (const struct cckprng_op *)&op_reseed_4864, (const struct cckprng_op *)&op_reseed_4865, (const struct cckprng_op *)&op_init_4866, (const struct cckprng_op *)&op_init_4867, (const struct cckprng_op *)&op_reseed_4868, (const struct cckprng_op *)&op_init_4869, (const struct cckprng_op *)&op_init_4870, (const struct cckprng_op *)&op_reseed_4871, (const struct cckprng_op *)&op_reseed_4872, (const struct cckprng_op *)&op_init_4873, (const struct cckprng_op *)&op_init_4874, (const struct cckprng_op *)&op_refresh_4875, (const struct cckprng_op *)&op_init_4876, (const struct cckprng_op *)&op_init_4877, (const struct cckprng_op *)&op_reseed_4878, (const struct cckprng_op *)&op_reseed_4879, (const struct cckprng_op *)&op_refresh_4880, (const struct cckprng_op *)&op_init_4881, (const struct cckprng_op *)&op_init_4882, (const struct cckprng_op *)&op_init_4883, (const struct cckprng_op *)&op_reseed_4884, (const struct cckprng_op *)&op_refresh_4885, (const struct cckprng_op *)&op_reseed_4886, (const struct cckprng_op *)&op_init_4887, (const struct cckprng_op *)&op_refresh_4888, (const struct cckprng_op *)&op_refresh_4889, (const struct cckprng_op *)&op_reseed_4890, (const struct cckprng_op *)&op_refresh_4891, (const struct cckprng_op *)&op_refresh_4892, (const struct cckprng_op *)&op_init_4893, (const struct cckprng_op *)&op_init_4894, (const struct cckprng_op *)&op_refresh_4895, (const struct cckprng_op *)&op_reseed_4896, (const struct cckprng_op *)&op_reseed_4897, (const struct cckprng_op *)&op_refresh_4898, (const struct cckprng_op *)&op_refresh_4899, (const struct cckprng_op *)&op_refresh_4900, (const struct cckprng_op *)&op_reseed_4901, (const struct cckprng_op *)&op_init_4902, (const struct cckprng_op *)&op_init_4903, (const struct cckprng_op *)&op_init_4904, (const struct cckprng_op *)&op_init_4905, (const struct cckprng_op *)&op_refresh_4906, (const struct cckprng_op *)&op_init_4907, (const struct cckprng_op *)&op_init_4908, (const struct cckprng_op *)&op_reseed_4909, (const struct cckprng_op *)&op_reseed_4910, (const struct cckprng_op *)&op_reseed_4911, (const struct cckprng_op *)&op_reseed_4912, (const struct cckprng_op *)&op_reseed_4913, (const struct cckprng_op *)&op_reseed_4914, (const struct cckprng_op *)&op_reseed_4915, (const struct cckprng_op *)&op_refresh_4916, (const struct cckprng_op *)&op_reseed_4917, (const struct cckprng_op *)&op_reseed_4918, (const struct cckprng_op *)&op_init_4919, (const struct cckprng_op *)&op_reseed_4920, (const struct cckprng_op *)&op_reseed_4921, (const struct cckprng_op *)&op_reseed_4922, (const struct cckprng_op *)&op_refresh_4923, (const struct cckprng_op *)&op_reseed_4924, (const struct cckprng_op *)&op_refresh_4925, (const struct cckprng_op *)&op_init_4926, (const struct cckprng_op *)&op_reseed_4927, (const struct cckprng_op *)&op_refresh_4928, (const struct cckprng_op *)&op_reseed_4929, (const struct cckprng_op *)&op_reseed_4930, (const struct cckprng_op *)&op_init_4931, (const struct cckprng_op *)&op_refresh_4932, (const struct cckprng_op *)&op_init_4933, (const struct cckprng_op *)&op_init_4934, (const struct cckprng_op *)&op_reseed_4935, (const struct cckprng_op *)&op_reseed_4936, (const struct cckprng_op *)&op_init_4937, (const struct cckprng_op *)&op_reseed_4938, (const struct cckprng_op *)&op_reseed_4939, (const struct cckprng_op *)&op_init_4940, (const struct cckprng_op *)&op_init_4941, (const struct cckprng_op *)&op_init_4942, (const struct cckprng_op *)&op_reseed_4943, (const struct cckprng_op *)&op_reseed_4944, (const struct cckprng_op *)&op_refresh_4945, (const struct cckprng_op *)&op_reseed_4946, (const struct cckprng_op *)&op_refresh_4947, (const struct cckprng_op *)&op_refresh_4948, (const struct cckprng_op *)&op_refresh_4949, (const struct cckprng_op *)&op_init_4950, (const struct cckprng_op *)&op_init_4951, (const struct cckprng_op *)&op_init_4952, (const struct cckprng_op *)&op_init_4953, (const struct cckprng_op *)&op_refresh_4954, (const struct cckprng_op *)&op_reseed_4955, (const struct cckprng_op *)&op_refresh_4956, (const struct cckprng_op *)&op_init_4957, (const struct cckprng_op *)&op_reseed_4958, (const struct cckprng_op *)&op_reseed_4959, (const struct cckprng_op *)&op_refresh_4960, (const struct cckprng_op *)&op_refresh_4961, (const struct cckprng_op *)&op_init_4962, (const struct cckprng_op *)&op_refresh_4963, (const struct cckprng_op *)&op_init_4964, (const struct cckprng_op *)&op_reseed_4965, (const struct cckprng_op *)&op_init_4966, (const struct cckprng_op *)&op_refresh_4967, (const struct cckprng_op *)&op_refresh_4968, (const struct cckprng_op *)&op_refresh_4969, (const struct cckprng_op *)&op_refresh_4970, (const struct cckprng_op *)&op_init_4971, (const struct cckprng_op *)&op_init_4972, (const struct cckprng_op *)&op_refresh_4973, (const struct cckprng_op *)&op_init_4974, (const struct cckprng_op *)&op_reseed_4975, (const struct cckprng_op *)&op_init_4976, (const struct cckprng_op *)&op_reseed_4977, (const struct cckprng_op *)&op_init_4978, (const struct cckprng_op *)&op_reseed_4979, (const struct cckprng_op *)&op_refresh_4980, (const struct cckprng_op *)&op_init_4981, (const struct cckprng_op *)&op_reseed_4982, (const struct cckprng_op *)&op_refresh_4983, (const struct cckprng_op *)&op_reseed_4984, (const struct cckprng_op *)&op_init_4985, (const struct cckprng_op *)&op_reseed_4986, (const struct cckprng_op *)&op_refresh_4987, (const struct cckprng_op *)&op_init_4988, (const struct cckprng_op *)&op_refresh_4989, (const struct cckprng_op *)&op_reseed_4990, (const struct cckprng_op *)&op_refresh_4991, (const struct cckprng_op *)&op_refresh_4992, (const struct cckprng_op *)&op_init_4993, (const struct cckprng_op *)&op_refresh_4994, (const struct cckprng_op *)&op_init_4995, (const struct cckprng_op *)&op_reseed_4996, (const struct cckprng_op *)&op_reseed_4997, (const struct cckprng_op *)&op_reseed_4998, (const struct cckprng_op *)&op_init_4999, (const struct cckprng_op *)&op_reseed_5000, (const struct cckprng_op *)&op_reseed_5001, (const struct cckprng_op *)&op_refresh_5002, (const struct cckprng_op *)&op_reseed_5003, (const struct cckprng_op *)&op_refresh_5004, (const struct cckprng_op *)&op_refresh_5005, (const struct cckprng_op *)&op_reseed_5006, (const struct cckprng_op *)&op_reseed_5007, (const struct cckprng_op *)&op_refresh_5008, (const struct cckprng_op *)&op_refresh_5009, (const struct cckprng_op *)&op_init_5010, (const struct cckprng_op *)&op_reseed_5011, (const struct cckprng_op *)&op_init_5012, (const struct cckprng_op *)&op_reseed_5013, (const struct cckprng_op *)&op_reseed_5014, (const struct cckprng_op *)&op_init_5015, (const struct cckprng_op *)&op_reseed_5016, (const struct cckprng_op *)&op_reseed_5017, (const struct cckprng_op *)&op_refresh_5018, (const struct cckprng_op *)&op_refresh_5019, (const struct cckprng_op *)&op_refresh_5020, (const struct cckprng_op *)&op_refresh_5021, (const struct cckprng_op *)&op_init_5022, (const struct cckprng_op *)&op_refresh_5023, (const struct cckprng_op *)&op_reseed_5024, (const struct cckprng_op *)&op_init_5025, (const struct cckprng_op *)&op_reseed_5026, (const struct cckprng_op *)&op_reseed_5027, (const struct cckprng_op *)&op_reseed_5028, (const struct cckprng_op *)&op_refresh_5029, (const struct cckprng_op *)&op_init_5030, (const struct cckprng_op *)&op_init_5031, (const struct cckprng_op *)&op_refresh_5032, (const struct cckprng_op *)&op_init_5033, (const struct cckprng_op *)&op_refresh_5034, (const struct cckprng_op *)&op_init_5035, (const struct cckprng_op *)&op_init_5036, (const struct cckprng_op *)&op_refresh_5037, (const struct cckprng_op *)&op_refresh_5038, (const struct cckprng_op *)&op_refresh_5039, (const struct cckprng_op *)&op_reseed_5040, (const struct cckprng_op *)&op_init_5041, (const struct cckprng_op *)&op_refresh_5042, (const struct cckprng_op *)&op_refresh_5043, (const struct cckprng_op *)&op_init_5044, (const struct cckprng_op *)&op_init_5045, (const struct cckprng_op *)&op_refresh_5046, (const struct cckprng_op *)&op_init_5047, (const struct cckprng_op *)&op_init_5048, (const struct cckprng_op *)&op_reseed_5049, (const struct cckprng_op *)&op_init_5050, (const struct cckprng_op *)&op_init_5051, (const struct cckprng_op *)&op_refresh_5052, (const struct cckprng_op *)&op_refresh_5053, (const struct cckprng_op *)&op_init_5054, (const struct cckprng_op *)&op_refresh_5055, (const struct cckprng_op *)&op_init_5056, (const struct cckprng_op *)&op_refresh_5057, (const struct cckprng_op *)&op_refresh_5058, (const struct cckprng_op *)&op_reseed_5059, (const struct cckprng_op *)&op_reseed_5060, (const struct cckprng_op *)&op_init_5061, (const struct cckprng_op *)&op_reseed_5062, (const struct cckprng_op *)&op_refresh_5063, (const struct cckprng_op *)&op_init_5064, (const struct cckprng_op *)&op_init_5065, (const struct cckprng_op *)&op_refresh_5066, (const struct cckprng_op *)&op_init_5067, (const struct cckprng_op *)&op_refresh_5068, (const struct cckprng_op *)&op_refresh_5069, (const struct cckprng_op *)&op_refresh_5070, (const struct cckprng_op *)&op_reseed_5071, (const struct cckprng_op *)&op_init_5072, (const struct cckprng_op *)&op_refresh_5073, (const struct cckprng_op *)&op_refresh_5074, (const struct cckprng_op *)&op_reseed_5075, (const struct cckprng_op *)&op_init_5076, (const struct cckprng_op *)&op_reseed_5077, (const struct cckprng_op *)&op_refresh_5078, (const struct cckprng_op *)&op_init_5079, (const struct cckprng_op *)&op_reseed_5080, (const struct cckprng_op *)&op_init_5081, (const struct cckprng_op *)&op_refresh_5082, (const struct cckprng_op *)&op_refresh_5083, (const struct cckprng_op *)&op_init_5084, (const struct cckprng_op *)&op_refresh_5085, (const struct cckprng_op *)&op_refresh_5086, (const struct cckprng_op *)&op_refresh_5087, (const struct cckprng_op *)&op_init_5088, (const struct cckprng_op *)&op_reseed_5089, (const struct cckprng_op *)&op_refresh_5090, (const struct cckprng_op *)&op_init_5091, (const struct cckprng_op *)&op_refresh_5092, (const struct cckprng_op *)&op_reseed_5093, (const struct cckprng_op *)&op_reseed_5094, (const struct cckprng_op *)&op_reseed_5095, (const struct cckprng_op *)&op_init_5096, (const struct cckprng_op *)&op_reseed_5097, (const struct cckprng_op *)&op_reseed_5098, (const struct cckprng_op *)&op_reseed_5099, (const struct cckprng_op *)&op_init_5100, (const struct cckprng_op *)&op_init_5101, (const struct cckprng_op *)&op_reseed_5102, (const struct cckprng_op *)&op_reseed_5103, (const struct cckprng_op *)&op_reseed_5104, (const struct cckprng_op *)&op_reseed_5105, (const struct cckprng_op *)&op_init_5106, (const struct cckprng_op *)&op_reseed_5107, (const struct cckprng_op *)&op_init_5108, (const struct cckprng_op *)&op_init_5109, (const struct cckprng_op *)&op_refresh_5110, (const struct cckprng_op *)&op_init_5111, (const struct cckprng_op *)&op_init_5112, (const struct cckprng_op *)&op_reseed_5113, (const struct cckprng_op *)&op_init_5114, (const struct cckprng_op *)&op_reseed_5115, (const struct cckprng_op *)&op_reseed_5116, (const struct cckprng_op *)&op_refresh_5117, (const struct cckprng_op *)&op_refresh_5118, (const struct cckprng_op *)&op_init_5119, (const struct cckprng_op *)&op_init_5120, (const struct cckprng_op *)&op_reseed_5121, (const struct cckprng_op *)&op_init_5122, (const struct cckprng_op *)&op_refresh_5123, (const struct cckprng_op *)&op_init_5124, (const struct cckprng_op *)&op_init_5125, (const struct cckprng_op *)&op_refresh_5126, (const struct cckprng_op *)&op_init_5127, (const struct cckprng_op *)&op_reseed_5128, (const struct cckprng_op *)&op_init_5129, (const struct cckprng_op *)&op_refresh_5130, (const struct cckprng_op *)&op_reseed_5131, (const struct cckprng_op *)&op_refresh_5132, (const struct cckprng_op *)&op_init_5133, (const struct cckprng_op *)&op_reseed_5134, (const struct cckprng_op *)&op_init_5135, (const struct cckprng_op *)&op_refresh_5136, (const struct cckprng_op *)&op_refresh_5137, (const struct cckprng_op *)&op_reseed_5138, (const struct cckprng_op *)&op_reseed_5139, (const struct cckprng_op *)&op_reseed_5140, (const struct cckprng_op *)&op_refresh_5141, (const struct cckprng_op *)&op_init_5142, (const struct cckprng_op *)&op_init_5143, (const struct cckprng_op *)&op_reseed_5144, (const struct cckprng_op *)&op_init_5145, (const struct cckprng_op *)&op_init_5146, (const struct cckprng_op *)&op_refresh_5147, (const struct cckprng_op *)&op_init_5148, (const struct cckprng_op *)&op_reseed_5149, (const struct cckprng_op *)&op_refresh_5150, (const struct cckprng_op *)&op_init_5151, (const struct cckprng_op *)&op_init_5152, (const struct cckprng_op *)&op_reseed_5153, (const struct cckprng_op *)&op_refresh_5154, (const struct cckprng_op *)&op_init_5155, (const struct cckprng_op *)&op_reseed_5156, (const struct cckprng_op *)&op_refresh_5157, (const struct cckprng_op *)&op_reseed_5158, (const struct cckprng_op *)&op_refresh_5159, (const struct cckprng_op *)&op_reseed_5160, (const struct cckprng_op *)&op_init_5161, (const struct cckprng_op *)&op_reseed_5162, (const struct cckprng_op *)&op_init_5163, (const struct cckprng_op *)&op_init_5164, (const struct cckprng_op *)&op_refresh_5165, (const struct cckprng_op *)&op_refresh_5166, (const struct cckprng_op *)&op_reseed_5167, (const struct cckprng_op *)&op_reseed_5168, (const struct cckprng_op *)&op_reseed_5169, (const struct cckprng_op *)&op_reseed_5170, (const struct cckprng_op *)&op_reseed_5171, (const struct cckprng_op *)&op_reseed_5172, (const struct cckprng_op *)&op_reseed_5173, (const struct cckprng_op *)&op_refresh_5174, (const struct cckprng_op *)&op_init_5175, (const struct cckprng_op *)&op_reseed_5176, (const struct cckprng_op *)&op_refresh_5177, (const struct cckprng_op *)&op_reseed_5178, (const struct cckprng_op *)&op_refresh_5179, (const struct cckprng_op *)&op_refresh_5180, (const struct cckprng_op *)&op_refresh_5181, (const struct cckprng_op *)&op_reseed_5182, (const struct cckprng_op *)&op_refresh_5183, (const struct cckprng_op *)&op_refresh_5184, (const struct cckprng_op *)&op_init_5185, (const struct cckprng_op *)&op_init_5186, (const struct cckprng_op *)&op_reseed_5187, (const struct cckprng_op *)&op_init_5188, (const struct cckprng_op *)&op_init_5189, (const struct cckprng_op *)&op_refresh_5190, (const struct cckprng_op *)&op_refresh_5191, (const struct cckprng_op *)&op_refresh_5192, (const struct cckprng_op *)&op_refresh_5193, (const struct cckprng_op *)&op_reseed_5194, (const struct cckprng_op *)&op_reseed_5195, (const struct cckprng_op *)&op_init_5196, (const struct cckprng_op *)&op_init_5197, (const struct cckprng_op *)&op_init_5198, (const struct cckprng_op *)&op_refresh_5199, (const struct cckprng_op *)&op_init_5200, (const struct cckprng_op *)&op_reseed_5201, (const struct cckprng_op *)&op_refresh_5202, (const struct cckprng_op *)&op_init_5203, (const struct cckprng_op *)&op_init_5204, (const struct cckprng_op *)&op_reseed_5205, (const struct cckprng_op *)&op_init_5206, (const struct cckprng_op *)&op_reseed_5207, (const struct cckprng_op *)&op_reseed_5208, (const struct cckprng_op *)&op_reseed_5209, (const struct cckprng_op *)&op_reseed_5210, (const struct cckprng_op *)&op_refresh_5211, (const struct cckprng_op *)&op_refresh_5212, (const struct cckprng_op *)&op_reseed_5213, (const struct cckprng_op *)&op_init_5214, (const struct cckprng_op *)&op_init_5215, (const struct cckprng_op *)&op_refresh_5216, (const struct cckprng_op *)&op_init_5217, (const struct cckprng_op *)&op_reseed_5218, (const struct cckprng_op *)&op_init_5219, (const struct cckprng_op *)&op_reseed_5220, (const struct cckprng_op *)&op_refresh_5221, (const struct cckprng_op *)&op_init_5222, (const struct cckprng_op *)&op_reseed_5223, (const struct cckprng_op *)&op_reseed_5224, (const struct cckprng_op *)&op_init_5225, (const struct cckprng_op *)&op_init_5226, (const struct cckprng_op *)&op_refresh_5227, (const struct cckprng_op *)&op_init_5228, (const struct cckprng_op *)&op_reseed_5229, (const struct cckprng_op *)&op_init_5230, (const struct cckprng_op *)&op_init_5231, (const struct cckprng_op *)&op_reseed_5232, (const struct cckprng_op *)&op_init_5233, (const struct cckprng_op *)&op_refresh_5234, (const struct cckprng_op *)&op_reseed_5235, (const struct cckprng_op *)&op_reseed_5236, (const struct cckprng_op *)&op_init_5237, (const struct cckprng_op *)&op_refresh_5238, (const struct cckprng_op *)&op_reseed_5239, (const struct cckprng_op *)&op_refresh_5240, (const struct cckprng_op *)&op_refresh_5241, (const struct cckprng_op *)&op_refresh_5242, (const struct cckprng_op *)&op_init_5243, (const struct cckprng_op *)&op_init_5244, (const struct cckprng_op *)&op_refresh_5245, (const struct cckprng_op *)&op_init_5246, (const struct cckprng_op *)&op_reseed_5247, (const struct cckprng_op *)&op_reseed_5248, (const struct cckprng_op *)&op_init_5249, (const struct cckprng_op *)&op_reseed_5250, (const struct cckprng_op *)&op_init_5251, (const struct cckprng_op *)&op_init_5252, (const struct cckprng_op *)&op_reseed_5253, (const struct cckprng_op *)&op_reseed_5254, (const struct cckprng_op *)&op_reseed_5255, (const struct cckprng_op *)&op_reseed_5256, (const struct cckprng_op *)&op_init_5257, (const struct cckprng_op *)&op_refresh_5258, (const struct cckprng_op *)&op_reseed_5259, (const struct cckprng_op *)&op_refresh_5260, (const struct cckprng_op *)&op_refresh_5261, (const struct cckprng_op *)&op_refresh_5262, (const struct cckprng_op *)&op_reseed_5263, (const struct cckprng_op *)&op_refresh_5264, (const struct cckprng_op *)&op_refresh_5265, (const struct cckprng_op *)&op_init_5266, (const struct cckprng_op *)&op_init_5267, (const struct cckprng_op *)&op_init_5268, (const struct cckprng_op *)&op_refresh_5269, (const struct cckprng_op *)&op_init_5270, (const struct cckprng_op *)&op_reseed_5271, (const struct cckprng_op *)&op_init_5272, (const struct cckprng_op *)&op_reseed_5273, (const struct cckprng_op *)&op_reseed_5274, (const struct cckprng_op *)&op_refresh_5275, (const struct cckprng_op *)&op_refresh_5276, (const struct cckprng_op *)&op_reseed_5277, (const struct cckprng_op *)&op_init_5278, (const struct cckprng_op *)&op_init_5279, (const struct cckprng_op *)&op_init_5280, (const struct cckprng_op *)&op_init_5281, (const struct cckprng_op *)&op_init_5282, (const struct cckprng_op *)&op_reseed_5283, (const struct cckprng_op *)&op_reseed_5284, (const struct cckprng_op *)&op_reseed_5285, (const struct cckprng_op *)&op_init_5286, (const struct cckprng_op *)&op_refresh_5287, (const struct cckprng_op *)&op_refresh_5288, (const struct cckprng_op *)&op_init_5289, (const struct cckprng_op *)&op_init_5290, (const struct cckprng_op *)&op_refresh_5291, (const struct cckprng_op *)&op_init_5292, (const struct cckprng_op *)&op_refresh_5293, (const struct cckprng_op *)&op_reseed_5294, (const struct cckprng_op *)&op_refresh_5295, (const struct cckprng_op *)&op_reseed_5296, (const struct cckprng_op *)&op_init_5297, (const struct cckprng_op *)&op_refresh_5298, (const struct cckprng_op *)&op_init_5299, (const struct cckprng_op *)&op_refresh_5300, (const struct cckprng_op *)&op_refresh_5301, (const struct cckprng_op *)&op_init_5302, (const struct cckprng_op *)&op_reseed_5303, (const struct cckprng_op *)&op_refresh_5304, (const struct cckprng_op *)&op_init_5305, (const struct cckprng_op *)&op_refresh_5306, (const struct cckprng_op *)&op_reseed_5307, (const struct cckprng_op *)&op_refresh_5308, (const struct cckprng_op *)&op_reseed_5309, (const struct cckprng_op *)&op_reseed_5310, (const struct cckprng_op *)&op_reseed_5311, (const struct cckprng_op *)&op_init_5312, (const struct cckprng_op *)&op_refresh_5313, (const struct cckprng_op *)&op_refresh_5314, (const struct cckprng_op *)&op_refresh_5315, (const struct cckprng_op *)&op_refresh_5316, (const struct cckprng_op *)&op_init_5317, (const struct cckprng_op *)&op_refresh_5318, (const struct cckprng_op *)&op_init_5319, (const struct cckprng_op *)&op_refresh_5320, (const struct cckprng_op *)&op_init_5321, (const struct cckprng_op *)&op_refresh_5322, (const struct cckprng_op *)&op_reseed_5323, (const struct cckprng_op *)&op_refresh_5324, (const struct cckprng_op *)&op_reseed_5325, (const struct cckprng_op *)&op_reseed_5326, (const struct cckprng_op *)&op_refresh_5327, (const struct cckprng_op *)&op_init_5328, (const struct cckprng_op *)&op_reseed_5329, (const struct cckprng_op *)&op_init_5330, (const struct cckprng_op *)&op_init_5331, (const struct cckprng_op *)&op_reseed_5332, (const struct cckprng_op *)&op_refresh_5333, (const struct cckprng_op *)&op_reseed_5334, (const struct cckprng_op *)&op_init_5335, (const struct cckprng_op *)&op_refresh_5336, (const struct cckprng_op *)&op_init_5337, (const struct cckprng_op *)&op_reseed_5338, (const struct cckprng_op *)&op_refresh_5339, (const struct cckprng_op *)&op_init_5340, (const struct cckprng_op *)&op_reseed_5341, (const struct cckprng_op *)&op_init_5342, (const struct cckprng_op *)&op_reseed_5343, (const struct cckprng_op *)&op_refresh_5344, (const struct cckprng_op *)&op_init_5345, (const struct cckprng_op *)&op_refresh_5346, (const struct cckprng_op *)&op_reseed_5347, (const struct cckprng_op *)&op_reseed_5348, (const struct cckprng_op *)&op_init_5349, (const struct cckprng_op *)&op_init_5350, (const struct cckprng_op *)&op_init_5351, (const struct cckprng_op *)&op_init_5352, (const struct cckprng_op *)&op_refresh_5353, (const struct cckprng_op *)&op_reseed_5354, (const struct cckprng_op *)&op_reseed_5355, (const struct cckprng_op *)&op_reseed_5356, (const struct cckprng_op *)&op_refresh_5357, (const struct cckprng_op *)&op_reseed_5358, (const struct cckprng_op *)&op_refresh_5359, (const struct cckprng_op *)&op_refresh_5360, (const struct cckprng_op *)&op_refresh_5361, (const struct cckprng_op *)&op_init_5362, (const struct cckprng_op *)&op_refresh_5363, (const struct cckprng_op *)&op_reseed_5364, (const struct cckprng_op *)&op_init_5365, (const struct cckprng_op *)&op_init_5366, (const struct cckprng_op *)&op_refresh_5367, (const struct cckprng_op *)&op_refresh_5368, (const struct cckprng_op *)&op_reseed_5369, (const struct cckprng_op *)&op_refresh_5370, (const struct cckprng_op *)&op_reseed_5371, (const struct cckprng_op *)&op_init_5372, (const struct cckprng_op *)&op_init_5373, (const struct cckprng_op *)&op_refresh_5374, (const struct cckprng_op *)&op_init_5375, (const struct cckprng_op *)&op_refresh_5376, (const struct cckprng_op *)&op_refresh_5377, (const struct cckprng_op *)&op_refresh_5378, (const struct cckprng_op *)&op_reseed_5379, (const struct cckprng_op *)&op_init_5380, (const struct cckprng_op *)&op_init_5381, (const struct cckprng_op *)&op_refresh_5382, (const struct cckprng_op *)&op_refresh_5383, (const struct cckprng_op *)&op_init_5384, (const struct cckprng_op *)&op_refresh_5385, (const struct cckprng_op *)&op_reseed_5386, (const struct cckprng_op *)&op_init_5387, (const struct cckprng_op *)&op_init_5388, (const struct cckprng_op *)&op_init_5389, (const struct cckprng_op *)&op_init_5390, (const struct cckprng_op *)&op_init_5391, (const struct cckprng_op *)&op_reseed_5392, (const struct cckprng_op *)&op_init_5393, (const struct cckprng_op *)&op_reseed_5394, (const struct cckprng_op *)&op_reseed_5395, (const struct cckprng_op *)&op_init_5396, (const struct cckprng_op *)&op_init_5397, (const struct cckprng_op *)&op_init_5398, (const struct cckprng_op *)&op_init_5399, (const struct cckprng_op *)&op_reseed_5400, (const struct cckprng_op *)&op_refresh_5401, (const struct cckprng_op *)&op_refresh_5402, (const struct cckprng_op *)&op_refresh_5403, (const struct cckprng_op *)&op_refresh_5404, (const struct cckprng_op *)&op_reseed_5405, (const struct cckprng_op *)&op_reseed_5406, (const struct cckprng_op *)&op_refresh_5407, (const struct cckprng_op *)&op_reseed_5408, (const struct cckprng_op *)&op_reseed_5409, (const struct cckprng_op *)&op_refresh_5410, (const struct cckprng_op *)&op_refresh_5411, (const struct cckprng_op *)&op_init_5412, (const struct cckprng_op *)&op_init_5413, (const struct cckprng_op *)&op_reseed_5414, (const struct cckprng_op *)&op_init_5415, (const struct cckprng_op *)&op_refresh_5416, (const struct cckprng_op *)&op_refresh_5417, (const struct cckprng_op *)&op_init_5418, (const struct cckprng_op *)&op_refresh_5419, (const struct cckprng_op *)&op_refresh_5420, (const struct cckprng_op *)&op_reseed_5421, (const struct cckprng_op *)&op_refresh_5422, (const struct cckprng_op *)&op_init_5423, (const struct cckprng_op *)&op_init_5424, (const struct cckprng_op *)&op_refresh_5425, (const struct cckprng_op *)&op_init_5426, (const struct cckprng_op *)&op_reseed_5427, (const struct cckprng_op *)&op_refresh_5428, (const struct cckprng_op *)&op_reseed_5429, (const struct cckprng_op *)&op_init_5430, (const struct cckprng_op *)&op_refresh_5431, (const struct cckprng_op *)&op_reseed_5432, (const struct cckprng_op *)&op_init_5433, (const struct cckprng_op *)&op_reseed_5434, (const struct cckprng_op *)&op_init_5435, (const struct cckprng_op *)&op_init_5436, (const struct cckprng_op *)&op_reseed_5437, (const struct cckprng_op *)&op_refresh_5438, (const struct cckprng_op *)&op_reseed_5439, (const struct cckprng_op *)&op_init_5440, (const struct cckprng_op *)&op_refresh_5441, (const struct cckprng_op *)&op_init_5442, (const struct cckprng_op *)&op_init_5443, (const struct cckprng_op *)&op_init_5444, (const struct cckprng_op *)&op_refresh_5445, (const struct cckprng_op *)&op_refresh_5446, (const struct cckprng_op *)&op_reseed_5447, (const struct cckprng_op *)&op_init_5448, (const struct cckprng_op *)&op_reseed_5449, (const struct cckprng_op *)&op_refresh_5450, (const struct cckprng_op *)&op_init_5451, (const struct cckprng_op *)&op_init_5452, (const struct cckprng_op *)&op_refresh_5453, (const struct cckprng_op *)&op_refresh_5454, (const struct cckprng_op *)&op_init_5455, (const struct cckprng_op *)&op_reseed_5456, (const struct cckprng_op *)&op_reseed_5457, (const struct cckprng_op *)&op_reseed_5458, (const struct cckprng_op *)&op_init_5459, (const struct cckprng_op *)&op_reseed_5460, (const struct cckprng_op *)&op_refresh_5461, (const struct cckprng_op *)&op_init_5462, (const struct cckprng_op *)&op_reseed_5463, (const struct cckprng_op *)&op_reseed_5464, (const struct cckprng_op *)&op_reseed_5465, (const struct cckprng_op *)&op_refresh_5466, (const struct cckprng_op *)&op_reseed_5467, (const struct cckprng_op *)&op_reseed_5468, (const struct cckprng_op *)&op_refresh_5469, (const struct cckprng_op *)&op_refresh_5470, (const struct cckprng_op *)&op_init_5471, (const struct cckprng_op *)&op_init_5472, (const struct cckprng_op *)&op_init_5473, (const struct cckprng_op *)&op_refresh_5474, (const struct cckprng_op *)&op_refresh_5475, (const struct cckprng_op *)&op_reseed_5476, (const struct cckprng_op *)&op_refresh_5477, (const struct cckprng_op *)&op_reseed_5478, (const struct cckprng_op *)&op_reseed_5479, (const struct cckprng_op *)&op_init_5480, (const struct cckprng_op *)&op_reseed_5481, (const struct cckprng_op *)&op_refresh_5482, (const struct cckprng_op *)&op_init_5483, (const struct cckprng_op *)&op_refresh_5484, (const struct cckprng_op *)&op_init_5485, (const struct cckprng_op *)&op_reseed_5486, (const struct cckprng_op *)&op_init_5487, (const struct cckprng_op *)&op_refresh_5488, (const struct cckprng_op *)&op_init_5489, (const struct cckprng_op *)&op_reseed_5490, (const struct cckprng_op *)&op_refresh_5491, (const struct cckprng_op *)&op_refresh_5492, (const struct cckprng_op *)&op_refresh_5493, (const struct cckprng_op *)&op_init_5494, (const struct cckprng_op *)&op_init_5495, (const struct cckprng_op *)&op_refresh_5496, (const struct cckprng_op *)&op_refresh_5497, (const struct cckprng_op *)&op_refresh_5498, (const struct cckprng_op *)&op_refresh_5499, (const struct cckprng_op *)&op_init_5500, (const struct cckprng_op *)&op_reseed_5501, (const struct cckprng_op *)&op_init_5502, (const struct cckprng_op *)&op_refresh_5503, (const struct cckprng_op *)&op_init_5504, (const struct cckprng_op *)&op_refresh_5505, (const struct cckprng_op *)&op_init_5506, (const struct cckprng_op *)&op_init_5507, (const struct cckprng_op *)&op_refresh_5508, (const struct cckprng_op *)&op_refresh_5509, (const struct cckprng_op *)&op_reseed_5510, (const struct cckprng_op *)&op_init_5511, (const struct cckprng_op *)&op_reseed_5512, (const struct cckprng_op *)&op_reseed_5513, (const struct cckprng_op *)&op_reseed_5514, (const struct cckprng_op *)&op_init_5515, (const struct cckprng_op *)&op_reseed_5516, (const struct cckprng_op *)&op_reseed_5517, (const struct cckprng_op *)&op_reseed_5518, (const struct cckprng_op *)&op_init_5519, (const struct cckprng_op *)&op_init_5520, (const struct cckprng_op *)&op_init_5521, (const struct cckprng_op *)&op_refresh_5522, (const struct cckprng_op *)&op_reseed_5523, (const struct cckprng_op *)&op_refresh_5524, (const struct cckprng_op *)&op_init_5525, (const struct cckprng_op *)&op_reseed_5526, (const struct cckprng_op *)&op_reseed_5527, (const struct cckprng_op *)&op_refresh_5528, (const struct cckprng_op *)&op_init_5529, (const struct cckprng_op *)&op_reseed_5530, (const struct cckprng_op *)&op_refresh_5531, (const struct cckprng_op *)&op_refresh_5532, (const struct cckprng_op *)&op_init_5533, (const struct cckprng_op *)&op_refresh_5534, (const struct cckprng_op *)&op_init_5535, (const struct cckprng_op *)&op_init_5536, (const struct cckprng_op *)&op_reseed_5537, (const struct cckprng_op *)&op_init_5538, (const struct cckprng_op *)&op_refresh_5539, (const struct cckprng_op *)&op_refresh_5540, (const struct cckprng_op *)&op_init_5541, (const struct cckprng_op *)&op_reseed_5542, (const struct cckprng_op *)&op_init_5543, (const struct cckprng_op *)&op_init_5544, (const struct cckprng_op *)&op_refresh_5545, (const struct cckprng_op *)&op_reseed_5546, (const struct cckprng_op *)&op_reseed_5547, (const struct cckprng_op *)&op_init_5548, (const struct cckprng_op *)&op_init_5549, (const struct cckprng_op *)&op_reseed_5550, (const struct cckprng_op *)&op_init_5551, (const struct cckprng_op *)&op_refresh_5552, (const struct cckprng_op *)&op_init_5553, (const struct cckprng_op *)&op_refresh_5554, (const struct cckprng_op *)&op_init_5555, (const struct cckprng_op *)&op_reseed_5556, (const struct cckprng_op *)&op_init_5557, (const struct cckprng_op *)&op_reseed_5558, (const struct cckprng_op *)&op_init_5559, (const struct cckprng_op *)&op_init_5560, (const struct cckprng_op *)&op_init_5561, (const struct cckprng_op *)&op_reseed_5562, (const struct cckprng_op *)&op_refresh_5563, (const struct cckprng_op *)&op_refresh_5564, (const struct cckprng_op *)&op_init_5565, (const struct cckprng_op *)&op_refresh_5566, (const struct cckprng_op *)&op_refresh_5567, (const struct cckprng_op *)&op_reseed_5568, (const struct cckprng_op *)&op_refresh_5569, (const struct cckprng_op *)&op_reseed_5570, (const struct cckprng_op *)&op_refresh_5571, (const struct cckprng_op *)&op_refresh_5572, (const struct cckprng_op *)&op_refresh_5573, (const struct cckprng_op *)&op_refresh_5574, (const struct cckprng_op *)&op_reseed_5575, (const struct cckprng_op *)&op_refresh_5576, (const struct cckprng_op *)&op_reseed_5577, (const struct cckprng_op *)&op_reseed_5578, (const struct cckprng_op *)&op_init_5579, (const struct cckprng_op *)&op_refresh_5580, (const struct cckprng_op *)&op_init_5581, (const struct cckprng_op *)&op_init_5582, (const struct cckprng_op *)&op_refresh_5583, (const struct cckprng_op *)&op_reseed_5584, (const struct cckprng_op *)&op_refresh_5585, (const struct cckprng_op *)&op_refresh_5586, (const struct cckprng_op *)&op_reseed_5587, (const struct cckprng_op *)&op_reseed_5588, (const struct cckprng_op *)&op_init_5589, (const struct cckprng_op *)&op_init_5590, (const struct cckprng_op *)&op_reseed_5591, (const struct cckprng_op *)&op_init_5592, (const struct cckprng_op *)&op_refresh_5593, (const struct cckprng_op *)&op_refresh_5594, (const struct cckprng_op *)&op_refresh_5595, (const struct cckprng_op *)&op_init_5596, (const struct cckprng_op *)&op_refresh_5597, (const struct cckprng_op *)&op_reseed_5598, (const struct cckprng_op *)&op_refresh_5599, (const struct cckprng_op *)&op_refresh_5600, (const struct cckprng_op *)&op_refresh_5601, (const struct cckprng_op *)&op_refresh_5602, (const struct cckprng_op *)&op_reseed_5603, (const struct cckprng_op *)&op_init_5604, (const struct cckprng_op *)&op_reseed_5605, (const struct cckprng_op *)&op_init_5606, (const struct cckprng_op *)&op_init_5607, (const struct cckprng_op *)&op_refresh_5608, (const struct cckprng_op *)&op_reseed_5609, (const struct cckprng_op *)&op_init_5610, (const struct cckprng_op *)&op_refresh_5611, (const struct cckprng_op *)&op_refresh_5612, (const struct cckprng_op *)&op_reseed_5613, (const struct cckprng_op *)&op_init_5614, (const struct cckprng_op *)&op_init_5615, (const struct cckprng_op *)&op_init_5616, (const struct cckprng_op *)&op_refresh_5617, (const struct cckprng_op *)&op_refresh_5618, (const struct cckprng_op *)&op_refresh_5619, (const struct cckprng_op *)&op_refresh_5620, (const struct cckprng_op *)&op_reseed_5621, (const struct cckprng_op *)&op_reseed_5622, (const struct cckprng_op *)&op_init_5623, (const struct cckprng_op *)&op_refresh_5624, (const struct cckprng_op *)&op_init_5625, (const struct cckprng_op *)&op_reseed_5626, (const struct cckprng_op *)&op_refresh_5627, (const struct cckprng_op *)&op_refresh_5628, (const struct cckprng_op *)&op_init_5629, (const struct cckprng_op *)&op_reseed_5630, (const struct cckprng_op *)&op_reseed_5631, (const struct cckprng_op *)&op_reseed_5632 }; static const struct cckprng_vector vec_5634 = { .id = 5377, .note = NULL, .nops = 1024, .ops = ops_5633 }; static const struct cckprng_op_init op_init_5635 = { .hd = { .id = 5378, .kind = OP_INIT }, .seed = { 0x52, 0x7b, 0x57, 0x45, 0x27, 0xc7, 0xab, 0xd3, 0xdb, 0x33, 0x90, 0x5c, 0x3a, 0xc4, 0xcc, 0xe6, 0xfd, 0x5e, 0x19, 0xde, 0x96, 0x41, 0xc7, 0xa8, 0x76, 0xe0, 0x49, 0xdf, 0x53, 0xbc, 0x09, 0x0e }, .nonce = { 0x25, 0xa8, 0xa4, 0xb6, 0xbc, 0xf9, 0x7a, 0xcf }, .getentropy = fortuna_get_entropy_ones }; static const struct cckprng_op_generate op_init_5636 = { .hd = { .id = 5379, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0x8b, 0x25, 0x15, 0x15, 0x15, 0x2b, 0x98, 0xde, 0x05, 0x7e, 0x66, 0xf7, 0xbe, 0xc8, 0xe0, 0x4d, 0xa9, 0x71, 0xaa, 0xed, 0x4c, 0x0c, 0x70, 0x4b, 0x74, 0x88, 0x4f, 0xfb, 0x89, 0xba, 0xcd, 0xb9, 0x39, 0xca, 0x9a, 0xa3, 0x21, 0x14, 0xa9, 0x62, 0x61, 0x72, 0x57, 0x25, 0x4c, 0x8f, 0x36, 0x80, 0x86, 0x61, 0x2d, 0x69, 0xa2, 0xb2, 0xff, 0x8f, 0x37, 0x78, 0xbc, 0x1e, 0x15, 0x71, 0x36, 0xf9, 0xb7, 0x42, 0x69, 0x8d, 0x06, 0x87, 0x9e, 0x83, 0x43, 0xee, 0x36, 0x27, 0xf2, 0x2e, 0x04, 0x1e, 0xa3, 0x3a, 0xdc, 0x20, 0x06, 0xa5, 0x31, 0xa6, 0x75, 0x84, 0x20, 0x85, 0x89, 0xb3, 0xbb, 0xb6, 0x20, 0x42, 0xe2, 0x48, 0x1c, 0x86, 0x8f, 0x02, 0x26, 0x63, 0x7f, 0x4e, 0x21, 0x60, 0x4c, 0x0e, 0x3f, 0x23, 0x9c, 0x1c, 0x7a, 0x93, 0xea, 0x6f, 0x1a, 0xbd, 0x7b, 0x1d, 0xb9, 0x78, 0x9a, 0xfe, 0x98, 0x6c, 0x67, 0x8d, 0xbf, 0xb6, 0x76, 0xf6, 0x61, 0xc7, 0xb4, 0x20, 0x09, 0x1c, 0x44, 0xb3, 0xc8, 0x7b, 0xad, 0x5b, 0x20, 0x66, 0x8f, 0x7d, 0x51, 0x7d, 0xee } } }; static const struct cckprng_op_refresh op_refresh_5637 = { .hd = { .id = 5380, .kind = OP_REFRESH }, .rand = 9821647236928310169ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5638 = { .hd = { .id = 5381, .kind = OP_GENERATE }, .rand_nbytes = 48, .out = { .rand = { 0xb8, 0x66, 0x3f, 0x26, 0xe1, 0xdd, 0xa8, 0xd4, 0xc7, 0x4e, 0x01, 0x87, 0x60, 0xbb, 0xd4, 0x7f, 0xba, 0xa6, 0x71, 0x58, 0x34, 0xcf, 0xf8, 0x78, 0x54, 0x7a, 0x05, 0x6e, 0xb4, 0xe2, 0x01, 0x5b, 0xd3, 0x4f, 0xc5, 0x5f, 0xe8, 0x3d, 0x9b, 0x22, 0xa9, 0xae, 0x5f, 0x94, 0x90, 0x53, 0xb8, 0xfd } } }; static const struct cckprng_op_reseed op_reseed_5639 = { .hd = { .id = 5382, .kind = OP_RESEED }, .nonce = 3283884768944026297ULL, .seed_nbytes = 39, .seed = { 0xac, 0x03, 0x0f, 0x3f, 0x5e, 0xb1, 0xcf, 0x2f, 0xd7, 0x36, 0xd4, 0x79, 0xd3, 0xa4, 0x99, 0x39, 0xe3, 0xdf, 0xa6, 0x5b, 0xe4, 0x0f, 0xa9, 0x26, 0x6b, 0x56, 0xad, 0x38, 0x11, 0x9a, 0xe3, 0x53, 0x72, 0x16, 0xfa, 0xfe, 0x47, 0x65, 0x56 } }; static const struct cckprng_op_generate op_init_5640 = { .hd = { .id = 5383, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0x68, 0x16, 0xc0, 0x5a, 0xf4, 0x8c, 0x18, 0x5f, 0x67, 0x46, 0x05, 0x96, 0x83, 0x6c, 0x57, 0xbd, 0xec, 0x5e, 0x37, 0x59, 0xe6, 0xf4, 0xfa, 0x66, 0x41, 0xd9, 0xe0, 0x13, 0xfc, 0xa9, 0x54, 0xe8, 0x8e, 0x6f, 0x1b, 0x77, 0xce, 0x0a, 0x4c, 0x25, 0x7e, 0xf9, 0x3c, 0xb5, 0xbb, 0x19, 0x10, 0xe8, 0x0f, 0xa1, 0xe1, 0xb1, 0x07, 0x04, 0xb6, 0x87, 0x6e, 0xf4, 0xd0, 0x72, 0xb3, 0x02, 0xbe, 0x3a, 0xd0, 0x87, 0xe0, 0x4b, 0x3f, 0x87, 0xf5, 0xca, 0x75, 0x4b, 0x58, 0x39, 0xfc, 0x76, 0xd0, 0x82, 0xb1, 0xaf, 0x7e, 0xed, 0xbb, 0x2c, 0xd1, 0xd3, 0x34, 0xa0, 0x41, 0xe0, 0x4d, 0xff } } }; static const struct cckprng_op_refresh op_refresh_5641 = { .hd = { .id = 5384, .kind = OP_REFRESH }, .rand = 14668492309161059115ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5642 = { .hd = { .id = 5385, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0x95, 0xba, 0x95, 0x33, 0xc1, 0xda, 0xb5, 0x2e, 0x30, 0xd2, 0x23, 0x1b, 0xb6, 0xe0, 0x34, 0xe2, 0x5c, 0xc3, 0xde, 0xc1, 0x83, 0x03, 0xa8, 0x32, 0x98, 0x9d, 0x13, 0x42, 0xa5, 0x68, 0x5c, 0x59, 0x0b, 0x70, 0xbe, 0xc1, 0x8f, 0xc1, 0xd9, 0x30, 0x34, 0xa2, 0x1c, 0x69, 0xdf, 0x5e, 0x39, 0x27, 0x95, 0x7c, 0x77, 0xc2, 0x2f, 0xf2, 0x03, 0x5f, 0x45, 0x0b, 0x3e, 0x0f, 0xe0, 0xcb, 0x57, 0x1e, 0xb9, 0x11, 0xc5, 0x60, 0x31, 0x67, 0x8e, 0x11, 0x47, 0xce, 0x55, 0x5a, 0xb2, 0xd7, 0x99, 0x6e, 0x92, 0x90, 0xfe, 0x6e, 0xad, 0xae, 0xa3, 0x38, 0x4a, 0x0e, 0xa8, 0xa5, 0x7d, 0xaa, 0x33, 0x7b, 0x0a } } }; static const struct cckprng_op_refresh op_refresh_5643 = { .hd = { .id = 5386, .kind = OP_REFRESH }, .rand = 11844730661903187584ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5644 = { .hd = { .id = 5387, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0xf2, 0x68, 0x0d, 0xb8, 0xfd, 0x40, 0xd9, 0xe7, 0xe0, 0xb2, 0xdf, 0x70, 0x24, 0x6d, 0xe2, 0xd1, 0x94, 0x5f, 0xfc, 0x82, 0x34, 0xc5, 0xdf, 0xfb, 0x29, 0xcf, 0x0e, 0x65, 0x5e, 0xbe, 0x99, 0x62, 0x19, 0x13, 0x77, 0xa9, 0x24, 0xf1, 0x9f, 0x17, 0xc9, 0x01, 0x2c, 0xf8, 0xae, 0xbe, 0x3d, 0x0c, 0x2d, 0x23, 0xf2, 0x00, 0x13, 0x07, 0xcd, 0xd5, 0xfa, 0xb9, 0xab, 0xe2, 0xf3, 0xcd, 0x41, 0x93, 0xd8, 0x51, 0x18, 0xdf, 0xa3, 0xc0, 0x7d, 0xb9, 0xeb, 0x81, 0x56, 0x32, 0x56, 0x8f, 0xbb, 0xee, 0xeb, 0x9f, 0x52, 0x11, 0x3f, 0x8b, 0xfe, 0x48, 0xa2, 0x4f, 0xab, 0xac, 0x93, 0x40, 0xe9 } } }; static const struct cckprng_op_generate op_init_5645 = { .hd = { .id = 5388, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0xae, 0xc6, 0x23, 0x4e, 0x34, 0xeb, 0x31, 0x01, 0xd6, 0xf6, 0xa0, 0xca, 0x7a, 0xa5, 0x5d, 0x84, 0x38, 0x5f, 0xbf, 0xaa, 0xf6, 0x51, 0xa0, 0xf2, 0x36, 0x20, 0x03, 0x5a, 0xc0, 0x94, 0x56, 0xfc, 0x3b, 0x88, 0x15, 0x4d, 0xc3, 0x33, 0xbd, 0x6b, 0x96, 0x5f, 0x89, 0x5f, 0xe5, 0x8b, 0x2e, 0x60, 0x0a, 0x05, 0xa3, 0xc3, 0xbd, 0x22, 0x26, 0x7e, 0xba, 0x70, 0x99, 0x67, 0x97, 0x4b, 0xc1, 0xc7, 0xef, 0xce, 0x35, 0xcb, 0x4d, 0xad, 0x2e, 0x38, 0xb6, 0x1b, 0x0d, 0x40, 0xb5, 0x3b, 0x21, 0x5a, 0x5f, 0x4c, 0xf2, 0x29, 0x79, 0x88, 0x1b, 0xc3, 0xf0, 0x60, 0x99, 0xde, 0x01, 0x55, 0xba, 0x33, 0xa5, 0x87, 0x23, 0x54, 0x2e, 0x6d, 0xcc, 0x5f, 0x9d, 0xc1, 0x8e, 0x7e, 0x05, 0x9e, 0xce, 0x0b, 0x53, 0x3e, 0x40, 0x45, 0x52, 0x6f, 0x7a, 0x57, 0x08, 0x28, 0x24, 0x14, 0xe9, 0x0b, 0x5a, 0xf7, 0x0d, 0x6e, 0x07, 0x8c, 0x47, 0x1a, 0x84 } } }; static const struct cckprng_op_reseed op_reseed_5646 = { .hd = { .id = 5389, .kind = OP_RESEED }, .nonce = 11243082235355682066ULL, .seed_nbytes = 113, .seed = { 0x2f, 0xb3, 0x7d, 0xb6, 0x80, 0x26, 0xc4, 0x4b, 0xde, 0x20, 0x0a, 0xda, 0xd9, 0x67, 0xb9, 0xa8, 0xea, 0x16, 0xef, 0x11, 0x61, 0x27, 0xb8, 0x53, 0xef, 0x40, 0x9d, 0x07, 0x52, 0x89, 0x2c, 0xfd, 0xd1, 0xe1, 0x2d, 0x54, 0x94, 0x81, 0x80, 0xa4, 0xc0, 0xce, 0xa2, 0x73, 0x00, 0x7f, 0xbe, 0x3e, 0x12, 0x57, 0x19, 0xb3, 0xae, 0x7c, 0xc6, 0x75, 0x19, 0x04, 0x2c, 0x51, 0x79, 0x76, 0x4a, 0xa3, 0x54, 0x77, 0xd8, 0xd8, 0x9f, 0xea, 0x27, 0x74, 0x85, 0x71, 0x79, 0x0b, 0xf1, 0x91, 0x4f, 0x76, 0x17, 0x4f, 0x7b, 0x0a, 0x16, 0x8c, 0x4a, 0x24, 0x02, 0xe6, 0xb9, 0x57, 0x2f, 0x3e, 0x62, 0xf7, 0x12, 0xdf, 0x9e, 0xf7, 0x56, 0x65, 0xd7, 0xcd, 0x61, 0xc1, 0xa9, 0xc3, 0xfb, 0x14, 0xab, 0x6f, 0x71 } }; static const struct cckprng_op_generate op_init_5647 = { .hd = { .id = 5390, .kind = OP_GENERATE }, .rand_nbytes = 83, .out = { .rand = { 0x7d, 0xce, 0x08, 0xe1, 0x88, 0xc4, 0x42, 0xeb, 0x63, 0x84, 0xfa, 0xdb, 0x64, 0xc7, 0x23, 0xea, 0x55, 0x4e, 0x90, 0x40, 0x87, 0xc2, 0xe9, 0x93, 0xc2, 0x76, 0xa3, 0x4b, 0x68, 0xdf, 0x10, 0x5b, 0x80, 0x48, 0x28, 0x92, 0x70, 0xcc, 0xa5, 0xa4, 0x9e, 0x0c, 0x1a, 0x21, 0x34, 0x5c, 0x6b, 0xe1, 0x49, 0x21, 0x9e, 0x42, 0x96, 0x14, 0x5a, 0xdb, 0xab, 0xa6, 0xf8, 0x98, 0x95, 0x13, 0x98, 0xd8, 0xed, 0x8d, 0x7c, 0x24, 0x2f, 0x18, 0x8d, 0x53, 0x13, 0x60, 0x87, 0x6d, 0x52, 0xd5, 0x04, 0xa0, 0x5b, 0x63, 0x76 } } }; static const struct cckprng_op_generate op_init_5648 = { .hd = { .id = 5391, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0x8c, 0x79, 0xb6, 0xf2, 0xa1, 0xa5, 0xe6, 0xa5, 0xfe, 0xa6, 0xfb, 0xf5, 0xb0, 0xc1, 0xa3, 0xf2, 0xbb, 0x27, 0xc4, 0x55, 0xb5, 0xdf, 0xbf, 0xbb, 0xc0, 0xe9, 0xbf, 0x8e, 0x29, 0x0d, 0xc3, 0x13, 0x95, 0x40, 0x0f, 0x75, 0x09, 0x0c, 0x67, 0x7f, 0x31, 0x5c, 0xfe, 0xbd, 0x76, 0x66, 0xb3, 0xaa, 0xb3, 0x3a, 0x32, 0x97, 0x4a, 0xcb, 0x86, 0x81, 0xb6, 0xd3, 0x00, 0x65, 0x42, 0x64, 0x85, 0xc0, 0xf3, 0x79, 0xfd, 0x4a, 0x57, 0xa9, 0xa9, 0x0a, 0xbb, 0x69, 0x46, 0xae, 0x05, 0x85, 0xfd, 0x00, 0x25, 0x5b, 0x3d, 0x15, 0x30, 0xf4, 0xa4, 0xe8, 0xcd, 0x8a, 0x21, 0x05, 0x4f, 0xa8, 0x9d, 0x90, 0x01, 0x1d, 0x26, 0x7d, 0x0a, 0x8d, 0xf3, 0x32, 0x40, 0x25, 0x7a, 0xbf, 0xbf, 0x86, 0xb0, 0x13, 0x54, 0xe0, 0x1e, 0xd4, 0xc1, 0xa1, 0x66, 0x3b, 0x8d, 0xa1, 0xc8, 0x47, 0x93, 0x3f, 0xd6, 0x2b, 0xb3, 0xd8, 0xe3, 0xa3, 0x37, 0xc8, 0x11, 0x7b, 0x22, 0xb7, 0xc9, 0x80, 0xd1, 0x60, 0x64, 0x07, 0xb7, 0xb0, 0x10, 0x77, 0x6b, 0x2a, 0xe1, 0x20, 0x86, 0xc5, 0x46 } } }; static const struct cckprng_op_refresh op_refresh_5649 = { .hd = { .id = 5392, .kind = OP_REFRESH }, .rand = 13900084021451702759ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5650 = { .hd = { .id = 5393, .kind = OP_REFRESH }, .rand = 12390097435531712723ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5651 = { .hd = { .id = 5394, .kind = OP_REFRESH }, .rand = 8839457756228313887ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5652 = { .hd = { .id = 5395, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0x7a, 0x4a, 0xab, 0x9b, 0x40, 0x31, 0x2d, 0x22, 0x09, 0xd6, 0x20, 0x2f, 0x63, 0xeb, 0x51, 0x0c, 0x8c, 0x11, 0xf0, 0x55, 0x7f, 0xa2, 0x75, 0x72, 0x25, 0x4c, 0xf8, 0x64, 0x85, 0x9e, 0x0f, 0x39, 0x44, 0xb7, 0x27, 0x5c, 0xd2, 0xfd, 0xfe, 0x35, 0x5e, 0x3c, 0xd3, 0x60, 0x9b, 0x5c, 0x53, 0xee, 0x3c, 0xff, 0x7a, 0xd8, 0xfe, 0xac, 0xc6, 0x77, 0xd7, 0x2d, 0x1f, 0xe6, 0x43, 0xd4, 0x99, 0x09, 0x0a, 0x11, 0x25, 0x59, 0xbe, 0x58, 0x67, 0xc5, 0xb6, 0x99, 0x0d, 0x43, 0x07, 0x0e, 0xc0, 0xd4, 0xa1, 0x0d, 0xc7, 0xa3, 0x94, 0xc8, 0x64, 0x54, 0x8e, 0x25, 0x31, 0xf3, 0x8e, 0xcf, 0x4a, 0xbb, 0x80, 0xfc, 0x87, 0x77, 0x82, 0x55, 0x1b, 0x4e, 0x92, 0xb4, 0x1f, 0xa1, 0x89, 0x43, 0xe6, 0x12, 0x52, 0x15, 0x2d, 0x79, 0x20, 0x90, 0x33, 0x75, 0x5f, 0x36, 0x3c, 0xb8, 0x80, 0xaf, 0xc5, 0xc4, 0xdf, 0x0b, 0xcb, 0xfb, 0x9f, 0xa5, 0x09, 0x98, 0xfd, 0xd0, 0xb3, 0xb8, 0x28, 0x4f, 0x5f, 0xc0, 0x15, 0x36, 0xf7, 0xfc, 0x4b, 0xd4, 0x82, 0x04, 0x4b, 0xf8, 0xef, 0x4b, 0x45, 0xe5, 0x90, 0x1e, 0xc9, 0x56, 0x31, 0xcc, 0x31, 0x7d, 0x5d, 0xbe, 0xdd, 0x2f, 0xb8, 0x76 } } }; static const struct cckprng_op_reseed op_reseed_5653 = { .hd = { .id = 5396, .kind = OP_RESEED }, .nonce = 10343298337478032367ULL, .seed_nbytes = 73, .seed = { 0x9a, 0xc3, 0xdd, 0xa7, 0xf1, 0x97, 0x67, 0x5a, 0xe0, 0x3a, 0x65, 0x9a, 0x36, 0x1e, 0x7e, 0xe1, 0xf4, 0xb1, 0x6a, 0x06, 0xcc, 0xab, 0x7b, 0xaa, 0xea, 0xde, 0xe4, 0x1b, 0xc0, 0xdb, 0xf6, 0x8e, 0x04, 0x6e, 0x18, 0x22, 0x26, 0xb9, 0xf1, 0x79, 0xd0, 0x6c, 0xa1, 0x93, 0x04, 0x3d, 0x5a, 0x77, 0x2d, 0x2d, 0x07, 0xd4, 0x25, 0x4b, 0x1a, 0xf7, 0xb0, 0x34, 0x60, 0x7d, 0x20, 0x74, 0x9e, 0x66, 0x02, 0x8c, 0x3f, 0x12, 0xa7, 0x08, 0x60, 0xfd, 0xc7 } }; static const struct cckprng_op_reseed op_reseed_5654 = { .hd = { .id = 5397, .kind = OP_RESEED }, .nonce = 3650694980316295042ULL, .seed_nbytes = 128, .seed = { 0x5d, 0x2c, 0xb1, 0xc9, 0xe6, 0x19, 0x4f, 0xe1, 0xbd, 0x9e, 0x9d, 0x6b, 0x07, 0x2b, 0x3f, 0x35, 0x4a, 0xd2, 0x22, 0x07, 0x51, 0xa0, 0xdf, 0x5d, 0x77, 0x62, 0x3d, 0xbc, 0x8a, 0x70, 0xbc, 0xeb, 0xa2, 0x10, 0xb1, 0xb7, 0xdb, 0xaa, 0x77, 0xca, 0x66, 0xa4, 0x6e, 0x62, 0xdd, 0xb4, 0x9a, 0x33, 0x80, 0xd5, 0xa8, 0xc4, 0x14, 0x23, 0xf3, 0x66, 0x7c, 0xfc, 0x81, 0x27, 0x63, 0x50, 0x1e, 0x3a, 0x6f, 0x09, 0x6f, 0x84, 0x45, 0xf6, 0x2b, 0xf8, 0x1d, 0x83, 0xbe, 0xde, 0x5c, 0xf8, 0x82, 0xa1, 0x8d, 0xe5, 0x2c, 0xb4, 0xf8, 0xd4, 0x76, 0x05, 0x20, 0x4f, 0x3e, 0x4b, 0x94, 0x83, 0xb9, 0x4d, 0x06, 0x99, 0xca, 0x7c, 0x34, 0xef, 0x82, 0x3a, 0xd1, 0x6d, 0xc4, 0x65, 0xab, 0x47, 0xa1, 0x55, 0xfd, 0x28, 0x1e, 0x59, 0xc7, 0x48, 0x5a, 0x7f, 0x62, 0xb5, 0xdd, 0x29, 0x0d, 0xdc, 0x0f, 0x0e } }; static const struct cckprng_op_generate op_init_5655 = { .hd = { .id = 5398, .kind = OP_GENERATE }, .rand_nbytes = 46, .out = { .rand = { 0xd0, 0x9a, 0x5f, 0x10, 0x30, 0x79, 0x63, 0x42, 0xfe, 0xf4, 0x5c, 0x6d, 0x58, 0x9b, 0x45, 0xb5, 0xfb, 0xee, 0xab, 0x42, 0xdb, 0x9e, 0x0e, 0x93, 0x84, 0x9a, 0x95, 0x2a, 0xe3, 0xef, 0xff, 0x38, 0x9e, 0x8c, 0x6e, 0x3e, 0xc5, 0xc1, 0x2d, 0x24, 0x2f, 0x96, 0x91, 0xb4, 0xbe, 0x24 } } }; static const struct cckprng_op_reseed op_reseed_5656 = { .hd = { .id = 5399, .kind = OP_RESEED }, .nonce = 9541334152344104163ULL, .seed_nbytes = 284, .seed = { 0x71, 0xb4, 0x59, 0xc1, 0x4c, 0x9a, 0x66, 0x3b, 0x8b, 0x42, 0x8b, 0xc8, 0xc3, 0x4d, 0xb3, 0x2f, 0x70, 0xaa, 0x63, 0x9f, 0xe1, 0x92, 0x98, 0x4b, 0x80, 0xc7, 0x66, 0x4d, 0xf3, 0x77, 0xd6, 0x34, 0x3f, 0xd6, 0x74, 0x0e, 0x2c, 0x5e, 0xc4, 0x3d, 0xc8, 0x2c, 0x3f, 0x48, 0x4f, 0x45, 0x30, 0x29, 0x2a, 0x4c, 0xc5, 0x31, 0xf9, 0xe1, 0xce, 0xf5, 0x31, 0xb4, 0x2c, 0x7c, 0x98, 0xd1, 0xae, 0xaf, 0xc4, 0x45, 0xcd, 0x19, 0x03, 0x3c, 0x45, 0xef, 0x38, 0x44, 0x34, 0x67, 0xad, 0xef, 0x4e, 0x9a, 0xa8, 0xa3, 0xcf, 0x8a, 0xc9, 0x05, 0x82, 0x32, 0xcb, 0x5b, 0x53, 0x9c, 0x39, 0x9a, 0x30, 0xa2, 0x50, 0x3c, 0x65, 0x40, 0x52, 0x96, 0x85, 0x79, 0xf4, 0x3e, 0xd8, 0xe1, 0x6b, 0xe4, 0xaf, 0x16, 0x99, 0x1b, 0x17, 0xfb, 0x83, 0xa3, 0x6a, 0xe5, 0xe9, 0xa0, 0x78, 0x1a, 0x7c, 0xf5, 0x60, 0xe7, 0x97, 0xd3, 0x31, 0x26, 0x94, 0x2f, 0x6f, 0x48, 0x93, 0xd1, 0xcd, 0x27, 0x3a, 0xca, 0x53, 0xe9, 0xfb, 0x57, 0x64, 0xba, 0xaf, 0x52, 0xc6, 0xc1, 0xaf, 0xa8, 0xeb, 0x6d, 0x63, 0xe0, 0x1c, 0xfe, 0x03, 0x4c, 0x4e, 0x4f, 0xa4, 0xdf, 0xae, 0xdc, 0x67, 0x1c, 0x88, 0xd8, 0x72, 0xa4, 0x9c, 0x72, 0x69, 0xe7, 0xb9, 0x5d, 0x86, 0xf6, 0x27, 0x94, 0xe9, 0xd3, 0x48, 0x80, 0x06, 0xfb, 0x97, 0x7a, 0xc1, 0x20, 0x9b, 0xd0, 0x77, 0xc9, 0x23, 0xa3, 0xfd, 0xe5, 0xae, 0x91, 0xda, 0xeb, 0xed, 0x76, 0xc0, 0xe0, 0x78, 0x07, 0xc8, 0xe3, 0x60, 0x89, 0xef, 0x6d, 0x6e, 0x83, 0x8c, 0x50, 0x6d, 0x38, 0x7d, 0xef, 0xc9, 0x0c, 0xf5, 0x19, 0xda, 0x26, 0x25, 0x34, 0xb7, 0x8b, 0x15, 0xb6, 0x85, 0x70, 0x9d, 0x0a, 0x45, 0x95, 0xc8, 0x02, 0x92, 0x15, 0x58, 0x21, 0xaa, 0x25, 0x6f, 0x9c, 0x3a, 0xd6, 0x9b, 0x83, 0x98, 0x9f, 0xad, 0xeb, 0xb4, 0x1f, 0xbc, 0x74, 0xb7, 0x1e, 0xf1, 0x20, 0xca, 0xb1, 0x30, 0x78, 0x3b, 0xc9, 0xc0, 0xd6, 0x44, 0x18, 0x91, 0xd1, 0x06, 0xe6 } }; static const struct cckprng_op_generate op_init_5657 = { .hd = { .id = 5400, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0xae, 0xec, 0x9f, 0x15, 0x12, 0x8a, 0x67, 0xee, 0x63, 0xf2, 0x72, 0xa5, 0x52, 0x12, 0x8f, 0xe7, 0xb4, 0x6d, 0xa7, 0x54, 0x2d, 0x24, 0xd6, 0x54, 0xc9, 0xa5, 0x8e, 0x0e, 0xb0, 0xec, 0x53, 0xdd, 0x32, 0x28, 0xcb, 0x4a, 0xd6, 0xd2, 0xd3, 0x15, 0x1f, 0x63, 0x9e, 0xa3, 0x15, 0x82, 0xab, 0xa3, 0x22, 0x25, 0xef, 0x1d, 0x44, 0xd4, 0x5c, 0x9b, 0xf7, 0x60, 0x4d, 0xfe, 0x4c, 0xa1, 0xaf, 0xea, 0x93, 0xd7, 0xf4, 0xd2, 0x24, 0xab, 0xac, 0xe8, 0x94, 0x9d, 0x58, 0xd5, 0x94, 0x17, 0x53, 0x15, 0x2b, 0x61, 0x94, 0x3c, 0x46, 0xf4, 0x94, 0x1a, 0x0a, 0x63, 0x52, 0xb2, 0x3f, 0x6f, 0xdb, 0xe7, 0x9b, 0x9c, 0x25, 0x6c, 0xf9, 0xfc, 0xe1, 0x0c, 0xed, 0xc9, 0xed, 0x1a, 0x3f, 0x52, 0x53, 0x1c, 0xba, 0x0f, 0x78, 0x23, 0x55, 0xd8, 0x20, 0x9b, 0xdf, 0x08, 0x4d, 0x64, 0xd0, 0x19, 0x49, 0xb1, 0x34, 0x05, 0x0f, 0x2e, 0xf7, 0x62, 0xe6, 0x94, 0x1e, 0x62, 0xcf, 0xa1, 0xa6, 0x55, 0x1a, 0xb2 } } }; static const struct cckprng_op_generate op_init_5658 = { .hd = { .id = 5401, .kind = OP_GENERATE }, .rand_nbytes = 43, .out = { .rand = { 0x5a, 0x95, 0x9f, 0xb3, 0x05, 0x7d, 0xd0, 0x3e, 0x9a, 0x22, 0xb5, 0xf8, 0xc0, 0x32, 0xab, 0x9c, 0x14, 0x89, 0x33, 0x0b, 0x44, 0xd1, 0xd4, 0x18, 0x24, 0x50, 0xf7, 0x07, 0x2b, 0x8f, 0x9c, 0x75, 0x16, 0xa4, 0x51, 0x33, 0xf0, 0x38, 0xc0, 0x24, 0xf2, 0xe6, 0xc1 } } }; static const struct cckprng_op_refresh op_refresh_5659 = { .hd = { .id = 5402, .kind = OP_REFRESH }, .rand = 2643081279626986162ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5660 = { .hd = { .id = 5403, .kind = OP_RESEED }, .nonce = 6601906352872959908ULL, .seed_nbytes = 102, .seed = { 0x83, 0xa1, 0x54, 0x8c, 0xc7, 0xf5, 0xdb, 0xcb, 0xae, 0xc2, 0x8b, 0x11, 0x29, 0xd9, 0x58, 0x5c, 0x24, 0x5c, 0x5d, 0x89, 0xc7, 0xa9, 0x69, 0x08, 0x56, 0xfd, 0x63, 0xd7, 0xf2, 0xed, 0x30, 0x45, 0x6b, 0x7d, 0xe3, 0x7f, 0xac, 0x70, 0x7a, 0xb7, 0xca, 0xbb, 0x3e, 0xf3, 0xf6, 0xd9, 0x44, 0x58, 0x24, 0xa3, 0x6a, 0x1f, 0x98, 0xde, 0xab, 0xd0, 0xef, 0x72, 0x09, 0x01, 0x8d, 0x8f, 0x71, 0xee, 0x35, 0x5f, 0x84, 0x21, 0x5f, 0x40, 0xf9, 0xf8, 0x03, 0xb5, 0x7c, 0xc0, 0xfc, 0x5c, 0xda, 0x8b, 0x5c, 0x5a, 0x3f, 0x8a, 0x90, 0x49, 0x28, 0x9a, 0xa1, 0xc2, 0xee, 0x1b, 0xc2, 0x1a, 0xcc, 0xd0, 0x0c, 0xbb, 0xe1, 0xde, 0x5e, 0x97 } }; static const struct cckprng_op_reseed op_reseed_5661 = { .hd = { .id = 5404, .kind = OP_RESEED }, .nonce = 6958589264558550011ULL, .seed_nbytes = 206, .seed = { 0x9c, 0xde, 0xfb, 0xd4, 0xf2, 0x75, 0x20, 0xc9, 0x30, 0x4f, 0x9b, 0x34, 0xca, 0xba, 0xd7, 0x77, 0x3e, 0x4a, 0x28, 0x63, 0xf5, 0xaf, 0x74, 0x88, 0xec, 0xb9, 0xf8, 0x11, 0xd8, 0x61, 0x16, 0x8a, 0x33, 0xf8, 0x04, 0x29, 0xe0, 0xbd, 0x66, 0x87, 0x6a, 0x0a, 0x88, 0x08, 0x54, 0xbf, 0xce, 0xac, 0x63, 0xc8, 0x09, 0xab, 0x77, 0x75, 0x82, 0x1d, 0x09, 0xa9, 0x08, 0xee, 0xbd, 0xad, 0x40, 0x0a, 0x1f, 0x9f, 0xa9, 0x90, 0xc0, 0x1d, 0x45, 0x10, 0xe6, 0x17, 0xf3, 0x49, 0xcf, 0xe6, 0xc5, 0x90, 0x65, 0x29, 0xf3, 0x98, 0xa7, 0xbf, 0x39, 0xf9, 0xf7, 0xa0, 0xd8, 0xd0, 0x7c, 0xbd, 0xc3, 0x56, 0xb1, 0x7b, 0x21, 0x38, 0xd5, 0x22, 0x6a, 0xf7, 0xcf, 0x41, 0x58, 0xc1, 0x2e, 0x82, 0x0d, 0x09, 0x3e, 0xf5, 0x06, 0x95, 0x32, 0xe7, 0x18, 0x4d, 0x75, 0xb7, 0xb9, 0x41, 0x9c, 0xee, 0x5e, 0xc4, 0x69, 0xe3, 0xfd, 0xca, 0xd3, 0xe7, 0x86, 0x78, 0x31, 0x0b, 0x4e, 0x5b, 0x25, 0x0e, 0x84, 0xa8, 0xbe, 0xf7, 0x9b, 0xe0, 0xfb, 0xfc, 0x70, 0x3b, 0x22, 0x2f, 0xd8, 0x91, 0x8e, 0x2a, 0xae, 0xa8, 0x9e, 0x1d, 0xf6, 0xc7, 0x59, 0xad, 0x69, 0xcc, 0x8b, 0x8d, 0xbc, 0x34, 0xb1, 0x58, 0xf4, 0xba, 0x7f, 0xc8, 0x05, 0x15, 0x79, 0xca, 0x8f, 0x01, 0xf0, 0xaa, 0xb9, 0x47, 0x8e, 0x93, 0x7b, 0x45, 0xa8, 0xf3, 0xe0, 0xb4, 0x2f, 0x92, 0x2b, 0x29, 0xac, 0x0d, 0x22, 0xca, 0x6c, 0x0e } }; static const struct cckprng_op_reseed op_reseed_5662 = { .hd = { .id = 5405, .kind = OP_RESEED }, .nonce = 451959329065710134ULL, .seed_nbytes = 20, .seed = { 0xb1, 0x39, 0x55, 0x22, 0x6a, 0x3e, 0x18, 0x09, 0x08, 0x74, 0xee, 0x22, 0xbc, 0x53, 0xd9, 0x4d, 0xea, 0x74, 0x91, 0x4c } }; static const struct cckprng_op_generate op_init_5663 = { .hd = { .id = 5406, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0x13, 0xe1, 0xfb, 0x8a, 0x84, 0x42, 0x6b, 0x01, 0x17, 0x4c, 0x31, 0x5d, 0x6f, 0x7b, 0xad, 0xe7, 0x46, 0x95, 0x5b, 0x33, 0x9d, 0x51, 0x3e, 0x35, 0x36, 0x9e, 0x3b, 0xac, 0xfd, 0x23, 0x53, 0x13, 0xf4, 0x76, 0x5b, 0xe0, 0xff, 0xa4, 0x78, 0xe9, 0x45, 0xb8, 0x9c, 0x94, 0x1a, 0x73, 0x0b, 0x57, 0x65, 0xad, 0xb6, 0x8d, 0xa2, 0xe7, 0x20, 0x1c, 0x6f, 0xf7, 0x06, 0x6f, 0x29, 0x3c, 0x77, 0x57, 0x00, 0x7d, 0x67, 0x49, 0x44, 0xb8, 0xfc, 0x0e, 0xcd, 0xfc } } }; static const struct cckprng_op_reseed op_reseed_5664 = { .hd = { .id = 5407, .kind = OP_RESEED }, .nonce = 6351568690696534022ULL, .seed_nbytes = 180, .seed = { 0x3b, 0x6a, 0x89, 0xc1, 0xff, 0x52, 0xff, 0xda, 0xd5, 0xec, 0xae, 0x49, 0x12, 0xe1, 0xe5, 0xba, 0x3a, 0xfa, 0xbf, 0xd7, 0x89, 0x31, 0xba, 0xa3, 0x6f, 0xa2, 0x19, 0xe4, 0xd2, 0xd1, 0x96, 0x4a, 0x26, 0x78, 0x7c, 0x54, 0xf3, 0xec, 0x76, 0x45, 0x4e, 0x54, 0x6f, 0x0b, 0x3c, 0x46, 0x94, 0x65, 0x3f, 0x57, 0x35, 0x77, 0x6d, 0x03, 0x2b, 0xfb, 0x2c, 0x14, 0x38, 0xf7, 0x88, 0xac, 0x67, 0x5c, 0xd0, 0x46, 0xc8, 0x2c, 0xa9, 0x70, 0xf3, 0xc4, 0xad, 0xbc, 0x0c, 0x6d, 0xf0, 0x9e, 0x04, 0x7c, 0xea, 0x3e, 0xad, 0x1f, 0xb1, 0x4e, 0xdb, 0x49, 0x85, 0xaf, 0x1e, 0x97, 0xd4, 0x99, 0xdd, 0xd6, 0x29, 0xfb, 0xad, 0xd9, 0x91, 0x81, 0x3b, 0x6a, 0x6d, 0xa2, 0x1c, 0x4a, 0xd3, 0x41, 0x1d, 0x31, 0x9e, 0x79, 0xc4, 0xac, 0x87, 0xb5, 0x91, 0x5b, 0x46, 0xdb, 0x3d, 0xef, 0xbf, 0xff, 0xe5, 0xc6, 0x56, 0x9f, 0xb5, 0xeb, 0x59, 0xc2, 0x0a, 0xd0, 0xfd, 0x37, 0x2d, 0xd6, 0xc5, 0x91, 0x73, 0x8d, 0x4e, 0x36, 0x85, 0x60, 0x77, 0x98, 0x2b, 0xa3, 0x0d, 0x43, 0xe1, 0xe7, 0xb2, 0xa4, 0x74, 0x97, 0x88, 0x74, 0x96, 0xee, 0x4b, 0x3f, 0x74, 0xd3, 0x54, 0xed, 0x42, 0x0d, 0x65, 0x2d, 0xba, 0x72, 0x27, 0xc5, 0x55, 0x41 } }; static const struct cckprng_op_generate op_init_5665 = { .hd = { .id = 5408, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0x27, 0x8a, 0xf8, 0xfd, 0x85, 0xff, 0x4e, 0x40, 0x2c, 0xa9, 0xd3, 0xea, 0xbb, 0x98, 0xf1, 0xc3, 0x40, 0x03, 0x6e, 0x40, 0xf5, 0x0e, 0x64, 0x44, 0xf0, 0xc9, 0x73, 0x3c, 0xc0, 0x0c, 0x48, 0xb0, 0x74, 0xfc, 0x3e, 0xea, 0x4e, 0xce, 0x4e, 0xd5, 0xe3, 0xd3, 0x53, 0x64, 0xf7, 0xf8, 0xca, 0xe4, 0xca, 0x1f, 0x43, 0xba, 0x06, 0x21, 0x3b, 0x1d, 0x97, 0xc6, 0xf3, 0xb7, 0xd3, 0x9a, 0x1a, 0xfd, 0x59, 0x8d, 0x41, 0x16, 0x8d, 0x21, 0xed, 0xd2, 0x49, 0x59, 0xf1, 0x46, 0x68, 0x24, 0xb5, 0x6c, 0xa0, 0xc2, 0xe8, 0x89, 0x18, 0x9a, 0x7d } } }; static const struct cckprng_op_generate op_init_5666 = { .hd = { .id = 5409, .kind = OP_GENERATE }, .rand_nbytes = 281, .out = { .rand = { 0x63, 0xe2, 0x18, 0xa7, 0x02, 0x2a, 0x35, 0x66, 0x9f, 0x55, 0xc7, 0xcb, 0xad, 0x43, 0x90, 0x5c, 0x16, 0x1a, 0x55, 0x67, 0x72, 0x6a, 0xae, 0x08, 0xe1, 0xb1, 0xe1, 0x48, 0xeb, 0xc0, 0xd3, 0x25, 0x76, 0xdc, 0x48, 0xf7, 0x22, 0x38, 0x67, 0xc7, 0xb5, 0x39, 0xe1, 0x7b, 0x27, 0x96, 0x48, 0x0a, 0xda, 0x4f, 0x61, 0xd6, 0x24, 0x70, 0x1d, 0x8a, 0xc2, 0xb6, 0x7b, 0x42, 0x24, 0xcf, 0x25, 0xa1, 0x0a, 0x7d, 0xe5, 0x06, 0x89, 0x17, 0xe0, 0xd5, 0xba, 0x52, 0x29, 0xb6, 0x40, 0xf9, 0x2f, 0xfc, 0x5a, 0xdf, 0xa1, 0xea, 0x93, 0x7d, 0xa9, 0x08, 0xe1, 0x91, 0x94, 0x7f, 0xe3, 0xcb, 0x1b, 0x28, 0x90, 0x4e, 0x41, 0x79, 0x92, 0xd2, 0x3e, 0xfe, 0x4a, 0x77, 0x22, 0x1d, 0x9e, 0x75, 0xce, 0xf0, 0xb6, 0xd4, 0x70, 0x79, 0x6a, 0x12, 0x82, 0xff, 0x7d, 0xdb, 0xe2, 0x63, 0x37, 0x49, 0xc9, 0xf8, 0x79, 0x6c, 0x65, 0xda, 0xfc, 0x61, 0xe1, 0x79, 0x93, 0x4f, 0x61, 0xdc, 0x99, 0xe8, 0x47, 0x81, 0xac, 0x32, 0xb4, 0xe3, 0xa1, 0xe4, 0xec, 0xfd, 0xef, 0x4c, 0x1e, 0xde, 0x75, 0xc9, 0x53, 0xc9, 0xb1, 0x79, 0x0f, 0x55, 0xa6, 0xf4, 0xa4, 0xba, 0x6d, 0x08, 0x81, 0xa8, 0x70, 0x9a, 0xfe, 0x89, 0x2b, 0xc3, 0x0d, 0xb6, 0x31, 0xa2, 0xc7, 0x91, 0x90, 0x6d, 0x3b, 0xdd, 0x1f, 0x49, 0x1d, 0x06, 0x1a, 0xc7, 0x7d, 0x96, 0x21, 0x1b, 0x18, 0xd2, 0x94, 0x7b, 0x46, 0x0b, 0x96, 0xfa, 0x79, 0xdb, 0x3b, 0x98, 0x85, 0x3b, 0xd9, 0xce, 0x8f, 0x66, 0x22, 0xc5, 0x5d, 0xfc, 0x7f, 0xb9, 0xc1, 0xf1, 0x49, 0xbf, 0x7d, 0xf4, 0xa3, 0x6b, 0x14, 0x58, 0x50, 0xd9, 0xb1, 0xab, 0x6d, 0x7b, 0xf8, 0x74, 0x05, 0xed, 0x06, 0x17, 0xcc, 0x10, 0x02, 0x63, 0xf6, 0x8f, 0x80, 0x10, 0x2c, 0xff, 0xb6, 0xe9, 0xe5, 0xa9, 0x50, 0xe2, 0xa1, 0x14, 0x2f, 0x67, 0xf5, 0x66, 0x83, 0xcb, 0x75, 0x9a, 0x78, 0xc6, 0x5c, 0x6d, 0xbe, 0xcc, 0x71, 0x66, 0xed, 0xc2, 0xb6 } } }; static const struct cckprng_op_refresh op_refresh_5667 = { .hd = { .id = 5410, .kind = OP_REFRESH }, .rand = 15977262340225743722ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5668 = { .hd = { .id = 5411, .kind = OP_RESEED }, .nonce = 7046852453811541764ULL, .seed_nbytes = 34, .seed = { 0x60, 0x48, 0xfe, 0x76, 0x7d, 0x07, 0xc1, 0x5f, 0xec, 0xf1, 0x84, 0xd4, 0x46, 0x6d, 0x86, 0x6d, 0xe2, 0xa3, 0x01, 0xc9, 0xff, 0xc9, 0x6e, 0x3a, 0x72, 0x70, 0xd2, 0xd0, 0x1e, 0x13, 0x14, 0xda, 0x5c, 0x0f } }; static const struct cckprng_op_generate op_init_5669 = { .hd = { .id = 5412, .kind = OP_GENERATE }, .rand_nbytes = 284, .out = { .rand = { 0xf4, 0x96, 0x0b, 0x25, 0xc0, 0x95, 0x37, 0x90, 0x8f, 0x87, 0x43, 0x7c, 0x34, 0x80, 0xda, 0x8d, 0x14, 0x64, 0x20, 0x5b, 0x85, 0x4a, 0xc8, 0x05, 0x5b, 0x15, 0x85, 0xff, 0x28, 0xe7, 0x3f, 0xa7, 0x8a, 0x55, 0xe4, 0x26, 0xc6, 0x4b, 0x0a, 0x3c, 0x14, 0xa2, 0xd4, 0xde, 0x87, 0x02, 0x1b, 0x46, 0xd9, 0x70, 0xc2, 0xb4, 0x83, 0xc8, 0x28, 0x2a, 0x44, 0x5e, 0xc1, 0x24, 0x34, 0x90, 0x72, 0x47, 0x76, 0x87, 0x29, 0x37, 0x01, 0x66, 0xe4, 0xaf, 0xce, 0x05, 0x90, 0xe5, 0xa3, 0x97, 0xef, 0x4e, 0xc5, 0x8d, 0xcb, 0xf8, 0xfd, 0x29, 0x43, 0xae, 0x2e, 0xfd, 0xde, 0x41, 0x1f, 0x86, 0x74, 0x67, 0x01, 0x2a, 0xb7, 0x14, 0xf6, 0xb7, 0xdc, 0xe7, 0x20, 0xc1, 0xe7, 0xd8, 0x3c, 0xd8, 0x48, 0x5d, 0x74, 0x7a, 0xff, 0x14, 0xe5, 0x82, 0xd4, 0x72, 0xbe, 0x7b, 0xaf, 0xf9, 0x36, 0xca, 0x1a, 0xfb, 0xa3, 0x7b, 0xde, 0x59, 0xfd, 0xb5, 0x72, 0xba, 0xc0, 0xa7, 0x57, 0x55, 0xea, 0xec, 0x06, 0x6a, 0x08, 0x2c, 0x19, 0x40, 0xef, 0xc8, 0x65, 0x12, 0x5c, 0x9f, 0x0a, 0x0d, 0x13, 0x57, 0xf2, 0x6e, 0xe8, 0x07, 0x96, 0xcc, 0x41, 0x4e, 0x9b, 0xc9, 0xac, 0xb8, 0x27, 0x6d, 0x18, 0x6a, 0xcc, 0xfe, 0x5a, 0x52, 0xdd, 0xa9, 0x28, 0x7c, 0x82, 0x78, 0xd8, 0x43, 0xbe, 0x83, 0x7f, 0x50, 0x71, 0x57, 0x7b, 0xff, 0x82, 0x2a, 0x1b, 0x91, 0x4e, 0x4e, 0x31, 0xae, 0x90, 0x03, 0xb8, 0xb0, 0xcc, 0x21, 0x8f, 0x63, 0x4c, 0xdc, 0x5c, 0x2c, 0x1f, 0xee, 0xbb, 0xb5, 0x3a, 0xd5, 0x2a, 0x5f, 0x92, 0xfd, 0xa5, 0x05, 0x1a, 0xee, 0x23, 0xc6, 0x0e, 0x33, 0x88, 0x54, 0xb2, 0x96, 0x71, 0x3a, 0xa6, 0x2f, 0x3f, 0x87, 0x5c, 0xdc, 0x69, 0x04, 0x04, 0x0a, 0x6a, 0x33, 0x61, 0x65, 0x94, 0x76, 0x6f, 0xd5, 0xce, 0x85, 0xb8, 0xd5, 0xd8, 0xbf, 0xc5, 0xa2, 0x47, 0x53, 0x61, 0x8f, 0xcf, 0x5f, 0xb7, 0xbf, 0x0f, 0x31, 0x69, 0x7d, 0xb0, 0x58, 0x76, 0x79, 0xb0, 0xa1, 0x9f, 0x54 } } }; static const struct cckprng_op_refresh op_refresh_5670 = { .hd = { .id = 5413, .kind = OP_REFRESH }, .rand = 1112801534635792542ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5671 = { .hd = { .id = 5414, .kind = OP_REFRESH }, .rand = 4369214646663934215ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5672 = { .hd = { .id = 5415, .kind = OP_REFRESH }, .rand = 9312382058515069118ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5673 = { .hd = { .id = 5416, .kind = OP_REFRESH }, .rand = 1696034975474649517ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5674 = { .hd = { .id = 5417, .kind = OP_RESEED }, .nonce = 9006766798354152906ULL, .seed_nbytes = 146, .seed = { 0x1b, 0x7b, 0xca, 0x64, 0x8e, 0x8f, 0x9f, 0x7a, 0x1c, 0x3a, 0x5e, 0x45, 0xef, 0xbe, 0x38, 0x03, 0x83, 0x86, 0x10, 0x10, 0x23, 0xe6, 0x9d, 0x87, 0x59, 0x69, 0x4f, 0x43, 0xbc, 0xff, 0x8e, 0x74, 0xcc, 0x0f, 0x52, 0xf8, 0x17, 0xe3, 0xa6, 0x98, 0x61, 0xfb, 0xe9, 0x70, 0x41, 0x9b, 0xb8, 0x98, 0x0b, 0x95, 0x74, 0xc6, 0xd2, 0xe2, 0xf1, 0xa8, 0x88, 0x67, 0xf4, 0xdb, 0xa0, 0x55, 0x22, 0x10, 0x5b, 0x49, 0xa3, 0x06, 0xef, 0xca, 0xd5, 0xcc, 0xee, 0xa9, 0x51, 0x81, 0x20, 0x2e, 0x4f, 0xcb, 0x17, 0x80, 0xf6, 0xe7, 0xd7, 0xf3, 0x10, 0x9e, 0x50, 0x6a, 0x1b, 0x01, 0x86, 0x70, 0x61, 0x17, 0x68, 0xa5, 0xcd, 0x5a, 0x34, 0x44, 0xe1, 0xb3, 0x75, 0xfc, 0x40, 0x62, 0xaf, 0xe1, 0x02, 0x27, 0x5e, 0xc2, 0x72, 0x5d, 0x78, 0x94, 0xc1, 0x2b, 0x04, 0x6d, 0x0f, 0x44, 0x2f, 0x0f, 0x32, 0x26, 0x17, 0xe4, 0x87, 0x83, 0xb5, 0x13, 0xa4, 0xa8, 0xb8, 0x37, 0xf7, 0x07, 0xb3, 0xde, 0x8f, 0x07, 0xdc, 0x01 } }; static const struct cckprng_op_generate op_init_5675 = { .hd = { .id = 5418, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0xfd, 0xdb, 0xea, 0x73, 0x17, 0xda, 0x28, 0x5e, 0xb2, 0x54, 0x45, 0xfd, 0x7b, 0x94, 0xa6, 0xab, 0x35, 0xbf, 0xe1, 0xed, 0x00, 0x83, 0xd7, 0x17 } } }; static const struct cckprng_op_generate op_init_5676 = { .hd = { .id = 5419, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0xfa, 0xc4, 0x73, 0xff, 0x38, 0x39, 0x0e, 0x25, 0x77, 0x6d, 0x10, 0xbc, 0x61, 0x9a, 0xd1, 0xbe, 0x58, 0xdb, 0x4a, 0x51, 0xa2, 0xbb, 0x8e, 0xb8, 0x5e, 0x66, 0x59, 0x45, 0x3b, 0xe2, 0x28, 0x7f, 0xb1, 0xda, 0x23, 0xa0, 0x71, 0xac, 0xb1, 0x18, 0x72, 0x96, 0x07, 0x7c, 0x13, 0x50, 0x27, 0xc8, 0x97, 0x81, 0xc8, 0x8e, 0x46, 0xe0, 0x42, 0xc9, 0x8c, 0x61, 0xde, 0xba, 0xec, 0x9a, 0xf4, 0x40, 0x98, 0xd6, 0x63, 0x1c, 0x00, 0xe2, 0x49, 0xf2, 0x64, 0x20, 0x98, 0xb9, 0x08, 0x8a, 0x6a, 0xdf, 0x40, 0x3e, 0x57, 0xa1, 0xa0, 0xa5, 0x43, 0x39, 0xcd, 0x0e, 0xaf, 0xa7, 0x5f, 0x45, 0xd3, 0x37, 0x48, 0xd2, 0x14, 0xc0, 0x3b, 0xd9, 0x1f, 0xa7, 0xe1, 0xe9, 0x46, 0x57, 0x1a, 0x0a, 0x6c, 0xdd, 0x81, 0xeb, 0xca, 0x47, 0x1c, 0xc5, 0x2a, 0x4c, 0x82, 0x84, 0x17, 0x29, 0x31, 0xf9, 0x48, 0x06, 0xc6, 0xec, 0x20, 0xd2, 0xb2, 0xe2, 0x02, 0x24, 0x8c, 0x63, 0x8f, 0x0d, 0xec, 0xe8, 0xef, 0x51, 0x8c, 0xb0, 0xfc, 0x3b, 0xfd, 0x54, 0xe2, 0xbb, 0x81, 0x60, 0xb0, 0x59, 0x3a, 0x6b, 0x70, 0xa1, 0x50, 0x1f, 0xb8, 0x04, 0x1d, 0xb8, 0x7d, 0xb2, 0x80, 0x86, 0xd3, 0xc8, 0x9f, 0xb0, 0xa7, 0xf8, 0x05, 0x34, 0x2b, 0x3d, 0x20, 0x4a, 0x0a, 0x7a, 0x90, 0x41, 0xb9, 0x2c, 0x89, 0xc4, 0x75, 0xd5, 0x33, 0xcc, 0x69, 0xdb, 0xfa, 0xf5, 0x3f, 0x5e, 0x2a, 0xce, 0x4f, 0xfd, 0xd9, 0x22, 0xfa, 0x39, 0x05, 0x9a, 0x02, 0xcf, 0x4f, 0x2e, 0x7a, 0xc4, 0x8f, 0x6a, 0x35, 0x59, 0x67, 0xca, 0xa2, 0x89, 0x25, 0x7d, 0x70, 0x44, 0x3f, 0x53, 0xd8, 0xb7, 0x66, 0xd1, 0xba, 0x99, 0x6c, 0xb8, 0xf7, 0xd4, 0x3e, 0x1a, 0xc3, 0x7f, 0x17, 0xe7, 0x7d, 0x4d, 0x04, 0xd8, 0x4e, 0xd5, 0x8f, 0xfd, 0xce, 0xee, 0x28, 0x3b, 0xfe } } }; static const struct cckprng_op_reseed op_reseed_5677 = { .hd = { .id = 5420, .kind = OP_RESEED }, .nonce = 1855009479101349625ULL, .seed_nbytes = 192, .seed = { 0xc5, 0x75, 0x7d, 0xec, 0x53, 0xcb, 0x44, 0x2b, 0x06, 0x5f, 0xbb, 0xae, 0xc1, 0x0b, 0xcd, 0xa6, 0x1c, 0xa9, 0xbb, 0x11, 0x0e, 0xa3, 0x5b, 0xf0, 0x37, 0x86, 0xac, 0xd1, 0x93, 0x2b, 0xa0, 0xc6, 0x66, 0x9b, 0x17, 0x1c, 0x0c, 0x18, 0x02, 0x44, 0x79, 0xea, 0xe3, 0x4f, 0xb0, 0xf7, 0xff, 0x69, 0x1e, 0x51, 0x13, 0xbe, 0x02, 0x3a, 0xeb, 0xef, 0xcb, 0x76, 0x9d, 0xba, 0x20, 0xde, 0x18, 0xa2, 0xd9, 0x59, 0x22, 0xca, 0x5e, 0xc0, 0xe4, 0x89, 0x91, 0xb1, 0xa8, 0x0a, 0xb2, 0xd1, 0xd4, 0x3c, 0x57, 0x51, 0xb8, 0x8a, 0x96, 0xba, 0x61, 0x38, 0x6d, 0xc4, 0x66, 0x4c, 0x99, 0xa2, 0xe9, 0xcd, 0x28, 0xa4, 0x70, 0x51, 0x0d, 0x03, 0xde, 0xd4, 0x37, 0x63, 0x2c, 0xe4, 0xc3, 0x0c, 0x34, 0x06, 0x83, 0x19, 0xfb, 0xbc, 0x06, 0xa5, 0xf7, 0x0c, 0x59, 0x4a, 0x9f, 0x6d, 0x67, 0xbc, 0x2d, 0xf5, 0x2a, 0x7b, 0x92, 0xc2, 0x80, 0x4a, 0xa2, 0xda, 0x38, 0x12, 0x86, 0x23, 0x9e, 0x5d, 0x51, 0xba, 0x39, 0x75, 0xc1, 0xde, 0xd0, 0x6a, 0x8a, 0x38, 0x15, 0xcd, 0x09, 0x95, 0x8d, 0x91, 0x6a, 0xaa, 0x00, 0x16, 0x8a, 0xe0, 0x0d, 0x14, 0x76, 0x07, 0x6e, 0x0e, 0x83, 0x6d, 0xb9, 0xe9, 0x09, 0xcc, 0x67, 0x7f, 0x92, 0x2b, 0x0a, 0x5d, 0x10, 0x63, 0x0c, 0x70, 0x80, 0x46, 0xe9, 0xc0, 0x27, 0x8a } }; static const struct cckprng_op_generate op_init_5678 = { .hd = { .id = 5421, .kind = OP_GENERATE }, .rand_nbytes = 89, .out = { .rand = { 0xa5, 0x87, 0xb6, 0x70, 0xc0, 0x43, 0xc0, 0x2d, 0x9a, 0xb3, 0xe3, 0x91, 0xae, 0xa1, 0x19, 0xaa, 0x47, 0xfe, 0xac, 0xa5, 0xf4, 0x84, 0x65, 0x3a, 0xd8, 0x3b, 0xfc, 0x4a, 0x64, 0xcb, 0x72, 0x27, 0x42, 0xca, 0x45, 0xdf, 0x0b, 0x49, 0x6b, 0xe7, 0xa8, 0xe2, 0xc6, 0xf8, 0xb1, 0xd1, 0xfb, 0xeb, 0xbb, 0x32, 0x8a, 0x96, 0xdd, 0x08, 0x12, 0xb9, 0xfc, 0x14, 0xb3, 0x59, 0x2c, 0x79, 0xaa, 0x38, 0x9d, 0x70, 0xa1, 0x7b, 0x11, 0x0b, 0x21, 0x30, 0x38, 0xe9, 0x38, 0x08, 0x51, 0xb2, 0x84, 0x20, 0x68, 0xa7, 0x7b, 0x5c, 0x7b, 0xb9, 0x0a, 0xe4, 0xc2 } } }; static const struct cckprng_op_reseed op_reseed_5679 = { .hd = { .id = 5422, .kind = OP_RESEED }, .nonce = 7205296229075971343ULL, .seed_nbytes = 64, .seed = { 0x70, 0x0d, 0x0e, 0x18, 0x3f, 0x6d, 0x3c, 0xca, 0x18, 0x5a, 0x54, 0x09, 0x3b, 0xc4, 0x32, 0x0a, 0xbf, 0x25, 0xc3, 0x91, 0x96, 0x5f, 0x99, 0x67, 0xbb, 0x5e, 0xa0, 0x0e, 0xe1, 0xa6, 0x2b, 0xcd, 0x5c, 0x9b, 0x0f, 0x3b, 0x97, 0xcc, 0x7c, 0x1b, 0xe4, 0xd8, 0xb9, 0xeb, 0xc0, 0x86, 0xe2, 0xa0, 0x14, 0xf7, 0xde, 0x83, 0x79, 0xe1, 0xa5, 0x4c, 0x77, 0x88, 0xb6, 0x9e, 0x40, 0xbd, 0x4e, 0x4b } }; static const struct cckprng_op_generate op_init_5680 = { .hd = { .id = 5423, .kind = OP_GENERATE }, .rand_nbytes = 283, .out = { .rand = { 0x09, 0xab, 0x79, 0x40, 0xb7, 0x3c, 0x14, 0x8c, 0x1a, 0x2f, 0x2b, 0xdb, 0x8b, 0x46, 0x02, 0x9e, 0x94, 0x34, 0xfc, 0x71, 0x0f, 0x8f, 0xc4, 0xd9, 0x89, 0x27, 0x71, 0xa8, 0x57, 0x03, 0x9b, 0xd3, 0x5b, 0xc1, 0xe4, 0x57, 0x4b, 0xd4, 0x8a, 0x01, 0xaf, 0x6a, 0x1e, 0x77, 0x80, 0x6e, 0xc0, 0x03, 0x9b, 0xfc, 0x92, 0x03, 0x95, 0x4b, 0x18, 0x15, 0x01, 0xd1, 0x99, 0x3f, 0x7a, 0x3b, 0x99, 0xc1, 0x4e, 0x4b, 0xbf, 0x20, 0x73, 0xb3, 0x52, 0xfa, 0x28, 0xf9, 0x94, 0x73, 0xf4, 0x23, 0x72, 0xc7, 0x86, 0x78, 0x44, 0x0e, 0x60, 0xbe, 0x9e, 0x19, 0xad, 0x2a, 0xa1, 0x03, 0xf5, 0xab, 0xde, 0x24, 0xf5, 0x48, 0x82, 0x8c, 0x31, 0x85, 0xa1, 0x19, 0x35, 0x5a, 0xf9, 0x7f, 0x51, 0xb3, 0xcd, 0x67, 0x33, 0x75, 0xff, 0x0a, 0x0a, 0x37, 0xb8, 0x5d, 0x9d, 0x3f, 0xa5, 0xad, 0x37, 0xb4, 0x5f, 0xaa, 0x64, 0x81, 0x57, 0x68, 0x54, 0xbc, 0x0b, 0x99, 0x50, 0x7a, 0x35, 0xee, 0x68, 0xa3, 0xbb, 0x87, 0x93, 0x3e, 0x03, 0x1d, 0xba, 0x6f, 0x9e, 0x71, 0x84, 0xe6, 0x64, 0x29, 0xab, 0x81, 0x0d, 0xef, 0xe4, 0xf2, 0xbe, 0x43, 0x0d, 0xf8, 0xd7, 0x8e, 0x54, 0x8a, 0xf6, 0xdb, 0xd9, 0x68, 0xbf, 0xaf, 0x0e, 0xca, 0xc8, 0x78, 0x41, 0x95, 0x75, 0x1c, 0xbc, 0x09, 0x03, 0xf2, 0xcc, 0xb1, 0x15, 0x5d, 0x7e, 0xbd, 0x26, 0x9c, 0x17, 0x4b, 0xb4, 0x65, 0xb4, 0xd9, 0xad, 0xcf, 0xc4, 0xde, 0x0d, 0x3e, 0x6c, 0x9a, 0x0e, 0x84, 0xe1, 0xa8, 0xa5, 0xd7, 0x8d, 0x96, 0x95, 0x5a, 0x95, 0x1b, 0xb5, 0x20, 0xee, 0x3f, 0x6e, 0xf5, 0xe7, 0x99, 0xa2, 0x0a, 0x92, 0x77, 0x7c, 0x69, 0x73, 0x33, 0xb0, 0xe8, 0xb4, 0xc4, 0xa1, 0x10, 0x8d, 0xb5, 0x82, 0x2d, 0xd0, 0x1f, 0xac, 0x4d, 0x8b, 0xdd, 0x85, 0xcb, 0x93, 0xa0, 0xac, 0x40, 0x13, 0x24, 0x0c, 0x37, 0x90, 0x51, 0xb9, 0x17, 0xa6, 0xb1, 0xdb, 0xe0, 0xd1, 0xa7, 0x48, 0xc3, 0xcd, 0xa1, 0xb9, 0xa2, 0x04, 0x65, 0xd3 } } }; static const struct cckprng_op_refresh op_refresh_5681 = { .hd = { .id = 5424, .kind = OP_REFRESH }, .rand = 380559361774262970ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5682 = { .hd = { .id = 5425, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0x0f, 0xab, 0xa2, 0xb5, 0x2a, 0xdf, 0xa1, 0x98, 0x40, 0xaa, 0x9a, 0x03, 0xee, 0x02, 0xff, 0x6a, 0xf9, 0x5e, 0x2e, 0xd0, 0xe9, 0x3c, 0xdc, 0x11, 0xde, 0x1d, 0x92, 0x9e, 0x6b, 0x14, 0xff, 0x30, 0x42, 0xe1, 0xf0, 0x03, 0x4a, 0x9b, 0xeb, 0x91, 0xbf, 0x55, 0xbb, 0x9c, 0x7d, 0xa6, 0xb5, 0xc0, 0x72, 0xd1, 0xf3, 0xfb, 0x30, 0x44, 0x5b, 0xed, 0x87, 0xfb, 0x0d, 0x68, 0xa8, 0xdd, 0xd7, 0x35, 0x69, 0xb4, 0xfb } } }; static const struct cckprng_op_reseed op_reseed_5683 = { .hd = { .id = 5426, .kind = OP_RESEED }, .nonce = 8664822613357500909ULL, .seed_nbytes = 74, .seed = { 0x13, 0x7a, 0x1e, 0xdd, 0x3e, 0x1b, 0x50, 0x34, 0xd1, 0x12, 0x2f, 0x2f, 0xbf, 0x83, 0xfa, 0xd2, 0xf5, 0x4b, 0x22, 0x7c, 0x5b, 0x68, 0xfb, 0xd7, 0x1f, 0xf5, 0xf0, 0x7a, 0xa8, 0x4e, 0xa7, 0xd3, 0xef, 0x16, 0x58, 0x5d, 0xe3, 0xb7, 0xee, 0xc9, 0x53, 0x83, 0x68, 0x96, 0x00, 0x43, 0xa3, 0xc6, 0xbb, 0xdf, 0xa8, 0xf4, 0xed, 0xba, 0x11, 0x86, 0xca, 0xbe, 0x1b, 0xf3, 0x58, 0xac, 0xca, 0x3e, 0x38, 0x3c, 0xb4, 0xbe, 0x69, 0xf0, 0x08, 0x04, 0x9c, 0x19 } }; static const struct cckprng_op_generate op_init_5684 = { .hd = { .id = 5427, .kind = OP_GENERATE }, .rand_nbytes = 169, .out = { .rand = { 0xf3, 0x9a, 0x57, 0x48, 0xd7, 0x55, 0x64, 0x30, 0x43, 0xd4, 0xf6, 0x0c, 0x64, 0xf1, 0x7a, 0x0c, 0x69, 0x59, 0xb1, 0x08, 0xf2, 0xd5, 0x14, 0x65, 0x67, 0xdc, 0x65, 0xac, 0xce, 0xfa, 0x58, 0x68, 0xe8, 0xab, 0x01, 0x92, 0x71, 0xd7, 0x43, 0xa7, 0xe2, 0xda, 0xba, 0x64, 0x21, 0x94, 0x36, 0xcf, 0x1a, 0xe3, 0x68, 0x8b, 0x4a, 0x84, 0xd1, 0xb6, 0xed, 0x1e, 0x4c, 0xac, 0x8f, 0x98, 0x9d, 0x6c, 0xac, 0x6c, 0xe8, 0xfc, 0x25, 0xc2, 0x59, 0xf4, 0x6c, 0xa9, 0xfa, 0x89, 0x55, 0x5d, 0x46, 0x5d, 0x14, 0x64, 0x71, 0x3d, 0x17, 0x3e, 0x84, 0xb4, 0x33, 0xf1, 0x0e, 0xd6, 0x37, 0xb8, 0xd5, 0x5c, 0xe4, 0xf1, 0xf1, 0x9e, 0x83, 0x38, 0x5e, 0xa2, 0x0f, 0x3a, 0xbe, 0x64, 0xc8, 0x40, 0x46, 0x24, 0xbc, 0x6c, 0x71, 0x30, 0x59, 0x9a, 0x41, 0x8e, 0x33, 0x14, 0xe6, 0x1c, 0xe7, 0xe5, 0x03, 0x83, 0x8f, 0xe0, 0x29, 0x62, 0xc8, 0x1b, 0xf2, 0xef, 0xd6, 0xb8, 0xa5, 0x62, 0x2a, 0x97, 0x23, 0x9b, 0xe7, 0xad, 0x18, 0x65, 0xbe, 0xf7, 0x28, 0xc1, 0x75, 0xef, 0x99, 0xc5, 0x97, 0x3c, 0x8f, 0x68, 0xd6, 0x60, 0xf2, 0xa8, 0x0b, 0x25, 0x6c, 0xf3, 0x31 } } }; static const struct cckprng_op_refresh op_refresh_5685 = { .hd = { .id = 5428, .kind = OP_REFRESH }, .rand = 7864201606059246548ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5686 = { .hd = { .id = 5429, .kind = OP_REFRESH }, .rand = 10406732056549616976ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5687 = { .hd = { .id = 5430, .kind = OP_GENERATE }, .rand_nbytes = 249, .out = { .rand = { 0xb6, 0x2b, 0x3a, 0x98, 0xed, 0x38, 0xd4, 0xda, 0x6d, 0x4f, 0xdc, 0xde, 0xd3, 0x60, 0xf9, 0xef, 0x0d, 0xeb, 0xf8, 0x64, 0x38, 0x98, 0x20, 0x41, 0x50, 0x3e, 0xab, 0xdc, 0xad, 0x6c, 0xc9, 0xc5, 0x6f, 0x40, 0x34, 0x04, 0x4f, 0x97, 0x06, 0xfc, 0x23, 0x42, 0x33, 0xa4, 0xb3, 0xc8, 0x08, 0x3b, 0x99, 0xf6, 0xa6, 0x84, 0xdf, 0x6c, 0xa8, 0x88, 0x2c, 0x24, 0xd2, 0xf4, 0x63, 0x7e, 0x43, 0xb2, 0xef, 0x27, 0x20, 0x5c, 0xaf, 0x78, 0xf4, 0x0c, 0x69, 0x88, 0x4e, 0xf1, 0x36, 0xc3, 0xe7, 0x5a, 0xdf, 0xb8, 0xe5, 0x20, 0x64, 0xa1, 0xc2, 0x38, 0xea, 0x4c, 0x04, 0x5b, 0xd6, 0xf7, 0x9a, 0x0a, 0xc2, 0x04, 0x25, 0x7a, 0x10, 0xa4, 0x4b, 0xe6, 0x63, 0xeb, 0xe2, 0x03, 0xdf, 0x47, 0x69, 0x1d, 0xd7, 0x7b, 0x6f, 0x46, 0xf6, 0x3c, 0x73, 0x14, 0xaf, 0x0e, 0x54, 0x1d, 0x8b, 0x90, 0x7f, 0x4c, 0xf3, 0x8d, 0xeb, 0xaa, 0x30, 0xfc, 0x04, 0x3e, 0x5b, 0x93, 0x89, 0xa7, 0x04, 0xa6, 0xf3, 0x28, 0xec, 0x03, 0x38, 0x97, 0x4a, 0x54, 0xf0, 0x3b, 0x58, 0x35, 0xde, 0x27, 0xab, 0x8a, 0xc2, 0xa6, 0x9e, 0xcb, 0x75, 0x7d, 0x67, 0x75, 0x55, 0x2c, 0xc3, 0xcf, 0x00, 0x18, 0x79, 0x74, 0x8c, 0x2b, 0x49, 0xf5, 0x22, 0xb2, 0xcc, 0x6a, 0xc4, 0xed, 0xf8, 0xc9, 0x91, 0xaa, 0x37, 0x04, 0x9b, 0x1f, 0xd6, 0x97, 0x5b, 0x47, 0x9e, 0x3e, 0x30, 0xb5, 0x66, 0xf9, 0xd6, 0x92, 0x2c, 0x8b, 0x4f, 0x4a, 0x24, 0xce, 0x99, 0xf0, 0x98, 0xad, 0x8c, 0x24, 0x8f, 0xe5, 0x46, 0x13, 0x5a, 0x00, 0x8e, 0x34, 0xb3, 0x69, 0xd3, 0x7b, 0xce, 0x3a, 0x49, 0xc7, 0xb4, 0xa9, 0x6f, 0xe1, 0xb8, 0x0e, 0xc9, 0x5c, 0x68, 0x6c, 0xdd, 0x92, 0xa8, 0xef, 0x8f, 0x1f, 0x86 } } }; static const struct cckprng_op_generate op_init_5688 = { .hd = { .id = 5431, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0xc8, 0x47, 0x4f, 0xdf, 0x50, 0xb6, 0xcf, 0xc0, 0x29, 0x49, 0x9c, 0x09, 0x20, 0x4e, 0x31, 0x50, 0x65, 0x9c, 0x8d, 0x58, 0x9f, 0x08, 0x43, 0x78, 0xf2, 0x9e, 0x45, 0xcd, 0xaa, 0xc3, 0x09, 0x27, 0xd6, 0xaa, 0x0e, 0xc6, 0xa0, 0xf9, 0x7e, 0xc9, 0x1e, 0xe1, 0xb3, 0x1d, 0x0a, 0x8f, 0x16, 0x2a, 0x7b, 0xca, 0x43, 0xa0, 0xb7, 0xc6, 0xdc, 0xf8, 0xd5, 0x8e, 0xf2, 0x88, 0x9b, 0x04, 0xc3, 0xc1, 0x55, 0x9c, 0xb9, 0x04, 0x83, 0x36, 0x64, 0x6e, 0x5a, 0xde, 0x23, 0x61, 0xe8, 0xd7, 0xc3, 0x24, 0xd4, 0xa7, 0x3f, 0x8a, 0x17, 0x69, 0x58, 0xd5, 0x0d, 0x6a, 0xdb, 0xfe, 0x94, 0x53, 0xbd, 0xd4, 0x61, 0x21, 0xc0, 0x65, 0xfd, 0xcc, 0x92, 0x33, 0x4b, 0x8f, 0x50, 0xfa, 0x0f, 0x2c, 0x26, 0xac, 0x83 } } }; static const struct cckprng_op_generate op_init_5689 = { .hd = { .id = 5432, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x2c, 0x64, 0x73, 0xf6, 0x43, 0x6a, 0x07, 0x09, 0xf3, 0x5f, 0x2d, 0x12, 0xfc, 0x18, 0x59, 0xb3, 0xce, 0xe6, 0x11, 0x11, 0xa8, 0x30, 0x66, 0x3e, 0xfd, 0xf5, 0x8a, 0x4f, 0x07, 0x82, 0x46, 0x45, 0x90, 0xf6, 0xa5, 0x81, 0x22, 0xc7, 0x0b, 0xe8, 0x8f, 0xe1, 0x53, 0xbe, 0x0b, 0x83, 0xe1, 0x97, 0xb9, 0x25, 0x10, 0xb2, 0xa3, 0x92, 0xd9, 0xa8, 0xd3, 0x91, 0x54, 0xde, 0xfc, 0xa3, 0x81, 0x5b, 0x88, 0x7a, 0x89, 0x40, 0x81, 0xfe, 0xaf, 0x75, 0x0b, 0x02, 0x46, 0xc6, 0x00, 0xaf, 0xba, 0x31, 0x8b, 0xeb, 0x03, 0xcf, 0xcc, 0xf8, 0x85, 0x3e, 0x88, 0x89, 0xb3, 0x0e, 0xe7, 0x60, 0x77, 0xa2, 0xd6, 0x4b, 0x27, 0xc7, 0x7d, 0xc1, 0xec, 0x03, 0x8f } } }; static const struct cckprng_op_refresh op_refresh_5690 = { .hd = { .id = 5433, .kind = OP_REFRESH }, .rand = 9253034725159776959ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5691 = { .hd = { .id = 5434, .kind = OP_GENERATE }, .rand_nbytes = 125, .out = { .rand = { 0xf2, 0x62, 0xbe, 0x14, 0xb0, 0xfe, 0x1a, 0x32, 0x4a, 0xc2, 0x36, 0x0b, 0x24, 0xe6, 0x8a, 0x53, 0x10, 0x56, 0xd2, 0x1f, 0x31, 0x1d, 0x1f, 0x27, 0x99, 0x12, 0x28, 0x45, 0x02, 0x94, 0xbe, 0x45, 0x40, 0xa4, 0xf8, 0xd4, 0x58, 0x9f, 0x5e, 0x07, 0xd2, 0xa4, 0xae, 0x1f, 0x2b, 0x08, 0x4f, 0xe6, 0xef, 0x2b, 0x70, 0x4c, 0x83, 0x0c, 0x68, 0xba, 0x4d, 0x40, 0x1b, 0xf0, 0xb7, 0xea, 0x25, 0x34, 0x77, 0xd8, 0x7f, 0x61, 0x8d, 0xad, 0xd6, 0x85, 0xdc, 0x0c, 0xf7, 0x08, 0x93, 0x12, 0x15, 0xdc, 0x8c, 0x6c, 0x48, 0xa2, 0xbe, 0x22, 0xda, 0x0b, 0x8d, 0x76, 0x2e, 0x78, 0xc0, 0xae, 0x90, 0xda, 0x67, 0xdb, 0xe3, 0x0d, 0xfc, 0x3b, 0x3f, 0xe5, 0x77, 0xc1, 0xea, 0x29, 0x02, 0xa1, 0xc5, 0xed, 0x9e, 0x72, 0x85, 0x22, 0x45, 0x18, 0x57, 0xfe, 0xc0, 0xfa, 0xa6, 0x0e, 0x94 } } }; static const struct cckprng_op_refresh op_refresh_5692 = { .hd = { .id = 5435, .kind = OP_REFRESH }, .rand = 10631469110551857271ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5693 = { .hd = { .id = 5436, .kind = OP_RESEED }, .nonce = 16457049031972688111ULL, .seed_nbytes = 44, .seed = { 0x58, 0xbe, 0xe1, 0x60, 0x87, 0xf5, 0x65, 0xc2, 0xc7, 0x77, 0x63, 0xde, 0x91, 0x0a, 0x9d, 0x88, 0x09, 0xe5, 0x88, 0x45, 0x65, 0x9c, 0x1e, 0xce, 0x7a, 0x65, 0xe5, 0x67, 0xff, 0x2b, 0x13, 0x25, 0x1d, 0x66, 0xe9, 0x6a, 0xde, 0xb7, 0xb2, 0x98, 0xfc, 0x53, 0xd8, 0xf4 } }; static const struct cckprng_op_reseed op_reseed_5694 = { .hd = { .id = 5437, .kind = OP_RESEED }, .nonce = 916121383265637197ULL, .seed_nbytes = 27, .seed = { 0xbf, 0xa4, 0xc0, 0x55, 0xaa, 0xa7, 0x56, 0xa9, 0x62, 0x2e, 0x94, 0x80, 0x66, 0x37, 0xfa, 0x72, 0x73, 0x8f, 0xf3, 0x97, 0x7b, 0xa1, 0x60, 0x43, 0xa2, 0x3c, 0x2a } }; static const struct cckprng_op_generate op_init_5695 = { .hd = { .id = 5438, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0xbe, 0x8f, 0x28, 0xa1, 0x2d, 0x5c, 0x69, 0xa7, 0x2d, 0xdc, 0x80, 0x8d } } }; static const struct cckprng_op_generate op_init_5696 = { .hd = { .id = 5439, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0xb2, 0xf8, 0x26, 0x13, 0x81, 0x47, 0x8d, 0xe7, 0x2a, 0xf3, 0x1b } } }; static const struct cckprng_op_generate op_init_5697 = { .hd = { .id = 5440, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x7e, 0x98, 0x84, 0xc9, 0x76, 0x92, 0x91, 0x38, 0x8f, 0xf8, 0xfd, 0x4f, 0x37, 0x6c, 0xbd, 0x7f, 0x80, 0x8e, 0xdf, 0x53, 0xa7, 0xde, 0x3c, 0x56, 0xcb, 0x60, 0x6c, 0xd7, 0xef, 0xd8, 0x92, 0xfe, 0x35, 0xc8, 0xf9, 0x61, 0xa0, 0xcc, 0xad, 0x43, 0xbf, 0xd3, 0x08, 0xf9, 0xbb, 0xc8, 0xa7, 0xb4, 0x89, 0x99, 0x7a, 0x86, 0x26, 0x94, 0xe0, 0x0a, 0xb2, 0x22, 0x43, 0xd2, 0x7d, 0x4d, 0x6e, 0x70, 0x29, 0x6b, 0xd1, 0xad, 0x57, 0x02, 0x70, 0x3f, 0x3e, 0x46, 0xf1, 0x84, 0x1b, 0xf4, 0x4c, 0x8c, 0x18, 0x47, 0x19, 0xba, 0x1e, 0x3a, 0x5a, 0xf0, 0xab, 0x8a, 0xe5, 0x21, 0x39, 0xd2, 0x75, 0x3d, 0xc8, 0xde, 0xfc, 0x0c } } }; static const struct cckprng_op_reseed op_reseed_5698 = { .hd = { .id = 5441, .kind = OP_RESEED }, .nonce = 8265439886816365254ULL, .seed_nbytes = 216, .seed = { 0x53, 0x4b, 0xf8, 0xb8, 0x21, 0xb9, 0xec, 0xed, 0xb6, 0x65, 0x33, 0x80, 0x00, 0x68, 0xcc, 0xc5, 0x99, 0xf1, 0xfa, 0xcb, 0x5a, 0x9f, 0x06, 0x74, 0xc7, 0x6f, 0x88, 0xd9, 0x7a, 0x8b, 0x9f, 0x0a, 0x7e, 0xfe, 0xd0, 0xd4, 0x5e, 0xa5, 0xaa, 0xb6, 0x3b, 0x00, 0xeb, 0x46, 0xf6, 0xe6, 0x05, 0xf4, 0x89, 0x77, 0x82, 0x34, 0xab, 0xec, 0x6f, 0x6d, 0x29, 0x4c, 0x0e, 0x88, 0xdd, 0x12, 0xb3, 0xa6, 0x0d, 0xf3, 0x76, 0xdf, 0x20, 0x99, 0xef, 0xb0, 0xef, 0x23, 0x8d, 0xf9, 0x48, 0xe5, 0x75, 0xcb, 0x09, 0x22, 0xc7, 0xfe, 0xe4, 0x4b, 0xaf, 0x7d, 0xe0, 0xd1, 0x00, 0x91, 0xcd, 0x11, 0x2f, 0xfe, 0x41, 0x95, 0xc5, 0x0c, 0x8f, 0xfa, 0x55, 0x14, 0x38, 0x16, 0x00, 0x7d, 0x1f, 0x03, 0x43, 0xc3, 0xd2, 0xcf, 0x52, 0x31, 0xb5, 0xb1, 0x59, 0x1c, 0xf1, 0x8d, 0x38, 0x54, 0x4b, 0x68, 0xcf, 0x49, 0x06, 0x6b, 0x69, 0x73, 0x9d, 0x4b, 0x28, 0x02, 0x06, 0xa7, 0x33, 0x34, 0x90, 0x42, 0x09, 0xcc, 0xae, 0x49, 0x79, 0x0d, 0x6e, 0x4a, 0x05, 0x60, 0x1a, 0xb2, 0x28, 0x13, 0x22, 0x94, 0x4a, 0x50, 0x50, 0xf6, 0xd6, 0x6b, 0x95, 0xb0, 0xe8, 0xeb, 0xeb, 0x98, 0x21, 0xbc, 0x0e, 0xb7, 0xbd, 0x78, 0x79, 0x15, 0x51, 0x60, 0xe3, 0x68, 0x9c, 0x97, 0x0b, 0x3f, 0x51, 0xf5, 0x15, 0xdc, 0xb1, 0x5e, 0xc7, 0x9a, 0x17, 0x05, 0xf2, 0x15, 0x25, 0x94, 0xa8, 0x68, 0x61, 0x00, 0x30, 0x56, 0x16, 0x77, 0x2f, 0xc5, 0xbb, 0x30, 0x0b, 0xe9, 0x0c, 0xa4 } }; static const struct cckprng_op_refresh op_refresh_5699 = { .hd = { .id = 5442, .kind = OP_REFRESH }, .rand = 15485119718343191963ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5700 = { .hd = { .id = 5443, .kind = OP_RESEED }, .nonce = 12862348169328775009ULL, .seed_nbytes = 280, .seed = { 0xff, 0x36, 0x1e, 0x07, 0x7f, 0xe9, 0x20, 0xef, 0x96, 0x08, 0x8b, 0x11, 0x8a, 0xac, 0x20, 0x53, 0x65, 0x9d, 0x6f, 0xf1, 0x9d, 0x5c, 0x75, 0x4c, 0x6c, 0x8f, 0xb9, 0x73, 0xfc, 0x11, 0xdf, 0x97, 0x80, 0x64, 0x17, 0x17, 0xaa, 0x43, 0x1e, 0x8c, 0x14, 0x9e, 0x73, 0xe9, 0x07, 0x37, 0x47, 0x36, 0x49, 0x1c, 0x3a, 0xed, 0x32, 0xf9, 0x45, 0xa4, 0xb4, 0x15, 0xa2, 0x31, 0xdc, 0x5b, 0x80, 0xbd, 0x52, 0x0c, 0x1d, 0xc9, 0x36, 0x2d, 0xab, 0xa0, 0xb1, 0x40, 0xfa, 0x14, 0x76, 0x57, 0x37, 0x1d, 0x5b, 0xe4, 0xea, 0xf8, 0x99, 0xf6, 0xf5, 0x35, 0x2f, 0xf9, 0x57, 0xb8, 0xa4, 0x59, 0x16, 0x93, 0x3b, 0xb7, 0x6c, 0x63, 0xa3, 0xb7, 0x8f, 0x68, 0xc6, 0x58, 0x29, 0x52, 0x2e, 0x6a, 0xea, 0xe4, 0x5d, 0xa8, 0x22, 0x9a, 0x07, 0xe8, 0x2e, 0xf1, 0x60, 0xd1, 0xf4, 0x0c, 0xff, 0x7b, 0xfe, 0x81, 0x79, 0x37, 0xf9, 0xf2, 0xb6, 0xd7, 0x0c, 0x35, 0x34, 0x96, 0xa3, 0x31, 0x49, 0x6e, 0xb5, 0x78, 0x53, 0x20, 0xfc, 0x80, 0x00, 0x6f, 0x87, 0xb8, 0xb3, 0x7e, 0xa2, 0xef, 0xe2, 0xea, 0x59, 0x40, 0x29, 0xf7, 0x18, 0xec, 0x36, 0xf1, 0x39, 0x5a, 0xc6, 0x12, 0xde, 0xa2, 0xd2, 0xa6, 0xce, 0xa6, 0xe9, 0xf7, 0xd6, 0x19, 0x80, 0x6c, 0x16, 0xa0, 0x9f, 0xc7, 0x66, 0x74, 0x96, 0x43, 0x4a, 0xf8, 0xd9, 0xcf, 0x59, 0x5d, 0x2e, 0xf3, 0x8c, 0x98, 0x1a, 0x26, 0xe3, 0xe6, 0x6c, 0x83, 0xb4, 0xd7, 0xb5, 0x92, 0x45, 0x76, 0x5b, 0x26, 0xbb, 0xc6, 0x78, 0x34, 0x3c, 0x22, 0xf7, 0x89, 0xa5, 0xa8, 0x4e, 0x29, 0x12, 0x4a, 0x20, 0x52, 0x4b, 0x60, 0x5e, 0xaa, 0x8d, 0x29, 0x2c, 0xff, 0x9f, 0xc7, 0x6f, 0x1e, 0x7b, 0x3e, 0xdc, 0xeb, 0x04, 0xe8, 0x43, 0x19, 0xd2, 0x77, 0x68, 0xfb, 0xca, 0x05, 0x1c, 0x8c, 0xc1, 0xac, 0x3e, 0x7c, 0xf6, 0x59, 0x6f, 0x02, 0xc6, 0xce, 0x68, 0xec, 0x25, 0xfb, 0x79, 0x8b, 0xbb, 0xbc, 0x1c, 0xfe, 0xd0, 0xa9 } }; static const struct cckprng_op_generate op_init_5701 = { .hd = { .id = 5444, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0x74, 0x6f, 0x99, 0xc2, 0x85, 0x8c, 0x5d, 0xaf, 0x31, 0x7f, 0xd9, 0x25, 0xf1, 0x17, 0x9f, 0xea, 0xe1, 0xa6, 0x98, 0xd9, 0xe7, 0x07, 0x8d, 0x1e, 0x35, 0x31, 0x5f, 0x6a, 0x2c, 0xd5, 0x36, 0x8a, 0x3e, 0x96, 0xd6, 0xaf, 0x78, 0xaa, 0x94, 0x34, 0x79, 0x69, 0x28, 0x66, 0x66, 0x58, 0x70, 0x8a, 0xeb, 0x94, 0x72, 0x9c, 0xaa, 0x4b, 0x1a, 0x35, 0xb2, 0xa5, 0x9d, 0xff, 0xdf, 0xe0, 0x58, 0xdf, 0x51, 0xa2, 0x78, 0xda, 0xd9, 0x29, 0x1b, 0x9c, 0x8b, 0x4b, 0xdc, 0xb5, 0xd6, 0x00, 0xf5, 0x02, 0xaa, 0x5e, 0xf2, 0x64, 0xcd, 0xc4, 0x4c, 0x59, 0x11, 0x40, 0x9c, 0xc7, 0x59, 0x4a, 0x70, 0x3e, 0x13, 0x03, 0x29, 0xbb, 0x31, 0xfe, 0xe7, 0xc1, 0xbf, 0xb0, 0x8b, 0x04, 0xb1, 0xd4, 0x8d, 0xf3, 0xe3, 0x0b, 0xf0, 0x8a, 0xa3, 0x94, 0xc8, 0x32, 0x98, 0x17, 0xfa, 0xca, 0x69, 0x83, 0x17, 0xc5, 0x63, 0x90, 0xaf, 0x00, 0x6d, 0x0a, 0x7e, 0xe3, 0x07, 0x90, 0x8f, 0x33, 0xdd, 0x3b, 0x90, 0xf6, 0x5f, 0xb5, 0xf9, 0xe2, 0x0a, 0xe4, 0x97, 0xc6, 0x91, 0xb1, 0x57, 0x69, 0x6e, 0xf5, 0x17, 0x5a, 0x58, 0xc5, 0xd0, 0xa5, 0xd0, 0x9e, 0x4c, 0x65, 0xda, 0xdb, 0xe8, 0x0c, 0xe4, 0xaf, 0xda, 0x73, 0x18, 0x70, 0xc3, 0x6b, 0x31, 0x44, 0x38, 0x67, 0x7d, 0x96, 0x2e, 0x74, 0x79, 0x75, 0x7a, 0x88, 0x44, 0xc9, 0xea, 0xb8, 0x51, 0x1f, 0x01, 0x14, 0x61, 0xcc, 0x17, 0x65, 0xfc, 0x58, 0xbc, 0x5d, 0xaa, 0xa2, 0x5d, 0xb9, 0xa2, 0xef, 0x5a, 0xf7, 0x6e, 0xce, 0xf5, 0x63, 0x2a, 0xce, 0x3f, 0xa1, 0x39, 0x0c, 0x72, 0xa5, 0x83, 0x0c, 0xa3, 0x9e, 0x7f, 0x36, 0xb4, 0xc6, 0x95, 0x4b, 0x8b, 0xa5, 0xc2, 0x6c, 0xcf, 0x73, 0xab, 0x8f, 0xd4, 0xca, 0x5f, 0xad, 0xb9, 0xa2, 0x08, 0x00, 0x6f, 0xe9, 0x02, 0x07, 0x10, 0x75, 0xc9, 0x0f, 0x4f, 0x99, 0x9d, 0x0e, 0xf7, 0x37, 0xc7, 0x55, 0xe2, 0x22 } } }; static const struct cckprng_op_generate op_init_5702 = { .hd = { .id = 5445, .kind = OP_GENERATE }, .rand_nbytes = 274, .out = { .rand = { 0x73, 0xf1, 0x31, 0x89, 0x79, 0x5d, 0xf2, 0xbc, 0x7c, 0x8c, 0x8e, 0x7a, 0xbc, 0xc2, 0xea, 0x99, 0x9a, 0xf1, 0xd7, 0x1b, 0x91, 0xfd, 0xeb, 0xdd, 0xa7, 0x94, 0x00, 0x11, 0x13, 0x76, 0x19, 0xb5, 0x7a, 0x60, 0x60, 0x57, 0x16, 0x85, 0xca, 0xa8, 0x3c, 0xd6, 0x33, 0x86, 0x86, 0x88, 0xc1, 0xfe, 0x29, 0x37, 0x02, 0x66, 0x67, 0xeb, 0xbf, 0xef, 0x39, 0x38, 0xe7, 0x70, 0xd9, 0xd9, 0x28, 0xb2, 0x0e, 0xf4, 0xd7, 0x8d, 0x5b, 0x71, 0x10, 0xb1, 0x3f, 0x15, 0x11, 0xeb, 0x6e, 0xbc, 0xcf, 0x4b, 0x9e, 0x54, 0xba, 0xff, 0x94, 0x8e, 0xc9, 0xe3, 0x60, 0x78, 0x4a, 0x6d, 0x07, 0xd3, 0xab, 0x46, 0x96, 0xa6, 0xf8, 0xa7, 0x38, 0x72, 0x82, 0xd1, 0x05, 0x3d, 0xae, 0xed, 0x35, 0xd8, 0x4f, 0xca, 0x3b, 0xca, 0x11, 0x5f, 0x6c, 0x66, 0xa7, 0x3f, 0xd5, 0x11, 0x09, 0x24, 0x3c, 0xdd, 0x49, 0xa5, 0x39, 0x38, 0x37, 0x87, 0xbc, 0x37, 0xe5, 0x7e, 0xde, 0x55, 0xe7, 0x4f, 0x88, 0xd1, 0x3d, 0xe3, 0x0d, 0x43, 0x14, 0xc1, 0x73, 0x66, 0x9c, 0x5a, 0x06, 0x74, 0x02, 0xe8, 0x2a, 0x93, 0x71, 0x8d, 0x57, 0x45, 0x54, 0xa3, 0x26, 0xb7, 0x01, 0x1a, 0x63, 0x14, 0x15, 0x82, 0x9f, 0x64, 0x2a, 0xc0, 0x13, 0x8a, 0x93, 0xc9, 0xe1, 0xc5, 0xb9, 0x96, 0x75, 0xb7, 0x55, 0x98, 0x36, 0xdd, 0x00, 0x81, 0x50, 0x28, 0xe9, 0x28, 0x83, 0xbf, 0xef, 0x77, 0x79, 0x1f, 0x4b, 0xfc, 0x82, 0x88, 0xfc, 0x90, 0x21, 0xbb, 0x63, 0x52, 0x3a, 0x9d, 0x4e, 0x1b, 0xe0, 0x35, 0xd8, 0xfa, 0x79, 0xfd, 0xce, 0x1d, 0x07, 0xad, 0x85, 0x40, 0x4c, 0x11, 0xdf, 0xc1, 0x7f, 0x3c, 0xa9, 0x34, 0x21, 0xa7, 0xcc, 0x7d, 0xc0, 0x49, 0xb1, 0x3f, 0xb5, 0x7d, 0x1e, 0xe0, 0x2c, 0x0e, 0xde, 0xe1, 0x87, 0xc2, 0x7a, 0xa8, 0x4f, 0xc7, 0xde, 0x22, 0x2a, 0x56, 0x1f, 0x81, 0x11, 0xcd, 0xc2, 0xad, 0x6b, 0xf8, 0x8e, 0x1d, 0x71, 0x25 } } }; static const struct cckprng_op_refresh op_refresh_5703 = { .hd = { .id = 5446, .kind = OP_REFRESH }, .rand = 1461309386857790866ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5704 = { .hd = { .id = 5447, .kind = OP_RESEED }, .nonce = 478834922281614849ULL, .seed_nbytes = 73, .seed = { 0x39, 0xf4, 0xee, 0xd3, 0xd0, 0xd9, 0x2a, 0xe1, 0x11, 0xff, 0xbb, 0xaf, 0x4b, 0xa2, 0x58, 0xdb, 0x32, 0x16, 0xf8, 0x76, 0x8a, 0x89, 0xdc, 0xc8, 0x29, 0x4c, 0xca, 0x15, 0xf3, 0xb7, 0xbe, 0x1a, 0x6e, 0x34, 0xa6, 0x9a, 0xe7, 0xc8, 0x2f, 0x9a, 0x6b, 0xff, 0x02, 0xc5, 0x28, 0x48, 0x19, 0xcd, 0x84, 0xa5, 0x24, 0xe8, 0xd5, 0xa3, 0xf2, 0xe9, 0x6d, 0xd1, 0xca, 0x5d, 0xf9, 0x3d, 0xd4, 0x86, 0xbe, 0xc5, 0x85, 0xbf, 0xd4, 0x54, 0xd6, 0xce, 0x3f } }; static const struct cckprng_op_generate op_init_5705 = { .hd = { .id = 5448, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0x56, 0x1e, 0xf0, 0xae, 0x98, 0xe4, 0x6d, 0x75, 0x45, 0xf5, 0x6c, 0x33, 0x59, 0xea, 0x36, 0xee, 0x43, 0xfc, 0x35, 0x01, 0xe6, 0x50, 0x6a, 0x14, 0x1f, 0x6f, 0xc3, 0x58, 0x06, 0x70, 0xf7, 0xd4, 0xac, 0x29, 0x9f, 0xed, 0xaa, 0xfb, 0x57, 0xf7, 0xf5, 0x85, 0x1a, 0xa2, 0xe5, 0x8a, 0xb1, 0xba, 0x31, 0xd9, 0xb7, 0xe5, 0xf5, 0xa2, 0xe9, 0x62, 0x2a, 0xee, 0xdc, 0xf7, 0x52, 0xa7, 0xcd, 0x51, 0x1b, 0x60, 0x2d } } }; static const struct cckprng_op_generate op_init_5706 = { .hd = { .id = 5449, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0xa9, 0x8e, 0xfa, 0xda, 0x42, 0xf4, 0x9e, 0xa5, 0xaa, 0x04, 0xdc, 0x93, 0x3f, 0x87, 0xc7, 0xe5, 0x33, 0x72, 0x2c, 0x1f, 0x38, 0x0f, 0xec, 0xaf, 0xcf, 0x27, 0x55, 0xf0, 0xe2, 0x73, 0x46, 0xe5, 0x3f, 0x5a, 0x13, 0x1f, 0x99, 0xe5, 0x67, 0xcc, 0x4a, 0xe9, 0xf7, 0xf7, 0x18, 0xe7, 0x7e, 0xc6, 0xbd, 0x6e, 0x17, 0x17, 0xcc, 0xaf, 0x3f, 0x67, 0x0b, 0x5e, 0xf6, 0xcc, 0x8e, 0x7c, 0x4d, 0xa1, 0xf6, 0xdb, 0x62, 0x0a, 0x43, 0xec, 0x29, 0x23, 0xd0, 0xdc, 0xf8, 0x82, 0xbc, 0x68, 0x5a, 0xf4, 0x3b, 0xd3, 0x76, 0xc3, 0x11, 0x20, 0xca, 0x52, 0x4b, 0x27, 0x2d } } }; static const struct cckprng_op_reseed op_reseed_5707 = { .hd = { .id = 5450, .kind = OP_RESEED }, .nonce = 5773383902005382894ULL, .seed_nbytes = 125, .seed = { 0xf1, 0x4a, 0x16, 0xbc, 0xfc, 0xc6, 0xc8, 0x4d, 0xb5, 0xbd, 0x53, 0x5b, 0xba, 0x05, 0x47, 0x16, 0x12, 0x82, 0x65, 0x57, 0xf0, 0x69, 0xd6, 0xcf, 0xfa, 0x2d, 0x5e, 0x39, 0x4e, 0x6a, 0x67, 0x84, 0xf3, 0xe8, 0x67, 0x35, 0x80, 0x66, 0x14, 0xb4, 0x78, 0xc8, 0x31, 0xf0, 0x53, 0xb5, 0xee, 0xe8, 0xf1, 0xd7, 0xd7, 0x26, 0xa4, 0x5d, 0x3e, 0xb2, 0x8f, 0x9a, 0x67, 0x81, 0xe7, 0x58, 0x9a, 0x46, 0x62, 0x18, 0x90, 0xbc, 0x8c, 0x66, 0x81, 0xf1, 0x5d, 0x2b, 0xc2, 0xf8, 0x99, 0x27, 0x9a, 0x05, 0xf2, 0xd4, 0x8a, 0xc6, 0xc0, 0x3e, 0x0f, 0x1d, 0xe7, 0x73, 0x6c, 0xad, 0x4c, 0x33, 0xf6, 0x0c, 0xf3, 0x11, 0xdb, 0x94, 0xae, 0xaf, 0x6b, 0x17, 0x96, 0x65, 0x54, 0x8a, 0x41, 0x3f, 0x05, 0xb6, 0x60, 0xb9, 0x16, 0x9b, 0x05, 0xb3, 0x7d, 0x1e, 0xe6, 0x0d, 0x4a, 0xd1, 0x48 } }; static const struct cckprng_op_generate op_init_5708 = { .hd = { .id = 5451, .kind = OP_GENERATE }, .rand_nbytes = 149, .out = { .rand = { 0xd1, 0x08, 0xcc, 0x26, 0x71, 0x11, 0x06, 0x50, 0x8d, 0xbe, 0xc8, 0x53, 0xd3, 0xa9, 0xbb, 0xc2, 0xa1, 0x6c, 0xe6, 0x26, 0xfe, 0x4c, 0xe0, 0x72, 0xc0, 0xe7, 0x8c, 0x65, 0x3f, 0x2d, 0xf6, 0x1f, 0xe4, 0x93, 0xd4, 0x83, 0x91, 0x98, 0x17, 0x89, 0x9f, 0x6f, 0x19, 0x2c, 0x3d, 0xec, 0x1e, 0xcc, 0x56, 0xb9, 0x93, 0xc4, 0x89, 0xc9, 0x8e, 0xab, 0x39, 0x4a, 0xd7, 0xab, 0x26, 0x02, 0xbe, 0xd7, 0x57, 0xcb, 0x83, 0xf6, 0xf9, 0x00, 0x4c, 0x21, 0xdb, 0x14, 0x07, 0xa8, 0x3b, 0x1b, 0xfa, 0xfb, 0x02, 0xd2, 0x76, 0xb5, 0xf8, 0x78, 0x8a, 0xb0, 0x68, 0xfd, 0xfd, 0xbf, 0x67, 0x6b, 0x94, 0x9d, 0x7b, 0x20, 0x94, 0xa0, 0x92, 0xd1, 0x85, 0x04, 0x45, 0xcd, 0x60, 0x43, 0xa0, 0xec, 0xb8, 0x8b, 0x4a, 0x36, 0xc5, 0x00, 0x0f, 0xb1, 0xbf, 0xa7, 0xfe, 0x8c, 0x03, 0xc0, 0x47, 0x48, 0xe9, 0x6f, 0xc7, 0xae, 0x7e, 0x55, 0xe0, 0x2b, 0xdc, 0x61, 0xb9, 0xb0, 0x81, 0x7f, 0xbb, 0x34, 0x8d, 0xfb, 0xeb, 0x56, 0xaf, 0x03, 0x02 } } }; static const struct cckprng_op_reseed op_reseed_5709 = { .hd = { .id = 5452, .kind = OP_RESEED }, .nonce = 10165984641247483850ULL, .seed_nbytes = 84, .seed = { 0xc0, 0x60, 0xd2, 0xae, 0x3b, 0x10, 0xcd, 0x94, 0xdd, 0xf8, 0x63, 0x47, 0x8f, 0xf8, 0x0c, 0x40, 0x2e, 0xda, 0xb4, 0x8b, 0xe9, 0x95, 0x7c, 0xd9, 0x49, 0x27, 0xf1, 0xe2, 0x5f, 0x51, 0x9a, 0x83, 0x40, 0xf8, 0x56, 0x97, 0xf7, 0xc2, 0xe4, 0xaa, 0xac, 0x79, 0x99, 0x36, 0x2e, 0xb9, 0x9b, 0x8e, 0x6f, 0xe3, 0x80, 0x99, 0x1b, 0x66, 0xba, 0x76, 0xea, 0x17, 0x80, 0xbe, 0x1c, 0xc7, 0x6b, 0x9a, 0x06, 0xa8, 0x47, 0xa3, 0x91, 0x1d, 0x5d, 0x24, 0x44, 0x28, 0xc3, 0x3a, 0x37, 0x8a, 0x77, 0x9b, 0x73, 0x70, 0xf5, 0x0d } }; static const struct cckprng_op_refresh op_refresh_5710 = { .hd = { .id = 5453, .kind = OP_REFRESH }, .rand = 9993415002438595040ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5711 = { .hd = { .id = 5454, .kind = OP_RESEED }, .nonce = 17588994123280295701ULL, .seed_nbytes = 148, .seed = { 0x84, 0xe1, 0x22, 0x5f, 0x94, 0x43, 0x5a, 0x2f, 0x9d, 0xce, 0x57, 0x0b, 0xe9, 0x75, 0x19, 0x58, 0x25, 0x38, 0xae, 0x10, 0x28, 0x15, 0x9e, 0x17, 0xb4, 0xcb, 0x14, 0xff, 0x44, 0x78, 0x82, 0x42, 0xfd, 0xf5, 0x8b, 0x40, 0x13, 0x70, 0x4b, 0x3c, 0x9a, 0x1e, 0x64, 0xfa, 0x6c, 0x58, 0xb5, 0x0a, 0x0f, 0x12, 0x73, 0x98, 0x9b, 0xd3, 0x2b, 0x23, 0xbc, 0x79, 0xeb, 0xfd, 0x52, 0x2b, 0x24, 0x29, 0xe7, 0x95, 0xae, 0x46, 0xe5, 0xd3, 0xd5, 0x65, 0x22, 0x09, 0x08, 0x21, 0x2f, 0xf9, 0x71, 0x5e, 0x54, 0xc4, 0x2e, 0x59, 0x04, 0xd3, 0x29, 0x93, 0xa1, 0xfd, 0x63, 0xe9, 0xa2, 0x6c, 0x44, 0xdf, 0x56, 0x34, 0x66, 0xbd, 0x8d, 0x75, 0xb4, 0xa8, 0xa7, 0x25, 0xd7, 0x93, 0x39, 0x21, 0x2b, 0xab, 0x3e, 0xe2, 0x68, 0x82, 0x83, 0x1f, 0x5d, 0xe6, 0x15, 0xc5, 0xbe, 0x7c, 0x5d, 0xb8, 0x31, 0x52, 0x72, 0x1a, 0x95, 0xfa, 0x1d, 0x56, 0xa7, 0x78, 0x32, 0x06, 0x51, 0x91, 0xf1, 0xa6, 0x35, 0x06, 0xf7, 0x16, 0xa2, 0x32 } }; static const struct cckprng_op_reseed op_reseed_5712 = { .hd = { .id = 5455, .kind = OP_RESEED }, .nonce = 8661692163582956985ULL, .seed_nbytes = 164, .seed = { 0x16, 0xbc, 0x19, 0x04, 0xa9, 0x8c, 0xe3, 0x13, 0xbd, 0xb3, 0xc2, 0xd5, 0x9b, 0x05, 0x33, 0x7f, 0xf4, 0x14, 0x8b, 0x88, 0x61, 0x7e, 0xcd, 0x32, 0xd6, 0x95, 0xce, 0x07, 0x78, 0xb6, 0x23, 0xd0, 0xe2, 0x46, 0x6c, 0xdf, 0xa3, 0x19, 0x80, 0xb5, 0x1c, 0x5a, 0x6d, 0x5f, 0xd7, 0xbe, 0xe2, 0x80, 0xb4, 0xdc, 0xdb, 0x8d, 0xa4, 0x37, 0x76, 0xfb, 0xcf, 0x76, 0xba, 0x5c, 0xa9, 0x8c, 0x68, 0x8a, 0x8d, 0x41, 0x27, 0x15, 0x6a, 0xd4, 0x62, 0xb1, 0x25, 0x6b, 0xfd, 0x21, 0x82, 0xac, 0x05, 0x3d, 0xbc, 0x8c, 0x2a, 0x6a, 0xbb, 0xfb, 0x4d, 0xbc, 0x38, 0xdf, 0x3e, 0x2f, 0xb5, 0xcf, 0xca, 0x70, 0x8c, 0x0a, 0x5a, 0x6b, 0x77, 0xa7, 0x79, 0xce, 0x79, 0x24, 0x2b, 0xa2, 0x11, 0x0a, 0x62, 0x0c, 0xfb, 0x3f, 0xd8, 0xb3, 0x14, 0x3f, 0x15, 0x39, 0xd3, 0x9a, 0x2c, 0x68, 0xef, 0x31, 0xcb, 0x78, 0x35, 0x54, 0x26, 0xb0, 0x65, 0xdf, 0x4f, 0x4d, 0x75, 0xb9, 0x61, 0x39, 0x6f, 0x47, 0xc5, 0xf2, 0xb9, 0xa7, 0xcb, 0x77, 0xfa, 0xad, 0x95, 0x42, 0x00, 0x17, 0xc9, 0x6f, 0xe1, 0xb4, 0x29, 0x29, 0x5c, 0x3a, 0x2c, 0x07 } }; static const struct cckprng_op_generate op_init_5713 = { .hd = { .id = 5456, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x97, 0xf3, 0xa5, 0x6f, 0x76, 0x62, 0x90, 0x76, 0x02, 0x36, 0x05, 0x5a, 0x59, 0x1f, 0xe1, 0x19, 0xe1, 0x0e, 0x98, 0x7b, 0xa2, 0x59, 0x04, 0x78, 0xfb, 0x3a, 0x5f, 0x15, 0xc7, 0x75, 0x52, 0x37, 0xcc, 0x18, 0x6a, 0x9a, 0x75, 0x2d, 0x70, 0xae, 0xdb, 0x33, 0x74, 0x6c, 0x9f, 0xf7, 0x66, 0xdd, 0x1f, 0x11, 0xed, 0x4b, 0xbe, 0xe1, 0x7f, 0xa9, 0xad, 0xf9, 0x9f, 0x2f, 0x20, 0x35, 0x19, 0x17, 0xe4, 0x35, 0x96, 0xcf, 0xf6, 0xad, 0xf2, 0x27, 0xe0, 0xb6, 0xab, 0x24, 0x05, 0x96, 0x5f, 0x8d, 0xf4, 0x31, 0xab, 0xba, 0x32, 0x36, 0xbf, 0x4d, 0x46, 0xfc, 0x90, 0xc7, 0x8e, 0x7a, 0x8a, 0xf2, 0x86, 0x82, 0x0b, 0x34, 0x77, 0xe0, 0xd6, 0xaf, 0xa4, 0x0a, 0x0a, 0xf7, 0x3b, 0xef, 0x36, 0x73, 0x7b, 0x21, 0x3d, 0xc2, 0x49, 0xcd, 0x46, 0x95, 0xda, 0x6d, 0x86, 0xa3, 0xc9, 0xd9, 0xc8, 0x16, 0x52, 0x42, 0x19, 0x9b, 0xcd, 0xc2, 0xde, 0x7e, 0x41, 0xbe, 0xf9, 0x45, 0x80, 0x01, 0xdf, 0x7b, 0x91, 0x93, 0x3a, 0x64, 0x3d, 0xe1, 0xe5, 0xd9, 0x43, 0x84, 0xe8, 0x47, 0x64, 0x30, 0xc5, 0xec, 0xf5, 0xe2, 0x89, 0x44, 0x2f, 0x67, 0xb8, 0x01, 0xee, 0xe8, 0xff, 0x2b, 0x50, 0xf7, 0xf2, 0xee, 0x3b, 0x97, 0x07, 0xa5, 0xb9, 0x58, 0x97, 0x5b, 0x18, 0x2a, 0x03, 0xcf, 0xb7, 0x9a, 0x34, 0xdf, 0x5a, 0x2c, 0x1c, 0x22, 0xde, 0x8e, 0xc0, 0x2e, 0x3e, 0xb8, 0xa4, 0xd6, 0x73, 0xca } } }; static const struct cckprng_op_generate op_init_5714 = { .hd = { .id = 5457, .kind = OP_GENERATE }, .rand_nbytes = 63, .out = { .rand = { 0x3f, 0x71, 0x34, 0x05, 0x0e, 0x04, 0x77, 0x67, 0x90, 0x72, 0x47, 0x19, 0xc8, 0xe5, 0xc8, 0x96, 0xca, 0xf3, 0xa4, 0xf9, 0x47, 0x4a, 0xf8, 0x5b, 0x33, 0xf8, 0x2a, 0xf6, 0x31, 0x5a, 0x37, 0x12, 0xa8, 0xb6, 0xf8, 0xc9, 0x4d, 0x59, 0xb5, 0x5a, 0xe5, 0x29, 0x9e, 0x0f, 0xfa, 0xfd, 0x05, 0xc6, 0x0f, 0x76, 0x8f, 0xa6, 0x33, 0xc3, 0xce, 0x3d, 0x17, 0xc8, 0xd9, 0x9f, 0xf3, 0x6e, 0xf9 } } }; static const struct cckprng_op_refresh op_refresh_5715 = { .hd = { .id = 5458, .kind = OP_REFRESH }, .rand = 17295876918023560657ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5716 = { .hd = { .id = 5459, .kind = OP_RESEED }, .nonce = 3563038123946400986ULL, .seed_nbytes = 138, .seed = { 0x33, 0xcf, 0xf3, 0xca, 0x9c, 0x3d, 0x6b, 0x54, 0x9f, 0x8d, 0x34, 0x2b, 0xac, 0x66, 0xb2, 0xf6, 0x5e, 0xc3, 0xd8, 0x85, 0xd7, 0x8c, 0x49, 0x22, 0x33, 0xa3, 0x69, 0xbe, 0xdf, 0xdb, 0x5f, 0x3c, 0x75, 0x46, 0x05, 0x61, 0xa2, 0x98, 0x77, 0x89, 0x9a, 0x97, 0xc2, 0xaf, 0x0e, 0x3e, 0x44, 0x51, 0x04, 0x0c, 0xb6, 0xf7, 0xdf, 0x8a, 0x30, 0x53, 0x8f, 0x9c, 0xaf, 0x8e, 0x4f, 0xc1, 0x32, 0x6b, 0x8a, 0xf7, 0xbf, 0xc4, 0x12, 0xc9, 0x47, 0xdc, 0x62, 0xaa, 0x7a, 0xab, 0x5c, 0xa4, 0xfd, 0xce, 0x65, 0x70, 0xc2, 0x21, 0xce, 0xd6, 0x7a, 0x06, 0x90, 0x7b, 0x54, 0xa0, 0x5c, 0x12, 0x58, 0x22, 0x15, 0xb7, 0x5b, 0xb8, 0xdd, 0xfd, 0xc6, 0xc8, 0x15, 0xc4, 0xa3, 0x6b, 0x2d, 0x15, 0xed, 0xff, 0x5d, 0xf6, 0xa1, 0x9f, 0xa2, 0xdb, 0xc9, 0x24, 0x9f, 0xf9, 0x34, 0x85, 0x2a, 0x63, 0x03, 0xd0, 0x4a, 0xff, 0xba, 0x40, 0x75, 0x84, 0x7f, 0x74, 0xe9, 0xe7 } }; static const struct cckprng_op_generate op_init_5717 = { .hd = { .id = 5460, .kind = OP_GENERATE }, .rand_nbytes = 172, .out = { .rand = { 0xe6, 0x99, 0xd2, 0xe8, 0x35, 0xc6, 0x29, 0x49, 0xf6, 0x86, 0xcb, 0xc6, 0xc5, 0xd4, 0x3e, 0x1f, 0xa5, 0x93, 0x4d, 0x18, 0x5b, 0x9b, 0x88, 0x66, 0xdd, 0xef, 0xcb, 0x16, 0x54, 0x46, 0x2c, 0xc3, 0x15, 0x83, 0x9d, 0x29, 0xdd, 0x35, 0xe8, 0x19, 0xc1, 0x14, 0xee, 0x07, 0x19, 0xd4, 0xe3, 0x23, 0x3c, 0x71, 0x5c, 0x8b, 0x66, 0x06, 0x25, 0x88, 0x39, 0xc0, 0x45, 0xae, 0x51, 0xb6, 0xc0, 0xe6, 0xc4, 0x09, 0x1b, 0xb5, 0x1e, 0x8b, 0xcf, 0x6e, 0x5c, 0xc5, 0x2c, 0xbc, 0x57, 0xeb, 0x0d, 0x17, 0x18, 0x54, 0x47, 0xd6, 0x91, 0xfb, 0x8b, 0x69, 0xf6, 0x6b, 0x2b, 0x32, 0x03, 0xa5, 0xf3, 0x72, 0xe8, 0x26, 0x95, 0x73, 0x72, 0xf4, 0xcd, 0x96, 0xcc, 0x79, 0xb7, 0xfa, 0xb0, 0x12, 0x2d, 0x9b, 0x6d, 0x72, 0x0f, 0xba, 0x1d, 0x30, 0x31, 0xd5, 0xa7, 0xf4, 0x8b, 0x4f, 0xd2, 0x46, 0xe2, 0x65, 0x8e, 0x12, 0xde, 0x4c, 0x7c, 0xd4, 0x79, 0xd0, 0x4e, 0x97, 0xae, 0x77, 0x2b, 0xfb, 0xe6, 0x25, 0xfa, 0xff, 0xc1, 0x40, 0xfd, 0x78, 0xc4, 0xa8, 0xbf, 0x9a, 0x9b, 0xd4, 0x3b, 0x61, 0xb2, 0xd4, 0xd3, 0xfa, 0x0d, 0x29, 0xd0, 0xf9, 0x57, 0x2c, 0xa7, 0x69, 0xa1, 0x2a } } }; static const struct cckprng_op_reseed op_reseed_5718 = { .hd = { .id = 5461, .kind = OP_RESEED }, .nonce = 4230781174010115717ULL, .seed_nbytes = 189, .seed = { 0x7a, 0xb0, 0x1a, 0x93, 0xeb, 0xd4, 0xde, 0x53, 0x1c, 0xb3, 0xcb, 0xa2, 0xb7, 0x10, 0xe1, 0x96, 0xf3, 0x40, 0x12, 0xf9, 0x75, 0xad, 0x8c, 0x39, 0x10, 0x41, 0x60, 0xc9, 0x96, 0xf2, 0xb3, 0x94, 0xfc, 0xb7, 0x0a, 0x65, 0xc2, 0x5b, 0xfe, 0xb6, 0x0c, 0x1f, 0x21, 0xd0, 0x09, 0x95, 0x0e, 0xba, 0xcb, 0xc5, 0x57, 0x9c, 0x3d, 0x7c, 0x10, 0x4c, 0x1a, 0x54, 0x28, 0x02, 0x6e, 0xf9, 0x0d, 0x31, 0x26, 0x5e, 0x63, 0x39, 0x2b, 0xa5, 0x23, 0xa6, 0x32, 0xff, 0x16, 0xf0, 0x08, 0x44, 0xa8, 0x56, 0xe7, 0xaa, 0x05, 0xe5, 0x70, 0x3f, 0xdc, 0x48, 0xc3, 0xf4, 0xbb, 0x30, 0x23, 0xbb, 0x4e, 0x72, 0x7d, 0x74, 0x5f, 0xfe, 0x2b, 0x8b, 0xf6, 0xa7, 0x00, 0xdf, 0x92, 0xec, 0x8f, 0xc4, 0x1a, 0x41, 0xb5, 0xc4, 0x5f, 0x1c, 0xae, 0x8a, 0xf4, 0x96, 0x5b, 0x0d, 0x0e, 0x69, 0x06, 0xdf, 0x0b, 0x21, 0xe5, 0xa4, 0x1f, 0x17, 0xdd, 0x01, 0x11, 0xab, 0x53, 0x96, 0xd9, 0xc4, 0x2c, 0x53, 0x0d, 0xc6, 0xe9, 0x33, 0xaf, 0x7e, 0xc8, 0x00, 0xec, 0xee, 0xf1, 0x50, 0x6b, 0xc9, 0x5a, 0x7c, 0x71, 0xa3, 0xa8, 0x97, 0x79, 0x7f, 0x7f, 0x83, 0x81, 0x35, 0x1d, 0xd0, 0x2c, 0xbd, 0x0d, 0xdc, 0xe1, 0xdc, 0x6c, 0xcb, 0xb2, 0x94, 0xf8, 0x7a, 0xfd, 0x17, 0x19, 0x3c, 0x9b, 0xe8, 0xa6 } }; static const struct cckprng_op_generate op_init_5719 = { .hd = { .id = 5462, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0x4a, 0x23, 0x51, 0xdc, 0xfe, 0xbe, 0x2a, 0x74, 0xa4, 0x8b, 0x03, 0x28, 0x36, 0xb2, 0x29, 0x72, 0x64, 0x2a, 0x5e, 0xc1, 0x7f, 0x7a, 0x98, 0xa0, 0x4f, 0x42, 0xec, 0x9d, 0x08, 0xcc, 0x26, 0xac, 0xd1, 0x3f, 0xd5, 0xb6, 0xae, 0x6a, 0x83, 0x36, 0x43, 0x5d, 0x2b, 0xef, 0x92, 0x1f, 0x58, 0x2c, 0xc4, 0xc7, 0x89, 0xe1, 0x56, 0x04, 0x65, 0x37, 0xf4, 0x80, 0x3e, 0x63, 0x19, 0xc3, 0x09, 0xb3, 0x83, 0x31, 0x25, 0x2f, 0xbe, 0x44, 0x5a, 0xa3, 0x0d, 0x4d, 0x05, 0xb7, 0x96, 0xe7, 0x13, 0xaf, 0x5c, 0x4c, 0xb1, 0x8c, 0x89, 0x10, 0x4e, 0xdc, 0xaf, 0x6a, 0x3b, 0x5b, 0xf6, 0x51, 0x66, 0xd5, 0xc7, 0xf2, 0x96, 0xd0, 0x63, 0x45, 0xa2, 0x7b, 0x5f, 0xd5, 0x6c, 0xd5, 0x1b, 0x25, 0xac, 0x03, 0xdf, 0xec, 0x40, 0xc3, 0xb5, 0xb1, 0xe3, 0xa9, 0x69, 0x93, 0xbc, 0x64, 0x14, 0x85, 0x9c, 0x4a, 0x65, 0x32, 0x0c, 0xd3, 0x55, 0x3c, 0x54, 0xdc, 0xa7, 0xac, 0xd6, 0x54, 0x39, 0xb5, 0x93, 0x73, 0x73, 0x07, 0xb5, 0x52, 0x7b, 0xc8, 0xf4, 0xc3, 0xe6, 0xf4, 0x38, 0x05, 0x44, 0x6a, 0x73, 0xc4, 0x2e, 0x7c, 0xf7, 0x70, 0xe9, 0x38, 0x61, 0xe4, 0xaa, 0x2c, 0x51, 0x80, 0x2e, 0xbd, 0x71, 0x30, 0x85, 0x8b, 0x9a, 0x8c, 0x03, 0x60, 0xfb, 0x52, 0xbf, 0x16, 0x71, 0x99, 0x60, 0x16, 0x63, 0xf5, 0xf3, 0x31, 0x52, 0xc3, 0xb2, 0x16, 0x28, 0x5f, 0x88, 0xcd, 0xf7, 0x66, 0xf5, 0xe2, 0x04, 0x1a, 0x48, 0x46, 0x02, 0x2b, 0x50, 0x5c, 0xb5, 0x5b, 0xac, 0xd3, 0xa6, 0x6a, 0x74, 0xd6, 0x57, 0xb1, 0x63, 0x04, 0xd0, 0x42, 0xad, 0xd4, 0x00, 0x7e, 0x42, 0x2a, 0xc7, 0x1b, 0xe1, 0x96, 0xc3, 0x4d, 0xa7, 0x31, 0x64, 0x54, 0xe9, 0x30, 0x18, 0x0b, 0x5d, 0x77, 0xb5, 0x08 } } }; static const struct cckprng_op_generate op_init_5720 = { .hd = { .id = 5463, .kind = OP_GENERATE }, .rand_nbytes = 124, .out = { .rand = { 0xcf, 0x17, 0x71, 0xba, 0x92, 0xc1, 0xae, 0xf0, 0x85, 0x77, 0xe3, 0xc4, 0xe1, 0x85, 0xa8, 0xfa, 0xb8, 0x7d, 0x02, 0xcd, 0x88, 0x9c, 0xfe, 0x64, 0x73, 0x88, 0x69, 0x0b, 0x80, 0xe6, 0xfe, 0x57, 0x57, 0x8a, 0x6c, 0x9b, 0x2e, 0xfe, 0x48, 0xd3, 0x89, 0xfc, 0x2e, 0x2b, 0xb9, 0x75, 0xeb, 0x9a, 0xde, 0x64, 0xb9, 0xf2, 0x1a, 0x57, 0x8c, 0xe2, 0xb4, 0xea, 0xb5, 0x68, 0xb2, 0xed, 0xae, 0x57, 0x40, 0x0d, 0x4a, 0x1a, 0x9c, 0x49, 0xde, 0x59, 0x2c, 0xc4, 0x8c, 0xdb, 0xf5, 0x82, 0x63, 0x14, 0x58, 0xd6, 0xe7, 0x1c, 0x4b, 0xdb, 0x94, 0xa1, 0x00, 0x7b, 0x7b, 0xab, 0x8b, 0x3d, 0xfa, 0xac, 0x60, 0x28, 0xbe, 0x7b, 0x36, 0xee, 0xf8, 0x05, 0x8f, 0xcb, 0xba, 0xf4, 0x5f, 0xf9, 0x03, 0x88, 0xf7, 0x4e, 0x77, 0x50, 0x02, 0x4d, 0xc6, 0x9f, 0x77, 0x0e, 0xb2, 0x02 } } }; static const struct cckprng_op_refresh op_refresh_5721 = { .hd = { .id = 5464, .kind = OP_REFRESH }, .rand = 7118190318315725397ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5722 = { .hd = { .id = 5465, .kind = OP_RESEED }, .nonce = 10990947233291013962ULL, .seed_nbytes = 61, .seed = { 0x74, 0x7f, 0x26, 0x53, 0xfb, 0x11, 0x67, 0xfe, 0x81, 0xb8, 0xc0, 0x28, 0xbc, 0xcc, 0xfb, 0x42, 0xca, 0x31, 0xdb, 0x3d, 0xf0, 0x4a, 0xc5, 0x5c, 0xd6, 0x42, 0xd5, 0x7a, 0xd9, 0x54, 0x27, 0xb1, 0xdb, 0x92, 0x16, 0xe6, 0x89, 0x34, 0x28, 0xdd, 0xd0, 0x9b, 0x27, 0xe6, 0xf2, 0x6c, 0x58, 0x50, 0xe0, 0x52, 0x82, 0xed, 0x3f, 0xff, 0x45, 0x8d, 0x15, 0x2f, 0xcb, 0xbd, 0x44 } }; static const struct cckprng_op_generate op_init_5723 = { .hd = { .id = 5466, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0x7e, 0x26, 0x58, 0xa6, 0xbb, 0x4e, 0x35, 0x57, 0x13, 0x51, 0x3d, 0xfa, 0xb6, 0xcf, 0xa1, 0x93, 0x60, 0x99, 0x0e, 0x26, 0x3b, 0x53, 0x3b, 0xdd, 0x94, 0x2c, 0x80, 0xf5, 0x18, 0x6c, 0xd4, 0xbd, 0x06, 0xa3, 0xde, 0xfa, 0x3d, 0x81, 0x0b, 0xe3, 0x1a, 0x1e, 0xd1, 0xcc, 0x91, 0x5e, 0xfb, 0xf0, 0x20, 0x91, 0x8e, 0xe1, 0xaf, 0xc3, 0x43, 0xfc, 0x34, 0x1e, 0x14, 0x74, 0x7a, 0x74, 0x92, 0xba, 0x5f, 0x59, 0xca, 0xed, 0x23, 0x98, 0xe6, 0x54, 0x9b, 0x73, 0x41, 0x54, 0x23, 0x95, 0x51, 0x3c, 0xe7, 0x0e, 0xb1, 0x20, 0x1e, 0x66, 0x17, 0x0f, 0x90, 0x84, 0x06, 0x97, 0x39, 0x36, 0x1c, 0xc9, 0x8c } } }; static const struct cckprng_op_generate op_init_5724 = { .hd = { .id = 5467, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0xea, 0x7f, 0x2c, 0x07, 0x79, 0x68, 0xd3, 0x72, 0x1c, 0x42, 0xdb, 0x30, 0xcc, 0x9c, 0xf0, 0x40, 0x04, 0x84, 0x9f, 0xc4, 0xe0, 0x6b, 0x66, 0xc8, 0xad, 0x97, 0x02, 0x84, 0xd0, 0x97, 0x12, 0x07, 0x5b, 0xf4, 0x8e, 0xa7, 0x6a, 0x14, 0x2b, 0x0b, 0xf8, 0x90, 0x93, 0xc4, 0xbd, 0x2c, 0xe4, 0xcc, 0x04, 0x39, 0x18, 0xf7, 0x64, 0xaf, 0xe9, 0x96, 0xcd, 0xbd, 0xe4, 0x0b, 0xe4, 0xab, 0xed, 0x58, 0xca, 0x06, 0x48, 0x24, 0x11, 0xf9, 0xc3, 0x68, 0x3a, 0x45, 0x56, 0xb2, 0x68, 0x05, 0x98, 0xb9, 0x83, 0x2d, 0xc5, 0xb5, 0xf6, 0x78, 0x40, 0xf8, 0x3e, 0x75, 0x28, 0x41, 0x99, 0x2c, 0x23, 0x15, 0x3a, 0xe4, 0xc1, 0x34, 0x11, 0xf1, 0x5a, 0x8a, 0xd7, 0x76, 0x55, 0xe6, 0xae, 0x9d, 0x13, 0x27, 0x3d, 0xb0, 0x79, 0x58, 0x0f, 0xe1, 0x50, 0xc9, 0xc8, 0x17, 0x08, 0xb2, 0x26, 0xbe, 0x43, 0xf9, 0xc7, 0xd7, 0x94, 0xa4, 0xc4, 0x8c, 0x33, 0x81, 0xbc, 0x4e, 0x51, 0xc8, 0x52, 0xb8, 0xea, 0xe2, 0xfd, 0x4d, 0xee, 0x3a, 0x6f, 0x16, 0x99, 0x89, 0x86 } } }; static const struct cckprng_op_refresh op_refresh_5725 = { .hd = { .id = 5468, .kind = OP_REFRESH }, .rand = 10243323286669342821ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5726 = { .hd = { .id = 5469, .kind = OP_GENERATE }, .rand_nbytes = 68, .out = { .rand = { 0xaf, 0x09, 0x21, 0x8a, 0x18, 0x2e, 0x11, 0xcd, 0x95, 0x57, 0x9f, 0x16, 0xdc, 0xc8, 0x31, 0x45, 0x17, 0xa9, 0x72, 0x1a, 0xe5, 0x07, 0xa8, 0x0d, 0xa6, 0x58, 0xd8, 0xb7, 0xaa, 0xb4, 0xac, 0xf4, 0xf7, 0xce, 0x84, 0xfc, 0x34, 0x82, 0x45, 0x02, 0x77, 0xbb, 0x1f, 0xb3, 0xda, 0xed, 0x34, 0xc0, 0xfb, 0x15, 0xaa, 0x0b, 0x7c, 0x08, 0x62, 0xd4, 0xa4, 0xf7, 0x9c, 0x3c, 0xd0, 0x62, 0xa2, 0x7d, 0xaf, 0x90, 0x0f, 0xbf } } }; static const struct cckprng_op_generate op_init_5727 = { .hd = { .id = 5470, .kind = OP_GENERATE }, .rand_nbytes = 274, .out = { .rand = { 0x71, 0x2f, 0xca, 0x58, 0x5b, 0x94, 0x97, 0xd4, 0x0e, 0x8a, 0xaf, 0x06, 0x24, 0x34, 0xef, 0x82, 0x46, 0x43, 0x74, 0xb7, 0x73, 0xa4, 0xaa, 0xea, 0x84, 0xdf, 0x5b, 0x15, 0x6b, 0xa2, 0xe8, 0x5b, 0xeb, 0x18, 0xae, 0xbe, 0xc3, 0x9f, 0x3f, 0x32, 0xb1, 0x0f, 0x92, 0xab, 0x53, 0x77, 0xdb, 0xaa, 0x0b, 0x3e, 0xeb, 0xe4, 0x6a, 0x17, 0x85, 0xd6, 0x37, 0xa7, 0x65, 0x52, 0x8a, 0x49, 0xad, 0x04, 0x0f, 0xe9, 0x73, 0x20, 0x67, 0xbe, 0x8d, 0x93, 0xf8, 0x9c, 0x3a, 0x29, 0x99, 0xc5, 0x36, 0xdc, 0x3b, 0xca, 0xa6, 0xf7, 0xc4, 0x7e, 0x0c, 0x1a, 0x5a, 0x25, 0xa1, 0xcc, 0x6b, 0x34, 0x57, 0xe2, 0x67, 0xa6, 0x93, 0x15, 0x29, 0x68, 0x2d, 0xdd, 0xe0, 0x4b, 0xf6, 0x0a, 0xb9, 0x7f, 0xa6, 0xc1, 0x1d, 0x04, 0x09, 0xbb, 0x90, 0x75, 0x08, 0x04, 0x6c, 0xdc, 0x5c, 0xae, 0x5e, 0xb0, 0xf2, 0x99, 0x8d, 0xf3, 0x12, 0x55, 0xc3, 0xd5, 0xb6, 0xa5, 0x47, 0xa2, 0x44, 0x48, 0xbb, 0x3d, 0x88, 0x06, 0xfc, 0x1b, 0xf2, 0x3d, 0x82, 0x30, 0xcf, 0x60, 0x9d, 0xa7, 0x8c, 0x89, 0x73, 0x03, 0xa3, 0xd3, 0x07, 0x35, 0xd9, 0x1d, 0x1d, 0x78, 0xd7, 0xbc, 0x64, 0x76, 0x44, 0x39, 0xf4, 0xc4, 0x01, 0x87, 0xc7, 0xa8, 0x02, 0xd0, 0x52, 0x71, 0x6b, 0x20, 0xee, 0x3e, 0xb8, 0x18, 0x38, 0x5b, 0x80, 0xd3, 0xb2, 0x1b, 0x94, 0xd1, 0xa4, 0xde, 0xc5, 0xda, 0x18, 0x72, 0x76, 0xe1, 0x97, 0xe8, 0x0a, 0x94, 0xf5, 0xa6, 0x1f, 0x67, 0x67, 0xc9, 0x54, 0xe1, 0xe0, 0xc0, 0x2c, 0x2c, 0xd9, 0x90, 0x85, 0xb7, 0x6a, 0x4f, 0xe9, 0x77, 0xc5, 0xea, 0x7c, 0x14, 0xc0, 0x24, 0x99, 0x0d, 0xa7, 0xfb, 0x47, 0x7b, 0x56, 0x7d, 0xcb, 0x7e, 0x5e, 0xe5, 0x8a, 0x8d, 0xab, 0xa0, 0x74, 0x20, 0x5a, 0x5a, 0xbb, 0xae, 0xe6, 0x50, 0xaa, 0xe9, 0x05, 0x89, 0x92, 0xc8, 0x27, 0xac, 0x0e, 0xb9, 0x11, 0xb8, 0xc2, 0x98, 0xa8, 0xba } } }; static const struct cckprng_op_generate op_init_5728 = { .hd = { .id = 5471, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0x9c, 0xce, 0xb7, 0x53, 0x71, 0xdc, 0x85, 0x7c, 0x50, 0xc3, 0x10, 0xae, 0xf1, 0xa2, 0xf7, 0xa7, 0x00, 0x5b, 0xd7, 0x1d, 0x2f, 0x79, 0x2b, 0xf8, 0x2f, 0x0b, 0x2a, 0x65, 0xc9, 0x45, 0x4d, 0x53, 0x53, 0xb7, 0x63, 0xcf, 0xb0, 0x9b, 0x9e, 0x46, 0xe1, 0x91, 0x87, 0xfa, 0x1b, 0x54, 0x40, 0xbc, 0xe4, 0x44, 0x2b, 0x5a, 0xd4, 0x2e, 0xb3, 0xd8, 0xd1 } } }; static const struct cckprng_op_reseed op_reseed_5729 = { .hd = { .id = 5472, .kind = OP_RESEED }, .nonce = 7370178990150201351ULL, .seed_nbytes = 118, .seed = { 0x3b, 0x87, 0xc3, 0x1c, 0xc3, 0x5b, 0x4c, 0x08, 0xbd, 0x77, 0xec, 0x8f, 0xfd, 0xc6, 0x5f, 0x36, 0x43, 0x41, 0x5e, 0x34, 0x6c, 0x57, 0x29, 0xb6, 0x4e, 0xa6, 0x4a, 0xf5, 0x27, 0xd8, 0x7c, 0xde, 0xe0, 0xdf, 0x23, 0xfd, 0xd3, 0x19, 0x7f, 0x39, 0xf2, 0x09, 0x8c, 0x45, 0xee, 0x42, 0xb4, 0x7d, 0x24, 0xe5, 0x44, 0xea, 0xe9, 0xd0, 0xe0, 0x97, 0xd7, 0x13, 0xe6, 0xeb, 0x45, 0x12, 0x97, 0x52, 0x54, 0x32, 0xfb, 0x7a, 0x00, 0xd7, 0x1f, 0x33, 0x28, 0xb4, 0xc5, 0x90, 0x9f, 0x87, 0x14, 0x1a, 0xa9, 0x1a, 0x97, 0x3c, 0x80, 0x34, 0x9d, 0xfc, 0x0e, 0x78, 0xc5, 0xc3, 0x8c, 0xb2, 0x1e, 0xb9, 0xdf, 0xc3, 0x04, 0x20, 0xac, 0x6b, 0x01, 0x01, 0x9a, 0x72, 0x91, 0x64, 0xe0, 0x45, 0xe0, 0x31, 0x49, 0xef, 0x49, 0x7f, 0x0e, 0xb7 } }; static const struct cckprng_op_generate op_init_5730 = { .hd = { .id = 5473, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0xe0, 0x99, 0x77, 0x44, 0x8e, 0x68, 0x17, 0x96, 0x83, 0xb3, 0xb5, 0xd8, 0xa7, 0xa4, 0x0c, 0x66, 0x1e, 0x44, 0xc0, 0x5c, 0xf2, 0xc0, 0x2b, 0x4d, 0x39, 0x37, 0x7c, 0x76, 0x5a, 0x87, 0x3c, 0xb4, 0x9c, 0x15, 0xa6, 0xd5, 0x93, 0x27, 0xaa, 0x33, 0x45, 0x4f, 0x10, 0x70, 0x3e, 0x0f, 0x4f, 0x5e, 0x79, 0x61, 0x6b, 0x06, 0x04, 0xfc, 0x37, 0xa6, 0xdd, 0x97, 0x85, 0x70, 0xcb, 0x2d, 0x8c, 0x63, 0x9f, 0xdc, 0x6f, 0x8c, 0xe3, 0xbc, 0xdc, 0x96, 0x0e, 0xcd, 0x80, 0xc0, 0xfe, 0x0a, 0x89, 0x17, 0xa0, 0x36, 0x07, 0x09, 0xb4, 0x56, 0xf1, 0x0b, 0x76, 0x91, 0xdc, 0xa1, 0xc2, 0x69, 0xcb, 0x01, 0x2c, 0x7d, 0xe5, 0xd8, 0x55, 0xf9, 0x4e, 0x31, 0x21, 0x5e, 0xc6, 0x39, 0x5a, 0x09, 0x38, 0xd5, 0xcf, 0x1a, 0x60, 0x82, 0x3c, 0x1c, 0xa4, 0x30, 0x7f, 0xad, 0x41, 0xed, 0xae, 0x96, 0x26, 0x75, 0x2b, 0xc2, 0x10, 0xf9, 0xae, 0x5b, 0xad, 0xd4, 0x82, 0x8d, 0xd3, 0x79, 0x07, 0x89, 0x9c, 0xad, 0x57, 0x38, 0x4a, 0x2d, 0xfe, 0xf5, 0x2e, 0x8b, 0x90, 0xb2, 0x64, 0x57, 0xc3, 0x5a, 0x15 } } }; static const struct cckprng_op_reseed op_reseed_5731 = { .hd = { .id = 5474, .kind = OP_RESEED }, .nonce = 16358141864015616890ULL, .seed_nbytes = 52, .seed = { 0x67, 0x17, 0xc5, 0xc2, 0x8d, 0x2f, 0xf5, 0x02, 0xfd, 0xc4, 0x37, 0xf7, 0xa9, 0xc9, 0xbd, 0x14, 0x3a, 0x52, 0xf9, 0x2b, 0x3c, 0x66, 0xa0, 0x84, 0x53, 0xb6, 0x06, 0xcc, 0xda, 0x4e, 0x0b, 0x90, 0x32, 0xf6, 0xe5, 0xe0, 0x72, 0x7d, 0x07, 0xc5, 0x86, 0xba, 0x0b, 0xfd, 0x1b, 0xda, 0xd9, 0x44, 0x6c, 0x85, 0x8f, 0xc0 } }; static const struct cckprng_op_reseed op_reseed_5732 = { .hd = { .id = 5475, .kind = OP_RESEED }, .nonce = 3635043024943115718ULL, .seed_nbytes = 240, .seed = { 0x0e, 0xc9, 0xc8, 0xbb, 0x02, 0x90, 0x7c, 0x28, 0x32, 0xd5, 0xf1, 0x86, 0x6d, 0x17, 0x7b, 0xfe, 0x47, 0x95, 0x0d, 0x43, 0xc3, 0x57, 0x5b, 0xb6, 0xc2, 0x26, 0xaa, 0x74, 0xa4, 0x1e, 0x7c, 0x28, 0x59, 0xc4, 0xd7, 0x3d, 0x67, 0x9f, 0x78, 0x66, 0xbb, 0xd0, 0xb9, 0x34, 0xd9, 0xb3, 0x60, 0x10, 0xbe, 0x37, 0x64, 0xdc, 0x71, 0x70, 0x38, 0x96, 0x86, 0x4d, 0x4e, 0x94, 0x86, 0x2b, 0xeb, 0xbf, 0xd0, 0x47, 0x04, 0x60, 0x4a, 0x75, 0x9c, 0xb0, 0x7b, 0x1b, 0xd9, 0x5f, 0x5a, 0x89, 0x43, 0x1d, 0xd6, 0x79, 0x6e, 0xea, 0xe8, 0x5f, 0xf8, 0x98, 0x50, 0xde, 0xc5, 0x6e, 0x22, 0xca, 0xa3, 0x14, 0x8d, 0x57, 0x7e, 0x90, 0x1a, 0x4d, 0x77, 0xfc, 0x8b, 0x80, 0xe8, 0x7b, 0xc2, 0x7d, 0xf0, 0x28, 0x2c, 0xdf, 0xb1, 0xbe, 0xe6, 0xa7, 0x11, 0xba, 0xc4, 0xf2, 0xe3, 0xd2, 0xc6, 0x1a, 0x7d, 0xc6, 0xbb, 0x08, 0xe4, 0x41, 0x6b, 0x54, 0x39, 0x47, 0xf3, 0xa5, 0x35, 0x18, 0xfa, 0x61, 0x97, 0x4c, 0xfd, 0xce, 0x43, 0xee, 0x23, 0xb9, 0x2a, 0x79, 0xae, 0xec, 0xd0, 0x97, 0x94, 0x2b, 0x7b, 0x1b, 0x39, 0xf1, 0x43, 0x5c, 0x31, 0x4a, 0x51, 0xa0, 0x26, 0xe6, 0x7e, 0x4f, 0x85, 0x44, 0xc5, 0xea, 0x6e, 0x69, 0x07, 0x2d, 0x9d, 0x4c, 0x4e, 0x8d, 0x8e, 0xf5, 0xfd, 0xe9, 0x2c, 0x0b, 0x26, 0x0f, 0x87, 0x1f, 0x3b, 0x94, 0xd3, 0x10, 0x89, 0xfd, 0x51, 0x45, 0xfb, 0x49, 0xa8, 0xbe, 0xaf, 0xe3, 0x0a, 0x7e, 0xf8, 0xd0, 0xe9, 0x1d, 0x28, 0x5a, 0x2d, 0xa8, 0x3f, 0x32, 0x2a, 0xf3, 0xcf, 0x23, 0x05, 0x68, 0xfd, 0xdb, 0x4f, 0xf6, 0xd4, 0x42, 0xa9, 0x51, 0x6e, 0xb6, 0xad, 0x27, 0x7d, 0xb7 } }; static const struct cckprng_op_refresh op_refresh_5733 = { .hd = { .id = 5476, .kind = OP_REFRESH }, .rand = 3916792409418232120ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5734 = { .hd = { .id = 5477, .kind = OP_GENERATE }, .rand_nbytes = 135, .out = { .rand = { 0x39, 0x80, 0xe0, 0x25, 0xd5, 0x21, 0xf6, 0x03, 0xbc, 0x3e, 0xa1, 0x7f, 0xde, 0xa3, 0x82, 0x43, 0x1c, 0x9a, 0xac, 0xf6, 0xb9, 0x3e, 0x54, 0x7e, 0xd8, 0x27, 0x1e, 0x50, 0x20, 0x1d, 0x1b, 0x33, 0x72, 0x93, 0xf8, 0xc9, 0xab, 0xdf, 0xd9, 0x9e, 0x96, 0xb5, 0xcb, 0xbb, 0x3c, 0x88, 0x9d, 0xab, 0xce, 0x3c, 0x5a, 0x07, 0x4a, 0x99, 0x85, 0xda, 0x91, 0x83, 0x01, 0xb6, 0x8f, 0x90, 0x1d, 0x4a, 0x81, 0xcc, 0x09, 0x26, 0x5d, 0x68, 0x32, 0x09, 0x17, 0x34, 0x2f, 0xa8, 0xf3, 0xa9, 0x80, 0xd2, 0xe0, 0x74, 0xb2, 0x19, 0x6d, 0x8a, 0xd4, 0x24, 0x69, 0x18, 0x0e, 0xd9, 0x23, 0x29, 0x08, 0x96, 0xa1, 0xaf, 0xa0, 0x08, 0x43, 0xe0, 0xec, 0xd1, 0xb5, 0x38, 0x75, 0xeb, 0x06, 0x04, 0xae, 0x0f, 0xdc, 0xa7, 0x33, 0xb1, 0xce, 0x63, 0xfc, 0xd6, 0x74, 0x5f, 0x20, 0xcc, 0xa1, 0xfc, 0xf8, 0x01, 0x1d, 0x00, 0x72, 0x45, 0x0e, 0xe2, 0xf0 } } }; static const struct cckprng_op_reseed op_reseed_5735 = { .hd = { .id = 5478, .kind = OP_RESEED }, .nonce = 2178154667351537803ULL, .seed_nbytes = 229, .seed = { 0xbc, 0x44, 0x71, 0xef, 0xc7, 0x0c, 0xce, 0x58, 0x1b, 0x84, 0xb1, 0x58, 0xfe, 0x40, 0x81, 0xee, 0x61, 0x43, 0x47, 0x19, 0xf7, 0x05, 0x2c, 0xf6, 0xa3, 0xbf, 0x0a, 0x8c, 0x5f, 0xbc, 0x14, 0x94, 0xc8, 0x40, 0x7e, 0x77, 0xa1, 0x67, 0xb0, 0x8d, 0xde, 0x5d, 0xb0, 0xdf, 0x0e, 0x33, 0x4c, 0xc7, 0x1e, 0x68, 0x15, 0x82, 0x1d, 0x95, 0xb3, 0x10, 0x56, 0x13, 0xc5, 0x53, 0x7e, 0xd5, 0xaa, 0x15, 0x8f, 0xfc, 0xc8, 0x31, 0xe1, 0xba, 0x62, 0x09, 0x6d, 0xf6, 0xd1, 0x14, 0xa7, 0xb5, 0x62, 0xa7, 0xee, 0xdd, 0xf1, 0x78, 0xff, 0x9a, 0x3d, 0x0e, 0x78, 0x7f, 0x60, 0xe4, 0xce, 0x90, 0x23, 0x9a, 0x5e, 0x58, 0x55, 0xf6, 0xf2, 0x08, 0x4b, 0xb9, 0x04, 0xec, 0x13, 0xea, 0x60, 0x04, 0xe9, 0x3a, 0x47, 0xdc, 0xeb, 0x7d, 0x60, 0x76, 0xb2, 0x31, 0x42, 0x48, 0x89, 0x5c, 0x7a, 0xfb, 0xcc, 0xfe, 0x23, 0x09, 0x5d, 0xb2, 0x28, 0x25, 0x88, 0x76, 0x21, 0xf3, 0x92, 0x16, 0x07, 0xf8, 0x05, 0x52, 0x34, 0xcb, 0x31, 0x8f, 0x09, 0x3f, 0x96, 0x98, 0xa7, 0x8d, 0x29, 0xf3, 0x39, 0x88, 0x98, 0x57, 0x7f, 0x33, 0xb2, 0xef, 0x97, 0x9f, 0x58, 0x2c, 0x54, 0x3c, 0x84, 0x48, 0x73, 0x25, 0x43, 0xf2, 0x3b, 0x2c, 0xe7, 0xa6, 0x0d, 0x4c, 0xdb, 0xbb, 0xe6, 0x5e, 0xb6, 0x99, 0xfe, 0xbf, 0x0b, 0x4d, 0x84, 0xb6, 0x21, 0x26, 0xd3, 0xae, 0xe6, 0x2b, 0xfd, 0xe0, 0x00, 0x59, 0x33, 0xb1, 0x45, 0x3f, 0xbe, 0xb9, 0x60, 0xbf, 0x25, 0x9e, 0x81, 0x17, 0xad, 0xe5, 0x3c, 0x5e, 0x2b, 0xda, 0xbb, 0x50, 0x4c, 0xda, 0x43, 0x73, 0x31 } }; static const struct cckprng_op_generate op_init_5736 = { .hd = { .id = 5479, .kind = OP_GENERATE }, .rand_nbytes = 237, .out = { .rand = { 0xd2, 0x0e, 0x4c, 0x4a, 0xf4, 0x9c, 0xf9, 0xcd, 0x39, 0x08, 0x5b, 0x96, 0xae, 0x85, 0x17, 0x83, 0x87, 0x71, 0x2a, 0x7b, 0x11, 0xbd, 0x91, 0x68, 0x20, 0x38, 0xfa, 0x33, 0x43, 0xd2, 0x5d, 0xc9, 0x94, 0xdd, 0x90, 0xba, 0x5c, 0x46, 0x2a, 0x7f, 0xc1, 0xfa, 0xea, 0xc2, 0x5a, 0x73, 0x8c, 0x24, 0xfb, 0xa5, 0x83, 0xda, 0x6c, 0x39, 0x42, 0x5b, 0xfa, 0xd8, 0x8d, 0x86, 0xc9, 0xac, 0x9d, 0x96, 0x2e, 0x63, 0xd9, 0xb2, 0x4f, 0xf1, 0xa8, 0x2c, 0xf3, 0x01, 0x48, 0x25, 0x11, 0xce, 0xcf, 0x1b, 0x83, 0xcd, 0x52, 0x0b, 0xb2, 0x3d, 0x00, 0x38, 0x10, 0xe5, 0xcd, 0xb2, 0x56, 0x98, 0x72, 0x2c, 0x9e, 0x74, 0x3c, 0x0b, 0x96, 0x0e, 0xdf, 0x27, 0xab, 0x24, 0x42, 0x9d, 0x6f, 0x7e, 0xeb, 0x51, 0x6c, 0xce, 0x0c, 0xe2, 0x9f, 0x3e, 0xb6, 0x4a, 0x5f, 0x45, 0x1c, 0xbe, 0x1c, 0x2a, 0xd1, 0xb1, 0x05, 0x51, 0x9a, 0xe5, 0xb9, 0xe7, 0x54, 0xde, 0x45, 0xb9, 0xe4, 0xcc, 0x5e, 0x74, 0x69, 0x48, 0x48, 0x07, 0xa1, 0x0d, 0x5b, 0x19, 0x94, 0xd3, 0xa4, 0x06, 0x1a, 0x3e, 0xc1, 0x2e, 0x1c, 0x7a, 0x6e, 0xb1, 0x4c, 0x0a, 0x3a, 0xe6, 0x8a, 0xe9, 0xd4, 0xb9, 0x1e, 0xdf, 0x95, 0x07, 0xf5, 0x33, 0x51, 0xe9, 0x71, 0x30, 0x24, 0x9b, 0xb6, 0x1a, 0x72, 0x5a, 0x4a, 0xdf, 0xc6, 0x1c, 0xc4, 0xf6, 0x4d, 0x1d, 0xa9, 0x0f, 0x78, 0x4e, 0x83, 0xa9, 0x16, 0xe0, 0x88, 0xc2, 0x98, 0xe8, 0x8c, 0xf8, 0xa5, 0x21, 0x02, 0x10, 0xa9, 0xd6, 0x75, 0x8c, 0x1a, 0x24, 0x6c, 0x4f, 0x2c, 0x1a, 0x3d, 0x15, 0x39, 0x59, 0x77, 0xf8, 0x04, 0xc6, 0x0e, 0xa9, 0x11, 0x4c, 0xbe, 0x6b, 0xf4 } } }; static const struct cckprng_op_refresh op_refresh_5737 = { .hd = { .id = 5480, .kind = OP_REFRESH }, .rand = 18169950435169224942ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5738 = { .hd = { .id = 5481, .kind = OP_REFRESH }, .rand = 15258483819199910695ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5739 = { .hd = { .id = 5482, .kind = OP_REFRESH }, .rand = 16088883985116127866ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5740 = { .hd = { .id = 5483, .kind = OP_GENERATE }, .rand_nbytes = 5, .out = { .rand = { 0x60, 0xfd, 0x45, 0x30, 0xf2 } } }; static const struct cckprng_op_generate op_init_5741 = { .hd = { .id = 5484, .kind = OP_GENERATE }, .rand_nbytes = 3, .out = { .rand = { 0x9e, 0x65, 0xc6 } } }; static const struct cckprng_op_generate op_init_5742 = { .hd = { .id = 5485, .kind = OP_GENERATE }, .rand_nbytes = 177, .out = { .rand = { 0x64, 0xe9, 0x4e, 0x2a, 0x91, 0x20, 0x68, 0xbb, 0xb3, 0x33, 0x18, 0x89, 0x37, 0x4a, 0x6e, 0xed, 0x9e, 0xf4, 0x89, 0x69, 0x6c, 0x43, 0x70, 0x5f, 0x28, 0xbd, 0x1a, 0x10, 0xb7, 0x67, 0x99, 0xb0, 0x72, 0xb4, 0xcd, 0x2e, 0x5b, 0x21, 0xf8, 0x3a, 0x45, 0x11, 0xa2, 0xf7, 0xce, 0x30, 0x98, 0xb7, 0x0f, 0xa2, 0x62, 0xa5, 0xe0, 0x4f, 0xf6, 0x73, 0x96, 0x97, 0xd6, 0xfd, 0x84, 0xfe, 0x1c, 0x3b, 0x15, 0x85, 0x36, 0xe4, 0x57, 0x53, 0x03, 0x94, 0x8f, 0x5b, 0x2c, 0x10, 0xf4, 0x4d, 0x3d, 0xa4, 0x9d, 0xa1, 0x44, 0xac, 0xdc, 0x07, 0xda, 0xdd, 0x27, 0x7a, 0x6b, 0x10, 0xc8, 0x0e, 0x8e, 0x7f, 0x47, 0x90, 0x0a, 0x7b, 0xb9, 0xd0, 0x3a, 0x5d, 0x73, 0x04, 0x3e, 0xac, 0x49, 0x08, 0x9c, 0xa1, 0x50, 0xf3, 0x84, 0xa1, 0x7f, 0xe3, 0xe1, 0x14, 0x27, 0xed, 0xaa, 0x67, 0xbd, 0x46, 0xb3, 0x67, 0x29, 0x39, 0x72, 0x8c, 0xeb, 0x9c, 0x07, 0xb7, 0xc1, 0x73, 0xd9, 0x3b, 0x86, 0xd8, 0x81, 0xcb, 0x19, 0xc6, 0x5b, 0x99, 0x61, 0x1a, 0x12, 0x3e, 0xc4, 0xc0, 0xba, 0x0e, 0x85, 0xe1, 0x36, 0x19, 0x7f, 0x0e, 0x24, 0x82, 0xff, 0xc1, 0x0e, 0xc2, 0x74, 0x05, 0x71, 0xec, 0x60, 0x1c, 0x63, 0x77, 0xac } } }; static const struct cckprng_op_reseed op_reseed_5743 = { .hd = { .id = 5486, .kind = OP_RESEED }, .nonce = 11214682362861619222ULL, .seed_nbytes = 57, .seed = { 0xec, 0x5d, 0x99, 0x07, 0x22, 0x6f, 0x2c, 0x36, 0x53, 0xf5, 0x1e, 0xce, 0xf4, 0x4a, 0xb2, 0x4f, 0xa4, 0x42, 0xb4, 0xc6, 0x2f, 0x19, 0x25, 0x6e, 0xc5, 0x82, 0x93, 0xa0, 0xf5, 0x89, 0xe0, 0xe0, 0x28, 0x0c, 0x6c, 0xf9, 0x83, 0xae, 0x98, 0x24, 0x86, 0xf2, 0x1a, 0x4b, 0xca, 0xf9, 0xcb, 0x75, 0x14, 0x42, 0x18, 0x98, 0xe5, 0xd2, 0xaf, 0x1a, 0xcd } }; static const struct cckprng_op_reseed op_reseed_5744 = { .hd = { .id = 5487, .kind = OP_RESEED }, .nonce = 14095521969336730847ULL, .seed_nbytes = 98, .seed = { 0x59, 0x42, 0xea, 0x23, 0x75, 0x3c, 0x25, 0xdc, 0xfb, 0x12, 0xde, 0x46, 0x83, 0x2e, 0xf6, 0xaa, 0x24, 0x8f, 0xb4, 0x5d, 0x5a, 0xcc, 0x47, 0x99, 0x59, 0x71, 0x8e, 0xd5, 0xfa, 0x7a, 0x2c, 0x41, 0x31, 0x47, 0xd9, 0x84, 0x08, 0x62, 0xcc, 0x46, 0x1a, 0x5b, 0x44, 0xe1, 0x6b, 0x2a, 0xb8, 0xde, 0x5f, 0x4a, 0xb2, 0x33, 0x1d, 0x11, 0x92, 0xe9, 0x8e, 0xd0, 0x96, 0x9d, 0x43, 0x8e, 0xb3, 0xb4, 0xa3, 0x22, 0x6c, 0xff, 0x3d, 0x20, 0x38, 0xca, 0x22, 0xf8, 0xe2, 0x9b, 0x00, 0xda, 0x21, 0xd0, 0xd9, 0x34, 0xf3, 0x41, 0x95, 0x17, 0xb2, 0x0a, 0xd2, 0xcc, 0x4e, 0x33, 0x70, 0xb2, 0x28, 0xc1, 0x0e, 0x51 } }; static const struct cckprng_op_generate op_init_5745 = { .hd = { .id = 5488, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x60, 0xce, 0x3b, 0x14, 0x31, 0x5a, 0x96, 0x82, 0xec, 0x58, 0x89, 0xeb, 0x7e, 0x07, 0x05, 0xbd, 0x8d, 0x5d, 0x4f, 0x7c, 0xeb, 0x4e, 0x2e, 0x08, 0x0f, 0x41, 0x3a, 0xf2, 0x2a, 0xa6, 0x59, 0xab, 0x2f, 0xc8, 0x02, 0x96, 0x25, 0xb9, 0xf1, 0xe7, 0x2b, 0x7c, 0x16, 0x38, 0x69, 0xa0, 0xc9, 0xb2, 0x58, 0xea, 0x3f, 0x21, 0xab, 0x7e, 0x43, 0x7a, 0xb7, 0xe9, 0x68, 0xe1, 0x9c, 0x77, 0x88, 0x3a, 0x0c, 0x53, 0x4a, 0xc7, 0xf6, 0xcd, 0xef, 0x37, 0xab, 0xe3, 0x05, 0x30, 0x34, 0x86, 0x97, 0xfd, 0x80, 0xf8, 0xa7, 0x03, 0xae, 0xf5, 0xa5, 0x79, 0x48, 0xb0, 0x02, 0xd5, 0x88, 0xfc, 0x0b, 0x21, 0x9d, 0x79, 0x2b, 0x00, 0xde, 0x7b, 0xcb, 0xf5, 0x65, 0xe9, 0xb8, 0xb2, 0x57, 0x52, 0xba, 0x53, 0x44, 0xb1, 0xf8, 0xc5, 0x0f, 0x83, 0x7c, 0x66, 0x45, 0xb6, 0xe1, 0x1e, 0x85, 0x5b, 0xa8, 0x71, 0x8c, 0x36, 0x40, 0xe7, 0xa2, 0x9e, 0x9d, 0x22, 0xd1, 0x32, 0x38, 0x52, 0xe2, 0xd5, 0xe1, 0x2b, 0x29, 0x3d, 0xec, 0xa5, 0xde, 0x1d, 0xed, 0x32, 0x4b, 0x6d, 0x52, 0x11, 0xdb, 0x26, 0x14, 0xa9, 0xb1, 0x4c, 0x91, 0x76, 0x8c, 0xb2, 0xe2, 0xc1, 0xa7, 0x9a, 0x87, 0x30, 0xe7, 0x92, 0xbf, 0x35, 0x30, 0x50, 0x9a, 0x09, 0x77, 0xc1, 0x99, 0xe6, 0x5b, 0x1f, 0x45, 0x0f, 0x08, 0xc8, 0x09, 0x65, 0x2d, 0xb5, 0x48, 0x06, 0xec, 0x9d, 0x6e, 0x7a, 0x62, 0x3f, 0x1c, 0x12, 0x8a, 0xba, 0x92, 0x40, 0x3d, 0x8d, 0x7f, 0x03, 0x51, 0xa2, 0x7d, 0x02, 0xa8, 0xa7, 0xdd, 0xc3, 0xc0, 0x4f, 0x94, 0x2a, 0x43, 0x01 } } }; static const struct cckprng_op_refresh op_refresh_5746 = { .hd = { .id = 5489, .kind = OP_REFRESH }, .rand = 10028038671901404892ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5747 = { .hd = { .id = 5490, .kind = OP_GENERATE }, .rand_nbytes = 126, .out = { .rand = { 0x1b, 0x2d, 0x9d, 0x29, 0x02, 0xd6, 0x23, 0x21, 0x1a, 0x24, 0xe8, 0x2d, 0x1e, 0x4f, 0x72, 0xc1, 0xb8, 0xbe, 0x6d, 0xef, 0xe7, 0x3f, 0xa7, 0x98, 0x71, 0x8d, 0xd6, 0x47, 0xc6, 0x28, 0xba, 0xd2, 0xbb, 0xf6, 0xcc, 0x8f, 0x65, 0x7c, 0x6d, 0xf1, 0x47, 0x3e, 0x48, 0xd1, 0x76, 0xf5, 0x78, 0x5a, 0x76, 0xb3, 0xd4, 0x34, 0xe9, 0xec, 0x49, 0xd3, 0xae, 0xbf, 0x3e, 0x30, 0x5c, 0x39, 0x3a, 0x30, 0x4c, 0x3d, 0xc3, 0x59, 0xba, 0xd2, 0xef, 0xeb, 0x7c, 0x01, 0x50, 0xf0, 0xee, 0xe9, 0x35, 0x35, 0xd5, 0x1b, 0x54, 0xba, 0x78, 0x1d, 0xa5, 0x96, 0x3c, 0xd3, 0xba, 0x08, 0x8e, 0x08, 0x51, 0xb5, 0x18, 0xdf, 0x07, 0xb7, 0x61, 0x6f, 0x4a, 0x7b, 0xb3, 0x29, 0xb5, 0x79, 0xc2, 0x01, 0x79, 0x73, 0xe6, 0x8e, 0x40, 0x47, 0x22, 0x6d, 0x29, 0x23, 0xc7, 0xd7, 0x80, 0x07, 0x20, 0xac } } }; static const struct cckprng_op_reseed op_reseed_5748 = { .hd = { .id = 5491, .kind = OP_RESEED }, .nonce = 10274657189741939289ULL, .seed_nbytes = 19, .seed = { 0x91, 0x7b, 0xe6, 0x98, 0x1f, 0x44, 0x39, 0x6f, 0x0c, 0x30, 0xe5, 0x82, 0x53, 0x07, 0x7a, 0xae, 0xd7, 0x2c, 0x85 } }; static const struct cckprng_op_generate op_init_5749 = { .hd = { .id = 5492, .kind = OP_GENERATE }, .rand_nbytes = 98, .out = { .rand = { 0x34, 0x09, 0x0c, 0xd9, 0xf8, 0x54, 0xc1, 0x1b, 0x91, 0x33, 0x57, 0x35, 0x6b, 0xc0, 0xbd, 0x42, 0x6a, 0xe0, 0x84, 0x41, 0x1a, 0x63, 0x4e, 0xe4, 0xb6, 0xfb, 0x87, 0xa4, 0x9e, 0xc1, 0x78, 0xd6, 0xfd, 0x7d, 0x0d, 0xe6, 0xb5, 0x06, 0x07, 0x52, 0x4d, 0xf7, 0xe1, 0xdf, 0xce, 0x43, 0xab, 0x52, 0x99, 0xdb, 0x7f, 0xba, 0x88, 0xff, 0xc1, 0x67, 0x6f, 0x2a, 0x45, 0x33, 0x6a, 0x31, 0x69, 0xf2, 0xff, 0xd6, 0xbd, 0x1c, 0xa7, 0xda, 0x1e, 0x16, 0x34, 0xd6, 0x36, 0x72, 0x22, 0xa1, 0x61, 0xb7, 0xb6, 0x7b, 0x78, 0xe6, 0x61, 0x3f, 0x43, 0xe3, 0xbf, 0xe6, 0x5d, 0x1a, 0x49, 0x34, 0xf5, 0x02, 0xd2, 0xf4 } } }; static const struct cckprng_op_refresh op_refresh_5750 = { .hd = { .id = 5493, .kind = OP_REFRESH }, .rand = 16813879863295563485ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5751 = { .hd = { .id = 5494, .kind = OP_RESEED }, .nonce = 10692444742932715540ULL, .seed_nbytes = 96, .seed = { 0xf6, 0x0b, 0x02, 0xed, 0x57, 0xea, 0x6b, 0x8f, 0x69, 0x23, 0x1b, 0x2e, 0x96, 0x8f, 0xeb, 0x35, 0x76, 0x1e, 0x74, 0x7d, 0x12, 0x15, 0x68, 0xda, 0xe4, 0x99, 0x89, 0x28, 0xe7, 0x5b, 0x84, 0x0d, 0x33, 0x08, 0xd4, 0x89, 0x6e, 0x17, 0x06, 0xb0, 0xf3, 0x2b, 0x58, 0xb9, 0xb7, 0x84, 0x36, 0xaa, 0xf3, 0xa1, 0x89, 0x9c, 0x41, 0xad, 0x25, 0x17, 0xb4, 0xb1, 0x20, 0x8a, 0x12, 0xe1, 0xe4, 0xeb, 0x08, 0xdf, 0xa9, 0x87, 0x7f, 0x86, 0x70, 0x61, 0x82, 0xaf, 0x2b, 0x0b, 0x32, 0x7e, 0xf3, 0x5b, 0xb1, 0x57, 0x87, 0x07, 0xea, 0x0c, 0x86, 0xce, 0x28, 0x61, 0x65, 0xe0, 0xf6, 0xba, 0x84, 0x2f } }; static const struct cckprng_op_refresh op_refresh_5752 = { .hd = { .id = 5495, .kind = OP_REFRESH }, .rand = 11580336751765531610ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5753 = { .hd = { .id = 5496, .kind = OP_RESEED }, .nonce = 508464253039209982ULL, .seed_nbytes = 64, .seed = { 0xbf, 0x68, 0xcd, 0x35, 0x81, 0x18, 0x74, 0x88, 0xb8, 0x4c, 0xbd, 0x2a, 0xcf, 0x6c, 0x24, 0x30, 0xe3, 0x3d, 0xdd, 0x43, 0xc3, 0x94, 0x7b, 0x16, 0x01, 0xf8, 0x16, 0xf3, 0x30, 0xc8, 0xd6, 0x28, 0xda, 0xd7, 0x12, 0x20, 0x19, 0x16, 0xdb, 0x69, 0x34, 0x70, 0xb1, 0xe1, 0x67, 0x84, 0xcc, 0x6f, 0x43, 0x1f, 0x2e, 0xc9, 0x4d, 0x47, 0x07, 0x66, 0xcc, 0x82, 0x19, 0xce, 0xf2, 0xa1, 0xb4, 0x2a } }; static const struct cckprng_op_reseed op_reseed_5754 = { .hd = { .id = 5497, .kind = OP_RESEED }, .nonce = 13927652465364587508ULL, .seed_nbytes = 56, .seed = { 0x81, 0x4b, 0xe8, 0x59, 0x5e, 0x5b, 0x6a, 0xd2, 0xb4, 0x38, 0x92, 0x83, 0x09, 0x26, 0xc8, 0x2d, 0xe4, 0x44, 0x69, 0xae, 0x3d, 0x12, 0xef, 0x5c, 0x2b, 0xc8, 0x64, 0xa6, 0xd0, 0x4c, 0xb6, 0x8b, 0x3d, 0x93, 0x67, 0xe0, 0x7b, 0xe4, 0xe0, 0x72, 0xc2, 0x59, 0x86, 0x79, 0x49, 0x5d, 0x2b, 0xc0, 0x10, 0xb5, 0x40, 0x84, 0x58, 0x69, 0x67, 0x68 } }; static const struct cckprng_op_generate op_init_5755 = { .hd = { .id = 5498, .kind = OP_GENERATE }, .rand_nbytes = 204, .out = { .rand = { 0x50, 0x71, 0x44, 0xbb, 0xee, 0xcc, 0x05, 0x51, 0xa5, 0x4f, 0xaa, 0xc9, 0x80, 0x20, 0xe2, 0x89, 0xe9, 0x1c, 0x3c, 0x94, 0x95, 0x2b, 0xb2, 0xe0, 0x09, 0xa5, 0x1e, 0xe3, 0xd2, 0xb1, 0x8f, 0x1e, 0x26, 0x54, 0xa1, 0x6f, 0xff, 0x62, 0x63, 0x96, 0x11, 0xb4, 0xb9, 0x76, 0xe8, 0x68, 0x5f, 0x06, 0x71, 0x52, 0xed, 0x70, 0xd8, 0x53, 0xa0, 0xed, 0x32, 0x5c, 0x3a, 0xb9, 0x70, 0x8e, 0xcb, 0x92, 0xff, 0xeb, 0xf5, 0x73, 0x32, 0x8f, 0xea, 0xbd, 0x30, 0x18, 0xdb, 0xdb, 0xe4, 0x57, 0xc6, 0xb5, 0x46, 0x08, 0x9d, 0xe6, 0x54, 0xd1, 0xca, 0x2f, 0x9d, 0xce, 0xb7, 0x23, 0xdc, 0x75, 0x23, 0xf2, 0x9e, 0x19, 0x17, 0xef, 0xcf, 0x42, 0xe4, 0x41, 0x49, 0x0b, 0xef, 0x95, 0xa4, 0x02, 0x14, 0x0d, 0xd5, 0xfa, 0x5d, 0xf2, 0xe1, 0xe2, 0x00, 0xdc, 0xfb, 0x7f, 0xc7, 0x49, 0x46, 0xaa, 0x33, 0x7d, 0xa8, 0xb4, 0xd5, 0x04, 0xbc, 0x95, 0x49, 0xe8, 0x25, 0xde, 0x7a, 0x3b, 0x68, 0x44, 0x50, 0x31, 0x5b, 0x65, 0xa8, 0xfe, 0x0a, 0x5f, 0xd7, 0x26, 0x96, 0x68, 0x8e, 0x31, 0xf4, 0xbf, 0x70, 0xe9, 0xeb, 0x88, 0x6b, 0x63, 0x2f, 0x1c, 0xae, 0x16, 0xf2, 0x8e, 0x4b, 0x3a, 0x03, 0x79, 0xb2, 0xe7, 0xed, 0xec, 0xf3, 0x5e, 0x88, 0xf5, 0xf2, 0x40, 0x3e, 0x01, 0xb7, 0x80, 0xe3, 0x7d, 0xff, 0x14, 0x8e, 0x05, 0xd0, 0x1d, 0xc0, 0x6b, 0xaa, 0x90, 0xf8, 0x07, 0xca, 0x25 } } }; static const struct cckprng_op_generate op_init_5756 = { .hd = { .id = 5499, .kind = OP_GENERATE }, .rand_nbytes = 79, .out = { .rand = { 0xd1, 0x90, 0xc4, 0xe9, 0x54, 0xe8, 0x6c, 0x20, 0x6f, 0xc5, 0xe3, 0xf1, 0x38, 0x76, 0x26, 0x0f, 0x92, 0xf3, 0x27, 0x41, 0x3e, 0x91, 0x68, 0x07, 0x18, 0xe3, 0x43, 0x23, 0x46, 0xb3, 0x4d, 0x07, 0x7a, 0x1f, 0x5a, 0xcd, 0x35, 0x6e, 0xd0, 0xd9, 0x40, 0x94, 0xef, 0x53, 0x6a, 0xe0, 0xdb, 0xbc, 0x5a, 0xb8, 0xa0, 0x2d, 0x9c, 0x3a, 0x51, 0xc4, 0x97, 0x6e, 0xe1, 0xdd, 0x3c, 0xde, 0x4e, 0x50, 0x98, 0xed, 0x42, 0xd4, 0x52, 0x3d, 0xeb, 0xb6, 0x42, 0x63, 0x16, 0x6f, 0x44, 0x53, 0x42 } } }; static const struct cckprng_op_generate op_init_5757 = { .hd = { .id = 5500, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x16, 0x9f, 0x22, 0x04, 0x8c, 0x5b, 0xeb, 0x53, 0xd5, 0x41, 0xea, 0x35, 0x7d, 0x32, 0x49, 0x3e, 0x62, 0xd6, 0x1c, 0x36, 0x6f, 0x63, 0x19, 0x90, 0x8e, 0x66, 0x0d, 0x58, 0xd2, 0x3f, 0xeb, 0xf7, 0x92, 0xb4, 0x7a, 0x15, 0xb1, 0x3d, 0x7b, 0x48, 0x59, 0x2e, 0x76, 0x05, 0x49, 0x07, 0x3a, 0x8c, 0x36, 0x50, 0x80, 0x39, 0x45, 0xa3, 0x60, 0x80, 0x63, 0x26, 0x59, 0xed, 0x92, 0x50, 0xce, 0x8f, 0x0f, 0x0a, 0x09, 0x77, 0xbc, 0x5a, 0x4b, 0xb8, 0x1d, 0xd8, 0x29, 0x29, 0xbb, 0xd6, 0x6d, 0x1d, 0xfe, 0xe2, 0x22, 0x08, 0x9e, 0xf8, 0x13, 0xda, 0x5f, 0x9f, 0xdb, 0x6d, 0x19, 0x5b, 0xf0, 0xbc, 0x84, 0x44, 0x41, 0xc3, 0x6a, 0xad, 0x5c, 0xac, 0xc5, 0x51, 0x00, 0xd5, 0x2f, 0x95, 0x6e, 0xd9, 0x46, 0x40, 0x8b, 0x8c, 0xc5 } } }; static const struct cckprng_op_generate op_init_5758 = { .hd = { .id = 5501, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x5d, 0x25, 0x78, 0x24, 0x93, 0x7d, 0xec, 0x6d, 0xbe, 0xcb, 0xa4, 0x99, 0x83, 0xbd, 0x58, 0x8c, 0xee, 0x6e, 0x40, 0x56, 0xa4, 0xcf, 0x2d, 0xec, 0x4d, 0xf2, 0x28, 0x8a, 0x43, 0x46, 0x72, 0xad, 0x9c, 0xda, 0xff, 0xd1, 0xe3, 0xfc, 0xee, 0x5d, 0x36, 0x67, 0x5d, 0xb3, 0x94, 0xa6, 0x81, 0x09, 0xbc, 0xe4, 0x5d, 0xe0, 0x84, 0x08, 0x19, 0x55, 0xb8, 0xac, 0x18, 0xc2, 0x50, 0xd0, 0xf2, 0xff, 0x58, 0x69, 0x0e, 0x99, 0x19, 0x1b, 0xfd, 0x55, 0x1c, 0xa1, 0x33, 0x02, 0xba, 0x33, 0xe8, 0x4c, 0x3d, 0xfc, 0xd5, 0xd1, 0x38, 0x15, 0x70, 0xcc, 0x42, 0xec, 0xb1, 0xe0, 0x4b, 0xe0, 0x3c, 0x99, 0xe8, 0x63, 0x36, 0x5b, 0x73, 0x5c, 0xd2, 0xb0, 0x08, 0x3f, 0xf8, 0xce, 0x9f, 0x6f, 0x7f, 0xc0, 0xde, 0x56, 0x99, 0xe1, 0xec, 0xc5, 0xa5, 0xf4, 0xe4, 0x54, 0xff, 0x10, 0x38, 0xc8, 0x99, 0x0c, 0x70, 0x69, 0x05, 0x19, 0xcf, 0xad, 0x16, 0x15, 0x4e, 0x1a, 0x8e, 0xa0, 0xe5, 0x1e, 0xea, 0xac, 0x13, 0x65, 0x12, 0x03, 0xb2, 0xaa, 0x8e, 0x8e, 0x73, 0x7e, 0x36, 0x88, 0xf0, 0x33, 0x88, 0x59, 0x41, 0xdc, 0xb4, 0x67, 0xb6, 0x30, 0x4a, 0xba, 0xa2, 0x9d, 0xbf, 0x5a, 0x1b, 0xb8, 0xd3, 0x79, 0x7b, 0xd0, 0x7b, 0x4e, 0xba } } }; static const struct cckprng_op_reseed op_reseed_5759 = { .hd = { .id = 5502, .kind = OP_RESEED }, .nonce = 18343100830360723676ULL, .seed_nbytes = 191, .seed = { 0x0a, 0xe5, 0x29, 0x4e, 0xb5, 0xc9, 0x40, 0x1a, 0x74, 0x42, 0x56, 0x1f, 0x4a, 0x1c, 0xd0, 0x91, 0x29, 0x89, 0xc0, 0x48, 0x43, 0xb4, 0x5b, 0x24, 0x80, 0xaa, 0xc9, 0xed, 0xd7, 0x76, 0x6b, 0x9d, 0x18, 0x0e, 0x56, 0x67, 0x3c, 0x75, 0xad, 0x23, 0x5b, 0x32, 0x96, 0xe4, 0xaa, 0x0f, 0x32, 0x2a, 0x69, 0xb2, 0xb4, 0xf7, 0xb8, 0x65, 0x03, 0xec, 0xd4, 0x02, 0x02, 0x24, 0x73, 0xfd, 0xfa, 0xa8, 0xd9, 0x0e, 0x78, 0x91, 0x69, 0xfc, 0xd5, 0xf5, 0xaa, 0xf1, 0x55, 0xf8, 0x3b, 0xba, 0x87, 0x4d, 0xc3, 0x04, 0x86, 0xf4, 0xca, 0xea, 0xa6, 0x26, 0xcd, 0xe6, 0xd6, 0xec, 0xfe, 0xf5, 0x5c, 0x36, 0xf7, 0x82, 0xaf, 0xea, 0x7b, 0xf7, 0x3b, 0xdc, 0xf2, 0xa1, 0xe3, 0x29, 0xba, 0x0e, 0x38, 0x2d, 0x01, 0x92, 0xe2, 0x1b, 0x87, 0x28, 0xf1, 0x19, 0xf9, 0x63, 0xb1, 0xce, 0x57, 0xe0, 0x55, 0x5a, 0x13, 0x54, 0xd8, 0x93, 0x9e, 0x9a, 0x16, 0xec, 0xea, 0x1a, 0x9b, 0xe6, 0x80, 0x71, 0x05, 0xcf, 0xd1, 0xcc, 0xc0, 0x1d, 0x2d, 0xb6, 0xe7, 0x75, 0xa7, 0xb1, 0x73, 0x3f, 0x0e, 0x54, 0x83, 0x52, 0xf2, 0x07, 0xed, 0xb7, 0x4e, 0x46, 0x3d, 0x83, 0x35, 0x67, 0x59, 0x01, 0x23, 0xf6, 0xb9, 0x7b, 0x58, 0x33, 0x19, 0xc3, 0xfd, 0x7d, 0x9c, 0x34, 0x69, 0x61, 0x7d, 0x54, 0x94, 0x91, 0x23 } }; static const struct cckprng_op_refresh op_refresh_5760 = { .hd = { .id = 5503, .kind = OP_REFRESH }, .rand = 1627593125012523847ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5761 = { .hd = { .id = 5504, .kind = OP_GENERATE }, .rand_nbytes = 128, .out = { .rand = { 0xa5, 0x27, 0x3c, 0x1f, 0xef, 0xfd, 0x10, 0xec, 0xa3, 0xf6, 0xfd, 0x25, 0x99, 0x43, 0x48, 0xb5, 0x7c, 0xbd, 0x05, 0x34, 0x0f, 0xd1, 0x2b, 0x42, 0x34, 0x97, 0x2b, 0xe7, 0x27, 0x74, 0x96, 0xde, 0xca, 0x1d, 0x1b, 0x3f, 0x62, 0x56, 0x27, 0xc0, 0xd4, 0x53, 0x36, 0xa2, 0x9e, 0xd4, 0x67, 0xed, 0x40, 0x20, 0x25, 0x92, 0x92, 0x33, 0x47, 0x0b, 0xea, 0xd3, 0xba, 0x61, 0xfe, 0x2b, 0x92, 0x03, 0xc1, 0x79, 0xe9, 0x59, 0x77, 0xef, 0xb1, 0x00, 0x8b, 0x20, 0x6b, 0xec, 0x3c, 0xfb, 0xe2, 0xe5, 0xb1, 0xbf, 0x3b, 0x48, 0xe7, 0xfa, 0x1e, 0x32, 0xa6, 0xfa, 0x57, 0x10, 0x4c, 0x85, 0x0a, 0xc3, 0x33, 0x4d, 0xf4, 0x7f, 0xb8, 0x95, 0x65, 0x29, 0x6d, 0xc0, 0xbe, 0xf6, 0x6e, 0xff, 0x5f, 0x7b, 0xe0, 0xf7, 0xac, 0xf0, 0xfa, 0x35, 0xcd, 0x34, 0x0a, 0x01, 0x9d, 0x8c, 0x73, 0x51, 0xb4, 0xfa } } }; static const struct cckprng_op_generate op_init_5762 = { .hd = { .id = 5505, .kind = OP_GENERATE }, .rand_nbytes = 30, .out = { .rand = { 0xca, 0xb8, 0x2c, 0x0b, 0x2b, 0x9a, 0xb9, 0x37, 0x73, 0x4f, 0xb3, 0xb8, 0xb3, 0xce, 0x95, 0x52, 0x90, 0xb4, 0x65, 0xa2, 0x1e, 0x50, 0x6b, 0xbc, 0xc6, 0x5a, 0x3b, 0x3d, 0x27, 0x15 } } }; static const struct cckprng_op_reseed op_reseed_5763 = { .hd = { .id = 5506, .kind = OP_RESEED }, .nonce = 10096490646764511453ULL, .seed_nbytes = 102, .seed = { 0x88, 0x96, 0x83, 0x6c, 0x58, 0x33, 0x79, 0x85, 0x21, 0x0e, 0x9c, 0xdf, 0x5f, 0x79, 0x86, 0xe7, 0x3f, 0x6d, 0xdf, 0x6d, 0x39, 0x77, 0xb7, 0x30, 0x1b, 0x62, 0x4a, 0x3f, 0x52, 0xb8, 0x04, 0x79, 0xc3, 0x68, 0xf7, 0x71, 0xcb, 0xc4, 0x0b, 0x65, 0x75, 0xc0, 0x32, 0x2e, 0xf1, 0x5a, 0xe0, 0x13, 0xe7, 0x23, 0x73, 0x11, 0xb2, 0xf5, 0x16, 0x3d, 0x26, 0x2b, 0xe1, 0x01, 0x70, 0x4a, 0xbd, 0x85, 0x17, 0x01, 0x2c, 0xea, 0x38, 0xe7, 0x25, 0x1d, 0x43, 0xaf, 0x30, 0x26, 0x1d, 0x69, 0x57, 0x0b, 0xad, 0xbc, 0x5c, 0xbc, 0x82, 0xb9, 0x7a, 0x7c, 0xa6, 0x6c, 0x64, 0x98, 0xb8, 0xdd, 0x69, 0xd7, 0x25, 0xed, 0x4e, 0xf2, 0x1b, 0x2a } }; static const struct cckprng_op_reseed op_reseed_5764 = { .hd = { .id = 5507, .kind = OP_RESEED }, .nonce = 5880211238877974915ULL, .seed_nbytes = 262, .seed = { 0x26, 0xa7, 0x3e, 0x08, 0xc9, 0x26, 0x95, 0x9b, 0xf0, 0x00, 0x9e, 0x26, 0x8a, 0x0b, 0xbc, 0xbf, 0x9d, 0x1f, 0xac, 0xda, 0xe2, 0x92, 0xb3, 0x0c, 0x3f, 0x66, 0x24, 0x38, 0x4c, 0x9c, 0x58, 0xe4, 0xc7, 0xbe, 0xb6, 0xd4, 0x71, 0x3f, 0x76, 0x1a, 0xa6, 0x23, 0x5e, 0xaf, 0xe8, 0x23, 0x32, 0x77, 0x23, 0xc8, 0x60, 0x75, 0xeb, 0xc9, 0x18, 0x36, 0xde, 0x99, 0x19, 0x52, 0x04, 0x47, 0xa0, 0xf0, 0x82, 0x25, 0x77, 0xe5, 0xab, 0x77, 0xa8, 0x6f, 0x55, 0xcf, 0x6f, 0x08, 0x42, 0x5a, 0xa7, 0xda, 0x30, 0xc0, 0x9b, 0x82, 0x20, 0x14, 0xa9, 0x3a, 0x01, 0xb9, 0x4c, 0xf1, 0xb9, 0x5b, 0xaa, 0x12, 0x91, 0x65, 0x15, 0x84, 0xcf, 0x09, 0xbe, 0xb1, 0xbc, 0xd6, 0xd1, 0x65, 0xd3, 0x8a, 0xcb, 0xcc, 0x2f, 0x34, 0x94, 0x15, 0xa4, 0x8e, 0x69, 0x7d, 0xd3, 0xf9, 0x46, 0x1e, 0xb8, 0xb0, 0x1d, 0xcf, 0x98, 0xfd, 0xf0, 0x01, 0x21, 0xcd, 0x72, 0xfc, 0xa7, 0xf1, 0x6f, 0x34, 0x47, 0xc9, 0x9c, 0x94, 0x18, 0xd7, 0x33, 0x15, 0x35, 0xf3, 0x7a, 0x8c, 0x0a, 0x9e, 0xe6, 0xa0, 0xeb, 0x38, 0x5f, 0xd8, 0x69, 0x4e, 0x93, 0xb1, 0xab, 0xa5, 0xec, 0x7d, 0xfd, 0x3f, 0xdd, 0xbc, 0xd8, 0xdf, 0xd0, 0xb1, 0xfb, 0x79, 0xfc, 0xb9, 0x6e, 0x9b, 0x21, 0xd5, 0xac, 0x74, 0x93, 0x6d, 0xf6, 0x80, 0x71, 0x2d, 0x13, 0xdd, 0x03, 0x1e, 0xf6, 0xc4, 0xf2, 0xfe, 0x88, 0xa7, 0xaa, 0xc4, 0x9e, 0x3d, 0xe4, 0x93, 0xad, 0xbd, 0x9e, 0xdb, 0x0a, 0xe7, 0x70, 0x6f, 0x03, 0x75, 0xe7, 0x12, 0x2d, 0x25, 0x8c, 0xc8, 0x94, 0xd1, 0x71, 0xb8, 0x63, 0x8a, 0x91, 0xd8, 0x87, 0x2c, 0x19, 0x88, 0x6b, 0xec, 0x6b, 0xf4, 0x33, 0xbb, 0x19, 0xa1, 0xec, 0x9e, 0x0e, 0x57, 0x44, 0x02, 0x4e, 0x45, 0x6d, 0xc1, 0x3f, 0x5f, 0x3b, 0x54, 0x78, 0xf6, 0x6a, 0x48 } }; static const struct cckprng_op_generate op_init_5765 = { .hd = { .id = 5508, .kind = OP_GENERATE }, .rand_nbytes = 29, .out = { .rand = { 0xa0, 0xab, 0xa5, 0xab, 0xf7, 0x79, 0xa2, 0x83, 0xae, 0xe5, 0x4d, 0xaa, 0xf8, 0xe6, 0xae, 0x7e, 0x50, 0xfa, 0x90, 0xfe, 0x4d, 0x68, 0xd9, 0xb1, 0x84, 0x5b, 0x6e, 0x1a, 0x0b } } }; static const struct cckprng_op_refresh op_refresh_5766 = { .hd = { .id = 5509, .kind = OP_REFRESH }, .rand = 4544648841191346121ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5767 = { .hd = { .id = 5510, .kind = OP_RESEED }, .nonce = 14383744325851076885ULL, .seed_nbytes = 243, .seed = { 0x94, 0x16, 0x1f, 0x53, 0x1f, 0x93, 0x31, 0x5c, 0x02, 0x6d, 0x3c, 0xe7, 0x27, 0xd4, 0x97, 0x59, 0xa2, 0xff, 0x36, 0x63, 0xe9, 0x9d, 0xf6, 0x98, 0x40, 0xcd, 0x32, 0xfa, 0xc9, 0xdc, 0x8e, 0x28, 0xe0, 0xeb, 0x19, 0x19, 0x22, 0x44, 0x04, 0xb7, 0x92, 0x57, 0xd0, 0x55, 0x0f, 0xb8, 0xf6, 0xae, 0x99, 0x19, 0x4b, 0xd0, 0xda, 0x54, 0x7a, 0x67, 0x3a, 0xc7, 0x72, 0x04, 0x3b, 0x31, 0x5e, 0x9d, 0x78, 0xc7, 0xe8, 0x9a, 0x5d, 0xd0, 0xd7, 0xf4, 0x60, 0xe8, 0x17, 0xde, 0x5b, 0x57, 0x43, 0xfe, 0x66, 0x60, 0x54, 0xef, 0xcb, 0x84, 0x44, 0xea, 0x39, 0x56, 0x31, 0x87, 0x59, 0xc3, 0xd2, 0x2b, 0x6b, 0xf4, 0xea, 0xf0, 0x49, 0x2d, 0xf3, 0x7e, 0xd9, 0x39, 0xe6, 0x12, 0xc4, 0x8a, 0xb7, 0xf1, 0xe9, 0x91, 0x54, 0x4b, 0x30, 0x6e, 0x43, 0xb7, 0xd1, 0x6e, 0x81, 0x5e, 0x16, 0xc1, 0x88, 0xe4, 0xc8, 0xa7, 0xde, 0x28, 0xa8, 0x23, 0x86, 0x29, 0xbf, 0xfc, 0x95, 0x67, 0xb0, 0x19, 0xcc, 0x51, 0x33, 0x92, 0x8f, 0xc2, 0x72, 0x56, 0x92, 0x07, 0x2e, 0x42, 0xfd, 0xe0, 0x58, 0x19, 0x31, 0x3b, 0x88, 0x73, 0xb3, 0x13, 0xbc, 0x4f, 0x71, 0x00, 0xed, 0x2b, 0x4a, 0x80, 0x65, 0x7c, 0x64, 0x79, 0xf3, 0x90, 0x3a, 0x38, 0x52, 0x12, 0x43, 0x19, 0x40, 0xca, 0x02, 0x1b, 0xa4, 0x51, 0x1f, 0xa0, 0x95, 0x59, 0x28, 0x5e, 0xb9, 0x33, 0xa6, 0x0f, 0x4c, 0x5b, 0xe6, 0x05, 0xc4, 0x8b, 0x87, 0xfd, 0x9a, 0x28, 0x70, 0xa2, 0x68, 0x53, 0x36, 0xa1, 0xa6, 0xb3, 0xf1, 0xfe, 0x80, 0x6d, 0x13, 0x23, 0x7e, 0x5c, 0x5d, 0x4b, 0x8c, 0xed, 0x68, 0xf0, 0x99, 0x78, 0x58, 0xd0, 0x5b, 0x73, 0x4e, 0xdb, 0x55, 0x9b, 0xb7 } }; static const struct cckprng_op_refresh op_refresh_5768 = { .hd = { .id = 5511, .kind = OP_REFRESH }, .rand = 4055514561869327216ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5769 = { .hd = { .id = 5512, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x95, 0x14, 0x4f, 0x92, 0xb2, 0xaf, 0x23, 0xda, 0x81, 0x30, 0x65, 0x3a, 0x66, 0xf1, 0xe4, 0x64, 0xba, 0x07, 0x9e, 0xf4, 0x83, 0x96, 0xe9, 0xbd, 0xec, 0xbe, 0x0d, 0xb0, 0xe4, 0x18, 0x18, 0xbd, 0xf4, 0xe3, 0x1f, 0x42, 0x74, 0xb5, 0xbd, 0x63, 0x23, 0xbc, 0xf6, 0x13, 0xd2, 0xf9, 0xe1, 0x1c, 0x28, 0x43, 0xcc, 0x7c, 0x5f, 0x5b, 0xbe, 0xb6, 0x34, 0x7d, 0x8d, 0x84, 0xe7, 0xd0, 0xe4, 0xd9, 0x1d, 0x57, 0x25, 0x8c, 0x31, 0x32, 0x2e, 0xf6, 0x52, 0x4f, 0xdb, 0xca, 0x5b, 0xdc, 0x07, 0xe9, 0xd9, 0x8a, 0x33, 0xa4, 0xe3, 0x1e, 0x48, 0x1d, 0xdc, 0x4c, 0x65, 0xe0, 0x88, 0x54, 0x42, 0xd2, 0x2b, 0x8a, 0xf8, 0x0b, 0xa5, 0x3f, 0x8c, 0x10, 0xd8, 0x59, 0x5d, 0x9d, 0xd9, 0x51, 0xf9, 0xa2, 0x39, 0xc1, 0x22, 0xfd, 0x7f, 0x71, 0x46, 0x83, 0x54, 0xb6, 0x8a, 0x88, 0x5a, 0x3b, 0x86, 0x2e, 0x4a, 0x1c, 0xc4, 0x8c, 0xc5, 0xd3, 0x29, 0xa0, 0xe4, 0x7a, 0xe5, 0x78, 0xaf, 0xbc, 0x20, 0x86, 0x02, 0x84, 0x2b, 0xa8, 0xe6, 0x08, 0xbe, 0x18, 0xdc, 0xf1, 0xbf, 0x43, 0x23, 0x96, 0xf7, 0x4a, 0xac, 0x4f, 0xee, 0x36, 0xb6, 0x06, 0x41, 0x1e, 0x68, 0x27, 0x4b, 0xea, 0xef, 0x5f, 0x06, 0xd9, 0x1b, 0x69, 0x58, 0x6e, 0xd3, 0x20, 0xc5, 0xf0, 0xa7, 0x2d, 0xe4, 0x74, 0x9b, 0x8d, 0xee, 0xa4, 0xb3, 0x4d, 0x12, 0x9d, 0x6b, 0x89, 0xb4, 0xd8, 0x1a, 0x7c, 0x9b, 0xba, 0x35, 0xab, 0xa0, 0x01, 0xa8, 0xcc, 0x64, 0x60, 0x21, 0x3b, 0x98, 0xea, 0x6e, 0x1c, 0x8d, 0x75, 0xf7, 0x62, 0xca, 0x4d, 0xec, 0xeb } } }; static const struct cckprng_op_refresh op_refresh_5770 = { .hd = { .id = 5513, .kind = OP_REFRESH }, .rand = 10616965290536687338ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5771 = { .hd = { .id = 5514, .kind = OP_GENERATE }, .rand_nbytes = 209, .out = { .rand = { 0x12, 0x61, 0x03, 0x23, 0xbc, 0xad, 0x68, 0x98, 0x0f, 0xc6, 0x94, 0x54, 0x8f, 0x8c, 0xff, 0x90, 0x34, 0x88, 0xaf, 0x86, 0xef, 0xa9, 0x15, 0xcf, 0xbe, 0x02, 0x00, 0x99, 0x1e, 0xad, 0x7c, 0xf1, 0x23, 0x96, 0x10, 0xb7, 0x4f, 0x13, 0x95, 0x4a, 0x76, 0xa3, 0xd0, 0x64, 0x6e, 0x54, 0xd2, 0xd6, 0xe2, 0x87, 0xcf, 0x0b, 0xba, 0xfb, 0x3c, 0x28, 0x39, 0xce, 0xce, 0xcf, 0x4c, 0x2a, 0x44, 0xe7, 0x68, 0x6a, 0xfd, 0x8d, 0xba, 0xc4, 0x15, 0x8c, 0x22, 0xd3, 0x9f, 0xd3, 0x62, 0x07, 0x09, 0xd7, 0x3f, 0x17, 0x76, 0x24, 0xfa, 0xbc, 0xe9, 0x60, 0x50, 0x1e, 0x69, 0xa4, 0x97, 0x71, 0xf3, 0xdc, 0x7f, 0x72, 0x88, 0x2a, 0xbe, 0xbd, 0x3f, 0xad, 0x51, 0x9b, 0x98, 0x0b, 0x96, 0x16, 0x4c, 0xdb, 0x99, 0x4b, 0xab, 0xe0, 0x7a, 0x64, 0x14, 0x7e, 0x02, 0x4f, 0x70, 0x47, 0x2e, 0x26, 0x95, 0xbb, 0x0b, 0x0b, 0x88, 0x24, 0x4d, 0x59, 0xf1, 0x4e, 0x98, 0x66, 0x1d, 0xf1, 0xe5, 0x03, 0x09, 0x48, 0xb0, 0xa4, 0xd1, 0x21, 0xf0, 0xbc, 0x13, 0x61, 0x45, 0xe5, 0x58, 0xbb, 0x27, 0xe2, 0x1d, 0x29, 0x58, 0x5a, 0x2a, 0x28, 0x9d, 0xc8, 0x8f, 0xcd, 0x39, 0x80, 0x13, 0x1c, 0xda, 0x0e, 0x2d, 0xf3, 0x34, 0x51, 0x02, 0xa3, 0x2f, 0x70, 0xa8, 0x6d, 0x6d, 0x13, 0x53, 0xc7, 0xa1, 0x4e, 0xca, 0x84, 0x86, 0xb7, 0xc4, 0x03, 0xb3, 0x11, 0xb8, 0xd1, 0x24, 0x77, 0x2f, 0x06, 0x10, 0x34, 0x0c, 0x89, 0x87 } } }; static const struct cckprng_op_reseed op_reseed_5772 = { .hd = { .id = 5515, .kind = OP_RESEED }, .nonce = 16186376361091626622ULL, .seed_nbytes = 52, .seed = { 0x9e, 0xfa, 0x47, 0x3b, 0xca, 0x35, 0x88, 0xb3, 0x03, 0x13, 0x7a, 0xdd, 0xd4, 0x98, 0x65, 0x77, 0xab, 0xb6, 0x31, 0xb2, 0x32, 0xaf, 0xf3, 0x66, 0x49, 0x57, 0xb2, 0x71, 0xea, 0xce, 0xe6, 0xde, 0x9f, 0x49, 0xc5, 0xe2, 0x9b, 0x86, 0xdc, 0xa3, 0xf6, 0xa3, 0xe4, 0x86, 0x82, 0xf0, 0x4c, 0xa4, 0x9c, 0xd4, 0xef, 0x95 } }; static const struct cckprng_op_reseed op_reseed_5773 = { .hd = { .id = 5516, .kind = OP_RESEED }, .nonce = 407580145126353637ULL, .seed_nbytes = 134, .seed = { 0xad, 0x9c, 0xb2, 0x56, 0x36, 0x0d, 0xa3, 0x57, 0x79, 0x36, 0xda, 0x2b, 0x99, 0xee, 0xcb, 0x5d, 0xe1, 0x24, 0xc3, 0x51, 0xac, 0xf7, 0x58, 0xc8, 0xfb, 0x12, 0xcd, 0xf3, 0xdb, 0xd0, 0x94, 0x5a, 0x82, 0xdc, 0x24, 0xb6, 0x77, 0xd5, 0xf1, 0x88, 0x99, 0xdd, 0x69, 0xe9, 0x5e, 0xc0, 0x0b, 0x0b, 0x9a, 0x9b, 0x75, 0xff, 0x72, 0x7a, 0x67, 0xbc, 0x7e, 0x9f, 0x57, 0x60, 0x95, 0x78, 0xea, 0x6f, 0x16, 0xd8, 0x0d, 0x9b, 0x4b, 0x9e, 0x7f, 0x96, 0xd8, 0xcc, 0xf8, 0x2a, 0x0b, 0x9f, 0xe8, 0xcb, 0x41, 0x3e, 0x1d, 0x61, 0x51, 0x70, 0x00, 0x70, 0x28, 0xb1, 0x01, 0x36, 0xd2, 0x5b, 0x66, 0xe4, 0xd8, 0xf3, 0xc4, 0x5f, 0x50, 0x06, 0xb9, 0xcb, 0x6f, 0x1c, 0x5c, 0x28, 0x3d, 0x15, 0x07, 0x82, 0x02, 0x61, 0xd2, 0x35, 0x78, 0xb0, 0xe7, 0x6e, 0x3e, 0xda, 0xb5, 0xdd, 0x77, 0x07, 0xe6, 0xce, 0x32, 0x22, 0x19, 0x2b, 0x80, 0x75 } }; static const struct cckprng_op_reseed op_reseed_5774 = { .hd = { .id = 5517, .kind = OP_RESEED }, .nonce = 1769856679646979575ULL, .seed_nbytes = 183, .seed = { 0x76, 0x93, 0x30, 0x68, 0xda, 0xa2, 0x1a, 0x3c, 0xf0, 0x35, 0x13, 0xcf, 0x04, 0xb0, 0x36, 0x25, 0xf2, 0x7e, 0x87, 0x12, 0xa7, 0x86, 0xe6, 0x51, 0xbe, 0x4b, 0x1d, 0x2a, 0xf3, 0xd1, 0xdf, 0x75, 0x55, 0x1c, 0xeb, 0xd4, 0xd9, 0xd0, 0x59, 0xce, 0x7d, 0xf5, 0x4c, 0xff, 0x14, 0xc3, 0xe8, 0x6a, 0x7c, 0x19, 0xac, 0xd9, 0x1f, 0x62, 0x0c, 0xb6, 0x00, 0x07, 0x99, 0x50, 0xc3, 0x18, 0x2b, 0x34, 0x07, 0x1e, 0x42, 0x87, 0x26, 0xea, 0xdc, 0x47, 0xa3, 0xf4, 0xdb, 0xc9, 0xeb, 0xb9, 0xfb, 0x27, 0x11, 0x2b, 0xbc, 0x38, 0x0e, 0x90, 0xfb, 0x9c, 0x82, 0x68, 0x8c, 0x27, 0x27, 0x20, 0x77, 0x0a, 0xda, 0xf1, 0xac, 0x6b, 0xc6, 0x1b, 0x4a, 0xe9, 0x27, 0x45, 0xb5, 0xf9, 0x6a, 0x6f, 0x86, 0x5e, 0x3b, 0xe0, 0xaa, 0x4d, 0x33, 0xe8, 0x14, 0x82, 0x3d, 0x5d, 0x21, 0xe2, 0x21, 0x1b, 0x69, 0xd9, 0x88, 0x37, 0x99, 0x20, 0xf7, 0xca, 0x75, 0x79, 0x9f, 0xc6, 0xef, 0x33, 0x8b, 0x09, 0x06, 0x70, 0xcf, 0x75, 0x20, 0xfe, 0x83, 0x10, 0xa3, 0xbc, 0xcb, 0x8c, 0xbd, 0x79, 0x7a, 0xe9, 0x8d, 0x90, 0xa9, 0x73, 0xc8, 0x66, 0x7e, 0xd1, 0x2c, 0x1e, 0x91, 0xe7, 0xac, 0xab, 0x3a, 0x01, 0x38, 0xb1, 0xda, 0xe6, 0x31, 0x71, 0x2a, 0x63, 0x26 } }; static const struct cckprng_op_refresh op_refresh_5775 = { .hd = { .id = 5518, .kind = OP_REFRESH }, .rand = 13913066036577179750ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5776 = { .hd = { .id = 5519, .kind = OP_REFRESH }, .rand = 1261268048853481281ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5777 = { .hd = { .id = 5520, .kind = OP_RESEED }, .nonce = 14021474792511435492ULL, .seed_nbytes = 209, .seed = { 0x21, 0x6a, 0x97, 0x62, 0x21, 0x17, 0xaf, 0x93, 0x5e, 0xd4, 0xa8, 0x4c, 0x70, 0x25, 0xa3, 0x40, 0x7c, 0x82, 0x31, 0x0b, 0x69, 0x54, 0x9c, 0x5e, 0x54, 0xeb, 0x01, 0x27, 0xfe, 0x8e, 0xcc, 0x16, 0x2d, 0x15, 0x9b, 0xf6, 0xc6, 0x32, 0x66, 0x04, 0x66, 0xa1, 0xd3, 0x22, 0x65, 0xbf, 0xfa, 0x17, 0xca, 0xc7, 0x30, 0xc3, 0xc0, 0xd6, 0x36, 0x4f, 0xd1, 0x82, 0x37, 0x2c, 0x4b, 0x13, 0xb8, 0xaa, 0x2c, 0xb2, 0x7d, 0xd3, 0x0e, 0x60, 0x07, 0x09, 0xe9, 0xd3, 0xba, 0xa3, 0xb4, 0xcb, 0x45, 0x09, 0x94, 0x87, 0x53, 0x03, 0xc2, 0x84, 0x31, 0xd1, 0xb6, 0x60, 0x54, 0x32, 0x71, 0x48, 0xbf, 0x78, 0x36, 0xe0, 0x30, 0x99, 0x14, 0x45, 0xd1, 0x2f, 0x0e, 0x18, 0xfa, 0x89, 0x53, 0x34, 0x74, 0x19, 0x26, 0x70, 0xc2, 0x41, 0xdf, 0x77, 0xd7, 0x76, 0xdc, 0xde, 0xe1, 0x17, 0x93, 0x4c, 0xa1, 0x23, 0xcf, 0xea, 0x85, 0xd5, 0x87, 0xf0, 0xa0, 0x16, 0xab, 0x18, 0x88, 0x2c, 0x83, 0x08, 0x9d, 0x69, 0x46, 0xbb, 0xdc, 0xa1, 0x59, 0x27, 0x7b, 0x34, 0x98, 0x50, 0x2a, 0xe3, 0x25, 0xa5, 0xd5, 0xf8, 0x89, 0xdd, 0x7e, 0xd9, 0x55, 0x11, 0x8c, 0xae, 0xb9, 0xc3, 0xd8, 0x24, 0xb8, 0xce, 0x27, 0xfc, 0x5f, 0xfa, 0x39, 0x3e, 0xd1, 0x76, 0x8d, 0xc1, 0xf8, 0xca, 0x63, 0xa7, 0x3e, 0x88, 0xe0, 0xc3, 0xb9, 0x98, 0x4d, 0xf9, 0x60, 0xf9, 0x43, 0x3f, 0xd1, 0xc1, 0x59, 0xc7, 0xfa, 0xdf, 0x95, 0x27, 0xb5 } }; static const struct cckprng_op_generate op_init_5778 = { .hd = { .id = 5521, .kind = OP_GENERATE }, .rand_nbytes = 230, .out = { .rand = { 0xe4, 0xae, 0x03, 0x80, 0x77, 0x8f, 0x06, 0xcf, 0xd5, 0xa8, 0xc1, 0xbd, 0x55, 0x0c, 0xb2, 0x69, 0x73, 0xfa, 0x3a, 0x2b, 0x33, 0xed, 0x8e, 0x7b, 0x65, 0x08, 0xb9, 0xa5, 0x44, 0x56, 0x2c, 0xd1, 0x3f, 0x88, 0xf0, 0x9d, 0x38, 0x58, 0xe5, 0xf7, 0x76, 0x7f, 0x8b, 0x62, 0x75, 0xa0, 0x67, 0x64, 0xb1, 0xe7, 0x7e, 0x02, 0xc2, 0xa0, 0xc2, 0x1a, 0x2d, 0xec, 0x49, 0x1f, 0xe5, 0x95, 0x69, 0x86, 0x4b, 0x2a, 0x97, 0xe8, 0xf5, 0xa0, 0x10, 0xdb, 0xd0, 0x48, 0x09, 0xf8, 0xf1, 0x9e, 0x13, 0xf4, 0x1a, 0xf1, 0x76, 0xd0, 0x4d, 0x85, 0xfb, 0xb8, 0xff, 0x78, 0x4e, 0x48, 0x72, 0xc1, 0x0f, 0xfc, 0xcd, 0x47, 0x0f, 0xae, 0xa8, 0x2e, 0xcc, 0x1d, 0xa8, 0xeb, 0x74, 0xba, 0xf6, 0xd7, 0x24, 0x30, 0x7a, 0xf6, 0xa6, 0xd9, 0x80, 0x79, 0x49, 0xfe, 0x9a, 0x1a, 0x21, 0x6d, 0x1d, 0x51, 0x89, 0xbd, 0x44, 0x50, 0x09, 0x30, 0xa3, 0xf1, 0xf3, 0xf9, 0xa8, 0x50, 0xd1, 0x29, 0xaa, 0x85, 0x22, 0xf2, 0xf0, 0x64, 0x83, 0x6d, 0x5b, 0x11, 0x59, 0x0b, 0x2f, 0x88, 0x26, 0x6a, 0x37, 0x4e, 0x93, 0x89, 0x69, 0x9d, 0x05, 0xdc, 0x1f, 0x21, 0x4d, 0x4e, 0x6c, 0xf9, 0x00, 0x97, 0x04, 0x4e, 0xd7, 0x2d, 0x1a, 0x93, 0xf8, 0x63, 0xd9, 0x44, 0xad, 0x1a, 0xfd, 0xe8, 0x07, 0x44, 0xc4, 0x9a, 0x4f, 0x2b, 0xfd, 0xee, 0x39, 0x78, 0x4c, 0x01, 0x5e, 0x48, 0xe3, 0x75, 0xda, 0xed, 0x4c, 0x92, 0x18, 0xc0, 0x98, 0x53, 0xb9, 0x0d, 0x40, 0xff, 0x05, 0x4b, 0x03, 0x30, 0x4b, 0x5a, 0x8a, 0xed, 0xcd, 0x64, 0x8d, 0x09, 0x73, 0xa3, 0xc3, 0x13 } } }; static const struct cckprng_op_reseed op_reseed_5779 = { .hd = { .id = 5522, .kind = OP_RESEED }, .nonce = 5656744116775402861ULL, .seed_nbytes = 155, .seed = { 0x52, 0x07, 0xaa, 0xa0, 0xcf, 0x97, 0x90, 0x61, 0xa3, 0x2a, 0x57, 0x08, 0x93, 0x89, 0xd4, 0xb6, 0xa1, 0x10, 0xaf, 0x1c, 0x24, 0xda, 0x02, 0x90, 0xe8, 0xdf, 0xf6, 0xb0, 0x42, 0xcb, 0x04, 0xfa, 0xdb, 0x68, 0x07, 0x9e, 0xb7, 0xb8, 0xdc, 0x3d, 0x4f, 0x86, 0x3b, 0xd8, 0x57, 0xe5, 0xaa, 0xae, 0x78, 0x8e, 0xb3, 0x0d, 0x7f, 0x04, 0x56, 0xab, 0x6c, 0x68, 0xa6, 0xf4, 0x3a, 0xdc, 0x20, 0x7e, 0x7d, 0xa9, 0x94, 0x5c, 0x51, 0xb1, 0x59, 0x29, 0x34, 0xdb, 0x37, 0xab, 0x32, 0x52, 0xb1, 0x98, 0xc6, 0x15, 0x04, 0xc1, 0x14, 0x98, 0x88, 0x8e, 0x3d, 0x65, 0x1a, 0x0f, 0x20, 0x62, 0xf9, 0xb1, 0x79, 0x2b, 0x72, 0x1a, 0xaf, 0xa9, 0x29, 0x90, 0x34, 0x97, 0x5c, 0x4b, 0x87, 0x4b, 0x9e, 0xcc, 0xd1, 0x3c, 0x1d, 0x47, 0x3e, 0xa2, 0xe7, 0x0a, 0x83, 0xc7, 0xf7, 0xfe, 0x84, 0xb3, 0x36, 0xb3, 0x1f, 0x9f, 0x4b, 0xca, 0xf2, 0x0e, 0xc4, 0x58, 0x5d, 0xf4, 0x8f, 0x1c, 0x95, 0x77, 0x8a, 0xd4, 0xc3, 0x4e, 0x6e, 0xde, 0xfa, 0x88, 0x4b, 0x1f, 0xe2, 0xa1, 0x77 } }; static const struct cckprng_op_reseed op_reseed_5780 = { .hd = { .id = 5523, .kind = OP_RESEED }, .nonce = 15705894521707858324ULL, .seed_nbytes = 287, .seed = { 0x46, 0x1a, 0xb7, 0xae, 0xd2, 0x37, 0x56, 0x10, 0xc4, 0x4d, 0x9e, 0x20, 0xe0, 0xd8, 0xa3, 0xd7, 0xf8, 0x92, 0x93, 0xd7, 0x22, 0x05, 0x79, 0x32, 0x39, 0x0a, 0xbf, 0x80, 0x98, 0xb8, 0xde, 0x10, 0x18, 0x07, 0x35, 0x16, 0xb5, 0x86, 0x28, 0xe1, 0x9e, 0x2b, 0x6c, 0xf9, 0x85, 0x6f, 0x46, 0xe4, 0x87, 0x71, 0xf4, 0x81, 0x04, 0x1c, 0x4b, 0xb4, 0xc9, 0x42, 0xb6, 0x46, 0x44, 0x91, 0x8e, 0xbe, 0x61, 0x79, 0xb0, 0xe0, 0xb5, 0xbd, 0x48, 0x56, 0x64, 0xf6, 0x62, 0x4b, 0x94, 0x06, 0xd6, 0x2f, 0x85, 0xc4, 0x2d, 0xd8, 0xb1, 0x5c, 0xe7, 0x22, 0xe9, 0xb2, 0x56, 0x5e, 0xbc, 0x64, 0x39, 0x07, 0x73, 0x6e, 0x92, 0xea, 0x37, 0xa3, 0xff, 0x6e, 0x1e, 0xaf, 0x69, 0x63, 0x2a, 0xcb, 0x9f, 0x6e, 0x8e, 0x08, 0xf6, 0xb1, 0xd7, 0xd4, 0x4a, 0xcb, 0x1a, 0xe5, 0x0f, 0xb6, 0x8d, 0x63, 0x64, 0x7b, 0x89, 0x28, 0x10, 0x70, 0x42, 0xcc, 0xa0, 0xf9, 0xee, 0x1a, 0x4e, 0x17, 0x40, 0x89, 0x09, 0x88, 0xd9, 0xac, 0x28, 0xd2, 0x4a, 0xb4, 0x55, 0xd0, 0x40, 0x8c, 0xdf, 0x83, 0xbc, 0x64, 0x17, 0xaf, 0xca, 0x70, 0x8b, 0x20, 0x6f, 0xdc, 0xc2, 0x1e, 0xf6, 0x7d, 0xde, 0xc2, 0x0c, 0xd3, 0x64, 0xd9, 0x55, 0x79, 0x2d, 0x83, 0x56, 0x8f, 0x77, 0x85, 0xcf, 0xc0, 0x65, 0xee, 0x40, 0x78, 0x0c, 0x02, 0x9b, 0xe6, 0x21, 0x18, 0x53, 0xad, 0x16, 0x0a, 0xe0, 0x48, 0x78, 0x38, 0x43, 0xe4, 0x92, 0x33, 0x8d, 0xc2, 0x7b, 0x83, 0x98, 0x5d, 0x7d, 0xcc, 0x8c, 0x4c, 0x5e, 0xb6, 0xa8, 0x89, 0xbe, 0x90, 0x2a, 0xe4, 0xe1, 0x51, 0x14, 0x35, 0xd2, 0x4e, 0xd7, 0xa0, 0xc4, 0x67, 0x13, 0x21, 0x47, 0x2f, 0x18, 0x90, 0x08, 0x6e, 0x0d, 0xf6, 0x2d, 0xab, 0x41, 0xf8, 0x2d, 0x54, 0xdd, 0x90, 0xdf, 0x57, 0xe1, 0xa5, 0x0e, 0xc2, 0xa2, 0xa7, 0x24, 0xc5, 0x35, 0xf7, 0x61, 0x0d, 0xc3, 0x0b, 0x50, 0xad, 0x6b, 0xb9, 0x73, 0x15, 0xc5, 0x14, 0xb3, 0x6e, 0x26, 0xda, 0xc7, 0x32, 0x63, 0xd0, 0x78 } }; static const struct cckprng_op_refresh op_refresh_5781 = { .hd = { .id = 5524, .kind = OP_REFRESH }, .rand = 12833781637964846624ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5782 = { .hd = { .id = 5525, .kind = OP_RESEED }, .nonce = 10608417204373655719ULL, .seed_nbytes = 115, .seed = { 0xcc, 0x14, 0x2d, 0x4e, 0x9b, 0x19, 0x9a, 0x4f, 0x64, 0x22, 0xef, 0x25, 0x32, 0xfb, 0x7c, 0x6a, 0xb0, 0x89, 0xed, 0xe3, 0x3d, 0xd9, 0x5f, 0x8d, 0x7c, 0x28, 0x62, 0x58, 0x53, 0x69, 0xa4, 0x38, 0xdd, 0x8e, 0x24, 0x5b, 0x58, 0xc4, 0xa6, 0x8d, 0xad, 0x68, 0x06, 0x6b, 0xa4, 0x5d, 0xf0, 0x05, 0x36, 0xbc, 0x0a, 0xc8, 0x8d, 0x23, 0x11, 0x8e, 0x6d, 0xc9, 0xf5, 0x83, 0xe9, 0x9d, 0xf7, 0xd6, 0x8c, 0x7e, 0xeb, 0xe3, 0x55, 0x7a, 0x10, 0x0b, 0xc1, 0xe4, 0x2e, 0xdb, 0xa1, 0xd1, 0x4a, 0xcb, 0x05, 0xca, 0x58, 0x4b, 0xf7, 0x31, 0xc5, 0x42, 0x61, 0x0d, 0x52, 0xff, 0x16, 0xa3, 0x81, 0xe2, 0x7e, 0x39, 0x6e, 0x89, 0x6a, 0x50, 0x04, 0xc3, 0xc2, 0x02, 0xa7, 0xee, 0x6d, 0x5a, 0x1f, 0x8f, 0xc6, 0xa4, 0x51 } }; static const struct cckprng_op_refresh op_refresh_5783 = { .hd = { .id = 5526, .kind = OP_REFRESH }, .rand = 10186956460306312775ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5784 = { .hd = { .id = 5527, .kind = OP_RESEED }, .nonce = 15648686198743318662ULL, .seed_nbytes = 239, .seed = { 0x04, 0xf0, 0xac, 0xfa, 0x9c, 0xc9, 0xc1, 0x91, 0xce, 0x0a, 0x2a, 0x78, 0xc8, 0x5e, 0x1c, 0x54, 0xdf, 0xed, 0x89, 0x4e, 0xc8, 0xc5, 0x94, 0x2a, 0x68, 0x6f, 0x11, 0xc4, 0x71, 0x77, 0x61, 0xa9, 0xf1, 0x15, 0xe2, 0x26, 0xb6, 0x5a, 0x90, 0x34, 0xdd, 0x65, 0x98, 0x16, 0x88, 0x65, 0x2d, 0xde, 0xeb, 0x8e, 0x52, 0x9f, 0x04, 0xda, 0x37, 0xd4, 0xf7, 0xcf, 0x6f, 0xee, 0xf0, 0xc6, 0xd4, 0xec, 0x74, 0x0a, 0xb8, 0x7d, 0x37, 0x53, 0x02, 0x3e, 0x03, 0xc6, 0x17, 0x8e, 0xb5, 0xf0, 0x68, 0x10, 0x91, 0xfd, 0x21, 0x27, 0xe6, 0xdc, 0x8c, 0xb6, 0x65, 0xe0, 0xac, 0x95, 0x6f, 0x8a, 0xb4, 0x1b, 0x87, 0x06, 0x06, 0x90, 0x66, 0x77, 0x2f, 0x58, 0xe6, 0x0e, 0x5d, 0xe9, 0xa4, 0x19, 0xe2, 0x40, 0xd1, 0x1e, 0x3d, 0x2c, 0xd1, 0x52, 0x35, 0xbf, 0xfc, 0x47, 0xc5, 0xf3, 0x13, 0x69, 0x39, 0x3d, 0x90, 0x91, 0xa3, 0x19, 0x84, 0x26, 0x06, 0x9a, 0x5d, 0x9b, 0x00, 0xbf, 0xc5, 0xab, 0xa5, 0x8e, 0x7a, 0xa7, 0x0a, 0x81, 0x60, 0xab, 0x28, 0xea, 0x84, 0xe7, 0x95, 0xc4, 0xd1, 0xa9, 0x46, 0xec, 0xf4, 0x43, 0xd7, 0xd7, 0xb7, 0x05, 0xdf, 0xbd, 0x91, 0x34, 0x7c, 0x47, 0xba, 0xcc, 0x13, 0x76, 0x46, 0xcd, 0xdd, 0xff, 0xe5, 0xda, 0xb3, 0x8b, 0x0b, 0x4d, 0xe0, 0x3c, 0xc6, 0x16, 0xad, 0x25, 0xf2, 0x41, 0x99, 0x0f, 0x52, 0x2d, 0xb8, 0xf6, 0x65, 0xb5, 0x22, 0xb1, 0xc1, 0x41, 0xc2, 0x9f, 0xa2, 0x10, 0xa2, 0xdc, 0x56, 0xe7, 0x68, 0x6b, 0x1e, 0x0b, 0x2c, 0x26, 0x8c, 0xbb, 0x2f, 0xc5, 0x3c, 0x96, 0x7a, 0x80, 0xa2, 0x0f, 0xaf, 0xd9, 0xe0, 0xbf, 0x6f, 0xce, 0x56, 0xcd, 0x41 } }; static const struct cckprng_op_generate op_init_5785 = { .hd = { .id = 5528, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0xaf, 0xbb, 0x26, 0xcb, 0x92, 0x4f, 0x72, 0x92, 0x7b, 0x06, 0xcc, 0x71, 0x99, 0x3d, 0x20, 0x7c, 0x65, 0x61, 0xfb, 0xf3, 0xa3, 0x8d, 0x13, 0xd0, 0x0f, 0x01, 0x80, 0x38, 0xd1, 0x73, 0x7d, 0x1e, 0xbf, 0xfc, 0xeb, 0x1e, 0xf0, 0x66, 0x21, 0xcc, 0x0a, 0xef, 0x6b, 0x03, 0x05, 0x47, 0xea, 0x42, 0xd7, 0x9a, 0x6f, 0x5e, 0xcc, 0xed, 0xfc, 0xc7, 0xc0, 0xef, 0x03, 0x61, 0xac, 0xe5, 0x26, 0xd1, 0xc4, 0x05, 0x77, 0xba, 0xf0, 0xc6, 0x3c, 0xa8, 0xc9, 0xe4, 0x3b, 0xf7, 0xf0, 0x87, 0x0c, 0x1d, 0x37, 0xd9, 0x96, 0x90, 0x8a, 0xd1, 0xbf, 0x95 } } }; static const struct cckprng_op_refresh op_refresh_5786 = { .hd = { .id = 5529, .kind = OP_REFRESH }, .rand = 16240860129897116222ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5787 = { .hd = { .id = 5530, .kind = OP_RESEED }, .nonce = 5990393579516768155ULL, .seed_nbytes = 65, .seed = { 0x4e, 0x07, 0xe8, 0xaa, 0xe1, 0xe6, 0x83, 0xca, 0xc1, 0xc2, 0x58, 0xde, 0x50, 0x16, 0x9e, 0x32, 0x19, 0x3f, 0xb8, 0xed, 0x62, 0xd0, 0xdd, 0x10, 0xbc, 0x55, 0xd3, 0xfb, 0xd3, 0x47, 0x20, 0xd1, 0xc3, 0x54, 0xcb, 0x14, 0x63, 0x03, 0xce, 0xfa, 0x66, 0xda, 0x1a, 0x52, 0xbe, 0x83, 0xda, 0x97, 0xdc, 0xd4, 0xa9, 0xa3, 0xa9, 0x38, 0xf1, 0xf5, 0xe2, 0x7b, 0x99, 0x4d, 0x87, 0xd5, 0x1f, 0x3f, 0x91 } }; static const struct cckprng_op_generate op_init_5788 = { .hd = { .id = 5531, .kind = OP_GENERATE }, .rand_nbytes = 69, .out = { .rand = { 0x2d, 0xe4, 0x8f, 0xff, 0x67, 0x4c, 0xd1, 0x3c, 0x9d, 0x66, 0x38, 0x80, 0xa0, 0x3e, 0x5a, 0x87, 0xb5, 0x8e, 0xb5, 0x33, 0xdf, 0x10, 0x9a, 0xc7, 0x8b, 0x39, 0x48, 0xb0, 0xbc, 0xbe, 0xbb, 0xe1, 0x07, 0xd6, 0x8d, 0x8c, 0x90, 0xa0, 0xe6, 0xc8, 0x98, 0x47, 0xc4, 0xd9, 0xac, 0xfe, 0x5c, 0x38, 0x91, 0x63, 0xbc, 0x2f, 0x1f, 0x99, 0xb3, 0x77, 0x13, 0x72, 0x45, 0x09, 0x3c, 0x59, 0x5b, 0xb4, 0xcd, 0xc0, 0xf2, 0xee, 0x92 } } }; static const struct cckprng_op_refresh op_refresh_5789 = { .hd = { .id = 5532, .kind = OP_REFRESH }, .rand = 17993931259185433826ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5790 = { .hd = { .id = 5533, .kind = OP_REFRESH }, .rand = 4270166024004927010ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5791 = { .hd = { .id = 5534, .kind = OP_REFRESH }, .rand = 5405165373744372886ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5792 = { .hd = { .id = 5535, .kind = OP_REFRESH }, .rand = 9161725683715664413ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5793 = { .hd = { .id = 5536, .kind = OP_REFRESH }, .rand = 2032689642723465875ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5794 = { .hd = { .id = 5537, .kind = OP_REFRESH }, .rand = 13174001463592218948ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5795 = { .hd = { .id = 5538, .kind = OP_RESEED }, .nonce = 13145793498897546301ULL, .seed_nbytes = 131, .seed = { 0x32, 0x73, 0x50, 0xfa, 0x3e, 0xd6, 0xaa, 0xb4, 0xf0, 0x37, 0x1c, 0x6a, 0x77, 0x1e, 0x87, 0x9e, 0xbd, 0x46, 0xf8, 0x22, 0x9d, 0xf9, 0xfd, 0x18, 0x79, 0xca, 0x1c, 0xc8, 0x03, 0x13, 0x31, 0x20, 0xa1, 0xe4, 0x89, 0x9a, 0x89, 0x10, 0x04, 0x29, 0xc4, 0x39, 0xdc, 0x1d, 0x0e, 0x4b, 0x0b, 0xea, 0x9c, 0xba, 0xfb, 0x1a, 0xe4, 0x3b, 0x7d, 0xf8, 0x10, 0x99, 0x87, 0x0a, 0x89, 0x8f, 0xec, 0xd4, 0x65, 0xfe, 0xe6, 0x98, 0x40, 0x3e, 0x31, 0xf0, 0x97, 0x9b, 0xf2, 0x63, 0x3e, 0x6c, 0xe6, 0x4c, 0xde, 0xaf, 0x84, 0x36, 0xf4, 0x73, 0xc3, 0xcc, 0x8d, 0x03, 0x32, 0xf7, 0xae, 0x2b, 0x53, 0x16, 0x75, 0x9b, 0x56, 0xe4, 0x54, 0xd5, 0x1e, 0x02, 0x96, 0x1d, 0xfa, 0x7f, 0x0a, 0x26, 0xc6, 0xa0, 0x7f, 0x19, 0xf4, 0x3e, 0xc8, 0x19, 0x30, 0xf6, 0xa4, 0x68, 0x99, 0xa3, 0x86, 0x01, 0xde, 0x73, 0x7f, 0xff, 0xd4 } }; static const struct cckprng_op_refresh op_refresh_5796 = { .hd = { .id = 5539, .kind = OP_REFRESH }, .rand = 8829648205738574450ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5797 = { .hd = { .id = 5540, .kind = OP_REFRESH }, .rand = 17416918215245367032ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5798 = { .hd = { .id = 5541, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0x93, 0x9c, 0xcd, 0x13, 0xaf, 0x6f, 0x97, 0x03, 0x92, 0x09, 0xac, 0x81, 0xf7, 0x09, 0x8b, 0x79, 0x96, 0x84, 0xf0, 0x37, 0x02, 0xf9, 0x60, 0x08, 0xeb, 0xfb, 0x8e, 0xef, 0x6e, 0x8e, 0xdd, 0xf1, 0x33, 0x6d, 0xd1, 0xca, 0x41, 0xec, 0xdb, 0x05, 0x86, 0x1d, 0xb0, 0x55, 0x8f, 0x8f, 0xde, 0xc5, 0x24, 0x36, 0x81, 0x68, 0x28, 0x90, 0x0c, 0xf6, 0x93, 0xe3, 0x45, 0x66, 0xbe, 0xa9, 0xf0, 0xf5, 0x61, 0x39, 0x9f, 0x44, 0xe8, 0x47, 0xd1, 0x9e, 0xd7, 0x5c, 0xc7, 0x31, 0xb9, 0x69, 0xa6, 0x26, 0x48, 0x24, 0x47, 0x52, 0xf6, 0xe8, 0x1c, 0x37, 0x3c, 0x3e, 0x35, 0xab, 0x92, 0x02, 0x71, 0x59, 0x6b, 0x93, 0x04, 0x60, 0x3f, 0xe2, 0xc9, 0x6e, 0x96, 0xa3, 0xb5, 0x41, 0xee, 0xd2, 0x42, 0xfc, 0x50, 0xe5, 0x71, 0x91, 0x76, 0xfd, 0x2f, 0x57, 0xcb, 0xad, 0x57, 0x46, 0xdb, 0x5b, 0xd8, 0xc7, 0xb6, 0xb5, 0x12, 0x23, 0x80, 0xd5, 0x22, 0x2f, 0x2d, 0xd6, 0x36, 0x4c, 0x8f, 0x74, 0x37, 0xba, 0xc2, 0x92, 0x98, 0x64, 0xe7, 0x61, 0xa9, 0x63, 0xc5, 0xd4, 0x7c, 0xf4, 0xc3, 0xd3, 0xe6, 0x8b } } }; static const struct cckprng_op_generate op_init_5799 = { .hd = { .id = 5542, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0x06, 0xd7, 0xcc, 0xe6, 0x13, 0x4d, 0x29, 0x1d, 0x3b, 0x72, 0xd2, 0x88, 0x33, 0xf7, 0xc8, 0x61, 0x33, 0x8f, 0xf2, 0x4e, 0x56, 0xef, 0xba, 0x67, 0xbb, 0x3f, 0x45, 0xc1, 0xce, 0x50, 0x2e, 0xa3, 0xe1, 0x90, 0x26, 0xed, 0xb7, 0x17, 0xd2, 0x49, 0x52, 0x8d, 0x64, 0x8c, 0x4e, 0x3a, 0x96, 0xbc, 0xf4, 0x2b, 0x52, 0xb7, 0x4a, 0xc6, 0xef, 0xa7, 0xe6, 0xad, 0x2d, 0x2a, 0x72, 0xf4, 0x34, 0x83, 0x96, 0x01, 0x8c, 0x8e, 0x00, 0xf9, 0xf9, 0x2e, 0x6d, 0x47, 0xb6, 0xb4, 0x10, 0x0f, 0xf2, 0x11, 0x17, 0x47, 0x83, 0x71, 0x7b, 0xf1, 0xa1, 0x75, 0x15, 0x19, 0xd6, 0xbd, 0x7e, 0x28, 0x03, 0xa7, 0x94, 0x6e, 0x30, 0x47, 0xef, 0x4f, 0x25, 0x1e, 0x19, 0xf5, 0x3d, 0x59, 0x42, 0x4f, 0x4a, 0xa2, 0x9d, 0xdb, 0xac, 0x41, 0x61, 0x52, 0xe7, 0x1e, 0x3b, 0x74, 0x23, 0xe6, 0x09, 0x9f, 0x6c, 0x18, 0x85, 0x48, 0x7e, 0x02, 0x62, 0x3f, 0x24, 0x17 } } }; static const struct cckprng_op_generate op_init_5800 = { .hd = { .id = 5543, .kind = OP_GENERATE }, .rand_nbytes = 201, .out = { .rand = { 0x75, 0x55, 0x70, 0xef, 0x8b, 0xc6, 0x3a, 0x77, 0x1a, 0xdd, 0x61, 0xcb, 0x54, 0x08, 0x22, 0xca, 0xa4, 0x4e, 0x65, 0x3d, 0x29, 0xfc, 0xe1, 0x72, 0x6c, 0x9f, 0xfc, 0xc2, 0xc2, 0x06, 0x14, 0x10, 0x40, 0xfb, 0x44, 0x8d, 0x9f, 0xc3, 0x0f, 0x44, 0x5f, 0xf5, 0xf6, 0xc8, 0x1f, 0x93, 0xc8, 0x25, 0x6d, 0x00, 0xa0, 0x82, 0xd1, 0xf1, 0x9c, 0x66, 0x76, 0x58, 0x34, 0x95, 0x94, 0x16, 0x88, 0x65, 0xc1, 0x81, 0x2a, 0x18, 0xdf, 0x10, 0x04, 0x7e, 0x56, 0x9e, 0xf3, 0x31, 0x2b, 0x57, 0xe3, 0xea, 0x52, 0xac, 0x68, 0xf0, 0x1a, 0xfe, 0xd0, 0x48, 0xdb, 0xa3, 0x3d, 0xcd, 0x3f, 0x9e, 0x3c, 0xc9, 0x62, 0x85, 0xae, 0x8e, 0xef, 0x6a, 0x26, 0x0e, 0xd7, 0xd0, 0xe2, 0x04, 0x71, 0x37, 0x8b, 0x13, 0xc3, 0x44, 0x31, 0x5d, 0x02, 0xb0, 0x32, 0xe6, 0xba, 0x87, 0x96, 0xe4, 0xef, 0xcb, 0x7b, 0x02, 0xa4, 0xb3, 0x00, 0xe0, 0xf0, 0x87, 0x02, 0x17, 0x0b, 0x04, 0xa5, 0x55, 0x08, 0xfa, 0xa0, 0x23, 0xde, 0xef, 0x39, 0x06, 0x99, 0xa2, 0xd7, 0x95, 0x85, 0x1d, 0x8d, 0x26, 0x9c, 0xc0, 0xc7, 0xed, 0x11, 0x43, 0xf5, 0xde, 0x05, 0xad, 0x14, 0xda, 0x53, 0x9a, 0xc0, 0xdf, 0x42, 0xc0, 0x34, 0x75, 0x2a, 0xa6, 0xc0, 0x92, 0x75, 0x35, 0x45, 0xc5, 0x66, 0x9d, 0xad, 0x45, 0x6e, 0xe3, 0xd9, 0x80, 0x07, 0x3b, 0xf9, 0xc2, 0x66, 0x2a, 0xf5, 0xdf, 0xe3 } } }; static const struct cckprng_op_reseed op_reseed_5801 = { .hd = { .id = 5544, .kind = OP_RESEED }, .nonce = 243935376772822924ULL, .seed_nbytes = 67, .seed = { 0x8b, 0x77, 0x2f, 0x9c, 0xec, 0x90, 0xb1, 0xea, 0x16, 0x73, 0xdf, 0x49, 0xa6, 0x21, 0x90, 0x79, 0xeb, 0xa9, 0x79, 0xa0, 0x81, 0x98, 0x70, 0x99, 0x56, 0x23, 0xe8, 0xd0, 0x78, 0xd9, 0x4a, 0x16, 0x64, 0x5a, 0x2e, 0xc2, 0x7f, 0x55, 0xe6, 0xd5, 0x0e, 0x8e, 0xaa, 0x84, 0x27, 0xfc, 0x23, 0x60, 0xce, 0xe4, 0xd1, 0xe2, 0xe7, 0xc3, 0xf6, 0xb8, 0x05, 0x99, 0x8d, 0x40, 0x81, 0xc4, 0x84, 0x48, 0x62, 0x4f, 0xa5 } }; static const struct cckprng_op_reseed op_reseed_5802 = { .hd = { .id = 5545, .kind = OP_RESEED }, .nonce = 17369938019470021411ULL, .seed_nbytes = 132, .seed = { 0xe3, 0x3c, 0xdc, 0xb7, 0x6b, 0xa2, 0x99, 0xc7, 0xae, 0x92, 0xf4, 0xde, 0x70, 0x53, 0x97, 0xb5, 0x22, 0x20, 0x11, 0x94, 0xc5, 0xfb, 0x34, 0xe1, 0xa7, 0x79, 0xd4, 0x61, 0x6f, 0xe2, 0x7f, 0xad, 0x8a, 0x55, 0x79, 0x96, 0xe2, 0xbb, 0x00, 0x02, 0x9b, 0x77, 0x4f, 0x52, 0x05, 0x72, 0x80, 0x03, 0xdd, 0x6a, 0x6a, 0x72, 0x61, 0x42, 0x21, 0xff, 0xce, 0xb6, 0x39, 0x4b, 0xc1, 0x45, 0xc9, 0xef, 0xd1, 0x76, 0x87, 0x33, 0x6c, 0x15, 0x25, 0x7b, 0x6f, 0x2a, 0x29, 0x0e, 0x5e, 0x96, 0x24, 0xec, 0x3f, 0xba, 0x84, 0x5c, 0xae, 0xe5, 0x08, 0xf9, 0xb9, 0xf7, 0x5f, 0xcd, 0xe8, 0xa3, 0xe0, 0x90, 0x85, 0xa8, 0x96, 0x82, 0x27, 0x3b, 0x19, 0x54, 0x1a, 0xe4, 0x36, 0x9e, 0x2e, 0x9d, 0xc5, 0xa0, 0xa1, 0xd6, 0xec, 0x31, 0xc7, 0xa8, 0x86, 0x52, 0x97, 0xb4, 0x53, 0x01, 0x26, 0x44, 0x81, 0x9b, 0x91, 0x76, 0x3e, 0x2d } }; static const struct cckprng_op_refresh op_refresh_5803 = { .hd = { .id = 5546, .kind = OP_REFRESH }, .rand = 9912582751701378434ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5804 = { .hd = { .id = 5547, .kind = OP_RESEED }, .nonce = 13015725159310633849ULL, .seed_nbytes = 114, .seed = { 0x3d, 0xc3, 0x0c, 0x5e, 0x9c, 0x63, 0x9f, 0x34, 0x96, 0x23, 0x6b, 0x73, 0x14, 0x80, 0x8b, 0xcb, 0x07, 0xce, 0x3d, 0xe0, 0xa5, 0xf2, 0x55, 0x87, 0x0c, 0xec, 0x07, 0xb6, 0x03, 0xfa, 0xf1, 0xd6, 0xf1, 0x7a, 0x32, 0x6c, 0xd0, 0x78, 0x0f, 0x5c, 0x85, 0x89, 0xf3, 0x5c, 0x46, 0xfe, 0x4f, 0xe8, 0x6f, 0xb2, 0x52, 0x6a, 0x9c, 0x51, 0x9e, 0x8e, 0xcc, 0x59, 0x46, 0x88, 0xe6, 0x24, 0x0a, 0xda, 0xd2, 0x3c, 0xc1, 0x9a, 0x2b, 0x9a, 0x27, 0x6f, 0x4c, 0xce, 0xab, 0x1f, 0x2b, 0xf9, 0x62, 0x8b, 0xea, 0xee, 0xf3, 0x29, 0x9b, 0xab, 0x2e, 0x5a, 0xff, 0x66, 0x3d, 0x8b, 0xfb, 0x75, 0x11, 0x61, 0x02, 0xff, 0x47, 0x1a, 0xfc, 0x7b, 0x77, 0x62, 0xb1, 0x0d, 0x0c, 0x4b, 0xee, 0x2d, 0x30, 0x7d, 0x70, 0x72 } }; static const struct cckprng_op_refresh op_refresh_5805 = { .hd = { .id = 5548, .kind = OP_REFRESH }, .rand = 16388426952092278443ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5806 = { .hd = { .id = 5549, .kind = OP_GENERATE }, .rand_nbytes = 13, .out = { .rand = { 0xca, 0x66, 0x9a, 0xf9, 0x2f, 0x73, 0xde, 0xae, 0x77, 0x0f, 0x68, 0xde, 0x45 } } }; static const struct cckprng_op_refresh op_refresh_5807 = { .hd = { .id = 5550, .kind = OP_REFRESH }, .rand = 12956623941600793920ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5808 = { .hd = { .id = 5551, .kind = OP_GENERATE }, .rand_nbytes = 127, .out = { .rand = { 0xf6, 0x05, 0xa8, 0xd7, 0x0f, 0xa5, 0xf2, 0x36, 0xd9, 0x60, 0x03, 0x60, 0xa1, 0x68, 0xe5, 0x09, 0xf7, 0xad, 0x8f, 0x24, 0x6f, 0x67, 0xe8, 0x0f, 0x03, 0x6a, 0x14, 0x9f, 0x2a, 0x9f, 0xb0, 0x60, 0x75, 0xc6, 0xdc, 0xe1, 0x3e, 0xec, 0x4d, 0x08, 0x3d, 0x78, 0xab, 0x03, 0xaf, 0x27, 0x72, 0xcc, 0x86, 0x56, 0x4b, 0xd0, 0xbc, 0x0a, 0xfa, 0x1f, 0x44, 0xaa, 0x2a, 0xdd, 0x0b, 0x3e, 0xe6, 0x21, 0xf0, 0x26, 0xbb, 0x3c, 0x64, 0x57, 0xf8, 0xc5, 0xb9, 0x77, 0x38, 0xba, 0x25, 0x6f, 0x7b, 0x2e, 0x96, 0x7d, 0x90, 0xce, 0xf1, 0x3c, 0xc7, 0xed, 0x07, 0x69, 0x80, 0x05, 0x9a, 0x6f, 0xf8, 0x8e, 0x7b, 0x32, 0x15, 0xb1, 0x6e, 0x81, 0x4c, 0x46, 0x6a, 0x29, 0xc5, 0xd3, 0x74, 0x7b, 0xd1, 0x88, 0x9f, 0x86, 0x17, 0xed, 0xd4, 0x6a, 0x3e, 0x58, 0xfe, 0x96, 0xf8, 0x49, 0xce, 0xe5, 0x25 } } }; static const struct cckprng_op_refresh op_refresh_5809 = { .hd = { .id = 5552, .kind = OP_REFRESH }, .rand = 2209188807982398582ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5810 = { .hd = { .id = 5553, .kind = OP_GENERATE }, .rand_nbytes = 244, .out = { .rand = { 0xc2, 0x55, 0x11, 0x4e, 0xb1, 0x6f, 0x22, 0xbe, 0x0e, 0x1b, 0xc2, 0x9a, 0x3b, 0x5a, 0xfc, 0x7a, 0xee, 0x3d, 0x32, 0xd9, 0x5f, 0xe4, 0xfe, 0xc7, 0xd8, 0xb6, 0x49, 0x16, 0x68, 0xd8, 0xea, 0xb7, 0x84, 0x55, 0xa0, 0x21, 0x7f, 0xf6, 0xb9, 0x32, 0x88, 0x5a, 0x73, 0x37, 0x83, 0x2b, 0xc9, 0x2f, 0xa8, 0xc0, 0x9f, 0x2c, 0x06, 0xa0, 0x04, 0x29, 0x47, 0xa4, 0x15, 0x1e, 0x0d, 0x30, 0x43, 0x48, 0xcf, 0x6b, 0x0c, 0xf1, 0x8c, 0x53, 0x8e, 0xe9, 0x8e, 0x7f, 0x09, 0xb9, 0x58, 0x24, 0xac, 0xdc, 0x71, 0x7b, 0x16, 0x5d, 0x4e, 0x91, 0x0b, 0xb7, 0x35, 0x7d, 0x61, 0x41, 0x0f, 0x87, 0x8e, 0x0f, 0xb1, 0xa2, 0x63, 0x69, 0xb3, 0x2a, 0x7d, 0xc1, 0x54, 0x34, 0x35, 0xbb, 0x87, 0x64, 0x85, 0x48, 0x7f, 0x37, 0x93, 0x07, 0x11, 0xb8, 0x60, 0xea, 0x7b, 0x03, 0xaf, 0x76, 0x8e, 0x03, 0x0a, 0xf0, 0xe9, 0x81, 0xdd, 0x61, 0x61, 0x6c, 0xd4, 0x3f, 0x5b, 0xc9, 0xbc, 0x83, 0x0e, 0x8e, 0xaa, 0x38, 0x98, 0xcf, 0x34, 0xad, 0xcf, 0xf5, 0x51, 0x10, 0xcf, 0x35, 0xdb, 0x06, 0xb6, 0x1b, 0x36, 0x84, 0xb2, 0x74, 0xf8, 0x7c, 0x95, 0x4c, 0xf8, 0x4b, 0x35, 0xc8, 0xcd, 0xc8, 0xe0, 0xc7, 0xcc, 0xe2, 0xac, 0x29, 0xfc, 0xbc, 0xa9, 0xed, 0x30, 0x4f, 0xbd, 0x35, 0xf3, 0x28, 0x75, 0x01, 0xaa, 0xf7, 0x4d, 0xa1, 0x55, 0x5b, 0x1b, 0xe1, 0xb8, 0x01, 0x00, 0xa3, 0x49, 0x37, 0xd0, 0x68, 0x7b, 0xf9, 0x50, 0x0e, 0x65, 0xe9, 0x26, 0xa9, 0xe6, 0x1a, 0x12, 0x1b, 0x7d, 0x04, 0xa8, 0xd3, 0x3c, 0x03, 0xdf, 0x84, 0x67, 0xfb, 0x22, 0x7c, 0xe7, 0x31, 0x4d, 0xa0, 0x63, 0x3f, 0xcc, 0x75, 0x1c, 0x5e, 0x43, 0xd2, 0x8e, 0x71 } } }; static const struct cckprng_op_generate op_init_5811 = { .hd = { .id = 5554, .kind = OP_GENERATE }, .rand_nbytes = 220, .out = { .rand = { 0xad, 0x26, 0xbc, 0x9f, 0x4d, 0x37, 0x57, 0xc3, 0x99, 0x45, 0x9a, 0xce, 0x27, 0x31, 0xb4, 0x36, 0x99, 0x74, 0xab, 0x9a, 0xc1, 0x09, 0xbe, 0x39, 0x99, 0x34, 0x10, 0x81, 0xbb, 0xa3, 0x87, 0x4f, 0xab, 0xd1, 0xd2, 0x7b, 0x3a, 0xe7, 0x6a, 0x3b, 0x86, 0x56, 0x83, 0x02, 0xff, 0xbe, 0x02, 0x97, 0xf1, 0x43, 0xc5, 0x19, 0x87, 0x2a, 0x4c, 0xa9, 0x9e, 0x69, 0x0c, 0x7c, 0xb0, 0xe3, 0xba, 0x58, 0x74, 0x93, 0x55, 0xb6, 0x90, 0x82, 0x52, 0xff, 0xa2, 0x86, 0x3d, 0x8f, 0xd6, 0xf3, 0xab, 0xef, 0x27, 0xef, 0x62, 0xd9, 0x94, 0x5f, 0x0a, 0x4b, 0x05, 0x66, 0x1a, 0x6d, 0x00, 0xed, 0x20, 0xf7, 0x1e, 0x57, 0x21, 0xb2, 0x0e, 0x85, 0xc9, 0xae, 0x6a, 0x40, 0x5f, 0x1c, 0xe3, 0xb6, 0x8b, 0x73, 0x46, 0x73, 0xbc, 0x6d, 0x39, 0xa4, 0x23, 0x13, 0xef, 0x24, 0xf3, 0xfc, 0x34, 0x9a, 0xf5, 0x2d, 0xdb, 0x83, 0xed, 0x06, 0x26, 0xa7, 0xfc, 0x11, 0x33, 0x9b, 0x80, 0x18, 0x12, 0x6c, 0x5c, 0x8c, 0xf1, 0x1f, 0x79, 0x22, 0x97, 0x93, 0xd5, 0xde, 0xea, 0xba, 0x9c, 0xd0, 0x07, 0xf3, 0x68, 0x45, 0x57, 0xb0, 0x47, 0x16, 0x8e, 0xe4, 0xec, 0xeb, 0x41, 0x5d, 0xdb, 0x7a, 0xa4, 0xb2, 0x90, 0x60, 0x72, 0x1c, 0x03, 0xfc, 0xf2, 0x15, 0x28, 0xe5, 0x2f, 0x89, 0xf4, 0x79, 0xc4, 0xb7, 0x6f, 0xb9, 0x10, 0x4a, 0x87, 0x13, 0x2f, 0x91, 0x7d, 0xc8, 0x8e, 0xf5, 0xb9, 0x06, 0x66, 0xa3, 0xc7, 0xa1, 0x48, 0x3b, 0xaf, 0x23, 0x05, 0xb0, 0xc0, 0x06, 0x2c, 0x7f, 0x6c, 0xe1 } } }; static const struct cckprng_op_refresh op_refresh_5812 = { .hd = { .id = 5555, .kind = OP_REFRESH }, .rand = 782945382744497387ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5813 = { .hd = { .id = 5556, .kind = OP_RESEED }, .nonce = 17236081007635856214ULL, .seed_nbytes = 205, .seed = { 0xeb, 0xd7, 0xc9, 0x5c, 0xed, 0x6c, 0x63, 0x1e, 0xbb, 0x78, 0x58, 0x47, 0x2d, 0x67, 0x97, 0x32, 0xac, 0x44, 0x09, 0x67, 0x14, 0xdb, 0x46, 0xd1, 0x1c, 0x7e, 0xce, 0xfc, 0x6e, 0xe6, 0xe2, 0xba, 0x43, 0x2e, 0x0a, 0xc6, 0x03, 0x71, 0xd2, 0xa8, 0x6c, 0x3d, 0x6b, 0x67, 0x77, 0x06, 0x22, 0x8a, 0x00, 0x55, 0x20, 0x78, 0xb8, 0x44, 0x58, 0xdd, 0xb5, 0x47, 0x1d, 0x5d, 0x54, 0x9b, 0xa9, 0x90, 0xb6, 0x79, 0xb4, 0x5c, 0xc6, 0xe4, 0xac, 0x6e, 0xdf, 0x0f, 0x9b, 0x86, 0x28, 0x87, 0x56, 0x84, 0xe4, 0x7e, 0x11, 0x7a, 0xd5, 0xa6, 0x17, 0xf3, 0xf8, 0x2e, 0x3a, 0xff, 0xc0, 0x22, 0xf8, 0xef, 0xff, 0x09, 0x88, 0x96, 0x7d, 0x1e, 0x87, 0xb0, 0x15, 0x36, 0x6f, 0xb5, 0xf1, 0xf3, 0xac, 0x80, 0x68, 0x25, 0x93, 0xd1, 0x81, 0xd0, 0x9b, 0xee, 0x41, 0x1a, 0xde, 0xd6, 0x79, 0x80, 0xb6, 0xac, 0xa2, 0x41, 0x42, 0x8c, 0x12, 0x08, 0x1c, 0x9c, 0xb1, 0x32, 0x73, 0xae, 0x42, 0x10, 0x4c, 0x87, 0x54, 0xb3, 0xbd, 0x45, 0x0d, 0x01, 0x2d, 0x69, 0xc0, 0x8c, 0x1c, 0xd8, 0x82, 0x4e, 0x0f, 0xa9, 0x20, 0x0b, 0xfb, 0x98, 0x5a, 0xb3, 0x66, 0x73, 0x59, 0x75, 0xc1, 0x41, 0x22, 0xde, 0x12, 0x6e, 0x72, 0x3f, 0x29, 0xef, 0x9b, 0x88, 0x07, 0xde, 0xfd, 0xd3, 0x2e, 0xd7, 0xa0, 0xcb, 0x17, 0x40, 0xdc, 0x87, 0x78, 0x28, 0xf3, 0x61, 0x00, 0x61, 0x8a, 0x00, 0xa4, 0x93, 0x95 } }; static const struct cckprng_op_generate op_init_5814 = { .hd = { .id = 5557, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0x3d, 0x0e, 0x85, 0xda, 0x46, 0x36, 0xf0, 0x45, 0xbe, 0x85, 0xdf, 0x39, 0x16, 0x5e, 0xf7, 0xdc, 0x8a, 0xe0, 0xc9, 0x90, 0x53, 0xe9, 0xfd, 0x1f, 0x36, 0xa7, 0xc6, 0x31, 0xa8, 0x87, 0xc2, 0x29, 0xfa, 0x81, 0x7a, 0xe1, 0x2e, 0x54, 0x5a, 0x1c, 0x3e, 0xe8, 0x2e, 0xdb, 0x05, 0x07, 0xbb, 0xf9, 0xc7, 0x36, 0x9b, 0x6a, 0x5d, 0x47, 0xf3, 0xfc, 0xfb, 0x8c, 0x1d, 0xf6, 0x68, 0xd5, 0x65, 0x5b, 0x8c, 0x71, 0xf2, 0xfa, 0xe7, 0x85, 0x3e, 0xb2, 0xf1, 0x6e, 0xa7, 0xfa, 0x11, 0xe8, 0x1d, 0x08, 0x46, 0x8f, 0x2e, 0xf9, 0xa4, 0xbf, 0xa9, 0xb1, 0x50, 0x20, 0xbd, 0xae, 0x3a, 0x56, 0xe7, 0x2a, 0x82, 0x2a, 0xe7, 0xe9 } } }; static const struct cckprng_op_refresh op_refresh_5815 = { .hd = { .id = 5558, .kind = OP_REFRESH }, .rand = 15077887538040928430ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5816 = { .hd = { .id = 5559, .kind = OP_GENERATE }, .rand_nbytes = 285, .out = { .rand = { 0x1a, 0xd7, 0xda, 0x57, 0x22, 0xb8, 0x3a, 0xa8, 0xff, 0xba, 0xaa, 0x3b, 0xa7, 0xd8, 0x04, 0x40, 0xbf, 0x1f, 0x41, 0x07, 0xe5, 0xd9, 0x0b, 0x9c, 0x5e, 0x7c, 0x86, 0x9e, 0x09, 0xf3, 0x12, 0x6f, 0x54, 0xd9, 0xc1, 0xce, 0x50, 0x6c, 0x70, 0xd0, 0x8e, 0xfc, 0xb4, 0x35, 0x18, 0x10, 0xf5, 0xda, 0x84, 0x18, 0xb9, 0x57, 0x07, 0x68, 0xc7, 0x14, 0xec, 0x23, 0x73, 0x45, 0xd5, 0xef, 0x37, 0x02, 0x1a, 0x2c, 0xfc, 0xde, 0xe4, 0x89, 0x78, 0x1d, 0xbb, 0x35, 0xdf, 0x53, 0xce, 0x8a, 0x6e, 0x26, 0x97, 0x8a, 0x00, 0xb4, 0x9e, 0x5a, 0x75, 0xdf, 0xd1, 0xeb, 0xa1, 0xd1, 0x8e, 0x24, 0x0a, 0x1f, 0xc4, 0xe9, 0x84, 0x8c, 0xdd, 0x8c, 0x4a, 0x40, 0xd4, 0xf2, 0xb5, 0xf4, 0x73, 0x12, 0xdb, 0x11, 0xc9, 0x41, 0xa3, 0xb2, 0x1f, 0x49, 0x99, 0x67, 0x30, 0x62, 0xc9, 0x68, 0x6f, 0x75, 0x60, 0x29, 0xc0, 0x0f, 0xdd, 0x21, 0x6f, 0x91, 0xbd, 0xe5, 0xec, 0x32, 0x9a, 0x45, 0x85, 0x66, 0xbb, 0x03, 0x0b, 0x90, 0xe2, 0x89, 0xd0, 0x5b, 0x40, 0xd2, 0xf1, 0x1a, 0x17, 0x73, 0xda, 0x00, 0xe1, 0xb6, 0x9a, 0x5c, 0x81, 0xf0, 0xac, 0x18, 0xd4, 0x29, 0x4c, 0x15, 0xaa, 0xe7, 0x86, 0x9e, 0xa3, 0xa6, 0x8d, 0xe1, 0xe3, 0x98, 0x3e, 0xfe, 0x67, 0xc2, 0x0c, 0x83, 0x2c, 0x6f, 0xb2, 0x05, 0xfe, 0x6e, 0x38, 0x1f, 0xab, 0x00, 0x55, 0xe7, 0x5e, 0x62, 0xc8, 0x70, 0xfe, 0xc7, 0x20, 0xaf, 0x77, 0xd8, 0xc5, 0x9f, 0x81, 0xe1, 0x6d, 0xf0, 0x24, 0xd6, 0xa3, 0x02, 0x46, 0x50, 0xc7, 0xe5, 0x3c, 0xf8, 0x68, 0xac, 0x3f, 0x3c, 0xb3, 0xb3, 0xd0, 0x78, 0xf8, 0x6b, 0x5d, 0x76, 0x7c, 0x18, 0x12, 0x04, 0xa2, 0x60, 0x64, 0x1d, 0x42, 0x33, 0x2f, 0xc5, 0x8a, 0x9f, 0x70, 0x37, 0xe8, 0xce, 0x7f, 0x57, 0xd8, 0x1e, 0x48, 0x9b, 0x45, 0x81, 0x17, 0x9a, 0x8b, 0xcd, 0xd9, 0x28, 0x4f, 0x93, 0xf4, 0xa8, 0xd2, 0x07, 0xb8, 0xd5, 0x5b, 0x0d, 0xcb, 0xcc, 0xb2, 0x29, 0xa7, 0x77, 0x0f } } }; static const struct cckprng_op_refresh op_refresh_5817 = { .hd = { .id = 5560, .kind = OP_REFRESH }, .rand = 1683465574425973668ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5818 = { .hd = { .id = 5561, .kind = OP_REFRESH }, .rand = 10946145973072792256ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5819 = { .hd = { .id = 5562, .kind = OP_REFRESH }, .rand = 12396611048554661958ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5820 = { .hd = { .id = 5563, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0xe4, 0x7e, 0x07, 0xf3, 0x4b, 0x12, 0xc5, 0x55, 0xfa, 0xe1, 0xb6, 0x1b, 0xa0, 0x2f, 0xa9, 0x5c, 0x51, 0xb9, 0x9e, 0x98, 0x31, 0xa6, 0x09, 0xf3, 0xbb, 0x6e, 0xf2, 0xf7, 0x97, 0xbf, 0xfd, 0x78, 0x2a, 0x46, 0x92, 0x83, 0x7d, 0x3e, 0x5d, 0xa3, 0x79, 0xe6, 0x18, 0x44, 0x0b, 0xc0, 0x79, 0xd0, 0x87, 0x5e, 0xf2, 0xa3, 0x0a, 0xac, 0x93, 0x73, 0xe3, 0x8d, 0x95, 0x82, 0xd0, 0x67, 0xfc, 0x22, 0xd0, 0x33, 0x95, 0x15, 0x14, 0xfc, 0x0c, 0xe6, 0x8b, 0x44, 0x57, 0x75, 0x44, 0x16, 0xa6, 0x26, 0x5e, 0xb2, 0x6d, 0x6d, 0x20, 0x73, 0xf0, 0xcf, 0xd8, 0xcd, 0x43, 0x7b, 0x91, 0xaa, 0xc7, 0x42, 0x0c, 0xf5, 0x5d, 0x40, 0xd4, 0x5f, 0x22, 0x56, 0x6e, 0x03, 0x59, 0x0a, 0x77, 0x3f, 0xd6, 0x9d, 0x70, 0x2c, 0x2f, 0xe4, 0x65, 0x9f, 0x3b, 0x5a, 0x06, 0x3d, 0x98, 0xd2, 0x76, 0x1a, 0x19, 0x49, 0xd7, 0x8a, 0x65, 0xab, 0x06, 0x24, 0xb2, 0xae, 0x19, 0x5d, 0x2f, 0x95, 0x70, 0x98, 0xd4, 0x87, 0x42, 0x3b, 0xb8, 0x8e, 0x81, 0xab, 0x47, 0x75, 0xe4, 0x4d, 0x21, 0x8a, 0x34, 0x82, 0xd7, 0x9b, 0x3d, 0x6f, 0x66, 0x2b, 0x4b, 0x7c, 0x06, 0xbb, 0x54, 0x8f, 0x06, 0xb7, 0x3d, 0xf2, 0x01, 0xbf, 0xd8, 0xc1, 0x8c, 0x18, 0x8b, 0x54, 0xf3, 0x75, 0x17, 0xf2, 0x9f, 0x7f, 0x24, 0x6a, 0xa5, 0x88, 0xe9, 0x32, 0x4c, 0x13, 0x9b, 0x4c, 0xb1, 0xc1, 0x50, 0x21, 0xb0, 0x12, 0x22, 0x00 } } }; static const struct cckprng_op_refresh op_refresh_5821 = { .hd = { .id = 5564, .kind = OP_REFRESH }, .rand = 16634104262542636694ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5822 = { .hd = { .id = 5565, .kind = OP_RESEED }, .nonce = 8469371699959630941ULL, .seed_nbytes = 77, .seed = { 0xed, 0xc2, 0xe2, 0x60, 0x89, 0x4a, 0xfe, 0xd3, 0xf2, 0x96, 0xcd, 0x73, 0x82, 0x7c, 0xe8, 0x5c, 0xb4, 0x4f, 0xde, 0xce, 0xc0, 0x7c, 0xcd, 0x17, 0x0d, 0x5b, 0xd3, 0x6f, 0xe9, 0xa0, 0xc2, 0xcb, 0xd5, 0x96, 0xb4, 0xee, 0x6e, 0x18, 0x49, 0xcd, 0x59, 0xf0, 0x0c, 0xab, 0x94, 0xd6, 0xa6, 0xee, 0xd6, 0xe3, 0xcb, 0x11, 0xc2, 0x61, 0xbc, 0xec, 0xfd, 0xea, 0xd9, 0x9f, 0x72, 0xd1, 0xd8, 0x79, 0x17, 0xbc, 0x54, 0x48, 0xc5, 0x67, 0x64, 0x26, 0x45, 0x76, 0x23, 0x8f, 0x61 } }; static const struct cckprng_op_refresh op_refresh_5823 = { .hd = { .id = 5566, .kind = OP_REFRESH }, .rand = 6148182044085665319ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5824 = { .hd = { .id = 5567, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x0d, 0xde, 0x5e, 0xaf, 0x44, 0xcb, 0x74, 0xbc, 0x24, 0x9f, 0x36, 0xe3, 0x93, 0xe1, 0xe0, 0xc6, 0x60, 0x98, 0x95, 0x6f, 0xd7, 0x8e, 0xe1, 0x2c, 0x64, 0xd0, 0x8a, 0x3a, 0x05, 0x42, 0x31, 0xb5, 0x32, 0x24, 0x68, 0x18, 0x03, 0x0a, 0x4f, 0x6f, 0xe1, 0x0c, 0x38, 0x74, 0x60, 0xb2, 0xad, 0xf8, 0x95, 0x71, 0xf7, 0xe3, 0x84, 0xf2, 0x3e, 0x87, 0x92, 0x0a, 0x81, 0xcf, 0x18, 0xfd, 0xef, 0xe9, 0x86, 0xda, 0x9d, 0x33, 0x43, 0x07, 0x89, 0x41, 0x55, 0x42, 0x17, 0x7b, 0x82, 0x0a, 0x06, 0x63, 0x8c, 0xbc, 0x8a, 0x4e, 0x6b, 0xa3, 0x71, 0xaa, 0xed, 0xb3, 0xd2, 0x06, 0x20, 0xaf, 0xbd, 0xd8, 0x97, 0x8b, 0x75, 0xb0, 0x2b, 0x0a, 0x65, 0xa3, 0xb2, 0xc6, 0xa8, 0xda, 0x51, 0x6d, 0x9f, 0x28, 0x70, 0xa7, 0xd8, 0x3b, 0x7c, 0x91, 0xb6, 0xcf, 0x7a, 0xcc, 0x28, 0x79, 0xff, 0xa3, 0xce, 0x28, 0x6a, 0xad, 0xdb, 0x7c, 0x32, 0x1f, 0x04, 0xa9, 0x16, 0xce, 0x22, 0x73, 0x27, 0x72, 0xd9, 0xc8, 0x72, 0xbd, 0xa6, 0xae } } }; static const struct cckprng_op_generate op_init_5825 = { .hd = { .id = 5568, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x11, 0x88, 0x47, 0xa3, 0x0c, 0xa8, 0xc2, 0x2c, 0xf5, 0xde, 0x84, 0x9f, 0x24, 0xab, 0xd8, 0x88, 0x5f, 0x6d, 0xf9, 0x02, 0x4b, 0x3a, 0x80, 0x80, 0x05, 0xe1, 0xc1, 0x85, 0x62, 0xcd, 0x53, 0x41, 0xe5, 0xee, 0x14, 0x98, 0xd2, 0x58, 0xc6, 0x0a, 0xc2, 0x80, 0x1c, 0xdf, 0xdb, 0x35, 0x53, 0xde, 0xae, 0x0e, 0x39, 0xa1, 0xd7, 0x18, 0xb0, 0x51, 0x7f, 0x78, 0x68, 0x26, 0x2e, 0x2e, 0x84, 0x22, 0xd7, 0x52, 0x9d, 0xb2, 0xaf, 0xec, 0x6a, 0xbc, 0x75, 0x5e, 0xf9, 0xa6, 0xd6, 0x70, 0x15, 0x5b, 0x75, 0xad, 0xa3, 0xfb, 0x14, 0x22, 0x77, 0x61, 0x25, 0x0d, 0xed, 0xe1, 0x6a, 0xb6, 0xfd, 0x4f, 0xf9, 0x86, 0x91, 0x11, 0x55, 0x51, 0xcc, 0xe1, 0xcf, 0xb9, 0x74, 0x98, 0xaf, 0x91, 0xc8, 0x93, 0xd6, 0x98, 0x0f, 0xd7, 0x3a } } }; static const struct cckprng_op_refresh op_refresh_5826 = { .hd = { .id = 5569, .kind = OP_REFRESH }, .rand = 15508690149479427456ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5827 = { .hd = { .id = 5570, .kind = OP_RESEED }, .nonce = 2949886133203315303ULL, .seed_nbytes = 230, .seed = { 0xa7, 0x31, 0x86, 0x44, 0xe8, 0xf2, 0x3c, 0x24, 0x0e, 0x8a, 0x21, 0x51, 0x16, 0xf2, 0x80, 0x4a, 0xc8, 0x95, 0x58, 0xa7, 0x00, 0x72, 0x1f, 0xcd, 0xd7, 0xa3, 0x24, 0x3a, 0x7e, 0xe7, 0x5a, 0xfb, 0x5e, 0x75, 0x53, 0x33, 0x30, 0x56, 0x87, 0xe4, 0x22, 0x24, 0x5d, 0xde, 0xad, 0x40, 0x61, 0xb3, 0x18, 0xb1, 0x0d, 0x5d, 0xa1, 0x97, 0xbf, 0x3a, 0x0c, 0x00, 0xfc, 0xbd, 0x99, 0x5a, 0x54, 0xcd, 0x17, 0x80, 0x0c, 0x81, 0xf1, 0x58, 0x85, 0xa7, 0x02, 0xaf, 0x14, 0xc6, 0xcd, 0xd6, 0x9d, 0xe6, 0x93, 0x9c, 0x5c, 0x07, 0x1c, 0x0d, 0x1c, 0xe4, 0xd7, 0x67, 0xea, 0x92, 0x87, 0xdb, 0x4a, 0x10, 0x2d, 0xcd, 0x3f, 0xaf, 0x6c, 0xe4, 0xf3, 0x29, 0x84, 0x91, 0x5a, 0x18, 0x4c, 0x0d, 0x5b, 0xd6, 0xb0, 0xe7, 0xd0, 0x7f, 0x01, 0x3a, 0xf7, 0xaf, 0x8f, 0x08, 0x91, 0x77, 0x41, 0x75, 0xbf, 0xee, 0x80, 0x17, 0x14, 0xb8, 0x91, 0x20, 0xe5, 0xe0, 0xca, 0x91, 0x90, 0xec, 0x34, 0xd4, 0x61, 0xde, 0x75, 0x76, 0x54, 0x19, 0x91, 0x52, 0xfd, 0x94, 0xad, 0x96, 0xff, 0x4a, 0xf5, 0xf0, 0xd3, 0x51, 0xa9, 0x0d, 0x4c, 0x97, 0xfd, 0xe4, 0x3c, 0x5d, 0x03, 0xc4, 0xe1, 0x88, 0xe9, 0x9e, 0x46, 0x29, 0x48, 0xc6, 0x86, 0xe6, 0x2f, 0xcd, 0x1e, 0x60, 0xcc, 0x46, 0x7f, 0xa1, 0x36, 0xc1, 0x96, 0x5d, 0xb8, 0xb2, 0xfe, 0x01, 0xf6, 0x13, 0x87, 0xf7, 0x35, 0xd7, 0x59, 0x93, 0x62, 0x48, 0xdf, 0x97, 0xad, 0x0e, 0xc6, 0xb2, 0xaf, 0x6c, 0xa4, 0x2a, 0x0e, 0x45, 0x1a, 0x99, 0xf8, 0xd3, 0x6d, 0x74, 0x96, 0x1c, 0x3f, 0x70, 0x5b, 0x3f } }; static const struct cckprng_op_refresh op_refresh_5828 = { .hd = { .id = 5571, .kind = OP_REFRESH }, .rand = 11132903021819999152ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5829 = { .hd = { .id = 5572, .kind = OP_RESEED }, .nonce = 8550274014127847447ULL, .seed_nbytes = 177, .seed = { 0xe1, 0xde, 0xa5, 0xa2, 0x25, 0xc4, 0xfa, 0xa9, 0x9b, 0x33, 0xaf, 0x51, 0x5b, 0x2b, 0x99, 0x37, 0x82, 0xc8, 0x5a, 0x86, 0x33, 0xca, 0xa8, 0xef, 0xf9, 0x43, 0xf3, 0x4b, 0xcf, 0xa5, 0x56, 0x10, 0x2b, 0xb7, 0x17, 0xa9, 0xc9, 0xbe, 0x3c, 0x95, 0x74, 0x34, 0x3c, 0x3b, 0x1b, 0xa7, 0xd5, 0x21, 0x71, 0xc8, 0x3f, 0xbd, 0x03, 0xbd, 0xe0, 0x45, 0xdd, 0x53, 0x44, 0xba, 0x20, 0xeb, 0xe5, 0x03, 0x0f, 0x92, 0x67, 0x24, 0xe7, 0xfd, 0x39, 0x02, 0x9a, 0x5a, 0x11, 0xf5, 0x7c, 0xf6, 0x27, 0x51, 0x94, 0x59, 0x67, 0x9a, 0x19, 0x63, 0x3a, 0x13, 0x6a, 0x95, 0x05, 0x08, 0xc4, 0x60, 0xb6, 0x7e, 0xc0, 0x28, 0x82, 0x6a, 0x1e, 0x51, 0xb8, 0x23, 0xda, 0xc7, 0x21, 0x63, 0x3f, 0x00, 0xcf, 0xbf, 0x5c, 0x81, 0x2e, 0xa1, 0x8e, 0x59, 0x6b, 0xc8, 0x82, 0x70, 0x8c, 0x3e, 0x86, 0x20, 0x97, 0x31, 0x4d, 0xc6, 0x76, 0xcc, 0x10, 0xec, 0x41, 0x28, 0x63, 0xf7, 0x3c, 0xb8, 0x65, 0x72, 0x25, 0x76, 0xcf, 0xb1, 0x18, 0xad, 0xff, 0xdc, 0xa9, 0xec, 0xb2, 0x4f, 0xc2, 0x96, 0x3b, 0xa9, 0x25, 0x03, 0x98, 0xba, 0xe3, 0x80, 0x7c, 0xe3, 0xbd, 0x8a, 0x74, 0x8d, 0xea, 0xa3, 0x73, 0x50, 0x51, 0x07, 0x49 } }; static const struct cckprng_op_refresh op_refresh_5830 = { .hd = { .id = 5573, .kind = OP_REFRESH }, .rand = 5240757958437661169ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5831 = { .hd = { .id = 5574, .kind = OP_REFRESH }, .rand = 8755199788854387036ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5832 = { .hd = { .id = 5575, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0x6d, 0xe1, 0xf9, 0xfb, 0x13, 0xc7, 0xd0, 0x4c, 0x9b, 0x48, 0xf1, 0xc7, 0x48, 0x37 } } }; static const struct cckprng_op_refresh op_refresh_5833 = { .hd = { .id = 5576, .kind = OP_REFRESH }, .rand = 8340703852954150319ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5834 = { .hd = { .id = 5577, .kind = OP_GENERATE }, .rand_nbytes = 231, .out = { .rand = { 0x18, 0x51, 0x87, 0x67, 0x9f, 0xfc, 0x74, 0x0e, 0x99, 0x43, 0x59, 0x0f, 0x60, 0x93, 0x96, 0xcb, 0x88, 0x0b, 0xeb, 0x98, 0xb2, 0x64, 0x4c, 0xdc, 0x03, 0xcd, 0x8d, 0x72, 0xcd, 0xe8, 0x36, 0x68, 0x5c, 0x52, 0xab, 0xa1, 0xd8, 0x15, 0xb7, 0x57, 0x41, 0x02, 0x3b, 0x62, 0xc2, 0x8f, 0x38, 0xd7, 0x74, 0x55, 0xfb, 0x83, 0xb5, 0x60, 0x63, 0xe4, 0x1e, 0x9d, 0x64, 0xc0, 0x16, 0x96, 0x8a, 0xd6, 0x0c, 0xaf, 0x1e, 0x88, 0x15, 0xf6, 0x8c, 0x7c, 0xd3, 0xf1, 0xaf, 0xf3, 0x6b, 0x05, 0xd1, 0x96, 0xad, 0xa5, 0x9e, 0x3b, 0x51, 0x14, 0x8c, 0x8a, 0xa5, 0xe9, 0xde, 0xd3, 0x4f, 0x47, 0xfd, 0x41, 0xd7, 0x1c, 0xc9, 0xc9, 0x35, 0x18, 0xe9, 0xad, 0x99, 0xcd, 0xd8, 0x8c, 0x92, 0x99, 0xb6, 0x80, 0x1d, 0x0e, 0xbe, 0x80, 0xd4, 0xa7, 0x13, 0x4a, 0x8f, 0xbe, 0x51, 0xf5, 0x98, 0x8e, 0x1d, 0x09, 0xbb, 0xd3, 0xa3, 0xa0, 0xff, 0x34, 0xf5, 0x85, 0x91, 0xe8, 0x4d, 0x66, 0x68, 0x86, 0x13, 0x40, 0xea, 0xa4, 0xc3, 0x7d, 0x06, 0x83, 0xdc, 0xea, 0x18, 0xd9, 0xdb, 0x4d, 0xc9, 0x4a, 0x35, 0x28, 0xf0, 0x62, 0xe5, 0x82, 0x8d, 0xe4, 0xea, 0x8d, 0xae, 0x76, 0x4a, 0xc0, 0x07, 0x65, 0xe4, 0x47, 0x59, 0x97, 0x9c, 0x75, 0x67, 0x47, 0xb2, 0x05, 0xd6, 0xb2, 0x48, 0x25, 0x01, 0x12, 0xf3, 0x47, 0x48, 0x19, 0x15, 0xc7, 0xeb, 0x0c, 0x3e, 0xc4, 0xa0, 0xff, 0xdc, 0xa2, 0xf5, 0x40, 0x1c, 0xc4, 0xec, 0x3f, 0x13, 0x96, 0xd1, 0xed, 0x56, 0x3b, 0xbd, 0x51, 0xfa, 0x48, 0x17, 0x61, 0x1f, 0xc0, 0x1f, 0x37, 0xad, 0xaa, 0xdb, 0x05, 0xb4 } } }; static const struct cckprng_op_reseed op_reseed_5835 = { .hd = { .id = 5578, .kind = OP_RESEED }, .nonce = 15379946780365476158ULL, .seed_nbytes = 102, .seed = { 0xdd, 0xb6, 0xc2, 0x5c, 0x07, 0x8f, 0x59, 0xc1, 0xc1, 0x76, 0x51, 0x97, 0x65, 0xa9, 0x9e, 0xea, 0x4c, 0x86, 0xa9, 0x99, 0xff, 0x75, 0xe3, 0x60, 0x8a, 0x76, 0x68, 0xf0, 0x1e, 0x74, 0xbc, 0x22, 0xae, 0xb6, 0xc7, 0xf2, 0xf7, 0xd1, 0x5a, 0xeb, 0x66, 0x24, 0x2a, 0x57, 0x34, 0x30, 0xf2, 0xaa, 0x42, 0x77, 0xbb, 0x6a, 0x4f, 0xda, 0x1a, 0xe8, 0xa8, 0x1e, 0x8f, 0x12, 0x33, 0xd6, 0x89, 0xe2, 0x78, 0x85, 0xdc, 0xd3, 0x78, 0xa4, 0x01, 0x50, 0xaf, 0x2e, 0xd0, 0x73, 0xf7, 0x5e, 0x32, 0xee, 0x2c, 0x01, 0x18, 0x7b, 0x82, 0xd4, 0xf0, 0x59, 0x10, 0xb3, 0x11, 0x63, 0xbc, 0x04, 0x4d, 0x19, 0x0e, 0x65, 0xe1, 0xf6, 0x3c, 0x8d } }; static const struct cckprng_op_reseed op_reseed_5836 = { .hd = { .id = 5579, .kind = OP_RESEED }, .nonce = 10155453486841355590ULL, .seed_nbytes = 34, .seed = { 0x44, 0xb8, 0x35, 0xc1, 0xb3, 0xea, 0x57, 0xe0, 0x7c, 0x6a, 0xe1, 0xb4, 0xe5, 0x9e, 0xb2, 0xba, 0xfd, 0xf3, 0xf5, 0xef, 0x40, 0xff, 0xa6, 0x63, 0x7b, 0x54, 0x07, 0x41, 0x4a, 0x66, 0x82, 0x8c, 0x92, 0x05 } }; static const struct cckprng_op_refresh op_refresh_5837 = { .hd = { .id = 5580, .kind = OP_REFRESH }, .rand = 10454175561800739865ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5838 = { .hd = { .id = 5581, .kind = OP_GENERATE }, .rand_nbytes = 88, .out = { .rand = { 0xbb, 0xd3, 0xc2, 0xbd, 0xf8, 0x12, 0xef, 0x06, 0xbc, 0x74, 0x1c, 0x30, 0xfe, 0xc4, 0xf3, 0xa1, 0x19, 0x0a, 0xd6, 0x89, 0x62, 0x63, 0x05, 0x52, 0x10, 0xdd, 0xdd, 0x2b, 0xa0, 0x7a, 0xc3, 0x28, 0x90, 0x9e, 0x0f, 0x2b, 0x3b, 0x1b, 0x9a, 0xc8, 0xbb, 0x30, 0x09, 0xdd, 0x37, 0x65, 0x67, 0x89, 0xca, 0xd7, 0x55, 0xd7, 0xea, 0x66, 0x86, 0x7f, 0x2e, 0x51, 0x88, 0x6b, 0x5e, 0x2b, 0x5f, 0x49, 0xbe, 0xa0, 0xae, 0x4a, 0x7a, 0xf5, 0x33, 0xec, 0xa6, 0x62, 0x18, 0x99, 0xed, 0x3f, 0xd9, 0xb7, 0x0c, 0x7c, 0x73, 0x6a, 0x1d, 0xe7, 0xfd, 0x73 } } }; static const struct cckprng_op_generate op_init_5839 = { .hd = { .id = 5582, .kind = OP_GENERATE }, .rand_nbytes = 22, .out = { .rand = { 0xd4, 0x0b, 0xe5, 0x7b, 0x3c, 0x18, 0x06, 0x9b, 0x26, 0x7d, 0xf5, 0xe1, 0xc9, 0x17, 0xb2, 0x13, 0xcc, 0xb7, 0xe7, 0xc3, 0x4e, 0x15 } } }; static const struct cckprng_op_reseed op_reseed_5840 = { .hd = { .id = 5583, .kind = OP_RESEED }, .nonce = 8332651067582023222ULL, .seed_nbytes = 161, .seed = { 0x94, 0xd7, 0x86, 0x82, 0xde, 0x11, 0xf0, 0xe2, 0xf3, 0x0a, 0x97, 0xc4, 0xa4, 0x21, 0x17, 0x47, 0x1c, 0x5f, 0xea, 0xb2, 0x4c, 0xfe, 0xc7, 0x90, 0x21, 0x7e, 0x67, 0xb4, 0xf2, 0x26, 0x68, 0x0a, 0xb0, 0xae, 0xb5, 0x42, 0x52, 0x77, 0xb9, 0x3a, 0xaa, 0x65, 0xa7, 0x59, 0xe2, 0xec, 0x6a, 0xc6, 0x77, 0xed, 0x34, 0x73, 0x67, 0xc4, 0xcb, 0x80, 0xc4, 0xda, 0x90, 0x22, 0x9b, 0xcb, 0xd7, 0xd8, 0x8d, 0x15, 0x47, 0x12, 0x2e, 0x7c, 0xa1, 0xe6, 0x52, 0xfd, 0x4a, 0xd0, 0xa5, 0xcc, 0x30, 0xfb, 0x32, 0xdd, 0x24, 0x50, 0xe7, 0xe2, 0x5c, 0x8e, 0x5f, 0x4f, 0x07, 0x02, 0xe4, 0xcd, 0x2f, 0x8e, 0xf3, 0xbc, 0xe7, 0x94, 0x04, 0x23, 0xf8, 0xd9, 0x54, 0x74, 0xe1, 0x25, 0x39, 0xc7, 0xd6, 0x1c, 0xb3, 0x47, 0x0d, 0xc8, 0xf7, 0xe1, 0x1f, 0x49, 0x7d, 0xe3, 0x5c, 0xd5, 0x6b, 0x3a, 0x4d, 0xee, 0x4e, 0x92, 0xe5, 0xc2, 0x19, 0x2f, 0x24, 0x74, 0xef, 0xd9, 0x5f, 0x6c, 0x3e, 0x12, 0x00, 0x82, 0x0c, 0x0c, 0xbc, 0xbb, 0x25, 0x62, 0x56, 0x38, 0xe2, 0xb4, 0x65, 0x1d, 0xbd, 0x57, 0x29, 0x68, 0xb3 } }; static const struct cckprng_op_reseed op_reseed_5841 = { .hd = { .id = 5584, .kind = OP_RESEED }, .nonce = 4235030038827425240ULL, .seed_nbytes = 163, .seed = { 0xcf, 0xc1, 0xa5, 0x6a, 0x4b, 0xc5, 0xb9, 0x5e, 0x57, 0xf0, 0x53, 0x89, 0x0b, 0xe3, 0xce, 0x73, 0x78, 0x89, 0xb9, 0x12, 0xa5, 0xc0, 0x0d, 0x70, 0xec, 0xbc, 0xf7, 0x2a, 0xdf, 0x9a, 0x0c, 0x88, 0xf3, 0xe8, 0xa9, 0x1c, 0x85, 0x2c, 0x84, 0xb6, 0x1a, 0xc3, 0xdf, 0x24, 0x95, 0xce, 0x26, 0x6b, 0x0a, 0x58, 0xbb, 0x5c, 0x6e, 0x50, 0x8b, 0xb3, 0x16, 0xe4, 0x6b, 0x18, 0xed, 0x5b, 0x8e, 0x97, 0x72, 0xe7, 0x97, 0x04, 0x58, 0xdf, 0xc2, 0x41, 0x3b, 0x28, 0x4f, 0x2c, 0x07, 0x05, 0xc2, 0xc8, 0x88, 0xc1, 0x9c, 0x4c, 0xde, 0xbc, 0xf3, 0x0c, 0x37, 0x68, 0x5b, 0x12, 0xa9, 0xbb, 0xd3, 0x65, 0x01, 0x60, 0x81, 0xbe, 0xa8, 0x96, 0x56, 0x80, 0x58, 0xe6, 0xf4, 0x26, 0xda, 0x74, 0x20, 0xc9, 0x3d, 0x11, 0x95, 0xbb, 0xab, 0x01, 0xd9, 0xc5, 0x29, 0xdd, 0xfa, 0xa1, 0x08, 0x23, 0xa5, 0x3e, 0x53, 0x0f, 0x49, 0x16, 0x01, 0xdb, 0xf1, 0x1b, 0xbd, 0xae, 0xa3, 0xa4, 0x39, 0x7c, 0x43, 0xd7, 0x9f, 0x93, 0xdb, 0x78, 0xad, 0x3a, 0xf2, 0x94, 0x5d, 0x4c, 0x20, 0x57, 0x20, 0xf5, 0x54, 0x16, 0x4d, 0x63, 0x81 } }; static const struct cckprng_op_generate op_init_5842 = { .hd = { .id = 5585, .kind = OP_GENERATE }, .rand_nbytes = 74, .out = { .rand = { 0xb7, 0x69, 0xfa, 0x4e, 0x11, 0x10, 0x2c, 0x27, 0x64, 0x52, 0xd9, 0x7f, 0xbe, 0x03, 0x2c, 0x34, 0x58, 0xa6, 0x4f, 0x11, 0xf7, 0x30, 0xe7, 0x1c, 0x04, 0xa6, 0xe7, 0x80, 0x6a, 0x9a, 0x0e, 0xc6, 0x9b, 0x80, 0x3c, 0x5c, 0x19, 0x69, 0x18, 0x79, 0x1b, 0x37, 0x9f, 0x60, 0x4e, 0x78, 0x69, 0xe7, 0x4c, 0x32, 0x8d, 0x2f, 0xbf, 0xaa, 0x18, 0xf0, 0xc0, 0x8b, 0xfc, 0xf2, 0x65, 0xde, 0x14, 0xa3, 0x98, 0x03, 0xd5, 0xd1, 0x71, 0x5b, 0x9b, 0x93, 0x9a, 0x1d } } }; static const struct cckprng_op_generate op_init_5843 = { .hd = { .id = 5586, .kind = OP_GENERATE }, .rand_nbytes = 175, .out = { .rand = { 0x08, 0xa1, 0x1f, 0xe2, 0x57, 0x02, 0xee, 0xfc, 0xc0, 0xa8, 0xe3, 0x9e, 0xc5, 0x5d, 0x86, 0x5e, 0x1b, 0x5c, 0xba, 0xb2, 0x49, 0x05, 0x54, 0xb1, 0xc0, 0x4a, 0x78, 0x70, 0xf8, 0xf3, 0x30, 0xe8, 0xe7, 0xb4, 0x5c, 0xeb, 0x46, 0x29, 0x52, 0x4b, 0x65, 0xdb, 0xeb, 0x4b, 0xa1, 0x81, 0x4e, 0x31, 0x6b, 0x59, 0x0a, 0x21, 0x10, 0x3f, 0xe1, 0x7e, 0x78, 0x2b, 0xa4, 0x7a, 0xe0, 0xf1, 0x5a, 0xae, 0x9b, 0xad, 0x44, 0x08, 0xc6, 0x6b, 0x25, 0x50, 0x3d, 0x6e, 0xd6, 0x1c, 0xdc, 0x67, 0x15, 0x45, 0xa6, 0x18, 0x19, 0x60, 0x61, 0x32, 0x3d, 0x55, 0xad, 0x6c, 0xff, 0xbd, 0xda, 0xd8, 0x53, 0x47, 0xd8, 0x5e, 0xbc, 0x72, 0x5b, 0x0e, 0xd4, 0xad, 0x94, 0x77, 0x71, 0xc7, 0x4f, 0x0f, 0x97, 0xe9, 0x96, 0xbd, 0x64, 0xd8, 0x00, 0x37, 0x1c, 0xcf, 0xf4, 0xfd, 0x12, 0x1f, 0x45, 0x73, 0xf2, 0x76, 0xaf, 0x79, 0x88, 0x00, 0x17, 0x20, 0xa6, 0x08, 0xd4, 0x3d, 0xb9, 0xde, 0x05, 0x69, 0xc9, 0x25, 0xc7, 0xc4, 0x15, 0xa0, 0x64, 0x9e, 0xb9, 0xa2, 0x2a, 0xa6, 0xac, 0x67, 0x9b, 0x12, 0xc5, 0xc8, 0xfd, 0x34, 0x2e, 0x65, 0x16, 0x4a, 0x18, 0x82, 0x4c, 0x0a, 0xf7, 0xbf, 0xb7, 0x39, 0xae } } }; static const struct cckprng_op_reseed op_reseed_5844 = { .hd = { .id = 5587, .kind = OP_RESEED }, .nonce = 7134537389493646966ULL, .seed_nbytes = 221, .seed = { 0xc8, 0xc5, 0x40, 0x2b, 0x3c, 0x4a, 0xba, 0x03, 0x2c, 0xf4, 0x6d, 0xf7, 0xe0, 0xf4, 0x5f, 0xf0, 0x15, 0x73, 0xe1, 0x2b, 0x5d, 0x99, 0xd6, 0x93, 0x7c, 0x9b, 0xf2, 0x94, 0xa8, 0x48, 0x6b, 0xc8, 0x5c, 0x31, 0x51, 0x02, 0x4d, 0xaf, 0xb2, 0x3a, 0xf9, 0xdc, 0xb0, 0xb2, 0xa9, 0xcc, 0xab, 0xd6, 0x6f, 0xee, 0xa7, 0xb8, 0x9a, 0xdf, 0x52, 0x7e, 0xf2, 0x23, 0xb9, 0x0c, 0x7d, 0x6b, 0xb3, 0xb6, 0x1c, 0xaf, 0x3b, 0x23, 0x70, 0xef, 0x8c, 0x19, 0xfc, 0xb2, 0xe3, 0x26, 0x4f, 0x01, 0x8d, 0x48, 0xb5, 0xe7, 0x10, 0x28, 0xa3, 0x03, 0x98, 0xcd, 0x1a, 0x31, 0x58, 0x6e, 0x4a, 0x76, 0xa1, 0x83, 0x7d, 0x01, 0x8b, 0xd2, 0x8d, 0xb3, 0x5a, 0xa7, 0x37, 0x2e, 0x28, 0x99, 0x7d, 0xe3, 0x01, 0x89, 0x5c, 0xd1, 0x6b, 0xed, 0x73, 0xdf, 0x0a, 0x45, 0x59, 0xd2, 0x62, 0xab, 0xb6, 0xa2, 0x8f, 0x82, 0x2e, 0x3b, 0xcc, 0x68, 0x43, 0x37, 0x4e, 0x42, 0xf3, 0xe4, 0xbe, 0x81, 0xec, 0x80, 0xd4, 0xfb, 0x2c, 0xa3, 0x05, 0x1e, 0x46, 0x3c, 0xc6, 0xd2, 0x37, 0xf6, 0x90, 0xc3, 0x63, 0x28, 0x4a, 0x92, 0x9c, 0x0a, 0xe6, 0x72, 0x9e, 0xf4, 0xe7, 0x03, 0x4b, 0xa4, 0xdf, 0x73, 0xfb, 0xff, 0x5c, 0xbb, 0xf4, 0x92, 0x3d, 0x4d, 0x6a, 0xab, 0xad, 0xf6, 0x1d, 0x0d, 0x3f, 0xe3, 0x05, 0x34, 0x13, 0xa2, 0xb7, 0xf2, 0x42, 0x47, 0x83, 0x26, 0x61, 0x12, 0x7f, 0xd3, 0x27, 0x39, 0x25, 0xe9, 0x53, 0x1d, 0xf3, 0x66, 0x88, 0x69, 0xab, 0x0a, 0x3b, 0xcc, 0x60, 0xee, 0x14, 0x6e, 0xbc } }; static const struct cckprng_op_generate op_init_5845 = { .hd = { .id = 5588, .kind = OP_GENERATE }, .rand_nbytes = 62, .out = { .rand = { 0xeb, 0xbd, 0xc1, 0x9e, 0xce, 0xf7, 0xd1, 0xc2, 0x55, 0xa1, 0x1d, 0x91, 0xc6, 0x20, 0x1a, 0xbe, 0x46, 0x52, 0x0c, 0xbb, 0xb6, 0xaa, 0x99, 0xf9, 0xae, 0x71, 0xf2, 0x7b, 0x72, 0xf3, 0x4a, 0xaa, 0x82, 0x7b, 0x9d, 0x64, 0x9e, 0x79, 0x0e, 0xfa, 0x38, 0x2a, 0xa0, 0x85, 0x14, 0xc1, 0xd8, 0x9f, 0x92, 0x9b, 0x70, 0x49, 0xbd, 0x64, 0x0b, 0xe3, 0x58, 0xab, 0xec, 0x40, 0x8b, 0xb5 } } }; static const struct cckprng_op_reseed op_reseed_5846 = { .hd = { .id = 5589, .kind = OP_RESEED }, .nonce = 15099458744605050200ULL, .seed_nbytes = 116, .seed = { 0x3b, 0x8b, 0x3c, 0xa7, 0x93, 0xb2, 0xa1, 0x90, 0x9c, 0x95, 0x11, 0x07, 0x15, 0x5c, 0x7b, 0x37, 0x7a, 0x76, 0x24, 0xd4, 0x7d, 0xf3, 0x38, 0xa6, 0x6e, 0x42, 0xb6, 0x74, 0x7d, 0x6f, 0x34, 0x81, 0xfb, 0x0c, 0x0c, 0x9f, 0x0d, 0x88, 0x82, 0xe4, 0x7b, 0xe7, 0xb7, 0x16, 0xd0, 0x4a, 0x65, 0x92, 0x1b, 0x20, 0xe0, 0x87, 0x0c, 0x0c, 0xa4, 0xf3, 0xf2, 0x33, 0xda, 0x9d, 0x30, 0x03, 0xcf, 0x46, 0x69, 0xd7, 0x01, 0xe2, 0x52, 0x38, 0xa5, 0x21, 0xc7, 0xba, 0xd1, 0xc1, 0x00, 0x62, 0x6c, 0xf2, 0x8c, 0xef, 0x1f, 0x00, 0x0d, 0x34, 0x2b, 0x40, 0xca, 0x4a, 0x92, 0x4d, 0xf0, 0xe3, 0xd5, 0xff, 0xfb, 0x31, 0xad, 0x1f, 0x8f, 0x63, 0x59, 0x94, 0x01, 0xc5, 0x99, 0x94, 0x45, 0xf6, 0x9f, 0xa9, 0xeb, 0xe5, 0x4e, 0xcc } }; static const struct cckprng_op_refresh op_refresh_5847 = { .hd = { .id = 5590, .kind = OP_REFRESH }, .rand = 743665992025835563ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5848 = { .hd = { .id = 5591, .kind = OP_GENERATE }, .rand_nbytes = 260, .out = { .rand = { 0x6a, 0xae, 0x23, 0xb4, 0x84, 0xf5, 0x21, 0xfb, 0xd0, 0xc4, 0x5e, 0xb2, 0x16, 0x5c, 0x5a, 0x12, 0x51, 0xb3, 0x9b, 0x28, 0x6e, 0x74, 0xfe, 0x61, 0xb6, 0xef, 0xf7, 0x46, 0x78, 0xc2, 0x8e, 0x3c, 0xf6, 0xc9, 0xde, 0xe4, 0x08, 0x81, 0x53, 0x4e, 0x61, 0x22, 0x05, 0x7c, 0x1b, 0xbb, 0x31, 0x2f, 0x07, 0xb5, 0x15, 0x22, 0x65, 0x21, 0xfa, 0xbe, 0x7c, 0x08, 0x48, 0x3f, 0x18, 0xbd, 0xd7, 0xf2, 0xb1, 0x41, 0x40, 0xc3, 0x56, 0x92, 0x8f, 0xd8, 0x5b, 0x5f, 0x51, 0x90, 0x6a, 0xf2, 0x82, 0x00, 0x8c, 0x20, 0x3e, 0x8c, 0x80, 0xea, 0xff, 0x2b, 0x5d, 0x79, 0xee, 0x03, 0xc5, 0xff, 0xb8, 0xb4, 0xff, 0x95, 0xda, 0xa7, 0x7a, 0x8a, 0x5d, 0x50, 0xcc, 0xaa, 0x1b, 0xdd, 0xde, 0x16, 0x62, 0x79, 0xbf, 0xd6, 0x7c, 0x09, 0xdb, 0xfd, 0xe9, 0xd2, 0xde, 0x38, 0x7a, 0xf3, 0x0b, 0x2b, 0x94, 0x61, 0xd5, 0x92, 0x9d, 0x2b, 0x21, 0x9b, 0xca, 0x86, 0x3c, 0x55, 0x6a, 0xe8, 0xa5, 0x63, 0x03, 0x5b, 0xed, 0x5e, 0x9b, 0x78, 0xcc, 0x8c, 0xa2, 0x8f, 0xe1, 0x81, 0xae, 0x49, 0x7c, 0xc8, 0xbd, 0x9b, 0xce, 0xc6, 0x7d, 0x81, 0x8f, 0xee, 0x61, 0x79, 0x14, 0xd9, 0x78, 0x37, 0x74, 0x83, 0x92, 0x7e, 0x2e, 0x6c, 0xc4, 0xbc, 0x26, 0x85, 0xa8, 0x56, 0x36, 0xe7, 0x54, 0xea, 0x34, 0x3c, 0xf2, 0x4a, 0x6a, 0xc3, 0x46, 0x29, 0xe3, 0x83, 0x45, 0xce, 0xe3, 0x29, 0xb5, 0x0e, 0x2f, 0x88, 0x52, 0x6c, 0xf9, 0xac, 0xdb, 0x1d, 0xe2, 0xc0, 0x0a, 0xab, 0x1d, 0xed, 0xfe, 0x60, 0xd3, 0xe2, 0x0e, 0xa7, 0xfb, 0xb0, 0xb5, 0xff, 0x10, 0x8b, 0x9e, 0x89, 0x69, 0xe9, 0x7b, 0x00, 0x4c, 0xcf, 0x62, 0xd5, 0xd5, 0xc8, 0x58, 0xdc, 0xf9, 0x3d, 0x71, 0xaf, 0x2b, 0x38, 0x5e, 0x6a, 0xe1, 0x76, 0x48, 0x7a, 0x17, 0x45, 0xf8, 0xc0 } } }; static const struct cckprng_op_generate op_init_5849 = { .hd = { .id = 5592, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0x4d, 0x58, 0x43, 0x3f, 0x81, 0xd1, 0x52, 0x3b, 0x5b, 0xd2, 0xf7, 0xf3, 0x85, 0x32, 0x0e, 0xf3, 0xea, 0xb5, 0x59, 0x05, 0x60, 0xfd, 0xac, 0x0f, 0xab, 0x24, 0x76, 0x20, 0xde, 0x19, 0x3f, 0x73, 0x10, 0xab, 0x30, 0xbb, 0xa3, 0x5e, 0xde, 0x8c, 0x2a, 0xd0, 0x74, 0x5f, 0x9c, 0xd8, 0x00, 0x65, 0x3f, 0x15, 0x4c, 0x68, 0x48, 0xf5, 0x71, 0x4d, 0xf4, 0xd8, 0x3f, 0x17, 0x89, 0xf4, 0x52, 0xac, 0x9f, 0xa2, 0xed, 0xc6, 0x83, 0x45, 0x95, 0xbb, 0x00, 0x6e, 0x6a, 0xf0, 0x8e, 0x53, 0xe4, 0x9f, 0x44, 0xe0, 0x58, 0x5f, 0xe9, 0xd5, 0x7c, 0xbe, 0x2c, 0xeb, 0x5d, 0x26, 0xd9, 0xbe, 0x13, 0x43, 0x57, 0xdd, 0xbe, 0x20, 0x05, 0xb3, 0xc7, 0x37, 0x02, 0xb4, 0xbe, 0x68, 0x2f, 0x32, 0xdc, 0x17, 0x30, 0x2b, 0x56, 0x98, 0xb7, 0x93, 0xad, 0xbe, 0xbc, 0x42, 0x2f, 0x35, 0x65, 0x2b, 0x52, 0x20, 0x02, 0xbe, 0x47, 0x5b, 0x11, 0xe3, 0x3b, 0x46, 0xdf, 0x64, 0xa8, 0x59, 0x94, 0x45, 0x25, 0xb8, 0xa6, 0x8e, 0x5e, 0x83, 0x58, 0xc5, 0x2c, 0x93, 0xdd, 0x20, 0x26, 0xa4, 0x08, 0x5c, 0x66, 0x31, 0x72, 0x73, 0xf4, 0x08, 0xf3, 0x76, 0xe8, 0xcc, 0xd5, 0x2e, 0xf2, 0x5f, 0x73, 0x5d, 0xc2, 0x71, 0x77, 0x89, 0x53, 0x5c, 0xa7, 0x79 } } }; static const struct cckprng_op_generate op_init_5850 = { .hd = { .id = 5593, .kind = OP_GENERATE }, .rand_nbytes = 266, .out = { .rand = { 0x2f, 0x35, 0x09, 0xb8, 0x52, 0xf7, 0xc6, 0x7e, 0x84, 0xd2, 0xaf, 0x63, 0x4a, 0xf6, 0x0e, 0x65, 0x24, 0x45, 0x91, 0xbc, 0x21, 0x2d, 0x03, 0x03, 0x0a, 0x43, 0xbc, 0xd9, 0x16, 0x07, 0x2d, 0xc7, 0x1b, 0x01, 0x31, 0x48, 0x3e, 0x07, 0x4a, 0x36, 0x24, 0x56, 0x53, 0x92, 0x39, 0xca, 0x30, 0xe3, 0xb5, 0xbc, 0xa2, 0xc3, 0x74, 0xa4, 0x8d, 0xbf, 0x5a, 0xc7, 0x41, 0x9c, 0x99, 0x3c, 0xb0, 0xdd, 0x3e, 0x1e, 0x4b, 0xef, 0xca, 0xac, 0x32, 0x35, 0xc7, 0xd7, 0x78, 0x00, 0x2f, 0xe5, 0x61, 0xdc, 0x2e, 0x42, 0x7b, 0xe2, 0x29, 0xa5, 0xad, 0x61, 0xdd, 0x92, 0xc2, 0x52, 0x15, 0xa7, 0xa1, 0x0b, 0x78, 0xd0, 0xc2, 0xed, 0x45, 0x8a, 0x38, 0x52, 0x4c, 0x86, 0xf6, 0x7a, 0x9f, 0xba, 0x20, 0xfc, 0x14, 0x4d, 0x00, 0xdc, 0x4e, 0xd9, 0xb9, 0x4b, 0x18, 0xce, 0xa9, 0xf6, 0x9d, 0xd6, 0x4c, 0x76, 0x46, 0xa8, 0xd5, 0x12, 0x42, 0xc5, 0x2e, 0xc3, 0xa0, 0xa3, 0xa4, 0x80, 0x5f, 0xc3, 0xdf, 0x23, 0xf0, 0xc8, 0x36, 0xb9, 0x0b, 0x8f, 0x03, 0xed, 0x66, 0xb9, 0x00, 0xbd, 0xb4, 0x6a, 0x7b, 0x24, 0x23, 0xfa, 0xe6, 0x69, 0x86, 0xa0, 0x30, 0x87, 0xff, 0x07, 0x18, 0xf2, 0x8c, 0xab, 0x0f, 0xd7, 0x19, 0x68, 0x22, 0xca, 0x68, 0x46, 0x9f, 0x60, 0xe3, 0xaa, 0xed, 0xeb, 0x20, 0x59, 0x8d, 0xdf, 0xf9, 0x63, 0x7e, 0xbd, 0x16, 0x80, 0x9d, 0x0b, 0x97, 0x5f, 0xe4, 0x64, 0x5f, 0xb8, 0xcb, 0x36, 0x62, 0x2f, 0xed, 0x43, 0x07, 0x58, 0x63, 0xf8, 0xbe, 0x2d, 0x71, 0x9f, 0x36, 0x82, 0x8d, 0x58, 0xc3, 0x33, 0x05, 0x0c, 0x9f, 0x94, 0x46, 0x32, 0xb8, 0x01, 0x19, 0xfb, 0x59, 0x92, 0xe3, 0xa0, 0x20, 0x83, 0xa1, 0x71, 0x29, 0x18, 0x88, 0xe2, 0x14, 0x68, 0xc3, 0x30, 0x04, 0x6d, 0x76, 0x37, 0x33, 0x47, 0xfe, 0x7b, 0x61, 0x1c, 0x3f, 0x01, 0xff, 0x65 } } }; static const struct cckprng_op_refresh op_refresh_5851 = { .hd = { .id = 5594, .kind = OP_REFRESH }, .rand = 944384110029939153ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5852 = { .hd = { .id = 5595, .kind = OP_REFRESH }, .rand = 484444427870413481ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5853 = { .hd = { .id = 5596, .kind = OP_RESEED }, .nonce = 14281766903716582694ULL, .seed_nbytes = 150, .seed = { 0xd9, 0x2f, 0x5b, 0xe7, 0x14, 0xc4, 0x7a, 0xcb, 0x3b, 0xc0, 0x0d, 0x7e, 0x98, 0x52, 0x7c, 0x68, 0x4b, 0x4f, 0xa5, 0xf5, 0xcb, 0xab, 0x81, 0xf0, 0x0e, 0x14, 0x85, 0x16, 0x94, 0xea, 0x1b, 0xc0, 0x8c, 0x2c, 0x0d, 0x79, 0x6f, 0x6a, 0x1f, 0x7a, 0xbb, 0x7e, 0x09, 0x15, 0xb8, 0xec, 0xd9, 0x16, 0xec, 0x73, 0x39, 0x13, 0xf1, 0x66, 0x32, 0x67, 0xf5, 0xe6, 0xf3, 0xe3, 0x69, 0x6a, 0xa4, 0xac, 0xcf, 0xd6, 0xf0, 0xaa, 0x59, 0xdf, 0x1b, 0xdb, 0x74, 0x5a, 0x2a, 0xae, 0x55, 0x8f, 0x78, 0x01, 0xac, 0xc5, 0x2e, 0x4a, 0x3b, 0xb2, 0x92, 0x63, 0xff, 0x53, 0x4b, 0xbe, 0xb7, 0xa0, 0xef, 0x8b, 0x5c, 0x6b, 0x30, 0x51, 0x35, 0x25, 0x79, 0xf1, 0x86, 0xcb, 0xfe, 0xad, 0x6c, 0x3c, 0x15, 0x21, 0xa1, 0xf4, 0x35, 0x45, 0xf2, 0x27, 0x4d, 0xe5, 0x66, 0x90, 0x5d, 0xd1, 0x8a, 0xf1, 0x34, 0xa4, 0x27, 0xc4, 0x61, 0xc7, 0x36, 0x59, 0x34, 0x85, 0xeb, 0x39, 0xab, 0x85, 0x03, 0xa6, 0x38, 0x05, 0x99, 0xa2, 0xf7, 0x31, 0x6b, 0x5e } }; static const struct cckprng_op_refresh op_refresh_5854 = { .hd = { .id = 5597, .kind = OP_REFRESH }, .rand = 16888162342831632495ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5855 = { .hd = { .id = 5598, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x09, 0x20, 0xb3, 0x25, 0x01, 0x53, 0xee, 0x22, 0xe3, 0x4d, 0x37, 0xbd, 0xea, 0x51, 0x0f, 0xfd, 0x1e, 0xe3, 0x86, 0x7f, 0x76, 0x65, 0xd6, 0x1b, 0xde, 0x33, 0x33, 0xcf, 0xd0, 0x5c, 0x2a, 0x14, 0xa8, 0x36, 0x07, 0x58, 0x3d, 0xde, 0x44, 0xae, 0x1c, 0x1f, 0x62, 0xc1, 0x58, 0x7b, 0x1d, 0xdf, 0x0d, 0xb9, 0x48, 0x83, 0x48, 0x69, 0x3d, 0xb9, 0x26, 0xb9, 0x55, 0xce, 0x19, 0xc3, 0x49, 0x40, 0x9c, 0xed, 0x48, 0xcd, 0xa6, 0x37, 0xf0, 0xbf, 0xd8, 0xc3, 0x01, 0x75, 0x5c, 0x6d, 0x48, 0xd1, 0xf1, 0xab, 0xef, 0x02, 0xa5, 0x43, 0x6e, 0x8a, 0xdb, 0xbe, 0xbd, 0xb7, 0x66, 0x43, 0x98, 0xf7, 0xcf, 0x81, 0xf4, 0x23, 0x81, 0xd5, 0x36, 0xf5, 0x8a, 0xed, 0xb9, 0x7a, 0x28, 0xb5, 0x0e, 0xc4, 0x50, 0x44, 0x09, 0x51, 0x91, 0x97, 0x35, 0xad, 0x08, 0x8c, 0x60, 0x84, 0x60, 0x2e, 0x47, 0x87, 0xfe, 0xd5, 0x0b, 0x79, 0x62, 0x16, 0xec, 0x9a, 0x29, 0xd8, 0x81, 0x4f, 0xe5, 0xe8, 0x9f, 0xd9, 0xa1, 0x0f, 0xe7, 0x3d, 0xd1, 0xbd, 0xdc, 0xe0, 0x72, 0xf3, 0x61, 0x89, 0x4f, 0x30, 0x18, 0xba, 0xc5, 0xd3, 0x7a, 0x4e, 0xe6, 0x0e, 0xf4, 0xb7, 0xb7, 0x33, 0x4a, 0xae, 0x88, 0xbb, 0xff, 0xb4, 0x43, 0xc8, 0xa6, 0xb4, 0x50 } } }; static const struct cckprng_op_refresh op_refresh_5856 = { .hd = { .id = 5599, .kind = OP_REFRESH }, .rand = 13767877851898618821ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5857 = { .hd = { .id = 5600, .kind = OP_RESEED }, .nonce = 18370032248441734131ULL, .seed_nbytes = 266, .seed = { 0xc7, 0xf7, 0x97, 0xeb, 0x17, 0x2b, 0xd3, 0xfe, 0xac, 0xd0, 0x6f, 0x9e, 0x96, 0xaf, 0xf7, 0x4a, 0x9a, 0x24, 0xb9, 0x7a, 0x5a, 0xb3, 0x48, 0xee, 0x80, 0x12, 0xe5, 0x66, 0xad, 0xbc, 0xa1, 0x55, 0xd6, 0x0d, 0x66, 0x99, 0x2b, 0x41, 0xa0, 0xeb, 0x08, 0x9e, 0x19, 0xf9, 0x1a, 0x12, 0xd0, 0x22, 0x4a, 0x63, 0x97, 0xd3, 0x66, 0x30, 0x16, 0x04, 0x56, 0x52, 0x1e, 0x8b, 0xb5, 0xb8, 0xaa, 0xcb, 0xb6, 0x3a, 0x99, 0x7a, 0x85, 0xa5, 0x36, 0x70, 0xd7, 0x26, 0x3d, 0xf4, 0x6d, 0x0b, 0xdd, 0x56, 0xfb, 0x49, 0x04, 0x54, 0x62, 0xf3, 0x43, 0xa5, 0xf4, 0xe7, 0x2a, 0xff, 0x63, 0x1c, 0xd5, 0xb2, 0x6d, 0x64, 0x5c, 0x1f, 0x33, 0xe3, 0xd5, 0xc5, 0xe5, 0x48, 0xee, 0x9e, 0xf3, 0x62, 0xc2, 0xdf, 0x46, 0x06, 0x95, 0x37, 0x87, 0x35, 0x04, 0x3e, 0xf6, 0x65, 0xdc, 0x52, 0xc7, 0x56, 0xbb, 0x22, 0x92, 0xe1, 0x4e, 0x87, 0xf4, 0xce, 0x7d, 0x3e, 0x75, 0xb7, 0x54, 0x39, 0x62, 0x23, 0x06, 0x22, 0x01, 0x28, 0x8b, 0x32, 0x38, 0xb7, 0x34, 0xda, 0xfb, 0x8f, 0x6b, 0x78, 0x0e, 0xca, 0xf1, 0xad, 0x64, 0x5e, 0x58, 0xa2, 0x23, 0xd7, 0x65, 0x0b, 0xac, 0xfc, 0x7b, 0x17, 0xf9, 0xdd, 0x99, 0x71, 0x2f, 0x68, 0x19, 0x27, 0x26, 0xf7, 0x0e, 0xe3, 0x60, 0x06, 0xdf, 0xbe, 0xbb, 0xd7, 0x59, 0xb2, 0x3f, 0xfb, 0x16, 0xc7, 0x84, 0xe7, 0x04, 0x4e, 0x95, 0xcc, 0xd7, 0x5f, 0x23, 0x75, 0x79, 0x2b, 0x90, 0xe5, 0x1b, 0xae, 0x8c, 0x1c, 0x09, 0xd8, 0x10, 0x6e, 0x7d, 0x48, 0xe4, 0x09, 0xc1, 0xda, 0x0b, 0x1d, 0x0b, 0xee, 0xd1, 0x20, 0xee, 0x7a, 0xd4, 0x52, 0xd0, 0xbc, 0x18, 0x3b, 0x11, 0xa0, 0x4a, 0xc6, 0x14, 0x91, 0x8f, 0x6a, 0x81, 0x23, 0x62, 0xa0, 0xc5, 0xfc, 0xb0, 0x54, 0xf9, 0xf8, 0x24, 0x36, 0x76, 0x94, 0xe2, 0x16, 0xf1, 0x18, 0xad, 0xdb } }; static const struct cckprng_op_refresh op_refresh_5858 = { .hd = { .id = 5601, .kind = OP_REFRESH }, .rand = 2353174131304195887ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5859 = { .hd = { .id = 5602, .kind = OP_REFRESH }, .rand = 12745996526151740507ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5860 = { .hd = { .id = 5603, .kind = OP_RESEED }, .nonce = 137644951152851084ULL, .seed_nbytes = 47, .seed = { 0x6f, 0xd8, 0xfd, 0x0b, 0xb5, 0x1f, 0xeb, 0x56, 0x81, 0xbc, 0xd8, 0x3f, 0x93, 0xad, 0xb3, 0x63, 0x14, 0x16, 0x44, 0xfe, 0xb3, 0x82, 0xc5, 0x87, 0x9f, 0xe0, 0xa2, 0x09, 0xfe, 0x02, 0x48, 0x3d, 0x58, 0x31, 0xcc, 0x15, 0xad, 0x11, 0x51, 0x94, 0x5d, 0xff, 0x8b, 0x3d, 0x8a, 0x76, 0x66 } }; static const struct cckprng_op_refresh op_refresh_5861 = { .hd = { .id = 5604, .kind = OP_REFRESH }, .rand = 17577496053384441994ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5862 = { .hd = { .id = 5605, .kind = OP_RESEED }, .nonce = 6545587178047773918ULL, .seed_nbytes = 109, .seed = { 0xf2, 0x8c, 0xdc, 0xfd, 0x55, 0x38, 0xdb, 0x0c, 0xaf, 0xb2, 0xd9, 0xff, 0xcb, 0xbd, 0x72, 0x2c, 0x35, 0x6b, 0xc5, 0x93, 0x36, 0x49, 0x47, 0x63, 0xeb, 0x5c, 0x54, 0x32, 0xc1, 0x89, 0x2f, 0x13, 0x68, 0xec, 0xf3, 0xd4, 0x5d, 0x83, 0x4b, 0x7f, 0xf3, 0x2f, 0x1a, 0xd8, 0x42, 0x83, 0x37, 0x96, 0xf1, 0x2a, 0x4d, 0x26, 0xff, 0x7c, 0x8d, 0x15, 0x90, 0xe2, 0x85, 0x2c, 0x7e, 0xf5, 0xc7, 0x85, 0xde, 0x5f, 0x84, 0x35, 0xbf, 0xa1, 0xc0, 0x5f, 0xd7, 0xf5, 0x76, 0xa6, 0xd5, 0x0f, 0xfc, 0x4e, 0x0c, 0xcd, 0xb9, 0xbb, 0xe6, 0xd4, 0x89, 0x08, 0xe5, 0xfe, 0xd3, 0x81, 0xb0, 0x19, 0x1d, 0xbc, 0x7d, 0x4f, 0x13, 0x10, 0xb1, 0xa9, 0x9f, 0x2c, 0xfc, 0x5c, 0x36, 0x0a, 0x04 } }; static const struct cckprng_op_generate op_init_5863 = { .hd = { .id = 5606, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0xee, 0xd9, 0x34, 0xaf, 0xa5, 0xd3, 0x39, 0x7c, 0xd7, 0x55, 0x12, 0x3d, 0xe0, 0xfc, 0xe0, 0x70, 0x92, 0x2d, 0x6e, 0xfe, 0x9c, 0x54, 0x1e, 0x94, 0x34, 0x2c, 0x73, 0xa1, 0xe2, 0x4f, 0xda, 0xd1, 0xfb, 0xee, 0xc2, 0x9c, 0x8f, 0x3e, 0xe8, 0x11, 0x96, 0x33, 0xfb, 0xac, 0xff, 0x1c, 0xf5, 0x34, 0xdd, 0x3c, 0x60, 0x7e, 0xac, 0xf1, 0x95, 0x1d, 0x2f, 0x1d, 0xa3, 0x9c, 0x7a, 0x3b, 0xc4, 0x07, 0xee, 0x10, 0x46, 0xa9, 0x46, 0xfc, 0x6c, 0xe8, 0x56, 0xd5, 0x11, 0x82, 0x3c, 0x8e, 0x84, 0x02, 0x69, 0x5c, 0x28, 0x6b, 0x8d, 0x34, 0x2e, 0x88, 0xc0, 0x2f, 0xed, 0x12, 0x96, 0x9e, 0x99, 0xac, 0xe4, 0xd7, 0xbf, 0x9f, 0x20, 0x9f, 0xfb, 0xb2, 0xb6, 0xf3, 0x33, 0x8d, 0xa4, 0xa1, 0x68, 0x13, 0x4c, 0x72, 0xff, 0xaf, 0x25, 0xd0, 0x87, 0x83, 0x21, 0x0f, 0x6a, 0x5e, 0x78, 0x36, 0xd0, 0x82, 0xfe, 0x9c, 0x76, 0xe4, 0x88, 0x1b, 0x0c, 0x12, 0x63, 0x5a, 0x75, 0xac, 0xe7, 0x11, 0xd8, 0x84, 0x6f, 0xdb, 0x16, 0x72, 0x0c, 0xb0, 0x44, 0xaa, 0x21, 0xe0, 0xc7, 0x2d, 0x2b, 0xcd, 0xf5, 0x7e, 0x04, 0xfc, 0x72, 0x74, 0x37, 0x0c, 0x51, 0xcb, 0x98, 0x8a, 0x2b, 0x7e, 0x40, 0xf9, 0x3c, 0xfc, 0xaa, 0x95, 0x44, 0x3c, 0xb0, 0xb6, 0xba, 0xd8, 0x20, 0x00, 0x8f, 0x9f, 0xe4, 0xed, 0x2c, 0xc9, 0x01, 0x72, 0x7a, 0x24, 0xb3, 0x19, 0x7b, 0x5b, 0x25, 0x6e, 0xa1, 0x9b, 0x02, 0x3a, 0xe7, 0x79, 0xd1, 0x56, 0xdb, 0xf5, 0xc9, 0x28, 0x15, 0xe4, 0xf9, 0xa2, 0x17, 0x07, 0xa3, 0x35, 0xcd, 0x42 } } }; static const struct cckprng_op_generate op_init_5864 = { .hd = { .id = 5607, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0x27, 0x64, 0xde, 0x3e, 0x39, 0x92, 0x11, 0xa1, 0x5c, 0x1f, 0xfa, 0x4c, 0xb4, 0x9d, 0x5c, 0xa0, 0x6b, 0xa9, 0x43, 0x4c, 0xef, 0xf0, 0xa7, 0xc4, 0x63, 0x7e, 0x4a, 0x25, 0x2e, 0x00, 0xa6, 0xd9, 0xc9, 0x53, 0x54, 0xb5, 0x16, 0xd8, 0x97, 0x0b, 0xbb, 0xff, 0xbd, 0xf3, 0x88, 0xd1, 0x9e, 0x70, 0xc3, 0x20, 0x56, 0x59, 0x10, 0x9b, 0xab, 0xa0, 0x7d, 0x45, 0x63, 0xb3, 0xbd, 0x6c, 0x31, 0xaf, 0xf9, 0x5e, 0xef, 0x95, 0x13, 0x75, 0x8d, 0x5a, 0xef, 0xe8, 0x08, 0xe7, 0x3c, 0x51, 0x19, 0x09, 0x2f, 0x71, 0x28, 0x90, 0x17, 0x95, 0x91, 0x9a, 0x34, 0x29, 0x6c, 0xab, 0x8d, 0xdf, 0x48, 0x6c, 0x0b, 0x21, 0x98, 0x52, 0x10, 0x9c, 0x72, 0x85, 0xd2, 0x3d, 0xb2, 0xca, 0x31, 0x17, 0x2b, 0x6c, 0x9c, 0x9b, 0x72, 0x1a, 0x2f, 0xc6, 0x26, 0x8d, 0x86, 0x9e, 0x00, 0x9d, 0xcb, 0x6c, 0x2f, 0x3d, 0xb9, 0x11, 0x5a, 0x9e, 0x84, 0x29, 0x49, 0x2f, 0x85, 0xb0, 0x71, 0x77, 0xf0, 0x5a, 0x08, 0x97, 0xe7, 0xa3, 0x5a, 0xb7, 0x19, 0xb1, 0x11, 0xc6, 0x53, 0x34, 0x54, 0x63, 0x3a, 0x3a, 0x0c, 0x23, 0x8b, 0x53, 0x76, 0x22, 0xac, 0x20, 0xf7, 0x81, 0xf3, 0xfc, 0xa2, 0xbd, 0x1b, 0x90, 0x29, 0x4c, 0x2f, 0x4e, 0x95, 0x1c, 0xa7, 0xfa, 0x06, 0x4a, 0xb7, 0x14, 0x81, 0x69, 0x18, 0xe6, 0xc3, 0x91, 0x19, 0x7a, 0x14, 0x97, 0x0a, 0xbf, 0xed, 0x6f, 0xb1, 0x82, 0xc0, 0xb2, 0xd5, 0xbf, 0xb5, 0x9f, 0x29, 0x63, 0x40, 0x53, 0x88, 0xfc, 0xef, 0xfa, 0x65, 0xa6, 0x4e, 0x0e, 0xeb, 0x9e, 0x9a, 0x01, 0xf8, 0x9c, 0x9b, 0x98, 0x1e, 0x92, 0x3e, 0x18, 0xbf, 0x94, 0xcb, 0x87, 0x5d, 0xb3 } } }; static const struct cckprng_op_generate op_init_5865 = { .hd = { .id = 5608, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0xa1, 0x8e, 0xb4, 0x63, 0x4d, 0xd8, 0x3e, 0x3d, 0x2f, 0x8a, 0xd6, 0x9f, 0xd2, 0x16, 0x8a, 0x9f, 0x63, 0xed, 0x4b, 0x6d, 0x8f, 0xf4, 0xfc, 0x41, 0x46, 0xf5, 0x74, 0x00, 0x35, 0x75, 0xb5, 0x08, 0x70, 0xca, 0xb1, 0x6e, 0x62, 0x51, 0x08, 0x5f, 0x96, 0x4c, 0xac, 0x2d, 0x29, 0x6f, 0xe2, 0x86, 0xea, 0xba, 0xe7, 0xf5, 0x2e, 0x55, 0x61, 0x79, 0x52, 0xe8, 0x93, 0x6a, 0x73, 0xc1, 0xd7, 0x20, 0xa7, 0x45, 0xa2, 0xde, 0x2a, 0xd0, 0x71, 0x20, 0xd5, 0x78, 0x6c, 0xf3, 0x29, 0x10, 0x57, 0xd1, 0x7a, 0x95, 0x31, 0xca, 0x02, 0xe4, 0x01, 0x27, 0x7c, 0x95, 0x2d, 0xc3, 0x42, 0x89, 0x56, 0x3c, 0xd7, 0x1e, 0xa9, 0xd6, 0x16, 0xf2, 0x3b, 0xb6, 0xcb, 0x53, 0xc9, 0x1d, 0x9b, 0xc0, 0x88, 0x5f, 0x10, 0x54, 0x21, 0xf6, 0xe7, 0x4d, 0x92, 0xf4, 0x76, 0xd8, 0xc8, 0x65, 0xc1, 0xf7, 0x88, 0x29, 0x4e, 0xf5, 0x0e, 0xbe, 0x0e, 0x3d, 0xf5, 0x20, 0x33, 0x4e, 0x27, 0xc5, 0xf4, 0xe8, 0x85, 0x1c, 0x4d, 0x65, 0xfb, 0x79, 0x7a, 0xcb, 0xea, 0xef, 0x96, 0xdb, 0x6c, 0x65, 0x11, 0x71, 0x56, 0xca, 0xa8, 0xf7, 0xb1, 0xf4, 0xf6, 0xfb, 0x44, 0x74, 0x2a, 0x86, 0x78, 0x4b, 0xb7, 0xce, 0x43, 0xf8, 0x85, 0xc3, 0x47, 0x43, 0xc4, 0xc3, 0x7f, 0x63, 0x1b, 0x8f, 0xb0, 0x80, 0xb6, 0x25, 0x6d, 0x33, 0x16, 0xf5, 0xf6, 0xde, 0x64, 0x9b, 0x35, 0x79, 0xe7, 0x77, 0x27, 0x20, 0x4b, 0x14, 0x5d, 0xe3, 0xdb, 0xc4, 0x70, 0x9c, 0x81, 0x17, 0xe0, 0x35, 0xa3, 0x33, 0xad, 0x22, 0x4f, 0xdb, 0x33, 0x06, 0x92, 0x0d, 0x8d, 0x54, 0xe6, 0x3b, 0xd8, 0xf7, 0x79, 0x8f, 0x9d, 0xe3, 0x19, 0x85, 0xe1, 0x66, 0x12, 0x80 } } }; static const struct cckprng_op_reseed op_reseed_5866 = { .hd = { .id = 5609, .kind = OP_RESEED }, .nonce = 16795460319339461158ULL, .seed_nbytes = 35, .seed = { 0x2e, 0xba, 0xc0, 0x13, 0xc9, 0x6a, 0x58, 0x97, 0x4b, 0x42, 0x84, 0xaa, 0x96, 0xc5, 0x88, 0xb1, 0xd1, 0x63, 0x64, 0xf8, 0x74, 0x29, 0xfe, 0x09, 0x1c, 0xf6, 0x30, 0x7f, 0x81, 0x46, 0x43, 0xe5, 0xf9, 0xe4, 0xed } }; static const struct cckprng_op_generate op_init_5867 = { .hd = { .id = 5610, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0x23, 0x62, 0x38, 0x26, 0x33, 0xec, 0xc0, 0xd5, 0x67, 0xca, 0x6d, 0xcb, 0x4f, 0xbf, 0x48, 0xeb, 0xe2, 0xc5, 0xfc, 0x1a, 0xaf, 0xaf, 0x25, 0x48, 0xe9, 0xe4 } } }; static const struct cckprng_op_reseed op_reseed_5868 = { .hd = { .id = 5611, .kind = OP_RESEED }, .nonce = 6587937550719031324ULL, .seed_nbytes = 204, .seed = { 0xd9, 0xa3, 0x7f, 0x89, 0x58, 0x3f, 0x15, 0xb3, 0x40, 0x00, 0x96, 0x7b, 0xdf, 0x97, 0x79, 0x9f, 0x58, 0xaf, 0x3a, 0x4f, 0xf8, 0xac, 0x6c, 0x12, 0x1d, 0x54, 0x10, 0xb7, 0xe2, 0x07, 0xba, 0xa1, 0x80, 0xd2, 0x03, 0xcf, 0xa9, 0x38, 0xd7, 0xa0, 0x29, 0x7e, 0xcb, 0xe3, 0x5d, 0x93, 0x95, 0xf5, 0x7b, 0x72, 0x20, 0x97, 0x6b, 0xd5, 0x4f, 0x98, 0x76, 0xec, 0x9f, 0x3b, 0xa9, 0x38, 0x34, 0x9a, 0xd6, 0xf5, 0x71, 0x08, 0xa0, 0x7d, 0x16, 0x4f, 0x05, 0x10, 0x59, 0x9f, 0x55, 0xab, 0xfa, 0x80, 0x0c, 0xb8, 0xe1, 0x5f, 0xf6, 0x12, 0xc0, 0xec, 0x13, 0x6e, 0x14, 0xdb, 0xa7, 0x57, 0xee, 0x20, 0xef, 0x8e, 0x20, 0x33, 0xf1, 0x34, 0x1a, 0x92, 0x61, 0x42, 0x78, 0x3f, 0xc1, 0xfb, 0xb2, 0xce, 0x32, 0x18, 0x74, 0x1b, 0xf4, 0x89, 0x03, 0x6f, 0xde, 0x2e, 0x45, 0x9c, 0x7a, 0xa6, 0xc2, 0xd0, 0x29, 0x8f, 0xb0, 0xf7, 0x9d, 0xa1, 0x22, 0x48, 0x45, 0x27, 0xd9, 0x78, 0x25, 0x82, 0x13, 0x46, 0xd6, 0x13, 0x5f, 0x89, 0xde, 0xc0, 0xcf, 0xd2, 0x74, 0xfa, 0xfe, 0xa2, 0x99, 0x78, 0x60, 0x4a, 0x7d, 0x29, 0xe7, 0x10, 0xb2, 0x83, 0xd7, 0xe7, 0x00, 0x8d, 0xfa, 0xb1, 0x22, 0x78, 0xe2, 0x51, 0xa3, 0x5e, 0xa9, 0x97, 0xc2, 0x1b, 0x9f, 0x5a, 0x51, 0x60, 0xe8, 0x0e, 0x42, 0x0c, 0x7e, 0xc7, 0x1d, 0x1d, 0x84, 0x80, 0xe1, 0xe5, 0x00, 0x23, 0x9d, 0x87, 0x44, 0x2f } }; static const struct cckprng_op_refresh op_refresh_5869 = { .hd = { .id = 5612, .kind = OP_REFRESH }, .rand = 1446786498896250376ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5870 = { .hd = { .id = 5613, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0x93, 0xfa, 0x59, 0x37, 0x46, 0xca, 0x6e, 0x03, 0xb4, 0x4f, 0x7e, 0x0d, 0x7d, 0xfc, 0x3e, 0xf0, 0x01, 0x77, 0x4d, 0x8f, 0xa6, 0x33, 0xf9 } } }; static const struct cckprng_op_generate op_init_5871 = { .hd = { .id = 5614, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0xb5, 0xee, 0x2d, 0xbb, 0x37, 0x65, 0xda, 0xd7, 0x44, 0x73, 0x14, 0xd3, 0x68, 0xc0, 0xe6, 0x5a, 0xbf, 0x84, 0x83, 0xe4, 0xc9, 0x32, 0x16, 0xae } } }; static const struct cckprng_op_generate op_init_5872 = { .hd = { .id = 5615, .kind = OP_GENERATE }, .rand_nbytes = 281, .out = { .rand = { 0x7e, 0x9c, 0x61, 0x4b, 0x3d, 0x7b, 0xad, 0x81, 0xdd, 0xa7, 0x08, 0xeb, 0x6f, 0x4a, 0x91, 0x6e, 0x6e, 0x87, 0x04, 0x56, 0x20, 0x2d, 0x63, 0x42, 0xd6, 0x56, 0x0b, 0x79, 0x90, 0x33, 0x17, 0xe4, 0x3a, 0x45, 0xdd, 0x42, 0xaf, 0xe0, 0x63, 0xef, 0xe9, 0x6b, 0x97, 0xd7, 0x00, 0xa3, 0x0c, 0x21, 0x6d, 0x93, 0xd2, 0x35, 0xa5, 0x60, 0x50, 0xd8, 0x95, 0xdd, 0xd4, 0x4f, 0xef, 0x41, 0x68, 0xca, 0xdc, 0x84, 0x76, 0x5a, 0xee, 0xef, 0xe1, 0x20, 0x44, 0x28, 0x57, 0xbf, 0x52, 0x31, 0xfe, 0xa5, 0x66, 0x0f, 0x3c, 0x33, 0x95, 0xad, 0x74, 0x0c, 0x93, 0x86, 0x53, 0xa8, 0x18, 0xb0, 0xcc, 0x41, 0x3e, 0xd7, 0x2e, 0x83, 0x95, 0x51, 0xb1, 0x8b, 0xa0, 0xf2, 0xca, 0xfd, 0xae, 0x72, 0x6f, 0xd7, 0xd7, 0xdf, 0x8c, 0xb0, 0x43, 0xf0, 0x92, 0x35, 0x1d, 0x0f, 0xb3, 0x57, 0x24, 0x33, 0x95, 0x67, 0x0d, 0xcd, 0x10, 0xd6, 0x3d, 0xf8, 0x29, 0x4f, 0x55, 0xd7, 0xc3, 0x13, 0x3c, 0x89, 0xf9, 0xd1, 0x83, 0x54, 0x29, 0x56, 0x46, 0xd9, 0x22, 0x73, 0x51, 0xb6, 0x36, 0xa5, 0x73, 0xe6, 0xd5, 0x68, 0x34, 0x43, 0x05, 0x68, 0xf3, 0xb4, 0x0c, 0x55, 0xf4, 0x20, 0x06, 0xcd, 0x54, 0xc0, 0x1c, 0x81, 0xf4, 0x04, 0xde, 0x90, 0xb8, 0xea, 0x21, 0xcc, 0x79, 0x72, 0xe3, 0x98, 0xf3, 0x36, 0x1f, 0xcd, 0x97, 0xc2, 0x6d, 0xff, 0x30, 0x44, 0x6c, 0x99, 0x44, 0xd0, 0xa9, 0x54, 0x7e, 0x8b, 0x67, 0x46, 0xf2, 0xce, 0x75, 0xfc, 0x34, 0x41, 0x94, 0x3e, 0x17, 0x26, 0x98, 0x29, 0x7c, 0xc2, 0x77, 0x87, 0x3a, 0xff, 0xcf, 0x84, 0x78, 0xf6, 0xf1, 0xb4, 0x4e, 0xdb, 0xb7, 0x1e, 0x28, 0xde, 0x15, 0xfd, 0xca, 0x79, 0xac, 0x8f, 0x94, 0x05, 0x6b, 0x5f, 0xdb, 0xee, 0xb3, 0x69, 0x47, 0x17, 0x44, 0x47, 0x48, 0x51, 0x99, 0x75, 0x5e, 0x40, 0x4c, 0xe0, 0x28, 0x49, 0x49, 0x32, 0x28, 0x72, 0xca, 0x4f, 0x91, 0x65, 0xb1, 0xb2, 0x78, 0xe6, 0x52, 0x7a, 0x2c } } }; static const struct cckprng_op_generate op_init_5873 = { .hd = { .id = 5616, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0x81, 0xd6, 0x7f, 0xd9, 0x0a, 0xa1, 0x08, 0x63, 0x1f, 0xee, 0xd8, 0xb8, 0x1c, 0x98, 0xc3, 0x29, 0x9d, 0x8e, 0x21, 0x91, 0x1a, 0x39, 0xdb, 0x55, 0xe4, 0xdc, 0xa4, 0xc4, 0x83, 0x52, 0x7f, 0x1c, 0x89, 0x33, 0x73, 0x98, 0xd1, 0xe0, 0xf1, 0x1c, 0xbd, 0x55, 0x4b, 0x80, 0xeb, 0x85, 0x4f, 0x7c, 0x5b, 0xfb, 0xd3, 0x0e, 0x60, 0xab, 0x2c, 0xf6, 0xfa, 0x33, 0xcc, 0xa1, 0x31, 0x5a, 0x8c, 0x26, 0xba, 0x32, 0xc6, 0x84, 0x9c, 0xee, 0x31, 0x85, 0xf8, 0xb8, 0x9e, 0xf3, 0x17, 0x76, 0xd6, 0x92, 0x90, 0x09, 0x68, 0xdf, 0xbe, 0xd5, 0xc0, 0x75, 0xff, 0x64, 0x00, 0x6c, 0xed, 0x5b, 0xd8, 0xf2, 0xdd, 0x92, 0x07, 0x7f, 0x13, 0x1c, 0xb1, 0x94, 0x16, 0x45, 0x45, 0x2a, 0xfe, 0x01, 0xad, 0x02, 0x14, 0x2e, 0xab, 0xd1, 0x87, 0x67, 0x64, 0xde, 0x3d, 0xc7, 0x3e, 0x44, 0x46, 0x3e, 0xbb, 0x28, 0x83, 0xf5, 0x22, 0x4c, 0xce, 0xe7, 0x76, 0x72, 0x6d, 0xf2, 0x6c, 0x28, 0xa0, 0x43, 0x36, 0xb5, 0xd6, 0x83, 0xd7, 0xdf, 0xd4, 0x8f, 0x14, 0xec, 0xcf, 0xfe, 0xcc, 0xbf, 0x9e, 0xb2, 0x58, 0xcb, 0x4f, 0x21, 0x85, 0x4d, 0xe4, 0xcb, 0x67, 0xbe, 0x87, 0xa8, 0xeb, 0xa1, 0xd1, 0x40, 0x3f, 0x36, 0x9c, 0xce, 0x94, 0x16, 0xca, 0x11, 0xab, 0x02, 0x68, 0xfb, 0xcc, 0x4e, 0xb6, 0x0a, 0xb6, 0x73, 0xc4, 0x9d, 0x3b, 0x80, 0xc7, 0x9f, 0x4c, 0x0b, 0xe9, 0x45, 0x5f, 0xe3, 0xe1, 0xb0, 0x8d, 0x5d, 0x5d, 0xb0, 0xa1, 0xd5, 0x39, 0x0c, 0xf3, 0x05, 0x23, 0x6f, 0x98, 0xc0, 0xf7, 0x75, 0x27, 0x57, 0x22, 0x76, 0x61, 0x4c, 0xf7, 0xce, 0x71, 0x04, 0xd7, 0x39, 0x16, 0x97 } } }; static const struct cckprng_op_reseed op_reseed_5874 = { .hd = { .id = 5617, .kind = OP_RESEED }, .nonce = 7397670639867715245ULL, .seed_nbytes = 222, .seed = { 0xb7, 0x22, 0x24, 0xdc, 0xb2, 0xe7, 0x17, 0x4d, 0x92, 0x14, 0x07, 0x4e, 0xa7, 0x0f, 0x33, 0x39, 0xd5, 0x46, 0x68, 0x97, 0x74, 0x75, 0xe5, 0x3b, 0xa9, 0x0c, 0x6a, 0x20, 0x38, 0x4f, 0x3d, 0x16, 0x6e, 0xf1, 0x4f, 0x9e, 0x75, 0x44, 0xde, 0xd7, 0xba, 0xcc, 0x9c, 0x28, 0xc9, 0xe7, 0xbd, 0xa0, 0xd7, 0xca, 0x55, 0xae, 0x15, 0xc8, 0x5a, 0xd4, 0xea, 0x6f, 0xaa, 0xa5, 0x95, 0xec, 0x34, 0x12, 0xe4, 0x11, 0x16, 0x3b, 0x31, 0xcf, 0xf6, 0x46, 0xa3, 0xb7, 0x31, 0x0f, 0xf9, 0x70, 0x45, 0x2c, 0xee, 0xce, 0xad, 0x90, 0x39, 0xb8, 0x71, 0x7d, 0x72, 0x18, 0xc0, 0x29, 0x20, 0xc3, 0x05, 0xb7, 0x87, 0x75, 0xb3, 0x05, 0x95, 0xa0, 0x56, 0x80, 0xc6, 0x4e, 0xe1, 0xf8, 0x2c, 0x27, 0x1a, 0xc7, 0xcf, 0x46, 0xc3, 0x0e, 0xee, 0xaa, 0x58, 0xfa, 0x39, 0x4a, 0xfd, 0x65, 0x4b, 0x3f, 0x53, 0x2c, 0x78, 0xa1, 0x9a, 0xca, 0x96, 0xdd, 0x82, 0xb9, 0xb9, 0xe7, 0xa8, 0x5e, 0xe5, 0x75, 0x9f, 0x1f, 0x7e, 0xc0, 0x08, 0x83, 0xcd, 0xa7, 0xda, 0xf6, 0xfd, 0x55, 0x44, 0xee, 0x20, 0x9e, 0x6a, 0x46, 0x2f, 0x6d, 0x1b, 0x6b, 0x71, 0xa5, 0x1c, 0xa1, 0x44, 0x49, 0x3e, 0x58, 0x6c, 0xa1, 0x7c, 0x96, 0x2a, 0xf8, 0x34, 0xab, 0x75, 0xf9, 0xa1, 0x03, 0x97, 0xc9, 0x0a, 0x88, 0x66, 0x85, 0x77, 0x72, 0xf3, 0x87, 0xc0, 0xab, 0x4c, 0x68, 0xcd, 0x76, 0x03, 0xc9, 0x95, 0xc8, 0x5e, 0x1a, 0xe4, 0x8c, 0xf5, 0x3e, 0x25, 0x12, 0x43, 0x62, 0xb7, 0x85, 0x08, 0x6a, 0x43, 0x91, 0xc6, 0x12 } }; static const struct cckprng_op_reseed op_reseed_5875 = { .hd = { .id = 5618, .kind = OP_RESEED }, .nonce = 15498154741470139544ULL, .seed_nbytes = 195, .seed = { 0x65, 0xe7, 0x6e, 0xb9, 0x72, 0x0c, 0x06, 0xce, 0x93, 0x5f, 0xb1, 0x2c, 0xd1, 0xa5, 0x4c, 0x4e, 0x4d, 0xac, 0xcc, 0xe4, 0xa9, 0x7a, 0x2f, 0x3c, 0x0e, 0x3b, 0x07, 0xa1, 0x68, 0xee, 0xcc, 0xa0, 0x12, 0xf8, 0x72, 0xab, 0xe3, 0xcd, 0xd0, 0xb3, 0x67, 0xf1, 0xa1, 0x40, 0x01, 0x6f, 0x52, 0x2a, 0xfd, 0xc1, 0x2d, 0xc1, 0x6a, 0x92, 0x70, 0x44, 0xfc, 0xa5, 0x93, 0x4d, 0xb0, 0xec, 0x62, 0x04, 0xe9, 0xe6, 0x64, 0xd7, 0x1e, 0x47, 0x5d, 0xb4, 0xe1, 0xef, 0x66, 0xbf, 0x58, 0xbb, 0x63, 0x8e, 0xb0, 0x97, 0xcb, 0x0c, 0x1c, 0x54, 0x43, 0x13, 0x32, 0x00, 0xd0, 0xe7, 0x30, 0x46, 0xee, 0x16, 0x70, 0xd8, 0x79, 0x74, 0x42, 0x63, 0xfe, 0xe7, 0xa0, 0xa6, 0x61, 0x17, 0x19, 0x92, 0xce, 0xe6, 0x97, 0xfc, 0x91, 0x60, 0xcb, 0xf5, 0x89, 0xa3, 0x05, 0x46, 0x62, 0xc1, 0xb4, 0xcd, 0x02, 0xfc, 0x52, 0x25, 0xc8, 0x9e, 0xdd, 0x12, 0x7d, 0x63, 0x55, 0x6d, 0xe0, 0xe1, 0x5a, 0x6c, 0xaa, 0x04, 0xea, 0x1b, 0xe6, 0x44, 0x72, 0xe7, 0x6b, 0x0c, 0xdb, 0xd8, 0x03, 0x00, 0xdc, 0x0d, 0x0a, 0xa9, 0x88, 0x67, 0x1b, 0x9b, 0xb1, 0x5c, 0xd5, 0xee, 0x68, 0x2f, 0xe5, 0x64, 0xf2, 0x19, 0x9f, 0x4b, 0x84, 0x77, 0xc8, 0x2a, 0x5d, 0x22, 0x7a, 0x2d, 0x87, 0x7a, 0x37, 0xe0, 0x3d, 0x52, 0x5b, 0xbf, 0x52, 0x12, 0x44 } }; static const struct cckprng_op_reseed op_reseed_5876 = { .hd = { .id = 5619, .kind = OP_RESEED }, .nonce = 3347032024068563739ULL, .seed_nbytes = 119, .seed = { 0x3c, 0xaf, 0x5f, 0xe4, 0xa6, 0x12, 0x95, 0x9b, 0x6b, 0xe4, 0x69, 0xd2, 0x55, 0x5f, 0x17, 0x4c, 0x4b, 0x9d, 0x64, 0x69, 0x98, 0xd6, 0xc2, 0x0b, 0x3d, 0xcf, 0x14, 0x97, 0x72, 0xc9, 0x62, 0xea, 0x64, 0x8c, 0x31, 0xc2, 0x82, 0x8f, 0xd4, 0x5d, 0x61, 0x52, 0xbf, 0x2e, 0x5f, 0x41, 0xb2, 0x01, 0x08, 0xaa, 0x3e, 0xa0, 0x87, 0x41, 0x19, 0x66, 0x06, 0xad, 0x3b, 0x53, 0x32, 0x9b, 0xb2, 0x22, 0xe5, 0x42, 0x73, 0x43, 0x40, 0x76, 0x0e, 0x2b, 0x21, 0xc5, 0x5f, 0x44, 0x4d, 0x77, 0xcd, 0xe8, 0x8a, 0xd0, 0xd1, 0xef, 0xe9, 0x0e, 0xbe, 0x0f, 0x4c, 0xc9, 0xf2, 0x26, 0xd8, 0xe9, 0xf2, 0x1f, 0x6e, 0x91, 0x2a, 0x89, 0xca, 0x93, 0x1a, 0x61, 0x1d, 0x8c, 0x0c, 0xf9, 0xd7, 0xa7, 0x13, 0xcd, 0xa8, 0x28, 0x22, 0xe4, 0x12, 0x96, 0x79 } }; static const struct cckprng_op_generate op_init_5877 = { .hd = { .id = 5620, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0x6f, 0x7c, 0x68, 0x0b, 0x7e, 0x94, 0xdb, 0x6a, 0x81, 0xbe, 0x61, 0x8d, 0x5b, 0x8c, 0x8a, 0x79, 0x6e, 0x49, 0x78, 0x89, 0x7e, 0xee, 0x6b, 0x1a, 0x9b, 0xe7, 0x1b, 0xf5, 0x10, 0x3d, 0x97, 0x25, 0xe0, 0x95, 0xb7, 0x08, 0xdc, 0x88, 0xad, 0x7c, 0x7e, 0xd4, 0xa3, 0xd3, 0x4d, 0xc8, 0x75, 0xde, 0x90, 0x9b } } }; static const struct cckprng_op_refresh op_refresh_5878 = { .hd = { .id = 5621, .kind = OP_REFRESH }, .rand = 12038464704070291593ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5879 = { .hd = { .id = 5622, .kind = OP_RESEED }, .nonce = 14222978933604325719ULL, .seed_nbytes = 169, .seed = { 0xa0, 0x27, 0x6c, 0xbe, 0xff, 0x9a, 0xd6, 0x52, 0xdd, 0x8b, 0x61, 0x00, 0x84, 0x4e, 0xe9, 0x1c, 0xce, 0xa8, 0x1b, 0xde, 0x3e, 0x36, 0x4f, 0x14, 0xde, 0x10, 0xc9, 0x2c, 0x05, 0xb1, 0xdc, 0xb9, 0xfa, 0xff, 0xfb, 0xba, 0x55, 0x9f, 0x73, 0x66, 0x86, 0x36, 0x40, 0x45, 0x83, 0xe7, 0xbe, 0x15, 0x04, 0xbc, 0xc3, 0xfb, 0x1e, 0x85, 0xe9, 0x2d, 0xd6, 0xe8, 0xf4, 0x5e, 0x42, 0x41, 0x00, 0x2a, 0x52, 0xf2, 0x33, 0xa4, 0x08, 0x6e, 0xd5, 0xf2, 0x68, 0xbb, 0x85, 0x84, 0x5e, 0xf5, 0x86, 0x60, 0x16, 0xb6, 0x88, 0x68, 0xb9, 0xb1, 0x02, 0x14, 0xd6, 0xd2, 0xee, 0xb3, 0xee, 0x7a, 0xd9, 0xf1, 0x9b, 0x49, 0xb2, 0xe1, 0xe9, 0xd2, 0xb0, 0xa3, 0x04, 0xbe, 0x11, 0x7e, 0xda, 0x4c, 0x7d, 0x42, 0xb5, 0xf7, 0xce, 0x96, 0x4a, 0xed, 0xe3, 0x5b, 0x4d, 0xf5, 0xbe, 0x62, 0x87, 0xbc, 0x17, 0xe7, 0x53, 0x37, 0xbb, 0x8d, 0x01, 0x53, 0xf9, 0x15, 0xb6, 0x29, 0xc7, 0x5f, 0x0a, 0xa3, 0x8f, 0x1c, 0x7a, 0xb6, 0x7f, 0x05, 0x26, 0x49, 0xe5, 0x76, 0x50, 0x58, 0xed, 0xf0, 0xdb, 0xa9, 0x75, 0x98, 0xd8, 0xfd, 0xbb, 0x1a, 0xaf, 0x5f, 0x27, 0xb3, 0xbe } }; static const struct cckprng_op_reseed op_reseed_5880 = { .hd = { .id = 5623, .kind = OP_RESEED }, .nonce = 6870514907091068608ULL, .seed_nbytes = 37, .seed = { 0xba, 0x6f, 0xd5, 0x4b, 0xdc, 0xb7, 0xe9, 0xcf, 0x81, 0x33, 0x32, 0x5f, 0x2d, 0xf5, 0x39, 0xc7, 0x77, 0x83, 0xa1, 0x5c, 0xa4, 0xeb, 0x5b, 0xb6, 0x19, 0x95, 0xec, 0xa0, 0x9d, 0x29, 0xed, 0xea, 0x27, 0xd2, 0x82, 0xa4, 0x79 } }; static const struct cckprng_op_refresh op_refresh_5881 = { .hd = { .id = 5624, .kind = OP_REFRESH }, .rand = 11308109291705848535ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5882 = { .hd = { .id = 5625, .kind = OP_GENERATE }, .rand_nbytes = 231, .out = { .rand = { 0x31, 0xdb, 0xf7, 0x5b, 0x3e, 0x63, 0xb0, 0x12, 0x9d, 0xbc, 0xdf, 0x15, 0x6e, 0x5b, 0x99, 0x05, 0x55, 0xbd, 0x96, 0xf3, 0xdb, 0x08, 0x03, 0x91, 0xf7, 0xd6, 0x25, 0x5d, 0x79, 0x72, 0x94, 0x9f, 0x09, 0xa3, 0x2b, 0xbb, 0x53, 0x80, 0x21, 0xd2, 0x14, 0x29, 0xc5, 0x1b, 0xde, 0xc9, 0x3c, 0x87, 0x7f, 0x35, 0x25, 0x03, 0x02, 0x27, 0xbc, 0x9a, 0xb3, 0x8b, 0x99, 0xa9, 0x20, 0x35, 0xd9, 0x5d, 0x4b, 0x31, 0xbf, 0x2e, 0x36, 0xc6, 0x9c, 0x05, 0xdc, 0x2c, 0xb3, 0xc7, 0x3c, 0xb3, 0x13, 0x56, 0x99, 0xb0, 0x4c, 0x8c, 0x75, 0x78, 0xfc, 0xab, 0xad, 0x12, 0x48, 0xe1, 0x96, 0x39, 0xd0, 0xd3, 0x07, 0x90, 0xdb, 0x92, 0x57, 0x62, 0x84, 0xe2, 0xe5, 0xa0, 0x40, 0xf8, 0x07, 0xc0, 0x1d, 0x6e, 0xca, 0x82, 0xeb, 0xab, 0x9a, 0xbd, 0xbd, 0xbe, 0x97, 0x85, 0x9e, 0x8b, 0x9d, 0x8d, 0x97, 0x1d, 0x22, 0x13, 0xe3, 0x90, 0xfc, 0x78, 0x7b, 0xeb, 0x01, 0xbb, 0x4b, 0x1f, 0x0b, 0x5b, 0xcc, 0x14, 0xee, 0xb5, 0xbb, 0xa0, 0xe2, 0x0e, 0x9b, 0x2c, 0x5f, 0x54, 0x86, 0x5d, 0xdf, 0x9a, 0x0b, 0x8c, 0x43, 0x0d, 0x4d, 0x09, 0xb4, 0x21, 0x82, 0x2a, 0xc6, 0x13, 0xec, 0xa3, 0xfc, 0x85, 0x90, 0x10, 0x5f, 0x2c, 0x57, 0xda, 0x9e, 0x98, 0x9e, 0x16, 0xf0, 0x41, 0xc5, 0xa8, 0x3f, 0xa7, 0x38, 0xdb, 0x8b, 0xc8, 0x63, 0xe8, 0x04, 0xd4, 0x5e, 0x9b, 0xba, 0xd4, 0xe1, 0x19, 0x9c, 0xf8, 0xc9, 0x45, 0x14, 0xad, 0x02, 0x3c, 0xb2, 0xb1, 0x21, 0x43, 0x0a, 0x13, 0xc8, 0x91, 0xcb, 0x08, 0x49, 0x34, 0xd1, 0x69, 0xc6, 0x7c, 0x52, 0x8d, 0xa6 } } }; static const struct cckprng_op_reseed op_reseed_5883 = { .hd = { .id = 5626, .kind = OP_RESEED }, .nonce = 10435702487017590891ULL, .seed_nbytes = 186, .seed = { 0x09, 0xca, 0x9d, 0x8b, 0xf5, 0xdc, 0xea, 0x93, 0x2f, 0xad, 0x82, 0x43, 0x19, 0x47, 0x28, 0xc7, 0x29, 0x13, 0xae, 0x46, 0xf2, 0x46, 0xcc, 0x5a, 0xc2, 0x22, 0xd5, 0xaa, 0xfc, 0x74, 0xd6, 0x33, 0xff, 0x83, 0x76, 0xda, 0x13, 0x48, 0x02, 0x89, 0xea, 0xae, 0x6b, 0x5d, 0x32, 0x54, 0x76, 0x03, 0x49, 0x89, 0xb6, 0x02, 0xc0, 0x5d, 0xaf, 0xf7, 0x69, 0x8b, 0xf1, 0x16, 0xde, 0xc1, 0xee, 0xb6, 0xc9, 0xf6, 0x27, 0x50, 0x2b, 0x40, 0x0d, 0x3b, 0x36, 0x27, 0x19, 0x0b, 0xe9, 0x60, 0xa2, 0xee, 0xc6, 0x4a, 0xfe, 0x05, 0xac, 0xf4, 0xcc, 0xf4, 0xf3, 0x03, 0xd7, 0x27, 0xcb, 0xd6, 0x72, 0xdd, 0xf0, 0x04, 0x3b, 0x6b, 0x12, 0xe8, 0xa6, 0xa4, 0x50, 0x2e, 0x64, 0x08, 0xee, 0x5f, 0xfc, 0x86, 0xee, 0xf7, 0xf9, 0xf9, 0xfc, 0xcf, 0xf0, 0x57, 0xd9, 0xba, 0xcf, 0x1f, 0x0b, 0x30, 0xd9, 0x25, 0x0f, 0x51, 0x11, 0xe4, 0x05, 0x75, 0x4a, 0x42, 0x8b, 0xfe, 0xeb, 0x87, 0x9e, 0x4e, 0x92, 0x24, 0x1e, 0x36, 0xb3, 0x90, 0xb6, 0x12, 0xfd, 0x26, 0xc1, 0xc5, 0xbe, 0xa6, 0xd4, 0xd3, 0xde, 0x17, 0x52, 0x2d, 0x5a, 0x27, 0xd8, 0x29, 0x06, 0xbe, 0x5f, 0xd0, 0x0c, 0xfd, 0x0c, 0xbe, 0xb6, 0xae, 0x76, 0x11, 0xd9, 0x48, 0x5b, 0x39, 0xdf, 0xda, 0x9f, 0xeb } }; static const struct cckprng_op_reseed op_reseed_5884 = { .hd = { .id = 5627, .kind = OP_RESEED }, .nonce = 16757601637476540042ULL, .seed_nbytes = 235, .seed = { 0x34, 0x9a, 0x41, 0x6e, 0xc8, 0xcf, 0x2e, 0x62, 0x2c, 0x56, 0xa7, 0x22, 0x0d, 0xbb, 0xd7, 0x71, 0x20, 0x29, 0xa2, 0x51, 0x78, 0x3d, 0x32, 0xd0, 0xe3, 0x8f, 0xdc, 0x2e, 0x28, 0x7b, 0x3c, 0x39, 0x2f, 0x27, 0x8b, 0x7c, 0xce, 0xfb, 0x1c, 0x3b, 0x78, 0xaf, 0x33, 0x30, 0x88, 0xca, 0xfb, 0x19, 0x86, 0xfd, 0x06, 0xf6, 0xc8, 0xef, 0x56, 0x35, 0xde, 0xee, 0xf1, 0x46, 0x72, 0x0b, 0x0a, 0x05, 0x90, 0x59, 0x56, 0xcc, 0x91, 0xf0, 0xaf, 0xfb, 0x6a, 0x93, 0xf6, 0x23, 0x4d, 0x30, 0x33, 0x86, 0x87, 0xbc, 0x6f, 0x37, 0x9e, 0xf2, 0xf6, 0xc3, 0x84, 0x30, 0xc5, 0xd7, 0x3a, 0xfd, 0x5e, 0x3e, 0x15, 0xdc, 0xfd, 0xa3, 0x3d, 0x7c, 0x80, 0x7b, 0xa0, 0xed, 0x84, 0x01, 0x25, 0x06, 0x69, 0xfa, 0x39, 0xbd, 0xa0, 0x86, 0x50, 0xb0, 0x4c, 0xe3, 0x90, 0x06, 0x39, 0x40, 0x3c, 0x43, 0xa9, 0xa3, 0xf1, 0xaf, 0xa1, 0xa2, 0x0f, 0xb0, 0xce, 0xe2, 0x1b, 0xed, 0x86, 0x4e, 0xc4, 0x9a, 0xcd, 0x58, 0x29, 0x77, 0x5f, 0x32, 0x81, 0xf6, 0xb1, 0x6a, 0x54, 0x9e, 0xad, 0x40, 0x30, 0x18, 0x03, 0xc6, 0xc4, 0x3d, 0xd3, 0xe8, 0x8f, 0xf7, 0x49, 0x3e, 0xd7, 0x9a, 0x0f, 0x9f, 0x22, 0xb4, 0x7e, 0x08, 0xb0, 0xe0, 0xda, 0x8b, 0x1b, 0x4e, 0x57, 0x46, 0x1d, 0x2e, 0x01, 0x89, 0x72, 0xb3, 0x52, 0xcb, 0xe2, 0xc1, 0x4d, 0x50, 0xc2, 0x8d, 0xfb, 0x58, 0x30, 0x40, 0x48, 0xac, 0x63, 0x69, 0x8c, 0x21, 0xb2, 0x51, 0x10, 0xc0, 0xd9, 0x2e, 0x64, 0x8e, 0xd2, 0x98, 0x47, 0xe0, 0x0f, 0x03, 0x8c, 0x11, 0xc4, 0xad, 0xd5, 0x7b, 0x00, 0xb2, 0xb3, 0x5f, 0x5a, 0xbf, 0xaa } }; static const struct cckprng_op_reseed op_reseed_5885 = { .hd = { .id = 5628, .kind = OP_RESEED }, .nonce = 4375323216709004675ULL, .seed_nbytes = 189, .seed = { 0x7f, 0x07, 0x60, 0x67, 0x41, 0xa3, 0x02, 0xfe, 0x5c, 0x99, 0xfa, 0x6c, 0x1f, 0x99, 0xcc, 0x0f, 0x0e, 0x50, 0xc0, 0xc5, 0xf8, 0xfb, 0x2a, 0x61, 0x5c, 0xfa, 0x70, 0x6f, 0x4c, 0x7d, 0xcd, 0x82, 0x84, 0x8a, 0xce, 0x2d, 0x8c, 0xcf, 0x9e, 0xa9, 0x2b, 0x52, 0x67, 0xe9, 0xee, 0x59, 0x34, 0x4f, 0x3f, 0xed, 0x85, 0x2a, 0x62, 0x2c, 0x8a, 0x47, 0x7f, 0x04, 0x10, 0xb9, 0x5f, 0xcb, 0xf2, 0x6e, 0xb9, 0x49, 0xcb, 0x9a, 0x67, 0xb6, 0x54, 0x32, 0x32, 0x13, 0xf3, 0xa3, 0x76, 0x6e, 0x81, 0x7b, 0xff, 0x08, 0x94, 0x4e, 0x55, 0x7a, 0x14, 0xe8, 0x50, 0x9e, 0x8e, 0x18, 0x7c, 0x6f, 0xbb, 0xfd, 0x2c, 0x37, 0x6f, 0x06, 0xd1, 0x3d, 0x22, 0xa9, 0x3d, 0x95, 0x92, 0x7c, 0x0a, 0xdc, 0xc9, 0x59, 0xbd, 0x01, 0x23, 0xdf, 0x21, 0xd1, 0x59, 0x7f, 0x8c, 0xbf, 0x58, 0x2f, 0x49, 0xf6, 0xe3, 0x46, 0xb7, 0x6b, 0x10, 0x5e, 0xdc, 0xd0, 0x7f, 0x2e, 0x75, 0x74, 0x89, 0x4d, 0x91, 0x5a, 0x33, 0xde, 0x3b, 0x2b, 0xe2, 0x39, 0x2b, 0x28, 0x31, 0xe3, 0x20, 0xac, 0x2c, 0xe1, 0xe9, 0x59, 0xc9, 0x78, 0x52, 0xf8, 0x93, 0x1f, 0xe4, 0x9a, 0xc3, 0x0c, 0xc0, 0x24, 0x75, 0xa2, 0x05, 0xc0, 0x2e, 0x54, 0x16, 0x76, 0x8e, 0x7d, 0x83, 0x0f, 0x71, 0x5f, 0x71, 0xee, 0x10, 0x5d, 0xdd } }; static const struct cckprng_op_generate op_init_5886 = { .hd = { .id = 5629, .kind = OP_GENERATE }, .rand_nbytes = 58, .out = { .rand = { 0xae, 0xba, 0xb4, 0x23, 0xde, 0x08, 0x7e, 0x5b, 0x72, 0x38, 0x78, 0xca, 0x14, 0xfa, 0x0e, 0xf0, 0x2d, 0xb1, 0x66, 0x94, 0xff, 0x20, 0xa0, 0x4b, 0x41, 0x36, 0x49, 0x2e, 0xf4, 0xa9, 0x77, 0x53, 0x24, 0x6d, 0x00, 0x80, 0xd0, 0x46, 0x5a, 0x05, 0x1f, 0xee, 0x3d, 0xd1, 0xfb, 0x8f, 0x72, 0xed, 0xe6, 0x10, 0x80, 0x60, 0x34, 0x2c, 0xb3, 0xf8, 0x7b, 0x5a } } }; static const struct cckprng_op_refresh op_refresh_5887 = { .hd = { .id = 5630, .kind = OP_REFRESH }, .rand = 8365739097059179518ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5888 = { .hd = { .id = 5631, .kind = OP_REFRESH }, .rand = 4423985539590098153ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5889 = { .hd = { .id = 5632, .kind = OP_RESEED }, .nonce = 2495719199702370047ULL, .seed_nbytes = 73, .seed = { 0x19, 0xc5, 0xb4, 0xdd, 0xcc, 0x72, 0xfc, 0xb5, 0x81, 0x4f, 0xb1, 0xb7, 0x49, 0x3b, 0x86, 0xbb, 0x79, 0x47, 0xb8, 0x85, 0xc0, 0x46, 0x4f, 0x29, 0x78, 0xdf, 0x78, 0xc8, 0xd9, 0x79, 0x4f, 0xf6, 0xfb, 0xf3, 0x2a, 0x74, 0x34, 0x8f, 0x4e, 0xe3, 0xaf, 0x77, 0x9a, 0xb4, 0xdb, 0x86, 0x1d, 0xbe, 0xbe, 0xd4, 0xd9, 0x98, 0x4f, 0xca, 0xed, 0x51, 0x4e, 0x2b, 0x27, 0x40, 0xad, 0x9a, 0xad, 0xba, 0xc0, 0x51, 0x95, 0x68, 0x73, 0xe5, 0x02, 0x11, 0xf8 } }; static const struct cckprng_op_generate op_init_5890 = { .hd = { .id = 5633, .kind = OP_GENERATE }, .rand_nbytes = 95, .out = { .rand = { 0x9d, 0x59, 0x17, 0x61, 0xc0, 0x83, 0x27, 0x73, 0x79, 0xc1, 0x64, 0x6b, 0xb5, 0x32, 0xd2, 0xb1, 0xb8, 0xca, 0xff, 0xf1, 0x90, 0x26, 0xdf, 0x28, 0x90, 0x3a, 0x05, 0x6c, 0x12, 0x04, 0x6b, 0xa6, 0xdd, 0x07, 0xce, 0x83, 0x05, 0x24, 0xb4, 0xb8, 0x09, 0x85, 0xad, 0x1d, 0x7d, 0xb3, 0xfd, 0xf5, 0xf6, 0x49, 0x26, 0x0c, 0x57, 0xa5, 0x46, 0xca, 0x75, 0x3e, 0xb1, 0x8d, 0xdd, 0x71, 0x61, 0xab, 0xd9, 0x4f, 0xbe, 0x2a, 0x39, 0x11, 0x1d, 0x07, 0x5f, 0x5b, 0x60, 0x5b, 0xf9, 0x37, 0x52, 0xfa, 0x45, 0x60, 0x19, 0xc3, 0xbd, 0x47, 0xf2, 0x69, 0x60, 0xb9, 0xbd, 0xac, 0x7f, 0x14, 0xaa } } }; static const struct cckprng_op_generate op_init_5891 = { .hd = { .id = 5634, .kind = OP_GENERATE }, .rand_nbytes = 39, .out = { .rand = { 0x2c, 0xec, 0xa0, 0x2e, 0x5e, 0x6a, 0xec, 0x2d, 0x75, 0x2f, 0x13, 0x26, 0x46, 0x1d, 0x67, 0x6b, 0x83, 0x36, 0x05, 0x89, 0x4f, 0x41, 0xd0, 0x38, 0x9c, 0xac, 0x4d, 0x50, 0x78, 0x69, 0x36, 0x13, 0x8c, 0xd9, 0xb0, 0x2f, 0x7d, 0x46, 0x58 } } }; static const struct cckprng_op_reseed op_reseed_5892 = { .hd = { .id = 5635, .kind = OP_RESEED }, .nonce = 2288496878178522583ULL, .seed_nbytes = 29, .seed = { 0xb4, 0x5c, 0xc7, 0x7f, 0xe6, 0x7d, 0xe2, 0x15, 0x86, 0x0d, 0x35, 0x7f, 0x01, 0x32, 0x40, 0x54, 0xd5, 0xde, 0x00, 0xb3, 0x82, 0x1c, 0x5b, 0x41, 0xf7, 0xfb, 0x2f, 0x29, 0xda } }; static const struct cckprng_op_refresh op_refresh_5893 = { .hd = { .id = 5636, .kind = OP_REFRESH }, .rand = 3290451232843177959ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5894 = { .hd = { .id = 5637, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0xec, 0xb9, 0x40, 0x1b, 0x61, 0x7d, 0x3c, 0xa8, 0x06, 0x9b, 0x45, 0x02, 0xf8, 0x19, 0x63, 0x50, 0xd4, 0x59, 0xf1, 0x3d, 0xe8, 0x65, 0xf1, 0x3e, 0x19, 0x9c, 0x37, 0x67, 0x34, 0x04, 0x23, 0xa1, 0xa7, 0x8e, 0xe8, 0x79, 0x09, 0xe3, 0x2e, 0xed, 0x10, 0x03, 0xd3, 0x08, 0x86, 0xb2, 0x4e, 0xdd, 0x60, 0x13, 0xc4, 0x97, 0xfe, 0x7b, 0xcd, 0x49, 0xb8, 0xf6, 0x0d, 0xdc, 0x2b, 0x96, 0x46, 0x92, 0xea, 0x29, 0xd2, 0x78, 0x4f, 0x72, 0xe6, 0x5e, 0xae, 0xca, 0x2a, 0xe1, 0x0f, 0x52, 0x03, 0xa9, 0x81, 0xdd, 0x37, 0x67, 0x1c, 0x0f, 0x8d, 0x64, 0x91, 0x96, 0x71, 0x3c, 0xdf, 0xa4, 0x45, 0xe7, 0x82, 0x68, 0xea, 0x5b, 0x34, 0x57, 0xfe, 0x0b, 0x86, 0x54, 0x35, 0x41, 0xf5, 0xcc, 0x8f, 0x6c, 0xfa, 0x2a, 0x5a, 0x44, 0x0c, 0x00, 0x4d, 0x9b, 0x8f, 0x4c, 0x34, 0x23, 0x16, 0x8f, 0x29, 0xaf, 0xb5, 0x26, 0x24, 0x56, 0x48, 0x27, 0xaf, 0x95, 0xbc, 0xbe, 0x5b, 0xf6, 0xe1, 0xe5, 0xc2, 0xa8 } } }; static const struct cckprng_op_refresh op_refresh_5895 = { .hd = { .id = 5638, .kind = OP_REFRESH }, .rand = 10575756767002619339ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5896 = { .hd = { .id = 5639, .kind = OP_REFRESH }, .rand = 16008619441596553696ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5897 = { .hd = { .id = 5640, .kind = OP_RESEED }, .nonce = 11190227556158468669ULL, .seed_nbytes = 201, .seed = { 0x65, 0xbb, 0xbf, 0xec, 0xb9, 0xa0, 0xd9, 0x98, 0xac, 0xa0, 0x83, 0xe7, 0x7d, 0x15, 0x93, 0xc3, 0x96, 0x14, 0xb8, 0xe7, 0x8e, 0x6e, 0xad, 0x4f, 0x3b, 0x3c, 0x47, 0xd5, 0xc2, 0x71, 0xcb, 0xd1, 0x91, 0xe9, 0x02, 0xc0, 0xda, 0x05, 0x28, 0x52, 0x88, 0x12, 0xf8, 0x93, 0x23, 0x88, 0xc9, 0x29, 0xa3, 0xab, 0x11, 0x66, 0x6e, 0x51, 0x4f, 0x35, 0x40, 0x4b, 0xd7, 0xc2, 0xd3, 0xf0, 0xd9, 0x83, 0x54, 0x46, 0xd0, 0x91, 0x53, 0x67, 0xc1, 0xdb, 0x3d, 0x8f, 0x65, 0xba, 0xd8, 0x17, 0x14, 0x74, 0x4a, 0x4e, 0x46, 0x02, 0x0c, 0xe9, 0x29, 0xd5, 0xf3, 0x7c, 0xc9, 0x6a, 0x3f, 0xab, 0xd1, 0x06, 0x1a, 0x27, 0x7b, 0x3a, 0x45, 0xfd, 0xbb, 0x14, 0xbf, 0x0a, 0x66, 0x58, 0xd7, 0x12, 0x1a, 0x47, 0x83, 0xa6, 0xa6, 0xe3, 0x14, 0xcd, 0x51, 0xc9, 0x12, 0x00, 0x69, 0x96, 0x2e, 0x67, 0x9f, 0xc8, 0xa1, 0xc6, 0x95, 0xca, 0x9b, 0x94, 0x2e, 0x3a, 0xba, 0x61, 0x5a, 0x2b, 0x53, 0xab, 0x3b, 0x2c, 0x03, 0x42, 0x07, 0xf4, 0x24, 0x36, 0x07, 0x57, 0x16, 0x30, 0xb2, 0x93, 0x8c, 0xbf, 0x07, 0x62, 0x28, 0x55, 0xc5, 0x1e, 0xa7, 0x65, 0x52, 0xeb, 0x99, 0x80, 0xe8, 0x22, 0x77, 0xea, 0xd5, 0xe9, 0xdf, 0x00, 0xf6, 0xbe, 0x70, 0x41, 0x2e, 0x5d, 0x4a, 0x6e, 0x48, 0x17, 0x77, 0x40, 0x87, 0xa5, 0x31, 0xc5, 0x15, 0x8d, 0x85, 0xaf, 0xa4, 0x37, 0xe8 } }; static const struct cckprng_op_reseed op_reseed_5898 = { .hd = { .id = 5641, .kind = OP_RESEED }, .nonce = 16946196710099176591ULL, .seed_nbytes = 68, .seed = { 0xd6, 0x89, 0x24, 0x09, 0x6c, 0x47, 0x70, 0x15, 0x2c, 0x42, 0x83, 0x7a, 0x4c, 0xee, 0x42, 0x61, 0x6e, 0xbb, 0x6c, 0x41, 0x0f, 0x48, 0x6d, 0xac, 0x0a, 0xb2, 0x09, 0x28, 0x54, 0xc6, 0x86, 0xfd, 0x53, 0xb6, 0x0b, 0xce, 0xf5, 0x57, 0xac, 0x2a, 0x4a, 0x28, 0xf0, 0x11, 0x8f, 0x63, 0x88, 0xd6, 0x1b, 0xf9, 0x9d, 0xb0, 0xf0, 0x02, 0x94, 0xe5, 0xd8, 0x7d, 0xbb, 0xe4, 0x07, 0xca, 0x78, 0xb1, 0xfd, 0xc5, 0x09, 0x68 } }; static const struct cckprng_op_refresh op_refresh_5899 = { .hd = { .id = 5642, .kind = OP_REFRESH }, .rand = 5265396871064582226ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5900 = { .hd = { .id = 5643, .kind = OP_REFRESH }, .rand = 13296130444947518824ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5901 = { .hd = { .id = 5644, .kind = OP_GENERATE }, .rand_nbytes = 228, .out = { .rand = { 0x30, 0xad, 0x60, 0xf2, 0x8b, 0x32, 0x43, 0x55, 0x74, 0x5c, 0xb7, 0x41, 0x3d, 0x2f, 0xa0, 0x9c, 0xb0, 0x32, 0xfe, 0xc3, 0xe5, 0x3c, 0xd3, 0x13, 0xcf, 0xbf, 0x09, 0xab, 0xda, 0xda, 0x45, 0x82, 0x5f, 0x0a, 0x69, 0xc8, 0x42, 0xee, 0x28, 0xc4, 0xd4, 0x54, 0x21, 0x2c, 0xbc, 0x28, 0x81, 0x72, 0x26, 0xae, 0xd1, 0xac, 0xa9, 0x4a, 0xc8, 0x2f, 0x75, 0x05, 0x8c, 0xe8, 0xbd, 0x4a, 0x58, 0xcc, 0x53, 0x06, 0xb0, 0x92, 0x39, 0x83, 0x72, 0xa9, 0x86, 0xb9, 0xbe, 0xb4, 0xe5, 0xea, 0x16, 0x53, 0x3c, 0x94, 0xd1, 0x1e, 0x44, 0x3d, 0x72, 0x3d, 0x8b, 0xcf, 0x67, 0x6d, 0xab, 0xb1, 0x1b, 0x71, 0x1d, 0xd8, 0x72, 0x37, 0x8f, 0xad, 0x4f, 0x07, 0x1e, 0x08, 0x0e, 0xf7, 0x88, 0x67, 0x2e, 0x39, 0xa1, 0x83, 0xfd, 0x69, 0x23, 0x94, 0x69, 0x83, 0x3b, 0x9f, 0xeb, 0x10, 0xe4, 0x82, 0x2d, 0x9d, 0x09, 0x5a, 0x66, 0x9f, 0x9d, 0x03, 0x3c, 0x4c, 0x71, 0xb5, 0xa2, 0x94, 0xa1, 0x31, 0x97, 0x56, 0xe0, 0xa5, 0x80, 0x65, 0x94, 0x3c, 0xff, 0x2a, 0x97, 0x6c, 0x77, 0x49, 0xd2, 0xf9, 0x39, 0x5c, 0x27, 0xd1, 0xc8, 0x2a, 0xba, 0xc1, 0x1e, 0x2e, 0xfe, 0x9f, 0xb2, 0x47, 0xd0, 0x30, 0xb4, 0x3e, 0xd8, 0x70, 0x0d, 0xb1, 0x79, 0x25, 0x4d, 0xa7, 0x8a, 0xbd, 0xc1, 0x97, 0xc7, 0xf1, 0x0f, 0x8e, 0xbe, 0x0a, 0xb7, 0x3a, 0x13, 0xda, 0xb5, 0x04, 0xa9, 0xd9, 0xc0, 0x1b, 0x91, 0xfa, 0xaf, 0xcd, 0xa2, 0x80, 0x7a, 0x43, 0x44, 0xb0, 0x14, 0xf5, 0xed, 0x7f, 0xd0, 0x44, 0xe7, 0xc5, 0x0b, 0xb6, 0x46, 0x96, 0x76, 0x5f } } }; static const struct cckprng_op_generate op_init_5902 = { .hd = { .id = 5645, .kind = OP_GENERATE }, .rand_nbytes = 64, .out = { .rand = { 0x2a, 0xc6, 0xea, 0xc3, 0x7e, 0x43, 0x74, 0xbd, 0xdd, 0x26, 0x38, 0xbd, 0xc8, 0xe8, 0x2d, 0xdb, 0xe5, 0xc6, 0x12, 0x8f, 0xfe, 0x04, 0x43, 0x56, 0x24, 0xaf, 0xb6, 0x51, 0xf8, 0xec, 0xa0, 0x54, 0xb3, 0x72, 0xa5, 0x10, 0x5a, 0xe0, 0x10, 0x35, 0xfe, 0x6e, 0x9a, 0x76, 0x47, 0x2f, 0x34, 0xac, 0x10, 0x39, 0x70, 0x83, 0xa1, 0x77, 0x91, 0xbc, 0x17, 0x6c, 0x7a, 0x6c, 0x01, 0xcc, 0xa3, 0xd4 } } }; static const struct cckprng_op_reseed op_reseed_5903 = { .hd = { .id = 5646, .kind = OP_RESEED }, .nonce = 5519002945149796233ULL, .seed_nbytes = 248, .seed = { 0x42, 0x25, 0x6d, 0x13, 0x95, 0xeb, 0xe5, 0xda, 0x06, 0x6b, 0xb1, 0xe6, 0xe8, 0xff, 0x3f, 0x1a, 0x5d, 0xc8, 0x9f, 0x04, 0xd9, 0x31, 0xc9, 0x34, 0x3b, 0x19, 0xbe, 0x49, 0x10, 0x2c, 0x04, 0x0b, 0xee, 0x1f, 0xec, 0x02, 0xb8, 0x74, 0xef, 0x1c, 0xa9, 0x6f, 0x3e, 0x85, 0x77, 0xf1, 0xa1, 0xd8, 0x7f, 0xd1, 0x68, 0xa9, 0x05, 0x54, 0x6d, 0x7b, 0xaf, 0x00, 0x01, 0x55, 0x6a, 0x12, 0x72, 0x33, 0xc5, 0xdd, 0x11, 0xd8, 0x56, 0xa7, 0xfd, 0xc7, 0x61, 0x59, 0x16, 0x45, 0x5e, 0xec, 0x61, 0xd4, 0xdb, 0x7d, 0x77, 0x15, 0x45, 0xae, 0x01, 0x27, 0x86, 0x7b, 0x79, 0x25, 0x9e, 0x86, 0x46, 0xfe, 0xbb, 0xd5, 0x6e, 0x0d, 0xd7, 0x47, 0x27, 0x2a, 0xed, 0xb7, 0x90, 0xfc, 0x53, 0x86, 0xd7, 0x83, 0x2b, 0x05, 0x38, 0x47, 0x67, 0x5f, 0xf7, 0x33, 0xf9, 0x5e, 0x9a, 0xa6, 0x00, 0x69, 0x28, 0x36, 0x1b, 0x28, 0x55, 0x59, 0xfa, 0xae, 0x69, 0x66, 0xfa, 0xb6, 0x98, 0x38, 0x7b, 0x8a, 0x9c, 0x00, 0xb9, 0x7b, 0x73, 0xd9, 0xe4, 0x16, 0x3c, 0xa5, 0x3b, 0x28, 0xce, 0x71, 0x95, 0x9b, 0x85, 0x28, 0xc4, 0xe1, 0x88, 0x23, 0x49, 0xd8, 0xe1, 0xab, 0x99, 0xae, 0x1e, 0x53, 0xd9, 0xf8, 0x65, 0x11, 0xb9, 0xa2, 0x43, 0x33, 0x69, 0xee, 0x9b, 0xb7, 0xb4, 0xa8, 0xdf, 0xf1, 0x03, 0x8a, 0xcc, 0x62, 0xfe, 0x03, 0x66, 0x6b, 0x14, 0xbb, 0xe0, 0x51, 0x71, 0xb5, 0x74, 0x17, 0x7a, 0xbc, 0xb3, 0xfe, 0xe7, 0x23, 0xc9, 0x49, 0x95, 0xc6, 0x85, 0x9a, 0x64, 0xcd, 0x37, 0xf5, 0xe6, 0x3d, 0xee, 0xc8, 0x62, 0xe8, 0x0b, 0x94, 0xbc, 0x3b, 0x30, 0x11, 0x0b, 0x84, 0x39, 0x72, 0x14, 0x80, 0xe5, 0xee, 0xa1, 0x43, 0xfd, 0xfd, 0xdc, 0xca, 0x47, 0xd7 } }; static const struct cckprng_op_generate op_init_5904 = { .hd = { .id = 5647, .kind = OP_GENERATE }, .rand_nbytes = 37, .out = { .rand = { 0x22, 0xd1, 0x93, 0x67, 0xdf, 0x45, 0x82, 0x0e, 0x75, 0xa1, 0x63, 0x67, 0xd7, 0x2b, 0x8b, 0x62, 0xbd, 0xb6, 0x1e, 0x65, 0x6c, 0xa9, 0x95, 0x14, 0xa7, 0xfd, 0x6c, 0x03, 0xaa, 0xa0, 0x12, 0xb2, 0x36, 0x20, 0xfa, 0x2d, 0x37 } } }; static const struct cckprng_op_generate op_init_5905 = { .hd = { .id = 5648, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0x6d, 0x33, 0x1e, 0x6e, 0xe6, 0x8e, 0xeb, 0xc0, 0xb4, 0x6f, 0x9f, 0x21, 0x8c, 0xf9, 0xb2, 0x83, 0x14, 0x66, 0xc4, 0x63, 0x5b, 0xbb, 0x4b, 0x5d, 0x20, 0xd7, 0xe7, 0xf9, 0xf7, 0x1e, 0x70, 0x74, 0x3d, 0x75, 0xf1, 0xa4, 0xa0, 0x23, 0x39, 0xec, 0xa8, 0x9f, 0xe3, 0x4f, 0x2c, 0xed, 0x56, 0xe0, 0xd1, 0xf8, 0x7e, 0x42, 0xb5, 0x51, 0x18, 0xf2, 0xbb, 0xf8, 0x3d, 0x62, 0x4d, 0x8f, 0x6c, 0xd6, 0x54, 0x84, 0xa7, 0x38, 0x1d, 0xa7, 0xcf, 0xbb, 0x3c, 0xf0, 0xe3, 0x19, 0xc5, 0xdf, 0x9b, 0x68, 0x1d, 0x7b, 0xe9, 0xff, 0x1e, 0x43, 0x57, 0x15, 0x7b, 0x05, 0xba, 0xc3, 0x5e, 0x4b, 0x21, 0x19, 0x87, 0x7a, 0xb9, 0xc4, 0x4a, 0xf7, 0x5d, 0xee, 0x03, 0xf7, 0x66, 0x6e, 0x75, 0x22, 0x4b, 0x3a, 0xac, 0x8a, 0x0d, 0x04, 0x4a, 0x71, 0x19, 0x56, 0x25, 0xc5, 0xc3, 0x88, 0x7c, 0x13, 0xc1, 0x77, 0x7a, 0x19, 0x67, 0xd5, 0x8c, 0x7d, 0x32, 0x3a, 0x99, 0x54, 0xb0, 0x00, 0x68, 0x23, 0x63, 0xb9, 0x7c, 0x0a, 0x3e, 0xa3, 0x6b, 0x04, 0x14, 0xb9, 0xe7, 0x23, 0x21, 0xda, 0x0a, 0xca, 0x09, 0xa8, 0x49, 0xb6, 0x4c, 0xe7, 0xd3, 0x36, 0x12, 0x83, 0x47, 0x97, 0x61, 0xe0, 0x47, 0x7d, 0x66, 0xb0, 0x25, 0x4d, 0xc7, 0x85, 0x7c, 0x72, 0xab, 0xea, 0x89, 0xf1, 0xa3, 0x9b, 0xf9, 0x45, 0x47, 0xab, 0xe2, 0xf1, 0x1f, 0x79, 0xc8, 0x65, 0x78, 0x4a, 0x15, 0x5e, 0x67, 0xbe, 0xdd, 0xad, 0x02, 0x51, 0xa8, 0xf4, 0xb7, 0xaf, 0xa1, 0x22, 0xe2, 0xc4, 0x5e, 0xf1, 0x6f, 0x0a, 0xa9, 0xc9, 0x96, 0xdc, 0xd0, 0x48, 0x25, 0x50, 0x96, 0x3d, 0x7d, 0xcc, 0xbe, 0x3e, 0xcb, 0x99, 0x22, 0xab, 0xa9, 0x30, 0x17, 0x50, 0x74, 0x24, 0x8c, 0x57, 0x42, 0x22, 0x45, 0x80, 0x45, 0xc5, 0xea, 0xb5, 0xad, 0xeb, 0x4b, 0x16, 0x82, 0x86, 0xa0, 0x10, 0xdd, 0x7a, 0x17, 0xa5, 0x97, 0x27, 0x10, 0x62, 0xa4, 0x47 } } }; static const struct cckprng_op_generate op_init_5906 = { .hd = { .id = 5649, .kind = OP_GENERATE }, .rand_nbytes = 234, .out = { .rand = { 0xf8, 0xe2, 0x89, 0x25, 0x2d, 0xe0, 0x20, 0xb0, 0xb6, 0x4a, 0x3a, 0x02, 0x48, 0xfc, 0x76, 0xe4, 0x72, 0x66, 0xaf, 0x02, 0x68, 0xf9, 0x88, 0x44, 0xcd, 0x9e, 0x31, 0x96, 0x2f, 0xc7, 0xde, 0x86, 0x33, 0x12, 0x2d, 0x69, 0x13, 0xbe, 0x6c, 0x85, 0xc0, 0x98, 0x93, 0xbc, 0x7d, 0x99, 0xa0, 0xbd, 0xb0, 0xd7, 0x53, 0x26, 0x04, 0xd5, 0x03, 0x44, 0x69, 0xa3, 0x7b, 0x3f, 0xa5, 0x1c, 0x08, 0x9f, 0x98, 0x72, 0x72, 0x5a, 0x62, 0xc7, 0x7a, 0x88, 0x1b, 0x9a, 0x7a, 0xb8, 0xab, 0x44, 0xa4, 0x7d, 0x21, 0x84, 0xb7, 0x3f, 0x11, 0x24, 0x02, 0x71, 0x9c, 0x0d, 0xdd, 0xb4, 0x0e, 0xa1, 0x6b, 0x75, 0x92, 0x50, 0x61, 0xa0, 0xa5, 0xad, 0x29, 0x42, 0xb8, 0x7f, 0xb1, 0x8c, 0x55, 0x46, 0x58, 0x56, 0xf7, 0xd7, 0x6a, 0x59, 0xea, 0xb7, 0x39, 0xe7, 0x7d, 0x8b, 0x55, 0xd9, 0x7f, 0x1f, 0x97, 0x6a, 0xb8, 0xed, 0x25, 0x07, 0x92, 0x68, 0xa9, 0x95, 0xe5, 0x4e, 0x0b, 0x76, 0x55, 0xb0, 0x7b, 0x57, 0x1c, 0x3a, 0xd8, 0x01, 0xe4, 0x2f, 0xc9, 0x44, 0xf0, 0x4f, 0xc2, 0x6f, 0x27, 0x12, 0x3e, 0xdf, 0xe1, 0xae, 0x2f, 0xa8, 0x59, 0x3e, 0x9d, 0x46, 0xcd, 0x29, 0xc2, 0xd1, 0xf9, 0x96, 0xe6, 0x2f, 0xd0, 0xf9, 0x29, 0x34, 0x21, 0xb4, 0xa7, 0xf3, 0x49, 0x30, 0x97, 0xce, 0x3f, 0x1b, 0xdc, 0x23, 0x75, 0x24, 0x81, 0xf9, 0x7f, 0x78, 0x71, 0x83, 0x5a, 0x82, 0x55, 0x8d, 0x00, 0x4b, 0x13, 0xb0, 0x1c, 0x5e, 0x01, 0x42, 0x9c, 0x32, 0x07, 0xc4, 0xef, 0x68, 0xb9, 0x9f, 0x78, 0xab, 0xb5, 0x5b, 0x61, 0xad, 0x10, 0x2f, 0xbf, 0x9f, 0x63, 0x3d, 0x9f, 0xbc } } }; static const struct cckprng_op_refresh op_refresh_5907 = { .hd = { .id = 5650, .kind = OP_REFRESH }, .rand = 10554428422353035813ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5908 = { .hd = { .id = 5651, .kind = OP_RESEED }, .nonce = 46503292898491506ULL, .seed_nbytes = 128, .seed = { 0x4c, 0x5a, 0xf3, 0x61, 0x3e, 0x22, 0x8d, 0x8f, 0x45, 0x33, 0x6f, 0x12, 0x96, 0xe1, 0x93, 0xf1, 0xe8, 0xfa, 0x2c, 0x7c, 0x2d, 0x4e, 0x73, 0xa1, 0x01, 0x37, 0xa4, 0xc3, 0x6f, 0x58, 0x94, 0x99, 0x0a, 0x67, 0x81, 0x15, 0xe7, 0x4e, 0x1b, 0x2b, 0x2b, 0xdc, 0x6c, 0xb7, 0xbf, 0xa9, 0x0e, 0x8e, 0xc9, 0xa2, 0xd7, 0xb3, 0xde, 0xdc, 0xd6, 0x70, 0x7c, 0xa2, 0xe9, 0xcb, 0x82, 0xc5, 0x71, 0xe0, 0xaf, 0x88, 0xba, 0x36, 0x00, 0xb9, 0xb6, 0x87, 0x44, 0xf8, 0x7b, 0x13, 0x5f, 0xa1, 0x41, 0x3f, 0x80, 0x67, 0x0e, 0x32, 0x70, 0x3f, 0x16, 0x2c, 0x8c, 0xbc, 0x2f, 0x3b, 0xc7, 0x44, 0x2e, 0x6e, 0xf8, 0x62, 0xde, 0xb9, 0x48, 0x42, 0x49, 0x14, 0x2b, 0x9e, 0xf2, 0xb7, 0x37, 0xd5, 0x50, 0xc2, 0x86, 0xf9, 0x7c, 0xd4, 0x4f, 0xdc, 0x4d, 0xd5, 0x83, 0x30, 0xba, 0x08, 0x56, 0xa1, 0xd0, 0x39 } }; static const struct cckprng_op_reseed op_reseed_5909 = { .hd = { .id = 5652, .kind = OP_RESEED }, .nonce = 11101932192090867600ULL, .seed_nbytes = 228, .seed = { 0x81, 0x9b, 0x6c, 0x95, 0x0a, 0x82, 0xb6, 0xfd, 0x16, 0x0d, 0x1d, 0x72, 0x48, 0x84, 0x92, 0x83, 0x93, 0xbf, 0x77, 0x75, 0xc5, 0xef, 0x9c, 0x06, 0x4c, 0xf6, 0xe5, 0x47, 0x13, 0x3e, 0x65, 0xf3, 0xfb, 0x9c, 0x37, 0x02, 0x9d, 0x06, 0x0e, 0x08, 0x43, 0xe2, 0x77, 0x4f, 0x8a, 0xeb, 0x41, 0x00, 0xa2, 0x93, 0xd5, 0x26, 0x48, 0xc5, 0xb9, 0x6e, 0xaf, 0xfb, 0x17, 0xe0, 0x45, 0x00, 0x55, 0x49, 0xdd, 0x66, 0xd3, 0x69, 0xe0, 0x14, 0xb2, 0xf8, 0xb6, 0x60, 0x3a, 0x12, 0x0b, 0xef, 0xc4, 0x0b, 0x16, 0x9e, 0x15, 0xd1, 0x8b, 0xde, 0xc3, 0x12, 0xfe, 0xef, 0xa7, 0xc9, 0xa0, 0x0d, 0x19, 0x8d, 0x2e, 0x89, 0x9c, 0x22, 0x1d, 0x19, 0x8d, 0xc1, 0x07, 0x41, 0x8d, 0x46, 0xc3, 0x96, 0x05, 0x55, 0xd9, 0x3f, 0x3f, 0xd8, 0xff, 0x9b, 0x5a, 0x8c, 0x86, 0x56, 0x68, 0xa9, 0x25, 0xf3, 0x90, 0x4e, 0xc9, 0x19, 0xa2, 0x91, 0x23, 0x63, 0x46, 0x29, 0xfb, 0x66, 0x99, 0x94, 0xa7, 0x5e, 0x04, 0xa1, 0xbc, 0x73, 0x3c, 0x40, 0x96, 0x54, 0xac, 0x73, 0x50, 0x04, 0xa8, 0x51, 0x0b, 0xd7, 0x7e, 0x8a, 0x7f, 0x28, 0xcd, 0x19, 0x8e, 0x48, 0x8b, 0xfd, 0x27, 0x04, 0x3c, 0x4a, 0xbc, 0xac, 0x0b, 0xe2, 0xa3, 0x09, 0x71, 0xbc, 0xbe, 0xd8, 0x12, 0xff, 0xc5, 0x78, 0x93, 0xd4, 0x45, 0x79, 0x48, 0x43, 0x8c, 0x7d, 0x1f, 0x28, 0x25, 0x15, 0x3c, 0x98, 0x86, 0xe3, 0x7a, 0x00, 0x01, 0xef, 0x91, 0x7a, 0x78, 0xc1, 0xef, 0x93, 0x62, 0x58, 0x33, 0xf5, 0xf9, 0xee, 0x87, 0x3e, 0xe9, 0x75, 0x19, 0x5e, 0x6d, 0xe0, 0x88, 0xbc } }; static const struct cckprng_op_reseed op_reseed_5910 = { .hd = { .id = 5653, .kind = OP_RESEED }, .nonce = 4742881637134160643ULL, .seed_nbytes = 223, .seed = { 0xea, 0xc8, 0x73, 0xaf, 0x1a, 0xef, 0x34, 0x8b, 0x27, 0x22, 0x72, 0x5c, 0x70, 0x26, 0x63, 0x31, 0x40, 0x8b, 0x85, 0x3a, 0xfc, 0xd3, 0xda, 0xc3, 0xb7, 0xb4, 0x76, 0x55, 0x1b, 0xbc, 0x13, 0x6a, 0x97, 0x95, 0xd3, 0xd5, 0x78, 0x2c, 0x53, 0xea, 0xe1, 0xc9, 0xe2, 0x3a, 0x72, 0x02, 0x5f, 0x0d, 0x45, 0x9c, 0x7d, 0x45, 0x0d, 0x29, 0x42, 0xbc, 0xf8, 0xec, 0x5e, 0x1f, 0x69, 0xaf, 0x4c, 0x6c, 0xcb, 0xa4, 0x04, 0x1d, 0x48, 0xf6, 0x81, 0x20, 0xb9, 0x0b, 0xc3, 0x07, 0x73, 0x59, 0x22, 0x1a, 0x83, 0x59, 0x84, 0x87, 0xd5, 0x72, 0x62, 0x0b, 0x0d, 0xf6, 0x71, 0x49, 0x95, 0x3e, 0x7e, 0x38, 0x03, 0x46, 0xe1, 0xe6, 0x5f, 0x11, 0x02, 0x29, 0x18, 0x7f, 0xf5, 0x87, 0x30, 0xce, 0x7b, 0x5f, 0x0c, 0xc7, 0xf2, 0x16, 0x45, 0x2d, 0xd4, 0x6e, 0xb1, 0x90, 0xab, 0x55, 0x50, 0x85, 0xfd, 0x01, 0xb9, 0x7b, 0x0a, 0x41, 0x0d, 0xac, 0xc3, 0x1a, 0xdc, 0x64, 0x44, 0x39, 0x62, 0x71, 0xcd, 0x54, 0xcb, 0x66, 0xdc, 0xd6, 0x2a, 0x85, 0x93, 0x7b, 0xd9, 0x1f, 0x01, 0x6e, 0x28, 0x15, 0x47, 0xed, 0xfb, 0x5b, 0x64, 0x2a, 0xd4, 0x3e, 0xc2, 0x0c, 0x03, 0x22, 0x60, 0xb3, 0xbd, 0x15, 0x13, 0x4c, 0x97, 0xa1, 0x23, 0x51, 0xc4, 0x8c, 0x5d, 0x2d, 0x53, 0x25, 0x68, 0x36, 0xd6, 0xb1, 0xee, 0xbb, 0x32, 0x04, 0x78, 0x9e, 0x4f, 0xe2, 0x66, 0x6e, 0xc9, 0x66, 0x86, 0x31, 0xb2, 0x11, 0x31, 0x1f, 0x82, 0x8f, 0x0f, 0xc7, 0x2b, 0x9f, 0x2f, 0x3f, 0xe0, 0xdb, 0x8a, 0xf3, 0x30, 0x90, 0x57 } }; static const struct cckprng_op_generate op_init_5911 = { .hd = { .id = 5654, .kind = OP_GENERATE }, .rand_nbytes = 249, .out = { .rand = { 0xea, 0xf9, 0x79, 0xb8, 0x0a, 0xa4, 0x2d, 0x78, 0xb0, 0xba, 0x20, 0x7c, 0x18, 0xa5, 0x50, 0x5c, 0x26, 0xef, 0x74, 0x90, 0xec, 0x9c, 0xbb, 0xdd, 0x21, 0xd4, 0xdf, 0x2f, 0x57, 0xa0, 0x31, 0x85, 0x5b, 0xe4, 0x00, 0x51, 0x87, 0x57, 0x70, 0x59, 0xa0, 0x0c, 0xef, 0xd9, 0x11, 0xd7, 0xdc, 0x56, 0xb2, 0x8b, 0xf2, 0x4d, 0xf8, 0x8a, 0x0b, 0x3d, 0xc5, 0x90, 0x52, 0x2c, 0x50, 0x23, 0x90, 0x75, 0x4b, 0x63, 0xa2, 0xba, 0xce, 0x84, 0x33, 0xfb, 0xcf, 0x81, 0x2a, 0x84, 0xe3, 0x11, 0xd0, 0x73, 0x42, 0xb9, 0x90, 0xda, 0xdc, 0x92, 0x47, 0xae, 0x02, 0xcb, 0x9b, 0xec, 0x0a, 0xe8, 0xa5, 0x82, 0xfe, 0x61, 0xfb, 0x2f, 0x0c, 0x01, 0xa8, 0x0c, 0x4e, 0xb9, 0x95, 0x91, 0x21, 0xc5, 0xf5, 0x9e, 0x75, 0xea, 0x6c, 0x27, 0xdf, 0xb0, 0x13, 0x65, 0x13, 0x65, 0x3e, 0x94, 0x8b, 0xee, 0xd3, 0xae, 0x69, 0xe2, 0xf1, 0x49, 0x82, 0x66, 0xea, 0xe2, 0x9b, 0x37, 0xcc, 0x46, 0xcf, 0xd7, 0x27, 0x15, 0xc9, 0x95, 0xa5, 0xcf, 0x6d, 0xd9, 0x73, 0x35, 0x58, 0x8c, 0xe9, 0x6d, 0x7c, 0xa8, 0x54, 0x2a, 0x80, 0x11, 0x7a, 0xe9, 0x59, 0x56, 0x3f, 0xa4, 0x74, 0x20, 0x8f, 0xf1, 0x72, 0xf5, 0x63, 0x15, 0xf8, 0xcb, 0xd5, 0xff, 0xdb, 0xdb, 0x81, 0x90, 0x19, 0x77, 0x47, 0xa1, 0x9f, 0xce, 0xb7, 0xe6, 0xd3, 0x76, 0x1d, 0x13, 0xcf, 0x02, 0xc3, 0x20, 0xb5, 0x7b, 0xc1, 0x5b, 0xb1, 0x79, 0x9d, 0x7e, 0x45, 0x24, 0x78, 0x2b, 0x0d, 0x82, 0x40, 0xdc, 0x54, 0x6c, 0xee, 0x53, 0x8b, 0x2f, 0x57, 0x0b, 0x69, 0xfa, 0x23, 0xc0, 0x08, 0x40, 0x69, 0xfa, 0x0d, 0x69, 0xe9, 0xdb, 0xd8, 0x73, 0xb9, 0x61, 0xff, 0xd5, 0x1d, 0x02, 0x3b, 0x9a, 0xc5, 0x9b, 0x7e } } }; static const struct cckprng_op_reseed op_reseed_5912 = { .hd = { .id = 5655, .kind = OP_RESEED }, .nonce = 1186236028080831766ULL, .seed_nbytes = 118, .seed = { 0xdd, 0x8d, 0xd9, 0x17, 0x39, 0xc2, 0x0b, 0x13, 0x5a, 0x35, 0x09, 0xf4, 0xca, 0xfa, 0xc3, 0x6e, 0x7b, 0x3b, 0x8d, 0x01, 0x76, 0x17, 0x45, 0xb7, 0x1e, 0x59, 0xa0, 0xc2, 0x3b, 0x06, 0xdc, 0x7d, 0x7a, 0xe2, 0xc8, 0xf8, 0x34, 0xed, 0x2b, 0xc8, 0x0c, 0x40, 0xf0, 0xd4, 0x64, 0x2a, 0xae, 0x01, 0xc8, 0x46, 0xbb, 0xa1, 0x7e, 0x4f, 0x64, 0xdf, 0x8e, 0x01, 0x79, 0x9b, 0x29, 0x7c, 0x5b, 0x67, 0x79, 0x11, 0xf7, 0x59, 0xbe, 0x25, 0x4c, 0xeb, 0x07, 0xae, 0x63, 0xd2, 0x48, 0x75, 0x31, 0xed, 0xc6, 0xa9, 0x8b, 0x3d, 0xa4, 0x1b, 0x78, 0xbe, 0x5f, 0xbd, 0xf4, 0x2a, 0x54, 0x79, 0x95, 0xed, 0xd7, 0x16, 0xc9, 0x96, 0x31, 0x76, 0xdc, 0x54, 0x3f, 0x46, 0x62, 0x0f, 0x8f, 0x4a, 0x05, 0x5f, 0x2f, 0x01, 0x41, 0x27, 0x80, 0xb6 } }; static const struct cckprng_op_generate op_init_5913 = { .hd = { .id = 5656, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0xba, 0x78, 0x5f, 0x07, 0x3f, 0x86, 0x78, 0xc0, 0xe4, 0x61, 0x58, 0x93, 0x73, 0xe1, 0xc4, 0xf3, 0x05, 0x64, 0x69 } } }; static const struct cckprng_op_refresh op_refresh_5914 = { .hd = { .id = 5657, .kind = OP_REFRESH }, .rand = 13878465097575118377ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5915 = { .hd = { .id = 5658, .kind = OP_RESEED }, .nonce = 3576574725937805049ULL, .seed_nbytes = 113, .seed = { 0x8e, 0xa5, 0xd7, 0x8f, 0x10, 0x5c, 0x09, 0xca, 0x3f, 0x2e, 0x08, 0x23, 0x30, 0x8a, 0x46, 0x8f, 0x58, 0x60, 0xd2, 0x33, 0xcc, 0x59, 0xe6, 0xd3, 0xd2, 0xdb, 0x7c, 0x36, 0xd9, 0x50, 0xaa, 0xbe, 0x05, 0x1c, 0x22, 0xfc, 0xd5, 0x81, 0x6d, 0xc9, 0xc4, 0xc5, 0x49, 0xaf, 0x3f, 0x7f, 0x04, 0xdd, 0x3f, 0x14, 0x0f, 0xed, 0x0a, 0x92, 0x89, 0x5d, 0x0f, 0x98, 0x00, 0x13, 0xc0, 0x50, 0x43, 0x26, 0xd5, 0x45, 0xe5, 0x03, 0xd1, 0x76, 0x18, 0xea, 0x1f, 0x60, 0x3b, 0x6b, 0x07, 0x41, 0x51, 0x2a, 0x71, 0xa5, 0x98, 0xbd, 0xad, 0x27, 0xd2, 0x9e, 0x16, 0x5e, 0xe9, 0x41, 0xce, 0x1e, 0xab, 0x72, 0xea, 0x03, 0x05, 0xe3, 0xe9, 0xb5, 0x6b, 0x4c, 0x47, 0x89, 0x55, 0xe3, 0x8e, 0x92, 0x4f, 0xf6, 0xaa } }; static const struct cckprng_op_refresh op_refresh_5916 = { .hd = { .id = 5659, .kind = OP_REFRESH }, .rand = 14136326352674874359ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5917 = { .hd = { .id = 5660, .kind = OP_REFRESH }, .rand = 8712827718271129915ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5918 = { .hd = { .id = 5661, .kind = OP_REFRESH }, .rand = 16857882277752851080ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5919 = { .hd = { .id = 5662, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0x15, 0xa1, 0xd1, 0xf5, 0x0f, 0xe3, 0xa4, 0x53, 0x9b, 0x92, 0x88, 0xb9, 0x8a, 0x1f, 0x1a, 0xe8, 0x2a, 0x55, 0xea, 0x99, 0xc8, 0xb4, 0xfc, 0x0f, 0x84, 0x16, 0x6f, 0xd5, 0xd6, 0xc1, 0xb9, 0xac, 0x85, 0x4b, 0x2a, 0xc9, 0xfd, 0x96, 0x1c, 0x50, 0x7e, 0xd4, 0x7e, 0x26, 0x97, 0xdc, 0x2b, 0xa8, 0xb3, 0x1f, 0x7b, 0xab, 0x73, 0x85, 0x34, 0x66, 0x93, 0x4d, 0x9b, 0x9b, 0xb3, 0x32, 0xb1, 0xd9, 0x22, 0x70, 0x15, 0xf7, 0x60, 0x66, 0x06, 0xd3, 0xe0, 0xbf, 0x36, 0x98, 0x70, 0x52, 0xea, 0xc9, 0xbf, 0x30, 0x02, 0x4e, 0xf9, 0xef, 0x86, 0xd0, 0x63, 0xc7, 0xa0, 0x74, 0x01, 0x04, 0xb2, 0xf5, 0x9b, 0x37, 0x35, 0x59, 0xaf, 0x61, 0xa1, 0x09, 0xb2, 0x2e, 0xae, 0x78, 0xa0, 0xee, 0x0f, 0x51, 0x4b, 0x3a, 0x0d, 0x86, 0xc7, 0x0a, 0x82, 0x34, 0x82, 0xd5, 0x87, 0xc8, 0xcc, 0x6e, 0x10, 0x91, 0x26, 0x72, 0x54, 0x59, 0xf1, 0x3e, 0xf3, 0xaa, 0x68, 0xd1, 0x6e, 0x6e, 0x54, 0x37, 0xae, 0x46, 0x8e, 0x8c, 0x33, 0xa6, 0x78, 0xf5, 0x1c, 0x08, 0xbd, 0x74, 0xdf, 0x61, 0xb2, 0xce, 0x77, 0xc5, 0x5c, 0xd7, 0x4f, 0x31, 0x00, 0x47, 0x60, 0x0c, 0xf6, 0xc4, 0x39, 0x44, 0xbc, 0x4f, 0x33, 0x97, 0x93, 0xe5 } } }; static const struct cckprng_op_refresh op_refresh_5920 = { .hd = { .id = 5663, .kind = OP_REFRESH }, .rand = 3923261686165314986ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5921 = { .hd = { .id = 5664, .kind = OP_RESEED }, .nonce = 17568942781317360033ULL, .seed_nbytes = 111, .seed = { 0x3c, 0x60, 0xce, 0x8e, 0x51, 0x58, 0xec, 0x51, 0xd8, 0x42, 0x5e, 0x80, 0xac, 0x15, 0x31, 0x46, 0x40, 0x14, 0x40, 0x3b, 0xf9, 0x89, 0x87, 0xbf, 0xd8, 0x28, 0x74, 0xe5, 0x81, 0x88, 0xd6, 0xdd, 0x83, 0x46, 0x25, 0xb8, 0x1c, 0xf0, 0xb1, 0xc1, 0x6e, 0xc9, 0xcc, 0xf2, 0xa1, 0xa1, 0x17, 0x38, 0x82, 0xde, 0xf8, 0xed, 0x15, 0xa3, 0x43, 0x9e, 0xc0, 0xda, 0x5d, 0xc1, 0xd2, 0xad, 0x03, 0x77, 0x8f, 0x1a, 0x46, 0x74, 0x7e, 0xe5, 0x98, 0x8d, 0x30, 0x36, 0x91, 0x86, 0xa0, 0x5c, 0x9e, 0xa9, 0x12, 0x83, 0xc0, 0x49, 0xea, 0xdb, 0x6d, 0x3a, 0x6d, 0xa6, 0x9b, 0xc3, 0xf2, 0x98, 0x6f, 0xd7, 0x8f, 0x79, 0x02, 0x6f, 0x27, 0xef, 0xe9, 0xb7, 0x85, 0x6c, 0xb5, 0x30, 0x1f, 0x10, 0x67 } }; static const struct cckprng_op_generate op_init_5922 = { .hd = { .id = 5665, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x79, 0x43, 0x84, 0x48, 0x46, 0x92, 0xf8, 0x1e, 0x17, 0xbe, 0x17, 0x24, 0x30, 0xc9, 0x6b, 0x3c, 0xf6, 0x7b, 0x33, 0x1b, 0x0d, 0x84, 0xae, 0x7a, 0x78, 0xaf, 0x37, 0x6c, 0x6b, 0x67, 0xc0, 0xcf, 0xba, 0x15, 0xc9, 0xc4, 0xbd, 0xe5, 0xdd, 0x0e, 0x46, 0xf4, 0x26, 0x9e, 0x98, 0x90, 0xd4, 0x4f, 0x31, 0x55, 0x61, 0x63, 0x06, 0x32, 0x1e, 0x07, 0x37, 0x23, 0xf1, 0x94, 0xc8, 0x9c, 0x1a, 0x81, 0x8e, 0xee, 0x4a, 0xb0, 0xd4, 0x2f, 0x88, 0x0f, 0xc5, 0x9f, 0x42, 0x2f, 0x24, 0x90, 0x45, 0x10, 0xbb, 0x4e, 0xb1, 0x8c, 0xcb, 0xc1, 0x61, 0x94, 0xea, 0x9f, 0x84, 0x53, 0xaf, 0xd4, 0x84, 0x66, 0x29, 0x15, 0xcb, 0x53, 0xc7, 0x52, 0x32, 0xb2, 0xb3, 0xbe, 0xd0, 0xb9, 0x76, 0x0e, 0x29, 0xb7, 0x6b, 0xae, 0x08, 0x5a, 0x4f, 0x71, 0x5e, 0x7b, 0x76, 0x95, 0x6f, 0x45, 0xfb, 0x59, 0x72, 0x3b, 0xae, 0x45, 0x29, 0x8b, 0x29, 0x25, 0xa1, 0x5a, 0x6a, 0xea, 0x64, 0x0e, 0x9d, 0x56, 0xb2, 0x7a, 0xf2, 0x02, 0x40, 0xf5, 0xf6, 0xd1, 0xf5, 0x65, 0x62, 0xcf, 0x1a, 0x14, 0x78, 0x87, 0x60, 0x2c, 0x15, 0x96, 0x6b, 0x4b, 0xaa, 0x37 } } }; static const struct cckprng_op_refresh op_refresh_5923 = { .hd = { .id = 5666, .kind = OP_REFRESH }, .rand = 2184590702800700593ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5924 = { .hd = { .id = 5667, .kind = OP_REFRESH }, .rand = 11632797621040422965ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5925 = { .hd = { .id = 5668, .kind = OP_RESEED }, .nonce = 17245316371870881875ULL, .seed_nbytes = 25, .seed = { 0xd1, 0x61, 0x3e, 0x0b, 0x0d, 0x0b, 0x55, 0x82, 0x17, 0x6c, 0xb9, 0x73, 0x88, 0x96, 0xe9, 0xb9, 0x84, 0x2b, 0xee, 0xfe, 0xe8, 0xb6, 0xc8, 0x19, 0x41 } }; static const struct cckprng_op_refresh op_refresh_5926 = { .hd = { .id = 5669, .kind = OP_REFRESH }, .rand = 3868666415056116325ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5927 = { .hd = { .id = 5670, .kind = OP_RESEED }, .nonce = 4506813173620973424ULL, .seed_nbytes = 208, .seed = { 0x2a, 0xc6, 0x27, 0x24, 0x77, 0x37, 0x3a, 0x4e, 0x9a, 0xea, 0x8e, 0xff, 0x9e, 0xa8, 0xb7, 0x9f, 0xe7, 0x5d, 0xa5, 0xd9, 0xad, 0x46, 0x84, 0xe7, 0x6e, 0x84, 0xb0, 0x1f, 0xc7, 0x47, 0x47, 0x30, 0x67, 0x9b, 0x86, 0x48, 0xc1, 0x60, 0x51, 0x76, 0x77, 0x03, 0xda, 0x1e, 0x7c, 0xec, 0x4d, 0x54, 0xc5, 0xe1, 0x40, 0xa5, 0xac, 0x23, 0x52, 0xf5, 0x6e, 0x3d, 0xc0, 0x56, 0xcd, 0x68, 0xb8, 0xca, 0xc4, 0x5d, 0x58, 0x47, 0xa1, 0xaf, 0x12, 0x4b, 0x58, 0xab, 0xb6, 0x6b, 0xd0, 0xfb, 0x8c, 0x96, 0xd1, 0x89, 0x71, 0xc8, 0x87, 0x21, 0xc9, 0x1c, 0x5d, 0xc3, 0x6a, 0xf7, 0xd3, 0x74, 0x7f, 0xa9, 0xa4, 0xea, 0x18, 0x62, 0xd3, 0x99, 0xd4, 0xd1, 0x8f, 0x1a, 0xc4, 0x50, 0xa7, 0x46, 0xc7, 0x2e, 0x7f, 0x50, 0x2f, 0x5f, 0xf7, 0x22, 0xf8, 0x7a, 0xdc, 0xc9, 0xdf, 0xd0, 0x6b, 0x80, 0xdb, 0x6a, 0x76, 0xa5, 0x41, 0xa7, 0x23, 0x8c, 0x63, 0xe9, 0xd4, 0x3e, 0xe2, 0xdc, 0x53, 0x5b, 0x21, 0x0e, 0xdb, 0xd0, 0xf7, 0xd2, 0xe8, 0x37, 0x1a, 0xd8, 0xab, 0xf5, 0xd9, 0x3f, 0xbe, 0xf7, 0xff, 0x4a, 0x1d, 0x88, 0xe7, 0x28, 0x4a, 0xfb, 0x0a, 0x88, 0x41, 0x9f, 0x03, 0x39, 0x9f, 0xf3, 0xf3, 0xab, 0x2c, 0xc3, 0x03, 0x96, 0xd1, 0x57, 0x46, 0x31, 0x78, 0x9a, 0xf3, 0x65, 0xdf, 0xde, 0x8d, 0x6b, 0x4a, 0xfa, 0x91, 0x1d, 0x48, 0x3b, 0x6f, 0xec, 0x18, 0x3e, 0xe4, 0xaf, 0x20, 0xa9, 0x00, 0xc0 } }; static const struct cckprng_op_reseed op_reseed_5928 = { .hd = { .id = 5671, .kind = OP_RESEED }, .nonce = 8492957365072455067ULL, .seed_nbytes = 286, .seed = { 0x28, 0x21, 0x01, 0xfe, 0x11, 0xbb, 0x0b, 0x79, 0xb1, 0x1b, 0xb8, 0xc6, 0x3b, 0x7a, 0x44, 0x58, 0xb3, 0x5c, 0x64, 0x9f, 0x95, 0xdd, 0xdb, 0x1a, 0xda, 0xf6, 0x38, 0xad, 0x57, 0x37, 0x33, 0x09, 0xbd, 0xad, 0xdd, 0x18, 0xc8, 0x2c, 0x2c, 0x3e, 0x88, 0x30, 0x9c, 0x42, 0xd1, 0x20, 0x52, 0x7c, 0x1f, 0x85, 0x0b, 0xc1, 0x5d, 0xb8, 0x98, 0x1e, 0xc6, 0x0a, 0xf8, 0x3b, 0x6d, 0x7a, 0xa1, 0x65, 0x5c, 0x11, 0x46, 0x7d, 0xce, 0xdc, 0x23, 0x25, 0x84, 0x98, 0x2c, 0x70, 0xdb, 0xe7, 0x2b, 0x5b, 0x66, 0xc4, 0xa9, 0xd3, 0x27, 0x0c, 0x98, 0x22, 0x94, 0x60, 0x65, 0x08, 0x16, 0xfb, 0x1a, 0x2f, 0x5c, 0x89, 0x28, 0x6b, 0xd5, 0x20, 0x4d, 0x51, 0xa8, 0x75, 0xc6, 0x0a, 0x3d, 0xb6, 0x44, 0xe6, 0x86, 0x49, 0x4a, 0x7e, 0x3e, 0x0f, 0x32, 0xb9, 0xff, 0x8e, 0x73, 0xa7, 0xb7, 0x24, 0xbf, 0xf2, 0x94, 0xc6, 0x71, 0x4d, 0x20, 0x26, 0xc5, 0x1e, 0xc8, 0xd6, 0x94, 0xd0, 0xa2, 0x6a, 0x89, 0x25, 0x44, 0x2d, 0xc4, 0x79, 0x98, 0xb8, 0xfa, 0x5b, 0x24, 0xe8, 0xeb, 0xc9, 0xf7, 0xc3, 0x34, 0xd9, 0x54, 0xa8, 0x4c, 0x72, 0xf4, 0xe8, 0xf6, 0x50, 0x4e, 0x59, 0x79, 0x17, 0x3e, 0x43, 0xf1, 0xde, 0xf6, 0x2a, 0x30, 0xd5, 0xbd, 0xe6, 0xec, 0x94, 0x56, 0xb9, 0x52, 0x16, 0x90, 0x4c, 0xeb, 0xbb, 0x79, 0x79, 0x2f, 0x9f, 0x0b, 0xb5, 0xde, 0x64, 0x01, 0xa8, 0xc5, 0xde, 0xa4, 0x1e, 0x64, 0x4b, 0x78, 0x36, 0x31, 0x7e, 0x1c, 0x0a, 0xfb, 0x88, 0x50, 0x79, 0x52, 0x4a, 0xdb, 0xfe, 0xa4, 0x53, 0x1c, 0x8f, 0x99, 0x0d, 0xd0, 0xee, 0xf8, 0x80, 0x68, 0xbd, 0x83, 0x14, 0x34, 0xe7, 0xa2, 0x78, 0x1e, 0xfa, 0x6c, 0x61, 0xf4, 0x2d, 0x2f, 0xd8, 0x70, 0x61, 0xe3, 0x08, 0xf7, 0xc8, 0x7c, 0xdb, 0x47, 0xe0, 0x12, 0xc9, 0xa2, 0xbf, 0xad, 0x9c, 0x5b, 0x26, 0x2d, 0xec, 0x8e, 0xd3, 0x10, 0x89, 0x51, 0xcf, 0x73, 0xbd, 0x36, 0xcb, 0x77, 0x45, 0xf5, 0x83, 0x64, 0x7f, 0x3a, 0xea } }; static const struct cckprng_op_reseed op_reseed_5929 = { .hd = { .id = 5672, .kind = OP_RESEED }, .nonce = 13160090525469315859ULL, .seed_nbytes = 281, .seed = { 0x5f, 0xef, 0xf1, 0x69, 0xec, 0xac, 0x87, 0xbc, 0x0d, 0xaa, 0x7e, 0x2f, 0xb8, 0x3b, 0x4b, 0x19, 0x49, 0xd7, 0xd5, 0x46, 0x4f, 0x74, 0x92, 0x0d, 0xd5, 0x13, 0x9c, 0x0f, 0x15, 0x4c, 0x87, 0xea, 0x13, 0x3c, 0xf1, 0xea, 0x4b, 0x8b, 0xdf, 0x4d, 0x12, 0xa0, 0xe1, 0x7c, 0xb1, 0x64, 0xa7, 0x1a, 0x5c, 0xb2, 0xf7, 0xfc, 0xca, 0x68, 0x1f, 0x79, 0x77, 0x0d, 0xcb, 0xce, 0x0a, 0x35, 0x73, 0xb4, 0x5e, 0xc3, 0xa1, 0x9b, 0x42, 0x13, 0xb7, 0xa8, 0xb7, 0x7e, 0xc0, 0x57, 0x20, 0xcf, 0x0f, 0x82, 0x5d, 0x4e, 0x67, 0x24, 0xc8, 0x1f, 0x72, 0x39, 0x73, 0x65, 0x1c, 0x32, 0x60, 0x73, 0x8c, 0x06, 0x36, 0x87, 0xbf, 0x31, 0xc1, 0x93, 0xe8, 0xb7, 0xcd, 0xa7, 0xf9, 0x09, 0x73, 0x17, 0x23, 0xdc, 0xd2, 0x4f, 0x15, 0x52, 0x3d, 0xf1, 0xb6, 0xfa, 0x4c, 0x63, 0x2b, 0x27, 0xc6, 0x80, 0x73, 0xb2, 0x5b, 0x47, 0xa7, 0x28, 0x80, 0xc4, 0xfb, 0xa7, 0x13, 0x1b, 0x19, 0xc5, 0x91, 0x54, 0x3d, 0x92, 0xdb, 0xa3, 0x75, 0xd1, 0xec, 0x94, 0x8b, 0x2f, 0x48, 0x1d, 0xfc, 0x48, 0x2b, 0xd2, 0x31, 0x60, 0xb4, 0xfb, 0x9e, 0x41, 0x62, 0xb5, 0xab, 0xac, 0xff, 0xae, 0xce, 0xd4, 0xb1, 0x96, 0x85, 0xe1, 0x06, 0xe7, 0x97, 0xc7, 0x12, 0x75, 0xfd, 0x5b, 0x7e, 0xa3, 0x43, 0xed, 0x07, 0x8e, 0x6f, 0xcc, 0x5e, 0x94, 0xc6, 0x7b, 0xde, 0x82, 0x85, 0xbb, 0xf8, 0x00, 0x94, 0x99, 0x58, 0x1b, 0xa6, 0xa9, 0x2e, 0xea, 0xf2, 0xfa, 0x7d, 0x1c, 0x5d, 0x2b, 0xb4, 0x6a, 0xb1, 0x43, 0xea, 0xb3, 0x54, 0x7e, 0xea, 0xa9, 0xdc, 0xdc, 0xcd, 0xfb, 0x27, 0x13, 0xc0, 0x35, 0xb2, 0x75, 0x20, 0xee, 0x90, 0x7d, 0xd3, 0x57, 0xa1, 0x1f, 0xab, 0x58, 0xd6, 0x66, 0x30, 0x31, 0x8c, 0xff, 0xc8, 0x8b, 0xf4, 0x63, 0xc9, 0x0a, 0xcc, 0x82, 0x06, 0x15, 0x6f, 0xc3, 0xec, 0x7a, 0x11, 0x2e, 0x46, 0xc8, 0x93, 0x96, 0x14, 0xb5, 0x55, 0x4b, 0x70, 0x82, 0x97, 0xce, 0xf5 } }; static const struct cckprng_op_refresh op_refresh_5930 = { .hd = { .id = 5673, .kind = OP_REFRESH }, .rand = 16570886082013079088ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5931 = { .hd = { .id = 5674, .kind = OP_REFRESH }, .rand = 4356558729848344125ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5932 = { .hd = { .id = 5675, .kind = OP_REFRESH }, .rand = 8232643328157381651ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5933 = { .hd = { .id = 5676, .kind = OP_REFRESH }, .rand = 8288973236594825459ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5934 = { .hd = { .id = 5677, .kind = OP_GENERATE }, .rand_nbytes = 102, .out = { .rand = { 0x10, 0x28, 0xd2, 0x9e, 0x94, 0x69, 0x5a, 0x2a, 0xf8, 0xd2, 0x4c, 0x42, 0x33, 0x79, 0x40, 0x1a, 0x1f, 0x5a, 0x57, 0xc7, 0xc3, 0x90, 0x3c, 0xc1, 0x02, 0xae, 0x56, 0xc8, 0xcc, 0x5b, 0xc2, 0xd8, 0xb2, 0xa4, 0x06, 0x4e, 0xd7, 0x83, 0x7b, 0xad, 0x2b, 0x81, 0x59, 0x82, 0x36, 0x59, 0xda, 0xb3, 0x79, 0xcd, 0xc7, 0x63, 0x4f, 0x9a, 0xc3, 0x74, 0xf3, 0xf7, 0x6e, 0xea, 0x12, 0xee, 0x78, 0xc6, 0xa3, 0x6b, 0xd3, 0x55, 0x6f, 0x81, 0x3a, 0xc7, 0x69, 0x29, 0x6b, 0xb9, 0x09, 0x08, 0x1a, 0xc8, 0x74, 0x32, 0x04, 0x34, 0x1d, 0xf4, 0x47, 0xa6, 0x68, 0x7e, 0x65, 0x20, 0x93, 0x15, 0x2f, 0x16, 0xe8, 0x96, 0x6c, 0x6f, 0xb4, 0x23 } } }; static const struct cckprng_op_reseed op_reseed_5935 = { .hd = { .id = 5678, .kind = OP_RESEED }, .nonce = 16926602053449521124ULL, .seed_nbytes = 202, .seed = { 0xbf, 0x72, 0xce, 0x7c, 0xbe, 0x02, 0x8d, 0x10, 0xd6, 0x1a, 0xa6, 0x8b, 0xbd, 0x11, 0x19, 0xa8, 0x06, 0x73, 0xd4, 0x3e, 0x8f, 0x08, 0x0d, 0x72, 0x2c, 0x75, 0x17, 0xc1, 0x3e, 0x7b, 0xc3, 0x45, 0xa9, 0xe4, 0x7e, 0x8b, 0xf9, 0xbc, 0x64, 0x38, 0x99, 0x55, 0xed, 0x1f, 0x54, 0x85, 0xa8, 0x87, 0x9d, 0x29, 0x35, 0x34, 0x41, 0x03, 0x17, 0x77, 0x3c, 0x9a, 0x77, 0xff, 0x84, 0xd8, 0x22, 0xa7, 0x64, 0xd4, 0x2c, 0xe9, 0x7b, 0x78, 0xaa, 0x73, 0x98, 0x75, 0xe2, 0x0c, 0x8c, 0x0d, 0x93, 0x9e, 0xb9, 0x46, 0x66, 0x3d, 0xc2, 0x52, 0xe9, 0x6b, 0x81, 0xb6, 0x71, 0xae, 0x68, 0x01, 0x90, 0xbf, 0x75, 0xce, 0xfb, 0xf5, 0xf4, 0x11, 0x62, 0xbe, 0xc3, 0x35, 0xe5, 0xec, 0xb2, 0xe4, 0xba, 0x93, 0x1e, 0x83, 0xc5, 0x1d, 0x8a, 0xfc, 0x3d, 0x55, 0x92, 0x23, 0xeb, 0xd8, 0x47, 0x77, 0xc8, 0xfb, 0x35, 0xf2, 0x28, 0x98, 0x34, 0x11, 0x15, 0x83, 0x94, 0x34, 0x66, 0xbb, 0x34, 0xac, 0xe2, 0xcb, 0x9f, 0x65, 0x71, 0x3a, 0x17, 0xce, 0x77, 0x1d, 0xa3, 0x48, 0x65, 0x15, 0xb2, 0x52, 0xc1, 0xd5, 0xea, 0x54, 0xf8, 0x89, 0xa8, 0xb1, 0x27, 0xe4, 0x3b, 0xd8, 0x29, 0xd3, 0x66, 0x3d, 0x67, 0x9c, 0x15, 0x32, 0xdf, 0xcf, 0x29, 0x83, 0x35, 0x5a, 0x90, 0xd2, 0xf5, 0xb4, 0x1d, 0x92, 0xc2, 0x6c, 0xaf, 0x01, 0x95, 0xc4, 0xd5, 0x9a, 0x5b, 0xc4, 0xb7, 0x90 } }; static const struct cckprng_op_reseed op_reseed_5936 = { .hd = { .id = 5679, .kind = OP_RESEED }, .nonce = 804046548212889132ULL, .seed_nbytes = 245, .seed = { 0x9c, 0xe4, 0x0a, 0x8c, 0xab, 0x93, 0xd5, 0xe2, 0xc4, 0x0a, 0x8d, 0x36, 0x7a, 0xb0, 0xdd, 0xeb, 0x6a, 0x5f, 0x48, 0x64, 0xd2, 0xcb, 0xf4, 0x20, 0x07, 0xcd, 0x1b, 0xd9, 0x4b, 0x34, 0xb3, 0xa3, 0x5f, 0xf3, 0x66, 0xe2, 0xc1, 0xff, 0x85, 0x4e, 0xf8, 0x88, 0x76, 0x3e, 0x6a, 0xb6, 0x39, 0x6a, 0x28, 0x9e, 0x38, 0x1e, 0xba, 0x04, 0x85, 0x63, 0x53, 0xcd, 0x1c, 0x94, 0x25, 0x4f, 0x28, 0x46, 0x58, 0xa6, 0xb7, 0xb4, 0x72, 0x4b, 0xe9, 0xdd, 0x7c, 0xed, 0x6e, 0x9c, 0x55, 0xf7, 0x9a, 0x1f, 0x18, 0x1f, 0x00, 0x3b, 0x5c, 0x46, 0xe2, 0xdb, 0xe1, 0x43, 0x0c, 0x3e, 0x3a, 0x51, 0x50, 0x4a, 0xd4, 0xb9, 0x45, 0x2e, 0x71, 0x10, 0xff, 0x57, 0x3f, 0x02, 0x01, 0xde, 0x99, 0xd0, 0x1c, 0x3f, 0x8f, 0xdf, 0xba, 0x1a, 0x83, 0xf6, 0xbd, 0x6c, 0xcd, 0xfe, 0x59, 0xd2, 0x92, 0xa9, 0xba, 0xf2, 0xa5, 0x6d, 0x7e, 0x1a, 0x4c, 0xe8, 0x8c, 0xf0, 0x27, 0xee, 0x1d, 0xef, 0xd9, 0xb4, 0x64, 0x5c, 0xcc, 0x15, 0x11, 0x93, 0x38, 0x36, 0x0b, 0x1d, 0x15, 0xfc, 0x7c, 0xfe, 0x89, 0x56, 0x5f, 0x82, 0x31, 0x78, 0x98, 0x31, 0xe7, 0x5c, 0xf3, 0x5a, 0x1f, 0x8d, 0x5e, 0x3c, 0x4f, 0x98, 0x23, 0xd0, 0x7a, 0x03, 0x85, 0xf2, 0x25, 0x28, 0x04, 0xf6, 0x7a, 0xce, 0x35, 0x7c, 0xa7, 0x1c, 0x3f, 0xca, 0xfd, 0xd0, 0xd3, 0x64, 0x07, 0xe8, 0x0c, 0x4b, 0xa7, 0x22, 0xa4, 0xf1, 0x50, 0x2c, 0x8c, 0x76, 0x03, 0xdb, 0x77, 0x41, 0xfa, 0x0f, 0x81, 0x2e, 0x67, 0x86, 0x1e, 0xe2, 0xed, 0x3a, 0x9a, 0x57, 0xc4, 0x8c, 0xe9, 0xad, 0x39, 0x6f, 0xe0, 0x74, 0xb0, 0x12, 0x4c, 0x61, 0x27, 0x3b, 0xe7, 0x45, 0xfb, 0xd5, 0x9d, 0xcd, 0x15 } }; static const struct cckprng_op_refresh op_refresh_5937 = { .hd = { .id = 5680, .kind = OP_REFRESH }, .rand = 13438577946606716386ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5938 = { .hd = { .id = 5681, .kind = OP_RESEED }, .nonce = 371194128119018611ULL, .seed_nbytes = 206, .seed = { 0xd2, 0xd4, 0x99, 0x5c, 0xfb, 0x69, 0x58, 0x6a, 0xdf, 0x55, 0xa5, 0x77, 0x05, 0xd7, 0x32, 0xc6, 0xd0, 0x15, 0xe9, 0x35, 0x82, 0xa9, 0x2d, 0x5a, 0x86, 0xcd, 0x1e, 0x18, 0xd9, 0xce, 0x40, 0xde, 0x05, 0x89, 0x6b, 0x7e, 0x36, 0x6e, 0x33, 0x08, 0x21, 0x95, 0x65, 0xc0, 0xb9, 0x8f, 0x9d, 0x8a, 0xe7, 0xce, 0x7a, 0x0e, 0xe2, 0x8d, 0x08, 0x78, 0xb5, 0x70, 0xec, 0x35, 0x73, 0xda, 0xbe, 0x8a, 0xdc, 0x62, 0x7f, 0xae, 0xaf, 0x3e, 0xa7, 0x50, 0xe9, 0x57, 0xbe, 0xc9, 0x90, 0xad, 0xa2, 0x8e, 0x92, 0x6f, 0x8c, 0xf3, 0x86, 0xb8, 0x1b, 0xdf, 0x71, 0xf4, 0x53, 0x1a, 0x75, 0xb3, 0x0f, 0x63, 0x6c, 0x7f, 0x50, 0xa1, 0x08, 0xc2, 0xc6, 0x65, 0xfa, 0x28, 0x37, 0xfc, 0x10, 0xb3, 0x91, 0x22, 0xa3, 0xaf, 0x4c, 0x76, 0x30, 0xa6, 0xd7, 0x04, 0xd8, 0xfc, 0x54, 0x99, 0x96, 0x98, 0x30, 0xa6, 0x43, 0x1b, 0x7e, 0xb2, 0x3b, 0x24, 0x45, 0x6d, 0xdd, 0xc0, 0x48, 0xe2, 0x50, 0x81, 0x31, 0xc7, 0x26, 0xfd, 0x12, 0xeb, 0x09, 0x6c, 0x99, 0x8d, 0x8c, 0x7d, 0x39, 0x95, 0xfa, 0x00, 0xc4, 0x48, 0x57, 0xbe, 0x38, 0x6e, 0x92, 0x08, 0x8b, 0x8d, 0x8a, 0x06, 0x75, 0x87, 0x2e, 0xf7, 0xbd, 0x5b, 0xc6, 0x59, 0x9e, 0xb8, 0x9e, 0x47, 0x2a, 0x52, 0x0e, 0x39, 0x94, 0x6f, 0x16, 0x7e, 0x85, 0x59, 0x73, 0x18, 0xc7, 0x76, 0x37, 0x20, 0xea, 0xb9, 0xd9, 0xcd, 0xe1, 0xc2, 0x7d, 0x7a } }; static const struct cckprng_op_refresh op_refresh_5939 = { .hd = { .id = 5682, .kind = OP_REFRESH }, .rand = 6426493791005199525ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_5940 = { .hd = { .id = 5683, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0x78, 0xbb, 0x87, 0xb5, 0x3e, 0x8e, 0xaf, 0xc3, 0xaa, 0x2b, 0xf7, 0x61, 0x75, 0x79, 0x52, 0x13, 0x2d, 0xb7, 0xc0, 0x00, 0x4e, 0x53, 0x1f, 0x83, 0x7d, 0x2d, 0xb6, 0x17, 0x54, 0xf3, 0x93, 0x9d, 0x97, 0x31, 0xe0, 0xdb, 0xd6, 0xd1, 0xd0, 0xbd, 0x62, 0x38, 0x51, 0xcb, 0x06, 0x74, 0x3a, 0x2f, 0x74, 0xe7, 0xaa, 0x29, 0xb6, 0xfa, 0x71, 0xb9, 0x3e, 0xf7, 0xcf, 0x5b, 0x59, 0x99, 0x18, 0xec, 0x00, 0x50, 0x86, 0x9e, 0x5c, 0x56, 0xab, 0x53, 0xc6, 0x27, 0x2c, 0x7f, 0x3b, 0x08, 0x97, 0x5e, 0x95, 0x05, 0x14, 0x9d, 0x90, 0x78, 0xe9, 0x54, 0xa0, 0x56, 0xe0, 0x4f, 0x8d, 0xcf, 0xf3, 0xeb, 0x93, 0x7e, 0xe0, 0x57, 0xde, 0x7f, 0x03, 0x2b, 0xfd, 0x92, 0x9f, 0x31, 0x15, 0xf5, 0x49, 0x01, 0xda, 0x64, 0x2b, 0xb3, 0x4c, 0xd8, 0x8f, 0x56, 0x19, 0xe1, 0x99, 0x90, 0x02, 0x49, 0x4d, 0xea, 0xa8, 0x35, 0x68, 0x04, 0x65, 0x26, 0x0b, 0x22, 0xca, 0x87, 0x95, 0x1a, 0x85, 0xa2, 0x66, 0xef, 0x45, 0x8d, 0x77, 0x06, 0xaf, 0x32, 0xf9, 0xb9, 0x61, 0xde, 0xb6, 0xf4, 0xa5, 0x43, 0x11, 0x9e, 0xe5, 0x63, 0x95, 0x00, 0x48, 0x90, 0xac, 0xad, 0xdd, 0x23, 0xba, 0x1e, 0x44, 0xf5, 0xec, 0x5a, 0x04, 0xd3, 0x40, 0x18, 0x9e, 0x56, 0xd0, 0x3b, 0x85, 0xbc, 0x49, 0x15, 0xa3, 0xe8, 0xa7 } } }; static const struct cckprng_op_refresh op_refresh_5941 = { .hd = { .id = 5684, .kind = OP_REFRESH }, .rand = 14307282260730827778ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5942 = { .hd = { .id = 5685, .kind = OP_REFRESH }, .rand = 6410229059189538056ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5943 = { .hd = { .id = 5686, .kind = OP_REFRESH }, .rand = 22971688367429667ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5944 = { .hd = { .id = 5687, .kind = OP_REFRESH }, .rand = 16332041079643635234ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5945 = { .hd = { .id = 5688, .kind = OP_RESEED }, .nonce = 14726833463108827695ULL, .seed_nbytes = 222, .seed = { 0x5c, 0x4c, 0xfd, 0xec, 0x8d, 0x64, 0x9a, 0x9c, 0xca, 0x3f, 0x62, 0x62, 0xf7, 0x43, 0xc1, 0x63, 0xb9, 0x84, 0xaf, 0xa4, 0x80, 0xbb, 0x46, 0x7f, 0xfb, 0xea, 0xd2, 0x4c, 0x7e, 0xc0, 0x3c, 0x47, 0x95, 0xe2, 0xc9, 0x69, 0xfa, 0x0f, 0xd9, 0x77, 0x7f, 0x4f, 0xd1, 0xcb, 0x74, 0xf3, 0xaa, 0x31, 0x60, 0x51, 0xf5, 0xdb, 0xc4, 0xa5, 0x03, 0xea, 0xa6, 0x43, 0xcc, 0xa7, 0x31, 0x82, 0xf4, 0x37, 0x38, 0x66, 0x61, 0xa2, 0x3f, 0x56, 0xee, 0x37, 0x08, 0xd9, 0x67, 0x63, 0x4b, 0xd7, 0x25, 0xb0, 0x6e, 0x04, 0x47, 0xce, 0x8b, 0x2e, 0xab, 0xaa, 0xed, 0xd5, 0x1b, 0xc9, 0xec, 0xd3, 0x17, 0xfe, 0x68, 0x19, 0xe0, 0x46, 0xea, 0xd7, 0xe1, 0x26, 0x91, 0xd4, 0xe5, 0xc9, 0xa8, 0x96, 0x3c, 0x3b, 0xab, 0x85, 0xc9, 0x93, 0xf7, 0xcf, 0x33, 0x9f, 0x1c, 0x2b, 0xb4, 0xed, 0xf9, 0x12, 0xc0, 0xb2, 0x1e, 0xdf, 0xb3, 0x48, 0x10, 0x2d, 0x71, 0xf4, 0x45, 0x0c, 0x93, 0x4b, 0x9e, 0x94, 0x47, 0x0e, 0xcf, 0xbd, 0xb8, 0x8f, 0x31, 0x86, 0x1f, 0x12, 0xaf, 0xcb, 0x58, 0x24, 0x31, 0x89, 0x4a, 0x84, 0x4a, 0x23, 0x70, 0x82, 0xd0, 0x91, 0x21, 0xca, 0x18, 0x09, 0xf4, 0xd7, 0x7c, 0x88, 0xcf, 0x1e, 0x84, 0xd9, 0x3a, 0xa9, 0x5f, 0xca, 0x01, 0xc2, 0x14, 0x82, 0x02, 0x50, 0xfc, 0xed, 0xa8, 0xfc, 0x8e, 0x9b, 0x1c, 0xbc, 0xd8, 0xf1, 0xe7, 0x0e, 0xae, 0x48, 0x93, 0x98, 0xae, 0xcc, 0x73, 0x8e, 0xee, 0x29, 0x57, 0x89, 0xd1, 0x08, 0x54, 0xc4, 0x32, 0x53, 0x4c, 0xab, 0x8c, 0x50 } }; static const struct cckprng_op_reseed op_reseed_5946 = { .hd = { .id = 5689, .kind = OP_RESEED }, .nonce = 5832856447540854187ULL, .seed_nbytes = 276, .seed = { 0x1e, 0xec, 0x5f, 0x92, 0x30, 0xf3, 0x1d, 0x00, 0x7d, 0x46, 0x61, 0xec, 0x8a, 0xaf, 0x2f, 0xf5, 0xf6, 0x9c, 0x0c, 0xe9, 0xaf, 0x02, 0x3a, 0x0a, 0xc4, 0xb8, 0x02, 0x70, 0xab, 0x8a, 0x6c, 0x86, 0x3c, 0x13, 0x98, 0xda, 0x1e, 0xdf, 0x46, 0x10, 0x47, 0xf4, 0x05, 0xb3, 0x55, 0xb7, 0x90, 0x86, 0x57, 0xbf, 0xb8, 0xab, 0xdf, 0xfe, 0x61, 0x76, 0xfd, 0x7c, 0xfa, 0xde, 0x80, 0x3d, 0x56, 0x25, 0x0b, 0x90, 0x3e, 0x1f, 0x24, 0xba, 0x1e, 0x20, 0x21, 0xdf, 0xb5, 0x2e, 0x3a, 0xd0, 0x49, 0xc2, 0x0f, 0x68, 0xf0, 0x46, 0xa8, 0xf1, 0x21, 0x89, 0x82, 0x81, 0x26, 0x29, 0xab, 0x83, 0x49, 0x9a, 0xf4, 0x46, 0x01, 0x10, 0x10, 0xeb, 0x15, 0x2b, 0x28, 0x98, 0x23, 0xeb, 0x28, 0x8c, 0x55, 0xbc, 0x7f, 0x63, 0x6a, 0x47, 0xdb, 0x3d, 0x6f, 0x6a, 0xfe, 0x54, 0xc8, 0x7f, 0xe0, 0x3d, 0x40, 0x6b, 0x34, 0x66, 0xc5, 0xd8, 0x41, 0xf1, 0x94, 0x60, 0xe8, 0x0a, 0xd3, 0xeb, 0xc7, 0x29, 0x25, 0x4f, 0x00, 0x3e, 0x59, 0xf5, 0x1a, 0x76, 0xb4, 0xa6, 0xde, 0x58, 0xc9, 0xf7, 0x87, 0x63, 0x19, 0x08, 0x27, 0x80, 0x4b, 0x4a, 0x3a, 0xe5, 0x4c, 0x7a, 0x3b, 0x7d, 0x3a, 0xbc, 0x37, 0x9a, 0x4b, 0x66, 0x4b, 0x0a, 0x0f, 0xdb, 0x22, 0xee, 0x1d, 0x78, 0x28, 0x09, 0x38, 0xd6, 0x90, 0x30, 0x54, 0xb0, 0xc4, 0x45, 0x80, 0x35, 0x26, 0x26, 0x10, 0x8f, 0x27, 0x13, 0xba, 0x95, 0x9c, 0xaa, 0x61, 0x4f, 0xf4, 0xca, 0x77, 0x30, 0xfc, 0xba, 0x96, 0x6b, 0x03, 0x7f, 0x7f, 0x53, 0xec, 0x75, 0x0d, 0x1c, 0xdc, 0xe5, 0xf1, 0x8d, 0x84, 0x00, 0x92, 0x6e, 0xbd, 0xf0, 0x20, 0xf6, 0x7f, 0xd1, 0x42, 0xb5, 0x7b, 0x0a, 0x4e, 0x6e, 0x8f, 0xd1, 0x65, 0x1d, 0xa9, 0x58, 0x2a, 0x12, 0xe6, 0xe3, 0xea, 0x87, 0xdd, 0x94, 0xa4, 0xb5, 0x0c, 0x27, 0xb4, 0x5e, 0x1c, 0xd5, 0x4e, 0x05, 0xf7, 0x95, 0x24, 0xb1, 0x9d, 0x57, 0x61, 0xa7 } }; static const struct cckprng_op_refresh op_refresh_5947 = { .hd = { .id = 5690, .kind = OP_REFRESH }, .rand = 3489510565175525667ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5948 = { .hd = { .id = 5691, .kind = OP_REFRESH }, .rand = 17027055475175568215ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5949 = { .hd = { .id = 5692, .kind = OP_REFRESH }, .rand = 6417020305312770716ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5950 = { .hd = { .id = 5693, .kind = OP_GENERATE }, .rand_nbytes = 113, .out = { .rand = { 0x09, 0xb4, 0x3e, 0xc5, 0xe0, 0x35, 0x15, 0x98, 0xa5, 0x50, 0xbb, 0x15, 0xfb, 0x25, 0xab, 0x6d, 0xbf, 0x81, 0xe7, 0xce, 0x97, 0x63, 0x66, 0x12, 0x68, 0x4d, 0x4e, 0xf3, 0x63, 0x7a, 0x38, 0xc2, 0x52, 0xa3, 0xf1, 0x16, 0xd8, 0x0f, 0xa5, 0xcc, 0xc1, 0x8c, 0xf3, 0x30, 0x9e, 0x27, 0xd0, 0x33, 0xb0, 0x95, 0x00, 0xbf, 0xb2, 0x0a, 0x27, 0x11, 0xf8, 0x76, 0x4f, 0xc2, 0x05, 0x7e, 0x03, 0xa9, 0xe0, 0x1d, 0x91, 0x3c, 0xd4, 0xf7, 0x7f, 0x94, 0xb0, 0x05, 0x0e, 0xd2, 0x13, 0x4e, 0x27, 0xb6, 0x7c, 0xbf, 0x60, 0x8e, 0xe0, 0xdf, 0xeb, 0x5e, 0x93, 0x0d, 0xc0, 0xb0, 0xf0, 0x3c, 0xd7, 0x4b, 0x73, 0xc7, 0x9f, 0xfe, 0xdc, 0xd2, 0x8a, 0x2d, 0xea, 0xa7, 0xb9, 0xc9, 0x48, 0xe1, 0x24, 0x09, 0xf1 } } }; static const struct cckprng_op_refresh op_refresh_5951 = { .hd = { .id = 5694, .kind = OP_REFRESH }, .rand = 8961663209199622739ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5952 = { .hd = { .id = 5695, .kind = OP_RESEED }, .nonce = 13315494467038858304ULL, .seed_nbytes = 193, .seed = { 0xe5, 0xc8, 0xb5, 0x24, 0xcf, 0x72, 0x93, 0xa1, 0xfc, 0x0c, 0x31, 0xd4, 0xba, 0x45, 0xb4, 0xb5, 0x7e, 0xd4, 0xb4, 0x85, 0xd9, 0xb6, 0x1b, 0x87, 0x69, 0x49, 0xa6, 0x17, 0xdd, 0x74, 0x1b, 0xa0, 0xeb, 0x3b, 0xa5, 0x84, 0xaa, 0xa0, 0x17, 0xd6, 0xd2, 0x16, 0x47, 0x53, 0x87, 0xa9, 0x39, 0x7b, 0x6c, 0x98, 0xac, 0xd0, 0x6f, 0x9c, 0x6b, 0x9f, 0xf6, 0x91, 0x7c, 0x5e, 0x3a, 0xc2, 0x74, 0xa4, 0x6d, 0xef, 0xad, 0x34, 0x16, 0xc2, 0xaa, 0xaf, 0xbc, 0x72, 0x5c, 0x7f, 0x6c, 0x83, 0x4d, 0xb9, 0xe7, 0x88, 0xdb, 0x68, 0x09, 0xde, 0xbc, 0x47, 0x29, 0xc3, 0x46, 0x3e, 0x4e, 0x24, 0x18, 0xd1, 0x10, 0xb6, 0xf0, 0xdd, 0xd9, 0x2d, 0x56, 0xd4, 0x6f, 0x9c, 0xb3, 0x3c, 0xfd, 0x9b, 0xb7, 0xe8, 0x49, 0xf3, 0xdf, 0xdc, 0x78, 0x0c, 0xbc, 0x89, 0xe8, 0x87, 0xba, 0x35, 0x20, 0x1b, 0x90, 0xd7, 0xf6, 0xfc, 0xcb, 0x17, 0x40, 0x0c, 0x71, 0x8b, 0xc4, 0x17, 0xf2, 0x6e, 0xb0, 0x0b, 0x17, 0x61, 0x60, 0x85, 0xb0, 0x77, 0x79, 0x4a, 0x3f, 0x2e, 0x2b, 0xc6, 0x5a, 0x07, 0x40, 0x6a, 0x82, 0xc7, 0xaf, 0xf0, 0xb7, 0x2b, 0xe0, 0x85, 0x71, 0x4d, 0x59, 0xf1, 0xcd, 0x84, 0x6c, 0xc5, 0xf6, 0x00, 0x87, 0x1b, 0x90, 0xba, 0xa2, 0xe8, 0xd0, 0x22, 0xe2, 0x2a, 0xba, 0xff, 0x35, 0xbe, 0x5a, 0x2c, 0x60 } }; static const struct cckprng_op_refresh op_refresh_5953 = { .hd = { .id = 5696, .kind = OP_REFRESH }, .rand = 15181331737651843066ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5954 = { .hd = { .id = 5697, .kind = OP_RESEED }, .nonce = 3159696551957234184ULL, .seed_nbytes = 53, .seed = { 0x3f, 0x78, 0xf9, 0x46, 0xd8, 0xec, 0xbc, 0xaf, 0xb8, 0xc6, 0xbb, 0x4d, 0xe2, 0xb6, 0x41, 0xf3, 0x3e, 0x94, 0x4c, 0x74, 0xc3, 0xe5, 0xf7, 0x8a, 0x0e, 0xb1, 0x22, 0x54, 0x85, 0xcb, 0xec, 0xca, 0x30, 0xd4, 0x84, 0x67, 0x99, 0x2e, 0x5f, 0x06, 0xf1, 0x47, 0xe7, 0xc1, 0xa8, 0x58, 0x6b, 0xe3, 0x87, 0x7d, 0xe1, 0xe7, 0xea } }; static const struct cckprng_op_reseed op_reseed_5955 = { .hd = { .id = 5698, .kind = OP_RESEED }, .nonce = 6639709596353249095ULL, .seed_nbytes = 39, .seed = { 0xfd, 0xa5, 0x98, 0x07, 0x59, 0xdc, 0xd2, 0x2a, 0x4b, 0xa6, 0xd5, 0xfa, 0x31, 0x18, 0xca, 0x5a, 0x8c, 0xfc, 0x2a, 0x0b, 0xd1, 0xf2, 0xe7, 0x5a, 0xa2, 0x4c, 0xf9, 0x91, 0x79, 0xeb, 0x9d, 0xac, 0x2d, 0x60, 0xe3, 0x5a, 0x37, 0x8c, 0xf4 } }; static const struct cckprng_op_reseed op_reseed_5956 = { .hd = { .id = 5699, .kind = OP_RESEED }, .nonce = 13454730619110596615ULL, .seed_nbytes = 271, .seed = { 0xc0, 0x86, 0x8f, 0x55, 0xc4, 0xf6, 0xe7, 0x1e, 0xd4, 0x83, 0xce, 0x8e, 0x1e, 0x71, 0xec, 0xbf, 0xef, 0xf0, 0xf5, 0x3e, 0x15, 0xe3, 0xb6, 0xc0, 0xd5, 0xfa, 0x90, 0xfe, 0x4d, 0x32, 0xa7, 0xf9, 0x8c, 0x96, 0x13, 0x3b, 0x6b, 0x23, 0x67, 0xac, 0xcf, 0xfc, 0x47, 0x46, 0x05, 0x64, 0x4b, 0x1a, 0xa9, 0x9f, 0x95, 0xa7, 0x4b, 0x62, 0x69, 0x58, 0x78, 0xf3, 0xc7, 0x37, 0x8f, 0x1b, 0x5a, 0xa2, 0x0a, 0xe1, 0x8c, 0xb2, 0xcc, 0x66, 0x7f, 0xeb, 0xce, 0x2f, 0x00, 0xc0, 0x6b, 0x4b, 0x90, 0x7c, 0x45, 0xcc, 0x5f, 0x37, 0x50, 0x3f, 0x30, 0xeb, 0x99, 0x11, 0xf5, 0x18, 0x0c, 0xbe, 0x16, 0x64, 0xe2, 0x31, 0x18, 0xd6, 0x78, 0x5f, 0x91, 0x0f, 0x95, 0xd8, 0x0b, 0x78, 0x3a, 0x93, 0x7a, 0xb3, 0x67, 0xde, 0x68, 0xc5, 0x51, 0x73, 0xad, 0x6d, 0x6d, 0x70, 0x28, 0x97, 0x87, 0x85, 0x47, 0xf6, 0xb3, 0xf1, 0xa2, 0x7a, 0x5d, 0xe7, 0x1c, 0xf1, 0xbc, 0x3a, 0x8c, 0xd8, 0x07, 0x64, 0x50, 0xa2, 0x46, 0x16, 0xea, 0xc7, 0xa7, 0x5e, 0x9c, 0xe0, 0x4f, 0x1f, 0xe6, 0xee, 0x06, 0x17, 0xb5, 0xbe, 0xf8, 0x17, 0x9b, 0x17, 0xb7, 0xcd, 0x5b, 0x1b, 0x74, 0x4d, 0x83, 0xaf, 0x3d, 0x8a, 0x19, 0x3f, 0xff, 0x44, 0x20, 0x15, 0xe4, 0x0e, 0x5b, 0x36, 0x10, 0x19, 0x02, 0x52, 0x2f, 0x72, 0xe2, 0xa4, 0x5b, 0xf0, 0x5d, 0xc9, 0xf1, 0x72, 0x80, 0x19, 0x92, 0x61, 0x84, 0xc1, 0x42, 0x33, 0x25, 0x7a, 0x69, 0xf3, 0x84, 0xbc, 0x59, 0x65, 0x7c, 0xcc, 0x2b, 0xcd, 0x7c, 0x2a, 0x35, 0x69, 0xf2, 0xfe, 0xef, 0x54, 0xa9, 0x76, 0x17, 0xe7, 0x39, 0x34, 0x7d, 0x4b, 0x87, 0xae, 0x9c, 0xbd, 0xbc, 0x1c, 0x46, 0xd8, 0x8f, 0xfc, 0xc6, 0x47, 0x9b, 0xbc, 0x62, 0x05, 0x35, 0xb1, 0x80, 0xdf, 0xd0, 0x2c, 0x93, 0x80, 0x94, 0x27, 0x29, 0xac, 0x73, 0x3f, 0x68, 0xc0, 0xed, 0x28, 0x3c, 0xae, 0xd2 } }; static const struct cckprng_op_reseed op_reseed_5957 = { .hd = { .id = 5700, .kind = OP_RESEED }, .nonce = 8518623404120884112ULL, .seed_nbytes = 172, .seed = { 0xdb, 0xf5, 0x77, 0xd4, 0x7f, 0x4b, 0x1d, 0x30, 0xd7, 0xec, 0x10, 0x33, 0xae, 0x24, 0x19, 0x8d, 0x6c, 0x1e, 0xec, 0xd9, 0x1d, 0x04, 0x23, 0xad, 0x7b, 0xd3, 0xcd, 0x55, 0xfd, 0x67, 0x1c, 0xcf, 0x93, 0x8c, 0x09, 0xc5, 0x95, 0x2a, 0xb6, 0x9b, 0xde, 0x9e, 0x4b, 0xb7, 0x51, 0x0c, 0xdd, 0x93, 0x31, 0xa8, 0x0a, 0x20, 0x66, 0x43, 0x4c, 0x50, 0x01, 0xff, 0x0a, 0x52, 0xc5, 0xe7, 0x2d, 0x0f, 0x52, 0x60, 0x3a, 0x88, 0xc6, 0x47, 0xd0, 0xb6, 0x93, 0xff, 0x79, 0x32, 0xe1, 0x6a, 0xb7, 0x89, 0x64, 0x1f, 0x8e, 0xd8, 0x2f, 0xba, 0x5d, 0xf8, 0x12, 0xf7, 0x5d, 0x99, 0x86, 0xb0, 0x62, 0x38, 0xd0, 0x59, 0xdb, 0x9f, 0x5e, 0x6b, 0xf2, 0x28, 0x74, 0x05, 0xe7, 0x69, 0x6b, 0x00, 0x7d, 0x96, 0xbf, 0x0a, 0x02, 0x0d, 0xa7, 0xff, 0x41, 0x11, 0xd1, 0xf9, 0x96, 0x4f, 0x80, 0x41, 0x4d, 0xa5, 0x9a, 0x6d, 0xc7, 0x6f, 0xd8, 0x4d, 0xa6, 0x0e, 0x2f, 0xe8, 0xd3, 0x2b, 0x50, 0x65, 0xd4, 0x6a, 0x08, 0x33, 0x45, 0xf4, 0x94, 0x15, 0x2d, 0x7e, 0x10, 0x4b, 0x8d, 0x5a, 0xc7, 0x1e, 0xef, 0x18, 0x6e, 0x70, 0xe6, 0xb8, 0x98, 0xc3, 0x74, 0x63, 0x07, 0x2f, 0xc7, 0xdc } }; static const struct cckprng_op_generate op_init_5958 = { .hd = { .id = 5701, .kind = OP_GENERATE }, .rand_nbytes = 258, .out = { .rand = { 0xae, 0xcb, 0xf4, 0xb6, 0x2d, 0x79, 0x65, 0xbc, 0x98, 0x48, 0x94, 0xcb, 0x4e, 0x17, 0xce, 0xe9, 0x5a, 0x94, 0xc4, 0x58, 0xa2, 0xa2, 0xa2, 0x47, 0x2e, 0x45, 0x5a, 0x5c, 0x51, 0x11, 0xc1, 0x63, 0x9d, 0x52, 0x9b, 0xbb, 0x8d, 0x26, 0x57, 0xd8, 0x08, 0xb8, 0x4f, 0x36, 0xc6, 0x39, 0xb5, 0xf9, 0x53, 0x5f, 0x1c, 0x4d, 0xe3, 0xc3, 0x37, 0x83, 0x0e, 0xce, 0xe6, 0x18, 0xee, 0xf5, 0x3c, 0xe4, 0xa7, 0x24, 0xe6, 0x9c, 0x12, 0x3f, 0xdc, 0xa9, 0x91, 0x96, 0xc7, 0x1f, 0x0a, 0xe0, 0x6f, 0x32, 0xe9, 0x66, 0x6d, 0x22, 0x52, 0xf7, 0x84, 0xc0, 0xef, 0x1a, 0x13, 0x54, 0x0c, 0x9e, 0x45, 0x37, 0x33, 0x56, 0x62, 0x36, 0xa2, 0x98, 0x71, 0xff, 0xbb, 0xab, 0x9b, 0x20, 0xaf, 0x1c, 0x2e, 0xda, 0x3d, 0x3a, 0xce, 0x94, 0x81, 0x75, 0xdd, 0x48, 0x12, 0x6e, 0xf2, 0xc2, 0x75, 0x79, 0x73, 0x2c, 0x18, 0x33, 0x84, 0x87, 0xa9, 0x35, 0x4a, 0x5b, 0x56, 0x77, 0x64, 0xe6, 0x5d, 0xb8, 0xfc, 0xfd, 0x33, 0x42, 0x29, 0x63, 0x06, 0x69, 0x59, 0xf3, 0x53, 0x33, 0x81, 0x48, 0x5e, 0x30, 0x2d, 0x5e, 0x47, 0x88, 0x82, 0xb6, 0x4f, 0x0d, 0xbe, 0xf0, 0xc4, 0x65, 0x94, 0x9f, 0x27, 0x6a, 0xe5, 0x8e, 0x22, 0x64, 0x55, 0x36, 0x60, 0xce, 0x73, 0x9e, 0x1e, 0x26, 0x00, 0x19, 0x19, 0x41, 0x60, 0x07, 0x31, 0xb3, 0x01, 0x0a, 0x28, 0xb5, 0xbb, 0xc0, 0xd6, 0xdd, 0xf4, 0xc6, 0xe6, 0x28, 0x92, 0xcc, 0xcd, 0xbe, 0x52, 0x3e, 0x5a, 0x76, 0xb6, 0x4e, 0x60, 0xbd, 0x88, 0xd6, 0x85, 0xe7, 0xc7, 0x92, 0x95, 0xf7, 0x43, 0x49, 0x05, 0x48, 0x1d, 0xff, 0x9e, 0xd6, 0xba, 0xfa, 0x1f, 0xc1, 0x02, 0xce, 0x73, 0x0e, 0xe0, 0x83, 0xee, 0x29, 0x8e, 0xfb, 0x55, 0x73, 0xf4, 0x57, 0xab, 0xd9, 0x42, 0xe5, 0x71, 0xcc } } }; static const struct cckprng_op_reseed op_reseed_5959 = { .hd = { .id = 5702, .kind = OP_RESEED }, .nonce = 14159300015637192123ULL, .seed_nbytes = 230, .seed = { 0x11, 0x29, 0x81, 0xdc, 0x3c, 0xf1, 0x6a, 0x2b, 0x44, 0x35, 0x2c, 0xed, 0x1d, 0x82, 0xc0, 0x8e, 0x6f, 0x34, 0x66, 0x3c, 0x48, 0x1e, 0x35, 0x43, 0xd4, 0x83, 0xb2, 0x2d, 0x78, 0xfe, 0xab, 0x15, 0xd4, 0x59, 0x32, 0xa1, 0x19, 0xa2, 0x33, 0xca, 0x11, 0x2c, 0x53, 0xfb, 0x7e, 0x16, 0xce, 0x4b, 0xb4, 0xe7, 0x52, 0x3d, 0x76, 0xc3, 0x1c, 0xab, 0x3e, 0x3e, 0x55, 0x4f, 0xa4, 0x0f, 0xc2, 0xe4, 0x48, 0x1c, 0x3a, 0x9d, 0xac, 0xae, 0x48, 0xf1, 0xff, 0x33, 0x30, 0x40, 0x37, 0x0b, 0x1a, 0xca, 0x30, 0x23, 0xae, 0xb1, 0x67, 0xf1, 0x42, 0x35, 0xad, 0x0f, 0xfd, 0x62, 0x52, 0x4d, 0x95, 0xa0, 0xdb, 0xb0, 0x12, 0xb1, 0x80, 0x57, 0xd9, 0x4c, 0x82, 0x49, 0x1e, 0x88, 0xda, 0xa8, 0x45, 0x27, 0xb6, 0x25, 0x0f, 0x6f, 0x4c, 0xd6, 0xf3, 0x93, 0x5a, 0x8f, 0x73, 0x33, 0x4f, 0x2c, 0x02, 0x5d, 0xc8, 0x0c, 0x0d, 0x24, 0xc4, 0x92, 0x9f, 0x90, 0x09, 0x8d, 0xa5, 0xb0, 0x48, 0x91, 0xa1, 0x05, 0xf7, 0x15, 0x25, 0x3b, 0xac, 0xd5, 0xdb, 0x35, 0x1e, 0x2e, 0x1b, 0xa3, 0xae, 0xf4, 0x2d, 0xe6, 0x28, 0x7e, 0x4b, 0xd2, 0x90, 0x50, 0x80, 0xf2, 0xac, 0xf6, 0xb8, 0x9c, 0x57, 0x22, 0x5a, 0xff, 0xf9, 0xe1, 0x9f, 0x76, 0xb8, 0xf6, 0x73, 0x06, 0x8e, 0x74, 0xf7, 0x29, 0x87, 0x71, 0x37, 0xbb, 0xc3, 0x3d, 0x1f, 0xf4, 0x52, 0xed, 0xd9, 0x45, 0x97, 0xd3, 0xd6, 0xd2, 0x6f, 0x3e, 0x33, 0x8d, 0x4b, 0xf3, 0x07, 0x31, 0x7e, 0x1e, 0x8e, 0x2c, 0x97, 0x51, 0xca, 0xc7, 0xd5, 0xf3, 0x1c, 0x2e, 0xc5, 0xbd, 0x55, 0x9b, 0x79, 0x2c } }; static const struct cckprng_op_reseed op_reseed_5960 = { .hd = { .id = 5703, .kind = OP_RESEED }, .nonce = 6817621411946664917ULL, .seed_nbytes = 237, .seed = { 0x8e, 0xa4, 0x17, 0x45, 0xe6, 0xaa, 0x71, 0x7c, 0x13, 0x80, 0x0e, 0xc5, 0x9e, 0x98, 0x6c, 0xb3, 0x88, 0x93, 0xbb, 0x79, 0x9f, 0x7d, 0x7b, 0x22, 0x53, 0x94, 0x5b, 0x15, 0x0b, 0x99, 0x6e, 0x72, 0x7f, 0x6b, 0xf2, 0x8d, 0x22, 0x4e, 0x87, 0x8f, 0xea, 0x7c, 0x33, 0xfb, 0x60, 0x3d, 0x4c, 0x65, 0xc3, 0x24, 0x83, 0x10, 0xc5, 0x05, 0x8a, 0xdd, 0x50, 0x81, 0x52, 0x83, 0x11, 0x9b, 0x21, 0x80, 0x0c, 0xac, 0xbb, 0x97, 0x6e, 0x7c, 0xb4, 0x84, 0xf0, 0xbb, 0x9e, 0x8e, 0x5f, 0x99, 0x8e, 0xfb, 0x44, 0x7e, 0x1c, 0x47, 0x4a, 0xb2, 0xf5, 0x1d, 0x8b, 0x03, 0x17, 0x94, 0x3b, 0x80, 0x3a, 0x91, 0x5c, 0x57, 0x98, 0xc9, 0xa8, 0xc7, 0x8a, 0x87, 0x23, 0xdf, 0xcc, 0xab, 0x5f, 0x8f, 0x27, 0x2c, 0xb9, 0x59, 0xc8, 0x70, 0x86, 0xae, 0x89, 0xb0, 0xf1, 0x4e, 0xec, 0xf0, 0x56, 0xdc, 0x86, 0x28, 0xff, 0xf6, 0xf3, 0xea, 0x75, 0x0b, 0xd0, 0x14, 0x88, 0x38, 0xed, 0xda, 0xf0, 0x18, 0x28, 0xc5, 0x4a, 0x97, 0xf2, 0xb9, 0xe9, 0x26, 0x19, 0x53, 0xb1, 0x13, 0x4c, 0x35, 0x40, 0x8a, 0x1a, 0x25, 0x6f, 0x2a, 0xef, 0xe1, 0x7a, 0x08, 0x4c, 0xad, 0x14, 0x64, 0x6c, 0x06, 0xbb, 0x97, 0x67, 0x81, 0x52, 0xde, 0x0a, 0x6d, 0xc2, 0x35, 0x44, 0xda, 0x6a, 0x74, 0xb4, 0x38, 0x8e, 0xcc, 0x7a, 0xb5, 0x86, 0xd4, 0x90, 0x88, 0x25, 0x15, 0x7f, 0xc2, 0x9b, 0x47, 0x67, 0xa2, 0x93, 0x41, 0xf4, 0x15, 0xbc, 0xd1, 0xd5, 0xa9, 0x98, 0x22, 0x5c, 0x1b, 0xc5, 0xec, 0xeb, 0xb0, 0x8b, 0x45, 0x02, 0x2d, 0xbe, 0xa2, 0xc0, 0xd7, 0x5a, 0x82, 0x28, 0x75, 0x3b, 0x9d, 0xdb, 0x36, 0x76 } }; static const struct cckprng_op_reseed op_reseed_5961 = { .hd = { .id = 5704, .kind = OP_RESEED }, .nonce = 5648026439767746379ULL, .seed_nbytes = 282, .seed = { 0x4e, 0x4c, 0xae, 0x85, 0x9b, 0x93, 0xe0, 0x5e, 0xd6, 0x45, 0x47, 0x33, 0xfc, 0xcc, 0xde, 0x91, 0x58, 0x04, 0x5d, 0x9f, 0xda, 0xd8, 0x3b, 0x97, 0xba, 0x23, 0x1c, 0x0a, 0x8e, 0x96, 0x5a, 0x60, 0x65, 0x00, 0xa9, 0x80, 0xa6, 0x38, 0xa1, 0x4e, 0xfa, 0xa3, 0xda, 0x85, 0xc7, 0x80, 0x3f, 0x24, 0xa2, 0x69, 0xf2, 0x52, 0x8a, 0xea, 0x89, 0xc8, 0xce, 0xfe, 0xa6, 0x10, 0x0f, 0x19, 0xa5, 0xe8, 0x5b, 0xca, 0x84, 0x5a, 0x0b, 0x91, 0xcd, 0x2e, 0x26, 0x1d, 0xbb, 0x82, 0x75, 0xcb, 0xf1, 0x0c, 0x5e, 0x16, 0x23, 0x3e, 0x43, 0x83, 0xc6, 0xe8, 0xe8, 0x30, 0x08, 0x06, 0x16, 0xda, 0x9b, 0xed, 0x62, 0xb7, 0xf7, 0xaf, 0xfa, 0x07, 0xdc, 0xad, 0xf2, 0xac, 0xd1, 0x0a, 0x9e, 0x72, 0x1d, 0xed, 0xc1, 0x0d, 0xf6, 0x92, 0x1c, 0x58, 0x56, 0x37, 0x8a, 0xe3, 0x9a, 0xeb, 0xac, 0xd6, 0x64, 0x5c, 0x8a, 0x52, 0xe2, 0xdc, 0x38, 0xe9, 0xaf, 0xe1, 0xa1, 0x96, 0x45, 0xd0, 0xdd, 0x7a, 0xa3, 0xdb, 0xd3, 0x49, 0x33, 0x1f, 0x4c, 0x64, 0x5f, 0x50, 0x74, 0xd0, 0x5a, 0xe0, 0x7a, 0xec, 0x3d, 0x95, 0x41, 0x23, 0xc2, 0x83, 0xdf, 0x13, 0xed, 0x58, 0x0f, 0x27, 0x85, 0x74, 0xa2, 0x8a, 0xa4, 0x0c, 0xa7, 0x78, 0x45, 0x4c, 0x62, 0xf1, 0x64, 0xb1, 0xf2, 0x7a, 0xf7, 0xaf, 0x46, 0x08, 0xcd, 0xc1, 0x1d, 0x66, 0x42, 0xe3, 0xa3, 0xdc, 0xb4, 0xb5, 0x5c, 0x2a, 0x2d, 0x12, 0xeb, 0x94, 0xa6, 0x8a, 0x60, 0xf4, 0xde, 0x6e, 0xb1, 0xf7, 0xc1, 0x0b, 0xc3, 0x41, 0xd4, 0x1c, 0x63, 0xf4, 0xb3, 0xbc, 0x31, 0xfc, 0x7b, 0xb5, 0xd3, 0x90, 0xa0, 0xca, 0x88, 0x96, 0x51, 0x8b, 0x8b, 0x9e, 0x54, 0x1c, 0x0e, 0x17, 0x35, 0x31, 0x15, 0xc7, 0xe1, 0x28, 0x57, 0x35, 0xf3, 0x42, 0x4e, 0x6b, 0xed, 0x3a, 0x37, 0x9d, 0x2b, 0x59, 0xd6, 0xd4, 0x9b, 0xe4, 0x2f, 0x25, 0x6c, 0x66, 0x0e, 0x0f, 0x31, 0x23, 0xc4, 0x85, 0x9a, 0x8d, 0x52, 0x7f, 0x9f, 0xbb, 0x75, 0x14 } }; static const struct cckprng_op_generate op_init_5962 = { .hd = { .id = 5705, .kind = OP_GENERATE }, .rand_nbytes = 238, .out = { .rand = { 0xb0, 0xfc, 0x24, 0x80, 0xb5, 0xec, 0xa9, 0xa3, 0xb3, 0x5e, 0xbd, 0x04, 0x98, 0xb5, 0x14, 0xc4, 0x59, 0x97, 0x41, 0xe0, 0xb2, 0xaa, 0xb4, 0x37, 0x4a, 0x00, 0xbc, 0x17, 0x42, 0x3f, 0x3c, 0x48, 0xc1, 0x53, 0x27, 0x90, 0x81, 0xc6, 0x33, 0xe9, 0x6e, 0x04, 0x0e, 0x28, 0xdf, 0xc8, 0xec, 0x02, 0x84, 0x71, 0x25, 0xa7, 0x21, 0x66, 0x5a, 0xf9, 0x70, 0xf8, 0x3d, 0x5b, 0xb7, 0x86, 0x73, 0x1a, 0x9e, 0xe9, 0x98, 0x51, 0xee, 0xfa, 0x58, 0x5d, 0xe7, 0xcf, 0x04, 0x8d, 0x5e, 0xea, 0xbe, 0x6e, 0x7f, 0xdc, 0xa0, 0xaf, 0xab, 0x6a, 0x7b, 0x59, 0x96, 0xd5, 0xb1, 0x5d, 0x58, 0x43, 0x9a, 0x92, 0x1f, 0x09, 0xca, 0x14, 0xb8, 0x83, 0xe2, 0x40, 0xa6, 0x07, 0x5c, 0x6e, 0x62, 0xca, 0x09, 0x41, 0xca, 0xbb, 0x27, 0x16, 0x6c, 0xa3, 0x1d, 0xf7, 0xbd, 0x25, 0x5b, 0xcc, 0xae, 0xa1, 0x32, 0x04, 0x96, 0x33, 0x7c, 0x77, 0xbc, 0xe7, 0x74, 0x00, 0xe5, 0xc1, 0x3c, 0x83, 0x42, 0x00, 0xe5, 0x32, 0x63, 0x70, 0xfe, 0xbf, 0x42, 0x1f, 0xaf, 0x91, 0xcd, 0x24, 0x76, 0xa5, 0x80, 0x2d, 0x22, 0x93, 0x90, 0x47, 0xfd, 0x6c, 0x0b, 0xb2, 0x6c, 0xc9, 0x30, 0x02, 0xeb, 0x1d, 0xa9, 0xb5, 0x38, 0x0f, 0xe2, 0xbc, 0x47, 0x64, 0x42, 0x20, 0x47, 0x2a, 0xb9, 0x99, 0x0d, 0x63, 0x89, 0xc9, 0x2f, 0x69, 0x54, 0x88, 0x8f, 0x2c, 0x24, 0x23, 0x0b, 0x7c, 0xda, 0x35, 0xa3, 0x23, 0x4a, 0x8e, 0x21, 0x39, 0x3f, 0xf0, 0x85, 0x90, 0x9c, 0x18, 0x88, 0x75, 0xef, 0x51, 0x08, 0x60, 0x81, 0xef, 0x9c, 0x28, 0x03, 0x99, 0x11, 0xbf, 0x7f, 0xf3, 0x49, 0x88, 0xab, 0x6a, 0x5b, 0xcb, 0x6e, 0x80 } } }; static const struct cckprng_op_reseed op_reseed_5963 = { .hd = { .id = 5706, .kind = OP_RESEED }, .nonce = 7529554314737007097ULL, .seed_nbytes = 260, .seed = { 0x66, 0xa1, 0x25, 0xe3, 0x47, 0xd9, 0xfc, 0xb9, 0x05, 0x86, 0xec, 0xf3, 0xc4, 0x7d, 0x1d, 0x53, 0x08, 0xb2, 0x6f, 0x7d, 0xe5, 0xe5, 0xf5, 0x1d, 0xe1, 0xd6, 0xc2, 0xe2, 0x3d, 0x99, 0xde, 0xc2, 0x37, 0xc3, 0x6f, 0xd4, 0xbb, 0xff, 0xb3, 0xa3, 0x33, 0x51, 0x5a, 0xeb, 0x8c, 0xbe, 0xbc, 0xae, 0x51, 0x45, 0x86, 0x07, 0x0a, 0xf0, 0x5c, 0x5c, 0x5f, 0x73, 0x9f, 0x92, 0x10, 0x97, 0x8d, 0x31, 0xe2, 0xff, 0x3b, 0x72, 0xad, 0x3b, 0x59, 0x7f, 0x73, 0x80, 0x97, 0x0b, 0xe8, 0xdd, 0x5c, 0x58, 0xb6, 0x83, 0xae, 0xd8, 0x06, 0xce, 0x49, 0x8a, 0x5b, 0xa5, 0xd4, 0xdd, 0x7b, 0xb2, 0x43, 0xb4, 0xdb, 0xbe, 0x78, 0xe7, 0x19, 0x9f, 0x92, 0xcb, 0x29, 0xdf, 0x5d, 0x80, 0x36, 0x4a, 0x33, 0xd5, 0x0c, 0xbb, 0xf3, 0x82, 0xaa, 0xa3, 0x2a, 0x74, 0xed, 0xcd, 0x18, 0x3b, 0x1c, 0xc8, 0x3b, 0xef, 0x8c, 0x3a, 0x4d, 0x9b, 0xfd, 0xe4, 0x45, 0x67, 0x53, 0x78, 0x40, 0x84, 0xb7, 0xbf, 0x18, 0x91, 0x22, 0xec, 0x6d, 0xc0, 0xc7, 0x36, 0x6d, 0x7e, 0xbf, 0x63, 0x1d, 0xba, 0xd3, 0x5a, 0xdc, 0x82, 0x7e, 0x35, 0xe9, 0x16, 0x3f, 0xf5, 0x59, 0x9a, 0x52, 0x4d, 0xf8, 0x20, 0xa5, 0xd4, 0xf7, 0xfe, 0x76, 0xd4, 0xa3, 0x4a, 0x94, 0xa7, 0x55, 0x22, 0xa2, 0xc4, 0x75, 0x20, 0x1e, 0xa9, 0x0d, 0xa0, 0x1f, 0xc1, 0x7c, 0x3d, 0x42, 0xc7, 0xe8, 0x55, 0xfa, 0xac, 0x67, 0x86, 0xee, 0xde, 0x5e, 0x88, 0xa2, 0xec, 0x9b, 0x86, 0xb0, 0x65, 0xac, 0xcc, 0xce, 0x62, 0x2e, 0xa2, 0x6c, 0xea, 0xdf, 0xc4, 0xf7, 0xd9, 0xe5, 0x3b, 0x33, 0x91, 0xac, 0xbd, 0x07, 0xe9, 0x44, 0x89, 0x47, 0x74, 0x2f, 0xb8, 0x47, 0x83, 0xba, 0x1f, 0x01, 0x4d, 0xde, 0xb6, 0x11, 0xf5, 0x56, 0xbc, 0x4b, 0x13, 0xa0, 0xc5, 0xa2, 0x01, 0xee, 0x7f } }; static const struct cckprng_op_reseed op_reseed_5964 = { .hd = { .id = 5707, .kind = OP_RESEED }, .nonce = 14779577828428037119ULL, .seed_nbytes = 51, .seed = { 0x0f, 0x30, 0x3f, 0x28, 0x70, 0x0a, 0x05, 0xb1, 0x23, 0xef, 0x34, 0xad, 0xd4, 0x9b, 0xca, 0xc1, 0xde, 0xb3, 0x96, 0xe7, 0x73, 0xbc, 0x02, 0x9c, 0xd5, 0x7c, 0x69, 0xa5, 0x5b, 0xe0, 0x67, 0xcf, 0x36, 0x66, 0x8a, 0x5d, 0x95, 0xe4, 0xf3, 0x46, 0xab, 0x1e, 0x61, 0xae, 0x85, 0xfb, 0x6f, 0xed, 0x93, 0x9f, 0x65 } }; static const struct cckprng_op_refresh op_refresh_5965 = { .hd = { .id = 5708, .kind = OP_REFRESH }, .rand = 10615002880081978912ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5966 = { .hd = { .id = 5709, .kind = OP_RESEED }, .nonce = 211080517493639043ULL, .seed_nbytes = 202, .seed = { 0x5f, 0x3e, 0x8b, 0x26, 0xd6, 0x82, 0x31, 0xc0, 0x16, 0x17, 0xab, 0x82, 0xa3, 0x1a, 0x2e, 0xae, 0x60, 0xec, 0x22, 0x94, 0x44, 0x96, 0x4c, 0x9c, 0x51, 0x19, 0x11, 0xd5, 0xbe, 0x43, 0x78, 0x13, 0xa8, 0x45, 0xda, 0x05, 0x1b, 0x40, 0x26, 0x7d, 0xf7, 0xc1, 0x7b, 0x33, 0x0d, 0xe6, 0x76, 0x3a, 0xab, 0x88, 0xa8, 0xa7, 0x4d, 0xf5, 0x78, 0x9d, 0xce, 0xe5, 0x80, 0xc6, 0xdb, 0x7b, 0xd7, 0x68, 0x2f, 0x1d, 0x46, 0x86, 0x53, 0x21, 0x63, 0x3c, 0xb3, 0x8e, 0x70, 0xf7, 0xa2, 0x24, 0x5f, 0xbc, 0x5f, 0x07, 0x4f, 0x6c, 0x25, 0x5f, 0x99, 0x0f, 0xc7, 0x3a, 0x42, 0xbd, 0x88, 0x59, 0x7b, 0xdc, 0xaf, 0x43, 0x56, 0x57, 0x94, 0x1c, 0x70, 0x8f, 0x7a, 0x07, 0xad, 0xe3, 0xc0, 0xed, 0xed, 0x15, 0xe6, 0xd8, 0xb8, 0x7a, 0x57, 0xe6, 0x03, 0xa4, 0x75, 0x33, 0x8d, 0x37, 0x1c, 0x14, 0x8d, 0x9c, 0x98, 0xef, 0x14, 0xa7, 0xda, 0xa8, 0x83, 0xcf, 0x84, 0x00, 0x0e, 0xc9, 0x76, 0xdf, 0xff, 0xfb, 0x6f, 0x36, 0x2c, 0xdc, 0x42, 0xe4, 0xba, 0xe1, 0x7d, 0xcd, 0xbc, 0x14, 0x9e, 0x95, 0x69, 0x03, 0x83, 0x41, 0x0e, 0xb5, 0xd9, 0xdf, 0xf0, 0xeb, 0x06, 0xaa, 0xc6, 0x3d, 0x89, 0xf1, 0xe1, 0xea, 0x85, 0xda, 0x4f, 0x3b, 0xa3, 0xc5, 0x26, 0x33, 0x36, 0xf3, 0xb6, 0xf5, 0x10, 0x6b, 0xbb, 0x16, 0x8b, 0x1c, 0xf5, 0xac, 0xbc, 0x5d, 0x7c, 0x1a, 0xe5, 0x6c } }; static const struct cckprng_op_reseed op_reseed_5967 = { .hd = { .id = 5710, .kind = OP_RESEED }, .nonce = 8247405293160835230ULL, .seed_nbytes = 90, .seed = { 0x85, 0xc6, 0x5e, 0x49, 0xf7, 0xff, 0x81, 0xbb, 0xaf, 0x1b, 0xb6, 0x81, 0x9c, 0x6a, 0x86, 0x03, 0xb0, 0x76, 0x67, 0xc0, 0x52, 0xb1, 0xe0, 0xa1, 0x36, 0x33, 0x03, 0xc5, 0x0b, 0xef, 0xc4, 0x28, 0x0f, 0xed, 0x88, 0x9f, 0x4b, 0x61, 0x2d, 0x85, 0x64, 0x96, 0x24, 0x54, 0xb0, 0x5b, 0xaa, 0x34, 0xa5, 0x78, 0x3b, 0x80, 0x25, 0x64, 0x0c, 0xdc, 0xaf, 0x64, 0xbb, 0x5f, 0x7e, 0xd4, 0xe8, 0x4a, 0x2b, 0x91, 0x71, 0x94, 0xd4, 0xf7, 0x5a, 0x27, 0x3c, 0x81, 0x8b, 0x2f, 0x37, 0xbe, 0xad, 0xaf, 0x86, 0xd2, 0x07, 0x1c, 0x19, 0xe0, 0xd4, 0x78, 0xef, 0xfc } }; static const struct cckprng_op_reseed op_reseed_5968 = { .hd = { .id = 5711, .kind = OP_RESEED }, .nonce = 9977140479299080835ULL, .seed_nbytes = 195, .seed = { 0x61, 0x5c, 0xd7, 0xc6, 0x06, 0x6a, 0xab, 0xa1, 0x15, 0x6d, 0xb7, 0x2d, 0x45, 0xbd, 0x27, 0xd4, 0x10, 0x73, 0xad, 0x38, 0xab, 0xe5, 0x0c, 0x33, 0x41, 0x57, 0xab, 0x2f, 0xdb, 0xe3, 0xe8, 0x82, 0xd0, 0x2e, 0x0a, 0x77, 0x80, 0x87, 0x4d, 0xbf, 0x17, 0x33, 0x2d, 0x1b, 0x07, 0x97, 0xdf, 0xf8, 0x53, 0xff, 0xc0, 0x62, 0x5b, 0x96, 0xb5, 0xe7, 0xd5, 0x25, 0x96, 0xfa, 0x4d, 0xae, 0x11, 0x66, 0xfd, 0x69, 0x9b, 0x97, 0xb6, 0x77, 0x59, 0xf2, 0x54, 0xf7, 0x72, 0xf8, 0x47, 0x07, 0x66, 0xec, 0xa3, 0x32, 0x3e, 0x16, 0x2f, 0x7e, 0x64, 0x62, 0xf8, 0x53, 0xf0, 0xc1, 0x68, 0xf6, 0x11, 0xac, 0xda, 0xb0, 0x3f, 0x73, 0x04, 0xfa, 0x19, 0x14, 0x13, 0x89, 0xfa, 0x94, 0x18, 0xdb, 0x74, 0x1c, 0x4d, 0x24, 0x23, 0x4d, 0x1c, 0x0b, 0xdf, 0x60, 0xe4, 0x8f, 0x50, 0x3e, 0xd6, 0xde, 0xec, 0xaf, 0x21, 0x42, 0x22, 0x0e, 0x1e, 0x5f, 0x82, 0x22, 0xfb, 0x6d, 0x60, 0x28, 0x7d, 0xd2, 0x96, 0xeb, 0x9a, 0x1c, 0x07, 0xa1, 0x46, 0xb6, 0xf3, 0x07, 0x03, 0x3c, 0x9e, 0x69, 0x08, 0xa7, 0x4d, 0xc4, 0x59, 0x2b, 0x15, 0x93, 0x5d, 0xd4, 0x31, 0xdf, 0x32, 0xff, 0x4b, 0xbc, 0x9b, 0x72, 0x81, 0x92, 0x40, 0x51, 0x65, 0x53, 0x42, 0xc8, 0x4b, 0x62, 0x7c, 0x83, 0xdd, 0xd7, 0x62, 0xaf, 0xc4, 0x87, 0x42, 0xe6, 0x52 } }; static const struct cckprng_op_generate op_init_5969 = { .hd = { .id = 5712, .kind = OP_GENERATE }, .rand_nbytes = 170, .out = { .rand = { 0x6d, 0xfc, 0xb6, 0xf2, 0x16, 0xbd, 0x30, 0xea, 0x9f, 0xa9, 0x9f, 0x62, 0x6f, 0xca, 0x22, 0xae, 0x46, 0x04, 0xe1, 0x57, 0xd6, 0xe8, 0x8e, 0x96, 0x6a, 0x67, 0x53, 0xcc, 0xdc, 0xba, 0xfa, 0x23, 0xeb, 0x10, 0x85, 0xb8, 0x08, 0x45, 0x17, 0x26, 0x75, 0xb5, 0x5f, 0x39, 0x47, 0x71, 0x0b, 0xa4, 0x0c, 0x97, 0xa2, 0x0c, 0xd4, 0x24, 0x30, 0xe1, 0xef, 0x8c, 0x58, 0x10, 0xb7, 0x43, 0xb7, 0xe5, 0xef, 0xfc, 0x10, 0x55, 0x28, 0x96, 0xb6, 0xe7, 0x56, 0x41, 0x65, 0xbd, 0x6d, 0xa7, 0x26, 0xed, 0x80, 0x37, 0x46, 0x59, 0x63, 0xf6, 0x6d, 0xdd, 0x42, 0x17, 0xe1, 0x18, 0xd4, 0x91, 0x36, 0x51, 0xbd, 0x51, 0x69, 0xb8, 0x08, 0x4b, 0x18, 0xbb, 0x18, 0x72, 0xf3, 0x6e, 0x5e, 0xd2, 0x6f, 0x38, 0x6c, 0x8d, 0x17, 0xcc, 0x28, 0x95, 0x60, 0x0e, 0x58, 0x52, 0x1b, 0xc3, 0x93, 0x48, 0x69, 0x40, 0x57, 0xc6, 0x5c, 0xb0, 0x7b, 0x05, 0x01, 0xb2, 0xd5, 0x41, 0x61, 0x37, 0x6f, 0x4c, 0xf5, 0xc9, 0xb4, 0xfc, 0x70, 0x7a, 0x39, 0x12, 0xd0, 0xa2, 0x1f, 0x7e, 0x6c, 0x3d, 0x78, 0x74, 0xa5, 0x7e, 0xe8, 0x97, 0xaa, 0x0b, 0x2b, 0xeb, 0x44, 0x15, 0x95, 0x99 } } }; static const struct cckprng_op_reseed op_reseed_5970 = { .hd = { .id = 5713, .kind = OP_RESEED }, .nonce = 7669329638983965069ULL, .seed_nbytes = 41, .seed = { 0xc5, 0x90, 0x0a, 0xdf, 0x3b, 0x1c, 0xea, 0xd5, 0x47, 0x50, 0xed, 0x5e, 0xc9, 0x57, 0xf3, 0x9c, 0x00, 0x9f, 0x90, 0xc0, 0x90, 0x8d, 0x0a, 0x2b, 0xd0, 0x93, 0x4f, 0x66, 0x6b, 0x17, 0xd1, 0x88, 0x81, 0xa2, 0xb0, 0xf7, 0x66, 0x9e, 0xeb, 0x27, 0x89 } }; static const struct cckprng_op_generate op_init_5971 = { .hd = { .id = 5714, .kind = OP_GENERATE }, .rand_nbytes = 177, .out = { .rand = { 0xfd, 0xd2, 0x8c, 0xea, 0xd2, 0xf7, 0x81, 0xe6, 0x70, 0xb1, 0xae, 0xe4, 0x08, 0x5c, 0x72, 0xcf, 0x81, 0xc7, 0xbd, 0xf2, 0x27, 0xf1, 0xb9, 0x4f, 0x84, 0x9b, 0xc3, 0x80, 0xce, 0x99, 0xbe, 0x8d, 0xfd, 0xdb, 0x52, 0xc7, 0x99, 0xa8, 0x39, 0xbb, 0x12, 0xca, 0x93, 0x77, 0xce, 0xb0, 0x46, 0x0a, 0xab, 0xbc, 0x20, 0x77, 0xb5, 0x37, 0x8d, 0x93, 0x15, 0x18, 0x93, 0x40, 0x62, 0x78, 0x15, 0x81, 0xef, 0x84, 0x35, 0x1b, 0x48, 0x46, 0x9c, 0xc4, 0xe9, 0x95, 0xa4, 0xc5, 0x8c, 0x44, 0x7e, 0xe5, 0xb2, 0x6a, 0xe2, 0x0b, 0xb3, 0x67, 0xc5, 0xbe, 0xe2, 0x93, 0xdc, 0x03, 0x35, 0xd1, 0xe0, 0x2a, 0x7b, 0xa8, 0x74, 0xcc, 0x82, 0x9c, 0x4d, 0x28, 0xc9, 0x5b, 0x41, 0xe6, 0x2c, 0x49, 0x15, 0xe4, 0xb6, 0x2d, 0xbf, 0x8f, 0x68, 0x6e, 0x2d, 0x96, 0x09, 0xca, 0xad, 0x31, 0x04, 0x58, 0x7f, 0x9c, 0x93, 0x80, 0x06, 0x54, 0x40, 0x4a, 0x94, 0x3f, 0x2a, 0xe5, 0x1f, 0xa0, 0x05, 0x4b, 0xc3, 0x1e, 0x3e, 0xd8, 0x10, 0xa6, 0x5b, 0xe6, 0x26, 0x3b, 0x3f, 0x0e, 0x88, 0xf0, 0x62, 0x1d, 0x79, 0x3e, 0x0d, 0xec, 0x15, 0xff, 0x3f, 0xad, 0x0d, 0x0b, 0x77, 0x1f, 0xc6, 0x82, 0xc5, 0x7d, 0x97, 0x61, 0x57 } } }; static const struct cckprng_op_generate op_init_5972 = { .hd = { .id = 5715, .kind = OP_GENERATE }, .rand_nbytes = 97, .out = { .rand = { 0x63, 0x50, 0xfd, 0xdc, 0xd3, 0x00, 0xc8, 0xc1, 0x2d, 0x74, 0x8e, 0xf3, 0xdf, 0xdc, 0xfd, 0x26, 0x88, 0x6b, 0x05, 0xf3, 0x84, 0xbd, 0x7c, 0xcf, 0x90, 0xad, 0xe0, 0x66, 0x89, 0x1b, 0x87, 0x5d, 0x6d, 0x2d, 0xef, 0xed, 0xef, 0x8f, 0xbc, 0xbe, 0x38, 0x32, 0x24, 0x40, 0x93, 0xd7, 0xc1, 0xf5, 0x69, 0x5c, 0x48, 0x1d, 0xa7, 0xdc, 0x06, 0x8b, 0xf5, 0x95, 0x1b, 0x89, 0x94, 0x5f, 0x60, 0xcb, 0xb8, 0x22, 0xc5, 0xae, 0xb0, 0x85, 0xcf, 0x93, 0x97, 0x96, 0x74, 0x10, 0x33, 0x6d, 0x3e, 0x5c, 0x8f, 0xed, 0xb4, 0x2a, 0x27, 0xbc, 0xfb, 0xa9, 0x59, 0xd5, 0x28, 0x38, 0x13, 0x6c, 0xa0, 0x2a, 0xa2 } } }; static const struct cckprng_op_generate op_init_5973 = { .hd = { .id = 5716, .kind = OP_GENERATE }, .rand_nbytes = 59, .out = { .rand = { 0x70, 0xbf, 0x83, 0xc0, 0x37, 0xcb, 0xde, 0x2a, 0xd2, 0x2a, 0x8b, 0xb0, 0xb6, 0x2f, 0xd7, 0xc0, 0x4e, 0xe3, 0x68, 0x7b, 0xb4, 0xaa, 0xa9, 0x0d, 0x83, 0xfd, 0xeb, 0x25, 0x56, 0x16, 0x29, 0x87, 0x00, 0xa7, 0x38, 0xba, 0x49, 0x67, 0xa0, 0x92, 0xd4, 0xe7, 0x83, 0x3d, 0xbc, 0xe3, 0x96, 0xf2, 0x2c, 0xc5, 0xb9, 0x03, 0x63, 0x27, 0x04, 0x33, 0x07, 0x2a, 0x35 } } }; static const struct cckprng_op_reseed op_reseed_5974 = { .hd = { .id = 5717, .kind = OP_RESEED }, .nonce = 13297381182306888899ULL, .seed_nbytes = 169, .seed = { 0x38, 0x35, 0xdd, 0xa8, 0xfd, 0xdd, 0x1e, 0xb3, 0x5b, 0x23, 0x23, 0x09, 0x7a, 0x67, 0xb3, 0x96, 0xec, 0x42, 0x71, 0x50, 0x22, 0x6c, 0x16, 0xb1, 0x73, 0x63, 0xb3, 0x96, 0x70, 0xf8, 0x1b, 0x69, 0x5b, 0x05, 0xe4, 0x8e, 0xeb, 0x59, 0x03, 0x08, 0x3c, 0xc5, 0x79, 0x65, 0x5c, 0xad, 0xa8, 0x5a, 0x6c, 0x23, 0x3a, 0xed, 0xd7, 0xed, 0x18, 0x83, 0x91, 0x01, 0xc7, 0xa9, 0xda, 0xb9, 0x24, 0x5f, 0x43, 0x00, 0xd0, 0x93, 0xca, 0xc8, 0xc3, 0x56, 0x24, 0x63, 0xb2, 0xf6, 0x42, 0x8c, 0x06, 0xe7, 0x77, 0x76, 0x3f, 0x6c, 0x9a, 0x0c, 0x01, 0x64, 0xa9, 0x5c, 0x02, 0x77, 0xf6, 0xdf, 0xda, 0xbd, 0x8c, 0xf9, 0x34, 0x29, 0xf2, 0xd7, 0xd8, 0x3a, 0xef, 0xe4, 0xdb, 0xbd, 0xd9, 0xd8, 0xd6, 0x40, 0xb1, 0xde, 0xa3, 0x4b, 0x72, 0x10, 0x0e, 0x59, 0xf7, 0xe4, 0xdd, 0x08, 0xa9, 0xdb, 0xa0, 0xc0, 0x27, 0x8f, 0x6b, 0x66, 0x30, 0x22, 0x9a, 0xe1, 0x6a, 0xd9, 0xb5, 0x7a, 0x62, 0xe3, 0xdd, 0x6e, 0x75, 0xf5, 0xe5, 0xe6, 0x3e, 0x35, 0x0d, 0xd0, 0xbd, 0x7f, 0x78, 0xe7, 0x8a, 0x6e, 0x13, 0xb7, 0x45, 0xc0, 0xcd, 0xa5, 0xb4, 0xfa, 0x58, 0xee, 0xa3 } }; static const struct cckprng_op_refresh op_refresh_5975 = { .hd = { .id = 5718, .kind = OP_REFRESH }, .rand = 13791543624496149187ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5976 = { .hd = { .id = 5719, .kind = OP_REFRESH }, .rand = 1265428106178973135ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5977 = { .hd = { .id = 5720, .kind = OP_REFRESH }, .rand = 6619375244986471340ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5978 = { .hd = { .id = 5721, .kind = OP_REFRESH }, .rand = 2326038529031437108ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5979 = { .hd = { .id = 5722, .kind = OP_GENERATE }, .rand_nbytes = 247, .out = { .rand = { 0xcc, 0x8c, 0x0c, 0xc6, 0x71, 0xd6, 0xd8, 0xf3, 0x18, 0x03, 0x38, 0xfc, 0x56, 0xcc, 0x0d, 0x19, 0x79, 0x87, 0x10, 0x5c, 0xcd, 0xbf, 0x90, 0xbb, 0x96, 0x90, 0xa1, 0x7f, 0x47, 0x02, 0x4c, 0x18, 0x5f, 0x1c, 0x8d, 0x0a, 0xdf, 0xcc, 0xd4, 0x7d, 0xa1, 0xd4, 0x39, 0x4e, 0x22, 0xf3, 0xbc, 0x22, 0x94, 0x13, 0xdb, 0xd7, 0x53, 0xe4, 0x42, 0x53, 0x24, 0x65, 0xa9, 0x32, 0x15, 0x93, 0x40, 0x54, 0x04, 0x69, 0x9f, 0xb6, 0x5d, 0x90, 0x98, 0xde, 0x92, 0x9b, 0x3b, 0x29, 0xa6, 0xee, 0xd4, 0x2f, 0x13, 0xb7, 0x90, 0xe5, 0x53, 0x57, 0x87, 0xaf, 0x94, 0xff, 0x1a, 0x13, 0x16, 0x44, 0xfe, 0x82, 0xef, 0x6d, 0x55, 0x3b, 0x74, 0xce, 0x36, 0x1f, 0x4c, 0x1b, 0x17, 0xb2, 0xfd, 0xe1, 0xc5, 0xe3, 0x9d, 0x5f, 0x24, 0xc2, 0x8f, 0x55, 0x0e, 0x05, 0x4d, 0xf1, 0x1b, 0xe8, 0x7b, 0xb5, 0xe3, 0xe6, 0xff, 0xd0, 0x09, 0x35, 0xd7, 0xec, 0x7c, 0x1b, 0x45, 0x58, 0xa0, 0xb7, 0xcf, 0xba, 0xe6, 0xc2, 0x7e, 0xb6, 0x99, 0xda, 0xa6, 0xa2, 0xff, 0xbc, 0x89, 0xbe, 0xa5, 0x82, 0x4a, 0x25, 0xc5, 0xb5, 0x31, 0xa0, 0xed, 0xd8, 0x61, 0xa7, 0x4d, 0xcd, 0x31, 0x66, 0x9d, 0x89, 0x1f, 0x6c, 0xe7, 0x06, 0xd8, 0x3e, 0x9d, 0xc7, 0x0d, 0x41, 0x29, 0x81, 0xfb, 0xd2, 0xca, 0x94, 0x50, 0x34, 0xd7, 0xc9, 0x7c, 0xc7, 0xb0, 0x79, 0xf6, 0x45, 0x31, 0x8b, 0x06, 0x42, 0x5b, 0x90, 0x31, 0x82, 0x2e, 0x5d, 0xd9, 0x54, 0x87, 0xe5, 0x9e, 0x19, 0xfe, 0xb6, 0xf8, 0xc6, 0x6e, 0x4a, 0xec, 0x1f, 0x88, 0x2e, 0x7e, 0xe3, 0x86, 0xe9, 0x15, 0xdf, 0x2c, 0xea, 0x00, 0x67, 0xd4, 0xa6, 0xa2, 0x44, 0xb9, 0x4d, 0xb5, 0x6a, 0x93, 0x4b, 0xfd, 0xc9, 0x3d } } }; static const struct cckprng_op_refresh op_refresh_5980 = { .hd = { .id = 5723, .kind = OP_REFRESH }, .rand = 17556191597988118651ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5981 = { .hd = { .id = 5724, .kind = OP_RESEED }, .nonce = 1923716308334365239ULL, .seed_nbytes = 193, .seed = { 0xa8, 0x55, 0xbb, 0x22, 0x16, 0xa1, 0x8b, 0x0d, 0x5b, 0xce, 0x4d, 0x9e, 0x42, 0x59, 0x0f, 0x69, 0x7c, 0x52, 0x80, 0x9b, 0x01, 0xb3, 0x37, 0x1e, 0x9b, 0xe5, 0xd1, 0x24, 0x1e, 0x60, 0x9a, 0x06, 0xb5, 0xe4, 0x05, 0x07, 0xea, 0x6e, 0xdd, 0xe3, 0x79, 0xdc, 0xeb, 0x26, 0x72, 0xc8, 0xb8, 0x33, 0xbc, 0x02, 0x68, 0x92, 0xc7, 0x98, 0xb2, 0x4b, 0x82, 0x78, 0x37, 0xe5, 0x61, 0xfa, 0x4e, 0xa7, 0xab, 0x10, 0x37, 0xcc, 0x9d, 0x3f, 0x26, 0xb7, 0x1d, 0xc3, 0xb0, 0xc4, 0x00, 0xaa, 0x93, 0x77, 0xa4, 0x54, 0x27, 0xe7, 0xe4, 0xfb, 0xfe, 0x45, 0xc4, 0x68, 0xf3, 0xc1, 0xe0, 0xac, 0xd4, 0x73, 0x1e, 0xae, 0xc8, 0x63, 0x38, 0xdf, 0xe3, 0x0b, 0x26, 0xf8, 0x37, 0x40, 0x62, 0x28, 0xf6, 0xc4, 0x5c, 0x46, 0xe7, 0x05, 0x08, 0x5a, 0x0e, 0xd1, 0x76, 0x9e, 0xf8, 0xbd, 0x7e, 0xcd, 0x84, 0x78, 0xc6, 0x2a, 0x18, 0xbf, 0xbf, 0x4c, 0x0b, 0xa4, 0x4a, 0x56, 0xf6, 0x55, 0x02, 0x29, 0x98, 0xb7, 0x81, 0xa0, 0x5a, 0x18, 0x1e, 0xa1, 0x28, 0xef, 0xa2, 0xd1, 0xf9, 0xe8, 0xaf, 0x22, 0x50, 0xc4, 0xb0, 0xa8, 0x9f, 0xbe, 0x06, 0x18, 0x14, 0xc6, 0x41, 0x1d, 0xfc, 0xff, 0x2d, 0x61, 0x6c, 0x9c, 0xf5, 0xdd, 0x01, 0xdc, 0x58, 0x6c, 0x76, 0xce, 0x13, 0x2a, 0x16, 0x4a, 0x75, 0x32, 0x72, 0x27, 0x84 } }; static const struct cckprng_op_generate op_init_5982 = { .hd = { .id = 5725, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0xe0, 0x3e, 0xe8, 0x09, 0xd0, 0x65, 0x51, 0xb8, 0xd8, 0x72, 0xf9, 0x31, 0x3b, 0xe4, 0x38, 0x11, 0x5c, 0xbf, 0x59, 0x0f, 0xb5, 0xa8, 0xe2, 0xdd, 0xc8, 0x37, 0x59, 0x29, 0x8d, 0xc7, 0xa6, 0x33, 0x82, 0x2a, 0xb5, 0x68, 0x6c, 0xfe, 0xe8, 0x0d, 0xba, 0x3b, 0x56, 0x76, 0xae, 0x56, 0x08, 0x01, 0x72, 0x77, 0xad, 0xd4, 0x1e, 0x10, 0x47, 0x98, 0x1d, 0xb4, 0x30, 0x98, 0x50, 0xed, 0xcb, 0x49, 0x50, 0x68, 0xde, 0x79, 0xc7, 0xe5, 0x5e, 0xc7, 0x84, 0x59, 0xe1, 0xc4, 0x7c, 0x7d, 0xbb, 0xa7, 0x9f, 0x0d, 0xb0, 0x58, 0x2c, 0x68, 0x1c, 0x69, 0x01, 0x70, 0x30, 0x4d, 0xd0, 0xcd, 0x97, 0xc7, 0x5c, 0x03, 0x28, 0x07, 0x52, 0x26, 0x96, 0x76, 0x7c, 0xcb, 0xd1, 0x69, 0x74, 0x5c, 0x9e, 0x1a, 0x00, 0x9e, 0x51, 0x85, 0xd2, 0x21, 0xd3, 0xc8, 0xc3, 0x9d, 0x9c, 0x07, 0x17, 0xf8, 0x61, 0x1a, 0x6a, 0x9a, 0xfd, 0xbe, 0x51, 0x51, 0x3f, 0x7f, 0xfa, 0xb0, 0xff, 0xfa, 0x64, 0xec, 0x8a, 0x51, 0x94, 0xba, 0x85, 0x76, 0x06, 0x60, 0x91, 0x4a, 0x2d, 0x39, 0xdf, 0xd9, 0x02, 0xbb, 0x56, 0xa4, 0xf6, 0x25, 0xe8, 0x0e, 0x86, 0xb1, 0x2d, 0xa0, 0xfb, 0xc9, 0x1e, 0xa2, 0xd6, 0x45, 0xc8, 0x74, 0xc0, 0xcb, 0x12, 0x55, 0x81, 0x83, 0x05, 0x5e, 0x07, 0x40, 0x5f, 0xe4, 0x7e, 0xdb, 0x00, 0x69, 0x46, 0x16, 0xcf, 0x6c, 0xb0, 0x16, 0x19, 0xd1, 0xea, 0xfe, 0xe0, 0xd4, 0x31, 0x29, 0x4f, 0x46, 0x90, 0x2e, 0x17, 0x2e, 0x23, 0xf9, 0x6a, 0x7d, 0x12, 0xff, 0x01, 0xb3, 0xc6, 0x58, 0x65, 0x68, 0x5b, 0x67, 0x4b, 0xd7, 0x93, 0x71, 0x76, 0x7c, 0xed, 0x24, 0xcc, 0x3c, 0xa2, 0x8b, 0x9b, 0x72, 0xa8, 0x48, 0x24, 0x93, 0xb8, 0xe5, 0x7a, 0x2c, 0xa5, 0x6e, 0xe4, 0xa4 } } }; static const struct cckprng_op_refresh op_refresh_5983 = { .hd = { .id = 5726, .kind = OP_REFRESH }, .rand = 9777336102901642706ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_5984 = { .hd = { .id = 5727, .kind = OP_GENERATE }, .rand_nbytes = 81, .out = { .rand = { 0x08, 0xed, 0xda, 0x3f, 0xc0, 0xb3, 0x02, 0x91, 0x37, 0x4d, 0x37, 0x69, 0xf6, 0xdc, 0x59, 0x48, 0x14, 0xe2, 0x6f, 0x32, 0xaa, 0xd0, 0x9c, 0xf5, 0x07, 0xd4, 0x05, 0x97, 0x5f, 0xec, 0x4f, 0x68, 0xb1, 0xe8, 0x7e, 0x99, 0x93, 0xcb, 0xf8, 0xfe, 0x71, 0x95, 0xc5, 0xbd, 0xe8, 0xd9, 0x33, 0x28, 0x79, 0xe2, 0x25, 0xc7, 0x2c, 0x63, 0x54, 0x53, 0x2d, 0x7e, 0xa6, 0xa5, 0x62, 0xf2, 0x78, 0x40, 0x60, 0xbd, 0x79, 0xd7, 0xcb, 0x44, 0xab, 0xed, 0x35, 0xe7, 0x79, 0x89, 0xee, 0xdc, 0x63, 0x53, 0x23 } } }; static const struct cckprng_op_reseed op_reseed_5985 = { .hd = { .id = 5728, .kind = OP_RESEED }, .nonce = 12466103049002412725ULL, .seed_nbytes = 156, .seed = { 0x2d, 0x37, 0xe8, 0x44, 0x24, 0x0a, 0x11, 0xcc, 0xe9, 0x0f, 0xda, 0x14, 0x90, 0x09, 0x69, 0xc2, 0x81, 0x18, 0x73, 0x5c, 0xba, 0x7b, 0xf2, 0x27, 0x52, 0xb7, 0xac, 0xba, 0x96, 0x03, 0xb4, 0xff, 0x62, 0x1d, 0x5f, 0x8e, 0xcb, 0x02, 0x5a, 0x1e, 0x48, 0xdb, 0xda, 0x23, 0xfc, 0x72, 0x1b, 0xbe, 0xc8, 0x23, 0x87, 0x81, 0xe7, 0x6e, 0xc6, 0x30, 0xc9, 0x29, 0xa9, 0x8c, 0xfd, 0x01, 0x15, 0xde, 0x7d, 0x1b, 0x07, 0x62, 0x89, 0xcf, 0x54, 0xa3, 0x8d, 0x76, 0xf8, 0x50, 0x55, 0x9c, 0x1f, 0xd8, 0xba, 0x5e, 0x40, 0xdd, 0xd8, 0xcc, 0x9f, 0x3e, 0xe9, 0xca, 0xfb, 0x7e, 0x7a, 0xeb, 0xa2, 0x5b, 0xdc, 0x2c, 0xe9, 0x80, 0x9f, 0xb1, 0x96, 0x1e, 0x9f, 0x0d, 0xc5, 0x31, 0x52, 0x48, 0xaf, 0xce, 0xcb, 0xd9, 0x9e, 0x60, 0xc5, 0x39, 0x27, 0xd5, 0xa4, 0x81, 0x71, 0x74, 0xe6, 0x91, 0x5d, 0xc8, 0xdf, 0x03, 0x01, 0xe6, 0xf5, 0x06, 0x17, 0x70, 0xbd, 0xc8, 0x34, 0x9a, 0x95, 0x69, 0x05, 0x64, 0x0b, 0x6d, 0xb8, 0xdc, 0x8b, 0x70, 0x0d, 0xd1, 0x4c, 0x29, 0x99, 0x42 } }; static const struct cckprng_op_generate op_init_5986 = { .hd = { .id = 5729, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0x58, 0x6b, 0x14, 0x0c, 0x22, 0x7a, 0x79, 0x26, 0x0d, 0x15, 0xce, 0x6f, 0x90, 0x3f, 0xc3, 0x76, 0x35, 0xb2, 0x8c, 0xbc, 0xfd, 0xc7, 0x77, 0xe6, 0xa2, 0xfd, 0x25, 0x69, 0xd8, 0x7d, 0x81, 0x25, 0xb9, 0xe1, 0xa1, 0x06, 0xc7, 0x13, 0x7c, 0xc1, 0x68, 0x1a, 0x9b, 0x02, 0x1b, 0x03, 0xf8, 0x60, 0xc1, 0xad, 0xc4, 0x35, 0x07, 0x95, 0xb6, 0xa4, 0x32, 0x54, 0xf2, 0x02, 0x56, 0x24, 0x31, 0xb4, 0x74, 0xa2, 0x6b } } }; static const struct cckprng_op_refresh op_refresh_5987 = { .hd = { .id = 5730, .kind = OP_REFRESH }, .rand = 8531865991953296630ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5988 = { .hd = { .id = 5731, .kind = OP_REFRESH }, .rand = 14904937741419429384ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5989 = { .hd = { .id = 5732, .kind = OP_RESEED }, .nonce = 3037285465692791457ULL, .seed_nbytes = 64, .seed = { 0xf7, 0x35, 0x6c, 0x94, 0x4c, 0x1a, 0xa5, 0xe8, 0x41, 0x8c, 0x99, 0x6b, 0x77, 0xb6, 0x7a, 0xad, 0x92, 0xd3, 0x8c, 0x1a, 0xd6, 0x19, 0xf0, 0xc3, 0xba, 0xd3, 0x79, 0xda, 0x13, 0xa7, 0x9a, 0xb2, 0xcd, 0xd4, 0x7a, 0xae, 0x77, 0xaf, 0x24, 0x87, 0x85, 0xb6, 0x91, 0x55, 0xf4, 0x4f, 0x26, 0xdf, 0x64, 0xd9, 0x6c, 0x68, 0xf2, 0x97, 0xe5, 0xd3, 0x14, 0x76, 0x74, 0x3b, 0x02, 0xf4, 0x73, 0xb3 } }; static const struct cckprng_op_refresh op_refresh_5990 = { .hd = { .id = 5733, .kind = OP_REFRESH }, .rand = 4467161233660637908ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5991 = { .hd = { .id = 5734, .kind = OP_REFRESH }, .rand = 14239443751845886536ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5992 = { .hd = { .id = 5735, .kind = OP_REFRESH }, .rand = 6991113882415411074ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_5993 = { .hd = { .id = 5736, .kind = OP_REFRESH }, .rand = 8771612291852368512ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_5994 = { .hd = { .id = 5737, .kind = OP_RESEED }, .nonce = 16840192604724403790ULL, .seed_nbytes = 207, .seed = { 0x96, 0x64, 0x31, 0xf6, 0xff, 0x62, 0x72, 0xe8, 0x87, 0x2d, 0x1b, 0x9d, 0x99, 0xac, 0x2d, 0x5f, 0x3a, 0xfb, 0x9d, 0x27, 0x8b, 0x0e, 0x03, 0x5c, 0xa0, 0x37, 0xf4, 0xd6, 0x04, 0xf4, 0xab, 0xd7, 0x18, 0xb0, 0x1d, 0x21, 0xee, 0x45, 0xf3, 0x20, 0xd1, 0x93, 0xd7, 0x94, 0xf1, 0x4f, 0xa4, 0xab, 0xbe, 0xba, 0x30, 0x1f, 0xe0, 0x80, 0x9b, 0x91, 0x31, 0xd9, 0xb1, 0x90, 0x36, 0x2f, 0x2a, 0xa6, 0xb4, 0xc8, 0x37, 0x90, 0x7b, 0xff, 0x2f, 0x69, 0x17, 0x0e, 0xc5, 0x30, 0x05, 0xc6, 0xe6, 0xd0, 0x51, 0xf7, 0x08, 0xd8, 0xc4, 0xbf, 0xb0, 0x63, 0x4d, 0x18, 0x03, 0x12, 0x8c, 0x6f, 0x27, 0xf1, 0x90, 0xef, 0x44, 0x4b, 0x7e, 0x1a, 0x29, 0xd1, 0xb2, 0x62, 0x4b, 0x85, 0xc8, 0x56, 0x81, 0x34, 0x3e, 0xe8, 0xd7, 0x22, 0x2d, 0x16, 0x86, 0x1c, 0x4b, 0x6b, 0xa4, 0xec, 0x19, 0xd1, 0x85, 0x25, 0x02, 0xf4, 0x61, 0xcf, 0x62, 0x16, 0xdc, 0xbb, 0x39, 0x46, 0x04, 0xab, 0x85, 0xde, 0x14, 0x61, 0x6c, 0x65, 0x30, 0xa1, 0xc2, 0x2a, 0xa4, 0x42, 0x38, 0x0c, 0xc5, 0x40, 0xf1, 0x4d, 0x15, 0x18, 0xc1, 0xc3, 0xdd, 0xbb, 0x7c, 0x1d, 0xd6, 0x41, 0xc8, 0xf2, 0x47, 0x88, 0x8a, 0x81, 0x11, 0x39, 0x1a, 0x00, 0x17, 0x23, 0x4d, 0xcd, 0xb4, 0xb8, 0x4a, 0xbe, 0x7c, 0x12, 0x44, 0x20, 0xd2, 0x78, 0xdb, 0xda, 0x5f, 0x28, 0x0a, 0x9f, 0x4e, 0x32, 0x26, 0xad, 0xc1, 0x78, 0x46, 0xa0, 0xea } }; static const struct cckprng_op_reseed op_reseed_5995 = { .hd = { .id = 5738, .kind = OP_RESEED }, .nonce = 4000400508772663296ULL, .seed_nbytes = 219, .seed = { 0xf3, 0xd3, 0xca, 0xe2, 0x17, 0x5f, 0x99, 0xd5, 0x99, 0xa0, 0xc4, 0xef, 0xad, 0x37, 0xf0, 0x7c, 0xb1, 0x6b, 0x77, 0x2e, 0xd2, 0x43, 0x25, 0x95, 0xd0, 0x29, 0xc7, 0xdf, 0xce, 0x6c, 0x06, 0x47, 0xac, 0xf6, 0xfc, 0x16, 0xfb, 0x26, 0x80, 0xd3, 0x57, 0x3e, 0xb1, 0x83, 0x26, 0xa3, 0xf6, 0x23, 0xf6, 0x37, 0xa0, 0x99, 0x78, 0x3f, 0x63, 0x7f, 0x0c, 0x01, 0xf3, 0xfc, 0x29, 0x82, 0xf9, 0xf5, 0xf6, 0x09, 0xd1, 0x0e, 0x7b, 0x07, 0x4d, 0xd3, 0x4e, 0x79, 0xf9, 0xfe, 0x3b, 0x5f, 0x73, 0x17, 0x70, 0x03, 0x83, 0xe1, 0xf3, 0x03, 0xd8, 0xc8, 0x4b, 0x09, 0xae, 0xd8, 0x87, 0xec, 0x73, 0x64, 0xf0, 0x59, 0x7a, 0x02, 0xc2, 0x05, 0x80, 0x6a, 0xdf, 0x95, 0x97, 0x84, 0xfe, 0x31, 0xf1, 0x80, 0x5b, 0x15, 0x75, 0xaf, 0x63, 0x8b, 0x94, 0x2b, 0x0f, 0xd3, 0x25, 0x89, 0xc9, 0xa5, 0x4b, 0x7f, 0xee, 0x89, 0xdd, 0x7e, 0xdd, 0x8b, 0x38, 0xd0, 0x2d, 0xdf, 0x8d, 0x36, 0x9d, 0x8a, 0x1d, 0x5f, 0x46, 0xdb, 0x32, 0x10, 0xb2, 0xf7, 0x0c, 0xc0, 0x07, 0x1d, 0xec, 0xf0, 0xbd, 0xd9, 0x91, 0xff, 0x56, 0x22, 0x50, 0xf4, 0x09, 0x80, 0xe8, 0xa2, 0xb3, 0x5d, 0xf1, 0xfd, 0x05, 0x1f, 0x5c, 0x79, 0x90, 0x2b, 0x60, 0xb3, 0xdb, 0x94, 0x43, 0x75, 0xb8, 0x9e, 0x36, 0x74, 0xa2, 0x47, 0xf7, 0x55, 0x60, 0x7d, 0xfc, 0x3f, 0xe1, 0xe4, 0xa2, 0x28, 0x4f, 0x20, 0xdf, 0x14, 0x06, 0x9e, 0x2c, 0xed, 0x2d, 0xac, 0xcc, 0x2b, 0x53, 0xf8, 0xc0, 0x07, 0xbf, 0xf2, 0xf2 } }; static const struct cckprng_op_reseed op_reseed_5996 = { .hd = { .id = 5739, .kind = OP_RESEED }, .nonce = 7434950332974449804ULL, .seed_nbytes = 35, .seed = { 0x1e, 0xf1, 0xc9, 0x3a, 0x7d, 0xd1, 0x02, 0x6a, 0x61, 0x01, 0x3a, 0x59, 0xad, 0x63, 0xec, 0x27, 0x9f, 0xa3, 0x60, 0x83, 0x2e, 0x1c, 0xfd, 0x09, 0x1c, 0x7c, 0x2e, 0x6b, 0x27, 0x75, 0xc6, 0xff, 0x2f, 0x33, 0x70 } }; static const struct cckprng_op_generate op_init_5997 = { .hd = { .id = 5740, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0x6e, 0x5c, 0x99, 0xbd, 0xbf, 0x9e, 0xd1, 0x51, 0xe5, 0x64, 0x81, 0x28, 0x34, 0xc9, 0xba, 0x77, 0xc4, 0x06, 0xb8, 0x25, 0xec, 0x6f, 0xe0, 0xb4, 0x58, 0xa6, 0xa7, 0x42, 0x1d, 0xc4, 0x85, 0xf5, 0x19, 0x8e, 0x4d, 0xfd, 0x00, 0xe3, 0x80, 0xf2, 0x28, 0xa9, 0xe2, 0x5c, 0xd5, 0xdd, 0xb0, 0xcb, 0xf5, 0xe1, 0xa7, 0xf0, 0x68, 0xd0, 0xb8, 0x66, 0x8c, 0x87, 0x17, 0x86, 0x4f, 0xfb, 0x76, 0xc6, 0x3d, 0x8c, 0xe9, 0x25, 0x9b, 0x30, 0x7d, 0xfd, 0x57, 0xc3, 0x8e, 0xc5, 0x3b, 0xef, 0x82, 0x4b, 0xce, 0x92, 0x2c, 0x3c, 0x60, 0x66, 0x94, 0x58, 0x31, 0xf1, 0x40, 0x07, 0xd3, 0xd6, 0xb2, 0xd4, 0xe8, 0x13, 0x69, 0xfe, 0xfc, 0x04, 0xeb, 0x10, 0x00, 0xd8, 0x7b, 0x7c, 0x7a, 0x2e, 0xa8, 0x9d, 0x3d, 0x38, 0x6c, 0xa9, 0x68, 0xed, 0x7c, 0x39, 0x1e, 0xf6, 0xdd, 0x93, 0x20, 0xf9, 0x65, 0x54, 0x51, 0x68, 0xd6, 0x74, 0xe7, 0x8c, 0x5f, 0x9e } } }; static const struct cckprng_op_reseed op_reseed_5998 = { .hd = { .id = 5741, .kind = OP_RESEED }, .nonce = 12334180506465508939ULL, .seed_nbytes = 93, .seed = { 0x3b, 0xf6, 0x08, 0x3e, 0x68, 0x54, 0xac, 0x36, 0xcb, 0x56, 0x88, 0x4d, 0x52, 0xb7, 0x53, 0x63, 0x29, 0x5a, 0xd6, 0x3a, 0xc1, 0x4e, 0x11, 0x23, 0x9a, 0x94, 0x86, 0x76, 0x4d, 0x19, 0xce, 0xca, 0xfa, 0xc5, 0x97, 0xb4, 0xbb, 0x2c, 0xcf, 0x5d, 0xaf, 0x19, 0xc7, 0x8e, 0x63, 0xfd, 0x5b, 0x03, 0x5d, 0x1d, 0x75, 0x4f, 0xc1, 0x46, 0xcc, 0xe4, 0x89, 0x77, 0xc6, 0xae, 0xc6, 0xbb, 0x35, 0xe5, 0x3e, 0x1c, 0xee, 0x95, 0x58, 0xf8, 0x87, 0x10, 0xbb, 0xa0, 0x44, 0x44, 0x98, 0x0c, 0x0f, 0xf2, 0xad, 0x47, 0xc1, 0x8f, 0xf0, 0xe4, 0x50, 0x01, 0x50, 0x74, 0x6d, 0x3e, 0x28 } }; static const struct cckprng_op_reseed op_reseed_5999 = { .hd = { .id = 5742, .kind = OP_RESEED }, .nonce = 15917218336217733142ULL, .seed_nbytes = 95, .seed = { 0x78, 0x8d, 0xad, 0x04, 0xf9, 0x7a, 0x43, 0xa3, 0x46, 0x8d, 0xba, 0x07, 0xeb, 0xa9, 0x65, 0x2d, 0x83, 0xba, 0x36, 0xc5, 0x83, 0x85, 0x03, 0x0f, 0xb3, 0x7b, 0xb5, 0xf7, 0x20, 0x1f, 0x1f, 0xfe, 0xc7, 0x2e, 0x2b, 0xcc, 0x68, 0xab, 0x6c, 0x83, 0xc0, 0x59, 0x47, 0x46, 0xf5, 0xdb, 0xfd, 0x40, 0xef, 0xfd, 0xc3, 0x01, 0x1f, 0x97, 0xea, 0x93, 0xed, 0x82, 0x03, 0x0c, 0x89, 0x5b, 0x1c, 0xd6, 0x5c, 0x44, 0x86, 0x10, 0x2b, 0x31, 0x75, 0x97, 0x62, 0xcd, 0xf9, 0x90, 0xb8, 0x94, 0x5d, 0x22, 0x22, 0x50, 0xa2, 0xec, 0x8a, 0x5a, 0x4d, 0x9c, 0x82, 0x77, 0xe7, 0x05, 0x16, 0xfc, 0x31 } }; static const struct cckprng_op_generate op_init_6000 = { .hd = { .id = 5743, .kind = OP_GENERATE }, .rand_nbytes = 124, .out = { .rand = { 0xbc, 0xce, 0xf2, 0x22, 0xf5, 0xb3, 0xdd, 0xe8, 0x47, 0x7c, 0x0b, 0xcf, 0xe1, 0x97, 0xc6, 0x09, 0xdf, 0x2e, 0x83, 0x84, 0xa4, 0x48, 0x65, 0x88, 0x8b, 0x32, 0xdc, 0x65, 0x3c, 0x8b, 0x42, 0x0b, 0x1c, 0xbf, 0x7f, 0x05, 0xcd, 0xad, 0xbf, 0xc9, 0x85, 0x5d, 0x1d, 0x3e, 0x78, 0x72, 0x05, 0xd0, 0x92, 0xb3, 0x46, 0xe1, 0xb5, 0xb1, 0x3b, 0x5d, 0xd7, 0x22, 0xae, 0xf9, 0x5f, 0x17, 0x05, 0x11, 0x7f, 0x07, 0x92, 0xab, 0xe1, 0xcc, 0x76, 0x93, 0x4a, 0xa5, 0x1c, 0x7a, 0xd8, 0x99, 0x7d, 0xf3, 0x3a, 0xe0, 0x10, 0x91, 0x6d, 0xc3, 0x9a, 0x48, 0xf1, 0x59, 0x35, 0x94, 0x52, 0x6b, 0x8e, 0xc6, 0xf0, 0xdd, 0x0e, 0xa2, 0xf6, 0x26, 0xd0, 0x7e, 0x05, 0x53, 0x7a, 0xfd, 0x94, 0x16, 0x30, 0x5e, 0xc1, 0xc9, 0x8e, 0x0b, 0x20, 0x0a, 0x79, 0x66, 0xe2, 0xb0, 0x6b, 0xf9 } } }; static const struct cckprng_op_generate op_init_6001 = { .hd = { .id = 5744, .kind = OP_GENERATE }, .rand_nbytes = 221, .out = { .rand = { 0xdb, 0x41, 0xda, 0x66, 0x66, 0xf5, 0x08, 0xe8, 0x97, 0xb0, 0xf4, 0x76, 0xf6, 0xe4, 0x41, 0xf8, 0x67, 0xdb, 0x6b, 0x96, 0x5d, 0x19, 0x5b, 0x46, 0x9c, 0xd5, 0x4b, 0x53, 0xfc, 0x76, 0xd6, 0xbd, 0xab, 0xaa, 0x50, 0x83, 0x95, 0x67, 0x94, 0x2d, 0xfb, 0x21, 0x92, 0x1d, 0x64, 0xfb, 0x54, 0xaa, 0x29, 0x26, 0x1d, 0xba, 0x94, 0x1d, 0xbd, 0x10, 0xcf, 0x81, 0x92, 0x38, 0xa7, 0x60, 0x01, 0x31, 0x91, 0x46, 0x8d, 0xad, 0x53, 0x0b, 0x0d, 0xe1, 0x51, 0x16, 0x65, 0x2d, 0xae, 0x75, 0x22, 0xad, 0xdb, 0x46, 0x69, 0x26, 0x80, 0x4d, 0xa1, 0x1f, 0xc0, 0xbd, 0x83, 0x0d, 0xdd, 0x31, 0xd6, 0xfb, 0xa2, 0xa5, 0x53, 0x8a, 0xf4, 0x56, 0x6b, 0x2e, 0x77, 0xd3, 0xb7, 0xff, 0x30, 0xe1, 0x57, 0xa3, 0x08, 0xb8, 0x9c, 0x58, 0x30, 0x53, 0xc6, 0x2a, 0x78, 0xa0, 0x60, 0xb0, 0xe5, 0x46, 0xe8, 0x50, 0xc4, 0x4c, 0xbd, 0x05, 0x51, 0x89, 0xdb, 0x2f, 0x54, 0x7d, 0x01, 0x71, 0xdc, 0x8b, 0x0f, 0x9a, 0x6d, 0x75, 0x89, 0x29, 0xcd, 0x75, 0x49, 0x1a, 0x11, 0x58, 0xe8, 0x1a, 0x54, 0x8d, 0xeb, 0xe6, 0x63, 0x95, 0x52, 0xaa, 0xba, 0xbb, 0x4d, 0x37, 0x36, 0xaf, 0x42, 0x6d, 0x61, 0xe1, 0x49, 0x87, 0x06, 0xd8, 0x14, 0x35, 0xa9, 0xc0, 0x0e, 0x2a, 0xaf, 0x53, 0xaa, 0xfa, 0xc0, 0x77, 0xb3, 0x7f, 0xa6, 0x02, 0x1c, 0xa5, 0xe1, 0xb3, 0x4b, 0x1a, 0xd2, 0x19, 0x2c, 0xd2, 0xff, 0x76, 0xae, 0xda, 0x1e, 0xed, 0x3a, 0x96, 0x71, 0x13, 0xc0, 0x84, 0xdf, 0x47, 0xb2, 0x23, 0x54 } } }; static const struct cckprng_op_refresh op_refresh_6002 = { .hd = { .id = 5745, .kind = OP_REFRESH }, .rand = 11762439996168520505ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6003 = { .hd = { .id = 5746, .kind = OP_RESEED }, .nonce = 9300087119922103397ULL, .seed_nbytes = 48, .seed = { 0x4c, 0x7c, 0xbd, 0x80, 0xee, 0x1d, 0x59, 0x1a, 0xa6, 0xfb, 0xe7, 0xe5, 0x0c, 0xac, 0xf0, 0x90, 0x63, 0x6a, 0x2a, 0xfb, 0x0d, 0x71, 0xb0, 0xf2, 0x2a, 0xfb, 0x84, 0x0b, 0xde, 0x51, 0x93, 0x7d, 0x81, 0xf2, 0xe9, 0x2f, 0xb3, 0x6a, 0x8b, 0xaa, 0xaa, 0xe3, 0xdd, 0x2e, 0xc4, 0xc6, 0x7d, 0xc9 } }; static const struct cckprng_op_generate op_init_6004 = { .hd = { .id = 5747, .kind = OP_GENERATE }, .rand_nbytes = 28, .out = { .rand = { 0x91, 0x11, 0x28, 0x6a, 0xe1, 0xe2, 0x9c, 0xea, 0xe4, 0xee, 0xfe, 0xcf, 0x14, 0x17, 0x7b, 0x28, 0x6a, 0xba, 0x36, 0x2e, 0xb8, 0x48, 0x5e, 0x98, 0x19, 0xfe, 0x07, 0x8e } } }; static const struct cckprng_op_reseed op_reseed_6005 = { .hd = { .id = 5748, .kind = OP_RESEED }, .nonce = 3977174547891861155ULL, .seed_nbytes = 17, .seed = { 0x84, 0x1a, 0x20, 0x28, 0x07, 0x09, 0x84, 0xf7, 0x8c, 0xfd, 0xdf, 0xf2, 0x6f, 0xb3, 0xc6, 0x9c, 0x3e } }; static const struct cckprng_op_generate op_init_6006 = { .hd = { .id = 5749, .kind = OP_GENERATE }, .rand_nbytes = 270, .out = { .rand = { 0x33, 0xbb, 0x85, 0x37, 0x81, 0xe8, 0x19, 0xe4, 0xe8, 0x4f, 0x29, 0x5b, 0x10, 0x66, 0xca, 0x2a, 0x35, 0xef, 0x2f, 0x3f, 0x43, 0x96, 0x23, 0xdc, 0x00, 0xba, 0x0e, 0x62, 0xf8, 0x12, 0x43, 0x2d, 0xc6, 0x30, 0xdc, 0x73, 0xfb, 0xda, 0x0c, 0x20, 0x9b, 0xee, 0x33, 0x71, 0x9e, 0xd6, 0x04, 0x23, 0x4d, 0xcc, 0xa5, 0x47, 0xc0, 0xc8, 0xc8, 0xac, 0xcb, 0x2a, 0xfb, 0xaf, 0x15, 0xbe, 0xb4, 0x2a, 0xd8, 0x1d, 0xcc, 0x36, 0xe2, 0x82, 0x95, 0x23, 0xb0, 0x8a, 0x10, 0xdc, 0xbe, 0x38, 0x05, 0x61, 0x1d, 0x60, 0x1d, 0x6d, 0x5e, 0xc2, 0x7b, 0xc9, 0xce, 0x7d, 0x3b, 0xb8, 0xb7, 0xb9, 0xe5, 0x96, 0xed, 0xed, 0xf8, 0x00, 0x8a, 0xe7, 0xfb, 0x31, 0x31, 0x34, 0x67, 0x9f, 0x53, 0xc9, 0xb2, 0x11, 0xcf, 0xb2, 0x06, 0x36, 0xaf, 0xd2, 0x29, 0xf1, 0x11, 0x44, 0x2b, 0xb9, 0x2a, 0x23, 0x3e, 0xfa, 0x7b, 0xf9, 0x24, 0x0e, 0xed, 0xba, 0x4d, 0xec, 0xfe, 0xd7, 0x1f, 0xfc, 0x1e, 0x67, 0xd5, 0xa9, 0xd2, 0x2f, 0xd8, 0xd6, 0x28, 0x0b, 0x39, 0x69, 0xd6, 0xaf, 0x0c, 0xd8, 0x4e, 0x8b, 0xb9, 0x4f, 0x23, 0xfd, 0x9d, 0x7f, 0x7a, 0x64, 0xbb, 0x88, 0x70, 0xea, 0x52, 0xf2, 0x36, 0x46, 0xd0, 0x46, 0xc1, 0x88, 0x66, 0x11, 0xf3, 0xe2, 0x31, 0x7b, 0x8b, 0xaf, 0x35, 0x56, 0x15, 0xec, 0x09, 0x3e, 0xac, 0x9a, 0x04, 0x5e, 0xfe, 0xce, 0xb8, 0x39, 0x61, 0x52, 0x4b, 0x53, 0x38, 0xf1, 0xcf, 0xd6, 0xb1, 0x84, 0x9a, 0xf9, 0x1c, 0x7a, 0xeb, 0xa0, 0x9a, 0xa2, 0xbe, 0x39, 0x95, 0xf7, 0x83, 0x13, 0xbd, 0x55, 0x0c, 0xaa, 0x58, 0xbd, 0xe4, 0x1d, 0x7c, 0xe3, 0xc5, 0x95, 0x4d, 0xfc, 0xbf, 0x11, 0x0a, 0x21, 0x27, 0x0d, 0xe2, 0xbc, 0xf0, 0x5a, 0xed, 0x02, 0x52, 0xf9, 0xbc, 0x20, 0xa4, 0x30, 0x33, 0xf8, 0x7b, 0x4a, 0x8f, 0x22, 0x04, 0x0d, 0x58, 0xc0, 0x70, 0x4f, 0x11, 0x7f } } }; static const struct cckprng_op_reseed op_reseed_6007 = { .hd = { .id = 5750, .kind = OP_RESEED }, .nonce = 11631791395272873639ULL, .seed_nbytes = 170, .seed = { 0x29, 0xd8, 0xe4, 0x60, 0xe3, 0xe8, 0xc6, 0x2b, 0x3f, 0x54, 0x94, 0x83, 0x7c, 0x54, 0x0d, 0x3e, 0x56, 0xce, 0x36, 0xec, 0xc0, 0xd2, 0xa6, 0xcb, 0x7d, 0x79, 0xf5, 0x87, 0x13, 0xb3, 0x62, 0x6b, 0x57, 0x96, 0xf5, 0x5a, 0x61, 0xa4, 0xfa, 0x54, 0x6f, 0xb3, 0x00, 0xf0, 0xbd, 0xde, 0x88, 0x16, 0x47, 0x49, 0xcd, 0xfb, 0x03, 0xf8, 0xbe, 0x95, 0x88, 0xce, 0xfd, 0xc1, 0xcc, 0x4b, 0x16, 0x30, 0x5b, 0x82, 0x20, 0x37, 0x8e, 0x8e, 0xfb, 0xe6, 0x4f, 0x12, 0xf8, 0x0c, 0x1d, 0x00, 0xf8, 0xa4, 0x83, 0x9a, 0x80, 0x96, 0x69, 0x81, 0xd5, 0x83, 0x42, 0xa3, 0x79, 0x28, 0x05, 0x6a, 0x1b, 0xa7, 0x45, 0x32, 0x66, 0xb1, 0xf5, 0xf3, 0x4c, 0x04, 0x08, 0xd8, 0x8d, 0x6d, 0x49, 0x3b, 0x2e, 0x50, 0x6d, 0xf4, 0xb9, 0x30, 0xb0, 0x05, 0x83, 0x12, 0x49, 0x29, 0x41, 0x7b, 0xe6, 0x62, 0x58, 0x0d, 0x21, 0x3a, 0x2b, 0x61, 0x03, 0x96, 0xb6, 0xbe, 0x3e, 0x82, 0xfd, 0x78, 0x15, 0xcc, 0x25, 0xa7, 0x1f, 0x9e, 0x53, 0x0c, 0x20, 0x63, 0xf7, 0xb0, 0xf0, 0x6e, 0xc9, 0x38, 0x7b, 0x03, 0x26, 0x22, 0xb7, 0xbd, 0x15, 0xcb, 0xcf, 0xa2, 0xf2, 0xf0, 0x79, 0x6b } }; static const struct cckprng_op_reseed op_reseed_6008 = { .hd = { .id = 5751, .kind = OP_RESEED }, .nonce = 5814489235038573973ULL, .seed_nbytes = 227, .seed = { 0xe0, 0x46, 0xc0, 0x49, 0xb7, 0x76, 0x20, 0xba, 0xcc, 0x8c, 0xbd, 0x40, 0x92, 0xb1, 0xb1, 0x1c, 0x44, 0x7c, 0x37, 0xc7, 0x07, 0x2b, 0x66, 0x2e, 0x7f, 0xa6, 0xbc, 0xfd, 0x7d, 0x3f, 0xe1, 0xa4, 0xf4, 0xb8, 0x50, 0x9b, 0x15, 0x53, 0x59, 0x51, 0xbc, 0x50, 0x36, 0x80, 0x46, 0xae, 0x7b, 0x99, 0xec, 0xc6, 0x02, 0xb1, 0xfe, 0xfa, 0x8c, 0x9f, 0xe2, 0xc3, 0xb5, 0xfb, 0x6b, 0xb9, 0xf5, 0x47, 0xf7, 0x48, 0x30, 0xc0, 0xd7, 0x6e, 0x50, 0x44, 0x56, 0xc3, 0xb9, 0x58, 0xcb, 0x7d, 0xc4, 0xb7, 0xc7, 0x96, 0xa2, 0x39, 0x7b, 0x7b, 0x0d, 0x27, 0x1f, 0xc1, 0x63, 0x02, 0xe4, 0x8f, 0x07, 0x6f, 0x93, 0xce, 0xe9, 0xf9, 0x70, 0xa1, 0x5d, 0x43, 0x8c, 0x9f, 0xda, 0x37, 0xea, 0xad, 0xb4, 0xa4, 0xbd, 0xe1, 0x19, 0x51, 0xe3, 0x0f, 0xb1, 0x69, 0x1e, 0x6b, 0x44, 0x4b, 0xfe, 0x80, 0x6b, 0xd6, 0x36, 0xce, 0x9e, 0xdb, 0x67, 0x6f, 0x3d, 0xc9, 0x9c, 0xdd, 0x28, 0x4b, 0xe0, 0x24, 0x28, 0xb4, 0xc1, 0x5e, 0x41, 0x34, 0x3a, 0x11, 0xed, 0x93, 0x98, 0x4a, 0x95, 0x5e, 0xe3, 0xa4, 0x90, 0x44, 0x6a, 0x59, 0x27, 0x06, 0x34, 0xd9, 0x50, 0x05, 0x4b, 0x30, 0x92, 0xa0, 0x7d, 0xfb, 0xed, 0x16, 0x3b, 0x03, 0xeb, 0x95, 0x80, 0x24, 0xf8, 0x2f, 0x70, 0xc5, 0x0c, 0x7a, 0x01, 0xc2, 0x8e, 0x9d, 0x0e, 0xad, 0xa9, 0xd0, 0xc0, 0xa9, 0x9d, 0xb0, 0xf8, 0x39, 0x74, 0x1a, 0x78, 0xe1, 0x49, 0x5b, 0x3d, 0x2e, 0x15, 0x44, 0x21, 0x5e, 0x56, 0xcb, 0x59, 0x57, 0x4b, 0xbc, 0x78, 0xda, 0x5c, 0x8e, 0x0b, 0xae, 0x4d } }; static const struct cckprng_op_reseed op_reseed_6009 = { .hd = { .id = 5752, .kind = OP_RESEED }, .nonce = 7485486598818223789ULL, .seed_nbytes = 48, .seed = { 0xf3, 0x2e, 0xb4, 0x3e, 0x10, 0xf4, 0x3e, 0x15, 0xdb, 0x83, 0x5e, 0xf4, 0x3c, 0x64, 0xa1, 0x98, 0xb3, 0x53, 0xc7, 0x21, 0xf2, 0xbd, 0x08, 0x4a, 0xa2, 0xfa, 0xc3, 0x46, 0x83, 0x78, 0x3c, 0x8f, 0xa8, 0xb9, 0xe2, 0x12, 0x29, 0xc3, 0x21, 0x3b, 0x9b, 0x0a, 0x0d, 0xfa, 0x4f, 0x7f, 0x1f, 0x3d } }; static const struct cckprng_op_reseed op_reseed_6010 = { .hd = { .id = 5753, .kind = OP_RESEED }, .nonce = 12486347971555861374ULL, .seed_nbytes = 207, .seed = { 0xa3, 0xb0, 0x22, 0x64, 0x5e, 0xb3, 0x73, 0xb2, 0xde, 0x21, 0x61, 0x27, 0x87, 0x7f, 0x72, 0x96, 0xa4, 0x32, 0x23, 0x67, 0xb2, 0x6d, 0xd7, 0x06, 0xdf, 0xe7, 0xc8, 0xe5, 0x55, 0x8e, 0x99, 0xf0, 0x50, 0xd5, 0x0f, 0x6d, 0xd7, 0x94, 0x25, 0x1b, 0xb4, 0x88, 0x6a, 0x76, 0x1e, 0xc8, 0x29, 0xe0, 0x2a, 0xaa, 0x22, 0x6f, 0xe7, 0x3d, 0x20, 0xe5, 0x0d, 0xd2, 0x86, 0x3c, 0xb8, 0x32, 0x76, 0x21, 0x2f, 0xd4, 0xb1, 0x90, 0x07, 0x11, 0x1a, 0x0d, 0x68, 0xd6, 0x3e, 0x20, 0x2b, 0x6e, 0xc0, 0x53, 0xab, 0x9f, 0x4b, 0x96, 0xcf, 0xad, 0x5e, 0xd3, 0xa1, 0x30, 0x26, 0xeb, 0x2f, 0x7d, 0x93, 0xb9, 0xb0, 0xe9, 0xa6, 0x3d, 0x3e, 0xa5, 0x8a, 0xbc, 0x8d, 0x46, 0x0a, 0xcf, 0xa4, 0xc8, 0x09, 0x5b, 0xb6, 0xfc, 0xf5, 0x64, 0x02, 0x04, 0xa7, 0x57, 0xc5, 0x55, 0xd3, 0xa6, 0x8a, 0x3e, 0x9a, 0x5b, 0xe5, 0xc7, 0x5b, 0x8b, 0x80, 0x86, 0x7b, 0xc3, 0x2a, 0x32, 0x5d, 0x28, 0x01, 0x2f, 0x0c, 0x14, 0xdc, 0x42, 0x20, 0x8c, 0x36, 0x35, 0x3a, 0x42, 0x0a, 0xe8, 0xee, 0xf8, 0xd9, 0x19, 0xd9, 0x53, 0x51, 0x32, 0xf2, 0xb6, 0x09, 0x77, 0xb6, 0x1f, 0xe4, 0x60, 0xc6, 0x11, 0x93, 0x1f, 0x88, 0xdb, 0xed, 0x23, 0x67, 0xa0, 0x9e, 0x46, 0xaf, 0xa8, 0xac, 0x6d, 0x64, 0x30, 0x79, 0xd6, 0xf3, 0x41, 0x54, 0x58, 0x8a, 0x56, 0xa4, 0x38, 0x6b, 0x39, 0xa2, 0x1f, 0x38, 0x4a, 0x41, 0xf6, 0x67 } }; static const struct cckprng_op_reseed op_reseed_6011 = { .hd = { .id = 5754, .kind = OP_RESEED }, .nonce = 18405489532629709328ULL, .seed_nbytes = 41, .seed = { 0x55, 0x00, 0x50, 0xf7, 0xdc, 0xb1, 0x3f, 0xf5, 0xfd, 0x32, 0xf2, 0xf9, 0x2b, 0x2e, 0x3f, 0x44, 0x94, 0x4d, 0xe6, 0x1e, 0x27, 0xe8, 0xb9, 0xa7, 0xec, 0x19, 0xd0, 0x80, 0x65, 0xe0, 0x66, 0x06, 0xac, 0xb3, 0x03, 0x18, 0xaf, 0x56, 0x38, 0xd0, 0x0b } }; static const struct cckprng_op_reseed op_reseed_6012 = { .hd = { .id = 5755, .kind = OP_RESEED }, .nonce = 3579676797557267083ULL, .seed_nbytes = 156, .seed = { 0x8a, 0x96, 0xbb, 0x09, 0x6e, 0xfa, 0x43, 0x03, 0x63, 0x55, 0xe0, 0x1f, 0x2d, 0xf7, 0xe5, 0xef, 0x5a, 0x15, 0x01, 0xc2, 0x0b, 0xea, 0xf1, 0x9d, 0x79, 0xea, 0xee, 0x16, 0x3d, 0x3f, 0x1c, 0x21, 0x35, 0x14, 0x0f, 0x3e, 0x47, 0x98, 0x74, 0x90, 0xd5, 0xba, 0xf3, 0xa5, 0x05, 0xdb, 0xa7, 0xd2, 0xd1, 0xa8, 0x33, 0xb4, 0x08, 0x0a, 0x41, 0x05, 0xfd, 0xc1, 0xeb, 0x88, 0x51, 0x4e, 0xc8, 0x9e, 0xc8, 0x85, 0x4d, 0x50, 0xe6, 0x9f, 0x14, 0x6a, 0x9b, 0x7e, 0xdd, 0xe1, 0xe3, 0x8b, 0x6d, 0xd3, 0xfc, 0x87, 0x50, 0x35, 0xd9, 0xa8, 0xf3, 0x56, 0x51, 0x0c, 0xe6, 0xb3, 0xd3, 0x14, 0x9e, 0x6a, 0xbb, 0x18, 0x7d, 0xbb, 0x51, 0xc6, 0x58, 0x9a, 0x50, 0xb4, 0xdc, 0x3e, 0x67, 0xeb, 0x01, 0x05, 0x32, 0x2d, 0x15, 0xe8, 0xb8, 0x07, 0x4a, 0x48, 0x86, 0xdc, 0x14, 0xda, 0xf4, 0xa3, 0x66, 0xfc, 0xa0, 0x74, 0x0a, 0x1b, 0xa9, 0xdf, 0xb1, 0x2c, 0x38, 0x3d, 0x7f, 0x53, 0x51, 0x3d, 0xe7, 0x90, 0x67, 0x81, 0x84, 0x9a, 0x56, 0x71, 0xe8, 0xcb, 0x56, 0xc2, 0x62, 0xe8 } }; static const struct cckprng_op_refresh op_refresh_6013 = { .hd = { .id = 5756, .kind = OP_REFRESH }, .rand = 289954365505579971ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6014 = { .hd = { .id = 5757, .kind = OP_GENERATE }, .rand_nbytes = 53, .out = { .rand = { 0x4c, 0xf5, 0x94, 0xd3, 0x00, 0xbd, 0xe1, 0x2d, 0x6e, 0x65, 0xea, 0x48, 0xab, 0x3a, 0xcf, 0xfa, 0x41, 0x53, 0x3f, 0xf3, 0x21, 0x9f, 0x8f, 0xf7, 0x2f, 0x7f, 0x83, 0x6a, 0xb8, 0x47, 0x91, 0xe0, 0x30, 0xcf, 0xe1, 0xc2, 0xbe, 0xb1, 0x0b, 0x9f, 0x80, 0x4f, 0x73, 0x6e, 0x34, 0x9e, 0x87, 0x96, 0xcd, 0x20, 0x8b, 0x4e, 0x57 } } }; static const struct cckprng_op_refresh op_refresh_6015 = { .hd = { .id = 5758, .kind = OP_REFRESH }, .rand = 5111698120554661437ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6016 = { .hd = { .id = 5759, .kind = OP_RESEED }, .nonce = 18313473161847958968ULL, .seed_nbytes = 246, .seed = { 0xe4, 0x20, 0x1f, 0x11, 0xbb, 0x96, 0x1a, 0x08, 0x1b, 0x0e, 0x29, 0x45, 0x85, 0xe6, 0x14, 0xe1, 0xf1, 0xb9, 0xb0, 0x5e, 0x06, 0x8a, 0xfa, 0xc0, 0xd4, 0x50, 0x79, 0x82, 0xbd, 0x19, 0x5c, 0xe9, 0xe5, 0x48, 0xc2, 0x81, 0xf3, 0x71, 0x4f, 0xe8, 0xe8, 0x77, 0x38, 0x87, 0x0f, 0x4c, 0x44, 0x98, 0x17, 0xae, 0xf2, 0x1c, 0x44, 0x27, 0xc1, 0x62, 0xf9, 0x01, 0xa3, 0xb4, 0x3a, 0xb4, 0x4a, 0xa2, 0x85, 0x21, 0x42, 0x07, 0xbe, 0xe7, 0xb3, 0x5c, 0xe6, 0xab, 0xc0, 0xaf, 0xf9, 0x9c, 0x3d, 0xbd, 0xc7, 0x90, 0x64, 0x7c, 0xf1, 0x43, 0xc8, 0x0f, 0x5a, 0xf3, 0xe7, 0xe0, 0xda, 0x95, 0x15, 0x77, 0xea, 0x9d, 0xd0, 0x31, 0x31, 0xff, 0x9f, 0x75, 0x78, 0xf0, 0xb6, 0x1b, 0xc2, 0x93, 0x66, 0x05, 0x85, 0x24, 0xba, 0xba, 0x3f, 0xca, 0x2f, 0xf8, 0xa6, 0x17, 0xfa, 0xf4, 0x46, 0xa2, 0x13, 0xd1, 0x2f, 0x8c, 0x66, 0xe5, 0x78, 0x0f, 0x81, 0x83, 0xc0, 0x2d, 0x28, 0x88, 0x1c, 0x39, 0xe8, 0xfc, 0x5c, 0x95, 0x9a, 0x35, 0x01, 0x42, 0x86, 0x01, 0x02, 0xad, 0xba, 0x11, 0x19, 0x4f, 0xac, 0xad, 0xcc, 0x84, 0xe2, 0x49, 0x89, 0x87, 0x79, 0x2a, 0xb2, 0x35, 0xc8, 0x1f, 0x87, 0x5b, 0x50, 0x5e, 0x02, 0x3a, 0xae, 0xa0, 0x72, 0x25, 0xaf, 0x71, 0xdc, 0x58, 0xc3, 0x84, 0xb2, 0x49, 0xc2, 0xae, 0x8b, 0xd5, 0xc2, 0x6a, 0x5d, 0x91, 0x2b, 0x42, 0x12, 0xbc, 0x7e, 0xc4, 0x67, 0x80, 0x4e, 0xc1, 0x06, 0x5f, 0x15, 0x7e, 0x4f, 0x78, 0xcd, 0x30, 0xfe, 0x81, 0xbc, 0x5e, 0xbc, 0x7d, 0xb6, 0x56, 0x2b, 0x8a, 0x45, 0x6d, 0xdd, 0x72, 0x38, 0xcb, 0x51, 0x77, 0xbf, 0x86, 0x5d, 0x50, 0xad, 0x11, 0x71, 0x22, 0x7e, 0x1f, 0x3b, 0x0e } }; static const struct cckprng_op_reseed op_reseed_6017 = { .hd = { .id = 5760, .kind = OP_RESEED }, .nonce = 2815595787346699629ULL, .seed_nbytes = 219, .seed = { 0xd9, 0x48, 0xaa, 0x27, 0xb0, 0xe1, 0xc3, 0x78, 0xf0, 0xe4, 0x85, 0xe7, 0xad, 0x4c, 0xdf, 0xfe, 0x33, 0x2b, 0x8d, 0x0e, 0x94, 0x87, 0xff, 0x94, 0xc2, 0x1f, 0x10, 0xee, 0x01, 0x01, 0xb2, 0x08, 0xb8, 0xff, 0xd3, 0x62, 0x28, 0x1f, 0x0a, 0xd7, 0x04, 0x20, 0xd2, 0x50, 0x18, 0x05, 0x8e, 0x06, 0xf3, 0xb1, 0xf2, 0x99, 0x53, 0x45, 0x4b, 0xaa, 0xbf, 0x87, 0x63, 0x3f, 0x1a, 0x7d, 0xac, 0x49, 0x07, 0xb8, 0xc0, 0x18, 0x69, 0x86, 0x35, 0xf7, 0x15, 0x53, 0xfd, 0xd8, 0xa1, 0x05, 0x70, 0x74, 0xb8, 0x1f, 0x25, 0x0c, 0x01, 0x4d, 0xbf, 0x65, 0xab, 0x99, 0xa1, 0xad, 0x2f, 0x8a, 0xb1, 0x4e, 0xed, 0xde, 0x45, 0x2f, 0x0e, 0xd4, 0xf6, 0xdd, 0x18, 0x7b, 0x88, 0x7b, 0x9e, 0xe6, 0x36, 0xa1, 0x88, 0xc8, 0x69, 0x86, 0xe5, 0x88, 0xc5, 0x09, 0xf3, 0x5e, 0x17, 0xc3, 0xb6, 0x07, 0xbb, 0x47, 0xe2, 0xba, 0xbd, 0xdd, 0xec, 0x51, 0xbb, 0x6c, 0xea, 0xfb, 0x47, 0xb5, 0x48, 0x20, 0xa4, 0x5b, 0x07, 0x71, 0x29, 0xeb, 0xaa, 0xfc, 0x8e, 0x38, 0x1e, 0x68, 0xfe, 0x2d, 0xe1, 0xe9, 0xdb, 0x4e, 0xd1, 0x2e, 0xad, 0x3e, 0xad, 0x08, 0xcc, 0x41, 0x0a, 0xa3, 0x78, 0x8b, 0x22, 0x5f, 0xec, 0x0a, 0x3c, 0x02, 0x73, 0x58, 0x1c, 0xa4, 0xff, 0xab, 0xe7, 0x6a, 0xfa, 0x75, 0x1f, 0x3f, 0x5f, 0xad, 0x34, 0xaf, 0x8b, 0xf2, 0x3c, 0xbc, 0x88, 0xc9, 0xea, 0xc0, 0x08, 0x3c, 0xb8, 0xf3, 0x12, 0x7b, 0x1c, 0x2f, 0xe0, 0x1e, 0x2a, 0xbb, 0xc0, 0x60, 0xc5, 0xcd, 0x56 } }; static const struct cckprng_op_refresh op_refresh_6018 = { .hd = { .id = 5761, .kind = OP_REFRESH }, .rand = 13764596466300376704ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6019 = { .hd = { .id = 5762, .kind = OP_RESEED }, .nonce = 11172575162553034668ULL, .seed_nbytes = 17, .seed = { 0xbc, 0x3d, 0xf4, 0x45, 0x7d, 0x86, 0xd1, 0xb2, 0xe7, 0x55, 0x61, 0x87, 0x1c, 0xc4, 0xbd, 0x91, 0x58 } }; static const struct cckprng_op_reseed op_reseed_6020 = { .hd = { .id = 5763, .kind = OP_RESEED }, .nonce = 14511767309440247342ULL, .seed_nbytes = 83, .seed = { 0x4f, 0xd5, 0x0e, 0x4f, 0x33, 0x8e, 0x38, 0x4c, 0x84, 0x5b, 0xcc, 0x57, 0xe2, 0xf9, 0x50, 0xf5, 0x76, 0x7a, 0xde, 0x94, 0xf3, 0x71, 0xa7, 0x34, 0x4b, 0x2a, 0xdd, 0xed, 0xee, 0x3f, 0xe8, 0x88, 0xa5, 0x2b, 0xdd, 0x84, 0x67, 0x47, 0x8b, 0xb8, 0xcf, 0xdd, 0x16, 0xc7, 0x8f, 0xd1, 0xe9, 0xca, 0xec, 0x39, 0x96, 0x37, 0x31, 0x9c, 0x2a, 0xa1, 0x28, 0x6a, 0x7b, 0xfa, 0xba, 0x28, 0xeb, 0xd5, 0x14, 0xa6, 0x5c, 0x7a, 0x20, 0x20, 0x69, 0x34, 0xc1, 0x19, 0xdf, 0x62, 0x3c, 0xc3, 0xf7, 0xdf, 0xfb, 0xf3, 0x39 } }; static const struct cckprng_op_refresh op_refresh_6021 = { .hd = { .id = 5764, .kind = OP_REFRESH }, .rand = 493109633922831117ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6022 = { .hd = { .id = 5765, .kind = OP_GENERATE }, .rand_nbytes = 156, .out = { .rand = { 0x30, 0xf3, 0x08, 0x47, 0x25, 0x16, 0xce, 0x06, 0xc1, 0x12, 0x5d, 0xa5, 0xea, 0x5d, 0xdf, 0xdd, 0x2e, 0x31, 0xe8, 0x58, 0xb4, 0x03, 0xa4, 0x8f, 0xca, 0x48, 0xf7, 0xfa, 0x50, 0x28, 0xb7, 0x27, 0xac, 0xa5, 0x00, 0xed, 0x8a, 0x2d, 0xd3, 0x93, 0x3a, 0x03, 0xfd, 0x6f, 0xaa, 0x78, 0xf2, 0x0a, 0xdd, 0x1c, 0x8d, 0x84, 0x22, 0x6b, 0x88, 0xbd, 0x22, 0x0e, 0xd4, 0x63, 0xb9, 0x4c, 0x5f, 0xb0, 0xcd, 0x42, 0x79, 0x44, 0xbc, 0x93, 0xd1, 0x58, 0xb0, 0x9c, 0xae, 0x38, 0xd6, 0x84, 0x15, 0x52, 0x9b, 0x73, 0x34, 0xe9, 0xba, 0x29, 0x57, 0x7f, 0x73, 0xdb, 0xc5, 0x42, 0xf8, 0x47, 0x4a, 0x65, 0x7d, 0xe7, 0x3b, 0xce, 0xd5, 0x56, 0xd5, 0x32, 0x2e, 0xb1, 0x65, 0xd5, 0x76, 0xac, 0x56, 0x06, 0x29, 0xa3, 0xbe, 0x35, 0x32, 0x03, 0x93, 0xe0, 0xe6, 0x6a, 0x5c, 0xe8, 0x84, 0xa1, 0xdf, 0xf7, 0xcc, 0x8b, 0xb6, 0xde, 0x7c, 0x94, 0x6d, 0x9a, 0xc0, 0x37, 0x54, 0xd5, 0x95, 0x98, 0xf4, 0x6c, 0xec, 0x84, 0x25, 0x51, 0xbe, 0x80, 0xb3, 0xbf, 0x3d, 0xef, 0x9c, 0x88 } } }; static const struct cckprng_op_generate op_init_6023 = { .hd = { .id = 5766, .kind = OP_GENERATE }, .rand_nbytes = 136, .out = { .rand = { 0x28, 0xf1, 0x56, 0xab, 0x16, 0x49, 0xff, 0x34, 0x3c, 0xcf, 0xcc, 0x9c, 0x41, 0x00, 0xc4, 0x05, 0xe8, 0xd4, 0xb2, 0x4c, 0x51, 0x1c, 0x45, 0x28, 0xf1, 0xf2, 0xc9, 0x82, 0x7e, 0xe4, 0xed, 0x1a, 0x60, 0xfa, 0xbf, 0xa8, 0x2e, 0xbc, 0xd0, 0xf7, 0xa4, 0xed, 0x67, 0x1a, 0xfe, 0x19, 0x7b, 0xd5, 0xf5, 0x0b, 0x1f, 0x48, 0xbc, 0xd2, 0xbd, 0x56, 0xe2, 0xd1, 0x45, 0x13, 0xe9, 0xd8, 0xad, 0x46, 0xf7, 0xbf, 0x08, 0xb7, 0x32, 0x8c, 0x11, 0xd5, 0xe2, 0x66, 0x8d, 0x0a, 0xa8, 0xe7, 0x8f, 0x94, 0x86, 0xc1, 0x8f, 0x24, 0x7e, 0x8d, 0xa1, 0x83, 0x78, 0x62, 0xc0, 0x28, 0xe2, 0x30, 0x19, 0x1a, 0xaa, 0xc3, 0xc9, 0xf0, 0x0b, 0x94, 0x96, 0x8b, 0x78, 0x37, 0xad, 0xfc, 0x07, 0x77, 0xe4, 0x33, 0x05, 0xc4, 0x6c, 0x88, 0x0f, 0xdb, 0xf5, 0x10, 0xeb, 0x87, 0xaa, 0x8e, 0x32, 0xef, 0xef, 0xba, 0x1a, 0xde, 0x37, 0xda, 0xfe, 0xfc, 0x36, 0xc8 } } }; static const struct cckprng_op_refresh op_refresh_6024 = { .hd = { .id = 5767, .kind = OP_REFRESH }, .rand = 11549931020203333776ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6025 = { .hd = { .id = 5768, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0xce, 0xa5, 0x07, 0x0d, 0x27, 0xb4, 0x0a, 0x5f, 0x9c, 0xf2, 0x7c, 0x1f, 0x22, 0xd1, 0xd1, 0xc3, 0x8d, 0xd3, 0xfb, 0xa1, 0xb7, 0x3e, 0x8e, 0x8d, 0xcf, 0x3a, 0xfb, 0x77, 0x6f, 0xde, 0x9f, 0xe8, 0xfa, 0xc6, 0x0b, 0x71, 0x0d, 0xd2, 0x89, 0x7f, 0x90, 0xc1, 0x80, 0xc9, 0x3a, 0xa5, 0xdd, 0xa8, 0x7c, 0x83, 0x21, 0xce, 0xa1, 0xb2, 0x61, 0x60, 0xea, 0xef, 0x26, 0xe8, 0x3b, 0xe6, 0xf3, 0xd5, 0xba, 0x12, 0x92, 0xf0, 0x67, 0x1f, 0x40, 0x42, 0xe2, 0x49, 0x43, 0xa0, 0xa4, 0x4d, 0xe1, 0x82, 0xb9, 0xd1, 0x1e, 0x3d, 0x30, 0x61, 0xbf, 0xea, 0x07, 0xf3, 0x5a, 0x4c, 0x0d, 0x10, 0x60, 0x23, 0xbc, 0xfc, 0xf0, 0xc4, 0xd4, 0x41, 0x19, 0x6f, 0xa4, 0xe3, 0x6a, 0xbd, 0x5f, 0x1a, 0xd9, 0x5b, 0xa1, 0xd1, 0xc8, 0xe2, 0x38, 0xc3, 0xef, 0x76, 0xa8, 0x5c, 0x3b, 0x89, 0xef, 0x6c, 0xb2, 0x88, 0xd7, 0x10, 0x68, 0x10, 0xfb, 0x19, 0xe0, 0xc3, 0x33, 0x30, 0xf5, 0x88, 0x9b, 0x30, 0x82, 0x73, 0xdb, 0xbe, 0xe6, 0x6d, 0x2b, 0xad, 0xe4, 0x2f, 0x0b, 0x6e, 0xa2, 0x56, 0xe4, 0x99, 0xd4, 0x13, 0x30, 0xd7, 0xb2, 0x34, 0x4d, 0x58, 0x59, 0x06, 0xb7, 0xb8, 0xe9, 0x92, 0xe5, 0x82, 0xe6, 0x28, 0xbb, 0xff, 0x21, 0xa1, 0x77, 0x47, 0x8f, 0x3d, 0x47, 0xd7, 0x4c, 0x85, 0xe3, 0x63, 0xae, 0xef, 0x47, 0xdc, 0x16, 0xa4, 0x75, 0x76, 0xdf, 0xe0, 0xdb, 0xe3, 0xab, 0x0c, 0x58, 0x25, 0x87, 0x4a, 0xb4, 0x0b, 0xe9, 0x2b, 0x96, 0xde, 0xb4, 0xa9, 0x9d, 0x81, 0xb6 } } }; static const struct cckprng_op_generate op_init_6026 = { .hd = { .id = 5769, .kind = OP_GENERATE }, .rand_nbytes = 96, .out = { .rand = { 0x74, 0xa7, 0x73, 0xa4, 0xa1, 0x28, 0x0c, 0xda, 0xbe, 0xb3, 0x5b, 0xe9, 0x19, 0x14, 0x15, 0x6f, 0xd2, 0x4c, 0x1c, 0xd7, 0x80, 0x54, 0x70, 0xa1, 0x96, 0x3a, 0xd1, 0xc6, 0x6c, 0x38, 0x49, 0xc1, 0xb9, 0x11, 0x22, 0x41, 0xc3, 0x9f, 0x9d, 0x0a, 0x25, 0x84, 0x7e, 0xe9, 0x42, 0x5f, 0x1c, 0xad, 0x98, 0x93, 0x2f, 0xda, 0x9c, 0xcd, 0x8c, 0x73, 0xc6, 0xde, 0xb4, 0xbe, 0xf0, 0x5f, 0x8f, 0xf1, 0x71, 0x71, 0xde, 0x12, 0x2b, 0xe4, 0x04, 0x57, 0x5d, 0x87, 0x6d, 0x8a, 0x75, 0xe5, 0xc5, 0x21, 0x56, 0xe5, 0xf8, 0x17, 0x10, 0x85, 0x29, 0x8e, 0xa8, 0x92, 0x4c, 0x8a, 0xd8, 0x61, 0xbc, 0x6f } } }; static const struct cckprng_op_reseed op_reseed_6027 = { .hd = { .id = 5770, .kind = OP_RESEED }, .nonce = 14087931099150519425ULL, .seed_nbytes = 244, .seed = { 0xd8, 0x6c, 0x74, 0x68, 0x68, 0x43, 0x12, 0x7d, 0x0e, 0x8e, 0x68, 0x52, 0xa6, 0x0e, 0x1c, 0xc8, 0x97, 0xe5, 0xec, 0x0b, 0x73, 0x6e, 0x3f, 0x9b, 0x0f, 0xd3, 0x27, 0xd8, 0xb2, 0xd2, 0x8e, 0x30, 0xd6, 0x29, 0xce, 0x87, 0x4b, 0x77, 0x98, 0x0e, 0x20, 0xc3, 0x34, 0x48, 0xfa, 0x59, 0xfc, 0xa5, 0x99, 0xe6, 0x40, 0xf9, 0x30, 0xa6, 0xc5, 0x85, 0xb2, 0x4c, 0x3a, 0xd4, 0x0a, 0xae, 0x1a, 0x68, 0x20, 0x4e, 0xe9, 0xc0, 0x1b, 0x8d, 0xed, 0x38, 0x1f, 0x6b, 0x12, 0x99, 0x7c, 0x85, 0x6e, 0x23, 0x32, 0x3b, 0x0b, 0xca, 0x6d, 0x6d, 0xa0, 0x24, 0xa1, 0x09, 0x75, 0x8d, 0xf9, 0x03, 0xb0, 0x62, 0x59, 0x70, 0xbd, 0x8f, 0xd0, 0xd3, 0x76, 0xbd, 0x25, 0x4d, 0x46, 0x55, 0x35, 0x92, 0x4d, 0x21, 0xfe, 0x5b, 0xeb, 0xe3, 0x33, 0xc4, 0x5b, 0x65, 0xfe, 0x18, 0xf5, 0xc9, 0x03, 0xb9, 0x72, 0x3b, 0xdd, 0x34, 0x47, 0x24, 0xa1, 0x0a, 0x75, 0x0d, 0x9a, 0xb3, 0x8b, 0x76, 0x2b, 0xfc, 0x09, 0x5c, 0xae, 0x16, 0x15, 0x79, 0x3a, 0x49, 0xfb, 0x85, 0x5e, 0x6b, 0xb3, 0x9c, 0x0b, 0xd7, 0xdc, 0xdb, 0x7c, 0xe9, 0xb1, 0xe2, 0xc5, 0xc3, 0xaa, 0xcf, 0xb2, 0x75, 0x63, 0x2a, 0xe0, 0xba, 0x6b, 0xfb, 0xb4, 0x7a, 0xe4, 0x13, 0xe6, 0xc6, 0x3b, 0x40, 0x07, 0x9e, 0x40, 0xb9, 0x73, 0x85, 0x67, 0xf4, 0x08, 0x90, 0x0e, 0x16, 0x07, 0x54, 0xa2, 0x86, 0x32, 0x85, 0x68, 0x20, 0xbc, 0xda, 0xec, 0xf6, 0x3f, 0xf1, 0x71, 0xc7, 0x5b, 0xd2, 0x94, 0xc7, 0x13, 0xf0, 0xee, 0x1c, 0xcc, 0xe9, 0x0e, 0x20, 0x61, 0x8c, 0x9a, 0xfc, 0xca, 0x45, 0x12, 0x48, 0x05, 0x84, 0x5b, 0xf8, 0x23, 0x87, 0x1f, 0x2d, 0x7f, 0xa6, 0xc1, 0xd8 } }; static const struct cckprng_op_refresh op_refresh_6028 = { .hd = { .id = 5771, .kind = OP_REFRESH }, .rand = 14668022387173512634ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6029 = { .hd = { .id = 5772, .kind = OP_RESEED }, .nonce = 14094154048090341033ULL, .seed_nbytes = 198, .seed = { 0x20, 0xcc, 0xf8, 0xae, 0x63, 0xd1, 0x6b, 0x56, 0x1c, 0xe5, 0xbf, 0xb4, 0x08, 0xcc, 0x28, 0x95, 0x72, 0xb3, 0x3d, 0x23, 0x3c, 0x67, 0xe9, 0x53, 0x3b, 0x09, 0x8f, 0x07, 0xed, 0xb9, 0x90, 0x5e, 0xfc, 0xea, 0xd7, 0x95, 0x06, 0x00, 0xce, 0xda, 0xd5, 0x87, 0x5c, 0x31, 0xfd, 0x07, 0xb2, 0x6f, 0x03, 0x23, 0xbb, 0x03, 0xc9, 0xda, 0x43, 0xf5, 0x20, 0x11, 0x6c, 0x2c, 0x7f, 0xbe, 0x6d, 0x45, 0xf2, 0x62, 0xf7, 0x1b, 0x8b, 0x31, 0x58, 0xd2, 0x98, 0xa3, 0xed, 0xbf, 0xc6, 0x94, 0x31, 0x32, 0xb4, 0xd6, 0xff, 0x9c, 0x68, 0x78, 0x50, 0xfe, 0x8d, 0xb3, 0xbe, 0xba, 0x6e, 0x35, 0xb0, 0xe7, 0x65, 0x75, 0xb7, 0xfb, 0xd5, 0x07, 0x65, 0x9e, 0xad, 0xde, 0x13, 0xe4, 0xe6, 0x58, 0xe5, 0xc7, 0x47, 0x7b, 0x76, 0x45, 0x16, 0xf2, 0x8d, 0xb6, 0xae, 0x75, 0x25, 0x59, 0x93, 0xe9, 0x63, 0xab, 0x49, 0x6e, 0x4a, 0x72, 0xa7, 0x38, 0x6a, 0xfd, 0x81, 0x25, 0x37, 0xe4, 0xf7, 0x15, 0x7d, 0x09, 0x1d, 0x4b, 0xd9, 0x4e, 0x91, 0x1a, 0xd6, 0xd5, 0xc0, 0x29, 0x42, 0xed, 0xa2, 0xf7, 0x10, 0x24, 0xa1, 0x49, 0x2d, 0xea, 0xb5, 0x42, 0x9a, 0x78, 0x3c, 0x6a, 0x59, 0xdc, 0x16, 0x46, 0x46, 0x71, 0xb3, 0x9b, 0xf5, 0xea, 0x61, 0x8d, 0xb2, 0xdf, 0x5d, 0x0f, 0x23, 0xad, 0x29, 0x5f, 0x16, 0x8d, 0xdc, 0xa3, 0xb8, 0xd9, 0x88, 0x32 } }; static const struct cckprng_op_generate op_init_6030 = { .hd = { .id = 5773, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0x94, 0x7f, 0x6d, 0x60, 0x95, 0xd4, 0x4b, 0x03, 0xc9, 0xe7, 0x13, 0x24, 0x1a, 0xf1, 0x8f, 0x77, 0xbd, 0x2b } } }; static const struct cckprng_op_reseed op_reseed_6031 = { .hd = { .id = 5774, .kind = OP_RESEED }, .nonce = 17449380567499125969ULL, .seed_nbytes = 138, .seed = { 0x2e, 0x79, 0x22, 0xf1, 0x5c, 0xc0, 0x87, 0xf4, 0xa3, 0xf0, 0x15, 0x2e, 0xc9, 0x6f, 0x26, 0xa2, 0xe9, 0x68, 0x25, 0xfa, 0xef, 0x94, 0x3b, 0xcb, 0x76, 0xcd, 0xff, 0x6c, 0xe4, 0x10, 0xc8, 0x6a, 0xd8, 0x45, 0x2b, 0x36, 0x08, 0xf3, 0x42, 0xb6, 0xac, 0xd2, 0xf0, 0x88, 0x37, 0x54, 0xd9, 0x47, 0xc7, 0x20, 0x86, 0x13, 0x80, 0x6d, 0xeb, 0xf8, 0xea, 0x5f, 0xb7, 0x9f, 0xdd, 0xbd, 0xb8, 0xdd, 0x4c, 0xe0, 0xf3, 0x79, 0x67, 0x0b, 0x28, 0x7c, 0xeb, 0xc6, 0xe7, 0x7c, 0x6c, 0x52, 0xd7, 0x1b, 0x37, 0xd1, 0xe6, 0x99, 0x2e, 0x21, 0x4e, 0x68, 0x0c, 0x1b, 0xba, 0x66, 0xef, 0x61, 0xca, 0xff, 0x25, 0xad, 0x2f, 0xb1, 0xeb, 0x6f, 0x48, 0xb0, 0x2f, 0x4e, 0x39, 0x90, 0xdc, 0x5b, 0x7a, 0x8e, 0xba, 0xdf, 0xac, 0xb7, 0xf2, 0x88, 0x54, 0x48, 0x6a, 0x19, 0x92, 0xec, 0xd1, 0x90, 0x40, 0x4d, 0x33, 0x99, 0x64, 0x6f, 0xfc, 0xbd, 0x6e, 0xc8, 0xf1, 0x3d } }; static const struct cckprng_op_generate op_init_6032 = { .hd = { .id = 5775, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0xf7, 0x77, 0x44, 0x48, 0x3a, 0xb8, 0xb4, 0x61, 0x53, 0x22, 0xd0, 0x0e, 0x91, 0x90, 0x4e, 0xe5, 0x41, 0xe1, 0x7b, 0x05, 0x81, 0x19, 0x00, 0xc4, 0x8e, 0x65, 0x76, 0x1e, 0x4c, 0x16, 0xdc, 0x9d, 0x26, 0x65, 0x62, 0xcf, 0xd8, 0x39, 0xb9, 0xcd } } }; static const struct cckprng_op_generate op_init_6033 = { .hd = { .id = 5776, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0x00, 0x07, 0x5f, 0x48, 0x14, 0xc6, 0x81, 0x36, 0xf4, 0xdb, 0x3e, 0x28, 0xa6, 0x47, 0x7a, 0x9c, 0x35, 0xfa, 0x5a, 0xf7, 0x5a, 0x73, 0x59, 0x7b, 0xe9, 0x06, 0x29, 0x20, 0xd7, 0xb0, 0xc5, 0xd8, 0x5e, 0xd0, 0xd3, 0x24, 0x42, 0x2b, 0xe7, 0x7e, 0x64, 0x94, 0xfd, 0x29, 0x4d, 0x38, 0xc8, 0x3f, 0xda, 0xc7, 0x37, 0x9c, 0xf5, 0x30, 0xee, 0xa9, 0xd3, 0xc5, 0x63, 0x82, 0xe6, 0xf0, 0xa0, 0x08, 0x93, 0x48 } } }; static const struct cckprng_op_reseed op_reseed_6034 = { .hd = { .id = 5777, .kind = OP_RESEED }, .nonce = 13104339212587023012ULL, .seed_nbytes = 75, .seed = { 0xbd, 0xf5, 0xbf, 0x24, 0xf3, 0x23, 0x7d, 0x74, 0x0f, 0xd4, 0x6d, 0x8e, 0x3a, 0x74, 0x16, 0xc9, 0x26, 0xbb, 0x80, 0x24, 0x65, 0x07, 0x18, 0xe9, 0x96, 0x82, 0xd8, 0x21, 0x37, 0xe1, 0x2d, 0xb3, 0xf3, 0x8c, 0x62, 0xc8, 0xa8, 0xd2, 0x6b, 0x4c, 0xea, 0x9e, 0x73, 0x71, 0x56, 0xdf, 0x06, 0xc9, 0x70, 0x2f, 0x16, 0xde, 0x4f, 0xba, 0x92, 0xaf, 0x93, 0x29, 0x4d, 0xd0, 0x58, 0xcf, 0xa0, 0xdc, 0x7b, 0xcc, 0x62, 0x10, 0x2f, 0xec, 0x07, 0xbd, 0xbd, 0xd0, 0x14 } }; static const struct cckprng_op_generate op_init_6035 = { .hd = { .id = 5778, .kind = OP_GENERATE }, .rand_nbytes = 268, .out = { .rand = { 0x5b, 0x92, 0x12, 0x5d, 0x57, 0x44, 0xe4, 0xe3, 0x60, 0x7f, 0x36, 0x39, 0x72, 0x2b, 0x5d, 0x57, 0x58, 0x39, 0x45, 0x38, 0x2e, 0x84, 0x0d, 0x7f, 0x80, 0x29, 0x3a, 0xbe, 0x6d, 0xc0, 0x92, 0xe3, 0x8a, 0x7a, 0x7d, 0x4f, 0xbf, 0xc8, 0x1b, 0x37, 0x6d, 0x28, 0x5b, 0x8b, 0x74, 0xa6, 0x07, 0x15, 0x59, 0x72, 0x04, 0x29, 0x61, 0x7d, 0x63, 0x18, 0xb0, 0x8c, 0x07, 0x18, 0x7a, 0xe3, 0xcd, 0x50, 0x95, 0x20, 0x5e, 0xa2, 0x41, 0x63, 0x4c, 0x79, 0x5d, 0xf1, 0x3c, 0x20, 0xf4, 0x07, 0x40, 0xf6, 0xc5, 0xf2, 0x1d, 0x86, 0x34, 0x5c, 0xbc, 0x25, 0x9e, 0x74, 0x07, 0x2d, 0x80, 0x2d, 0x13, 0x92, 0xbe, 0x10, 0x5e, 0x82, 0x27, 0x9f, 0x20, 0x7d, 0x25, 0x53, 0x31, 0x5f, 0x0e, 0x69, 0x4b, 0x6d, 0x43, 0x5f, 0x51, 0x84, 0x71, 0x6f, 0x85, 0x6a, 0x94, 0x2c, 0xee, 0x96, 0xaf, 0x0d, 0xf2, 0xa8, 0x6d, 0x5d, 0x23, 0x41, 0x2e, 0xd0, 0xd0, 0x5f, 0x9c, 0xc0, 0xcc, 0x7f, 0xf5, 0x96, 0x48, 0x32, 0xd4, 0xcb, 0xe7, 0xec, 0x14, 0xaf, 0xb3, 0x56, 0x80, 0x94, 0x3f, 0xa8, 0x77, 0xf5, 0x65, 0xc8, 0x9f, 0x14, 0xb1, 0xd3, 0x69, 0x6d, 0xcd, 0x8b, 0x20, 0xd9, 0x62, 0x67, 0x4d, 0xe2, 0xe9, 0x77, 0x17, 0x86, 0x7d, 0x9d, 0x50, 0xdf, 0x95, 0x84, 0x99, 0x3f, 0x30, 0x77, 0x9c, 0x28, 0xde, 0xf2, 0xf9, 0x7a, 0xff, 0xf1, 0x27, 0x44, 0x5d, 0x62, 0xa5, 0x68, 0x81, 0x59, 0x11, 0x3e, 0x19, 0x7c, 0x58, 0x88, 0x3f, 0x5c, 0x2e, 0x1c, 0x4a, 0x23, 0x1e, 0xdc, 0x1e, 0x8f, 0x89, 0x46, 0x62, 0xbd, 0xdc, 0xea, 0x74, 0xf6, 0x30, 0xd2, 0xc6, 0xdb, 0x8f, 0xd0, 0xfa, 0x78, 0x50, 0xab, 0xd4, 0x65, 0x8e, 0x87, 0x66, 0xd2, 0x58, 0xa9, 0xf0, 0x3c, 0x5a, 0xd1, 0x27, 0xcb, 0xfd, 0x38, 0xa4, 0x2b, 0x5f, 0x90, 0x6a, 0xeb, 0x0b, 0x68, 0x1a, 0x18, 0xe6, 0x1d, 0xac, 0xab } } }; static const struct cckprng_op_generate op_init_6036 = { .hd = { .id = 5779, .kind = OP_GENERATE }, .rand_nbytes = 48, .out = { .rand = { 0x50, 0x3a, 0x4c, 0x62, 0x92, 0x25, 0x4a, 0xb2, 0x02, 0x62, 0xa9, 0xa7, 0x44, 0x40, 0xde, 0x87, 0x89, 0x61, 0xf2, 0xf9, 0xef, 0x3b, 0x75, 0x67, 0x01, 0xd2, 0xca, 0x82, 0x25, 0x6e, 0xbb, 0x8d, 0x42, 0x46, 0x7f, 0x6f, 0x22, 0xfc, 0x60, 0x4e, 0x52, 0x39, 0xc1, 0x5c, 0xe3, 0xea, 0xe8, 0xf0 } } }; static const struct cckprng_op_refresh op_refresh_6037 = { .hd = { .id = 5780, .kind = OP_REFRESH }, .rand = 4950931188271604697ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6038 = { .hd = { .id = 5781, .kind = OP_REFRESH }, .rand = 4652772868429799529ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6039 = { .hd = { .id = 5782, .kind = OP_REFRESH }, .rand = 10357557494062412474ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_6040 = { .hd = { .id = 5783, .kind = OP_RESEED }, .nonce = 10511780370932337554ULL, .seed_nbytes = 26, .seed = { 0x84, 0xe9, 0x27, 0x22, 0xf4, 0x29, 0x62, 0xe1, 0x78, 0x24, 0xb0, 0x4c, 0xe9, 0x4c, 0x9c, 0x4c, 0x19, 0x53, 0x14, 0xb9, 0xa7, 0x4e, 0xf3, 0x6d, 0x75, 0x6e } }; static const struct cckprng_op_reseed op_reseed_6041 = { .hd = { .id = 5784, .kind = OP_RESEED }, .nonce = 8943186929081967475ULL, .seed_nbytes = 176, .seed = { 0xce, 0x55, 0xe6, 0xbe, 0x1d, 0x39, 0x1a, 0x08, 0x44, 0x93, 0xd5, 0x6e, 0xfd, 0x17, 0xb1, 0xe0, 0xdb, 0x71, 0xc9, 0xed, 0x02, 0xad, 0xb3, 0x05, 0xda, 0x64, 0x52, 0x54, 0x01, 0xa1, 0xc6, 0x02, 0x74, 0x44, 0x7a, 0x51, 0x95, 0x7d, 0xb6, 0xa4, 0x8a, 0xd8, 0x8a, 0x92, 0x9c, 0xc0, 0xbf, 0xc5, 0x76, 0x41, 0x0a, 0x00, 0x78, 0x42, 0xed, 0x69, 0xe4, 0x7f, 0x8a, 0x45, 0x84, 0x20, 0xce, 0xd8, 0x1a, 0xea, 0xdf, 0xb8, 0xcf, 0xcb, 0xde, 0x6c, 0x2a, 0x57, 0xb7, 0xf7, 0x96, 0xb1, 0x8d, 0x1f, 0x1c, 0x95, 0x64, 0xef, 0x95, 0x1e, 0x2f, 0x94, 0x07, 0xa1, 0x14, 0x45, 0xa8, 0xff, 0x66, 0x5e, 0xa8, 0x1a, 0x39, 0x55, 0xfe, 0x9a, 0x9f, 0x6a, 0x5a, 0x0f, 0xec, 0x7a, 0xe4, 0xe0, 0xac, 0x0f, 0x07, 0x94, 0x32, 0x6a, 0x09, 0x16, 0xe3, 0xbe, 0x4b, 0x33, 0xc5, 0xcf, 0xe4, 0x5a, 0x13, 0x9b, 0xd9, 0x3b, 0x85, 0x2a, 0x91, 0xed, 0x7d, 0x66, 0xbc, 0xc2, 0x7f, 0x4e, 0x28, 0x42, 0x25, 0xb6, 0x04, 0xcc, 0x7c, 0x80, 0xf5, 0xe3, 0xdd, 0x22, 0x43, 0x92, 0x77, 0xe5, 0x24, 0x29, 0x73, 0x9f, 0x90, 0x2f, 0xb0, 0xa8, 0x1e, 0x29, 0xfd, 0xb0, 0x57, 0xd5, 0x70, 0x57, 0x20, 0x7c, 0xd3, 0xb1 } }; static const struct cckprng_op_refresh op_refresh_6042 = { .hd = { .id = 5785, .kind = OP_REFRESH }, .rand = 2711085591231121801ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6043 = { .hd = { .id = 5786, .kind = OP_REFRESH }, .rand = 1467191032255054591ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_6044 = { .hd = { .id = 5787, .kind = OP_RESEED }, .nonce = 3182934697834425244ULL, .seed_nbytes = 242, .seed = { 0x74, 0xb2, 0xf5, 0x48, 0xb9, 0xa5, 0x7d, 0xad, 0xbb, 0xa0, 0x8b, 0x76, 0x63, 0x1a, 0xbc, 0x86, 0xef, 0xb9, 0x04, 0xd8, 0x09, 0xff, 0x9d, 0x53, 0x26, 0x2a, 0x69, 0x0b, 0x86, 0x04, 0x35, 0x33, 0xa8, 0xc3, 0xcc, 0x01, 0x3b, 0xdf, 0x1d, 0xa5, 0x7a, 0x3a, 0xb3, 0x76, 0x6c, 0x1b, 0x9a, 0x6e, 0x44, 0x7d, 0xe4, 0xe7, 0xea, 0xaa, 0x2a, 0x8a, 0xa0, 0x57, 0x0e, 0x83, 0x68, 0xfb, 0x88, 0x97, 0xcc, 0x4b, 0x02, 0xa8, 0x5e, 0x68, 0xe6, 0x72, 0xd5, 0x8c, 0xbe, 0x53, 0xaf, 0x8c, 0x89, 0x35, 0x19, 0xc8, 0x0d, 0x33, 0xa3, 0x16, 0x44, 0xb5, 0xf8, 0x87, 0x3b, 0x20, 0x1f, 0x9d, 0xd3, 0xb8, 0xd4, 0x71, 0x1e, 0x95, 0x10, 0x9c, 0x5d, 0x06, 0xd5, 0x6b, 0x9b, 0x09, 0x58, 0x9c, 0xb3, 0x92, 0x2b, 0xca, 0x8f, 0x81, 0x57, 0x25, 0xef, 0xf4, 0xac, 0x07, 0x5a, 0xcf, 0x96, 0xe9, 0xca, 0x5d, 0xfd, 0xab, 0x71, 0x78, 0x07, 0x67, 0xb4, 0x6f, 0x57, 0xcc, 0x76, 0x74, 0xc9, 0xf3, 0x24, 0xbb, 0xa2, 0x5c, 0x2a, 0x4d, 0xba, 0x27, 0x53, 0x81, 0xfb, 0xd7, 0x51, 0x0e, 0x09, 0x0e, 0x87, 0x3c, 0x0b, 0xa6, 0xda, 0x32, 0x21, 0x3e, 0xf5, 0xdd, 0xc9, 0xed, 0xd1, 0x99, 0x0e, 0x90, 0xa3, 0x33, 0xe9, 0x17, 0x0d, 0x6d, 0x9d, 0x85, 0x2c, 0x31, 0xf6, 0xa1, 0xa0, 0xb4, 0x1d, 0x8c, 0x2f, 0x71, 0x5b, 0x77, 0xe2, 0xe5, 0x83, 0x23, 0x76, 0x95, 0x9f, 0xd7, 0xcb, 0x1b, 0xfd, 0x8a, 0xb2, 0x4c, 0x84, 0xf2, 0x20, 0xd5, 0x4b, 0x00, 0x64, 0x9f, 0xc8, 0xbf, 0x1c, 0x84, 0xbf, 0x65, 0xe3, 0x88, 0xfb, 0xf1, 0xe7, 0x55, 0xbe, 0x26, 0x9f, 0x10, 0x09, 0x4c, 0x08, 0x37, 0x90, 0x24, 0x22, 0xdf, 0x21, 0xf9 } }; static const struct cckprng_op_reseed op_reseed_6045 = { .hd = { .id = 5788, .kind = OP_RESEED }, .nonce = 10980091732834769474ULL, .seed_nbytes = 114, .seed = { 0x60, 0x73, 0x8d, 0x7b, 0x63, 0x45, 0x2c, 0xfd, 0xbd, 0x5d, 0x1a, 0x72, 0xe0, 0x30, 0x81, 0x79, 0xde, 0xe7, 0x2b, 0xaf, 0x1f, 0x0e, 0x86, 0xb3, 0x9a, 0x85, 0xe8, 0x7d, 0x3b, 0x3b, 0x6e, 0x25, 0x71, 0x74, 0xa5, 0x9f, 0xe9, 0xf4, 0x27, 0x30, 0xbb, 0x16, 0x71, 0x47, 0xcc, 0x7f, 0x06, 0x5a, 0x87, 0x2f, 0x28, 0x61, 0x5b, 0x88, 0xe4, 0x1c, 0x62, 0xca, 0x30, 0x4e, 0xbc, 0x92, 0xe4, 0x7c, 0x1d, 0x1a, 0xf3, 0x57, 0xa3, 0x48, 0x38, 0xb2, 0x18, 0x31, 0xfe, 0x11, 0x3e, 0xfc, 0xa8, 0xde, 0x88, 0x0f, 0x95, 0x98, 0x40, 0x8c, 0x26, 0xbc, 0x3e, 0x3d, 0x86, 0x73, 0xeb, 0x99, 0x64, 0x74, 0x59, 0xce, 0xf5, 0xf9, 0x96, 0x73, 0xb3, 0x2f, 0x82, 0x74, 0x2e, 0x66, 0x6b, 0x4c, 0x49, 0x07, 0x1f, 0x8e } }; static const struct cckprng_op_reseed op_reseed_6046 = { .hd = { .id = 5789, .kind = OP_RESEED }, .nonce = 8365619082257866767ULL, .seed_nbytes = 249, .seed = { 0x35, 0x1c, 0x65, 0x3d, 0xb9, 0x0a, 0xca, 0x66, 0x8b, 0xa4, 0xf3, 0x11, 0xe2, 0xa9, 0x8c, 0x43, 0x7a, 0x89, 0x13, 0x22, 0xae, 0x87, 0x8a, 0x8c, 0x8a, 0x58, 0x26, 0x74, 0x11, 0x24, 0x93, 0x00, 0xe2, 0x1b, 0x9e, 0x86, 0x92, 0xc4, 0xd1, 0xc8, 0x32, 0x36, 0xe6, 0xee, 0x69, 0xbb, 0xf2, 0x20, 0x7d, 0xc1, 0xe6, 0xa7, 0xa4, 0x2a, 0x64, 0x94, 0x9e, 0xe9, 0x91, 0xa5, 0xe0, 0xfe, 0x77, 0x95, 0x69, 0xf6, 0x46, 0x00, 0xb2, 0xe5, 0xd8, 0x1e, 0x31, 0x63, 0x09, 0x27, 0x2c, 0xd2, 0xda, 0x4a, 0x30, 0x18, 0xd0, 0x1e, 0x1b, 0x0d, 0x9b, 0xa4, 0x2b, 0x6a, 0xec, 0x15, 0x7e, 0xe1, 0x06, 0xae, 0x49, 0x01, 0x93, 0xd8, 0xa7, 0x2c, 0x21, 0x95, 0xe4, 0xb0, 0x60, 0xcc, 0x76, 0xc8, 0x73, 0x99, 0x90, 0xdb, 0x53, 0xdf, 0xed, 0xb2, 0x81, 0xc2, 0xf2, 0xd1, 0x55, 0x1f, 0x23, 0x4a, 0xd5, 0x78, 0x16, 0x7d, 0x82, 0xc4, 0x3c, 0x6b, 0xd0, 0xbb, 0x53, 0x49, 0xd7, 0x23, 0xb1, 0x86, 0xd8, 0x0d, 0x48, 0x38, 0x7f, 0x6f, 0x27, 0x0f, 0x29, 0x84, 0xa9, 0x32, 0x88, 0x47, 0x5c, 0x00, 0xcf, 0xce, 0x0d, 0x0f, 0x49, 0x8f, 0x16, 0xc5, 0x1c, 0xc9, 0x69, 0x56, 0x0c, 0xfd, 0xe4, 0x64, 0x2d, 0xa9, 0x14, 0xca, 0x3b, 0x69, 0x33, 0xb0, 0x96, 0x73, 0x55, 0x03, 0xa3, 0x89, 0x5d, 0xf4, 0x2e, 0x0c, 0xa4, 0x48, 0x3a, 0x5a, 0x1d, 0x3c, 0x44, 0xa2, 0xb1, 0xba, 0x4e, 0x28, 0x37, 0x96, 0xea, 0x71, 0xb9, 0x71, 0x78, 0x07, 0x9c, 0xc6, 0xf3, 0x1c, 0x10, 0x2e, 0x18, 0x31, 0x46, 0x49, 0x48, 0xa0, 0x1c, 0x08, 0x9c, 0xd2, 0x31, 0x22, 0x8f, 0xff, 0xd5, 0x76, 0x8f, 0x3e, 0x7b, 0xfa, 0x4c, 0xb5, 0xff, 0x1e, 0x49, 0x3c, 0x75, 0x98, 0x36, 0x14, 0xa7 } }; static const struct cckprng_op_generate op_init_6047 = { .hd = { .id = 5790, .kind = OP_GENERATE }, .rand_nbytes = 44, .out = { .rand = { 0xb0, 0x99, 0x0b, 0xe1, 0xfe, 0x31, 0xca, 0x1e, 0xe2, 0x95, 0xc8, 0x67, 0xae, 0x4c, 0x0b, 0x01, 0x6c, 0xf1, 0x69, 0x19, 0x86, 0x70, 0xd2, 0x18, 0x7b, 0xde, 0xe9, 0x9b, 0x2d, 0x5f, 0x8b, 0xe5, 0xb4, 0x5b, 0xd2, 0x89, 0x78, 0x34, 0xd6, 0xb2, 0x7d, 0x1d, 0x96, 0xb0 } } }; static const struct cckprng_op_generate op_init_6048 = { .hd = { .id = 5791, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0xf9, 0x87, 0xa6, 0xee, 0x50, 0x9c, 0xda, 0xd6, 0x93, 0x3f, 0x49, 0xd6 } } }; static const struct cckprng_op_generate op_init_6049 = { .hd = { .id = 5792, .kind = OP_GENERATE }, .rand_nbytes = 242, .out = { .rand = { 0x40, 0xab, 0x38, 0x52, 0x27, 0x65, 0x9d, 0x3b, 0x82, 0xbf, 0xb0, 0x51, 0x3b, 0x1b, 0xbd, 0xd2, 0x0e, 0x5b, 0xe6, 0x11, 0x5d, 0xa7, 0xdc, 0x43, 0xa9, 0xa9, 0xfc, 0x1d, 0xe3, 0xf1, 0xe6, 0x09, 0x3d, 0x70, 0x82, 0x2c, 0xe9, 0x46, 0x89, 0x08, 0xeb, 0x02, 0xf6, 0x4a, 0x11, 0x2d, 0x11, 0x0d, 0x14, 0xc2, 0x2c, 0xd8, 0x04, 0xb9, 0x81, 0x40, 0x87, 0x68, 0xeb, 0x81, 0x5a, 0x81, 0x98, 0x0c, 0xde, 0xf3, 0x41, 0xb3, 0x23, 0x6a, 0x66, 0xc8, 0xc0, 0xeb, 0x07, 0xaa, 0x68, 0x67, 0x3e, 0x42, 0xda, 0xd7, 0xa7, 0xa9, 0xae, 0x0a, 0x87, 0xbb, 0x6e, 0xf3, 0xca, 0x52, 0xee, 0xbc, 0xbd, 0xf4, 0x55, 0x7a, 0xb3, 0x63, 0x74, 0x75, 0x3e, 0xfe, 0xae, 0x45, 0x0c, 0xf1, 0x20, 0xbb, 0x04, 0xd0, 0x39, 0x75, 0xa0, 0x8f, 0x74, 0x9e, 0x0f, 0x68, 0xc6, 0xab, 0x8e, 0xad, 0xaa, 0x3f, 0x34, 0xfc, 0x98, 0x7b, 0x4f, 0x75, 0x4a, 0x7b, 0xa6, 0xec, 0xc9, 0x7b, 0x85, 0x26, 0x87, 0x8c, 0xe1, 0x73, 0xb8, 0x68, 0xe6, 0x57, 0xde, 0xa2, 0xf9, 0x15, 0x26, 0x3d, 0x2b, 0xa1, 0x5d, 0xdb, 0xf6, 0x03, 0x78, 0x61, 0x4d, 0x9f, 0x01, 0xe2, 0xd3, 0x45, 0xd2, 0x60, 0x0e, 0xd8, 0x97, 0xcf, 0xb1, 0x78, 0xfe, 0x49, 0xa0, 0xed, 0x15, 0x1b, 0xdf, 0x72, 0x99, 0x34, 0xe4, 0x04, 0xd8, 0x2f, 0x81, 0x90, 0xd2, 0x3a, 0x7d, 0xae, 0x2a, 0x57, 0x42, 0x54, 0x82, 0x2a, 0x72, 0xd3, 0x84, 0x60, 0xd2, 0x50, 0x48, 0xd7, 0x25, 0x35, 0xae, 0x06, 0xbd, 0xce, 0xca, 0x69, 0xf0, 0xab, 0x8b, 0x72, 0x12, 0xcc, 0x14, 0xb0, 0x75, 0xd1, 0xf1, 0xd8, 0xec, 0xbd, 0x4a, 0x88, 0x0d, 0x36, 0x02, 0xbe, 0x1f, 0x4c, 0x7a, 0xc4 } } }; static const struct cckprng_op_generate op_init_6050 = { .hd = { .id = 5793, .kind = OP_GENERATE }, .rand_nbytes = 35, .out = { .rand = { 0x0b, 0xda, 0xb1, 0x23, 0xe2, 0x64, 0xa1, 0x10, 0x8b, 0xb2, 0xd4, 0x0c, 0x90, 0x61, 0x21, 0x31, 0x97, 0xf7, 0x9d, 0x55, 0x48, 0xa8, 0x89, 0x3c, 0x7c, 0x15, 0x87, 0xb0, 0xc6, 0xdc, 0x88, 0x84, 0x56, 0x78, 0xe7 } } }; static const struct cckprng_op_reseed op_reseed_6051 = { .hd = { .id = 5794, .kind = OP_RESEED }, .nonce = 13408031809201898973ULL, .seed_nbytes = 111, .seed = { 0xc0, 0xae, 0xd5, 0x39, 0xd9, 0x92, 0x9d, 0x03, 0xe0, 0x52, 0xcf, 0x67, 0x99, 0x00, 0x36, 0xea, 0x02, 0xf0, 0xf1, 0xe7, 0x7d, 0x31, 0x75, 0x87, 0x86, 0x9e, 0xc0, 0x50, 0x79, 0x96, 0x1f, 0x41, 0x65, 0xd5, 0x34, 0xb4, 0x78, 0xd5, 0x28, 0xd2, 0xe1, 0xb3, 0xbf, 0xc3, 0x80, 0x27, 0x6e, 0xaa, 0x75, 0x32, 0x89, 0x88, 0x3e, 0xea, 0x07, 0x1b, 0x3f, 0x98, 0x5b, 0x38, 0xea, 0x96, 0x53, 0xe2, 0x68, 0x1b, 0xf2, 0x26, 0xb6, 0xc9, 0xc1, 0x3a, 0xf7, 0x29, 0x9d, 0x29, 0xb2, 0x69, 0x8d, 0xd4, 0xa8, 0x9e, 0x4a, 0x1f, 0xb1, 0x24, 0xca, 0xcf, 0xbe, 0xb1, 0x20, 0x9f, 0x05, 0x23, 0x09, 0xc0, 0x65, 0x09, 0xc8, 0x66, 0xc7, 0x64, 0x7d, 0x0c, 0x59, 0x22, 0x1d, 0xc9, 0xa6, 0x56, 0xb0 } }; static const struct cckprng_op_refresh op_refresh_6052 = { .hd = { .id = 5795, .kind = OP_REFRESH }, .rand = 6943104403616739287ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6053 = { .hd = { .id = 5796, .kind = OP_RESEED }, .nonce = 12975277339466818281ULL, .seed_nbytes = 127, .seed = { 0x0d, 0x53, 0xb7, 0xc9, 0x75, 0xfe, 0x92, 0x5b, 0x17, 0x2c, 0xeb, 0xa2, 0x68, 0xc5, 0x5f, 0xce, 0x80, 0x5e, 0x92, 0x91, 0xf6, 0xff, 0x1e, 0x44, 0xac, 0xbf, 0xd6, 0x45, 0xb5, 0xaf, 0xad, 0xd6, 0xf3, 0x61, 0xcf, 0xa4, 0x55, 0x8e, 0x74, 0x4c, 0x79, 0x19, 0x89, 0x5d, 0x9d, 0xde, 0xa0, 0x35, 0xab, 0x75, 0xe1, 0x0a, 0x06, 0x37, 0x0b, 0x33, 0x82, 0x65, 0x97, 0xb4, 0x80, 0x0f, 0x3c, 0xf3, 0x37, 0xf3, 0x9b, 0xce, 0xc8, 0x8a, 0xfc, 0x20, 0xbb, 0x83, 0xde, 0x25, 0x8a, 0xdd, 0x0a, 0x78, 0x94, 0x3b, 0x4b, 0x2d, 0xb4, 0x00, 0x20, 0xa5, 0x0c, 0x26, 0x8c, 0x45, 0xc9, 0x58, 0xba, 0x0b, 0xcc, 0x3d, 0xd5, 0xc5, 0x37, 0x91, 0x6d, 0xa6, 0x46, 0x00, 0x56, 0x65, 0x06, 0xa5, 0x60, 0x04, 0x80, 0x5b, 0x2f, 0x8a, 0x50, 0xcf, 0x19, 0x31, 0xc9, 0xd1, 0x40, 0x86, 0x47, 0x4f, 0x7b } }; static const struct cckprng_op_reseed op_reseed_6054 = { .hd = { .id = 5797, .kind = OP_RESEED }, .nonce = 1943681476908172577ULL, .seed_nbytes = 144, .seed = { 0xf1, 0x75, 0x54, 0x86, 0x94, 0x99, 0xb5, 0x49, 0x54, 0xd5, 0x27, 0x3d, 0xbd, 0xd8, 0x42, 0x2f, 0x90, 0xd1, 0x39, 0x5c, 0x86, 0x6a, 0x59, 0xb6, 0x98, 0x75, 0x7e, 0xb7, 0x56, 0xa6, 0x8a, 0xa1, 0x1b, 0x43, 0x6e, 0xef, 0xdc, 0x37, 0xd6, 0xaf, 0x19, 0x87, 0xd0, 0xf1, 0xb5, 0x1e, 0x9b, 0xb1, 0x31, 0x9c, 0xe9, 0xfd, 0x50, 0x14, 0x48, 0xa1, 0xb1, 0xe1, 0xa9, 0x75, 0x24, 0xf0, 0x5e, 0x40, 0xc8, 0x59, 0xae, 0x2b, 0xac, 0xff, 0xba, 0xef, 0x48, 0x6c, 0x30, 0x9b, 0xfe, 0xe2, 0xc4, 0xd8, 0x7f, 0xa4, 0x4c, 0x48, 0x89, 0xcb, 0xd3, 0x7a, 0x61, 0x04, 0xac, 0xde, 0x8e, 0x62, 0x8c, 0xa4, 0x8e, 0x31, 0xb7, 0xe1, 0xed, 0xdf, 0x67, 0xaa, 0x4e, 0xe0, 0xf5, 0x89, 0x4a, 0x26, 0xc4, 0xb3, 0x9a, 0xc3, 0x5c, 0xcd, 0x04, 0xad, 0xf1, 0x2d, 0x61, 0xad, 0x71, 0x1b, 0x9d, 0x6f, 0xac, 0x38, 0xbe, 0xad, 0xbd, 0x5b, 0x07, 0x32, 0x8d, 0xe8, 0xa3, 0xf1, 0x47, 0x22, 0x6c, 0xc2, 0x73, 0xf9 } }; static const struct cckprng_op_generate op_init_6055 = { .hd = { .id = 5798, .kind = OP_GENERATE }, .rand_nbytes = 87, .out = { .rand = { 0xe9, 0xb3, 0x19, 0x3e, 0xad, 0xb9, 0x81, 0xda, 0x70, 0xda, 0x91, 0xbe, 0x0c, 0x66, 0x13, 0xa5, 0xfb, 0xe4, 0x24, 0x6b, 0x22, 0xf9, 0xcb, 0x51, 0xbe, 0x50, 0xff, 0x06, 0x60, 0xc3, 0xbc, 0xa0, 0x4e, 0x65, 0x7e, 0x9c, 0x14, 0x13, 0xf9, 0xf6, 0xab, 0x63, 0x7a, 0x1e, 0xe5, 0x15, 0xf2, 0x55, 0x38, 0x56, 0x5a, 0xe2, 0x15, 0x2b, 0x2b, 0x5e, 0x2f, 0x17, 0x4b, 0x76, 0x4c, 0x67, 0x50, 0xef, 0x78, 0x97, 0x18, 0xbb, 0x03, 0xf0, 0xda, 0x9f, 0x1b, 0xe5, 0x49, 0xc4, 0xb9, 0xf1, 0xb1, 0x47, 0x96, 0xca, 0xd8, 0xcf, 0xb1, 0xd6, 0x8d } } }; static const struct cckprng_op_refresh op_refresh_6056 = { .hd = { .id = 5799, .kind = OP_REFRESH }, .rand = 13573008186695339580ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6057 = { .hd = { .id = 5800, .kind = OP_RESEED }, .nonce = 12321868807147561874ULL, .seed_nbytes = 97, .seed = { 0xec, 0x62, 0xfb, 0xd6, 0xbb, 0xfa, 0x54, 0x19, 0xaa, 0xad, 0xd1, 0xb6, 0x32, 0x8f, 0x70, 0x7d, 0xe5, 0x4a, 0x76, 0x6f, 0xd4, 0x84, 0x99, 0xb8, 0x8f, 0xa8, 0x39, 0x91, 0xf1, 0xe6, 0xcd, 0xe5, 0x74, 0x44, 0xdc, 0xcb, 0xc4, 0x3b, 0x7b, 0x5c, 0x9d, 0x22, 0x2d, 0x7f, 0xa7, 0xa6, 0x26, 0x33, 0x55, 0x8f, 0xb0, 0x9f, 0xab, 0x86, 0x55, 0x6b, 0x4b, 0x6a, 0x41, 0x07, 0x44, 0x84, 0x19, 0xa9, 0x5a, 0x44, 0x6a, 0xbb, 0xce, 0xed, 0x2f, 0xde, 0x3a, 0xfa, 0xff, 0xfd, 0xc3, 0x8b, 0xc6, 0xf0, 0x0c, 0x97, 0xe2, 0xdd, 0xa5, 0xe2, 0x0a, 0xc5, 0xb1, 0xd9, 0xb3, 0xb1, 0x92, 0xc4, 0xaf, 0x48, 0x53 } }; static const struct cckprng_op_refresh op_refresh_6058 = { .hd = { .id = 5801, .kind = OP_REFRESH }, .rand = 9390605126367370328ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6059 = { .hd = { .id = 5802, .kind = OP_RESEED }, .nonce = 15767791933858294363ULL, .seed_nbytes = 214, .seed = { 0xd7, 0x37, 0x6a, 0x73, 0x44, 0x6f, 0x92, 0x47, 0xeb, 0xe6, 0x06, 0x56, 0x10, 0xbc, 0x0e, 0xc7, 0xb9, 0xa2, 0x55, 0x10, 0x79, 0x5c, 0x27, 0x4a, 0x44, 0xb8, 0x55, 0xeb, 0xf6, 0xc1, 0x16, 0xa8, 0x02, 0xc3, 0xb9, 0xf7, 0x19, 0x64, 0x2b, 0xeb, 0xec, 0x48, 0xce, 0x20, 0x4d, 0xf6, 0x3c, 0x64, 0x58, 0x58, 0x97, 0x0e, 0x08, 0x68, 0xcf, 0x98, 0x56, 0xb3, 0xf9, 0x2e, 0x78, 0x16, 0x05, 0xee, 0xc9, 0x05, 0xeb, 0xc2, 0xf1, 0x2f, 0x77, 0x69, 0x67, 0x2f, 0xf2, 0x52, 0x20, 0xae, 0x3d, 0x4e, 0x49, 0xb6, 0x23, 0x1e, 0x2a, 0x76, 0xec, 0xe9, 0x3c, 0xae, 0xf9, 0x9b, 0xc4, 0x77, 0x5e, 0x92, 0xbc, 0xc2, 0x2c, 0x2b, 0xe3, 0x33, 0xff, 0x96, 0x00, 0x4b, 0x14, 0x8e, 0xae, 0xde, 0x41, 0x0b, 0x6f, 0x89, 0xa7, 0xda, 0x98, 0x6d, 0xe5, 0x2f, 0x41, 0x4c, 0x66, 0x6f, 0xad, 0x4a, 0xde, 0x61, 0x99, 0x6f, 0x93, 0xed, 0x2b, 0x2f, 0xa1, 0x64, 0x17, 0x93, 0xcd, 0x35, 0x91, 0xe8, 0x93, 0x0c, 0x0e, 0xcb, 0xab, 0x3d, 0xbb, 0x81, 0xb1, 0x20, 0x87, 0x24, 0xfb, 0xe0, 0x2f, 0x54, 0x28, 0x85, 0x7e, 0xca, 0xf2, 0x99, 0xe9, 0xce, 0x75, 0x69, 0x6d, 0x28, 0x7c, 0xaf, 0xa1, 0xa7, 0xff, 0x04, 0x64, 0x4d, 0x83, 0xa1, 0x35, 0x39, 0x8e, 0x81, 0x6a, 0xd2, 0xc0, 0x1f, 0xd3, 0x1d, 0x79, 0x84, 0xd3, 0x30, 0x89, 0x4d, 0xdc, 0x4d, 0x43, 0x22, 0xe4, 0xfc, 0xe3, 0xef, 0xa0, 0x04, 0x9f, 0x5f, 0xf2, 0x32, 0x94, 0x2b, 0x90, 0x2f } }; static const struct cckprng_op_refresh op_refresh_6060 = { .hd = { .id = 5803, .kind = OP_REFRESH }, .rand = 5024032710564192693ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6061 = { .hd = { .id = 5804, .kind = OP_GENERATE }, .rand_nbytes = 267, .out = { .rand = { 0xbf, 0x2f, 0x62, 0xb4, 0xef, 0x65, 0x61, 0x78, 0xa1, 0x1f, 0xef, 0x5a, 0xff, 0xd5, 0x32, 0x7f, 0x17, 0x36, 0x0c, 0x44, 0xbf, 0x8d, 0xa0, 0xcd, 0x9f, 0x44, 0x4a, 0x82, 0x4b, 0x7c, 0x20, 0x5c, 0x2d, 0xdf, 0x1b, 0x49, 0xd4, 0xf9, 0xe1, 0x7a, 0x7b, 0x3a, 0xd3, 0x72, 0x6d, 0xf3, 0xf8, 0x5b, 0x55, 0x6c, 0x06, 0x6a, 0xb4, 0x09, 0x78, 0x7b, 0xb5, 0x4b, 0x9c, 0x4e, 0x0b, 0xff, 0x6e, 0x3e, 0xd8, 0xfd, 0x6d, 0x38, 0x30, 0xc5, 0xff, 0xb7, 0x61, 0xa1, 0xc5, 0xf0, 0x79, 0xca, 0xee, 0xb7, 0x82, 0xf8, 0x42, 0xe4, 0xf6, 0xab, 0xbd, 0x6e, 0xc5, 0x4a, 0x83, 0x13, 0x5c, 0x94, 0x9b, 0xd2, 0xf1, 0x20, 0x17, 0xd1, 0x7c, 0x06, 0x50, 0x8c, 0x2d, 0x69, 0x2c, 0xa4, 0xce, 0x70, 0x90, 0xa3, 0x86, 0xf9, 0x07, 0x86, 0x4c, 0x01, 0x99, 0x9c, 0x65, 0x83, 0xd4, 0x48, 0x20, 0x12, 0x30, 0x16, 0x59, 0x8e, 0x1c, 0x36, 0x4d, 0x60, 0x19, 0x96, 0x45, 0xc2, 0xf8, 0x0f, 0xba, 0x54, 0xc2, 0xbc, 0x53, 0x9f, 0x3a, 0x5d, 0xf6, 0x36, 0x6a, 0x1c, 0x9c, 0x3a, 0x77, 0x32, 0x84, 0x27, 0x17, 0x14, 0x5a, 0xea, 0xda, 0x58, 0x30, 0x72, 0xc7, 0x12, 0x22, 0xc5, 0x66, 0x67, 0x56, 0xcf, 0x97, 0x0b, 0xb4, 0x9a, 0xbf, 0x98, 0xd1, 0x3c, 0xd1, 0xbf, 0xfc, 0x7d, 0x57, 0x7a, 0x7f, 0x0d, 0x19, 0x25, 0xff, 0x8e, 0x60, 0x32, 0x51, 0xff, 0x0d, 0x71, 0x98, 0x44, 0x3a, 0xbe, 0x6d, 0xc1, 0x73, 0x72, 0x98, 0x89, 0x7c, 0x19, 0x4f, 0x54, 0xa6, 0xa9, 0x9d, 0x36, 0x14, 0xe3, 0xa4, 0xc9, 0xfb, 0x24, 0x84, 0xc5, 0xc1, 0xd7, 0xd1, 0x8a, 0x93, 0xec, 0x67, 0x72, 0xf1, 0x21, 0x45, 0x6d, 0x1a, 0x59, 0x01, 0x8a, 0xbd, 0x15, 0x33, 0x19, 0xc7, 0x2d, 0x07, 0xbc, 0xfe, 0x34, 0xae, 0x38, 0x15, 0x93, 0xc2, 0x0d, 0x16, 0x51, 0x16, 0x7d, 0x5e, 0x1f, 0x6d, 0x88, 0x20 } } }; static const struct cckprng_op_reseed op_reseed_6062 = { .hd = { .id = 5805, .kind = OP_RESEED }, .nonce = 17320752518476042890ULL, .seed_nbytes = 63, .seed = { 0x9f, 0x06, 0x94, 0x58, 0x68, 0xdb, 0x65, 0x41, 0x7b, 0x93, 0x71, 0x46, 0x93, 0xd5, 0xb0, 0xe4, 0x68, 0xf6, 0xc1, 0xdb, 0x91, 0x3d, 0x8d, 0x05, 0x22, 0xa7, 0xd4, 0x2c, 0xeb, 0x64, 0xfb, 0xf5, 0x7a, 0xcf, 0xb2, 0x94, 0x83, 0x7f, 0x90, 0x5b, 0x91, 0xa8, 0x8d, 0xf1, 0x33, 0xcd, 0x2f, 0x08, 0xa6, 0xfb, 0xf7, 0x78, 0xe3, 0x42, 0xd2, 0xf4, 0x0e, 0x80, 0x6f, 0xcc, 0xba, 0xd1, 0x61 } }; static const struct cckprng_op_refresh op_refresh_6063 = { .hd = { .id = 5806, .kind = OP_REFRESH }, .rand = 17541843146805248897ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6064 = { .hd = { .id = 5807, .kind = OP_GENERATE }, .rand_nbytes = 84, .out = { .rand = { 0xf0, 0x7b, 0x33, 0xec, 0xac, 0x2d, 0x99, 0xf9, 0x67, 0x09, 0x65, 0x7e, 0x60, 0xbd, 0x99, 0xe8, 0xf4, 0x9f, 0xe7, 0x70, 0xd2, 0x94, 0xfc, 0xdd, 0xc1, 0x58, 0x58, 0x43, 0x55, 0xc9, 0x84, 0xc9, 0xbb, 0x87, 0xd4, 0x9f, 0x57, 0x38, 0x99, 0x46, 0x85, 0x97, 0x6a, 0x94, 0x31, 0x57, 0xa9, 0x2a, 0x0d, 0x6c, 0x6c, 0xcf, 0xd2, 0xa9, 0xe1, 0x8b, 0x08, 0xab, 0x9a, 0xbc, 0xe3, 0xd0, 0xe0, 0xf6, 0x4b, 0xf2, 0x53, 0x85, 0x99, 0xcb, 0x1f, 0xc1, 0xfa, 0xe6, 0xf4, 0x02, 0xb4, 0x97, 0xba, 0x92, 0xc8, 0xaf, 0x86, 0x0e } } }; static const struct cckprng_op_generate op_init_6065 = { .hd = { .id = 5808, .kind = OP_GENERATE }, .rand_nbytes = 193, .out = { .rand = { 0x7c, 0x70, 0x78, 0x23, 0xae, 0x70, 0x75, 0x15, 0x80, 0x56, 0x2a, 0x53, 0xdd, 0x96, 0x5c, 0xf9, 0x69, 0x26, 0x15, 0x6f, 0xb0, 0x2b, 0x96, 0x83, 0xaa, 0x47, 0x77, 0x27, 0xd9, 0xbf, 0x98, 0xa1, 0x43, 0x70, 0x76, 0x68, 0x41, 0xa9, 0x0c, 0xf8, 0xbc, 0x62, 0xda, 0xa9, 0x46, 0x92, 0xcf, 0x5a, 0xd7, 0x22, 0x34, 0x43, 0xcf, 0x54, 0x42, 0xfb, 0x60, 0x75, 0x89, 0x83, 0xd0, 0x9e, 0x8a, 0x0d, 0xed, 0x56, 0xdb, 0x6d, 0x88, 0x7d, 0x92, 0x84, 0xb9, 0x4d, 0x50, 0xe6, 0x16, 0xc0, 0x97, 0xda, 0x13, 0x74, 0x4a, 0xf2, 0x7d, 0xb6, 0xf2, 0x31, 0x04, 0xc9, 0x8d, 0x0d, 0x86, 0xe5, 0x70, 0x82, 0x02, 0xa9, 0x67, 0x6a, 0xed, 0x55, 0x28, 0x50, 0xdf, 0x64, 0xc2, 0x9a, 0x14, 0xf8, 0x8a, 0x4e, 0x16, 0xba, 0x09, 0x2b, 0x8d, 0xf0, 0x0e, 0x32, 0x01, 0x92, 0x51, 0x67, 0x95, 0xf0, 0x05, 0xfc, 0x8c, 0x85, 0x30, 0x70, 0x15, 0xa7, 0xb7, 0xa8, 0x56, 0x96, 0x25, 0x8c, 0x17, 0x16, 0x04, 0x58, 0xc1, 0xac, 0xbe, 0x02, 0xf8, 0xc4, 0x4e, 0x10, 0xeb, 0xe1, 0x21, 0xfd, 0x69, 0x1a, 0xa2, 0xbf, 0x17, 0x2c, 0x0d, 0xe2, 0x75, 0xb1, 0x66, 0x3f, 0xed, 0x2f, 0xbe, 0xa6, 0x4d, 0x2b, 0x76, 0xbd, 0x13, 0x0a, 0xf0, 0xaf, 0xe6, 0xd4, 0x75, 0x94, 0x24, 0x83, 0xed, 0x97, 0xc0, 0x0c, 0x5f, 0x57, 0x08 } } }; static const struct cckprng_op_generate op_init_6066 = { .hd = { .id = 5809, .kind = OP_GENERATE }, .rand_nbytes = 207, .out = { .rand = { 0x11, 0x98, 0x46, 0xc7, 0x8b, 0xec, 0x61, 0x4a, 0x0d, 0x7f, 0xb3, 0x2e, 0xdf, 0xe4, 0x62, 0xfe, 0x84, 0x67, 0x6a, 0x79, 0x29, 0x9c, 0xa3, 0xb2, 0xc7, 0xab, 0xa2, 0xf2, 0x13, 0xb5, 0x33, 0x4f, 0x4c, 0x01, 0x29, 0xea, 0x30, 0x5a, 0x45, 0x59, 0x91, 0x81, 0x92, 0x41, 0x25, 0xd8, 0x08, 0x92, 0x81, 0x79, 0xa0, 0x4f, 0x7d, 0x65, 0xf7, 0x0e, 0xda, 0x97, 0x1c, 0xc8, 0x54, 0xab, 0x94, 0x8a, 0x55, 0x87, 0x01, 0x33, 0xb1, 0xa2, 0xa1, 0x91, 0x14, 0xf6, 0x70, 0xec, 0x4c, 0x50, 0x0d, 0x7c, 0xf7, 0x5b, 0x2f, 0xc4, 0x73, 0x79, 0x16, 0x5a, 0xd3, 0x35, 0x88, 0x3f, 0x47, 0x77, 0x0b, 0xd8, 0x6e, 0xf1, 0x7e, 0xb8, 0x3c, 0xe8, 0x6c, 0xd7, 0xad, 0x0b, 0xf8, 0xfa, 0x37, 0x77, 0xc2, 0xd0, 0x63, 0x07, 0x56, 0x22, 0x0f, 0x39, 0x26, 0xee, 0x5d, 0xd4, 0xb0, 0x8f, 0x8f, 0x49, 0x59, 0xbb, 0x61, 0x6b, 0x36, 0x93, 0xc1, 0xaf, 0x82, 0x8f, 0x01, 0xcc, 0xc9, 0xef, 0xdb, 0x6e, 0x3a, 0xef, 0x7f, 0x92, 0xf5, 0x8a, 0xc1, 0xc3, 0x49, 0x12, 0x84, 0x97, 0xfe, 0xbf, 0xf6, 0x22, 0x50, 0x4b, 0x0a, 0x53, 0x73, 0x84, 0x77, 0x78, 0xac, 0xd9, 0xa1, 0x71, 0x1e, 0x48, 0x28, 0xb8, 0x93, 0x58, 0x5c, 0xd5, 0xc0, 0x6f, 0xfb, 0x9a, 0x12, 0xc3, 0x37, 0x62, 0xde, 0x63, 0x78, 0x9b, 0xfa, 0x2c, 0x39, 0x3d, 0x15, 0x95, 0x84, 0x6a, 0x21, 0xbd, 0x35, 0x9c, 0x3f, 0xbb, 0x92, 0x45, 0xba } } }; static const struct cckprng_op_refresh op_refresh_6067 = { .hd = { .id = 5810, .kind = OP_REFRESH }, .rand = 8212219034981080847ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6068 = { .hd = { .id = 5811, .kind = OP_RESEED }, .nonce = 2058724307629136063ULL, .seed_nbytes = 163, .seed = { 0x22, 0x0a, 0x98, 0x19, 0x89, 0x10, 0x88, 0xb9, 0x99, 0x81, 0xc1, 0x22, 0x61, 0xa5, 0xdc, 0x40, 0xc1, 0x00, 0x45, 0x06, 0xcb, 0xda, 0x2a, 0xea, 0xc7, 0xf0, 0x7f, 0x60, 0xf9, 0x87, 0x70, 0xd1, 0x31, 0xd2, 0x07, 0x91, 0x0d, 0xd9, 0xbd, 0xb6, 0x82, 0x56, 0x0f, 0xe7, 0x4d, 0xe7, 0xba, 0x89, 0x59, 0x58, 0xae, 0x13, 0xa3, 0x7a, 0xfc, 0xf3, 0x2a, 0x99, 0xe3, 0x92, 0xcd, 0xfa, 0x2a, 0xdc, 0x8c, 0x3e, 0x84, 0xd8, 0x16, 0xa6, 0x23, 0xf4, 0x77, 0xdd, 0xf0, 0x8d, 0x48, 0x4e, 0xee, 0xc3, 0x0b, 0x43, 0xeb, 0x83, 0x63, 0x5c, 0x41, 0xeb, 0x31, 0xdf, 0x1d, 0x36, 0x3c, 0xfa, 0x4a, 0xbf, 0x3b, 0x93, 0xa1, 0xc2, 0x91, 0x41, 0xbd, 0xc5, 0x5d, 0x33, 0x2c, 0xc4, 0xda, 0x27, 0xd4, 0x8d, 0xe8, 0xab, 0x0a, 0x25, 0xa9, 0xc0, 0xb8, 0x99, 0x9a, 0xe6, 0x1e, 0x9e, 0x87, 0x91, 0x1d, 0xe6, 0xdb, 0x4f, 0x24, 0xfa, 0xb2, 0xd5, 0xdf, 0x33, 0x0b, 0x44, 0xb6, 0x4a, 0x22, 0xd4, 0x33, 0xec, 0xd9, 0xc4, 0x1c, 0x3e, 0x0c, 0x39, 0xdd, 0x49, 0xc5, 0x3e, 0x3c, 0x1d, 0xf4, 0x15, 0x60, 0xbd, 0xe1, 0x96, 0xe8 } }; static const struct cckprng_op_refresh op_refresh_6069 = { .hd = { .id = 5812, .kind = OP_REFRESH }, .rand = 5197714813401678140ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6070 = { .hd = { .id = 5813, .kind = OP_REFRESH }, .rand = 3488110509318532630ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6071 = { .hd = { .id = 5814, .kind = OP_RESEED }, .nonce = 15566438865104697198ULL, .seed_nbytes = 194, .seed = { 0xc2, 0xee, 0xd6, 0x3e, 0x48, 0x61, 0x63, 0xee, 0xae, 0x99, 0x8d, 0xaf, 0x4c, 0x2e, 0x51, 0x19, 0x6e, 0x99, 0xb6, 0xf5, 0x35, 0x5c, 0x43, 0x56, 0xc8, 0x0e, 0x6b, 0xc5, 0xd2, 0x6c, 0x25, 0x15, 0xa5, 0x3a, 0xac, 0x62, 0x79, 0x8f, 0x0d, 0xe3, 0xe3, 0x6f, 0x5c, 0x58, 0x77, 0x8a, 0xb4, 0xb7, 0x79, 0x58, 0x81, 0x26, 0x09, 0xe3, 0xb8, 0xeb, 0xa4, 0xfd, 0xd6, 0xd5, 0x26, 0x80, 0x7b, 0xad, 0x53, 0x82, 0x28, 0xf5, 0x91, 0x04, 0xfb, 0x4d, 0x5f, 0x96, 0x12, 0xad, 0xa3, 0x2b, 0x57, 0x47, 0x70, 0x78, 0xd0, 0x97, 0x86, 0x19, 0x46, 0xd6, 0x1b, 0xe7, 0xc6, 0xe1, 0xaa, 0x95, 0x0d, 0x43, 0xcf, 0x59, 0x2c, 0xd3, 0x1f, 0xf2, 0x47, 0x1d, 0x9c, 0x0c, 0xec, 0x16, 0xff, 0xfe, 0x19, 0x1c, 0xcf, 0xca, 0xd7, 0xc9, 0x75, 0xca, 0xca, 0x15, 0x5f, 0x3e, 0x7b, 0xb4, 0x83, 0xa1, 0xbe, 0xa1, 0xcf, 0xc5, 0x84, 0x38, 0x10, 0x90, 0x5d, 0x02, 0x53, 0x5c, 0x37, 0x08, 0x83, 0xef, 0xf4, 0x80, 0xa3, 0x27, 0xda, 0xb5, 0x9f, 0xec, 0x5d, 0x35, 0x8e, 0x45, 0xf1, 0xd4, 0xad, 0xa5, 0x5c, 0xb9, 0xce, 0x6f, 0xec, 0x01, 0xff, 0xb2, 0xbc, 0x5f, 0x86, 0xa1, 0xdc, 0xda, 0xff, 0xce, 0xfe, 0x7a, 0x3c, 0x5b, 0x54, 0x3a, 0xb1, 0x06, 0xfe, 0xfa, 0x3a, 0x05, 0x72, 0x45, 0x00, 0xf2, 0x49, 0xac, 0x6b, 0x6e } }; static const struct cckprng_op_reseed op_reseed_6072 = { .hd = { .id = 5815, .kind = OP_RESEED }, .nonce = 10720967180446934398ULL, .seed_nbytes = 81, .seed = { 0xa2, 0xbd, 0x83, 0xda, 0x05, 0xcd, 0xdb, 0x21, 0x01, 0xe7, 0x65, 0xf7, 0xc0, 0x89, 0x6f, 0x65, 0x79, 0xbf, 0xa5, 0x89, 0x42, 0x81, 0xcd, 0x1e, 0xd1, 0xd3, 0x9a, 0xeb, 0x03, 0x0b, 0xed, 0x2d, 0x8b, 0xa7, 0x12, 0xb5, 0x98, 0xc0, 0x1d, 0xdb, 0x35, 0x78, 0x81, 0x23, 0x61, 0x9a, 0x86, 0x6c, 0x5a, 0xe3, 0xde, 0xc1, 0x4c, 0x32, 0xe7, 0x7d, 0x37, 0x98, 0x8e, 0xdc, 0x3b, 0xe5, 0x30, 0xa5, 0x76, 0x39, 0x92, 0x2f, 0x01, 0x7f, 0x64, 0x58, 0xcd, 0xd9, 0x11, 0xbb, 0x39, 0x15, 0xe6, 0x7a, 0xe2 } }; static const struct cckprng_op_generate op_init_6073 = { .hd = { .id = 5816, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x08, 0xcf, 0x31, 0x1b, 0xb4, 0x1a, 0x09, 0xae, 0x1d, 0x28, 0xe0, 0x9f, 0xf7, 0x0b, 0x2f, 0xdc, 0x84, 0x5e, 0x7b, 0x56, 0x77, 0xdf, 0xa8, 0xc9, 0x31, 0x35, 0x8f, 0xcd, 0x89, 0x1b, 0x1d, 0xc6, 0x24, 0x47, 0x54, 0x7e, 0x0c, 0x66, 0x8f, 0x84, 0xba, 0xa0, 0x49, 0x5c, 0xf6, 0xc0, 0x95, 0xfd, 0x75, 0x12, 0x0e, 0x68, 0x6f, 0xe5, 0x8d, 0x70, 0xa4, 0x91, 0x69, 0x14, 0xe6, 0x69, 0x0b, 0x01, 0xa8, 0x63, 0xb7, 0xb9, 0x4c, 0x77, 0xaa, 0x56, 0xfa, 0x61, 0x94, 0x89, 0x6e, 0xa4, 0x06, 0xdd, 0x9a, 0xb1, 0x32, 0xb1, 0xa1, 0xd7, 0x32, 0xe7, 0x00, 0x74, 0xe2, 0x42, 0xfa, 0x58, 0xe7, 0x95, 0x16, 0xf3, 0xe7, 0x46, 0x3c, 0xfb, 0xbb, 0xeb, 0x5b, 0x1d, 0x35, 0xf1, 0x24, 0xb1, 0xca, 0x86, 0x8f, 0xbb, 0x8e, 0xb7, 0xc2, 0xa4, 0x5d, 0xe8, 0x48, 0x11, 0x49, 0x6a, 0x59, 0x1b, 0x53, 0x43, 0x39, 0xda, 0x22, 0xe5, 0x4e, 0xea, 0xee, 0x17, 0xb6, 0x5e, 0x68, 0x10, 0xe9, 0xa0, 0x16, 0xf1, 0xba, 0xfb, 0xa9, 0xd4, 0xcf, 0xeb, 0x86, 0x20, 0x82, 0x74, 0x44, 0x70, 0x3d, 0x23, 0xf1, 0x60, 0x3a, 0x6e, 0x1d, 0x86, 0x70, 0xe1 } } }; static const struct cckprng_op_generate op_init_6074 = { .hd = { .id = 5817, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0x94, 0xdf, 0x50, 0xe6, 0xba, 0xea, 0xd2, 0x92, 0xa5, 0xe7, 0xb3, 0xb7, 0x2c, 0x00, 0xc4, 0x08, 0x6c, 0xe4, 0xc6, 0xb1, 0x16, 0xea, 0x28, 0x55, 0x52, 0xca, 0xfe, 0x55, 0x25, 0x3c, 0x8b, 0x39, 0xa9, 0x66, 0xbf, 0x81, 0x53, 0xc0, 0xb9, 0x6e, 0x39, 0x96, 0xd4, 0x17, 0x54, 0x25, 0xd1, 0x96, 0x56, 0x5e, 0xdb, 0xa1, 0xee, 0x4d, 0x10, 0x1d, 0xb9, 0x2a, 0x96, 0x6f, 0xb8, 0x3f, 0x49, 0xf5, 0x6b, 0x18, 0x45, 0x5f, 0xc5, 0x16, 0x3f, 0x91, 0x7f, 0x72, 0x51, 0x5c, 0x1b, 0x6d, 0x97, 0x4e, 0x3f, 0x49, 0x99, 0xa6, 0x91, 0xcb, 0xe8, 0x9b, 0xc8, 0x8e, 0x36, 0x05, 0x7b, 0xe0, 0x51, 0xea, 0x2f, 0x49, 0x69, 0xde, 0x0d, 0xaa, 0x5b, 0xad, 0x51, 0xa6, 0xe5, 0x63, 0x44, 0xf8, 0x56, 0xe6, 0x82, 0x2e, 0x7c, 0xad, 0x67, 0x12, 0x6b, 0x68, 0x6f, 0x4d, 0x55, 0x16, 0x07, 0xa2, 0xe1, 0xac, 0xe4, 0xdf, 0x88, 0xfd, 0xa4, 0xf0, 0x9e, 0xab, 0x54, 0xaa, 0x07, 0x49, 0x9c, 0xf6, 0x5a, 0x88, 0x2f, 0xda, 0x78, 0x00, 0x4b, 0xec, 0x4f, 0x4b, 0xc5, 0x6b, 0x93, 0xc0, 0x5f, 0xd3, 0x78, 0xa5, 0xaf, 0x25, 0xc1, 0xe1, 0xdc, 0xb8, 0xc6, 0xe6, 0x38, 0x06, 0x20, 0x90, 0x84, 0xa3, 0xb0, 0x71, 0x44, 0x93, 0x75, 0x48, 0x2d, 0x7d, 0x90, 0xbb, 0xa1, 0x40, 0xfb, 0x25, 0xc8, 0x92, 0x1b, 0x62, 0x76, 0xa8, 0x1c, 0x01, 0xac, 0x5f, 0x00, 0x7f, 0x06, 0x09, 0x09, 0xc6, 0x95, 0xa3, 0x77, 0xca, 0x91, 0xd7, 0xee, 0x27, 0xa8, 0x99, 0xe0, 0xc0, 0x60, 0xa5, 0x08, 0xcf, 0xe3, 0x96, 0x34, 0xe4, 0xe4, 0x94, 0x68, 0xf7, 0x2d, 0xf0, 0xd0, 0xde, 0xc9, 0xd3, 0xf3, 0x48, 0x8b, 0x2f, 0xd4, 0xef, 0xa3, 0xd7, 0xfc, 0xf6, 0x18, 0xc7, 0xdc, 0xb9, 0x49, 0x2f } } }; static const struct cckprng_op_generate op_init_6075 = { .hd = { .id = 5818, .kind = OP_GENERATE }, .rand_nbytes = 200, .out = { .rand = { 0x67, 0xc6, 0xbc, 0xb7, 0x77, 0xe6, 0x7d, 0xa8, 0x6d, 0x3d, 0xff, 0xcd, 0x8e, 0xde, 0xc8, 0xff, 0x66, 0x3c, 0x7e, 0xeb, 0x42, 0x3f, 0xe2, 0xaf, 0x70, 0x04, 0x08, 0x62, 0xbf, 0x7c, 0xf4, 0x2c, 0x37, 0x44, 0x2d, 0xb9, 0x2a, 0xa8, 0xe2, 0x8d, 0xd2, 0x33, 0x77, 0x49, 0x37, 0xcc, 0xfe, 0x06, 0x1f, 0x14, 0x7f, 0x57, 0x9d, 0x57, 0xcf, 0x3e, 0x94, 0x88, 0x57, 0x6c, 0xf0, 0x88, 0xf9, 0x0d, 0x76, 0x2b, 0xa1, 0x1b, 0x18, 0x05, 0xdf, 0x4f, 0x1a, 0x39, 0xdc, 0xa0, 0x8e, 0xce, 0xa6, 0x59, 0x12, 0x21, 0xb0, 0x01, 0xc1, 0x62, 0xec, 0xb5, 0x3b, 0xd6, 0x51, 0x2c, 0x26, 0x74, 0x19, 0xab, 0xa9, 0xb7, 0xb4, 0x07, 0xf2, 0xb9, 0x53, 0xbd, 0xa1, 0xb0, 0x0e, 0xa5, 0xc0, 0x54, 0x6c, 0xc5, 0x02, 0x3b, 0x71, 0xee, 0xb4, 0xfd, 0x7b, 0xc0, 0x96, 0xb3, 0x0a, 0xf4, 0x53, 0x40, 0x7d, 0xb7, 0x33, 0x02, 0x92, 0x8b, 0x00, 0xbc, 0x75, 0xb1, 0x3d, 0x01, 0x44, 0x99, 0x9f, 0x27, 0x2b, 0x44, 0xcf, 0x8a, 0x8a, 0x9c, 0x03, 0x77, 0x89, 0xe1, 0x78, 0xc0, 0x61, 0x52, 0xba, 0xb1, 0x2e, 0xc6, 0x12, 0x4d, 0xf6, 0x81, 0x50, 0x4a, 0x4f, 0xc7, 0xe0, 0x23, 0xc6, 0xa5, 0x7b, 0x16, 0xb3, 0x50, 0xd2, 0xc5, 0xd7, 0x64, 0x38, 0xed, 0x95, 0x0f, 0xfd, 0x2d, 0x09, 0xdc, 0x58, 0xc7, 0x60, 0xfb, 0xcd, 0xd0, 0xd5, 0xeb, 0xaf, 0xba, 0x4f, 0x0c } } }; static const struct cckprng_op_reseed op_reseed_6076 = { .hd = { .id = 5819, .kind = OP_RESEED }, .nonce = 9436797499767062572ULL, .seed_nbytes = 100, .seed = { 0xef, 0x0c, 0xf6, 0xb7, 0x15, 0xf4, 0xbe, 0xf3, 0x75, 0xff, 0xf4, 0x0e, 0x0c, 0x03, 0xde, 0x71, 0xf0, 0x96, 0x86, 0x07, 0xb0, 0x20, 0xbb, 0x07, 0x38, 0x06, 0x77, 0xf3, 0x04, 0xdc, 0xdc, 0xf5, 0x24, 0x93, 0xbd, 0x27, 0x3d, 0x60, 0x38, 0x4a, 0x3d, 0xc0, 0xe2, 0x02, 0xcf, 0x0b, 0x29, 0xc1, 0x13, 0x64, 0xfa, 0x04, 0xf1, 0x3f, 0xdd, 0xef, 0x91, 0x93, 0x4b, 0xda, 0x72, 0xf6, 0xc3, 0x7d, 0x18, 0x24, 0xde, 0x76, 0x12, 0xfc, 0xf2, 0x4f, 0x29, 0x6e, 0x7d, 0x4c, 0x55, 0xd5, 0xa7, 0xd4, 0xb2, 0xc4, 0x65, 0xa7, 0x6d, 0x13, 0x77, 0xce, 0x5d, 0x59, 0xd6, 0xd7, 0xea, 0xb5, 0x60, 0x13, 0xe9, 0x01, 0x72, 0xce } }; static const struct cckprng_op_generate op_init_6077 = { .hd = { .id = 5820, .kind = OP_GENERATE }, .rand_nbytes = 120, .out = { .rand = { 0x8e, 0x1c, 0x16, 0x35, 0x02, 0xa5, 0xcf, 0x00, 0xe3, 0x2a, 0xee, 0xf2, 0x13, 0x9c, 0x1b, 0x4a, 0x63, 0x79, 0x99, 0x30, 0xd4, 0x9d, 0x99, 0xec, 0x3f, 0xb0, 0xc8, 0x54, 0x28, 0x1e, 0xe8, 0xdf, 0x35, 0x0d, 0x26, 0xf6, 0x1a, 0xfd, 0x74, 0x04, 0x00, 0x8a, 0x4a, 0x20, 0x4c, 0x87, 0x97, 0x8c, 0x8a, 0x99, 0x54, 0x52, 0x67, 0x68, 0x37, 0x84, 0xd4, 0xc4, 0x28, 0xba, 0x08, 0xce, 0xd5, 0xe9, 0xe7, 0x69, 0xdf, 0x77, 0xa6, 0xe0, 0x14, 0x83, 0xa4, 0x25, 0xdb, 0x9b, 0xc9, 0x18, 0x65, 0x0c, 0xe8, 0x60, 0xef, 0x0f, 0x32, 0x5d, 0x2d, 0x9a, 0x90, 0xc9, 0x6e, 0xd3, 0x14, 0x7c, 0x92, 0xec, 0xa1, 0x88, 0x87, 0xda, 0xb2, 0x8f, 0x6b, 0x07, 0xd6, 0xfb, 0xe2, 0xbc, 0x67, 0xdc, 0x51, 0xe5, 0xa2, 0x79, 0xe5, 0x9a, 0x08, 0x95, 0x4a, 0x34 } } }; static const struct cckprng_op_reseed op_reseed_6078 = { .hd = { .id = 5821, .kind = OP_RESEED }, .nonce = 8137543513160099097ULL, .seed_nbytes = 141, .seed = { 0x00, 0x79, 0x27, 0x0f, 0x8c, 0xf1, 0x61, 0x5e, 0x2f, 0x00, 0xc7, 0x69, 0xb1, 0xd1, 0x7f, 0xe8, 0xf0, 0xda, 0xfe, 0x63, 0x66, 0xed, 0xf8, 0xd3, 0x4b, 0x0e, 0xce, 0x55, 0x27, 0x30, 0xf4, 0xf9, 0x3c, 0x1c, 0xf4, 0x73, 0xe7, 0x15, 0x78, 0x41, 0x86, 0x90, 0x4c, 0x3b, 0x63, 0x27, 0xea, 0xd4, 0x70, 0xd4, 0xc7, 0xe8, 0x25, 0x25, 0x15, 0x95, 0x80, 0xf5, 0x4f, 0x54, 0x37, 0x12, 0x5a, 0xeb, 0xb0, 0xde, 0x28, 0x88, 0xc9, 0x00, 0x12, 0x2e, 0x91, 0x20, 0xeb, 0xd5, 0x4f, 0x40, 0xda, 0xce, 0x64, 0xba, 0xf3, 0x51, 0xa5, 0xc1, 0xd2, 0x4b, 0xe8, 0x23, 0x92, 0x7a, 0x67, 0x5f, 0x49, 0x29, 0x21, 0x14, 0x33, 0x03, 0x80, 0x69, 0x0b, 0x46, 0xff, 0xff, 0x03, 0x37, 0x51, 0xa6, 0x44, 0x00, 0x86, 0xf5, 0x81, 0xc0, 0x98, 0xaf, 0x53, 0xea, 0xef, 0xa0, 0xd4, 0x37, 0x6e, 0x45, 0x59, 0x1d, 0x77, 0xd4, 0x36, 0x4a, 0x53, 0x18, 0x72, 0x67, 0xbc, 0xa9, 0xc4, 0xec, 0xf8 } }; static const struct cckprng_op_reseed op_reseed_6079 = { .hd = { .id = 5822, .kind = OP_RESEED }, .nonce = 17335323537233847983ULL, .seed_nbytes = 247, .seed = { 0x96, 0x7e, 0xdf, 0x8c, 0xba, 0x4c, 0xc2, 0x2c, 0x55, 0x39, 0x55, 0x79, 0x36, 0xd8, 0xf9, 0xc0, 0x3f, 0x6c, 0xbf, 0x72, 0xad, 0x09, 0x66, 0x8b, 0x73, 0x63, 0x56, 0x9d, 0xe1, 0xbc, 0xe4, 0x48, 0x95, 0xa6, 0xcf, 0x39, 0x21, 0x9e, 0x28, 0x5c, 0x48, 0x61, 0x0a, 0xa9, 0xe9, 0x99, 0x6b, 0x0d, 0x31, 0xf6, 0x8b, 0x5c, 0x78, 0x96, 0x7f, 0xe2, 0x14, 0x97, 0x84, 0xbe, 0x66, 0xb2, 0x31, 0x67, 0xf1, 0x0d, 0xe9, 0xa8, 0xe0, 0xb1, 0xdd, 0xb9, 0x54, 0x73, 0x82, 0x3a, 0x4c, 0xdb, 0xa8, 0x52, 0xa8, 0x18, 0xc1, 0x19, 0xdb, 0xff, 0xaf, 0xc3, 0x23, 0x4e, 0xde, 0x64, 0x64, 0xf0, 0x5f, 0x18, 0x40, 0xdb, 0x17, 0x5c, 0xca, 0x56, 0xc0, 0x2e, 0x64, 0xa5, 0x50, 0x5f, 0xe9, 0x6a, 0x39, 0xb5, 0x4c, 0x78, 0x78, 0x59, 0x02, 0x4a, 0x8f, 0xfb, 0xb4, 0x68, 0x24, 0x82, 0x83, 0xf7, 0x92, 0x30, 0x0e, 0x50, 0xcd, 0xb5, 0x69, 0x92, 0x86, 0xde, 0xf2, 0x8c, 0xcf, 0x17, 0xde, 0x27, 0x70, 0x0a, 0x34, 0x21, 0xa1, 0x23, 0x0c, 0x2a, 0x68, 0x45, 0x9b, 0xb8, 0x3e, 0x03, 0x5f, 0x44, 0x34, 0x31, 0x14, 0xa9, 0x6d, 0x38, 0x6c, 0x70, 0xa7, 0x6b, 0x5e, 0x3b, 0xa3, 0xaf, 0x23, 0x08, 0xbd, 0x5f, 0x96, 0x4c, 0xcb, 0x37, 0xa2, 0x38, 0xed, 0x28, 0x8f, 0xed, 0x63, 0x5d, 0xe8, 0x40, 0x9f, 0x46, 0x1d, 0x45, 0xb5, 0xf0, 0x10, 0x74, 0x9d, 0xaa, 0xc7, 0x4a, 0x10, 0x22, 0xd0, 0x4f, 0xee, 0x87, 0x2e, 0x9a, 0x6a, 0xc1, 0x7f, 0x11, 0x0b, 0x59, 0xa1, 0xd9, 0x04, 0x98, 0x32, 0x72, 0x3a, 0x2b, 0xc2, 0xdd, 0x77, 0x89, 0x22, 0xdb, 0xd4, 0x58, 0x1d, 0xe6, 0xdd, 0xe3, 0xd5, 0x86, 0x8b, 0x37, 0x66, 0xb3, 0x2f, 0x61, 0x24, 0x78, 0x01 } }; static const struct cckprng_op_generate op_init_6080 = { .hd = { .id = 5823, .kind = OP_GENERATE }, .rand_nbytes = 283, .out = { .rand = { 0xc0, 0x66, 0x20, 0x4f, 0xa6, 0xf2, 0x46, 0x48, 0xaf, 0xd8, 0x05, 0x0b, 0xeb, 0x6c, 0xd7, 0x30, 0x84, 0xbf, 0xa3, 0x80, 0x6b, 0x31, 0xdb, 0x39, 0xb4, 0xdd, 0xc1, 0x3f, 0xf5, 0xc3, 0xd5, 0x89, 0xa8, 0x08, 0x54, 0x33, 0x99, 0x71, 0xd2, 0xad, 0xf7, 0xa4, 0x1b, 0x4d, 0x0d, 0xa0, 0xae, 0x10, 0x2b, 0xee, 0xa6, 0x17, 0xd8, 0x68, 0xc1, 0x30, 0x05, 0x44, 0x18, 0xc7, 0xc4, 0x9d, 0x2c, 0xc9, 0x78, 0x1c, 0x26, 0xc5, 0xb5, 0x7d, 0x9d, 0x76, 0x55, 0xb1, 0x18, 0xad, 0x7d, 0x87, 0x9a, 0x7b, 0xe2, 0x9e, 0x5f, 0x83, 0x10, 0xd0, 0x75, 0x00, 0x66, 0x1f, 0x94, 0xc6, 0x7b, 0xb7, 0x0f, 0x4a, 0x8a, 0x32, 0x28, 0x68, 0x21, 0x23, 0x96, 0x0f, 0x8a, 0xac, 0x67, 0xa3, 0x2d, 0xa6, 0x29, 0x49, 0x33, 0x6f, 0x87, 0x43, 0x73, 0xe3, 0x28, 0xf1, 0x29, 0x6a, 0x09, 0xdb, 0x2b, 0xa6, 0x37, 0x1e, 0x72, 0xdf, 0x75, 0x56, 0x4f, 0x0b, 0xbc, 0x52, 0xc5, 0x25, 0x39, 0x67, 0x72, 0x62, 0x61, 0x0a, 0x70, 0x5d, 0x09, 0xfe, 0x7b, 0x5e, 0x5c, 0x17, 0x40, 0x5d, 0xbe, 0xe2, 0xb6, 0xd0, 0x81, 0x52, 0xbd, 0x3c, 0x9e, 0x4a, 0x1e, 0x7a, 0xf4, 0x9c, 0x35, 0x8e, 0x59, 0xec, 0x5c, 0x3a, 0x99, 0x25, 0x1d, 0x7c, 0x53, 0x52, 0x33, 0x7c, 0x38, 0x42, 0x7e, 0x71, 0xea, 0x0c, 0x9f, 0x6b, 0xe2, 0x4a, 0xe1, 0xd2, 0x65, 0x7c, 0x82, 0x46, 0x4b, 0x7c, 0xe0, 0x51, 0x18, 0x7c, 0x11, 0x03, 0x43, 0x8c, 0x99, 0x59, 0xa0, 0x9e, 0x1b, 0x52, 0x55, 0xb3, 0xa7, 0x1a, 0x24, 0x42, 0xce, 0x60, 0xe6, 0xad, 0xa1, 0x67, 0x46, 0xd7, 0xa3, 0x69, 0x23, 0x4d, 0x3c, 0x1a, 0x89, 0x32, 0x0e, 0x52, 0x22, 0x18, 0x12, 0xe3, 0xd2, 0xce, 0xf0, 0x01, 0xe8, 0xff, 0x42, 0xc7, 0x57, 0x0b, 0xec, 0x40, 0xea, 0xd6, 0x61, 0x3f, 0x06, 0x80, 0x5a, 0x22, 0x04, 0xc8, 0x94, 0xdc, 0xf7, 0x59, 0xa1, 0xe1, 0x2d, 0xb1, 0x0e, 0xe5, 0xb8, 0xcb, 0xb8, 0x17, 0x2f, 0xf1, 0x04, 0x64, 0x92 } } }; static const struct cckprng_op_reseed op_reseed_6081 = { .hd = { .id = 5824, .kind = OP_RESEED }, .nonce = 4043058114024861213ULL, .seed_nbytes = 233, .seed = { 0xa8, 0x70, 0x8d, 0x22, 0x40, 0x32, 0x46, 0xa4, 0xdd, 0x40, 0xb5, 0x84, 0x38, 0xab, 0x66, 0xea, 0x0a, 0x4f, 0xcb, 0x22, 0x12, 0xdc, 0xda, 0x81, 0xca, 0x75, 0x9b, 0xb4, 0x84, 0x61, 0x5f, 0x83, 0x25, 0x08, 0x42, 0x9f, 0x02, 0xb0, 0xc3, 0x37, 0x1c, 0x4c, 0x09, 0xd0, 0x7e, 0xcd, 0xe2, 0xa3, 0x2d, 0x3a, 0xb4, 0x73, 0x3d, 0x30, 0x50, 0x02, 0x4b, 0x87, 0x92, 0xe1, 0x30, 0x16, 0xd2, 0x36, 0x90, 0x82, 0x1f, 0x69, 0xa8, 0x24, 0x75, 0x83, 0x51, 0x92, 0xf2, 0x6a, 0xc9, 0x3c, 0x5a, 0xfb, 0xa7, 0x8f, 0x8b, 0x89, 0x14, 0x3a, 0xaf, 0xe1, 0xad, 0xa5, 0xa6, 0xfc, 0xe9, 0xed, 0xa9, 0x8c, 0x45, 0xc4, 0x39, 0x38, 0xaf, 0x4d, 0xa3, 0x4b, 0x75, 0x5e, 0xb9, 0x6b, 0xdc, 0xe4, 0x7b, 0x77, 0x6e, 0x70, 0xd9, 0x10, 0x8c, 0xe2, 0xf2, 0x6f, 0x3a, 0x4f, 0x06, 0x84, 0xa9, 0xb6, 0x85, 0x8b, 0xde, 0x94, 0x1e, 0x36, 0x33, 0x0b, 0x33, 0xd1, 0x34, 0x28, 0xcf, 0xb5, 0x20, 0xfe, 0xdd, 0x81, 0x87, 0x98, 0xf4, 0xce, 0xad, 0x7f, 0xa2, 0xd2, 0x34, 0x09, 0x0c, 0x94, 0xa5, 0x78, 0x38, 0xbd, 0x41, 0x94, 0xea, 0x00, 0xff, 0xd3, 0x55, 0x8c, 0x2a, 0x99, 0x96, 0x1a, 0xa4, 0x49, 0xa2, 0x23, 0xd5, 0x5d, 0x57, 0x72, 0xd7, 0x6d, 0xff, 0xe7, 0xe4, 0x5c, 0x09, 0x68, 0x35, 0x28, 0xe4, 0x1f, 0x04, 0x41, 0xd1, 0xf4, 0x33, 0xa4, 0x71, 0x4e, 0x97, 0x6e, 0x99, 0x7e, 0x9e, 0x37, 0xa9, 0x79, 0x7d, 0xed, 0xb8, 0x17, 0x4c, 0xd7, 0xf6, 0x56, 0x77, 0x81, 0xb3, 0x20, 0xc5, 0xac, 0x91, 0x1e, 0xba, 0xc5, 0x27, 0xbe, 0x20, 0x32, 0xb3, 0x7c, 0x4e } }; static const struct cckprng_op_refresh op_refresh_6082 = { .hd = { .id = 5825, .kind = OP_REFRESH }, .rand = 15472338072007089570ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6083 = { .hd = { .id = 5826, .kind = OP_GENERATE }, .rand_nbytes = 145, .out = { .rand = { 0x28, 0xa1, 0x91, 0x68, 0xaa, 0xb7, 0x87, 0xe1, 0x59, 0xea, 0x3e, 0xe5, 0x0a, 0x40, 0x8a, 0xa5, 0x1c, 0x35, 0xf0, 0x29, 0x21, 0xeb, 0x58, 0x95, 0x4d, 0xb2, 0x1c, 0x51, 0xe8, 0x91, 0xdc, 0x06, 0x7d, 0x1e, 0x64, 0xae, 0x17, 0xb0, 0x5d, 0x8f, 0x0e, 0x68, 0xbf, 0x4f, 0x6f, 0x01, 0x10, 0x87, 0xa7, 0xaa, 0x02, 0x67, 0xfe, 0x17, 0x31, 0xed, 0x8c, 0xe0, 0x31, 0x68, 0xd9, 0x16, 0x90, 0x24, 0xf8, 0xeb, 0xdb, 0x00, 0x11, 0x9d, 0x43, 0x70, 0x8c, 0xcf, 0x96, 0x66, 0x57, 0x00, 0x5f, 0x48, 0x16, 0x80, 0x6d, 0xd2, 0x34, 0x68, 0xd0, 0x52, 0x1b, 0xcc, 0x7c, 0x20, 0x13, 0x1a, 0x5a, 0x1c, 0x1a, 0x91, 0xc9, 0x74, 0xeb, 0xe4, 0x75, 0x91, 0x01, 0x61, 0x04, 0x85, 0x2f, 0x0d, 0xf4, 0x76, 0xe1, 0x7d, 0x53, 0x53, 0x48, 0x1b, 0x3d, 0xe1, 0xdd, 0x7d, 0x5d, 0x6f, 0x72, 0x11, 0x68, 0x67, 0xdf, 0xac, 0x6c, 0xb0, 0x4d, 0x0e, 0xbf, 0xa4, 0x89, 0xe9, 0x8a, 0xaf, 0xae, 0x05, 0xfb, 0xca, 0x1c } } }; static const struct cckprng_op_reseed op_reseed_6084 = { .hd = { .id = 5827, .kind = OP_RESEED }, .nonce = 9010663806312432767ULL, .seed_nbytes = 251, .seed = { 0xf3, 0x15, 0x6c, 0x39, 0xe8, 0x0a, 0x69, 0x4c, 0x2b, 0xdf, 0x88, 0xbd, 0xf2, 0xad, 0x78, 0x33, 0x53, 0x7a, 0x85, 0x45, 0x93, 0x89, 0xf3, 0xaf, 0xd3, 0xd2, 0xe1, 0x6b, 0x4b, 0x4f, 0x02, 0xfd, 0xc5, 0x6f, 0x5a, 0x57, 0x0f, 0x98, 0x7b, 0x2a, 0xd3, 0xbd, 0x05, 0x86, 0x8a, 0xd8, 0xab, 0x97, 0xbd, 0x29, 0x30, 0x1f, 0xa7, 0x82, 0x43, 0xca, 0xde, 0xc7, 0xe0, 0x1a, 0xa5, 0x36, 0xcc, 0x86, 0x1a, 0x8f, 0x83, 0x9d, 0x49, 0xa9, 0x0e, 0x7c, 0x1e, 0xea, 0x3b, 0xd2, 0x13, 0x38, 0xd3, 0x1d, 0x7e, 0x38, 0x16, 0x17, 0x2d, 0xee, 0x7c, 0x88, 0xa7, 0xe2, 0x73, 0x47, 0xad, 0x30, 0x16, 0x33, 0x62, 0xbc, 0x3a, 0x08, 0x3b, 0xb3, 0x3c, 0x3f, 0xf2, 0x74, 0xd4, 0xd9, 0x3d, 0xc5, 0x22, 0x34, 0xdd, 0x03, 0xd2, 0x9f, 0xe0, 0xbd, 0xae, 0x0c, 0x04, 0x16, 0x17, 0x61, 0xae, 0x84, 0xc2, 0x47, 0x13, 0x5f, 0x46, 0x1f, 0x4a, 0xba, 0xd9, 0x8e, 0x06, 0xe9, 0xdc, 0xf5, 0xec, 0x27, 0x20, 0xf0, 0x2e, 0xca, 0x27, 0xa2, 0xda, 0x91, 0x90, 0x8f, 0x07, 0x88, 0x2f, 0xf6, 0x44, 0x7f, 0xe0, 0x1f, 0xed, 0xb4, 0xb5, 0x88, 0x27, 0xb3, 0x4c, 0xbd, 0xa6, 0xc1, 0xa3, 0xb7, 0xf9, 0x89, 0x14, 0x43, 0x02, 0x42, 0xb3, 0x7f, 0x5c, 0x71, 0x66, 0xef, 0xe1, 0x3b, 0xea, 0x3c, 0x23, 0x4a, 0x15, 0x3d, 0x31, 0xac, 0xa6, 0x53, 0x7b, 0x94, 0x51, 0x59, 0x07, 0x11, 0x6b, 0x2f, 0x70, 0xf1, 0x46, 0xa1, 0x5a, 0xca, 0x27, 0xbd, 0x08, 0xab, 0x05, 0xdd, 0x85, 0x56, 0x84, 0x83, 0xe9, 0x0b, 0x30, 0x8e, 0xcc, 0xe6, 0xe3, 0xd1, 0xfd, 0x9e, 0x6d, 0x50, 0x75, 0x29, 0xa7, 0xee, 0x22, 0xe3, 0xd7, 0xde, 0xdd, 0x3c, 0xd1, 0xd5, 0x07, 0xd7, 0xe7, 0x09, 0x70, 0xa5, 0x1d } }; static const struct cckprng_op_generate op_init_6085 = { .hd = { .id = 5828, .kind = OP_GENERATE }, .rand_nbytes = 76, .out = { .rand = { 0x78, 0xfe, 0x5a, 0x6a, 0x14, 0xf7, 0xd1, 0xc5, 0x32, 0x6d, 0x67, 0x4f, 0x07, 0x31, 0x58, 0x77, 0xcc, 0x02, 0x82, 0x74, 0xa7, 0xfe, 0xd1, 0x77, 0x72, 0x66, 0x27, 0x0e, 0xcd, 0x82, 0x0a, 0xcc, 0x8e, 0x24, 0xc4, 0x2b, 0x02, 0x97, 0x6b, 0xc0, 0x1c, 0xbb, 0x2b, 0x0f, 0xaa, 0x37, 0xf9, 0xb6, 0xe1, 0x87, 0xa9, 0x8e, 0x0b, 0xed, 0x2d, 0x87, 0x72, 0x2d, 0xb9, 0xea, 0xbe, 0x04, 0x07, 0x3a, 0xb0, 0x97, 0x99, 0x4c, 0x10, 0xde, 0xf8, 0x92, 0xc3, 0x4c, 0x2c, 0x4e } } }; static const struct cckprng_op_refresh op_refresh_6086 = { .hd = { .id = 5829, .kind = OP_REFRESH }, .rand = 10436040590236932170ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6087 = { .hd = { .id = 5830, .kind = OP_GENERATE }, .rand_nbytes = 278, .out = { .rand = { 0x2d, 0xc4, 0xac, 0x27, 0x58, 0x00, 0x92, 0x63, 0xcc, 0x2b, 0xbc, 0x53, 0x2a, 0x3f, 0x4b, 0xaf, 0xbf, 0x85, 0x79, 0xdd, 0xa4, 0x10, 0xfc, 0x99, 0xa2, 0x27, 0x4a, 0x20, 0x4b, 0x95, 0xb1, 0x49, 0x74, 0xc1, 0xf4, 0x8d, 0x99, 0x5e, 0x3a, 0xed, 0x8a, 0x02, 0xf2, 0x42, 0xaf, 0x9f, 0x91, 0xba, 0x21, 0x99, 0x28, 0xa6, 0x7a, 0xc2, 0x0d, 0x3d, 0x4f, 0xfc, 0x01, 0x5c, 0x58, 0xa1, 0x36, 0x3e, 0x8e, 0xc2, 0xe1, 0x9a, 0x8f, 0x81, 0xa4, 0x0d, 0x93, 0xf4, 0xd0, 0x60, 0x27, 0xfd, 0x19, 0x6a, 0x84, 0x7d, 0x01, 0x22, 0xb2, 0xa0, 0x41, 0x87, 0x80, 0xcb, 0x36, 0x3b, 0xfc, 0x5e, 0xae, 0xd6, 0x38, 0x72, 0x72, 0x99, 0xc8, 0x94, 0xc7, 0x69, 0x2f, 0xfe, 0x9d, 0xda, 0x41, 0xe3, 0xfc, 0xf6, 0x0f, 0xd8, 0x35, 0x0f, 0xd3, 0xd2, 0x52, 0x39, 0x48, 0x64, 0xb6, 0xd7, 0x09, 0x8b, 0x61, 0x92, 0x8f, 0x82, 0xe8, 0x0d, 0x62, 0x1c, 0x0d, 0x0f, 0xa9, 0x51, 0xf7, 0x82, 0x9a, 0xf6, 0x8e, 0xcc, 0x76, 0x6e, 0xc5, 0x89, 0x0d, 0xea, 0x32, 0xa0, 0x16, 0x01, 0x6a, 0x9e, 0x02, 0xdb, 0xe1, 0x5e, 0x8d, 0xcb, 0x3f, 0x82, 0xc5, 0x83, 0x0f, 0x28, 0xa9, 0xbc, 0x26, 0x4a, 0xfa, 0xbe, 0xbd, 0x95, 0x67, 0x6f, 0x5c, 0xed, 0x69, 0x0c, 0x0b, 0x6a, 0x0a, 0x58, 0x44, 0xea, 0x58, 0xbe, 0x69, 0x33, 0xfc, 0xed, 0x4e, 0xfa, 0x7b, 0xc6, 0x76, 0xf1, 0x04, 0x44, 0x58, 0x4a, 0x75, 0x8b, 0x7f, 0x07, 0x5e, 0x44, 0x43, 0x5b, 0x3e, 0x38, 0x0d, 0xdd, 0x4d, 0x8f, 0x51, 0x23, 0x08, 0x23, 0xcc, 0x6f, 0x47, 0xd9, 0xe3, 0xc8, 0xa2, 0xe2, 0xb2, 0x85, 0x54, 0xe8, 0x3a, 0xcb, 0x9d, 0xad, 0x25, 0x75, 0x55, 0xdb, 0x24, 0x03, 0x24, 0x99, 0x39, 0x38, 0x20, 0xcc, 0x22, 0x06, 0xd6, 0x08, 0x4b, 0x7c, 0x6b, 0x81, 0x6e, 0x6b, 0xe8, 0xa5, 0x76, 0x9d, 0x83, 0x63, 0x1f, 0x9a, 0x85, 0x95, 0x67, 0x53, 0xe0, 0x4c, 0x9a, 0xd6, 0xf5, 0x3f } } }; static const struct cckprng_op_reseed op_reseed_6088 = { .hd = { .id = 5831, .kind = OP_RESEED }, .nonce = 16912093163142314635ULL, .seed_nbytes = 183, .seed = { 0x3c, 0x9b, 0x9c, 0xba, 0x82, 0x20, 0x29, 0x8c, 0x00, 0xd3, 0x61, 0x54, 0xba, 0x60, 0xe2, 0x9c, 0x7e, 0x81, 0x69, 0x39, 0xc7, 0xa9, 0x49, 0x46, 0x6b, 0x7b, 0x7e, 0xf8, 0x0b, 0x11, 0x8b, 0xcd, 0x69, 0xda, 0xbb, 0xb2, 0xeb, 0x94, 0x63, 0x72, 0x04, 0x55, 0x80, 0x56, 0x63, 0xe7, 0x3e, 0x79, 0x01, 0x8d, 0x95, 0xa5, 0x63, 0xac, 0x65, 0xb9, 0x20, 0xde, 0x02, 0x3f, 0xe2, 0x44, 0xe9, 0xa2, 0x70, 0x47, 0x0d, 0x68, 0xce, 0x74, 0x4f, 0xfb, 0x34, 0x32, 0xf8, 0x4e, 0x24, 0x60, 0x1f, 0x37, 0xdf, 0x3a, 0x95, 0xdb, 0xe6, 0x6e, 0xa1, 0xfc, 0x38, 0x8c, 0x87, 0xb0, 0xf6, 0x28, 0x78, 0x67, 0x5f, 0x62, 0x5a, 0x6a, 0x5c, 0x20, 0x5b, 0x78, 0xc9, 0xcf, 0x14, 0x48, 0x7a, 0x02, 0x1f, 0x37, 0x87, 0xb7, 0x3b, 0x04, 0x80, 0x25, 0x01, 0xca, 0x7e, 0xf6, 0x78, 0xab, 0x8a, 0x4d, 0x03, 0x25, 0xe8, 0x26, 0x13, 0x32, 0x85, 0x17, 0x49, 0x83, 0x76, 0x61, 0x45, 0x7a, 0xbe, 0x25, 0xd6, 0x1c, 0x27, 0xbc, 0x6c, 0xd5, 0x85, 0x68, 0x51, 0xb0, 0xd0, 0xea, 0x2c, 0x16, 0x96, 0x96, 0x48, 0xa0, 0x2a, 0x33, 0x94, 0x56, 0x6c, 0x3e, 0x24, 0x4b, 0x5a, 0xf8, 0x5e, 0x4e, 0x23, 0x4e, 0x18, 0x70, 0x7f, 0x62, 0x93, 0xf2, 0x77, 0x53, 0xcd } }; static const struct cckprng_op_generate op_init_6089 = { .hd = { .id = 5832, .kind = OP_GENERATE }, .rand_nbytes = 50, .out = { .rand = { 0xb8, 0xb0, 0xc2, 0x24, 0x61, 0x43, 0x36, 0x66, 0xd8, 0x08, 0x65, 0x69, 0x1d, 0x7e, 0x8d, 0x30, 0x23, 0x3f, 0x8f, 0x32, 0x45, 0x2e, 0xdd, 0xfa, 0xd9, 0x38, 0x1d, 0x1f, 0xbd, 0xc1, 0x08, 0xde, 0x43, 0xc7, 0x35, 0x37, 0xcd, 0xde, 0x9f, 0xf7, 0xab, 0x39, 0x95, 0xe3, 0x8e, 0x7c, 0xde, 0x4a, 0x6c, 0xc5 } } }; static const struct cckprng_op_generate op_init_6090 = { .hd = { .id = 5833, .kind = OP_GENERATE }, .rand_nbytes = 275, .out = { .rand = { 0x95, 0x69, 0x90, 0x27, 0x99, 0x2d, 0xf1, 0x41, 0xe8, 0xae, 0x4e, 0xca, 0x4a, 0xdb, 0xa6, 0xd6, 0x6a, 0x08, 0x25, 0x39, 0x0e, 0x4b, 0xc7, 0x47, 0x13, 0x27, 0x13, 0xab, 0x1e, 0xe8, 0xf6, 0x70, 0x96, 0xc7, 0x22, 0xf3, 0xfd, 0x62, 0x6b, 0xeb, 0x07, 0x93, 0x77, 0x55, 0x1c, 0x02, 0x4b, 0x88, 0xb8, 0x30, 0x2d, 0xf8, 0xe5, 0xe8, 0x25, 0xbe, 0x37, 0x3a, 0xa3, 0x44, 0x5e, 0xdc, 0x8a, 0xfa, 0xe8, 0x08, 0x30, 0x07, 0x13, 0xe1, 0x52, 0xed, 0xa0, 0xec, 0xa0, 0xaf, 0x74, 0xe4, 0xa1, 0xcb, 0x48, 0x86, 0x92, 0xd8, 0x72, 0x0c, 0x95, 0x16, 0x41, 0xd1, 0xa3, 0xd6, 0xaa, 0xf8, 0xb4, 0x67, 0x46, 0x7f, 0x13, 0x3f, 0xd1, 0x10, 0x01, 0x2c, 0xd4, 0x88, 0xd3, 0x09, 0xd8, 0xed, 0x6b, 0xfe, 0x4c, 0x3b, 0xdc, 0xfb, 0x9e, 0x84, 0xf2, 0x22, 0x78, 0xab, 0x40, 0x76, 0xa5, 0xed, 0xa0, 0xd7, 0xab, 0xd4, 0xd1, 0x08, 0x3c, 0x2d, 0x65, 0x56, 0x8b, 0xcf, 0xa1, 0xee, 0x51, 0x5a, 0x9e, 0x32, 0x73, 0x31, 0x36, 0xe5, 0x57, 0x0b, 0x41, 0x7d, 0x88, 0xad, 0xf8, 0xc8, 0x29, 0xd7, 0xb0, 0x96, 0xcb, 0xb7, 0x9b, 0x5a, 0x47, 0x6f, 0x4f, 0x04, 0xdc, 0xe2, 0xac, 0x79, 0x26, 0x62, 0xe0, 0x84, 0x4e, 0x0b, 0x0b, 0xb0, 0x76, 0xd2, 0x7e, 0x7a, 0xe0, 0xc7, 0x7a, 0x3f, 0xe6, 0xe0, 0x3b, 0x52, 0x57, 0x8d, 0x16, 0x96, 0x05, 0x95, 0xbe, 0xb8, 0x79, 0x29, 0xd4, 0x73, 0xbc, 0xd6, 0x80, 0x5c, 0x14, 0x1f, 0x24, 0x81, 0xbc, 0x1e, 0xa1, 0x98, 0x22, 0x14, 0xa4, 0x14, 0xef, 0x32, 0x6d, 0xcb, 0xbe, 0x23, 0x60, 0xf5, 0x10, 0xb6, 0xe2, 0x0c, 0x3e, 0x03, 0x1b, 0xe2, 0x18, 0x27, 0xc6, 0x0c, 0x67, 0xe9, 0x66, 0xe6, 0x3d, 0x47, 0xad, 0xe2, 0x14, 0xa9, 0x49, 0xcd, 0x21, 0x87, 0x18, 0xd2, 0x33, 0xf8, 0x6a, 0x31, 0xb6, 0x75, 0xbb, 0xab, 0x35, 0x19, 0x11, 0x9a, 0x7b, 0x3e, 0x74, 0xde, 0xb4, 0xfa, 0xed } } }; static const struct cckprng_op_refresh op_refresh_6091 = { .hd = { .id = 5834, .kind = OP_REFRESH }, .rand = 2524636849157868009ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6092 = { .hd = { .id = 5835, .kind = OP_RESEED }, .nonce = 16647590521386995427ULL, .seed_nbytes = 202, .seed = { 0x43, 0xda, 0xb4, 0x70, 0x9f, 0xd9, 0x73, 0x8f, 0x50, 0xb6, 0xaa, 0x43, 0xa1, 0x53, 0x0f, 0xb9, 0x3f, 0xd3, 0xec, 0x2c, 0x2f, 0x08, 0x72, 0x4c, 0xb3, 0xc6, 0x44, 0x21, 0xd5, 0xf1, 0xc2, 0xc8, 0x1c, 0xe0, 0xe2, 0xe9, 0x5a, 0xbb, 0x03, 0xbb, 0x8f, 0xd2, 0xff, 0x4d, 0x6f, 0xb9, 0x66, 0xb7, 0xd2, 0xca, 0x27, 0x92, 0xb2, 0xcb, 0x99, 0x87, 0x68, 0x6c, 0xb2, 0xd3, 0xae, 0xb1, 0xd2, 0x89, 0x3d, 0x94, 0xaa, 0x38, 0x73, 0x19, 0x0f, 0x10, 0xf6, 0x59, 0x0a, 0xf4, 0x61, 0x5a, 0x46, 0x45, 0xce, 0xdb, 0x00, 0x38, 0x4c, 0x84, 0xdf, 0x73, 0xfd, 0xfe, 0xff, 0xeb, 0x49, 0xfd, 0x49, 0x63, 0xb2, 0xb1, 0x5e, 0xb2, 0xb1, 0x33, 0xde, 0x1e, 0x40, 0xb6, 0x0c, 0x6b, 0xf7, 0xfb, 0x48, 0xa6, 0xca, 0xad, 0x79, 0xd1, 0x35, 0xe1, 0xa9, 0x8f, 0x15, 0xfc, 0x0b, 0x3f, 0x51, 0x0e, 0xb9, 0xc3, 0x5d, 0xc5, 0x3a, 0x4d, 0x7a, 0xea, 0x29, 0xdc, 0x48, 0xbe, 0x16, 0xd1, 0xfc, 0xa6, 0x34, 0x4d, 0xc1, 0x9b, 0x70, 0x19, 0x13, 0x4c, 0x7e, 0xb0, 0x8b, 0xea, 0x9f, 0x91, 0x49, 0x60, 0x11, 0xfc, 0xa5, 0x07, 0x9d, 0x1a, 0x2a, 0x84, 0xc2, 0x61, 0x38, 0x7e, 0x9f, 0x0c, 0x96, 0xe2, 0x69, 0x2a, 0xa0, 0x9a, 0xe5, 0x57, 0x3e, 0x66, 0xa1, 0xb4, 0x16, 0xf1, 0x9b, 0x37, 0xf7, 0xfd, 0xa0, 0x9f, 0x18, 0x19, 0x43, 0x70, 0x82, 0x7a, 0xab, 0x2d, 0xbc, 0x61 } }; static const struct cckprng_op_generate op_init_6093 = { .hd = { .id = 5836, .kind = OP_GENERATE }, .rand_nbytes = 77, .out = { .rand = { 0xcf, 0x93, 0x1a, 0xe1, 0x81, 0xde, 0x21, 0x24, 0xb1, 0xcd, 0x70, 0x30, 0x01, 0x27, 0x17, 0xac, 0xa0, 0x3d, 0xc9, 0x62, 0xd6, 0x24, 0x8b, 0x9f, 0xc5, 0x92, 0x58, 0x16, 0x2e, 0xc1, 0xb0, 0xa1, 0xe0, 0x32, 0x55, 0xdb, 0xeb, 0x39, 0x4a, 0x80, 0x0a, 0xcf, 0x8c, 0xec, 0x44, 0x5f, 0x64, 0x36, 0x2e, 0x9f, 0x51, 0xbd, 0xb1, 0x1f, 0xab, 0x92, 0x7c, 0x0a, 0x5a, 0xdf, 0xf9, 0xe6, 0x94, 0xbb, 0x5a, 0xad, 0x2b, 0x0f, 0x4b, 0x40, 0xf1, 0x63, 0x75, 0xd6, 0x4e, 0x69, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_6094 = { .hd = { .id = 5837, .kind = OP_RESEED }, .nonce = 6540955933234757812ULL, .seed_nbytes = 65, .seed = { 0x50, 0x99, 0x7e, 0xc5, 0xc9, 0x06, 0x5c, 0x47, 0x6a, 0xcd, 0x0a, 0xc3, 0x46, 0x8e, 0xab, 0x48, 0x95, 0xf4, 0xa8, 0x63, 0xca, 0x87, 0x38, 0xc6, 0x78, 0x44, 0x2e, 0x4b, 0x17, 0x5e, 0x3f, 0x93, 0x5a, 0xb5, 0x6c, 0x21, 0xc3, 0xb8, 0xd4, 0x86, 0x39, 0x36, 0xa6, 0xce, 0xe5, 0xab, 0x96, 0x60, 0xde, 0x88, 0x78, 0xf2, 0xfb, 0xde, 0x3a, 0xb7, 0xcc, 0xad, 0x9f, 0x5f, 0x5e, 0x7b, 0xeb, 0x4f, 0xf8 } }; static const struct cckprng_op_generate op_init_6095 = { .hd = { .id = 5838, .kind = OP_GENERATE }, .rand_nbytes = 271, .out = { .rand = { 0xe1, 0xc3, 0x96, 0x17, 0x6c, 0x63, 0x28, 0xb8, 0xb5, 0xdb, 0x81, 0x01, 0xe1, 0xa8, 0x74, 0x90, 0xdb, 0xda, 0x3f, 0x50, 0xc0, 0x90, 0x7f, 0xa8, 0x2b, 0x40, 0x6b, 0xef, 0xe5, 0x67, 0x21, 0x39, 0xe5, 0x6d, 0xe3, 0x2d, 0xf5, 0x67, 0x0d, 0x4e, 0x88, 0x2a, 0xd0, 0x0b, 0xea, 0x2e, 0xd7, 0xe0, 0x15, 0x1e, 0x27, 0x7f, 0xb5, 0xcf, 0x6d, 0x64, 0x04, 0x0a, 0x9d, 0x3a, 0x64, 0x27, 0x38, 0x49, 0xa1, 0xea, 0x9d, 0x08, 0xbf, 0x38, 0xa0, 0xb0, 0xb5, 0xb6, 0xa1, 0x57, 0x16, 0x0e, 0x09, 0xee, 0xd4, 0x5c, 0x8f, 0xa6, 0x99, 0xb8, 0x5c, 0xfc, 0xde, 0xf7, 0xe6, 0x8a, 0x22, 0xdc, 0x96, 0x7c, 0xe0, 0xcc, 0x77, 0x89, 0xd5, 0x63, 0x4b, 0xcd, 0x35, 0x4b, 0x7a, 0x67, 0x8c, 0x5a, 0xac, 0x3d, 0x27, 0xa8, 0x96, 0xdf, 0x2c, 0x41, 0x04, 0x44, 0xf3, 0x0c, 0x44, 0x14, 0x28, 0xc7, 0xf2, 0xfd, 0x00, 0x1c, 0x5e, 0xaf, 0x8e, 0x52, 0x17, 0x89, 0xf9, 0xc6, 0x2f, 0x22, 0x26, 0x68, 0x10, 0x8f, 0x91, 0xb0, 0x3c, 0xf0, 0x3c, 0x6d, 0xda, 0x86, 0x4b, 0x83, 0xcf, 0x96, 0xd1, 0x4c, 0xae, 0xd7, 0x2a, 0xbe, 0x00, 0xb7, 0x84, 0x34, 0x0a, 0xaa, 0x14, 0xda, 0x7e, 0xa5, 0xb0, 0xd6, 0x64, 0xa3, 0x88, 0x1c, 0x44, 0x92, 0x87, 0x92, 0x09, 0x85, 0x37, 0xc3, 0x60, 0x86, 0x28, 0x7f, 0x8d, 0xc6, 0x3a, 0xc2, 0x9a, 0xb7, 0xc3, 0xfd, 0x5b, 0x50, 0x84, 0xd2, 0x5f, 0xd8, 0x6d, 0x86, 0x0e, 0x84, 0xea, 0x53, 0xb3, 0x72, 0x46, 0xc8, 0x2d, 0xea, 0xd0, 0xc5, 0x92, 0x4e, 0xce, 0x53, 0xc5, 0x44, 0xeb, 0xd3, 0x40, 0x26, 0x4f, 0x6a, 0x06, 0xe1, 0x5d, 0xe2, 0x3f, 0x70, 0x89, 0x55, 0xc1, 0xed, 0xca, 0x48, 0x7e, 0xed, 0x8d, 0xa7, 0xe1, 0x23, 0x15, 0xc6, 0x30, 0x00, 0x70, 0x11, 0x3f, 0x05, 0xf1, 0x9c, 0xe6, 0x8b, 0xe9, 0x22, 0x2f, 0xb4, 0xe0, 0x83, 0xa9, 0x87, 0x97, 0x89, 0xf1 } } }; static const struct cckprng_op_refresh op_refresh_6096 = { .hd = { .id = 5839, .kind = OP_REFRESH }, .rand = 8151268094217978765ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6097 = { .hd = { .id = 5840, .kind = OP_REFRESH }, .rand = 14290394886875842483ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6098 = { .hd = { .id = 5841, .kind = OP_REFRESH }, .rand = 9562481803313529168ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6099 = { .hd = { .id = 5842, .kind = OP_REFRESH }, .rand = 17286810021384954693ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6100 = { .hd = { .id = 5843, .kind = OP_RESEED }, .nonce = 16116522822517939217ULL, .seed_nbytes = 170, .seed = { 0x7f, 0x1c, 0xb5, 0xc0, 0xca, 0xb4, 0xc9, 0xa0, 0x09, 0x70, 0xe3, 0xb6, 0x25, 0xb6, 0x82, 0xea, 0xfd, 0x90, 0x9c, 0xaf, 0xec, 0x01, 0xaa, 0x62, 0x61, 0x0b, 0x17, 0x09, 0x86, 0x8e, 0x71, 0x80, 0x73, 0xc1, 0x5c, 0xf3, 0xfc, 0x06, 0xd2, 0xa8, 0x0c, 0x86, 0xcc, 0x73, 0xdc, 0xe5, 0x63, 0x18, 0x03, 0xaa, 0xbd, 0x1d, 0xbb, 0xcf, 0x0d, 0x4f, 0x9f, 0xe2, 0x2a, 0xbf, 0xb5, 0x63, 0x88, 0x60, 0x07, 0x01, 0xce, 0x67, 0xe8, 0x0e, 0x8e, 0x78, 0xe7, 0xf3, 0x6d, 0xad, 0x11, 0x9a, 0x9c, 0x03, 0xb5, 0x5d, 0x1b, 0xc3, 0xb7, 0xb9, 0x64, 0xf8, 0x28, 0xad, 0xd7, 0x29, 0x55, 0x63, 0x0c, 0x4b, 0x43, 0x0d, 0x28, 0x73, 0x98, 0xa8, 0xb8, 0xdf, 0x2b, 0xbf, 0xe5, 0x47, 0x72, 0x86, 0xf6, 0xc9, 0x0a, 0x83, 0x7d, 0x8b, 0x20, 0xe5, 0x47, 0x3d, 0x70, 0x1f, 0xda, 0x6b, 0xc9, 0x40, 0x7e, 0xc6, 0x7a, 0x4b, 0x2a, 0x65, 0xe9, 0xaa, 0xc8, 0x04, 0xb7, 0xf3, 0xbe, 0xeb, 0xf8, 0x87, 0xf2, 0xa5, 0xa4, 0xe5, 0xce, 0xe8, 0xca, 0x14, 0x66, 0x51, 0xf7, 0xfb, 0xe4, 0xc7, 0x73, 0x46, 0xed, 0xd6, 0x9a, 0xe0, 0x9b, 0xfc, 0xb9, 0x50, 0x5c, 0xf0, 0x0b, 0x7c } }; static const struct cckprng_op_generate op_init_6101 = { .hd = { .id = 5844, .kind = OP_GENERATE }, .rand_nbytes = 250, .out = { .rand = { 0x0f, 0x11, 0x4f, 0x70, 0x2e, 0xa1, 0xaa, 0xe9, 0x8e, 0x43, 0xf2, 0xd2, 0x68, 0x15, 0x38, 0x83, 0xf5, 0xf7, 0x58, 0xd0, 0x9b, 0x7d, 0xac, 0x82, 0xa9, 0xb4, 0x86, 0xb7, 0xaf, 0x92, 0x2f, 0xb4, 0xf4, 0xae, 0x3f, 0x59, 0xb8, 0xb7, 0x95, 0x05, 0x68, 0xe8, 0x9d, 0x0f, 0xac, 0x40, 0xd9, 0x19, 0xb8, 0xe8, 0xc1, 0x1e, 0x30, 0x78, 0xef, 0xf4, 0x66, 0xd7, 0xe9, 0x31, 0xe1, 0x19, 0x9b, 0xac, 0xdd, 0x8e, 0x93, 0x2b, 0x8b, 0x3b, 0x9d, 0x8d, 0x6a, 0x3f, 0x29, 0x5a, 0xc0, 0x58, 0x4d, 0x18, 0x17, 0xa7, 0x86, 0x56, 0x51, 0x3d, 0xa2, 0x23, 0x7e, 0xbe, 0x04, 0x46, 0x42, 0x43, 0x2f, 0x95, 0xed, 0x7f, 0x30, 0x8c, 0xe0, 0xd3, 0x02, 0xf2, 0x92, 0x36, 0xcb, 0x17, 0xcf, 0xdd, 0x47, 0x10, 0xac, 0x02, 0x76, 0xae, 0x04, 0x1d, 0x6b, 0xd4, 0x6b, 0x60, 0xcc, 0x8f, 0x29, 0xc4, 0x4b, 0xa1, 0xa3, 0xe2, 0x12, 0x17, 0x7d, 0xf8, 0xf6, 0xaf, 0xe4, 0x64, 0x93, 0x36, 0xb3, 0xd6, 0x31, 0x36, 0x9d, 0xbc, 0x3c, 0xc2, 0x15, 0xcd, 0x37, 0xb0, 0x17, 0xca, 0x64, 0xbb, 0x3c, 0x1c, 0x0a, 0xb7, 0x47, 0x77, 0x13, 0xb3, 0xf9, 0xf5, 0x05, 0x3d, 0x1d, 0x4b, 0xf6, 0x17, 0xe8, 0x2f, 0xfc, 0x66, 0x0e, 0x8f, 0xbb, 0x3d, 0xbd, 0x6a, 0x4f, 0xfb, 0x7f, 0xb9, 0xbd, 0x16, 0xe1, 0x6e, 0x0f, 0xd8, 0x94, 0xe8, 0x7b, 0x5e, 0x78, 0x60, 0xd2, 0xc7, 0xcb, 0xad, 0x46, 0xfd, 0x9b, 0x82, 0xb3, 0xae, 0x46, 0xf5, 0x1e, 0x2b, 0xa5, 0x92, 0x08, 0xd9, 0x5b, 0x9f, 0x6b, 0x6b, 0xd1, 0x6d, 0x81, 0x8e, 0x25, 0x7c, 0x30, 0xd4, 0x20, 0xbb, 0x99, 0x4f, 0x16, 0xf9, 0xdb, 0x20, 0x4f, 0x5c, 0xdb, 0xe3, 0x18, 0xe4, 0x96, 0xf0, 0xd8, 0x3e, 0xd2, 0x41, 0xfd, 0xb4 } } }; static const struct cckprng_op_refresh op_refresh_6102 = { .hd = { .id = 5845, .kind = OP_REFRESH }, .rand = 1719461413923054771ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6103 = { .hd = { .id = 5846, .kind = OP_RESEED }, .nonce = 6112124263190439549ULL, .seed_nbytes = 259, .seed = { 0x5b, 0x3c, 0x15, 0xf1, 0x4a, 0x7c, 0x4f, 0x09, 0x87, 0x39, 0x44, 0xd9, 0x6e, 0xc9, 0x0c, 0x61, 0x68, 0x4f, 0xb1, 0xc6, 0xac, 0x43, 0x52, 0x4d, 0x47, 0xa6, 0x6d, 0xba, 0xa9, 0x8b, 0x12, 0x91, 0x22, 0x64, 0x11, 0xc1, 0x17, 0x73, 0xa8, 0x96, 0x20, 0x40, 0x91, 0x49, 0x2a, 0x9c, 0x08, 0xa4, 0xd0, 0xd9, 0x9e, 0xae, 0x6c, 0x67, 0x44, 0x7e, 0x04, 0xc1, 0xf2, 0x8c, 0x0c, 0xd1, 0x79, 0xfe, 0x31, 0xb1, 0x60, 0x56, 0x2f, 0x89, 0xa1, 0x47, 0x3b, 0x96, 0x38, 0x53, 0x8f, 0x4e, 0x43, 0xeb, 0x9b, 0x50, 0x32, 0xa1, 0x68, 0x53, 0xcd, 0x6e, 0xf2, 0x7b, 0xb9, 0xa6, 0x4f, 0xb6, 0x01, 0xcf, 0xbd, 0x24, 0x9e, 0x9b, 0xd9, 0x53, 0x70, 0xe1, 0xa1, 0x98, 0x25, 0x1f, 0x0c, 0xa7, 0xe9, 0xd4, 0x11, 0x23, 0xf4, 0xc5, 0x13, 0x32, 0xb9, 0xf2, 0x36, 0x84, 0x96, 0xb5, 0x3f, 0xda, 0xd9, 0xa7, 0x03, 0x54, 0x85, 0xbc, 0x05, 0x81, 0xc7, 0xe0, 0x70, 0xa2, 0x3d, 0x2e, 0xd0, 0x54, 0xf5, 0x49, 0x69, 0xdd, 0x3f, 0x17, 0xea, 0xf6, 0xb6, 0x6f, 0x36, 0xbe, 0xfd, 0xa2, 0x1b, 0xc4, 0x7c, 0xb4, 0x63, 0xd8, 0x98, 0xe7, 0x58, 0x47, 0x4c, 0x21, 0xea, 0x0a, 0x48, 0x18, 0x75, 0xf0, 0xc7, 0x1e, 0xac, 0xc8, 0xbe, 0x71, 0x25, 0xc1, 0xfb, 0xc4, 0xbd, 0x2a, 0x44, 0x85, 0x63, 0x05, 0x7a, 0x97, 0xcb, 0x57, 0xc7, 0x98, 0xf6, 0x21, 0x6c, 0x0d, 0xf2, 0x8d, 0xc9, 0x62, 0x16, 0x7c, 0x84, 0x81, 0x66, 0xae, 0x2d, 0xfd, 0x12, 0x5b, 0x3c, 0xc9, 0x8b, 0xdc, 0xe0, 0xe2, 0xe3, 0xe7, 0x59, 0x82, 0xbf, 0x84, 0xa3, 0xd1, 0x4a, 0x00, 0x6d, 0xdd, 0x7a, 0x01, 0xfb, 0x4c, 0x8a, 0xac, 0x53, 0x9e, 0x7e, 0x26, 0xac, 0xea, 0x76, 0x0e, 0x1e, 0x0f, 0x30, 0x39, 0x9f, 0x69, 0xec, 0xdb, 0xbf, 0xa5, 0x8b, 0x1b, 0xe7 } }; static const struct cckprng_op_refresh op_refresh_6104 = { .hd = { .id = 5847, .kind = OP_REFRESH }, .rand = 7907752373455722918ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6105 = { .hd = { .id = 5848, .kind = OP_GENERATE }, .rand_nbytes = 44, .out = { .rand = { 0x8b, 0x26, 0x8f, 0x5b, 0x32, 0x1e, 0xa0, 0x24, 0x6e, 0x74, 0x7d, 0x3b, 0x35, 0x02, 0xa7, 0x9a, 0x8e, 0x92, 0x32, 0x69, 0x02, 0xc0, 0xbe, 0x6f, 0xb8, 0x7f, 0x62, 0x2a, 0x35, 0x89, 0xac, 0x73, 0x7c, 0x60, 0x60, 0xe9, 0x1f, 0x00, 0x0a, 0xb9, 0x86, 0xae, 0x03, 0x69 } } }; static const struct cckprng_op_refresh op_refresh_6106 = { .hd = { .id = 5849, .kind = OP_REFRESH }, .rand = 9845020796669315842ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6107 = { .hd = { .id = 5850, .kind = OP_RESEED }, .nonce = 11356036910672953897ULL, .seed_nbytes = 161, .seed = { 0xe5, 0x15, 0x4e, 0xa3, 0x93, 0xe9, 0x7a, 0xd5, 0xfa, 0x90, 0x65, 0x4f, 0x15, 0x1a, 0x93, 0x43, 0x5b, 0xe6, 0xc4, 0xae, 0x08, 0x2a, 0xd0, 0xb4, 0x37, 0xf5, 0x39, 0x1b, 0x5c, 0xb1, 0xe0, 0x4c, 0x4f, 0xf7, 0x4b, 0xc2, 0xc9, 0x74, 0x12, 0x03, 0x4f, 0x2f, 0x57, 0xfa, 0xbb, 0x3f, 0x5b, 0x73, 0x23, 0x41, 0x4b, 0x17, 0x93, 0xbb, 0x1a, 0x36, 0xd5, 0x90, 0xe8, 0x3e, 0x76, 0x4c, 0x8d, 0x77, 0x43, 0x2c, 0xcb, 0x5b, 0x22, 0xcf, 0x2d, 0x00, 0x9d, 0x5f, 0x3f, 0xcd, 0x9e, 0x76, 0x98, 0x36, 0x45, 0x1d, 0x7b, 0xed, 0x9d, 0xd8, 0xd8, 0x57, 0xc5, 0xf3, 0xef, 0x5a, 0x7d, 0x7a, 0xda, 0x5f, 0xe5, 0xf3, 0xad, 0x0b, 0x27, 0x8f, 0x7c, 0x3c, 0x6e, 0xed, 0x51, 0x58, 0x7f, 0xa8, 0x0d, 0x47, 0x86, 0x15, 0x12, 0xfb, 0xdf, 0xc1, 0x2a, 0x89, 0x7b, 0x18, 0xa2, 0x27, 0xc8, 0xb1, 0xf5, 0x3e, 0x4e, 0x5b, 0x82, 0x62, 0x83, 0x5b, 0x8a, 0xfc, 0x79, 0x9e, 0x50, 0x8e, 0x5e, 0xdb, 0x37, 0x59, 0x99, 0xc3, 0x81, 0x04, 0x58, 0x63, 0x78, 0x8c, 0x85, 0x60, 0xe6, 0xed, 0x4d, 0x41, 0x4a, 0xee, 0xdd } }; static const struct cckprng_op_reseed op_reseed_6108 = { .hd = { .id = 5851, .kind = OP_RESEED }, .nonce = 5997812878849916768ULL, .seed_nbytes = 171, .seed = { 0xbb, 0x5e, 0x73, 0x4f, 0xaf, 0xc6, 0xd2, 0xbc, 0x04, 0x81, 0x82, 0x08, 0xf9, 0x0f, 0x09, 0x05, 0x43, 0xc8, 0x15, 0xba, 0x41, 0x68, 0x27, 0xab, 0xf7, 0x28, 0xd4, 0x4b, 0x1a, 0x8e, 0x37, 0xbd, 0xca, 0x7f, 0xb4, 0xa6, 0x07, 0xd1, 0xb8, 0xee, 0x71, 0x62, 0xca, 0xfa, 0x40, 0x13, 0x1e, 0x6f, 0x6b, 0xdb, 0xa5, 0x27, 0x37, 0x98, 0x3d, 0xe5, 0x3c, 0x96, 0x77, 0x92, 0xb7, 0xe0, 0xaf, 0x06, 0xec, 0x0e, 0x8d, 0xb8, 0x3f, 0x56, 0x7d, 0x01, 0x8a, 0x95, 0xda, 0x28, 0xc9, 0x0b, 0x87, 0x2a, 0x10, 0x51, 0x8d, 0x93, 0xcd, 0xd2, 0xbd, 0x82, 0x04, 0xd9, 0xcf, 0xab, 0x4b, 0xdd, 0x9c, 0x43, 0x63, 0x30, 0x0c, 0x69, 0xcd, 0xa0, 0xfe, 0xe8, 0x43, 0xb3, 0xf4, 0x41, 0x8e, 0x11, 0x16, 0xa9, 0x6d, 0x94, 0x46, 0x79, 0xf3, 0x21, 0xbf, 0xe6, 0xc3, 0x56, 0xa4, 0x89, 0xb6, 0x37, 0x55, 0x40, 0x6a, 0x77, 0xbf, 0x5b, 0x02, 0xd6, 0x02, 0x47, 0xff, 0x16, 0x00, 0x18, 0x00, 0xc1, 0xdd, 0xa5, 0x9b, 0x5d, 0x1a, 0x0d, 0x29, 0x28, 0x53, 0x72, 0x52, 0x66, 0xd3, 0xb2, 0x05, 0x97, 0xa8, 0xbf, 0x9b, 0xd1, 0x00, 0x61, 0x93, 0x11, 0x3c, 0xb6, 0x6f, 0x22, 0xff } }; static const struct cckprng_op_generate op_init_6109 = { .hd = { .id = 5852, .kind = OP_GENERATE }, .rand_nbytes = 263, .out = { .rand = { 0x81, 0xb5, 0x7a, 0x94, 0x9d, 0xd9, 0x37, 0xcd, 0xbc, 0xdb, 0x56, 0xb9, 0xb8, 0xeb, 0x6a, 0x00, 0xcb, 0x98, 0xf2, 0xb7, 0xeb, 0xab, 0xd1, 0xbd, 0x30, 0x9f, 0x0d, 0xac, 0x7c, 0x34, 0x16, 0x08, 0x21, 0x4b, 0xfb, 0xdb, 0x79, 0x28, 0x5b, 0x5c, 0x21, 0x67, 0x0b, 0xb4, 0x01, 0xec, 0x13, 0xe7, 0xd3, 0x83, 0xa5, 0x83, 0x2a, 0xa5, 0xd2, 0x9a, 0xf0, 0xac, 0x5b, 0x19, 0xfa, 0xd9, 0x02, 0x11, 0x21, 0x2b, 0xe1, 0x15, 0x28, 0x09, 0xbf, 0xfb, 0x4a, 0xff, 0x80, 0x22, 0xc0, 0xb2, 0xb8, 0xf1, 0x0d, 0xca, 0xbb, 0x86, 0x08, 0x5d, 0xd9, 0xa3, 0x45, 0xd1, 0xb9, 0xc8, 0x6f, 0x65, 0xd9, 0xe9, 0x64, 0xaf, 0xda, 0x93, 0x30, 0x02, 0x63, 0x5f, 0x93, 0x9a, 0xbc, 0x14, 0x91, 0xa2, 0x05, 0x71, 0xf2, 0x31, 0x23, 0xf9, 0xbe, 0x8b, 0x69, 0xc1, 0xc3, 0xdc, 0xa1, 0x96, 0xad, 0x0f, 0x86, 0xb8, 0x26, 0xc1, 0xd1, 0xb8, 0xc0, 0x39, 0x09, 0x2b, 0xb2, 0x52, 0x74, 0xea, 0x38, 0x13, 0xed, 0x1a, 0xd1, 0x6d, 0x40, 0x35, 0xde, 0x24, 0xad, 0x78, 0x90, 0xad, 0xf4, 0x42, 0xb0, 0x78, 0x0c, 0x07, 0x64, 0xe9, 0x53, 0xd2, 0x4b, 0xe6, 0x49, 0x0f, 0xab, 0xa5, 0xe9, 0xd4, 0xc4, 0x2b, 0x21, 0x68, 0x7e, 0x38, 0x83, 0xd0, 0xc5, 0x10, 0x76, 0xa4, 0xd7, 0x3e, 0xea, 0x16, 0x2b, 0x57, 0x52, 0x82, 0x60, 0xf5, 0xf0, 0x48, 0x5d, 0xb9, 0xfd, 0xf5, 0xa0, 0xab, 0x85, 0xb4, 0xd6, 0x32, 0x36, 0x7c, 0x06, 0x63, 0x47, 0x19, 0x01, 0xc4, 0x4a, 0x50, 0x7e, 0x5a, 0x94, 0x20, 0xf8, 0x5f, 0x6a, 0xc3, 0xa1, 0xd3, 0x0c, 0x8c, 0x17, 0x74, 0x80, 0x49, 0x12, 0x05, 0x11, 0xae, 0x88, 0x65, 0xac, 0x91, 0xc5, 0x79, 0xb8, 0xe3, 0x09, 0x1e, 0xcb, 0xa7, 0x78, 0xda, 0xc1, 0x69, 0x33, 0xd3, 0xfd, 0x25, 0x55, 0x5a, 0x74, 0x0a, 0x94, 0x79, 0x5e } } }; static const struct cckprng_op_generate op_init_6110 = { .hd = { .id = 5853, .kind = OP_GENERATE }, .rand_nbytes = 145, .out = { .rand = { 0x0d, 0xef, 0x56, 0x20, 0x1f, 0x93, 0x3b, 0x47, 0x37, 0x9b, 0x1a, 0x8d, 0xf0, 0x2f, 0xf7, 0xf2, 0x22, 0x54, 0xf8, 0x9d, 0xc0, 0x58, 0xdd, 0xf2, 0xc9, 0x55, 0x44, 0x0a, 0xcb, 0x6e, 0x9a, 0x94, 0x37, 0xa7, 0xdc, 0x0d, 0x65, 0x4d, 0xaf, 0xfe, 0x35, 0x55, 0xc5, 0x90, 0x1d, 0x0b, 0x30, 0x27, 0xee, 0xc9, 0x21, 0x07, 0xdd, 0x3c, 0x75, 0x45, 0x4f, 0xbf, 0xfc, 0x06, 0x92, 0x71, 0x8b, 0xc3, 0x99, 0xa0, 0x30, 0xb8, 0x4d, 0x2f, 0xa1, 0x0f, 0xbd, 0xdf, 0xf2, 0xfe, 0xa6, 0x21, 0x6c, 0xc0, 0x7b, 0x71, 0x6b, 0xbb, 0x06, 0x75, 0xe1, 0x3e, 0xfd, 0xb1, 0x15, 0x2f, 0xe9, 0x09, 0x20, 0xe6, 0x59, 0x9d, 0xbd, 0x36, 0x90, 0xc8, 0xfb, 0x77, 0x7e, 0x92, 0x64, 0x72, 0x85, 0xde, 0xa0, 0xd9, 0x38, 0xd9, 0x2d, 0x9c, 0xfc, 0x8b, 0x71, 0x73, 0xc3, 0x56, 0xb3, 0x9b, 0xe0, 0x5c, 0xf0, 0x77, 0xc9, 0x6a, 0x54, 0x42, 0x52, 0xe1, 0x80, 0xda, 0x73, 0xd5, 0x75, 0x0f, 0x2c, 0xa5, 0x0e, 0x5f, 0x3b } } }; static const struct cckprng_op_generate op_init_6111 = { .hd = { .id = 5854, .kind = OP_GENERATE }, .rand_nbytes = 129, .out = { .rand = { 0x0d, 0x98, 0xbd, 0xd8, 0x10, 0x9e, 0xca, 0xeb, 0xbc, 0x1c, 0x15, 0xa8, 0x05, 0xbf, 0xa8, 0x93, 0xda, 0xe7, 0x95, 0x10, 0x23, 0xf7, 0x3a, 0x5f, 0x60, 0xf6, 0x33, 0xd5, 0x4b, 0x54, 0x2c, 0xeb, 0x69, 0x4b, 0x9d, 0x92, 0xcb, 0x8e, 0x42, 0x7e, 0x5e, 0xa4, 0x5d, 0xe2, 0xab, 0x79, 0x1c, 0x10, 0x78, 0x13, 0x0e, 0x4e, 0x1a, 0x0c, 0xfd, 0xd6, 0x53, 0x8c, 0x4c, 0x72, 0x8c, 0x17, 0x9f, 0xc1, 0xaa, 0x43, 0xc6, 0xbe, 0xce, 0xba, 0xdb, 0x5a, 0xfb, 0xb5, 0x9f, 0x0a, 0xe0, 0x0e, 0x43, 0xd3, 0xd6, 0x72, 0xa0, 0x63, 0x5b, 0x80, 0x2b, 0x26, 0x21, 0x41, 0x49, 0x59, 0xb0, 0xa7, 0xee, 0x43, 0xd6, 0x97, 0x25, 0xab, 0x89, 0x54, 0xbf, 0xd7, 0x4a, 0xda, 0xae, 0x94, 0xb0, 0xb7, 0xd6, 0x8e, 0x45, 0x76, 0xcc, 0x78, 0xf2, 0x1e, 0xa2, 0x42, 0xc0, 0x30, 0x63, 0x7b, 0x1d, 0x4f, 0x36, 0xc9, 0x52 } } }; static const struct cckprng_op_refresh op_refresh_6112 = { .hd = { .id = 5855, .kind = OP_REFRESH }, .rand = 3197446334538780665ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6113 = { .hd = { .id = 5856, .kind = OP_REFRESH }, .rand = 17397095671235780320ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6114 = { .hd = { .id = 5857, .kind = OP_RESEED }, .nonce = 15855509623594953519ULL, .seed_nbytes = 77, .seed = { 0x3d, 0x49, 0xc6, 0xb9, 0x8c, 0x4e, 0x6b, 0xf2, 0x3d, 0x84, 0xb9, 0x75, 0xb3, 0x07, 0x2f, 0xe6, 0x42, 0x63, 0x5b, 0x26, 0x57, 0x1e, 0xa7, 0x5d, 0x64, 0xac, 0x69, 0x91, 0xba, 0x2d, 0x04, 0x52, 0x72, 0x84, 0x4b, 0x77, 0x9c, 0x2c, 0xd9, 0x10, 0x95, 0x28, 0xed, 0x6b, 0x89, 0x20, 0x37, 0x0a, 0x5e, 0xd1, 0xff, 0x97, 0x9c, 0x1a, 0x3b, 0x55, 0xed, 0x32, 0xcc, 0xa9, 0xe6, 0x90, 0x1e, 0xc4, 0x63, 0x23, 0xce, 0x71, 0x6a, 0x14, 0xef, 0x1d, 0x86, 0x0a, 0x02, 0xca, 0x07 } }; static const struct cckprng_op_reseed op_reseed_6115 = { .hd = { .id = 5858, .kind = OP_RESEED }, .nonce = 16951386164319683237ULL, .seed_nbytes = 243, .seed = { 0xe5, 0xc1, 0x27, 0xe6, 0x5e, 0xae, 0xcd, 0x06, 0x94, 0x5d, 0x66, 0x48, 0x85, 0x0a, 0x20, 0x56, 0xb8, 0x4b, 0xb8, 0x2f, 0x5b, 0x1c, 0x0d, 0x32, 0xce, 0x43, 0xce, 0xed, 0x4c, 0x70, 0x8e, 0xa5, 0x71, 0xd2, 0xe6, 0x6d, 0x8b, 0xc0, 0xc0, 0x95, 0xec, 0xdf, 0xc7, 0x4a, 0x59, 0x69, 0x5c, 0x2d, 0x07, 0x04, 0xd2, 0x33, 0x01, 0xe2, 0x3b, 0x45, 0x14, 0x8c, 0x48, 0x38, 0xac, 0xe9, 0x86, 0x44, 0xbb, 0xf9, 0xc0, 0xaa, 0xde, 0x67, 0xca, 0xe8, 0x0c, 0xf1, 0x97, 0x2f, 0x2a, 0x66, 0xca, 0xb3, 0x40, 0x0e, 0xf6, 0x2f, 0x5f, 0xc7, 0x22, 0x71, 0x4e, 0x40, 0x5d, 0xc3, 0xa2, 0xa4, 0xe3, 0x1b, 0x37, 0x72, 0x2f, 0x71, 0x0e, 0xe7, 0xb9, 0x5f, 0x80, 0x99, 0x75, 0x10, 0xd5, 0xb1, 0xc3, 0x2c, 0x77, 0xed, 0x5e, 0x19, 0x6e, 0xe1, 0x48, 0x43, 0x41, 0x0d, 0x46, 0x16, 0x44, 0xac, 0x9f, 0xc6, 0x6e, 0xb3, 0xdb, 0x78, 0xc8, 0x01, 0x75, 0x6e, 0x25, 0xe2, 0x6f, 0x38, 0xcd, 0xb4, 0x43, 0x5c, 0x4f, 0xb7, 0xc3, 0x5f, 0x94, 0xbe, 0x0a, 0xd3, 0x44, 0xde, 0x72, 0x8f, 0x70, 0x97, 0x43, 0xfb, 0x59, 0x68, 0x27, 0xc2, 0x51, 0x63, 0x7f, 0xcf, 0xf4, 0x86, 0x1c, 0x45, 0xb6, 0x1f, 0x11, 0x2a, 0x0c, 0x86, 0x75, 0x09, 0xcb, 0x93, 0xf6, 0xce, 0x40, 0x52, 0x37, 0xd5, 0x3f, 0x06, 0xa3, 0x55, 0x91, 0xb1, 0x8b, 0xc5, 0x16, 0x09, 0x8d, 0x81, 0xaf, 0xe5, 0xd3, 0xc6, 0x66, 0x6d, 0xda, 0x09, 0xcb, 0x04, 0x11, 0x74, 0x90, 0xa9, 0xa9, 0x9d, 0x3e, 0x71, 0x9e, 0x05, 0x81, 0x38, 0xa0, 0x76, 0x2b, 0xb1, 0xd7, 0x25, 0x08, 0x6d, 0xc2, 0xea, 0x06, 0x61, 0x9c, 0x70, 0x1a, 0xa2, 0x52, 0xa0, 0x7d, 0x83, 0x72 } }; static const struct cckprng_op_refresh op_refresh_6116 = { .hd = { .id = 5859, .kind = OP_REFRESH }, .rand = 12997563424564761973ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6117 = { .hd = { .id = 5860, .kind = OP_REFRESH }, .rand = 5944104430035559844ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6118 = { .hd = { .id = 5861, .kind = OP_REFRESH }, .rand = 8488707867143993035ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6119 = { .hd = { .id = 5862, .kind = OP_REFRESH }, .rand = 10130526566621920728ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6120 = { .hd = { .id = 5863, .kind = OP_REFRESH }, .rand = 17637346743530033332ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6121 = { .hd = { .id = 5864, .kind = OP_REFRESH }, .rand = 14957282453857316391ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6122 = { .hd = { .id = 5865, .kind = OP_RESEED }, .nonce = 13975694434795664702ULL, .seed_nbytes = 222, .seed = { 0x78, 0x9f, 0x8d, 0x0d, 0x0f, 0xba, 0x60, 0x6e, 0xd8, 0x26, 0x77, 0x88, 0x7d, 0x04, 0x8b, 0x08, 0xd2, 0x67, 0x0f, 0x03, 0x3e, 0x4a, 0x1e, 0xf1, 0x99, 0x32, 0xe8, 0x52, 0x5b, 0x82, 0xd9, 0x21, 0x5c, 0xdc, 0x1d, 0xa3, 0x09, 0xc9, 0x8f, 0xef, 0x50, 0x63, 0x13, 0x2e, 0xc0, 0x51, 0xbe, 0x0c, 0x65, 0xe3, 0x47, 0xa0, 0x23, 0x67, 0xe1, 0xe2, 0x24, 0x85, 0xa8, 0x28, 0xe6, 0xab, 0xb2, 0xb9, 0x94, 0x14, 0xa9, 0xcd, 0xe7, 0x17, 0x4f, 0x4a, 0x97, 0xf5, 0xf1, 0xbe, 0xdf, 0x50, 0xc6, 0xe4, 0xaa, 0x96, 0x98, 0xd1, 0x5b, 0x26, 0x27, 0x7d, 0x32, 0xc4, 0xcc, 0x54, 0x56, 0x0f, 0xaf, 0x43, 0x06, 0x97, 0x3d, 0x95, 0xef, 0x86, 0xdd, 0xb9, 0x35, 0x5b, 0xc4, 0xe3, 0x3a, 0x13, 0xd4, 0xd6, 0x11, 0xdc, 0xb4, 0x13, 0xdb, 0x34, 0xac, 0x66, 0xc4, 0x19, 0x64, 0xe9, 0x9a, 0xf0, 0x26, 0x8d, 0xe2, 0x90, 0xf4, 0x8d, 0x50, 0x68, 0x67, 0x7b, 0x77, 0x76, 0xf7, 0x63, 0xea, 0xca, 0xf4, 0x6e, 0xe1, 0xe1, 0x25, 0xfc, 0x73, 0x45, 0xb6, 0xe7, 0xfa, 0x95, 0x25, 0xbd, 0x90, 0x26, 0xe9, 0x5a, 0x39, 0xb3, 0xf5, 0xa5, 0xe5, 0xba, 0xcc, 0xe2, 0xda, 0x7f, 0x8e, 0x6f, 0x72, 0x5a, 0x49, 0xc1, 0x66, 0x1a, 0x78, 0xa9, 0x9d, 0xe3, 0x5e, 0x6b, 0x65, 0xf2, 0x49, 0x7a, 0x5a, 0xf9, 0xd1, 0x4e, 0x37, 0x15, 0xd8, 0x3f, 0x1a, 0x36, 0x60, 0x8b, 0x96, 0xf5, 0x66, 0x98, 0x72, 0xf6, 0x10, 0x42, 0x76, 0x44, 0x0c, 0x99, 0x6e, 0xe6, 0x20, 0xa4, 0xaf, 0x01, 0x17, 0x34, 0xed, 0x29 } }; static const struct cckprng_op_refresh op_refresh_6123 = { .hd = { .id = 5866, .kind = OP_REFRESH }, .rand = 10419133656732612248ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6124 = { .hd = { .id = 5867, .kind = OP_REFRESH }, .rand = 9312125274849168979ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6125 = { .hd = { .id = 5868, .kind = OP_RESEED }, .nonce = 6666223294224865234ULL, .seed_nbytes = 146, .seed = { 0x71, 0x76, 0xd0, 0x94, 0x73, 0x8d, 0x72, 0xb2, 0x80, 0x7e, 0x4b, 0xc2, 0x22, 0x9b, 0xfe, 0xe5, 0x50, 0xab, 0xac, 0xee, 0x35, 0x0d, 0xe6, 0xaf, 0x60, 0x99, 0x1f, 0x55, 0x7b, 0x1d, 0x2d, 0x15, 0xaf, 0x21, 0xf2, 0xc2, 0xc6, 0x97, 0x0d, 0x5c, 0x3e, 0xfe, 0xf5, 0xa7, 0xff, 0x96, 0x4d, 0x2c, 0xc4, 0x9b, 0xe3, 0x2d, 0x1b, 0x45, 0xb0, 0x62, 0x50, 0xb5, 0xe8, 0x63, 0x11, 0xda, 0xc7, 0x62, 0xc9, 0xf1, 0xac, 0x71, 0x9d, 0x0b, 0xf0, 0x5e, 0x09, 0xcd, 0x08, 0xd6, 0x16, 0x60, 0x8c, 0x7c, 0x8c, 0x56, 0x93, 0xd9, 0x74, 0xd6, 0xc9, 0xcd, 0x2b, 0x2b, 0x1d, 0x75, 0x0d, 0x21, 0xa5, 0x54, 0x5c, 0x55, 0xff, 0x8c, 0x37, 0xb6, 0xec, 0xa5, 0x7d, 0x79, 0x7e, 0x8d, 0x08, 0x81, 0xe3, 0xf9, 0xc9, 0xaf, 0x5f, 0xcc, 0x19, 0x66, 0xa5, 0x7b, 0x46, 0x5b, 0xfa, 0x87, 0xd8, 0x63, 0xaa, 0x35, 0x25, 0xb8, 0x78, 0x95, 0x19, 0x31, 0xf1, 0x8f, 0xd0, 0x16, 0xf2, 0xbf, 0x65, 0xcf, 0x8c, 0x91, 0x89, 0xc2 } }; static const struct cckprng_op_generate op_init_6126 = { .hd = { .id = 5869, .kind = OP_GENERATE }, .rand_nbytes = 30, .out = { .rand = { 0x51, 0xcd, 0x80, 0x3a, 0xb3, 0x90, 0x3a, 0x63, 0x80, 0x8d, 0xcc, 0x30, 0xbe, 0x15, 0xb6, 0x5d, 0x77, 0x77, 0x28, 0x6b, 0x98, 0xcf, 0x34, 0x6d, 0x52, 0xca, 0xa2, 0x50, 0x0d, 0xfe } } }; static const struct cckprng_op_refresh op_refresh_6127 = { .hd = { .id = 5870, .kind = OP_REFRESH }, .rand = 4371413048969294143ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6128 = { .hd = { .id = 5871, .kind = OP_RESEED }, .nonce = 9964716777177804299ULL, .seed_nbytes = 230, .seed = { 0x02, 0x4f, 0xcd, 0x30, 0x18, 0xc7, 0x08, 0xfa, 0xdd, 0x7f, 0x7c, 0xf1, 0x48, 0x36, 0xb1, 0xf6, 0xad, 0x7c, 0x0c, 0x12, 0x75, 0x6d, 0x3b, 0xa9, 0x02, 0x4e, 0x21, 0x60, 0xce, 0xef, 0xa6, 0x37, 0xb6, 0xce, 0xd8, 0xbd, 0x55, 0xca, 0x40, 0xb9, 0xff, 0x11, 0x56, 0x5e, 0xef, 0xbc, 0x01, 0x13, 0xa4, 0x13, 0xf4, 0x3a, 0xbe, 0xd0, 0x6b, 0x8e, 0x55, 0xb3, 0x3c, 0x6a, 0x3d, 0x1e, 0xa7, 0x4c, 0x0d, 0x6c, 0x03, 0x88, 0x0e, 0x3e, 0x3e, 0x7e, 0x95, 0xda, 0xa4, 0xdb, 0x72, 0x49, 0xbb, 0x6f, 0xd2, 0xa7, 0xcf, 0x80, 0x80, 0x09, 0xff, 0x55, 0xd2, 0xcc, 0x84, 0x99, 0xb6, 0xd0, 0x9c, 0x81, 0x0f, 0x30, 0xc6, 0xb0, 0x7f, 0x68, 0x5d, 0x62, 0x7b, 0xf2, 0xc2, 0x32, 0xcf, 0x5f, 0x8a, 0x6b, 0x7d, 0x94, 0x0c, 0xc3, 0x4b, 0xbc, 0xa1, 0x53, 0xa8, 0xeb, 0x84, 0xde, 0x46, 0x73, 0x71, 0x54, 0xde, 0xad, 0x98, 0x42, 0xb5, 0x53, 0x33, 0xbe, 0x1e, 0x56, 0x58, 0x86, 0x50, 0xdb, 0x00, 0xa9, 0x3c, 0x1b, 0xd0, 0x9b, 0x81, 0x50, 0x94, 0xc8, 0x29, 0x16, 0x9e, 0x1c, 0xaf, 0xca, 0x50, 0x3a, 0x5d, 0xe4, 0x9b, 0x6b, 0x00, 0x2a, 0xb6, 0xea, 0xbd, 0x63, 0x9b, 0x40, 0xb7, 0x5d, 0xdc, 0xfa, 0x01, 0x90, 0x64, 0x21, 0x34, 0x57, 0xf9, 0x91, 0x00, 0x3d, 0x18, 0x95, 0x22, 0x05, 0x68, 0x6b, 0x0b, 0xf7, 0x96, 0xc8, 0x3d, 0xe6, 0xd2, 0xf9, 0x9c, 0x8a, 0x32, 0xee, 0x85, 0xbd, 0x08, 0x49, 0x1b, 0x12, 0xe9, 0x8f, 0x5b, 0x07, 0x20, 0x59, 0x23, 0x4c, 0xe0, 0xc4, 0xe2, 0x55, 0x82, 0x83, 0xd1, 0x7f, 0xa3, 0xa3, 0x27, 0x86 } }; static const struct cckprng_op_reseed op_reseed_6129 = { .hd = { .id = 5872, .kind = OP_RESEED }, .nonce = 9831622320533528993ULL, .seed_nbytes = 172, .seed = { 0x26, 0x00, 0xb5, 0xa9, 0xfa, 0xe6, 0x3c, 0xfa, 0x35, 0x6d, 0x09, 0x04, 0x36, 0xc4, 0xdf, 0xff, 0x7d, 0xd7, 0xa0, 0x64, 0x9d, 0x39, 0x61, 0xed, 0x93, 0xfe, 0xfb, 0xc6, 0xf6, 0x02, 0x34, 0x4a, 0x6f, 0x26, 0x64, 0x9c, 0x83, 0x40, 0x98, 0xb9, 0x02, 0x8d, 0x07, 0xb2, 0xd6, 0x30, 0x5a, 0x5b, 0x4d, 0x4b, 0x9c, 0xbf, 0xc5, 0x57, 0x37, 0xd9, 0x3c, 0x6a, 0xe8, 0xb3, 0x3f, 0x9a, 0x62, 0xb3, 0xdc, 0x67, 0xb1, 0xd3, 0xd8, 0xaa, 0xd6, 0x26, 0x36, 0x34, 0xb4, 0xec, 0xe6, 0x88, 0x5e, 0x53, 0x04, 0x1c, 0x0d, 0x73, 0x0f, 0x93, 0x5a, 0x6b, 0xb8, 0x7b, 0x51, 0xe3, 0x93, 0x45, 0xb7, 0x3c, 0x71, 0x42, 0xff, 0xd7, 0xd6, 0x10, 0x6b, 0x8a, 0x65, 0x85, 0xae, 0x13, 0x52, 0x80, 0xa2, 0xe1, 0xdf, 0x3a, 0xf3, 0x30, 0xb1, 0x6f, 0x8a, 0x0a, 0x5b, 0x99, 0xf5, 0xab, 0xbb, 0x62, 0xc2, 0x71, 0x90, 0xd4, 0xa2, 0x83, 0xe4, 0x0d, 0x80, 0xa7, 0xe2, 0xc1, 0x62, 0x9b, 0x0c, 0xa2, 0xc8, 0x11, 0xe9, 0xe1, 0x24, 0x2d, 0x51, 0x8c, 0x4c, 0xb3, 0xd9, 0x30, 0x2b, 0x9a, 0x84, 0xbb, 0xe5, 0x96, 0x59, 0x1a, 0x51, 0x7f, 0x59, 0x94, 0x96, 0x05, 0xca, 0xde, 0xb4, 0xce } }; static const struct cckprng_op_refresh op_refresh_6130 = { .hd = { .id = 5873, .kind = OP_REFRESH }, .rand = 9205983648244607025ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6131 = { .hd = { .id = 5874, .kind = OP_REFRESH }, .rand = 17370404286293546707ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6132 = { .hd = { .id = 5875, .kind = OP_REFRESH }, .rand = 12409235250792637140ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_6133 = { .hd = { .id = 5876, .kind = OP_RESEED }, .nonce = 5133011713609321760ULL, .seed_nbytes = 128, .seed = { 0x29, 0x1c, 0xf0, 0x6e, 0x50, 0x2a, 0xc2, 0xbe, 0xea, 0xa4, 0x5a, 0xea, 0x18, 0x65, 0xb7, 0x02, 0x74, 0x0b, 0x26, 0x5c, 0xfb, 0xb5, 0x0b, 0xf5, 0xf4, 0x14, 0x07, 0x86, 0x14, 0xc9, 0xa7, 0x39, 0x99, 0xdd, 0xa7, 0xbb, 0xc7, 0xa2, 0xdb, 0x43, 0xb4, 0x03, 0x7e, 0xff, 0xd6, 0x46, 0xe3, 0xc3, 0x89, 0x54, 0xae, 0xd0, 0x87, 0xec, 0xe1, 0xf0, 0x38, 0x42, 0x95, 0xdd, 0x15, 0x5d, 0xbe, 0x54, 0x2a, 0x14, 0xac, 0x06, 0x67, 0xf5, 0xc7, 0xff, 0xe3, 0x94, 0xdb, 0x25, 0x78, 0x20, 0x29, 0x9a, 0x20, 0x40, 0x3f, 0x2a, 0xf5, 0xdd, 0xb7, 0xde, 0x8c, 0xec, 0xb1, 0x62, 0x03, 0x58, 0x0d, 0xca, 0x3a, 0xcf, 0xfc, 0x53, 0xbd, 0x0d, 0xe9, 0x56, 0x1b, 0xe6, 0x0d, 0xf6, 0x39, 0x21, 0x6e, 0x4e, 0x82, 0x61, 0xb4, 0x98, 0x1d, 0x29, 0x38, 0xa8, 0xc8, 0xe6, 0xd1, 0x1e, 0x64, 0xec, 0x8b, 0x38 } }; static const struct cckprng_op_refresh op_refresh_6134 = { .hd = { .id = 5877, .kind = OP_REFRESH }, .rand = 17650309573000818411ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_6135 = { .hd = { .id = 5878, .kind = OP_GENERATE }, .rand_nbytes = 274, .out = { .rand = { 0xd9, 0x84, 0x05, 0x44, 0xbe, 0x11, 0x2e, 0x1f, 0x99, 0xf3, 0x9c, 0x9d, 0x8f, 0x20, 0x89, 0xf2, 0xc5, 0x9f, 0x77, 0x2d, 0xba, 0x47, 0xc8, 0xce, 0xeb, 0x78, 0xe4, 0x49, 0x6e, 0xd5, 0xa5, 0x92, 0x3e, 0x88, 0x31, 0xe4, 0xc5, 0x4d, 0xbe, 0x80, 0x27, 0x53, 0x4e, 0x32, 0x6d, 0xe4, 0x2e, 0x65, 0xb0, 0x2c, 0x7e, 0x22, 0x37, 0x6a, 0x87, 0x00, 0xef, 0xb0, 0xe7, 0x7b, 0x51, 0xaf, 0x3a, 0xf8, 0xf9, 0xa2, 0xd5, 0x73, 0x70, 0xcd, 0xd8, 0xf7, 0x33, 0xf3, 0xdc, 0xa4, 0xab, 0x3d, 0x4a, 0x0e, 0x81, 0x9e, 0x4d, 0x2e, 0x1c, 0x32, 0x9b, 0xa6, 0x75, 0x61, 0x4f, 0xf1, 0xe1, 0x7b, 0x58, 0x3b, 0x36, 0x3b, 0xbb, 0xbe, 0xe6, 0x58, 0xc0, 0xa6, 0x93, 0x77, 0xe8, 0xc3, 0xac, 0x7a, 0x92, 0xb4, 0xe3, 0x99, 0xa7, 0x64, 0x8c, 0xb5, 0xfc, 0x10, 0x6a, 0x62, 0x03, 0x3f, 0x03, 0x2c, 0xe2, 0x71, 0x9f, 0xb4, 0x96, 0x98, 0x44, 0x31, 0xc3, 0x69, 0x19, 0x05, 0xe5, 0xa1, 0x90, 0x4d, 0x53, 0xee, 0xd5, 0x92, 0xce, 0xd9, 0xf4, 0x74, 0x79, 0x6d, 0xcb, 0x0f, 0x69, 0xc1, 0x9d, 0x98, 0x48, 0x59, 0x37, 0xf2, 0x3b, 0xf7, 0xec, 0xe3, 0x93, 0xa3, 0x1f, 0xb4, 0x75, 0xc2, 0x71, 0x91, 0xa2, 0xc4, 0xf2, 0x41, 0x01, 0x7c, 0xf2, 0x21, 0xf4, 0xa9, 0xfc, 0x27, 0x90, 0x3d, 0xae, 0xe7, 0x41, 0xb7, 0xcf, 0x44, 0x9e, 0x66, 0xf7, 0x7c, 0xb2, 0x24, 0x74, 0xc8, 0x40, 0x00, 0x3e, 0x66, 0xc3, 0xf7, 0xcb, 0x44, 0xcb, 0x21, 0x26, 0x61, 0x9d, 0xee, 0x9f, 0x80, 0x53, 0x86, 0x01, 0xf0, 0xbb, 0x96, 0x38, 0xeb, 0x4f, 0x31, 0x5e, 0x72, 0x5d, 0xfc, 0xd0, 0x51, 0x6a, 0xab, 0x96, 0x98, 0x73, 0xb5, 0xca, 0x3a, 0xbf, 0x1c, 0x04, 0x5e, 0x9d, 0x4f, 0x3e, 0xd0, 0xe4, 0x7d, 0x4e, 0x7c, 0x1e, 0xa8, 0xc1, 0x9d, 0x38, 0x8b, 0x94, 0x5f, 0x93, 0x8e, 0x9e, 0xfd, 0xd6, 0xb3, 0x0b, 0x5d, 0xea, 0x8c, 0x1a, 0xd4 } } }; static const struct cckprng_op_refresh op_refresh_6136 = { .hd = { .id = 5879, .kind = OP_REFRESH }, .rand = 8203827442417395079ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6137 = { .hd = { .id = 5880, .kind = OP_RESEED }, .nonce = 3987882503276879173ULL, .seed_nbytes = 208, .seed = { 0xb7, 0xa9, 0xbb, 0xfd, 0x70, 0xc8, 0x06, 0x9f, 0x25, 0xce, 0x3a, 0x58, 0x7a, 0x08, 0x4f, 0xd0, 0x71, 0xf0, 0xa1, 0xae, 0x3c, 0xe1, 0x2b, 0xf6, 0x12, 0x0e, 0x95, 0x02, 0x85, 0xb8, 0x3f, 0x5d, 0x04, 0xac, 0xd8, 0xcc, 0x40, 0x20, 0xa7, 0xfb, 0x1b, 0x1d, 0x26, 0x7d, 0x88, 0xa2, 0x78, 0x81, 0xfb, 0xec, 0x6d, 0xca, 0xe0, 0x96, 0xe6, 0xc5, 0xca, 0xaf, 0xc9, 0x8d, 0x4b, 0xdc, 0x25, 0x74, 0xa9, 0xfb, 0x16, 0x7a, 0xe7, 0x92, 0xca, 0xc8, 0xc3, 0xab, 0x19, 0x7d, 0xf6, 0x17, 0x17, 0x09, 0x04, 0xc3, 0x66, 0x44, 0x01, 0xca, 0x8c, 0xca, 0xdc, 0xda, 0xec, 0x2c, 0x8a, 0xca, 0xd2, 0x08, 0x59, 0xdc, 0x1e, 0xe1, 0x88, 0x8b, 0xce, 0x82, 0x72, 0xef, 0x7b, 0xf7, 0xf9, 0x51, 0x10, 0xbd, 0x4d, 0x9e, 0x7d, 0x5c, 0x6d, 0xe7, 0xcf, 0x41, 0x53, 0x21, 0xeb, 0x73, 0x51, 0x7e, 0x2b, 0xaa, 0xf9, 0xa8, 0xa9, 0xf6, 0x3b, 0x9c, 0x45, 0x2c, 0x59, 0xb8, 0xde, 0x77, 0xf8, 0x27, 0x54, 0xac, 0x89, 0xf8, 0x66, 0x91, 0x05, 0xc4, 0xfc, 0x1c, 0x6a, 0x72, 0x1b, 0x7c, 0xa5, 0x44, 0xfa, 0xdb, 0x69, 0x92, 0x44, 0x99, 0x9e, 0x71, 0x87, 0x09, 0x59, 0xa9, 0xd6, 0x12, 0xe7, 0x75, 0x3a, 0x5b, 0xc7, 0xb1, 0x27, 0x76, 0x8b, 0x67, 0x15, 0x4c, 0xc4, 0x31, 0xc7, 0x2b, 0x34, 0xae, 0x63, 0x35, 0x28, 0x0a, 0x9d, 0x6d, 0x35, 0xcb, 0xb9, 0x6e, 0xcf, 0xe5, 0xd0, 0xc6, 0xf5, 0x9d, 0x45, 0x79 } }; static const struct cckprng_op_reseed op_reseed_6138 = { .hd = { .id = 5881, .kind = OP_RESEED }, .nonce = 17511014586064364526ULL, .seed_nbytes = 222, .seed = { 0x03, 0x39, 0x22, 0x16, 0x60, 0xa4, 0x8a, 0xf4, 0x19, 0xde, 0x14, 0xfe, 0x05, 0x63, 0x91, 0x32, 0xa1, 0x4f, 0x01, 0x61, 0xc5, 0xa8, 0x75, 0x2b, 0xbf, 0x4a, 0x5d, 0x1a, 0xd9, 0x6e, 0x46, 0xf1, 0x8f, 0x69, 0x7a, 0x4b, 0x7b, 0x55, 0xd6, 0xef, 0x6e, 0x50, 0x66, 0xfa, 0xe6, 0x6f, 0xe6, 0x78, 0xbb, 0x71, 0xc2, 0xcf, 0x11, 0x40, 0x0b, 0x25, 0x06, 0xc0, 0xd5, 0x1a, 0x58, 0x01, 0x2c, 0xe9, 0xba, 0x8a, 0x0a, 0xbe, 0xe5, 0x49, 0x82, 0x69, 0xb7, 0x2e, 0xfd, 0x87, 0x4b, 0x3f, 0xcc, 0x45, 0x9e, 0x24, 0xa3, 0x3c, 0x84, 0xf8, 0xcf, 0x6e, 0x20, 0x41, 0x6e, 0x5a, 0x39, 0x21, 0x83, 0x98, 0xb8, 0x37, 0xb2, 0xf0, 0x88, 0xb1, 0xb1, 0xa7, 0x50, 0x46, 0x2d, 0x9d, 0x97, 0x7f, 0x17, 0x5c, 0xc3, 0xbb, 0xf0, 0x4c, 0x2e, 0x5a, 0x59, 0xe2, 0xab, 0x09, 0xb0, 0xdd, 0xe8, 0xc3, 0x4f, 0x25, 0xf7, 0xf4, 0xc7, 0x14, 0xb3, 0x89, 0x23, 0x7c, 0xcb, 0x6c, 0x72, 0x58, 0x74, 0x56, 0xbe, 0xd1, 0x54, 0x04, 0xaf, 0xd7, 0x09, 0xe8, 0x59, 0xfe, 0x3e, 0x94, 0x6d, 0xed, 0x2f, 0x0b, 0x9d, 0x8c, 0xae, 0x8a, 0x05, 0x79, 0x40, 0x98, 0xda, 0x31, 0xff, 0x9d, 0x91, 0x12, 0x8b, 0x83, 0x2f, 0xc9, 0x26, 0x57, 0x95, 0x7a, 0xb3, 0x45, 0xe8, 0x9e, 0xd9, 0xfe, 0x7e, 0xd4, 0x73, 0x57, 0x20, 0x28, 0x03, 0xde, 0xaa, 0x61, 0xff, 0x55, 0x68, 0x0e, 0x08, 0x82, 0x36, 0x26, 0x95, 0x95, 0x8c, 0x60, 0x99, 0x7a, 0x34, 0x76, 0xf1, 0x8a, 0x4e, 0x4a, 0xf3, 0x83, 0xc3, 0xfc, 0xfa, 0xb3 } }; static const struct cckprng_op_generate op_init_6139 = { .hd = { .id = 5882, .kind = OP_GENERATE }, .rand_nbytes = 53, .out = { .rand = { 0x9a, 0x70, 0x4f, 0xcf, 0xc6, 0xa8, 0xbd, 0x29, 0x83, 0xf3, 0x93, 0x7b, 0x69, 0xf1, 0x0b, 0x07, 0xdd, 0x53, 0x65, 0xfd, 0x7f, 0x3d, 0xe5, 0xfb, 0x5e, 0x47, 0x59, 0xc7, 0xa1, 0xaf, 0x7f, 0x56, 0x4e, 0xa5, 0x50, 0x16, 0xf7, 0x11, 0xbe, 0xff, 0xfa, 0xc4, 0x6e, 0x77, 0xa8, 0x1f, 0xab, 0x01, 0x68, 0x24, 0x21, 0xf2, 0xa6 } } }; static const struct cckprng_op_refresh op_refresh_6140 = { .hd = { .id = 5883, .kind = OP_REFRESH }, .rand = 9951908526367920778ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6141 = { .hd = { .id = 5884, .kind = OP_RESEED }, .nonce = 6311066727132638764ULL, .seed_nbytes = 171, .seed = { 0xbf, 0x7b, 0x84, 0x7c, 0x21, 0x0d, 0x04, 0xa7, 0x37, 0x96, 0xe2, 0x0f, 0x78, 0xe6, 0x49, 0xaf, 0x3c, 0xa1, 0xf2, 0x4a, 0x90, 0x1a, 0xdd, 0xd7, 0xad, 0x29, 0x47, 0x74, 0x75, 0x02, 0x89, 0xa6, 0x78, 0xbe, 0x65, 0x85, 0x7b, 0x34, 0x75, 0x9a, 0x44, 0x44, 0x6e, 0x37, 0x78, 0xea, 0x46, 0x3b, 0xac, 0x26, 0x0c, 0x8a, 0xb6, 0x29, 0xa2, 0x39, 0xb5, 0x50, 0x0c, 0xe7, 0x3f, 0x90, 0x53, 0x0d, 0x38, 0xb7, 0xf5, 0x91, 0x07, 0xa6, 0x75, 0xf6, 0xe9, 0x69, 0xa0, 0xd2, 0x25, 0x99, 0xc9, 0xf0, 0xd4, 0x3a, 0x81, 0x09, 0x2a, 0xb8, 0x2e, 0x71, 0x78, 0x6c, 0x46, 0xe9, 0xa3, 0x20, 0x25, 0xb6, 0xa7, 0x27, 0x98, 0x4d, 0x18, 0x3b, 0x1f, 0xa1, 0xed, 0x20, 0xf5, 0xc6, 0x2e, 0x11, 0x6d, 0x5f, 0xe8, 0xc8, 0x7e, 0x05, 0x1f, 0x36, 0x36, 0x1c, 0x00, 0x79, 0x75, 0x7f, 0xbb, 0x7c, 0xc7, 0xbc, 0x0c, 0x12, 0x71, 0xd3, 0x46, 0x07, 0x11, 0x10, 0xa0, 0xe9, 0xb1, 0x6b, 0xa2, 0xa0, 0x12, 0x3b, 0x17, 0x0a, 0x90, 0xae, 0x50, 0x99, 0xda, 0xb5, 0x6d, 0x79, 0xe1, 0x76, 0x94, 0x1d, 0x6d, 0x5c, 0x24, 0xb1, 0xed, 0xa5, 0xaf, 0x3e, 0x2d, 0xfa, 0xc1, 0x7d, 0x9d } }; static const struct cckprng_op_reseed op_reseed_6142 = { .hd = { .id = 5885, .kind = OP_RESEED }, .nonce = 10787655010436228113ULL, .seed_nbytes = 122, .seed = { 0xf3, 0x9f, 0xbb, 0x46, 0xfc, 0x76, 0x2d, 0x37, 0x1f, 0x6c, 0x49, 0x77, 0x6d, 0xfa, 0x37, 0x98, 0x05, 0x4e, 0xf3, 0x5e, 0x0c, 0xe1, 0x41, 0x0a, 0x5f, 0x46, 0x21, 0xd9, 0xf1, 0x53, 0x8c, 0xe6, 0x60, 0x0a, 0x15, 0x1a, 0x6f, 0x70, 0x3e, 0x48, 0xd2, 0x27, 0x38, 0xdc, 0xe9, 0x5e, 0x25, 0xcf, 0x8e, 0x0c, 0xe3, 0xe5, 0x65, 0x61, 0x19, 0x0b, 0xbb, 0xee, 0xb3, 0x76, 0x52, 0x86, 0x56, 0xd7, 0x8f, 0xcb, 0xc2, 0x0f, 0x51, 0xed, 0x5c, 0x72, 0xfc, 0xd3, 0x8b, 0xd7, 0x5d, 0x6c, 0x8f, 0x62, 0x06, 0x91, 0x9e, 0x6d, 0x54, 0x7e, 0xf0, 0xd9, 0x62, 0x5b, 0xd4, 0xb0, 0x97, 0x07, 0x0c, 0x7f, 0x15, 0x69, 0xd0, 0xac, 0xc6, 0xb6, 0x9b, 0x08, 0x58, 0xe0, 0xcf, 0x08, 0x55, 0x6c, 0xf2, 0x6c, 0x31, 0x7d, 0x82, 0x05, 0x63, 0x93, 0x46, 0xe0, 0xfa, 0x49 } }; static const struct cckprng_op_refresh op_refresh_6143 = { .hd = { .id = 5886, .kind = OP_REFRESH }, .rand = 5502267191637197933ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6144 = { .hd = { .id = 5887, .kind = OP_GENERATE }, .rand_nbytes = 225, .out = { .rand = { 0xf6, 0x69, 0x22, 0x66, 0x7a, 0xbc, 0x03, 0x41, 0x12, 0x93, 0x75, 0x10, 0xa6, 0x36, 0x51, 0xc7, 0x5d, 0xf3, 0xa1, 0xbe, 0xaa, 0x87, 0x81, 0x50, 0xc1, 0xa9, 0x49, 0x4d, 0x28, 0x20, 0x7a, 0x4c, 0xea, 0x99, 0x79, 0x20, 0x26, 0x87, 0x90, 0x2a, 0x11, 0x89, 0x20, 0xe4, 0xba, 0x74, 0xb9, 0xa9, 0xdb, 0xe6, 0x3e, 0xdb, 0x06, 0x72, 0xab, 0x05, 0x23, 0xb4, 0xeb, 0xb7, 0x7f, 0xdb, 0x54, 0x93, 0x60, 0x47, 0x83, 0x22, 0xc9, 0x4d, 0xb7, 0xff, 0x56, 0x19, 0xe3, 0xd8, 0xcb, 0xfb, 0xb5, 0xe3, 0xec, 0xd4, 0xe1, 0xc3, 0x8b, 0x5d, 0x52, 0x36, 0x99, 0x79, 0xf9, 0x3d, 0x15, 0xca, 0xf5, 0xef, 0x04, 0x87, 0xb1, 0x98, 0x90, 0x01, 0x0e, 0xe5, 0x4d, 0x3f, 0x01, 0x8f, 0xfd, 0xc2, 0x4c, 0x64, 0x37, 0xdd, 0x74, 0x4f, 0xc9, 0x9f, 0x1c, 0x31, 0xfc, 0xfa, 0x56, 0xb6, 0x36, 0xd4, 0x23, 0x57, 0x35, 0x02, 0xd4, 0x1e, 0x43, 0x71, 0x37, 0xd7, 0x1c, 0x61, 0x35, 0x88, 0xc0, 0xa4, 0x85, 0xe6, 0x99, 0x1f, 0x8e, 0xb4, 0xe0, 0x11, 0xaa, 0xc1, 0xdc, 0x96, 0xc1, 0xf8, 0x9b, 0xf6, 0x2f, 0x5f, 0x5c, 0xda, 0x32, 0x5f, 0x36, 0xbc, 0xc4, 0xcb, 0xde, 0xb1, 0x3c, 0xa4, 0x9e, 0xb3, 0x01, 0x26, 0xf7, 0x3a, 0xdf, 0x29, 0xdc, 0xe3, 0x4e, 0xf5, 0x23, 0xfc, 0xe9, 0xb8, 0x48, 0x63, 0xf3, 0x61, 0x5e, 0xf2, 0x85, 0xbe, 0x83, 0xed, 0xa9, 0xc2, 0x6b, 0xa1, 0x6c, 0x14, 0x03, 0xbb, 0x24, 0x31, 0x46, 0x9c, 0x6e, 0xcd, 0xaa, 0x8c, 0x72, 0x64, 0xe3, 0xe3, 0x66, 0xcc, 0x8b, 0xf6, 0x02, 0xf4, 0x2c } } }; static const struct cckprng_op_generate op_init_6145 = { .hd = { .id = 5888, .kind = OP_GENERATE }, .rand_nbytes = 213, .out = { .rand = { 0x14, 0x02, 0xae, 0x1d, 0xda, 0x36, 0xdd, 0x4d, 0xd5, 0x14, 0xf8, 0xc5, 0x41, 0xd6, 0x36, 0xa3, 0x06, 0xe3, 0x8e, 0xd0, 0x04, 0xd6, 0xd4, 0xeb, 0x24, 0xaa, 0xf5, 0x96, 0x1a, 0x91, 0xd8, 0x49, 0x20, 0xa7, 0x84, 0x7d, 0xfe, 0x25, 0xbb, 0x67, 0xea, 0xac, 0xba, 0xfd, 0xd6, 0xe1, 0x13, 0x96, 0x8f, 0x75, 0x35, 0x26, 0x8c, 0xda, 0x7b, 0x25, 0x93, 0xf6, 0xb6, 0xa0, 0xd2, 0xcc, 0x11, 0x3d, 0xea, 0x51, 0x16, 0xda, 0xba, 0x0e, 0x97, 0xfd, 0xf6, 0xc4, 0x72, 0x29, 0xe8, 0x6c, 0xca, 0x77, 0x51, 0x80, 0x70, 0x0d, 0xd3, 0x7d, 0x12, 0x85, 0xd6, 0xe1, 0x2b, 0xc4, 0x8b, 0xcb, 0x2f, 0x1e, 0x6a, 0x19, 0x01, 0xbe, 0x3e, 0x80, 0x82, 0x2d, 0x82, 0xb9, 0xe5, 0x3e, 0xa9, 0xa3, 0xdd, 0x6e, 0x24, 0xce, 0xd2, 0xfa, 0x18, 0xef, 0xa2, 0xce, 0xd8, 0xbd, 0xf0, 0xcf, 0xd7, 0x02, 0x82, 0xb2, 0x46, 0xe5, 0x45, 0x70, 0x92, 0xfe, 0x87, 0x8b, 0x5d, 0x33, 0x53, 0x04, 0x04, 0x96, 0x42, 0xb2, 0x2e, 0x17, 0xfc, 0xdc, 0x39, 0x4c, 0xb6, 0xeb, 0xf1, 0xee, 0x01, 0x28, 0x8c, 0xbc, 0x19, 0x93, 0x09, 0x4b, 0x4f, 0xff, 0x61, 0xb3, 0x42, 0x06, 0x8c, 0x8f, 0xff, 0xd4, 0x17, 0x49, 0x13, 0xb5, 0x83, 0x6a, 0x54, 0x2d, 0xd1, 0x6b, 0x0e, 0xdb, 0x83, 0x31, 0xcf, 0xdf, 0x73, 0xae, 0x72, 0xc7, 0xce, 0xa0, 0x6c, 0x3e, 0xed, 0x61, 0xec, 0x61, 0xd1, 0x14, 0x1b, 0x5b, 0x2b, 0xa2, 0x5b, 0x8a, 0xb9, 0x48, 0xdc, 0x6b, 0x74 } } }; static const struct cckprng_op_refresh op_refresh_6146 = { .hd = { .id = 5889, .kind = OP_REFRESH }, .rand = 14029175292894116578ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6147 = { .hd = { .id = 5890, .kind = OP_REFRESH }, .rand = 15268992330724509681ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6148 = { .hd = { .id = 5891, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x48, 0xe0, 0xcf, 0x01, 0x36, 0x76, 0x14, 0xa4, 0x32, 0x5a, 0x90, 0xdc, 0x4e, 0x86, 0x24, 0x2c, 0x98, 0x36, 0x33, 0xe3, 0xd0, 0x9c, 0x0b, 0x75, 0x8e, 0xc3, 0x61, 0x15, 0xf0, 0xca, 0x6d, 0x14, 0x3e, 0xf8, 0x36, 0x48, 0x2c, 0x8e, 0x8d, 0x52, 0xfb, 0x64, 0xc4, 0xbb, 0x56, 0x3a, 0x08, 0x89, 0x61, 0xd2, 0x22, 0x12, 0xec, 0xbe, 0xcd, 0xe2, 0xc7, 0x95, 0x2a, 0x19, 0x1a, 0x24, 0x1b, 0x73, 0xf7, 0xc4, 0x4b, 0x48, 0x0f, 0x06, 0x20, 0x7f, 0xbf, 0xd8, 0x91, 0xd1, 0x52, 0x3f, 0xd7, 0xd7, 0x9b, 0xcf, 0xf1, 0x10, 0x43, 0x1a, 0xfd, 0xc0, 0x52, 0xc4, 0x70, 0x68, 0xfa, 0xb6, 0x27, 0x24, 0x65, 0xfe, 0x96, 0xbe, 0x1c, 0x52, 0x6f, 0x55, 0x9c, 0xd2, 0x8f, 0x0f, 0xb3, 0x0d, 0x77, 0xfa, 0xf2, 0x42, 0x05, 0xa9, 0xc1, 0x5c, 0x5d, 0x00, 0xfc, 0x05, 0x68, 0x00, 0x3d, 0x11, 0x25, 0x06, 0x53, 0x05, 0xb1, 0x3c, 0x9c, 0x09, 0xd4, 0x03, 0xf9, 0xab, 0x03, 0xda, 0x9b, 0x82, 0xb7, 0x43, 0x45, 0xb4, 0x30, 0xe3, 0xd2, 0xb2, 0x36, 0x03, 0x8e, 0x18, 0x40, 0xe9, 0xb1, 0x7a, 0x6b, 0x9d, 0xaa, 0x51, 0xca, 0xa0, 0x2e, 0x9a, 0xbb, 0xa6, 0x98, 0x14, 0xdc, 0x14, 0xf9, 0xa9, 0xc2, 0x18, 0x6e, 0x7b, 0xeb, 0x6b, 0xac, 0xaf, 0x36, 0x2d, 0x5f, 0xf2, 0x1a, 0x8d, 0x71, 0xf7, 0xe9, 0xec, 0x03, 0x60, 0xe2, 0x3e, 0x91, 0x43, 0x1f, 0xbe, 0x41, 0xb6, 0xb8, 0xf7, 0x2b, 0xc5, 0x88, 0x13, 0x14, 0xd7, 0xf3, 0x36, 0x1d, 0x5d, 0x02, 0x69, 0xdd, 0x83, 0x36, 0x0e, 0xf9, 0x1b, 0xe1, 0xcb, 0x3e, 0x35, 0xc7, 0xf9, 0xfa, 0xfd, 0x32, 0xbb, 0xa2, 0xf5, 0x48, 0x01, 0x2a, 0xdd, 0x9b, 0xfe, 0x56, 0xc9, 0x5c, 0xe7, 0x8d, 0x0c, 0xa1, 0x23, 0x42, 0x33, 0x6b, 0x27, 0xdc, 0xb3, 0x5a, 0xb3, 0x65, 0xbc, 0x8a, 0x76, 0xb1, 0x9b } } }; static const struct cckprng_op_reseed op_reseed_6149 = { .hd = { .id = 5892, .kind = OP_RESEED }, .nonce = 6092584750710799822ULL, .seed_nbytes = 97, .seed = { 0xa8, 0xa5, 0xb1, 0xa3, 0xc8, 0x4b, 0xc4, 0xf7, 0x32, 0xac, 0x56, 0xd7, 0xd2, 0xe9, 0xcb, 0x90, 0xd1, 0xf6, 0x83, 0xf5, 0xc3, 0x1a, 0x9a, 0x5b, 0xc3, 0x63, 0x73, 0xa5, 0x43, 0x33, 0x63, 0xb9, 0xaa, 0xc8, 0x04, 0x55, 0x2d, 0xff, 0x0d, 0x41, 0x59, 0xbb, 0x71, 0xb8, 0x59, 0x91, 0xb0, 0xe4, 0xa3, 0xaf, 0xdd, 0xcf, 0xbf, 0x3d, 0xd0, 0x29, 0xbc, 0x8c, 0x1e, 0xf4, 0x1e, 0x26, 0x82, 0xc6, 0xd4, 0x79, 0x91, 0x70, 0x10, 0x67, 0x2d, 0x66, 0x52, 0xb9, 0x39, 0xcd, 0xe1, 0xde, 0x18, 0x10, 0xe7, 0x4d, 0x76, 0xa4, 0x20, 0x7c, 0x36, 0x6b, 0xd2, 0x93, 0x40, 0xdf, 0x27, 0x88, 0x3e, 0xca, 0x0b } }; static const struct cckprng_op_reseed op_reseed_6150 = { .hd = { .id = 5893, .kind = OP_RESEED }, .nonce = 8301317219134734379ULL, .seed_nbytes = 180, .seed = { 0x7f, 0x26, 0x40, 0x58, 0x49, 0x11, 0x18, 0xff, 0x27, 0xff, 0x1a, 0xc2, 0xdd, 0x6e, 0xd1, 0x42, 0x1c, 0x15, 0xe5, 0xb4, 0x28, 0x36, 0xd0, 0x95, 0xb1, 0x64, 0xb4, 0x44, 0x33, 0xd6, 0xf6, 0xa1, 0xdb, 0x4a, 0xd1, 0xc1, 0x7e, 0x79, 0xef, 0x39, 0x3d, 0xc2, 0x0e, 0x0c, 0xde, 0xfe, 0xad, 0x1b, 0x10, 0xef, 0xb7, 0x33, 0x84, 0x83, 0x69, 0x00, 0x4d, 0xa9, 0xdd, 0x25, 0x5b, 0xd0, 0xea, 0xd3, 0x9c, 0xd1, 0x70, 0x90, 0xdf, 0x5e, 0xa7, 0x1f, 0x6a, 0x5a, 0x12, 0xf4, 0x2f, 0x82, 0x05, 0x84, 0x8c, 0xe1, 0x34, 0xe7, 0x33, 0xd3, 0x27, 0xbc, 0x2e, 0xc4, 0x9f, 0xe8, 0x63, 0x60, 0x23, 0xec, 0x3d, 0x35, 0xd8, 0xa0, 0x59, 0x68, 0x8e, 0x6d, 0xfc, 0x30, 0x27, 0xb7, 0x05, 0xd9, 0x60, 0x8e, 0x10, 0x95, 0xf3, 0x83, 0x0f, 0xa6, 0x43, 0xcc, 0x49, 0x87, 0x7a, 0x4f, 0x14, 0x7c, 0xaf, 0xe2, 0x1f, 0x52, 0xe0, 0x53, 0x34, 0x4f, 0x29, 0xa9, 0xf6, 0x90, 0x28, 0xe4, 0x4e, 0x57, 0xf6, 0xd3, 0x1c, 0x60, 0xe9, 0xe8, 0x40, 0x97, 0x38, 0x6e, 0x24, 0xef, 0xeb, 0xa0, 0x1b, 0x29, 0x78, 0x5e, 0x4c, 0x8e, 0x1e, 0xe6, 0xd1, 0xb5, 0x41, 0x42, 0x66, 0xa8, 0x75, 0xbf, 0xa6, 0xf2, 0x63, 0xb5, 0xa4, 0x76, 0xb4, 0x9f } }; static const struct cckprng_op_reseed op_reseed_6151 = { .hd = { .id = 5894, .kind = OP_RESEED }, .nonce = 4839437956024514852ULL, .seed_nbytes = 270, .seed = { 0x76, 0x99, 0xb7, 0x19, 0xbd, 0xb1, 0x09, 0x03, 0x39, 0xd1, 0xf4, 0x38, 0x9d, 0x96, 0xe6, 0xae, 0x9f, 0xba, 0x8f, 0x06, 0xb4, 0x88, 0xe0, 0x91, 0xfb, 0x13, 0xf8, 0x97, 0xdf, 0xee, 0x15, 0x9b, 0x5d, 0x5f, 0xc2, 0x38, 0x17, 0xf4, 0xb8, 0x4b, 0xb4, 0xa4, 0x5c, 0x64, 0xc5, 0x41, 0x81, 0xcb, 0x08, 0x32, 0x06, 0x91, 0x72, 0xe7, 0xdc, 0x18, 0xdb, 0x25, 0xc9, 0x3a, 0x38, 0x1e, 0x9f, 0xc1, 0x05, 0x5e, 0xcf, 0x84, 0x3c, 0xc9, 0xfe, 0x52, 0x3a, 0x2f, 0xad, 0xae, 0x16, 0x11, 0xa8, 0xea, 0x9e, 0x78, 0xd0, 0x19, 0xf2, 0x27, 0x3d, 0xa1, 0x93, 0xe2, 0x82, 0xc2, 0xd2, 0xca, 0x83, 0x29, 0x5a, 0xb3, 0xd4, 0x1a, 0xef, 0xf7, 0xa8, 0xe6, 0xc8, 0x78, 0x8c, 0xd2, 0x35, 0x2e, 0xe7, 0xc7, 0x0c, 0x0a, 0x6b, 0x03, 0x6f, 0x17, 0x2e, 0x6b, 0x27, 0x4f, 0xfa, 0x18, 0x87, 0xe3, 0x96, 0x41, 0x81, 0xe6, 0xc9, 0x55, 0x8f, 0xa8, 0xdf, 0x93, 0xe4, 0x6b, 0xe6, 0xa5, 0x50, 0x4e, 0x61, 0x60, 0xdc, 0x3b, 0x3b, 0x1b, 0x88, 0xc0, 0x05, 0xf3, 0x2a, 0x4c, 0x14, 0xcc, 0xdc, 0x51, 0x6d, 0xf5, 0xe1, 0x22, 0x2c, 0x96, 0x3a, 0x20, 0x1d, 0x2a, 0x2d, 0x54, 0x0f, 0x60, 0x03, 0xea, 0xcb, 0x91, 0x04, 0xa4, 0x34, 0xcb, 0x44, 0xc0, 0xfd, 0xf8, 0xa4, 0xe1, 0x6e, 0xe9, 0xab, 0x9e, 0x83, 0x24, 0x90, 0x37, 0xf0, 0xf3, 0x56, 0xe6, 0xf6, 0x1f, 0x46, 0x8c, 0x81, 0xe4, 0x14, 0x07, 0xae, 0x34, 0xbf, 0xaf, 0xb2, 0xc5, 0x47, 0xb4, 0x5c, 0xa3, 0xbe, 0x98, 0xa0, 0x54, 0x3c, 0x52, 0xbb, 0x8c, 0x9e, 0xbc, 0x24, 0x85, 0x41, 0x1e, 0x85, 0xd9, 0x4e, 0x1f, 0x2b, 0xc3, 0x6f, 0x11, 0x72, 0x65, 0x04, 0xcf, 0xac, 0x09, 0xdb, 0x5a, 0x24, 0x02, 0x8c, 0x40, 0x86, 0x5e, 0x3b, 0x30, 0x34, 0x21, 0xbd, 0xe1, 0x92, 0xce, 0xb3, 0x00, 0x89, 0xc6, 0x3c, 0x34, 0x1c, 0x94, 0x94, 0x1e } }; static const struct cckprng_op_reseed op_reseed_6152 = { .hd = { .id = 5895, .kind = OP_RESEED }, .nonce = 8955104514669540409ULL, .seed_nbytes = 110, .seed = { 0x38, 0x60, 0x6f, 0x36, 0x7d, 0x45, 0x92, 0x68, 0xe0, 0xe7, 0xa2, 0x76, 0xbe, 0xc1, 0xaf, 0x10, 0x4d, 0x36, 0x6b, 0xb3, 0x4b, 0xf2, 0x4a, 0x95, 0x5d, 0x9c, 0x75, 0x32, 0x6e, 0xa7, 0x6f, 0xdf, 0xac, 0xa2, 0x41, 0x79, 0x22, 0x1e, 0x92, 0xc2, 0xdc, 0xa9, 0x40, 0x60, 0xc6, 0x23, 0xa8, 0xd1, 0xad, 0xd6, 0x5a, 0x0f, 0x52, 0x99, 0x81, 0xdc, 0xf4, 0x9b, 0xe3, 0x86, 0x76, 0x6f, 0x1c, 0x4b, 0x1a, 0xc0, 0x44, 0x84, 0xb8, 0x7b, 0x2e, 0xbc, 0xe8, 0xa9, 0x4e, 0x30, 0x0b, 0x8b, 0x9e, 0x63, 0xc0, 0x4e, 0xfd, 0xd4, 0xaf, 0x81, 0x11, 0xef, 0x24, 0x3a, 0xfb, 0xdc, 0x05, 0x23, 0x35, 0x4f, 0x1f, 0x70, 0xb7, 0x3b, 0x3a, 0x8a, 0xcc, 0x7d, 0x31, 0x0d, 0x35, 0xba, 0x1e, 0xc7 } }; static const struct cckprng_op_generate op_init_6153 = { .hd = { .id = 5896, .kind = OP_GENERATE }, .rand_nbytes = 185, .out = { .rand = { 0x81, 0xc1, 0x32, 0xd8, 0xd3, 0xae, 0x4f, 0xc0, 0x32, 0x14, 0xe3, 0xd2, 0x1c, 0xf3, 0x10, 0xdf, 0x33, 0xd4, 0xa8, 0x8b, 0x27, 0x18, 0x39, 0xfe, 0xe1, 0x15, 0xf3, 0xfe, 0xa9, 0xca, 0x6d, 0xad, 0x32, 0xf2, 0x97, 0x78, 0xa1, 0xe5, 0x8c, 0x33, 0x8e, 0x7e, 0x7f, 0x1e, 0x76, 0xb7, 0x7d, 0x4a, 0x76, 0x2d, 0x77, 0x27, 0x49, 0x9c, 0xd1, 0xbf, 0x51, 0x38, 0x53, 0xac, 0x99, 0x58, 0x67, 0x77, 0x8b, 0x25, 0xc1, 0x18, 0xd6, 0x42, 0x39, 0x70, 0x7c, 0xba, 0x75, 0xdc, 0xea, 0x9d, 0x72, 0x3f, 0xc5, 0x61, 0x4d, 0xa5, 0xe6, 0xc9, 0x65, 0xbe, 0xfd, 0xcc, 0x9d, 0x8a, 0x05, 0xa8, 0xc2, 0x6f, 0x73, 0xaa, 0x66, 0x37, 0x68, 0x61, 0xac, 0xda, 0x3b, 0x36, 0x58, 0x58, 0x28, 0x38, 0x58, 0x87, 0x7f, 0xf8, 0xc6, 0x7c, 0x56, 0xa1, 0xad, 0x8d, 0xd2, 0xc2, 0xf2, 0x04, 0x2d, 0x83, 0x50, 0xe2, 0xab, 0xc3, 0x23, 0xbb, 0xd3, 0xd9, 0xb5, 0x44, 0x7e, 0xc7, 0xaa, 0x29, 0x66, 0x66, 0x59, 0x58, 0x95, 0x14, 0xae, 0x67, 0x19, 0x5a, 0x2d, 0x8e, 0x6f, 0x24, 0x5d, 0xda, 0xf0, 0xab, 0x83, 0xf0, 0x0c, 0x57, 0x61, 0x38, 0x2a, 0x97, 0x03, 0x55, 0x4a, 0x84, 0xea, 0x84, 0xed, 0x80, 0x1d, 0xd0, 0x83, 0x23, 0x4b, 0xcc, 0x4e, 0x46, 0xa0, 0x7c, 0x2b } } }; static const struct cckprng_op_refresh op_refresh_6154 = { .hd = { .id = 5897, .kind = OP_REFRESH }, .rand = 7624809320562859500ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6155 = { .hd = { .id = 5898, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0xba, 0xa9, 0x03, 0x29, 0x27, 0xf7, 0x6b, 0x25, 0xae, 0x67, 0x5d, 0xf9, 0x40, 0xb2, 0xfb, 0x7d, 0x70, 0x00, 0x45, 0xbe, 0x23, 0xeb, 0xa3, 0x57, 0xe6, 0x35, 0x56, 0x05, 0x06, 0xd1, 0xee, 0x6d, 0x1c, 0xb7, 0x68, 0x70, 0x74, 0xe3, 0x6e, 0x57, 0x06, 0xc4, 0x81, 0x11, 0xf9, 0x44, 0x8f, 0x71, 0x74, 0x9c, 0x4d, 0x50, 0x87, 0x3b, 0x84, 0xec, 0xd9, 0x55, 0x79, 0xbb, 0x39, 0xcc, 0xe7, 0x4c, 0x21, 0x98, 0x15, 0xd2, 0x96, 0x41, 0xaa, 0xd7, 0xb8, 0x4a, 0xbd, 0x1c, 0xc8, 0x01, 0x18, 0x7b, 0x46, 0x30, 0xad, 0xf1, 0x55, 0x51, 0xd6, 0xa1, 0x19, 0x23, 0x9b, 0x0e, 0xdb, 0x24, 0xf7, 0x6d, 0xd7, 0x7f, 0xeb, 0x97, 0xcb, 0x4f, 0xb8, 0x2a, 0x13, 0xe9, 0x4f, 0x1b, 0x6b, 0xfa, 0x8f, 0xbd, 0x9b, 0xc3, 0x1f, 0x32, 0x31, 0x80, 0xc2, 0x66, 0xd6, 0x61, 0x57, 0xa8, 0x7e, 0x6c, 0x5d, 0x82, 0x9e, 0x5a, 0xa1, 0x7f, 0xea, 0x48, 0x02, 0xc5, 0xd8, 0xac, 0x24, 0xd6, 0xcf, 0xdd, 0x77, 0x49, 0x2b, 0x01, 0x0c, 0x47, 0xba, 0x3b, 0xb2, 0x66, 0x93, 0x38, 0x60, 0xf9, 0x3c, 0x86, 0x60, 0x82, 0xbd, 0x98, 0x03, 0x27, 0xd7, 0x60, 0x54, 0x7e, 0xa3, 0x93, 0x59, 0x0e, 0xc0, 0xd0, 0xdd, 0xbf, 0xef, 0x16 } } }; static const struct cckprng_op_refresh op_refresh_6156 = { .hd = { .id = 5899, .kind = OP_REFRESH }, .rand = 1506401715579140901ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6157 = { .hd = { .id = 5900, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0x09, 0xf1, 0x65, 0xa4, 0x95, 0x7a, 0x65, 0x2f, 0x79, 0x9d, 0xf1, 0xf0, 0x4c, 0x26, 0xcc, 0x15, 0x15, 0xa3, 0x1e, 0x75, 0x38, 0xa3, 0xc1, 0xad, 0x61, 0xd0, 0x23, 0x15, 0x17, 0xed, 0x6f, 0x25, 0xe4, 0x67, 0xa4, 0xde, 0x9a, 0x7d, 0xfe, 0x1c, 0x9d, 0x97, 0x4e, 0x04, 0x02, 0x7a, 0xd9, 0xaa, 0x6f, 0x5f, 0xca, 0x75, 0xfc, 0xe1, 0x2c, 0xb0, 0x0f, 0xac, 0x37, 0xd7, 0x1c, 0xfd, 0x71, 0xc0, 0xd0, 0xb5, 0x78, 0x60, 0xde, 0xfa, 0x27, 0x38, 0x98, 0x2e, 0xd4, 0x12, 0x26, 0x5e, 0x24, 0xd8, 0x49, 0x17, 0x06, 0x0f, 0xf9, 0xf3, 0xeb, 0xe1, 0x04, 0x94, 0x38, 0xf7, 0xba, 0x40, 0x21, 0xae, 0xd0, 0x77, 0x65, 0x06, 0x8a, 0x6a, 0x5c, 0xdc, 0xd4, 0x7f, 0x74, 0x9a, 0x8d, 0xae, 0x3f, 0x4d, 0x9c, 0x7f, 0xb4, 0x6f, 0x87, 0xd1, 0xfc, 0xa9, 0xf4, 0xbc, 0x22, 0x59, 0x1c, 0x6b, 0xc6, 0xbd, 0x94, 0x9b, 0x5e, 0x66, 0x59, 0xc9, 0x0a, 0x1a, 0x70, 0x71, 0xcd, 0xa8, 0x03, 0xb3, 0x61, 0x18, 0x74, 0xc0, 0xa0, 0xbb, 0x49, 0xc5, 0x6c } } }; static const struct cckprng_op_refresh op_refresh_6158 = { .hd = { .id = 5901, .kind = OP_REFRESH }, .rand = 13879276923245237712ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6159 = { .hd = { .id = 5902, .kind = OP_RESEED }, .nonce = 18282216277342120460ULL, .seed_nbytes = 174, .seed = { 0x35, 0x18, 0xc7, 0x7b, 0x17, 0x13, 0x4a, 0x24, 0x37, 0x2c, 0x27, 0x33, 0x20, 0x12, 0xb1, 0x1e, 0x3d, 0x1b, 0x8e, 0xf7, 0x67, 0x80, 0x1d, 0x68, 0x1d, 0x96, 0x7f, 0x8b, 0x5b, 0x8e, 0x4f, 0x9d, 0xc5, 0x46, 0xa0, 0x3c, 0xb6, 0x7c, 0xc2, 0x99, 0x21, 0x33, 0xe8, 0xd5, 0x36, 0xf3, 0x4c, 0x36, 0x96, 0xba, 0x43, 0xe9, 0xe4, 0xce, 0x31, 0x30, 0xa4, 0xe6, 0xe7, 0x67, 0x0c, 0x62, 0xe3, 0x32, 0xe4, 0xa8, 0x54, 0x01, 0x28, 0x76, 0x0c, 0xff, 0x58, 0x09, 0x11, 0x5a, 0xf9, 0x2e, 0x4d, 0x0e, 0x69, 0x19, 0x19, 0x68, 0x51, 0x52, 0x18, 0x96, 0x7a, 0xa9, 0x7e, 0x53, 0xa5, 0x9b, 0x7e, 0xae, 0xb8, 0x28, 0xfb, 0x69, 0x5b, 0x0b, 0x64, 0x28, 0x73, 0xc1, 0xa6, 0xdf, 0x0b, 0x49, 0x21, 0x1a, 0x50, 0x65, 0xb8, 0x37, 0x12, 0x1a, 0x8f, 0x3a, 0x17, 0x1a, 0xbd, 0x87, 0xba, 0xbf, 0x2f, 0x87, 0x5f, 0x54, 0x2d, 0xcf, 0x60, 0x87, 0xe9, 0xbc, 0x21, 0xc0, 0x34, 0x07, 0x9a, 0x9c, 0x6a, 0xe5, 0x2e, 0x9e, 0x98, 0xb1, 0xd4, 0x55, 0x21, 0xe4, 0x19, 0xae, 0x2e, 0x39, 0x15, 0x6a, 0xc3, 0xf5, 0x43, 0xd0, 0xec, 0x5c, 0x91, 0x6e, 0x2e, 0x96, 0xd7, 0x8f, 0x59, 0x77, 0x1b, 0x7c } }; static const struct cckprng_op_generate op_init_6160 = { .hd = { .id = 5903, .kind = OP_GENERATE }, .rand_nbytes = 121, .out = { .rand = { 0x82, 0x6d, 0x52, 0xbd, 0x75, 0x1f, 0x9a, 0x67, 0xe8, 0xfc, 0x59, 0x8c, 0xaa, 0xd2, 0x03, 0xf7, 0x68, 0xd9, 0xc5, 0x09, 0x33, 0xa1, 0x05, 0x17, 0xa2, 0xbb, 0xe6, 0x2b, 0xba, 0x41, 0xd8, 0xa3, 0x9c, 0xd4, 0x33, 0x49, 0x06, 0xa2, 0x5c, 0x6a, 0x70, 0xef, 0x38, 0x7d, 0x6a, 0x42, 0x3c, 0x94, 0x04, 0xf2, 0x31, 0xf7, 0x0e, 0x8b, 0xd5, 0x91, 0xe8, 0xa7, 0x79, 0x94, 0x0b, 0xe9, 0xb4, 0x84, 0x08, 0x36, 0x81, 0x24, 0x93, 0xc3, 0x50, 0x6d, 0x59, 0x0b, 0x71, 0x10, 0xca, 0xb6, 0xb9, 0xc8, 0xd8, 0x30, 0x2a, 0x2d, 0xde, 0xe8, 0x57, 0x76, 0x03, 0xdf, 0xd6, 0x26, 0x83, 0x33, 0xb7, 0x10, 0x8b, 0xb6, 0x64, 0x46, 0x11, 0x50, 0xde, 0xf2, 0x5e, 0xc7, 0x8a, 0x4d, 0x1c, 0xfd, 0x88, 0xf1, 0x75, 0x47, 0x97, 0xcb, 0x23, 0xdf, 0xda, 0xde, 0x3c } } }; static const struct cckprng_op_generate op_init_6161 = { .hd = { .id = 5904, .kind = OP_GENERATE }, .rand_nbytes = 4, .out = { .rand = { 0xa2, 0x80, 0x15, 0xb1 } } }; static const struct cckprng_op_refresh op_refresh_6162 = { .hd = { .id = 5905, .kind = OP_REFRESH }, .rand = 4674273455574027064ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6163 = { .hd = { .id = 5906, .kind = OP_REFRESH }, .rand = 5963176552521106153ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6164 = { .hd = { .id = 5907, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0xb4, 0x6a, 0xb1, 0xce, 0x18, 0x83, 0x8a, 0x07, 0xee, 0x83, 0x33, 0x8b, 0xed, 0x4e } } }; static const struct cckprng_op_generate op_init_6165 = { .hd = { .id = 5908, .kind = OP_GENERATE }, .rand_nbytes = 44, .out = { .rand = { 0x41, 0x62, 0xf9, 0x9a, 0xb8, 0x73, 0x30, 0x9d, 0x4f, 0x41, 0x56, 0x77, 0xf4, 0xc0, 0x16, 0x80, 0x03, 0x4c, 0xc1, 0x70, 0x90, 0xdc, 0x13, 0xa5, 0x6e, 0x1f, 0x4c, 0xf0, 0xd3, 0x7f, 0xb9, 0x1c, 0x03, 0x58, 0xf2, 0xaf, 0x01, 0x71, 0xdb, 0x87, 0x27, 0xac, 0x9a, 0xf0 } } }; static const struct cckprng_op_refresh op_refresh_6166 = { .hd = { .id = 5909, .kind = OP_REFRESH }, .rand = 16543601394947233438ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6167 = { .hd = { .id = 5910, .kind = OP_REFRESH }, .rand = 1877977174542356919ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6168 = { .hd = { .id = 5911, .kind = OP_REFRESH }, .rand = 5313086382551016618ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6169 = { .hd = { .id = 5912, .kind = OP_RESEED }, .nonce = 4008748697298628835ULL, .seed_nbytes = 270, .seed = { 0xbc, 0x34, 0x22, 0x7a, 0xbd, 0x14, 0xbf, 0x57, 0x96, 0x6e, 0x69, 0x19, 0xf7, 0x4d, 0xd9, 0xaa, 0x91, 0x75, 0x7a, 0x62, 0x8a, 0x73, 0x51, 0x52, 0x9f, 0xee, 0x2a, 0x8c, 0xe7, 0xc9, 0xbb, 0x5b, 0xc3, 0x1c, 0xfc, 0x9c, 0x2f, 0x33, 0x91, 0x65, 0x4c, 0xb5, 0x75, 0x46, 0x35, 0xc8, 0xcd, 0x7f, 0xe7, 0xf1, 0x4d, 0xa4, 0x53, 0x1d, 0xdc, 0x0b, 0x21, 0xf4, 0xd2, 0xf8, 0x22, 0x8f, 0x23, 0x8c, 0x69, 0x7a, 0x27, 0x69, 0xef, 0x80, 0x75, 0x14, 0xc5, 0x0f, 0xa6, 0x03, 0xd3, 0x44, 0xc0, 0x47, 0xa0, 0x80, 0x49, 0x53, 0x0b, 0xed, 0xf0, 0x88, 0x75, 0x14, 0xb4, 0xeb, 0xe4, 0x23, 0xfa, 0x63, 0x20, 0x4d, 0xa9, 0x6a, 0x5c, 0x38, 0xdb, 0xd1, 0x9f, 0xf2, 0xaa, 0x54, 0x71, 0x77, 0x7f, 0x46, 0x00, 0x79, 0x65, 0xe8, 0xc0, 0x7c, 0x9e, 0xb4, 0x2f, 0x33, 0xec, 0x36, 0xda, 0x98, 0xc8, 0x39, 0xf5, 0x3a, 0xe6, 0x7e, 0x06, 0x6e, 0x38, 0x44, 0x93, 0x47, 0xf0, 0x35, 0x51, 0xbb, 0x3c, 0x8c, 0x40, 0xc0, 0x1d, 0xb0, 0x3e, 0x3c, 0x85, 0xa4, 0xee, 0x58, 0xad, 0xbe, 0x7d, 0xeb, 0xad, 0x5e, 0x61, 0xc4, 0xa1, 0xe7, 0xc6, 0x7b, 0x4a, 0xe9, 0xbc, 0x03, 0x1d, 0x1e, 0x8d, 0x4c, 0x0d, 0x4f, 0x93, 0xdf, 0x73, 0xfc, 0x51, 0x86, 0x07, 0xe7, 0x5c, 0xf7, 0xff, 0xf1, 0x15, 0xa0, 0xf0, 0xfb, 0xa2, 0x72, 0xf2, 0x9e, 0x33, 0x84, 0x27, 0x73, 0xe5, 0xfa, 0x6a, 0xe4, 0x0b, 0x9c, 0xd3, 0x44, 0x42, 0x20, 0x12, 0x55, 0x53, 0xe2, 0xf3, 0xd9, 0xac, 0xf5, 0xa2, 0xce, 0x78, 0xc9, 0x97, 0xa5, 0x6b, 0x64, 0x2c, 0x06, 0xb1, 0x13, 0x9b, 0xfd, 0xb2, 0x58, 0xa2, 0xee, 0x7b, 0x29, 0x8c, 0xa2, 0x74, 0x2a, 0x1e, 0x30, 0x3f, 0xe7, 0x1b, 0x95, 0xcb, 0xb7, 0x3b, 0xb8, 0xe1, 0xc3, 0xb8, 0x2b, 0x22, 0x9c, 0x06, 0xc1, 0x73, 0x37, 0x1a, 0x88, 0xbb, 0x68, 0x2a, 0x99, 0x69, 0xaa } }; static const struct cckprng_op_generate op_init_6170 = { .hd = { .id = 5913, .kind = OP_GENERATE }, .rand_nbytes = 198, .out = { .rand = { 0x13, 0x74, 0x3e, 0x2c, 0x99, 0x72, 0x9d, 0x8f, 0xc3, 0xcd, 0xff, 0x3d, 0x9b, 0x3c, 0x89, 0xc5, 0x28, 0x34, 0x20, 0xb7, 0x3f, 0x38, 0x1c, 0x09, 0x06, 0x66, 0x07, 0x68, 0xf4, 0x42, 0xe4, 0xbc, 0x47, 0x1a, 0xf6, 0x35, 0x18, 0x91, 0xcc, 0xca, 0x58, 0x2e, 0x3c, 0x31, 0xc6, 0x00, 0xf9, 0x67, 0x33, 0xf4, 0xa8, 0xb8, 0x75, 0xa5, 0x55, 0xe6, 0xc6, 0x47, 0x24, 0x71, 0xe4, 0x50, 0x0c, 0xcc, 0x16, 0xe1, 0x51, 0x7f, 0xfc, 0xc6, 0x3c, 0x67, 0x8b, 0x99, 0xf3, 0x2e, 0x9a, 0xde, 0x86, 0xd6, 0xa6, 0x13, 0x19, 0x64, 0x2e, 0x35, 0xa5, 0x82, 0x28, 0xf9, 0x7b, 0xd6, 0x0b, 0x4e, 0xeb, 0x1a, 0xa5, 0x7f, 0xbd, 0x39, 0x11, 0xf1, 0x21, 0x38, 0x26, 0xfc, 0xb0, 0x20, 0x84, 0x49, 0x82, 0xdb, 0x28, 0x69, 0xdf, 0x24, 0xc6, 0xc3, 0xf6, 0x93, 0x3d, 0x8a, 0x5d, 0xd7, 0x11, 0x38, 0x6a, 0x54, 0x20, 0x64, 0x8a, 0x4b, 0x73, 0x58, 0x8f, 0x32, 0x73, 0x46, 0x59, 0xe2, 0x4e, 0xa1, 0x72, 0x67, 0x55, 0x72, 0x3a, 0x15, 0x40, 0x0f, 0xd5, 0xde, 0xd7, 0x73, 0xf1, 0xdf, 0x23, 0xe3, 0xf0, 0x65, 0xb3, 0x0d, 0x05, 0x1e, 0x5e, 0x0f, 0x8f, 0x9b, 0x89, 0x67, 0xd9, 0xfd, 0x96, 0x2b, 0x07, 0x79, 0xf5, 0x64, 0x37, 0x88, 0x69, 0x5d, 0x5e, 0xc0, 0x79, 0x8c, 0x7e, 0x39, 0xaf, 0xa5, 0x6b, 0x5a, 0x7e, 0x87, 0x4a, 0x95, 0x3a, 0x48 } } }; static const struct cckprng_op_refresh op_refresh_6171 = { .hd = { .id = 5914, .kind = OP_REFRESH }, .rand = 8710032993585126591ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6172 = { .hd = { .id = 5915, .kind = OP_REFRESH }, .rand = 15031948398744623298ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6173 = { .hd = { .id = 5916, .kind = OP_REFRESH }, .rand = 8119739769893655595ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6174 = { .hd = { .id = 5917, .kind = OP_REFRESH }, .rand = 15811105612692223333ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6175 = { .hd = { .id = 5918, .kind = OP_RESEED }, .nonce = 8188709947216719571ULL, .seed_nbytes = 166, .seed = { 0xc6, 0xb2, 0xa9, 0x87, 0xa6, 0xab, 0xd2, 0x8c, 0x0a, 0x03, 0x25, 0x83, 0xa1, 0x93, 0xee, 0x72, 0x65, 0xc7, 0x97, 0x5a, 0x9d, 0x23, 0xea, 0xf3, 0x7f, 0xaf, 0xe1, 0x5a, 0x10, 0xeb, 0x95, 0x74, 0x96, 0x6c, 0xf6, 0x1b, 0x0b, 0xea, 0xb8, 0xd7, 0xa5, 0xc5, 0x71, 0x79, 0x76, 0xa9, 0xe3, 0x2a, 0x2b, 0x92, 0x13, 0x2d, 0x77, 0x83, 0xbe, 0xc4, 0xf9, 0xc0, 0xee, 0x7f, 0x21, 0x80, 0x93, 0x59, 0xce, 0xee, 0xbb, 0xcb, 0x61, 0x16, 0x31, 0x2a, 0x1e, 0xf2, 0x6f, 0xff, 0xb3, 0x7b, 0x9a, 0x66, 0x1f, 0xe6, 0x54, 0xad, 0x46, 0x66, 0xf8, 0x2c, 0x76, 0x5b, 0x16, 0x45, 0xdf, 0xe9, 0x25, 0x25, 0xd2, 0x27, 0x2e, 0x0d, 0x24, 0x3e, 0x3f, 0x2a, 0xd6, 0xb8, 0x43, 0x28, 0xfb, 0x07, 0xfb, 0x12, 0x66, 0xe9, 0x71, 0xf5, 0xd6, 0x0c, 0x7c, 0x80, 0x7f, 0xb0, 0xe8, 0xa5, 0x18, 0xf7, 0x95, 0x95, 0xbb, 0x01, 0xc0, 0x59, 0xdd, 0x0e, 0x57, 0x26, 0x45, 0x8b, 0x67, 0x2b, 0x77, 0x7c, 0x41, 0x18, 0xe7, 0x2a, 0xdd, 0xba, 0xf8, 0x96, 0x1f, 0xbd, 0x3e, 0x48, 0xe7, 0x37, 0x3c, 0x35, 0xd5, 0xe0, 0xe8, 0x26, 0x78, 0xde, 0x7d, 0xb3 } }; static const struct cckprng_op_reseed op_reseed_6176 = { .hd = { .id = 5919, .kind = OP_RESEED }, .nonce = 16079712976642526008ULL, .seed_nbytes = 68, .seed = { 0xf8, 0x2e, 0xc2, 0xea, 0x65, 0x29, 0x57, 0xba, 0x7a, 0x88, 0x7b, 0xe4, 0x20, 0xe7, 0x86, 0xff, 0x07, 0xb7, 0xb7, 0x65, 0x6b, 0xf8, 0xbd, 0x0e, 0x58, 0x6b, 0x7c, 0x37, 0x01, 0x9f, 0xf6, 0x4f, 0x08, 0x17, 0x3c, 0x5f, 0x85, 0x12, 0x22, 0x4a, 0x10, 0x66, 0x15, 0xd3, 0xf5, 0xf8, 0xaa, 0x39, 0xd3, 0x01, 0x1f, 0xd0, 0xe3, 0x80, 0x08, 0xc9, 0x6b, 0xe3, 0x71, 0x64, 0x84, 0x7f, 0x60, 0xd8, 0xee, 0x5b, 0x69, 0xf7 } }; static const struct cckprng_op_reseed op_reseed_6177 = { .hd = { .id = 5920, .kind = OP_RESEED }, .nonce = 5948968514457159648ULL, .seed_nbytes = 235, .seed = { 0xbf, 0xa4, 0xea, 0xae, 0x70, 0x34, 0x4f, 0x65, 0x00, 0x9b, 0x85, 0x27, 0x4f, 0x6b, 0x62, 0xa2, 0xe1, 0x93, 0x48, 0x5b, 0xc4, 0xe6, 0xd4, 0xff, 0x0a, 0xb1, 0x5d, 0xfe, 0x25, 0x74, 0x19, 0xa8, 0x1b, 0xa2, 0x20, 0xfa, 0xef, 0xf7, 0x31, 0x18, 0xae, 0x2e, 0x1f, 0xb5, 0x3c, 0x8e, 0xd6, 0x5e, 0xbf, 0x84, 0x2b, 0xe7, 0xc6, 0xf6, 0x0b, 0xb1, 0xa9, 0x58, 0x06, 0x8e, 0xf1, 0x70, 0xe4, 0xc4, 0x37, 0x89, 0x2d, 0x8a, 0x7f, 0x16, 0x81, 0x40, 0xef, 0x3a, 0xfb, 0x0a, 0xd7, 0x4d, 0x2d, 0xaf, 0x5b, 0xc1, 0xb5, 0xa3, 0x11, 0x98, 0x64, 0x04, 0x5e, 0xe6, 0xa9, 0x75, 0xa2, 0x83, 0x17, 0x76, 0x2f, 0x1b, 0x1b, 0xd3, 0xc5, 0x51, 0x35, 0xc6, 0x02, 0x8d, 0xcf, 0x66, 0xad, 0x26, 0x76, 0x7e, 0x52, 0xf7, 0x8c, 0x0c, 0xf9, 0x7b, 0xc8, 0x0b, 0x97, 0x74, 0xda, 0x77, 0x1d, 0xbd, 0xc7, 0x63, 0x0b, 0xa9, 0x26, 0x1b, 0x09, 0x41, 0x0a, 0x67, 0x64, 0x74, 0x9a, 0x85, 0x9f, 0x5f, 0xe7, 0x46, 0x17, 0xcc, 0x3f, 0xd2, 0x07, 0x8e, 0x47, 0x36, 0x21, 0xa5, 0x2d, 0x32, 0x98, 0x9a, 0xd2, 0x2c, 0xd2, 0xb3, 0xf9, 0x37, 0x83, 0x8b, 0x7c, 0x1f, 0x60, 0x1a, 0xac, 0x78, 0x49, 0x43, 0x72, 0x40, 0x56, 0x33, 0x09, 0xf6, 0x86, 0x28, 0x3d, 0x6b, 0x66, 0xe2, 0x83, 0x67, 0xd5, 0xa4, 0x45, 0xc2, 0x7d, 0xf9, 0x95, 0xf2, 0x46, 0xcc, 0xf0, 0xd9, 0x5d, 0x53, 0xfe, 0x2c, 0xd1, 0xf7, 0xcf, 0x75, 0xcf, 0x98, 0x37, 0xf3, 0xd4, 0xb4, 0xef, 0x9d, 0x97, 0x14, 0x43, 0x86, 0x20, 0x2b, 0x6d, 0x12, 0x49, 0x9a, 0x50, 0xff, 0xab, 0xad, 0x09, 0xf9, 0x84, 0x14, 0xae } }; static const struct cckprng_op_reseed op_reseed_6178 = { .hd = { .id = 5921, .kind = OP_RESEED }, .nonce = 3538001705714004635ULL, .seed_nbytes = 279, .seed = { 0x3b, 0xa5, 0xb4, 0x17, 0xe0, 0x97, 0x03, 0x8f, 0x5a, 0x72, 0xc1, 0xdd, 0xe1, 0x49, 0xe8, 0xf9, 0xf7, 0xa1, 0xa7, 0x04, 0x2a, 0xf3, 0x7e, 0x76, 0x07, 0x7c, 0x79, 0x5c, 0x50, 0x61, 0x70, 0x39, 0xdd, 0x4b, 0xdd, 0x4b, 0xa9, 0xad, 0x75, 0x70, 0x3a, 0x2d, 0x5a, 0x2d, 0xe1, 0xb2, 0xa2, 0xd9, 0x53, 0x13, 0xf1, 0x2c, 0x85, 0x5c, 0x6f, 0x3a, 0x73, 0xd3, 0xcd, 0xf3, 0xf4, 0x93, 0x61, 0x81, 0x39, 0x96, 0x7f, 0xf8, 0x5d, 0x59, 0xf3, 0x78, 0xa7, 0x81, 0x64, 0x2e, 0xf0, 0xdd, 0xbe, 0xb3, 0x0c, 0x21, 0x0a, 0x2d, 0x25, 0x9c, 0x72, 0x63, 0xc9, 0xcf, 0xd8, 0xc4, 0x31, 0xef, 0xd5, 0x95, 0xbf, 0xbb, 0x9c, 0x86, 0x88, 0xc0, 0x59, 0xd5, 0xe5, 0xba, 0xc5, 0xea, 0x9c, 0x22, 0x15, 0x6b, 0x2b, 0xb1, 0x53, 0x64, 0xf5, 0x2e, 0xaf, 0xb1, 0xf2, 0x88, 0x2c, 0x37, 0x35, 0x21, 0x3e, 0xcf, 0x44, 0xb6, 0x71, 0x85, 0x2f, 0x9c, 0xdd, 0x1d, 0x55, 0xb9, 0x87, 0xb3, 0x92, 0xca, 0xf1, 0xde, 0xd2, 0x24, 0x04, 0x12, 0xcb, 0x50, 0xf5, 0xf9, 0x8b, 0x56, 0xa7, 0x76, 0x73, 0xdf, 0xee, 0x95, 0x25, 0xc8, 0x73, 0x4c, 0x97, 0x13, 0x73, 0xd9, 0x61, 0x2e, 0x38, 0xc3, 0xa6, 0xe0, 0x3c, 0xc9, 0x67, 0x42, 0x89, 0xd8, 0xb7, 0xab, 0x95, 0xe1, 0x9b, 0x49, 0xa0, 0x6c, 0x3a, 0x10, 0x07, 0x5c, 0x22, 0xde, 0xd8, 0xc4, 0x6d, 0x0d, 0xeb, 0xb5, 0x51, 0xe6, 0x7e, 0x82, 0x35, 0x85, 0x98, 0x91, 0xf3, 0x27, 0x03, 0xd8, 0x42, 0x47, 0x9a, 0x2b, 0xb9, 0xce, 0xeb, 0x6f, 0x17, 0xfc, 0x42, 0xda, 0x32, 0x60, 0xc9, 0x71, 0x67, 0x28, 0xad, 0x79, 0x7d, 0xd2, 0x59, 0xd7, 0x86, 0xbb, 0x49, 0xbe, 0xa3, 0x2f, 0x9a, 0x81, 0x93, 0x3e, 0x59, 0x2f, 0x32, 0xda, 0x5a, 0x30, 0xa5, 0x26, 0x46, 0x29, 0x57, 0x4e, 0x59, 0x79, 0x9c, 0xae, 0xc9, 0x60, 0x9a, 0xf7, 0x08, 0xb1, 0xc0, 0xd8, 0x9a, 0xa9, 0xa4, 0xdb, 0xb1, 0xa6, 0x49, 0xa9, 0x96 } }; static const struct cckprng_op_refresh op_refresh_6179 = { .hd = { .id = 5922, .kind = OP_REFRESH }, .rand = 12886024476651099767ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6180 = { .hd = { .id = 5923, .kind = OP_GENERATE }, .rand_nbytes = 148, .out = { .rand = { 0x1f, 0x2f, 0x20, 0x2b, 0xd0, 0x6f, 0xed, 0xc8, 0x65, 0x47, 0x30, 0xd6, 0xca, 0x0e, 0x1f, 0xcb, 0x55, 0xf4, 0x51, 0x4d, 0x75, 0x38, 0x7b, 0xd4, 0xc1, 0x72, 0xb6, 0xfd, 0x00, 0x61, 0xe0, 0xbf, 0x22, 0xd2, 0xa0, 0xe4, 0xf6, 0x81, 0x30, 0xd6, 0xf1, 0xc3, 0x7e, 0x2a, 0x8a, 0x6a, 0xfd, 0x78, 0x2d, 0xc8, 0x08, 0x1b, 0x28, 0xf9, 0xca, 0x72, 0x88, 0x48, 0x2b, 0x1f, 0xd3, 0x6b, 0x8e, 0x9f, 0x03, 0x55, 0x8e, 0x31, 0xcf, 0xa9, 0xb5, 0x4d, 0x00, 0x33, 0xd1, 0xc3, 0xc5, 0x20, 0x30, 0xc3, 0x9d, 0x02, 0x22, 0xa0, 0xbf, 0x5d, 0x3b, 0xaa, 0xa8, 0x53, 0x0b, 0xd8, 0xf8, 0x09, 0x06, 0xfa, 0xcf, 0xde, 0xb7, 0xac, 0x20, 0x13, 0x2b, 0xc2, 0xd7, 0x97, 0xc4, 0x11, 0x66, 0x2c, 0x04, 0x58, 0x22, 0x4e, 0xc2, 0x50, 0x0a, 0xd9, 0x91, 0x77, 0x22, 0x08, 0x75, 0x29, 0x86, 0x73, 0xd1, 0xe8, 0x6c, 0x53, 0x34, 0xf5, 0xdc, 0xd8, 0x03, 0xf6, 0xa9, 0x0d, 0x98, 0xa8, 0x70, 0xe7, 0x11, 0xa3, 0x84, 0x8d, 0x55, 0x04 } } }; static const struct cckprng_op_refresh op_refresh_6181 = { .hd = { .id = 5924, .kind = OP_REFRESH }, .rand = 10413180038277906915ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6182 = { .hd = { .id = 5925, .kind = OP_REFRESH }, .rand = 1120494067820713309ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6183 = { .hd = { .id = 5926, .kind = OP_RESEED }, .nonce = 12242877255763746815ULL, .seed_nbytes = 261, .seed = { 0x8e, 0x3a, 0x2e, 0x60, 0xaa, 0x57, 0x79, 0xad, 0x9a, 0x1d, 0x5c, 0xd8, 0x6c, 0xcb, 0x20, 0x09, 0x99, 0x1d, 0x51, 0x2c, 0x72, 0x28, 0x1b, 0xa1, 0x4c, 0x99, 0x98, 0x94, 0xd5, 0x73, 0x46, 0xde, 0xb9, 0xf4, 0xdb, 0x27, 0xad, 0x31, 0x17, 0xc3, 0x4b, 0x80, 0x5e, 0xc4, 0x57, 0xf8, 0xfc, 0x2a, 0xc5, 0xee, 0x98, 0x4e, 0xd0, 0xff, 0xc3, 0xda, 0x1f, 0xaf, 0x5e, 0x59, 0x05, 0x1c, 0x2e, 0x48, 0x97, 0xe5, 0xb8, 0x41, 0x84, 0x3e, 0xa7, 0x0d, 0xfd, 0x67, 0x84, 0x6b, 0x12, 0x27, 0xa4, 0x85, 0xda, 0xe0, 0x75, 0x7c, 0x3b, 0x79, 0x98, 0x93, 0x8b, 0x8d, 0x45, 0x8d, 0x8b, 0x6c, 0xfd, 0xae, 0x1f, 0x87, 0xb4, 0x6c, 0x33, 0xac, 0x6e, 0xdb, 0x1f, 0x02, 0x5a, 0x8e, 0x91, 0x87, 0xae, 0x8d, 0x1c, 0xb9, 0x1e, 0xcc, 0xbc, 0x1b, 0x66, 0x11, 0x66, 0x73, 0x14, 0x7f, 0xdd, 0xb9, 0x5c, 0x38, 0x89, 0x04, 0x8c, 0xaa, 0x26, 0xca, 0x83, 0xd4, 0x79, 0x97, 0xe6, 0xd3, 0xd4, 0xe9, 0x56, 0x83, 0xfe, 0xdc, 0xe7, 0x99, 0x0b, 0xdd, 0x1c, 0x35, 0x65, 0x11, 0xf2, 0xfa, 0xc7, 0x80, 0x09, 0xdc, 0x70, 0xe5, 0xe6, 0xac, 0x94, 0xeb, 0x29, 0x55, 0x06, 0x4f, 0x49, 0xb8, 0xfe, 0x8f, 0x47, 0x71, 0xd7, 0x42, 0x35, 0x0b, 0x87, 0x58, 0xe8, 0x2f, 0x41, 0xca, 0x2f, 0xda, 0xf4, 0xb7, 0xf2, 0x0c, 0x0a, 0xda, 0x82, 0xea, 0x01, 0x6c, 0x54, 0x50, 0xbc, 0x34, 0xc6, 0x51, 0x2b, 0x6c, 0xd9, 0xd9, 0x7f, 0x1c, 0x5e, 0x7f, 0x1c, 0x68, 0xe9, 0x25, 0x39, 0xf6, 0xf2, 0x06, 0xa2, 0x5d, 0x47, 0xda, 0xef, 0x21, 0xf9, 0x60, 0x78, 0x36, 0x8b, 0xdf, 0xa4, 0x12, 0xf3, 0x89, 0x4f, 0x41, 0x0d, 0xe2, 0xf3, 0x9a, 0x45, 0x17, 0x57, 0x7d, 0xea, 0xa1, 0xb3, 0xb8, 0xf0, 0x15, 0xa7, 0x0e, 0x25, 0xff, 0x1b, 0xf0, 0x68, 0x8a, 0x5c } }; static const struct cckprng_op_refresh op_refresh_6184 = { .hd = { .id = 5927, .kind = OP_REFRESH }, .rand = 8465949442805025348ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6185 = { .hd = { .id = 5928, .kind = OP_REFRESH }, .rand = 2370878949620088752ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6186 = { .hd = { .id = 5929, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0x97, 0xc0, 0x14, 0x25, 0xef, 0x53, 0x4b } } }; static const struct cckprng_op_reseed op_reseed_6187 = { .hd = { .id = 5930, .kind = OP_RESEED }, .nonce = 3643668374897191565ULL, .seed_nbytes = 235, .seed = { 0xaa, 0x84, 0x11, 0xcf, 0x88, 0x5d, 0xb1, 0x72, 0x59, 0x7c, 0x93, 0x2f, 0x7c, 0xf4, 0xb4, 0x77, 0x3d, 0xe5, 0xc6, 0x05, 0x05, 0x45, 0x24, 0xc2, 0x1a, 0x23, 0x9f, 0x6b, 0xae, 0xe8, 0x89, 0xea, 0xe4, 0x17, 0x62, 0x77, 0x95, 0x39, 0x97, 0xc7, 0xac, 0x17, 0x50, 0x3a, 0xa3, 0x0a, 0x10, 0x99, 0x74, 0x10, 0xa2, 0xff, 0x9c, 0x6d, 0xa4, 0x3f, 0x67, 0xc1, 0x51, 0x39, 0x6b, 0x5c, 0xd3, 0x33, 0x4f, 0xfc, 0xbd, 0x7b, 0x8b, 0x04, 0x5b, 0xbf, 0x28, 0x8d, 0xe2, 0xad, 0xcf, 0xe1, 0xea, 0x33, 0x5e, 0x58, 0xce, 0x65, 0x0f, 0xc0, 0xe9, 0xa1, 0xc3, 0xd1, 0xa2, 0x6b, 0x30, 0x1d, 0x53, 0x25, 0xb0, 0xea, 0xd2, 0x47, 0x4b, 0xc9, 0xb3, 0x58, 0xb9, 0x86, 0xfa, 0x94, 0x0a, 0x6c, 0xb4, 0xeb, 0xd8, 0x5a, 0x3b, 0xf5, 0x4f, 0xe8, 0x39, 0x3c, 0x54, 0x72, 0xdb, 0x87, 0x11, 0xaf, 0xf3, 0xcb, 0x15, 0x9e, 0x9b, 0xa6, 0x12, 0xca, 0xe8, 0x31, 0x37, 0x4b, 0x4b, 0x95, 0x5c, 0x00, 0x69, 0xf3, 0x8d, 0x53, 0x0d, 0x09, 0x48, 0x9e, 0x5d, 0x20, 0x11, 0x07, 0x42, 0x42, 0xe9, 0x17, 0x42, 0x38, 0x4a, 0x58, 0xf2, 0x64, 0x0a, 0x1e, 0xa9, 0xd3, 0x70, 0x4f, 0x00, 0xc2, 0xf0, 0x45, 0xa2, 0xce, 0x6d, 0xd3, 0xba, 0x43, 0x15, 0x21, 0x6b, 0x14, 0xd6, 0xe6, 0x6a, 0x2e, 0x01, 0x6e, 0x03, 0x64, 0x68, 0x4c, 0x5e, 0x8d, 0x3a, 0x68, 0x52, 0x06, 0x5c, 0xc0, 0x28, 0x2c, 0x42, 0x44, 0x92, 0x56, 0x1a, 0xba, 0xc4, 0xf5, 0xbe, 0xc0, 0x8f, 0xb1, 0xd8, 0x9d, 0xf3, 0xd3, 0xe0, 0x1c, 0xef, 0xf2, 0x11, 0x2d, 0x33, 0xf6, 0xd6, 0x92, 0xd3, 0x9d, 0x3c, 0x0c, 0xfa } }; static const struct cckprng_op_refresh op_refresh_6188 = { .hd = { .id = 5931, .kind = OP_REFRESH }, .rand = 8312770676157457533ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6189 = { .hd = { .id = 5932, .kind = OP_GENERATE }, .rand_nbytes = 61, .out = { .rand = { 0xf8, 0xe9, 0xed, 0xc4, 0x62, 0xdf, 0xa9, 0xd3, 0x9b, 0x2a, 0x40, 0x32, 0x0a, 0x01, 0x9e, 0xce, 0x06, 0xe5, 0x7a, 0xf6, 0x2b, 0xdf, 0x6f, 0x54, 0x1c, 0x7c, 0x3b, 0x3a, 0xe6, 0xe5, 0x3f, 0xb0, 0xdf, 0xc5, 0xbf, 0xb8, 0x6a, 0x75, 0x06, 0xa1, 0x79, 0x37, 0xd7, 0x70, 0xd6, 0x9c, 0x19, 0x38, 0x93, 0x07, 0x03, 0xd2, 0x44, 0x15, 0x37, 0xad, 0x62, 0xe6, 0x72, 0x77, 0xc5 } } }; static const struct cckprng_op_reseed op_reseed_6190 = { .hd = { .id = 5933, .kind = OP_RESEED }, .nonce = 16675151131029845068ULL, .seed_nbytes = 83, .seed = { 0xc8, 0x4f, 0x47, 0x7d, 0xeb, 0x2b, 0x03, 0x60, 0xbc, 0x72, 0x81, 0xa4, 0x8b, 0x3d, 0x2a, 0x36, 0x0b, 0xef, 0xa1, 0xe9, 0x1a, 0x83, 0x24, 0x6c, 0x2f, 0xec, 0xaf, 0xdf, 0x3b, 0x66, 0xae, 0x5a, 0x93, 0xd4, 0xa5, 0x0e, 0x24, 0xf3, 0x26, 0x9f, 0xbc, 0xa5, 0x53, 0xf2, 0x46, 0x8a, 0xf0, 0xc0, 0xc9, 0x4f, 0xa0, 0x62, 0x90, 0x6c, 0x0e, 0x56, 0x78, 0x28, 0x61, 0xf5, 0x97, 0xa8, 0xab, 0x97, 0xcf, 0x56, 0xf1, 0xaf, 0x9d, 0x5b, 0x93, 0x36, 0x0d, 0x71, 0xd4, 0x59, 0xde, 0xba, 0x0e, 0xbf, 0xdc, 0x0c, 0x5a } }; static const struct cckprng_op_refresh op_refresh_6191 = { .hd = { .id = 5934, .kind = OP_REFRESH }, .rand = 7862982160957340690ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6192 = { .hd = { .id = 5935, .kind = OP_RESEED }, .nonce = 299800377012136163ULL, .seed_nbytes = 197, .seed = { 0x46, 0x71, 0x32, 0xc3, 0xb7, 0xea, 0x4c, 0x98, 0x03, 0x48, 0x9c, 0x4d, 0x72, 0xca, 0x16, 0x70, 0xa1, 0x9a, 0x56, 0x54, 0x14, 0x88, 0xaf, 0x42, 0x5a, 0xb3, 0x0b, 0xcf, 0x4f, 0x1c, 0xb5, 0xef, 0x45, 0x2b, 0xeb, 0x42, 0xe5, 0xee, 0xd7, 0x31, 0x7d, 0x93, 0xfe, 0x39, 0x0a, 0x87, 0x66, 0xbc, 0xd5, 0xc1, 0xd7, 0x4d, 0x7c, 0xcd, 0x42, 0x1c, 0xcc, 0x65, 0xc1, 0xe4, 0xc8, 0x55, 0xbb, 0x7c, 0x4d, 0x29, 0x35, 0xdf, 0xaa, 0xae, 0xc1, 0x38, 0x1d, 0x5c, 0x60, 0x60, 0x96, 0x0b, 0x9a, 0xf6, 0x8d, 0x25, 0x05, 0x1b, 0x83, 0x95, 0xbf, 0xbf, 0x27, 0x27, 0x70, 0x0e, 0xb4, 0x43, 0x9a, 0xa4, 0x5b, 0x38, 0xe3, 0x05, 0x60, 0x18, 0x95, 0x4d, 0x6d, 0x46, 0x92, 0x91, 0x4c, 0x9b, 0xde, 0x26, 0xe2, 0x54, 0x3f, 0x4c, 0x03, 0x5e, 0xee, 0xce, 0x18, 0xe4, 0x4b, 0x00, 0x03, 0x20, 0x02, 0x41, 0x5d, 0x88, 0xa3, 0x20, 0x6e, 0x91, 0xb4, 0x74, 0x34, 0x73, 0xfc, 0xce, 0x93, 0xe1, 0xcc, 0x20, 0xb0, 0x68, 0x5b, 0x56, 0xb3, 0x00, 0xf4, 0x9f, 0x3b, 0xab, 0x9a, 0x6e, 0x93, 0x33, 0x5b, 0x3e, 0x67, 0xb7, 0x7d, 0x6b, 0x7f, 0x3f, 0x8f, 0xa8, 0xa4, 0xa5, 0x50, 0x8b, 0xe3, 0xc7, 0x38, 0x66, 0xd8, 0xd0, 0x7e, 0xd3, 0x8a, 0xfa, 0xa0, 0x7a, 0x91, 0x58, 0xf5, 0xc6, 0xe1, 0xf7, 0xa5, 0x77, 0xe5, 0x56, 0x43, 0x75, 0x20 } }; static const struct cckprng_op_generate op_init_6193 = { .hd = { .id = 5936, .kind = OP_GENERATE }, .rand_nbytes = 138, .out = { .rand = { 0x7e, 0xfa, 0x8b, 0x75, 0x72, 0xc3, 0xed, 0xb6, 0xc1, 0xaf, 0x56, 0x28, 0x6a, 0x35, 0x85, 0xac, 0x9e, 0xb7, 0x83, 0x7b, 0xc6, 0xf4, 0x4a, 0xf9, 0x57, 0x4d, 0x3e, 0x87, 0x84, 0x02, 0xd8, 0x3a, 0xb7, 0x4e, 0x44, 0x07, 0x50, 0xdd, 0x50, 0x55, 0xfd, 0x98, 0x92, 0xc3, 0x51, 0x65, 0x13, 0x13, 0x5b, 0x88, 0xec, 0x67, 0xe9, 0x88, 0x37, 0xb5, 0xf2, 0xcf, 0xa6, 0x2b, 0xbf, 0x65, 0xf6, 0x87, 0x8e, 0xb2, 0x16, 0x27, 0x12, 0xb6, 0xb5, 0xb3, 0x5f, 0x86, 0xff, 0x91, 0x1a, 0xea, 0x29, 0x70, 0x41, 0xf0, 0xc0, 0x13, 0xb0, 0x1e, 0x02, 0xc2, 0x32, 0x72, 0x3d, 0xf2, 0x4e, 0xb9, 0x41, 0x3d, 0xdd, 0xf2, 0x93, 0x6d, 0xf2, 0x3f, 0x6b, 0x24, 0xb7, 0x5c, 0xce, 0x39, 0x63, 0xdd, 0x63, 0xa1, 0xa8, 0xa3, 0x41, 0xbb, 0x98, 0xc8, 0x77, 0xdb, 0x07, 0xa3, 0xc6, 0x3b, 0xa3, 0x9a, 0xfd, 0xd6, 0x2e, 0xc8, 0xfa, 0x2b, 0x11, 0xc6, 0x2a, 0xc2, 0x6f, 0x4f } } }; static const struct cckprng_op_generate op_init_6194 = { .hd = { .id = 5937, .kind = OP_GENERATE }, .rand_nbytes = 217, .out = { .rand = { 0x0e, 0x16, 0xd7, 0xa1, 0x6a, 0xc9, 0x5a, 0x5a, 0xd3, 0xee, 0x62, 0xb5, 0x8d, 0x93, 0xf9, 0x7a, 0x38, 0x79, 0xea, 0x90, 0x81, 0xea, 0xd5, 0x20, 0xa2, 0x8f, 0x5a, 0x06, 0x9e, 0xfe, 0xb8, 0xc4, 0x2e, 0x1a, 0x25, 0xff, 0x5b, 0x8b, 0xff, 0x70, 0xeb, 0xb7, 0x86, 0xde, 0xa5, 0x12, 0x8c, 0x5d, 0xe9, 0x8b, 0x8a, 0x2c, 0x64, 0x84, 0xd9, 0x2c, 0x9f, 0xc5, 0xb8, 0x6b, 0x76, 0x0d, 0x06, 0xe9, 0x42, 0xea, 0x61, 0xe1, 0x83, 0xe6, 0x43, 0xdf, 0xc9, 0x79, 0xd1, 0x68, 0x41, 0xa0, 0x6e, 0x15, 0xac, 0x5c, 0xba, 0x06, 0xbf, 0x31, 0xb1, 0x71, 0xe4, 0xa0, 0x2f, 0x9f, 0x08, 0xf2, 0xd5, 0xff, 0xad, 0x8a, 0x8c, 0x79, 0x12, 0x48, 0xaf, 0x44, 0x5b, 0xf5, 0x7e, 0xe7, 0x6d, 0x2e, 0xff, 0x18, 0x73, 0xec, 0x3f, 0xfa, 0x11, 0x08, 0x6f, 0xe3, 0x50, 0x68, 0xd0, 0xca, 0xf3, 0xa7, 0x1e, 0xcd, 0x09, 0x1f, 0xc9, 0x14, 0x81, 0x15, 0x59, 0xc5, 0xc5, 0x2b, 0x62, 0x68, 0xec, 0xb1, 0xfd, 0xbb, 0xaa, 0x12, 0xca, 0x6a, 0xfd, 0x97, 0x29, 0xe9, 0xe3, 0x1f, 0x96, 0xb3, 0x68, 0xab, 0x6f, 0x7d, 0x5d, 0x6d, 0xcb, 0x85, 0x46, 0xec, 0x0f, 0xab, 0xe1, 0x63, 0x25, 0xac, 0xda, 0xb4, 0x7c, 0x48, 0xa2, 0x5f, 0x7a, 0x76, 0x8f, 0x8e, 0x14, 0x13, 0x52, 0x29, 0x3e, 0xb9, 0xc4, 0xe3, 0xcf, 0x73, 0xb2, 0xb4, 0x95, 0x9c, 0xb1, 0x90, 0xbc, 0x48, 0x42, 0x55, 0xc9, 0x76, 0x72, 0xec, 0x23, 0xc0, 0xaf, 0x2a, 0xf6, 0x67, 0xa6, 0xdc, 0x29, 0x9c, 0xa5 } } }; static const struct cckprng_op_refresh op_refresh_6195 = { .hd = { .id = 5938, .kind = OP_REFRESH }, .rand = 4006358622097093530ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6196 = { .hd = { .id = 5939, .kind = OP_GENERATE }, .rand_nbytes = 166, .out = { .rand = { 0x5f, 0xb6, 0xc1, 0x0c, 0x84, 0x0c, 0x52, 0x27, 0x1a, 0x7c, 0xed, 0x11, 0x76, 0x59, 0xb4, 0x0f, 0x9f, 0xb7, 0xd4, 0xed, 0xe1, 0xe1, 0xc2, 0x85, 0x96, 0x16, 0x08, 0xa3, 0x8e, 0xb3, 0x2b, 0x81, 0xf6, 0x45, 0x4a, 0x41, 0xb2, 0xa1, 0x2d, 0x3f, 0xce, 0x86, 0xe6, 0x17, 0x2e, 0xc4, 0x5b, 0x0e, 0xb8, 0x69, 0x5e, 0x19, 0xed, 0x0b, 0xd6, 0xc6, 0x43, 0xc5, 0xce, 0xce, 0x86, 0xdd, 0xb8, 0x4a, 0xc4, 0x6e, 0x60, 0xb4, 0xe2, 0xaf, 0x08, 0xc7, 0x83, 0x39, 0x88, 0xda, 0xb6, 0xb4, 0xc2, 0xb5, 0xf7, 0xcf, 0x2c, 0xa8, 0x54, 0x43, 0x0a, 0xd5, 0x53, 0x2f, 0xc1, 0x1d, 0x75, 0x35, 0xa1, 0x2d, 0x0b, 0x91, 0xa5, 0x0d, 0x79, 0xb1, 0xb6, 0x25, 0xcd, 0xbe, 0x7f, 0x8d, 0xfc, 0x95, 0x39, 0xa9, 0x08, 0xeb, 0xdd, 0xc6, 0x70, 0x77, 0x1d, 0x42, 0xf5, 0x58, 0x3d, 0xa7, 0x31, 0x68, 0x1c, 0x9e, 0xc1, 0xf3, 0xfa, 0x30, 0xb9, 0xd1, 0x82, 0x46, 0xfc, 0x3a, 0x44, 0x36, 0x29, 0x79, 0x96, 0x1f, 0x58, 0xbb, 0x67, 0x87, 0x8c, 0x0f, 0x7a, 0x3d, 0xbc, 0x3f, 0x74, 0xfc, 0x1f, 0x42, 0x3b, 0xad, 0xac, 0xc3, 0x3b, 0xf1, 0x48, 0xbc } } }; static const struct cckprng_op_generate op_init_6197 = { .hd = { .id = 5940, .kind = OP_GENERATE }, .rand_nbytes = 142, .out = { .rand = { 0x02, 0x07, 0xd1, 0x63, 0x35, 0x00, 0x32, 0xbe, 0xf8, 0x68, 0x84, 0x51, 0xca, 0x2e, 0x72, 0xb7, 0xaf, 0xb4, 0x51, 0x88, 0x1e, 0xc3, 0x06, 0x1b, 0x60, 0x27, 0xd4, 0xfe, 0xbe, 0xbd, 0x03, 0x47, 0x07, 0x8d, 0xad, 0x96, 0x4b, 0xa9, 0x41, 0x7e, 0x35, 0xfb, 0x06, 0x91, 0x4b, 0xe4, 0x2e, 0xd9, 0xc5, 0xd2, 0x6d, 0x88, 0x20, 0xf1, 0xb0, 0x2a, 0xba, 0x8f, 0xe5, 0x14, 0xdc, 0x67, 0x87, 0xf2, 0x18, 0x52, 0x13, 0x8e, 0x4d, 0x5d, 0xb7, 0x9e, 0xb5, 0xfd, 0x2e, 0xd5, 0x23, 0xf3, 0x64, 0x83, 0xa6, 0x9d, 0xf3, 0x77, 0xaf, 0x99, 0xa3, 0xd6, 0xd2, 0x74, 0x62, 0xd9, 0x2f, 0x3f, 0xc0, 0xd0, 0x19, 0xf3, 0x6b, 0x62, 0x75, 0x04, 0xa1, 0x72, 0x7e, 0x9e, 0x75, 0x86, 0x05, 0xc2, 0x53, 0x50, 0x98, 0x0e, 0xa7, 0x32, 0xe7, 0xad, 0xab, 0x4d, 0x37, 0x3d, 0xb5, 0x05, 0xa8, 0xf3, 0xe5, 0x48, 0xc6, 0xc3, 0x4a, 0xc1, 0xf8, 0xae, 0x2f, 0x73, 0x01, 0x24, 0x14, 0x7a, 0x8e, 0x39 } } }; static const struct cckprng_op_reseed op_reseed_6198 = { .hd = { .id = 5941, .kind = OP_RESEED }, .nonce = 14187506839437259087ULL, .seed_nbytes = 160, .seed = { 0x29, 0x60, 0x1e, 0xb8, 0x66, 0xb1, 0x33, 0x0c, 0xf4, 0x1c, 0x02, 0x58, 0xed, 0xfe, 0xce, 0x66, 0x72, 0x78, 0x70, 0xcf, 0x7f, 0x7e, 0xf6, 0x29, 0xbc, 0x4e, 0xc7, 0x10, 0x50, 0x94, 0x13, 0x68, 0x23, 0x70, 0x09, 0x40, 0xc8, 0xb5, 0x7e, 0x0d, 0x7e, 0xfe, 0xab, 0x4e, 0xa6, 0x3e, 0xeb, 0xfa, 0x87, 0xd9, 0xdd, 0x98, 0x4c, 0x01, 0xa2, 0xb8, 0x6d, 0xa7, 0x38, 0xe4, 0xd3, 0x26, 0xa9, 0x32, 0xba, 0x81, 0xec, 0x68, 0x45, 0xb2, 0x5c, 0x18, 0xbd, 0x68, 0xaa, 0x96, 0x6b, 0xe2, 0xdc, 0xdb, 0x86, 0x4f, 0x2f, 0x36, 0x10, 0x6e, 0x9e, 0x41, 0x8c, 0x99, 0xcb, 0xb1, 0xb1, 0x02, 0x65, 0x79, 0xd8, 0x5f, 0x5b, 0x8b, 0x8c, 0xcb, 0xc9, 0x76, 0xe3, 0xa3, 0xc7, 0xb0, 0xa9, 0xa6, 0xd9, 0x35, 0xab, 0x81, 0xbd, 0xe8, 0x14, 0xa5, 0x0c, 0x16, 0xab, 0xc5, 0x98, 0x4e, 0x21, 0xb1, 0x5b, 0xa3, 0x46, 0x14, 0x1d, 0x90, 0x2f, 0x65, 0x8b, 0xc9, 0xbd, 0x33, 0x2b, 0xf4, 0xfc, 0x57, 0xb6, 0xea, 0x0b, 0xdc, 0x50, 0x34, 0x52, 0x22, 0x84, 0x0e, 0xfb, 0x19, 0xab, 0x45, 0x34, 0x04, 0x89, 0x45 } }; static const struct cckprng_op_refresh op_refresh_6199 = { .hd = { .id = 5942, .kind = OP_REFRESH }, .rand = 1885434031374746789ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6200 = { .hd = { .id = 5943, .kind = OP_RESEED }, .nonce = 8473852838698412020ULL, .seed_nbytes = 31, .seed = { 0xc4, 0x5f, 0x27, 0xef, 0x93, 0x63, 0x68, 0x3a, 0x87, 0x3e, 0xfb, 0x22, 0x2c, 0x07, 0x8f, 0x32, 0x5c, 0x47, 0x5a, 0xe3, 0x28, 0xee, 0x7c, 0x87, 0x11, 0x9d, 0x02, 0xb2, 0xf7, 0x04, 0x14 } }; static const struct cckprng_op_generate op_init_6201 = { .hd = { .id = 5944, .kind = OP_GENERATE }, .rand_nbytes = 277, .out = { .rand = { 0xaf, 0x9c, 0x4c, 0x12, 0xd6, 0x6e, 0x2d, 0x69, 0xf8, 0xf0, 0x29, 0x90, 0x9c, 0x49, 0x76, 0x98, 0xae, 0x5a, 0x6a, 0x8e, 0x14, 0xc0, 0x58, 0x56, 0x42, 0x3b, 0x83, 0x22, 0x81, 0xe3, 0x3e, 0x83, 0xf5, 0x20, 0x79, 0x7b, 0x50, 0x22, 0x4d, 0x28, 0xe4, 0xb6, 0xfa, 0x40, 0x03, 0xf2, 0xd0, 0xe0, 0x0f, 0xe3, 0xd6, 0x17, 0x4a, 0xa0, 0xe3, 0x2c, 0x88, 0x97, 0x2d, 0x58, 0xa8, 0xce, 0x95, 0x63, 0x59, 0xac, 0xd4, 0x22, 0x5b, 0x5b, 0x54, 0x22, 0x56, 0xfb, 0x62, 0x3c, 0xbd, 0x54, 0x2c, 0x47, 0xd0, 0x01, 0x95, 0x1f, 0x05, 0x14, 0xeb, 0xbb, 0xec, 0x8c, 0xff, 0x2b, 0x41, 0x8a, 0x26, 0x54, 0x76, 0xb9, 0xaa, 0xd0, 0x09, 0x72, 0x69, 0x06, 0x18, 0xcc, 0x19, 0x0d, 0x50, 0x84, 0x53, 0x83, 0xf6, 0x04, 0x7e, 0x61, 0x5f, 0x34, 0x4c, 0x49, 0xdc, 0xe9, 0x69, 0x04, 0x67, 0x87, 0x37, 0x82, 0x02, 0x5a, 0xa2, 0x03, 0x31, 0x6e, 0x22, 0xb0, 0x0b, 0x1a, 0xa4, 0xe4, 0x1e, 0xbd, 0xdc, 0xf1, 0x2a, 0xc5, 0x15, 0xde, 0x07, 0x57, 0xef, 0x20, 0xa2, 0x9d, 0x37, 0x6e, 0xcf, 0x6f, 0xf7, 0xd2, 0x06, 0xaf, 0xa5, 0xda, 0x94, 0xf1, 0x27, 0x1b, 0xa1, 0x0b, 0x5e, 0x8f, 0x1e, 0x32, 0x19, 0x9e, 0xa4, 0x4e, 0x82, 0x8b, 0x93, 0x94, 0x10, 0xa9, 0x07, 0xe3, 0xe2, 0xb4, 0x5b, 0x22, 0x93, 0x48, 0xc2, 0x0c, 0x65, 0x1b, 0xa3, 0x10, 0x5c, 0x0a, 0x12, 0x08, 0x61, 0x1e, 0xf3, 0x74, 0xf3, 0xe6, 0x42, 0x6c, 0xfc, 0x62, 0x6e, 0xcc, 0x2c, 0xaf, 0x1a, 0x7d, 0xc5, 0x75, 0xdd, 0xfb, 0x07, 0xc1, 0x90, 0x68, 0x5b, 0x9d, 0x3e, 0x51, 0x0a, 0x00, 0xfa, 0x18, 0x32, 0xa9, 0x3a, 0x54, 0x97, 0x23, 0x2e, 0xa7, 0xbc, 0xa3, 0x5b, 0xaa, 0x12, 0x60, 0xa5, 0x6e, 0xf3, 0xce, 0x70, 0x1d, 0x80, 0xf6, 0x6f, 0xde, 0x4b, 0x75, 0xd5, 0xba, 0xbe, 0x38, 0x41, 0xb9, 0x75, 0x1a, 0x20, 0x88, 0xfd, 0xf2, 0xc6, 0x30, 0x74, 0x6a, 0xb2 } } }; static const struct cckprng_op_generate op_init_6202 = { .hd = { .id = 5945, .kind = OP_GENERATE }, .rand_nbytes = 251, .out = { .rand = { 0xb3, 0xfd, 0x87, 0x89, 0xc5, 0x09, 0xa3, 0xfb, 0xdc, 0xef, 0xb2, 0x87, 0xa5, 0x24, 0xc0, 0x77, 0x0c, 0x75, 0xf8, 0x7d, 0x49, 0x80, 0xcb, 0xde, 0x63, 0x8a, 0x4c, 0xc5, 0x12, 0xc1, 0x75, 0x0d, 0x4c, 0x47, 0xbc, 0xcd, 0xc8, 0xb4, 0xfb, 0x53, 0x53, 0xe8, 0x0a, 0x11, 0xc2, 0x99, 0xc9, 0xf4, 0xe1, 0xbd, 0x8f, 0xb1, 0x62, 0xb9, 0x37, 0xc6, 0xc1, 0xe3, 0x8f, 0x5f, 0x7c, 0x75, 0x9b, 0x8a, 0x8d, 0x4a, 0x87, 0x4b, 0xfc, 0x16, 0xc9, 0x56, 0x22, 0x44, 0x22, 0xfb, 0xbb, 0xcf, 0x39, 0x31, 0xc9, 0xfe, 0xa9, 0xca, 0xe1, 0x91, 0x3e, 0x21, 0x50, 0x23, 0xb4, 0x9c, 0x65, 0x22, 0x93, 0x85, 0x63, 0x03, 0x2d, 0x05, 0x38, 0x73, 0x3d, 0xd0, 0x14, 0x0c, 0xa3, 0xfc, 0xea, 0xfc, 0x25, 0x23, 0x42, 0x17, 0x13, 0x96, 0xf0, 0xe7, 0x32, 0xa5, 0x0b, 0x68, 0x86, 0x11, 0x3c, 0xac, 0x0b, 0x3c, 0xe8, 0x39, 0x35, 0x8b, 0x36, 0x35, 0xe6, 0x67, 0x13, 0x4c, 0xdf, 0xc5, 0xdf, 0xb5, 0xfc, 0x94, 0x88, 0x2b, 0x32, 0x15, 0xa9, 0xee, 0xf5, 0x2e, 0xf7, 0x9e, 0x83, 0xd7, 0xd2, 0xdb, 0x1f, 0x8c, 0xf0, 0xe8, 0x68, 0x7b, 0xb3, 0xe6, 0x3c, 0xb1, 0x9c, 0x4f, 0x03, 0x42, 0xb5, 0x22, 0xbf, 0x11, 0x64, 0xf8, 0x96, 0xf9, 0x5e, 0xfe, 0x23, 0xd9, 0x13, 0xbd, 0xae, 0x63, 0x30, 0x25, 0x56, 0x7b, 0xc9, 0x3d, 0x9e, 0xe0, 0xec, 0x92, 0xff, 0xd4, 0x9a, 0xa9, 0xb1, 0x3c, 0xd3, 0x15, 0x0b, 0xf7, 0x78, 0xf5, 0x66, 0xf3, 0x3f, 0xfb, 0x78, 0x52, 0x93, 0xd2, 0xdc, 0xcf, 0xb0, 0x92, 0x54, 0x92, 0x2d, 0x96, 0xd8, 0xb1, 0x8a, 0xf2, 0xfe, 0x0d, 0xf9, 0x3c, 0xc7, 0x4a, 0x73, 0x12, 0xab, 0x36, 0xeb, 0xd7, 0xec, 0x53, 0xc0, 0x7e, 0x8f, 0xd9, 0x3c, 0x56, 0x45 } } }; static const struct cckprng_op_reseed op_reseed_6203 = { .hd = { .id = 5946, .kind = OP_RESEED }, .nonce = 4066084354860407870ULL, .seed_nbytes = 82, .seed = { 0x95, 0x6f, 0x30, 0x97, 0xc8, 0xca, 0x13, 0x6a, 0xd2, 0xd7, 0x95, 0x8e, 0x1a, 0x78, 0x65, 0xfc, 0xa8, 0x05, 0xde, 0x25, 0x77, 0x3d, 0xe9, 0xa5, 0xbd, 0x1b, 0x38, 0x10, 0x80, 0x64, 0xea, 0xe8, 0x4c, 0x17, 0x31, 0x04, 0x80, 0x45, 0x79, 0x8d, 0xb9, 0xc6, 0x1b, 0xc1, 0x21, 0xdc, 0xfb, 0xbf, 0x9b, 0xd3, 0xbc, 0x6f, 0x96, 0x72, 0x9f, 0xfa, 0xcc, 0xf3, 0xa4, 0x40, 0xf5, 0xd3, 0x30, 0x0b, 0xac, 0x1e, 0x8b, 0x61, 0xa6, 0x2f, 0x78, 0x03, 0x45, 0x8f, 0x77, 0x86, 0x8e, 0x63, 0xa5, 0xcd, 0x3a, 0x7c } }; static const struct cckprng_op_generate op_init_6204 = { .hd = { .id = 5947, .kind = OP_GENERATE }, .rand_nbytes = 114, .out = { .rand = { 0x81, 0xd5, 0x4f, 0xfc, 0xeb, 0x94, 0xe4, 0x2d, 0xbe, 0x85, 0xce, 0xb7, 0x0c, 0x14, 0x73, 0x4c, 0x6e, 0xf6, 0x41, 0x0c, 0xf5, 0x39, 0x60, 0x59, 0xbf, 0x4f, 0x60, 0x82, 0xba, 0x9c, 0xc3, 0xbe, 0x46, 0x7e, 0x77, 0x98, 0x6a, 0x96, 0x95, 0x3a, 0x22, 0xe6, 0xa6, 0x24, 0x6a, 0xb7, 0x32, 0x8f, 0xc5, 0x07, 0x5f, 0xfb, 0x23, 0x38, 0x50, 0xf1, 0xad, 0xec, 0x51, 0xdc, 0x7e, 0xd9, 0x57, 0x8e, 0xd8, 0xf1, 0xfd, 0x77, 0x94, 0xe8, 0x4e, 0x3e, 0x6e, 0x54, 0x55, 0x7c, 0xe9, 0xec, 0x61, 0xfc, 0xa5, 0x74, 0x50, 0x93, 0x31, 0x33, 0xb6, 0x21, 0x44, 0xda, 0x9f, 0xe1, 0x44, 0x79, 0xb5, 0xda, 0x8c, 0x0f, 0xbe, 0x86, 0x25, 0xd1, 0x66, 0x31, 0xdd, 0xa5, 0x7e, 0xe6, 0x0a, 0x98, 0x61, 0xe7, 0xba, 0x15 } } }; static const struct cckprng_op_reseed op_reseed_6205 = { .hd = { .id = 5948, .kind = OP_RESEED }, .nonce = 11160992337326497352ULL, .seed_nbytes = 270, .seed = { 0x72, 0x51, 0x24, 0xfd, 0xe6, 0x51, 0xc3, 0x2e, 0x34, 0xee, 0xa1, 0xf2, 0x2b, 0x0f, 0xd4, 0xc8, 0x06, 0x97, 0x2e, 0x3c, 0x77, 0x2e, 0xa4, 0xab, 0xb9, 0x98, 0xc8, 0xe5, 0xfc, 0x62, 0x16, 0xb0, 0x28, 0x9d, 0xb7, 0xb4, 0x43, 0x4c, 0xee, 0x4b, 0xb4, 0xe4, 0xfe, 0xc7, 0x63, 0x51, 0xee, 0x92, 0x4c, 0x25, 0x9d, 0x89, 0x3a, 0x10, 0xbf, 0x78, 0x9b, 0x16, 0x0b, 0x4e, 0x02, 0xe5, 0x32, 0x62, 0xa4, 0xae, 0xd7, 0x0e, 0xae, 0xc6, 0x63, 0xae, 0x65, 0xe7, 0x06, 0xf7, 0x5d, 0xba, 0xbd, 0xf0, 0x2f, 0x5c, 0x13, 0xee, 0xe0, 0x5c, 0x4d, 0xed, 0x41, 0xbf, 0xcb, 0x4b, 0x32, 0x85, 0x87, 0xb2, 0xcd, 0x04, 0xf2, 0xca, 0x3a, 0xbf, 0xdb, 0xe4, 0xca, 0x91, 0x7c, 0x6e, 0x6e, 0xd1, 0xa5, 0x87, 0xef, 0x10, 0x07, 0x5d, 0xcb, 0x3f, 0xde, 0x1c, 0x16, 0xb9, 0xdc, 0xd5, 0x2d, 0xf3, 0xb3, 0x18, 0x20, 0x84, 0x25, 0x69, 0xbc, 0xa0, 0x54, 0xb4, 0x00, 0x6f, 0x02, 0x6c, 0xc0, 0xc2, 0x64, 0xab, 0x74, 0x7d, 0xed, 0x8c, 0x79, 0x8c, 0x7d, 0xe6, 0x37, 0x6a, 0xaf, 0xfc, 0xc0, 0xbb, 0x3a, 0x20, 0x76, 0xea, 0x59, 0x3c, 0xbb, 0x3a, 0xfb, 0x34, 0xb7, 0xb2, 0xd3, 0x68, 0x70, 0x29, 0x52, 0x64, 0x55, 0xa4, 0x8b, 0xf4, 0x78, 0x16, 0x42, 0xbf, 0xc0, 0x2e, 0x86, 0x5f, 0xe5, 0x55, 0x12, 0x3a, 0xd4, 0xbd, 0x67, 0x93, 0xff, 0xab, 0x19, 0xb5, 0x55, 0x47, 0xe6, 0x1d, 0x44, 0x87, 0x19, 0x3b, 0xb5, 0xc0, 0x35, 0x28, 0xb9, 0xc6, 0x3f, 0xf2, 0xf6, 0x74, 0x86, 0xaa, 0xe5, 0x24, 0xce, 0xed, 0x0b, 0xb5, 0x5e, 0xf8, 0x17, 0x3d, 0x08, 0x7a, 0x45, 0xdd, 0x0c, 0xba, 0x1f, 0x24, 0xa4, 0x4d, 0xc6, 0x6a, 0xc8, 0xa2, 0x67, 0x75, 0x0c, 0x3d, 0x92, 0x1b, 0x83, 0xb3, 0x47, 0x05, 0x2f, 0xca, 0x40, 0xac, 0x62, 0x2e, 0x82, 0xc7, 0x7a, 0x22, 0xa5, 0x95, 0x3b, 0x94, 0xff, 0x68 } }; static const struct cckprng_op_refresh op_refresh_6206 = { .hd = { .id = 5949, .kind = OP_REFRESH }, .rand = 899721041706491831ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6207 = { .hd = { .id = 5950, .kind = OP_RESEED }, .nonce = 13128341773318055903ULL, .seed_nbytes = 58, .seed = { 0xc6, 0x0f, 0x5f, 0x4f, 0x1b, 0xb5, 0xd3, 0xea, 0x01, 0xc0, 0xdc, 0xce, 0x2a, 0xba, 0x2a, 0x13, 0x61, 0xcf, 0x04, 0xf3, 0x66, 0x58, 0xb5, 0xe5, 0xd1, 0xbe, 0x6e, 0x07, 0x64, 0x12, 0xc2, 0x5c, 0xa7, 0xec, 0xae, 0xec, 0x2e, 0xa6, 0x63, 0x12, 0x86, 0x80, 0xaa, 0xe5, 0xfd, 0x40, 0xf8, 0x1c, 0x9d, 0xee, 0x1f, 0x78, 0xcb, 0x5c, 0x72, 0x17, 0x3e, 0x71 } }; static const struct cckprng_op_reseed op_reseed_6208 = { .hd = { .id = 5951, .kind = OP_RESEED }, .nonce = 14471042396954776880ULL, .seed_nbytes = 280, .seed = { 0x8a, 0x8f, 0x95, 0x70, 0xf3, 0x57, 0x71, 0x2b, 0xca, 0x71, 0xd8, 0xd8, 0x97, 0xcd, 0x3c, 0x94, 0x26, 0xe0, 0x37, 0x48, 0x8e, 0x75, 0x5c, 0x28, 0xfc, 0x53, 0x28, 0x95, 0xb3, 0xdc, 0x30, 0xbb, 0xcc, 0xac, 0x2d, 0x7f, 0x26, 0x3b, 0x07, 0xce, 0xe6, 0x89, 0x50, 0x32, 0x86, 0xa8, 0x38, 0xec, 0xf6, 0xb9, 0xf9, 0xca, 0xe6, 0x89, 0xd0, 0xb2, 0xe3, 0x78, 0x6b, 0x2e, 0xd5, 0x8f, 0xe6, 0x02, 0x2a, 0x01, 0xc9, 0x6b, 0x0a, 0xf0, 0x54, 0xda, 0x68, 0x8d, 0x68, 0xe5, 0xda, 0x13, 0xfe, 0x8b, 0x0c, 0xf7, 0xc4, 0xb6, 0x7f, 0x09, 0x19, 0xbe, 0x7c, 0x19, 0x8f, 0x78, 0x46, 0x5a, 0xdc, 0x40, 0x2a, 0x51, 0x04, 0xfc, 0x39, 0xe9, 0xbc, 0x8a, 0x7e, 0x56, 0xbf, 0x27, 0x05, 0xc3, 0x27, 0x7a, 0xc3, 0x5d, 0x12, 0xb3, 0xac, 0xd1, 0x76, 0xba, 0xce, 0x26, 0x90, 0xb7, 0x4c, 0x9b, 0x44, 0xc8, 0xf1, 0x76, 0x26, 0x61, 0xfb, 0x68, 0x98, 0x93, 0xaf, 0x95, 0x26, 0xf8, 0x4f, 0xa9, 0xaf, 0x29, 0x75, 0x8f, 0x25, 0xcb, 0xf4, 0xe5, 0xd1, 0xc1, 0x1c, 0x3d, 0x48, 0x58, 0xf1, 0x24, 0x20, 0x4b, 0x4f, 0xb2, 0xa6, 0x4a, 0x63, 0xb2, 0x14, 0x4e, 0x60, 0x66, 0x41, 0x84, 0xba, 0x8e, 0x95, 0x1b, 0x44, 0x80, 0x32, 0x2a, 0x70, 0xa1, 0x93, 0x86, 0x21, 0xe1, 0x47, 0x69, 0x57, 0xfd, 0x97, 0x7d, 0xf0, 0xf8, 0x1f, 0x46, 0x1c, 0x9c, 0x35, 0x71, 0x38, 0xb9, 0xdf, 0xae, 0xee, 0x8d, 0x9f, 0x07, 0x21, 0xf4, 0x01, 0xc7, 0x29, 0x88, 0x73, 0xe5, 0xd7, 0xf8, 0x02, 0xd1, 0xdd, 0xce, 0xfe, 0x66, 0xac, 0x6c, 0xc6, 0xa0, 0xa1, 0xcf, 0xb6, 0xe9, 0x59, 0x51, 0xce, 0xaa, 0x6f, 0xfb, 0xbe, 0x0b, 0xd7, 0xbf, 0x96, 0x8b, 0xe7, 0x55, 0xb2, 0xc2, 0xb6, 0x49, 0xd3, 0xae, 0xe2, 0xf2, 0xe8, 0x83, 0xf3, 0xdd, 0x1d, 0xcf, 0x02, 0x86, 0x81, 0x8f, 0xb3, 0x12, 0x9d, 0xc0, 0x9d, 0xe5, 0xa2, 0x71, 0xc0, 0x7e, 0xc4, 0x0a, 0x1d, 0xf5, 0xc3, 0x37 } }; static const struct cckprng_op_generate op_init_6209 = { .hd = { .id = 5952, .kind = OP_GENERATE }, .rand_nbytes = 94, .out = { .rand = { 0x9b, 0x05, 0x7b, 0xdb, 0x18, 0x58, 0x02, 0xb0, 0xb4, 0xa8, 0x14, 0x13, 0x43, 0xe1, 0x3b, 0x37, 0x81, 0xbb, 0xbd, 0x78, 0x40, 0x8e, 0x04, 0xd4, 0x1b, 0x8a, 0x6e, 0x8c, 0x13, 0xe1, 0x82, 0x87, 0x74, 0xfd, 0x3b, 0x47, 0x7d, 0x63, 0x80, 0x97, 0xaf, 0xea, 0x17, 0x3e, 0xcf, 0x02, 0xa7, 0x24, 0xb6, 0x2e, 0xc2, 0xc3, 0xb3, 0xdd, 0xcb, 0x8b, 0x8a, 0xd4, 0xca, 0xcc, 0xa3, 0x83, 0x86, 0x1d, 0xb0, 0x44, 0x15, 0xfc, 0x83, 0x7d, 0xf8, 0x72, 0x55, 0xa8, 0x90, 0xe6, 0xcd, 0xb2, 0x82, 0xfb, 0x7b, 0x40, 0x01, 0xd5, 0xc6, 0x3a, 0x31, 0x17, 0x06, 0x35, 0x9b, 0x60, 0x3a, 0x36 } } }; static const struct cckprng_op_refresh op_refresh_6210 = { .hd = { .id = 5953, .kind = OP_REFRESH }, .rand = 12616385321623781515ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6211 = { .hd = { .id = 5954, .kind = OP_RESEED }, .nonce = 3087267621682279642ULL, .seed_nbytes = 62, .seed = { 0xa6, 0xc4, 0x22, 0xa8, 0x82, 0x8f, 0x0d, 0x02, 0xef, 0xf2, 0xb2, 0xfd, 0xc5, 0x0d, 0x1b, 0x3f, 0x95, 0x37, 0x12, 0x7b, 0xb8, 0xb1, 0x2a, 0x9d, 0x80, 0x0e, 0x47, 0x07, 0xdf, 0x9b, 0x68, 0x93, 0x80, 0xd4, 0xfc, 0xa6, 0x73, 0x95, 0xad, 0xb3, 0x5a, 0x18, 0x83, 0xc1, 0x15, 0xe7, 0xe4, 0xdf, 0x96, 0xf8, 0x35, 0x54, 0x08, 0xfe, 0xc8, 0x47, 0x26, 0x5f, 0x48, 0xcf, 0xea, 0x20 } }; static const struct cckprng_op_refresh op_refresh_6212 = { .hd = { .id = 5955, .kind = OP_REFRESH }, .rand = 2460256237653417716ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6213 = { .hd = { .id = 5956, .kind = OP_REFRESH }, .rand = 7834681215888901722ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_6214 = { .hd = { .id = 5957, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0x43, 0x19, 0x30, 0xe5, 0x9a, 0x39, 0xbc, 0x37, 0x4f, 0xff, 0x2c, 0x5c } } }; static const struct cckprng_op_reseed op_reseed_6215 = { .hd = { .id = 5958, .kind = OP_RESEED }, .nonce = 8785157848213879040ULL, .seed_nbytes = 123, .seed = { 0x73, 0x30, 0x55, 0x8d, 0x9b, 0x8b, 0x4f, 0x10, 0xfb, 0xcd, 0x84, 0x40, 0x0f, 0xac, 0xbe, 0xd5, 0x2f, 0x84, 0xb5, 0xe8, 0xde, 0xbc, 0x12, 0x05, 0x71, 0xf2, 0x06, 0xf5, 0x4f, 0x74, 0x71, 0xa6, 0xf6, 0x41, 0x55, 0xd8, 0xd4, 0x3b, 0x71, 0xec, 0x0f, 0x49, 0xa1, 0x0f, 0xca, 0x2f, 0x26, 0x18, 0x36, 0x82, 0x8e, 0xe3, 0x72, 0xb3, 0x0b, 0x4c, 0x23, 0xac, 0xc7, 0xa5, 0xe9, 0xc3, 0x63, 0xaf, 0x93, 0xca, 0x93, 0x5d, 0x0e, 0x18, 0xf9, 0x91, 0xc1, 0x17, 0x3a, 0x2f, 0x14, 0x4b, 0xc7, 0xf3, 0x99, 0xc1, 0x54, 0xc0, 0x1d, 0x35, 0x4b, 0x28, 0x6c, 0xaf, 0x14, 0x02, 0x0e, 0x13, 0xc7, 0xec, 0x59, 0xd3, 0x30, 0xaa, 0x9b, 0xf3, 0x4b, 0xc8, 0xf0, 0x01, 0xf4, 0xc6, 0x54, 0x32, 0x3a, 0xb8, 0x79, 0x75, 0x8d, 0xb5, 0x3a, 0x21, 0xf2, 0x07, 0xfc, 0xf4, 0x15 } }; static const struct cckprng_op_generate op_init_6216 = { .hd = { .id = 5959, .kind = OP_GENERATE }, .rand_nbytes = 185, .out = { .rand = { 0x47, 0x9b, 0x86, 0x96, 0xd5, 0xef, 0xd6, 0x94, 0xf1, 0xe5, 0x80, 0x45, 0x1e, 0x93, 0x4c, 0xaf, 0x9a, 0xe8, 0x1a, 0xf5, 0x13, 0xe2, 0xec, 0x36, 0xc3, 0xd2, 0x15, 0x41, 0xc5, 0xf5, 0xa5, 0x43, 0xec, 0xd7, 0x13, 0x6a, 0xed, 0xdb, 0x00, 0xe9, 0xb2, 0xe8, 0x63, 0x5b, 0xd0, 0x6f, 0x85, 0x50, 0x79, 0x09, 0x5a, 0xf8, 0x30, 0xd2, 0x2c, 0x28, 0x72, 0x20, 0x5e, 0xc4, 0xfa, 0x87, 0xfd, 0x5f, 0x12, 0x06, 0x6f, 0x84, 0x13, 0xf0, 0x07, 0xe5, 0xe1, 0x66, 0x32, 0x4f, 0xe6, 0xe5, 0x96, 0x01, 0x20, 0xc7, 0x2c, 0x7a, 0x1b, 0xd6, 0xe7, 0xeb, 0x06, 0xc1, 0xa5, 0x32, 0xd6, 0x29, 0x7d, 0x98, 0x98, 0x87, 0x67, 0xfa, 0xb8, 0x79, 0x0c, 0xf2, 0x48, 0x2b, 0xda, 0xc6, 0x21, 0x0c, 0x0d, 0x10, 0xb0, 0xb4, 0x2d, 0x13, 0x13, 0x3d, 0x29, 0xf3, 0x61, 0x63, 0x82, 0x35, 0xba, 0xf9, 0x55, 0xe5, 0xbf, 0xb9, 0x09, 0x90, 0x38, 0x78, 0x86, 0x43, 0x24, 0x4b, 0x46, 0xfe, 0xa6, 0x4f, 0x9a, 0xc1, 0xad, 0x8f, 0x90, 0x2d, 0x64, 0xeb, 0xf2, 0x24, 0x07, 0x80, 0xe5, 0x4d, 0x05, 0x2c, 0x3d, 0x13, 0x5a, 0x7a, 0x03, 0x96, 0xfd, 0xd1, 0xc8, 0xab, 0x17, 0x19, 0xeb, 0xb1, 0x73, 0xcf, 0xc4, 0x85, 0xe2, 0x1c, 0x3c, 0xed, 0xe4, 0xe7, 0xf7, 0xe3, 0xe3 } } }; static const struct cckprng_op_refresh op_refresh_6217 = { .hd = { .id = 5960, .kind = OP_REFRESH }, .rand = 13333404217475028582ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6218 = { .hd = { .id = 5961, .kind = OP_REFRESH }, .rand = 6256900195140010645ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6219 = { .hd = { .id = 5962, .kind = OP_REFRESH }, .rand = 7163240723532213186ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6220 = { .hd = { .id = 5963, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0xa5, 0xa7, 0xb2, 0x93, 0x35, 0x03, 0x9b, 0x6a, 0x56, 0x13, 0xa7, 0x2d, 0xb9, 0xde, 0x5d, 0x19, 0xa0, 0xae, 0x3f, 0x3a, 0x4a, 0x2c, 0xc7, 0xd2, 0x19, 0xc0, 0x83, 0xe8, 0x67, 0x02, 0x0a, 0xe3, 0xba, 0x5f, 0x98, 0xe9, 0x96, 0x4d, 0x4c, 0x62, 0xc6, 0xa2, 0xfd, 0x9a, 0x31, 0xb8, 0x13, 0x65, 0x4b, 0xf6, 0x25, 0xcc, 0xa8, 0x5d, 0xc6, 0x62, 0xb3, 0xf3, 0xca, 0x9e, 0xb1, 0xaf, 0xcf, 0xe5, 0x87, 0x57, 0xcd, 0x42, 0x3d, 0xb4, 0x2c, 0x34, 0x70, 0x8f, 0x51, 0xc3, 0x73, 0x2a, 0xf6, 0x20, 0xb0, 0xbc, 0x8d, 0x07, 0x4c, 0xe8, 0x6c, 0x3e, 0xf4, 0x45, 0x03, 0xf7, 0x3f, 0x07, 0x28, 0xff, 0x5d, 0x89, 0x83, 0x3a, 0x41, 0xdc, 0xd0, 0x57, 0xf0, 0xc0, 0x37, 0x70, 0x0e, 0xde, 0xda, 0x2b, 0xaf, 0x81, 0xaa, 0x59, 0xaa, 0x06, 0xee, 0x35, 0x72, 0x44, 0x9a, 0x52, 0xd9, 0x35, 0x09, 0x6b, 0xb5, 0x5d, 0xc7, 0xa9, 0xe8, 0xe9, 0x37, 0x0c, 0x8b, 0xe8, 0x25, 0xb7, 0x8b, 0x78, 0x65, 0x5e, 0x91, 0x8a, 0x52, 0xf2, 0x80, 0xfa, 0xb0, 0xbb, 0x3f, 0x4a, 0x5e, 0x98, 0x60, 0x53, 0xdd, 0xaf, 0x0b, 0x2b, 0x85, 0x38, 0x2a, 0x47, 0xd5, 0x26, 0xaf, 0x56, 0x0c, 0x2d, 0x91, 0xed, 0xea, 0x33, 0x46, 0x08, 0xdf, 0xfe, 0x1e, 0xf7, 0x86, 0xb8, 0x3c, 0xa7, 0xaf, 0x1c, 0x6f, 0xf7, 0xaa, 0xde, 0xd2, 0xbb, 0xd7, 0x07, 0x95, 0xe9, 0x5a, 0x11, 0x5d, 0x98, 0x57, 0xec, 0xaa, 0x0d, 0x43, 0x05, 0x6c, 0xeb, 0xd1, 0x56, 0x13, 0x25, 0xf8, 0x95, 0xa6, 0x8a, 0xdc } } }; static const struct cckprng_op_generate op_init_6221 = { .hd = { .id = 5964, .kind = OP_GENERATE }, .rand_nbytes = 145, .out = { .rand = { 0xec, 0x3d, 0x12, 0x42, 0x8c, 0x4b, 0x7d, 0xfb, 0xe2, 0x46, 0x39, 0xfa, 0xec, 0x27, 0x03, 0x61, 0xf2, 0x3f, 0x95, 0xce, 0x2d, 0xa9, 0x06, 0x8e, 0xb7, 0xf2, 0xcc, 0x26, 0xf2, 0x73, 0x6c, 0xe9, 0x0c, 0x32, 0x63, 0xcf, 0xfc, 0xcd, 0xde, 0x20, 0x67, 0x6e, 0x6c, 0x31, 0xaa, 0x24, 0x90, 0x2d, 0x8c, 0x45, 0xa5, 0xd1, 0x20, 0x70, 0x77, 0x0d, 0x28, 0x5a, 0x89, 0x92, 0x7d, 0x2a, 0xcd, 0xf8, 0xb1, 0x30, 0xc6, 0x30, 0x26, 0xf8, 0xc6, 0x35, 0x4c, 0x31, 0x65, 0x00, 0xe7, 0x9d, 0xa5, 0x26, 0x1b, 0xb2, 0xc5, 0x38, 0xfe, 0x21, 0x94, 0x77, 0x61, 0x53, 0x0b, 0xb0, 0x0f, 0x04, 0x88, 0xc9, 0xa7, 0x07, 0xaf, 0x91, 0x74, 0x35, 0x8f, 0x16, 0x4b, 0xdb, 0xed, 0x63, 0x63, 0x73, 0xb2, 0x83, 0xd0, 0x8b, 0x3c, 0x4e, 0xa2, 0xc2, 0x71, 0x72, 0x6e, 0x88, 0xa7, 0x5d, 0x85, 0x09, 0x71, 0xbb, 0x52, 0xb5, 0x46, 0x84, 0x83, 0x5c, 0xa7, 0xef, 0x5c, 0xa9, 0x2d, 0x15, 0xe8, 0xbc, 0xd4, 0xc9, 0x87 } } }; static const struct cckprng_op_generate op_init_6222 = { .hd = { .id = 5965, .kind = OP_GENERATE }, .rand_nbytes = 213, .out = { .rand = { 0x84, 0x8f, 0x26, 0x1b, 0x9f, 0x71, 0x7e, 0x14, 0x54, 0x64, 0xf3, 0x61, 0x95, 0x75, 0x7b, 0xe2, 0x94, 0x9c, 0x82, 0x21, 0x02, 0x10, 0xae, 0x66, 0xde, 0xa5, 0x76, 0x51, 0xac, 0x11, 0x41, 0x93, 0x09, 0x27, 0xb2, 0x17, 0x46, 0x08, 0x73, 0xf3, 0xc0, 0x8c, 0xec, 0x2a, 0x8a, 0x86, 0x21, 0x66, 0x0e, 0xa9, 0x5a, 0xe2, 0xdc, 0x92, 0x9a, 0x9a, 0xb5, 0xb0, 0xdb, 0xc9, 0x5a, 0x31, 0xf7, 0x2e, 0xbc, 0x6a, 0x20, 0xa1, 0xcc, 0x07, 0x93, 0x05, 0x1c, 0xc3, 0xf4, 0xd0, 0x9b, 0xaa, 0xcf, 0x40, 0x2f, 0x72, 0x60, 0x4e, 0xb0, 0x96, 0x42, 0x80, 0x6f, 0x39, 0x0a, 0xab, 0x1f, 0xa3, 0x54, 0x97, 0x34, 0xf4, 0xa2, 0xc8, 0xa7, 0xcc, 0xb9, 0xef, 0xdf, 0x89, 0x8c, 0xd3, 0x99, 0xf6, 0x04, 0xf5, 0xda, 0xf0, 0x07, 0xba, 0xa9, 0x45, 0x14, 0x3d, 0xc1, 0x97, 0xaa, 0x8c, 0xbc, 0x93, 0x8e, 0xee, 0xd4, 0x33, 0x9a, 0x7a, 0x2e, 0x63, 0xf7, 0x50, 0x07, 0x7a, 0x1c, 0x35, 0x5d, 0xbb, 0xaa, 0xd1, 0x1c, 0x2e, 0x45, 0x68, 0x81, 0xfe, 0xe0, 0xd5, 0xd2, 0xc6, 0x67, 0xf6, 0x88, 0xc9, 0xb7, 0xeb, 0xd0, 0x2d, 0xea, 0xb7, 0x4f, 0x87, 0x8d, 0xd2, 0x09, 0x79, 0xdb, 0x57, 0x05, 0xa2, 0xc6, 0xfa, 0xc4, 0xb2, 0xd2, 0x8c, 0xbe, 0x08, 0x6c, 0xd3, 0xed, 0xb9, 0x13, 0x24, 0x94, 0x93, 0x8e, 0x78, 0x55, 0xf5, 0x3f, 0xc1, 0xc0, 0x54, 0xef, 0x5c, 0x91, 0xda, 0xcb, 0x88, 0x73, 0x65, 0xcd, 0x12, 0xeb, 0x16, 0x6d, 0x6c, 0x28 } } }; static const struct cckprng_op_reseed op_reseed_6223 = { .hd = { .id = 5966, .kind = OP_RESEED }, .nonce = 8362093752528482171ULL, .seed_nbytes = 261, .seed = { 0x0a, 0xc3, 0x24, 0xbe, 0x7e, 0x50, 0x14, 0x40, 0x19, 0x04, 0x3f, 0x38, 0xbc, 0x9f, 0x27, 0x53, 0x12, 0x99, 0xa2, 0x52, 0x77, 0x23, 0xd1, 0x45, 0x39, 0xe9, 0xc1, 0x63, 0x95, 0x52, 0xfd, 0xcd, 0x97, 0x1a, 0xde, 0x91, 0x2e, 0xb0, 0x5b, 0x36, 0x9b, 0xe7, 0x61, 0x01, 0x64, 0xb4, 0xb3, 0xb4, 0xcb, 0x00, 0x91, 0xf6, 0x79, 0x87, 0x1e, 0xb9, 0x07, 0x18, 0xc8, 0x2e, 0x53, 0xaf, 0xe3, 0x7e, 0x67, 0x74, 0x86, 0x5a, 0x8b, 0xfc, 0x5b, 0xaf, 0x22, 0xa1, 0xfd, 0x13, 0xce, 0x4c, 0x32, 0x99, 0x1e, 0xe7, 0xd6, 0x78, 0x5c, 0x65, 0xb7, 0x82, 0x0a, 0x4b, 0xd5, 0x7a, 0x26, 0x56, 0xfc, 0x5e, 0xf8, 0xcd, 0xd0, 0x83, 0x38, 0x41, 0xcf, 0xee, 0x75, 0x6e, 0xe2, 0x33, 0xdd, 0x56, 0x8e, 0xda, 0xc1, 0x64, 0x61, 0x97, 0x73, 0x35, 0x60, 0x18, 0x28, 0x32, 0xa0, 0xa5, 0xb5, 0x32, 0xd0, 0x6b, 0x62, 0xb8, 0x19, 0x85, 0xf6, 0x7b, 0xa3, 0x1c, 0xce, 0xbe, 0xcb, 0x03, 0x85, 0xde, 0x13, 0x27, 0xd0, 0xcc, 0x50, 0xa4, 0x97, 0x79, 0x5d, 0xa7, 0x45, 0x8c, 0x1e, 0xc1, 0x7c, 0x8d, 0x3f, 0xd4, 0x80, 0xa4, 0xc8, 0x81, 0xde, 0x87, 0x38, 0x29, 0x1f, 0x56, 0x85, 0x7e, 0x74, 0xa8, 0x83, 0x17, 0xaa, 0xdc, 0xe8, 0xb6, 0xa5, 0x85, 0x32, 0x29, 0x57, 0x48, 0x40, 0x58, 0xb4, 0xdd, 0x8d, 0x5f, 0xf5, 0x25, 0xf3, 0x28, 0xd6, 0x93, 0x32, 0x73, 0xcd, 0xa9, 0x97, 0xfd, 0x58, 0x21, 0xc8, 0x2a, 0xbf, 0x8f, 0x03, 0x7f, 0xd4, 0xc3, 0x89, 0x68, 0x20, 0xbb, 0xca, 0xe5, 0xd1, 0xac, 0x7a, 0x8e, 0xc0, 0x81, 0x00, 0xf9, 0x86, 0xf5, 0xf5, 0x68, 0x2b, 0x81, 0x06, 0x55, 0xf2, 0x7c, 0x7b, 0x58, 0xa8, 0x0f, 0xac, 0x31, 0xf0, 0x4c, 0x95, 0xdc, 0x54, 0x15, 0xf4, 0xa4, 0x57, 0xd2, 0xf2, 0x43, 0xc1, 0x17, 0x67, 0x97, 0x03 } }; static const struct cckprng_op_refresh op_refresh_6224 = { .hd = { .id = 5967, .kind = OP_REFRESH }, .rand = 3518806021660396446ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6225 = { .hd = { .id = 5968, .kind = OP_RESEED }, .nonce = 17198786586271984420ULL, .seed_nbytes = 187, .seed = { 0x35, 0x4e, 0x0f, 0xa5, 0x60, 0x63, 0x30, 0xe2, 0x1c, 0x14, 0x79, 0x31, 0xac, 0x56, 0x23, 0x1b, 0x50, 0xa8, 0xf1, 0x75, 0x58, 0x5f, 0x9f, 0x4d, 0x2b, 0xcb, 0xd3, 0x5c, 0xdb, 0x88, 0xc6, 0xc8, 0xe9, 0xc0, 0xe2, 0xbc, 0x6d, 0x3a, 0x46, 0xd5, 0x1b, 0x7e, 0x11, 0xd2, 0x43, 0x11, 0xd8, 0x68, 0x4c, 0xd6, 0xb3, 0xad, 0x8f, 0x4e, 0x19, 0x7b, 0xdf, 0xa2, 0xdd, 0xf0, 0x4b, 0x47, 0xae, 0xc8, 0xc9, 0x08, 0xe1, 0x1e, 0xa1, 0xcb, 0x8e, 0x08, 0x5e, 0x1a, 0x3c, 0x2e, 0x78, 0x41, 0x6d, 0x32, 0x54, 0x33, 0xa8, 0xa2, 0xc6, 0xaa, 0xd5, 0xdc, 0xe5, 0xb9, 0xff, 0x5b, 0x3e, 0xa8, 0x11, 0x50, 0x24, 0x0e, 0x1a, 0xde, 0x07, 0x1e, 0xb0, 0x2d, 0xdc, 0x81, 0xe2, 0xb6, 0x40, 0xad, 0x53, 0x71, 0xf8, 0x43, 0xb8, 0x48, 0xc2, 0x63, 0x32, 0xdf, 0xe9, 0x6d, 0x98, 0x80, 0x94, 0xb2, 0x50, 0xb5, 0x4f, 0x4a, 0x41, 0x90, 0xf3, 0x1c, 0xd4, 0x11, 0xec, 0xd8, 0x85, 0x4a, 0xb9, 0x52, 0x28, 0xf0, 0x60, 0xe2, 0x3f, 0xb7, 0xfa, 0x12, 0x7f, 0xf6, 0x36, 0x81, 0xfc, 0xe1, 0xb1, 0x6c, 0x4b, 0xfb, 0x2f, 0xb9, 0x1e, 0xe2, 0xc0, 0x1e, 0x69, 0x13, 0x13, 0x68, 0x84, 0xf6, 0x7b, 0x05, 0x1a, 0xac, 0xda, 0x97, 0xc2, 0xc6, 0xca, 0x80, 0x24, 0xa7, 0x6c, 0xd6, 0x2d } }; static const struct cckprng_op_reseed op_reseed_6226 = { .hd = { .id = 5969, .kind = OP_RESEED }, .nonce = 13441587713183061948ULL, .seed_nbytes = 51, .seed = { 0x79, 0x32, 0x59, 0xf7, 0x39, 0x9c, 0xce, 0x83, 0x78, 0x62, 0x4a, 0x7d, 0xe8, 0xf4, 0x12, 0x00, 0x32, 0xb6, 0xbe, 0xab, 0xbf, 0xa4, 0xae, 0x9c, 0x1f, 0x0f, 0x63, 0x08, 0x57, 0xd4, 0xcd, 0x23, 0xbd, 0xe1, 0xbd, 0x3b, 0xdc, 0x5d, 0xbe, 0xe9, 0xbf, 0x6d, 0xd5, 0x62, 0x04, 0xc3, 0x0a, 0x07, 0x5e, 0xd8, 0x7f } }; static const struct cckprng_op_reseed op_reseed_6227 = { .hd = { .id = 5970, .kind = OP_RESEED }, .nonce = 556519523908824597ULL, .seed_nbytes = 125, .seed = { 0x38, 0x05, 0x49, 0xec, 0x21, 0xe6, 0xed, 0xba, 0xdb, 0x78, 0x2a, 0x4f, 0x10, 0xc7, 0x32, 0x60, 0xb8, 0x93, 0x6d, 0x03, 0xa4, 0xdb, 0x54, 0x80, 0x17, 0x2d, 0x01, 0x7d, 0x4a, 0xc7, 0x76, 0x99, 0xd0, 0x5c, 0x6b, 0x68, 0x5c, 0x5a, 0xeb, 0xed, 0xb5, 0x87, 0xc5, 0x14, 0x9a, 0x4c, 0x07, 0xd8, 0xb4, 0x73, 0xb1, 0xd6, 0xb7, 0x8c, 0xb0, 0x4b, 0xc3, 0x7d, 0xa0, 0xe9, 0x6e, 0xde, 0x8a, 0xa6, 0xdb, 0x09, 0x63, 0xc3, 0x5d, 0x71, 0xc7, 0x7c, 0xde, 0x57, 0x28, 0xc9, 0xc6, 0x69, 0x76, 0x84, 0x79, 0x51, 0x2a, 0x1c, 0x9e, 0x4c, 0x4e, 0x5f, 0x5b, 0x25, 0xf5, 0x21, 0x6e, 0xac, 0x47, 0xe6, 0xb5, 0xf0, 0x40, 0x09, 0x2a, 0x14, 0xfc, 0x9e, 0x36, 0xa2, 0xfa, 0x79, 0x5c, 0x90, 0x61, 0x53, 0x73, 0x92, 0xfa, 0x46, 0x09, 0xc7, 0x51, 0xf6, 0x2a, 0x3c, 0xbd, 0x6e, 0x1d } }; static const struct cckprng_op_reseed op_reseed_6228 = { .hd = { .id = 5971, .kind = OP_RESEED }, .nonce = 15616985606695208634ULL, .seed_nbytes = 276, .seed = { 0xc6, 0x15, 0x44, 0xf8, 0xcb, 0xe8, 0xf2, 0x17, 0x75, 0xfb, 0x3c, 0xe1, 0x8c, 0x50, 0xe7, 0x07, 0xc6, 0x59, 0x34, 0xbb, 0xe5, 0x45, 0xb2, 0x74, 0x14, 0x2a, 0x07, 0x4b, 0xb7, 0x3e, 0x30, 0xb5, 0x61, 0xde, 0xa8, 0x75, 0xb4, 0xdd, 0xa7, 0xa2, 0xec, 0x11, 0xa9, 0x95, 0x8c, 0xdc, 0x41, 0x81, 0x81, 0x13, 0x1e, 0xa7, 0x62, 0xea, 0x93, 0xc7, 0x35, 0x60, 0x21, 0xf5, 0x77, 0x9e, 0x7b, 0x1b, 0x72, 0xed, 0x5e, 0xf2, 0x60, 0xed, 0x74, 0xfb, 0x00, 0x58, 0x0f, 0x4b, 0x08, 0x0f, 0x58, 0x71, 0x42, 0x81, 0x59, 0xd5, 0x7a, 0xe9, 0x97, 0x54, 0xc2, 0x77, 0x0e, 0x69, 0x27, 0x3c, 0x39, 0x85, 0xd3, 0xdc, 0x31, 0xd2, 0x2d, 0xfc, 0x20, 0x4c, 0x2c, 0x37, 0xb9, 0xc3, 0xb4, 0x4f, 0xd5, 0x7a, 0x51, 0xb7, 0x2b, 0xfa, 0xd0, 0xe5, 0xf2, 0x5f, 0x5b, 0x44, 0x51, 0xbd, 0x30, 0x31, 0x11, 0x09, 0x92, 0x62, 0x71, 0x28, 0x09, 0xe4, 0x07, 0x8a, 0x94, 0x5d, 0x3b, 0x18, 0xc5, 0xf6, 0xef, 0xdd, 0xff, 0x0f, 0x3d, 0xa3, 0x14, 0x06, 0xcd, 0x76, 0x78, 0x37, 0x77, 0x1d, 0x39, 0x7f, 0x33, 0x08, 0x3d, 0x88, 0xf3, 0x8c, 0x43, 0xda, 0x8d, 0x30, 0x2e, 0x3c, 0x9e, 0x59, 0xbf, 0x7d, 0x5b, 0xf8, 0xdc, 0x80, 0xb1, 0x8a, 0x97, 0x24, 0xe4, 0xb7, 0xa9, 0x3b, 0xbd, 0x1a, 0x73, 0x7b, 0x2d, 0x80, 0xfa, 0x37, 0x91, 0x03, 0x32, 0xa8, 0xed, 0x66, 0xfb, 0x80, 0x8a, 0xe9, 0x2e, 0x81, 0xa8, 0x4e, 0xee, 0x4a, 0xa8, 0x9b, 0x4e, 0xd1, 0x28, 0xe8, 0xdc, 0x7f, 0x04, 0x62, 0x5c, 0xa2, 0x44, 0xb8, 0xcb, 0x1d, 0x04, 0xdd, 0x8d, 0x6e, 0x1f, 0x2a, 0x46, 0xcb, 0x0a, 0xb8, 0xf6, 0x4a, 0xcc, 0xa2, 0xe5, 0x34, 0xbe, 0x5a, 0x29, 0x23, 0x6c, 0x8d, 0xed, 0x40, 0x35, 0x67, 0x77, 0x4c, 0xe1, 0xfc, 0xdd, 0xfe, 0xed, 0xd9, 0x4a, 0xe3, 0x81, 0xcc, 0x44, 0x1c, 0x54, 0xbe, 0xac, 0xc2, 0xde, 0x99, 0x8d, 0x7f, 0x0d, 0x99 } }; static const struct cckprng_op_reseed op_reseed_6229 = { .hd = { .id = 5972, .kind = OP_RESEED }, .nonce = 4417153032078844449ULL, .seed_nbytes = 164, .seed = { 0x7e, 0x6d, 0x53, 0xa9, 0xc9, 0x5d, 0xca, 0xbd, 0x26, 0x9e, 0x08, 0x75, 0x68, 0x6f, 0x63, 0x1c, 0xf7, 0xe0, 0x45, 0x5e, 0x94, 0x59, 0x26, 0xaa, 0x99, 0x28, 0xc8, 0x85, 0x8a, 0xe4, 0x75, 0xec, 0x16, 0x13, 0x32, 0x29, 0xcc, 0xe4, 0x43, 0xe3, 0x93, 0x44, 0xf4, 0xad, 0xa3, 0x21, 0x8a, 0x53, 0xcd, 0x8a, 0x43, 0x99, 0xc9, 0x01, 0x90, 0x2b, 0xf3, 0x4c, 0x8c, 0x1c, 0xa2, 0xa1, 0x95, 0x9f, 0x50, 0xcf, 0x97, 0x34, 0x4d, 0x12, 0x6a, 0x9f, 0xf4, 0x6e, 0xf1, 0x04, 0x6c, 0x9b, 0x66, 0xf0, 0xf1, 0x0c, 0xb0, 0xf0, 0xda, 0x3c, 0x33, 0xdd, 0xae, 0x4d, 0x10, 0xcf, 0xd6, 0x0b, 0x6b, 0xc6, 0xfb, 0x79, 0x0a, 0x48, 0x42, 0xf4, 0x04, 0x7c, 0x4e, 0x30, 0x9d, 0x20, 0xe4, 0x13, 0x64, 0x71, 0xea, 0x95, 0xd4, 0x8b, 0xc6, 0xb6, 0x0a, 0x91, 0x68, 0x29, 0x1c, 0xad, 0x58, 0x12, 0xd2, 0x66, 0xce, 0x5c, 0x39, 0xd1, 0x52, 0x25, 0x65, 0x05, 0xb7, 0xc0, 0x63, 0x83, 0x41, 0x93, 0xbd, 0x40, 0x1c, 0xa8, 0x6e, 0xed, 0xa9, 0x3f, 0x60, 0x1a, 0x8c, 0xfd, 0xf4, 0x48, 0x2e, 0x52, 0xed, 0xa9, 0xf7, 0x48, 0xee, 0x1f } }; static const struct cckprng_op_reseed op_reseed_6230 = { .hd = { .id = 5973, .kind = OP_RESEED }, .nonce = 17872884813038047894ULL, .seed_nbytes = 135, .seed = { 0x5b, 0xdc, 0x42, 0x5f, 0x7a, 0x50, 0xee, 0x7b, 0x75, 0x98, 0x1f, 0xa4, 0x7b, 0x76, 0x3e, 0x9e, 0x32, 0x2f, 0x85, 0xb5, 0x80, 0x6c, 0xd4, 0x3d, 0x51, 0x1f, 0x38, 0x46, 0xef, 0x21, 0x86, 0xf2, 0x64, 0xb3, 0xe8, 0x62, 0x2f, 0xee, 0x2c, 0xfe, 0x06, 0x79, 0x22, 0xce, 0x86, 0xda, 0x03, 0x7e, 0xee, 0x81, 0xa4, 0xc5, 0x93, 0x73, 0x20, 0xdd, 0x8a, 0xf3, 0x1b, 0xbe, 0x70, 0x62, 0xca, 0xee, 0x46, 0xb2, 0x9d, 0x48, 0xae, 0xed, 0x09, 0x8b, 0x7b, 0x51, 0xa5, 0x32, 0xd4, 0x23, 0x2a, 0x53, 0x99, 0x1f, 0x44, 0x4e, 0xb7, 0x27, 0xa1, 0x2b, 0x29, 0xd6, 0xf9, 0xb9, 0xad, 0xef, 0xee, 0xaf, 0x9c, 0xcd, 0x25, 0x8a, 0xe0, 0x04, 0x6d, 0x8c, 0xf1, 0xee, 0x0a, 0x26, 0xcb, 0x5c, 0xfb, 0xdb, 0x4a, 0x27, 0x31, 0x58, 0x0e, 0x12, 0x88, 0xac, 0x59, 0x7e, 0x9e, 0x33, 0xda, 0xe0, 0x20, 0x37, 0x5d, 0x82, 0xa1, 0xf6, 0x5a, 0x3f, 0xf6 } }; static const struct cckprng_op_generate op_init_6231 = { .hd = { .id = 5974, .kind = OP_GENERATE }, .rand_nbytes = 227, .out = { .rand = { 0xf7, 0x3e, 0xee, 0xa7, 0x55, 0x42, 0xe3, 0x4a, 0x76, 0x04, 0xd1, 0xdd, 0xee, 0xe3, 0x55, 0x5c, 0x8a, 0x8d, 0x99, 0x9d, 0x3a, 0xb2, 0xe5, 0x89, 0x87, 0x3c, 0x03, 0xe1, 0xc0, 0x11, 0xda, 0x55, 0x5a, 0xf6, 0xa3, 0xa6, 0x85, 0xf8, 0x87, 0xe7, 0x48, 0xc9, 0x2b, 0xb4, 0x7e, 0x36, 0xff, 0xd4, 0xad, 0x51, 0x21, 0x7b, 0x85, 0x16, 0xf5, 0x23, 0xd5, 0xbb, 0x5e, 0x36, 0xe9, 0x6b, 0x70, 0xc9, 0x89, 0x52, 0x9a, 0x96, 0xff, 0x35, 0x38, 0x5d, 0xe5, 0x6f, 0x2b, 0xb3, 0x38, 0xc9, 0x0b, 0x09, 0x69, 0x55, 0xc6, 0xe4, 0xc6, 0xad, 0xd0, 0xe8, 0x40, 0x98, 0xfa, 0x66, 0xda, 0x75, 0x5c, 0xad, 0xe9, 0x9b, 0xa5, 0xe6, 0xb1, 0x79, 0xe5, 0x69, 0x6a, 0x93, 0x64, 0x25, 0x60, 0x8d, 0xb7, 0xe4, 0x71, 0xf4, 0x27, 0x69, 0x53, 0x1f, 0x36, 0xae, 0xbc, 0x0b, 0xbc, 0xe4, 0x13, 0xba, 0x76, 0x01, 0x63, 0xd8, 0x2d, 0x52, 0xe6, 0x0c, 0xa5, 0x4d, 0x08, 0xc1, 0x12, 0x7e, 0xe0, 0x88, 0xdf, 0x86, 0x36, 0xf0, 0x60, 0xe3, 0xea, 0x8c, 0x31, 0x35, 0x4b, 0xa5, 0x31, 0x4c, 0x61, 0x92, 0x62, 0xf5, 0x88, 0x6d, 0x61, 0xf9, 0xc2, 0xee, 0xff, 0x8a, 0x8c, 0x1f, 0x89, 0xbd, 0x49, 0x43, 0xb9, 0xaf, 0x48, 0x43, 0x33, 0x6c, 0xa4, 0x6f, 0xde, 0x63, 0xd1, 0xdf, 0x40, 0x57, 0x3f, 0x65, 0x11, 0x44, 0x67, 0xbe, 0x0e, 0x66, 0xa3, 0x61, 0x79, 0xd5, 0x78, 0xb7, 0x22, 0x88, 0xa8, 0xcd, 0x72, 0xb6, 0xc6, 0xfa, 0xd6, 0x13, 0x33, 0x05, 0xe0, 0x36, 0x65, 0x43, 0xe0, 0x1e, 0x0e, 0x9a, 0xce, 0x61, 0x6d, 0x89, 0x68 } } }; static const struct cckprng_op_refresh op_refresh_6232 = { .hd = { .id = 5975, .kind = OP_REFRESH }, .rand = 12539752748418264137ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6233 = { .hd = { .id = 5976, .kind = OP_GENERATE }, .rand_nbytes = 61, .out = { .rand = { 0xcc, 0x7d, 0x4e, 0x89, 0x0b, 0xeb, 0x99, 0x56, 0x13, 0xa4, 0x90, 0x64, 0x91, 0xf2, 0xdf, 0x9f, 0x99, 0x37, 0x14, 0x75, 0xa2, 0x92, 0x5f, 0x34, 0x60, 0x4b, 0xe6, 0xc7, 0x44, 0x99, 0xbd, 0x4f, 0xb3, 0xd7, 0x18, 0xf1, 0xba, 0x13, 0x06, 0xcf, 0x29, 0xbf, 0x85, 0xc0, 0xd8, 0xde, 0x4d, 0x1f, 0x37, 0xb4, 0xe3, 0xd5, 0x1c, 0xc4, 0xf8, 0xd0, 0x81, 0xad, 0xa1, 0xbd, 0x89 } } }; static const struct cckprng_op_reseed op_reseed_6234 = { .hd = { .id = 5977, .kind = OP_RESEED }, .nonce = 6849596129928539082ULL, .seed_nbytes = 222, .seed = { 0x6d, 0x5e, 0x3a, 0x56, 0xde, 0x9e, 0xcd, 0xf6, 0x5f, 0x0a, 0xe2, 0x57, 0x15, 0x0e, 0x2e, 0xba, 0xad, 0x23, 0x0c, 0x4a, 0xb3, 0xe2, 0xcc, 0x96, 0x04, 0x90, 0xa0, 0x3e, 0x91, 0x38, 0x7a, 0xeb, 0xc5, 0x0c, 0xda, 0xfa, 0xd9, 0x24, 0x72, 0xa3, 0xda, 0xe9, 0xe9, 0x32, 0x75, 0xd6, 0x65, 0xe9, 0x26, 0x3f, 0xdf, 0x24, 0x6d, 0x73, 0xdc, 0xc7, 0x7e, 0xf1, 0x52, 0x39, 0x76, 0x0c, 0x1a, 0x1e, 0xc3, 0xab, 0x6e, 0x5a, 0x3c, 0x7d, 0xc5, 0x0c, 0x25, 0xa1, 0xe1, 0xdf, 0x1d, 0x6d, 0x77, 0x67, 0x37, 0xee, 0xbf, 0x73, 0x4c, 0xe3, 0x55, 0x51, 0xdb, 0xa6, 0x08, 0xf3, 0x32, 0x56, 0x5b, 0xcd, 0x7b, 0x52, 0x2b, 0x7b, 0xb1, 0x61, 0xd4, 0x5a, 0x53, 0x40, 0xf3, 0xad, 0x30, 0x92, 0x1a, 0x7b, 0xb3, 0xce, 0x41, 0xc2, 0xe5, 0x86, 0x7c, 0x9f, 0x37, 0xcf, 0x2c, 0xfc, 0xf0, 0x9a, 0xe9, 0xf5, 0x83, 0x1d, 0xef, 0xde, 0xed, 0x16, 0xd1, 0x50, 0x16, 0xdc, 0x6a, 0x5a, 0x00, 0xa9, 0xc1, 0xa0, 0x42, 0xb4, 0x89, 0x0c, 0xd0, 0x30, 0xae, 0x59, 0x78, 0x4a, 0xf5, 0x25, 0x2c, 0xe1, 0x7b, 0xa0, 0x7b, 0x9a, 0x29, 0xb4, 0x99, 0x9b, 0xa1, 0x26, 0x0c, 0xae, 0x14, 0x77, 0x2e, 0x52, 0x4c, 0xdf, 0xf4, 0x1c, 0x4b, 0xfb, 0x21, 0x61, 0x3a, 0xdb, 0xf8, 0xcd, 0x0b, 0x4a, 0xdb, 0xe5, 0x70, 0xc3, 0x00, 0x41, 0xf8, 0xcf, 0xb0, 0x14, 0x3b, 0xbc, 0x2b, 0x8f, 0xf7, 0x3b, 0xa3, 0xb8, 0x7d, 0xdf, 0xa2, 0xf8, 0xa7, 0x5c, 0x60, 0xca, 0x44, 0x2a, 0x8b, 0x88, 0x12, 0x60, 0x51, 0xdb } }; static const struct cckprng_op_reseed op_reseed_6235 = { .hd = { .id = 5978, .kind = OP_RESEED }, .nonce = 11821357811995563651ULL, .seed_nbytes = 184, .seed = { 0x6b, 0x54, 0xd6, 0xcd, 0xa7, 0x4b, 0x38, 0x32, 0x68, 0x4d, 0xc2, 0x3f, 0x97, 0xc4, 0xbb, 0x0d, 0xb8, 0xae, 0xa3, 0x4e, 0xb8, 0x35, 0x37, 0x93, 0x4b, 0xc3, 0xf1, 0x54, 0x47, 0x55, 0x8a, 0xa7, 0x16, 0x22, 0xf7, 0x5c, 0xb2, 0x34, 0x5c, 0x0e, 0xb9, 0x22, 0x01, 0x26, 0xc7, 0x26, 0xfd, 0x3c, 0x0f, 0x86, 0xd6, 0xdb, 0x01, 0x4a, 0xe1, 0x58, 0x5b, 0x47, 0xb7, 0xfa, 0x5e, 0xdd, 0xa5, 0xbe, 0x90, 0x73, 0x2d, 0xfe, 0x54, 0x00, 0xab, 0xb3, 0xb5, 0x9f, 0x38, 0x4b, 0x01, 0xdd, 0xc2, 0x4e, 0x94, 0x44, 0x77, 0xbe, 0x57, 0xbf, 0xb9, 0x0b, 0x7e, 0x74, 0x9f, 0xa5, 0x40, 0xc0, 0x8b, 0x26, 0xe6, 0x89, 0xcd, 0xc7, 0x27, 0x22, 0x0f, 0x81, 0x6b, 0xf3, 0x91, 0xf8, 0x3d, 0x54, 0x5a, 0x11, 0x3a, 0xa4, 0x36, 0x17, 0xfd, 0xb3, 0xd2, 0xc0, 0x12, 0x82, 0x7f, 0xaa, 0x28, 0x3d, 0x2a, 0xe5, 0x58, 0xc2, 0x54, 0x08, 0x96, 0x3e, 0x89, 0xa1, 0x22, 0x61, 0x2a, 0x66, 0x4a, 0xaa, 0x0d, 0xed, 0xfe, 0xfe, 0x81, 0xb0, 0xc9, 0x9d, 0xdf, 0xdd, 0xc9, 0xd7, 0x45, 0x40, 0x36, 0x75, 0x68, 0x48, 0x61, 0x16, 0xdc, 0x07, 0x63, 0x59, 0x75, 0x23, 0x9e, 0xe2, 0x06, 0xdb, 0x5c, 0xfd, 0x1c, 0x4a, 0x73, 0xf6, 0xed, 0x0c, 0x12, 0x1a, 0xe1, 0x62 } }; static const struct cckprng_op_reseed op_reseed_6236 = { .hd = { .id = 5979, .kind = OP_RESEED }, .nonce = 8418976861283970416ULL, .seed_nbytes = 36, .seed = { 0xc1, 0xee, 0x5c, 0x38, 0x6e, 0x3f, 0xaf, 0x35, 0x45, 0x07, 0x7d, 0xb2, 0xe2, 0x6c, 0x25, 0x3f, 0x6d, 0x79, 0xbc, 0xc4, 0xce, 0xec, 0x9a, 0xd4, 0x8b, 0x72, 0x2d, 0xb1, 0x61, 0xa4, 0x99, 0x4b, 0xbe, 0x37, 0xfe, 0xdd } }; static const struct cckprng_op_reseed op_reseed_6237 = { .hd = { .id = 5980, .kind = OP_RESEED }, .nonce = 9821882362799511627ULL, .seed_nbytes = 269, .seed = { 0xf4, 0xf7, 0x75, 0xe3, 0x6a, 0x60, 0x6b, 0x77, 0x09, 0xaa, 0x30, 0xea, 0x3d, 0x1a, 0xe9, 0xf0, 0x2c, 0x93, 0x9a, 0x3e, 0x2d, 0xda, 0x60, 0x54, 0x63, 0x67, 0xe5, 0xee, 0xf1, 0x85, 0x2b, 0x23, 0x10, 0x15, 0x2a, 0xa1, 0xc3, 0x4e, 0x36, 0x9b, 0x5e, 0x3d, 0x6c, 0xae, 0xeb, 0xef, 0xba, 0x18, 0x26, 0x74, 0x43, 0xd9, 0x7d, 0xf2, 0xcb, 0x9d, 0x9f, 0x97, 0x6e, 0xdf, 0xfb, 0xcf, 0x64, 0x50, 0x78, 0x93, 0x71, 0x29, 0xa1, 0x2c, 0xa8, 0xf3, 0xe2, 0x64, 0xa1, 0xc6, 0xf7, 0x76, 0x5d, 0xbe, 0x61, 0x07, 0xc9, 0xfe, 0x3b, 0xb4, 0xa5, 0x64, 0xaa, 0x37, 0x38, 0xc8, 0x7d, 0x27, 0x79, 0xc9, 0x4c, 0xf7, 0x35, 0x2c, 0xec, 0x28, 0xef, 0x5b, 0x67, 0x2e, 0x1a, 0xcb, 0x62, 0x3b, 0x48, 0x3e, 0x07, 0xd3, 0x2c, 0xf1, 0x7e, 0xb3, 0x71, 0xd8, 0xd1, 0x12, 0x2b, 0x58, 0xf3, 0xab, 0x34, 0x81, 0x39, 0x22, 0x6c, 0x2e, 0x17, 0x8a, 0x10, 0xba, 0x68, 0xd6, 0x0b, 0x8d, 0x13, 0x46, 0x55, 0xea, 0xda, 0x82, 0x11, 0x16, 0x7e, 0xfc, 0xec, 0x42, 0xa5, 0x5c, 0x70, 0x29, 0xad, 0x6e, 0xed, 0xb6, 0x80, 0x1c, 0x86, 0xf5, 0xe4, 0x22, 0xcd, 0x30, 0xb7, 0x35, 0x2d, 0x64, 0x8c, 0xcc, 0x39, 0x04, 0x6c, 0xb4, 0xa8, 0xef, 0xda, 0x33, 0x85, 0xc6, 0xf3, 0x55, 0xc3, 0x73, 0x0d, 0x32, 0x97, 0x9c, 0xd6, 0x9b, 0x70, 0x55, 0x3c, 0xba, 0x63, 0x59, 0x51, 0x11, 0xad, 0xb8, 0xdc, 0xc4, 0xef, 0xcb, 0xdb, 0x30, 0x1c, 0xb1, 0x9c, 0xd3, 0x49, 0xab, 0x3c, 0x74, 0xb8, 0x85, 0xe7, 0xdf, 0x0c, 0x3a, 0xb2, 0x22, 0x5b, 0xcd, 0x6b, 0x6c, 0x45, 0x77, 0x0e, 0xa4, 0xd2, 0xd5, 0xc9, 0x51, 0xa9, 0x83, 0xaa, 0xc5, 0x3d, 0x8e, 0xbc, 0xce, 0x8a, 0xb6, 0xde, 0x59, 0x91, 0xad, 0x78, 0x33, 0x76, 0x93, 0xeb, 0xc1, 0xc7, 0x6d, 0x5e, 0x12, 0x22, 0x03, 0x6a, 0x0d, 0xd0, 0xf5, 0x25 } }; static const struct cckprng_op_reseed op_reseed_6238 = { .hd = { .id = 5981, .kind = OP_RESEED }, .nonce = 18111846399353923802ULL, .seed_nbytes = 140, .seed = { 0x53, 0x0c, 0x0a, 0x81, 0xd9, 0xf4, 0x28, 0xf8, 0x1e, 0xac, 0xba, 0x89, 0x4d, 0x88, 0xb2, 0x62, 0x8a, 0x17, 0x6e, 0x1d, 0x8b, 0xbf, 0x17, 0xff, 0x1e, 0xb5, 0xcf, 0x4e, 0x8b, 0xba, 0x63, 0x3c, 0xa9, 0x90, 0xe4, 0x9a, 0x23, 0x25, 0x15, 0x57, 0x00, 0x67, 0x8c, 0x62, 0x81, 0x63, 0x0d, 0x78, 0x07, 0xf4, 0xa9, 0xe1, 0x4a, 0x67, 0x41, 0xe5, 0x95, 0x82, 0x84, 0x8c, 0x90, 0xa8, 0xae, 0x1a, 0x92, 0xe2, 0x37, 0xf5, 0x15, 0x86, 0x9f, 0x27, 0x7d, 0xfe, 0xb4, 0x65, 0x7e, 0x9e, 0x21, 0xe5, 0xaa, 0x7f, 0x77, 0x5f, 0x4a, 0x5e, 0xc1, 0x47, 0x3e, 0xd0, 0x11, 0x98, 0xe9, 0xa5, 0x8e, 0x52, 0xe9, 0x24, 0x29, 0xdb, 0xc0, 0xdf, 0x41, 0x7f, 0x05, 0xb4, 0xd9, 0x9a, 0x76, 0xb8, 0x72, 0x9d, 0x38, 0x4f, 0xcd, 0xbc, 0xf5, 0xe6, 0xd4, 0xc1, 0xfc, 0xa8, 0x0e, 0xfe, 0xfa, 0xd2, 0xb1, 0x2d, 0xc4, 0x89, 0xbc, 0x4f, 0xca, 0xc4, 0xde, 0x23, 0x1e, 0x46, 0x16, 0x8b } }; static const struct cckprng_op_generate op_init_6239 = { .hd = { .id = 5982, .kind = OP_GENERATE }, .rand_nbytes = 251, .out = { .rand = { 0x09, 0xca, 0x2d, 0x78, 0x40, 0x43, 0xe8, 0x58, 0x8c, 0xae, 0xde, 0xc9, 0x41, 0xca, 0x8d, 0x99, 0x2e, 0x98, 0xdc, 0xcc, 0xef, 0xe0, 0x55, 0xb4, 0xe0, 0x0a, 0xf8, 0x15, 0xfc, 0x5c, 0xff, 0x6f, 0x5e, 0x84, 0x64, 0xf7, 0xce, 0xe6, 0xaf, 0x58, 0x02, 0x22, 0x9a, 0xe0, 0x7a, 0x97, 0x52, 0x12, 0x94, 0x66, 0xd9, 0x7e, 0xa2, 0x29, 0x26, 0xf3, 0x01, 0x22, 0x6a, 0x7e, 0x65, 0x02, 0xae, 0x78, 0x41, 0x49, 0xcf, 0x17, 0x3e, 0xf7, 0x41, 0xde, 0xfa, 0x01, 0xfc, 0xac, 0x05, 0x62, 0xa2, 0xb9, 0xf2, 0x8f, 0xf0, 0xe9, 0x9a, 0x60, 0xa9, 0x26, 0x2e, 0x1b, 0x12, 0x43, 0x1a, 0xcc, 0x7d, 0x84, 0x28, 0xb4, 0x48, 0x4f, 0x47, 0x64, 0xdc, 0x80, 0x63, 0xba, 0x07, 0x90, 0x3b, 0x8a, 0x33, 0x30, 0x19, 0xfd, 0x7a, 0x73, 0x56, 0xcd, 0x4c, 0x93, 0x6b, 0x8f, 0x2b, 0x7a, 0x7f, 0xf2, 0x67, 0xe1, 0x48, 0xba, 0x89, 0x34, 0x79, 0x6c, 0x75, 0x8a, 0x15, 0x23, 0xb1, 0x5d, 0x96, 0xbd, 0x62, 0x8b, 0x54, 0x9b, 0x41, 0xf8, 0x5e, 0x70, 0x2a, 0x9a, 0x10, 0xb4, 0x84, 0x10, 0xd3, 0x43, 0xdc, 0xe9, 0xf9, 0x2f, 0xa9, 0x7e, 0xb4, 0x85, 0x94, 0x75, 0x66, 0x09, 0xcb, 0x4d, 0xf2, 0x74, 0x1d, 0x27, 0x40, 0x4c, 0xaf, 0x02, 0x1d, 0xb3, 0x28, 0xf0, 0x0b, 0x1a, 0x04, 0x10, 0x77, 0x0a, 0x5c, 0x62, 0x97, 0x12, 0x73, 0x2f, 0xbe, 0x8b, 0x9f, 0x85, 0x8d, 0x6a, 0x71, 0xeb, 0xc4, 0xfb, 0x45, 0xef, 0xed, 0x7c, 0x11, 0x6d, 0x25, 0x5a, 0xec, 0xe8, 0x01, 0x02, 0xa8, 0xbe, 0x30, 0xef, 0xfd, 0xfa, 0x50, 0x52, 0xe9, 0x9f, 0xbc, 0xff, 0xe7, 0x17, 0x13, 0x3f, 0xf8, 0x24, 0x79, 0x78, 0xfd, 0x43, 0xc4, 0xd5, 0xbc, 0xc5, 0x75, 0x02, 0x28, 0x2b, 0x13, 0xc0, 0x3d } } }; static const struct cckprng_op_generate op_init_6240 = { .hd = { .id = 5983, .kind = OP_GENERATE }, .rand_nbytes = 263, .out = { .rand = { 0x9a, 0x15, 0x92, 0x3e, 0xf0, 0x98, 0x60, 0xd1, 0x01, 0xdd, 0xc7, 0x86, 0x1f, 0x91, 0x4c, 0xdd, 0x31, 0x57, 0x4e, 0x26, 0x88, 0xfa, 0xbb, 0x05, 0x23, 0xda, 0xc4, 0x32, 0x2b, 0x9d, 0xa2, 0xf1, 0x34, 0xf9, 0x4b, 0xab, 0x3e, 0x16, 0xe1, 0x8b, 0xb1, 0x46, 0xb3, 0x8e, 0xdb, 0xcd, 0x92, 0x6f, 0x29, 0x00, 0x43, 0x58, 0x00, 0xe4, 0x8c, 0x46, 0x25, 0xe9, 0x65, 0x88, 0x6a, 0xac, 0x5b, 0x4d, 0x76, 0x53, 0xff, 0x65, 0xd2, 0x69, 0x93, 0x0b, 0xd0, 0xe0, 0xe0, 0xd1, 0x9a, 0x78, 0x1d, 0x6b, 0xc1, 0xb1, 0x98, 0xa1, 0xea, 0x35, 0x7f, 0xed, 0x99, 0x95, 0x77, 0x58, 0x73, 0xa3, 0x0f, 0x54, 0x75, 0x8d, 0xe5, 0x33, 0x54, 0x4a, 0xbf, 0x8d, 0x02, 0x44, 0x31, 0xbb, 0xd4, 0xef, 0x12, 0x51, 0xe5, 0x27, 0x2a, 0x76, 0xda, 0x80, 0x9b, 0x11, 0x74, 0xe0, 0x60, 0x82, 0x65, 0x0e, 0x14, 0x9f, 0x9d, 0x86, 0x0a, 0x42, 0x54, 0xcc, 0xe6, 0x23, 0xc0, 0x51, 0x25, 0x4e, 0x10, 0xfb, 0xb4, 0xde, 0x64, 0x5b, 0xd8, 0x30, 0xd2, 0x45, 0x32, 0x16, 0x5d, 0x10, 0x4b, 0xad, 0x01, 0x02, 0x03, 0x25, 0x39, 0xa5, 0xaf, 0x0d, 0xd6, 0xb3, 0x0b, 0x13, 0x87, 0xb1, 0x64, 0x57, 0x73, 0xc3, 0x2e, 0x42, 0x29, 0xb9, 0x59, 0x13, 0xb2, 0x3b, 0x3f, 0xce, 0xd0, 0x1c, 0xd5, 0x2d, 0x80, 0x83, 0x23, 0x92, 0xcd, 0x49, 0x52, 0x11, 0x67, 0x58, 0xac, 0xe4, 0xd9, 0x04, 0x85, 0xc6, 0xe7, 0x3b, 0xb4, 0x7c, 0x9e, 0x87, 0x1c, 0xe1, 0xab, 0x70, 0x7e, 0xd0, 0x7e, 0xe0, 0x46, 0x35, 0x68, 0x9a, 0x08, 0x11, 0xbf, 0x84, 0xda, 0xf7, 0x5d, 0x25, 0x62, 0xed, 0x07, 0xb8, 0xb7, 0x27, 0xe7, 0x0d, 0x56, 0x78, 0x0e, 0x53, 0x79, 0x1e, 0xe2, 0x71, 0x5e, 0x9c, 0x7a, 0xed, 0x6a, 0x22, 0x74, 0xa3, 0xdb, 0x9d, 0xaa, 0xf3, 0xb1, 0xff, 0x26, 0x0f, 0x13 } } }; static const struct cckprng_op_reseed op_reseed_6241 = { .hd = { .id = 5984, .kind = OP_RESEED }, .nonce = 9246744082373361820ULL, .seed_nbytes = 180, .seed = { 0xc1, 0xca, 0xff, 0xca, 0xae, 0xfa, 0x44, 0x1f, 0x26, 0x76, 0x2a, 0x06, 0x1b, 0x07, 0x1f, 0xf2, 0xb2, 0x1d, 0x83, 0x2a, 0xeb, 0x7f, 0xc1, 0x4b, 0x0d, 0x15, 0x0a, 0xff, 0x85, 0xde, 0x85, 0x87, 0xc4, 0xba, 0x8d, 0xba, 0xf9, 0x1d, 0x04, 0xb1, 0xca, 0xd5, 0xe2, 0xcd, 0x15, 0x1a, 0x2d, 0xe7, 0x6a, 0xd0, 0x28, 0x41, 0x69, 0xeb, 0x25, 0xe9, 0x5e, 0x05, 0xd6, 0xcf, 0x46, 0xb8, 0x0b, 0x9a, 0xbe, 0x4e, 0xfb, 0x93, 0x05, 0x95, 0x4f, 0x38, 0x17, 0x4b, 0xc6, 0x96, 0x71, 0x81, 0x85, 0x2e, 0x1b, 0xc2, 0x66, 0x1e, 0x92, 0x51, 0xed, 0x76, 0x3e, 0x33, 0xd3, 0x37, 0xfd, 0x83, 0x3f, 0x8f, 0x55, 0x93, 0x5b, 0x27, 0x67, 0xff, 0xf8, 0x0a, 0xb7, 0x98, 0x22, 0xdf, 0xe4, 0xb8, 0x8c, 0xf3, 0x1b, 0x54, 0x49, 0x2e, 0xb5, 0x82, 0xe8, 0x01, 0x4c, 0xda, 0x22, 0x8d, 0x99, 0xd9, 0xb5, 0x82, 0xe1, 0xd4, 0x0f, 0x8c, 0x6b, 0xa2, 0xe3, 0x60, 0x1f, 0x9e, 0x01, 0xb2, 0xd9, 0xce, 0x26, 0xb7, 0x46, 0x3f, 0x07, 0x40, 0x71, 0xfe, 0x11, 0xd2, 0x22, 0x19, 0x58, 0xd2, 0x60, 0x10, 0x8d, 0x15, 0xd9, 0xb0, 0x4a, 0x02, 0x72, 0xd3, 0x31, 0xc5, 0x31, 0xab, 0x34, 0xb8, 0xc3, 0xf6, 0xaf, 0x07, 0x0b, 0xb3, 0xe4, 0x98 } }; static const struct cckprng_op_generate op_init_6242 = { .hd = { .id = 5985, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0xc1, 0xe4, 0x47, 0xda, 0x88, 0xa5, 0xd8, 0xf7, 0x2f, 0xba, 0x36, 0xd9, 0x13, 0x27, 0x33, 0xde, 0xe5, 0x3c, 0xb4, 0x6d, 0x90, 0xb9, 0xf2, 0x8e, 0x7b, 0x1a, 0x3e, 0x15, 0xb4, 0x04, 0xb7, 0x6b, 0xf6, 0xd6, 0x2f, 0xe0, 0xa7, 0x47, 0xec, 0x4a, 0x87, 0x0a, 0xe5, 0x09, 0xe3, 0x7d, 0xef, 0xfe, 0x04, 0xcb, 0x9f, 0x05, 0x03, 0x64, 0x1d, 0xc6, 0xaf, 0xe5, 0x11, 0x16, 0x54, 0x9e, 0xbe, 0xad, 0x3d, 0xff, 0xd6, 0x62, 0x32, 0xb0, 0x6d, 0x1d, 0x60, 0x79, 0xaf, 0x40, 0xb0, 0x2d, 0xfe, 0x2d, 0x44, 0x31, 0x7c, 0x1f, 0x7d, 0xdc, 0xcf, 0x3e, 0x19, 0xe8, 0xe4, 0xc0, 0x74, 0xd6, 0x60, 0xbb, 0x49, 0x89, 0x30, 0xa8, 0x29, 0x4e, 0x07, 0x2b, 0x71, 0xfa, 0xd0, 0x66, 0x0e, 0x51, 0x82, 0xaa, 0x7c, 0xd4, 0x9f, 0xab, 0xfb, 0x38, 0x14, 0x0b, 0xae, 0x66, 0x1c, 0x39, 0x65, 0x00, 0x45, 0xfe, 0xec, 0x04, 0x1a, 0x1d, 0xa8, 0xd1, 0xfc, 0xed, 0xe0, 0x86, 0x60, 0x39, 0x1f, 0xec, 0xeb, 0x83, 0x84, 0x0f, 0x6c, 0x76, 0xbb, 0x84, 0x58, 0x67, 0x28, 0x52, 0xf9, 0xdc, 0xb4, 0x7c, 0x00, 0x26, 0x88, 0xc6, 0xad, 0x54, 0x66, 0x1f, 0x80, 0x42, 0x1d, 0x94, 0xc8, 0xef, 0xe0, 0xf3, 0xb7, 0x9c, 0xeb, 0xcd, 0x9c, 0xc9, 0xf8, 0x7e, 0x96, 0xd0, 0x7d, 0x5e, 0xf2, 0x25, 0x00, 0xcb, 0x76, 0x2c, 0x92, 0x39, 0xbc, 0x27, 0x08, 0x59, 0x16, 0xb6, 0x28, 0x49, 0x90, 0x55, 0x42, 0x3e, 0x54, 0xc2, 0x10, 0x7a, 0x50, 0x86, 0x38, 0x8e, 0x48, 0xb6, 0x8b, 0x73, 0x98, 0x71, 0xc0, 0x63, 0x66, 0x2c, 0xc0, 0x04, 0x27, 0x0e, 0xc9, 0x34, 0x75, 0x55, 0xf2, 0xb1, 0xe8, 0xf1, 0xa9, 0x49, 0xe5, 0x12, 0x00, 0x22, 0xcc, 0x65, 0x70, 0xc3, 0x3c, 0x7b, 0x82, 0x1d, 0xfc, 0xaa, 0x6f, 0x47, 0xce, 0x28, 0xc0, 0x95, 0xb7, 0x3c, 0xde, 0x14 } } }; static const struct cckprng_op_refresh op_refresh_6243 = { .hd = { .id = 5986, .kind = OP_REFRESH }, .rand = 16033597665076242134ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6244 = { .hd = { .id = 5987, .kind = OP_GENERATE }, .rand_nbytes = 151, .out = { .rand = { 0x78, 0x50, 0xaf, 0x41, 0x5a, 0x60, 0xb8, 0x85, 0x5e, 0xa0, 0x99, 0xf4, 0xbd, 0x4d, 0x52, 0x99, 0xa4, 0xed, 0xb4, 0x21, 0xc5, 0x8d, 0x64, 0x64, 0xe8, 0x3d, 0xfc, 0x16, 0xb0, 0xd3, 0x12, 0x54, 0x6a, 0x39, 0xb7, 0x3b, 0x50, 0x75, 0x1f, 0xe6, 0x8d, 0x1a, 0x8b, 0x6d, 0x1a, 0xfc, 0x21, 0xfb, 0xd1, 0xe9, 0x6c, 0xce, 0x4f, 0x6f, 0xd7, 0xf6, 0xe0, 0xe0, 0xf4, 0x9b, 0x24, 0x8f, 0x05, 0xf1, 0x86, 0xd6, 0x50, 0x3f, 0x7a, 0x30, 0xf0, 0x7f, 0xac, 0xbf, 0x58, 0x49, 0x7e, 0xba, 0x97, 0x81, 0x65, 0x26, 0x65, 0x68, 0x15, 0x1b, 0xfb, 0x33, 0x82, 0xca, 0xe2, 0x1a, 0x12, 0xa3, 0x51, 0x24, 0x8d, 0xb0, 0x00, 0x94, 0x8c, 0x6e, 0xdf, 0xab, 0x22, 0xce, 0xe1, 0xb9, 0xfb, 0xcc, 0x64, 0x5c, 0xeb, 0xac, 0x65, 0xf5, 0x20, 0x02, 0xd3, 0xa1, 0x26, 0x0e, 0x13, 0x0c, 0x34, 0xb8, 0x1e, 0xb0, 0xce, 0x35, 0xe0, 0x3a, 0xe1, 0xda, 0x99, 0x3c, 0x6d, 0x05, 0xcd, 0xe6, 0xa6, 0xdb, 0x57, 0xe6, 0x14, 0x6f, 0x00, 0x96, 0xd6, 0x2f, 0x03 } } }; static const struct cckprng_op_generate op_init_6245 = { .hd = { .id = 5988, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0x80, 0x41, 0x4e, 0xfb, 0xc7, 0x50, 0xb5, 0xa2, 0xd1, 0xc7, 0xb3, 0x8b, 0x99, 0xe0, 0x69, 0x95, 0x06, 0xf5, 0x07, 0xf2, 0x03, 0x66, 0x5d, 0x5f, 0xc8, 0x67, 0x94, 0xe4, 0x4f, 0x6d, 0xf9, 0xe9, 0xe8, 0x5c, 0x02, 0x63, 0x69, 0x0b, 0xbc, 0x28, 0x7d, 0xf5, 0x54, 0xec, 0x57, 0x95, 0xc5, 0x8e, 0x88, 0xe7, 0x98, 0xe2, 0x82, 0xbd, 0xc5, 0xda, 0xf6, 0xdc, 0xdd, 0x73, 0x73, 0xd6, 0xf4, 0xef, 0xdc, 0x50, 0x6c, 0x64, 0x57, 0x69, 0xf3, 0xe6, 0xdc, 0x7b, 0xa8, 0x3c, 0x44, 0xcc, 0x53, 0x32, 0x4c, 0x2f, 0xb5, 0x54, 0x0a, 0xd1, 0x15, 0x11, 0x51, 0x77, 0x32, 0xbd, 0xcd, 0xb9, 0x72, 0x49, 0xd8, 0xbb, 0x3b, 0x67, 0x21, 0xd8, 0x41, 0x33, 0x1e, 0xe5, 0xaa, 0xed, 0x8c, 0x66, 0xc5, 0x7e, 0x43, 0x47, 0xe2, 0x89, 0xd3, 0xb8, 0x33, 0x1f, 0xf6, 0x4c, 0x54, 0x29, 0x4c, 0x09, 0xab, 0xd8, 0x5e, 0x1e, 0xcc, 0x0f, 0x82, 0x31, 0x84, 0x36, 0x4e, 0x62, 0xe6, 0x76, 0x55, 0xc3, 0xaf, 0x25, 0xf9, 0xf0, 0xc8, 0xa6, 0xf3, 0xa1, 0xd6, 0xdd, 0x7a, 0x8e, 0x24, 0x14, 0xad, 0x99, 0x33, 0x24 } } }; static const struct cckprng_op_generate op_init_6246 = { .hd = { .id = 5989, .kind = OP_GENERATE }, .rand_nbytes = 54, .out = { .rand = { 0x20, 0x18, 0x72, 0xd3, 0x69, 0x17, 0xc9, 0x8e, 0x3b, 0xe9, 0x03, 0xdf, 0xc8, 0x25, 0x18, 0x57, 0xc5, 0xd1, 0x18, 0xd7, 0xb1, 0x8c, 0x39, 0xa7, 0xf2, 0x1c, 0x40, 0x57, 0x5e, 0x8f, 0x76, 0xa7, 0x0d, 0xfd, 0x4c, 0x72, 0x6d, 0x11, 0x76, 0xbf, 0xf0, 0xfc, 0xbb, 0x3d, 0x67, 0xd2, 0x3d, 0x85, 0xdc, 0xca, 0x6d, 0x63, 0x0c, 0x93 } } }; static const struct cckprng_op_generate op_init_6247 = { .hd = { .id = 5990, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0xa2, 0xf9, 0x69, 0xbd, 0xf5, 0x5d, 0xca, 0xff, 0x93, 0x44, 0x6b, 0x9b, 0xe4, 0xef, 0xd9, 0xa9, 0x03, 0xa6, 0xff, 0x0b, 0xca, 0xbf, 0x9e, 0xfd, 0x58, 0x7e, 0x5c, 0x02, 0xd0, 0xf8, 0x01, 0x32, 0xa7, 0x5e, 0x70, 0x17, 0xf9, 0xe6, 0xb3, 0x6b, 0xcf, 0x00, 0x1a, 0x32, 0xbb, 0x63, 0x89, 0x6d, 0xbd, 0xd8, 0xd3, 0x7c, 0xb5, 0x76, 0x98, 0x1b, 0x19, 0x4c, 0x1f, 0x11, 0x91, 0x9a, 0x18, 0x65, 0x20, 0xf8, 0xf0, 0x1c, 0x6a, 0xaf, 0xfd, 0xbe, 0x80, 0xa6, 0xf2, 0x5e, 0x45, 0x85, 0x13, 0xa7, 0xaf, 0x4b, 0x65, 0x57, 0xe3, 0x16, 0xb2, 0x88, 0x5d, 0x04, 0x23, 0x11, 0xf4, 0xf5, 0x9a, 0x20, 0xb9, 0x0c, 0x12, 0xbb, 0xed, 0xac, 0xf5, 0x06, 0x92, 0x3c, 0xbb, 0xfb, 0xfd, 0x6e, 0x6f, 0xbc, 0xca, 0x64, 0xbc, 0x11, 0x44, 0x94, 0x00, 0xe0, 0x0c, 0x59, 0xc3, 0x45, 0x1b, 0x49, 0x88, 0x9f, 0x17, 0x7a, 0x6f, 0x2b, 0x7f, 0x89, 0x78, 0xa0, 0xe8, 0xec, 0xd1, 0x70, 0x30, 0x3a, 0x7e, 0xf9, 0x6f, 0xd5, 0x83, 0x23, 0x50, 0xbc, 0x89, 0xc2, 0x76, 0xd6, 0xbd, 0x40, 0x6f, 0x71, 0xc2, 0x80, 0x8a, 0xe0, 0xb7, 0x49, 0x77, 0xa7, 0x56, 0xe4, 0xe5, 0x03, 0xed, 0x8d, 0xa8, 0x6e, 0x0f, 0xf2, 0xc8, 0xaf, 0xde, 0xfb, 0x3b, 0xa4, 0x2b, 0x89, 0xb6, 0x26, 0x82, 0xcb, 0x4e, 0xed, 0x5a, 0x6b, 0xfa, 0x55, 0x74, 0xef, 0x89, 0x92, 0xea, 0xfe, 0x1d, 0xf0, 0x85, 0xf2, 0x84, 0xff, 0xb3, 0xd8, 0x49, 0xbd, 0x7f, 0x30, 0xbb, 0xb9, 0x8e, 0x79, 0xd5, 0xa6, 0xc0, 0x70, 0xfc, 0x5e, 0x58, 0xd4, 0x2b, 0xca, 0x2a, 0xc6, 0xff, 0xef, 0x52, 0xac, 0xa2, 0xbe, 0xd3, 0x48, 0x8f, 0x3c, 0x22, 0x9c, 0xc7, 0xc1, 0x89, 0x40, 0x5e, 0x11, 0xc5, 0x77, 0xb2, 0xff, 0x24, 0x13, 0x14, 0xa6, 0x58, 0x1e } } }; static const struct cckprng_op_generate op_init_6248 = { .hd = { .id = 5991, .kind = OP_GENERATE }, .rand_nbytes = 155, .out = { .rand = { 0x3f, 0x3b, 0xbf, 0x12, 0xd8, 0x94, 0x82, 0x71, 0xdd, 0x94, 0x35, 0x72, 0xfb, 0xc0, 0xa5, 0xa4, 0xa8, 0x97, 0xc1, 0x02, 0xd6, 0xbd, 0xe5, 0x13, 0x67, 0x61, 0x93, 0xee, 0xbf, 0x17, 0x21, 0x95, 0x84, 0x26, 0xaa, 0x1e, 0xeb, 0xb0, 0x77, 0x7e, 0x80, 0x1e, 0xf9, 0x51, 0x72, 0xe2, 0xf2, 0xc2, 0x13, 0xe0, 0x47, 0x8b, 0x99, 0xf3, 0x69, 0x87, 0xe9, 0xa1, 0xfb, 0x4e, 0x94, 0x05, 0xa2, 0x33, 0xbd, 0x47, 0xb4, 0xdb, 0x2f, 0x1b, 0x90, 0x97, 0xf5, 0x72, 0x9f, 0x00, 0xec, 0x21, 0x33, 0xf8, 0x30, 0x24, 0x26, 0x71, 0x2b, 0x5a, 0xe5, 0xa6, 0xed, 0xa7, 0x65, 0xf9, 0xa0, 0x3e, 0x5a, 0xe5, 0x3e, 0xdb, 0x13, 0xeb, 0x64, 0x04, 0x18, 0xee, 0x45, 0xd7, 0xf7, 0x48, 0x39, 0xd1, 0x7e, 0x0e, 0xd2, 0x9c, 0xe8, 0xd8, 0x6d, 0xaf, 0xce, 0xea, 0x97, 0xcf, 0xd0, 0x7c, 0x4b, 0xe2, 0x3b, 0x5b, 0xff, 0xb9, 0x0b, 0x80, 0x22, 0x86, 0x58, 0x5e, 0xf6, 0x13, 0x5f, 0xeb, 0xc9, 0xba, 0xdb, 0xa8, 0xe9, 0x8f, 0xf7, 0xa2, 0x50, 0x5d, 0x68, 0x52, 0x46, 0x26, 0x82 } } }; static const struct cckprng_op_generate op_init_6249 = { .hd = { .id = 5992, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0xcd, 0x25, 0xc1, 0xc5, 0x11, 0x6f, 0x51, 0x57, 0x54, 0x3a, 0x75, 0xcb, 0x8b, 0x33, 0x81, 0xdc, 0xaf, 0x46, 0x52, 0xfd, 0x18, 0x2c, 0xcf, 0x52, 0xa0, 0xfd, 0x59, 0xd9, 0x52, 0xe5, 0x59, 0xdc, 0x5d, 0x56, 0x43, 0xbe, 0x49, 0xa9, 0x2c, 0xaf, 0xb9, 0x6e, 0x20, 0x5b, 0xdb, 0xfa, 0xd9, 0x26, 0x6c, 0x8a, 0x95, 0x06, 0x0b, 0x3c, 0x07, 0x79, 0xab, 0x8c, 0xa4, 0xd6, 0x5f, 0xac, 0xd5, 0x3b, 0x94, 0x6f, 0x52, 0x1d, 0x06, 0x1a, 0x87, 0x8f, 0x01, 0x30, 0xef, 0xd9, 0x34, 0xbe, 0x2d, 0x97, 0x71, 0xca, 0xfb, 0x4c, 0x9d, 0x67, 0x98, 0x02, 0xff, 0x8c, 0x7f, 0x19, 0xed, 0x42, 0x27, 0x4f, 0xf0, 0x3a, 0xd6, 0xe2, 0x18, 0xdc, 0xde, 0xe2, 0xf8, 0x35, 0xd8, 0xa5, 0xc3, 0x52, 0x95, 0x40, 0x3a, 0xea, 0x82, 0xef, 0x74, 0xa2 } } }; static const struct cckprng_op_refresh op_refresh_6250 = { .hd = { .id = 5993, .kind = OP_REFRESH }, .rand = 5793781782086292188ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6251 = { .hd = { .id = 5994, .kind = OP_GENERATE }, .rand_nbytes = 187, .out = { .rand = { 0xcd, 0x47, 0x26, 0x19, 0x34, 0xa9, 0x23, 0x05, 0xef, 0x0b, 0xa3, 0x45, 0x24, 0x00, 0x67, 0x9b, 0xb0, 0x5f, 0x5c, 0x56, 0x5d, 0x5a, 0xdf, 0x44, 0xb7, 0xf4, 0x68, 0x6c, 0xcf, 0x4d, 0xf7, 0x50, 0x51, 0xd0, 0x2e, 0x4b, 0x49, 0xae, 0x92, 0x7f, 0xba, 0x57, 0x2f, 0xa2, 0xd0, 0xe1, 0x6b, 0x96, 0xa7, 0xed, 0xfd, 0x7f, 0x84, 0x4c, 0x44, 0xf8, 0xa7, 0xd4, 0x3b, 0xc0, 0xbf, 0x40, 0x2c, 0x54, 0x8c, 0x77, 0xa2, 0xf6, 0x27, 0x61, 0xaf, 0x0e, 0xe6, 0xf2, 0x4e, 0x6c, 0x36, 0x56, 0x77, 0x25, 0xf7, 0x38, 0x8d, 0x63, 0x92, 0xae, 0xc7, 0xc8, 0x63, 0x82, 0xe0, 0x0a, 0xf3, 0x97, 0x6a, 0x23, 0xb3, 0x6c, 0x4a, 0x4d, 0xad, 0x9d, 0x05, 0x66, 0x37, 0x0f, 0x46, 0xa0, 0x8d, 0x98, 0x82, 0xee, 0xc2, 0x0b, 0xe6, 0x3e, 0xb1, 0xb5, 0x1a, 0xdc, 0x3f, 0xcc, 0x34, 0x3b, 0x39, 0x74, 0x3a, 0xf9, 0xe8, 0x68, 0xb2, 0x6f, 0x20, 0x1a, 0x34, 0x15, 0x8e, 0x40, 0xdf, 0x63, 0x23, 0x6c, 0xe3, 0x28, 0x26, 0x75, 0xb7, 0x95, 0x93, 0x78, 0x37, 0x48, 0xff, 0xaf, 0x83, 0x7d, 0xb0, 0x9e, 0x11, 0xdc, 0xf3, 0xe9, 0xed, 0xc9, 0xdb, 0x35, 0x3a, 0x29, 0x03, 0xf2, 0xdd, 0x38, 0xf7, 0xfe, 0xe4, 0x71, 0xa4, 0x0a, 0x7d, 0x1c, 0xa5, 0x64, 0xbc, 0x16, 0xa1, 0xfe, 0x27 } } }; static const struct cckprng_op_reseed op_reseed_6252 = { .hd = { .id = 5995, .kind = OP_RESEED }, .nonce = 15117505381976993636ULL, .seed_nbytes = 46, .seed = { 0x3a, 0xb6, 0x86, 0x9f, 0x62, 0xff, 0x05, 0xef, 0x6e, 0x3c, 0x43, 0xf7, 0xc3, 0x1d, 0x97, 0x73, 0x4a, 0x74, 0x89, 0x0a, 0xc7, 0x8e, 0x09, 0xae, 0x23, 0x8c, 0x46, 0x76, 0x9a, 0x12, 0x83, 0xba, 0x48, 0x80, 0xcd, 0x80, 0xc5, 0xa9, 0x3d, 0xb2, 0x00, 0x8d, 0xb8, 0x87, 0xc2, 0xd8 } }; static const struct cckprng_op_generate op_init_6253 = { .hd = { .id = 5996, .kind = OP_GENERATE }, .rand_nbytes = 230, .out = { .rand = { 0x62, 0x96, 0xa2, 0x2d, 0x33, 0xfc, 0xd2, 0x04, 0x53, 0xda, 0x12, 0x5f, 0x89, 0x34, 0x1d, 0xba, 0xc4, 0x5c, 0xd2, 0x79, 0x56, 0x3b, 0x8d, 0xc2, 0xc1, 0x97, 0xaf, 0x6e, 0x1b, 0xef, 0xa8, 0x3d, 0xe2, 0xd4, 0x60, 0x60, 0x7b, 0xae, 0x5a, 0xa4, 0xda, 0xdb, 0x83, 0x0a, 0x22, 0x1e, 0xb2, 0x93, 0xc1, 0x8d, 0x58, 0x05, 0xb1, 0x6d, 0x54, 0xb2, 0x64, 0xa1, 0xe8, 0x8f, 0x1c, 0xca, 0xfa, 0x27, 0xd6, 0x38, 0xed, 0xd6, 0xf3, 0xe5, 0xb8, 0xef, 0x3f, 0x7a, 0xe2, 0x6f, 0x5b, 0x6b, 0xf7, 0x3d, 0x92, 0x4f, 0x8a, 0xf5, 0x53, 0x9a, 0x71, 0xb9, 0xfd, 0xda, 0x44, 0x0b, 0x5e, 0xd1, 0x7b, 0x27, 0x85, 0xc7, 0xf7, 0x7c, 0x56, 0xb3, 0x93, 0x30, 0xb9, 0xb5, 0xa0, 0x3c, 0x14, 0xab, 0xd9, 0x32, 0x0f, 0x27, 0xda, 0x4c, 0x51, 0x17, 0x6e, 0xa1, 0x21, 0x27, 0x65, 0x00, 0xa6, 0xff, 0xb0, 0x3e, 0xc2, 0x0c, 0x8f, 0x26, 0xe1, 0xe8, 0x54, 0xb9, 0x97, 0x17, 0xa7, 0x43, 0x6d, 0x9c, 0x8e, 0x09, 0x16, 0xfa, 0x9b, 0x7b, 0xe3, 0xd3, 0x32, 0x90, 0x86, 0x85, 0x17, 0xfc, 0x47, 0xf4, 0xd2, 0x7a, 0x56, 0x9a, 0x0e, 0x16, 0xd4, 0xc7, 0x1c, 0x7e, 0x1b, 0x56, 0x17, 0x53, 0xbd, 0xb4, 0xd8, 0x0c, 0xb7, 0x8b, 0xb2, 0x51, 0xbe, 0x6c, 0xb0, 0x6b, 0x40, 0x1a, 0x19, 0x18, 0x8a, 0xa4, 0x51, 0x4a, 0x3e, 0x3d, 0xff, 0x4a, 0x8e, 0x0c, 0x91, 0x08, 0x6e, 0xc9, 0x09, 0x39, 0xe1, 0x3e, 0x1c, 0x10, 0x5e, 0xf1, 0x2d, 0x8a, 0x40, 0x07, 0x42, 0x5f, 0x74, 0x57, 0xcf, 0xc5, 0xb4, 0x02, 0x04, 0x51, 0xbc, 0xa9, 0x0f, 0x76, 0xdf, 0x13 } } }; static const struct cckprng_op_generate op_init_6254 = { .hd = { .id = 5997, .kind = OP_GENERATE }, .rand_nbytes = 281, .out = { .rand = { 0xed, 0x7b, 0x6b, 0xac, 0x26, 0x0d, 0xa4, 0x11, 0x9c, 0xef, 0x56, 0x4d, 0x3f, 0xfd, 0x6e, 0xaf, 0x99, 0x6a, 0xe1, 0xfd, 0x2f, 0xef, 0x38, 0xfa, 0xe9, 0xad, 0xbd, 0xd0, 0xa8, 0xc8, 0xc8, 0x6e, 0x2b, 0x2d, 0xd7, 0xb2, 0x57, 0x00, 0x4e, 0x1e, 0xb9, 0x39, 0xaa, 0x48, 0x5d, 0x3d, 0x39, 0x9e, 0x76, 0x18, 0x0b, 0x51, 0xff, 0xd3, 0x2c, 0x5a, 0xf9, 0xbf, 0x9b, 0xe4, 0xdd, 0x46, 0x03, 0x88, 0x88, 0xd3, 0x8b, 0xeb, 0x1a, 0x59, 0x51, 0x77, 0x6b, 0x15, 0x6d, 0xf4, 0x29, 0xb0, 0x33, 0xee, 0x78, 0x79, 0x6b, 0xe6, 0xf1, 0x18, 0xca, 0x3f, 0x66, 0x4f, 0x92, 0x2d, 0x9c, 0x8c, 0x14, 0x08, 0x97, 0xab, 0x92, 0xde, 0x46, 0x81, 0xf9, 0x73, 0x65, 0xdf, 0xed, 0x45, 0x22, 0xe3, 0x0f, 0xdf, 0xa0, 0xee, 0x35, 0x8c, 0xbb, 0x43, 0xcd, 0x49, 0xce, 0x2d, 0xb8, 0x71, 0x03, 0xed, 0x25, 0xa8, 0x17, 0xff, 0x3d, 0xf0, 0xf5, 0xde, 0x78, 0x74, 0xef, 0xf6, 0x82, 0xdc, 0x9c, 0xc5, 0x90, 0xd9, 0xc5, 0xe7, 0xe5, 0xa3, 0x24, 0x70, 0x21, 0x54, 0x11, 0xba, 0x30, 0x11, 0x4a, 0xad, 0x17, 0x6e, 0xdb, 0xeb, 0xb6, 0x97, 0xb2, 0x08, 0xa8, 0x0d, 0xf5, 0x46, 0xfc, 0x71, 0xc0, 0x5c, 0x5c, 0x96, 0x37, 0x8b, 0x2d, 0x90, 0x47, 0xf9, 0xb1, 0xe4, 0x48, 0xa8, 0xf2, 0x9e, 0x8d, 0x95, 0xc4, 0x96, 0x0f, 0xe8, 0xfe, 0xff, 0x3b, 0x0c, 0x55, 0x57, 0xd7, 0x8f, 0xd6, 0xf3, 0x26, 0x18, 0xb6, 0x5d, 0x54, 0xd5, 0xf7, 0x87, 0x08, 0x86, 0xe2, 0x83, 0xbb, 0x1a, 0x41, 0x79, 0x9e, 0x6c, 0x46, 0x4f, 0xd3, 0x16, 0xd2, 0x1e, 0x68, 0x52, 0x75, 0x95, 0x31, 0x31, 0xed, 0x2a, 0x42, 0xec, 0xcc, 0x90, 0x49, 0x25, 0x03, 0x02, 0xa9, 0x7c, 0xd6, 0xd2, 0x89, 0x73, 0x83, 0x5d, 0xe3, 0xe4, 0x7d, 0x2c, 0x10, 0x2b, 0x6c, 0xfd, 0x69, 0xc3, 0xbd, 0xbb, 0xa1, 0x3e, 0x97, 0xa7, 0x04, 0xf9, 0x18, 0x82, 0x30, 0xfc, 0x0c, 0x9a, 0x5c, 0x26, 0xcc, 0xd2, 0xf9 } } }; static const struct cckprng_op_generate op_init_6255 = { .hd = { .id = 5998, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0xea, 0x3b, 0x2d, 0xd6, 0x11, 0xa6, 0x65, 0x01, 0x0a, 0xfa, 0x22, 0x58, 0x21, 0x01, 0xce, 0x17, 0x18, 0x29, 0x66, 0xce, 0xfd, 0x75, 0xe7, 0xe5, 0xa6, 0x3d, 0x48, 0xde, 0x70, 0xb4, 0xcd, 0xc8, 0xce, 0x21, 0x25, 0x82, 0xed, 0xbd, 0xfa, 0x56, 0xff, 0x51, 0x6c, 0x5f, 0xb5, 0x35, 0xec, 0xea, 0x81, 0xff, 0xfb, 0x0b, 0xb1, 0xce, 0xcd, 0xe3, 0x5e, 0xa2, 0xbc, 0x8f, 0x85, 0x16, 0xf5, 0x0a, 0x95, 0xd7, 0x59, 0xa1, 0x37, 0x16, 0xe1, 0xbc, 0x2f, 0x5f, 0x42, 0x2c, 0x90, 0xa2, 0x3e, 0xf8, 0x70, 0x41, 0x4b, 0xbf, 0x46, 0x18, 0x83, 0xb5, 0xbf, 0x83, 0xd9, 0x83, 0x8d, 0x76, 0x60, 0xb5, 0x48, 0xa1, 0x47, 0xbc, 0x41, 0x37, 0x5f, 0x1a, 0x4b, 0x88, 0x22, 0xab, 0x80, 0x3b, 0xe3, 0x3e, 0x0b, 0xc0, 0x3e, 0x45, 0x66, 0x49, 0x3a, 0xe2, 0x56, 0xff, 0x44, 0xea, 0x2a, 0x83, 0x9e, 0xb6, 0xc0, 0x96, 0x79, 0xea, 0xfd, 0x95, 0xd4, 0xca, 0x59, 0xa0, 0x79, 0xa2, 0x88, 0x7b, 0xac, 0x03, 0x9c, 0xae, 0x92, 0x8c, 0x70, 0x1d, 0x0c, 0x06, 0x2b, 0x37, 0xed, 0x0d, 0x9c, 0x36, 0x2f, 0x6a, 0xa1, 0x4d, 0xee, 0x38, 0x67, 0x1c, 0xea, 0x5a, 0x02, 0x4e, 0x5c, 0xee, 0x05, 0x08, 0x3e, 0x12, 0x28, 0x89, 0x9c, 0x51, 0x00, 0x38, 0xf3, 0x4a, 0x57, 0x9b, 0x44, 0xba, 0x6e, 0x68, 0x31, 0x9d, 0x2c, 0xde, 0xa8, 0x0c, 0x54, 0x3e, 0x89, 0x60, 0x93, 0x07, 0xb6, 0x31, 0xf7, 0xf0, 0x44, 0xdb, 0x7f, 0x59, 0x35, 0x73, 0x9a, 0xc3, 0x6a, 0xca, 0xcc, 0x3c, 0xed, 0xab, 0xde, 0xf0, 0x34, 0xbb, 0x48, 0x30, 0x71, 0xf9, 0x81, 0xf6, 0x1e, 0x77, 0x3a, 0x16, 0xa2, 0xe0, 0x39, 0xca, 0x56, 0x1b, 0xd0, 0xd4, 0xd4, 0x36, 0xaf, 0x97, 0x2c, 0xe8, 0xb1, 0x5e, 0xee, 0xb4, 0x98, 0x21 } } }; static const struct cckprng_op_reseed op_reseed_6256 = { .hd = { .id = 5999, .kind = OP_RESEED }, .nonce = 10015973437510210862ULL, .seed_nbytes = 207, .seed = { 0x69, 0x3a, 0xbb, 0x25, 0xfa, 0x0e, 0xa4, 0x12, 0xcc, 0x34, 0x83, 0x19, 0x75, 0x4d, 0x53, 0x1a, 0xd5, 0x2a, 0x5a, 0x34, 0x52, 0xa0, 0x69, 0xb1, 0x33, 0x19, 0x37, 0xad, 0xef, 0x8c, 0xe5, 0x46, 0x05, 0x63, 0xf5, 0xa6, 0x64, 0xd4, 0xcc, 0x33, 0x1b, 0xa7, 0x8c, 0x6a, 0x18, 0x69, 0xb3, 0x88, 0xb8, 0xaf, 0x95, 0x2d, 0x7f, 0x03, 0x99, 0x6b, 0x0d, 0x30, 0x9f, 0x12, 0xac, 0x69, 0xcc, 0x0b, 0x7d, 0xa0, 0x2e, 0x38, 0x2c, 0xaa, 0xbd, 0xd1, 0x5a, 0x30, 0xa5, 0xfd, 0xfc, 0xc3, 0x31, 0xad, 0x83, 0x46, 0x48, 0x02, 0x80, 0xe1, 0xf1, 0x90, 0x4f, 0x23, 0xf0, 0xbd, 0x89, 0xf8, 0x04, 0x4d, 0xae, 0x2a, 0xf6, 0x01, 0xc9, 0x6d, 0x37, 0xb9, 0x16, 0x45, 0x0b, 0xe3, 0x68, 0x25, 0x03, 0x20, 0x10, 0x53, 0x69, 0x67, 0x46, 0xb9, 0xa3, 0x52, 0x7a, 0x67, 0xb2, 0x5e, 0x0e, 0x7b, 0x79, 0xbd, 0x38, 0x6e, 0x53, 0x33, 0x1c, 0xf5, 0xad, 0x58, 0x46, 0x79, 0x4e, 0x63, 0x46, 0x2f, 0x66, 0xdf, 0xdc, 0xc5, 0xef, 0xa7, 0xb6, 0x98, 0x62, 0xca, 0xb8, 0xcf, 0x25, 0xd9, 0x0e, 0x96, 0x0c, 0x88, 0x51, 0xc1, 0xdc, 0xa0, 0x98, 0x7d, 0x6f, 0x81, 0x06, 0x9d, 0x5c, 0xf8, 0x05, 0x63, 0xec, 0x70, 0xae, 0x84, 0x3b, 0x60, 0x32, 0x80, 0x8d, 0x13, 0xeb, 0x05, 0x7d, 0xcc, 0x0f, 0xac, 0x29, 0x24, 0xb8, 0xab, 0xf6, 0x4c, 0x29, 0xc6, 0xd1, 0x57, 0x40, 0xec, 0xce, 0xcb, 0x7d, 0x85, 0x23 } }; static const struct cckprng_op_refresh op_refresh_6257 = { .hd = { .id = 6000, .kind = OP_REFRESH }, .rand = 3238095900308668813ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6258 = { .hd = { .id = 6001, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0xf7, 0x6c, 0x1a, 0x98, 0x48, 0xc0, 0x2c, 0xe5, 0x17, 0x18, 0x53, 0x4b, 0x7a, 0xcd, 0x16, 0x7b, 0xfd, 0x45, 0x21, 0x85, 0x8d, 0xb4, 0xe0, 0x55, 0x81, 0x8a, 0xe4, 0xa5, 0x70, 0x50, 0x6c, 0x7d, 0xa0, 0xa7, 0x3d, 0xf2, 0x57, 0xaf, 0x85, 0x5d, 0xf6, 0x72, 0x42, 0x30, 0x57, 0x74, 0x00, 0x67, 0xfe, 0xd9, 0x0f, 0xa3, 0x99, 0x68, 0x0c, 0x82, 0xb3, 0xf2, 0xf4, 0xb8, 0x16, 0x2f, 0xd5, 0x07, 0xca, 0xa1, 0xb0, 0x75, 0x8c, 0x0f, 0x5c, 0x88, 0x2c, 0x55, 0x30, 0x87, 0x63, 0x95, 0xd6, 0x8d, 0x6b, 0xf5, 0x0a, 0xeb, 0x7c, 0x4d, 0x4f, 0xe6, 0x32, 0xa9, 0xfd, 0xad, 0x6c, 0x5b, 0xa1, 0x61, 0xbe, 0xa6, 0xa0, 0x9e, 0x5a, 0xe1, 0x76, 0x1c, 0xb7, 0x9b, 0x40, 0x44, 0xc9, 0xe9, 0xe2, 0x87, 0xe9, 0x2c, 0x5e, 0x41, 0xc1, 0x62, 0x74, 0x38, 0xda, 0x29, 0x82, 0x44, 0xf4, 0x3b, 0xe0, 0x24, 0xa2, 0x43, 0x9c, 0xcc, 0x6a, 0xbe, 0xdb, 0xbd, 0x33, 0x89, 0x2f, 0x36, 0xda, 0x82, 0x8f, 0xd2, 0x24, 0x03, 0xc8, 0x70, 0x45, 0xc1, 0xaa, 0xb8, 0xdf, 0xc6, 0xd8, 0xdc, 0x2c, 0x36, 0x82, 0x52 } } }; static const struct cckprng_op_reseed op_reseed_6259 = { .hd = { .id = 6002, .kind = OP_RESEED }, .nonce = 13285644683471105137ULL, .seed_nbytes = 151, .seed = { 0x53, 0x77, 0x2e, 0xdf, 0x16, 0x2a, 0xdd, 0xbd, 0x5a, 0xaf, 0xa8, 0x52, 0xe4, 0x3c, 0x5c, 0xcf, 0x96, 0xd8, 0xc0, 0xd9, 0xfa, 0x63, 0x2e, 0x01, 0x76, 0x1d, 0x89, 0x68, 0xcb, 0x48, 0x73, 0x84, 0x5c, 0x01, 0x56, 0x64, 0x23, 0x8e, 0x97, 0x74, 0x33, 0x36, 0xfa, 0xe7, 0x59, 0xda, 0x97, 0x13, 0x44, 0xf9, 0x74, 0xb0, 0x00, 0x8b, 0x20, 0xdf, 0xe6, 0x13, 0xe6, 0x31, 0x1e, 0x5c, 0xb0, 0x12, 0xcb, 0xf5, 0x56, 0x19, 0xbf, 0x46, 0xeb, 0x67, 0x5f, 0xa3, 0xb9, 0xd9, 0xd4, 0xdb, 0x44, 0x42, 0x83, 0xa8, 0x49, 0x14, 0x0a, 0x36, 0xbb, 0x3d, 0xfd, 0xe7, 0x61, 0x39, 0x9c, 0xb2, 0x73, 0x1f, 0x95, 0x53, 0x5f, 0x59, 0x9a, 0x27, 0x5f, 0xa5, 0x8a, 0x99, 0xf0, 0xa6, 0x53, 0xb6, 0x9a, 0x3f, 0xbb, 0xb7, 0xb9, 0x01, 0xad, 0x71, 0x97, 0xc4, 0xa5, 0x09, 0xb0, 0xbc, 0x34, 0xeb, 0x18, 0x86, 0x26, 0x2e, 0xe0, 0x73, 0x3d, 0x38, 0xf1, 0x70, 0xed, 0x10, 0x58, 0x0c, 0x09, 0xec, 0xea, 0xa8, 0x32, 0xcc, 0x2e, 0x48, 0x7a, 0x23, 0xcc } }; static const struct cckprng_op_refresh op_refresh_6260 = { .hd = { .id = 6003, .kind = OP_REFRESH }, .rand = 16885993379696426495ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6261 = { .hd = { .id = 6004, .kind = OP_RESEED }, .nonce = 6760281485179473580ULL, .seed_nbytes = 17, .seed = { 0x9e, 0x9d, 0xc5, 0x97, 0x6c, 0x47, 0x8c, 0x00, 0x7c, 0x35, 0xa2, 0x01, 0x1d, 0xd1, 0x68, 0x0b, 0x93 } }; static const struct cckprng_op_reseed op_reseed_6262 = { .hd = { .id = 6005, .kind = OP_RESEED }, .nonce = 1356441272197202226ULL, .seed_nbytes = 37, .seed = { 0x75, 0x58, 0xa8, 0x55, 0x09, 0x5f, 0x3b, 0x46, 0xd8, 0x2e, 0x20, 0x79, 0xa8, 0xbc, 0x70, 0x85, 0xd0, 0xc0, 0x7a, 0xe0, 0x28, 0x43, 0xbf, 0xa0, 0x49, 0x9d, 0x8d, 0x33, 0x78, 0x72, 0x6f, 0x0e, 0x26, 0xe8, 0x7d, 0x4a, 0x55 } }; static const struct cckprng_op_reseed op_reseed_6263 = { .hd = { .id = 6006, .kind = OP_RESEED }, .nonce = 9753179654252861334ULL, .seed_nbytes = 73, .seed = { 0x58, 0xce, 0x4b, 0xc3, 0x22, 0x95, 0x91, 0x45, 0xf5, 0xa3, 0x82, 0x34, 0xe3, 0xfd, 0x1b, 0x60, 0xea, 0x75, 0xc7, 0xda, 0x8a, 0xbc, 0x48, 0x5f, 0x9a, 0x38, 0x49, 0xea, 0x2f, 0x1f, 0x7d, 0x9b, 0x8d, 0x99, 0x7a, 0x1b, 0x73, 0x96, 0xbd, 0xf5, 0xfa, 0x59, 0x3f, 0x6d, 0x2b, 0xa2, 0x1c, 0x56, 0x6e, 0x98, 0xa4, 0xaf, 0xb9, 0x67, 0x97, 0x15, 0xbc, 0xd0, 0xea, 0x88, 0x41, 0x1d, 0xf9, 0x05, 0x4a, 0x38, 0x46, 0xb0, 0xa8, 0x0a, 0xce, 0xa6, 0x68 } }; static const struct cckprng_op_refresh op_refresh_6264 = { .hd = { .id = 6007, .kind = OP_REFRESH }, .rand = 7796346718545240316ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6265 = { .hd = { .id = 6008, .kind = OP_REFRESH }, .rand = 12382810272909050477ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6266 = { .hd = { .id = 6009, .kind = OP_RESEED }, .nonce = 9970551689024331381ULL, .seed_nbytes = 37, .seed = { 0x6d, 0xa3, 0x1d, 0x0f, 0x5a, 0x49, 0x14, 0xbb, 0x75, 0x61, 0x9f, 0x39, 0xb9, 0x71, 0xf3, 0x3e, 0x21, 0xf4, 0xbc, 0x19, 0x9f, 0x35, 0x3d, 0x8d, 0x1f, 0xde, 0x77, 0x04, 0xdc, 0x36, 0xfb, 0x9c, 0x09, 0x44, 0x6e, 0x92, 0x58 } }; static const struct cckprng_op_refresh op_refresh_6267 = { .hd = { .id = 6010, .kind = OP_REFRESH }, .rand = 6690584792832215938ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6268 = { .hd = { .id = 6011, .kind = OP_RESEED }, .nonce = 1417363371627560336ULL, .seed_nbytes = 269, .seed = { 0x46, 0xad, 0x92, 0x2f, 0x7b, 0x9a, 0xf1, 0xac, 0x6a, 0x43, 0x35, 0x93, 0x92, 0xfa, 0xe2, 0xb7, 0x12, 0x40, 0xb0, 0xf9, 0xfb, 0xaa, 0xaa, 0x8f, 0xc6, 0xed, 0x37, 0x40, 0xa5, 0xa3, 0x5a, 0x7f, 0xd0, 0x9e, 0x8d, 0xca, 0xf5, 0x41, 0x34, 0x8a, 0xaf, 0x13, 0x7a, 0xd9, 0x95, 0x78, 0x45, 0x7b, 0x3c, 0x0b, 0xad, 0x11, 0xc0, 0x5b, 0xcc, 0xbb, 0x60, 0xcf, 0x5f, 0x7f, 0xae, 0x10, 0x66, 0x2e, 0x34, 0x01, 0x0b, 0x40, 0xb0, 0x00, 0xbf, 0x52, 0xb6, 0x87, 0x51, 0x1d, 0x59, 0x81, 0x6f, 0xf5, 0xcb, 0xc6, 0xbd, 0x37, 0x5b, 0x7a, 0x21, 0xc7, 0x03, 0xfd, 0xb4, 0xb2, 0x7a, 0x76, 0x51, 0x54, 0xef, 0x5f, 0xd8, 0xe8, 0x8f, 0x58, 0x2b, 0x44, 0x79, 0x02, 0x4a, 0xe2, 0x64, 0xa0, 0x00, 0x3b, 0x11, 0xe7, 0x16, 0x00, 0xab, 0x53, 0xfd, 0x34, 0x5e, 0xc4, 0x9f, 0x41, 0x6d, 0x90, 0xe7, 0x79, 0xc0, 0xf8, 0x4d, 0xd5, 0xa1, 0x68, 0xfa, 0x83, 0x97, 0xf7, 0xd1, 0x11, 0x22, 0xa9, 0xe7, 0x05, 0xd6, 0xb9, 0x6c, 0xa5, 0xdf, 0x08, 0x1b, 0xcb, 0xdb, 0x77, 0x9c, 0xc4, 0x68, 0x4b, 0xf4, 0x36, 0x9e, 0x97, 0x71, 0x12, 0x83, 0x72, 0x5b, 0x85, 0x61, 0x71, 0x1b, 0xe9, 0x0a, 0xca, 0x99, 0x51, 0x03, 0x81, 0x50, 0x5f, 0xaa, 0xf3, 0x2a, 0xcd, 0xd6, 0xed, 0x52, 0xd9, 0x61, 0x60, 0x24, 0x09, 0x0f, 0x84, 0x57, 0x18, 0x8e, 0xee, 0x90, 0xa9, 0x01, 0x94, 0x1a, 0x36, 0x67, 0x1c, 0x28, 0x6b, 0x6b, 0x77, 0xb7, 0x91, 0x14, 0x73, 0xc9, 0x28, 0x30, 0x6e, 0x83, 0xb6, 0x0b, 0x96, 0x98, 0xb7, 0xc3, 0xcf, 0xb9, 0x8e, 0x8f, 0xb8, 0x5a, 0x20, 0x0a, 0x44, 0x9f, 0x03, 0xc7, 0x9d, 0x6e, 0x29, 0x90, 0x31, 0x6e, 0xa6, 0xe3, 0xde, 0x42, 0xc3, 0x23, 0xff, 0x0c, 0x78, 0x8b, 0xd0, 0x37, 0x70, 0x61, 0x40, 0x00, 0x49, 0xb0, 0x9a, 0x09, 0x00, 0x62, 0x29, 0x11, 0xd7, 0x84 } }; static const struct cckprng_op_reseed op_reseed_6269 = { .hd = { .id = 6012, .kind = OP_RESEED }, .nonce = 9726153621137367280ULL, .seed_nbytes = 167, .seed = { 0x52, 0x2d, 0x67, 0x51, 0x02, 0xb1, 0xf9, 0xcc, 0xea, 0xd1, 0xb8, 0x68, 0xc2, 0x09, 0xe9, 0xad, 0x0e, 0xbb, 0xeb, 0xd3, 0xf4, 0x52, 0xeb, 0x20, 0x72, 0x4d, 0x6e, 0x7f, 0x33, 0x33, 0xcd, 0xd5, 0xc7, 0x70, 0xab, 0x03, 0x5e, 0xc4, 0x20, 0x3a, 0xf1, 0x70, 0x76, 0x3b, 0x05, 0x07, 0x4b, 0x03, 0x3b, 0x80, 0x3c, 0xee, 0x99, 0x0d, 0xcb, 0xd9, 0x2a, 0x61, 0x58, 0xb2, 0x33, 0xbb, 0xd9, 0x7b, 0x24, 0x3f, 0xd0, 0xb6, 0x89, 0x73, 0x95, 0x34, 0x3c, 0x6e, 0xd6, 0x1d, 0x9d, 0x14, 0x3a, 0xbe, 0x47, 0x55, 0x59, 0x9c, 0xdf, 0x55, 0x31, 0xee, 0x24, 0x0e, 0xc4, 0xbc, 0xcc, 0x04, 0x59, 0xe7, 0x06, 0xab, 0x6e, 0x1a, 0xf9, 0xca, 0x9e, 0xd3, 0x3a, 0x8f, 0xc0, 0x52, 0x81, 0xa8, 0x4a, 0xa0, 0x5e, 0x23, 0x83, 0xe2, 0x4b, 0x87, 0x60, 0x3c, 0xbe, 0x21, 0x3a, 0x47, 0x6d, 0x5b, 0x7e, 0x97, 0x5a, 0xd7, 0x0c, 0x5f, 0xf3, 0x19, 0xe2, 0x6e, 0x62, 0xf5, 0xd2, 0xef, 0x45, 0xcd, 0x04, 0x1f, 0x3e, 0x3f, 0x08, 0x84, 0x3b, 0x62, 0x42, 0x30, 0x16, 0x70, 0x2c, 0x18, 0xc7, 0x4d, 0x15, 0x95, 0x95, 0x98, 0x6f, 0x23, 0x67, 0x1a, 0xd1 } }; static const struct cckprng_op_refresh op_refresh_6270 = { .hd = { .id = 6013, .kind = OP_REFRESH }, .rand = 3730685527313707371ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6271 = { .hd = { .id = 6014, .kind = OP_REFRESH }, .rand = 3190322353176003177ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6272 = { .hd = { .id = 6015, .kind = OP_RESEED }, .nonce = 17662221792450938282ULL, .seed_nbytes = 243, .seed = { 0x01, 0x04, 0xa3, 0x89, 0x70, 0x26, 0x7b, 0xfa, 0x3c, 0x36, 0xcc, 0x09, 0x0c, 0x42, 0xd0, 0x41, 0x3e, 0x09, 0xc4, 0x31, 0x74, 0x7f, 0xe9, 0x91, 0xa9, 0x47, 0xe3, 0xab, 0xf0, 0xcd, 0xf7, 0x57, 0x69, 0xf4, 0x96, 0xc1, 0x3e, 0xdf, 0x73, 0xa5, 0x0d, 0x7c, 0x94, 0x21, 0x49, 0x1c, 0x78, 0x93, 0xe6, 0xe3, 0xc9, 0x93, 0xd9, 0x05, 0xe5, 0xaa, 0x65, 0xb5, 0x6a, 0xcf, 0x7e, 0xef, 0xb8, 0x11, 0xe0, 0xae, 0x92, 0xdd, 0x83, 0x60, 0x13, 0xc4, 0xe8, 0xcd, 0x85, 0xbd, 0x01, 0xce, 0x01, 0xd3, 0x4a, 0x3b, 0x53, 0x7d, 0x54, 0x1c, 0xab, 0xe6, 0xe4, 0xe7, 0xfc, 0x10, 0xe1, 0x7b, 0x80, 0x09, 0x4e, 0xc8, 0x8d, 0x5e, 0xa4, 0x50, 0xea, 0x46, 0x50, 0xfd, 0xb5, 0x58, 0xf4, 0x70, 0xe2, 0x23, 0x27, 0x63, 0xb6, 0x92, 0xed, 0x7e, 0x26, 0xf2, 0xf8, 0x3d, 0x65, 0xa5, 0x63, 0xa6, 0xaf, 0xb3, 0x4e, 0x82, 0x29, 0x6e, 0xde, 0x9f, 0xbb, 0x70, 0xaa, 0xd1, 0xdf, 0x32, 0xe8, 0x8b, 0x5c, 0xa8, 0xa5, 0x1c, 0x31, 0x93, 0xc8, 0x8a, 0xec, 0x98, 0x1b, 0x81, 0x3b, 0xbb, 0x78, 0xfa, 0xd0, 0xe7, 0x7b, 0xa1, 0x08, 0xe9, 0xca, 0xce, 0xf2, 0xba, 0xaa, 0x62, 0x96, 0x7d, 0xd3, 0xa5, 0x98, 0xaf, 0x4f, 0x1b, 0xc7, 0x3b, 0x18, 0xad, 0xdd, 0xdf, 0xf7, 0x88, 0x39, 0x18, 0x06, 0x43, 0x37, 0xa0, 0xc1, 0x1b, 0x45, 0x1f, 0x46, 0x48, 0x66, 0x4b, 0xfe, 0x90, 0x15, 0x9c, 0x0f, 0xbc, 0xcd, 0x1b, 0x89, 0x68, 0x34, 0x00, 0xc8, 0x5e, 0x71, 0x47, 0x61, 0x19, 0x60, 0xba, 0x12, 0x2b, 0x1a, 0xdf, 0x38, 0xe9, 0xcb, 0x45, 0x2a, 0xd5, 0x59, 0x47, 0xd0, 0x30, 0x6e, 0x68, 0xc1, 0xd3, 0xca, 0x14, 0x8f, 0xef, 0xf6 } }; static const struct cckprng_op_generate op_init_6273 = { .hd = { .id = 6016, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0x3b, 0x37, 0x24, 0xf1, 0xac, 0xb8, 0x70, 0x52, 0xda, 0x04, 0xd1, 0xd7, 0x63, 0x93, 0x19, 0x00, 0x56, 0x11, 0xc3, 0x1a, 0x10, 0x04, 0xe5, 0x1f, 0xd2, 0xc8, 0xe7, 0x2e, 0xc0, 0x93, 0xd9, 0x00, 0xed, 0x4e, 0x30, 0xdb, 0xbb, 0x57, 0x05, 0x9c, 0xe9, 0xd0, 0xe8, 0x61, 0x87, 0xcf, 0xa8, 0xb8, 0xc2, 0x44, 0xd8, 0x30, 0xa5, 0xb8, 0x03, 0x32, 0x3b, 0xd8, 0xdf, 0x01, 0xd0, 0x41, 0x86, 0x08, 0xf6, 0xa8, 0xae, 0x29, 0xd0, 0x0a, 0xf2, 0x25, 0xa7, 0x0f, 0x3d, 0xb7, 0x4d, 0x1e, 0xa9, 0x2d, 0x7b, 0xbf, 0xc3, 0x84, 0xfe, 0x4b, 0x92, 0x01, 0xa5, 0xf1 } } }; static const struct cckprng_op_reseed op_reseed_6274 = { .hd = { .id = 6017, .kind = OP_RESEED }, .nonce = 2060583906604390460ULL, .seed_nbytes = 89, .seed = { 0x56, 0x52, 0x41, 0xcd, 0xfa, 0x98, 0x26, 0xfb, 0x6a, 0x24, 0x47, 0x15, 0xd7, 0x3a, 0x00, 0x77, 0x4e, 0x89, 0x1e, 0x6a, 0x13, 0x87, 0xcc, 0x66, 0xc7, 0x9e, 0x39, 0x51, 0xa0, 0xba, 0xb6, 0x8b, 0x1c, 0x9a, 0xee, 0x2d, 0xec, 0xcd, 0x08, 0x53, 0x7e, 0x73, 0x6a, 0x21, 0xe7, 0x3f, 0xe2, 0x5c, 0xa5, 0x75, 0xdf, 0x0a, 0xaa, 0x52, 0xdb, 0xa3, 0xdf, 0xf2, 0x4d, 0x58, 0x40, 0x40, 0xc8, 0x39, 0x04, 0x00, 0x1e, 0x90, 0x13, 0x56, 0xa5, 0xc1, 0x3f, 0xd2, 0xa7, 0x59, 0xfd, 0x0e, 0x37, 0xac, 0x85, 0x4e, 0x38, 0xe2, 0x1e, 0x8a, 0x6d, 0x80, 0x54 } }; static const struct cckprng_op_generate op_init_6275 = { .hd = { .id = 6018, .kind = OP_GENERATE }, .rand_nbytes = 55, .out = { .rand = { 0x4e, 0x54, 0x7a, 0xe3, 0x84, 0xd0, 0x98, 0x69, 0x32, 0x7d, 0x7a, 0xcd, 0x5d, 0xb1, 0xc4, 0x72, 0x41, 0x7c, 0xb9, 0x01, 0x60, 0x95, 0x2f, 0x94, 0xb5, 0xd4, 0x85, 0x49, 0x64, 0xf6, 0x2d, 0x84, 0xda, 0x94, 0x3e, 0xa2, 0xaf, 0xa2, 0xbd, 0x22, 0x9d, 0x75, 0xc3, 0x3d, 0xc0, 0x3d, 0x02, 0x20, 0x73, 0x5f, 0x67, 0x0f, 0x29, 0xe2, 0xf1 } } }; static const struct cckprng_op_refresh op_refresh_6276 = { .hd = { .id = 6019, .kind = OP_REFRESH }, .rand = 16453243828591246186ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6277 = { .hd = { .id = 6020, .kind = OP_GENERATE }, .rand_nbytes = 150, .out = { .rand = { 0x4b, 0x14, 0x28, 0xd7, 0x04, 0xf8, 0x6a, 0x9b, 0xb0, 0x67, 0xf9, 0xb2, 0x99, 0x53, 0x61, 0x18, 0xc3, 0xa7, 0x17, 0xd0, 0xcb, 0x8a, 0x7f, 0x40, 0x39, 0xf4, 0xb1, 0x55, 0xc4, 0x1b, 0xed, 0x34, 0x30, 0x5e, 0xfc, 0x76, 0xda, 0x0b, 0xd8, 0x12, 0xcf, 0x91, 0x7d, 0xd6, 0x73, 0xc6, 0x30, 0xb5, 0x44, 0xbf, 0x27, 0xa3, 0xd0, 0xa1, 0x37, 0x12, 0x5a, 0x7b, 0xcd, 0xf0, 0x12, 0x20, 0x32, 0x4a, 0x68, 0x68, 0xcd, 0xe8, 0xd1, 0x7b, 0x42, 0x60, 0x72, 0x06, 0xcc, 0x2c, 0xe8, 0xeb, 0xb8, 0xcb, 0x96, 0x60, 0x34, 0xad, 0x56, 0xec, 0xfc, 0x13, 0x3f, 0x6e, 0x19, 0x4f, 0xec, 0x21, 0x47, 0x8a, 0xe3, 0xfb, 0x63, 0x1a, 0xb0, 0x88, 0xbc, 0x89, 0x9a, 0xac, 0x2d, 0x17, 0x4d, 0xa0, 0x21, 0x74, 0x15, 0xef, 0x5f, 0x43, 0xba, 0x12, 0xd7, 0xfa, 0xc1, 0xde, 0xbe, 0x19, 0x80, 0x2e, 0x60, 0x35, 0xe3, 0x24, 0x5f, 0xbd, 0x9a, 0xbf, 0xc9, 0xca, 0x02, 0x03, 0x1b, 0x08, 0x6e, 0x76, 0x02, 0xbb, 0xb2, 0xb4, 0xfe, 0xf7, 0xbe, 0x73 } } }; static const struct cckprng_op_generate op_init_6278 = { .hd = { .id = 6021, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0xb2, 0x74, 0x43, 0x0b, 0x59, 0xf2, 0x6c, 0x05, 0x16, 0xa3, 0xe2, 0x01 } } }; static const struct cckprng_op_refresh op_refresh_6279 = { .hd = { .id = 6022, .kind = OP_REFRESH }, .rand = 1691858395495021491ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6280 = { .hd = { .id = 6023, .kind = OP_RESEED }, .nonce = 17990804107445720741ULL, .seed_nbytes = 130, .seed = { 0x1a, 0x6b, 0x92, 0x3e, 0x8b, 0x1f, 0xfb, 0x58, 0x5d, 0x04, 0xe7, 0x4a, 0x7f, 0x7d, 0x40, 0x5f, 0x64, 0x1b, 0x66, 0x06, 0x02, 0xa0, 0xe3, 0x2f, 0x6d, 0x5c, 0x35, 0xed, 0xeb, 0x34, 0xfa, 0xd6, 0x6f, 0x34, 0xea, 0xc9, 0xd1, 0x0d, 0xe4, 0xcc, 0x05, 0xba, 0xd7, 0x62, 0x1e, 0x91, 0x83, 0xc3, 0xc8, 0xfa, 0x1f, 0xf8, 0x66, 0xac, 0xdb, 0x0c, 0xf0, 0xad, 0xe0, 0x78, 0x68, 0xa4, 0xb9, 0xd8, 0x5b, 0x63, 0x34, 0x6f, 0x79, 0x29, 0x35, 0x86, 0xcf, 0xa8, 0xa1, 0x34, 0x48, 0xa1, 0xeb, 0x31, 0xa5, 0xed, 0x44, 0xaf, 0x9b, 0x84, 0xca, 0x6f, 0x27, 0x00, 0xb6, 0xe2, 0x07, 0x67, 0xb8, 0xc7, 0x19, 0xcf, 0xda, 0x02, 0xfd, 0xa2, 0x16, 0x4e, 0x66, 0x67, 0xcd, 0xcd, 0x48, 0x5b, 0x67, 0xec, 0x19, 0x86, 0x86, 0xc4, 0x26, 0x70, 0x4e, 0x3a, 0xbe, 0x20, 0xec, 0xac, 0xa2, 0xa7, 0x1c, 0x60, 0x43, 0xb4 } }; static const struct cckprng_op_generate op_init_6281 = { .hd = { .id = 6024, .kind = OP_GENERATE }, .rand_nbytes = 215, .out = { .rand = { 0xd0, 0x86, 0xd4, 0x18, 0xf2, 0x92, 0x9d, 0xd7, 0xa5, 0xac, 0x1c, 0xcb, 0x18, 0x1f, 0xa6, 0x58, 0x8d, 0x66, 0x22, 0x6e, 0xdb, 0xaa, 0x9c, 0x9c, 0xfd, 0xcb, 0xae, 0x0c, 0xb4, 0xa5, 0xc5, 0x32, 0x4c, 0xa3, 0x2d, 0xa7, 0xa4, 0x84, 0x6a, 0x0f, 0x20, 0xf2, 0x2c, 0x8f, 0xe4, 0x09, 0xf4, 0x44, 0xf2, 0xa6, 0x66, 0xe9, 0x43, 0x05, 0x17, 0xfb, 0xac, 0x3d, 0x7e, 0xf2, 0x1c, 0x97, 0x0c, 0x53, 0x40, 0xce, 0x8e, 0xd7, 0xd3, 0x48, 0x2b, 0x19, 0x97, 0x47, 0xac, 0x82, 0xdb, 0x36, 0x7f, 0xa8, 0x37, 0xb3, 0x33, 0x42, 0xcd, 0xac, 0x75, 0xe7, 0xba, 0x5a, 0xd3, 0x81, 0x8b, 0xf9, 0x94, 0x87, 0x70, 0x6e, 0x99, 0x92, 0x83, 0x2c, 0x42, 0xc6, 0x4f, 0x19, 0xb9, 0x96, 0x02, 0x81, 0x82, 0x89, 0x9d, 0x8a, 0xec, 0x27, 0x51, 0x4f, 0x4b, 0x81, 0xd4, 0xfc, 0x8a, 0x7e, 0x96, 0x59, 0x68, 0xea, 0x20, 0x71, 0x3a, 0xc1, 0x5c, 0xbd, 0xcd, 0xaf, 0x69, 0x53, 0xee, 0xd2, 0x3a, 0x53, 0x31, 0x5e, 0x2c, 0x7d, 0x2b, 0x9c, 0x54, 0xc2, 0x42, 0xd4, 0xb3, 0xe9, 0xc1, 0x98, 0x01, 0x48, 0xd8, 0x47, 0x64, 0x37, 0xd4, 0xe2, 0xfb, 0x57, 0xc6, 0x2b, 0x3e, 0x22, 0xe6, 0x8f, 0x75, 0x99, 0xfd, 0x4c, 0x70, 0xf1, 0x6e, 0x53, 0xac, 0xe9, 0x86, 0x05, 0x55, 0xcf, 0x9a, 0x3c, 0xaf, 0x32, 0x0f, 0xbd, 0x2e, 0xb3, 0xaf, 0x1e, 0x84, 0xaf, 0x24, 0xc7, 0x15, 0xc8, 0xa1, 0x78, 0x3b, 0x35, 0x47, 0x37, 0x99, 0x79, 0x1a, 0x6e, 0x22, 0x6d, 0xb1 } } }; static const struct cckprng_op_reseed op_reseed_6282 = { .hd = { .id = 6025, .kind = OP_RESEED }, .nonce = 14763291281697852898ULL, .seed_nbytes = 172, .seed = { 0xc1, 0x1e, 0xec, 0x91, 0xfd, 0x4b, 0x46, 0x97, 0x85, 0xb5, 0x7b, 0x94, 0x68, 0xf1, 0xe9, 0x2b, 0x6a, 0xb5, 0x51, 0xb5, 0x5b, 0xcd, 0xd0, 0x4a, 0x36, 0xb0, 0xa4, 0xf5, 0xcf, 0x02, 0xe3, 0xb4, 0x68, 0xf0, 0xb2, 0xa3, 0x49, 0x2d, 0xc5, 0xbb, 0x7c, 0xa1, 0xc0, 0x0e, 0x08, 0xe8, 0xb1, 0x93, 0xe9, 0x64, 0x98, 0xa2, 0x4f, 0x28, 0x1f, 0x61, 0x01, 0x32, 0xb6, 0x04, 0xe9, 0x33, 0xf8, 0x05, 0x24, 0xa9, 0x4a, 0x67, 0xaa, 0x67, 0x88, 0xda, 0x43, 0x08, 0x67, 0x7f, 0x23, 0x08, 0x66, 0x06, 0xb7, 0x87, 0x6a, 0x59, 0x8c, 0x19, 0xab, 0x42, 0x58, 0x84, 0x5e, 0xfc, 0x73, 0x75, 0xe1, 0x0f, 0x03, 0x4d, 0xe0, 0x7a, 0x09, 0xb5, 0xed, 0xf9, 0xfe, 0x36, 0xcf, 0xaf, 0xf3, 0xda, 0x69, 0x91, 0xdc, 0x16, 0xb5, 0x13, 0x51, 0x20, 0xc4, 0x1e, 0x26, 0xfe, 0x04, 0x24, 0xb5, 0x69, 0xea, 0x6c, 0x7b, 0x9e, 0xe3, 0xa2, 0xd3, 0x7c, 0x3e, 0x9a, 0x76, 0x1f, 0xa6, 0x4c, 0x0b, 0x12, 0x60, 0x9c, 0x22, 0xa5, 0x44, 0x65, 0xc5, 0x46, 0x20, 0xd5, 0x59, 0xde, 0xd6, 0x84, 0xb1, 0xb2, 0xe1, 0xfc, 0x31, 0x42, 0x32, 0x34, 0xe4, 0x17, 0x5a, 0x0f, 0xf8, 0x1a, 0x92, 0x09 } }; static const struct cckprng_op_generate op_init_6283 = { .hd = { .id = 6026, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0x25, 0x53, 0x63, 0x9c, 0x77, 0x90, 0x7a, 0x11, 0xde, 0xe0, 0xf8, 0xfc, 0xf6, 0x95, 0x37, 0xcb, 0x6d, 0xf8, 0x01, 0x71, 0x4b, 0x32, 0xb9, 0x67, 0x95, 0x91, 0xb7, 0xda, 0xfc, 0x29, 0xc8, 0x10, 0x04, 0xa5, 0x69, 0xfb, 0x98, 0x3e, 0xf8, 0xd6, 0xc5, 0x04, 0xd2, 0xbf, 0x4c, 0xb7, 0x87, 0xf5, 0x71, 0x6b, 0x36, 0x8d, 0xab, 0x66, 0x2c, 0x8d, 0x12, 0xd7, 0xd9, 0x7e, 0xea, 0x5c, 0x11, 0x8d, 0xfc, 0xfb } } }; static const struct cckprng_op_reseed op_reseed_6284 = { .hd = { .id = 6027, .kind = OP_RESEED }, .nonce = 3684470843053013781ULL, .seed_nbytes = 113, .seed = { 0xb2, 0xc8, 0x0c, 0x01, 0x06, 0x4f, 0x34, 0x58, 0xee, 0x91, 0x28, 0x78, 0xc8, 0xd8, 0x24, 0x3b, 0x78, 0x5e, 0xc7, 0xc6, 0xdf, 0xb0, 0xbf, 0xa2, 0xfd, 0xcb, 0xa9, 0x49, 0x62, 0x62, 0xef, 0x28, 0x43, 0xd7, 0x88, 0x5d, 0x37, 0x05, 0x36, 0x0e, 0x23, 0x7d, 0x2e, 0x5e, 0xd4, 0x9d, 0x70, 0xf8, 0x82, 0x49, 0x5d, 0x70, 0x0d, 0xdd, 0x39, 0x1c, 0xf2, 0x4d, 0x84, 0x9d, 0xec, 0xb3, 0x53, 0x65, 0x40, 0xe1, 0x30, 0x7f, 0x10, 0x44, 0x6d, 0xf9, 0x39, 0x36, 0x32, 0x0b, 0xc5, 0x33, 0x49, 0x6b, 0x1f, 0xad, 0x07, 0x79, 0x3b, 0x3e, 0xa0, 0xb5, 0xf3, 0xbd, 0xb3, 0x1c, 0x3a, 0x3d, 0x27, 0xb0, 0x21, 0xdb, 0x57, 0xe6, 0x67, 0x5c, 0xf5, 0x68, 0x38, 0xab, 0x40, 0xe6, 0xb8, 0xc1, 0x2f, 0x78, 0xfb } }; static const struct cckprng_op_reseed op_reseed_6285 = { .hd = { .id = 6028, .kind = OP_RESEED }, .nonce = 13859399589929826253ULL, .seed_nbytes = 27, .seed = { 0xea, 0x18, 0x72, 0x09, 0xca, 0x26, 0x98, 0x9f, 0x34, 0x7a, 0xb6, 0x56, 0x77, 0x5a, 0xd8, 0x9a, 0x94, 0x96, 0x5e, 0xa5, 0x74, 0xd4, 0x15, 0xc1, 0xf0, 0x72, 0x93 } }; static const struct cckprng_op_reseed op_reseed_6286 = { .hd = { .id = 6029, .kind = OP_RESEED }, .nonce = 10356082180046433667ULL, .seed_nbytes = 239, .seed = { 0xd3, 0x69, 0xc4, 0xc3, 0xa8, 0x71, 0xf9, 0x8e, 0xba, 0x4a, 0xb4, 0x06, 0x38, 0x08, 0x40, 0xe9, 0xed, 0x9b, 0xc1, 0x9a, 0x5f, 0x1f, 0x97, 0x0a, 0x03, 0x42, 0x1f, 0x43, 0x4a, 0x66, 0xb7, 0x2e, 0x5f, 0x84, 0x3e, 0x66, 0xa6, 0x6c, 0x38, 0xe2, 0x07, 0xbc, 0xf0, 0x28, 0x21, 0x42, 0x55, 0x87, 0x70, 0xa8, 0xa0, 0x21, 0x66, 0x09, 0x51, 0x27, 0xbd, 0x01, 0x7b, 0xdb, 0x9e, 0x15, 0xf7, 0xfd, 0xaa, 0xb2, 0xeb, 0x78, 0xc2, 0x99, 0xd6, 0x9f, 0xa9, 0xf5, 0x0e, 0x11, 0x70, 0x10, 0x4b, 0x11, 0x7c, 0xdb, 0xff, 0xb7, 0x31, 0x38, 0xed, 0x4a, 0x3d, 0x77, 0x37, 0x7e, 0x01, 0x6f, 0x75, 0xda, 0xb9, 0xb8, 0x81, 0xce, 0x6d, 0xe9, 0xc1, 0x0a, 0xf6, 0xab, 0xa6, 0x1d, 0xec, 0xbc, 0x9b, 0x08, 0x3b, 0x08, 0xfc, 0x4e, 0x76, 0x1d, 0x48, 0x7f, 0xc7, 0x73, 0x4a, 0xb2, 0x37, 0x9f, 0x69, 0x5c, 0x2d, 0xc5, 0x04, 0xcf, 0xfe, 0x81, 0x16, 0x18, 0x82, 0xcc, 0x1e, 0x9e, 0x2f, 0x1b, 0xe7, 0x38, 0x1c, 0x21, 0x38, 0xcd, 0xa5, 0x47, 0x71, 0x59, 0x10, 0x6c, 0x7f, 0x56, 0xcf, 0xd8, 0x17, 0x39, 0x60, 0x0c, 0xda, 0xa4, 0x0f, 0x33, 0x48, 0x56, 0x2b, 0x6f, 0x8d, 0x29, 0xfb, 0xb3, 0xba, 0x4d, 0xd4, 0x25, 0x3b, 0xff, 0x4f, 0x4b, 0x71, 0x0c, 0xad, 0xe2, 0x19, 0x41, 0x55, 0x37, 0x9a, 0x08, 0x78, 0x1f, 0x73, 0x6c, 0x9b, 0x33, 0x35, 0xd4, 0x0c, 0x68, 0x58, 0x8f, 0x3e, 0x76, 0x2f, 0x7f, 0xc0, 0x19, 0x62, 0x29, 0x0b, 0x32, 0xd7, 0x8a, 0x5d, 0xd8, 0xfd, 0xdd, 0xe6, 0xf3, 0x96, 0xad, 0x4f, 0xd7, 0x78, 0xfd, 0x96, 0xac, 0x5e, 0xa4, 0x25, 0x7b, 0xc8, 0x57, 0x49, 0x63, 0xa3 } }; static const struct cckprng_op_generate op_init_6287 = { .hd = { .id = 6030, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0xd6, 0xf1, 0xb8, 0x1e, 0xd5, 0xb9, 0x19, 0x2c, 0xd9, 0x9f, 0xde, 0x36, 0xf4, 0x1c, 0xbd, 0x9f, 0x63, 0x2f, 0x85, 0x58, 0xe6, 0xfe, 0x73, 0xff, 0x91, 0x01, 0x6c, 0x4a, 0x42, 0xe9, 0xfa, 0x79, 0x0f, 0xf9, 0x13, 0x96, 0xa5, 0x7c, 0x23, 0xa8, 0xc1, 0xf1, 0x41, 0xdd, 0x16, 0x91, 0x13, 0x9d, 0xb3, 0xaf, 0x4e, 0x41, 0x0a, 0xe2, 0xad, 0x4f, 0x9f, 0x0e, 0xe2, 0x87, 0xfb, 0x82, 0xe8, 0xa3, 0x04, 0xed, 0xce, 0x42, 0x80, 0x8d, 0xcd, 0xa7, 0x3a, 0x36, 0x7b, 0x06, 0x86, 0x06, 0x55, 0x69, 0x91, 0x8b, 0x75, 0xa2, 0x2e, 0xf7, 0xfa, 0xb0, 0xce, 0x79, 0xea, 0xbc, 0x3c, 0x1c, 0x78, 0x02, 0x37, 0xfc, 0x5d, 0x31, 0x53, 0xd9, 0x9f, 0x10, 0x63, 0xfe, 0x4a, 0xa7, 0x1c, 0x24, 0x52, 0x1b, 0x19, 0x1b, 0x65, 0x9a, 0xe7, 0x58, 0x54, 0xae, 0x6c, 0x59, 0xb0, 0x4f, 0xe7, 0xdf, 0x7d, 0x04, 0x8a, 0x37, 0xc4, 0x06, 0x2f, 0x20, 0xa7, 0xa9, 0xa3, 0xe7, 0xeb, 0x43, 0xc5, 0x9d, 0xa8, 0xd6, 0x19, 0xa4, 0x63, 0x28, 0xa6, 0x1f, 0x37, 0x4a, 0x95, 0xa6, 0xe0, 0x74, 0xc7, 0x9f, 0xe0, 0x96, 0xf3, 0x9b, 0x2e, 0x7d, 0xbb, 0xd7, 0x9d, 0x12, 0xdd, 0x45, 0xd0, 0x5f, 0xba, 0xfa, 0x69, 0x71, 0x7c, 0xef, 0x92, 0x22, 0xc8, 0x41, 0x76, 0x3a, 0x65, 0x66, 0x29, 0xdd, 0x16, 0xda, 0x37, 0xc9, 0x3f, 0x8b, 0xb9, 0x0a, 0x6d, 0x29, 0x00, 0xec, 0xf2, 0x7b, 0x0a, 0x21, 0xa2, 0x41, 0xf1, 0xc2, 0xef, 0x76, 0x07, 0x5c, 0x9a, 0x3d, 0x6f, 0x16, 0xba, 0x24, 0x4c, 0x62, 0xc5, 0x7c, 0x5e, 0x13, 0x01, 0x76, 0xdc, 0x14, 0x29, 0x96, 0x91, 0x2e, 0x91, 0x73, 0x91, 0x6e } } }; static const struct cckprng_op_generate op_init_6288 = { .hd = { .id = 6031, .kind = OP_GENERATE }, .rand_nbytes = 10, .out = { .rand = { 0x1d, 0x39, 0x5a, 0x20, 0xf8, 0xb4, 0x51, 0x70, 0x31, 0xfa } } }; static const struct cckprng_op_refresh op_refresh_6289 = { .hd = { .id = 6032, .kind = OP_REFRESH }, .rand = 17627091957099779104ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6290 = { .hd = { .id = 6033, .kind = OP_RESEED }, .nonce = 11569407258712875705ULL, .seed_nbytes = 116, .seed = { 0x73, 0xa0, 0x9d, 0x2b, 0x14, 0x6c, 0xa4, 0x8d, 0x9e, 0x51, 0x21, 0xa4, 0x10, 0x46, 0x0d, 0xe9, 0x19, 0x61, 0xdb, 0x81, 0x83, 0x90, 0xa9, 0x02, 0xee, 0xea, 0x24, 0x1b, 0xbf, 0x44, 0xd9, 0x42, 0x44, 0x67, 0x06, 0x01, 0x83, 0xf6, 0x4c, 0x3f, 0x66, 0x51, 0x0f, 0xba, 0x42, 0x9c, 0x29, 0xde, 0xc8, 0x83, 0x73, 0xf4, 0x99, 0x96, 0x5b, 0xbb, 0x4b, 0xa3, 0x95, 0x8f, 0x47, 0xce, 0x03, 0xde, 0x52, 0x94, 0xa2, 0x15, 0x5a, 0xb6, 0x16, 0x97, 0x60, 0xeb, 0xbf, 0xec, 0x4c, 0x17, 0x4c, 0xeb, 0x29, 0x68, 0x0c, 0x22, 0x2b, 0xea, 0xb4, 0x7e, 0x0a, 0xe7, 0x4b, 0xa6, 0x31, 0xba, 0xbb, 0x75, 0xf7, 0x14, 0xb2, 0x5d, 0xf6, 0x75, 0x02, 0x1a, 0x6c, 0xd8, 0x7c, 0xe3, 0x50, 0xcf, 0x8f, 0x75, 0xab, 0x92, 0xed, 0x6f } }; static const struct cckprng_op_generate op_init_6291 = { .hd = { .id = 6034, .kind = OP_GENERATE }, .rand_nbytes = 40, .out = { .rand = { 0xdc, 0x1d, 0xac, 0x6d, 0x6c, 0x35, 0x21, 0x76, 0xb2, 0x3c, 0x69, 0x66, 0x7d, 0x8c, 0xb6, 0xd6, 0xd6, 0x3b, 0x0b, 0x2a, 0x4a, 0x2b, 0x5f, 0xca, 0x38, 0x63, 0x12, 0x71, 0x89, 0x92, 0x33, 0xed, 0x18, 0x12, 0x69, 0xaa, 0x1f, 0xed, 0x91, 0xc7 } } }; static const struct cckprng_op_generate op_init_6292 = { .hd = { .id = 6035, .kind = OP_GENERATE }, .rand_nbytes = 131, .out = { .rand = { 0x01, 0xad, 0x4c, 0x21, 0x20, 0xf9, 0xde, 0x95, 0x5e, 0xd8, 0xda, 0x4d, 0xf7, 0x01, 0xd9, 0x04, 0xa6, 0x18, 0x53, 0x0c, 0xd7, 0x82, 0xf6, 0xec, 0x05, 0x37, 0xd1, 0xc8, 0x07, 0xc3, 0xdd, 0x32, 0x39, 0x06, 0xdd, 0x37, 0x41, 0x38, 0xc4, 0xe3, 0x77, 0xe0, 0x69, 0x4d, 0x02, 0x3b, 0x08, 0xd4, 0x8a, 0x39, 0xa5, 0x37, 0x63, 0x28, 0x92, 0x7d, 0x4c, 0xdd, 0x3c, 0xe1, 0x37, 0x27, 0x29, 0xe6, 0xfa, 0x37, 0x08, 0x0f, 0x7b, 0x48, 0x9d, 0xe1, 0x18, 0x12, 0xdc, 0x17, 0x3f, 0x4a, 0xd4, 0x67, 0x5d, 0xf6, 0xc2, 0xe5, 0x30, 0x58, 0x8c, 0x77, 0xcc, 0xe5, 0xd6, 0x14, 0xcc, 0x92, 0xe9, 0xd9, 0xc9, 0xbe, 0x09, 0xa7, 0xf4, 0xc2, 0xbb, 0x89, 0x53, 0x63, 0xa0, 0x71, 0x07, 0xf7, 0x36, 0xde, 0xcb, 0x4b, 0x55, 0xb5, 0xe0, 0x14, 0x82, 0x5e, 0xbb, 0xde, 0x2c, 0x99, 0x47, 0x82, 0xf8, 0xae, 0xe6, 0xf4, 0xc1 } } }; static const struct cckprng_op_generate op_init_6293 = { .hd = { .id = 6036, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0x87, 0x85, 0xb5, 0xfb, 0xb6, 0x3c, 0x41, 0xde, 0x50, 0xaa, 0x13, 0x73, 0xa2, 0x81, 0x4e, 0x02, 0x8f, 0x0f, 0x82, 0x5f, 0x99, 0x0c, 0xbb, 0x0a, 0xda, 0x83, 0x4f, 0x3a, 0xad, 0x91, 0xe7, 0x80, 0xa3, 0x86, 0xad, 0x89, 0x3a, 0x0a, 0x5b, 0x92, 0xe3, 0x7e, 0x44, 0x26, 0x03, 0x5b, 0xc0, 0x82, 0x8f, 0x43, 0x82, 0x53, 0xe3, 0xdf, 0x27, 0xed, 0xfa, 0x7e, 0x48, 0x82, 0x90, 0x1d, 0x2f, 0x64, 0xad, 0x15, 0x99, 0x4c, 0xc1, 0x2c, 0x75, 0x04, 0x75, 0x65, 0x8a, 0x3c, 0x76, 0x1e, 0xec, 0xdc, 0xb5, 0x0b, 0xaf, 0xda, 0xf3, 0xcc, 0x87, 0x8d, 0xa3, 0x67, 0x7e, 0x86, 0x38, 0x5c, 0x27, 0x77, 0x91, 0x5d, 0x8d, 0x2b, 0x08, 0xa8, 0xa7, 0x89, 0x63, 0x8f, 0xb7, 0xec, 0xdc, 0x9e, 0xd8, 0xab, 0x72, 0x0d, 0x01, 0x89, 0x9c, 0x74, 0x51, 0xf4, 0x4c, 0xa0, 0x73, 0xd2, 0x6a, 0x1b, 0x98, 0xf8, 0x26, 0x6a, 0x56, 0xc3, 0x79, 0x5d, 0x30, 0xcf, 0xfd, 0x16, 0x46, 0x56, 0xc3, 0x8f, 0xa8, 0x24, 0x01, 0xa6, 0x27, 0x3a, 0xf8, 0x7a, 0x87, 0x57, 0x8b, 0x1c, 0xc3, 0x63, 0xcf, 0x8a, 0x73, 0xb7, 0x39, 0xbe, 0x41, 0x35, 0x73, 0xbc, 0x56, 0xb1, 0x2f, 0x64, 0x21, 0x34, 0x4d, 0xad, 0x62, 0xf9, 0xb5, 0x95, 0x48, 0xe6, 0x93, 0xc4, 0x9b, 0x73, 0xd0, 0x16, 0x1d, 0x96, 0x7b, 0xc1, 0xdb, 0x2b, 0xd4, 0x31, 0xcc, 0x0f, 0xc7, 0xbb, 0x60, 0x5a, 0xd9, 0x2a, 0xd1, 0x24, 0x45, 0x91, 0x5c, 0x11, 0x93, 0x9c, 0x80, 0x27, 0xf3, 0xad, 0x84, 0xfa, 0xe1, 0x43, 0x91, 0x4c, 0x43, 0xe5, 0xb4, 0xc2, 0x21, 0x09, 0x60, 0x8d, 0xe2, 0xbb, 0xd2, 0xd8, 0xb2, 0xb5, 0xdd, 0xcb, 0x8e, 0xfc, 0x53, 0x23, 0x93, 0xe6, 0xf7, 0x21, 0x37, 0xce, 0xfb, 0xe5, 0xf2, 0xab, 0xa9, 0xab, 0x19, 0x02, 0x13, 0x2a, 0x9a, 0xf6, 0x06 } } }; static const struct cckprng_op_refresh op_refresh_6294 = { .hd = { .id = 6037, .kind = OP_REFRESH }, .rand = 808928139271639027ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6295 = { .hd = { .id = 6038, .kind = OP_RESEED }, .nonce = 8312120182527605373ULL, .seed_nbytes = 61, .seed = { 0x15, 0x55, 0x20, 0xb6, 0x1d, 0x40, 0x43, 0x16, 0xe3, 0xaf, 0x96, 0xef, 0x6e, 0x6e, 0xa3, 0x37, 0x0f, 0x5e, 0x26, 0xa5, 0x44, 0x5a, 0xda, 0xd4, 0xd2, 0x19, 0x2f, 0x72, 0x2f, 0x0e, 0x04, 0xcf, 0xeb, 0x72, 0x74, 0x43, 0x74, 0xe4, 0xe3, 0x08, 0xc0, 0xad, 0xf7, 0x7a, 0x14, 0x56, 0xa5, 0x4e, 0x33, 0x75, 0xee, 0x90, 0x7f, 0x8d, 0xae, 0x00, 0x57, 0x86, 0x98, 0xe3, 0xc7 } }; static const struct cckprng_op_reseed op_reseed_6296 = { .hd = { .id = 6039, .kind = OP_RESEED }, .nonce = 206786222032263657ULL, .seed_nbytes = 271, .seed = { 0x70, 0xdd, 0x49, 0xd2, 0x41, 0x61, 0xa2, 0x9c, 0x4f, 0xed, 0x4d, 0xc7, 0x31, 0x81, 0xb5, 0xa2, 0x82, 0x52, 0x47, 0xd0, 0x53, 0xd0, 0xfc, 0x53, 0xb2, 0xaa, 0x27, 0xc0, 0xc3, 0x78, 0xd6, 0xe0, 0x9a, 0x19, 0xdd, 0xbc, 0x1c, 0x4b, 0x67, 0xa4, 0x6f, 0x34, 0x68, 0x4c, 0x0b, 0xa0, 0xb3, 0x61, 0x11, 0x8a, 0x9e, 0x94, 0xba, 0x26, 0x55, 0xae, 0xac, 0x50, 0x10, 0x8b, 0xb8, 0x82, 0xd6, 0x86, 0xe8, 0x6e, 0x00, 0x96, 0xf4, 0xc4, 0x08, 0xb6, 0x7b, 0x31, 0xd0, 0xe0, 0x2c, 0x14, 0x23, 0x5f, 0xfe, 0xe9, 0x96, 0xea, 0xae, 0x5a, 0xde, 0xf9, 0x70, 0x0f, 0x5c, 0xd5, 0xcd, 0xd0, 0x2e, 0x84, 0xe0, 0x51, 0xf9, 0x3a, 0x8d, 0x50, 0xdd, 0x78, 0xe7, 0xc8, 0xf2, 0x8b, 0xcc, 0xa3, 0x63, 0x1d, 0xd3, 0x83, 0xd2, 0x4d, 0x13, 0x75, 0xdb, 0xb4, 0x35, 0x7e, 0x68, 0x36, 0xaf, 0x83, 0x2d, 0x63, 0xdf, 0xa6, 0xe0, 0xe1, 0x06, 0xf5, 0xe5, 0x2a, 0xc5, 0xda, 0x61, 0x6e, 0x67, 0x9b, 0x41, 0xc2, 0x59, 0xf4, 0x38, 0x4f, 0xb7, 0x3a, 0xf3, 0x03, 0x0c, 0xe8, 0xb5, 0xec, 0x4f, 0x38, 0xbc, 0x37, 0x9e, 0x13, 0xf5, 0x48, 0x5c, 0x71, 0xfe, 0x0b, 0x82, 0x4c, 0x83, 0xea, 0x5b, 0x91, 0xeb, 0x86, 0x8a, 0x29, 0x5e, 0x03, 0x6b, 0xbf, 0x08, 0x22, 0x5b, 0x97, 0x15, 0x69, 0x00, 0xcf, 0x17, 0x5c, 0x1c, 0x9f, 0x9d, 0x40, 0xbf, 0xbf, 0x9a, 0xe9, 0xa7, 0xeb, 0xc8, 0x09, 0x57, 0x62, 0x5b, 0xa4, 0x2b, 0xac, 0x3e, 0x77, 0x77, 0x65, 0xe0, 0x5b, 0x7f, 0xab, 0x21, 0x71, 0x19, 0x5f, 0x8f, 0x28, 0xb2, 0xc6, 0x79, 0x7b, 0xe7, 0x98, 0x23, 0x48, 0x65, 0x13, 0xea, 0x96, 0x87, 0x2c, 0xaf, 0xfa, 0xe1, 0xac, 0x40, 0x27, 0xce, 0x1c, 0x60, 0x7e, 0xe6, 0x42, 0xf5, 0xc9, 0xe0, 0x16, 0x6e, 0x93, 0x34, 0x00, 0xd9, 0x5d, 0x4a, 0xff, 0xd8, 0x29, 0x0f, 0xc5, 0xf8, 0x7a, 0x21, 0x26, 0xfb } }; static const struct cckprng_op_generate op_init_6297 = { .hd = { .id = 6040, .kind = OP_GENERATE }, .rand_nbytes = 189, .out = { .rand = { 0x42, 0x05, 0x85, 0x67, 0x48, 0xf4, 0xa8, 0x04, 0x67, 0xe8, 0x2f, 0x47, 0x7d, 0x2d, 0x1e, 0x68, 0x70, 0xd4, 0x99, 0x14, 0xe2, 0x68, 0xf2, 0x5f, 0x67, 0x8d, 0x0b, 0x37, 0x47, 0x0e, 0x27, 0xff, 0x22, 0x63, 0xb8, 0xc5, 0x48, 0xb5, 0x83, 0xfd, 0x4d, 0x87, 0x78, 0xeb, 0xf2, 0x2d, 0xb9, 0x2c, 0x94, 0xd3, 0x54, 0xae, 0xec, 0x60, 0x3e, 0x5f, 0x52, 0xab, 0x05, 0x22, 0x7b, 0x38, 0xda, 0x30, 0x76, 0x28, 0x36, 0xda, 0x0c, 0xce, 0x72, 0xb7, 0x6c, 0x2a, 0xf9, 0x73, 0x50, 0xe7, 0x92, 0x12, 0x5a, 0xd4, 0xb7, 0x63, 0xbe, 0x90, 0xaa, 0xb8, 0x81, 0x16, 0x86, 0xdd, 0x9d, 0x98, 0x50, 0x8d, 0x3f, 0xc0, 0x77, 0xb8, 0x4b, 0x58, 0x64, 0xd4, 0xec, 0x93, 0xf1, 0x7c, 0x58, 0xba, 0x3f, 0x1b, 0xe9, 0xaf, 0x41, 0x9f, 0x76, 0xa5, 0xfe, 0x08, 0x5c, 0x47, 0x73, 0xcd, 0x27, 0x80, 0x5e, 0x81, 0xc2, 0x99, 0xcf, 0x66, 0xb4, 0x8b, 0x19, 0x03, 0xb2, 0xe5, 0x46, 0xc2, 0x9a, 0x7a, 0x35, 0x9d, 0x04, 0x40, 0xf1, 0xfa, 0xd2, 0xdb, 0x4e, 0xf2, 0x34, 0xd6, 0xef, 0x06, 0x68, 0x07, 0x7a, 0x53, 0x07, 0x88, 0x76, 0xfe, 0xf6, 0x41, 0xfe, 0x26, 0xc6, 0x9e, 0x3a, 0xa6, 0x3f, 0x36, 0xd3, 0x23, 0xde, 0x6b, 0xfd, 0xa3, 0xc7, 0xaf, 0x05, 0x9a, 0x7b, 0x7b, 0x62, 0x1e, 0x99 } } }; static const struct cckprng_op_reseed op_reseed_6298 = { .hd = { .id = 6041, .kind = OP_RESEED }, .nonce = 11820446124451169123ULL, .seed_nbytes = 25, .seed = { 0x03, 0x53, 0x55, 0x64, 0x85, 0x82, 0x48, 0x37, 0x9d, 0x5f, 0x0c, 0x51, 0xd2, 0x57, 0xcd, 0x04, 0x67, 0xaf, 0x33, 0x3d, 0x4d, 0x66, 0xa9, 0xb5, 0xe7 } }; static const struct cckprng_op_refresh op_refresh_6299 = { .hd = { .id = 6042, .kind = OP_REFRESH }, .rand = 11412259162408011654ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6300 = { .hd = { .id = 6043, .kind = OP_GENERATE }, .rand_nbytes = 236, .out = { .rand = { 0xf8, 0x65, 0x05, 0x83, 0xb4, 0xd3, 0xcf, 0x74, 0x86, 0x4f, 0x21, 0xf4, 0xd2, 0x18, 0x9d, 0xe6, 0x2c, 0xa5, 0xb0, 0xe1, 0x63, 0x7d, 0xa5, 0x28, 0xdd, 0x3d, 0x87, 0xe8, 0xc2, 0xfa, 0x34, 0xe4, 0xdf, 0xb4, 0x78, 0x70, 0x23, 0x0e, 0x58, 0x42, 0xb3, 0xd8, 0x66, 0x4a, 0xc2, 0xaa, 0xd3, 0x0b, 0x20, 0xe3, 0x7a, 0x59, 0x6b, 0x76, 0x27, 0x6f, 0xc0, 0x43, 0xcb, 0xf4, 0x9c, 0x24, 0xee, 0xa1, 0x6c, 0x03, 0x7e, 0xfb, 0x74, 0x2a, 0xbd, 0xb3, 0xbe, 0xf8, 0x3c, 0x47, 0x9f, 0x8b, 0x82, 0xdc, 0x4e, 0x97, 0xb4, 0xc2, 0x63, 0x14, 0x95, 0xe2, 0xc9, 0x71, 0x85, 0xad, 0x1d, 0x49, 0x6f, 0x65, 0x2d, 0xc2, 0x44, 0xe4, 0xbe, 0x69, 0x2b, 0xc5, 0x60, 0xe1, 0x1b, 0x92, 0xab, 0x91, 0x06, 0xce, 0x4f, 0xb3, 0x4e, 0xcf, 0x39, 0x46, 0x52, 0x28, 0x62, 0x16, 0x30, 0x79, 0x2f, 0x8c, 0x42, 0x61, 0x1d, 0x70, 0x09, 0x4b, 0x45, 0xd2, 0x85, 0xeb, 0xc9, 0x86, 0x3d, 0x2f, 0xde, 0xfc, 0x77, 0x4a, 0x81, 0xbf, 0x83, 0x18, 0x84, 0x6b, 0x31, 0xab, 0x87, 0xbd, 0x33, 0xda, 0xc4, 0x7b, 0x73, 0xc8, 0x2a, 0x5e, 0x01, 0xed, 0xb0, 0x4d, 0x7e, 0xa1, 0xdf, 0xfe, 0x6d, 0xf5, 0x00, 0x76, 0xaf, 0x91, 0xdc, 0x13, 0x5d, 0x07, 0x7b, 0xfd, 0x3b, 0x15, 0x60, 0xf6, 0xca, 0x67, 0x69, 0x2a, 0x6b, 0xd5, 0xe8, 0x95, 0x35, 0xbe, 0x15, 0x56, 0x64, 0x44, 0xd1, 0x95, 0x9f, 0xc9, 0xac, 0x8b, 0xf9, 0x89, 0x59, 0xc6, 0x0e, 0xd4, 0xa5, 0x8f, 0xc7, 0xcf, 0xdc, 0xea, 0x88, 0xc2, 0x5d, 0x29, 0xfb, 0xd8, 0xd7, 0x8d, 0x4c, 0xaf, 0x12, 0xcc, 0x21, 0xce, 0xbb, 0x5b, 0x65, 0x55 } } }; static const struct cckprng_op_reseed op_reseed_6301 = { .hd = { .id = 6044, .kind = OP_RESEED }, .nonce = 245385024914923224ULL, .seed_nbytes = 210, .seed = { 0x73, 0x39, 0x01, 0x07, 0xcd, 0x47, 0xb9, 0x68, 0xcf, 0x1f, 0x9d, 0xbe, 0xd2, 0xd4, 0x5f, 0x7a, 0x6b, 0xcb, 0x42, 0xf9, 0x1c, 0xf7, 0x1f, 0x0f, 0xd8, 0xb8, 0x71, 0x1d, 0x79, 0xea, 0xaf, 0xc8, 0x75, 0x29, 0x07, 0x27, 0xd1, 0xa4, 0x55, 0x42, 0x14, 0x76, 0xb0, 0xe4, 0x2a, 0x4d, 0x98, 0x17, 0x58, 0x36, 0xa1, 0xde, 0x9e, 0x41, 0x47, 0xbd, 0x0d, 0xea, 0xc6, 0x18, 0x28, 0x79, 0x88, 0x3d, 0x9d, 0xbe, 0x1e, 0xa6, 0x8f, 0x32, 0xd3, 0x05, 0x19, 0xea, 0x49, 0xb1, 0xc3, 0x21, 0xc0, 0x27, 0x97, 0x9a, 0x33, 0x25, 0x77, 0x74, 0x6a, 0xcd, 0xfb, 0x5c, 0xaf, 0xcd, 0xd2, 0x8a, 0xa1, 0x12, 0xba, 0xcc, 0xba, 0xb8, 0xef, 0xbb, 0xdf, 0x6a, 0x5a, 0x8a, 0x90, 0xed, 0x02, 0xeb, 0xe6, 0x89, 0x9a, 0x88, 0x45, 0x99, 0xbc, 0x23, 0x92, 0xdc, 0x40, 0xd2, 0xd8, 0xaf, 0x3e, 0x10, 0x92, 0xf8, 0x68, 0xc8, 0x82, 0xdb, 0x22, 0x7c, 0x5b, 0x80, 0x39, 0x54, 0x87, 0x9e, 0x9c, 0x08, 0x1c, 0x42, 0x7e, 0xc0, 0x4b, 0xd1, 0xc7, 0x7b, 0x8c, 0x76, 0xe7, 0x61, 0x4c, 0x6a, 0x47, 0x78, 0xab, 0x84, 0x82, 0xe4, 0xff, 0xc7, 0x0a, 0xe6, 0xec, 0x2e, 0xb7, 0xc7, 0x7f, 0xca, 0x1f, 0x8b, 0x06, 0xda, 0x82, 0x02, 0x76, 0x8c, 0x29, 0xa1, 0x8c, 0x48, 0xcc, 0xdd, 0x27, 0x8b, 0xea, 0x85, 0x24, 0x45, 0x7d, 0xf9, 0xdf, 0x44, 0x64, 0xf9, 0xd4, 0x2e, 0xa5, 0x65, 0x3a, 0xdb, 0x2f, 0x64, 0xc2, 0x4d, 0x52, 0x1f } }; static const struct cckprng_op_generate op_init_6302 = { .hd = { .id = 6045, .kind = OP_GENERATE }, .rand_nbytes = 157, .out = { .rand = { 0x5b, 0xaf, 0x66, 0xa1, 0xec, 0xa1, 0xb1, 0xa9, 0xb4, 0x8b, 0xfc, 0xed, 0xbb, 0x14, 0x2e, 0x38, 0x4a, 0xcc, 0x2f, 0x14, 0x14, 0x1e, 0x7b, 0x26, 0x90, 0xc7, 0x87, 0x30, 0x68, 0xfa, 0x64, 0xb5, 0x5a, 0x39, 0xd3, 0x8a, 0x2e, 0xde, 0xc7, 0x4f, 0x38, 0xab, 0x88, 0x96, 0x74, 0x6f, 0x4b, 0x3a, 0xe6, 0x3a, 0x19, 0x44, 0xf4, 0xc6, 0xfb, 0x10, 0x24, 0xbf, 0x86, 0xb5, 0xd4, 0xde, 0x5b, 0x21, 0xd0, 0x06, 0x65, 0xa6, 0x94, 0x9e, 0x57, 0x71, 0x34, 0xb3, 0x53, 0x2a, 0x0f, 0x1f, 0xf4, 0x14, 0x8a, 0x35, 0xf1, 0x7a, 0xb0, 0x01, 0x32, 0x77, 0xa4, 0xec, 0x26, 0xd0, 0x13, 0xb6, 0x57, 0xfc, 0x63, 0x0b, 0x6a, 0xec, 0x2c, 0xc5, 0x94, 0x43, 0x4a, 0xb2, 0x76, 0x61, 0xeb, 0x17, 0xfb, 0x18, 0xa3, 0x18, 0x3c, 0xa1, 0x8e, 0x6f, 0x44, 0x10, 0xa0, 0x28, 0x6d, 0xba, 0x4d, 0x45, 0x30, 0x20, 0x93, 0x41, 0x04, 0x7b, 0xd6, 0x59, 0x06, 0xe8, 0xbc, 0x5f, 0x92, 0x83, 0x9c, 0x4e, 0xdb, 0x17, 0xce, 0xc0, 0x1f, 0x42, 0x6c, 0x17, 0x34, 0x92, 0x38, 0x13, 0x5e, 0xba, 0x6f } } }; static const struct cckprng_op_refresh op_refresh_6303 = { .hd = { .id = 6046, .kind = OP_REFRESH }, .rand = 253522934012577983ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6304 = { .hd = { .id = 6047, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x22, 0x9e, 0x31, 0xc6, 0x69, 0x22, 0xcc, 0x7f, 0xf6, 0xe4, 0x58, 0x88, 0x97, 0x9f, 0xa2, 0xd4, 0x1d, 0x00, 0xc2, 0x40, 0x1b, 0x51, 0x70, 0x20, 0xfc, 0x72, 0x73, 0xa7, 0x92, 0xb0, 0x4f, 0x8e, 0x57, 0xf6, 0xae, 0x5f, 0x73, 0x20, 0xcf, 0x04, 0x01, 0x0b, 0xa6, 0x7d, 0xac, 0x90, 0x25, 0x4b, 0x73, 0x1f, 0x06, 0xea, 0xfa, 0x4e, 0xbd, 0x6a, 0xe7, 0x1e, 0xce, 0x38, 0x48, 0xa9, 0x8a, 0x83, 0x0e, 0xdc, 0x4d, 0xd0, 0xcc, 0x3c, 0x43, 0x7a, 0x4b, 0xad, 0x15, 0x74, 0xbc, 0xcb, 0xa4, 0xc1, 0xfb, 0x65, 0x19, 0x63, 0xd0, 0x31, 0xa8, 0x52, 0x4b, 0x09, 0xe6, 0xda, 0x35, 0x86, 0x8b, 0x45, 0x1c, 0xab, 0xff, 0x1c, 0x24, 0xb1, 0x8c, 0xe5, 0xc7, 0x00, 0x60, 0x69, 0x24, 0xd4, 0xc3, 0xbd, 0xa1, 0xe2, 0xb0, 0x8f, 0xfe, 0x00, 0x94, 0x6e, 0x53, 0x36, 0x21, 0xa6, 0xd0, 0x80, 0xfd, 0x3b, 0x3c, 0x89, 0x4e, 0x9a, 0xf0, 0x5d, 0xe1, 0x53, 0x75, 0x1b, 0x63, 0x7c, 0x7f, 0xf1, 0xfa, 0x95, 0xf9, 0x09, 0x12, 0x32, 0xb0, 0x98, 0x87, 0xbb, 0x82, 0x05, 0x95, 0xea, 0xfb, 0x89, 0x5b, 0x05, 0x36, 0x82, 0x60, 0x4d, 0x01, 0xb1, 0x5b, 0xba, 0x54, 0xd8, 0xb4, 0x75, 0x44, 0x3e, 0x8f, 0x36, 0xda, 0x7d, 0x65, 0x4d, 0xb5, 0x97, 0x48, 0x23, 0x38, 0xd2, 0x1e, 0x1c, 0x52, 0xe1, 0x20, 0x4c, 0xdd, 0xe9, 0xaa, 0x3f, 0x7f, 0xf4, 0x88, 0xaf, 0xf1, 0x7a, 0x8a, 0xc9, 0xa3, 0xcb, 0x64, 0x8a, 0x89, 0xb5, 0xf6, 0x0b, 0x3c, 0xc7, 0x02, 0x6d, 0x3a, 0xa9, 0x1c, 0xbd, 0x80, 0xe1, 0xef, 0x17, 0xa6, 0xed, 0xfd, 0xac, 0xb1, 0x02, 0xc3, 0xd0, 0xe6, 0xf9, 0x29, 0xab, 0xd6, 0x6b, 0xfb, 0x48, 0xb3, 0xcf, 0x05, 0x18, 0xb4, 0xde, 0x1d, 0x75, 0xd9, 0x50, 0xaa, 0xb1, 0x2d, 0x1b, 0x2b, 0x89, 0xa7, 0x70, 0xba, 0x84, 0xdf, 0x70 } } }; static const struct cckprng_op_generate op_init_6305 = { .hd = { .id = 6048, .kind = OP_GENERATE }, .rand_nbytes = 235, .out = { .rand = { 0xe7, 0xc8, 0xbe, 0xca, 0x76, 0xe8, 0x06, 0xb1, 0x7d, 0xd9, 0x13, 0x47, 0x48, 0x01, 0x61, 0xb4, 0x5c, 0x23, 0xef, 0x7e, 0x25, 0x04, 0x43, 0x7b, 0x12, 0x20, 0x01, 0xe7, 0x94, 0x5d, 0xa5, 0x20, 0x89, 0x03, 0x15, 0x4e, 0x36, 0x70, 0xf9, 0x55, 0x56, 0x0e, 0x6a, 0x71, 0xee, 0xc1, 0xab, 0x2f, 0xd6, 0xb9, 0x00, 0x2b, 0xb1, 0x55, 0xf0, 0x8d, 0x84, 0x95, 0x5b, 0xbf, 0xdc, 0x80, 0xdb, 0xa7, 0xf5, 0x21, 0xeb, 0x1d, 0x22, 0x6e, 0xf6, 0x38, 0x83, 0x28, 0x6d, 0x3e, 0x58, 0x05, 0xfe, 0xbd, 0xe8, 0xc5, 0xab, 0xbf, 0x13, 0x3e, 0xa5, 0xf8, 0xb6, 0xc2, 0x63, 0xbe, 0x9b, 0xc6, 0x09, 0x36, 0x8a, 0x19, 0x89, 0x69, 0xa1, 0x04, 0xa8, 0x55, 0xe2, 0xd8, 0x1b, 0x8e, 0x68, 0x26, 0x9c, 0xc7, 0xc2, 0xe9, 0x22, 0x2d, 0x50, 0x65, 0x13, 0x7c, 0xe8, 0xe2, 0x16, 0x9a, 0x5c, 0x78, 0xf6, 0x9c, 0x3d, 0xad, 0x95, 0xd7, 0x68, 0xec, 0xc8, 0xbb, 0x82, 0x42, 0x1c, 0x5f, 0x6e, 0xf3, 0xd4, 0xf6, 0xad, 0xa0, 0xc4, 0xd4, 0x36, 0xff, 0x7f, 0xcc, 0xfa, 0xce, 0xee, 0xb6, 0xb1, 0x0e, 0xd4, 0x83, 0x21, 0xdc, 0x28, 0x00, 0xaf, 0xb9, 0x8a, 0xbc, 0xd7, 0x19, 0x7e, 0xb5, 0x06, 0x25, 0xca, 0xb6, 0xb5, 0x8c, 0x65, 0xc3, 0x38, 0x87, 0xc7, 0x00, 0x59, 0xf5, 0xf2, 0x2c, 0x36, 0x68, 0xe3, 0xe8, 0x6c, 0xc5, 0x1c, 0x31, 0xde, 0x2b, 0xa1, 0xaa, 0xab, 0x9b, 0x14, 0x0c, 0x90, 0x98, 0xb7, 0x1c, 0x9d, 0x71, 0xc9, 0xf8, 0x2b, 0x1a, 0x27, 0xf7, 0x5a, 0x94, 0xa4, 0x9b, 0xd3, 0xb8, 0xbc, 0x2f, 0x8e, 0xe1, 0xae, 0xf7, 0x0f, 0x45, 0x38, 0x66, 0xda, 0x99, 0x51 } } }; static const struct cckprng_op_reseed op_reseed_6306 = { .hd = { .id = 6049, .kind = OP_RESEED }, .nonce = 7762839148877704294ULL, .seed_nbytes = 211, .seed = { 0xdc, 0x0d, 0xf1, 0x92, 0xa4, 0x1f, 0xb2, 0xc6, 0x0c, 0x67, 0xc1, 0xe6, 0x27, 0x99, 0xec, 0xf3, 0x46, 0x26, 0x75, 0x12, 0x3d, 0xcf, 0x36, 0x6c, 0x97, 0x34, 0x5c, 0xe4, 0x93, 0x8a, 0x26, 0x9f, 0x83, 0x98, 0xb1, 0xe9, 0x19, 0x1e, 0x08, 0xdc, 0x69, 0xfb, 0xdd, 0xee, 0x18, 0x8a, 0x29, 0xe0, 0xaa, 0xbc, 0x24, 0xf1, 0x01, 0x8b, 0x38, 0x0c, 0xdb, 0x43, 0xfb, 0x65, 0xe8, 0x3f, 0xf4, 0xa6, 0xfe, 0x3d, 0xc7, 0xbc, 0x3b, 0x51, 0xa5, 0xb3, 0xda, 0x3e, 0x70, 0xbf, 0x1e, 0x4c, 0xa6, 0xe8, 0x69, 0x1c, 0x39, 0x2f, 0x31, 0x40, 0xa4, 0xb1, 0x02, 0xbd, 0x0a, 0x20, 0x2f, 0x78, 0xab, 0xad, 0xa0, 0x3a, 0xba, 0x79, 0x56, 0x6a, 0xb8, 0x58, 0x2e, 0x6b, 0xce, 0xa5, 0xc0, 0x3e, 0x34, 0x8d, 0x8d, 0x26, 0xbd, 0xb5, 0xed, 0x5e, 0xe7, 0x8b, 0x14, 0xcd, 0x0e, 0xca, 0x73, 0xb5, 0x4f, 0xf2, 0xa2, 0xfb, 0x86, 0x0d, 0x67, 0x35, 0xb2, 0x65, 0x07, 0x93, 0x5a, 0xae, 0xf2, 0x1f, 0x8c, 0xb1, 0xd7, 0xe5, 0x7b, 0x66, 0x6a, 0x17, 0x87, 0xc3, 0xe2, 0x77, 0xc8, 0x89, 0x76, 0x73, 0x8d, 0x66, 0x59, 0x33, 0xe7, 0x0c, 0xd6, 0x1f, 0xf4, 0x2a, 0xbe, 0xfd, 0xc0, 0x94, 0x32, 0xee, 0xe3, 0xc1, 0x6e, 0x09, 0x7a, 0x84, 0x75, 0xc2, 0x2f, 0x5b, 0xbf, 0x2f, 0xe3, 0x5d, 0x6d, 0x06, 0x6a, 0x75, 0x69, 0x19, 0x71, 0x3c, 0x9e, 0xef, 0x5b, 0xe6, 0x65, 0x3b, 0x25, 0xd4, 0xbe, 0xa7, 0x66, 0xf3, 0x6a, 0xe0, 0x84 } }; static const struct cckprng_op_refresh op_refresh_6307 = { .hd = { .id = 6050, .kind = OP_REFRESH }, .rand = 5958354477756752710ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6308 = { .hd = { .id = 6051, .kind = OP_REFRESH }, .rand = 14054570329618614187ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6309 = { .hd = { .id = 6052, .kind = OP_RESEED }, .nonce = 12909643330727669625ULL, .seed_nbytes = 160, .seed = { 0x63, 0x99, 0x20, 0x5f, 0x25, 0x52, 0x62, 0x67, 0xcd, 0x51, 0x3c, 0xc8, 0x90, 0x67, 0x25, 0x25, 0xa0, 0x8a, 0x47, 0xec, 0x0e, 0x12, 0x9a, 0x89, 0x1c, 0x79, 0x83, 0xcc, 0x56, 0x41, 0x96, 0x47, 0x14, 0x5e, 0x94, 0x7d, 0x14, 0xab, 0xb4, 0x13, 0x2f, 0xa7, 0x77, 0x2a, 0x0d, 0x49, 0xd9, 0xcb, 0xc2, 0x0e, 0x8a, 0xf2, 0x7e, 0x5c, 0xc6, 0xb6, 0xba, 0x73, 0x76, 0xe8, 0x8f, 0x7d, 0x7c, 0xa3, 0x1d, 0x30, 0xf4, 0xb5, 0x8a, 0x57, 0x01, 0xc4, 0x73, 0x35, 0x11, 0x8f, 0x61, 0xf3, 0xe3, 0x11, 0x57, 0x42, 0x1c, 0xfe, 0x37, 0x00, 0xe3, 0x9b, 0x51, 0xce, 0x85, 0x4f, 0xac, 0x23, 0x7f, 0xcc, 0xec, 0xa8, 0xe6, 0x0e, 0x5c, 0x10, 0x3f, 0xc7, 0x35, 0xeb, 0xb9, 0xf0, 0x6a, 0x2e, 0xf9, 0xdf, 0x30, 0xb7, 0xe1, 0xa3, 0xe1, 0x2b, 0x8f, 0xb8, 0x4d, 0x12, 0x8b, 0xc4, 0x3f, 0x49, 0x28, 0xc5, 0xd0, 0x76, 0xbb, 0x89, 0x2e, 0x12, 0x9d, 0x87, 0x32, 0x6e, 0xd6, 0xc5, 0x51, 0x28, 0x15, 0x72, 0xf5, 0xd0, 0xe8, 0x9b, 0x2b, 0x6c, 0x80, 0xee, 0xfe, 0x7e, 0x72, 0xdd, 0x83, 0x7c, 0xf9, 0x15 } }; static const struct cckprng_op_reseed op_reseed_6310 = { .hd = { .id = 6053, .kind = OP_RESEED }, .nonce = 4780640942770422289ULL, .seed_nbytes = 98, .seed = { 0x23, 0x33, 0xdd, 0x02, 0xc0, 0x15, 0x40, 0x2a, 0x81, 0xe5, 0x41, 0x84, 0xb3, 0xe8, 0x34, 0x60, 0x8c, 0x7a, 0x69, 0xd7, 0x2b, 0x9e, 0x84, 0x0b, 0x8d, 0x0b, 0x0b, 0x39, 0x79, 0xd4, 0xee, 0xd0, 0x24, 0x04, 0x79, 0xc1, 0x00, 0x8b, 0x88, 0xe3, 0x24, 0x48, 0xbd, 0x02, 0xab, 0x99, 0xb8, 0x2a, 0xfa, 0xf9, 0x18, 0x64, 0x70, 0x24, 0x88, 0xc9, 0xa3, 0x08, 0xcb, 0x8c, 0x41, 0xfd, 0x0c, 0xf4, 0x08, 0x5c, 0xf5, 0xac, 0x35, 0x45, 0x51, 0xe6, 0xfe, 0x8d, 0xa5, 0x53, 0x87, 0x60, 0x84, 0x38, 0x24, 0x4a, 0xb7, 0xac, 0x28, 0x16, 0x3c, 0xf5, 0xb1, 0x93, 0x01, 0xa6, 0xa0, 0x68, 0x33, 0x03, 0xcd, 0xc5 } }; static const struct cckprng_op_generate op_init_6311 = { .hd = { .id = 6054, .kind = OP_GENERATE }, .rand_nbytes = 62, .out = { .rand = { 0x08, 0xa6, 0x36, 0x54, 0x0f, 0xcd, 0x4b, 0x82, 0x78, 0xbf, 0x90, 0x5f, 0x40, 0x85, 0x45, 0x8a, 0xeb, 0x1f, 0x73, 0xfe, 0x9a, 0x47, 0x24, 0x63, 0x5d, 0xf6, 0xea, 0x90, 0x44, 0x3c, 0x8a, 0xdb, 0x85, 0x43, 0xc0, 0x36, 0x18, 0xbc, 0x31, 0x1d, 0xfd, 0x03, 0x0b, 0xc9, 0x7d, 0xd4, 0xda, 0x7b, 0x83, 0x88, 0x78, 0x44, 0x0f, 0x53, 0x98, 0x93, 0xca, 0x1e, 0x79, 0x44, 0x8c, 0x00 } } }; static const struct cckprng_op_reseed op_reseed_6312 = { .hd = { .id = 6055, .kind = OP_RESEED }, .nonce = 14611036117914400063ULL, .seed_nbytes = 46, .seed = { 0x79, 0xfb, 0x28, 0xbb, 0x94, 0x0a, 0x91, 0x51, 0x72, 0x73, 0x78, 0x0b, 0xcc, 0xc4, 0x2c, 0x60, 0x5e, 0x47, 0x4a, 0x30, 0x6f, 0xd8, 0x23, 0x9e, 0x02, 0xee, 0x5f, 0x61, 0x58, 0xd6, 0xbe, 0xd4, 0xdd, 0x1d, 0xb8, 0xa7, 0xc0, 0x3e, 0x03, 0x00, 0xd3, 0x81, 0x62, 0xdf, 0x71, 0xb4 } }; static const struct cckprng_op_generate op_init_6313 = { .hd = { .id = 6056, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0xeb, 0x59, 0x9e, 0x9b, 0x59, 0x88, 0xbd, 0x5b, 0x8b, 0x88, 0x1e, 0x89, 0x2d, 0xd8, 0x32, 0xb3, 0xd2, 0x93, 0x6e, 0xd1, 0x4b, 0x45, 0x99, 0x8e, 0xcf, 0x85, 0x4d, 0x8a, 0xc1, 0x14, 0x24, 0xe5, 0x91, 0x0e, 0x48, 0xa1, 0xe8, 0xf6, 0xff, 0x50, 0x60, 0x8d, 0x97, 0x8c, 0x7a, 0xb6, 0x4c, 0x1d, 0xd9, 0x7a, 0xfc, 0x79, 0xac, 0x30, 0x6b, 0x69, 0x53, 0x64, 0xc1, 0x2f, 0x05, 0x1c, 0x82, 0x45, 0xea, 0xac, 0xbb, 0x6e, 0x03, 0xf6, 0x83, 0xbe, 0xf7, 0x36, 0x21, 0x0d, 0x62, 0x6a, 0x9c, 0xf0, 0xfd, 0x97, 0xdb, 0x53, 0x64, 0xf6, 0x46, 0x1e, 0x10, 0x15, 0x18, 0x9b, 0xde, 0x5a, 0x5c, 0x12, 0x6a, 0x8a, 0x79, 0xe8, 0x44, 0x0b, 0x2c, 0xdc, 0xe9, 0x1c, 0xe5, 0xdf, 0x6e, 0x79, 0x71, 0x0a, 0x84, 0xd4, 0xec, 0x43, 0x78, 0x5d, 0x41, 0xd8, 0xcb, 0x21, 0xe5, 0x4e, 0x6a, 0x93, 0x9c, 0x4a, 0xe0, 0x1f, 0x16, 0xb6, 0x51, 0x7c, 0xb6, 0xc2, 0xd4, 0x14, 0xc3, 0x78, 0xa6, 0x03, 0x7e, 0xec, 0x24, 0xcb, 0x96, 0xe5, 0xf5, 0xbf, 0xa2, 0xdd, 0x7c, 0xd7, 0x66, 0xfd, 0x7c, 0x95, 0x7e, 0xc5, 0x59, 0xe3, 0xc5, 0x8c, 0x96, 0x0a, 0x3a, 0xf1, 0xa7, 0x03, 0xb0, 0x7d, 0x4e, 0xd3, 0x72, 0x9c, 0x70, 0x16, 0x1f, 0xe3, 0x05, 0x30, 0x4e, 0x35, 0x47, 0xe8, 0x2b, 0xc9, 0x51, 0x0f, 0x70, 0x88, 0xfb, 0x36, 0xd9, 0x7c, 0xb8, 0x42, 0x62, 0x64, 0xe4, 0x37, 0xfb, 0x66, 0xe6, 0xbc, 0x41, 0xdc, 0xe0, 0x9a, 0xd9, 0xa4, 0x93, 0xb2, 0xec, 0x15, 0xdb, 0x59, 0x66, 0x98, 0x9c, 0x07, 0xbd, 0x89, 0x86, 0xa9 } } }; static const struct cckprng_op_refresh op_refresh_6314 = { .hd = { .id = 6057, .kind = OP_REFRESH }, .rand = 10205423156725020471ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6315 = { .hd = { .id = 6058, .kind = OP_REFRESH }, .rand = 381059590692821717ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6316 = { .hd = { .id = 6059, .kind = OP_RESEED }, .nonce = 16567334229381947263ULL, .seed_nbytes = 65, .seed = { 0x46, 0x05, 0x30, 0x63, 0xc3, 0x77, 0xc2, 0xe9, 0x73, 0xaf, 0x9b, 0x4e, 0xd1, 0xec, 0x94, 0x4c, 0x2c, 0x0f, 0x19, 0xc9, 0xf9, 0xd3, 0x8e, 0x22, 0x44, 0xa7, 0xdc, 0xca, 0xc3, 0xef, 0xd3, 0x8b, 0x22, 0xff, 0xbd, 0xb5, 0xda, 0x42, 0xa0, 0xe6, 0x8f, 0x46, 0x6b, 0x1a, 0x53, 0x9b, 0xa5, 0x76, 0xc0, 0xf7, 0xd9, 0x6f, 0xac, 0x04, 0x53, 0x67, 0x2b, 0xb5, 0x07, 0xd5, 0x0f, 0xe0, 0x22, 0x6e, 0xd6 } }; static const struct cckprng_op_refresh op_refresh_6317 = { .hd = { .id = 6060, .kind = OP_REFRESH }, .rand = 7468646092638519391ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6318 = { .hd = { .id = 6061, .kind = OP_GENERATE }, .rand_nbytes = 91, .out = { .rand = { 0x79, 0x4a, 0xaa, 0x10, 0xb4, 0xaf, 0x1c, 0xde, 0x3f, 0x69, 0x87, 0x92, 0xdf, 0x58, 0x79, 0xf3, 0xc9, 0xd2, 0x49, 0x2c, 0x86, 0xcb, 0xcb, 0xff, 0x4f, 0xdb, 0xa4, 0x30, 0x6b, 0xdf, 0x94, 0xa4, 0x94, 0x36, 0x70, 0x6d, 0xec, 0x8e, 0x80, 0x0d, 0x47, 0xf4, 0x3b, 0xc8, 0x13, 0xb5, 0x99, 0x5b, 0xc4, 0x34, 0x2a, 0x0e, 0xbc, 0x99, 0xe8, 0xb8, 0xa5, 0x3c, 0x64, 0x40, 0x5a, 0xfd, 0x88, 0x09, 0xe8, 0x26, 0x76, 0x6b, 0x97, 0x44, 0xcd, 0x00, 0xb9, 0x9d, 0x67, 0x51, 0xd7, 0xe1, 0xcb, 0xb7, 0xf8, 0x28, 0xb4, 0x95, 0x4c, 0xd4, 0x7c, 0xd0, 0x72, 0x99, 0x5f } } }; static const struct cckprng_op_generate op_init_6319 = { .hd = { .id = 6062, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0x9a, 0x2c, 0x50, 0xcd, 0xfd, 0x39, 0xf7, 0x0c, 0x1a, 0xda, 0xd0, 0x4c, 0xf0, 0x74, 0xc0, 0x2b, 0x9a, 0x84, 0x33, 0xc0, 0x10, 0x4b, 0x45, 0x5f, 0xb4, 0xdf, 0x6d, 0x01, 0xa3, 0xff, 0x7f, 0xb2, 0xf9, 0xfe, 0x45, 0xbc, 0xf5, 0xf3, 0xf8, 0xfe, 0x0b, 0xdf, 0xc3, 0x34, 0x6c, 0xd0, 0x98, 0x11, 0xc8, 0x8e, 0x79, 0xdb, 0x41, 0x08, 0x57, 0xd1, 0xf0, 0x98, 0xf7, 0x0e, 0x82, 0xf7, 0x19, 0xa7, 0x89, 0xf9, 0x25, 0xa4, 0xe1, 0x66, 0x8f, 0xac, 0x66, 0x54, 0x1a, 0x94, 0xf0, 0x82, 0xb0, 0x9b, 0xfa, 0x45, 0x33, 0xf0, 0x15, 0x62, 0x54, 0xba, 0x30, 0x9f } } }; static const struct cckprng_op_refresh op_refresh_6320 = { .hd = { .id = 6063, .kind = OP_REFRESH }, .rand = 752236704115662924ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6321 = { .hd = { .id = 6064, .kind = OP_GENERATE }, .rand_nbytes = 141, .out = { .rand = { 0xac, 0x6b, 0xb5, 0x25, 0xc5, 0x47, 0x38, 0x10, 0xc1, 0x3f, 0xed, 0x60, 0x66, 0x0a, 0xca, 0x3f, 0x65, 0x46, 0x3a, 0xfc, 0x98, 0xc4, 0x66, 0x28, 0xd8, 0x37, 0x2f, 0x87, 0x22, 0x72, 0x33, 0x92, 0x9a, 0x0c, 0xee, 0x5b, 0xb6, 0xf7, 0xdd, 0xc8, 0x10, 0xf9, 0x1b, 0x90, 0x8a, 0x28, 0x35, 0x71, 0xfb, 0xc4, 0x30, 0x05, 0xf7, 0x98, 0xc1, 0xcb, 0xf4, 0xb1, 0xd8, 0xcb, 0xf7, 0x6e, 0xe0, 0x1e, 0x19, 0xf7, 0xfe, 0x04, 0x0a, 0x8e, 0x94, 0x3f, 0x5a, 0x78, 0x22, 0x03, 0xb2, 0x27, 0x8c, 0xd0, 0xb7, 0xf9, 0xeb, 0x25, 0x4e, 0x6c, 0x34, 0xf5, 0x87, 0x8e, 0xfd, 0x1f, 0xcd, 0x16, 0xf1, 0x22, 0x8b, 0xa5, 0x12, 0x25, 0xd3, 0x65, 0xcd, 0x3f, 0x26, 0x35, 0x60, 0x67, 0x34, 0x31, 0x7d, 0xe4, 0x2f, 0x7e, 0x0f, 0xe2, 0xcd, 0xfa, 0x27, 0x61, 0x0a, 0x34, 0x4d, 0x8d, 0xf0, 0x2f, 0xfb, 0xff, 0xc3, 0x6c, 0x4f, 0x34, 0x8d, 0x0b, 0xed, 0x82, 0x54, 0xfa, 0xe7, 0x21, 0xb7 } } }; static const struct cckprng_op_refresh op_refresh_6322 = { .hd = { .id = 6065, .kind = OP_REFRESH }, .rand = 7729962349038735365ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6323 = { .hd = { .id = 6066, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x7f, 0x61, 0xdd, 0xf1, 0xd8, 0xcc, 0x71, 0xed, 0xdf, 0x0c, 0x99, 0xa7, 0x62, 0x64, 0xcb, 0x8a, 0x6b, 0x6b, 0xed, 0x3a, 0xf4, 0xfb, 0x0e, 0x25, 0x63, 0xbe, 0x7a, 0xad, 0xbe, 0x83, 0xa8, 0x8d, 0x5e, 0x41, 0x18, 0x7c, 0x90, 0xeb, 0x37, 0x61, 0xb9, 0xd4, 0xae, 0xfb, 0x54, 0x63, 0xaf, 0x85, 0x50 } } }; static const struct cckprng_op_generate op_init_6324 = { .hd = { .id = 6067, .kind = OP_GENERATE }, .rand_nbytes = 221, .out = { .rand = { 0x74, 0xd6, 0x56, 0x3e, 0x32, 0x9b, 0x80, 0xa8, 0x74, 0x1f, 0x41, 0x2f, 0x7c, 0x45, 0xf4, 0x4e, 0xa5, 0x51, 0x95, 0x06, 0x5f, 0x8b, 0xb1, 0x03, 0xaf, 0xc6, 0xfb, 0x0b, 0x6f, 0xb6, 0xa6, 0xea, 0x19, 0x52, 0xc5, 0xb1, 0xa6, 0x63, 0xf5, 0xae, 0x5f, 0xe1, 0x8b, 0xdd, 0x41, 0x2d, 0xd7, 0x86, 0x34, 0xce, 0xe0, 0x01, 0xb1, 0x6a, 0xe4, 0x1f, 0x1e, 0xe1, 0x34, 0xfd, 0x8e, 0xdf, 0xf6, 0xd3, 0x90, 0x42, 0x1c, 0x2a, 0x97, 0x08, 0xe0, 0xca, 0x13, 0xb7, 0xeb, 0x70, 0x24, 0xee, 0x05, 0x2f, 0x8b, 0xba, 0x65, 0xf0, 0xa0, 0x36, 0x1f, 0xb6, 0x22, 0x55, 0x13, 0x24, 0xc4, 0x07, 0x0a, 0x3d, 0x13, 0x0e, 0x47, 0xe4, 0xc2, 0xb1, 0x30, 0x91, 0x3b, 0x19, 0xb6, 0x16, 0x76, 0x9f, 0x87, 0x9c, 0x94, 0x0e, 0x82, 0x1e, 0xc8, 0xcf, 0x3f, 0x0a, 0xcb, 0x4e, 0xd1, 0xde, 0xf9, 0x6c, 0x3e, 0xea, 0xde, 0xa3, 0xa6, 0xe3, 0xbd, 0x16, 0x50, 0x1d, 0xa5, 0x80, 0xeb, 0x68, 0x66, 0x5b, 0x2f, 0xdc, 0xc1, 0x23, 0xc0, 0xc9, 0xf8, 0x46, 0x3f, 0x7b, 0x02, 0xb3, 0xe4, 0xe7, 0x16, 0x23, 0xdc, 0x52, 0x83, 0xa6, 0x85, 0xe0, 0xb1, 0x23, 0x4e, 0x8c, 0x29, 0xc8, 0x51, 0x3a, 0xb9, 0x63, 0xc1, 0x1f, 0xb9, 0xda, 0xf5, 0x6e, 0xd3, 0x73, 0x5e, 0xd0, 0x97, 0xb5, 0x3f, 0x52, 0x12, 0x9a, 0x08, 0x74, 0x22, 0x68, 0x5e, 0x3f, 0x75, 0xf6, 0xcc, 0x36, 0xaf, 0xb8, 0x4e, 0xba, 0x95, 0x15, 0x1c, 0xa6, 0xb5, 0xff, 0x01, 0xcb, 0x50, 0xed, 0x70, 0xb3, 0x95, 0x25, 0xa2, 0x7f, 0x28 } } }; static const struct cckprng_op_refresh op_refresh_6325 = { .hd = { .id = 6068, .kind = OP_REFRESH }, .rand = 2672576950463778601ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6326 = { .hd = { .id = 6069, .kind = OP_GENERATE }, .rand_nbytes = 29, .out = { .rand = { 0x12, 0xe8, 0xbf, 0xa0, 0x03, 0xe2, 0x21, 0xc9, 0x88, 0x0a, 0xf7, 0x4b, 0x2e, 0x87, 0xf6, 0xea, 0x2a, 0x01, 0x49, 0x58, 0x58, 0x7c, 0x43, 0x47, 0xab, 0x3b, 0x66, 0x0a, 0x7a } } }; static const struct cckprng_op_refresh op_refresh_6327 = { .hd = { .id = 6070, .kind = OP_REFRESH }, .rand = 10847856543229891463ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6328 = { .hd = { .id = 6071, .kind = OP_REFRESH }, .rand = 5871574990701246402ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6329 = { .hd = { .id = 6072, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0x65, 0x6f, 0x87, 0x8b, 0xf2, 0xf4, 0x0b, 0xd8, 0xb3, 0x48, 0xc8, 0xcf, 0x19, 0xe6, 0xed, 0x5d, 0xf0, 0x55, 0x2e, 0x19, 0xa6, 0x97, 0xe9, 0xbb, 0x42, 0x20 } } }; static const struct cckprng_op_reseed op_reseed_6330 = { .hd = { .id = 6073, .kind = OP_RESEED }, .nonce = 85931079429651983ULL, .seed_nbytes = 157, .seed = { 0x9e, 0xfd, 0x28, 0xcb, 0x29, 0xd0, 0x1c, 0xc3, 0x1a, 0x9b, 0x89, 0x3e, 0x41, 0x0c, 0xf0, 0x18, 0xf0, 0x1c, 0x80, 0x3e, 0xa0, 0x69, 0xec, 0x3a, 0xf6, 0x15, 0xc1, 0x23, 0x9c, 0xa1, 0x81, 0xca, 0x74, 0x7d, 0x4c, 0x19, 0x36, 0x69, 0xe8, 0xe5, 0x42, 0x64, 0x01, 0x1c, 0xd2, 0x02, 0x77, 0xab, 0xa1, 0xce, 0x7e, 0x75, 0x46, 0x32, 0xea, 0xcc, 0x2b, 0xfd, 0x8f, 0xb1, 0x08, 0x9f, 0xed, 0xd0, 0xed, 0x8f, 0x16, 0xdc, 0x16, 0x0c, 0xd0, 0xd8, 0xaa, 0xf6, 0xe2, 0xaf, 0x0f, 0x56, 0xfa, 0xe8, 0x8b, 0xe7, 0xfb, 0xb2, 0x32, 0xd5, 0x25, 0xc0, 0x19, 0x97, 0x7f, 0x16, 0xab, 0x74, 0xa4, 0x12, 0x17, 0xcb, 0xda, 0x6e, 0xeb, 0x84, 0x7c, 0xa1, 0x33, 0x88, 0x96, 0x52, 0x13, 0xcf, 0xf8, 0xa9, 0x4f, 0xc3, 0x46, 0x0a, 0x5b, 0x0c, 0xa7, 0x29, 0xd0, 0x63, 0xf1, 0xa6, 0x6e, 0xea, 0x73, 0x82, 0x93, 0x4f, 0x59, 0x9b, 0x3c, 0x98, 0x8f, 0x49, 0xb8, 0x86, 0x11, 0xf9, 0x12, 0x0b, 0x6e, 0x18, 0x50, 0x4f, 0x43, 0x11, 0xd7, 0x2a, 0xc9, 0xb0, 0xc5, 0x62, 0x56, 0xf7, 0xc5 } }; static const struct cckprng_op_generate op_init_6331 = { .hd = { .id = 6074, .kind = OP_GENERATE }, .rand_nbytes = 21, .out = { .rand = { 0xeb, 0x9f, 0x85, 0x2f, 0xb9, 0xe4, 0x4d, 0x82, 0xdc, 0xf0, 0xa6, 0x34, 0x03, 0xf7, 0x34, 0x3a, 0x5a, 0x25, 0x8b, 0xbf, 0x0d } } }; static const struct cckprng_op_refresh op_refresh_6332 = { .hd = { .id = 6075, .kind = OP_REFRESH }, .rand = 7438620386034773040ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_6333 = { .hd = { .id = 6076, .kind = OP_GENERATE }, .rand_nbytes = 219, .out = { .rand = { 0xf3, 0x9f, 0xbb, 0xf9, 0x49, 0xf6, 0x46, 0x62, 0xb3, 0xa5, 0xd8, 0xb1, 0xb5, 0xaa, 0x70, 0x98, 0xc0, 0x76, 0x6b, 0xcc, 0x66, 0xb7, 0x63, 0xc1, 0x6b, 0xb2, 0x70, 0x3f, 0x6b, 0x36, 0xc7, 0x93, 0x7f, 0xd4, 0x3f, 0x63, 0x6c, 0x15, 0xf4, 0x4b, 0x13, 0xbf, 0x1f, 0x2d, 0x69, 0xf2, 0x58, 0xfb, 0x56, 0x9e, 0x5e, 0x72, 0x30, 0x2c, 0x4f, 0x63, 0x96, 0x10, 0x1d, 0x91, 0x52, 0xb1, 0x91, 0x27, 0xf2, 0x4f, 0x0d, 0x21, 0x5d, 0x9e, 0x4c, 0x5f, 0x0b, 0x80, 0xf7, 0x91, 0xc1, 0x52, 0xe5, 0x61, 0xbe, 0xcd, 0x86, 0x85, 0xdb, 0x33, 0xf3, 0xb9, 0xc1, 0x99, 0x46, 0x4c, 0x41, 0xad, 0x53, 0xac, 0x82, 0x47, 0x2a, 0xed, 0x07, 0x26, 0xc7, 0xee, 0x55, 0x3b, 0xaf, 0x9b, 0xe6, 0xd9, 0xbc, 0x32, 0xc9, 0xf9, 0x6e, 0xf3, 0x6d, 0x50, 0xd7, 0x05, 0x23, 0x72, 0x3a, 0x96, 0xa9, 0xb7, 0x50, 0x1e, 0x46, 0x7b, 0xbd, 0x63, 0xca, 0xa3, 0x35, 0x4b, 0x11, 0xf9, 0x24, 0x50, 0x66, 0x00, 0xaf, 0x80, 0x8d, 0x6f, 0xf6, 0x7d, 0x27, 0xfd, 0xc0, 0xa3, 0xe3, 0xec, 0x92, 0xe1, 0xcb, 0xfe, 0xe4, 0x4d, 0x7e, 0x90, 0x49, 0x99, 0xb7, 0x60, 0x8e, 0x68, 0x3b, 0x26, 0xa9, 0xf6, 0x49, 0x42, 0xa3, 0xb6, 0x5a, 0x94, 0x5b, 0x19, 0xd0, 0x56, 0x6f, 0x4a, 0xfc, 0xde, 0xc2, 0xb6, 0xd3, 0xbd, 0x8f, 0xc7, 0xf8, 0x9f, 0x39, 0x38, 0x2d, 0xc5, 0x62, 0x14, 0x5b, 0x2b, 0xcc, 0x53, 0xd3, 0xc7, 0x5e, 0xa7, 0x43, 0xc3, 0x29, 0xe8, 0x55, 0xd7, 0xda, 0x49, 0x6e, 0xa3, 0xb0 } } }; static const struct cckprng_op_generate op_init_6334 = { .hd = { .id = 6077, .kind = OP_GENERATE }, .rand_nbytes = 215, .out = { .rand = { 0x92, 0xf3, 0xcc, 0x87, 0xec, 0xf7, 0x5d, 0x3b, 0x3b, 0xc8, 0x5b, 0x4c, 0x78, 0xab, 0x04, 0x76, 0x33, 0xbf, 0x76, 0x63, 0xf7, 0x8f, 0xea, 0x66, 0xfa, 0x99, 0x04, 0x95, 0xab, 0xb7, 0xf4, 0xb8, 0x43, 0x64, 0xaf, 0xfb, 0xb1, 0xdb, 0x5f, 0x64, 0xaa, 0x28, 0xf8, 0x12, 0x2f, 0x29, 0x45, 0x13, 0x15, 0x91, 0xee, 0xbd, 0x01, 0x49, 0x6f, 0x80, 0xce, 0x4a, 0xef, 0xbf, 0x7d, 0x2c, 0xc4, 0x34, 0x31, 0xac, 0x1a, 0xf7, 0x36, 0x4b, 0xf8, 0xf9, 0xd5, 0x8f, 0x08, 0x11, 0x50, 0x36, 0x49, 0x49, 0x8e, 0xa1, 0xcd, 0x89, 0x2d, 0xb3, 0xf3, 0x97, 0x2e, 0x0c, 0x7c, 0x39, 0xe3, 0x1f, 0x3e, 0x89, 0x50, 0x55, 0x4f, 0xa2, 0xd4, 0x0d, 0xc4, 0x2a, 0x8b, 0xb6, 0x93, 0x78, 0xbc, 0x4a, 0xe1, 0x19, 0x72, 0x69, 0x6b, 0x6c, 0x7e, 0xf0, 0x6b, 0x61, 0x37, 0x42, 0x54, 0x1d, 0xba, 0x4a, 0x74, 0xf4, 0xca, 0x74, 0x74, 0x68, 0x96, 0xa7, 0x70, 0x66, 0x5c, 0xdc, 0xb4, 0xac, 0x6a, 0x50, 0x49, 0x4c, 0x31, 0x3b, 0x6c, 0x1c, 0xf0, 0x3f, 0xb6, 0x00, 0x1d, 0x49, 0xe8, 0xb8, 0xb1, 0x20, 0x1c, 0xe3, 0xfd, 0x7a, 0x6b, 0x90, 0x9e, 0x4f, 0x7f, 0xab, 0xdf, 0x26, 0x57, 0x00, 0xc3, 0x0f, 0x27, 0x44, 0x20, 0x86, 0x5b, 0x51, 0x02, 0x11, 0x57, 0xe2, 0x07, 0xec, 0x10, 0xd8, 0xab, 0xcb, 0xc3, 0x1f, 0x36, 0x08, 0x8d, 0xc8, 0x90, 0x61, 0x27, 0x7e, 0x25, 0xbe, 0xe0, 0x14, 0x5a, 0x1f, 0xaf, 0x1e, 0x3a, 0x9a, 0xe2, 0xb1, 0x29, 0x71, 0x20 } } }; static const struct cckprng_op_reseed op_reseed_6335 = { .hd = { .id = 6078, .kind = OP_RESEED }, .nonce = 914534237301590424ULL, .seed_nbytes = 279, .seed = { 0x0a, 0x25, 0x63, 0x3c, 0xc4, 0x7d, 0x0e, 0xf8, 0xa7, 0x30, 0xa3, 0x91, 0xba, 0x12, 0x93, 0x00, 0xcc, 0x74, 0x6b, 0xd2, 0x71, 0x26, 0xf2, 0x63, 0x65, 0xd5, 0x01, 0xf1, 0x2f, 0xbb, 0x2f, 0x80, 0x20, 0x51, 0xcd, 0x02, 0xa2, 0xd0, 0x35, 0xd0, 0x7f, 0xb3, 0xd6, 0x34, 0x7e, 0xc2, 0x4b, 0xb7, 0x20, 0x43, 0xf4, 0x16, 0x37, 0xe5, 0xa7, 0x3d, 0x5f, 0x54, 0xbf, 0xbc, 0x57, 0xd1, 0x8f, 0x9e, 0xbe, 0xeb, 0x4d, 0x9f, 0xc2, 0xb0, 0x93, 0x4f, 0xfa, 0xbf, 0x1e, 0xa9, 0x24, 0x5f, 0xe5, 0x4f, 0x23, 0x65, 0x88, 0x52, 0x98, 0x4c, 0xac, 0xb6, 0xa5, 0xb2, 0x6d, 0xb5, 0x6c, 0x0d, 0xbd, 0x8c, 0x85, 0xb4, 0xcf, 0x9f, 0x9e, 0x9d, 0x25, 0xd4, 0xd6, 0xa6, 0x57, 0x05, 0x69, 0x0c, 0x6c, 0xc4, 0x00, 0x4d, 0xb5, 0x22, 0x5e, 0xb1, 0x5d, 0xc0, 0x1e, 0x7d, 0xe5, 0xef, 0xb0, 0xaf, 0xce, 0x30, 0x36, 0x2f, 0x77, 0x9b, 0xd8, 0xc8, 0xa5, 0xbf, 0xcf, 0xe8, 0x0e, 0x8f, 0x78, 0x2e, 0xb0, 0xb4, 0xf0, 0xd7, 0xa8, 0x7c, 0x35, 0xa4, 0x9f, 0xe5, 0x5d, 0xa1, 0x28, 0xee, 0xc8, 0x7b, 0x6e, 0x8a, 0xd7, 0x21, 0x29, 0xa7, 0xd2, 0x1b, 0x56, 0x93, 0x42, 0x19, 0x11, 0x88, 0x51, 0x8d, 0xef, 0x8e, 0x1c, 0x78, 0xbf, 0x6b, 0x96, 0x51, 0xe8, 0x99, 0x14, 0xa9, 0xc7, 0xda, 0x8f, 0x13, 0x98, 0xf7, 0x7a, 0xde, 0x5d, 0x62, 0x5c, 0xf9, 0x72, 0x38, 0xa7, 0x62, 0x63, 0x1c, 0x86, 0x8b, 0x94, 0x57, 0x4c, 0xd8, 0xc0, 0xe6, 0x46, 0xc2, 0xb4, 0x00, 0xb5, 0x1b, 0xe0, 0x30, 0x20, 0x54, 0x86, 0x25, 0x71, 0x85, 0x05, 0x86, 0xa8, 0x19, 0x57, 0xb7, 0x99, 0xf0, 0x86, 0xd2, 0x2d, 0xc7, 0xab, 0x11, 0xd6, 0x1c, 0x2e, 0x4d, 0xa4, 0xd6, 0xae, 0xb0, 0x11, 0xb0, 0xd6, 0xfa, 0x39, 0x3c, 0xe9, 0xed, 0x6d, 0xde, 0x00, 0x4d, 0x58, 0xfd, 0xd2, 0x39, 0x9d, 0x1d, 0xdc, 0x1c, 0x47, 0xa2, 0xcf, 0xe5, 0xf4, 0x77, 0xc7, 0x19, 0xea, 0xc0, 0xb9 } }; static const struct cckprng_op_reseed op_reseed_6336 = { .hd = { .id = 6079, .kind = OP_RESEED }, .nonce = 16844407348140738781ULL, .seed_nbytes = 27, .seed = { 0xdd, 0x5f, 0x92, 0x55, 0xdc, 0x41, 0xd2, 0x6e, 0x53, 0xfc, 0xcb, 0xa2, 0x3d, 0x12, 0x76, 0x8d, 0xd3, 0x11, 0x61, 0xff, 0xfa, 0x80, 0x02, 0xce, 0x45, 0x35, 0x15 } }; static const struct cckprng_op_generate op_init_6337 = { .hd = { .id = 6080, .kind = OP_GENERATE }, .rand_nbytes = 272, .out = { .rand = { 0xf5, 0x67, 0x6c, 0x59, 0xba, 0xab, 0x2c, 0x57, 0xdf, 0xe8, 0x53, 0x72, 0x11, 0x7a, 0xfa, 0x64, 0xb4, 0x70, 0x4f, 0xeb, 0x60, 0x96, 0x47, 0x37, 0x73, 0x40, 0xf8, 0x88, 0x6e, 0xd1, 0x55, 0x64, 0xf0, 0xa7, 0x4d, 0xf2, 0x57, 0x40, 0x5c, 0x68, 0x07, 0x9a, 0xaa, 0x25, 0xbb, 0x0d, 0xd3, 0xd5, 0x7f, 0x65, 0xb8, 0xcb, 0x1b, 0xda, 0x97, 0x18, 0x6c, 0x8f, 0xf9, 0x5b, 0x0b, 0x03, 0x0f, 0xf9, 0x6f, 0x34, 0x83, 0xc7, 0xd4, 0x45, 0xcb, 0xd0, 0x3b, 0x37, 0xd5, 0x82, 0x3b, 0x0d, 0xf2, 0xfd, 0xd7, 0x4c, 0x4c, 0x6c, 0x95, 0xed, 0x12, 0xef, 0x71, 0x8c, 0x76, 0x4c, 0xe4, 0x91, 0xae, 0x82, 0x64, 0x74, 0xac, 0x6b, 0x54, 0x9b, 0xad, 0x86, 0xec, 0x84, 0xa8, 0x6a, 0xaf, 0xe3, 0x23, 0xb2, 0x48, 0x44, 0x66, 0x7f, 0x3f, 0x3f, 0x9a, 0x5c, 0xe7, 0x28, 0xf7, 0xff, 0x9b, 0x5a, 0xb3, 0x0f, 0x00, 0x2b, 0xaf, 0x9f, 0xdd, 0xb8, 0x9a, 0xbd, 0x7c, 0xce, 0x92, 0xb0, 0x88, 0xd2, 0xc9, 0x23, 0x94, 0xd4, 0x7e, 0x40, 0xfb, 0xbd, 0xb4, 0x2e, 0x27, 0x60, 0x5c, 0xd1, 0xb1, 0x3c, 0x2a, 0x42, 0x37, 0xe3, 0x39, 0xdc, 0xd8, 0x75, 0x38, 0x93, 0x63, 0x82, 0xed, 0x7a, 0xf1, 0xa3, 0x40, 0x16, 0x3e, 0xd4, 0xe7, 0xfc, 0x40, 0xa0, 0x81, 0xdd, 0xdb, 0xf0, 0x73, 0x3f, 0x2b, 0xd8, 0x3b, 0x02, 0x8d, 0xa2, 0x01, 0x65, 0x88, 0x19, 0x84, 0x14, 0x84, 0x1d, 0x3f, 0x6a, 0x85, 0x87, 0x36, 0x22, 0x05, 0x7a, 0x15, 0x1c, 0x93, 0xc5, 0x0d, 0x5b, 0x37, 0x8a, 0x88, 0x28, 0xd3, 0xb2, 0x6b, 0xe4, 0x67, 0xa7, 0x00, 0x6c, 0x35, 0x8d, 0x11, 0xd9, 0x20, 0xdf, 0xf2, 0x23, 0x6d, 0x4b, 0x60, 0x9a, 0xf7, 0xe9, 0xc2, 0x74, 0xc3, 0xe6, 0x4a, 0xfd, 0x5b, 0xb5, 0x56, 0x08, 0x8e, 0xe5, 0x20, 0xbc, 0xea, 0xf5, 0x60, 0x8c, 0x0a, 0xb7, 0x8d, 0xf7, 0xbf, 0xa6, 0xfc, 0x82, 0x50, 0x43, 0x30, 0x8b } } }; static const struct cckprng_op_generate op_init_6338 = { .hd = { .id = 6081, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x88, 0xf7, 0xce, 0x9e, 0xd1, 0x13, 0xa6, 0xae, 0x1e, 0xbf, 0xce, 0xbb, 0x4a, 0x14, 0xe2, 0x26, 0xf5, 0x84, 0x5d, 0x50, 0xee, 0xe3, 0xb7, 0x60, 0x95, 0xdd, 0x6d, 0xd4, 0x7e, 0xde, 0xdf, 0x04, 0x8d, 0x54, 0x55, 0x3f, 0x18, 0xad, 0x16, 0x0c, 0x76, 0x4f, 0x72, 0x00, 0xf0, 0xe3, 0xb9, 0xc6, 0x2e, 0xac, 0x60, 0x1e, 0xd9, 0x83, 0x90, 0x16, 0x89, 0xa4, 0x85, 0x1d, 0x61, 0x47, 0x42, 0x96, 0x78, 0x68, 0x36, 0x51, 0xd9, 0xee, 0x67, 0x8a, 0x0f, 0xb9, 0xa7, 0x26, 0xe5, 0x04, 0x6f, 0xea, 0xaf, 0x33, 0x7f, 0xad, 0x51, 0x32, 0x9f, 0x03, 0x9b, 0x09, 0x1d, 0x44, 0xae, 0xdd, 0xaf, 0x20, 0xa1, 0x87, 0x80, 0xda, 0x1b, 0x3a, 0x40, 0xe5, 0xf8, 0x90, 0x4e, 0x4a, 0x37, 0xdb, 0xc7, 0xd6, 0x6a, 0x66, 0x3b, 0x4f, 0xd7 } } }; static const struct cckprng_op_generate op_init_6339 = { .hd = { .id = 6082, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0x31, 0x2b, 0x57, 0xd1, 0xd7, 0x2a, 0x4a, 0x8d, 0x45, 0xa5, 0x26, 0x7f, 0x6f, 0x24, 0x5d, 0x8b, 0xc3, 0xfb, 0x66, 0x46, 0xfa, 0xf9, 0xb7, 0xa8, 0x55, 0x18, 0x0f, 0xe3, 0x6c, 0x2e, 0xaa, 0xde, 0x8c, 0xbe, 0x49, 0xdb, 0xc2, 0xce, 0x0f, 0x3f, 0xeb, 0xef } } }; static const struct cckprng_op_reseed op_reseed_6340 = { .hd = { .id = 6083, .kind = OP_RESEED }, .nonce = 11760034316470410986ULL, .seed_nbytes = 256, .seed = { 0x1c, 0x62, 0x70, 0x45, 0x49, 0xc4, 0xd8, 0x62, 0x4e, 0x98, 0x0c, 0x2c, 0x14, 0xc6, 0x8b, 0xf6, 0x34, 0xa9, 0xb5, 0xe3, 0x51, 0x98, 0xfa, 0x7d, 0x69, 0xf6, 0xe3, 0xaf, 0x79, 0xfa, 0x15, 0x15, 0x63, 0x64, 0xdc, 0xf9, 0x05, 0x33, 0x15, 0x0a, 0x51, 0x20, 0x95, 0x56, 0x33, 0x89, 0x42, 0xc4, 0x68, 0x09, 0x8f, 0x71, 0xa0, 0x47, 0xa4, 0xd2, 0x4f, 0x27, 0x47, 0x0d, 0x2c, 0x0a, 0xb8, 0x37, 0xb6, 0x7d, 0x2c, 0x4b, 0x7d, 0x10, 0xc9, 0x64, 0xea, 0xc5, 0x56, 0xfe, 0x07, 0xca, 0xc6, 0x26, 0x05, 0xa0, 0xdc, 0x79, 0x4e, 0x05, 0x8b, 0x19, 0xb2, 0x5b, 0xdd, 0x4d, 0xb5, 0x5d, 0xa3, 0x2e, 0x92, 0x0d, 0x76, 0x3a, 0x1f, 0x6e, 0x67, 0xa3, 0x77, 0xfb, 0x51, 0xc4, 0xc0, 0xdc, 0x58, 0xd2, 0x99, 0xf0, 0x0e, 0xfc, 0xec, 0xf0, 0x87, 0x2e, 0xf2, 0x3f, 0xb4, 0x2b, 0x0b, 0x33, 0xc4, 0x45, 0x9a, 0xfa, 0xc8, 0x12, 0x1c, 0xfa, 0x6b, 0x90, 0x47, 0x78, 0x14, 0x5a, 0xc0, 0x22, 0x49, 0x8d, 0xcf, 0xb5, 0x2d, 0xfc, 0x62, 0x1f, 0x54, 0x19, 0x29, 0x39, 0xb9, 0x4e, 0x1d, 0xc8, 0x1d, 0xb2, 0x28, 0x7b, 0x5c, 0xf9, 0x65, 0xf3, 0xd1, 0x0a, 0x42, 0x23, 0x7f, 0x27, 0x30, 0xbb, 0xdb, 0x46, 0x12, 0x27, 0x21, 0x7e, 0xa5, 0x17, 0x49, 0x36, 0xbf, 0xf6, 0xca, 0x49, 0x21, 0x84, 0x8b, 0x10, 0x22, 0xe5, 0xd8, 0x81, 0xb2, 0xee, 0xc4, 0xee, 0x28, 0x42, 0xf2, 0x8c, 0x96, 0x9e, 0x2b, 0x51, 0x2e, 0xa8, 0xb8, 0x56, 0x6c, 0xdb, 0x4a, 0x3c, 0xe8, 0xf6, 0xdb, 0x53, 0x2e, 0xa1, 0x70, 0xc3, 0x92, 0x94, 0xb1, 0xdb, 0xd7, 0xed, 0x9c, 0x13, 0x9b, 0x31, 0xfa, 0xb8, 0xa2, 0xbe, 0x4d, 0xb0, 0xbe, 0x6d, 0x6c, 0x74, 0x97, 0x22, 0xb7, 0xc4, 0xbd, 0xc2, 0x55, 0x04, 0x1a, 0x77, 0xd3, 0xdd } }; static const struct cckprng_op_generate op_init_6341 = { .hd = { .id = 6084, .kind = OP_GENERATE }, .rand_nbytes = 241, .out = { .rand = { 0x58, 0x34, 0x3e, 0xfb, 0xd5, 0x0c, 0x81, 0xc6, 0x88, 0x4d, 0x82, 0xd7, 0xab, 0xe4, 0xf6, 0x99, 0xb9, 0x5a, 0x10, 0x82, 0xad, 0xcb, 0x3e, 0xc1, 0xc5, 0x01, 0xc7, 0x0a, 0x2a, 0x6e, 0xba, 0x96, 0x8d, 0xa8, 0x26, 0x42, 0x1c, 0xb3, 0xc1, 0xc4, 0x2f, 0xc5, 0x73, 0x3f, 0x77, 0xfd, 0x2f, 0xeb, 0x4a, 0x71, 0xfc, 0x53, 0xa5, 0xa9, 0xef, 0xab, 0xc1, 0xfd, 0x58, 0xd4, 0xa0, 0x7c, 0x4a, 0x99, 0x11, 0x59, 0x83, 0xee, 0xf7, 0x6b, 0x9a, 0x47, 0x98, 0xc4, 0xca, 0xb0, 0x08, 0xdd, 0xc2, 0x9f, 0xbb, 0x20, 0xd7, 0xc0, 0x03, 0x11, 0x9b, 0x59, 0x64, 0x04, 0x82, 0x66, 0x26, 0xa9, 0xbc, 0x7b, 0x2f, 0x77, 0xb3, 0xf1, 0x1e, 0xfb, 0xcc, 0x95, 0x09, 0x2d, 0x6a, 0x34, 0x11, 0x13, 0x1e, 0x0a, 0xab, 0xd6, 0x92, 0x64, 0xa1, 0x11, 0x9e, 0x3b, 0x1a, 0xbb, 0x78, 0x7d, 0xd4, 0xd9, 0x8b, 0x79, 0x99, 0xea, 0x78, 0x1e, 0xe4, 0x77, 0xf3, 0xaa, 0x1f, 0x46, 0x31, 0x50, 0x4a, 0x79, 0xf7, 0x3f, 0xf1, 0xd2, 0x2a, 0x21, 0x0a, 0xd7, 0x17, 0xd2, 0x35, 0x49, 0x64, 0xa4, 0x4e, 0xaf, 0x9e, 0x6b, 0xbe, 0x3d, 0xe4, 0xab, 0x8a, 0x47, 0x1f, 0xd9, 0x18, 0x37, 0x33, 0xa4, 0xb0, 0x8f, 0x68, 0x99, 0xd9, 0xda, 0xe0, 0x40, 0x44, 0xd7, 0x6f, 0xed, 0x67, 0x9f, 0xe7, 0x5f, 0xd9, 0x12, 0x75, 0xcc, 0xdf, 0xcf, 0x78, 0x6a, 0xdc, 0xdc, 0xac, 0x28, 0xbf, 0xa3, 0x9a, 0xe3, 0x53, 0xcc, 0x33, 0x40, 0x4d, 0x1b, 0xd8, 0xec, 0x7f, 0xd7, 0xa4, 0x8e, 0x7c, 0x6a, 0xe6, 0xa0, 0xaa, 0xcf, 0xbf, 0x0a, 0x0d, 0x5c, 0x03, 0xf5, 0xd4, 0xde, 0x6a, 0xd6, 0x3f, 0xad, 0xfc, 0xa0, 0x04, 0x0b, 0x41, 0x75, 0x3b } } }; static const struct cckprng_op_generate op_init_6342 = { .hd = { .id = 6085, .kind = OP_GENERATE }, .rand_nbytes = 274, .out = { .rand = { 0x22, 0x85, 0x76, 0x3c, 0xb3, 0x1f, 0x94, 0x9f, 0x55, 0x2d, 0x31, 0xf3, 0x7e, 0x4a, 0x9a, 0x66, 0xd8, 0x44, 0x51, 0x46, 0xbf, 0xb2, 0x0e, 0x0f, 0xd7, 0x23, 0x7d, 0x68, 0x92, 0x5f, 0x6f, 0x72, 0xa6, 0xb8, 0x75, 0x5e, 0xf4, 0x84, 0x2b, 0x88, 0xfb, 0x52, 0x3f, 0x08, 0x1c, 0xa2, 0x27, 0x4c, 0x74, 0x80, 0xdd, 0xa1, 0x14, 0x91, 0x81, 0x0b, 0x44, 0x35, 0x50, 0x07, 0xf0, 0xe5, 0xae, 0x37, 0xe2, 0x7b, 0x73, 0x63, 0x0e, 0x15, 0x9f, 0xc3, 0x68, 0x56, 0xe5, 0x90, 0xb3, 0x2a, 0x7d, 0x03, 0xb1, 0x22, 0x0e, 0xbb, 0x36, 0xfa, 0x1e, 0x78, 0xdc, 0x50, 0xa4, 0x84, 0x8b, 0xe9, 0x16, 0x85, 0xed, 0x12, 0x4b, 0x8c, 0x41, 0x18, 0xa5, 0xe0, 0x31, 0x5f, 0x2b, 0x40, 0xe9, 0x33, 0x05, 0x9d, 0xf7, 0x34, 0x83, 0x02, 0x17, 0xd6, 0x3b, 0x20, 0xd0, 0xab, 0x20, 0xb6, 0x13, 0x5e, 0x8d, 0x82, 0xaf, 0x28, 0x6f, 0x73, 0x1b, 0x66, 0x75, 0x22, 0x44, 0x22, 0x13, 0xd6, 0x8b, 0x64, 0x99, 0x64, 0x3f, 0x97, 0xe2, 0xad, 0x66, 0x3a, 0xbc, 0x0b, 0xfe, 0xa8, 0x54, 0x7b, 0x98, 0x14, 0x12, 0xab, 0x4f, 0x32, 0x2d, 0x84, 0x99, 0x63, 0x9f, 0xb5, 0x6d, 0x7b, 0xb0, 0x23, 0x64, 0xc3, 0x4b, 0x66, 0x16, 0xb4, 0x49, 0x1d, 0x5b, 0x34, 0xa1, 0xb0, 0x32, 0xa0, 0xae, 0xe9, 0xb9, 0x2a, 0x5a, 0x77, 0x28, 0x42, 0xde, 0x42, 0xc4, 0xb3, 0x7f, 0x6c, 0xce, 0x8b, 0x43, 0xa2, 0xab, 0x41, 0xbe, 0xac, 0x33, 0x62, 0xc6, 0x03, 0x76, 0x8f, 0x82, 0x7d, 0x37, 0x00, 0xde, 0x4c, 0xfc, 0xd2, 0x72, 0x59, 0x41, 0xa8, 0x03, 0xe8, 0xf1, 0xce, 0x19, 0xc5, 0x87, 0xc4, 0xb7, 0x16, 0xf7, 0x34, 0xb7, 0x20, 0x72, 0xd7, 0xf6, 0x8d, 0x5f, 0xa1, 0x7e, 0x15, 0x20, 0xad, 0xa6, 0x23, 0x05, 0xb2, 0xd8, 0xf1, 0x6b, 0xa3, 0x4a, 0xf4, 0x8e, 0x20, 0x6b, 0x7b, 0xba, 0xa3, 0x61, 0x2f, 0x10, 0xee, 0xd4, 0x80, 0x54, 0x15 } } }; static const struct cckprng_op_refresh op_refresh_6343 = { .hd = { .id = 6086, .kind = OP_REFRESH }, .rand = 7736246096315209200ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6344 = { .hd = { .id = 6087, .kind = OP_REFRESH }, .rand = 15220030632339922191ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6345 = { .hd = { .id = 6088, .kind = OP_RESEED }, .nonce = 15287779734438451958ULL, .seed_nbytes = 63, .seed = { 0xf5, 0x93, 0x71, 0xf5, 0x5b, 0xdc, 0xec, 0xe8, 0xd4, 0xd9, 0x36, 0x6b, 0x9b, 0x2a, 0xce, 0x58, 0x27, 0x46, 0x5b, 0x23, 0xc2, 0x48, 0xe5, 0x4f, 0x28, 0x58, 0xc0, 0xa0, 0x42, 0x1d, 0x3b, 0x44, 0x5b, 0xca, 0x7d, 0xcd, 0xf3, 0x34, 0x5c, 0x7c, 0xa9, 0xb1, 0x59, 0xbf, 0x8a, 0xe6, 0x82, 0x60, 0x28, 0xbc, 0x04, 0x82, 0x09, 0xd1, 0x8e, 0xc1, 0xe9, 0x47, 0x02, 0xbf, 0x3a, 0x9b, 0x85 } }; static const struct cckprng_op_refresh op_refresh_6346 = { .hd = { .id = 6089, .kind = OP_REFRESH }, .rand = 9348268745451420867ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6347 = { .hd = { .id = 6090, .kind = OP_RESEED }, .nonce = 5133882243411018271ULL, .seed_nbytes = 52, .seed = { 0x6c, 0xb6, 0xe4, 0x4a, 0x14, 0x62, 0x88, 0x23, 0xea, 0xbc, 0x74, 0xbd, 0x78, 0xcb, 0x43, 0x50, 0x6b, 0xa0, 0x8f, 0x31, 0x0c, 0x0d, 0x55, 0xf7, 0xe5, 0x04, 0xf0, 0xe7, 0x31, 0xd9, 0xaa, 0xe9, 0x83, 0xba, 0x4c, 0x78, 0x95, 0x8f, 0x0f, 0x0a, 0x12, 0x92, 0x3d, 0x8d, 0xfd, 0x7a, 0xc8, 0x73, 0xed, 0x74, 0x96, 0x7c } }; static const struct cckprng_op_refresh op_refresh_6348 = { .hd = { .id = 6091, .kind = OP_REFRESH }, .rand = 8636545954500302715ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6349 = { .hd = { .id = 6092, .kind = OP_REFRESH }, .rand = 3366584751666948483ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6350 = { .hd = { .id = 6093, .kind = OP_REFRESH }, .rand = 10075141899924811344ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6351 = { .hd = { .id = 6094, .kind = OP_RESEED }, .nonce = 18108778330258264346ULL, .seed_nbytes = 274, .seed = { 0xe6, 0x64, 0x1d, 0x58, 0xe5, 0xef, 0x43, 0x8c, 0xe7, 0x06, 0x2a, 0x49, 0xf6, 0x5a, 0xf5, 0x69, 0x7e, 0x52, 0x6e, 0x8d, 0xbf, 0x0d, 0x53, 0xdc, 0xdf, 0xd9, 0xcd, 0x5a, 0x64, 0x4f, 0xc6, 0x7a, 0x95, 0xe4, 0xfe, 0x06, 0x25, 0x68, 0x0f, 0xd9, 0x4b, 0x9b, 0x00, 0x15, 0x2d, 0x3e, 0xd2, 0xc1, 0xa0, 0x33, 0x03, 0xcd, 0x99, 0x48, 0xa9, 0x0e, 0xda, 0xd1, 0x4f, 0xd7, 0x50, 0xb2, 0x5b, 0x29, 0x63, 0x1f, 0x97, 0xf7, 0x4a, 0xb9, 0xdf, 0x41, 0x8d, 0x82, 0x77, 0xe4, 0x70, 0xf9, 0x59, 0x7b, 0x8f, 0x70, 0xb4, 0x16, 0x15, 0x2f, 0xa8, 0xd6, 0x44, 0xc8, 0x78, 0xc9, 0xc2, 0x5c, 0x56, 0x85, 0x23, 0xe6, 0x49, 0xd8, 0xf9, 0xd6, 0x36, 0xbe, 0xe7, 0xab, 0x7d, 0x62, 0x0d, 0xff, 0x70, 0xa4, 0x7a, 0x2d, 0x92, 0xf5, 0x29, 0xb6, 0x46, 0xd9, 0xdb, 0xa2, 0xa2, 0x9d, 0x9a, 0xc7, 0xe9, 0xc4, 0x71, 0xe2, 0x67, 0x90, 0x34, 0x23, 0x7b, 0x16, 0x71, 0x54, 0x9a, 0x99, 0x5c, 0xfa, 0x89, 0xb7, 0x95, 0x6b, 0xdd, 0xc3, 0xf0, 0x29, 0xbf, 0x49, 0x5d, 0x92, 0x53, 0xf8, 0x9b, 0x16, 0x82, 0x06, 0x5f, 0x64, 0x61, 0x56, 0x9f, 0x36, 0x20, 0x86, 0x19, 0x33, 0x00, 0x75, 0xa3, 0x03, 0x36, 0xb4, 0x70, 0x7e, 0xef, 0xeb, 0x36, 0x62, 0xa4, 0x2f, 0x6b, 0x3e, 0xfc, 0x62, 0x84, 0x7b, 0x0d, 0xaf, 0x23, 0xa7, 0x8d, 0xdd, 0x7a, 0xa8, 0xdd, 0xdb, 0x28, 0x80, 0x22, 0x7e, 0xb8, 0xfe, 0x8f, 0x6c, 0x49, 0x29, 0x0a, 0x92, 0x3c, 0x6a, 0x0c, 0xea, 0x9d, 0x7c, 0x75, 0xf0, 0x38, 0x86, 0xf9, 0x04, 0xca, 0xde, 0x85, 0x80, 0xa9, 0xb7, 0x1d, 0x33, 0xef, 0xfb, 0xe1, 0x11, 0x04, 0x7a, 0x52, 0xf4, 0xcf, 0xad, 0xfe, 0x76, 0x68, 0x30, 0xdd, 0x43, 0x35, 0x9f, 0xd0, 0x45, 0xcd, 0x17, 0xb6, 0xf9, 0xcc, 0x42, 0x3d, 0x7b, 0xf3, 0xea, 0x70, 0x94, 0x04, 0xeb, 0x81, 0x5c, 0x6d, 0xa6, 0x86, 0x58, 0x4d, 0x33 } }; static const struct cckprng_op_refresh op_refresh_6352 = { .hd = { .id = 6095, .kind = OP_REFRESH }, .rand = 3058172433669484938ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6353 = { .hd = { .id = 6096, .kind = OP_RESEED }, .nonce = 12504620849217960703ULL, .seed_nbytes = 232, .seed = { 0x05, 0xc4, 0x31, 0x5f, 0xe3, 0xf7, 0x64, 0x8a, 0x1c, 0x8a, 0xf5, 0xce, 0x8c, 0xc8, 0x41, 0xe1, 0x1b, 0x6b, 0xf0, 0xb4, 0x20, 0xdc, 0xfc, 0xcc, 0xe0, 0xed, 0xfe, 0x82, 0xf0, 0x5d, 0xa3, 0x1b, 0x05, 0x63, 0x0c, 0x8d, 0x84, 0x6a, 0x36, 0x57, 0xeb, 0x90, 0x97, 0xff, 0x3f, 0xd7, 0x38, 0x47, 0xd5, 0x89, 0xdf, 0x67, 0xbc, 0x7f, 0xe0, 0x45, 0xbc, 0x2f, 0xc7, 0x03, 0x05, 0xd2, 0x40, 0xd3, 0x14, 0x19, 0x28, 0xe0, 0x98, 0x74, 0x01, 0x32, 0x25, 0x5e, 0x9d, 0x81, 0x1f, 0xfa, 0x1d, 0xfb, 0x5c, 0x3a, 0xef, 0x99, 0x0d, 0x6a, 0x0b, 0x72, 0x72, 0x79, 0x12, 0x80, 0x0a, 0x04, 0xe8, 0x10, 0xc5, 0x20, 0x6d, 0x8f, 0xdb, 0x8c, 0x89, 0x57, 0xd1, 0xf0, 0xaf, 0x06, 0x2f, 0xd6, 0x97, 0xd0, 0xa1, 0x6b, 0x31, 0x92, 0xe0, 0x54, 0x30, 0x6a, 0xb9, 0x00, 0x8e, 0x00, 0xa4, 0x6b, 0xeb, 0x8c, 0x51, 0x8b, 0x3f, 0x6b, 0x1f, 0x90, 0x59, 0xf0, 0x76, 0xe3, 0x0b, 0x27, 0x21, 0xd3, 0x3e, 0x73, 0xfc, 0x5a, 0x06, 0x06, 0x5b, 0x61, 0x2f, 0x51, 0xb2, 0x87, 0x81, 0x31, 0xf7, 0x19, 0x69, 0xaa, 0x73, 0x0f, 0x21, 0x58, 0x75, 0x57, 0x53, 0x58, 0xc8, 0xb9, 0x68, 0x87, 0x0b, 0x13, 0x9c, 0x24, 0x26, 0x3a, 0x97, 0x11, 0x4c, 0xd0, 0xae, 0xbf, 0x7e, 0x31, 0xf8, 0x70, 0xe9, 0x32, 0xd6, 0x76, 0x4f, 0x8d, 0xb9, 0x2b, 0x1a, 0x5d, 0x24, 0xb6, 0x3e, 0x12, 0xb8, 0xab, 0x02, 0x9a, 0x73, 0x3e, 0xf3, 0x1b, 0x54, 0x71, 0xf6, 0x8e, 0x2d, 0x37, 0x73, 0xc9, 0xbe, 0x49, 0x50, 0x32, 0x18, 0x93, 0x79, 0x20, 0xf0, 0x99, 0xc4, 0x36, 0xe6, 0x66 } }; static const struct cckprng_op_reseed op_reseed_6354 = { .hd = { .id = 6097, .kind = OP_RESEED }, .nonce = 12646713139921555224ULL, .seed_nbytes = 53, .seed = { 0x5c, 0xc6, 0x5f, 0xed, 0x3e, 0xca, 0xd5, 0x0d, 0x29, 0xad, 0x8b, 0x76, 0x7e, 0xb2, 0xa7, 0xbe, 0x5f, 0x9a, 0xaa, 0xf4, 0xbf, 0x41, 0x14, 0xb7, 0x7f, 0x78, 0x7d, 0x47, 0x93, 0xff, 0xc2, 0x33, 0xc5, 0x64, 0xde, 0xe8, 0x3d, 0x27, 0x0a, 0xa1, 0xb9, 0x2f, 0xe4, 0xac, 0x30, 0xee, 0x0b, 0x15, 0xb5, 0xb5, 0x1c, 0x75, 0x62 } }; static const struct cckprng_op_reseed op_reseed_6355 = { .hd = { .id = 6098, .kind = OP_RESEED }, .nonce = 1378824318958871380ULL, .seed_nbytes = 72, .seed = { 0xd5, 0xd3, 0xa2, 0x30, 0x89, 0x63, 0x46, 0x14, 0xd1, 0x68, 0x6b, 0x0f, 0x72, 0xf3, 0xd5, 0xcd, 0x7a, 0x1f, 0x12, 0x13, 0x36, 0xc6, 0x73, 0x56, 0x34, 0x79, 0x44, 0x3a, 0xde, 0x84, 0xa5, 0x55, 0x6e, 0x6f, 0x6d, 0x71, 0xeb, 0x0a, 0x32, 0x9a, 0xbf, 0x71, 0x66, 0x29, 0x7a, 0x28, 0xc8, 0xe6, 0x91, 0xd4, 0xf3, 0xa0, 0xdb, 0x3a, 0xe8, 0xa3, 0x44, 0x72, 0x98, 0x72, 0x5c, 0x2a, 0xa6, 0x0d, 0xc0, 0xb8, 0xaa, 0x2f, 0xde, 0x5b, 0x10, 0x61 } }; static const struct cckprng_op_generate op_init_6356 = { .hd = { .id = 6099, .kind = OP_GENERATE }, .rand_nbytes = 171, .out = { .rand = { 0x92, 0x41, 0xd1, 0x84, 0xde, 0xd6, 0xaa, 0x4b, 0x01, 0x23, 0x0d, 0x6a, 0x6a, 0xda, 0x64, 0xc9, 0x5c, 0xd1, 0xc8, 0x0b, 0x91, 0x9d, 0xb7, 0x87, 0xb2, 0x2b, 0x1e, 0x5c, 0x3a, 0x26, 0xc7, 0xa8, 0x84, 0x97, 0xdb, 0x84, 0x22, 0x73, 0xd0, 0xe4, 0x85, 0xf8, 0xc0, 0xf0, 0xf2, 0x56, 0x08, 0xb8, 0xec, 0xe9, 0x92, 0x56, 0xf6, 0xef, 0xb7, 0xca, 0x0f, 0xef, 0x82, 0x22, 0xff, 0xbd, 0xbb, 0x8e, 0x9c, 0x39, 0x8e, 0x86, 0xa8, 0x6b, 0x05, 0x2a, 0x73, 0x3c, 0x92, 0x99, 0xf1, 0xe7, 0x87, 0xe6, 0x48, 0xe3, 0xc9, 0x22, 0x06, 0x2e, 0x57, 0xe4, 0x36, 0x9f, 0xb3, 0xb1, 0x5f, 0xe7, 0x94, 0xd2, 0x58, 0x1f, 0x9a, 0x14, 0x4e, 0xdf, 0xba, 0xf4, 0x9e, 0x37, 0x01, 0xcc, 0x64, 0x19, 0xc5, 0x98, 0x0e, 0xc7, 0x8b, 0x48, 0xfe, 0xe5, 0x0a, 0xd5, 0xf2, 0x7d, 0xce, 0xb7, 0xb9, 0x36, 0x46, 0x79, 0xf6, 0xc5, 0x41, 0x30, 0x4c, 0x9a, 0x2c, 0x8d, 0xf6, 0xec, 0x71, 0x74, 0x8e, 0x7a, 0xa8, 0x8e, 0x6a, 0xfd, 0xc7, 0xca, 0x31, 0x0a, 0xaa, 0x70, 0xb1, 0x05, 0x4d, 0x8c, 0x06, 0x36, 0xaa, 0xd7, 0x1b, 0x32, 0xb6, 0xf6, 0x8f, 0x55, 0xd1, 0x8f, 0x94, 0x93, 0x80 } } }; static const struct cckprng_op_generate op_init_6357 = { .hd = { .id = 6100, .kind = OP_GENERATE }, .rand_nbytes = 120, .out = { .rand = { 0xb1, 0xb7, 0xae, 0xbe, 0xf4, 0xe8, 0x39, 0x96, 0xfa, 0x17, 0xbd, 0x12, 0x0d, 0xfb, 0x7b, 0x04, 0xeb, 0x24, 0x9f, 0xf4, 0xfd, 0x9d, 0xa4, 0xa9, 0xff, 0x69, 0x6d, 0xca, 0xb2, 0x89, 0xa8, 0x2d, 0x87, 0x79, 0xf6, 0x3c, 0x17, 0xf9, 0x12, 0x54, 0x4c, 0x83, 0xac, 0x2b, 0x6d, 0xd4, 0xec, 0x6e, 0x4d, 0xb7, 0xbf, 0xb0, 0x02, 0x91, 0x80, 0x0e, 0x65, 0xf1, 0x12, 0xcd, 0x70, 0x9a, 0x9f, 0x14, 0x88, 0xac, 0x67, 0xcf, 0xac, 0xf9, 0x22, 0xcf, 0xa6, 0x9f, 0xe7, 0x5e, 0xe0, 0xaa, 0x2f, 0xfa, 0x54, 0xfc, 0x21, 0x7d, 0xf8, 0xe0, 0x82, 0x67, 0x5e, 0x37, 0xae, 0x41, 0x65, 0x8a, 0xc2, 0xe6, 0x0d, 0xd4, 0x7b, 0xef, 0x99, 0xf9, 0x68, 0x5e, 0x79, 0xc8, 0xb2, 0x16, 0x04, 0x5b, 0x78, 0x39, 0xc9, 0x08, 0x10, 0xca, 0xe3, 0xcc, 0x25, 0x4d } } }; static const struct cckprng_op_refresh op_refresh_6358 = { .hd = { .id = 6101, .kind = OP_REFRESH }, .rand = 10340108468150289007ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6359 = { .hd = { .id = 6102, .kind = OP_GENERATE }, .rand_nbytes = 255, .out = { .rand = { 0x40, 0x0f, 0x6a, 0x65, 0x2f, 0x90, 0xd4, 0x9c, 0xf5, 0xc5, 0xbc, 0x1c, 0x20, 0x1d, 0xda, 0x89, 0x73, 0x38, 0x44, 0xbc, 0x1e, 0x13, 0x9a, 0xca, 0x4e, 0x91, 0xfe, 0xc3, 0x6f, 0x43, 0x7f, 0x83, 0x1e, 0x85, 0xd1, 0x97, 0x2d, 0x78, 0x62, 0xe3, 0x8e, 0x00, 0x43, 0x63, 0x6f, 0x2f, 0xe2, 0xf9, 0xf4, 0x8f, 0x42, 0x8a, 0xc6, 0xe8, 0x4a, 0xef, 0x85, 0x2c, 0x54, 0x60, 0x6c, 0xf3, 0x96, 0xbe, 0xc8, 0x18, 0x28, 0xc3, 0xd3, 0xd8, 0x97, 0x63, 0x07, 0x19, 0xb9, 0x65, 0x67, 0x8a, 0xf6, 0xe0, 0x18, 0xeb, 0xe6, 0x54, 0x6c, 0xd0, 0x89, 0x8c, 0x68, 0x62, 0xdf, 0x25, 0xa7, 0xc8, 0xc4, 0xc6, 0xb8, 0xe2, 0xc5, 0xbc, 0x79, 0x0a, 0x15, 0xa6, 0x5d, 0xc6, 0x53, 0x2e, 0xeb, 0x12, 0xfb, 0x20, 0x92, 0xe2, 0x50, 0x3a, 0xb5, 0x52, 0x0b, 0x7a, 0xad, 0x70, 0x14, 0x71, 0xe6, 0x43, 0xa1, 0x06, 0x40, 0xc3, 0x6f, 0x99, 0x8e, 0xaf, 0x9d, 0x30, 0xfe, 0x8b, 0xd3, 0x16, 0x1b, 0x4c, 0x13, 0x6c, 0x26, 0x7c, 0x06, 0x83, 0xe1, 0xd4, 0x0e, 0x57, 0x90, 0xb7, 0x1c, 0x7b, 0x9a, 0x61, 0xab, 0x25, 0xbe, 0xed, 0x3d, 0x92, 0x2a, 0x02, 0x39, 0xa9, 0xa5, 0x0d, 0xab, 0xef, 0xc0, 0x15, 0xaa, 0x21, 0xb8, 0x1e, 0xd3, 0xbb, 0x1e, 0xae, 0xbd, 0x5c, 0xf1, 0x00, 0x0a, 0x56, 0x27, 0xad, 0xbb, 0xe1, 0x2b, 0x4f, 0x56, 0x60, 0x72, 0x85, 0x05, 0x9d, 0x8e, 0x8d, 0xd9, 0x86, 0x1d, 0xc8, 0x67, 0x0a, 0xa4, 0xdd, 0x93, 0xff, 0x48, 0x88, 0x7c, 0x6f, 0xcc, 0x46, 0x6e, 0xa5, 0xd4, 0x48, 0xa8, 0x6f, 0xe9, 0x82, 0xc1, 0x75, 0x5d, 0x71, 0xcf, 0x2d, 0x09, 0x78, 0x7b, 0xac, 0x73, 0x26, 0xf0, 0x9a, 0xb3, 0x81, 0x01, 0x5d, 0x84, 0x92, 0x4d, 0x86, 0x04, 0x47, 0x76, 0xe0, 0xa4, 0xa4, 0x63 } } }; static const struct cckprng_op_generate op_init_6360 = { .hd = { .id = 6103, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0xe7, 0x5c, 0xa6, 0xee, 0x9e, 0x20, 0x7f, 0xfe, 0x6c, 0xf6, 0x97, 0xe4, 0x5d, 0x44, 0xb7, 0x16, 0xc4, 0xfe, 0x73, 0xf1, 0x6a, 0x6e, 0xb2, 0x0e, 0xfc, 0xe7, 0x82, 0x5c, 0x6a, 0xbe, 0x65, 0xd2, 0x4e, 0x3b, 0x5c, 0xed, 0xa9, 0xef, 0xff, 0x01, 0x61, 0x61, 0x06, 0x81, 0xef, 0xf7, 0x6d, 0xcc, 0xdb, 0xf6, 0xda, 0xe5, 0xe1, 0xb1, 0x50, 0x3c, 0x54, 0x41, 0x4b, 0x63, 0x8f, 0xba, 0xb4, 0x97, 0xa9, 0x1d, 0x98, 0x15, 0x6a, 0x42, 0x40, 0xb9, 0xc6, 0xd9, 0x83, 0x9d, 0xa1, 0x45, 0x80, 0xba, 0x2c, 0x4f, 0xb4, 0xc7, 0x2e, 0x6b, 0x94, 0x13, 0xef, 0x86 } } }; static const struct cckprng_op_refresh op_refresh_6361 = { .hd = { .id = 6104, .kind = OP_REFRESH }, .rand = 7073417389461642007ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6362 = { .hd = { .id = 6105, .kind = OP_RESEED }, .nonce = 1644167209954847807ULL, .seed_nbytes = 279, .seed = { 0x76, 0x95, 0xe9, 0x2d, 0xbf, 0x99, 0xbe, 0x96, 0x21, 0xc2, 0x6b, 0x3a, 0x9d, 0xa0, 0xd7, 0xc7, 0x53, 0x79, 0x31, 0x5f, 0x68, 0xb5, 0xb0, 0xdf, 0x70, 0x93, 0xb9, 0x72, 0x94, 0xdb, 0x5c, 0x27, 0x65, 0x28, 0x0e, 0x7c, 0x7c, 0x44, 0xb1, 0x7a, 0xc4, 0x16, 0x4a, 0xc9, 0x5d, 0x2a, 0xc9, 0xbb, 0x28, 0xda, 0x1f, 0x2c, 0x86, 0x4e, 0x7a, 0x9d, 0xe0, 0xce, 0xb5, 0xa4, 0x08, 0x6c, 0xd6, 0x9c, 0x30, 0x83, 0xee, 0x46, 0x43, 0x46, 0x07, 0xaa, 0x11, 0x0d, 0x74, 0x76, 0x26, 0x48, 0x36, 0x32, 0xc7, 0xcc, 0xa3, 0xf7, 0x11, 0xea, 0xb7, 0x6a, 0x47, 0x36, 0x00, 0x55, 0xbb, 0x69, 0xf3, 0x94, 0xc9, 0xf6, 0xfb, 0xec, 0x05, 0x0c, 0x55, 0x04, 0x9c, 0x17, 0x34, 0xe4, 0xc1, 0x3b, 0x6b, 0x6a, 0xc0, 0x4f, 0x25, 0x71, 0x9e, 0xf6, 0x21, 0x0a, 0x67, 0x2b, 0xd3, 0xa3, 0xa4, 0xca, 0xfb, 0xc0, 0x06, 0x40, 0x24, 0x9e, 0xca, 0xd4, 0xbb, 0x9d, 0x4e, 0x49, 0x26, 0x0b, 0xbd, 0x8e, 0x98, 0x0f, 0xdf, 0x83, 0xca, 0x9c, 0xfb, 0xa8, 0x5e, 0xc6, 0x05, 0xfb, 0x87, 0xb8, 0x61, 0x5d, 0xe2, 0xd9, 0x18, 0xb0, 0x26, 0x79, 0x8e, 0xb8, 0x68, 0x5f, 0xcc, 0x0d, 0x64, 0x7a, 0xc8, 0xb8, 0xf9, 0x47, 0x49, 0x6d, 0x2a, 0x27, 0x96, 0xe0, 0xd4, 0x02, 0xf4, 0x84, 0x8b, 0xb3, 0x1d, 0x79, 0x4f, 0xa2, 0x3c, 0xff, 0x37, 0x37, 0x04, 0x89, 0x2a, 0xa3, 0xe7, 0x35, 0x53, 0xf8, 0x7d, 0x85, 0x64, 0xc1, 0x9c, 0x8a, 0x08, 0x2e, 0x3c, 0x32, 0x4a, 0xa3, 0x8f, 0x24, 0x94, 0xf4, 0xa3, 0x1a, 0xe6, 0x13, 0x9d, 0x67, 0x98, 0xff, 0x2a, 0x82, 0x43, 0xc7, 0x1b, 0x0a, 0x83, 0xef, 0x5f, 0x80, 0xc2, 0x25, 0x14, 0x0a, 0x62, 0x85, 0xe4, 0x34, 0xff, 0xfc, 0xe2, 0xbb, 0x81, 0x1a, 0xd7, 0x37, 0x98, 0xd9, 0x95, 0x86, 0x3f, 0xe3, 0x44, 0x60, 0x2d, 0xd0, 0x5d, 0xf8, 0xe3, 0xbb, 0x38, 0xb4, 0xfa, 0x58, 0x74, 0x98, 0x98, 0x31, 0x4e, 0x51, 0xc6 } }; static const struct cckprng_op_generate op_init_6363 = { .hd = { .id = 6106, .kind = OP_GENERATE }, .rand_nbytes = 178, .out = { .rand = { 0xd0, 0x2e, 0xaa, 0x0a, 0x3e, 0x01, 0xb8, 0x42, 0xb4, 0x18, 0xf2, 0x5b, 0xec, 0x75, 0x53, 0xce, 0x62, 0xae, 0x77, 0x90, 0x2c, 0xd6, 0xd2, 0x3e, 0x8c, 0xea, 0x78, 0x16, 0xda, 0x14, 0x9b, 0x31, 0x92, 0xf4, 0x49, 0xbd, 0x16, 0xc9, 0x5c, 0xcf, 0x04, 0x06, 0xd8, 0xa1, 0xef, 0x72, 0x1f, 0x66, 0x97, 0xbf, 0x5d, 0xd1, 0x62, 0xcd, 0xab, 0x35, 0x98, 0x7c, 0xc3, 0x7d, 0x7b, 0x7b, 0x24, 0xdc, 0xa4, 0xb8, 0xa9, 0xd9, 0xe3, 0x55, 0x7f, 0x21, 0x9c, 0x22, 0x2c, 0x12, 0x24, 0xdc, 0xd6, 0xeb, 0x1e, 0x75, 0x9a, 0xe5, 0x5a, 0x9e, 0x54, 0xb6, 0x89, 0x7b, 0xef, 0x33, 0x03, 0x33, 0xb6, 0x83, 0x2f, 0xdf, 0xa6, 0xe8, 0xce, 0x5a, 0x41, 0x32, 0xc2, 0xa9, 0xc3, 0xb5, 0x00, 0x25, 0xc5, 0x4b, 0x0d, 0x3e, 0x60, 0xf3, 0xbd, 0xbf, 0x5c, 0x83, 0xd8, 0xf2, 0xf4, 0x43, 0x3b, 0xf0, 0xa6, 0xfa, 0x1c, 0xa0, 0xdc, 0xa7, 0x22, 0x05, 0xa0, 0x9b, 0xe8, 0xdf, 0x0e, 0x65, 0xc8, 0x9a, 0xf6, 0x2e, 0x0c, 0x33, 0x0d, 0x1b, 0x1e, 0xe1, 0x87, 0xeb, 0x9b, 0x8f, 0x53, 0xdb, 0x89, 0x78, 0x58, 0x4a, 0x91, 0x34, 0x7e, 0x92, 0xa1, 0xb6, 0xdf, 0x4d, 0xa1, 0x78, 0x56, 0x5d, 0x7f, 0x91, 0x18, 0x9a, 0xfe, 0xa3 } } }; static const struct cckprng_op_reseed op_reseed_6364 = { .hd = { .id = 6107, .kind = OP_RESEED }, .nonce = 8932953743849155774ULL, .seed_nbytes = 218, .seed = { 0x88, 0xa3, 0xc4, 0x46, 0xc1, 0x2a, 0xe4, 0x04, 0x81, 0x29, 0x29, 0x37, 0xe1, 0x21, 0x8c, 0xfc, 0x7f, 0xad, 0xee, 0x5e, 0xf1, 0xf7, 0x93, 0x69, 0x33, 0x48, 0xde, 0x29, 0x93, 0xab, 0xe9, 0xf4, 0x98, 0xbd, 0x5a, 0xa2, 0x82, 0x8c, 0xd0, 0x7a, 0x05, 0xd4, 0xa7, 0x1f, 0x1c, 0xde, 0x34, 0x58, 0x39, 0x9d, 0x23, 0xcf, 0xb6, 0x29, 0x83, 0xb9, 0x1b, 0x72, 0x11, 0xbe, 0xd8, 0x47, 0x98, 0xd3, 0xfc, 0x97, 0xab, 0x35, 0x04, 0xb8, 0x7a, 0x2f, 0x7d, 0x61, 0xb2, 0xa0, 0xcc, 0xa5, 0x86, 0x71, 0x63, 0x9d, 0x3f, 0xfd, 0xfc, 0xaa, 0xb7, 0x02, 0x23, 0x09, 0x90, 0x64, 0x86, 0xca, 0xcc, 0x8f, 0xca, 0x8a, 0x59, 0x58, 0xee, 0x31, 0x2c, 0x9e, 0x86, 0x65, 0x95, 0x78, 0xed, 0x6b, 0x59, 0x88, 0x82, 0x24, 0x72, 0x59, 0x93, 0x82, 0xc7, 0x29, 0x97, 0xf3, 0x99, 0x54, 0x3f, 0xe4, 0xa3, 0x1d, 0x4d, 0x70, 0xcd, 0xcd, 0x72, 0xd0, 0xe4, 0x56, 0x56, 0x14, 0x88, 0x43, 0x8b, 0x91, 0x19, 0xb7, 0x80, 0x0c, 0x1c, 0x1b, 0x04, 0x8f, 0x3e, 0x89, 0xeb, 0xb2, 0x0e, 0x70, 0x2b, 0xac, 0x45, 0xf9, 0x48, 0x6b, 0x09, 0x6d, 0xc6, 0xfc, 0x67, 0x15, 0x96, 0x1d, 0x28, 0xf9, 0x74, 0x35, 0xb1, 0x7c, 0xc0, 0xd5, 0xf7, 0x10, 0x71, 0xe6, 0x89, 0xb1, 0x17, 0x39, 0xdb, 0x69, 0x7e, 0x90, 0x67, 0x5f, 0xf9, 0x1a, 0x36, 0xc8, 0x31, 0xf7, 0x1e, 0x68, 0x2e, 0x67, 0x68, 0x1f, 0x13, 0x80, 0xf6, 0xaf, 0x7e, 0xf3, 0x03, 0x08, 0xea, 0x4c, 0x35, 0x86, 0xa5, 0x38 } }; static const struct cckprng_op_generate op_init_6365 = { .hd = { .id = 6108, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0xc8, 0x30, 0x61, 0xf5, 0x1d, 0xde, 0x22, 0xd3, 0x3d, 0x7d, 0xd5, 0x87, 0x4e, 0xe6, 0xf5, 0x50, 0xe1, 0x6b, 0x9b, 0x69, 0xe4, 0xcb, 0x23, 0xbf, 0xbc, 0xca, 0xc0, 0x5e, 0xb0, 0x4e, 0x91, 0x6d, 0x0b, 0x35, 0x00, 0x83, 0x3c, 0xe5, 0xe8, 0x24, 0x75, 0xc6, 0x69, 0x93, 0x60, 0x4b, 0xbf, 0x07, 0x51, 0xfd, 0xee, 0xa2, 0xd0, 0x8e, 0xb6, 0xe4, 0x49, 0xfb, 0x55, 0xfd, 0xd9, 0x5c, 0xc7, 0x8b, 0x41, 0xd3, 0x5e, 0xc5, 0x4d, 0xe4, 0x42, 0x9e, 0x4f, 0x40, 0x1b, 0xc8, 0x19, 0x4b, 0x21, 0x8d, 0xbe, 0xba, 0xd5, 0xc6, 0x77, 0x8a, 0x3d, 0xdf, 0x78, 0x7f, 0x02, 0x9b, 0x9d, 0xb2, 0xc4, 0x20, 0x11, 0xfa, 0xca, 0xef, 0x94, 0x46, 0x2b, 0xed, 0xe3, 0x6d, 0xeb, 0xd8, 0x79, 0xdf, 0xe8, 0x44, 0xd1, 0x1d, 0x52, 0x60, 0x69, 0x84, 0x83, 0x23, 0xd8, 0x8e, 0x9f, 0xd0, 0x2d, 0x8f, 0x52, 0x35, 0xfd, 0xf6, 0x7d, 0x78, 0xfd, 0x35, 0x1f, 0xce, 0xe8, 0xfc, 0x49, 0x7a, 0x04, 0x2f, 0xea, 0x49, 0x54, 0x91, 0x94, 0x46, 0x42, 0x25, 0x03, 0xe3, 0x0e, 0x3f, 0xd5, 0xf5, 0xa9, 0xc2, 0xaa, 0x8f, 0xca, 0x66, 0x17, 0x85, 0x18, 0x72, 0x97, 0x33, 0xdc, 0x6c, 0xf0, 0xc7, 0x1b, 0x1b, 0xed, 0x3e, 0x22, 0xe7, 0xa2, 0x7c, 0xc8 } } }; static const struct cckprng_op_generate op_init_6366 = { .hd = { .id = 6109, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0x92, 0xbe, 0x5e, 0x1e, 0x67, 0x8d, 0xab, 0x9f, 0x50, 0x27, 0x82 } } }; static const struct cckprng_op_generate op_init_6367 = { .hd = { .id = 6110, .kind = OP_GENERATE }, .rand_nbytes = 59, .out = { .rand = { 0x82, 0x98, 0x68, 0x0d, 0x81, 0x60, 0xb3, 0x8b, 0x44, 0x5d, 0x90, 0xad, 0x94, 0x74, 0xd6, 0xf9, 0x58, 0xab, 0x27, 0xd6, 0x51, 0x04, 0xc7, 0x3e, 0xbb, 0xc4, 0xd4, 0xbd, 0xa9, 0x43, 0xd6, 0x29, 0xc7, 0x6f, 0xc0, 0xf2, 0xb1, 0x06, 0x1d, 0x80, 0x85, 0x0a, 0x18, 0x24, 0x71, 0xf6, 0x29, 0xf5, 0x1c, 0xb6, 0x98, 0xae, 0xde, 0x3d, 0xed, 0x97, 0x86, 0x00, 0x87 } } }; static const struct cckprng_op_generate op_init_6368 = { .hd = { .id = 6111, .kind = OP_GENERATE }, .rand_nbytes = 262, .out = { .rand = { 0x6e, 0xfe, 0xc0, 0xde, 0x97, 0xd0, 0x97, 0xeb, 0x47, 0xd3, 0xed, 0x64, 0xcc, 0xca, 0x1a, 0x93, 0x53, 0xcc, 0x6d, 0x73, 0x2a, 0xd3, 0xc8, 0x13, 0x1f, 0x82, 0x47, 0xa6, 0x44, 0xad, 0x17, 0x61, 0x1c, 0xe9, 0x57, 0x4c, 0xb1, 0x63, 0x47, 0x3a, 0x30, 0x11, 0xbe, 0xd4, 0x92, 0x35, 0x92, 0xc9, 0xbd, 0xc7, 0xd7, 0x5f, 0x33, 0x22, 0xf1, 0xd2, 0x18, 0xfc, 0x20, 0xf1, 0x17, 0xb7, 0xb2, 0xcb, 0x5f, 0xe3, 0xca, 0xff, 0xa7, 0x0f, 0xa4, 0x4b, 0x59, 0xc4, 0x3c, 0xc3, 0x15, 0x65, 0x46, 0xdf, 0xcb, 0x51, 0x2f, 0xc5, 0x12, 0x35, 0x5a, 0xdb, 0x6a, 0x53, 0x67, 0x4e, 0xbe, 0x9f, 0x8c, 0x26, 0xc6, 0x90, 0xdb, 0x1d, 0x2b, 0x82, 0x1b, 0xfa, 0x12, 0x5e, 0xb2, 0x25, 0x5f, 0xed, 0xb4, 0x2a, 0x99, 0xed, 0x15, 0xa7, 0xb2, 0xd5, 0x58, 0x7b, 0x5b, 0x7a, 0xd5, 0x05, 0xaa, 0x74, 0xf7, 0xe3, 0x04, 0xc3, 0x4f, 0x17, 0x9d, 0x0e, 0xe5, 0x0c, 0xd7, 0x1d, 0x8d, 0xe8, 0xe8, 0x58, 0x07, 0x2a, 0x1b, 0xb4, 0x8b, 0xe3, 0xda, 0x8a, 0x9d, 0xf4, 0x87, 0x97, 0xa3, 0x9b, 0x3a, 0x57, 0x35, 0x69, 0x00, 0x15, 0xbf, 0xd5, 0xfa, 0xa2, 0x4f, 0xb1, 0xcf, 0x28, 0xb5, 0x41, 0xe8, 0x48, 0x7b, 0x72, 0xd5, 0x3a, 0x4f, 0x2b, 0xfd, 0x71, 0x77, 0xf1, 0x28, 0xac, 0x04, 0x94, 0xd5, 0x3d, 0x6f, 0x99, 0x32, 0x08, 0x7a, 0xd7, 0xd9, 0xe6, 0xa4, 0xd5, 0x72, 0x5f, 0x50, 0x9b, 0xce, 0x5f, 0x11, 0x58, 0xbf, 0x43, 0xbe, 0x15, 0xdc, 0x30, 0x6c, 0xac, 0xce, 0xf7, 0xe6, 0xea, 0x2d, 0x40, 0xf9, 0x3a, 0xc5, 0xc0, 0xa5, 0x3e, 0x9e, 0xee, 0x12, 0x4a, 0xf1, 0xcd, 0x22, 0x6c, 0x2f, 0xa8, 0xc3, 0xfb, 0xdc, 0x57, 0x2d, 0xa3, 0xfe, 0x1d, 0xa4, 0x0c, 0xd4, 0xb9, 0xd7, 0x9d, 0x37, 0x27, 0x1b, 0xb9, 0xbd, 0xf7, 0xe0, 0x83, 0x48, 0xdb } } }; static const struct cckprng_op_refresh op_refresh_6369 = { .hd = { .id = 6112, .kind = OP_REFRESH }, .rand = 2624592350137051310ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6370 = { .hd = { .id = 6113, .kind = OP_RESEED }, .nonce = 194464046961354752ULL, .seed_nbytes = 183, .seed = { 0xd4, 0x8f, 0x8e, 0x9d, 0xaf, 0xfa, 0x17, 0x57, 0x98, 0xb0, 0x23, 0x38, 0xcb, 0x14, 0xc0, 0x96, 0x66, 0xfe, 0x77, 0xab, 0xa0, 0xaf, 0x54, 0x11, 0x65, 0xcc, 0xda, 0x07, 0xee, 0x60, 0x91, 0x90, 0x08, 0xb2, 0xb3, 0x22, 0x63, 0x11, 0xd8, 0x99, 0x1f, 0x94, 0xf8, 0x2a, 0xb1, 0x41, 0x1a, 0x2a, 0x9d, 0x71, 0x14, 0xd4, 0x67, 0xbf, 0x8a, 0xec, 0x07, 0xba, 0x32, 0x8d, 0x55, 0xf4, 0x47, 0xc6, 0x37, 0xd0, 0x82, 0xef, 0x13, 0xa3, 0x59, 0x32, 0xcd, 0x80, 0xc7, 0x70, 0xbe, 0xa1, 0x7e, 0x9f, 0x69, 0x34, 0x3b, 0x40, 0xb0, 0x89, 0x4c, 0xa2, 0x12, 0x5b, 0x19, 0x0c, 0xd6, 0x22, 0x4a, 0xd8, 0xfd, 0x3c, 0xfd, 0x11, 0xb3, 0xd7, 0x86, 0xfc, 0xff, 0x10, 0x2d, 0x01, 0xac, 0x1f, 0xcd, 0x7e, 0x90, 0xbd, 0x8d, 0x50, 0xe1, 0x1a, 0xe3, 0x1d, 0x94, 0x20, 0xf7, 0xa7, 0xb3, 0x6c, 0x26, 0xdb, 0x28, 0x57, 0x6c, 0xbf, 0x4f, 0x5c, 0xca, 0xcc, 0x97, 0x79, 0x3b, 0x3b, 0x67, 0xbb, 0xb1, 0x18, 0xda, 0x8c, 0x49, 0x3e, 0x54, 0xe9, 0xfb, 0x22, 0x86, 0xdc, 0x79, 0xe1, 0x25, 0x4c, 0xe7, 0x60, 0xe7, 0x00, 0x64, 0x2f, 0x11, 0x62, 0xe3, 0xdf, 0x9f, 0x05, 0x77, 0xa6, 0x7c, 0x9b, 0x0d, 0x0d, 0x8b, 0x03, 0xee, 0xc6, 0x87, 0xce, 0x6b } }; static const struct cckprng_op_refresh op_refresh_6371 = { .hd = { .id = 6114, .kind = OP_REFRESH }, .rand = 18240374104204965711ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6372 = { .hd = { .id = 6115, .kind = OP_RESEED }, .nonce = 4800345181245185667ULL, .seed_nbytes = 116, .seed = { 0x4d, 0x8b, 0x19, 0xbf, 0x6c, 0x9f, 0x5f, 0x31, 0x5f, 0x0d, 0x68, 0x14, 0x12, 0x9a, 0xeb, 0x7a, 0x99, 0x91, 0x79, 0xca, 0x7d, 0xcd, 0x6e, 0x3a, 0x0a, 0x4c, 0xa7, 0x42, 0xf7, 0xe3, 0x51, 0x13, 0x5f, 0x98, 0xfa, 0x23, 0x0f, 0x42, 0x00, 0xfb, 0x9f, 0x13, 0xe6, 0xd5, 0xff, 0xde, 0x1d, 0xb9, 0x0c, 0xa0, 0x6e, 0x33, 0x27, 0xf2, 0xb2, 0x4a, 0x1e, 0x2b, 0x6e, 0xa5, 0x7f, 0xc8, 0xf6, 0x4d, 0xe4, 0x12, 0x13, 0xe8, 0x83, 0x16, 0x38, 0xb8, 0x27, 0xf2, 0x27, 0x08, 0xca, 0xe1, 0xa2, 0x53, 0xa7, 0xa1, 0x2b, 0xe3, 0xb9, 0x8c, 0x26, 0x98, 0xff, 0x59, 0x47, 0x7e, 0xb6, 0x37, 0x6f, 0xc9, 0x21, 0x11, 0xd5, 0xd7, 0x6e, 0xb3, 0x64, 0xd1, 0x38, 0x76, 0x0d, 0xc4, 0xef, 0xf5, 0x95, 0x47, 0x56, 0xc6, 0x87, 0xa3 } }; static const struct cckprng_op_refresh op_refresh_6373 = { .hd = { .id = 6116, .kind = OP_REFRESH }, .rand = 16223815591502038623ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6374 = { .hd = { .id = 6117, .kind = OP_RESEED }, .nonce = 3008942479597040211ULL, .seed_nbytes = 254, .seed = { 0x82, 0x46, 0x2a, 0x73, 0x76, 0x75, 0x04, 0x74, 0xb4, 0x99, 0x77, 0x6e, 0x35, 0x34, 0x8d, 0xd5, 0xe1, 0x11, 0x0a, 0x17, 0xd5, 0x96, 0x3e, 0x0b, 0x07, 0x67, 0xb2, 0xf0, 0x9f, 0xa6, 0x9d, 0x79, 0xa2, 0x61, 0x55, 0xa0, 0x55, 0x3d, 0xab, 0x20, 0x2a, 0xed, 0x96, 0xf0, 0x58, 0xb8, 0x4e, 0xcb, 0xf8, 0xc6, 0xbf, 0x7d, 0xfd, 0x8b, 0x0a, 0xae, 0x5d, 0xff, 0xb7, 0x7e, 0x0c, 0x04, 0x7a, 0x1b, 0x19, 0x97, 0x42, 0x7e, 0x03, 0x47, 0x45, 0x3b, 0xa8, 0x24, 0x58, 0xa4, 0xf2, 0x71, 0x5b, 0x84, 0x88, 0xdf, 0xef, 0x2b, 0xb9, 0xf5, 0x25, 0x12, 0xb1, 0x17, 0x71, 0x43, 0x63, 0xd7, 0x71, 0x19, 0xd2, 0xf9, 0x62, 0x20, 0xdf, 0xae, 0xcc, 0xe4, 0xbc, 0x37, 0x2a, 0xb8, 0x8c, 0x10, 0xfd, 0x48, 0x92, 0x34, 0x07, 0xef, 0x6e, 0x99, 0x82, 0xf6, 0xfe, 0x8c, 0xad, 0xb1, 0x98, 0x7e, 0xb8, 0x94, 0x83, 0x71, 0xff, 0x2e, 0x8d, 0xed, 0x50, 0x40, 0x99, 0x9a, 0x13, 0x82, 0x2a, 0xf5, 0xa4, 0x9e, 0x0c, 0x16, 0x3a, 0x81, 0x5f, 0xd0, 0xc5, 0xf9, 0xcd, 0x0d, 0x68, 0x80, 0xb0, 0x48, 0x69, 0x8e, 0xaa, 0xba, 0x89, 0x7f, 0x8e, 0x83, 0x63, 0x28, 0xca, 0x28, 0x9e, 0x1d, 0x4f, 0x8c, 0x60, 0x7d, 0xd5, 0x32, 0x56, 0x13, 0xda, 0x4f, 0x2a, 0xe4, 0x86, 0x2c, 0x73, 0x04, 0x98, 0x8d, 0xfe, 0xc1, 0x15, 0xc4, 0xce, 0xba, 0xb0, 0x13, 0x8d, 0xf0, 0x6b, 0x9f, 0xbd, 0xc4, 0xad, 0x49, 0x00, 0xf4, 0x15, 0x76, 0xf4, 0xfc, 0x18, 0xee, 0x75, 0xda, 0x4d, 0xe7, 0x20, 0xdd, 0x5a, 0xd6, 0x5b, 0x86, 0x8b, 0xe1, 0xbe, 0x55, 0xd4, 0x96, 0x1c, 0x57, 0xe4, 0xd1, 0x29, 0x2c, 0x95, 0x0c, 0xfc, 0xad, 0x50, 0x3e, 0xae, 0x63, 0xcb, 0x34, 0x50, 0xf8, 0x40, 0x2e, 0xad, 0x56, 0x67, 0xc5 } }; static const struct cckprng_op_refresh op_refresh_6375 = { .hd = { .id = 6118, .kind = OP_REFRESH }, .rand = 6063053753013071482ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6376 = { .hd = { .id = 6119, .kind = OP_REFRESH }, .rand = 2243379338273510706ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6377 = { .hd = { .id = 6120, .kind = OP_GENERATE }, .rand_nbytes = 209, .out = { .rand = { 0x31, 0x35, 0xc0, 0xb2, 0x9b, 0xe1, 0x01, 0x23, 0x09, 0x31, 0x49, 0xa2, 0xc6, 0x5b, 0x56, 0x2e, 0x73, 0x0b, 0x73, 0x73, 0x5b, 0x39, 0x7e, 0x25, 0x81, 0xd2, 0x69, 0x1c, 0x62, 0x24, 0x63, 0xe9, 0x6d, 0x4f, 0x61, 0x4d, 0xb5, 0x69, 0x03, 0x62, 0x37, 0x53, 0xe2, 0x04, 0x0c, 0xeb, 0x60, 0x8e, 0xe4, 0x1d, 0x13, 0xab, 0x49, 0x02, 0x12, 0xcb, 0x69, 0x28, 0x11, 0xcb, 0x9c, 0x3e, 0x1a, 0x24, 0xa9, 0x87, 0x05, 0x4a, 0x68, 0x15, 0xbc, 0xb5, 0x3e, 0x13, 0xe6, 0x50, 0xea, 0xd3, 0xc0, 0x6d, 0xdf, 0x55, 0xb6, 0x62, 0xbc, 0xa1, 0x68, 0x0c, 0x4c, 0x7a, 0xb3, 0xfd, 0xa2, 0x84, 0x8b, 0xfa, 0x14, 0x59, 0x8d, 0x7c, 0x34, 0x89, 0x43, 0x9e, 0x21, 0x6e, 0xa9, 0xf8, 0xe6, 0xf6, 0x43, 0x0c, 0xca, 0x1d, 0x9f, 0xfc, 0xd3, 0x93, 0xc5, 0xb7, 0xcd, 0x33, 0x53, 0x73, 0x39, 0x59, 0x9a, 0x20, 0xc8, 0x9c, 0x96, 0x35, 0xc3, 0x93, 0xd0, 0xea, 0xa0, 0x17, 0x0d, 0xda, 0xe1, 0xf9, 0xe2, 0x5c, 0x58, 0x9d, 0x30, 0xae, 0x9f, 0xb3, 0x9b, 0x06, 0x19, 0xfd, 0x3a, 0xa6, 0x7e, 0xec, 0xa7, 0xc2, 0x9b, 0xbf, 0x0a, 0x92, 0x27, 0xf2, 0x6e, 0xb2, 0x91, 0xc8, 0xa8, 0x7b, 0x49, 0x26, 0x26, 0x58, 0x5e, 0x04, 0x15, 0x38, 0x04, 0xed, 0x06, 0xbc, 0x44, 0x9e, 0xd1, 0x87, 0x95, 0x26, 0xb6, 0x6f, 0x37, 0x82, 0x21, 0xd6, 0xc1, 0xb3, 0x54, 0x27, 0x25, 0xc1, 0xb4, 0x4c, 0x13, 0xaf, 0x30, 0x6b, 0x65 } } }; static const struct cckprng_op_generate op_init_6378 = { .hd = { .id = 6121, .kind = OP_GENERATE }, .rand_nbytes = 71, .out = { .rand = { 0xa2, 0xc2, 0x09, 0xa4, 0xf3, 0x35, 0x3e, 0x58, 0x0f, 0xc6, 0x23, 0xb1, 0x28, 0x3a, 0x90, 0x43, 0x80, 0x6e, 0xc0, 0x8a, 0x23, 0xd6, 0x26, 0x45, 0x26, 0x12, 0xb6, 0x77, 0x92, 0xd4, 0x4b, 0x78, 0x16, 0x78, 0xc6, 0x5e, 0x83, 0xd9, 0x02, 0x00, 0x58, 0xd3, 0xec, 0x2f, 0x5f, 0xb8, 0x29, 0xb3, 0x96, 0x29, 0x5a, 0x41, 0xe0, 0x6c, 0xd8, 0xfc, 0x6f, 0x66, 0xf6, 0xc6, 0xa8, 0x8d, 0xe2, 0x7b, 0x2c, 0xb9, 0xcd, 0x67, 0xd0, 0xf6, 0xe5 } } }; static const struct cckprng_op_reseed op_reseed_6379 = { .hd = { .id = 6122, .kind = OP_RESEED }, .nonce = 18070941452652837205ULL, .seed_nbytes = 228, .seed = { 0x5b, 0x64, 0xdf, 0xe7, 0x45, 0x7d, 0x74, 0x4c, 0x1d, 0xe3, 0x8b, 0x17, 0xef, 0xbc, 0x20, 0x91, 0xce, 0x19, 0x88, 0xb5, 0x28, 0xa0, 0x9f, 0xab, 0x48, 0x06, 0x1e, 0x4b, 0x0c, 0x69, 0x05, 0xc1, 0x88, 0x96, 0x0f, 0xe2, 0x1c, 0x08, 0x97, 0xad, 0x4a, 0x1c, 0x17, 0x0a, 0xf3, 0xb2, 0xf9, 0xc8, 0x53, 0x1b, 0x33, 0xda, 0x9b, 0x48, 0x4d, 0x17, 0x1f, 0xc4, 0x44, 0x8e, 0x09, 0x87, 0x5f, 0x16, 0xfb, 0x90, 0x47, 0x8b, 0xd4, 0xb8, 0xf5, 0x0c, 0x2d, 0x6d, 0x8e, 0x77, 0x6e, 0xc4, 0xd6, 0xd8, 0x67, 0xa2, 0x89, 0xac, 0xc3, 0x50, 0x76, 0x65, 0xac, 0xfd, 0x63, 0x66, 0xce, 0xd3, 0xe9, 0x2f, 0xdd, 0x6d, 0x97, 0x9f, 0x2b, 0xd6, 0x67, 0xa0, 0x6d, 0x2a, 0x6f, 0xf4, 0x13, 0xce, 0x2f, 0x10, 0x3b, 0x4f, 0xa1, 0xf6, 0xbb, 0x92, 0x6f, 0x54, 0xf4, 0xd5, 0x41, 0x02, 0x81, 0xa7, 0x8b, 0xf7, 0xc5, 0x08, 0x45, 0xd8, 0x37, 0xb3, 0xca, 0x96, 0xe7, 0x1f, 0x1d, 0xf6, 0x38, 0x43, 0xc9, 0x6d, 0x75, 0xc8, 0xc0, 0x87, 0x85, 0x9d, 0xfe, 0xee, 0xf6, 0xb5, 0x48, 0x39, 0x8f, 0x14, 0x22, 0x81, 0x07, 0x68, 0xca, 0xbb, 0xba, 0x46, 0x9c, 0x6c, 0x49, 0x87, 0xfa, 0xfc, 0x74, 0x4a, 0xb8, 0x07, 0x93, 0xe7, 0x20, 0x0c, 0x58, 0x9b, 0x27, 0x6a, 0xe9, 0x2a, 0xe4, 0x7f, 0xa1, 0xbb, 0xc3, 0xb2, 0xf8, 0xff, 0xe0, 0x79, 0x9a, 0xea, 0x63, 0x2e, 0x52, 0x4d, 0x59, 0xaf, 0x64, 0x61, 0x99, 0xf4, 0x7d, 0x2b, 0x0f, 0xd3, 0x05, 0xfd, 0x1d, 0xc3, 0xb6, 0x1f, 0x76, 0x57, 0x0b, 0x76, 0xb2, 0xa0, 0xf0, 0x0b, 0x74, 0x4d } }; static const struct cckprng_op_reseed op_reseed_6380 = { .hd = { .id = 6123, .kind = OP_RESEED }, .nonce = 7773835848031531675ULL, .seed_nbytes = 237, .seed = { 0x1b, 0xfb, 0xf3, 0xf7, 0x4d, 0x1f, 0x98, 0x4f, 0x3e, 0x07, 0x74, 0x8d, 0xf5, 0x19, 0xe8, 0xb5, 0xc1, 0x4e, 0x74, 0x0d, 0x9d, 0xa3, 0x49, 0x6b, 0x01, 0x4c, 0x9d, 0xbe, 0x25, 0x2e, 0x59, 0x4b, 0x87, 0x2c, 0xfb, 0x2c, 0xf1, 0x52, 0x23, 0x30, 0xca, 0x1a, 0xb6, 0xe0, 0xfc, 0x3b, 0xb1, 0x5f, 0x22, 0x41, 0x4e, 0x2c, 0x9d, 0x95, 0x02, 0x3d, 0x0d, 0x31, 0xd4, 0x4d, 0x10, 0xb8, 0xb2, 0x09, 0x3c, 0xd4, 0xbe, 0x21, 0xcc, 0x65, 0xe5, 0x2d, 0x8a, 0xcc, 0xf3, 0xa3, 0xdb, 0x3a, 0xe7, 0x89, 0xc4, 0xbd, 0x10, 0x9e, 0xbf, 0xe3, 0x91, 0xcb, 0x27, 0x10, 0x83, 0x24, 0x30, 0xc2, 0x74, 0xa6, 0x9f, 0x9f, 0x9e, 0xe8, 0x08, 0xdb, 0x6b, 0x84, 0xd4, 0x79, 0x8f, 0xe9, 0x75, 0xb5, 0x2a, 0xda, 0xb4, 0x94, 0x72, 0xc0, 0xe0, 0x03, 0xfa, 0xaa, 0x6e, 0x22, 0x6d, 0x98, 0xf1, 0x88, 0x67, 0x29, 0x83, 0x23, 0xbf, 0x16, 0x0d, 0x14, 0xca, 0x07, 0x29, 0x33, 0x45, 0xd3, 0x8d, 0xd7, 0x21, 0x42, 0xf6, 0xf7, 0xd9, 0x4c, 0xc0, 0x44, 0x9c, 0x63, 0x93, 0xda, 0xe4, 0x9d, 0x6c, 0x60, 0x01, 0xe9, 0x40, 0x6b, 0xbf, 0x0d, 0x83, 0xef, 0xc7, 0x15, 0xae, 0x10, 0x10, 0x84, 0xc1, 0xdf, 0x07, 0xfa, 0xaa, 0x00, 0xfb, 0xb9, 0x16, 0x10, 0xb3, 0xbc, 0x6c, 0xcd, 0x01, 0xf5, 0x37, 0x28, 0x60, 0xc0, 0x46, 0x91, 0xb2, 0xab, 0x3b, 0x7e, 0x2c, 0x88, 0xbe, 0xdd, 0x80, 0xe1, 0x4b, 0xf1, 0x9f, 0x80, 0x51, 0xf1, 0xb1, 0xb2, 0x04, 0xc8, 0x8b, 0xd1, 0xee, 0x39, 0xa8, 0x7d, 0xeb, 0x27, 0x0e, 0xf3, 0x0c, 0xf6, 0x40, 0x6e, 0xef, 0x85, 0x16, 0x74, 0x8c, 0xb6, 0xc5, 0x8c, 0x38 } }; static const struct cckprng_op_reseed op_reseed_6381 = { .hd = { .id = 6124, .kind = OP_RESEED }, .nonce = 17440690083657612917ULL, .seed_nbytes = 77, .seed = { 0xb2, 0x8c, 0x53, 0x49, 0x5d, 0x2e, 0x03, 0xaa, 0x61, 0x7a, 0x4e, 0xef, 0x02, 0xa0, 0xf7, 0x0c, 0xe5, 0x27, 0x7c, 0x51, 0xf9, 0xfd, 0x6e, 0xe1, 0xbd, 0x68, 0xf8, 0x1c, 0x69, 0xf0, 0x11, 0xbd, 0x9e, 0x96, 0x14, 0x9e, 0xc3, 0xc2, 0x29, 0x6c, 0x82, 0xb6, 0xf1, 0xcf, 0xc2, 0x25, 0xfa, 0x2f, 0x07, 0x22, 0xad, 0x9f, 0xa5, 0x0c, 0x6f, 0xb8, 0xe6, 0x28, 0x6a, 0x90, 0xd9, 0xc7, 0x37, 0x59, 0x41, 0x0a, 0x75, 0x2e, 0x1a, 0xe5, 0x13, 0x44, 0xd6, 0x07, 0xed, 0x98, 0x6d } }; static const struct cckprng_op_reseed op_reseed_6382 = { .hd = { .id = 6125, .kind = OP_RESEED }, .nonce = 12771307510407962342ULL, .seed_nbytes = 38, .seed = { 0x26, 0xd5, 0xd5, 0x11, 0x23, 0x4e, 0x32, 0x8d, 0x8d, 0xb2, 0x5e, 0x43, 0x6f, 0x01, 0xf4, 0x61, 0xf2, 0x76, 0x3a, 0xd8, 0xd1, 0x87, 0x85, 0x59, 0x0c, 0x4a, 0x45, 0xc4, 0xc5, 0xc5, 0x6f, 0x28, 0x22, 0x5f, 0x86, 0x17, 0x47, 0xa9 } }; static const struct cckprng_op_refresh op_refresh_6383 = { .hd = { .id = 6126, .kind = OP_REFRESH }, .rand = 5228772287175061464ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6384 = { .hd = { .id = 6127, .kind = OP_GENERATE }, .rand_nbytes = 282, .out = { .rand = { 0x5b, 0x70, 0xff, 0xfa, 0x4b, 0xf3, 0xa1, 0xe6, 0xed, 0x6a, 0x06, 0x49, 0xbe, 0x7f, 0xd1, 0x89, 0xf1, 0xc6, 0xca, 0x61, 0xa9, 0x8d, 0x43, 0xd6, 0x37, 0x64, 0x2e, 0x07, 0xd0, 0x9c, 0xd8, 0x5b, 0x72, 0xe7, 0xa2, 0x80, 0xa9, 0x4f, 0x94, 0x66, 0xf2, 0x4e, 0x99, 0xd0, 0xee, 0xa9, 0xf0, 0x65, 0x95, 0xf7, 0xf4, 0x90, 0x5e, 0x96, 0xee, 0x7f, 0x59, 0x28, 0xe5, 0x2b, 0xe9, 0x5f, 0x20, 0xa1, 0x08, 0x6d, 0x4b, 0xe0, 0x07, 0x31, 0x26, 0x4b, 0xb8, 0x5e, 0xad, 0x52, 0xe9, 0x66, 0x29, 0xcf, 0x66, 0x12, 0x65, 0xe4, 0x96, 0xd7, 0xdb, 0x52, 0x40, 0xd4, 0xff, 0x8b, 0x85, 0xdd, 0x12, 0xb8, 0x9d, 0xe6, 0x0f, 0x18, 0x60, 0x25, 0x7a, 0x96, 0x5d, 0x2e, 0x8c, 0x31, 0x28, 0xbe, 0x81, 0x5a, 0x82, 0xe4, 0x82, 0xe6, 0x2e, 0x1e, 0x8f, 0xd6, 0x96, 0xc6, 0xd6, 0x04, 0x75, 0xba, 0xe7, 0x1e, 0x3a, 0x91, 0xa7, 0x01, 0xe7, 0x92, 0x19, 0xbe, 0x73, 0x3e, 0x66, 0x2a, 0x57, 0x95, 0x80, 0x6b, 0x60, 0xb0, 0xb8, 0x9d, 0x93, 0x4d, 0x81, 0x03, 0x00, 0x54, 0x88, 0xf3, 0x20, 0x23, 0xdd, 0x4a, 0x33, 0x9f, 0x58, 0xea, 0x5f, 0x4a, 0x3a, 0xf6, 0xfc, 0x32, 0xd1, 0x99, 0x0d, 0x39, 0x45, 0x4d, 0xe2, 0xd3, 0xff, 0xf4, 0xbc, 0xfe, 0x3a, 0x1c, 0x95, 0x3e, 0x4e, 0x79, 0x46, 0x1f, 0x5d, 0x22, 0xa6, 0x6f, 0x07, 0x7b, 0x0a, 0x0d, 0xe0, 0x61, 0x38, 0xa6, 0x7b, 0x8b, 0xbc, 0x82, 0x2f, 0xb7, 0x5e, 0x93, 0x3f, 0xb8, 0xab, 0xa5, 0x70, 0xdd, 0x1e, 0xf5, 0x28, 0x95, 0x41, 0xb5, 0x08, 0x9a, 0x32, 0xf9, 0x34, 0xe4, 0xee, 0x4d, 0xd3, 0x02, 0xd6, 0xee, 0x22, 0x16, 0x14, 0x93, 0x24, 0x3c, 0x02, 0x46, 0xb5, 0x9c, 0xc1, 0x2b, 0xf9, 0x9b, 0x83, 0xe5, 0xa9, 0x01, 0x97, 0x18, 0xa8, 0x60, 0x6a, 0x93, 0x92, 0x65, 0x60, 0xae, 0xfc, 0x28, 0xe1, 0x65, 0x67, 0x0c, 0x62, 0xec, 0xd9, 0xbf, 0x4d, 0xa2, 0x43, 0xb3, 0xf1, 0x06, 0xd5, 0x7c, 0x02, 0x5b } } }; static const struct cckprng_op_reseed op_reseed_6385 = { .hd = { .id = 6128, .kind = OP_RESEED }, .nonce = 12893629476823793307ULL, .seed_nbytes = 133, .seed = { 0xe3, 0xa3, 0x05, 0x93, 0x23, 0x7b, 0xf9, 0x2b, 0xc1, 0x14, 0x41, 0x69, 0xde, 0x39, 0x5e, 0x85, 0x34, 0x86, 0x14, 0x38, 0xad, 0x15, 0x34, 0x19, 0xcf, 0xb4, 0xab, 0xb9, 0xe8, 0x32, 0xce, 0x5f, 0x4b, 0xc9, 0xb7, 0x49, 0x54, 0x9a, 0xd6, 0xb5, 0xc0, 0x7d, 0xb8, 0x5d, 0xc1, 0x1a, 0x51, 0x90, 0x09, 0xa1, 0x80, 0x0b, 0x50, 0xb4, 0x67, 0x5d, 0x5e, 0x19, 0x94, 0xad, 0x36, 0x59, 0x5b, 0xcc, 0x09, 0x27, 0x0c, 0xbd, 0x7d, 0x64, 0xe1, 0x88, 0x8d, 0x8f, 0x16, 0x03, 0x50, 0x7f, 0x43, 0xe3, 0xa9, 0x21, 0x5a, 0x91, 0x24, 0x92, 0x3e, 0xae, 0x0e, 0xc7, 0xe9, 0xc4, 0x14, 0xb1, 0xe8, 0x99, 0xb3, 0x7d, 0xfa, 0xf0, 0xcc, 0x9c, 0xf8, 0xcc, 0x92, 0x36, 0x26, 0x34, 0xe7, 0x2b, 0xd8, 0xe6, 0x34, 0x5d, 0xbb, 0xde, 0x85, 0xa0, 0x1b, 0x4e, 0xbd, 0x3c, 0xbf, 0xf8, 0xff, 0x72, 0x1a, 0x8c, 0x7b, 0xa2, 0x68, 0xc0, 0x5b } }; static const struct cckprng_op_reseed op_reseed_6386 = { .hd = { .id = 6129, .kind = OP_RESEED }, .nonce = 9640913757703734861ULL, .seed_nbytes = 73, .seed = { 0x42, 0x9c, 0xf8, 0x57, 0xbc, 0x43, 0xd7, 0xd3, 0xd1, 0x18, 0x2e, 0x5e, 0xa3, 0x68, 0x11, 0xa6, 0x9d, 0x13, 0xf2, 0xb1, 0xa5, 0x8b, 0xe0, 0xc1, 0xc8, 0x41, 0x93, 0x7e, 0xf9, 0xde, 0x3c, 0xb9, 0x87, 0x93, 0xe0, 0x0f, 0xc4, 0xa5, 0x86, 0x97, 0xe5, 0xe6, 0xf0, 0xae, 0x30, 0xff, 0x61, 0xc0, 0x26, 0x2f, 0x07, 0x4c, 0xff, 0x0a, 0x85, 0x8f, 0xe7, 0x1a, 0x4d, 0x6f, 0x5e, 0xb7, 0x9a, 0x1a, 0xce, 0x9f, 0xe6, 0x9d, 0xb0, 0x83, 0x39, 0x5c, 0x98 } }; static const struct cckprng_op_generate op_init_6387 = { .hd = { .id = 6130, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0xde, 0x80, 0xdf, 0x54, 0xa8, 0x8b, 0xd7, 0xca, 0xc0, 0x54, 0x80, 0x99, 0x87, 0x76, 0xca, 0x2c, 0x59, 0x81, 0xdb, 0x96, 0xed, 0xde, 0xc7, 0x3a, 0x4c, 0xf6, 0xf6, 0x08, 0x66, 0xc8, 0x2b, 0x26, 0x2e, 0x97, 0x09, 0xcf, 0xa8, 0x5d, 0xa3, 0xf5, 0xf6, 0xd9, 0x2a, 0xfe, 0x2c, 0xed, 0x19, 0x1e, 0x5e, 0x94, 0x8b, 0xc9, 0xda, 0x4f, 0xcb, 0x90, 0xea, 0x9f, 0x40, 0xd2, 0x5a, 0x8f, 0x08, 0xc4, 0x44, 0x3e, 0xfb, 0x98, 0x13, 0xb8, 0xb4, 0xe9, 0x1d, 0x44, 0xc4, 0x99, 0x93, 0xf7, 0x7e, 0xa5, 0x6c, 0xc0, 0x4b, 0xf4, 0x72, 0xe5, 0xa0, 0x3a, 0x26, 0xe8, 0xa8, 0x28, 0x93, 0xe5, 0x9d, 0x37, 0xb3, 0x3e, 0xae, 0x8d, 0xf1, 0x73, 0xee, 0xf3, 0x1d, 0x73, 0x8d, 0xbd, 0xd8, 0x69, 0xbf, 0x01, 0xc7, 0x90, 0x40, 0xbf, 0x86, 0x4c, 0x9f, 0x51, 0x66, 0x17, 0x1a, 0xb2, 0x4c, 0xe5, 0xca, 0xc1, 0x61, 0xb7, 0x89, 0x6b, 0x39, 0xe6, 0x8e, 0x81, 0xf8, 0x6e, 0x40 } } }; static const struct cckprng_op_reseed op_reseed_6388 = { .hd = { .id = 6131, .kind = OP_RESEED }, .nonce = 12900613772376911513ULL, .seed_nbytes = 30, .seed = { 0x33, 0xd3, 0x18, 0xbd, 0x8e, 0x92, 0xa0, 0x83, 0xa6, 0xd6, 0xc8, 0x67, 0x2c, 0x6f, 0x65, 0x77, 0x45, 0x21, 0xed, 0x95, 0xca, 0x33, 0x36, 0x3e, 0xbe, 0x4c, 0x56, 0xb8, 0x78, 0xce } }; static const struct cckprng_op_refresh op_refresh_6389 = { .hd = { .id = 6132, .kind = OP_REFRESH }, .rand = 16916426059460718376ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6390 = { .hd = { .id = 6133, .kind = OP_REFRESH }, .rand = 16224681041100986461ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6391 = { .hd = { .id = 6134, .kind = OP_GENERATE }, .rand_nbytes = 19, .out = { .rand = { 0xf1, 0xaa, 0xde, 0xef, 0xd8, 0xde, 0x15, 0xf8, 0xd3, 0xda, 0x9c, 0xcd, 0x8c, 0x6e, 0x5a, 0xf5, 0x99, 0xea, 0x1d } } }; static const struct cckprng_op_refresh op_refresh_6392 = { .hd = { .id = 6135, .kind = OP_REFRESH }, .rand = 6234191704857544078ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6393 = { .hd = { .id = 6136, .kind = OP_REFRESH }, .rand = 16713522097302915913ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6394 = { .hd = { .id = 6137, .kind = OP_GENERATE }, .rand_nbytes = 213, .out = { .rand = { 0x21, 0x58, 0x0b, 0x69, 0x25, 0xc8, 0x8f, 0x31, 0x13, 0xad, 0xa0, 0xb2, 0x56, 0xc6, 0x8d, 0x59, 0x43, 0x24, 0x98, 0xd7, 0xab, 0xb2, 0x55, 0x41, 0xa0, 0x88, 0x0a, 0xbe, 0xb7, 0x95, 0x09, 0x3b, 0x2d, 0x92, 0xca, 0xb4, 0x5f, 0xe5, 0xca, 0x27, 0xe2, 0xe1, 0xf6, 0x81, 0x29, 0x18, 0x82, 0xc3, 0x7f, 0x89, 0x8c, 0x7e, 0xb9, 0x55, 0x3d, 0x32, 0x1b, 0x76, 0xab, 0x19, 0x2f, 0xd0, 0xf8, 0x66, 0xa4, 0xb7, 0x8f, 0x65, 0x2a, 0x73, 0x25, 0xa7, 0xb9, 0xe9, 0x35, 0x23, 0x18, 0xca, 0x78, 0x4b, 0xc8, 0xfe, 0xaf, 0xec, 0xa6, 0x63, 0x74, 0x49, 0x0f, 0x9d, 0x9f, 0x0d, 0x38, 0x3f, 0x64, 0x53, 0x0b, 0xe0, 0xac, 0x10, 0x33, 0xcb, 0x73, 0x3f, 0xba, 0xf6, 0x00, 0xf0, 0x5f, 0x07, 0x8e, 0x70, 0x00, 0x3c, 0xc5, 0x25, 0x99, 0x80, 0xc7, 0xa5, 0x51, 0x5f, 0x5c, 0x47, 0x78, 0x1d, 0x21, 0xe1, 0x36, 0x8f, 0x0e, 0x05, 0x5e, 0xd1, 0x14, 0xc5, 0xa1, 0x7a, 0xc3, 0x59, 0x44, 0xca, 0xe6, 0xbd, 0xb0, 0x86, 0x94, 0x4f, 0x73, 0x3a, 0xd4, 0x51, 0x9d, 0x0f, 0x16, 0x9f, 0xea, 0x8f, 0x67, 0xd4, 0xd4, 0x9d, 0xad, 0xbb, 0x03, 0x5e, 0xe0, 0xa4, 0x3e, 0xcf, 0x0f, 0x0d, 0x82, 0xdb, 0xaf, 0x07, 0x7c, 0x5e, 0xcc, 0xd3, 0x83, 0x12, 0x45, 0xb4, 0x19, 0x83, 0x4f, 0xb5, 0x30, 0xd5, 0x6a, 0x7f, 0x4a, 0x5f, 0xc8, 0xdd, 0xf3, 0x4d, 0xd6, 0xde, 0xd1, 0x71, 0xe6, 0xd5, 0x84, 0xdf, 0x27, 0xb1, 0x2a, 0x2a, 0x9c, 0xf3, 0x67 } } }; static const struct cckprng_op_generate op_init_6395 = { .hd = { .id = 6138, .kind = OP_GENERATE }, .rand_nbytes = 81, .out = { .rand = { 0x9e, 0x68, 0x19, 0xbe, 0xfb, 0x6b, 0xbf, 0x77, 0x7d, 0x0c, 0xcc, 0xa7, 0xdc, 0x29, 0x2c, 0x2a, 0x2e, 0x1c, 0x9c, 0x6f, 0x0b, 0x5e, 0x58, 0x7b, 0x77, 0x34, 0x93, 0x18, 0xf4, 0xb7, 0x79, 0x17, 0xd7, 0x0f, 0x7a, 0x77, 0x93, 0x31, 0x8a, 0x4b, 0x60, 0xd1, 0xb3, 0xb9, 0x5f, 0xb4, 0xb6, 0xfd, 0xf9, 0x73, 0xeb, 0xb7, 0x50, 0x91, 0xe4, 0x69, 0x37, 0xb9, 0x38, 0x3b, 0x41, 0x1b, 0x7e, 0x03, 0xef, 0x9d, 0x3d, 0xa8, 0x14, 0x05, 0x1d, 0x7e, 0x3e, 0xfd, 0x30, 0xbe, 0xf7, 0x15, 0x82, 0x6c, 0x9c } } }; static const struct cckprng_op_refresh op_refresh_6396 = { .hd = { .id = 6139, .kind = OP_REFRESH }, .rand = 339221424423893046ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6397 = { .hd = { .id = 6140, .kind = OP_REFRESH }, .rand = 15174491929490023668ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6398 = { .hd = { .id = 6141, .kind = OP_REFRESH }, .rand = 13282762820872936408ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6399 = { .hd = { .id = 6142, .kind = OP_GENERATE }, .rand_nbytes = 66, .out = { .rand = { 0xa4, 0x9a, 0xae, 0x50, 0xe9, 0x19, 0x51, 0xae, 0x43, 0x5a, 0x99, 0x6f, 0x97, 0x1b, 0x93, 0x47, 0x0a, 0xeb, 0x74, 0xfa, 0xe7, 0x0b, 0x16, 0xf8, 0x25, 0x25, 0x74, 0xff, 0xa3, 0x96, 0x1a, 0x1b, 0xaf, 0xac, 0xce, 0x84, 0x93, 0x57, 0x10, 0x16, 0x27, 0x51, 0x32, 0x38, 0x1b, 0x3c, 0x52, 0xa7, 0x7e, 0xa2, 0x31, 0xfc, 0xea, 0xaa, 0x58, 0x7a, 0x83, 0x59, 0x8a, 0x0b, 0xbc, 0x38, 0xad, 0xe8, 0xeb, 0x94 } } }; static const struct cckprng_op_generate op_init_6400 = { .hd = { .id = 6143, .kind = OP_GENERATE }, .rand_nbytes = 254, .out = { .rand = { 0x07, 0x72, 0xff, 0x3e, 0x12, 0x0d, 0x02, 0x4b, 0x2d, 0x09, 0x21, 0xf9, 0x24, 0xfe, 0xdb, 0xf0, 0xde, 0x20, 0xc5, 0x0a, 0xdd, 0x70, 0x4d, 0x22, 0x4c, 0x27, 0x51, 0x3c, 0x71, 0x44, 0xd3, 0x47, 0x0f, 0x00, 0xdd, 0x32, 0x10, 0x3f, 0xca, 0x96, 0xf0, 0x3e, 0x6a, 0xf3, 0xb0, 0xf1, 0x6c, 0x0c, 0xd5, 0x14, 0x1c, 0x07, 0xc2, 0x43, 0xb2, 0x16, 0xe3, 0xc6, 0x44, 0x5e, 0xb9, 0x7b, 0x84, 0x0d, 0xb4, 0x1e, 0x5b, 0xea, 0x2a, 0x66, 0x1b, 0xd6, 0xb8, 0x10, 0x1d, 0x48, 0x6f, 0x94, 0xd6, 0x5d, 0x4d, 0xf1, 0xfa, 0x72, 0xd2, 0xa6, 0xc3, 0x29, 0xac, 0xd2, 0xd3, 0x1f, 0x51, 0xfd, 0x0a, 0xe2, 0xa0, 0x23, 0x42, 0xe9, 0xcc, 0x52, 0x4c, 0xe7, 0xf0, 0x47, 0x17, 0xf8, 0x1a, 0x4c, 0xfe, 0xfd, 0xbd, 0x42, 0xa2, 0x13, 0xcf, 0xbe, 0xdf, 0x64, 0x2e, 0x91, 0x04, 0x61, 0xed, 0xc4, 0x45, 0xef, 0x93, 0x54, 0xa0, 0x90, 0x5c, 0x18, 0x96, 0x83, 0x91, 0x4f, 0x91, 0xdb, 0x30, 0x39, 0x8d, 0x1c, 0xc8, 0xbe, 0xd0, 0xcc, 0x9f, 0x66, 0xdb, 0x4f, 0x77, 0x7f, 0x31, 0xdb, 0xa6, 0x09, 0x30, 0x3c, 0xef, 0xb5, 0x00, 0xc9, 0xa4, 0xeb, 0x06, 0x06, 0xde, 0xfe, 0x05, 0xde, 0x89, 0x9b, 0x1a, 0x5f, 0xc7, 0xc6, 0x8a, 0x28, 0x40, 0xd2, 0x12, 0x0f, 0xb7, 0xa2, 0x45, 0xaa, 0xac, 0xd7, 0xa2, 0x16, 0x00, 0x19, 0x7a, 0x24, 0x6e, 0x5a, 0xff, 0xda, 0x50, 0xd6, 0x0e, 0x35, 0x1a, 0xe6, 0x0e, 0x76, 0xa1, 0xb6, 0x7f, 0xaf, 0x30, 0xe8, 0x55, 0x4d, 0x9c, 0xc1, 0x5d, 0xa1, 0x21, 0xf1, 0x2c, 0x67, 0x97, 0x06, 0xf5, 0x4b, 0x07, 0x65, 0xc1, 0x59, 0x4b, 0x4a, 0x54, 0x36, 0xaf, 0x42, 0xea, 0xba, 0x69, 0xe4, 0x30, 0xa2, 0x6e, 0x1b, 0xf6, 0xa2, 0x63, 0x0e, 0xd3, 0x94, 0x83, 0xbd } } }; static const struct cckprng_op_refresh op_refresh_6401 = { .hd = { .id = 6144, .kind = OP_REFRESH }, .rand = 12238001964134206982ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6402 = { .hd = { .id = 6145, .kind = OP_GENERATE }, .rand_nbytes = 168, .out = { .rand = { 0x09, 0xf2, 0x74, 0x7a, 0x3a, 0x45, 0x64, 0xdf, 0xc2, 0x64, 0x5a, 0x21, 0x6e, 0x0c, 0xb8, 0x04, 0x37, 0x22, 0xb1, 0x91, 0xf5, 0xb0, 0xe2, 0xf0, 0x54, 0xc3, 0x1e, 0xfb, 0xac, 0x7f, 0x12, 0x1d, 0x78, 0xd4, 0x26, 0xe2, 0x00, 0xa3, 0x52, 0x09, 0x44, 0x16, 0xa6, 0xab, 0x01, 0x83, 0x9c, 0x0d, 0x99, 0x68, 0x59, 0x91, 0x61, 0xd6, 0x70, 0x1b, 0xe4, 0xac, 0x36, 0x7c, 0x3b, 0x15, 0xa7, 0x7c, 0x7c, 0x97, 0x0d, 0x1d, 0x25, 0x2c, 0x43, 0xdb, 0xbe, 0x47, 0x81, 0x5f, 0xff, 0x90, 0x7d, 0xde, 0x85, 0x88, 0x90, 0x7c, 0xc5, 0x5d, 0xf4, 0xe5, 0xeb, 0x7e, 0x51, 0x1c, 0x17, 0x20, 0x55, 0x1f, 0x56, 0x0d, 0x1a, 0x43, 0x4e, 0x85, 0x9d, 0xa0, 0xf4, 0x26, 0xb1, 0x7e, 0x38, 0x6c, 0x08, 0xe6, 0x7b, 0x37, 0x5e, 0xae, 0xdc, 0x67, 0x28, 0x0b, 0x45, 0x4c, 0xdd, 0x7a, 0x08, 0x4d, 0xe7, 0x49, 0x6c, 0x24, 0x0c, 0xa8, 0x49, 0xe9, 0x70, 0x5c, 0x89, 0x3d, 0x8c, 0x47, 0x4a, 0xf6, 0xdf, 0xfe, 0xe1, 0x7e, 0xa7, 0x9e, 0xe4, 0x07, 0xa9, 0x58, 0xee, 0x55, 0x40, 0xee, 0xe2, 0x43, 0xb4, 0x5b, 0xf8, 0xcd, 0xe9, 0xba, 0xb1, 0x56, 0xb1, 0x4c } } }; static const struct cckprng_op_refresh op_refresh_6403 = { .hd = { .id = 6146, .kind = OP_REFRESH }, .rand = 3709110861929479530ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6404 = { .hd = { .id = 6147, .kind = OP_GENERATE }, .rand_nbytes = 23, .out = { .rand = { 0xce, 0x47, 0x8c, 0x38, 0x9a, 0x4e, 0x19, 0x91, 0x78, 0x5c, 0x3e, 0xf5, 0xb0, 0x6c, 0x2f, 0xa9, 0x73, 0x48, 0xbc, 0xe5, 0x9c, 0xd1, 0xfb } } }; static const struct cckprng_op_refresh op_refresh_6405 = { .hd = { .id = 6148, .kind = OP_REFRESH }, .rand = 8590570965933503622ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6406 = { .hd = { .id = 6149, .kind = OP_GENERATE }, .rand_nbytes = 278, .out = { .rand = { 0xaf, 0xc6, 0xb7, 0x35, 0xc4, 0x15, 0x63, 0x56, 0xd0, 0xe9, 0x07, 0x9a, 0x9e, 0x0f, 0xf8, 0x2c, 0x46, 0x2e, 0xff, 0x14, 0xfd, 0x3c, 0x74, 0x6f, 0xd0, 0x2e, 0x69, 0xf4, 0xcc, 0x17, 0x09, 0x92, 0x6b, 0x54, 0xbe, 0xad, 0x42, 0x31, 0xe6, 0xd9, 0xf0, 0x1c, 0x9a, 0x1b, 0xb3, 0x17, 0x7c, 0x9b, 0xa3, 0x74, 0x03, 0x0b, 0x3a, 0x3c, 0x3b, 0x60, 0x08, 0x71, 0xa4, 0x28, 0x7f, 0xe7, 0x42, 0x91, 0xdd, 0x1c, 0xfc, 0x0c, 0xbc, 0xcd, 0x9b, 0x3a, 0x57, 0x3f, 0x28, 0x0c, 0xb6, 0x9e, 0xd5, 0x04, 0x15, 0xba, 0x9f, 0xb6, 0xe8, 0xa8, 0xe4, 0x52, 0xc9, 0xae, 0x64, 0x3f, 0xb5, 0x83, 0x1c, 0x22, 0x36, 0x54, 0x43, 0x3d, 0x72, 0x9b, 0xf3, 0xfe, 0x3c, 0x50, 0x76, 0x81, 0x7f, 0x98, 0x0a, 0xe4, 0x2c, 0xb7, 0xae, 0xea, 0x72, 0x14, 0x00, 0x3b, 0x0e, 0x01, 0x05, 0x09, 0x1f, 0x39, 0x86, 0xa1, 0x41, 0xcc, 0x6f, 0x95, 0x50, 0xaf, 0xa1, 0xa5, 0xd0, 0x01, 0xec, 0x61, 0xbe, 0x7f, 0xab, 0x54, 0xaf, 0x50, 0x02, 0x3c, 0x86, 0x1c, 0xc0, 0x42, 0x74, 0x29, 0x43, 0xb7, 0xf3, 0x38, 0xd6, 0xd4, 0x76, 0x3b, 0xcc, 0x77, 0x79, 0xe7, 0x9b, 0x21, 0xd0, 0x12, 0x41, 0x5c, 0xa0, 0xe0, 0x96, 0xbe, 0x99, 0x50, 0x15, 0x04, 0xeb, 0x00, 0xb9, 0xb7, 0xa5, 0x37, 0x59, 0xb6, 0x6b, 0x4a, 0x0d, 0x86, 0x87, 0x1b, 0xe9, 0x86, 0xde, 0x6e, 0x94, 0x4e, 0x29, 0x3c, 0x5d, 0x24, 0x01, 0x96, 0xbc, 0xf5, 0x3d, 0x2f, 0xfe, 0xd2, 0xb5, 0x5d, 0x10, 0xef, 0x0a, 0x73, 0x47, 0x3a, 0x19, 0xb5, 0xcc, 0x40, 0x02, 0x55, 0x31, 0x9f, 0x48, 0x64, 0x49, 0x9d, 0x1d, 0xc7, 0x35, 0xe2, 0x16, 0x9f, 0x39, 0x53, 0x11, 0x61, 0xb3, 0xbb, 0x45, 0x84, 0xfc, 0xcd, 0x65, 0x1f, 0x78, 0xfc, 0x97, 0x66, 0x68, 0x45, 0x34, 0x88, 0x98, 0x87, 0x85, 0xe2, 0xfe, 0x7e, 0xd7, 0x22, 0x44, 0x96, 0x61, 0x08, 0xd9, 0x10, 0xf6, 0xad, 0x4b, 0xfe, 0x96, 0xbd } } }; static const struct cckprng_op_generate op_init_6407 = { .hd = { .id = 6150, .kind = OP_GENERATE }, .rand_nbytes = 144, .out = { .rand = { 0x46, 0xcb, 0x0a, 0x13, 0xe1, 0x8f, 0x00, 0xa7, 0xa4, 0xec, 0x9c, 0xcd, 0x62, 0xc7, 0x8d, 0x14, 0x91, 0x6c, 0xcc, 0xb4, 0xff, 0xae, 0xdf, 0x34, 0x88, 0xb4, 0xd1, 0xe3, 0x56, 0x6d, 0xe3, 0x45, 0x67, 0x53, 0xa5, 0x97, 0x6b, 0xf1, 0x35, 0x6c, 0xe1, 0x02, 0xdd, 0xc1, 0x27, 0x72, 0x0e, 0x93, 0x5f, 0xdb, 0xd9, 0x8c, 0xbb, 0xf0, 0x7b, 0x68, 0x66, 0x1a, 0xd5, 0xaf, 0xe6, 0x81, 0xf2, 0x1f, 0x96, 0x69, 0x56, 0x06, 0xdc, 0x3f, 0x92, 0x52, 0xcd, 0x38, 0xfd, 0xc0, 0x9c, 0x5a, 0x43, 0x18, 0xee, 0xe9, 0x76, 0xfd, 0x20, 0xf9, 0x7f, 0xaa, 0x02, 0x5b, 0x7e, 0x3d, 0xfc, 0x7c, 0xdd, 0xe8, 0x47, 0x42, 0xf0, 0x25, 0xdb, 0xb7, 0xa4, 0x42, 0xa6, 0x62, 0xad, 0x7e, 0x83, 0x28, 0xeb, 0x52, 0x8f, 0x5d, 0x5e, 0x54, 0x35, 0x93, 0xa5, 0x61, 0xb8, 0xc1, 0x3e, 0x3c, 0xde, 0x6c, 0x39, 0xbe, 0x64, 0x78, 0x08, 0x9f, 0x16, 0x03, 0xb9, 0xdd, 0x6e, 0xfa, 0x0b, 0x0d, 0x75, 0x30, 0x99, 0xdc } } }; static const struct cckprng_op_reseed op_reseed_6408 = { .hd = { .id = 6151, .kind = OP_RESEED }, .nonce = 13396335292518991971ULL, .seed_nbytes = 59, .seed = { 0x16, 0x70, 0x75, 0x59, 0x12, 0xf5, 0xea, 0x49, 0x46, 0xf8, 0xc3, 0xa9, 0x98, 0xb5, 0x5c, 0xe3, 0x26, 0xfb, 0x77, 0xd6, 0xa5, 0x3c, 0x58, 0x1b, 0xdd, 0x53, 0x20, 0x6c, 0x2b, 0xda, 0x48, 0xa3, 0x41, 0x75, 0x42, 0x58, 0x4b, 0xa8, 0x2b, 0x77, 0xd2, 0xb4, 0x12, 0xed, 0x21, 0x61, 0x4c, 0x82, 0xc0, 0x68, 0x83, 0x06, 0xbb, 0x9a, 0xba, 0x14, 0x1e, 0x42, 0x21 } }; static const struct cckprng_op_reseed op_reseed_6409 = { .hd = { .id = 6152, .kind = OP_RESEED }, .nonce = 14595646032920529572ULL, .seed_nbytes = 190, .seed = { 0xe0, 0x1c, 0x79, 0x14, 0x7e, 0x29, 0xb1, 0x44, 0xb7, 0xfa, 0x9d, 0x38, 0xa2, 0x0f, 0x7e, 0x21, 0x9e, 0xaa, 0x44, 0x3b, 0xe2, 0x21, 0xf8, 0x8a, 0x56, 0x7a, 0xd2, 0xb9, 0xed, 0xb9, 0x58, 0xab, 0x59, 0xf4, 0x70, 0xfe, 0xce, 0x1f, 0x24, 0xdd, 0x8d, 0x25, 0x11, 0xe5, 0x78, 0xc7, 0xe8, 0x77, 0x6e, 0x18, 0xb6, 0xe7, 0xd8, 0xc9, 0xe9, 0x87, 0xb6, 0x51, 0x53, 0xd7, 0xca, 0xad, 0x72, 0xf1, 0xe7, 0x7e, 0x00, 0x75, 0x94, 0x4d, 0xc4, 0x89, 0xc9, 0x72, 0x8a, 0xb8, 0xe0, 0xf9, 0x75, 0x32, 0x48, 0xdd, 0xc3, 0xbd, 0xb0, 0x52, 0x38, 0xea, 0xa9, 0x25, 0x6a, 0x84, 0x1b, 0x19, 0xb6, 0xf9, 0x31, 0x00, 0xfb, 0x73, 0xd1, 0x8f, 0xc2, 0xc7, 0xc2, 0x00, 0xea, 0x43, 0xae, 0x70, 0xcd, 0xd7, 0x85, 0x13, 0x21, 0x38, 0x09, 0x83, 0x85, 0xe4, 0x75, 0xb0, 0xe7, 0x79, 0xc9, 0xd6, 0xcd, 0x50, 0x5b, 0xc4, 0xa9, 0xae, 0x2f, 0xaa, 0x89, 0x81, 0xc9, 0x22, 0xea, 0x71, 0x2f, 0x1f, 0x34, 0xba, 0x03, 0x28, 0x32, 0x92, 0x5c, 0x0c, 0x85, 0xa3, 0xb1, 0xf7, 0x94, 0x42, 0x41, 0x54, 0xed, 0x28, 0xf7, 0x01, 0xc9, 0xb1, 0x8b, 0x1d, 0x39, 0xf9, 0x1b, 0x94, 0xff, 0x96, 0xa4, 0x67, 0xb2, 0x6e, 0x5c, 0x4e, 0x95, 0x3a, 0x38, 0xcd, 0x55, 0x0e, 0xc5, 0x13, 0x60, 0x57, 0x59, 0x26 } }; static const struct cckprng_op_refresh op_refresh_6410 = { .hd = { .id = 6153, .kind = OP_REFRESH }, .rand = 1767959064123175040ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6411 = { .hd = { .id = 6154, .kind = OP_RESEED }, .nonce = 621460375113237329ULL, .seed_nbytes = 266, .seed = { 0x4e, 0xfc, 0xd4, 0x8f, 0x14, 0x43, 0x74, 0x81, 0x9b, 0x85, 0xdd, 0xcc, 0x62, 0xb3, 0x45, 0x7b, 0xc0, 0x3e, 0xc1, 0xf0, 0x01, 0xd7, 0xa3, 0x4b, 0xe2, 0xb0, 0x7b, 0x04, 0xb7, 0x4e, 0x25, 0x0c, 0xbd, 0x2f, 0x1d, 0x2f, 0xfe, 0xa6, 0x8d, 0x49, 0x28, 0xfc, 0xe9, 0x4b, 0x6c, 0x23, 0x8f, 0xe2, 0x80, 0xed, 0xb5, 0x12, 0x89, 0xab, 0x54, 0x81, 0x28, 0x63, 0x39, 0xe3, 0xa1, 0xb5, 0x10, 0x05, 0x3d, 0xf9, 0xd8, 0xae, 0x41, 0xf5, 0x78, 0x23, 0x22, 0xbc, 0xf6, 0x95, 0xe8, 0xfd, 0x94, 0xb1, 0x65, 0xd0, 0x01, 0x66, 0xf1, 0x6a, 0xe0, 0x95, 0x37, 0xc5, 0x3b, 0x53, 0x4e, 0x7e, 0x78, 0x04, 0x04, 0xb3, 0xfd, 0x1c, 0x50, 0x11, 0x10, 0x2b, 0xbc, 0xd8, 0xcd, 0x19, 0x9f, 0x2d, 0x30, 0x8f, 0x2d, 0x96, 0x82, 0xb6, 0xa5, 0x9b, 0x15, 0x86, 0x34, 0x88, 0xde, 0xe8, 0x0a, 0xcd, 0x38, 0xfc, 0x63, 0x00, 0x54, 0x00, 0x24, 0xd8, 0x15, 0x95, 0x80, 0x20, 0x5b, 0x4e, 0xee, 0xbf, 0x7a, 0x4c, 0x56, 0xaf, 0xff, 0x9f, 0x0b, 0x6c, 0xd8, 0xf6, 0xe5, 0xa8, 0x10, 0xcb, 0xa6, 0xe9, 0xb9, 0xb7, 0x2e, 0x45, 0xa6, 0x81, 0x65, 0xf4, 0x4a, 0xf5, 0xfe, 0x3a, 0x71, 0x57, 0x17, 0xd7, 0x0f, 0x49, 0xa3, 0x0b, 0x79, 0xd3, 0xac, 0xb8, 0xff, 0x8e, 0xc8, 0xe0, 0xcb, 0x90, 0x1f, 0x7e, 0xce, 0x9b, 0x27, 0x03, 0x25, 0xb8, 0x2e, 0xfd, 0x66, 0x4f, 0x43, 0x5d, 0x39, 0xa7, 0x9f, 0xd8, 0x5b, 0x12, 0x84, 0x08, 0xdd, 0xad, 0x1c, 0x95, 0xc0, 0x0b, 0x30, 0xa5, 0x4e, 0xd3, 0x63, 0x31, 0xa4, 0xf8, 0x70, 0x28, 0x6f, 0x77, 0xc4, 0xd6, 0x95, 0x1c, 0xb3, 0xc2, 0x0e, 0x7f, 0xa8, 0x83, 0x67, 0x54, 0xe6, 0x49, 0x74, 0xf8, 0x7e, 0x77, 0xf9, 0x79, 0x6f, 0x43, 0xaa, 0xc3, 0xfe, 0x6e, 0x3b, 0xa7, 0x80, 0xe9, 0xd9, 0x20, 0x47, 0x69, 0xb9, 0xb0, 0x7b, 0xbf } }; static const struct cckprng_op_reseed op_reseed_6412 = { .hd = { .id = 6155, .kind = OP_RESEED }, .nonce = 15751120216882606476ULL, .seed_nbytes = 193, .seed = { 0x75, 0x6b, 0x08, 0xf7, 0xdf, 0x2a, 0x20, 0xe6, 0x3e, 0x67, 0xb4, 0xbd, 0x99, 0x4a, 0xb5, 0x12, 0x6f, 0xa2, 0xcd, 0x8d, 0xea, 0x25, 0xb3, 0xd6, 0x49, 0xd5, 0xc0, 0xe4, 0xd5, 0xcf, 0x3b, 0xd1, 0x5d, 0xda, 0x96, 0x65, 0x14, 0x69, 0x81, 0x5e, 0x83, 0x4d, 0xa8, 0x90, 0x78, 0xb1, 0x0d, 0xf5, 0x94, 0x9e, 0x26, 0x30, 0x22, 0x65, 0x8e, 0x3f, 0x67, 0x32, 0xae, 0xc3, 0x04, 0x77, 0x34, 0xc5, 0xd4, 0x65, 0x0b, 0x0c, 0xdd, 0x63, 0x41, 0xb4, 0x3f, 0x76, 0x6c, 0x05, 0x21, 0xb9, 0xe4, 0x42, 0xab, 0x3a, 0xb4, 0x2e, 0x8f, 0x06, 0xaf, 0xac, 0xeb, 0xee, 0x76, 0xc8, 0x02, 0x87, 0xff, 0x39, 0x97, 0xd2, 0xbf, 0xcb, 0x00, 0xac, 0x08, 0xeb, 0x17, 0x61, 0xb4, 0xbb, 0xfe, 0xfd, 0xae, 0xbc, 0x7c, 0xe3, 0x3f, 0x6e, 0x55, 0x7f, 0xb1, 0x8e, 0xa0, 0x98, 0x0c, 0x09, 0xfb, 0xb7, 0x17, 0x02, 0x61, 0xb0, 0xa8, 0x32, 0x23, 0xd0, 0xc6, 0xc1, 0xc6, 0xc9, 0xed, 0xef, 0x7b, 0xb6, 0x74, 0xbc, 0xa3, 0x01, 0x03, 0x61, 0x3b, 0x27, 0x23, 0x3c, 0xb4, 0x54, 0x68, 0xc2, 0x53, 0x53, 0xf9, 0x89, 0x92, 0xd8, 0x80, 0xa3, 0x58, 0xd4, 0x6d, 0xbf, 0xa4, 0xd1, 0xbe, 0x1d, 0x72, 0xc8, 0x2f, 0xf4, 0x01, 0xaf, 0xbd, 0x7b, 0x46, 0xf3, 0x4a, 0xc3, 0x9b, 0x99, 0xa5, 0x87, 0xae, 0x37, 0x75, 0xaf, 0xf9 } }; static const struct cckprng_op_reseed op_reseed_6413 = { .hd = { .id = 6156, .kind = OP_RESEED }, .nonce = 12945557903439535302ULL, .seed_nbytes = 138, .seed = { 0x14, 0xfb, 0xa5, 0xe0, 0x2a, 0x76, 0xed, 0x1d, 0x7e, 0x75, 0x08, 0x48, 0x39, 0x37, 0x2f, 0x22, 0x65, 0x27, 0xb6, 0xe2, 0x4a, 0x01, 0x13, 0x70, 0xe9, 0x1a, 0x40, 0x8e, 0xdc, 0xf4, 0xe2, 0x64, 0xc5, 0x97, 0x0a, 0x8c, 0x8e, 0x80, 0x46, 0x22, 0x25, 0x97, 0xd2, 0xa0, 0x6b, 0xe6, 0x1e, 0x2e, 0x49, 0x41, 0x9d, 0x4a, 0x2d, 0x5d, 0xf4, 0xa7, 0x49, 0x64, 0xe8, 0x7a, 0xbd, 0x34, 0x3b, 0x6c, 0x4a, 0x90, 0xfb, 0xf1, 0xdc, 0xda, 0xfb, 0x3e, 0x4f, 0x70, 0xfd, 0xa3, 0xf8, 0x31, 0xa1, 0xee, 0xca, 0x26, 0x14, 0x62, 0x2a, 0x5e, 0xf1, 0x1b, 0x22, 0x63, 0x04, 0x8b, 0x91, 0x1f, 0xb1, 0xcb, 0x05, 0x8f, 0x66, 0x61, 0xa4, 0x1b, 0xf3, 0x57, 0x92, 0xf4, 0x3b, 0x05, 0x43, 0x3b, 0xaa, 0x46, 0x50, 0xdc, 0x72, 0x8e, 0x63, 0xc3, 0x9f, 0xe0, 0x0d, 0x70, 0x29, 0x2a, 0xca, 0xd3, 0x9e, 0xb1, 0x2e, 0xb1, 0x45, 0xcd, 0xf6, 0x29, 0xa8, 0x68, 0x76, 0x67 } }; static const struct cckprng_op_reseed op_reseed_6414 = { .hd = { .id = 6157, .kind = OP_RESEED }, .nonce = 13435108553329452470ULL, .seed_nbytes = 242, .seed = { 0x31, 0xf8, 0x6e, 0xbf, 0x6a, 0x10, 0x7b, 0xcf, 0xaa, 0xd4, 0x83, 0xbe, 0x49, 0x00, 0xff, 0x03, 0x74, 0xb1, 0x97, 0x5a, 0x49, 0xc7, 0xb7, 0x2f, 0x13, 0xa6, 0xdb, 0x69, 0x0f, 0x69, 0xc2, 0x14, 0x93, 0x6a, 0xe3, 0x90, 0x2d, 0x25, 0x66, 0xcf, 0x45, 0x20, 0x16, 0x60, 0x5f, 0xcc, 0xa4, 0xd6, 0xc4, 0x3b, 0x6a, 0x44, 0xad, 0x2d, 0x9e, 0x5f, 0xfa, 0xf4, 0x54, 0xa5, 0x27, 0x4a, 0x45, 0x1b, 0xb1, 0x99, 0xf2, 0x01, 0xd7, 0xc8, 0x29, 0x7a, 0x01, 0xc9, 0x5b, 0xb8, 0x60, 0x8c, 0xf0, 0x30, 0x26, 0xd7, 0xd8, 0xb6, 0x51, 0x68, 0x2d, 0x5d, 0x2b, 0xc4, 0xd4, 0x5f, 0x3b, 0x54, 0x6f, 0xcd, 0xbf, 0xcc, 0xbd, 0xa1, 0x91, 0x10, 0x3f, 0x32, 0xc4, 0xa7, 0x62, 0x29, 0x05, 0x25, 0x17, 0x83, 0x05, 0xd6, 0xf4, 0x42, 0x62, 0xd4, 0x5f, 0xe3, 0x3a, 0x27, 0xa6, 0x2a, 0xfe, 0xd9, 0xd7, 0xc9, 0x83, 0xaa, 0x17, 0xfb, 0x2f, 0x1b, 0xd2, 0xc5, 0xe8, 0xd9, 0xe4, 0x2f, 0xe9, 0x70, 0x04, 0x8a, 0xa8, 0x37, 0x03, 0x76, 0x2f, 0xd1, 0x1a, 0x12, 0x10, 0xc5, 0xc0, 0xdb, 0x5b, 0xf8, 0x1e, 0x87, 0x84, 0xc3, 0xf5, 0x96, 0xda, 0x46, 0x5e, 0x9c, 0xc4, 0x85, 0xe2, 0x24, 0xa3, 0x5f, 0x17, 0x86, 0x4f, 0x7f, 0x0a, 0x71, 0xa9, 0x92, 0x25, 0x40, 0x4b, 0x17, 0xbd, 0x18, 0x9e, 0x01, 0x23, 0xac, 0x5a, 0x4e, 0xc8, 0x10, 0x6f, 0x80, 0x52, 0x8b, 0x07, 0x89, 0xd0, 0x27, 0x41, 0xa9, 0xd8, 0x62, 0xae, 0x6a, 0x55, 0x5c, 0xaf, 0xe7, 0xd7, 0x72, 0x8c, 0xa5, 0x33, 0x37, 0x19, 0x28, 0xfd, 0x5b, 0x4f, 0x76, 0xcf, 0x70, 0xd5, 0x9e, 0x50, 0x05, 0x56, 0x5b, 0xf4, 0xe3, 0x5b, 0x60, 0x5e, 0xc1, 0x92, 0x7a } }; static const struct cckprng_op_generate op_init_6415 = { .hd = { .id = 6158, .kind = OP_GENERATE }, .rand_nbytes = 0, .out = { .rand = { } } }; static const struct cckprng_op_generate op_init_6416 = { .hd = { .id = 6159, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0xa7, 0x19, 0xd8, 0xf7, 0x66, 0x83, 0x5e, 0xab, 0xdc, 0xb7, 0xce, 0x92, 0xfd, 0x0a, 0x99, 0xc7, 0x39, 0xba, 0x04, 0x60, 0x50, 0x67, 0xc4, 0x6c, 0xb4, 0x60, 0xc6, 0xb5, 0x8f, 0xc7, 0x60, 0x01, 0x57, 0x1f, 0xf2, 0xe4, 0x91, 0xd9, 0xd4, 0x30, 0x23, 0x60, 0xb4, 0x5f, 0xfb, 0xfb, 0x9f, 0x20, 0x6e, 0xfd, 0xb4, 0xe2, 0xf4, 0x9d, 0xf3, 0x5c, 0x61, 0x8b, 0xb5, 0xbd, 0x6a, 0x8b, 0x30, 0x58, 0x53, 0xd5, 0xcf, 0xba, 0xc1, 0x0a, 0x2e, 0x05, 0x47, 0x00, 0xcb, 0xb6, 0x8f, 0xe5, 0xa3, 0x72, 0xe8, 0x38, 0x48, 0xc8, 0x2f, 0xc3, 0x7a, 0xe3, 0x5c, 0xc9, 0x6d, 0x1a, 0xd9, 0x09, 0x0c, 0xa8, 0x04, 0x09, 0x2c, 0xd7, 0x6e, 0x0e, 0x4d, 0xe7, 0x83, 0x22, 0xb3, 0x04, 0xd5, 0xde, 0x1a, 0x6a, 0x4a, 0x4a, 0x31, 0x16, 0x81, 0x04, 0x30, 0x82, 0x7b, 0x84, 0xb3, 0x1f, 0xb2, 0xd3, 0x09, 0x81, 0xe0, 0x00, 0x91, 0xf3, 0x05, 0xbf, 0x60, 0x4d, 0xbe, 0xb0, 0x8d, 0x07, 0xfb, 0x51, 0xd9, 0xda, 0xcc, 0x02, 0xf2, 0x24, 0xab, 0xdb, 0xb9, 0xc3, 0x0a, 0xa0, 0x44, 0xdf, 0xa3, 0x07, 0x34, 0xad } } }; static const struct cckprng_op_refresh op_refresh_6417 = { .hd = { .id = 6160, .kind = OP_REFRESH }, .rand = 15193471920534131500ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6418 = { .hd = { .id = 6161, .kind = OP_GENERATE }, .rand_nbytes = 183, .out = { .rand = { 0x62, 0x34, 0xb2, 0x00, 0x69, 0x4f, 0x29, 0xfa, 0xae, 0xc2, 0xb8, 0xdb, 0xa0, 0x73, 0xe5, 0x2e, 0x84, 0xdf, 0x7e, 0xed, 0x5c, 0xf2, 0x86, 0xc6, 0xcc, 0x61, 0x30, 0xc9, 0x57, 0x68, 0x58, 0x40, 0x3c, 0x3d, 0xe2, 0xb1, 0xaa, 0x9e, 0x10, 0x73, 0x12, 0x63, 0x77, 0xc4, 0x84, 0x17, 0xc9, 0x19, 0xa8, 0x50, 0x47, 0x77, 0x24, 0xa4, 0xef, 0x20, 0x45, 0xe7, 0xa8, 0x9c, 0x57, 0xbb, 0x0a, 0x7e, 0x58, 0xc6, 0xc1, 0x7c, 0x1e, 0x3c, 0xc3, 0x95, 0xde, 0xed, 0x7b, 0x1d, 0xf7, 0x7e, 0xb7, 0x91, 0x0f, 0xbd, 0x5f, 0xf8, 0x97, 0x8d, 0xcd, 0x58, 0x4a, 0x82, 0x03, 0x6e, 0x5b, 0x6e, 0x9b, 0x83, 0x30, 0x23, 0xc9, 0x74, 0x6f, 0x14, 0x11, 0xee, 0xc6, 0x4d, 0x85, 0x53, 0xa9, 0x6c, 0x4e, 0xf7, 0x2a, 0x6a, 0x30, 0x37, 0x66, 0x0d, 0x97, 0x3a, 0x05, 0x6a, 0x5e, 0x5d, 0xbb, 0x8e, 0x55, 0x38, 0x70, 0xbd, 0xc4, 0xcb, 0x0f, 0x24, 0xb3, 0x80, 0x51, 0x3e, 0xad, 0x3b, 0x6a, 0xa4, 0x71, 0x71, 0x7e, 0x49, 0x02, 0x3b, 0xd4, 0x6a, 0xd7, 0xcb, 0x68, 0xe9, 0x44, 0xc8, 0x36, 0x5d, 0x97, 0x2a, 0xd5, 0x8e, 0x02, 0xca, 0xb2, 0x40, 0x6d, 0xbe, 0x99, 0x5f, 0xfa, 0x2d, 0xf4, 0xcd, 0xac, 0x24, 0x05, 0x7b, 0x8a, 0x00, 0xe2, 0xdc, 0xc9 } } }; static const struct cckprng_op_generate op_init_6419 = { .hd = { .id = 6162, .kind = OP_GENERATE }, .rand_nbytes = 225, .out = { .rand = { 0x9c, 0x65, 0xa1, 0x76, 0x5a, 0xec, 0xde, 0x53, 0x18, 0x8e, 0x7f, 0x1e, 0xf8, 0x2e, 0x76, 0xef, 0xb9, 0x98, 0x47, 0xcf, 0x3f, 0x96, 0xa5, 0xb7, 0xfc, 0x7d, 0x5f, 0xeb, 0xd4, 0x1b, 0x26, 0xc6, 0x26, 0xbd, 0xf8, 0xb6, 0x28, 0xf6, 0xfa, 0x9c, 0xb0, 0x0d, 0xac, 0x76, 0xeb, 0xed, 0x0e, 0x02, 0xd1, 0xf9, 0x6d, 0x71, 0x6f, 0x95, 0x22, 0xc9, 0xeb, 0xa8, 0x2c, 0x4c, 0x81, 0xd0, 0x66, 0x65, 0x2d, 0x9e, 0xbb, 0xb0, 0x33, 0xdd, 0x02, 0xcd, 0x24, 0xde, 0x3e, 0x6a, 0xf8, 0xc8, 0xc2, 0x1c, 0x5c, 0xc2, 0x31, 0x5b, 0xc9, 0x70, 0x3c, 0x66, 0x92, 0xe6, 0x95, 0xe6, 0x99, 0x43, 0x0c, 0x4e, 0x44, 0x7c, 0xeb, 0x22, 0x7e, 0x38, 0xa5, 0x9a, 0x48, 0x77, 0x18, 0x14, 0xe3, 0x6c, 0x95, 0xc6, 0x20, 0xde, 0x43, 0x0f, 0x9f, 0xd3, 0x9a, 0xfd, 0xe0, 0x8f, 0xca, 0x80, 0x50, 0xe3, 0x78, 0xd0, 0x01, 0x76, 0x35, 0x5d, 0xff, 0xfc, 0xf1, 0x7d, 0xa6, 0xa0, 0xf0, 0xc6, 0x2b, 0x09, 0x7d, 0x06, 0x6a, 0xa3, 0xb4, 0xe5, 0x2a, 0x71, 0xcf, 0xd9, 0x6b, 0xed, 0xa5, 0x1e, 0x87, 0xdc, 0xd0, 0x52, 0xb4, 0x2a, 0x9b, 0xd2, 0xb7, 0x04, 0x77, 0x26, 0xdf, 0x94, 0x21, 0x73, 0x38, 0x2d, 0x2b, 0x4f, 0x5d, 0x9d, 0x6f, 0x43, 0x68, 0x38, 0xb3, 0x72, 0x76, 0xc9, 0xb9, 0xe9, 0x7c, 0x98, 0x3b, 0x2c, 0x37, 0xa2, 0xa2, 0x98, 0x8c, 0xb7, 0x09, 0x11, 0x14, 0xd8, 0x1f, 0x3b, 0x91, 0xa6, 0x85, 0x35, 0x24, 0x86, 0x3b, 0x13, 0x8d, 0x5a, 0xed, 0x96, 0x8c, 0x0a, 0x47, 0xce, 0xdb, 0xb1, 0x60, 0xf9, 0x89 } } }; static const struct cckprng_op_refresh op_refresh_6420 = { .hd = { .id = 6163, .kind = OP_REFRESH }, .rand = 4980578813508755264ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6421 = { .hd = { .id = 6164, .kind = OP_RESEED }, .nonce = 13559208326252214259ULL, .seed_nbytes = 230, .seed = { 0xba, 0x6c, 0x0b, 0xd0, 0xf3, 0x19, 0xfa, 0x10, 0xfd, 0x82, 0xc3, 0x64, 0x23, 0x1e, 0xa8, 0x81, 0x56, 0x02, 0xfe, 0xc9, 0x9c, 0x21, 0xf9, 0x60, 0xee, 0xf0, 0x62, 0x03, 0x1c, 0x92, 0xa7, 0x3b, 0x74, 0xa0, 0x1a, 0x44, 0xc8, 0xa9, 0x3b, 0xa2, 0x33, 0x33, 0xac, 0x13, 0xf5, 0x31, 0xf1, 0x26, 0x30, 0xac, 0xf7, 0xfd, 0x6e, 0x4e, 0xd9, 0x99, 0x36, 0xaf, 0x21, 0x3a, 0xdc, 0xc5, 0x8d, 0x0c, 0x50, 0x60, 0xc4, 0xbf, 0x69, 0x8c, 0xf5, 0xad, 0x13, 0xf3, 0x38, 0xc5, 0x2d, 0x5f, 0x9e, 0x22, 0x3e, 0x7d, 0x53, 0xab, 0xa4, 0x5b, 0x9a, 0x37, 0xef, 0x67, 0xf9, 0x5f, 0xaa, 0xaf, 0xdc, 0xbc, 0x08, 0xeb, 0x1b, 0x81, 0x4b, 0xf4, 0xab, 0x3d, 0x2d, 0x26, 0xa6, 0xce, 0xab, 0xc4, 0x87, 0x4b, 0x84, 0x52, 0x62, 0x83, 0x55, 0xc7, 0x84, 0x3f, 0xed, 0x50, 0xf6, 0x1e, 0xb7, 0x34, 0x1f, 0x0c, 0x88, 0x7f, 0xac, 0x54, 0xbf, 0xb9, 0x83, 0x9a, 0x55, 0x1f, 0xd4, 0x8d, 0x02, 0xae, 0xf5, 0x19, 0x73, 0xd0, 0xba, 0x2c, 0x5c, 0xf4, 0xa8, 0x07, 0xab, 0xd0, 0x89, 0x47, 0xc7, 0x1d, 0x0a, 0x2f, 0xe9, 0x74, 0xea, 0x90, 0xfb, 0xf9, 0x4a, 0xe4, 0xe2, 0x1c, 0xc7, 0x39, 0x16, 0x60, 0xa3, 0x28, 0x09, 0x64, 0x0e, 0x1e, 0x5b, 0xbf, 0x49, 0x1b, 0x76, 0x00, 0xd3, 0x68, 0x13, 0x0d, 0xb1, 0x2b, 0xd8, 0x50, 0x91, 0x26, 0x90, 0xa6, 0xbe, 0x15, 0x16, 0x15, 0x3b, 0x0e, 0x82, 0xea, 0x9d, 0x56, 0x48, 0xe7, 0xb0, 0x7d, 0x10, 0xfb, 0x97, 0x6f, 0x3b, 0x04, 0xa3, 0xd6, 0xf0, 0xb5, 0x9f, 0x55, 0xbd, 0xd6, 0x31, 0x3a, 0xc0, 0xdc } }; static const struct cckprng_op_reseed op_reseed_6422 = { .hd = { .id = 6165, .kind = OP_RESEED }, .nonce = 12830607654202189191ULL, .seed_nbytes = 75, .seed = { 0x35, 0x80, 0xba, 0x13, 0x75, 0x8c, 0xf2, 0xda, 0x4a, 0x43, 0x03, 0xbf, 0x06, 0x6e, 0xa3, 0xa7, 0x67, 0x8c, 0xb5, 0xcd, 0x85, 0x95, 0x6c, 0xe5, 0x05, 0x20, 0x5a, 0xeb, 0xa3, 0x3f, 0xcb, 0x94, 0x54, 0x5b, 0x84, 0x0c, 0xae, 0x2a, 0xcd, 0x00, 0xec, 0xc1, 0xbd, 0xde, 0x48, 0x4e, 0xd8, 0x84, 0xf3, 0xbc, 0x15, 0x9d, 0x57, 0x67, 0x7c, 0xd9, 0xe0, 0xc8, 0xc7, 0xff, 0x27, 0x3b, 0xc1, 0x3c, 0xe3, 0x22, 0xdf, 0x0a, 0x4d, 0x81, 0x54, 0xe0, 0x3b, 0x2c, 0x63 } }; static const struct cckprng_op_refresh op_refresh_6423 = { .hd = { .id = 6166, .kind = OP_REFRESH }, .rand = 15962198026316348503ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6424 = { .hd = { .id = 6167, .kind = OP_GENERATE }, .rand_nbytes = 153, .out = { .rand = { 0xf7, 0xd5, 0x46, 0x9a, 0x5e, 0x5e, 0x7c, 0xd0, 0xa4, 0x73, 0x21, 0x79, 0x77, 0x9a, 0x34, 0xca, 0xb1, 0x3f, 0x59, 0x79, 0x46, 0x12, 0x74, 0xbd, 0x73, 0x42, 0xe6, 0xd6, 0x7b, 0x95, 0x0d, 0x64, 0x88, 0x3e, 0x72, 0x4b, 0x5f, 0xd3, 0x0d, 0x46, 0xf0, 0x42, 0x10, 0xdb, 0x44, 0xcd, 0x78, 0xbf, 0xf2, 0x6e, 0xc1, 0x70, 0x1b, 0xcd, 0xdd, 0x94, 0xf5, 0x4c, 0x98, 0xe0, 0x2e, 0xd1, 0xfd, 0x79, 0x6a, 0xd6, 0xf3, 0x5c, 0xdc, 0xaa, 0xc0, 0x35, 0xaa, 0x91, 0x1b, 0xd4, 0x66, 0x0f, 0x8d, 0x21, 0x79, 0x53, 0x1a, 0x5a, 0x19, 0x32, 0x0a, 0xb9, 0xd3, 0x9e, 0x04, 0xd9, 0xed, 0x74, 0xfc, 0x51, 0x00, 0xb8, 0x35, 0xc7, 0x67, 0x1b, 0x00, 0x27, 0xd0, 0x04, 0x2d, 0x8b, 0x06, 0x59, 0x7c, 0xa3, 0x85, 0xd0, 0xe0, 0xa1, 0xb2, 0xad, 0x8d, 0xc1, 0x84, 0xfd, 0xaf, 0x03, 0x2e, 0x2a, 0x08, 0xd7, 0x56, 0x11, 0x70, 0xb7, 0x20, 0x05, 0x30, 0x81, 0x93, 0x4c, 0x16, 0xd0, 0x45, 0x79, 0x70, 0xd9, 0xc1, 0xf7, 0x8d, 0x82, 0xb5, 0x09, 0x54, 0x78, 0x9c } } }; static const struct cckprng_op_reseed op_reseed_6425 = { .hd = { .id = 6168, .kind = OP_RESEED }, .nonce = 16541721247907613851ULL, .seed_nbytes = 149, .seed = { 0xde, 0xeb, 0x52, 0x5c, 0x01, 0xa7, 0xf0, 0xcd, 0x28, 0x55, 0x06, 0xfe, 0x83, 0x5e, 0x4f, 0x67, 0x1a, 0x9f, 0x89, 0x82, 0x68, 0x21, 0x46, 0x05, 0x38, 0x85, 0x14, 0x88, 0x7a, 0x95, 0x3b, 0x86, 0xd3, 0xed, 0x28, 0x68, 0xfa, 0x65, 0xff, 0x17, 0x2f, 0x92, 0x9a, 0xd3, 0x5e, 0x06, 0x02, 0xf2, 0xd4, 0xb1, 0x8f, 0x2b, 0x04, 0xeb, 0xf4, 0xd1, 0x41, 0xc6, 0x94, 0xc3, 0x97, 0x80, 0xcc, 0x5a, 0x83, 0x8d, 0x98, 0x45, 0x1f, 0x98, 0x16, 0xdf, 0x49, 0xc7, 0x36, 0x31, 0x1e, 0xe0, 0xfd, 0x5f, 0x27, 0x5b, 0x36, 0x1c, 0xcd, 0x37, 0x4a, 0xd6, 0x13, 0x69, 0x60, 0xf4, 0xa5, 0x0d, 0x7e, 0x1b, 0xa4, 0xb1, 0xbc, 0x83, 0x65, 0x4e, 0xb4, 0x3c, 0xc8, 0xf9, 0xf1, 0x97, 0x7e, 0x57, 0xa7, 0x71, 0x74, 0x35, 0x6f, 0xe3, 0x7d, 0x47, 0x65, 0x92, 0x5d, 0xdd, 0xf7, 0x53, 0x8e, 0x99, 0x4e, 0xd5, 0x44, 0xfc, 0xdb, 0xfa, 0xd2, 0x3c, 0x88, 0x7a, 0x2b, 0xe3, 0xa0, 0x7a, 0x1e, 0xbe, 0x4c, 0xa0, 0x13, 0x90, 0x2e, 0x1c, 0xd8 } }; static const struct cckprng_op_refresh op_refresh_6426 = { .hd = { .id = 6169, .kind = OP_REFRESH }, .rand = 13921769057141313373ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6427 = { .hd = { .id = 6170, .kind = OP_REFRESH }, .rand = 338031954397619621ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6428 = { .hd = { .id = 6171, .kind = OP_GENERATE }, .rand_nbytes = 42, .out = { .rand = { 0x4d, 0x5c, 0xbf, 0x4a, 0xba, 0x37, 0x45, 0x47, 0x7c, 0xf8, 0x59, 0x61, 0x22, 0xe7, 0x02, 0xed, 0xb2, 0x1d, 0x62, 0x0d, 0x34, 0xae, 0xd8, 0xdf, 0x84, 0xbc, 0x4e, 0x3b, 0xf2, 0xb5, 0xd8, 0x99, 0xbe, 0xa7, 0x78, 0x27, 0xc9, 0x31, 0x2b, 0x25, 0x2e, 0x89 } } }; static const struct cckprng_op_generate op_init_6429 = { .hd = { .id = 6172, .kind = OP_GENERATE }, .rand_nbytes = 100, .out = { .rand = { 0xa2, 0x91, 0x7e, 0xb6, 0xde, 0x7c, 0x98, 0xdc, 0x02, 0x9e, 0xa3, 0xff, 0xf0, 0xfb, 0x07, 0x6a, 0xf3, 0x7d, 0xf7, 0xc7, 0x2f, 0xec, 0x94, 0xd8, 0x9b, 0x0c, 0x4c, 0x00, 0x46, 0x47, 0xf5, 0x22, 0x5c, 0x58, 0x93, 0x9c, 0xc5, 0x44, 0x63, 0x36, 0x85, 0x99, 0x05, 0x6f, 0x3b, 0x42, 0x39, 0xec, 0x7c, 0x3f, 0x54, 0x31, 0xee, 0xf6, 0xc0, 0x95, 0x10, 0x9d, 0x11, 0x01, 0xc9, 0x62, 0xbe, 0xf0, 0x63, 0xbc, 0x7d, 0x8e, 0xd1, 0x93, 0xd3, 0x5d, 0x22, 0x58, 0x0b, 0x67, 0x43, 0xd2, 0x27, 0xe9, 0x2e, 0x32, 0x0a, 0xb1, 0x47, 0x40, 0xf7, 0x26, 0x5a, 0xeb, 0x07, 0xcc, 0xf8, 0x0b, 0x70, 0xc2, 0x86, 0xec, 0xc7, 0x26 } } }; static const struct cckprng_op_refresh op_refresh_6430 = { .hd = { .id = 6173, .kind = OP_REFRESH }, .rand = 17689058216572970101ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_6431 = { .hd = { .id = 6174, .kind = OP_RESEED }, .nonce = 7648230658812144996ULL, .seed_nbytes = 222, .seed = { 0xe9, 0x24, 0x6e, 0xf5, 0xee, 0x4e, 0x94, 0x93, 0x47, 0x93, 0x84, 0x2d, 0x89, 0xdb, 0xa9, 0x83, 0x26, 0xd2, 0xaa, 0xf7, 0xe8, 0x1d, 0x48, 0xf5, 0x9c, 0xa3, 0x45, 0x79, 0xd3, 0x5c, 0x50, 0xc0, 0xad, 0x20, 0x7f, 0xbb, 0x9a, 0xe8, 0xa7, 0xbc, 0x05, 0x43, 0x7b, 0xff, 0x5f, 0x78, 0x1a, 0x34, 0x9c, 0xa5, 0xc1, 0x36, 0x6c, 0xa7, 0xd1, 0xc9, 0x89, 0xe1, 0xd0, 0xf6, 0xfa, 0xb5, 0xd6, 0x8a, 0xc3, 0x8d, 0xab, 0x69, 0xb2, 0x1a, 0x61, 0x2c, 0x6e, 0x31, 0x3e, 0x28, 0x16, 0x5c, 0xd0, 0xee, 0xd3, 0x22, 0x94, 0x3a, 0x5b, 0xcb, 0x78, 0xaf, 0xef, 0x9b, 0x7a, 0xa5, 0xa1, 0xfb, 0x2f, 0x61, 0xcd, 0x50, 0x92, 0x28, 0xea, 0xff, 0x11, 0x70, 0x16, 0xd5, 0x31, 0xd7, 0xd9, 0x3e, 0xd3, 0x80, 0x6c, 0xa0, 0xb1, 0x91, 0x4f, 0x59, 0xea, 0x09, 0x0d, 0x94, 0x90, 0xf2, 0x51, 0xec, 0xdb, 0x29, 0x0d, 0x36, 0xaa, 0xa4, 0x5b, 0xed, 0x43, 0xa1, 0xf9, 0x84, 0xd9, 0x31, 0x67, 0xe1, 0x47, 0xe4, 0x88, 0xbb, 0x28, 0xe8, 0xe7, 0xeb, 0xbe, 0x3b, 0xae, 0xe7, 0xb0, 0x5c, 0x95, 0x59, 0xd2, 0x0a, 0x26, 0x07, 0x00, 0xb5, 0x37, 0x4e, 0x1c, 0xee, 0x61, 0x77, 0x00, 0xe5, 0x43, 0xb2, 0xa7, 0x3a, 0x1a, 0xee, 0xb2, 0x08, 0x1c, 0xfa, 0x45, 0x87, 0x14, 0xf1, 0x3e, 0xda, 0x3e, 0xdf, 0xb6, 0x49, 0xd7, 0xbf, 0x9b, 0xf7, 0x6d, 0x71, 0x77, 0xe7, 0x45, 0x3f, 0xc0, 0x1f, 0xbc, 0xf8, 0x1f, 0x2d, 0x17, 0x42, 0xf2, 0x87, 0xe2, 0x5c, 0x56, 0xd6, 0x8a, 0x9f, 0xc1, 0x59, 0x43, 0x84 } }; static const struct cckprng_op_refresh op_refresh_6432 = { .hd = { .id = 6175, .kind = OP_REFRESH }, .rand = 12502482229474597043ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_6433 = { .hd = { .id = 6176, .kind = OP_RESEED }, .nonce = 15043512236334732573ULL, .seed_nbytes = 56, .seed = { 0x52, 0x43, 0x51, 0xc4, 0x74, 0xe2, 0x37, 0xe4, 0x8c, 0xd0, 0x97, 0x71, 0x36, 0x3c, 0x77, 0x7e, 0xd1, 0x9a, 0x52, 0xf5, 0x76, 0x92, 0x6b, 0xf5, 0x6f, 0x52, 0xaf, 0xd0, 0x1a, 0x49, 0x51, 0xfe, 0x1f, 0x7e, 0x4a, 0x2d, 0x1e, 0xb8, 0x56, 0x3c, 0x1d, 0xc8, 0x38, 0x24, 0x7f, 0xc2, 0xab, 0x17, 0x02, 0xb3, 0x59, 0xb2, 0x3d, 0x99, 0x37, 0xb3 } }; static const struct cckprng_op_generate op_init_6434 = { .hd = { .id = 6177, .kind = OP_GENERATE }, .rand_nbytes = 12, .out = { .rand = { 0x7e, 0xfe, 0xd1, 0x5d, 0xf6, 0x92, 0xf5, 0x97, 0xe7, 0x5c, 0x4d, 0xc2 } } }; static const struct cckprng_op_generate op_init_6435 = { .hd = { .id = 6178, .kind = OP_GENERATE }, .rand_nbytes = 36, .out = { .rand = { 0x12, 0x56, 0x9c, 0x6e, 0x13, 0x70, 0x4f, 0x38, 0x4c, 0x1e, 0xa6, 0x61, 0xe4, 0xec, 0xf1, 0x44, 0x34, 0xc2, 0x89, 0xef, 0xa4, 0x70, 0x24, 0x17, 0x23, 0xa9, 0x49, 0x26, 0xe9, 0x3c, 0xf4, 0x5d, 0xca, 0x36, 0x63, 0xe3 } } }; static const struct cckprng_op_generate op_init_6436 = { .hd = { .id = 6179, .kind = OP_GENERATE }, .rand_nbytes = 206, .out = { .rand = { 0x91, 0x53, 0xc5, 0x38, 0x2a, 0x36, 0x83, 0x0b, 0x19, 0xd3, 0x99, 0x06, 0xdb, 0x96, 0x5d, 0x0f, 0xa7, 0xab, 0x4b, 0xe9, 0xc0, 0xef, 0x30, 0xf3, 0x32, 0xcb, 0x23, 0x8b, 0x15, 0x2a, 0x16, 0x11, 0x9e, 0xc5, 0xb5, 0xe1, 0x51, 0xe8, 0xd6, 0x9c, 0x13, 0xc5, 0xac, 0x9b, 0xc1, 0x48, 0x85, 0xf5, 0x7b, 0x4e, 0x4f, 0xf5, 0xb6, 0xf8, 0xcc, 0x75, 0x77, 0xd9, 0x96, 0x40, 0x50, 0xb9, 0x2c, 0xbb, 0xed, 0x97, 0x40, 0x67, 0x8f, 0x70, 0xb4, 0x83, 0x6d, 0x87, 0x03, 0x33, 0x48, 0xf9, 0xd6, 0x51, 0x1f, 0x9e, 0x73, 0x52, 0xa8, 0x3e, 0xe4, 0xb0, 0xe5, 0x46, 0x27, 0x4c, 0xef, 0xfc, 0xba, 0x63, 0x1b, 0xbf, 0x6c, 0xef, 0x79, 0xb6, 0x35, 0xd1, 0x81, 0x22, 0x2a, 0x34, 0xa5, 0x16, 0xa7, 0xbe, 0x09, 0x54, 0x40, 0x0f, 0x09, 0x49, 0xcf, 0xc3, 0x62, 0x1a, 0x2a, 0xe0, 0x45, 0xed, 0x9b, 0x55, 0x90, 0x0f, 0xb9, 0xdf, 0x04, 0xe1, 0xac, 0xfb, 0x7f, 0x8b, 0xde, 0xde, 0x59, 0x39, 0x3b, 0xae, 0x88, 0x20, 0x49, 0x05, 0xd5, 0x24, 0xa3, 0x6f, 0x96, 0x82, 0x41, 0x4d, 0x50, 0x3f, 0xda, 0xbc, 0x3b, 0x66, 0x1f, 0xdc, 0x15, 0xa8, 0xb7, 0x37, 0xf6, 0x8b, 0x34, 0xb0, 0x50, 0xdd, 0xf8, 0xd5, 0x6c, 0x6b, 0xa6, 0xba, 0xaf, 0x25, 0x51, 0xce, 0x19, 0x7e, 0x0d, 0xd6, 0xfc, 0x35, 0x2a, 0x47, 0xb6, 0x99, 0x5c, 0xc9, 0x45, 0x1e, 0x46, 0xcf, 0x6c, 0x4f, 0x77, 0x45, 0x14, 0x2a } } }; static const struct cckprng_op_generate op_init_6437 = { .hd = { .id = 6180, .kind = OP_GENERATE }, .rand_nbytes = 7, .out = { .rand = { 0x69, 0x46, 0x6b, 0x6a, 0xa3, 0x5a, 0xd7 } } }; static const struct cckprng_op_generate op_init_6438 = { .hd = { .id = 6181, .kind = OP_GENERATE }, .rand_nbytes = 173, .out = { .rand = { 0x23, 0xd5, 0xaf, 0xec, 0x81, 0x4f, 0xe1, 0x51, 0xb1, 0x72, 0x62, 0x8d, 0x4e, 0x6c, 0x34, 0x2e, 0x94, 0xb8, 0xa0, 0xa6, 0xcb, 0x1b, 0x63, 0x00, 0x91, 0x94, 0x24, 0xc0, 0xd4, 0x1f, 0x35, 0xa3, 0x50, 0xe5, 0x63, 0x37, 0x6d, 0x89, 0x00, 0xd9, 0x3e, 0xa1, 0xb5, 0xfa, 0xde, 0x84, 0xd5, 0xb0, 0x41, 0x0c, 0xf1, 0xb8, 0x74, 0xf8, 0x72, 0x23, 0xc5, 0xfc, 0x83, 0xd3, 0x34, 0xbc, 0x6c, 0x86, 0x2b, 0xb6, 0x68, 0x13, 0x2d, 0xd3, 0xa2, 0xca, 0x70, 0x73, 0xc8, 0x6c, 0xd1, 0xde, 0x88, 0xbc, 0xb7, 0x0f, 0xc2, 0x7d, 0xf7, 0xdf, 0x1b, 0x37, 0x97, 0x9e, 0x47, 0xf9, 0x21, 0x31, 0x48, 0x65, 0xf5, 0x9a, 0xef, 0xa2, 0x3a, 0x70, 0x1b, 0xfc, 0xa9, 0x4b, 0x51, 0xfc, 0xf6, 0xf2, 0xa3, 0x24, 0x87, 0x80, 0xf0, 0x82, 0xc9, 0xf2, 0xd8, 0x9e, 0x5d, 0xf1, 0x60, 0xf4, 0x18, 0xac, 0xe7, 0x09, 0x05, 0x46, 0x58, 0x17, 0xbf, 0x11, 0x41, 0xcb, 0x63, 0x3e, 0xa7, 0xd6, 0x45, 0x14, 0x97, 0x7c, 0xde, 0x35, 0x11, 0x4d, 0x3c, 0x26, 0x2f, 0x77, 0xb8, 0x05, 0xef, 0x13, 0xb5, 0x54, 0x52, 0x23, 0xc7, 0x03, 0x68, 0x53, 0x1d, 0xa8, 0x95, 0x51, 0xae, 0xda, 0xe6, 0x21, 0xaa } } }; static const struct cckprng_op_reseed op_reseed_6439 = { .hd = { .id = 6182, .kind = OP_RESEED }, .nonce = 3970793017447615824ULL, .seed_nbytes = 159, .seed = { 0xbb, 0x4a, 0x1f, 0x3f, 0xe0, 0x76, 0xed, 0xf5, 0x00, 0x11, 0x6f, 0x3c, 0x18, 0xbe, 0xbe, 0x40, 0x3a, 0x7d, 0xc5, 0xc4, 0x56, 0xda, 0x8b, 0xc4, 0xa2, 0xc5, 0xae, 0x01, 0x2c, 0x7d, 0x14, 0x37, 0x0e, 0x46, 0x60, 0xfe, 0x0b, 0x40, 0x04, 0x89, 0x9c, 0xf2, 0x75, 0x64, 0x7d, 0x73, 0x80, 0x81, 0x4a, 0xdf, 0xe9, 0xe8, 0x98, 0xb1, 0x99, 0x1c, 0x10, 0xeb, 0x32, 0xe0, 0xfd, 0x2e, 0x5b, 0xa1, 0x77, 0x47, 0x3b, 0xc5, 0x45, 0x2c, 0x19, 0x6b, 0x14, 0x4a, 0x17, 0x3c, 0x39, 0x25, 0x1b, 0x08, 0xd8, 0xb3, 0xd8, 0x9c, 0x44, 0x2f, 0x7d, 0x07, 0xe3, 0xd0, 0x6a, 0xc5, 0x56, 0x69, 0xa3, 0x95, 0xe4, 0x48, 0xdc, 0x00, 0xef, 0x05, 0x79, 0x54, 0x39, 0xce, 0x2d, 0x08, 0x1c, 0x1a, 0xd3, 0x87, 0x78, 0xe7, 0x25, 0x53, 0xca, 0xae, 0xfd, 0xb0, 0xd4, 0xf4, 0x4a, 0x66, 0xb5, 0xfa, 0x8c, 0x0e, 0xa0, 0x10, 0x5b, 0x4b, 0xda, 0x53, 0x53, 0x87, 0x27, 0x83, 0x70, 0xe5, 0xe5, 0xb0, 0x9c, 0x61, 0x6f, 0x28, 0xa6, 0x0e, 0xbf, 0x2a, 0x8d, 0x95, 0x4b, 0x3d, 0x33, 0x5f, 0x15, 0xe0, 0x3d } }; static const struct cckprng_op_refresh op_refresh_6440 = { .hd = { .id = 6183, .kind = OP_REFRESH }, .rand = 10560826182173306687ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6441 = { .hd = { .id = 6184, .kind = OP_REFRESH }, .rand = 12107639278722830615ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6442 = { .hd = { .id = 6185, .kind = OP_RESEED }, .nonce = 3711103109598166442ULL, .seed_nbytes = 163, .seed = { 0x42, 0xfd, 0x4a, 0x87, 0x99, 0x8b, 0xc0, 0x6f, 0xb8, 0x76, 0xa1, 0x8f, 0x88, 0x63, 0xc2, 0x06, 0xe2, 0x1e, 0x2c, 0xae, 0xc7, 0xb4, 0x1f, 0x64, 0x05, 0x90, 0x3b, 0x46, 0x0f, 0xee, 0x68, 0xd2, 0x57, 0x41, 0xa8, 0x22, 0xcd, 0x45, 0x71, 0x4c, 0xcc, 0xa2, 0xad, 0x7c, 0xc4, 0x57, 0xd9, 0x47, 0x6f, 0xa0, 0x02, 0x01, 0x43, 0xce, 0x48, 0x4e, 0xd1, 0x2a, 0x9d, 0xb6, 0xf8, 0x5b, 0xe4, 0x65, 0x6f, 0xe7, 0x20, 0x4a, 0x08, 0xfe, 0x0e, 0xac, 0x65, 0x34, 0xc3, 0xfa, 0x08, 0x06, 0xe6, 0xf3, 0x2e, 0x2c, 0xcd, 0x58, 0x48, 0x98, 0x63, 0x08, 0x61, 0xf3, 0x35, 0xc1, 0xba, 0xd8, 0xf3, 0xd4, 0xe8, 0xa1, 0xb0, 0x0a, 0x81, 0x16, 0x61, 0x84, 0x30, 0x49, 0x83, 0xe7, 0xa8, 0xa4, 0x6f, 0xf0, 0xf6, 0xe1, 0xf8, 0x72, 0x01, 0x2e, 0xde, 0xb1, 0x6b, 0x6a, 0x41, 0x74, 0x26, 0xd4, 0x78, 0xd8, 0x55, 0x07, 0xc2, 0x16, 0x11, 0x2a, 0x5e, 0x23, 0xb1, 0x15, 0x8f, 0xd7, 0x22, 0x31, 0x62, 0xbc, 0x60, 0xde, 0xb6, 0xed, 0x35, 0xae, 0xe3, 0x0c, 0xd7, 0x66, 0x38, 0xe4, 0x0b, 0x7f, 0x44, 0xcb, 0x1a, 0xf6, 0x04 } }; static const struct cckprng_op_refresh op_refresh_6443 = { .hd = { .id = 6186, .kind = OP_REFRESH }, .rand = 799860637246504034ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6444 = { .hd = { .id = 6187, .kind = OP_GENERATE }, .rand_nbytes = 239, .out = { .rand = { 0x03, 0x87, 0x3e, 0x64, 0x4b, 0x48, 0x5f, 0x43, 0xf8, 0x0a, 0xf9, 0xbb, 0x3e, 0x0a, 0xd9, 0xdb, 0x2e, 0x70, 0x1e, 0x0b, 0x1a, 0x3a, 0x41, 0x61, 0x10, 0xd6, 0xed, 0x2c, 0x9c, 0x3a, 0xed, 0x74, 0x28, 0xf6, 0x4b, 0xed, 0x81, 0x83, 0x86, 0x48, 0x9e, 0x2b, 0x4b, 0x04, 0x23, 0x56, 0x66, 0x79, 0x06, 0xf9, 0x17, 0x7b, 0xb1, 0x52, 0x37, 0x4f, 0x73, 0xe4, 0x5b, 0xd0, 0xe2, 0x8b, 0xfe, 0x02, 0x9b, 0x40, 0xfb, 0xec, 0xc1, 0x1d, 0xa5, 0x9a, 0xf0, 0x24, 0xec, 0xe7, 0xf9, 0x2a, 0x19, 0x99, 0x40, 0xcc, 0x12, 0x1f, 0xf2, 0xc4, 0xd5, 0x99, 0x7b, 0x31, 0xcb, 0xfe, 0x0b, 0x61, 0xd6, 0x49, 0x1b, 0x6c, 0x9b, 0x22, 0x69, 0x9f, 0x5f, 0xc5, 0x0f, 0x9d, 0x2f, 0x84, 0x3d, 0xa3, 0xe1, 0x7d, 0x7a, 0x17, 0x33, 0x5b, 0x4c, 0xce, 0x2d, 0xf4, 0x84, 0x03, 0x1d, 0x39, 0x14, 0xd3, 0x4f, 0xb9, 0x4f, 0x69, 0x13, 0x3c, 0xd6, 0xe4, 0xa9, 0xe4, 0xeb, 0xb5, 0x60, 0xa6, 0x27, 0x97, 0x67, 0x17, 0xcb, 0x82, 0xac, 0x02, 0x36, 0x1f, 0x76, 0x53, 0xff, 0xb9, 0x46, 0xda, 0x35, 0x5f, 0x62, 0xcb, 0x7d, 0xbd, 0x70, 0x6f, 0x17, 0xf4, 0x88, 0x94, 0xd1, 0x61, 0x8a, 0x3e, 0x41, 0x2d, 0xe0, 0x2f, 0xa2, 0xcb, 0x70, 0x7b, 0x6f, 0xce, 0x5a, 0xaf, 0x09, 0xc7, 0x06, 0x3b, 0x74, 0x70, 0xbc, 0x0a, 0xde, 0x76, 0xf2, 0x8b, 0x1e, 0x7c, 0xc9, 0x24, 0x2d, 0x7e, 0xd5, 0x61, 0xcb, 0x25, 0x14, 0xaf, 0xa0, 0xf0, 0x1a, 0xdd, 0xc0, 0xa7, 0x2a, 0x24, 0x7d, 0x5c, 0xd0, 0x8c, 0x01, 0xcc, 0xe0, 0xa5, 0xaa, 0xcf, 0xdb, 0xf6, 0x0d, 0x90, 0x75, 0x68, 0xd9, 0x71, 0xaf, 0x9e, 0xc9, 0xd4, 0x01 } } }; static const struct cckprng_op_refresh op_refresh_6445 = { .hd = { .id = 6188, .kind = OP_REFRESH }, .rand = 14493809509336016836ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6446 = { .hd = { .id = 6189, .kind = OP_RESEED }, .nonce = 941381537812914108ULL, .seed_nbytes = 47, .seed = { 0x74, 0xcd, 0xcb, 0x66, 0x36, 0xb7, 0x97, 0xd8, 0x98, 0xc8, 0x9c, 0xea, 0xb7, 0xf7, 0x6b, 0xe5, 0x17, 0xaa, 0x65, 0x2e, 0xa4, 0xc1, 0xb2, 0xd8, 0x67, 0x0a, 0x68, 0x5e, 0x5b, 0xb7, 0x4c, 0x0b, 0xb2, 0x07, 0xb3, 0x78, 0x30, 0x5f, 0x7b, 0x60, 0x65, 0x04, 0xb0, 0xbe, 0xc6, 0xe5, 0x64 } }; static const struct cckprng_op_refresh op_refresh_6447 = { .hd = { .id = 6190, .kind = OP_REFRESH }, .rand = 10935546789400211356ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6448 = { .hd = { .id = 6191, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0xb2, 0xcd, 0x55, 0xea, 0x13, 0x1b, 0xf6, 0x69, 0x7e, 0xbc, 0xb3, 0x1c, 0x86, 0xff, 0x45, 0x44, 0x14, 0xb8, 0x2f, 0x43, 0xb7, 0xd8, 0x64, 0x4c, 0xda, 0xeb, 0x1a, 0x85, 0x9b, 0x60, 0x54, 0xda, 0xa9, 0x80, 0xf6, 0xba, 0xc9, 0xf2, 0x4b, 0xce, 0x22, 0x1a, 0x5e, 0xef, 0xc0, 0x3f, 0x7d, 0x54, 0x21 } } }; static const struct cckprng_op_generate op_init_6449 = { .hd = { .id = 6192, .kind = OP_GENERATE }, .rand_nbytes = 212, .out = { .rand = { 0x4f, 0xa2, 0x53, 0xb3, 0xef, 0x29, 0x80, 0x50, 0xa6, 0x7f, 0xb7, 0x5d, 0x50, 0x7e, 0x3a, 0x52, 0xc5, 0xbf, 0x17, 0x95, 0x98, 0x86, 0x0b, 0x77, 0xc1, 0x77, 0x36, 0xe6, 0x62, 0xfe, 0xc2, 0x97, 0x30, 0x83, 0xd1, 0x57, 0xeb, 0xdf, 0x69, 0x34, 0xcb, 0xfa, 0xfb, 0xd8, 0xdc, 0x4f, 0xc3, 0xbe, 0x79, 0x7b, 0x31, 0xea, 0xbd, 0xd2, 0xb4, 0x7c, 0x0b, 0x36, 0xc8, 0x32, 0x98, 0x83, 0x28, 0x6a, 0x53, 0x66, 0xaf, 0x46, 0x5f, 0xe8, 0xca, 0xd1, 0x0c, 0xe8, 0xe8, 0x60, 0xd5, 0x19, 0x7c, 0x52, 0x23, 0x5c, 0x01, 0x7e, 0x2e, 0x20, 0xee, 0x11, 0x81, 0xf7, 0x97, 0xc9, 0x66, 0x00, 0x1a, 0xee, 0xca, 0x35, 0x3c, 0xb3, 0xe9, 0xfa, 0x06, 0xcb, 0x73, 0x1a, 0x51, 0x90, 0xa4, 0xa2, 0x14, 0x6d, 0x57, 0x5e, 0xf6, 0x9d, 0x7e, 0x1c, 0x1e, 0x0e, 0x20, 0xc5, 0x10, 0xdb, 0xde, 0xf5, 0xe9, 0x14, 0xfc, 0x02, 0x78, 0xfe, 0xb5, 0x44, 0x54, 0x99, 0x33, 0x81, 0x0e, 0xe5, 0x9f, 0xcd, 0x5e, 0xc3, 0x6a, 0xb1, 0xa1, 0x1f, 0x4b, 0xe5, 0x82, 0x84, 0x48, 0x9d, 0x7f, 0x62, 0x35, 0x2f, 0x15, 0xde, 0x5b, 0x7e, 0x2b, 0x6f, 0xe7, 0xc1, 0xdc, 0x82, 0xb1, 0x76, 0xd3, 0x2b, 0x28, 0x06, 0x28, 0xd0, 0xe4, 0x0f, 0x28, 0x0d, 0x72, 0xaf, 0x61, 0x38, 0x8c, 0x4d, 0x21, 0xb8, 0xb7, 0x16, 0xba, 0x85, 0x53, 0x26, 0x96, 0x9d, 0x82, 0x2f, 0xe6, 0x52, 0xc7, 0x38, 0xb2, 0xe0, 0xfe, 0xeb, 0xc6, 0xa5, 0x4f, 0xcd, 0xf7, 0xf3 } } }; static const struct cckprng_op_refresh op_refresh_6450 = { .hd = { .id = 6193, .kind = OP_REFRESH }, .rand = 9593870651178483653ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6451 = { .hd = { .id = 6194, .kind = OP_REFRESH }, .rand = 9845108889614768258ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6452 = { .hd = { .id = 6195, .kind = OP_RESEED }, .nonce = 216260854696704696ULL, .seed_nbytes = 27, .seed = { 0x15, 0x56, 0x4d, 0xc9, 0xa6, 0x78, 0xa7, 0x15, 0x0e, 0x22, 0xcf, 0x0a, 0xa8, 0xf0, 0x24, 0x8f, 0xd4, 0xce, 0xd4, 0x25, 0x5f, 0x63, 0xa7, 0x3f, 0x48, 0x46, 0x16 } }; static const struct cckprng_op_reseed op_reseed_6453 = { .hd = { .id = 6196, .kind = OP_RESEED }, .nonce = 10856218196143110625ULL, .seed_nbytes = 46, .seed = { 0x91, 0xe0, 0x18, 0xea, 0x34, 0x0d, 0xfc, 0x01, 0x93, 0x0a, 0x64, 0xb4, 0xf5, 0x12, 0x23, 0x89, 0x0b, 0x72, 0xa9, 0x89, 0xfe, 0x5d, 0x1d, 0x6c, 0xba, 0x6d, 0xd4, 0x6c, 0x40, 0xda, 0xa6, 0xe6, 0x43, 0xc3, 0x3c, 0x25, 0x50, 0xfe, 0x24, 0x67, 0x5d, 0xe3, 0xfb, 0x7b, 0x71, 0xd4 } }; static const struct cckprng_op_refresh op_refresh_6454 = { .hd = { .id = 6197, .kind = OP_REFRESH }, .rand = 4527026857727278955ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6455 = { .hd = { .id = 6198, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0x1e, 0xaa, 0xc8, 0x3c, 0x5d, 0xd5, 0x63, 0x17, 0x19, 0x82, 0xbe, 0x5b, 0x44, 0xc4, 0x18, 0xc9, 0x8b, 0x4c, 0x43, 0xba, 0x6c, 0xf3, 0x4b, 0x2d, 0xa3, 0x67, 0xfb, 0x93, 0x07, 0xea, 0x22, 0x18, 0xb5, 0x33, 0x29, 0xd6, 0xb9, 0x2a, 0x3e, 0x22, 0x45, 0xd2, 0xfa, 0x27, 0xbc, 0x1d, 0x7b, 0x99, 0xbc, 0xec, 0x92, 0xf8, 0xe9, 0x31, 0x72, 0x57, 0x98, 0xd0, 0x0a, 0x61, 0x3b, 0xc4, 0xcf, 0x3b, 0xfd, 0xdc, 0x1a, 0x74, 0x32, 0x81, 0x02, 0xb3, 0xf9, 0x76, 0x3d, 0x26, 0x96, 0x42, 0xc4, 0xd1, 0x62, 0xe0, 0xd3, 0x63, 0x42, 0x4b, 0x7a, 0x69, 0x09, 0x09, 0xab, 0xbf, 0x8f, 0xba, 0xb0, 0x55, 0x71, 0x3f, 0x04, 0x4c, 0x40, 0x17, 0x5b, 0xe7, 0x96, 0x80, 0xd9, 0x46, 0x83, 0x2a, 0x46, 0x5a, 0xba, 0x7d, 0x71, 0xd0, 0x54, 0xd4, 0x52, 0x63, 0xdc, 0x8d, 0x12, 0xdb, 0x9a, 0x78, 0x6b, 0xbd, 0x87, 0xb7, 0x23, 0x09, 0x37, 0xad, 0xff, 0x96, 0x75, 0x6f, 0x89, 0x21, 0x43, 0x1d, 0x4e, 0xe5, 0x21, 0x7e, 0x0a, 0x2c, 0x12, 0x27, 0xb8, 0x0e, 0xe6, 0x79, 0x3d, 0x4e, 0x94, 0xa4, 0xa1, 0x43 } } }; static const struct cckprng_op_reseed op_reseed_6456 = { .hd = { .id = 6199, .kind = OP_RESEED }, .nonce = 14061213175555487035ULL, .seed_nbytes = 150, .seed = { 0xda, 0xd7, 0x03, 0xfe, 0xf1, 0x06, 0xf3, 0x64, 0x75, 0xdd, 0xf5, 0xd4, 0x28, 0xd9, 0x9e, 0x17, 0x11, 0x7e, 0xc8, 0xe9, 0xff, 0xef, 0xde, 0xc8, 0xb6, 0x5a, 0x0f, 0x72, 0x36, 0x07, 0x30, 0xf1, 0x8e, 0x91, 0x68, 0x5d, 0x70, 0x8a, 0xd5, 0x62, 0xd4, 0x05, 0xe1, 0xca, 0x78, 0xa9, 0xa3, 0x99, 0x40, 0x99, 0xc5, 0xfe, 0x64, 0x7e, 0x7c, 0x08, 0xa6, 0xd7, 0xab, 0x8e, 0x8d, 0xbc, 0x9d, 0xd0, 0xce, 0xed, 0x37, 0x65, 0x20, 0xcf, 0x5e, 0x48, 0x63, 0x28, 0x2a, 0x25, 0x08, 0x8d, 0xf7, 0x7d, 0x19, 0x09, 0x21, 0x94, 0x34, 0x78, 0xd0, 0xb3, 0x0f, 0x8d, 0xfe, 0x29, 0x01, 0xf5, 0x0d, 0x6a, 0x88, 0x71, 0x6d, 0x68, 0x97, 0xcb, 0x5c, 0xdf, 0x02, 0xf5, 0x1b, 0xcb, 0x2b, 0x97, 0xd2, 0x57, 0x73, 0x00, 0xef, 0x77, 0xae, 0xea, 0xba, 0x41, 0x95, 0x01, 0x9b, 0x10, 0x2d, 0xca, 0xf1, 0x1d, 0xc2, 0x8d, 0x37, 0x9f, 0x9b, 0x1d, 0x95, 0xf4, 0x20, 0x86, 0xc8, 0xa1, 0xd9, 0x2c, 0xd7, 0x42, 0xea, 0x4d, 0x05, 0x03, 0x9f, 0x81 } }; static const struct cckprng_op_refresh op_refresh_6457 = { .hd = { .id = 6200, .kind = OP_REFRESH }, .rand = 12912631636891344128ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6458 = { .hd = { .id = 6201, .kind = OP_RESEED }, .nonce = 2483404325433723689ULL, .seed_nbytes = 17, .seed = { 0x4e, 0x46, 0x53, 0x42, 0x27, 0x81, 0x7a, 0x18, 0x79, 0xb6, 0x01, 0x13, 0xf8, 0x88, 0xee, 0x8b, 0x2b } }; static const struct cckprng_op_reseed op_reseed_6459 = { .hd = { .id = 6202, .kind = OP_RESEED }, .nonce = 7574210358911664104ULL, .seed_nbytes = 286, .seed = { 0x24, 0x61, 0xa7, 0x77, 0x9b, 0x7c, 0x74, 0x10, 0xb2, 0xe7, 0x64, 0xed, 0x9d, 0xf6, 0x4d, 0xf4, 0x19, 0x32, 0xca, 0xfd, 0x3f, 0x69, 0xfd, 0x77, 0x39, 0x87, 0xe3, 0xc5, 0x54, 0xf6, 0xe1, 0xb8, 0x42, 0x8a, 0xb9, 0xb7, 0xba, 0x44, 0xb5, 0x70, 0x7b, 0x68, 0xc1, 0xab, 0xe0, 0x41, 0x57, 0x76, 0x7e, 0x6f, 0xba, 0x87, 0xd9, 0xe6, 0x78, 0x50, 0x3f, 0xed, 0xe2, 0x95, 0x06, 0x55, 0x97, 0x58, 0xe1, 0xed, 0x9c, 0x2a, 0x80, 0x7c, 0x6e, 0x32, 0x31, 0x7b, 0x64, 0xdb, 0xdc, 0xe7, 0x1e, 0xf3, 0xa6, 0xae, 0x27, 0xac, 0x71, 0x7f, 0x95, 0xd1, 0x6a, 0xb0, 0xba, 0x61, 0xb0, 0xcb, 0xcd, 0x16, 0x01, 0x37, 0x76, 0xda, 0xaf, 0x67, 0x61, 0x21, 0xb1, 0xd2, 0xb2, 0x6a, 0xc0, 0x42, 0xca, 0xda, 0xce, 0xe3, 0xa7, 0xf2, 0xdf, 0x3e, 0x92, 0xc0, 0xc6, 0x8d, 0xf6, 0xb1, 0x85, 0xa3, 0x45, 0x19, 0x7f, 0x85, 0x6d, 0xee, 0x87, 0xce, 0xc3, 0x6a, 0xf0, 0x68, 0xec, 0xea, 0xb7, 0xee, 0xdc, 0x5f, 0xef, 0x12, 0xbe, 0x45, 0x94, 0x7b, 0x67, 0x51, 0x7b, 0x41, 0x86, 0x95, 0x59, 0x75, 0x70, 0x2b, 0x2c, 0x20, 0xa6, 0x80, 0x68, 0x42, 0x8f, 0xf6, 0x08, 0xe9, 0x68, 0x51, 0xda, 0x71, 0x2a, 0x39, 0x65, 0xd3, 0x4a, 0x98, 0xa5, 0x65, 0x60, 0x44, 0x5c, 0xf3, 0x3e, 0x1b, 0x09, 0xba, 0x4e, 0x01, 0xcc, 0x32, 0xe8, 0x3b, 0x0d, 0x85, 0xf9, 0x3a, 0x52, 0xfd, 0xf9, 0xeb, 0x6c, 0xea, 0x51, 0x49, 0x2f, 0x47, 0xf9, 0x7a, 0x06, 0x1e, 0x1f, 0x6a, 0x29, 0x6f, 0x2c, 0xac, 0x53, 0x76, 0x3a, 0x65, 0x46, 0x47, 0x49, 0xcb, 0x68, 0xf8, 0xca, 0x69, 0xac, 0x93, 0x2e, 0x08, 0x34, 0x03, 0x1c, 0xa5, 0x44, 0xa0, 0xb1, 0xcf, 0x04, 0x70, 0x09, 0x2a, 0xd4, 0x99, 0x2d, 0x00, 0xe3, 0x0c, 0x97, 0x7c, 0x89, 0x47, 0x52, 0xc9, 0x36, 0x43, 0x01, 0xf7, 0xb5, 0x12, 0xc5, 0x8c, 0xf8, 0xab, 0x92, 0xd4, 0xd9, 0xcf, 0x46, 0xb3, 0xaf, 0x04, 0x6c, 0x07, 0x8c, 0x95, 0x4c, 0x14, 0x96, 0x6c } }; static const struct cckprng_op_generate op_init_6460 = { .hd = { .id = 6203, .kind = OP_GENERATE }, .rand_nbytes = 181, .out = { .rand = { 0x8f, 0x9d, 0x58, 0x3e, 0xc2, 0xf7, 0x14, 0xa2, 0x35, 0x9e, 0xbe, 0xb8, 0xc8, 0x2b, 0xc5, 0x23, 0xb4, 0xe4, 0x6b, 0xd4, 0x4d, 0xf5, 0xaa, 0x85, 0xcf, 0xa3, 0x91, 0x93, 0xfa, 0x16, 0x38, 0xdd, 0x2b, 0x32, 0xd8, 0xdd, 0xc1, 0x22, 0x46, 0xff, 0x52, 0xf3, 0x74, 0xe7, 0x93, 0xb4, 0x5c, 0x02, 0xd6, 0x80, 0xeb, 0xd6, 0xff, 0x2a, 0x3b, 0x83, 0xff, 0x11, 0x9b, 0xd4, 0xa3, 0x59, 0xd9, 0x1d, 0xf5, 0x29, 0xc3, 0x8b, 0xef, 0x50, 0x64, 0xe8, 0x78, 0xc1, 0x44, 0x5f, 0x0c, 0xd1, 0xe8, 0xcc, 0x53, 0xef, 0x49, 0x91, 0x39, 0x71, 0x55, 0xc4, 0x45, 0xb8, 0x39, 0x64, 0x53, 0xce, 0x88, 0xf1, 0x96, 0xac, 0x43, 0x80, 0xe0, 0x74, 0x3b, 0x90, 0x82, 0x99, 0xfc, 0xd1, 0xbe, 0xb8, 0xd5, 0x84, 0x7a, 0xf3, 0xaa, 0x0f, 0x16, 0xc4, 0x73, 0x85, 0xad, 0xf8, 0xfa, 0x17, 0x90, 0xbc, 0xc3, 0x75, 0x98, 0x81, 0xb7, 0x31, 0xbd, 0x7e, 0x9a, 0x99, 0x6d, 0x0d, 0x17, 0x61, 0x02, 0x10, 0x80, 0x70, 0x91, 0x27, 0x9c, 0xdb, 0x6f, 0x98, 0x4a, 0x9c, 0x6a, 0xbb, 0xa8, 0xbc, 0x9d, 0x4f, 0x68, 0x7d, 0x23, 0x2c, 0x89, 0x92, 0x47, 0x57, 0xc7, 0xf9, 0x86, 0x7f, 0x52, 0x15, 0x02, 0xe3, 0xbd, 0xaf, 0x3e, 0xce, 0xd8, 0xf8, 0xd1 } } }; static const struct cckprng_op_reseed op_reseed_6461 = { .hd = { .id = 6204, .kind = OP_RESEED }, .nonce = 12919496896322067684ULL, .seed_nbytes = 155, .seed = { 0x09, 0x20, 0x6b, 0xec, 0x31, 0x52, 0x07, 0x15, 0xb8, 0x25, 0x29, 0xbf, 0xec, 0xb0, 0x26, 0x05, 0x68, 0x6b, 0xa0, 0xcc, 0xa0, 0x05, 0xe2, 0x56, 0xdb, 0x8d, 0xa5, 0x4e, 0x31, 0x96, 0xd0, 0x5c, 0x21, 0x0c, 0x70, 0x1e, 0x8e, 0xfa, 0x07, 0x12, 0x53, 0xe1, 0xf4, 0x9f, 0xb0, 0xed, 0x5f, 0x17, 0x7d, 0x6c, 0xee, 0xd5, 0x3b, 0x6e, 0xf4, 0xd4, 0x05, 0xcb, 0xea, 0xc1, 0x96, 0x77, 0x34, 0x83, 0x87, 0x90, 0x94, 0xc0, 0x66, 0xf1, 0xdc, 0x75, 0x0e, 0xde, 0x64, 0xa9, 0xe2, 0xac, 0xf8, 0x71, 0x15, 0x41, 0xd4, 0x9e, 0x1f, 0x13, 0xe7, 0xfd, 0x50, 0x3a, 0x45, 0x21, 0xd0, 0xf5, 0x6d, 0x98, 0x48, 0xba, 0x0f, 0x7e, 0x6f, 0x52, 0xad, 0x8b, 0xb7, 0xb3, 0x6e, 0xbe, 0xd6, 0xec, 0x63, 0xd3, 0x5d, 0x36, 0xec, 0xf2, 0x3c, 0xed, 0x65, 0xad, 0x4e, 0xf8, 0x08, 0x2f, 0xb4, 0xb5, 0x92, 0x33, 0x0a, 0x18, 0xeb, 0xab, 0x9e, 0x0a, 0x3a, 0x58, 0xd5, 0x21, 0xce, 0xce, 0x36, 0x4f, 0x57, 0x60, 0xbe, 0x5a, 0xf1, 0x28, 0xef, 0xce, 0x0f, 0xc5, 0x23, 0xf0, 0x4a } }; static const struct cckprng_op_generate op_init_6462 = { .hd = { .id = 6205, .kind = OP_GENERATE }, .rand_nbytes = 47, .out = { .rand = { 0xa5, 0x81, 0x50, 0xc9, 0xf9, 0x16, 0x95, 0x5a, 0xed, 0x39, 0x12, 0xb6, 0xb2, 0x7a, 0x68, 0xd9, 0xb7, 0x06, 0xeb, 0xbf, 0x42, 0x5c, 0x40, 0xc3, 0x97, 0x84, 0xa7, 0x93, 0x55, 0x29, 0xe2, 0x5a, 0xdb, 0x21, 0xb2, 0xee, 0x86, 0x64, 0x37, 0x3d, 0x89, 0xe8, 0x05, 0xdd, 0x8e, 0x41, 0x20 } } }; static const struct cckprng_op_refresh op_refresh_6463 = { .hd = { .id = 6206, .kind = OP_REFRESH }, .rand = 2238950776922231568ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6464 = { .hd = { .id = 6207, .kind = OP_RESEED }, .nonce = 12164468972831178275ULL, .seed_nbytes = 190, .seed = { 0xd8, 0x48, 0x49, 0x55, 0x8b, 0x70, 0x66, 0x96, 0x7b, 0x48, 0x77, 0xe9, 0x1e, 0xff, 0xd0, 0xc4, 0x03, 0x05, 0xd1, 0xf7, 0x29, 0xc5, 0xca, 0x8c, 0x89, 0x1a, 0x56, 0x2d, 0x38, 0xd4, 0x63, 0x14, 0x90, 0xdd, 0x42, 0x58, 0x4f, 0x98, 0x14, 0x18, 0x25, 0x98, 0xfa, 0xd1, 0x05, 0xed, 0x42, 0x3f, 0xec, 0x1c, 0xdb, 0xcb, 0x01, 0x97, 0x63, 0x65, 0xd4, 0xb6, 0xfc, 0x03, 0xbe, 0x49, 0x41, 0x0b, 0x17, 0xe9, 0x67, 0x08, 0xa9, 0xf7, 0xfe, 0xcf, 0x12, 0x7e, 0x35, 0x01, 0x33, 0xf7, 0xbb, 0x16, 0xa4, 0xc5, 0xbf, 0x26, 0xdc, 0xc8, 0x8c, 0xed, 0xb7, 0x19, 0xfc, 0x50, 0x10, 0xe9, 0x0d, 0x80, 0xc4, 0x24, 0x49, 0xca, 0x0b, 0xce, 0x60, 0x47, 0xa3, 0x33, 0x9b, 0xe7, 0x68, 0x7c, 0xeb, 0x41, 0xad, 0xff, 0xae, 0xa6, 0x0e, 0x57, 0xa8, 0xcd, 0x70, 0x6d, 0xc9, 0x48, 0x33, 0xc3, 0x30, 0x1e, 0xbc, 0xb7, 0xae, 0x6e, 0xca, 0x68, 0x62, 0xfd, 0xe3, 0x94, 0x13, 0x2c, 0xee, 0x42, 0x90, 0xbc, 0xbb, 0xc1, 0xbc, 0x1c, 0x79, 0x4c, 0x7b, 0xec, 0xfd, 0x22, 0x16, 0x30, 0x79, 0xe2, 0xf5, 0x07, 0xbd, 0xe5, 0xe0, 0x91, 0x2c, 0x62, 0x18, 0xd8, 0x05, 0x5a, 0x92, 0x3f, 0x38, 0x88, 0xfb, 0x59, 0x68, 0xaa, 0x07, 0x87, 0xa1, 0x41, 0xb4, 0x6d, 0x5e, 0x4f, 0x49, 0x2f, 0x2e, 0x5f } }; static const struct cckprng_op_reseed op_reseed_6465 = { .hd = { .id = 6208, .kind = OP_RESEED }, .nonce = 18316328311310818023ULL, .seed_nbytes = 134, .seed = { 0x6b, 0x50, 0x97, 0xf6, 0x4e, 0x04, 0xe9, 0x2d, 0xde, 0x22, 0x39, 0xbc, 0x9e, 0xdf, 0x5b, 0x72, 0xbf, 0x19, 0x26, 0x09, 0xf6, 0xbb, 0x6f, 0x12, 0xb9, 0xdd, 0xdf, 0x08, 0xa8, 0x68, 0x6b, 0xd7, 0x9b, 0x21, 0xd5, 0x47, 0xa3, 0x70, 0xc0, 0x88, 0x8d, 0x94, 0xdb, 0x18, 0x17, 0x68, 0xa8, 0xca, 0x23, 0x83, 0x0b, 0xb9, 0xed, 0x66, 0xdc, 0x05, 0x2b, 0xe9, 0xf4, 0xfb, 0xba, 0x91, 0xd6, 0x32, 0x3c, 0x10, 0x7b, 0xca, 0x66, 0xa8, 0x83, 0xd4, 0x18, 0xa5, 0x4c, 0x32, 0x47, 0xa4, 0x92, 0x74, 0x42, 0xcd, 0x38, 0xd2, 0xb0, 0x35, 0xae, 0x6d, 0xfd, 0x2f, 0x97, 0x33, 0x4a, 0x10, 0xe7, 0x40, 0x5d, 0xb6, 0x16, 0x84, 0xdc, 0xb2, 0xd9, 0xd5, 0xc5, 0xaa, 0xa7, 0x8c, 0x06, 0x86, 0xfa, 0x0e, 0x2a, 0x51, 0xb1, 0x3d, 0x42, 0x85, 0x9f, 0xca, 0xf4, 0x03, 0x60, 0xb9, 0x33, 0x1c, 0xdf, 0xbe, 0xa6, 0x89, 0xdd, 0x6b, 0x8f, 0x84 } }; static const struct cckprng_op_refresh op_refresh_6466 = { .hd = { .id = 6209, .kind = OP_REFRESH }, .rand = 6691879948452174767ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6467 = { .hd = { .id = 6210, .kind = OP_REFRESH }, .rand = 13395428502366202867ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6468 = { .hd = { .id = 6211, .kind = OP_REFRESH }, .rand = 17374535686094878010ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6469 = { .hd = { .id = 6212, .kind = OP_REFRESH }, .rand = 817962324854473253ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6470 = { .hd = { .id = 6213, .kind = OP_GENERATE }, .rand_nbytes = 11, .out = { .rand = { 0x46, 0x0c, 0x90, 0x04, 0xc8, 0x92, 0x09, 0xaf, 0xd1, 0x98, 0x75 } } }; static const struct cckprng_op_generate op_init_6471 = { .hd = { .id = 6214, .kind = OP_GENERATE }, .rand_nbytes = 177, .out = { .rand = { 0x9b, 0x82, 0x3d, 0x52, 0x83, 0x05, 0xb7, 0x40, 0x19, 0x02, 0xd0, 0xe8, 0x5a, 0x08, 0xac, 0x43, 0x0e, 0xfe, 0x37, 0x11, 0x24, 0xf9, 0x20, 0x55, 0x45, 0xdb, 0x03, 0x2e, 0x5e, 0x60, 0x06, 0x1e, 0xd8, 0x6c, 0x49, 0x9f, 0x53, 0x2e, 0x3d, 0x16, 0x47, 0x44, 0x97, 0x01, 0xbd, 0xf8, 0x23, 0x3c, 0x88, 0x33, 0x81, 0x6e, 0xba, 0xdf, 0x51, 0x32, 0xea, 0xb0, 0xac, 0x5a, 0x18, 0x0b, 0xf9, 0x38, 0x44, 0x7b, 0x7b, 0x35, 0xa4, 0x43, 0x80, 0xca, 0xc3, 0xee, 0x1e, 0x18, 0x07, 0x52, 0xb3, 0xe9, 0xd5, 0xff, 0xac, 0x85, 0x7a, 0x43, 0x1f, 0x16, 0xe1, 0x9e, 0xb2, 0xaf, 0x96, 0x72, 0x3c, 0x1b, 0xaa, 0x2b, 0x6d, 0xfe, 0x6e, 0x57, 0xcb, 0xa6, 0xbc, 0xc6, 0xff, 0x14, 0x59, 0xa5, 0x0c, 0x8e, 0x96, 0xc1, 0x79, 0xe9, 0xb8, 0x60, 0xa8, 0xb9, 0xe9, 0x6c, 0xda, 0x2b, 0x82, 0x6a, 0x81, 0x3c, 0xd6, 0x03, 0x01, 0x55, 0x73, 0xf5, 0x7d, 0x56, 0xfc, 0xd1, 0x09, 0xd6, 0x96, 0xfb, 0x0c, 0xdb, 0xbb, 0xd1, 0xc7, 0x5c, 0xc6, 0xb1, 0xfa, 0x48, 0x47, 0x9c, 0x3d, 0x7c, 0xb5, 0x10, 0x98, 0x09, 0xbf, 0x6b, 0x5d, 0x7e, 0x29, 0x5b, 0xcc, 0x88, 0x77, 0x34, 0xe9, 0x83, 0xc7, 0x7d, 0xf3, 0x2c, 0x3d } } }; static const struct cckprng_op_generate op_init_6472 = { .hd = { .id = 6215, .kind = OP_GENERATE }, .rand_nbytes = 118, .out = { .rand = { 0x06, 0x8a, 0x48, 0xa6, 0xad, 0x80, 0x68, 0xf8, 0xe5, 0x42, 0xd2, 0x88, 0x22, 0x4b, 0x72, 0xbd, 0x32, 0x9b, 0x45, 0x6e, 0x9c, 0xda, 0xf3, 0x39, 0x2d, 0x13, 0xe3, 0x76, 0xec, 0x64, 0xbe, 0x84, 0xa8, 0x1c, 0x58, 0xe3, 0x0f, 0x22, 0x60, 0xd3, 0x02, 0x81, 0xdb, 0x7d, 0xdb, 0x90, 0x3f, 0x6f, 0x41, 0x23, 0xdd, 0xe6, 0x28, 0x99, 0xbb, 0x11, 0x0d, 0x99, 0x9f, 0x43, 0x2a, 0x55, 0x74, 0x53, 0xcb, 0x5f, 0xd5, 0xfe, 0xce, 0xaf, 0x72, 0xd2, 0xcb, 0x07, 0xa5, 0x23, 0x3d, 0xa0, 0x04, 0x52, 0xab, 0xef, 0x6b, 0xa3, 0xc8, 0x50, 0xf9, 0x97, 0xc0, 0x75, 0xbe, 0x73, 0x2e, 0x78, 0x97, 0xf3, 0x4f, 0x8c, 0xa3, 0x46, 0xce, 0x24, 0x5b, 0xcf, 0xb3, 0xd9, 0x66, 0x21, 0xde, 0x1f, 0xe2, 0xac, 0x7f, 0x59, 0x81, 0xfa, 0x77, 0x59 } } }; static const struct cckprng_op_refresh op_refresh_6473 = { .hd = { .id = 6216, .kind = OP_REFRESH }, .rand = 10121190239906002266ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6474 = { .hd = { .id = 6217, .kind = OP_RESEED }, .nonce = 18312257371011424765ULL, .seed_nbytes = 261, .seed = { 0x1c, 0x89, 0xc6, 0xf7, 0x24, 0xa1, 0x69, 0xc3, 0xfa, 0x82, 0xcd, 0x9c, 0xf0, 0x1a, 0xb8, 0xdf, 0x66, 0x63, 0xcc, 0xdd, 0x6e, 0xa2, 0xb4, 0xc2, 0x11, 0xa2, 0x18, 0xc7, 0x2a, 0x21, 0x9c, 0xa1, 0x7b, 0xc3, 0x9a, 0x37, 0x20, 0x4e, 0x50, 0x84, 0xa9, 0xea, 0xb5, 0xab, 0xa9, 0xaf, 0x19, 0xb5, 0x37, 0x4c, 0xee, 0xd5, 0x68, 0xbb, 0x26, 0xbe, 0x44, 0x60, 0x68, 0x99, 0xb9, 0xd6, 0x04, 0x51, 0x73, 0xb0, 0xab, 0x28, 0x87, 0xa9, 0x60, 0x45, 0x95, 0xfd, 0x3e, 0x92, 0xdf, 0x19, 0x18, 0xb7, 0x80, 0xa2, 0xd0, 0x8f, 0x48, 0x28, 0x7d, 0x42, 0x99, 0x81, 0x55, 0xdf, 0x22, 0x26, 0x19, 0xa2, 0xb5, 0xa2, 0x9c, 0xfc, 0x6f, 0x28, 0xe0, 0x93, 0x10, 0x0b, 0x0b, 0x9e, 0x0c, 0x7b, 0x69, 0x43, 0xd3, 0x9a, 0xd3, 0x03, 0x51, 0xbe, 0x9d, 0xd5, 0x43, 0x19, 0x51, 0x31, 0x1d, 0x2e, 0x61, 0x14, 0x11, 0x02, 0xfa, 0xa8, 0x99, 0x09, 0xad, 0xf3, 0x00, 0x13, 0x6f, 0xca, 0xe5, 0x18, 0xff, 0x17, 0xc1, 0x55, 0xc4, 0x80, 0xb0, 0xab, 0xa5, 0x78, 0x9a, 0x1f, 0x7f, 0x59, 0x72, 0x50, 0x22, 0x12, 0x47, 0xae, 0xeb, 0x4a, 0x2d, 0x7e, 0xfa, 0xd2, 0x5d, 0x48, 0x9c, 0x1b, 0x79, 0x09, 0xf5, 0x97, 0xb5, 0x64, 0x6e, 0x86, 0x7f, 0x27, 0xd8, 0x80, 0x57, 0x92, 0xe3, 0x0d, 0xd9, 0x56, 0xe4, 0xe2, 0xd9, 0x72, 0x68, 0xa8, 0xd9, 0xaf, 0x85, 0xf5, 0x53, 0x8c, 0x57, 0x9b, 0x4c, 0x6e, 0x17, 0xa2, 0x15, 0x5f, 0x16, 0x6f, 0x18, 0x8a, 0x95, 0xb8, 0x90, 0x4e, 0x6a, 0xba, 0xe4, 0x0b, 0xf9, 0x2f, 0x76, 0x4f, 0x12, 0x86, 0x8d, 0xb2, 0x35, 0xd7, 0x75, 0x6c, 0xaf, 0xca, 0x95, 0x1e, 0xbd, 0xd7, 0x06, 0x32, 0x88, 0x76, 0x13, 0x58, 0xcc, 0xa8, 0xef, 0x9e, 0xce, 0xbf, 0xcc, 0xfb, 0xf0, 0x8e, 0xe1, 0x5a, 0xae, 0xa3, 0x55 } }; static const struct cckprng_op_refresh op_refresh_6475 = { .hd = { .id = 6218, .kind = OP_REFRESH }, .rand = 6511192905304704232ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6476 = { .hd = { .id = 6219, .kind = OP_RESEED }, .nonce = 4413205163107492400ULL, .seed_nbytes = 171, .seed = { 0x46, 0x0e, 0x2f, 0x5e, 0x97, 0x4e, 0x23, 0xd3, 0x53, 0x84, 0x50, 0xc9, 0x0e, 0x63, 0x53, 0xb3, 0x33, 0x5d, 0x86, 0x9b, 0x09, 0xa1, 0x02, 0xd6, 0x9b, 0xe7, 0x9a, 0xc8, 0x00, 0x1a, 0x8b, 0x42, 0xb9, 0x16, 0x05, 0x30, 0xb0, 0xed, 0xaf, 0xe8, 0xbc, 0xf5, 0xad, 0xce, 0x39, 0x2a, 0x2d, 0x54, 0x43, 0x49, 0x61, 0xb2, 0xb8, 0xa0, 0x68, 0x18, 0xa1, 0x43, 0xf2, 0xcc, 0x40, 0x28, 0x47, 0x9c, 0x1f, 0x5f, 0x56, 0x9e, 0xdf, 0x5f, 0x21, 0x37, 0x78, 0x1d, 0xd6, 0x71, 0xdb, 0xa4, 0x6b, 0xe1, 0x7e, 0x71, 0xc5, 0x72, 0xa2, 0x26, 0xa6, 0xcd, 0xd8, 0xa0, 0x98, 0xdf, 0xe7, 0xf6, 0x02, 0x20, 0x90, 0xba, 0xb7, 0xab, 0x75, 0xdb, 0xae, 0xd1, 0xa6, 0xa6, 0xaf, 0x24, 0xd0, 0x93, 0xa7, 0xb0, 0x3b, 0x55, 0xce, 0x10, 0x97, 0xa4, 0x66, 0x45, 0x0b, 0x12, 0xc2, 0xee, 0x42, 0xc3, 0x70, 0x2d, 0x85, 0x65, 0x73, 0x0e, 0xdb, 0x96, 0x89, 0x5e, 0x1c, 0xf1, 0x46, 0xb9, 0xe8, 0xa3, 0x32, 0x29, 0xd8, 0x4f, 0x9f, 0x65, 0x1c, 0x8d, 0x1e, 0xbc, 0x55, 0xc2, 0xc2, 0xd3, 0x01, 0x48, 0x09, 0x39, 0x85, 0x08, 0xc5, 0x26, 0x78, 0x64, 0x4d, 0x95, 0xf0, 0x8e, 0x39 } }; static const struct cckprng_op_refresh op_refresh_6477 = { .hd = { .id = 6220, .kind = OP_REFRESH }, .rand = 10540854236212735440ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6478 = { .hd = { .id = 6221, .kind = OP_GENERATE }, .rand_nbytes = 232, .out = { .rand = { 0x62, 0xdf, 0x71, 0x63, 0x9f, 0x87, 0x19, 0xcf, 0xf6, 0x92, 0x65, 0xe2, 0xcf, 0x0c, 0x3c, 0x3c, 0x64, 0x07, 0xee, 0x5a, 0x85, 0x44, 0x65, 0x3b, 0x64, 0x68, 0x46, 0x5f, 0xcb, 0xc1, 0x7d, 0x44, 0xf8, 0x06, 0xc4, 0xcf, 0x12, 0x85, 0x37, 0x1c, 0x0e, 0x9a, 0xef, 0x47, 0xf9, 0x13, 0x20, 0xa8, 0x74, 0xd6, 0xd4, 0xb5, 0x00, 0x24, 0xae, 0xf8, 0x17, 0x17, 0xc8, 0x7a, 0xfe, 0xe5, 0x30, 0x7b, 0xf5, 0x56, 0x27, 0xe8, 0x3b, 0x1a, 0xa7, 0x7e, 0x4a, 0x42, 0xc8, 0xef, 0x2d, 0x64, 0xd9, 0x98, 0xf0, 0x09, 0x32, 0xfe, 0xdd, 0x1d, 0x5b, 0x11, 0x1c, 0xde, 0xea, 0x6e, 0x49, 0x1a, 0x9a, 0xc9, 0x30, 0x30, 0xe5, 0x93, 0xc7, 0xe7, 0x24, 0xb1, 0xf8, 0xc0, 0x53, 0xdc, 0xc3, 0xe8, 0xad, 0xdc, 0x71, 0xd3, 0xf9, 0x4c, 0x47, 0xde, 0x80, 0xd8, 0x56, 0x10, 0x1e, 0x6a, 0x1b, 0x07, 0x91, 0x25, 0x4c, 0xc2, 0x4e, 0xa5, 0x36, 0x5b, 0xee, 0x64, 0x43, 0xcc, 0x9e, 0x7f, 0x8e, 0x46, 0x42, 0x56, 0xd2, 0x21, 0xf5, 0x36, 0x95, 0xbe, 0x0c, 0x26, 0x69, 0x57, 0xc3, 0x7a, 0xe6, 0xcc, 0x68, 0xac, 0x37, 0x4e, 0xed, 0x0c, 0xe1, 0x41, 0xa8, 0xa0, 0xf2, 0xe8, 0xe3, 0xa1, 0x17, 0xfd, 0xe3, 0xdc, 0x96, 0xbb, 0x51, 0x1e, 0xa2, 0x1c, 0xf3, 0x91, 0x86, 0x53, 0x7a, 0xf2, 0xef, 0x8a, 0x20, 0xb9, 0x29, 0x8d, 0xca, 0x43, 0x5a, 0x35, 0xe2, 0x04, 0xdc, 0xe6, 0xcc, 0xe8, 0xdb, 0x25, 0x0f, 0x84, 0x0f, 0x8f, 0xa1, 0xad, 0xf0, 0xb1, 0xd4, 0xd0, 0x3e, 0xec, 0x55, 0x83, 0x9c, 0x1b, 0x54, 0x40, 0x0b, 0x1b, 0xe8, 0x9b, 0xf8, 0xc7, 0xb7, 0xbd } } }; static const struct cckprng_op_reseed op_reseed_6479 = { .hd = { .id = 6222, .kind = OP_RESEED }, .nonce = 9758711795610115237ULL, .seed_nbytes = 256, .seed = { 0xf6, 0x1c, 0xb2, 0xbb, 0xaf, 0xec, 0x83, 0x68, 0xd3, 0x05, 0x85, 0x63, 0xcc, 0xb0, 0xc8, 0xef, 0x8a, 0x8a, 0xb4, 0x96, 0xda, 0xdd, 0x28, 0xbb, 0x22, 0x23, 0x2d, 0x61, 0xfd, 0x89, 0x08, 0xe6, 0xa5, 0xc7, 0x73, 0x79, 0x4e, 0xbd, 0x70, 0x7c, 0xd3, 0xf0, 0x7e, 0x4c, 0x62, 0xe8, 0x90, 0x9a, 0x62, 0x7c, 0xb4, 0x64, 0x9d, 0xb8, 0xaa, 0x37, 0x99, 0xb0, 0x57, 0x61, 0x06, 0xb0, 0xef, 0x70, 0x84, 0xe7, 0xb2, 0x5c, 0x4d, 0xa6, 0x95, 0x81, 0x7e, 0x82, 0xdf, 0x53, 0x2c, 0xab, 0x6e, 0x1e, 0x70, 0x25, 0xec, 0x58, 0x65, 0x1c, 0x56, 0x7a, 0x25, 0x85, 0x6b, 0xc5, 0x1b, 0x0c, 0x25, 0xd3, 0xe0, 0x42, 0x6f, 0x50, 0x37, 0x75, 0x2f, 0x8d, 0xd9, 0x73, 0xb0, 0x05, 0x79, 0x52, 0xe8, 0x47, 0x59, 0x42, 0x70, 0x02, 0xb8, 0x02, 0xdf, 0xc5, 0xc2, 0xca, 0x41, 0xb6, 0x2b, 0xf1, 0xc1, 0x37, 0xfb, 0x07, 0x9f, 0x5d, 0xb8, 0x70, 0x01, 0x05, 0xd2, 0xc7, 0x99, 0xbe, 0xe1, 0x58, 0xc9, 0x2b, 0xbe, 0xd8, 0x38, 0x55, 0x1c, 0x0f, 0xd5, 0xb2, 0xde, 0x8c, 0xd1, 0x67, 0x55, 0x50, 0x6f, 0x01, 0xf1, 0x33, 0x18, 0xa5, 0xd6, 0x68, 0xe1, 0x6f, 0xdb, 0x66, 0x89, 0x1d, 0x98, 0x7f, 0xf5, 0x4c, 0x95, 0x22, 0xa4, 0xb6, 0xff, 0xc1, 0x5a, 0x9b, 0x7f, 0x89, 0xb4, 0x3d, 0x61, 0xec, 0x69, 0xbb, 0x1e, 0x36, 0xb7, 0x60, 0x0f, 0xb0, 0xca, 0x96, 0xde, 0xb8, 0x7b, 0x34, 0x36, 0x07, 0x4d, 0x22, 0xe4, 0xa9, 0x6d, 0x8f, 0x44, 0x5d, 0x2c, 0x13, 0x9b, 0x50, 0x53, 0x0e, 0x6d, 0xfd, 0xd3, 0xd2, 0x6e, 0x16, 0x67, 0x27, 0x57, 0xae, 0xd2, 0x83, 0x70, 0x2e, 0x69, 0xde, 0xf6, 0x13, 0x6b, 0x2f, 0xab, 0xd7, 0x9b, 0x42, 0x25, 0xe9, 0x5b, 0x7f, 0x89, 0x25, 0x5e, 0x66, 0x9a, 0x34, 0x82, 0xb5 } }; static const struct cckprng_op_reseed op_reseed_6480 = { .hd = { .id = 6223, .kind = OP_RESEED }, .nonce = 16241787837038523298ULL, .seed_nbytes = 178, .seed = { 0x00, 0x47, 0x88, 0xed, 0xc8, 0x7c, 0x1a, 0x31, 0x1b, 0xda, 0x46, 0xc3, 0x91, 0x78, 0x7c, 0x69, 0x6e, 0x83, 0x9d, 0x6a, 0x4f, 0x16, 0x2a, 0x36, 0x3f, 0xc5, 0xa6, 0x38, 0x6e, 0x80, 0xde, 0x42, 0x66, 0x93, 0xd4, 0x45, 0x5a, 0xec, 0x8e, 0x2c, 0xc4, 0xbe, 0x61, 0xb1, 0x1b, 0xcd, 0xf0, 0x52, 0x8d, 0xca, 0x3b, 0xd7, 0x5e, 0xd5, 0x27, 0x69, 0x38, 0xde, 0x4f, 0x3e, 0x90, 0x00, 0x6c, 0x76, 0x05, 0xa2, 0x29, 0xbb, 0x58, 0x2e, 0xa9, 0x72, 0xde, 0x51, 0x0a, 0xe7, 0x3a, 0xf6, 0x89, 0x00, 0x25, 0xd9, 0x0d, 0x97, 0x1b, 0x5a, 0x5a, 0x71, 0x70, 0x69, 0x28, 0x57, 0x3a, 0xc8, 0x52, 0x79, 0xa6, 0x10, 0x2b, 0xca, 0x16, 0x53, 0xed, 0x25, 0x18, 0x3d, 0xe6, 0x45, 0x8d, 0x1d, 0x52, 0x33, 0xb6, 0xe0, 0xec, 0x76, 0xa9, 0xb4, 0x97, 0x9d, 0xc8, 0xf7, 0x28, 0xd3, 0xaf, 0x62, 0xa3, 0x40, 0x1b, 0x87, 0xb7, 0x50, 0x82, 0x34, 0x42, 0x3e, 0xb9, 0xd1, 0xd7, 0xa1, 0x37, 0x22, 0xf2, 0x53, 0x8a, 0x1a, 0xd8, 0x52, 0x1e, 0x17, 0xf1, 0x14, 0x7e, 0x18, 0xd8, 0x5b, 0xc0, 0xdb, 0x2f, 0xfb, 0xd0, 0x32, 0xad, 0x17, 0x38, 0x15, 0xbb, 0x2b, 0xff, 0x9e, 0x78, 0x7b, 0x8b, 0x53, 0xe8, 0x79, 0xf6, 0xe2 } }; static const struct cckprng_op_refresh op_refresh_6481 = { .hd = { .id = 6224, .kind = OP_REFRESH }, .rand = 16765513987553967762ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6482 = { .hd = { .id = 6225, .kind = OP_RESEED }, .nonce = 14891095361123550235ULL, .seed_nbytes = 163, .seed = { 0x2f, 0xb8, 0x02, 0xb6, 0xc6, 0x33, 0x94, 0x31, 0x75, 0xd2, 0xb5, 0xab, 0xca, 0xa0, 0xd4, 0x25, 0xc2, 0x8b, 0x1e, 0x68, 0x5e, 0xe5, 0xab, 0x0f, 0x28, 0xa9, 0xa8, 0x24, 0xf9, 0x11, 0xee, 0xe2, 0x47, 0x0f, 0x33, 0x19, 0x8a, 0x84, 0x3e, 0xc3, 0x5b, 0xe4, 0x7c, 0x19, 0x32, 0xd6, 0x05, 0xc8, 0x57, 0x54, 0xc0, 0x83, 0x19, 0x77, 0x6f, 0x35, 0x5c, 0x83, 0x2c, 0x45, 0xd6, 0x3d, 0x4e, 0x2e, 0x76, 0x7c, 0x7e, 0x7a, 0xb6, 0xb4, 0xb7, 0x9f, 0xcc, 0x6b, 0xc1, 0xd6, 0x5a, 0x4c, 0xb0, 0xb1, 0xf5, 0x76, 0xea, 0x20, 0x9a, 0x53, 0x7d, 0x8b, 0x75, 0x7d, 0xee, 0x61, 0x61, 0x14, 0xff, 0x51, 0x70, 0x94, 0x86, 0x26, 0x00, 0x76, 0x12, 0x3a, 0xe2, 0x25, 0x49, 0x0f, 0xf8, 0xd9, 0x3f, 0x33, 0x94, 0x8c, 0x88, 0x6f, 0xae, 0x71, 0xa5, 0xb7, 0x96, 0x17, 0x43, 0xd2, 0x27, 0x3e, 0x12, 0x68, 0x31, 0x3b, 0xb2, 0xf2, 0x73, 0x0c, 0xd3, 0x6e, 0x61, 0xd4, 0xed, 0xd0, 0x3c, 0x93, 0xe1, 0x23, 0x87, 0x12, 0x32, 0x3c, 0xf7, 0xb4, 0xc7, 0xa5, 0x12, 0x2c, 0x34, 0x84, 0x9b, 0xf9, 0x90, 0xcb, 0x9e, 0x3e, 0x9d } }; static const struct cckprng_op_generate op_init_6483 = { .hd = { .id = 6226, .kind = OP_GENERATE }, .rand_nbytes = 160, .out = { .rand = { 0x6c, 0x9c, 0xf3, 0x10, 0x35, 0x54, 0x87, 0xea, 0x38, 0x18, 0x1c, 0x29, 0xc6, 0x4a, 0xf9, 0xe1, 0xdb, 0x96, 0xa2, 0x72, 0xe4, 0x96, 0xfc, 0xf1, 0x84, 0xe6, 0x94, 0x74, 0x1e, 0x8f, 0xf0, 0xbc, 0x02, 0xfc, 0x75, 0x3f, 0xe7, 0xbc, 0x66, 0xe5, 0xca, 0x32, 0x59, 0xc2, 0xe5, 0xf1, 0x3b, 0x4c, 0x42, 0xc9, 0x88, 0x38, 0x87, 0x66, 0x68, 0xdd, 0x43, 0x7e, 0xb2, 0x60, 0xd3, 0x60, 0xec, 0x83, 0x72, 0xbb, 0x75, 0xaf, 0xc2, 0xc5, 0x8e, 0x39, 0xc8, 0xc6, 0x49, 0x1a, 0x57, 0x73, 0x54, 0xfe, 0x05, 0x97, 0x26, 0xc8, 0x66, 0xd6, 0x78, 0x82, 0x18, 0x92, 0xcf, 0x8d, 0x6f, 0xe0, 0x57, 0xdb, 0x0c, 0x99, 0x37, 0x2b, 0x74, 0x8d, 0x02, 0x1b, 0x50, 0x3b, 0xb1, 0xb2, 0x55, 0x4a, 0x62, 0xdd, 0x89, 0xfb, 0x08, 0x90, 0x59, 0xdd, 0x40, 0x94, 0xb0, 0xdf, 0xd6, 0x88, 0x3f, 0x65, 0xfc, 0xc1, 0x99, 0x9c, 0xe0, 0x01, 0x4f, 0x5c, 0xda, 0x3e, 0x0f, 0x83, 0xca, 0xee, 0xc6, 0x2a, 0x04, 0xed, 0x4e, 0x52, 0x97, 0x68, 0xf0, 0x13, 0xc1, 0xd3, 0x4a, 0xf0, 0x85, 0x37, 0x6e, 0x4f, 0x38, 0xde } } }; static const struct cckprng_op_generate op_init_6484 = { .hd = { .id = 6227, .kind = OP_GENERATE }, .rand_nbytes = 182, .out = { .rand = { 0xdd, 0xb0, 0xcf, 0x05, 0x11, 0xea, 0xf4, 0x8e, 0x7a, 0x38, 0xea, 0xb2, 0x6e, 0xb4, 0x1f, 0xaa, 0xd7, 0xf2, 0x6c, 0x63, 0x5c, 0x35, 0x82, 0x41, 0x5d, 0x31, 0xe5, 0x1c, 0xb1, 0x26, 0xc3, 0x13, 0x75, 0xa0, 0x58, 0xe1, 0x5f, 0x3a, 0xa2, 0xd0, 0x5b, 0xca, 0xa9, 0xf9, 0xe7, 0xc1, 0x42, 0xf6, 0x80, 0x01, 0xfc, 0xac, 0xd5, 0x6a, 0x8e, 0xd5, 0x08, 0x29, 0x2b, 0xf4, 0xd8, 0x16, 0x82, 0xee, 0x04, 0xa8, 0x5e, 0x13, 0x39, 0x21, 0x66, 0xd0, 0xf8, 0xd2, 0x27, 0x57, 0x3b, 0x10, 0x56, 0xe6, 0x36, 0x1f, 0xe6, 0x86, 0x8e, 0x61, 0xd0, 0x81, 0x2c, 0xce, 0xeb, 0x81, 0x36, 0x49, 0x34, 0x4d, 0xbd, 0x2e, 0x3a, 0x3d, 0x52, 0xa7, 0x84, 0x72, 0x7a, 0x1e, 0x62, 0x8c, 0xa4, 0xa7, 0x28, 0xf7, 0x8e, 0x4b, 0x40, 0x09, 0x3a, 0x76, 0xeb, 0xe0, 0xa6, 0x77, 0xce, 0x3d, 0x66, 0x40, 0xc7, 0xe6, 0xa0, 0x34, 0x6e, 0x2a, 0xfe, 0xb3, 0x8f, 0x2c, 0x90, 0x14, 0x88, 0x0a, 0x69, 0x37, 0x7d, 0x0c, 0xf3, 0x2d, 0x68, 0xe3, 0x0b, 0x26, 0x91, 0xba, 0x35, 0x37, 0xe4, 0x94, 0x8c, 0x7f, 0x57, 0x64, 0xdf, 0x27, 0x88, 0xb5, 0xcd, 0x00, 0xbb, 0xff, 0xd4, 0x95, 0x1f, 0x0f, 0xbd, 0xcb, 0x6b, 0x72, 0xc6, 0xef, 0x64, 0x7a, 0x79, 0x01 } } }; static const struct cckprng_op_generate op_init_6485 = { .hd = { .id = 6228, .kind = OP_GENERATE }, .rand_nbytes = 105, .out = { .rand = { 0x90, 0x91, 0xdc, 0x7f, 0xeb, 0x1d, 0xa2, 0xfd, 0x42, 0xc4, 0x90, 0x6d, 0xdd, 0xf0, 0xe5, 0x5e, 0x54, 0x78, 0x97, 0x57, 0x21, 0xd6, 0xe6, 0xb3, 0x32, 0xb3, 0x6a, 0xc5, 0x81, 0xa6, 0x81, 0xe2, 0x45, 0x95, 0xb3, 0xaf, 0x93, 0x9d, 0xf2, 0x14, 0x2e, 0x2b, 0x84, 0x74, 0x94, 0x55, 0xfe, 0x78, 0x98, 0x8e, 0x6c, 0xf2, 0x56, 0x8a, 0x67, 0xeb, 0xb1, 0xb3, 0x7d, 0xcc, 0x2a, 0x74, 0xb7, 0xaa, 0x7b, 0xd7, 0x21, 0x5a, 0x66, 0x90, 0xcc, 0x22, 0xd3, 0x7c, 0xea, 0x0f, 0xb0, 0xea, 0x78, 0xdb, 0x2e, 0xa4, 0xb9, 0x66, 0xea, 0xd6, 0x05, 0xa4, 0xd0, 0xb0, 0xba, 0xc3, 0x87, 0x9e, 0x59, 0x6c, 0x4b, 0xaa, 0x46, 0x3b, 0xa5, 0x13, 0x5b, 0x79, 0x6d } } }; static const struct cckprng_op_generate op_init_6486 = { .hd = { .id = 6229, .kind = OP_GENERATE }, .rand_nbytes = 103, .out = { .rand = { 0x77, 0x2d, 0xe7, 0x96, 0x73, 0x84, 0x5e, 0x5b, 0x51, 0x11, 0x2b, 0x02, 0xfd, 0x47, 0x82, 0x62, 0x66, 0x2f, 0x56, 0x7c, 0x9c, 0xd1, 0x98, 0x02, 0xf7, 0x1a, 0x92, 0x73, 0x2f, 0xe8, 0x28, 0x5b, 0x3c, 0x40, 0x40, 0x49, 0x17, 0x27, 0xa4, 0xc5, 0x33, 0x73, 0x39, 0xc6, 0x27, 0x76, 0xaa, 0x00, 0x31, 0xf6, 0xd5, 0x7b, 0xb3, 0x09, 0x59, 0xd5, 0x93, 0x03, 0x13, 0x61, 0xb0, 0xbb, 0x84, 0xb1, 0x84, 0x58, 0xd5, 0xa0, 0x95, 0xfc, 0xd5, 0x9d, 0x97, 0x6f, 0x76, 0x92, 0x76, 0x7d, 0x8e, 0x7a, 0x0a, 0x6d, 0x84, 0xf7, 0x24, 0x80, 0xfb, 0x83, 0x2c, 0x09, 0x67, 0xbf, 0x3a, 0xcc, 0xe9, 0x62, 0xaf, 0xfa, 0xc7, 0xf3, 0x28, 0xf3, 0x00 } } }; static const struct cckprng_op_refresh op_refresh_6487 = { .hd = { .id = 6230, .kind = OP_REFRESH }, .rand = 13544609430024033670ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6488 = { .hd = { .id = 6231, .kind = OP_REFRESH }, .rand = 7965049945285066082ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6489 = { .hd = { .id = 6232, .kind = OP_REFRESH }, .rand = 17296389151774645810ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6490 = { .hd = { .id = 6233, .kind = OP_GENERATE }, .rand_nbytes = 228, .out = { .rand = { 0x29, 0xcc, 0x3f, 0x45, 0x0d, 0x7f, 0xfa, 0x9d, 0x5d, 0xf4, 0xda, 0x58, 0x63, 0x60, 0x69, 0x20, 0xcd, 0xdb, 0xd0, 0x83, 0xe4, 0xd7, 0xf7, 0x9f, 0x65, 0xf7, 0x9e, 0x9c, 0xe9, 0xc8, 0xf9, 0x65, 0xd1, 0x3d, 0x9f, 0x9f, 0xbd, 0x65, 0x89, 0x70, 0x18, 0xf7, 0x23, 0x29, 0x5a, 0x26, 0x0e, 0x3e, 0x8f, 0x48, 0x92, 0x22, 0xd1, 0xe4, 0x15, 0xec, 0x9f, 0x13, 0xd6, 0x4e, 0x34, 0x5e, 0x58, 0x14, 0xa6, 0x11, 0x74, 0x79, 0x16, 0xdc, 0x1c, 0x47, 0xb8, 0x2c, 0xd3, 0xce, 0xbe, 0x40, 0x7d, 0x7b, 0x98, 0xf2, 0x9d, 0xeb, 0xc4, 0x8c, 0xed, 0x08, 0x1d, 0x3c, 0x90, 0x32, 0x25, 0x47, 0x03, 0xd7, 0x00, 0x95, 0x0a, 0x4b, 0xfc, 0x8a, 0x8e, 0x43, 0x3f, 0x80, 0x87, 0x93, 0xe7, 0x75, 0x4c, 0x34, 0x25, 0x95, 0x63, 0x6b, 0x94, 0xa6, 0x7e, 0x76, 0x4b, 0x52, 0x82, 0x6c, 0x6e, 0x7b, 0x03, 0xfe, 0xa0, 0x3f, 0xa6, 0xd7, 0x28, 0xff, 0x94, 0x31, 0xf2, 0x49, 0x17, 0xfc, 0x41, 0x35, 0x9c, 0xd2, 0x49, 0x53, 0xa8, 0x7b, 0x44, 0x71, 0x29, 0x41, 0x7d, 0x0d, 0xf7, 0x47, 0x8e, 0xa1, 0xe9, 0x5e, 0xf8, 0xea, 0xab, 0xa3, 0x90, 0x1c, 0x58, 0x02, 0xd0, 0xd7, 0xd2, 0xf4, 0x6f, 0x00, 0xad, 0x53, 0xf2, 0x54, 0x14, 0x3f, 0x31, 0x8f, 0x8d, 0x83, 0xd8, 0xce, 0x39, 0x17, 0xa2, 0x8e, 0x60, 0xfa, 0x34, 0xef, 0x80, 0x5d, 0x77, 0xb7, 0x9d, 0x07, 0xec, 0xb3, 0x49, 0x74, 0x12, 0xcd, 0x6c, 0x46, 0x73, 0xcd, 0xf0, 0x98, 0xf6, 0x3e, 0x19, 0x33, 0x2f, 0x65, 0xae, 0x88, 0xba, 0x1a, 0x90, 0xba, 0xaf, 0xde, 0x89, 0x87 } } }; static const struct cckprng_op_generate op_init_6491 = { .hd = { .id = 6234, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0xb4, 0x95, 0x70, 0x5d, 0x59, 0xe4, 0x4f, 0x7f, 0xbf, 0xa6, 0x41, 0xb8, 0x83, 0xb6, 0x28, 0xf6, 0xde, 0xf0, 0x4a, 0x88, 0xf7, 0xfb, 0x69, 0x28, 0x2f, 0xdf, 0x7c, 0xbf, 0x3c, 0x58, 0x5f, 0xce, 0xca, 0x16, 0x38, 0xf7, 0x34, 0xc5, 0x59, 0xac, 0x91, 0xdd, 0xe5, 0xa3, 0x21, 0x92, 0x7c, 0xf9, 0x77, 0x58, 0x8a, 0x36, 0x0e, 0xa8, 0x2e, 0x67, 0x39, 0xa4, 0xcf, 0x5e, 0x5d, 0xc1, 0xe5, 0xcb, 0x7b, 0xd3, 0x69, 0xe2, 0xa4, 0xae, 0xec, 0xcc, 0xbe, 0xf3, 0xce, 0xa7, 0xe0, 0x24, 0x27, 0x3b, 0xdb, 0x03 } } }; static const struct cckprng_op_reseed op_reseed_6492 = { .hd = { .id = 6235, .kind = OP_RESEED }, .nonce = 10519619075631184902ULL, .seed_nbytes = 128, .seed = { 0xdb, 0xd4, 0xa1, 0x57, 0x29, 0x72, 0xf3, 0xfd, 0xb7, 0xd6, 0x67, 0x44, 0x82, 0x52, 0x4d, 0xdb, 0x32, 0x27, 0xd0, 0xab, 0xdf, 0xf2, 0x84, 0xf5, 0x6d, 0x2d, 0xf7, 0xc1, 0x96, 0xe4, 0x64, 0xc1, 0xf6, 0x8f, 0x37, 0xb7, 0x36, 0xbe, 0xb2, 0x2e, 0x4b, 0xf0, 0x32, 0xd7, 0xd4, 0xce, 0x4e, 0xd7, 0xf2, 0x3c, 0x67, 0xb3, 0x93, 0xd2, 0x97, 0x34, 0x1a, 0x75, 0x79, 0x03, 0x7d, 0x54, 0x8c, 0xeb, 0x33, 0xa1, 0x1a, 0xdb, 0x7a, 0xe5, 0x60, 0xee, 0xb8, 0xce, 0x8a, 0x97, 0xb4, 0x91, 0xf8, 0xdc, 0x85, 0x21, 0xe5, 0x30, 0xe4, 0x17, 0x75, 0x1b, 0xef, 0x82, 0x6c, 0x21, 0x39, 0x1b, 0xec, 0xbe, 0x8a, 0x2d, 0xf7, 0xb2, 0xf0, 0x26, 0x12, 0x8b, 0xa9, 0xaf, 0xcd, 0xa4, 0x4c, 0x98, 0xc2, 0xf0, 0x2b, 0x3d, 0x58, 0x47, 0xe6, 0x69, 0x13, 0xc1, 0x6e, 0x94, 0x17, 0xe0, 0xbb, 0x12, 0x7e, 0xd1 } }; static const struct cckprng_op_refresh op_refresh_6493 = { .hd = { .id = 6236, .kind = OP_REFRESH }, .rand = 14511557725086250150ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6494 = { .hd = { .id = 6237, .kind = OP_REFRESH }, .rand = 10502038418298289831ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6495 = { .hd = { .id = 6238, .kind = OP_GENERATE }, .rand_nbytes = 232, .out = { .rand = { 0xdc, 0xdd, 0x09, 0x8f, 0x56, 0x49, 0x0f, 0x22, 0x28, 0x01, 0x31, 0x4e, 0xd1, 0xee, 0x02, 0xc3, 0xf6, 0x2a, 0x38, 0x3c, 0x2b, 0xe3, 0x96, 0x85, 0xa0, 0xfe, 0xcc, 0xd3, 0xab, 0xa2, 0xe1, 0x15, 0x34, 0x71, 0x9c, 0x36, 0xe0, 0x65, 0x55, 0x03, 0x67, 0x77, 0x78, 0xb8, 0x60, 0x79, 0xb1, 0x08, 0x14, 0x0e, 0xbd, 0xf2, 0x56, 0x1a, 0x76, 0xff, 0xb6, 0xa5, 0x97, 0x19, 0xb0, 0x16, 0xc4, 0xd8, 0x25, 0x24, 0x23, 0x0d, 0x6a, 0x7b, 0xef, 0x64, 0x48, 0xdd, 0x35, 0xee, 0x81, 0xf7, 0xba, 0x84, 0x8d, 0x8d, 0xd1, 0x50, 0x0f, 0x47, 0x11, 0x1f, 0x81, 0xc5, 0xf5, 0x2f, 0x59, 0xa0, 0x72, 0x3c, 0x97, 0xec, 0xa4, 0x78, 0xe9, 0x73, 0xcd, 0x24, 0xce, 0xff, 0x77, 0xdd, 0x6c, 0x5a, 0x29, 0x0b, 0xb0, 0x57, 0x82, 0x0d, 0x47, 0xd1, 0xba, 0x99, 0x52, 0x38, 0x8d, 0x4c, 0xa2, 0xc0, 0x68, 0x05, 0xdc, 0x85, 0xb5, 0xbd, 0x16, 0x9c, 0xcf, 0x13, 0x84, 0x8b, 0x1d, 0xbd, 0x8c, 0x82, 0xe8, 0x00, 0x30, 0x99, 0x0e, 0xdc, 0x2e, 0xab, 0x3d, 0xc7, 0x16, 0x25, 0x67, 0xa3, 0x1d, 0xed, 0x36, 0x49, 0x57, 0xdb, 0x01, 0x8a, 0xb0, 0xc3, 0xab, 0xca, 0xfc, 0x71, 0x95, 0x4b, 0x09, 0x5b, 0xd8, 0xf5, 0x7a, 0x3a, 0x19, 0xe3, 0xb8, 0xc3, 0xc0, 0x98, 0x90, 0x99, 0xab, 0x5b, 0x45, 0xb4, 0xdc, 0x16, 0x78, 0x93, 0x94, 0x5c, 0x95, 0x66, 0x38, 0xd1, 0x50, 0x36, 0x27, 0x31, 0xfe, 0xad, 0x98, 0x7e, 0x0d, 0x59, 0x72, 0x43, 0xae, 0x34, 0x39, 0x0c, 0xd0, 0x5d, 0x6b, 0x37, 0x99, 0xb3, 0x07, 0x8f, 0x43, 0x9e, 0xb2, 0x6c, 0x05, 0x13, 0x3c, 0x0c } } }; static const struct cckprng_op_reseed op_reseed_6496 = { .hd = { .id = 6239, .kind = OP_RESEED }, .nonce = 14744434067799821203ULL, .seed_nbytes = 77, .seed = { 0x8f, 0xf6, 0xbd, 0xd4, 0xb3, 0xc2, 0xfa, 0xbf, 0x6f, 0xfb, 0x37, 0x45, 0xe5, 0xfc, 0xe9, 0x7b, 0xda, 0xdb, 0x4e, 0x0f, 0x19, 0x06, 0xfd, 0x65, 0x80, 0x04, 0x29, 0x92, 0xc4, 0x91, 0xb3, 0xad, 0x56, 0x18, 0xe7, 0xba, 0x0c, 0xbc, 0xb2, 0xbf, 0x74, 0xec, 0x49, 0x0b, 0xea, 0x6e, 0x8c, 0xad, 0x88, 0x84, 0x0c, 0x07, 0xba, 0xf2, 0xa5, 0x1b, 0x3a, 0x0b, 0xf8, 0xad, 0xf5, 0xcf, 0x66, 0xa2, 0xab, 0xda, 0xbf, 0xd5, 0x5d, 0xa9, 0x8f, 0x99, 0x33, 0xd3, 0x98, 0xd1, 0x21 } }; static const struct cckprng_op_refresh op_refresh_6497 = { .hd = { .id = 6240, .kind = OP_REFRESH }, .rand = 6730050508552289536ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6498 = { .hd = { .id = 6241, .kind = OP_REFRESH }, .rand = 11479163996872592076ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6499 = { .hd = { .id = 6242, .kind = OP_GENERATE }, .rand_nbytes = 41, .out = { .rand = { 0x77, 0xef, 0xed, 0x50, 0xfe, 0xc5, 0xfc, 0x24, 0x61, 0xe8, 0xc4, 0x41, 0x2b, 0xbe, 0x0e, 0x37, 0x6b, 0x0e, 0xb6, 0x82, 0x6b, 0x40, 0x8c, 0x4a, 0xbf, 0x12, 0x12, 0x48, 0xda, 0x1e, 0x74, 0x60, 0xfe, 0x47, 0xbf, 0xe7, 0x62, 0x17, 0xd7, 0x2a, 0x8a } } }; static const struct cckprng_op_generate op_init_6500 = { .hd = { .id = 6243, .kind = OP_GENERATE }, .rand_nbytes = 57, .out = { .rand = { 0x9a, 0xe9, 0x0f, 0x75, 0x01, 0x53, 0x8f, 0x66, 0xb1, 0x9d, 0x37, 0x48, 0x16, 0x0d, 0x6a, 0x1c, 0x57, 0x0c, 0xa2, 0x93, 0x49, 0x2a, 0xaa, 0x4c, 0x3a, 0xc5, 0xa0, 0x2b, 0x1c, 0x0e, 0x82, 0xdc, 0xd3, 0x6d, 0x7d, 0xcb, 0xa7, 0xcc, 0x6d, 0x1c, 0x1a, 0x4b, 0x67, 0xa2, 0xca, 0x3e, 0xa5, 0xe1, 0xd8, 0x6c, 0xa7, 0x2b, 0xab, 0x5d, 0xcd, 0xe6, 0x9f } } }; static const struct cckprng_op_reseed op_reseed_6501 = { .hd = { .id = 6244, .kind = OP_RESEED }, .nonce = 11007081375181971313ULL, .seed_nbytes = 33, .seed = { 0x65, 0x9a, 0xd8, 0x6a, 0xbb, 0x51, 0x92, 0x5f, 0x4b, 0xe0, 0xef, 0x83, 0x1b, 0x14, 0x84, 0x79, 0xdb, 0xda, 0x16, 0x0c, 0x95, 0x57, 0xc8, 0x10, 0x72, 0x2c, 0xa2, 0x94, 0x9c, 0xa1, 0xf7, 0x8c, 0x8a } }; static const struct cckprng_op_generate op_init_6502 = { .hd = { .id = 6245, .kind = OP_GENERATE }, .rand_nbytes = 183, .out = { .rand = { 0x97, 0x03, 0x75, 0x0c, 0x54, 0x31, 0x44, 0x0b, 0xe2, 0xa7, 0xc3, 0xa2, 0xcb, 0xdb, 0xac, 0xfc, 0x3f, 0x08, 0x8b, 0x59, 0xf8, 0x69, 0x37, 0x8e, 0x37, 0xb0, 0x61, 0xf9, 0xe1, 0x09, 0xab, 0x39, 0xff, 0xde, 0x86, 0x88, 0xed, 0x6b, 0x5c, 0x03, 0xa7, 0x01, 0xa2, 0x9c, 0x43, 0x0d, 0x90, 0x57, 0x84, 0x46, 0x8a, 0x0d, 0xef, 0xee, 0xa7, 0x08, 0x1c, 0xc5, 0xdb, 0x48, 0x78, 0x17, 0xa4, 0x82, 0xe0, 0x12, 0x59, 0x25, 0x8d, 0x8f, 0xde, 0x70, 0xd4, 0xf5, 0xfa, 0x1f, 0x7a, 0xb2, 0x31, 0x63, 0x78, 0x16, 0x2b, 0xde, 0x8e, 0xf5, 0xf7, 0xa0, 0xc7, 0x7c, 0xe3, 0x42, 0x7e, 0x5c, 0xff, 0x96, 0x5d, 0xa5, 0x2c, 0x6b, 0xe3, 0x44, 0xe6, 0x9d, 0xd7, 0xb9, 0x34, 0xf9, 0xac, 0xd5, 0xfb, 0x43, 0x69, 0x55, 0xae, 0x89, 0x86, 0x05, 0x2a, 0xbb, 0x4c, 0xd5, 0x85, 0x49, 0x57, 0x79, 0xea, 0x52, 0xf8, 0x12, 0xec, 0x0a, 0x65, 0xa9, 0x77, 0x14, 0xd9, 0xbb, 0x69, 0x8c, 0xcf, 0x5d, 0x62, 0x31, 0x29, 0xd2, 0x1a, 0x4a, 0x86, 0x3b, 0xce, 0x01, 0xc8, 0xc9, 0x1c, 0xbd, 0x7c, 0x08, 0xce, 0x09, 0x06, 0xfb, 0x5a, 0xe2, 0xbf, 0x70, 0xe3, 0xc2, 0x01, 0x15, 0x82, 0xf6, 0x76, 0x4b, 0xaf, 0x3d, 0xd3, 0xdb, 0x92, 0xa5, 0xfc, 0x84, 0xae } } }; static const struct cckprng_op_reseed op_reseed_6503 = { .hd = { .id = 6246, .kind = OP_RESEED }, .nonce = 7689093937015777013ULL, .seed_nbytes = 194, .seed = { 0xab, 0x44, 0xcf, 0x89, 0x1d, 0x58, 0xdd, 0x16, 0x59, 0x74, 0xa6, 0x8c, 0x4a, 0xba, 0xea, 0x4e, 0x59, 0xa4, 0x79, 0x69, 0xfe, 0xc6, 0x38, 0xb8, 0x8c, 0xc9, 0xfb, 0x31, 0x0f, 0x11, 0xb2, 0x9a, 0xf1, 0xd9, 0xc3, 0x58, 0xcb, 0x04, 0xbc, 0x41, 0x60, 0xa5, 0x17, 0xff, 0xa2, 0xb3, 0xbc, 0x6e, 0x92, 0x63, 0x6a, 0x76, 0xe8, 0xa2, 0xfc, 0x5d, 0xe2, 0x61, 0xf8, 0x3d, 0x8e, 0x62, 0x89, 0x25, 0xc7, 0x3b, 0x7b, 0x59, 0xed, 0x2b, 0xd0, 0xb0, 0x3a, 0x35, 0x62, 0xf9, 0xed, 0x30, 0x26, 0x13, 0x3c, 0x24, 0x5b, 0x02, 0x28, 0xa2, 0x60, 0xfa, 0x61, 0x2c, 0x72, 0x99, 0x67, 0x3d, 0x55, 0x86, 0x81, 0x97, 0x5d, 0xca, 0x39, 0x1a, 0xde, 0xd0, 0x54, 0x6a, 0xa3, 0x4c, 0x7c, 0x8d, 0x1d, 0x09, 0xfd, 0x02, 0x94, 0xb7, 0x3f, 0x69, 0xcd, 0xda, 0x32, 0xef, 0x61, 0x4e, 0xae, 0xc7, 0x24, 0xfd, 0xab, 0xde, 0x27, 0x45, 0x49, 0x19, 0xa3, 0x6a, 0x65, 0x79, 0xa3, 0xde, 0xee, 0xf4, 0xbb, 0xce, 0x15, 0x53, 0x6c, 0x15, 0x0a, 0x67, 0xc1, 0x8b, 0xc0, 0xf5, 0x42, 0x8c, 0x70, 0x17, 0x0d, 0x39, 0x06, 0xf0, 0xf7, 0x68, 0xb7, 0x5f, 0xb3, 0x1d, 0x3b, 0x81, 0xbd, 0x7d, 0x66, 0xd2, 0xcf, 0x1e, 0xb2, 0xc4, 0x0b, 0x69, 0x2d, 0x98, 0x95, 0x8b, 0xcb, 0x4c, 0xd3, 0x0b, 0x3b, 0x42, 0x25, 0x0c, 0x80, 0x0f } }; static const struct cckprng_op_refresh op_refresh_6504 = { .hd = { .id = 6247, .kind = OP_REFRESH }, .rand = 9535433003077109769ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6505 = { .hd = { .id = 6248, .kind = OP_GENERATE }, .rand_nbytes = 85, .out = { .rand = { 0x7a, 0xfc, 0xbc, 0x88, 0xb8, 0x4a, 0x94, 0x85, 0x29, 0xab, 0xf2, 0x29, 0x6f, 0x26, 0xf7, 0x5b, 0x8d, 0xdc, 0x05, 0x86, 0xd0, 0x91, 0xfc, 0xbc, 0x06, 0x3c, 0xe3, 0x9f, 0xa9, 0x1a, 0x4e, 0x07, 0xae, 0xe2, 0x71, 0x21, 0x22, 0xb3, 0x43, 0x1b, 0x2b, 0xbd, 0x74, 0x8c, 0xe4, 0x2a, 0x06, 0x33, 0xcd, 0xae, 0x39, 0x03, 0x77, 0xf8, 0x30, 0xfe, 0xd4, 0x1c, 0x7c, 0xa8, 0x1c, 0xd5, 0x56, 0x49, 0x13, 0xc0, 0xe0, 0x25, 0x6f, 0xb1, 0x57, 0x53, 0x80, 0xbf, 0xb6, 0xd9, 0x91, 0x20, 0xfa, 0xff, 0x88, 0x00, 0x5e, 0xbd, 0xa7 } } }; static const struct cckprng_op_reseed op_reseed_6506 = { .hd = { .id = 6249, .kind = OP_RESEED }, .nonce = 12659049578849746296ULL, .seed_nbytes = 114, .seed = { 0x20, 0xdb, 0xdf, 0x0c, 0x70, 0xc6, 0x29, 0xbd, 0xa4, 0xd3, 0x94, 0xfa, 0x39, 0x5d, 0xf1, 0x26, 0x4c, 0x25, 0xb9, 0x8b, 0x36, 0x79, 0x93, 0xe7, 0xad, 0x95, 0xf7, 0xdb, 0x3b, 0xdb, 0x21, 0x9c, 0x49, 0xa4, 0x12, 0xae, 0x8c, 0x4b, 0xbc, 0x2d, 0x50, 0xee, 0xa5, 0x75, 0x0b, 0x13, 0xee, 0xd1, 0x4b, 0x7c, 0xb5, 0x04, 0x59, 0x6e, 0x2e, 0xcd, 0x6f, 0x2e, 0xc5, 0x62, 0x2e, 0x01, 0xe6, 0x36, 0xfd, 0x23, 0xda, 0x07, 0xfa, 0x38, 0x83, 0x64, 0xfb, 0x79, 0x0b, 0x24, 0xf7, 0xa1, 0x11, 0x4a, 0xc8, 0x62, 0x33, 0xc1, 0xb0, 0x28, 0xa2, 0x94, 0x16, 0xdc, 0xd8, 0xf8, 0xdb, 0x9c, 0xc4, 0x57, 0x9a, 0x45, 0xa6, 0x7b, 0xa4, 0xe8, 0xdf, 0x80, 0x96, 0x61, 0x0c, 0x19, 0xab, 0xc1, 0x7c, 0x18, 0x42, 0xd0 } }; static const struct cckprng_op_generate op_init_6507 = { .hd = { .id = 6250, .kind = OP_GENERATE }, .rand_nbytes = 117, .out = { .rand = { 0x30, 0xd3, 0x7d, 0xf4, 0x7a, 0x77, 0xae, 0xb3, 0x53, 0x5d, 0xa8, 0x82, 0x39, 0xc4, 0xfb, 0x09, 0x6f, 0x1f, 0x5a, 0x2c, 0xfb, 0x10, 0x98, 0xdf, 0x2e, 0xaa, 0xe7, 0x25, 0x12, 0x03, 0x55, 0xce, 0xce, 0xa7, 0x5f, 0x7c, 0xa0, 0x21, 0x92, 0xd6, 0x15, 0xb0, 0x60, 0xd3, 0x9b, 0xb6, 0xb5, 0xf9, 0x53, 0xad, 0x29, 0xe1, 0x08, 0x51, 0x1e, 0x92, 0xae, 0x1a, 0x50, 0x82, 0x23, 0x16, 0xac, 0xd7, 0xcb, 0xc3, 0x37, 0xf9, 0x7a, 0x3c, 0xe1, 0xfb, 0x63, 0x6a, 0x3c, 0xa4, 0x98, 0x22, 0x50, 0x18, 0x0d, 0xab, 0x78, 0x97, 0x20, 0xbe, 0xb8, 0x29, 0x71, 0xeb, 0x6b, 0x48, 0x8e, 0x9b, 0x52, 0x37, 0xb0, 0xb8, 0x29, 0xd8, 0x3f, 0x5e, 0xba, 0x00, 0xe5, 0xa0, 0xb2, 0x44, 0x50, 0xd9, 0xa3, 0x48, 0x52, 0xac, 0xbb, 0x0e, 0x62 } } }; static const struct cckprng_op_refresh op_refresh_6508 = { .hd = { .id = 6251, .kind = OP_REFRESH }, .rand = 10351527345569466576ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6509 = { .hd = { .id = 6252, .kind = OP_REFRESH }, .rand = 1876375911309018404ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6510 = { .hd = { .id = 6253, .kind = OP_RESEED }, .nonce = 8032111998012772888ULL, .seed_nbytes = 39, .seed = { 0x39, 0x7d, 0x9d, 0xc1, 0x92, 0xf5, 0x8e, 0x4f, 0x21, 0x39, 0x68, 0x4b, 0xca, 0xcc, 0x25, 0x5c, 0xaf, 0x84, 0x5b, 0x09, 0xde, 0x42, 0x61, 0xf9, 0x4e, 0xf6, 0x60, 0xe6, 0x07, 0xc0, 0xc3, 0xc8, 0x88, 0xff, 0xc8, 0x08, 0xda, 0xbc, 0x78 } }; static const struct cckprng_op_reseed op_reseed_6511 = { .hd = { .id = 6254, .kind = OP_RESEED }, .nonce = 8602431561525354856ULL, .seed_nbytes = 145, .seed = { 0x80, 0x7a, 0x33, 0xb8, 0xa5, 0x41, 0xf5, 0x4a, 0xd0, 0xbc, 0xd1, 0x26, 0xa3, 0x02, 0xc0, 0xc6, 0xf4, 0xdb, 0x89, 0x2f, 0x0c, 0x6d, 0xc6, 0x56, 0xf2, 0x26, 0x37, 0x2b, 0xce, 0xb8, 0x3f, 0xba, 0x4d, 0x1f, 0xc8, 0xfd, 0x26, 0xfd, 0x06, 0x8b, 0x50, 0x94, 0x4d, 0x8d, 0xca, 0x30, 0xa5, 0xeb, 0x2a, 0x0d, 0x2a, 0x4f, 0x38, 0x1b, 0x4a, 0xfd, 0x26, 0x4d, 0x44, 0xe8, 0x6d, 0x58, 0xb2, 0xb9, 0x86, 0xbc, 0xe4, 0x63, 0x57, 0x58, 0x35, 0x21, 0x47, 0xec, 0x78, 0xb3, 0xcd, 0xc6, 0x18, 0x03, 0x86, 0xae, 0xdd, 0xb6, 0x9d, 0xb8, 0x24, 0xf9, 0x34, 0xd7, 0x28, 0x45, 0xa1, 0xcc, 0x30, 0x42, 0xbb, 0x53, 0x8f, 0x1e, 0x6b, 0xc8, 0x70, 0x34, 0x00, 0x6b, 0x8d, 0x1c, 0xcf, 0x5e, 0xb5, 0x95, 0xa2, 0x31, 0xaa, 0x69, 0x3c, 0xbb, 0x9a, 0x45, 0xe0, 0x96, 0x00, 0x8b, 0xff, 0x97, 0xe7, 0x5f, 0x4a, 0x19, 0xd0, 0xa6, 0xae, 0xf7, 0x2c, 0x29, 0x39, 0x8c, 0xf9, 0x47, 0xaf, 0xa3, 0xea, 0xec, 0x9a } }; static const struct cckprng_op_refresh op_refresh_6512 = { .hd = { .id = 6255, .kind = OP_REFRESH }, .rand = 1120857138651425777ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6513 = { .hd = { .id = 6256, .kind = OP_REFRESH }, .rand = 5575414577104569996ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6514 = { .hd = { .id = 6257, .kind = OP_REFRESH }, .rand = 15310646899714014203ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6515 = { .hd = { .id = 6258, .kind = OP_REFRESH }, .rand = 9129004226713344132ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6516 = { .hd = { .id = 6259, .kind = OP_REFRESH }, .rand = 4560030708805650609ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6517 = { .hd = { .id = 6260, .kind = OP_REFRESH }, .rand = 7423650945697243406ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_6518 = { .hd = { .id = 6261, .kind = OP_RESEED }, .nonce = 3282308815068665116ULL, .seed_nbytes = 103, .seed = { 0x13, 0x70, 0xbe, 0x4d, 0xa5, 0x77, 0x7d, 0x6a, 0xd2, 0x7e, 0xf6, 0xd2, 0x9b, 0x31, 0x0a, 0x1c, 0x03, 0x21, 0xc3, 0x20, 0xf2, 0xf1, 0xc2, 0x15, 0x61, 0x1f, 0x11, 0x0f, 0x7f, 0x90, 0xc5, 0xca, 0xf7, 0xbe, 0x6b, 0x06, 0x06, 0x45, 0xec, 0x21, 0x39, 0xf5, 0xa4, 0x4e, 0x46, 0x37, 0x76, 0x67, 0x5d, 0x2a, 0x1f, 0xcc, 0xe9, 0xbb, 0x67, 0x42, 0xce, 0xf4, 0x10, 0x16, 0xdf, 0xf1, 0xef, 0x72, 0x80, 0x85, 0x66, 0x82, 0x0f, 0xaa, 0x7f, 0x0a, 0x49, 0x8c, 0x88, 0xbe, 0xba, 0xf9, 0x47, 0xd9, 0x55, 0x3a, 0xd4, 0x6a, 0xf5, 0x63, 0x8f, 0x5c, 0xff, 0x4f, 0xfe, 0xf2, 0x48, 0xfd, 0x3f, 0xf0, 0xf7, 0x5e, 0x35, 0x17, 0x45, 0x3d, 0xb0 } }; static const struct cckprng_op_reseed op_reseed_6519 = { .hd = { .id = 6262, .kind = OP_RESEED }, .nonce = 9707611404804787953ULL, .seed_nbytes = 206, .seed = { 0xb9, 0x86, 0x54, 0xb9, 0xf2, 0x93, 0x0c, 0x2e, 0x2d, 0x97, 0x68, 0x84, 0x4f, 0x69, 0xd2, 0xd3, 0x72, 0xee, 0xb9, 0x19, 0x2c, 0xf3, 0x8e, 0x49, 0x41, 0x1c, 0xeb, 0xfa, 0xe6, 0x42, 0xbb, 0x6a, 0x97, 0xd5, 0x25, 0x2a, 0x3f, 0x83, 0x9f, 0x6e, 0x35, 0xca, 0xa7, 0xc8, 0x32, 0x0e, 0x01, 0x09, 0x59, 0x3a, 0xe7, 0x57, 0xab, 0xc7, 0x54, 0x3c, 0x05, 0x84, 0xdc, 0x91, 0x35, 0x1d, 0x72, 0xeb, 0x85, 0x6f, 0x7e, 0x46, 0x92, 0x87, 0xd7, 0x2a, 0xb8, 0x95, 0x19, 0xf5, 0x09, 0x6c, 0x98, 0x35, 0x09, 0x63, 0x09, 0x65, 0x26, 0x29, 0xa2, 0x34, 0x9d, 0x9e, 0x12, 0xeb, 0xbc, 0xa4, 0xe6, 0x3c, 0xe1, 0x97, 0xa4, 0xba, 0xca, 0x8c, 0x27, 0xe8, 0x7d, 0xf0, 0x9e, 0xc1, 0x21, 0x1c, 0x76, 0xd7, 0xad, 0xe5, 0x67, 0x4a, 0x15, 0xe6, 0xfc, 0x8c, 0x88, 0xe3, 0xa9, 0x20, 0xdc, 0xad, 0x6f, 0xfa, 0xef, 0x3c, 0x2d, 0x9b, 0xc0, 0x9d, 0xba, 0x7e, 0xcd, 0x34, 0x06, 0x23, 0x54, 0x68, 0x1a, 0xac, 0xee, 0xd5, 0x0a, 0x04, 0x03, 0xd6, 0x69, 0x89, 0x2c, 0xb5, 0xd6, 0x2a, 0x61, 0x22, 0xc9, 0xd1, 0x30, 0x98, 0x03, 0x68, 0x12, 0x24, 0x12, 0x9a, 0xe8, 0x64, 0xde, 0xa6, 0x45, 0xd8, 0x85, 0x9e, 0x85, 0x29, 0x32, 0xed, 0x07, 0xf4, 0x54, 0xc3, 0x75, 0xf5, 0xc6, 0xbb, 0xd2, 0x08, 0xe6, 0x1f, 0x67, 0xfc, 0x12, 0x2e, 0x90, 0x91, 0x6a, 0xee, 0x37, 0x2c, 0x6c, 0x95, 0x32, 0x9d } }; static const struct cckprng_op_refresh op_refresh_6520 = { .hd = { .id = 6263, .kind = OP_REFRESH }, .rand = 9722044061822120580ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6521 = { .hd = { .id = 6264, .kind = OP_REFRESH }, .rand = 1341987930878308596ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6522 = { .hd = { .id = 6265, .kind = OP_REFRESH }, .rand = 15907309408167863657ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6523 = { .hd = { .id = 6266, .kind = OP_REFRESH }, .rand = 549864219615940779ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_generate op_init_6524 = { .hd = { .id = 6267, .kind = OP_GENERATE }, .rand_nbytes = 154, .out = { .rand = { 0xd3, 0xa3, 0x9a, 0x12, 0xef, 0x31, 0x26, 0xef, 0x6d, 0x08, 0x9c, 0x1f, 0xfb, 0x92, 0xf9, 0x4f, 0x71, 0xff, 0x22, 0x1e, 0x90, 0x7a, 0xad, 0x55, 0x72, 0xea, 0x17, 0x53, 0x27, 0x51, 0x68, 0x94, 0x43, 0x8e, 0xfa, 0x02, 0x79, 0x32, 0xf6, 0xff, 0x95, 0x19, 0xf2, 0x98, 0x77, 0x86, 0x46, 0x88, 0xe3, 0xcd, 0x96, 0xf9, 0xcd, 0xed, 0x81, 0x19, 0xe5, 0xa5, 0x32, 0xee, 0xa4, 0x34, 0x1b, 0xbb, 0x04, 0x51, 0x6a, 0x80, 0x01, 0x29, 0x47, 0x6c, 0xd0, 0xa3, 0x94, 0x96, 0x5e, 0x17, 0xa0, 0xdd, 0xff, 0x33, 0xb7, 0x7c, 0x5a, 0x31, 0xff, 0x0f, 0x74, 0x08, 0xf1, 0xf0, 0x15, 0xb1, 0xb5, 0x16, 0x53, 0xc4, 0x7c, 0xef, 0x08, 0xdf, 0x49, 0xdf, 0xb3, 0x6c, 0xc1, 0x7b, 0xcd, 0x04, 0x82, 0x8f, 0xf6, 0x14, 0xf3, 0x1e, 0x81, 0x1c, 0xaf, 0x09, 0x06, 0xc0, 0x47, 0x17, 0x32, 0x4e, 0x0e, 0x1f, 0x17, 0xf0, 0xf2, 0xdf, 0x37, 0x7c, 0x70, 0x44, 0xdd, 0x12, 0xe2, 0xa3, 0x6a, 0xd4, 0x79, 0xe5, 0x52, 0x46, 0x25, 0xa7, 0x89, 0xb7, 0x7d, 0xae, 0x02, 0x36 } } }; static const struct cckprng_op_generate op_init_6525 = { .hd = { .id = 6268, .kind = OP_GENERATE }, .rand_nbytes = 278, .out = { .rand = { 0xc6, 0x7a, 0xbe, 0x8e, 0x55, 0xfc, 0x86, 0x7f, 0x3a, 0x31, 0x6c, 0xb8, 0x8c, 0x52, 0xd6, 0xd4, 0xce, 0x97, 0xba, 0x2c, 0xbb, 0x70, 0x7d, 0x19, 0x90, 0x64, 0xe6, 0xce, 0x97, 0xe7, 0x77, 0x56, 0xf4, 0x30, 0xe6, 0x54, 0x5e, 0x0f, 0x38, 0x52, 0x41, 0xf1, 0xd0, 0x0c, 0x28, 0x9d, 0x13, 0x1f, 0x27, 0xe2, 0x11, 0x86, 0x1d, 0xdd, 0x23, 0xbf, 0x50, 0x23, 0xbd, 0xc3, 0x29, 0x69, 0x0b, 0x05, 0xcf, 0x12, 0xa7, 0xde, 0x25, 0xff, 0x08, 0x33, 0x19, 0x21, 0xfa, 0x9d, 0x94, 0x05, 0xd4, 0xc3, 0xda, 0x18, 0x98, 0xad, 0x6b, 0xbc, 0x62, 0x8c, 0xbc, 0xe7, 0xea, 0xa7, 0x92, 0x59, 0xe6, 0xd6, 0xf6, 0x9f, 0xd7, 0xb1, 0x81, 0x02, 0xcb, 0x00, 0x96, 0xa2, 0x07, 0x66, 0x1a, 0x5b, 0x6f, 0x98, 0x04, 0x54, 0x42, 0x71, 0x8e, 0xf1, 0x8d, 0xde, 0xac, 0x0a, 0x34, 0xa3, 0xc3, 0x9a, 0x75, 0xcd, 0x7d, 0x3f, 0x90, 0xe8, 0x29, 0x38, 0x41, 0x68, 0x55, 0xdb, 0xb4, 0x20, 0xdb, 0x42, 0x56, 0x16, 0xc5, 0x47, 0xef, 0x6f, 0x3d, 0x85, 0x86, 0x24, 0x80, 0xce, 0x0d, 0x75, 0x66, 0x56, 0xad, 0x62, 0x72, 0x8d, 0x31, 0x7d, 0x61, 0xc4, 0xc3, 0xa5, 0x2d, 0x71, 0x4e, 0x22, 0x46, 0x7a, 0xcc, 0xc1, 0x09, 0x91, 0x72, 0x20, 0x00, 0x50, 0xb1, 0x97, 0x6a, 0x0a, 0x12, 0x0b, 0x85, 0x88, 0x25, 0xf5, 0xf4, 0xff, 0xab, 0x05, 0xd9, 0x57, 0x9f, 0xca, 0x2f, 0x2b, 0x7e, 0xfd, 0xbf, 0xd9, 0xbc, 0xcd, 0x5f, 0x8b, 0x95, 0x80, 0x3b, 0xfd, 0xae, 0x2d, 0x42, 0x48, 0x69, 0x40, 0x7b, 0xb8, 0x1d, 0x91, 0xc5, 0x51, 0xc9, 0xab, 0xe9, 0x19, 0x2b, 0xde, 0x74, 0x7c, 0xe4, 0xf8, 0xa7, 0x5f, 0x94, 0x8c, 0xd0, 0x1d, 0x91, 0x53, 0x78, 0xab, 0x06, 0x13, 0xfa, 0x1e, 0xc7, 0xc2, 0x4f, 0x44, 0x39, 0xd6, 0x20, 0x4a, 0x6c, 0x5c, 0xd0, 0xc3, 0x85, 0x78, 0xfc, 0x10, 0x9d, 0x56, 0xb6, 0x87, 0xfc, 0xc4, 0xf1, 0xd7, 0xf5, 0xa9, 0x6a, 0x7c } } }; static const struct cckprng_op_generate op_init_6526 = { .hd = { .id = 6269, .kind = OP_GENERATE }, .rand_nbytes = 58, .out = { .rand = { 0xa7, 0xf6, 0xb0, 0xed, 0xb0, 0x21, 0xe6, 0xf6, 0x9b, 0xa7, 0xaa, 0xe9, 0x05, 0x5d, 0xd5, 0x56, 0x3f, 0x87, 0x98, 0x3f, 0x96, 0x72, 0xdd, 0x7c, 0xc0, 0x9c, 0xfb, 0xda, 0xa8, 0xad, 0x90, 0x61, 0x28, 0xfb, 0x8b, 0xaa, 0xad, 0x9b, 0xc2, 0xf4, 0x09, 0x0c, 0xb9, 0x17, 0xe3, 0xed, 0x27, 0x96, 0x75, 0xc3, 0xf6, 0x1b, 0x08, 0x0a, 0x0d, 0x67, 0xe3, 0x61 } } }; static const struct cckprng_op_refresh op_refresh_6527 = { .hd = { .id = 6270, .kind = OP_REFRESH }, .rand = 8961442429645472191ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6528 = { .hd = { .id = 6271, .kind = OP_RESEED }, .nonce = 1769518357103821299ULL, .seed_nbytes = 196, .seed = { 0xad, 0x0e, 0x3e, 0x50, 0xcc, 0x5b, 0xa4, 0xf8, 0xdd, 0x6b, 0x91, 0x1b, 0x16, 0x55, 0x96, 0x92, 0x55, 0x4f, 0x41, 0x8f, 0xbe, 0x75, 0x8a, 0x08, 0x0c, 0xac, 0x5c, 0x93, 0x28, 0x79, 0xc0, 0x3e, 0x79, 0x0a, 0xc0, 0xa7, 0x06, 0x78, 0x0f, 0xfe, 0x7c, 0x13, 0xdb, 0x02, 0xdb, 0x9a, 0x3e, 0x79, 0x46, 0x3f, 0x39, 0x50, 0xf3, 0x0e, 0x0c, 0x32, 0xb5, 0x14, 0x76, 0x3e, 0xe7, 0xdc, 0xb6, 0xfe, 0x38, 0x43, 0xf5, 0x83, 0xd9, 0x5d, 0x30, 0x9b, 0x39, 0x1b, 0x26, 0x35, 0xa2, 0xe9, 0x7d, 0x62, 0x49, 0x15, 0x66, 0x2b, 0xad, 0xdf, 0xb5, 0xaf, 0x13, 0x66, 0x50, 0x34, 0x57, 0x7c, 0x31, 0x21, 0x93, 0x85, 0xc8, 0x97, 0x44, 0x6b, 0xff, 0x39, 0x30, 0x4c, 0x47, 0x44, 0x9d, 0x67, 0x72, 0x55, 0x64, 0xf3, 0xff, 0xf4, 0xda, 0x94, 0x01, 0x8e, 0x47, 0x4d, 0x3b, 0xc3, 0x9d, 0x11, 0x12, 0xf9, 0x42, 0xc9, 0x9d, 0x32, 0x68, 0x2b, 0x50, 0xe1, 0xf8, 0xef, 0xcf, 0x4c, 0x51, 0x84, 0x69, 0xfd, 0xf2, 0x4a, 0x1a, 0xdd, 0xb4, 0x18, 0x2d, 0xb1, 0x0f, 0x90, 0x8a, 0xc5, 0xb7, 0xd8, 0xd2, 0x6c, 0x66, 0x58, 0x14, 0x5a, 0x4f, 0x79, 0x1e, 0x40, 0x7d, 0xf7, 0x0e, 0xb9, 0x74, 0xdc, 0xf5, 0x25, 0xf5, 0x59, 0xd6, 0x59, 0xd2, 0x22, 0x05, 0xb8, 0xb0, 0x58, 0x19, 0x70, 0x86, 0x6d, 0xc1, 0x8f, 0x2f, 0x83, 0x83, 0xde } }; static const struct cckprng_op_refresh op_refresh_6529 = { .hd = { .id = 6272, .kind = OP_REFRESH }, .rand = 16855342854074871650ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6530 = { .hd = { .id = 6273, .kind = OP_REFRESH }, .rand = 8982350285211268172ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6531 = { .hd = { .id = 6274, .kind = OP_REFRESH }, .rand = 7779897339498997279ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6532 = { .hd = { .id = 6275, .kind = OP_GENERATE }, .rand_nbytes = 137, .out = { .rand = { 0xb0, 0x2b, 0xfd, 0xe6, 0xd5, 0x68, 0xfe, 0x26, 0xf8, 0xfc, 0xb0, 0x09, 0x85, 0x3b, 0x78, 0xb1, 0x71, 0xff, 0xf9, 0x86, 0xa4, 0xfd, 0x1c, 0x26, 0x7e, 0x0f, 0xd7, 0xc5, 0x55, 0x38, 0x71, 0xe4, 0xc8, 0x57, 0xb8, 0x2e, 0x4a, 0xe2, 0xa0, 0x4f, 0x53, 0x1f, 0xe0, 0xd9, 0xf4, 0x77, 0x7b, 0xd7, 0xe5, 0x08, 0xea, 0x78, 0xfc, 0x46, 0x35, 0x77, 0x3e, 0x41, 0x9d, 0x2a, 0xcd, 0x58, 0xeb, 0x34, 0xd9, 0x5f, 0x35, 0xfe, 0xf3, 0xf8, 0x2c, 0x93, 0xed, 0x2e, 0x7b, 0x20, 0x93, 0xcd, 0x0c, 0xe5, 0x4b, 0x9b, 0x99, 0x44, 0xb4, 0x38, 0x7e, 0x15, 0x36, 0x1d, 0xdf, 0xc0, 0x01, 0x73, 0xb7, 0x67, 0x8b, 0x1d, 0x46, 0x51, 0xb8, 0x9c, 0x14, 0x78, 0x8d, 0xe2, 0x48, 0xf1, 0x97, 0xa5, 0x6a, 0x81, 0x21, 0x92, 0x67, 0xc8, 0x52, 0x71, 0xc6, 0x3d, 0x88, 0xc7, 0x78, 0x18, 0x49, 0xd9, 0x96, 0xb4, 0x1c, 0x0b, 0xf1, 0x89, 0xa4, 0xc5, 0xd8, 0x7c, 0x26 } } }; static const struct cckprng_op_reseed op_reseed_6533 = { .hd = { .id = 6276, .kind = OP_RESEED }, .nonce = 8878762290555885174ULL, .seed_nbytes = 126, .seed = { 0x40, 0x1a, 0xba, 0xc5, 0x1c, 0xb9, 0xb4, 0x11, 0x30, 0x8f, 0xc6, 0x33, 0x6c, 0xb5, 0x19, 0xa3, 0x24, 0x7a, 0x9e, 0xbc, 0xd4, 0x41, 0x04, 0xe8, 0x49, 0x12, 0x61, 0x8c, 0x12, 0x19, 0xa1, 0x32, 0xc4, 0x71, 0xb8, 0x4b, 0x0d, 0xdd, 0x85, 0x0b, 0xa4, 0x4b, 0x27, 0x30, 0x9e, 0x24, 0xa8, 0x73, 0x0b, 0xc2, 0x19, 0xf9, 0xc3, 0x99, 0x66, 0xe7, 0x14, 0xe8, 0x54, 0x5f, 0x66, 0x8e, 0x4f, 0x73, 0x03, 0xb3, 0x48, 0x4b, 0x90, 0x51, 0xec, 0x30, 0x16, 0x5b, 0xae, 0x0c, 0xec, 0xec, 0x5a, 0xf7, 0x6c, 0xfa, 0x29, 0x45, 0x69, 0x42, 0xbb, 0x4a, 0x06, 0xd9, 0x66, 0x23, 0x26, 0x43, 0xb8, 0xec, 0x09, 0xaf, 0x1e, 0xf2, 0xe8, 0x23, 0x43, 0xf2, 0x5d, 0x05, 0x33, 0x91, 0xe6, 0x20, 0x74, 0x9b, 0xe7, 0x1e, 0x72, 0xe5, 0x3c, 0xc8, 0x36, 0x89, 0xeb, 0x47, 0xc4, 0xa1, 0xb4, 0xa6 } }; static const struct cckprng_op_refresh op_refresh_6534 = { .hd = { .id = 6277, .kind = OP_REFRESH }, .rand = 6250292066111198209ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6535 = { .hd = { .id = 6278, .kind = OP_GENERATE }, .rand_nbytes = 108, .out = { .rand = { 0x6a, 0xbe, 0x7d, 0x4f, 0x32, 0xb2, 0xc4, 0x4d, 0xe1, 0x8a, 0xad, 0x73, 0x55, 0xee, 0x4e, 0x41, 0x53, 0x00, 0x8a, 0x7f, 0x86, 0xee, 0xd3, 0xe0, 0xf3, 0xcb, 0xf8, 0xfa, 0xa0, 0x44, 0xe1, 0x9b, 0x31, 0x66, 0x9f, 0x6c, 0x8e, 0x76, 0x93, 0x0a, 0x1e, 0xc6, 0x47, 0xd7, 0xcd, 0x39, 0xe0, 0x05, 0x4e, 0xa9, 0x3e, 0xdb, 0xdb, 0x73, 0x76, 0x1d, 0x0f, 0x2c, 0x6f, 0x56, 0xf4, 0xec, 0x71, 0x05, 0xbb, 0x1e, 0x24, 0xae, 0x69, 0xa5, 0x40, 0x1a, 0x00, 0x67, 0x8b, 0xa4, 0x18, 0x3b, 0xdc, 0xd6, 0xc7, 0xec, 0xce, 0x25, 0x2f, 0x3a, 0x51, 0xdb, 0xe7, 0x3c, 0xb3, 0x9e, 0x13, 0x32, 0xc3, 0x70, 0x11, 0xdd, 0xbf, 0x6b, 0xd5, 0xa5, 0xe0, 0xd1, 0x5c, 0x1f, 0x0e, 0xbc } } }; static const struct cckprng_op_generate op_init_6536 = { .hd = { .id = 6279, .kind = OP_GENERATE }, .rand_nbytes = 164, .out = { .rand = { 0x05, 0x9b, 0xd4, 0x59, 0xef, 0xdc, 0x0a, 0x1c, 0x14, 0x3c, 0x65, 0x62, 0x37, 0xa9, 0x7d, 0x79, 0x71, 0xaa, 0x61, 0x9c, 0xc9, 0x10, 0xfb, 0x3d, 0x8b, 0x6b, 0x20, 0xf0, 0x89, 0x80, 0xda, 0x83, 0x2d, 0x61, 0x99, 0x84, 0xdc, 0x8b, 0x5e, 0x58, 0x4b, 0x64, 0x95, 0x1c, 0xbc, 0x8f, 0x1b, 0x2d, 0xa8, 0x4a, 0x3e, 0x6c, 0x77, 0xd3, 0x15, 0x19, 0xfa, 0x87, 0x08, 0x85, 0xbf, 0x23, 0x22, 0x3e, 0x33, 0x96, 0x25, 0x25, 0x86, 0xb5, 0xda, 0x5f, 0xde, 0x49, 0xec, 0x51, 0xc0, 0x36, 0x56, 0x38, 0x86, 0x50, 0x73, 0x70, 0xf7, 0x79, 0x40, 0x68, 0x27, 0x14, 0xc6, 0xdc, 0x64, 0xf0, 0xbb, 0x5a, 0x68, 0xa7, 0xdc, 0x7f, 0xb1, 0x13, 0xf6, 0x2c, 0x1e, 0x87, 0x32, 0x27, 0xfe, 0xa4, 0xb2, 0xc3, 0xf9, 0x92, 0xba, 0x46, 0x53, 0x99, 0xbf, 0x84, 0x9d, 0x8f, 0xd1, 0x88, 0xd6, 0x4e, 0xd9, 0xa5, 0x0a, 0x00, 0x43, 0x46, 0xf8, 0xdc, 0x7e, 0x3f, 0x8b, 0x12, 0xdb, 0xf8, 0xe7, 0x13, 0xa5, 0xe9, 0x17, 0xfb, 0xdf, 0xc7, 0x82, 0x1b, 0x8e, 0xee, 0x4b, 0x6a, 0x99, 0xa9, 0x77, 0x11, 0x0c, 0x2d, 0xab, 0xe0, 0xd3, 0x47 } } }; static const struct cckprng_op_refresh op_refresh_6537 = { .hd = { .id = 6280, .kind = OP_REFRESH }, .rand = 4101979352893261871ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6538 = { .hd = { .id = 6281, .kind = OP_REFRESH }, .rand = 7320594703064594940ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6539 = { .hd = { .id = 6282, .kind = OP_GENERATE }, .rand_nbytes = 226, .out = { .rand = { 0x0c, 0xc6, 0x9e, 0xa2, 0x1a, 0x13, 0x63, 0xc4, 0xf9, 0x99, 0xcc, 0x10, 0xc5, 0xfe, 0x52, 0x1a, 0x93, 0x66, 0xc2, 0x57, 0x7c, 0x86, 0xd9, 0x94, 0x7f, 0xe9, 0xdd, 0x2f, 0x90, 0xa1, 0x64, 0x22, 0xbf, 0x61, 0x0e, 0x55, 0xab, 0x44, 0x21, 0xb8, 0x69, 0x43, 0x24, 0xc3, 0xda, 0x83, 0x7c, 0x8c, 0xd8, 0xf9, 0xbb, 0xba, 0x9a, 0x9e, 0x04, 0x38, 0x7b, 0x27, 0x39, 0x87, 0xfb, 0xd1, 0x74, 0x49, 0x87, 0xf3, 0xe6, 0x02, 0xb8, 0x4e, 0x7d, 0x0d, 0xcb, 0xa7, 0x69, 0xb8, 0x15, 0x09, 0xd7, 0xb9, 0x8b, 0x89, 0xb9, 0xb3, 0x45, 0xba, 0x9d, 0x3f, 0x8e, 0xbd, 0x2e, 0xd7, 0x87, 0x12, 0xcd, 0x2c, 0x15, 0xe3, 0xe2, 0x1b, 0x51, 0x53, 0x77, 0x6f, 0xf7, 0x56, 0x91, 0x78, 0x36, 0xf5, 0x2b, 0xc0, 0xb4, 0x2d, 0x46, 0x15, 0x81, 0xc7, 0xc2, 0x66, 0x48, 0xa9, 0xcd, 0x6a, 0x78, 0x97, 0x58, 0x62, 0x68, 0x00, 0x05, 0xcc, 0x5f, 0x9f, 0x4d, 0xf0, 0x11, 0x46, 0xb0, 0xc6, 0xcf, 0x1e, 0x84, 0x06, 0x48, 0x1c, 0x67, 0x80, 0x4e, 0x73, 0x35, 0xa1, 0xfb, 0xde, 0x0e, 0x57, 0x40, 0x24, 0xdc, 0x6b, 0xfb, 0xe2, 0xb7, 0xb4, 0x9f, 0x77, 0x79, 0xb8, 0xca, 0xb4, 0xbb, 0xfe, 0xba, 0x1c, 0x1c, 0xb2, 0x72, 0x33, 0x7a, 0x55, 0xf1, 0x0f, 0xcf, 0xed, 0xe4, 0x93, 0x55, 0x55, 0x4c, 0x7b, 0x43, 0xcf, 0x92, 0x5d, 0x73, 0x17, 0x3c, 0x56, 0xff, 0x0f, 0xe6, 0x14, 0x5a, 0xc2, 0x99, 0x51, 0xcb, 0xf1, 0xcd, 0xee, 0xea, 0xb2, 0x29, 0x9f, 0x92, 0xe1, 0x8c, 0x34, 0xf8, 0x1d, 0x21, 0xbf, 0x95, 0x0d, 0xc4, 0x5c } } }; static const struct cckprng_op_generate op_init_6540 = { .hd = { .id = 6283, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x35, 0x98, 0xcd, 0x5a, 0x32, 0xd6, 0xb2, 0xa9, 0x42, 0xa8, 0x62, 0xd4, 0xc2, 0xe9, 0xa8, 0x64, 0xf0, 0x58, 0xeb, 0x93, 0x49, 0xc7, 0x84, 0x04, 0x56, 0xa9, 0xb6, 0x80, 0xa0, 0xd2, 0x45, 0x3a, 0x94, 0xb1, 0x16, 0x63, 0x3f, 0x97, 0x5e, 0x6c, 0xe9, 0xb6, 0xf6, 0xa6, 0xf1, 0x14, 0x17, 0xbc, 0x30 } } }; static const struct cckprng_op_refresh op_refresh_6541 = { .hd = { .id = 6284, .kind = OP_REFRESH }, .rand = 5196750081610128779ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6542 = { .hd = { .id = 6285, .kind = OP_GENERATE }, .rand_nbytes = 67, .out = { .rand = { 0xda, 0xc3, 0x29, 0xa9, 0x53, 0x04, 0x32, 0x4d, 0x89, 0x23, 0x5d, 0xae, 0xaf, 0xcc, 0x5a, 0x26, 0xef, 0x08, 0x26, 0x02, 0x8e, 0x89, 0x27, 0xac, 0x76, 0xb9, 0x6a, 0x18, 0x7d, 0xd5, 0x54, 0xe3, 0xbe, 0xe5, 0x84, 0x39, 0x97, 0x26, 0xd2, 0x4e, 0x3f, 0x82, 0x86, 0xc8, 0x86, 0x8d, 0x84, 0x18, 0x65, 0x9e, 0xca, 0x47, 0xb1, 0x8a, 0xc8, 0x4e, 0x52, 0xab, 0x6d, 0xcd, 0x94, 0x07, 0x22, 0xa7, 0xe0, 0x8d, 0xd6 } } }; static const struct cckprng_op_reseed op_reseed_6543 = { .hd = { .id = 6286, .kind = OP_RESEED }, .nonce = 4367796829769075585ULL, .seed_nbytes = 65, .seed = { 0x93, 0x0e, 0x3f, 0x36, 0x11, 0x1c, 0x90, 0x49, 0x9e, 0x01, 0xc2, 0xfa, 0xa8, 0x0a, 0x54, 0xcc, 0x2d, 0x2c, 0xf0, 0x6a, 0x66, 0x67, 0x64, 0xa2, 0x0b, 0xfe, 0xf1, 0x49, 0xa0, 0x10, 0xa1, 0x08, 0xb4, 0xe5, 0xf5, 0x3c, 0xd3, 0x22, 0xa1, 0x1b, 0xc5, 0x98, 0x0e, 0x57, 0x78, 0xc0, 0xc5, 0xc6, 0x8f, 0x2c, 0x9b, 0x09, 0xd8, 0xf4, 0xfa, 0x3a, 0xfb, 0x9e, 0x6f, 0x8c, 0xf5, 0xdd, 0x4b, 0xb9, 0xe5 } }; static const struct cckprng_op_generate op_init_6544 = { .hd = { .id = 6287, .kind = OP_GENERATE }, .rand_nbytes = 265, .out = { .rand = { 0xc5, 0xd1, 0x91, 0x49, 0xa0, 0x59, 0x78, 0xbb, 0x25, 0x83, 0xfe, 0x3e, 0x86, 0x19, 0xb2, 0x55, 0x04, 0xb4, 0x1d, 0x16, 0xd4, 0x9f, 0xf2, 0x7a, 0x3c, 0x2e, 0xbb, 0x70, 0x44, 0x93, 0xa5, 0x42, 0x69, 0x04, 0xb4, 0xa0, 0xb3, 0x84, 0x76, 0x80, 0x30, 0x99, 0x6b, 0x35, 0x44, 0x7d, 0x8e, 0x5e, 0xc1, 0x70, 0x70, 0xa1, 0x03, 0xe2, 0x04, 0x94, 0x15, 0x3e, 0x95, 0x6c, 0xd0, 0xf8, 0x46, 0x06, 0x70, 0x38, 0xf5, 0xc6, 0x5c, 0x9a, 0x7a, 0x69, 0xee, 0xf8, 0x43, 0x79, 0xfc, 0x6e, 0xc1, 0xad, 0xf1, 0x8f, 0x26, 0x4c, 0xf6, 0x28, 0x1f, 0xf6, 0x3e, 0x41, 0x59, 0x91, 0x3a, 0xca, 0xfe, 0x07, 0x96, 0xc9, 0x7f, 0x1e, 0xe6, 0x85, 0xc2, 0x8c, 0x20, 0x87, 0x04, 0xb6, 0x22, 0x59, 0xc9, 0x86, 0x45, 0x45, 0x45, 0x8f, 0x2d, 0xd7, 0x0b, 0x51, 0xf3, 0xa3, 0x2a, 0x0c, 0x5d, 0x6c, 0xb3, 0xfa, 0xca, 0xef, 0xd6, 0xf2, 0x26, 0x8f, 0x89, 0xcb, 0x0c, 0x4e, 0x26, 0xa6, 0xdc, 0x5d, 0x40, 0x73, 0x78, 0x5f, 0x9e, 0x9e, 0x1b, 0x49, 0xdd, 0x49, 0xfb, 0xc4, 0x1f, 0x18, 0xc5, 0x55, 0xc4, 0xbd, 0xfa, 0x6b, 0xc0, 0x66, 0xb6, 0x40, 0xa4, 0xe7, 0x8b, 0xfb, 0xfe, 0xb3, 0x80, 0xdc, 0x6f, 0xa3, 0x92, 0x30, 0xa6, 0x68, 0x51, 0x6a, 0x97, 0x18, 0xc4, 0x03, 0x02, 0x14, 0xbc, 0x8e, 0xac, 0xd8, 0x67, 0xfb, 0x86, 0x63, 0x0a, 0xe9, 0x00, 0xf3, 0xcc, 0xb1, 0x44, 0x34, 0x3d, 0xc0, 0xae, 0xda, 0x3a, 0x2d, 0x40, 0x18, 0xb8, 0xfd, 0x76, 0xf5, 0x94, 0xd2, 0x05, 0xe4, 0x23, 0x22, 0x80, 0x7c, 0x5d, 0x44, 0x6a, 0x71, 0xf6, 0x68, 0x47, 0x81, 0x11, 0x6f, 0x1c, 0x24, 0x42, 0x62, 0x89, 0xe3, 0x82, 0xd2, 0x85, 0xc5, 0x2d, 0x32, 0x97, 0x52, 0xfc, 0xac, 0x2e, 0xd2, 0x7e, 0x54, 0x52, 0xb5, 0x5e, 0x5e, 0x9e, 0xa8, 0xa5, 0x61, 0x3a, 0x59, 0x30 } } }; static const struct cckprng_op_reseed op_reseed_6545 = { .hd = { .id = 6288, .kind = OP_RESEED }, .nonce = 5325245696433159620ULL, .seed_nbytes = 185, .seed = { 0xb3, 0xba, 0x56, 0xf4, 0xf3, 0x7b, 0xcf, 0x65, 0x3c, 0xf1, 0x23, 0x61, 0x7d, 0x05, 0x20, 0x63, 0x82, 0x2a, 0xc3, 0xd1, 0xed, 0xf3, 0x71, 0x35, 0x28, 0x34, 0x37, 0xf5, 0xa3, 0xaa, 0x07, 0x85, 0x42, 0xbd, 0x3d, 0x6e, 0x95, 0xe4, 0xd2, 0xc8, 0xef, 0xcd, 0xbc, 0x72, 0x6f, 0x93, 0xd1, 0xc3, 0x2c, 0x8d, 0xe3, 0x33, 0x53, 0xca, 0x3f, 0x6b, 0x93, 0x3b, 0xa4, 0x15, 0xbf, 0xb8, 0xfa, 0x53, 0xe5, 0xf3, 0x18, 0xcf, 0x62, 0xbc, 0x0e, 0x44, 0x6b, 0xa9, 0x35, 0x98, 0xa0, 0x13, 0x67, 0x90, 0xb8, 0xf4, 0x35, 0xe0, 0x8c, 0x6b, 0x97, 0x80, 0xf4, 0x9b, 0x20, 0x21, 0xb0, 0x40, 0x18, 0x21, 0xd2, 0x39, 0xe4, 0xf5, 0x1f, 0x65, 0x43, 0x9e, 0x23, 0x23, 0x48, 0x83, 0xa4, 0xf0, 0x1e, 0x59, 0xb4, 0x8b, 0xcf, 0x31, 0x9b, 0x4c, 0x75, 0xe5, 0xe3, 0x92, 0xf0, 0x2c, 0x7a, 0xac, 0xd2, 0x82, 0xb2, 0x61, 0x95, 0xa8, 0xc3, 0x92, 0x39, 0x5c, 0x7f, 0x57, 0x1f, 0xd9, 0xfd, 0xbb, 0x02, 0xa6, 0xe2, 0xe8, 0xa9, 0x60, 0x7d, 0xf5, 0xb6, 0x41, 0xdc, 0x15, 0x2f, 0x4f, 0x4a, 0x4c, 0xe4, 0x74, 0x7c, 0x16, 0xa5, 0xe9, 0xbd, 0x79, 0xff, 0xfb, 0x15, 0xa4, 0x55, 0x2b, 0x8a, 0x79, 0x45, 0xf1, 0x53, 0x3c, 0x7f, 0xf4, 0xdb, 0xc9, 0x34, 0x38, 0xf9 } }; static const struct cckprng_op_refresh op_refresh_6546 = { .hd = { .id = 6289, .kind = OP_REFRESH }, .rand = 16435446213388054915ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6547 = { .hd = { .id = 6290, .kind = OP_GENERATE }, .rand_nbytes = 71, .out = { .rand = { 0x04, 0x73, 0xd3, 0xef, 0x6e, 0x1a, 0x86, 0x40, 0xd6, 0x05, 0x01, 0x63, 0xae, 0xc6, 0xa6, 0xad, 0x0e, 0xbf, 0x20, 0x4c, 0x17, 0x82, 0x8b, 0x66, 0x25, 0xdb, 0xc6, 0xe2, 0x3a, 0x73, 0xf3, 0x76, 0xe5, 0x7f, 0xda, 0xa5, 0xd6, 0x23, 0xdd, 0x8c, 0xbc, 0x0e, 0xa9, 0x56, 0x7e, 0xd0, 0x4e, 0x79, 0x79, 0xf6, 0x9a, 0xf4, 0xad, 0xf3, 0x10, 0x28, 0x44, 0xca, 0x41, 0x3d, 0x09, 0x54, 0xf8, 0xc6, 0x29, 0xe4, 0x33, 0xfa, 0x3f, 0xed, 0x73 } } }; static const struct cckprng_op_refresh op_refresh_6548 = { .hd = { .id = 6291, .kind = OP_REFRESH }, .rand = 13329678545192177160ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6549 = { .hd = { .id = 6292, .kind = OP_RESEED }, .nonce = 2703588573236257468ULL, .seed_nbytes = 97, .seed = { 0xa8, 0x0c, 0x89, 0xca, 0xf9, 0x37, 0xab, 0x3b, 0xab, 0x17, 0xf0, 0x43, 0x8a, 0xeb, 0xc8, 0x57, 0x0b, 0xd4, 0x64, 0xd6, 0xdf, 0x52, 0x5e, 0x99, 0x38, 0xb2, 0x2b, 0xa3, 0x71, 0xdb, 0x74, 0x38, 0x47, 0x43, 0x61, 0x74, 0x12, 0x9b, 0xa5, 0xa6, 0x33, 0xd4, 0x12, 0xb0, 0x9d, 0xd6, 0x4d, 0x52, 0x28, 0x05, 0x59, 0x6b, 0xd6, 0x57, 0x16, 0x71, 0xeb, 0xfa, 0xe2, 0x0d, 0x53, 0x3c, 0x76, 0xc8, 0xb9, 0x88, 0xd2, 0xdb, 0x70, 0xb8, 0x9d, 0xad, 0x16, 0x78, 0x1d, 0x7d, 0x64, 0x91, 0x1c, 0x4e, 0x44, 0x74, 0x54, 0xb3, 0xab, 0x6d, 0xde, 0x56, 0xb2, 0xb0, 0xd1, 0x8c, 0x75, 0xe6, 0x08, 0x23, 0x01 } }; static const struct cckprng_op_reseed op_reseed_6550 = { .hd = { .id = 6293, .kind = OP_RESEED }, .nonce = 2463606422682320068ULL, .seed_nbytes = 245, .seed = { 0x7b, 0x92, 0x44, 0xe5, 0xe2, 0xc5, 0x28, 0xb0, 0x75, 0xa4, 0x82, 0x96, 0xe2, 0xcd, 0x81, 0x70, 0xee, 0xb8, 0x80, 0xb0, 0x76, 0x55, 0x1d, 0xca, 0x69, 0x10, 0xac, 0xf0, 0x51, 0x09, 0x68, 0xc7, 0x21, 0xd5, 0x63, 0x8b, 0xd1, 0xd2, 0x0e, 0x6d, 0x74, 0xb9, 0x1b, 0x97, 0xae, 0x3c, 0xe3, 0x8e, 0x59, 0x06, 0xe4, 0x06, 0xe3, 0x5d, 0x58, 0x04, 0x7d, 0x0c, 0x68, 0x88, 0xe7, 0x30, 0x8c, 0x15, 0xbb, 0xa9, 0x54, 0xa2, 0x05, 0xab, 0xfd, 0xa0, 0xc2, 0xb5, 0xc0, 0x80, 0x34, 0xb2, 0x97, 0xd2, 0x2c, 0x25, 0xc8, 0x4a, 0xb0, 0xd6, 0x79, 0x4f, 0x6f, 0xb2, 0x19, 0xad, 0xc8, 0x63, 0x5d, 0x32, 0x78, 0xac, 0x7b, 0x25, 0x2e, 0x0c, 0x1d, 0x6d, 0xe6, 0xef, 0x08, 0x8d, 0xbf, 0xc3, 0xf1, 0x50, 0xb5, 0xc6, 0x8a, 0x52, 0xc4, 0xac, 0x71, 0xbd, 0x93, 0x83, 0xd4, 0x26, 0xb2, 0x77, 0x35, 0xaf, 0x79, 0x87, 0x51, 0x40, 0x73, 0x33, 0x0f, 0xfb, 0x49, 0x9b, 0x06, 0x4a, 0x24, 0x8a, 0x14, 0x3a, 0x61, 0x79, 0xd5, 0x0f, 0x8b, 0x7b, 0x11, 0x80, 0xb0, 0x28, 0x40, 0x92, 0x3f, 0x53, 0xcf, 0x41, 0xf6, 0xc4, 0x64, 0xc1, 0x57, 0x02, 0x5a, 0x04, 0xfb, 0x77, 0x42, 0xa9, 0xe5, 0xf8, 0x47, 0x4d, 0xe6, 0x14, 0x91, 0xca, 0x3f, 0x9b, 0x83, 0x93, 0x63, 0x8a, 0xfc, 0x47, 0x3c, 0xaf, 0x0b, 0xb7, 0xda, 0x81, 0x59, 0x14, 0x15, 0xe4, 0x6c, 0x56, 0x22, 0x68, 0x56, 0x58, 0x40, 0x97, 0x90, 0x75, 0xc6, 0xb6, 0xd4, 0x88, 0x21, 0xd6, 0x0e, 0x13, 0x6a, 0x5b, 0x16, 0x3a, 0xbc, 0xf0, 0x72, 0xff, 0x2a, 0x77, 0xea, 0x2e, 0x0d, 0xbd, 0xe5, 0x93, 0xf7, 0x32, 0x1c, 0x82, 0xfe, 0x01, 0x36, 0xb6, 0x43, 0xab, 0xe0, 0x13, 0x90 } }; static const struct cckprng_op_generate op_init_6551 = { .hd = { .id = 6294, .kind = OP_GENERATE }, .rand_nbytes = 24, .out = { .rand = { 0x05, 0xf7, 0xd9, 0x06, 0x3e, 0x5e, 0x89, 0x98, 0x49, 0x86, 0x63, 0xe3, 0x80, 0xac, 0x4a, 0x61, 0xa7, 0x50, 0xe7, 0x8d, 0x4b, 0x11, 0x16, 0x1c } } }; static const struct cckprng_op_generate op_init_6552 = { .hd = { .id = 6295, .kind = OP_GENERATE }, .rand_nbytes = 122, .out = { .rand = { 0xf4, 0x1f, 0x26, 0x67, 0xe0, 0x18, 0x68, 0x96, 0x46, 0xd7, 0x67, 0x86, 0x28, 0x97, 0xa9, 0x17, 0x25, 0x5a, 0x0a, 0x25, 0x24, 0xf1, 0xff, 0xb9, 0x08, 0x74, 0xba, 0x74, 0x61, 0xb4, 0xb9, 0xfa, 0xfa, 0x64, 0x2f, 0x81, 0x00, 0xf9, 0xd3, 0x41, 0xdb, 0xfe, 0xe4, 0x72, 0x28, 0x32, 0xff, 0x31, 0x26, 0xd0, 0x18, 0x31, 0x11, 0xdf, 0x67, 0xfc, 0xd4, 0x7b, 0xfa, 0xb3, 0x30, 0x0f, 0x3c, 0x70, 0xc3, 0x42, 0xdb, 0xf6, 0xbb, 0x28, 0xd0, 0xe6, 0xc0, 0x1f, 0x83, 0x25, 0x8b, 0x34, 0x8b, 0x11, 0xff, 0x1f, 0x08, 0x0d, 0xb9, 0x66, 0x16, 0x46, 0x0d, 0x4f, 0xc0, 0x00, 0x10, 0x0d, 0x41, 0xf0, 0x24, 0xef, 0xa0, 0x60, 0x0d, 0x19, 0xf1, 0x5c, 0x6e, 0xcd, 0x70, 0x61, 0x4a, 0x14, 0x0d, 0x57, 0x6c, 0x95, 0x49, 0xac, 0x3d, 0x08, 0xc5, 0xaf, 0x59, 0x58 } } }; static const struct cckprng_op_generate op_init_6553 = { .hd = { .id = 6296, .kind = OP_GENERATE }, .rand_nbytes = 224, .out = { .rand = { 0x49, 0x09, 0x45, 0xb9, 0xac, 0x85, 0x9b, 0x45, 0x87, 0xc7, 0xb5, 0x7c, 0x4a, 0x4d, 0xc5, 0x6d, 0xa9, 0x94, 0xa4, 0xa6, 0x96, 0x54, 0x32, 0x3f, 0xf7, 0x83, 0xc8, 0xa4, 0x20, 0x48, 0xb3, 0xc6, 0xa3, 0x24, 0xba, 0x58, 0xbb, 0x86, 0x95, 0x56, 0xba, 0xe6, 0x37, 0xb2, 0x6c, 0x72, 0xe3, 0xa7, 0x15, 0x1a, 0xa2, 0xf7, 0x3c, 0x2f, 0x97, 0x42, 0xbe, 0xf8, 0x83, 0xd3, 0x66, 0xa5, 0xa8, 0xe7, 0x34, 0x31, 0x58, 0xb1, 0x8d, 0x35, 0x01, 0x78, 0x95, 0x19, 0x8e, 0xf3, 0x19, 0xc7, 0x95, 0x21, 0x6b, 0x0e, 0xd4, 0x9c, 0xc6, 0xab, 0xa1, 0xa0, 0xb0, 0x9f, 0x8c, 0xdd, 0x49, 0x77, 0x69, 0x70, 0x96, 0xed, 0x93, 0xf5, 0x6b, 0xad, 0x95, 0x41, 0x58, 0xdb, 0x01, 0xd6, 0x89, 0xb3, 0x9a, 0x75, 0x54, 0x9b, 0x22, 0x46, 0xe0, 0xeb, 0x42, 0xfd, 0x7e, 0x80, 0x8a, 0x03, 0x03, 0x06, 0x5b, 0x46, 0x8a, 0xf1, 0xcc, 0x3b, 0x02, 0xf3, 0x64, 0x84, 0x1e, 0xef, 0xd4, 0xdc, 0xf0, 0x32, 0xda, 0xd5, 0x72, 0xa5, 0x7a, 0x2b, 0x55, 0x1e, 0xf4, 0x42, 0x23, 0xda, 0x35, 0x3d, 0x8f, 0x9c, 0x22, 0x4a, 0x4b, 0x04, 0x71, 0xd3, 0x54, 0x8b, 0x5e, 0x67, 0x1a, 0x32, 0x05, 0xa4, 0x40, 0x13, 0xc6, 0x99, 0xb2, 0xdb, 0x95, 0xf1, 0x41, 0xd5, 0x7c, 0xef, 0x49, 0x7f, 0x12, 0xfa, 0x94, 0x32, 0x2d, 0xa0, 0x8d, 0x41, 0xaf, 0x0c, 0x0f, 0xf6, 0x4d, 0x3d, 0x8a, 0x52, 0xc9, 0x51, 0x7f, 0xe4, 0xde, 0xc7, 0x00, 0x74, 0xcb, 0x42, 0x54, 0x6c, 0x68, 0x6e, 0xa6, 0xd4, 0xc9, 0x08, 0x9b, 0x24, 0x95, 0x5f } } }; static const struct cckprng_op_reseed op_reseed_6554 = { .hd = { .id = 6297, .kind = OP_RESEED }, .nonce = 14329657001646594730ULL, .seed_nbytes = 231, .seed = { 0x24, 0x1f, 0x95, 0x57, 0x51, 0x75, 0x17, 0x13, 0xe5, 0x43, 0x44, 0x7d, 0xc5, 0x25, 0xb9, 0xf7, 0x06, 0xee, 0xe9, 0x59, 0x17, 0x52, 0x15, 0xc4, 0x7f, 0x37, 0x64, 0x6e, 0x96, 0x86, 0xdb, 0xe2, 0xde, 0xef, 0x57, 0x7f, 0x61, 0x88, 0xfa, 0xa8, 0x50, 0x83, 0x2f, 0x96, 0xf2, 0x78, 0xc7, 0xa5, 0xa6, 0x38, 0x31, 0x4b, 0xce, 0xb8, 0xee, 0x7e, 0xa2, 0x8a, 0x4f, 0xf0, 0x2d, 0x4a, 0x22, 0xb6, 0xa2, 0xba, 0x27, 0xf7, 0x1e, 0x0e, 0xd6, 0x7f, 0x8c, 0x5c, 0xf3, 0xcf, 0x6b, 0x77, 0x80, 0xda, 0x08, 0xdf, 0x7c, 0x8f, 0xd8, 0x94, 0xb7, 0x65, 0x9a, 0x97, 0x7b, 0xfa, 0x92, 0x89, 0x07, 0xd6, 0x5f, 0x72, 0x38, 0xa9, 0xa4, 0x64, 0xd5, 0x09, 0x72, 0xd0, 0xf3, 0x9f, 0x03, 0xe3, 0xeb, 0x60, 0xed, 0x60, 0x39, 0x18, 0x0a, 0x88, 0xca, 0x56, 0x52, 0x47, 0x20, 0xbe, 0x41, 0xe9, 0xc3, 0x5f, 0x2e, 0x89, 0x9a, 0xce, 0x79, 0x6b, 0x98, 0x75, 0x7d, 0xda, 0x12, 0xbe, 0xca, 0x5b, 0x4c, 0x6c, 0x13, 0x47, 0x9b, 0x94, 0x30, 0x13, 0x50, 0x99, 0x2f, 0x4f, 0x76, 0xa6, 0x49, 0x14, 0xd8, 0x06, 0x80, 0x76, 0xd7, 0x81, 0xe7, 0x90, 0x3b, 0xf1, 0x5d, 0x10, 0xa0, 0x00, 0x8b, 0xf8, 0x8c, 0x4d, 0x15, 0x60, 0x99, 0x29, 0x37, 0xda, 0x0f, 0x4e, 0xa2, 0x53, 0x8d, 0x37, 0x12, 0x35, 0xaf, 0x90, 0x27, 0x54, 0x29, 0xc5, 0xb2, 0xbc, 0xad, 0xea, 0x75, 0xec, 0x32, 0xe7, 0x56, 0x32, 0xca, 0x16, 0x3d, 0xae, 0x8e, 0x64, 0x3c, 0x6a, 0x63, 0xfa, 0xf5, 0x6b, 0xc2, 0x4a, 0xc8, 0xec, 0xa8, 0x3c, 0xcf, 0x39, 0x55, 0x0b, 0x81, 0x1a, 0x5b } }; static const struct cckprng_op_reseed op_reseed_6555 = { .hd = { .id = 6298, .kind = OP_RESEED }, .nonce = 5585080563487011557ULL, .seed_nbytes = 54, .seed = { 0x16, 0x32, 0x2b, 0x2e, 0xf2, 0x0b, 0x4d, 0xb8, 0x6d, 0x09, 0xa9, 0x6d, 0x95, 0xfe, 0x0a, 0x28, 0x45, 0xfd, 0xf2, 0x76, 0x41, 0x86, 0x68, 0xac, 0xd8, 0x3c, 0x79, 0xa6, 0xf6, 0x49, 0x4f, 0xa6, 0x94, 0xbb, 0xf8, 0xf7, 0x34, 0x0f, 0x75, 0xd4, 0xbb, 0xc8, 0xf9, 0xcb, 0xf4, 0xf0, 0x5f, 0xc3, 0xe4, 0x5e, 0xe2, 0xc2, 0xb5, 0x65 } }; static const struct cckprng_op_reseed op_reseed_6556 = { .hd = { .id = 6299, .kind = OP_RESEED }, .nonce = 7118334052723387811ULL, .seed_nbytes = 230, .seed = { 0x25, 0x89, 0xeb, 0xab, 0x1b, 0xa6, 0x52, 0x90, 0xbf, 0xf1, 0x0e, 0x52, 0x01, 0x7b, 0x2d, 0xb2, 0x06, 0x5c, 0xe9, 0xd6, 0x34, 0xf5, 0x23, 0xe0, 0x75, 0xb9, 0xa4, 0x52, 0x20, 0xe3, 0x55, 0x7b, 0x12, 0x4c, 0xc3, 0x3c, 0xae, 0xa5, 0xc4, 0xc5, 0x6c, 0xb8, 0xa0, 0x0a, 0xe6, 0x81, 0x83, 0x1a, 0xd1, 0x19, 0x9b, 0x38, 0xe2, 0x7f, 0x86, 0xbe, 0x8c, 0xa3, 0xe9, 0xa3, 0x63, 0x4b, 0x86, 0x2f, 0x38, 0xd3, 0x36, 0xa5, 0xc0, 0x4b, 0xa4, 0x43, 0x28, 0x2f, 0x50, 0x7a, 0x62, 0xea, 0x2a, 0xb3, 0x1b, 0x67, 0xa0, 0x10, 0x54, 0x9a, 0x8b, 0x2f, 0x11, 0xe1, 0x3b, 0xdb, 0x14, 0xfc, 0x71, 0xf7, 0x02, 0x82, 0x88, 0x54, 0x4c, 0x0a, 0x5c, 0xe0, 0x9c, 0x5d, 0x1f, 0x65, 0xa6, 0xff, 0x03, 0x60, 0x00, 0x24, 0x6f, 0xc7, 0xbd, 0x3e, 0x36, 0x02, 0x19, 0xe6, 0x72, 0x04, 0x68, 0xe1, 0xa0, 0x27, 0xda, 0x98, 0xef, 0x4f, 0x5f, 0xba, 0x2b, 0x85, 0x47, 0x95, 0x6a, 0x97, 0xe1, 0xbb, 0x4f, 0xec, 0x0c, 0x12, 0xc3, 0xc1, 0xc0, 0x3d, 0x0b, 0xf2, 0x65, 0x88, 0x0b, 0x65, 0x36, 0xbd, 0x22, 0x5a, 0x0f, 0x56, 0x0c, 0x51, 0xa5, 0xcd, 0x41, 0x59, 0x07, 0xe8, 0x6f, 0xa6, 0x3e, 0xa8, 0xad, 0x7c, 0xa7, 0xc1, 0x4a, 0xf5, 0x4b, 0x2f, 0xd6, 0xc1, 0x94, 0x7c, 0x87, 0x5f, 0x19, 0x2d, 0x2b, 0x00, 0xb6, 0x1f, 0x6b, 0x93, 0x7c, 0x0d, 0x98, 0x84, 0x2c, 0x30, 0xf3, 0x9c, 0xb6, 0x0f, 0xfa, 0xde, 0xe8, 0x17, 0x06, 0x76, 0x3f, 0x8b, 0xf2, 0x61, 0x6d, 0x55, 0x9c, 0xa1, 0xb0, 0xbc, 0x9e, 0x6d, 0x28, 0x10, 0x76, 0xbf, 0xa4, 0x4e } }; static const struct cckprng_op_refresh op_refresh_6557 = { .hd = { .id = 6300, .kind = OP_REFRESH }, .rand = 17698044296057373554ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6558 = { .hd = { .id = 6301, .kind = OP_GENERATE }, .rand_nbytes = 49, .out = { .rand = { 0x4a, 0x03, 0x16, 0xde, 0x96, 0x00, 0xac, 0x21, 0xed, 0x8d, 0x7a, 0xf6, 0x1f, 0xe5, 0x54, 0x8f, 0x93, 0x61, 0xc1, 0x42, 0x41, 0xbd, 0xd9, 0x15, 0xbc, 0x52, 0x33, 0xe2, 0xb8, 0x7e, 0x06, 0x27, 0x1e, 0x78, 0x1d, 0xed, 0x1c, 0x9f, 0x02, 0x70, 0xfb, 0xc2, 0x1f, 0x1d, 0xeb, 0xbe, 0xda, 0xfd, 0x42 } } }; static const struct cckprng_op_refresh op_refresh_6559 = { .hd = { .id = 6302, .kind = OP_REFRESH }, .rand = 733622163742022408ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6560 = { .hd = { .id = 6303, .kind = OP_GENERATE }, .rand_nbytes = 82, .out = { .rand = { 0x83, 0x22, 0x5a, 0x96, 0x78, 0x5d, 0x49, 0x30, 0x9e, 0x08, 0x2c, 0x24, 0x33, 0x04, 0x89, 0xca, 0x77, 0xae, 0x1f, 0x5d, 0xac, 0x79, 0xa5, 0x07, 0x7d, 0xbe, 0x2e, 0x0c, 0xf7, 0x81, 0x7c, 0x67, 0x38, 0x3f, 0x67, 0x86, 0xc5, 0xc5, 0xb3, 0xca, 0xd4, 0xec, 0x1b, 0x9d, 0xb9, 0x71, 0xaa, 0x2d, 0x8b, 0x20, 0xf7, 0xb3, 0xc0, 0xd1, 0xcb, 0x68, 0x69, 0xc5, 0xfb, 0xa0, 0x5a, 0x8c, 0x65, 0x28, 0x8f, 0x69, 0x00, 0xcc, 0x70, 0xa6, 0x8b, 0xff, 0x27, 0xf1, 0xfa, 0x77, 0xea, 0x92, 0xdb, 0x3c, 0x11, 0xf4 } } }; static const struct cckprng_op_generate op_init_6561 = { .hd = { .id = 6304, .kind = OP_GENERATE }, .rand_nbytes = 200, .out = { .rand = { 0x69, 0x5b, 0x9c, 0x7b, 0x17, 0x77, 0x00, 0x37, 0x19, 0x53, 0xc8, 0xcd, 0xf2, 0x72, 0x3b, 0x6e, 0x59, 0xe3, 0x57, 0x50, 0x38, 0x64, 0x74, 0x8c, 0xd3, 0xcd, 0x3f, 0x4a, 0x97, 0xdf, 0xb1, 0xec, 0x90, 0xb7, 0xa2, 0x42, 0xf7, 0xf8, 0xd5, 0x8d, 0xbf, 0xa9, 0x76, 0xcc, 0x17, 0xab, 0x5d, 0x99, 0x1e, 0x37, 0x02, 0x0e, 0xfb, 0x09, 0xd5, 0xa0, 0x52, 0x30, 0x30, 0x05, 0xe7, 0x67, 0x02, 0x09, 0xfb, 0x27, 0x2a, 0xf9, 0x42, 0x09, 0x9e, 0xba, 0x09, 0x6b, 0xf6, 0xd4, 0xd5, 0xeb, 0x6a, 0x9f, 0xe9, 0x51, 0xe4, 0xd6, 0x06, 0x4a, 0xea, 0xe0, 0x5d, 0x37, 0xf9, 0x42, 0x65, 0xbe, 0x92, 0xd4, 0x25, 0xf8, 0x5c, 0x75, 0x83, 0xa1, 0x8e, 0xcd, 0xf2, 0x88, 0x06, 0x09, 0xb9, 0x07, 0x43, 0xad, 0x1a, 0x8c, 0x85, 0xb5, 0xf7, 0x0e, 0x28, 0x61, 0x09, 0xea, 0x5a, 0x29, 0x29, 0x9d, 0xd0, 0x37, 0x3b, 0x69, 0x52, 0xbf, 0x03, 0xe0, 0xed, 0x0e, 0x42, 0x75, 0xdf, 0x9d, 0xbe, 0x83, 0x6a, 0x2b, 0xc8, 0x50, 0x0e, 0x05, 0x37, 0x2c, 0xa9, 0x80, 0x0e, 0xeb, 0x48, 0x36, 0x16, 0x0d, 0x27, 0x1a, 0xe7, 0x2e, 0x2c, 0x1e, 0x73, 0xeb, 0x5e, 0x31, 0x6e, 0x97, 0xf1, 0x68, 0xef, 0x65, 0x40, 0xe4, 0x04, 0x56, 0xbe, 0xaf, 0x24, 0x4d, 0x95, 0xce, 0x37, 0x36, 0xf7, 0xfc, 0xc4, 0x29, 0x10, 0x32, 0xb1, 0xb8, 0x3b, 0x3b, 0x39, 0x87, 0xb9, 0x88 } } }; static const struct cckprng_op_generate op_init_6562 = { .hd = { .id = 6305, .kind = OP_GENERATE }, .rand_nbytes = 18, .out = { .rand = { 0x8c, 0x9a, 0xf9, 0x7a, 0xca, 0x5b, 0x69, 0xad, 0x78, 0xfe, 0xf9, 0xdb, 0x17, 0x3b, 0x9f, 0xad, 0xaa, 0xa1 } } }; static const struct cckprng_op_generate op_init_6563 = { .hd = { .id = 6306, .kind = OP_GENERATE }, .rand_nbytes = 26, .out = { .rand = { 0xe6, 0x20, 0xc0, 0x0f, 0x1f, 0x08, 0x95, 0x8b, 0xe4, 0xcb, 0xf5, 0x28, 0xba, 0xbf, 0xbd, 0x6e, 0x45, 0x1d, 0x13, 0x5f, 0x17, 0xf1, 0xc6, 0x80, 0x4f, 0x4f } } }; static const struct cckprng_op_generate op_init_6564 = { .hd = { .id = 6307, .kind = OP_GENERATE }, .rand_nbytes = 256, .out = { .rand = { 0xdc, 0x78, 0x50, 0xc8, 0x1a, 0x2b, 0x5c, 0xc4, 0x20, 0x2c, 0xcb, 0xbe, 0x8a, 0xb2, 0x45, 0x00, 0x6a, 0x56, 0x56, 0x3a, 0x6f, 0x09, 0xae, 0xab, 0xd8, 0x52, 0x98, 0xc5, 0x96, 0x45, 0xb3, 0xad, 0xcc, 0xd9, 0xac, 0x6c, 0x4d, 0x38, 0x7a, 0x6d, 0x91, 0xfc, 0x7a, 0x1e, 0x77, 0x55, 0x26, 0x6d, 0x8a, 0xe3, 0x44, 0x85, 0xff, 0xfc, 0x2a, 0x4c, 0x46, 0x98, 0x12, 0x85, 0xc9, 0x6e, 0xfc, 0x93, 0x5b, 0x02, 0xea, 0xbc, 0x32, 0xb3, 0x1b, 0xee, 0x80, 0x9f, 0x16, 0x4e, 0x18, 0xe0, 0x6f, 0x88, 0x40, 0xbf, 0x34, 0xf7, 0x7c, 0x61, 0xc0, 0xca, 0x93, 0xb8, 0xff, 0x40, 0x3d, 0x77, 0xb6, 0x32, 0x16, 0x13, 0x9f, 0x6d, 0x5a, 0x47, 0xd3, 0x37, 0x20, 0x90, 0x7e, 0x86, 0xab, 0xba, 0xfa, 0x17, 0x4d, 0x7b, 0xbf, 0x31, 0x3e, 0x33, 0x1f, 0x51, 0x08, 0xd8, 0x19, 0xa9, 0x73, 0x11, 0xd4, 0x31, 0x8f, 0xd1, 0xc1, 0x27, 0xac, 0x5b, 0xe6, 0x80, 0x6d, 0x65, 0x24, 0xee, 0x10, 0x21, 0x90, 0x25, 0x1a, 0x20, 0x1c, 0xde, 0xc4, 0xa1, 0x90, 0x42, 0x6e, 0xc2, 0x6c, 0x80, 0x80, 0xea, 0x7e, 0x97, 0x79, 0x70, 0x18, 0x70, 0x87, 0xed, 0xab, 0x30, 0x80, 0xa1, 0x21, 0xab, 0x3e, 0x53, 0x5a, 0x73, 0xa9, 0xdc, 0x90, 0xd6, 0x8a, 0x69, 0xa6, 0x6f, 0x4e, 0x40, 0xa9, 0xb3, 0xe5, 0x45, 0xb5, 0x11, 0xfc, 0xc5, 0xac, 0x42, 0xc0, 0xd0, 0x00, 0xe2, 0xc3, 0x20, 0xd5, 0x32, 0x75, 0x11, 0xdd, 0x23, 0x4c, 0x72, 0x3d, 0x9c, 0x5e, 0x76, 0xaf, 0x97, 0x04, 0x15, 0x71, 0xe9, 0x9f, 0x7a, 0x1e, 0x1a, 0x66, 0x66, 0xec, 0x96, 0xeb, 0xbc, 0x7c, 0x84, 0x97, 0xb4, 0x76, 0x5a, 0x9c, 0x7b, 0x4d, 0x32, 0x21, 0xf0, 0xc4, 0x8c, 0x36, 0x0c, 0x0f, 0x39, 0xba, 0xb6, 0x1d, 0xb1, 0x43, 0x00, 0x19, 0xfc } } }; static const struct cckprng_op_reseed op_reseed_6565 = { .hd = { .id = 6308, .kind = OP_RESEED }, .nonce = 12271959548761228846ULL, .seed_nbytes = 266, .seed = { 0x20, 0x6d, 0x6f, 0x08, 0x58, 0x72, 0xe5, 0x88, 0xbd, 0xfc, 0x37, 0x02, 0x51, 0x9b, 0x94, 0x2b, 0xc5, 0xbb, 0x67, 0x81, 0x85, 0x3e, 0x70, 0x12, 0x94, 0x72, 0x9f, 0x55, 0xce, 0x68, 0x61, 0xf7, 0x51, 0xe5, 0x92, 0x4b, 0x0e, 0x53, 0xf2, 0x0d, 0x69, 0x20, 0x24, 0x8c, 0xad, 0x97, 0xf9, 0xbf, 0x63, 0x49, 0xaa, 0xa4, 0x9d, 0x78, 0xc3, 0xe9, 0x28, 0x92, 0xb6, 0xca, 0x4b, 0x37, 0xcc, 0x8d, 0x6c, 0x19, 0x39, 0x02, 0x68, 0xf5, 0x12, 0xd3, 0xa5, 0xdc, 0x16, 0x30, 0xb8, 0xfa, 0x47, 0x15, 0x53, 0x16, 0x51, 0x75, 0x16, 0xd6, 0xc0, 0xae, 0x12, 0x0e, 0x3a, 0x4b, 0x9a, 0xb6, 0x64, 0x56, 0xb1, 0x6a, 0xc4, 0xc2, 0x42, 0xc9, 0x49, 0x82, 0x74, 0x37, 0xa1, 0xbe, 0x36, 0xf8, 0x7c, 0xc4, 0xe2, 0xa6, 0x95, 0x02, 0xad, 0x51, 0x5d, 0xfc, 0xf9, 0xcb, 0xf6, 0xa2, 0x02, 0x4a, 0xa9, 0x9b, 0x91, 0x61, 0x9d, 0xf0, 0x96, 0x3d, 0xa8, 0xb7, 0x79, 0xac, 0x46, 0xcb, 0x49, 0xe7, 0xf9, 0xc1, 0x16, 0x31, 0x51, 0x2e, 0xa3, 0xa8, 0xd7, 0xf9, 0x55, 0xf0, 0xe8, 0xda, 0x04, 0x05, 0xbd, 0x11, 0xfa, 0x04, 0xe4, 0xc8, 0xb6, 0x76, 0x12, 0x6f, 0x50, 0x52, 0xd1, 0x95, 0xa3, 0x62, 0x67, 0xef, 0xc2, 0x47, 0xbf, 0xb7, 0xac, 0x0b, 0x31, 0x94, 0xe9, 0x48, 0x80, 0x5c, 0x89, 0x09, 0xac, 0x08, 0xa6, 0xf6, 0x3d, 0x98, 0x1f, 0x00, 0x53, 0x15, 0xe0, 0x66, 0x6a, 0x4b, 0x99, 0x08, 0x63, 0x86, 0x26, 0x31, 0xe7, 0x4d, 0x70, 0x0d, 0x89, 0xf2, 0x8a, 0xec, 0xf8, 0x3a, 0xbc, 0xb6, 0x8f, 0x09, 0x50, 0x94, 0xc4, 0xea, 0x26, 0x2f, 0xa4, 0xc9, 0x00, 0x80, 0xff, 0xce, 0x63, 0x9c, 0x7e, 0xfb, 0x14, 0xd0, 0x3b, 0x64, 0x3b, 0x39, 0x20, 0xdf, 0x8d, 0x55, 0x56, 0xa9, 0x41, 0x06, 0xcd, 0xcc, 0x4a, 0x1e, 0x6d, 0x18, 0x2e, 0x9b, 0xc5, 0xa6, 0xa4, 0x8e } }; static const struct cckprng_op_refresh op_refresh_6566 = { .hd = { .id = 6309, .kind = OP_REFRESH }, .rand = 5485603689966882944ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6567 = { .hd = { .id = 6310, .kind = OP_REFRESH }, .rand = 6063336265326380395ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6568 = { .hd = { .id = 6311, .kind = OP_GENERATE }, .rand_nbytes = 156, .out = { .rand = { 0xe8, 0x29, 0xf2, 0xc0, 0xd9, 0xca, 0xf8, 0xe0, 0x23, 0x72, 0x38, 0xb8, 0x15, 0x65, 0x40, 0x38, 0xad, 0xca, 0xb5, 0xd1, 0x9a, 0xf5, 0xbb, 0x6d, 0x9e, 0x0a, 0xf7, 0xba, 0x79, 0xe0, 0x77, 0xf0, 0x69, 0x57, 0x97, 0x75, 0x94, 0x03, 0xcc, 0x4b, 0x75, 0x4f, 0x50, 0x51, 0x2a, 0x1b, 0xd3, 0xe9, 0xf5, 0x4b, 0x35, 0x61, 0x5c, 0x49, 0xaa, 0x01, 0x6d, 0x21, 0x00, 0x1a, 0xae, 0x5f, 0x70, 0x98, 0x8a, 0x2b, 0xba, 0x6a, 0xa4, 0xa2, 0xca, 0xfa, 0x0a, 0x8d, 0x71, 0xb8, 0x98, 0x17, 0xea, 0x7e, 0x1c, 0x86, 0xe5, 0xc2, 0x11, 0xbf, 0x05, 0xbb, 0xcf, 0x28, 0xdf, 0x5f, 0xd9, 0x31, 0x27, 0x86, 0x8e, 0x34, 0xf4, 0x60, 0xa3, 0x3c, 0x5e, 0xd7, 0x5a, 0xca, 0xea, 0xf7, 0x1e, 0x61, 0x65, 0x7a, 0xe9, 0xf2, 0xa5, 0xfe, 0x33, 0xfd, 0xa0, 0x71, 0x05, 0xbf, 0x5a, 0x07, 0x5c, 0xd2, 0xcf, 0x5e, 0xfa, 0xb9, 0x93, 0xf3, 0x12, 0x96, 0x68, 0xbc, 0x05, 0x31, 0x21, 0x2a, 0xc2, 0xe9, 0xbe, 0x32, 0x7d, 0xf2, 0xb0, 0x45, 0x2d, 0x28, 0xd3, 0x4c, 0x07, 0x4d, 0xfe, 0xbc } } }; static const struct cckprng_op_reseed op_reseed_6569 = { .hd = { .id = 6312, .kind = OP_RESEED }, .nonce = 18296290322392033461ULL, .seed_nbytes = 132, .seed = { 0x5c, 0xff, 0x1a, 0xba, 0x21, 0xef, 0xc9, 0x35, 0x59, 0x3e, 0x19, 0xae, 0x67, 0x34, 0x1e, 0x08, 0x80, 0x41, 0x78, 0x19, 0xa3, 0x2b, 0xb0, 0xf3, 0x55, 0x30, 0x1e, 0xb4, 0x50, 0x52, 0x35, 0x06, 0x11, 0x36, 0x6f, 0x41, 0x57, 0x08, 0x18, 0x93, 0x73, 0x00, 0xb3, 0xac, 0xaf, 0x1b, 0xa2, 0x96, 0x37, 0xc7, 0x5d, 0xfc, 0x66, 0x21, 0xa2, 0x56, 0xac, 0xb0, 0xd3, 0xe4, 0x59, 0x2e, 0x92, 0xfc, 0x8a, 0x82, 0x24, 0x29, 0xcb, 0xb9, 0x0a, 0xa8, 0xf2, 0x7b, 0xf0, 0x14, 0x20, 0x9e, 0x36, 0x00, 0x8a, 0x39, 0xf3, 0x5e, 0xc1, 0x31, 0x1e, 0xfd, 0xab, 0x46, 0xfb, 0xc7, 0xa1, 0x39, 0x4a, 0x43, 0x19, 0x61, 0x33, 0x17, 0x02, 0x8a, 0xa2, 0x36, 0x27, 0x88, 0xb4, 0x1e, 0x0a, 0xd2, 0x14, 0x8a, 0xc0, 0x3f, 0x84, 0x1d, 0xab, 0x8e, 0x73, 0xea, 0x90, 0x34, 0x49, 0xe6, 0x7d, 0xca, 0x49, 0xba, 0xc1, 0x26, 0x57, 0x01 } }; static const struct cckprng_op_reseed op_reseed_6570 = { .hd = { .id = 6313, .kind = OP_RESEED }, .nonce = 3378345173237092664ULL, .seed_nbytes = 66, .seed = { 0x4a, 0x26, 0x43, 0x82, 0x33, 0x31, 0x44, 0x4b, 0x90, 0xcf, 0xa7, 0x54, 0x1a, 0x03, 0xc8, 0x31, 0xbc, 0x9a, 0xc0, 0xd2, 0xff, 0x5c, 0x8e, 0xdd, 0x2d, 0x6d, 0xa8, 0x33, 0xe2, 0x17, 0xd5, 0xef, 0xe9, 0xd2, 0xc4, 0x44, 0x06, 0x40, 0x61, 0x2c, 0xe3, 0xd2, 0xef, 0x22, 0xa0, 0x83, 0x85, 0x16, 0x3f, 0x99, 0x6d, 0x8c, 0x8b, 0x8b, 0xd4, 0x87, 0x7d, 0xf7, 0xaa, 0xd0, 0x00, 0x1d, 0x82, 0x4b, 0xeb, 0x3d } }; static const struct cckprng_op_generate op_init_6571 = { .hd = { .id = 6314, .kind = OP_GENERATE }, .rand_nbytes = 159, .out = { .rand = { 0xb9, 0x23, 0x7c, 0x1d, 0x37, 0xf2, 0xf2, 0xf0, 0x32, 0x5b, 0xb9, 0x36, 0x85, 0x38, 0x98, 0xe5, 0xd9, 0x37, 0xee, 0x5e, 0x97, 0x4a, 0x6c, 0xe7, 0x21, 0xfa, 0x85, 0x13, 0x4b, 0x1b, 0x81, 0x28, 0x82, 0x99, 0xf2, 0x60, 0x16, 0xb8, 0xb0, 0x29, 0x6d, 0x2a, 0x7a, 0xa6, 0xec, 0x14, 0x97, 0x1e, 0x87, 0xc3, 0xcc, 0x04, 0x5c, 0xa5, 0x87, 0x74, 0x50, 0x25, 0xfa, 0xe8, 0xf2, 0xf7, 0xa3, 0xaf, 0x0a, 0x60, 0x24, 0x9d, 0x58, 0xf2, 0x42, 0xbd, 0x2f, 0x7f, 0xf3, 0xc8, 0x5c, 0xbd, 0xad, 0xc8, 0x7e, 0x29, 0x73, 0x38, 0x3d, 0x1e, 0xef, 0x2c, 0x00, 0x1c, 0xb3, 0xc8, 0x18, 0x11, 0x34, 0x3c, 0x6e, 0x7d, 0x01, 0x51, 0xb7, 0x09, 0x0b, 0x7d, 0xd8, 0xf1, 0x4d, 0x56, 0x2b, 0xbc, 0xb6, 0x41, 0xdb, 0xf0, 0xba, 0x97, 0x0e, 0x23, 0xca, 0x94, 0x62, 0x49, 0x52, 0x0b, 0x3c, 0x11, 0x1b, 0x77, 0x9d, 0x47, 0x51, 0xd6, 0x68, 0xb3, 0x49, 0x66, 0xcb, 0x68, 0x17, 0xac, 0xa5, 0x85, 0x4e, 0x1c, 0x51, 0x35, 0x29, 0x27, 0xe7, 0xe6, 0x16, 0x34, 0xe8, 0x5b, 0xa7, 0x4b, 0x3a, 0x7c, 0xee } } }; static const struct cckprng_op_refresh op_refresh_6572 = { .hd = { .id = 6315, .kind = OP_REFRESH }, .rand = 14215646165242560475ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6573 = { .hd = { .id = 6316, .kind = OP_REFRESH }, .rand = 2816858942001021923ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6574 = { .hd = { .id = 6317, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0x7f, 0x63, 0x41, 0xd7, 0x91, 0x23, 0xe5, 0x89, 0xe8, 0x0b, 0x88, 0x81, 0xea, 0xb8, 0x80, 0xf3, 0x3d, 0x9c, 0x57, 0xc7, 0x1d, 0x13, 0x7e, 0x4e, 0x9b, 0x03, 0x4b, 0xf5, 0x5c, 0x31, 0x36, 0xaa, 0xad, 0xea, 0x80, 0x55, 0x4f, 0x10, 0x1a, 0x39, 0x1b, 0x02, 0x57, 0xe4, 0xe9, 0xc2, 0xdc, 0xa7, 0x48, 0x8b, 0x8e, 0x27, 0xa3, 0x0d, 0x79, 0xda, 0x3a, 0xc7, 0x81, 0x84, 0x0d, 0xf0, 0x05, 0xf1, 0x8d, 0xd3, 0x90, 0xf3, 0xf8, 0x39, 0xd5, 0xc7, 0x84, 0x7b, 0x9a, 0x40, 0x52, 0x97, 0x27, 0x7f, 0xef, 0xc0, 0x9a, 0xb0, 0xef, 0x4f, 0x60, 0x0c, 0x31, 0xf6, 0xce, 0x96, 0x37, 0xbe, 0xf1, 0x19, 0x74, 0xd5, 0x28, 0x61, 0x83, 0x64, 0xd9, 0x7d, 0x04, 0xf2, 0xd0, 0x0f, 0xfb, 0x6e, 0x27, 0x47, 0x9b, 0x12, 0x70, 0xd8, 0x5d, 0x01, 0xc8, 0x39, 0x9b, 0xcb, 0x57, 0x99, 0x8d, 0x3e, 0x6e, 0x87, 0x97, 0x4f, 0x0e, 0xda, 0x48, 0x8d, 0xf1, 0x14, 0xc0, 0xe2, 0x60, 0x67, 0xb7, 0x19, 0x12, 0x9c, 0xa3, 0xa9, 0xec, 0x5b, 0x23, 0x5a, 0xe8, 0x9a, 0xd5, 0x27, 0x37, 0xcd, 0xf5, 0xfc, 0xfc, 0x96, 0xd7, 0x3e, 0x8f, 0x72, 0x0f, 0x72, 0x40, 0xbd, 0xa1, 0x4f, 0x5a, 0xae, 0xba, 0x8e, 0x24, 0x9e, 0xe2, 0xeb, 0x64, 0xa4, 0x14, 0x88, 0x2b, 0xc2, 0x90, 0x80, 0x20, 0x65, 0xd1, 0x40, 0x3d } } }; static const struct cckprng_op_refresh op_refresh_6575 = { .hd = { .id = 6318, .kind = OP_REFRESH }, .rand = 933131313161460105ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6576 = { .hd = { .id = 6319, .kind = OP_GENERATE }, .rand_nbytes = 72, .out = { .rand = { 0x68, 0xf8, 0x87, 0x57, 0x64, 0x6b, 0xc9, 0x38, 0x94, 0x8b, 0x61, 0xed, 0xb9, 0x36, 0x93, 0x21, 0xbe, 0x4a, 0xab, 0xa5, 0xbe, 0x6e, 0xfe, 0x00, 0x8c, 0xc5, 0x2e, 0x46, 0xf7, 0x05, 0x99, 0x68, 0x23, 0xc9, 0xb4, 0x7e, 0x7b, 0x1b, 0xcd, 0x34, 0xac, 0x45, 0x32, 0xd7, 0xad, 0x13, 0x41, 0x90, 0x2d, 0xc7, 0xb9, 0x53, 0xb5, 0x4e, 0xd3, 0xc5, 0x88, 0x45, 0x1e, 0xc0, 0x0d, 0x4c, 0x3b, 0x4b, 0x1d, 0x62, 0x9d, 0x47, 0x3a, 0xbe, 0xa0, 0xda } } }; static const struct cckprng_op_refresh op_refresh_6577 = { .hd = { .id = 6320, .kind = OP_REFRESH }, .rand = 8124086966901496023ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6578 = { .hd = { .id = 6321, .kind = OP_REFRESH }, .rand = 11476334615452520374ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6579 = { .hd = { .id = 6322, .kind = OP_RESEED }, .nonce = 15994592100516788191ULL, .seed_nbytes = 67, .seed = { 0xb3, 0xab, 0xd8, 0x3e, 0xd1, 0x87, 0x32, 0xaa, 0x63, 0x74, 0x16, 0x8b, 0x8e, 0x97, 0xb2, 0x4e, 0x7e, 0xba, 0x2f, 0x8b, 0xa3, 0xb5, 0xe1, 0x49, 0xbc, 0x47, 0x17, 0x8e, 0x92, 0xbf, 0xf6, 0x6e, 0xa7, 0x4e, 0x79, 0x4a, 0xaa, 0x14, 0xdc, 0xc5, 0x36, 0xf4, 0x21, 0x8e, 0xe1, 0x62, 0xa0, 0x3a, 0x49, 0x28, 0xc7, 0xa2, 0x8b, 0xf3, 0xec, 0x3a, 0xa0, 0xad, 0x8c, 0xb5, 0xc1, 0x44, 0x8c, 0x38, 0x22, 0xab, 0x7a } }; static const struct cckprng_op_reseed op_reseed_6580 = { .hd = { .id = 6323, .kind = OP_RESEED }, .nonce = 11643803655179555586ULL, .seed_nbytes = 185, .seed = { 0x1e, 0x13, 0x5d, 0x09, 0xd3, 0xad, 0xec, 0xe9, 0xaf, 0xdb, 0x21, 0x60, 0xde, 0x81, 0x30, 0x33, 0x03, 0xdd, 0x88, 0x1f, 0xb1, 0x66, 0x19, 0xe2, 0x20, 0x93, 0x36, 0xf8, 0xaa, 0xdb, 0xb0, 0xe8, 0xd0, 0x81, 0xa7, 0x1d, 0x83, 0xd5, 0xf4, 0xfe, 0x85, 0x8f, 0x20, 0x2d, 0x61, 0x53, 0xbd, 0xf7, 0xb6, 0xf3, 0x2b, 0xda, 0xab, 0xdb, 0xc2, 0x14, 0x4f, 0x77, 0xd1, 0x8d, 0xa3, 0x6f, 0x83, 0x37, 0x74, 0x83, 0x66, 0x32, 0x40, 0x72, 0x7f, 0xe7, 0x34, 0x9d, 0xe8, 0x34, 0x71, 0x31, 0x84, 0xf4, 0x0b, 0x4a, 0x72, 0xa2, 0x4f, 0xa2, 0xba, 0x60, 0xec, 0xb6, 0xcd, 0x15, 0x51, 0x65, 0xb6, 0x3e, 0x7b, 0x56, 0x51, 0x0c, 0xb1, 0x44, 0x94, 0x65, 0x0e, 0x4a, 0x58, 0xb3, 0x9e, 0x08, 0xda, 0x5e, 0xe1, 0x34, 0x6e, 0xeb, 0x96, 0xe9, 0x14, 0x7c, 0x0d, 0x59, 0x16, 0x46, 0x27, 0xc0, 0xb8, 0x5e, 0x7c, 0xb5, 0x73, 0x7b, 0x1a, 0xf3, 0x9c, 0x55, 0xd5, 0x0a, 0x46, 0x76, 0x97, 0x1f, 0x50, 0xee, 0x18, 0x4a, 0x34, 0x0e, 0xa5, 0x4a, 0x48, 0x87, 0x03, 0x38, 0xd0, 0xcc, 0x4d, 0x7a, 0xba, 0x96, 0x94, 0x5f, 0xca, 0x50, 0x4f, 0x1b, 0xbd, 0x69, 0x0f, 0x29, 0x70, 0x05, 0x13, 0x90, 0x74, 0xf1, 0x6c, 0x23, 0xf3, 0x77, 0x54, 0x38, 0x38, 0xec, 0x19 } }; static const struct cckprng_op_generate op_init_6581 = { .hd = { .id = 6324, .kind = OP_GENERATE }, .rand_nbytes = 170, .out = { .rand = { 0xb5, 0x31, 0x57, 0x9b, 0x2c, 0xc9, 0xe8, 0x54, 0x74, 0x7f, 0x58, 0x6c, 0x9a, 0x61, 0xc3, 0xd8, 0x72, 0xdd, 0x0c, 0x61, 0x75, 0xeb, 0x0b, 0xb3, 0x7d, 0x11, 0xfc, 0x88, 0x80, 0xa0, 0xc0, 0xfe, 0x01, 0xed, 0x36, 0x3a, 0x34, 0xfa, 0x07, 0x6f, 0x63, 0xcf, 0xc6, 0x49, 0x12, 0xb5, 0x9a, 0xdb, 0x21, 0x49, 0xb6, 0x40, 0xbb, 0xfd, 0x46, 0x45, 0xa8, 0x0c, 0xd5, 0x0a, 0x73, 0x7d, 0x0a, 0xf8, 0xec, 0x73, 0xb0, 0x6d, 0x70, 0xd3, 0x4f, 0x2c, 0x49, 0x7e, 0xf5, 0x86, 0x9a, 0x25, 0xdf, 0x68, 0xb9, 0x73, 0x2d, 0xec, 0x6f, 0x15, 0x24, 0x6f, 0xb6, 0x9b, 0x0f, 0xde, 0x1d, 0xd5, 0x00, 0xde, 0x3f, 0x62, 0x68, 0xa5, 0x32, 0x6d, 0x9d, 0x98, 0xbb, 0x2f, 0x22, 0x46, 0xa6, 0xc0, 0x97, 0x59, 0x97, 0x23, 0xe0, 0x3d, 0x13, 0x12, 0x57, 0xc1, 0x5c, 0x0b, 0x3c, 0xa9, 0x79, 0xef, 0x48, 0xb0, 0x70, 0x27, 0xdb, 0x69, 0x99, 0x50, 0xac, 0xa8, 0x46, 0xe3, 0x2e, 0xea, 0x71, 0x64, 0x7b, 0xd3, 0x5a, 0x0b, 0x67, 0xf4, 0xc6, 0x59, 0xed, 0x2b, 0xfc, 0x1e, 0x41, 0x49, 0x92, 0xec, 0xd3, 0x70, 0x00, 0x44, 0x8d, 0x86, 0xdf, 0x79, 0xcf, 0xa1, 0xe6, 0xc2 } } }; static const struct cckprng_op_refresh op_refresh_6582 = { .hd = { .id = 6325, .kind = OP_REFRESH }, .rand = 18202962528126332039ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6583 = { .hd = { .id = 6326, .kind = OP_GENERATE }, .rand_nbytes = 163, .out = { .rand = { 0xde, 0xd7, 0xa6, 0xcc, 0x5a, 0xc8, 0x6e, 0x6d, 0xb4, 0x59, 0x50, 0xfa, 0x2c, 0x91, 0xc2, 0xd1, 0xa6, 0x76, 0xec, 0xcf, 0xc3, 0xea, 0xc3, 0x11, 0x1c, 0x0a, 0x10, 0x74, 0x2f, 0xdd, 0xa3, 0xc4, 0x66, 0xbf, 0x28, 0xdc, 0x42, 0xa2, 0xef, 0xdd, 0xcb, 0x87, 0x33, 0x26, 0xc7, 0x32, 0xa7, 0xe4, 0x4f, 0x06, 0x27, 0x64, 0x0c, 0xda, 0x6e, 0xf1, 0x19, 0x4f, 0xe9, 0x1b, 0xdc, 0xa7, 0xd2, 0x2d, 0xe0, 0xbb, 0x73, 0xe9, 0xfd, 0x5f, 0x70, 0x71, 0x96, 0xde, 0x58, 0x51, 0x10, 0x5b, 0x03, 0x2d, 0xea, 0xb9, 0x4a, 0x32, 0x96, 0xbb, 0x23, 0xa2, 0x46, 0x91, 0xdf, 0xc0, 0x9f, 0x5f, 0x4f, 0xac, 0x0c, 0xe3, 0xf6, 0x5c, 0x69, 0x8e, 0xa0, 0x57, 0xee, 0x14, 0x39, 0xae, 0x45, 0xa5, 0x46, 0xed, 0x7e, 0xa2, 0xfe, 0x75, 0x9a, 0x04, 0xf2, 0xd2, 0x20, 0xff, 0xb8, 0xe5, 0xd5, 0xf4, 0xe6, 0x54, 0x2d, 0x10, 0x2f, 0xd8, 0x28, 0x04, 0xac, 0x6d, 0x08, 0xe4, 0xe3, 0x4f, 0xd2, 0x73, 0x35, 0x37, 0xe5, 0x8b, 0x6a, 0xe0, 0xbe, 0xc6, 0x34, 0x71, 0x1d, 0x13, 0x80, 0xc9, 0x9a, 0x8a, 0xbd, 0x2f, 0xf3, 0xb4, 0x9e } } }; static const struct cckprng_op_reseed op_reseed_6584 = { .hd = { .id = 6327, .kind = OP_RESEED }, .nonce = 15972174468184054692ULL, .seed_nbytes = 152, .seed = { 0x69, 0x55, 0x06, 0xc4, 0x2e, 0xcb, 0x6c, 0xe1, 0xc9, 0x95, 0x09, 0x6e, 0xef, 0xe6, 0xac, 0x66, 0xfd, 0x65, 0x86, 0xf5, 0x9f, 0x91, 0x4f, 0xf4, 0x8e, 0xa4, 0xa8, 0xff, 0x3b, 0xec, 0x19, 0x8c, 0x5c, 0x5b, 0x2c, 0x28, 0x20, 0x6b, 0x54, 0x76, 0xc0, 0xb7, 0x1b, 0x01, 0x5d, 0xfd, 0x2a, 0xf6, 0x60, 0xbd, 0x22, 0x2d, 0xe7, 0xb7, 0xdd, 0xee, 0xfc, 0x7f, 0x02, 0x18, 0x53, 0x72, 0xed, 0xf7, 0x4c, 0x76, 0x04, 0x0c, 0x55, 0x5c, 0xc1, 0x4b, 0x24, 0x24, 0x51, 0x17, 0x22, 0x05, 0x4d, 0xf3, 0xe5, 0x3d, 0xc4, 0xd6, 0xbe, 0xc2, 0x08, 0x19, 0x46, 0xca, 0x8f, 0x81, 0x2f, 0xfd, 0x30, 0xb3, 0x28, 0xa4, 0x12, 0xa1, 0xb0, 0x82, 0x1c, 0xfd, 0x85, 0xb2, 0xbc, 0x9c, 0xd7, 0x3a, 0xa8, 0x50, 0xab, 0x19, 0x13, 0xcf, 0x15, 0xd7, 0x98, 0x54, 0x54, 0xf3, 0x8a, 0x8a, 0xc8, 0xc5, 0xa6, 0x57, 0xe0, 0x30, 0xda, 0x60, 0xd5, 0x5d, 0x8a, 0xe0, 0xeb, 0xf8, 0x9e, 0xe6, 0x58, 0x9c, 0x47, 0xd7, 0x72, 0x14, 0xb1, 0xac, 0x9c, 0x0d, 0xa8, 0x96 } }; static const struct cckprng_op_refresh op_refresh_6585 = { .hd = { .id = 6328, .kind = OP_REFRESH }, .rand = 732585566511375867ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6586 = { .hd = { .id = 6329, .kind = OP_REFRESH }, .rand = 12064305951224087257ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6587 = { .hd = { .id = 6330, .kind = OP_REFRESH }, .rand = 7695763445815111966ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6588 = { .hd = { .id = 6331, .kind = OP_REFRESH }, .rand = 9613811210002612023ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6589 = { .hd = { .id = 6332, .kind = OP_RESEED }, .nonce = 17730599567602011994ULL, .seed_nbytes = 49, .seed = { 0xc6, 0x23, 0x5e, 0x1e, 0xf6, 0xef, 0x27, 0x2e, 0xfa, 0x18, 0xf5, 0xcf, 0x72, 0xc3, 0xe2, 0xe7, 0x77, 0x1c, 0x23, 0x79, 0xc9, 0x00, 0xad, 0x77, 0xdb, 0xd2, 0x79, 0x15, 0xc3, 0x07, 0x66, 0xcf, 0x88, 0xa6, 0xfb, 0xfb, 0x74, 0xa8, 0xc4, 0x0a, 0x76, 0x8b, 0x64, 0x6b, 0xe1, 0xe2, 0xbe, 0xbe, 0x6c } }; static const struct cckprng_op_refresh op_refresh_6590 = { .hd = { .id = 6333, .kind = OP_REFRESH }, .rand = 13222113459861601838ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6591 = { .hd = { .id = 6334, .kind = OP_REFRESH }, .rand = 11189329312207587291ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_refresh op_refresh_6592 = { .hd = { .id = 6335, .kind = OP_REFRESH }, .rand = 16915833485890796680ULL, .nsamples = 1024, .needreseed = true }; static const struct cckprng_op_reseed op_reseed_6593 = { .hd = { .id = 6336, .kind = OP_RESEED }, .nonce = 2385904499834949751ULL, .seed_nbytes = 249, .seed = { 0xec, 0x05, 0xe9, 0xa0, 0x50, 0xfd, 0x7c, 0xda, 0x0a, 0x77, 0xe1, 0x16, 0x41, 0x09, 0xe9, 0x69, 0xae, 0xeb, 0x66, 0x24, 0x65, 0x3f, 0xb2, 0x8e, 0x3a, 0x9c, 0x36, 0x5e, 0xe2, 0x8b, 0x52, 0x62, 0x4e, 0x46, 0x56, 0xec, 0xdc, 0x2a, 0xde, 0x44, 0x01, 0xd1, 0x23, 0x4a, 0xef, 0x84, 0x37, 0x67, 0xe5, 0x10, 0x35, 0x15, 0x94, 0x68, 0xad, 0x3a, 0x1b, 0xb4, 0xfa, 0xca, 0x22, 0xdc, 0xf7, 0x74, 0x38, 0xf0, 0x0a, 0x9f, 0xfe, 0xba, 0x22, 0xf4, 0xba, 0x48, 0x8f, 0x14, 0x69, 0x50, 0x16, 0x60, 0x92, 0x1f, 0x58, 0x76, 0xe1, 0x7a, 0x22, 0x4d, 0x86, 0x47, 0x6c, 0x9c, 0x79, 0xbf, 0x90, 0x02, 0x15, 0x4b, 0xb9, 0xa6, 0xc8, 0xfe, 0xf5, 0xf4, 0x1e, 0x3d, 0x39, 0x04, 0xa3, 0x4b, 0x1f, 0x35, 0x12, 0x47, 0x83, 0x50, 0xec, 0x77, 0x92, 0xc7, 0xf6, 0xe4, 0x3e, 0x6d, 0x0d, 0x88, 0x0d, 0xae, 0x6d, 0x28, 0x27, 0x2c, 0x40, 0x0c, 0x57, 0x4e, 0x7a, 0x7d, 0x46, 0x5e, 0xb1, 0x8b, 0x13, 0x2a, 0x9e, 0x2a, 0x0a, 0x60, 0x0f, 0x14, 0xa3, 0xf5, 0x20, 0xd8, 0x89, 0xb2, 0xa6, 0xf7, 0x38, 0xcc, 0x1a, 0x62, 0xfa, 0xed, 0x05, 0x85, 0x65, 0xad, 0x1e, 0x87, 0xeb, 0x87, 0x46, 0xf9, 0xc5, 0xae, 0x09, 0xb0, 0x83, 0xcc, 0x1a, 0xdc, 0x21, 0x67, 0x81, 0x4f, 0x0e, 0x0a, 0x4e, 0xda, 0xe2, 0x86, 0x72, 0x47, 0xe6, 0x02, 0x9d, 0x40, 0xe1, 0x2a, 0x82, 0x19, 0xf6, 0xd0, 0x97, 0xd3, 0x91, 0x9e, 0xb5, 0x6d, 0xdc, 0x04, 0xda, 0x02, 0x41, 0x51, 0x63, 0x1a, 0x2e, 0xeb, 0x54, 0x86, 0xd2, 0x50, 0x96, 0x96, 0xcc, 0xdb, 0x65, 0x72, 0x50, 0x79, 0x0f, 0x16, 0x56, 0x11, 0xa7, 0x0d, 0x6c, 0xb8, 0xda, 0x1e, 0x6d, 0x7e, 0xc6, 0x13, 0x6b, 0x73, 0xa5 } }; static const struct cckprng_op_reseed op_reseed_6594 = { .hd = { .id = 6337, .kind = OP_RESEED }, .nonce = 18199829115734972930ULL, .seed_nbytes = 280, .seed = { 0x87, 0x0d, 0x10, 0x0d, 0x02, 0x71, 0x2d, 0xa3, 0x7d, 0x45, 0x27, 0x53, 0x67, 0xf8, 0x00, 0xa7, 0x63, 0x12, 0xf1, 0x7e, 0x0b, 0x47, 0xe2, 0xc5, 0x8e, 0x47, 0x15, 0x8d, 0x91, 0x1e, 0x1e, 0x5f, 0x90, 0x85, 0xcc, 0x87, 0x8d, 0xeb, 0x8c, 0x4a, 0xc3, 0x02, 0x9e, 0x89, 0xc6, 0xe0, 0xc9, 0x42, 0xd3, 0x7a, 0xff, 0x77, 0x0c, 0x9e, 0xd1, 0x13, 0x93, 0xb1, 0x02, 0x8b, 0x26, 0x98, 0xec, 0x25, 0x2d, 0x6a, 0xfd, 0x61, 0xad, 0x33, 0x9b, 0xa7, 0x96, 0x59, 0x9a, 0xd9, 0x38, 0x64, 0x6e, 0x1a, 0xfa, 0x0f, 0xaa, 0xdb, 0xc0, 0x18, 0x9e, 0xe9, 0x74, 0x7a, 0x49, 0xfc, 0x91, 0x05, 0x3a, 0x30, 0x25, 0x8f, 0x4c, 0x74, 0x8f, 0x18, 0xca, 0x8e, 0x40, 0xe2, 0xa3, 0x96, 0xbb, 0x99, 0x1f, 0x2d, 0xe6, 0x0e, 0x4c, 0x08, 0x7e, 0x6d, 0xaf, 0xf0, 0xa9, 0xab, 0x90, 0x75, 0xd1, 0xfa, 0xcc, 0x3c, 0xe4, 0x2b, 0xbd, 0x98, 0x47, 0xb0, 0xf8, 0xc0, 0x78, 0x35, 0x27, 0x8c, 0xa5, 0x4d, 0xf3, 0xaa, 0x02, 0x8a, 0xdf, 0x92, 0x60, 0x01, 0x80, 0x34, 0x1d, 0xfe, 0xf3, 0x80, 0xef, 0xc2, 0xa8, 0xfa, 0x57, 0x3b, 0xb1, 0x22, 0x98, 0xb6, 0x59, 0x7f, 0x2c, 0x91, 0x9a, 0xac, 0x3e, 0x6e, 0x56, 0x27, 0xca, 0x7c, 0xd8, 0xd3, 0x7a, 0x89, 0x2d, 0x79, 0x1b, 0xf5, 0xf3, 0xf7, 0x6f, 0x9b, 0x4a, 0xdb, 0x29, 0x3b, 0x56, 0x2f, 0x8a, 0xf1, 0x41, 0x66, 0xf3, 0xaf, 0x70, 0xce, 0x99, 0x2f, 0x0c, 0x12, 0x73, 0xee, 0xce, 0xc5, 0x6b, 0xc0, 0x2f, 0x39, 0xd6, 0xdb, 0x21, 0xdb, 0x7e, 0xc1, 0x0a, 0x37, 0x01, 0x3c, 0x9a, 0x2b, 0xde, 0x46, 0x7a, 0x30, 0x4d, 0xd6, 0x64, 0xa8, 0xb6, 0x3b, 0xa8, 0xba, 0x25, 0x5d, 0x5f, 0xcd, 0x06, 0xf8, 0xbe, 0x54, 0x0c, 0x32, 0x83, 0xe4, 0x79, 0xe6, 0x70, 0xdb, 0xf2, 0x8c, 0x5f, 0x5e, 0xe4, 0x73, 0xfb, 0x85, 0x2b, 0x2b, 0x3a, 0x5d, 0x56, 0x7d, 0xb3, 0x1b, 0x7d, 0xd7, 0x67, 0xba, 0x8e, 0xf2, 0x52, 0x71 } }; static const struct cckprng_op_generate op_init_6595 = { .hd = { .id = 6338, .kind = OP_GENERATE }, .rand_nbytes = 150, .out = { .rand = { 0x5e, 0x37, 0x77, 0x9e, 0x40, 0xbe, 0x4f, 0x47, 0x31, 0xfd, 0xa7, 0x7b, 0x10, 0xe1, 0x0b, 0x57, 0xea, 0xe1, 0x7f, 0x87, 0x91, 0x61, 0x37, 0xb8, 0x03, 0x6b, 0xbe, 0x82, 0x5d, 0x2a, 0x4c, 0x02, 0xce, 0x70, 0xbe, 0x8e, 0x11, 0x4c, 0x8b, 0x77, 0xed, 0x71, 0xed, 0x7c, 0xf5, 0xf9, 0x39, 0xb9, 0xf5, 0x57, 0x35, 0xaf, 0x96, 0xe4, 0x81, 0x0e, 0x33, 0x9b, 0xff, 0x08, 0x7a, 0xc3, 0xae, 0xed, 0x0e, 0x5c, 0xf6, 0xd7, 0x58, 0x7e, 0xd0, 0xaf, 0x83, 0x3a, 0x4a, 0xd9, 0x5c, 0xde, 0x1f, 0x07, 0xca, 0x8b, 0x4a, 0xa6, 0xa2, 0x18, 0xef, 0x67, 0x08, 0x9a, 0x4f, 0x22, 0x59, 0x92, 0xc3, 0x6e, 0xb0, 0xa8, 0xe5, 0x2b, 0x03, 0x19, 0xff, 0x65, 0xac, 0x19, 0x91, 0x4b, 0xa5, 0xe1, 0x3c, 0x7c, 0x1f, 0xd2, 0x0c, 0xe4, 0x1c, 0x33, 0x85, 0x60, 0x43, 0x9f, 0x14, 0xc0, 0x4f, 0x99, 0xc1, 0xc6, 0x8d, 0xa1, 0x0d, 0x61, 0xc5, 0xb8, 0xf4, 0x2a, 0xd0, 0xf3, 0xa3, 0x36, 0x81, 0xa5, 0xaf, 0xe9, 0x57, 0x93, 0x1d, 0x36, 0x8e, 0xdd } } }; static const struct cckprng_op_generate op_init_6596 = { .hd = { .id = 6339, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0x77, 0x46, 0xf9, 0x11, 0x1b, 0xea, 0x55, 0xbb, 0xec, 0xda, 0xb6, 0x94, 0x20, 0xfe, 0x6e, 0xb6, 0xeb, 0x65, 0xce, 0x03, 0xf3, 0xf7, 0xe7, 0xa0, 0xb3, 0x9e, 0x0d, 0xc7, 0xe5, 0x09, 0xd3, 0x01, 0x67, 0xc6, 0x91, 0x35, 0xec, 0x76, 0xb3, 0xaf, 0x7c, 0x35, 0xd7, 0x26, 0xad, 0x33, 0xed, 0x74, 0xc6, 0x5e, 0x1e, 0x38, 0x23, 0x46, 0xe6, 0x39, 0xd2, 0x20, 0xde, 0x09, 0x94, 0x7a, 0x90, 0x25, 0xe9, 0x65, 0xe3, 0x57, 0xc5, 0x48, 0x89, 0xa2, 0x00, 0xa1, 0xb5, 0xee, 0x1d, 0x2d, 0x0a, 0x69, 0xf8, 0x81, 0x14, 0xe5, 0x1e, 0x7a, 0x68, 0x15, 0x62, 0xf4, 0xf4, 0xd0, 0x78, 0x1a, 0x89, 0xd7, 0x30, 0xf7, 0x9d, 0x16, 0xa7, 0x0e, 0x8f, 0x38, 0x1b, 0x33, 0x2b, 0x50, 0xce, 0x9f, 0x43, 0x06, 0xe9, 0x2c, 0xaf, 0x8d, 0xd6, 0x5a, 0x9c, 0xf1, 0x01, 0x9b, 0xe1, 0x71, 0x13, 0x18, 0x35, 0x5b, 0x91, 0xe6, 0xb8, 0xa8, 0xaa, 0x34, 0x15, 0xfa, 0xd9, 0x4d, 0x29, 0x8c, 0xc4, 0x44, 0x87, 0x5c, 0x8c, 0x6c, 0x4b, 0xa3, 0xbe, 0x94, 0x72, 0x10, 0x5e, 0x0f, 0x00, 0x2f, 0x77, 0x62, 0x05, 0x66, 0x2a, 0xb8, 0xbe, 0x60, 0x5b, 0xe1, 0xc2, 0x45, 0xca, 0x91, 0xc6, 0x0a, 0xf4, 0x3b, 0xda, 0xc4, 0xee, 0xf2, 0x55, 0xb0, 0x91, 0x5b, 0x34, 0x8b, 0x05, 0x02, 0xf4, 0x9a, 0x69, 0x54, 0x68, 0xf3, 0x62, 0x45, 0xb2, 0x84, 0x90, 0xa4, 0x0d, 0x33, 0x75, 0x5d, 0xca, 0x3d, 0x2c, 0xc7, 0xa6, 0xae, 0x1c, 0x40, 0x67, 0x7b, 0x25, 0x7e, 0x15, 0x30, 0x8b, 0x91, 0x9b, 0x1a, 0xe1, 0xc6, 0x96, 0xe6, 0xf4, 0xda, 0xbf, 0x53, 0xaa, 0x2a, 0xa5, 0xec, 0xe0, 0x81, 0xff, 0xb5, 0x3e, 0xc7, 0x74, 0xc2, 0xc2, 0x79, 0xd7, 0x8d, 0x44, 0x9d, 0xed, 0xfb, 0x9a, 0x85, 0x39, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_6597 = { .hd = { .id = 6340, .kind = OP_RESEED }, .nonce = 9397428434482493978ULL, .seed_nbytes = 51, .seed = { 0x50, 0x48, 0x9a, 0xe9, 0x8a, 0xdf, 0x6e, 0xc7, 0x9b, 0x16, 0xaf, 0x31, 0xe7, 0x69, 0x22, 0x88, 0x2f, 0xe7, 0x8c, 0x09, 0xde, 0xce, 0x6b, 0x38, 0x09, 0x96, 0xa7, 0xb4, 0xb7, 0xe3, 0x24, 0x30, 0x49, 0x0b, 0xed, 0x53, 0x34, 0x41, 0x12, 0x7a, 0x93, 0x60, 0x53, 0x57, 0x8d, 0xd6, 0xd1, 0xf8, 0x63, 0xc8, 0xb0 } }; static const struct cckprng_op_refresh op_refresh_6598 = { .hd = { .id = 6341, .kind = OP_REFRESH }, .rand = 15193006137885855064ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6599 = { .hd = { .id = 6342, .kind = OP_GENERATE }, .rand_nbytes = 191, .out = { .rand = { 0xc1, 0x1b, 0xe7, 0x28, 0xf3, 0xfe, 0xc0, 0xc7, 0x64, 0xdb, 0x8c, 0x27, 0x88, 0xc4, 0x41, 0x6c, 0xe4, 0xb5, 0x3b, 0x74, 0x71, 0xbb, 0xa1, 0x58, 0xff, 0x22, 0xd6, 0xb1, 0x7f, 0x73, 0x0f, 0xd4, 0xc7, 0xd1, 0x1a, 0x83, 0x8f, 0xf3, 0x23, 0xeb, 0xeb, 0xdd, 0xd5, 0x1c, 0xbb, 0xc8, 0xaa, 0x5b, 0x5a, 0xee, 0x33, 0x73, 0x70, 0xf3, 0x85, 0xcd, 0xf5, 0x78, 0xb7, 0x21, 0xbf, 0x63, 0x41, 0x41, 0x2f, 0xe4, 0x28, 0x56, 0x21, 0xaf, 0x76, 0x8b, 0x52, 0xa3, 0x82, 0xe0, 0xf4, 0x22, 0x8e, 0xd0, 0x49, 0xe9, 0x18, 0x8f, 0x9e, 0xd5, 0x18, 0x3c, 0x08, 0x6d, 0x80, 0x75, 0x3b, 0xc9, 0x37, 0x8a, 0xb9, 0x1a, 0xca, 0xd7, 0xf5, 0xf8, 0x79, 0xd8, 0x43, 0x81, 0x1d, 0x8a, 0x85, 0x71, 0x04, 0xc7, 0x51, 0xe3, 0xa7, 0xe7, 0x37, 0xc5, 0xa4, 0xb0, 0x35, 0xa4, 0xcd, 0x99, 0x9a, 0x8e, 0x5a, 0xae, 0x40, 0x08, 0x11, 0x8e, 0x23, 0x83, 0x89, 0xe0, 0xe3, 0xfa, 0x40, 0x5c, 0x3c, 0x24, 0x32, 0x7c, 0x33, 0x2a, 0x92, 0x42, 0x54, 0x95, 0x0f, 0xc0, 0xb0, 0xd5, 0x13, 0xc4, 0x19, 0x34, 0x8c, 0x94, 0xce, 0x7d, 0x5f, 0xa7, 0xe7, 0x3b, 0x35, 0x78, 0x01, 0xb7, 0x47, 0x29, 0x9f, 0xf7, 0xbb, 0x3f, 0xbb, 0xda, 0x64, 0x5d, 0xd9, 0x9b, 0x5b, 0xef, 0xba, 0x1f, 0xf4, 0xf4, 0x86, 0xdd, 0x6e } } }; static const struct cckprng_op_reseed op_reseed_6600 = { .hd = { .id = 6343, .kind = OP_RESEED }, .nonce = 9047253430513013480ULL, .seed_nbytes = 186, .seed = { 0x50, 0x07, 0xec, 0xac, 0x31, 0x88, 0x71, 0xcf, 0x43, 0x72, 0xa6, 0xf7, 0x96, 0x64, 0x30, 0x94, 0x46, 0x24, 0x00, 0x1e, 0x64, 0xbd, 0xe9, 0xd8, 0xc9, 0xa6, 0x19, 0x3e, 0xb9, 0x70, 0xe1, 0xee, 0x6b, 0x70, 0x7c, 0xe5, 0xe2, 0x57, 0xf6, 0x76, 0x50, 0x8a, 0x2d, 0x8a, 0xae, 0xe0, 0x2c, 0x7f, 0x9a, 0x1c, 0xf1, 0x08, 0xe5, 0xf5, 0x09, 0xf7, 0x3b, 0xe6, 0xcd, 0x33, 0x5b, 0xe2, 0x70, 0x70, 0x69, 0x29, 0xcd, 0xc5, 0x3b, 0x4e, 0xb4, 0x22, 0x9f, 0x10, 0xd5, 0x42, 0xbe, 0x11, 0x4e, 0xd2, 0xba, 0x02, 0x03, 0x48, 0x05, 0xe5, 0x14, 0x1a, 0xc6, 0x3a, 0x9a, 0x35, 0xe8, 0x78, 0x1f, 0x7f, 0x1c, 0x95, 0xc0, 0x7c, 0x9c, 0xff, 0x89, 0x90, 0x34, 0x6e, 0x61, 0x70, 0x64, 0x27, 0xea, 0x41, 0x30, 0x33, 0xe4, 0xbb, 0xed, 0xb3, 0x09, 0xd9, 0xa2, 0x02, 0x11, 0xd3, 0xd6, 0x70, 0x3f, 0x0e, 0xe9, 0x51, 0xa9, 0x84, 0x5f, 0xc2, 0x95, 0xa9, 0x7e, 0x9a, 0x44, 0xe4, 0x77, 0x49, 0x16, 0x72, 0xdb, 0xce, 0x7c, 0xb2, 0x07, 0x3e, 0x1e, 0xbb, 0xf3, 0xf6, 0x69, 0xc1, 0x35, 0xcc, 0x12, 0x55, 0x79, 0x81, 0xdb, 0x10, 0x9e, 0x76, 0x3e, 0x14, 0x4e, 0xf3, 0x1e, 0xb2, 0xfb, 0x5e, 0xbc, 0xd5, 0xb7, 0xb1, 0x2e, 0x63, 0x00, 0x40, 0x2d, 0xc5, 0x8a, 0xbe } }; static const struct cckprng_op_generate op_init_6601 = { .hd = { .id = 6344, .kind = OP_GENERATE }, .rand_nbytes = 189, .out = { .rand = { 0xec, 0x22, 0xf1, 0x71, 0x1e, 0x03, 0x4c, 0x90, 0xd1, 0x8f, 0x8e, 0x60, 0x5a, 0xd0, 0xb8, 0x83, 0x1c, 0x5a, 0x14, 0x68, 0xac, 0x5c, 0x4c, 0xc7, 0x7b, 0x8a, 0x1c, 0xe5, 0x61, 0x54, 0x92, 0x45, 0xc0, 0xbc, 0x4f, 0x6d, 0x01, 0xfb, 0xda, 0xa6, 0x0b, 0xc5, 0xec, 0xe4, 0x63, 0xe7, 0x6c, 0x91, 0x4b, 0xe0, 0xa1, 0x12, 0x21, 0x39, 0x47, 0x48, 0x46, 0x11, 0xcf, 0x59, 0x9f, 0xeb, 0x75, 0x90, 0x16, 0xb7, 0x67, 0x90, 0x66, 0xcf, 0xa9, 0xbb, 0xdc, 0x25, 0x58, 0xaf, 0x4e, 0x8a, 0x22, 0xca, 0x7e, 0x5f, 0xbb, 0x61, 0x31, 0x54, 0x40, 0x2a, 0xe1, 0x2a, 0xd8, 0x34, 0xf6, 0x6f, 0x1d, 0x53, 0xc0, 0x33, 0x8e, 0x61, 0xfe, 0x31, 0x31, 0x6f, 0xcf, 0x29, 0x8c, 0xdd, 0xf6, 0x56, 0xcb, 0x3c, 0x8d, 0xe8, 0x7d, 0x7a, 0x21, 0xab, 0xfc, 0x01, 0xb5, 0x54, 0x2e, 0xac, 0x25, 0x4f, 0x47, 0x5d, 0x29, 0xd8, 0x0d, 0x92, 0x9d, 0xaf, 0x23, 0xa8, 0x26, 0x29, 0x82, 0x1f, 0x9e, 0xe0, 0x16, 0xf6, 0x48, 0xcf, 0xc2, 0xd2, 0x88, 0x98, 0x25, 0x36, 0xac, 0x9f, 0xea, 0x9c, 0xff, 0x3e, 0xb5, 0x22, 0x5f, 0xc4, 0x60, 0xd5, 0xfb, 0xeb, 0x12, 0xeb, 0x16, 0xeb, 0x57, 0xfe, 0x4f, 0xda, 0x16, 0x41, 0x65, 0x14, 0x37, 0x15, 0x59, 0x72, 0xb3, 0xc0, 0x51, 0x1a, 0x24, 0xc5, 0xbc } } }; static const struct cckprng_op_reseed op_reseed_6602 = { .hd = { .id = 6345, .kind = OP_RESEED }, .nonce = 16566787912361839478ULL, .seed_nbytes = 154, .seed = { 0x0e, 0xf4, 0x94, 0xd4, 0x2e, 0x70, 0xa5, 0x5c, 0xb9, 0x3e, 0x6a, 0xb8, 0x1e, 0xb2, 0x75, 0x75, 0xc0, 0xf7, 0xf5, 0x76, 0x26, 0x42, 0xdd, 0x71, 0x46, 0xea, 0x38, 0xda, 0x0b, 0xf3, 0x70, 0xdb, 0x8e, 0x97, 0x40, 0x98, 0x20, 0x5e, 0xa7, 0x58, 0x85, 0x55, 0xc2, 0x6d, 0xf2, 0x1f, 0x31, 0x52, 0x85, 0x41, 0x13, 0x92, 0x4b, 0x60, 0x0b, 0x48, 0x3f, 0x6e, 0xda, 0xc5, 0x4a, 0x36, 0x74, 0x7f, 0x8e, 0xb0, 0x58, 0xf0, 0x84, 0xdf, 0xae, 0x50, 0xa1, 0x68, 0xca, 0xda, 0x70, 0x0b, 0xce, 0x09, 0x19, 0x69, 0x12, 0x49, 0xa5, 0xae, 0x2e, 0x26, 0xba, 0xea, 0x37, 0x07, 0x60, 0x2c, 0x6b, 0xc2, 0x52, 0x4d, 0xa3, 0x0b, 0xd4, 0x02, 0x5f, 0x2b, 0x2a, 0xa0, 0x0e, 0x00, 0xb8, 0x70, 0x15, 0xa3, 0x4d, 0x9e, 0xb3, 0xbd, 0xd3, 0x02, 0x90, 0xf6, 0x89, 0xa5, 0x9f, 0x02, 0xf2, 0x84, 0xb6, 0x5c, 0x38, 0xa7, 0x36, 0x65, 0xde, 0xea, 0xe9, 0x13, 0x87, 0x2f, 0x7b, 0x24, 0x58, 0x33, 0x2c, 0x93, 0x89, 0x72, 0xbf, 0xe6, 0xba, 0x26, 0xdb, 0xac, 0xfc, 0x29 } }; static const struct cckprng_op_generate op_init_6603 = { .hd = { .id = 6346, .kind = OP_GENERATE }, .rand_nbytes = 33, .out = { .rand = { 0xc9, 0x28, 0x99, 0xce, 0x1d, 0x9b, 0xd0, 0x3b, 0x6a, 0x90, 0x1b, 0x09, 0xab, 0x8b, 0x0f, 0xb0, 0xce, 0x3b, 0x0f, 0x6c, 0x87, 0x8c, 0xfc, 0xb8, 0x2f, 0xa6, 0xd3, 0x95, 0xdc, 0x27, 0x57, 0x0a, 0x48 } } }; static const struct cckprng_op_generate op_init_6604 = { .hd = { .id = 6347, .kind = OP_GENERATE }, .rand_nbytes = 112, .out = { .rand = { 0x2f, 0xc4, 0x40, 0x72, 0xe4, 0xe3, 0xca, 0xe2, 0xbe, 0xc4, 0x13, 0x0d, 0x6c, 0x76, 0x85, 0xf7, 0x29, 0x6b, 0x4e, 0x68, 0xbe, 0x86, 0x33, 0xb2, 0x22, 0xe8, 0x69, 0x7f, 0x9d, 0x04, 0x82, 0x30, 0xca, 0xd4, 0x3f, 0x87, 0x88, 0x1f, 0x80, 0x07, 0xf8, 0x5d, 0xdb, 0x4d, 0xb9, 0xf1, 0x3b, 0x0a, 0x03, 0x4b, 0x72, 0x63, 0x3a, 0x3f, 0xdc, 0xd8, 0xc4, 0x02, 0x2c, 0x4e, 0x77, 0xc9, 0x0a, 0x2c, 0x48, 0x78, 0x82, 0x02, 0x6b, 0x6f, 0x5c, 0x80, 0xec, 0x95, 0x4d, 0x28, 0xfd, 0x79, 0x04, 0x85, 0x09, 0xed, 0x38, 0x85, 0x3b, 0x12, 0x93, 0x5b, 0xa0, 0x3b, 0x2c, 0x01, 0xf6, 0xf9, 0x15, 0xf8, 0xc1, 0xb1, 0x56, 0x29, 0x68, 0xfc, 0xde, 0x9b, 0xa9, 0xbb, 0x9f, 0x63, 0x76, 0x33, 0xfd, 0x23 } } }; static const struct cckprng_op_refresh op_refresh_6605 = { .hd = { .id = 6348, .kind = OP_REFRESH }, .rand = 14415890466172550135ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6606 = { .hd = { .id = 6349, .kind = OP_RESEED }, .nonce = 12484900297794990841ULL, .seed_nbytes = 98, .seed = { 0xd0, 0xe5, 0x6c, 0x1c, 0x5b, 0x8c, 0x9d, 0xfd, 0x48, 0xab, 0x12, 0x55, 0x09, 0x5f, 0x61, 0x31, 0x11, 0x09, 0x7b, 0xea, 0xbb, 0x86, 0x23, 0x22, 0x45, 0x1e, 0x99, 0x22, 0xdf, 0x46, 0x0d, 0x56, 0xd1, 0xe1, 0x0c, 0xa9, 0x67, 0xba, 0xaa, 0x8a, 0xf7, 0x75, 0x4a, 0x59, 0x88, 0x7b, 0xc7, 0x38, 0xaf, 0x40, 0x57, 0x34, 0x9e, 0x3f, 0xae, 0xe3, 0xd2, 0x80, 0x24, 0xdf, 0xb9, 0xba, 0x7e, 0xd9, 0xff, 0x8a, 0xf0, 0x7e, 0x89, 0xa1, 0x61, 0x50, 0x69, 0x7f, 0x86, 0xa2, 0xd8, 0x3f, 0xce, 0x8f, 0xd6, 0x24, 0xe8, 0x6f, 0xa7, 0x6f, 0x17, 0x6c, 0xc5, 0x80, 0x86, 0xd8, 0x92, 0x46, 0x10, 0x75, 0xae, 0x2f } }; static const struct cckprng_op_refresh op_refresh_6607 = { .hd = { .id = 6350, .kind = OP_REFRESH }, .rand = 3351435329260074660ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6608 = { .hd = { .id = 6351, .kind = OP_REFRESH }, .rand = 5660958424026566607ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6609 = { .hd = { .id = 6352, .kind = OP_REFRESH }, .rand = 13256260569162232657ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6610 = { .hd = { .id = 6353, .kind = OP_GENERATE }, .rand_nbytes = 31, .out = { .rand = { 0x9d, 0xa4, 0xcb, 0x25, 0x71, 0xb5, 0xab, 0xd4, 0xc3, 0x5f, 0xa6, 0x47, 0x3e, 0x49, 0xf1, 0xbd, 0x99, 0x0a, 0xc3, 0xc4, 0xf0, 0x59, 0x5f, 0xa7, 0x34, 0x26, 0xa0, 0x3a, 0x0e, 0x8d, 0xfc } } }; static const struct cckprng_op_refresh op_refresh_6611 = { .hd = { .id = 6354, .kind = OP_REFRESH }, .rand = 14232720649589740065ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6612 = { .hd = { .id = 6355, .kind = OP_RESEED }, .nonce = 10243009924827579294ULL, .seed_nbytes = 28, .seed = { 0xc2, 0x9d, 0xb2, 0xe8, 0x28, 0x80, 0x63, 0xf2, 0x94, 0x5c, 0xc3, 0xf0, 0xc5, 0xee, 0x03, 0x8f, 0x78, 0x2f, 0xce, 0x8b, 0x32, 0x8d, 0x5b, 0x4e, 0xf8, 0xe5, 0xaf, 0x2e } }; static const struct cckprng_op_refresh op_refresh_6613 = { .hd = { .id = 6356, .kind = OP_REFRESH }, .rand = 121746795142389751ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6614 = { .hd = { .id = 6357, .kind = OP_RESEED }, .nonce = 1685628786732841382ULL, .seed_nbytes = 83, .seed = { 0x04, 0x99, 0xd6, 0xf9, 0xd4, 0x56, 0xe6, 0xbe, 0x74, 0x1b, 0x05, 0x49, 0xb6, 0xde, 0xd7, 0x61, 0xfb, 0x7c, 0x40, 0x6a, 0x7d, 0xb8, 0xb1, 0x1e, 0xcb, 0x52, 0x3b, 0x3f, 0x12, 0xe0, 0xec, 0x1b, 0xfe, 0x9e, 0xe2, 0xc2, 0x9a, 0xf5, 0x63, 0xa7, 0xbe, 0x0c, 0xd1, 0xbe, 0xbf, 0x03, 0xf2, 0x36, 0x2a, 0x28, 0x56, 0x9e, 0x17, 0x5b, 0xab, 0x10, 0xc7, 0xe3, 0x64, 0x1c, 0x6d, 0xaf, 0x0e, 0x66, 0x81, 0x92, 0x19, 0x62, 0xd9, 0x19, 0x66, 0xfa, 0x96, 0xd2, 0xf6, 0x3b, 0xf7, 0x9c, 0xd1, 0x1a, 0x4e, 0x8d, 0x57 } }; static const struct cckprng_op_reseed op_reseed_6615 = { .hd = { .id = 6358, .kind = OP_RESEED }, .nonce = 6774596302337686104ULL, .seed_nbytes = 25, .seed = { 0x4c, 0x44, 0xfe, 0xc5, 0x32, 0x46, 0x2b, 0x96, 0xef, 0x0e, 0xd2, 0xea, 0xf1, 0x81, 0x78, 0x69, 0x72, 0x4e, 0x35, 0x77, 0xe7, 0xbd, 0x12, 0xd9, 0x3a } }; static const struct cckprng_op_refresh op_refresh_6616 = { .hd = { .id = 6359, .kind = OP_REFRESH }, .rand = 13036593631794125972ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6617 = { .hd = { .id = 6360, .kind = OP_REFRESH }, .rand = 11807622560930063131ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6618 = { .hd = { .id = 6361, .kind = OP_RESEED }, .nonce = 8211717473509759700ULL, .seed_nbytes = 51, .seed = { 0xb4, 0xac, 0x30, 0x6d, 0x6a, 0x12, 0x3f, 0xb9, 0xc2, 0x9d, 0x52, 0x95, 0xee, 0xd6, 0xb2, 0x89, 0xf4, 0x14, 0x1c, 0xae, 0x29, 0xa5, 0xd5, 0xbb, 0xd1, 0xa5, 0x07, 0xef, 0x91, 0x7c, 0xa7, 0x27, 0x3f, 0x4a, 0x37, 0xc2, 0x9b, 0xf0, 0x11, 0xaa, 0x8c, 0x14, 0x4a, 0x62, 0x7a, 0x0d, 0xc1, 0x3a, 0x9d, 0xbf, 0xbc } }; static const struct cckprng_op_reseed op_reseed_6619 = { .hd = { .id = 6362, .kind = OP_RESEED }, .nonce = 9473801861543800918ULL, .seed_nbytes = 64, .seed = { 0x37, 0xc4, 0xa7, 0x62, 0xe0, 0x6b, 0xf1, 0x95, 0x5f, 0xa9, 0x64, 0x38, 0x92, 0x5b, 0xa8, 0xb6, 0x44, 0x7d, 0x1e, 0x9a, 0x8d, 0x7a, 0xc6, 0xf5, 0xb0, 0x0d, 0x69, 0x9a, 0x83, 0x88, 0x09, 0x23, 0x46, 0x44, 0x15, 0xea, 0x6c, 0xba, 0x43, 0xef, 0x8c, 0x50, 0xe5, 0x4d, 0x77, 0x33, 0x22, 0xb5, 0xfc, 0x77, 0xd1, 0x97, 0x9b, 0x13, 0xbd, 0x08, 0xd3, 0x88, 0xe4, 0x79, 0xda, 0xd0, 0x2c, 0xea } }; static const struct cckprng_op_reseed op_reseed_6620 = { .hd = { .id = 6363, .kind = OP_RESEED }, .nonce = 8995494952379327155ULL, .seed_nbytes = 240, .seed = { 0x97, 0x2d, 0x2d, 0xa9, 0x7a, 0x1d, 0x25, 0xc4, 0x65, 0x04, 0x95, 0xfa, 0x96, 0xa9, 0x00, 0x2c, 0xd3, 0x65, 0xcc, 0x33, 0x85, 0x2e, 0x8c, 0xaf, 0x28, 0xa4, 0x06, 0xae, 0xa0, 0xb5, 0x6c, 0x7d, 0x51, 0xb3, 0x5c, 0x67, 0x03, 0xa5, 0x27, 0x12, 0x00, 0x30, 0x26, 0xd8, 0x9d, 0xdc, 0x9a, 0x52, 0x4d, 0x70, 0xb2, 0x18, 0x1c, 0x68, 0x99, 0x1c, 0xd9, 0xf1, 0x4d, 0x98, 0xb9, 0x35, 0xfd, 0xd7, 0x60, 0x2c, 0xc9, 0x26, 0x2c, 0x42, 0xb4, 0x0f, 0x4f, 0x08, 0x4d, 0xd9, 0x8f, 0xc4, 0x1a, 0xfe, 0x10, 0xf0, 0x3b, 0x66, 0xd4, 0xef, 0xc4, 0xb0, 0xce, 0x81, 0xf9, 0xed, 0xc8, 0x53, 0x1a, 0xdc, 0xff, 0xf5, 0x38, 0x44, 0xb5, 0x6f, 0x1e, 0x75, 0xda, 0xd5, 0xb5, 0xa5, 0x9d, 0xe1, 0xbe, 0x47, 0x3d, 0xe9, 0x1a, 0x6b, 0xde, 0x78, 0xf7, 0x31, 0x79, 0xad, 0xd6, 0xf7, 0x5c, 0xed, 0xf6, 0xfa, 0xf4, 0x88, 0xb2, 0x33, 0x7c, 0x73, 0x43, 0x89, 0x89, 0x56, 0x40, 0x78, 0xbb, 0xb8, 0xb4, 0x07, 0x10, 0x4a, 0x26, 0xf4, 0xf5, 0x08, 0xb8, 0x5e, 0xf6, 0x17, 0x1a, 0x00, 0x2d, 0x3c, 0x5d, 0x64, 0xb5, 0x5b, 0xe2, 0x8d, 0x98, 0xfd, 0x65, 0x26, 0x7e, 0x1b, 0x54, 0xb4, 0x89, 0x2d, 0x1e, 0x4c, 0x6e, 0x31, 0x86, 0xfb, 0x46, 0xdc, 0xcb, 0xda, 0x51, 0xa8, 0x0c, 0x2d, 0xcf, 0x39, 0x37, 0xeb, 0x3f, 0x87, 0x9e, 0x58, 0xdd, 0xab, 0xf4, 0x32, 0x8b, 0x4b, 0x1e, 0x0b, 0x86, 0xd7, 0x81, 0x03, 0x4e, 0xbb, 0x95, 0x62, 0xb6, 0x52, 0xc3, 0x14, 0xb2, 0x4b, 0x7e, 0x1c, 0x63, 0x38, 0x2c, 0x9b, 0xca, 0x19, 0x6c, 0x62, 0x5e, 0xcb, 0x00, 0xac, 0x8d, 0x06, 0xe6, 0x74, 0xd9, 0x93, 0xd2, 0xe5 } }; static const struct cckprng_op_reseed op_reseed_6621 = { .hd = { .id = 6364, .kind = OP_RESEED }, .nonce = 1330766739849418411ULL, .seed_nbytes = 119, .seed = { 0x78, 0x1f, 0xd7, 0xed, 0x09, 0x56, 0x91, 0xe5, 0x97, 0x62, 0x18, 0x72, 0xd0, 0xb7, 0x36, 0xc4, 0xeb, 0x98, 0xb4, 0xe4, 0xf1, 0xef, 0xd2, 0x8d, 0x9f, 0x94, 0xe0, 0x59, 0xd2, 0x13, 0x8a, 0x62, 0x10, 0x72, 0x00, 0x62, 0x2a, 0x48, 0xa0, 0x4f, 0x1e, 0x38, 0x89, 0x7d, 0xdd, 0xfc, 0xb2, 0xac, 0xed, 0xbd, 0x2d, 0xc4, 0x0a, 0x77, 0x9e, 0x0d, 0xbe, 0x89, 0x8d, 0xbb, 0x65, 0xb2, 0x88, 0xfa, 0x4f, 0x1c, 0xc9, 0x20, 0x5a, 0xe5, 0x1e, 0x87, 0x40, 0x79, 0xad, 0x0b, 0x42, 0xc4, 0xd1, 0xe3, 0x28, 0xdb, 0x70, 0x94, 0xe9, 0x2e, 0xef, 0x0e, 0xf6, 0xc5, 0xe0, 0x52, 0x66, 0xf4, 0x57, 0x5a, 0xfe, 0xa8, 0x15, 0xc4, 0xbb, 0xc1, 0x47, 0x14, 0x59, 0xb9, 0xda, 0x67, 0xda, 0x7e, 0xfa, 0xb2, 0xbb, 0x75, 0x2d, 0x73, 0x22, 0xca, 0x11 } }; static const struct cckprng_op_generate op_init_6622 = { .hd = { .id = 6365, .kind = OP_GENERATE }, .rand_nbytes = 263, .out = { .rand = { 0x41, 0xd4, 0x8a, 0x8f, 0x1b, 0x09, 0x7b, 0x82, 0x47, 0x10, 0x5f, 0xa5, 0x1f, 0xa1, 0xe7, 0x5f, 0xbb, 0x9a, 0x5b, 0x4b, 0x0d, 0xe9, 0x25, 0x54, 0xca, 0x0c, 0x2f, 0xed, 0xf0, 0xce, 0x58, 0xfd, 0xb5, 0x90, 0x8c, 0x94, 0x87, 0x5c, 0x2b, 0x03, 0x50, 0x6a, 0x2d, 0x3d, 0x04, 0x79, 0xf6, 0xe4, 0xe6, 0xed, 0x1f, 0xac, 0x95, 0xfe, 0x25, 0xda, 0xde, 0x16, 0xbd, 0xd4, 0xca, 0xf0, 0x14, 0xfe, 0x1a, 0xe8, 0xc1, 0xf1, 0xdd, 0x33, 0x83, 0xdf, 0xc7, 0xeb, 0x4c, 0x07, 0xab, 0x45, 0x2d, 0x4e, 0x5f, 0xa4, 0xc1, 0x24, 0x52, 0xa6, 0x10, 0x7e, 0x2f, 0x45, 0xf2, 0x87, 0x75, 0x09, 0x96, 0xb3, 0x44, 0x38, 0x17, 0x84, 0xc5, 0x9f, 0x92, 0x97, 0x6e, 0x63, 0x86, 0xc4, 0x47, 0x68, 0x60, 0xd2, 0xcc, 0x23, 0x8e, 0xbb, 0x02, 0x70, 0x66, 0xed, 0x97, 0x23, 0x6f, 0x92, 0x70, 0x78, 0x30, 0x4b, 0x89, 0x06, 0xe1, 0x28, 0x94, 0xce, 0xfb, 0xf8, 0x56, 0x65, 0x35, 0x4b, 0x83, 0x66, 0x23, 0x04, 0x01, 0xc6, 0x0b, 0x3a, 0xb2, 0x6a, 0x0a, 0xdb, 0xdb, 0xa1, 0xb3, 0x16, 0x76, 0x82, 0x01, 0x0f, 0xcb, 0x49, 0x70, 0x8f, 0x34, 0xdb, 0x4b, 0x2a, 0xec, 0x04, 0x89, 0xe5, 0x3d, 0xdd, 0x24, 0x3a, 0x16, 0x60, 0xd3, 0x7e, 0x14, 0x4c, 0x0d, 0x97, 0x5a, 0x55, 0xd8, 0xb9, 0x2b, 0xd0, 0x53, 0x84, 0xe5, 0x17, 0x14, 0xb5, 0x2a, 0xd7, 0x7c, 0x0a, 0x7f, 0x85, 0x4c, 0xea, 0x9c, 0x7c, 0xbc, 0xcd, 0x37, 0x81, 0xd5, 0xbd, 0xd1, 0x46, 0x9f, 0xc9, 0x77, 0xa3, 0x97, 0x99, 0x75, 0xae, 0x3d, 0x28, 0xd5, 0xbb, 0x12, 0xf4, 0xc4, 0x67, 0x34, 0xa2, 0x46, 0xb5, 0x95, 0x03, 0xbd, 0xeb, 0x26, 0x09, 0x74, 0x24, 0x11, 0x05, 0x10, 0x6d, 0x8d, 0x7e, 0x00, 0x44, 0xc8, 0xf6, 0xd0, 0xef, 0x0e, 0x78, 0x25, 0x43, 0x09, 0x64, 0x54, 0xec, 0x6f } } }; static const struct cckprng_op_reseed op_reseed_6623 = { .hd = { .id = 6366, .kind = OP_RESEED }, .nonce = 702502129735453485ULL, .seed_nbytes = 241, .seed = { 0x25, 0x4e, 0x2d, 0xe1, 0x44, 0x85, 0x43, 0xc4, 0xa3, 0xd0, 0x64, 0xc5, 0x09, 0x07, 0x17, 0xff, 0x39, 0xff, 0x0d, 0xca, 0x83, 0x3f, 0x67, 0x0d, 0x22, 0x21, 0x45, 0x96, 0x6e, 0x3d, 0x93, 0x48, 0x51, 0xb2, 0x5d, 0x16, 0xa4, 0x9d, 0x43, 0xd6, 0x5a, 0x38, 0x3f, 0xfb, 0x06, 0x05, 0x65, 0x1d, 0x31, 0x90, 0x68, 0x3f, 0x08, 0xae, 0x02, 0x2c, 0x1c, 0xce, 0x70, 0x2c, 0x1b, 0x36, 0xd0, 0xb7, 0x30, 0x13, 0x22, 0xbf, 0xbc, 0xcd, 0xdd, 0x04, 0xed, 0x69, 0x7e, 0x82, 0x1b, 0x5e, 0x5a, 0x10, 0x99, 0xfb, 0x0d, 0x3a, 0x4a, 0x97, 0x3d, 0x2f, 0xa9, 0x86, 0x39, 0x38, 0x0d, 0x33, 0x85, 0x57, 0x1f, 0x98, 0x9b, 0xb2, 0x1c, 0x73, 0xf3, 0x16, 0x9b, 0x7d, 0xf8, 0x10, 0xe4, 0xee, 0x85, 0x00, 0x38, 0xa7, 0xc4, 0xec, 0xf9, 0x2e, 0x6a, 0x6d, 0x48, 0xab, 0x99, 0x8f, 0x15, 0x7d, 0x25, 0xa3, 0x6f, 0xa9, 0xf8, 0xd7, 0xca, 0x97, 0x96, 0xf8, 0x4e, 0x37, 0x9e, 0x1b, 0xa6, 0x68, 0xba, 0x2a, 0xc9, 0xcb, 0x91, 0x57, 0x67, 0xaf, 0x37, 0xf9, 0x61, 0x6e, 0xba, 0x05, 0x65, 0x55, 0x3d, 0x5c, 0x43, 0x61, 0x5e, 0xf6, 0x68, 0x87, 0x57, 0x3c, 0x85, 0x32, 0x97, 0xf0, 0x01, 0x08, 0x25, 0xbb, 0x7f, 0xf8, 0xa1, 0xd2, 0x8d, 0x0c, 0xd2, 0x1d, 0x90, 0x2b, 0xce, 0xfd, 0xc0, 0x29, 0x08, 0x93, 0xf1, 0xad, 0x4b, 0xc9, 0xd1, 0x2e, 0x0c, 0x83, 0x6a, 0x4b, 0x28, 0xb2, 0xfc, 0x57, 0xcd, 0x59, 0xc6, 0xc2, 0x4e, 0x79, 0x57, 0xe6, 0x95, 0x3f, 0xbe, 0xd0, 0xb2, 0xe7, 0xbd, 0x92, 0x51, 0xc3, 0x21, 0xcf, 0xc2, 0xfe, 0x8c, 0xe8, 0x74, 0x6c, 0xfe, 0xb3, 0x89, 0x03, 0x8d, 0x23, 0x5d, 0x2e, 0x92 } }; static const struct cckprng_op_reseed op_reseed_6624 = { .hd = { .id = 6367, .kind = OP_RESEED }, .nonce = 6586448053844774746ULL, .seed_nbytes = 278, .seed = { 0xf6, 0xdd, 0x2f, 0xb6, 0x44, 0x68, 0xb4, 0xf9, 0xcd, 0x95, 0xd0, 0x90, 0x93, 0x53, 0xb7, 0xa4, 0x18, 0x39, 0x1a, 0x61, 0xc8, 0x14, 0x55, 0x59, 0x63, 0xc5, 0xd4, 0xee, 0x02, 0xbd, 0x6e, 0x91, 0x68, 0x7b, 0x45, 0xc5, 0x5e, 0x3a, 0x5f, 0xb5, 0x2b, 0x63, 0xf9, 0xcf, 0x1d, 0xbf, 0xad, 0x74, 0x0a, 0x0d, 0x43, 0xe8, 0x8c, 0xd4, 0x05, 0x9f, 0x8a, 0x53, 0x83, 0x11, 0xe0, 0x92, 0x6c, 0x4d, 0xb7, 0x1d, 0x2d, 0xa2, 0xb3, 0x06, 0x85, 0xb6, 0xf1, 0x13, 0x2a, 0x15, 0xd6, 0x62, 0x8f, 0x89, 0x56, 0x31, 0xf0, 0x43, 0x5f, 0x1c, 0xb0, 0xb8, 0x19, 0x6b, 0x36, 0x18, 0x15, 0xb2, 0x4d, 0x42, 0xf9, 0x90, 0x93, 0x05, 0x89, 0x21, 0xc8, 0xcc, 0xb9, 0xb1, 0x75, 0x35, 0x44, 0xad, 0x39, 0xb3, 0x47, 0x92, 0xb3, 0xe5, 0xe7, 0x90, 0xd6, 0x4f, 0xf6, 0xe0, 0x92, 0x24, 0x56, 0x52, 0xc0, 0x02, 0x55, 0xbd, 0x61, 0x13, 0xcb, 0x9a, 0xe1, 0x75, 0x36, 0xe9, 0x31, 0x1a, 0x05, 0x84, 0xe1, 0x40, 0x4e, 0x1f, 0x0c, 0xa3, 0xcc, 0x29, 0x73, 0x63, 0xec, 0xe5, 0x4a, 0x65, 0xc5, 0x81, 0x9e, 0x3b, 0xe1, 0x89, 0x51, 0x4c, 0x6d, 0xb6, 0x74, 0x31, 0xf9, 0x6b, 0x39, 0x40, 0x4f, 0xac, 0x8a, 0xc0, 0xac, 0xcf, 0x56, 0x4a, 0x71, 0xce, 0xd6, 0x5f, 0x88, 0xfe, 0xb5, 0xaa, 0xfa, 0xd5, 0xdc, 0x2a, 0x4a, 0xbe, 0x72, 0x54, 0x6c, 0xe3, 0x01, 0xad, 0x41, 0x3a, 0x90, 0x0a, 0x5d, 0xcb, 0xd9, 0xcd, 0x3c, 0x23, 0xa9, 0xdc, 0x92, 0x47, 0x35, 0x4e, 0x5e, 0x21, 0x96, 0xa4, 0xd1, 0xd4, 0x89, 0x2e, 0x5e, 0x6c, 0xb5, 0x60, 0x85, 0x7c, 0x41, 0x52, 0x6e, 0xe2, 0xfb, 0x86, 0x63, 0xb6, 0x5a, 0x9e, 0xc4, 0x56, 0xf7, 0x46, 0xb0, 0x61, 0x42, 0x44, 0xca, 0xe9, 0xc3, 0xc6, 0x09, 0x08, 0x1b, 0x99, 0xe6, 0x31, 0xda, 0x84, 0x9b, 0xbe, 0x74, 0x33, 0xde, 0x6e, 0xde, 0xfa, 0x17, 0x3b, 0xa3, 0x8f, 0xf9, 0x95, 0x92, 0x7d, 0x43, 0xa3 } }; static const struct cckprng_op_generate op_init_6625 = { .hd = { .id = 6368, .kind = OP_GENERATE }, .rand_nbytes = 261, .out = { .rand = { 0x61, 0x41, 0xd0, 0xee, 0x9d, 0x3b, 0x47, 0x34, 0x48, 0xf8, 0xdf, 0x69, 0xa2, 0x17, 0x6f, 0x4f, 0xd5, 0x94, 0xe5, 0x8e, 0x79, 0x25, 0x3d, 0x9d, 0xd1, 0x79, 0x44, 0xf3, 0x98, 0xc7, 0xa3, 0xe6, 0xda, 0x82, 0x1c, 0x3e, 0x52, 0xed, 0x2c, 0x92, 0x4a, 0x89, 0x02, 0x52, 0xda, 0x64, 0x56, 0xab, 0x0f, 0xe0, 0x5a, 0xf8, 0x95, 0xfd, 0x8a, 0xff, 0x03, 0x4d, 0x92, 0xc0, 0x92, 0x33, 0xa3, 0x09, 0x92, 0xec, 0xd1, 0x40, 0x62, 0x24, 0x9e, 0x80, 0x5f, 0x45, 0x54, 0x36, 0xb7, 0x36, 0xf7, 0xf3, 0x1b, 0x66, 0x35, 0x74, 0xc8, 0x40, 0x7b, 0xf6, 0x8c, 0xad, 0xbc, 0x77, 0xca, 0x76, 0xb7, 0x92, 0x7d, 0x36, 0xbe, 0x4b, 0x2c, 0x3c, 0x78, 0x32, 0xc9, 0x13, 0xde, 0x98, 0x25, 0xdb, 0xb8, 0x63, 0x07, 0x17, 0x90, 0x8e, 0x35, 0x1a, 0x4e, 0x5a, 0xd0, 0x1b, 0x2f, 0xe6, 0x75, 0x4a, 0xe6, 0xaf, 0x1f, 0xfe, 0xa1, 0x4b, 0xa2, 0x38, 0xd7, 0x04, 0x14, 0xa0, 0x35, 0xa1, 0xbf, 0x28, 0x87, 0x82, 0x60, 0x4b, 0xa6, 0x98, 0x70, 0x9b, 0xf9, 0x4a, 0x41, 0xbb, 0x03, 0x12, 0x92, 0xbd, 0xc3, 0xc4, 0x35, 0x8d, 0xfc, 0xeb, 0xd7, 0x7d, 0x8f, 0x47, 0xb7, 0x63, 0xda, 0x3f, 0x33, 0xe7, 0x27, 0x4e, 0x32, 0x61, 0x49, 0x0b, 0x9e, 0x37, 0x6d, 0xec, 0xfb, 0x5a, 0x3c, 0xea, 0x6d, 0x93, 0xbd, 0x36, 0xc7, 0x34, 0x80, 0xb2, 0x2c, 0x97, 0x5d, 0x17, 0xc7, 0xd4, 0x65, 0x1c, 0xd3, 0x30, 0xdf, 0xeb, 0x41, 0x03, 0x0d, 0xc9, 0xc2, 0xb7, 0x31, 0xb5, 0x95, 0x38, 0x21, 0x81, 0xb4, 0x6e, 0x99, 0x58, 0x9e, 0x4b, 0xfa, 0xc7, 0xea, 0xf5, 0x78, 0x8a, 0xe6, 0x79, 0x42, 0x14, 0xad, 0xe8, 0x36, 0x84, 0xda, 0x52, 0x82, 0x86, 0x25, 0xdf, 0x7f, 0xe4, 0x85, 0xd2, 0x23, 0xd6, 0x59, 0xed, 0x5b, 0xd2, 0xc3, 0x81, 0xd7, 0xfc, 0x83 } } }; static const struct cckprng_op_reseed op_reseed_6626 = { .hd = { .id = 6369, .kind = OP_RESEED }, .nonce = 7146752042845062670ULL, .seed_nbytes = 125, .seed = { 0x03, 0x04, 0xed, 0x1f, 0x0f, 0x38, 0x07, 0xd0, 0x3a, 0xb4, 0x9a, 0x44, 0x8b, 0xaa, 0x08, 0x70, 0x14, 0x2f, 0x94, 0x8e, 0x57, 0x09, 0x2e, 0x14, 0xd0, 0x81, 0xd0, 0xcd, 0x96, 0x67, 0xf3, 0x33, 0x7a, 0x95, 0xb4, 0x24, 0x06, 0xa0, 0x0e, 0x45, 0x54, 0x0b, 0xdb, 0x0d, 0x43, 0x95, 0x32, 0xf2, 0x77, 0xd0, 0xf6, 0xf7, 0xe9, 0x5e, 0x1c, 0xb1, 0xc4, 0x9f, 0x4e, 0x80, 0x83, 0x60, 0xeb, 0xb6, 0x6f, 0x13, 0x1a, 0xf4, 0xc4, 0xbf, 0x37, 0xef, 0x3c, 0xb5, 0x2a, 0x39, 0x45, 0xa4, 0x33, 0x06, 0x85, 0x67, 0x46, 0x33, 0x1a, 0x11, 0x80, 0x5e, 0x19, 0x24, 0x90, 0x00, 0x7c, 0xb3, 0x1f, 0xb5, 0x14, 0xbd, 0x05, 0x35, 0xa5, 0x38, 0x8e, 0xc4, 0xdf, 0x62, 0xc6, 0x40, 0xc6, 0x0d, 0x58, 0xe3, 0x64, 0xaf, 0xd0, 0x43, 0xd3, 0xb2, 0x77, 0x74, 0xf8, 0xed, 0x67, 0x26, 0x94 } }; static const struct cckprng_op_generate op_init_6627 = { .hd = { .id = 6370, .kind = OP_GENERATE }, .rand_nbytes = 139, .out = { .rand = { 0x62, 0xf4, 0xe0, 0x48, 0x0a, 0xcc, 0xd5, 0xef, 0x57, 0x93, 0xec, 0xfd, 0x1b, 0x3c, 0xba, 0xfa, 0xe5, 0xf3, 0x22, 0x1e, 0x20, 0x69, 0x24, 0x8b, 0x91, 0x7a, 0x27, 0xfa, 0xca, 0xac, 0x88, 0xe1, 0xd8, 0xa6, 0x15, 0xf0, 0x7f, 0xbe, 0x9f, 0xc3, 0x3d, 0x5b, 0xf5, 0x5c, 0x7c, 0x83, 0xc0, 0x1a, 0x62, 0x37, 0xc8, 0xd9, 0xa9, 0x8e, 0x0e, 0x85, 0x67, 0xd5, 0x73, 0xf0, 0x4f, 0x4d, 0xb7, 0x12, 0x05, 0xa4, 0xe1, 0xa9, 0x4a, 0x78, 0x18, 0x9c, 0xbf, 0x27, 0x86, 0x2c, 0x13, 0x65, 0x2e, 0x5a, 0xbc, 0xcc, 0x59, 0x4a, 0x7f, 0xda, 0x5e, 0x4d, 0xf0, 0x42, 0x93, 0x92, 0xa6, 0x14, 0x3b, 0x71, 0xb1, 0xc6, 0x0e, 0x71, 0x19, 0xe1, 0xda, 0xbf, 0x87, 0x48, 0x23, 0x1f, 0xc3, 0x44, 0x24, 0xaf, 0x4f, 0xeb, 0x5d, 0x83, 0x55, 0x1d, 0x58, 0x9f, 0xd0, 0x39, 0x40, 0xbd, 0x4e, 0xbf, 0x7d, 0x6f, 0x6e, 0xf7, 0x3d, 0x6c, 0xee, 0x65, 0x7a, 0xad, 0x7a, 0xce, 0xb3 } } }; static const struct cckprng_op_reseed op_reseed_6628 = { .hd = { .id = 6371, .kind = OP_RESEED }, .nonce = 365074793076143040ULL, .seed_nbytes = 123, .seed = { 0x83, 0x21, 0xe2, 0x3f, 0xc5, 0x96, 0xf9, 0x91, 0x3f, 0x76, 0x7a, 0x27, 0xf5, 0x0c, 0xda, 0xdd, 0x43, 0x6a, 0x07, 0xa9, 0x3d, 0x6a, 0x81, 0x76, 0x73, 0xa6, 0x4f, 0xf4, 0x88, 0xe7, 0x52, 0xb2, 0xc3, 0xac, 0x47, 0xbe, 0x52, 0x6e, 0x02, 0xf9, 0x20, 0x24, 0xcd, 0x81, 0x67, 0x1b, 0x81, 0x68, 0xa9, 0x60, 0x0b, 0x5f, 0xe0, 0xbd, 0x77, 0x1f, 0x5f, 0x8d, 0x0d, 0x85, 0xa6, 0xe2, 0xa5, 0x40, 0x02, 0x96, 0x2d, 0x61, 0x51, 0xb4, 0xf9, 0xa8, 0x1f, 0x19, 0x05, 0x0c, 0x38, 0x63, 0x49, 0x4b, 0x82, 0xff, 0xc1, 0x98, 0x56, 0xdd, 0xaa, 0x9a, 0x8c, 0x99, 0xda, 0x6e, 0x2e, 0xc1, 0x74, 0x1a, 0xcd, 0x9d, 0x03, 0xb9, 0x36, 0x3e, 0x1b, 0x3a, 0x37, 0x7f, 0x65, 0xa1, 0x7e, 0x58, 0xe6, 0x1b, 0xec, 0x5f, 0xcd, 0x88, 0xee, 0x48, 0x5c, 0x1a, 0xbc, 0x57, 0xd5 } }; static const struct cckprng_op_refresh op_refresh_6629 = { .hd = { .id = 6372, .kind = OP_REFRESH }, .rand = 14076254796716550282ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6630 = { .hd = { .id = 6373, .kind = OP_RESEED }, .nonce = 6056130640660767528ULL, .seed_nbytes = 36, .seed = { 0x30, 0xf8, 0xc3, 0x94, 0xec, 0x36, 0x52, 0xd0, 0x04, 0xc7, 0xed, 0xdb, 0x5f, 0x39, 0xfd, 0xbd, 0xcb, 0x19, 0x62, 0x72, 0x59, 0x0e, 0x71, 0xb0, 0x19, 0x63, 0xe2, 0x27, 0xd2, 0xa8, 0x02, 0x91, 0xa6, 0x6f, 0x84, 0x84 } }; static const struct cckprng_op_refresh op_refresh_6631 = { .hd = { .id = 6374, .kind = OP_REFRESH }, .rand = 2235602537696846863ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6632 = { .hd = { .id = 6375, .kind = OP_GENERATE }, .rand_nbytes = 192, .out = { .rand = { 0x14, 0x80, 0xd9, 0x39, 0x77, 0x5f, 0xea, 0xf1, 0x8f, 0x95, 0x3d, 0x7e, 0xae, 0x2c, 0x7a, 0x02, 0x1e, 0xe3, 0x9d, 0x96, 0xad, 0xcc, 0xf4, 0xa0, 0x44, 0x7a, 0x5b, 0xe5, 0x1d, 0xb0, 0x8a, 0x72, 0xfd, 0x4b, 0x2f, 0x13, 0x62, 0x0b, 0xb1, 0x2b, 0x57, 0x1b, 0x22, 0xe2, 0xd4, 0xd4, 0xde, 0x33, 0x59, 0x09, 0x2f, 0x82, 0x90, 0xaf, 0xcd, 0x43, 0x3f, 0xe7, 0x1a, 0xe4, 0x5c, 0x4d, 0x8f, 0xc7, 0x6c, 0x7e, 0xe3, 0xea, 0x0b, 0x98, 0xba, 0x57, 0xfe, 0x97, 0x24, 0xe8, 0x17, 0x12, 0x82, 0x04, 0xe0, 0x26, 0x7e, 0xe1, 0xbe, 0xdd, 0x3c, 0x17, 0x58, 0x43, 0xe1, 0x6f, 0xbb, 0xd2, 0x40, 0x08, 0xfa, 0xb7, 0x24, 0xf0, 0x89, 0x35, 0xa7, 0xfb, 0x18, 0x00, 0x30, 0x5c, 0x82, 0x7a, 0x20, 0x20, 0x64, 0x80, 0xfa, 0x24, 0x23, 0xa6, 0x7d, 0x66, 0xd6, 0x08, 0xc0, 0x73, 0x30, 0x45, 0x80, 0xb8, 0x5b, 0xf9, 0xd3, 0x3f, 0x4b, 0x6c, 0x5a, 0xe4, 0x7f, 0xa4, 0x5a, 0x6b, 0x68, 0x26, 0x40, 0xdf, 0xbf, 0xfe, 0x7d, 0xe1, 0xf4, 0xaf, 0x9d, 0xaf, 0xa3, 0xef, 0x25, 0x8f, 0x64, 0x76, 0xf1, 0x31, 0x40, 0x67, 0x5a, 0xeb, 0x13, 0x98, 0xce, 0x7f, 0xd8, 0xc9, 0x22, 0x58, 0x26, 0x26, 0x93, 0xc7, 0x40, 0xcb, 0xf3, 0xfc, 0x14, 0x84, 0x4f, 0x49, 0xf2, 0x28, 0xf2, 0x5c, 0x43, 0x4f, 0x37, 0x28 } } }; static const struct cckprng_op_refresh op_refresh_6633 = { .hd = { .id = 6376, .kind = OP_REFRESH }, .rand = 9603064902878524384ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6634 = { .hd = { .id = 6377, .kind = OP_RESEED }, .nonce = 16129952276345173158ULL, .seed_nbytes = 141, .seed = { 0xd2, 0x46, 0xe9, 0xa0, 0xee, 0xe2, 0x95, 0x76, 0x3f, 0xc4, 0x74, 0xb8, 0xe6, 0x00, 0xae, 0x4d, 0x3c, 0x84, 0xc1, 0xe3, 0x7b, 0xaa, 0xdf, 0x3c, 0x1d, 0x4e, 0x1e, 0x9c, 0xd9, 0xf8, 0x25, 0x40, 0x0e, 0x0e, 0x4a, 0x62, 0x30, 0x4d, 0xa7, 0x90, 0xcd, 0x02, 0x45, 0xd6, 0x80, 0x44, 0xa7, 0x9d, 0xe0, 0x4d, 0x5d, 0x7e, 0xd5, 0xb4, 0x2e, 0xec, 0x55, 0xa6, 0x72, 0x74, 0xe2, 0x72, 0xc1, 0xf7, 0x37, 0xb9, 0x27, 0x52, 0xf2, 0x31, 0x3b, 0x19, 0xde, 0xb0, 0xd8, 0x26, 0xeb, 0xd0, 0xa0, 0xd8, 0x3d, 0x49, 0x91, 0x0a, 0x56, 0xfc, 0x38, 0xcf, 0x4c, 0x68, 0x42, 0x63, 0xff, 0xa2, 0x98, 0x0b, 0x96, 0x0a, 0xcb, 0x27, 0x3c, 0x6e, 0x7d, 0x35, 0xf5, 0x89, 0x8e, 0x05, 0xce, 0x7e, 0x60, 0x73, 0x1f, 0x9d, 0xab, 0x46, 0x30, 0xf3, 0xbf, 0x1b, 0xd2, 0xcd, 0xca, 0x40, 0xd4, 0x41, 0xe0, 0x15, 0xfa, 0x3d, 0x50, 0x4a, 0x3a, 0xa7, 0xa1, 0xb0, 0x5a, 0x7d, 0x86, 0x31, 0x58 } }; static const struct cckprng_op_refresh op_refresh_6635 = { .hd = { .id = 6378, .kind = OP_REFRESH }, .rand = 12767167560272006608ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_reseed op_reseed_6636 = { .hd = { .id = 6379, .kind = OP_RESEED }, .nonce = 4878254333435175570ULL, .seed_nbytes = 71, .seed = { 0xfd, 0x0a, 0xfc, 0xdd, 0xbb, 0x8d, 0x12, 0x32, 0x7c, 0x83, 0x6b, 0x98, 0xc6, 0xe9, 0xe9, 0x3a, 0x51, 0x2d, 0xcd, 0xf5, 0x46, 0xe6, 0x0b, 0xbf, 0xf1, 0x11, 0x42, 0x2c, 0x34, 0x70, 0xa3, 0x68, 0x88, 0xa0, 0x5d, 0x31, 0xf4, 0x87, 0x8a, 0xc8, 0xe7, 0x97, 0xf7, 0x34, 0xf9, 0x07, 0xbb, 0x2f, 0x07, 0xec, 0x4d, 0x7a, 0x38, 0xb8, 0x47, 0xa0, 0x43, 0x76, 0x6d, 0x06, 0x07, 0x36, 0xfe, 0x6b, 0x5f, 0x9a, 0xcb, 0xdf, 0x61, 0x15, 0x98 } }; static const struct cckprng_op_generate op_init_6637 = { .hd = { .id = 6380, .kind = OP_GENERATE }, .rand_nbytes = 234, .out = { .rand = { 0xc5, 0xe1, 0x64, 0x2b, 0xa3, 0x03, 0x47, 0xfc, 0xaf, 0x3d, 0x5a, 0x10, 0x96, 0x5c, 0xdc, 0x2d, 0x9d, 0x68, 0x24, 0xd5, 0xf5, 0x45, 0x06, 0x57, 0x7e, 0x03, 0xb6, 0x6c, 0xe9, 0x91, 0xd7, 0x3c, 0x0a, 0x5f, 0x87, 0x15, 0xee, 0x03, 0xdb, 0x6e, 0x6e, 0x48, 0xbf, 0x15, 0x14, 0x9d, 0x3c, 0x49, 0x08, 0x28, 0x33, 0xb8, 0x13, 0xa6, 0xe1, 0x5a, 0xa3, 0x9a, 0x22, 0xda, 0xd1, 0xd2, 0xd9, 0xf5, 0x55, 0xf2, 0x2e, 0x26, 0xd6, 0xc1, 0x92, 0x5a, 0x36, 0x4c, 0x31, 0xab, 0x07, 0x9c, 0x2f, 0x20, 0x21, 0xcf, 0xd8, 0x39, 0x9d, 0x61, 0xa1, 0x19, 0x9c, 0xb4, 0xb7, 0x63, 0x23, 0x0e, 0xfb, 0xfa, 0x56, 0xa4, 0xda, 0x32, 0xd2, 0xa5, 0xe8, 0x33, 0xbe, 0x5b, 0x9a, 0x2d, 0x1c, 0x3a, 0x95, 0x2a, 0xa6, 0x81, 0xb7, 0x0e, 0x73, 0x3b, 0x84, 0xf2, 0x95, 0x01, 0x40, 0xd5, 0x48, 0xa1, 0x95, 0xad, 0x62, 0xaf, 0xb4, 0xb2, 0xe1, 0x89, 0x4e, 0x66, 0x51, 0x1f, 0x50, 0xd9, 0xc4, 0x88, 0x75, 0xf0, 0x70, 0x9d, 0xea, 0x27, 0x64, 0x95, 0x2b, 0xfb, 0x68, 0x27, 0xb1, 0x6c, 0x71, 0x64, 0x81, 0x4b, 0xe3, 0xd4, 0xa8, 0x62, 0xac, 0xeb, 0xac, 0xb2, 0x01, 0x35, 0x73, 0x8a, 0x38, 0x0f, 0xaa, 0x70, 0xdd, 0x60, 0x91, 0xed, 0x27, 0x85, 0x73, 0x7e, 0x61, 0xbe, 0x17, 0x7e, 0x2e, 0x9f, 0xc0, 0x3e, 0xc4, 0x18, 0x93, 0xad, 0xbb, 0xc3, 0x89, 0x7f, 0xf4, 0xe8, 0x2d, 0xdc, 0xf2, 0x28, 0x80, 0x6a, 0xb2, 0x92, 0xa3, 0xa7, 0xe8, 0x8a, 0x3f, 0xa0, 0xa4, 0x0b, 0x90, 0xb3, 0xdc, 0xc8, 0xf6, 0xc0, 0xba, 0x99, 0x27, 0x18, 0x0f, 0x36, 0xa6, 0x22, 0xeb, 0x05 } } }; static const struct cckprng_op_generate op_init_6638 = { .hd = { .id = 6381, .kind = OP_GENERATE }, .rand_nbytes = 259, .out = { .rand = { 0x40, 0xf7, 0x84, 0x84, 0x44, 0x12, 0xe9, 0xf1, 0xb0, 0x8f, 0x30, 0xa9, 0x6b, 0x6d, 0x4f, 0xd2, 0x43, 0x7c, 0x7a, 0x89, 0xac, 0x9a, 0x3d, 0xac, 0x24, 0x3f, 0xde, 0x5e, 0x8d, 0xe6, 0x55, 0xb8, 0xd7, 0x5f, 0x23, 0xed, 0x28, 0x15, 0xd7, 0x3a, 0x06, 0x4c, 0x96, 0x12, 0x6c, 0xd9, 0x31, 0x8c, 0xee, 0xbd, 0xa1, 0x5d, 0x29, 0xf5, 0xc1, 0xd7, 0xa5, 0x16, 0x5b, 0x11, 0x13, 0xb1, 0x32, 0x7c, 0xed, 0x6d, 0x5c, 0x12, 0xc8, 0x48, 0x8a, 0xbf, 0x6f, 0x8e, 0x8c, 0x21, 0x08, 0x5c, 0xa0, 0x68, 0x78, 0x71, 0xac, 0x8c, 0xa4, 0xbd, 0x1c, 0x40, 0x4d, 0xa7, 0xfe, 0x2c, 0x91, 0xe5, 0x00, 0xcf, 0xa7, 0xcb, 0xfc, 0x5b, 0x73, 0xd1, 0x14, 0xb5, 0xfb, 0x2b, 0x1e, 0xca, 0xaa, 0x46, 0x2e, 0x3f, 0xb2, 0x5c, 0xc8, 0x49, 0xae, 0xc4, 0x8b, 0x5f, 0x5b, 0x2e, 0xd3, 0x62, 0x85, 0xc3, 0x45, 0xcb, 0x3e, 0xe5, 0xd1, 0x2d, 0xd1, 0x0b, 0x34, 0xdb, 0x1a, 0xb8, 0x43, 0x0d, 0x33, 0xcc, 0xef, 0xd3, 0x43, 0x84, 0x69, 0x59, 0x34, 0x6f, 0x42, 0xf6, 0xab, 0xaf, 0xd3, 0xe8, 0xe3, 0x32, 0x7c, 0x77, 0x73, 0x1a, 0x5c, 0x8a, 0x46, 0xd6, 0xce, 0x3c, 0x1d, 0x13, 0x0d, 0x86, 0x52, 0x51, 0xad, 0x9e, 0x8f, 0x3f, 0xe8, 0x50, 0xc7, 0x70, 0xb9, 0x6b, 0xb9, 0x41, 0x07, 0x78, 0x54, 0x39, 0x19, 0xe6, 0x74, 0x21, 0x7e, 0x59, 0x9e, 0xf4, 0x04, 0x48, 0x1c, 0xd3, 0x7c, 0x4d, 0x5b, 0xbe, 0xdf, 0x8f, 0xa7, 0xd3, 0xca, 0x26, 0xc5, 0x44, 0x61, 0x12, 0x6e, 0xe0, 0x18, 0x2c, 0x55, 0xae, 0xc3, 0x60, 0x85, 0xa9, 0x8b, 0x76, 0x7b, 0xbc, 0x7a, 0xfa, 0x7e, 0x60, 0x46, 0xb2, 0x89, 0x25, 0x5f, 0x4b, 0xef, 0x6b, 0x74, 0xce, 0x57, 0xa1, 0xac, 0xc0, 0x86, 0xf3, 0xec, 0x01, 0xad, 0x55, 0xff, 0x78, 0xdb, 0x47, 0x0e } } }; static const struct cckprng_op_generate op_init_6639 = { .hd = { .id = 6382, .kind = OP_GENERATE }, .rand_nbytes = 90, .out = { .rand = { 0x4e, 0x27, 0x2b, 0xcd, 0x8c, 0x21, 0x30, 0xaf, 0x1f, 0x36, 0x33, 0xba, 0xad, 0x27, 0x69, 0x08, 0x02, 0xdd, 0xe8, 0xb0, 0x64, 0x4a, 0xb0, 0x9d, 0x83, 0x9c, 0xd6, 0xb0, 0xe1, 0x97, 0x83, 0xc8, 0x79, 0xfd, 0x16, 0x71, 0x6c, 0xc6, 0x92, 0x3d, 0x5e, 0x5b, 0x68, 0x8d, 0xf9, 0x07, 0x87, 0xb2, 0x45, 0x76, 0x61, 0x3f, 0x00, 0x0d, 0xde, 0x57, 0xd9, 0x46, 0x09, 0x19, 0x5b, 0xb1, 0x7c, 0xa1, 0x8f, 0xbb, 0x85, 0x88, 0xf9, 0xe7, 0x1d, 0x44, 0x19, 0x94, 0xd6, 0x42, 0x68, 0xd5, 0x81, 0x36, 0xe4, 0x70, 0xa9, 0x00, 0x31, 0x44, 0x54, 0xb7, 0x8a, 0x5d } } }; static const struct cckprng_op_generate op_init_6640 = { .hd = { .id = 6383, .kind = OP_GENERATE }, .rand_nbytes = 123, .out = { .rand = { 0x12, 0xf2, 0x67, 0xa7, 0x92, 0xd9, 0xc3, 0x89, 0xab, 0x74, 0xc5, 0xb6, 0x5e, 0x5c, 0x3b, 0xb0, 0xec, 0x1b, 0x62, 0xb5, 0x97, 0xff, 0x47, 0xb9, 0x60, 0xb3, 0x38, 0x3b, 0x67, 0x5e, 0x21, 0x55, 0x90, 0x5d, 0x4d, 0xe9, 0x07, 0xe1, 0x58, 0x48, 0xb3, 0x06, 0xc6, 0x5e, 0x8c, 0x7f, 0xb0, 0xf4, 0xad, 0xbb, 0x45, 0x1d, 0x53, 0x94, 0xd7, 0x57, 0x83, 0x14, 0x2d, 0x74, 0x7e, 0x3a, 0xf3, 0xb5, 0xf8, 0xc3, 0x61, 0xb2, 0x61, 0x49, 0xf8, 0x2d, 0x46, 0xf6, 0x4a, 0x65, 0x31, 0xca, 0x5b, 0x3f, 0xa7, 0x31, 0x9e, 0x79, 0xb5, 0xeb, 0x3b, 0x58, 0x31, 0xf4, 0xb6, 0x24, 0x18, 0x00, 0x39, 0xad, 0xb6, 0xce, 0x71, 0x4d, 0xdb, 0xf6, 0x7c, 0x37, 0x49, 0x4b, 0xdc, 0x3f, 0x38, 0x22, 0xd7, 0x60, 0xba, 0xf7, 0x45, 0x52, 0xb4, 0xfa, 0xc5, 0x60, 0xd2, 0x65, 0xfa } } }; static const struct cckprng_op_refresh op_refresh_6641 = { .hd = { .id = 6384, .kind = OP_REFRESH }, .rand = 907738252830847566ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6642 = { .hd = { .id = 6385, .kind = OP_GENERATE }, .rand_nbytes = 99, .out = { .rand = { 0x8f, 0xf8, 0x95, 0x24, 0x6b, 0xff, 0x2f, 0x6c, 0x6c, 0x44, 0x2b, 0xd5, 0x2e, 0x63, 0xbb, 0x7e, 0x4c, 0x34, 0x55, 0xcf, 0x0b, 0xd5, 0x08, 0x01, 0xec, 0x76, 0x2c, 0x60, 0xa7, 0xdd, 0xcb, 0x3a, 0xb1, 0x21, 0x4a, 0x8c, 0xd4, 0x8e, 0xc3, 0xf2, 0xa3, 0xeb, 0xb8, 0xa8, 0xe0, 0xfd, 0xa9, 0xb5, 0xe6, 0x5b, 0x78, 0x56, 0x09, 0x86, 0xb2, 0xb3, 0xb1, 0x29, 0x52, 0xf9, 0x43, 0xe8, 0xf1, 0x03, 0xad, 0x39, 0x30, 0xf6, 0xe9, 0xc4, 0x16, 0x88, 0x2d, 0x6b, 0xb9, 0xdc, 0x15, 0x44, 0xe4, 0x77, 0x5b, 0x3d, 0x2b, 0x21, 0xf0, 0x0f, 0x2e, 0xec, 0x66, 0x7d, 0xf6, 0xce, 0x5a, 0xd3, 0x6b, 0xbf, 0x90, 0xbe, 0xcd } } }; static const struct cckprng_op_refresh op_refresh_6643 = { .hd = { .id = 6386, .kind = OP_REFRESH }, .rand = 16462143500946616328ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_refresh op_refresh_6644 = { .hd = { .id = 6387, .kind = OP_REFRESH }, .rand = 12575362059613987349ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6645 = { .hd = { .id = 6388, .kind = OP_GENERATE }, .rand_nbytes = 14, .out = { .rand = { 0x4f, 0xeb, 0x66, 0x5a, 0x43, 0x63, 0x81, 0xdc, 0x74, 0x82, 0x62, 0xad, 0x5f, 0xe9 } } }; static const struct cckprng_op_generate op_init_6646 = { .hd = { .id = 6389, .kind = OP_GENERATE }, .rand_nbytes = 252, .out = { .rand = { 0x7e, 0x83, 0x23, 0x7b, 0x11, 0x73, 0xeb, 0x59, 0x9a, 0x5b, 0x35, 0x4f, 0xa0, 0x48, 0x88, 0xd3, 0xb3, 0xfd, 0x1f, 0xd2, 0x15, 0x04, 0x6e, 0xe6, 0xda, 0x2f, 0xb6, 0x81, 0x68, 0x65, 0x83, 0xa2, 0xf2, 0xd9, 0xcf, 0xfd, 0xb7, 0xd5, 0xd0, 0xac, 0xd7, 0x27, 0x33, 0x71, 0x8c, 0x78, 0x81, 0xc7, 0x6f, 0x1b, 0xc4, 0xac, 0x73, 0x69, 0x45, 0x8f, 0xb8, 0x28, 0x45, 0x42, 0x91, 0x67, 0x62, 0xd1, 0x19, 0x24, 0x8c, 0x33, 0xd7, 0x00, 0x33, 0xd3, 0xe3, 0xbb, 0xfe, 0xea, 0x53, 0x4c, 0xfa, 0x0f, 0x80, 0xf2, 0x56, 0xa0, 0xfd, 0x69, 0x3a, 0x23, 0x60, 0xe4, 0x11, 0xb0, 0x50, 0x4a, 0x09, 0x91, 0xca, 0xde, 0x4f, 0xff, 0x73, 0x43, 0x38, 0xd3, 0x11, 0x8a, 0xac, 0x74, 0x1a, 0xb3, 0xb7, 0x25, 0x8f, 0xcd, 0x08, 0x39, 0xc0, 0x69, 0x7e, 0xb3, 0xc6, 0xcd, 0x1c, 0xc3, 0x4d, 0x62, 0xaf, 0x2c, 0xd2, 0xf8, 0xac, 0x43, 0x44, 0xfc, 0x99, 0x70, 0xd7, 0x68, 0x58, 0xd5, 0x0a, 0x33, 0x35, 0xbf, 0xa9, 0xe5, 0xf9, 0xc8, 0x90, 0xa8, 0x3d, 0xa4, 0x80, 0x18, 0x86, 0xb2, 0x04, 0xa5, 0x9c, 0x1d, 0x5d, 0xe0, 0x49, 0xa7, 0xc8, 0x5a, 0xb6, 0x4e, 0x3d, 0x15, 0x72, 0x07, 0x6f, 0x49, 0xc7, 0x14, 0xdd, 0xd2, 0xfb, 0x47, 0x24, 0x8a, 0x9c, 0x8b, 0xe8, 0x32, 0x46, 0xa5, 0xaa, 0x1d, 0x6f, 0xef, 0x2c, 0xff, 0x0f, 0xf5, 0x39, 0x70, 0xa4, 0x7f, 0x17, 0x66, 0xb4, 0x74, 0xae, 0xea, 0x77, 0x01, 0xc6, 0xf3, 0xad, 0x45, 0xdb, 0x71, 0xa1, 0x35, 0x84, 0xea, 0x90, 0x30, 0xb2, 0xd1, 0x78, 0x4f, 0x0b, 0x71, 0x16, 0x0f, 0xfa, 0xb2, 0x6b, 0xd2, 0xc7, 0xef, 0x87, 0x4d, 0xa3, 0x9e, 0xa5, 0x76, 0x95, 0x9f, 0xa7, 0x30, 0x85, 0xe2, 0xb5, 0x5a, 0x28, 0xab, 0x00, 0x51 } } }; static const struct cckprng_op_reseed op_reseed_6647 = { .hd = { .id = 6390, .kind = OP_RESEED }, .nonce = 11197755211167056417ULL, .seed_nbytes = 99, .seed = { 0xb9, 0xb8, 0xb6, 0xc7, 0x58, 0xe3, 0xbb, 0x2b, 0x8f, 0x49, 0x29, 0xc3, 0xf7, 0x93, 0x1c, 0x67, 0xa9, 0x4e, 0x21, 0x39, 0xd5, 0x76, 0x73, 0xf7, 0xff, 0x2d, 0x74, 0x21, 0xd9, 0x0f, 0x3b, 0xde, 0x91, 0x33, 0x60, 0x0c, 0xa2, 0x3f, 0xbf, 0xb9, 0x88, 0x93, 0x19, 0xbe, 0x3e, 0x6d, 0x52, 0x94, 0x9c, 0x6a, 0x99, 0x07, 0x50, 0x8b, 0xcb, 0x64, 0x48, 0x00, 0xc6, 0x54, 0xc1, 0xe3, 0xdf, 0xd9, 0xb7, 0xcb, 0x7b, 0x50, 0x4e, 0x82, 0xde, 0xda, 0x97, 0xa7, 0x68, 0x07, 0xe1, 0x70, 0xb4, 0x48, 0x3f, 0xab, 0x95, 0x36, 0x05, 0xb1, 0xe1, 0x0f, 0x46, 0xc6, 0xeb, 0x00, 0xa2, 0x38, 0xe5, 0x4e, 0x68, 0x1c, 0xa8 } }; static const struct cckprng_op_reseed op_reseed_6648 = { .hd = { .id = 6391, .kind = OP_RESEED }, .nonce = 577608370595663636ULL, .seed_nbytes = 106, .seed = { 0xc4, 0xf5, 0x7f, 0xf7, 0x2f, 0x0f, 0x37, 0xf7, 0xe5, 0xe6, 0x98, 0x82, 0x62, 0x50, 0xfe, 0x16, 0xb2, 0x1c, 0xb4, 0xb2, 0x2e, 0xdf, 0x5b, 0xa3, 0x89, 0xe7, 0x09, 0x31, 0x65, 0x67, 0x3d, 0xbe, 0x3c, 0x96, 0x92, 0x20, 0x41, 0x67, 0xeb, 0xfa, 0xb1, 0x36, 0x9a, 0xee, 0x55, 0xfd, 0xcc, 0x18, 0xbe, 0x40, 0x09, 0xbb, 0x3d, 0x1b, 0x0a, 0x07, 0x26, 0x81, 0xb1, 0xa0, 0xc8, 0x7f, 0x03, 0x4c, 0x27, 0x3b, 0x85, 0x9d, 0xd7, 0x12, 0x03, 0xe1, 0x99, 0x7e, 0xeb, 0x97, 0x8a, 0x6c, 0xc0, 0x12, 0x82, 0xdb, 0x8a, 0x9d, 0x92, 0xd9, 0x4e, 0xbc, 0x28, 0x80, 0x50, 0xa3, 0x1a, 0x23, 0xc8, 0xd0, 0x49, 0xeb, 0x8f, 0xe4, 0x59, 0x56, 0x21, 0xd9, 0x7e, 0x9f } }; static const struct cckprng_op_generate op_init_6649 = { .hd = { .id = 6392, .kind = OP_GENERATE }, .rand_nbytes = 255, .out = { .rand = { 0x51, 0xd1, 0xce, 0x78, 0xe9, 0xba, 0x9c, 0x9e, 0xe1, 0x4b, 0xbc, 0xd9, 0x14, 0x08, 0x37, 0x57, 0x7b, 0x3b, 0x46, 0x29, 0xf1, 0xbc, 0x10, 0xbd, 0xc2, 0x49, 0x3c, 0x2d, 0x02, 0x04, 0x8b, 0x11, 0x88, 0x4d, 0x9d, 0x75, 0x04, 0x9f, 0x24, 0xe4, 0x63, 0xac, 0x29, 0x2f, 0x00, 0x3d, 0x5c, 0x71, 0xca, 0x2a, 0x78, 0xfb, 0x27, 0xbd, 0x7a, 0xc0, 0xb0, 0xa8, 0xcc, 0x03, 0xef, 0xeb, 0x6f, 0x52, 0xdc, 0x4d, 0xd1, 0x6b, 0xcb, 0x6f, 0x0c, 0xc0, 0x25, 0x9b, 0x78, 0xa8, 0x85, 0xfc, 0xfe, 0x60, 0xae, 0x4f, 0xd2, 0x78, 0x15, 0xbc, 0xa4, 0xbf, 0x3b, 0x41, 0xe7, 0x78, 0x08, 0xae, 0x40, 0xa5, 0xe3, 0xb5, 0x77, 0x4a, 0xbf, 0xef, 0x90, 0x4d, 0x8b, 0x46, 0x07, 0xc5, 0x71, 0xdc, 0xbc, 0x6b, 0x31, 0x59, 0xae, 0x5e, 0xbc, 0xe5, 0x20, 0xb6, 0xe8, 0x9c, 0x55, 0x7e, 0x05, 0x48, 0x64, 0xc2, 0xa4, 0x76, 0xe7, 0x97, 0x02, 0x18, 0x1c, 0x76, 0x60, 0x3e, 0x82, 0xca, 0x42, 0xc8, 0xbd, 0x8c, 0xf9, 0x1e, 0x04, 0x20, 0x4f, 0xd6, 0x6c, 0x0a, 0x9b, 0xf7, 0x11, 0xa2, 0xca, 0x81, 0xf3, 0x16, 0xf9, 0x9e, 0x02, 0xda, 0xf6, 0x3d, 0x19, 0xed, 0x04, 0x85, 0x63, 0x2b, 0x42, 0x47, 0x62, 0xa5, 0x21, 0x26, 0xf2, 0xb2, 0xe6, 0xe3, 0xef, 0xb1, 0xff, 0xb7, 0x3e, 0x33, 0xc9, 0x07, 0x68, 0xb3, 0x7e, 0xc2, 0xd3, 0xba, 0xea, 0xd4, 0xec, 0x37, 0x8b, 0x95, 0xf1, 0x35, 0xc6, 0xa1, 0x5a, 0x3f, 0x9a, 0xca, 0xbd, 0x94, 0x86, 0x96, 0x51, 0x3b, 0x9e, 0x07, 0xa0, 0xcc, 0x99, 0xc0, 0x89, 0xcf, 0x14, 0xdb, 0x24, 0x30, 0x4b, 0x4f, 0xd5, 0xb0, 0x0e, 0x83, 0x95, 0x14, 0x9a, 0xc1, 0x67, 0xe0, 0x2b, 0xb2, 0xe5, 0x8e, 0x98, 0xc7, 0x7d, 0xb4, 0x48, 0x92, 0x53, 0x62, 0x0f, 0xd7, 0x5f } } }; static const struct cckprng_op_reseed op_reseed_6650 = { .hd = { .id = 6393, .kind = OP_RESEED }, .nonce = 9386908162856654283ULL, .seed_nbytes = 33, .seed = { 0xaa, 0xa0, 0x31, 0xb4, 0xdb, 0x81, 0x9a, 0xa6, 0xf5, 0x25, 0x5e, 0x67, 0x7e, 0xca, 0xf0, 0x32, 0x0a, 0x34, 0x9c, 0x27, 0x6b, 0x63, 0x1d, 0x26, 0x83, 0x29, 0xfb, 0xe1, 0xe3, 0x0f, 0x85, 0x77, 0xe1 } }; static const struct cckprng_op_refresh op_refresh_6651 = { .hd = { .id = 6394, .kind = OP_REFRESH }, .rand = 3283563782842350046ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6652 = { .hd = { .id = 6395, .kind = OP_GENERATE }, .rand_nbytes = 189, .out = { .rand = { 0x0b, 0xdd, 0x67, 0x52, 0x7a, 0xb6, 0x4b, 0xa1, 0x99, 0x4e, 0x80, 0xb2, 0xfc, 0xda, 0xe4, 0xe4, 0x38, 0x83, 0x81, 0xc6, 0x01, 0x6f, 0x11, 0x6a, 0x03, 0x2e, 0x88, 0xe5, 0xc8, 0xd7, 0xb9, 0x4f, 0x3c, 0xfd, 0x22, 0x66, 0xb0, 0xa7, 0xa0, 0xe1, 0x1e, 0x08, 0x92, 0x39, 0x52, 0x54, 0xe3, 0x07, 0x5d, 0xc9, 0x6d, 0x4d, 0x5d, 0x67, 0x7c, 0x65, 0xe5, 0xaa, 0xd9, 0xed, 0x98, 0x6e, 0x09, 0xc8, 0x81, 0xca, 0x41, 0x15, 0xce, 0x72, 0xd5, 0xd4, 0x32, 0xae, 0x6a, 0x3b, 0xcb, 0x5e, 0x45, 0x63, 0x1a, 0xa7, 0x3e, 0x90, 0x5c, 0x67, 0x2d, 0xa9, 0x59, 0x40, 0xd5, 0xe5, 0x6b, 0xca, 0xf3, 0x4e, 0xa1, 0xd7, 0x98, 0xa8, 0x5a, 0x45, 0xb9, 0x14, 0xa3, 0x03, 0xdc, 0xd6, 0x4f, 0xe8, 0x13, 0xbd, 0x59, 0x4f, 0x85, 0x2f, 0x7e, 0x54, 0x67, 0x28, 0x3d, 0x97, 0x65, 0x62, 0x91, 0x32, 0x37, 0x5a, 0x4b, 0x79, 0x2a, 0xee, 0xf0, 0xb6, 0xf7, 0x42, 0xb5, 0xba, 0xf4, 0x3d, 0x46, 0xf6, 0x1c, 0x89, 0xed, 0xc6, 0x71, 0xbe, 0xa6, 0x83, 0x31, 0x21, 0x03, 0x67, 0x4c, 0xd0, 0x4d, 0x14, 0x28, 0xf8, 0xfb, 0x5a, 0xb4, 0x5c, 0x00, 0xbe, 0xf8, 0xc6, 0x35, 0x95, 0x79, 0xa0, 0x0a, 0xc7, 0x37, 0xd5, 0x52, 0xea, 0x98, 0xb2, 0x4a, 0xb0, 0x03, 0x56, 0x16, 0x0e, 0xf7, 0x4d, 0x92 } } }; static const struct cckprng_op_reseed op_reseed_6653 = { .hd = { .id = 6396, .kind = OP_RESEED }, .nonce = 10506808068039209226ULL, .seed_nbytes = 248, .seed = { 0xe0, 0x8a, 0x0c, 0xdc, 0xe2, 0xe6, 0xdc, 0x66, 0xc8, 0xd7, 0x43, 0x7b, 0xb8, 0xfe, 0x9a, 0x20, 0xe5, 0xab, 0x24, 0xbf, 0xbf, 0x6b, 0xb0, 0xea, 0xd8, 0x95, 0xf3, 0xde, 0xd8, 0xfa, 0xc6, 0x12, 0xc3, 0x05, 0x48, 0x14, 0x1c, 0xdf, 0xe1, 0x53, 0xab, 0xfc, 0xe8, 0xbb, 0x95, 0xd7, 0x02, 0x76, 0x16, 0x52, 0x00, 0xf7, 0xec, 0xd9, 0x19, 0x15, 0x41, 0xad, 0x15, 0x00, 0x2a, 0xb9, 0x98, 0xf2, 0xb0, 0x25, 0x7b, 0x2f, 0x39, 0x30, 0x9a, 0x8a, 0xc2, 0x9f, 0x08, 0x5d, 0x7a, 0x65, 0xb7, 0x5c, 0x64, 0x69, 0x48, 0x46, 0x9f, 0xc5, 0xc3, 0x36, 0xf0, 0x01, 0x3f, 0x90, 0x29, 0xec, 0x4f, 0xc0, 0x2a, 0xee, 0xc4, 0x9f, 0x36, 0x78, 0x02, 0x24, 0xd0, 0x96, 0xc1, 0x0f, 0x27, 0x5c, 0xc6, 0x6f, 0x75, 0x97, 0x59, 0x23, 0xd6, 0x17, 0x79, 0xe3, 0x4c, 0x50, 0x4a, 0x50, 0xef, 0xcf, 0xc5, 0x2e, 0x5d, 0x06, 0x6d, 0x7f, 0xc6, 0xc7, 0xc7, 0xf6, 0xc5, 0xfc, 0x35, 0x2e, 0x06, 0x16, 0xdc, 0x3b, 0x39, 0x73, 0x31, 0x55, 0x83, 0x8a, 0xf6, 0xf3, 0x53, 0xb3, 0xa7, 0x4d, 0x0b, 0x01, 0x21, 0xf5, 0xb3, 0x7e, 0xc1, 0xed, 0xb6, 0x07, 0xbb, 0xae, 0x18, 0x8d, 0xe0, 0xa8, 0x73, 0x90, 0xb2, 0x7c, 0x6d, 0x09, 0x80, 0x5c, 0x59, 0x8c, 0x54, 0x13, 0x5d, 0xc4, 0x61, 0xe1, 0x60, 0x90, 0x4a, 0xde, 0xa7, 0x59, 0x0c, 0xed, 0x38, 0xd8, 0x99, 0xb4, 0xac, 0xe7, 0x2e, 0xf1, 0x67, 0xb0, 0x51, 0xf0, 0x9c, 0x1a, 0x3c, 0x84, 0x37, 0xf7, 0xb6, 0x6d, 0xa6, 0x9a, 0xac, 0x07, 0xb0, 0x29, 0x40, 0x4b, 0x18, 0xb7, 0xbd, 0x08, 0xa2, 0xf7, 0x22, 0x0b, 0x5c, 0x77, 0x1d, 0x14, 0xaa, 0x5c, 0x80, 0x36, 0x92, 0x9b, 0x94, 0x09, 0xd1, 0xda, 0x96, 0x86 } }; static const struct cckprng_op_generate op_init_6654 = { .hd = { .id = 6397, .kind = OP_GENERATE }, .rand_nbytes = 4, .out = { .rand = { 0x04, 0x1b, 0xd4, 0xa1 } } }; static const struct cckprng_op_refresh op_refresh_6655 = { .hd = { .id = 6398, .kind = OP_REFRESH }, .rand = 14059617743546363117ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op_generate op_init_6656 = { .hd = { .id = 6399, .kind = OP_GENERATE }, .rand_nbytes = 132, .out = { .rand = { 0xcf, 0x52, 0x87, 0x66, 0xd1, 0x30, 0x97, 0xdd, 0x15, 0x06, 0x19, 0xb6, 0xb0, 0x72, 0x7a, 0xdb, 0x1c, 0xe1, 0x2a, 0xcb, 0x2d, 0x21, 0x84, 0x89, 0x50, 0x2e, 0x47, 0x6c, 0x3d, 0x36, 0x8e, 0x9b, 0x01, 0x83, 0xae, 0xeb, 0x1f, 0x67, 0x49, 0x4e, 0xb1, 0x40, 0xe0, 0x5c, 0xa0, 0xaa, 0x34, 0xba, 0x98, 0xf1, 0xae, 0xee, 0x54, 0x5b, 0xba, 0xec, 0x70, 0xe5, 0x42, 0x90, 0x02, 0x1b, 0xcc, 0x54, 0x61, 0x9a, 0xa8, 0x44, 0x0c, 0x7e, 0xb5, 0x1f, 0x25, 0x0e, 0x5c, 0x3d, 0x38, 0x3c, 0x30, 0x81, 0x03, 0xea, 0x73, 0x12, 0xf5, 0x6e, 0xb3, 0xc8, 0x2a, 0x35, 0xb4, 0xd1, 0x4f, 0xa2, 0x02, 0x45, 0x4d, 0x8c, 0xfb, 0x84, 0xe3, 0x8d, 0x0d, 0x43, 0x1c, 0x24, 0x7f, 0xd5, 0xf5, 0xcc, 0xdc, 0x2d, 0xfe, 0xc3, 0x15, 0x4a, 0x52, 0xf6, 0x7e, 0x66, 0x57, 0xfa, 0x4b, 0x4d, 0xc3, 0xae, 0x3c, 0x3e, 0xe0, 0x6d, 0xf1, 0x4c } } }; static const struct cckprng_op_reseed op_reseed_6657 = { .hd = { .id = 6400, .kind = OP_RESEED }, .nonce = 6137643086597024857ULL, .seed_nbytes = 173, .seed = { 0x8a, 0xa9, 0xb1, 0xfb, 0x72, 0x81, 0x3b, 0xc8, 0x96, 0x8d, 0xe6, 0x5c, 0xf1, 0x26, 0x8b, 0x36, 0xbe, 0xd5, 0xeb, 0xeb, 0x39, 0xe4, 0x3b, 0xef, 0x88, 0x66, 0xbd, 0x56, 0x6a, 0x2a, 0x27, 0xa0, 0x3c, 0xdf, 0x22, 0x38, 0x02, 0x29, 0x9e, 0xeb, 0x6b, 0x18, 0xda, 0x64, 0x0a, 0xb4, 0x26, 0x3f, 0x4a, 0x71, 0x15, 0x70, 0xd2, 0x07, 0xa2, 0xc4, 0x51, 0x50, 0xe6, 0xad, 0xe9, 0xb6, 0x27, 0xd3, 0xba, 0x38, 0x04, 0x7b, 0x85, 0x38, 0xe5, 0x0e, 0x1d, 0x5e, 0x87, 0x86, 0xfd, 0x10, 0x6f, 0x04, 0x04, 0x2b, 0xe9, 0xda, 0x78, 0x45, 0x91, 0x9b, 0x38, 0x0b, 0xb3, 0x6d, 0xfd, 0x80, 0xe4, 0x1e, 0xba, 0xbf, 0xc7, 0x82, 0x14, 0xe2, 0xc1, 0xc0, 0xc0, 0x45, 0xfd, 0xff, 0xab, 0xe9, 0x45, 0x1e, 0x19, 0x98, 0x48, 0xcd, 0xdb, 0xbc, 0x49, 0x89, 0x9c, 0x4d, 0x52, 0x9e, 0x29, 0xdc, 0xb5, 0x95, 0xb8, 0x77, 0x49, 0x7d, 0x79, 0x33, 0xea, 0x82, 0x1a, 0xea, 0x7f, 0x48, 0xa7, 0x69, 0xd9, 0x02, 0x5d, 0xe4, 0x2e, 0xf6, 0x54, 0xa1, 0x99, 0x73, 0x0d, 0x95, 0x32, 0xe3, 0xa3, 0xe9, 0x29, 0xcb, 0xef, 0xe1, 0x27, 0x7f, 0xeb, 0x4f, 0xc5, 0x53, 0x8a, 0xd2, 0xe5, 0xc0, 0x54 } }; static const struct cckprng_op_refresh op_refresh_6658 = { .hd = { .id = 6401, .kind = OP_REFRESH }, .rand = 5177076602562368983ULL, .nsamples = 1024, .needreseed = false }; static const struct cckprng_op *ops_6659[] = { (const struct cckprng_op *)&op_init_5635, (const struct cckprng_op *)&op_init_5636, (const struct cckprng_op *)&op_refresh_5637, (const struct cckprng_op *)&op_init_5638, (const struct cckprng_op *)&op_reseed_5639, (const struct cckprng_op *)&op_init_5640, (const struct cckprng_op *)&op_refresh_5641, (const struct cckprng_op *)&op_init_5642, (const struct cckprng_op *)&op_refresh_5643, (const struct cckprng_op *)&op_init_5644, (const struct cckprng_op *)&op_init_5645, (const struct cckprng_op *)&op_reseed_5646, (const struct cckprng_op *)&op_init_5647, (const struct cckprng_op *)&op_init_5648, (const struct cckprng_op *)&op_refresh_5649, (const struct cckprng_op *)&op_refresh_5650, (const struct cckprng_op *)&op_refresh_5651, (const struct cckprng_op *)&op_init_5652, (const struct cckprng_op *)&op_reseed_5653, (const struct cckprng_op *)&op_reseed_5654, (const struct cckprng_op *)&op_init_5655, (const struct cckprng_op *)&op_reseed_5656, (const struct cckprng_op *)&op_init_5657, (const struct cckprng_op *)&op_init_5658, (const struct cckprng_op *)&op_refresh_5659, (const struct cckprng_op *)&op_reseed_5660, (const struct cckprng_op *)&op_reseed_5661, (const struct cckprng_op *)&op_reseed_5662, (const struct cckprng_op *)&op_init_5663, (const struct cckprng_op *)&op_reseed_5664, (const struct cckprng_op *)&op_init_5665, (const struct cckprng_op *)&op_init_5666, (const struct cckprng_op *)&op_refresh_5667, (const struct cckprng_op *)&op_reseed_5668, (const struct cckprng_op *)&op_init_5669, (const struct cckprng_op *)&op_refresh_5670, (const struct cckprng_op *)&op_refresh_5671, (const struct cckprng_op *)&op_refresh_5672, (const struct cckprng_op *)&op_refresh_5673, (const struct cckprng_op *)&op_reseed_5674, (const struct cckprng_op *)&op_init_5675, (const struct cckprng_op *)&op_init_5676, (const struct cckprng_op *)&op_reseed_5677, (const struct cckprng_op *)&op_init_5678, (const struct cckprng_op *)&op_reseed_5679, (const struct cckprng_op *)&op_init_5680, (const struct cckprng_op *)&op_refresh_5681, (const struct cckprng_op *)&op_init_5682, (const struct cckprng_op *)&op_reseed_5683, (const struct cckprng_op *)&op_init_5684, (const struct cckprng_op *)&op_refresh_5685, (const struct cckprng_op *)&op_refresh_5686, (const struct cckprng_op *)&op_init_5687, (const struct cckprng_op *)&op_init_5688, (const struct cckprng_op *)&op_init_5689, (const struct cckprng_op *)&op_refresh_5690, (const struct cckprng_op *)&op_init_5691, (const struct cckprng_op *)&op_refresh_5692, (const struct cckprng_op *)&op_reseed_5693, (const struct cckprng_op *)&op_reseed_5694, (const struct cckprng_op *)&op_init_5695, (const struct cckprng_op *)&op_init_5696, (const struct cckprng_op *)&op_init_5697, (const struct cckprng_op *)&op_reseed_5698, (const struct cckprng_op *)&op_refresh_5699, (const struct cckprng_op *)&op_reseed_5700, (const struct cckprng_op *)&op_init_5701, (const struct cckprng_op *)&op_init_5702, (const struct cckprng_op *)&op_refresh_5703, (const struct cckprng_op *)&op_reseed_5704, (const struct cckprng_op *)&op_init_5705, (const struct cckprng_op *)&op_init_5706, (const struct cckprng_op *)&op_reseed_5707, (const struct cckprng_op *)&op_init_5708, (const struct cckprng_op *)&op_reseed_5709, (const struct cckprng_op *)&op_refresh_5710, (const struct cckprng_op *)&op_reseed_5711, (const struct cckprng_op *)&op_reseed_5712, (const struct cckprng_op *)&op_init_5713, (const struct cckprng_op *)&op_init_5714, (const struct cckprng_op *)&op_refresh_5715, (const struct cckprng_op *)&op_reseed_5716, (const struct cckprng_op *)&op_init_5717, (const struct cckprng_op *)&op_reseed_5718, (const struct cckprng_op *)&op_init_5719, (const struct cckprng_op *)&op_init_5720, (const struct cckprng_op *)&op_refresh_5721, (const struct cckprng_op *)&op_reseed_5722, (const struct cckprng_op *)&op_init_5723, (const struct cckprng_op *)&op_init_5724, (const struct cckprng_op *)&op_refresh_5725, (const struct cckprng_op *)&op_init_5726, (const struct cckprng_op *)&op_init_5727, (const struct cckprng_op *)&op_init_5728, (const struct cckprng_op *)&op_reseed_5729, (const struct cckprng_op *)&op_init_5730, (const struct cckprng_op *)&op_reseed_5731, (const struct cckprng_op *)&op_reseed_5732, (const struct cckprng_op *)&op_refresh_5733, (const struct cckprng_op *)&op_init_5734, (const struct cckprng_op *)&op_reseed_5735, (const struct cckprng_op *)&op_init_5736, (const struct cckprng_op *)&op_refresh_5737, (const struct cckprng_op *)&op_refresh_5738, (const struct cckprng_op *)&op_refresh_5739, (const struct cckprng_op *)&op_init_5740, (const struct cckprng_op *)&op_init_5741, (const struct cckprng_op *)&op_init_5742, (const struct cckprng_op *)&op_reseed_5743, (const struct cckprng_op *)&op_reseed_5744, (const struct cckprng_op *)&op_init_5745, (const struct cckprng_op *)&op_refresh_5746, (const struct cckprng_op *)&op_init_5747, (const struct cckprng_op *)&op_reseed_5748, (const struct cckprng_op *)&op_init_5749, (const struct cckprng_op *)&op_refresh_5750, (const struct cckprng_op *)&op_reseed_5751, (const struct cckprng_op *)&op_refresh_5752, (const struct cckprng_op *)&op_reseed_5753, (const struct cckprng_op *)&op_reseed_5754, (const struct cckprng_op *)&op_init_5755, (const struct cckprng_op *)&op_init_5756, (const struct cckprng_op *)&op_init_5757, (const struct cckprng_op *)&op_init_5758, (const struct cckprng_op *)&op_reseed_5759, (const struct cckprng_op *)&op_refresh_5760, (const struct cckprng_op *)&op_init_5761, (const struct cckprng_op *)&op_init_5762, (const struct cckprng_op *)&op_reseed_5763, (const struct cckprng_op *)&op_reseed_5764, (const struct cckprng_op *)&op_init_5765, (const struct cckprng_op *)&op_refresh_5766, (const struct cckprng_op *)&op_reseed_5767, (const struct cckprng_op *)&op_refresh_5768, (const struct cckprng_op *)&op_init_5769, (const struct cckprng_op *)&op_refresh_5770, (const struct cckprng_op *)&op_init_5771, (const struct cckprng_op *)&op_reseed_5772, (const struct cckprng_op *)&op_reseed_5773, (const struct cckprng_op *)&op_reseed_5774, (const struct cckprng_op *)&op_refresh_5775, (const struct cckprng_op *)&op_refresh_5776, (const struct cckprng_op *)&op_reseed_5777, (const struct cckprng_op *)&op_init_5778, (const struct cckprng_op *)&op_reseed_5779, (const struct cckprng_op *)&op_reseed_5780, (const struct cckprng_op *)&op_refresh_5781, (const struct cckprng_op *)&op_reseed_5782, (const struct cckprng_op *)&op_refresh_5783, (const struct cckprng_op *)&op_reseed_5784, (const struct cckprng_op *)&op_init_5785, (const struct cckprng_op *)&op_refresh_5786, (const struct cckprng_op *)&op_reseed_5787, (const struct cckprng_op *)&op_init_5788, (const struct cckprng_op *)&op_refresh_5789, (const struct cckprng_op *)&op_refresh_5790, (const struct cckprng_op *)&op_refresh_5791, (const struct cckprng_op *)&op_refresh_5792, (const struct cckprng_op *)&op_refresh_5793, (const struct cckprng_op *)&op_refresh_5794, (const struct cckprng_op *)&op_reseed_5795, (const struct cckprng_op *)&op_refresh_5796, (const struct cckprng_op *)&op_refresh_5797, (const struct cckprng_op *)&op_init_5798, (const struct cckprng_op *)&op_init_5799, (const struct cckprng_op *)&op_init_5800, (const struct cckprng_op *)&op_reseed_5801, (const struct cckprng_op *)&op_reseed_5802, (const struct cckprng_op *)&op_refresh_5803, (const struct cckprng_op *)&op_reseed_5804, (const struct cckprng_op *)&op_refresh_5805, (const struct cckprng_op *)&op_init_5806, (const struct cckprng_op *)&op_refresh_5807, (const struct cckprng_op *)&op_init_5808, (const struct cckprng_op *)&op_refresh_5809, (const struct cckprng_op *)&op_init_5810, (const struct cckprng_op *)&op_init_5811, (const struct cckprng_op *)&op_refresh_5812, (const struct cckprng_op *)&op_reseed_5813, (const struct cckprng_op *)&op_init_5814, (const struct cckprng_op *)&op_refresh_5815, (const struct cckprng_op *)&op_init_5816, (const struct cckprng_op *)&op_refresh_5817, (const struct cckprng_op *)&op_refresh_5818, (const struct cckprng_op *)&op_refresh_5819, (const struct cckprng_op *)&op_init_5820, (const struct cckprng_op *)&op_refresh_5821, (const struct cckprng_op *)&op_reseed_5822, (const struct cckprng_op *)&op_refresh_5823, (const struct cckprng_op *)&op_init_5824, (const struct cckprng_op *)&op_init_5825, (const struct cckprng_op *)&op_refresh_5826, (const struct cckprng_op *)&op_reseed_5827, (const struct cckprng_op *)&op_refresh_5828, (const struct cckprng_op *)&op_reseed_5829, (const struct cckprng_op *)&op_refresh_5830, (const struct cckprng_op *)&op_refresh_5831, (const struct cckprng_op *)&op_init_5832, (const struct cckprng_op *)&op_refresh_5833, (const struct cckprng_op *)&op_init_5834, (const struct cckprng_op *)&op_reseed_5835, (const struct cckprng_op *)&op_reseed_5836, (const struct cckprng_op *)&op_refresh_5837, (const struct cckprng_op *)&op_init_5838, (const struct cckprng_op *)&op_init_5839, (const struct cckprng_op *)&op_reseed_5840, (const struct cckprng_op *)&op_reseed_5841, (const struct cckprng_op *)&op_init_5842, (const struct cckprng_op *)&op_init_5843, (const struct cckprng_op *)&op_reseed_5844, (const struct cckprng_op *)&op_init_5845, (const struct cckprng_op *)&op_reseed_5846, (const struct cckprng_op *)&op_refresh_5847, (const struct cckprng_op *)&op_init_5848, (const struct cckprng_op *)&op_init_5849, (const struct cckprng_op *)&op_init_5850, (const struct cckprng_op *)&op_refresh_5851, (const struct cckprng_op *)&op_refresh_5852, (const struct cckprng_op *)&op_reseed_5853, (const struct cckprng_op *)&op_refresh_5854, (const struct cckprng_op *)&op_init_5855, (const struct cckprng_op *)&op_refresh_5856, (const struct cckprng_op *)&op_reseed_5857, (const struct cckprng_op *)&op_refresh_5858, (const struct cckprng_op *)&op_refresh_5859, (const struct cckprng_op *)&op_reseed_5860, (const struct cckprng_op *)&op_refresh_5861, (const struct cckprng_op *)&op_reseed_5862, (const struct cckprng_op *)&op_init_5863, (const struct cckprng_op *)&op_init_5864, (const struct cckprng_op *)&op_init_5865, (const struct cckprng_op *)&op_reseed_5866, (const struct cckprng_op *)&op_init_5867, (const struct cckprng_op *)&op_reseed_5868, (const struct cckprng_op *)&op_refresh_5869, (const struct cckprng_op *)&op_init_5870, (const struct cckprng_op *)&op_init_5871, (const struct cckprng_op *)&op_init_5872, (const struct cckprng_op *)&op_init_5873, (const struct cckprng_op *)&op_reseed_5874, (const struct cckprng_op *)&op_reseed_5875, (const struct cckprng_op *)&op_reseed_5876, (const struct cckprng_op *)&op_init_5877, (const struct cckprng_op *)&op_refresh_5878, (const struct cckprng_op *)&op_reseed_5879, (const struct cckprng_op *)&op_reseed_5880, (const struct cckprng_op *)&op_refresh_5881, (const struct cckprng_op *)&op_init_5882, (const struct cckprng_op *)&op_reseed_5883, (const struct cckprng_op *)&op_reseed_5884, (const struct cckprng_op *)&op_reseed_5885, (const struct cckprng_op *)&op_init_5886, (const struct cckprng_op *)&op_refresh_5887, (const struct cckprng_op *)&op_refresh_5888, (const struct cckprng_op *)&op_reseed_5889, (const struct cckprng_op *)&op_init_5890, (const struct cckprng_op *)&op_init_5891, (const struct cckprng_op *)&op_reseed_5892, (const struct cckprng_op *)&op_refresh_5893, (const struct cckprng_op *)&op_init_5894, (const struct cckprng_op *)&op_refresh_5895, (const struct cckprng_op *)&op_refresh_5896, (const struct cckprng_op *)&op_reseed_5897, (const struct cckprng_op *)&op_reseed_5898, (const struct cckprng_op *)&op_refresh_5899, (const struct cckprng_op *)&op_refresh_5900, (const struct cckprng_op *)&op_init_5901, (const struct cckprng_op *)&op_init_5902, (const struct cckprng_op *)&op_reseed_5903, (const struct cckprng_op *)&op_init_5904, (const struct cckprng_op *)&op_init_5905, (const struct cckprng_op *)&op_init_5906, (const struct cckprng_op *)&op_refresh_5907, (const struct cckprng_op *)&op_reseed_5908, (const struct cckprng_op *)&op_reseed_5909, (const struct cckprng_op *)&op_reseed_5910, (const struct cckprng_op *)&op_init_5911, (const struct cckprng_op *)&op_reseed_5912, (const struct cckprng_op *)&op_init_5913, (const struct cckprng_op *)&op_refresh_5914, (const struct cckprng_op *)&op_reseed_5915, (const struct cckprng_op *)&op_refresh_5916, (const struct cckprng_op *)&op_refresh_5917, (const struct cckprng_op *)&op_refresh_5918, (const struct cckprng_op *)&op_init_5919, (const struct cckprng_op *)&op_refresh_5920, (const struct cckprng_op *)&op_reseed_5921, (const struct cckprng_op *)&op_init_5922, (const struct cckprng_op *)&op_refresh_5923, (const struct cckprng_op *)&op_refresh_5924, (const struct cckprng_op *)&op_reseed_5925, (const struct cckprng_op *)&op_refresh_5926, (const struct cckprng_op *)&op_reseed_5927, (const struct cckprng_op *)&op_reseed_5928, (const struct cckprng_op *)&op_reseed_5929, (const struct cckprng_op *)&op_refresh_5930, (const struct cckprng_op *)&op_refresh_5931, (const struct cckprng_op *)&op_refresh_5932, (const struct cckprng_op *)&op_refresh_5933, (const struct cckprng_op *)&op_init_5934, (const struct cckprng_op *)&op_reseed_5935, (const struct cckprng_op *)&op_reseed_5936, (const struct cckprng_op *)&op_refresh_5937, (const struct cckprng_op *)&op_reseed_5938, (const struct cckprng_op *)&op_refresh_5939, (const struct cckprng_op *)&op_init_5940, (const struct cckprng_op *)&op_refresh_5941, (const struct cckprng_op *)&op_refresh_5942, (const struct cckprng_op *)&op_refresh_5943, (const struct cckprng_op *)&op_refresh_5944, (const struct cckprng_op *)&op_reseed_5945, (const struct cckprng_op *)&op_reseed_5946, (const struct cckprng_op *)&op_refresh_5947, (const struct cckprng_op *)&op_refresh_5948, (const struct cckprng_op *)&op_refresh_5949, (const struct cckprng_op *)&op_init_5950, (const struct cckprng_op *)&op_refresh_5951, (const struct cckprng_op *)&op_reseed_5952, (const struct cckprng_op *)&op_refresh_5953, (const struct cckprng_op *)&op_reseed_5954, (const struct cckprng_op *)&op_reseed_5955, (const struct cckprng_op *)&op_reseed_5956, (const struct cckprng_op *)&op_reseed_5957, (const struct cckprng_op *)&op_init_5958, (const struct cckprng_op *)&op_reseed_5959, (const struct cckprng_op *)&op_reseed_5960, (const struct cckprng_op *)&op_reseed_5961, (const struct cckprng_op *)&op_init_5962, (const struct cckprng_op *)&op_reseed_5963, (const struct cckprng_op *)&op_reseed_5964, (const struct cckprng_op *)&op_refresh_5965, (const struct cckprng_op *)&op_reseed_5966, (const struct cckprng_op *)&op_reseed_5967, (const struct cckprng_op *)&op_reseed_5968, (const struct cckprng_op *)&op_init_5969, (const struct cckprng_op *)&op_reseed_5970, (const struct cckprng_op *)&op_init_5971, (const struct cckprng_op *)&op_init_5972, (const struct cckprng_op *)&op_init_5973, (const struct cckprng_op *)&op_reseed_5974, (const struct cckprng_op *)&op_refresh_5975, (const struct cckprng_op *)&op_refresh_5976, (const struct cckprng_op *)&op_refresh_5977, (const struct cckprng_op *)&op_refresh_5978, (const struct cckprng_op *)&op_init_5979, (const struct cckprng_op *)&op_refresh_5980, (const struct cckprng_op *)&op_reseed_5981, (const struct cckprng_op *)&op_init_5982, (const struct cckprng_op *)&op_refresh_5983, (const struct cckprng_op *)&op_init_5984, (const struct cckprng_op *)&op_reseed_5985, (const struct cckprng_op *)&op_init_5986, (const struct cckprng_op *)&op_refresh_5987, (const struct cckprng_op *)&op_refresh_5988, (const struct cckprng_op *)&op_reseed_5989, (const struct cckprng_op *)&op_refresh_5990, (const struct cckprng_op *)&op_refresh_5991, (const struct cckprng_op *)&op_refresh_5992, (const struct cckprng_op *)&op_refresh_5993, (const struct cckprng_op *)&op_reseed_5994, (const struct cckprng_op *)&op_reseed_5995, (const struct cckprng_op *)&op_reseed_5996, (const struct cckprng_op *)&op_init_5997, (const struct cckprng_op *)&op_reseed_5998, (const struct cckprng_op *)&op_reseed_5999, (const struct cckprng_op *)&op_init_6000, (const struct cckprng_op *)&op_init_6001, (const struct cckprng_op *)&op_refresh_6002, (const struct cckprng_op *)&op_reseed_6003, (const struct cckprng_op *)&op_init_6004, (const struct cckprng_op *)&op_reseed_6005, (const struct cckprng_op *)&op_init_6006, (const struct cckprng_op *)&op_reseed_6007, (const struct cckprng_op *)&op_reseed_6008, (const struct cckprng_op *)&op_reseed_6009, (const struct cckprng_op *)&op_reseed_6010, (const struct cckprng_op *)&op_reseed_6011, (const struct cckprng_op *)&op_reseed_6012, (const struct cckprng_op *)&op_refresh_6013, (const struct cckprng_op *)&op_init_6014, (const struct cckprng_op *)&op_refresh_6015, (const struct cckprng_op *)&op_reseed_6016, (const struct cckprng_op *)&op_reseed_6017, (const struct cckprng_op *)&op_refresh_6018, (const struct cckprng_op *)&op_reseed_6019, (const struct cckprng_op *)&op_reseed_6020, (const struct cckprng_op *)&op_refresh_6021, (const struct cckprng_op *)&op_init_6022, (const struct cckprng_op *)&op_init_6023, (const struct cckprng_op *)&op_refresh_6024, (const struct cckprng_op *)&op_init_6025, (const struct cckprng_op *)&op_init_6026, (const struct cckprng_op *)&op_reseed_6027, (const struct cckprng_op *)&op_refresh_6028, (const struct cckprng_op *)&op_reseed_6029, (const struct cckprng_op *)&op_init_6030, (const struct cckprng_op *)&op_reseed_6031, (const struct cckprng_op *)&op_init_6032, (const struct cckprng_op *)&op_init_6033, (const struct cckprng_op *)&op_reseed_6034, (const struct cckprng_op *)&op_init_6035, (const struct cckprng_op *)&op_init_6036, (const struct cckprng_op *)&op_refresh_6037, (const struct cckprng_op *)&op_refresh_6038, (const struct cckprng_op *)&op_refresh_6039, (const struct cckprng_op *)&op_reseed_6040, (const struct cckprng_op *)&op_reseed_6041, (const struct cckprng_op *)&op_refresh_6042, (const struct cckprng_op *)&op_refresh_6043, (const struct cckprng_op *)&op_reseed_6044, (const struct cckprng_op *)&op_reseed_6045, (const struct cckprng_op *)&op_reseed_6046, (const struct cckprng_op *)&op_init_6047, (const struct cckprng_op *)&op_init_6048, (const struct cckprng_op *)&op_init_6049, (const struct cckprng_op *)&op_init_6050, (const struct cckprng_op *)&op_reseed_6051, (const struct cckprng_op *)&op_refresh_6052, (const struct cckprng_op *)&op_reseed_6053, (const struct cckprng_op *)&op_reseed_6054, (const struct cckprng_op *)&op_init_6055, (const struct cckprng_op *)&op_refresh_6056, (const struct cckprng_op *)&op_reseed_6057, (const struct cckprng_op *)&op_refresh_6058, (const struct cckprng_op *)&op_reseed_6059, (const struct cckprng_op *)&op_refresh_6060, (const struct cckprng_op *)&op_init_6061, (const struct cckprng_op *)&op_reseed_6062, (const struct cckprng_op *)&op_refresh_6063, (const struct cckprng_op *)&op_init_6064, (const struct cckprng_op *)&op_init_6065, (const struct cckprng_op *)&op_init_6066, (const struct cckprng_op *)&op_refresh_6067, (const struct cckprng_op *)&op_reseed_6068, (const struct cckprng_op *)&op_refresh_6069, (const struct cckprng_op *)&op_refresh_6070, (const struct cckprng_op *)&op_reseed_6071, (const struct cckprng_op *)&op_reseed_6072, (const struct cckprng_op *)&op_init_6073, (const struct cckprng_op *)&op_init_6074, (const struct cckprng_op *)&op_init_6075, (const struct cckprng_op *)&op_reseed_6076, (const struct cckprng_op *)&op_init_6077, (const struct cckprng_op *)&op_reseed_6078, (const struct cckprng_op *)&op_reseed_6079, (const struct cckprng_op *)&op_init_6080, (const struct cckprng_op *)&op_reseed_6081, (const struct cckprng_op *)&op_refresh_6082, (const struct cckprng_op *)&op_init_6083, (const struct cckprng_op *)&op_reseed_6084, (const struct cckprng_op *)&op_init_6085, (const struct cckprng_op *)&op_refresh_6086, (const struct cckprng_op *)&op_init_6087, (const struct cckprng_op *)&op_reseed_6088, (const struct cckprng_op *)&op_init_6089, (const struct cckprng_op *)&op_init_6090, (const struct cckprng_op *)&op_refresh_6091, (const struct cckprng_op *)&op_reseed_6092, (const struct cckprng_op *)&op_init_6093, (const struct cckprng_op *)&op_reseed_6094, (const struct cckprng_op *)&op_init_6095, (const struct cckprng_op *)&op_refresh_6096, (const struct cckprng_op *)&op_refresh_6097, (const struct cckprng_op *)&op_refresh_6098, (const struct cckprng_op *)&op_refresh_6099, (const struct cckprng_op *)&op_reseed_6100, (const struct cckprng_op *)&op_init_6101, (const struct cckprng_op *)&op_refresh_6102, (const struct cckprng_op *)&op_reseed_6103, (const struct cckprng_op *)&op_refresh_6104, (const struct cckprng_op *)&op_init_6105, (const struct cckprng_op *)&op_refresh_6106, (const struct cckprng_op *)&op_reseed_6107, (const struct cckprng_op *)&op_reseed_6108, (const struct cckprng_op *)&op_init_6109, (const struct cckprng_op *)&op_init_6110, (const struct cckprng_op *)&op_init_6111, (const struct cckprng_op *)&op_refresh_6112, (const struct cckprng_op *)&op_refresh_6113, (const struct cckprng_op *)&op_reseed_6114, (const struct cckprng_op *)&op_reseed_6115, (const struct cckprng_op *)&op_refresh_6116, (const struct cckprng_op *)&op_refresh_6117, (const struct cckprng_op *)&op_refresh_6118, (const struct cckprng_op *)&op_refresh_6119, (const struct cckprng_op *)&op_refresh_6120, (const struct cckprng_op *)&op_refresh_6121, (const struct cckprng_op *)&op_reseed_6122, (const struct cckprng_op *)&op_refresh_6123, (const struct cckprng_op *)&op_refresh_6124, (const struct cckprng_op *)&op_reseed_6125, (const struct cckprng_op *)&op_init_6126, (const struct cckprng_op *)&op_refresh_6127, (const struct cckprng_op *)&op_reseed_6128, (const struct cckprng_op *)&op_reseed_6129, (const struct cckprng_op *)&op_refresh_6130, (const struct cckprng_op *)&op_refresh_6131, (const struct cckprng_op *)&op_refresh_6132, (const struct cckprng_op *)&op_reseed_6133, (const struct cckprng_op *)&op_refresh_6134, (const struct cckprng_op *)&op_init_6135, (const struct cckprng_op *)&op_refresh_6136, (const struct cckprng_op *)&op_reseed_6137, (const struct cckprng_op *)&op_reseed_6138, (const struct cckprng_op *)&op_init_6139, (const struct cckprng_op *)&op_refresh_6140, (const struct cckprng_op *)&op_reseed_6141, (const struct cckprng_op *)&op_reseed_6142, (const struct cckprng_op *)&op_refresh_6143, (const struct cckprng_op *)&op_init_6144, (const struct cckprng_op *)&op_init_6145, (const struct cckprng_op *)&op_refresh_6146, (const struct cckprng_op *)&op_refresh_6147, (const struct cckprng_op *)&op_init_6148, (const struct cckprng_op *)&op_reseed_6149, (const struct cckprng_op *)&op_reseed_6150, (const struct cckprng_op *)&op_reseed_6151, (const struct cckprng_op *)&op_reseed_6152, (const struct cckprng_op *)&op_init_6153, (const struct cckprng_op *)&op_refresh_6154, (const struct cckprng_op *)&op_init_6155, (const struct cckprng_op *)&op_refresh_6156, (const struct cckprng_op *)&op_init_6157, (const struct cckprng_op *)&op_refresh_6158, (const struct cckprng_op *)&op_reseed_6159, (const struct cckprng_op *)&op_init_6160, (const struct cckprng_op *)&op_init_6161, (const struct cckprng_op *)&op_refresh_6162, (const struct cckprng_op *)&op_refresh_6163, (const struct cckprng_op *)&op_init_6164, (const struct cckprng_op *)&op_init_6165, (const struct cckprng_op *)&op_refresh_6166, (const struct cckprng_op *)&op_refresh_6167, (const struct cckprng_op *)&op_refresh_6168, (const struct cckprng_op *)&op_reseed_6169, (const struct cckprng_op *)&op_init_6170, (const struct cckprng_op *)&op_refresh_6171, (const struct cckprng_op *)&op_refresh_6172, (const struct cckprng_op *)&op_refresh_6173, (const struct cckprng_op *)&op_refresh_6174, (const struct cckprng_op *)&op_reseed_6175, (const struct cckprng_op *)&op_reseed_6176, (const struct cckprng_op *)&op_reseed_6177, (const struct cckprng_op *)&op_reseed_6178, (const struct cckprng_op *)&op_refresh_6179, (const struct cckprng_op *)&op_init_6180, (const struct cckprng_op *)&op_refresh_6181, (const struct cckprng_op *)&op_refresh_6182, (const struct cckprng_op *)&op_reseed_6183, (const struct cckprng_op *)&op_refresh_6184, (const struct cckprng_op *)&op_refresh_6185, (const struct cckprng_op *)&op_init_6186, (const struct cckprng_op *)&op_reseed_6187, (const struct cckprng_op *)&op_refresh_6188, (const struct cckprng_op *)&op_init_6189, (const struct cckprng_op *)&op_reseed_6190, (const struct cckprng_op *)&op_refresh_6191, (const struct cckprng_op *)&op_reseed_6192, (const struct cckprng_op *)&op_init_6193, (const struct cckprng_op *)&op_init_6194, (const struct cckprng_op *)&op_refresh_6195, (const struct cckprng_op *)&op_init_6196, (const struct cckprng_op *)&op_init_6197, (const struct cckprng_op *)&op_reseed_6198, (const struct cckprng_op *)&op_refresh_6199, (const struct cckprng_op *)&op_reseed_6200, (const struct cckprng_op *)&op_init_6201, (const struct cckprng_op *)&op_init_6202, (const struct cckprng_op *)&op_reseed_6203, (const struct cckprng_op *)&op_init_6204, (const struct cckprng_op *)&op_reseed_6205, (const struct cckprng_op *)&op_refresh_6206, (const struct cckprng_op *)&op_reseed_6207, (const struct cckprng_op *)&op_reseed_6208, (const struct cckprng_op *)&op_init_6209, (const struct cckprng_op *)&op_refresh_6210, (const struct cckprng_op *)&op_reseed_6211, (const struct cckprng_op *)&op_refresh_6212, (const struct cckprng_op *)&op_refresh_6213, (const struct cckprng_op *)&op_init_6214, (const struct cckprng_op *)&op_reseed_6215, (const struct cckprng_op *)&op_init_6216, (const struct cckprng_op *)&op_refresh_6217, (const struct cckprng_op *)&op_refresh_6218, (const struct cckprng_op *)&op_refresh_6219, (const struct cckprng_op *)&op_init_6220, (const struct cckprng_op *)&op_init_6221, (const struct cckprng_op *)&op_init_6222, (const struct cckprng_op *)&op_reseed_6223, (const struct cckprng_op *)&op_refresh_6224, (const struct cckprng_op *)&op_reseed_6225, (const struct cckprng_op *)&op_reseed_6226, (const struct cckprng_op *)&op_reseed_6227, (const struct cckprng_op *)&op_reseed_6228, (const struct cckprng_op *)&op_reseed_6229, (const struct cckprng_op *)&op_reseed_6230, (const struct cckprng_op *)&op_init_6231, (const struct cckprng_op *)&op_refresh_6232, (const struct cckprng_op *)&op_init_6233, (const struct cckprng_op *)&op_reseed_6234, (const struct cckprng_op *)&op_reseed_6235, (const struct cckprng_op *)&op_reseed_6236, (const struct cckprng_op *)&op_reseed_6237, (const struct cckprng_op *)&op_reseed_6238, (const struct cckprng_op *)&op_init_6239, (const struct cckprng_op *)&op_init_6240, (const struct cckprng_op *)&op_reseed_6241, (const struct cckprng_op *)&op_init_6242, (const struct cckprng_op *)&op_refresh_6243, (const struct cckprng_op *)&op_init_6244, (const struct cckprng_op *)&op_init_6245, (const struct cckprng_op *)&op_init_6246, (const struct cckprng_op *)&op_init_6247, (const struct cckprng_op *)&op_init_6248, (const struct cckprng_op *)&op_init_6249, (const struct cckprng_op *)&op_refresh_6250, (const struct cckprng_op *)&op_init_6251, (const struct cckprng_op *)&op_reseed_6252, (const struct cckprng_op *)&op_init_6253, (const struct cckprng_op *)&op_init_6254, (const struct cckprng_op *)&op_init_6255, (const struct cckprng_op *)&op_reseed_6256, (const struct cckprng_op *)&op_refresh_6257, (const struct cckprng_op *)&op_init_6258, (const struct cckprng_op *)&op_reseed_6259, (const struct cckprng_op *)&op_refresh_6260, (const struct cckprng_op *)&op_reseed_6261, (const struct cckprng_op *)&op_reseed_6262, (const struct cckprng_op *)&op_reseed_6263, (const struct cckprng_op *)&op_refresh_6264, (const struct cckprng_op *)&op_refresh_6265, (const struct cckprng_op *)&op_reseed_6266, (const struct cckprng_op *)&op_refresh_6267, (const struct cckprng_op *)&op_reseed_6268, (const struct cckprng_op *)&op_reseed_6269, (const struct cckprng_op *)&op_refresh_6270, (const struct cckprng_op *)&op_refresh_6271, (const struct cckprng_op *)&op_reseed_6272, (const struct cckprng_op *)&op_init_6273, (const struct cckprng_op *)&op_reseed_6274, (const struct cckprng_op *)&op_init_6275, (const struct cckprng_op *)&op_refresh_6276, (const struct cckprng_op *)&op_init_6277, (const struct cckprng_op *)&op_init_6278, (const struct cckprng_op *)&op_refresh_6279, (const struct cckprng_op *)&op_reseed_6280, (const struct cckprng_op *)&op_init_6281, (const struct cckprng_op *)&op_reseed_6282, (const struct cckprng_op *)&op_init_6283, (const struct cckprng_op *)&op_reseed_6284, (const struct cckprng_op *)&op_reseed_6285, (const struct cckprng_op *)&op_reseed_6286, (const struct cckprng_op *)&op_init_6287, (const struct cckprng_op *)&op_init_6288, (const struct cckprng_op *)&op_refresh_6289, (const struct cckprng_op *)&op_reseed_6290, (const struct cckprng_op *)&op_init_6291, (const struct cckprng_op *)&op_init_6292, (const struct cckprng_op *)&op_init_6293, (const struct cckprng_op *)&op_refresh_6294, (const struct cckprng_op *)&op_reseed_6295, (const struct cckprng_op *)&op_reseed_6296, (const struct cckprng_op *)&op_init_6297, (const struct cckprng_op *)&op_reseed_6298, (const struct cckprng_op *)&op_refresh_6299, (const struct cckprng_op *)&op_init_6300, (const struct cckprng_op *)&op_reseed_6301, (const struct cckprng_op *)&op_init_6302, (const struct cckprng_op *)&op_refresh_6303, (const struct cckprng_op *)&op_init_6304, (const struct cckprng_op *)&op_init_6305, (const struct cckprng_op *)&op_reseed_6306, (const struct cckprng_op *)&op_refresh_6307, (const struct cckprng_op *)&op_refresh_6308, (const struct cckprng_op *)&op_reseed_6309, (const struct cckprng_op *)&op_reseed_6310, (const struct cckprng_op *)&op_init_6311, (const struct cckprng_op *)&op_reseed_6312, (const struct cckprng_op *)&op_init_6313, (const struct cckprng_op *)&op_refresh_6314, (const struct cckprng_op *)&op_refresh_6315, (const struct cckprng_op *)&op_reseed_6316, (const struct cckprng_op *)&op_refresh_6317, (const struct cckprng_op *)&op_init_6318, (const struct cckprng_op *)&op_init_6319, (const struct cckprng_op *)&op_refresh_6320, (const struct cckprng_op *)&op_init_6321, (const struct cckprng_op *)&op_refresh_6322, (const struct cckprng_op *)&op_init_6323, (const struct cckprng_op *)&op_init_6324, (const struct cckprng_op *)&op_refresh_6325, (const struct cckprng_op *)&op_init_6326, (const struct cckprng_op *)&op_refresh_6327, (const struct cckprng_op *)&op_refresh_6328, (const struct cckprng_op *)&op_init_6329, (const struct cckprng_op *)&op_reseed_6330, (const struct cckprng_op *)&op_init_6331, (const struct cckprng_op *)&op_refresh_6332, (const struct cckprng_op *)&op_init_6333, (const struct cckprng_op *)&op_init_6334, (const struct cckprng_op *)&op_reseed_6335, (const struct cckprng_op *)&op_reseed_6336, (const struct cckprng_op *)&op_init_6337, (const struct cckprng_op *)&op_init_6338, (const struct cckprng_op *)&op_init_6339, (const struct cckprng_op *)&op_reseed_6340, (const struct cckprng_op *)&op_init_6341, (const struct cckprng_op *)&op_init_6342, (const struct cckprng_op *)&op_refresh_6343, (const struct cckprng_op *)&op_refresh_6344, (const struct cckprng_op *)&op_reseed_6345, (const struct cckprng_op *)&op_refresh_6346, (const struct cckprng_op *)&op_reseed_6347, (const struct cckprng_op *)&op_refresh_6348, (const struct cckprng_op *)&op_refresh_6349, (const struct cckprng_op *)&op_refresh_6350, (const struct cckprng_op *)&op_reseed_6351, (const struct cckprng_op *)&op_refresh_6352, (const struct cckprng_op *)&op_reseed_6353, (const struct cckprng_op *)&op_reseed_6354, (const struct cckprng_op *)&op_reseed_6355, (const struct cckprng_op *)&op_init_6356, (const struct cckprng_op *)&op_init_6357, (const struct cckprng_op *)&op_refresh_6358, (const struct cckprng_op *)&op_init_6359, (const struct cckprng_op *)&op_init_6360, (const struct cckprng_op *)&op_refresh_6361, (const struct cckprng_op *)&op_reseed_6362, (const struct cckprng_op *)&op_init_6363, (const struct cckprng_op *)&op_reseed_6364, (const struct cckprng_op *)&op_init_6365, (const struct cckprng_op *)&op_init_6366, (const struct cckprng_op *)&op_init_6367, (const struct cckprng_op *)&op_init_6368, (const struct cckprng_op *)&op_refresh_6369, (const struct cckprng_op *)&op_reseed_6370, (const struct cckprng_op *)&op_refresh_6371, (const struct cckprng_op *)&op_reseed_6372, (const struct cckprng_op *)&op_refresh_6373, (const struct cckprng_op *)&op_reseed_6374, (const struct cckprng_op *)&op_refresh_6375, (const struct cckprng_op *)&op_refresh_6376, (const struct cckprng_op *)&op_init_6377, (const struct cckprng_op *)&op_init_6378, (const struct cckprng_op *)&op_reseed_6379, (const struct cckprng_op *)&op_reseed_6380, (const struct cckprng_op *)&op_reseed_6381, (const struct cckprng_op *)&op_reseed_6382, (const struct cckprng_op *)&op_refresh_6383, (const struct cckprng_op *)&op_init_6384, (const struct cckprng_op *)&op_reseed_6385, (const struct cckprng_op *)&op_reseed_6386, (const struct cckprng_op *)&op_init_6387, (const struct cckprng_op *)&op_reseed_6388, (const struct cckprng_op *)&op_refresh_6389, (const struct cckprng_op *)&op_refresh_6390, (const struct cckprng_op *)&op_init_6391, (const struct cckprng_op *)&op_refresh_6392, (const struct cckprng_op *)&op_refresh_6393, (const struct cckprng_op *)&op_init_6394, (const struct cckprng_op *)&op_init_6395, (const struct cckprng_op *)&op_refresh_6396, (const struct cckprng_op *)&op_refresh_6397, (const struct cckprng_op *)&op_refresh_6398, (const struct cckprng_op *)&op_init_6399, (const struct cckprng_op *)&op_init_6400, (const struct cckprng_op *)&op_refresh_6401, (const struct cckprng_op *)&op_init_6402, (const struct cckprng_op *)&op_refresh_6403, (const struct cckprng_op *)&op_init_6404, (const struct cckprng_op *)&op_refresh_6405, (const struct cckprng_op *)&op_init_6406, (const struct cckprng_op *)&op_init_6407, (const struct cckprng_op *)&op_reseed_6408, (const struct cckprng_op *)&op_reseed_6409, (const struct cckprng_op *)&op_refresh_6410, (const struct cckprng_op *)&op_reseed_6411, (const struct cckprng_op *)&op_reseed_6412, (const struct cckprng_op *)&op_reseed_6413, (const struct cckprng_op *)&op_reseed_6414, (const struct cckprng_op *)&op_init_6415, (const struct cckprng_op *)&op_init_6416, (const struct cckprng_op *)&op_refresh_6417, (const struct cckprng_op *)&op_init_6418, (const struct cckprng_op *)&op_init_6419, (const struct cckprng_op *)&op_refresh_6420, (const struct cckprng_op *)&op_reseed_6421, (const struct cckprng_op *)&op_reseed_6422, (const struct cckprng_op *)&op_refresh_6423, (const struct cckprng_op *)&op_init_6424, (const struct cckprng_op *)&op_reseed_6425, (const struct cckprng_op *)&op_refresh_6426, (const struct cckprng_op *)&op_refresh_6427, (const struct cckprng_op *)&op_init_6428, (const struct cckprng_op *)&op_init_6429, (const struct cckprng_op *)&op_refresh_6430, (const struct cckprng_op *)&op_reseed_6431, (const struct cckprng_op *)&op_refresh_6432, (const struct cckprng_op *)&op_reseed_6433, (const struct cckprng_op *)&op_init_6434, (const struct cckprng_op *)&op_init_6435, (const struct cckprng_op *)&op_init_6436, (const struct cckprng_op *)&op_init_6437, (const struct cckprng_op *)&op_init_6438, (const struct cckprng_op *)&op_reseed_6439, (const struct cckprng_op *)&op_refresh_6440, (const struct cckprng_op *)&op_refresh_6441, (const struct cckprng_op *)&op_reseed_6442, (const struct cckprng_op *)&op_refresh_6443, (const struct cckprng_op *)&op_init_6444, (const struct cckprng_op *)&op_refresh_6445, (const struct cckprng_op *)&op_reseed_6446, (const struct cckprng_op *)&op_refresh_6447, (const struct cckprng_op *)&op_init_6448, (const struct cckprng_op *)&op_init_6449, (const struct cckprng_op *)&op_refresh_6450, (const struct cckprng_op *)&op_refresh_6451, (const struct cckprng_op *)&op_reseed_6452, (const struct cckprng_op *)&op_reseed_6453, (const struct cckprng_op *)&op_refresh_6454, (const struct cckprng_op *)&op_init_6455, (const struct cckprng_op *)&op_reseed_6456, (const struct cckprng_op *)&op_refresh_6457, (const struct cckprng_op *)&op_reseed_6458, (const struct cckprng_op *)&op_reseed_6459, (const struct cckprng_op *)&op_init_6460, (const struct cckprng_op *)&op_reseed_6461, (const struct cckprng_op *)&op_init_6462, (const struct cckprng_op *)&op_refresh_6463, (const struct cckprng_op *)&op_reseed_6464, (const struct cckprng_op *)&op_reseed_6465, (const struct cckprng_op *)&op_refresh_6466, (const struct cckprng_op *)&op_refresh_6467, (const struct cckprng_op *)&op_refresh_6468, (const struct cckprng_op *)&op_refresh_6469, (const struct cckprng_op *)&op_init_6470, (const struct cckprng_op *)&op_init_6471, (const struct cckprng_op *)&op_init_6472, (const struct cckprng_op *)&op_refresh_6473, (const struct cckprng_op *)&op_reseed_6474, (const struct cckprng_op *)&op_refresh_6475, (const struct cckprng_op *)&op_reseed_6476, (const struct cckprng_op *)&op_refresh_6477, (const struct cckprng_op *)&op_init_6478, (const struct cckprng_op *)&op_reseed_6479, (const struct cckprng_op *)&op_reseed_6480, (const struct cckprng_op *)&op_refresh_6481, (const struct cckprng_op *)&op_reseed_6482, (const struct cckprng_op *)&op_init_6483, (const struct cckprng_op *)&op_init_6484, (const struct cckprng_op *)&op_init_6485, (const struct cckprng_op *)&op_init_6486, (const struct cckprng_op *)&op_refresh_6487, (const struct cckprng_op *)&op_refresh_6488, (const struct cckprng_op *)&op_refresh_6489, (const struct cckprng_op *)&op_init_6490, (const struct cckprng_op *)&op_init_6491, (const struct cckprng_op *)&op_reseed_6492, (const struct cckprng_op *)&op_refresh_6493, (const struct cckprng_op *)&op_refresh_6494, (const struct cckprng_op *)&op_init_6495, (const struct cckprng_op *)&op_reseed_6496, (const struct cckprng_op *)&op_refresh_6497, (const struct cckprng_op *)&op_refresh_6498, (const struct cckprng_op *)&op_init_6499, (const struct cckprng_op *)&op_init_6500, (const struct cckprng_op *)&op_reseed_6501, (const struct cckprng_op *)&op_init_6502, (const struct cckprng_op *)&op_reseed_6503, (const struct cckprng_op *)&op_refresh_6504, (const struct cckprng_op *)&op_init_6505, (const struct cckprng_op *)&op_reseed_6506, (const struct cckprng_op *)&op_init_6507, (const struct cckprng_op *)&op_refresh_6508, (const struct cckprng_op *)&op_refresh_6509, (const struct cckprng_op *)&op_reseed_6510, (const struct cckprng_op *)&op_reseed_6511, (const struct cckprng_op *)&op_refresh_6512, (const struct cckprng_op *)&op_refresh_6513, (const struct cckprng_op *)&op_refresh_6514, (const struct cckprng_op *)&op_refresh_6515, (const struct cckprng_op *)&op_refresh_6516, (const struct cckprng_op *)&op_refresh_6517, (const struct cckprng_op *)&op_reseed_6518, (const struct cckprng_op *)&op_reseed_6519, (const struct cckprng_op *)&op_refresh_6520, (const struct cckprng_op *)&op_refresh_6521, (const struct cckprng_op *)&op_refresh_6522, (const struct cckprng_op *)&op_refresh_6523, (const struct cckprng_op *)&op_init_6524, (const struct cckprng_op *)&op_init_6525, (const struct cckprng_op *)&op_init_6526, (const struct cckprng_op *)&op_refresh_6527, (const struct cckprng_op *)&op_reseed_6528, (const struct cckprng_op *)&op_refresh_6529, (const struct cckprng_op *)&op_refresh_6530, (const struct cckprng_op *)&op_refresh_6531, (const struct cckprng_op *)&op_init_6532, (const struct cckprng_op *)&op_reseed_6533, (const struct cckprng_op *)&op_refresh_6534, (const struct cckprng_op *)&op_init_6535, (const struct cckprng_op *)&op_init_6536, (const struct cckprng_op *)&op_refresh_6537, (const struct cckprng_op *)&op_refresh_6538, (const struct cckprng_op *)&op_init_6539, (const struct cckprng_op *)&op_init_6540, (const struct cckprng_op *)&op_refresh_6541, (const struct cckprng_op *)&op_init_6542, (const struct cckprng_op *)&op_reseed_6543, (const struct cckprng_op *)&op_init_6544, (const struct cckprng_op *)&op_reseed_6545, (const struct cckprng_op *)&op_refresh_6546, (const struct cckprng_op *)&op_init_6547, (const struct cckprng_op *)&op_refresh_6548, (const struct cckprng_op *)&op_reseed_6549, (const struct cckprng_op *)&op_reseed_6550, (const struct cckprng_op *)&op_init_6551, (const struct cckprng_op *)&op_init_6552, (const struct cckprng_op *)&op_init_6553, (const struct cckprng_op *)&op_reseed_6554, (const struct cckprng_op *)&op_reseed_6555, (const struct cckprng_op *)&op_reseed_6556, (const struct cckprng_op *)&op_refresh_6557, (const struct cckprng_op *)&op_init_6558, (const struct cckprng_op *)&op_refresh_6559, (const struct cckprng_op *)&op_init_6560, (const struct cckprng_op *)&op_init_6561, (const struct cckprng_op *)&op_init_6562, (const struct cckprng_op *)&op_init_6563, (const struct cckprng_op *)&op_init_6564, (const struct cckprng_op *)&op_reseed_6565, (const struct cckprng_op *)&op_refresh_6566, (const struct cckprng_op *)&op_refresh_6567, (const struct cckprng_op *)&op_init_6568, (const struct cckprng_op *)&op_reseed_6569, (const struct cckprng_op *)&op_reseed_6570, (const struct cckprng_op *)&op_init_6571, (const struct cckprng_op *)&op_refresh_6572, (const struct cckprng_op *)&op_refresh_6573, (const struct cckprng_op *)&op_init_6574, (const struct cckprng_op *)&op_refresh_6575, (const struct cckprng_op *)&op_init_6576, (const struct cckprng_op *)&op_refresh_6577, (const struct cckprng_op *)&op_refresh_6578, (const struct cckprng_op *)&op_reseed_6579, (const struct cckprng_op *)&op_reseed_6580, (const struct cckprng_op *)&op_init_6581, (const struct cckprng_op *)&op_refresh_6582, (const struct cckprng_op *)&op_init_6583, (const struct cckprng_op *)&op_reseed_6584, (const struct cckprng_op *)&op_refresh_6585, (const struct cckprng_op *)&op_refresh_6586, (const struct cckprng_op *)&op_refresh_6587, (const struct cckprng_op *)&op_refresh_6588, (const struct cckprng_op *)&op_reseed_6589, (const struct cckprng_op *)&op_refresh_6590, (const struct cckprng_op *)&op_refresh_6591, (const struct cckprng_op *)&op_refresh_6592, (const struct cckprng_op *)&op_reseed_6593, (const struct cckprng_op *)&op_reseed_6594, (const struct cckprng_op *)&op_init_6595, (const struct cckprng_op *)&op_init_6596, (const struct cckprng_op *)&op_reseed_6597, (const struct cckprng_op *)&op_refresh_6598, (const struct cckprng_op *)&op_init_6599, (const struct cckprng_op *)&op_reseed_6600, (const struct cckprng_op *)&op_init_6601, (const struct cckprng_op *)&op_reseed_6602, (const struct cckprng_op *)&op_init_6603, (const struct cckprng_op *)&op_init_6604, (const struct cckprng_op *)&op_refresh_6605, (const struct cckprng_op *)&op_reseed_6606, (const struct cckprng_op *)&op_refresh_6607, (const struct cckprng_op *)&op_refresh_6608, (const struct cckprng_op *)&op_refresh_6609, (const struct cckprng_op *)&op_init_6610, (const struct cckprng_op *)&op_refresh_6611, (const struct cckprng_op *)&op_reseed_6612, (const struct cckprng_op *)&op_refresh_6613, (const struct cckprng_op *)&op_reseed_6614, (const struct cckprng_op *)&op_reseed_6615, (const struct cckprng_op *)&op_refresh_6616, (const struct cckprng_op *)&op_refresh_6617, (const struct cckprng_op *)&op_reseed_6618, (const struct cckprng_op *)&op_reseed_6619, (const struct cckprng_op *)&op_reseed_6620, (const struct cckprng_op *)&op_reseed_6621, (const struct cckprng_op *)&op_init_6622, (const struct cckprng_op *)&op_reseed_6623, (const struct cckprng_op *)&op_reseed_6624, (const struct cckprng_op *)&op_init_6625, (const struct cckprng_op *)&op_reseed_6626, (const struct cckprng_op *)&op_init_6627, (const struct cckprng_op *)&op_reseed_6628, (const struct cckprng_op *)&op_refresh_6629, (const struct cckprng_op *)&op_reseed_6630, (const struct cckprng_op *)&op_refresh_6631, (const struct cckprng_op *)&op_init_6632, (const struct cckprng_op *)&op_refresh_6633, (const struct cckprng_op *)&op_reseed_6634, (const struct cckprng_op *)&op_refresh_6635, (const struct cckprng_op *)&op_reseed_6636, (const struct cckprng_op *)&op_init_6637, (const struct cckprng_op *)&op_init_6638, (const struct cckprng_op *)&op_init_6639, (const struct cckprng_op *)&op_init_6640, (const struct cckprng_op *)&op_refresh_6641, (const struct cckprng_op *)&op_init_6642, (const struct cckprng_op *)&op_refresh_6643, (const struct cckprng_op *)&op_refresh_6644, (const struct cckprng_op *)&op_init_6645, (const struct cckprng_op *)&op_init_6646, (const struct cckprng_op *)&op_reseed_6647, (const struct cckprng_op *)&op_reseed_6648, (const struct cckprng_op *)&op_init_6649, (const struct cckprng_op *)&op_reseed_6650, (const struct cckprng_op *)&op_refresh_6651, (const struct cckprng_op *)&op_init_6652, (const struct cckprng_op *)&op_reseed_6653, (const struct cckprng_op *)&op_init_6654, (const struct cckprng_op *)&op_refresh_6655, (const struct cckprng_op *)&op_init_6656, (const struct cckprng_op *)&op_reseed_6657, (const struct cckprng_op *)&op_refresh_6658 }; static const struct cckprng_vector vec_6660 = { .id = 6402, .note = NULL, .nops = 1024, .ops = ops_6659 }; static const struct cckprng_vector *test_vectors[] = { &vec_18, &vec_36, &vec_54, &vec_72, &vec_90, &vec_108, &vec_126, &vec_144, &vec_162, &vec_180, &vec_198, &vec_216, &vec_234, &vec_252, &vec_270, &vec_288, &vec_306, &vec_324, &vec_342, &vec_360, &vec_378, &vec_396, &vec_414, &vec_432, &vec_450, &vec_468, &vec_486, &vec_504, &vec_522, &vec_540, &vec_558, &vec_576, &vec_594, &vec_612, &vec_630, &vec_648, &vec_666, &vec_684, &vec_702, &vec_720, &vec_738, &vec_756, &vec_774, &vec_792, &vec_810, &vec_828, &vec_846, &vec_864, &vec_882, &vec_900, &vec_918, &vec_936, &vec_954, &vec_972, &vec_990, &vec_1008, &vec_1026, &vec_1044, &vec_1062, &vec_1080, &vec_1098, &vec_1116, &vec_1134, &vec_1152, &vec_1170, &vec_1188, &vec_1206, &vec_1224, &vec_1242, &vec_1260, &vec_1278, &vec_1296, &vec_1314, &vec_1332, &vec_1350, &vec_1368, &vec_1386, &vec_1404, &vec_1422, &vec_1440, &vec_1458, &vec_1476, &vec_1494, &vec_1512, &vec_1530, &vec_1548, &vec_1566, &vec_1584, &vec_1602, &vec_1620, &vec_1638, &vec_1656, &vec_1674, &vec_1692, &vec_1710, &vec_1728, &vec_1746, &vec_1764, &vec_1782, &vec_1800, &vec_1818, &vec_1836, &vec_1854, &vec_1872, &vec_1890, &vec_1908, &vec_1926, &vec_1944, &vec_1962, &vec_1980, &vec_1998, &vec_2016, &vec_2034, &vec_2052, &vec_2070, &vec_2088, &vec_2106, &vec_2124, &vec_2142, &vec_2160, &vec_2178, &vec_2196, &vec_2214, &vec_2232, &vec_2250, &vec_2268, &vec_2286, &vec_2304, &vec_2322, &vec_2340, &vec_2358, &vec_2376, &vec_2394, &vec_2412, &vec_2430, &vec_2448, &vec_2466, &vec_2484, &vec_2502, &vec_2520, &vec_2538, &vec_2556, &vec_2574, &vec_2592, &vec_2610, &vec_2628, &vec_2646, &vec_2664, &vec_2682, &vec_2700, &vec_2718, &vec_2736, &vec_2754, &vec_2772, &vec_2790, &vec_2808, &vec_2826, &vec_2844, &vec_2862, &vec_2880, &vec_2898, &vec_2916, &vec_2934, &vec_2952, &vec_2970, &vec_2988, &vec_3006, &vec_3024, &vec_3042, &vec_3060, &vec_3078, &vec_3096, &vec_3114, &vec_3132, &vec_3150, &vec_3168, &vec_3186, &vec_3204, &vec_3222, &vec_3240, &vec_3258, &vec_3276, &vec_3294, &vec_3312, &vec_3330, &vec_3348, &vec_3366, &vec_3384, &vec_3402, &vec_3420, &vec_3438, &vec_3456, &vec_3474, &vec_3492, &vec_3510, &vec_3528, &vec_3546, &vec_3564, &vec_3582, &vec_3600, &vec_3618, &vec_3636, &vec_3654, &vec_3672, &vec_3690, &vec_3708, &vec_3726, &vec_3744, &vec_3762, &vec_3780, &vec_3798, &vec_3816, &vec_3834, &vec_3852, &vec_3870, &vec_3888, &vec_3906, &vec_3924, &vec_3942, &vec_3960, &vec_3978, &vec_3996, &vec_4014, &vec_4032, &vec_4050, &vec_4068, &vec_4086, &vec_4104, &vec_4122, &vec_4140, &vec_4158, &vec_4176, &vec_4194, &vec_4212, &vec_4230, &vec_4248, &vec_4266, &vec_4284, &vec_4302, &vec_4320, &vec_4338, &vec_4356, &vec_4374, &vec_4392, &vec_4410, &vec_4428, &vec_4446, &vec_4464, &vec_4482, &vec_4500, &vec_4518, &vec_4536, &vec_4554, &vec_4572, &vec_4590, &vec_4608, &vec_5634, &vec_6660 };