Lines Matching refs:parent
691 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key,
694 struct crypto_rfc4106_ctx *ctx = crypto_aead_ctx(parent);
704 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) &
709 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent,
712 struct crypto_rfc4106_ctx *ctx = crypto_aead_ctx(parent);
899 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key,
902 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(parent);
912 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) &
917 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent,
920 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(parent);