Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c166 #define K 0x5A827999 in mbedtls_sha1_software_process() macro
193 #define K 0x6ED9EBA1 in mbedtls_sha1_software_process() macro
220 #define K 0x8F1BBCDC in mbedtls_sha1_software_process() macro
247 #define K 0xCA62C1D6 in mbedtls_sha1_software_process() macro
Desp_sha256.c138 static const uint32_t K[] = { variable
175 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
Desp_sha512.c166 static const uint64_t K[80] = { variable
228 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_sha512_software_process() argument
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-dct8.c88 #define FLOAT_MULT_DCT(K, sample) (FIX(K,20) * sample) in float_dct2_8() argument
214 #define FIX_MULT_DCT(K, x) (MUL_32S_32S_HI(K,x)<<2) in dct2_8() argument
Dsynthesis-sbc.c236 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2) argument
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha512-internal.c48 static const u64 K[80] = { variable
Dsha256-internal.c50 static const unsigned long K[64] = { variable
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c1379 struct crypto_ec_point *K; in sae_derive_k_ecc() local
1415 struct crypto_bignum *K; in sae_derive_k_ffc() local