Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dhmac.c41 tfm->crt_digest.dit_hmac_block = kmalloc(crypto_tfm_alg_blocksize(tfm), in crypto_alloc_hmac_block()
43 if (tfm->crt_digest.dit_hmac_block == NULL) in crypto_alloc_hmac_block()
52 if (tfm->crt_digest.dit_hmac_block) in crypto_free_hmac_block()
53 kfree(tfm->crt_digest.dit_hmac_block); in crypto_free_hmac_block()
60 char *ipad = tfm->crt_digest.dit_hmac_block; in crypto_hmac_init()
92 char *opad = tfm->crt_digest.dit_hmac_block; in crypto_hmac_final()
/linux-2.4.37.9/include/linux/
Dcrypto.h166 void *dit_hmac_block; member