Searched refs:gcb (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpmeth_gn.c131 static int trans_cb(int a, int b, BN_GENCB *gcb) argument
133 EVP_PKEY_CTX *ctx = BN_GENCB_get_arg(gcb);
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen.c2198 BN_GENCB * gcb = BN_GENCB_new(); local
2201 if (gcb)
2202 BN_GENCB_set_old(gcb, cb, what);
2205 if (!(rsa && gcb && bne && RSA_generate_key_ex(
2206 rsa, bits, bne, gcb)))
2211 BN_GENCB_free(gcb);
2224 BN_GENCB * gcb = BN_GENCB_new(); local
2227 if (gcb)
2228 BN_GENCB_set_old(gcb, cb, what);
2230 if (!(dsa && gcb
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dpmeth_gn.c292 static int trans_cb(int a, int b, BN_GENCB *gcb) argument
294 EVP_PKEY_CTX *ctx = BN_GENCB_get_arg(gcb);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_lib.c766 gid_cb_st gcb; local
770 gcb.gidcnt = 0;
771 gcb.gidmax = GROUPLIST_INCREMENT;
772 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr));
773 if (gcb.gid_arr == NULL)
775 gcb.ctx = ctx;
776 if (!CONF_parse_list(str, ':', 1, gid_cb, &gcb))
787 tmparr = OPENSSL_memdup(gcb
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dgrid.c318 struct grid_cell gca, gcb; local
331 grid_get_cell(gb, xx, yy, &gcb);
332 if (!grid_cells_equal(&gca, &gcb))

Completed in 210 milliseconds