commit | e8a3e8457737a069741b8fd78ffc5eec328e8388 | [log] [tgz] |
---|---|---|
author | Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> | Thu Apr 30 16:59:35 2020 +0300 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu May 07 18:05:11 2020 +0200 |
tree | 40d0f0b82ce8af88621dc4c5b07eb0c6643d464b | |
parent | 7e2a230c7963a7209b2066756a6b11f5b6cbc216 [diff] |
xtest: add UUIDv5 calculation helper UUIDv5 is specific in RFC 4122. This implements section (for SHA-1): 4.3. Algorithm for Creating a Name-Based UUID Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers