Home
last modified time | relevance | path

Searched hist:"48 e106048dce669b9e5f334f08397923f94b2c67" (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dstring_ext.h48e106048dce669b9e5f334f08397923f94b2c67 Thu Feb 14 13:54:34 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> libutils: remove buf_compare_ct()

Now that we have consttime_memcmp(), buf_compare_ct() is redundant.
Every time buf_compare_ct() is used, consttime_memcmp() may be used
instead.

This commit removes buf_compare_ct(). A compatibility wrapper is kept
in <string_ext.h> to avoid knowingly breaking the build of any TA that
may use it.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/core/crypto/
H A Daes-gcm.c48e106048dce669b9e5f334f08397923f94b2c67 Thu Feb 14 13:54:34 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> libutils: remove buf_compare_ct()

Now that we have consttime_memcmp(), buf_compare_ct() is redundant.
Every time buf_compare_ct() is used, consttime_memcmp() may be used
instead.

This commit removes buf_compare_ct(). A compatibility wrapper is kept
in <string_ext.h> to avoid knowingly breaking the build of any TA that
may use it.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/lib/libutils/ext/
H A Dsub.mk48e106048dce669b9e5f334f08397923f94b2c67 Thu Feb 14 13:54:34 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> libutils: remove buf_compare_ct()

Now that we have consttime_memcmp(), buf_compare_ct() is redundant.
Every time buf_compare_ct() is used, consttime_memcmp() may be used
instead.

This commit removes buf_compare_ct(). A compatibility wrapper is kept
in <string_ext.h> to avoid knowingly breaking the build of any TA that
may use it.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/core/tee/
H A Dfs_htree.c48e106048dce669b9e5f334f08397923f94b2c67 Thu Feb 14 13:54:34 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> libutils: remove buf_compare_ct()

Now that we have consttime_memcmp(), buf_compare_ct() is redundant.
Every time buf_compare_ct() is used, consttime_memcmp() may be used
instead.

This commit removes buf_compare_ct(). A compatibility wrapper is kept
in <string_ext.h> to avoid knowingly breaking the build of any TA that
may use it.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
H A Dtee_rpmb_fs.c48e106048dce669b9e5f334f08397923f94b2c67 Thu Feb 14 13:54:34 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> libutils: remove buf_compare_ct()

Now that we have consttime_memcmp(), buf_compare_ct() is redundant.
Every time buf_compare_ct() is used, consttime_memcmp() may be used
instead.

This commit removes buf_compare_ct(). A compatibility wrapper is kept
in <string_ext.h> to avoid knowingly breaking the build of any TA that
may use it.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/lib/libutee/
H A Dtee_api_operations.c48e106048dce669b9e5f334f08397923f94b2c67 Thu Feb 14 13:54:34 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> libutils: remove buf_compare_ct()

Now that we have consttime_memcmp(), buf_compare_ct() is redundant.
Every time buf_compare_ct() is used, consttime_memcmp() may be used
instead.

This commit removes buf_compare_ct(). A compatibility wrapper is kept
in <string_ext.h> to avoid knowingly breaking the build of any TA that
may use it.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>