Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dcipher_wrap.h91 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,
Dcipher_wrap.c180 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()
Dcamellia.c572 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()
Daria.c566 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()
Daes.c1295 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/
Daes.h392 size_t *iv_off,
491 size_t *iv_off,
Dcamellia.h200 size_t *iv_off,
Daria.h241 size_t *iv_off,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aria.function26 size_t iv_off = 0;
28 ((void) iv_off);
49 &iv_off,
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c742 size_t iv_off = 0; in main() local
755 &iv_off, tmp, buf, buf)); in main()