Searched refs:ss (Results 1 – 1 of 1) sorted by relevance
49 int ss = crypto_shash_statesize(parent); in hmac_setkey() local51 char *opad = ipad + ss; in hmac_setkey()52 struct hmac_ctx *ctx = align_ptr(opad + ss, in hmac_setkey()131 int ss = crypto_shash_statesize(parent); in hmac_final() local132 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final()148 int ss = crypto_shash_statesize(parent); in hmac_finup() local149 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup()191 int ss; in hmac_create() local203 ss = salg->statesize; in hmac_create()206 ss < alg->cra_blocksize) in hmac_create()[all …]