Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dpmeth_gn.c292 static int trans_cb(int a, int b, BN_GENCB *gcb) in trans_cb() argument
294 EVP_PKEY_CTX *ctx = BN_GENCB_get_arg(gcb); in trans_cb()
/openssl/ssl/
H A Dt1_lib.c1089 gid_cb_st gcb; in tls1_set_groups_list() local
1093 gcb.gidcnt = 0; in tls1_set_groups_list()
1094 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1095 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr)); in tls1_set_groups_list()
1096 if (gcb.gid_arr == NULL) in tls1_set_groups_list()
1098 gcb.ctx = ctx; in tls1_set_groups_list()
1099 if (!CONF_parse_list(str, ':', 1, gid_cb, &gcb)) in tls1_set_groups_list()
1101 if (gcb.gidcnt == 0) { in tls1_set_groups_list()
1115 tmparr = OPENSSL_memdup(gcb.gid_arr, gcb.gidcnt * sizeof(*tmparr)); in tls1_set_groups_list()
1120 *pextlen = gcb.gidcnt; in tls1_set_groups_list()
[all …]

Completed in 15 milliseconds