Ruby
2.5.0dev(2017-10-22revision60238)
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
$
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
ext
digest
sha1
sha1ossl.h
Go to the documentation of this file.
1
/* $Id$ */
2
3
#ifndef SHA1OSSL_H_INCLUDED
4
#define SHA1OSSL_H_INCLUDED
5
6
#include <stddef.h>
7
#include <openssl/sha.h>
8
9
#define SHA1_CTX SHA_CTX
10
11
#ifdef SHA_BLOCK_LENGTH
12
#define SHA1_BLOCK_LENGTH SHA_BLOCK_LENGTH
13
#else
14
#define SHA1_BLOCK_LENGTH SHA_CBLOCK
15
#endif
16
#define SHA1_DIGEST_LENGTH SHA_DIGEST_LENGTH
17
18
static
DEFINE_FINISH_FUNC_FROM_FINAL
(SHA1)
19
#undef SHA1_Finish
20
#define SHA1_Finish rb_digest_SHA1_finish
21
22
#endif
DEFINE_FINISH_FUNC_FROM_FINAL
#define DEFINE_FINISH_FUNC_FROM_FINAL(name)
Definition:
digest.h:46
Generated by
1.8.13