Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dhmac.c101 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() function
114 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init()
238 inst->alg.import = hmac_import; in hmac_create()