Searched refs:ss (Results 1 – 3 of 3) sorted by relevance
| /crypto/ |
| A D | hmac.c | 44 u8 *opad = &tctx->pads[ss]; in hmac_setkey() 138 const u8 *opad = &tctx->pads[ss]; in hmac_finup() 191 int ss; in __hmac_create_shash() local 212 ss = salg->statesize; in __hmac_create_shash() 214 ss < alg->cra_blocksize) in __hmac_create_shash() 227 inst->alg.statesize = ss; in __hmac_create_shash() 260 u8 *opad = &tctx->pads[ss]; in hmac_setkey_ahash() 455 int ds, ss, err; in hmac_create_ahash() local 476 ss = halg->statesize; in hmac_create_ahash() 490 (ss * 2); in hmac_create_ahash() [all …]
|
| A D | shash.c | 212 unsigned int plen, ss; in __crypto_shash_export() local 215 ss = crypto_shash_statesize(tfm); in __crypto_shash_export() 217 ss -= plen; in __crypto_shash_export() 219 memcpy(out, buf, ss); in __crypto_shash_export() 240 unsigned int ss = crypto_shash_statesize(tfm); in crypto_shash_export() local 254 unsigned int descsize, plen, ss; in __crypto_shash_import() local 260 ss = crypto_shash_statesize(tfm); in __crypto_shash_import() 263 ss -= plen; in __crypto_shash_import() 268 memcpy(buf, in, ss); in __crypto_shash_import() 291 unsigned int ss = crypto_shash_statesize(tfm); in crypto_shash_import() local [all …]
|
| A D | ahash.c | 646 unsigned int ss = crypto_ahash_statesize(tfm); in crypto_ahash_export() local 649 memcpy(out + ss - plen, buf + reqsize - plen, plen); in crypto_ahash_export()
|
Completed in 9 milliseconds