Home
last modified time | relevance | path

Searched refs:K (Results 1 – 25 of 102) sorted by relevance

12345

/AliOS-Things-master/components/mbedtls/library/
A Drsa_internal.c146 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &K, &K, &T, N, in mbedtls_rsa_deduce_primes()
157 MBEDTLS_MPI_CHK( mbedtls_mpi_add_int( &K, &K, 1 ) ); in mbedtls_rsa_deduce_primes()
173 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &K, &K, &K ) ); in mbedtls_rsa_deduce_primes()
232 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &K, &K, &L ) ); in mbedtls_rsa_deduce_private_exponent()
233 MBEDTLS_MPI_CHK( mbedtls_mpi_div_mpi( &K, NULL, &K, D ) ); in mbedtls_rsa_deduce_private_exponent()
309 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_int( &K, &K, 1 ) ); in mbedtls_rsa_validate_crt()
310 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &K, &K, P ) ); in mbedtls_rsa_validate_crt()
423 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_int( &K, &K, 1 ) ); in mbedtls_rsa_validate_params()
425 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &K, &K, &L ) ); in mbedtls_rsa_validate_params()
434 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_int( &K, &K, 1 ) ); in mbedtls_rsa_validate_params()
[all …]
A Dsha256.c155 static const uint32_t K[] = variable
193 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
195 temp1 = h + S3(e) + F1(e,f,g) + K + x; \
221 P( A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i], K[i] ); in mbedtls_internal_sha256_process()
232 P( A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i+0], K[i+0] ); in mbedtls_internal_sha256_process()
233 P( A[7], A[0], A[1], A[2], A[3], A[4], A[5], A[6], W[i+1], K[i+1] ); in mbedtls_internal_sha256_process()
234 P( A[6], A[7], A[0], A[1], A[2], A[3], A[4], A[5], W[i+2], K[i+2] ); in mbedtls_internal_sha256_process()
235 P( A[5], A[6], A[7], A[0], A[1], A[2], A[3], A[4], W[i+3], K[i+3] ); in mbedtls_internal_sha256_process()
236 P( A[4], A[5], A[6], A[7], A[0], A[1], A[2], A[3], W[i+4], K[i+4] ); in mbedtls_internal_sha256_process()
237 P( A[3], A[4], A[5], A[6], A[7], A[0], A[1], A[2], W[i+5], K[i+5] ); in mbedtls_internal_sha256_process()
[all …]
A Dsha512.c173 static const uint64_t K[80] = variable
239 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_internal_sha512_process() argument
241 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in mbedtls_internal_sha512_process()
269 P( A, B, C, D, E, F, G, H, W[i], K[i] ); i++; in mbedtls_internal_sha512_process()
270 P( H, A, B, C, D, E, F, G, W[i], K[i] ); i++; in mbedtls_internal_sha512_process()
271 P( G, H, A, B, C, D, E, F, W[i], K[i] ); i++; in mbedtls_internal_sha512_process()
272 P( F, G, H, A, B, C, D, E, W[i], K[i] ); i++; in mbedtls_internal_sha512_process()
273 P( E, F, G, H, A, B, C, D, W[i], K[i] ); i++; in mbedtls_internal_sha512_process()
274 P( D, E, F, G, H, A, B, C, W[i], K[i] ); i++; in mbedtls_internal_sha512_process()
275 P( C, D, E, F, G, H, A, B, W[i], K[i] ); i++; in mbedtls_internal_sha512_process()
[all …]
A Dripemd160.c164 P( a, b, c, d, e, r, s, F, K ); \ in mbedtls_internal_ripemd160_process()
168 #define K 0x00000000 in mbedtls_internal_ripemd160_process() macro
188 #undef K in mbedtls_internal_ripemd160_process()
193 #define K 0x5A827999 in mbedtls_internal_ripemd160_process() macro
213 #undef K in mbedtls_internal_ripemd160_process()
218 #define K 0x6ED9EBA1 in mbedtls_internal_ripemd160_process() macro
238 #undef K in mbedtls_internal_ripemd160_process()
243 #define K 0x8F1BBCDC in mbedtls_internal_ripemd160_process() macro
263 #undef K in mbedtls_internal_ripemd160_process()
268 #define K 0xA953FD4E in mbedtls_internal_ripemd160_process() macro
[all …]
A Ddhm.c424 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->K, &GYb, &ctx->X, in mbedtls_dhm_calc_secret()
430 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
431 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->K, &ctx->K, &ctx->P ) ); in mbedtls_dhm_calc_secret()
434 *olen = mbedtls_mpi_size( &ctx->K ); in mbedtls_dhm_calc_secret()
436 MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary( &ctx->K, output, *olen ) ); in mbedtls_dhm_calc_secret()
459 mbedtls_mpi_free( &ctx->K ); in mbedtls_dhm_free()
A Dsha1.c166 e += S(a,5) + F(b,c,d) + K + x; b = S(b,30); \ in mbedtls_internal_sha1_process()
176 #define K 0x5A827999 in mbedtls_internal_sha1_process() macro
199 #undef K in mbedtls_internal_sha1_process()
203 #define K 0x6ED9EBA1 in mbedtls_internal_sha1_process() macro
226 #undef K in mbedtls_internal_sha1_process()
230 #define K 0x8F1BBCDC in mbedtls_internal_sha1_process() macro
253 #undef K in mbedtls_internal_sha1_process()
257 #define K 0xCA62C1D6 in mbedtls_internal_sha1_process() macro
280 #undef K in mbedtls_internal_sha1_process()
/AliOS-Things-master/hardware/chip/rtl872xd/script/
A Drlx8721d_layout.ld7 …RIGIN = 0x10000000, LENGTH = 0x10001000 - 0x10000000 /* ROM BSS COMMON(S & NS both used) RAM: 4K */
8 …BSS_RAM_NS (rw) : ORIGIN = 0x10001000, LENGTH = 0x10002000 - 0x10001000 /* ROM BSS NS RAM: 4K */
9 RSVD_RAM_NS (rw) : ORIGIN = 0x10002000, LENGTH = 0x10004000 - 0x10002000 /* RSVD RAM: 8K */
10 MSP_RAM_NS (rw) : ORIGIN = 0x10004000, LENGTH = 0x10005000 - 0x10004000 /* MSP_NS RAM: 4K */
12 … BD_RAM_NS (rwx) : ORIGIN = 0x10005000, LENGTH = 0x1007A000 - 0x10005000 /* MAIN RAM NS: 468K */
13 BD_RAM_S (rwx) : ORIGIN = 0x1007A000, LENGTH = 0x1007B000 - 0x1007A000 /* MAIN RAM S: 4K */
14 … BD_RAM_NSC (rwx) : ORIGIN = 0x1007B000, LENGTH = 0x1007C000 - 0x1007B000 /* MAIN RAM NSC: 4K */
15 …MBSS_RAM_S (rwx) : ORIGIN = 0x1007C000, LENGTH = 0x1007D000 - 0x1007C000 /* ROM BSS RAM S: 4K */
16 …DER_RAM_S (rwx) : ORIGIN = 0x1007D000, LENGTH = 0x1007F000 - 0x1007D000 /* BOOT Loader RAM: 8K */
24 BACKUP (r) : ORIGIN = 0x08002000, LENGTH = 0x1000 /* BACKUP: 4K system data in flash */
[all …]
A Drlx8711B-symbol-v02-img2-2nd_boot.ld13 ROMBSS_RAM (rw) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* ROM BSS RAM: 8K */
14 BOOTLOADER_RAM (rwx) : ORIGIN = 0x10002000, LENGTH = 0x3000 /* BOOT Loader RAM: 12K */
16 ROM_BSS_RAM (rwx) : ORIGIN = 0x1003D000, LENGTH = 0x1000 /* ROM BSS RAM: 4K */
21 XIPSYS (r) : ORIGIN = 0x08009000, LENGTH = 0x1000 /* XIPSYS: 4K system data in flash */
22 XIPCAL (r) : ORIGIN = 0x0800A000, LENGTH = 0x1000 /* XIPCAL: 4K calibration data in flash */
A Drlx8711B-symbol-v02-img2_xip1.ld18 ROMBSS_RAM (rw) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* ROM BSS RAM: 8K */
19 BOOTLOADER_RAM (rwx) : ORIGIN = 0x10002000, LENGTH = 0x3000 /* BOOT Loader RAM: 12K */
21 ROM_BSS_RAM (rwx) : ORIGIN = 0x1003D000, LENGTH = 0x1000 /* ROM BSS RAM: 4K */
26 XIPSYS (r) : ORIGIN = 0x08009000, LENGTH = 0x1000 /* XIPSYS: 4K system data in flash */
27 XIPCAL (r) : ORIGIN = 0x0800A000, LENGTH = 0x1000 /* XIPCAL: 4K calibration data in flash */
A Drlx8711B-symbol-v02-img2_xip2.ld18 ROMBSS_RAM (rw) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* ROM BSS RAM: 8K */
19 BOOTLOADER_RAM (rwx) : ORIGIN = 0x10002000, LENGTH = 0x3000 /* BOOT Loader RAM: 12K */
21 ROM_BSS_RAM (rwx) : ORIGIN = 0x1003D000, LENGTH = 0x1000 /* ROM BSS RAM: 4K */
26 XIPSYS (r) : ORIGIN = 0x08009000, LENGTH = 0x1000 /* XIPSYS: 4K system data in flash */
27 XIPCAL (r) : ORIGIN = 0x0800A000, LENGTH = 0x1000 /* XIPCAL: 4K calibration data in flash */
A Drlx8711B-symbol-v02-img2.ld10 ROMBSS_RAM (rw) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* ROM BSS RAM: 8K */
11 BOOTLOADER_RAM (rwx) : ORIGIN = 0x10002000, LENGTH = 0x3000 /* BOOT Loader RAM: 12K */
17 XIPSYS (r) : ORIGIN = 0x08009000, LENGTH = 0x1000 /* XIPSYS: 4K system data in flash */
18 XIPCAL (r) : ORIGIN = 0x0800A000, LENGTH = 0x1000 /* XIPCAL: 4K calibration data in flash */
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_sha256.c74 static const uint32_t K[] = { variable
111 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
113 temp1 = h + S3(e) + F1(e,f,g) + K + x; \
136 P(A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i], K[i]); in core_sha256_process()
154 P(A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i + 0], K[i + 0]); in core_sha256_process()
155 P(A[7], A[0], A[1], A[2], A[3], A[4], A[5], A[6], W[i + 1], K[i + 1]); in core_sha256_process()
156 P(A[6], A[7], A[0], A[1], A[2], A[3], A[4], A[5], W[i + 2], K[i + 2]); in core_sha256_process()
157 P(A[5], A[6], A[7], A[0], A[1], A[2], A[3], A[4], W[i + 3], K[i + 3]); in core_sha256_process()
158 P(A[4], A[5], A[6], A[7], A[0], A[1], A[2], A[3], W[i + 4], K[i + 4]); in core_sha256_process()
159 P(A[3], A[4], A[5], A[6], A[7], A[0], A[1], A[2], W[i + 5], K[i + 5]); in core_sha256_process()
[all …]
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_sha256.c82 static const uint32_t K[] = { variable
110 #define P(a, b, c, d, e, f, g, h, x, K) \ argument
112 temp1 = h + S3(e) + F1(e, f, g) + K + x; \
136 P(A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i], K[i]); in utils_sha256_process()
154 P(A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i + 0], K[i + 0]); in utils_sha256_process()
155 P(A[7], A[0], A[1], A[2], A[3], A[4], A[5], A[6], W[i + 1], K[i + 1]); in utils_sha256_process()
156 P(A[6], A[7], A[0], A[1], A[2], A[3], A[4], A[5], W[i + 2], K[i + 2]); in utils_sha256_process()
157 P(A[5], A[6], A[7], A[0], A[1], A[2], A[3], A[4], W[i + 3], K[i + 3]); in utils_sha256_process()
158 P(A[4], A[5], A[6], A[7], A[0], A[1], A[2], A[3], W[i + 4], K[i + 4]); in utils_sha256_process()
159 P(A[3], A[4], A[5], A[6], A[7], A[0], A[1], A[2], W[i + 5], K[i + 5]); in utils_sha256_process()
[all …]
A Dinfra_sha1.c109 e += S(a, 5) + F(b, c, d) + K + x; \ in utils_sha1_process()
120 #define K 0x5A827999 in utils_sha1_process() macro
143 #undef K in utils_sha1_process()
147 #define K 0x6ED9EBA1 in utils_sha1_process() macro
170 #undef K in utils_sha1_process()
174 #define K 0x8F1BBCDC in utils_sha1_process() macro
197 #undef K in utils_sha1_process()
201 #define K 0xCA62C1D6 in utils_sha1_process() macro
224 #undef K in utils_sha1_process()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm20 …�C2�C0�@1�H3�I1�?+�<(�:&�7$�4%�<)�;(�/!�2#�1!�/!�H7ΰ�������֫��;!�{[�qR�.;��K�j{;$~X0ve/u�?w�Mo…
242 …U�A��K��^\` =��SE��H��F��C��C��I��P��O��M��O��N��I��K��N��Q��R��S��W��S��R��S��Y��Y��S��O��…
260 …�M��M��K��K��I��I��L��O��S��T��S��P��R��U��U��R��O��R��V��J^!/��338:��=�DC�GHKK I
261 …A��E��F��M��N��L��N��K��J��M��O��U��W��R��M��S��W��T��R��R��T��V�y>E.��;��=�<�C��B�E�KMR
266 …<��9��H��G��F��F��K��N��L��L��K��K��U��V��S��R��R��W��W��Q��Q��S��T��PY$*��9�=��CGK�H�QO
281 SK
296 …5��4��>��@��?��C��D��C��E��K��H��I��L��O��Q��T��Q��P��T��W��R��V��_��A=@�K��Q�R�[�[U_ ]
312 …W��Q��O��U��T��J��J��G��H��K��L��O��K��BO +��9��0��3��:��6��8��C��E�HGK�M��H��H��O��NN�P…
324 K J J
331 K K
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js12K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:functi… argument
13 var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStac…
20K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===… argument
21K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.ma… argument
22K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="…
/AliOS-Things-master/components/py_engine/engine/py/
A Dbc.h79 size_t K = scope->num_kwonly_args; \
91 while (S | E | F | A | K | D) { \
94 z = (F & 1) << 6 | (S & 3) << 4 | (K & 1) << 3 \
100 K >>= 1; \
106 #define MP_BC_PRELUDE_SIG_DECODE_INTO(ip, S, E, F, A, K, D) \ argument
114 K = 0; \
123 K |= ((z & 0x08) >> 3) << n; \
/AliOS-Things-master/components/py_engine/tests/cmdline/
A Drepl_autocomplete.py.exp5 >>> not_exist.
6 >>> not_exist
13 >>> None.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Draw2tiff.c485 double X, Y, M1 = 0.0, M2 = 0.0, D1 = 0.0, D2 = 0.0, K = 0.0; in correlation() local
496 K += X * Y; in correlation()
505 K += X * Y; in correlation()
514 K += X * Y; in correlation()
523 K += X * Y; in correlation()
532 K += X * Y; in correlation()
541 K += X * Y; in correlation()
550 K += X * Y; in correlation()
559 K += X * Y; in correlation()
568 K = (K - M1 * M2 * n_elem) / sqrt(D1 * D2); in correlation()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4K?1K?/L@0MA1NB2MA1QA2YB2dC2qC3|C2�A2�@0�<+�:+�;,�>0�@4�C8�F=�G>�?E�@F�BG�CF�DF�CE�AD�?D�;@�:?�:@�=…
5K;[K;\L<\L<\L<\L?\L=\L=]M=]N;^O<^O<^O<_RA^QA\PD[NFZOK[PN]QS]ST_RlcXvh]�jb�sk�}w��}��}���Ù���v��o��…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Denc.c368 const int K = top[-4]; in HE4() local
387 const int K = top[-4]; in RD4() local
424 const int K = top[-4]; in VR4() local
434 DST(0, 3) = AVG3(K, J, I); in VR4()
467 const int K = top[-4]; in HU4() local
470 DST(2, 0) = DST(0, 1) = AVG2(J, K); in HU4()
471 DST(2, 1) = DST(0, 2) = AVG2(K, L); in HU4()
472 DST(1, 0) = AVG3(I, J, K); in HU4()
483 const int K = top[-4]; in HD4() local
491 DST(0, 2) = DST(2, 3) = AVG2(K, J); in HD4()
[all …]
A Dyuv_mips_dsp_r2.c38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument
42 ".if " #K " \n\t" \
47 ".if " #K " \n\t" \
A Ddec.c295 const int K = dst[-1 + 2 * BPS]; in RD4_C() local
333 const int K = dst[-1 + 2 * BPS]; in VR4_C() local
344 DST(0, 3) = AVG3(K, J, I); in VR4_C()
377 const int K = dst[-1 + 2 * BPS]; in HU4_C() local
380 DST(2, 0) = DST(0, 1) = AVG2(J, K); in HU4_C()
381 DST(2, 1) = DST(0, 2) = AVG2(K, L); in HU4_C()
382 DST(1, 0) = AVG3(I, J, K); in HU4_C()
383 DST(3, 0) = DST(1, 1) = AVG3(J, K, L); in HU4_C()
392 const int K = dst[-1 + 2 * BPS]; in HD4_C() local
401 DST(0, 2) = DST(2, 3) = AVG2(K, J); in HD4_C()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A Dsha1.c118 e += S(a,5) + F(b,c,d) + K + x; b = S(b,30); \ in sha1_process()
128 #define K 0x5A827999 in sha1_process() macro
151 #undef K in sha1_process()
155 #define K 0x6ED9EBA1 in sha1_process() macro
178 #undef K in sha1_process()
182 #define K 0x8F1BBCDC in sha1_process() macro
205 #undef K in sha1_process()
209 #define K 0xCA62C1D6 in sha1_process() macro
232 #undef K in sha1_process()
/AliOS-Things-master/hardware/chip/rtl872xd/
A Drlx8721d.ld9 …RIGIN = 0x10000000, LENGTH = 0x10001000 - 0x10000000 /* ROM BSS COMMON(S & NS both used) RAM: 4K */
10 …BSS_RAM_NS (rw) : ORIGIN = 0x10001000, LENGTH = 0x10002000 - 0x10001000 /* ROM BSS NS RAM: 4K */
11 RSVD_RAM_NS (rw) : ORIGIN = 0x10002000, LENGTH = 0x10004000 - 0x10002000 /* RSVD RAM: 8K */
12 MSP_RAM_NS (rw) : ORIGIN = 0x10004000, LENGTH = 0x10005000 - 0x10004000 /* MSP_NS RAM: 4K */
14 … BD_RAM_NS (rwx) : ORIGIN = 0x10005000, LENGTH = 0x1007C000 - 0x10005000 /* MAIN RAM NS: 456K */
15 …MBSS_RAM_S (rwx) : ORIGIN = 0x1007C000, LENGTH = 0x1007D000 - 0x1007C000 /* ROM BSS RAM S: 4K */
16 …DER_RAM_S (rwx) : ORIGIN = 0x1007D000, LENGTH = 0x1007F000 - 0x1007D000 /* BOOT Loader RAM: 8K */
24 BACKUP (r) : ORIGIN = 0x08002000, LENGTH = 0x1000 /* BACKUP: 4K system data in flash */
25 XIPSYS (r) : ORIGIN = 0x08003000, LENGTH = 0x1000 /* XIPSYS: 4K system data in flash */

Completed in 53 milliseconds

12345