Searched refs:CBB_add_asn1_uint64 (Results 1 – 4 of 4) sorted by relevance
171 !CBB_add_asn1_uint64(&session, SSL_SESSION_ASN1_VERSION) || in SSL_SESSION_to_bytes_full()172 !CBB_add_asn1_uint64(&session, in->ssl_version) || in SSL_SESSION_to_bytes_full()187 !CBB_add_asn1_uint64(&child, in->time)) { in SSL_SESSION_to_bytes_full()195 !CBB_add_asn1_uint64(&child, in->timeout)) { in SSL_SESSION_to_bytes_full()230 !CBB_add_asn1_uint64(&child, in->verify_result)) { in SSL_SESSION_to_bytes_full()258 !CBB_add_asn1_uint64(&child, in->tlsext_tick_lifetime_hint)) { in SSL_SESSION_to_bytes_full()
318 OPENSSL_EXPORT int CBB_add_asn1_uint64(CBB *cbb, uint64_t value);
350 int CBB_add_asn1_uint64(CBB *cbb, uint64_t value) { in CBB_add_asn1_uint64() function
625 if (!CBB_add_asn1_uint64(&cbb, test->value) || in TestASN1Uint64()