Searched refs:tmphash (Results 1 – 2 of 2) sorted by relevance
490 struct crypto_ahash *tmphash; in ssv6xxx_preload_sw_cipher() local492 struct crypto_hash *tmphash; in ssv6xxx_preload_sw_cipher() local508 tmphash =crypto_alloc_ahash("michael_mic", 0, CRYPTO_ALG_ASYNC); in ssv6xxx_preload_sw_cipher()510 tmphash =crypto_alloc_hash("michael_mic", 0, CRYPTO_ALG_ASYNC); in ssv6xxx_preload_sw_cipher()512 if (IS_ERR(tmphash)) { in ssv6xxx_preload_sw_cipher()516 crypto_free_ahash(tmphash); in ssv6xxx_preload_sw_cipher()518 crypto_free_hash(tmphash); in ssv6xxx_preload_sw_cipher()
271 - unsigned char tmphash[SHA_DIGEST_LENGTH];276 - X509_pubkey_digest(x, EVP_sha1(), tmphash, NULL);277 - if(!memcmp(keyhash, tmphash, SHA_DIGEST_LENGTH))