Home
last modified time | relevance | path

Searched refs:inout (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daesp8-ppc.pl535 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3));
579 vmr $inout,$inptail
586 vperm $inout,$inout,$inptail,$inpperm
590 vxor $inout,$inout,$rndkey0
593 vxor $inout,$inout,$ivec
597 vcipher $inout,$inout,$rndkey1
601 vcipher $inout,$inout,$rndkey0
607 vcipher $inout,$inout,$rndkey1
611 vcipherlast $ivec,$inout,$rndkey0
615 vsel $inout,$outhead,$tmp,$outmask
[all …]
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_rsa.c175 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4() argument
188 uint32_t tmp = (inout[((key->len - 1 - i) * 4) + 0] << 24) | in modpowF4()
189 (inout[((key->len - 1 - i) * 4) + 1] << 16) | in modpowF4()
190 (inout[((key->len - 1 - i) * 4) + 2] << 8) | in modpowF4()
191 (inout[((key->len - 1 - i) * 4) + 3] << 0); in modpowF4()
210 *inout++ = (uint8_t)(tmp >> 24); in modpowF4()
211 *inout++ = (uint8_t)(tmp >> 16); in modpowF4()
212 *inout++ = (uint8_t)(tmp >> 8); in modpowF4()
213 *inout++ = (uint8_t)(tmp >> 0); in modpowF4()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/
H A Domp_lib.f90102 integer (omp_lock_kind), intent (inout) :: svar
109 integer (omp_nest_lock_kind), intent (inout) :: nvar
116 integer (omp_lock_kind), intent (inout) :: svar
123 integer (omp_nest_lock_kind), intent (inout) :: nvar
130 integer (omp_lock_kind), intent (inout) :: svar
137 integer (omp_nest_lock_kind), intent (inout) :: nvar
190 integer (omp_lock_kind), intent (inout) :: svar
222 integer (omp_nest_lock_kind), intent (inout) :: nvar
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/
H A Domp_lib.f90102 integer (omp_lock_kind), intent (inout) :: svar
109 integer (omp_nest_lock_kind), intent (inout) :: nvar
116 integer (omp_lock_kind), intent (inout) :: svar
123 integer (omp_nest_lock_kind), intent (inout) :: nvar
130 integer (omp_lock_kind), intent (inout) :: svar
137 integer (omp_nest_lock_kind), intent (inout) :: nvar
190 integer (omp_lock_kind), intent (inout) :: svar
222 integer (omp_nest_lock_kind), intent (inout) :: nvar
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Domap-aes.h18 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
H A Domap-des.c47 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-mod-exp.c175 static int pow_mod(const struct rsa_public_key *key, uint32_t *inout) in pow_mod() argument
193 for (i = 0, ptr = inout + key->len - 1; i < key->len; i++, ptr--) in pow_mod()
237 for (i = key->len - 1, ptr = inout; (int)i >= 0; i--, ptr++) in pow_mod()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c1036 uint8_t inout[TA2TA_BUF_SIZE] = { }; in ta_entry_ta2ta_memref() local
1060 l_params[1].memref.buffer = inout; in ta_entry_ta2ta_memref()
1068 inout[i] = 10; in ta_entry_ta2ta_memref()
1088 incr_values(TA2TA_BUF_SIZE, in, inout, out); in ta_entry_ta2ta_memref()
1104 if (in[i] != 6 || inout[i] != 13 || out[i] != 19) { in ta_entry_ta2ta_memref()
1107 DHEXDUMP(inout, TA2TA_BUF_SIZE); in ta_entry_ta2ta_memref()
1121 uint8_t *inout = NULL; in ta_entry_ta2ta_memref_mix() local
1137 inout = params[1].memref.buffer; in ta_entry_ta2ta_memref_mix()
1141 out[i] = ++inout[i] + in[i]; in ta_entry_ta2ta_memref_mix()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dmceusb.c600 char *inout; in mceusb_dev_printdata() local
612 inout = out ? "Request" : "Got"; in mceusb_dev_printdata()
705 dev_dbg(dev, "%s: no carrier", inout); in mceusb_dev_printdata()
717 inout, carrier, period); in mceusb_dev_printdata()
724 inout, data[0]); in mceusb_dev_printdata()
731 inout, period); in mceusb_dev_printdata()
741 inout, data[0] == 0x02 ? "short" : "long"); in mceusb_dev_printdata()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_core.c761 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp() argument
769 if (inout) { in ip_vs_nat_icmp()
786 if (inout) in ip_vs_nat_icmp()
797 if (inout) in ip_vs_nat_icmp()
807 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6() argument
824 if (inout) { in ip_vs_nat_icmp_v6()
838 ntohs(inout ? ports[1] : ports[0]), in ip_vs_nat_icmp_v6()
839 ntohs(inout ? cp->vport : cp->dport)); in ip_vs_nat_icmp_v6()
840 if (inout) in ip_vs_nat_icmp_v6()
854 if (inout) in ip_vs_nat_icmp_v6()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_ioctl.c2219 xfs_fsop_resblks_t inout; in xfs_file_ioctl() local
2228 if (copy_from_user(&inout, arg, sizeof(inout))) in xfs_file_ioctl()
2236 in = inout.resblks; in xfs_file_ioctl()
2237 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl()
2242 if (copy_to_user(arg, &inout, sizeof(inout))) in xfs_file_ioctl()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c251 const uint32_t inout = TEEC_MEM_INPUT | TEEC_MEM_OUTPUT; in teec_pre_process_whole() local
252 uint32_t flags = memref->parent->flags & inout; in teec_pre_process_whole()
255 if (flags == inout) in teec_pre_process_whole()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dlibgomp.info902 'integer(omp_lock_kind), intent(inout) :: svar'
929 'integer(omp_lock_kind), intent(inout) :: svar'
956 'integer(omp_lock_kind), intent(inout) :: svar'
979 'integer(omp_lock_kind), intent(inout) :: svar'
1027 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
1053 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
1081 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
1105 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
H A Dgfortran.info5650 ARGC intent(inout) An integer pointer with the number
5652 ARGV intent(inout) A pointer to an array of strings
5869 DESC intent(inout) The (pseudo) array descriptor.
6853 A intent(inout) An array descriptor with the data
6882 A intent(inout) An array descriptor for the data
6918 A intent(inout) An array descriptor for the data
6954 A intent(inout) An array descriptor with the data
6998 A intent(inout) An array descriptor with the data
H A Das.info16507 This is apparent in the 'mmixal' example file 'inout.mms', where
H A Dgcc.info54759 'inout' 'N'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dlibgomp.info902 'integer(omp_lock_kind), intent(inout) :: svar'
929 'integer(omp_lock_kind), intent(inout) :: svar'
956 'integer(omp_lock_kind), intent(inout) :: svar'
979 'integer(omp_lock_kind), intent(inout) :: svar'
1027 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
1053 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
1081 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
1105 'integer(omp_nest_lock_kind), intent(inout) :: nvar'
H A Dgfortran.info5650 ARGC intent(inout) An integer pointer with the number
5652 ARGV intent(inout) A pointer to an array of strings
5869 DESC intent(inout) The (pseudo) array descriptor.
6853 A intent(inout) An array descriptor with the data
6882 A intent(inout) An array descriptor for the data
6918 A intent(inout) An array descriptor for the data
6954 A intent(inout) An array descriptor with the data
6998 A intent(inout) An array descriptor with the data
H A Das.info16507 This is apparent in the 'mmixal' example file 'inout.mms', where
H A Dgcc.info54759 'inout' 'N'