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

/freebsd-12-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-12-stable/crypto/openssl/include/crypto/
H A Devp.h173 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
177 cprefix##_ecb_encrypt(in + i, out + i, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_encrypting(ctx)); \
183 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \
188 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &num); \
196 cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &num); \
202 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
207 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EVP_CIPHER_CTX_encrypting(ctx));\
213 cprefix##_cbc_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EVP_CIPHER_CTX_encrypting(ctx));\
217 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \
226 cprefix##_cf
[all...]
/freebsd-12-stable/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c267 char gname[SNMP_ADM_STR32_SIZ], cprefix[SNMP_ADM_STR32_SIZ]; local
337 sub, gname, cprefix, &smodel, &slevel) < 0)
339 if ((acl = vacm_new_access_rule(gname, cprefix,
706 char *cprefix, int32_t *smodel, int32_t *slevel)
722 cprefix[i] = oid->subs[sub + i + 1];
723 cprefix[i] = '\0';
724 sub += strlen(cprefix) + 1;
705 vacm_access_rule_index_decode(const struct asn_oid *oid, uint sub, char *gname, char *cprefix, int32_t *smodel, int32_t *slevel) argument
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dmain.c2928 vacm_new_access_rule(char *gname, char *cprefix, int32_t smodel, int32_t slevel) argument
2937 strcmp(cprefix, acl->ctx_prefix) == 0 &&
2955 strlcpy(acl->ctx_prefix, cprefix, sizeof(acl->ctx_prefix));

Completed in 66 milliseconds