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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c3375 * etick: points to the body of the session ticket extension.
3388 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, argument
3407 unsigned char *nctick = (unsigned char *)etick;
3418 if (memcmp(etick, tctx->tlsext_tick_key_name, 16))
3424 etick + 16) <= 0) {
3438 if (HMAC_Update(&hctx, etick, eticklen) <= 0
3443 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) {
3449 p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c3375 * etick: points to the body of the session ticket extension.
3388 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, argument
3407 unsigned char *nctick = (unsigned char *)etick;
3418 if (memcmp(etick, tctx->tlsext_tick_key_name, 16))
3424 etick + 16) <= 0) {
3438 if (HMAC_Update(&hctx, etick, eticklen) <= 0
3443 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen)) {
3449 p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx);

Completed in 47 milliseconds