Searched refs:CBS_get_u32 (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/ssl/ |
D | tls13_client.cc | 832 if (!CBS_get_u32(&body, &server_timeout) || in tls13_process_new_session_ticket() 833 !CBS_get_u32(&body, &session->ticket_age_add) || in tls13_process_new_session_ticket() 870 if (!CBS_get_u32(&early_data_info, &session->ticket_max_early_data) || in tls13_process_new_session_ticket()
|
D | ssl_asn1.cc | 726 !CBS_get_u32(&age_add, &ret->ticket_age_add)) || in SSL_SESSION_parse()
|
D | t1_lib.cc | 1880 !CBS_get_u32(&identities, out_obfuscated_ticket_age) || in ssl_ext_pre_shared_key_parse_clienthello() 1897 !CBS_get_u32(&identities, &unused_obfuscated_ticket_age)) { in ssl_ext_pre_shared_key_parse_clienthello()
|
D | handshake_client.cc | 1614 if (!CBS_get_u32(&new_session_ticket, &tlsext_tick_lifetime_hint) || in do_read_session_ticket()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 111 OPENSSL_EXPORT int CBS_get_u32(CBS *cbs, uint32_t *out);
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 132 int CBS_get_u32(CBS *cbs, uint32_t *out) { in CBS_get_u32() function
|
D | bytestring_test.cc | 62 ASSERT_TRUE(CBS_get_u32(&data, &u32)); in TEST()
|