Searched refs:etick (Results 1 – 1 of 1) sorted by relevance
3508 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, in tls_decrypt_ticket() argument3529 unsigned char *nctick = (unsigned char *)etick; in tls_decrypt_ticket()3543 if (memcmp(etick, tctx->tlsext_tick_key_name, 16)) in tls_decrypt_ticket()3549 etick + 16) <= 0) { in tls_decrypt_ticket()3570 if (HMAC_Update(&hctx, etick, eticklen) <= 0 in tls_decrypt_ticket()3575 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) { in tls_decrypt_ticket()3581 p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx); in tls_decrypt_ticket()