Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 25 of 105) sorted by relevance

12345

/optee_os/core/drivers/crypto/caam/hal/imx_8m/
A Dhal_jr.c34 HAL_TRACE("JR%" PRIu32 "DID_MS value 0x%" PRIx32, jr_idx, val); in caam_hal_jr_setowner()
57 HAL_TRACE("JR%" PRIu32 "DID_MS value 0x%" PRIx32 " (0x%" PRIx32 in caam_hal_jr_setowner()
63 HAL_TRACE("JR%" PRIu32 "DID_LS value 0x%" PRIx32 in caam_hal_jr_setowner()
64 " (0x%" PRIx32 ")", in caam_hal_jr_setowner()
70 HAL_TRACE("JR%" PRIu32 "DID_LS set value 0x%" PRIx32, jr_idx, in caam_hal_jr_setowner()
72 HAL_TRACE("JR%" PRIu32 "DID_MS set value 0x%" PRIx32, jr_idx, in caam_hal_jr_setowner()
/optee_os/core/drivers/crypto/caam/hal/imx_8ulp/
A Dhal_jr.c35 HAL_TRACE("JR%" PRIu32 "DID_MS value 0x%" PRIx32, jr_idx, val); in caam_hal_jr_setowner()
58 HAL_TRACE("JR%" PRIu32 "DID_MS value 0x%" PRIx32 " (0x%" PRIx32 in caam_hal_jr_setowner()
64 HAL_TRACE("JR%" PRIu32 "DID_LS value 0x%" PRIx32 in caam_hal_jr_setowner()
65 " (0x%" PRIx32 ")", in caam_hal_jr_setowner()
71 HAL_TRACE("JR%" PRIu32 "DID_LS set value 0x%" PRIx32, jr_idx, in caam_hal_jr_setowner()
73 HAL_TRACE("JR%" PRIu32 "DID_MS set value 0x%" PRIx32, jr_idx, in caam_hal_jr_setowner()
/optee_os/core/arch/arm/plat-stm32mp1/nsec-service/
A Dbsec_svc.c30 FMSG("read shadow @%#"PRIx32, otp_id); in bsec_main()
34 FMSG("program @%#"PRIx32, otp_id); in bsec_main()
38 FMSG("write shadow @%#"PRIx32, otp_id); in bsec_main()
42 FMSG("read @%#"PRIx32, otp_id); in bsec_main()
52 FMSG("permanent write lock @%#"PRIx32, otp_id); in bsec_main()
56 DMSG("Invalid command %#"PRIx32, cmd); in bsec_main()
/optee_os/core/drivers/crypto/crypto_api/acipher/
A Decc.c60 CRYPTO_TRACE("Algo 0x%" PRIx32 " curve 0x%" PRIx32 in algo_is_valid()
66 CRYPTO_TRACE("Algo 0x%" PRIx32 " curve 0x%" PRIx32 " is not valid", in algo_is_valid()
115 CRYPTO_TRACE("ECC Keypair (%zu bits) generate ret = 0x%" PRIx32, in ecc_generate_keypair()
187 CRYPTO_TRACE("Sign algo (0x%" PRIx32 ") returned 0x%" PRIx32, algo, in ecc_sign()
247 CRYPTO_TRACE("Verify algo (0x%" PRIx32 ") returned 0x%" PRIx32, algo, in ecc_verify()
315 CRYPTO_TRACE("Shared Secret returned 0x%" PRIx32, ret); in ecc_shared_secret()
353 CRYPTO_TRACE("ECC Keypair (%zu bits) alloc ret = 0x%" PRIx32, size_bits, in drvcrypt_asym_alloc_ecc_keypair()
390 CRYPTO_TRACE("ECC Public Key (%zu bits) alloc ret = 0x%" PRIx32, in drvcrypt_asym_alloc_ecc_public_key()
A Ddsa.c60 CRYPTO_TRACE("DSA Keypair (%zu bits) alloc ret = 0x%" PRIx32, size_bits, in crypto_acipher_alloc_dsa_keypair()
88 CRYPTO_TRACE("DSA Public Key (%zu bits) alloc ret = 0x%" PRIx32, in crypto_acipher_alloc_dsa_public_key()
115 CRYPTO_TRACE("DSA Keypair (%zu bits) generate ret = 0x%" PRIx32, in crypto_acipher_gen_dsa_key()
175 CRYPTO_TRACE("Sign algo (0x%" PRIx32 ") returned 0x%" PRIx32, algo, in crypto_acipher_dsa_sign()
226 CRYPTO_TRACE("Verify algo (0x%" PRIx32 ") returned 0x%" PRIx32, algo, in crypto_acipher_dsa_verify()
A Drsa.c32 CRYPTO_TRACE("RSA Keypair (%zu bits) alloc ret = 0x%" PRIx32, size_bits, in crypto_acipher_alloc_rsa_keypair()
53 CRYPTO_TRACE("RSA Public Key (%zu bits) alloc ret = 0x%" PRIx32, in crypto_acipher_alloc_rsa_public_key()
99 CRYPTO_TRACE("RSA Keypair (%zu bits) generate ret = 0x%" PRIx32, in crypto_acipher_gen_rsa_key()
140 CRYPTO_TRACE("RSA Decrypt NO PAD ret = 0x%" PRIx32, ret); in crypto_acipher_rsanopad_decrypt()
193 CRYPTO_TRACE("RSA Encrypt NO PAD ret = 0x%" PRIx32, ret); in crypto_acipher_rsanopad_encrypt()
253 CRYPTO_TRACE("RSAES Decrypt ret = 0x%" PRIx32, ret); in crypto_acipher_rsaes_decrypt()
338 CRYPTO_TRACE("RSAES Encrypt ret = 0x%" PRIx32, ret); in crypto_acipher_rsaes_encrypt()
418 CRYPTO_TRACE("Encode signature algo (0x%" PRIx32 in crypto_acipher_rsassa_sign()
419 ") returned 0x%" PRIx32, in crypto_acipher_rsassa_sign()
492 CRYPTO_TRACE("Signature verif algo (0x%" PRIx32 ") returned 0x%" PRIx32, in crypto_acipher_rsassa_verify()
A Ddh.c28 CRYPTO_TRACE("DH Keypair (%zu bits) alloc ret = 0x%" PRIx32, size_bits, in crypto_acipher_alloc_dh_keypair()
51 CRYPTO_TRACE("DH Keypair (%zu bits) generate ret = 0x%" PRIx32, in crypto_acipher_gen_dh_key()
94 CRYPTO_TRACE("Shared Secret returned 0x%" PRIx32, ret); in crypto_acipher_dh_shared_secret()
A Drsassa.c388 CRYPTO_TRACE("Get salt of %zu bytes (ret = 0x%08" PRIx32 ")", in emsa_pss_encode()
407 CRYPTO_TRACE("H = hash(M') returned 0x%08" PRIx32, ret); in emsa_pss_encode()
450 CRYPTO_TRACE("dbMask = MGF(H, emLen - hLen - 1) returned 0x%08" PRIx32, in emsa_pss_encode()
470 CRYPTO_TRACE("maskedDB = DB xor dbMask returned 0x%08" PRIx32, ret); in emsa_pss_encode()
593 CRYPTO_TRACE("dbMask = MGF(H, emLen - hLen - 1) returned 0x%08" PRIx32, in emsa_pss_verify()
616 CRYPTO_TRACE("DB = maskedDB xor dbMask returned 0x%08" PRIx32, ret); in emsa_pss_verify()
696 CRYPTO_TRACE("H' = hash(M') returned 0x%08" PRIx32, ret); in emsa_pss_verify()
755 CRYPTO_TRACE("EMSA PSS Encode returned 0x%08" PRIx32, ret); in rsassa_pss_sign()
853 CRYPTO_TRACE("EMSA PSS Verify returned 0x%08" PRIx32, ret); in rsassa_pss_verify()
855 CRYPTO_TRACE("RSA NO PAD returned 0x%08" PRIx32, ret); in rsassa_pss_verify()
/optee_os/core/drivers/crypto/caam/hal/imx_6_7/
A Dhal_jr.c34 HAL_TRACE("JR%" PRIu32 "MIDR_MS value 0x%" PRIx32, jr_idx, val); in caam_hal_jr_setowner()
58 HAL_TRACE("JR%" PRIu32 "MIDR_MS value 0x%" PRIx32 " (0x%" PRIx32 in caam_hal_jr_setowner()
67 HAL_TRACE("JR%" PRIu32 "MIDR_LS value 0x%" PRIx32 in caam_hal_jr_setowner()
74 HAL_TRACE("JR%" PRIu32 "MIDR_LS set value 0x%" PRIx32, jr_idx, in caam_hal_jr_setowner()
76 HAL_TRACE("JR%" PRIu32 "MIDR_MS set value 0x%" PRIx32, jr_idx, in caam_hal_jr_setowner()
/optee_os/core/arch/arm/plat-marvell/armada7k8k/
A Dhal_sec_perf.c160 EMSG("region addr(0x%" PRIx32 ") is not aligned with 1M!", in set_range()
166 EMSG("region size(0x%" PRIx32 ") is not aligned with 1M!", in set_range()
172 EMSG("region size(0x%" PRIx32 in set_range()
173 ") not align with addr(0x%" PRIx32 ")", in set_range()
180 EMSG("not valid region size(2^n)! size:0x%" PRIx32, size); in set_range()
227 ": Reg 0x%" PRIx64 " = 0x%" PRIx32, in _dump_range()
229 DMSG("AddrL: 0x%08" PRIx32, addr_read); in _dump_range()
283 DMSG("sec-rgn size: ra = 0x%08" PRIx32 ", size = 0x%" PRIx32, in init_sec_perf()
/optee_os/core/pta/
A Dhwrng.c26 DMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_entropy()
47 DMSG("bad parameters types: 0x%" PRIx32, types); in rng_get_info()
61 FMSG(PTA_NAME" command %#"PRIx32" ptypes %#"PRIx32, cmd, ptypes); in invoke_command()
/optee_os/core/drivers/crypto/caam/utils/
A Dutils_sgt_v1.c22 SGT_TRACE("SGT[%d]->ptr_ms = %" PRIx32, idx, sgt->sgt[idx].v1.ptr_ms); in sgt_entry_trace()
23 SGT_TRACE("SGT[%d]->ptr_ls = %" PRIx32, idx, sgt->sgt[idx].v1.ptr_ls); in sgt_entry_trace()
24 SGT_TRACE("SGT[%d]->len_f_e = %" PRIx32, idx, in sgt_entry_trace()
26 SGT_TRACE("SGT[%d]->offset = %" PRIx32, idx, sgt->sgt[idx].v1.offset); in sgt_entry_trace()
/optee_os/core/arch/arm/plat-marvell/armada3700/
A Dhal_sec_perf.c158 EMSG("region addr(0x%" PRIx32 ") is not aligned with 1M!", in set_range()
164 EMSG("region size(0x%" PRIx32 ") is not aligned with 1M!", in set_range()
171 EMSG("not valid region size(2^n)! size:0x%" PRIx32, size); in set_range()
217 ": Reg 0x%" PRIx64 " = 0x%" PRIx32, in _dump_range()
219 DMSG("AddrL: 0x%08" PRIx32, addr_read); in _dump_range()
251 DMSG("sec-rgn size: ra = 0x%" PRIx32 ", size = 0x%" PRIx64, in init_sec_perf()
/optee_os/core/drivers/crypto/caam/hal/common/
A Dhal_ctrl.c109 CTRL_TRACE("Reading CAAM PRIBLOB: 0x%"PRIx32, val); in caam_hal_ctrl_inc_priblob()
118 CTRL_TRACE("New CAAM PRIBLOB value: 0x%"PRIx32, blob); in caam_hal_ctrl_inc_priblob()
126 CTRL_TRACE("Checking: CAAM PRIBLOB: 0x%"PRIx32 " want: 0x%"PRIx32, val, in caam_hal_ctrl_inc_priblob()
/optee_os/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c107 CRYPTO_TRACE("authenc ret 0x%" PRIx32, ret); in authenc_init()
139 CRYPTO_TRACE("authenc ret 0x%" PRIx32, ret); in authenc_update_aad()
182 CRYPTO_TRACE("authenc ret 0x%" PRIx32, ret); in authenc_update_payload()
231 CRYPTO_TRACE("authenc ret 0x%" PRIx32, ret); in authenc_enc_final()
277 CRYPTO_TRACE("authenc ret 0x%" PRIx32, ret); in authenc_dec_final()
311 CRYPTO_TRACE("authenc alloc_ctx algo 0x%" PRIx32, algo); in drvcrypt_authenc_alloc_ctx()
330 CRYPTO_TRACE("authenc alloc_ctx ret 0x%" PRIx32, ret); in drvcrypt_authenc_alloc_ctx()
/optee_os/core/drivers/
A Dtzc380.c145 EMSG("Fail address Low 0x%" PRIx32, in tzc_fail_dump()
147 EMSG("Fail address High 0x%" PRIx32, in tzc_fail_dump()
149 EMSG("Fail Control 0x%" PRIx32, io_read32(base + FAIL_CONTROL_OFF)); in tzc_fail_dump()
150 EMSG("Fail Id 0x%" PRIx32, io_read32(base + FAIL_ID)); in tzc_fail_dump()
354 DMSG("Lockdown select: %"PRIx32, in tzc_dump_state()
356 DMSG("Lockdown range: %"PRIx32, in tzc_dump_state()
358 DMSG("Action register: %"PRIx32, tzc_get_action()); in tzc_dump_state()
A Dimx_snvs.c22 DMSG("HPSR: 0x%"PRIx32, val); in snvs_get_security_cfg()
44 DMSG("HPSR: SSM ST Mode: 0x%01"PRIx32, val); in snvs_get_ssm_mode()
/optee_os/core/arch/arm/plat-rzn1/
A Dsm_platform_handler.c51 DMSG("Blocking write of 0x%"PRIx32" to register 0x%" in oem_sysreg()
52 PRIx32" (0x%"PRIxVA")", *pvalue, addr, reg); in oem_sysreg()
60 DMSG("Blocking read of register 0x%"PRIx32" (0x%" in oem_sysreg()
/optee_os/ta/pkcs11/src/
A Dpersistent_token.c61 EMSG("Failed to open token persistent db: %#"PRIx32, res); in update_persistent_db()
67 EMSG("Failed to write to token persistent db: %#"PRIx32, res); in update_persistent_db()
141 EMSG("TEE_GetPropertyAsIdentity: returned %#"PRIx32, res); in setup_so_identity_auth_from_client()
174 EMSG("TEE_GetPropertyAsIdentity: returned %#"PRIx32, in setup_identity_auth_from_pin()
266 EMSG("TEE_GetPropertyAsIdentity: returned %#"PRIx32, res); in verify_identity_auth()
485 EMSG("OpenPersistent failed %#"PRIx32, res); in load_persistent_object_attributes()
493 EMSG("GetObjectInfo failed %#"PRIx32, res); in load_persistent_object_attributes()
508 EMSG("Seek to 0 failed %#"PRIx32, res); in load_persistent_object_attributes()
513 EMSG("Read %"PRIu32" bytes, failed %#"PRIx32, in load_persistent_object_attributes()
557 EMSG("OpenPersistent failed %#"PRIx32, res); in update_persistent_object_attributes()
[all …]
A Dprocessing_asymm.c213 EMSG("TEE_AllocateOp. failed %#"PRIx32" %#"PRIx32, in allocate_tee_operation()
226 EMSG("TEE_AllocateOp. failed %#"PRIx32" %#"PRIx32" %#"PRIx32, in allocate_tee_operation()
312 DMSG("TEE_AllocateTransientObject failed, %#"PRIx32, res); in load_tee_key()
323 DMSG("TEE_PopulateTransientObject failed, %#"PRIx32, res); in load_tee_key()
332 DMSG("TEE_SetOperationKey failed, %#"PRIx32, res); in load_tee_key()
/optee_os/core/include/kernel/
A Dlockdep.h88 EMSG("lockdep: error %#" PRIx32, res); in lockdep_lock_acquire()
107 EMSG("lockdep: error %#" PRIx32, res); in lockdep_lock_tryacquire()
123 EMSG("lockdep: error %#" PRIx32, res); in lockdep_lock_release()
/optee_os/core/drivers/crypto/caam/
A Dcaam_rng.c134 RNG_TRACE("RNG Data id 0x%08" PRIx32 " done with status 0x%" PRIx32, in rng_data_done()
143 RNG_TRACE("RNG Data completion in error 0x%" PRIx32, in rng_data_done()
371 RNG_TRACE("RNG SH Status 0x%08" PRIx32 " - Key Status %" PRId8, in prepare_inst_desc()
486 RNG_TRACE("RNG All SH are instantiated (0x%08" PRIx32 in caam_rng_instantiation()
515 RNG_TRACE("RNG Job status 0x%08" PRIx32, jobctx.status); in caam_rng_instantiation()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
A Dstm32mp1_syscfg.c66 DMSG("SYSCFG.cmpcr = %#"PRIx32, io_read32(syscfg_base + SYSCFG_CMPCR)); in stm32mp_syscfg_enable_io_compensation()
85 DMSG("SYSCFG.cmpcr = %#"PRIx32, io_read32(syscfg_base + SYSCFG_CMPCR)); in stm32mp_syscfg_disable_io_compensation()
/optee_os/core/drivers/crypto/caam/blob/
A Dcaam_blob.c55 BLOB_TRACE("JR return code: %#"PRIx32, res); in caam_blob_mkvb_init()
56 BLOB_TRACE("MKVB failed: Job status %#"PRIx32, jobctx.status); in caam_blob_mkvb_init()
/optee_os/core/drivers/crypto/se050/core/
A Decc.c35 EMSG("algorithm %#"PRIx32" not enabled", algo); in algo_tee2se050()
50 EMSG("cipher %#"PRIx32" not enabled", curve); in cipher_tee2se050()
69 EMSG("curve %#"PRIx32" not enabled", curve); in curve_tee2se050()
88 EMSG("curve %#"PRIx32" not enabled", curve); in curve_se0502tee()
265 EMSG("Can't inject transient key, curve: %#"PRIx32, key->curve); in se050_inject_public_key()
341 EMSG("Can't inject transient key, curve: %#"PRIx32, key->curve); in se050_inject_keypair()
455 EMSG("curve: %#"PRIx32, key->curve); in sign()

Completed in 27 milliseconds

12345