| /f-stack/freebsd/crypto/des/ |
| H A D | des_setkey.c | 145 int des_set_key(const unsigned char *key, des_key_schedule schedule) in des_set_key() argument 149 return des_set_key_checked(key, schedule); in des_set_key() 153 des_set_key_unchecked(key, schedule); in des_set_key() 162 int des_set_key_checked(const unsigned char *key, des_key_schedule schedule) in des_set_key_checked() argument 168 des_set_key_unchecked(key, schedule); in des_set_key_checked() 172 void des_set_key_unchecked(const unsigned char *key, des_key_schedule schedule) in des_set_key_unchecked() argument 180 k = &schedule->ks.deslong[0]; in des_set_key_unchecked() 228 int des_key_sched(const unsigned char *key, des_key_schedule schedule) in des_key_sched() argument 230 return(des_set_key(key,schedule)); in des_key_sched()
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | bsaes-armv7.S | 1106 @ populate the key schedule 1120 @ populate the key schedule 1124 add r12, r3, #248 @ pass key schedule 1362 @ populate the key schedule 1383 @ populate the key schedule 1387 add r12, r3, #248 @ pass key schedule 1606 @ populate the key schedule 1610 add r12, #0x90 @ pass key schedule 1706 add r4, sp, #0x90 @ pass key schedule 2086 @ populate the key schedule [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-err.c | 76 schedule(); in spl_panic() 109 schedule(); in vcmn_err()
|
| H A D | spl-condvar.c | 146 schedule(); in cv_wait_common()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | disp.h | 29 #define kpreempt(unused) schedule()
|
| H A D | wait.h | 37 schedule(); in spl_bit_wait()
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | octeontx.rst | 26 - Supports ATOMIC, ORDERED, PARALLEL schedule types per flow 88 When eth_octeontx is used as Rx adapter event schedule type 104 When timvf is used as Event timer adapter event schedule type
|
| H A D | sw.rst | 55 schedule in a single schedule call performed by the service core. Note that
|
| H A D | octeontx2.rst | 26 - Supports ATOMIC, ORDERED, PARALLEL schedule types per flow
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | timer.h | 37 #define schedule() pause("schedule", 1) macro
|
| /f-stack/freebsd/crypto/skein/amd64/ |
| H A D | skein_block_asm.s | 100 KW_PARITY = 0x1BD11BDAA9FC1A22 #overall parity of key schedule words 278 StackVar ksTwk ,8*3 #key schedule: tweak words 279 StackVar ksKey ,8*(WCNT)+8 #key schedule: key words
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | vpaes-armv8.S | 583 ## AES key schedule ## 644 ## 128-bit specific part of key schedule. 646 ## This schedule is really simple, because all its parts 662 ## 192-bit specific part of key schedule. 664 ## The main body of this schedule is the same as the 128-bit 669 ## This schedule is somewhat nastier, however, because each 700 ## 256-bit specific part of key schedule. 703 ## schedule, but with an additional "low side" in 736 ## Mangler for last round of key schedule 779 ## Smear the short, low side in the 192-bit key schedule. [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | eventdev.rst | 9 with features to schedule events. This is achieved using the PMD architecture 70 variables. For example the mbuf pointer in the union can used to schedule a 310 enqueue some events into the system for it to schedule. The events to be 387 The eventdev library allows an application to easily schedule events as it 390 the application with a generic method to schedule events. With the flexible
|
| H A D | traffic_management.rst | 64 level/position in the tree. The SP algorithm is used to schedule between 65 sibling nodes with different priority, while WFQ is used to schedule between 164 Priority (SP) and Weighted Fair Queuing (WFQ) algorithms to schedule input
|
| H A D | regexdev.rst | 162 identifier to specify the device queue pair to schedule the processing on.
|
| H A D | event_crypto_adapter.rst | 8 programming model with features to schedule events.
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-wait.m4 | 31 dnl # uses schedule(). This API change was made to consolidate all of those
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 85 P or p : Parallel schedule type 86 O or o : Ordered schedule type 87 A or a : Atomic schedule type 534 | | | nb_producers | At the last stage of the schedule list |
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 1782 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_PENDING); in hns3_schedule_reset() 1790 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_REQUESTED) in hns3_schedule_reset() 1792 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_DEFERRED) in hns3_schedule_reset() 1794 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_REQUESTED); in hns3_schedule_reset() 1811 if (rte_atomic16_read(&hns->hw.reset.schedule) != SCHEDULE_NONE) in hns3_schedule_delayed_reset() 1813 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_DEFERRED); in hns3_schedule_delayed_reset()
|
| H A D | hns3_ethdev_vf.c | 2577 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_DEFERRED) { in hns3vf_reset_service() 2578 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_REQUESTED); in hns3vf_reset_service() 2587 rte_atomic16_set(&hns->hw.reset.schedule, SCHEDULE_NONE); in hns3vf_reset_service() 2812 if (rte_atomic16_read(&hns->hw.reset.schedule) == SCHEDULE_PENDING) { in hns3vf_dev_init()
|
| H A D | hns3_ethdev.h | 351 rte_atomic16_t schedule; member
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 136 --event-schedule-type TYPE 203 * ``--event-schedule-type TYPE``: queue schedule type, applies only when 208 When --event-schedule-type is set as RTE_SCHED_TYPE_ORDERED/ATOMIC, event 296 --event-schedule-type parallel \ 313 * The ``--event-schedule-type`` option selects parallel ordering of event queues.
|
| /f-stack/app/redis-5.0.5/ |
| H A D | MANIFESTO | 103 code when it is acceptable. Avoid a fixed schedule but follow the flow of
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rdb.c | 2407 int schedule = 0; in bgsaveCommand() local 2413 schedule = 1; in bgsaveCommand() 2426 if (schedule) { in bgsaveCommand()
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | fpga_5gnr_fec.rst | 183 configuration value should be set to 36:3. The schedule algorithm is based
|