Home
last modified time | relevance | path

Searched refs:tin (Results 1 – 25 of 27) sorted by relevance

12

/external/openssl/crypto/des/
Dede_cbcm_enc.c84 DES_LONG tin[2]; in DES_ede3_cbcm_encrypt() local
98 tin[0]=m0; in DES_ede3_cbcm_encrypt()
99 tin[1]=m1; in DES_ede3_cbcm_encrypt()
100 DES_encrypt1(tin,ks3,1); in DES_ede3_cbcm_encrypt()
101 m0=tin[0]; in DES_ede3_cbcm_encrypt()
102 m1=tin[1]; in DES_ede3_cbcm_encrypt()
116 tin[0]=tin0; in DES_ede3_cbcm_encrypt()
117 tin[1]=tin1; in DES_ede3_cbcm_encrypt()
118 DES_encrypt1(tin,ks1,1); in DES_ede3_cbcm_encrypt()
119 tin[0]^=m0; in DES_ede3_cbcm_encrypt()
[all …]
Dncbc_enc.c77 DES_LONG tin[2]; in DES_cbc_encrypt() local
90 tin0^=tout0; tin[0]=tin0; in DES_cbc_encrypt()
91 tin1^=tout1; tin[1]=tin1; in DES_cbc_encrypt()
92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); in DES_cbc_encrypt()
93 tout0=tin[0]; l2c(tout0,out); in DES_cbc_encrypt()
94 tout1=tin[1]; l2c(tout1,out); in DES_cbc_encrypt()
99 tin0^=tout0; tin[0]=tin0; in DES_cbc_encrypt()
100 tin1^=tout1; tin[1]=tin1; in DES_cbc_encrypt()
101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); in DES_cbc_encrypt()
102 tout0=tin[0]; l2c(tout0,out); in DES_cbc_encrypt()
[all …]
Dxcbc_enc.c122 DES_LONG tin[2]; in DES_xcbc_encrypt() local
142 tin0^=tout0^inW0; tin[0]=tin0; in DES_xcbc_encrypt()
143 tin1^=tout1^inW1; tin[1]=tin1; in DES_xcbc_encrypt()
144 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
145 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
146 tout1=tin[1]^outW1; l2c(tout1,out); in DES_xcbc_encrypt()
151 tin0^=tout0^inW0; tin[0]=tin0; in DES_xcbc_encrypt()
152 tin1^=tout1^inW1; tin[1]=tin1; in DES_xcbc_encrypt()
153 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
154 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
[all …]
Dpcbc_enc.c66 DES_LONG tin[2]; in DES_pcbc_encrypt() local
87 tin[0]=sin0^xor0; in DES_pcbc_encrypt()
88 tin[1]=sin1^xor1; in DES_pcbc_encrypt()
89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_pcbc_encrypt()
90 tout0=tin[0]; in DES_pcbc_encrypt()
91 tout1=tin[1]; in DES_pcbc_encrypt()
105 tin[0]=sin0; in DES_pcbc_encrypt()
106 tin[1]=sin1; in DES_pcbc_encrypt()
107 DES_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT); in DES_pcbc_encrypt()
108 tout0=tin[0]^xor0; in DES_pcbc_encrypt()
[all …]
Ddes_enc.c298 DES_LONG tin[2]; in DES_ede3_cbc_encrypt() local
316 tin[0]=tin0; in DES_ede3_cbc_encrypt()
317 tin[1]=tin1; in DES_ede3_cbc_encrypt()
318 DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3); in DES_ede3_cbc_encrypt()
319 tout0=tin[0]; in DES_ede3_cbc_encrypt()
320 tout1=tin[1]; in DES_ede3_cbc_encrypt()
331 tin[0]=tin0; in DES_ede3_cbc_encrypt()
332 tin[1]=tin1; in DES_ede3_cbc_encrypt()
333 DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3); in DES_ede3_cbc_encrypt()
334 tout0=tin[0]; in DES_ede3_cbc_encrypt()
[all …]
Dcbc_cksm.c67 DES_LONG tin[2]; in DES_cbc_cksum() local
83 tin0^=tout0; tin[0]=tin0; in DES_cbc_cksum()
84 tin1^=tout1; tin[1]=tin1; in DES_cbc_cksum()
85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_cbc_cksum()
87 tout0=tin[0]; in DES_cbc_cksum()
88 tout1=tin[1]; in DES_cbc_cksum()
95 tout0=tin0=tin1=tin[0]=tin[1]=0; in DES_cbc_cksum()
/external/openssl/crypto/rc2/
Drc2_cbc.c68 unsigned long tin[2]; in RC2_cbc_encrypt() local
81 tin[0]=tin0; in RC2_cbc_encrypt()
82 tin[1]=tin1; in RC2_cbc_encrypt()
83 RC2_encrypt(tin,ks); in RC2_cbc_encrypt()
84 tout0=tin[0]; l2c(tout0,out); in RC2_cbc_encrypt()
85 tout1=tin[1]; l2c(tout1,out); in RC2_cbc_encrypt()
92 tin[0]=tin0; in RC2_cbc_encrypt()
93 tin[1]=tin1; in RC2_cbc_encrypt()
94 RC2_encrypt(tin,ks); in RC2_cbc_encrypt()
95 tout0=tin[0]; l2c(tout0,out); in RC2_cbc_encrypt()
[all …]
/external/openssl/crypto/bf/
Dbf_enc.c230 BF_LONG tin[2]; in BF_cbc_encrypt() local
243 tin[0]=tin0; in BF_cbc_encrypt()
244 tin[1]=tin1; in BF_cbc_encrypt()
245 BF_encrypt(tin,schedule); in BF_cbc_encrypt()
246 tout0=tin[0]; in BF_cbc_encrypt()
247 tout1=tin[1]; in BF_cbc_encrypt()
256 tin[0]=tin0; in BF_cbc_encrypt()
257 tin[1]=tin1; in BF_cbc_encrypt()
258 BF_encrypt(tin,schedule); in BF_cbc_encrypt()
259 tout0=tin[0]; in BF_cbc_encrypt()
[all …]
/external/e2fsprogs/po/
Dvi.po85 msgstr "trong khi kiểm tra sự đúng mực nút thông tin khối hỏng"
89 msgstr "trong khi đọc nút thông tin khối hỏng"
107 msgstr "trong khi đọc vào danh sách các khối hỏng từ tập tin"
111 msgstr "trong khi cập nhật nút thông tin khối hỏng"
117 "Cảnh báo : tìm thấy khối cấm %u trong nút thông tin khối hỏng nên bị xoá.\n"
158 msgstr "Khối thư mục rỗng %u (#%d) trong nút thông tin %u\n"
163 msgstr "%s: %s tên tập tin số khối cỡ khối\n"
191 "[KĐN: các khối đệm nút thông tin]\n"
206 msgstr "trong khi mở việc quét nút thông tin"
210 msgstr "trong khi lấy nút thông tin kế tiếp"
[all …]
/external/icu4c/data/locales/
Dnus.txt215 "Päth diɔk tin nhiam",
216 "Päth diɔk tin guurɛ",
217 "Päth diɔk tin wä kɔɔriɛn",
218 "Päth diɔk tin jiɔakdiɛn",
Ddua.txt174 "tin",
188 "tiníní",
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
DTextureBlenderAWT.java95 float tin = 0.0f; in setupMaterialColor() local
159 tin = 0.35f * materialColor[0] + 0.45f * materialColor[1] + 0.2f * materialColor[2]; in setupMaterialColor()
160 return tin; in setupMaterialColor()
/external/icu4c/data/curr/
Dyav.txt24 "tináal wu paaléen",
56 "tináal wu alselí",
/external/bison/po/
Dvi.po106 msgstr "không thể đóng tập tin"
111 msgstr "từ chối ghi đè lên tập tin đầu vào %s"
116 msgstr "tập tin “%s” có nhiều kết xuất xung đột với nhau"
121 msgstr "Hãy chạy câu lệnh “%s --help” (trợ giúp) để xem thêm thông tin.\n"
169 " -V, --version xuất thông tin phiên bản, sau đó thoát\n"
223 " --defines[=TẬP_TIN] cũng tạo một tập tin phần đầu\n"
227 " --report-file=TẬP_TIN ghi báo cáo vào tập tin này\n"
229 " -b, --file-prefix=TIỀN_TỐ xác định một tiền tố cho các tập tin kết xuất\n"
230 " -o, --output=TẬP_TIN xuất vào tập tin này\n"
276 " • all bao gồm tất cả thông tin trên\n"
[all …]
/external/webkit/Source/WebKit/gtk/po/
Dvi.po19 msgstr "Tải tập tin lên"
93 msgstr "URI đích nơi lưu tập tin"
97 msgstr "Tên tập tin đề nghị"
101 msgstr "Tên tập tin đề nghị mặc định khi lưu"
133 msgstr "Kích thước của toàn bộ tập tin"
564 msgstr "Bật truy cập thống nhất từ URI của tập tin"
568 msgstr "Có cho phép truy cập thống nhất từ URI của tập tin không"
739 msgstr "Chọn tập tin"
751 msgstr "_Tải tập tin được liên kết"
887 msgstr " tập tin"
Dlt.po652 msgstr "Įdėtinų taikinių sąrašas"
/external/bison/
DABOUT-NLS355 tin | |
539 tin | [] [] |
723 tin | [] |
907 tin | |
1091 tin | [] |
1275 tin | | 4
/external/elfutils/
DABOUT-NLS346 tin | () () |
522 tin | [] () |
698 tin | |
874 tin | () |
1050 tin | | 1
/external/tcpdump/
DCREDITS100 Michele "mydecay" Marchetto <smarchetto1@tin.it>
/external/icu4c/data/translit/
Des_FONIPA_zh.txt405 tin } $not_vowel → 廷 ;
/external/icu4c/data/region/
Dbas.txt23 AR{"Àrgàŋtinà"}
Dewo.txt145 MQ{"Marətiníg"}
/external/svox/pico/tests/data/
Dxsampa_pico_man_en-US.txt34 # TEST "tin"
Dxsampa_pico_man_en-GB.txt33 # TEST "tin"
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
Dvoice.rtpdump15 …onn{��yls}�����|������qnt�}kjy}yxnw{ytkqw��zyo{�������vl��������ty�������tin����z�����wvsy��y��z…

12