You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I catch the error 0xffff0006 (TEE_ERROR_BAD_PARAMETERS) when I enable CONFIG_NULL_TTY on the kernel configs or/and I disable G_SERIAL on the kernel configs also.
I am not even using ttynull to redirect the console, and the default one continues to be the same.
When using PKCS11 TA without NULL_TTY activated, it works, but as soon as I disable it I start having the Verify key returning 0xffff0006, no additional changes are performed.
I checked the key present on both working and failing one (with NULL_TTY activated) and the tee_rpmb_ctx key is the same, so it should match the RPMB key on both.
Hello all! :)
I catch the error 0xffff0006 (TEE_ERROR_BAD_PARAMETERS) when I enable CONFIG_NULL_TTY on the kernel configs or/and I disable G_SERIAL on the kernel configs also.
I am not even using ttynull to redirect the console, and the default one continues to be the same.
When using PKCS11 TA without NULL_TTY activated, it works, but as soon as I disable it I start having the Verify key returning 0xffff0006, no additional changes are performed.
I checked the key present on both working and failing one (with NULL_TTY activated) and the tee_rpmb_ctx key is the same, so it should match the RPMB key on both.
I am still digging on the optee code to try to catch the exact line where it fails.
Do you have any clue on why is this happening? I am only enabling CONFIG_NULL_TYY on kernel config and this starts to fail.
Thank you for your support!! :)
The text was updated successfully, but these errors were encountered: