| evp_pkey_provided_test.c | 559 static unsigned char n_data[] = { 0x00, 0xc7, 0x06, 0xd8, 0x6b, 0x3c, 0x4f, 0xb7, 0x95, 0x42, 0x44, 0x90, local 589 || !TEST_ptr(n = BN_bin2bn(n_data, sizeof(n_data), NULL)) 650 static unsigned char n_data[] = { 0x00, 0x95, 0x78, 0x21, 0xe0, 0xca, 0x94, 0x6c, 0x0b, 0x86, 0x2a, 0x01, local 761 || !TEST_ptr(n = BN_bin2bn(n_data, sizeof(n_data), NULL)) 838 * The buffer size chosen here for n_data larger than the buffer used 841 static unsigned char n_data[2050]; local 850 memset(n_data, 0xCE, sizeof(n_data)); [all...] |