Home
last modified time | relevance | path

Searched refs:lgcyprov (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dpkcs12_format_test.c27 static OSSL_PROVIDER *lgcyprov = NULL; variable
401 if (lgcyprov == NULL) in test_single_key_enc_alg()
660 if (lgcyprov == NULL) in test_single_secret_enc_alg()
1000 lgcyprov = OSSL_PROVIDER_load(testctx, "legacy"); in setup_tests()
1015 if (lgcyprov == NULL) { in setup_tests()
1047 OSSL_PROVIDER_unload(lgcyprov); in cleanup_tests()
H A Dendecode_test.c797 OSSL_PROVIDER *lgcyprov = OSSL_PROVIDER_load(testctx, "legacy"); in test_protected_via_PVK() local
798 if (lgcyprov == NULL) in test_protected_via_PVK()
807 OSSL_PROVIDER_unload(lgcyprov); in test_protected_via_PVK()
H A Devp_extra_test.c50 static OSSL_PROVIDER *lgcyprov = NULL; variable
3921 if (lgcyprov == NULL && idx < 3) in test_evp_iv_des()
4001 if (lgcyprov == NULL) in test_evp_bf_default_keylen()
4841 if (lgcyprov == NULL) in test_keylen_change()
5885 if (lgcyprov == NULL) in test_aes_rc4_keylen_change_cve_2023_5363()
5939 lgcyprov = OSSL_PROVIDER_load(testctx, "legacy"); in setup_tests()
6107 OSSL_PROVIDER_unload(lgcyprov); in cleanup_tests()

Completed in 41 milliseconds