Lines Matching +full:0 +full:pointer
20 HASH_FLAG_VERIFY = 1 << 0, /* Enable verify mode */
44 * @algo: Pointer to the hash_algo struct
45 * @ctxp: Pointer to the pointer of the context for hashing
46 * @return 0 if ok, -1 on error
54 * @algo: Pointer to the hash_algo struct
55 * @ctx: Pointer to the context for hashing
56 * @buf: Pointer to the buffer being hashed
58 * @is_last: 1 if this is the last update; 0 otherwise
59 * @return 0 if ok, -1 on error
68 * @algo: Pointer to the hash_algo struct
69 * @ctx: Pointer to the context for hashing
70 * @dest_buf: Pointer to the buffer for the result
72 * @return 0 if ok, -ENOSPC if size of the result buffer is too small
87 * @cmdtp: Pointer to command table entry
88 * @flag: Some flags normally 0 (see CMD_FLAG_.. above)
89 * @argc: Number of arguments (arg 0 must be the command text)
106 * @output_size: On entry, pointer to the number of bytes available in
107 * output. On exit, pointer to the number of bytes used.
111 * @return 0 if ok, -ve on error: -EPROTONOSUPPORT for an unknown algorithm,
122 * The function returns the pointer to the struct or -EPROTONOSUPPORT if the
126 * @algop: Pointer to the hash_algo struct if found
128 * @return 0 if ok, -EPROTONOSUPPORT for an unknown algorithm.
135 * The function returns the pointer to the struct or -EPROTONOSUPPORT if the
139 * @algop: Pointer to the hash_algo struct if found
141 * @return 0 if ok, -EPROTONOSUPPORT for an unknown algorithm.
156 * @return 0 if ok, -EPROTONOSUPPORT for an unknown algorithm.