Searched refs:mbedtls_aes_xts_decode_keys (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | aes.c | 794 static int mbedtls_aes_xts_decode_keys(const unsigned char *key, in mbedtls_aes_xts_decode_keys() function 826 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_enc() 850 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_dec()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | aes.c | 758 static int mbedtls_aes_xts_decode_keys(const unsigned char *key, in mbedtls_aes_xts_decode_keys() function 790 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_enc() 814 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_dec()
|