Home
last modified time | relevance | path

Searched defs:K (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/mbedtls/library/
A Drsa_internal.c80 mbedtls_mpi K; /* Temporary holding the current candidate */ in mbedtls_rsa_deduce_primes() local
209 mbedtls_mpi K, L; in mbedtls_rsa_deduce_private_exponent() local
255 mbedtls_mpi K, L; in mbedtls_rsa_validate_crt() local
344 mbedtls_mpi K, L; in mbedtls_rsa_validate_params() local
463 mbedtls_mpi K; in mbedtls_rsa_deduce_crt() local
A Dripemd160.c168 #define K 0x00000000 in mbedtls_internal_ripemd160_process() macro
193 #define K 0x5A827999 in mbedtls_internal_ripemd160_process() macro
218 #define K 0x6ED9EBA1 in mbedtls_internal_ripemd160_process() macro
243 #define K 0x8F1BBCDC in mbedtls_internal_ripemd160_process() macro
268 #define K 0xA953FD4E in mbedtls_internal_ripemd160_process() macro
A Dsha1.c176 #define K 0x5A827999 in mbedtls_internal_sha1_process() macro
203 #define K 0x6ED9EBA1 in mbedtls_internal_sha1_process() macro
230 #define K 0x8F1BBCDC in mbedtls_internal_sha1_process() macro
257 #define K 0xCA62C1D6 in mbedtls_internal_sha1_process() macro
A Dsha256.c155 static const uint32_t K[] = variable
193 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
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
A Dhmac_drbg.c76 unsigned char K[MBEDTLS_MD_MAX_SIZE]; in mbedtls_hmac_drbg_update_ret() local
A Decjpake.c754 mbedtls_ecp_point K; in mbedtls_ecjpake_derive_secret() local
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A Dsha1.c128 #define K 0x5A827999 in sha1_process() macro
155 #define K 0x6ED9EBA1 in sha1_process() macro
182 #define K 0x8F1BBCDC in sha1_process() macro
209 #define K 0xCA62C1D6 in sha1_process() macro
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_sha1.c120 #define K 0x5A827999 in utils_sha1_process() macro
147 #define K 0x6ED9EBA1 in utils_sha1_process() macro
174 #define K 0x8F1BBCDC in utils_sha1_process() macro
201 #define K 0xCA62C1D6 in utils_sha1_process() macro
A Dinfra_sha256.c82 static const uint32_t K[] = { variable
110 #define P(a, b, c, d, e, f, g, h, x, K) \ argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_mips_dsp_r2.c38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument
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
467 const int K = top[-4]; in HU4() local
483 const int K = top[-4]; in HD4() local
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
377 const int K = dst[-1 + 2 * BPS]; in HU4_C() local
392 const int K = dst[-1 + 2 * BPS]; in HD4_C() local
A Denc_msa.c279 const int K = top[-4]; in HE4() local
340 const int K = top[-4]; in VR4() local
381 const int K = top[-4]; in HU4() local
397 const int K = top[-4]; in HD4() local
A Denc_sse2.c737 const int K = top[-4]; in HE4_SSE2() local
774 const int K = top[-4]; in VR4_SSE2() local
841 const int K = top[-4]; in HU4_SSE2() local
857 const int K = top[-4]; in HD4_SSE2() local
A Denc_mips32.c164 #define QUANTIZE_ONE(J, K, N) \ argument
/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
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c4402 FT_Long L, K; in Ins_MINDEX() local
5180 FT_UShort L, K; in Ins_NPUSHB() local
5207 FT_UShort L, K; in Ins_NPUSHW() local
5237 FT_UShort L, K; in Ins_PUSHB() local
5262 FT_UShort L, K; in Ins_PUSHW() local
5340 FT_Long K; in Ins_SCFS() local
5382 FT_UShort K, L; in Ins_MD() local
5663 FT_Long K, L; in Ins_INSTCTRL() local
5809 FT_UShort I, K, L; in Ins_FLIPRGON() local
5837 FT_UShort I, K, L; in Ins_FLIPRGOFF() local
[all …]
/AliOS-Things-master/components/mqtt/example/
A Daiot_mqtt_sign.c173 static const unsigned long int K[] = { variable
210 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Ddhm.h110 mbedtls_mpi K; /*!< The shared secret = \c G^(XY) mod \c P. */ member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A Dctc_beam_search.h216 const int K, const Vector& input, std::vector<float>* top_k_logits, in GetTopK()
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js12 …)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H)… variable
20 …var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(… argument
21 …o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})… argument
/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
/AliOS-Things-master/components/py_engine/engine/py/
A Dbc.h106 #define MP_BC_PRELUDE_SIG_DECODE_INTO(ip, S, E, F, A, K, D) \ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dsmpc.h131 uint8_t* K; //[16]; member

Completed in 105 milliseconds

12