Lines Matching +full:0 +full:pointer
14 * @param in_addr A pointer to the input buffer
16 * @param out_addr A pointer to the output buffer. When complete
17 * 64 bytes are copied to pout[0]...pout[63]. Thus, a user
27 * @param in_addr A pointer to the input buffer
29 * @param out_addr A pointer to the output buffer. When complete
30 * 48 bytes are copied to pout[0]...pout[47]. Thus, a user
40 * @param in_addr A pointer to the input buffer
42 * @param out_addr A pointer to the output buffer. When complete
43 * 32 bytes are copied to pout[0]...pout[31]. Thus, a user
53 * @param in_addr A pointer to the input buffer
55 * @param out_addr A pointer to the output buffer. When complete
56 * 32 bytes are copied to pout[0]...pout[31]. Thus, a user
66 * @algo: Pointer to the hash_algo struct
67 * @ctxp: Pointer to the pointer of the context for hashing
68 * @return 0 if ok, -ve on error
77 * @algo: Pointer to the hash_algo struct
78 * @ctx: Pointer to the context for hashing
79 * @buf: Pointer to the buffer being hashed
81 * @is_last: 1 if this is the last update; 0 otherwise
82 * @return 0 if ok, -ve on error
92 * @algo: Pointer to the hash_algo struct
93 * @ctx: Pointer to the context for hashing
94 * @dest_buf: Pointer to the destination buffer where hash is to be copied
96 * @return 0 if ok, -ve on error