Searched refs:decrypt_last (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/opencrypto/ |
| H A D | xform_aes_icm.c | 96 .decrypt_last = aes_icm_crypt_last, 116 .decrypt_last = aes_icm_crypt_last, 137 .decrypt_last = aes_icm_crypt_last,
|
| H A D | xform_chacha20_poly1305.c | 170 .decrypt_last = chacha20_poly1305_crypt_last, 227 .decrypt_last = chacha20_poly1305_crypt_last,
|
| H A D | xform_enc.h | 84 void (*decrypt_last) (void *, const uint8_t *, uint8_t *, size_t len); member
|
| H A D | cryptosoft.c | 226 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 D | chacha-sw.c | 65 .decrypt_last = chacha20_xform_crypt_last,
|
| /freebsd/sys/crypto/ |
| H A D | chacha20_poly1305.c | 132 exf->decrypt_last(ctx, src, dst, resid); in chacha20_poly1305_decrypt() 235 exf->decrypt_last(ctx, src, dst, resid); in xchacha20_poly1305_decrypt()
|