Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dbs_cbs.c199 CBS_get_u32(CBS *cbs, uint32_t *out) in CBS_get_u32() function
212 if (!CBS_get_u32(cbs, &a)) in CBS_get_u64()
214 if (!CBS_get_u32(cbs, &b)) in CBS_get_u64()
Dbytestring.h132 int CBS_get_u32(CBS *cbs, uint32_t *out);
Dtls13_lib.c393 if (!CBS_get_u32(cbs, &ticket_lifetime)) in tls13_new_session_ticket_recv()
395 if (!CBS_get_u32(cbs, &ticket_age_add)) in tls13_new_session_ticket_recv()
Dssl_clnt.c1614 if (!CBS_get_u32(&cbs, &lifetime_hint) || in ssl3_get_new_session_ticket()
/openbsd/src/regress/lib/libssl/bytestring/
Dbytestringtest.c84 CHECK(CBS_get_u32(&data, &u32)); in test_get_u()
166 CHECK(CBS_get_u32(&data, &u32)); in test_peek_u()
172 CHECK(CBS_get_u32(&data, &u32)); in test_peek_u()
/openbsd/src/lib/libcrypto/bn/
Dbn_convert.c733 if (!CBS_get_u32(&cbs, &mpi_len)) { in BN_mpi2bn()