Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1930 size_t encoded_pubkey_len = 0; in tls_construct_stoc_key_share() local
1992 encoded_pubkey_len = EVP_PKEY_get1_encoded_public_key(skey, &encoded_pubkey); in tls_construct_stoc_key_share()
1993 if (encoded_pubkey_len == 0) { in tls_construct_stoc_key_share()
1999 if (!WPACKET_sub_memcpy_u16(pkt, encoded_pubkey, encoded_pubkey_len) in tls_construct_stoc_key_share()