Symbol: KECCAK1600_CTX
crypto/openssl/crypto/evp/legacy_sha.c
40
KECCAK1600_CTX *kctx = EVP_MD_CTX_get0_md_data(ctx); \
crypto/openssl/crypto/evp/legacy_sha.c
75
KECCAK1600_CTX *ctx;
crypto/openssl/crypto/sha/sha3.c
103
int ossl_sha3_final(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen)
crypto/openssl/crypto/sha/sha3.c
140
int ossl_sha3_squeeze(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen)
crypto/openssl/crypto/sha/sha3.c
18
void ossl_sha3_reset(KECCAK1600_CTX *ctx)
crypto/openssl/crypto/sha/sha3.c
28
int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen)
crypto/openssl/crypto/sha/sha3.c
43
int ossl_keccak_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen, size_t mdlen)
crypto/openssl/crypto/sha/sha3.c
52
int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len)
crypto/openssl/include/internal/sha3.h
51
void ossl_sha3_reset(KECCAK1600_CTX *ctx);
crypto/openssl/include/internal/sha3.h
52
int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen);
crypto/openssl/include/internal/sha3.h
53
int ossl_keccak_init(KECCAK1600_CTX *ctx, unsigned char pad,
crypto/openssl/include/internal/sha3.h
55
int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len);
crypto/openssl/include/internal/sha3.h
56
int ossl_sha3_final(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen);
crypto/openssl/include/internal/sha3.h
57
int ossl_sha3_squeeze(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen);
crypto/openssl/providers/implementations/digests/sha3_prov.c
114
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
133
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
151
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
161
return ossl_sha3_final((KECCAK1600_CTX *)vctx, out, outlen);
crypto/openssl/providers/implementations/digests/sha3_prov.c
166
return ossl_sha3_squeeze((KECCAK1600_CTX *)vctx, out, outlen);
crypto/openssl/providers/implementations/digests/sha3_prov.c
192
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
209
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
226
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
242
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
285
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
327
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
439
KECCAK1600_CTX *ctx = vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
482
KECCAK1600_CTX *ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx)) \
crypto/openssl/providers/implementations/digests/sha3_prov.c
496
KECCAK1600_CTX *ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx)) \
crypto/openssl/providers/implementations/digests/sha3_prov.c
512
KECCAK1600_CTX *ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx)) \
crypto/openssl/providers/implementations/digests/sha3_prov.c
552
KECCAK1600_CTX *ctx = (KECCAK1600_CTX *)vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
559
KECCAK1600_CTX *outctx = (KECCAK1600_CTX *)voutctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
560
KECCAK1600_CTX *inctx = (KECCAK1600_CTX *)vinctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
567
KECCAK1600_CTX *in = (KECCAK1600_CTX *)ctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
568
KECCAK1600_CTX *ret = ossl_prov_is_running() ? OPENSSL_malloc(sizeof(*ret))
crypto/openssl/providers/implementations/digests/sha3_prov.c
590
KECCAK1600_CTX *ctx = (KECCAK1600_CTX *)vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
626
KECCAK1600_CTX *ctx = (KECCAK1600_CTX *)vctx;
crypto/openssl/providers/implementations/digests/sha3_prov.c
63
ossl_sha3_reset((KECCAK1600_CTX *)vctx);
crypto/openssl/providers/implementations/digests/sha3_prov.c
75
KECCAK1600_CTX *ctx = vctx;