Searched refs:thismb (Results 1 – 1 of 1) sorted by relevance
885 SSL_MAC_BUF *thismb = &macbufs[j]; in tls_get_more_records() local890 if (i == 0 || thismb == NULL || thismb->mac == NULL in tls_get_more_records()891 || CRYPTO_memcmp(md, thismb->mac, (size_t)mac_size) != 0) in tls_get_more_records()896 if (enc_err == 0 && mac_size > 0 && thismb != NULL && in tls_get_more_records()897 thismb->mac != NULL && (md[0] ^ thismb->mac[0]) != 0xFF) { in tls_get_more_records()
Completed in 12 milliseconds