Home
last modified time | relevance | path

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

/openbsd-src/lib/libssl/
H A Dssl_tlsext.c2364 tls_extension_find(uint16_t type, size_t *tls_extensions_idx) in tls_extension_find() function
2384 if (tls_extension_find(type, &idx) == NULL) in tlsext_extension_seen()
2394 if (tls_extension_find(type, &idx) == NULL) in tlsext_extension_processed()
2424 if ((psk_ext = tls_extension_find(TLSEXT_TYPE_pre_shared_key, in tlsext_randomize_build_order()
2592 if ((tlsext = tls_extension_find(type, &idx)) == NULL) in tlsext_parse()
/openbsd-src/regress/lib/libssl/tlsext/
H A Dtlsexttest.c37 const struct tls_extension *tls_extension_find(uint16_t, size_t *);
49 if ((ext = tls_extension_find(type, &idx)) == NULL) in tls_extension_funcs()
3721 tls_extension_find(TLSEXT_TYPE_supported_groups, &idx); in test_tlsext_keyshare_client()
3866 if (tls_extension_find(TLSEXT_TYPE_key_share, &idx) == NULL) { in test_tlsext_keyshare_server()