Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 13 of 13) sorted by relevance

/openssl/ssl/
H A Ds3_msg.c83 OSSL_RECORD_TEMPLATE templ; in ssl3_dispatch_alert() local
94 templ.type = SSL3_RT_ALERT; in ssl3_dispatch_alert()
95 templ.version = (sc->version == TLS1_3_VERSION) ? TLS1_2_VERSION in ssl3_dispatch_alert()
101 templ.version = TLS1_VERSION; in ssl3_dispatch_alert()
103 templ.buf = &sc->s3.send_alert[0]; in ssl3_dispatch_alert()
104 templ.buflen = 2; in ssl3_dispatch_alert()
129 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &templ, 1)); in ssl3_dispatch_alert()
133 sc->rlayer.wpend_tot = templ.buflen; in ssl3_dispatch_alert()
134 sc->rlayer.wpend_type = templ.type; in ssl3_dispatch_alert()
135 sc->rlayer.wpend_buf = templ.buf; in ssl3_dispatch_alert()
/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm457 my $templ = $pack->new(TYPE => 'STRING', SOURCE => $text, @_)
460 $templ->compile or return undef;
462 my $result = $templ->fill_in(@_);
479 my $templ = Text::Template->new(TYPE => 'FILE', SOURCE => $fn, @_) or return undef;
481 $templ->compile or return undef;
483 my $text = $templ->fill_in(@_);
/openssl/ssl/record/methods/
H A Drecmethod_local.h174 OSSL_RECORD_TEMPLATE *templ,
423 OSSL_RECORD_TEMPLATE *templ,
509 OSSL_RECORD_TEMPLATE *templ,
H A Ddtls_meth.c694 OSSL_RECORD_TEMPLATE *templ, in dtls_prepare_record_header() argument
702 maxcomplen = templ->buflen; in dtls_prepare_record_header()
707 || !WPACKET_put_bytes_u16(thispkt, templ->version) in dtls_prepare_record_header()
H A Dktls_meth.c494 OSSL_RECORD_TEMPLATE *templ, in ktls_prepare_record_header() argument
515 OSSL_RECORD_TEMPLATE *templ, in ktls_post_encryption_processing() argument
H A Dtls_common.c1603 OSSL_RECORD_TEMPLATE *templ, in tls_prepare_record_header_default() argument
1611 maxcomplen = templ->buflen; in tls_prepare_record_header_default()
1616 || !WPACKET_put_bytes_u16(thispkt, templ->version) in tls_prepare_record_header_default()
/openssl/crypto/evp/
H A Dkeymgmt_meth.c394 void *templ) in evp_keymgmt_gen_set_template() argument
404 return keymgmt->gen_set_template(genctx, templ); in evp_keymgmt_gen_set_template()
/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c439 static int dsa_gen_set_template(void *genctx, void *templ) in dsa_gen_set_template() argument
442 DSA *dsa = templ; in dsa_gen_set_template()
H A Ddh_kmgmt.c500 static int dh_gen_set_template(void *genctx, void *templ) in dh_gen_set_template() argument
503 DH *dh = templ; in dh_gen_set_template()
H A Dec_kmgmt.c1056 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template() argument
1059 EC_KEY *ec = templ; in ec_gen_set_template()
/openssl/include/crypto/
H A Devp.h818 void *templ);
/openssl/include/openssl/
H A Dcore_dispatch.h601 (void *genctx, void *templ))
/openssl/crypto/objects/
H A Dobjects.txt458 ms-corp 21 7 : ms-cert-templ : Microsoft certificate template

Completed in 63 milliseconds