Home
last modified time | relevance | path

Searched refs:tmpl (Results 26 – 46 of 46) sorted by relevance

12

/openssl/crypto/rsa/
H A Drsa_ameth.c741 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in rsa_int_export_to() local
746 if (tmpl == NULL) in rsa_int_export_to()
752 if (!ossl_rsa_todata(rsa, tmpl, NULL, 1)) in rsa_int_export_to()
774 || !ossl_rsa_pss_params_30_todata(&pss_params, tmpl, NULL)) in rsa_int_export_to()
779 if ((params = OSSL_PARAM_BLD_to_param(tmpl)) == NULL) in rsa_int_export_to()
787 OSSL_PARAM_BLD_free(tmpl); in rsa_int_export_to()
/openssl/crypto/cmp/
H A Dcmp_server.c248 OSSL_CRMF_CERTTEMPLATE *tmpl; in process_rr() local
267 tmpl = details->certDetails; in process_rr()
268 issuer = OSSL_CRMF_CERTTEMPLATE_get0_issuer(tmpl); in process_rr()
269 serial = OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(tmpl); in process_rr()
H A Dcmp_client.c810 OSSL_CRMF_CERTTEMPLATE *tmpl = in OSSL_CMP_exec_RR_ses() local
812 const X509_NAME *issuer = OSSL_CRMF_CERTTEMPLATE_get0_issuer(tmpl); in OSSL_CMP_exec_RR_ses()
813 const ASN1_INTEGER *serial = OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(tmpl); in OSSL_CMP_exec_RR_ses()
/openssl/ssl/
H A Dssl_asn1.c247 size_t tmpl; in d2i_SSL_SESSION() local
298 if (!ssl_session_memcpy(ret->master_key, &tmpl, in d2i_SSL_SESSION()
302 ret->master_key_length = tmpl; in d2i_SSL_SESSION()
H A Dt1_lib.c3017 OSSL_PARAM_BLD *tmpl = NULL; in ssl_get_auto_dh() local
3058 tmpl = OSSL_PARAM_BLD_new(); in ssl_get_auto_dh()
3059 if (tmpl == NULL in ssl_get_auto_dh()
3060 || !OSSL_PARAM_BLD_push_BN(tmpl, OSSL_PKEY_PARAM_FFC_P, p) in ssl_get_auto_dh()
3061 || !OSSL_PARAM_BLD_push_uint(tmpl, OSSL_PKEY_PARAM_FFC_G, 2)) in ssl_get_auto_dh()
3064 params = OSSL_PARAM_BLD_to_param(tmpl); in ssl_get_auto_dh()
3071 OSSL_PARAM_BLD_free(tmpl); in ssl_get_auto_dh()
/openssl/include/crypto/
H A Dec.h71 int ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl,
/openssl/crypto/ec/
H A Decx_meth.c353 OSSL_PARAM_BLD *tmpl = OSSL_PARAM_BLD_new(); in ecx_pkey_export_to() local
358 if (tmpl == NULL) in ecx_pkey_export_to()
362 if (!OSSL_PARAM_BLD_push_octet_string(tmpl, OSSL_PKEY_PARAM_PUB_KEY, in ecx_pkey_export_to()
368 if (!OSSL_PARAM_BLD_push_octet_string(tmpl, in ecx_pkey_export_to()
375 params = OSSL_PARAM_BLD_to_param(tmpl); in ecx_pkey_export_to()
381 OSSL_PARAM_BLD_free(tmpl); in ecx_pkey_export_to()
/openssl/doc/man3/
H A DOSSL_CRMF_MSG_set0_validity.pod23 int OSSL_CRMF_CERTTEMPLATE_fill(OSSL_CRMF_CERTTEMPLATE *tmpl,
51 OSSL_CRMF_CERTTEMPLATE_fill() sets those fields of the certTemplate I<tmpl>
/openssl/crypto/
H A Dprovider_core.c409 OSSL_PROVIDER tmpl = { 0, }; in ossl_provider_find() local
423 tmpl.name = (char *)name; in ossl_provider_find()
430 if ((i = sk_OSSL_PROVIDER_find(store->providers, &tmpl)) != -1) in ossl_provider_find()
607 OSSL_PROVIDER tmpl = { 0, }; in ossl_provider_add_to_store() local
619 tmpl.name = (char *)prov->name; in ossl_provider_add_to_store()
620 idx = sk_OSSL_PROVIDER_find(store->providers, &tmpl); in ossl_provider_add_to_store()
/openssl/external/perl/Text-Template-1.56/
H A DChanges127 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37''
140 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37''
165 Illegal division by zero at catalog.tmpl line 37.
183 Illegal division by zero at catalog.tmpl line 37.
/openssl/include/internal/
H A Dffc.h195 int ossl_ffc_params_todata(const FFC_PARAMS *ffc, OSSL_PARAM_BLD *tmpl,
/openssl/Configurations/
H A DREADME.md10 *.tmpl Build file templates, please read 'Build-file
481 `.tmpl` appended, or in case of possible ambiguity, a combination of
484 `Configurations/Makefile.tmpl` or `Configurations/unix-Makefile.tmpl`.
485 In case both `Configurations/unix-Makefile.tmpl` and
486 `Configurations/Makefile.tmpl` are present, the former takes precedence.
H A DREADME-design.md17 [`Configurations/common.tmpl`](common.tmpl) uses the data from `%unified_info` to
556 [`Configurations/common.tmpl`](common.tmpl), which looks through all the
H A Ddescrip.mms.tmpl305 GENERATED_PODS={- # common0.tmpl provides @generated
317 GENERATED={- # common0.tmpl provides @generated
H A Dwindows-makefile.tmpl82 GENERATED={- # common0.tmpl provides @generated
H A Dunix-Makefile.tmpl127 GENERATED_PODS={- # common0.tmpl provides @generated
140 GENERATED={- # common0.tmpl provides @generated
/openssl/ssl/statem/
H A Dstatem_clnt.c2053 OSSL_PARAM_BLD *tmpl = NULL; in tls_process_ske_dhe() local
2074 tmpl = OSSL_PARAM_BLD_new(); in tls_process_ske_dhe()
2075 if (tmpl == NULL in tls_process_ske_dhe()
2076 || !OSSL_PARAM_BLD_push_BN(tmpl, OSSL_PKEY_PARAM_FFC_P, p) in tls_process_ske_dhe()
2077 || !OSSL_PARAM_BLD_push_BN(tmpl, OSSL_PKEY_PARAM_FFC_G, g) in tls_process_ske_dhe()
2078 || !OSSL_PARAM_BLD_push_BN(tmpl, OSSL_PKEY_PARAM_PUB_KEY, in tls_process_ske_dhe()
2080 || (params = OSSL_PARAM_BLD_to_param(tmpl)) == NULL) { in tls_process_ske_dhe()
2132 OSSL_PARAM_BLD_free(tmpl); in tls_process_ske_dhe()
/openssl/dev/
H A Drelease.sh359 announce_template=openssl-announce-pre-release.tmpl
363 announce_template=openssl-announce-release.tmpl
/openssl/test/
H A Dsslapitest.c9155 OSSL_PARAM_BLD *tmpl = NULL; in get_tmp_dh_params() local
9169 tmpl = OSSL_PARAM_BLD_new(); in get_tmp_dh_params()
9170 if (!TEST_ptr(tmpl) in get_tmp_dh_params()
9171 || !TEST_true(OSSL_PARAM_BLD_push_BN(tmpl, in get_tmp_dh_params()
9174 || !TEST_true(OSSL_PARAM_BLD_push_uint(tmpl, in get_tmp_dh_params()
9179 params = OSSL_PARAM_BLD_to_param(tmpl); in get_tmp_dh_params()
9190 OSSL_PARAM_BLD_free(tmpl); in get_tmp_dh_params()
/openssl/
H A DINSTALL.md1440 file templates reside there as well as ".tmpl" files. See the
1443 as well as information on the ".tmpl" files.
1444 In addition to the standard ".conf" and ".tmpl" files, it is
1445 possible to create your own ".conf" and ".tmpl" files and
H A DCHANGES.md3887 template in Configurations, like unix-Makefile.tmpl or
3888 descrip.mms.tmpl.

Completed in 159 milliseconds

12