Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/interface/
Dcrypto_key_defs.h22 #ifndef GUK_SIZE
23 #define GUK_SIZE (32) macro
/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/otp/
Dotp_default.c36 plat_err = tfm_plat_otp_read(PLAT_OTP_ID_GUK, GUK_SIZE, key_buf); in bl1_otp_read_key()