Home
last modified time | relevance | path

Searched refs:tls13_clienthello_hash_update_bytes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libssl/
H A Dtls13_lib.c690 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 Dtls13_internal.h416 int tls13_clienthello_hash_update_bytes(struct tls13_ctx *ctx, void *data,
H A Dtls13_server.c191 if (!tls13_clienthello_hash_update_bytes(ctx, (void *)&legacy_version, in tls13_client_hello_process()
H A Dssl_tlsext.c2540 if (!tls13_clienthello_hash_update_bytes(ctx, (void *)&type, in tlsext_clienthello_hash_extension()