Lines Matching refs:out
77 static int do_dcp_crypto(u8 *in, u8 *out, bool do_encrypt) in do_dcp_crypto() argument
96 goto out; in do_dcp_crypto()
102 goto out; in do_dcp_crypto()
110 goto out; in do_dcp_crypto()
113 sg_init_one(&dst_sg, out, AES_KEYSIZE_128); in do_dcp_crypto()
122 out: in do_dcp_crypto()
129 static int do_aead_crypto(u8 *in, u8 *out, size_t len, u8 *key, u8 *nonce, in do_aead_crypto() argument
141 goto out; in do_aead_crypto()
161 sg_init_one(&dst_sg, out, len + DCP_BLOB_AUTHLEN); in do_aead_crypto()
163 sg_init_one(&dst_sg, out, len); in do_aead_crypto()
186 out: in do_aead_crypto()
222 goto out; in trusted_dcp_seal()
228 goto out; in trusted_dcp_seal()
235 out: in trusted_dcp_seal()
252 goto out; in trusted_dcp_unseal()
261 goto out; in trusted_dcp_unseal()
267 goto out; in trusted_dcp_unseal()
273 goto out; in trusted_dcp_unseal()
280 goto out; in trusted_dcp_unseal()
284 out: in trusted_dcp_unseal()
305 goto out; in test_for_zero_key()
310 goto out; in test_for_zero_key()
317 goto out; in test_for_zero_key()
323 out: in test_for_zero_key()