Home
last modified time | relevance | path

Searched refs:data_unit (Results 1 - 6 of 6) sorted by relevance

/third_party/exfatprogs/mkfs/
H A Dmkfs.c578 char *data_unit; in parse_size() local
579 unsigned long long byte_size = strtoull(size, &data_unit, 0); in parse_size()
581 switch (*data_unit) { in parse_size()
594 *data_unit); in parse_size()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c600 uint8_t res[32], res1[32], data_unit[16]; in test_genaes_xts() local
602 memset(data_unit, 0, sizeof(data_unit)); in test_genaes_xts()
612 if (lws_genaes_crypt(&ctx, xts, 16, res, data_unit, NULL, NULL, 0)) { in test_genaes_xts()
633 if (lws_genaes_crypt(&ctx, res, 16, res1, data_unit, NULL, NULL, 0)) { in test_genaes_xts()
/third_party/mbedtls/library/
H A Dcipher_wrap.h114 const unsigned char data_unit[16],
H A Dcipher_wrap.c210 const unsigned char data_unit[16], in aes_crypt_xts_wrap()
229 data_unit, input, output); in aes_crypt_xts_wrap()
208 aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, size_t length, const unsigned char data_unit[16], const unsigned char *input, unsigned char *output) aes_crypt_xts_wrap() argument
H A Daes.c1192 const unsigned char data_unit[16], in mbedtls_aes_crypt_xts()
1219 data_unit, tweak); in mbedtls_aes_crypt_xts()
2224 const unsigned char *data_unit; in mbedtls_aes_self_test() local
2235 data_unit = aes_test_xts_data_unit[u]; in mbedtls_aes_self_test()
2256 ret = mbedtls_aes_crypt_xts(&ctx_xts, mode, len, data_unit, in mbedtls_aes_self_test()
1189 mbedtls_aes_crypt_xts(mbedtls_aes_xts_context *ctx, int mode, size_t length, const unsigned char data_unit[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_xts() argument
/third_party/mbedtls/include/mbedtls/
H A Daes.h310 * provided by \p data_unit.
323 * \param data_unit The address of the data unit encoded as an array of 16
343 const unsigned char data_unit[16],

Completed in 8 milliseconds