Home
last modified time | relevance | path

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

/crypto/
Dhmac.c45 int ss = crypto_shash_statesize(parent); in hmac_setkey() local
47 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() local
118 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final()
132 int ss = crypto_shash_statesize(parent); in hmac_finup() local
133 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup()
177 int ss; in hmac_create() local
194 ss = salg->statesize; in hmac_create()
196 ss < alg->cra_blocksize) in hmac_create()
[all …]