cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Cryptographic Library

boris239955_stm1
Associate II
Posted on April 09, 2014 at 14:02

Hi,

I am using 

STM32 Cryptographic Library . There is a function ''STM32_CryptoLibraryVersion'' that gets as a parameter the

structure  STM32CryptoLibVer_TypeDef.

The problem is that I can't find the description about the elements of this structure

not in document UM0586 and not in source code.

I am interesting in ''uint8_t

T

[2];

'' parameter description.

Do someone can help me ?

typedef

 

 

struct </p>

 

</b>

{

 

uint8_t

X

;

/*!< Used to get the X

parametre

of the current STM32

crypto

library

verion

*/

 

 

uint8_t

Y

;

/*!< Used to get the Y

parametre

of the current STM32

crypto

library

verion

*/

 

 

uint8_t

Z

;

/*!< Used to get the Z

parametre

of the current STM32

crypto

library

verion

*/

 

 

uint8_t

T

[2];

/*!< Used to get the Type of the

verion

. This

parametre

can be ''HW'' or ''FW'' */

 

 

uint8_t

CortexConf

;

 

 

uint8_t

MicroConf

;

 

 

uint8_t

EndiannessConf

;

 

 

uint8_t

MisalignedConf

;

 

 

uint8_t

EncDecConf

;

 

 

uint16_t

SymKeyConf

;

 

 

uint16_t

SymKeyModesConf

;

 

 

uint16_t

AsymKeyConf

;

 

 

uint16_t

HashConf

;

 

 

uint8_t

DrbgConf

;

 

 

uint8_t

AesConf

;

 

 

uint8_t

RsaConf

;

 

 

uint8_t

GcmConf

;

 

 

}

STM32CryptoLibVer_TypeDef

;

 

 

0 REPLIES 0