Home
last modified time | relevance | path

Searched refs:blocklen_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/crypto/
H A Ddf_sp80090a.c28 const struct drbg_string *in, u8 blocklen_bytes) in drbg_kcapi_sym() argument
31 BUG_ON(in->len < blocklen_bytes); in drbg_kcapi_sym()
40 u8 blocklen_bytes, in drbg_ctr_bcc() argument
47 drbg_string_fill(&data, out, blocklen_bytes); in drbg_ctr_bcc()
57 if (blocklen_bytes == cnt) { in drbg_ctr_bcc()
59 drbg_kcapi_sym(aesctx, out, &data, blocklen_bytes); in drbg_ctr_bcc()
69 drbg_kcapi_sym(aesctx, out, &data, blocklen_bytes); in drbg_ctr_bcc()
116 u8 blocklen_bytes, in crypto_drbg_ctr_df() argument
124 unsigned char *iv = pad + blocklen_bytes; in crypto_drbg_ctr_df()
125 unsigned char *temp = iv + blocklen_bytes; in crypto_drbg_ctr_df()
[all …]
H A Ddrbg.c125 .blocklen_bytes = 16,
131 .blocklen_bytes = 16,
137 .blocklen_bytes = 16,
146 .blocklen_bytes = 48,
152 .blocklen_bytes = 64,
158 .blocklen_bytes = 32,
167 .blocklen_bytes = 48,
173 .blocklen_bytes = 32,
179 .blocklen_bytes = 64,
/linux/include/crypto/
H A Ddrbg.h64 __u8 blocklen_bytes; /* block size of output in bytes */ member
134 return drbg->core->blocklen_bytes; in drbg_blocklen()
141 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
H A Ddf_sp80090a.h25 u8 blocklen_bytes,