Searched refs:TEE_U32_TO_BIG_ENDIAN (Results 1 – 14 of 14) sorted by relevance
50 swapcount = TEE_U32_TO_BIG_ENDIAN(counter); in drvcrypt_rsa_mgf1()74 swapcount = TEE_U32_TO_BIG_ENDIAN(counter); in drvcrypt_rsa_mgf1()
18 #define io_caam_write32(a, val) io_write32(a, TEE_U32_TO_BIG_ENDIAN(val))
51 uint32_t e = TEE_U32_TO_BIG_ENDIAN(ta_pub_key_exponent); in shdr_verify_signature()
38 be_count = TEE_U32_TO_BIG_ENDIAN(i); in tee_cryp_concat_kdf()
49 be_index = TEE_U32_TO_BIG_ENDIAN(idx); in pbkdf2_f()
539 field = TEE_U32_TO_BIG_ENDIAN(v); in op_u32_to_binary_helper()1770 uint32_t e = TEE_U32_TO_BIG_ENDIAN(65537); in tee_svc_obj_generate_key_rsa()
85 *(uint32_t *)p = TEE_U32_TO_BIG_ENDIAN(val); in put_be32()
263 #define TEE_U32_TO_BIG_ENDIAN(x) TEE_U32_BSWAP(x) macro
751 TEE_U32_TO_BIG_ENDIAN(gic_spi), in add_optee_dt_node()752 TEE_U32_TO_BIG_ENDIAN(CFG_CORE_ASYNC_NOTIF_GIC_INTID - in add_optee_dt_node()754 TEE_U32_TO_BIG_ENDIAN(irq_type_edge), in add_optee_dt_node()
258 val = TEE_U32_TO_BIG_ENDIAN(key[i]); in dcp_store_key()
Completed in 21 milliseconds