Searched refs:etick (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | t1_lib.c | 1804 SSL_TICKET_STATUS tls_decrypt_ticket(SSL *s, const unsigned char *etick, in tls_decrypt_ticket() argument 1861 unsigned char *nctick = (unsigned char *)etick; in tls_decrypt_ticket() 1891 if (memcmp(etick, tctx->ext.tick_key_name, in tls_decrypt_ticket() 1905 etick + TLSEXT_KEYNAME_LENGTH) <= 0) { in tls_decrypt_ticket() 1937 if (ssl_hmac_update(hctx, etick, eticklen) <= 0 in tls_decrypt_ticket() 1943 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) { in tls_decrypt_ticket() 1949 p = etick + TLSEXT_KEYNAME_LENGTH + ivlen; in tls_decrypt_ticket() 2018 retcb = s->session_ctx->decrypt_ticket_cb(s, sess, etick, keyname_len, in tls_decrypt_ticket()
|
H A D | ssl_local.h | 2677 __owur SSL_TICKET_STATUS tls_decrypt_ticket(SSL *s, const unsigned char *etick,
|