Home
last modified time | relevance | path

Searched refs:nx842_crypto_header (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/crypto/nx/
Dnx-842.c65 (sizeof(struct nx842_crypto_header) + \
141 static int nx842_crypto_add_header(struct nx842_crypto_header *hdr, u8 *buf) in nx842_crypto_add_header()
254 struct nx842_crypto_header *hdr = in nx842_crypto_compress()
256 struct nx842_crypto_header, hdr); in nx842_crypto_compress()
439 struct nx842_crypto_header *hdr; in nx842_crypto_decompress()
455 hdr = (struct nx842_crypto_header *)src; in nx842_crypto_decompress()
495 hdr = container_of(&ctx->header, struct nx842_crypto_header, hdr); in nx842_crypto_decompress()
Dnx-842.h159 struct nx842_crypto_header { struct
168 static_assert(offsetof(struct nx842_crypto_header, group) == sizeof(struct nx842_crypto_header_hdr),