Home
last modified time | relevance | path

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

/crypto/
Dhmac.c49 int ss = crypto_shash_statesize(parent); in hmac_setkey() local
51 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() local
132 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final()
148 int ss = crypto_shash_statesize(parent); in hmac_finup() local
149 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup()
191 int ss; in hmac_create() local
203 ss = salg->statesize; in hmac_create()
206 ss < alg->cra_blocksize) in hmac_create()
[all …]