Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 32) sorted by relevance

12

/trusted-firmware-a/lib/libfdt/
A Dfdt.c160 uint32_t tag; in fdt_next_tag() local
168 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
172 switch (tag) { in fdt_next_tag()
208 return tag; in fdt_next_tag()
238 uint32_t tag; in fdt_next_node() local
246 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
248 switch (tag) { in fdt_next_node()
270 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
A Dfdt_sw.c231 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node()
318 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()
342 uint32_t tag; in fdt_finish() local
361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
362 if (tag == FDT_PROP) { in fdt_finish()
A Dfdt_rw.c229 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_()
340 uint32_t tag; in fdt_add_subnode_namelen() local
355 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen()
356 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
365 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
A Dfdt_ro.c203 uint32_t tag; in nextprop_() local
207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
209 switch (tag) { in nextprop_()
220 } while (tag == FDT_NOP); in nextprop_()
/trusted-firmware-a/tools/encrypt_fw/src/
A Dencrypt.c30 unsigned char key[KEY_SIZE], iv[IV_SIZE], tag[TAG_SIZE]; in gcm_encrypt() local
117 ret = EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_GET_TAG, TAG_SIZE, tag); in gcm_encrypt()
130 memcpy(header.tag, tag, TAG_SIZE); in gcm_encrypt()
/trusted-firmware-a/drivers/auth/
A Dcrypto_mod.c142 unsigned int iv_len, const void *tag, in crypto_mod_auth_decrypt() argument
152 assert(tag != NULL); in crypto_mod_auth_decrypt()
156 key_len, key_flags, iv, iv_len, tag, in crypto_mod_auth_decrypt()
/trusted-firmware-a/include/lib/libfdt/
A Dfdt.h37 fdt32_t tag; member
42 fdt32_t tag; member
/trusted-firmware-a/drivers/auth/mbedtls/
A Dmbedtls_crypto.c102 signature.tag = *p; in verify_signature()
242 unsigned int iv_len, const void *tag, in aes_gcm_decrypt() argument
289 diff |= ((const unsigned char *)tag)[i] ^ tag_buf[i]; in aes_gcm_decrypt()
310 unsigned int iv_len, const void *tag, in auth_decrypt() argument
320 tag, tag_len); in auth_decrypt()
A Dmbedtls_x509_parser.c100 extn_oid.tag = *p; in get_ext()
/trusted-firmware-a/plat/nvidia/tegra/lib/debug/
A Dprofiler.c43 uint8_t tag[TAG_LEN_BYTES]; member
111 (void)snprintf((char *)cur->tag, len, "%s", str); in boot_profiler_add_record()
/trusted-firmware-a/include/drivers/auth/
A Dcrypto_mod.h63 unsigned int iv_len, const void *tag,
78 unsigned int iv_len, const void *tag,
/trusted-firmware-a/include/tools_share/
A Dfirmware_encrypted.h39 uint8_t tag[ENC_MAX_TAG_SIZE]; member
/trusted-firmware-a/lib/coreboot/
A Dcoreboot_table.c38 uint32_t tag; member
132 switch (read_le32(&entry->tag)) { in coreboot_table_setup()
/trusted-firmware-a/drivers/io/
A Dio_encrypted.c208 header.iv_len, header.tag, in enc_file_read()
/trusted-firmware-a/fdts/
A Da5ds.dts64 arm,tag-latency = <1 1 1>;
/trusted-firmware-a/plat/rockchip/rk3368/drivers/ddr/
A Dddr_rk3368.c165 uint32_t tag; member
251 p_ddr_reg->tag = 0x56313031; in ddr_reg_save()
/trusted-firmware-a/docs/process/
A Dsecurity.rst13 issues in the project's `issue tracker`_ with the ``security-advisory`` tag. You
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dsecurity.rst.txt13 issues in the project's `issue tracker`_ with the ``security-advisory`` tag. You
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dlicense.rst.txt40 Individual files contain the following tag instead of the full license text.
/trusted-firmware-a/docs/
A Dlicense.rst40 Individual files contain the following tag instead of the full license text.
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Djquery-3.5.1.js1262 function( tag, context ) {
1264 return context.getElementsByTagName( tag );
1268 return context.querySelectorAll( tag );
1272 function( tag, context ) {
1278 results = context.getElementsByTagName( tag );
1281 if ( tag === "*" ) {
4961 function getAll( context, tag ) { argument
4971 ret = context.querySelectorAll( tag || "*" );
4977 if ( tag === undefined || tag && nodeName( context, tag ) ) {
5003 var elem, tmp, tag, wrap, attached, j,
[all …]
A Dunderscore-1.13.1.js115 var tag = '[object ' + name + ']';
117 return toString.call(obj) === tag;
/trusted-firmware-a/docs/getting_started/
A Dprerequisites.rst63 - mbed TLS == 2.26.0 (tag: ``mbedtls-2.26.0``)
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dprerequisites.rst.txt63 - mbed TLS == 2.26.0 (tag: ``mbedtls-2.26.0``)
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.log88 \tag@help=\toks18

Completed in 44 milliseconds

12