Security Scol plugin
Toggle main menu visibility
Main Page
Related Pages
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
Typedefs
d
e
g
p
s
v
w
Enumerations
Enumerator
a
b
c
d
h
i
m
n
o
p
r
s
t
u
w
z
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
g
i
l
n
o
p
r
s
t
u
v
w
x
Macros
G:
work
subversion
scol-technologies
trunk
scol
plugins
security
cryptopp
sha256_armv4.h
1
/* Header file for use with Cryptogam's ARMv4 SHA1. */
2
/* Also see http://www.openssl.org/~appro/cryptogams/ */
3
/* https://wiki.openssl.org/index.php/Cryptogams_SHA. */
4
5
#ifndef CRYPTOGAMS_SHA256_ARMV4_H
6
#define CRYPTOGAMS_SHA256_ARMV4_H
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
/* Crypto++ modified cryptogams_sha256_block_data_order to pass caps as a parameter. */
13
/* Also see https://github.com/weidai11/cryptopp/issues/846. */
14
void
cryptogams_sha256_block_data_order(
void
*state,
const
void
*data,
size_t
blocks);
15
16
/* Cryptogams arm caps */
17
#define CRYPTOGAMS_ARMV7_NEON (1<<0)
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
#endif
/* CRYPTOGAMS_SHA256_ARMV4_H */
Generated by
1.9.8