Searched refs:legacy_obj (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | endecoder_legacy_test.c | 511 const void *legacy_obj = NULL; in test_key() local 523 || !TEST_ptr(legacy_obj = EVP_PKEY_get0(downgraded_pkey))) in test_key() 537 if (!test_protected_PEM(key->keytype, key->evp_type, legacy_obj, in test_key() 557 if (!test_unprotected_PEM(key->keytype, key->evp_type, legacy_obj, in test_key() 575 if (!test_unprotected_PEM(key->keytype, key->evp_type, legacy_obj, in test_key() 594 if (!test_unprotected_PEM(key->keytype, key->evp_type, legacy_obj, in test_key() 612 if (!test_DER(key->keytype, key->evp_type, legacy_obj, in test_key() 632 if (!test_DER(key->keytype, key->evp_type, legacy_obj, in test_key() 650 if (!test_DER(key->keytype, key->evp_type, legacy_obj, in test_key() 667 if (!test_DER(key->keytype, key->evp_type, legacy_obj, in test_key()
|