Lines Matching refs:u_char
55 struct umac_ctx *umac_new(const u_char key[]);
65 int umac_update(struct umac_ctx *ctx, const u_char *input, long len);
68 int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]);
77 int umac(struct umac_ctx *ctx, u_char *input,
78 long len, u_char tag[],
79 u_char nonce[8]);
91 uhash_ctx_t uhash_alloc(u_char key[16]);
106 u_char *input,
110 u_char output[]);
113 u_char *input,
115 u_char output[]);
120 struct umac_ctx *umac128_new(const u_char key[]);
121 int umac128_update(struct umac_ctx *ctx, const u_char *input, long len);
122 int umac128_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]);