Home
last modified time | relevance | path

Searched defs:cipher_alg (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h26022 struct cipher_alg { struct
26023 unsigned int cia_min_keysize;
26024 unsigned int cia_max_keysize;
26025 int (*cia_setkey)(struct crypto_tfm *, const u8 *, unsigned int);
26026 void (*cia_encrypt)(struct crypto_tfm *, u8 *, const u8 *);
26027 void (*cia_decrypt)(struct crypto_tfm *, u8 *, const u8 *);