Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_drbg_ctr.c17 static void long_inc_int(uint32_t *acc, size_t acc_size, bool is_increment) in long_inc_int()
41 static inline void long_inc(uint32_t *acc, size_t acc_size) in long_inc()
46 static inline void long_dec(uint32_t *acc, size_t acc_size) in long_dec()
Dcc3xx_drbg_hash.c27 static void long_acc(uint8_t *acc, const uint8_t *val, size_t acc_size, size_t val_size) in long_acc()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/
Dpoly1305_alt.h24 uint32_t acc[5]; /** The accumulator number. */ member
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.h42 uint32_t acc[5]; /*!< Value of the accumulator modulus P, i.e. [0,2^130-5)*/ member
Dpoly.c278 uint32_t *acc = ctx->acc; in poly_restore_context() local
320 uint32_t *acc = ctx->acc; in poly_save_context() local