OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KECCAK1600_CTX
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
sha3.h
23
typedef struct keccak_st
KECCAK1600_CTX
;
51
void ossl_sha3_reset(
KECCAK1600_CTX
*ctx);
52
int ossl_sha3_init(
KECCAK1600_CTX
*ctx, unsigned char pad, size_t bitlen);
53
int ossl_keccak_init(
KECCAK1600_CTX
*ctx, unsigned char pad,
55
int ossl_sha3_update(
KECCAK1600_CTX
*ctx, const void *_inp, size_t len);
56
int ossl_sha3_final(
KECCAK1600_CTX
*ctx, unsigned char *out, size_t outlen);
57
int ossl_sha3_squeeze(
KECCAK1600_CTX
*ctx, unsigned char *out, size_t outlen);
/src/crypto/external/bsd/openssl/dist/include/internal/
sha3.h
23
typedef struct keccak_st
KECCAK1600_CTX
;
44
void ossl_sha3_reset(
KECCAK1600_CTX
*ctx);
45
int ossl_sha3_init(
KECCAK1600_CTX
*ctx, unsigned char pad, size_t bitlen);
46
int ossl_keccak_kmac_init(
KECCAK1600_CTX
*ctx, unsigned char pad,
48
int ossl_sha3_update(
KECCAK1600_CTX
*ctx, const void *_inp, size_t len);
49
int ossl_sha3_final(unsigned char *md,
KECCAK1600_CTX
*ctx);
/src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
sha3_prov.c
58
ossl_sha3_reset((
KECCAK1600_CTX
*)vctx);
70
KECCAK1600_CTX
*ctx = vctx;
109
KECCAK1600_CTX
*ctx = vctx;
125
KECCAK1600_CTX
*ctx = vctx;
132
return ossl_sha3_final(md, (
KECCAK1600_CTX
*)vctx);
152
KECCAK1600_CTX
*ctx = vctx;
161
KECCAK1600_CTX
*ctx = vctx;
172
KECCAK1600_CTX
*ctx = vctx;
207
KECCAK1600_CTX
*ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx)) \
221
KECCAK1600_CTX
*ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx))
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/evp/
m_sha3.c
31
}
KECCAK1600_CTX
;
35
KECCAK1600_CTX
*ctx = evp_ctx->md_data;
64
KECCAK1600_CTX
*ctx = evp_ctx->md_data;
107
KECCAK1600_CTX
*ctx = evp_ctx->md_data;
132
KECCAK1600_CTX
*ctx = evp_ctx->md_data;
181
KECCAK1600_CTX
*ctx = evp_ctx->md_data;
185
*
KECCAK1600_CTX
structure's pad field is used to store the KIMD/KLMD
214
KECCAK1600_CTX
*ctx = evp_ctx->md_data;
218
*
KECCAK1600_CTX
structure's pad field is used to store the KIMD/KLMD
241
KECCAK1600_CTX
*ctx = evp_ctx->md_data
[
all
...]
/src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
sha3_prov.c
63
ossl_sha3_reset((
KECCAK1600_CTX
*)vctx);
75
KECCAK1600_CTX
*ctx = vctx;
114
KECCAK1600_CTX
*ctx = vctx;
133
KECCAK1600_CTX
*ctx = vctx;
151
KECCAK1600_CTX
*ctx = vctx;
161
return ossl_sha3_final((
KECCAK1600_CTX
*)vctx, out, outlen);
166
return ossl_sha3_squeeze((
KECCAK1600_CTX
*)vctx, out, outlen);
192
KECCAK1600_CTX
*ctx = vctx;
209
KECCAK1600_CTX
*ctx = vctx;
226
KECCAK1600_CTX
*ctx = vctx
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/sha/
sha3.c
15
void ossl_sha3_reset(
KECCAK1600_CTX
*ctx)
21
int ossl_sha3_init(
KECCAK1600_CTX
*ctx, unsigned char pad, size_t bitlen)
36
int ossl_keccak_kmac_init(
KECCAK1600_CTX
*ctx, unsigned char pad, size_t bitlen)
45
int ossl_sha3_update(
KECCAK1600_CTX
*ctx, const void *_inp, size_t len)
87
int ossl_sha3_final(unsigned char *md,
KECCAK1600_CTX
*ctx)
/src/crypto/external/apache2/openssl/dist/crypto/sha/
sha3.c
18
void ossl_sha3_reset(
KECCAK1600_CTX
*ctx)
28
int ossl_sha3_init(
KECCAK1600_CTX
*ctx, unsigned char pad, size_t bitlen)
43
int ossl_keccak_init(
KECCAK1600_CTX
*ctx, unsigned char pad, size_t bitlen, size_t mdlen)
52
int ossl_sha3_update(
KECCAK1600_CTX
*ctx, const void *_inp, size_t len)
103
int ossl_sha3_final(
KECCAK1600_CTX
*ctx, unsigned char *out, size_t outlen)
140
int ossl_sha3_squeeze(
KECCAK1600_CTX
*ctx, unsigned char *out, size_t outlen)
/src/crypto/external/apache2/openssl/dist/crypto/evp/
legacy_sha.c
40
KECCAK1600_CTX
*kctx = EVP_MD_CTX_get0_md_data(ctx); \
75
KECCAK1600_CTX
*ctx;
/src/crypto/external/bsd/openssl/dist/crypto/evp/
legacy_sha.c
74
KECCAK1600_CTX
*ctx;
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026