| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | blake2b.c | 405 int blake2b_done(hash_state *md, unsigned char *out) in blake2b_done()
|
| H A D | rmd256.c | 304 int rmd256_done(hash_state * md, unsigned char *out) in rmd256_done()
|
| H A D | md5.c | 252 int md5_done(hash_state * md, unsigned char *out) in md5_done()
|
| H A D | rmd160.c | 350 int rmd160_done(hash_state * md, unsigned char *out) in rmd160_done()
|
| H A D | rmd320.c | 369 int rmd320_done(hash_state * md, unsigned char *out) in rmd320_done()
|
| /optee_os/core/crypto/ |
| H A D | sm4.c | 272 static void xts_multi(unsigned char *in, unsigned char *out) in xts_multi()
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_pll.c | 62 uint8_t out = 0; in clk_pll_enable() local
|
| H A D | at91_clk.h | 90 uint8_t *out; member
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | hmac_drbg.c | 314 unsigned char *out = output; in mbedtls_hmac_drbg_random_with_add() local
|
| H A D | ecjpake.c | 987 static int self_test_rng(void *ctx, unsigned char *out, size_t len) in self_test_rng() 1023 static int ecjpake_lgc(void *p, unsigned char *out, size_t len) in ecjpake_lgc()
|
| H A D | ssl_tls13_keys.c | 1890 unsigned char *out, const size_t out_len) in mbedtls_ssl_tls13_exporter()
|
| H A D | ssl_tls.c | 10062 uint8_t *out, in mbedtls_ssl_tls12_export_keying_material() 10116 uint8_t *out, in mbedtls_ssl_tls13_export_keying_material() 10144 uint8_t *out, const size_t key_len, in mbedtls_ssl_export_keying_material()
|
| H A D | rsa.c | 1698 unsigned char *out, mbedtls_md_type_t md_alg) in hash_mprime()
|
| H A D | ecp.c | 3476 static int self_test_rng(void *ctx, unsigned char *out, size_t len) in self_test_rng()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | serpent.c | 485 static int s_enc_block(const unsigned char *in, unsigned char *out, const ulong32 *k) in s_enc_block() 527 static int s_dec_block(const unsigned char *in, unsigned char *out, const ulong32 *k) in s_dec_block()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 315 uint8_t *out; member
|
| /optee_os/core/drivers/ |
| H A D | versal_trng.c | 294 static void encrypt(uint8_t *in, uint8_t *out) in encrypt() 1036 uint8_t out[TRNG_GEN_LEN] = { 0 }; in trng_kat_test() local
|
| H A D | stm32_tamp.c | 328 bool out; member 1619 static void stm32_tamp_configure_pin(uint32_t id, struct gpio *gpio, bool out, in stm32_tamp_configure_pin()
|
| /optee_os/core/lib/libtomcrypt/src/math/fp/ |
| H A D | ltc_ecc_fp_mulmod.c | 1398 int ltc_ecc_fp_save_state(unsigned char **out, unsigned long *outlen) in ltc_ecc_fp_save_state()
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 559 static TEE_Result encrypt_block(uint8_t *out, const uint8_t *in, in encrypt_block() 567 static TEE_Result decrypt_block(uint8_t *out, const uint8_t *in, in decrypt_block() 576 static TEE_Result decrypt(uint8_t *out, const struct rpmb_data_frame *frm, in decrypt()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp13.c | 1106 static uint32_t clk_stm32_pll_compute_cfgr2(struct stm32_pll_output *out) in clk_stm32_pll_compute_cfgr2() 1134 struct stm32_pll_output *out = &pll_conf->output; in clk_stm32_is_pll_config_on_the_fly() local 1237 struct stm32_pll_output *out) in clk_stm32_pll_config_out()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_saes.c | 1132 uint8_t *out) in stm32_saes_cmac_prf_128()
|