Searched defs:to (Results 1 – 11 of 11) sorted by relevance
| /optee_os/lib/libmbedtls/core/ |
| H A D | bignum.c | 42 void crypto_bignum_bn2bin(const struct bignum *from, uint8_t *to) in crypto_bignum_bn2bin() 54 struct bignum *to) in crypto_bignum_bin2bn() 63 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy()
|
| /optee_os/core/kernel/ |
| H A D | lockdep.c | 78 struct lockdep_node *to, in lockdep_add_edge() 255 uintptr_t from, uintptr_t to) in lockdep_find_edge() 271 uintptr_t __maybe_unused to = edge->to->lock_id; in lockdep_print_edge_info() local 299 uintptr_t to = 0; in lockdep_print_cycle_info() local
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | arm32_aeabi_softfloat.c | 32 aeabi_float_t to; in f32_to_f() member 42 float32_t to; in f32_from_f() member 52 aeabi_double_t to; in f64_to_d() member 62 float64_t to; in f64_from_d() member
|
| /optee_os/core/include/kernel/ |
| H A D | lockdep.h | 22 struct lockdep_node *to; member
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | rsa.c | 22 struct bignum *from, uint8_t *to) in crypto_bignum_bn2bin_pad()
|
| H A D | ecc.c | 102 static void memcpy_swp(uint8_t *to, const uint8_t *from, size_t len) in memcpy_swp() 111 struct bignum *from, uint8_t *to) in crypto_bignum_bn2bin_eswap()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 723 void crypto_bignum_bn2bin(const struct bignum *from, uint8_t *to) in crypto_bignum_bn2bin() 733 struct bignum *to) in crypto_bignum_bin2bn() 741 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pwr.c | 79 uint64_t to = 0; in stm32mp1_pwr_regulator_set_state() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | constant_time_impl.h | 397 const unsigned char to = (unsigned char) mbedtls_ct_compiler_opaque(t); in mbedtls_ct_uchar_in_range_if() local
|
| H A D | x509.c | 1075 int mbedtls_x509_time_is_past(const mbedtls_x509_time *to) in mbedtls_x509_time_is_past() 1099 int mbedtls_x509_time_is_past(const mbedtls_x509_time *to) in mbedtls_x509_time_is_past()
|
| H A D | x509_crt.c | 435 mbedtls_x509_time *to) in x509_get_dates()
|