Home
last modified time | relevance | path

Searched refs:ke (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/libwebsockets/lib/cose/
Dcose_key.c143 const struct lws_gencrypto_keyelem *ke; in lws_cose_key_checks() local
168 ke = &key->meta[COSEKEY_META_KTY]; in lws_cose_key_checks()
169 if (ke->buf && (strlen(kty_strings[kty]) != ke->len || in lws_cose_key_checks()
170 memcmp(kty_strings[kty], ke->buf, ke->len))) { in lws_cose_key_checks()
172 lwsl_hexdump_notice(ke->buf, ke->len); in lws_cose_key_checks()
202 ke = &key->meta[COSEKEY_META_KEY_OPS]; in lws_cose_key_checks()
203 if (ke->buf && ke->len) { in lws_cose_key_checks()
206 for (n = 0; n < ke->len; n++) in lws_cose_key_checks()
207 if (ke->buf[n] == key_op) in lws_cose_key_checks()
210 if (n == ke->len) in lws_cose_key_checks()
[all …]
Dcose_sign.c108 const struct lws_gencrypto_keyelem *ke; in lws_cose_sign_payload_chunk() local
263 ke = &alg->cose_key->meta[COSEKEY_META_KID]; in lws_cose_sign_payload_chunk()
264 if (ke->len) { in lws_cose_sign_payload_chunk()
267 (int)ke->len, ke->buf); in lws_cose_sign_payload_chunk()
476 ke = &alg->cose_key->meta[COSEKEY_META_KID]; in lws_cose_sign_payload_chunk()
477 if (ke->len) { in lws_cose_sign_payload_chunk()
480 (int)ke->len, ke->buf); in lws_cose_sign_payload_chunk()
Dcose_sign_alg.c33 const struct lws_gencrypto_keyelem *ke; in lws_cose_sign_alg_create() local
109 ke = &ck->e[LWS_GENCRYPTO_OCT_KEYEL_K]; in lws_cose_sign_alg_create()
110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_sign_alg_create()
Dcose_validate_alg.c33 struct lws_gencrypto_keyelem *ke; in lws_cose_val_alg_create() local
109 ke = &ck->e[LWS_GENCRYPTO_OCT_KEYEL_K]; in lws_cose_val_alg_create()
110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_val_alg_create()
Dcose_validate.c449 struct lws_gencrypto_keyelem *ke; in cb_cose_sig() local
872 ke = &sl->kid; in cb_cose_sig()
873 if (ke->buf) in cb_cose_sig()
874 lws_free(ke->buf); in cb_cose_sig()
875 ke->buf = lws_malloc(ctx->npos, __func__); in cb_cose_sig()
876 if (!ke->buf) in cb_cose_sig()
878 ke->len = ctx->npos; in cb_cose_sig()
879 memcpy(ke->buf, ctx->buf, ctx->npos); in cb_cose_sig()
/external/icu/icu4c/source/data/lang/
Dhi_Latn.txt8 colCaseFirst{"Uppercase/Lowercase ke order mein rakhna"}
17 rg{"Supplemental Data ke liye region"}
65 no{"Bina normalization ke sort karein"}
80 compat{"Compatibility ke liye, picchla sort order"}
90 npinyin{"Numeric tones ke saath pinyin karna"}
95 default{"Emoji Characters ke liye Default Presentation use karein"}
96 emoji{"Emoji Characters ke liye Emoji Presentation prefer karein"}
97 text{"Emoji Characters ke liye Text Presentation prefer karein"}
117 normal{"Words ke liye normal Line Breaks"}
Dkgp.txt18 lb{"vẽfe mranh to ke"}
19 ms{"vẽnhkãmun to ke"}
22 va{"vẽnhmỹ tá nĩnĩ ke"}
294 lou{"rovusijỹnỹ tá ke pẽ"}
325 mic{"mĩkemỹke"}
452 snk{"sãnĩke"}
488 tmh{"tamỹséke"}
763 big5han{"Sĩnẽj Vỹsa ke to ke pẽ - Big5"}
766 ducet{"Unicode to ke pẽ"}
767 eor{"Orópa tá vẽnhvin han to ke"}
[all …]
/external/cronet/third_party/icu/source/data/lang/
Dhi_Latn.txt8 colCaseFirst{"Uppercase/Lowercase ke order mein rakhna"}
17 rg{"Supplemental Data ke liye region"}
65 no{"Bina normalization ke sort karein"}
80 compat{"Compatibility ke liye, picchla sort order"}
90 npinyin{"Numeric tones ke saath pinyin karna"}
95 default{"Emoji Characters ke liye Default Presentation use karein"}
96 emoji{"Emoji Characters ke liye Emoji Presentation prefer karein"}
97 text{"Emoji Characters ke liye Text Presentation prefer karein"}
117 normal{"Words ke liye normal Line Breaks"}
Dkgp.txt18 lb{"vẽfe mranh to ke"}
19 ms{"vẽnhkãmun to ke"}
22 va{"vẽnhmỹ tá nĩnĩ ke"}
294 lou{"rovusijỹnỹ tá ke pẽ"}
325 mic{"mĩkemỹke"}
452 snk{"sãnĩke"}
488 tmh{"tamỹséke"}
763 big5han{"Sĩnẽj Vỹsa ke to ke pẽ - Big5"}
766 ducet{"Unicode to ke pẽ"}
767 eor{"Orópa tá vẽnhvin han to ke"}
[all …]
/external/libjpeg-turbo/
Djcarith.c464 int tbl, k, ke; in encode_mcu_AC_first() local
485 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_first()
490 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_first()
498 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_first()
598 int tbl, k, ke, kex; in encode_mcu_AC_refine() local
619 for (ke = cinfo->Se; ke > 0; ke--) in encode_mcu_AC_refine()
624 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) { in encode_mcu_AC_refine()
632 for (kex = ke; kex > 0; kex--) in encode_mcu_AC_refine()
641 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_refine()
692 int blkn, ci, tbl, k, ke; in encode_mcu() local
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java377 KeyEvent ke = (KeyEvent)event; in dispatchEvent() local
378 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent()
379 if ((ke.getModifiers() & MODIFIERS) != 0) { in dispatchEvent()
382 if (handleTyped(ke.getKeyChar())) { in dispatchEvent()
383 ke.consume(); in dispatchEvent()
391 KeyEvent ke = (KeyEvent)event; in dispatchEvent() local
392 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent()
393 if (handlePressed(ke.getKeyCode())) { in dispatchEvent()
394 ke.consume(); in dispatchEvent()
401 KeyEvent ke = (KeyEvent)event; in dispatchEvent() local
[all …]
/external/icu/icu4c/source/data/rbnf/
Dms.txt9 "0: ke-=#,##0=;",
11 "2: ke-=#,##0=;",
51 "2: ke=%spellout-cardinal=;",
Did.txt9 "0: ke-=#,##0=;",
46 "0: ke=%spellout-cardinal=;",
/external/cronet/third_party/icu/source/data/rbnf/
Dms.txt9 "0: ke-=#,##0=;",
11 "2: ke-=#,##0=;",
51 "2: ke=%spellout-cardinal=;",
Did.txt9 "0: ke-=#,##0=;",
46 "0: ke=%spellout-cardinal=;",
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-64.macros109 E##ke = Bke ^( Bki & Bko ); \
110 Ce ^= E##ke; \
122 A##ke ^= De; \
123 Bmi = ROL64(A##ke, 10); \
216 E##ke = Bke ^( Bki & Bko ); \
225 A##ke ^= De; \
226 Bmi = ROL64(A##ke, 10); \
322 E##ke = Bke ^((~Bki)& Bko ); \
323 Ce ^= E##ke; \
335 A##ke ^= De; \
[all …]
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c100 const struct lws_gencrypto_keyelem *ke; in main() local
368 ke = &res->cose_key->meta[COSEKEY_META_KID]; in main()
369 if (ke && ke->buf) in main()
370 lws_hex_from_byte_array(ke->buf, ke->len, in main()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c334 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() local
336 if (ke == LLVMIntegerTypeKind) { in lp_dump_llvmtype()
341 debug_printf("Vector [%u] of %s\n", len, lp_typekind_name(ke)); in lp_dump_llvmtype()
346 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() local
348 debug_printf("Array [%u] of %s\n", len, lp_typekind_name(ke)); in lp_dump_llvmtype()
/external/cronet/third_party/icu/source/data/translit/
DHira_Kana.txt20 # 2. The Katakana small ka/ke (30F5,30F6) have no
22 # Hiragana ka/ke (304B,3051). This is a one-way
131 # One-way Katakana-Hiragana xform of small K ka/ke to
132 # normal H ka/ke.
/external/icu/icu4c/source/data/translit/
DHira_Kana.txt20 # 2. The Katakana small ka/ke (30F5,30F6) have no
22 # Hiragana ka/ke (304B,3051). This is a one-way
131 # One-way Katakana-Hiragana xform of small K ka/ke to
132 # normal H ka/ke.
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c216 struct lws_gencrypto_keyelem *ke = in main() local
221 if (!kid_len || (ke->len && in main()
222 ke->len == (uint32_t)kid_len && in main()
223 !memcmp(ke->buf, kid, kid_len))) { in main()
/external/icu/icu4c/source/data/locales/
Daz.txt1158 "-1"{"keçən cümə"}
1175 "-1"{"keçən C"}
1192 "-1"{"keçən cümə"}
1247 "-1"{"keçən bazar ertəsi"}
1264 "-1"{"keçən BE"}
1290 "-1"{"keçən ay"}
1320 "-1"{"keçən rüb"}
1338 "-1"{"keçən rüb"}
1346 "-1"{"keçən rüb"}
1353 "-1"{"keçən şənbə"}
[all …]
/external/cronet/third_party/icu/source/data/locales/
Daz.txt1158 "-1"{"keçən cümə"}
1175 "-1"{"keçən C"}
1192 "-1"{"keçən cümə"}
1247 "-1"{"keçən bazar ertəsi"}
1264 "-1"{"keçən BE"}
1290 "-1"{"keçən ay"}
1320 "-1"{"keçən rüb"}
1338 "-1"{"keçən rüb"}
1346 "-1"{"keçən rüb"}
1353 "-1"{"keçən şənbə"}
[all …]
/external/hyphenation-patterns/af/
Dhyph-af.hyp.txt26 di-vi-dend-uit-ke-ring
31 eks-trin-sie-ke
119 plan-ke-koors
158 ta-ke-la-sie
/external/cldr/common/testData/transforms/
Dfa-fonipa-t-fa.txt3 کهِ ke
15 کِشوَر keʃvæɾ
51 که ke
55 کِه ke
87 کِشْوَرْ keʃvæɾ
303 کِشْوَرِ keʃvæɾe
328 کِشْوَرْهایِ keʃvæɾhɒːje
594 کُمَکِ komæke
748 کِشْوَرْها keʃvæɾhɒː
864 شَبَکه ʃæbæke
[all …]

12345678910>>...12