Searched refs:gcb (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 1611 gid_cb_st gcb; in tls1_set_groups_list() local 1619 memset(&gcb, 0, sizeof(gcb)); in tls1_set_groups_list() 1620 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list() 1621 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list() 1622 gcb.ksidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list() 1623 gcb.ctx = ctx; in tls1_set_groups_list() 1626 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr)); in tls1_set_groups_list() 1627 if (gcb.gid_arr == NULL) in tls1_set_groups_list() 1629 gcb.tuplcnt_arr = OPENSSL_malloc(gcb.tplmax * sizeof(*gcb.tuplcnt_arr)); in tls1_set_groups_list() 1630 if (gcb.tuplcnt_arr == NULL) in tls1_set_groups_list() [all …]
|
| /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/crypto/evp/ |
| H A D | pmeth_gn.c | 289 static int trans_cb(int a, int b, BN_GENCB *gcb) in trans_cb() argument 291 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";
|