Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_null.c59 static void null_reinit(void *ctx, const uint8_t *buf, u_int len);
88 .Setkey = null_reinit,
89 .Reinit = null_reinit,
127 null_reinit(void *ctx, const uint8_t *buf, u_int len) in null_reinit() function