Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Ddrbg.h84 struct drbg_core { struct
85 drbg_flag_t flags; /* flags for the cipher */
86 __u8 statelen; /* maximum state length */
87 __u8 blocklen_bytes; /* block size of output in bytes */
88 char cra_name[CRYPTO_MAX_ALG_NAME]; /* mapping to kernel crypto API */
90 char backend_cra_name[CRYPTO_MAX_ALG_NAME];