Home
last modified time | relevance | path

Searched refs:e_data (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Drsa_test.c435 unsigned char e_data[] = { 0x01, 0x00, 0x01 }; in test_EVP_rsa_legacy_key() local
493 && TEST_ptr((e = BN_bin2bn(e_data, sizeof(e_data), NULL))) in test_EVP_rsa_legacy_key()
H A Devp_pkey_provided_test.c564 static unsigned char e_data[] = {0x01, 0x00, 0x01}; in test_fromdata_rsa_derive_from_pq_sp800() local
595 || !TEST_ptr(e = BN_bin2bn(e_data, sizeof(e_data), NULL)) in test_fromdata_rsa_derive_from_pq_sp800()
678 static unsigned char e_data[] = {0x01, 0x00, 0x01}; in test_fromdata_rsa_derive_from_pq_multiprime() local
777 || !TEST_ptr(e = BN_bin2bn(e_data, sizeof(e_data), NULL)) in test_fromdata_rsa_derive_from_pq_multiprime()
857 static const unsigned char e_data[] = { in test_evp_pkey_get_bn_param_large() local
869 || !TEST_ptr(e = BN_bin2bn(e_data, sizeof(e_data), NULL)) in test_evp_pkey_get_bn_param_large()

Completed in 17 milliseconds