Home
last modified time | relevance | path

Searched defs:entropy (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/libjpeg-turbo/
H A Djcphuff.c208 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff() local
306 #define emit_byte(entropy, val) { \ argument
314 dump_buffer(phuff_entropy_ptr entropy) in dump_buffer()
336 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits()
375 flush_bits(phuff_entropy_ptr entropy) in flush_bits()
388 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol()
404 emit_buffered_bits(phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits()
423 emit_eobrun(phuff_entropy_ptr entropy) in emit_eobrun()
452 emit_restart(phuff_entropy_ptr entropy, int restart_num) in emit_restart()
484 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_first() local
[all …]
H A Djdarith.c201 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in process_restart() local
252 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in decode_mcu_DC_first() local
331 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in decode_mcu_AC_first() local
405 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in decode_mcu_DC_refine() local
438 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in decode_mcu_AC_refine() local
507 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in decode_mcu() local
634 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in start_pass() local
752 arith_entropy_ptr entropy; in jinit_arith_decoder() local
H A Djcarith.c327 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in emit_restart() local
370 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in encode_mcu_DC_first() local
461 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in encode_mcu_AC_first() local
560 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in encode_mcu_DC_refine() local
595 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in encode_mcu_AC_refine() local
688 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in encode_mcu() local
830 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in start_pass() local
914 arith_entropy_ptr entropy; in jinit_arith_encoder() local
H A Djdphuff.c82 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff_decoder() local
232 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in process_restart() local
290 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_DC_first() local
366 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_AC_first() local
452 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_DC_refine() local
502 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_AC_refine() local
653 phuff_entropy_ptr entropy; in jinit_phuff_decoder() local
H A Djdhuff.c79 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in start_pass_huff_decoder() local
512 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in process_restart() local
552 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu_slow() local
663 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu_fast() local
770 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu() local
814 huff_entropy_ptr entropy; in jinit_huff_decoder() local
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; in encode_mcu_huff() local
759 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in finish_pass_huff() local
872 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in encode_mcu_gather() local
1075 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in finish_pass_gather() local
1120 huff_entropy_ptr entropy; in jinit_huff_encoder() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/distributions/
H A Dkullback_leibler_test.py99 def entropy(self): member in KLTest._testIndirectRegistration.Sub1
104 def entropy(self): member in KLTest._testIndirectRegistration.Sub2
109 def entropy(self): member in KLTest._testIndirectRegistration.Sub11
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DAslrTest.java80 double entropy = Math.log(addresses.size()) / Math.log(2); in calculateEntropyBits() local
94 int entropy = calculateEntropyBits(mappingName); in testMappingEntropy() local
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_random_impl.h110 mbedtls_entropy_context entropy; member
171 mbedtls_entropy_context *entropy, in mbedtls_psa_drbg_seed()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_random_impl.h80 mbedtls_entropy_context entropy; member
122 mbedtls_entropy_context *entropy, in mbedtls_psa_drbg_seed()
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Drand.rs104 let entropy = repeat_trng_rnd(chunk.len())?; in fill_with_entropy() localVariable
128 let entropy = if matches!(result, Err(hvc::trng::Error::NoEntropy)) { in rnd64() localVariable
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/keystore2/aidl/android.system.keystore2-V4-java-source/gen/android/system/keystore2/
DIKeystoreSecurityLevel.java28 … android.hardware.security.keymint.KeyParameter[] params, int flags, byte[] entropy) throws androi… in generateKey()
294 … android.hardware.security.keymint.KeyParameter[] params, int flags, byte[] entropy) throws androi… in generateKey()
466 … android.hardware.security.keymint.KeyParameter[] params, int flags, byte[] entropy) throws androi… in generateKey()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/inference/
H A DGTest.java260 private double entropy(final long[][] k) { in entropy() method in GTest
290 private double entropy(final long[] k) { in entropy() method in GTest
/aosp_15_r20/external/curl/lib/
H A Drand.c71 CURLcode Curl_win32_random(unsigned char *entropy, size_t length) in Curl_win32_random()
106 unsigned char *entropy, in weak_random()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Drand.c199 void RAND_load_entropy(const uint8_t *entropy, size_t entropy_len, in RAND_load_entropy()
254 uint8_t entropy[CTR_DRBG_ENTROPY_LEN * BORINGSSL_FIPS_OVERREAD]; in rand_get_seed() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Drand.c199 void RAND_load_entropy(const uint8_t *entropy, size_t entropy_len, in RAND_load_entropy()
254 uint8_t entropy[CTR_DRBG_ENTROPY_LEN * BORINGSSL_FIPS_OVERREAD]; in rand_get_seed() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
H A Drand.c205 void RAND_load_entropy(const uint8_t *entropy, size_t entropy_len, in RAND_load_entropy()
259 uint8_t *entropy = entropy_bytes; in rand_get_seed() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/rand/
H A Drand.c205 void RAND_load_entropy(const uint8_t *entropy, size_t entropy_len, in RAND_load_entropy()
259 uint8_t *entropy = entropy_bytes; in rand_get_seed() local
/aosp_15_r20/external/boringssl/src/crypto/kyber/
H A Dkyber.c333 uint8_t entropy[128]; in scalar_centered_binomial_distribution_eta_2_with_prf() local
604 uint8_t entropy[KYBER_GENERATE_KEY_ENTROPY]; in KYBER_generate_key() local
703 uint8_t entropy[KYBER_ENCAP_ENTROPY]; in KYBER_encap() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/kyber/
H A Dkyber.c332 uint8_t entropy[128]; in scalar_centered_binomial_distribution_eta_2_with_prf() local
603 uint8_t entropy[KYBER_GENERATE_KEY_ENTROPY]; in KYBER_generate_key() local
702 uint8_t entropy[KYBER_ENCAP_ENTROPY]; in KYBER_encap() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/juno/
Djuno_stack_protector.c15 uint64_t entropy; in plat_get_stack_protector_canary() local
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/juno/
H A Djuno_stack_protector.c15 uint64_t entropy; in plat_get_stack_protector_canary() local
/aosp_15_r20/external/musl/src/env/
H A D__stack_chk_fail.c7 void __init_ssp(void *entropy) in __init_ssp()
/aosp_15_r20/external/trusty/musl/src/env/
D__stack_chk_fail.c7 void __init_ssp(void *entropy) in __init_ssp()
/aosp_15_r20/external/webp/src/dsp/
H A Dlossless_enc.c424 void VP8LBitEntropyInit(VP8LBitEntropy* const entropy) { in VP8LBitEntropyInit()
433 VP8LBitEntropy* const entropy) { in VP8LBitsEntropyUnrefined()

12345678910>>...13