Searched refs:etick (Results 1 – 2 of 2) sorted by relevance
/openssl/ssl/ |
H A D | t1_lib.c | 2368 const unsigned char *etick, in tls_decrypt_ticket() argument 2427 unsigned char *nctick = (unsigned char *)etick; in tls_decrypt_ticket() 2458 if (memcmp(etick, tctx->ext.tick_key_name, in tls_decrypt_ticket() 2472 etick + TLSEXT_KEYNAME_LENGTH) <= 0) { in tls_decrypt_ticket() 2504 if (ssl_hmac_update(hctx, etick, eticklen) <= 0 in tls_decrypt_ticket() 2510 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) { in tls_decrypt_ticket() 2516 p = etick + TLSEXT_KEYNAME_LENGTH + ivlen; in tls_decrypt_ticket() 2586 sess, etick, keyname_len, in tls_decrypt_ticket()
|
H A D | ssl_local.h | 2818 const unsigned char *etick,
|
Completed in 24 milliseconds