Home
last modified time | relevance | path

Searched refs: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/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/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/crypto/openssl/ssl/
H A Dt1_lib.c765 gid_cb_st gcb; in tls1_set_groups_list() local
769 gcb.gidcnt = 0; in tls1_set_groups_list()
770 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
771 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr)); in tls1_set_groups_list()
772 if (gcb.gid_arr == NULL) in tls1_set_groups_list()
774 gcb.ctx = ctx; in tls1_set_groups_list()
775 if (!CONF_parse_list(str, ':', 1, gid_cb, &gcb)) in tls1_set_groups_list()
786 tmparr = OPENSSL_memdup(gcb.gid_arr, gcb.gidcnt * sizeof(*tmparr)); in tls1_set_groups_list()
791 *pextlen = gcb.gidcnt; in tls1_set_groups_list()
794 OPENSSL_free(gcb.gid_arr); in tls1_set_groups_list()
/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";