Searched refs:tls13_clienthello_hash_update_bytes (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/lib/libssl/ |
H A D | tls13_lib.c | 690 tls13_clienthello_hash_update_bytes(struct tls13_ctx *ctx, void *data, in tls13_clienthello_hash_update_bytes() function 699 return tls13_clienthello_hash_update_bytes(ctx, (void *)CBS_data(cbs), in tls13_clienthello_hash_update()
|
H A D | tls13_internal.h | 416 int tls13_clienthello_hash_update_bytes(struct tls13_ctx *ctx, void *data,
|
H A D | tls13_server.c | 191 if (!tls13_clienthello_hash_update_bytes(ctx, (void *)&legacy_version, in tls13_client_hello_process()
|
H A D | ssl_tlsext.c | 2540 if (!tls13_clienthello_hash_update_bytes(ctx, (void *)&type, in tlsext_clienthello_hash_extension()
|