OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blake2s_param
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Modules/_blake2/impl/
blake2s-ref.c
85
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_digest_length(
blake2s_param
*P, const uint8_t digest_length )
91
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_fanout(
blake2s_param
*P, const uint8_t fanout )
97
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_max_depth(
blake2s_param
*P, const uint8_t depth )
103
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_leaf_length(
blake2s_param
*P, const uint32_t leaf_length )
109
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_offset(
blake2s_param
*P, const uint64_t node_offset )
115
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth(
blake2s_param
*P, const uint8_t node_depth )
121
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_inner_length(
blake2s_param
*P, const uint8_t inner_length )
127
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_salt(
blake2s_param
*P, const uint8_t salt[BLAKE2S_SALTBYTES] )
133
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal(
blake2s_param
*P, const uint8_t personal[BLAKE2S_PERSONALBYTES] )
150
int blake2s_init_param( blake2s_state *S, const
blake2s_param
*P
[
all
...]
blake2s.c
108
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_digest_length(
blake2s_param
*P, const uint8_t digest_length )
114
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_fanout(
blake2s_param
*P, const uint8_t fanout )
120
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_max_depth(
blake2s_param
*P, const uint8_t depth )
126
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_leaf_length(
blake2s_param
*P, const uint32_t leaf_length )
132
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_offset(
blake2s_param
*P, const uint64_t node_offset )
138
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth(
blake2s_param
*P, const uint8_t node_depth )
144
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_inner_length(
blake2s_param
*P, const uint8_t inner_length )
150
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_salt(
blake2s_param
*P, const uint8_t salt[BLAKE2S_SALTBYTES] )
156
BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal(
blake2s_param
*P, const uint8_t personal[BLAKE2S_PERSONALBYTES] )
173
int blake2s_init_param( blake2s_state *S, const
blake2s_param
*P
[
all
...]
blake2.h
103
}
blake2s_param
;
typedef in typeref:struct:__blake2s_param
124
int blake2s_init_param( blake2s_state *S, const
blake2s_param
*P );
/external/python/cpython3/Modules/_blake2/
blake2s_impl.c
42
blake2s_param
param;
Completed in 46 milliseconds