Home
last modified time | relevance | path

Searched defs:type (Results 26 – 50 of 136) sorted by relevance

123456

/optee_os/core/lib/libtomcrypt/src/math/
H A Drand_prime.c16 int err, res, type; in rand_prime() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_encode_sequence_multi.c24 ltc_asn1_type type; in der_encode_sequence_multi() local
H A Dder_encode_sequence_ex.c26 ltc_asn1_type type; in der_encode_sequence_ex() local
H A Dder_length_sequence.c29 ltc_asn1_type type; in der_length_sequence_ex() local
H A Dder_decode_sequence_multi.c26 ltc_asn1_type type; in s_der_decode_sequence_va() local
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_export.c20 int rsa_export(unsigned char *out, unsigned long *outlen, int type, const rsa_key *key) in rsa_export()
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_export.c20 int dsa_export(unsigned char *out, unsigned long *outlen, int type, const dsa_key *key) in dsa_export()
H A Ddsa_set.c67 int dsa_set_key(const unsigned char *in, unsigned long inlen, int type, dsa_key *key) in dsa_set_key()
/optee_os/core/lib/libtomcrypt/src/misc/ssh/
H A Dssh_encode_sequence_multi.c25 ssh_data_type type; in ssh_encode_sequence_multi() local
H A Dssh_decode_sequence_multi.c24 ssh_data_type type; in ssh_decode_sequence_multi() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_length_custom_type.c27 ltc_asn1_type type; in der_length_custom_type() local
H A Dder_encode_custom_type.c28 ltc_asn1_type type; in der_encode_custom_type() local
H A Dder_decode_custom_type.c48 ltc_asn1_type type; in der_decode_custom_type_ex() local
/optee_os/core/include/mm/
H A Dcore_mmu.h124 static inline const char *teecore_memtype_name(enum teecore_memtypes type) in teecore_memtype_name()
171 enum teecore_memtypes type; member
207 #define register_phys_mem(type, addr, size) \ argument
211 #define register_phys_mem_ul(type, addr, size) \ argument
216 #define register_phys_mem_pgdir(type, addr, size) \ argument
/optee_os/core/arch/arm/plat-sam/pm/
H A Dpsci.c31 uint32_t type = 0; in psci_cpu_suspend() local
/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_set.c85 int dh_set_key(const unsigned char *in, unsigned long inlen, int type, dh_key *key) in dh_set_key()
/optee_os/core/lib/libtomcrypt/src/misc/padding/
H A Dpadding_pad.c83 enum padding_type type; in padding_pad() local
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_compat.h182 psa_key_type_t type, const uint8_t *data, size_t data_length) in psa_set_key_domain_parameters()
/optee_os/lib/libutils/ext/
H A Dubsan.c66 struct type_descriptor *type; member
73 struct type_descriptor *type; member
94 struct type_descriptor *type; member
99 struct type_descriptor *type; member
/optee_os/core/pta/tests/
H A Dfs_htree.c30 static TEE_Result test_get_offs_size(enum tee_fs_htree_type type, size_t idx, in test_get_offs_size()
93 enum tee_fs_htree_type type, size_t idx, in test_read_init()
137 enum tee_fs_htree_type type, size_t idx, in test_write_init()
471 enum tee_fs_htree_type type, size_t idx) in test_corrupt_type()
/optee_os/core/drivers/
H A Daplic_priv.c120 uint32_t type) in aplic_set_source_mode()
/optee_os/core/drivers/crypto/caam/hash/
H A Dlocal.h28 uint32_t type; /* Algo type for operation */ member
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_mem.c40 static void *mem_alloc(size_t size, uint8_t type) in mem_alloc()
95 uint8_t type) in mem_alloc_buf()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmd.c68 #define MD_INFO(type, out_size, block_size) type, out_size, block_size, argument
70 #define MD_INFO(type, out_size, block_size) type, out_size, argument
412 #define ALLOC(type) \ argument
/optee_os/core/include/
H A Dinitcall.h22 #define __define_initcall(type, lvl, fn) \ argument
27 #define __define_initcall(type, lvl, fn) \ argument

123456