Searched refs:cprefix (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/i386/
H A Dcygwin.h214 char *cprefix = concat (tooldir_base_prefix, spec_machine, \
216 if (!IS_ABSOLUTE_PATH (cprefix)) \
217 cprefix = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
220 concat (cprefix, "../../../../", spec_machine, "/bin/", NULL), \
222 add_prefix (&exec_prefixes, cprefix, \
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Devp_locl.h71 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
75 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
81 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \
86 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
92 cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
96 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
101 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
107 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
111 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \
119 cprefix##_cf
[all...]
/freebsd-10-stable/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c266 char gname[SNMP_ADM_STR32_SIZ], cprefix[SNMP_ADM_STR32_SIZ]; local
336 sub, gname, cprefix, &smodel, &slevel) < 0)
338 if ((acl = vacm_new_access_rule(gname, cprefix,
705 char *cprefix, int32_t *smodel, int32_t *slevel)
721 cprefix[i] = oid->subs[sub + i + 1];
722 cprefix[i] = '\0';
723 sub += strlen(cprefix) + 1;
704 vacm_access_rule_index_decode(const struct asn_oid *oid, uint sub, char *gname, char *cprefix, int32_t *smodel, int32_t *slevel) argument
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dmain.c2874 vacm_new_access_rule(char *gname, char *cprefix, int32_t smodel, int32_t slevel) argument
2883 strcmp(cprefix, acl->ctx_prefix) == 0 &&
2901 strlcpy(acl->ctx_prefix, cprefix, sizeof(acl->ctx_prefix));

Completed in 74 milliseconds