Searched refs:ca (Results 26 - 50 of 180) sorted by relevance

12345678

/freebsd-11-stable/contrib/amd/amd/
H A Dsched.c92 sched_job(cb_fun *cf, opaque_t ca) argument
97 p->cb_arg = ca;
110 * cf: Continuation function (ca is its arguments)
113 run_task(task_fun *tf, opaque_t ta, cb_fun *cf, opaque_t ca) argument
115 pjob *p = sched_job(cf, ca);
153 sched_task(cb_fun *cf, opaque_t ca, wchan_t wchan) argument
158 pjob *p = sched_job(cf, ca);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_bcons.c87 ASN1_OPT(BASIC_CONSTRAINTS, ca, ASN1_FBOOLEAN),
98 X509V3_add_value_bool("CA", bcons->ca, &extlist);
117 if (!X509V3_get_value_bool(val, &bcons->ca))
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c45 if (ib_find_pkey(priv->ca, priv->port, priv->pkey, &pkey_index)) {
131 int ipoib_transport_dev_init(struct ipoib_dev_priv *priv, struct ib_device *ca) argument
149 priv->pd = ib_alloc_pd(priv->ca, 0);
151 printk(KERN_WARNING "%s: failed to allocate PD\n", ca->name);
166 priv->recv_cq = ib_create_cq(priv->ca, ipoib_ib_completion, NULL, priv, &cq_attr);
168 printk(KERN_WARNING "%s: failed to create receive CQ\n", ca->name);
173 priv->send_cq = ib_create_cq(priv->ca, ipoib_send_comp_handler, NULL,
176 printk(KERN_WARNING "%s: failed to create send CQ\n", ca->name);
209 printk(KERN_WARNING "%s: failed to create QP\n", ca->name);
H A Dipoib_ib.c100 ib_dma_unmap_single(priv->ca, rx_req->mapping[i], m->m_len,
127 rx_req->mapping[i] = ib_dma_map_single(priv->ca,
129 if (unlikely(ib_dma_mapping_error(priv->ca,
138 ib_dma_unmap_single(priv->ca, rx_req->mapping[j], m->m_len,
274 int ipoib_dma_map_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req, int max) argument
302 mapping[i] = ib_dma_map_single(ca, mtod(m, void *),
304 if (unlikely(ib_dma_mapping_error(ca, mapping[i]))) {
314 ib_dma_unmap_single(ca, mapping[i], m->m_len,
320 void ipoib_dma_unmap_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req) argument
328 ib_dma_unmap_single(ca, mappin
853 ipoib_ib_dev_init(struct ipoib_dev_priv *priv, struct ib_device *ca, int port) argument
[all...]
H A Dipoib_vlan.c102 result = ipoib_set_dev_features(priv, ppriv->ca);
112 result = ipoib_dev_init(priv->dev, ppriv->ca, ppriv->port);
116 ppriv->ca->name, ppriv->port);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_cms.in77 --anchors=FILE:$srcdir/data/ca.crt \
92 --anchors=FILE:$srcdir/data/ca.crt \
100 --anchors=FILE:$srcdir/data/ca.crt \
114 --anchors=FILE:$srcdir/data/ca.crt \
135 --anchors=FILE:$srcdir/data/ca.crt \
148 --anchors=FILE:$srcdir/data/ca.crt \
162 --anchors=FILE:$srcdir/data/ca.crt \
177 --anchors=FILE:$srcdir/data/ca.crt \
191 --anchors=FILE:$srcdir/data/ca.crt \
207 --anchors=FILE:$srcdir/data/ca
[all...]
/freebsd-11-stable/contrib/sendmail/rmail/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.44 2006-06-28 21:08:04 ca Exp $
/freebsd-11-stable/crypto/openssh/regress/
H A Dkrl.sh18 $SSHKEYGEN -t $ECDSA -f $OBJ/revoked-ca -C "" -N "" > /dev/null ||
67 $SSHKEYGEN -s $OBJ/revoked-ca -z $n -I "revoked $N" $f >/dev/null 2>&1 \
98 $SSHKEYGEN $OPTS -kf $OBJ/krl-ca $OBJ/revoked-ca.pub \
106 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial -s $OBJ/revoked-ca \
108 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid -s $OBJ/revoked-ca.pub \
159 check_krl $f $OBJ/krl-ca $CA_RESULT "$TAG"
179 $OBJ/krl-ca $OBJ/krl-serial $OBJ/krl-keyid \
H A Dcert-hostkey.sh87 rsa-sha2-*) tflag="-t $ktype"; ca="$OBJ/host_ca_key2" ;;
88 *) tflag=""; ca="$OBJ/host_ca_key" ;;
90 ${SSHKEYGEN} -h -q -s $ca -z $serial $tflag \
212 rsa-sha2-*) tflag="-t $ktype"; ca="$OBJ/host_ca_key2" ;;
213 *) tflag=""; ca="$OBJ/host_ca_key" ;;
215 ${SSHKEYGEN} -q -s $ca $tflag -I "regress host key for $USER" \
257 rsa-sha2-*) tflag="-t $ktype"; ca="$OBJ/host_ca_key2" ;;
258 *) tflag=""; ca="$OBJ/host_ca_key" ;;
260 ${SSHKEYGEN} -h -q $tflag -s $ca $tflag \
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c173 long ca, cb, cc; local
195 ca = count / 512;
198 printf("Doing BF_set_key %ld times\n", ca);
210 for (count = 0, run = 1; COND(ca); count += 4) {
218 a = ((double)COUNT(ca)) / d;
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c173 long ca, cb, cc; local
195 ca = count / 512;
198 printf("Doing CAST_set_key %ld times\n", ca);
210 for (count = 0, run = 1; COND(ca); count += 4) {
218 a = ((double)COUNT(ca)) / d;
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c173 long ca, cb, cc; local
195 ca = count / 512;
198 printf("Doing RC2_set_key %ld times\n", ca);
210 for (count = 0, run = 1; COND(ca); count += 4) {
218 a = ((double)COUNT(ca)) / d;
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c173 long ca, cb, cc; local
195 ca = count / 512;
197 printf("Doing RC4_set_key %ld times\n", ca);
209 for (count = 0, run = 1; COND(ca); count += 4) {
217 a = ((double)COUNT(ca)) / d;
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c173 long ca, cb, cc; local
195 ca = count / 512;
198 printf("Doing RC5_32_set_key %ld times\n", ca);
210 for (count = 0, run = 1; COND(ca); count += 4) {
218 a = ((double)COUNT(ca)) / d;
/freebsd-11-stable/contrib/binutils/gas/
H A Dehopt.c452 int ca = frag->fr_subtype >> 3; local
457 if (ca > 0 && diff % ca == 0 && diff / ca < 0x40)
505 int ca = frag->fr_subtype >> 3; local
506 assert (ca > 0 && diff % ca == 0 && diff / ca < 0x40);
507 loc4_frag->fr_literal[loc4_fix] = DW_CFA_advance_loc | (diff / ca);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_recp.c110 const BIGNUM *ca; local
123 ca = a;
125 ca = x; /* Just do the mod */
127 ret = BN_div_recp(NULL, r, ca, recp, ctx);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_userhold.c191 zfs_hold_cleanup_arg_t *ca = arg; local
195 error = spa_open(ca->zhca_spaname, &spa, FTAG);
199 ca->zhca_spaname);
202 if (spa_load_guid(spa) != ca->zhca_spa_load_guid) {
205 ca->zhca_spaname);
210 (void) dsl_dataset_user_release_tmp(spa_get_dsl(spa), ca->zhca_holds);
211 fnvlist_free(ca->zhca_holds);
212 kmem_free(ca, sizeof (zfs_hold_cleanup_arg_t));
219 zfs_hold_cleanup_arg_t *ca; local
227 ca
[all...]
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_kiss.c77 * other (CA) certs. Note either ca should be NULL, *ca should be NULL, or it
83 STACK_OF(X509) **ca)
147 if (ca && x) {
148 if (!*ca)
149 *ca = sk_X509_new_null();
150 if (!*ca)
152 if (!sk_X509_push(*ca, x))
82 PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca) argument
/freebsd-11-stable/contrib/gcc/
H A Dtarghooks.c118 default_setup_incoming_varargs (CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED,
137 hook_bool_CUMULATIVE_ARGS_false (CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED)
143 default_pretend_outgoing_varargs_named (CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED)
236 hook_callee_copies_named (CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED,
336 CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED,
345 CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED,
354 CUMULATIVE_ARGS *ca ATTRIBUTE_UNUSED,
H A Dtarget.h683 bool (*pass_by_reference) (CUMULATIVE_ARGS *ca, enum machine_mode mode,
688 void (*setup_incoming_varargs) (CUMULATIVE_ARGS *ca, enum machine_mode mode,
691 bool (*strict_argument_naming) (CUMULATIVE_ARGS *ca);
695 bool (*pretend_outgoing_varargs_named) (CUMULATIVE_ARGS *ca);
710 bool (* callee_copies) (CUMULATIVE_ARGS *ca, enum machine_mode mode,
716 int (* arg_partial_bytes) (CUMULATIVE_ARGS *ca, enum machine_mode mode,
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dspeed.c180 long ca, cb, cc, cd, ce; local
205 ca = count;
210 printf("Doing set_key %ld times\n", ca);
222 for (count = 0, run = 1; COND(ca); count++)
226 a = ((double)COUNT(ca)) / d;
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Didea_spd.c173 long ca, cca, cb, cc; local
195 ca = count / 4;
199 printf("idea_set_encrypt_key %ld times\n", ca);
211 for (count = 0, run = 1; COND(ca); count += 4) {
219 a = ((double)COUNT(ca)) / d;
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c564 * The index is the offset into the ca's internal array
583 uint32_t ca; local
598 2) Allocate an array big enough to hold the ca info objects.
617 for (ca = 0; ca < ca_count; ca++) {
618 p_ca_info = &p_vend->p_ca_info[ca];
620 status = __osm_ca_info_init(p_vend, p_ca_info, p_ca_guid[ca]);
637 for (ca = 0; ca < ca_coun
673 uint32_t ca; local
726 uint32_t ca; local
[all...]
H A Dosm_vendor_ibumad.c653 umad_ca_t ca; local
677 if (umad_get_ca(p_vend->ca_names[i], &ca) == 0) {
678 if (ca.node_type < 1 || ca.node_type > 3)
680 for (j = 0; j <= ca.numports; j++) {
681 if (!ca.ports[j])
683 attr->port_guid = ca.ports[j]->port_guid;
684 attr->lid = ca.ports[j]->base_lid;
685 attr->port_num = ca.ports[j]->portnum;
686 attr->sm_lid = ca
727 int ca, r; local
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Dparse.y259 const struct auth *ca;
261 ca = auth_new_chap(auth_group, $2, $3);
264 if (ca == NULL)
271 const struct auth *ca;
273 ca = auth_new_chap_mutual(auth_group, $2, $3, $4, $5);
278 if (ca == NULL)
592 const struct auth *ca;
612 ca = auth_new_chap(target->t_auth_group, $2, $3);
615 if (ca == NULL)
622 const struct auth *ca;
[all...]

Completed in 318 milliseconds

12345678