Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_asn1.c195 !CBB_add_asn1_uint64(&session, kVersion) || in SSL_SESSION_to_bytes_full()
196 !CBB_add_asn1_uint64(&session, in->ssl_version) || in SSL_SESSION_to_bytes_full()
211 !CBB_add_asn1_uint64(&child, in->time)) { in SSL_SESSION_to_bytes_full()
219 !CBB_add_asn1_uint64(&child, in->timeout)) { in SSL_SESSION_to_bytes_full()
248 !CBB_add_asn1_uint64(&child, in->verify_result)) { in SSL_SESSION_to_bytes_full()
276 !CBB_add_asn1_uint64(&child, in->tlsext_tick_lifetime_hint)) { in SSL_SESSION_to_bytes_full()
340 !CBB_add_asn1_uint64(&child, in->key_exchange_info))) { in SSL_SESSION_to_bytes_full()
/external/boringssl/src/include/openssl/
Dbytestring.h371 OPENSSL_EXPORT int CBB_add_asn1_uint64(CBB *cbb, uint64_t value);
/external/boringssl/src/crypto/bytestring/
Dcbb.c411 int CBB_add_asn1_uint64(CBB *cbb, uint64_t value) { in CBB_add_asn1_uint64() function
Dbytestring_test.cc679 if (!CBB_add_asn1_uint64(&cbb, test->value) || in TestASN1Uint64()
/external/boringssl/src/crypto/rsa/
Drsa_asn1.c311 !CBB_add_asn1_uint64(&child, in RSA_marshal_private_key()