Searched defs:acc (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-m-3.6.0/platform/ext/accelerator/cc312/cc312-rom/ |
D | cc3xx_drbg_ctr.c | 19 static void long_inc_int(uint32_t *acc, size_t acc_size, bool is_increment) in long_inc_int() 43 static inline void long_inc(uint32_t *acc, size_t acc_size) in long_inc() 48 static inline void long_dec(uint32_t *acc, size_t acc_size) in long_dec()
|
D | cc3xx_drbg_hash.c | 29 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-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/ |
D | poly1305_alt.h | 24 uint32_t acc[5]; /** The accumulator number. */ member
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/ |
D | poly.h | 42 uint32_t acc[5]; /*!< Value of the accumulator modulus P, i.e. [0,2^130-5)*/ member
|
D | poly.c | 278 uint32_t *acc = ctx->acc; in poly_restore_context() local 320 uint32_t *acc = ctx->acc; in poly_save_context() local
|
/trusted-firmware-m-3.6.0/platform/ext/cmsis/ |
D | cmsis_armclang_ltm.h | 1782 __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALD() 1799 __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALDX() 1848 __STATIC_FORCEINLINE uint64_t __SMLSLD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLD() 1865 __STATIC_FORCEINLINE uint64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLDX()
|
D | cmsis_gcc.h | 2052 __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALD() 2069 __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALDX() 2118 __STATIC_FORCEINLINE uint64_t __SMLSLD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLD() 2135 __STATIC_FORCEINLINE uint64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLDX()
|