Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/record/methods/
H A Dtls1_meth.c181 int pad = 0, tmpr, provided; in tls1_cipher() local
425 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_cipher()
430 ? (tmpr < 0) in tls1_cipher()
431 : (tmpr == 0)) { in tls1_cipher()