Searched refs:key1bits (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/aes/ |
D | esp_aes_xts.c | 58 unsigned int *key1bits, in esp_aes_xts_decode_keys() argument 71 *key1bits = half_keybits; in esp_aes_xts_decode_keys() 85 unsigned int key1bits, key2bits; in esp_aes_xts_setkey_enc() local 87 ret = esp_aes_xts_decode_keys( key, keybits, &key1, &key1bits, in esp_aes_xts_setkey_enc() 100 return esp_aes_setkey( &ctx->crypt, key1, key1bits ); in esp_aes_xts_setkey_enc() 109 unsigned int key1bits, key2bits; in esp_aes_xts_setkey_dec() local 111 ret = esp_aes_xts_decode_keys( key, keybits, &key1, &key1bits, in esp_aes_xts_setkey_dec() 124 return esp_aes_setkey( &ctx->crypt, key1, key1bits ); in esp_aes_xts_setkey_dec()
|