Searched full:patch (Results 1 – 11 of 11) sorted by relevance
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 26 '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 D | checkpatch_inc.sh | 25 # 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 D | update_changelog.py | 29 help='Release version (MAJOR.MINOR.PATCH).') 33 help='Previous release version (MAJOR.MINOR.PATCH).')
|
| /optee_os/core/drivers/crypto/se050/adaptors/utils/ |
| H A D | info.c | 99 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 D | version.h | 30 * MMNNPP00 (Major, Minor, Patch).
|
| H A D | build_info.h | 34 * Major version | Minor version | Patch version
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | caam_ae_gcm.c | 71 * 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 D | ti_sci_protocol.h | 88 * @patch_version: Patch-version number of the firmware.
|
| /optee_os/ta/pkcs11/include/ |
| H A D | pkcs11_ta.h | 66 * 32bit version patch value
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 4525 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 D | ssl_tls.c | 4320 * opaque mbedtls_version[3]; // library version: major, minor, patch 5064 * opaque mbedtls_version[3]; // major, minor, patch
|