Lines Matching defs:testpropq
45 static char *testpropq = NULL;
611 testctx, testpropq);
717 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq)))
1114 testpropq, pkey, NULL)))
1308 testpropq)))
1623 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq))
1624 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq)))
1976 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq);
1986 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq)))
1991 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq)))
2045 "SM2", testpropq)))
2058 pkeyparams, testpropq)))
2073 if (!TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq)))
2079 if (!TEST_ptr(check_md = EVP_MD_fetch(testctx, "sm3", testpropq)))
2156 pkey, testpropq)))
2188 if (!TEST_ptr(check_md = EVP_MD_fetch(testctx, mdname, testpropq)))
2386 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq)))
2435 testpropq, pkey, NULL))
2520 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq)))
2564 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq)))
2605 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq)))
2635 X509_PUBKEY *xp = X509_PUBKEY_new_ex(testctx, testpropq);
2670 xp = X509_PUBKEY_new_ex(testctx, testpropq);
2718 ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq);
2774 || !TEST_true(EVP_DigestSignInit_ex(mdctx, NULL, "SHA1", testctx, testpropq,
3029 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq))
3281 || !TEST_ptr(rand = EVP_RAND_fetch(testctx, "TEST-RAND", testpropq)))
3346 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq);
3356 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq);
3366 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq);
3376 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq);
3385 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq);
3399 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq);
3486 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq);
3491 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq);
3496 type = EVP_CIPHER_fetch(testctx, "des-cfb", testpropq);
3501 type = EVP_CIPHER_fetch(testctx, "des-ede3-cbc", testpropq);
3506 type = EVP_CIPHER_fetch(testctx, "des-ede3-ofb", testpropq);
3511 type = EVP_CIPHER_fetch(testctx, "des-ede3-cfb", testpropq);
3560 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq))
3655 md = EVP_MD_fetch(testctx, "sha256", testpropq);
3657 && TEST_ptr((ctx = EVP_PKEY_CTX_new_from_name(testctx, "RSA-PSS", testpropq)))
3867 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))) {
3949 || !TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))
4009 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq))) {
4122 if ((type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) == NULL) {
4207 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-256-gcm", testpropq))) {
4319 testpropq)))
4390 testpropq)))