OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLAKE2B_CTX
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
blake2_prov.c
28
return ossl_blake2b_init((
BLAKE2B_CTX
*)ctx, &P);
38
IMPLEMENT_digest_functions(blake2b512,
BLAKE2B_CTX
,
blake2b_prov.c
48
static ossl_inline void blake2b_set_lastblock(
BLAKE2B_CTX
*S)
54
static ossl_inline void blake2b_init0(
BLAKE2B_CTX
*S)
58
memset(S, 0, sizeof(
BLAKE2B_CTX
));
65
static void blake2b_init_param(
BLAKE2B_CTX
*S, const BLAKE2B_PARAM *P)
126
int ossl_blake2b_init(
BLAKE2B_CTX
*c, const BLAKE2B_PARAM *P)
136
int ossl_blake2b_init_key(
BLAKE2B_CTX
*c, const BLAKE2B_PARAM *P,
154
static void blake2b_compress(
BLAKE2B_CTX
*S,
258
int ossl_blake2b_update(
BLAKE2B_CTX
*c, const void *data, size_t datalen)
306
int ossl_blake2b_final(unsigned char *md,
BLAKE2B_CTX
*c)
331
OPENSSL_cleanse(c, sizeof(
BLAKE2B_CTX
));
[
all
...]
/src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
blake2b_mac.c
11
#define BLAKE2_CTX
BLAKE2B_CTX
/src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
blake2b_mac.c
11
#define BLAKE2_CTX
BLAKE2B_CTX
/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);
m_blake2b.c
52
sizeof(EVP_MD *) + sizeof(
BLAKE2B_CTX
),
blake2b.c
49
static ossl_inline void blake2b_set_lastblock(
BLAKE2B_CTX
*S)
55
static ossl_inline void blake2b_init0(
BLAKE2B_CTX
*S)
59
memset(S, 0, sizeof(
BLAKE2B_CTX
));
66
static void blake2b_init_param(
BLAKE2B_CTX
*S, const BLAKE2B_PARAM *P)
82
int BLAKE2b_Init(
BLAKE2B_CTX
*c)
101
static void blake2b_compress(
BLAKE2B_CTX
*S,
205
int BLAKE2b_Update(
BLAKE2B_CTX
*c, const void *data, size_t datalen)
253
int BLAKE2b_Final(unsigned char *md,
BLAKE2B_CTX
*c)
267
OPENSSL_cleanse(c, sizeof(
BLAKE2B_CTX
));
/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/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);
/src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
blake2b_prov.c
47
static ossl_inline void blake2b_set_lastblock(
BLAKE2B_CTX
*S)
53
static ossl_inline void blake2b_init0(
BLAKE2B_CTX
*S)
57
memset(S, 0, sizeof(
BLAKE2B_CTX
));
64
static void blake2b_init_param(
BLAKE2B_CTX
*S, const BLAKE2B_PARAM *P)
125
int ossl_blake2b_init(
BLAKE2B_CTX
*c, const BLAKE2B_PARAM *P)
135
int ossl_blake2b_init_key(
BLAKE2B_CTX
*c, const BLAKE2B_PARAM *P,
153
static void blake2b_compress(
BLAKE2B_CTX
*S,
257
int ossl_blake2b_update(
BLAKE2B_CTX
*c, const void *data, size_t datalen)
305
int ossl_blake2b_final(unsigned char *md,
BLAKE2B_CTX
*c)
330
OPENSSL_cleanse(c, sizeof(
BLAKE2B_CTX
));
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/evp/
legacy_blake2.c
25
static int blake2b_init(
BLAKE2B_CTX
*C)
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026