| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | md2.c | 68 int j, k; in s_md2_compress() local 145 unsigned long i, k; in md2_done() local
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | multi2.c | 17 static void s_pi2(ulong32 *p, const ulong32 *k) in s_pi2() 26 static void s_pi3(ulong32 *p, const ulong32 *k) in s_pi3() 38 static void s_pi4(ulong32 *p, const ulong32 *k) in s_pi4() 46 static void s_setup(const ulong32 *dk, const ulong32 *k, ulong32 *uk) in s_setup()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/aes/ |
| H A D | aesni.c | 28 #define temp_load(k) _mm_loadu_si128((__m128i*)(k)) argument 29 #define temp_update(t, k) _mm_insert_epi32(t, k, 3) argument 30 #define temp_invert(k) _mm_aesimc_si128(*((__m128i*)(k))) argument
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh_export_key.c | 19 void *k; in dh_export_key() local
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sm4_armv8a_aese_a64.S | 159 .macro round, c0, c1, c2, c3, k argument 178 .macro round4_enc, k argument 185 .macro round4_dec, k argument 275 .macro round_4x, s0, s1, s2, s3, k argument 300 .macro round4_4x, k argument 332 .macro round_8x, s0, s1, s2, s3, t0, t1, t2, t3, k argument 374 .macro round4_8x, k argument
|
| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_mult_h_arm_ce.c | 21 uint64_t k[2]; in gcm_mult_h() local
|
| H A D | gcm_gf_mult.c | 111 int i, j, k, u; in gcm_gf_mult() local
|
| /optee_os/core/lib/libtomcrypt/src/stream/sober128/ |
| H A D | sober128_stream.c | 115 #define ADDKEY(k) \ argument 155 ulong32 i, k; in sober128_stream_setup() local 202 ulong32 i, k; in sober128_stream_setiv() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/ |
| H A D | der_encode_raw_bit_string.c | 13 #define getbit(n, k) (((n) & ( 1 << (k) )) >> (k)) argument
|
| /optee_os/core/lib/libtomcrypt/src/misc/pbes/ |
| H A D | pbes.c | 18 unsigned char k[32], *iv; in pbes_decrypt() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/ |
| H A D | pk_oid_str.c | 48 unsigned long j, k; in pk_oid_num_to_str() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ltc_ecc_mulmod_timing.c | 25 int ltc_ecc_mulmod(void *k, const ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_mulmod()
|
| H A D | ltc_ecc_mulmod.c | 26 int ltc_ecc_mulmod(void *k, const ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_mulmod()
|
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_sign_hash.c | 27 void *k, *kinv, *tmp; in dsa_sign_hash_raw() local
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
| H A D | twofish.c | 238 static void h_func(const unsigned char *in, unsigned char *out, const unsigned char *M, int k, int … in h_func() 346 int k, x, y; in s_twofish_setup() local 471 const ulong32 *k; in s_twofish_ecb_encrypt() local 545 const ulong32 *k; in s_twofish_ecb_decrypt() local
|
| /optee_os/core/lib/libtomcrypt/src/misc/pkcs12/ |
| H A D | pkcs12_kdf.c | 19 unsigned long k = (Plen + Slen) / v; in pkcs12_kdf() local
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | sm2-dsa.c | 33 mbedtls_mpi k = { }; in sm2_mbedtls_dsa_sign() local
|
| H A D | sm2-pke.c | 314 mbedtls_mpi k = { }; in sm2_mbedtls_pke_encrypt() local
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sm2-dsa.c | 29 void *k = NULL; in sm2_ltc_dsa_sign() local
|
| H A D | cbc.c | 42 const uint8_t *k = key1; in ltc_cbc_init() local
|
| H A D | ecb.c | 43 const uint8_t *k = key1; in ltc_ecb_init() local
|
| /optee_os/core/lib/libtomcrypt/src/math/fp/ |
| H A D | ltc_ecc_fp_mulmod.c | 772 static int s_accel_fp_mul(int idx, void *k, ecc_point *R, void *a, void *modulus, void *mp, int map) in s_accel_fp_mul() 1222 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *a, void *modulus, int map) in ltc_ecc_fp_mulmod() 1401 unsigned int i, j, k; in ltc_ecc_fp_save_state() local
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hpre_montgomery.c | 176 uint8_t *k = a + msg->key_bytes; in hpre_montgomery_params_pretreatment() local 232 uint8_t *k = a + msg->key_bytes; in hpre_montgomery_params_fill() local
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | str-two-way.h | 129 size_t k; /* Offset into current period. */ in critical_factorization() local
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_pka.c | 1350 static TEE_Result stm32_pka_ecdsa_sign_param(const struct stm32_pka_bn *k) in stm32_pka_ecdsa_sign_param() 1413 const struct stm32_pka_bn *k, in stm32_pka_ecdsa_sign() 1497 static TEE_Result stm32_pka_ecc_sc_mul_param(const struct stm32_pka_bn *k, in stm32_pka_ecc_sc_mul_param() 1551 TEE_Result stm32_pka_ecc_scalar_mul(const struct stm32_pka_bn *k, in stm32_pka_ecc_scalar_mul() 1627 TEE_Result stm32_pka_edac_gen_pubkey(const struct stm32_pka_bn *k, in stm32_pka_edac_gen_pubkey()
|