Searched refs:decrypt_multi (Results 1 – 3 of 3) sorted by relevance
69 void (*decrypt_multi) (void *, uint8_t *, size_t len); member
268 } else if (exf->decrypt_multi == NULL) in swcr_encdec()273 exf->decrypt_multi(sw->sw_kschedule, in swcr_encdec()
77 .decrypt_multi = chacha20_xform_crypt_multi,