Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/opencrypto/
HDxform_aes_icm.c96 .decrypt_last = aes_icm_crypt_last,
116 .decrypt_last = aes_icm_crypt_last,
137 .decrypt_last = aes_icm_crypt_last,
HDxform_chacha20_poly1305.c170 .decrypt_last = chacha20_poly1305_crypt_last,
227 .decrypt_last = chacha20_poly1305_crypt_last,
HDxform_enc.h84 void (*decrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
HDcryptosoft.c227 exf->decrypt_last(ctx, inblk, outblk, in swcr_encdec()
605 exf->decrypt_last(ctx, blk, blk, resid); in swcr_gcm()
874 exf->decrypt_last(ctx, blk, blk, resid); in swcr_ccm()
942 exf->decrypt_last(ctx, blk, blk, resid); in swcr_ccm()
1146 exf->decrypt_last(ctx, blk, blk, resid); in swcr_chacha20_poly1305()
/freebsd-14-stable/sys/crypto/chacha20/
HDchacha-sw.c65 .decrypt_last = chacha20_xform_crypt_last,
/freebsd-14-stable/sys/crypto/
HDchacha20_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()