Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 27) sorted by relevance

12

/hal_silabs-3.5.0/gecko/se_manager/src/
Dsl_se_manager_key_handling.c122 uint32_t key_type = (key->type & KEYSPEC_TYPE_MASK); in sli_key_get_storage_size()
175 && (key->type & KEYSPEC_TYPE_MASK) == KEYSPEC_TYPE_RAW) { in clear_padding()
203 uint32_t key_type = (key->type & KEYSPEC_TYPE_MASK); in sli_key_get_size()
205 *size = (key->type & KEYSPEC_ATTRIBUTES_MASK); in sli_key_get_size()
220 if (key->type & SL_SE_KEY_TYPE_ECC_WEIERSTRASS_PRIME_CUSTOM) { in sli_key_get_size()
229 *size = (key->type & KEYSPEC_ATTRIBUTES_ECC_SIZE_MASK); in sli_key_get_size()
258 if (key_1->type != key_2->type) { in sli_key_check_equivalent()
261 if (((key_1->type & SL_SE_KEY_TYPE_ALGORITHM_MASK) in sli_key_check_equivalent()
263 || ((key_1->type & SL_SE_KEY_TYPE_ALGORITHM_MASK) in sli_key_check_equivalent()
265 if ((key_1->type & SL_SE_KEY_TYPE_ALGORITHM_MASK) in sli_key_check_equivalent()
[all …]
Dsl_se_manager_signature.c65 if ((key->type & SL_SE_KEY_TYPE_ALGORITHM_MASK) in sl_se_ecc_sign()
114 if ((key->type & SL_SE_KEY_TYPE_ALGORITHM_MASK) == SL_SE_KEY_TYPE_ECC_EDDSA) { in sl_se_ecc_sign()
148 if ((key->type & SL_SE_KEY_TYPE_ALGORITHM_MASK) in sl_se_ecc_verify()
198 if ((key->type & SL_SE_KEY_TYPE_ALGORITHM_MASK) == SL_SE_KEY_TYPE_ECC_EDDSA) { in sl_se_ecc_verify()
Dsl_se_manager_key_derivation.c109 if (key_in_priv->type == SL_SE_KEY_TYPE_ECC_X25519 in sl_se_ecdh_compute_shared_secret()
110 || key_in_priv->type == SL_SE_KEY_TYPE_ECC_X448) { in sl_se_ecdh_compute_shared_secret()
121 if (key_in_priv->type == SL_SE_KEY_TYPE_ECC_X25519) { in sl_se_ecdh_compute_shared_secret()
133 if (key_out->type != SL_SE_KEY_TYPE_SYMMETRIC) { in sl_se_ecdh_compute_shared_secret()
Dsl_se_manager_cipher.c1321 switch (key->type) { in sl_se_cmac()
1448 switch (key->type) { in sl_se_cmac_multipart_starts()
1690 switch (key->type) { in sl_se_gcm_crypt_and_tag()
1816 switch (key->type) { in sl_se_gcm_auth_decrypt()
3066 if (key->type != SL_SE_KEY_TYPE_CHACHA20) {
3131 if (key->type != SL_SE_KEY_TYPE_CHACHA20) {
3192 if (key->type != SL_SE_KEY_TYPE_CHACHA20) {
3243 if (key->type != SL_SE_KEY_TYPE_CHACHA20) {
/hal_silabs-3.5.0/gecko/emlib/src/
Dem_prs.c66 static PRS_Signal_t getSignal(unsigned int ch, PRS_ChType_t type) in getSignal() argument
70 if (type == prsTypeAsync) { in getSignal()
78 (void) type; in getSignal()
383 int PRS_GetFreeChannel(PRS_ChType_t type) in PRS_GetFreeChannel() argument
389 if (type == prsTypeAsync) { in PRS_GetFreeChannel()
396 signal = getSignal(i, type); in PRS_GetFreeChannel()
450 void PRS_ConnectSignal(unsigned int ch, PRS_ChType_t type, PRS_Signal_t signal) in PRS_ConnectSignal() argument
458 if (type == prsTypeAsync) { in PRS_ConnectSignal()
474 if (type == prsTypeAsync) { in PRS_ConnectSignal()
509 void PRS_ConnectConsumer(unsigned int ch, PRS_ChType_t type, PRS_Consumer_t consumer) in PRS_ConnectConsumer() argument
[all …]
/hal_silabs-3.5.0/gecko/common/inc/
Dsl_slist.h61 #define container_of(ptr, type, member) (type *)((uintptr_t)(ptr) - ((uintptr_t)(&((type *)0)->me… argument
67 …ne SL_SLIST_FOR_EACH_ENTRY(list_head, entry, type, member) for ( (entry) = SL_SLIST_ENTRY(list_h… argument
68 … (type *)(entry) != SL_SLIST_ENTRY(NULL, type, member); \
69 … (entry) = SL_SLIST_ENTRY((entry)->member.node, type, member))
Dsl_enum.h49 #define SL_ENUM_GENERIC(name, type) enum name argument
58 #define SL_ENUM_GENERIC(name, type) typedef type name; enum name##_enum argument
/hal_silabs-3.5.0/gecko/se_manager/inc/
Dsl_se_manager_internal_keys.h42 .type = SL_SE_KEY_TYPE_ECC_P256, \
58 .type = SL_SE_KEY_TYPE_ECC_P256, \
75 .type = SL_SE_KEY_TYPE_ECC_P256, \
93 .type = SL_SE_KEY_TYPE_ECC_P256, \
107 .type = SL_SE_KEY_TYPE_ECC_P256, \
121 .type = SL_SE_KEY_TYPE_AES_128, \
134 .type = SL_SE_KEY_TYPE_AES_256, \
Dsl_se_manager_types.h248 sl_se_key_type_t type; member
/hal_silabs-3.5.0/gecko/emlib/inc/
Dem_prs.h1037 __STATIC_INLINE uint32_t PRS_Values(PRS_ChType_t type) in PRS_Values() argument
1040 if (type == prsTypeAsync) { in PRS_Values()
1046 (void) type; in PRS_Values()
1065 __STATIC_INLINE bool PRS_ChannelValue(unsigned int ch, PRS_ChType_t type) in PRS_ChannelValue() argument
1067 return (PRS_Values(type) >> ch) & 0x1U; in PRS_ChannelValue()
1136 int PRS_GetFreeChannel(PRS_ChType_t type);
1138 void PRS_ConnectSignal(unsigned int ch, PRS_ChType_t type, PRS_Signal_t signal);
1142 void PRS_ConnectConsumer(unsigned int ch, PRS_ChType_t type, PRS_Consumer_t consumer);
1143 void PRS_PinOutput(unsigned int ch, PRS_ChType_t type, GPIO_Port_TypeDef port, uint8_t pin);
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32HG/Source/GCC/
Dstartup_efm32hg.S123 .type Reset_Handler, %function
268 .type Default_Handler, %function
270 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32FG1P/Source/GCC/
Dstartup_efr32fg1p.S134 .type Reset_Handler, %function
269 .type Default_Handler, %function
271 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG1B/Source/GCC/
Dstartup_efm32pg1b.S134 .type Reset_Handler, %function
269 .type Default_Handler, %function
271 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG12B/Source/GCC/
Dstartup_efm32pg12b.S151 .type Reset_Handler, %function
286 .type Default_Handler, %function
288 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32WG/Source/GCC/
Dstartup_efm32wg.S141 .type Reset_Handler, %function
276 .type Default_Handler, %function
278 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32JG12B/Source/GCC/
Dstartup_efm32jg12b.S151 .type Reset_Handler, %function
286 .type Default_Handler, %function
288 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG12B/Source/GCC/
Dstartup_efm32gg12b.S165 .type Reset_Handler, %function
226 .type HardFault_Handler, %function
235 .type Default_Handler, %function
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32FG13P/Source/GCC/
Dstartup_efr32fg13p.S147 .type Reset_Handler, %function
282 .type Default_Handler, %function
284 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG12P/Source/GCC/
Dstartup_efr32mg12p.S151 .type Reset_Handler, %function
286 .type Default_Handler, %function
288 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32BG13P/Source/GCC/
Dstartup_efr32bg13p.S147 .type Reset_Handler, %function
282 .type Default_Handler, %function
284 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG21/Source/GCC/
Dstartup_efr32mg21.S160 .type Reset_Handler, %function
295 .type Default_Handler, %function
297 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG11B/Source/GCC/
Dstartup_efm32gg11b.S168 .type Reset_Handler, %function
303 .type Default_Handler, %function
305 .type sl_app_properties, %common
/hal_silabs-3.5.0/gecko/platform/radio/rail_lib/common/
Drail_types.h54 #define RAIL_ENUM_GENERIC(name, type) enum name argument
59 #define RAIL_ENUM_GENERIC(name, type) typedef type name; enum name##_enum
/hal_silabs-3.5.0/gecko/util/se_manager/inc/
Dsl_se_manager_types.h248 sl_se_key_type_t type; member
/hal_silabs-3.5.0/gecko/platform/radio/rail_lib/chip/efr32/efr32xg1x/
Drail_chip_specific.h53 #define RAIL_ENUM_GENERIC(name, type) enum name argument

12