Home
last modified time | relevance | path

Searched refs:src_sg (Results 1 – 1 of 1) sorted by relevance

/security/keys/trusted-keys/
A Dtrusted_dcp.c80 struct scatterlist src_sg, dst_sg; in do_dcp_crypto() local
112 sg_init_one(&src_sg, in, AES_KEYSIZE_128); in do_dcp_crypto()
114 skcipher_request_set_crypt(req, &src_sg, &dst_sg, AES_KEYSIZE_128, in do_dcp_crypto()
133 struct scatterlist src_sg, dst_sg; in do_aead_crypto() local
156 sg_init_one(&src_sg, in, len); in do_aead_crypto()
166 aead_request_set_crypt(aead_req, &src_sg, &dst_sg, len, nonce); in do_aead_crypto()

Completed in 2 milliseconds