Searched refs:nc_off (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | blowfish.c | 365 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()
|
D | cipher_wrap.c | 142 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()
|
D | camellia.c | 662 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()
|
D | aes.c | 1008 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/ |
D | camellia.h | 205 size_t *nc_off,
|
D | cipher_internal.h | 68 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
|
D | blowfish.h | 188 size_t *nc_off,
|
D | aes.h | 241 size_t *nc_off,
|