Searched refs:pcipher (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | endecode_test.c | 138 const char *pass, const char *pcipher); 157 const char *pass, const char *pcipher, in test_encode_decode() argument 176 output_type, output_structure, pass, pcipher))) in test_encode_decode() 200 output_type, output_structure, pass, pcipher))) in test_encode_decode() 220 if ((pass == NULL && pcipher == NULL) in test_encode_decode() 247 const char *pass, const char *pcipher) in encode_EVP_PKEY_prov() argument 264 || (pcipher != NULL in encode_EVP_PKEY_prov() 265 && !TEST_FL_true(OSSL_ENCODER_CTX_set_cipher(ectx, pcipher, NULL))) in encode_EVP_PKEY_prov() 363 const char *pass, const char *pcipher) in encode_EVP_PKEY_legacy_PEM() argument 373 if (pcipher != NULL && pass != NULL) { in encode_EVP_PKEY_legacy_PEM() [all …]
|