Searched full:gcb (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | microchip,rst.yaml | 33 - const: gcb 56 reg-names = "gcb";
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | microchip,lan966x-switch.yaml | 33 - const: gcb 145 reg-names = "cpu", "gcb";
|
H A D | microchip,sparx5-switch.yaml | 49 - const: gcb 145 reg-names = "cpu", "devices", "gcb";
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.c | 2213 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/ssl/ |
H A D | t1_lib.c | 766 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.gid_arr, gcb.gidcnt * sizeof(*tmparr)); in tls1_set_groups_list() 792 *pextlen = gcb.gidcnt; in tls1_set_groups_list() 795 OPENSSL_free(gcb.gid_arr); in tls1_set_groups_list()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 292 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 D | sparx5.dtsi | 143 reg-names = "gcb"; 475 reg-names = "cpu", "dev", "gcb";
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | lan966x.dtsi | 102 reg-names = "cpu", "gcb"; 510 reg-names = "gcb";
|