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

  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
blake2.h 83 typedef struct blake2b_ctx_st BLAKE2B_CTX;
88 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P);
89 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P,
91 int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen);
92 int ossl_blake2b_final(unsigned char *md, BLAKE2B_CTX *c);
  /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
blake2_local.h 82 typedef struct blake2b_ctx_st BLAKE2B_CTX;
84 int BLAKE2b_Init(BLAKE2B_CTX *c);
85 int BLAKE2b_Update(BLAKE2B_CTX *c, const void *data, size_t datalen);
86 int BLAKE2b_Final(unsigned char *md, BLAKE2B_CTX *c);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
blake2.h 84 typedef struct blake2b_ctx_st BLAKE2B_CTX;
87 BLAKE2B_CTX ctx;
96 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P);
97 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P,
99 int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen);
100 int ossl_blake2b_final(unsigned char *md, BLAKE2B_CTX *c);

Completed in 23 milliseconds