Symbol: HOST_l2c
crypto/libressl/crypto/gost/gostr341194.c
247
HOST_l2c(c->Nl, p);
crypto/libressl/crypto/gost/gostr341194.c
248
HOST_l2c(c->Nh, p);
crypto/libressl/crypto/md32_common.h
179
#ifndef HOST_l2c
crypto/libressl/crypto/md32_common.h
201
#ifndef HOST_l2c
crypto/libressl/crypto/md32_common.h
294
HOST_l2c(c->Nh, p);
crypto/libressl/crypto/md32_common.h
295
HOST_l2c(c->Nl, p);
crypto/libressl/crypto/md32_common.h
297
HOST_l2c(c->Nl, p);
crypto/libressl/crypto/md32_common.h
298
HOST_l2c(c->Nh, p);
crypto/libressl/crypto/md4/md4_locl.h
80
ll=(c)->A; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md4/md4_locl.h
81
ll=(c)->B; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md4/md4_locl.h
82
ll=(c)->C; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md4/md4_locl.h
83
ll=(c)->D; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md5/md5_locl.h
91
ll=(c)->A; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md5/md5_locl.h
92
ll=(c)->B; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md5/md5_locl.h
93
ll=(c)->C; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/md5/md5_locl.h
94
ll=(c)->D; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/ripemd/rmd_locl.h
91
ll=(c)->A; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/ripemd/rmd_locl.h
92
ll=(c)->B; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/ripemd/rmd_locl.h
93
ll=(c)->C; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/ripemd/rmd_locl.h
94
ll=(c)->D; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/ripemd/rmd_locl.h
95
ll=(c)->E; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/sha/sha256.c
102
{ ll=(c)->h[nn]; HOST_l2c(ll,(s)); } \
crypto/libressl/crypto/sha/sha256.c
92
{ ll=(c)->h[nn]; HOST_l2c(ll,(s)); } \
crypto/libressl/crypto/sha/sha256.c
96
{ ll=(c)->h[nn]; HOST_l2c(ll,(s)); } \
crypto/libressl/crypto/sha/sha_locl.h
72
ll=(c)->h0; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/sha/sha_locl.h
73
ll=(c)->h1; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/sha/sha_locl.h
74
ll=(c)->h2; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/sha/sha_locl.h
75
ll=(c)->h3; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/sha/sha_locl.h
76
ll=(c)->h4; HOST_l2c(ll,(s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
32
ll = (c)->A; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
33
ll = (c)->B; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
34
ll = (c)->C; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
35
ll = (c)->D; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
36
ll = (c)->E; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
37
ll = (c)->F; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
38
ll = (c)->G; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
39
ll = (c)->H; HOST_l2c(ll, (s)); \