Lines Matching defs:testpropq
50 static char *testpropq = NULL;
93 (void)((ctx = EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq)) != NULL
111 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq)
112 : EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq);
243 testpropq))
306 testctx, testpropq))
359 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
445 pass_pw, (void *)pass, testctx, testpropq), 0)
519 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq);
800 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq);