/AliOS-Things-master/components/mbedtls/library/ |
A D | rsa_internal.c | 80 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 D | ripemd160.c | 168 #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 D | sha1.c | 176 #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 D | sha256.c | 155 static const uint32_t K[] = variable 193 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
|
A D | sha512.c | 173 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 D | hmac_drbg.c | 76 unsigned char K[MBEDTLS_MD_MAX_SIZE]; in mbedtls_hmac_drbg_update_ret() local
|
A D | ecjpake.c | 754 mbedtls_ecp_point K; in mbedtls_ecjpake_derive_secret() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/ |
A D | sha1.c | 128 #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 D | infra_sha1.c | 120 #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 D | infra_sha256.c | 82 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 D | yuv_mips_dsp_r2.c | 38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument
|
A D | enc.c | 368 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 D | dec.c | 295 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 D | enc_msa.c | 279 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 D | enc_sse2.c | 737 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 D | enc_mips32.c | 164 #define QUANTIZE_ONE(J, K, N) \ argument
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_sha256.c | 74 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 D | ttinterp.c | 4402 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 D | aiot_mqtt_sign.c | 173 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 D | dhm.h | 110 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 D | ctc_beam_search.h | 216 const int K, const Vector& input, std::vector<float>* top_k_logits, in GetTopK()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 12 …)},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 D | raw2tiff.c | 485 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 D | bc.h | 106 #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 D | smpc.h | 131 uint8_t* K; //[16]; member
|