Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c953 TLS_GROUP_IX *gix; in tls1_get0_implemented_groups() local
970 if ((gix = OPENSSL_malloc(sizeof(*gix))) == NULL) in tls1_get0_implemented_groups()
972 gix->grp = grps; in tls1_get0_implemented_groups()
973 gix->ix = ix; in tls1_get0_implemented_groups()
974 if (sk_TLS_GROUP_IX_push(collect, gix) <= 0) { in tls1_get0_implemented_groups()
975 OPENSSL_free(gix); in tls1_get0_implemented_groups()
983 gix = sk_TLS_GROUP_IX_value(collect, ix); in tls1_get0_implemented_groups()
984 if (!all && gix->grp->group_id == id) in tls1_get0_implemented_groups()
986 id = gix->grp->group_id; in tls1_get0_implemented_groups()
987 if (sk_OPENSSL_CSTRING_push(out, gix->grp->tlsname) <= 0) in tls1_get0_implemented_groups()