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

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dt1_lib.c123 static int tls_decrypt_ticket(SSL *s, const unsigned char *tick, int ticklen,
2191 r = tls_decrypt_ticket(s, p, size, session_id, len, ret);
2211 /* tls_decrypt_ticket attempts to decrypt a session ticket.
2226 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, function
/external/openssl/ssl/
H A Dt1_lib.c123 static int tls_decrypt_ticket(SSL *s, const unsigned char *tick, int ticklen,
2474 r = tls_decrypt_ticket(s, p, size, session_id, len, ret);
2494 /* tls_decrypt_ticket attempts to decrypt a session ticket.
2509 static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, function

Completed in 48 milliseconds