| /freebsd-14.2/crypto/openssl/crypto/dh/ |
| H A D | dh_pmeth.c | 56 DH_PKEY_CTX *dctx; in pkey_dh_init() local 58 if ((dctx = OPENSSL_zalloc(sizeof(*dctx))) == NULL) { in pkey_dh_init() 64 dctx->generator = 2; in pkey_dh_init() 67 ctx->data = dctx; in pkey_dh_init() 78 if (dctx != NULL) { in pkey_dh_cleanup() 93 dctx = dst->data; in pkey_dh_copy() 99 dctx->md = sctx->md; in pkey_dh_copy() 134 dctx->pad = p1; in pkey_dh_ctrl() 423 if (dctx->pad) in pkey_dh_derive() 437 if (!dctx->kdf_outlen || !dctx->kdf_oid) in pkey_dh_derive() [all …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 285 dctx->inBuff = (char*)(dctx+1); in ZSTD_initStaticDCtx() 685 RETURN_ERROR_IF(dctx->fParams.dictID && (dctx->dictID != dctx->fParams.dictID), in ZSTD_decodeFrameHeader() 860 trace.dctx = dctx; in ZSTD_DCtx_trace_end() 1319 dctx->dictEnd = dctx->previousDstEnd; in ZSTD_refDictContent() 1436 dctx->litEntropy = dctx->fseEntropy = 1; in ZSTD_decompress_insertDictionary() 1457 dctx->litEntropy = dctx->fseEntropy = 0; in ZSTD_decompressBegin() 1462 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin() 1463 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin() 1464 dctx->OFTptr = dctx->entropy.OFTable; in ZSTD_decompressBegin() 1465 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin() [all …]
|
| H A D | zstd_decompress_block.c | 80 dctx->litBufferEnd = dctx->litBuffer + litSize; in ZSTD_allocateLiteralsBuffer() 101 dctx->litBuffer = dctx->litExtraBuffer; in ZSTD_allocateLiteralsBuffer() 102 dctx->litBufferEnd = dctx->litBuffer + litSize; in ZSTD_allocateLiteralsBuffer() 181 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock() 185 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock() 217 dctx->litPtr = dctx->litBuffer; in ZSTD_decodeLiteralsBlock() 258 dctx->litPtr = dctx->litBuffer; in ZSTD_decodeLiteralsBlock() 265 dctx->litBufferEnd = dctx->litPtr + litSize; in ZSTD_decodeLiteralsBlock() 303 dctx->litPtr = dctx->litBuffer; in ZSTD_decodeLiteralsBlock() 1280 if (dctx->dictEnd != dctx->dictContentEndForFuzzing) return 0; [all …]
|
| H A D | zstd_ddict.c | 61 assert(dctx != NULL); in ZSTD_copyDDictParameters() 63 dctx->dictID = ddict->dictID; in ZSTD_copyDDictParameters() 64 dctx->prefixStart = ddict->dictContent; in ZSTD_copyDDictParameters() 65 dctx->virtualStart = ddict->dictContent; in ZSTD_copyDDictParameters() 67 dctx->previousDstEnd = dctx->dictEnd; in ZSTD_copyDDictParameters() 69 dctx->dictContentBeginForFuzzing = dctx->prefixStart; in ZSTD_copyDDictParameters() 70 dctx->dictContentEndForFuzzing = dctx->previousDstEnd; in ZSTD_copyDDictParameters() 73 dctx->litEntropy = 1; in ZSTD_copyDDictParameters() 74 dctx->fseEntropy = 1; in ZSTD_copyDDictParameters() 83 dctx->litEntropy = 0; in ZSTD_copyDDictParameters() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 83 + dctx->inBuffSize + dctx->outBuffSize; in ZSTD_sizeof_DCtx() 131 dctx->inBuff = (char*)(dctx+1); in ZSTD_initStaticDCtx() 446 RETURN_ERROR_IF(dctx->fParams.dictID && (dctx->dictID != dctx->fParams.dictID), in ZSTD_decodeFrameHeader() 1041 dctx->dictEnd = dctx->previousDstEnd; in ZSTD_refDictContent() 1152 dctx->litEntropy = dctx->fseEntropy = 1; in ZSTD_decompress_insertDictionary() 1169 dctx->litEntropy = dctx->fseEntropy = 0; in ZSTD_decompressBegin() 1174 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin() 1175 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin() 1176 dctx->OFTptr = dctx->entropy.OFTable; in ZSTD_decompressBegin() 1177 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin() [all …]
|
| H A D | zstd_decompress_block.c | 136 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock() 140 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock() 146 dctx->entropy.hufTable, dctx->litBuffer, litSize, in ZSTD_decodeLiteralsBlock() 153 sizeof(dctx->workspace), dctx->bmi2); in ZSTD_decodeLiteralsBlock() 159 sizeof(dctx->workspace), dctx->bmi2); in ZSTD_decodeLiteralsBlock() 165 dctx->litPtr = dctx->litBuffer; in ZSTD_decodeLiteralsBlock() 195 dctx->litPtr = dctx->litBuffer; in ZSTD_decodeLiteralsBlock() 227 dctx->litPtr = dctx->litBuffer; in ZSTD_decodeLiteralsBlock() 946 if (dctx->dictEnd != dctx->dictContentEndForFuzzing) return 0; in ZSTD_dictionaryIsActive() 1421 dctx->dictEnd = dctx->previousDstEnd; in ZSTD_checkContinuity() [all …]
|
| H A D | zstd_ddict.c | 61 assert(dctx != NULL); in ZSTD_copyDDictParameters() 63 dctx->dictID = ddict->dictID; in ZSTD_copyDDictParameters() 64 dctx->prefixStart = ddict->dictContent; in ZSTD_copyDDictParameters() 65 dctx->virtualStart = ddict->dictContent; in ZSTD_copyDDictParameters() 67 dctx->previousDstEnd = dctx->dictEnd; in ZSTD_copyDDictParameters() 69 dctx->dictContentBeginForFuzzing = dctx->prefixStart; in ZSTD_copyDDictParameters() 70 dctx->dictContentEndForFuzzing = dctx->previousDstEnd; in ZSTD_copyDDictParameters() 73 dctx->litEntropy = 1; in ZSTD_copyDDictParameters() 74 dctx->fseEntropy = 1; in ZSTD_copyDDictParameters() 83 dctx->litEntropy = 0; in ZSTD_copyDDictParameters() [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/ec/ |
| H A D | ec_pmeth.c | 49 EC_PKEY_CTX *dctx; in pkey_ec_init() local 51 if ((dctx = OPENSSL_zalloc(sizeof(*dctx))) == NULL) { in pkey_ec_init() 58 ctx->data = dctx; in pkey_ec_init() 68 dctx = dst->data; in pkey_ec_copy() 74 dctx->md = sctx->md; in pkey_ec_copy() 97 if (dctx != NULL) { in pkey_ec_cleanup() 134 type = (dctx->md != NULL) ? EVP_MD_get_type(dctx->md) : NID_sha1; in pkey_ec_sign() 157 if (dctx->md) in pkey_ec_verify() 187 eckey = dctx->co_key ? dctx->co_key in pkey_ec_derive() 240 dctx->kdf_ukm, dctx->kdf_ukmlen, dctx->kdf_md, in pkey_ec_kdf_derive() [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/dsa/ |
| H A D | dsa_pmeth.c | 40 DSA_PKEY_CTX *dctx = OPENSSL_malloc(sizeof(*dctx)); in pkey_dsa_init() local 42 if (dctx == NULL) in pkey_dsa_init() 44 dctx->nbits = 2048; in pkey_dsa_init() 45 dctx->qbits = 224; in pkey_dsa_init() 46 dctx->pmd = NULL; in pkey_dsa_init() 47 dctx->md = NULL; in pkey_dsa_init() 49 ctx->data = dctx; in pkey_dsa_init() 63 dctx = dst->data; in pkey_dsa_copy() 74 OPENSSL_free(dctx); in pkey_dsa_cleanup() 91 if (dctx->md != NULL && tbslen != (size_t)EVP_MD_get_size(dctx->md)) in pkey_dsa_sign() [all …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 2971 dctx->litEntropy = dctx->fseEntropy = 0; in ZSTDv07_decompressBegin() 3002 dctx->customMem.customFree(dctx->customMem.opaque, dctx); in ZSTDv07_freeDCtx() 3241 …if (dctx->fParams.dictID && (dctx->dictID != dctx->fParams.dictID)) return ERROR(dictionary_wrong); in ZSTDv07_decodeFrameHeader() 3327 dctx->litPtr = dctx->litBuffer; in ZSTDv07_decodeLiteralsBlock() 3350 dctx->litPtr = dctx->litBuffer; in ZSTDv07_decodeLiteralsBlock() 3375 dctx->litPtr = dctx->litBuffer; in ZSTDv07_decodeLiteralsBlock() 3404 dctx->litPtr = dctx->litBuffer; in ZSTDv07_decodeLiteralsBlock() 3732 dctx->dictEnd = dctx->previousDstEnd; in ZSTDv07_checkContinuity() 4014 result = ZSTDv07_decodeFrameHeader(dctx, dctx->headerBuffer, dctx->headerSize); in ZSTDv07_decompressContinue() 4086 dctx->dictEnd = dctx->previousDstEnd; in ZSTDv07_refDictContent() [all …]
|
| H A D | zstd_legacy.h | 297 if (dctx==NULL) return ERROR(memory_allocation); in ZSTD_initLegacyStream() 298 ZBUFFv04_decompressInit(dctx); in ZSTD_initLegacyStream() 299 ZBUFFv04_decompressWithDictionary(dctx, dict, dictSize); in ZSTD_initLegacyStream() 300 *legacyContext = dctx; in ZSTD_initLegacyStream() 308 if (dctx==NULL) return ERROR(memory_allocation); in ZSTD_initLegacyStream() 309 ZBUFFv05_decompressInitDictionary(dctx, dict, dictSize); in ZSTD_initLegacyStream() 310 *legacyContext = dctx; in ZSTD_initLegacyStream() 318 if (dctx==NULL) return ERROR(memory_allocation); in ZSTD_initLegacyStream() 320 *legacyContext = dctx; in ZSTD_initLegacyStream() 328 if (dctx==NULL) return ERROR(memory_allocation); in ZSTD_initLegacyStream() [all …]
|
| H A D | zstd_v04.h | 62 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx); 64 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx, 72 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx); 74 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx); 75 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… 90 size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx); 92 size_t ZBUFFv04_decompressInit(ZBUFFv04_DCtx* dctx); 93 size_t ZBUFFv04_decompressWithDictionary(ZBUFFv04_DCtx* dctx, const void* dict, size_t dictSize); 95 size_t ZBUFFv04_decompressContinue(ZBUFFv04_DCtx* dctx, void* dst, size_t* maxDstSizePtr, const voi…
|
| H A D | zstd_v06.h | 74 ZSTDLIBv06_API size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx); /*!< @return : errorCode */ 88 ZSTDLIBv06_API size_t ZSTDv06_decompress_usingDict(ZSTDv06_DCtx* dctx, 101 ZSTDLIBv06_API size_t ZSTDv06_decompressBegin_usingDict(ZSTDv06_DCtx* dctx, const void* dict, size_… 102 ZSTDLIBv06_API void ZSTDv06_copyDCtx(ZSTDv06_DCtx* dctx, const ZSTDv06_DCtx* preparedDCtx); 104 ZSTDLIBv06_API size_t ZSTDv06_nextSrcSizeToDecompress(ZSTDv06_DCtx* dctx); 105 ZSTDLIBv06_API size_t ZSTDv06_decompressContinue(ZSTDv06_DCtx* dctx, void* dst, size_t dstCapacity,… 115 ZSTDLIBv06_API size_t ZBUFFv06_freeDCtx(ZBUFFv06_DCtx* dctx); 117 ZSTDLIBv06_API size_t ZBUFFv06_decompressInit(ZBUFFv06_DCtx* dctx); 118 ZSTDLIBv06_API size_t ZBUFFv06_decompressInitDictionary(ZBUFFv06_DCtx* dctx, const void* dict, size… 120 ZSTDLIBv06_API size_t ZBUFFv06_decompressContinue(ZBUFFv06_DCtx* dctx,
|
| H A D | zstd_v05.h | 63 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx); /*!< @return : errorCode */ 77 size_t ZSTDv05_decompress_usingDict(ZSTDv05_DCtx* dctx, 93 size_t ZSTDv05_decompressBegin_usingDict(ZSTDv05_DCtx* dctx, const void* dict, size_t dictSize); 95 size_t ZSTDv05_nextSrcSizeToDecompress(ZSTDv05_DCtx* dctx); 96 size_t ZSTDv05_decompressContinue(ZSTDv05_DCtx* dctx, void* dst, size_t dstCapacity, const void* sr… 104 size_t ZBUFFv05_freeDCtx(ZBUFFv05_DCtx* dctx); 106 size_t ZBUFFv05_decompressInit(ZBUFFv05_DCtx* dctx); 107 size_t ZBUFFv05_decompressInitDictionary(ZBUFFv05_DCtx* dctx, const void* dict, size_t dictSize); 109 size_t ZBUFFv05_decompressContinue(ZBUFFv05_DCtx* dctx,
|
| H A D | zstd_v06.c | 2847 return dctx; in ZSTDv06_createDCtx() 2852 free(dctx); in ZSTDv06_freeDCtx() 3098 dctx->litPtr = dctx->litBuffer; in ZSTDv06_decodeLiteralsBlock() 3120 dctx->litPtr = dctx->litBuffer; in ZSTDv06_decodeLiteralsBlock() 3145 dctx->litPtr = dctx->litBuffer; in ZSTDv06_decodeLiteralsBlock() 3174 dctx->litPtr = dctx->litBuffer; in ZSTDv06_decodeLiteralsBlock() 3517 dctx->dictEnd = dctx->previousDstEnd; in ZSTDv06_checkContinuity() 3518 …dctx->vBase = (const char*)dst - ((const char*)(dctx->previousDstEnd) - (const char*)(dctx->base)); in ZSTDv06_checkContinuity() 3749 result = ZSTDv06_decodeFrameHeader(dctx, dctx->headerBuffer, dctx->headerSize); in ZSTDv06_decompressContinue() 3801 dctx->dictEnd = dctx->previousDstEnd; in ZSTDv06_refDictContent() [all …]
|
| H A D | zstd_v05.c | 2686 return dctx; in ZSTDv05_createDCtx() 2691 free(dctx); in ZSTDv05_freeDCtx() 2907 dctx->litPtr = dctx->litBuffer; in ZSTDv05_decodeLiteralsBlock() 2931 dctx->litPtr = dctx->litBuffer; in ZSTDv05_decodeLiteralsBlock() 2957 dctx->litPtr = dctx->litBuffer; in ZSTDv05_decodeLiteralsBlock() 2987 dctx->litPtr = dctx->litBuffer; in ZSTDv05_decodeLiteralsBlock() 3378 dctx->dictEnd = dctx->previousDstEnd; in ZSTDv05_checkContinuity() 3379 …dctx->vBase = (const char*)dst - ((const char*)(dctx->previousDstEnd) - (const char*)(dctx->base)); in ZSTDv05_checkContinuity() 3603 …{ size_t const result = ZSTDv05_decodeFrameHeader_Part2(dctx, dctx->headerBuffer, dctx->headerSi… in ZSTDv05_decompressContinue() 3660 dctx->dictEnd = dctx->previousDstEnd; in ZSTDv05_refDictContent() [all …]
|
| H A D | zstd_v07.h | 76 ZSTDLIBv07_API size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx); /*!< @return : errorCode */ 90 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, 109 ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDDict(ZSTDv07_DCtx* dctx, 131 ZSTDLIBv07_API size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* dctx); 133 ZSTDLIBv07_API size_t ZBUFFv07_decompressInit(ZBUFFv07_DCtx* dctx); 134 ZSTDLIBv07_API size_t ZBUFFv07_decompressInitDictionary(ZBUFFv07_DCtx* dctx, const void* dict, size… 136 ZSTDLIBv07_API size_t ZBUFFv07_decompressContinue(ZBUFFv07_DCtx* dctx,
|
| /freebsd-14.2/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm.c | 40 PROV_AES_GCM_CTX *dctx = NULL; in aes_gcm_dupctx() local 45 dctx = OPENSSL_memdup(ctx, sizeof(*ctx)); in aes_gcm_dupctx() 46 if (dctx != NULL && dctx->base.gcm.key != NULL) in aes_gcm_dupctx() 47 dctx->base.gcm.key = &dctx->ks.ks; in aes_gcm_dupctx() 49 return dctx; in aes_gcm_dupctx()
|
| H A D | cipher_aria_gcm.c | 33 PROV_ARIA_GCM_CTX *dctx = NULL; in aria_gcm_dupctx() local 38 dctx = OPENSSL_memdup(ctx, sizeof(*ctx)); in aria_gcm_dupctx() 39 if (dctx != NULL && dctx->base.gcm.key != NULL) in aria_gcm_dupctx() 40 dctx->base.gcm.key = &dctx->ks.ks; in aria_gcm_dupctx() 42 return dctx; in aria_gcm_dupctx()
|
| H A D | cipher_aria_ccm.c | 34 PROV_ARIA_CCM_CTX *dctx = NULL; in aria_ccm_dupctx() local 39 dctx = OPENSSL_memdup(ctx, sizeof(*ctx)); in aria_ccm_dupctx() 40 if (dctx != NULL && dctx->base.ccm_ctx.key != NULL) in aria_ccm_dupctx() 41 dctx->base.ccm_ctx.key = &dctx->ks.ks; in aria_ccm_dupctx() 43 return dctx; in aria_ccm_dupctx()
|
| H A D | cipher_des_hw.c | 22 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_initkey() local 24 DES_key_schedule *ks = &dctx->dks.ks; in cipher_hw_des_initkey() 26 dctx->dstream.cbc = NULL; in cipher_hw_des_initkey() 31 dctx->dstream.cbc = ctx->enc ? des_t4_cbc_encrypt : in cipher_hw_des_initkey() 45 PROV_DES_CTX *dctx = (PROV_DES_CTX *)dst; in cipher_hw_des_copyctx() local 47 *dctx = *sctx; in cipher_hw_des_copyctx() 48 dst->ks = &dctx->dks.ks; in cipher_hw_des_copyctx() 68 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_cbc_cipher() local 69 DES_key_schedule *key = &(dctx->dks.ks); in cipher_hw_des_cbc_cipher() 71 if (dctx->dstream.cbc != NULL) { in cipher_hw_des_cbc_cipher() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | huf.h | 160 size_t HUF_decompress4X_DCtx (HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t… 161 size_t HUF_decompress4X_hufOnly(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size… 163 size_t HUF_decompress4X1_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t… 164 size_t HUF_decompress4X1_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, s… 166 size_t HUF_decompress4X2_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t… 307 size_t HUF_decompress1X_DCtx (HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t… 308 size_t HUF_decompress1X_DCtx_wksp (HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, s… 310 size_t HUF_decompress1X1_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t… 314 size_t HUF_decompress1X2_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t… 331 size_t HUF_decompress1X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cS… [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OSSL_DECODER_from_bio.pod | 52 OSSL_DECODER_CTX *dctx; 59 dctx = OSSL_DECODER_CTX_new_for_pkey(&pkey, format, structure, 63 if (dctx == NULL) { 67 OSSL_DECODER_CTX_set_passphrase(dctx, pass, strlen(pass)); 68 if (OSSL_DECODER_from_bio(dctx, bio)) { 73 OSSL_DECODER_CTX_free(dctx); 77 OSSL_DECODER_CTX *dctx; 86 dctx = OSSL_DECODER_CTX_new_for_pkey(&pkey, format, structure, 91 if (dctx == NULL) { 96 if (OSSL_DECODER_from_data(dctx, &data, &datalen)) { [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 220 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx); 227 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, 559 ZSTDLIB_API size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset); 804 ZSTDLIB_API size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, 859 ZSTDLIB_API size_t ZSTD_decompress_usingDDict(ZSTD_DCtx* dctx, 1002 ZSTDLIB_API size_t ZSTD_DCtx_refPrefix(ZSTD_DCtx* dctx, 1011 ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx); 1701 ZSTD_DCtx* dctx, 2033 ZSTDLIB_API size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx); 2037 ZSTDLIB_API size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx); [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | main.c | 63 struct dns_ctx * dctx; member 452 struct dns_ctx * dctx; in sntp_name_resolved() local 463 dctx = context; in sntp_name_resolved() 469 dctx->name); in sntp_name_resolved() 518 spkt->dctx = dctx; in sntp_name_resolved() 537 struct dns_ctx * dctx, in queue_xmt() argument 559 match->dctx->name)) in queue_xmt() 562 match->dctx->name, in queue_xmt() 563 spkt->dctx->name); in queue_xmt() 664 struct dns_ctx *dctx = xctx->spkt->dctx; in xmt() local [all …]
|