Searched refs:recs (Results 1 – 4 of 4) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | tls1_meth.c | 212 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 D | tlsany_meth.c | 37 static int tls_any_cipher(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, in tls_any_cipher() argument
|
H A D | tls13_meth.c | 85 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 D | recmethod_local.h | 116 int (*cipher)(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, size_t n_recs,
|
Completed in 14 milliseconds