Searched full:wrapping (Results 1 – 25 of 199) sorted by relevance
12345678
/Linux-v6.1/Documentation/virt/kvm/devices/ |
D | vm.rst | 252 Allows user space to enable aes key wrapping, including generating a new 253 wrapping key. 261 Allows user space to enable dea key wrapping, including generating a new 262 wrapping key. 270 Allows user space to disable aes key wrapping, clearing the wrapping key. 278 Allows user space to disable dea key wrapping, clearing the wrapping key.
|
/Linux-v6.1/drivers/s390/crypto/ |
D | zcrypt_ep11misc.h | 41 u8 wkvp[16]; /* wrapping key verification pattern */ 98 u8 cur_wkvp[32]; /* current wrapping key verification pattern */ 99 u8 new_wkvp[32]; /* new wrapping key verification pattern */ 133 * to the first EP11_WKVPLEN bytes of the wkvp of the current wrapping
|
D | zcrypt_ccamisc.h | 68 u8 eskwm; /* encrypted section key wrapping method */ 69 u8 hashalg; /* hash algorithmus used for wrapping key */ 106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */
|
/Linux-v6.1/Documentation/process/ |
D | email-clients.rst | 40 Don't let your email client do automatic word wrapping for you. 101 "Auto wrapping" in 102 :menuselection:`Configuration-->Preferences-->Compose-->Wrapping` should be 135 wrapping. 146 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending 147 the email if the lines wrap in the composer window. Having word wrapping
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-msc | 5 Description: (RW) Configure MSC buffer wrapping. 1 == wrapping enabled.
|
/Linux-v6.1/include/media/ |
D | v4l2-flash-led-class.h | 123 * Create V4L2 Flash sub-device wrapping given LED subsystem device. 144 * Create V4L2 Flash sub-device wrapping given LED subsystem device.
|
/Linux-v6.1/crypto/ |
D | keywrap.c | 2 * Key Wrapping: RFC3394 / NIST SP800-38F 40 * Note for using key wrapping: 318 MODULE_DESCRIPTION("Key Wrapping (RFC3394 / NIST SP800-38F)");
|
/Linux-v6.1/drivers/media/pci/saa7164/ |
D | saa7164-bus.c | 158 /* Deal with ring wrapping issues */ in saa7164_bus_set() 191 /* Deal with ring wrapping issues */ in saa7164_bus_set() 375 /* No wrapping */ in saa7164_bus_get() 451 /* No wrapping */ in saa7164_bus_get()
|
/Linux-v6.1/Documentation/translations/zh_CN/process/ |
D | email-clients.rst | 99 :menuselection:`Configuration-->Preferences-->Compose-->Wrapping` 100 的 `Auto wrapping` 。
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | ross.h | 27 * CWR: Cache Wrapping Enabled, if one cache wrapping is on.
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/amlogic/ |
D | amlogic,canvas.yaml | 16 Those metadata include: width, height, phyaddr, wrapping and block mode.
|
/Linux-v6.1/arch/hexagon/mm/ |
D | ioremap.c | 23 /* Wrapping not allowed */ in ioremap()
|
/Linux-v6.1/drivers/staging/qlge/ |
D | TODO | 30 * fix weird line wrapping (all over, ex. the ql_set_routing_reg() calls in
|
/Linux-v6.1/kernel/time/ |
D | sched_clock.c | 30 * @wrap_kt: Duration for which clock can run before wrapping. 174 /* Calculate how many nanosecs until we risk wrapping */ in sched_clock_register()
|
/Linux-v6.1/drivers/hwtracing/intel_th/ |
D | msu.c | 89 * @wrap_count: block wrapping handling 124 * @wrap: wrapping is enabled 417 /* without wrapping, first block is the oldest */ in msc_win_oldest_sg() 422 * with wrapping, last written block contains both the newest and the in msc_win_oldest_sg() 535 /* wrapping */ in msc_iter_block_advance() 543 /* no wrapping, check for last written block */ in msc_iter_block_advance() 554 /* no wrapping, sanity check in case there is no last written block */ in msc_iter_block_advance() 601 * If block wrapping happened, we need to visit the last block in msc_buffer_iterate() 755 * Program storage mode, wrapping, burst length and trace buffer address
|
/Linux-v6.1/Documentation/filesystems/ |
D | journalling.rst | 39 by wrapping them into transactions. Additionally you also need to wrap 169 Using the journal is a matter of wrapping the different context changes,
|
/Linux-v6.1/Documentation/admin-guide/ |
D | iostats.rst | 55 overflow and wrap). Wrapping might eventually occur on a very busy 57 it. Regarding wrapping, the types of the fields are either unsigned
|
/Linux-v6.1/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.yaml | 14 controller with wrapping arbitration logic to allow for multiple on-chip
|
/Linux-v6.1/Documentation/rust/ |
D | general-information.rst | 53 Abstractions are Rust code wrapping kernel functionality from the C side.
|
/Linux-v6.1/arch/sh/kernel/ |
D | machvec.c | 112 * by hand, wrapping to the generic implementation. in sh_mv_setup()
|
/Linux-v6.1/drivers/acpi/acpica/ |
D | nsrepair.c | 233 * BIOS will return that object instead of wrapping it with a Package in acpi_ns_simple_repair() 234 * object. Note: after the wrapping, the package will be validated in acpi_ns_simple_repair() 520 * This function attempts to repair this error by wrapping a
|
/Linux-v6.1/include/linux/ |
D | cnt32_to_63.h | 37 * non-wrapping monotonic value is expected to be returned.
|
D | refcount.h | 12 * REFCOUNT_SATURATED and will not move once there. This avoids wrapping the 108 * there. This avoids wrapping the counter and causing 'spurious'
|
/Linux-v6.1/tools/include/linux/ |
D | refcount.h | 12 * there. This avoids wrapping the counter and causing 'spurious'
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 165 /* Fill SQ frag edge with NOPs to avoid WQE wrapping two pages. */ in mlx5e_txqsq_get_next_pi() 225 /* Fill SQ frag edge with NOPs to avoid WQE wrapping two pages. */ in mlx5e_icosq_get_next_pi()
|
12345678