Searched refs:etick (Results 1 – 1 of 1) sorted by relevance
/external/openssl/ssl/ |
D | t1_lib.c | 2138 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, in tls_decrypt_ticket() argument 2158 unsigned char *nctick = (unsigned char *)etick; in tls_decrypt_ticket() 2171 if (memcmp(etick, tctx->tlsext_tick_key_name, 16)) in tls_decrypt_ticket() 2176 tctx->tlsext_tick_aes_key, etick + 16); in tls_decrypt_ticket() 2189 HMAC_Update(&hctx, etick, eticklen); in tls_decrypt_ticket() 2192 if (memcmp(tick_hmac, etick + eticklen, mlen)) in tls_decrypt_ticket() 2196 p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx); in tls_decrypt_ticket()
|