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

  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_common.c 1693 OSSL_RECORD_TEMPLATE *thistempl,
1742 unsigned char ctype = thistempl->type;
1771 OSSL_RECORD_TEMPLATE *thistempl; local
1801 thistempl = (j < prefix) ? &prefixtempl : &templates[j - prefix];
1808 rectype = rl->funcs->get_record_type(rl, thistempl);
1810 rectype = thistempl->type;
1813 TLS_RL_RECORD_set_rec_version(thiswr, thistempl->version);
1815 if (!rl->funcs->prepare_record_header(rl, thispkt, thistempl, rectype,
1823 TLS_RL_RECORD_set_length(thiswr, thistempl->buflen);
1825 TLS_RL_RECORD_set_input(thiswr, (unsigned char *)thistempl->buf)
    [all...]

Completed in 16 milliseconds