Home
last modified time | relevance | path

Searched refs:key2bits (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Daes.c763 unsigned int *key2bits) in mbedtls_aes_xts_decode_keys() argument
775 *key2bits = half_keybits; in mbedtls_aes_xts_decode_keys()
788 unsigned int key1bits, key2bits; in mbedtls_aes_xts_setkey_enc() local
791 &key2, &key2bits); in mbedtls_aes_xts_setkey_enc()
797 ret = mbedtls_aes_setkey_enc(&ctx->tweak, key2, key2bits); in mbedtls_aes_xts_setkey_enc()
812 unsigned int key1bits, key2bits; in mbedtls_aes_xts_setkey_dec() local
815 &key2, &key2bits); in mbedtls_aes_xts_setkey_dec()
821 ret = mbedtls_aes_setkey_enc(&ctx->tweak, key2, key2bits); in mbedtls_aes_xts_setkey_dec()