Searched refs:key1bits (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/library/ |
D | aes.c | 761 unsigned int *key1bits, in mbedtls_aes_xts_decode_keys() argument 774 *key1bits = half_keybits; in mbedtls_aes_xts_decode_keys() 788 unsigned int key1bits, key2bits; in mbedtls_aes_xts_setkey_enc() local 790 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_enc() 803 return mbedtls_aes_setkey_enc(&ctx->crypt, key1, key1bits); in mbedtls_aes_xts_setkey_enc() 812 unsigned int key1bits, key2bits; in mbedtls_aes_xts_setkey_dec() local 814 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_dec() 827 return mbedtls_aes_setkey_dec(&ctx->crypt, key1, key1bits); in mbedtls_aes_xts_setkey_dec()
|