Searched refs:blake2s_param (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s.c | 108 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_le… in blake2s_param_set_digest_length() 114 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout() 120 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth() 126 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_lengt… in blake2s_param_set_leaf_length() 132 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offse… in blake2s_param_set_node_offset() 138 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth() 144 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_leng… in blake2s_param_set_inner_length() 150 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTB… in blake2s_param_set_salt() 156 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE… in blake2s_param_set_personal() 173 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param() [all …]
|
D | blake2s-ref.c | 85 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_le… in blake2s_param_set_digest_length() 91 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout() 97 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth() 103 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_lengt… in blake2s_param_set_leaf_length() 109 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offse… in blake2s_param_set_node_offset() 115 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth() 121 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_leng… in blake2s_param_set_inner_length() 127 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTB… in blake2s_param_set_salt() 133 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE… in blake2s_param_set_personal() 150 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param() [all …]
|
D | blake2.h | 103 } blake2s_param; typedef 124 int blake2s_init_param( blake2s_state *S, const blake2s_param *P );
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2s_impl.c | 42 blake2s_param param;
|