Searched refs:q_data (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | rsa_test.c | 453 unsigned char q_data[] = { in test_EVP_rsa_legacy_key() local 470 && TEST_ptr((q = BN_bin2bn(q_data, sizeof(q_data), NULL))) in test_EVP_rsa_legacy_key()
|
| H A D | evp_pkey_provided_test.c | 575 …static unsigned char q_data[] = { 0x00, 0xce, 0xcc, 0x4a, 0xa5, 0x4f, 0xd6, 0x73, 0xd0, 0x20, 0xc3… in test_fromdata_rsa_derive_from_pq_sp800() local 593 || !TEST_ptr(q = BN_bin2bn(q_data, sizeof(q_data), NULL)) in test_fromdata_rsa_derive_from_pq_sp800() 711 …static unsigned char q_data[] = { 0x06, 0x13, 0x74, 0x6e, 0xde, 0x7c, 0x33, 0xc2, 0xe7, 0x05, 0x2c… in test_fromdata_rsa_derive_from_pq_multiprime() local 765 || !TEST_ptr(q = BN_bin2bn(q_data, sizeof(q_data), NULL)) in test_fromdata_rsa_derive_from_pq_multiprime() 1920 static const unsigned char q_data[] = { in test_fromdata_dsa_fips186_4() local 1996 || !TEST_ptr(q = BN_bin2bn(q_data, sizeof(q_data), NULL)) in test_fromdata_dsa_fips186_4() 2031 || !TEST_int_eq(EVP_PKEY_get_size(pk), 2 + 2 * (3 + sizeof(q_data))) in test_fromdata_dsa_fips186_4()
|