Searched refs:encrypt_last (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_aes_icm.c | 76 .encrypt_last = aes_icm_crypt_last, 93 .encrypt_last = aes_icm_crypt_last, 109 .encrypt_last = aes_icm_crypt_last,
|
| H A D | xform_enc.h | 71 void (*encrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
|
| H A D | cryptosoft.c | 271 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 D | chacha-sw.c | 55 .encrypt_last = chacha20_xform_crypt_last,
|