Searched refs:pgroups (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | extensions_clnt.c | 144 const uint16_t *pgroups = NULL; in use_ecc() local 171 tls1_get_supported_groups(s, &pgroups, &num_groups); in use_ecc() 173 uint16_t ctmp = pgroups[j]; in use_ecc() 218 const uint16_t *pgroups = NULL; in tls_construct_ctos_supported_groups() local 239 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_supported_groups() 251 uint16_t ctmp = pgroups[i]; in tls_construct_ctos_supported_groups() 707 const uint16_t *pgroups = NULL; in tls_construct_ctos_key_share() local 722 tls1_get_requested_keyshare_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share() 723 if (num_groups == 1 && pgroups[0] == 0) { /* Indication that no * prefix was used */ in tls_construct_ctos_key_share() 724 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share() [all …]
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 780 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups, in tls1_get_supported_groups() argument 788 *pgroups = suiteb_curves; in tls1_get_supported_groups() 793 *pgroups = suiteb_curves; in tls1_get_supported_groups() 798 *pgroups = suiteb_curves + 1; in tls1_get_supported_groups() 804 *pgroups = sctx->ext.supportedgroups; in tls1_get_supported_groups() 807 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups() 827 void tls1_get_requested_keyshare_groups(SSL_CONNECTION *s, const uint16_t **pgroups, in tls1_get_requested_keyshare_groups() argument 833 *pgroups = sctx->ext.supportedgroups; in tls1_get_requested_keyshare_groups() 836 *pgroups = s->ext.keyshares; in tls1_get_requested_keyshare_groups()
|
| H A D | ssl_local.h | 2517 const uint16_t **pgroups, in tls1_get_peer_groups() argument 2520 *pgroups = s->ext.peer_supportedgroups; in tls1_get_peer_groups() 2867 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups, 2869 void tls1_get_requested_keyshare_groups(SSL_CONNECTION *s, const uint16_t **pgroups,
|