Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H 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
/btstack/3rd-party/bluedroid/decoder/srce/
H A Dsynthesis-dct8.c87 #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
H A Dsynthesis-sbc.c235 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2) argument
/btstack/port/apollo2-em9304/example-template/gcc/
H A DMakefile68 K := $(foreach exec,$(EXECUTABLES),\ macro
/btstack/3rd-party/micro-ecc/
H A DuECC.c2578 static void HMAC_init(uECC_HashContext *hash_context, const uint8_t *K) { in HMAC_init()
2596 static void HMAC_finish(uECC_HashContext *hash_context, const uint8_t *K, uint8_t *result) { in HMAC_finish()
2613 static void update_V(uECC_HashContext *hash_context, uint8_t *K, uint8_t *V) { in update_V()
2629 uint8_t *K = hash_context->tmp; in uECC_sign_deterministic() local