Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/lib/qcbor/
H A DREADME.md26 encoding/decoding to/from JSON, pretty printing, diagnostic
27 notation... Only encoding from native C representations and decoding
85 many fewer lines of code. They also tend to parallel the encoding
119 encoding mechanics than QCBOR's. QCBOR's API is at a somewhat higher
123 RFC 8949. The main part missing is sorting of maps when encoding.
128 larger. QCBOR encoding is actually smaller, but QCBOR decoding is
134 QCBOR tracks encoding and decoding errors internally so the caller
144 simpler, similar to the encoding code and easier to read. TinyCBOR
305 instead. Thus, even with this define, half-precision encoding and
403 encoding of tagged types and encoding of bstr wrapping.
[all …]
/optee_os/scripts/
H A Dcheckpatch_inc.sh17 core/arch/riscv/include/encoding.h )
H A Dsign_helper_kms.py94 encoding: serialization.Encoding,
/optee_os/scripts/kconfig/kconfiglib/
H A Dgenconfig.py150 return open(path, "w", encoding="utf-8")
H A Dkconfiglib.py868 encoding="utf-8", suppress_traceback=False): argument
947 self._init(filename, warn, warn_to_stderr, encoding)
959 def _init(self, filename, warn, warn_to_stderr, encoding): argument
962 self._encoding = encoding
3922 open(filename, mode, encoding=self._encoding)
6731 e.encoding,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1038 - Only DER encoding is supported.
1653 * Fix mbedtls_asn1_write_mpi() writing an incorrect encoding of 0.
1989 * mbedtls_rsa_init() now always selects the PKCS#1v1.5 encoding for an RSA
2743 * In the experimental PSA secure element interface, change the encoding of
2938 * Change the encoding of key types and curves in the PSA API. The new
3466 name and the CA's subject name differed in their string encoding (e.g.,
4661 * Fix bug in ASN.1 encoding of booleans that caused generated CA
6150 * Added support for PKCS#1 v2.1 encoding and thus support
6184 systems only using DER encoding
/optee_os/
H A DCHANGELOG.md1388 * Fix UUID encoding when communicating with normal world (use big endian