Searched defs:K (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 166 #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
|
D | esp_sha256.c | 138 static const uint32_t K[] = { variable 175 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
|
D | esp_sha512.c | 166 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/ |
D | synthesis-dct8.c | 88 #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
|
D | synthesis-sbc.c | 236 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2) argument
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha512-internal.c | 48 static const u64 K[80] = { variable
|
D | sha256-internal.c | 50 static const unsigned long K[64] = { variable
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 1379 struct crypto_ec_point *K; in sae_derive_k_ecc() local 1415 struct crypto_bignum *K; in sae_derive_k_ffc() local
|