Home
last modified time | relevance | path

Searched full:patch (Results 1 – 11 of 11) sorted by relevance

/optee_os/scripts/
H A Dget_maintainer.py26 'or for the files modified by a patch or '
28 '(With -m) Check if a patch or pull '
38 help='stricter conditions for patch approval check: '
41 parser.add_argument('arg', nargs='*', help='file or patch')
44 'a patch.')
116 # New patch found: create new file
120 suffix=".patch",
132 # If @path is a patch file, returns the paths touched by the patch as well
134 def get_paths_from_patch(patch): argument
138 with open(patch, "r") as f:
[all …]
H A Dcheckpatch_inc.sh25 # Ignore NOT_UNIFIED_DIFF in case patch has no diff
31 git show --oneline --no-patch $1
32 # The first git 'format-patch' shows the commit message
35 (git format-patch $1^..$1 --stdout | sed -n '/^diff --git/q;p'; \
36 git format-patch $1^..$1 --stdout -- $_CP_EXCL . | \
H A Dupdate_changelog.py29 help='Release version (MAJOR.MINOR.PATCH).')
33 help='Previous release version (MAJOR.MINOR.PATCH).')
/optee_os/core/drivers/crypto/se050/adaptors/utils/
H A Dinfo.c99 LOG_I("%s = 0x%02X", "Tag patch ID (Must be 0x02)", rsp.vTag_patch_ID); in jcop4_get_id()
100 LOG_I("%s = 0x%02X", "Length patch ID 0x08", rsp.vLength_patch_ID); in jcop4_get_id()
101 LOG_MAU8_I("Patch ID", rsp.vPatch_ID, sizeof(rsp.vPatch_ID)); in jcop4_get_id()
179 * - 1 - byte patch applet version in applet_get_id()
199 LOG_I("Applet patch = %d", applet_version[2]); in applet_get_id()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dversion.h30 * MMNNPP00 (Major, Minor, Patch).
H A Dbuild_info.h34 * Major version | Minor version | Patch version
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae_gcm.c71 * then patch up the message and AAD lengths, and carry on as normal. in caam_ae_do_block_gcm()
/optee_os/core/arch/arm/plat-k3/drivers/
H A Dti_sci_protocol.h88 * @patch_version: Patch-version number of the firmware.
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h66 * 32bit version patch value
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4525 in the previous patch release. Found by Robert Scheck. #390 #391
4634 Found and patch provided by Guido Vranken, Intelworks. Cannot be forced
4660 * Fix compile error in net.c with musl libc. Found and patch provided by
4678 (Found and patch provided by Fabian Foerg, Gotham Digital Science using
6367 (patch contributed by David Patino)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls.c4320 * opaque mbedtls_version[3]; // library version: major, minor, patch
5064 * opaque mbedtls_version[3]; // major, minor, patch