Searched refs:blocklen_bytes (Results 1 – 4 of 4) sorted by relevance
| /linux/crypto/ |
| H A D | df_sp80090a.c | 28 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 D | drbg.c | 125 .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 D | drbg.h | 64 __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 D | df_sp80090a.h | 25 u8 blocklen_bytes,
|