Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c95 .encrypt_last = aes_icm_crypt_last,
115 .encrypt_last = aes_icm_crypt_last,
136 .encrypt_last = aes_icm_crypt_last,
H A Dxform_chacha20_poly1305.c169 .encrypt_last = chacha20_poly1305_crypt_last,
226 .encrypt_last = chacha20_poly1305_crypt_last,
H A Dxform_enc.h83 void (*encrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
H A Dcryptosoft.c223 exf->encrypt_last(ctx, inblk, outblk, in swcr_encdec()
530 exf->encrypt_last(ctx, blk, blk, resid); in swcr_gcm()
870 exf->encrypt_last(ctx, blk, blk, resid); in swcr_ccm()
1064 exf->encrypt_last(ctx, blk, blk, resid); in swcr_chacha20_poly1305()
/freebsd/sys/crypto/chacha20/
H A Dchacha-sw.c64 .encrypt_last = chacha20_xform_crypt_last,
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c67 exf->encrypt_last(ctx, src, dst, resid); in chacha20_poly1305_encrypt()
170 exf->encrypt_last(ctx, src, dst, resid); in xchacha20_poly1305_encrypt()