Searched refs:CBB_add_u16 (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/lib/libcrypto/ct/
H A Dct_vfy.c106 if (!CBB_add_u16(&cbb, sct->entry_type))
/openbsd-current/lib/libssl/
H A Dssl_ciphers.c75 if (!CBB_add_u16(cbb, ssl3_cipher_get_value(cipher)))
83 if (!CBB_add_u16(cbb, SSL3_CK_SCSV & SSL3_CK_VALUE_MASK))
H A Dssl_tlsext.c220 if (!CBB_add_u16(&grouplist, groups[i]))
1268 if (!CBB_add_u16(&profiles, prof->id))
1374 if (!CBB_add_u16(&srtp, profile->id))
1453 if (!CBB_add_u16(&client_shares,
1644 return CBB_add_u16(cbb, s->s3->hs.tls13.server_group);
1650 if (!CBB_add_u16(cbb, tls_key_share_group(s->s3->hs.key_share)))
1728 if (!CBB_add_u16(&versions, version))
1782 return CBB_add_u16(cbb, TLS1_3_VERSION);
2508 if (!CBB_add_u16(&extensions, tlsext->type))
H A Dssl_sigalgs.c242 if (!CBB_add_u16(cbb, values[i]))
H A Dbytestring.h502 int CBB_add_u16(CBB *cbb, size_t value);
H A Dssl_asn1.c79 if (!CBB_add_u16(&cipher_suite, cid))
H A Dtls12_record_layer.c610 if (!CBB_add_u16(cbb, epoch))
637 if (!CBB_add_u16(&cbb, rl->version))
639 if (!CBB_add_u16(&cbb, record_len))
1273 if (!CBB_add_u16(cbb, rl->version))
H A Dssl_seclevel.c457 if (!CBB_add_u16(&cbb, group_id))
H A Dbs_cbb.c400 CBB_add_u16(CBB *cbb, size_t value) function
H A Dtls13_server.c346 if (!CBB_add_u16(cbb, TLS1_2_VERSION))
355 if (!CBB_add_u16(cbb, cipher))
764 if (!CBB_add_u16(cbb, sigalg->value))
H A Dtls13_record_layer.c659 if (!CBB_add_u16(&cbb, rl->legacy_version))
725 if (!CBB_add_u16(&cbb, TLS1_2_VERSION))
727 if (!CBB_add_u16(&cbb, enc_record_len))
H A Dtls13_key_schedule.c184 if (!CBB_add_u16(&cbb, out->len))
H A Dtls13_legacy.c340 if (!CBB_add_u16(&cbb, TLS1_2_VERSION))
H A Dtls13_client.c98 if (!CBB_add_u16(cbb, client_version))
962 if (!CBB_add_u16(cbb, sigalg->value))
H A Dssl_srvr.c1188 if (!CBB_add_u16(&verify, DTLS1_VERSION))
1222 if (!CBB_add_u16(&server_hello, s->version))
1261 if (!CBB_add_u16(&server_hello,
1396 if (!CBB_add_u16(cbb, tls_key_share_group(s->s3->hs.key_share)))
1490 if (!CBB_add_u16(&server_kex, sigalg->value)) {
H A Dd1_both.c1133 if (!CBB_add_u16(&cbb, msg_hdr->seq))
H A Dssl_clnt.c680 if (!CBB_add_u16(&client_hello, s->version))
2009 if (!CBB_add_u16(cert_verify, sigalg->value))
/openbsd-current/regress/lib/libssl/bytestring/
H A Dbytestringtest.c333 CHECK_GOTO(CBB_add_u16(&cbb, 0x203));
363 CHECK_GOTO(CBB_add_u16(&cbb, 0x102));
365 CHECK_GOTO(CBB_add_u16(&cbb, 0x708));
374 CHECK_GOTO(CBB_add_u16(&cbb, 0x102));
376 CHECK_GOTO(CBB_add_u16(&cbb, 0x708));
454 CHECK_GOTO(CBB_add_u16(&contents, 0x203));
502 CHECK_GOTO(CBB_add_u16(&contents, 0xcccc));
547 CHECK_GOTO(!CBB_add_u16(&child, 1));
/openbsd-current/lib/libcrypto/bytestring/
H A Dbytestring.h502 int CBB_add_u16(CBB *cbb, size_t value);
H A Dbs_cbb.c400 CBB_add_u16(CBB *cbb, size_t value) function
/openbsd-current/lib/libcrypto/x509/
H A Dx509_addr.c1070 if (!CBB_add_u16(&cbb, afi))

Completed in 299 milliseconds