Lines Matching refs:parent
227 static int cryptd_skcipher_setkey(struct crypto_skcipher *parent,
230 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(parent);
235 crypto_skcipher_get_flags(parent) &
452 static int cryptd_hash_setkey(struct crypto_ahash *parent,
455 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(parent);
459 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) &
696 static int cryptd_aead_setkey(struct crypto_aead *parent,
699 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent);
705 static int cryptd_aead_setauthsize(struct crypto_aead *parent,
708 struct cryptd_aead_ctx *ctx = crypto_aead_ctx(parent);