Home
last modified time | relevance | path

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

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