Searched refs:decrypt_last (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_aes_icm.c | 77 .decrypt_last = aes_icm_crypt_last, 94 .decrypt_last = aes_icm_crypt_last, 110 .decrypt_last = aes_icm_crypt_last,
|
| H A D | xform_enc.h | 72 void (*decrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
|
| H A D | cryptosoft.c | 274 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 D | chacha-sw.c | 56 .decrypt_last = chacha20_xform_crypt_last,
|