Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_aes_icm.c76 .encrypt_last = aes_icm_crypt_last,
93 .encrypt_last = aes_icm_crypt_last,
109 .encrypt_last = aes_icm_crypt_last,
H A Dxform_enc.h71 void (*encrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
H A Dcryptosoft.c271 exf->encrypt_last(sw->sw_kschedule, inblk, outblk, in swcr_encdec()
576 exf->encrypt_last(swe->sw_kschedule, blk, blk, resid); in swcr_gcm()
804 exf->encrypt_last(swe->sw_kschedule, blk, blk, resid); in swcr_ccm()
/f-stack/freebsd/crypto/chacha20/
H A Dchacha-sw.c55 .encrypt_last = chacha20_xform_crypt_last,