Searched refs:cprefix (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/include/crypto/ |
| H A D | evp.h | 376 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) … argument 380 …cprefix##_ecb_encrypt(in + i, out + i, &EVP_C_DATA(kstruct, ctx)->ksched, EVP_CIPHER_CTX_is_encryp… 386 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) … argument 391 …cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct, ctx)->ksched, ctx… 399 …cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, &nu… 405 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) … argument 409 …cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, EVP… 415 …cprefix##_cbc_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, EVP_CIPHER_C… 419 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) … argument 429 …cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits == 1) && !EVP_CIPHER_CTX_test_flags(ctx, EVP… [all …]
|
| /src/contrib/bsnmp/snmp_vacm/ |
| H A D | vacm_snmp.c | 266 char gname[SNMP_ADM_STR32_SIZ], cprefix[SNMP_ADM_STR32_SIZ]; in op_vacm_access() local 336 sub, gname, cprefix, &smodel, &slevel) < 0) in op_vacm_access() 338 if ((acl = vacm_new_access_rule(gname, cprefix, in op_vacm_access() 705 char *cprefix, int32_t *smodel, int32_t *slevel) in vacm_access_rule_index_decode() argument 721 cprefix[i] = oid->subs[sub + i + 1]; in vacm_access_rule_index_decode() 722 cprefix[i] = '\0'; in vacm_access_rule_index_decode() 723 sub += strlen(cprefix) + 1; in vacm_access_rule_index_decode()
|
| /src/contrib/bsnmp/snmpd/ |
| H A D | main.c | 2923 vacm_new_access_rule(char *gname, char *cprefix, int32_t smodel, int32_t slevel) in vacm_new_access_rule() argument 2932 strcmp(cprefix, acl->ctx_prefix) == 0 && in vacm_new_access_rule() 2950 strlcpy(acl->ctx_prefix, cprefix, sizeof(acl->ctx_prefix)); in vacm_new_access_rule()
|