HomeSort by: relevance | last modified time | path
    Searched defs:inctx (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
sha3_prov.c 560 KECCAK1600_CTX *inctx = (KECCAK1600_CTX *)vinctx; local
562 *outctx = *inctx;
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test2.c 1405 EVP_MD_CTX *inctx = NULL, *outctx = NULL; local
1412 inctx = EVP_MD_CTX_new();
1415 if (!TEST_ptr(inctx) || !TEST_ptr(outctx))
1418 /* init inctx and outctx, now the contexts are from same providers */
1419 if (!TEST_true(EVP_DigestInit_ex2(inctx, md, NULL)))
1429 ret = TEST_true(EVP_MD_CTX_copy_ex(outctx, inctx))
1434 EVP_MD_CTX_free(inctx);
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 489 X509_STORE_CTX *inctx = NULL; local
537 inctx = X509_STORE_CTX_new();
538 if (inctx == NULL)
540 if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx),
543 obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509, iname);
591 X509_STORE_CTX_free(inctx);
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 477 X509_STORE_CTX *inctx = NULL; local
511 inctx = X509_STORE_CTX_new();
512 if (inctx == NULL)
514 if (!X509_STORE_CTX_init(inctx,
518 obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509,
566 X509_STORE_CTX_free(inctx);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 526 X509_STORE_CTX *inctx = NULL; local
558 inctx = X509_STORE_CTX_new();
559 if (inctx == NULL)
561 if (!X509_STORE_CTX_init(inctx,
565 obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509,
613 X509_STORE_CTX_free(inctx);

Completed in 29 milliseconds