Home
last modified time | relevance | path

Searched refs:recs (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls1_meth.c212 if (recs[ctr].data != recs[ctr].input) { in tls1_cipher()
249 reclen[ctr] = recs[ctr].length; in tls1_cipher()
285 recs[ctr].length += pad; in tls1_cipher()
305 recs[ctr].length += padnum; in tls1_cipher()
318 data[ctr] = recs[ctr].data; in tls1_cipher()
366 if (!EVP_CipherUpdate(ds, recs[0].data, &outlen, recs[0].input, in tls1_cipher()
369 recs[0].length = outlen; in tls1_cipher()
384 recs[0].data += bs; in tls1_cipher()
385 recs[0].input += bs; in tls1_cipher()
386 recs[0].orig_len -= bs; in tls1_cipher()
[all …]
H A Dtlsany_meth.c37 static int tls_any_cipher(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, in tls_any_cipher() argument
H A Dtls13_meth.c85 static int tls13_cipher(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, in tls13_cipher() argument
97 TLS_RL_RECORD *rec = &recs[0]; in tls13_cipher()
H A Drecmethod_local.h116 int (*cipher)(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, size_t n_recs,

Completed in 17 milliseconds