HomeSort by: relevance | last modified time | path
    Searched defs:KECCAK1600_CTX (Results 1 - 3 of 3) sorted by relevancy

  /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/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.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...]

Completed in 23 milliseconds