Searched refs:pcipher (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | endecode_test.c | 144 const char *pass, const char *pcipher); 163 const char *pass, const char *pcipher, in test_encode_decode() argument 182 output_type, output_structure, pass, pcipher))) in test_encode_decode() 206 output_type, output_structure, pass, pcipher))) in test_encode_decode() 226 if ((pass == NULL && pcipher == NULL) in test_encode_decode() 253 const char *pass, const char *pcipher) in encode_EVP_PKEY_prov() argument 270 || (pcipher != NULL in encode_EVP_PKEY_prov() 271 && !TEST_FL_true(OSSL_ENCODER_CTX_set_cipher(ectx, pcipher, NULL))) in encode_EVP_PKEY_prov() 369 const char *pass, const char *pcipher) in encode_EVP_PKEY_legacy_PEM() argument 379 if (pcipher != NULL && pass != NULL) { in encode_EVP_PKEY_legacy_PEM() [all …]
|