Home
last modified time | relevance | path

Searched refs:encap_entropy (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/hrss/
Dhrss_test.cc179 uint8_t encap_entropy[HRSS_ENCAP_BYTES]; in TEST() local
180 for (unsigned i = 0; i < sizeof(encap_entropy); i++) { in TEST()
181 encap_entropy[i] = i; in TEST()
191 HRSS_encap(ciphertext, shared_key, &pub2, encap_entropy); in TEST()
210 uint8_t encap_entropy[HRSS_ENCAP_BYTES]; in TEST() local
211 RAND_bytes(encap_entropy, sizeof(encap_entropy)); in TEST()
212 SCOPED_TRACE(Bytes(encap_entropy)); in TEST()
216 HRSS_encap(ciphertext, shared_key, &pub, encap_entropy); in TEST()
353 uint8_t encap_entropy[HRSS_ENCAP_BYTES]; in TEST() local
354 for (size_t i = 0; i < sizeof(encap_entropy); i++) { in TEST()
[all …]