Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aria.function34 size_t iv_off = 0;
36 ((void) iv_off);
105 &iv_off,
113 &iv_off,
129 &iv_off,
137 &iv_off,
145 &iv_off,
155 &iv_off,
171 &iv_off,
179 &iv_off,
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dcipher_internal.h64 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
71 int (*ofb_func)( void *ctx, size_t length, size_t *iv_off,
Daes.h400 size_t *iv_off,
497 size_t *iv_off,
Dcamellia.h219 size_t *iv_off,
Dblowfish.h202 size_t *iv_off,
Daria.h263 size_t *iv_off,
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dblowfish.c330 size_t *iv_off, in mbedtls_blowfish_crypt_cfb64() argument
342 BLOWFISH_VALIDATE_RET( iv_off != NULL ); in mbedtls_blowfish_crypt_cfb64()
346 n = *iv_off; in mbedtls_blowfish_crypt_cfb64()
377 *iv_off = n; in mbedtls_blowfish_crypt_cfb64()
Dcipher_wrap.c144 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() argument
147 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
153 static int aes_crypt_ofb_wrap( void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() argument
156 return mbedtls_aes_crypt_ofb( (mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
675 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap() argument
679 iv_off, iv, input, output ); in camellia_crypt_cfb128_wrap()
1051 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap() argument
1055 iv_off, iv, input, output ); in aria_crypt_cfb128_wrap()
1698 size_t length, size_t *iv_off, unsigned char *iv, in blowfish_crypt_cfb64_wrap() argument
1702 iv_off, iv, input, output ); in blowfish_crypt_cfb64_wrap()
Dcamellia.c630 size_t *iv_off, in mbedtls_camellia_crypt_cfb128() argument
641 CAMELLIA_VALIDATE_RET( iv_off != NULL ); in mbedtls_camellia_crypt_cfb128()
645 n = *iv_off; in mbedtls_camellia_crypt_cfb128()
676 *iv_off = n; in mbedtls_camellia_crypt_cfb128()
Daria.c677 size_t *iv_off, in mbedtls_aria_crypt_cfb128() argument
691 ARIA_VALIDATE_RET( iv_off != NULL ); in mbedtls_aria_crypt_cfb128()
693 n = *iv_off; in mbedtls_aria_crypt_cfb128()
728 *iv_off = n; in mbedtls_aria_crypt_cfb128()
Daes.c1289 size_t *iv_off, in mbedtls_aes_crypt_cfb128() argument
1300 AES_VALIDATE_RET( iv_off != NULL ); in mbedtls_aes_crypt_cfb128()
1305 n = *iv_off; in mbedtls_aes_crypt_cfb128()
1337 *iv_off = n; in mbedtls_aes_crypt_cfb128()
1387 size_t *iv_off, in mbedtls_aes_crypt_ofb() argument
1396 AES_VALIDATE_RET( iv_off != NULL ); in mbedtls_aes_crypt_ofb()
1401 n = *iv_off; in mbedtls_aes_crypt_ofb()
1419 *iv_off = n; in mbedtls_aes_crypt_ofb()