Searched refs:ss (Results 1 – 1 of 1) sorted by relevance
45 int ss = crypto_shash_statesize(parent); in hmac_setkey() local47 char *opad = ipad + ss; in hmac_setkey()48 struct hmac_ctx *ctx = align_ptr(opad + ss, in hmac_setkey()117 int ss = crypto_shash_statesize(parent); in hmac_final() local118 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final()132 int ss = crypto_shash_statesize(parent); in hmac_finup() local133 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup()177 int ss; in hmac_create() local194 ss = salg->statesize; in hmac_create()196 ss < alg->cra_blocksize) in hmac_create()[all …]