Warning, file /include/cryptopp/sha1_armv4.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 #ifndef CRYPTOGAMS_SHA1_ARMV4_H
0006 #define CRYPTOGAMS_SHA1_ARMV4_H
0007
0008 #ifdef __cplusplus
0009 extern "C" {
0010 #endif
0011
0012
0013
0014 void cryptogams_sha1_block_data_order(void *state, const void *data, size_t blocks);
0015
0016
0017 #define CRYPTOGAMS_ARMV7_NEON (1<<0)
0018
0019 #ifdef __cplusplus
0020 }
0021 #endif
0022
0023 #endif