Home
last modified time | relevance | path

Searched defs:entropy (Results 76 - 100 of 116) sorted by relevance

12345

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DClients.h87 mbedtls_entropy_context entropy; member
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c225 static mbedtls_entropy_context entropy; in SoftBusGenerateRandomArray() local
/third_party/mbedtls/programs/ssl/
H A Dssl_mail_client.c337 mbedtls_entropy_context entropy; in main() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() argument
144 ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) ossl_drbg_get_seed() argument
365 unsigned char *nonce = NULL, *entropy = NULL; ossl_prov_drbg_instantiate() local
505 unsigned char *entropy = NULL; ossl_prov_drbg_reseed() local
765 ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, int (*dnew)(PROV_DRBG *ctx), int (*instantiate)(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen), int (*uninstantiate)(PROV_DRBG *ctx), int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *adin, size_t adin_len), int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len)) ossl_rand_drbg_new() argument
[all...]
H A Ddrbg_ctr.c305 drbg_ctr_instantiate(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen) drbg_ctr_instantiate() argument
340 drbg_ctr_reseed(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *adin, size_t adinlen) drbg_ctr_reseed() argument
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() argument
144 ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) ossl_drbg_get_seed() argument
365 unsigned char *nonce = NULL, *entropy = NULL; ossl_prov_drbg_instantiate() local
505 unsigned char *entropy = NULL; ossl_prov_drbg_reseed() local
765 ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, int (*dnew)(PROV_DRBG *ctx), int (*instantiate)(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen), int (*uninstantiate)(PROV_DRBG *ctx), int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *adin, size_t adin_len), int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len)) ossl_rand_drbg_new() argument
[all...]
H A Ddrbg_ctr.c305 drbg_ctr_instantiate(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen) drbg_ctr_instantiate() argument
340 drbg_ctr_reseed(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *adin, size_t adinlen) drbg_ctr_reseed() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff_opt.c109 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in start_pass_huff_decoder() local
606 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; LOCAL() local
646 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; LOCAL() local
817 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; LOCAL() local
975 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; METHODDEF() local
1017 huff_entropy_ptr entropy; jinit_huff_decoder() local
[all...]
H A Djchuff.c166 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in start_pass_huff() local
687 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; METHODDEF() local
759 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; finish_pass_huff() local
872 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; METHODDEF() local
1075 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; finish_pass_gather() local
1120 huff_entropy_ptr entropy; jinit_huff_encoder() local
[all...]
H A Djcphuff.c207 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff() local
313 dump_buffer(phuff_entropy_ptr entropy) dump_buffer() argument
335 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) emit_bits() argument
374 flush_bits(phuff_entropy_ptr entropy) flush_bits() argument
387 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol) emit_symbol() argument
403 emit_buffered_bits(phuff_entropy_ptr entropy, char *bufstart, unsigned int nbits) emit_buffered_bits() argument
422 emit_eobrun(phuff_entropy_ptr entropy) emit_eobrun() argument
451 emit_restart(phuff_entropy_ptr entropy, int restart_num) emit_restart() argument
483 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; METHODDEF() local
662 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; METHODDEF() local
754 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; METHODDEF() local
926 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; METHODDEF() local
1027 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; finish_pass_phuff() local
1048 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; finish_pass_gather_phuff() local
1095 phuff_entropy_ptr entropy; jinit_phuff_encoder() local
[all...]
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c405 mbedtls_entropy_context *entropy = HcMalloc(sizeof(mbedtls_entropy_context), 0); in EcKeyAgreement() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_x25519.c225 mbedtls_entropy_context entropy; in HksMbedtlsX25519GenerateKey() local
322 mbedtls_entropy_context entropy; in HksMbedtlsX25519KeyAgreement() local
/third_party/ffmpeg/libavfilter/
H A Daf_aspectralstats.c39 float entropy; member
H A Daf_astats.c91 double entropy; member
244 double entropy = 0.; in calc_entropy() local
408 entropy = 0, in set_metadata() local
662 entropy = 0, print_stats() local
[all...]
/third_party/mbedtls/programs/x509/
H A Dcert_write.c311 mbedtls_entropy_context entropy; in main() local
/third_party/node/deps/brotli/c/enc/
H A Dmetablock.c416 double entropy[BROTLI_MAX_STATIC_CONTEXTS]; in ContextBlockSplitterFinishBlock() local
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c117 mbedtls_entropy_context entropy; member
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c49 mbedtls_entropy_context entropy; member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc.c424 void VP8LBitEntropyInit(VP8LBitEntropy* const entropy) { in VP8LBitEntropyInit() argument
432 VP8LBitsEntropyUnrefined(const uint32_t* const array, int n, VP8LBitEntropy* const entropy) VP8LBitsEntropyUnrefined() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock.c416 double entropy[BROTLI_MAX_STATIC_CONTEXTS]; in ContextBlockSplitterFinishBlock() local
/third_party/curl/lib/vtls/
H A Dgtls.c1604 gtls_random(struct Curl_easy *data, unsigned char *entropy, size_t length) gtls_random() argument
H A Dbearssl.c1104 bearssl_random(struct Curl_easy *data UNUSED_PARAM, unsigned char *entropy, size_t length) bearssl_random() argument
H A Dmbedtls.c98 mbedtls_entropy_context entropy; member
1036 mbedtls_random(struct Curl_easy *data, unsigned char *entropy, size_t length) global() argument
H A Dwolfssl.c1337 wolfssl_random(struct Curl_easy *data, unsigned char *entropy, size_t length) wolfssl_random() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c816 const double entropy = VP8LHistogramEstimateBits(histos[i]); in CalculateBestCacheSize() local

Completed in 31 milliseconds

12345