Searched refs:templ (Results 1 – 13 of 13) sorted by relevance
/openssl/ssl/ |
H A D | s3_msg.c | 83 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 D | Template.pm | 457 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 D | recmethod_local.h | 174 OSSL_RECORD_TEMPLATE *templ, 423 OSSL_RECORD_TEMPLATE *templ, 509 OSSL_RECORD_TEMPLATE *templ,
|
H A D | dtls_meth.c | 694 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 D | ktls_meth.c | 494 OSSL_RECORD_TEMPLATE *templ, in ktls_prepare_record_header() argument 515 OSSL_RECORD_TEMPLATE *templ, in ktls_post_encryption_processing() argument
|
H A D | tls_common.c | 1603 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 D | keymgmt_meth.c | 394 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 D | dsa_kmgmt.c | 439 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 D | dh_kmgmt.c | 500 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 D | ec_kmgmt.c | 1055 static int ec_gen_set_template(void *genctx, void *templ) in ec_gen_set_template() argument 1058 EC_KEY *ec = templ; in ec_gen_set_template()
|
/openssl/include/crypto/ |
H A D | evp.h | 819 void *templ);
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 603 (void *genctx, void *templ))
|
/openssl/crypto/objects/ |
H A D | objects.txt | 458 ms-corp 21 7 : ms-cert-templ : Microsoft certificate template
|
Completed in 48 milliseconds