Searched refs:ctx1 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_crypt.c | 58 ngx_md5_t md5, ctx1; in ngx_crypt_apr1() local 78 ngx_md5_init(&ctx1); in ngx_crypt_apr1() 79 ngx_md5_update(&ctx1, key, keylen); in ngx_crypt_apr1() 80 ngx_md5_update(&ctx1, salt, saltlen); in ngx_crypt_apr1() 81 ngx_md5_update(&ctx1, key, keylen); in ngx_crypt_apr1() 82 ngx_md5_final(final, &ctx1); in ngx_crypt_apr1() 102 ngx_md5_init(&ctx1); in ngx_crypt_apr1() 105 ngx_md5_update(&ctx1, key, keylen); in ngx_crypt_apr1() 108 ngx_md5_update(&ctx1, final, 16); in ngx_crypt_apr1() 120 ngx_md5_update(&ctx1, final, 16); in ngx_crypt_apr1() [all …]
|
| /f-stack/dpdk/lib/librte_kvargs/ |
| H A D | rte_kvargs.c | 23 char *ctx1 = NULL; in rte_kvargs_tokenize() local 35 while ((str = strtok_r(str, RTE_KVARGS_PAIRS_DELIM, &ctx1)) != NULL) { in rte_kvargs_tokenize() 53 if (ctx1 == NULL || ctx1[0] == '\0') in rte_kvargs_tokenize() 57 str = strtok_r(NULL, RTE_KVARGS_PAIRS_DELIM, &ctx1); in rte_kvargs_tokenize()
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_ctx.c | 163 dmar_pte_store1(&ctxp->ctx1, DMAR_CTX1_T_PASS | DMAR_CTX1_P); in ctx_id_entry_init_one() 165 dmar_pte_store1(&ctxp->ctx1, DMAR_CTX1_T_UNTR | in ctx_id_entry_init_one() 182 KASSERT(move || (ctxp->ctx1 == 0 && ctxp->ctx2 == 0), in ctx_id_entry_init() 186 ctxp->ctx1, ctxp->ctx2)); in ctx_id_entry_init() 524 struct dmar_ctx *ctx, *ctx1; in dmar_get_ctx_for_dev1() local 573 ctx1 = dmar_ctx_alloc(domain1, rid); in dmar_get_ctx_for_dev1() 574 ctxp = dmar_map_ctx_entry(ctx1, &sf); in dmar_get_ctx_for_dev1() 584 ctx = ctx1; in dmar_get_ctx_for_dev1() 611 free(ctx1, M_DMAR_CTX); in dmar_get_ctx_for_dev1() 800 dmar_pte_clear(&ctxp->ctx1); in dmar_free_ctx_locked()
|
| H A D | intel_reg.h | 58 uint64_t ctx1; member
|