/aosp_15_r20/external/rappor/client/javatest/com/google/rappor/ |
H A D | HmacDrbgTest.java | 38 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase0() local 57 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase1() local 76 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase2() local 95 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase3() local 114 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase4() local 133 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase5() local 152 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase6() local 171 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase7() local 190 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase8() local 209 HmacDrbg drbg = new HmacDrbg(Bytes.concat(entropy, nonce), null); in testHmacDrbgNistCase9() local [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/rand/ |
H A D | ctrdrbg.c | 35 CTR_DRBG_STATE *drbg = OPENSSL_malloc(sizeof(CTR_DRBG_STATE)); in CTR_DRBG_new() local 47 int CTR_DRBG_init(CTR_DRBG_STATE *drbg, in CTR_DRBG_init() 89 static void ctr32_add(CTR_DRBG_STATE *drbg, uint32_t n) { in ctr32_add() 94 static int ctr_drbg_update(CTR_DRBG_STATE *drbg, const uint8_t *data, in ctr_drbg_update() 119 int CTR_DRBG_reseed(CTR_DRBG_STATE *drbg, in CTR_DRBG_reseed() 148 int CTR_DRBG_generate(CTR_DRBG_STATE *drbg, uint8_t *out, size_t out_len, in CTR_DRBG_generate() 218 void CTR_DRBG_clear(CTR_DRBG_STATE *drbg) { in CTR_DRBG_clear()
|
H A D | ctrdrbg_test.cc | 33 CTR_DRBG_STATE drbg; in TEST() local 76 CTR_DRBG_STATE drbg; in TEST() local 111 CTR_DRBG_STATE drbg; in TEST() local
|
H A D | rand.c | 60 CTR_DRBG_STATE drbg; member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/ |
H A D | ctrdrbg.c | 35 CTR_DRBG_STATE *drbg = OPENSSL_malloc(sizeof(CTR_DRBG_STATE)); in CTR_DRBG_new() local 47 int CTR_DRBG_init(CTR_DRBG_STATE *drbg, in CTR_DRBG_init() 89 static void ctr32_add(CTR_DRBG_STATE *drbg, uint32_t n) { in ctr32_add() 94 static int ctr_drbg_update(CTR_DRBG_STATE *drbg, const uint8_t *data, in ctr_drbg_update() 119 int CTR_DRBG_reseed(CTR_DRBG_STATE *drbg, in CTR_DRBG_reseed() 148 int CTR_DRBG_generate(CTR_DRBG_STATE *drbg, uint8_t *out, size_t out_len, in CTR_DRBG_generate() 218 void CTR_DRBG_clear(CTR_DRBG_STATE *drbg) { in CTR_DRBG_clear()
|
H A D | ctrdrbg_test.cc | 33 CTR_DRBG_STATE drbg; in TEST() local 76 CTR_DRBG_STATE drbg; in TEST() local 111 CTR_DRBG_STATE drbg; in TEST() local
|
H A D | rand.c | 60 CTR_DRBG_STATE drbg; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | ctrdrbg.c | 30 int CTR_DRBG_init(CTR_DRBG_STATE *drbg, in CTR_DRBG_init() 72 static void ctr32_add(CTR_DRBG_STATE *drbg, uint32_t n) { in ctr32_add() 77 static int ctr_drbg_update(CTR_DRBG_STATE *drbg, const uint8_t *data, in ctr_drbg_update() 102 int CTR_DRBG_reseed(CTR_DRBG_STATE *drbg, in CTR_DRBG_reseed() 131 int CTR_DRBG_generate(CTR_DRBG_STATE *drbg, uint8_t *out, size_t out_len, in CTR_DRBG_generate() 200 void CTR_DRBG_clear(CTR_DRBG_STATE *drbg) { in CTR_DRBG_clear()
|
D | ctrdrbg_test.cc | 33 CTR_DRBG_STATE drbg; in TEST() local 66 CTR_DRBG_STATE drbg; in TEST() local 101 CTR_DRBG_STATE drbg; in TEST() local
|
D | rand.c | 61 CTR_DRBG_STATE drbg; member
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | ctrdrbg.c | 30 int CTR_DRBG_init(CTR_DRBG_STATE *drbg, in CTR_DRBG_init() 72 static void ctr32_add(CTR_DRBG_STATE *drbg, uint32_t n) { in ctr32_add() 77 static int ctr_drbg_update(CTR_DRBG_STATE *drbg, const uint8_t *data, in ctr_drbg_update() 102 int CTR_DRBG_reseed(CTR_DRBG_STATE *drbg, in CTR_DRBG_reseed() 131 int CTR_DRBG_generate(CTR_DRBG_STATE *drbg, uint8_t *out, size_t out_len, in CTR_DRBG_generate() 200 void CTR_DRBG_clear(CTR_DRBG_STATE *drbg) { in CTR_DRBG_clear()
|
D | ctrdrbg_test.cc | 33 CTR_DRBG_STATE drbg; in TEST() local 66 CTR_DRBG_STATE drbg; in TEST() local 101 CTR_DRBG_STATE drbg; in TEST() local
|
D | rand.c | 61 CTR_DRBG_STATE drbg; member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
H A D | drbg.go | 69 type drbg struct { struct 72 algo string 73 modes map[string]bool // the supported underlying primitives for the DRBG 76 func (d *drbg) Process(vectorSet []byte, m Transactable) (any, error) {
|
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
H A D | drbg.go | 69 type drbg struct { struct 72 algo string 73 modes map[string]bool // the supported underlying primitives for the DRBG 76 func (d *drbg) Process(vectorSet []byte, m Transactable) (any, error) {
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_ctr_drbg_test.cc | 64 CTR_DRBG_STATE drbg; in TestCTRDRBG() local
|
D | test_fips.c | 256 CTR_DRBG_STATE drbg; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_ctr_drbg_test.cc | 64 CTR_DRBG_STATE drbg; in TestCTRDRBG() local
|
D | test_fips.c | 256 CTR_DRBG_STATE drbg; in main() local
|
/aosp_15_r20/system/security/prng_seeder/src/ |
H A D | main.rs | 21 mod drbg; module
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_random_impl.h | 111 mbedtls_psa_drbg_context_t drbg; member
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_random_impl.h | 81 mbedtls_psa_drbg_context_t drbg; member
|
/aosp_15_r20/external/boringssl/src/util/fipstools/ |
H A D | test_fips.c | 326 CTR_DRBG_STATE drbg; in main() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/ |
H A D | test_fips.c | 303 CTR_DRBG_STATE drbg; in main() local
|
/aosp_15_r20/external/rappor/client/java/com/google/rappor/ |
H A D | Encoder.java | 546 HmacDrbg drbg = new HmacDrbg(userSecret, personalizationString); in computePermanentRandomizedResponse() local
|