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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
digestcommon.h 78 CTX *inctx = (CTX *)vinctx; \
79 *outctx = *inctx; \
  /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
blake2_prov.c 140 struct blake##variant##_md_data_st *inctx, *outctx; \
143 inctx = (struct blake##variant##_md_data_st *)vinctx; \
144 *outctx = *inctx; \
sha3_prov.c 560 KECCAK1600_CTX *inctx = (KECCAK1600_CTX *)vinctx; local
562 *outctx = *inctx;
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
rd_req.c 804 * @param inctx control the behavior of the function, if NULL, the
817 krb5_rd_req_in_ctx inctx,
859 if (inctx && inctx->keytab)
860 id = inctx->keytab;
868 } else if(inctx && inctx->keyblock){
870 inctx->keyblock,
1008 if (inctx == NULL || inctx->check_pac)
    [all...]
  /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);
  /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/apache2/openssl/dist/test/
evp_extra_test2.c 3395 EVP_MD_CTX *inctx = NULL, *outctx = NULL; local
3402 inctx = EVP_MD_CTX_new();
3405 if (!TEST_ptr(inctx) || !TEST_ptr(outctx))
3408 /* init inctx and outctx, now the contexts are from same providers */
3409 if (!TEST_true(EVP_DigestInit_ex2(inctx, md, NULL)))
3419 ret = TEST_true(EVP_MD_CTX_copy_ex(outctx, inctx))
3424 EVP_MD_CTX_free(inctx);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
core_dispatch.h 335 OSSL_CORE_MAKE_FUNC(void, digest_copyctx, (void *outctx, void *inctx))

Completed in 44 milliseconds