Searched refs:encrypt_multi (Results 1 – 3 of 3) sorted by relevance
68 void (*encrypt_multi) (void *, uint8_t *, size_t len); member
261 exf->encrypt_multi == NULL) in swcr_encdec()266 exf->encrypt_multi(sw->sw_kschedule, in swcr_encdec()636 if (exf->encrypt_multi != NULL) { in swcr_authenc()658 if (exf->encrypt_multi != NULL) in swcr_authenc()659 exf->encrypt_multi(swe->sw_kschedule, blk, in swcr_authenc()669 KASSERT(exf->encrypt_multi == NULL, in swcr_authenc()
76 .encrypt_multi = chacha20_xform_crypt_multi,