Searched refs:iv_off (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | cipher_wrap.h | 91 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 98 int (*ofb_func)(void *ctx, size_t length, size_t *iv_off,
|
D | cipher_wrap.c | 180 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() argument 183 return mbedtls_aes_crypt_cfb128((mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap() 189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() argument 192 return mbedtls_aes_crypt_ofb((mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap() 796 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap() argument 800 iv_off, iv, input, output); in camellia_crypt_cfb128_wrap() 1214 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap() argument 1218 iv_off, iv, input, output); in aria_crypt_cfb128_wrap()
|
D | camellia.c | 572 size_t *iv_off, in mbedtls_camellia_crypt_cfb128() argument 583 n = *iv_off; in mbedtls_camellia_crypt_cfb128() 612 *iv_off = n; in mbedtls_camellia_crypt_cfb128()
|
D | aria.c | 566 size_t *iv_off, in mbedtls_aria_crypt_cfb128() argument 578 n = *iv_off; in mbedtls_aria_crypt_cfb128() 610 *iv_off = n; in mbedtls_aria_crypt_cfb128()
|
D | aes.c | 1295 size_t *iv_off, in mbedtls_aes_crypt_cfb128() argument 1308 n = *iv_off; in mbedtls_aes_crypt_cfb128() 1344 *iv_off = n; in mbedtls_aes_crypt_cfb128() 1400 size_t *iv_off, in mbedtls_aes_crypt_ofb() argument 1408 n = *iv_off; in mbedtls_aes_crypt_ofb() 1426 *iv_off = n; in mbedtls_aes_crypt_ofb()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | aes.h | 392 size_t *iv_off, 491 size_t *iv_off,
|
D | camellia.h | 200 size_t *iv_off,
|
D | aria.h | 241 size_t *iv_off,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_aria.function | 26 size_t iv_off = 0; 28 ((void) iv_off); 49 &iv_off,
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 742 size_t iv_off = 0; in main() local 755 &iv_off, tmp, buf, buf)); in main()
|