Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.c125 static int tls_decrypt_ticket(SSL *s, const uint8_t *tick, int ticklen,
2066 r = tls_decrypt_ticket(s, data, len, ctx->session_id, ctx->session_id_len, in tls1_process_ticket()
2099 static int tls_decrypt_ticket(SSL *s, const uint8_t *etick, int eticklen, in tls_decrypt_ticket() function