Searched refs:Keylen (Results 1 – 6 of 6) sorted by relevance
| /external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
| A D | stm32f2xx_hash_md5.c | 168 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5() argument 187 nbvalidbitskey = 8 * (Keylen % 4); in HMAC_MD5() 196 if(Keylen > 64) in HMAC_MD5() 212 for(i=0; i<Keylen; i+=4) in HMAC_MD5() 266 for(i=0; i<Keylen; i+=4) in HMAC_MD5()
|
| A D | stm32f2xx_hash_sha1.c | 169 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1() argument 188 nbvalidbitskey = 8 * (Keylen % 4); in HMAC_SHA1() 197 if(Keylen > 64) in HMAC_SHA1() 213 for(i=0; i<Keylen; i+=4) in HMAC_SHA1() 268 for(i=0; i<Keylen; i+=4) in HMAC_SHA1()
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
| A D | stm32f4xx_hash_md5.c | 161 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_MD5() argument 180 nbvalidbitskey = 8 * (Keylen % 4); in HMAC_MD5() 189 if(Keylen > 64) in HMAC_MD5() 205 for(i=0; i<Keylen; i+=4) in HMAC_MD5() 259 for(i=0; i<Keylen; i+=4) in HMAC_MD5()
|
| A D | stm32f4xx_hash_sha1.c | 162 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, uint8_t *Input, in HMAC_SHA1() argument 181 nbvalidbitskey = 8 * (Keylen % 4); in HMAC_SHA1() 190 if(Keylen > 64) in HMAC_SHA1() 206 for(i=0; i<Keylen; i+=4) in HMAC_SHA1() 261 for(i=0; i<Keylen; i+=4) in HMAC_SHA1()
|
| /external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
| A D | stm32f2xx_hash.h | 226 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, 232 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen,
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
| A D | stm32f4xx_hash.h | 226 ErrorStatus HMAC_SHA1(uint8_t *Key, uint32_t Keylen, 232 ErrorStatus HMAC_MD5(uint8_t *Key, uint32_t Keylen,
|
Completed in 7 milliseconds