Home
last modified time | relevance | path

Searched defs:x (Results 201 – 225 of 310) sorted by relevance

12345678910>>...13

/optee_os/core/drivers/firewall/
H A Dstm32_iac.c61 #define IAC_EXCEPT_MSB_BIT(x) ((x) * _PERIPH_IDS_PER_REG + \ argument
63 #define IAC_EXCEPT_LSB_BIT(x) ((x) * _PERIPH_IDS_PER_REG) argument
64 #define IAC_FIRST_ILAC_IN_REG(x) (__builtin_ffs((x)) - 1) argument
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_pss_encode.c32 unsigned long x, y, hLen, modulus_len; in pkcs_1_pss_encode() local
H A Dpkcs_1_oaep_encode.c34 unsigned long hLen, x, y, modulus_len; in pkcs_1_oaep_encode() local
H A Dpkcs_1_oaep_decode.c34 unsigned long hLen, x, y, modulus_len; in pkcs_1_oaep_decode() local
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.h40 struct stm32_pka_bn x; member
/optee_os/core/lib/libtomcrypt/src/modes/xts/
H A Dxts_decrypt.c13 unsigned long x; in s_tweak_uncrypt() local
H A Dxts_encrypt.c13 unsigned long x; in s_tweak_crypt() local
/optee_os/core/arch/arm/plat-marvell/armada7k8k/
H A Dhal_sec_perf.c40 #define MCU_TZ_RANGE_HIGH_REG(x) PHY_2_VIR(MCU_BASE + 0x84 + ((x) << 3)) argument
41 #define MCU_TZ_RANGE_LOW_REG(x) PHY_2_VIR(MCU_BASE + 0x80 + ((x) << 3)) argument
129 #define TZ_LOCK_MC(x) \ argument
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.c159 static TEE_Result hpre_dh_gen_privkey(struct bignum *x, size_t key_bits) in hpre_dh_gen_privkey()
211 uint8_t *x = msg->x_p; in hpre_dh_params_bn2bin() local
/optee_os/core/drivers/clk/sam/
H A Dphy-sama7-utmi-clk.c18 #define SAMA7_SFR_UTMI0R(x) (0x2040 + 4 * (x)) /* offset of SFR_UTMI0Rx */ argument
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py63 def auto_int(x): argument
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_decode_custom_type.c50 unsigned long size, x, y, z, blksize; in der_decode_custom_type_ex() local
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_verify_hash.c32 unsigned long modulus_bitlen, modulus_bytelen, x; in rsa_verify_hash_ex() local
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mul2add.c33 unsigned x, y; in ltc_ecc_mul2add() local
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Df128M_rem.c63 uint32_t x[4], rem1[5], *remPtr; in f128M_rem() local
H A DextF80M_rem.c70 uint32_t rem[3], x[3], sig32B, q, recip32, rem2[3], *remPtr, *altRemPtr; in extF80M_rem() local
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_private_arch.h58 unsigned long x[13]; member
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dmulti2.c117 int x; in multi2_setup() local
243 int err, x; in multi2_test() local
H A Dxtea.c28 ulong32 x, sum, K[4]; in xtea_setup() local
/optee_os/core/drivers/
H A Dstm32_hpdma.c29 #define _HPDMA_CIDCFGR(x) (U(0x054) + U(0x080) * (x)) argument
30 #define _HPDMA_SEMCR(x) (U(0x058) + U(0x080) * (x)) argument
/optee_os/core/lib/libtomcrypt/src/mac/pelican/
H A Dpelican.c107 int x; in pelican_process() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_multi.c27 unsigned long size, x; in s_der_decode_sequence_va() local
/optee_os/core/drivers/crypto/se050/adaptors/include/
H A Dse050_utils.h32 #define WATERMARKED(x) \ argument
/optee_os/core/lib/libtomcrypt/src/hashes/whirl/
H A Dwhirl.c56 int x, y; in ss_whirlpool_compress() local
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c28 static int vn(const u8 *x,const u8 *y,int n) in vn()
36 static int tweetnacl_crypto_verify_32(const u8 *x,const u8 *y) in tweetnacl_crypto_verify_32()
171 i64 x[80],r,i; in tweetnacl_crypto_scalarmult() local
378 i64 x[64],i; in reduce() local
387 i64 i,j,x[64]; in tweetnacl_crypto_sign() local

12345678910>>...13