Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dblowfish.c318 size_t *iv_off, in mbedtls_blowfish_crypt_cfb64() argument
324 size_t n = *iv_off; in mbedtls_blowfish_crypt_cfb64()
353 *iv_off = n; in mbedtls_blowfish_crypt_cfb64()
Dcipher_wrap.c133 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() argument
136 return mbedtls_aes_crypt_cfb128( (mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
489 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap() argument
493 iv_off, iv, input, output ); in camellia_crypt_cfb128_wrap()
1100 size_t length, size_t *iv_off, unsigned char *iv, in blowfish_crypt_cfb64_wrap() argument
1104 iv_off, iv, input, output ); in blowfish_crypt_cfb64_wrap()
Dcamellia.c615 size_t *iv_off, in mbedtls_camellia_crypt_cfb128() argument
621 size_t n = *iv_off; in mbedtls_camellia_crypt_cfb128()
650 *iv_off = n; in mbedtls_camellia_crypt_cfb128()
Daes.c929 size_t *iv_off, in mbedtls_aes_crypt_cfb128() argument
935 size_t n = *iv_off; in mbedtls_aes_crypt_cfb128()
964 *iv_off = n; in mbedtls_aes_crypt_cfb128()
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dcamellia.h174 size_t *iv_off,
Dcipher_internal.h61 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
Dblowfish.h161 size_t *iv_off,
Daes.h179 size_t *iv_off,