Home
last modified time | relevance | path

Searched refs:null_reinit (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/opencrypto/
Dxform_null.c62 static void null_reinit(void *ctx, const u_int8_t *buf, u_int16_t len);
87 .Setkey = null_reinit,
88 .Reinit = null_reinit,
129 null_reinit(void *ctx, const u_int8_t *buf, u_int16_t len) in null_reinit() function