Searched refs:AUTH_METHOD_SIG (Results 1 – 8 of 8) sorted by relevance
/external/arm-trusted-firmware/drivers/auth/tbbr/ |
D | tbbr_cot_bl2.c | 94 .type = AUTH_METHOD_SIG, 136 .type = AUTH_METHOD_SIG, 168 .type = AUTH_METHOD_SIG, 217 .type = AUTH_METHOD_SIG, 249 .type = AUTH_METHOD_SIG, 320 .type = AUTH_METHOD_SIG, 352 .type = AUTH_METHOD_SIG, 465 .type = AUTH_METHOD_SIG, 497 .type = AUTH_METHOD_SIG, 567 .type = AUTH_METHOD_SIG,
|
D | tbbr_cot_common.c | 64 .type = AUTH_METHOD_SIG,
|
D | tbbr_cot_bl1.c | 51 .type = AUTH_METHOD_SIG,
|
/external/arm-trusted-firmware/drivers/auth/dualroot/ |
D | cot.c | 134 .type = AUTH_METHOD_SIG, 257 .type = AUTH_METHOD_SIG, 291 .type = AUTH_METHOD_SIG, 324 .type = AUTH_METHOD_SIG, 373 .type = AUTH_METHOD_SIG, 406 .type = AUTH_METHOD_SIG, 478 .type = AUTH_METHOD_SIG, 511 .type = AUTH_METHOD_SIG, 627 .type = AUTH_METHOD_SIG, 702 .type = AUTH_METHOD_SIG, [all …]
|
/external/arm-trusted-firmware/lib/fconf/ |
D | fconf_cot_getter.c | 127 &auth_img_descs[img_id].img_auth_methods[AUTH_METHOD_SIG]; in get_auth_param_type_desc() 160 if (auth_method_type == AUTH_METHOD_SIG) { in set_auth_method() 248 auth_method_type = AUTH_METHOD_SIG; in populate_and_set_auth_methods()
|
/external/arm-trusted-firmware/include/drivers/auth/ |
D | auth_common.h | 59 AUTH_METHOD_SIG, /* Authenticate by PK operation */ enumerator
|
/external/arm-trusted-firmware/drivers/auth/ |
D | auth_mod.c | 376 case AUTH_METHOD_SIG: in auth_mod_verify_img()
|
/external/arm-trusted-firmware/docs/design/ |
D | auth-framework.rst | 449 AUTH_METHOD_SIG, 691 - ``AUTH_METHOD_SIG``: the image (usually a certificate) must be signed with 729 .type = AUTH_METHOD_SIG, 768 .type = AUTH_METHOD_SIG, 800 .type = AUTH_METHOD_SIG,
|