Home
last modified time | relevance | path

Searched refs:CC_BSV_ILLEGAL_INPUT_PARAM_ERR (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/common/
Dcommon_cert_parser.c55 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in CCCertFieldsParse()
65 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in CCCertFieldsParse()
Dcommon_cert_verify.c188 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in CCCommonCertVerify()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/x509_cert_parser/
Dcc3x_sb_x509_ext_parser.c70 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in SB_X509_ParseCertExtensions()
160 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in SB_X509_ParseCertExtensions()
Dcc3x_sb_x509_parser.c268 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in CCCertFieldsParse()
273 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in CCCertFieldsParse()
281 return CC_BSV_ILLEGAL_INPUT_PARAM_ERR; in CCCertFieldsParse()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_sbromlib/
Dbsv_error.h27 #define CC_BSV_ILLEGAL_INPUT_PARAM_ERR (CC_BSV_BASE_ERROR + 0x00000001) macro