Searched refs:in_key (Results 1 – 1 of 1) sorted by relevance
118 EVP_PKEY *in_key = NULL, *out_key = NULL; in params_bio_test() local126 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in)) in params_bio_test()129 && TEST_int_gt(i2d_KeyParams_bio(out, in_key), 0) in params_bio_test()138 EVP_PKEY_free(in_key); in params_bio_test()
Completed in 2 milliseconds