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

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dt1_lib.c2213 * etick: points to the body of the session ticket extension.
2226 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, argument
2246 unsigned char *nctick = (unsigned char *)etick;
2259 if (memcmp(etick, tctx->tlsext_tick_key_name, 16))
2264 tctx->tlsext_tick_aes_key, etick + 16);
2277 HMAC_Update(&hctx, etick, eticklen);
2280 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen))
2284 p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx);
/external/openssl/ssl/
H A Dt1_lib.c2496 * etick: points to the body of the session ticket extension.
2509 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, argument
2529 unsigned char *nctick = (unsigned char *)etick;
2542 if (memcmp(etick, tctx->tlsext_tick_key_name, 16))
2547 tctx->tlsext_tick_aes_key, etick + 16);
2560 HMAC_Update(&hctx, etick, eticklen);
2563 if (CRYPTO_memcmp(tick_hmac, etick + eticklen, mlen))
2567 p = etick + 16 + EVP_CIPHER_CTX_iv_length(&ctx);

Completed in 120 milliseconds