Lines Matching refs:EVP_CIPHER_fetch
1203 else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC",
2854 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq))
3171 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq);
3181 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq);
3191 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq);
3201 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq);
3210 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq);
3224 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq);
3311 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq);
3316 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq);
3321 type = EVP_CIPHER_fetch(testctx, "des-cfb", testpropq);
3326 type = EVP_CIPHER_fetch(testctx, "des-ede3-cbc", testpropq);
3331 type = EVP_CIPHER_fetch(testctx, "des-ede3-ofb", testpropq);
3336 type = EVP_CIPHER_fetch(testctx, "des-ede3-cfb", testpropq);
3385 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq))
3525 EVP_CIPHER *aes128 = EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL);
3668 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))) {
3772 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq))) {
3885 if ((type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) == NULL) {
3970 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-256-gcm", testpropq))) {