* And now for auth. */
| 162 | * And now for auth. |
| 163 | */ |
| 164 | static int |
| 165 | SHA224Update_int(void *ctx, const void *buf, u_int len) |
| 166 | { |
| 167 | SHA224_Update(ctx, buf, len); |
| 168 | return 0; |
| 169 | } |
| 170 | |
| 171 | static int |
| 172 | SHA256Update_int(void *ctx, const void *buf, u_int len) |
nothing calls this directly
no test coverage detected