Home
last modified time | relevance | path

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

/openssl/test/
H A Dsm3_internal_test.c59 SM3_CTX ctx1, ctx2; in test_sm3() local
62 if (!TEST_true(ossl_sm3_init(&ctx1)) in test_sm3()
63 || !TEST_true(ossl_sm3_update(&ctx1, input1, sizeof(input1))) in test_sm3()
64 || !TEST_true(ossl_sm3_final(md1, &ctx1)) in test_sm3()
H A Dkeymgmt_internal_test.c31 OSSL_LIB_CTX *ctx1; member
45 OSSL_LIB_CTX_free(fixture->ctx1); in tear_down()
56 || !TEST_ptr(fixture->ctx1 = OSSL_LIB_CTX_new()) in set_up()
57 || !TEST_ptr(fixture->prov1 = OSSL_PROVIDER_load(fixture->ctx1, in set_up()
221 if (!TEST_ptr(km1 = EVP_KEYMGMT_fetch(fixture->ctx1, "RSA", NULL)) in test_pass_rsa()
223 || !TEST_ptr(km3 = EVP_KEYMGMT_fetch(fixture->ctx1, "RSA-PSS", NULL)) in test_pass_rsa()
/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c110 EVP_PKEY_CTX *ctx1 = NULL; in main() local
166 ctx1 = create_merged_key(dsaparamskey, params, libctx, propq); in main()
167 if (ctx1 == NULL) in main()
170 if (EVP_PKEY_param_check(ctx1) > 0) { in main()
198 EVP_PKEY_CTX_free(ctx1); in main()

Completed in 16 milliseconds