Home
last modified time | relevance | path

Searched defs:drbg (Results 1 – 18 of 18) sorted by relevance

/external/rappor/client/javatest/com/google/android/rappor/
DHmacDrbgTest.java38 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 …]
/external/boringssl/src/crypto/fipsmodule/rand/
Dctrdrbg.c30 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()
Dctrdrbg_test.cc33 CTR_DRBG_STATE drbg; in TEST() local
66 CTR_DRBG_STATE drbg; in TEST() local
101 CTR_DRBG_STATE drbg; in TEST() local
Drand.c61 CTR_DRBG_STATE drbg; member
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Dctrdrbg.c30 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()
Dctrdrbg_test.cc33 CTR_DRBG_STATE drbg; in TEST() local
66 CTR_DRBG_STATE drbg; in TEST() local
101 CTR_DRBG_STATE drbg; in TEST() local
Drand.c60 CTR_DRBG_STATE drbg; member
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Ddrbg.go67 type drbg struct { struct
70 algo string
71 modes map[string]bool // the supported underlying primitives for the DRBG
74 func (d *drbg) Process(vectorSet []byte, m Transactable) (interface{}, error) {
/external/boringssl/src/util/fipstools/cavp/
Dcavp_ctr_drbg_test.cc64 CTR_DRBG_STATE drbg; in TestCTRDRBG() local
Dtest_fips.c236 CTR_DRBG_STATE drbg; in main() local
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_ctr_drbg_test.cc64 CTR_DRBG_STATE drbg; in TestCTRDRBG() local
Dtest_fips.c236 CTR_DRBG_STATE drbg; in main() local
/external/rappor/client/java/com/google/android/rappor/
DEncoder.java546 HmacDrbg drbg = new HmacDrbg(userSecret, personalizationString); in computePermanentRandomizedResponse() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c664 CTR_DRBG_STATE drbg; in boringssl_fips_self_test() local
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h165 DRBG_STATE drbg; member
/external/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c841 CTR_DRBG_STATE drbg; in boringssl_fips_self_test() local
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc391 CTR_DRBG_STATE drbg; in DRBG() local
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc1358 CTR_DRBG_STATE drbg; in DRBG() local