Home
last modified time | relevance | path

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

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