Home
last modified time | relevance | path

Searched full:gcb (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dmicrochip,rst.yaml33 - const: gcb
56 reg-names = "gcb";
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1593 gid_cb_st gcb; in tls1_set_groups_list() local
1601 memset(&gcb, 0, sizeof(gcb)); in tls1_set_groups_list()
1602 gcb.tuple_mode = 1; /* We prepare to collect the first tuple */ in tls1_set_groups_list()
1603 gcb.ignore_unknown_default = 0; in tls1_set_groups_list()
1604 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1605 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1606 gcb.ksidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1607 gcb.ctx = ctx; in tls1_set_groups_list()
1610 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr)); in tls1_set_groups_list()
1611 if (gcb.gid_arr == NULL) in tls1_set_groups_list()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmicrochip,lan966x-switch.yaml33 - const: gcb
145 reg-names = "cpu", "gcb";
H A Dmicrochip,sparx5-switch.yaml49 - const: gcb
145 reg-names = "cpu", "devices", "gcb";
/freebsd/contrib/ntp/util/
H A Dntp-keygen.c2213 BN_GENCB * gcb = BN_GENCB_new(); in genRsaKeyPair()
2216 if (gcb)
2217 BN_GENCB_set_old(gcb, cb, what); in genDsaParams()
2220 if (!(rsa && gcb && bne && RSA_generate_key_ex( in genDsaParams()
2221 rsa, bits, bne, gcb))) in genDsaParams()
2226 BN_GENCB_free(gcb); in genDsaParams()
2239 BN_GENCB * gcb = BN_GENCB_new();
2242 if (gcb)
2243 BN_GENCB_set_old(gcb, cb, what);
2245 if (!(dsa && gcb
2198 BN_GENCB * gcb = BN_GENCB_new(); genRsaKeyPair() local
2224 BN_GENCB * gcb = BN_GENCB_new(); genDsaParams() local
[all...]
/freebsd/crypto/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()
/freebsd/sys/contrib/device-tree/src/arm64/microchip/
H A Dsparx5.dtsi143 reg-names = "gcb";
475 reg-names = "cpu", "dev", "gcb";
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dlan966x.dtsi102 reg-names = "cpu", "gcb";
510 reg-names = "gcb";