Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dblowfish.c365 size_t *nc_off, in mbedtls_blowfish_crypt_ctr() argument
372 size_t n = *nc_off; in mbedtls_blowfish_crypt_ctr()
390 *nc_off = n; in mbedtls_blowfish_crypt_ctr()
Dcipher_wrap.c142 static int aes_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() argument
146 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
498 static int camellia_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() argument
502 return mbedtls_camellia_crypt_ctr( (mbedtls_camellia_context *) ctx, length, nc_off, in camellia_crypt_ctr_wrap()
1109 static int blowfish_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in blowfish_crypt_ctr_wrap() argument
1113 return mbedtls_blowfish_crypt_ctr( (mbedtls_blowfish_context *) ctx, length, nc_off, in blowfish_crypt_ctr_wrap()
Dcamellia.c662 size_t *nc_off, in mbedtls_camellia_crypt_ctr() argument
669 size_t n = *nc_off; in mbedtls_camellia_crypt_ctr()
687 *nc_off = n; in mbedtls_camellia_crypt_ctr()
Daes.c1008 size_t *nc_off, in mbedtls_aes_crypt_ctr() argument
1015 size_t n = *nc_off; in mbedtls_aes_crypt_ctr()
1032 *nc_off = n; in mbedtls_aes_crypt_ctr()
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dcamellia.h205 size_t *nc_off,
Dcipher_internal.h68 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
Dblowfish.h188 size_t *nc_off,
Daes.h241 size_t *nc_off,