Searched refs:identifier (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
| H A D | der_decode_sequence_flexi.c | 42 unsigned long err, identifier, len, totlen, data_offset, id_len, len_len; in s_der_decode_sequence_flexi() local 71 identifier = *in; in s_der_decode_sequence_flexi() 82 …fprintf(stderr, "E1 %02lx: hl=%4lu l=%4lu - %s (%s)\n", identifier, data_offset, len, der_asn1_tag… in s_der_decode_sequence_flexi() 88 …fprintf(stderr, "E2 %02lx: hl=%4lu l=%4lu - %s (%s)\n", identifier, data_offset, len, der_asn1_tag… in s_der_decode_sequence_flexi() 95 …fprintf(stderr, "OK %02lx: hl=%4lu l=%4lu - Context Specific[%s %llu]\n", identifier, data_offset,… in s_der_decode_sequence_flexi() 97 …fprintf(stderr, "OK %02lx: hl=%4lu l=%4lu - %s\n", identifier, data_offset, len, der_asn1_tag_to_s… in s_der_decode_sequence_flexi() 104 l->used = identifier; in s_der_decode_sequence_flexi() 107 identifier = 0x20; in s_der_decode_sequence_flexi() 110 identifier = 0x80; in s_der_decode_sequence_flexi() 124 switch (identifier) { in s_der_decode_sequence_flexi() [all …]
|
| /optee_os/core/arch/arm/plat-k3/drivers/ |
| H A D | ti_sci_protocol.h | 411 uint8_t identifier; member 437 uint8_t identifier; member
|
| H A D | ti_sci.c | 427 int ti_sci_set_swrev(uint8_t identifier, uint32_t swrev) in ti_sci_set_swrev() argument 441 req.identifier = identifier; in ti_sci_set_swrev() 464 req.identifier = OTP_REV_ID_SEC_BRDCFG; in ti_sci_get_swrev()
|
| H A D | ti_sci.h | 173 int ti_sci_set_swrev(uint8_t identifier, uint32_t swrev);
|
| /optee_os/core/lib/qcbor/ |
| H A D | LICENSE | 9 identifier, "SPDX-License-Identifier: BSD-3-Clause" in them.
|
| H A D | README.md | 551 identifier, "SPDX-License-Identifier: BSD-3-Clause" in them.
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 91 All new files should include the standard SPDX license identifier where possible, i.e. "SPDX-Licens…
|
| H A D | ChangeLog | 1615 * Fix server connection identifier setting for outgoing encrypted records 1617 connection identifier, the Mbed TLS client now properly sends the server 1618 connection identifier in encrypted record headers. Fix #5872. 1691 * The identifier of the CID TLS extension can be configured by defining 2170 than PSA_ERROR_INVALID_HANDLE when the identifier specified for the key 2465 operations now accept the key identifier. The type psa_key_handle_t is now 2548 * Attempting to create a volatile key with a non-zero key identifier now 2549 fails. Previously the key identifier was just ignored when creating a 2551 * Attempting to create or register a key with a key identifier in the vendor 3173 lifetime of the underlying transport by adding a connection identifier [all …]
|