Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Ddrbg.h82 struct drbg_core { struct
83 drbg_flag_t flags; /* flags for the cipher */
84 __u8 statelen; /* maximum state length */
85 __u8 blocklen_bytes; /* block size of output in bytes */
86 char cra_name[CRYPTO_MAX_ALG_NAME]; /* mapping to kernel crypto API */
88 char backend_cra_name[CRYPTO_MAX_ALG_NAME];