Home
last modified time | relevance | path

Searched hist:"70 c78a55b8a5a4ffe5310e322bbdadfd11d7e641" (Results 1 – 1 of 1) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c70c78a55b8a5a4ffe5310e322bbdadfd11d7e641 Thu Dec 17 11:49:24 UTC 2020 Ruchika Gupta <ruchika.gupta@linaro.org> ta: pkcs11: Fix for CKA_KEY_GEN_MECHANISM in create_attributes_from_template()

CKA_KEY_GEN_MECHANISM attribute is not added in the attribute list
(attrs) from the template (temp) when a key object is created as
it doesn't fall in mandatory/optional attribute. So, error checking for
this attribute should be done on the original source template(temp)
and not the attribute list(attrs) in create_attributes_from_template().

Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org>
Reviewed-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>