Searched refs:blake2b_param (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2b.c | 121 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_le… in blake2b_param_set_digest_length() 127 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout() 133 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth() 139 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_lengt… in blake2b_param_set_leaf_length() 145 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offse… in blake2b_param_set_node_offset() 151 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth() 157 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_leng… in blake2b_param_set_inner_length() 163 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTB… in blake2b_param_set_salt() 169 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE… in blake2b_param_set_personal() 186 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() [all …]
|
D | blake2b-ref.c | 92 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_le… in blake2b_param_set_digest_length() 98 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout() 104 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth() 110 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_lengt… in blake2b_param_set_leaf_length() 116 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offse… in blake2b_param_set_node_offset() 122 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth() 128 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_leng… in blake2b_param_set_inner_length() 134 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTB… in blake2b_param_set_salt() 140 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE… in blake2b_param_set_personal() 157 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() [all …]
|
D | blake2.h | 118 } blake2b_param; typedef 130 int blake2b_init_param( blake2b_state *S, const blake2b_param *P );
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2b_impl.c | 42 blake2b_param param;
|