Searched refs:nc_off (Results 1 – 25 of 32) sorted by relevance
12
/optee_os/lib/libmbedtls/core/ |
A D | aes_ctr.c | 24 size_t nc_off; member 52 c->nc_off = 0; in mbed_aes_ctr_init() 95 dst->nc_off = src->nc_off; in mbed_aes_ctr_copy_state() 132 size_t *nc_off, unsigned char nonce_counter[16], in mbedtls_aes_crypt_ctr() argument 138 if (*nc_off >= 16) in mbedtls_aes_crypt_ctr() 145 while (*nc_off) { in mbedtls_aes_crypt_ctr() 146 output[offs] = stream_block[*nc_off] ^ input[offs]; in mbedtls_aes_crypt_ctr() 148 *nc_off = (*nc_off + 1) % 16; in mbedtls_aes_crypt_ctr() 163 if (!*nc_off) in mbedtls_aes_crypt_ctr() 165 output[offs] = stream_block[*nc_off] ^ input[offs]; in mbedtls_aes_crypt_ctr() [all …]
|
/optee_os/core/drivers/crypto/se050/core/ |
A D | ctr.c | 20 int nc_off; member 93 n = c->nc_off; in se050_aes_ctr_update() 112 c->nc_off = n; in se050_aes_ctr_update()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | blowfish.c | 389 size_t *nc_off, in mbedtls_blowfish_crypt_ctr() argument 400 BLOWFISH_VALIDATE_RET( nc_off != NULL ); in mbedtls_blowfish_crypt_ctr() 404 n = *nc_off; in mbedtls_blowfish_crypt_ctr() 424 *nc_off = n; in mbedtls_blowfish_crypt_ctr()
|
A D | cipher_wrap.c | 174 static int aes_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() argument 178 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap() 704 static int camellia_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() argument 708 return mbedtls_camellia_crypt_ctr( (mbedtls_camellia_context *) ctx, length, nc_off, in camellia_crypt_ctr_wrap() 1088 static int aria_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap() argument 1092 return mbedtls_aria_crypt_ctr( (mbedtls_aria_context *) ctx, length, nc_off, in aria_crypt_ctr_wrap() 1748 static int blowfish_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in blowfish_crypt_ctr_wrap() argument 1752 return mbedtls_blowfish_crypt_ctr( (mbedtls_blowfish_context *) ctx, length, nc_off, in blowfish_crypt_ctr_wrap()
|
A D | camellia.c | 688 size_t *nc_off, in mbedtls_camellia_crypt_ctr() argument 699 CAMELLIA_VALIDATE_RET( nc_off != NULL ); in mbedtls_camellia_crypt_ctr() 703 n = *nc_off; in mbedtls_camellia_crypt_ctr() 723 *nc_off = n; in mbedtls_camellia_crypt_ctr()
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | camellia.h | 302 size_t *nc_off,
|
A D | blowfish.h | 274 size_t *nc_off,
|
A D | aria.h | 349 size_t *nc_off,
|
A D | cipher_internal.h | 79 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | camellia.h | 302 size_t *nc_off,
|
A D | blowfish.h | 274 size_t *nc_off,
|
A D | aria.h | 349 size_t *nc_off,
|
A D | cipher_internal.h | 79 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | camellia.h | 302 size_t *nc_off,
|
A D | blowfish.h | 274 size_t *nc_off,
|
A D | aria.h | 349 size_t *nc_off,
|
A D | cipher_internal.h | 79 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | camellia.h | 302 size_t *nc_off,
|
A D | blowfish.h | 274 size_t *nc_off,
|
A D | aria.h | 349 size_t *nc_off,
|
A D | cipher_internal.h | 79 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | camellia.h | 302 size_t *nc_off,
|
A D | blowfish.h | 274 size_t *nc_off,
|
A D | aria.h | 349 size_t *nc_off,
|
A D | cipher_internal.h | 79 int (*ctr_func)( void *ctx, size_t length, size_t *nc_off,
|
Completed in 26 milliseconds
12