Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_aes_icm.c77 .decrypt_last = aes_icm_crypt_last,
94 .decrypt_last = aes_icm_crypt_last,
110 .decrypt_last = aes_icm_crypt_last,
H A Dxform_enc.h72 void (*decrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
H A Dcryptosoft.c274 exf->decrypt_last(sw->sw_kschedule, inblk, outblk, in swcr_encdec()
631 exf->decrypt_last(swe->sw_kschedule, blk, blk, resid); in swcr_gcm()
807 exf->decrypt_last(swe->sw_kschedule, blk, blk, resid); in swcr_ccm()
855 exf->decrypt_last(swe->sw_kschedule, blk, blk, resid); in swcr_ccm()
/f-stack/freebsd/crypto/chacha20/
H A Dchacha-sw.c56 .decrypt_last = chacha20_xform_crypt_last,