Searched refs:mix_round (Results 1 – 2 of 2) sorted by relevance
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/ |
H A D | ARC2.c | 105 static inline void mix_round(unsigned *r, const unsigned *k, size_t *j) in mix_round() function 158 for (i=0; i<5; i++) mix_round(r, k, &j); in block_encrypt() 160 for (i=0; i<6; i++) mix_round(r, k, &j); in block_encrypt() 162 for (i=0; i<5; i++) mix_round(r, k, &j); in block_encrypt()
|
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/ |
H A D | ARC2.c | 105 static inline void mix_round(unsigned *r, const unsigned *k, size_t *j) in mix_round() function 158 for (i=0; i<5; i++) mix_round(r, k, &j); in block_encrypt() 160 for (i=0; i<6; i++) mix_round(r, k, &j); in block_encrypt() 162 for (i=0; i<5; i++) mix_round(r, k, &j); in block_encrypt()
|