Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c96 .decrypt_last = aes_icm_crypt_last,
116 .decrypt_last = aes_icm_crypt_last,
137 .decrypt_last = aes_icm_crypt_last,
H A Dxform_chacha20_poly1305.c170 .decrypt_last = chacha20_poly1305_crypt_last,
227 .decrypt_last = chacha20_poly1305_crypt_last,
H A Dxform_enc.h84 void (*decrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
H A Dcryptosoft.c226 exf->decrypt_last(ctx, inblk, outblk, in swcr_encdec()
604 exf->decrypt_last(ctx, blk, blk, resid); in swcr_gcm()
873 exf->decrypt_last(ctx, blk, blk, resid); in swcr_ccm()
941 exf->decrypt_last(ctx, blk, blk, resid); in swcr_ccm()
1145 exf->decrypt_last(ctx, blk, blk, resid); in swcr_chacha20_poly1305()
/freebsd/sys/crypto/chacha20/
H A Dchacha-sw.c65 .decrypt_last = chacha20_xform_crypt_last,
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c132 exf->decrypt_last(ctx, src, dst, resid); in chacha20_poly1305_decrypt()
235 exf->decrypt_last(ctx, src, dst, resid); in xchacha20_poly1305_decrypt()