HomeSort by: relevance | last modified time | path
    Searched refs:Reinit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
cryptosoft.c 100 KASSERT(exf->reinit ? ivlen <= blks : ivlen == blks);
111 if (exf->reinit)
112 exf->reinit(sw->sw_kschedule, iv, 0);
113 } else if (exf->reinit) {
114 exf->reinit(sw->sw_kschedule, 0, iv);
132 if (exf->reinit)
133 exf->reinit(sw->sw_kschedule, iv, 0);
139 if (exf->reinit) {
199 if (exf->reinit) {
277 if (exf->reinit) {
    [all...]
cryptosoft_xform.c 68 void (*Reinit)(void *, const uint8_t *, uint16_t);
79 void (*reinit)(void *, const uint8_t *, uint8_t *); member in struct:swcr_enc_xform

Completed in 12 milliseconds