Searched refs:etick (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c3495 * etick: points to the body of the session ticket extension.
3508 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, argument
3529 unsigned char *nctick = (unsigned char *)etick;
3543 if (memcmp(etick, tctx->tlsext_tick_key_name, 16))
3549 etick + 16) <= 0) {
3570 if (HMAC_Update(&hctx, etick, eticklen) <= 0
3575 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) {
3581 p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx);

Completed in 99 milliseconds