Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/device-tree/Bindings/reset/
H A Dmicrochip,rst.yaml33 - const: gcb
56 reg-names = "gcb";
/freebsd-src/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-src/contrib/ntp/util/
H A Dntp-keygen.c2213 BN_GENCB * gcb = BN_GENCB_new(); in genRsaKeyPair() local
2216 if (gcb) in genRsaKeyPair()
2217 BN_GENCB_set_old(gcb, cb, what); in genRsaKeyPair()
2220 if (!(rsa && gcb && bne && RSA_generate_key_ex( in genRsaKeyPair()
2221 rsa, bits, bne, gcb))) in genRsaKeyPair()
2226 BN_GENCB_free(gcb); in genRsaKeyPair()
2239 BN_GENCB * gcb = BN_GENCB_new(); in genDsaParams() local
2242 if (gcb) in genDsaParams()
2243 BN_GENCB_set_old(gcb, cb, what); in genDsaParams()
2245 if (!(dsa && gcb && DSA_generate_parameters_ex( in genDsaParams()
[all …]
/freebsd-src/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-src/crypto/openssl/ssl/
H A Dt1_lib.c766 gid_cb_st gcb; in tls1_set_groups_list() local
770 gcb.gidcnt = 0; in tls1_set_groups_list()
771 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
772 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr)); in tls1_set_groups_list()
773 if (gcb.gid_arr == NULL) in tls1_set_groups_list()
775 gcb.ctx = ctx; in tls1_set_groups_list()
776 if (!CONF_parse_list(str, ':', 1, gid_cb, &gcb)) in tls1_set_groups_list()
787 tmparr = OPENSSL_memdup(gcb in tls1_set_groups_list()
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/microchip/
H A Dsparx5.dtsi143 reg-names = "gcb";
475 reg-names = "cpu", "dev", "gcb";
/freebsd-src/sys/contrib/device-tree/src/arm/microchip/
H A Dlan966x.dtsi102 reg-names = "cpu", "gcb";
510 reg-names = "gcb";