Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa_alt_helpers.c62 mbedtls_mpi K; /* Temporary holding the current candidate */ in mbedtls_rsa_deduce_primes() local
188 mbedtls_mpi K, L; in mbedtls_rsa_deduce_private_exponent() local
230 mbedtls_mpi K; in mbedtls_rsa_deduce_crt() local
266 mbedtls_mpi K, L; in mbedtls_rsa_validate_params() local
378 mbedtls_mpi K, L; in mbedtls_rsa_validate_crt() local
H A Dsha1.c114 #define K 0x5A827999 in mbedtls_internal_sha1_process() macro
141 #define K 0x6ED9EBA1 in mbedtls_internal_sha1_process() macro
168 #define K 0x8F1BBCDC in mbedtls_internal_sha1_process() macro
195 #define K 0xCA62C1D6 in mbedtls_internal_sha1_process() macro
H A Dripemd160.c124 #define K 0x00000000 in mbedtls_internal_ripemd160_process() macro
149 #define K 0x5A827999 in mbedtls_internal_ripemd160_process() macro
174 #define K 0x6ED9EBA1 in mbedtls_internal_ripemd160_process() macro
199 #define K 0x8F1BBCDC in mbedtls_internal_ripemd160_process() macro
224 #define K 0xA953FD4E in mbedtls_internal_ripemd160_process() macro
H A Dpsa_crypto_ffdh.c269 mbedtls_mpi P, G, X, GY, K; in mbedtls_psa_ffdh_key_agreement() local
H A Dsha256.c299 static const uint32_t K[] = variable
477 #define P(a, b, c, d, e, f, g, h, x, K) \ argument
H A Decjpake.c727 mbedtls_ecp_point *K, in mbedtls_ecjpake_derive_k()
765 mbedtls_ecp_point K; in mbedtls_ecjpake_derive_secret() local
799 mbedtls_ecp_point K; in mbedtls_ecjpake_write_shared_key() local
H A Dsha512.c299 static const uint64_t K[80] = variable
622 #define P(a, b, c, d, e, f, g, h, x, K) \ in mbedtls_internal_sha512_process_c() argument
H A Dhmac_drbg.c50 unsigned char K[MBEDTLS_MD_MAX_SIZE]; in mbedtls_hmac_drbg_update() local
H A Drsa.c2938 mbedtls_mpi K; in mbedtls_rsa_self_test() local
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Drc5.c127 const ulong32 *K; in s_rc5_ecb_encrypt() local
187 const ulong32 *K; in s_rc5_ecb_decrypt() local
H A Drc6.c121 const ulong32 *K; in s_rc6_ecb_encrypt() local
176 const ulong32 *K; in s_rc6_ecb_decrypt() local
H A Dxtea.c28 ulong32 x, sum, K[4]; in xtea_setup() local
H A Dkseed.c233 static void rounds(ulong32 *P, const ulong32 *K) in rounds()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h12 ulong32 K[18]; member
19 ulong32 K[50]; member
25 ulong32 K[44]; member
31 unsigned char K[33][16]; member
38 unsigned char K[(60 + 60 + 4) * sizeof(ulong32)]; member
47 ulong32 K[32], dK[32]; member
68 ulong32 S[4][256], K[40]; member
72 ulong32 K[40]; member
107 ulong32 K[32], keylen; member
113 ulong32 K[4], dK[4]; member
H A Dtomcrypt_mac.h159 symmetric_key K; member
181 unsigned char K[3][MAXBLOCKSIZE], member
414 symmetric_key K; member
493 symmetric_key K; member
H A Dtomcrypt_prng.h33 unsigned char K[32], /* the current key */ member
/optee_os/core/lib/libtomcrypt/src/hashes/whirl/
H A Dwhirl.c55 ulong64 K[2][8], T[3][8]; in ss_whirlpool_compress() local
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
H A Daesni.c49 ulong32 *rk, *K; in aesni_setup() local
H A Daes.c99 ulong32 temp, *rk, *K; in SETUP() local
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha512.c31 static const ulong64 K[80] = { variable
H A Dsha256.c32 static const ulong32 K[64] = { variable