Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 50) sorted by relevance

12

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_ciphersuites_internal.h28 static inline int mbedtls_ssl_ciphersuite_has_pfs(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_has_pfs()
46 static inline int mbedtls_ssl_ciphersuite_no_pfs(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_no_pfs()
63 static inline int mbedtls_ssl_ciphersuite_uses_ecdh(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_uses_ecdh()
76 static inline int mbedtls_ssl_ciphersuite_cert_req_allowed(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_cert_req_allowed()
92 static inline int mbedtls_ssl_ciphersuite_uses_srv_cert(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_uses_srv_cert()
110 static inline int mbedtls_ssl_ciphersuite_uses_dhe(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_uses_dhe()
124 static inline int mbedtls_ssl_ciphersuite_uses_ecdhe(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_uses_ecdhe()
140 const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_uses_server_signature()
H A Dssl_ciphersuites.c1903 size_t mbedtls_ssl_ciphersuite_get_cipher_key_bitlen(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen()
1929 mbedtls_pk_type_t mbedtls_ssl_get_ciphersuite_sig_pk_alg(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_get_ciphersuite_sig_pk_alg()
1951 psa_algorithm_t mbedtls_ssl_get_ciphersuite_sig_pk_psa_alg(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_get_ciphersuite_sig_pk_psa_alg()
1974 psa_key_usage_t mbedtls_ssl_get_ciphersuite_sig_pk_psa_usage(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_get_ciphersuite_sig_pk_psa_usage()
1995 mbedtls_pk_type_t mbedtls_ssl_get_ciphersuite_sig_alg(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_get_ciphersuite_sig_alg()
2015 int mbedtls_ssl_ciphersuite_uses_ec(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_uses_ec()
2035 int mbedtls_ssl_ciphersuite_uses_psk(const mbedtls_ssl_ciphersuite_t *info) in mbedtls_ssl_ciphersuite_uses_psk()
H A Dhkdf.c18 const unsigned char *info, size_t info_len, in mbedtls_hkdf()
64 size_t prk_len, const unsigned char *info, in mbedtls_hkdf_expand()
H A Dpk.c136 int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info) in mbedtls_pk_setup()
159 const mbedtls_pk_info_t *info = NULL; in mbedtls_pk_setup_opaque() local
201 const mbedtls_pk_info_t *info = &mbedtls_rsa_alt_info; in mbedtls_pk_setup_rsa_alt() local
1013 const mbedtls_pk_info_t *info) in pk_restart_setup()
H A Dmd.c192 static psa_algorithm_t psa_alg_of_md(const mbedtls_md_info_t *info) in psa_alg_of_md()
244 static int md_can_use_psa(const mbedtls_md_info_t *info) in md_can_use_psa()
H A Dcipher_wrap.h147 const mbedtls_cipher_info_t *info; member
H A Dpsa_its_file.c128 struct psa_storage_info_t info; in psa_its_get() local
/optee_os/lib/libutee/
H A Dtee_api_objects.c58 struct utee_object_info info = { }; in TEE_GetObjectInfo() local
87 struct utee_object_info info = { }; in __GP11_TEE_GetObjectInfo() local
116 struct utee_object_info info = { }; in TEE_GetObjectInfo1() local
140 struct utee_object_info info = { }; in __GP11_TEE_GetObjectInfo1() local
169 struct utee_object_info info = { }; in TEE_RestrictObjectUsage() local
201 struct utee_object_info info = { }; in TEE_GetObjectBufferAttribute() local
251 struct utee_object_info info = { }; in TEE_GetObjectValueAttribute() local
343 struct utee_object_info info = { }; in TEE_FreeTransientObject() local
363 struct utee_object_info info = { }; in TEE_ResetTransientObject() local
386 struct utee_object_info info = { }; in TEE_PopulateTransientObject() local
[all …]
H A Duser_ta_entry.c44 struct dl_phdr_info info; member
56 static int _init_iterate_phdr_cb(struct dl_phdr_info *info, in _init_iterate_phdr_cb()
73 static void _get_fn_array(struct dl_phdr_info *info, Elf_Sword tag_a, in _get_fn_array()
136 static int _fini_iterate_phdr_cb(struct dl_phdr_info *info, in _fini_iterate_phdr_cb()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h438 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_type()
457 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_mode()
478 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_key_bitlen()
499 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_name()
519 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_iv_size()
539 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_block_size()
558 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_has_variable_key_bitlen()
577 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_has_variable_iv_size()
/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf.c31 int hkdf_expand(int hash_idx, const unsigned char *info, unsigned long infolen, in hkdf_expand()
103 const unsigned char *info, unsigned long infolen, in hkdf()
/optee_os/lib/libutee/include/
H A Delf64.h146 #define ELF64_R_SYM(info) ((info) >> 32) argument
147 #define ELF64_R_TYPE(info) ((info) & 0xffffffffL) argument
152 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40) argument
153 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56) argument
173 #define ELF64_M_SYM(info) ((info)>>8) argument
174 #define ELF64_M_SIZE(info) ((unsigned char)(info)) argument
202 #define ELF64_ST_BIND(info) ((info) >> 4) argument
203 #define ELF64_ST_TYPE(info) ((info) & 0xf) argument
H A Delf32.h137 #define ELF32_R_SYM(info) ((info) >> 8) argument
138 #define ELF32_R_TYPE(info) ((unsigned char)(info)) argument
166 #define ELF32_M_SYM(info) ((info)>>8) argument
167 #define ELF32_M_SIZE(info) ((unsigned char)(info)) argument
195 #define ELF32_ST_BIND(info) ((info) >> 4) argument
196 #define ELF32_ST_TYPE(info) ((info) & 0xf) argument
H A Dremoteproc_pta.h36 uint8_t info[]; member
/optee_os/core/tee/
H A Dtee_cryp_hkdf.c66 size_t prk_len, const uint8_t *info, in hkdf_expand()
146 const uint8_t *info, size_t info_len, uint8_t *okm, in tee_cryp_hkdf()
/optee_os/core/include/tee/
H A Dtee_obj.h18 TEE_ObjectInfo info; member
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.c65 static enum hisi_drv_status hpre_dh_fill_sqe(void *bd, void *info) in hpre_dh_fill_sqe()
79 static enum hisi_drv_status hpre_dh_parse_sqe(void *bd, void *info) in hpre_dh_parse_sqe()
H A Dhpre_montgomery.c310 static enum hisi_drv_status hpre_montgomery_fill_sqe(void *bd, void *info) in hpre_montgomery_fill_sqe()
324 static enum hisi_drv_status hpre_montgomery_parse_sqe(void *bd, void *info) in hpre_montgomery_parse_sqe()
/optee_os/core/drivers/rstctrl/
H A Dstm32_rstctrl.c93 struct dt_node_info info = { }; in stm32_rstctrl_provider_probe() local
/optee_os/core/drivers/
H A Dstm32_uart.c116 struct dt_node_info info = { }; in stm32_uart_init_from_dt_node() local
H A Dstm32_hsem.c175 struct dt_node_info info = { }; in parse_dt() local
H A Dstm32_ipcc.c256 struct dt_node_info info = { }; in parse_dt() local
H A Dstm32_hpdma.c235 struct dt_node_info info = { }; in parse_dt() local
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c286 static void set_token_description(struct pkcs11_slot_info *info) in set_token_description()
320 struct pkcs11_slot_info info = { in entry_ck_slot_info() local
370 struct pkcs11_token_info info = { in entry_ck_token_info() local
508 struct pkcs11_mechanism_info info = { }; in entry_ck_token_mecha_info() local
789 struct pkcs11_session_info info = { in entry_ck_session_info() local
/optee_os/ldelf/
H A Dta_elf.c1768 struct __init_fini_info *info = (struct __init_fini_info *)va; in realloc_ifs() local
1805 struct __init_fini_info *info = (struct __init_fini_info *)va; in fill_ifs() local
1856 struct __init_fini_info *info = NULL; in ta_elf_set_init_fini_info_compat() local
1904 struct __elf_phdr_info *info = (struct __elf_phdr_info *)va; in realloc_elf_phdr_info() local
1942 struct __elf_phdr_info *info = (struct __elf_phdr_info *)va; in fill_elf_phdr_info() local
1982 struct __elf_phdr_info *info = NULL; in ta_elf_set_elf_phdr_info() local

12