Searched refs:con (Results 1 – 1 of 1) sorted by relevance
441 static int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con) in af_alg_cmsg_send() argument453 if (cmsg->cmsg_len < CMSG_LEN(sizeof(*con->iv))) in af_alg_cmsg_send()455 con->iv = (void *)CMSG_DATA(cmsg); in af_alg_cmsg_send()456 if (cmsg->cmsg_len < CMSG_LEN(con->iv->ivlen + in af_alg_cmsg_send()457 sizeof(*con->iv))) in af_alg_cmsg_send()464 con->op = *(u32 *)CMSG_DATA(cmsg); in af_alg_cmsg_send()470 con->aead_assoclen = *(u32 *)CMSG_DATA(cmsg); in af_alg_cmsg_send()827 struct af_alg_control con = {}; in af_alg_sendmsg() local834 err = af_alg_cmsg_send(msg, &con); in af_alg_sendmsg()839 switch (con.op) { in af_alg_sendmsg()[all …]