| /optee_os/core/lib/scmi-server/ |
| H A D | sub.mk | 14 scpfw-integ-version-maj = 2 15 scpfw-integ-version-min = 14 16 scpfw-integ-version-pat = 0 17 scpfw-integ-version = $(scpfw-integ-version-maj).$(scpfw-integ-version-min).$(scpfw-integ-version-p… 51 cppflags-lib-y += -DBUILD_VERSION_MAJOR=$(scpfw-integ-version-maj) \ 52 -DBUILD_VERSION_MINOR=$(scpfw-integ-version-min) \ 53 -DBUILD_VERSION_PATCH=$(scpfw-integ-version-pat) 55 scpfw-impl-version := $(shell git -C $(scpfw-path) describe --tags --always --dirty=-dev 2>/dev/nul… 56 echo Unknown_$(scpfw-integ-version))
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | ec25519_import_pkcs8.c | 31 unsigned long version, key_len; in ec25519_import_pkcs8() local 44 LTC_ASN1_SHORT_INTEGER, 1uL, &version, in ec25519_import_pkcs8() 53 if ((err == CRYPT_INPUT_TOO_LONG) && (version == 1)) { in ec25519_import_pkcs8() 54 version = 0; in ec25519_import_pkcs8() 67 if (version == 0) { in ec25519_import_pkcs8()
|
| H A D | ec25519_export.c | 29 unsigned long version, private_key_len = sizeof(private_key); in ec25519_export() local 57 version = 0; in ec25519_export() 59 LTC_ASN1_SHORT_INTEGER, 1uL, &version, in ec25519_export()
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh_import.c | 19 unsigned long version; in dh_import() local 31 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_import() 38 if (version == 0) { in dh_import() 42 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_import() 58 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_import()
|
| H A D | dh_export.c | 20 unsigned long version = 0; in dh_export() local 30 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_export() 41 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in dh_export()
|
| /optee_os/mk/ |
| H A D | macros.mk | 22 version-o-cflags = $(filter-out -g3,$(CFLAGS) $(core-platform-cflags) \ 30 define gen-version-o 41 | $(CCcore) $(version-o-cflags) \ 42 -xc - -c -o version.o
|
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_import.c | 27 unsigned long version = -1; in rsa_import_pkcs1() local 29 err = der_decode_sequence_multi(in, inlen, LTC_ASN1_SHORT_INTEGER, 1UL, &version, in rsa_import_pkcs1() 48 if (version == 0) { in rsa_import_pkcs1() 51 LTC_ASN1_SHORT_INTEGER, 1UL, &version, in rsa_import_pkcs1() 64 } else if (version == 1) { in rsa_import_pkcs1()
|
| H A D | rsa_import_pkcs8.c | 51 unsigned long oid[16], version; in rsa_import_pkcs8() local 87 LTC_SET_ASN1(top_seq, 0, LTC_ASN1_SHORT_INTEGER, &version, 1UL); in rsa_import_pkcs8()
|
| /optee_os/core/arch/arm/plat-versal/ |
| H A D | main.c | 67 uint8_t version = 0; in platform_banner() local 71 if (versal_soc_version(&version)) { in platform_banner() 76 IMSG("Platform Versal:\tSilicon Revision v%"PRIu8, version); in platform_banner()
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt.c | 59 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument 61 if (version <= 1) in fdt_header_size_() 63 else if (version <= 2) in fdt_header_size_() 65 else if (version <= 3) in fdt_header_size_() 67 else if (version <= 16) in fdt_header_size_()
|
| /optee_os/core/include/drivers/ |
| H A D | imx_mu.h | 22 uint8_t version; member 29 uint8_t version; member
|
| H A D | versal_pm.h | 12 TEE_Result versal_soc_version(uint8_t *version);
|
| /optee_os/core/drivers/ |
| H A D | imx_sc_api.c | 100 .header.version = SC_RPC_VERSION, in sc_rm_get_partition() 135 .header.version = SC_RPC_VERSION, in sc_pm_set_resource_power_mode() 171 .header.version = SC_RPC_VERSION, in sc_rm_assign_resource() 269 .header.version = SC_RPC_VERSION, in imx_sc_seco_start_rng()
|
| H A D | zynqmp_pm.c | 184 TEE_Result zynqmp_soc_version(uint32_t *version) in zynqmp_soc_version() argument 188 if (!version) in zynqmp_soc_version() 191 res = zynqmp_sip_call(VERSION_ACCESS_SMC, 0, 0, 0, 0, version); in zynqmp_soc_version()
|
| H A D | versal_pm.c | 149 TEE_Result versal_soc_version(uint8_t *version) in versal_soc_version() argument 154 if (!version) in versal_soc_version() 160 *version = p.data[2] >> version_shift; in versal_soc_version()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_storage.c | 227 uint8_t version[4]; member 246 MBEDTLS_PUT_UINT32_LE(0, storage_format->version, 0); in psa_format_key_data_for_storage() 275 uint32_t version; in psa_parse_key_data_from_storage() local 286 version = MBEDTLS_GET_UINT32_LE(storage_format->version, 0); in psa_parse_key_data_from_storage() 287 if (version != 0) { in psa_parse_key_data_from_storage()
|
| H A D | x509_crl.c | 306 while (crl->version != 0 && crl->next != NULL) { in mbedtls_x509_crl_parse_der() 310 if (crl->version != 0 && crl->next == NULL) { in mbedtls_x509_crl_parse_der() 379 if ((ret = x509_crl_get_version(&p, end, &crl->version)) != 0 || in mbedtls_x509_crl_parse_der() 385 if (crl->version < 0 || crl->version > 1) { in mbedtls_x509_crl_parse_der() 390 crl->version++; in mbedtls_x509_crl_parse_der() 453 if (crl->version == 2) { in mbedtls_x509_crl_parse_der() 606 prefix, crl->version); in mbedtls_x509_crl_info()
|
| /optee_os/scripts/ |
| H A D | tee_bin_parser.py | 28 version = struct.unpack('<B', data)[0] 29 print("Version: \t0x{:02x}".format(version))
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | pkcs7.h | 109 int MBEDTLS_PRIVATE(version); 124 int MBEDTLS_PRIVATE(version);
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | link.mk | 27 ldargs-tee.elf := $(link-ldflags) $(link-objs) $(link-out-dir)/version.o \ 54 $(link-out-dir)/version.o: 55 $(call gen-version-o) 66 cleanfiles += $(link-out-dir)/version.o 70 $(call gen-version-o)
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_iac.c | 75 uint32_t version; member 115 ddata->version = io_read32(base + _IAC_VERR); in stm32_iac_get_hwdata() 118 _IAC_FLD_GET(_IAC_VERR_MAJREV, ddata->version), in stm32_iac_get_hwdata() 119 _IAC_FLD_GET(_IAC_VERR_MINREV, ddata->version)); in stm32_iac_get_hwdata()
|
| H A D | stm32_serc.c | 66 uint32_t version; member 110 ddata->version = io_read32(base + _SERC_VERR); in stm32_serc_get_hwdata() 113 _SERC_FLD_GET(_SERC_VERR_MAJREV, ddata->version), in stm32_serc_get_hwdata() 114 _SERC_FLD_GET(_SERC_VERR_MINREV, ddata->version)); in stm32_serc_get_hwdata()
|
| /optee_os/core/kernel/ |
| H A D | ree_fs_ta.c | 74 uint32_t version; member 88 uint32_t version) in check_update_version() argument 159 if (db_entry.version > version) { in check_update_version() 162 } else if (db_entry.version < version) { in check_update_version() 164 db_entry.version = version; in check_update_version() 173 db_entry.version = version; in check_update_version() 315 pub_key.version); in ree_fs_ta_open()
|
| /optee_os/core/drivers/crypto/ele/ |
| H A D | ele.c | 97 hdr.version, hdr.size, hdr.tag, hdr.command); in print_msg_header() 269 .header.version = ELE_VERSION_HSM, in imx_ele_session_open() 303 .header.version = ELE_VERSION_HSM, in imx_ele_session_close() 324 .header.version = ELE_VERSION_BASELINE, in imx_ele_get_device_info() 391 .header.version = ELE_VERSION_BASELINE, in imx_ele_derive_key() 468 .header.version = ELE_VERSION_BASELINE, in imx_ele_rng_get_trng_state() 506 .header.version = ELE_VERSION_HSM, in imx_ele_rng_get_random()
|
| /optee_os/ta/avb/ |
| H A D | user_ta.mk | 2 user-ta-version := 0
|