OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blake2b_param
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Modules/_blake2/impl/
blake2b-ref.c
92
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_digest_length(
blake2b_param
*P, const uint8_t digest_length )
98
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_fanout(
blake2b_param
*P, const uint8_t fanout )
104
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_max_depth(
blake2b_param
*P, const uint8_t depth )
110
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_leaf_length(
blake2b_param
*P, const uint32_t leaf_length )
116
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_offset(
blake2b_param
*P, const uint64_t node_offset )
122
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_depth(
blake2b_param
*P, const uint8_t node_depth )
128
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_inner_length(
blake2b_param
*P, const uint8_t inner_length )
134
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_salt(
blake2b_param
*P, const uint8_t salt[BLAKE2B_SALTBYTES] )
140
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal(
blake2b_param
*P, const uint8_t personal[BLAKE2B_PERSONALBYTES] )
157
int blake2b_init_param( blake2b_state *S, const
blake2b_param
*P
[
all
...]
blake2b.c
121
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_digest_length(
blake2b_param
*P, const uint8_t digest_length )
127
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_fanout(
blake2b_param
*P, const uint8_t fanout )
133
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_max_depth(
blake2b_param
*P, const uint8_t depth )
139
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_leaf_length(
blake2b_param
*P, const uint32_t leaf_length )
145
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_offset(
blake2b_param
*P, const uint64_t node_offset )
151
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_depth(
blake2b_param
*P, const uint8_t node_depth )
157
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_inner_length(
blake2b_param
*P, const uint8_t inner_length )
163
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_salt(
blake2b_param
*P, const uint8_t salt[BLAKE2B_SALTBYTES] )
169
BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal(
blake2b_param
*P, const uint8_t personal[BLAKE2B_PERSONALBYTES] )
186
int blake2b_init_param( blake2b_state *S, const
blake2b_param
*P
[
all
...]
blake2.h
118
}
blake2b_param
;
typedef in typeref:struct:__blake2b_param
130
int blake2b_init_param( blake2b_state *S, const
blake2b_param
*P );
/external/python/cpython3/Modules/_blake2/
blake2b_impl.c
42
blake2b_param
param;
Completed in 8312 milliseconds