Searched refs:auth (Results 1 – 1 of 1) sorted by relevance
27 struct crypto_spawn auth; member33 struct crypto_hash *auth; member43 struct crypto_hash *auth = ctx->auth; in crypto_authenc_setkey() local67 crypto_hash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_setkey()68 crypto_hash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()70 err = crypto_hash_setkey(auth, key, authkeylen); in crypto_authenc_setkey()71 crypto_aead_set_flags(authenc, crypto_hash_get_flags(auth) & in crypto_authenc_setkey()112 struct crypto_hash *auth = ctx->auth; in crypto_authenc_hash() local114 .tfm = auth, in crypto_authenc_hash()120 hash = (u8 *)ALIGN((unsigned long)hash + crypto_hash_alignmask(auth), in crypto_authenc_hash()[all …]