Lines Matching refs:pcipher
134 const char *pass, const char *pcipher);
153 const char *pass, const char *pcipher, in test_encode_decode() argument
172 output_type, output_structure, pass, pcipher))) in test_encode_decode()
196 output_type, output_structure, pass, pcipher))) in test_encode_decode()
216 if ((pass == NULL && pcipher == NULL) in test_encode_decode()
243 const char *pass, const char *pcipher) in encode_EVP_PKEY_prov() argument
260 || (pcipher != NULL in encode_EVP_PKEY_prov()
261 && !TEST_FL_true(OSSL_ENCODER_CTX_set_cipher(ectx, pcipher, NULL))) in encode_EVP_PKEY_prov()
359 const char *pass, const char *pcipher) in encode_EVP_PKEY_legacy_PEM() argument
369 if (pcipher != NULL && pass != NULL) { in encode_EVP_PKEY_legacy_PEM()
371 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq))) in encode_EVP_PKEY_legacy_PEM()
400 ossl_unused const char *pcipher) in encode_EVP_PKEY_MSBLOB() argument
445 ossl_unused const char *pcipher) in encode_EVP_PKEY_PVK() argument